@citruslime/ui 2.1.3-beta.0 → 2.1.3-beta.1
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 +1243 -1255
- package/dist/citrus-lime-ui.umd.js +2 -2
- package/dist/components/grid/{header → action-row}/cl-ui-grid-action-row.d.ts +2 -2
- package/dist/components/grid/cl-ui-grid.d.ts +111 -114
- package/dist/components/grid/header/cl-ui-grid-header.d.ts +22 -114
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Icon as fl } from "@iconify/vue";
|
|
2
|
-
import { defineComponent as D, ref as
|
|
2
|
+
import { defineComponent as D, ref as O, openBlock as i, createElementBlock as v, renderSlot as j, normalizeProps as oe, guardReactiveProps as ie, resolveComponent as K, Fragment as U, createElementVNode as u, normalizeClass as I, createVNode as y, Transition as $e, withCtx as z, withDirectives as q, vShow as R, createBlock as B, Teleport as Fe, renderList as te, unref as a, mergeProps as be, toDisplayString as x, createCommentVNode as M, nextTick as ke, computed as E, watch as J, onMounted as Oe, onUnmounted as Ue, isRef as ye, normalizeStyle as nl, vModelText as ml, withModifiers as Y, vModelDynamic as gl, withKeys as Se, createTextVNode as le, watchEffect as bl, createSlots as Ve } from "vue";
|
|
3
3
|
import { generateStringId as vl } from "@citruslime/utils";
|
|
4
4
|
import { createI18n as hl, useI18n as ae } from "vue-i18n";
|
|
5
5
|
import Je from "flatpickr";
|
|
@@ -11,22 +11,22 @@ const wl = { class: "cl-overflow-hidden" }, xl = /* @__PURE__ */ D({
|
|
|
11
11
|
exclusive: { type: Boolean, default: !1 }
|
|
12
12
|
},
|
|
13
13
|
setup(e) {
|
|
14
|
-
const n = e, t =
|
|
15
|
-
function l(
|
|
16
|
-
let
|
|
17
|
-
return
|
|
18
|
-
id:
|
|
14
|
+
const n = e, t = O([]);
|
|
15
|
+
function l(r) {
|
|
16
|
+
let s = t.value.find((g) => g.id === r);
|
|
17
|
+
return s || (s = {
|
|
18
|
+
id: r,
|
|
19
19
|
open: !1
|
|
20
|
-
}, t.value.push(
|
|
20
|
+
}, t.value.push(s)), s.open;
|
|
21
21
|
}
|
|
22
|
-
function o(
|
|
23
|
-
const
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}),
|
|
22
|
+
function o(r) {
|
|
23
|
+
const s = t.value.find((g) => g.id === r);
|
|
24
|
+
s && (n.exclusive && t.value.forEach((g) => {
|
|
25
|
+
g.id !== r && (g.open = !1);
|
|
26
|
+
}), s.open = !s.open);
|
|
27
27
|
}
|
|
28
|
-
return (
|
|
29
|
-
|
|
28
|
+
return (r, s) => (i(), v("div", wl, [
|
|
29
|
+
j(r.$slots, "default", oe(ie({ isItemOpen: l, toggleItem: o })))
|
|
30
30
|
]));
|
|
31
31
|
}
|
|
32
32
|
}), $l = { class: "cl-absolute cl-left-5 cl-top-5" }, kl = { class: "cl-font-semibold cl-ml-10 cl-p-4 cl-select-none cl-text-grey-5" }, Tl = { class: "cl-overflow-hidden" }, Cl = { class: "cl-ml-10 cl-p-4" }, Sl = /* @__PURE__ */ D({
|
|
@@ -43,19 +43,19 @@ const wl = { class: "cl-overflow-hidden" }, xl = /* @__PURE__ */ D({
|
|
|
43
43
|
function l() {
|
|
44
44
|
t.disabled || n("toggle");
|
|
45
45
|
}
|
|
46
|
-
return (o,
|
|
47
|
-
const
|
|
48
|
-
return
|
|
46
|
+
return (o, r) => {
|
|
47
|
+
const s = K("icon");
|
|
48
|
+
return i(), v(U, null, [
|
|
49
49
|
u("div", {
|
|
50
|
-
class:
|
|
50
|
+
class: I(["cl-border-b cl-border-grey-1 cl-relative", {
|
|
51
51
|
"cl-bg-grey-0": e.disabled,
|
|
52
52
|
"cl-cursor-pointer": !e.disabled
|
|
53
53
|
}]),
|
|
54
54
|
onClick: l
|
|
55
55
|
}, [
|
|
56
56
|
u("div", $l, [
|
|
57
|
-
|
|
58
|
-
class:
|
|
57
|
+
y(s, {
|
|
58
|
+
class: I(["cl-duration-300 cl-ease-in-out cl-text-grey-3 cl-transform-gpu cl-transition-transform", {
|
|
59
59
|
"cl-rotate-180": e.open
|
|
60
60
|
}]),
|
|
61
61
|
icon: "ph:caret-down-bold",
|
|
@@ -63,14 +63,14 @@ const wl = { class: "cl-overflow-hidden" }, xl = /* @__PURE__ */ D({
|
|
|
63
63
|
}, null, 8, ["class"])
|
|
64
64
|
]),
|
|
65
65
|
u("div", kl, [
|
|
66
|
-
|
|
66
|
+
j(o.$slots, "title")
|
|
67
67
|
])
|
|
68
68
|
], 2),
|
|
69
69
|
u("div", Tl, [
|
|
70
|
-
|
|
71
|
-
default:
|
|
70
|
+
y($e, { name: "grow-down" }, {
|
|
71
|
+
default: z(() => [
|
|
72
72
|
q(u("div", Cl, [
|
|
73
|
-
|
|
73
|
+
j(o.$slots, "default")
|
|
74
74
|
], 512), [
|
|
75
75
|
[R, e.open]
|
|
76
76
|
])
|
|
@@ -81,18 +81,18 @@ const wl = { class: "cl-overflow-hidden" }, xl = /* @__PURE__ */ D({
|
|
|
81
81
|
], 64);
|
|
82
82
|
};
|
|
83
83
|
}
|
|
84
|
-
}),
|
|
84
|
+
}), ve = (e, n) => {
|
|
85
85
|
const t = e.__vccOpts || e;
|
|
86
86
|
for (const [l, o] of n)
|
|
87
87
|
t[l] = o;
|
|
88
88
|
return t;
|
|
89
|
-
},
|
|
89
|
+
}, Ol = {}, El = { class: "cl-border-b cl-border-grey-1 cl-font-semibold cl-pl-14 cl-pr-4 cl-py-2 cl-text-grey-3 cl-text-sm" };
|
|
90
90
|
function jl(e, n) {
|
|
91
|
-
return
|
|
92
|
-
|
|
91
|
+
return i(), v("div", El, [
|
|
92
|
+
j(e.$slots, "default")
|
|
93
93
|
]);
|
|
94
94
|
}
|
|
95
|
-
const Al = /* @__PURE__ */
|
|
95
|
+
const Al = /* @__PURE__ */ ve(Ol, [["render", jl]]), Me = O([]);
|
|
96
96
|
function Ke(e) {
|
|
97
97
|
const n = {
|
|
98
98
|
id: vl(),
|
|
@@ -115,9 +115,9 @@ const Ml = ["onClick"], Il = { class: "cl-flex-1 cl-select-none cl-text-ellipsis
|
|
|
115
115
|
setup(e) {
|
|
116
116
|
return (n, t) => {
|
|
117
117
|
const l = K("icon");
|
|
118
|
-
return
|
|
118
|
+
return i(), B(Fe, { to: e.container }, [
|
|
119
119
|
u("div", {
|
|
120
|
-
class:
|
|
120
|
+
class: I(["cl-fixed cl-w-80 cl-z-40", {
|
|
121
121
|
"cl-top-5 cl-left-5": e.position === "top-left",
|
|
122
122
|
"cl-top-5 cl-left-1/2": e.position === "top-centre",
|
|
123
123
|
"cl-top-5 cl-right-5": e.position === "top-right",
|
|
@@ -126,8 +126,8 @@ const Ml = ["onClick"], Il = { class: "cl-flex-1 cl-select-none cl-text-ellipsis
|
|
|
126
126
|
"cl-bottom-5 cl-right-5": e.position === "bottom-right"
|
|
127
127
|
}])
|
|
128
128
|
}, [
|
|
129
|
-
(
|
|
130
|
-
key:
|
|
129
|
+
(i(!0), v(U, null, te(a(Me), (o, r) => (i(), v("div", be(n.$attrs, {
|
|
130
|
+
key: r,
|
|
131
131
|
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", {
|
|
132
132
|
"cl-bg-white": o.colour === "default",
|
|
133
133
|
"cl-bg-primary-default": o.colour === "primary",
|
|
@@ -135,10 +135,10 @@ const Ml = ["onClick"], Il = { class: "cl-flex-1 cl-select-none cl-text-ellipsis
|
|
|
135
135
|
"cl-bg-danger-default": o.colour === "danger",
|
|
136
136
|
"cl-bg-warning-default": o.colour === "warning"
|
|
137
137
|
}],
|
|
138
|
-
onClick: (
|
|
138
|
+
onClick: (s) => a(sl)(o)
|
|
139
139
|
}), [
|
|
140
140
|
u("span", Il, x(o.message), 1),
|
|
141
|
-
|
|
141
|
+
y(l, {
|
|
142
142
|
class: "cl-inline-block cl-opacity-0 cl-transition-opacity group-hover:cl-opacity-100",
|
|
143
143
|
icon: "ph:x",
|
|
144
144
|
size: 16,
|
|
@@ -155,33 +155,33 @@ const Ml = ["onClick"], Il = { class: "cl-flex-1 cl-select-none cl-text-ellipsis
|
|
|
155
155
|
removePadding: { type: Boolean, default: !1 }
|
|
156
156
|
},
|
|
157
157
|
setup(e) {
|
|
158
|
-
return (n, t) => (
|
|
159
|
-
|
|
158
|
+
return (n, t) => (i(), v(U, null, [
|
|
159
|
+
y(il),
|
|
160
160
|
u("div", Dl, [
|
|
161
|
-
|
|
161
|
+
j(n.$slots, "header"),
|
|
162
162
|
u("div", {
|
|
163
|
-
class:
|
|
163
|
+
class: I(["cl-content-start cl-flex cl-flex-nowrap cl-items-stretch cl-max-h-screen cl-relative cl-w-full", {
|
|
164
164
|
"cl-pt-20": n.$slots.header
|
|
165
165
|
}])
|
|
166
166
|
}, [
|
|
167
|
-
|
|
167
|
+
j(n.$slots, "navigation"),
|
|
168
168
|
u("div", {
|
|
169
|
-
class:
|
|
169
|
+
class: I(["cl-grow cl-max-h-full cl-overflow-x-hidden cl-overflow-y-auto cl-overscroll-y-none cl-w-auto", {
|
|
170
170
|
"md:cl-p-8 cl-p-2": !e.removePadding
|
|
171
171
|
}])
|
|
172
172
|
}, [
|
|
173
|
-
|
|
173
|
+
j(n.$slots, "default")
|
|
174
174
|
], 2)
|
|
175
175
|
], 2)
|
|
176
176
|
])
|
|
177
177
|
], 64));
|
|
178
178
|
}
|
|
179
179
|
});
|
|
180
|
-
const Rl = {},
|
|
181
|
-
function
|
|
182
|
-
return
|
|
180
|
+
const Rl = {}, Pl = { class: "loading-spinner" };
|
|
181
|
+
function Ul(e, n) {
|
|
182
|
+
return i(), v("div", Pl);
|
|
183
183
|
}
|
|
184
|
-
const Ge = /* @__PURE__ */
|
|
184
|
+
const Ge = /* @__PURE__ */ ve(Rl, [["render", Ul], ["__scopeId", "data-v-a21dc5d2"]]), Bl = ["disabled"], zl = {
|
|
185
185
|
inheritAttrs: !1
|
|
186
186
|
}, we = /* @__PURE__ */ D({
|
|
187
187
|
...zl,
|
|
@@ -193,16 +193,16 @@ const Ge = /* @__PURE__ */ he(Rl, [["render", Pl], ["__scopeId", "data-v-a21dc5d
|
|
|
193
193
|
disabled: { type: Boolean, default: !1 }
|
|
194
194
|
},
|
|
195
195
|
setup(e, { expose: n }) {
|
|
196
|
-
const t =
|
|
196
|
+
const t = O(null);
|
|
197
197
|
return n({
|
|
198
198
|
focus() {
|
|
199
199
|
t.value && t.value.focus();
|
|
200
200
|
}
|
|
201
|
-
}), (l, o) => (
|
|
202
|
-
q(
|
|
201
|
+
}), (l, o) => (i(), v(U, null, [
|
|
202
|
+
q(y(Ge, { class: "relative" }, null, 512), [
|
|
203
203
|
[R, e.loading]
|
|
204
204
|
]),
|
|
205
|
-
q(u("button",
|
|
205
|
+
q(u("button", be(l.$attrs, {
|
|
206
206
|
ref_key: "buttonRef",
|
|
207
207
|
ref: t,
|
|
208
208
|
class: ["cl-align-middle cl-border cl-font-semibold cl-inline-block cl-rounded cl-select-none cl-shadow cl-text-center cl-transition-colors", {
|
|
@@ -218,7 +218,7 @@ const Ge = /* @__PURE__ */ he(Rl, [["render", Pl], ["__scopeId", "data-v-a21dc5d
|
|
|
218
218
|
}],
|
|
219
219
|
disabled: e.disabled
|
|
220
220
|
}), [
|
|
221
|
-
|
|
221
|
+
j(l.$slots, "default")
|
|
222
222
|
], 16, Bl), [
|
|
223
223
|
[R, !e.loading]
|
|
224
224
|
])
|
|
@@ -241,45 +241,45 @@ const Ge = /* @__PURE__ */ he(Rl, [["render", Pl], ["__scopeId", "data-v-a21dc5d
|
|
|
241
241
|
hover: { type: Boolean, default: !1 }
|
|
242
242
|
},
|
|
243
243
|
setup(e) {
|
|
244
|
-
return (n, t) => (
|
|
245
|
-
class:
|
|
244
|
+
return (n, t) => (i(), v("div", {
|
|
245
|
+
class: I(["cl-border cl-border-transparent cl-overflow-hidden cl-relative cl-rounded-md cl-shadow-lg cl-transition-all", {
|
|
246
246
|
"cl-cursor-pointer hover:cl-shadow-xl hover:cl-border-grey-0": e.hover
|
|
247
247
|
}])
|
|
248
248
|
}, [
|
|
249
|
-
n.$slots.image ? (
|
|
250
|
-
|
|
251
|
-
])) :
|
|
252
|
-
n.$slots.title ? (
|
|
249
|
+
n.$slots.image ? (i(), v("div", Vl, [
|
|
250
|
+
j(n.$slots, "image")
|
|
251
|
+
])) : M("", !0),
|
|
252
|
+
n.$slots.title ? (i(), v("div", {
|
|
253
253
|
key: 1,
|
|
254
|
-
class:
|
|
254
|
+
class: I(["cl-border-grey-2 cl-font-normal", {
|
|
255
255
|
"cl-p-2 cl-text-2xl cl-leading-8": e.size === "small",
|
|
256
256
|
"cl-p-4 cl-text-3xl cl-leading-9": e.size === "medium",
|
|
257
257
|
"cl-p-6 cl-text-4xl cl-leading-10": e.size === "large",
|
|
258
258
|
"cl-border-t": n.$slots.image
|
|
259
259
|
}])
|
|
260
260
|
}, [
|
|
261
|
-
|
|
262
|
-
], 2)) :
|
|
261
|
+
j(n.$slots, "title")
|
|
262
|
+
], 2)) : M("", !0),
|
|
263
263
|
u("div", {
|
|
264
|
-
class:
|
|
264
|
+
class: I(["cl-border-grey-2", {
|
|
265
265
|
"cl-p-2": e.size === "small",
|
|
266
266
|
"cl-p-4": e.size === "medium",
|
|
267
267
|
"cl-p-6": e.size === "large",
|
|
268
268
|
"cl-border-t": n.$slots.image || n.$slots.title
|
|
269
269
|
}])
|
|
270
270
|
}, [
|
|
271
|
-
|
|
271
|
+
j(n.$slots, "default")
|
|
272
272
|
], 2),
|
|
273
|
-
n.$slots.footer ? (
|
|
273
|
+
n.$slots.footer ? (i(), v("div", {
|
|
274
274
|
key: 2,
|
|
275
|
-
class:
|
|
275
|
+
class: I(["cl-border-grey-2 cl-border-t", {
|
|
276
276
|
"cl-p-2": e.size === "small",
|
|
277
277
|
"cl-p-4": e.size === "medium",
|
|
278
278
|
"cl-p-6": e.size === "large"
|
|
279
279
|
}])
|
|
280
280
|
}, [
|
|
281
|
-
|
|
282
|
-
], 2)) :
|
|
281
|
+
j(n.$slots, "footer")
|
|
282
|
+
], 2)) : M("", !0)
|
|
283
283
|
], 2));
|
|
284
284
|
}
|
|
285
285
|
}), Hl = [
|
|
@@ -287,7 +287,7 @@ const Ge = /* @__PURE__ */ he(Rl, [["render", Pl], ["__scopeId", "data-v-a21dc5d
|
|
|
287
287
|
"medium",
|
|
288
288
|
"large"
|
|
289
289
|
];
|
|
290
|
-
var ne = /* @__PURE__ */ ((e) => (e.CURRENCY = "currency", e.PERCENTAGE = "percentage", e.INTEGER = "integer", e.DECIMAL = "decimal", e.MULTIPLIER = "multiplier", e))(ne || {}),
|
|
290
|
+
var ne = /* @__PURE__ */ ((e) => (e.CURRENCY = "currency", e.PERCENTAGE = "percentage", e.INTEGER = "integer", e.DECIMAL = "decimal", e.MULTIPLIER = "multiplier", e))(ne || {}), W = /* @__PURE__ */ ((e) => (e.SHORT_DATE = "short-date", e.SHORT_DATETIME = "short-datetime", e.DATE = "date", e.DATETIME = "datetime", e.LONG_DATE = "long-date", e.LONG_DATETIME = "long-datetime", e.TIME = "time", e.MONTH_YEAR = "month-year", e))(W || {});
|
|
291
291
|
const Wl = {
|
|
292
292
|
"en-GB": {
|
|
293
293
|
comboBox: {
|
|
@@ -385,47 +385,47 @@ const Wl = {
|
|
|
385
385
|
}
|
|
386
386
|
}, Kl = {
|
|
387
387
|
"en-GB": {
|
|
388
|
-
[
|
|
388
|
+
[W.SHORT_DATE]: {
|
|
389
389
|
day: "numeric",
|
|
390
390
|
month: "numeric",
|
|
391
391
|
year: "2-digit"
|
|
392
392
|
},
|
|
393
|
-
[
|
|
393
|
+
[W.SHORT_DATETIME]: {
|
|
394
394
|
day: "numeric",
|
|
395
395
|
month: "numeric",
|
|
396
396
|
year: "2-digit",
|
|
397
397
|
hour: "numeric",
|
|
398
398
|
minute: "numeric"
|
|
399
399
|
},
|
|
400
|
-
[
|
|
400
|
+
[W.DATE]: {
|
|
401
401
|
day: "numeric",
|
|
402
402
|
month: "numeric",
|
|
403
403
|
year: "numeric"
|
|
404
404
|
},
|
|
405
|
-
[
|
|
405
|
+
[W.DATETIME]: {
|
|
406
406
|
day: "numeric",
|
|
407
407
|
month: "numeric",
|
|
408
408
|
year: "numeric",
|
|
409
409
|
hour: "numeric",
|
|
410
410
|
minute: "numeric"
|
|
411
411
|
},
|
|
412
|
-
[
|
|
412
|
+
[W.LONG_DATE]: {
|
|
413
413
|
day: "numeric",
|
|
414
414
|
month: "long",
|
|
415
415
|
year: "numeric"
|
|
416
416
|
},
|
|
417
|
-
[
|
|
417
|
+
[W.LONG_DATETIME]: {
|
|
418
418
|
day: "numeric",
|
|
419
419
|
month: "long",
|
|
420
420
|
year: "numeric",
|
|
421
421
|
hour: "numeric",
|
|
422
422
|
minute: "numeric"
|
|
423
423
|
},
|
|
424
|
-
[
|
|
424
|
+
[W.TIME]: {
|
|
425
425
|
hour: "numeric",
|
|
426
426
|
minute: "numeric"
|
|
427
427
|
},
|
|
428
|
-
[
|
|
428
|
+
[W.MONTH_YEAR]: {
|
|
429
429
|
month: "long",
|
|
430
430
|
year: "numeric"
|
|
431
431
|
}
|
|
@@ -456,13 +456,13 @@ function ec(e) {
|
|
|
456
456
|
const { t: ue } = ee.global;
|
|
457
457
|
function Zl(e, n, t, l) {
|
|
458
458
|
const o = ee.global.locale.value;
|
|
459
|
-
return l instanceof Date && (l = l.getTime()), new Promise((
|
|
460
|
-
let
|
|
459
|
+
return l instanceof Date && (l = l.getTime()), new Promise((r) => {
|
|
460
|
+
let s = {
|
|
461
461
|
valid: !1,
|
|
462
462
|
message: ""
|
|
463
463
|
};
|
|
464
464
|
if (e != null) {
|
|
465
|
-
let
|
|
465
|
+
let g, c;
|
|
466
466
|
switch (n) {
|
|
467
467
|
case "email":
|
|
468
468
|
case "password":
|
|
@@ -470,38 +470,38 @@ function Zl(e, n, t, l) {
|
|
|
470
470
|
case "tel":
|
|
471
471
|
case "text":
|
|
472
472
|
case "url":
|
|
473
|
-
|
|
473
|
+
g = ((l == null ? void 0 : l.length) ?? 0) >= e, s = de(g, ue("input.greaterOrEqualToCharacters", { label: t, min: e.toString() }));
|
|
474
474
|
break;
|
|
475
475
|
case "number":
|
|
476
476
|
case "range":
|
|
477
|
-
|
|
477
|
+
g = l >= e, s = de(g, ue("input.greaterOrEqualToValue", { label: t, min: e.toString() }));
|
|
478
478
|
break;
|
|
479
479
|
case "date":
|
|
480
|
-
|
|
480
|
+
g = l >= new Date(e).getTime(), s = de(g, ue("input.afterOrEqualToValue", { label: t, min: new Date(e).toLocaleDateString(o) }));
|
|
481
481
|
break;
|
|
482
482
|
case "datetime":
|
|
483
|
-
|
|
483
|
+
g = l >= new Date(e).getTime(), s = de(g, ue("input.afterOrEqualToValue", { label: t, min: ee.global.d(new Date(e), W.DATETIME, o ?? ee.global.locale.value) }));
|
|
484
484
|
break;
|
|
485
485
|
case "time":
|
|
486
|
-
|
|
486
|
+
c = e.toDateFromTime(), g = l >= c, s = de(g, ue("input.afterOrEqualToValue", { label: t, min: ee.global.d(new Date(c), W.TIME, o ?? ee.global.locale.value) }));
|
|
487
487
|
break;
|
|
488
488
|
default:
|
|
489
|
-
|
|
489
|
+
s.valid = !0;
|
|
490
490
|
break;
|
|
491
491
|
}
|
|
492
492
|
}
|
|
493
|
-
|
|
493
|
+
r(s);
|
|
494
494
|
});
|
|
495
495
|
}
|
|
496
496
|
function Ql(e, n, t, l) {
|
|
497
497
|
const o = ee.global.locale.value;
|
|
498
|
-
return l instanceof Date && (l = l.getTime()), new Promise((
|
|
499
|
-
let
|
|
498
|
+
return l instanceof Date && (l = l.getTime()), new Promise((r) => {
|
|
499
|
+
let s = {
|
|
500
500
|
valid: !1,
|
|
501
501
|
message: ""
|
|
502
502
|
};
|
|
503
503
|
if (e != null) {
|
|
504
|
-
let
|
|
504
|
+
let g, c;
|
|
505
505
|
switch (n) {
|
|
506
506
|
case "email":
|
|
507
507
|
case "password":
|
|
@@ -509,27 +509,27 @@ function Ql(e, n, t, l) {
|
|
|
509
509
|
case "tel":
|
|
510
510
|
case "text":
|
|
511
511
|
case "url":
|
|
512
|
-
|
|
512
|
+
g = ((l == null ? void 0 : l.length) ?? 0) <= e, s = de(g, ue("input.lessOrEqualToCharacters", { label: t, max: e.toString() }));
|
|
513
513
|
break;
|
|
514
514
|
case "number":
|
|
515
515
|
case "range":
|
|
516
|
-
|
|
516
|
+
g = l <= e, s = de(g, ue("input.lessOrEqualToValue", { label: t, max: e.toString() }));
|
|
517
517
|
break;
|
|
518
518
|
case "date":
|
|
519
|
-
|
|
519
|
+
g = l <= new Date(e).getTime(), s = de(g, ue("input.beforeOrEqualToValue", { label: t, max: new Date(e).toLocaleDateString(o) }));
|
|
520
520
|
break;
|
|
521
521
|
case "datetime":
|
|
522
|
-
|
|
522
|
+
g = l <= new Date(e).getTime(), s = de(g, ue("input.afterOrEqualToValue", { label: t, min: ee.global.d(new Date(e), W.DATETIME, o ?? ee.global.locale.value) }));
|
|
523
523
|
break;
|
|
524
524
|
case "time":
|
|
525
|
-
|
|
525
|
+
c = e.toDateFromTime(), g = l <= c, s = de(g, ue("input.afterOrEqualToValue", { label: t, min: ee.global.d(new Date(c), W.TIME, o ?? ee.global.locale.value) }));
|
|
526
526
|
break;
|
|
527
527
|
default:
|
|
528
|
-
|
|
528
|
+
s.valid = !0;
|
|
529
529
|
break;
|
|
530
530
|
}
|
|
531
531
|
}
|
|
532
|
-
|
|
532
|
+
r(s);
|
|
533
533
|
});
|
|
534
534
|
}
|
|
535
535
|
function Yl(e, n) {
|
|
@@ -540,8 +540,8 @@ function Yl(e, n) {
|
|
|
540
540
|
}
|
|
541
541
|
function Xl(e, n) {
|
|
542
542
|
return new Promise((t) => {
|
|
543
|
-
const o = n === "" || /[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(n) !== null,
|
|
544
|
-
t(
|
|
543
|
+
const o = n === "" || /[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(n) !== null, r = de(o, ue("input.valueNotValidEmail", { label: e }));
|
|
544
|
+
t(r);
|
|
545
545
|
});
|
|
546
546
|
}
|
|
547
547
|
function de(e, n) {
|
|
@@ -615,8 +615,8 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
615
615
|
time_24hr: !0
|
|
616
616
|
};
|
|
617
617
|
l.l10ns.de = o;
|
|
618
|
-
var
|
|
619
|
-
t.German = o, t.default =
|
|
618
|
+
var r = l.l10ns;
|
|
619
|
+
t.German = o, t.default = r, Object.defineProperty(t, "__esModule", { value: !0 });
|
|
620
620
|
});
|
|
621
621
|
})(_l, Ie);
|
|
622
622
|
var Ne = {}, et = {
|
|
@@ -677,10 +677,10 @@ var Ne = {}, et = {
|
|
|
677
677
|
daysInMonth: [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31],
|
|
678
678
|
firstDayOfWeek: 0,
|
|
679
679
|
ordinal: function(o) {
|
|
680
|
-
var
|
|
681
|
-
if (
|
|
680
|
+
var r = o % 100;
|
|
681
|
+
if (r > 3 && r < 21)
|
|
682
682
|
return "th";
|
|
683
|
-
switch (
|
|
683
|
+
switch (r % 10) {
|
|
684
684
|
case 1:
|
|
685
685
|
return "st";
|
|
686
686
|
case 2:
|
|
@@ -770,8 +770,8 @@ var De = {}, lt = {
|
|
|
770
770
|
time_24hr: !0
|
|
771
771
|
};
|
|
772
772
|
l.l10ns.es = o;
|
|
773
|
-
var
|
|
774
|
-
t.Spanish = o, t.default =
|
|
773
|
+
var r = l.l10ns;
|
|
774
|
+
t.Spanish = o, t.default = r, Object.defineProperty(t, "__esModule", { value: !0 });
|
|
775
775
|
});
|
|
776
776
|
})(lt, De);
|
|
777
777
|
var qe = {}, tt = {
|
|
@@ -832,8 +832,8 @@ var qe = {}, tt = {
|
|
|
832
832
|
"décembre"
|
|
833
833
|
]
|
|
834
834
|
},
|
|
835
|
-
ordinal: function(
|
|
836
|
-
return
|
|
835
|
+
ordinal: function(s) {
|
|
836
|
+
return s > 1 ? "" : "er";
|
|
837
837
|
},
|
|
838
838
|
rangeSeparator: " au ",
|
|
839
839
|
weekAbbreviation: "Sem",
|
|
@@ -842,8 +842,8 @@ var qe = {}, tt = {
|
|
|
842
842
|
time_24hr: !0
|
|
843
843
|
};
|
|
844
844
|
l.l10ns.fr = o;
|
|
845
|
-
var
|
|
846
|
-
t.French = o, t.default =
|
|
845
|
+
var r = l.l10ns;
|
|
846
|
+
t.French = o, t.default = r, Object.defineProperty(t, "__esModule", { value: !0 });
|
|
847
847
|
});
|
|
848
848
|
})(tt, qe);
|
|
849
849
|
var Re = {}, nt = {
|
|
@@ -914,16 +914,16 @@ var Re = {}, nt = {
|
|
|
914
914
|
time_24hr: !0
|
|
915
915
|
};
|
|
916
916
|
l.l10ns.it = o;
|
|
917
|
-
var
|
|
918
|
-
t.Italian = o, t.default =
|
|
917
|
+
var r = l.l10ns;
|
|
918
|
+
t.Italian = o, t.default = r, Object.defineProperty(t, "__esModule", { value: !0 });
|
|
919
919
|
});
|
|
920
920
|
})(nt, Re);
|
|
921
|
-
var
|
|
921
|
+
var Pe = {}, ot = {
|
|
922
922
|
get exports() {
|
|
923
|
-
return
|
|
923
|
+
return Pe;
|
|
924
924
|
},
|
|
925
925
|
set exports(e) {
|
|
926
|
-
|
|
926
|
+
Pe = e;
|
|
927
927
|
}
|
|
928
928
|
};
|
|
929
929
|
(function(e, n) {
|
|
@@ -981,15 +981,15 @@ var Ue = {}, ot = {
|
|
|
981
981
|
scrollTitle: "Scroll voor volgende / vorige",
|
|
982
982
|
toggleTitle: "Klik om te wisselen",
|
|
983
983
|
time_24hr: !0,
|
|
984
|
-
ordinal: function(
|
|
985
|
-
return
|
|
984
|
+
ordinal: function(s) {
|
|
985
|
+
return s === 1 || s === 8 || s >= 20 ? "ste" : "de";
|
|
986
986
|
}
|
|
987
987
|
};
|
|
988
988
|
l.l10ns.nl = o;
|
|
989
|
-
var
|
|
990
|
-
t.Dutch = o, t.default =
|
|
989
|
+
var r = l.l10ns;
|
|
990
|
+
t.Dutch = o, t.default = r, Object.defineProperty(t, "__esModule", { value: !0 });
|
|
991
991
|
});
|
|
992
|
-
})(ot,
|
|
992
|
+
})(ot, Pe);
|
|
993
993
|
function at() {
|
|
994
994
|
return new Date("1990-01-02T12:05");
|
|
995
995
|
}
|
|
@@ -1006,7 +1006,7 @@ function st(e) {
|
|
|
1006
1006
|
n = qe.French;
|
|
1007
1007
|
break;
|
|
1008
1008
|
case "nl-NL":
|
|
1009
|
-
n =
|
|
1009
|
+
n = Pe.Dutch;
|
|
1010
1010
|
break;
|
|
1011
1011
|
case "it-IT":
|
|
1012
1012
|
n = Re.Italian;
|
|
@@ -1053,116 +1053,116 @@ const it = ["placeholder", "disabled"], rt = { class: "cl-absolute cl-bg-white c
|
|
|
1053
1053
|
valueOutOfRange: null
|
|
1054
1054
|
},
|
|
1055
1055
|
setup(e, { expose: n, emit: t }) {
|
|
1056
|
-
const l = e, { d: o, getDateTimeFormat:
|
|
1056
|
+
const l = e, { d: o, getDateTimeFormat: r, locale: s, t: g } = ae(), c = O(null), b = O(null), h = E(() => o(at(), l.type)), m = E(() => r(s.value)[l.type]), f = E(() => P()), p = E(() => Q()), d = E(() => ge()), w = E(() => Ze(l.min, s.value)), $ = E(() => Ze(l.max, s.value)), S = O(!1), V = E(() => {
|
|
1057
1057
|
var se, xe;
|
|
1058
|
-
let
|
|
1059
|
-
return ((se =
|
|
1060
|
-
}),
|
|
1058
|
+
let k = "H", L = "Y";
|
|
1059
|
+
return ((se = m.value) == null ? void 0 : se.hour12) === !0 && (k = "h"), ((xe = m.value) == null ? void 0 : xe.year) === "2-digit" && (L = "y"), ct(h.value, k, L);
|
|
1060
|
+
}), G = E(() => {
|
|
1061
1061
|
var L, se;
|
|
1062
|
-
const
|
|
1062
|
+
const k = {
|
|
1063
1063
|
...Je.defaultConfig,
|
|
1064
1064
|
allowInput: !0,
|
|
1065
|
-
dateFormat:
|
|
1065
|
+
dateFormat: V.value,
|
|
1066
1066
|
disableMobile: !0,
|
|
1067
|
-
enableTime: l.type ===
|
|
1068
|
-
locale: st(
|
|
1069
|
-
maxDate:
|
|
1070
|
-
maxTime:
|
|
1071
|
-
minDate:
|
|
1072
|
-
minTime:
|
|
1067
|
+
enableTime: l.type === W.DATETIME || l.type === W.TIME,
|
|
1068
|
+
locale: st(s.value),
|
|
1069
|
+
maxDate: $.value,
|
|
1070
|
+
maxTime: d.value,
|
|
1071
|
+
minDate: w.value,
|
|
1072
|
+
minTime: p.value,
|
|
1073
1073
|
minuteIncrement: 1,
|
|
1074
1074
|
monthSelectorType: "static",
|
|
1075
|
-
noCalendar: l.type ===
|
|
1075
|
+
noCalendar: l.type === W.TIME,
|
|
1076
1076
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
1077
|
-
time_24hr: typeof ((L =
|
|
1077
|
+
time_24hr: typeof ((L = m.value) == null ? void 0 : L.hour12) > "u" || ((se = m.value) == null ? void 0 : se.hour12) === !1
|
|
1078
1078
|
};
|
|
1079
|
-
return l.date !== null && (
|
|
1079
|
+
return l.date !== null && (k.defaultDate = l.date), k;
|
|
1080
1080
|
});
|
|
1081
|
-
function ce(
|
|
1082
|
-
const xe =
|
|
1081
|
+
function ce(k, L, se) {
|
|
1082
|
+
const xe = k.length > 0 ? k[0] : null;
|
|
1083
1083
|
xe !== l.date && !S.value && (t("update:date", xe), xe === null && t("valueOutOfRange")), S.value = !1;
|
|
1084
1084
|
}
|
|
1085
|
-
function
|
|
1085
|
+
function C() {
|
|
1086
1086
|
S.value = !0, t("update:date", null);
|
|
1087
1087
|
}
|
|
1088
|
-
function
|
|
1089
|
-
if (
|
|
1090
|
-
let
|
|
1091
|
-
|
|
1088
|
+
function H() {
|
|
1089
|
+
if (c.value !== null) {
|
|
1090
|
+
let k = new Date();
|
|
1091
|
+
k.setHours(12, 0, 0, 0);
|
|
1092
1092
|
let L;
|
|
1093
|
-
l.type === "time" ? L = l.min.toDateFromTime() : L = new Date(l.min), L >
|
|
1093
|
+
l.type === "time" ? L = l.min.toDateFromTime() : L = new Date(l.min), L > k && (k = L), S.value = !0, t("update:date", k);
|
|
1094
1094
|
}
|
|
1095
1095
|
}
|
|
1096
1096
|
function X() {
|
|
1097
|
-
|
|
1097
|
+
c.value === null && b.value !== null && (c.value = Je(b.value, G.value), c.value.config.onChange.push(ce));
|
|
1098
1098
|
}
|
|
1099
1099
|
function _() {
|
|
1100
|
-
|
|
1100
|
+
c.value !== null && (c.value.set(G.value), c.value.config.onChange.push(ce));
|
|
1101
1101
|
}
|
|
1102
|
-
function re(
|
|
1103
|
-
|
|
1102
|
+
function re(k) {
|
|
1103
|
+
c.value !== null && c.value.setDate(k, !0);
|
|
1104
1104
|
}
|
|
1105
|
-
function
|
|
1106
|
-
|
|
1105
|
+
function he() {
|
|
1106
|
+
c.value !== null && c.value.clear();
|
|
1107
1107
|
}
|
|
1108
|
-
function
|
|
1109
|
-
|
|
1108
|
+
function A() {
|
|
1109
|
+
c.value !== null && (c.value.destroy(), c.value = null);
|
|
1110
1110
|
}
|
|
1111
|
-
function
|
|
1112
|
-
let
|
|
1111
|
+
function P() {
|
|
1112
|
+
let k = l.dateTimePlaceholder;
|
|
1113
1113
|
switch (l.type) {
|
|
1114
1114
|
case "date":
|
|
1115
|
-
|
|
1115
|
+
k = l.datePlaceholder === "" ? g("calendar.datePlaceholder") : l.datePlaceholder;
|
|
1116
1116
|
break;
|
|
1117
1117
|
case "datetime":
|
|
1118
|
-
|
|
1118
|
+
k = l.dateTimePlaceholder === "" ? g("calendar.dateTimePlaceholder") : l.dateTimePlaceholder;
|
|
1119
1119
|
break;
|
|
1120
1120
|
case "time":
|
|
1121
|
-
|
|
1121
|
+
k = l.timePlaceholder === "" ? g("calendar.timePlaceholder") : l.timePlaceholder;
|
|
1122
1122
|
break;
|
|
1123
1123
|
default:
|
|
1124
|
-
|
|
1124
|
+
k = l.dateTimePlaceholder === "" ? g("calendar.dateTimePlaceholder") : l.dateTimePlaceholder;
|
|
1125
1125
|
break;
|
|
1126
1126
|
}
|
|
1127
|
-
return
|
|
1127
|
+
return k;
|
|
1128
1128
|
}
|
|
1129
1129
|
function Q() {
|
|
1130
|
-
let
|
|
1131
|
-
return (l.type ===
|
|
1130
|
+
let k;
|
|
1131
|
+
return (l.type === W.TIME || l.type === W.DATETIME) && (k = Qe(l.min)), k;
|
|
1132
1132
|
}
|
|
1133
1133
|
function ge() {
|
|
1134
|
-
let
|
|
1135
|
-
return (l.type ===
|
|
1134
|
+
let k;
|
|
1135
|
+
return (l.type === W.TIME || l.type === W.DATETIME) && (k = Qe(l.max)), k;
|
|
1136
1136
|
}
|
|
1137
|
-
return
|
|
1138
|
-
|
|
1137
|
+
return J(() => l.date, (k, L) => {
|
|
1138
|
+
k !== null && L !== null ? k.getTime() !== L.getTime() && re(k) : k === null && L !== null && he();
|
|
1139
1139
|
}, {
|
|
1140
1140
|
deep: !0
|
|
1141
|
-
}),
|
|
1141
|
+
}), J(() => G.value, _, {
|
|
1142
1142
|
deep: !0
|
|
1143
|
-
}),
|
|
1144
|
-
|
|
1143
|
+
}), J(() => l.type, () => {
|
|
1144
|
+
A(), ke(() => X());
|
|
1145
1145
|
}, {
|
|
1146
1146
|
immediate: !1
|
|
1147
|
-
}),
|
|
1147
|
+
}), Oe(() => X()), Ue(() => A()), n({
|
|
1148
1148
|
focus() {
|
|
1149
|
-
var
|
|
1150
|
-
(
|
|
1149
|
+
var k;
|
|
1150
|
+
(k = b.value) == null || k.focus();
|
|
1151
1151
|
}
|
|
1152
|
-
}), (
|
|
1152
|
+
}), (k, L) => {
|
|
1153
1153
|
const se = K("icon");
|
|
1154
|
-
return
|
|
1155
|
-
u("input",
|
|
1154
|
+
return i(), v("div", be(k.$attrs, { class: "cl-relative" }), [
|
|
1155
|
+
u("input", be({
|
|
1156
1156
|
ref_key: "element",
|
|
1157
|
-
ref:
|
|
1158
|
-
},
|
|
1157
|
+
ref: b
|
|
1158
|
+
}, k.$attrs, {
|
|
1159
1159
|
class: ["!cl-text-sm cl-border-grey-1 cl-rounded-lg focus:cl-border-blue-light focus:cl-ring-0", { "cl-bg-off-white": e.disabled }],
|
|
1160
1160
|
type: "text",
|
|
1161
1161
|
placeholder: a(f),
|
|
1162
1162
|
disabled: e.disabled
|
|
1163
1163
|
}), null, 16, it),
|
|
1164
|
-
q(
|
|
1165
|
-
class:
|
|
1164
|
+
q(y(se, {
|
|
1165
|
+
class: I(["cl-absolute cl-bg-white cl-right-2 cl-text-grey-4 cl-top-3.5", {
|
|
1166
1166
|
"!cl-bg-off-white": e.disabled
|
|
1167
1167
|
}]),
|
|
1168
1168
|
icon: "ph:calendar",
|
|
@@ -1171,8 +1171,8 @@ const it = ["placeholder", "disabled"], rt = { class: "cl-absolute cl-bg-white c
|
|
|
1171
1171
|
}, null, 8, ["class"]), [
|
|
1172
1172
|
[R, (e.date === null || e.disabled) && e.type !== "time"]
|
|
1173
1173
|
]),
|
|
1174
|
-
q(
|
|
1175
|
-
class:
|
|
1174
|
+
q(y(se, {
|
|
1175
|
+
class: I(["cl-absolute cl-bg-white cl-right-2 cl-text-grey-4 cl-top-3.5", {
|
|
1176
1176
|
"!cl-bg-off-white": e.disabled
|
|
1177
1177
|
}]),
|
|
1178
1178
|
icon: "ph-clock",
|
|
@@ -1182,17 +1182,17 @@ const it = ["placeholder", "disabled"], rt = { class: "cl-absolute cl-bg-white c
|
|
|
1182
1182
|
[R, (e.date === null || e.disabled) && e.type === "time"]
|
|
1183
1183
|
]),
|
|
1184
1184
|
q(u("div", rt, [
|
|
1185
|
-
|
|
1185
|
+
y(se, {
|
|
1186
1186
|
class: "cl-cursor-pointer cl-mr-0.5 md:cl-mr-1",
|
|
1187
1187
|
icon: "ph:arrow-counter-clockwise",
|
|
1188
1188
|
size: 16,
|
|
1189
|
-
onClick:
|
|
1189
|
+
onClick: H
|
|
1190
1190
|
}),
|
|
1191
|
-
|
|
1191
|
+
y(se, {
|
|
1192
1192
|
class: "cl-cursor-pointer",
|
|
1193
1193
|
icon: "ph:x",
|
|
1194
1194
|
size: 16,
|
|
1195
|
-
onClick:
|
|
1195
|
+
onClick: C
|
|
1196
1196
|
})
|
|
1197
1197
|
], 512), [
|
|
1198
1198
|
[R, e.date !== null && !e.disabled]
|
|
@@ -1201,7 +1201,7 @@ const it = ["placeholder", "disabled"], rt = { class: "cl-absolute cl-bg-white c
|
|
|
1201
1201
|
};
|
|
1202
1202
|
}
|
|
1203
1203
|
});
|
|
1204
|
-
const dt = /* @__PURE__ */
|
|
1204
|
+
const dt = /* @__PURE__ */ ve(ut, [["__scopeId", "data-v-053c2f6e"]]), ze = [
|
|
1205
1205
|
"date",
|
|
1206
1206
|
"datetime",
|
|
1207
1207
|
"time"
|
|
@@ -1226,52 +1226,52 @@ const dt = /* @__PURE__ */ he(ut, [["__scopeId", "data-v-053c2f6e"]]), ze = [
|
|
|
1226
1226
|
"update:value": null
|
|
1227
1227
|
},
|
|
1228
1228
|
setup(e, { expose: n, emit: t }) {
|
|
1229
|
-
const l = e, { n: o, t:
|
|
1229
|
+
const l = e, { n: o, t: r } = ae(), { debounce: s } = pl(), g = O(l.value), c = O(), b = E({
|
|
1230
1230
|
get: () => l.value,
|
|
1231
|
-
set: (
|
|
1232
|
-
}),
|
|
1233
|
-
let
|
|
1234
|
-
return
|
|
1231
|
+
set: (d) => t("update:value", d)
|
|
1232
|
+
}), h = E(() => l.disabled ? "rgba(153, 153, 153, 0.8)" : "#9acd32"), m = E(() => {
|
|
1233
|
+
let d = (b.value - l.min) / (l.max - l.min) * 100;
|
|
1234
|
+
return d < 35 && d > 0 ? d < 20 ? d += 0.5 : d += 0.25 : d > 65 && d < 100 && (d > 80 ? d -= 0.5 : d -= 0.25), d;
|
|
1235
1235
|
}), f = E(() => l.min <= l.max && l.step > 0);
|
|
1236
|
-
function d
|
|
1237
|
-
const
|
|
1238
|
-
|
|
1236
|
+
function p(d, w) {
|
|
1237
|
+
const $ = (d == null ? void 0 : d.value) ?? "", S = Math.max(Math.min(parseFloat($) || l.min, l.max), l.min);
|
|
1238
|
+
b.value = l.enforceStep ? Math.ceil(S / l.step) * l.step : S, ke(() => w());
|
|
1239
1239
|
}
|
|
1240
|
-
return
|
|
1240
|
+
return J(() => l.value, () => g.value = l.value), n({
|
|
1241
1241
|
focus() {
|
|
1242
|
-
var
|
|
1243
|
-
(
|
|
1242
|
+
var d;
|
|
1243
|
+
(d = c.value) == null || d.focus();
|
|
1244
1244
|
}
|
|
1245
|
-
}), (
|
|
1246
|
-
const
|
|
1247
|
-
return a(f) ? (
|
|
1248
|
-
q(u("div", { class: "cl-bg-transparent cl-relative cl-text-center cl-text-sm" }, x(a(
|
|
1245
|
+
}), (d, w) => {
|
|
1246
|
+
const $ = K("cl-ui-input");
|
|
1247
|
+
return a(f) ? (i(), v("div", oe(be({ key: 0 }, d.$attrs)), [
|
|
1248
|
+
q(u("div", { class: "cl-bg-transparent cl-relative cl-text-center cl-text-sm" }, x(a(b)), 513), [
|
|
1249
1249
|
[R, !e.showNumericInput]
|
|
1250
1250
|
]),
|
|
1251
1251
|
u("div", ft, [
|
|
1252
|
-
q(
|
|
1253
|
-
modelValue:
|
|
1254
|
-
"onUpdate:modelValue":
|
|
1252
|
+
q(y($, {
|
|
1253
|
+
modelValue: g.value,
|
|
1254
|
+
"onUpdate:modelValue": w[0] || (w[0] = (S) => g.value = S),
|
|
1255
1255
|
class: "!cl-text-sm md:!cl-w-auto",
|
|
1256
1256
|
"input-type": "number",
|
|
1257
1257
|
min: e.min,
|
|
1258
1258
|
max: e.max,
|
|
1259
1259
|
step: e.step,
|
|
1260
1260
|
disabled: e.disabled,
|
|
1261
|
-
onInput:
|
|
1261
|
+
onInput: w[1] || (w[1] = (S) => a(s)(p, S.target, d.$forceUpdate))
|
|
1262
1262
|
}, null, 8, ["modelValue", "min", "max", "step", "disabled"]), [
|
|
1263
1263
|
[R, e.showNumericInput]
|
|
1264
1264
|
]),
|
|
1265
1265
|
u("div", mt, [
|
|
1266
1266
|
u("span", gt, x(a(o)(e.min, Number.isInteger(e.min) ? a(ne).INTEGER : a(ne).DECIMAL)), 1),
|
|
1267
|
-
typeof a(
|
|
1267
|
+
typeof a(b) == "number" ? (i(), v("div", bt, [
|
|
1268
1268
|
q(u("input", {
|
|
1269
1269
|
ref_key: "sliderRef",
|
|
1270
|
-
ref:
|
|
1271
|
-
"onUpdate:modelValue":
|
|
1270
|
+
ref: c,
|
|
1271
|
+
"onUpdate:modelValue": w[2] || (w[2] = (S) => ye(b) ? b.value = S : null),
|
|
1272
1272
|
class: "cl-align-middle cl-appearance-none cl-bg-gradient-to-r cl-border cl-border-grey-2 cl-delay-500 cl-ease-in cl-flex-1 cl-h-5 cl-mb-2 cl-outline-none cl-rounded-full cl-transition-colors cl-w-full",
|
|
1273
1273
|
style: nl({
|
|
1274
|
-
background: `linear-gradient(to right, ${a(
|
|
1274
|
+
background: `linear-gradient(to right, ${a(h)} 0%, ${a(h)} ${a(m)}%, white ${a(m)}%, white 100%)`
|
|
1275
1275
|
}),
|
|
1276
1276
|
type: "range",
|
|
1277
1277
|
min: e.min,
|
|
@@ -1281,20 +1281,20 @@ const dt = /* @__PURE__ */ he(ut, [["__scopeId", "data-v-053c2f6e"]]), ze = [
|
|
|
1281
1281
|
}, null, 12, vt), [
|
|
1282
1282
|
[
|
|
1283
1283
|
ml,
|
|
1284
|
-
a(
|
|
1284
|
+
a(b),
|
|
1285
1285
|
void 0,
|
|
1286
1286
|
{ number: !0 }
|
|
1287
1287
|
]
|
|
1288
1288
|
])
|
|
1289
|
-
])) :
|
|
1289
|
+
])) : M("", !0),
|
|
1290
1290
|
u("span", ht, x(a(o)(e.max, Number.isInteger(e.max) ? a(ne).INTEGER : a(ne).DECIMAL)), 1)
|
|
1291
1291
|
])
|
|
1292
1292
|
])
|
|
1293
|
-
], 16)) : (
|
|
1293
|
+
], 16)) : (i(), v("div", pt, x(a(r)("slider.invalidProps")), 1));
|
|
1294
1294
|
};
|
|
1295
1295
|
}
|
|
1296
1296
|
});
|
|
1297
|
-
const wt = /* @__PURE__ */
|
|
1297
|
+
const wt = /* @__PURE__ */ ve(yt, [["__scopeId", "data-v-47d8e44f"]]);
|
|
1298
1298
|
function Ye(e) {
|
|
1299
1299
|
let n = !1;
|
|
1300
1300
|
switch (e) {
|
|
@@ -1369,10 +1369,10 @@ function _e(e, n) {
|
|
|
1369
1369
|
const Tt = { class: "cl-flex cl-justify-between" }, Ct = { class: "cl-w-full" }, St = {
|
|
1370
1370
|
key: 0,
|
|
1371
1371
|
class: "cl-block cl-left-auto cl-relative cl-text-danger-default"
|
|
1372
|
-
},
|
|
1372
|
+
}, Ot = {
|
|
1373
1373
|
key: 1,
|
|
1374
1374
|
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"
|
|
1375
|
-
},
|
|
1375
|
+
}, Et = ["type", "disabled", "min", "max", "minlength", "maxlength", "step", "placeholder", "accept", "name", "autocomplete"], jt = {
|
|
1376
1376
|
key: 2,
|
|
1377
1377
|
class: "cl-h-[5.78rem] cl-pb-2 md:cl-h-20"
|
|
1378
1378
|
}, At = { class: "cl-relative" }, Mt = {
|
|
@@ -1410,27 +1410,27 @@ const Tt = { class: "cl-flex cl-justify-between" }, Ct = { class: "cl-w-full" },
|
|
|
1410
1410
|
},
|
|
1411
1411
|
emits: ["update:model-value", "click", "focus", "input", "change", "validated"],
|
|
1412
1412
|
setup(e, { expose: n, emit: t }) {
|
|
1413
|
-
const l = e, o =
|
|
1413
|
+
const l = e, o = O(null), r = O(!1), s = O(!1), g = E(se), c = E(() => l.placeholderText.trim() !== "" ? l.placeholderText : l.label), b = O(!1), { t: h } = ae(), m = O(0), f = E({
|
|
1414
1414
|
get: () => l.modelValue,
|
|
1415
|
-
set: (
|
|
1416
|
-
}),
|
|
1415
|
+
set: (T) => X(T, !1)
|
|
1416
|
+
}), p = E({
|
|
1417
1417
|
get: () => l.modelValue,
|
|
1418
|
-
set: (
|
|
1419
|
-
}),
|
|
1420
|
-
var
|
|
1418
|
+
set: (T) => H(T)
|
|
1419
|
+
}), d = E(() => typeof l.min == "number" ? l.min.toString() : l.min), w = E(() => typeof l.max == "number" ? l.max.toString() : l.max), $ = E(() => typeof l.min == "number" ? l.min : parseFloat(l.min)), S = E(() => typeof l.max == "number" ? l.max : parseFloat(l.max)), V = E(() => l.messageWhenValid.trim() !== "" ? l.messageWhenValid : ""), G = O(!0), ce = O([]), C = E(() => {
|
|
1420
|
+
var T, N;
|
|
1421
1421
|
return [
|
|
1422
|
-
...((
|
|
1422
|
+
...((T = ce.value) == null ? void 0 : T.filter((Z) => ((Z == null ? void 0 : Z.length) ?? 0) > 0)) ?? [],
|
|
1423
1423
|
...((N = l.externalErrors) == null ? void 0 : N.filter((Z) => ((Z == null ? void 0 : Z.length) ?? 0) > 0)) ?? []
|
|
1424
1424
|
].join(`
|
|
1425
1425
|
`);
|
|
1426
1426
|
});
|
|
1427
|
-
async function
|
|
1428
|
-
l.validateOn === "input" && await _(
|
|
1427
|
+
async function H(T) {
|
|
1428
|
+
l.validateOn === "input" && await _(T), t("update:model-value", T), b.value = !1;
|
|
1429
1429
|
}
|
|
1430
|
-
async function X(
|
|
1431
|
-
l.onInputFunction !== void 0 && (
|
|
1430
|
+
async function X(T, N) {
|
|
1431
|
+
l.onInputFunction !== void 0 && (T = l.onInputFunction(T)), (N || l.validateOn === "input") && await _(T), t("update:model-value", T);
|
|
1432
1432
|
}
|
|
1433
|
-
function _(
|
|
1433
|
+
function _(T) {
|
|
1434
1434
|
const N = {
|
|
1435
1435
|
message: "",
|
|
1436
1436
|
valid: !0
|
|
@@ -1438,78 +1438,78 @@ const Tt = { class: "cl-flex cl-justify-between" }, Ct = { class: "cl-w-full" },
|
|
|
1438
1438
|
l.customValidationFunction === null || l.customValidationFunction === void 0 ? new Promise((F) => {
|
|
1439
1439
|
F(N);
|
|
1440
1440
|
}) : new Promise((F) => {
|
|
1441
|
-
F(l.customValidationFunction(l.label,
|
|
1441
|
+
F(l.customValidationFunction(l.label, T));
|
|
1442
1442
|
})
|
|
1443
1443
|
];
|
|
1444
|
-
return (typeof
|
|
1445
|
-
const We = [...F.map((
|
|
1446
|
-
let Be = F.some((
|
|
1447
|
-
|
|
1444
|
+
return (typeof T == "string" || typeof T == "number" || T instanceof Date) && (Z.push(Zl(l.min, l.inputType, l.label, T)), Z.push(Ql(l.max, l.inputType, l.label, T))), l.isRequired && Z.push(Yl(l.label, T)), l.inputType === "email" && typeof T == "string" && Z.push(Xl(l.label, T)), Promise.all(Z).then((F) => {
|
|
1445
|
+
const We = [...F.map((Ee) => Ee.message)];
|
|
1446
|
+
let Be = F.some((Ee) => Ee.message.length > 0 && Ee.valid === !1) || l.externalErrors.length > 0;
|
|
1447
|
+
b.value && (We.push(h("input.dateOutOfRange")), Be = !0), Be ? (ce.value = We, t("validated", !1, T)) : (ce.value = [], t("validated", !0, T)), G.value = !Be;
|
|
1448
1448
|
});
|
|
1449
1449
|
}
|
|
1450
1450
|
function re() {
|
|
1451
|
-
let
|
|
1452
|
-
return l.inputType === "color" && f.value && (l.disabled ?
|
|
1451
|
+
let T = "";
|
|
1452
|
+
return l.inputType === "color" && f.value && (l.disabled ? T = "background: #999999" : T = `background: ${f.value};`), T;
|
|
1453
1453
|
}
|
|
1454
|
-
function
|
|
1455
|
-
Ce(l.inputType) ? (
|
|
1454
|
+
function he(T) {
|
|
1455
|
+
Ce(l.inputType) ? (T.preventDefault(), t("click", T)) : l.inputType === "checkbox" && t("click", T);
|
|
1456
1456
|
}
|
|
1457
|
-
function
|
|
1457
|
+
function A() {
|
|
1458
1458
|
if (o.value) {
|
|
1459
1459
|
o.value.stepUp(), o.value.focus(), X(o.value.valueAsNumber, !1);
|
|
1460
|
-
const
|
|
1460
|
+
const T = {
|
|
1461
1461
|
target: o.value
|
|
1462
1462
|
};
|
|
1463
|
-
t("input",
|
|
1463
|
+
t("input", T, o.value.valueAsNumber);
|
|
1464
1464
|
}
|
|
1465
1465
|
}
|
|
1466
|
-
function
|
|
1466
|
+
function P() {
|
|
1467
1467
|
if (o.value) {
|
|
1468
1468
|
o.value.stepDown(), o.value.focus(), X(o.value.valueAsNumber, !1);
|
|
1469
|
-
const
|
|
1469
|
+
const T = {
|
|
1470
1470
|
target: o.value
|
|
1471
1471
|
};
|
|
1472
|
-
t("input",
|
|
1472
|
+
t("input", T, o.value.valueAsNumber);
|
|
1473
1473
|
}
|
|
1474
1474
|
}
|
|
1475
|
-
function Q(
|
|
1476
|
-
|
|
1475
|
+
function Q(T) {
|
|
1476
|
+
r.value = T;
|
|
1477
1477
|
}
|
|
1478
1478
|
function ge() {
|
|
1479
|
-
|
|
1479
|
+
s.value = !0, Q(!1);
|
|
1480
1480
|
}
|
|
1481
|
-
function
|
|
1482
|
-
|
|
1481
|
+
function k() {
|
|
1482
|
+
m.value++;
|
|
1483
1483
|
}
|
|
1484
|
-
function L(
|
|
1485
|
-
|
|
1484
|
+
function L(T) {
|
|
1485
|
+
T.target.blur();
|
|
1486
1486
|
}
|
|
1487
1487
|
function se() {
|
|
1488
1488
|
var Z;
|
|
1489
|
-
let
|
|
1490
|
-
const N =
|
|
1491
|
-
return
|
|
1489
|
+
let T = !0;
|
|
1490
|
+
const N = g.value;
|
|
1491
|
+
return r.value ? T = N : s.value && ((Z = f.value) == null ? void 0 : Z.toString().trim()) === "" && (T = !1), T;
|
|
1492
1492
|
}
|
|
1493
1493
|
function xe() {
|
|
1494
|
-
|
|
1494
|
+
b.value = !0;
|
|
1495
1495
|
}
|
|
1496
|
-
async function dl(
|
|
1497
|
-
const N = _e(
|
|
1498
|
-
l.validateOn === "change" && await _(N), t("change",
|
|
1496
|
+
async function dl(T) {
|
|
1497
|
+
const N = _e(T, l.inputType);
|
|
1498
|
+
l.validateOn === "change" && await _(N), t("change", T, N);
|
|
1499
1499
|
}
|
|
1500
|
-
return
|
|
1500
|
+
return Oe(() => {
|
|
1501
1501
|
l.validateImmediately && X(l.modelValue, !0);
|
|
1502
|
-
}),
|
|
1502
|
+
}), J(() => l.isRequired, () => X(l.modelValue, !0)), J(() => l.externalErrors, async () => {
|
|
1503
1503
|
await _(f.value), t("update:model-value", f.value);
|
|
1504
1504
|
}), n({
|
|
1505
1505
|
focus() {
|
|
1506
|
-
var
|
|
1507
|
-
(
|
|
1506
|
+
var T;
|
|
1507
|
+
(T = o.value) == null || T.focus();
|
|
1508
1508
|
}
|
|
1509
|
-
}), (
|
|
1509
|
+
}), (T, N) => {
|
|
1510
1510
|
const Z = K("icon");
|
|
1511
|
-
return
|
|
1512
|
-
key:
|
|
1511
|
+
return i(), v("div", {
|
|
1512
|
+
key: m.value,
|
|
1513
1513
|
class: "cl-align-top cl-border-none cl-inline-block cl-text-left"
|
|
1514
1514
|
}, [
|
|
1515
1515
|
u("div", {
|
|
@@ -1522,21 +1522,21 @@ const Tt = { class: "cl-flex cl-justify-between" }, Ct = { class: "cl-w-full" },
|
|
|
1522
1522
|
[R, e.showLabel && e.label !== ""]
|
|
1523
1523
|
])
|
|
1524
1524
|
]),
|
|
1525
|
-
e.isRequired && a(
|
|
1526
|
-
e.isRequired && !a(
|
|
1525
|
+
e.isRequired && a(g) ? (i(), v("label", St, " * ")) : M("", !0),
|
|
1526
|
+
e.isRequired && !a(g) ? (i(), v("label", Ot, x(e.requiredText), 1)) : M("", !0)
|
|
1527
1527
|
]),
|
|
1528
|
-
e.inputType !== "range" && !a(Xe)(e.inputType) ? q((
|
|
1528
|
+
e.inputType !== "range" && !a(Xe)(e.inputType) ? q((i(), v("input", be({
|
|
1529
1529
|
key: 0,
|
|
1530
1530
|
ref_key: "inputElement",
|
|
1531
1531
|
ref: o,
|
|
1532
|
-
"onUpdate:modelValue": N[0] || (N[0] = (F) =>
|
|
1533
|
-
},
|
|
1532
|
+
"onUpdate:modelValue": N[0] || (N[0] = (F) => ye(f) ? f.value = F : null)
|
|
1533
|
+
}, T.$attrs, {
|
|
1534
1534
|
class: ["cl-block cl-border cl-duration-300 cl-h-full cl-mb-1 cl-transition cl-w-full focus:cl-outline-none", {
|
|
1535
1535
|
"hover:!cl-border-grey-3": e.disabled === !1 && !a(Ce)(e.inputType),
|
|
1536
1536
|
"!cl-cursor-default": e.disabled,
|
|
1537
|
-
"!cl-border-danger-default": !
|
|
1538
|
-
"!cl-border-primary-default":
|
|
1539
|
-
"cl-border-grey-0 focus:cl-border-blue-light":
|
|
1537
|
+
"!cl-border-danger-default": !G.value,
|
|
1538
|
+
"!cl-border-primary-default": G.value && e.highlightWhenValid,
|
|
1539
|
+
"cl-border-grey-0 focus:cl-border-blue-light": G.value && !a(Ce)(e.inputType),
|
|
1540
1540
|
"!cl-p-2": e.inputType === "checkbox" || e.inputType === "radio",
|
|
1541
1541
|
"cl-p-3 cl-rounded-lg": !a(Ce)(e.inputType),
|
|
1542
1542
|
[`${e.inputSpecificClasses}`]: e.inputSpecificClasses !== ""
|
|
@@ -1549,49 +1549,49 @@ const Tt = { class: "cl-flex cl-justify-between" }, Ct = { class: "cl-w-full" },
|
|
|
1549
1549
|
minlength: a(Ye)(e.inputType) ? e.min : 0,
|
|
1550
1550
|
maxlength: a(Ye)(e.inputType) ? e.max : 0,
|
|
1551
1551
|
step: e.step,
|
|
1552
|
-
placeholder: a(
|
|
1552
|
+
placeholder: a(c),
|
|
1553
1553
|
accept: e.fileExtensions,
|
|
1554
1554
|
name: e.group,
|
|
1555
1555
|
autocomplete: e.autocomplete,
|
|
1556
|
-
onClick: N[1] || (N[1] = (F) =>
|
|
1556
|
+
onClick: N[1] || (N[1] = (F) => he(F)),
|
|
1557
1557
|
onFocus: N[2] || (N[2] = (F) => t("focus")),
|
|
1558
1558
|
onBlur: N[3] || (N[3] = Y((F) => {
|
|
1559
|
-
ge(),
|
|
1559
|
+
ge(), k();
|
|
1560
1560
|
}, ["self"])),
|
|
1561
1561
|
onMousewheelPassive: L,
|
|
1562
1562
|
onInput: N[4] || (N[4] = (F) => {
|
|
1563
1563
|
t("input", F, a(_e)(F, e.inputType));
|
|
1564
1564
|
}),
|
|
1565
1565
|
onChange: dl
|
|
1566
|
-
}), null, 16,
|
|
1566
|
+
}), null, 16, Et)), [
|
|
1567
1567
|
[gl, a(f)]
|
|
1568
|
-
]) : a(Xe)(e.inputType) ? (
|
|
1568
|
+
]) : a(Xe)(e.inputType) ? (i(), B(a(dt), be({ key: 1 }, T.$attrs, {
|
|
1569
1569
|
ref_key: "inputElement",
|
|
1570
1570
|
ref: o,
|
|
1571
|
-
date: a(
|
|
1572
|
-
"onUpdate:date": N[5] || (N[5] = (F) =>
|
|
1571
|
+
date: a(p),
|
|
1572
|
+
"onUpdate:date": N[5] || (N[5] = (F) => ye(p) ? p.value = F : null),
|
|
1573
1573
|
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", {
|
|
1574
1574
|
"hover:cl-border-grey-3": !e.disabled,
|
|
1575
|
-
"!cl-border-danger-default": !
|
|
1576
|
-
"!cl-border-primary-default":
|
|
1575
|
+
"!cl-border-danger-default": !G.value,
|
|
1576
|
+
"!cl-border-primary-default": G.value && e.highlightWhenValid
|
|
1577
1577
|
}],
|
|
1578
1578
|
disabled: e.disabled,
|
|
1579
1579
|
type: a(kt)(e.inputType),
|
|
1580
|
-
min: a(
|
|
1581
|
-
max: a(
|
|
1582
|
-
"date-placeholder": a(
|
|
1583
|
-
"date-time-placeholder": a(
|
|
1584
|
-
"time-placeholder": a(
|
|
1580
|
+
min: a(d),
|
|
1581
|
+
max: a(w),
|
|
1582
|
+
"date-placeholder": a(c),
|
|
1583
|
+
"date-time-placeholder": a(c),
|
|
1584
|
+
"time-placeholder": a(c),
|
|
1585
1585
|
onBlur: Y(ge, ["self"]),
|
|
1586
1586
|
onValueOutOfRange: xe,
|
|
1587
1587
|
onFocus: N[6] || (N[6] = (F) => t("focus"))
|
|
1588
|
-
}), null, 16, ["date", "class", "disabled", "type", "min", "max", "date-placeholder", "date-time-placeholder", "time-placeholder", "onBlur"])) : e.inputType === "range" && typeof a(f) == "number" ? (
|
|
1589
|
-
|
|
1588
|
+
}), null, 16, ["date", "class", "disabled", "type", "min", "max", "date-placeholder", "date-time-placeholder", "time-placeholder", "onBlur"])) : e.inputType === "range" && typeof a(f) == "number" ? (i(), v("div", jt, [
|
|
1589
|
+
y(a(wt), {
|
|
1590
1590
|
ref_key: "inputElement",
|
|
1591
1591
|
ref: o,
|
|
1592
1592
|
value: a(f),
|
|
1593
|
-
"onUpdate:value": N[7] || (N[7] = (F) =>
|
|
1594
|
-
min: a(
|
|
1593
|
+
"onUpdate:value": N[7] || (N[7] = (F) => ye(f) ? f.value = F : null),
|
|
1594
|
+
min: a($),
|
|
1595
1595
|
max: a(S),
|
|
1596
1596
|
step: e.step,
|
|
1597
1597
|
disabled: e.disabled,
|
|
@@ -1599,49 +1599,49 @@ const Tt = { class: "cl-flex cl-justify-between" }, Ct = { class: "cl-w-full" },
|
|
|
1599
1599
|
onBlur: Y(ge, ["self"]),
|
|
1600
1600
|
onFocus: N[8] || (N[8] = (F) => t("focus"))
|
|
1601
1601
|
}, null, 8, ["value", "min", "max", "step", "disabled", "onBlur"])
|
|
1602
|
-
])) :
|
|
1602
|
+
])) : M("", !0),
|
|
1603
1603
|
u("div", At, [
|
|
1604
|
-
e.inputType === "number" && !e.disabled && e.showArrows ? (
|
|
1604
|
+
e.inputType === "number" && !e.disabled && e.showArrows ? (i(), v("div", {
|
|
1605
1605
|
key: 0,
|
|
1606
|
-
class:
|
|
1607
|
-
"cl-opacity-0": !
|
|
1606
|
+
class: I(["cl-absolute cl-duration-300 cl-right-1 cl-transition", {
|
|
1607
|
+
"cl-opacity-0": !r.value
|
|
1608
1608
|
}]),
|
|
1609
1609
|
style: { bottom: "1.625rem" }
|
|
1610
1610
|
}, [
|
|
1611
|
-
|
|
1611
|
+
y(Z, {
|
|
1612
1612
|
icon: "ph:caret-up-bold",
|
|
1613
1613
|
class: "cl-bg-link-default cl-rounded-md cl-text-sm cl-text-white hover:cl-bg-link-light hover:cl-cursor-pointer",
|
|
1614
|
-
onClick:
|
|
1614
|
+
onClick: A,
|
|
1615
1615
|
onMousedown: N[9] || (N[9] = Y(() => {
|
|
1616
1616
|
}, ["prevent"]))
|
|
1617
1617
|
})
|
|
1618
|
-
], 2)) :
|
|
1619
|
-
e.inputType === "number" && !e.disabled && e.showArrows ? (
|
|
1618
|
+
], 2)) : M("", !0),
|
|
1619
|
+
e.inputType === "number" && !e.disabled && e.showArrows ? (i(), v("div", {
|
|
1620
1620
|
key: 1,
|
|
1621
|
-
class:
|
|
1622
|
-
"cl-opacity-0": !
|
|
1621
|
+
class: I(["cl-absolute cl-bottom-2 cl-duration-300 cl-right-1 cl-transition", {
|
|
1622
|
+
"cl-opacity-0": !r.value
|
|
1623
1623
|
}])
|
|
1624
1624
|
}, [
|
|
1625
|
-
|
|
1625
|
+
y(Z, {
|
|
1626
1626
|
icon: "ph:caret-down-bold",
|
|
1627
1627
|
class: "cl-bg-link-default cl-rounded-md cl-text-sm cl-text-white hover:cl-bg-link-light hover:cl-cursor-pointer",
|
|
1628
|
-
onClick:
|
|
1628
|
+
onClick: P,
|
|
1629
1629
|
onMousedown: N[10] || (N[10] = Y(() => {
|
|
1630
1630
|
}, ["prevent"]))
|
|
1631
1631
|
})
|
|
1632
|
-
], 2)) :
|
|
1632
|
+
], 2)) : M("", !0)
|
|
1633
1633
|
])
|
|
1634
1634
|
], 32),
|
|
1635
|
-
|
|
1636
|
-
!
|
|
1635
|
+
G.value && a(V) ? (i(), v("div", Mt, x(a(V)), 1)) : M("", !0),
|
|
1636
|
+
!G.value && a(C).length > 0 ? (i(), v("div", It, x(a(C)), 1)) : M("", !0)
|
|
1637
1637
|
]);
|
|
1638
1638
|
};
|
|
1639
1639
|
}
|
|
1640
1640
|
});
|
|
1641
|
-
const fe = /* @__PURE__ */
|
|
1641
|
+
const fe = /* @__PURE__ */ ve(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { class: "cl-align-items-center cl-bg-black cl-bg-opacity-40 cl-bottom-0 cl-fixed cl-flex cl-h-screen cl-justify-center cl-left-0 cl-right-0 cl-top-0 cl-w-full cl-z-40" }, qt = ["onKeypress"], Rt = { class: "cl-overflow-y-auto cl-overscroll-y-none cl-p-2 cl-w-full" }, Pt = {
|
|
1642
1642
|
inheritAttrs: !1
|
|
1643
1643
|
}, rl = /* @__PURE__ */ D({
|
|
1644
|
-
...
|
|
1644
|
+
...Pt,
|
|
1645
1645
|
__name: "cl-ui-modal",
|
|
1646
1646
|
props: {
|
|
1647
1647
|
headerColour: { default: "white" },
|
|
@@ -1649,25 +1649,25 @@ const fe = /* @__PURE__ */ he(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { cl
|
|
|
1649
1649
|
size: { default: "medium" }
|
|
1650
1650
|
},
|
|
1651
1651
|
setup(e) {
|
|
1652
|
-
const n = e, t =
|
|
1652
|
+
const n = e, t = O(!1);
|
|
1653
1653
|
function l() {
|
|
1654
|
-
t.value = !0, document.addEventListener("keydown",
|
|
1654
|
+
t.value = !0, document.addEventListener("keydown", r);
|
|
1655
1655
|
}
|
|
1656
1656
|
function o() {
|
|
1657
|
-
n.preventClose || (t.value = !1, document.removeEventListener("keydown",
|
|
1657
|
+
n.preventClose || (t.value = !1, document.removeEventListener("keydown", r));
|
|
1658
1658
|
}
|
|
1659
|
-
function
|
|
1660
|
-
|
|
1659
|
+
function r(s) {
|
|
1660
|
+
s.key === "Escape" && o();
|
|
1661
1661
|
}
|
|
1662
|
-
return (
|
|
1663
|
-
const
|
|
1664
|
-
return
|
|
1665
|
-
|
|
1666
|
-
(
|
|
1667
|
-
|
|
1668
|
-
default:
|
|
1662
|
+
return (s, g) => {
|
|
1663
|
+
const c = K("icon");
|
|
1664
|
+
return i(), v(U, null, [
|
|
1665
|
+
j(s.$slots, "trigger", oe(ie({ open: l }))),
|
|
1666
|
+
(i(), B(Fe, { to: "body" }, [
|
|
1667
|
+
y($e, { name: "fade" }, {
|
|
1668
|
+
default: z(() => [
|
|
1669
1669
|
q(u("div", Dt, [
|
|
1670
|
-
u("div",
|
|
1670
|
+
u("div", be(s.$attrs, {
|
|
1671
1671
|
class: ["cl-bg-white cl-flex cl-flex-wrap cl-mx-0 cl-my-auto cl-overflow-y-auto cl-overscroll-y-none cl-relative cl-rounded-lg cl-shadow-lg", {
|
|
1672
1672
|
"lg:cl-w-2/12 cl-w-10/12": e.size === "x-small",
|
|
1673
1673
|
"cl-w-6/12": e.size === "small",
|
|
@@ -1676,7 +1676,7 @@ const fe = /* @__PURE__ */ he(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { cl
|
|
|
1676
1676
|
}]
|
|
1677
1677
|
}), [
|
|
1678
1678
|
q(u("div", {
|
|
1679
|
-
class:
|
|
1679
|
+
class: I(["cl-absolute cl-cursor-pointer cl-right-4 cl-top-4 cl-transition-colors cl-w-3", {
|
|
1680
1680
|
"cl-text-white hover:cl-text-off-white": e.headerColour === "secondary" || e.headerColour === "primary",
|
|
1681
1681
|
"cl-text-black hover:cl-text-grey-7": e.headerColour === "white"
|
|
1682
1682
|
}]),
|
|
@@ -1684,23 +1684,23 @@ const fe = /* @__PURE__ */ he(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { cl
|
|
|
1684
1684
|
onKeypress: Se(o, ["enter"]),
|
|
1685
1685
|
onClick: o
|
|
1686
1686
|
}, [
|
|
1687
|
-
|
|
1687
|
+
y(c, { icon: "ph:x" })
|
|
1688
1688
|
], 42, qt), [
|
|
1689
1689
|
[R, !e.preventClose]
|
|
1690
1690
|
]),
|
|
1691
1691
|
u("div", {
|
|
1692
|
-
class:
|
|
1692
|
+
class: I(["cl-leading-[2.75rem] cl-min-h-12 cl-overflow-hidden cl-pl-3 cl-pr-8 cl-text-2xl cl-w-full", {
|
|
1693
1693
|
"cl-border-b cl-border-grey-2": e.headerColour === "white",
|
|
1694
1694
|
"cl-bg-secondary-default cl-text-white": e.headerColour === "secondary",
|
|
1695
1695
|
"cl-bg-primary-default cl-text-white": e.headerColour === "primary"
|
|
1696
1696
|
}])
|
|
1697
1697
|
}, [
|
|
1698
|
-
|
|
1698
|
+
j(s.$slots, "title")
|
|
1699
1699
|
], 2),
|
|
1700
1700
|
u("div", Rt, [
|
|
1701
|
-
|
|
1701
|
+
j(s.$slots, "default", oe(ie({ close: o })))
|
|
1702
1702
|
]),
|
|
1703
|
-
|
|
1703
|
+
j(s.$slots, "footer", oe(ie({ close: o })))
|
|
1704
1704
|
], 16)
|
|
1705
1705
|
], 512), [
|
|
1706
1706
|
[R, t.value]
|
|
@@ -1712,7 +1712,7 @@ const fe = /* @__PURE__ */ he(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { cl
|
|
|
1712
1712
|
], 64);
|
|
1713
1713
|
};
|
|
1714
1714
|
}
|
|
1715
|
-
}),
|
|
1715
|
+
}), Ut = { class: "cl-bg-grey-0 cl-flex cl-p-1" }, Bt = {
|
|
1716
1716
|
key: 0,
|
|
1717
1717
|
class: "cl-w-1/2"
|
|
1718
1718
|
}, je = /* @__PURE__ */ D({
|
|
@@ -1728,10 +1728,10 @@ const fe = /* @__PURE__ */ he(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { cl
|
|
|
1728
1728
|
setup(e) {
|
|
1729
1729
|
return (n, t) => {
|
|
1730
1730
|
const l = K("icon");
|
|
1731
|
-
return
|
|
1732
|
-
e.additionalText !== "" ? (
|
|
1731
|
+
return i(), v("div", Ut, [
|
|
1732
|
+
e.additionalText !== "" ? (i(), v("div", Bt, x(e.additionalText), 1)) : M("", !0),
|
|
1733
1733
|
u("div", {
|
|
1734
|
-
class:
|
|
1734
|
+
class: I({
|
|
1735
1735
|
"cl-w-1/2": e.additionalText !== "",
|
|
1736
1736
|
"cl-w-full": e.additionalText === ""
|
|
1737
1737
|
})
|
|
@@ -1740,7 +1740,7 @@ const fe = /* @__PURE__ */ he(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { cl
|
|
|
1740
1740
|
class: "cl-cursor-pointer cl-float-right",
|
|
1741
1741
|
onMousedown: t[0] || (t[0] = (o) => n.$emit("clear-object"))
|
|
1742
1742
|
}, [
|
|
1743
|
-
|
|
1743
|
+
y(l, {
|
|
1744
1744
|
class: "cl-mt-1 cl-transition-colors hover:cl-text-link-default",
|
|
1745
1745
|
icon: "ph:x"
|
|
1746
1746
|
})
|
|
@@ -1769,47 +1769,47 @@ const fe = /* @__PURE__ */ he(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { cl
|
|
|
1769
1769
|
},
|
|
1770
1770
|
setup(e, { emit: n }) {
|
|
1771
1771
|
const t = e, l = E(() => {
|
|
1772
|
-
var
|
|
1773
|
-
return ((
|
|
1772
|
+
var b;
|
|
1773
|
+
return ((b = t.option) == null ? void 0 : b.name) ?? t.text;
|
|
1774
1774
|
}), o = E(() => {
|
|
1775
|
-
var
|
|
1776
|
-
return ((
|
|
1777
|
-
}),
|
|
1778
|
-
function
|
|
1779
|
-
var
|
|
1780
|
-
t.isCreateNewOption === !0 ? n("create-object") : n("select-object", (
|
|
1775
|
+
var b;
|
|
1776
|
+
return ((b = t.option) == null ? void 0 : b.parentName) ?? "";
|
|
1777
|
+
}), r = O(!1);
|
|
1778
|
+
function s() {
|
|
1779
|
+
var b;
|
|
1780
|
+
t.isCreateNewOption === !0 ? n("create-object") : n("select-object", (b = t.option) == null ? void 0 : b.id);
|
|
1781
1781
|
}
|
|
1782
|
-
function b
|
|
1783
|
-
|
|
1782
|
+
function g(b) {
|
|
1783
|
+
b === !0 ? (r.value = !0, n("option-highlighted", t.index)) : t.index !== t.selectedIndex && (r.value = !1);
|
|
1784
1784
|
}
|
|
1785
|
-
function
|
|
1786
|
-
t.selectedIndex === t.index ?
|
|
1785
|
+
function c() {
|
|
1786
|
+
t.selectedIndex === t.index ? r.value = !0 : r.value = !1;
|
|
1787
1787
|
}
|
|
1788
|
-
return
|
|
1789
|
-
var f,
|
|
1790
|
-
const
|
|
1791
|
-
return
|
|
1792
|
-
class:
|
|
1793
|
-
"cl-bg-white":
|
|
1794
|
-
"cl-bg-link-light cl-text-white cl-opacity-90":
|
|
1795
|
-
"cl-bg-primary-default cl-text-white cl-opacity-90":
|
|
1788
|
+
return J(() => t.selectedIndex, () => c()), (b, h) => {
|
|
1789
|
+
var f, p;
|
|
1790
|
+
const m = K("icon");
|
|
1791
|
+
return i(), v("div", {
|
|
1792
|
+
class: I(["cl-cursor-pointer cl-duration-75 cl-flex cl-p-1 cl-transition-colors", {
|
|
1793
|
+
"cl-bg-white": r.value === !1,
|
|
1794
|
+
"cl-bg-link-light cl-text-white cl-opacity-90": r.value && e.isCreateNewOption === !1,
|
|
1795
|
+
"cl-bg-primary-default cl-text-white cl-opacity-90": r.value && e.isCreateNewOption
|
|
1796
1796
|
}]),
|
|
1797
|
-
onMousedown:
|
|
1798
|
-
onMousemove:
|
|
1799
|
-
onMouseleave:
|
|
1797
|
+
onMousedown: s,
|
|
1798
|
+
onMousemove: h[0] || (h[0] = (d) => g(!0)),
|
|
1799
|
+
onMouseleave: h[1] || (h[1] = (d) => g(!1))
|
|
1800
1800
|
}, [
|
|
1801
|
-
e.option !== null && ((f = e.option) == null ? void 0 : f.parentId) !== 0 && ((
|
|
1801
|
+
e.option !== null && ((f = e.option) == null ? void 0 : f.parentId) !== 0 && ((p = e.option) == null ? void 0 : p.parentId) !== void 0 ? (i(), v("div", zt, x(a(o)), 1)) : M("", !0),
|
|
1802
1802
|
u("div", {
|
|
1803
|
-
class:
|
|
1803
|
+
class: I({
|
|
1804
1804
|
"cl-w-1/2": a(o) !== "",
|
|
1805
1805
|
"cl-w-full": a(o) === ""
|
|
1806
1806
|
})
|
|
1807
1807
|
}, x(a(l)), 3),
|
|
1808
1808
|
q(u("div", Lt, [
|
|
1809
|
-
|
|
1810
|
-
class:
|
|
1811
|
-
"cl-text-white":
|
|
1812
|
-
"cl-text-black ": !
|
|
1809
|
+
y(m, {
|
|
1810
|
+
class: I(["cl-transition-colors", {
|
|
1811
|
+
"cl-text-white": r.value,
|
|
1812
|
+
"cl-text-black ": !r.value
|
|
1813
1813
|
}]),
|
|
1814
1814
|
icon: "ph:plus"
|
|
1815
1815
|
}, null, 8, ["class"])
|
|
@@ -1840,127 +1840,127 @@ const fe = /* @__PURE__ */ he(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { cl
|
|
|
1840
1840
|
"hide-dropdown": null
|
|
1841
1841
|
},
|
|
1842
1842
|
setup(e, { emit: n }) {
|
|
1843
|
-
const t = e, { t: l } = ae(), o =
|
|
1844
|
-
function
|
|
1845
|
-
(
|
|
1843
|
+
const t = e, { t: l } = ae(), o = O(""), r = O(!1), s = O(-1), g = E(() => r.value ? -1 : 0), c = O();
|
|
1844
|
+
function b(C) {
|
|
1845
|
+
(C === void 0 || (C == null ? void 0 : C.code.startsWith("Arrow")) === !1 && (C == null ? void 0 : C.code.startsWith("Control")) === !1 && (C == null ? void 0 : C.code.startsWith("Shift")) === !1 && (C == null ? void 0 : C.code.startsWith("Tab")) === !1 && (C == null ? void 0 : C.code) !== "Enter") && (n("search", o.value), s.value = -2);
|
|
1846
1846
|
}
|
|
1847
|
-
function
|
|
1848
|
-
n("select-object",
|
|
1847
|
+
function h(C) {
|
|
1848
|
+
n("select-object", C);
|
|
1849
1849
|
}
|
|
1850
|
-
function
|
|
1850
|
+
function m() {
|
|
1851
1851
|
n("create-object", o.value), f();
|
|
1852
1852
|
}
|
|
1853
1853
|
function f() {
|
|
1854
1854
|
n("hide-dropdown");
|
|
1855
1855
|
}
|
|
1856
|
-
function
|
|
1857
|
-
|
|
1856
|
+
function p(C) {
|
|
1857
|
+
s.value < t.results.length - 1 ? (s.value === -2 && o.value === "" && s.value++, s.value++) : s.value = C, S();
|
|
1858
1858
|
}
|
|
1859
|
-
function
|
|
1860
|
-
|
|
1859
|
+
function d(C) {
|
|
1860
|
+
s.value > C ? s.value-- : s.value = t.results.length - 1, S();
|
|
1861
1861
|
}
|
|
1862
|
-
function
|
|
1863
|
-
|
|
1862
|
+
function w() {
|
|
1863
|
+
s.value >= 0 && t.results !== void 0 ? h(t.results[s.value].id) : s.value === -1 && m();
|
|
1864
1864
|
}
|
|
1865
|
-
function
|
|
1866
|
-
if (
|
|
1867
|
-
const
|
|
1865
|
+
function $(C) {
|
|
1866
|
+
if (C.key === "Tab" && C.shiftKey === !0) {
|
|
1867
|
+
const H = document.getElementsByTagName("input");
|
|
1868
1868
|
let X = -1;
|
|
1869
|
-
for (let _ = 0; _ <
|
|
1870
|
-
|
|
1871
|
-
X >= 0 && (
|
|
1869
|
+
for (let _ = 0; _ < H.length; _++)
|
|
1870
|
+
H[_] === C.target && (X = _ - 1);
|
|
1871
|
+
X >= 0 && (H[X].focus(), f());
|
|
1872
1872
|
}
|
|
1873
1873
|
}
|
|
1874
1874
|
function S() {
|
|
1875
|
-
var
|
|
1876
|
-
t.results && t.results.length > 1 && ((
|
|
1875
|
+
var C;
|
|
1876
|
+
t.results && t.results.length > 1 && ((C = c.value) == null || C.scrollTo(0, (s.value + 1) * 34 - 34 * 2));
|
|
1877
1877
|
}
|
|
1878
|
-
function
|
|
1879
|
-
let
|
|
1880
|
-
t.results !== null && t.results.length === 1 && (
|
|
1878
|
+
function V() {
|
|
1879
|
+
let C = !1;
|
|
1880
|
+
t.results !== null && t.results.length === 1 && (C = o.value.toUpperCase().trim() === t.results[0].name.toUpperCase().trim()), r.value = t.canCreateNewObject === !0 && t.errorMessage === "" && o.value.trim() !== "" && C === !1;
|
|
1881
1881
|
}
|
|
1882
|
-
function
|
|
1883
|
-
|
|
1882
|
+
function G(C) {
|
|
1883
|
+
s.value = C;
|
|
1884
1884
|
}
|
|
1885
1885
|
function ce() {
|
|
1886
|
-
t.isVisible === !0 && (o.value = "",
|
|
1887
|
-
var
|
|
1888
|
-
return (
|
|
1886
|
+
t.isVisible === !0 && (o.value = "", b(), ke(() => {
|
|
1887
|
+
var C, H;
|
|
1888
|
+
return (H = (C = c.value) == null ? void 0 : C.querySelector("input")) == null ? void 0 : H.focus();
|
|
1889
1889
|
}));
|
|
1890
1890
|
}
|
|
1891
|
-
return
|
|
1892
|
-
var
|
|
1893
|
-
return (
|
|
1894
|
-
}),
|
|
1895
|
-
var
|
|
1896
|
-
return (
|
|
1897
|
-
}), (
|
|
1891
|
+
return J(() => t.results, () => V()), J(() => t.errorMessage, () => V()), J(() => t.isVisible, () => ce()), Oe(() => {
|
|
1892
|
+
var C;
|
|
1893
|
+
return (C = c.value) == null ? void 0 : C.addEventListener("keydown", $);
|
|
1894
|
+
}), Ue(() => {
|
|
1895
|
+
var C;
|
|
1896
|
+
return (C = c.value) == null ? void 0 : C.removeEventListener("keydown", $);
|
|
1897
|
+
}), (C, H) => {
|
|
1898
1898
|
var _;
|
|
1899
1899
|
const X = K("cl-ui-loading-spinner");
|
|
1900
|
-
return
|
|
1900
|
+
return i(), v("div", {
|
|
1901
1901
|
ref_key: "container",
|
|
1902
|
-
ref:
|
|
1902
|
+
ref: c,
|
|
1903
1903
|
class: "cl-bg-white cl-border cl-border-collapse cl-border-grey-0 cl-h-52 cl-overflow-y-auto cl-overscroll-y-none cl-p-2 cl-rounded cl-text-sm",
|
|
1904
1904
|
onKeydown: [
|
|
1905
|
-
|
|
1906
|
-
|
|
1905
|
+
H[2] || (H[2] = Se(Y((re) => d(a(g)), ["prevent", "stop"]), ["up"])),
|
|
1906
|
+
H[3] || (H[3] = Se(Y((re) => p(a(g)), ["prevent", "stop"]), ["down"]))
|
|
1907
1907
|
],
|
|
1908
|
-
onKeyup: Se(Y(
|
|
1908
|
+
onKeyup: Se(Y(w, ["prevent", "stop"]), ["enter"])
|
|
1909
1909
|
}, [
|
|
1910
1910
|
u("div", Vt, [
|
|
1911
|
-
|
|
1911
|
+
y(fe, {
|
|
1912
1912
|
modelValue: o.value,
|
|
1913
|
-
"onUpdate:modelValue":
|
|
1913
|
+
"onUpdate:modelValue": H[0] || (H[0] = (re) => o.value = re),
|
|
1914
1914
|
class: "!cl-mr-0 cl-mb-1 cl-w-full",
|
|
1915
1915
|
"input-type": "text",
|
|
1916
1916
|
"placeholder-text": a(l)("comboBox.searchHint", { object: e.objectType }),
|
|
1917
|
-
onKeyup:
|
|
1917
|
+
onKeyup: b,
|
|
1918
1918
|
onBlur: f
|
|
1919
1919
|
}, null, 8, ["modelValue", "placeholder-text"]),
|
|
1920
|
-
q(
|
|
1920
|
+
q(y(X, { class: "cl-absolute cl-ml-2 cl-mt-11" }, null, 512), [
|
|
1921
1921
|
[R, e.loading]
|
|
1922
1922
|
])
|
|
1923
1923
|
]),
|
|
1924
|
-
e.currentObjectName !== "" ? (
|
|
1924
|
+
e.currentObjectName !== "" ? (i(), B(je, {
|
|
1925
1925
|
key: 0,
|
|
1926
1926
|
"show-clear-button": e.canClearSelectedObject,
|
|
1927
1927
|
text: e.currentObjectName,
|
|
1928
|
-
onClearObject:
|
|
1929
|
-
}, null, 8, ["show-clear-button", "text"])) :
|
|
1930
|
-
e.objectParentType !== "" && e.results !== void 0 && e.results.length > 0 && e.errorMessage === "" ? (
|
|
1928
|
+
onClearObject: H[1] || (H[1] = (re) => C.$emit("clear-object"))
|
|
1929
|
+
}, null, 8, ["show-clear-button", "text"])) : M("", !0),
|
|
1930
|
+
e.objectParentType !== "" && e.results !== void 0 && e.results.length > 0 && e.errorMessage === "" ? (i(), B(je, {
|
|
1931
1931
|
key: 1,
|
|
1932
1932
|
text: e.objectType,
|
|
1933
1933
|
"additional-text": e.objectParentType,
|
|
1934
1934
|
class: "cl-bg-grey-2 cl-mt-1"
|
|
1935
|
-
}, null, 8, ["text", "additional-text"])) :
|
|
1936
|
-
e.results !== null && ((_ = e.results) == null ? void 0 : _.length) === 0 && o.value.trim() !== "" && e.canCreateNewObject === !1 && e.errorMessage === "" ? (
|
|
1935
|
+
}, null, 8, ["text", "additional-text"])) : M("", !0),
|
|
1936
|
+
e.results !== null && ((_ = e.results) == null ? void 0 : _.length) === 0 && o.value.trim() !== "" && e.canCreateNewObject === !1 && e.errorMessage === "" ? (i(), B(je, {
|
|
1937
1937
|
key: 2,
|
|
1938
1938
|
text: a(l)("comboBox.noResults", { value: o.value })
|
|
1939
|
-
}, null, 8, ["text"])) :
|
|
1940
|
-
e.errorMessage !== "" ? (
|
|
1939
|
+
}, null, 8, ["text"])) : M("", !0),
|
|
1940
|
+
e.errorMessage !== "" ? (i(), B(je, {
|
|
1941
1941
|
key: 3,
|
|
1942
1942
|
class: "!cl-bg-danger-light cl-border-danger-light cl-rounded cl-text-danger-dark",
|
|
1943
1943
|
text: a(l)("comboBox.errorMessage", { error: e.errorMessage })
|
|
1944
|
-
}, null, 8, ["text"])) :
|
|
1945
|
-
|
|
1944
|
+
}, null, 8, ["text"])) : M("", !0),
|
|
1945
|
+
r.value ? (i(), B(el, {
|
|
1946
1946
|
key: 4,
|
|
1947
1947
|
"is-create-new-option": !0,
|
|
1948
1948
|
text: a(l)("comboBox.addPrompt", { value: o.value, object: e.objectType }),
|
|
1949
1949
|
index: -1,
|
|
1950
|
-
"selected-index":
|
|
1951
|
-
onCreateObject:
|
|
1952
|
-
onOptionHighlighted:
|
|
1953
|
-
}, null, 8, ["text", "selected-index"])) :
|
|
1954
|
-
e.errorMessage === "" && e.results !== null ? (
|
|
1955
|
-
(
|
|
1956
|
-
key:
|
|
1950
|
+
"selected-index": s.value,
|
|
1951
|
+
onCreateObject: m,
|
|
1952
|
+
onOptionHighlighted: G
|
|
1953
|
+
}, null, 8, ["text", "selected-index"])) : M("", !0),
|
|
1954
|
+
e.errorMessage === "" && e.results !== null ? (i(), v("div", Gt, [
|
|
1955
|
+
(i(!0), v(U, null, te(e.results, (re, he) => (i(), B(el, {
|
|
1956
|
+
key: he,
|
|
1957
1957
|
option: re,
|
|
1958
|
-
index:
|
|
1959
|
-
"selected-index":
|
|
1960
|
-
onSelectObject:
|
|
1961
|
-
onOptionHighlighted:
|
|
1958
|
+
index: he,
|
|
1959
|
+
"selected-index": s.value,
|
|
1960
|
+
onSelectObject: h,
|
|
1961
|
+
onOptionHighlighted: G
|
|
1962
1962
|
}, null, 8, ["option", "index", "selected-index"]))), 128))
|
|
1963
|
-
])) :
|
|
1963
|
+
])) : M("", !0)
|
|
1964
1964
|
], 40, Ft);
|
|
1965
1965
|
};
|
|
1966
1966
|
}
|
|
@@ -1990,115 +1990,115 @@ const fe = /* @__PURE__ */ he(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { cl
|
|
|
1990
1990
|
"update:current-object": null
|
|
1991
1991
|
},
|
|
1992
1992
|
setup(e, { expose: n, emit: t }) {
|
|
1993
|
-
const l = e, { t: o } = ae(),
|
|
1993
|
+
const l = e, { t: o } = ae(), r = O(!1), s = E({
|
|
1994
1994
|
get: () => l.currentObject,
|
|
1995
|
-
set: (
|
|
1996
|
-
}),
|
|
1997
|
-
function
|
|
1998
|
-
l.disabled || (typeof
|
|
1995
|
+
set: (A) => t("update:current-object", A)
|
|
1996
|
+
}), g = O(null), c = O(null), b = E(() => re()), h = O(""), m = O(""), f = O(), p = O(!0);
|
|
1997
|
+
function d(A) {
|
|
1998
|
+
l.disabled || (typeof A < "u" ? r.value = A : r.value = !r.value);
|
|
1999
1999
|
}
|
|
2000
|
-
function
|
|
2001
|
-
|
|
2000
|
+
function w(A) {
|
|
2001
|
+
h.value = A, t("search", A);
|
|
2002
2002
|
}
|
|
2003
|
-
function
|
|
2004
|
-
|
|
2003
|
+
function $(A) {
|
|
2004
|
+
m.value = A, t("search-parent", A);
|
|
2005
2005
|
}
|
|
2006
2006
|
function S() {
|
|
2007
|
-
|
|
2007
|
+
s.value = null, d(!1);
|
|
2008
2008
|
}
|
|
2009
|
-
function
|
|
2010
|
-
const
|
|
2011
|
-
|
|
2009
|
+
function V(A) {
|
|
2010
|
+
const P = G(A);
|
|
2011
|
+
s.value = P, d(!1);
|
|
2012
2012
|
}
|
|
2013
|
-
function
|
|
2014
|
-
let
|
|
2013
|
+
function G(A) {
|
|
2014
|
+
let P = null;
|
|
2015
2015
|
if (l.results !== null) {
|
|
2016
2016
|
for (let Q = 0; Q < l.results.length; Q++)
|
|
2017
|
-
if (l.results[Q].id ===
|
|
2018
|
-
|
|
2017
|
+
if (l.results[Q].id === A) {
|
|
2018
|
+
P = l.results[Q];
|
|
2019
2019
|
break;
|
|
2020
2020
|
}
|
|
2021
2021
|
}
|
|
2022
|
-
return
|
|
2022
|
+
return P;
|
|
2023
2023
|
}
|
|
2024
2024
|
function ce() {
|
|
2025
|
-
var
|
|
2025
|
+
var A;
|
|
2026
2026
|
f.value = {
|
|
2027
|
-
name:
|
|
2028
|
-
parentId: ((
|
|
2027
|
+
name: h.value,
|
|
2028
|
+
parentId: ((A = c.value) == null ? void 0 : A.id) ?? 0
|
|
2029
2029
|
}, t("create-object", f.value);
|
|
2030
2030
|
}
|
|
2031
|
-
function
|
|
2031
|
+
function C() {
|
|
2032
2032
|
f.value = {
|
|
2033
|
-
name:
|
|
2033
|
+
name: m.value,
|
|
2034
2034
|
parentId: 0
|
|
2035
2035
|
}, t("create-parent-object", f.value);
|
|
2036
2036
|
}
|
|
2037
|
-
function
|
|
2038
|
-
var
|
|
2039
|
-
(
|
|
2040
|
-
message: o("comboBox.createFailed", { name:
|
|
2037
|
+
function H() {
|
|
2038
|
+
var A, P;
|
|
2039
|
+
(A = l.objectCreatedResponse) != null && A.error ? Ke({
|
|
2040
|
+
message: o("comboBox.createFailed", { name: h.value, error: l.objectCreatedResponse.error }),
|
|
2041
2041
|
colour: "danger",
|
|
2042
2042
|
duration: 1e4
|
|
2043
|
-
}) : (
|
|
2043
|
+
}) : (P = l.objectCreatedResponse) != null && P.id && _();
|
|
2044
2044
|
}
|
|
2045
2045
|
function X() {
|
|
2046
|
-
var
|
|
2047
|
-
(
|
|
2046
|
+
var A;
|
|
2047
|
+
(A = l.parentObjectCreatedResponse) != null && A.id && (c.value = {
|
|
2048
2048
|
id: l.parentObjectCreatedResponse.id,
|
|
2049
2049
|
name: l.parentObjectCreatedResponse.name ?? ""
|
|
2050
2050
|
});
|
|
2051
2051
|
}
|
|
2052
2052
|
function _() {
|
|
2053
|
-
var
|
|
2053
|
+
var P, Q, ge, k, L;
|
|
2054
2054
|
Ke({
|
|
2055
|
-
message: o("comboBox.createSuccessful", { object: l.objectType, name: ((
|
|
2055
|
+
message: o("comboBox.createSuccessful", { object: l.objectType, name: ((P = l.objectCreatedResponse) == null ? void 0 : P.name) ?? "" }),
|
|
2056
2056
|
colour: "primary",
|
|
2057
2057
|
duration: 1e4
|
|
2058
2058
|
});
|
|
2059
|
-
let
|
|
2060
|
-
|
|
2059
|
+
let A = "";
|
|
2060
|
+
c.value && c.value.id === ((Q = l.objectCreatedResponse) == null ? void 0 : Q.parentId) && (A = c.value.name), s.value = {
|
|
2061
2061
|
id: ((ge = l.objectCreatedResponse) == null ? void 0 : ge.id) ?? 0,
|
|
2062
|
-
name: ((
|
|
2062
|
+
name: ((k = l.objectCreatedResponse) == null ? void 0 : k.name) ?? "",
|
|
2063
2063
|
parentId: ((L = l.objectCreatedResponse) == null ? void 0 : L.parentId) ?? 0,
|
|
2064
|
-
parentName:
|
|
2064
|
+
parentName: A
|
|
2065
2065
|
};
|
|
2066
2066
|
}
|
|
2067
2067
|
function re() {
|
|
2068
|
-
let
|
|
2069
|
-
return
|
|
2068
|
+
let A = "";
|
|
2069
|
+
return s.value && (s.value.parentName ? A = s.value.parentName + "; " + s.value.name : A = s.value.name), A;
|
|
2070
2070
|
}
|
|
2071
|
-
function
|
|
2072
|
-
let
|
|
2073
|
-
|
|
2071
|
+
function he() {
|
|
2072
|
+
let A = !0;
|
|
2073
|
+
h.value === "" && (A = !1), l.objectParentType !== "" && c.value === null && (A = !1), p.value = A;
|
|
2074
2074
|
}
|
|
2075
|
-
return
|
|
2075
|
+
return J(() => l.objectCreatedResponse, () => H()), J(() => l.parentObjectCreatedResponse, () => X()), J(() => h.value, () => he()), J(() => c.value, () => he()), n({
|
|
2076
2076
|
focus() {
|
|
2077
|
-
var
|
|
2078
|
-
(
|
|
2077
|
+
var A;
|
|
2078
|
+
(A = g.value) == null || A.focus();
|
|
2079
2079
|
}
|
|
2080
|
-
}), (
|
|
2080
|
+
}), (A, P) => {
|
|
2081
2081
|
const Q = K("icon"), ge = K("cl-ui-combo-box", !0);
|
|
2082
|
-
return
|
|
2082
|
+
return i(), v("div", null, [
|
|
2083
2083
|
u("div", Wt, [
|
|
2084
|
-
|
|
2084
|
+
y(fe, {
|
|
2085
2085
|
ref_key: "inputRef",
|
|
2086
|
-
ref:
|
|
2087
|
-
modelValue: a(
|
|
2088
|
-
"onUpdate:modelValue":
|
|
2089
|
-
class:
|
|
2086
|
+
ref: g,
|
|
2087
|
+
modelValue: a(b),
|
|
2088
|
+
"onUpdate:modelValue": P[0] || (P[0] = (k) => ye(b) ? b.value = k : null),
|
|
2089
|
+
class: I(["!cl-bg-transparent !cl-mr-0 cl-mb-0 cl-rounded-r-none cl-w-full cl-z-10", {
|
|
2090
2090
|
"cl-cursor-pointer": e.disabled === !1
|
|
2091
2091
|
}]),
|
|
2092
2092
|
"input-type": "text",
|
|
2093
2093
|
"placeholder-text": a(o)("comboBox.emptyHintText", { object: e.objectType }),
|
|
2094
|
-
onFocus:
|
|
2095
|
-
|
|
2094
|
+
onFocus: P[1] || (P[1] = (k) => {
|
|
2095
|
+
d(!0), A.$emit("focus");
|
|
2096
2096
|
})
|
|
2097
2097
|
}, null, 8, ["modelValue", "class", "placeholder-text"]),
|
|
2098
2098
|
q(u("div", Jt, [
|
|
2099
2099
|
u("div", Kt, [
|
|
2100
2100
|
le(x(a(o)("comboBox.required")) + " ", 1),
|
|
2101
|
-
|
|
2101
|
+
y(Q, {
|
|
2102
2102
|
class: "cl-ml-1 cl-mt-1",
|
|
2103
2103
|
icon: "ph:warning"
|
|
2104
2104
|
})
|
|
@@ -2106,38 +2106,38 @@ const fe = /* @__PURE__ */ he(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { cl
|
|
|
2106
2106
|
], 512), [
|
|
2107
2107
|
[R, e.required && e.disabled === !1 && e.currentObject === null]
|
|
2108
2108
|
]),
|
|
2109
|
-
|
|
2109
|
+
r.value ? (i(), v("div", {
|
|
2110
2110
|
key: 1,
|
|
2111
|
-
class:
|
|
2111
|
+
class: I(["cl-border cl-border-grey-1 cl-float-right cl-h-10 cl-rounded cl-rounded-l-none cl-text-grey-3 cl-transition-colors cl-w-[27px] hover:cl-bg-link-light hover:cl-opacity-90 hover:cl-text-white", {
|
|
2112
2112
|
"cl-cursor-default": e.disabled,
|
|
2113
2113
|
"cl-cursor-pointer": e.disabled === !1
|
|
2114
2114
|
}]),
|
|
2115
|
-
onClick:
|
|
2115
|
+
onClick: P[3] || (P[3] = (k) => d(!1))
|
|
2116
2116
|
}, [
|
|
2117
|
-
|
|
2117
|
+
y(Q, {
|
|
2118
2118
|
icon: "ph:caret-up-bold",
|
|
2119
2119
|
class: "cl-ml-[5px] cl-mt-[12px]"
|
|
2120
2120
|
})
|
|
2121
|
-
], 2)) : (
|
|
2121
|
+
], 2)) : (i(), v("div", {
|
|
2122
2122
|
key: 0,
|
|
2123
|
-
class:
|
|
2123
|
+
class: I(["cl-border cl-border-grey-1 cl-float-right cl-h-10 cl-rounded cl-rounded-l-none cl-text-grey-3 cl-transition-colors cl-w-[27px] hover:cl-bg-link-light hover:cl-opacity-90 hover:cl-text-white", {
|
|
2124
2124
|
"cl-cursor-default": e.disabled,
|
|
2125
2125
|
"cl-cursor-pointer": e.disabled === !1
|
|
2126
2126
|
}]),
|
|
2127
|
-
onClick:
|
|
2127
|
+
onClick: P[2] || (P[2] = (k) => d(!0))
|
|
2128
2128
|
}, [
|
|
2129
|
-
|
|
2129
|
+
y(Q, {
|
|
2130
2130
|
icon: "ph:caret-down-bold",
|
|
2131
2131
|
class: "cl-ml-[5px] cl-mt-[12px]"
|
|
2132
2132
|
})
|
|
2133
2133
|
], 2))
|
|
2134
2134
|
]),
|
|
2135
|
-
|
|
2136
|
-
title:
|
|
2135
|
+
y(rl, { size: "x-small" }, {
|
|
2136
|
+
title: z(() => [
|
|
2137
2137
|
le(x(a(o)("comboBox.createTitle", { object: e.objectType })), 1)
|
|
2138
2138
|
]),
|
|
2139
|
-
trigger:
|
|
2140
|
-
q(
|
|
2139
|
+
trigger: z(({ open: k }) => [
|
|
2140
|
+
q(y(Ht, {
|
|
2141
2141
|
"can-create-new-object": e.canCreateNewObject,
|
|
2142
2142
|
"can-clear-selected-object": e.canClearSelectedObject,
|
|
2143
2143
|
loading: e.loading,
|
|
@@ -2145,51 +2145,51 @@ const fe = /* @__PURE__ */ he(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { cl
|
|
|
2145
2145
|
"object-type": e.objectType,
|
|
2146
2146
|
"object-parent-type": e.objectParentType,
|
|
2147
2147
|
"error-message": e.errorMessage,
|
|
2148
|
-
"current-object-name": a(
|
|
2149
|
-
"is-visible":
|
|
2150
|
-
onCreateObject:
|
|
2151
|
-
onSelectObject:
|
|
2148
|
+
"current-object-name": a(b),
|
|
2149
|
+
"is-visible": r.value,
|
|
2150
|
+
onCreateObject: k,
|
|
2151
|
+
onSelectObject: V,
|
|
2152
2152
|
onClearObject: S,
|
|
2153
|
-
onSearch:
|
|
2154
|
-
onHideDropdown:
|
|
2153
|
+
onSearch: w,
|
|
2154
|
+
onHideDropdown: P[4] || (P[4] = (L) => d(!1))
|
|
2155
2155
|
}, null, 8, ["can-create-new-object", "can-clear-selected-object", "loading", "results", "object-type", "object-parent-type", "error-message", "current-object-name", "is-visible", "onCreateObject"]), [
|
|
2156
|
-
[R,
|
|
2156
|
+
[R, r.value]
|
|
2157
2157
|
])
|
|
2158
2158
|
]),
|
|
2159
|
-
footer:
|
|
2159
|
+
footer: z(({ close: k }) => [
|
|
2160
2160
|
u("div", Qt, [
|
|
2161
|
-
|
|
2161
|
+
y(we, {
|
|
2162
2162
|
class: "cl-mr-3",
|
|
2163
2163
|
colour: "default",
|
|
2164
2164
|
size: "small",
|
|
2165
|
-
onClick:
|
|
2165
|
+
onClick: k
|
|
2166
2166
|
}, {
|
|
2167
|
-
default:
|
|
2167
|
+
default: z(() => [
|
|
2168
2168
|
le(x(a(o)("comboBox.cancel")), 1)
|
|
2169
2169
|
]),
|
|
2170
2170
|
_: 2
|
|
2171
2171
|
}, 1032, ["onClick"]),
|
|
2172
|
-
|
|
2172
|
+
y(we, {
|
|
2173
2173
|
colour: "primary",
|
|
2174
2174
|
size: "small",
|
|
2175
|
-
disabled: !
|
|
2175
|
+
disabled: !p.value,
|
|
2176
2176
|
onClick: (L) => {
|
|
2177
|
-
ce(),
|
|
2177
|
+
ce(), k();
|
|
2178
2178
|
}
|
|
2179
2179
|
}, {
|
|
2180
|
-
default:
|
|
2180
|
+
default: z(() => [
|
|
2181
2181
|
le(x(a(o)("comboBox.create")), 1)
|
|
2182
2182
|
]),
|
|
2183
2183
|
_: 2
|
|
2184
2184
|
}, 1032, ["disabled", "onClick"])
|
|
2185
2185
|
])
|
|
2186
2186
|
]),
|
|
2187
|
-
default:
|
|
2187
|
+
default: z(() => [
|
|
2188
2188
|
u("div", Zt, [
|
|
2189
|
-
e.objectParentType ? (
|
|
2189
|
+
e.objectParentType ? (i(), B(ge, {
|
|
2190
2190
|
key: 0,
|
|
2191
|
-
"current-object":
|
|
2192
|
-
"onUpdate:current-object":
|
|
2191
|
+
"current-object": c.value,
|
|
2192
|
+
"onUpdate:current-object": P[5] || (P[5] = (k) => c.value = k),
|
|
2193
2193
|
class: "cl-mt-3",
|
|
2194
2194
|
results: e.parentResults,
|
|
2195
2195
|
loading: e.loading,
|
|
@@ -2198,12 +2198,12 @@ const fe = /* @__PURE__ */ he(Nt, [["__scopeId", "data-v-a655011e"]]), Dt = { cl
|
|
|
2198
2198
|
"can-create-new-object": e.canCreateNewObject,
|
|
2199
2199
|
"can-clear-selected-object": e.canClearSelectedObject,
|
|
2200
2200
|
"error-message": e.errorMessage,
|
|
2201
|
-
onSearch:
|
|
2202
|
-
onCreateObject:
|
|
2203
|
-
}, null, 8, ["current-object", "results", "loading", "object-type", "object-created-response", "can-create-new-object", "can-clear-selected-object", "error-message"])) :
|
|
2204
|
-
|
|
2205
|
-
modelValue:
|
|
2206
|
-
"onUpdate:modelValue":
|
|
2201
|
+
onSearch: $,
|
|
2202
|
+
onCreateObject: C
|
|
2203
|
+
}, null, 8, ["current-object", "results", "loading", "object-type", "object-created-response", "can-create-new-object", "can-clear-selected-object", "error-message"])) : M("", !0),
|
|
2204
|
+
y(fe, {
|
|
2205
|
+
modelValue: h.value,
|
|
2206
|
+
"onUpdate:modelValue": P[6] || (P[6] = (k) => h.value = k),
|
|
2207
2207
|
label: a(o)("comboBox.createProperty"),
|
|
2208
2208
|
class: "cl-mb-2 cl-pt-3 cl-w-full",
|
|
2209
2209
|
"input-type": "text"
|
|
@@ -2230,24 +2230,96 @@ const en = {}, ln = { class: "cl-flex cl-flex-wrap cl-left-0 cl-mt-4 cl-w-full"
|
|
|
2230
2230
|
class: "cl-leading-10 cl-text-sm cl-w-full"
|
|
2231
2231
|
}, on = { class: "cl-float-left" }, an = { class: "cl-float-right" };
|
|
2232
2232
|
function cn(e, n) {
|
|
2233
|
-
return
|
|
2234
|
-
e.$slots.default ? (
|
|
2235
|
-
|
|
2236
|
-
])) :
|
|
2237
|
-
e.$slots.left || e.$slots.right ? (
|
|
2233
|
+
return i(), v("div", ln, [
|
|
2234
|
+
e.$slots.default ? (i(), v("div", tn, [
|
|
2235
|
+
j(e.$slots, "default")
|
|
2236
|
+
])) : M("", !0),
|
|
2237
|
+
e.$slots.left || e.$slots.right ? (i(), v("div", nn, [
|
|
2238
2238
|
u("span", on, [
|
|
2239
|
-
|
|
2239
|
+
j(e.$slots, "left")
|
|
2240
2240
|
]),
|
|
2241
2241
|
u("span", an, [
|
|
2242
|
-
|
|
2242
|
+
j(e.$slots, "right")
|
|
2243
2243
|
])
|
|
2244
|
-
])) :
|
|
2244
|
+
])) : M("", !0)
|
|
2245
2245
|
]);
|
|
2246
2246
|
}
|
|
2247
|
-
const sn = /* @__PURE__ */
|
|
2247
|
+
const sn = /* @__PURE__ */ ve(en, [["render", cn]]);
|
|
2248
|
+
function Ae(e) {
|
|
2249
|
+
const n = e.type !== "slot" || e.slotType !== void 0 && e.field !== void 0, t = e.sortable ?? !0;
|
|
2250
|
+
return n && t;
|
|
2251
|
+
}
|
|
2252
|
+
function He(e) {
|
|
2253
|
+
const n = e.type !== "slot" || e.slotType !== void 0 && e.field !== void 0, t = e.filterable ?? !0;
|
|
2254
|
+
return n && t;
|
|
2255
|
+
}
|
|
2256
|
+
const rn = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, un = { class: "cl-gap-1 cl-grid cl-grid-cols-2 cl-justify-end cl-mb-2 lg:cl-flex lg:cl-gap-2" }, dn = {
|
|
2257
|
+
key: 1,
|
|
2258
|
+
class: "cl-hidden lg:cl-block"
|
|
2259
|
+
}, fn = { class: "cl-block cl-col-span-2 lg:cl-hidden" }, mn = /* @__PURE__ */ D({
|
|
2260
|
+
__name: "cl-ui-grid-action-row",
|
|
2261
|
+
props: {
|
|
2262
|
+
editMode: { type: Boolean },
|
|
2263
|
+
filterPanelOpen: { type: Boolean },
|
|
2264
|
+
columns: null,
|
|
2265
|
+
options: null
|
|
2266
|
+
},
|
|
2267
|
+
emits: ["update:edit-mode", "update:filterPanelOpen", "clear-filters"],
|
|
2268
|
+
setup(e) {
|
|
2269
|
+
const { t: n } = ae();
|
|
2270
|
+
return (t, l) => (i(), v(U, null, [
|
|
2271
|
+
u("div", rn, [
|
|
2272
|
+
u("strong", null, x(a(n)("grid.gridTools")), 1)
|
|
2273
|
+
]),
|
|
2274
|
+
u("div", un, [
|
|
2275
|
+
e.columns.some((o) => o.editable) ? (i(), B(we, {
|
|
2276
|
+
key: 0,
|
|
2277
|
+
size: "small",
|
|
2278
|
+
colour: "default",
|
|
2279
|
+
onClick: l[0] || (l[0] = Y((o) => t.$emit("update:edit-mode", !e.editMode), ["prevent"]))
|
|
2280
|
+
}, {
|
|
2281
|
+
default: z(() => [
|
|
2282
|
+
e.editMode ? (i(), v(U, { key: 0 }, [
|
|
2283
|
+
le(x(a(n)("grid.finishEditing")), 1)
|
|
2284
|
+
], 64)) : (i(), v(U, { key: 1 }, [
|
|
2285
|
+
le(x(a(n)("grid.editData")), 1)
|
|
2286
|
+
], 64))
|
|
2287
|
+
]),
|
|
2288
|
+
_: 1
|
|
2289
|
+
})) : M("", !0),
|
|
2290
|
+
e.options.hideViewManager ? M("", !0) : (i(), v("div", dn, [
|
|
2291
|
+
j(t.$slots, "view-manager")
|
|
2292
|
+
])),
|
|
2293
|
+
e.columns.some((o) => a(He)(o) || a(Ae)(o)) ? (i(), v(U, { key: 2 }, [
|
|
2294
|
+
y(we, {
|
|
2295
|
+
size: "small",
|
|
2296
|
+
onClick: l[1] || (l[1] = Y((o) => t.$emit("clear-filters"), ["prevent"]))
|
|
2297
|
+
}, {
|
|
2298
|
+
default: z(() => [
|
|
2299
|
+
le(x(a(n)("grid.clearFilters")), 1)
|
|
2300
|
+
]),
|
|
2301
|
+
_: 1
|
|
2302
|
+
}),
|
|
2303
|
+
u("div", fn, [
|
|
2304
|
+
y(we, {
|
|
2305
|
+
class: "cl-w-full",
|
|
2306
|
+
size: "small",
|
|
2307
|
+
onClick: l[2] || (l[2] = Y((o) => t.$emit("update:filterPanelOpen", !e.filterPanelOpen), ["prevent"]))
|
|
2308
|
+
}, {
|
|
2309
|
+
default: z(() => [
|
|
2310
|
+
le(x(a(n)("grid.modifyFilters")), 1)
|
|
2311
|
+
]),
|
|
2312
|
+
_: 1
|
|
2313
|
+
})
|
|
2314
|
+
])
|
|
2315
|
+
], 64)) : M("", !0)
|
|
2316
|
+
])
|
|
2317
|
+
], 64));
|
|
2318
|
+
}
|
|
2319
|
+
}), gn = {
|
|
2248
2320
|
key: 0,
|
|
2249
2321
|
class: "cl-inline-block cl-whitespace-nowrap"
|
|
2250
|
-
},
|
|
2322
|
+
}, bn = {
|
|
2251
2323
|
key: 1,
|
|
2252
2324
|
class: "cl-inline-block cl-whitespace-nowrap"
|
|
2253
2325
|
}, ll = /* @__PURE__ */ D({
|
|
@@ -2258,24 +2330,24 @@ const sn = /* @__PURE__ */ he(en, [["render", cn]]), rn = {
|
|
|
2258
2330
|
},
|
|
2259
2331
|
setup(e) {
|
|
2260
2332
|
const { d: n } = ae();
|
|
2261
|
-
return (t, l) => e.column.type === "slot" ?
|
|
2333
|
+
return (t, l) => e.column.type === "slot" ? j(t.$slots, e.column.name, { key: 0 }) : e.column.type === "boolean" && e.column.field !== void 0 ? (i(), B(fe, {
|
|
2262
2334
|
key: 1,
|
|
2263
2335
|
"input-type": "checkbox",
|
|
2264
2336
|
"model-value": e.data[e.column.field],
|
|
2265
2337
|
disabled: !0
|
|
2266
|
-
}, null, 8, ["model-value"])) : (e.column.type === "date" || e.column.type === "datetime") && e.column.field !== void 0 ? (
|
|
2267
|
-
e.column.format !== void 0 ? (
|
|
2338
|
+
}, null, 8, ["model-value"])) : (e.column.type === "date" || e.column.type === "datetime") && e.column.field !== void 0 ? (i(), v(U, { key: 2 }, [
|
|
2339
|
+
e.column.format !== void 0 ? (i(), v(U, { key: 0 }, [
|
|
2268
2340
|
le(x(a(n)(new Date(e.data[e.column.field]), e.column.format)), 1)
|
|
2269
|
-
], 64)) : e.column.type === "date" ? (
|
|
2270
|
-
le(x(a(n)(new Date(e.data[e.column.field]), a(
|
|
2271
|
-
], 64)) : (
|
|
2272
|
-
le(x(a(n)(new Date(e.data[e.column.field]), a(
|
|
2341
|
+
], 64)) : e.column.type === "date" ? (i(), v(U, { key: 1 }, [
|
|
2342
|
+
le(x(a(n)(new Date(e.data[e.column.field]), a(W).DATE)), 1)
|
|
2343
|
+
], 64)) : (i(), v(U, { key: 2 }, [
|
|
2344
|
+
le(x(a(n)(new Date(e.data[e.column.field]), a(W).DATETIME)), 1)
|
|
2273
2345
|
], 64))
|
|
2274
|
-
], 64)) : e.column.field !== void 0 ? (
|
|
2275
|
-
e.column.maxLength !== void 0 ? (
|
|
2276
|
-
], 64)) :
|
|
2346
|
+
], 64)) : e.column.field !== void 0 ? (i(), v(U, { key: 3 }, [
|
|
2347
|
+
e.column.maxLength !== void 0 ? (i(), v("span", gn, x(e.data[e.column.field].trimToLength(e.column.maxLength, e.column.format !== void 0 ? e.column.format === "ellipsis" : !1)), 1)) : (i(), v("span", bn, x(e.data[e.column.field]), 1))
|
|
2348
|
+
], 64)) : M("", !0);
|
|
2277
2349
|
}
|
|
2278
|
-
}),
|
|
2350
|
+
}), vn = { class: "cl-font-semibold lg:cl-hidden" }, hn = /* @__PURE__ */ D({
|
|
2279
2351
|
__name: "cl-ui-grid-cell",
|
|
2280
2352
|
props: {
|
|
2281
2353
|
data: null,
|
|
@@ -2284,46 +2356,46 @@ const sn = /* @__PURE__ */ he(en, [["render", cn]]), rn = {
|
|
|
2284
2356
|
},
|
|
2285
2357
|
emits: ["edit", "focus", "undo"],
|
|
2286
2358
|
setup(e, { emit: n }) {
|
|
2287
|
-
const t = e, l =
|
|
2288
|
-
return bl(() => l.value = me(t.data)),
|
|
2289
|
-
const
|
|
2290
|
-
|
|
2359
|
+
const t = e, l = O(me(t.data)), o = E(() => t.column.field !== void 0 && l.value[t.column.field] !== t.data[t.column.field]);
|
|
2360
|
+
return bl(() => l.value = me(t.data)), J(l, (r) => {
|
|
2361
|
+
const s = t.column.field ?? "";
|
|
2362
|
+
s !== "" && (r[s] !== t.data[s] ? n("edit", r[s]) : n("undo"));
|
|
2291
2363
|
}, {
|
|
2292
2364
|
deep: !0
|
|
2293
|
-
}), (
|
|
2294
|
-
class:
|
|
2365
|
+
}), (r, s) => (i(), v("td", {
|
|
2366
|
+
class: I(["cl-border-b cl-border-grey-1 cl-gap-1 cl-grid cl-grid-cols-2 cl-m-1 cl-mb-0 cl-py-2 cl-text-xs lg:cl-border-b-0 lg:cl-m-0 lg:cl-px-1 lg:cl-table-cell lg:cl-text-base", {
|
|
2295
2367
|
"cl-bg-link-lighter": a(o)
|
|
2296
2368
|
}])
|
|
2297
2369
|
}, [
|
|
2298
|
-
u("span",
|
|
2299
|
-
e.editMode && e.column.editable === !0 ?
|
|
2370
|
+
u("span", vn, x(e.column.caption), 1),
|
|
2371
|
+
e.editMode && e.column.editable === !0 ? j(r.$slots, `${e.column.name}Edit`, oe(be({ key: 0 }, {
|
|
2300
2372
|
cellFocused: () => n("focus"),
|
|
2301
2373
|
column: e.column,
|
|
2302
2374
|
edited: a(o),
|
|
2303
2375
|
record: l.value
|
|
2304
2376
|
})), () => [
|
|
2305
|
-
|
|
2377
|
+
y(ll, {
|
|
2306
2378
|
column: e.column,
|
|
2307
2379
|
data: e.data
|
|
2308
2380
|
}, {
|
|
2309
|
-
[e.column.name]:
|
|
2310
|
-
|
|
2381
|
+
[e.column.name]: z(() => [
|
|
2382
|
+
j(r.$slots, e.column.name, oe(ie({ column: e.column, data: e.data })))
|
|
2311
2383
|
]),
|
|
2312
2384
|
_: 2
|
|
2313
2385
|
}, 1032, ["column", "data"])
|
|
2314
|
-
]) : (
|
|
2386
|
+
]) : (i(), B(ll, {
|
|
2315
2387
|
key: 1,
|
|
2316
2388
|
column: e.column,
|
|
2317
2389
|
data: e.data
|
|
2318
2390
|
}, {
|
|
2319
|
-
[e.column.name]:
|
|
2320
|
-
|
|
2391
|
+
[e.column.name]: z(() => [
|
|
2392
|
+
j(r.$slots, e.column.name, oe(ie({ column: e.column, record: e.data })))
|
|
2321
2393
|
]),
|
|
2322
2394
|
_: 2
|
|
2323
2395
|
}, 1032, ["column", "data"]))
|
|
2324
2396
|
], 2));
|
|
2325
2397
|
}
|
|
2326
|
-
}),
|
|
2398
|
+
}), pn = /* @__PURE__ */ D({
|
|
2327
2399
|
__name: "cl-ui-grid-row",
|
|
2328
2400
|
props: {
|
|
2329
2401
|
data: null,
|
|
@@ -2332,29 +2404,29 @@ const sn = /* @__PURE__ */ he(en, [["render", cn]]), rn = {
|
|
|
2332
2404
|
},
|
|
2333
2405
|
emits: ["cell-focus", "cell-edit", "cell-undo", "row-select"],
|
|
2334
2406
|
setup(e) {
|
|
2335
|
-
return (n, t) => (
|
|
2336
|
-
(
|
|
2407
|
+
return (n, t) => (i(), v("tr", null, [
|
|
2408
|
+
(i(!0), v(U, null, te(e.columns, (l, o) => (i(), B(hn, {
|
|
2337
2409
|
key: o,
|
|
2338
2410
|
data: e.data,
|
|
2339
2411
|
column: l,
|
|
2340
2412
|
"edit-mode": e.editMode,
|
|
2341
|
-
onFocus: t[0] || (t[0] = (
|
|
2342
|
-
onEdit: (
|
|
2343
|
-
onUndo: (
|
|
2413
|
+
onFocus: t[0] || (t[0] = (r) => n.$emit("cell-focus")),
|
|
2414
|
+
onEdit: (r) => n.$emit("cell-edit", { field: l.field, value: r }),
|
|
2415
|
+
onUndo: (r) => n.$emit("cell-undo", l.field)
|
|
2344
2416
|
}, Ve({ _: 2 }, [
|
|
2345
|
-
te(n.$slots, (
|
|
2346
|
-
name:
|
|
2347
|
-
fn:
|
|
2348
|
-
|
|
2417
|
+
te(n.$slots, (r, s) => ({
|
|
2418
|
+
name: s,
|
|
2419
|
+
fn: z((g) => [
|
|
2420
|
+
j(n.$slots, s, oe(ie(g)))
|
|
2349
2421
|
])
|
|
2350
2422
|
}))
|
|
2351
2423
|
]), 1032, ["data", "column", "edit-mode", "onEdit", "onUndo"]))), 128))
|
|
2352
2424
|
]));
|
|
2353
2425
|
}
|
|
2354
|
-
}),
|
|
2426
|
+
}), yn = { key: 1 }, wn = ["colspan"], xn = { class: "cl-flex cl-flex-wrap cl-justify-center cl-text-center cl-text-sm cl-w-full" }, $n = { class: "cl-mt-6 cl-w-full" }, kn = {
|
|
2355
2427
|
key: 0,
|
|
2356
2428
|
class: "cl-mt-4"
|
|
2357
|
-
},
|
|
2429
|
+
}, Tn = { class: "cl-mb-2 cl-w-full" }, Cn = /* @__PURE__ */ D({
|
|
2358
2430
|
__name: "cl-ui-grid-body",
|
|
2359
2431
|
props: {
|
|
2360
2432
|
columns: null,
|
|
@@ -2366,36 +2438,36 @@ const sn = /* @__PURE__ */ he(en, [["render", cn]]), rn = {
|
|
|
2366
2438
|
},
|
|
2367
2439
|
emits: ["row-select", "row-edit", "clear-filters"],
|
|
2368
2440
|
setup(e, { emit: n }) {
|
|
2369
|
-
const t = e, { t: l } = ae(), o =
|
|
2441
|
+
const t = e, { t: l } = ae(), o = O({
|
|
2370
2442
|
index: -1,
|
|
2371
2443
|
record: {}
|
|
2372
2444
|
});
|
|
2373
|
-
function
|
|
2445
|
+
function r() {
|
|
2374
2446
|
Object.keys(o.value.record).length !== 0 && (n("row-edit", me(o.value)), o.value.record = {});
|
|
2375
2447
|
}
|
|
2376
|
-
function
|
|
2377
|
-
o.value.index !== -1 && o.value.index !==
|
|
2448
|
+
function s(m) {
|
|
2449
|
+
o.value.index !== -1 && o.value.index !== m && r(), o.value.index = m;
|
|
2378
2450
|
}
|
|
2379
|
-
function
|
|
2380
|
-
|
|
2451
|
+
function g(m, f) {
|
|
2452
|
+
s(m), f.field !== void 0 && (o.value.record[f.field] = f.value);
|
|
2381
2453
|
}
|
|
2382
|
-
function
|
|
2383
|
-
if (
|
|
2384
|
-
const { [
|
|
2454
|
+
function c(m) {
|
|
2455
|
+
if (m !== void 0) {
|
|
2456
|
+
const { [m]: f, ...p } = o.value.record;
|
|
2385
2457
|
o.value.record = {
|
|
2386
|
-
...
|
|
2458
|
+
...p
|
|
2387
2459
|
};
|
|
2388
2460
|
}
|
|
2389
2461
|
}
|
|
2390
|
-
const
|
|
2391
|
-
|
|
2392
|
-
var
|
|
2393
|
-
return
|
|
2394
|
-
[
|
|
2462
|
+
const b = O({});
|
|
2463
|
+
J(() => t.data, () => {
|
|
2464
|
+
var m, f;
|
|
2465
|
+
return b.value = Object.fromEntries(((f = (m = t.data) == null ? void 0 : m.results) == null ? void 0 : f.map((p, d) => [
|
|
2466
|
+
[d],
|
|
2395
2467
|
{
|
|
2396
2468
|
count: 0,
|
|
2397
2469
|
reset: ol(() => {
|
|
2398
|
-
|
|
2470
|
+
b.value[d].count = 0;
|
|
2399
2471
|
}, 750, { immediate: !1 })
|
|
2400
2472
|
}
|
|
2401
2473
|
])) ?? []);
|
|
@@ -2403,69 +2475,69 @@ const sn = /* @__PURE__ */ he(en, [["render", cn]]), rn = {
|
|
|
2403
2475
|
deep: !0,
|
|
2404
2476
|
immediate: !0
|
|
2405
2477
|
});
|
|
2406
|
-
function
|
|
2407
|
-
t.selectionEnabled ? n("row-select", f) : (
|
|
2478
|
+
function h(m, f) {
|
|
2479
|
+
t.selectionEnabled ? n("row-select", f) : (b.value[m].count++, b.value[m].count > 1 ? (b.value[m].reset.stop(), b.value[m].count = 0, n("row-select", f)) : b.value[m].reset.start());
|
|
2408
2480
|
}
|
|
2409
|
-
return
|
|
2410
|
-
t.editMode || (
|
|
2411
|
-
}), (
|
|
2412
|
-
var
|
|
2413
|
-
return
|
|
2414
|
-
e.data && ((
|
|
2415
|
-
key:
|
|
2416
|
-
data:
|
|
2481
|
+
return J(() => t.editMode, () => {
|
|
2482
|
+
t.editMode || (r(), o.value.index = -1);
|
|
2483
|
+
}), (m, f) => {
|
|
2484
|
+
var p;
|
|
2485
|
+
return i(), v("tbody", null, [
|
|
2486
|
+
e.data && ((p = e.data.results) != null && p.length) ? (i(!0), v(U, { key: 0 }, te(e.data.results, (d, w) => (i(), B(pn, {
|
|
2487
|
+
key: w,
|
|
2488
|
+
data: d,
|
|
2417
2489
|
columns: e.columns,
|
|
2418
2490
|
"edit-mode": e.editMode,
|
|
2419
|
-
class:
|
|
2420
|
-
"cl-bg-white":
|
|
2421
|
-
"cl-bg-off-white":
|
|
2491
|
+
class: I({
|
|
2492
|
+
"cl-bg-white": w % 2 === 0,
|
|
2493
|
+
"cl-bg-off-white": w % 2 === 1,
|
|
2422
2494
|
"cl-cursor-pointer hover:cl-bg-link-lighter": e.selectionEnabled && !e.editMode
|
|
2423
2495
|
}),
|
|
2424
|
-
onClick: (
|
|
2425
|
-
e.editMode ||
|
|
2496
|
+
onClick: ($) => {
|
|
2497
|
+
e.editMode || h(w, d);
|
|
2426
2498
|
},
|
|
2427
|
-
onCellFocus: (
|
|
2428
|
-
|
|
2499
|
+
onCellFocus: ($) => {
|
|
2500
|
+
s(w);
|
|
2429
2501
|
},
|
|
2430
|
-
onCellEdit: (
|
|
2431
|
-
|
|
2502
|
+
onCellEdit: ($) => {
|
|
2503
|
+
g(w, $);
|
|
2432
2504
|
},
|
|
2433
|
-
onCellUndo:
|
|
2505
|
+
onCellUndo: c
|
|
2434
2506
|
}, Ve({ _: 2 }, [
|
|
2435
|
-
te(
|
|
2507
|
+
te(m.$slots, ($, S) => ({
|
|
2436
2508
|
name: S,
|
|
2437
|
-
fn:
|
|
2438
|
-
|
|
2509
|
+
fn: z((V) => [
|
|
2510
|
+
j(m.$slots, S, oe(ie(V)))
|
|
2439
2511
|
])
|
|
2440
2512
|
}))
|
|
2441
|
-
]), 1032, ["data", "columns", "edit-mode", "class", "onClick", "onCellFocus", "onCellEdit"]))), 128)) : e.loading ?
|
|
2513
|
+
]), 1032, ["data", "columns", "edit-mode", "class", "onClick", "onCellFocus", "onCellEdit"]))), 128)) : e.loading ? M("", !0) : (i(), v("tr", yn, [
|
|
2442
2514
|
u("td", {
|
|
2443
2515
|
colspan: e.columns.length
|
|
2444
2516
|
}, [
|
|
2445
|
-
u("div",
|
|
2446
|
-
u("strong",
|
|
2447
|
-
e.request.filters.length > 0 ? (
|
|
2448
|
-
u("div",
|
|
2449
|
-
|
|
2517
|
+
u("div", xn, [
|
|
2518
|
+
u("strong", $n, x(a(l)("grid.noData")), 1),
|
|
2519
|
+
e.request.filters.length > 0 ? (i(), v("div", kn, [
|
|
2520
|
+
u("div", Tn, x(a(l)("grid.noDataFiltersPresent")), 1),
|
|
2521
|
+
y(we, {
|
|
2450
2522
|
size: "small",
|
|
2451
|
-
onClick: f[0] || (f[0] = Y((
|
|
2523
|
+
onClick: f[0] || (f[0] = Y((d) => m.$emit("clear-filters"), ["prevent"]))
|
|
2452
2524
|
}, {
|
|
2453
|
-
default:
|
|
2525
|
+
default: z(() => [
|
|
2454
2526
|
le(x(a(l)("grid.clearFilters")), 1)
|
|
2455
2527
|
]),
|
|
2456
2528
|
_: 1
|
|
2457
2529
|
})
|
|
2458
|
-
])) :
|
|
2530
|
+
])) : M("", !0)
|
|
2459
2531
|
])
|
|
2460
|
-
], 8,
|
|
2532
|
+
], 8, wn)
|
|
2461
2533
|
]))
|
|
2462
2534
|
]);
|
|
2463
2535
|
};
|
|
2464
2536
|
}
|
|
2465
|
-
}),
|
|
2537
|
+
}), Sn = {
|
|
2466
2538
|
key: 0,
|
|
2467
2539
|
class: "cl-flex cl-flex-wrap cl-justify-end cl-mt-2 cl-w-full"
|
|
2468
|
-
},
|
|
2540
|
+
}, On = { class: "cl-bg-off-white cl-border cl-border-grey-1 cl-flex cl-items-center cl-mb-2 cl-px-3 cl-rounded cl-shadow-md cl-text-sm cl-w-full lg:cl-w-auto" }, En = { class: "cl-text-grey-3 cl-w-max" }, jn = { class: "cl-bg-off-white cl-border cl-border-grey-1 cl-flex cl-flex-wrap cl-items-center cl-mb-2 cl-px-3 cl-py-2 cl-rounded cl-shadow-md cl-text-sm cl-w-full lg:cl-ml-2 lg:cl-w-auto mb:cl-flex-nowrap" }, An = { class: "cl-flex cl-flex-wrap cl-mb-2 cl-text-sm cl-w-full lg:cl-p-2 md:cl-mb-0 md:cl-w-auto" }, Mn = { class: "cl-flex cl-flex-wrap cl-mb-2 cl-w-full lg:cl-mb-0 lg:cl-mr-2 lg:cl-w-auto" }, In = { class: "cl-text-grey-3 cl-w-full lg:cl-mr-2 lg:cl-w-auto" }, Nn = { class: "cl-flex cl-flex-wrap cl-text-sm mb:cl-flex-nowrap" }, Dn = { class: "cl-pr-2" }, qn = ["onClick"], Rn = { class: "cl-flex cl-flex-wrap cl-mb-2 cl-text-sm cl-w-full lg:cl-p-2 md:cl-mb-0 md:cl-w-auto" }, Pn = { class: "cl-mb-2 cl-text-grey-3 cl-w-full lg:cl-mb-0 lg:cl-mr-2 lg:cl-w-auto" }, Un = ["onClick"], Bn = { class: "cl-mb-2 cl-w-full lg:cl-p-2 md:cl-mb-0 md:cl-w-auto" }, zn = { class: "cl-block cl-mb-2 cl-text-grey-3 cl-w-full lg:cl-inline-block lg:cl-mb-0 lg:cl-mr-1 lg:cl-w-auto" }, Ln = { class: "cl-block lg:cl-inline-block" }, Fn = /* @__PURE__ */ D({
|
|
2469
2541
|
__name: "cl-ui-grid-footer",
|
|
2470
2542
|
props: {
|
|
2471
2543
|
request: null,
|
|
@@ -2475,67 +2547,67 @@ const sn = /* @__PURE__ */ he(en, [["render", cn]]), rn = {
|
|
|
2475
2547
|
"update:request": null
|
|
2476
2548
|
},
|
|
2477
2549
|
setup(e, { emit: n }) {
|
|
2478
|
-
const t = e, { n: l, t: o } = ae(),
|
|
2550
|
+
const t = e, { n: l, t: o } = ae(), r = E(() => {
|
|
2479
2551
|
var f;
|
|
2480
2552
|
return t.data !== null ? Math.ceil((((f = t.data) == null ? void 0 : f.totalRecords) ?? 0) / t.request.pageSize) : 1;
|
|
2481
|
-
}),
|
|
2482
|
-
const f = Array.from(Array(
|
|
2483
|
-
let
|
|
2553
|
+
}), s = E(() => {
|
|
2554
|
+
const f = Array.from(Array(r.value + 1).keys());
|
|
2555
|
+
let p = [];
|
|
2484
2556
|
if (f.shift(), f.length) {
|
|
2485
|
-
const
|
|
2486
|
-
|
|
2557
|
+
const d = t.request.pageNumber === r.value || t.request.pageNumber === r.value - 1 ? r.value - 3 : t.request.pageNumber - 1;
|
|
2558
|
+
p = f.slice(d, d + 3);
|
|
2487
2559
|
}
|
|
2488
|
-
return
|
|
2560
|
+
return p;
|
|
2489
2561
|
});
|
|
2490
|
-
function
|
|
2491
|
-
const
|
|
2492
|
-
|
|
2562
|
+
function g(f) {
|
|
2563
|
+
const p = me(t.request);
|
|
2564
|
+
p.pageNumber !== f && (p.pageNumber = Math.max(Math.min(Math.trunc(f), r.value), 1), n("update:request", p));
|
|
2493
2565
|
}
|
|
2494
|
-
function
|
|
2495
|
-
const
|
|
2496
|
-
|
|
2566
|
+
function c(f) {
|
|
2567
|
+
const p = parseInt(f == null ? void 0 : f.value) || 1;
|
|
2568
|
+
g(p);
|
|
2497
2569
|
}
|
|
2498
|
-
const
|
|
2570
|
+
const b = [
|
|
2499
2571
|
10,
|
|
2500
2572
|
20,
|
|
2501
2573
|
50,
|
|
2502
2574
|
100,
|
|
2503
2575
|
200
|
|
2504
2576
|
];
|
|
2505
|
-
function
|
|
2506
|
-
const
|
|
2507
|
-
|
|
2577
|
+
function h(f) {
|
|
2578
|
+
const p = me(t.request);
|
|
2579
|
+
p.pageSize = f, p.pageNumber = 1, n("update:request", p);
|
|
2508
2580
|
}
|
|
2509
|
-
const
|
|
2510
|
-
return (f,
|
|
2511
|
-
var
|
|
2512
|
-
const
|
|
2513
|
-
return (
|
|
2514
|
-
u("div",
|
|
2515
|
-
u("span",
|
|
2516
|
-
|
|
2581
|
+
const m = al(c, 750);
|
|
2582
|
+
return (f, p) => {
|
|
2583
|
+
var w, $;
|
|
2584
|
+
const d = K("icon");
|
|
2585
|
+
return ($ = (w = e.data) == null ? void 0 : w.results) != null && $.length && e.request ? (i(), v("div", Sn, [
|
|
2586
|
+
u("div", On, [
|
|
2587
|
+
u("span", En, x(a(o)("grid.jumpToPage")), 1),
|
|
2588
|
+
y(fe, {
|
|
2517
2589
|
"model-value": e.request.pageNumber,
|
|
2518
2590
|
class: "cl-ml-1 cl-mt-0.5 cl-text-sm",
|
|
2519
2591
|
"input-type": "number",
|
|
2520
2592
|
label: "Page",
|
|
2521
2593
|
"show-label": !1,
|
|
2522
2594
|
min: "1",
|
|
2523
|
-
max: a(
|
|
2524
|
-
onInput:
|
|
2595
|
+
max: a(r),
|
|
2596
|
+
onInput: p[0] || (p[0] = (S) => a(m)(S.target))
|
|
2525
2597
|
}, null, 8, ["model-value", "max"])
|
|
2526
2598
|
]),
|
|
2527
|
-
u("div",
|
|
2528
|
-
u("div",
|
|
2529
|
-
u("li",
|
|
2530
|
-
u("span",
|
|
2599
|
+
u("div", jn, [
|
|
2600
|
+
u("div", An, [
|
|
2601
|
+
u("li", Mn, [
|
|
2602
|
+
u("span", In, x(a(o)("grid.page")), 1)
|
|
2531
2603
|
]),
|
|
2532
|
-
u("ul",
|
|
2533
|
-
u("li",
|
|
2604
|
+
u("ul", Nn, [
|
|
2605
|
+
u("li", Dn, x(a(l)(e.request.pageNumber, a(ne).INTEGER)) + " / " + x(a(l)(a(r), a(ne).INTEGER)), 1),
|
|
2534
2606
|
q(u("li", {
|
|
2535
2607
|
class: "cl-cursor-pointer cl-mr-1 cl-mt-1 lg:cl-mr-2",
|
|
2536
|
-
onClick:
|
|
2608
|
+
onClick: p[1] || (p[1] = (S) => g(1))
|
|
2537
2609
|
}, [
|
|
2538
|
-
|
|
2610
|
+
y(d, {
|
|
2539
2611
|
icon: "ph:caret-double-left",
|
|
2540
2612
|
size: 14
|
|
2541
2613
|
})
|
|
@@ -2544,143 +2616,67 @@ const sn = /* @__PURE__ */ he(en, [["render", cn]]), rn = {
|
|
|
2544
2616
|
]),
|
|
2545
2617
|
q(u("li", {
|
|
2546
2618
|
class: "cl-cursor-pointer cl-mt-1 lg:cl-mr-2 mr-1",
|
|
2547
|
-
onClick:
|
|
2619
|
+
onClick: p[2] || (p[2] = (S) => g(e.request.pageNumber - 1))
|
|
2548
2620
|
}, [
|
|
2549
|
-
|
|
2621
|
+
y(d, {
|
|
2550
2622
|
icon: "ph:caret-left",
|
|
2551
2623
|
size: 14
|
|
2552
2624
|
})
|
|
2553
2625
|
], 512), [
|
|
2554
2626
|
[R, e.request.pageNumber > 1]
|
|
2555
2627
|
]),
|
|
2556
|
-
(
|
|
2557
|
-
key:
|
|
2558
|
-
class:
|
|
2628
|
+
(i(!0), v(U, null, te(a(s), (S, V) => (i(), v("li", {
|
|
2629
|
+
key: V,
|
|
2630
|
+
class: I(["cl-cursor-pointer cl-mr-1 lg:cl-mr-2", {
|
|
2559
2631
|
"cl-text-black cl-font-bold": e.request.pageNumber === S,
|
|
2560
2632
|
"cl-text-grey-6": e.request.pageNumber !== S
|
|
2561
2633
|
}]),
|
|
2562
|
-
onClick: (
|
|
2563
|
-
}, x(a(l)(S, a(ne).INTEGER)), 11,
|
|
2634
|
+
onClick: (G) => g(S)
|
|
2635
|
+
}, x(a(l)(S, a(ne).INTEGER)), 11, qn))), 128)),
|
|
2564
2636
|
q(u("li", {
|
|
2565
2637
|
class: "cl-cursor-pointer cl-mr-1 cl-mt-1 lg:cl-mr-2",
|
|
2566
|
-
onClick:
|
|
2638
|
+
onClick: p[3] || (p[3] = (S) => g(e.request.pageNumber + 1))
|
|
2567
2639
|
}, [
|
|
2568
|
-
|
|
2640
|
+
y(d, {
|
|
2569
2641
|
icon: "ph:caret-right",
|
|
2570
2642
|
size: 14
|
|
2571
2643
|
})
|
|
2572
2644
|
], 512), [
|
|
2573
|
-
[R, e.request.pageNumber < a(
|
|
2645
|
+
[R, e.request.pageNumber < a(r)]
|
|
2574
2646
|
]),
|
|
2575
2647
|
q(u("li", {
|
|
2576
2648
|
class: "cl-cursor-pointer cl-mr-1 cl-mt-1 lg:cl-mr-2",
|
|
2577
|
-
onClick:
|
|
2649
|
+
onClick: p[4] || (p[4] = (S) => g(a(r)))
|
|
2578
2650
|
}, [
|
|
2579
|
-
|
|
2651
|
+
y(d, {
|
|
2580
2652
|
icon: "ph:caret-double-right",
|
|
2581
2653
|
size: 14
|
|
2582
2654
|
})
|
|
2583
2655
|
], 512), [
|
|
2584
|
-
[R, e.request.pageNumber < a(
|
|
2656
|
+
[R, e.request.pageNumber < a(r)]
|
|
2585
2657
|
])
|
|
2586
2658
|
])
|
|
2587
2659
|
]),
|
|
2588
|
-
u("ul",
|
|
2589
|
-
u("li",
|
|
2590
|
-
(
|
|
2591
|
-
key:
|
|
2592
|
-
class:
|
|
2660
|
+
u("ul", Rn, [
|
|
2661
|
+
u("li", Pn, x(a(o)("grid.pageSize")), 1),
|
|
2662
|
+
(i(), v(U, null, te(b, (S, V) => u("li", {
|
|
2663
|
+
key: V,
|
|
2664
|
+
class: I(["cl-cursor-pointer cl-mr-1 lg:cl-mr-2", {
|
|
2593
2665
|
"cl-text-black cl-font-bold": e.request.pageSize === S,
|
|
2594
2666
|
"cl-text-grey-6": e.request.pageSize !== S
|
|
2595
2667
|
}]),
|
|
2596
|
-
onClick: (
|
|
2597
|
-
}, x(a(l)(S, a(ne).INTEGER)), 11,
|
|
2668
|
+
onClick: (G) => h(S)
|
|
2669
|
+
}, x(a(l)(S, a(ne).INTEGER)), 11, Un)), 64))
|
|
2598
2670
|
]),
|
|
2599
|
-
u("ul",
|
|
2600
|
-
u("li",
|
|
2601
|
-
u("li",
|
|
2671
|
+
u("ul", Bn, [
|
|
2672
|
+
u("li", zn, x(a(o)("grid.totalRecords")), 1),
|
|
2673
|
+
u("li", Ln, x(a(l)(e.data.totalRecords, a(ne).INTEGER)), 1)
|
|
2602
2674
|
])
|
|
2603
2675
|
])
|
|
2604
|
-
])) :
|
|
2676
|
+
])) : M("", !0);
|
|
2605
2677
|
};
|
|
2606
2678
|
}
|
|
2607
|
-
})
|
|
2608
|
-
function Ae(e) {
|
|
2609
|
-
const n = e.type !== "slot" || e.slotType !== void 0 && e.field !== void 0, t = e.sortable ?? !0;
|
|
2610
|
-
return n && t;
|
|
2611
|
-
}
|
|
2612
|
-
function He(e) {
|
|
2613
|
-
const n = e.type !== "slot" || e.slotType !== void 0 && e.field !== void 0, t = e.filterable ?? !0;
|
|
2614
|
-
return n && t;
|
|
2615
|
-
}
|
|
2616
|
-
const Pn = ["colspan"], Bn = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, zn = { class: "cl-gap-1 cl-grid cl-grid-cols-2 cl-justify-end cl-mb-2 lg:cl-flex lg:cl-gap-2" }, Ln = {
|
|
2617
|
-
key: 1,
|
|
2618
|
-
class: "cl-hidden lg:cl-block"
|
|
2619
|
-
}, Fn = { class: "cl-block cl-col-span-2 lg:cl-hidden" }, Vn = /* @__PURE__ */ D({
|
|
2620
|
-
__name: "cl-ui-grid-action-row",
|
|
2621
|
-
props: {
|
|
2622
|
-
editMode: { type: Boolean },
|
|
2623
|
-
filterPanelOpen: { type: Boolean },
|
|
2624
|
-
columns: null,
|
|
2625
|
-
options: null
|
|
2626
|
-
},
|
|
2627
|
-
emits: ["update:edit-mode", "update:filterPanelOpen", "clear-filters"],
|
|
2628
|
-
setup(e) {
|
|
2629
|
-
const { t: n } = ae();
|
|
2630
|
-
return (t, l) => (s(), v("tr", null, [
|
|
2631
|
-
u("th", {
|
|
2632
|
-
colspan: e.columns.length
|
|
2633
|
-
}, [
|
|
2634
|
-
u("div", Bn, [
|
|
2635
|
-
u("strong", null, x(a(n)("grid.gridTools")), 1)
|
|
2636
|
-
]),
|
|
2637
|
-
u("div", zn, [
|
|
2638
|
-
e.columns.some((o) => o.editable) ? (s(), z(we, {
|
|
2639
|
-
key: 0,
|
|
2640
|
-
size: "small",
|
|
2641
|
-
colour: "default",
|
|
2642
|
-
onClick: l[0] || (l[0] = Y((o) => t.$emit("update:edit-mode", !e.editMode), ["prevent"]))
|
|
2643
|
-
}, {
|
|
2644
|
-
default: B(() => [
|
|
2645
|
-
e.editMode ? (s(), v(P, { key: 0 }, [
|
|
2646
|
-
le(x(a(n)("grid.finishEditing")), 1)
|
|
2647
|
-
], 64)) : (s(), v(P, { key: 1 }, [
|
|
2648
|
-
le(x(a(n)("grid.editData")), 1)
|
|
2649
|
-
], 64))
|
|
2650
|
-
]),
|
|
2651
|
-
_: 1
|
|
2652
|
-
})) : A("", !0),
|
|
2653
|
-
e.options.hideViewManager ? A("", !0) : (s(), v("div", Ln, [
|
|
2654
|
-
O(t.$slots, "view-manager")
|
|
2655
|
-
])),
|
|
2656
|
-
e.columns.some((o) => a(He)(o) || a(Ae)(o)) ? (s(), v(P, { key: 2 }, [
|
|
2657
|
-
w(we, {
|
|
2658
|
-
size: "small",
|
|
2659
|
-
onClick: l[1] || (l[1] = Y((o) => t.$emit("clear-filters"), ["prevent"]))
|
|
2660
|
-
}, {
|
|
2661
|
-
default: B(() => [
|
|
2662
|
-
le(x(a(n)("grid.clearFilters")), 1)
|
|
2663
|
-
]),
|
|
2664
|
-
_: 1
|
|
2665
|
-
}),
|
|
2666
|
-
u("div", Fn, [
|
|
2667
|
-
w(we, {
|
|
2668
|
-
class: "cl-w-full",
|
|
2669
|
-
size: "small",
|
|
2670
|
-
onClick: l[2] || (l[2] = Y((o) => t.$emit("update:filterPanelOpen", !e.filterPanelOpen), ["prevent"]))
|
|
2671
|
-
}, {
|
|
2672
|
-
default: B(() => [
|
|
2673
|
-
le(x(a(n)("grid.modifyFilters")), 1)
|
|
2674
|
-
]),
|
|
2675
|
-
_: 1
|
|
2676
|
-
})
|
|
2677
|
-
])
|
|
2678
|
-
], 64)) : A("", !0)
|
|
2679
|
-
])
|
|
2680
|
-
], 8, Pn)
|
|
2681
|
-
]));
|
|
2682
|
-
}
|
|
2683
|
-
}), Gn = [
|
|
2679
|
+
}), Vn = [
|
|
2684
2680
|
"string",
|
|
2685
2681
|
"boolean",
|
|
2686
2682
|
"number",
|
|
@@ -2691,7 +2687,7 @@ const Pn = ["colspan"], Bn = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, zn =
|
|
|
2691
2687
|
function ul(e) {
|
|
2692
2688
|
return typeof e.caption == "string" && typeof e.name == "string" && typeof e.type == "string";
|
|
2693
2689
|
}
|
|
2694
|
-
function
|
|
2690
|
+
function Gn(e) {
|
|
2695
2691
|
let n = Array.isArray(e);
|
|
2696
2692
|
if (n) {
|
|
2697
2693
|
for (const t of e)
|
|
@@ -2702,9 +2698,9 @@ function Hn(e) {
|
|
|
2702
2698
|
}
|
|
2703
2699
|
return n;
|
|
2704
2700
|
}
|
|
2705
|
-
const
|
|
2706
|
-
var
|
|
2707
|
-
const
|
|
2701
|
+
const Hn = ["ellipsis"];
|
|
2702
|
+
var pe = /* @__PURE__ */ ((e) => (e[e.CONTAINS = 0] = "CONTAINS", e[e.NOT_CONTAINS = 1] = "NOT_CONTAINS", e[e.EQUAL = 2] = "EQUAL", e[e.NOT_EQUAL = 3] = "NOT_EQUAL", e[e.STARTS_WITH = 4] = "STARTS_WITH", e[e.ENDS_WITH = 5] = "ENDS_WITH", e[e.GREATER_THAN = 6] = "GREATER_THAN", e[e.LESS_THAN = 7] = "LESS_THAN", e[e.EQUAL_OR_GREATER_THAN = 8] = "EQUAL_OR_GREATER_THAN", e[e.EQUAL_OR_LESS_THAN = 9] = "EQUAL_OR_LESS_THAN", e))(pe || {});
|
|
2703
|
+
const Wn = [
|
|
2708
2704
|
"equal",
|
|
2709
2705
|
"notequal",
|
|
2710
2706
|
"contains",
|
|
@@ -2716,24 +2712,24 @@ const Jn = [
|
|
|
2716
2712
|
"equalorlessthan",
|
|
2717
2713
|
"equalorgreaterthan"
|
|
2718
2714
|
];
|
|
2719
|
-
function
|
|
2715
|
+
function Jn(e) {
|
|
2720
2716
|
return typeof e.filterOnColumn == "string" && typeof e.filterOperation == "number" && typeof e.filterValue == "string";
|
|
2721
2717
|
}
|
|
2722
|
-
function
|
|
2718
|
+
function Kn(e) {
|
|
2723
2719
|
return e === null || typeof e.sortByAscending == "boolean" && typeof e.sortOnColumn == "string";
|
|
2724
2720
|
}
|
|
2725
|
-
function
|
|
2726
|
-
let n = typeof e.filters == "object" && Array.isArray(e.filters) && typeof e.pageNumber == "number" && typeof e.pageSize == "number" && typeof e.sort == "object" &&
|
|
2721
|
+
function Zn(e) {
|
|
2722
|
+
let n = typeof e.filters == "object" && Array.isArray(e.filters) && typeof e.pageNumber == "number" && typeof e.pageSize == "number" && typeof e.sort == "object" && Kn(e.sort);
|
|
2727
2723
|
if (n) {
|
|
2728
2724
|
for (const t of e.filters)
|
|
2729
|
-
if (!
|
|
2725
|
+
if (!Jn(t)) {
|
|
2730
2726
|
n = !1;
|
|
2731
2727
|
break;
|
|
2732
2728
|
}
|
|
2733
2729
|
}
|
|
2734
2730
|
return n;
|
|
2735
2731
|
}
|
|
2736
|
-
function
|
|
2732
|
+
function Qn(e, n) {
|
|
2737
2733
|
let t = typeof e.results == "object" && Array.isArray(e.results) && typeof e.totalRecords == "number";
|
|
2738
2734
|
if (t) {
|
|
2739
2735
|
for (const l of e.results)
|
|
@@ -2744,7 +2740,7 @@ function Yn(e, n) {
|
|
|
2744
2740
|
}
|
|
2745
2741
|
return t;
|
|
2746
2742
|
}
|
|
2747
|
-
const
|
|
2743
|
+
const Yn = {
|
|
2748
2744
|
method: "equal",
|
|
2749
2745
|
icon: "mdi:equal",
|
|
2750
2746
|
description: "Equals",
|
|
@@ -2754,12 +2750,12 @@ const Xn = {
|
|
|
2754
2750
|
"boolean",
|
|
2755
2751
|
"date"
|
|
2756
2752
|
]
|
|
2757
|
-
},
|
|
2753
|
+
}, Xn = {
|
|
2758
2754
|
method: "contains",
|
|
2759
2755
|
icon: "mdi:format-letter-matches",
|
|
2760
2756
|
description: "Contains",
|
|
2761
2757
|
allowedTypes: ["string"]
|
|
2762
|
-
},
|
|
2758
|
+
}, _n = {
|
|
2763
2759
|
method: "lessthan",
|
|
2764
2760
|
icon: "mdi:less-than",
|
|
2765
2761
|
description: "Less than",
|
|
@@ -2769,7 +2765,7 @@ const Xn = {
|
|
|
2769
2765
|
"datetime"
|
|
2770
2766
|
]
|
|
2771
2767
|
}, tl = [
|
|
2772
|
-
|
|
2768
|
+
Xn,
|
|
2773
2769
|
{
|
|
2774
2770
|
method: "notcontains",
|
|
2775
2771
|
icon: "mdi:format-letter-spacing-variant",
|
|
@@ -2788,7 +2784,7 @@ const Xn = {
|
|
|
2788
2784
|
description: "Ends with",
|
|
2789
2785
|
allowedTypes: ["string"]
|
|
2790
2786
|
},
|
|
2791
|
-
|
|
2787
|
+
Yn,
|
|
2792
2788
|
{
|
|
2793
2789
|
method: "notequal",
|
|
2794
2790
|
icon: "mdi:not-equal",
|
|
@@ -2800,7 +2796,7 @@ const Xn = {
|
|
|
2800
2796
|
"date"
|
|
2801
2797
|
]
|
|
2802
2798
|
},
|
|
2803
|
-
|
|
2799
|
+
_n,
|
|
2804
2800
|
{
|
|
2805
2801
|
method: "greaterthan",
|
|
2806
2802
|
icon: "mdi:greater-than",
|
|
@@ -2831,7 +2827,7 @@ const Xn = {
|
|
|
2831
2827
|
"datetime"
|
|
2832
2828
|
]
|
|
2833
2829
|
}
|
|
2834
|
-
],
|
|
2830
|
+
], eo = { class: "cl-group cl-inline cl-relative cl-w-auto" }, lo = { 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" }, to = { class: "cl-p-2 cl-select-none" }, no = ["onClick"], oo = /* @__PURE__ */ D({
|
|
2835
2831
|
__name: "cl-ui-grid-method-selector",
|
|
2836
2832
|
props: {
|
|
2837
2833
|
filter: null,
|
|
@@ -2842,74 +2838,74 @@ const Xn = {
|
|
|
2842
2838
|
emits: ["update:filter"],
|
|
2843
2839
|
setup(e, { emit: n }) {
|
|
2844
2840
|
const t = e, { t: l } = ae(), o = E(() => {
|
|
2845
|
-
let
|
|
2846
|
-
return t.column.type !== "slot" ?
|
|
2847
|
-
|
|
2848
|
-
}),
|
|
2849
|
-
}),
|
|
2850
|
-
var
|
|
2851
|
-
let
|
|
2852
|
-
return typeof
|
|
2853
|
-
var
|
|
2854
|
-
return
|
|
2841
|
+
let g = [];
|
|
2842
|
+
return t.column.type !== "slot" ? g = tl.filter((c) => c.allowedTypes.includes(t.column.type)) : typeof t.column.slotType < "u" && typeof t.column.field < "u" && (g = tl.filter((c) => c.allowedTypes.includes(t.column.slotType))), g.forEach((c) => {
|
|
2843
|
+
c.description = l(`grid.${c.method}`);
|
|
2844
|
+
}), g;
|
|
2845
|
+
}), r = E(() => {
|
|
2846
|
+
var c;
|
|
2847
|
+
let g = (c = t.filter) == null ? void 0 : c.filterMethod;
|
|
2848
|
+
return typeof g > "u" && (g = pe[t.defaultOperation]), o.value.find((b) => {
|
|
2849
|
+
var h;
|
|
2850
|
+
return b.method.toLowerCase() === ((h = g == null ? void 0 : g.removeNonAlphanumeric()) == null ? void 0 : h.toLowerCase());
|
|
2855
2851
|
});
|
|
2856
2852
|
});
|
|
2857
|
-
function
|
|
2858
|
-
let
|
|
2853
|
+
function s(g) {
|
|
2854
|
+
let c;
|
|
2859
2855
|
if (t.filter)
|
|
2860
|
-
|
|
2856
|
+
c = me(t.filter), c.filterOperation = pe[g.toUpperCase()], c.filterMethod = g.toUpperCase();
|
|
2861
2857
|
else if (typeof t.column.field < "u")
|
|
2862
|
-
|
|
2858
|
+
c = {
|
|
2863
2859
|
filterOnColumn: t.column.field,
|
|
2864
|
-
filterMethod:
|
|
2865
|
-
filterOperation:
|
|
2860
|
+
filterMethod: g.toUpperCase(),
|
|
2861
|
+
filterOperation: pe[g.toUpperCase()],
|
|
2866
2862
|
filterValue: ""
|
|
2867
2863
|
};
|
|
2868
2864
|
else
|
|
2869
2865
|
return;
|
|
2870
|
-
n("update:filter",
|
|
2866
|
+
n("update:filter", c);
|
|
2871
2867
|
}
|
|
2872
|
-
return (
|
|
2873
|
-
var
|
|
2874
|
-
const
|
|
2875
|
-
return
|
|
2876
|
-
u("div",
|
|
2877
|
-
|
|
2878
|
-
icon: (
|
|
2868
|
+
return (g, c) => {
|
|
2869
|
+
var h;
|
|
2870
|
+
const b = K("icon");
|
|
2871
|
+
return i(), v("div", eo, [
|
|
2872
|
+
u("div", lo, [
|
|
2873
|
+
y(b, {
|
|
2874
|
+
icon: (h = a(r)) == null ? void 0 : h.icon,
|
|
2879
2875
|
class: "cl-text-grey-4 cl-text-lg"
|
|
2880
2876
|
}, null, 8, ["icon"])
|
|
2881
2877
|
]),
|
|
2882
2878
|
u("div", {
|
|
2883
|
-
class:
|
|
2879
|
+
class: I(["cl-absolute cl-bg-white cl-border cl-border-grey-0 cl-flex-wrap cl-font-normal cl-h-0 cl-hidden cl-rounded cl-shadow-lg cl-text-left cl-text-xs cl-top-10 cl-z-10 group-hover:cl-flex group-hover:cl-h-auto group-hover:cl-w-52", {
|
|
2884
2880
|
"cl-left-0": e.firstHalf,
|
|
2885
2881
|
"cl--left-44": !e.firstHalf
|
|
2886
2882
|
}])
|
|
2887
2883
|
}, [
|
|
2888
|
-
u("strong",
|
|
2889
|
-
(
|
|
2890
|
-
var
|
|
2891
|
-
return
|
|
2884
|
+
u("strong", to, x(a(l)("grid.availableMethods")), 1),
|
|
2885
|
+
(i(!0), v(U, null, te(a(o), (m, f) => {
|
|
2886
|
+
var p;
|
|
2887
|
+
return i(), v("span", {
|
|
2892
2888
|
key: f,
|
|
2893
|
-
class:
|
|
2894
|
-
"cl-bg-off-white":
|
|
2889
|
+
class: I(["cl-cursor-pointer cl-px-4 cl-py-1 cl-transition-colors cl-w-full hover:cl-bg-grey-0", {
|
|
2890
|
+
"cl-bg-off-white": m.method === ((p = a(r)) == null ? void 0 : p.method)
|
|
2895
2891
|
}]),
|
|
2896
|
-
onClick: Y((
|
|
2892
|
+
onClick: Y((d) => s(m.method), ["prevent"])
|
|
2897
2893
|
}, [
|
|
2898
|
-
le(x(
|
|
2899
|
-
|
|
2900
|
-
icon:
|
|
2894
|
+
le(x(m.description) + " ", 1),
|
|
2895
|
+
y(b, {
|
|
2896
|
+
icon: m.icon,
|
|
2901
2897
|
class: "cl-float-right cl-text-grey-4 cl-text-sm"
|
|
2902
2898
|
}, null, 8, ["icon"])
|
|
2903
|
-
], 10,
|
|
2899
|
+
], 10, no);
|
|
2904
2900
|
}), 128))
|
|
2905
2901
|
], 2)
|
|
2906
2902
|
]);
|
|
2907
2903
|
};
|
|
2908
2904
|
}
|
|
2909
|
-
}),
|
|
2905
|
+
}), ao = {
|
|
2910
2906
|
key: 0,
|
|
2911
2907
|
class: "cl-border cl-border-grey-2 cl-flex cl-h-[2rem] cl-overflow-hidden cl-rounded-md lg:cl-h-[2.6rem] lg:cl-overflow-visible"
|
|
2912
|
-
},
|
|
2908
|
+
}, co = /* @__PURE__ */ u("option", { value: void 0 }, null, -1), so = ["selected"], io = ["selected"], ro = /* @__PURE__ */ D({
|
|
2913
2909
|
__name: "cl-ui-grid-filter",
|
|
2914
2910
|
props: {
|
|
2915
2911
|
filter: null,
|
|
@@ -2919,299 +2915,281 @@ const Xn = {
|
|
|
2919
2915
|
emits: ["update:filter"],
|
|
2920
2916
|
setup(e, { emit: n }) {
|
|
2921
2917
|
const t = e, { locale: l, t: o } = ae();
|
|
2922
|
-
function
|
|
2923
|
-
return t.column.type === "string" || t.column.slotType === "string" ?
|
|
2918
|
+
function r() {
|
|
2919
|
+
return t.column.type === "string" || t.column.slotType === "string" ? pe.CONTAINS : t.column.type === "datetime" || t.column.slotType === "datetime" ? pe.LESS_THAN : pe.EQUAL;
|
|
2924
2920
|
}
|
|
2925
|
-
const
|
|
2921
|
+
const s = E({
|
|
2926
2922
|
get: () => t.filter,
|
|
2927
|
-
set: (
|
|
2928
|
-
}),
|
|
2929
|
-
var
|
|
2930
|
-
return ((
|
|
2931
|
-
}),
|
|
2932
|
-
function
|
|
2933
|
-
var
|
|
2934
|
-
let
|
|
2935
|
-
const
|
|
2936
|
-
if (
|
|
2937
|
-
S = ((
|
|
2938
|
-
else if (
|
|
2939
|
-
const ce =
|
|
2940
|
-
|
|
2923
|
+
set: (d) => n("update:filter", d)
|
|
2924
|
+
}), g = E(() => {
|
|
2925
|
+
var d;
|
|
2926
|
+
return ((d = s.value) == null ? void 0 : d.filterValue) ?? "";
|
|
2927
|
+
}), c = E(() => g.value !== "" ? new Date(g.value) : null), b = E(() => Intl.NumberFormat(l.value).format(1.1).replace(/[0-9]+/g, "")), h = E(() => He(t.column));
|
|
2928
|
+
function m(d, w) {
|
|
2929
|
+
var G;
|
|
2930
|
+
let $, S = !1;
|
|
2931
|
+
const V = ((d == null ? void 0 : d.value) ?? w).trim();
|
|
2932
|
+
if (s.value)
|
|
2933
|
+
S = ((G = s.value) == null ? void 0 : G.filterValue) === V, $ = me(s.value), $.filterValue = V;
|
|
2934
|
+
else if (V !== "" && typeof t.column.field < "u") {
|
|
2935
|
+
const ce = r();
|
|
2936
|
+
$ = {
|
|
2941
2937
|
filterOnColumn: t.column.field,
|
|
2942
|
-
filterMethod:
|
|
2938
|
+
filterMethod: pe[ce],
|
|
2943
2939
|
filterOperation: ce,
|
|
2944
|
-
filterValue:
|
|
2940
|
+
filterValue: V
|
|
2945
2941
|
};
|
|
2946
2942
|
} else
|
|
2947
2943
|
return;
|
|
2948
|
-
S === !1 && (
|
|
2944
|
+
S === !1 && (s.value = $);
|
|
2949
2945
|
}
|
|
2950
|
-
function f(
|
|
2951
|
-
let
|
|
2952
|
-
t.column.format === ne.INTEGER ? (typeof
|
|
2946
|
+
function f(d) {
|
|
2947
|
+
let w = "";
|
|
2948
|
+
t.column.format === ne.INTEGER ? (typeof d == "string" && (d = parseInt(d)), w = Math.round(d).toString()) : (typeof d == "string" && (d = parseFloat(d.replace(b.value, "."))), w = d.toString()), typeof w == "number" && isNaN(w) && (w = ""), m(null, w.toString());
|
|
2953
2949
|
}
|
|
2954
|
-
function d
|
|
2955
|
-
|
|
2950
|
+
function p(d) {
|
|
2951
|
+
m(null, (d == null ? void 0 : d.toISOString()) ?? "");
|
|
2956
2952
|
}
|
|
2957
|
-
return (
|
|
2958
|
-
|
|
2959
|
-
filter: a(
|
|
2960
|
-
"onUpdate:filter":
|
|
2953
|
+
return (d, w) => a(h) ? (i(), v("div", ao, [
|
|
2954
|
+
y(oo, {
|
|
2955
|
+
filter: a(s),
|
|
2956
|
+
"onUpdate:filter": w[0] || (w[0] = ($) => ye(s) ? s.value = $ : null),
|
|
2961
2957
|
column: e.column,
|
|
2962
|
-
"default-operation":
|
|
2958
|
+
"default-operation": r(),
|
|
2963
2959
|
"first-half": e.firstHalf
|
|
2964
2960
|
}, null, 8, ["filter", "column", "default-operation", "first-half"]),
|
|
2965
|
-
e.column.type === "boolean" || e.column.slotType === "boolean" ? (
|
|
2961
|
+
e.column.type === "boolean" || e.column.slotType === "boolean" ? (i(), v("select", {
|
|
2966
2962
|
key: 0,
|
|
2967
2963
|
class: "cl-border-none cl-w-full",
|
|
2968
|
-
onChange:
|
|
2964
|
+
onChange: w[1] || (w[1] = ($) => m($.target))
|
|
2969
2965
|
}, [
|
|
2970
|
-
|
|
2966
|
+
co,
|
|
2971
2967
|
u("option", {
|
|
2972
2968
|
value: "true",
|
|
2973
|
-
selected: a(
|
|
2974
|
-
}, x(a(o)("grid.true")), 9,
|
|
2969
|
+
selected: a(g) === "true"
|
|
2970
|
+
}, x(a(o)("grid.true")), 9, so),
|
|
2975
2971
|
u("option", {
|
|
2976
2972
|
value: "false",
|
|
2977
|
-
selected: a(
|
|
2978
|
-
}, x(a(o)("grid.false")), 9,
|
|
2979
|
-
], 32)) : e.column.type === "date" || e.column.type === "datetime" || e.column.slotType === "date" || e.column.slotType === "datetime" ? (
|
|
2973
|
+
selected: a(g) === "false"
|
|
2974
|
+
}, x(a(o)("grid.false")), 9, io)
|
|
2975
|
+
], 32)) : e.column.type === "date" || e.column.type === "datetime" || e.column.slotType === "date" || e.column.slotType === "datetime" ? (i(), B(fe, {
|
|
2980
2976
|
key: 1,
|
|
2981
|
-
"model-value": a(
|
|
2977
|
+
"model-value": a(c),
|
|
2982
2978
|
class: "!cl-h-[2rem] !cl-text-xs cl-border-none cl-mb-0 cl-w-full lg:!cl-h-[2.5rem] lg:!cl-text-base",
|
|
2983
2979
|
min: "1900-01-01",
|
|
2984
2980
|
max: "2999-12-31T23:59",
|
|
2985
2981
|
label: e.column.caption,
|
|
2986
2982
|
"show-label": !1,
|
|
2987
2983
|
"input-type": e.column.type,
|
|
2988
|
-
"onUpdate:modelValue":
|
|
2989
|
-
}, null, 8, ["model-value", "label", "input-type"])) : e.column.type === "number" || e.column.slotType === "number" ? (
|
|
2984
|
+
"onUpdate:modelValue": w[2] || (w[2] = ($) => p($))
|
|
2985
|
+
}, null, 8, ["model-value", "label", "input-type"])) : e.column.type === "number" || e.column.slotType === "number" ? (i(), B(fe, {
|
|
2990
2986
|
key: 2,
|
|
2991
|
-
"model-value": a(
|
|
2987
|
+
"model-value": a(g),
|
|
2992
2988
|
class: "!cl-h-[2rem] !cl-text-xs cl-border-none cl-mb-0 cl-w-full lg:!cl-h-[2.5rem] lg:!cl-text-base",
|
|
2993
2989
|
"input-type": "number",
|
|
2994
2990
|
"show-arrows": !1,
|
|
2995
|
-
onInput:
|
|
2996
|
-
}, null, 8, ["model-value"])) : e.column.type !== "slot" || e.column.slotType === "string" ? (
|
|
2991
|
+
onInput: w[3] || (w[3] = ($, S) => f(S))
|
|
2992
|
+
}, null, 8, ["model-value"])) : e.column.type !== "slot" || e.column.slotType === "string" ? (i(), B(fe, {
|
|
2997
2993
|
key: 3,
|
|
2998
|
-
"model-value": a(
|
|
2994
|
+
"model-value": a(g),
|
|
2999
2995
|
class: "!cl-h-[2rem] !cl-text-xs cl-border-none cl-mb-0 cl-w-full lg:!cl-h-[2.5rem] lg:!cl-text-base",
|
|
3000
2996
|
"input-type": "text",
|
|
3001
|
-
onInput:
|
|
3002
|
-
}, null, 8, ["model-value"])) :
|
|
3003
|
-
])) :
|
|
2997
|
+
onInput: w[4] || (w[4] = ($, S) => m(null, S))
|
|
2998
|
+
}, null, 8, ["model-value"])) : M("", !0)
|
|
2999
|
+
])) : M("", !0);
|
|
3004
3000
|
}
|
|
3005
|
-
}),
|
|
3001
|
+
}), uo = { class: "-cl-top-1 cl-bg-white cl-shadow-md cl-sticky cl-z-10 lg:cl-bg-transparent lg:cl-relative lg:cl-shadow-none" }, fo = { class: "cl-hidden lg:cl-table-row" }, mo = ["onClick"], go = { class: "cl-flex cl-justify-end cl-w-full lg:cl-hidden" }, bo = { class: "cl-col-span-2 lg:cl-hidden" }, vo = ["onClick"], ho = { class: "cl-font-normal cl-mr-1" }, po = /* @__PURE__ */ D({
|
|
3006
3002
|
__name: "cl-ui-grid-header",
|
|
3007
3003
|
props: {
|
|
3008
3004
|
request: null,
|
|
3009
|
-
editMode: { type: Boolean },
|
|
3010
3005
|
columns: null,
|
|
3011
|
-
options: null
|
|
3006
|
+
options: null,
|
|
3007
|
+
filterPanelOpen: { type: Boolean }
|
|
3012
3008
|
},
|
|
3013
|
-
emits: ["update:request", "update:
|
|
3009
|
+
emits: ["update:request", "update:filterPanelOpen"],
|
|
3014
3010
|
setup(e, { emit: n }) {
|
|
3015
|
-
const t = e, { t: l } = ae(), o =
|
|
3011
|
+
const t = e, { t: l } = ae(), o = E({
|
|
3016
3012
|
get: () => t.request,
|
|
3017
|
-
set: (
|
|
3013
|
+
set: (c) => n("update:request", c)
|
|
3018
3014
|
});
|
|
3019
|
-
function c
|
|
3020
|
-
var
|
|
3021
|
-
return ((
|
|
3022
|
-
}
|
|
3023
|
-
function
|
|
3024
|
-
if (typeof
|
|
3025
|
-
const
|
|
3026
|
-
|
|
3027
|
-
sortOnColumn:
|
|
3015
|
+
function r(c, b) {
|
|
3016
|
+
var h, m;
|
|
3017
|
+
return ((h = o.value.sort) == null ? void 0 : h.sortOnColumn) === c.field && ((m = o.value.sort) == null ? void 0 : m.sortByAscending) === b;
|
|
3018
|
+
}
|
|
3019
|
+
function s(c) {
|
|
3020
|
+
if (typeof c < "u") {
|
|
3021
|
+
const b = me(t.request);
|
|
3022
|
+
b.sort === null || b.sort.sortOnColumn !== c ? b.sort = {
|
|
3023
|
+
sortOnColumn: c,
|
|
3028
3024
|
sortByAscending: !0
|
|
3029
|
-
} :
|
|
3025
|
+
} : b.sort.sortOnColumn === c && b.sort.sortByAscending === !0 ? b.sort.sortByAscending = !1 : b.sort = null, o.value = b;
|
|
3030
3026
|
}
|
|
3031
3027
|
}
|
|
3032
|
-
function
|
|
3033
|
-
if (
|
|
3034
|
-
const
|
|
3035
|
-
|
|
3028
|
+
function g(c) {
|
|
3029
|
+
if (c) {
|
|
3030
|
+
const b = me(o.value), h = b.filters.findIndex((m) => m.filterOnColumn === c.filterOnColumn);
|
|
3031
|
+
h > -1 ? b.filters[h] = c : b.filters.push(c), b.pageNumber = 1, o.value = b;
|
|
3036
3032
|
}
|
|
3037
3033
|
}
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
"edit-mode": a(h),
|
|
3047
|
-
"onUpdate:edit-mode": g[0] || (g[0] = (d) => be(h) ? h.value = d : null),
|
|
3048
|
-
"filter-panel-open": o.value,
|
|
3049
|
-
"onUpdate:filter-panel-open": g[1] || (g[1] = (d) => o.value = d),
|
|
3050
|
-
columns: e.columns,
|
|
3051
|
-
options: e.options,
|
|
3052
|
-
onClearFilters: g[2] || (g[2] = (d) => p.$emit("clear-filters"))
|
|
3053
|
-
}, {
|
|
3054
|
-
"view-manager": B(() => [
|
|
3055
|
-
O(p.$slots, "view-manager")
|
|
3056
|
-
]),
|
|
3057
|
-
_: 3
|
|
3058
|
-
}, 8, ["edit-mode", "filter-panel-open", "columns", "options"]),
|
|
3059
|
-
u("tr", mo, [
|
|
3060
|
-
(s(!0), v(P, null, te(e.columns, (d, m) => (s(), v("th", {
|
|
3061
|
-
key: m,
|
|
3062
|
-
class: M(["cl-text-grey-3 cl-text-sm", {
|
|
3063
|
-
"cl-cursor-pointer": a(Ae)(d)
|
|
3034
|
+
return (c, b) => {
|
|
3035
|
+
const h = K("icon");
|
|
3036
|
+
return i(), v("thead", uo, [
|
|
3037
|
+
u("tr", fo, [
|
|
3038
|
+
(i(!0), v(U, null, te(e.columns, (m, f) => (i(), v("th", {
|
|
3039
|
+
key: f,
|
|
3040
|
+
class: I(["cl-text-grey-3 cl-text-sm", {
|
|
3041
|
+
"cl-cursor-pointer": a(Ae)(m)
|
|
3064
3042
|
}]),
|
|
3065
|
-
onClick: (
|
|
3043
|
+
onClick: (p) => a(Ae)(m) ? s(m.field) : () => {
|
|
3066
3044
|
}
|
|
3067
3045
|
}, [
|
|
3068
|
-
le(x(
|
|
3069
|
-
q(
|
|
3046
|
+
le(x(m.caption) + " ", 1),
|
|
3047
|
+
q(y(h, {
|
|
3070
3048
|
class: "cl-inline-block",
|
|
3071
3049
|
icon: "ph:caret-up"
|
|
3072
3050
|
}, null, 512), [
|
|
3073
|
-
[R,
|
|
3051
|
+
[R, r(m, !0)]
|
|
3074
3052
|
]),
|
|
3075
|
-
q(
|
|
3053
|
+
q(y(h, {
|
|
3076
3054
|
class: "cl-inline-block",
|
|
3077
3055
|
icon: "ph:caret-down"
|
|
3078
3056
|
}, null, 512), [
|
|
3079
|
-
[R,
|
|
3057
|
+
[R, r(m, !1)]
|
|
3080
3058
|
])
|
|
3081
|
-
], 10,
|
|
3059
|
+
], 10, mo))), 128))
|
|
3082
3060
|
]),
|
|
3083
3061
|
u("tr", {
|
|
3084
|
-
class:
|
|
3085
|
-
"cl-hidden lg:cl-table-row": !
|
|
3062
|
+
class: I(["cl-flex cl-flex-wrap lg:cl-table-row", {
|
|
3063
|
+
"cl-hidden lg:cl-table-row": !e.filterPanelOpen
|
|
3086
3064
|
}])
|
|
3087
3065
|
}, [
|
|
3088
|
-
u("div",
|
|
3089
|
-
|
|
3066
|
+
u("div", go, [
|
|
3067
|
+
y(h, {
|
|
3090
3068
|
class: "cl-text-grey-4",
|
|
3091
3069
|
icon: "ph:x",
|
|
3092
3070
|
size: 16,
|
|
3093
|
-
onClick:
|
|
3071
|
+
onClick: b[0] || (b[0] = Y((m) => c.$emit("update:filterPanelOpen", !1), ["prevent"]))
|
|
3094
3072
|
})
|
|
3095
3073
|
]),
|
|
3096
|
-
(
|
|
3097
|
-
key:
|
|
3098
|
-
class:
|
|
3099
|
-
"cl-hidden lg:cl-table-cell": !a(He)(
|
|
3074
|
+
(i(!0), v(U, null, te(e.columns, (m, f) => (i(), v("th", {
|
|
3075
|
+
key: f,
|
|
3076
|
+
class: I(["cl-grid cl-grid-cols-4 cl-py-1 cl-text-xs cl-w-full lg:cl-table-cell lg:cl-w-auto", {
|
|
3077
|
+
"cl-hidden lg:cl-table-cell": !a(He)(m)
|
|
3100
3078
|
}])
|
|
3101
3079
|
}, [
|
|
3102
|
-
u("div",
|
|
3103
|
-
a(Ae)(
|
|
3080
|
+
u("div", bo, x(m.caption), 1),
|
|
3081
|
+
a(Ae)(m) ? (i(), v("div", {
|
|
3104
3082
|
key: 0,
|
|
3105
3083
|
class: "cl-col-span-2 cl-gap-1 cl-span lg:cl-hidden",
|
|
3106
|
-
onClick: (
|
|
3084
|
+
onClick: (p) => s(m.field)
|
|
3107
3085
|
}, [
|
|
3108
|
-
u("span",
|
|
3109
|
-
|
|
3086
|
+
u("span", ho, x(a(l)("grid.sortBy")), 1),
|
|
3087
|
+
r(m, !0) ? (i(), B(h, {
|
|
3110
3088
|
key: 0,
|
|
3111
3089
|
class: "cl-cursor-pointer cl-inline-block",
|
|
3112
3090
|
icon: "ph:caret-up"
|
|
3113
|
-
})) :
|
|
3091
|
+
})) : r(m, !1) ? (i(), B(h, {
|
|
3114
3092
|
key: 1,
|
|
3115
3093
|
class: "cl-cursor-pointer cl-inline-block",
|
|
3116
3094
|
icon: "ph:caret-down"
|
|
3117
|
-
})) : (
|
|
3095
|
+
})) : (i(), B(h, {
|
|
3118
3096
|
key: 2,
|
|
3119
3097
|
class: "cl-cursor-pointer cl-inline-block",
|
|
3120
3098
|
icon: "ph:minus"
|
|
3121
3099
|
}))
|
|
3122
|
-
], 8,
|
|
3123
|
-
|
|
3100
|
+
], 8, vo)) : M("", !0),
|
|
3101
|
+
y(ro, {
|
|
3124
3102
|
class: "cl-col-span-4",
|
|
3125
|
-
filter: a(
|
|
3126
|
-
column:
|
|
3127
|
-
"first-half":
|
|
3128
|
-
"onUpdate:filter":
|
|
3103
|
+
filter: a(o).filters.find((p) => p.filterOnColumn === m.field),
|
|
3104
|
+
column: m,
|
|
3105
|
+
"first-half": f <= e.columns.length / 2,
|
|
3106
|
+
"onUpdate:filter": g
|
|
3129
3107
|
}, null, 8, ["filter", "column", "first-half"])
|
|
3130
3108
|
], 2))), 128))
|
|
3131
3109
|
], 2)
|
|
3132
3110
|
]);
|
|
3133
3111
|
};
|
|
3134
3112
|
}
|
|
3135
|
-
}),
|
|
3113
|
+
}), yo = { class: "cl-fixed cl-flex cl-h-full cl-justify-end cl-right-0 cl-shadow-lg cl-top-0 cl-z-50" }, wo = { 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" }, xo = { class: "cl-mb-4 cl-text-2xl cl-text-off-white" }, $o = { class: "cl-border-grey-3 cl-border-t cl-flex cl-flex-wrap cl-text-sm cl-w-full" }, ko = { class: "cl-border-b cl-border-grey-2 cl-flex cl-py-2 cl-text-sm cl-w-full" }, To = { class: "cl-flex-1 cl-py-2" }, Co = { class: "cl-py-2 cl-w-1/4" }, So = { class: "cl-py-2 cl-w-1/5" }, Oo = { class: "cl-flex-1 cl-py-2" }, Eo = { class: "cl-py-2 cl-w-1/4" }, jo = { class: "cl-py-2 cl-text-off-white cl-w-1/5" }, Ao = { key: 1 }, Mo = {
|
|
3136
3114
|
inheritAttrs: !1
|
|
3137
|
-
},
|
|
3138
|
-
...
|
|
3115
|
+
}, Io = /* @__PURE__ */ D({
|
|
3116
|
+
...Mo,
|
|
3139
3117
|
__name: "cl-ui-grid-view-manager",
|
|
3140
3118
|
props: {
|
|
3141
3119
|
columns: null
|
|
3142
3120
|
},
|
|
3143
3121
|
emits: ["update:columns"],
|
|
3144
3122
|
setup(e, { emit: n }) {
|
|
3145
|
-
const t = e, { t: l } = ae(), o =
|
|
3146
|
-
function
|
|
3147
|
-
|
|
3123
|
+
const t = e, { t: l } = ae(), o = O(!1);
|
|
3124
|
+
function r(c, b, h) {
|
|
3125
|
+
h < c.length && h >= 0 && c.splice(h, 0, c.splice(b, 1)[0]);
|
|
3148
3126
|
}
|
|
3149
|
-
function c
|
|
3150
|
-
const
|
|
3151
|
-
f >= 0 && (
|
|
3127
|
+
function s(c, b) {
|
|
3128
|
+
const h = me(t.columns), m = (c == null ? void 0 : c.checked) ?? !1, f = h.findIndex((p) => p.name === b.name);
|
|
3129
|
+
f >= 0 && (h[f].visible = m), n("update:columns", h);
|
|
3152
3130
|
}
|
|
3153
|
-
function
|
|
3154
|
-
const
|
|
3155
|
-
|
|
3131
|
+
function g(c, b) {
|
|
3132
|
+
const h = me(t.columns), m = b === "up" ? c + 1 : c - 1;
|
|
3133
|
+
r(h, c, m), n("update:columns", h);
|
|
3156
3134
|
}
|
|
3157
|
-
return (
|
|
3158
|
-
const
|
|
3159
|
-
return
|
|
3160
|
-
|
|
3135
|
+
return (c, b) => {
|
|
3136
|
+
const h = K("icon");
|
|
3137
|
+
return i(), v(U, null, [
|
|
3138
|
+
y(we, be(c.$attrs, {
|
|
3161
3139
|
class: "cl-w-full",
|
|
3162
3140
|
size: "small",
|
|
3163
|
-
onClick:
|
|
3141
|
+
onClick: b[0] || (b[0] = Y((m) => o.value = !0, ["prevent"]))
|
|
3164
3142
|
}), {
|
|
3165
|
-
default:
|
|
3143
|
+
default: z(() => [
|
|
3166
3144
|
le(x(a(l)("grid.manageView")), 1)
|
|
3167
3145
|
]),
|
|
3168
3146
|
_: 1
|
|
3169
3147
|
}, 16),
|
|
3170
|
-
(
|
|
3171
|
-
|
|
3172
|
-
default:
|
|
3173
|
-
q(u("div",
|
|
3174
|
-
u("div",
|
|
3175
|
-
|
|
3148
|
+
(i(), B(Fe, { to: "body" }, [
|
|
3149
|
+
y($e, { name: "slide-left" }, {
|
|
3150
|
+
default: z(() => [
|
|
3151
|
+
q(u("div", yo, [
|
|
3152
|
+
u("div", wo, [
|
|
3153
|
+
y(h, {
|
|
3176
3154
|
class: "cl-absolute cl-cursor-pointer cl-right-3 cl-text-off-white cl-top-3",
|
|
3177
3155
|
icon: "ph:x",
|
|
3178
3156
|
size: 16,
|
|
3179
|
-
onClick:
|
|
3157
|
+
onClick: b[1] || (b[1] = (m) => o.value = !1)
|
|
3180
3158
|
}),
|
|
3181
|
-
u("h3",
|
|
3182
|
-
u("ul",
|
|
3183
|
-
u("li",
|
|
3184
|
-
u("strong",
|
|
3185
|
-
u("strong",
|
|
3186
|
-
u("strong",
|
|
3159
|
+
u("h3", xo, x(a(l)("grid.manageView")), 1),
|
|
3160
|
+
u("ul", $o, [
|
|
3161
|
+
u("li", ko, [
|
|
3162
|
+
u("strong", To, x(a(l)("grid.column")), 1),
|
|
3163
|
+
u("strong", Co, x(a(l)("grid.visible")), 1),
|
|
3164
|
+
u("strong", So, x(a(l)("grid.order")), 1)
|
|
3187
3165
|
]),
|
|
3188
|
-
(
|
|
3166
|
+
(i(!0), v(U, null, te(e.columns, (m, f) => (i(), v("li", {
|
|
3189
3167
|
key: f,
|
|
3190
3168
|
class: "cl-border-b cl-border-grey-2 cl-flex cl-py-2 cl-text-sm cl-w-full"
|
|
3191
3169
|
}, [
|
|
3192
|
-
u("div", Oo, x(
|
|
3193
|
-
u("div",
|
|
3194
|
-
|
|
3195
|
-
"model-value":
|
|
3170
|
+
u("div", Oo, x(m.caption), 1),
|
|
3171
|
+
u("div", Eo, [
|
|
3172
|
+
y(fe, {
|
|
3173
|
+
"model-value": m.visible === void 0 || m.visible === !0,
|
|
3196
3174
|
"input-type": "checkbox",
|
|
3197
|
-
onClick: (
|
|
3175
|
+
onClick: (p) => s(p.target, m)
|
|
3198
3176
|
}, null, 8, ["model-value", "onClick"])
|
|
3199
3177
|
]),
|
|
3200
|
-
u("div",
|
|
3201
|
-
|
|
3202
|
-
f !== 0 ? (
|
|
3178
|
+
u("div", jo, [
|
|
3179
|
+
m.visible === void 0 || m.visible === !0 ? (i(), v(U, { key: 0 }, [
|
|
3180
|
+
f !== 0 ? (i(), B(h, {
|
|
3203
3181
|
key: 0,
|
|
3204
3182
|
class: "cl-cursor-pointer cl-inline-block cl-mr-2",
|
|
3205
3183
|
icon: "ph:arrow-left",
|
|
3206
|
-
onClick: (
|
|
3207
|
-
}, null, 8, ["onClick"])) :
|
|
3208
|
-
f !== e.columns.length - 1 ? (
|
|
3184
|
+
onClick: (p) => g(f, "down")
|
|
3185
|
+
}, null, 8, ["onClick"])) : M("", !0),
|
|
3186
|
+
f !== e.columns.length - 1 ? (i(), B(h, {
|
|
3209
3187
|
key: 1,
|
|
3210
3188
|
class: "cl-cursor-pointer cl-inline-block",
|
|
3211
3189
|
icon: "ph:arrow-right",
|
|
3212
|
-
onClick: (
|
|
3213
|
-
}, null, 8, ["onClick"])) :
|
|
3214
|
-
], 64)) : (
|
|
3190
|
+
onClick: (p) => g(f, "up")
|
|
3191
|
+
}, null, 8, ["onClick"])) : M("", !0)
|
|
3192
|
+
], 64)) : (i(), v("em", Ao, x(a(l)("grid.hidden")), 1))
|
|
3215
3193
|
])
|
|
3216
3194
|
]))), 128))
|
|
3217
3195
|
])
|
|
@@ -3226,7 +3204,7 @@ const Xn = {
|
|
|
3226
3204
|
], 64);
|
|
3227
3205
|
};
|
|
3228
3206
|
}
|
|
3229
|
-
}),
|
|
3207
|
+
}), No = { class: "cl-min-h-screen cl-relative cl-w-full lg:cl-min-h-fit" }, Do = { class: "cl-absolute cl-flex cl-items-center cl-justify-center cl-min-h-full cl-p-32 cl-w-full" }, qo = { class: "cl-overflow-x-auto cl-overscroll-x-none cl-pt-1" }, Ro = { class: "cl-hidden lg:cl-table-column-group" }, Po = /* @__PURE__ */ D({
|
|
3230
3208
|
__name: "cl-ui-grid",
|
|
3231
3209
|
props: {
|
|
3232
3210
|
columns: null,
|
|
@@ -3240,114 +3218,124 @@ const Xn = {
|
|
|
3240
3218
|
const t = e, l = E({
|
|
3241
3219
|
get: () => t.columns,
|
|
3242
3220
|
set: (d) => n("update:columns", d)
|
|
3243
|
-
}), o = E(() => l.value.filter((d) => d.visible ?? !0)),
|
|
3244
|
-
function
|
|
3221
|
+
}), o = E(() => l.value.filter((d) => d.visible ?? !0)), r = O({});
|
|
3222
|
+
function s() {
|
|
3245
3223
|
const d = {};
|
|
3246
|
-
window.innerWidth >= 1024 && l.value.forEach((
|
|
3247
|
-
const
|
|
3248
|
-
d[`${
|
|
3249
|
-
}),
|
|
3250
|
-
}
|
|
3251
|
-
function
|
|
3252
|
-
return
|
|
3253
|
-
}
|
|
3254
|
-
|
|
3255
|
-
window.addEventListener("resize",
|
|
3256
|
-
}),
|
|
3257
|
-
const
|
|
3224
|
+
window.innerWidth >= 1024 && l.value.forEach((w) => {
|
|
3225
|
+
const $ = w.width ? `${w.width}px` : "";
|
|
3226
|
+
d[`${w.name}`] = `width: ${$}; min-width: ${$};`;
|
|
3227
|
+
}), r.value = d;
|
|
3228
|
+
}
|
|
3229
|
+
function g(d) {
|
|
3230
|
+
return r.value[d] ?? "";
|
|
3231
|
+
}
|
|
3232
|
+
Oe(() => {
|
|
3233
|
+
window.addEventListener("resize", s), s();
|
|
3234
|
+
}), Ue(() => window.removeEventListener("resize", s));
|
|
3235
|
+
const c = E({
|
|
3258
3236
|
get: () => t.request,
|
|
3259
3237
|
set: (d) => n("update:request", d)
|
|
3260
3238
|
});
|
|
3261
|
-
function
|
|
3262
|
-
const d = me(
|
|
3263
|
-
d.pageNumber = 1, d.filters = [],
|
|
3239
|
+
function b() {
|
|
3240
|
+
const d = me(c.value);
|
|
3241
|
+
d.pageNumber = 1, d.filters = [], c.value = d;
|
|
3264
3242
|
}
|
|
3265
|
-
const
|
|
3266
|
-
|
|
3243
|
+
const h = al(() => n("data-request"), 750);
|
|
3244
|
+
J(c, h, {
|
|
3267
3245
|
deep: !0,
|
|
3268
3246
|
immediate: !0
|
|
3269
3247
|
});
|
|
3270
|
-
const
|
|
3271
|
-
return
|
|
3248
|
+
const m = E(() => t.data), f = O(!1), p = O(!1);
|
|
3249
|
+
return J(f, () => {
|
|
3272
3250
|
f.value ? n("edit-start") : n("edit-end");
|
|
3273
|
-
}), (d,
|
|
3274
|
-
|
|
3275
|
-
default:
|
|
3276
|
-
q(u("div",
|
|
3277
|
-
|
|
3251
|
+
}), (d, w) => (i(), v("div", No, [
|
|
3252
|
+
y($e, { name: "fade" }, {
|
|
3253
|
+
default: z(() => [
|
|
3254
|
+
q(u("div", Do, [
|
|
3255
|
+
y(Ge)
|
|
3278
3256
|
], 512), [
|
|
3279
3257
|
[R, e.loading]
|
|
3280
3258
|
])
|
|
3281
3259
|
]),
|
|
3282
3260
|
_: 1
|
|
3283
3261
|
}),
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3262
|
+
y(mn, {
|
|
3263
|
+
"edit-mode": f.value,
|
|
3264
|
+
"onUpdate:edit-mode": w[1] || (w[1] = ($) => f.value = $),
|
|
3265
|
+
"filter-panel-open": p.value,
|
|
3266
|
+
"onUpdate:filter-panel-open": w[2] || (w[2] = ($) => p.value = $),
|
|
3267
|
+
columns: e.columns,
|
|
3268
|
+
options: e.options,
|
|
3269
|
+
onClearFilters: b
|
|
3270
|
+
}, {
|
|
3271
|
+
"view-manager": z(() => [
|
|
3272
|
+
y(Io, {
|
|
3273
|
+
columns: a(l),
|
|
3274
|
+
"onUpdate:columns": w[0] || (w[0] = ($) => ye(l) ? l.value = $ : null)
|
|
3275
|
+
}, null, 8, ["columns"])
|
|
3295
3276
|
]),
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
}, null,
|
|
3277
|
+
_: 1
|
|
3278
|
+
}, 8, ["edit-mode", "filter-panel-open", "columns", "options"]),
|
|
3279
|
+
u("div", qo, [
|
|
3280
|
+
u("table", {
|
|
3281
|
+
class: I(["cl-delay-75 cl-overflow-x-auto cl-overscroll-x-none cl-text-left cl-transition-opacity cl-w-full", {
|
|
3282
|
+
"cl-opacity-40": e.loading
|
|
3283
|
+
}])
|
|
3284
|
+
}, [
|
|
3285
|
+
u("colgroup", Ro, [
|
|
3286
|
+
(i(!0), v(U, null, te(a(o), ($, S) => (i(), v("col", {
|
|
3287
|
+
key: S,
|
|
3288
|
+
style: nl(g($.name)),
|
|
3289
|
+
span: 1
|
|
3290
|
+
}, null, 4))), 128))
|
|
3310
3291
|
]),
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
"
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
])
|
|
3329
|
-
}
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3292
|
+
y(po, {
|
|
3293
|
+
request: a(c),
|
|
3294
|
+
"onUpdate:request": w[3] || (w[3] = ($) => ye(c) ? c.value = $ : null),
|
|
3295
|
+
"filter-panel-open": p.value,
|
|
3296
|
+
"onUpdate:filter-panel-open": w[4] || (w[4] = ($) => p.value = $),
|
|
3297
|
+
columns: a(o),
|
|
3298
|
+
options: e.options
|
|
3299
|
+
}, null, 8, ["request", "filter-panel-open", "columns", "options"]),
|
|
3300
|
+
y(Cn, {
|
|
3301
|
+
columns: a(o),
|
|
3302
|
+
request: a(c),
|
|
3303
|
+
data: a(m),
|
|
3304
|
+
loading: e.loading,
|
|
3305
|
+
"edit-mode": f.value,
|
|
3306
|
+
"selection-enabled": e.options.rowSelectionEnabled,
|
|
3307
|
+
onClearFilters: b,
|
|
3308
|
+
onRowEdit: w[5] || (w[5] = ($) => d.$emit("row-edit", $)),
|
|
3309
|
+
onRowSelect: w[6] || (w[6] = ($) => d.$emit("row-select", $))
|
|
3310
|
+
}, Ve({ _: 2 }, [
|
|
3311
|
+
te(d.$slots, ($, S) => ({
|
|
3312
|
+
name: S,
|
|
3313
|
+
fn: z((V) => [
|
|
3314
|
+
j(d.$slots, S, oe(ie(V)))
|
|
3315
|
+
])
|
|
3316
|
+
}))
|
|
3317
|
+
]), 1032, ["columns", "request", "data", "loading", "edit-mode", "selection-enabled"])
|
|
3318
|
+
], 2)
|
|
3319
|
+
]),
|
|
3320
|
+
y(Fn, {
|
|
3321
|
+
request: a(c),
|
|
3322
|
+
"onUpdate:request": w[7] || (w[7] = ($) => ye(c) ? c.value = $ : null),
|
|
3335
3323
|
data: e.data
|
|
3336
3324
|
}, null, 8, ["request", "data"])
|
|
3337
3325
|
]));
|
|
3338
3326
|
}
|
|
3339
|
-
}),
|
|
3327
|
+
}), Uo = { 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" }, Bo = /* @__PURE__ */ D({
|
|
3340
3328
|
__name: "cl-ui-header",
|
|
3341
3329
|
emits: ["open-click"],
|
|
3342
3330
|
setup(e) {
|
|
3343
|
-
return (n, t) => (
|
|
3344
|
-
|
|
3331
|
+
return (n, t) => (i(), v("header", Uo, [
|
|
3332
|
+
j(n.$slots, "logo"),
|
|
3345
3333
|
u("div", {
|
|
3346
3334
|
class: "cl-cursor-pointer cl-flex cl-flex-nowrap",
|
|
3347
3335
|
onClick: t[0] || (t[0] = (l) => n.$emit("open-click"))
|
|
3348
3336
|
}, [
|
|
3349
|
-
|
|
3350
|
-
|
|
3337
|
+
j(n.$slots, "menu"),
|
|
3338
|
+
j(n.$slots, "icon")
|
|
3351
3339
|
])
|
|
3352
3340
|
]));
|
|
3353
3341
|
}
|
|
@@ -3367,24 +3355,24 @@ const Xn = {
|
|
|
3367
3355
|
},
|
|
3368
3356
|
emits: ["update:is-open"],
|
|
3369
3357
|
setup(e, { emit: n }) {
|
|
3370
|
-
const t = e, l =
|
|
3358
|
+
const t = e, l = O();
|
|
3371
3359
|
cl(l, o);
|
|
3372
3360
|
function o() {
|
|
3373
3361
|
t.isOpen === !0 && n("update:is-open", !1);
|
|
3374
3362
|
}
|
|
3375
|
-
return (
|
|
3376
|
-
const
|
|
3377
|
-
return
|
|
3363
|
+
return (r, s) => {
|
|
3364
|
+
const g = K("icon");
|
|
3365
|
+
return i(), v("div", {
|
|
3378
3366
|
ref_key: "headerMenuElement",
|
|
3379
3367
|
ref: l,
|
|
3380
3368
|
class: "cl-bg-blue-light md:cl-relative"
|
|
3381
3369
|
}, [
|
|
3382
3370
|
u("div", zo, [
|
|
3383
|
-
e.image ? (
|
|
3371
|
+
e.image ? (i(), v("img", {
|
|
3384
3372
|
key: 0,
|
|
3385
3373
|
src: e.image,
|
|
3386
3374
|
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"
|
|
3387
|
-
}, null, 8, Lo)) : (
|
|
3375
|
+
}, null, 8, Lo)) : (i(), B(g, {
|
|
3388
3376
|
key: 1,
|
|
3389
3377
|
class: "cl-hidden cl-m-4 cl-text-white md:cl-block",
|
|
3390
3378
|
icon: "ph:user-circle",
|
|
@@ -3392,22 +3380,22 @@ const Xn = {
|
|
|
3392
3380
|
height: "48"
|
|
3393
3381
|
})),
|
|
3394
3382
|
u("div", Fo, [
|
|
3395
|
-
e.username ? (
|
|
3396
|
-
e.group ? (
|
|
3383
|
+
e.username ? (i(), v("div", Vo, x(e.username), 1)) : M("", !0),
|
|
3384
|
+
e.group ? (i(), v("div", Go, x(e.group), 1)) : M("", !0)
|
|
3397
3385
|
]),
|
|
3398
3386
|
u("div", Ho, [
|
|
3399
|
-
|
|
3400
|
-
class:
|
|
3387
|
+
y(g, {
|
|
3388
|
+
class: I(["cl-text-white cl-transform-gpu cl-transition-transform", {
|
|
3401
3389
|
"cl-rotate-180": e.isOpen
|
|
3402
3390
|
}]),
|
|
3403
3391
|
icon: "ph:caret-down"
|
|
3404
3392
|
}, null, 8, ["class"])
|
|
3405
3393
|
])
|
|
3406
3394
|
]),
|
|
3407
|
-
|
|
3408
|
-
default:
|
|
3395
|
+
y($e, { name: "fade" }, {
|
|
3396
|
+
default: z(() => [
|
|
3409
3397
|
q(u("div", Wo, [
|
|
3410
|
-
|
|
3398
|
+
j(r.$slots, "default")
|
|
3411
3399
|
], 512), [
|
|
3412
3400
|
[R, e.isOpen]
|
|
3413
3401
|
])
|
|
@@ -3466,38 +3454,38 @@ const Yo = {
|
|
|
3466
3454
|
},
|
|
3467
3455
|
emits: ["language-select"],
|
|
3468
3456
|
setup(e, { emit: n }) {
|
|
3469
|
-
const t = e, { locale: l } = ae(), o =
|
|
3470
|
-
function
|
|
3457
|
+
const t = e, { locale: l } = ae(), o = O(!1), r = E(() => t.supportedLanguages.find((c) => c.localeCode === l.value) ?? t.defaultLangauge), s = E(() => t.supportedLanguages.filter((c) => Le(c)).sort((c, b) => c.nativeName > b.nativeName ? 1 : b.nativeName > c.nativeName ? -1 : 0));
|
|
3458
|
+
function g() {
|
|
3471
3459
|
t.disabled || (o.value = !o.value);
|
|
3472
3460
|
}
|
|
3473
|
-
return
|
|
3474
|
-
|
|
3475
|
-
}), (
|
|
3461
|
+
return J(() => t.disabled, (c) => {
|
|
3462
|
+
c && (o.value = !1);
|
|
3463
|
+
}), (c, b) => a(r) !== null && a(Le)(a(r)) ? (i(), v("div", Yo, [
|
|
3476
3464
|
u("div", {
|
|
3477
|
-
class:
|
|
3465
|
+
class: I(["cl-flex cl-items-center", {
|
|
3478
3466
|
"cl-cursor-pointer": !e.disabled
|
|
3479
3467
|
}]),
|
|
3480
|
-
onClick:
|
|
3468
|
+
onClick: g
|
|
3481
3469
|
}, [
|
|
3482
3470
|
u("span", {
|
|
3483
|
-
class:
|
|
3471
|
+
class: I(["cl-font-semibold cl-text-xs", {
|
|
3484
3472
|
"cl-opacity-50": e.disabled
|
|
3485
3473
|
}])
|
|
3486
|
-
}, x(a(
|
|
3474
|
+
}, x(a(r).nativeName), 3)
|
|
3487
3475
|
], 2),
|
|
3488
|
-
|
|
3489
|
-
default:
|
|
3476
|
+
y($e, { name: "fade" }, {
|
|
3477
|
+
default: z(() => [
|
|
3490
3478
|
q(u("div", Xo, [
|
|
3491
|
-
(
|
|
3492
|
-
key:
|
|
3479
|
+
(i(!0), v(U, null, te(a(s), (h, m) => (i(), v("div", {
|
|
3480
|
+
key: m,
|
|
3493
3481
|
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",
|
|
3494
|
-
"data-localename":
|
|
3495
|
-
"data-localecode":
|
|
3482
|
+
"data-localename": h.name,
|
|
3483
|
+
"data-localecode": h.localeCode,
|
|
3496
3484
|
onClick: (f) => {
|
|
3497
|
-
l.value =
|
|
3485
|
+
l.value = h.localeCode, g(), n("language-select", h.localeCode);
|
|
3498
3486
|
}
|
|
3499
3487
|
}, [
|
|
3500
|
-
u("span", ea, x(
|
|
3488
|
+
u("span", ea, x(h.nativeName), 1)
|
|
3501
3489
|
], 8, _o))), 128))
|
|
3502
3490
|
], 512), [
|
|
3503
3491
|
[R, o.value]
|
|
@@ -3505,7 +3493,7 @@ const Yo = {
|
|
|
3505
3493
|
]),
|
|
3506
3494
|
_: 1
|
|
3507
3495
|
})
|
|
3508
|
-
])) :
|
|
3496
|
+
])) : M("", !0);
|
|
3509
3497
|
}
|
|
3510
3498
|
}), ta = { class: "cl-relative" }, na = { class: "cl-h-screen cl-z-0" }, oa = { 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" }, aa = { class: "cl-col-span-10 lg:cl-col-span-3" }, ca = {
|
|
3511
3499
|
key: 0,
|
|
@@ -3521,56 +3509,56 @@ const Yo = {
|
|
|
3521
3509
|
"update:errors": null
|
|
3522
3510
|
},
|
|
3523
3511
|
setup(e, { emit: n }) {
|
|
3524
|
-
const { t } = ae(), l =
|
|
3525
|
-
function
|
|
3526
|
-
const
|
|
3512
|
+
const { t } = ae(), l = O(""), o = O(""), r = O("password"), s = O();
|
|
3513
|
+
function g() {
|
|
3514
|
+
const m = {
|
|
3527
3515
|
username: l.value,
|
|
3528
3516
|
password: o.value
|
|
3529
3517
|
};
|
|
3530
|
-
n("login",
|
|
3518
|
+
n("login", m);
|
|
3531
3519
|
}
|
|
3532
|
-
function
|
|
3520
|
+
function c() {
|
|
3533
3521
|
n("update:errors", []);
|
|
3534
3522
|
}
|
|
3535
|
-
function
|
|
3536
|
-
const
|
|
3523
|
+
function b(m, f) {
|
|
3524
|
+
const p = {
|
|
3537
3525
|
valid: !0,
|
|
3538
3526
|
message: ""
|
|
3539
3527
|
};
|
|
3540
|
-
return typeof f == "string" && f.trim() === "" && (
|
|
3528
|
+
return typeof f == "string" && f.trim() === "" && (p.valid = !1), p;
|
|
3541
3529
|
}
|
|
3542
|
-
function
|
|
3543
|
-
|
|
3530
|
+
function h(m, f) {
|
|
3531
|
+
s.value = m;
|
|
3544
3532
|
}
|
|
3545
|
-
return (
|
|
3546
|
-
const
|
|
3547
|
-
return
|
|
3533
|
+
return (m, f) => {
|
|
3534
|
+
const p = K("icon");
|
|
3535
|
+
return i(), v("div", ta, [
|
|
3548
3536
|
u("div", na, [
|
|
3549
|
-
|
|
3537
|
+
j(m.$slots, "background")
|
|
3550
3538
|
]),
|
|
3551
3539
|
u("form", oa, [
|
|
3552
3540
|
u("div", aa, [
|
|
3553
|
-
|
|
3541
|
+
j(m.$slots, "logo")
|
|
3554
3542
|
]),
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
])) :
|
|
3543
|
+
m.$slots["language-switcher"] ? (i(), v("div", ca, [
|
|
3544
|
+
j(m.$slots, "language-switcher")
|
|
3545
|
+
])) : M("", !0),
|
|
3558
3546
|
u("div", {
|
|
3559
|
-
class:
|
|
3560
|
-
"cl-col-span-7": !
|
|
3561
|
-
"cl-col-span-6":
|
|
3547
|
+
class: I(["cl-gap-y-4 cl-grid cl-grid-cols-1 lg:cl-gap-x-2 lg:cl-grid-cols-8", {
|
|
3548
|
+
"cl-col-span-7": !m.$slots["language-switcher"],
|
|
3549
|
+
"cl-col-span-6": m.$slots["language-switcher"]
|
|
3562
3550
|
}])
|
|
3563
3551
|
}, [
|
|
3564
3552
|
u("div", sa, [
|
|
3565
3553
|
u("div", ia, [
|
|
3566
|
-
|
|
3554
|
+
y(p, {
|
|
3567
3555
|
class: "cl-absolute cl-left-3 cl-top-2.5",
|
|
3568
3556
|
icon: "ph:user",
|
|
3569
3557
|
size: 18
|
|
3570
3558
|
}),
|
|
3571
|
-
|
|
3559
|
+
y(fe, {
|
|
3572
3560
|
modelValue: l.value,
|
|
3573
|
-
"onUpdate:modelValue": f[0] || (f[0] = (
|
|
3561
|
+
"onUpdate:modelValue": f[0] || (f[0] = (d) => l.value = d),
|
|
3574
3562
|
modelModifiers: { trim: !0 },
|
|
3575
3563
|
class: "!cl-border-2 !cl-mb-1 cl-w-full",
|
|
3576
3564
|
"input-type": "email",
|
|
@@ -3580,42 +3568,42 @@ const Yo = {
|
|
|
3580
3568
|
"placeholder-text": a(t)("login.email"),
|
|
3581
3569
|
autocomplete: "username",
|
|
3582
3570
|
"validate-immediately": !0,
|
|
3583
|
-
"custom-validation-function":
|
|
3571
|
+
"custom-validation-function": b,
|
|
3584
3572
|
"input-specific-classes": "!cl-pl-9",
|
|
3585
3573
|
"message-when-valid": l.value ? a(t)("login.validEmail") : "",
|
|
3586
|
-
onInput:
|
|
3587
|
-
onValidated:
|
|
3574
|
+
onInput: c,
|
|
3575
|
+
onValidated: h
|
|
3588
3576
|
}, null, 8, ["modelValue", "highlight-when-valid", "label", "placeholder-text", "message-when-valid"])
|
|
3589
3577
|
])
|
|
3590
3578
|
]),
|
|
3591
3579
|
u("div", ra, [
|
|
3592
3580
|
u("div", ua, [
|
|
3593
|
-
|
|
3581
|
+
y(p, {
|
|
3594
3582
|
class: "cl-absolute cl-left-3 cl-top-2.5",
|
|
3595
3583
|
icon: "ph:lock",
|
|
3596
3584
|
size: 18
|
|
3597
3585
|
}),
|
|
3598
|
-
q(
|
|
3586
|
+
q(y(p, {
|
|
3599
3587
|
class: "cl-absolute cl-cursor-pointer cl-right-6 cl-top-2.5",
|
|
3600
3588
|
icon: "ph:eye",
|
|
3601
3589
|
size: 18,
|
|
3602
|
-
onClick: f[1] || (f[1] = (
|
|
3590
|
+
onClick: f[1] || (f[1] = (d) => r.value = "text")
|
|
3603
3591
|
}, null, 512), [
|
|
3604
|
-
[R,
|
|
3592
|
+
[R, r.value === "password"]
|
|
3605
3593
|
]),
|
|
3606
|
-
q(
|
|
3594
|
+
q(y(p, {
|
|
3607
3595
|
class: "cl-absolute cl-cursor-pointer cl-right-6 cl-top-2.5",
|
|
3608
3596
|
icon: "ph:eye-slash",
|
|
3609
3597
|
size: 18,
|
|
3610
|
-
onClick: f[2] || (f[2] = (
|
|
3598
|
+
onClick: f[2] || (f[2] = (d) => r.value = "password")
|
|
3611
3599
|
}, null, 512), [
|
|
3612
|
-
[R,
|
|
3600
|
+
[R, r.value === "text"]
|
|
3613
3601
|
]),
|
|
3614
|
-
|
|
3602
|
+
y(fe, {
|
|
3615
3603
|
modelValue: o.value,
|
|
3616
|
-
"onUpdate:modelValue": f[3] || (f[3] = (
|
|
3604
|
+
"onUpdate:modelValue": f[3] || (f[3] = (d) => o.value = d),
|
|
3617
3605
|
class: "!cl-border-2 cl-w-full",
|
|
3618
|
-
"input-type":
|
|
3606
|
+
"input-type": r.value,
|
|
3619
3607
|
"highlight-when-valid": o.value !== void 0 && o.value !== "",
|
|
3620
3608
|
label: a(t)("login.password"),
|
|
3621
3609
|
"show-label": !1,
|
|
@@ -3623,41 +3611,41 @@ const Yo = {
|
|
|
3623
3611
|
autocomplete: "current-password",
|
|
3624
3612
|
"validate-immediately": !0,
|
|
3625
3613
|
"input-specific-classes": "!cl-pl-9 !cl-pr-9",
|
|
3626
|
-
"custom-validation-function":
|
|
3627
|
-
onInput:
|
|
3614
|
+
"custom-validation-function": b,
|
|
3615
|
+
onInput: c
|
|
3628
3616
|
}, null, 8, ["modelValue", "input-type", "highlight-when-valid", "label", "placeholder-text"])
|
|
3629
3617
|
])
|
|
3630
3618
|
]),
|
|
3631
3619
|
u("div", {
|
|
3632
|
-
class:
|
|
3620
|
+
class: I(["cl-col-span-2", {
|
|
3633
3621
|
"cl-mt-1.5 cl-mb-1 md:cl-mt-0.5 md:cl-mb-7 lg:cl-mb-0": e.loading
|
|
3634
3622
|
}])
|
|
3635
3623
|
}, [
|
|
3636
|
-
|
|
3624
|
+
y(we, {
|
|
3637
3625
|
class: "!cl-leading-9 cl-w-full",
|
|
3638
3626
|
colour: "blue",
|
|
3639
3627
|
loading: e.loading,
|
|
3640
|
-
disabled: !
|
|
3641
|
-
onClick: Y(
|
|
3628
|
+
disabled: !s.value || o.value === "",
|
|
3629
|
+
onClick: Y(g, ["prevent"])
|
|
3642
3630
|
}, {
|
|
3643
|
-
default:
|
|
3631
|
+
default: z(() => [
|
|
3644
3632
|
le(x(a(t)("login.login")), 1)
|
|
3645
3633
|
]),
|
|
3646
3634
|
_: 1
|
|
3647
3635
|
}, 8, ["loading", "disabled", "onClick"])
|
|
3648
3636
|
], 2)
|
|
3649
3637
|
], 2),
|
|
3650
|
-
|
|
3651
|
-
default:
|
|
3652
|
-
var
|
|
3638
|
+
y($e, { name: "cl-grow-down" }, {
|
|
3639
|
+
default: z(() => {
|
|
3640
|
+
var d;
|
|
3653
3641
|
return [
|
|
3654
3642
|
q(u("span", da, [
|
|
3655
|
-
(
|
|
3656
|
-
key:
|
|
3643
|
+
(i(!0), v(U, null, te(e.errors, (w, $) => (i(), v("div", {
|
|
3644
|
+
key: $,
|
|
3657
3645
|
class: "cl-font-semibold"
|
|
3658
|
-
}, x(
|
|
3646
|
+
}, x(w), 1))), 128))
|
|
3659
3647
|
], 512), [
|
|
3660
|
-
[R, (
|
|
3648
|
+
[R, (d = e.errors) == null ? void 0 : d.length]
|
|
3661
3649
|
])
|
|
3662
3650
|
];
|
|
3663
3651
|
}),
|
|
@@ -3685,73 +3673,73 @@ const Yo = {
|
|
|
3685
3673
|
}, ha = { class: "cl-relative cl-w-full" }, pa = /* @__PURE__ */ D({
|
|
3686
3674
|
__name: "cl-ui-navigation",
|
|
3687
3675
|
setup(e) {
|
|
3688
|
-
const n =
|
|
3676
|
+
const n = O([]), t = E(() => n.value.filter((f) => f.open === !0).length > 0);
|
|
3689
3677
|
function l(f) {
|
|
3690
|
-
let
|
|
3691
|
-
return
|
|
3678
|
+
let p = n.value.find((d) => d.id === f);
|
|
3679
|
+
return p || (p = {
|
|
3692
3680
|
id: f,
|
|
3693
3681
|
open: !1
|
|
3694
|
-
}, n.value.push(
|
|
3682
|
+
}, n.value.push(p)), p.open;
|
|
3695
3683
|
}
|
|
3696
3684
|
function o(f) {
|
|
3697
|
-
const
|
|
3698
|
-
|
|
3699
|
-
|
|
3685
|
+
const p = n.value.find((d) => d.id === f);
|
|
3686
|
+
p && (p.open = !p.open, n.value.forEach((d) => {
|
|
3687
|
+
d.id !== f && (d.open = !1);
|
|
3700
3688
|
}));
|
|
3701
3689
|
}
|
|
3702
|
-
const
|
|
3703
|
-
|
|
3704
|
-
() =>
|
|
3690
|
+
const r = yl();
|
|
3691
|
+
J(
|
|
3692
|
+
() => r,
|
|
3705
3693
|
() => {
|
|
3706
|
-
|
|
3694
|
+
s.value = !1;
|
|
3707
3695
|
},
|
|
3708
3696
|
{
|
|
3709
3697
|
deep: !0
|
|
3710
3698
|
}
|
|
3711
3699
|
);
|
|
3712
|
-
const
|
|
3713
|
-
function
|
|
3714
|
-
|
|
3700
|
+
const s = O(!1), g = O(!1), { start: c } = ol(() => g.value = !1, 100);
|
|
3701
|
+
function b() {
|
|
3702
|
+
s.value = !s.value, g.value = !0, c();
|
|
3715
3703
|
}
|
|
3716
|
-
const
|
|
3717
|
-
function
|
|
3718
|
-
|
|
3704
|
+
const h = O();
|
|
3705
|
+
function m() {
|
|
3706
|
+
s.value === !1 && t.value === !0 && n.value.forEach((f) => {
|
|
3719
3707
|
f.open = !1;
|
|
3720
3708
|
});
|
|
3721
3709
|
}
|
|
3722
|
-
return cl(
|
|
3723
|
-
const
|
|
3724
|
-
return
|
|
3710
|
+
return cl(h, m), (f, p) => {
|
|
3711
|
+
const d = K("icon");
|
|
3712
|
+
return i(), v("div", {
|
|
3725
3713
|
ref_key: "navElement",
|
|
3726
|
-
ref:
|
|
3714
|
+
ref: h,
|
|
3727
3715
|
class: "cl-flex cl-flex-nowrap cl-relative"
|
|
3728
3716
|
}, [
|
|
3729
3717
|
u("div", ba, [
|
|
3730
|
-
|
|
3718
|
+
j(f.$slots, "icon", oe(ie({ groupIsOpen: l, toggleOpen: o })), void 0, !0)
|
|
3731
3719
|
]),
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
default:
|
|
3720
|
+
g.value ? (i(), v("div", va)) : M("", !0),
|
|
3721
|
+
y($e, { name: "slide-right" }, {
|
|
3722
|
+
default: z(() => [
|
|
3735
3723
|
q(u("div", {
|
|
3736
|
-
class:
|
|
3737
|
-
"cl-relative":
|
|
3738
|
-
"cl-absolute cl-left-20 cl-shadow-lg": !
|
|
3724
|
+
class: I(["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-top-0 cl-transition-shadow cl-w-[260px] cl-z-20", {
|
|
3725
|
+
"cl-relative": s.value,
|
|
3726
|
+
"cl-absolute cl-left-20 cl-shadow-lg": !s.value
|
|
3739
3727
|
}])
|
|
3740
3728
|
}, [
|
|
3741
3729
|
u("div", ha, [
|
|
3742
3730
|
u("span", {
|
|
3743
3731
|
class: "cl-absolute cl-cursor-pointer cl-hidden cl-right-0 cl-top-1.5 lg:cl-block",
|
|
3744
|
-
onClick:
|
|
3732
|
+
onClick: b
|
|
3745
3733
|
}, [
|
|
3746
|
-
|
|
3734
|
+
s.value ? (i(), B(d, {
|
|
3747
3735
|
key: 1,
|
|
3748
3736
|
icon: "ph:push-pin-slash"
|
|
3749
|
-
})) : (
|
|
3737
|
+
})) : (i(), B(d, {
|
|
3750
3738
|
key: 0,
|
|
3751
3739
|
icon: "ph:push-pin"
|
|
3752
3740
|
}))
|
|
3753
3741
|
]),
|
|
3754
|
-
|
|
3742
|
+
j(f.$slots, "default", oe(ie({ groupIsOpen: l })), void 0, !0)
|
|
3755
3743
|
])
|
|
3756
3744
|
], 2), [
|
|
3757
3745
|
[R, a(t)]
|
|
@@ -3763,7 +3751,7 @@ const Yo = {
|
|
|
3763
3751
|
};
|
|
3764
3752
|
}
|
|
3765
3753
|
});
|
|
3766
|
-
const ya = /* @__PURE__ */
|
|
3754
|
+
const ya = /* @__PURE__ */ ve(pa, [["__scopeId", "data-v-20b0e94d"]]), wa = /* @__PURE__ */ D({
|
|
3767
3755
|
__name: "cl-ui-navigation-icon",
|
|
3768
3756
|
props: {
|
|
3769
3757
|
iconValue: null,
|
|
@@ -3772,12 +3760,12 @@ const ya = /* @__PURE__ */ he(pa, [["__scopeId", "data-v-20b0e94d"]]), wa = /* @
|
|
|
3772
3760
|
setup(e) {
|
|
3773
3761
|
return (n, t) => {
|
|
3774
3762
|
const l = K("icon");
|
|
3775
|
-
return
|
|
3776
|
-
class:
|
|
3763
|
+
return i(), v("div", {
|
|
3764
|
+
class: I(["cl-cursor-pointer cl-flex cl-h-20 cl-items-center cl-justify-center cl-text-off-white cl-transition-colors cl-w-20 hover:cl-bg-blue-light", {
|
|
3777
3765
|
"cl-bg-blue-light": e.open
|
|
3778
3766
|
}])
|
|
3779
3767
|
}, [
|
|
3780
|
-
|
|
3768
|
+
y(l, {
|
|
3781
3769
|
class: "cl-block",
|
|
3782
3770
|
icon: e.iconValue,
|
|
3783
3771
|
width: "24"
|
|
@@ -3794,36 +3782,36 @@ const ya = /* @__PURE__ */ he(pa, [["__scopeId", "data-v-20b0e94d"]]), wa = /* @
|
|
|
3794
3782
|
open: { type: Boolean }
|
|
3795
3783
|
},
|
|
3796
3784
|
setup(e) {
|
|
3797
|
-
return (n, t) => e.open ? (
|
|
3798
|
-
n.$slots.title ? (
|
|
3799
|
-
|
|
3800
|
-
])) :
|
|
3785
|
+
return (n, t) => e.open ? (i(), v(U, { key: 0 }, [
|
|
3786
|
+
n.$slots.title ? (i(), v("div", xa, [
|
|
3787
|
+
j(n.$slots, "title")
|
|
3788
|
+
])) : M("", !0),
|
|
3801
3789
|
u("div", $a, [
|
|
3802
|
-
|
|
3790
|
+
j(n.$slots, "default")
|
|
3803
3791
|
])
|
|
3804
|
-
], 64)) :
|
|
3792
|
+
], 64)) : M("", !0);
|
|
3805
3793
|
}
|
|
3806
3794
|
}), Ta = {}, Ca = { class: "cl-w-full" }, Sa = {
|
|
3807
3795
|
key: 0,
|
|
3808
3796
|
class: "cl-font-bold cl-mb-4 cl-select-none"
|
|
3809
|
-
},
|
|
3810
|
-
function
|
|
3811
|
-
return
|
|
3812
|
-
e.$slots.title ? (
|
|
3813
|
-
|
|
3814
|
-
])) :
|
|
3815
|
-
u("span",
|
|
3816
|
-
|
|
3797
|
+
}, Oa = { class: "cl-flex cl-flex-wrap cl-space-y-2" };
|
|
3798
|
+
function Ea(e, n) {
|
|
3799
|
+
return i(), v("div", Ca, [
|
|
3800
|
+
e.$slots.title ? (i(), v("div", Sa, [
|
|
3801
|
+
j(e.$slots, "title")
|
|
3802
|
+
])) : M("", !0),
|
|
3803
|
+
u("span", Oa, [
|
|
3804
|
+
j(e.$slots, "default")
|
|
3817
3805
|
])
|
|
3818
3806
|
]);
|
|
3819
3807
|
}
|
|
3820
|
-
const ja = /* @__PURE__ */
|
|
3808
|
+
const ja = /* @__PURE__ */ ve(Ta, [["render", Ea]]), Aa = {}, Ma = { class: "cl-cursor-pointer cl-transition-colors cl-w-full hover:cl-text-blue-light" };
|
|
3821
3809
|
function Ia(e, n) {
|
|
3822
|
-
return
|
|
3823
|
-
|
|
3810
|
+
return i(), v("div", Ma, [
|
|
3811
|
+
j(e.$slots, "default")
|
|
3824
3812
|
]);
|
|
3825
3813
|
}
|
|
3826
|
-
const Na = /* @__PURE__ */
|
|
3814
|
+
const Na = /* @__PURE__ */ ve(Aa, [["render", Ia]]), Da = { class: "cl-w-full" }, qa = /* @__PURE__ */ D({
|
|
3827
3815
|
__name: "cl-ui-tab",
|
|
3828
3816
|
props: {
|
|
3829
3817
|
currentTab: { default: 0 },
|
|
@@ -3831,45 +3819,45 @@ const Na = /* @__PURE__ */ he(Aa, [["render", Ia]]), Da = { class: "cl-w-full" }
|
|
|
3831
3819
|
colour: { default: "default" }
|
|
3832
3820
|
},
|
|
3833
3821
|
setup(e) {
|
|
3834
|
-
const n = e, t =
|
|
3835
|
-
function
|
|
3836
|
-
return
|
|
3822
|
+
const n = e, t = O(), l = O(!1), o = O(!1);
|
|
3823
|
+
function r(b) {
|
|
3824
|
+
return b === n.currentTab;
|
|
3837
3825
|
}
|
|
3838
|
-
function
|
|
3826
|
+
function s() {
|
|
3839
3827
|
if (t.value) {
|
|
3840
|
-
const
|
|
3841
|
-
l.value = t.value.scrollLeft > 0, o.value = t.value.scrollLeft <
|
|
3828
|
+
const b = t.value.scrollWidth - t.value.clientWidth;
|
|
3829
|
+
l.value = t.value.scrollLeft > 0, o.value = t.value.scrollLeft < b;
|
|
3842
3830
|
} else
|
|
3843
3831
|
l.value = !1, o.value = !1;
|
|
3844
3832
|
}
|
|
3845
|
-
function
|
|
3846
|
-
|
|
3833
|
+
function g() {
|
|
3834
|
+
s(), window.addEventListener("resize", s);
|
|
3847
3835
|
}
|
|
3848
|
-
function
|
|
3836
|
+
function c(b) {
|
|
3849
3837
|
if (t.value) {
|
|
3850
|
-
const
|
|
3851
|
-
let
|
|
3852
|
-
|
|
3838
|
+
const h = t.value.scrollWidth / 5;
|
|
3839
|
+
let m = h;
|
|
3840
|
+
b === "left" && (m = -h), t.value.scroll(t.value.scrollLeft + m, 0);
|
|
3853
3841
|
}
|
|
3854
3842
|
}
|
|
3855
|
-
return
|
|
3856
|
-
const
|
|
3857
|
-
return
|
|
3843
|
+
return Oe(() => g()), Ue(() => window.removeEventListener("resize", s)), (b, h) => {
|
|
3844
|
+
const m = K("icon");
|
|
3845
|
+
return i(), v("div", Da, [
|
|
3858
3846
|
u("div", null, [
|
|
3859
|
-
l.value ? (
|
|
3847
|
+
l.value ? (i(), v("div", {
|
|
3860
3848
|
key: 0,
|
|
3861
3849
|
class: "cl-bg-white cl-cursor-pointer cl-float-left cl-h-11 cl-w-4",
|
|
3862
|
-
onClick:
|
|
3850
|
+
onClick: h[0] || (h[0] = (f) => c("left"))
|
|
3863
3851
|
}, [
|
|
3864
|
-
|
|
3852
|
+
y(m, {
|
|
3865
3853
|
icon: "ph:caret-left",
|
|
3866
3854
|
class: "cl-mt-4 cl-text-secondary-default"
|
|
3867
3855
|
})
|
|
3868
|
-
])) :
|
|
3856
|
+
])) : M("", !0),
|
|
3869
3857
|
u("div", {
|
|
3870
3858
|
ref_key: "headerContainer",
|
|
3871
3859
|
ref: t,
|
|
3872
|
-
class:
|
|
3860
|
+
class: I(["cl-flex cl-overflow-x-auto cl-overscroll-x-none", {
|
|
3873
3861
|
"cl-shadow-[inset_0_-1px_0_#eeeeee]": !e.disabled && e.colour === "default",
|
|
3874
3862
|
"cl-shadow-[inset_0_-1px_0_#9acd32]": !e.disabled && e.colour === "primary",
|
|
3875
3863
|
"cl-shadow-[inset_0_-1px_0_#30363e]": !e.disabled && e.colour === "secondary",
|
|
@@ -3878,26 +3866,26 @@ const Na = /* @__PURE__ */ he(Aa, [["render", Ia]]), Da = { class: "cl-w-full" }
|
|
|
3878
3866
|
"cl-shadow-[inset_0_-1px_0_#d7d7d7]": e.disabled,
|
|
3879
3867
|
"cl-mr-4": o.value
|
|
3880
3868
|
}]),
|
|
3881
|
-
onScrollPassive:
|
|
3869
|
+
onScrollPassive: s
|
|
3882
3870
|
}, [
|
|
3883
|
-
|
|
3871
|
+
j(b.$slots, "headings", oe(ie({ isTabOpen: r, disabled: e.disabled, colour: e.colour })))
|
|
3884
3872
|
], 34),
|
|
3885
|
-
o.value ? (
|
|
3873
|
+
o.value ? (i(), v("div", {
|
|
3886
3874
|
key: 1,
|
|
3887
3875
|
class: "cl-bg-white cl-bottom-12 cl-cursor-pointer cl-float-right cl-h-11 cl-relative cl-w-4",
|
|
3888
|
-
onClick:
|
|
3876
|
+
onClick: h[1] || (h[1] = (f) => c("right"))
|
|
3889
3877
|
}, [
|
|
3890
|
-
|
|
3878
|
+
y(m, {
|
|
3891
3879
|
icon: "ph:caret-right",
|
|
3892
3880
|
class: "cl-mt-4 cl-text-secondary-default"
|
|
3893
3881
|
})
|
|
3894
|
-
])) :
|
|
3882
|
+
])) : M("", !0)
|
|
3895
3883
|
]),
|
|
3896
|
-
|
|
3884
|
+
j(b.$slots, "content", oe(ie({ isTabOpen: r, disabled: e.disabled, colour: e.colour })))
|
|
3897
3885
|
]);
|
|
3898
3886
|
};
|
|
3899
3887
|
}
|
|
3900
|
-
}), Ra = ["onKeyup"],
|
|
3888
|
+
}), Ra = ["onKeyup"], Pa = /* @__PURE__ */ D({
|
|
3901
3889
|
__name: "cl-ui-tab-header",
|
|
3902
3890
|
props: {
|
|
3903
3891
|
id: null,
|
|
@@ -3909,24 +3897,24 @@ const Na = /* @__PURE__ */ he(Aa, [["render", Ia]]), Da = { class: "cl-w-full" }
|
|
|
3909
3897
|
"update:currentTab": null
|
|
3910
3898
|
},
|
|
3911
3899
|
setup(e, { emit: n }) {
|
|
3912
|
-
const t = e, l =
|
|
3913
|
-
function
|
|
3900
|
+
const t = e, l = O(), o = O(), r = E(() => t.id === t.currentTab);
|
|
3901
|
+
function s() {
|
|
3914
3902
|
t.disabled || (l.value = !1, o.value = !1, n("update:currentTab", t.id));
|
|
3915
3903
|
}
|
|
3916
|
-
return (
|
|
3917
|
-
class:
|
|
3904
|
+
return (g, c) => (i(), v("div", {
|
|
3905
|
+
class: I(["cl-border-b cl-cursor-pointer cl-flex cl-items-center cl-px-4 cl-py-2 cl-rounded-b-none cl-rounded-sm cl-select-none cl-text-xl cl-transition cl-whitespace-nowrap focus:cl-outline-none", {
|
|
3918
3906
|
"!cl-cursor-default cl-text-grey-4 !cl-border-grey-2": e.disabled,
|
|
3919
|
-
"cl-border cl-border-b-0 cl-rounded-t-md cl-shadow-[inset_0_-1px_0_#ffffff] cl-cursor-default": a(
|
|
3907
|
+
"cl-border cl-border-b-0 cl-rounded-t-md cl-shadow-[inset_0_-1px_0_#ffffff] cl-cursor-default": a(r),
|
|
3920
3908
|
"cl-border-grey-0": e.colour === "default",
|
|
3921
3909
|
"cl-border-primary-default": e.colour === "primary",
|
|
3922
3910
|
"cl-border-secondary-default": e.colour === "secondary",
|
|
3923
3911
|
"cl-border-danger-default": e.colour === "danger",
|
|
3924
3912
|
"cl-border-link-default": e.colour === "blue",
|
|
3925
|
-
"hover:cl-bg-grey-0": !a(
|
|
3926
|
-
"hover:cl-bg-primary-lighter": !a(
|
|
3927
|
-
"hover:cl-bg-secondary-light focus:cl-text-white hover:cl-text-white": !a(
|
|
3928
|
-
"hover:cl-bg-danger-light": !a(
|
|
3929
|
-
"hover:cl-bg-link-lighter": !a(
|
|
3913
|
+
"hover:cl-bg-grey-0": !a(r) && !e.disabled && e.colour === "default",
|
|
3914
|
+
"hover:cl-bg-primary-lighter": !a(r) && !e.disabled && e.colour === "primary",
|
|
3915
|
+
"hover:cl-bg-secondary-light focus:cl-text-white hover:cl-text-white": !a(r) && !e.disabled && e.colour === "secondary",
|
|
3916
|
+
"hover:cl-bg-danger-light": !a(r) && !e.disabled && e.colour === "danger",
|
|
3917
|
+
"hover:cl-bg-link-lighter": !a(r) && !e.disabled && e.colour === "blue",
|
|
3930
3918
|
"cl-bg-grey-0": l.value && !e.disabled && e.colour === "default",
|
|
3931
3919
|
"cl-bg-primary-lighter": l.value && !e.disabled && e.colour === "primary",
|
|
3932
3920
|
"cl-bg-secondary-light cl-text-white": l.value && !e.disabled && e.colour === "secondary",
|
|
@@ -3934,21 +3922,21 @@ const Na = /* @__PURE__ */ he(Aa, [["render", Ia]]), Da = { class: "cl-w-full" }
|
|
|
3934
3922
|
"cl-bg-link-lighter": l.value && !e.disabled && e.colour === "blue"
|
|
3935
3923
|
}]),
|
|
3936
3924
|
tabindex: "0",
|
|
3937
|
-
onClick:
|
|
3938
|
-
onMouseover:
|
|
3939
|
-
onMouseout:
|
|
3940
|
-
onFocusin:
|
|
3941
|
-
onFocusout:
|
|
3942
|
-
onKeyup: Se(Y(
|
|
3925
|
+
onClick: s,
|
|
3926
|
+
onMouseover: c[0] || (c[0] = (b) => o.value = !0),
|
|
3927
|
+
onMouseout: c[1] || (c[1] = (b) => o.value = !1),
|
|
3928
|
+
onFocusin: c[2] || (c[2] = (b) => l.value = !0),
|
|
3929
|
+
onFocusout: c[3] || (c[3] = (b) => l.value = !1),
|
|
3930
|
+
onKeyup: Se(Y(s, ["self"]), ["enter"])
|
|
3943
3931
|
}, [
|
|
3944
|
-
|
|
3932
|
+
j(g.$slots, "default")
|
|
3945
3933
|
], 42, Ra));
|
|
3946
3934
|
}
|
|
3947
|
-
}),
|
|
3935
|
+
}), Ua = {};
|
|
3948
3936
|
function Ba(e, n) {
|
|
3949
|
-
return
|
|
3937
|
+
return j(e.$slots, "default");
|
|
3950
3938
|
}
|
|
3951
|
-
const za = /* @__PURE__ */
|
|
3939
|
+
const za = /* @__PURE__ */ ve(Ua, [["render", Ba]]), La = [
|
|
3952
3940
|
"default",
|
|
3953
3941
|
"primary",
|
|
3954
3942
|
"secondary",
|
|
@@ -3959,7 +3947,7 @@ const za = /* @__PURE__ */ he(Pa, [["render", Ba]]), La = [
|
|
|
3959
3947
|
"right"
|
|
3960
3948
|
], Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3961
3949
|
__proto__: null,
|
|
3962
|
-
FilterOperation:
|
|
3950
|
+
FilterOperation: pe,
|
|
3963
3951
|
buttonColours: Ll,
|
|
3964
3952
|
buttonSizes: Fl,
|
|
3965
3953
|
cardSizes: Hl,
|
|
@@ -3971,7 +3959,7 @@ const za = /* @__PURE__ */ he(Pa, [["render", Ba]]), La = [
|
|
|
3971
3959
|
clUiCard: Gl,
|
|
3972
3960
|
clUiComboBox: Yt,
|
|
3973
3961
|
clUiFooter: sn,
|
|
3974
|
-
clUiGrid:
|
|
3962
|
+
clUiGrid: Po,
|
|
3975
3963
|
clUiHeader: Bo,
|
|
3976
3964
|
clUiHeaderMenu: Jo,
|
|
3977
3965
|
clUiInput: fe,
|
|
@@ -3987,21 +3975,21 @@ const za = /* @__PURE__ */ he(Pa, [["render", Ba]]), La = [
|
|
|
3987
3975
|
clUiNotification: il,
|
|
3988
3976
|
clUiTab: qa,
|
|
3989
3977
|
clUiTabContent: za,
|
|
3990
|
-
clUiTabHeader:
|
|
3991
|
-
filterMethodTypes:
|
|
3992
|
-
gridColumnTypes:
|
|
3978
|
+
clUiTabHeader: Pa,
|
|
3979
|
+
filterMethodTypes: Wn,
|
|
3980
|
+
gridColumnTypes: Vn,
|
|
3993
3981
|
inputTypes: Ko,
|
|
3994
3982
|
isComboBoxCreateRequest: _t,
|
|
3995
3983
|
isComboBoxItem: Xt,
|
|
3996
|
-
isFilterRequest:
|
|
3997
|
-
isFilterResponse:
|
|
3984
|
+
isFilterRequest: Zn,
|
|
3985
|
+
isFilterResponse: Qn,
|
|
3998
3986
|
isGridColumn: ul,
|
|
3999
|
-
isGridColumnArray:
|
|
3987
|
+
isGridColumnArray: Gn,
|
|
4000
3988
|
isLanguageArray: Zo,
|
|
4001
3989
|
isLanguageLocaleFormat: Le,
|
|
4002
3990
|
modalColours: ga,
|
|
4003
3991
|
modalSizes: ma,
|
|
4004
|
-
stringFormats:
|
|
3992
|
+
stringFormats: Hn,
|
|
4005
3993
|
tabColours: La,
|
|
4006
3994
|
tabScroll: Fa
|
|
4007
3995
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -4014,8 +4002,8 @@ const lc = (e) => {
|
|
|
4014
4002
|
});
|
|
4015
4003
|
};
|
|
4016
4004
|
export {
|
|
4017
|
-
|
|
4018
|
-
|
|
4005
|
+
W as DateFormat,
|
|
4006
|
+
pe as FilterOperation,
|
|
4019
4007
|
ne as NumberFormat,
|
|
4020
4008
|
Ll as buttonColours,
|
|
4021
4009
|
Fl as buttonSizes,
|
|
@@ -4028,7 +4016,7 @@ export {
|
|
|
4028
4016
|
Gl as clUiCard,
|
|
4029
4017
|
Yt as clUiComboBox,
|
|
4030
4018
|
sn as clUiFooter,
|
|
4031
|
-
|
|
4019
|
+
Po as clUiGrid,
|
|
4032
4020
|
Bo as clUiHeader,
|
|
4033
4021
|
Jo as clUiHeaderMenu,
|
|
4034
4022
|
fe as clUiInput,
|
|
@@ -4044,19 +4032,19 @@ export {
|
|
|
4044
4032
|
il as clUiNotification,
|
|
4045
4033
|
qa as clUiTab,
|
|
4046
4034
|
za as clUiTabContent,
|
|
4047
|
-
|
|
4035
|
+
Pa as clUiTabHeader,
|
|
4048
4036
|
Kl as datetimeFormats,
|
|
4049
4037
|
lc as default,
|
|
4050
|
-
|
|
4051
|
-
|
|
4038
|
+
Wn as filterMethodTypes,
|
|
4039
|
+
Vn as gridColumnTypes,
|
|
4052
4040
|
ee as i18n,
|
|
4053
4041
|
Ko as inputTypes,
|
|
4054
4042
|
_t as isComboBoxCreateRequest,
|
|
4055
4043
|
Xt as isComboBoxItem,
|
|
4056
|
-
|
|
4057
|
-
|
|
4044
|
+
Zn as isFilterRequest,
|
|
4045
|
+
Qn as isFilterResponse,
|
|
4058
4046
|
ul as isGridColumn,
|
|
4059
|
-
|
|
4047
|
+
Gn as isGridColumnArray,
|
|
4060
4048
|
Zo as isLanguageArray,
|
|
4061
4049
|
Le as isLanguageLocaleFormat,
|
|
4062
4050
|
Wl as messages,
|
|
@@ -4068,7 +4056,7 @@ export {
|
|
|
4068
4056
|
Ya as setLocaleMessages,
|
|
4069
4057
|
Xa as setLocaleNumberFormats,
|
|
4070
4058
|
Ke as showNotification,
|
|
4071
|
-
|
|
4059
|
+
Hn as stringFormats,
|
|
4072
4060
|
La as tabColours,
|
|
4073
4061
|
Fa as tabScroll,
|
|
4074
4062
|
Xl as validateEmail,
|