cleek 2.11.39 → 2.11.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.cjs.js +1 -1
- package/dist/main.css +1 -1
- package/dist/main.es.js +870 -868
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -2,14 +2,14 @@ var Et = Object.defineProperty;
|
|
|
2
2
|
var Ft = (e, o, t) => o in e ? Et(e, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[o] = t;
|
|
3
3
|
var we = (e, o, t) => Ft(e, typeof o != "symbol" ? o + "" : o, t);
|
|
4
4
|
import qt from "floating-vue";
|
|
5
|
-
import { library as
|
|
5
|
+
import { library as tt } from "@fortawesome/fontawesome-svg-core";
|
|
6
6
|
import { fas as Nt } from "@fortawesome/free-solid-svg-icons";
|
|
7
7
|
import { far as Ht } from "@fortawesome/free-regular-svg-icons";
|
|
8
8
|
import { fab as Ut } from "@fortawesome/free-brands-svg-icons";
|
|
9
|
-
import { ref as
|
|
9
|
+
import { ref as A, computed as c, watch as de, defineComponent as z, resolveDirective as ot, openBlock as d, createElementBlock as g, toDisplayString as L, createTextVNode as G, createCommentVNode as C, withDirectives as ue, Fragment as X, unref as xe, createElementVNode as w, onMounted as $e, withKeys as ke, renderSlot as O, createBlock as D, Teleport as Ae, normalizeStyle as E, normalizeClass as S, resolveComponent as Y, nextTick as Ct, onBeforeUnmount as lt, useModel as me, withCtx as q, vModelDynamic as jt, createVNode as U, mergeModels as te, renderList as re, vModelText as Ne, mergeProps as Me, withModifiers as se, watchEffect as Ye, vShow as Se, resolveDynamicComponent as Gt, pushScopeId as Yt, popScopeId as Kt, inject as st, provide as rt, onUpdated as Zt, normalizeProps as Jt, guardReactiveProps as Xt, Transition as Qt, vModelRadio as eo, vModelSelect as to, vModelCheckbox as oo, createApp as Ke } from "vue";
|
|
10
10
|
import { defineStore as lo, storeToRefs as ne } from "pinia";
|
|
11
11
|
import { FontAwesomeIcon as no } from "@fortawesome/vue-fontawesome";
|
|
12
|
-
import { isValid as
|
|
12
|
+
import { isValid as fe, startOfDecade as ao, endOfDecade as io, eachYearOfInterval as so, getYear as he, getDecade as Re, isBefore as Le, isAfter as Pe, addYears as wt, subYears as $t, startOfYear as ro, endOfYear as uo, format as Ee, eachMonthOfInterval as co, isSameMonth as Qe, isSameYear as ut, startOfMonth as xt, endOfMonth as _t, endOfWeek as po, startOfWeek as vo, setDay as fo, eachDayOfInterval as mo, isWithinInterval as ho, isSameDay as Ze, addMonths as go, subMonths as ko, set as ct, isSameHour as bo, isSameMinute as yo, parse as dt, startOfDay as Co, endOfDay as wo, max as $o, min as xo } from "date-fns";
|
|
13
13
|
import { es as _o } from "date-fns/locale";
|
|
14
14
|
const Bo = {
|
|
15
15
|
themes: {
|
|
@@ -22,20 +22,20 @@ const Bo = {
|
|
|
22
22
|
function To(e) {
|
|
23
23
|
return !!(e && typeof e == "object" && !Array.isArray(e));
|
|
24
24
|
}
|
|
25
|
-
function
|
|
25
|
+
function et(e, o) {
|
|
26
26
|
for (const t in o)
|
|
27
|
-
To(o[t]) ? (e[t] || (e[t] = {}),
|
|
27
|
+
To(o[t]) ? (e[t] || (e[t] = {}), et(e[t], o[t])) : e[t] = o[t];
|
|
28
28
|
}
|
|
29
29
|
function Vo(e, o) {
|
|
30
30
|
const t = {};
|
|
31
|
-
return
|
|
31
|
+
return et(t, e), et(t, o), t;
|
|
32
32
|
}
|
|
33
33
|
function Do(e) {
|
|
34
34
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
35
35
|
}
|
|
36
|
-
var
|
|
36
|
+
var We = { exports: {} }, So = We.exports, pt;
|
|
37
37
|
function Lo() {
|
|
38
|
-
return
|
|
38
|
+
return pt || (pt = 1, (function(e, o) {
|
|
39
39
|
(function(t, n) {
|
|
40
40
|
e.exports = n();
|
|
41
41
|
})(So, function() {
|
|
@@ -46,34 +46,34 @@ function Lo() {
|
|
|
46
46
|
var s = (function(_) {
|
|
47
47
|
var W = typeof _ == "function";
|
|
48
48
|
if (!W && typeof _ != "object") throw new Error("v-click-outside: Binding value must be a function or an object");
|
|
49
|
-
return { handler: W ? _ : _.handler, middleware: _.middleware || function(
|
|
50
|
-
return
|
|
49
|
+
return { handler: W ? _ : _.handler, middleware: _.middleware || function(V) {
|
|
50
|
+
return V;
|
|
51
51
|
}, events: _.events || i, isActive: _.isActive !== !1, detectIframe: _.detectIframe !== !1, capture: !!_.capture };
|
|
52
52
|
})(v.value), h = s.handler, m = s.middleware, k = s.detectIframe, b = s.capture;
|
|
53
53
|
if (s.isActive) {
|
|
54
54
|
if (r[t] = s.events.map(function(_) {
|
|
55
55
|
return { event: _, srcTarget: document.documentElement, handler: function(W) {
|
|
56
|
-
return (function(
|
|
57
|
-
var F =
|
|
58
|
-
(
|
|
56
|
+
return (function(V) {
|
|
57
|
+
var F = V.el, K = V.event, oe = V.handler, ae = V.middleware, pe = K.path || K.composedPath && K.composedPath();
|
|
58
|
+
(pe ? pe.indexOf(F) < 0 : !F.contains(K.target)) && a({ event: K, handler: oe, middleware: ae });
|
|
59
59
|
})({ el: r, event: W, handler: h, middleware: m });
|
|
60
60
|
}, capture: b };
|
|
61
61
|
}), k) {
|
|
62
62
|
var y = { event: "blur", srcTarget: window, handler: function(_) {
|
|
63
63
|
return (function(W) {
|
|
64
|
-
var
|
|
64
|
+
var V = W.el, F = W.event, K = W.handler, oe = W.middleware;
|
|
65
65
|
setTimeout(function() {
|
|
66
66
|
var ae = document.activeElement;
|
|
67
|
-
ae && ae.tagName === "IFRAME" && !
|
|
67
|
+
ae && ae.tagName === "IFRAME" && !V.contains(ae) && a({ event: F, handler: K, middleware: oe });
|
|
68
68
|
}, 0);
|
|
69
69
|
})({ el: r, event: _, handler: h, middleware: m });
|
|
70
70
|
}, capture: b };
|
|
71
71
|
r[t] = [].concat(r[t], [y]);
|
|
72
72
|
}
|
|
73
73
|
r[t].forEach(function(_) {
|
|
74
|
-
var W = _.event,
|
|
74
|
+
var W = _.event, V = _.srcTarget, F = _.handler;
|
|
75
75
|
return setTimeout(function() {
|
|
76
|
-
r[t] &&
|
|
76
|
+
r[t] && V.addEventListener(W, F, b);
|
|
77
77
|
}, 0);
|
|
78
78
|
});
|
|
79
79
|
}
|
|
@@ -89,10 +89,10 @@ function Lo() {
|
|
|
89
89
|
r.directive("click-outside", f);
|
|
90
90
|
}, directive: f };
|
|
91
91
|
});
|
|
92
|
-
})(
|
|
92
|
+
})(We)), We.exports;
|
|
93
93
|
}
|
|
94
94
|
var Po = Lo();
|
|
95
|
-
const Ao = /* @__PURE__ */ Do(Po),
|
|
95
|
+
const Ao = /* @__PURE__ */ Do(Po), Bt = {
|
|
96
96
|
lang: "en",
|
|
97
97
|
darkMode: !1,
|
|
98
98
|
darkModeColorText: "#ccc",
|
|
@@ -163,8 +163,8 @@ function Io(e) {
|
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
const le = lo("cleek-options", () => {
|
|
166
|
-
const e =
|
|
167
|
-
return
|
|
166
|
+
const e = A(Bt), o = c(() => e.value.colors), t = c(() => e.value.styles), n = c(() => e.value.button), l = c(() => e.value.chip), i = c(() => e.value.div), a = c(() => e.value.img), p = c(() => e.value.popup), u = c(() => e.value.select), f = c(() => e.value.table);
|
|
167
|
+
return de(o, (r) => Io(r), { deep: !0, immediate: !0 }), {
|
|
168
168
|
cleekOptions: e,
|
|
169
169
|
colorsOptions: o,
|
|
170
170
|
stylesOptions: t,
|
|
@@ -177,28 +177,28 @@ const le = lo("cleek-options", () => {
|
|
|
177
177
|
tableOptions: f
|
|
178
178
|
};
|
|
179
179
|
});
|
|
180
|
-
function
|
|
180
|
+
function vt(e) {
|
|
181
181
|
return e.normalize("NFD").replace(/[\u0300-\u036f]/g, "").toLowerCase();
|
|
182
182
|
}
|
|
183
|
-
function
|
|
183
|
+
function Tt(e) {
|
|
184
184
|
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
185
185
|
}
|
|
186
186
|
function Be(e, o = 2) {
|
|
187
187
|
const t = e < 0, [n, l] = Math.abs(e).toString().split("."), i = n.padStart(o, "0"), a = l ? `${i}.${l}` : i;
|
|
188
188
|
return t ? `-${a}` : a;
|
|
189
189
|
}
|
|
190
|
-
function
|
|
190
|
+
function Vt(e) {
|
|
191
191
|
return /* @__PURE__ */ new Date(`${e.slice(0, 10)}T00:00:00`);
|
|
192
192
|
}
|
|
193
193
|
function zo(e) {
|
|
194
|
-
return e.length < 16 ?
|
|
194
|
+
return e.length < 16 ? Vt(e) : new Date(e);
|
|
195
195
|
}
|
|
196
196
|
function Ro(e) {
|
|
197
197
|
if (!e) return "";
|
|
198
198
|
const o = e.substring(0, e.length - 3), t = e.substring(e.length - 2, e.length);
|
|
199
199
|
return +o * 60 + +t;
|
|
200
200
|
}
|
|
201
|
-
function
|
|
201
|
+
function Fe(e) {
|
|
202
202
|
const o = e < 0;
|
|
203
203
|
e = Math.abs(e);
|
|
204
204
|
const t = Math.floor(e / 60);
|
|
@@ -206,14 +206,14 @@ function Ee(e) {
|
|
|
206
206
|
const l = Be(e % 60, 2);
|
|
207
207
|
return o && (n = `-${n}`), `${n}:${l}`;
|
|
208
208
|
}
|
|
209
|
-
function
|
|
209
|
+
function ft(e, o = "dd/mm/yy") {
|
|
210
210
|
if (!e) return "";
|
|
211
|
-
const t =
|
|
211
|
+
const t = Vt(e), n = Be(t.getDate(), 2), l = Be(t.getMonth() + 1, 2);
|
|
212
212
|
if (o === "dd/mm") return `${n}/${l}`;
|
|
213
213
|
const i = t.getFullYear();
|
|
214
214
|
return o === "dd/mm/yyyy" ? `${n}/${l}/${i}` : `${n}/${l}/${`${i}`.slice(-2)}`;
|
|
215
215
|
}
|
|
216
|
-
function
|
|
216
|
+
function Dt(e) {
|
|
217
217
|
if (!e) return "";
|
|
218
218
|
const o = zo(e);
|
|
219
219
|
return `${Be(o.getHours(), 2)}:${Be(o.getMinutes(), 2)}`;
|
|
@@ -236,7 +236,7 @@ const Oo = {
|
|
|
236
236
|
},
|
|
237
237
|
emits: ["click"],
|
|
238
238
|
setup(e, { emit: o }) {
|
|
239
|
-
const t = e, n = o, l = c(() => t.time ? (t.timeInMinutes,
|
|
239
|
+
const t = e, n = o, l = c(() => t.time ? (t.timeInMinutes, Fe(+t.time)) : t.datetime ? typeof t.datetime == "string" ? Dt(t.datetime) : p(t.datetime) : ""), i = c(() => t.date ? typeof t.date == "string" ? ft(t.date) : a(t.date) : t.datetime ? typeof t.datetime == "string" ? ft(t.datetime) : a(t.datetime) : "");
|
|
240
240
|
function a(u) {
|
|
241
241
|
const f = String(u.getDate()).padStart(2, "0"), r = String(u.getMonth() + 1).padStart(2, "0"), v = String(u.getFullYear()).slice(-2);
|
|
242
242
|
return `${f}/${r}/${v}`;
|
|
@@ -246,31 +246,31 @@ const Oo = {
|
|
|
246
246
|
return `${f}:${r}`;
|
|
247
247
|
}
|
|
248
248
|
return (u, f) => {
|
|
249
|
-
const r =
|
|
249
|
+
const r = ot("tooltip");
|
|
250
250
|
return i.value ? e.split || e.date ? (d(), g("div", {
|
|
251
251
|
key: 1,
|
|
252
252
|
class: "ck-datetime-shower--split",
|
|
253
253
|
onClick: f[0] || (f[0] = (v) => n("click", v))
|
|
254
254
|
}, [
|
|
255
|
-
G(
|
|
256
|
-
l.value ? (d(), g("span", Wo, " | " +
|
|
257
|
-
])) :
|
|
255
|
+
G(L(i.value) + " ", 1),
|
|
256
|
+
l.value ? (d(), g("span", Wo, " | " + L(l.value), 1)) : C("", !0)
|
|
257
|
+
])) : ue((d(), g("div", {
|
|
258
258
|
key: 2,
|
|
259
259
|
class: "ck-datetime-shower",
|
|
260
260
|
onClick: f[1] || (f[1] = (v) => n("click", v))
|
|
261
261
|
}, [
|
|
262
|
-
G(
|
|
262
|
+
G(L(i.value), 1)
|
|
263
263
|
])), [
|
|
264
264
|
[r, l.value]
|
|
265
|
-
]) : (d(), g("span", Oo,
|
|
265
|
+
]) : (d(), g("span", Oo, L(e.noDateMsg), 1));
|
|
266
266
|
};
|
|
267
267
|
}
|
|
268
|
-
}),
|
|
268
|
+
}), j = (e, o) => {
|
|
269
269
|
const t = e.__vccOpts || e;
|
|
270
270
|
for (const [n, l] of o)
|
|
271
271
|
t[n] = l;
|
|
272
272
|
return t;
|
|
273
|
-
}, Fo = /* @__PURE__ */
|
|
273
|
+
}, Fo = /* @__PURE__ */ j(Eo, [["__scopeId", "data-v-751ac749"]]), qo = { class: "ck-time-shower" }, No = /* @__PURE__ */ z({
|
|
274
274
|
__name: "ck-time-shower",
|
|
275
275
|
props: {
|
|
276
276
|
time: {},
|
|
@@ -278,15 +278,15 @@ const Oo = {
|
|
|
278
278
|
},
|
|
279
279
|
setup(e) {
|
|
280
280
|
return (o, t) => (d(), g("span", qo, [
|
|
281
|
-
e.minutes ? (d(), g(
|
|
282
|
-
G(
|
|
283
|
-
], 64)) : (d(), g(
|
|
284
|
-
G(
|
|
281
|
+
e.minutes ? (d(), g(X, { key: 0 }, [
|
|
282
|
+
G(L(xe(Fe)(e.minutes)), 1)
|
|
283
|
+
], 64)) : (d(), g(X, { key: 1 }, [
|
|
284
|
+
G(L(xe(Dt)(e.time)), 1)
|
|
285
285
|
], 64)),
|
|
286
286
|
t[0] || (t[0] = w("span", { class: "hs-text" }, " hs ", -1))
|
|
287
287
|
]));
|
|
288
288
|
}
|
|
289
|
-
}), Ho = /* @__PURE__ */
|
|
289
|
+
}), Ho = /* @__PURE__ */ j(No, [["__scopeId", "data-v-a646c773"]]), Uo = /* @__PURE__ */ z({
|
|
290
290
|
__name: "ck-dropdown",
|
|
291
291
|
props: {
|
|
292
292
|
align: {},
|
|
@@ -298,18 +298,18 @@ const Oo = {
|
|
|
298
298
|
o({
|
|
299
299
|
close: f
|
|
300
300
|
});
|
|
301
|
-
const { cleekOptions: n } = ne(le()), l =
|
|
301
|
+
const { cleekOptions: n } = ne(le()), l = A(!1), i = A(), a = A(), p = A(), u = c(() => {
|
|
302
302
|
const r = [];
|
|
303
303
|
t.dark && r.push("ck-dropdown--content__dark");
|
|
304
304
|
const v = t.layout || n.value.styles.layout;
|
|
305
305
|
return v && r.push(`ck-dropdown--content__${v}`), r;
|
|
306
306
|
});
|
|
307
|
-
|
|
307
|
+
de(() => l.value, (r) => {
|
|
308
308
|
if (r) {
|
|
309
309
|
const v = document.documentElement.clientHeight, s = document.documentElement.clientWidth, h = i.value.getBoundingClientRect(), m = {};
|
|
310
310
|
h.top < v / 2 ? (m.top = `${h.bottom}px`, m["margin-top"] = "0.5rem") : (m.bottom = `${v - h.top}px`, m["margin-bottom"] = "0.5rem"), t.align === "left" ? m.left = `${h.left}px` : t.align === "right" && (m.right = `${s - h.right}px`), p.value = m;
|
|
311
311
|
}
|
|
312
|
-
}),
|
|
312
|
+
}), de(() => a.value, (r) => {
|
|
313
313
|
if (r && t.align !== "left" && t.align !== "right") {
|
|
314
314
|
const v = i.value.getBoundingClientRect();
|
|
315
315
|
p.value.left = `${v.left + v.width / 2 - r.getBoundingClientRect().width / 2}px`;
|
|
@@ -321,13 +321,13 @@ const Oo = {
|
|
|
321
321
|
return $e(() => {
|
|
322
322
|
window.addEventListener("scroll", () => l.value = !1);
|
|
323
323
|
}), (r, v) => {
|
|
324
|
-
const s =
|
|
324
|
+
const s = ot("click-outside");
|
|
325
325
|
return d(), g("div", {
|
|
326
326
|
ref_key: "dropdownRef",
|
|
327
327
|
ref: i,
|
|
328
328
|
class: "ck-dropdown",
|
|
329
329
|
tabindex: "0",
|
|
330
|
-
onKeyup: v[1] || (v[1] =
|
|
330
|
+
onKeyup: v[1] || (v[1] = ke((h) => l.value = !0, ["enter"]))
|
|
331
331
|
}, [
|
|
332
332
|
w("div", {
|
|
333
333
|
class: "ck-dropdown--trigger",
|
|
@@ -335,12 +335,12 @@ const Oo = {
|
|
|
335
335
|
}, [
|
|
336
336
|
O(r.$slots, "trigger", {}, void 0, !0)
|
|
337
337
|
]),
|
|
338
|
-
(d(),
|
|
339
|
-
l.value ?
|
|
338
|
+
(d(), D(Ae, { to: "body" }, [
|
|
339
|
+
l.value ? ue((d(), g("div", {
|
|
340
340
|
key: 0,
|
|
341
341
|
ref_key: "contentRef",
|
|
342
342
|
ref: a,
|
|
343
|
-
class:
|
|
343
|
+
class: S(["ck-dropdown--content", u.value]),
|
|
344
344
|
style: E(p.value)
|
|
345
345
|
}, [
|
|
346
346
|
O(r.$slots, "content", {}, void 0, !0)
|
|
@@ -351,7 +351,7 @@ const Oo = {
|
|
|
351
351
|
], 544);
|
|
352
352
|
};
|
|
353
353
|
}
|
|
354
|
-
}), jo = /* @__PURE__ */
|
|
354
|
+
}), jo = /* @__PURE__ */ j(Uo, [["__scopeId", "data-v-37f9c77c"]]), Go = "fixed", Yo = /* @__PURE__ */ z({
|
|
355
355
|
__name: "ck-navbar",
|
|
356
356
|
props: {
|
|
357
357
|
backgroundColor: {},
|
|
@@ -377,20 +377,20 @@ const Oo = {
|
|
|
377
377
|
style: E(l.value)
|
|
378
378
|
}, [
|
|
379
379
|
w("div", {
|
|
380
|
-
class:
|
|
380
|
+
class: S(["ck-navbar__content", n.value]),
|
|
381
381
|
style: E(i.value)
|
|
382
382
|
}, [
|
|
383
383
|
O(a.$slots, "default", {}, void 0, !0)
|
|
384
384
|
], 6)
|
|
385
385
|
], 4));
|
|
386
386
|
}
|
|
387
|
-
}), Ko = /* @__PURE__ */
|
|
387
|
+
}), Ko = /* @__PURE__ */ j(Yo, [["__scopeId", "data-v-3a574311"]]), Zo = {}, Jo = { class: "ck-tr" };
|
|
388
388
|
function Xo(e, o) {
|
|
389
389
|
return d(), g("tr", Jo, [
|
|
390
390
|
O(e.$slots, "default", {}, void 0, !0)
|
|
391
391
|
]);
|
|
392
392
|
}
|
|
393
|
-
const
|
|
393
|
+
const St = /* @__PURE__ */ j(Zo, [["render", Xo], ["__scopeId", "data-v-53984b6f"]]), P = {
|
|
394
394
|
getGroupClass({
|
|
395
395
|
group: e,
|
|
396
396
|
groupVertical: o,
|
|
@@ -463,20 +463,20 @@ const Dt = /* @__PURE__ */ U(Zo, [["render", Xo], ["__scopeId", "data-v-53984b6f
|
|
|
463
463
|
(o.minWidth || (f = o.col) != null && f.minWidth) && (p = o.minWidth || ((r = o.col) == null ? void 0 : r.minWidth)), (o.fixedWidth || (v = o.col) != null && v.fixedWidth) && (p = o.fixedWidth || ((s = o.col) == null ? void 0 : s.fixedWidth)), p && (a.minWidth = p);
|
|
464
464
|
let u;
|
|
465
465
|
return (o.maxWidth || (h = o.col) != null && h.maxWidth) && (u = o.maxWidth || ((m = o.col) == null ? void 0 : m.maxWidth)), (o.fixedWidth || (k = o.col) != null && k.fixedWidth) && (u = o.fixedWidth || ((b = o.col) == null ? void 0 : b.fixedWidth)), u && (a.maxWidth = u), (o.maxHeight || (y = o.col) != null && y.maxHeight) && (a.maxHeight = o.maxHeight), a;
|
|
466
|
-
}), i = c(() => o.col ?
|
|
466
|
+
}), i = c(() => o.col ? P.isColumnDisplayed(o.col) : !0);
|
|
467
467
|
return (a, p) => i.value ? (d(), g("td", {
|
|
468
468
|
key: 0,
|
|
469
|
-
class:
|
|
469
|
+
class: S([t.value, "ck-td"])
|
|
470
470
|
}, [
|
|
471
471
|
w("span", {
|
|
472
|
-
class:
|
|
472
|
+
class: S(n.value),
|
|
473
473
|
style: E(l.value)
|
|
474
474
|
}, [
|
|
475
475
|
O(a.$slots, "default", {}, void 0, !0)
|
|
476
476
|
], 6)
|
|
477
477
|
], 2)) : C("", !0);
|
|
478
478
|
}
|
|
479
|
-
}),
|
|
479
|
+
}), Lt = /* @__PURE__ */ j(Qo, [["__scopeId", "data-v-8832ff61"]]), el = /* @__PURE__ */ z({
|
|
480
480
|
__name: "ck-table__columns-manager-btn",
|
|
481
481
|
props: {
|
|
482
482
|
layout: {}
|
|
@@ -484,7 +484,7 @@ const Dt = /* @__PURE__ */ U(Zo, [["render", Xo], ["__scopeId", "data-v-53984b6f
|
|
|
484
484
|
setup(e) {
|
|
485
485
|
return (o, t) => {
|
|
486
486
|
const n = Y("ck-button");
|
|
487
|
-
return d(),
|
|
487
|
+
return d(), D(n, {
|
|
488
488
|
size: "s",
|
|
489
489
|
color: "dark",
|
|
490
490
|
type: "flat",
|
|
@@ -510,9 +510,9 @@ const Dt = /* @__PURE__ */ U(Zo, [["render", Xo], ["__scopeId", "data-v-53984b6f
|
|
|
510
510
|
const i = o.currentPage * o.itemsPerPage;
|
|
511
511
|
return !o.itemsPerPage || i > o.listLength ? o.listLength : i;
|
|
512
512
|
}), l = c(() => !o.hideItemsPerPage && o.listLength && o.currentPage);
|
|
513
|
-
return (i, a) => l.value ? (d(), g("div", tl,
|
|
513
|
+
return (i, a) => l.value ? (d(), g("div", tl, L(t.value) + " - " + L(n.value) + " de " + L(e.listLength), 1)) : C("", !0);
|
|
514
514
|
}
|
|
515
|
-
}), ll = /* @__PURE__ */
|
|
515
|
+
}), ll = /* @__PURE__ */ j(ol, [["__scopeId", "data-v-c3b27c6d"]]), nl = /* @__PURE__ */ z({
|
|
516
516
|
__name: "ck-icon",
|
|
517
517
|
props: {
|
|
518
518
|
icon: {},
|
|
@@ -532,10 +532,10 @@ const Dt = /* @__PURE__ */ U(Zo, [["render", Xo], ["__scopeId", "data-v-53984b6f
|
|
|
532
532
|
return t.iconPack && (t.iconPack === "cleek" || t.iconPack === "feather") ? t.iconPack : r;
|
|
533
533
|
}), i = c(() => {
|
|
534
534
|
const r = [];
|
|
535
|
-
return t.color &&
|
|
535
|
+
return t.color && P.isColorTemplateVariable(t.color) && r.push(`ck-component__color--${t.color}`), t.size && r.push(`ck-icon__size-${t.size}`), r;
|
|
536
536
|
}), a = c(() => {
|
|
537
537
|
const r = [];
|
|
538
|
-
return t.color && !
|
|
538
|
+
return t.color && !P.isColorTemplateVariable(t.color) && r.push({ color: t.color }), r;
|
|
539
539
|
});
|
|
540
540
|
function p(r) {
|
|
541
541
|
n("click", r);
|
|
@@ -545,14 +545,14 @@ const Dt = /* @__PURE__ */ U(Zo, [["render", Xo], ["__scopeId", "data-v-53984b6f
|
|
|
545
545
|
return `mask: url(${r}) no-repeat center; -webkit-mask: url(${r}) no-repeat center;`;
|
|
546
546
|
}), f = c(() => {
|
|
547
547
|
const r = [];
|
|
548
|
-
return t.color ? t.color &&
|
|
548
|
+
return t.color ? t.color && P.isColorTemplateVariable(t.color) && r.push(`ck-component__color-background--${t.color}`) : r.push("ck-component__color--primary"), t.size && r.push("ck-icon__cleek-small"), t.size === "m" && r.push("ck-icon__cleek-medium"), t.size === "l" && r.push("ck-icon__cleek-large"), r;
|
|
549
549
|
});
|
|
550
550
|
return (r, v) => (d(), g("div", {
|
|
551
|
-
class:
|
|
551
|
+
class: S(["ck-icon", i.value]),
|
|
552
552
|
style: E(a.value),
|
|
553
553
|
onClick: v[0] || (v[0] = (s) => p(s))
|
|
554
554
|
}, [
|
|
555
|
-
l.value === "font-awesome" ? (d(),
|
|
555
|
+
l.value === "font-awesome" ? (d(), D(xe(no), {
|
|
556
556
|
key: 0,
|
|
557
557
|
icon: e.icon,
|
|
558
558
|
rotation: e.rotation,
|
|
@@ -563,27 +563,27 @@ const Dt = /* @__PURE__ */ U(Zo, [["render", Xo], ["__scopeId", "data-v-53984b6f
|
|
|
563
563
|
}, null, 8, ["icon", "rotation", "flip", "spin", "pulse", "fixed-width"])) : l.value === "cleek" ? (d(), g("div", {
|
|
564
564
|
key: 1,
|
|
565
565
|
style: E(u.value),
|
|
566
|
-
class:
|
|
566
|
+
class: S([f.value, "ck-icon__cleek"])
|
|
567
567
|
}, null, 6)) : C("", !0)
|
|
568
568
|
], 6));
|
|
569
569
|
}
|
|
570
|
-
}),
|
|
571
|
-
function
|
|
572
|
-
const e =
|
|
570
|
+
}), Q = /* @__PURE__ */ j(nl, [["__scopeId", "data-v-a353bf7b"]]);
|
|
571
|
+
function be() {
|
|
572
|
+
const e = A(0);
|
|
573
573
|
function o(t) {
|
|
574
574
|
e.value = t.currentTarget.innerWidth || 0;
|
|
575
575
|
}
|
|
576
576
|
return $e(() => {
|
|
577
|
-
|
|
577
|
+
Ct(() => {
|
|
578
578
|
window.addEventListener("resize", o);
|
|
579
579
|
}), e.value = window.innerWidth;
|
|
580
|
-
}),
|
|
580
|
+
}), lt(() => {
|
|
581
581
|
window.removeEventListener("resize", o);
|
|
582
582
|
}), {
|
|
583
583
|
windowWidth: e
|
|
584
584
|
};
|
|
585
585
|
}
|
|
586
|
-
const al = ["title", "aria-label", "disabled", "tabindex"],
|
|
586
|
+
const al = ["title", "aria-label", "disabled", "tabindex"], Je = "transparent", il = "outlined", mt = "primary", sl = "left", rl = /* @__PURE__ */ z({
|
|
587
587
|
__name: "ck-button",
|
|
588
588
|
props: {
|
|
589
589
|
title: {},
|
|
@@ -609,9 +609,9 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
609
609
|
},
|
|
610
610
|
emits: ["click"],
|
|
611
611
|
setup(e, { emit: o }) {
|
|
612
|
-
const t = e, n = o, { cleekOptions: l } = ne(le()), { windowWidth: i } =
|
|
612
|
+
const t = e, n = o, { cleekOptions: l } = ne(le()), { windowWidth: i } = be(), a = c(() => t.type ? t.type : l.value ? l.value.button.type : il), p = c(() => t.backgroundColor ? t.backgroundColor : l.value && !t.type ? l.value.button.backgroundColor : Je), u = c(() => t.textColor ? t.textColor : l.value && !t.type ? l.value.button.textColor : ""), f = c(() => {
|
|
613
613
|
const s = [];
|
|
614
|
-
s.push(
|
|
614
|
+
s.push(P.getGroupClass(t, i.value)), (t.color || mt) !== mt && (a.value === "filled" ? s.push(`ck-component__bg-color--${t.color}`) : a.value === "soft" ? s.push(`ck-component__soft-color--${t.color}`) : s.push(`ck-component__border-color--${t.color}`)), p.value !== Je && P.isColorTemplateVariable(p.value) && s.push(`ck-component__bg-color--${p.value}`), u.value && P.isColorTemplateVariable(u.value) && s.push(`ck-component__color--${u.value}`);
|
|
615
615
|
const m = t.align || sl;
|
|
616
616
|
(m === "center" || m === "right") && s.push(`ck-button__align--${t.align}`);
|
|
617
617
|
const k = t.layout || l.value.styles.layout;
|
|
@@ -620,17 +620,17 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
620
620
|
const s = [];
|
|
621
621
|
let h = !1;
|
|
622
622
|
if (t.widthBreaks) {
|
|
623
|
-
const m =
|
|
623
|
+
const m = P.getWidthByWidthBreaks(t.widthBreaks, i.value);
|
|
624
624
|
m && (h = !0, s.push({ width: m }));
|
|
625
625
|
}
|
|
626
|
-
return u.value && !
|
|
626
|
+
return u.value && !P.isColorTemplateVariable(u.value) && s.push({ color: `${u.value} !important` }), t.width && !h && s.push({ width: t.width }), p.value !== Je && !P.isColorTemplateVariable(p.value) && s.push({ "background-color": p.value }), t.color && !P.isColorTemplateVariable(t.color) && (a.value === "outlined" ? (s.push({ "border-color": t.color }), s.push({ color: t.color })) : a.value === "filled" ? (s.push({ color: "white" }), s.push({ "border-color": t.color }), s.push({ "background-color": t.color })) : a.value === "flat" ? s.push({ color: t.color }) : a.value === "soft" && (s.push({ color: t.color }), s.push({ "border-color": "transparent" }), s.push({ "background-color": `color-mix(in srgb, ${t.color} 12%, transparent)` }))), s;
|
|
627
627
|
});
|
|
628
628
|
function v(s) {
|
|
629
629
|
t.isLoading || n("click", s);
|
|
630
630
|
}
|
|
631
631
|
return (s, h) => (d(), g("button", {
|
|
632
632
|
type: "button",
|
|
633
|
-
class:
|
|
633
|
+
class: S(f.value),
|
|
634
634
|
title: e.title,
|
|
635
635
|
"aria-label": e.title,
|
|
636
636
|
disabled: e.disabled,
|
|
@@ -638,28 +638,28 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
638
638
|
style: E(r.value),
|
|
639
639
|
onClick: h[0] || (h[0] = (m) => v(m))
|
|
640
640
|
}, [
|
|
641
|
-
e.isLoading ? (d(),
|
|
641
|
+
e.isLoading ? (d(), D(Q, {
|
|
642
642
|
key: 0,
|
|
643
643
|
icon: "spinner",
|
|
644
644
|
spin: ""
|
|
645
|
-
})) : (d(), g(
|
|
646
|
-
e.icon ? (d(),
|
|
645
|
+
})) : (d(), g(X, { key: 1 }, [
|
|
646
|
+
e.icon ? (d(), D(Q, {
|
|
647
647
|
key: 0,
|
|
648
|
-
class:
|
|
648
|
+
class: S(["ck-button__icon-left", { "just-icon": !s.$slots.default }]),
|
|
649
649
|
icon: e.icon,
|
|
650
650
|
"icon-pack": e.iconPack
|
|
651
651
|
}, null, 8, ["icon", "icon-pack", "class"])) : C("", !0),
|
|
652
652
|
O(s.$slots, "default", {}, void 0, !0),
|
|
653
|
-
e.iconRight ? (d(),
|
|
653
|
+
e.iconRight ? (d(), D(Q, {
|
|
654
654
|
key: 1,
|
|
655
|
-
class:
|
|
655
|
+
class: S(["ck-button__icon-right", { "just-icon": !s.$slots.default }]),
|
|
656
656
|
icon: e.iconRight,
|
|
657
657
|
"icon-pack": e.iconPack
|
|
658
658
|
}, null, 8, ["icon", "icon-pack", "class"])) : C("", !0)
|
|
659
659
|
], 64))
|
|
660
660
|
], 14, al));
|
|
661
661
|
}
|
|
662
|
-
}), _e = /* @__PURE__ */
|
|
662
|
+
}), _e = /* @__PURE__ */ j(rl, [["__scopeId", "data-v-245f12d7"]]), ul = ["for"], cl = "m", dl = /* @__PURE__ */ z({
|
|
663
663
|
__name: "ck-label",
|
|
664
664
|
props: {
|
|
665
665
|
for: {},
|
|
@@ -674,20 +674,20 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
674
674
|
}), l = c(() => {
|
|
675
675
|
const i = [];
|
|
676
676
|
let a = t.value.popup.textColor;
|
|
677
|
-
return t.value.darkMode && (a = t.value.darkModeColorText), a && (
|
|
677
|
+
return t.value.darkMode && (a = t.value.darkModeColorText), a && (P.isColorTemplateVariable(a) ? i.push(`ck-component__color--${a}`) : i.push({ color: a })), i;
|
|
678
678
|
});
|
|
679
679
|
return (i, a) => (d(), g("label", {
|
|
680
|
-
class:
|
|
680
|
+
class: S(["ck-label", n.value]),
|
|
681
681
|
for: o.for,
|
|
682
682
|
style: E(l.value)
|
|
683
683
|
}, [
|
|
684
684
|
O(i.$slots, "default", {}, void 0, !0)
|
|
685
685
|
], 14, ul));
|
|
686
686
|
}
|
|
687
|
-
}),
|
|
687
|
+
}), Ie = /* @__PURE__ */ j(dl, [["__scopeId", "data-v-f242d7f6"]]), pl = {
|
|
688
688
|
key: 0,
|
|
689
689
|
class: "ck-input__optional-label"
|
|
690
|
-
}, vl = { class: "ck-input__content" }, fl = ["type", "autocomplete", "readonly", "placeholder", "disabled", "tabindex"], ml = "120px",
|
|
690
|
+
}, vl = { class: "ck-input__content" }, fl = ["type", "autocomplete", "readonly", "placeholder", "disabled", "tabindex"], ml = "120px", ht = "center", hl = /* @__PURE__ */ z({
|
|
691
691
|
__name: "ck-input",
|
|
692
692
|
props: /* @__PURE__ */ te({
|
|
693
693
|
type: { default: "text" },
|
|
@@ -731,144 +731,144 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
731
731
|
}),
|
|
732
732
|
emits: /* @__PURE__ */ te(["click", "focus", "blur", "input", "inputDelayed", "change", "changeDelayed", "rightIconClick"], ["update:modelValue"]),
|
|
733
733
|
setup(e, { expose: o, emit: t }) {
|
|
734
|
-
const n =
|
|
735
|
-
o({ focus: W, select:
|
|
736
|
-
const { cleekOptions: a } = ne(le()), { windowWidth: p } =
|
|
737
|
-
const
|
|
738
|
-
let
|
|
739
|
-
if (l.width && (
|
|
740
|
-
const Z =
|
|
741
|
-
Z &&
|
|
734
|
+
const n = me(e, "modelValue"), l = e, i = t;
|
|
735
|
+
o({ focus: W, select: V });
|
|
736
|
+
const { cleekOptions: a } = ne(le()), { windowWidth: p } = be(), u = A(), f = A(""), r = A(!1), v = A(!1), s = c(() => r.value ? "text" : l.plusMinusButtons ? "number" : l.type), h = c(() => l.justInteger || l.plusMinusButtons), m = c(() => l.labelAlign ? l.labelAlign : l.align ? l.align : l.plusMinusButtons ? ht : "left"), k = c(() => {
|
|
737
|
+
const T = [];
|
|
738
|
+
let B = "";
|
|
739
|
+
if (l.width && (B = l.width), l.plusMinusButtons && (B = ml), B && T.push({ width: B }), l.widthBreaks) {
|
|
740
|
+
const Z = P.getWidthByWidthBreaks(l.widthBreaks, p.value);
|
|
741
|
+
Z && T.push({ width: Z });
|
|
742
742
|
}
|
|
743
|
-
return
|
|
743
|
+
return T;
|
|
744
744
|
}), b = c(() => {
|
|
745
|
-
const
|
|
746
|
-
|
|
747
|
-
let
|
|
748
|
-
l.plusMinusButtons && (
|
|
745
|
+
const T = [];
|
|
746
|
+
T.push(P.getGroupClass(l, p.value)), l.icon && T.push("has-icon-left"), l.iconRight && T.push("has-icon-right");
|
|
747
|
+
let B = l.align;
|
|
748
|
+
l.plusMinusButtons && (B = ht), B && T.push(`align--${B}`), l.hideBorder && T.push("no-border");
|
|
749
749
|
const Z = l.layout || a.value.styles.layout;
|
|
750
|
-
Z &&
|
|
751
|
-
const
|
|
752
|
-
return
|
|
750
|
+
Z && T.push(Z), l.plusMinusButtons && T.push("squared"), l.size && T.push(`ck-input-size__${l.size}`);
|
|
751
|
+
const J = l.borderColor || a.value.styles.borderColor;
|
|
752
|
+
return J && P.isColorTemplateVariable(J) && T.push(`ck-component__border-color--${J}`), T;
|
|
753
753
|
}), y = c(() => {
|
|
754
|
-
const
|
|
755
|
-
l.fontSize &&
|
|
756
|
-
const
|
|
757
|
-
|
|
754
|
+
const T = [];
|
|
755
|
+
l.fontSize && T.push({ "font-size": l.fontSize }), l.textColor && T.push({ color: l.textColor });
|
|
756
|
+
const B = l.borderColor || a.value.styles.borderColor;
|
|
757
|
+
B && !P.isColorTemplateVariable(B) && T.push({ "border-color": B });
|
|
758
758
|
let Z = "";
|
|
759
|
-
a.value.darkMode && (Z = a.value.darkModeColorItems), Z && !
|
|
760
|
-
let
|
|
761
|
-
return a.value.darkMode && (
|
|
759
|
+
a.value.darkMode && (Z = a.value.darkModeColorItems), Z && !P.isColorTemplateVariable(Z) && T.push({ backgroundColor: Z });
|
|
760
|
+
let J = l.textColor || a.value.popup.textColor;
|
|
761
|
+
return a.value.darkMode && (J = a.value.darkModeColorText), J && !P.isColorTemplateVariable(J) && (T.push(`ck-component__color--${J}`), T.push({ color: J })), T;
|
|
762
762
|
});
|
|
763
763
|
let _ = !1;
|
|
764
|
-
|
|
764
|
+
de(
|
|
765
765
|
() => n.value,
|
|
766
|
-
(
|
|
767
|
-
_ && s.value === "number" && Number(f.value || 0) === Number(
|
|
766
|
+
(T) => {
|
|
767
|
+
_ && s.value === "number" && Number(f.value || 0) === Number(T) || (_ = !0, ve(T));
|
|
768
768
|
},
|
|
769
769
|
{ immediate: !0 }
|
|
770
770
|
);
|
|
771
771
|
function W() {
|
|
772
|
-
var
|
|
773
|
-
(
|
|
772
|
+
var T;
|
|
773
|
+
(T = u.value) == null || T.focus();
|
|
774
774
|
}
|
|
775
|
-
function
|
|
776
|
-
var
|
|
777
|
-
(
|
|
775
|
+
function V() {
|
|
776
|
+
var T;
|
|
777
|
+
(T = u.value) == null || T.select();
|
|
778
778
|
}
|
|
779
|
-
function F(
|
|
780
|
-
i("input",
|
|
781
|
-
n.value ===
|
|
779
|
+
function F(T) {
|
|
780
|
+
i("input", T), setTimeout(() => {
|
|
781
|
+
n.value === T && i("inputDelayed", T);
|
|
782
782
|
}, l.delayChangeTime);
|
|
783
783
|
}
|
|
784
|
-
function K(
|
|
785
|
-
i("change",
|
|
786
|
-
n.value ===
|
|
784
|
+
function K(T) {
|
|
785
|
+
i("change", T), setTimeout(() => {
|
|
786
|
+
n.value === T && i("changeDelayed", T);
|
|
787
787
|
}, l.delayChangeTime);
|
|
788
788
|
}
|
|
789
|
-
function oe(
|
|
790
|
-
var
|
|
791
|
-
i("click",
|
|
789
|
+
function oe(T) {
|
|
790
|
+
var B;
|
|
791
|
+
i("click", T), l.autoSelect && ((B = u.value) == null || B.select());
|
|
792
792
|
}
|
|
793
793
|
function ae() {
|
|
794
794
|
if (s.value === "number") {
|
|
795
|
-
const
|
|
796
|
-
n.value =
|
|
795
|
+
const B = f.value, Z = B === "" || B === null || B === void 0, J = Z ? 0 : Ce(B);
|
|
796
|
+
n.value = J, !Z && Number(B) !== J && (f.value = J), F(J);
|
|
797
797
|
return;
|
|
798
798
|
}
|
|
799
|
-
const
|
|
800
|
-
F(
|
|
799
|
+
const T = ve(f.value);
|
|
800
|
+
F(T);
|
|
801
801
|
}
|
|
802
|
-
function
|
|
803
|
-
var
|
|
804
|
-
const
|
|
805
|
-
return
|
|
802
|
+
function pe() {
|
|
803
|
+
var B;
|
|
804
|
+
const T = (B = u.value) == null ? void 0 : B.value;
|
|
805
|
+
return T === void 0 || T === `${f.value}` ? !1 : (ve(T), !0);
|
|
806
806
|
}
|
|
807
|
-
function
|
|
808
|
-
|
|
807
|
+
function ye() {
|
|
808
|
+
pe(), K(n.value);
|
|
809
809
|
}
|
|
810
|
-
function
|
|
811
|
-
i("focus",
|
|
810
|
+
function R(T) {
|
|
811
|
+
i("focus", T), l.preventAutocomplete && (v.value = !0), s.value === "number" && !f.value && (f.value = "");
|
|
812
812
|
}
|
|
813
|
-
function
|
|
814
|
-
|
|
813
|
+
function $(T) {
|
|
814
|
+
pe() && K(n.value), i("blur", T);
|
|
815
815
|
}
|
|
816
|
-
function
|
|
817
|
-
const
|
|
818
|
-
F(
|
|
816
|
+
function M() {
|
|
817
|
+
const T = ve(+f.value - 1);
|
|
818
|
+
F(T), K(T);
|
|
819
819
|
}
|
|
820
|
-
function
|
|
821
|
-
const
|
|
822
|
-
F(
|
|
820
|
+
function ie() {
|
|
821
|
+
const T = ve(+f.value + 1);
|
|
822
|
+
F(T), K(T);
|
|
823
823
|
}
|
|
824
|
-
function ce(
|
|
825
|
-
let
|
|
826
|
-
return l.capitalize && (
|
|
824
|
+
function ce(T) {
|
|
825
|
+
let B = T;
|
|
826
|
+
return l.capitalize && (B = Tt(`${B}`)), l.toUpperCase && (B = `${B}`.toUpperCase()), h.value && (B = parseInt(`${+B}`)), typeof l.min < "u" && +B < +l.min && (B = +l.min), typeof l.max < "u" && +B > +l.max && (B = +l.max), B;
|
|
827
827
|
}
|
|
828
|
-
function Ce(
|
|
829
|
-
const
|
|
830
|
-
return Number.isFinite(
|
|
828
|
+
function Ce(T) {
|
|
829
|
+
const B = Number(ce(T));
|
|
830
|
+
return Number.isFinite(B) ? B : 0;
|
|
831
831
|
}
|
|
832
|
-
function
|
|
832
|
+
function ve(T) {
|
|
833
833
|
if (s.value === "number") {
|
|
834
|
-
const Z =
|
|
835
|
-
return n.value =
|
|
834
|
+
const Z = T === "" || T === null || T === void 0, J = Z ? 0 : Ce(T);
|
|
835
|
+
return n.value = J, f.value = Z ? "" : J, J;
|
|
836
836
|
}
|
|
837
|
-
const
|
|
838
|
-
return n.value =
|
|
837
|
+
const B = ce(T);
|
|
838
|
+
return n.value = B, f.value = B, B;
|
|
839
839
|
}
|
|
840
840
|
return $e(() => {
|
|
841
841
|
l.autofocus && (W(), oe(null));
|
|
842
|
-
}), (
|
|
843
|
-
var
|
|
842
|
+
}), (T, B) => {
|
|
843
|
+
var J;
|
|
844
844
|
const Z = Y("ck-button");
|
|
845
845
|
return d(), g("div", {
|
|
846
|
-
class:
|
|
846
|
+
class: S(["ck-input", `ck-input--size-${e.size}`]),
|
|
847
847
|
style: E(k.value)
|
|
848
848
|
}, [
|
|
849
|
-
e.label ? (d(),
|
|
849
|
+
e.label ? (d(), D(Ie, {
|
|
850
850
|
key: 0,
|
|
851
851
|
for: "ck-input",
|
|
852
852
|
size: e.size,
|
|
853
853
|
align: m.value
|
|
854
854
|
}, {
|
|
855
855
|
default: q(() => [
|
|
856
|
-
G(
|
|
856
|
+
G(L(e.label) + " ", 1),
|
|
857
857
|
e.optional ? (d(), g("span", pl, "opcional")) : C("", !0)
|
|
858
858
|
]),
|
|
859
859
|
_: 1
|
|
860
860
|
}, 8, ["size", "align"])) : C("", !0),
|
|
861
861
|
w("div", vl, [
|
|
862
|
-
e.plusMinusButtons ? (d(),
|
|
862
|
+
e.plusMinusButtons ? (d(), D(Z, {
|
|
863
863
|
key: 0,
|
|
864
864
|
size: "s",
|
|
865
865
|
icon: "minus",
|
|
866
866
|
group: "left",
|
|
867
867
|
type: "filled",
|
|
868
|
-
class:
|
|
869
|
-
onClick:
|
|
868
|
+
class: S(["ck-input-plus-minus-buttons", { "--small": e.size === "s" }]),
|
|
869
|
+
onClick: B[0] || (B[0] = (N) => M())
|
|
870
870
|
}, null, 8, ["class"])) : C("", !0),
|
|
871
|
-
e.icon ? (d(),
|
|
871
|
+
e.icon ? (d(), D(Q, {
|
|
872
872
|
key: 1,
|
|
873
873
|
class: "ck-input__icon-left",
|
|
874
874
|
color: e.iconColor ? e.iconColor : "lightgrey",
|
|
@@ -876,61 +876,61 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
876
876
|
"icon-pack": e.iconPack,
|
|
877
877
|
size: "s"
|
|
878
878
|
}, null, 8, ["color", "icon", "icon-pack"])) : C("", !0),
|
|
879
|
-
|
|
879
|
+
ue(w("input", {
|
|
880
880
|
ref_key: "inputRef",
|
|
881
881
|
ref: u,
|
|
882
|
-
"onUpdate:modelValue":
|
|
882
|
+
"onUpdate:modelValue": B[1] || (B[1] = (N) => f.value = N),
|
|
883
883
|
type: s.value,
|
|
884
884
|
autocomplete: e.preventAutocomplete ? "new-password" : e.autocomplete || "on",
|
|
885
885
|
readonly: e.readonly || e.preventAutocomplete && !v.value,
|
|
886
886
|
placeholder: e.placeholder,
|
|
887
|
-
class:
|
|
887
|
+
class: S(b.value),
|
|
888
888
|
style: E(y.value),
|
|
889
889
|
disabled: e.disabled,
|
|
890
890
|
tabindex: e.tabindex,
|
|
891
|
-
onClick:
|
|
892
|
-
onInput:
|
|
893
|
-
onChange:
|
|
894
|
-
onFocus:
|
|
895
|
-
onBlur:
|
|
891
|
+
onClick: B[2] || (B[2] = (N) => oe(N)),
|
|
892
|
+
onInput: B[3] || (B[3] = (N) => ae()),
|
|
893
|
+
onChange: B[4] || (B[4] = (N) => ye()),
|
|
894
|
+
onFocus: B[5] || (B[5] = (N) => R(N)),
|
|
895
|
+
onBlur: B[6] || (B[6] = (N) => $(N))
|
|
896
896
|
}, null, 46, fl), [
|
|
897
897
|
[jt, f.value]
|
|
898
898
|
]),
|
|
899
899
|
e.type === "password" ? (d(), g("div", {
|
|
900
900
|
key: 2,
|
|
901
|
-
class:
|
|
902
|
-
onClick:
|
|
901
|
+
class: S(["show-password", e.layout || ((J = xe(a)) == null ? void 0 : J.styles.layout)]),
|
|
902
|
+
onClick: B[7] || (B[7] = (N) => r.value = !r.value)
|
|
903
903
|
}, [
|
|
904
|
-
|
|
904
|
+
U(Q, {
|
|
905
905
|
icon: r.value ? "eye-slash" : "eye"
|
|
906
906
|
}, null, 8, ["icon"])
|
|
907
907
|
], 2)) : C("", !0),
|
|
908
|
-
e.iconRight && e.type !== "password" ? (d(),
|
|
908
|
+
e.iconRight && e.type !== "password" ? (d(), D(Q, {
|
|
909
909
|
key: 3,
|
|
910
910
|
class: "ck-input__icon-right",
|
|
911
911
|
color: e.iconColor ? e.iconColor : "lightgrey",
|
|
912
912
|
icon: e.iconRight,
|
|
913
913
|
"icon-pack": e.iconPack,
|
|
914
|
-
onClick:
|
|
914
|
+
onClick: B[8] || (B[8] = (N) => i("rightIconClick", N))
|
|
915
915
|
}, null, 8, ["color", "icon", "icon-pack"])) : C("", !0),
|
|
916
|
-
e.plusMinusButtons ? (d(),
|
|
916
|
+
e.plusMinusButtons ? (d(), D(Z, {
|
|
917
917
|
key: 4,
|
|
918
918
|
size: "s",
|
|
919
919
|
icon: "plus",
|
|
920
920
|
group: "right",
|
|
921
921
|
type: "filled",
|
|
922
|
-
class:
|
|
923
|
-
onClick:
|
|
922
|
+
class: S(["ck-input-plus-minus-buttons", { "--small": e.size === "s" }]),
|
|
923
|
+
onClick: B[9] || (B[9] = (N) => ie())
|
|
924
924
|
}, null, 8, ["class"])) : C("", !0),
|
|
925
925
|
e.suffix ? (d(), g("span", {
|
|
926
926
|
key: 5,
|
|
927
|
-
class:
|
|
928
|
-
},
|
|
927
|
+
class: S(["suffix", { "--plus-minus-btns": e.plusMinusButtons }])
|
|
928
|
+
}, L(e.suffix), 3)) : C("", !0)
|
|
929
929
|
])
|
|
930
930
|
], 6);
|
|
931
931
|
};
|
|
932
932
|
}
|
|
933
|
-
}),
|
|
933
|
+
}), Pt = /* @__PURE__ */ j(hl, [["__scopeId", "data-v-bf2558ca"]]), gl = {
|
|
934
934
|
key: 0,
|
|
935
935
|
class: "flex items-center"
|
|
936
936
|
}, kl = { key: 2 }, bl = /* @__PURE__ */ z({
|
|
@@ -947,7 +947,7 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
947
947
|
}),
|
|
948
948
|
emits: /* @__PURE__ */ te(["refreshList"], ["update:modelValue"]),
|
|
949
949
|
setup(e, { emit: o }) {
|
|
950
|
-
const t =
|
|
950
|
+
const t = me(e, "modelValue"), n = e, l = o, i = c(() => typeof t.value < "u"), a = c(() => {
|
|
951
951
|
const f = [];
|
|
952
952
|
return n.layout && f.push(n.layout), n.version && f.push(`version--${n.version}`), f;
|
|
953
953
|
});
|
|
@@ -961,13 +961,13 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
961
961
|
}, 1e3);
|
|
962
962
|
}
|
|
963
963
|
return (f, r) => (d(), g("div", {
|
|
964
|
-
class:
|
|
964
|
+
class: S(["ck-table__header-items", a.value])
|
|
965
965
|
}, [
|
|
966
966
|
f.$slots.headerActionsLeft ? (d(), g("div", gl, [
|
|
967
967
|
O(f.$slots, "headerActionsLeft", {}, void 0, !0)
|
|
968
968
|
])) : C("", !0),
|
|
969
|
-
!e.hideHeaderActions && i.value ? (d(), g(
|
|
970
|
-
e.hideRefreshBtn ? C("", !0) : (d(),
|
|
969
|
+
!e.hideHeaderActions && i.value ? (d(), g(X, { key: 1 }, [
|
|
970
|
+
e.hideRefreshBtn ? C("", !0) : (d(), D(_e, {
|
|
971
971
|
key: 0,
|
|
972
972
|
class: "mr-1",
|
|
973
973
|
type: "flat",
|
|
@@ -978,7 +978,7 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
978
978
|
"is-loading": !!e.isLoading,
|
|
979
979
|
onClick: r[0] || (r[0] = (v) => p())
|
|
980
980
|
}, null, 8, ["icon", "is-loading"])),
|
|
981
|
-
|
|
981
|
+
U(Pt, {
|
|
982
982
|
modelValue: t.value,
|
|
983
983
|
"onUpdate:modelValue": r[1] || (r[1] = (v) => t.value = v),
|
|
984
984
|
class: "ck-table--search-input",
|
|
@@ -994,7 +994,7 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
994
994
|
])) : C("", !0)
|
|
995
995
|
], 2));
|
|
996
996
|
}
|
|
997
|
-
}), yl = /* @__PURE__ */
|
|
997
|
+
}), yl = /* @__PURE__ */ j(bl, [["__scopeId", "data-v-7bde7567"]]), Cl = { class: "ck-table__pagination" }, wl = { class: "ck-table__pagination--numbers-container" }, $l = ["onClick"], xl = { class: "ck-table__pagination-input-container" }, _l = ["onClick"], gt = 5, Bl = /* @__PURE__ */ z({
|
|
998
998
|
__name: "ck-table__pagination",
|
|
999
999
|
props: {
|
|
1000
1000
|
totalPages: {},
|
|
@@ -1021,7 +1021,7 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
1021
1021
|
}
|
|
1022
1022
|
}), p = c(() => t.currentPage !== 1), u = c(() => !!r.value.length), f = c(() => {
|
|
1023
1023
|
if (!t.listLength) return [];
|
|
1024
|
-
const k = [], b = (
|
|
1024
|
+
const k = [], b = (gt - 1) / 2;
|
|
1025
1025
|
for (const y of Array(b).keys()) {
|
|
1026
1026
|
const _ = t.currentPage - y - 1;
|
|
1027
1027
|
_ > 0 && k.unshift(_);
|
|
@@ -1029,7 +1029,7 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
1029
1029
|
return k;
|
|
1030
1030
|
}), r = c(() => {
|
|
1031
1031
|
if (!t.listLength) return [];
|
|
1032
|
-
const k = [], b = (
|
|
1032
|
+
const k = [], b = (gt - 1) / 2;
|
|
1033
1033
|
for (const y of Array(b).keys()) {
|
|
1034
1034
|
const _ = t.currentPage + y + 1;
|
|
1035
1035
|
_ <= t.totalPages && k.push(_);
|
|
@@ -1041,7 +1041,7 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
1041
1041
|
const y = t.layout || l.value.styles.layout;
|
|
1042
1042
|
return y && k.push(y), k;
|
|
1043
1043
|
});
|
|
1044
|
-
|
|
1044
|
+
de(() => i.value, () => n("refreshList"));
|
|
1045
1045
|
function s(k) {
|
|
1046
1046
|
let b = +k.value;
|
|
1047
1047
|
b > t.totalPages && (b = t.totalPages), b < 1 && (b = 1), t.currentPage === b ? k.value = `${b}` : i.value = b;
|
|
@@ -1053,51 +1053,51 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
1053
1053
|
p.value && (i.value = t.currentPage - 1);
|
|
1054
1054
|
}
|
|
1055
1055
|
return (k, b) => (d(), g("div", {
|
|
1056
|
-
class:
|
|
1056
|
+
class: S(["ck-table__pagination-container", v.value])
|
|
1057
1057
|
}, [
|
|
1058
1058
|
w("div", Cl, [
|
|
1059
1059
|
w("div", {
|
|
1060
|
-
class:
|
|
1060
|
+
class: S(["ck-table__pagination--arrow-left", { disabled: !p.value }]),
|
|
1061
1061
|
onClick: b[0] || (b[0] = (y) => m())
|
|
1062
1062
|
}, [
|
|
1063
|
-
|
|
1063
|
+
U(Q, {
|
|
1064
1064
|
icon: p.value ? "angle-left" : "grip-lines-vertical"
|
|
1065
1065
|
}, null, 8, ["icon"])
|
|
1066
1066
|
], 2),
|
|
1067
1067
|
w("div", wl, [
|
|
1068
|
-
(d(!0), g(
|
|
1068
|
+
(d(!0), g(X, null, re(f.value, (y) => (d(), g("div", {
|
|
1069
1069
|
class: "ck-table__pagination-item--left",
|
|
1070
1070
|
onClick: (_) => i.value = y
|
|
1071
|
-
},
|
|
1071
|
+
}, L(y), 9, $l))), 256)),
|
|
1072
1072
|
w("div", xl, [
|
|
1073
|
-
|
|
1073
|
+
ue(w("input", {
|
|
1074
1074
|
"onUpdate:modelValue": b[1] || (b[1] = (y) => a.value = y),
|
|
1075
1075
|
class: "ck-table__pagination-input",
|
|
1076
1076
|
type: "number",
|
|
1077
1077
|
onClick: b[2] || (b[2] = (y) => y.target.select()),
|
|
1078
1078
|
onChange: b[3] || (b[3] = (y) => s(y.target))
|
|
1079
1079
|
}, null, 544), [
|
|
1080
|
-
[
|
|
1080
|
+
[Ne, a.value]
|
|
1081
1081
|
]),
|
|
1082
1082
|
b[5] || (b[5] = w("div", { class: "ck-table__pagination--input-pointer" }, null, -1))
|
|
1083
1083
|
]),
|
|
1084
|
-
(d(!0), g(
|
|
1084
|
+
(d(!0), g(X, null, re(r.value, (y) => (d(), g("div", {
|
|
1085
1085
|
class: "ck-table__pagination-item--right",
|
|
1086
1086
|
onClick: (_) => i.value = y
|
|
1087
|
-
},
|
|
1087
|
+
}, L(y), 9, _l))), 256))
|
|
1088
1088
|
]),
|
|
1089
1089
|
w("div", {
|
|
1090
|
-
class:
|
|
1090
|
+
class: S(["ck-table__pagination--arrow-right", { disabled: !u.value }]),
|
|
1091
1091
|
onClick: b[4] || (b[4] = (y) => h())
|
|
1092
1092
|
}, [
|
|
1093
|
-
|
|
1093
|
+
U(Q, {
|
|
1094
1094
|
icon: u.value ? "angle-right" : "grip-lines-vertical"
|
|
1095
1095
|
}, null, 8, ["icon"])
|
|
1096
1096
|
], 2)
|
|
1097
1097
|
])
|
|
1098
1098
|
], 2));
|
|
1099
1099
|
}
|
|
1100
|
-
}), Tl = /* @__PURE__ */
|
|
1100
|
+
}), Tl = /* @__PURE__ */ j(Bl, [["__scopeId", "data-v-c5a42fe7"]]), Vl = ["disabled", "checked"], Dl = ["textContent"], Sl = "m", Ll = /* @__PURE__ */ z({
|
|
1101
1101
|
__name: "ck-checkbox",
|
|
1102
1102
|
props: /* @__PURE__ */ te({
|
|
1103
1103
|
label: {},
|
|
@@ -1113,7 +1113,7 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
1113
1113
|
}),
|
|
1114
1114
|
emits: /* @__PURE__ */ te(["change"], ["update:modelValue"]),
|
|
1115
1115
|
setup(e, { emit: o }) {
|
|
1116
|
-
const t =
|
|
1116
|
+
const t = me(e, "modelValue"), n = e, l = o, i = c(() => ({
|
|
1117
1117
|
"aria-disabled": n.disabled,
|
|
1118
1118
|
tabindex: n.disabled ? void 0 : "0"
|
|
1119
1119
|
})), a = c(() => {
|
|
@@ -1121,73 +1121,73 @@ const al = ["title", "aria-label", "disabled", "tabindex"], Ze = "transparent",
|
|
|
1121
1121
|
return n.size && s.push(`size__${n.size}`), s;
|
|
1122
1122
|
}), p = c(() => {
|
|
1123
1123
|
const s = [];
|
|
1124
|
-
return n.color &&
|
|
1124
|
+
return n.color && P.isColorTemplateVariable(n.color) && (s.push(`ck-component__border-color--${n.color}`), (t.value || t.value === null) && s.push(`ck-component__color-background--${n.color}`)), s;
|
|
1125
1125
|
}), u = c(() => {
|
|
1126
1126
|
const s = [];
|
|
1127
|
-
return n.color && !
|
|
1127
|
+
return n.color && !P.isColorTemplateVariable(n.color) && (s.push({ borderColor: n.color }), (t.value || t.value === null) && s.push({ backgroundColor: n.color })), s;
|
|
1128
1128
|
}), f = c(() => {
|
|
1129
1129
|
const s = [];
|
|
1130
|
-
return n.colorText &&
|
|
1130
|
+
return n.colorText && P.isColorTemplateVariable(n.colorText) && s.push(`ck-component__color--${n.colorText}`), n.textSize && n.textSize !== Sl && s.push(`ck-checkbox--label-text-size--${n.textSize}`), s;
|
|
1131
1131
|
}), r = c(() => {
|
|
1132
1132
|
const s = [];
|
|
1133
|
-
return n.colorText && !
|
|
1133
|
+
return n.colorText && !P.isColorTemplateVariable(n.colorText) && s.push({ color: n.colorText }), s;
|
|
1134
1134
|
});
|
|
1135
1135
|
function v() {
|
|
1136
1136
|
n.preventAutoUpdate || (t.value = !t.value);
|
|
1137
1137
|
}
|
|
1138
|
-
return (s, h) => (d(), g("label",
|
|
1138
|
+
return (s, h) => (d(), g("label", Me(i.value, {
|
|
1139
1139
|
class: ["ck-checkbox", a.value],
|
|
1140
|
-
onKeydown: h[4] || (h[4] =
|
|
1140
|
+
onKeydown: h[4] || (h[4] = ke(se(() => {
|
|
1141
1141
|
}, ["prevent"]), ["space"])),
|
|
1142
1142
|
onKeyup: [
|
|
1143
|
-
h[5] || (h[5] =
|
|
1144
|
-
h[6] || (h[6] =
|
|
1143
|
+
h[5] || (h[5] = ke((m) => v(), ["enter"])),
|
|
1144
|
+
h[6] || (h[6] = ke((m) => v(), ["space"]))
|
|
1145
1145
|
],
|
|
1146
|
-
onClick: h[7] || (h[7] =
|
|
1146
|
+
onClick: h[7] || (h[7] = se((m) => v(), ["prevent"]))
|
|
1147
1147
|
}), [
|
|
1148
1148
|
w("input", {
|
|
1149
|
-
class:
|
|
1149
|
+
class: S(["ck-checkbox--input", { "ck-checkbox--input__intermediate": t.value === null }]),
|
|
1150
1150
|
"aria-hidden": "true",
|
|
1151
1151
|
type: "checkbox",
|
|
1152
1152
|
disabled: e.disabled,
|
|
1153
1153
|
checked: t.value,
|
|
1154
1154
|
onChange: h[0] || (h[0] = (m) => l("change", m)),
|
|
1155
|
-
onClick: h[1] || (h[1] =
|
|
1155
|
+
onClick: h[1] || (h[1] = se(() => {
|
|
1156
1156
|
}, ["prevent"]))
|
|
1157
1157
|
}, null, 42, Vl),
|
|
1158
1158
|
w("div", {
|
|
1159
|
-
class:
|
|
1159
|
+
class: S(["ck-checkbox--element", p.value]),
|
|
1160
1160
|
style: E(u.value),
|
|
1161
|
-
onClick: h[2] || (h[2] =
|
|
1161
|
+
onClick: h[2] || (h[2] = se(() => {
|
|
1162
1162
|
}, ["prevent"]))
|
|
1163
1163
|
}, null, 6),
|
|
1164
1164
|
e.label || s.$slots.default ? (d(), g("span", {
|
|
1165
1165
|
key: 0,
|
|
1166
|
-
class:
|
|
1166
|
+
class: S(["ck-checkbox--label", f.value]),
|
|
1167
1167
|
style: E(r.value),
|
|
1168
|
-
onClick: h[3] || (h[3] =
|
|
1168
|
+
onClick: h[3] || (h[3] = se(() => {
|
|
1169
1169
|
}, ["prevent"]))
|
|
1170
1170
|
}, [
|
|
1171
1171
|
e.label ? (d(), g("span", {
|
|
1172
1172
|
key: 0,
|
|
1173
|
-
textContent:
|
|
1173
|
+
textContent: L(e.label)
|
|
1174
1174
|
}, null, 8, Dl)) : C("", !0),
|
|
1175
1175
|
O(s.$slots, "default", {}, void 0, !0)
|
|
1176
1176
|
], 6)) : C("", !0)
|
|
1177
1177
|
], 16));
|
|
1178
1178
|
}
|
|
1179
|
-
}),
|
|
1180
|
-
function
|
|
1179
|
+
}), At = /* @__PURE__ */ j(Ll, [["__scopeId", "data-v-a8d6cf84"]]);
|
|
1180
|
+
function Mt(e) {
|
|
1181
1181
|
const o = e ? "visible" : "hidden";
|
|
1182
1182
|
document.body.style.overflow = o;
|
|
1183
1183
|
}
|
|
1184
|
-
const
|
|
1185
|
-
let
|
|
1184
|
+
const It = 1500;
|
|
1185
|
+
let qe = 0;
|
|
1186
1186
|
function Pl() {
|
|
1187
|
-
return
|
|
1187
|
+
return qe += 1, It + qe;
|
|
1188
1188
|
}
|
|
1189
1189
|
function Al() {
|
|
1190
|
-
|
|
1190
|
+
qe > 0 && (qe -= 1);
|
|
1191
1191
|
}
|
|
1192
1192
|
const Ml = {
|
|
1193
1193
|
key: 0,
|
|
@@ -1204,7 +1204,7 @@ const Ml = {
|
|
|
1204
1204
|
}, Ol = { class: "w-full" }, Wl = {
|
|
1205
1205
|
key: 0,
|
|
1206
1206
|
class: "ck-popup-slot-footer__confirm-buttons"
|
|
1207
|
-
},
|
|
1207
|
+
}, nt = /* @__PURE__ */ z({
|
|
1208
1208
|
__name: "ck-popup",
|
|
1209
1209
|
props: /* @__PURE__ */ te({
|
|
1210
1210
|
title: {},
|
|
@@ -1237,7 +1237,7 @@ const Ml = {
|
|
|
1237
1237
|
}),
|
|
1238
1238
|
emits: /* @__PURE__ */ te(["accept", "cancel", "close"], ["update:modelValue", "update:topAlertVisible"]),
|
|
1239
1239
|
setup(e, { emit: o }) {
|
|
1240
|
-
const t =
|
|
1240
|
+
const t = me(e, "modelValue"), n = me(e, "topAlertVisible"), l = e, i = o, { cleekOptions: a } = ne(le()), p = A(It);
|
|
1241
1241
|
let u = !1;
|
|
1242
1242
|
function f() {
|
|
1243
1243
|
u || (u = !0, p.value = Pl());
|
|
@@ -1246,37 +1246,37 @@ const Ml = {
|
|
|
1246
1246
|
u && (u = !1, Al());
|
|
1247
1247
|
}
|
|
1248
1248
|
const v = c(() => {
|
|
1249
|
-
const
|
|
1250
|
-
|
|
1251
|
-
const
|
|
1252
|
-
return
|
|
1249
|
+
const R = [], $ = l.layout || a.value.styles.layout;
|
|
1250
|
+
$ && R.push($);
|
|
1251
|
+
const M = l.textColor || a.value.popup.textColor;
|
|
1252
|
+
return M && P.isColorTemplateVariable(M) && R.push(`ck-component__color--${M}`), R;
|
|
1253
1253
|
}), s = c(() => {
|
|
1254
|
-
const
|
|
1255
|
-
|
|
1256
|
-
const
|
|
1257
|
-
|
|
1258
|
-
const
|
|
1259
|
-
|
|
1254
|
+
const R = [], $ = l.fontSize || a.value.popup.fontSize;
|
|
1255
|
+
$ && R.push({ "font-size": $ }), l.width && R.push({ width: l.width });
|
|
1256
|
+
const M = l.width ? "95%" : l.maxWidth || a.value.popup.maxWidth;
|
|
1257
|
+
M && R.push({ "max-width": M });
|
|
1258
|
+
const ie = l.textColor || a.value.popup.textColor;
|
|
1259
|
+
ie && !P.isColorTemplateVariable(ie) && (R.push(`ck-component__color--${ie}`), R.push({ color: ie }));
|
|
1260
1260
|
let ce = "white";
|
|
1261
|
-
return a.value.popup.backgroundColor && (ce = a.value.popup.backgroundColor), a.value.darkMode && (ce = a.value.darkModeColorItems), l.backgroundColor && (ce = l.backgroundColor), ce && !
|
|
1261
|
+
return a.value.popup.backgroundColor && (ce = a.value.popup.backgroundColor), a.value.darkMode && (ce = a.value.darkModeColorItems), l.backgroundColor && (ce = l.backgroundColor), ce && !P.isColorTemplateVariable(ce) && R.push({ backgroundColor: ce }), R;
|
|
1262
1262
|
}), h = c(() => {
|
|
1263
|
-
const
|
|
1264
|
-
let
|
|
1265
|
-
a.value.popup.headerColor && (
|
|
1266
|
-
let
|
|
1267
|
-
return a.value.darkMode && (
|
|
1263
|
+
const R = [];
|
|
1264
|
+
let $ = "";
|
|
1265
|
+
a.value.popup.headerColor && ($ = a.value.popup.headerColor), a.value.darkMode && ($ = a.value.darkModeColorItems), l.headerColor && ($ = l.headerColor), $ && !P.isColorTemplateVariable($) && R.push({ backgroundColor: $ });
|
|
1266
|
+
let M = l.textColor || a.value.popup.textColor;
|
|
1267
|
+
return a.value.darkMode && (M = a.value.darkModeColorText), M && !P.isColorTemplateVariable(M) && (R.push(`ck-component__color--${M}`), R.push({ color: M })), R;
|
|
1268
1268
|
}), m = c(() => {
|
|
1269
|
-
const
|
|
1270
|
-
let
|
|
1271
|
-
return a.value.popup.backgroundColor && (
|
|
1269
|
+
const R = [];
|
|
1270
|
+
let $ = "";
|
|
1271
|
+
return a.value.popup.backgroundColor && ($ = a.value.popup.backgroundColor), a.value.darkMode && ($ = a.value.darkModeColorItems), l.backgroundColor && ($ = l.backgroundColor), $ && !P.isColorTemplateVariable($) && R.push({ backgroundColor: $ }), R;
|
|
1272
1272
|
}), k = c(() => {
|
|
1273
|
-
const
|
|
1274
|
-
|
|
1275
|
-
const
|
|
1276
|
-
return
|
|
1277
|
-
}), b = c(() => l.acceptBtnType ? l.acceptBtnType : a.value.popup.acceptBtnType ? a.value.popup.acceptBtnType : "outlined"), y = c(() => l.cancelBtnType ? l.cancelBtnType : a.value.popup.cancelBtnType ? a.value.popup.cancelBtnType : "flat"), _ = c(() => !(l.notCloseBtn || l.notClose)), W = c(() => l.acceptBtnText ? l.acceptBtnText : a.value.lang === "es" ? "Aceptar" : "Accept"),
|
|
1278
|
-
|
|
1279
|
-
|
|
1273
|
+
const R = [], $ = l.headerAlign || a.value.popup.headerAlign;
|
|
1274
|
+
$ && R.push(`header-align--${$}`);
|
|
1275
|
+
const M = l.headerColor || a.value.popup.headerColor;
|
|
1276
|
+
return M && P.isColorTemplateVariable(M) && R.push(`ck-component__bg-color--${M}`), _.value || R.push("close-btn-hidden"), R;
|
|
1277
|
+
}), b = c(() => l.acceptBtnType ? l.acceptBtnType : a.value.popup.acceptBtnType ? a.value.popup.acceptBtnType : "outlined"), y = c(() => l.cancelBtnType ? l.cancelBtnType : a.value.popup.cancelBtnType ? a.value.popup.cancelBtnType : "flat"), _ = c(() => !(l.notCloseBtn || l.notClose)), W = c(() => l.acceptBtnText ? l.acceptBtnText : a.value.lang === "es" ? "Aceptar" : "Accept"), V = c(() => l.cancelBtnText ? l.cancelBtnText : a.value.lang === "es" ? "Cancelar" : "Cancel");
|
|
1278
|
+
de(() => t.value, (R) => {
|
|
1279
|
+
Mt(!R), R ? f() : r();
|
|
1280
1280
|
});
|
|
1281
1281
|
function F() {
|
|
1282
1282
|
t.value = !1, i("close");
|
|
@@ -1290,21 +1290,21 @@ const Ml = {
|
|
|
1290
1290
|
function ae() {
|
|
1291
1291
|
l.notCloseByBg || l.notClose || F();
|
|
1292
1292
|
}
|
|
1293
|
-
function
|
|
1294
|
-
const
|
|
1295
|
-
return
|
|
1293
|
+
function pe(R) {
|
|
1294
|
+
const $ = R.target;
|
|
1295
|
+
return $ instanceof HTMLElement ? $ instanceof HTMLTextAreaElement || $.isContentEditable : !1;
|
|
1296
1296
|
}
|
|
1297
|
-
function
|
|
1298
|
-
if (t.value && (
|
|
1299
|
-
if (
|
|
1297
|
+
function ye(R) {
|
|
1298
|
+
if (t.value && (R.key === "Escape" && ae(), R.key === "Enter" && R.shiftKey)) {
|
|
1299
|
+
if (pe(R)) return;
|
|
1300
1300
|
oe();
|
|
1301
1301
|
}
|
|
1302
1302
|
}
|
|
1303
1303
|
return $e(() => {
|
|
1304
|
-
window.addEventListener("keydown",
|
|
1305
|
-
}),
|
|
1306
|
-
window.removeEventListener("keydown",
|
|
1307
|
-
}), (
|
|
1304
|
+
window.addEventListener("keydown", ye), t.value && f();
|
|
1305
|
+
}), lt(() => {
|
|
1306
|
+
window.removeEventListener("keydown", ye), r();
|
|
1307
|
+
}), (R, $) => (d(), D(Ae, { to: "body" }, [
|
|
1308
1308
|
t.value ? (d(), g("div", Ml, [
|
|
1309
1309
|
w("div", {
|
|
1310
1310
|
class: "blackout",
|
|
@@ -1313,71 +1313,71 @@ const Ml = {
|
|
|
1313
1313
|
w("div", {
|
|
1314
1314
|
class: "popup-container",
|
|
1315
1315
|
style: E({ zIndex: p.value }),
|
|
1316
|
-
onMousedown:
|
|
1316
|
+
onMousedown: $[5] || ($[5] = (M) => ae())
|
|
1317
1317
|
}, [
|
|
1318
1318
|
w("div", {
|
|
1319
|
-
class:
|
|
1319
|
+
class: S(["ck-popup__content", v.value]),
|
|
1320
1320
|
style: E(s.value),
|
|
1321
|
-
onMousedown:
|
|
1321
|
+
onMousedown: $[4] || ($[4] = se(() => {
|
|
1322
1322
|
}, ["stop"]))
|
|
1323
1323
|
}, [
|
|
1324
1324
|
e.topAlert && n.value ? (d(), g("div", Il, [
|
|
1325
|
-
w("span", null,
|
|
1326
|
-
|
|
1325
|
+
w("span", null, L(e.topAlert), 1),
|
|
1326
|
+
U(_e, {
|
|
1327
1327
|
size: "s",
|
|
1328
1328
|
type: "flat",
|
|
1329
1329
|
color: "white",
|
|
1330
|
-
onClick:
|
|
1330
|
+
onClick: $[0] || ($[0] = (M) => n.value = !1)
|
|
1331
1331
|
}, {
|
|
1332
|
-
default: q(() => [
|
|
1332
|
+
default: q(() => [...$[6] || ($[6] = [
|
|
1333
1333
|
G(" Entendido ", -1)
|
|
1334
1334
|
])]),
|
|
1335
1335
|
_: 1
|
|
1336
1336
|
})
|
|
1337
1337
|
])) : C("", !0),
|
|
1338
1338
|
w("div", {
|
|
1339
|
-
class:
|
|
1339
|
+
class: S(["ck-popup__slot-header", k.value]),
|
|
1340
1340
|
style: E(h.value)
|
|
1341
1341
|
}, [
|
|
1342
|
-
e.title ? (d(), g("h3", zl,
|
|
1343
|
-
O(
|
|
1344
|
-
_.value ? (d(),
|
|
1342
|
+
e.title ? (d(), g("h3", zl, L(e.title), 1)) : C("", !0),
|
|
1343
|
+
O(R.$slots, "header"),
|
|
1344
|
+
_.value ? (d(), D(Q, {
|
|
1345
1345
|
key: 1,
|
|
1346
1346
|
class: "icon-close",
|
|
1347
1347
|
icon: "times",
|
|
1348
|
-
onClick:
|
|
1348
|
+
onClick: $[1] || ($[1] = (M) => F())
|
|
1349
1349
|
})) : C("", !0)
|
|
1350
1350
|
], 6),
|
|
1351
1351
|
w("div", {
|
|
1352
1352
|
class: "ck-popup__slot-body",
|
|
1353
1353
|
style: E(m.value)
|
|
1354
1354
|
}, [
|
|
1355
|
-
O(
|
|
1355
|
+
O(R.$slots, "default")
|
|
1356
1356
|
], 4),
|
|
1357
|
-
|
|
1357
|
+
R.$slots.footer || e.confirmButtons || e.acceptButton || e.cancelButton ? (d(), g("div", Rl, [
|
|
1358
1358
|
w("div", Ol, [
|
|
1359
|
-
O(
|
|
1359
|
+
O(R.$slots, "footer")
|
|
1360
1360
|
]),
|
|
1361
1361
|
e.confirmButtons || e.acceptButton || e.cancelButton ? (d(), g("div", Wl, [
|
|
1362
|
-
e.confirmButtons || e.cancelButton ? (d(),
|
|
1362
|
+
e.confirmButtons || e.cancelButton ? (d(), D(_e, {
|
|
1363
1363
|
key: 0,
|
|
1364
1364
|
color: "danger",
|
|
1365
1365
|
type: y.value,
|
|
1366
|
-
onClick:
|
|
1366
|
+
onClick: $[2] || ($[2] = (M) => K())
|
|
1367
1367
|
}, {
|
|
1368
1368
|
default: q(() => [
|
|
1369
|
-
G(
|
|
1369
|
+
G(L(V.value), 1)
|
|
1370
1370
|
]),
|
|
1371
1371
|
_: 1
|
|
1372
1372
|
}, 8, ["type"])) : C("", !0),
|
|
1373
|
-
e.confirmButtons || e.acceptButton ? (d(),
|
|
1373
|
+
e.confirmButtons || e.acceptButton ? (d(), D(_e, {
|
|
1374
1374
|
key: 1,
|
|
1375
1375
|
type: b.value,
|
|
1376
1376
|
"is-loading": e.isLoading,
|
|
1377
|
-
onClick:
|
|
1377
|
+
onClick: $[3] || ($[3] = (M) => oe())
|
|
1378
1378
|
}, {
|
|
1379
1379
|
default: q(() => [
|
|
1380
|
-
G(
|
|
1380
|
+
G(L(W.value), 1)
|
|
1381
1381
|
]),
|
|
1382
1382
|
_: 1
|
|
1383
1383
|
}, 8, ["type", "is-loading"])) : C("", !0)
|
|
@@ -1397,7 +1397,7 @@ const Ml = {
|
|
|
1397
1397
|
},
|
|
1398
1398
|
emits: ["update:modelValue"],
|
|
1399
1399
|
setup(e, { emit: o }) {
|
|
1400
|
-
const t = e, n = o, l =
|
|
1400
|
+
const t = e, n = o, l = A([]), i = c({
|
|
1401
1401
|
get() {
|
|
1402
1402
|
return t.modelValue;
|
|
1403
1403
|
},
|
|
@@ -1405,42 +1405,40 @@ const Ml = {
|
|
|
1405
1405
|
n("update:modelValue", u);
|
|
1406
1406
|
}
|
|
1407
1407
|
});
|
|
1408
|
-
|
|
1409
|
-
u && a();
|
|
1410
|
-
}), ue(() => i.value, (u) => {
|
|
1408
|
+
de(() => i.value, (u) => {
|
|
1411
1409
|
u && a();
|
|
1412
1410
|
});
|
|
1413
1411
|
function a() {
|
|
1414
1412
|
const u = [];
|
|
1415
1413
|
(t.columnsArray || []).forEach((f) => {
|
|
1416
|
-
f.unchangeable
|
|
1414
|
+
!f.unchangeable && !f.neverDisplay && f.title && u.push({
|
|
1417
1415
|
name: f.name,
|
|
1418
1416
|
title: f.title,
|
|
1419
|
-
value:
|
|
1417
|
+
value: P.isColumnDisplayed(f)
|
|
1420
1418
|
});
|
|
1421
1419
|
}), l.value = u;
|
|
1422
1420
|
}
|
|
1423
1421
|
function p(u, f) {
|
|
1424
1422
|
t.columns[u].isDisplayed = f;
|
|
1425
1423
|
}
|
|
1426
|
-
return (u, f) => (d(),
|
|
1424
|
+
return (u, f) => (d(), D(nt, {
|
|
1427
1425
|
modelValue: i.value,
|
|
1428
1426
|
"onUpdate:modelValue": f[0] || (f[0] = (r) => i.value = r),
|
|
1429
1427
|
title: "Administrador de columnas"
|
|
1430
1428
|
}, {
|
|
1431
1429
|
default: q(() => [
|
|
1432
1430
|
w("div", El, [
|
|
1433
|
-
(d(!0), g(
|
|
1431
|
+
(d(!0), g(X, null, re(l.value, (r, v) => (d(), g("div", {
|
|
1434
1432
|
key: v,
|
|
1435
1433
|
class: "columns-manger__item"
|
|
1436
1434
|
}, [
|
|
1437
|
-
|
|
1435
|
+
U(At, {
|
|
1438
1436
|
modelValue: r.value,
|
|
1439
1437
|
"onUpdate:modelValue": (s) => r.value = s,
|
|
1440
1438
|
onClick: (s) => p(r.name, r.value)
|
|
1441
1439
|
}, {
|
|
1442
1440
|
default: q(() => [
|
|
1443
|
-
G(
|
|
1441
|
+
G(L(r.title), 1)
|
|
1444
1442
|
]),
|
|
1445
1443
|
_: 2
|
|
1446
1444
|
}, 1032, ["modelValue", "onUpdate:modelValue", "onClick"])
|
|
@@ -1450,7 +1448,7 @@ const Ml = {
|
|
|
1450
1448
|
_: 1
|
|
1451
1449
|
}, 8, ["modelValue"]));
|
|
1452
1450
|
}
|
|
1453
|
-
}), ql = /* @__PURE__ */
|
|
1451
|
+
}), ql = /* @__PURE__ */ j(Fl, [["__scopeId", "data-v-3d70f3ce"]]), Nl = /* @__PURE__ */ z({
|
|
1454
1452
|
__name: "LoadingAndNoResultsText",
|
|
1455
1453
|
props: {
|
|
1456
1454
|
listLength: {},
|
|
@@ -1462,23 +1460,23 @@ const Ml = {
|
|
|
1462
1460
|
const o = e, { cleekOptions: t } = ne(le()), n = c(() => !(typeof o.listLength > "u" || o.listLength)), l = c(() => o.loadingText ? o.loadingText : t.value.lang === "es" ? "Cargando..." : "Loading..."), i = c(() => o.noResultsText ? o.noResultsText : t.value.lang === "es" ? "No se encontraron resultados" : "No results found");
|
|
1463
1461
|
return (a, p) => {
|
|
1464
1462
|
const u = Y("ck-icon"), f = Y("ck-td"), r = Y("ck-tr");
|
|
1465
|
-
return n.value ? (d(),
|
|
1463
|
+
return n.value ? (d(), D(r, { key: 0 }, {
|
|
1466
1464
|
default: q(() => [
|
|
1467
|
-
|
|
1465
|
+
U(f, {
|
|
1468
1466
|
class: "no-result-text",
|
|
1469
1467
|
colspan: "100%",
|
|
1470
1468
|
align: "center"
|
|
1471
1469
|
}, {
|
|
1472
1470
|
default: q(() => [
|
|
1473
|
-
e.isLoading ? (d(), g(
|
|
1474
|
-
|
|
1471
|
+
e.isLoading ? (d(), g(X, { key: 0 }, [
|
|
1472
|
+
U(u, {
|
|
1475
1473
|
class: "mr-2",
|
|
1476
1474
|
icon: "spinner",
|
|
1477
1475
|
spin: ""
|
|
1478
1476
|
}),
|
|
1479
|
-
G(" " +
|
|
1480
|
-
], 64)) : n.value ? (d(), g(
|
|
1481
|
-
G(
|
|
1477
|
+
G(" " + L(l.value), 1)
|
|
1478
|
+
], 64)) : n.value ? (d(), g(X, { key: 1 }, [
|
|
1479
|
+
G(L(i.value), 1)
|
|
1482
1480
|
], 64)) : C("", !0)
|
|
1483
1481
|
]),
|
|
1484
1482
|
_: 1
|
|
@@ -1488,7 +1486,7 @@ const Ml = {
|
|
|
1488
1486
|
})) : C("", !0);
|
|
1489
1487
|
};
|
|
1490
1488
|
}
|
|
1491
|
-
}),
|
|
1489
|
+
}), kt = /* @__PURE__ */ j(Nl, [["__scopeId", "data-v-0731cbef"]]), Hl = { class: "ck-table" }, Ul = {
|
|
1492
1490
|
key: 1,
|
|
1493
1491
|
class: "ck-table__header"
|
|
1494
1492
|
}, jl = {
|
|
@@ -1503,7 +1501,7 @@ const Ml = {
|
|
|
1503
1501
|
}, Kl = { class: "selected-rows-actions__left" }, Zl = { key: 0 }, Jl = { key: 0 }, Xl = { key: 1 }, Ql = {
|
|
1504
1502
|
key: 5,
|
|
1505
1503
|
class: "ck-table--mobile-container"
|
|
1506
|
-
},
|
|
1504
|
+
}, Te = "id", en = /* @__PURE__ */ z({
|
|
1507
1505
|
__name: "ck-table",
|
|
1508
1506
|
props: /* @__PURE__ */ te({
|
|
1509
1507
|
rows: {},
|
|
@@ -1537,7 +1535,7 @@ const Ml = {
|
|
|
1537
1535
|
}),
|
|
1538
1536
|
emits: /* @__PURE__ */ te(["refreshList", "update:search", "update:currentPage"], ["update:selectedRows"]),
|
|
1539
1537
|
setup(e, { emit: o }) {
|
|
1540
|
-
const t =
|
|
1538
|
+
const t = me(e, "selectedRows"), n = e, l = o, { cleekOptions: i } = ne(le()), { windowWidth: a } = be(), p = A({
|
|
1541
1539
|
columnsManager: !1
|
|
1542
1540
|
}), u = c(() => !!t.value), f = c(() => typeof n.darkMode < "u" ? n.darkMode : i.value.darkMode), r = c(() => Math.ceil(n.listLength / n.itemsPerPage)), v = c(() => n.version ? n.version : i.value ? i.value.table.version : "default"), s = c(() => {
|
|
1543
1541
|
if (n.headerTextColor) return n.headerTextColor;
|
|
@@ -1551,123 +1549,126 @@ const Ml = {
|
|
|
1551
1549
|
if (i.value) return i.value.table.headerBackgroundColor;
|
|
1552
1550
|
}), m = c(() => !y.value[y.value.length - 1].title), k = c(() => !Array.isArray(n.columns || [])), b = c(() => {
|
|
1553
1551
|
if (k.value) {
|
|
1554
|
-
const
|
|
1555
|
-
return
|
|
1556
|
-
const
|
|
1557
|
-
|
|
1558
|
-
}),
|
|
1552
|
+
const M = Object.values(n.columns || []), ie = Object.keys(n.columns || []);
|
|
1553
|
+
return M.forEach((ce, Ce) => {
|
|
1554
|
+
const ve = ie[Ce];
|
|
1555
|
+
ce.name = ve;
|
|
1556
|
+
}), M;
|
|
1559
1557
|
}
|
|
1560
|
-
const
|
|
1561
|
-
return (n.columns || []).forEach((
|
|
1562
|
-
typeof
|
|
1563
|
-
}),
|
|
1564
|
-
}), y = c(() => b.value.filter(
|
|
1558
|
+
const $ = [];
|
|
1559
|
+
return (n.columns || []).forEach((M) => {
|
|
1560
|
+
typeof M == "string" ? $.push({ title: M }) : $.push(M);
|
|
1561
|
+
}), $;
|
|
1562
|
+
}), y = c(() => b.value.filter(P.isColumnDisplayed)), _ = c({
|
|
1565
1563
|
// @ts-ignore
|
|
1566
1564
|
get() {
|
|
1567
1565
|
return n.search;
|
|
1568
1566
|
},
|
|
1569
|
-
set(
|
|
1570
|
-
l("update:search",
|
|
1567
|
+
set($) {
|
|
1568
|
+
l("update:search", $);
|
|
1571
1569
|
}
|
|
1572
1570
|
}), W = c({
|
|
1573
1571
|
get() {
|
|
1574
1572
|
return n.currentPage || 0;
|
|
1575
1573
|
},
|
|
1576
|
-
set(
|
|
1577
|
-
l("update:currentPage",
|
|
1574
|
+
set($) {
|
|
1575
|
+
l("update:currentPage", $);
|
|
1578
1576
|
}
|
|
1579
|
-
}),
|
|
1580
|
-
function K(
|
|
1581
|
-
l("refreshList",
|
|
1577
|
+
}), V = c(() => n.layout || i.value.styles.layout), F = c(() => a.value <= (+n.mobileMaxWidth || 0));
|
|
1578
|
+
function K($ = !1) {
|
|
1579
|
+
l("refreshList", $);
|
|
1582
1580
|
}
|
|
1583
1581
|
function oe() {
|
|
1584
1582
|
k.value ? p.value.columnsManager = !0 : console.log("ERROR ck-table", "The columns list should be an object");
|
|
1585
1583
|
}
|
|
1586
1584
|
const ae = c(() => {
|
|
1587
|
-
var
|
|
1588
|
-
const
|
|
1589
|
-
return n.cellPadding &&
|
|
1590
|
-
}),
|
|
1591
|
-
const
|
|
1592
|
-
if (t.value.areAllRowsSelecteds(
|
|
1593
|
-
if (!t.value.isAnyRowsSelected(
|
|
1585
|
+
var ie;
|
|
1586
|
+
const $ = [];
|
|
1587
|
+
return n.cellPadding && $.push(`table__cell-padding--${n.cellPadding}`), n.cellPaddingY && $.push(`table__cell-padding-y--${n.cellPaddingY}`), n.notFullWidth && $.push("not-full-width"), f.value && $.push("dark-mode"), (n.striped || ((ie = i.value.table) == null ? void 0 : ie.striped)) && $.push("striped-table"), $;
|
|
1588
|
+
}), pe = c(() => {
|
|
1589
|
+
const $ = n.rows.map((M) => M[Te]);
|
|
1590
|
+
if (t.value.areAllRowsSelecteds($)) return !0;
|
|
1591
|
+
if (!t.value.isAnyRowsSelected($))
|
|
1594
1592
|
return !1;
|
|
1595
1593
|
});
|
|
1596
|
-
function
|
|
1597
|
-
|
|
1598
|
-
de.value ? t.value.removeManyRows(x) : t.value.addManyRows(x);
|
|
1594
|
+
function ye($) {
|
|
1595
|
+
return u.value ? t.value.isRowSelected($[Te]) : !1;
|
|
1599
1596
|
}
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1597
|
+
function R() {
|
|
1598
|
+
const $ = n.rows.map((M) => M[Te]);
|
|
1599
|
+
pe.value ? t.value.removeManyRows($) : t.value.addManyRows($);
|
|
1600
|
+
}
|
|
1601
|
+
return ($, M) => {
|
|
1602
|
+
var T, B, Z, J;
|
|
1603
|
+
const ie = Y("ck-checkbox"), ce = Y("ck-chip"), Ce = Y("ck-button"), ve = Y("ck-th");
|
|
1603
1604
|
return d(), g("div", Hl, [
|
|
1604
|
-
e.hasColumnsManager && k.value ? (d(),
|
|
1605
|
+
e.hasColumnsManager && k.value ? (d(), D(ql, {
|
|
1605
1606
|
key: 0,
|
|
1606
1607
|
modelValue: p.value.columnsManager,
|
|
1607
|
-
"onUpdate:modelValue":
|
|
1608
|
+
"onUpdate:modelValue": M[0] || (M[0] = (N) => p.value.columnsManager = N),
|
|
1608
1609
|
"is-loading": e.isLoading,
|
|
1609
1610
|
"columns-array": b.value,
|
|
1610
1611
|
columns: e.columns || []
|
|
1611
1612
|
}, null, 8, ["modelValue", "is-loading", "columns-array", "columns"])) : C("", !0),
|
|
1612
|
-
|
|
1613
|
-
|
|
1613
|
+
$.$slots.header || !e.hideHeaderActions ? (d(), g("div", Ul, [
|
|
1614
|
+
U(yl, {
|
|
1614
1615
|
modelValue: _.value,
|
|
1615
|
-
"onUpdate:modelValue":
|
|
1616
|
+
"onUpdate:modelValue": M[1] || (M[1] = (N) => _.value = N),
|
|
1616
1617
|
"hide-header-actions": e.hideHeaderActions,
|
|
1617
1618
|
"hide-refresh-btn": e.hideRefreshBtn,
|
|
1618
|
-
layout:
|
|
1619
|
+
layout: V.value,
|
|
1619
1620
|
version: v.value,
|
|
1620
1621
|
"is-loading": e.isLoading,
|
|
1621
|
-
onRefreshList:
|
|
1622
|
+
onRefreshList: M[2] || (M[2] = (N) => K(N))
|
|
1622
1623
|
}, {
|
|
1623
1624
|
headerActionsLeft: q(() => [
|
|
1624
|
-
O(
|
|
1625
|
+
O($.$slots, "headerActionsLeft", {}, void 0, !0)
|
|
1625
1626
|
]),
|
|
1626
1627
|
headerActionsRight: q(() => [
|
|
1627
|
-
O(
|
|
1628
|
+
O($.$slots, "headerActionsRight", {}, void 0, !0)
|
|
1628
1629
|
]),
|
|
1629
1630
|
_: 3
|
|
1630
1631
|
}, 8, ["modelValue", "hide-header-actions", "hide-refresh-btn", "layout", "version", "is-loading"]),
|
|
1631
|
-
|
|
1632
|
+
$.$slots.header ? (d(), g("div", {
|
|
1632
1633
|
key: 0,
|
|
1633
|
-
class:
|
|
1634
|
+
class: S(["ck-table__header--slot", { "full-width": e.hideHeaderActions }])
|
|
1634
1635
|
}, [
|
|
1635
|
-
O(
|
|
1636
|
+
O($.$slots, "header", {}, void 0, !0)
|
|
1636
1637
|
], 2)) : C("", !0)
|
|
1637
1638
|
])) : C("", !0),
|
|
1638
|
-
|
|
1639
|
-
O(
|
|
1639
|
+
$.$slots.headerBottom ? (d(), g("div", jl, [
|
|
1640
|
+
O($.$slots, "headerBottom", {}, void 0, !0)
|
|
1640
1641
|
])) : C("", !0),
|
|
1641
|
-
u.value || y.value.length && !(
|
|
1642
|
-
(
|
|
1642
|
+
u.value || y.value.length && !($.$slots.mobile && F.value) ? (d(), g("div", Gl, [
|
|
1643
|
+
(B = (T = t.value) == null ? void 0 : T.ids) != null && B.size ? (d(), g("div", Yl, [
|
|
1643
1644
|
w("div", Kl, [
|
|
1644
|
-
|
|
1645
|
+
U(ie, {
|
|
1645
1646
|
class: "main-checkbox",
|
|
1646
1647
|
"uses-third-state": "",
|
|
1647
1648
|
size: "xs",
|
|
1648
1649
|
color: "#BABDBF",
|
|
1649
|
-
"model-value":
|
|
1650
|
-
onClick:
|
|
1650
|
+
"model-value": pe.value,
|
|
1651
|
+
onClick: M[3] || (M[3] = (N) => R())
|
|
1651
1652
|
}, null, 8, ["model-value"]),
|
|
1652
|
-
|
|
1653
|
+
U(ce, {
|
|
1653
1654
|
class: "nowrap cursor-pointer",
|
|
1654
1655
|
size: "s",
|
|
1655
1656
|
"icon-right": "times",
|
|
1656
|
-
onClick:
|
|
1657
|
+
onClick: M[4] || (M[4] = (N) => t.value.removeAll())
|
|
1657
1658
|
}, {
|
|
1658
1659
|
default: q(() => [
|
|
1659
|
-
G(
|
|
1660
|
+
G(L(t.value.ids.size) + " seleccionado" + L(t.value.ids.size === 1 ? "" : "s"), 1)
|
|
1660
1661
|
]),
|
|
1661
1662
|
_: 1
|
|
1662
1663
|
})
|
|
1663
1664
|
]),
|
|
1664
|
-
O(
|
|
1665
|
-
e.currentPage && r.value > 1 ? (d(),
|
|
1665
|
+
O($.$slots, "selectedRowsActions", {}, void 0, !0),
|
|
1666
|
+
e.currentPage && r.value > 1 ? (d(), D(Ce, {
|
|
1666
1667
|
key: 0,
|
|
1667
1668
|
size: "s",
|
|
1668
1669
|
color: "dark"
|
|
1669
1670
|
}, {
|
|
1670
|
-
default: q(() => [...
|
|
1671
|
+
default: q(() => [...M[9] || (M[9] = [
|
|
1671
1672
|
G(" seleccionar todas las páginas ", -1)
|
|
1672
1673
|
])]),
|
|
1673
1674
|
_: 1
|
|
@@ -1676,38 +1677,38 @@ const Ml = {
|
|
|
1676
1677
|
])) : C("", !0),
|
|
1677
1678
|
F.value ? C("", !0) : (d(), g("div", {
|
|
1678
1679
|
key: 4,
|
|
1679
|
-
class:
|
|
1680
|
+
class: S(["ck-table__table-container", { "not-overflow": e.notOverflow }])
|
|
1680
1681
|
}, [
|
|
1681
1682
|
w("table", {
|
|
1682
|
-
class:
|
|
1683
|
+
class: S(["ck-table__table", ae.value])
|
|
1683
1684
|
}, [
|
|
1684
|
-
(
|
|
1685
|
+
(J = (Z = t.value) == null ? void 0 : Z.ids) != null && J.size ? C("", !0) : (d(), g("thead", Zl, [
|
|
1685
1686
|
w("tr", null, [
|
|
1686
1687
|
u.value ? (d(), g("th", Jl, [
|
|
1687
|
-
|
|
1688
|
+
U(ie, {
|
|
1688
1689
|
class: "main-checkbox",
|
|
1689
1690
|
"uses-third-state": "",
|
|
1690
1691
|
size: "xs",
|
|
1691
1692
|
color: "#BABDBF",
|
|
1692
|
-
"model-value":
|
|
1693
|
-
onClick:
|
|
1693
|
+
"model-value": pe.value,
|
|
1694
|
+
onClick: M[5] || (M[5] = (N) => R())
|
|
1694
1695
|
}, null, 8, ["model-value"])
|
|
1695
1696
|
])) : C("", !0),
|
|
1696
|
-
(d(!0), g(
|
|
1697
|
-
align:
|
|
1698
|
-
"min-width":
|
|
1697
|
+
(d(!0), g(X, null, re(y.value, (N, De) => (d(), D(ve, {
|
|
1698
|
+
align: N.align,
|
|
1699
|
+
"min-width": N.minWidth,
|
|
1699
1700
|
"text-color": s.value,
|
|
1700
1701
|
"background-color": h.value
|
|
1701
1702
|
}, {
|
|
1702
1703
|
default: q(() => [
|
|
1703
|
-
G(
|
|
1704
|
-
|
|
1704
|
+
G(L(N.title) + " ", 1),
|
|
1705
|
+
De === y.value.length - 1 && e.hasColumnsManager ? (d(), g("div", {
|
|
1705
1706
|
key: 0,
|
|
1706
1707
|
style: E(m.value ? "" : { "margin-left": "auto", "padding-left": "1rem" })
|
|
1707
1708
|
}, [
|
|
1708
|
-
|
|
1709
|
+
U(el, {
|
|
1709
1710
|
layout: e.layout,
|
|
1710
|
-
onClick:
|
|
1711
|
+
onClick: M[6] || (M[6] = (Ue) => oe())
|
|
1711
1712
|
}, null, 8, ["layout"])
|
|
1712
1713
|
], 4)) : C("", !0)
|
|
1713
1714
|
]),
|
|
@@ -1716,76 +1717,77 @@ const Ml = {
|
|
|
1716
1717
|
])
|
|
1717
1718
|
])),
|
|
1718
1719
|
w("tbody", null, [
|
|
1719
|
-
O(
|
|
1720
|
-
O(
|
|
1721
|
-
(d(!0), g(
|
|
1722
|
-
key:
|
|
1720
|
+
O($.$slots, "default", {}, void 0, !0),
|
|
1721
|
+
O($.$slots, "desktop", {}, void 0, !0),
|
|
1722
|
+
(d(!0), g(X, null, re(e.rows, (N, De) => (d(), D(St, {
|
|
1723
|
+
key: N[Te],
|
|
1724
|
+
class: S({ "is-selected": ye(N) })
|
|
1723
1725
|
}, {
|
|
1724
1726
|
default: q(() => [
|
|
1725
|
-
u.value ? (d(),
|
|
1727
|
+
u.value ? (d(), D(Lt, {
|
|
1726
1728
|
key: 0,
|
|
1727
1729
|
"auto-width": ""
|
|
1728
1730
|
}, {
|
|
1729
1731
|
default: q(() => [
|
|
1730
|
-
|
|
1732
|
+
U(ie, {
|
|
1731
1733
|
size: "xs",
|
|
1732
1734
|
color: "#BABDBF",
|
|
1733
|
-
"model-value": t.value.isRowSelected(
|
|
1734
|
-
onClick: (
|
|
1735
|
+
"model-value": t.value.isRowSelected(N[Te]),
|
|
1736
|
+
onClick: (Ue) => t.value.switchValue(N[Te])
|
|
1735
1737
|
}, null, 8, ["model-value", "onClick"])
|
|
1736
1738
|
]),
|
|
1737
1739
|
_: 2
|
|
1738
1740
|
}, 1024)) : C("", !0),
|
|
1739
|
-
O(
|
|
1740
|
-
row:
|
|
1741
|
-
rowIndex:
|
|
1741
|
+
O($.$slots, "row", {
|
|
1742
|
+
row: N,
|
|
1743
|
+
rowIndex: De
|
|
1742
1744
|
}, void 0, !0)
|
|
1743
1745
|
]),
|
|
1744
1746
|
_: 2
|
|
1745
|
-
},
|
|
1746
|
-
|
|
1747
|
+
}, 1032, ["class"]))), 128)),
|
|
1748
|
+
U(kt, {
|
|
1747
1749
|
"list-length": e.listLength,
|
|
1748
1750
|
"is-loading": e.isLoading,
|
|
1749
1751
|
"loading-text": e.loadingText,
|
|
1750
1752
|
"no-results-text": e.noResultsText
|
|
1751
1753
|
}, null, 8, ["list-length", "is-loading", "loading-text", "no-results-text"])
|
|
1752
1754
|
]),
|
|
1753
|
-
|
|
1754
|
-
O(
|
|
1755
|
+
$.$slots.footer ? (d(), g("tfoot", Xl, [
|
|
1756
|
+
O($.$slots, "footer", {}, void 0, !0)
|
|
1755
1757
|
])) : C("", !0)
|
|
1756
1758
|
], 2)
|
|
1757
1759
|
], 2)),
|
|
1758
1760
|
F.value ? (d(), g("div", Ql, [
|
|
1759
|
-
O(
|
|
1760
|
-
|
|
1761
|
+
O($.$slots, "mobile", {}, void 0, !0),
|
|
1762
|
+
U(kt, {
|
|
1761
1763
|
"list-length": e.listLength,
|
|
1762
1764
|
"is-loading": e.isLoading,
|
|
1763
1765
|
"loading-text": e.loadingText,
|
|
1764
1766
|
"no-results-text": e.noResultsText
|
|
1765
1767
|
}, null, 8, ["list-length", "is-loading", "loading-text", "no-results-text"])
|
|
1766
1768
|
])) : C("", !0),
|
|
1767
|
-
|
|
1769
|
+
U(ll, {
|
|
1768
1770
|
"current-page": e.currentPage,
|
|
1769
1771
|
"items-per-page": e.itemsPerPage,
|
|
1770
1772
|
"hide-items-per-page": e.hideItemsPerPage,
|
|
1771
1773
|
"list-length": e.listLength
|
|
1772
1774
|
}, null, 8, ["current-page", "items-per-page", "hide-items-per-page", "list-length"]),
|
|
1773
|
-
e.currentPage && r.value > 1 ? (d(),
|
|
1775
|
+
e.currentPage && r.value > 1 ? (d(), D(Tl, {
|
|
1774
1776
|
key: 6,
|
|
1775
1777
|
"current-page": W.value,
|
|
1776
|
-
"onUpdate:currentPage":
|
|
1778
|
+
"onUpdate:currentPage": M[7] || (M[7] = (N) => W.value = N),
|
|
1777
1779
|
class: "ck-table__pagination",
|
|
1778
1780
|
"total-pages": r.value,
|
|
1779
1781
|
"items-per-page": e.itemsPerPage,
|
|
1780
1782
|
"list-length": e.listLength,
|
|
1781
1783
|
align: e.paginationAlign,
|
|
1782
|
-
layout:
|
|
1783
|
-
onRefreshList:
|
|
1784
|
+
layout: V.value,
|
|
1785
|
+
onRefreshList: M[8] || (M[8] = (N) => K(!0))
|
|
1784
1786
|
}, null, 8, ["current-page", "total-pages", "items-per-page", "list-length", "align", "layout"])) : C("", !0)
|
|
1785
1787
|
]);
|
|
1786
1788
|
};
|
|
1787
1789
|
}
|
|
1788
|
-
}), tn = /* @__PURE__ */
|
|
1790
|
+
}), tn = /* @__PURE__ */ j(en, [["__scopeId", "data-v-b2ab3765"]]), on = /* @__PURE__ */ z({
|
|
1789
1791
|
__name: "ck-pagination",
|
|
1790
1792
|
props: {
|
|
1791
1793
|
modelValue: {},
|
|
@@ -1823,9 +1825,9 @@ const Ml = {
|
|
|
1823
1825
|
return (b, y) => {
|
|
1824
1826
|
const _ = Y("ck-button");
|
|
1825
1827
|
return d(), g("div", {
|
|
1826
|
-
class:
|
|
1828
|
+
class: S(["ck-pagination", a.value])
|
|
1827
1829
|
}, [
|
|
1828
|
-
|
|
1830
|
+
U(_, {
|
|
1829
1831
|
width: "42px",
|
|
1830
1832
|
align: "center",
|
|
1831
1833
|
group: r.value,
|
|
@@ -1834,7 +1836,7 @@ const Ml = {
|
|
|
1834
1836
|
icon: s.value,
|
|
1835
1837
|
onClick: y[0] || (y[0] = (W) => m())
|
|
1836
1838
|
}, null, 8, ["group", "type", "layout", "icon"]),
|
|
1837
|
-
i.value - 2 >= 1 ? (d(),
|
|
1839
|
+
i.value - 2 >= 1 ? (d(), D(_, {
|
|
1838
1840
|
key: 0,
|
|
1839
1841
|
width: "42px",
|
|
1840
1842
|
align: "center",
|
|
@@ -1844,11 +1846,11 @@ const Ml = {
|
|
|
1844
1846
|
onClick: y[1] || (y[1] = (W) => i.value = i.value - 2)
|
|
1845
1847
|
}, {
|
|
1846
1848
|
default: q(() => [
|
|
1847
|
-
G(
|
|
1849
|
+
G(L(i.value - 2), 1)
|
|
1848
1850
|
]),
|
|
1849
1851
|
_: 1
|
|
1850
1852
|
}, 8, ["group", "type", "layout"])) : C("", !0),
|
|
1851
|
-
i.value - 1 >= 1 ? (d(),
|
|
1853
|
+
i.value - 1 >= 1 ? (d(), D(_, {
|
|
1852
1854
|
key: 1,
|
|
1853
1855
|
width: "42px",
|
|
1854
1856
|
align: "center",
|
|
@@ -1858,11 +1860,11 @@ const Ml = {
|
|
|
1858
1860
|
onClick: y[2] || (y[2] = (W) => i.value = i.value - 1)
|
|
1859
1861
|
}, {
|
|
1860
1862
|
default: q(() => [
|
|
1861
|
-
G(
|
|
1863
|
+
G(L(i.value - 1), 1)
|
|
1862
1864
|
]),
|
|
1863
1865
|
_: 1
|
|
1864
1866
|
}, 8, ["group", "type", "layout"])) : C("", !0),
|
|
1865
|
-
|
|
1867
|
+
U(_, {
|
|
1866
1868
|
type: "filled",
|
|
1867
1869
|
width: "42px",
|
|
1868
1870
|
align: "center",
|
|
@@ -1870,11 +1872,11 @@ const Ml = {
|
|
|
1870
1872
|
layout: u.value
|
|
1871
1873
|
}, {
|
|
1872
1874
|
default: q(() => [
|
|
1873
|
-
G(
|
|
1875
|
+
G(L(i.value), 1)
|
|
1874
1876
|
]),
|
|
1875
1877
|
_: 1
|
|
1876
1878
|
}, 8, ["group", "layout"]),
|
|
1877
|
-
i.value + 1 <= e.maxStep ? (d(),
|
|
1879
|
+
i.value + 1 <= e.maxStep ? (d(), D(_, {
|
|
1878
1880
|
key: 2,
|
|
1879
1881
|
width: "42px",
|
|
1880
1882
|
align: "center",
|
|
@@ -1884,11 +1886,11 @@ const Ml = {
|
|
|
1884
1886
|
onClick: y[3] || (y[3] = (W) => i.value = i.value + 1)
|
|
1885
1887
|
}, {
|
|
1886
1888
|
default: q(() => [
|
|
1887
|
-
G(
|
|
1889
|
+
G(L(i.value + 1), 1)
|
|
1888
1890
|
]),
|
|
1889
1891
|
_: 1
|
|
1890
1892
|
}, 8, ["group", "type", "layout"])) : C("", !0),
|
|
1891
|
-
i.value + 2 <= e.maxStep ? (d(),
|
|
1893
|
+
i.value + 2 <= e.maxStep ? (d(), D(_, {
|
|
1892
1894
|
key: 3,
|
|
1893
1895
|
group: "center",
|
|
1894
1896
|
width: "42px",
|
|
@@ -1898,11 +1900,11 @@ const Ml = {
|
|
|
1898
1900
|
onClick: y[4] || (y[4] = (W) => i.value = i.value + 2)
|
|
1899
1901
|
}, {
|
|
1900
1902
|
default: q(() => [
|
|
1901
|
-
G(
|
|
1903
|
+
G(L(i.value + 2), 1)
|
|
1902
1904
|
]),
|
|
1903
1905
|
_: 1
|
|
1904
1906
|
}, 8, ["type", "layout"])) : C("", !0),
|
|
1905
|
-
|
|
1907
|
+
U(_, {
|
|
1906
1908
|
width: "42px",
|
|
1907
1909
|
align: "center",
|
|
1908
1910
|
group: v.value,
|
|
@@ -1925,21 +1927,21 @@ const Ml = {
|
|
|
1925
1927
|
setup(e) {
|
|
1926
1928
|
const o = e, t = c(() => {
|
|
1927
1929
|
const l = [];
|
|
1928
|
-
return l.push(`align-${o.align || nn}`), o.textColor &&
|
|
1930
|
+
return l.push(`align-${o.align || nn}`), o.textColor && P.isColorTemplateVariable(o.textColor) && l.push(`ck-component__color--${o.textColor}`), o.backgroundColor && P.isColorTemplateVariable(o.backgroundColor) && l.push(`ck-component__bg-color--${o.backgroundColor}`), l;
|
|
1929
1931
|
}), n = c(() => {
|
|
1930
1932
|
const l = [];
|
|
1931
|
-
return o.minWidth && l.push({ "min-width": o.minWidth }), o.textColor && !
|
|
1933
|
+
return o.minWidth && l.push({ "min-width": o.minWidth }), o.textColor && !P.isColorTemplateVariable(o.textColor) && l.push({ color: o.textColor || "white" }), o.backgroundColor && !P.isColorTemplateVariable(o.backgroundColor) && l.push({ backgroundColor: o.backgroundColor }), l;
|
|
1932
1934
|
});
|
|
1933
1935
|
return (l, i) => (d(), g("th", ln, [
|
|
1934
1936
|
w("span", {
|
|
1935
|
-
class:
|
|
1937
|
+
class: S(t.value),
|
|
1936
1938
|
style: E(n.value)
|
|
1937
1939
|
}, [
|
|
1938
1940
|
O(l.$slots, "default", {}, void 0, !0)
|
|
1939
1941
|
], 6)
|
|
1940
1942
|
]));
|
|
1941
1943
|
}
|
|
1942
|
-
}), sn = /* @__PURE__ */
|
|
1944
|
+
}), sn = /* @__PURE__ */ j(an, [["__scopeId", "data-v-0c92c654"]]);
|
|
1943
1945
|
(function() {
|
|
1944
1946
|
try {
|
|
1945
1947
|
if (typeof document < "u") {
|
|
@@ -1952,7 +1954,7 @@ const Ml = {
|
|
|
1952
1954
|
})();
|
|
1953
1955
|
const rn = ["year", "month", "day", "time", "custom"], un = z({
|
|
1954
1956
|
emits: {
|
|
1955
|
-
elementClick: (e) =>
|
|
1957
|
+
elementClick: (e) => fe(e),
|
|
1956
1958
|
left: () => !0,
|
|
1957
1959
|
right: () => !0,
|
|
1958
1960
|
heading: () => !0
|
|
@@ -1984,12 +1986,12 @@ const rn = ["year", "month", "day", "time", "custom"], un = z({
|
|
|
1984
1986
|
validate: (e) => typeof e == "string" && rn.includes(e)
|
|
1985
1987
|
}
|
|
1986
1988
|
}
|
|
1987
|
-
}),
|
|
1989
|
+
}), Ve = (e, o) => {
|
|
1988
1990
|
const t = e.__vccOpts || e;
|
|
1989
1991
|
for (const [n, l] of o)
|
|
1990
1992
|
t[n] = l;
|
|
1991
1993
|
return t;
|
|
1992
|
-
},
|
|
1994
|
+
}, at = (e) => (Yt("data-v-65eb861b"), e = e(), Kt(), e), cn = { class: "v3dp__heading" }, dn = ["disabled"], pn = /* @__PURE__ */ at(() => /* @__PURE__ */ w("svg", {
|
|
1993
1995
|
class: "v3dp__heading__icon",
|
|
1994
1996
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1995
1997
|
viewBox: "0 0 6 8"
|
|
@@ -2008,7 +2010,7 @@ const rn = ["year", "month", "day", "time", "custom"], un = z({
|
|
|
2008
2010
|
d: "M5 0L1 4l4 4"
|
|
2009
2011
|
})
|
|
2010
2012
|
])
|
|
2011
|
-
], -1)), vn = ["disabled"], fn = /* @__PURE__ */
|
|
2013
|
+
], -1)), vn = ["disabled"], fn = /* @__PURE__ */ at(() => /* @__PURE__ */ w("svg", {
|
|
2012
2014
|
class: "v3dp__heading__icon",
|
|
2013
2015
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2014
2016
|
viewBox: "0 0 6 8"
|
|
@@ -2027,27 +2029,27 @@ const rn = ["year", "month", "day", "time", "custom"], un = z({
|
|
|
2027
2029
|
d: "M1 8l4-4-4-4"
|
|
2028
2030
|
})
|
|
2029
2031
|
])
|
|
2030
|
-
], -1)), mn = { class: "v3dp__body" }, hn = { class: "v3dp__subheading" }, gn = /* @__PURE__ */
|
|
2032
|
+
], -1)), mn = { class: "v3dp__body" }, hn = { class: "v3dp__subheading" }, gn = /* @__PURE__ */ at(() => /* @__PURE__ */ w("hr", { class: "v3dp__divider" }, null, -1)), kn = { class: "v3dp__elements" }, bn = ["disabled", "onClick"];
|
|
2031
2033
|
function yn(e, o, t, n, l, i) {
|
|
2032
2034
|
return d(), g("div", {
|
|
2033
|
-
class:
|
|
2035
|
+
class: S(["v3dp__popout", `v3dp__popout-${e.viewMode}`]),
|
|
2034
2036
|
style: E({ "--popout-column-definition": `repeat(${e.columnCount}, 1fr)` }),
|
|
2035
|
-
onMousedown: o[3] || (o[3] =
|
|
2037
|
+
onMousedown: o[3] || (o[3] = se(() => {
|
|
2036
2038
|
}, ["prevent"]))
|
|
2037
2039
|
}, [
|
|
2038
2040
|
w("div", cn, [
|
|
2039
2041
|
w("button", {
|
|
2040
2042
|
class: "v3dp__heading__button v3dp__heading__button__left",
|
|
2041
2043
|
disabled: e.leftDisabled,
|
|
2042
|
-
onClick: o[0] || (o[0] =
|
|
2044
|
+
onClick: o[0] || (o[0] = se((a) => e.$emit("left"), ["stop", "prevent"]))
|
|
2043
2045
|
}, [
|
|
2044
2046
|
O(e.$slots, "arrow-left", {}, () => [
|
|
2045
2047
|
pn
|
|
2046
2048
|
], !0)
|
|
2047
2049
|
], 8, dn),
|
|
2048
|
-
(d(),
|
|
2050
|
+
(d(), D(Gt(e.headingClickable ? "button" : "span"), {
|
|
2049
2051
|
class: "v3dp__heading__center",
|
|
2050
|
-
onClick: o[1] || (o[1] =
|
|
2052
|
+
onClick: o[1] || (o[1] = se((a) => e.$emit("heading"), ["stop", "prevent"]))
|
|
2051
2053
|
}, {
|
|
2052
2054
|
default: q(() => [
|
|
2053
2055
|
O(e.$slots, "heading", {}, void 0, !0)
|
|
@@ -2057,7 +2059,7 @@ function yn(e, o, t, n, l, i) {
|
|
|
2057
2059
|
w("button", {
|
|
2058
2060
|
class: "v3dp__heading__button v3dp__heading__button__right",
|
|
2059
2061
|
disabled: e.rightDisabled,
|
|
2060
|
-
onClick: o[2] || (o[2] =
|
|
2062
|
+
onClick: o[2] || (o[2] = se((a) => e.$emit("right"), ["stop", "prevent"]))
|
|
2061
2063
|
}, [
|
|
2062
2064
|
O(e.$slots, "arrow-right", {}, () => [
|
|
2063
2065
|
fn
|
|
@@ -2065,7 +2067,7 @@ function yn(e, o, t, n, l, i) {
|
|
|
2065
2067
|
], 8, vn)
|
|
2066
2068
|
]),
|
|
2067
2069
|
w("div", mn, [
|
|
2068
|
-
"subheading" in e.$slots ? (d(), g(
|
|
2070
|
+
"subheading" in e.$slots ? (d(), g(X, { key: 0 }, [
|
|
2069
2071
|
w("div", hn, [
|
|
2070
2072
|
O(e.$slots, "subheading", {}, void 0, !0)
|
|
2071
2073
|
]),
|
|
@@ -2073,32 +2075,32 @@ function yn(e, o, t, n, l, i) {
|
|
|
2073
2075
|
], 64)) : C("", !0),
|
|
2074
2076
|
w("div", kn, [
|
|
2075
2077
|
O(e.$slots, "body", {}, () => [
|
|
2076
|
-
(d(!0), g(
|
|
2078
|
+
(d(!0), g(X, null, re(e.items, (a) => (d(), g("button", {
|
|
2077
2079
|
key: a.key,
|
|
2078
2080
|
disabled: a.disabled,
|
|
2079
|
-
class:
|
|
2081
|
+
class: S([
|
|
2080
2082
|
{
|
|
2081
2083
|
selected: a.selected,
|
|
2082
2084
|
current: a.current
|
|
2083
2085
|
},
|
|
2084
2086
|
`v3dp__element__button__${e.viewMode}`
|
|
2085
2087
|
]),
|
|
2086
|
-
onClick:
|
|
2088
|
+
onClick: se((p) => e.$emit("elementClick", a.value), ["stop", "prevent"])
|
|
2087
2089
|
}, [
|
|
2088
|
-
w("span", null,
|
|
2090
|
+
w("span", null, L(a.display), 1)
|
|
2089
2091
|
], 10, bn))), 128))
|
|
2090
2092
|
], !0)
|
|
2091
2093
|
])
|
|
2092
2094
|
])
|
|
2093
2095
|
], 38);
|
|
2094
2096
|
}
|
|
2095
|
-
const
|
|
2097
|
+
const He = /* @__PURE__ */ Ve(un, [["render", yn], ["__scopeId", "data-v-65eb861b"]]), Cn = z({
|
|
2096
2098
|
components: {
|
|
2097
|
-
PickerPopup:
|
|
2099
|
+
PickerPopup: He
|
|
2098
2100
|
},
|
|
2099
2101
|
emits: {
|
|
2100
|
-
"update:pageDate": (e) =>
|
|
2101
|
-
select: (e) =>
|
|
2102
|
+
"update:pageDate": (e) => fe(e),
|
|
2103
|
+
select: (e) => fe(e)
|
|
2102
2104
|
},
|
|
2103
2105
|
props: {
|
|
2104
2106
|
selected: {
|
|
@@ -2136,23 +2138,23 @@ const Ne = /* @__PURE__ */ Te(un, [["render", yn], ["__scopeId", "data-v-65eb861
|
|
|
2136
2138
|
const f = he(t.value), r = he(n.value);
|
|
2137
2139
|
return `${f} - ${r}`;
|
|
2138
2140
|
}), p = c(
|
|
2139
|
-
() => e.lowerLimit && (
|
|
2141
|
+
() => e.lowerLimit && (Re(e.lowerLimit) === Re(e.pageDate) || Le(e.pageDate, e.lowerLimit))
|
|
2140
2142
|
), u = c(
|
|
2141
|
-
() => e.upperLimit && (
|
|
2143
|
+
() => e.upperLimit && (Re(e.upperLimit) === Re(e.pageDate) || Pe(e.pageDate, e.upperLimit))
|
|
2142
2144
|
);
|
|
2143
2145
|
return {
|
|
2144
2146
|
years: i,
|
|
2145
2147
|
heading: a,
|
|
2146
2148
|
leftDisabled: p,
|
|
2147
2149
|
rightDisabled: u,
|
|
2148
|
-
previousPage: () => o("update:pageDate",
|
|
2149
|
-
nextPage: () => o("update:pageDate",
|
|
2150
|
+
previousPage: () => o("update:pageDate", $t(e.pageDate, 10)),
|
|
2151
|
+
nextPage: () => o("update:pageDate", wt(e.pageDate, 10))
|
|
2150
2152
|
};
|
|
2151
2153
|
}
|
|
2152
2154
|
});
|
|
2153
2155
|
function wn(e, o, t, n, l, i) {
|
|
2154
2156
|
const a = Y("picker-popup");
|
|
2155
|
-
return d(),
|
|
2157
|
+
return d(), D(a, {
|
|
2156
2158
|
columnCount: 3,
|
|
2157
2159
|
leftDisabled: e.leftDisabled,
|
|
2158
2160
|
rightDisabled: e.rightDisabled,
|
|
@@ -2163,18 +2165,18 @@ function wn(e, o, t, n, l, i) {
|
|
|
2163
2165
|
onElementClick: o[0] || (o[0] = (p) => e.$emit("select", p))
|
|
2164
2166
|
}, {
|
|
2165
2167
|
heading: q(() => [
|
|
2166
|
-
G(
|
|
2168
|
+
G(L(e.heading), 1)
|
|
2167
2169
|
]),
|
|
2168
2170
|
_: 1
|
|
2169
2171
|
}, 8, ["leftDisabled", "rightDisabled", "items", "onLeft", "onRight"]);
|
|
2170
2172
|
}
|
|
2171
|
-
const $n = /* @__PURE__ */
|
|
2173
|
+
const $n = /* @__PURE__ */ Ve(Cn, [["render", wn]]), xn = z({
|
|
2172
2174
|
components: {
|
|
2173
|
-
PickerPopup:
|
|
2175
|
+
PickerPopup: He
|
|
2174
2176
|
},
|
|
2175
2177
|
emits: {
|
|
2176
|
-
"update:pageDate": (e) =>
|
|
2177
|
-
select: (e) =>
|
|
2178
|
+
"update:pageDate": (e) => fe(e),
|
|
2179
|
+
select: (e) => fe(e),
|
|
2178
2180
|
back: () => !0
|
|
2179
2181
|
},
|
|
2180
2182
|
props: {
|
|
@@ -2209,10 +2211,10 @@ const $n = /* @__PURE__ */ Te(Cn, [["render", wn]]), xn = z({
|
|
|
2209
2211
|
},
|
|
2210
2212
|
setup(e, { emit: o }) {
|
|
2211
2213
|
const t = c(() => ro(e.pageDate)), n = c(() => uo(e.pageDate)), l = c(
|
|
2212
|
-
() => (r) =>
|
|
2214
|
+
() => (r) => Ee(r, e.format, {
|
|
2213
2215
|
locale: e.locale
|
|
2214
2216
|
})
|
|
2215
|
-
), i = (r, v, s) => !v && !s ? !0 : !(v &&
|
|
2217
|
+
), i = (r, v, s) => !v && !s ? !0 : !(v && Le(r, xt(v)) || s && Pe(r, _t(s))), a = c(
|
|
2216
2218
|
() => co({
|
|
2217
2219
|
start: t.value,
|
|
2218
2220
|
end: n.value
|
|
@@ -2221,28 +2223,28 @@ const $n = /* @__PURE__ */ Te(Cn, [["render", wn]]), xn = z({
|
|
|
2221
2223
|
value: r,
|
|
2222
2224
|
display: l.value(r),
|
|
2223
2225
|
key: l.value(r),
|
|
2224
|
-
selected: !!e.selected &&
|
|
2226
|
+
selected: !!e.selected && Qe(e.selected, r),
|
|
2225
2227
|
disabled: !i(r, e.lowerLimit, e.upperLimit)
|
|
2226
2228
|
})
|
|
2227
2229
|
)
|
|
2228
2230
|
), p = c(() => he(t.value)), u = c(
|
|
2229
|
-
() => e.lowerLimit && (
|
|
2231
|
+
() => e.lowerLimit && (ut(e.lowerLimit, e.pageDate) || Le(e.pageDate, e.lowerLimit))
|
|
2230
2232
|
), f = c(
|
|
2231
|
-
() => e.upperLimit && (
|
|
2233
|
+
() => e.upperLimit && (ut(e.upperLimit, e.pageDate) || Pe(e.pageDate, e.upperLimit))
|
|
2232
2234
|
);
|
|
2233
2235
|
return {
|
|
2234
2236
|
months: a,
|
|
2235
2237
|
heading: p,
|
|
2236
2238
|
leftDisabled: u,
|
|
2237
2239
|
rightDisabled: f,
|
|
2238
|
-
previousPage: () => o("update:pageDate",
|
|
2239
|
-
nextPage: () => o("update:pageDate",
|
|
2240
|
+
previousPage: () => o("update:pageDate", $t(e.pageDate, 1)),
|
|
2241
|
+
nextPage: () => o("update:pageDate", wt(e.pageDate, 1))
|
|
2240
2242
|
};
|
|
2241
2243
|
}
|
|
2242
2244
|
});
|
|
2243
2245
|
function _n(e, o, t, n, l, i) {
|
|
2244
2246
|
const a = Y("picker-popup");
|
|
2245
|
-
return d(),
|
|
2247
|
+
return d(), D(a, {
|
|
2246
2248
|
headingClickable: "",
|
|
2247
2249
|
columnCount: 3,
|
|
2248
2250
|
items: e.months,
|
|
@@ -2255,18 +2257,18 @@ function _n(e, o, t, n, l, i) {
|
|
|
2255
2257
|
onElementClick: o[1] || (o[1] = (p) => e.$emit("select", p))
|
|
2256
2258
|
}, {
|
|
2257
2259
|
heading: q(() => [
|
|
2258
|
-
G(
|
|
2260
|
+
G(L(e.heading), 1)
|
|
2259
2261
|
]),
|
|
2260
2262
|
_: 1
|
|
2261
2263
|
}, 8, ["items", "leftDisabled", "rightDisabled", "onLeft", "onRight"]);
|
|
2262
2264
|
}
|
|
2263
|
-
const Bn = /* @__PURE__ */
|
|
2265
|
+
const Bn = /* @__PURE__ */ Ve(xn, [["render", _n]]), Tn = z({
|
|
2264
2266
|
components: {
|
|
2265
|
-
PickerPopup:
|
|
2267
|
+
PickerPopup: He
|
|
2266
2268
|
},
|
|
2267
2269
|
emits: {
|
|
2268
|
-
"update:pageDate": (e) =>
|
|
2269
|
-
select: (e) =>
|
|
2270
|
+
"update:pageDate": (e) => fe(e),
|
|
2271
|
+
select: (e) => fe(e),
|
|
2270
2272
|
back: () => !0
|
|
2271
2273
|
},
|
|
2272
2274
|
props: {
|
|
@@ -2323,11 +2325,11 @@ const Bn = /* @__PURE__ */ Te(xn, [["render", _n]]), Tn = z({
|
|
|
2323
2325
|
},
|
|
2324
2326
|
setup(e, { emit: o }) {
|
|
2325
2327
|
const t = c(
|
|
2326
|
-
() => (h) => (m) =>
|
|
2328
|
+
() => (h) => (m) => Ee(m, h, {
|
|
2327
2329
|
locale: e.locale,
|
|
2328
2330
|
weekStartsOn: e.weekStartsOn
|
|
2329
2331
|
})
|
|
2330
|
-
), n = c(() =>
|
|
2332
|
+
), n = c(() => xt(e.pageDate)), l = c(() => _t(e.pageDate)), i = c(() => ({
|
|
2331
2333
|
start: n.value,
|
|
2332
2334
|
end: l.value
|
|
2333
2335
|
})), a = c(() => ({
|
|
@@ -2346,15 +2348,15 @@ const Bn = /* @__PURE__ */ Te(xn, [["render", _n]]), Tn = z({
|
|
|
2346
2348
|
).map(m);
|
|
2347
2349
|
}), u = (h, m, k, b) => {
|
|
2348
2350
|
var y, _;
|
|
2349
|
-
return (y = b == null ? void 0 : b.dates) != null && y.some((W) =>
|
|
2351
|
+
return (y = b == null ? void 0 : b.dates) != null && y.some((W) => Ze(h, W)) || (_ = b == null ? void 0 : b.predicate) != null && _.call(b, h) ? !1 : !m && !k ? !0 : !(m && Le(h, Co(m)) || k && Pe(h, wo(k)));
|
|
2350
2352
|
}, f = c(() => {
|
|
2351
2353
|
const h = /* @__PURE__ */ new Date(), m = t.value(e.format);
|
|
2352
2354
|
return mo(a.value).map(
|
|
2353
2355
|
(k) => ({
|
|
2354
2356
|
value: k,
|
|
2355
2357
|
display: m(k),
|
|
2356
|
-
selected: !!e.selected &&
|
|
2357
|
-
current:
|
|
2358
|
+
selected: !!e.selected && Ze(e.selected, k),
|
|
2359
|
+
current: Ze(h, k),
|
|
2358
2360
|
disabled: !e.allowOutsideInterval && !ho(k, i.value) || !u(
|
|
2359
2361
|
k,
|
|
2360
2362
|
e.lowerLimit,
|
|
@@ -2367,9 +2369,9 @@ const Bn = /* @__PURE__ */ Te(xn, [["render", _n]]), Tn = z({
|
|
|
2367
2369
|
}), r = c(
|
|
2368
2370
|
() => t.value(e.headingFormat)(e.pageDate)
|
|
2369
2371
|
), v = c(
|
|
2370
|
-
() => e.lowerLimit && (
|
|
2372
|
+
() => e.lowerLimit && (Qe(e.lowerLimit, e.pageDate) || Le(e.pageDate, e.lowerLimit))
|
|
2371
2373
|
), s = c(
|
|
2372
|
-
() => e.upperLimit && (
|
|
2374
|
+
() => e.upperLimit && (Qe(e.upperLimit, e.pageDate) || Pe(e.pageDate, e.upperLimit))
|
|
2373
2375
|
);
|
|
2374
2376
|
return {
|
|
2375
2377
|
weekDays: p,
|
|
@@ -2384,7 +2386,7 @@ const Bn = /* @__PURE__ */ Te(xn, [["render", _n]]), Tn = z({
|
|
|
2384
2386
|
});
|
|
2385
2387
|
function Vn(e, o, t, n, l, i) {
|
|
2386
2388
|
const a = Y("picker-popup");
|
|
2387
|
-
return d(),
|
|
2389
|
+
return d(), D(a, {
|
|
2388
2390
|
headingClickable: "",
|
|
2389
2391
|
leftDisabled: e.leftDisabled,
|
|
2390
2392
|
rightDisabled: e.rightDisabled,
|
|
@@ -2396,19 +2398,19 @@ function Vn(e, o, t, n, l, i) {
|
|
|
2396
2398
|
onElementClick: o[1] || (o[1] = (p) => e.$emit("select", p))
|
|
2397
2399
|
}, {
|
|
2398
2400
|
heading: q(() => [
|
|
2399
|
-
G(
|
|
2401
|
+
G(L(e.heading), 1)
|
|
2400
2402
|
]),
|
|
2401
2403
|
subheading: q(() => [
|
|
2402
|
-
(d(!0), g(
|
|
2404
|
+
(d(!0), g(X, null, re(e.weekDays, (p, u) => (d(), g("span", {
|
|
2403
2405
|
key: p,
|
|
2404
|
-
class:
|
|
2405
|
-
},
|
|
2406
|
+
class: S(`v3dp__subheading__weekday__${u}`)
|
|
2407
|
+
}, L(p), 3))), 128))
|
|
2406
2408
|
]),
|
|
2407
2409
|
_: 1
|
|
2408
2410
|
}, 8, ["leftDisabled", "rightDisabled", "items", "onLeft", "onRight"]);
|
|
2409
2411
|
}
|
|
2410
|
-
const Dn = /* @__PURE__ */
|
|
2411
|
-
function
|
|
2412
|
+
const Dn = /* @__PURE__ */ Ve(Tn, [["render", Vn]]);
|
|
2413
|
+
function bt(e, o) {
|
|
2412
2414
|
const t = e.getBoundingClientRect(), n = {
|
|
2413
2415
|
height: e.clientHeight,
|
|
2414
2416
|
width: e.clientWidth
|
|
@@ -2420,10 +2422,10 @@ function kt(e, o) {
|
|
|
2420
2422
|
}
|
|
2421
2423
|
const Sn = z({
|
|
2422
2424
|
components: {
|
|
2423
|
-
PickerPopup:
|
|
2425
|
+
PickerPopup: He
|
|
2424
2426
|
},
|
|
2425
2427
|
emits: {
|
|
2426
|
-
select: (e) =>
|
|
2428
|
+
select: (e) => fe(e),
|
|
2427
2429
|
back: () => !0
|
|
2428
2430
|
},
|
|
2429
2431
|
props: {
|
|
@@ -2445,8 +2447,8 @@ const Sn = z({
|
|
|
2445
2447
|
}
|
|
2446
2448
|
},
|
|
2447
2449
|
setup(e, { emit: o }) {
|
|
2448
|
-
const t =
|
|
2449
|
-
|
|
2450
|
+
const t = A(null), n = A(null), l = c(() => e.pageDate ?? e.selected), i = A(l.value.getHours()), a = A(l.value.getMinutes());
|
|
2451
|
+
de(
|
|
2450
2452
|
() => e.selected,
|
|
2451
2453
|
(v) => {
|
|
2452
2454
|
let s = 0, h = 0;
|
|
@@ -2457,25 +2459,25 @@ const Sn = z({
|
|
|
2457
2459
|
() => [...Array(24).keys()].map(
|
|
2458
2460
|
(v) => ({
|
|
2459
2461
|
value: v,
|
|
2460
|
-
date:
|
|
2462
|
+
date: ct(new Date(l.value.getTime()), {
|
|
2461
2463
|
hours: v,
|
|
2462
2464
|
minutes: a.value,
|
|
2463
2465
|
seconds: 0
|
|
2464
2466
|
}),
|
|
2465
2467
|
selected: i.value === v,
|
|
2466
|
-
ref:
|
|
2468
|
+
ref: A(null)
|
|
2467
2469
|
})
|
|
2468
2470
|
)
|
|
2469
2471
|
), u = c(
|
|
2470
2472
|
() => [...Array(60).keys()].map((v) => ({
|
|
2471
2473
|
value: v,
|
|
2472
|
-
date:
|
|
2474
|
+
date: ct(new Date(l.value.getTime()), {
|
|
2473
2475
|
hours: i.value,
|
|
2474
2476
|
minutes: v,
|
|
2475
2477
|
seconds: 0
|
|
2476
2478
|
}),
|
|
2477
2479
|
selected: a.value === v,
|
|
2478
|
-
ref:
|
|
2480
|
+
ref: A(null)
|
|
2479
2481
|
}))
|
|
2480
2482
|
), f = (v) => {
|
|
2481
2483
|
a.value = v.value, o("select", v.date);
|
|
@@ -2491,12 +2493,12 @@ const Sn = z({
|
|
|
2491
2493
|
return ((k = (m = h.ref.value) == null ? void 0 : m.classList) == null ? void 0 : k.contains("selected")) ?? !1;
|
|
2492
2494
|
}
|
|
2493
2495
|
);
|
|
2494
|
-
v && s && (
|
|
2496
|
+
v && s && (bt(t.value, v.ref.value), bt(n.value, s.ref.value));
|
|
2495
2497
|
};
|
|
2496
|
-
return
|
|
2498
|
+
return de(
|
|
2497
2499
|
() => e.visible,
|
|
2498
2500
|
(v) => {
|
|
2499
|
-
v &&
|
|
2501
|
+
v && Ct(r);
|
|
2500
2502
|
}
|
|
2501
2503
|
), {
|
|
2502
2504
|
hoursListRef: t,
|
|
@@ -2525,7 +2527,7 @@ const Sn = z({
|
|
|
2525
2527
|
}, Mn = ["disabled", "onClick"];
|
|
2526
2528
|
function In(e, o, t, n, l, i) {
|
|
2527
2529
|
const a = Y("picker-popup");
|
|
2528
|
-
return d(),
|
|
2530
|
+
return d(), D(a, {
|
|
2529
2531
|
headingClickable: "",
|
|
2530
2532
|
columnCount: 2,
|
|
2531
2533
|
leftDisabled: !0,
|
|
@@ -2534,38 +2536,38 @@ function In(e, o, t, n, l, i) {
|
|
|
2534
2536
|
onHeading: o[0] || (o[0] = (p) => e.$emit("back"))
|
|
2535
2537
|
}, {
|
|
2536
2538
|
heading: q(() => [
|
|
2537
|
-
G(
|
|
2539
|
+
G(L(e.padStartZero(e.hours)) + ":" + L(e.padStartZero(e.minutes)), 1)
|
|
2538
2540
|
]),
|
|
2539
2541
|
body: q(() => [
|
|
2540
2542
|
w("div", Ln, [
|
|
2541
|
-
(d(!0), g(
|
|
2543
|
+
(d(!0), g(X, null, re(e.hoursList, (p) => (d(), g("button", {
|
|
2542
2544
|
key: p.value,
|
|
2543
2545
|
ref_for: !0,
|
|
2544
2546
|
ref: p.ref,
|
|
2545
|
-
class:
|
|
2547
|
+
class: S([{ selected: p.selected }, "v3dp__element_button__hour"]),
|
|
2546
2548
|
disabled: !e.isEnabled(p.date),
|
|
2547
|
-
onClick:
|
|
2549
|
+
onClick: se((u) => e.hours = p.value, ["stop", "prevent"])
|
|
2548
2550
|
}, [
|
|
2549
|
-
w("span", null,
|
|
2551
|
+
w("span", null, L(e.padStartZero(p.value)), 1)
|
|
2550
2552
|
], 10, Pn))), 128))
|
|
2551
2553
|
], 512),
|
|
2552
2554
|
w("div", An, [
|
|
2553
|
-
(d(!0), g(
|
|
2555
|
+
(d(!0), g(X, null, re(e.minutesList, (p) => (d(), g("button", {
|
|
2554
2556
|
key: p.value,
|
|
2555
2557
|
ref_for: !0,
|
|
2556
2558
|
ref: p.ref,
|
|
2557
|
-
class:
|
|
2559
|
+
class: S([{ selected: p.selected }, "v3dp__element_button__minute"]),
|
|
2558
2560
|
disabled: !e.isEnabled(p.date),
|
|
2559
|
-
onClick:
|
|
2561
|
+
onClick: se((u) => e.selectMinutes(p), ["stop", "prevent"])
|
|
2560
2562
|
}, [
|
|
2561
|
-
w("span", null,
|
|
2563
|
+
w("span", null, L(e.padStartZero(p.value)), 1)
|
|
2562
2564
|
], 10, Mn))), 128))
|
|
2563
2565
|
], 512)
|
|
2564
2566
|
]),
|
|
2565
2567
|
_: 1
|
|
2566
2568
|
});
|
|
2567
2569
|
}
|
|
2568
|
-
const zn = /* @__PURE__ */
|
|
2570
|
+
const zn = /* @__PURE__ */ Ve(Sn, [["render", In], ["__scopeId", "data-v-81ac698d"]]), Oe = ["time", "day", "month", "year"], Rn = (e, o, t = void 0) => {
|
|
2569
2571
|
let n = t || /* @__PURE__ */ new Date();
|
|
2570
2572
|
return e && (n = $o([e, n])), o && (n = xo([o, n])), n;
|
|
2571
2573
|
}, On = z({
|
|
@@ -2628,7 +2630,7 @@ const zn = /* @__PURE__ */ Te(Sn, [["render", In], ["__scopeId", "data-v-81ac698
|
|
|
2628
2630
|
type: String,
|
|
2629
2631
|
required: !1,
|
|
2630
2632
|
default: "day",
|
|
2631
|
-
validate: (e) => typeof e == "string" &&
|
|
2633
|
+
validate: (e) => typeof e == "string" && Oe.includes(e)
|
|
2632
2634
|
},
|
|
2633
2635
|
/**
|
|
2634
2636
|
* Date which should be the "center" of the initial view.
|
|
@@ -2732,11 +2734,11 @@ const zn = /* @__PURE__ */ Te(Sn, [["render", In], ["__scopeId", "data-v-81ac698
|
|
|
2732
2734
|
type: String,
|
|
2733
2735
|
required: !1,
|
|
2734
2736
|
default: "day",
|
|
2735
|
-
validate: (e) => typeof e == "string" &&
|
|
2737
|
+
validate: (e) => typeof e == "string" && Oe.includes(e)
|
|
2736
2738
|
}
|
|
2737
2739
|
},
|
|
2738
2740
|
emits: {
|
|
2739
|
-
"update:modelValue": (e) => e == null ||
|
|
2741
|
+
"update:modelValue": (e) => e == null || fe(e),
|
|
2740
2742
|
decadePageChanged: (e) => !0,
|
|
2741
2743
|
yearPageChanged: (e) => !0,
|
|
2742
2744
|
monthPageChanged: (e) => !0,
|
|
@@ -2744,56 +2746,56 @@ const zn = /* @__PURE__ */ Te(Sn, [["render", In], ["__scopeId", "data-v-81ac698
|
|
|
2744
2746
|
closed: () => !0
|
|
2745
2747
|
},
|
|
2746
2748
|
setup(e, { emit: o, attrs: t }) {
|
|
2747
|
-
const n =
|
|
2748
|
-
|
|
2749
|
-
const
|
|
2749
|
+
const n = A("none"), l = A(e.startingViewDate), i = A(null), a = A(!1), p = A("");
|
|
2750
|
+
Ye(() => {
|
|
2751
|
+
const V = dt(p.value, e.inputFormat, /* @__PURE__ */ new Date(), {
|
|
2750
2752
|
locale: e.locale
|
|
2751
2753
|
});
|
|
2752
|
-
|
|
2753
|
-
}),
|
|
2754
|
-
() => p.value = e.modelValue &&
|
|
2754
|
+
fe(V) && (l.value = V);
|
|
2755
|
+
}), Ye(
|
|
2756
|
+
() => p.value = e.modelValue && fe(e.modelValue) ? Ee(e.modelValue, e.inputFormat, {
|
|
2755
2757
|
locale: e.locale
|
|
2756
2758
|
}) : ""
|
|
2757
2759
|
);
|
|
2758
|
-
const u = (
|
|
2759
|
-
e.disabled || (
|
|
2760
|
+
const u = (V = "none") => {
|
|
2761
|
+
e.disabled || (V !== "none" && n.value === "none" && (l.value = e.modelValue || Rn(e.lowerLimit, e.upperLimit, l.value)), n.value = V, o(V !== "none" ? "opened" : "closed"));
|
|
2760
2762
|
};
|
|
2761
|
-
|
|
2763
|
+
Ye(() => {
|
|
2762
2764
|
e.disabled && (n.value = "none");
|
|
2763
2765
|
});
|
|
2764
|
-
const f = (
|
|
2765
|
-
l.value = F,
|
|
2766
|
-
}, r = (
|
|
2767
|
-
l.value =
|
|
2768
|
-
}, v = (
|
|
2769
|
-
l.value =
|
|
2770
|
-
}, s = (
|
|
2771
|
-
l.value =
|
|
2772
|
-
}, h = (
|
|
2773
|
-
u("none"), o("update:modelValue",
|
|
2766
|
+
const f = (V, F) => {
|
|
2767
|
+
l.value = F, V === "year" ? o("decadePageChanged", F) : V === "month" ? o("yearPageChanged", F) : V === "day" && o("monthPageChanged", F);
|
|
2768
|
+
}, r = (V) => {
|
|
2769
|
+
l.value = V, e.minimumView === "year" ? (u("none"), o("update:modelValue", V)) : n.value = "month";
|
|
2770
|
+
}, v = (V) => {
|
|
2771
|
+
l.value = V, e.minimumView === "month" ? (u("none"), o("update:modelValue", V)) : n.value = "day";
|
|
2772
|
+
}, s = (V) => {
|
|
2773
|
+
l.value = V, e.minimumView === "day" ? (u("none"), o("update:modelValue", V)) : n.value = "time";
|
|
2774
|
+
}, h = (V) => {
|
|
2775
|
+
u("none"), o("update:modelValue", V);
|
|
2774
2776
|
}, m = () => {
|
|
2775
2777
|
e.clearable && (u("none"), o("update:modelValue", null), l.value = e.startingViewDate);
|
|
2776
2778
|
}, k = () => a.value = !0, b = () => u(W.value), y = () => {
|
|
2777
2779
|
a.value = !1, u();
|
|
2778
|
-
}, _ = (
|
|
2779
|
-
const F =
|
|
2780
|
+
}, _ = (V) => {
|
|
2781
|
+
const F = V.keyCode ? V.keyCode : V.which;
|
|
2780
2782
|
if ([
|
|
2781
2783
|
27,
|
|
2782
2784
|
// escape
|
|
2783
2785
|
13
|
|
2784
2786
|
// enter
|
|
2785
2787
|
].includes(F) && i.value.blur(), e.typeable) {
|
|
2786
|
-
const K =
|
|
2788
|
+
const K = dt(
|
|
2787
2789
|
i.value.value,
|
|
2788
2790
|
e.inputFormat,
|
|
2789
2791
|
/* @__PURE__ */ new Date(),
|
|
2790
2792
|
{ locale: e.locale }
|
|
2791
2793
|
);
|
|
2792
|
-
|
|
2794
|
+
fe(K) && p.value === Ee(K, e.inputFormat, { locale: e.locale }) && (p.value = i.value.value, o("update:modelValue", K));
|
|
2793
2795
|
}
|
|
2794
2796
|
}, W = c(() => {
|
|
2795
|
-
const
|
|
2796
|
-
return
|
|
2797
|
+
const V = Oe.indexOf(e.startingView), F = Oe.indexOf(e.minimumView);
|
|
2798
|
+
return V < F ? e.minimumView : e.startingView;
|
|
2797
2799
|
});
|
|
2798
2800
|
return {
|
|
2799
2801
|
blur: y,
|
|
@@ -2813,9 +2815,9 @@ const zn = /* @__PURE__ */ Te(Sn, [["render", In], ["__scopeId", "data-v-81ac698
|
|
|
2813
2815
|
goBackFromTimepicker: () => e.startingView === "time" && e.minimumView === "time" ? null : n.value = "day",
|
|
2814
2816
|
clearModelValue: m,
|
|
2815
2817
|
initialView: W,
|
|
2816
|
-
log: (
|
|
2817
|
-
variables: (
|
|
2818
|
-
Object.entries(
|
|
2818
|
+
log: (V) => console.log(V),
|
|
2819
|
+
variables: (V) => Object.fromEntries(
|
|
2820
|
+
Object.entries(V ?? {}).filter(([F, K]) => F.startsWith("--"))
|
|
2819
2821
|
)
|
|
2820
2822
|
};
|
|
2821
2823
|
}
|
|
@@ -2827,7 +2829,7 @@ function qn(e, o, t, n, l, i) {
|
|
|
2827
2829
|
style: E(e.variables(e.$attrs.style))
|
|
2828
2830
|
}, [
|
|
2829
2831
|
w("div", Wn, [
|
|
2830
|
-
|
|
2832
|
+
ue(w("input", Me({
|
|
2831
2833
|
type: "text",
|
|
2832
2834
|
ref: "inputRef",
|
|
2833
2835
|
readonly: !e.typeable,
|
|
@@ -2841,19 +2843,19 @@ function qn(e, o, t, n, l, i) {
|
|
|
2841
2843
|
onFocus: o[3] || (o[3] = (...r) => e.focus && e.focus(...r)),
|
|
2842
2844
|
onClick: o[4] || (o[4] = (...r) => e.click && e.click(...r))
|
|
2843
2845
|
}), null, 16, En), [
|
|
2844
|
-
[
|
|
2846
|
+
[Ne, e.input]
|
|
2845
2847
|
]),
|
|
2846
|
-
|
|
2848
|
+
ue(w("div", Fn, [
|
|
2847
2849
|
O(e.$slots, "clear", { onClear: e.clearModelValue }, () => [
|
|
2848
2850
|
w("i", {
|
|
2849
2851
|
onClick: o[5] || (o[5] = (r) => e.clearModelValue())
|
|
2850
2852
|
}, "x")
|
|
2851
2853
|
])
|
|
2852
2854
|
], 512), [
|
|
2853
|
-
[
|
|
2855
|
+
[Se, e.clearable && e.modelValue]
|
|
2854
2856
|
])
|
|
2855
2857
|
]),
|
|
2856
|
-
|
|
2858
|
+
ue(U(a, {
|
|
2857
2859
|
pageDate: e.pageDate,
|
|
2858
2860
|
"onUpdate:pageDate": o[6] || (o[6] = (r) => e.updatePageDate("year", r)),
|
|
2859
2861
|
selected: e.modelValue,
|
|
@@ -2861,9 +2863,9 @@ function qn(e, o, t, n, l, i) {
|
|
|
2861
2863
|
upperLimit: e.upperLimit,
|
|
2862
2864
|
onSelect: e.selectYear
|
|
2863
2865
|
}, null, 8, ["pageDate", "selected", "lowerLimit", "upperLimit", "onSelect"]), [
|
|
2864
|
-
[
|
|
2866
|
+
[Se, e.viewShown === "year"]
|
|
2865
2867
|
]),
|
|
2866
|
-
|
|
2868
|
+
ue(U(p, {
|
|
2867
2869
|
pageDate: e.pageDate,
|
|
2868
2870
|
"onUpdate:pageDate": o[7] || (o[7] = (r) => e.updatePageDate("month", r)),
|
|
2869
2871
|
selected: e.modelValue,
|
|
@@ -2874,9 +2876,9 @@ function qn(e, o, t, n, l, i) {
|
|
|
2874
2876
|
locale: e.locale,
|
|
2875
2877
|
onBack: o[8] || (o[8] = (r) => e.viewShown = "year")
|
|
2876
2878
|
}, null, 8, ["pageDate", "selected", "onSelect", "lowerLimit", "upperLimit", "format", "locale"]), [
|
|
2877
|
-
[
|
|
2879
|
+
[Se, e.viewShown === "month"]
|
|
2878
2880
|
]),
|
|
2879
|
-
|
|
2881
|
+
ue(U(u, {
|
|
2880
2882
|
pageDate: e.pageDate,
|
|
2881
2883
|
"onUpdate:pageDate": o[9] || (o[9] = (r) => e.updatePageDate("day", r)),
|
|
2882
2884
|
selected: e.modelValue,
|
|
@@ -2892,9 +2894,9 @@ function qn(e, o, t, n, l, i) {
|
|
|
2892
2894
|
onSelect: e.selectDay,
|
|
2893
2895
|
onBack: o[10] || (o[10] = (r) => e.viewShown = "month")
|
|
2894
2896
|
}, null, 8, ["pageDate", "selected", "weekStartsOn", "lowerLimit", "upperLimit", "headingFormat", "disabledDates", "locale", "weekdayFormat", "allow-outside-interval", "format", "onSelect"]), [
|
|
2895
|
-
[
|
|
2897
|
+
[Se, e.viewShown === "day"]
|
|
2896
2898
|
]),
|
|
2897
|
-
|
|
2899
|
+
ue(U(f, {
|
|
2898
2900
|
pageDate: e.pageDate,
|
|
2899
2901
|
visible: e.viewShown === "time",
|
|
2900
2902
|
selected: e.modelValue,
|
|
@@ -2902,11 +2904,11 @@ function qn(e, o, t, n, l, i) {
|
|
|
2902
2904
|
onSelect: e.selectTime,
|
|
2903
2905
|
onBack: e.goBackFromTimepicker
|
|
2904
2906
|
}, null, 8, ["pageDate", "visible", "selected", "disabledTime", "onSelect", "onBack"]), [
|
|
2905
|
-
[
|
|
2907
|
+
[Se, e.viewShown === "time"]
|
|
2906
2908
|
])
|
|
2907
2909
|
], 4);
|
|
2908
2910
|
}
|
|
2909
|
-
const Nn = /* @__PURE__ */
|
|
2911
|
+
const Nn = /* @__PURE__ */ Ve(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
2910
2912
|
key: 0,
|
|
2911
2913
|
class: "ck-input-date__optional-label"
|
|
2912
2914
|
}, jn = /* @__PURE__ */ z({
|
|
@@ -2928,7 +2930,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
2928
2930
|
},
|
|
2929
2931
|
emits: ["update:modelValue", "change"],
|
|
2930
2932
|
setup(e, { emit: o }) {
|
|
2931
|
-
const t = e, n = o, { cleekOptions: l } = ne(le()), { windowWidth: i } =
|
|
2933
|
+
const t = e, n = o, { cleekOptions: l } = ne(le()), { windowWidth: i } = be(), a = A(), p = A(Math.floor(Math.random() * 1e3)), u = A(`ck-input-date-${p.value}`), f = c({
|
|
2932
2934
|
get() {
|
|
2933
2935
|
return s(t.modelValue);
|
|
2934
2936
|
},
|
|
@@ -2937,13 +2939,13 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
2937
2939
|
}
|
|
2938
2940
|
}), r = c(() => {
|
|
2939
2941
|
const y = [];
|
|
2940
|
-
return y.push(
|
|
2942
|
+
return y.push(P.getGroupClass(t, i.value)), t.icon && y.push("has-icon-left"), t.iconRight && y.push("has-icon-right"), document.querySelector(".ck-popup__content") && y.push("ck-picker-popup"), y;
|
|
2941
2943
|
}), v = c(() => {
|
|
2942
2944
|
const y = [];
|
|
2943
2945
|
let _ = "";
|
|
2944
|
-
return l.value.darkMode && (_ = l.value.darkModeColorItems), _ && !
|
|
2946
|
+
return l.value.darkMode && (_ = l.value.darkModeColorItems), _ && !P.isColorTemplateVariable(_) && y.push({ backgroundColor: _ }), y;
|
|
2945
2947
|
});
|
|
2946
|
-
|
|
2948
|
+
de(() => t.modelValue, (y) => {
|
|
2947
2949
|
a.value && (a.value.style.display = "block", a.value.focus(), a.value.style.display = "none"), n("change", y);
|
|
2948
2950
|
});
|
|
2949
2951
|
function s(y) {
|
|
@@ -2953,14 +2955,14 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
2953
2955
|
}
|
|
2954
2956
|
function h(y) {
|
|
2955
2957
|
if (!y) return null;
|
|
2956
|
-
const _ = y.getFullYear(), W = Be(y.getMonth() + 1, 2),
|
|
2957
|
-
return `${_}-${W}-${
|
|
2958
|
+
const _ = y.getFullYear(), W = Be(y.getMonth() + 1, 2), V = Be(y.getDate(), 2);
|
|
2959
|
+
return `${_}-${W}-${V}`;
|
|
2958
2960
|
}
|
|
2959
2961
|
function m() {
|
|
2960
2962
|
const y = document.getElementById(`${u.value}`), _ = y == null ? void 0 : y.querySelector(".v3dp__popout-day");
|
|
2961
2963
|
let W = { y: 0 };
|
|
2962
|
-
const
|
|
2963
|
-
|
|
2964
|
+
const V = document.querySelector(".ck-popup__slot-body");
|
|
2965
|
+
V instanceof HTMLElement && (V.style.overflow = "hidden"), y && (W = y.getBoundingClientRect());
|
|
2964
2966
|
const F = window.innerHeight - W.y;
|
|
2965
2967
|
y && _ && (F - 300 < 0 ? _.setAttribute("style", "bottom: 0px") : _.setAttribute("style", `top: ${W.y + 60}px;`), y.setAttribute("style", "overflow: hidden;"));
|
|
2966
2968
|
}
|
|
@@ -2972,38 +2974,38 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
2972
2974
|
t.clearable && (f.value = s(t.clearValue));
|
|
2973
2975
|
}
|
|
2974
2976
|
return (y, _) => {
|
|
2975
|
-
const W = Y("ck-label"),
|
|
2976
|
-
return d(),
|
|
2977
|
+
const W = Y("ck-label"), V = Y("ck-icon"), F = Y("ck-div");
|
|
2978
|
+
return d(), D(F, { "width-breaks": e.widthBreaks }, {
|
|
2977
2979
|
default: q(() => {
|
|
2978
2980
|
var K;
|
|
2979
2981
|
return [
|
|
2980
2982
|
w("div", {
|
|
2981
2983
|
id: u.value,
|
|
2982
|
-
class:
|
|
2984
|
+
class: S(["ck-input-date", r.value])
|
|
2983
2985
|
}, [
|
|
2984
2986
|
w("input", {
|
|
2985
2987
|
ref_key: "refInput",
|
|
2986
2988
|
ref: a,
|
|
2987
2989
|
class: "ck-input-date--focus-absorber"
|
|
2988
2990
|
}, null, 512),
|
|
2989
|
-
|
|
2991
|
+
U(W, null, {
|
|
2990
2992
|
default: q(() => [
|
|
2991
|
-
G(
|
|
2993
|
+
G(L(e.label) + " ", 1),
|
|
2992
2994
|
e.optional ? (d(), g("span", Un, "opcional")) : C("", !0)
|
|
2993
2995
|
]),
|
|
2994
2996
|
_: 1
|
|
2995
2997
|
}),
|
|
2996
2998
|
w("div", {
|
|
2997
|
-
class:
|
|
2999
|
+
class: S(["ck-picker-container", ((K = xe(l)) == null ? void 0 : K.darkMode) && "picker-dark"])
|
|
2998
3000
|
}, [
|
|
2999
|
-
e.icon ? (d(),
|
|
3001
|
+
e.icon ? (d(), D(V, {
|
|
3000
3002
|
key: 0,
|
|
3001
3003
|
class: "ck-input__icon-left",
|
|
3002
3004
|
color: e.iconColor ? e.iconColor : "lightgrey",
|
|
3003
3005
|
icon: e.icon,
|
|
3004
3006
|
"icon-pack": e.iconPack
|
|
3005
3007
|
}, null, 8, ["color", "icon", "icon-pack"])) : C("", !0),
|
|
3006
|
-
|
|
3008
|
+
U(xe(Nn), {
|
|
3007
3009
|
modelValue: f.value,
|
|
3008
3010
|
"onUpdate:modelValue": _[0] || (_[0] = (oe) => f.value = oe),
|
|
3009
3011
|
"input-format": "dd-MM-yyyy",
|
|
@@ -3013,9 +3015,9 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3013
3015
|
onOpened: m,
|
|
3014
3016
|
onClosed: k
|
|
3015
3017
|
}, null, 8, ["modelValue", "style", "disabled", "locale"]),
|
|
3016
|
-
e.clearable && e.modelValue != e.clearValue || e.iconRight ? (d(),
|
|
3018
|
+
e.clearable && e.modelValue != e.clearValue || e.iconRight ? (d(), D(V, {
|
|
3017
3019
|
key: 1,
|
|
3018
|
-
class:
|
|
3020
|
+
class: S(["ck-input__icon-right", { "icon-right__clearable": e.clearable }]),
|
|
3019
3021
|
color: e.clearable ? "grey" : e.iconColor ? e.iconColor : "lightgrey",
|
|
3020
3022
|
icon: e.clearable ? "xmark" : e.iconRight,
|
|
3021
3023
|
"icon-pack": e.clearable ? "font-awesome" : e.iconPack,
|
|
@@ -3029,7 +3031,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3029
3031
|
}, 8, ["width-breaks"]);
|
|
3030
3032
|
};
|
|
3031
3033
|
}
|
|
3032
|
-
}), Gn = /* @__PURE__ */
|
|
3034
|
+
}), Gn = /* @__PURE__ */ j(jn, [["__scopeId", "data-v-a1812481"]]), Yn = /* @__PURE__ */ z({
|
|
3033
3035
|
__name: "ck-input-time",
|
|
3034
3036
|
props: {
|
|
3035
3037
|
modelValue: {},
|
|
@@ -3043,7 +3045,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3043
3045
|
setup(e, { emit: o }) {
|
|
3044
3046
|
const t = e, n = o, l = c({
|
|
3045
3047
|
get() {
|
|
3046
|
-
return typeof t.modelValue != "number" ? null :
|
|
3048
|
+
return typeof t.modelValue != "number" ? null : Fe(t.modelValue);
|
|
3047
3049
|
},
|
|
3048
3050
|
set(i) {
|
|
3049
3051
|
n("update:modelValue", +Ro(i));
|
|
@@ -3051,7 +3053,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3051
3053
|
});
|
|
3052
3054
|
return (i, a) => {
|
|
3053
3055
|
const p = Y("ck-input");
|
|
3054
|
-
return d(),
|
|
3056
|
+
return d(), D(p, {
|
|
3055
3057
|
modelValue: l.value,
|
|
3056
3058
|
"onUpdate:modelValue": a[0] || (a[0] = (u) => l.value = u),
|
|
3057
3059
|
type: "time",
|
|
@@ -3070,7 +3072,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3070
3072
|
icon: {}
|
|
3071
3073
|
},
|
|
3072
3074
|
setup(e) {
|
|
3073
|
-
const o = e, t =
|
|
3075
|
+
const o = e, t = st("addTab"), n = st("isTabContentTransparent", void 0), l = A(!1), i = c(() => !!(n != null && n.value));
|
|
3074
3076
|
function a(p) {
|
|
3075
3077
|
l.value = p;
|
|
3076
3078
|
}
|
|
@@ -3082,12 +3084,12 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3082
3084
|
});
|
|
3083
3085
|
}), (p, u) => l.value ? (d(), g("div", {
|
|
3084
3086
|
key: 0,
|
|
3085
|
-
class:
|
|
3087
|
+
class: S(["ck-tab", { "ck-tab--transparent": i.value }])
|
|
3086
3088
|
}, [
|
|
3087
3089
|
O(p.$slots, "default", {}, void 0, !0)
|
|
3088
3090
|
], 2)) : C("", !0);
|
|
3089
3091
|
}
|
|
3090
|
-
}), Zn = /* @__PURE__ */
|
|
3092
|
+
}), Zn = /* @__PURE__ */ j(Kn, [["__scopeId", "data-v-5587dc4f"]]), Jn = { class: "ck-tabs" }, Xn = ["onClick"], Qn = { class: "ck-tabs__tab-content" }, ea = "flat", ta = /* @__PURE__ */ z({
|
|
3091
3093
|
__name: "ck-tabs",
|
|
3092
3094
|
props: {
|
|
3093
3095
|
type: {},
|
|
@@ -3095,7 +3097,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3095
3097
|
},
|
|
3096
3098
|
emits: ["tabSelected"],
|
|
3097
3099
|
setup(e, { expose: o, emit: t }) {
|
|
3098
|
-
const n =
|
|
3100
|
+
const n = A(null), l = A(!1), i = A(!1), a = e, p = t, u = A([]), f = A(null), r = c(() => a.type ? a.type : ea), v = c(() => {
|
|
3099
3101
|
const b = [];
|
|
3100
3102
|
return r.value && b.push(`ck-tabs__header--button-${r.value}`), b;
|
|
3101
3103
|
});
|
|
@@ -3115,9 +3117,9 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3115
3117
|
function k() {
|
|
3116
3118
|
n.value && n.value.scrollBy({ left: 200, behavior: "smooth" });
|
|
3117
3119
|
}
|
|
3118
|
-
return
|
|
3120
|
+
return rt("addTab", (b) => {
|
|
3119
3121
|
u.value.push(b);
|
|
3120
|
-
}),
|
|
3122
|
+
}), rt("isTabContentTransparent", c(() => !!a.isContentTransparent)), $e(() => {
|
|
3121
3123
|
var y;
|
|
3122
3124
|
h(), (y = n.value) == null || y.addEventListener("scroll", h);
|
|
3123
3125
|
const b = u.value.find((_) => _.active) || u.value[0];
|
|
@@ -3128,46 +3130,46 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3128
3130
|
const _ = Y("ck-icon"), W = Y("ck-circle");
|
|
3129
3131
|
return d(), g("div", Jn, [
|
|
3130
3132
|
w("div", {
|
|
3131
|
-
class:
|
|
3133
|
+
class: S(["ck-tabs__header", { "has-left-arrow": l.value, "has-right-arrow": i.value }])
|
|
3132
3134
|
}, [
|
|
3133
|
-
l.value ? (d(),
|
|
3135
|
+
l.value ? (d(), D(W, {
|
|
3134
3136
|
key: 0,
|
|
3135
3137
|
class: "header--scroll-btn",
|
|
3136
3138
|
color: "primary",
|
|
3137
3139
|
size: "xs",
|
|
3138
|
-
onClick: y[0] || (y[0] = (
|
|
3140
|
+
onClick: y[0] || (y[0] = (V) => m())
|
|
3139
3141
|
}, {
|
|
3140
3142
|
default: q(() => [
|
|
3141
|
-
|
|
3143
|
+
U(_, { icon: "chevron-left" })
|
|
3142
3144
|
]),
|
|
3143
3145
|
_: 1
|
|
3144
3146
|
})) : C("", !0),
|
|
3145
3147
|
w("div", {
|
|
3146
3148
|
ref_key: "tabsContainer",
|
|
3147
3149
|
ref: n,
|
|
3148
|
-
class:
|
|
3150
|
+
class: S(["ck-tabs__header-content", { "header-content--flat": r.value === "flat" }])
|
|
3149
3151
|
}, [
|
|
3150
|
-
(d(!0), g(
|
|
3152
|
+
(d(!0), g(X, null, re(u.value, (V, F) => (d(), g("div", {
|
|
3151
3153
|
key: F,
|
|
3152
|
-
class:
|
|
3154
|
+
class: S([v.value, { "is-selected": f.value === F }]),
|
|
3153
3155
|
onClick: (K) => s(F)
|
|
3154
3156
|
}, [
|
|
3155
|
-
|
|
3157
|
+
V.icon ? (d(), D(_, {
|
|
3156
3158
|
key: 0,
|
|
3157
|
-
icon:
|
|
3159
|
+
icon: V.icon
|
|
3158
3160
|
}, null, 8, ["icon"])) : C("", !0),
|
|
3159
|
-
G(" " +
|
|
3161
|
+
G(" " + L(V.title), 1)
|
|
3160
3162
|
], 10, Xn))), 128))
|
|
3161
3163
|
], 2),
|
|
3162
|
-
i.value ? (d(),
|
|
3164
|
+
i.value ? (d(), D(W, {
|
|
3163
3165
|
key: 1,
|
|
3164
3166
|
class: "header--scroll-btn",
|
|
3165
3167
|
color: "primary",
|
|
3166
3168
|
size: "xs",
|
|
3167
|
-
onClick: y[1] || (y[1] = (
|
|
3169
|
+
onClick: y[1] || (y[1] = (V) => k())
|
|
3168
3170
|
}, {
|
|
3169
3171
|
default: q(() => [
|
|
3170
|
-
|
|
3172
|
+
U(_, { icon: "chevron-right" })
|
|
3171
3173
|
]),
|
|
3172
3174
|
_: 1
|
|
3173
3175
|
})) : C("", !0)
|
|
@@ -3178,7 +3180,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3178
3180
|
]);
|
|
3179
3181
|
};
|
|
3180
3182
|
}
|
|
3181
|
-
}), oa = /* @__PURE__ */
|
|
3183
|
+
}), oa = /* @__PURE__ */ j(ta, [["__scopeId", "data-v-435b8294"]]), la = "rounded", na = /* @__PURE__ */ z({
|
|
3182
3184
|
__name: "ck-toggle",
|
|
3183
3185
|
props: {
|
|
3184
3186
|
modelValue: { type: Boolean },
|
|
@@ -3205,16 +3207,16 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3205
3207
|
return (p, u) => {
|
|
3206
3208
|
const f = Y("ck-icon");
|
|
3207
3209
|
return d(), g("div", {
|
|
3208
|
-
class:
|
|
3210
|
+
class: S(["ck-toggle", [l.value, { "is-active": a.value }]]),
|
|
3209
3211
|
onClick: u[0] || (u[0] = (r) => a.value = !a.value)
|
|
3210
3212
|
}, [
|
|
3211
|
-
e.icon ? (d(),
|
|
3213
|
+
e.icon ? (d(), D(f, {
|
|
3212
3214
|
key: 0,
|
|
3213
3215
|
icon: e.icon,
|
|
3214
3216
|
"icon-pack": e.iconPack
|
|
3215
3217
|
}, null, 8, ["icon", "icon-pack"])) : C("", !0),
|
|
3216
3218
|
O(p.$slots, "default", {}, void 0, !0),
|
|
3217
|
-
e.iconRight ? (d(),
|
|
3219
|
+
e.iconRight ? (d(), D(f, {
|
|
3218
3220
|
key: 1,
|
|
3219
3221
|
icon: e.iconRight,
|
|
3220
3222
|
"icon-pack": e.iconPack
|
|
@@ -3222,7 +3224,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3222
3224
|
], 2);
|
|
3223
3225
|
};
|
|
3224
3226
|
}
|
|
3225
|
-
}), aa = /* @__PURE__ */
|
|
3227
|
+
}), aa = /* @__PURE__ */ j(na, [["__scopeId", "data-v-e17893c4"]]), ia = { class: "ck-toggle-group" }, sa = /* @__PURE__ */ z({
|
|
3226
3228
|
__name: "ck-toggle-group",
|
|
3227
3229
|
props: /* @__PURE__ */ te({
|
|
3228
3230
|
options: {},
|
|
@@ -3238,7 +3240,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3238
3240
|
}),
|
|
3239
3241
|
emits: /* @__PURE__ */ te(["change"], ["update:modelValue"]),
|
|
3240
3242
|
setup(e, { emit: o }) {
|
|
3241
|
-
const t =
|
|
3243
|
+
const t = me(e, "modelValue"), n = e, l = o;
|
|
3242
3244
|
function i(r) {
|
|
3243
3245
|
return r.name;
|
|
3244
3246
|
}
|
|
@@ -3264,12 +3266,12 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3264
3266
|
return (r, v) => {
|
|
3265
3267
|
const s = Y("ck-label"), h = Y("ck-toggle");
|
|
3266
3268
|
return d(), g("div", ia, [
|
|
3267
|
-
e.label ? (d(),
|
|
3269
|
+
e.label ? (d(), D(s, {
|
|
3268
3270
|
key: 0,
|
|
3269
3271
|
align: e.labelAlign
|
|
3270
3272
|
}, {
|
|
3271
3273
|
default: q(() => [
|
|
3272
|
-
G(
|
|
3274
|
+
G(L(e.label), 1)
|
|
3273
3275
|
]),
|
|
3274
3276
|
_: 1
|
|
3275
3277
|
}, 8, ["align"])) : C("", !0),
|
|
@@ -3277,7 +3279,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3277
3279
|
class: "ck-toggle-group__options",
|
|
3278
3280
|
style: E({ gap: e.gap })
|
|
3279
3281
|
}, [
|
|
3280
|
-
(d(!0), g(
|
|
3282
|
+
(d(!0), g(X, null, re(e.options, (m) => (d(), D(h, {
|
|
3281
3283
|
key: a(m),
|
|
3282
3284
|
"model-value": u(m),
|
|
3283
3285
|
icon: p(m),
|
|
@@ -3287,7 +3289,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3287
3289
|
onClick: (k) => f(m)
|
|
3288
3290
|
}, {
|
|
3289
3291
|
default: q(() => [
|
|
3290
|
-
G(
|
|
3292
|
+
G(L(i(m)), 1)
|
|
3291
3293
|
]),
|
|
3292
3294
|
_: 2
|
|
3293
3295
|
}, 1032, ["model-value", "icon", "icon-pack", "layout", "onClick"]))), 128))
|
|
@@ -3295,7 +3297,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3295
3297
|
]);
|
|
3296
3298
|
};
|
|
3297
3299
|
}
|
|
3298
|
-
}), ra = /* @__PURE__ */
|
|
3300
|
+
}), ra = /* @__PURE__ */ j(sa, [["__scopeId", "data-v-9c9770f7"]]), ua = {
|
|
3299
3301
|
key: 0,
|
|
3300
3302
|
class: "extra-actions__container"
|
|
3301
3303
|
}, ca = ["onClick"], da = { class: "extra-action__name" }, pa = /* @__PURE__ */ z({
|
|
@@ -3326,7 +3328,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3326
3328
|
},
|
|
3327
3329
|
emits: ["click", "action"],
|
|
3328
3330
|
setup(e, { emit: o }) {
|
|
3329
|
-
const t = e, n = o, l =
|
|
3331
|
+
const t = e, n = o, l = A(!1), i = "main", a = c(() => {
|
|
3330
3332
|
var v;
|
|
3331
3333
|
return !!((v = t.dropdownButtonActions) != null && v.length);
|
|
3332
3334
|
}), p = c(() => {
|
|
@@ -3351,7 +3353,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3351
3353
|
class: "dropdown-btn__outer",
|
|
3352
3354
|
onMouseleave: s[2] || (s[2] = (h) => l.value = !1)
|
|
3353
3355
|
}, [
|
|
3354
|
-
|
|
3356
|
+
U(_e, Me(p.value, {
|
|
3355
3357
|
onClick: s[0] || (s[0] = (h) => f(h))
|
|
3356
3358
|
}), {
|
|
3357
3359
|
default: q(() => [
|
|
@@ -3364,9 +3366,9 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3364
3366
|
class: "dropdown-btn__chevron-area",
|
|
3365
3367
|
onClick: s[1] || (s[1] = (h) => l.value = !l.value)
|
|
3366
3368
|
}, [
|
|
3367
|
-
|
|
3369
|
+
U(_e, Jt(Xt(u.value)), {
|
|
3368
3370
|
default: q(() => [
|
|
3369
|
-
|
|
3371
|
+
U(Q, {
|
|
3370
3372
|
icon: "angle-down",
|
|
3371
3373
|
size: "xs"
|
|
3372
3374
|
})
|
|
@@ -3374,17 +3376,17 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3374
3376
|
_: 1
|
|
3375
3377
|
}, 16)
|
|
3376
3378
|
])) : C("", !0),
|
|
3377
|
-
|
|
3379
|
+
U(Qt, { name: "fade" }, {
|
|
3378
3380
|
default: q(() => [
|
|
3379
3381
|
l.value ? (d(), g("div", ua, [
|
|
3380
|
-
(d(!0), g(
|
|
3382
|
+
(d(!0), g(X, null, re(e.dropdownButtonActions, (h) => (d(), g("div", {
|
|
3381
3383
|
key: h.id,
|
|
3382
3384
|
class: "extra-action__item",
|
|
3383
3385
|
style: E({ color: u.value.textColor }),
|
|
3384
3386
|
onClick: (m) => r(h.id)
|
|
3385
3387
|
}, [
|
|
3386
|
-
w("span", da,
|
|
3387
|
-
|
|
3388
|
+
w("span", da, L(h.name), 1),
|
|
3389
|
+
U(Q, {
|
|
3388
3390
|
icon: "angle-left",
|
|
3389
3391
|
size: "xs"
|
|
3390
3392
|
})
|
|
@@ -3395,7 +3397,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3395
3397
|
})
|
|
3396
3398
|
], 32));
|
|
3397
3399
|
}
|
|
3398
|
-
}), va = /* @__PURE__ */
|
|
3400
|
+
}), va = /* @__PURE__ */ j(pa, [["__scopeId", "data-v-04843c9d"]]), fa = {
|
|
3399
3401
|
key: 0,
|
|
3400
3402
|
class: "ck-card__header-title"
|
|
3401
3403
|
}, ma = { class: "ck-card__body" }, ha = {
|
|
@@ -3428,26 +3430,26 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3428
3430
|
const r = Y("ck-icon");
|
|
3429
3431
|
return a.value ? (d(), g("div", {
|
|
3430
3432
|
key: 0,
|
|
3431
|
-
class:
|
|
3433
|
+
class: S(["ck-card", p.value])
|
|
3432
3434
|
}, [
|
|
3433
3435
|
e.title || u.$slots.header || i.value ? (d(), g("div", {
|
|
3434
3436
|
key: 0,
|
|
3435
|
-
class:
|
|
3437
|
+
class: S(["ck-card__header", { "is-close-button-visible": i.value }])
|
|
3436
3438
|
}, [
|
|
3437
|
-
e.title || u.$slots.header ? (d(), g("div", fa,
|
|
3439
|
+
e.title || u.$slots.header ? (d(), g("div", fa, L(e.title), 1)) : C("", !0),
|
|
3438
3440
|
O(u.$slots, "header", {}, void 0, !0),
|
|
3439
3441
|
i.value ? (d(), g("div", {
|
|
3440
3442
|
key: 1,
|
|
3441
3443
|
class: "ck-card__close-btn",
|
|
3442
3444
|
onClick: f[0] || (f[0] = (v) => a.value = !1)
|
|
3443
3445
|
}, [
|
|
3444
|
-
|
|
3446
|
+
U(r, { icon: "times" })
|
|
3445
3447
|
])) : C("", !0)
|
|
3446
3448
|
], 2)) : C("", !0),
|
|
3447
3449
|
w("div", ma, [
|
|
3448
|
-
e.subtitle ? (d(), g("div", ha,
|
|
3450
|
+
e.subtitle ? (d(), g("div", ha, L(e.subtitle), 1)) : C("", !0),
|
|
3449
3451
|
w("div", {
|
|
3450
|
-
class:
|
|
3452
|
+
class: S(["ck-card__content", { "content-block": e.block }])
|
|
3451
3453
|
}, [
|
|
3452
3454
|
O(u.$slots, "default", {}, void 0, !0)
|
|
3453
3455
|
], 2)
|
|
@@ -3455,7 +3457,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3455
3457
|
], 2)) : C("", !0);
|
|
3456
3458
|
};
|
|
3457
3459
|
}
|
|
3458
|
-
}), ka = /* @__PURE__ */
|
|
3460
|
+
}), ka = /* @__PURE__ */ j(ga, [["__scopeId", "data-v-780265b9"]]), ba = ["color"], yt = "white", ya = "primary", Ca = "s", wa = "outlined", $a = "rounded", xa = /* @__PURE__ */ z({
|
|
3459
3461
|
__name: "ck-chip",
|
|
3460
3462
|
props: {
|
|
3461
3463
|
size: {},
|
|
@@ -3473,28 +3475,28 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3473
3475
|
},
|
|
3474
3476
|
emits: ["click"],
|
|
3475
3477
|
setup(e, { emit: o }) {
|
|
3476
|
-
const t = e, { windowWidth: n } =
|
|
3478
|
+
const t = e, { windowWidth: n } = be(), { cleekOptions: l } = ne(le()), i = o, a = c(() => t.layout ? t.layout : l.value ? l.value.chip.layout : $a), p = c(() => t.type ? t.type : l.value ? l.value.chip.type : wa), u = c(() => t.color || ya), f = c(() => {
|
|
3477
3479
|
const s = [];
|
|
3478
|
-
return p.value === "outlined" ? s.push("type--outlined") : p.value === "shadow" ? s.push("type--shadow") :
|
|
3480
|
+
return p.value === "outlined" ? s.push("type--outlined") : p.value === "shadow" ? s.push("type--shadow") : P.isColorTemplateVariable(u.value) && s.push(`ck-component__bg-color--${u.value}`), a.value && s.push(`layout--${a.value}`), s.push(P.getGroupClass(t, n.value)), s.push(`size-${t.size || Ca}`), t.align && s.push(`align--${t.align}`), t.nowrap && s.push(`ck-chip--${t.nowrap}`), t.clickable && s.push("clickable"), s;
|
|
3479
3481
|
});
|
|
3480
3482
|
function r(s) {
|
|
3481
|
-
return
|
|
3483
|
+
return P.isColorTemplateVariable(s) ? P.getColorHexFromTemplateVariable(s, l.value.colors) : s;
|
|
3482
3484
|
}
|
|
3483
3485
|
const v = c(() => {
|
|
3484
3486
|
const s = [], h = r(u.value);
|
|
3485
3487
|
if (s.push({ "--chip-bg": h }), p.value === "outlined") {
|
|
3486
3488
|
const m = r(t.textColor || u.value);
|
|
3487
3489
|
s.push({ borderColor: h }), s.push({ color: m });
|
|
3488
|
-
} else p.value === "shadow" ? (
|
|
3490
|
+
} else p.value === "shadow" ? (P.isColorTemplateVariable(u.value) || s.push({ backgroundColor: u.value }), s.push({ color: t.textColor || yt })) : (P.isColorTemplateVariable(u.value) || s.push({ backgroundColor: u.value }), s.push({ color: t.textColor || yt }));
|
|
3489
3491
|
return s;
|
|
3490
3492
|
});
|
|
3491
3493
|
return (s, h) => (d(), g("div", {
|
|
3492
|
-
class:
|
|
3494
|
+
class: S(["ck-chip", f.value]),
|
|
3493
3495
|
color: e.color,
|
|
3494
3496
|
style: E(v.value),
|
|
3495
3497
|
onClick: h[0] || (h[0] = (m) => i("click", m))
|
|
3496
3498
|
}, [
|
|
3497
|
-
e.icon ? (d(),
|
|
3499
|
+
e.icon ? (d(), D(Q, {
|
|
3498
3500
|
key: 0,
|
|
3499
3501
|
class: "pr-2",
|
|
3500
3502
|
icon: e.icon,
|
|
@@ -3503,7 +3505,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3503
3505
|
w("span", null, [
|
|
3504
3506
|
O(s.$slots, "default", {}, void 0, !0)
|
|
3505
3507
|
]),
|
|
3506
|
-
e.iconRight ? (d(),
|
|
3508
|
+
e.iconRight ? (d(), D(Q, {
|
|
3507
3509
|
key: 1,
|
|
3508
3510
|
class: "pl-2",
|
|
3509
3511
|
icon: e.iconRight,
|
|
@@ -3511,7 +3513,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3511
3513
|
}, null, 8, ["icon", "icon-pack"])) : C("", !0)
|
|
3512
3514
|
], 14, ba));
|
|
3513
3515
|
}
|
|
3514
|
-
}), _a = /* @__PURE__ */
|
|
3516
|
+
}), _a = /* @__PURE__ */ j(xa, [["__scopeId", "data-v-2ad8cd7f"]]), Ba = "primary", Ta = "m", Va = "white", Da = /* @__PURE__ */ z({
|
|
3515
3517
|
__name: "ck-circle",
|
|
3516
3518
|
props: {
|
|
3517
3519
|
size: {},
|
|
@@ -3529,16 +3531,16 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3529
3531
|
return t.size !== "s" && t.size !== "l" && t.size !== "xs" && (p = Ta), a.push(`ck-circle__size-${p}`), a.push(`ck-component__bg-color--${t.color || Ba}`), a;
|
|
3530
3532
|
}), i = c(() => {
|
|
3531
3533
|
const a = [];
|
|
3532
|
-
return t.sizeInPx && (a.push({ height: t.sizeInPx }), a.push({ width: t.sizeInPx })), (t.color ||
|
|
3534
|
+
return t.sizeInPx && (a.push({ height: t.sizeInPx }), a.push({ width: t.sizeInPx })), (t.color || P.isColorTemplateVariable(t.color)) && (a.push({ backgroundColor: t.color }), a.push({ color: t.textColor || Va })), a;
|
|
3533
3535
|
});
|
|
3534
3536
|
return (a, p) => {
|
|
3535
3537
|
const u = Y("ck-icon");
|
|
3536
3538
|
return d(), g("div", {
|
|
3537
|
-
class:
|
|
3539
|
+
class: S(["ck-circle", l.value]),
|
|
3538
3540
|
style: E(i.value),
|
|
3539
3541
|
onClick: p[0] || (p[0] = (f) => n("click", f))
|
|
3540
3542
|
}, [
|
|
3541
|
-
e.icon ? (d(),
|
|
3543
|
+
e.icon ? (d(), D(u, {
|
|
3542
3544
|
key: 0,
|
|
3543
3545
|
icon: e.icon,
|
|
3544
3546
|
"icon-pack": e.iconPack
|
|
@@ -3547,7 +3549,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3547
3549
|
], 6);
|
|
3548
3550
|
};
|
|
3549
3551
|
}
|
|
3550
|
-
}), Sa = /* @__PURE__ */
|
|
3552
|
+
}), Sa = /* @__PURE__ */ j(Da, [["__scopeId", "data-v-309b5dd5"]]), La = /* @__PURE__ */ z({
|
|
3551
3553
|
__name: "ck-div",
|
|
3552
3554
|
props: {
|
|
3553
3555
|
widthBreaks: {},
|
|
@@ -3556,10 +3558,10 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3556
3558
|
},
|
|
3557
3559
|
emits: ["click"],
|
|
3558
3560
|
setup(e, { emit: o }) {
|
|
3559
|
-
const t = e, n = o, { cleekOptions: l } = ne(le()), { windowWidth: i } =
|
|
3561
|
+
const t = e, n = o, { cleekOptions: l } = ne(le()), { windowWidth: i } = be(), a = c(() => {
|
|
3560
3562
|
const p = [];
|
|
3561
3563
|
if (t.widthBreaks) {
|
|
3562
|
-
const f =
|
|
3564
|
+
const f = P.getWidthByWidthBreaks(t.widthBreaks, i.value);
|
|
3563
3565
|
f && p.push({ width: f });
|
|
3564
3566
|
}
|
|
3565
3567
|
const u = t.gap || l.value.div.gap;
|
|
@@ -3595,14 +3597,14 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3595
3597
|
},
|
|
3596
3598
|
emits: ["click"],
|
|
3597
3599
|
setup(e, { emit: o }) {
|
|
3598
|
-
const t = e, n = o, { cleekOptions: l } = ne(le()), i =
|
|
3600
|
+
const t = e, n = o, { cleekOptions: l } = ne(le()), i = A(!1), a = A(!1), p = c(() => t.src.substring(0, 4) === "http"), u = c(() => a.value ? p.value ? t.src : h(t.src) : ""), f = c(() => {
|
|
3599
3601
|
const m = [];
|
|
3600
|
-
return t.size && m.push(`ck-img__size--${t.size}`), t.rounded && m.push("is-rounded"), t.hasBorder && (m.push("ck-img__has-border"),
|
|
3602
|
+
return t.size && m.push(`ck-img__size--${t.size}`), t.rounded && m.push("is-rounded"), t.hasBorder && (m.push("ck-img__has-border"), P.isColorTemplateVariable(s.value) && m.push(`ck-component__border-color--${s.value}`)), t.zoom && m.push("zoom-able"), m;
|
|
3601
3603
|
}), r = c(() => {
|
|
3602
3604
|
const m = [];
|
|
3603
3605
|
t.sizeAbsolute && (m.push({ width: t.sizeAbsolute }), m.push({ height: t.sizeAbsolute }));
|
|
3604
3606
|
let k = t.radius;
|
|
3605
|
-
return typeof t.radius > "u" && l.value.styles.layout === "squared" && (k = "0px"), k && m.push({ "border-radius": k }), t.hasBorder && (
|
|
3607
|
+
return typeof t.radius > "u" && l.value.styles.layout === "squared" && (k = "0px"), k && m.push({ "border-radius": k }), t.hasBorder && (P.isColorTemplateVariable(s.value) || m.push({ "border-color": s.value })), m;
|
|
3606
3608
|
}), v = c(() => {
|
|
3607
3609
|
const m = [];
|
|
3608
3610
|
return t.radius && m.push({ "border-radius": t.radius }), t.width && m.push({ width: t.width }), t.height && m.push({ height: t.height }), m;
|
|
@@ -3614,7 +3616,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3614
3616
|
return $e(() => {
|
|
3615
3617
|
a.value = !0;
|
|
3616
3618
|
}), (m, k) => (d(), g("div", {
|
|
3617
|
-
class:
|
|
3619
|
+
class: S(["ck-img", f.value]),
|
|
3618
3620
|
style: E(r.value),
|
|
3619
3621
|
onClick: k[1] || (k[1] = (b) => n("click", b))
|
|
3620
3622
|
}, [
|
|
@@ -3626,7 +3628,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3626
3628
|
}, null, 44, Aa)
|
|
3627
3629
|
], 6));
|
|
3628
3630
|
}
|
|
3629
|
-
}), Ia = /* @__PURE__ */
|
|
3631
|
+
}), Ia = /* @__PURE__ */ j(Ma, [["__scopeId", "data-v-485e840f"]]), za = ["onKeyup"], Ra = ["name", "value", "disabled"], Oa = {
|
|
3630
3632
|
key: 0,
|
|
3631
3633
|
class: "c-Radio__label"
|
|
3632
3634
|
}, Wa = /* @__PURE__ */ z({
|
|
@@ -3667,19 +3669,19 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3667
3669
|
function u(f, r) {
|
|
3668
3670
|
l.value = f.value, n("change", l.value);
|
|
3669
3671
|
}
|
|
3670
|
-
return (f, r) => (d(!0), g(
|
|
3672
|
+
return (f, r) => (d(!0), g(X, null, re(a.value, (v, s) => (d(), g("label", Me({
|
|
3671
3673
|
key: `radio-${s}`,
|
|
3672
3674
|
class: "ck-radio"
|
|
3673
3675
|
}, { ref_for: !0 }, i.value, {
|
|
3674
3676
|
class: p.value,
|
|
3675
|
-
onKeydown: r[1] || (r[1] =
|
|
3677
|
+
onKeydown: r[1] || (r[1] = ke(se(() => {
|
|
3676
3678
|
}, ["prevent"]), ["space"])),
|
|
3677
3679
|
onKeyup: [
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
+
ke((h) => u(v), ["enter"]),
|
|
3681
|
+
ke((h) => u(v), ["space"])
|
|
3680
3682
|
]
|
|
3681
3683
|
}), [
|
|
3682
|
-
|
|
3684
|
+
ue(w("input", {
|
|
3683
3685
|
"onUpdate:modelValue": r[0] || (r[0] = (h) => l.value = h),
|
|
3684
3686
|
class: "c-Radio__input",
|
|
3685
3687
|
"aria-hidden": "true",
|
|
@@ -3691,10 +3693,10 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3691
3693
|
[eo, l.value]
|
|
3692
3694
|
]),
|
|
3693
3695
|
r[2] || (r[2] = w("div", { class: "c-Radio__element" }, null, -1)),
|
|
3694
|
-
v.label ? (d(), g("span", Oa,
|
|
3696
|
+
v.label ? (d(), g("span", Oa, L(v.label), 1)) : C("", !0)
|
|
3695
3697
|
], 16, za))), 128));
|
|
3696
3698
|
}
|
|
3697
|
-
}), Ea = /* @__PURE__ */
|
|
3699
|
+
}), Ea = /* @__PURE__ */ j(Wa, [["__scopeId", "data-v-2884e5c3"]]);
|
|
3698
3700
|
function Fa(e, o) {
|
|
3699
3701
|
const t = (n) => {
|
|
3700
3702
|
var i;
|
|
@@ -3705,7 +3707,7 @@ function Fa(e, o) {
|
|
|
3705
3707
|
}
|
|
3706
3708
|
window[n]("scroll", o);
|
|
3707
3709
|
};
|
|
3708
|
-
$e(() => t("addEventListener")),
|
|
3710
|
+
$e(() => t("addEventListener")), lt(() => t("removeEventListener"));
|
|
3709
3711
|
}
|
|
3710
3712
|
const qa = {
|
|
3711
3713
|
key: 0,
|
|
@@ -3754,240 +3756,240 @@ const qa = {
|
|
|
3754
3756
|
}),
|
|
3755
3757
|
emits: /* @__PURE__ */ te(["change", "click"], ["update:modelValue"]),
|
|
3756
3758
|
setup(e, { expose: o, emit: t }) {
|
|
3757
|
-
const n =
|
|
3759
|
+
const n = me(e, "modelValue"), l = e, i = t;
|
|
3758
3760
|
o({
|
|
3759
|
-
focus:
|
|
3760
|
-
blur:
|
|
3761
|
+
focus: J,
|
|
3762
|
+
blur: N
|
|
3761
3763
|
});
|
|
3762
|
-
const { cleekOptions: a } = ne(le()), { windowWidth: p } =
|
|
3764
|
+
const { cleekOptions: a } = ne(le()), { windowWidth: p } = be(), u = A(), f = A(), r = A(), v = A(), s = A(""), h = A(!1), m = A(!1), k = A(-1), b = c(() => l.options.find((x) => B(x) === n.value)), y = c(() => l.options.length), _ = c(() => !y.value), W = c(() => y.value <= l.optionsLimit), V = c(() => {
|
|
3763
3765
|
if (m.value) return l.options;
|
|
3764
|
-
const
|
|
3766
|
+
const x = vt(s.value).split(" ");
|
|
3765
3767
|
return l.options.filter((I) => {
|
|
3766
|
-
const ee =
|
|
3767
|
-
return
|
|
3768
|
+
const ee = vt(Z(I));
|
|
3769
|
+
return x.every((H) => ee.includes(H));
|
|
3768
3770
|
});
|
|
3769
|
-
}), F = c(() =>
|
|
3771
|
+
}), F = c(() => V.value.length), K = c(() => {
|
|
3770
3772
|
if (h.value && b.value)
|
|
3771
3773
|
return Z(b.value);
|
|
3772
3774
|
}), oe = c(() => l.disabled || _.value), ae = c(() => {
|
|
3773
|
-
var
|
|
3775
|
+
var x;
|
|
3774
3776
|
if (typeof l.clearValue < "u") return l.clearValue;
|
|
3775
|
-
if ((
|
|
3776
|
-
}),
|
|
3777
|
+
if ((x = a.value.select) != null && x.clearValue) return a.value.select.clearValue;
|
|
3778
|
+
}), pe = c(() => {
|
|
3777
3779
|
if (ae.value) return ae.value;
|
|
3778
|
-
const
|
|
3779
|
-
switch (typeof
|
|
3780
|
+
const x = n.value;
|
|
3781
|
+
switch (typeof x) {
|
|
3780
3782
|
case "number":
|
|
3781
3783
|
return 0;
|
|
3782
3784
|
case "string":
|
|
3783
3785
|
return "";
|
|
3784
3786
|
case "object":
|
|
3785
|
-
return
|
|
3787
|
+
return x ? Array.isArray(x) ? [] : {} : null;
|
|
3786
3788
|
default:
|
|
3787
3789
|
return null;
|
|
3788
3790
|
}
|
|
3789
|
-
}),
|
|
3790
|
-
const
|
|
3791
|
-
return ae.value ?
|
|
3792
|
-
}),
|
|
3793
|
-
() => (_.value ||
|
|
3794
|
-
),
|
|
3795
|
-
const
|
|
3796
|
-
return l.icon &&
|
|
3791
|
+
}), ye = c(() => {
|
|
3792
|
+
const x = n.value;
|
|
3793
|
+
return ae.value ? x === ae.value : typeof x == "number" ? x === 0 : typeof x == "string" ? x === "" : typeof x == "object" && x ? Array.isArray(x) ? x.length === 0 : Object.keys(x).length === 0 : x === null;
|
|
3794
|
+
}), R = c(() => l.isLoading ? "Cargando..." : _.value ? l.emptyOptionsMsg : l.placeholder), $ = c(
|
|
3795
|
+
() => (_.value || ye.value) && !s.value && R.value || l.isLoading
|
|
3796
|
+
), M = c(() => oe.value || l.notClearable ? !1 : !ye.value), ie = c(() => {
|
|
3797
|
+
const x = [];
|
|
3798
|
+
return l.icon && x.push("has-icon-left"), l.iconRight && x.push("has-icon-right"), x;
|
|
3797
3799
|
}), ce = c(() => {
|
|
3798
|
-
const
|
|
3800
|
+
const x = [];
|
|
3799
3801
|
let I = !1;
|
|
3800
3802
|
if (l.widthBreaks) {
|
|
3801
|
-
const ee =
|
|
3802
|
-
ee && (
|
|
3803
|
+
const ee = P.getWidthByWidthBreaks(l.widthBreaks, p.value);
|
|
3804
|
+
ee && (x.push({ width: ee }), I = !0);
|
|
3803
3805
|
}
|
|
3804
|
-
return !I && l.minWidth &&
|
|
3806
|
+
return !I && l.minWidth && x.push({ "min-width": l.minWidth }), l.width && x.push({ width: l.width }), x;
|
|
3805
3807
|
}), Ce = c(() => {
|
|
3806
|
-
const
|
|
3807
|
-
|
|
3808
|
+
const x = [];
|
|
3809
|
+
x.push(P.getGroupClass(l, p.value));
|
|
3808
3810
|
const I = l.layout || a.value.styles.layout;
|
|
3809
|
-
I &&
|
|
3811
|
+
I && x.push(I), M.value && x.push("clearable");
|
|
3810
3812
|
const ee = l.borderColor || a.value.styles.borderColor;
|
|
3811
|
-
return ee &&
|
|
3812
|
-
}),
|
|
3813
|
-
const
|
|
3814
|
-
I && !
|
|
3813
|
+
return ee && P.isColorTemplateVariable(ee) && x.push(`ck-component__border-color--${ee}`), x;
|
|
3814
|
+
}), ve = c(() => {
|
|
3815
|
+
const x = [], I = l.borderColor || a.value.styles.borderColor;
|
|
3816
|
+
I && !P.isColorTemplateVariable(I) && x.push({ "border-color": I });
|
|
3815
3817
|
let ee = "";
|
|
3816
|
-
a.value.select.backgroundColor && (ee = a.value.select.backgroundColor), a.value.darkMode && (ee = a.value.darkModeColorItems), ee && !
|
|
3817
|
-
let
|
|
3818
|
-
return a.value.darkMode && (
|
|
3819
|
-
}),
|
|
3820
|
-
const
|
|
3818
|
+
a.value.select.backgroundColor && (ee = a.value.select.backgroundColor), a.value.darkMode && (ee = a.value.darkModeColorItems), ee && !P.isColorTemplateVariable(ee) && x.push({ backgroundColor: ee });
|
|
3819
|
+
let H = a.value.popup.textColor;
|
|
3820
|
+
return a.value.darkMode && (H = a.value.darkModeColorText), H && (P.isColorTemplateVariable(H) ? x.push(`ck-component__color--${H}`) : x.push({ color: H })), x;
|
|
3821
|
+
}), T = c(() => {
|
|
3822
|
+
const x = [];
|
|
3821
3823
|
let I = a.value.popup.textColor;
|
|
3822
|
-
return a.value.darkMode && (I = a.value.darkModeColorText), I && (
|
|
3824
|
+
return a.value.darkMode && (I = a.value.darkModeColorText), I && (P.isColorTemplateVariable(I) ? x.push(`ck-component__color--${I}`) : x.push({ color: I })), x;
|
|
3823
3825
|
});
|
|
3824
|
-
|
|
3825
|
-
k.value !== -1 && (k.value + 1 <=
|
|
3826
|
-
}),
|
|
3827
|
-
|
|
3828
|
-
const I = document.documentElement.clientHeight, ee = document.documentElement.clientWidth,
|
|
3829
|
-
|
|
3830
|
-
const
|
|
3831
|
-
|
|
3826
|
+
de(() => b.value, () => Ge()), de(() => F.value, (x) => {
|
|
3827
|
+
k.value !== -1 && (k.value + 1 <= x || (k.value = x - 1));
|
|
3828
|
+
}), de(() => r.value, (x) => {
|
|
3829
|
+
x && (v.value = { display: "none" }, setTimeout(() => {
|
|
3830
|
+
const I = document.documentElement.clientHeight, ee = document.documentElement.clientWidth, H = f.value.getBoundingClientRect(), ge = {}, ze = H.top < I / 2;
|
|
3831
|
+
ze ? ge.top = `${H.bottom}px` : ge.bottom = `${I - H.top}px`, ge.left = `${H.left}px`, ge.right = `${ee - H.right}px`;
|
|
3832
|
+
const it = 100;
|
|
3833
|
+
ge["max-height"] = ze ? `${I - H.top - it}px` : `${H.bottom - it}px`, ge.display = "block", v.value = ge;
|
|
3832
3834
|
}, 150));
|
|
3833
3835
|
});
|
|
3834
|
-
function
|
|
3835
|
-
return l.reduceValueFunction ? l.reduceValueFunction(
|
|
3836
|
+
function B(x) {
|
|
3837
|
+
return l.reduceValueFunction ? l.reduceValueFunction(x) : l.notReduceValue || l.notReduce ? x : l.reduceValueMethod ? x[l.reduceValueMethod]() : x[l.reduceValueProp];
|
|
3836
3838
|
}
|
|
3837
|
-
function Z(
|
|
3838
|
-
return l.reduceNameFunction ? l.reduceNameFunction(
|
|
3839
|
+
function Z(x) {
|
|
3840
|
+
return l.reduceNameFunction ? l.reduceNameFunction(x) : l.notReduceName || l.notReduce ? x : l.reduceNameMethod ? x[l.reduceNameMethod]() : x[l.reduceNameProp];
|
|
3839
3841
|
}
|
|
3840
|
-
function
|
|
3841
|
-
var
|
|
3842
|
-
(
|
|
3842
|
+
function J() {
|
|
3843
|
+
var x, I;
|
|
3844
|
+
(x = u.value) == null || x.focus(), (I = f.value) == null || I.focus();
|
|
3843
3845
|
}
|
|
3844
|
-
function
|
|
3845
|
-
var
|
|
3846
|
-
(
|
|
3846
|
+
function N() {
|
|
3847
|
+
var x, I;
|
|
3848
|
+
(x = u.value) == null || x.blur(), (I = f.value) == null || I.blur();
|
|
3847
3849
|
}
|
|
3848
|
-
function
|
|
3850
|
+
function De() {
|
|
3849
3851
|
s.value = "", m.value = !0, Wt(), h.value = !0;
|
|
3850
3852
|
}
|
|
3851
|
-
function
|
|
3852
|
-
|
|
3853
|
+
function Ue() {
|
|
3854
|
+
Ge(), h.value = !1;
|
|
3853
3855
|
}
|
|
3854
3856
|
function zt() {
|
|
3855
3857
|
m.value = !1;
|
|
3856
3858
|
}
|
|
3857
|
-
function Rt(
|
|
3859
|
+
function Rt(x) {
|
|
3858
3860
|
const I = F.value;
|
|
3859
|
-
if (
|
|
3861
|
+
if (x === "ArrowDown")
|
|
3860
3862
|
k.value = k.value + 1 >= I ? 0 : k.value + 1;
|
|
3861
|
-
else if (
|
|
3863
|
+
else if (x === "ArrowUp")
|
|
3862
3864
|
k.value = k.value <= 0 ? I - 1 : k.value - 1;
|
|
3863
|
-
else if (
|
|
3865
|
+
else if (x === "Enter") {
|
|
3864
3866
|
const ee = k.value >= 0 ? k.value : 0;
|
|
3865
|
-
|
|
3867
|
+
je(B(V.value[ee])), N();
|
|
3866
3868
|
}
|
|
3867
3869
|
}
|
|
3868
|
-
function
|
|
3869
|
-
n.value =
|
|
3870
|
+
function je(x) {
|
|
3871
|
+
n.value = x, i("change", x);
|
|
3870
3872
|
}
|
|
3871
|
-
function
|
|
3872
|
-
const
|
|
3873
|
-
s.value =
|
|
3873
|
+
function Ge() {
|
|
3874
|
+
const x = b.value;
|
|
3875
|
+
s.value = x ? Z(x) : "";
|
|
3874
3876
|
}
|
|
3875
3877
|
function Ot() {
|
|
3876
|
-
s.value = "",
|
|
3878
|
+
s.value = "", je(pe.value);
|
|
3877
3879
|
}
|
|
3878
3880
|
function Wt() {
|
|
3879
3881
|
if (b.value) {
|
|
3880
|
-
const
|
|
3881
|
-
k.value =
|
|
3882
|
+
const x = V.value;
|
|
3883
|
+
k.value = x.findIndex((I) => B(I) === B(b.value));
|
|
3882
3884
|
} else
|
|
3883
3885
|
k.value = -1;
|
|
3884
3886
|
}
|
|
3885
3887
|
return Fa(f, () => {
|
|
3886
|
-
var
|
|
3887
|
-
return (
|
|
3888
|
-
}),
|
|
3888
|
+
var x;
|
|
3889
|
+
return (x = f.value) == null ? void 0 : x.blur();
|
|
3890
|
+
}), Ge(), (x, I) => {
|
|
3889
3891
|
const ee = Y("ck-button");
|
|
3890
3892
|
return d(), g("div", {
|
|
3891
|
-
class:
|
|
3893
|
+
class: S(["ck-select", ie.value]),
|
|
3892
3894
|
style: E(ce.value)
|
|
3893
3895
|
}, [
|
|
3894
|
-
e.label ? (d(),
|
|
3896
|
+
e.label ? (d(), D(Ie, {
|
|
3895
3897
|
key: 0,
|
|
3896
3898
|
align: e.labelAlign,
|
|
3897
3899
|
for: "ck-select"
|
|
3898
3900
|
}, {
|
|
3899
3901
|
default: q(() => [
|
|
3900
|
-
G(
|
|
3902
|
+
G(L(e.label) + " ", 1),
|
|
3901
3903
|
e.optional ? (d(), g("span", qa, "opcional")) : C("", !0)
|
|
3902
3904
|
]),
|
|
3903
3905
|
_: 1
|
|
3904
3906
|
}, 8, ["align"])) : C("", !0),
|
|
3905
|
-
W.value ?
|
|
3907
|
+
W.value ? ue((d(), g("select", {
|
|
3906
3908
|
key: 1,
|
|
3907
3909
|
id: "ck-select",
|
|
3908
3910
|
ref_key: "selectRef",
|
|
3909
3911
|
ref: u,
|
|
3910
|
-
"onUpdate:modelValue": I[0] || (I[0] = (
|
|
3912
|
+
"onUpdate:modelValue": I[0] || (I[0] = (H) => n.value = H),
|
|
3911
3913
|
tabindex: "0",
|
|
3912
|
-
class:
|
|
3913
|
-
style: E(
|
|
3914
|
+
class: S(Ce.value),
|
|
3915
|
+
style: E(ve.value),
|
|
3914
3916
|
disabled: oe.value,
|
|
3915
|
-
onChange: I[1] || (I[1] = (
|
|
3916
|
-
onClick: I[2] || (I[2] = (
|
|
3917
|
+
onChange: I[1] || (I[1] = (H) => i("change", n.value)),
|
|
3918
|
+
onClick: I[2] || (I[2] = (H) => i("click", H))
|
|
3917
3919
|
}, [
|
|
3918
|
-
(d(!0), g(
|
|
3919
|
-
key:
|
|
3920
|
-
value:
|
|
3921
|
-
style: E(
|
|
3922
|
-
},
|
|
3920
|
+
(d(!0), g(X, null, re(e.options, (H) => (d(), g("option", {
|
|
3921
|
+
key: H,
|
|
3922
|
+
value: B(H),
|
|
3923
|
+
style: E(T.value)
|
|
3924
|
+
}, L(Z(H)), 13, Ha))), 128))
|
|
3923
3925
|
], 46, Na)), [
|
|
3924
3926
|
[to, n.value]
|
|
3925
|
-
]) :
|
|
3927
|
+
]) : ue((d(), g("input", {
|
|
3926
3928
|
key: 2,
|
|
3927
3929
|
id: "ck-select",
|
|
3928
3930
|
ref_key: "inputRef",
|
|
3929
3931
|
ref: f,
|
|
3930
|
-
"onUpdate:modelValue": I[3] || (I[3] = (
|
|
3932
|
+
"onUpdate:modelValue": I[3] || (I[3] = (H) => s.value = H),
|
|
3931
3933
|
tabindex: "0",
|
|
3932
|
-
class:
|
|
3933
|
-
style: E(
|
|
3934
|
+
class: S(Ce.value),
|
|
3935
|
+
style: E(ve.value),
|
|
3934
3936
|
placeholder: K.value,
|
|
3935
3937
|
disabled: oe.value,
|
|
3936
3938
|
autocomplete: "off",
|
|
3937
|
-
onClick: I[4] || (I[4] = (
|
|
3938
|
-
onFocus: I[5] || (I[5] = (
|
|
3939
|
-
onBlur: I[6] || (I[6] = (
|
|
3940
|
-
onInput: I[7] || (I[7] = (
|
|
3941
|
-
onKeydown: I[8] || (I[8] = (
|
|
3939
|
+
onClick: I[4] || (I[4] = (H) => i("click", H)),
|
|
3940
|
+
onFocus: I[5] || (I[5] = (H) => De()),
|
|
3941
|
+
onBlur: I[6] || (I[6] = (H) => Ue()),
|
|
3942
|
+
onInput: I[7] || (I[7] = (H) => zt()),
|
|
3943
|
+
onKeydown: I[8] || (I[8] = (H) => Rt(H.key))
|
|
3942
3944
|
}, null, 46, Ua)), [
|
|
3943
|
-
[
|
|
3945
|
+
[Ne, s.value]
|
|
3944
3946
|
]),
|
|
3945
|
-
(d(),
|
|
3946
|
-
h.value &&
|
|
3947
|
+
(d(), D(Ae, { to: "body" }, [
|
|
3948
|
+
h.value && V.value.length ? (d(), g("ul", {
|
|
3947
3949
|
key: 0,
|
|
3948
3950
|
ref_key: "dropdownRef",
|
|
3949
3951
|
ref: r,
|
|
3950
3952
|
class: "ck-input-dropdown",
|
|
3951
3953
|
style: E(v.value)
|
|
3952
3954
|
}, [
|
|
3953
|
-
(d(!0), g(
|
|
3954
|
-
key:
|
|
3955
|
-
class:
|
|
3956
|
-
"dropdown--option__selected":
|
|
3957
|
-
"dropdown--option__index-selected":
|
|
3955
|
+
(d(!0), g(X, null, re(V.value, (H, ge) => (d(), g("li", {
|
|
3956
|
+
key: B(H),
|
|
3957
|
+
class: S(["dropdown--option", {
|
|
3958
|
+
"dropdown--option__selected": B(H) === n.value,
|
|
3959
|
+
"dropdown--option__index-selected": ge === k.value
|
|
3958
3960
|
}]),
|
|
3959
|
-
onMousedown: (
|
|
3960
|
-
onMouseenter: (
|
|
3961
|
-
},
|
|
3961
|
+
onMousedown: (ze) => je(B(H)),
|
|
3962
|
+
onMouseenter: (ze) => k.value = ge
|
|
3963
|
+
}, L(Z(H)), 43, ja))), 128))
|
|
3962
3964
|
], 4)) : C("", !0)
|
|
3963
3965
|
])),
|
|
3964
|
-
|
|
3966
|
+
$.value ? (d(), g("span", {
|
|
3965
3967
|
key: 3,
|
|
3966
3968
|
class: "ck-select--placeholder",
|
|
3967
|
-
textContent:
|
|
3969
|
+
textContent: L(R.value)
|
|
3968
3970
|
}, null, 8, Ga)) : C("", !0),
|
|
3969
|
-
e.icon ? (d(),
|
|
3971
|
+
e.icon ? (d(), D(Q, {
|
|
3970
3972
|
key: 4,
|
|
3971
3973
|
class: "ck-select--icon-left",
|
|
3972
3974
|
icon: e.icon,
|
|
3973
3975
|
"icon-pack": e.iconPack,
|
|
3974
3976
|
color: e.iconColor
|
|
3975
3977
|
}, null, 8, ["icon", "icon-pack", "color"])) : C("", !0),
|
|
3976
|
-
e.iconRight ? (d(),
|
|
3978
|
+
e.iconRight ? (d(), D(Q, {
|
|
3977
3979
|
key: 5,
|
|
3978
3980
|
class: "ck-select--icon-right",
|
|
3979
3981
|
icon: e.iconRight,
|
|
3980
3982
|
"icon-pack": e.iconPack,
|
|
3981
3983
|
color: e.iconColor
|
|
3982
3984
|
}, null, 8, ["icon", "icon-pack", "color"])) : C("", !0),
|
|
3983
|
-
|
|
3985
|
+
M.value ? (d(), D(ee, {
|
|
3984
3986
|
key: 6,
|
|
3985
3987
|
class: "ck-select--btn",
|
|
3986
3988
|
size: "s",
|
|
3987
3989
|
icon: "times",
|
|
3988
3990
|
type: "flat",
|
|
3989
|
-
onClick: I[9] || (I[9] = (
|
|
3990
|
-
})) : oe.value ? C("", !0) : (d(),
|
|
3991
|
+
onClick: I[9] || (I[9] = (H) => Ot())
|
|
3992
|
+
})) : oe.value ? C("", !0) : (d(), D(ee, {
|
|
3991
3993
|
key: 7,
|
|
3992
3994
|
tabindex: "-1",
|
|
3993
3995
|
class: "ck-select--btn",
|
|
@@ -3999,7 +4001,7 @@ const qa = {
|
|
|
3999
4001
|
], 6);
|
|
4000
4002
|
};
|
|
4001
4003
|
}
|
|
4002
|
-
}), Ka = /* @__PURE__ */
|
|
4004
|
+
}), Ka = /* @__PURE__ */ j(Ya, [["__scopeId", "data-v-945ede7c"]]), Za = {
|
|
4003
4005
|
key: 0,
|
|
4004
4006
|
class: "sidebar-header-title"
|
|
4005
4007
|
}, Ja = {
|
|
@@ -4029,7 +4031,7 @@ const qa = {
|
|
|
4029
4031
|
}),
|
|
4030
4032
|
emits: ["update:modelValue"],
|
|
4031
4033
|
setup(e) {
|
|
4032
|
-
const o =
|
|
4034
|
+
const o = me(e, "modelValue"), t = e, n = c(() => ({
|
|
4033
4035
|
"right-side": t.rightSide
|
|
4034
4036
|
})), l = c(() => {
|
|
4035
4037
|
const u = [];
|
|
@@ -4037,38 +4039,38 @@ const qa = {
|
|
|
4037
4039
|
}), i = c(() => {
|
|
4038
4040
|
const u = [];
|
|
4039
4041
|
let f = t.closeBtnAlign;
|
|
4040
|
-
return t.notCloseBtn && (f = "hidden"), f && u.push(`close-btn--${f}`), t.headerAlign && u.push(`align-title--${t.headerAlign}`), t.headerColor &&
|
|
4042
|
+
return t.notCloseBtn && (f = "hidden"), f && u.push(`close-btn--${f}`), t.headerAlign && u.push(`align-title--${t.headerAlign}`), t.headerColor && P.isColorTemplateVariable(t.headerColor) && u.push(`ck-component__bg-color--${t.headerColor}`), t.headerColor && u.push(`align-title--${t.headerColor}`), u;
|
|
4041
4043
|
}), a = c(() => {
|
|
4042
4044
|
const u = [];
|
|
4043
|
-
return t.headerColor && !
|
|
4045
|
+
return t.headerColor && !P.isColorTemplateVariable(t.headerColor) && u.push({ "background-color": t.headerColor }), u;
|
|
4044
4046
|
}), p = c(() => t.closeBtnIcon ? t.closeBtnIcon : "times");
|
|
4045
|
-
return
|
|
4047
|
+
return de(() => o.value, (u) => Mt(!u)), (u, f) => {
|
|
4046
4048
|
const r = Y("ck-icon");
|
|
4047
4049
|
return o.value ? (d(), g("div", {
|
|
4048
4050
|
key: 0,
|
|
4049
4051
|
class: "ck-sidebar-background",
|
|
4050
|
-
onClick: f[1] || (f[1] =
|
|
4052
|
+
onClick: f[1] || (f[1] = se((v) => o.value = !1, ["self"]))
|
|
4051
4053
|
}, [
|
|
4052
4054
|
w("div", {
|
|
4053
|
-
class:
|
|
4055
|
+
class: S(["ck-sidebar", n.value]),
|
|
4054
4056
|
style: E(l.value)
|
|
4055
4057
|
}, [
|
|
4056
4058
|
O(u.$slots, "header", {}, void 0, !0),
|
|
4057
4059
|
e.title ? (d(), g("div", {
|
|
4058
4060
|
key: 0,
|
|
4059
|
-
class:
|
|
4061
|
+
class: S(["sidebar-header", i.value]),
|
|
4060
4062
|
style: E(a.value),
|
|
4061
4063
|
onClick: f[0] || (f[0] = (v) => o.value = !1)
|
|
4062
4064
|
}, [
|
|
4063
|
-
e.title ? (d(), g("div", Za,
|
|
4064
|
-
e.notCloseBtn ? (d(),
|
|
4065
|
+
e.title ? (d(), g("div", Za, L(e.title), 1)) : C("", !0),
|
|
4066
|
+
e.notCloseBtn ? (d(), D(r, {
|
|
4065
4067
|
key: 1,
|
|
4066
4068
|
class: "close-btn",
|
|
4067
4069
|
icon: p.value
|
|
4068
4070
|
}, null, 8, ["icon"])) : C("", !0)
|
|
4069
4071
|
], 6)) : C("", !0),
|
|
4070
4072
|
e.isLoading ? (d(), g("div", Ja, [
|
|
4071
|
-
|
|
4073
|
+
U(r, {
|
|
4072
4074
|
icon: "spinner",
|
|
4073
4075
|
size: "xxl",
|
|
4074
4076
|
spin: "",
|
|
@@ -4084,7 +4086,7 @@ const qa = {
|
|
|
4084
4086
|
])) : C("", !0);
|
|
4085
4087
|
};
|
|
4086
4088
|
}
|
|
4087
|
-
}), ti = /* @__PURE__ */
|
|
4089
|
+
}), ti = /* @__PURE__ */ j(ei, [["__scopeId", "data-v-f042f7fb"]]), oi = { key: 1 }, li = ["disabled"], ni = { class: "ck-switch__slider-container" }, ai = { key: 1 }, Xe = "s", ii = "m", si = /* @__PURE__ */ z({
|
|
4088
4090
|
__name: "ck-switch",
|
|
4089
4091
|
props: /* @__PURE__ */ te({
|
|
4090
4092
|
preventAutoUpdate: { type: Boolean },
|
|
@@ -4107,23 +4109,23 @@ const qa = {
|
|
|
4107
4109
|
}),
|
|
4108
4110
|
emits: /* @__PURE__ */ te(["click"], ["update:modelValue"]),
|
|
4109
4111
|
setup(e, { emit: o }) {
|
|
4110
|
-
const t =
|
|
4112
|
+
const t = me(e, "modelValue"), n = e, l = o, { cleekOptions: i } = ne(le()), a = c(() => {
|
|
4111
4113
|
const s = [];
|
|
4112
4114
|
n.squared && s.push("is-squared"), n.outlined && s.push("is-outlined"), n.color && s.push(`--${n.color}`);
|
|
4113
|
-
const h = n.size ||
|
|
4115
|
+
const h = n.size || Xe;
|
|
4114
4116
|
return s.push(`ck-switch--size-${h}`), s;
|
|
4115
4117
|
}), p = c(() => ({
|
|
4116
4118
|
"aria-disabled": n.disabled,
|
|
4117
4119
|
tabindex: n.disabled ? void 0 : "0"
|
|
4118
4120
|
})), u = c(() => {
|
|
4119
4121
|
const s = [];
|
|
4120
|
-
return n.size && n.size !==
|
|
4122
|
+
return n.size && n.size !== Xe && s.push(`ck-switch__icon-size--${n.size}`), s;
|
|
4121
4123
|
}), f = c(() => {
|
|
4122
4124
|
const s = [];
|
|
4123
|
-
return i.value.darkMode && s.push({ color: i.value.darkModeColorText }), n.size && n.size !==
|
|
4125
|
+
return i.value.darkMode && s.push({ color: i.value.darkModeColorText }), n.size && n.size !== Xe && s.push(`ck-switch__icon-size--${n.size}`), n.colorText && !P.isColorTemplateVariable(n.colorText) && s.push({ color: n.colorText }), s;
|
|
4124
4126
|
}), r = c(() => {
|
|
4125
4127
|
const s = [];
|
|
4126
|
-
return n.textSize && n.textSize !== ii && s.push(`ck-switch__text-size--${n.textSize}`), n.colorText &&
|
|
4128
|
+
return n.textSize && n.textSize !== ii && s.push(`ck-switch__text-size--${n.textSize}`), n.colorText && P.isColorTemplateVariable(n.colorText) && s.push(`ck-component__color--${n.colorText}`), s;
|
|
4127
4129
|
});
|
|
4128
4130
|
function v(s) {
|
|
4129
4131
|
if (!n.disabled) {
|
|
@@ -4134,31 +4136,31 @@ const qa = {
|
|
|
4134
4136
|
s instanceof KeyboardEvent && s.key === "Enter" && (t.value = !t.value), l("click");
|
|
4135
4137
|
}
|
|
4136
4138
|
}
|
|
4137
|
-
return (s, h) => (d(), g("label",
|
|
4139
|
+
return (s, h) => (d(), g("label", Me(p.value, {
|
|
4138
4140
|
class: ["ck-switch", a.value],
|
|
4139
4141
|
onClick: h[1] || (h[1] = (m) => v(m)),
|
|
4140
4142
|
onKeydown: [
|
|
4141
|
-
h[2] || (h[2] =
|
|
4143
|
+
h[2] || (h[2] = ke(se((m) => {
|
|
4142
4144
|
t.value = !t.value, l("click");
|
|
4143
4145
|
}, ["prevent"]), ["space"])),
|
|
4144
|
-
h[3] || (h[3] =
|
|
4146
|
+
h[3] || (h[3] = ke(se((m) => {
|
|
4145
4147
|
t.value = !t.value, l("click");
|
|
4146
4148
|
}, ["prevent"]), ["enter"]))
|
|
4147
4149
|
]
|
|
4148
4150
|
}), [
|
|
4149
4151
|
(s.$slots.default || e.label || e.labelIcon || e.labelIconRight) && e.switchSide === "right" ? (d(), g("span", {
|
|
4150
4152
|
key: 0,
|
|
4151
|
-
class:
|
|
4153
|
+
class: S(["ck-switch__content", r.value]),
|
|
4152
4154
|
style: E(f.value)
|
|
4153
4155
|
}, [
|
|
4154
|
-
e.labelIcon ? (d(),
|
|
4156
|
+
e.labelIcon ? (d(), D(Q, {
|
|
4155
4157
|
key: 0,
|
|
4156
4158
|
icon: e.labelIcon,
|
|
4157
4159
|
"icon-pack": e.iconPack,
|
|
4158
4160
|
class: "ck-switch__label-icon"
|
|
4159
4161
|
}, null, 8, ["icon", "icon-pack"])) : C("", !0),
|
|
4160
|
-
e.label ? (d(), g("span", oi,
|
|
4161
|
-
e.labelIconRight ? (d(),
|
|
4162
|
+
e.label ? (d(), g("span", oi, L(e.label), 1)) : C("", !0),
|
|
4163
|
+
e.labelIconRight ? (d(), D(Q, {
|
|
4162
4164
|
key: 2,
|
|
4163
4165
|
icon: e.labelIconRight,
|
|
4164
4166
|
"icon-pack": e.iconPack,
|
|
@@ -4166,7 +4168,7 @@ const qa = {
|
|
|
4166
4168
|
}, null, 8, ["icon", "icon-pack"])) : C("", !0),
|
|
4167
4169
|
O(s.$slots, "default", {}, void 0, !0)
|
|
4168
4170
|
], 6)) : C("", !0),
|
|
4169
|
-
|
|
4171
|
+
ue(w("input", {
|
|
4170
4172
|
"onUpdate:modelValue": h[0] || (h[0] = (m) => t.value = m),
|
|
4171
4173
|
class: "ck-switch__input",
|
|
4172
4174
|
type: "checkbox",
|
|
@@ -4177,32 +4179,32 @@ const qa = {
|
|
|
4177
4179
|
]),
|
|
4178
4180
|
w("div", ni, [
|
|
4179
4181
|
h[4] || (h[4] = w("div", { class: "ck-switch__slider" }, null, -1)),
|
|
4180
|
-
e.icon && t.value ? (d(),
|
|
4182
|
+
e.icon && t.value ? (d(), D(Q, {
|
|
4181
4183
|
key: 0,
|
|
4182
|
-
class:
|
|
4184
|
+
class: S(["ck-switch__icon-left", u.value]),
|
|
4183
4185
|
icon: e.icon,
|
|
4184
4186
|
"icon-pack": e.iconPack
|
|
4185
4187
|
}, null, 8, ["icon", "icon-pack", "class"])) : C("", !0),
|
|
4186
|
-
e.icon && !t.value ? (d(),
|
|
4188
|
+
e.icon && !t.value ? (d(), D(Q, {
|
|
4187
4189
|
key: 1,
|
|
4188
|
-
class:
|
|
4190
|
+
class: S(["ck-switch__icon-right", u.value]),
|
|
4189
4191
|
icon: e.icon,
|
|
4190
4192
|
"icon-pack": e.iconPack
|
|
4191
4193
|
}, null, 8, ["icon", "icon-pack", "class"])) : C("", !0)
|
|
4192
4194
|
]),
|
|
4193
4195
|
(s.$slots.default || e.label || e.labelIcon || e.labelIconRight) && e.switchSide !== "right" ? (d(), g("span", {
|
|
4194
4196
|
key: 1,
|
|
4195
|
-
class:
|
|
4197
|
+
class: S(["ck-switch__content", r.value]),
|
|
4196
4198
|
style: E(f.value)
|
|
4197
4199
|
}, [
|
|
4198
|
-
e.labelIcon ? (d(),
|
|
4200
|
+
e.labelIcon ? (d(), D(Q, {
|
|
4199
4201
|
key: 0,
|
|
4200
4202
|
icon: e.labelIcon,
|
|
4201
4203
|
"icon-pack": e.iconPack,
|
|
4202
4204
|
class: "ck-switch__label-icon"
|
|
4203
4205
|
}, null, 8, ["icon", "icon-pack"])) : C("", !0),
|
|
4204
|
-
e.label ? (d(), g("span", ai,
|
|
4205
|
-
e.labelIconRight ? (d(),
|
|
4206
|
+
e.label ? (d(), g("span", ai, L(e.label), 1)) : C("", !0),
|
|
4207
|
+
e.labelIconRight ? (d(), D(Q, {
|
|
4206
4208
|
key: 2,
|
|
4207
4209
|
icon: e.labelIconRight,
|
|
4208
4210
|
"icon-pack": e.iconPack,
|
|
@@ -4212,7 +4214,7 @@ const qa = {
|
|
|
4212
4214
|
], 6)) : C("", !0)
|
|
4213
4215
|
], 16));
|
|
4214
4216
|
}
|
|
4215
|
-
}), ri = /* @__PURE__ */
|
|
4217
|
+
}), ri = /* @__PURE__ */ j(si, [["__scopeId", "data-v-825f3e32"]]), ui = { class: "ck-switch-options" }, ci = ["onClick", "onKeyup"], di = /* @__PURE__ */ z({
|
|
4216
4218
|
__name: "ck-switch-options",
|
|
4217
4219
|
props: /* @__PURE__ */ te({
|
|
4218
4220
|
options: {},
|
|
@@ -4237,9 +4239,9 @@ const qa = {
|
|
|
4237
4239
|
}),
|
|
4238
4240
|
emits: /* @__PURE__ */ te(["change"], ["update:modelValue"]),
|
|
4239
4241
|
setup(e, { emit: o }) {
|
|
4240
|
-
const t =
|
|
4242
|
+
const t = me(e, "modelValue"), n = e, l = o, { windowWidth: i } = be(), a = c(() => {
|
|
4241
4243
|
const v = [];
|
|
4242
|
-
return v.push(
|
|
4244
|
+
return v.push(P.getGroupClass(n, i.value)), v;
|
|
4243
4245
|
}), p = c(() => {
|
|
4244
4246
|
const v = [];
|
|
4245
4247
|
return n.sameWidthOptions && v.push({ width: `${100 / (n.options || []).length}%` }), v;
|
|
@@ -4257,38 +4259,38 @@ const qa = {
|
|
|
4257
4259
|
return (v, s) => {
|
|
4258
4260
|
const h = Y("ck-icon");
|
|
4259
4261
|
return d(), g("div", ui, [
|
|
4260
|
-
e.label ? (d(),
|
|
4262
|
+
e.label ? (d(), D(Ie, {
|
|
4261
4263
|
key: 0,
|
|
4262
4264
|
align: e.labelAlign
|
|
4263
4265
|
}, {
|
|
4264
4266
|
default: q(() => [
|
|
4265
|
-
G(
|
|
4267
|
+
G(L(e.label), 1)
|
|
4266
4268
|
]),
|
|
4267
4269
|
_: 1
|
|
4268
4270
|
}, 8, ["align"])) : C("", !0),
|
|
4269
4271
|
w("div", {
|
|
4270
|
-
class:
|
|
4272
|
+
class: S(["switch-options--options", a.value])
|
|
4271
4273
|
}, [
|
|
4272
|
-
(d(!0), g(
|
|
4274
|
+
(d(!0), g(X, null, re(e.options, (m, k) => (d(), g("div", {
|
|
4273
4275
|
key: k,
|
|
4274
4276
|
tabindex: "0",
|
|
4275
|
-
class:
|
|
4277
|
+
class: S(["options--option", { selected: u(m) === t.value }]),
|
|
4276
4278
|
style: E(p.value),
|
|
4277
4279
|
onClick: (b) => r(m),
|
|
4278
|
-
onKeyup:
|
|
4280
|
+
onKeyup: ke((b) => r(m), ["enter"])
|
|
4279
4281
|
}, [
|
|
4280
|
-
m.icon ? (d(),
|
|
4282
|
+
m.icon ? (d(), D(h, {
|
|
4281
4283
|
key: 0,
|
|
4282
4284
|
class: "option--icon",
|
|
4283
4285
|
icon: m.icon
|
|
4284
4286
|
}, null, 8, ["icon"])) : C("", !0),
|
|
4285
|
-
G(" " +
|
|
4287
|
+
G(" " + L(f(m)), 1)
|
|
4286
4288
|
], 46, ci))), 128))
|
|
4287
4289
|
], 2)
|
|
4288
4290
|
]);
|
|
4289
4291
|
};
|
|
4290
4292
|
}
|
|
4291
|
-
}), pi = /* @__PURE__ */
|
|
4293
|
+
}), pi = /* @__PURE__ */ j(di, [["__scopeId", "data-v-c323f4fa"]]), vi = { class: "ck-textarea" }, fi = {
|
|
4292
4294
|
key: 0,
|
|
4293
4295
|
class: "ck-textarea__optional-label"
|
|
4294
4296
|
}, mi = ["placeholder", "disabled"], hi = 300, gi = /* @__PURE__ */ z({
|
|
@@ -4317,22 +4319,22 @@ const qa = {
|
|
|
4317
4319
|
},
|
|
4318
4320
|
emits: ["update:modelValue", "input", "change", "click", "changeDelayed"],
|
|
4319
4321
|
setup(e, { emit: o }) {
|
|
4320
|
-
const t = e, n = o, { cleekOptions: l } = ne(le()), i =
|
|
4322
|
+
const t = e, n = o, { cleekOptions: l } = ne(le()), i = A(), { windowWidth: a } = be(), p = c({
|
|
4321
4323
|
get() {
|
|
4322
4324
|
return t.modelValue;
|
|
4323
4325
|
},
|
|
4324
4326
|
set(m) {
|
|
4325
|
-
t.capitalize && (m =
|
|
4327
|
+
t.capitalize && (m = Tt(m)), n("update:modelValue", m), h(m);
|
|
4326
4328
|
}
|
|
4327
4329
|
}), u = c(() => {
|
|
4328
4330
|
const m = [], k = t.layout || l.value.styles.layout;
|
|
4329
4331
|
k && m.push(k);
|
|
4330
4332
|
const b = t.borderColor || l.value.styles.borderColor;
|
|
4331
|
-
return b &&
|
|
4333
|
+
return b && P.isColorTemplateVariable(b) && m.push(`ck-component__border-color--${b}`), m.push(P.getGroupClass(t, a.value)), m;
|
|
4332
4334
|
}), f = c(() => {
|
|
4333
4335
|
var y;
|
|
4334
4336
|
const m = [], k = t.borderColor || ((y = l.value.styles) == null ? void 0 : y.borderColor);
|
|
4335
|
-
k && !
|
|
4337
|
+
k && !P.isColorTemplateVariable(k) && m.push({ "border-color": k }), t.align && m.push(`align--${t.align}`), t.fontSize && m.push({ "font-size": t.fontSize }), t.borderRadius && m.push({ "border-radius": t.borderRadius }), t.textColor && m.push({ color: t.textColor }), t.width && m.push({ width: t.width }), t.height && m.push({ height: t.height });
|
|
4336
4338
|
const b = t.resize ? t.resize : "none";
|
|
4337
4339
|
return b && m.push({ resize: b || "both" }), m;
|
|
4338
4340
|
}), r = (m) => {
|
|
@@ -4349,33 +4351,33 @@ const qa = {
|
|
|
4349
4351
|
}, t.delayChangeTime || hi);
|
|
4350
4352
|
}
|
|
4351
4353
|
return (m, k) => (d(), g("div", vi, [
|
|
4352
|
-
e.label ? (d(),
|
|
4354
|
+
e.label ? (d(), D(Ie, {
|
|
4353
4355
|
key: 0,
|
|
4354
4356
|
align: e.labelAlign
|
|
4355
4357
|
}, {
|
|
4356
4358
|
default: q(() => [
|
|
4357
|
-
G(
|
|
4359
|
+
G(L(e.label) + " ", 1),
|
|
4358
4360
|
e.optional ? (d(), g("span", fi, "opcional")) : C("", !0)
|
|
4359
4361
|
]),
|
|
4360
4362
|
_: 1
|
|
4361
4363
|
}, 8, ["align"])) : C("", !0),
|
|
4362
|
-
|
|
4364
|
+
ue(w("textarea", {
|
|
4363
4365
|
ref_key: "refTextarea",
|
|
4364
4366
|
ref: i,
|
|
4365
4367
|
"onUpdate:modelValue": k[0] || (k[0] = (b) => p.value = b),
|
|
4366
4368
|
placeholder: e.placeholder,
|
|
4367
4369
|
disabled: e.disabled,
|
|
4368
|
-
class:
|
|
4370
|
+
class: S(u.value),
|
|
4369
4371
|
style: E(f.value),
|
|
4370
4372
|
onClick: k[1] || (k[1] = (b) => r(b)),
|
|
4371
4373
|
onInput: k[2] || (k[2] = (b) => v(b)),
|
|
4372
4374
|
onChange: k[3] || (k[3] = (b) => s(b))
|
|
4373
4375
|
}, null, 46, mi), [
|
|
4374
|
-
[
|
|
4376
|
+
[Ne, p.value]
|
|
4375
4377
|
])
|
|
4376
4378
|
]));
|
|
4377
4379
|
}
|
|
4378
|
-
}), ki = /* @__PURE__ */
|
|
4380
|
+
}), ki = /* @__PURE__ */ j(gi, [["__scopeId", "data-v-369059e0"]]), bi = ["onClick"], yi = { class: "ck-tile-picker__tile-name" }, Ci = {
|
|
4379
4381
|
key: 1,
|
|
4380
4382
|
class: "ck-tile-picker__tile-description"
|
|
4381
4383
|
}, wi = 4, $i = /* @__PURE__ */ z({
|
|
@@ -4397,11 +4399,11 @@ const qa = {
|
|
|
4397
4399
|
}),
|
|
4398
4400
|
emits: /* @__PURE__ */ te(["change"], ["update:modelValue"]),
|
|
4399
4401
|
setup(e, { emit: o }) {
|
|
4400
|
-
const t =
|
|
4402
|
+
const t = me(e, "modelValue"), n = e, l = o, i = A(!t.value), a = c(() => n.options.find((v) => v.id === t.value) ?? null), p = c(() => i.value || !a.value ? n.options : [a.value]), u = c(() => {
|
|
4401
4403
|
if (i.value)
|
|
4402
4404
|
return n.size === "l" && !n.columns ? { "grid-template-columns": "repeat(auto-fit, minmax(220px, 1fr))" } : { "grid-template-columns": `repeat(${n.columns || wi}, 1fr)` };
|
|
4403
4405
|
});
|
|
4404
|
-
|
|
4406
|
+
de(t, (v) => {
|
|
4405
4407
|
i.value = !v;
|
|
4406
4408
|
});
|
|
4407
4409
|
function f(v) {
|
|
@@ -4423,38 +4425,38 @@ const qa = {
|
|
|
4423
4425
|
}
|
|
4424
4426
|
}
|
|
4425
4427
|
return (v, s) => {
|
|
4426
|
-
const h = Y("ck-label"), m = Y("ck-icon"), k =
|
|
4428
|
+
const h = Y("ck-label"), m = Y("ck-icon"), k = ot("tooltip");
|
|
4427
4429
|
return d(), g("div", {
|
|
4428
|
-
class:
|
|
4430
|
+
class: S(["ck-tile-picker", { "ck-tile-picker--size-l": e.size === "l" }])
|
|
4429
4431
|
}, [
|
|
4430
|
-
e.label ? (d(),
|
|
4432
|
+
e.label ? (d(), D(h, {
|
|
4431
4433
|
key: 0,
|
|
4432
4434
|
align: e.labelAlign
|
|
4433
4435
|
}, {
|
|
4434
4436
|
default: q(() => [
|
|
4435
|
-
G(
|
|
4437
|
+
G(L(e.label), 1)
|
|
4436
4438
|
]),
|
|
4437
4439
|
_: 1
|
|
4438
4440
|
}, 8, ["align"])) : C("", !0),
|
|
4439
4441
|
w("div", {
|
|
4440
|
-
class:
|
|
4442
|
+
class: S(["ck-tile-picker__grid", { "ck-tile-picker__grid--collapsed": !i.value }]),
|
|
4441
4443
|
style: E(u.value)
|
|
4442
4444
|
}, [
|
|
4443
|
-
(d(!0), g(
|
|
4445
|
+
(d(!0), g(X, null, re(p.value, (b) => ue((d(), g("button", {
|
|
4444
4446
|
key: b.id,
|
|
4445
|
-
class:
|
|
4447
|
+
class: S(["ck-tile-picker__tile", { "ck-tile-picker__tile--selected": b.id === t.value, "ck-tile-picker__tile--disabled": e.disabled }]),
|
|
4446
4448
|
type: "button",
|
|
4447
4449
|
onClick: (y) => r(b)
|
|
4448
4450
|
}, [
|
|
4449
|
-
b.icon ? (d(),
|
|
4451
|
+
b.icon ? (d(), D(m, {
|
|
4450
4452
|
key: 0,
|
|
4451
4453
|
class: "ck-tile-picker__tile-icon",
|
|
4452
4454
|
color: e.iconColor,
|
|
4453
4455
|
icon: b.icon,
|
|
4454
4456
|
"icon-pack": e.iconPack
|
|
4455
4457
|
}, null, 8, ["color", "icon", "icon-pack"])) : C("", !0),
|
|
4456
|
-
w("span", yi,
|
|
4457
|
-
e.size === "l" && b.description ? (d(), g("span", Ci,
|
|
4458
|
+
w("span", yi, L(b.name), 1),
|
|
4459
|
+
e.size === "l" && b.description ? (d(), g("span", Ci, L(b.description), 1)) : C("", !0)
|
|
4458
4460
|
], 10, bi)), [
|
|
4459
4461
|
[k, f(b)]
|
|
4460
4462
|
])), 128)),
|
|
@@ -4464,21 +4466,21 @@ const qa = {
|
|
|
4464
4466
|
type: "button",
|
|
4465
4467
|
onClick: s[0] || (s[0] = (b) => i.value = !0)
|
|
4466
4468
|
}, [
|
|
4467
|
-
|
|
4469
|
+
U(m, {
|
|
4468
4470
|
size: "xs",
|
|
4469
4471
|
icon: "arrows-rotate"
|
|
4470
4472
|
}),
|
|
4471
|
-
G(" " +
|
|
4473
|
+
G(" " + L(e.changeLabel || "Cambiar"), 1)
|
|
4472
4474
|
])) : C("", !0)
|
|
4473
4475
|
], 6)
|
|
4474
4476
|
], 2);
|
|
4475
4477
|
};
|
|
4476
4478
|
}
|
|
4477
|
-
}), xi = /* @__PURE__ */
|
|
4479
|
+
}), xi = /* @__PURE__ */ j($i, [["__scopeId", "data-v-5d7559c8"]]), _i = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2027.7.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20100%20100'%20style='enable-background:new%200%200%20100%20100;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23EA4B4B;}%20%3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3crect%20x='45'%20y='64.9'%20class='st0'%20width='10'%20height='10.2'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3crect%20x='45'%20y='24.9'%20class='st0'%20width='10'%20height='30.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cpath%20class='st0'%20d='M69.2,16.7L88.5,50L69.2,83.3H30.8L11.5,50l19.2-33.3H69.2%20M75,6.7H25L0,50l25,43.3h50L100,50L75,6.7L75,6.7z'%20/%3e%3c/svg%3e", Bi = { class: "ck-confirm--background" }, Ti = { class: "ck-confirm" }, Vi = { class: "ck-confirm__title" }, Di = { class: "ck-confirm__message" }, Si = { class: "ck-confirm__buttons-container" }, Li = /* @__PURE__ */ z({
|
|
4478
4480
|
__name: "CkConfirm",
|
|
4479
4481
|
setup(e, { expose: o }) {
|
|
4480
|
-
const t =
|
|
4481
|
-
}), p =
|
|
4482
|
+
const t = A(""), n = A(""), l = A(""), i = A(""), a = A(() => {
|
|
4483
|
+
}), p = A(() => {
|
|
4482
4484
|
}), u = c(() => "¿Estás seguro?"), f = c(() => "Aceptar"), r = c(() => "Cancelar");
|
|
4483
4485
|
function v() {
|
|
4484
4486
|
p.value();
|
|
@@ -4501,31 +4503,31 @@ const qa = {
|
|
|
4501
4503
|
height: "125"
|
|
4502
4504
|
})
|
|
4503
4505
|
], -1)),
|
|
4504
|
-
w("div", Vi,
|
|
4505
|
-
w("div", Di,
|
|
4506
|
+
w("div", Vi, L(t.value || u.value), 1),
|
|
4507
|
+
w("div", Di, L(n.value), 1),
|
|
4506
4508
|
w("div", Si, [
|
|
4507
4509
|
w("button", {
|
|
4508
4510
|
class: "ck-confirm__button--cancel",
|
|
4509
4511
|
onClick: m[0] || (m[0] = (k) => v())
|
|
4510
|
-
},
|
|
4512
|
+
}, L(i.value || r.value), 1),
|
|
4511
4513
|
w("button", {
|
|
4512
4514
|
class: "ck-confirm__button--accept",
|
|
4513
4515
|
onClick: m[1] || (m[1] = (k) => s())
|
|
4514
|
-
},
|
|
4516
|
+
}, L(l.value || f.value), 1)
|
|
4515
4517
|
])
|
|
4516
4518
|
])
|
|
4517
4519
|
]));
|
|
4518
4520
|
}
|
|
4519
|
-
}), Pi = /* @__PURE__ */
|
|
4521
|
+
}), Pi = /* @__PURE__ */ j(Li, [["__scopeId", "data-v-cf9f68e0"]]), Ai = { class: "alert--msg" }, Mi = /* @__PURE__ */ z({
|
|
4520
4522
|
__name: "CkAlert",
|
|
4521
4523
|
setup(e, { expose: o }) {
|
|
4522
|
-
const t =
|
|
4524
|
+
const t = A(""), n = A(""), l = A(""), i = A(!0), a = c(() => "Atención"), p = c(() => "Aceptar");
|
|
4523
4525
|
return o({
|
|
4524
4526
|
title: t,
|
|
4525
4527
|
msg: n,
|
|
4526
4528
|
acceptText: l
|
|
4527
|
-
}), (u, f) => (d(),
|
|
4528
|
-
|
|
4529
|
+
}), (u, f) => (d(), D(Ae, { to: "body" }, [
|
|
4530
|
+
U(nt, {
|
|
4529
4531
|
modelValue: i.value,
|
|
4530
4532
|
"onUpdate:modelValue": f[0] || (f[0] = (r) => i.value = r),
|
|
4531
4533
|
"accept-button": "",
|
|
@@ -4538,19 +4540,19 @@ const qa = {
|
|
|
4538
4540
|
onAccept: f[1] || (f[1] = (r) => i.value = !1)
|
|
4539
4541
|
}, {
|
|
4540
4542
|
default: q(() => [
|
|
4541
|
-
w("div", Ai,
|
|
4543
|
+
w("div", Ai, L(n.value), 1)
|
|
4542
4544
|
]),
|
|
4543
4545
|
_: 1
|
|
4544
4546
|
}, 8, ["modelValue", "title", "accept-btn-text"])
|
|
4545
4547
|
]));
|
|
4546
4548
|
}
|
|
4547
|
-
}), Ii = /* @__PURE__ */
|
|
4549
|
+
}), Ii = /* @__PURE__ */ j(Mi, [["__scopeId", "data-v-f74e3830"]]), zi = {
|
|
4548
4550
|
key: 0,
|
|
4549
4551
|
class: "ck-notify__container"
|
|
4550
4552
|
}, Ri = { class: "ck-notify__title" }, Oi = { class: "close-btn" }, Wi = ["innerHTML"], Ei = /* @__PURE__ */ z({
|
|
4551
4553
|
__name: "CkNotify",
|
|
4552
4554
|
setup(e, { expose: o }) {
|
|
4553
|
-
const t =
|
|
4555
|
+
const t = A(!0), n = A(""), l = A(""), i = A(""), a = A(0), p = A(() => {
|
|
4554
4556
|
});
|
|
4555
4557
|
o({
|
|
4556
4558
|
title: n,
|
|
@@ -4571,10 +4573,10 @@ const qa = {
|
|
|
4571
4573
|
return "";
|
|
4572
4574
|
}), f = c(() => {
|
|
4573
4575
|
const v = [];
|
|
4574
|
-
return i.value &&
|
|
4576
|
+
return i.value && P.isColorTemplateVariable(i.value) && v.push(`ck-component__bg-color--${i.value}`), v;
|
|
4575
4577
|
}), r = c(() => {
|
|
4576
4578
|
const v = [];
|
|
4577
|
-
return i.value && !
|
|
4579
|
+
return i.value && !P.isColorTemplateVariable(i.value) && v.push({ "background-color": i.value }), v;
|
|
4578
4580
|
});
|
|
4579
4581
|
return $e(() => {
|
|
4580
4582
|
setTimeout(() => {
|
|
@@ -4582,10 +4584,10 @@ const qa = {
|
|
|
4582
4584
|
p.value();
|
|
4583
4585
|
}, a.value);
|
|
4584
4586
|
}, 10);
|
|
4585
|
-
}), (v, s) => (d(),
|
|
4587
|
+
}), (v, s) => (d(), D(Ae, { to: "body" }, [
|
|
4586
4588
|
t.value ? (d(), g("div", zi, [
|
|
4587
4589
|
w("div", {
|
|
4588
|
-
class:
|
|
4590
|
+
class: S(["ck-notify", f.value]),
|
|
4589
4591
|
style: E(r.value),
|
|
4590
4592
|
onClick: s[0] || (s[0] = (h) => {
|
|
4591
4593
|
t.value = !1, p.value();
|
|
@@ -4593,9 +4595,9 @@ const qa = {
|
|
|
4593
4595
|
}, [
|
|
4594
4596
|
w("div", Ri, [
|
|
4595
4597
|
w("div", Oi, [
|
|
4596
|
-
|
|
4598
|
+
U(Q, { icon: "times" })
|
|
4597
4599
|
]),
|
|
4598
|
-
G(" " +
|
|
4600
|
+
G(" " + L(n.value || u.value), 1)
|
|
4599
4601
|
]),
|
|
4600
4602
|
w("div", {
|
|
4601
4603
|
class: "ck-notify__text",
|
|
@@ -4605,7 +4607,7 @@ const qa = {
|
|
|
4605
4607
|
])) : C("", !0)
|
|
4606
4608
|
]));
|
|
4607
4609
|
}
|
|
4608
|
-
}), Fi = /* @__PURE__ */
|
|
4610
|
+
}), Fi = /* @__PURE__ */ j(Ei, [["__scopeId", "data-v-529d4cb1"]]), qi = 3e3, Ni = {
|
|
4609
4611
|
alert(e) {
|
|
4610
4612
|
this.alertOptions({
|
|
4611
4613
|
title: "",
|
|
@@ -4614,7 +4616,7 @@ const qa = {
|
|
|
4614
4616
|
});
|
|
4615
4617
|
},
|
|
4616
4618
|
alertOptions({ title: e = "", msg: o = "", acceptText: t = "" }) {
|
|
4617
|
-
const n = document.createElement("div"), i =
|
|
4619
|
+
const n = document.createElement("div"), i = Ke(Ii).mount(n);
|
|
4618
4620
|
i.title = e, i.msg = o, i.acceptText = t, document.body.appendChild(i.$el);
|
|
4619
4621
|
},
|
|
4620
4622
|
confirmOptions({
|
|
@@ -4627,7 +4629,7 @@ const qa = {
|
|
|
4627
4629
|
failure: i = () => {
|
|
4628
4630
|
}
|
|
4629
4631
|
}) {
|
|
4630
|
-
const a = document.createElement("div"), p =
|
|
4632
|
+
const a = document.createElement("div"), p = Ke(Pi), u = p.mount(a);
|
|
4631
4633
|
u.title = e, u.msg = o, u.acceptText = t, u.cancelText = n, u.responseSuccess = () => {
|
|
4632
4634
|
p.unmount(), l();
|
|
4633
4635
|
}, u.responseFailure = () => {
|
|
@@ -4642,7 +4644,7 @@ const qa = {
|
|
|
4642
4644
|
});
|
|
4643
4645
|
},
|
|
4644
4646
|
notify({ text: e = "", title: o = "", color: t = "", duration: n = 0 }) {
|
|
4645
|
-
const l = document.createElement("div"), i =
|
|
4647
|
+
const l = document.createElement("div"), i = Ke(Fi), a = i.mount(l);
|
|
4646
4648
|
a.title = o, a.text = e, a.color = t, a.duration = n || qi, a.closeCallback = () => {
|
|
4647
4649
|
i.unmount();
|
|
4648
4650
|
};
|
|
@@ -4709,22 +4711,22 @@ const ji = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4709
4711
|
__proto__: null,
|
|
4710
4712
|
CkButton: _e,
|
|
4711
4713
|
CkCard: ka,
|
|
4712
|
-
CkCheckbox:
|
|
4714
|
+
CkCheckbox: At,
|
|
4713
4715
|
CkChip: _a,
|
|
4714
4716
|
CkCircle: Sa,
|
|
4715
4717
|
CkDatetimeShower: Fo,
|
|
4716
4718
|
CkDiv: La,
|
|
4717
4719
|
CkDropdown: jo,
|
|
4718
4720
|
CkDropdownButton: va,
|
|
4719
|
-
CkIcon:
|
|
4721
|
+
CkIcon: Q,
|
|
4720
4722
|
CkImg: Ia,
|
|
4721
|
-
CkInput:
|
|
4723
|
+
CkInput: Pt,
|
|
4722
4724
|
CkInputDate: Gn,
|
|
4723
4725
|
CkInputTime: Yn,
|
|
4724
|
-
CkLabel:
|
|
4726
|
+
CkLabel: Ie,
|
|
4725
4727
|
CkNavbar: Ko,
|
|
4726
4728
|
CkPagination: on,
|
|
4727
|
-
CkPopup:
|
|
4729
|
+
CkPopup: nt,
|
|
4728
4730
|
CkRadio: Ea,
|
|
4729
4731
|
CkSelect: Ka,
|
|
4730
4732
|
CkSidebar: ti,
|
|
@@ -4733,46 +4735,46 @@ const ji = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4733
4735
|
CkTab: Zn,
|
|
4734
4736
|
CkTable: tn,
|
|
4735
4737
|
CkTabs: oa,
|
|
4736
|
-
CkTd:
|
|
4738
|
+
CkTd: Lt,
|
|
4737
4739
|
CkTextarea: ki,
|
|
4738
4740
|
CkTh: sn,
|
|
4739
4741
|
CkTilePicker: xi,
|
|
4740
4742
|
CkTimeShower: Ho,
|
|
4741
4743
|
CkToggle: aa,
|
|
4742
4744
|
CkToggleGroup: ra,
|
|
4743
|
-
CkTr:
|
|
4745
|
+
CkTr: St,
|
|
4744
4746
|
SelectedRows: Ui,
|
|
4745
4747
|
TableData: Hi,
|
|
4746
4748
|
ckNotify: Ni,
|
|
4747
|
-
useWindowWidth:
|
|
4749
|
+
useWindowWidth: be
|
|
4748
4750
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4751
|
+
tt.add(Nt);
|
|
4752
|
+
tt.add(Ht);
|
|
4753
|
+
tt.add(Ut);
|
|
4752
4754
|
function ns(e, o) {
|
|
4753
|
-
le().cleekOptions = Vo(
|
|
4755
|
+
le().cleekOptions = Vo(Bt, o), e.use(Ao), e.use(qt, Bo), Object.entries(ji).forEach(([t, n]) => {
|
|
4754
4756
|
e.component(t, n);
|
|
4755
4757
|
});
|
|
4756
4758
|
}
|
|
4757
4759
|
export {
|
|
4758
4760
|
_e as CkButton,
|
|
4759
4761
|
ka as CkCard,
|
|
4760
|
-
|
|
4762
|
+
At as CkCheckbox,
|
|
4761
4763
|
_a as CkChip,
|
|
4762
4764
|
Sa as CkCircle,
|
|
4763
4765
|
Fo as CkDatetimeShower,
|
|
4764
4766
|
La as CkDiv,
|
|
4765
4767
|
jo as CkDropdown,
|
|
4766
4768
|
va as CkDropdownButton,
|
|
4767
|
-
|
|
4769
|
+
Q as CkIcon,
|
|
4768
4770
|
Ia as CkImg,
|
|
4769
|
-
|
|
4771
|
+
Pt as CkInput,
|
|
4770
4772
|
Gn as CkInputDate,
|
|
4771
4773
|
Yn as CkInputTime,
|
|
4772
|
-
|
|
4774
|
+
Ie as CkLabel,
|
|
4773
4775
|
Ko as CkNavbar,
|
|
4774
4776
|
on as CkPagination,
|
|
4775
|
-
|
|
4777
|
+
nt as CkPopup,
|
|
4776
4778
|
Ea as CkRadio,
|
|
4777
4779
|
Ka as CkSelect,
|
|
4778
4780
|
ti as CkSidebar,
|
|
@@ -4781,18 +4783,18 @@ export {
|
|
|
4781
4783
|
Zn as CkTab,
|
|
4782
4784
|
tn as CkTable,
|
|
4783
4785
|
oa as CkTabs,
|
|
4784
|
-
|
|
4786
|
+
Lt as CkTd,
|
|
4785
4787
|
ki as CkTextarea,
|
|
4786
4788
|
sn as CkTh,
|
|
4787
4789
|
xi as CkTilePicker,
|
|
4788
4790
|
Ho as CkTimeShower,
|
|
4789
4791
|
aa as CkToggle,
|
|
4790
4792
|
ra as CkToggleGroup,
|
|
4791
|
-
|
|
4793
|
+
St as CkTr,
|
|
4792
4794
|
Ui as SelectedRows,
|
|
4793
4795
|
Hi as TableData,
|
|
4794
4796
|
Ni as ckNotify,
|
|
4795
4797
|
ns as default,
|
|
4796
4798
|
le as useCleekOptionsStore,
|
|
4797
|
-
|
|
4799
|
+
be as useWindowWidth
|
|
4798
4800
|
};
|