@citruslime/ui 2.4.1-beta.1 → 2.4.1-beta.3
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.
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { Icon as I } from "@iconify/vue";
|
|
2
|
-
import { defineComponent as U, ref as
|
|
2
|
+
import { defineComponent as U, ref as A, openBlock as u, createElementBlock as v, renderSlot as S, normalizeProps as te, guardReactiveProps as ae, Fragment as F, createElementVNode as f, normalizeClass as _, createVNode as $, unref as d, Transition as ge, withCtx as P, withDirectives as L, mergeProps as re, vShow as H, createBlock as V, Teleport as _e, renderList as J, toDisplayString as E, createCommentVNode as q, nextTick as ye, toHandlers as ll, withModifiers as K, computed as N, watch as Q, normalizeStyle as xe, vModelText as tl, onMounted as qe, vModelDynamic as ol, withKeys as $e, onUnmounted as Ie, resolveComponent as nl, createTextVNode as le, watchEffect as sl, createSlots as Re } from "vue";
|
|
3
3
|
import { generateStringId as al } from "@citruslime/utils";
|
|
4
4
|
import { onClickOutside as ze, useTimeoutFn as We, useDebounceFn as Ke, useWindowSize as rl } from "@vueuse/core";
|
|
5
|
-
import { createI18n as
|
|
5
|
+
import { createI18n as il, useI18n as ne } from "vue-i18n";
|
|
6
6
|
import { DateTime as ke } from "luxon";
|
|
7
7
|
import { DatePicker as Me } from "v-calendar";
|
|
8
|
-
import { useDebouncer as
|
|
8
|
+
import { useDebouncer as cl, copy as ce } from "@citruslime/vue-utils";
|
|
9
9
|
const ul = { class: "cl-overflow-hidden" }, dl = /* @__PURE__ */ U({
|
|
10
10
|
__name: "cl-ui-accordion",
|
|
11
11
|
props: {
|
|
12
12
|
exclusive: { type: Boolean, default: !1 }
|
|
13
13
|
},
|
|
14
14
|
setup(t) {
|
|
15
|
-
const o = t, e =
|
|
15
|
+
const o = t, e = A([]);
|
|
16
16
|
function l(p) {
|
|
17
17
|
let s = e.value.find((a) => a.id === p);
|
|
18
18
|
return s || (s = {
|
|
@@ -26,8 +26,8 @@ const ul = { class: "cl-overflow-hidden" }, dl = /* @__PURE__ */ U({
|
|
|
26
26
|
a.id !== p && (a.open = !1);
|
|
27
27
|
}), s.open = !s.open);
|
|
28
28
|
}
|
|
29
|
-
return (p, s) => (u(),
|
|
30
|
-
|
|
29
|
+
return (p, s) => (u(), v("div", ul, [
|
|
30
|
+
S(p.$slots, "default", te(ae({ isItemOpen: l, toggleItem: n })))
|
|
31
31
|
]));
|
|
32
32
|
}
|
|
33
33
|
}), pl = { class: "cl-absolute cl-left-5 cl-top-5" }, fl = { class: "cl-font-semibold cl-ml-10 cl-p-4 cl-select-none cl-text-grey-5" }, ml = { class: "cl-overflow-hidden" }, gl = /* @__PURE__ */ U({
|
|
@@ -45,7 +45,7 @@ const ul = { class: "cl-overflow-hidden" }, dl = /* @__PURE__ */ U({
|
|
|
45
45
|
function l() {
|
|
46
46
|
e.disabled || o("toggle");
|
|
47
47
|
}
|
|
48
|
-
return (n, p) => (u(),
|
|
48
|
+
return (n, p) => (u(), v(F, null, [
|
|
49
49
|
f("div", {
|
|
50
50
|
class: _(["cl-border-b cl-border-grey-1 cl-relative", {
|
|
51
51
|
"cl-bg-grey-0": n.disabled,
|
|
@@ -63,14 +63,14 @@ const ul = { class: "cl-overflow-hidden" }, dl = /* @__PURE__ */ U({
|
|
|
63
63
|
}, null, 8, ["class"])
|
|
64
64
|
]),
|
|
65
65
|
f("div", fl, [
|
|
66
|
-
|
|
66
|
+
S(n.$slots, "title")
|
|
67
67
|
])
|
|
68
68
|
], 2),
|
|
69
69
|
f("div", ml, [
|
|
70
70
|
$(ge, { name: "grow-down" }, {
|
|
71
|
-
default:
|
|
71
|
+
default: P(() => [
|
|
72
72
|
L(f("div", re(n.$attrs, { class: "cl-ml-10 cl-p-4" }), [
|
|
73
|
-
|
|
73
|
+
S(n.$slots, "default")
|
|
74
74
|
], 16), [
|
|
75
75
|
[H, n.open]
|
|
76
76
|
])
|
|
@@ -87,20 +87,20 @@ const ul = { class: "cl-overflow-hidden" }, dl = /* @__PURE__ */ U({
|
|
|
87
87
|
return e;
|
|
88
88
|
}, vl = {}, bl = { 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" };
|
|
89
89
|
function hl(t, o) {
|
|
90
|
-
return u(),
|
|
91
|
-
|
|
90
|
+
return u(), v("div", bl, [
|
|
91
|
+
S(t.$slots, "default")
|
|
92
92
|
]);
|
|
93
93
|
}
|
|
94
|
-
const yl = /* @__PURE__ */ fe(vl, [["render", hl]]),
|
|
94
|
+
const yl = /* @__PURE__ */ fe(vl, [["render", hl]]), Ae = A([]);
|
|
95
95
|
function Ve(t) {
|
|
96
96
|
const o = {
|
|
97
97
|
id: al(),
|
|
98
98
|
...t
|
|
99
99
|
};
|
|
100
|
-
|
|
100
|
+
Ae.value.push(o), setTimeout(() => Qe(o), t.duration);
|
|
101
101
|
}
|
|
102
102
|
function Qe(t) {
|
|
103
|
-
|
|
103
|
+
Ae.value = Ae.value.filter((o) => o.id !== t.id);
|
|
104
104
|
}
|
|
105
105
|
const wl = ["onClick"], $l = { class: "cl-flex-1 cl-select-none cl-text-ellipsis cl-w-64" }, Je = /* @__PURE__ */ U({
|
|
106
106
|
inheritAttrs: !1,
|
|
@@ -121,7 +121,7 @@ const wl = ["onClick"], $l = { class: "cl-flex-1 cl-select-none cl-text-ellipsis
|
|
|
121
121
|
"cl-bottom-5 cl-right-5": o.position === "bottom-right"
|
|
122
122
|
}])
|
|
123
123
|
}, [
|
|
124
|
-
(u(!0),
|
|
124
|
+
(u(!0), v(F, null, J(d(Ae), (l, n) => (u(), v("div", re(o.$attrs, {
|
|
125
125
|
key: n,
|
|
126
126
|
class: ["cl-break-words cl-cursor-pointer cl-flex cl-font-semibold cl-group cl-mb-2 cl-overflow-hidden cl-p-4 cl-rounded cl-shadow-lg cl-text-sm", {
|
|
127
127
|
"cl-bg-white": l.colour === "default",
|
|
@@ -149,23 +149,23 @@ const wl = ["onClick"], $l = { class: "cl-flex-1 cl-select-none cl-text-ellipsis
|
|
|
149
149
|
removePadding: { type: Boolean, default: !1 }
|
|
150
150
|
},
|
|
151
151
|
setup(t) {
|
|
152
|
-
return (o, e) => (u(),
|
|
152
|
+
return (o, e) => (u(), v(F, null, [
|
|
153
153
|
$(Je),
|
|
154
154
|
f("div", kl, [
|
|
155
|
-
|
|
155
|
+
S(o.$slots, "header"),
|
|
156
156
|
f("div", {
|
|
157
157
|
class: _(["cl-content-start cl-flex cl-flex-nowrap cl-items-stretch cl-max-h-screen cl-relative cl-w-full", {
|
|
158
158
|
"cl-pt-20": o.$slots.header
|
|
159
159
|
}])
|
|
160
160
|
}, [
|
|
161
|
-
|
|
161
|
+
S(o.$slots, "navigation"),
|
|
162
162
|
f("div", {
|
|
163
163
|
class: _(["cl-grow cl-max-h-full cl-overflow-x-hidden cl-overflow-y-auto cl-overscroll-y-none cl-w-auto", {
|
|
164
164
|
"cl-pb-20 lg:cl-pb-0": o.removePadding,
|
|
165
165
|
"lg:cl-pb-8 md:cl-px-8 cl-px-2 md:cl-pt-8 cl-pt-2 cl-pb-20": !o.removePadding
|
|
166
166
|
}])
|
|
167
167
|
}, [
|
|
168
|
-
|
|
168
|
+
S(o.$slots, "default")
|
|
169
169
|
], 2)
|
|
170
170
|
], 2)
|
|
171
171
|
])
|
|
@@ -174,9 +174,9 @@ const wl = ["onClick"], $l = { class: "cl-flex-1 cl-select-none cl-text-ellipsis
|
|
|
174
174
|
});
|
|
175
175
|
const Tl = {}, El = { class: "loading-spinner" };
|
|
176
176
|
function Ol(t, o) {
|
|
177
|
-
return u(),
|
|
177
|
+
return u(), v("div", El);
|
|
178
178
|
}
|
|
179
|
-
const Se = /* @__PURE__ */ fe(Tl, [["render", Ol], ["__scopeId", "data-v-a21dc5d2"]]),
|
|
179
|
+
const Se = /* @__PURE__ */ fe(Tl, [["render", Ol], ["__scopeId", "data-v-a21dc5d2"]]), Al = ["disabled"], me = /* @__PURE__ */ U({
|
|
180
180
|
inheritAttrs: !1,
|
|
181
181
|
__name: "cl-ui-button",
|
|
182
182
|
props: {
|
|
@@ -186,12 +186,12 @@ const Se = /* @__PURE__ */ fe(Tl, [["render", Ol], ["__scopeId", "data-v-a21dc5d
|
|
|
186
186
|
disabled: { type: Boolean, default: !1 }
|
|
187
187
|
},
|
|
188
188
|
setup(t, { expose: o }) {
|
|
189
|
-
const e =
|
|
189
|
+
const e = A(null);
|
|
190
190
|
return o({
|
|
191
191
|
focus() {
|
|
192
192
|
e.value && e.value.focus();
|
|
193
193
|
}
|
|
194
|
-
}), (l, n) => (u(),
|
|
194
|
+
}), (l, n) => (u(), v(F, null, [
|
|
195
195
|
L($(Se, { class: "relative" }, null, 512), [
|
|
196
196
|
[H, l.loading]
|
|
197
197
|
]),
|
|
@@ -212,13 +212,13 @@ const Se = /* @__PURE__ */ fe(Tl, [["render", Ol], ["__scopeId", "data-v-a21dc5d
|
|
|
212
212
|
}],
|
|
213
213
|
disabled: l.disabled
|
|
214
214
|
}), [
|
|
215
|
-
|
|
216
|
-
], 16,
|
|
215
|
+
S(l.$slots, "default")
|
|
216
|
+
], 16, Al), [
|
|
217
217
|
[H, !l.loading]
|
|
218
218
|
])
|
|
219
219
|
], 64));
|
|
220
220
|
}
|
|
221
|
-
}),
|
|
221
|
+
}), ql = [
|
|
222
222
|
"default",
|
|
223
223
|
"primary",
|
|
224
224
|
"secondary",
|
|
@@ -236,15 +236,15 @@ const Se = /* @__PURE__ */ fe(Tl, [["render", Ol], ["__scopeId", "data-v-a21dc5d
|
|
|
236
236
|
hover: { type: Boolean, default: !1 }
|
|
237
237
|
},
|
|
238
238
|
setup(t) {
|
|
239
|
-
return (o, e) => (u(),
|
|
239
|
+
return (o, e) => (u(), v("div", {
|
|
240
240
|
class: _(["cl-border cl-border-transparent cl-overflow-hidden cl-relative cl-rounded-md cl-shadow-lg cl-transition-all", {
|
|
241
241
|
"cl-cursor-pointer hover:cl-shadow-xl hover:cl-border-grey-0": o.hover
|
|
242
242
|
}])
|
|
243
243
|
}, [
|
|
244
|
-
o.$slots.image ? (u(),
|
|
245
|
-
|
|
246
|
-
])) :
|
|
247
|
-
o.$slots.title ? (u(),
|
|
244
|
+
o.$slots.image ? (u(), v("div", Nl, [
|
|
245
|
+
S(o.$slots, "image")
|
|
246
|
+
])) : q("", !0),
|
|
247
|
+
o.$slots.title ? (u(), v("div", {
|
|
248
248
|
key: 1,
|
|
249
249
|
class: _(["cl-border-grey-2 cl-font-normal", {
|
|
250
250
|
"cl-p-2 cl-text-2xl cl-leading-8": o.size === "small",
|
|
@@ -253,8 +253,8 @@ const Se = /* @__PURE__ */ fe(Tl, [["render", Ol], ["__scopeId", "data-v-a21dc5d
|
|
|
253
253
|
"cl-border-t": o.$slots.image
|
|
254
254
|
}])
|
|
255
255
|
}, [
|
|
256
|
-
|
|
257
|
-
], 2)) :
|
|
256
|
+
S(o.$slots, "title")
|
|
257
|
+
], 2)) : q("", !0),
|
|
258
258
|
f("div", {
|
|
259
259
|
class: _(["cl-border-grey-2", {
|
|
260
260
|
"cl-p-2": o.size === "small",
|
|
@@ -263,9 +263,9 @@ const Se = /* @__PURE__ */ fe(Tl, [["render", Ol], ["__scopeId", "data-v-a21dc5d
|
|
|
263
263
|
"cl-border-t": o.$slots.image || o.$slots.title
|
|
264
264
|
}])
|
|
265
265
|
}, [
|
|
266
|
-
|
|
266
|
+
S(o.$slots, "default")
|
|
267
267
|
], 2),
|
|
268
|
-
o.$slots.footer ? (u(),
|
|
268
|
+
o.$slots.footer ? (u(), v("div", {
|
|
269
269
|
key: 2,
|
|
270
270
|
class: _(["cl-border-grey-2 cl-border-t", {
|
|
271
271
|
"cl-p-2": o.size === "small",
|
|
@@ -273,8 +273,8 @@ const Se = /* @__PURE__ */ fe(Tl, [["render", Ol], ["__scopeId", "data-v-a21dc5d
|
|
|
273
273
|
"cl-p-6": o.size === "large"
|
|
274
274
|
}])
|
|
275
275
|
}, [
|
|
276
|
-
|
|
277
|
-
], 2)) :
|
|
276
|
+
S(o.$slots, "footer")
|
|
277
|
+
], 2)) : q("", !0)
|
|
278
278
|
], 2));
|
|
279
279
|
}
|
|
280
280
|
}), _l = [
|
|
@@ -282,7 +282,7 @@ const Se = /* @__PURE__ */ fe(Tl, [["render", Ol], ["__scopeId", "data-v-a21dc5d
|
|
|
282
282
|
"medium",
|
|
283
283
|
"large"
|
|
284
284
|
];
|
|
285
|
-
var X = /* @__PURE__ */ ((t) => (t.CURRENCY = "currency", t.PERCENTAGE = "percentage", t.INTEGER = "integer", t.DECIMAL = "decimal", t.MULTIPLIER = "multiplier", t))(X || {}),
|
|
285
|
+
var X = /* @__PURE__ */ ((t) => (t.CURRENCY = "currency", t.PERCENTAGE = "percentage", t.INTEGER = "integer", t.DECIMAL = "decimal", t.MULTIPLIER = "multiplier", t))(X || {}), Z = /* @__PURE__ */ ((t) => (t.SHORT_DATE = "short-date", t.SHORT_DATETIME = "short-datetime", t.DATE = "date", t.DATETIME = "datetime", t.LONG_DATE = "long-date", t.LONG_DATETIME = "long-datetime", t.TIME = "time", t.MONTH_YEAR = "month-year", t))(Z || {});
|
|
286
286
|
const Il = {
|
|
287
287
|
"en-GB": {
|
|
288
288
|
comboBox: {
|
|
@@ -383,52 +383,52 @@ const Il = {
|
|
|
383
383
|
}
|
|
384
384
|
}, zl = {
|
|
385
385
|
"en-GB": {
|
|
386
|
-
[
|
|
386
|
+
[Z.SHORT_DATE]: {
|
|
387
387
|
day: "numeric",
|
|
388
388
|
month: "numeric",
|
|
389
389
|
year: "2-digit"
|
|
390
390
|
},
|
|
391
|
-
[
|
|
391
|
+
[Z.SHORT_DATETIME]: {
|
|
392
392
|
day: "numeric",
|
|
393
393
|
month: "numeric",
|
|
394
394
|
year: "2-digit",
|
|
395
395
|
hour: "numeric",
|
|
396
396
|
minute: "numeric"
|
|
397
397
|
},
|
|
398
|
-
[
|
|
398
|
+
[Z.DATE]: {
|
|
399
399
|
day: "numeric",
|
|
400
400
|
month: "numeric",
|
|
401
401
|
year: "numeric"
|
|
402
402
|
},
|
|
403
|
-
[
|
|
403
|
+
[Z.DATETIME]: {
|
|
404
404
|
day: "numeric",
|
|
405
405
|
month: "numeric",
|
|
406
406
|
year: "numeric",
|
|
407
407
|
hour: "numeric",
|
|
408
408
|
minute: "numeric"
|
|
409
409
|
},
|
|
410
|
-
[
|
|
410
|
+
[Z.LONG_DATE]: {
|
|
411
411
|
day: "numeric",
|
|
412
412
|
month: "long",
|
|
413
413
|
year: "numeric"
|
|
414
414
|
},
|
|
415
|
-
[
|
|
415
|
+
[Z.LONG_DATETIME]: {
|
|
416
416
|
day: "numeric",
|
|
417
417
|
month: "long",
|
|
418
418
|
year: "numeric",
|
|
419
419
|
hour: "numeric",
|
|
420
420
|
minute: "numeric"
|
|
421
421
|
},
|
|
422
|
-
[
|
|
422
|
+
[Z.TIME]: {
|
|
423
423
|
hour: "numeric",
|
|
424
424
|
minute: "numeric"
|
|
425
425
|
},
|
|
426
|
-
[
|
|
426
|
+
[Z.MONTH_YEAR]: {
|
|
427
427
|
month: "long",
|
|
428
428
|
year: "numeric"
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
-
}, ee =
|
|
431
|
+
}, ee = il({
|
|
432
432
|
locale: "en-GB",
|
|
433
433
|
fallbackLocale: "en-GB",
|
|
434
434
|
messages: Il,
|
|
@@ -439,16 +439,16 @@ const Il = {
|
|
|
439
439
|
fallbackWarn: !1,
|
|
440
440
|
warnHtmlMessage: !1
|
|
441
441
|
});
|
|
442
|
-
function
|
|
442
|
+
function Rs(t, o) {
|
|
443
443
|
return ee.global.mergeLocaleMessage(t, o), ye();
|
|
444
444
|
}
|
|
445
|
-
function
|
|
445
|
+
function zs(t, o) {
|
|
446
446
|
return ee.global.mergeNumberFormat(t, o), ye();
|
|
447
447
|
}
|
|
448
|
-
function
|
|
448
|
+
function Us(t, o) {
|
|
449
449
|
return ee.global.mergeDateTimeFormat(t, o), ye();
|
|
450
450
|
}
|
|
451
|
-
function
|
|
451
|
+
function Bs(t) {
|
|
452
452
|
return ee.global.locale.value = t, ye();
|
|
453
453
|
}
|
|
454
454
|
const { t: de } = ee.global;
|
|
@@ -475,10 +475,10 @@ function Ul(t, o, e, l) {
|
|
|
475
475
|
a = l >= (Number(t) || 0), s = pe(a, de("input.greaterOrEqualToValue", { label: e, min: t.toString() }));
|
|
476
476
|
break;
|
|
477
477
|
case "date":
|
|
478
|
-
a = new Date(l).getTime() >= new Date(t).getTime(), s = pe(a, de("input.afterOrEqualToValue", { label: e, min: ee.global.d(new Date(t),
|
|
478
|
+
a = new Date(l).getTime() >= new Date(t).getTime(), s = pe(a, de("input.afterOrEqualToValue", { label: e, min: ee.global.d(new Date(t), Z.DATE, n ?? ee.global.locale.value) }));
|
|
479
479
|
break;
|
|
480
480
|
case "datetime":
|
|
481
|
-
a = new Date(l).getTime() >= new Date(t).getTime(), s = pe(a, de("input.afterOrEqualToValue", { label: e, min: ee.global.d(new Date(t),
|
|
481
|
+
a = new Date(l).getTime() >= new Date(t).getTime(), s = pe(a, de("input.afterOrEqualToValue", { label: e, min: ee.global.d(new Date(t), Z.DATETIME, n ?? ee.global.locale.value) }));
|
|
482
482
|
break;
|
|
483
483
|
default:
|
|
484
484
|
s.valid = !0;
|
|
@@ -511,10 +511,10 @@ function Bl(t, o, e, l) {
|
|
|
511
511
|
a = l <= (Number(t) || 0), s = pe(a, de("input.lessOrEqualToValue", { label: e, max: t.toString() }));
|
|
512
512
|
break;
|
|
513
513
|
case "date":
|
|
514
|
-
a = new Date(l).getTime() <= new Date(t).getTime(), s = pe(a, de("input.beforeOrEqualToValue", { label: e, max: ee.global.d(new Date(t),
|
|
514
|
+
a = new Date(l).getTime() <= new Date(t).getTime(), s = pe(a, de("input.beforeOrEqualToValue", { label: e, max: ee.global.d(new Date(t), Z.DATE, n ?? ee.global.locale.value) }));
|
|
515
515
|
break;
|
|
516
516
|
case "datetime":
|
|
517
|
-
a = new Date(l).getTime() <= new Date(t).getTime(), s = pe(a, de("input.beforeOrEqualToValue", { label: e, min: ee.global.d(new Date(t),
|
|
517
|
+
a = new Date(l).getTime() <= new Date(t).getTime(), s = pe(a, de("input.beforeOrEqualToValue", { label: e, min: ee.global.d(new Date(t), Z.DATETIME, n ?? ee.global.locale.value) }));
|
|
518
518
|
break;
|
|
519
519
|
default:
|
|
520
520
|
s.valid = !0;
|
|
@@ -557,13 +557,13 @@ const Dl = { class: "cl-relative" }, Ll = ["value", "disabled", "placeholder"],
|
|
|
557
557
|
},
|
|
558
558
|
emits: ["clear", "reset"],
|
|
559
559
|
setup(t, { expose: o }) {
|
|
560
|
-
const e =
|
|
560
|
+
const e = A(null);
|
|
561
561
|
return o({
|
|
562
562
|
focus() {
|
|
563
563
|
var l;
|
|
564
564
|
(l = e.value) == null || l.focus();
|
|
565
565
|
}
|
|
566
|
-
}), (l, n) => (u(),
|
|
566
|
+
}), (l, n) => (u(), v("div", Dl, [
|
|
567
567
|
f("input", re({
|
|
568
568
|
ref_key: "element",
|
|
569
569
|
ref: e
|
|
@@ -581,19 +581,19 @@ const Dl = { class: "cl-relative" }, Ll = ["value", "disabled", "placeholder"],
|
|
|
581
581
|
}, null, 8, ["class", "icon"]), [
|
|
582
582
|
[H, !l.disabled]
|
|
583
583
|
]),
|
|
584
|
-
l.disabled ?
|
|
584
|
+
l.disabled ? q("", !0) : (u(), v("div", Pl, [
|
|
585
585
|
l.type !== "time" ? (u(), V(d(I), {
|
|
586
586
|
key: 0,
|
|
587
587
|
class: "cl-cursor-pointer hover:cl-text-link-light",
|
|
588
588
|
icon: "ph:arrow-counter-clockwise",
|
|
589
589
|
onClick: n[0] || (n[0] = K((p) => l.$emit("reset"), ["prevent"]))
|
|
590
|
-
})) :
|
|
590
|
+
})) : q("", !0),
|
|
591
591
|
!l.required && l.date && (l.type !== "time" || l.date !== "00:00") ? (u(), V(d(I), {
|
|
592
592
|
key: 1,
|
|
593
593
|
class: "cl-cursor-pointer hover:cl-text-link-light md:cl-ml-0.5",
|
|
594
594
|
icon: "ph:x",
|
|
595
595
|
onClick: n[1] || (n[1] = K((p) => l.$emit("clear"), ["prevent"]))
|
|
596
|
-
})) :
|
|
596
|
+
})) : q("", !0)
|
|
597
597
|
]))
|
|
598
598
|
]));
|
|
599
599
|
}
|
|
@@ -613,7 +613,7 @@ const De = /* @__PURE__ */ fe(Fl, [["__scopeId", "data-v-4c802181"]]), Hl = /* @
|
|
|
613
613
|
},
|
|
614
614
|
emits: ["update:date"],
|
|
615
615
|
setup(t, { expose: o, emit: e }) {
|
|
616
|
-
const l = t, n =
|
|
616
|
+
const l = t, n = N({
|
|
617
617
|
get() {
|
|
618
618
|
let b = null;
|
|
619
619
|
return l.type === "time" ? b = l.date === null ? "00:00" : l.date : l.date !== null && (b = ke.fromISO(l.date, {
|
|
@@ -626,7 +626,7 @@ const De = /* @__PURE__ */ fe(Fl, [["__scopeId", "data-v-4c802181"]]), Hl = /* @
|
|
|
626
626
|
zone: l.timeZone
|
|
627
627
|
}).setZone(l.timeZone).toISO()), e("update:date", r);
|
|
628
628
|
}
|
|
629
|
-
}), { locale: p, t: s } =
|
|
629
|
+
}), { locale: p, t: s } = ne(), a = N(() => {
|
|
630
630
|
let b;
|
|
631
631
|
switch (l.type) {
|
|
632
632
|
case "date":
|
|
@@ -640,16 +640,16 @@ const De = /* @__PURE__ */ fe(Fl, [["__scopeId", "data-v-4c802181"]]), Hl = /* @
|
|
|
640
640
|
break;
|
|
641
641
|
}
|
|
642
642
|
return l.placeholder ?? b;
|
|
643
|
-
}),
|
|
643
|
+
}), i = N(() => l.disabled ? !1 : {
|
|
644
644
|
visibility: "focus",
|
|
645
645
|
showDelay: 150,
|
|
646
646
|
hideDelay: 100
|
|
647
647
|
});
|
|
648
|
-
function
|
|
648
|
+
function c() {
|
|
649
649
|
let b = ke.now().set({ second: 0, millisecond: 0 }).setZone(l.timeZone);
|
|
650
650
|
l.type === "date" && (b = b.set({ hour: 0, minute: 0 }).setZone(l.timeZone)), n.value = b.toJSDate();
|
|
651
651
|
}
|
|
652
|
-
const m =
|
|
652
|
+
const m = A(null);
|
|
653
653
|
return o({
|
|
654
654
|
focus() {
|
|
655
655
|
var b;
|
|
@@ -668,9 +668,9 @@ const De = /* @__PURE__ */ fe(Fl, [["__scopeId", "data-v-4c802181"]]), Hl = /* @
|
|
|
668
668
|
color: "primary",
|
|
669
669
|
"title-position": "left",
|
|
670
670
|
"hide-time-header": "",
|
|
671
|
-
popover:
|
|
671
|
+
popover: i.value
|
|
672
672
|
}, {
|
|
673
|
-
default:
|
|
673
|
+
default: P(({ inputValue: w, inputEvents: h }) => [
|
|
674
674
|
$(De, re(b.$attrs, {
|
|
675
675
|
ref_key: "input",
|
|
676
676
|
ref: m,
|
|
@@ -681,7 +681,7 @@ const De = /* @__PURE__ */ fe(Fl, [["__scopeId", "data-v-4c802181"]]), Hl = /* @
|
|
|
681
681
|
required: b.required,
|
|
682
682
|
disabled: b.disabled,
|
|
683
683
|
onClear: r[0] || (r[0] = (T) => n.value = null),
|
|
684
|
-
onReset:
|
|
684
|
+
onReset: c
|
|
685
685
|
}), null, 16, ["date", "events", "type", "placeholder", "required", "disabled"])
|
|
686
686
|
]),
|
|
687
687
|
_: 1
|
|
@@ -699,9 +699,9 @@ const De = /* @__PURE__ */ fe(Fl, [["__scopeId", "data-v-4c802181"]]), Hl = /* @
|
|
|
699
699
|
color: "primary",
|
|
700
700
|
"title-position": "left",
|
|
701
701
|
"hide-time-header": "",
|
|
702
|
-
popover:
|
|
702
|
+
popover: i.value
|
|
703
703
|
}, {
|
|
704
|
-
default:
|
|
704
|
+
default: P(({ inputValue: w, inputEvents: h }) => [
|
|
705
705
|
$(De, re(b.$attrs, {
|
|
706
706
|
ref_key: "input",
|
|
707
707
|
ref: m,
|
|
@@ -712,7 +712,7 @@ const De = /* @__PURE__ */ fe(Fl, [["__scopeId", "data-v-4c802181"]]), Hl = /* @
|
|
|
712
712
|
required: b.required,
|
|
713
713
|
disabled: b.disabled,
|
|
714
714
|
onClear: r[2] || (r[2] = (T) => n.value = null),
|
|
715
|
-
onReset:
|
|
715
|
+
onReset: c
|
|
716
716
|
}), null, 16, ["date", "events", "type", "placeholder", "required", "disabled"])
|
|
717
717
|
]),
|
|
718
718
|
_: 1
|
|
@@ -736,10 +736,10 @@ function Gl(t) {
|
|
|
736
736
|
from: "@iconify/vue"
|
|
737
737
|
};
|
|
738
738
|
}
|
|
739
|
-
function
|
|
739
|
+
function Ms() {
|
|
740
740
|
return Gl;
|
|
741
741
|
}
|
|
742
|
-
const
|
|
742
|
+
const Zl = [
|
|
743
743
|
"button",
|
|
744
744
|
"checkbox",
|
|
745
745
|
"color",
|
|
@@ -756,7 +756,7 @@ const xl = [
|
|
|
756
756
|
"text",
|
|
757
757
|
"url",
|
|
758
758
|
...Ee
|
|
759
|
-
],
|
|
759
|
+
], xl = { class: "cl-flex cl-flex-wrap cl-items-center" }, Wl = { class: "cl-flex cl-flex-1 cl-flex-wrap cl-items-center cl-mb-2 cl-mt-3 cl-relative md:cl-mt-0" }, Kl = { class: "cl-absolute cl-bg-grey-0 cl-leading-6 cl-ml-0 cl-px-3 cl-rounded-full cl-text-center cl-text-xs cl-top-full" }, Ql = {
|
|
760
760
|
key: 0,
|
|
761
761
|
class: "cl-w-full"
|
|
762
762
|
}, Jl = ["min", "max", "step", "disabled"], Yl = { class: "cl-absolute cl-bg-grey-0 cl-leading-6 cl-ml-2 cl-px-3 cl-right-0 cl-rounded-full cl-text-center cl-text-xs cl-top-full" }, Xl = {
|
|
@@ -777,28 +777,28 @@ const xl = [
|
|
|
777
777
|
"update:value": null
|
|
778
778
|
},
|
|
779
779
|
setup(t, { expose: o, emit: e }) {
|
|
780
|
-
const l = t, { n, t: p } =
|
|
780
|
+
const l = t, { n, t: p } = ne(), { debounce: s } = cl(), a = A(l.value), i = A(), c = N({
|
|
781
781
|
get: () => l.value,
|
|
782
782
|
set: (h) => e("update:value", h)
|
|
783
|
-
}), m =
|
|
784
|
-
let h = (
|
|
783
|
+
}), m = N(() => l.disabled ? "rgba(153, 153, 153, 0.8)" : "#9acd32"), b = N(() => {
|
|
784
|
+
let h = (c.value - l.min) / (l.max - l.min) * 100;
|
|
785
785
|
return h < 35 && h > 0 ? h < 20 ? h += 0.5 : h += 0.25 : h > 65 && h < 100 && (h > 80 ? h -= 0.5 : h -= 0.25), h;
|
|
786
|
-
}), r =
|
|
786
|
+
}), r = N(() => l.min <= l.max && l.step > 0);
|
|
787
787
|
function w(h, T) {
|
|
788
788
|
const k = (h == null ? void 0 : h.value) ?? "", B = Math.max(Math.min(parseFloat(k) || l.min, l.max), l.min);
|
|
789
|
-
|
|
789
|
+
c.value = l.enforceStep ? Math.ceil(B / l.step) * l.step : B, ye(() => T());
|
|
790
790
|
}
|
|
791
791
|
return Q(() => l.value, () => a.value = l.value), o({
|
|
792
792
|
focus() {
|
|
793
793
|
var h;
|
|
794
|
-
(h =
|
|
794
|
+
(h = i.value) == null || h.focus();
|
|
795
795
|
}
|
|
796
|
-
}), (h, T) => r.value ? (u(),
|
|
797
|
-
L(f("div", { class: "cl-bg-transparent cl-relative cl-text-center cl-text-sm" }, E(
|
|
796
|
+
}), (h, T) => r.value ? (u(), v("div", te(re({ key: 0 }, h.$attrs)), [
|
|
797
|
+
L(f("div", { class: "cl-bg-transparent cl-relative cl-text-center cl-text-sm" }, E(c.value), 513), [
|
|
798
798
|
[H, !h.showNumericInput]
|
|
799
799
|
]),
|
|
800
|
-
f("div",
|
|
801
|
-
L($(d(
|
|
800
|
+
f("div", xl, [
|
|
801
|
+
L($(d(ie), {
|
|
802
802
|
modelValue: a.value,
|
|
803
803
|
"onUpdate:modelValue": T[0] || (T[0] = (k) => a.value = k),
|
|
804
804
|
class: "!cl-text-sm md:!cl-w-auto",
|
|
@@ -813,13 +813,13 @@ const xl = [
|
|
|
813
813
|
]),
|
|
814
814
|
f("div", Wl, [
|
|
815
815
|
f("span", Kl, E(d(n)(h.min, Number.isInteger(h.min) ? d(X).INTEGER : d(X).DECIMAL)), 1),
|
|
816
|
-
typeof
|
|
816
|
+
typeof c.value == "number" ? (u(), v("div", Ql, [
|
|
817
817
|
L(f("input", {
|
|
818
818
|
ref_key: "sliderRef",
|
|
819
|
-
ref:
|
|
820
|
-
"onUpdate:modelValue": T[2] || (T[2] = (k) =>
|
|
819
|
+
ref: i,
|
|
820
|
+
"onUpdate:modelValue": T[2] || (T[2] = (k) => c.value = k),
|
|
821
821
|
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",
|
|
822
|
-
style:
|
|
822
|
+
style: xe({
|
|
823
823
|
background: `linear-gradient(to right, ${m.value} 0%, ${m.value} ${b.value}%, white ${b.value}%, white 100%)`
|
|
824
824
|
}),
|
|
825
825
|
type: "range",
|
|
@@ -830,16 +830,16 @@ const xl = [
|
|
|
830
830
|
}, null, 12, Jl), [
|
|
831
831
|
[
|
|
832
832
|
tl,
|
|
833
|
-
|
|
833
|
+
c.value,
|
|
834
834
|
void 0,
|
|
835
835
|
{ number: !0 }
|
|
836
836
|
]
|
|
837
837
|
])
|
|
838
|
-
])) :
|
|
838
|
+
])) : q("", !0),
|
|
839
839
|
f("span", Yl, E(d(n)(h.max, Number.isInteger(h.max) ? d(X).INTEGER : d(X).DECIMAL)), 1)
|
|
840
840
|
])
|
|
841
841
|
])
|
|
842
|
-
], 16)) : (u(),
|
|
842
|
+
], 16)) : (u(), v("div", Xl, E(d(p)("slider.invalidProps")), 1));
|
|
843
843
|
}
|
|
844
844
|
});
|
|
845
845
|
const lt = /* @__PURE__ */ fe(et, [["__scopeId", "data-v-849763cf"]]);
|
|
@@ -906,10 +906,10 @@ const nt = { class: "cl-flex cl-justify-between" }, st = { class: "cl-w-full" },
|
|
|
906
906
|
}, rt = {
|
|
907
907
|
key: 1,
|
|
908
908
|
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"
|
|
909
|
-
},
|
|
909
|
+
}, it = {
|
|
910
910
|
key: 0,
|
|
911
911
|
class: "cl-relative"
|
|
912
|
-
},
|
|
912
|
+
}, ct = ["type", "disabled", "min", "max", "minlength", "maxlength", "step", "placeholder", "accept", "name", "autocomplete"], ut = { key: 0 }, dt = {
|
|
913
913
|
key: 2,
|
|
914
914
|
class: "cl-h-[5.78rem] cl-pb-2 md:cl-h-20"
|
|
915
915
|
}, pt = {
|
|
@@ -919,6 +919,7 @@ const nt = { class: "cl-flex cl-justify-between" }, st = { class: "cl-w-full" },
|
|
|
919
919
|
key: 1,
|
|
920
920
|
class: "cl-bg-danger-light cl-px-2 cl-rounded-md cl-text-center cl-text-danger-default cl-text-xs cl-w-auto cl-whitespace-pre-line"
|
|
921
921
|
}, mt = /* @__PURE__ */ U({
|
|
922
|
+
inheritAttrs: !1,
|
|
922
923
|
__name: "cl-ui-input",
|
|
923
924
|
props: {
|
|
924
925
|
inputType: { default: "text" },
|
|
@@ -949,227 +950,227 @@ const nt = { class: "cl-flex cl-justify-between" }, st = { class: "cl-w-full" },
|
|
|
949
950
|
},
|
|
950
951
|
emits: ["update:model-value", "click", "focus", "input", "change", "validated"],
|
|
951
952
|
setup(t, { expose: o, emit: e }) {
|
|
952
|
-
const l = t, n =
|
|
953
|
+
const l = t, n = A(null), p = A(!1), s = A(!1), a = N(se), i = N(() => l.placeholderText.trim() !== "" ? l.placeholderText : l.label), c = A(0), m = N({
|
|
953
954
|
get: () => l.modelValue,
|
|
954
|
-
set: (
|
|
955
|
-
}), b =
|
|
955
|
+
set: (g) => y(g, !1)
|
|
956
|
+
}), b = N({
|
|
956
957
|
get: () => l.modelValue,
|
|
957
|
-
set: (
|
|
958
|
-
}), r =
|
|
959
|
-
var
|
|
958
|
+
set: (g) => z(g)
|
|
959
|
+
}), r = N(() => typeof l.min == "number" ? l.min.toString() : l.min), w = N(() => typeof l.max == "number" ? l.max.toString() : l.max), h = N(() => typeof l.min == "number" || l.min === null ? l.min : parseFloat(l.min)), T = N(() => typeof l.max == "number" || l.max === null ? l.max : parseFloat(l.max)), k = N(() => l.messageWhenValid.trim() !== "" ? l.messageWhenValid : ""), B = A(!0), O = A([]), R = N(() => {
|
|
960
|
+
var g, j;
|
|
960
961
|
return [
|
|
961
|
-
...((
|
|
962
|
-
...((
|
|
962
|
+
...((g = O.value) == null ? void 0 : g.filter((M) => ((M == null ? void 0 : M.length) ?? 0) > 0)) ?? [],
|
|
963
|
+
...((j = l.externalErrors) == null ? void 0 : j.filter((M) => ((M == null ? void 0 : M.length) ?? 0) > 0)) ?? []
|
|
963
964
|
].join(`
|
|
964
965
|
`);
|
|
965
966
|
});
|
|
966
|
-
async function z(
|
|
967
|
-
l.validateOn === "input" && await D(
|
|
967
|
+
async function z(g) {
|
|
968
|
+
l.validateOn === "input" && await D(g), e("update:model-value", g);
|
|
968
969
|
}
|
|
969
|
-
async function y(
|
|
970
|
-
l.onInputFunction !== void 0 && (
|
|
970
|
+
async function y(g, j) {
|
|
971
|
+
l.onInputFunction !== void 0 && (g = l.onInputFunction(g)), (j || l.validateOn === "input") && await D(g), e("update:model-value", g);
|
|
971
972
|
}
|
|
972
|
-
function D(
|
|
973
|
-
const
|
|
973
|
+
function D(g) {
|
|
974
|
+
const j = {
|
|
974
975
|
message: "",
|
|
975
976
|
valid: !0
|
|
976
977
|
}, M = [
|
|
977
978
|
l.customValidationFunction === null || l.customValidationFunction === void 0 ? new Promise((he) => {
|
|
978
|
-
he(
|
|
979
|
+
he(j);
|
|
979
980
|
}) : new Promise((he) => {
|
|
980
|
-
he(l.customValidationFunction(l.label,
|
|
981
|
+
he(l.customValidationFunction(l.label, g));
|
|
981
982
|
})
|
|
982
983
|
];
|
|
983
|
-
return (typeof
|
|
984
|
+
return (typeof g == "string" || typeof g == "number") && (M.push(Ul(l.min, l.inputType, l.label, g)), M.push(Bl(l.max, l.inputType, l.label, g))), l.isRequired && M.push(Ml(l.label, g)), l.inputType === "email" && typeof g == "string" && M.push(Vl(l.label, g)), Promise.all(M).then((he) => {
|
|
984
985
|
const el = [...he.map((Ce) => Ce.message)], Be = he.some((Ce) => Ce.message.length > 0 && Ce.valid === !1) || l.externalErrors.length > 0;
|
|
985
|
-
Be ? (O.value = el, e("validated", !1,
|
|
986
|
+
Be ? (O.value = el, e("validated", !1, g)) : (O.value = [], e("validated", !0, g)), B.value = !Be;
|
|
986
987
|
});
|
|
987
988
|
}
|
|
988
989
|
function Y() {
|
|
989
|
-
let
|
|
990
|
-
return l.inputType === "color" && m.value && (l.disabled ?
|
|
990
|
+
let g = "";
|
|
991
|
+
return l.inputType === "color" && m.value && (l.disabled ? g = "background: #999999" : g = `background: ${m.value};`), g;
|
|
991
992
|
}
|
|
992
|
-
function W(
|
|
993
|
-
we(l.inputType) ? (
|
|
993
|
+
function W(g) {
|
|
994
|
+
we(l.inputType) ? (g.preventDefault(), e("click", g)) : l.inputType === "checkbox" && e("click", g);
|
|
994
995
|
}
|
|
995
|
-
function ue(
|
|
996
|
+
function ue(g) {
|
|
996
997
|
if (n.value) {
|
|
997
998
|
n.value.stepUp(), n.value.focus(), y(n.value.valueAsNumber, !1);
|
|
998
|
-
const
|
|
999
|
+
const j = {
|
|
999
1000
|
target: n.value
|
|
1000
1001
|
};
|
|
1001
|
-
e("input",
|
|
1002
|
+
e("input", j, n.value.valueAsNumber), e("change", g, n.value.valueAsNumber);
|
|
1002
1003
|
}
|
|
1003
1004
|
}
|
|
1004
|
-
function Ne(
|
|
1005
|
+
function Ne(g) {
|
|
1005
1006
|
if (n.value) {
|
|
1006
1007
|
n.value.stepDown(), n.value.focus(), y(n.value.valueAsNumber, !1);
|
|
1007
|
-
const
|
|
1008
|
+
const j = {
|
|
1008
1009
|
target: n.value
|
|
1009
1010
|
};
|
|
1010
|
-
e("input",
|
|
1011
|
+
e("input", j, n.value.valueAsNumber), e("change", g, n.value.valueAsNumber);
|
|
1011
1012
|
}
|
|
1012
1013
|
}
|
|
1013
|
-
function be(
|
|
1014
|
-
p.value =
|
|
1014
|
+
function be(g) {
|
|
1015
|
+
p.value = g;
|
|
1015
1016
|
}
|
|
1016
1017
|
function ve() {
|
|
1017
1018
|
s.value = !0, be(!1);
|
|
1018
1019
|
}
|
|
1019
1020
|
function C() {
|
|
1020
|
-
|
|
1021
|
+
c.value++;
|
|
1021
1022
|
}
|
|
1022
|
-
function G(
|
|
1023
|
-
|
|
1023
|
+
function G(g) {
|
|
1024
|
+
g.target.blur();
|
|
1024
1025
|
}
|
|
1025
|
-
function
|
|
1026
|
+
function se() {
|
|
1026
1027
|
var M;
|
|
1027
|
-
let
|
|
1028
|
-
const
|
|
1029
|
-
return p.value ?
|
|
1028
|
+
let g = !0;
|
|
1029
|
+
const j = a.value;
|
|
1030
|
+
return p.value ? g = j : s.value && ((M = m.value) == null ? void 0 : M.toString().trim()) === "" && (g = !1), g;
|
|
1030
1031
|
}
|
|
1031
|
-
async function
|
|
1032
|
-
const
|
|
1033
|
-
l.validateOn === "change" && await D(
|
|
1032
|
+
async function x(g) {
|
|
1033
|
+
const j = Fe(g, l.inputType);
|
|
1034
|
+
l.validateOn === "change" && await D(j), e("change", g, j);
|
|
1034
1035
|
}
|
|
1035
|
-
return
|
|
1036
|
+
return qe(() => {
|
|
1036
1037
|
l.validateImmediately && y(l.modelValue, !0);
|
|
1037
1038
|
}), Q(() => l.isRequired, () => y(l.modelValue, !0)), Q(() => l.externalErrors, async () => {
|
|
1038
1039
|
await D(m.value), e("update:model-value", m.value);
|
|
1039
1040
|
}), Q(() => l.modelValue, () => y(l.modelValue, !0)), o({
|
|
1040
1041
|
focus() {
|
|
1041
|
-
var
|
|
1042
|
-
(
|
|
1042
|
+
var g;
|
|
1043
|
+
(g = n.value) == null || g.focus();
|
|
1043
1044
|
},
|
|
1044
1045
|
blur() {
|
|
1045
|
-
var
|
|
1046
|
-
(
|
|
1046
|
+
var g;
|
|
1047
|
+
(g = n.value) == null || g.blur();
|
|
1047
1048
|
}
|
|
1048
|
-
}), (
|
|
1049
|
-
key:
|
|
1049
|
+
}), (g, j) => (u(), v("div", re({ ...g.$attrs, id: void 0 }, {
|
|
1050
|
+
key: c.value,
|
|
1050
1051
|
class: "cl-align-top cl-border-none cl-inline-block cl-text-left"
|
|
1051
|
-
}, [
|
|
1052
|
+
}), [
|
|
1052
1053
|
f("div", {
|
|
1053
|
-
onMouseenter:
|
|
1054
|
-
onMouseleave:
|
|
1054
|
+
onMouseenter: j[11] || (j[11] = (M) => be(!0)),
|
|
1055
|
+
onMouseleave: j[12] || (j[12] = (M) => be(!1))
|
|
1055
1056
|
}, [
|
|
1056
1057
|
f("div", nt, [
|
|
1057
1058
|
f("div", st, [
|
|
1058
|
-
L(f("label", { class: "cl-block cl-mb-1 cl-text-grey-4 cl-text-xs cl-tracking-widest" }, E(
|
|
1059
|
-
[H,
|
|
1059
|
+
L(f("label", { class: "cl-block cl-mb-1 cl-text-grey-4 cl-text-xs cl-tracking-widest" }, E(g.label), 513), [
|
|
1060
|
+
[H, g.showLabel && g.label !== ""]
|
|
1060
1061
|
])
|
|
1061
1062
|
]),
|
|
1062
|
-
|
|
1063
|
-
|
|
1063
|
+
g.isRequired && a.value ? (u(), v("label", at, " * ")) : q("", !0),
|
|
1064
|
+
g.isRequired && !a.value && g.requiredText.length ? (u(), v("label", rt, E(g.requiredText), 1)) : q("", !0)
|
|
1064
1065
|
]),
|
|
1065
|
-
|
|
1066
|
+
g.inputType !== "range" && !d(Pe)(g.inputType) ? (u(), v("div", it, [
|
|
1066
1067
|
L(f("input", re({
|
|
1067
1068
|
ref_key: "inputElement",
|
|
1068
1069
|
ref: n,
|
|
1069
|
-
"onUpdate:modelValue":
|
|
1070
|
-
},
|
|
1070
|
+
"onUpdate:modelValue": j[0] || (j[0] = (M) => m.value = M)
|
|
1071
|
+
}, g.$attrs, {
|
|
1071
1072
|
class: ["!cl-mb-1 cl-block cl-border cl-duration-300 cl-h-full cl-transition cl-w-full focus:cl-outline-none", {
|
|
1072
|
-
"hover:!cl-border-grey-3":
|
|
1073
|
-
"!cl-cursor-default":
|
|
1073
|
+
"hover:!cl-border-grey-3": g.disabled === !1 && !d(we)(g.inputType),
|
|
1074
|
+
"!cl-cursor-default": g.disabled,
|
|
1074
1075
|
"!cl-border-danger-default": !B.value,
|
|
1075
|
-
"!cl-border-primary-default": B.value &&
|
|
1076
|
-
"cl-border-grey-0 focus:cl-border-blue-light": B.value && !d(we)(
|
|
1077
|
-
"!cl-p-2":
|
|
1078
|
-
"cl-p-3 cl-rounded-lg": !d(we)(
|
|
1079
|
-
[`${
|
|
1076
|
+
"!cl-border-primary-default": B.value && g.highlightWhenValid,
|
|
1077
|
+
"cl-border-grey-0 focus:cl-border-blue-light": B.value && !d(we)(g.inputType),
|
|
1078
|
+
"!cl-p-2": g.inputType === "checkbox" || g.inputType === "radio",
|
|
1079
|
+
"cl-p-3 cl-rounded-lg": !d(we)(g.inputType),
|
|
1080
|
+
[`${g.inputSpecificClasses}`]: g.inputSpecificClasses !== ""
|
|
1080
1081
|
}],
|
|
1081
1082
|
style: Y(),
|
|
1082
|
-
type:
|
|
1083
|
-
disabled:
|
|
1084
|
-
min:
|
|
1085
|
-
max:
|
|
1086
|
-
minlength:
|
|
1087
|
-
maxlength:
|
|
1088
|
-
step:
|
|
1089
|
-
placeholder:
|
|
1090
|
-
accept:
|
|
1091
|
-
name:
|
|
1092
|
-
autocomplete:
|
|
1093
|
-
onClick:
|
|
1094
|
-
onFocus:
|
|
1095
|
-
onBlur:
|
|
1083
|
+
type: g.inputType,
|
|
1084
|
+
disabled: g.disabled,
|
|
1085
|
+
min: g.min ?? void 0,
|
|
1086
|
+
max: g.max ?? void 0,
|
|
1087
|
+
minlength: g.min !== null && d(Le)(g.inputType) ? g.min : void 0,
|
|
1088
|
+
maxlength: g.max !== null && d(Le)(g.inputType) ? g.max : void 0,
|
|
1089
|
+
step: g.step,
|
|
1090
|
+
placeholder: i.value,
|
|
1091
|
+
accept: g.fileExtensions,
|
|
1092
|
+
name: g.group,
|
|
1093
|
+
autocomplete: g.autocomplete,
|
|
1094
|
+
onClick: j[1] || (j[1] = (M) => W(M)),
|
|
1095
|
+
onFocus: j[2] || (j[2] = (M) => e("focus")),
|
|
1096
|
+
onBlur: j[3] || (j[3] = K((M) => {
|
|
1096
1097
|
ve(), C();
|
|
1097
1098
|
}, ["self"])),
|
|
1098
1099
|
onMousewheelPassive: G,
|
|
1099
|
-
onInput:
|
|
1100
|
-
e("input", M, d(Fe)(M,
|
|
1100
|
+
onInput: j[4] || (j[4] = (M) => {
|
|
1101
|
+
e("input", M, d(Fe)(M, g.inputType));
|
|
1101
1102
|
}),
|
|
1102
|
-
onChange:
|
|
1103
|
-
}), null, 16,
|
|
1103
|
+
onChange: x
|
|
1104
|
+
}), null, 16, ct), [
|
|
1104
1105
|
[ol, m.value]
|
|
1105
1106
|
]),
|
|
1106
1107
|
$(ge, {
|
|
1107
1108
|
name: "fade",
|
|
1108
1109
|
duration: 300
|
|
1109
1110
|
}, {
|
|
1110
|
-
default:
|
|
1111
|
-
|
|
1111
|
+
default: P(() => [
|
|
1112
|
+
g.inputType === "number" && !g.disabled && g.showArrows ? L((u(), v("div", ut, [
|
|
1112
1113
|
$(d(I), {
|
|
1113
1114
|
icon: "ph:caret-up-bold",
|
|
1114
1115
|
class: "cl-absolute cl-bg-link-default cl-right-1 cl-rounded-full cl-text-sm cl-text-white cl-top-1 hover:cl-bg-link-light hover:cl-cursor-pointer",
|
|
1115
1116
|
onClick: ue,
|
|
1116
|
-
onMousedown:
|
|
1117
|
+
onMousedown: j[5] || (j[5] = K(() => {
|
|
1117
1118
|
}, ["prevent"]))
|
|
1118
1119
|
}),
|
|
1119
1120
|
$(d(I), {
|
|
1120
1121
|
icon: "ph:caret-down-bold",
|
|
1121
1122
|
class: "cl-absolute cl-bg-link-default cl-bottom-2 cl-right-1 cl-rounded-full cl-text-sm cl-text-white hover:cl-bg-link-light hover:cl-cursor-pointer",
|
|
1122
1123
|
onClick: Ne,
|
|
1123
|
-
onMousedown:
|
|
1124
|
+
onMousedown: j[6] || (j[6] = K(() => {
|
|
1124
1125
|
}, ["prevent"]))
|
|
1125
1126
|
})
|
|
1126
1127
|
], 512)), [
|
|
1127
1128
|
[H, p.value]
|
|
1128
|
-
]) :
|
|
1129
|
+
]) : q("", !0)
|
|
1129
1130
|
]),
|
|
1130
1131
|
_: 1
|
|
1131
1132
|
})
|
|
1132
|
-
])) : d(Pe)(
|
|
1133
|
+
])) : d(Pe)(g.inputType) ? (u(), V(d(Hl), re({ key: 1 }, g.$attrs, {
|
|
1133
1134
|
ref_key: "inputElement",
|
|
1134
1135
|
ref: n,
|
|
1135
1136
|
date: b.value,
|
|
1136
|
-
"onUpdate:date":
|
|
1137
|
+
"onUpdate:date": j[7] || (j[7] = (M) => b.value = M),
|
|
1137
1138
|
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", {
|
|
1138
|
-
"hover:cl-border-grey-3": !
|
|
1139
|
+
"hover:cl-border-grey-3": !g.disabled,
|
|
1139
1140
|
"!cl-border-danger-default": !B.value,
|
|
1140
|
-
"!cl-border-primary-default": B.value &&
|
|
1141
|
+
"!cl-border-primary-default": B.value && g.highlightWhenValid
|
|
1141
1142
|
}],
|
|
1142
|
-
disabled:
|
|
1143
|
-
required:
|
|
1144
|
-
type: d(ot)(
|
|
1145
|
-
"time-zone":
|
|
1143
|
+
disabled: g.disabled,
|
|
1144
|
+
required: g.isRequired,
|
|
1145
|
+
type: d(ot)(g.inputType),
|
|
1146
|
+
"time-zone": g.timeZone,
|
|
1146
1147
|
min: r.value,
|
|
1147
1148
|
max: w.value,
|
|
1148
|
-
placeholder:
|
|
1149
|
+
placeholder: i.value,
|
|
1149
1150
|
onBlur: K(ve, ["self"]),
|
|
1150
|
-
onFocus:
|
|
1151
|
-
}), null, 16, ["date", "class", "disabled", "required", "type", "time-zone", "min", "max", "placeholder", "onBlur"])) :
|
|
1151
|
+
onFocus: j[8] || (j[8] = (M) => e("focus"))
|
|
1152
|
+
}), null, 16, ["date", "class", "disabled", "required", "type", "time-zone", "min", "max", "placeholder", "onBlur"])) : g.inputType === "range" && typeof m.value == "number" ? (u(), v("div", dt, [
|
|
1152
1153
|
$(d(lt), {
|
|
1153
1154
|
ref_key: "inputElement",
|
|
1154
1155
|
ref: n,
|
|
1155
1156
|
value: m.value,
|
|
1156
|
-
"onUpdate:value":
|
|
1157
|
+
"onUpdate:value": j[9] || (j[9] = (M) => m.value = M),
|
|
1157
1158
|
min: h.value ?? 0,
|
|
1158
1159
|
max: T.value ?? 1e3,
|
|
1159
|
-
step:
|
|
1160
|
-
disabled:
|
|
1160
|
+
step: g.step,
|
|
1161
|
+
disabled: g.disabled,
|
|
1161
1162
|
"show-numeric-input": !1,
|
|
1162
1163
|
onBlur: K(ve, ["self"]),
|
|
1163
|
-
onFocus:
|
|
1164
|
+
onFocus: j[10] || (j[10] = (M) => e("focus"))
|
|
1164
1165
|
}, null, 8, ["value", "min", "max", "step", "disabled", "onBlur"])
|
|
1165
|
-
])) :
|
|
1166
|
+
])) : q("", !0)
|
|
1166
1167
|
], 32),
|
|
1167
|
-
B.value && k.value ? (u(),
|
|
1168
|
-
!B.value && R.value.length > 0 &&
|
|
1169
|
-
]));
|
|
1168
|
+
B.value && k.value ? (u(), v("div", pt, E(k.value), 1)) : q("", !0),
|
|
1169
|
+
!B.value && R.value.length > 0 && g.showValidationMessages ? (u(), v("div", ft, E(R.value), 1)) : q("", !0)
|
|
1170
|
+
], 16));
|
|
1170
1171
|
}
|
|
1171
1172
|
});
|
|
1172
|
-
const
|
|
1173
|
+
const ie = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d01c4a47"]]), gt = { 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" }, vt = ["onKeypress"], bt = { class: "cl-overflow-y-auto cl-overscroll-y-none cl-p-2 cl-w-full" }, Ye = /* @__PURE__ */ U({
|
|
1173
1174
|
inheritAttrs: !1,
|
|
1174
1175
|
__name: "cl-ui-modal",
|
|
1175
1176
|
props: {
|
|
@@ -1178,7 +1179,7 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1178
1179
|
size: { default: "medium" }
|
|
1179
1180
|
},
|
|
1180
1181
|
setup(t) {
|
|
1181
|
-
const o = t, e =
|
|
1182
|
+
const o = t, e = A(!1);
|
|
1182
1183
|
function l() {
|
|
1183
1184
|
e.value = !0, document.addEventListener("keydown", p);
|
|
1184
1185
|
}
|
|
@@ -1188,11 +1189,11 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1188
1189
|
function p(s) {
|
|
1189
1190
|
s.key === "Escape" && n();
|
|
1190
1191
|
}
|
|
1191
|
-
return (s, a) => (u(),
|
|
1192
|
-
|
|
1192
|
+
return (s, a) => (u(), v(F, null, [
|
|
1193
|
+
S(s.$slots, "trigger", te(ae({ open: l }))),
|
|
1193
1194
|
(u(), V(_e, { to: "body" }, [
|
|
1194
1195
|
$(ge, { name: "fade" }, {
|
|
1195
|
-
default:
|
|
1196
|
+
default: P(() => [
|
|
1196
1197
|
L(f("div", gt, [
|
|
1197
1198
|
f("div", re(s.$attrs, {
|
|
1198
1199
|
class: ["cl-bg-white cl-flex cl-flex-wrap cl-max-h-[calc(100vh-8rem)] cl-mx-0 cl-my-auto cl-overflow-y-auto cl-overscroll-y-none cl-relative cl-rounded-lg cl-shadow-lg", {
|
|
@@ -1222,12 +1223,12 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1222
1223
|
"cl-bg-primary-default cl-text-white": s.headerColour === "primary"
|
|
1223
1224
|
}])
|
|
1224
1225
|
}, [
|
|
1225
|
-
|
|
1226
|
+
S(s.$slots, "title")
|
|
1226
1227
|
], 2),
|
|
1227
1228
|
f("div", bt, [
|
|
1228
|
-
|
|
1229
|
+
S(s.$slots, "default", te(ae({ close: n })))
|
|
1229
1230
|
]),
|
|
1230
|
-
|
|
1231
|
+
S(s.$slots, "footer", te(ae({ close: n })))
|
|
1231
1232
|
], 16)
|
|
1232
1233
|
], 512), [
|
|
1233
1234
|
[H, e.value]
|
|
@@ -1252,8 +1253,8 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1252
1253
|
"clear-object": null
|
|
1253
1254
|
},
|
|
1254
1255
|
setup(t) {
|
|
1255
|
-
return (o, e) => (u(),
|
|
1256
|
-
o.additionalText !== "" ? (u(),
|
|
1256
|
+
return (o, e) => (u(), v("div", ht, [
|
|
1257
|
+
o.additionalText !== "" ? (u(), v("div", yt, E(o.additionalText), 1)) : q("", !0),
|
|
1257
1258
|
f("div", {
|
|
1258
1259
|
class: _({
|
|
1259
1260
|
"cl-w-1/2": o.additionalText !== "",
|
|
@@ -1291,36 +1292,36 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1291
1292
|
"option-highlighted": null
|
|
1292
1293
|
},
|
|
1293
1294
|
setup(t, { emit: o }) {
|
|
1294
|
-
const e = t, l =
|
|
1295
|
-
var
|
|
1296
|
-
return ((
|
|
1297
|
-
}), n =
|
|
1298
|
-
var
|
|
1299
|
-
return ((
|
|
1300
|
-
}), p =
|
|
1295
|
+
const e = t, l = N(() => {
|
|
1296
|
+
var c;
|
|
1297
|
+
return ((c = e.option) == null ? void 0 : c.name) ?? e.text;
|
|
1298
|
+
}), n = N(() => {
|
|
1299
|
+
var c;
|
|
1300
|
+
return ((c = e.option) == null ? void 0 : c.parentName) ?? "";
|
|
1301
|
+
}), p = A(!1);
|
|
1301
1302
|
function s() {
|
|
1302
|
-
var
|
|
1303
|
-
e.isCreateNewOption === !0 ? o("create-object") : o("select-object", (
|
|
1303
|
+
var c;
|
|
1304
|
+
e.isCreateNewOption === !0 ? o("create-object") : o("select-object", (c = e.option) == null ? void 0 : c.id);
|
|
1304
1305
|
}
|
|
1305
|
-
function a(
|
|
1306
|
-
|
|
1306
|
+
function a(c) {
|
|
1307
|
+
c === !0 ? (p.value = !0, o("option-highlighted", e.index)) : e.index !== e.selectedIndex && (p.value = !1);
|
|
1307
1308
|
}
|
|
1308
|
-
function
|
|
1309
|
+
function i() {
|
|
1309
1310
|
e.selectedIndex === e.index ? p.value = !0 : p.value = !1;
|
|
1310
1311
|
}
|
|
1311
|
-
return Q(() => e.selectedIndex, () =>
|
|
1312
|
+
return Q(() => e.selectedIndex, () => i()), (c, m) => {
|
|
1312
1313
|
var b, r;
|
|
1313
|
-
return u(),
|
|
1314
|
+
return u(), v("div", {
|
|
1314
1315
|
class: _(["cl-cursor-pointer cl-duration-75 cl-flex cl-p-1 cl-text-left cl-transition-colors", {
|
|
1315
1316
|
"cl-bg-white": p.value === !1,
|
|
1316
|
-
"cl-bg-link-light cl-text-white cl-opacity-90": p.value &&
|
|
1317
|
-
"cl-bg-primary-default cl-text-white cl-opacity-90": p.value &&
|
|
1317
|
+
"cl-bg-link-light cl-text-white cl-opacity-90": p.value && c.isCreateNewOption === !1,
|
|
1318
|
+
"cl-bg-primary-default cl-text-white cl-opacity-90": p.value && c.isCreateNewOption
|
|
1318
1319
|
}]),
|
|
1319
1320
|
onMousedown: s,
|
|
1320
1321
|
onMousemove: m[0] || (m[0] = (w) => a(!0)),
|
|
1321
1322
|
onMouseleave: m[1] || (m[1] = (w) => a(!1))
|
|
1322
1323
|
}, [
|
|
1323
|
-
|
|
1324
|
+
c.option !== null && ((b = c.option) == null ? void 0 : b.parentId) !== 0 && ((r = c.option) == null ? void 0 : r.parentId) !== void 0 ? (u(), v("div", wt, E(n.value), 1)) : q("", !0),
|
|
1324
1325
|
f("div", {
|
|
1325
1326
|
class: _({
|
|
1326
1327
|
"cl-w-1/2": n.value !== "",
|
|
@@ -1336,7 +1337,7 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1336
1337
|
icon: "ph:plus"
|
|
1337
1338
|
}, null, 8, ["class"])
|
|
1338
1339
|
], 512), [
|
|
1339
|
-
[H,
|
|
1340
|
+
[H, c.isCreateNewOption]
|
|
1340
1341
|
])
|
|
1341
1342
|
], 34);
|
|
1342
1343
|
};
|
|
@@ -1362,8 +1363,8 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1362
1363
|
"hide-dropdown": null
|
|
1363
1364
|
},
|
|
1364
1365
|
setup(t, { emit: o }) {
|
|
1365
|
-
const e = t, { t: l } =
|
|
1366
|
-
function
|
|
1366
|
+
const e = t, { t: l } = ne(), n = A(""), p = A(!1), s = A(-1), a = N(() => p.value ? -1 : 0), i = A();
|
|
1367
|
+
function c(y) {
|
|
1367
1368
|
(y === void 0 || (y == null ? void 0 : y.code.startsWith("Arrow")) === !1 && (y == null ? void 0 : y.code.startsWith("Control")) === !1 && (y == null ? void 0 : y.code.startsWith("Shift")) === !1 && (y == null ? void 0 : y.code.startsWith("Tab")) === !1 && (y == null ? void 0 : y.code) !== "Enter") && (o("search", n.value), s.value = -2);
|
|
1368
1369
|
}
|
|
1369
1370
|
function m(y) {
|
|
@@ -1395,7 +1396,7 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1395
1396
|
}
|
|
1396
1397
|
function B() {
|
|
1397
1398
|
var y;
|
|
1398
|
-
e.results && e.results.length > 1 && ((y =
|
|
1399
|
+
e.results && e.results.length > 1 && ((y = i.value) == null || y.scrollTo(0, (s.value + 1) * 34 - 34 * 2));
|
|
1399
1400
|
}
|
|
1400
1401
|
function O() {
|
|
1401
1402
|
let y = !1;
|
|
@@ -1405,22 +1406,22 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1405
1406
|
s.value = y;
|
|
1406
1407
|
}
|
|
1407
1408
|
function z() {
|
|
1408
|
-
e.isVisible === !0 && (n.value = "",
|
|
1409
|
+
e.isVisible === !0 && (n.value = "", c(), ye(() => {
|
|
1409
1410
|
var y, D;
|
|
1410
|
-
return (D = (y =
|
|
1411
|
+
return (D = (y = i.value) == null ? void 0 : y.querySelector("input")) == null ? void 0 : D.focus();
|
|
1411
1412
|
}));
|
|
1412
1413
|
}
|
|
1413
|
-
return Q(() => e.results, () => O()), Q(() => e.errorMessage, () => O()), Q(() => e.isVisible, () => z()),
|
|
1414
|
+
return Q(() => e.results, () => O()), Q(() => e.errorMessage, () => O()), Q(() => e.isVisible, () => z()), qe(() => {
|
|
1414
1415
|
var y;
|
|
1415
|
-
return (y =
|
|
1416
|
+
return (y = i.value) == null ? void 0 : y.addEventListener("keydown", k);
|
|
1416
1417
|
}), Ie(() => {
|
|
1417
1418
|
var y;
|
|
1418
|
-
return (y =
|
|
1419
|
+
return (y = i.value) == null ? void 0 : y.removeEventListener("keydown", k);
|
|
1419
1420
|
}), (y, D) => {
|
|
1420
1421
|
var Y;
|
|
1421
|
-
return u(),
|
|
1422
|
+
return u(), v("div", {
|
|
1422
1423
|
ref_key: "container",
|
|
1423
|
-
ref:
|
|
1424
|
+
ref: i,
|
|
1424
1425
|
class: "cl-absolute cl-bg-white cl-border cl-border-collapse cl-border-grey-0 cl-h-52 cl-overflow-y-auto cl-overscroll-y-none cl-rounded cl-text-sm cl-w-full cl-z-20",
|
|
1425
1426
|
onKeydown: [
|
|
1426
1427
|
D[2] || (D[2] = $e(K((W) => h(a.value), ["prevent", "stop"]), ["up"])),
|
|
@@ -1429,13 +1430,13 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1429
1430
|
onKeyup: $e(K(T, ["prevent", "stop"]), ["enter"])
|
|
1430
1431
|
}, [
|
|
1431
1432
|
f("div", Ct, [
|
|
1432
|
-
$(
|
|
1433
|
+
$(ie, {
|
|
1433
1434
|
modelValue: n.value,
|
|
1434
1435
|
"onUpdate:modelValue": D[0] || (D[0] = (W) => n.value = W),
|
|
1435
1436
|
class: "!cl-mr-0 cl-w-full",
|
|
1436
1437
|
"input-type": "text",
|
|
1437
1438
|
"placeholder-text": d(l)("comboBox.searchHint", { object: y.objectType }),
|
|
1438
|
-
onKeyup:
|
|
1439
|
+
onKeyup: c,
|
|
1439
1440
|
onBlur: r
|
|
1440
1441
|
}, null, 8, ["modelValue", "placeholder-text"]),
|
|
1441
1442
|
L($(Se, { class: "cl-absolute cl-ml-2 cl-mt-11" }, null, 512), [
|
|
@@ -1447,22 +1448,22 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1447
1448
|
"show-clear-button": y.canClearSelectedObject,
|
|
1448
1449
|
text: y.currentObjectName,
|
|
1449
1450
|
onClearObject: D[1] || (D[1] = (W) => y.$emit("clear-object"))
|
|
1450
|
-
}, null, 8, ["show-clear-button", "text"])) :
|
|
1451
|
+
}, null, 8, ["show-clear-button", "text"])) : q("", !0),
|
|
1451
1452
|
y.objectParentType !== "" && y.results !== void 0 && y.results.length > 0 && y.errorMessage === "" ? (u(), V(Te, {
|
|
1452
1453
|
key: 1,
|
|
1453
1454
|
text: y.objectType,
|
|
1454
1455
|
"additional-text": y.objectParentType,
|
|
1455
1456
|
class: "cl-bg-grey-2 cl-mt-1"
|
|
1456
|
-
}, null, 8, ["text", "additional-text"])) :
|
|
1457
|
+
}, null, 8, ["text", "additional-text"])) : q("", !0),
|
|
1457
1458
|
y.results !== null && ((Y = y.results) == null ? void 0 : Y.length) === 0 && n.value.trim() !== "" && y.canCreateNewObject === !1 && y.errorMessage === "" ? (u(), V(Te, {
|
|
1458
1459
|
key: 2,
|
|
1459
1460
|
text: d(l)("comboBox.noResults", { value: n.value })
|
|
1460
|
-
}, null, 8, ["text"])) :
|
|
1461
|
+
}, null, 8, ["text"])) : q("", !0),
|
|
1461
1462
|
y.errorMessage !== "" ? (u(), V(Te, {
|
|
1462
1463
|
key: 3,
|
|
1463
1464
|
class: "!cl-bg-danger-light cl-border-danger-light cl-rounded cl-text-danger-dark",
|
|
1464
1465
|
text: d(l)("comboBox.errorMessage", { error: y.errorMessage })
|
|
1465
|
-
}, null, 8, ["text"])) :
|
|
1466
|
+
}, null, 8, ["text"])) : q("", !0),
|
|
1466
1467
|
p.value ? (u(), V(He, {
|
|
1467
1468
|
key: 4,
|
|
1468
1469
|
"is-create-new-option": !0,
|
|
@@ -1472,9 +1473,9 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1472
1473
|
class: "cl-px-2",
|
|
1473
1474
|
onCreateObject: b,
|
|
1474
1475
|
onOptionHighlighted: R
|
|
1475
|
-
}, null, 8, ["text", "selected-index"])) :
|
|
1476
|
-
y.errorMessage === "" && y.results !== null ? (u(),
|
|
1477
|
-
(u(!0),
|
|
1476
|
+
}, null, 8, ["text", "selected-index"])) : q("", !0),
|
|
1477
|
+
y.errorMessage === "" && y.results !== null ? (u(), v("div", Tt, [
|
|
1478
|
+
(u(!0), v(F, null, J(y.results, (W, ue) => (u(), V(He, {
|
|
1478
1479
|
key: ue,
|
|
1479
1480
|
option: W,
|
|
1480
1481
|
index: ue,
|
|
@@ -1483,11 +1484,11 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1483
1484
|
onSelectObject: m,
|
|
1484
1485
|
onOptionHighlighted: R
|
|
1485
1486
|
}, null, 8, ["option", "index", "selected-index"]))), 128))
|
|
1486
|
-
])) :
|
|
1487
|
+
])) : q("", !0)
|
|
1487
1488
|
], 40, kt);
|
|
1488
1489
|
};
|
|
1489
1490
|
}
|
|
1490
|
-
}), Ot = { class: "cl-flex" },
|
|
1491
|
+
}), Ot = { class: "cl-flex" }, At = { class: "cl-relative cl-right-20 cl-top-0.5" }, qt = { class: "cl-absolute cl-flex cl-float-right cl-font-semibold cl-mt-2 cl-text-danger-default cl-text-sm cl-z-10" }, St = { class: "cl-min-h-[16rem] cl-mx-4" }, Nt = { class: "cl-p-2 cl-text-right cl-w-full" }, jt = /* @__PURE__ */ U({
|
|
1491
1492
|
__name: "cl-ui-combo-box",
|
|
1492
1493
|
props: {
|
|
1493
1494
|
loading: { type: Boolean, default: !1 },
|
|
@@ -1513,14 +1514,14 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1513
1514
|
"update:current-object": null
|
|
1514
1515
|
},
|
|
1515
1516
|
setup(t, { expose: o, emit: e }) {
|
|
1516
|
-
const l = t, { t: n } =
|
|
1517
|
+
const l = t, { t: n } = ne(), p = A(!1), s = N({
|
|
1517
1518
|
get: () => l.currentObject,
|
|
1518
1519
|
set: (C) => e("update:current-object", C)
|
|
1519
|
-
}), a =
|
|
1520
|
+
}), a = A(null), i = A(null), c = N(() => Ne()), m = A(""), b = A(""), r = A(), w = A(!0), h = A(!1);
|
|
1520
1521
|
function T(C) {
|
|
1521
|
-
var
|
|
1522
|
-
const G = ((
|
|
1523
|
-
h.value = window.innerHeight - G < 280, l.disabled || (typeof C < "u" ? p.value = C : p.value = !p.value), (
|
|
1522
|
+
var se, x;
|
|
1523
|
+
const G = ((se = ve.value) == null ? void 0 : se.getBoundingClientRect().top) || 0;
|
|
1524
|
+
h.value = window.innerHeight - G < 280, l.disabled || (typeof C < "u" ? p.value = C : p.value = !p.value), (x = a.value) == null || x.blur();
|
|
1524
1525
|
}
|
|
1525
1526
|
function k(C) {
|
|
1526
1527
|
m.value = C, e("search", C);
|
|
@@ -1538,9 +1539,9 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1538
1539
|
function z(C) {
|
|
1539
1540
|
let G = null;
|
|
1540
1541
|
if (l.results !== null) {
|
|
1541
|
-
for (let
|
|
1542
|
-
if (l.results[
|
|
1543
|
-
G = l.results[
|
|
1542
|
+
for (let se = 0; se < l.results.length; se++)
|
|
1543
|
+
if (l.results[se].id === C) {
|
|
1544
|
+
G = l.results[se];
|
|
1544
1545
|
break;
|
|
1545
1546
|
}
|
|
1546
1547
|
}
|
|
@@ -1550,7 +1551,7 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1550
1551
|
var C;
|
|
1551
1552
|
r.value = {
|
|
1552
1553
|
name: m.value,
|
|
1553
|
-
parentId: ((C =
|
|
1554
|
+
parentId: ((C = i.value) == null ? void 0 : C.id) ?? 0
|
|
1554
1555
|
}, e("create-object", r.value);
|
|
1555
1556
|
}
|
|
1556
1557
|
function D() {
|
|
@@ -1569,23 +1570,23 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1569
1570
|
}
|
|
1570
1571
|
function W() {
|
|
1571
1572
|
var C;
|
|
1572
|
-
(C = l.parentObjectCreatedResponse) != null && C.id && (
|
|
1573
|
+
(C = l.parentObjectCreatedResponse) != null && C.id && (i.value = {
|
|
1573
1574
|
id: l.parentObjectCreatedResponse.id,
|
|
1574
1575
|
name: l.parentObjectCreatedResponse.name ?? ""
|
|
1575
1576
|
});
|
|
1576
1577
|
}
|
|
1577
1578
|
function ue() {
|
|
1578
|
-
var G,
|
|
1579
|
+
var G, se, x, g, j;
|
|
1579
1580
|
Ve({
|
|
1580
1581
|
message: n("comboBox.createSuccessful", { object: l.objectType, name: ((G = l.objectCreatedResponse) == null ? void 0 : G.name) ?? "" }),
|
|
1581
1582
|
colour: "primary",
|
|
1582
1583
|
duration: 1e4
|
|
1583
1584
|
});
|
|
1584
1585
|
let C = "";
|
|
1585
|
-
|
|
1586
|
-
id: ((
|
|
1587
|
-
name: ((
|
|
1588
|
-
parentId: ((
|
|
1586
|
+
i.value && i.value.id === ((se = l.objectCreatedResponse) == null ? void 0 : se.parentId) && (C = i.value.name), s.value = {
|
|
1587
|
+
id: ((x = l.objectCreatedResponse) == null ? void 0 : x.id) ?? 0,
|
|
1588
|
+
name: ((g = l.objectCreatedResponse) == null ? void 0 : g.name) ?? "",
|
|
1589
|
+
parentId: ((j = l.objectCreatedResponse) == null ? void 0 : j.parentId) ?? 0,
|
|
1589
1590
|
parentName: C
|
|
1590
1591
|
};
|
|
1591
1592
|
}
|
|
@@ -1595,39 +1596,39 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1595
1596
|
}
|
|
1596
1597
|
function be() {
|
|
1597
1598
|
let C = !0;
|
|
1598
|
-
m.value === "" && (C = !1), l.objectParentType !== "" &&
|
|
1599
|
+
m.value === "" && (C = !1), l.objectParentType !== "" && i.value === null && (C = !1), w.value = C;
|
|
1599
1600
|
}
|
|
1600
|
-
Q(() => l.objectCreatedResponse, () => Y()), Q(() => l.parentObjectCreatedResponse, () => W()), Q(() => m.value, () => be()), Q(() =>
|
|
1601
|
+
Q(() => l.objectCreatedResponse, () => Y()), Q(() => l.parentObjectCreatedResponse, () => W()), Q(() => m.value, () => be()), Q(() => i.value, () => be()), o({
|
|
1601
1602
|
focus() {
|
|
1602
1603
|
var C;
|
|
1603
1604
|
(C = a.value) == null || C.focus();
|
|
1604
1605
|
}
|
|
1605
1606
|
});
|
|
1606
|
-
const ve =
|
|
1607
|
+
const ve = A();
|
|
1607
1608
|
return ze(ve, () => p.value ? T(!1) : ""), (C, G) => {
|
|
1608
|
-
const
|
|
1609
|
-
return u(),
|
|
1609
|
+
const se = nl("cl-ui-combo-box", !0);
|
|
1610
|
+
return u(), v("div", {
|
|
1610
1611
|
ref_key: "outsideRef",
|
|
1611
1612
|
ref: ve,
|
|
1612
1613
|
class: "cl-relative"
|
|
1613
1614
|
}, [
|
|
1614
1615
|
f("div", Ot, [
|
|
1615
|
-
$(
|
|
1616
|
+
$(ie, {
|
|
1616
1617
|
ref_key: "inputRef",
|
|
1617
1618
|
ref: a,
|
|
1618
|
-
modelValue:
|
|
1619
|
-
"onUpdate:modelValue": G[0] || (G[0] = (
|
|
1619
|
+
modelValue: c.value,
|
|
1620
|
+
"onUpdate:modelValue": G[0] || (G[0] = (x) => c.value = x),
|
|
1620
1621
|
class: _(["!cl-mr-0 cl-mb-0 cl-rounded-r-none cl-w-full cl-z-10", {
|
|
1621
1622
|
"cl-cursor-pointer": C.disabled === !1
|
|
1622
1623
|
}]),
|
|
1623
1624
|
"input-type": "text",
|
|
1624
1625
|
"placeholder-text": d(n)("comboBox.emptyHintText", { object: C.objectType }),
|
|
1625
|
-
onFocus: G[1] || (G[1] = (
|
|
1626
|
+
onFocus: G[1] || (G[1] = (x) => {
|
|
1626
1627
|
T(), C.$emit("focus");
|
|
1627
1628
|
})
|
|
1628
1629
|
}, null, 8, ["modelValue", "class", "placeholder-text"]),
|
|
1629
|
-
L(f("div",
|
|
1630
|
-
f("div",
|
|
1630
|
+
L(f("div", At, [
|
|
1631
|
+
f("div", qt, [
|
|
1631
1632
|
le(E(d(n)("comboBox.required")) + " ", 1),
|
|
1632
1633
|
$(d(I), {
|
|
1633
1634
|
class: "cl-ml-1 cl-mt-1",
|
|
@@ -1637,25 +1638,25 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1637
1638
|
], 512), [
|
|
1638
1639
|
[H, C.required && C.disabled === !1 && C.currentObject === null]
|
|
1639
1640
|
]),
|
|
1640
|
-
p.value ? (u(),
|
|
1641
|
+
p.value ? (u(), v("div", {
|
|
1641
1642
|
key: 1,
|
|
1642
1643
|
class: _(["cl-bg-white 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", {
|
|
1643
1644
|
"cl-cursor-default": C.disabled,
|
|
1644
1645
|
"cl-cursor-pointer": C.disabled === !1
|
|
1645
1646
|
}]),
|
|
1646
|
-
onClick: G[3] || (G[3] = (
|
|
1647
|
+
onClick: G[3] || (G[3] = (x) => T(!1))
|
|
1647
1648
|
}, [
|
|
1648
1649
|
$(d(I), {
|
|
1649
1650
|
icon: "ph:caret-up-bold",
|
|
1650
1651
|
class: "cl-ml-[5px] cl-mt-[12px]"
|
|
1651
1652
|
})
|
|
1652
|
-
], 2)) : (u(),
|
|
1653
|
+
], 2)) : (u(), v("div", {
|
|
1653
1654
|
key: 0,
|
|
1654
1655
|
class: _(["cl-bg-white 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", {
|
|
1655
1656
|
"cl-cursor-default": C.disabled,
|
|
1656
1657
|
"cl-cursor-pointer": C.disabled === !1
|
|
1657
1658
|
}]),
|
|
1658
|
-
onClick: G[2] || (G[2] = (
|
|
1659
|
+
onClick: G[2] || (G[2] = (x) => T(!0))
|
|
1659
1660
|
}, [
|
|
1660
1661
|
$(d(I), {
|
|
1661
1662
|
icon: "ph:caret-down-bold",
|
|
@@ -1664,10 +1665,10 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1664
1665
|
], 2))
|
|
1665
1666
|
]),
|
|
1666
1667
|
$(Ye, { size: "small" }, {
|
|
1667
|
-
title:
|
|
1668
|
+
title: P(() => [
|
|
1668
1669
|
le(E(d(n)("comboBox.createTitle", { object: C.objectType })), 1)
|
|
1669
1670
|
]),
|
|
1670
|
-
trigger:
|
|
1671
|
+
trigger: P(({ open: x }) => [
|
|
1671
1672
|
L($(Et, {
|
|
1672
1673
|
"can-create-new-object": C.canCreateNewObject,
|
|
1673
1674
|
"can-clear-selected-object": C.canClearSelectedObject,
|
|
@@ -1676,12 +1677,12 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1676
1677
|
"object-type": C.objectType,
|
|
1677
1678
|
"object-parent-type": C.objectParentType,
|
|
1678
1679
|
"error-message": C.errorMessage,
|
|
1679
|
-
"current-object-name":
|
|
1680
|
+
"current-object-name": c.value,
|
|
1680
1681
|
"is-visible": p.value,
|
|
1681
1682
|
class: _({
|
|
1682
1683
|
"cl-bottom-full": h.value
|
|
1683
1684
|
}),
|
|
1684
|
-
onCreateObject:
|
|
1685
|
+
onCreateObject: x,
|
|
1685
1686
|
onSelectObject: R,
|
|
1686
1687
|
onClearObject: O,
|
|
1687
1688
|
onSearch: k
|
|
@@ -1689,15 +1690,15 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1689
1690
|
[H, p.value]
|
|
1690
1691
|
])
|
|
1691
1692
|
]),
|
|
1692
|
-
footer:
|
|
1693
|
+
footer: P(({ close: x }) => [
|
|
1693
1694
|
f("div", Nt, [
|
|
1694
1695
|
$(me, {
|
|
1695
1696
|
class: "cl-mr-3",
|
|
1696
1697
|
colour: "default",
|
|
1697
1698
|
size: "small",
|
|
1698
|
-
onClick:
|
|
1699
|
+
onClick: x
|
|
1699
1700
|
}, {
|
|
1700
|
-
default:
|
|
1701
|
+
default: P(() => [
|
|
1701
1702
|
le(E(d(n)("comboBox.cancel")), 1)
|
|
1702
1703
|
]),
|
|
1703
1704
|
_: 2
|
|
@@ -1706,23 +1707,23 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1706
1707
|
colour: "primary",
|
|
1707
1708
|
size: "small",
|
|
1708
1709
|
disabled: !w.value,
|
|
1709
|
-
onClick: (
|
|
1710
|
-
y(),
|
|
1710
|
+
onClick: (g) => {
|
|
1711
|
+
y(), x();
|
|
1711
1712
|
}
|
|
1712
1713
|
}, {
|
|
1713
|
-
default:
|
|
1714
|
+
default: P(() => [
|
|
1714
1715
|
le(E(d(n)("comboBox.create")), 1)
|
|
1715
1716
|
]),
|
|
1716
1717
|
_: 2
|
|
1717
1718
|
}, 1032, ["disabled", "onClick"])
|
|
1718
1719
|
])
|
|
1719
1720
|
]),
|
|
1720
|
-
default:
|
|
1721
|
+
default: P(() => [
|
|
1721
1722
|
f("div", St, [
|
|
1722
|
-
C.objectParentType ? (u(), V(
|
|
1723
|
+
C.objectParentType ? (u(), V(se, {
|
|
1723
1724
|
key: 0,
|
|
1724
|
-
"current-object":
|
|
1725
|
-
"onUpdate:currentObject": G[4] || (G[4] = (
|
|
1725
|
+
"current-object": i.value,
|
|
1726
|
+
"onUpdate:currentObject": G[4] || (G[4] = (x) => i.value = x),
|
|
1726
1727
|
class: "cl-mt-3",
|
|
1727
1728
|
results: C.parentResults,
|
|
1728
1729
|
loading: C.loading,
|
|
@@ -1733,10 +1734,10 @@ const ae = /* @__PURE__ */ fe(mt, [["__scopeId", "data-v-d8904ca5"]]), gt = { cl
|
|
|
1733
1734
|
"error-message": C.errorMessage,
|
|
1734
1735
|
onSearch: B,
|
|
1735
1736
|
onCreateObject: D
|
|
1736
|
-
}, null, 8, ["current-object", "results", "loading", "object-type", "object-created-response", "can-create-new-object", "can-clear-selected-object", "error-message"])) :
|
|
1737
|
-
$(
|
|
1737
|
+
}, null, 8, ["current-object", "results", "loading", "object-type", "object-created-response", "can-create-new-object", "can-clear-selected-object", "error-message"])) : q("", !0),
|
|
1738
|
+
$(ie, {
|
|
1738
1739
|
modelValue: m.value,
|
|
1739
|
-
"onUpdate:modelValue": G[5] || (G[5] = (
|
|
1740
|
+
"onUpdate:modelValue": G[5] || (G[5] = (x) => m.value = x),
|
|
1740
1741
|
label: d(n)("comboBox.createProperty"),
|
|
1741
1742
|
class: "cl-mb-2 cl-pt-3 cl-w-full",
|
|
1742
1743
|
"input-type": "text"
|
|
@@ -1763,18 +1764,18 @@ const Rt = {}, zt = { class: "cl-flex cl-flex-wrap cl-left-0 cl-mt-4 cl-w-full"
|
|
|
1763
1764
|
class: "cl-leading-10 cl-text-sm cl-w-full"
|
|
1764
1765
|
}, Mt = { class: "cl-float-left" }, Vt = { class: "cl-float-right" };
|
|
1765
1766
|
function Dt(t, o) {
|
|
1766
|
-
return u(),
|
|
1767
|
-
t.$slots.default ? (u(),
|
|
1768
|
-
|
|
1769
|
-
])) :
|
|
1770
|
-
t.$slots.left || t.$slots.right ? (u(),
|
|
1767
|
+
return u(), v("div", zt, [
|
|
1768
|
+
t.$slots.default ? (u(), v("div", Ut, [
|
|
1769
|
+
S(t.$slots, "default")
|
|
1770
|
+
])) : q("", !0),
|
|
1771
|
+
t.$slots.left || t.$slots.right ? (u(), v("div", Bt, [
|
|
1771
1772
|
f("span", Mt, [
|
|
1772
|
-
|
|
1773
|
+
S(t.$slots, "left")
|
|
1773
1774
|
]),
|
|
1774
1775
|
f("span", Vt, [
|
|
1775
|
-
|
|
1776
|
+
S(t.$slots, "right")
|
|
1776
1777
|
])
|
|
1777
|
-
])) :
|
|
1778
|
+
])) : q("", !0)
|
|
1778
1779
|
]);
|
|
1779
1780
|
}
|
|
1780
1781
|
const Lt = /* @__PURE__ */ fe(Rt, [["render", Dt]]);
|
|
@@ -1786,13 +1787,14 @@ function Ue(t) {
|
|
|
1786
1787
|
const o = t.type !== "slot" || t.slotType !== void 0 && t.field !== void 0, e = t.filterable ?? !0;
|
|
1787
1788
|
return o && e;
|
|
1788
1789
|
}
|
|
1789
|
-
const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1 cl-grid cl-grid-cols-2 cl-justify-end cl-mb-2 lg:cl-flex lg:cl-gap-2" }, Ht = {
|
|
1790
|
+
const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1 cl-grid cl-grid-cols-2 cl-justify-end cl-mb-2 lg:cl-flex lg:cl-gap-2" }, Ht = { class: "cl-basis-0 cl-col-span-2 cl-flex-grow" }, Gt = /* @__PURE__ */ f("hr", { class: "cl-block cl-border-grey-3 cl-col-span-2 cl-my-4 lg:cl-hidden" }, null, -1), Zt = {
|
|
1790
1791
|
key: 1,
|
|
1791
1792
|
class: "cl-hidden lg:cl-block"
|
|
1792
|
-
},
|
|
1793
|
+
}, xt = { class: "cl-block lg:cl-hidden" }, Wt = /* @__PURE__ */ U({
|
|
1793
1794
|
__name: "cl-ui-grid-action-row",
|
|
1794
1795
|
props: {
|
|
1795
1796
|
editMode: { type: Boolean },
|
|
1797
|
+
loading: { type: Boolean },
|
|
1796
1798
|
filterPanelOpen: { type: Boolean },
|
|
1797
1799
|
columns: {},
|
|
1798
1800
|
options: {},
|
|
@@ -1800,38 +1802,45 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
1800
1802
|
},
|
|
1801
1803
|
emits: ["update:edit-mode", "update:filterPanelOpen", "clear-filters"],
|
|
1802
1804
|
setup(t) {
|
|
1803
|
-
const { t: o } =
|
|
1804
|
-
return (e, l) => (u(),
|
|
1805
|
+
const { t: o } = ne();
|
|
1806
|
+
return (e, l) => (u(), v(F, null, [
|
|
1805
1807
|
f("div", Pt, [
|
|
1806
1808
|
f("strong", null, E(d(o)("grid.gridTools")), 1)
|
|
1807
1809
|
]),
|
|
1808
1810
|
f("div", Ft, [
|
|
1811
|
+
f("div", Ht, [
|
|
1812
|
+
S(e.$slots, "additional-grid-actions", te(ae({
|
|
1813
|
+
loading: e.loading,
|
|
1814
|
+
editMode: e.editMode
|
|
1815
|
+
})))
|
|
1816
|
+
]),
|
|
1817
|
+
Gt,
|
|
1809
1818
|
e.columns.some((n) => n.editable) ? (u(), V(me, {
|
|
1810
1819
|
key: 0,
|
|
1811
1820
|
size: "small",
|
|
1812
1821
|
colour: "default",
|
|
1813
1822
|
onClick: l[0] || (l[0] = K((n) => e.$emit("update:edit-mode", !e.editMode), ["prevent"]))
|
|
1814
1823
|
}, {
|
|
1815
|
-
default:
|
|
1816
|
-
e.editMode ? (u(),
|
|
1824
|
+
default: P(() => [
|
|
1825
|
+
e.editMode ? (u(), v(F, { key: 0 }, [
|
|
1817
1826
|
le(E(d(o)("grid.finishEditing")), 1)
|
|
1818
|
-
], 64)) : (u(),
|
|
1827
|
+
], 64)) : (u(), v(F, { key: 1 }, [
|
|
1819
1828
|
le(E(d(o)("grid.editData")), 1)
|
|
1820
1829
|
], 64))
|
|
1821
1830
|
]),
|
|
1822
1831
|
_: 1
|
|
1823
|
-
})) :
|
|
1824
|
-
e.options.hideViewManager ?
|
|
1825
|
-
|
|
1832
|
+
})) : q("", !0),
|
|
1833
|
+
e.options.hideViewManager ? q("", !0) : (u(), v("div", Zt, [
|
|
1834
|
+
S(e.$slots, "view-manager")
|
|
1826
1835
|
])),
|
|
1827
|
-
e.columns.some((n) => d(Ue)(n) || d(Oe)(n)) ? (u(),
|
|
1828
|
-
f("div",
|
|
1836
|
+
e.columns.some((n) => d(Ue)(n) || d(Oe)(n)) ? (u(), v(F, { key: 2 }, [
|
|
1837
|
+
f("div", xt, [
|
|
1829
1838
|
$(me, {
|
|
1830
1839
|
class: "cl-w-full",
|
|
1831
1840
|
size: "small",
|
|
1832
1841
|
onClick: l[1] || (l[1] = K((n) => e.$emit("update:filterPanelOpen", !e.filterPanelOpen), ["prevent"]))
|
|
1833
1842
|
}, {
|
|
1834
|
-
default:
|
|
1843
|
+
default: P(() => [
|
|
1835
1844
|
le(E(d(o)("grid.modifyFilters")), 1)
|
|
1836
1845
|
]),
|
|
1837
1846
|
_: 1
|
|
@@ -1845,25 +1854,25 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
1845
1854
|
}),
|
|
1846
1855
|
onClick: l[2] || (l[2] = K((n) => e.$emit("clear-filters"), ["prevent"]))
|
|
1847
1856
|
}, {
|
|
1848
|
-
default:
|
|
1857
|
+
default: P(() => [
|
|
1849
1858
|
le(E(d(o)("grid.clearFilters")), 1)
|
|
1850
1859
|
]),
|
|
1851
1860
|
_: 1
|
|
1852
1861
|
}, 8, ["colour", "class"])
|
|
1853
|
-
], 64)) :
|
|
1862
|
+
], 64)) : q("", !0)
|
|
1854
1863
|
])
|
|
1855
1864
|
], 64));
|
|
1856
1865
|
}
|
|
1857
|
-
}),
|
|
1866
|
+
}), Kt = {
|
|
1858
1867
|
key: 3,
|
|
1859
1868
|
class: "cl-inline-block cl-whitespace-nowrap"
|
|
1860
|
-
},
|
|
1869
|
+
}, Qt = {
|
|
1861
1870
|
key: 4,
|
|
1862
1871
|
class: "cl-inline-block cl-whitespace-nowrap"
|
|
1863
|
-
},
|
|
1872
|
+
}, Jt = {
|
|
1864
1873
|
key: 0,
|
|
1865
1874
|
class: "cl-inline-block cl-whitespace-nowrap"
|
|
1866
|
-
},
|
|
1875
|
+
}, Yt = {
|
|
1867
1876
|
key: 1,
|
|
1868
1877
|
class: "cl-inline-block cl-whitespace-nowrap"
|
|
1869
1878
|
}, Ge = /* @__PURE__ */ U({
|
|
@@ -1874,54 +1883,54 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
1874
1883
|
timeZone: {}
|
|
1875
1884
|
},
|
|
1876
1885
|
setup(t) {
|
|
1877
|
-
const o = t, { t: e, locale: l, n } =
|
|
1886
|
+
const o = t, { t: e, locale: l, n } = ne();
|
|
1878
1887
|
function p(s, a) {
|
|
1879
|
-
const
|
|
1888
|
+
const i = ke.fromISO(s, {
|
|
1880
1889
|
locale: l.value
|
|
1881
1890
|
}).setZone(o.timeZone);
|
|
1882
|
-
let
|
|
1891
|
+
let c = "";
|
|
1883
1892
|
switch (a) {
|
|
1884
|
-
case
|
|
1885
|
-
case
|
|
1886
|
-
|
|
1893
|
+
case Z.SHORT_DATE:
|
|
1894
|
+
case Z.DATE:
|
|
1895
|
+
c = i.toFormat("D");
|
|
1887
1896
|
break;
|
|
1888
|
-
case
|
|
1889
|
-
|
|
1897
|
+
case Z.LONG_DATE:
|
|
1898
|
+
c = i.toFormat("DDD");
|
|
1890
1899
|
break;
|
|
1891
|
-
case
|
|
1892
|
-
case
|
|
1893
|
-
|
|
1900
|
+
case Z.SHORT_DATETIME:
|
|
1901
|
+
case Z.DATETIME:
|
|
1902
|
+
c = i.toFormat("f");
|
|
1894
1903
|
break;
|
|
1895
|
-
case
|
|
1896
|
-
|
|
1904
|
+
case Z.LONG_DATETIME:
|
|
1905
|
+
c = i.toFormat("fff");
|
|
1897
1906
|
break;
|
|
1898
|
-
case
|
|
1899
|
-
|
|
1907
|
+
case Z.TIME:
|
|
1908
|
+
c = i.toFormat("t");
|
|
1900
1909
|
break;
|
|
1901
1910
|
}
|
|
1902
|
-
return
|
|
1911
|
+
return c;
|
|
1903
1912
|
}
|
|
1904
1913
|
return (s, a) => {
|
|
1905
|
-
var
|
|
1906
|
-
return s.column.type === "slot" ?
|
|
1914
|
+
var i;
|
|
1915
|
+
return s.column.type === "slot" ? S(s.$slots, s.column.name, { key: 0 }) : s.column.type === "boolean" && s.column.field !== void 0 ? (u(), V(ie, {
|
|
1907
1916
|
key: 1,
|
|
1908
1917
|
"input-type": "checkbox",
|
|
1909
1918
|
"model-value": s.data[s.column.field],
|
|
1910
1919
|
disabled: !0
|
|
1911
|
-
}, null, 8, ["model-value"])) : (s.column.type === "date" || s.column.type === "datetime") && s.column.field !== void 0 ? (u(),
|
|
1912
|
-
s.column.format !== void 0 ? (u(),
|
|
1920
|
+
}, null, 8, ["model-value"])) : (s.column.type === "date" || s.column.type === "datetime") && s.column.field !== void 0 ? (u(), v(F, { key: 2 }, [
|
|
1921
|
+
s.column.format !== void 0 ? (u(), v(F, { key: 0 }, [
|
|
1913
1922
|
le(E(p(s.data[s.column.field], s.column.format)), 1)
|
|
1914
|
-
], 64)) : s.column.type === "date" ? (u(),
|
|
1915
|
-
le(E(p(s.data[s.column.field], d(
|
|
1916
|
-
], 64)) : (u(),
|
|
1917
|
-
le(E(p(s.data[s.column.field], d(
|
|
1923
|
+
], 64)) : s.column.type === "date" ? (u(), v(F, { key: 1 }, [
|
|
1924
|
+
le(E(p(s.data[s.column.field], d(Z).DATE)), 1)
|
|
1925
|
+
], 64)) : (u(), v(F, { key: 2 }, [
|
|
1926
|
+
le(E(p(s.data[s.column.field], d(Z).DATETIME)), 1)
|
|
1918
1927
|
], 64))
|
|
1919
|
-
], 64)) : s.column.type === "list" && s.column.field !== void 0 && s.column.listEntries !== void 0 ? (u(),
|
|
1920
|
-
s.column.maxLength !== void 0 ? (u(),
|
|
1921
|
-
], 64)) :
|
|
1928
|
+
], 64)) : s.column.type === "list" && s.column.field !== void 0 && s.column.listEntries !== void 0 ? (u(), v("span", Kt, E(d(e)(((i = s.column.listEntries.find((c) => c.value === s.data[s.column.field])) == null ? void 0 : i.translationKey) ?? "")), 1)) : s.column.type === "number" && s.column.field !== void 0 ? (u(), v("span", Qt, E(d(n)(s.data[s.column.field], s.column.format ?? d(X).DECIMAL)), 1)) : s.column.field !== void 0 ? (u(), v(F, { key: 5 }, [
|
|
1929
|
+
s.column.maxLength !== void 0 ? (u(), v("span", Jt, E(s.data[s.column.field].trimToLength(s.column.maxLength, s.column.format !== void 0 ? s.column.format === "ellipsis" : !1)), 1)) : (u(), v("span", Yt, E(s.data[s.column.field]), 1))
|
|
1930
|
+
], 64)) : q("", !0);
|
|
1922
1931
|
};
|
|
1923
1932
|
}
|
|
1924
|
-
}),
|
|
1933
|
+
}), Xt = { class: "cl-font-semibold lg:cl-hidden" }, eo = /* @__PURE__ */ U({
|
|
1925
1934
|
__name: "cl-ui-grid-cell",
|
|
1926
1935
|
props: {
|
|
1927
1936
|
data: {},
|
|
@@ -1931,25 +1940,25 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
1931
1940
|
},
|
|
1932
1941
|
emits: ["edit", "focus", "undo"],
|
|
1933
1942
|
setup(t, { emit: o }) {
|
|
1934
|
-
const e = t, { t: l } =
|
|
1943
|
+
const e = t, { t: l } = ne(), n = A(ce(e.data)), p = N(() => e.column.field !== void 0 && n.value[e.column.field] !== e.data[e.column.field]), s = N(() => {
|
|
1935
1944
|
var a;
|
|
1936
|
-
return ((a = e.column.listEntries) == null ? void 0 : a.map((
|
|
1937
|
-
id:
|
|
1938
|
-
name: l(
|
|
1945
|
+
return ((a = e.column.listEntries) == null ? void 0 : a.map((i, c) => ({
|
|
1946
|
+
id: c,
|
|
1947
|
+
name: l(i.translationKey)
|
|
1939
1948
|
}))) ?? [];
|
|
1940
1949
|
});
|
|
1941
|
-
return sl(() => n.value =
|
|
1942
|
-
const
|
|
1943
|
-
|
|
1950
|
+
return sl(() => n.value = ce(e.data)), Q(n, (a) => {
|
|
1951
|
+
const i = e.column.field ?? "";
|
|
1952
|
+
i !== "" && (a[i] !== e.data[i] ? o("edit", a[i]) : o("undo"));
|
|
1944
1953
|
}, {
|
|
1945
1954
|
deep: !0
|
|
1946
|
-
}), (a,
|
|
1955
|
+
}), (a, i) => (u(), v("td", {
|
|
1947
1956
|
class: _(["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", {
|
|
1948
1957
|
"cl-bg-link-lighter": p.value
|
|
1949
1958
|
}])
|
|
1950
1959
|
}, [
|
|
1951
|
-
f("span",
|
|
1952
|
-
a.editMode && a.column.editable === !0 ?
|
|
1960
|
+
f("span", Xt, E(a.column.caption), 1),
|
|
1961
|
+
a.editMode && a.column.editable === !0 ? S(a.$slots, `${a.column.name}Edit`, te(re({ key: 0 }, {
|
|
1953
1962
|
cellFocused: () => o("focus"),
|
|
1954
1963
|
column: a.column,
|
|
1955
1964
|
edited: p.value,
|
|
@@ -1961,8 +1970,8 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
1961
1970
|
data: a.data,
|
|
1962
1971
|
"time-zone": a.timeZone
|
|
1963
1972
|
}, {
|
|
1964
|
-
[a.column.name]:
|
|
1965
|
-
|
|
1973
|
+
[a.column.name]: P(() => [
|
|
1974
|
+
S(a.$slots, a.column.name, te(ae({ column: a.column, record: a.data })))
|
|
1966
1975
|
]),
|
|
1967
1976
|
_: 2
|
|
1968
1977
|
}, 1032, ["column", "data", "time-zone"])
|
|
@@ -1972,14 +1981,14 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
1972
1981
|
data: a.data,
|
|
1973
1982
|
"time-zone": a.timeZone
|
|
1974
1983
|
}, {
|
|
1975
|
-
[a.column.name]:
|
|
1976
|
-
|
|
1984
|
+
[a.column.name]: P(() => [
|
|
1985
|
+
S(a.$slots, a.column.name, te(ae({ column: a.column, record: a.data })))
|
|
1977
1986
|
]),
|
|
1978
1987
|
_: 2
|
|
1979
1988
|
}, 1032, ["column", "data", "time-zone"]))
|
|
1980
1989
|
], 2));
|
|
1981
1990
|
}
|
|
1982
|
-
}),
|
|
1991
|
+
}), lo = /* @__PURE__ */ U({
|
|
1983
1992
|
__name: "cl-ui-grid-row",
|
|
1984
1993
|
props: {
|
|
1985
1994
|
data: {},
|
|
@@ -1989,8 +1998,8 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
1989
1998
|
},
|
|
1990
1999
|
emits: ["cell-focus", "cell-edit", "cell-undo", "row-select"],
|
|
1991
2000
|
setup(t) {
|
|
1992
|
-
return (o, e) => (u(),
|
|
1993
|
-
(u(!0),
|
|
2001
|
+
return (o, e) => (u(), v("tr", null, [
|
|
2002
|
+
(u(!0), v(F, null, J(o.columns, (l, n) => (u(), V(eo, {
|
|
1994
2003
|
key: n,
|
|
1995
2004
|
data: o.data,
|
|
1996
2005
|
column: l,
|
|
@@ -2002,17 +2011,17 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2002
2011
|
}, Re({ _: 2 }, [
|
|
2003
2012
|
J(o.$slots, (p, s) => ({
|
|
2004
2013
|
name: s,
|
|
2005
|
-
fn:
|
|
2006
|
-
|
|
2014
|
+
fn: P((a) => [
|
|
2015
|
+
S(o.$slots, s, te(ae(a)))
|
|
2007
2016
|
])
|
|
2008
2017
|
}))
|
|
2009
2018
|
]), 1032, ["data", "column", "time-zone", "edit-mode", "onEdit", "onUndo"]))), 128))
|
|
2010
2019
|
]));
|
|
2011
2020
|
}
|
|
2012
|
-
}),
|
|
2021
|
+
}), to = { key: 1 }, oo = ["colspan"], no = { class: "cl-flex cl-flex-wrap cl-justify-center cl-text-center cl-text-sm cl-w-full" }, so = { class: "cl-mt-6 cl-w-full" }, ao = {
|
|
2013
2022
|
key: 0,
|
|
2014
2023
|
class: "cl-mt-4"
|
|
2015
|
-
},
|
|
2024
|
+
}, ro = { class: "cl-mb-2 cl-w-full" }, io = /* @__PURE__ */ U({
|
|
2016
2025
|
__name: "cl-ui-grid-body",
|
|
2017
2026
|
props: {
|
|
2018
2027
|
columns: {},
|
|
@@ -2025,12 +2034,12 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2025
2034
|
},
|
|
2026
2035
|
emits: ["row-select", "row-edit", "clear-filters"],
|
|
2027
2036
|
setup(t, { emit: o }) {
|
|
2028
|
-
const e = t, { t: l } =
|
|
2037
|
+
const e = t, { t: l } = ne(), n = A({
|
|
2029
2038
|
index: -1,
|
|
2030
2039
|
record: {}
|
|
2031
2040
|
});
|
|
2032
2041
|
function p() {
|
|
2033
|
-
Object.keys(n.value.record).length !== 0 && (o("row-edit",
|
|
2042
|
+
Object.keys(n.value.record).length !== 0 && (o("row-edit", ce(n.value)), n.value.record = {});
|
|
2034
2043
|
}
|
|
2035
2044
|
function s(r) {
|
|
2036
2045
|
n.value.index !== -1 && n.value.index !== r && p(), n.value.index = r;
|
|
@@ -2038,7 +2047,7 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2038
2047
|
function a(r, w) {
|
|
2039
2048
|
s(r), w.field !== void 0 && (n.value.record[w.field] = w.value);
|
|
2040
2049
|
}
|
|
2041
|
-
function
|
|
2050
|
+
function i(r) {
|
|
2042
2051
|
if (r !== void 0) {
|
|
2043
2052
|
const { [r]: w, ...h } = n.value.record;
|
|
2044
2053
|
n.value.record = {
|
|
@@ -2046,16 +2055,16 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2046
2055
|
};
|
|
2047
2056
|
}
|
|
2048
2057
|
}
|
|
2049
|
-
const
|
|
2058
|
+
const c = A({});
|
|
2050
2059
|
Q(() => e.data, () => {
|
|
2051
2060
|
var r, w;
|
|
2052
|
-
return
|
|
2061
|
+
return c.value = Object.fromEntries(((w = (r = e.data) == null ? void 0 : r.results) == null ? void 0 : w.map((h, T) => [
|
|
2053
2062
|
[T],
|
|
2054
2063
|
{
|
|
2055
2064
|
count: 0,
|
|
2056
2065
|
target: null,
|
|
2057
2066
|
reset: We(() => {
|
|
2058
|
-
|
|
2067
|
+
c.value[T] && (c.value[T].count = 0, b(c.value[T].target), c.value[T].target = null);
|
|
2059
2068
|
}, 2500, { immediate: !1 })
|
|
2060
2069
|
}
|
|
2061
2070
|
])) ?? []);
|
|
@@ -2065,7 +2074,7 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2065
2074
|
});
|
|
2066
2075
|
function m(r, w, h) {
|
|
2067
2076
|
const { currentTarget: T } = h;
|
|
2068
|
-
e.selectionEnabled ? o("row-select", w) : (
|
|
2077
|
+
e.selectionEnabled ? o("row-select", w) : (c.value[r].count++, c.value[r].target = T, c.value[r].count > 1 ? (c.value[r].reset.stop(), c.value[r].count = 0, b(T), c.value[r].target = null, o("row-select", w)) : (c.value[r].reset.start(), b(T)));
|
|
2069
2078
|
}
|
|
2070
2079
|
function b(r) {
|
|
2071
2080
|
r == null || r.classList.toggle("!cl-bg-link-lighter");
|
|
@@ -2074,8 +2083,8 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2074
2083
|
e.editMode || (p(), n.value.index = -1);
|
|
2075
2084
|
}), (r, w) => {
|
|
2076
2085
|
var h;
|
|
2077
|
-
return u(),
|
|
2078
|
-
r.data && ((h = r.data.results) != null && h.length) ? (u(!0),
|
|
2086
|
+
return u(), v("tbody", null, [
|
|
2087
|
+
r.data && ((h = r.data.results) != null && h.length) ? (u(!0), v(F, { key: 0 }, J(r.data.results, (T, k) => (u(), V(lo, {
|
|
2079
2088
|
key: k,
|
|
2080
2089
|
data: T,
|
|
2081
2090
|
columns: r.columns,
|
|
@@ -2095,43 +2104,43 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2095
2104
|
onCellEdit: (B) => {
|
|
2096
2105
|
a(k, B);
|
|
2097
2106
|
},
|
|
2098
|
-
onCellUndo:
|
|
2107
|
+
onCellUndo: i
|
|
2099
2108
|
}, Re({ _: 2 }, [
|
|
2100
2109
|
J(r.$slots, (B, O) => ({
|
|
2101
2110
|
name: O,
|
|
2102
|
-
fn:
|
|
2103
|
-
|
|
2111
|
+
fn: P((R) => [
|
|
2112
|
+
S(r.$slots, O, te(ae(R)))
|
|
2104
2113
|
])
|
|
2105
2114
|
}))
|
|
2106
|
-
]), 1032, ["data", "columns", "time-zone", "edit-mode", "class", "onClick", "onCellFocus", "onCellEdit"]))), 128)) : r.loading ?
|
|
2115
|
+
]), 1032, ["data", "columns", "time-zone", "edit-mode", "class", "onClick", "onCellFocus", "onCellEdit"]))), 128)) : r.loading ? q("", !0) : (u(), v("tr", to, [
|
|
2107
2116
|
f("td", {
|
|
2108
2117
|
colspan: r.columns.length
|
|
2109
2118
|
}, [
|
|
2110
|
-
f("div",
|
|
2111
|
-
f("strong",
|
|
2112
|
-
r.request.filters.length > 0 ? (u(),
|
|
2113
|
-
f("div",
|
|
2119
|
+
f("div", no, [
|
|
2120
|
+
f("strong", so, E(d(l)("grid.noData")), 1),
|
|
2121
|
+
r.request.filters.length > 0 ? (u(), v("div", ao, [
|
|
2122
|
+
f("div", ro, E(d(l)("grid.noDataFiltersPresent")), 1),
|
|
2114
2123
|
$(me, {
|
|
2115
2124
|
size: "small",
|
|
2116
2125
|
colour: "danger",
|
|
2117
2126
|
onClick: w[0] || (w[0] = K((T) => r.$emit("clear-filters"), ["prevent"]))
|
|
2118
2127
|
}, {
|
|
2119
|
-
default:
|
|
2128
|
+
default: P(() => [
|
|
2120
2129
|
le(E(d(l)("grid.clearFilters")), 1)
|
|
2121
2130
|
]),
|
|
2122
2131
|
_: 1
|
|
2123
2132
|
})
|
|
2124
|
-
])) :
|
|
2133
|
+
])) : q("", !0)
|
|
2125
2134
|
])
|
|
2126
|
-
], 8,
|
|
2135
|
+
], 8, oo)
|
|
2127
2136
|
]))
|
|
2128
2137
|
]);
|
|
2129
2138
|
};
|
|
2130
2139
|
}
|
|
2131
|
-
}),
|
|
2140
|
+
}), co = {
|
|
2132
2141
|
key: 0,
|
|
2133
2142
|
class: "cl-flex cl-flex-wrap cl-justify-end cl-mt-2 cl-w-full"
|
|
2134
|
-
},
|
|
2143
|
+
}, uo = { 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" }, po = { class: "cl-text-grey-3 cl-w-max" }, fo = { 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" }, mo = { 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" }, go = { class: "cl-flex cl-flex-wrap cl-mb-2 cl-w-full lg:cl-mb-0 lg:cl-mr-2 lg:cl-w-auto" }, vo = { class: "cl-text-grey-3 cl-w-full lg:cl-mr-2 lg:cl-w-auto" }, bo = { class: "cl-flex cl-flex-wrap cl-text-sm mb:cl-flex-nowrap" }, ho = { class: "cl-pr-2" }, yo = ["onClick"], wo = { 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" }, $o = { class: "cl-mb-2 cl-text-grey-3 cl-w-full lg:cl-mb-0 lg:cl-mr-2 lg:cl-w-auto" }, ko = ["onClick"], Co = { class: "cl-mb-2 cl-w-full lg:cl-p-2 md:cl-mb-0 md:cl-w-auto" }, To = { 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" }, Eo = { class: "cl-block lg:cl-inline-block" }, Oo = /* @__PURE__ */ U({
|
|
2135
2144
|
__name: "cl-ui-grid-footer",
|
|
2136
2145
|
props: {
|
|
2137
2146
|
request: {},
|
|
@@ -2141,10 +2150,10 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2141
2150
|
"update:request": null
|
|
2142
2151
|
},
|
|
2143
2152
|
setup(t, { emit: o }) {
|
|
2144
|
-
const e = t, { n: l, t: n } =
|
|
2153
|
+
const e = t, { n: l, t: n } = ne(), p = N(() => {
|
|
2145
2154
|
var r;
|
|
2146
2155
|
return e.data !== null ? Math.ceil((((r = e.data) == null ? void 0 : r.totalRecords) ?? 0) / e.request.pageSize) : 1;
|
|
2147
|
-
}), s =
|
|
2156
|
+
}), s = N(() => {
|
|
2148
2157
|
const r = Array.from(Array(p.value + 1).keys());
|
|
2149
2158
|
let w = [];
|
|
2150
2159
|
if (r.shift(), r.length) {
|
|
@@ -2154,14 +2163,14 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2154
2163
|
return w;
|
|
2155
2164
|
});
|
|
2156
2165
|
function a(r) {
|
|
2157
|
-
const w =
|
|
2166
|
+
const w = ce(e.request);
|
|
2158
2167
|
w.pageNumber !== r && (w.pageNumber = Math.max(Math.min(Math.trunc(r), p.value), 1), o("update:request", w));
|
|
2159
2168
|
}
|
|
2160
|
-
function
|
|
2169
|
+
function i(r) {
|
|
2161
2170
|
const w = parseInt(r == null ? void 0 : r.value) || 1;
|
|
2162
2171
|
a(w);
|
|
2163
2172
|
}
|
|
2164
|
-
const
|
|
2173
|
+
const c = [
|
|
2165
2174
|
5,
|
|
2166
2175
|
10,
|
|
2167
2176
|
20,
|
|
@@ -2170,16 +2179,16 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2170
2179
|
200
|
|
2171
2180
|
];
|
|
2172
2181
|
function m(r) {
|
|
2173
|
-
const w =
|
|
2182
|
+
const w = ce(e.request);
|
|
2174
2183
|
w.pageSize = r, w.pageNumber = 1, o("update:request", w);
|
|
2175
2184
|
}
|
|
2176
|
-
const b = Ke(
|
|
2185
|
+
const b = Ke(i, 750);
|
|
2177
2186
|
return (r, w) => {
|
|
2178
2187
|
var h, T;
|
|
2179
|
-
return (T = (h = r.data) == null ? void 0 : h.results) != null && T.length && r.request ? (u(),
|
|
2180
|
-
f("div",
|
|
2181
|
-
f("span",
|
|
2182
|
-
$(
|
|
2188
|
+
return (T = (h = r.data) == null ? void 0 : h.results) != null && T.length && r.request ? (u(), v("div", co, [
|
|
2189
|
+
f("div", uo, [
|
|
2190
|
+
f("span", po, E(d(n)("grid.jumpToPage")), 1),
|
|
2191
|
+
$(ie, {
|
|
2183
2192
|
"model-value": r.request.pageNumber,
|
|
2184
2193
|
class: "cl-ml-1 cl-mt-0.5 cl-text-sm",
|
|
2185
2194
|
"input-type": "number",
|
|
@@ -2190,13 +2199,13 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2190
2199
|
onInput: w[0] || (w[0] = (k) => d(b)(k.target))
|
|
2191
2200
|
}, null, 8, ["model-value", "max"])
|
|
2192
2201
|
]),
|
|
2193
|
-
f("div",
|
|
2194
|
-
f("div",
|
|
2195
|
-
f("li",
|
|
2196
|
-
f("span",
|
|
2202
|
+
f("div", fo, [
|
|
2203
|
+
f("div", mo, [
|
|
2204
|
+
f("li", go, [
|
|
2205
|
+
f("span", vo, E(d(n)("grid.page")), 1)
|
|
2197
2206
|
]),
|
|
2198
|
-
f("ul",
|
|
2199
|
-
f("li",
|
|
2207
|
+
f("ul", bo, [
|
|
2208
|
+
f("li", ho, E(d(l)(r.request.pageNumber, d(X).INTEGER)) + " / " + E(d(l)(p.value, d(X).INTEGER)), 1),
|
|
2200
2209
|
L(f("li", {
|
|
2201
2210
|
class: "cl-cursor-pointer cl-mr-1 cl-mt-1 lg:cl-mr-2",
|
|
2202
2211
|
onClick: w[1] || (w[1] = (k) => a(1))
|
|
@@ -2219,14 +2228,14 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2219
2228
|
], 512), [
|
|
2220
2229
|
[H, r.request.pageNumber > 1]
|
|
2221
2230
|
]),
|
|
2222
|
-
(u(!0),
|
|
2231
|
+
(u(!0), v(F, null, J(s.value, (k, B) => (u(), v("li", {
|
|
2223
2232
|
key: B,
|
|
2224
2233
|
class: _(["cl-cursor-pointer cl-mr-1 lg:cl-mr-2", {
|
|
2225
2234
|
"cl-text-black cl-font-bold": r.request.pageNumber === k,
|
|
2226
2235
|
"cl-text-grey-6": r.request.pageNumber !== k
|
|
2227
2236
|
}]),
|
|
2228
2237
|
onClick: (O) => a(k)
|
|
2229
|
-
}, E(d(l)(k, d(X).INTEGER)), 11,
|
|
2238
|
+
}, E(d(l)(k, d(X).INTEGER)), 11, yo))), 128)),
|
|
2230
2239
|
L(f("li", {
|
|
2231
2240
|
class: "cl-cursor-pointer cl-mr-1 cl-mt-1 lg:cl-mr-2",
|
|
2232
2241
|
onClick: w[3] || (w[3] = (k) => a(r.request.pageNumber + 1))
|
|
@@ -2251,26 +2260,26 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2251
2260
|
])
|
|
2252
2261
|
])
|
|
2253
2262
|
]),
|
|
2254
|
-
f("ul",
|
|
2255
|
-
f("li",
|
|
2256
|
-
(u(),
|
|
2263
|
+
f("ul", wo, [
|
|
2264
|
+
f("li", $o, E(d(n)("grid.pageSize")), 1),
|
|
2265
|
+
(u(), v(F, null, J(c, (k, B) => f("li", {
|
|
2257
2266
|
key: B,
|
|
2258
2267
|
class: _(["cl-cursor-pointer cl-mr-1 lg:cl-mr-2", {
|
|
2259
2268
|
"cl-text-black cl-font-bold": r.request.pageSize === k,
|
|
2260
2269
|
"cl-text-grey-6": r.request.pageSize !== k
|
|
2261
2270
|
}]),
|
|
2262
2271
|
onClick: (O) => m(k)
|
|
2263
|
-
}, E(d(l)(k, d(X).INTEGER)), 11,
|
|
2272
|
+
}, E(d(l)(k, d(X).INTEGER)), 11, ko)), 64))
|
|
2264
2273
|
]),
|
|
2265
|
-
f("ul",
|
|
2266
|
-
f("li",
|
|
2267
|
-
f("li",
|
|
2274
|
+
f("ul", Co, [
|
|
2275
|
+
f("li", To, E(d(n)("grid.totalRecords")), 1),
|
|
2276
|
+
f("li", Eo, E(d(l)(r.data.totalRecords, d(X).INTEGER)), 1)
|
|
2268
2277
|
])
|
|
2269
2278
|
])
|
|
2270
|
-
])) :
|
|
2279
|
+
])) : q("", !0);
|
|
2271
2280
|
};
|
|
2272
2281
|
}
|
|
2273
|
-
}),
|
|
2282
|
+
}), Ao = [
|
|
2274
2283
|
"string",
|
|
2275
2284
|
"boolean",
|
|
2276
2285
|
"number",
|
|
@@ -2282,7 +2291,7 @@ const Pt = { class: "cl-mb-2 cl-text-sm lg:cl-hidden" }, Ft = { class: "cl-gap-1
|
|
|
2282
2291
|
function Xe(t) {
|
|
2283
2292
|
return typeof t.caption == "string" && typeof t.name == "string" && typeof t.type == "string";
|
|
2284
2293
|
}
|
|
2285
|
-
function
|
|
2294
|
+
function qo(t) {
|
|
2286
2295
|
let o = Array.isArray(t);
|
|
2287
2296
|
if (o) {
|
|
2288
2297
|
for (const e of t)
|
|
@@ -2293,9 +2302,9 @@ function Oo(t) {
|
|
|
2293
2302
|
}
|
|
2294
2303
|
return o;
|
|
2295
2304
|
}
|
|
2296
|
-
const
|
|
2297
|
-
var
|
|
2298
|
-
const
|
|
2305
|
+
const So = ["ellipsis"];
|
|
2306
|
+
var oe = /* @__PURE__ */ ((t) => (t[t.CONTAINS = 0] = "CONTAINS", t[t.NOT_CONTAINS = 1] = "NOT_CONTAINS", t[t.EQUAL = 2] = "EQUAL", t[t.NOT_EQUAL = 3] = "NOT_EQUAL", t[t.STARTS_WITH = 4] = "STARTS_WITH", t[t.ENDS_WITH = 5] = "ENDS_WITH", t[t.GREATER_THAN = 6] = "GREATER_THAN", t[t.LESS_THAN = 7] = "LESS_THAN", t[t.EQUAL_OR_GREATER_THAN = 8] = "EQUAL_OR_GREATER_THAN", t[t.EQUAL_OR_LESS_THAN = 9] = "EQUAL_OR_LESS_THAN", t))(oe || {});
|
|
2307
|
+
const No = [
|
|
2299
2308
|
"equal",
|
|
2300
2309
|
"notequal",
|
|
2301
2310
|
"contains",
|
|
@@ -2307,24 +2316,24 @@ const Ao = [
|
|
|
2307
2316
|
"equalorlessthan",
|
|
2308
2317
|
"equalorgreaterthan"
|
|
2309
2318
|
];
|
|
2310
|
-
function
|
|
2319
|
+
function jo(t) {
|
|
2311
2320
|
return typeof t.filterOnColumn == "string" && typeof t.filterOperation == "number" && typeof t.filterValue == "string";
|
|
2312
2321
|
}
|
|
2313
|
-
function
|
|
2322
|
+
function _o(t) {
|
|
2314
2323
|
return t === null || typeof t.sortByAscending == "boolean" && typeof t.sortOnColumn == "string";
|
|
2315
2324
|
}
|
|
2316
|
-
function
|
|
2317
|
-
let o = typeof t.filters == "object" && Array.isArray(t.filters) && typeof t.pageNumber == "number" && typeof t.pageSize == "number" && typeof t.sort == "object" &&
|
|
2325
|
+
function Io(t) {
|
|
2326
|
+
let o = typeof t.filters == "object" && Array.isArray(t.filters) && typeof t.pageNumber == "number" && typeof t.pageSize == "number" && typeof t.sort == "object" && _o(t.sort);
|
|
2318
2327
|
if (o) {
|
|
2319
2328
|
for (const e of t.filters)
|
|
2320
|
-
if (!
|
|
2329
|
+
if (!jo(e)) {
|
|
2321
2330
|
o = !1;
|
|
2322
2331
|
break;
|
|
2323
2332
|
}
|
|
2324
2333
|
}
|
|
2325
2334
|
return o;
|
|
2326
2335
|
}
|
|
2327
|
-
function
|
|
2336
|
+
function Ro(t, o) {
|
|
2328
2337
|
let e = typeof t.results == "object" && Array.isArray(t.results) && typeof t.totalRecords == "number";
|
|
2329
2338
|
if (e) {
|
|
2330
2339
|
for (const l of t.results)
|
|
@@ -2335,7 +2344,7 @@ function _o(t, o) {
|
|
|
2335
2344
|
}
|
|
2336
2345
|
return e;
|
|
2337
2346
|
}
|
|
2338
|
-
const
|
|
2347
|
+
const zo = {
|
|
2339
2348
|
method: "equal",
|
|
2340
2349
|
icon: "mdi:equal",
|
|
2341
2350
|
description: "Equals",
|
|
@@ -2348,12 +2357,12 @@ const Io = {
|
|
|
2348
2357
|
"list"
|
|
2349
2358
|
],
|
|
2350
2359
|
key: "equal"
|
|
2351
|
-
},
|
|
2360
|
+
}, Uo = {
|
|
2352
2361
|
method: "contains",
|
|
2353
2362
|
icon: "mdi:format-letter-matches",
|
|
2354
2363
|
description: "Contains",
|
|
2355
2364
|
allowedTypes: ["string"]
|
|
2356
|
-
},
|
|
2365
|
+
}, Bo = {
|
|
2357
2366
|
method: "lessthan",
|
|
2358
2367
|
icon: "mdi:less-than",
|
|
2359
2368
|
description: "Before",
|
|
@@ -2362,8 +2371,8 @@ const Io = {
|
|
|
2362
2371
|
"datetime"
|
|
2363
2372
|
],
|
|
2364
2373
|
key: "before"
|
|
2365
|
-
},
|
|
2366
|
-
|
|
2374
|
+
}, Ze = [
|
|
2375
|
+
Uo,
|
|
2367
2376
|
{
|
|
2368
2377
|
method: "notcontains",
|
|
2369
2378
|
icon: "mdi:format-letter-spacing-variant",
|
|
@@ -2382,7 +2391,7 @@ const Io = {
|
|
|
2382
2391
|
description: "Ends with",
|
|
2383
2392
|
allowedTypes: ["string"]
|
|
2384
2393
|
},
|
|
2385
|
-
|
|
2394
|
+
zo,
|
|
2386
2395
|
{
|
|
2387
2396
|
method: "notequal",
|
|
2388
2397
|
icon: "mdi:not-equal",
|
|
@@ -2395,7 +2404,7 @@ const Io = {
|
|
|
2395
2404
|
],
|
|
2396
2405
|
key: "notequal"
|
|
2397
2406
|
},
|
|
2398
|
-
|
|
2407
|
+
Bo,
|
|
2399
2408
|
{
|
|
2400
2409
|
method: "greaterthan",
|
|
2401
2410
|
icon: "mdi:greater-than",
|
|
@@ -2450,7 +2459,7 @@ const Io = {
|
|
|
2450
2459
|
description: "Less than",
|
|
2451
2460
|
allowedTypes: ["number"]
|
|
2452
2461
|
}
|
|
2453
|
-
],
|
|
2462
|
+
], Mo = { class: "cl-group cl-inline cl-relative cl-w-auto" }, Vo = { 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" }, Do = { class: "cl-p-2 cl-select-none" }, Lo = ["onClick"], Po = /* @__PURE__ */ U({
|
|
2454
2463
|
__name: "cl-ui-grid-method-selector",
|
|
2455
2464
|
props: {
|
|
2456
2465
|
filter: {},
|
|
@@ -2460,38 +2469,38 @@ const Io = {
|
|
|
2460
2469
|
},
|
|
2461
2470
|
emits: ["update:filter"],
|
|
2462
2471
|
setup(t, { emit: o }) {
|
|
2463
|
-
const e = t, { t: l } =
|
|
2472
|
+
const e = t, { t: l } = ne(), n = N(() => {
|
|
2464
2473
|
let a = [];
|
|
2465
|
-
return e.column.type !== "slot" ? a =
|
|
2466
|
-
|
|
2467
|
-
}) : a.forEach((
|
|
2468
|
-
|
|
2474
|
+
return e.column.type !== "slot" ? a = Ze.filter((i) => i.allowedTypes.includes(e.column.type)) : typeof e.column.slotType < "u" && typeof e.column.field < "u" && (a = Ze.filter((i) => i.allowedTypes.includes(e.column.slotType))), e.column.type === "date" || e.column.type === "datetime" || e.column.slotType === "date" || e.column.slotType === "datetime" ? a.forEach((i) => {
|
|
2475
|
+
i.description = l(`grid.${i.key}`);
|
|
2476
|
+
}) : a.forEach((i) => {
|
|
2477
|
+
i.description = l(`grid.${i.method}`);
|
|
2469
2478
|
}), a;
|
|
2470
|
-
}), p =
|
|
2471
|
-
var
|
|
2472
|
-
let a = (
|
|
2473
|
-
return typeof a > "u" && (a =
|
|
2479
|
+
}), p = N(() => {
|
|
2480
|
+
var i;
|
|
2481
|
+
let a = (i = e.filter) == null ? void 0 : i.filterMethod;
|
|
2482
|
+
return typeof a > "u" && (a = oe[e.defaultOperation].toLowerCase()), n.value.find((c) => {
|
|
2474
2483
|
var m;
|
|
2475
|
-
return
|
|
2484
|
+
return c.method.toLowerCase() === ((m = a == null ? void 0 : a.removeNonAlphanumeric()) == null ? void 0 : m.toLowerCase());
|
|
2476
2485
|
});
|
|
2477
2486
|
});
|
|
2478
2487
|
function s(a) {
|
|
2479
|
-
let
|
|
2488
|
+
let i;
|
|
2480
2489
|
if (e.filter)
|
|
2481
|
-
|
|
2490
|
+
i = ce(e.filter), i.filterOperation = oe[a.toUpperCase()], i.filterMethod = a.toLowerCase();
|
|
2482
2491
|
else if (typeof e.column.field < "u")
|
|
2483
|
-
|
|
2492
|
+
i = {
|
|
2484
2493
|
filterOnColumn: e.column.field,
|
|
2485
2494
|
filterMethod: a.toLowerCase(),
|
|
2486
|
-
filterOperation:
|
|
2495
|
+
filterOperation: oe[a.toUpperCase()],
|
|
2487
2496
|
filterValue: ""
|
|
2488
2497
|
};
|
|
2489
2498
|
else
|
|
2490
2499
|
return;
|
|
2491
|
-
o("update:filter",
|
|
2500
|
+
o("update:filter", i);
|
|
2492
2501
|
}
|
|
2493
|
-
return (a,
|
|
2494
|
-
f("div",
|
|
2502
|
+
return (a, i) => (u(), v("div", Mo, [
|
|
2503
|
+
f("div", Vo, [
|
|
2495
2504
|
p.value ? (u(), V(d(I), {
|
|
2496
2505
|
key: 0,
|
|
2497
2506
|
icon: p.value.icon,
|
|
@@ -2499,7 +2508,7 @@ const Io = {
|
|
|
2499
2508
|
"cl-text-grey-4": e.filter === void 0 || e.filter.filterValue === "",
|
|
2500
2509
|
"cl-text-primary-default": e.filter && e.filter.filterValue !== ""
|
|
2501
2510
|
}])
|
|
2502
|
-
}, null, 8, ["icon", "class"])) :
|
|
2511
|
+
}, null, 8, ["icon", "class"])) : q("", !0)
|
|
2503
2512
|
]),
|
|
2504
2513
|
f("div", {
|
|
2505
2514
|
class: _(["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-8 cl-z-10 group-hover:cl-flex group-hover:cl-h-auto group-hover:cl-w-52", {
|
|
@@ -2507,30 +2516,30 @@ const Io = {
|
|
|
2507
2516
|
"cl--left-44": !a.firstHalf
|
|
2508
2517
|
}])
|
|
2509
2518
|
}, [
|
|
2510
|
-
f("strong",
|
|
2511
|
-
(u(!0),
|
|
2519
|
+
f("strong", Do, E(d(l)("grid.availableMethods")), 1),
|
|
2520
|
+
(u(!0), v(F, null, J(n.value, (c, m) => {
|
|
2512
2521
|
var b;
|
|
2513
|
-
return u(),
|
|
2522
|
+
return u(), v("span", {
|
|
2514
2523
|
key: m,
|
|
2515
2524
|
class: _(["cl-cursor-pointer cl-px-4 cl-py-1 cl-transition-colors cl-w-full hover:cl-bg-grey-0", {
|
|
2516
|
-
"cl-bg-primary-default cl-opacity-80":
|
|
2525
|
+
"cl-bg-primary-default cl-opacity-80": c.method === ((b = p.value) == null ? void 0 : b.method)
|
|
2517
2526
|
}]),
|
|
2518
|
-
onClick: K((r) => s(
|
|
2527
|
+
onClick: K((r) => s(c.method), ["prevent"])
|
|
2519
2528
|
}, [
|
|
2520
|
-
le(E(
|
|
2529
|
+
le(E(c.description) + " ", 1),
|
|
2521
2530
|
$(d(I), {
|
|
2522
|
-
icon:
|
|
2531
|
+
icon: c.icon,
|
|
2523
2532
|
class: "cl-float-right cl-text-grey-4 cl-text-sm"
|
|
2524
2533
|
}, null, 8, ["icon"])
|
|
2525
|
-
], 10,
|
|
2534
|
+
], 10, Lo);
|
|
2526
2535
|
}), 128))
|
|
2527
2536
|
], 2)
|
|
2528
2537
|
]));
|
|
2529
2538
|
}
|
|
2530
|
-
}),
|
|
2539
|
+
}), Fo = {
|
|
2531
2540
|
key: 0,
|
|
2532
2541
|
class: "cl-border cl-border-grey-2 cl-flex cl-overflow-hidden cl-rounded-md lg:cl-overflow-visible"
|
|
2533
|
-
},
|
|
2542
|
+
}, Ho = /* @__PURE__ */ f("option", { value: void 0 }, null, -1), Go = ["selected"], Zo = ["selected"], xo = /* @__PURE__ */ f("option", { value: void 0 }, null, -1), Wo = ["value", "selected"], Ko = /* @__PURE__ */ U({
|
|
2534
2543
|
__name: "cl-ui-grid-filter",
|
|
2535
2544
|
props: {
|
|
2536
2545
|
filter: {},
|
|
@@ -2540,22 +2549,22 @@ const Io = {
|
|
|
2540
2549
|
},
|
|
2541
2550
|
emits: ["update:filter"],
|
|
2542
2551
|
setup(t, { emit: o }) {
|
|
2543
|
-
const e = t, { locale: l, t: n } =
|
|
2552
|
+
const e = t, { locale: l, t: n } = ne();
|
|
2544
2553
|
function p() {
|
|
2545
|
-
return e.column.type === "string" || e.column.slotType === "string" ?
|
|
2554
|
+
return e.column.type === "string" || e.column.slotType === "string" ? oe.CONTAINS : e.column.type === "datetime" || e.column.slotType === "datetime" || e.column.type === "date" || e.column.slotType === "date" ? oe.LESS_THAN : oe.EQUAL;
|
|
2546
2555
|
}
|
|
2547
|
-
const s =
|
|
2556
|
+
const s = N({
|
|
2548
2557
|
get: () => e.filter,
|
|
2549
2558
|
set: (O) => o("update:filter", O)
|
|
2550
|
-
}), a =
|
|
2559
|
+
}), a = N(() => e.column.type === "date" || e.column.type === "datetime" || e.column.type === "slot" && (e.column.slotType === "date" || e.column.slotType === "datetime")), i = N(() => e.column.type === "list" || e.column.type === "slot" && e.column.slotType === "list"), c = N(() => i.value && e.column.listType === "number"), m = N({
|
|
2551
2560
|
get() {
|
|
2552
2561
|
var R, z, y, D;
|
|
2553
2562
|
let O = (R = s.value) == null ? void 0 : R[0];
|
|
2554
2563
|
if (O && a.value && (((z = e.filter) == null ? void 0 : z.length) ?? 0 > 1)) {
|
|
2555
|
-
const Y = (y = s.value) == null ? void 0 : y.find((ue) => ue.filterOperation ===
|
|
2564
|
+
const Y = (y = s.value) == null ? void 0 : y.find((ue) => ue.filterOperation === oe.EQUAL_OR_GREATER_THAN), W = (D = s.value) == null ? void 0 : D.find((ue) => ue.filterOperation === oe.LESS_THAN);
|
|
2556
2565
|
Y && W && (O = {
|
|
2557
2566
|
filterOnColumn: e.column.field,
|
|
2558
|
-
filterOperation:
|
|
2567
|
+
filterOperation: oe.EQUAL,
|
|
2559
2568
|
filterMethod: "equal",
|
|
2560
2569
|
filterValue: Y.filterValue
|
|
2561
2570
|
});
|
|
@@ -2573,13 +2582,13 @@ const Io = {
|
|
|
2573
2582
|
s.value = [
|
|
2574
2583
|
{
|
|
2575
2584
|
filterOnColumn: e.column.field,
|
|
2576
|
-
filterOperation:
|
|
2585
|
+
filterOperation: oe.EQUAL_OR_GREATER_THAN,
|
|
2577
2586
|
filterMethod: "equalorgreaterthan",
|
|
2578
2587
|
filterValue: z
|
|
2579
2588
|
},
|
|
2580
2589
|
{
|
|
2581
2590
|
filterOnColumn: e.column.field,
|
|
2582
|
-
filterOperation:
|
|
2591
|
+
filterOperation: oe.LESS_THAN,
|
|
2583
2592
|
filterMethod: "lessthan",
|
|
2584
2593
|
filterValue: y
|
|
2585
2594
|
}
|
|
@@ -2589,24 +2598,24 @@ const Io = {
|
|
|
2589
2598
|
}
|
|
2590
2599
|
});
|
|
2591
2600
|
function b(O, R) {
|
|
2592
|
-
const z = R !== void 0 && R !== "", y = O ===
|
|
2601
|
+
const z = R !== void 0 && R !== "", y = O === oe.EQUAL;
|
|
2593
2602
|
return z && y && a.value;
|
|
2594
2603
|
}
|
|
2595
|
-
const r =
|
|
2604
|
+
const r = N(() => {
|
|
2596
2605
|
var O;
|
|
2597
2606
|
return ((O = m.value) == null ? void 0 : O.filterValue) ?? "";
|
|
2598
|
-
}), w =
|
|
2607
|
+
}), w = N(() => r.value === "" ? null : r.value), h = N(() => Intl.NumberFormat(l.value).format(1.1).replace(/[0-9]+/g, "")), T = N(() => Ue(e.column));
|
|
2599
2608
|
function k(O, R) {
|
|
2600
2609
|
var Y;
|
|
2601
2610
|
let z, y = !1;
|
|
2602
2611
|
const D = ((O == null ? void 0 : O.value) ?? R).trim();
|
|
2603
2612
|
if (m.value)
|
|
2604
|
-
y = ((Y = m.value) == null ? void 0 : Y.filterValue) === D, z =
|
|
2613
|
+
y = ((Y = m.value) == null ? void 0 : Y.filterValue) === D, z = ce(m.value), z.filterValue = D;
|
|
2605
2614
|
else if (D !== "" && typeof e.column.field < "u") {
|
|
2606
2615
|
const W = p();
|
|
2607
2616
|
z = {
|
|
2608
2617
|
filterOnColumn: e.column.field,
|
|
2609
|
-
filterMethod:
|
|
2618
|
+
filterMethod: oe[W].toLowerCase(),
|
|
2610
2619
|
filterOperation: W,
|
|
2611
2620
|
filterValue: D
|
|
2612
2621
|
};
|
|
@@ -2618,22 +2627,22 @@ const Io = {
|
|
|
2618
2627
|
let z, y = (O == null ? void 0 : O.value) ?? R ?? 0;
|
|
2619
2628
|
e.column.format === X.INTEGER ? (typeof y == "string" && (y = parseInt(y)), z = Math.round(y)) : (typeof y == "string" && (y = parseFloat(y.replace(h.value, "."))), z = y), k(null, isNaN(z) ? "" : z.toString());
|
|
2620
2629
|
}
|
|
2621
|
-
return (O, R) => T.value ? (u(),
|
|
2622
|
-
O.column.type === "boolean" || O.column.slotType === "boolean" ? (u(),
|
|
2630
|
+
return (O, R) => T.value ? (u(), v("div", Fo, [
|
|
2631
|
+
O.column.type === "boolean" || O.column.slotType === "boolean" ? (u(), v("select", {
|
|
2623
2632
|
key: 0,
|
|
2624
2633
|
class: "!cl-h-[2rem] cl-border-none cl-mb-0 cl-rounded-md cl-w-full",
|
|
2625
2634
|
onChange: R[0] || (R[0] = (z) => k(z.target))
|
|
2626
2635
|
}, [
|
|
2627
|
-
|
|
2636
|
+
Ho,
|
|
2628
2637
|
f("option", {
|
|
2629
2638
|
value: "true",
|
|
2630
2639
|
selected: r.value === "true"
|
|
2631
|
-
}, E(d(n)("grid.true")), 9,
|
|
2640
|
+
}, E(d(n)("grid.true")), 9, Go),
|
|
2632
2641
|
f("option", {
|
|
2633
2642
|
value: "false",
|
|
2634
2643
|
selected: r.value === "false"
|
|
2635
|
-
}, E(d(n)("grid.false")), 9,
|
|
2636
|
-
], 32)) : O.column.type === "date" || O.column.type === "datetime" || O.column.slotType === "date" || O.column.slotType === "datetime" ? (u(), V(
|
|
2644
|
+
}, E(d(n)("grid.false")), 9, Zo)
|
|
2645
|
+
], 32)) : O.column.type === "date" || O.column.type === "datetime" || O.column.slotType === "date" || O.column.slotType === "datetime" ? (u(), V(ie, {
|
|
2637
2646
|
key: 1,
|
|
2638
2647
|
"model-value": w.value,
|
|
2639
2648
|
class: "!cl-h-[2rem] !cl-text-xs cl-border-none cl-mb-0 cl-w-full lg:!cl-text-base",
|
|
@@ -2642,41 +2651,41 @@ const Io = {
|
|
|
2642
2651
|
"input-type": O.column.type === "slot" ? O.column.slotType : O.column.type,
|
|
2643
2652
|
"time-zone": O.timeZone,
|
|
2644
2653
|
"onUpdate:modelValue": R[1] || (R[1] = (z) => k(null, z ?? ""))
|
|
2645
|
-
}, null, 8, ["model-value", "label", "input-type", "time-zone"])) : O.column.type === "number" || O.column.slotType === "number" ? (u(), V(
|
|
2654
|
+
}, null, 8, ["model-value", "label", "input-type", "time-zone"])) : O.column.type === "number" || O.column.slotType === "number" ? (u(), V(ie, {
|
|
2646
2655
|
key: 2,
|
|
2647
2656
|
"model-value": r.value,
|
|
2648
2657
|
class: "!cl-h-[2rem] !cl-text-xs cl-border-none cl-mb-0 cl-w-full lg:!cl-text-base",
|
|
2649
2658
|
"input-type": "number",
|
|
2650
2659
|
"show-arrows": !1,
|
|
2651
2660
|
onInput: R[2] || (R[2] = (z, y) => B(null, y))
|
|
2652
|
-
}, null, 8, ["model-value"])) : O.column.type === "string" || O.column.slotType === "string" ? (u(), V(
|
|
2661
|
+
}, null, 8, ["model-value"])) : O.column.type === "string" || O.column.slotType === "string" ? (u(), V(ie, {
|
|
2653
2662
|
key: 3,
|
|
2654
2663
|
"model-value": r.value,
|
|
2655
2664
|
class: "!cl-h-[2rem] !cl-text-xs cl-border-none cl-mb-0 cl-w-full lg:!cl-text-base",
|
|
2656
2665
|
"input-type": "text",
|
|
2657
2666
|
onInput: R[3] || (R[3] = (z, y) => k(null, y))
|
|
2658
|
-
}, null, 8, ["model-value"])) :
|
|
2667
|
+
}, null, 8, ["model-value"])) : i.value ? (u(), v("select", {
|
|
2659
2668
|
key: 4,
|
|
2660
2669
|
class: "!cl-h-[2rem] cl-border-none cl-mb-0 cl-rounded-md cl-w-full",
|
|
2661
|
-
onChange: R[4] || (R[4] = (z) =>
|
|
2670
|
+
onChange: R[4] || (R[4] = (z) => c.value ? B(z.target) : k(z.target))
|
|
2662
2671
|
}, [
|
|
2663
|
-
|
|
2664
|
-
(u(!0),
|
|
2672
|
+
xo,
|
|
2673
|
+
(u(!0), v(F, null, J(O.column.listEntries ?? [], (z) => (u(), v("option", {
|
|
2665
2674
|
key: z.value,
|
|
2666
2675
|
value: z.value,
|
|
2667
2676
|
selected: r.value === z.value.toString()
|
|
2668
|
-
}, E(d(n)(z.translationKey)), 9,
|
|
2669
|
-
], 32)) :
|
|
2670
|
-
$(
|
|
2677
|
+
}, E(d(n)(z.translationKey)), 9, Wo))), 128))
|
|
2678
|
+
], 32)) : q("", !0),
|
|
2679
|
+
$(Po, {
|
|
2671
2680
|
filter: m.value,
|
|
2672
2681
|
"onUpdate:filter": R[5] || (R[5] = (z) => m.value = z),
|
|
2673
2682
|
column: O.column,
|
|
2674
2683
|
"default-operation": p(),
|
|
2675
2684
|
"first-half": O.firstHalf
|
|
2676
2685
|
}, null, 8, ["filter", "column", "default-operation", "first-half"])
|
|
2677
|
-
])) :
|
|
2686
|
+
])) : q("", !0);
|
|
2678
2687
|
}
|
|
2679
|
-
}),
|
|
2688
|
+
}), Qo = { class: "-cl-top-1 cl-bg-white cl-shadow-sm cl-sticky cl-z-30 lg:cl-bg-transparent lg:cl-relative lg:cl-shadow-none" }, Jo = { class: "cl-hidden lg:cl-table-row" }, Yo = ["onClick"], Xo = { class: "cl-flex cl-justify-end cl-w-full lg:cl-hidden" }, en = { class: "cl-col-span-2 lg:cl-hidden" }, ln = ["onClick"], tn = { class: "cl-font-normal cl-mr-1" }, on = /* @__PURE__ */ U({
|
|
2680
2689
|
__name: "cl-ui-grid-header",
|
|
2681
2690
|
props: {
|
|
2682
2691
|
request: {},
|
|
@@ -2687,35 +2696,35 @@ const Io = {
|
|
|
2687
2696
|
},
|
|
2688
2697
|
emits: ["update:request", "update:filterPanelOpen"],
|
|
2689
2698
|
setup(t, { emit: o }) {
|
|
2690
|
-
const e = t, { t: l } =
|
|
2699
|
+
const e = t, { t: l } = ne(), n = N({
|
|
2691
2700
|
get: () => e.request,
|
|
2692
|
-
set: (
|
|
2701
|
+
set: (i) => o("update:request", i)
|
|
2693
2702
|
});
|
|
2694
|
-
function p(
|
|
2703
|
+
function p(i, c) {
|
|
2695
2704
|
var m, b;
|
|
2696
|
-
return ((m = n.value.sort) == null ? void 0 : m.sortOnColumn) ===
|
|
2705
|
+
return ((m = n.value.sort) == null ? void 0 : m.sortOnColumn) === i.field && ((b = n.value.sort) == null ? void 0 : b.sortByAscending) === c;
|
|
2697
2706
|
}
|
|
2698
|
-
function s(
|
|
2699
|
-
if (typeof
|
|
2700
|
-
const
|
|
2701
|
-
|
|
2702
|
-
sortOnColumn:
|
|
2707
|
+
function s(i) {
|
|
2708
|
+
if (typeof i < "u") {
|
|
2709
|
+
const c = ce(e.request);
|
|
2710
|
+
c.sort === null || c.sort.sortOnColumn !== i ? c.sort = {
|
|
2711
|
+
sortOnColumn: i,
|
|
2703
2712
|
sortByAscending: !0
|
|
2704
|
-
} :
|
|
2713
|
+
} : c.sort.sortOnColumn === i && c.sort.sortByAscending === !0 ? c.sort.sortByAscending = !1 : c.sort = null, n.value = c;
|
|
2705
2714
|
}
|
|
2706
2715
|
}
|
|
2707
|
-
function a(
|
|
2708
|
-
if (
|
|
2709
|
-
const
|
|
2710
|
-
|
|
2711
|
-
...
|
|
2712
|
-
...
|
|
2713
|
-
],
|
|
2716
|
+
function a(i) {
|
|
2717
|
+
if (i) {
|
|
2718
|
+
const c = ce(n.value);
|
|
2719
|
+
c.filters = [
|
|
2720
|
+
...c.filters.filter((m) => m.filterOnColumn !== i[0].filterOnColumn),
|
|
2721
|
+
...i
|
|
2722
|
+
], c.pageNumber = 1, n.value = c;
|
|
2714
2723
|
}
|
|
2715
2724
|
}
|
|
2716
|
-
return (
|
|
2717
|
-
f("tr",
|
|
2718
|
-
(u(!0),
|
|
2725
|
+
return (i, c) => (u(), v("thead", Qo, [
|
|
2726
|
+
f("tr", Jo, [
|
|
2727
|
+
(u(!0), v(F, null, J(i.columns, (m, b) => (u(), v("th", {
|
|
2719
2728
|
key: b,
|
|
2720
2729
|
class: _(["cl-text-grey-3 cl-text-sm", {
|
|
2721
2730
|
"cl-cursor-pointer": d(Oe)(m)
|
|
@@ -2736,34 +2745,34 @@ const Io = {
|
|
|
2736
2745
|
}, null, 512), [
|
|
2737
2746
|
[H, p(m, !1)]
|
|
2738
2747
|
])
|
|
2739
|
-
], 10,
|
|
2748
|
+
], 10, Yo))), 128))
|
|
2740
2749
|
]),
|
|
2741
2750
|
f("tr", {
|
|
2742
2751
|
class: _(["cl-border cl-border-grey-2 cl-flex cl-flex-wrap cl-p-2 lg:cl-border-none lg:cl-p-0 lg:cl-table-row", {
|
|
2743
|
-
"cl-hidden lg:cl-table-row": !
|
|
2752
|
+
"cl-hidden lg:cl-table-row": !i.filterPanelOpen
|
|
2744
2753
|
}])
|
|
2745
2754
|
}, [
|
|
2746
|
-
f("div",
|
|
2755
|
+
f("div", Xo, [
|
|
2747
2756
|
$(d(I), {
|
|
2748
2757
|
class: "cl-text-grey-4 hover:cl-cursor-pointer hover:cl-text-link-default",
|
|
2749
2758
|
icon: "ph:x",
|
|
2750
2759
|
size: 16,
|
|
2751
|
-
onClick:
|
|
2760
|
+
onClick: c[0] || (c[0] = K((m) => i.$emit("update:filterPanelOpen", !1), ["prevent"]))
|
|
2752
2761
|
})
|
|
2753
2762
|
]),
|
|
2754
|
-
(u(!0),
|
|
2763
|
+
(u(!0), v(F, null, J(i.columns, (m, b) => (u(), v("th", {
|
|
2755
2764
|
key: b,
|
|
2756
2765
|
class: _(["cl-grid cl-grid-cols-4 cl-py-1 cl-text-xs cl-w-full lg:cl-table-cell lg:cl-w-auto", {
|
|
2757
2766
|
"cl-hidden lg:cl-table-cell": !d(Ue)(m)
|
|
2758
2767
|
}])
|
|
2759
2768
|
}, [
|
|
2760
|
-
f("div",
|
|
2761
|
-
d(Oe)(m) ? (u(),
|
|
2769
|
+
f("div", en, E(m.caption), 1),
|
|
2770
|
+
d(Oe)(m) ? (u(), v("div", {
|
|
2762
2771
|
key: 0,
|
|
2763
2772
|
class: "cl-col-span-2 cl-gap-1 cl-span lg:cl-hidden",
|
|
2764
2773
|
onClick: (r) => s(m.field)
|
|
2765
2774
|
}, [
|
|
2766
|
-
f("span",
|
|
2775
|
+
f("span", tn, E(d(l)("grid.sortBy")), 1),
|
|
2767
2776
|
p(m, !0) ? (u(), V(d(I), {
|
|
2768
2777
|
key: 0,
|
|
2769
2778
|
class: "cl-cursor-pointer cl-inline-block",
|
|
@@ -2777,20 +2786,20 @@ const Io = {
|
|
|
2777
2786
|
class: "cl-cursor-pointer cl-inline-block",
|
|
2778
2787
|
icon: "ph:minus"
|
|
2779
2788
|
}))
|
|
2780
|
-
], 8,
|
|
2781
|
-
$(
|
|
2789
|
+
], 8, ln)) : q("", !0),
|
|
2790
|
+
$(Ko, {
|
|
2782
2791
|
class: "cl-col-span-4",
|
|
2783
2792
|
filter: n.value.filters.filter((r) => r.filterOnColumn === m.field),
|
|
2784
2793
|
column: m,
|
|
2785
|
-
"time-zone":
|
|
2786
|
-
"first-half": b <=
|
|
2794
|
+
"time-zone": i.timeZone,
|
|
2795
|
+
"first-half": b <= i.columns.length / 2,
|
|
2787
2796
|
"onUpdate:filter": a
|
|
2788
2797
|
}, null, 8, ["filter", "column", "time-zone", "first-half"])
|
|
2789
2798
|
], 2))), 128))
|
|
2790
2799
|
], 2)
|
|
2791
2800
|
]));
|
|
2792
2801
|
}
|
|
2793
|
-
}),
|
|
2802
|
+
}), nn = { class: "cl-fixed cl-flex cl-h-full cl-justify-end cl-right-0 cl-shadow-lg cl-top-0 cl-z-50" }, sn = { 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" }, an = { class: "cl-mb-4 cl-text-2xl cl-text-off-white" }, rn = { class: "cl-border-grey-3 cl-border-t cl-flex cl-flex-wrap cl-text-sm cl-w-full" }, cn = { class: "cl-border-b cl-border-grey-2 cl-flex cl-py-2 cl-text-sm cl-w-full" }, un = { class: "cl-flex-1 cl-py-2" }, dn = { class: "cl-py-2 cl-w-1/4" }, pn = { class: "cl-py-2 cl-w-1/5" }, fn = { class: "cl-flex-1 cl-py-2" }, mn = { class: "cl-py-2 cl-w-1/4" }, gn = { class: "cl-py-2 cl-text-off-white cl-w-1/5" }, vn = { key: 1 }, bn = /* @__PURE__ */ U({
|
|
2794
2803
|
inheritAttrs: !1,
|
|
2795
2804
|
__name: "cl-ui-grid-view-manager",
|
|
2796
2805
|
props: {
|
|
@@ -2798,74 +2807,74 @@ const Io = {
|
|
|
2798
2807
|
},
|
|
2799
2808
|
emits: ["update:columns"],
|
|
2800
2809
|
setup(t, { emit: o }) {
|
|
2801
|
-
const e = t, { t: l } =
|
|
2802
|
-
function p(
|
|
2803
|
-
m <
|
|
2810
|
+
const e = t, { t: l } = ne(), n = A(!1);
|
|
2811
|
+
function p(i, c, m) {
|
|
2812
|
+
m < i.length && m >= 0 && i.splice(m, 0, i.splice(c, 1)[0]);
|
|
2804
2813
|
}
|
|
2805
|
-
function s(
|
|
2806
|
-
const m =
|
|
2814
|
+
function s(i, c) {
|
|
2815
|
+
const m = ce(e.columns), b = (i == null ? void 0 : i.checked) ?? !1, r = m.findIndex((w) => w.name === c.name);
|
|
2807
2816
|
r >= 0 && (m[r].visible = b), o("update:columns", m);
|
|
2808
2817
|
}
|
|
2809
|
-
function a(
|
|
2810
|
-
const m =
|
|
2811
|
-
p(m,
|
|
2818
|
+
function a(i, c) {
|
|
2819
|
+
const m = ce(e.columns), b = c === "up" ? i + 1 : i - 1;
|
|
2820
|
+
p(m, i, b), o("update:columns", m);
|
|
2812
2821
|
}
|
|
2813
|
-
return (
|
|
2814
|
-
$(me, re(
|
|
2822
|
+
return (i, c) => (u(), v(F, null, [
|
|
2823
|
+
$(me, re(i.$attrs, {
|
|
2815
2824
|
class: "cl-w-full",
|
|
2816
2825
|
size: "small",
|
|
2817
|
-
onClick:
|
|
2826
|
+
onClick: c[0] || (c[0] = K((m) => n.value = !0, ["prevent"]))
|
|
2818
2827
|
}), {
|
|
2819
|
-
default:
|
|
2828
|
+
default: P(() => [
|
|
2820
2829
|
le(E(d(l)("grid.manageView")), 1)
|
|
2821
2830
|
]),
|
|
2822
2831
|
_: 1
|
|
2823
2832
|
}, 16),
|
|
2824
2833
|
(u(), V(_e, { to: "body" }, [
|
|
2825
2834
|
$(ge, { name: "slide-left" }, {
|
|
2826
|
-
default:
|
|
2827
|
-
L(f("div",
|
|
2828
|
-
f("div",
|
|
2835
|
+
default: P(() => [
|
|
2836
|
+
L(f("div", nn, [
|
|
2837
|
+
f("div", sn, [
|
|
2829
2838
|
$(d(I), {
|
|
2830
2839
|
class: "cl-absolute cl-cursor-pointer cl-right-3 cl-text-off-white cl-top-3",
|
|
2831
2840
|
icon: "ph:x",
|
|
2832
2841
|
size: 16,
|
|
2833
|
-
onClick:
|
|
2842
|
+
onClick: c[1] || (c[1] = (m) => n.value = !1)
|
|
2834
2843
|
}),
|
|
2835
|
-
f("h3",
|
|
2836
|
-
f("ul",
|
|
2837
|
-
f("li",
|
|
2838
|
-
f("strong",
|
|
2839
|
-
f("strong",
|
|
2840
|
-
f("strong",
|
|
2844
|
+
f("h3", an, E(d(l)("grid.manageView")), 1),
|
|
2845
|
+
f("ul", rn, [
|
|
2846
|
+
f("li", cn, [
|
|
2847
|
+
f("strong", un, E(d(l)("grid.column")), 1),
|
|
2848
|
+
f("strong", dn, E(d(l)("grid.visible")), 1),
|
|
2849
|
+
f("strong", pn, E(d(l)("grid.order")), 1)
|
|
2841
2850
|
]),
|
|
2842
|
-
(u(!0),
|
|
2851
|
+
(u(!0), v(F, null, J(i.columns, (m, b) => (u(), v("li", {
|
|
2843
2852
|
key: b,
|
|
2844
2853
|
class: "cl-border-b cl-border-grey-2 cl-flex cl-py-2 cl-text-sm cl-w-full"
|
|
2845
2854
|
}, [
|
|
2846
|
-
f("div",
|
|
2847
|
-
f("div",
|
|
2848
|
-
$(
|
|
2855
|
+
f("div", fn, E(m.caption), 1),
|
|
2856
|
+
f("div", mn, [
|
|
2857
|
+
$(ie, {
|
|
2849
2858
|
"model-value": m.visible === void 0 || m.visible === !0,
|
|
2850
2859
|
"input-type": "checkbox",
|
|
2851
2860
|
onClick: (r) => s(r.target, m)
|
|
2852
2861
|
}, null, 8, ["model-value", "onClick"])
|
|
2853
2862
|
]),
|
|
2854
|
-
f("div",
|
|
2855
|
-
m.visible === void 0 || m.visible === !0 ? (u(),
|
|
2863
|
+
f("div", gn, [
|
|
2864
|
+
m.visible === void 0 || m.visible === !0 ? (u(), v(F, { key: 0 }, [
|
|
2856
2865
|
b !== 0 ? (u(), V(d(I), {
|
|
2857
2866
|
key: 0,
|
|
2858
2867
|
class: "cl-cursor-pointer cl-inline-block cl-mr-2",
|
|
2859
2868
|
icon: "ph:arrow-left",
|
|
2860
2869
|
onClick: (r) => a(b, "down")
|
|
2861
|
-
}, null, 8, ["onClick"])) :
|
|
2862
|
-
b !==
|
|
2870
|
+
}, null, 8, ["onClick"])) : q("", !0),
|
|
2871
|
+
b !== i.columns.length - 1 ? (u(), V(d(I), {
|
|
2863
2872
|
key: 1,
|
|
2864
2873
|
class: "cl-cursor-pointer cl-inline-block",
|
|
2865
2874
|
icon: "ph:arrow-right",
|
|
2866
2875
|
onClick: (r) => a(b, "up")
|
|
2867
|
-
}, null, 8, ["onClick"])) :
|
|
2868
|
-
], 64)) : (u(),
|
|
2876
|
+
}, null, 8, ["onClick"])) : q("", !0)
|
|
2877
|
+
], 64)) : (u(), v("em", vn, E(d(l)("grid.hidden")), 1))
|
|
2869
2878
|
])
|
|
2870
2879
|
]))), 128))
|
|
2871
2880
|
])
|
|
@@ -2879,7 +2888,7 @@ const Io = {
|
|
|
2879
2888
|
]))
|
|
2880
2889
|
], 64));
|
|
2881
2890
|
}
|
|
2882
|
-
}),
|
|
2891
|
+
}), hn = { class: "cl-relative cl-w-full grid lg:cl-min-h-fit" }, yn = { class: "cl-absolute cl-flex cl-items-center cl-justify-center cl-min-h-full cl-p-32 cl-w-full" }, wn = { class: "cl-overflow-x-auto cl-overscroll-x-none cl-pt-1" }, $n = { class: "cl-hidden lg:cl-table-column-group" }, kn = /* @__PURE__ */ U({
|
|
2883
2892
|
__name: "cl-ui-grid",
|
|
2884
2893
|
props: {
|
|
2885
2894
|
columns: {},
|
|
@@ -2891,10 +2900,10 @@ const Io = {
|
|
|
2891
2900
|
},
|
|
2892
2901
|
emits: ["update:columns", "update:request", "data-request", "row-edit", "edit-start", "edit-end", "row-select"],
|
|
2893
2902
|
setup(t, { emit: o }) {
|
|
2894
|
-
const e = t, l =
|
|
2903
|
+
const e = t, l = N({
|
|
2895
2904
|
get: () => e.columns,
|
|
2896
2905
|
set: (h) => o("update:columns", h)
|
|
2897
|
-
}), n =
|
|
2906
|
+
}), n = N(() => l.value.filter((h) => h.visible ?? !0)), p = A({});
|
|
2898
2907
|
function s() {
|
|
2899
2908
|
const h = {};
|
|
2900
2909
|
window.innerWidth >= 1024 && l.value.forEach((T) => {
|
|
@@ -2905,27 +2914,27 @@ const Io = {
|
|
|
2905
2914
|
function a(h) {
|
|
2906
2915
|
return p.value[h] ?? "";
|
|
2907
2916
|
}
|
|
2908
|
-
|
|
2917
|
+
qe(() => {
|
|
2909
2918
|
window.addEventListener("resize", s), s();
|
|
2910
2919
|
}), Ie(() => window.removeEventListener("resize", s));
|
|
2911
|
-
const
|
|
2920
|
+
const i = N({
|
|
2912
2921
|
get: () => e.request,
|
|
2913
2922
|
set: (h) => o("update:request", h)
|
|
2914
2923
|
});
|
|
2915
|
-
function
|
|
2916
|
-
const h =
|
|
2917
|
-
h.pageNumber = 1, h.filters = [],
|
|
2924
|
+
function c() {
|
|
2925
|
+
const h = ce(i.value);
|
|
2926
|
+
h.pageNumber = 1, h.filters = [], i.value = h;
|
|
2918
2927
|
}
|
|
2919
2928
|
const m = Ke(() => o("data-request"), 750);
|
|
2920
|
-
Q(
|
|
2929
|
+
Q(i, m, {
|
|
2921
2930
|
deep: !0,
|
|
2922
2931
|
immediate: !0
|
|
2923
2932
|
});
|
|
2924
|
-
const b =
|
|
2925
|
-
return Q(r, () => r.value ? o("edit-start") : o("edit-end")), (h, T) => (u(),
|
|
2933
|
+
const b = N(() => e.data), r = A(!1), w = A(!1);
|
|
2934
|
+
return Q(r, () => r.value ? o("edit-start") : o("edit-end")), (h, T) => (u(), v("div", hn, [
|
|
2926
2935
|
$(ge, { name: "fade" }, {
|
|
2927
|
-
default:
|
|
2928
|
-
L(f("div",
|
|
2936
|
+
default: P(() => [
|
|
2937
|
+
L(f("div", yn, [
|
|
2929
2938
|
$(Se)
|
|
2930
2939
|
], 512), [
|
|
2931
2940
|
[H, h.loading]
|
|
@@ -2933,7 +2942,7 @@ const Io = {
|
|
|
2933
2942
|
]),
|
|
2934
2943
|
_: 1
|
|
2935
2944
|
}),
|
|
2936
|
-
$(
|
|
2945
|
+
$(Wt, {
|
|
2937
2946
|
"edit-mode": r.value,
|
|
2938
2947
|
"onUpdate:editMode": T[1] || (T[1] = (k) => r.value = k),
|
|
2939
2948
|
"filter-panel-open": w.value,
|
|
@@ -2941,88 +2950,92 @@ const Io = {
|
|
|
2941
2950
|
columns: h.columns,
|
|
2942
2951
|
options: h.options,
|
|
2943
2952
|
request: h.request,
|
|
2944
|
-
|
|
2953
|
+
loading: h.loading,
|
|
2954
|
+
onClearFilters: c
|
|
2945
2955
|
}, {
|
|
2946
|
-
"
|
|
2947
|
-
|
|
2956
|
+
"additional-grid-actions": P((k) => [
|
|
2957
|
+
S(h.$slots, "additional-grid-actions", te(ae(k)))
|
|
2958
|
+
]),
|
|
2959
|
+
"view-manager": P(() => [
|
|
2960
|
+
$(bn, {
|
|
2948
2961
|
columns: l.value,
|
|
2949
2962
|
"onUpdate:columns": T[0] || (T[0] = (k) => l.value = k)
|
|
2950
2963
|
}, null, 8, ["columns"])
|
|
2951
2964
|
]),
|
|
2952
|
-
_:
|
|
2953
|
-
}, 8, ["edit-mode", "filter-panel-open", "columns", "options", "request"]),
|
|
2954
|
-
f("div",
|
|
2965
|
+
_: 3
|
|
2966
|
+
}, 8, ["edit-mode", "filter-panel-open", "columns", "options", "request", "loading"]),
|
|
2967
|
+
f("div", wn, [
|
|
2955
2968
|
f("table", {
|
|
2956
2969
|
class: _(["cl-delay-75 cl-min-h-[276px] cl-overflow-x-auto cl-overscroll-x-none cl-text-left cl-transition-opacity cl-w-full", {
|
|
2957
2970
|
"cl-opacity-40": h.loading
|
|
2958
2971
|
}])
|
|
2959
2972
|
}, [
|
|
2960
|
-
f("colgroup",
|
|
2961
|
-
(u(!0),
|
|
2973
|
+
f("colgroup", $n, [
|
|
2974
|
+
(u(!0), v(F, null, J(n.value, (k, B) => (u(), v("col", {
|
|
2962
2975
|
key: B,
|
|
2963
|
-
style:
|
|
2976
|
+
style: xe(a(k.name)),
|
|
2964
2977
|
span: 1
|
|
2965
2978
|
}, null, 4))), 128))
|
|
2966
2979
|
]),
|
|
2967
|
-
$(
|
|
2968
|
-
request:
|
|
2969
|
-
"onUpdate:request": T[3] || (T[3] = (k) =>
|
|
2980
|
+
$(on, {
|
|
2981
|
+
request: i.value,
|
|
2982
|
+
"onUpdate:request": T[3] || (T[3] = (k) => i.value = k),
|
|
2970
2983
|
"filter-panel-open": w.value,
|
|
2971
2984
|
"onUpdate:filterPanelOpen": T[4] || (T[4] = (k) => w.value = k),
|
|
2972
2985
|
columns: n.value,
|
|
2973
2986
|
options: h.options,
|
|
2974
2987
|
"time-zone": h.timeZone
|
|
2975
2988
|
}, null, 8, ["request", "filter-panel-open", "columns", "options", "time-zone"]),
|
|
2976
|
-
$(
|
|
2989
|
+
$(io, {
|
|
2977
2990
|
columns: n.value,
|
|
2978
|
-
request:
|
|
2991
|
+
request: i.value,
|
|
2979
2992
|
data: b.value,
|
|
2980
2993
|
"time-zone": h.timeZone,
|
|
2981
2994
|
loading: h.loading,
|
|
2982
2995
|
"edit-mode": r.value,
|
|
2983
2996
|
"selection-enabled": h.options.rowSelectionEnabled,
|
|
2984
|
-
onClearFilters:
|
|
2997
|
+
onClearFilters: c,
|
|
2985
2998
|
onRowEdit: T[5] || (T[5] = (k) => h.$emit("row-edit", k)),
|
|
2986
2999
|
onRowSelect: T[6] || (T[6] = (k) => h.$emit("row-select", k))
|
|
2987
3000
|
}, Re({ _: 2 }, [
|
|
2988
3001
|
J(h.$slots, (k, B) => ({
|
|
2989
3002
|
name: B,
|
|
2990
|
-
fn:
|
|
2991
|
-
|
|
3003
|
+
fn: P((O) => [
|
|
3004
|
+
S(h.$slots, B, te(ae(O)))
|
|
2992
3005
|
])
|
|
2993
3006
|
}))
|
|
2994
3007
|
]), 1032, ["columns", "request", "data", "time-zone", "loading", "edit-mode", "selection-enabled"])
|
|
2995
3008
|
], 2)
|
|
2996
3009
|
]),
|
|
2997
|
-
$(
|
|
2998
|
-
request:
|
|
2999
|
-
"onUpdate:request": T[7] || (T[7] = (k) =>
|
|
3010
|
+
$(Oo, {
|
|
3011
|
+
request: i.value,
|
|
3012
|
+
"onUpdate:request": T[7] || (T[7] = (k) => i.value = k),
|
|
3000
3013
|
data: h.data
|
|
3001
3014
|
}, null, 8, ["request", "data"])
|
|
3002
3015
|
]));
|
|
3003
3016
|
}
|
|
3004
|
-
}),
|
|
3017
|
+
}), Cn = { 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" }, Tn = /* @__PURE__ */ U({
|
|
3005
3018
|
__name: "cl-ui-header",
|
|
3006
3019
|
emits: ["open-click"],
|
|
3007
3020
|
setup(t) {
|
|
3008
|
-
return (o, e) => (u(),
|
|
3009
|
-
|
|
3021
|
+
return (o, e) => (u(), v("header", Cn, [
|
|
3022
|
+
S(o.$slots, "logo"),
|
|
3010
3023
|
f("div", {
|
|
3011
3024
|
class: "cl-cursor-pointer cl-flex cl-flex-nowrap",
|
|
3012
3025
|
onClick: e[0] || (e[0] = (l) => o.$emit("open-click"))
|
|
3013
3026
|
}, [
|
|
3014
|
-
|
|
3015
|
-
|
|
3027
|
+
S(o.$slots, "menu"),
|
|
3028
|
+
S(o.$slots, "icon")
|
|
3016
3029
|
])
|
|
3017
3030
|
]));
|
|
3018
3031
|
}
|
|
3019
|
-
}),
|
|
3032
|
+
}), En = { class: "cl-bg-transparent cl-flex cl-items-center cl-select-none hover:cl-bg-opacity-10 hover:cl-bg-white md:cl-min-w-[320px]" }, On = ["src"], An = {
|
|
3020
3033
|
key: 0,
|
|
3021
3034
|
class: "cl-text-ellipsis cl-whitespace-nowrap"
|
|
3022
|
-
},
|
|
3035
|
+
}, qn = {
|
|
3023
3036
|
key: 1,
|
|
3024
3037
|
class: "cl-text-ellipsis cl-text-xs cl-whitespace-nowrap"
|
|
3025
|
-
},
|
|
3038
|
+
}, Sn = { class: "cl-content-center cl-flex cl-h-20 cl-items-center cl-justify-center cl-justify-items-center cl-transition-all cl-w-10 md:cl-ml-4 md:cl-w-20" }, Nn = { class: "cl-absolute cl-bg-white cl-right-0 cl-shadow-2xl cl-top-20 cl-w-full cl-z-20" }, jn = /* @__PURE__ */ U({
|
|
3026
3039
|
__name: "cl-ui-header-menu",
|
|
3027
3040
|
props: {
|
|
3028
3041
|
username: { default: "" },
|
|
@@ -3033,12 +3046,12 @@ const Io = {
|
|
|
3033
3046
|
},
|
|
3034
3047
|
emits: ["update:is-open"],
|
|
3035
3048
|
setup(t, { emit: o }) {
|
|
3036
|
-
const e = t, l =
|
|
3049
|
+
const e = t, l = A();
|
|
3037
3050
|
ze(l, n);
|
|
3038
3051
|
function n() {
|
|
3039
3052
|
e.isOpen === !0 && o("update:is-open", !1);
|
|
3040
3053
|
}
|
|
3041
|
-
return (p, s) => (u(),
|
|
3054
|
+
return (p, s) => (u(), v("div", {
|
|
3042
3055
|
ref_key: "headerMenuElement",
|
|
3043
3056
|
ref: l,
|
|
3044
3057
|
class: _(["md:cl-relative", {
|
|
@@ -3046,12 +3059,12 @@ const Io = {
|
|
|
3046
3059
|
"cl-bg-blue-light": e.colour === "secondary"
|
|
3047
3060
|
}])
|
|
3048
3061
|
}, [
|
|
3049
|
-
f("div",
|
|
3050
|
-
p.image ? (u(),
|
|
3062
|
+
f("div", En, [
|
|
3063
|
+
p.image ? (u(), v("img", {
|
|
3051
3064
|
key: 0,
|
|
3052
3065
|
src: p.image,
|
|
3053
3066
|
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"
|
|
3054
|
-
}, null, 8,
|
|
3067
|
+
}, null, 8, On)) : (u(), V(d(I), {
|
|
3055
3068
|
key: 1,
|
|
3056
3069
|
class: "cl-hidden cl-m-4 cl-text-white md:cl-block",
|
|
3057
3070
|
icon: "ph:user-circle",
|
|
@@ -3064,10 +3077,10 @@ const Io = {
|
|
|
3064
3077
|
"cl-text-white": e.colour === "secondary"
|
|
3065
3078
|
}])
|
|
3066
3079
|
}, [
|
|
3067
|
-
p.username ? (u(),
|
|
3068
|
-
p.group ? (u(),
|
|
3080
|
+
p.username ? (u(), v("div", An, E(p.username), 1)) : q("", !0),
|
|
3081
|
+
p.group ? (u(), v("div", qn, E(p.group), 1)) : q("", !0)
|
|
3069
3082
|
], 2),
|
|
3070
|
-
f("div",
|
|
3083
|
+
f("div", Sn, [
|
|
3071
3084
|
$(d(I), {
|
|
3072
3085
|
class: _(["cl-transform-gpu cl-transition-transform", {
|
|
3073
3086
|
"cl-rotate-180": p.isOpen,
|
|
@@ -3079,9 +3092,9 @@ const Io = {
|
|
|
3079
3092
|
])
|
|
3080
3093
|
]),
|
|
3081
3094
|
$(ge, { name: "fade" }, {
|
|
3082
|
-
default:
|
|
3083
|
-
L(f("div",
|
|
3084
|
-
|
|
3095
|
+
default: P(() => [
|
|
3096
|
+
L(f("div", Nn, [
|
|
3097
|
+
S(p.$slots, "default")
|
|
3085
3098
|
], 512), [
|
|
3086
3099
|
[H, p.isOpen]
|
|
3087
3100
|
])
|
|
@@ -3094,24 +3107,24 @@ const Io = {
|
|
|
3094
3107
|
function je(t) {
|
|
3095
3108
|
return /[a-z]{2}-[A-Z]{2}/gm.test(t.localeCode);
|
|
3096
3109
|
}
|
|
3097
|
-
function
|
|
3110
|
+
function _n(t) {
|
|
3098
3111
|
let o = Array.isArray(t);
|
|
3099
3112
|
if (o) {
|
|
3100
3113
|
for (const e of t)
|
|
3101
|
-
if (!
|
|
3114
|
+
if (!In(e)) {
|
|
3102
3115
|
o = !1;
|
|
3103
3116
|
break;
|
|
3104
3117
|
}
|
|
3105
3118
|
}
|
|
3106
3119
|
return o;
|
|
3107
3120
|
}
|
|
3108
|
-
function
|
|
3121
|
+
function In(t) {
|
|
3109
3122
|
return typeof t.name == "string" && typeof t.nativeName == "string" && typeof t.localeCode == "string";
|
|
3110
3123
|
}
|
|
3111
|
-
const
|
|
3124
|
+
const Rn = {
|
|
3112
3125
|
key: 0,
|
|
3113
3126
|
class: "cl-flex cl-relative cl-select-none cl-w-auto cl-z-30"
|
|
3114
|
-
},
|
|
3127
|
+
}, zn = { class: "cl-absolute cl-bg-white cl-border cl-border-grey-0 cl-overflow-hidden cl-right-0 cl-rounded cl-shadow-xl cl-text-black cl-top-6 cl-z-3" }, Un = ["data-localename", "data-localecode", "onClick"], Bn = { class: "cl-text-xs" }, Mn = /* @__PURE__ */ U({
|
|
3115
3128
|
__name: "cl-ui-language-switcher",
|
|
3116
3129
|
props: {
|
|
3117
3130
|
supportedLanguages: {},
|
|
@@ -3120,29 +3133,29 @@ const _n = {
|
|
|
3120
3133
|
},
|
|
3121
3134
|
emits: ["language-select"],
|
|
3122
3135
|
setup(t, { emit: o }) {
|
|
3123
|
-
const e = t, { locale: l } =
|
|
3136
|
+
const e = t, { locale: l } = ne(), n = A(!1), p = N(() => e.supportedLanguages.find((i) => i.localeCode === l.value) ?? e.defaultLangauge), s = N(() => e.supportedLanguages.filter((i) => je(i)).sort((i, c) => i.nativeName > c.nativeName ? 1 : c.nativeName > i.nativeName ? -1 : 0));
|
|
3124
3137
|
function a() {
|
|
3125
3138
|
e.disabled || (n.value = !n.value);
|
|
3126
3139
|
}
|
|
3127
|
-
return Q(() => e.disabled, (
|
|
3128
|
-
|
|
3129
|
-
}), (
|
|
3140
|
+
return Q(() => e.disabled, (i) => {
|
|
3141
|
+
i && (n.value = !1);
|
|
3142
|
+
}), (i, c) => p.value !== null && d(je)(p.value) ? (u(), v("div", Rn, [
|
|
3130
3143
|
f("div", {
|
|
3131
3144
|
class: _(["cl-flex cl-items-center", {
|
|
3132
|
-
"cl-cursor-pointer": !
|
|
3145
|
+
"cl-cursor-pointer": !i.disabled
|
|
3133
3146
|
}]),
|
|
3134
3147
|
onClick: a
|
|
3135
3148
|
}, [
|
|
3136
3149
|
f("span", {
|
|
3137
3150
|
class: _(["cl-font-semibold cl-text-xs", {
|
|
3138
|
-
"cl-opacity-50":
|
|
3151
|
+
"cl-opacity-50": i.disabled
|
|
3139
3152
|
}])
|
|
3140
3153
|
}, E(p.value.nativeName), 3)
|
|
3141
3154
|
], 2),
|
|
3142
3155
|
$(ge, { name: "fade" }, {
|
|
3143
|
-
default:
|
|
3144
|
-
L(f("div",
|
|
3145
|
-
(u(!0),
|
|
3156
|
+
default: P(() => [
|
|
3157
|
+
L(f("div", zn, [
|
|
3158
|
+
(u(!0), v(F, null, J(s.value, (m, b) => (u(), v("div", {
|
|
3146
3159
|
key: b,
|
|
3147
3160
|
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",
|
|
3148
3161
|
"data-localename": m.name,
|
|
@@ -3151,20 +3164,20 @@ const _n = {
|
|
|
3151
3164
|
l.value = m.localeCode, a(), o("language-select", m.localeCode);
|
|
3152
3165
|
}
|
|
3153
3166
|
}, [
|
|
3154
|
-
f("span",
|
|
3155
|
-
], 8,
|
|
3167
|
+
f("span", Bn, E(m.nativeName), 1)
|
|
3168
|
+
], 8, Un))), 128))
|
|
3156
3169
|
], 512), [
|
|
3157
3170
|
[H, n.value]
|
|
3158
3171
|
])
|
|
3159
3172
|
]),
|
|
3160
3173
|
_: 1
|
|
3161
3174
|
})
|
|
3162
|
-
])) :
|
|
3175
|
+
])) : q("", !0);
|
|
3163
3176
|
}
|
|
3164
|
-
}),
|
|
3177
|
+
}), Vn = { class: "cl-relative" }, Dn = { class: "cl-h-screen cl-z-0" }, Ln = { 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" }, Pn = { class: "cl-col-span-10 lg:cl-col-span-3" }, Fn = {
|
|
3165
3178
|
key: 0,
|
|
3166
3179
|
class: "cl-col-span-10 cl-flex cl-items-start cl-justify-end cl-text-white lg:cl-col-span-1 lg:cl-p-2"
|
|
3167
|
-
},
|
|
3180
|
+
}, Hn = { class: "cl-col-span-3" }, Gn = { class: "cl-inline cl-relative cl-text-grey-4" }, Zn = { class: "cl-col-span-3" }, xn = { class: "cl-inline cl-relative cl-text-grey-4" }, Wn = { class: "cl-col-span-10 cl-emphasis-danger cl-mt-10 cl-p-3 cl-rounded-md cl-text-sm md:cl-mt-3" }, Kn = /* @__PURE__ */ U({
|
|
3168
3181
|
__name: "cl-ui-login",
|
|
3169
3182
|
props: {
|
|
3170
3183
|
errors: { default: () => [] },
|
|
@@ -3175,7 +3188,7 @@ const _n = {
|
|
|
3175
3188
|
"update:errors": null
|
|
3176
3189
|
},
|
|
3177
3190
|
setup(t, { emit: o }) {
|
|
3178
|
-
const { t: e } =
|
|
3191
|
+
const { t: e } = ne(), l = A(""), n = A(""), p = A("password"), s = A();
|
|
3179
3192
|
function a() {
|
|
3180
3193
|
const b = {
|
|
3181
3194
|
username: l.value,
|
|
@@ -3183,10 +3196,10 @@ const _n = {
|
|
|
3183
3196
|
};
|
|
3184
3197
|
o("login", b);
|
|
3185
3198
|
}
|
|
3186
|
-
function
|
|
3199
|
+
function i() {
|
|
3187
3200
|
o("update:errors", []);
|
|
3188
3201
|
}
|
|
3189
|
-
function
|
|
3202
|
+
function c(b, r) {
|
|
3190
3203
|
const w = {
|
|
3191
3204
|
valid: !0,
|
|
3192
3205
|
message: ""
|
|
@@ -3196,31 +3209,32 @@ const _n = {
|
|
|
3196
3209
|
function m(b, r) {
|
|
3197
3210
|
s.value = b;
|
|
3198
3211
|
}
|
|
3199
|
-
return (b, r) => (u(),
|
|
3200
|
-
f("div",
|
|
3201
|
-
|
|
3212
|
+
return (b, r) => (u(), v("div", Vn, [
|
|
3213
|
+
f("div", Dn, [
|
|
3214
|
+
S(b.$slots, "background")
|
|
3202
3215
|
]),
|
|
3203
|
-
f("form",
|
|
3204
|
-
f("div",
|
|
3205
|
-
|
|
3216
|
+
f("form", Ln, [
|
|
3217
|
+
f("div", Pn, [
|
|
3218
|
+
S(b.$slots, "logo")
|
|
3206
3219
|
]),
|
|
3207
|
-
b.$slots["language-switcher"] ? (u(),
|
|
3208
|
-
|
|
3209
|
-
])) :
|
|
3220
|
+
b.$slots["language-switcher"] ? (u(), v("div", Fn, [
|
|
3221
|
+
S(b.$slots, "language-switcher")
|
|
3222
|
+
])) : q("", !0),
|
|
3210
3223
|
f("div", {
|
|
3211
3224
|
class: _(["cl-gap-y-4 cl-grid cl-grid-cols-1 lg:cl-gap-x-2 lg:cl-grid-cols-8", {
|
|
3212
3225
|
"cl-col-span-7": !b.$slots["language-switcher"],
|
|
3213
3226
|
"cl-col-span-6": b.$slots["language-switcher"]
|
|
3214
3227
|
}])
|
|
3215
3228
|
}, [
|
|
3216
|
-
f("div",
|
|
3217
|
-
f("div",
|
|
3229
|
+
f("div", Hn, [
|
|
3230
|
+
f("div", Gn, [
|
|
3218
3231
|
$(d(I), {
|
|
3219
3232
|
class: "cl-absolute cl-left-3 cl-top-2.5 cl-z-10",
|
|
3220
3233
|
icon: "ph:user",
|
|
3221
3234
|
size: 18
|
|
3222
3235
|
}),
|
|
3223
|
-
$(
|
|
3236
|
+
$(ie, {
|
|
3237
|
+
id: "cl-ui-login-usernameinput",
|
|
3224
3238
|
modelValue: l.value,
|
|
3225
3239
|
"onUpdate:modelValue": r[0] || (r[0] = (w) => l.value = w),
|
|
3226
3240
|
modelModifiers: { trim: !0 },
|
|
@@ -3232,16 +3246,16 @@ const _n = {
|
|
|
3232
3246
|
"placeholder-text": d(e)("login.email"),
|
|
3233
3247
|
autocomplete: "username",
|
|
3234
3248
|
"validate-immediately": !0,
|
|
3235
|
-
"custom-validation-function":
|
|
3249
|
+
"custom-validation-function": c,
|
|
3236
3250
|
"input-specific-classes": "!cl-pl-9",
|
|
3237
3251
|
"message-when-valid": l.value ? d(e)("login.validEmail") : "",
|
|
3238
|
-
onInput:
|
|
3252
|
+
onInput: i,
|
|
3239
3253
|
onValidated: m
|
|
3240
3254
|
}, null, 8, ["modelValue", "highlight-when-valid", "label", "placeholder-text", "message-when-valid"])
|
|
3241
3255
|
])
|
|
3242
3256
|
]),
|
|
3243
|
-
f("div",
|
|
3244
|
-
f("div",
|
|
3257
|
+
f("div", Zn, [
|
|
3258
|
+
f("div", xn, [
|
|
3245
3259
|
$(d(I), {
|
|
3246
3260
|
class: "cl-absolute cl-left-3 cl-top-2.5 cl-z-10",
|
|
3247
3261
|
icon: "ph:lock",
|
|
@@ -3263,7 +3277,8 @@ const _n = {
|
|
|
3263
3277
|
}, null, 512), [
|
|
3264
3278
|
[H, p.value === "text"]
|
|
3265
3279
|
]),
|
|
3266
|
-
$(
|
|
3280
|
+
$(ie, {
|
|
3281
|
+
id: "cl-ui-login-passwordinput",
|
|
3267
3282
|
modelValue: n.value,
|
|
3268
3283
|
"onUpdate:modelValue": r[3] || (r[3] = (w) => n.value = w),
|
|
3269
3284
|
class: "!cl-border-2 cl-w-full",
|
|
@@ -3275,8 +3290,8 @@ const _n = {
|
|
|
3275
3290
|
autocomplete: "current-password",
|
|
3276
3291
|
"validate-immediately": !0,
|
|
3277
3292
|
"input-specific-classes": "!cl-pl-9 !cl-pr-9",
|
|
3278
|
-
"custom-validation-function":
|
|
3279
|
-
onInput:
|
|
3293
|
+
"custom-validation-function": c,
|
|
3294
|
+
onInput: i
|
|
3280
3295
|
}, null, 8, ["modelValue", "input-type", "highlight-when-valid", "label", "placeholder-text"])
|
|
3281
3296
|
])
|
|
3282
3297
|
]),
|
|
@@ -3286,13 +3301,14 @@ const _n = {
|
|
|
3286
3301
|
}])
|
|
3287
3302
|
}, [
|
|
3288
3303
|
$(me, {
|
|
3304
|
+
id: "cl-ui-login-loginbutton",
|
|
3289
3305
|
class: "cl-w-full",
|
|
3290
3306
|
colour: "blue",
|
|
3291
3307
|
loading: b.loading,
|
|
3292
3308
|
disabled: !s.value || n.value === "",
|
|
3293
3309
|
onClick: K(a, ["prevent"])
|
|
3294
3310
|
}, {
|
|
3295
|
-
default:
|
|
3311
|
+
default: P(() => [
|
|
3296
3312
|
le(E(d(e)("login.login")), 1)
|
|
3297
3313
|
]),
|
|
3298
3314
|
_: 1
|
|
@@ -3300,11 +3316,12 @@ const _n = {
|
|
|
3300
3316
|
], 2)
|
|
3301
3317
|
], 2),
|
|
3302
3318
|
$(ge, { name: "cl-grow-down" }, {
|
|
3303
|
-
default:
|
|
3319
|
+
default: P(() => {
|
|
3304
3320
|
var w;
|
|
3305
3321
|
return [
|
|
3306
|
-
L(f("span",
|
|
3307
|
-
(u(!0),
|
|
3322
|
+
L(f("span", Wn, [
|
|
3323
|
+
(u(!0), v(F, null, J(b.errors, (h, T) => (u(), v("div", {
|
|
3324
|
+
id: "cl-ui-login-errors",
|
|
3308
3325
|
key: T,
|
|
3309
3326
|
class: "cl-font-semibold"
|
|
3310
3327
|
}, E(h), 1))), 128))
|
|
@@ -3318,25 +3335,25 @@ const _n = {
|
|
|
3318
3335
|
])
|
|
3319
3336
|
]));
|
|
3320
3337
|
}
|
|
3321
|
-
}),
|
|
3338
|
+
}), Qn = [
|
|
3322
3339
|
"x-small",
|
|
3323
3340
|
"small",
|
|
3324
3341
|
"medium",
|
|
3325
3342
|
"large"
|
|
3326
|
-
],
|
|
3343
|
+
], Jn = [
|
|
3327
3344
|
"primary",
|
|
3328
3345
|
"secondary",
|
|
3329
3346
|
"white"
|
|
3330
|
-
],
|
|
3347
|
+
], Yn = {
|
|
3331
3348
|
key: 0,
|
|
3332
3349
|
class: "cl-h-0 cl-w-0"
|
|
3333
|
-
},
|
|
3350
|
+
}, Xn = { class: "cl-relative cl-w-full" }, es = /* @__PURE__ */ U({
|
|
3334
3351
|
__name: "cl-ui-navigation",
|
|
3335
3352
|
props: {
|
|
3336
3353
|
colour: { default: "default" }
|
|
3337
3354
|
},
|
|
3338
3355
|
setup(t) {
|
|
3339
|
-
const o =
|
|
3356
|
+
const o = A([]), e = N(() => o.value.filter((r) => r.open === !0).length > 0);
|
|
3340
3357
|
function l(r) {
|
|
3341
3358
|
let w = o.value.find((h) => h.id === r);
|
|
3342
3359
|
return w || (w = {
|
|
@@ -3360,17 +3377,17 @@ const _n = {
|
|
|
3360
3377
|
deep: !0
|
|
3361
3378
|
}
|
|
3362
3379
|
);
|
|
3363
|
-
const s =
|
|
3364
|
-
function
|
|
3365
|
-
s.value = !s.value, a.value = !0,
|
|
3380
|
+
const s = A(!1), a = A(!1), { start: i } = We(() => a.value = !1, 100);
|
|
3381
|
+
function c() {
|
|
3382
|
+
s.value = !s.value, a.value = !0, i();
|
|
3366
3383
|
}
|
|
3367
|
-
const m =
|
|
3384
|
+
const m = A();
|
|
3368
3385
|
function b() {
|
|
3369
3386
|
s.value === !1 && e.value === !0 && o.value.forEach((r) => {
|
|
3370
3387
|
r.open = !1;
|
|
3371
3388
|
});
|
|
3372
3389
|
}
|
|
3373
|
-
return ze(m, b), (r, w) => (u(),
|
|
3390
|
+
return ze(m, b), (r, w) => (u(), v("div", {
|
|
3374
3391
|
ref_key: "navElement",
|
|
3375
3392
|
ref: m,
|
|
3376
3393
|
class: "cl-flex cl-flex-nowrap cl-relative"
|
|
@@ -3382,21 +3399,21 @@ const _n = {
|
|
|
3382
3399
|
"cl-bg-blue-dark": r.colour === "secondary"
|
|
3383
3400
|
}])
|
|
3384
3401
|
}, [
|
|
3385
|
-
|
|
3402
|
+
S(r.$slots, "icon", re({ navcolour: r.colour }, { groupIsOpen: l, toggleOpen: n }), void 0, !0)
|
|
3386
3403
|
], 2),
|
|
3387
|
-
a.value ? (u(),
|
|
3404
|
+
a.value ? (u(), v("div", Yn)) : q("", !0),
|
|
3388
3405
|
$(ge, { name: "slide-right" }, {
|
|
3389
|
-
default:
|
|
3406
|
+
default: P(() => [
|
|
3390
3407
|
L(f("div", {
|
|
3391
3408
|
class: _(["cl-bg-grey-0 cl-border-grey-2 cl-border-r cl-duration-75 cl-h-full cl-min-w-[260px] cl-overflow-y-auto cl-overscroll-y-none cl-p-8 cl-pb-24 cl-top-0 cl-transition-shadow cl-w-[260px] cl-z-20 xl:cl-pb-0", {
|
|
3392
3409
|
"cl-relative": s.value,
|
|
3393
3410
|
"cl-absolute cl-left-20 cl-shadow-lg": !s.value
|
|
3394
3411
|
}])
|
|
3395
3412
|
}, [
|
|
3396
|
-
f("div",
|
|
3413
|
+
f("div", Xn, [
|
|
3397
3414
|
f("span", {
|
|
3398
3415
|
class: "cl-absolute cl-cursor-pointer cl-hidden cl-right-0 cl-top-1.5 lg:cl-block",
|
|
3399
|
-
onClick:
|
|
3416
|
+
onClick: c
|
|
3400
3417
|
}, [
|
|
3401
3418
|
s.value ? (u(), V(d(I), {
|
|
3402
3419
|
key: 1,
|
|
@@ -3406,7 +3423,7 @@ const _n = {
|
|
|
3406
3423
|
icon: "ph:push-pin"
|
|
3407
3424
|
}))
|
|
3408
3425
|
]),
|
|
3409
|
-
|
|
3426
|
+
S(r.$slots, "default", te(ae({ groupIsOpen: l })), void 0, !0)
|
|
3410
3427
|
])
|
|
3411
3428
|
], 2), [
|
|
3412
3429
|
[H, e.value]
|
|
@@ -3417,7 +3434,7 @@ const _n = {
|
|
|
3417
3434
|
], 512));
|
|
3418
3435
|
}
|
|
3419
3436
|
});
|
|
3420
|
-
const
|
|
3437
|
+
const ls = /* @__PURE__ */ fe(es, [["__scopeId", "data-v-7db412a7"]]), ts = /* @__PURE__ */ U({
|
|
3421
3438
|
__name: "cl-ui-navigation-icon",
|
|
3422
3439
|
props: {
|
|
3423
3440
|
iconValue: {},
|
|
@@ -3425,7 +3442,7 @@ const Xn = /* @__PURE__ */ fe(Yn, [["__scopeId", "data-v-7db412a7"]]), es = /* @
|
|
|
3425
3442
|
colour: { default: "default" }
|
|
3426
3443
|
},
|
|
3427
3444
|
setup(t) {
|
|
3428
|
-
return (o, e) => (u(),
|
|
3445
|
+
return (o, e) => (u(), v("div", {
|
|
3429
3446
|
class: _(["cl-cursor-pointer cl-flex cl-h-20 cl-items-center cl-justify-center cl-transition-colors cl-w-20", {
|
|
3430
3447
|
"cl-text-secondary-default hover:cl-bg-primary-dark hover:cl-text-white": o.colour === "default",
|
|
3431
3448
|
"cl-bg-primary-darker cl-text-white": o.open && o.colour === "default",
|
|
@@ -3440,45 +3457,45 @@ const Xn = /* @__PURE__ */ fe(Yn, [["__scopeId", "data-v-7db412a7"]]), es = /* @
|
|
|
3440
3457
|
}, null, 8, ["icon"])
|
|
3441
3458
|
], 2));
|
|
3442
3459
|
}
|
|
3443
|
-
}),
|
|
3460
|
+
}), os = {
|
|
3444
3461
|
key: 0,
|
|
3445
3462
|
class: "cl-font-bold cl-leading-8 cl-mb-8 cl-pr-8 cl-select-none cl-text-lg cl-text-secondary-default"
|
|
3446
|
-
},
|
|
3463
|
+
}, ns = { class: "cl-flex cl-flex-wrap cl-space-y-8 cl-text-sm cl-w-full" }, ss = /* @__PURE__ */ U({
|
|
3447
3464
|
__name: "cl-ui-navigation-group",
|
|
3448
3465
|
props: {
|
|
3449
3466
|
open: { type: Boolean }
|
|
3450
3467
|
},
|
|
3451
3468
|
setup(t) {
|
|
3452
|
-
return (o, e) => o.open ? (u(),
|
|
3453
|
-
o.$slots.title ? (u(),
|
|
3454
|
-
|
|
3455
|
-
])) :
|
|
3456
|
-
f("div",
|
|
3457
|
-
|
|
3469
|
+
return (o, e) => o.open ? (u(), v(F, { key: 0 }, [
|
|
3470
|
+
o.$slots.title ? (u(), v("div", os, [
|
|
3471
|
+
S(o.$slots, "title")
|
|
3472
|
+
])) : q("", !0),
|
|
3473
|
+
f("div", ns, [
|
|
3474
|
+
S(o.$slots, "default")
|
|
3458
3475
|
])
|
|
3459
|
-
], 64)) :
|
|
3476
|
+
], 64)) : q("", !0);
|
|
3460
3477
|
}
|
|
3461
|
-
}),
|
|
3478
|
+
}), as = {}, rs = { class: "cl-w-full" }, is = {
|
|
3462
3479
|
key: 0,
|
|
3463
3480
|
class: "cl-font-bold cl-mb-4 cl-select-none"
|
|
3464
|
-
},
|
|
3465
|
-
function
|
|
3466
|
-
return u(),
|
|
3467
|
-
t.$slots.title ? (u(),
|
|
3468
|
-
|
|
3469
|
-
])) :
|
|
3470
|
-
f("span",
|
|
3471
|
-
|
|
3481
|
+
}, cs = { class: "cl-flex cl-flex-wrap cl-space-y-2" };
|
|
3482
|
+
function us(t, o) {
|
|
3483
|
+
return u(), v("div", rs, [
|
|
3484
|
+
t.$slots.title ? (u(), v("div", is, [
|
|
3485
|
+
S(t.$slots, "title")
|
|
3486
|
+
])) : q("", !0),
|
|
3487
|
+
f("span", cs, [
|
|
3488
|
+
S(t.$slots, "default")
|
|
3472
3489
|
])
|
|
3473
3490
|
]);
|
|
3474
3491
|
}
|
|
3475
|
-
const
|
|
3476
|
-
function
|
|
3477
|
-
return u(),
|
|
3478
|
-
|
|
3492
|
+
const ds = /* @__PURE__ */ fe(as, [["render", us]]), ps = {}, fs = { class: "cl-cursor-pointer cl-transition-colors cl-w-full hover:cl-text-blue-light" };
|
|
3493
|
+
function ms(t, o) {
|
|
3494
|
+
return u(), v("div", fs, [
|
|
3495
|
+
S(t.$slots, "default")
|
|
3479
3496
|
]);
|
|
3480
3497
|
}
|
|
3481
|
-
const
|
|
3498
|
+
const gs = /* @__PURE__ */ fe(ps, [["render", ms]]), vs = { class: "cl-w-full" }, bs = /* @__PURE__ */ U({
|
|
3482
3499
|
__name: "cl-ui-tab",
|
|
3483
3500
|
props: {
|
|
3484
3501
|
currentTab: { default: 0 },
|
|
@@ -3486,70 +3503,70 @@ const fs = /* @__PURE__ */ fe(us, [["render", ps]]), ms = { class: "cl-w-full" }
|
|
|
3486
3503
|
colour: { default: "default" }
|
|
3487
3504
|
},
|
|
3488
3505
|
setup(t) {
|
|
3489
|
-
const o = t, e =
|
|
3490
|
-
function p(
|
|
3491
|
-
return
|
|
3506
|
+
const o = t, e = A(), l = A(!1), n = A(!1);
|
|
3507
|
+
function p(c) {
|
|
3508
|
+
return c === o.currentTab;
|
|
3492
3509
|
}
|
|
3493
3510
|
function s() {
|
|
3494
3511
|
if (e.value) {
|
|
3495
|
-
const
|
|
3496
|
-
l.value = e.value.scrollLeft > 0, n.value = e.value.scrollLeft <
|
|
3512
|
+
const c = e.value.scrollWidth - e.value.clientWidth;
|
|
3513
|
+
l.value = e.value.scrollLeft > 0, n.value = e.value.scrollLeft < c;
|
|
3497
3514
|
} else
|
|
3498
3515
|
l.value = !1, n.value = !1;
|
|
3499
3516
|
}
|
|
3500
3517
|
function a() {
|
|
3501
3518
|
s(), window.addEventListener("resize", s);
|
|
3502
3519
|
}
|
|
3503
|
-
function c
|
|
3520
|
+
function i(c) {
|
|
3504
3521
|
if (e.value) {
|
|
3505
3522
|
const m = e.value.scrollWidth / 5;
|
|
3506
3523
|
let b = m;
|
|
3507
|
-
|
|
3524
|
+
c === "left" && (b = -m), e.value.scroll(e.value.scrollLeft + b, 0);
|
|
3508
3525
|
}
|
|
3509
3526
|
}
|
|
3510
|
-
return
|
|
3527
|
+
return qe(() => a()), Ie(() => window.removeEventListener("resize", s)), (c, m) => (u(), v("div", vs, [
|
|
3511
3528
|
f("div", null, [
|
|
3512
|
-
l.value ? (u(),
|
|
3529
|
+
l.value ? (u(), v("div", {
|
|
3513
3530
|
key: 0,
|
|
3514
3531
|
class: "cl-bg-white cl-cursor-pointer cl-float-left cl-h-11 cl-w-4",
|
|
3515
|
-
onClick: m[0] || (m[0] = (b) =>
|
|
3532
|
+
onClick: m[0] || (m[0] = (b) => i("left"))
|
|
3516
3533
|
}, [
|
|
3517
3534
|
$(d(I), {
|
|
3518
3535
|
icon: "ph:caret-left",
|
|
3519
3536
|
class: "cl-mt-4 cl-text-secondary-default"
|
|
3520
3537
|
})
|
|
3521
|
-
])) :
|
|
3538
|
+
])) : q("", !0),
|
|
3522
3539
|
f("div", {
|
|
3523
3540
|
ref_key: "headerContainer",
|
|
3524
3541
|
ref: e,
|
|
3525
3542
|
class: _(["cl-flex cl-overflow-x-auto cl-overscroll-x-none", {
|
|
3526
|
-
"cl-shadow-[inset_0_-1px_0_#eeeeee]": !
|
|
3527
|
-
"cl-shadow-[inset_0_-1px_0_#9acd32]": !
|
|
3528
|
-
"cl-shadow-[inset_0_-1px_0_#30363e]": !
|
|
3529
|
-
"cl-shadow-[inset_0_-1px_0_#f0506e]": !
|
|
3530
|
-
"cl-shadow-[inset_0_-1px_0_#1e90ff]": !
|
|
3531
|
-
"cl-shadow-[inset_0_-1px_0_#d7d7d7]":
|
|
3543
|
+
"cl-shadow-[inset_0_-1px_0_#eeeeee]": !c.disabled && c.colour === "default",
|
|
3544
|
+
"cl-shadow-[inset_0_-1px_0_#9acd32]": !c.disabled && c.colour === "primary",
|
|
3545
|
+
"cl-shadow-[inset_0_-1px_0_#30363e]": !c.disabled && c.colour === "secondary",
|
|
3546
|
+
"cl-shadow-[inset_0_-1px_0_#f0506e]": !c.disabled && c.colour === "danger",
|
|
3547
|
+
"cl-shadow-[inset_0_-1px_0_#1e90ff]": !c.disabled && c.colour === "blue",
|
|
3548
|
+
"cl-shadow-[inset_0_-1px_0_#d7d7d7]": c.disabled,
|
|
3532
3549
|
"cl-mr-4": n.value
|
|
3533
3550
|
}]),
|
|
3534
3551
|
onScrollPassive: s
|
|
3535
3552
|
}, [
|
|
3536
|
-
|
|
3553
|
+
S(c.$slots, "headings", te(ae({ isTabOpen: p, disabled: c.disabled, colour: c.colour })))
|
|
3537
3554
|
], 34),
|
|
3538
|
-
n.value ? (u(),
|
|
3555
|
+
n.value ? (u(), v("div", {
|
|
3539
3556
|
key: 1,
|
|
3540
3557
|
class: "cl-bg-white cl-bottom-12 cl-cursor-pointer cl-float-right cl-h-11 cl-relative cl-w-4",
|
|
3541
|
-
onClick: m[1] || (m[1] = (b) =>
|
|
3558
|
+
onClick: m[1] || (m[1] = (b) => i("right"))
|
|
3542
3559
|
}, [
|
|
3543
3560
|
$(d(I), {
|
|
3544
3561
|
icon: "ph:caret-right",
|
|
3545
3562
|
class: "cl-mt-4 cl-text-secondary-default"
|
|
3546
3563
|
})
|
|
3547
|
-
])) :
|
|
3564
|
+
])) : q("", !0)
|
|
3548
3565
|
]),
|
|
3549
|
-
|
|
3566
|
+
S(c.$slots, "content", te(ae({ isTabOpen: p, disabled: c.disabled, colour: c.colour })))
|
|
3550
3567
|
]));
|
|
3551
3568
|
}
|
|
3552
|
-
}),
|
|
3569
|
+
}), hs = ["onKeyup"], ys = /* @__PURE__ */ U({
|
|
3553
3570
|
__name: "cl-ui-tab-header",
|
|
3554
3571
|
props: {
|
|
3555
3572
|
id: {},
|
|
@@ -3561,11 +3578,11 @@ const fs = /* @__PURE__ */ fe(us, [["render", ps]]), ms = { class: "cl-w-full" }
|
|
|
3561
3578
|
"update:currentTab": null
|
|
3562
3579
|
},
|
|
3563
3580
|
setup(t, { emit: o }) {
|
|
3564
|
-
const e = t, l =
|
|
3581
|
+
const e = t, l = A(), n = A(), p = N(() => e.id === e.currentTab);
|
|
3565
3582
|
function s() {
|
|
3566
3583
|
e.disabled || (l.value = !1, n.value = !1, o("update:currentTab", e.id));
|
|
3567
3584
|
}
|
|
3568
|
-
return (a,
|
|
3585
|
+
return (a, i) => (u(), v("div", {
|
|
3569
3586
|
class: _(["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", {
|
|
3570
3587
|
"!cl-cursor-default cl-text-grey-4 !cl-border-grey-2": a.disabled,
|
|
3571
3588
|
"cl-border cl-border-b-0 cl-rounded-t-md cl-shadow-[inset_0_-1px_0_#ffffff] cl-cursor-default": p.value,
|
|
@@ -3587,32 +3604,32 @@ const fs = /* @__PURE__ */ fe(us, [["render", ps]]), ms = { class: "cl-w-full" }
|
|
|
3587
3604
|
}]),
|
|
3588
3605
|
tabindex: "0",
|
|
3589
3606
|
onClick: s,
|
|
3590
|
-
onMouseover:
|
|
3591
|
-
onMouseout:
|
|
3592
|
-
onFocusin:
|
|
3593
|
-
onFocusout:
|
|
3607
|
+
onMouseover: i[0] || (i[0] = (c) => n.value = !0),
|
|
3608
|
+
onMouseout: i[1] || (i[1] = (c) => n.value = !1),
|
|
3609
|
+
onFocusin: i[2] || (i[2] = (c) => l.value = !0),
|
|
3610
|
+
onFocusout: i[3] || (i[3] = (c) => l.value = !1),
|
|
3594
3611
|
onKeyup: $e(K(s, ["self"]), ["enter"])
|
|
3595
3612
|
}, [
|
|
3596
|
-
|
|
3597
|
-
], 42,
|
|
3613
|
+
S(a.$slots, "default")
|
|
3614
|
+
], 42, hs));
|
|
3598
3615
|
}
|
|
3599
|
-
}),
|
|
3600
|
-
function
|
|
3601
|
-
return
|
|
3616
|
+
}), ws = {};
|
|
3617
|
+
function $s(t, o) {
|
|
3618
|
+
return S(t.$slots, "default");
|
|
3602
3619
|
}
|
|
3603
|
-
const
|
|
3620
|
+
const ks = /* @__PURE__ */ fe(ws, [["render", $s]]), Cs = [
|
|
3604
3621
|
"default",
|
|
3605
3622
|
"primary",
|
|
3606
3623
|
"secondary",
|
|
3607
3624
|
"danger",
|
|
3608
3625
|
"blue"
|
|
3609
|
-
],
|
|
3626
|
+
], Ts = [
|
|
3610
3627
|
"left",
|
|
3611
3628
|
"right"
|
|
3612
|
-
],
|
|
3629
|
+
], Es = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3613
3630
|
__proto__: null,
|
|
3614
|
-
FilterOperation:
|
|
3615
|
-
buttonColours:
|
|
3631
|
+
FilterOperation: oe,
|
|
3632
|
+
buttonColours: ql,
|
|
3616
3633
|
buttonSizes: Sl,
|
|
3617
3634
|
cardSizes: _l,
|
|
3618
3635
|
clUiAccordion: dl,
|
|
@@ -3623,42 +3640,42 @@ const ws = /* @__PURE__ */ fe(hs, [["render", ys]]), $s = [
|
|
|
3623
3640
|
clUiCard: jl,
|
|
3624
3641
|
clUiComboBox: jt,
|
|
3625
3642
|
clUiFooter: Lt,
|
|
3626
|
-
clUiGrid:
|
|
3627
|
-
clUiHeader:
|
|
3628
|
-
clUiHeaderMenu:
|
|
3629
|
-
clUiInput:
|
|
3630
|
-
clUiLanguageSwitcher:
|
|
3643
|
+
clUiGrid: kn,
|
|
3644
|
+
clUiHeader: Tn,
|
|
3645
|
+
clUiHeaderMenu: jn,
|
|
3646
|
+
clUiInput: ie,
|
|
3647
|
+
clUiLanguageSwitcher: Mn,
|
|
3631
3648
|
clUiLoadingSpinner: Se,
|
|
3632
|
-
clUiLogin:
|
|
3649
|
+
clUiLogin: Kn,
|
|
3633
3650
|
clUiModal: Ye,
|
|
3634
|
-
clUiNavigation:
|
|
3635
|
-
clUiNavigationGroup:
|
|
3636
|
-
clUiNavigationIcon:
|
|
3637
|
-
clUiNavigationItem:
|
|
3638
|
-
clUiNavigationSection:
|
|
3651
|
+
clUiNavigation: ls,
|
|
3652
|
+
clUiNavigationGroup: ss,
|
|
3653
|
+
clUiNavigationIcon: ts,
|
|
3654
|
+
clUiNavigationItem: gs,
|
|
3655
|
+
clUiNavigationSection: ds,
|
|
3639
3656
|
clUiNotification: Je,
|
|
3640
|
-
clUiTab:
|
|
3641
|
-
clUiTabContent:
|
|
3642
|
-
clUiTabHeader:
|
|
3643
|
-
filterMethodTypes:
|
|
3644
|
-
gridColumnTypes:
|
|
3645
|
-
inputTypes:
|
|
3657
|
+
clUiTab: bs,
|
|
3658
|
+
clUiTabContent: ks,
|
|
3659
|
+
clUiTabHeader: ys,
|
|
3660
|
+
filterMethodTypes: No,
|
|
3661
|
+
gridColumnTypes: Ao,
|
|
3662
|
+
inputTypes: Zl,
|
|
3646
3663
|
isComboBoxCreateRequest: It,
|
|
3647
3664
|
isComboBoxItem: _t,
|
|
3648
|
-
isFilterRequest:
|
|
3649
|
-
isFilterResponse:
|
|
3665
|
+
isFilterRequest: Io,
|
|
3666
|
+
isFilterResponse: Ro,
|
|
3650
3667
|
isGridColumn: Xe,
|
|
3651
|
-
isGridColumnArray:
|
|
3652
|
-
isLanguageArray:
|
|
3668
|
+
isGridColumnArray: qo,
|
|
3669
|
+
isLanguageArray: _n,
|
|
3653
3670
|
isLanguageLocaleFormat: je,
|
|
3654
|
-
modalColours:
|
|
3655
|
-
modalSizes:
|
|
3656
|
-
stringFormats:
|
|
3657
|
-
tabColours:
|
|
3658
|
-
tabScroll:
|
|
3671
|
+
modalColours: Jn,
|
|
3672
|
+
modalSizes: Qn,
|
|
3673
|
+
stringFormats: So,
|
|
3674
|
+
tabColours: Cs,
|
|
3675
|
+
tabScroll: Ts
|
|
3659
3676
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3660
|
-
const
|
|
3661
|
-
t.use(ee), t.component("Icon", I), Object.entries(
|
|
3677
|
+
const Vs = (t) => {
|
|
3678
|
+
t.use(ee), t.component("Icon", I), Object.entries(Es).forEach(([
|
|
3662
3679
|
o,
|
|
3663
3680
|
e
|
|
3664
3681
|
]) => {
|
|
@@ -3666,11 +3683,11 @@ const Bs = (t) => {
|
|
|
3666
3683
|
});
|
|
3667
3684
|
};
|
|
3668
3685
|
export {
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3686
|
+
Ms as CitrusLimeUI,
|
|
3687
|
+
Z as DateFormat,
|
|
3688
|
+
oe as FilterOperation,
|
|
3672
3689
|
X as NumberFormat,
|
|
3673
|
-
|
|
3690
|
+
ql as buttonColours,
|
|
3674
3691
|
Sl as buttonSizes,
|
|
3675
3692
|
_l as cardSizes,
|
|
3676
3693
|
dl as clUiAccordion,
|
|
@@ -3681,49 +3698,49 @@ export {
|
|
|
3681
3698
|
jl as clUiCard,
|
|
3682
3699
|
jt as clUiComboBox,
|
|
3683
3700
|
Lt as clUiFooter,
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3701
|
+
kn as clUiGrid,
|
|
3702
|
+
Tn as clUiHeader,
|
|
3703
|
+
jn as clUiHeaderMenu,
|
|
3704
|
+
ie as clUiInput,
|
|
3705
|
+
Mn as clUiLanguageSwitcher,
|
|
3689
3706
|
Se as clUiLoadingSpinner,
|
|
3690
|
-
|
|
3707
|
+
Kn as clUiLogin,
|
|
3691
3708
|
Ye as clUiModal,
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3709
|
+
ls as clUiNavigation,
|
|
3710
|
+
ss as clUiNavigationGroup,
|
|
3711
|
+
ts as clUiNavigationIcon,
|
|
3712
|
+
gs as clUiNavigationItem,
|
|
3713
|
+
ds as clUiNavigationSection,
|
|
3697
3714
|
Je as clUiNotification,
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3715
|
+
bs as clUiTab,
|
|
3716
|
+
ks as clUiTabContent,
|
|
3717
|
+
ys as clUiTabHeader,
|
|
3701
3718
|
zl as datetimeFormats,
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3719
|
+
Vs as default,
|
|
3720
|
+
No as filterMethodTypes,
|
|
3721
|
+
Ao as gridColumnTypes,
|
|
3705
3722
|
ee as i18n,
|
|
3706
|
-
|
|
3723
|
+
Zl as inputTypes,
|
|
3707
3724
|
It as isComboBoxCreateRequest,
|
|
3708
3725
|
_t as isComboBoxItem,
|
|
3709
|
-
|
|
3710
|
-
|
|
3726
|
+
Io as isFilterRequest,
|
|
3727
|
+
Ro as isFilterResponse,
|
|
3711
3728
|
Xe as isGridColumn,
|
|
3712
|
-
|
|
3713
|
-
|
|
3729
|
+
qo as isGridColumnArray,
|
|
3730
|
+
_n as isLanguageArray,
|
|
3714
3731
|
je as isLanguageLocaleFormat,
|
|
3715
3732
|
Il as messages,
|
|
3716
|
-
|
|
3717
|
-
|
|
3733
|
+
Jn as modalColours,
|
|
3734
|
+
Qn as modalSizes,
|
|
3718
3735
|
Rl as numberFormats,
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3736
|
+
Bs as setCurrentLocale,
|
|
3737
|
+
Us as setLocaleDateTimeFormats,
|
|
3738
|
+
Rs as setLocaleMessages,
|
|
3739
|
+
zs as setLocaleNumberFormats,
|
|
3723
3740
|
Ve as showNotification,
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3741
|
+
So as stringFormats,
|
|
3742
|
+
Cs as tabColours,
|
|
3743
|
+
Ts as tabScroll,
|
|
3727
3744
|
Vl as validateEmail,
|
|
3728
3745
|
Bl as validateMaxValue,
|
|
3729
3746
|
Ul as validateMinValue
|