cleek 2.11.40 → 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 +872 -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
|
|
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
|
-
|
|
1260
|
-
let
|
|
1261
|
-
return a.value.popup.backgroundColor && (
|
|
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
|
+
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 && !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,7 +1405,7 @@ const Ml = {
|
|
|
1405
1405
|
n("update:modelValue", u);
|
|
1406
1406
|
}
|
|
1407
1407
|
});
|
|
1408
|
-
|
|
1408
|
+
de(() => i.value, (u) => {
|
|
1409
1409
|
u && a();
|
|
1410
1410
|
});
|
|
1411
1411
|
function a() {
|
|
@@ -1414,31 +1414,31 @@ const Ml = {
|
|
|
1414
1414
|
!f.unchangeable && !f.neverDisplay && f.title && u.push({
|
|
1415
1415
|
name: f.name,
|
|
1416
1416
|
title: f.title,
|
|
1417
|
-
value:
|
|
1417
|
+
value: P.isColumnDisplayed(f)
|
|
1418
1418
|
});
|
|
1419
1419
|
}), l.value = u;
|
|
1420
1420
|
}
|
|
1421
1421
|
function p(u, f) {
|
|
1422
1422
|
t.columns[u].isDisplayed = f;
|
|
1423
1423
|
}
|
|
1424
|
-
return (u, f) => (d(),
|
|
1424
|
+
return (u, f) => (d(), D(nt, {
|
|
1425
1425
|
modelValue: i.value,
|
|
1426
1426
|
"onUpdate:modelValue": f[0] || (f[0] = (r) => i.value = r),
|
|
1427
1427
|
title: "Administrador de columnas"
|
|
1428
1428
|
}, {
|
|
1429
1429
|
default: q(() => [
|
|
1430
1430
|
w("div", El, [
|
|
1431
|
-
(d(!0), g(
|
|
1431
|
+
(d(!0), g(X, null, re(l.value, (r, v) => (d(), g("div", {
|
|
1432
1432
|
key: v,
|
|
1433
1433
|
class: "columns-manger__item"
|
|
1434
1434
|
}, [
|
|
1435
|
-
|
|
1435
|
+
U(At, {
|
|
1436
1436
|
modelValue: r.value,
|
|
1437
1437
|
"onUpdate:modelValue": (s) => r.value = s,
|
|
1438
1438
|
onClick: (s) => p(r.name, r.value)
|
|
1439
1439
|
}, {
|
|
1440
1440
|
default: q(() => [
|
|
1441
|
-
G(
|
|
1441
|
+
G(L(r.title), 1)
|
|
1442
1442
|
]),
|
|
1443
1443
|
_: 2
|
|
1444
1444
|
}, 1032, ["modelValue", "onUpdate:modelValue", "onClick"])
|
|
@@ -1448,7 +1448,7 @@ const Ml = {
|
|
|
1448
1448
|
_: 1
|
|
1449
1449
|
}, 8, ["modelValue"]));
|
|
1450
1450
|
}
|
|
1451
|
-
}), ql = /* @__PURE__ */
|
|
1451
|
+
}), ql = /* @__PURE__ */ j(Fl, [["__scopeId", "data-v-3d70f3ce"]]), Nl = /* @__PURE__ */ z({
|
|
1452
1452
|
__name: "LoadingAndNoResultsText",
|
|
1453
1453
|
props: {
|
|
1454
1454
|
listLength: {},
|
|
@@ -1460,23 +1460,23 @@ const Ml = {
|
|
|
1460
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");
|
|
1461
1461
|
return (a, p) => {
|
|
1462
1462
|
const u = Y("ck-icon"), f = Y("ck-td"), r = Y("ck-tr");
|
|
1463
|
-
return n.value ? (d(),
|
|
1463
|
+
return n.value ? (d(), D(r, { key: 0 }, {
|
|
1464
1464
|
default: q(() => [
|
|
1465
|
-
|
|
1465
|
+
U(f, {
|
|
1466
1466
|
class: "no-result-text",
|
|
1467
1467
|
colspan: "100%",
|
|
1468
1468
|
align: "center"
|
|
1469
1469
|
}, {
|
|
1470
1470
|
default: q(() => [
|
|
1471
|
-
e.isLoading ? (d(), g(
|
|
1472
|
-
|
|
1471
|
+
e.isLoading ? (d(), g(X, { key: 0 }, [
|
|
1472
|
+
U(u, {
|
|
1473
1473
|
class: "mr-2",
|
|
1474
1474
|
icon: "spinner",
|
|
1475
1475
|
spin: ""
|
|
1476
1476
|
}),
|
|
1477
|
-
G(" " +
|
|
1478
|
-
], 64)) : n.value ? (d(), g(
|
|
1479
|
-
G(
|
|
1477
|
+
G(" " + L(l.value), 1)
|
|
1478
|
+
], 64)) : n.value ? (d(), g(X, { key: 1 }, [
|
|
1479
|
+
G(L(i.value), 1)
|
|
1480
1480
|
], 64)) : C("", !0)
|
|
1481
1481
|
]),
|
|
1482
1482
|
_: 1
|
|
@@ -1486,7 +1486,7 @@ const Ml = {
|
|
|
1486
1486
|
})) : C("", !0);
|
|
1487
1487
|
};
|
|
1488
1488
|
}
|
|
1489
|
-
}),
|
|
1489
|
+
}), kt = /* @__PURE__ */ j(Nl, [["__scopeId", "data-v-0731cbef"]]), Hl = { class: "ck-table" }, Ul = {
|
|
1490
1490
|
key: 1,
|
|
1491
1491
|
class: "ck-table__header"
|
|
1492
1492
|
}, jl = {
|
|
@@ -1501,7 +1501,7 @@ const Ml = {
|
|
|
1501
1501
|
}, Kl = { class: "selected-rows-actions__left" }, Zl = { key: 0 }, Jl = { key: 0 }, Xl = { key: 1 }, Ql = {
|
|
1502
1502
|
key: 5,
|
|
1503
1503
|
class: "ck-table--mobile-container"
|
|
1504
|
-
},
|
|
1504
|
+
}, Te = "id", en = /* @__PURE__ */ z({
|
|
1505
1505
|
__name: "ck-table",
|
|
1506
1506
|
props: /* @__PURE__ */ te({
|
|
1507
1507
|
rows: {},
|
|
@@ -1535,7 +1535,7 @@ const Ml = {
|
|
|
1535
1535
|
}),
|
|
1536
1536
|
emits: /* @__PURE__ */ te(["refreshList", "update:search", "update:currentPage"], ["update:selectedRows"]),
|
|
1537
1537
|
setup(e, { emit: o }) {
|
|
1538
|
-
const t =
|
|
1538
|
+
const t = me(e, "selectedRows"), n = e, l = o, { cleekOptions: i } = ne(le()), { windowWidth: a } = be(), p = A({
|
|
1539
1539
|
columnsManager: !1
|
|
1540
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(() => {
|
|
1541
1541
|
if (n.headerTextColor) return n.headerTextColor;
|
|
@@ -1549,123 +1549,126 @@ const Ml = {
|
|
|
1549
1549
|
if (i.value) return i.value.table.headerBackgroundColor;
|
|
1550
1550
|
}), m = c(() => !y.value[y.value.length - 1].title), k = c(() => !Array.isArray(n.columns || [])), b = c(() => {
|
|
1551
1551
|
if (k.value) {
|
|
1552
|
-
const
|
|
1553
|
-
return
|
|
1554
|
-
const
|
|
1555
|
-
|
|
1556
|
-
}),
|
|
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;
|
|
1557
1557
|
}
|
|
1558
|
-
const
|
|
1559
|
-
return (n.columns || []).forEach((
|
|
1560
|
-
typeof
|
|
1561
|
-
}),
|
|
1562
|
-
}), 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({
|
|
1563
1563
|
// @ts-ignore
|
|
1564
1564
|
get() {
|
|
1565
1565
|
return n.search;
|
|
1566
1566
|
},
|
|
1567
|
-
set(
|
|
1568
|
-
l("update:search",
|
|
1567
|
+
set($) {
|
|
1568
|
+
l("update:search", $);
|
|
1569
1569
|
}
|
|
1570
1570
|
}), W = c({
|
|
1571
1571
|
get() {
|
|
1572
1572
|
return n.currentPage || 0;
|
|
1573
1573
|
},
|
|
1574
|
-
set(
|
|
1575
|
-
l("update:currentPage",
|
|
1574
|
+
set($) {
|
|
1575
|
+
l("update:currentPage", $);
|
|
1576
1576
|
}
|
|
1577
|
-
}),
|
|
1578
|
-
function K(
|
|
1579
|
-
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", $);
|
|
1580
1580
|
}
|
|
1581
1581
|
function oe() {
|
|
1582
1582
|
k.value ? p.value.columnsManager = !0 : console.log("ERROR ck-table", "The columns list should be an object");
|
|
1583
1583
|
}
|
|
1584
1584
|
const ae = c(() => {
|
|
1585
|
-
var
|
|
1586
|
-
const
|
|
1587
|
-
return n.cellPadding &&
|
|
1588
|
-
}),
|
|
1589
|
-
const
|
|
1590
|
-
if (t.value.areAllRowsSelecteds(
|
|
1591
|
-
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($))
|
|
1592
1592
|
return !1;
|
|
1593
1593
|
});
|
|
1594
|
-
function
|
|
1595
|
-
|
|
1596
|
-
de.value ? t.value.removeManyRows(x) : t.value.addManyRows(x);
|
|
1594
|
+
function ye($) {
|
|
1595
|
+
return u.value ? t.value.isRowSelected($[Te]) : !1;
|
|
1597
1596
|
}
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
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");
|
|
1601
1604
|
return d(), g("div", Hl, [
|
|
1602
|
-
e.hasColumnsManager && k.value ? (d(),
|
|
1605
|
+
e.hasColumnsManager && k.value ? (d(), D(ql, {
|
|
1603
1606
|
key: 0,
|
|
1604
1607
|
modelValue: p.value.columnsManager,
|
|
1605
|
-
"onUpdate:modelValue":
|
|
1608
|
+
"onUpdate:modelValue": M[0] || (M[0] = (N) => p.value.columnsManager = N),
|
|
1606
1609
|
"is-loading": e.isLoading,
|
|
1607
1610
|
"columns-array": b.value,
|
|
1608
1611
|
columns: e.columns || []
|
|
1609
1612
|
}, null, 8, ["modelValue", "is-loading", "columns-array", "columns"])) : C("", !0),
|
|
1610
|
-
|
|
1611
|
-
|
|
1613
|
+
$.$slots.header || !e.hideHeaderActions ? (d(), g("div", Ul, [
|
|
1614
|
+
U(yl, {
|
|
1612
1615
|
modelValue: _.value,
|
|
1613
|
-
"onUpdate:modelValue":
|
|
1616
|
+
"onUpdate:modelValue": M[1] || (M[1] = (N) => _.value = N),
|
|
1614
1617
|
"hide-header-actions": e.hideHeaderActions,
|
|
1615
1618
|
"hide-refresh-btn": e.hideRefreshBtn,
|
|
1616
|
-
layout:
|
|
1619
|
+
layout: V.value,
|
|
1617
1620
|
version: v.value,
|
|
1618
1621
|
"is-loading": e.isLoading,
|
|
1619
|
-
onRefreshList:
|
|
1622
|
+
onRefreshList: M[2] || (M[2] = (N) => K(N))
|
|
1620
1623
|
}, {
|
|
1621
1624
|
headerActionsLeft: q(() => [
|
|
1622
|
-
O(
|
|
1625
|
+
O($.$slots, "headerActionsLeft", {}, void 0, !0)
|
|
1623
1626
|
]),
|
|
1624
1627
|
headerActionsRight: q(() => [
|
|
1625
|
-
O(
|
|
1628
|
+
O($.$slots, "headerActionsRight", {}, void 0, !0)
|
|
1626
1629
|
]),
|
|
1627
1630
|
_: 3
|
|
1628
1631
|
}, 8, ["modelValue", "hide-header-actions", "hide-refresh-btn", "layout", "version", "is-loading"]),
|
|
1629
|
-
|
|
1632
|
+
$.$slots.header ? (d(), g("div", {
|
|
1630
1633
|
key: 0,
|
|
1631
|
-
class:
|
|
1634
|
+
class: S(["ck-table__header--slot", { "full-width": e.hideHeaderActions }])
|
|
1632
1635
|
}, [
|
|
1633
|
-
O(
|
|
1636
|
+
O($.$slots, "header", {}, void 0, !0)
|
|
1634
1637
|
], 2)) : C("", !0)
|
|
1635
1638
|
])) : C("", !0),
|
|
1636
|
-
|
|
1637
|
-
O(
|
|
1639
|
+
$.$slots.headerBottom ? (d(), g("div", jl, [
|
|
1640
|
+
O($.$slots, "headerBottom", {}, void 0, !0)
|
|
1638
1641
|
])) : C("", !0),
|
|
1639
|
-
u.value || y.value.length && !(
|
|
1640
|
-
(
|
|
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, [
|
|
1641
1644
|
w("div", Kl, [
|
|
1642
|
-
|
|
1645
|
+
U(ie, {
|
|
1643
1646
|
class: "main-checkbox",
|
|
1644
1647
|
"uses-third-state": "",
|
|
1645
1648
|
size: "xs",
|
|
1646
1649
|
color: "#BABDBF",
|
|
1647
|
-
"model-value":
|
|
1648
|
-
onClick:
|
|
1650
|
+
"model-value": pe.value,
|
|
1651
|
+
onClick: M[3] || (M[3] = (N) => R())
|
|
1649
1652
|
}, null, 8, ["model-value"]),
|
|
1650
|
-
|
|
1653
|
+
U(ce, {
|
|
1651
1654
|
class: "nowrap cursor-pointer",
|
|
1652
1655
|
size: "s",
|
|
1653
1656
|
"icon-right": "times",
|
|
1654
|
-
onClick:
|
|
1657
|
+
onClick: M[4] || (M[4] = (N) => t.value.removeAll())
|
|
1655
1658
|
}, {
|
|
1656
1659
|
default: q(() => [
|
|
1657
|
-
G(
|
|
1660
|
+
G(L(t.value.ids.size) + " seleccionado" + L(t.value.ids.size === 1 ? "" : "s"), 1)
|
|
1658
1661
|
]),
|
|
1659
1662
|
_: 1
|
|
1660
1663
|
})
|
|
1661
1664
|
]),
|
|
1662
|
-
O(
|
|
1663
|
-
e.currentPage && r.value > 1 ? (d(),
|
|
1665
|
+
O($.$slots, "selectedRowsActions", {}, void 0, !0),
|
|
1666
|
+
e.currentPage && r.value > 1 ? (d(), D(Ce, {
|
|
1664
1667
|
key: 0,
|
|
1665
1668
|
size: "s",
|
|
1666
1669
|
color: "dark"
|
|
1667
1670
|
}, {
|
|
1668
|
-
default: q(() => [...
|
|
1671
|
+
default: q(() => [...M[9] || (M[9] = [
|
|
1669
1672
|
G(" seleccionar todas las páginas ", -1)
|
|
1670
1673
|
])]),
|
|
1671
1674
|
_: 1
|
|
@@ -1674,38 +1677,38 @@ const Ml = {
|
|
|
1674
1677
|
])) : C("", !0),
|
|
1675
1678
|
F.value ? C("", !0) : (d(), g("div", {
|
|
1676
1679
|
key: 4,
|
|
1677
|
-
class:
|
|
1680
|
+
class: S(["ck-table__table-container", { "not-overflow": e.notOverflow }])
|
|
1678
1681
|
}, [
|
|
1679
1682
|
w("table", {
|
|
1680
|
-
class:
|
|
1683
|
+
class: S(["ck-table__table", ae.value])
|
|
1681
1684
|
}, [
|
|
1682
|
-
(
|
|
1685
|
+
(J = (Z = t.value) == null ? void 0 : Z.ids) != null && J.size ? C("", !0) : (d(), g("thead", Zl, [
|
|
1683
1686
|
w("tr", null, [
|
|
1684
1687
|
u.value ? (d(), g("th", Jl, [
|
|
1685
|
-
|
|
1688
|
+
U(ie, {
|
|
1686
1689
|
class: "main-checkbox",
|
|
1687
1690
|
"uses-third-state": "",
|
|
1688
1691
|
size: "xs",
|
|
1689
1692
|
color: "#BABDBF",
|
|
1690
|
-
"model-value":
|
|
1691
|
-
onClick:
|
|
1693
|
+
"model-value": pe.value,
|
|
1694
|
+
onClick: M[5] || (M[5] = (N) => R())
|
|
1692
1695
|
}, null, 8, ["model-value"])
|
|
1693
1696
|
])) : C("", !0),
|
|
1694
|
-
(d(!0), g(
|
|
1695
|
-
align:
|
|
1696
|
-
"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,
|
|
1697
1700
|
"text-color": s.value,
|
|
1698
1701
|
"background-color": h.value
|
|
1699
1702
|
}, {
|
|
1700
1703
|
default: q(() => [
|
|
1701
|
-
G(
|
|
1702
|
-
|
|
1704
|
+
G(L(N.title) + " ", 1),
|
|
1705
|
+
De === y.value.length - 1 && e.hasColumnsManager ? (d(), g("div", {
|
|
1703
1706
|
key: 0,
|
|
1704
1707
|
style: E(m.value ? "" : { "margin-left": "auto", "padding-left": "1rem" })
|
|
1705
1708
|
}, [
|
|
1706
|
-
|
|
1709
|
+
U(el, {
|
|
1707
1710
|
layout: e.layout,
|
|
1708
|
-
onClick:
|
|
1711
|
+
onClick: M[6] || (M[6] = (Ue) => oe())
|
|
1709
1712
|
}, null, 8, ["layout"])
|
|
1710
1713
|
], 4)) : C("", !0)
|
|
1711
1714
|
]),
|
|
@@ -1714,76 +1717,77 @@ const Ml = {
|
|
|
1714
1717
|
])
|
|
1715
1718
|
])),
|
|
1716
1719
|
w("tbody", null, [
|
|
1717
|
-
O(
|
|
1718
|
-
O(
|
|
1719
|
-
(d(!0), g(
|
|
1720
|
-
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) })
|
|
1721
1725
|
}, {
|
|
1722
1726
|
default: q(() => [
|
|
1723
|
-
u.value ? (d(),
|
|
1727
|
+
u.value ? (d(), D(Lt, {
|
|
1724
1728
|
key: 0,
|
|
1725
1729
|
"auto-width": ""
|
|
1726
1730
|
}, {
|
|
1727
1731
|
default: q(() => [
|
|
1728
|
-
|
|
1732
|
+
U(ie, {
|
|
1729
1733
|
size: "xs",
|
|
1730
1734
|
color: "#BABDBF",
|
|
1731
|
-
"model-value": t.value.isRowSelected(
|
|
1732
|
-
onClick: (
|
|
1735
|
+
"model-value": t.value.isRowSelected(N[Te]),
|
|
1736
|
+
onClick: (Ue) => t.value.switchValue(N[Te])
|
|
1733
1737
|
}, null, 8, ["model-value", "onClick"])
|
|
1734
1738
|
]),
|
|
1735
1739
|
_: 2
|
|
1736
1740
|
}, 1024)) : C("", !0),
|
|
1737
|
-
O(
|
|
1738
|
-
row:
|
|
1739
|
-
rowIndex:
|
|
1741
|
+
O($.$slots, "row", {
|
|
1742
|
+
row: N,
|
|
1743
|
+
rowIndex: De
|
|
1740
1744
|
}, void 0, !0)
|
|
1741
1745
|
]),
|
|
1742
1746
|
_: 2
|
|
1743
|
-
},
|
|
1744
|
-
|
|
1747
|
+
}, 1032, ["class"]))), 128)),
|
|
1748
|
+
U(kt, {
|
|
1745
1749
|
"list-length": e.listLength,
|
|
1746
1750
|
"is-loading": e.isLoading,
|
|
1747
1751
|
"loading-text": e.loadingText,
|
|
1748
1752
|
"no-results-text": e.noResultsText
|
|
1749
1753
|
}, null, 8, ["list-length", "is-loading", "loading-text", "no-results-text"])
|
|
1750
1754
|
]),
|
|
1751
|
-
|
|
1752
|
-
O(
|
|
1755
|
+
$.$slots.footer ? (d(), g("tfoot", Xl, [
|
|
1756
|
+
O($.$slots, "footer", {}, void 0, !0)
|
|
1753
1757
|
])) : C("", !0)
|
|
1754
1758
|
], 2)
|
|
1755
1759
|
], 2)),
|
|
1756
1760
|
F.value ? (d(), g("div", Ql, [
|
|
1757
|
-
O(
|
|
1758
|
-
|
|
1761
|
+
O($.$slots, "mobile", {}, void 0, !0),
|
|
1762
|
+
U(kt, {
|
|
1759
1763
|
"list-length": e.listLength,
|
|
1760
1764
|
"is-loading": e.isLoading,
|
|
1761
1765
|
"loading-text": e.loadingText,
|
|
1762
1766
|
"no-results-text": e.noResultsText
|
|
1763
1767
|
}, null, 8, ["list-length", "is-loading", "loading-text", "no-results-text"])
|
|
1764
1768
|
])) : C("", !0),
|
|
1765
|
-
|
|
1769
|
+
U(ll, {
|
|
1766
1770
|
"current-page": e.currentPage,
|
|
1767
1771
|
"items-per-page": e.itemsPerPage,
|
|
1768
1772
|
"hide-items-per-page": e.hideItemsPerPage,
|
|
1769
1773
|
"list-length": e.listLength
|
|
1770
1774
|
}, null, 8, ["current-page", "items-per-page", "hide-items-per-page", "list-length"]),
|
|
1771
|
-
e.currentPage && r.value > 1 ? (d(),
|
|
1775
|
+
e.currentPage && r.value > 1 ? (d(), D(Tl, {
|
|
1772
1776
|
key: 6,
|
|
1773
1777
|
"current-page": W.value,
|
|
1774
|
-
"onUpdate:currentPage":
|
|
1778
|
+
"onUpdate:currentPage": M[7] || (M[7] = (N) => W.value = N),
|
|
1775
1779
|
class: "ck-table__pagination",
|
|
1776
1780
|
"total-pages": r.value,
|
|
1777
1781
|
"items-per-page": e.itemsPerPage,
|
|
1778
1782
|
"list-length": e.listLength,
|
|
1779
1783
|
align: e.paginationAlign,
|
|
1780
|
-
layout:
|
|
1781
|
-
onRefreshList:
|
|
1784
|
+
layout: V.value,
|
|
1785
|
+
onRefreshList: M[8] || (M[8] = (N) => K(!0))
|
|
1782
1786
|
}, null, 8, ["current-page", "total-pages", "items-per-page", "list-length", "align", "layout"])) : C("", !0)
|
|
1783
1787
|
]);
|
|
1784
1788
|
};
|
|
1785
1789
|
}
|
|
1786
|
-
}), tn = /* @__PURE__ */
|
|
1790
|
+
}), tn = /* @__PURE__ */ j(en, [["__scopeId", "data-v-b2ab3765"]]), on = /* @__PURE__ */ z({
|
|
1787
1791
|
__name: "ck-pagination",
|
|
1788
1792
|
props: {
|
|
1789
1793
|
modelValue: {},
|
|
@@ -1821,9 +1825,9 @@ const Ml = {
|
|
|
1821
1825
|
return (b, y) => {
|
|
1822
1826
|
const _ = Y("ck-button");
|
|
1823
1827
|
return d(), g("div", {
|
|
1824
|
-
class:
|
|
1828
|
+
class: S(["ck-pagination", a.value])
|
|
1825
1829
|
}, [
|
|
1826
|
-
|
|
1830
|
+
U(_, {
|
|
1827
1831
|
width: "42px",
|
|
1828
1832
|
align: "center",
|
|
1829
1833
|
group: r.value,
|
|
@@ -1832,7 +1836,7 @@ const Ml = {
|
|
|
1832
1836
|
icon: s.value,
|
|
1833
1837
|
onClick: y[0] || (y[0] = (W) => m())
|
|
1834
1838
|
}, null, 8, ["group", "type", "layout", "icon"]),
|
|
1835
|
-
i.value - 2 >= 1 ? (d(),
|
|
1839
|
+
i.value - 2 >= 1 ? (d(), D(_, {
|
|
1836
1840
|
key: 0,
|
|
1837
1841
|
width: "42px",
|
|
1838
1842
|
align: "center",
|
|
@@ -1842,11 +1846,11 @@ const Ml = {
|
|
|
1842
1846
|
onClick: y[1] || (y[1] = (W) => i.value = i.value - 2)
|
|
1843
1847
|
}, {
|
|
1844
1848
|
default: q(() => [
|
|
1845
|
-
G(
|
|
1849
|
+
G(L(i.value - 2), 1)
|
|
1846
1850
|
]),
|
|
1847
1851
|
_: 1
|
|
1848
1852
|
}, 8, ["group", "type", "layout"])) : C("", !0),
|
|
1849
|
-
i.value - 1 >= 1 ? (d(),
|
|
1853
|
+
i.value - 1 >= 1 ? (d(), D(_, {
|
|
1850
1854
|
key: 1,
|
|
1851
1855
|
width: "42px",
|
|
1852
1856
|
align: "center",
|
|
@@ -1856,11 +1860,11 @@ const Ml = {
|
|
|
1856
1860
|
onClick: y[2] || (y[2] = (W) => i.value = i.value - 1)
|
|
1857
1861
|
}, {
|
|
1858
1862
|
default: q(() => [
|
|
1859
|
-
G(
|
|
1863
|
+
G(L(i.value - 1), 1)
|
|
1860
1864
|
]),
|
|
1861
1865
|
_: 1
|
|
1862
1866
|
}, 8, ["group", "type", "layout"])) : C("", !0),
|
|
1863
|
-
|
|
1867
|
+
U(_, {
|
|
1864
1868
|
type: "filled",
|
|
1865
1869
|
width: "42px",
|
|
1866
1870
|
align: "center",
|
|
@@ -1868,11 +1872,11 @@ const Ml = {
|
|
|
1868
1872
|
layout: u.value
|
|
1869
1873
|
}, {
|
|
1870
1874
|
default: q(() => [
|
|
1871
|
-
G(
|
|
1875
|
+
G(L(i.value), 1)
|
|
1872
1876
|
]),
|
|
1873
1877
|
_: 1
|
|
1874
1878
|
}, 8, ["group", "layout"]),
|
|
1875
|
-
i.value + 1 <= e.maxStep ? (d(),
|
|
1879
|
+
i.value + 1 <= e.maxStep ? (d(), D(_, {
|
|
1876
1880
|
key: 2,
|
|
1877
1881
|
width: "42px",
|
|
1878
1882
|
align: "center",
|
|
@@ -1882,11 +1886,11 @@ const Ml = {
|
|
|
1882
1886
|
onClick: y[3] || (y[3] = (W) => i.value = i.value + 1)
|
|
1883
1887
|
}, {
|
|
1884
1888
|
default: q(() => [
|
|
1885
|
-
G(
|
|
1889
|
+
G(L(i.value + 1), 1)
|
|
1886
1890
|
]),
|
|
1887
1891
|
_: 1
|
|
1888
1892
|
}, 8, ["group", "type", "layout"])) : C("", !0),
|
|
1889
|
-
i.value + 2 <= e.maxStep ? (d(),
|
|
1893
|
+
i.value + 2 <= e.maxStep ? (d(), D(_, {
|
|
1890
1894
|
key: 3,
|
|
1891
1895
|
group: "center",
|
|
1892
1896
|
width: "42px",
|
|
@@ -1896,11 +1900,11 @@ const Ml = {
|
|
|
1896
1900
|
onClick: y[4] || (y[4] = (W) => i.value = i.value + 2)
|
|
1897
1901
|
}, {
|
|
1898
1902
|
default: q(() => [
|
|
1899
|
-
G(
|
|
1903
|
+
G(L(i.value + 2), 1)
|
|
1900
1904
|
]),
|
|
1901
1905
|
_: 1
|
|
1902
1906
|
}, 8, ["type", "layout"])) : C("", !0),
|
|
1903
|
-
|
|
1907
|
+
U(_, {
|
|
1904
1908
|
width: "42px",
|
|
1905
1909
|
align: "center",
|
|
1906
1910
|
group: v.value,
|
|
@@ -1923,21 +1927,21 @@ const Ml = {
|
|
|
1923
1927
|
setup(e) {
|
|
1924
1928
|
const o = e, t = c(() => {
|
|
1925
1929
|
const l = [];
|
|
1926
|
-
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;
|
|
1927
1931
|
}), n = c(() => {
|
|
1928
1932
|
const l = [];
|
|
1929
|
-
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;
|
|
1930
1934
|
});
|
|
1931
1935
|
return (l, i) => (d(), g("th", ln, [
|
|
1932
1936
|
w("span", {
|
|
1933
|
-
class:
|
|
1937
|
+
class: S(t.value),
|
|
1934
1938
|
style: E(n.value)
|
|
1935
1939
|
}, [
|
|
1936
1940
|
O(l.$slots, "default", {}, void 0, !0)
|
|
1937
1941
|
], 6)
|
|
1938
1942
|
]));
|
|
1939
1943
|
}
|
|
1940
|
-
}), sn = /* @__PURE__ */
|
|
1944
|
+
}), sn = /* @__PURE__ */ j(an, [["__scopeId", "data-v-0c92c654"]]);
|
|
1941
1945
|
(function() {
|
|
1942
1946
|
try {
|
|
1943
1947
|
if (typeof document < "u") {
|
|
@@ -1950,7 +1954,7 @@ const Ml = {
|
|
|
1950
1954
|
})();
|
|
1951
1955
|
const rn = ["year", "month", "day", "time", "custom"], un = z({
|
|
1952
1956
|
emits: {
|
|
1953
|
-
elementClick: (e) =>
|
|
1957
|
+
elementClick: (e) => fe(e),
|
|
1954
1958
|
left: () => !0,
|
|
1955
1959
|
right: () => !0,
|
|
1956
1960
|
heading: () => !0
|
|
@@ -1982,12 +1986,12 @@ const rn = ["year", "month", "day", "time", "custom"], un = z({
|
|
|
1982
1986
|
validate: (e) => typeof e == "string" && rn.includes(e)
|
|
1983
1987
|
}
|
|
1984
1988
|
}
|
|
1985
|
-
}),
|
|
1989
|
+
}), Ve = (e, o) => {
|
|
1986
1990
|
const t = e.__vccOpts || e;
|
|
1987
1991
|
for (const [n, l] of o)
|
|
1988
1992
|
t[n] = l;
|
|
1989
1993
|
return t;
|
|
1990
|
-
},
|
|
1994
|
+
}, at = (e) => (Yt("data-v-65eb861b"), e = e(), Kt(), e), cn = { class: "v3dp__heading" }, dn = ["disabled"], pn = /* @__PURE__ */ at(() => /* @__PURE__ */ w("svg", {
|
|
1991
1995
|
class: "v3dp__heading__icon",
|
|
1992
1996
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1993
1997
|
viewBox: "0 0 6 8"
|
|
@@ -2006,7 +2010,7 @@ const rn = ["year", "month", "day", "time", "custom"], un = z({
|
|
|
2006
2010
|
d: "M5 0L1 4l4 4"
|
|
2007
2011
|
})
|
|
2008
2012
|
])
|
|
2009
|
-
], -1)), vn = ["disabled"], fn = /* @__PURE__ */
|
|
2013
|
+
], -1)), vn = ["disabled"], fn = /* @__PURE__ */ at(() => /* @__PURE__ */ w("svg", {
|
|
2010
2014
|
class: "v3dp__heading__icon",
|
|
2011
2015
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2012
2016
|
viewBox: "0 0 6 8"
|
|
@@ -2025,27 +2029,27 @@ const rn = ["year", "month", "day", "time", "custom"], un = z({
|
|
|
2025
2029
|
d: "M1 8l4-4-4-4"
|
|
2026
2030
|
})
|
|
2027
2031
|
])
|
|
2028
|
-
], -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"];
|
|
2029
2033
|
function yn(e, o, t, n, l, i) {
|
|
2030
2034
|
return d(), g("div", {
|
|
2031
|
-
class:
|
|
2035
|
+
class: S(["v3dp__popout", `v3dp__popout-${e.viewMode}`]),
|
|
2032
2036
|
style: E({ "--popout-column-definition": `repeat(${e.columnCount}, 1fr)` }),
|
|
2033
|
-
onMousedown: o[3] || (o[3] =
|
|
2037
|
+
onMousedown: o[3] || (o[3] = se(() => {
|
|
2034
2038
|
}, ["prevent"]))
|
|
2035
2039
|
}, [
|
|
2036
2040
|
w("div", cn, [
|
|
2037
2041
|
w("button", {
|
|
2038
2042
|
class: "v3dp__heading__button v3dp__heading__button__left",
|
|
2039
2043
|
disabled: e.leftDisabled,
|
|
2040
|
-
onClick: o[0] || (o[0] =
|
|
2044
|
+
onClick: o[0] || (o[0] = se((a) => e.$emit("left"), ["stop", "prevent"]))
|
|
2041
2045
|
}, [
|
|
2042
2046
|
O(e.$slots, "arrow-left", {}, () => [
|
|
2043
2047
|
pn
|
|
2044
2048
|
], !0)
|
|
2045
2049
|
], 8, dn),
|
|
2046
|
-
(d(),
|
|
2050
|
+
(d(), D(Gt(e.headingClickable ? "button" : "span"), {
|
|
2047
2051
|
class: "v3dp__heading__center",
|
|
2048
|
-
onClick: o[1] || (o[1] =
|
|
2052
|
+
onClick: o[1] || (o[1] = se((a) => e.$emit("heading"), ["stop", "prevent"]))
|
|
2049
2053
|
}, {
|
|
2050
2054
|
default: q(() => [
|
|
2051
2055
|
O(e.$slots, "heading", {}, void 0, !0)
|
|
@@ -2055,7 +2059,7 @@ function yn(e, o, t, n, l, i) {
|
|
|
2055
2059
|
w("button", {
|
|
2056
2060
|
class: "v3dp__heading__button v3dp__heading__button__right",
|
|
2057
2061
|
disabled: e.rightDisabled,
|
|
2058
|
-
onClick: o[2] || (o[2] =
|
|
2062
|
+
onClick: o[2] || (o[2] = se((a) => e.$emit("right"), ["stop", "prevent"]))
|
|
2059
2063
|
}, [
|
|
2060
2064
|
O(e.$slots, "arrow-right", {}, () => [
|
|
2061
2065
|
fn
|
|
@@ -2063,7 +2067,7 @@ function yn(e, o, t, n, l, i) {
|
|
|
2063
2067
|
], 8, vn)
|
|
2064
2068
|
]),
|
|
2065
2069
|
w("div", mn, [
|
|
2066
|
-
"subheading" in e.$slots ? (d(), g(
|
|
2070
|
+
"subheading" in e.$slots ? (d(), g(X, { key: 0 }, [
|
|
2067
2071
|
w("div", hn, [
|
|
2068
2072
|
O(e.$slots, "subheading", {}, void 0, !0)
|
|
2069
2073
|
]),
|
|
@@ -2071,32 +2075,32 @@ function yn(e, o, t, n, l, i) {
|
|
|
2071
2075
|
], 64)) : C("", !0),
|
|
2072
2076
|
w("div", kn, [
|
|
2073
2077
|
O(e.$slots, "body", {}, () => [
|
|
2074
|
-
(d(!0), g(
|
|
2078
|
+
(d(!0), g(X, null, re(e.items, (a) => (d(), g("button", {
|
|
2075
2079
|
key: a.key,
|
|
2076
2080
|
disabled: a.disabled,
|
|
2077
|
-
class:
|
|
2081
|
+
class: S([
|
|
2078
2082
|
{
|
|
2079
2083
|
selected: a.selected,
|
|
2080
2084
|
current: a.current
|
|
2081
2085
|
},
|
|
2082
2086
|
`v3dp__element__button__${e.viewMode}`
|
|
2083
2087
|
]),
|
|
2084
|
-
onClick:
|
|
2088
|
+
onClick: se((p) => e.$emit("elementClick", a.value), ["stop", "prevent"])
|
|
2085
2089
|
}, [
|
|
2086
|
-
w("span", null,
|
|
2090
|
+
w("span", null, L(a.display), 1)
|
|
2087
2091
|
], 10, bn))), 128))
|
|
2088
2092
|
], !0)
|
|
2089
2093
|
])
|
|
2090
2094
|
])
|
|
2091
2095
|
], 38);
|
|
2092
2096
|
}
|
|
2093
|
-
const
|
|
2097
|
+
const He = /* @__PURE__ */ Ve(un, [["render", yn], ["__scopeId", "data-v-65eb861b"]]), Cn = z({
|
|
2094
2098
|
components: {
|
|
2095
|
-
PickerPopup:
|
|
2099
|
+
PickerPopup: He
|
|
2096
2100
|
},
|
|
2097
2101
|
emits: {
|
|
2098
|
-
"update:pageDate": (e) =>
|
|
2099
|
-
select: (e) =>
|
|
2102
|
+
"update:pageDate": (e) => fe(e),
|
|
2103
|
+
select: (e) => fe(e)
|
|
2100
2104
|
},
|
|
2101
2105
|
props: {
|
|
2102
2106
|
selected: {
|
|
@@ -2134,23 +2138,23 @@ const Ne = /* @__PURE__ */ Te(un, [["render", yn], ["__scopeId", "data-v-65eb861
|
|
|
2134
2138
|
const f = he(t.value), r = he(n.value);
|
|
2135
2139
|
return `${f} - ${r}`;
|
|
2136
2140
|
}), p = c(
|
|
2137
|
-
() => e.lowerLimit && (
|
|
2141
|
+
() => e.lowerLimit && (Re(e.lowerLimit) === Re(e.pageDate) || Le(e.pageDate, e.lowerLimit))
|
|
2138
2142
|
), u = c(
|
|
2139
|
-
() => e.upperLimit && (
|
|
2143
|
+
() => e.upperLimit && (Re(e.upperLimit) === Re(e.pageDate) || Pe(e.pageDate, e.upperLimit))
|
|
2140
2144
|
);
|
|
2141
2145
|
return {
|
|
2142
2146
|
years: i,
|
|
2143
2147
|
heading: a,
|
|
2144
2148
|
leftDisabled: p,
|
|
2145
2149
|
rightDisabled: u,
|
|
2146
|
-
previousPage: () => o("update:pageDate",
|
|
2147
|
-
nextPage: () => o("update:pageDate",
|
|
2150
|
+
previousPage: () => o("update:pageDate", $t(e.pageDate, 10)),
|
|
2151
|
+
nextPage: () => o("update:pageDate", wt(e.pageDate, 10))
|
|
2148
2152
|
};
|
|
2149
2153
|
}
|
|
2150
2154
|
});
|
|
2151
2155
|
function wn(e, o, t, n, l, i) {
|
|
2152
2156
|
const a = Y("picker-popup");
|
|
2153
|
-
return d(),
|
|
2157
|
+
return d(), D(a, {
|
|
2154
2158
|
columnCount: 3,
|
|
2155
2159
|
leftDisabled: e.leftDisabled,
|
|
2156
2160
|
rightDisabled: e.rightDisabled,
|
|
@@ -2161,18 +2165,18 @@ function wn(e, o, t, n, l, i) {
|
|
|
2161
2165
|
onElementClick: o[0] || (o[0] = (p) => e.$emit("select", p))
|
|
2162
2166
|
}, {
|
|
2163
2167
|
heading: q(() => [
|
|
2164
|
-
G(
|
|
2168
|
+
G(L(e.heading), 1)
|
|
2165
2169
|
]),
|
|
2166
2170
|
_: 1
|
|
2167
2171
|
}, 8, ["leftDisabled", "rightDisabled", "items", "onLeft", "onRight"]);
|
|
2168
2172
|
}
|
|
2169
|
-
const $n = /* @__PURE__ */
|
|
2173
|
+
const $n = /* @__PURE__ */ Ve(Cn, [["render", wn]]), xn = z({
|
|
2170
2174
|
components: {
|
|
2171
|
-
PickerPopup:
|
|
2175
|
+
PickerPopup: He
|
|
2172
2176
|
},
|
|
2173
2177
|
emits: {
|
|
2174
|
-
"update:pageDate": (e) =>
|
|
2175
|
-
select: (e) =>
|
|
2178
|
+
"update:pageDate": (e) => fe(e),
|
|
2179
|
+
select: (e) => fe(e),
|
|
2176
2180
|
back: () => !0
|
|
2177
2181
|
},
|
|
2178
2182
|
props: {
|
|
@@ -2207,10 +2211,10 @@ const $n = /* @__PURE__ */ Te(Cn, [["render", wn]]), xn = z({
|
|
|
2207
2211
|
},
|
|
2208
2212
|
setup(e, { emit: o }) {
|
|
2209
2213
|
const t = c(() => ro(e.pageDate)), n = c(() => uo(e.pageDate)), l = c(
|
|
2210
|
-
() => (r) =>
|
|
2214
|
+
() => (r) => Ee(r, e.format, {
|
|
2211
2215
|
locale: e.locale
|
|
2212
2216
|
})
|
|
2213
|
-
), 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(
|
|
2214
2218
|
() => co({
|
|
2215
2219
|
start: t.value,
|
|
2216
2220
|
end: n.value
|
|
@@ -2219,28 +2223,28 @@ const $n = /* @__PURE__ */ Te(Cn, [["render", wn]]), xn = z({
|
|
|
2219
2223
|
value: r,
|
|
2220
2224
|
display: l.value(r),
|
|
2221
2225
|
key: l.value(r),
|
|
2222
|
-
selected: !!e.selected &&
|
|
2226
|
+
selected: !!e.selected && Qe(e.selected, r),
|
|
2223
2227
|
disabled: !i(r, e.lowerLimit, e.upperLimit)
|
|
2224
2228
|
})
|
|
2225
2229
|
)
|
|
2226
2230
|
), p = c(() => he(t.value)), u = c(
|
|
2227
|
-
() => e.lowerLimit && (
|
|
2231
|
+
() => e.lowerLimit && (ut(e.lowerLimit, e.pageDate) || Le(e.pageDate, e.lowerLimit))
|
|
2228
2232
|
), f = c(
|
|
2229
|
-
() => e.upperLimit && (
|
|
2233
|
+
() => e.upperLimit && (ut(e.upperLimit, e.pageDate) || Pe(e.pageDate, e.upperLimit))
|
|
2230
2234
|
);
|
|
2231
2235
|
return {
|
|
2232
2236
|
months: a,
|
|
2233
2237
|
heading: p,
|
|
2234
2238
|
leftDisabled: u,
|
|
2235
2239
|
rightDisabled: f,
|
|
2236
|
-
previousPage: () => o("update:pageDate",
|
|
2237
|
-
nextPage: () => o("update:pageDate",
|
|
2240
|
+
previousPage: () => o("update:pageDate", $t(e.pageDate, 1)),
|
|
2241
|
+
nextPage: () => o("update:pageDate", wt(e.pageDate, 1))
|
|
2238
2242
|
};
|
|
2239
2243
|
}
|
|
2240
2244
|
});
|
|
2241
2245
|
function _n(e, o, t, n, l, i) {
|
|
2242
2246
|
const a = Y("picker-popup");
|
|
2243
|
-
return d(),
|
|
2247
|
+
return d(), D(a, {
|
|
2244
2248
|
headingClickable: "",
|
|
2245
2249
|
columnCount: 3,
|
|
2246
2250
|
items: e.months,
|
|
@@ -2253,18 +2257,18 @@ function _n(e, o, t, n, l, i) {
|
|
|
2253
2257
|
onElementClick: o[1] || (o[1] = (p) => e.$emit("select", p))
|
|
2254
2258
|
}, {
|
|
2255
2259
|
heading: q(() => [
|
|
2256
|
-
G(
|
|
2260
|
+
G(L(e.heading), 1)
|
|
2257
2261
|
]),
|
|
2258
2262
|
_: 1
|
|
2259
2263
|
}, 8, ["items", "leftDisabled", "rightDisabled", "onLeft", "onRight"]);
|
|
2260
2264
|
}
|
|
2261
|
-
const Bn = /* @__PURE__ */
|
|
2265
|
+
const Bn = /* @__PURE__ */ Ve(xn, [["render", _n]]), Tn = z({
|
|
2262
2266
|
components: {
|
|
2263
|
-
PickerPopup:
|
|
2267
|
+
PickerPopup: He
|
|
2264
2268
|
},
|
|
2265
2269
|
emits: {
|
|
2266
|
-
"update:pageDate": (e) =>
|
|
2267
|
-
select: (e) =>
|
|
2270
|
+
"update:pageDate": (e) => fe(e),
|
|
2271
|
+
select: (e) => fe(e),
|
|
2268
2272
|
back: () => !0
|
|
2269
2273
|
},
|
|
2270
2274
|
props: {
|
|
@@ -2321,11 +2325,11 @@ const Bn = /* @__PURE__ */ Te(xn, [["render", _n]]), Tn = z({
|
|
|
2321
2325
|
},
|
|
2322
2326
|
setup(e, { emit: o }) {
|
|
2323
2327
|
const t = c(
|
|
2324
|
-
() => (h) => (m) =>
|
|
2328
|
+
() => (h) => (m) => Ee(m, h, {
|
|
2325
2329
|
locale: e.locale,
|
|
2326
2330
|
weekStartsOn: e.weekStartsOn
|
|
2327
2331
|
})
|
|
2328
|
-
), n = c(() =>
|
|
2332
|
+
), n = c(() => xt(e.pageDate)), l = c(() => _t(e.pageDate)), i = c(() => ({
|
|
2329
2333
|
start: n.value,
|
|
2330
2334
|
end: l.value
|
|
2331
2335
|
})), a = c(() => ({
|
|
@@ -2344,15 +2348,15 @@ const Bn = /* @__PURE__ */ Te(xn, [["render", _n]]), Tn = z({
|
|
|
2344
2348
|
).map(m);
|
|
2345
2349
|
}), u = (h, m, k, b) => {
|
|
2346
2350
|
var y, _;
|
|
2347
|
-
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)));
|
|
2348
2352
|
}, f = c(() => {
|
|
2349
2353
|
const h = /* @__PURE__ */ new Date(), m = t.value(e.format);
|
|
2350
2354
|
return mo(a.value).map(
|
|
2351
2355
|
(k) => ({
|
|
2352
2356
|
value: k,
|
|
2353
2357
|
display: m(k),
|
|
2354
|
-
selected: !!e.selected &&
|
|
2355
|
-
current:
|
|
2358
|
+
selected: !!e.selected && Ze(e.selected, k),
|
|
2359
|
+
current: Ze(h, k),
|
|
2356
2360
|
disabled: !e.allowOutsideInterval && !ho(k, i.value) || !u(
|
|
2357
2361
|
k,
|
|
2358
2362
|
e.lowerLimit,
|
|
@@ -2365,9 +2369,9 @@ const Bn = /* @__PURE__ */ Te(xn, [["render", _n]]), Tn = z({
|
|
|
2365
2369
|
}), r = c(
|
|
2366
2370
|
() => t.value(e.headingFormat)(e.pageDate)
|
|
2367
2371
|
), v = c(
|
|
2368
|
-
() => e.lowerLimit && (
|
|
2372
|
+
() => e.lowerLimit && (Qe(e.lowerLimit, e.pageDate) || Le(e.pageDate, e.lowerLimit))
|
|
2369
2373
|
), s = c(
|
|
2370
|
-
() => e.upperLimit && (
|
|
2374
|
+
() => e.upperLimit && (Qe(e.upperLimit, e.pageDate) || Pe(e.pageDate, e.upperLimit))
|
|
2371
2375
|
);
|
|
2372
2376
|
return {
|
|
2373
2377
|
weekDays: p,
|
|
@@ -2382,7 +2386,7 @@ const Bn = /* @__PURE__ */ Te(xn, [["render", _n]]), Tn = z({
|
|
|
2382
2386
|
});
|
|
2383
2387
|
function Vn(e, o, t, n, l, i) {
|
|
2384
2388
|
const a = Y("picker-popup");
|
|
2385
|
-
return d(),
|
|
2389
|
+
return d(), D(a, {
|
|
2386
2390
|
headingClickable: "",
|
|
2387
2391
|
leftDisabled: e.leftDisabled,
|
|
2388
2392
|
rightDisabled: e.rightDisabled,
|
|
@@ -2394,19 +2398,19 @@ function Vn(e, o, t, n, l, i) {
|
|
|
2394
2398
|
onElementClick: o[1] || (o[1] = (p) => e.$emit("select", p))
|
|
2395
2399
|
}, {
|
|
2396
2400
|
heading: q(() => [
|
|
2397
|
-
G(
|
|
2401
|
+
G(L(e.heading), 1)
|
|
2398
2402
|
]),
|
|
2399
2403
|
subheading: q(() => [
|
|
2400
|
-
(d(!0), g(
|
|
2404
|
+
(d(!0), g(X, null, re(e.weekDays, (p, u) => (d(), g("span", {
|
|
2401
2405
|
key: p,
|
|
2402
|
-
class:
|
|
2403
|
-
},
|
|
2406
|
+
class: S(`v3dp__subheading__weekday__${u}`)
|
|
2407
|
+
}, L(p), 3))), 128))
|
|
2404
2408
|
]),
|
|
2405
2409
|
_: 1
|
|
2406
2410
|
}, 8, ["leftDisabled", "rightDisabled", "items", "onLeft", "onRight"]);
|
|
2407
2411
|
}
|
|
2408
|
-
const Dn = /* @__PURE__ */
|
|
2409
|
-
function
|
|
2412
|
+
const Dn = /* @__PURE__ */ Ve(Tn, [["render", Vn]]);
|
|
2413
|
+
function bt(e, o) {
|
|
2410
2414
|
const t = e.getBoundingClientRect(), n = {
|
|
2411
2415
|
height: e.clientHeight,
|
|
2412
2416
|
width: e.clientWidth
|
|
@@ -2418,10 +2422,10 @@ function kt(e, o) {
|
|
|
2418
2422
|
}
|
|
2419
2423
|
const Sn = z({
|
|
2420
2424
|
components: {
|
|
2421
|
-
PickerPopup:
|
|
2425
|
+
PickerPopup: He
|
|
2422
2426
|
},
|
|
2423
2427
|
emits: {
|
|
2424
|
-
select: (e) =>
|
|
2428
|
+
select: (e) => fe(e),
|
|
2425
2429
|
back: () => !0
|
|
2426
2430
|
},
|
|
2427
2431
|
props: {
|
|
@@ -2443,8 +2447,8 @@ const Sn = z({
|
|
|
2443
2447
|
}
|
|
2444
2448
|
},
|
|
2445
2449
|
setup(e, { emit: o }) {
|
|
2446
|
-
const t =
|
|
2447
|
-
|
|
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(
|
|
2448
2452
|
() => e.selected,
|
|
2449
2453
|
(v) => {
|
|
2450
2454
|
let s = 0, h = 0;
|
|
@@ -2455,25 +2459,25 @@ const Sn = z({
|
|
|
2455
2459
|
() => [...Array(24).keys()].map(
|
|
2456
2460
|
(v) => ({
|
|
2457
2461
|
value: v,
|
|
2458
|
-
date:
|
|
2462
|
+
date: ct(new Date(l.value.getTime()), {
|
|
2459
2463
|
hours: v,
|
|
2460
2464
|
minutes: a.value,
|
|
2461
2465
|
seconds: 0
|
|
2462
2466
|
}),
|
|
2463
2467
|
selected: i.value === v,
|
|
2464
|
-
ref:
|
|
2468
|
+
ref: A(null)
|
|
2465
2469
|
})
|
|
2466
2470
|
)
|
|
2467
2471
|
), u = c(
|
|
2468
2472
|
() => [...Array(60).keys()].map((v) => ({
|
|
2469
2473
|
value: v,
|
|
2470
|
-
date:
|
|
2474
|
+
date: ct(new Date(l.value.getTime()), {
|
|
2471
2475
|
hours: i.value,
|
|
2472
2476
|
minutes: v,
|
|
2473
2477
|
seconds: 0
|
|
2474
2478
|
}),
|
|
2475
2479
|
selected: a.value === v,
|
|
2476
|
-
ref:
|
|
2480
|
+
ref: A(null)
|
|
2477
2481
|
}))
|
|
2478
2482
|
), f = (v) => {
|
|
2479
2483
|
a.value = v.value, o("select", v.date);
|
|
@@ -2489,12 +2493,12 @@ const Sn = z({
|
|
|
2489
2493
|
return ((k = (m = h.ref.value) == null ? void 0 : m.classList) == null ? void 0 : k.contains("selected")) ?? !1;
|
|
2490
2494
|
}
|
|
2491
2495
|
);
|
|
2492
|
-
v && s && (
|
|
2496
|
+
v && s && (bt(t.value, v.ref.value), bt(n.value, s.ref.value));
|
|
2493
2497
|
};
|
|
2494
|
-
return
|
|
2498
|
+
return de(
|
|
2495
2499
|
() => e.visible,
|
|
2496
2500
|
(v) => {
|
|
2497
|
-
v &&
|
|
2501
|
+
v && Ct(r);
|
|
2498
2502
|
}
|
|
2499
2503
|
), {
|
|
2500
2504
|
hoursListRef: t,
|
|
@@ -2523,7 +2527,7 @@ const Sn = z({
|
|
|
2523
2527
|
}, Mn = ["disabled", "onClick"];
|
|
2524
2528
|
function In(e, o, t, n, l, i) {
|
|
2525
2529
|
const a = Y("picker-popup");
|
|
2526
|
-
return d(),
|
|
2530
|
+
return d(), D(a, {
|
|
2527
2531
|
headingClickable: "",
|
|
2528
2532
|
columnCount: 2,
|
|
2529
2533
|
leftDisabled: !0,
|
|
@@ -2532,38 +2536,38 @@ function In(e, o, t, n, l, i) {
|
|
|
2532
2536
|
onHeading: o[0] || (o[0] = (p) => e.$emit("back"))
|
|
2533
2537
|
}, {
|
|
2534
2538
|
heading: q(() => [
|
|
2535
|
-
G(
|
|
2539
|
+
G(L(e.padStartZero(e.hours)) + ":" + L(e.padStartZero(e.minutes)), 1)
|
|
2536
2540
|
]),
|
|
2537
2541
|
body: q(() => [
|
|
2538
2542
|
w("div", Ln, [
|
|
2539
|
-
(d(!0), g(
|
|
2543
|
+
(d(!0), g(X, null, re(e.hoursList, (p) => (d(), g("button", {
|
|
2540
2544
|
key: p.value,
|
|
2541
2545
|
ref_for: !0,
|
|
2542
2546
|
ref: p.ref,
|
|
2543
|
-
class:
|
|
2547
|
+
class: S([{ selected: p.selected }, "v3dp__element_button__hour"]),
|
|
2544
2548
|
disabled: !e.isEnabled(p.date),
|
|
2545
|
-
onClick:
|
|
2549
|
+
onClick: se((u) => e.hours = p.value, ["stop", "prevent"])
|
|
2546
2550
|
}, [
|
|
2547
|
-
w("span", null,
|
|
2551
|
+
w("span", null, L(e.padStartZero(p.value)), 1)
|
|
2548
2552
|
], 10, Pn))), 128))
|
|
2549
2553
|
], 512),
|
|
2550
2554
|
w("div", An, [
|
|
2551
|
-
(d(!0), g(
|
|
2555
|
+
(d(!0), g(X, null, re(e.minutesList, (p) => (d(), g("button", {
|
|
2552
2556
|
key: p.value,
|
|
2553
2557
|
ref_for: !0,
|
|
2554
2558
|
ref: p.ref,
|
|
2555
|
-
class:
|
|
2559
|
+
class: S([{ selected: p.selected }, "v3dp__element_button__minute"]),
|
|
2556
2560
|
disabled: !e.isEnabled(p.date),
|
|
2557
|
-
onClick:
|
|
2561
|
+
onClick: se((u) => e.selectMinutes(p), ["stop", "prevent"])
|
|
2558
2562
|
}, [
|
|
2559
|
-
w("span", null,
|
|
2563
|
+
w("span", null, L(e.padStartZero(p.value)), 1)
|
|
2560
2564
|
], 10, Mn))), 128))
|
|
2561
2565
|
], 512)
|
|
2562
2566
|
]),
|
|
2563
2567
|
_: 1
|
|
2564
2568
|
});
|
|
2565
2569
|
}
|
|
2566
|
-
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) => {
|
|
2567
2571
|
let n = t || /* @__PURE__ */ new Date();
|
|
2568
2572
|
return e && (n = $o([e, n])), o && (n = xo([o, n])), n;
|
|
2569
2573
|
}, On = z({
|
|
@@ -2626,7 +2630,7 @@ const zn = /* @__PURE__ */ Te(Sn, [["render", In], ["__scopeId", "data-v-81ac698
|
|
|
2626
2630
|
type: String,
|
|
2627
2631
|
required: !1,
|
|
2628
2632
|
default: "day",
|
|
2629
|
-
validate: (e) => typeof e == "string" &&
|
|
2633
|
+
validate: (e) => typeof e == "string" && Oe.includes(e)
|
|
2630
2634
|
},
|
|
2631
2635
|
/**
|
|
2632
2636
|
* Date which should be the "center" of the initial view.
|
|
@@ -2730,11 +2734,11 @@ const zn = /* @__PURE__ */ Te(Sn, [["render", In], ["__scopeId", "data-v-81ac698
|
|
|
2730
2734
|
type: String,
|
|
2731
2735
|
required: !1,
|
|
2732
2736
|
default: "day",
|
|
2733
|
-
validate: (e) => typeof e == "string" &&
|
|
2737
|
+
validate: (e) => typeof e == "string" && Oe.includes(e)
|
|
2734
2738
|
}
|
|
2735
2739
|
},
|
|
2736
2740
|
emits: {
|
|
2737
|
-
"update:modelValue": (e) => e == null ||
|
|
2741
|
+
"update:modelValue": (e) => e == null || fe(e),
|
|
2738
2742
|
decadePageChanged: (e) => !0,
|
|
2739
2743
|
yearPageChanged: (e) => !0,
|
|
2740
2744
|
monthPageChanged: (e) => !0,
|
|
@@ -2742,56 +2746,56 @@ const zn = /* @__PURE__ */ Te(Sn, [["render", In], ["__scopeId", "data-v-81ac698
|
|
|
2742
2746
|
closed: () => !0
|
|
2743
2747
|
},
|
|
2744
2748
|
setup(e, { emit: o, attrs: t }) {
|
|
2745
|
-
const n =
|
|
2746
|
-
|
|
2747
|
-
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(), {
|
|
2748
2752
|
locale: e.locale
|
|
2749
2753
|
});
|
|
2750
|
-
|
|
2751
|
-
}),
|
|
2752
|
-
() => 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, {
|
|
2753
2757
|
locale: e.locale
|
|
2754
2758
|
}) : ""
|
|
2755
2759
|
);
|
|
2756
|
-
const u = (
|
|
2757
|
-
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"));
|
|
2758
2762
|
};
|
|
2759
|
-
|
|
2763
|
+
Ye(() => {
|
|
2760
2764
|
e.disabled && (n.value = "none");
|
|
2761
2765
|
});
|
|
2762
|
-
const f = (
|
|
2763
|
-
l.value = F,
|
|
2764
|
-
}, r = (
|
|
2765
|
-
l.value =
|
|
2766
|
-
}, v = (
|
|
2767
|
-
l.value =
|
|
2768
|
-
}, s = (
|
|
2769
|
-
l.value =
|
|
2770
|
-
}, h = (
|
|
2771
|
-
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);
|
|
2772
2776
|
}, m = () => {
|
|
2773
2777
|
e.clearable && (u("none"), o("update:modelValue", null), l.value = e.startingViewDate);
|
|
2774
2778
|
}, k = () => a.value = !0, b = () => u(W.value), y = () => {
|
|
2775
2779
|
a.value = !1, u();
|
|
2776
|
-
}, _ = (
|
|
2777
|
-
const F =
|
|
2780
|
+
}, _ = (V) => {
|
|
2781
|
+
const F = V.keyCode ? V.keyCode : V.which;
|
|
2778
2782
|
if ([
|
|
2779
2783
|
27,
|
|
2780
2784
|
// escape
|
|
2781
2785
|
13
|
|
2782
2786
|
// enter
|
|
2783
2787
|
].includes(F) && i.value.blur(), e.typeable) {
|
|
2784
|
-
const K =
|
|
2788
|
+
const K = dt(
|
|
2785
2789
|
i.value.value,
|
|
2786
2790
|
e.inputFormat,
|
|
2787
2791
|
/* @__PURE__ */ new Date(),
|
|
2788
2792
|
{ locale: e.locale }
|
|
2789
2793
|
);
|
|
2790
|
-
|
|
2794
|
+
fe(K) && p.value === Ee(K, e.inputFormat, { locale: e.locale }) && (p.value = i.value.value, o("update:modelValue", K));
|
|
2791
2795
|
}
|
|
2792
2796
|
}, W = c(() => {
|
|
2793
|
-
const
|
|
2794
|
-
return
|
|
2797
|
+
const V = Oe.indexOf(e.startingView), F = Oe.indexOf(e.minimumView);
|
|
2798
|
+
return V < F ? e.minimumView : e.startingView;
|
|
2795
2799
|
});
|
|
2796
2800
|
return {
|
|
2797
2801
|
blur: y,
|
|
@@ -2811,9 +2815,9 @@ const zn = /* @__PURE__ */ Te(Sn, [["render", In], ["__scopeId", "data-v-81ac698
|
|
|
2811
2815
|
goBackFromTimepicker: () => e.startingView === "time" && e.minimumView === "time" ? null : n.value = "day",
|
|
2812
2816
|
clearModelValue: m,
|
|
2813
2817
|
initialView: W,
|
|
2814
|
-
log: (
|
|
2815
|
-
variables: (
|
|
2816
|
-
Object.entries(
|
|
2818
|
+
log: (V) => console.log(V),
|
|
2819
|
+
variables: (V) => Object.fromEntries(
|
|
2820
|
+
Object.entries(V ?? {}).filter(([F, K]) => F.startsWith("--"))
|
|
2817
2821
|
)
|
|
2818
2822
|
};
|
|
2819
2823
|
}
|
|
@@ -2825,7 +2829,7 @@ function qn(e, o, t, n, l, i) {
|
|
|
2825
2829
|
style: E(e.variables(e.$attrs.style))
|
|
2826
2830
|
}, [
|
|
2827
2831
|
w("div", Wn, [
|
|
2828
|
-
|
|
2832
|
+
ue(w("input", Me({
|
|
2829
2833
|
type: "text",
|
|
2830
2834
|
ref: "inputRef",
|
|
2831
2835
|
readonly: !e.typeable,
|
|
@@ -2839,19 +2843,19 @@ function qn(e, o, t, n, l, i) {
|
|
|
2839
2843
|
onFocus: o[3] || (o[3] = (...r) => e.focus && e.focus(...r)),
|
|
2840
2844
|
onClick: o[4] || (o[4] = (...r) => e.click && e.click(...r))
|
|
2841
2845
|
}), null, 16, En), [
|
|
2842
|
-
[
|
|
2846
|
+
[Ne, e.input]
|
|
2843
2847
|
]),
|
|
2844
|
-
|
|
2848
|
+
ue(w("div", Fn, [
|
|
2845
2849
|
O(e.$slots, "clear", { onClear: e.clearModelValue }, () => [
|
|
2846
2850
|
w("i", {
|
|
2847
2851
|
onClick: o[5] || (o[5] = (r) => e.clearModelValue())
|
|
2848
2852
|
}, "x")
|
|
2849
2853
|
])
|
|
2850
2854
|
], 512), [
|
|
2851
|
-
[
|
|
2855
|
+
[Se, e.clearable && e.modelValue]
|
|
2852
2856
|
])
|
|
2853
2857
|
]),
|
|
2854
|
-
|
|
2858
|
+
ue(U(a, {
|
|
2855
2859
|
pageDate: e.pageDate,
|
|
2856
2860
|
"onUpdate:pageDate": o[6] || (o[6] = (r) => e.updatePageDate("year", r)),
|
|
2857
2861
|
selected: e.modelValue,
|
|
@@ -2859,9 +2863,9 @@ function qn(e, o, t, n, l, i) {
|
|
|
2859
2863
|
upperLimit: e.upperLimit,
|
|
2860
2864
|
onSelect: e.selectYear
|
|
2861
2865
|
}, null, 8, ["pageDate", "selected", "lowerLimit", "upperLimit", "onSelect"]), [
|
|
2862
|
-
[
|
|
2866
|
+
[Se, e.viewShown === "year"]
|
|
2863
2867
|
]),
|
|
2864
|
-
|
|
2868
|
+
ue(U(p, {
|
|
2865
2869
|
pageDate: e.pageDate,
|
|
2866
2870
|
"onUpdate:pageDate": o[7] || (o[7] = (r) => e.updatePageDate("month", r)),
|
|
2867
2871
|
selected: e.modelValue,
|
|
@@ -2872,9 +2876,9 @@ function qn(e, o, t, n, l, i) {
|
|
|
2872
2876
|
locale: e.locale,
|
|
2873
2877
|
onBack: o[8] || (o[8] = (r) => e.viewShown = "year")
|
|
2874
2878
|
}, null, 8, ["pageDate", "selected", "onSelect", "lowerLimit", "upperLimit", "format", "locale"]), [
|
|
2875
|
-
[
|
|
2879
|
+
[Se, e.viewShown === "month"]
|
|
2876
2880
|
]),
|
|
2877
|
-
|
|
2881
|
+
ue(U(u, {
|
|
2878
2882
|
pageDate: e.pageDate,
|
|
2879
2883
|
"onUpdate:pageDate": o[9] || (o[9] = (r) => e.updatePageDate("day", r)),
|
|
2880
2884
|
selected: e.modelValue,
|
|
@@ -2890,9 +2894,9 @@ function qn(e, o, t, n, l, i) {
|
|
|
2890
2894
|
onSelect: e.selectDay,
|
|
2891
2895
|
onBack: o[10] || (o[10] = (r) => e.viewShown = "month")
|
|
2892
2896
|
}, null, 8, ["pageDate", "selected", "weekStartsOn", "lowerLimit", "upperLimit", "headingFormat", "disabledDates", "locale", "weekdayFormat", "allow-outside-interval", "format", "onSelect"]), [
|
|
2893
|
-
[
|
|
2897
|
+
[Se, e.viewShown === "day"]
|
|
2894
2898
|
]),
|
|
2895
|
-
|
|
2899
|
+
ue(U(f, {
|
|
2896
2900
|
pageDate: e.pageDate,
|
|
2897
2901
|
visible: e.viewShown === "time",
|
|
2898
2902
|
selected: e.modelValue,
|
|
@@ -2900,11 +2904,11 @@ function qn(e, o, t, n, l, i) {
|
|
|
2900
2904
|
onSelect: e.selectTime,
|
|
2901
2905
|
onBack: e.goBackFromTimepicker
|
|
2902
2906
|
}, null, 8, ["pageDate", "visible", "selected", "disabledTime", "onSelect", "onBack"]), [
|
|
2903
|
-
[
|
|
2907
|
+
[Se, e.viewShown === "time"]
|
|
2904
2908
|
])
|
|
2905
2909
|
], 4);
|
|
2906
2910
|
}
|
|
2907
|
-
const Nn = /* @__PURE__ */
|
|
2911
|
+
const Nn = /* @__PURE__ */ Ve(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
2908
2912
|
key: 0,
|
|
2909
2913
|
class: "ck-input-date__optional-label"
|
|
2910
2914
|
}, jn = /* @__PURE__ */ z({
|
|
@@ -2926,7 +2930,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
2926
2930
|
},
|
|
2927
2931
|
emits: ["update:modelValue", "change"],
|
|
2928
2932
|
setup(e, { emit: o }) {
|
|
2929
|
-
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({
|
|
2930
2934
|
get() {
|
|
2931
2935
|
return s(t.modelValue);
|
|
2932
2936
|
},
|
|
@@ -2935,13 +2939,13 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
2935
2939
|
}
|
|
2936
2940
|
}), r = c(() => {
|
|
2937
2941
|
const y = [];
|
|
2938
|
-
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;
|
|
2939
2943
|
}), v = c(() => {
|
|
2940
2944
|
const y = [];
|
|
2941
2945
|
let _ = "";
|
|
2942
|
-
return l.value.darkMode && (_ = l.value.darkModeColorItems), _ && !
|
|
2946
|
+
return l.value.darkMode && (_ = l.value.darkModeColorItems), _ && !P.isColorTemplateVariable(_) && y.push({ backgroundColor: _ }), y;
|
|
2943
2947
|
});
|
|
2944
|
-
|
|
2948
|
+
de(() => t.modelValue, (y) => {
|
|
2945
2949
|
a.value && (a.value.style.display = "block", a.value.focus(), a.value.style.display = "none"), n("change", y);
|
|
2946
2950
|
});
|
|
2947
2951
|
function s(y) {
|
|
@@ -2951,14 +2955,14 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
2951
2955
|
}
|
|
2952
2956
|
function h(y) {
|
|
2953
2957
|
if (!y) return null;
|
|
2954
|
-
const _ = y.getFullYear(), W = Be(y.getMonth() + 1, 2),
|
|
2955
|
-
return `${_}-${W}-${
|
|
2958
|
+
const _ = y.getFullYear(), W = Be(y.getMonth() + 1, 2), V = Be(y.getDate(), 2);
|
|
2959
|
+
return `${_}-${W}-${V}`;
|
|
2956
2960
|
}
|
|
2957
2961
|
function m() {
|
|
2958
2962
|
const y = document.getElementById(`${u.value}`), _ = y == null ? void 0 : y.querySelector(".v3dp__popout-day");
|
|
2959
2963
|
let W = { y: 0 };
|
|
2960
|
-
const
|
|
2961
|
-
|
|
2964
|
+
const V = document.querySelector(".ck-popup__slot-body");
|
|
2965
|
+
V instanceof HTMLElement && (V.style.overflow = "hidden"), y && (W = y.getBoundingClientRect());
|
|
2962
2966
|
const F = window.innerHeight - W.y;
|
|
2963
2967
|
y && _ && (F - 300 < 0 ? _.setAttribute("style", "bottom: 0px") : _.setAttribute("style", `top: ${W.y + 60}px;`), y.setAttribute("style", "overflow: hidden;"));
|
|
2964
2968
|
}
|
|
@@ -2970,38 +2974,38 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
2970
2974
|
t.clearable && (f.value = s(t.clearValue));
|
|
2971
2975
|
}
|
|
2972
2976
|
return (y, _) => {
|
|
2973
|
-
const W = Y("ck-label"),
|
|
2974
|
-
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 }, {
|
|
2975
2979
|
default: q(() => {
|
|
2976
2980
|
var K;
|
|
2977
2981
|
return [
|
|
2978
2982
|
w("div", {
|
|
2979
2983
|
id: u.value,
|
|
2980
|
-
class:
|
|
2984
|
+
class: S(["ck-input-date", r.value])
|
|
2981
2985
|
}, [
|
|
2982
2986
|
w("input", {
|
|
2983
2987
|
ref_key: "refInput",
|
|
2984
2988
|
ref: a,
|
|
2985
2989
|
class: "ck-input-date--focus-absorber"
|
|
2986
2990
|
}, null, 512),
|
|
2987
|
-
|
|
2991
|
+
U(W, null, {
|
|
2988
2992
|
default: q(() => [
|
|
2989
|
-
G(
|
|
2993
|
+
G(L(e.label) + " ", 1),
|
|
2990
2994
|
e.optional ? (d(), g("span", Un, "opcional")) : C("", !0)
|
|
2991
2995
|
]),
|
|
2992
2996
|
_: 1
|
|
2993
2997
|
}),
|
|
2994
2998
|
w("div", {
|
|
2995
|
-
class:
|
|
2999
|
+
class: S(["ck-picker-container", ((K = xe(l)) == null ? void 0 : K.darkMode) && "picker-dark"])
|
|
2996
3000
|
}, [
|
|
2997
|
-
e.icon ? (d(),
|
|
3001
|
+
e.icon ? (d(), D(V, {
|
|
2998
3002
|
key: 0,
|
|
2999
3003
|
class: "ck-input__icon-left",
|
|
3000
3004
|
color: e.iconColor ? e.iconColor : "lightgrey",
|
|
3001
3005
|
icon: e.icon,
|
|
3002
3006
|
"icon-pack": e.iconPack
|
|
3003
3007
|
}, null, 8, ["color", "icon", "icon-pack"])) : C("", !0),
|
|
3004
|
-
|
|
3008
|
+
U(xe(Nn), {
|
|
3005
3009
|
modelValue: f.value,
|
|
3006
3010
|
"onUpdate:modelValue": _[0] || (_[0] = (oe) => f.value = oe),
|
|
3007
3011
|
"input-format": "dd-MM-yyyy",
|
|
@@ -3011,9 +3015,9 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3011
3015
|
onOpened: m,
|
|
3012
3016
|
onClosed: k
|
|
3013
3017
|
}, null, 8, ["modelValue", "style", "disabled", "locale"]),
|
|
3014
|
-
e.clearable && e.modelValue != e.clearValue || e.iconRight ? (d(),
|
|
3018
|
+
e.clearable && e.modelValue != e.clearValue || e.iconRight ? (d(), D(V, {
|
|
3015
3019
|
key: 1,
|
|
3016
|
-
class:
|
|
3020
|
+
class: S(["ck-input__icon-right", { "icon-right__clearable": e.clearable }]),
|
|
3017
3021
|
color: e.clearable ? "grey" : e.iconColor ? e.iconColor : "lightgrey",
|
|
3018
3022
|
icon: e.clearable ? "xmark" : e.iconRight,
|
|
3019
3023
|
"icon-pack": e.clearable ? "font-awesome" : e.iconPack,
|
|
@@ -3027,7 +3031,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3027
3031
|
}, 8, ["width-breaks"]);
|
|
3028
3032
|
};
|
|
3029
3033
|
}
|
|
3030
|
-
}), Gn = /* @__PURE__ */
|
|
3034
|
+
}), Gn = /* @__PURE__ */ j(jn, [["__scopeId", "data-v-a1812481"]]), Yn = /* @__PURE__ */ z({
|
|
3031
3035
|
__name: "ck-input-time",
|
|
3032
3036
|
props: {
|
|
3033
3037
|
modelValue: {},
|
|
@@ -3041,7 +3045,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3041
3045
|
setup(e, { emit: o }) {
|
|
3042
3046
|
const t = e, n = o, l = c({
|
|
3043
3047
|
get() {
|
|
3044
|
-
return typeof t.modelValue != "number" ? null :
|
|
3048
|
+
return typeof t.modelValue != "number" ? null : Fe(t.modelValue);
|
|
3045
3049
|
},
|
|
3046
3050
|
set(i) {
|
|
3047
3051
|
n("update:modelValue", +Ro(i));
|
|
@@ -3049,7 +3053,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3049
3053
|
});
|
|
3050
3054
|
return (i, a) => {
|
|
3051
3055
|
const p = Y("ck-input");
|
|
3052
|
-
return d(),
|
|
3056
|
+
return d(), D(p, {
|
|
3053
3057
|
modelValue: l.value,
|
|
3054
3058
|
"onUpdate:modelValue": a[0] || (a[0] = (u) => l.value = u),
|
|
3055
3059
|
type: "time",
|
|
@@ -3068,7 +3072,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3068
3072
|
icon: {}
|
|
3069
3073
|
},
|
|
3070
3074
|
setup(e) {
|
|
3071
|
-
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));
|
|
3072
3076
|
function a(p) {
|
|
3073
3077
|
l.value = p;
|
|
3074
3078
|
}
|
|
@@ -3080,12 +3084,12 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3080
3084
|
});
|
|
3081
3085
|
}), (p, u) => l.value ? (d(), g("div", {
|
|
3082
3086
|
key: 0,
|
|
3083
|
-
class:
|
|
3087
|
+
class: S(["ck-tab", { "ck-tab--transparent": i.value }])
|
|
3084
3088
|
}, [
|
|
3085
3089
|
O(p.$slots, "default", {}, void 0, !0)
|
|
3086
3090
|
], 2)) : C("", !0);
|
|
3087
3091
|
}
|
|
3088
|
-
}), 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({
|
|
3089
3093
|
__name: "ck-tabs",
|
|
3090
3094
|
props: {
|
|
3091
3095
|
type: {},
|
|
@@ -3093,7 +3097,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3093
3097
|
},
|
|
3094
3098
|
emits: ["tabSelected"],
|
|
3095
3099
|
setup(e, { expose: o, emit: t }) {
|
|
3096
|
-
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(() => {
|
|
3097
3101
|
const b = [];
|
|
3098
3102
|
return r.value && b.push(`ck-tabs__header--button-${r.value}`), b;
|
|
3099
3103
|
});
|
|
@@ -3113,9 +3117,9 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3113
3117
|
function k() {
|
|
3114
3118
|
n.value && n.value.scrollBy({ left: 200, behavior: "smooth" });
|
|
3115
3119
|
}
|
|
3116
|
-
return
|
|
3120
|
+
return rt("addTab", (b) => {
|
|
3117
3121
|
u.value.push(b);
|
|
3118
|
-
}),
|
|
3122
|
+
}), rt("isTabContentTransparent", c(() => !!a.isContentTransparent)), $e(() => {
|
|
3119
3123
|
var y;
|
|
3120
3124
|
h(), (y = n.value) == null || y.addEventListener("scroll", h);
|
|
3121
3125
|
const b = u.value.find((_) => _.active) || u.value[0];
|
|
@@ -3126,46 +3130,46 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3126
3130
|
const _ = Y("ck-icon"), W = Y("ck-circle");
|
|
3127
3131
|
return d(), g("div", Jn, [
|
|
3128
3132
|
w("div", {
|
|
3129
|
-
class:
|
|
3133
|
+
class: S(["ck-tabs__header", { "has-left-arrow": l.value, "has-right-arrow": i.value }])
|
|
3130
3134
|
}, [
|
|
3131
|
-
l.value ? (d(),
|
|
3135
|
+
l.value ? (d(), D(W, {
|
|
3132
3136
|
key: 0,
|
|
3133
3137
|
class: "header--scroll-btn",
|
|
3134
3138
|
color: "primary",
|
|
3135
3139
|
size: "xs",
|
|
3136
|
-
onClick: y[0] || (y[0] = (
|
|
3140
|
+
onClick: y[0] || (y[0] = (V) => m())
|
|
3137
3141
|
}, {
|
|
3138
3142
|
default: q(() => [
|
|
3139
|
-
|
|
3143
|
+
U(_, { icon: "chevron-left" })
|
|
3140
3144
|
]),
|
|
3141
3145
|
_: 1
|
|
3142
3146
|
})) : C("", !0),
|
|
3143
3147
|
w("div", {
|
|
3144
3148
|
ref_key: "tabsContainer",
|
|
3145
3149
|
ref: n,
|
|
3146
|
-
class:
|
|
3150
|
+
class: S(["ck-tabs__header-content", { "header-content--flat": r.value === "flat" }])
|
|
3147
3151
|
}, [
|
|
3148
|
-
(d(!0), g(
|
|
3152
|
+
(d(!0), g(X, null, re(u.value, (V, F) => (d(), g("div", {
|
|
3149
3153
|
key: F,
|
|
3150
|
-
class:
|
|
3154
|
+
class: S([v.value, { "is-selected": f.value === F }]),
|
|
3151
3155
|
onClick: (K) => s(F)
|
|
3152
3156
|
}, [
|
|
3153
|
-
|
|
3157
|
+
V.icon ? (d(), D(_, {
|
|
3154
3158
|
key: 0,
|
|
3155
|
-
icon:
|
|
3159
|
+
icon: V.icon
|
|
3156
3160
|
}, null, 8, ["icon"])) : C("", !0),
|
|
3157
|
-
G(" " +
|
|
3161
|
+
G(" " + L(V.title), 1)
|
|
3158
3162
|
], 10, Xn))), 128))
|
|
3159
3163
|
], 2),
|
|
3160
|
-
i.value ? (d(),
|
|
3164
|
+
i.value ? (d(), D(W, {
|
|
3161
3165
|
key: 1,
|
|
3162
3166
|
class: "header--scroll-btn",
|
|
3163
3167
|
color: "primary",
|
|
3164
3168
|
size: "xs",
|
|
3165
|
-
onClick: y[1] || (y[1] = (
|
|
3169
|
+
onClick: y[1] || (y[1] = (V) => k())
|
|
3166
3170
|
}, {
|
|
3167
3171
|
default: q(() => [
|
|
3168
|
-
|
|
3172
|
+
U(_, { icon: "chevron-right" })
|
|
3169
3173
|
]),
|
|
3170
3174
|
_: 1
|
|
3171
3175
|
})) : C("", !0)
|
|
@@ -3176,7 +3180,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3176
3180
|
]);
|
|
3177
3181
|
};
|
|
3178
3182
|
}
|
|
3179
|
-
}), oa = /* @__PURE__ */
|
|
3183
|
+
}), oa = /* @__PURE__ */ j(ta, [["__scopeId", "data-v-435b8294"]]), la = "rounded", na = /* @__PURE__ */ z({
|
|
3180
3184
|
__name: "ck-toggle",
|
|
3181
3185
|
props: {
|
|
3182
3186
|
modelValue: { type: Boolean },
|
|
@@ -3203,16 +3207,16 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3203
3207
|
return (p, u) => {
|
|
3204
3208
|
const f = Y("ck-icon");
|
|
3205
3209
|
return d(), g("div", {
|
|
3206
|
-
class:
|
|
3210
|
+
class: S(["ck-toggle", [l.value, { "is-active": a.value }]]),
|
|
3207
3211
|
onClick: u[0] || (u[0] = (r) => a.value = !a.value)
|
|
3208
3212
|
}, [
|
|
3209
|
-
e.icon ? (d(),
|
|
3213
|
+
e.icon ? (d(), D(f, {
|
|
3210
3214
|
key: 0,
|
|
3211
3215
|
icon: e.icon,
|
|
3212
3216
|
"icon-pack": e.iconPack
|
|
3213
3217
|
}, null, 8, ["icon", "icon-pack"])) : C("", !0),
|
|
3214
3218
|
O(p.$slots, "default", {}, void 0, !0),
|
|
3215
|
-
e.iconRight ? (d(),
|
|
3219
|
+
e.iconRight ? (d(), D(f, {
|
|
3216
3220
|
key: 1,
|
|
3217
3221
|
icon: e.iconRight,
|
|
3218
3222
|
"icon-pack": e.iconPack
|
|
@@ -3220,7 +3224,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3220
3224
|
], 2);
|
|
3221
3225
|
};
|
|
3222
3226
|
}
|
|
3223
|
-
}), aa = /* @__PURE__ */
|
|
3227
|
+
}), aa = /* @__PURE__ */ j(na, [["__scopeId", "data-v-e17893c4"]]), ia = { class: "ck-toggle-group" }, sa = /* @__PURE__ */ z({
|
|
3224
3228
|
__name: "ck-toggle-group",
|
|
3225
3229
|
props: /* @__PURE__ */ te({
|
|
3226
3230
|
options: {},
|
|
@@ -3236,7 +3240,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3236
3240
|
}),
|
|
3237
3241
|
emits: /* @__PURE__ */ te(["change"], ["update:modelValue"]),
|
|
3238
3242
|
setup(e, { emit: o }) {
|
|
3239
|
-
const t =
|
|
3243
|
+
const t = me(e, "modelValue"), n = e, l = o;
|
|
3240
3244
|
function i(r) {
|
|
3241
3245
|
return r.name;
|
|
3242
3246
|
}
|
|
@@ -3262,12 +3266,12 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3262
3266
|
return (r, v) => {
|
|
3263
3267
|
const s = Y("ck-label"), h = Y("ck-toggle");
|
|
3264
3268
|
return d(), g("div", ia, [
|
|
3265
|
-
e.label ? (d(),
|
|
3269
|
+
e.label ? (d(), D(s, {
|
|
3266
3270
|
key: 0,
|
|
3267
3271
|
align: e.labelAlign
|
|
3268
3272
|
}, {
|
|
3269
3273
|
default: q(() => [
|
|
3270
|
-
G(
|
|
3274
|
+
G(L(e.label), 1)
|
|
3271
3275
|
]),
|
|
3272
3276
|
_: 1
|
|
3273
3277
|
}, 8, ["align"])) : C("", !0),
|
|
@@ -3275,7 +3279,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3275
3279
|
class: "ck-toggle-group__options",
|
|
3276
3280
|
style: E({ gap: e.gap })
|
|
3277
3281
|
}, [
|
|
3278
|
-
(d(!0), g(
|
|
3282
|
+
(d(!0), g(X, null, re(e.options, (m) => (d(), D(h, {
|
|
3279
3283
|
key: a(m),
|
|
3280
3284
|
"model-value": u(m),
|
|
3281
3285
|
icon: p(m),
|
|
@@ -3285,7 +3289,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3285
3289
|
onClick: (k) => f(m)
|
|
3286
3290
|
}, {
|
|
3287
3291
|
default: q(() => [
|
|
3288
|
-
G(
|
|
3292
|
+
G(L(i(m)), 1)
|
|
3289
3293
|
]),
|
|
3290
3294
|
_: 2
|
|
3291
3295
|
}, 1032, ["model-value", "icon", "icon-pack", "layout", "onClick"]))), 128))
|
|
@@ -3293,7 +3297,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3293
3297
|
]);
|
|
3294
3298
|
};
|
|
3295
3299
|
}
|
|
3296
|
-
}), ra = /* @__PURE__ */
|
|
3300
|
+
}), ra = /* @__PURE__ */ j(sa, [["__scopeId", "data-v-9c9770f7"]]), ua = {
|
|
3297
3301
|
key: 0,
|
|
3298
3302
|
class: "extra-actions__container"
|
|
3299
3303
|
}, ca = ["onClick"], da = { class: "extra-action__name" }, pa = /* @__PURE__ */ z({
|
|
@@ -3324,7 +3328,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3324
3328
|
},
|
|
3325
3329
|
emits: ["click", "action"],
|
|
3326
3330
|
setup(e, { emit: o }) {
|
|
3327
|
-
const t = e, n = o, l =
|
|
3331
|
+
const t = e, n = o, l = A(!1), i = "main", a = c(() => {
|
|
3328
3332
|
var v;
|
|
3329
3333
|
return !!((v = t.dropdownButtonActions) != null && v.length);
|
|
3330
3334
|
}), p = c(() => {
|
|
@@ -3349,7 +3353,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3349
3353
|
class: "dropdown-btn__outer",
|
|
3350
3354
|
onMouseleave: s[2] || (s[2] = (h) => l.value = !1)
|
|
3351
3355
|
}, [
|
|
3352
|
-
|
|
3356
|
+
U(_e, Me(p.value, {
|
|
3353
3357
|
onClick: s[0] || (s[0] = (h) => f(h))
|
|
3354
3358
|
}), {
|
|
3355
3359
|
default: q(() => [
|
|
@@ -3362,9 +3366,9 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3362
3366
|
class: "dropdown-btn__chevron-area",
|
|
3363
3367
|
onClick: s[1] || (s[1] = (h) => l.value = !l.value)
|
|
3364
3368
|
}, [
|
|
3365
|
-
|
|
3369
|
+
U(_e, Jt(Xt(u.value)), {
|
|
3366
3370
|
default: q(() => [
|
|
3367
|
-
|
|
3371
|
+
U(Q, {
|
|
3368
3372
|
icon: "angle-down",
|
|
3369
3373
|
size: "xs"
|
|
3370
3374
|
})
|
|
@@ -3372,17 +3376,17 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3372
3376
|
_: 1
|
|
3373
3377
|
}, 16)
|
|
3374
3378
|
])) : C("", !0),
|
|
3375
|
-
|
|
3379
|
+
U(Qt, { name: "fade" }, {
|
|
3376
3380
|
default: q(() => [
|
|
3377
3381
|
l.value ? (d(), g("div", ua, [
|
|
3378
|
-
(d(!0), g(
|
|
3382
|
+
(d(!0), g(X, null, re(e.dropdownButtonActions, (h) => (d(), g("div", {
|
|
3379
3383
|
key: h.id,
|
|
3380
3384
|
class: "extra-action__item",
|
|
3381
3385
|
style: E({ color: u.value.textColor }),
|
|
3382
3386
|
onClick: (m) => r(h.id)
|
|
3383
3387
|
}, [
|
|
3384
|
-
w("span", da,
|
|
3385
|
-
|
|
3388
|
+
w("span", da, L(h.name), 1),
|
|
3389
|
+
U(Q, {
|
|
3386
3390
|
icon: "angle-left",
|
|
3387
3391
|
size: "xs"
|
|
3388
3392
|
})
|
|
@@ -3393,7 +3397,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3393
3397
|
})
|
|
3394
3398
|
], 32));
|
|
3395
3399
|
}
|
|
3396
|
-
}), va = /* @__PURE__ */
|
|
3400
|
+
}), va = /* @__PURE__ */ j(pa, [["__scopeId", "data-v-04843c9d"]]), fa = {
|
|
3397
3401
|
key: 0,
|
|
3398
3402
|
class: "ck-card__header-title"
|
|
3399
3403
|
}, ma = { class: "ck-card__body" }, ha = {
|
|
@@ -3426,26 +3430,26 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3426
3430
|
const r = Y("ck-icon");
|
|
3427
3431
|
return a.value ? (d(), g("div", {
|
|
3428
3432
|
key: 0,
|
|
3429
|
-
class:
|
|
3433
|
+
class: S(["ck-card", p.value])
|
|
3430
3434
|
}, [
|
|
3431
3435
|
e.title || u.$slots.header || i.value ? (d(), g("div", {
|
|
3432
3436
|
key: 0,
|
|
3433
|
-
class:
|
|
3437
|
+
class: S(["ck-card__header", { "is-close-button-visible": i.value }])
|
|
3434
3438
|
}, [
|
|
3435
|
-
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),
|
|
3436
3440
|
O(u.$slots, "header", {}, void 0, !0),
|
|
3437
3441
|
i.value ? (d(), g("div", {
|
|
3438
3442
|
key: 1,
|
|
3439
3443
|
class: "ck-card__close-btn",
|
|
3440
3444
|
onClick: f[0] || (f[0] = (v) => a.value = !1)
|
|
3441
3445
|
}, [
|
|
3442
|
-
|
|
3446
|
+
U(r, { icon: "times" })
|
|
3443
3447
|
])) : C("", !0)
|
|
3444
3448
|
], 2)) : C("", !0),
|
|
3445
3449
|
w("div", ma, [
|
|
3446
|
-
e.subtitle ? (d(), g("div", ha,
|
|
3450
|
+
e.subtitle ? (d(), g("div", ha, L(e.subtitle), 1)) : C("", !0),
|
|
3447
3451
|
w("div", {
|
|
3448
|
-
class:
|
|
3452
|
+
class: S(["ck-card__content", { "content-block": e.block }])
|
|
3449
3453
|
}, [
|
|
3450
3454
|
O(u.$slots, "default", {}, void 0, !0)
|
|
3451
3455
|
], 2)
|
|
@@ -3453,7 +3457,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3453
3457
|
], 2)) : C("", !0);
|
|
3454
3458
|
};
|
|
3455
3459
|
}
|
|
3456
|
-
}), 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({
|
|
3457
3461
|
__name: "ck-chip",
|
|
3458
3462
|
props: {
|
|
3459
3463
|
size: {},
|
|
@@ -3471,28 +3475,28 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3471
3475
|
},
|
|
3472
3476
|
emits: ["click"],
|
|
3473
3477
|
setup(e, { emit: o }) {
|
|
3474
|
-
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(() => {
|
|
3475
3479
|
const s = [];
|
|
3476
|
-
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;
|
|
3477
3481
|
});
|
|
3478
3482
|
function r(s) {
|
|
3479
|
-
return
|
|
3483
|
+
return P.isColorTemplateVariable(s) ? P.getColorHexFromTemplateVariable(s, l.value.colors) : s;
|
|
3480
3484
|
}
|
|
3481
3485
|
const v = c(() => {
|
|
3482
3486
|
const s = [], h = r(u.value);
|
|
3483
3487
|
if (s.push({ "--chip-bg": h }), p.value === "outlined") {
|
|
3484
3488
|
const m = r(t.textColor || u.value);
|
|
3485
3489
|
s.push({ borderColor: h }), s.push({ color: m });
|
|
3486
|
-
} 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 }));
|
|
3487
3491
|
return s;
|
|
3488
3492
|
});
|
|
3489
3493
|
return (s, h) => (d(), g("div", {
|
|
3490
|
-
class:
|
|
3494
|
+
class: S(["ck-chip", f.value]),
|
|
3491
3495
|
color: e.color,
|
|
3492
3496
|
style: E(v.value),
|
|
3493
3497
|
onClick: h[0] || (h[0] = (m) => i("click", m))
|
|
3494
3498
|
}, [
|
|
3495
|
-
e.icon ? (d(),
|
|
3499
|
+
e.icon ? (d(), D(Q, {
|
|
3496
3500
|
key: 0,
|
|
3497
3501
|
class: "pr-2",
|
|
3498
3502
|
icon: e.icon,
|
|
@@ -3501,7 +3505,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3501
3505
|
w("span", null, [
|
|
3502
3506
|
O(s.$slots, "default", {}, void 0, !0)
|
|
3503
3507
|
]),
|
|
3504
|
-
e.iconRight ? (d(),
|
|
3508
|
+
e.iconRight ? (d(), D(Q, {
|
|
3505
3509
|
key: 1,
|
|
3506
3510
|
class: "pl-2",
|
|
3507
3511
|
icon: e.iconRight,
|
|
@@ -3509,7 +3513,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3509
3513
|
}, null, 8, ["icon", "icon-pack"])) : C("", !0)
|
|
3510
3514
|
], 14, ba));
|
|
3511
3515
|
}
|
|
3512
|
-
}), _a = /* @__PURE__ */
|
|
3516
|
+
}), _a = /* @__PURE__ */ j(xa, [["__scopeId", "data-v-2ad8cd7f"]]), Ba = "primary", Ta = "m", Va = "white", Da = /* @__PURE__ */ z({
|
|
3513
3517
|
__name: "ck-circle",
|
|
3514
3518
|
props: {
|
|
3515
3519
|
size: {},
|
|
@@ -3527,16 +3531,16 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3527
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;
|
|
3528
3532
|
}), i = c(() => {
|
|
3529
3533
|
const a = [];
|
|
3530
|
-
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;
|
|
3531
3535
|
});
|
|
3532
3536
|
return (a, p) => {
|
|
3533
3537
|
const u = Y("ck-icon");
|
|
3534
3538
|
return d(), g("div", {
|
|
3535
|
-
class:
|
|
3539
|
+
class: S(["ck-circle", l.value]),
|
|
3536
3540
|
style: E(i.value),
|
|
3537
3541
|
onClick: p[0] || (p[0] = (f) => n("click", f))
|
|
3538
3542
|
}, [
|
|
3539
|
-
e.icon ? (d(),
|
|
3543
|
+
e.icon ? (d(), D(u, {
|
|
3540
3544
|
key: 0,
|
|
3541
3545
|
icon: e.icon,
|
|
3542
3546
|
"icon-pack": e.iconPack
|
|
@@ -3545,7 +3549,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3545
3549
|
], 6);
|
|
3546
3550
|
};
|
|
3547
3551
|
}
|
|
3548
|
-
}), Sa = /* @__PURE__ */
|
|
3552
|
+
}), Sa = /* @__PURE__ */ j(Da, [["__scopeId", "data-v-309b5dd5"]]), La = /* @__PURE__ */ z({
|
|
3549
3553
|
__name: "ck-div",
|
|
3550
3554
|
props: {
|
|
3551
3555
|
widthBreaks: {},
|
|
@@ -3554,10 +3558,10 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3554
3558
|
},
|
|
3555
3559
|
emits: ["click"],
|
|
3556
3560
|
setup(e, { emit: o }) {
|
|
3557
|
-
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(() => {
|
|
3558
3562
|
const p = [];
|
|
3559
3563
|
if (t.widthBreaks) {
|
|
3560
|
-
const f =
|
|
3564
|
+
const f = P.getWidthByWidthBreaks(t.widthBreaks, i.value);
|
|
3561
3565
|
f && p.push({ width: f });
|
|
3562
3566
|
}
|
|
3563
3567
|
const u = t.gap || l.value.div.gap;
|
|
@@ -3593,14 +3597,14 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3593
3597
|
},
|
|
3594
3598
|
emits: ["click"],
|
|
3595
3599
|
setup(e, { emit: o }) {
|
|
3596
|
-
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(() => {
|
|
3597
3601
|
const m = [];
|
|
3598
|
-
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;
|
|
3599
3603
|
}), r = c(() => {
|
|
3600
3604
|
const m = [];
|
|
3601
3605
|
t.sizeAbsolute && (m.push({ width: t.sizeAbsolute }), m.push({ height: t.sizeAbsolute }));
|
|
3602
3606
|
let k = t.radius;
|
|
3603
|
-
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;
|
|
3604
3608
|
}), v = c(() => {
|
|
3605
3609
|
const m = [];
|
|
3606
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;
|
|
@@ -3612,7 +3616,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3612
3616
|
return $e(() => {
|
|
3613
3617
|
a.value = !0;
|
|
3614
3618
|
}), (m, k) => (d(), g("div", {
|
|
3615
|
-
class:
|
|
3619
|
+
class: S(["ck-img", f.value]),
|
|
3616
3620
|
style: E(r.value),
|
|
3617
3621
|
onClick: k[1] || (k[1] = (b) => n("click", b))
|
|
3618
3622
|
}, [
|
|
@@ -3624,7 +3628,7 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3624
3628
|
}, null, 44, Aa)
|
|
3625
3629
|
], 6));
|
|
3626
3630
|
}
|
|
3627
|
-
}), Ia = /* @__PURE__ */
|
|
3631
|
+
}), Ia = /* @__PURE__ */ j(Ma, [["__scopeId", "data-v-485e840f"]]), za = ["onKeyup"], Ra = ["name", "value", "disabled"], Oa = {
|
|
3628
3632
|
key: 0,
|
|
3629
3633
|
class: "c-Radio__label"
|
|
3630
3634
|
}, Wa = /* @__PURE__ */ z({
|
|
@@ -3665,19 +3669,19 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3665
3669
|
function u(f, r) {
|
|
3666
3670
|
l.value = f.value, n("change", l.value);
|
|
3667
3671
|
}
|
|
3668
|
-
return (f, r) => (d(!0), g(
|
|
3672
|
+
return (f, r) => (d(!0), g(X, null, re(a.value, (v, s) => (d(), g("label", Me({
|
|
3669
3673
|
key: `radio-${s}`,
|
|
3670
3674
|
class: "ck-radio"
|
|
3671
3675
|
}, { ref_for: !0 }, i.value, {
|
|
3672
3676
|
class: p.value,
|
|
3673
|
-
onKeydown: r[1] || (r[1] =
|
|
3677
|
+
onKeydown: r[1] || (r[1] = ke(se(() => {
|
|
3674
3678
|
}, ["prevent"]), ["space"])),
|
|
3675
3679
|
onKeyup: [
|
|
3676
|
-
|
|
3677
|
-
|
|
3680
|
+
ke((h) => u(v), ["enter"]),
|
|
3681
|
+
ke((h) => u(v), ["space"])
|
|
3678
3682
|
]
|
|
3679
3683
|
}), [
|
|
3680
|
-
|
|
3684
|
+
ue(w("input", {
|
|
3681
3685
|
"onUpdate:modelValue": r[0] || (r[0] = (h) => l.value = h),
|
|
3682
3686
|
class: "c-Radio__input",
|
|
3683
3687
|
"aria-hidden": "true",
|
|
@@ -3689,10 +3693,10 @@ const Nn = /* @__PURE__ */ Te(On, [["render", qn]]), Hn = ["id"], Un = {
|
|
|
3689
3693
|
[eo, l.value]
|
|
3690
3694
|
]),
|
|
3691
3695
|
r[2] || (r[2] = w("div", { class: "c-Radio__element" }, null, -1)),
|
|
3692
|
-
v.label ? (d(), g("span", Oa,
|
|
3696
|
+
v.label ? (d(), g("span", Oa, L(v.label), 1)) : C("", !0)
|
|
3693
3697
|
], 16, za))), 128));
|
|
3694
3698
|
}
|
|
3695
|
-
}), Ea = /* @__PURE__ */
|
|
3699
|
+
}), Ea = /* @__PURE__ */ j(Wa, [["__scopeId", "data-v-2884e5c3"]]);
|
|
3696
3700
|
function Fa(e, o) {
|
|
3697
3701
|
const t = (n) => {
|
|
3698
3702
|
var i;
|
|
@@ -3703,7 +3707,7 @@ function Fa(e, o) {
|
|
|
3703
3707
|
}
|
|
3704
3708
|
window[n]("scroll", o);
|
|
3705
3709
|
};
|
|
3706
|
-
$e(() => t("addEventListener")),
|
|
3710
|
+
$e(() => t("addEventListener")), lt(() => t("removeEventListener"));
|
|
3707
3711
|
}
|
|
3708
3712
|
const qa = {
|
|
3709
3713
|
key: 0,
|
|
@@ -3752,240 +3756,240 @@ const qa = {
|
|
|
3752
3756
|
}),
|
|
3753
3757
|
emits: /* @__PURE__ */ te(["change", "click"], ["update:modelValue"]),
|
|
3754
3758
|
setup(e, { expose: o, emit: t }) {
|
|
3755
|
-
const n =
|
|
3759
|
+
const n = me(e, "modelValue"), l = e, i = t;
|
|
3756
3760
|
o({
|
|
3757
|
-
focus:
|
|
3758
|
-
blur:
|
|
3761
|
+
focus: J,
|
|
3762
|
+
blur: N
|
|
3759
3763
|
});
|
|
3760
|
-
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(() => {
|
|
3761
3765
|
if (m.value) return l.options;
|
|
3762
|
-
const
|
|
3766
|
+
const x = vt(s.value).split(" ");
|
|
3763
3767
|
return l.options.filter((I) => {
|
|
3764
|
-
const ee =
|
|
3765
|
-
return
|
|
3768
|
+
const ee = vt(Z(I));
|
|
3769
|
+
return x.every((H) => ee.includes(H));
|
|
3766
3770
|
});
|
|
3767
|
-
}), F = c(() =>
|
|
3771
|
+
}), F = c(() => V.value.length), K = c(() => {
|
|
3768
3772
|
if (h.value && b.value)
|
|
3769
3773
|
return Z(b.value);
|
|
3770
3774
|
}), oe = c(() => l.disabled || _.value), ae = c(() => {
|
|
3771
|
-
var
|
|
3775
|
+
var x;
|
|
3772
3776
|
if (typeof l.clearValue < "u") return l.clearValue;
|
|
3773
|
-
if ((
|
|
3774
|
-
}),
|
|
3777
|
+
if ((x = a.value.select) != null && x.clearValue) return a.value.select.clearValue;
|
|
3778
|
+
}), pe = c(() => {
|
|
3775
3779
|
if (ae.value) return ae.value;
|
|
3776
|
-
const
|
|
3777
|
-
switch (typeof
|
|
3780
|
+
const x = n.value;
|
|
3781
|
+
switch (typeof x) {
|
|
3778
3782
|
case "number":
|
|
3779
3783
|
return 0;
|
|
3780
3784
|
case "string":
|
|
3781
3785
|
return "";
|
|
3782
3786
|
case "object":
|
|
3783
|
-
return
|
|
3787
|
+
return x ? Array.isArray(x) ? [] : {} : null;
|
|
3784
3788
|
default:
|
|
3785
3789
|
return null;
|
|
3786
3790
|
}
|
|
3787
|
-
}),
|
|
3788
|
-
const
|
|
3789
|
-
return ae.value ?
|
|
3790
|
-
}),
|
|
3791
|
-
() => (_.value ||
|
|
3792
|
-
),
|
|
3793
|
-
const
|
|
3794
|
-
return l.icon &&
|
|
3795
|
-
}),
|
|
3796
|
-
const
|
|
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;
|
|
3799
|
+
}), ce = c(() => {
|
|
3800
|
+
const x = [];
|
|
3797
3801
|
let I = !1;
|
|
3798
3802
|
if (l.widthBreaks) {
|
|
3799
|
-
const ee =
|
|
3800
|
-
ee && (
|
|
3803
|
+
const ee = P.getWidthByWidthBreaks(l.widthBreaks, p.value);
|
|
3804
|
+
ee && (x.push({ width: ee }), I = !0);
|
|
3801
3805
|
}
|
|
3802
|
-
return !I && l.minWidth &&
|
|
3806
|
+
return !I && l.minWidth && x.push({ "min-width": l.minWidth }), l.width && x.push({ width: l.width }), x;
|
|
3803
3807
|
}), Ce = c(() => {
|
|
3804
|
-
const
|
|
3805
|
-
|
|
3808
|
+
const x = [];
|
|
3809
|
+
x.push(P.getGroupClass(l, p.value));
|
|
3806
3810
|
const I = l.layout || a.value.styles.layout;
|
|
3807
|
-
I &&
|
|
3811
|
+
I && x.push(I), M.value && x.push("clearable");
|
|
3808
3812
|
const ee = l.borderColor || a.value.styles.borderColor;
|
|
3809
|
-
return ee &&
|
|
3810
|
-
}),
|
|
3811
|
-
const
|
|
3812
|
-
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 });
|
|
3813
3817
|
let ee = "";
|
|
3814
|
-
a.value.select.backgroundColor && (ee = a.value.select.backgroundColor), a.value.darkMode && (ee = a.value.darkModeColorItems), ee && !
|
|
3815
|
-
let
|
|
3816
|
-
return a.value.darkMode && (
|
|
3817
|
-
}),
|
|
3818
|
-
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 = [];
|
|
3819
3823
|
let I = a.value.popup.textColor;
|
|
3820
|
-
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;
|
|
3821
3825
|
});
|
|
3822
|
-
|
|
3823
|
-
k.value !== -1 && (k.value + 1 <=
|
|
3824
|
-
}),
|
|
3825
|
-
|
|
3826
|
-
const I = document.documentElement.clientHeight, ee = document.documentElement.clientWidth,
|
|
3827
|
-
|
|
3828
|
-
const
|
|
3829
|
-
|
|
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;
|
|
3830
3834
|
}, 150));
|
|
3831
3835
|
});
|
|
3832
|
-
function
|
|
3833
|
-
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];
|
|
3834
3838
|
}
|
|
3835
|
-
function Z(
|
|
3836
|
-
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];
|
|
3837
3841
|
}
|
|
3838
|
-
function
|
|
3839
|
-
var
|
|
3840
|
-
(
|
|
3842
|
+
function J() {
|
|
3843
|
+
var x, I;
|
|
3844
|
+
(x = u.value) == null || x.focus(), (I = f.value) == null || I.focus();
|
|
3841
3845
|
}
|
|
3842
|
-
function
|
|
3843
|
-
var
|
|
3844
|
-
(
|
|
3846
|
+
function N() {
|
|
3847
|
+
var x, I;
|
|
3848
|
+
(x = u.value) == null || x.blur(), (I = f.value) == null || I.blur();
|
|
3845
3849
|
}
|
|
3846
|
-
function
|
|
3850
|
+
function De() {
|
|
3847
3851
|
s.value = "", m.value = !0, Wt(), h.value = !0;
|
|
3848
3852
|
}
|
|
3849
|
-
function
|
|
3850
|
-
|
|
3853
|
+
function Ue() {
|
|
3854
|
+
Ge(), h.value = !1;
|
|
3851
3855
|
}
|
|
3852
3856
|
function zt() {
|
|
3853
3857
|
m.value = !1;
|
|
3854
3858
|
}
|
|
3855
|
-
function Rt(
|
|
3859
|
+
function Rt(x) {
|
|
3856
3860
|
const I = F.value;
|
|
3857
|
-
if (
|
|
3861
|
+
if (x === "ArrowDown")
|
|
3858
3862
|
k.value = k.value + 1 >= I ? 0 : k.value + 1;
|
|
3859
|
-
else if (
|
|
3863
|
+
else if (x === "ArrowUp")
|
|
3860
3864
|
k.value = k.value <= 0 ? I - 1 : k.value - 1;
|
|
3861
|
-
else if (
|
|
3865
|
+
else if (x === "Enter") {
|
|
3862
3866
|
const ee = k.value >= 0 ? k.value : 0;
|
|
3863
|
-
|
|
3867
|
+
je(B(V.value[ee])), N();
|
|
3864
3868
|
}
|
|
3865
3869
|
}
|
|
3866
|
-
function
|
|
3867
|
-
n.value =
|
|
3870
|
+
function je(x) {
|
|
3871
|
+
n.value = x, i("change", x);
|
|
3868
3872
|
}
|
|
3869
|
-
function
|
|
3870
|
-
const
|
|
3871
|
-
s.value =
|
|
3873
|
+
function Ge() {
|
|
3874
|
+
const x = b.value;
|
|
3875
|
+
s.value = x ? Z(x) : "";
|
|
3872
3876
|
}
|
|
3873
3877
|
function Ot() {
|
|
3874
|
-
s.value = "",
|
|
3878
|
+
s.value = "", je(pe.value);
|
|
3875
3879
|
}
|
|
3876
3880
|
function Wt() {
|
|
3877
3881
|
if (b.value) {
|
|
3878
|
-
const
|
|
3879
|
-
k.value =
|
|
3882
|
+
const x = V.value;
|
|
3883
|
+
k.value = x.findIndex((I) => B(I) === B(b.value));
|
|
3880
3884
|
} else
|
|
3881
3885
|
k.value = -1;
|
|
3882
3886
|
}
|
|
3883
3887
|
return Fa(f, () => {
|
|
3884
|
-
var
|
|
3885
|
-
return (
|
|
3886
|
-
}),
|
|
3888
|
+
var x;
|
|
3889
|
+
return (x = f.value) == null ? void 0 : x.blur();
|
|
3890
|
+
}), Ge(), (x, I) => {
|
|
3887
3891
|
const ee = Y("ck-button");
|
|
3888
3892
|
return d(), g("div", {
|
|
3889
|
-
class:
|
|
3890
|
-
style: E(
|
|
3893
|
+
class: S(["ck-select", ie.value]),
|
|
3894
|
+
style: E(ce.value)
|
|
3891
3895
|
}, [
|
|
3892
|
-
e.label ? (d(),
|
|
3896
|
+
e.label ? (d(), D(Ie, {
|
|
3893
3897
|
key: 0,
|
|
3894
3898
|
align: e.labelAlign,
|
|
3895
3899
|
for: "ck-select"
|
|
3896
3900
|
}, {
|
|
3897
3901
|
default: q(() => [
|
|
3898
|
-
G(
|
|
3902
|
+
G(L(e.label) + " ", 1),
|
|
3899
3903
|
e.optional ? (d(), g("span", qa, "opcional")) : C("", !0)
|
|
3900
3904
|
]),
|
|
3901
3905
|
_: 1
|
|
3902
3906
|
}, 8, ["align"])) : C("", !0),
|
|
3903
|
-
W.value ?
|
|
3907
|
+
W.value ? ue((d(), g("select", {
|
|
3904
3908
|
key: 1,
|
|
3905
3909
|
id: "ck-select",
|
|
3906
3910
|
ref_key: "selectRef",
|
|
3907
3911
|
ref: u,
|
|
3908
|
-
"onUpdate:modelValue": I[0] || (I[0] = (
|
|
3912
|
+
"onUpdate:modelValue": I[0] || (I[0] = (H) => n.value = H),
|
|
3909
3913
|
tabindex: "0",
|
|
3910
|
-
class:
|
|
3911
|
-
style: E(
|
|
3914
|
+
class: S(Ce.value),
|
|
3915
|
+
style: E(ve.value),
|
|
3912
3916
|
disabled: oe.value,
|
|
3913
|
-
onChange: I[1] || (I[1] = (
|
|
3914
|
-
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))
|
|
3915
3919
|
}, [
|
|
3916
|
-
(d(!0), g(
|
|
3917
|
-
key:
|
|
3918
|
-
value:
|
|
3919
|
-
style: E(
|
|
3920
|
-
},
|
|
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))
|
|
3921
3925
|
], 46, Na)), [
|
|
3922
3926
|
[to, n.value]
|
|
3923
|
-
]) :
|
|
3927
|
+
]) : ue((d(), g("input", {
|
|
3924
3928
|
key: 2,
|
|
3925
3929
|
id: "ck-select",
|
|
3926
3930
|
ref_key: "inputRef",
|
|
3927
3931
|
ref: f,
|
|
3928
|
-
"onUpdate:modelValue": I[3] || (I[3] = (
|
|
3932
|
+
"onUpdate:modelValue": I[3] || (I[3] = (H) => s.value = H),
|
|
3929
3933
|
tabindex: "0",
|
|
3930
|
-
class:
|
|
3931
|
-
style: E(
|
|
3934
|
+
class: S(Ce.value),
|
|
3935
|
+
style: E(ve.value),
|
|
3932
3936
|
placeholder: K.value,
|
|
3933
3937
|
disabled: oe.value,
|
|
3934
3938
|
autocomplete: "off",
|
|
3935
|
-
onClick: I[4] || (I[4] = (
|
|
3936
|
-
onFocus: I[5] || (I[5] = (
|
|
3937
|
-
onBlur: I[6] || (I[6] = (
|
|
3938
|
-
onInput: I[7] || (I[7] = (
|
|
3939
|
-
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))
|
|
3940
3944
|
}, null, 46, Ua)), [
|
|
3941
|
-
[
|
|
3945
|
+
[Ne, s.value]
|
|
3942
3946
|
]),
|
|
3943
|
-
(d(),
|
|
3944
|
-
h.value &&
|
|
3947
|
+
(d(), D(Ae, { to: "body" }, [
|
|
3948
|
+
h.value && V.value.length ? (d(), g("ul", {
|
|
3945
3949
|
key: 0,
|
|
3946
3950
|
ref_key: "dropdownRef",
|
|
3947
3951
|
ref: r,
|
|
3948
3952
|
class: "ck-input-dropdown",
|
|
3949
3953
|
style: E(v.value)
|
|
3950
3954
|
}, [
|
|
3951
|
-
(d(!0), g(
|
|
3952
|
-
key:
|
|
3953
|
-
class:
|
|
3954
|
-
"dropdown--option__selected":
|
|
3955
|
-
"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
|
|
3956
3960
|
}]),
|
|
3957
|
-
onMousedown: (
|
|
3958
|
-
onMouseenter: (
|
|
3959
|
-
},
|
|
3961
|
+
onMousedown: (ze) => je(B(H)),
|
|
3962
|
+
onMouseenter: (ze) => k.value = ge
|
|
3963
|
+
}, L(Z(H)), 43, ja))), 128))
|
|
3960
3964
|
], 4)) : C("", !0)
|
|
3961
3965
|
])),
|
|
3962
|
-
|
|
3966
|
+
$.value ? (d(), g("span", {
|
|
3963
3967
|
key: 3,
|
|
3964
3968
|
class: "ck-select--placeholder",
|
|
3965
|
-
textContent:
|
|
3969
|
+
textContent: L(R.value)
|
|
3966
3970
|
}, null, 8, Ga)) : C("", !0),
|
|
3967
|
-
e.icon ? (d(),
|
|
3971
|
+
e.icon ? (d(), D(Q, {
|
|
3968
3972
|
key: 4,
|
|
3969
3973
|
class: "ck-select--icon-left",
|
|
3970
3974
|
icon: e.icon,
|
|
3971
3975
|
"icon-pack": e.iconPack,
|
|
3972
3976
|
color: e.iconColor
|
|
3973
3977
|
}, null, 8, ["icon", "icon-pack", "color"])) : C("", !0),
|
|
3974
|
-
e.iconRight ? (d(),
|
|
3978
|
+
e.iconRight ? (d(), D(Q, {
|
|
3975
3979
|
key: 5,
|
|
3976
3980
|
class: "ck-select--icon-right",
|
|
3977
3981
|
icon: e.iconRight,
|
|
3978
3982
|
"icon-pack": e.iconPack,
|
|
3979
3983
|
color: e.iconColor
|
|
3980
3984
|
}, null, 8, ["icon", "icon-pack", "color"])) : C("", !0),
|
|
3981
|
-
|
|
3985
|
+
M.value ? (d(), D(ee, {
|
|
3982
3986
|
key: 6,
|
|
3983
3987
|
class: "ck-select--btn",
|
|
3984
3988
|
size: "s",
|
|
3985
3989
|
icon: "times",
|
|
3986
3990
|
type: "flat",
|
|
3987
|
-
onClick: I[9] || (I[9] = (
|
|
3988
|
-
})) : oe.value ? C("", !0) : (d(),
|
|
3991
|
+
onClick: I[9] || (I[9] = (H) => Ot())
|
|
3992
|
+
})) : oe.value ? C("", !0) : (d(), D(ee, {
|
|
3989
3993
|
key: 7,
|
|
3990
3994
|
tabindex: "-1",
|
|
3991
3995
|
class: "ck-select--btn",
|
|
@@ -3997,7 +4001,7 @@ const qa = {
|
|
|
3997
4001
|
], 6);
|
|
3998
4002
|
};
|
|
3999
4003
|
}
|
|
4000
|
-
}), Ka = /* @__PURE__ */
|
|
4004
|
+
}), Ka = /* @__PURE__ */ j(Ya, [["__scopeId", "data-v-945ede7c"]]), Za = {
|
|
4001
4005
|
key: 0,
|
|
4002
4006
|
class: "sidebar-header-title"
|
|
4003
4007
|
}, Ja = {
|
|
@@ -4027,7 +4031,7 @@ const qa = {
|
|
|
4027
4031
|
}),
|
|
4028
4032
|
emits: ["update:modelValue"],
|
|
4029
4033
|
setup(e) {
|
|
4030
|
-
const o =
|
|
4034
|
+
const o = me(e, "modelValue"), t = e, n = c(() => ({
|
|
4031
4035
|
"right-side": t.rightSide
|
|
4032
4036
|
})), l = c(() => {
|
|
4033
4037
|
const u = [];
|
|
@@ -4035,38 +4039,38 @@ const qa = {
|
|
|
4035
4039
|
}), i = c(() => {
|
|
4036
4040
|
const u = [];
|
|
4037
4041
|
let f = t.closeBtnAlign;
|
|
4038
|
-
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;
|
|
4039
4043
|
}), a = c(() => {
|
|
4040
4044
|
const u = [];
|
|
4041
|
-
return t.headerColor && !
|
|
4045
|
+
return t.headerColor && !P.isColorTemplateVariable(t.headerColor) && u.push({ "background-color": t.headerColor }), u;
|
|
4042
4046
|
}), p = c(() => t.closeBtnIcon ? t.closeBtnIcon : "times");
|
|
4043
|
-
return
|
|
4047
|
+
return de(() => o.value, (u) => Mt(!u)), (u, f) => {
|
|
4044
4048
|
const r = Y("ck-icon");
|
|
4045
4049
|
return o.value ? (d(), g("div", {
|
|
4046
4050
|
key: 0,
|
|
4047
4051
|
class: "ck-sidebar-background",
|
|
4048
|
-
onClick: f[1] || (f[1] =
|
|
4052
|
+
onClick: f[1] || (f[1] = se((v) => o.value = !1, ["self"]))
|
|
4049
4053
|
}, [
|
|
4050
4054
|
w("div", {
|
|
4051
|
-
class:
|
|
4055
|
+
class: S(["ck-sidebar", n.value]),
|
|
4052
4056
|
style: E(l.value)
|
|
4053
4057
|
}, [
|
|
4054
4058
|
O(u.$slots, "header", {}, void 0, !0),
|
|
4055
4059
|
e.title ? (d(), g("div", {
|
|
4056
4060
|
key: 0,
|
|
4057
|
-
class:
|
|
4061
|
+
class: S(["sidebar-header", i.value]),
|
|
4058
4062
|
style: E(a.value),
|
|
4059
4063
|
onClick: f[0] || (f[0] = (v) => o.value = !1)
|
|
4060
4064
|
}, [
|
|
4061
|
-
e.title ? (d(), g("div", Za,
|
|
4062
|
-
e.notCloseBtn ? (d(),
|
|
4065
|
+
e.title ? (d(), g("div", Za, L(e.title), 1)) : C("", !0),
|
|
4066
|
+
e.notCloseBtn ? (d(), D(r, {
|
|
4063
4067
|
key: 1,
|
|
4064
4068
|
class: "close-btn",
|
|
4065
4069
|
icon: p.value
|
|
4066
4070
|
}, null, 8, ["icon"])) : C("", !0)
|
|
4067
4071
|
], 6)) : C("", !0),
|
|
4068
4072
|
e.isLoading ? (d(), g("div", Ja, [
|
|
4069
|
-
|
|
4073
|
+
U(r, {
|
|
4070
4074
|
icon: "spinner",
|
|
4071
4075
|
size: "xxl",
|
|
4072
4076
|
spin: "",
|
|
@@ -4082,7 +4086,7 @@ const qa = {
|
|
|
4082
4086
|
])) : C("", !0);
|
|
4083
4087
|
};
|
|
4084
4088
|
}
|
|
4085
|
-
}), 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({
|
|
4086
4090
|
__name: "ck-switch",
|
|
4087
4091
|
props: /* @__PURE__ */ te({
|
|
4088
4092
|
preventAutoUpdate: { type: Boolean },
|
|
@@ -4105,23 +4109,23 @@ const qa = {
|
|
|
4105
4109
|
}),
|
|
4106
4110
|
emits: /* @__PURE__ */ te(["click"], ["update:modelValue"]),
|
|
4107
4111
|
setup(e, { emit: o }) {
|
|
4108
|
-
const t =
|
|
4112
|
+
const t = me(e, "modelValue"), n = e, l = o, { cleekOptions: i } = ne(le()), a = c(() => {
|
|
4109
4113
|
const s = [];
|
|
4110
4114
|
n.squared && s.push("is-squared"), n.outlined && s.push("is-outlined"), n.color && s.push(`--${n.color}`);
|
|
4111
|
-
const h = n.size ||
|
|
4115
|
+
const h = n.size || Xe;
|
|
4112
4116
|
return s.push(`ck-switch--size-${h}`), s;
|
|
4113
4117
|
}), p = c(() => ({
|
|
4114
4118
|
"aria-disabled": n.disabled,
|
|
4115
4119
|
tabindex: n.disabled ? void 0 : "0"
|
|
4116
4120
|
})), u = c(() => {
|
|
4117
4121
|
const s = [];
|
|
4118
|
-
return n.size && n.size !==
|
|
4122
|
+
return n.size && n.size !== Xe && s.push(`ck-switch__icon-size--${n.size}`), s;
|
|
4119
4123
|
}), f = c(() => {
|
|
4120
4124
|
const s = [];
|
|
4121
|
-
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;
|
|
4122
4126
|
}), r = c(() => {
|
|
4123
4127
|
const s = [];
|
|
4124
|
-
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;
|
|
4125
4129
|
});
|
|
4126
4130
|
function v(s) {
|
|
4127
4131
|
if (!n.disabled) {
|
|
@@ -4132,31 +4136,31 @@ const qa = {
|
|
|
4132
4136
|
s instanceof KeyboardEvent && s.key === "Enter" && (t.value = !t.value), l("click");
|
|
4133
4137
|
}
|
|
4134
4138
|
}
|
|
4135
|
-
return (s, h) => (d(), g("label",
|
|
4139
|
+
return (s, h) => (d(), g("label", Me(p.value, {
|
|
4136
4140
|
class: ["ck-switch", a.value],
|
|
4137
4141
|
onClick: h[1] || (h[1] = (m) => v(m)),
|
|
4138
4142
|
onKeydown: [
|
|
4139
|
-
h[2] || (h[2] =
|
|
4143
|
+
h[2] || (h[2] = ke(se((m) => {
|
|
4140
4144
|
t.value = !t.value, l("click");
|
|
4141
4145
|
}, ["prevent"]), ["space"])),
|
|
4142
|
-
h[3] || (h[3] =
|
|
4146
|
+
h[3] || (h[3] = ke(se((m) => {
|
|
4143
4147
|
t.value = !t.value, l("click");
|
|
4144
4148
|
}, ["prevent"]), ["enter"]))
|
|
4145
4149
|
]
|
|
4146
4150
|
}), [
|
|
4147
4151
|
(s.$slots.default || e.label || e.labelIcon || e.labelIconRight) && e.switchSide === "right" ? (d(), g("span", {
|
|
4148
4152
|
key: 0,
|
|
4149
|
-
class:
|
|
4153
|
+
class: S(["ck-switch__content", r.value]),
|
|
4150
4154
|
style: E(f.value)
|
|
4151
4155
|
}, [
|
|
4152
|
-
e.labelIcon ? (d(),
|
|
4156
|
+
e.labelIcon ? (d(), D(Q, {
|
|
4153
4157
|
key: 0,
|
|
4154
4158
|
icon: e.labelIcon,
|
|
4155
4159
|
"icon-pack": e.iconPack,
|
|
4156
4160
|
class: "ck-switch__label-icon"
|
|
4157
4161
|
}, null, 8, ["icon", "icon-pack"])) : C("", !0),
|
|
4158
|
-
e.label ? (d(), g("span", oi,
|
|
4159
|
-
e.labelIconRight ? (d(),
|
|
4162
|
+
e.label ? (d(), g("span", oi, L(e.label), 1)) : C("", !0),
|
|
4163
|
+
e.labelIconRight ? (d(), D(Q, {
|
|
4160
4164
|
key: 2,
|
|
4161
4165
|
icon: e.labelIconRight,
|
|
4162
4166
|
"icon-pack": e.iconPack,
|
|
@@ -4164,7 +4168,7 @@ const qa = {
|
|
|
4164
4168
|
}, null, 8, ["icon", "icon-pack"])) : C("", !0),
|
|
4165
4169
|
O(s.$slots, "default", {}, void 0, !0)
|
|
4166
4170
|
], 6)) : C("", !0),
|
|
4167
|
-
|
|
4171
|
+
ue(w("input", {
|
|
4168
4172
|
"onUpdate:modelValue": h[0] || (h[0] = (m) => t.value = m),
|
|
4169
4173
|
class: "ck-switch__input",
|
|
4170
4174
|
type: "checkbox",
|
|
@@ -4175,32 +4179,32 @@ const qa = {
|
|
|
4175
4179
|
]),
|
|
4176
4180
|
w("div", ni, [
|
|
4177
4181
|
h[4] || (h[4] = w("div", { class: "ck-switch__slider" }, null, -1)),
|
|
4178
|
-
e.icon && t.value ? (d(),
|
|
4182
|
+
e.icon && t.value ? (d(), D(Q, {
|
|
4179
4183
|
key: 0,
|
|
4180
|
-
class:
|
|
4184
|
+
class: S(["ck-switch__icon-left", u.value]),
|
|
4181
4185
|
icon: e.icon,
|
|
4182
4186
|
"icon-pack": e.iconPack
|
|
4183
4187
|
}, null, 8, ["icon", "icon-pack", "class"])) : C("", !0),
|
|
4184
|
-
e.icon && !t.value ? (d(),
|
|
4188
|
+
e.icon && !t.value ? (d(), D(Q, {
|
|
4185
4189
|
key: 1,
|
|
4186
|
-
class:
|
|
4190
|
+
class: S(["ck-switch__icon-right", u.value]),
|
|
4187
4191
|
icon: e.icon,
|
|
4188
4192
|
"icon-pack": e.iconPack
|
|
4189
4193
|
}, null, 8, ["icon", "icon-pack", "class"])) : C("", !0)
|
|
4190
4194
|
]),
|
|
4191
4195
|
(s.$slots.default || e.label || e.labelIcon || e.labelIconRight) && e.switchSide !== "right" ? (d(), g("span", {
|
|
4192
4196
|
key: 1,
|
|
4193
|
-
class:
|
|
4197
|
+
class: S(["ck-switch__content", r.value]),
|
|
4194
4198
|
style: E(f.value)
|
|
4195
4199
|
}, [
|
|
4196
|
-
e.labelIcon ? (d(),
|
|
4200
|
+
e.labelIcon ? (d(), D(Q, {
|
|
4197
4201
|
key: 0,
|
|
4198
4202
|
icon: e.labelIcon,
|
|
4199
4203
|
"icon-pack": e.iconPack,
|
|
4200
4204
|
class: "ck-switch__label-icon"
|
|
4201
4205
|
}, null, 8, ["icon", "icon-pack"])) : C("", !0),
|
|
4202
|
-
e.label ? (d(), g("span", ai,
|
|
4203
|
-
e.labelIconRight ? (d(),
|
|
4206
|
+
e.label ? (d(), g("span", ai, L(e.label), 1)) : C("", !0),
|
|
4207
|
+
e.labelIconRight ? (d(), D(Q, {
|
|
4204
4208
|
key: 2,
|
|
4205
4209
|
icon: e.labelIconRight,
|
|
4206
4210
|
"icon-pack": e.iconPack,
|
|
@@ -4210,7 +4214,7 @@ const qa = {
|
|
|
4210
4214
|
], 6)) : C("", !0)
|
|
4211
4215
|
], 16));
|
|
4212
4216
|
}
|
|
4213
|
-
}), ri = /* @__PURE__ */
|
|
4217
|
+
}), ri = /* @__PURE__ */ j(si, [["__scopeId", "data-v-825f3e32"]]), ui = { class: "ck-switch-options" }, ci = ["onClick", "onKeyup"], di = /* @__PURE__ */ z({
|
|
4214
4218
|
__name: "ck-switch-options",
|
|
4215
4219
|
props: /* @__PURE__ */ te({
|
|
4216
4220
|
options: {},
|
|
@@ -4235,9 +4239,9 @@ const qa = {
|
|
|
4235
4239
|
}),
|
|
4236
4240
|
emits: /* @__PURE__ */ te(["change"], ["update:modelValue"]),
|
|
4237
4241
|
setup(e, { emit: o }) {
|
|
4238
|
-
const t =
|
|
4242
|
+
const t = me(e, "modelValue"), n = e, l = o, { windowWidth: i } = be(), a = c(() => {
|
|
4239
4243
|
const v = [];
|
|
4240
|
-
return v.push(
|
|
4244
|
+
return v.push(P.getGroupClass(n, i.value)), v;
|
|
4241
4245
|
}), p = c(() => {
|
|
4242
4246
|
const v = [];
|
|
4243
4247
|
return n.sameWidthOptions && v.push({ width: `${100 / (n.options || []).length}%` }), v;
|
|
@@ -4255,38 +4259,38 @@ const qa = {
|
|
|
4255
4259
|
return (v, s) => {
|
|
4256
4260
|
const h = Y("ck-icon");
|
|
4257
4261
|
return d(), g("div", ui, [
|
|
4258
|
-
e.label ? (d(),
|
|
4262
|
+
e.label ? (d(), D(Ie, {
|
|
4259
4263
|
key: 0,
|
|
4260
4264
|
align: e.labelAlign
|
|
4261
4265
|
}, {
|
|
4262
4266
|
default: q(() => [
|
|
4263
|
-
G(
|
|
4267
|
+
G(L(e.label), 1)
|
|
4264
4268
|
]),
|
|
4265
4269
|
_: 1
|
|
4266
4270
|
}, 8, ["align"])) : C("", !0),
|
|
4267
4271
|
w("div", {
|
|
4268
|
-
class:
|
|
4272
|
+
class: S(["switch-options--options", a.value])
|
|
4269
4273
|
}, [
|
|
4270
|
-
(d(!0), g(
|
|
4274
|
+
(d(!0), g(X, null, re(e.options, (m, k) => (d(), g("div", {
|
|
4271
4275
|
key: k,
|
|
4272
4276
|
tabindex: "0",
|
|
4273
|
-
class:
|
|
4277
|
+
class: S(["options--option", { selected: u(m) === t.value }]),
|
|
4274
4278
|
style: E(p.value),
|
|
4275
4279
|
onClick: (b) => r(m),
|
|
4276
|
-
onKeyup:
|
|
4280
|
+
onKeyup: ke((b) => r(m), ["enter"])
|
|
4277
4281
|
}, [
|
|
4278
|
-
m.icon ? (d(),
|
|
4282
|
+
m.icon ? (d(), D(h, {
|
|
4279
4283
|
key: 0,
|
|
4280
4284
|
class: "option--icon",
|
|
4281
4285
|
icon: m.icon
|
|
4282
4286
|
}, null, 8, ["icon"])) : C("", !0),
|
|
4283
|
-
G(" " +
|
|
4287
|
+
G(" " + L(f(m)), 1)
|
|
4284
4288
|
], 46, ci))), 128))
|
|
4285
4289
|
], 2)
|
|
4286
4290
|
]);
|
|
4287
4291
|
};
|
|
4288
4292
|
}
|
|
4289
|
-
}), pi = /* @__PURE__ */
|
|
4293
|
+
}), pi = /* @__PURE__ */ j(di, [["__scopeId", "data-v-c323f4fa"]]), vi = { class: "ck-textarea" }, fi = {
|
|
4290
4294
|
key: 0,
|
|
4291
4295
|
class: "ck-textarea__optional-label"
|
|
4292
4296
|
}, mi = ["placeholder", "disabled"], hi = 300, gi = /* @__PURE__ */ z({
|
|
@@ -4315,22 +4319,22 @@ const qa = {
|
|
|
4315
4319
|
},
|
|
4316
4320
|
emits: ["update:modelValue", "input", "change", "click", "changeDelayed"],
|
|
4317
4321
|
setup(e, { emit: o }) {
|
|
4318
|
-
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({
|
|
4319
4323
|
get() {
|
|
4320
4324
|
return t.modelValue;
|
|
4321
4325
|
},
|
|
4322
4326
|
set(m) {
|
|
4323
|
-
t.capitalize && (m =
|
|
4327
|
+
t.capitalize && (m = Tt(m)), n("update:modelValue", m), h(m);
|
|
4324
4328
|
}
|
|
4325
4329
|
}), u = c(() => {
|
|
4326
4330
|
const m = [], k = t.layout || l.value.styles.layout;
|
|
4327
4331
|
k && m.push(k);
|
|
4328
4332
|
const b = t.borderColor || l.value.styles.borderColor;
|
|
4329
|
-
return b &&
|
|
4333
|
+
return b && P.isColorTemplateVariable(b) && m.push(`ck-component__border-color--${b}`), m.push(P.getGroupClass(t, a.value)), m;
|
|
4330
4334
|
}), f = c(() => {
|
|
4331
4335
|
var y;
|
|
4332
4336
|
const m = [], k = t.borderColor || ((y = l.value.styles) == null ? void 0 : y.borderColor);
|
|
4333
|
-
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 });
|
|
4334
4338
|
const b = t.resize ? t.resize : "none";
|
|
4335
4339
|
return b && m.push({ resize: b || "both" }), m;
|
|
4336
4340
|
}), r = (m) => {
|
|
@@ -4347,33 +4351,33 @@ const qa = {
|
|
|
4347
4351
|
}, t.delayChangeTime || hi);
|
|
4348
4352
|
}
|
|
4349
4353
|
return (m, k) => (d(), g("div", vi, [
|
|
4350
|
-
e.label ? (d(),
|
|
4354
|
+
e.label ? (d(), D(Ie, {
|
|
4351
4355
|
key: 0,
|
|
4352
4356
|
align: e.labelAlign
|
|
4353
4357
|
}, {
|
|
4354
4358
|
default: q(() => [
|
|
4355
|
-
G(
|
|
4359
|
+
G(L(e.label) + " ", 1),
|
|
4356
4360
|
e.optional ? (d(), g("span", fi, "opcional")) : C("", !0)
|
|
4357
4361
|
]),
|
|
4358
4362
|
_: 1
|
|
4359
4363
|
}, 8, ["align"])) : C("", !0),
|
|
4360
|
-
|
|
4364
|
+
ue(w("textarea", {
|
|
4361
4365
|
ref_key: "refTextarea",
|
|
4362
4366
|
ref: i,
|
|
4363
4367
|
"onUpdate:modelValue": k[0] || (k[0] = (b) => p.value = b),
|
|
4364
4368
|
placeholder: e.placeholder,
|
|
4365
4369
|
disabled: e.disabled,
|
|
4366
|
-
class:
|
|
4370
|
+
class: S(u.value),
|
|
4367
4371
|
style: E(f.value),
|
|
4368
4372
|
onClick: k[1] || (k[1] = (b) => r(b)),
|
|
4369
4373
|
onInput: k[2] || (k[2] = (b) => v(b)),
|
|
4370
4374
|
onChange: k[3] || (k[3] = (b) => s(b))
|
|
4371
4375
|
}, null, 46, mi), [
|
|
4372
|
-
[
|
|
4376
|
+
[Ne, p.value]
|
|
4373
4377
|
])
|
|
4374
4378
|
]));
|
|
4375
4379
|
}
|
|
4376
|
-
}), ki = /* @__PURE__ */
|
|
4380
|
+
}), ki = /* @__PURE__ */ j(gi, [["__scopeId", "data-v-369059e0"]]), bi = ["onClick"], yi = { class: "ck-tile-picker__tile-name" }, Ci = {
|
|
4377
4381
|
key: 1,
|
|
4378
4382
|
class: "ck-tile-picker__tile-description"
|
|
4379
4383
|
}, wi = 4, $i = /* @__PURE__ */ z({
|
|
@@ -4395,11 +4399,11 @@ const qa = {
|
|
|
4395
4399
|
}),
|
|
4396
4400
|
emits: /* @__PURE__ */ te(["change"], ["update:modelValue"]),
|
|
4397
4401
|
setup(e, { emit: o }) {
|
|
4398
|
-
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(() => {
|
|
4399
4403
|
if (i.value)
|
|
4400
4404
|
return n.size === "l" && !n.columns ? { "grid-template-columns": "repeat(auto-fit, minmax(220px, 1fr))" } : { "grid-template-columns": `repeat(${n.columns || wi}, 1fr)` };
|
|
4401
4405
|
});
|
|
4402
|
-
|
|
4406
|
+
de(t, (v) => {
|
|
4403
4407
|
i.value = !v;
|
|
4404
4408
|
});
|
|
4405
4409
|
function f(v) {
|
|
@@ -4421,38 +4425,38 @@ const qa = {
|
|
|
4421
4425
|
}
|
|
4422
4426
|
}
|
|
4423
4427
|
return (v, s) => {
|
|
4424
|
-
const h = Y("ck-label"), m = Y("ck-icon"), k =
|
|
4428
|
+
const h = Y("ck-label"), m = Y("ck-icon"), k = ot("tooltip");
|
|
4425
4429
|
return d(), g("div", {
|
|
4426
|
-
class:
|
|
4430
|
+
class: S(["ck-tile-picker", { "ck-tile-picker--size-l": e.size === "l" }])
|
|
4427
4431
|
}, [
|
|
4428
|
-
e.label ? (d(),
|
|
4432
|
+
e.label ? (d(), D(h, {
|
|
4429
4433
|
key: 0,
|
|
4430
4434
|
align: e.labelAlign
|
|
4431
4435
|
}, {
|
|
4432
4436
|
default: q(() => [
|
|
4433
|
-
G(
|
|
4437
|
+
G(L(e.label), 1)
|
|
4434
4438
|
]),
|
|
4435
4439
|
_: 1
|
|
4436
4440
|
}, 8, ["align"])) : C("", !0),
|
|
4437
4441
|
w("div", {
|
|
4438
|
-
class:
|
|
4442
|
+
class: S(["ck-tile-picker__grid", { "ck-tile-picker__grid--collapsed": !i.value }]),
|
|
4439
4443
|
style: E(u.value)
|
|
4440
4444
|
}, [
|
|
4441
|
-
(d(!0), g(
|
|
4445
|
+
(d(!0), g(X, null, re(p.value, (b) => ue((d(), g("button", {
|
|
4442
4446
|
key: b.id,
|
|
4443
|
-
class:
|
|
4447
|
+
class: S(["ck-tile-picker__tile", { "ck-tile-picker__tile--selected": b.id === t.value, "ck-tile-picker__tile--disabled": e.disabled }]),
|
|
4444
4448
|
type: "button",
|
|
4445
4449
|
onClick: (y) => r(b)
|
|
4446
4450
|
}, [
|
|
4447
|
-
b.icon ? (d(),
|
|
4451
|
+
b.icon ? (d(), D(m, {
|
|
4448
4452
|
key: 0,
|
|
4449
4453
|
class: "ck-tile-picker__tile-icon",
|
|
4450
4454
|
color: e.iconColor,
|
|
4451
4455
|
icon: b.icon,
|
|
4452
4456
|
"icon-pack": e.iconPack
|
|
4453
4457
|
}, null, 8, ["color", "icon", "icon-pack"])) : C("", !0),
|
|
4454
|
-
w("span", yi,
|
|
4455
|
-
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)
|
|
4456
4460
|
], 10, bi)), [
|
|
4457
4461
|
[k, f(b)]
|
|
4458
4462
|
])), 128)),
|
|
@@ -4462,21 +4466,21 @@ const qa = {
|
|
|
4462
4466
|
type: "button",
|
|
4463
4467
|
onClick: s[0] || (s[0] = (b) => i.value = !0)
|
|
4464
4468
|
}, [
|
|
4465
|
-
|
|
4469
|
+
U(m, {
|
|
4466
4470
|
size: "xs",
|
|
4467
4471
|
icon: "arrows-rotate"
|
|
4468
4472
|
}),
|
|
4469
|
-
G(" " +
|
|
4473
|
+
G(" " + L(e.changeLabel || "Cambiar"), 1)
|
|
4470
4474
|
])) : C("", !0)
|
|
4471
4475
|
], 6)
|
|
4472
4476
|
], 2);
|
|
4473
4477
|
};
|
|
4474
4478
|
}
|
|
4475
|
-
}), 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({
|
|
4476
4480
|
__name: "CkConfirm",
|
|
4477
4481
|
setup(e, { expose: o }) {
|
|
4478
|
-
const t =
|
|
4479
|
-
}), p =
|
|
4482
|
+
const t = A(""), n = A(""), l = A(""), i = A(""), a = A(() => {
|
|
4483
|
+
}), p = A(() => {
|
|
4480
4484
|
}), u = c(() => "¿Estás seguro?"), f = c(() => "Aceptar"), r = c(() => "Cancelar");
|
|
4481
4485
|
function v() {
|
|
4482
4486
|
p.value();
|
|
@@ -4499,31 +4503,31 @@ const qa = {
|
|
|
4499
4503
|
height: "125"
|
|
4500
4504
|
})
|
|
4501
4505
|
], -1)),
|
|
4502
|
-
w("div", Vi,
|
|
4503
|
-
w("div", Di,
|
|
4506
|
+
w("div", Vi, L(t.value || u.value), 1),
|
|
4507
|
+
w("div", Di, L(n.value), 1),
|
|
4504
4508
|
w("div", Si, [
|
|
4505
4509
|
w("button", {
|
|
4506
4510
|
class: "ck-confirm__button--cancel",
|
|
4507
4511
|
onClick: m[0] || (m[0] = (k) => v())
|
|
4508
|
-
},
|
|
4512
|
+
}, L(i.value || r.value), 1),
|
|
4509
4513
|
w("button", {
|
|
4510
4514
|
class: "ck-confirm__button--accept",
|
|
4511
4515
|
onClick: m[1] || (m[1] = (k) => s())
|
|
4512
|
-
},
|
|
4516
|
+
}, L(l.value || f.value), 1)
|
|
4513
4517
|
])
|
|
4514
4518
|
])
|
|
4515
4519
|
]));
|
|
4516
4520
|
}
|
|
4517
|
-
}), Pi = /* @__PURE__ */
|
|
4521
|
+
}), Pi = /* @__PURE__ */ j(Li, [["__scopeId", "data-v-cf9f68e0"]]), Ai = { class: "alert--msg" }, Mi = /* @__PURE__ */ z({
|
|
4518
4522
|
__name: "CkAlert",
|
|
4519
4523
|
setup(e, { expose: o }) {
|
|
4520
|
-
const t =
|
|
4524
|
+
const t = A(""), n = A(""), l = A(""), i = A(!0), a = c(() => "Atención"), p = c(() => "Aceptar");
|
|
4521
4525
|
return o({
|
|
4522
4526
|
title: t,
|
|
4523
4527
|
msg: n,
|
|
4524
4528
|
acceptText: l
|
|
4525
|
-
}), (u, f) => (d(),
|
|
4526
|
-
|
|
4529
|
+
}), (u, f) => (d(), D(Ae, { to: "body" }, [
|
|
4530
|
+
U(nt, {
|
|
4527
4531
|
modelValue: i.value,
|
|
4528
4532
|
"onUpdate:modelValue": f[0] || (f[0] = (r) => i.value = r),
|
|
4529
4533
|
"accept-button": "",
|
|
@@ -4536,19 +4540,19 @@ const qa = {
|
|
|
4536
4540
|
onAccept: f[1] || (f[1] = (r) => i.value = !1)
|
|
4537
4541
|
}, {
|
|
4538
4542
|
default: q(() => [
|
|
4539
|
-
w("div", Ai,
|
|
4543
|
+
w("div", Ai, L(n.value), 1)
|
|
4540
4544
|
]),
|
|
4541
4545
|
_: 1
|
|
4542
4546
|
}, 8, ["modelValue", "title", "accept-btn-text"])
|
|
4543
4547
|
]));
|
|
4544
4548
|
}
|
|
4545
|
-
}), Ii = /* @__PURE__ */
|
|
4549
|
+
}), Ii = /* @__PURE__ */ j(Mi, [["__scopeId", "data-v-f74e3830"]]), zi = {
|
|
4546
4550
|
key: 0,
|
|
4547
4551
|
class: "ck-notify__container"
|
|
4548
4552
|
}, Ri = { class: "ck-notify__title" }, Oi = { class: "close-btn" }, Wi = ["innerHTML"], Ei = /* @__PURE__ */ z({
|
|
4549
4553
|
__name: "CkNotify",
|
|
4550
4554
|
setup(e, { expose: o }) {
|
|
4551
|
-
const t =
|
|
4555
|
+
const t = A(!0), n = A(""), l = A(""), i = A(""), a = A(0), p = A(() => {
|
|
4552
4556
|
});
|
|
4553
4557
|
o({
|
|
4554
4558
|
title: n,
|
|
@@ -4569,10 +4573,10 @@ const qa = {
|
|
|
4569
4573
|
return "";
|
|
4570
4574
|
}), f = c(() => {
|
|
4571
4575
|
const v = [];
|
|
4572
|
-
return i.value &&
|
|
4576
|
+
return i.value && P.isColorTemplateVariable(i.value) && v.push(`ck-component__bg-color--${i.value}`), v;
|
|
4573
4577
|
}), r = c(() => {
|
|
4574
4578
|
const v = [];
|
|
4575
|
-
return i.value && !
|
|
4579
|
+
return i.value && !P.isColorTemplateVariable(i.value) && v.push({ "background-color": i.value }), v;
|
|
4576
4580
|
});
|
|
4577
4581
|
return $e(() => {
|
|
4578
4582
|
setTimeout(() => {
|
|
@@ -4580,10 +4584,10 @@ const qa = {
|
|
|
4580
4584
|
p.value();
|
|
4581
4585
|
}, a.value);
|
|
4582
4586
|
}, 10);
|
|
4583
|
-
}), (v, s) => (d(),
|
|
4587
|
+
}), (v, s) => (d(), D(Ae, { to: "body" }, [
|
|
4584
4588
|
t.value ? (d(), g("div", zi, [
|
|
4585
4589
|
w("div", {
|
|
4586
|
-
class:
|
|
4590
|
+
class: S(["ck-notify", f.value]),
|
|
4587
4591
|
style: E(r.value),
|
|
4588
4592
|
onClick: s[0] || (s[0] = (h) => {
|
|
4589
4593
|
t.value = !1, p.value();
|
|
@@ -4591,9 +4595,9 @@ const qa = {
|
|
|
4591
4595
|
}, [
|
|
4592
4596
|
w("div", Ri, [
|
|
4593
4597
|
w("div", Oi, [
|
|
4594
|
-
|
|
4598
|
+
U(Q, { icon: "times" })
|
|
4595
4599
|
]),
|
|
4596
|
-
G(" " +
|
|
4600
|
+
G(" " + L(n.value || u.value), 1)
|
|
4597
4601
|
]),
|
|
4598
4602
|
w("div", {
|
|
4599
4603
|
class: "ck-notify__text",
|
|
@@ -4603,7 +4607,7 @@ const qa = {
|
|
|
4603
4607
|
])) : C("", !0)
|
|
4604
4608
|
]));
|
|
4605
4609
|
}
|
|
4606
|
-
}), Fi = /* @__PURE__ */
|
|
4610
|
+
}), Fi = /* @__PURE__ */ j(Ei, [["__scopeId", "data-v-529d4cb1"]]), qi = 3e3, Ni = {
|
|
4607
4611
|
alert(e) {
|
|
4608
4612
|
this.alertOptions({
|
|
4609
4613
|
title: "",
|
|
@@ -4612,7 +4616,7 @@ const qa = {
|
|
|
4612
4616
|
});
|
|
4613
4617
|
},
|
|
4614
4618
|
alertOptions({ title: e = "", msg: o = "", acceptText: t = "" }) {
|
|
4615
|
-
const n = document.createElement("div"), i =
|
|
4619
|
+
const n = document.createElement("div"), i = Ke(Ii).mount(n);
|
|
4616
4620
|
i.title = e, i.msg = o, i.acceptText = t, document.body.appendChild(i.$el);
|
|
4617
4621
|
},
|
|
4618
4622
|
confirmOptions({
|
|
@@ -4625,7 +4629,7 @@ const qa = {
|
|
|
4625
4629
|
failure: i = () => {
|
|
4626
4630
|
}
|
|
4627
4631
|
}) {
|
|
4628
|
-
const a = document.createElement("div"), p =
|
|
4632
|
+
const a = document.createElement("div"), p = Ke(Pi), u = p.mount(a);
|
|
4629
4633
|
u.title = e, u.msg = o, u.acceptText = t, u.cancelText = n, u.responseSuccess = () => {
|
|
4630
4634
|
p.unmount(), l();
|
|
4631
4635
|
}, u.responseFailure = () => {
|
|
@@ -4640,7 +4644,7 @@ const qa = {
|
|
|
4640
4644
|
});
|
|
4641
4645
|
},
|
|
4642
4646
|
notify({ text: e = "", title: o = "", color: t = "", duration: n = 0 }) {
|
|
4643
|
-
const l = document.createElement("div"), i =
|
|
4647
|
+
const l = document.createElement("div"), i = Ke(Fi), a = i.mount(l);
|
|
4644
4648
|
a.title = o, a.text = e, a.color = t, a.duration = n || qi, a.closeCallback = () => {
|
|
4645
4649
|
i.unmount();
|
|
4646
4650
|
};
|
|
@@ -4707,22 +4711,22 @@ const ji = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4707
4711
|
__proto__: null,
|
|
4708
4712
|
CkButton: _e,
|
|
4709
4713
|
CkCard: ka,
|
|
4710
|
-
CkCheckbox:
|
|
4714
|
+
CkCheckbox: At,
|
|
4711
4715
|
CkChip: _a,
|
|
4712
4716
|
CkCircle: Sa,
|
|
4713
4717
|
CkDatetimeShower: Fo,
|
|
4714
4718
|
CkDiv: La,
|
|
4715
4719
|
CkDropdown: jo,
|
|
4716
4720
|
CkDropdownButton: va,
|
|
4717
|
-
CkIcon:
|
|
4721
|
+
CkIcon: Q,
|
|
4718
4722
|
CkImg: Ia,
|
|
4719
|
-
CkInput:
|
|
4723
|
+
CkInput: Pt,
|
|
4720
4724
|
CkInputDate: Gn,
|
|
4721
4725
|
CkInputTime: Yn,
|
|
4722
|
-
CkLabel:
|
|
4726
|
+
CkLabel: Ie,
|
|
4723
4727
|
CkNavbar: Ko,
|
|
4724
4728
|
CkPagination: on,
|
|
4725
|
-
CkPopup:
|
|
4729
|
+
CkPopup: nt,
|
|
4726
4730
|
CkRadio: Ea,
|
|
4727
4731
|
CkSelect: Ka,
|
|
4728
4732
|
CkSidebar: ti,
|
|
@@ -4731,46 +4735,46 @@ const ji = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
4731
4735
|
CkTab: Zn,
|
|
4732
4736
|
CkTable: tn,
|
|
4733
4737
|
CkTabs: oa,
|
|
4734
|
-
CkTd:
|
|
4738
|
+
CkTd: Lt,
|
|
4735
4739
|
CkTextarea: ki,
|
|
4736
4740
|
CkTh: sn,
|
|
4737
4741
|
CkTilePicker: xi,
|
|
4738
4742
|
CkTimeShower: Ho,
|
|
4739
4743
|
CkToggle: aa,
|
|
4740
4744
|
CkToggleGroup: ra,
|
|
4741
|
-
CkTr:
|
|
4745
|
+
CkTr: St,
|
|
4742
4746
|
SelectedRows: Ui,
|
|
4743
4747
|
TableData: Hi,
|
|
4744
4748
|
ckNotify: Ni,
|
|
4745
|
-
useWindowWidth:
|
|
4749
|
+
useWindowWidth: be
|
|
4746
4750
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4751
|
+
tt.add(Nt);
|
|
4752
|
+
tt.add(Ht);
|
|
4753
|
+
tt.add(Ut);
|
|
4750
4754
|
function ns(e, o) {
|
|
4751
|
-
le().cleekOptions = Vo(
|
|
4755
|
+
le().cleekOptions = Vo(Bt, o), e.use(Ao), e.use(qt, Bo), Object.entries(ji).forEach(([t, n]) => {
|
|
4752
4756
|
e.component(t, n);
|
|
4753
4757
|
});
|
|
4754
4758
|
}
|
|
4755
4759
|
export {
|
|
4756
4760
|
_e as CkButton,
|
|
4757
4761
|
ka as CkCard,
|
|
4758
|
-
|
|
4762
|
+
At as CkCheckbox,
|
|
4759
4763
|
_a as CkChip,
|
|
4760
4764
|
Sa as CkCircle,
|
|
4761
4765
|
Fo as CkDatetimeShower,
|
|
4762
4766
|
La as CkDiv,
|
|
4763
4767
|
jo as CkDropdown,
|
|
4764
4768
|
va as CkDropdownButton,
|
|
4765
|
-
|
|
4769
|
+
Q as CkIcon,
|
|
4766
4770
|
Ia as CkImg,
|
|
4767
|
-
|
|
4771
|
+
Pt as CkInput,
|
|
4768
4772
|
Gn as CkInputDate,
|
|
4769
4773
|
Yn as CkInputTime,
|
|
4770
|
-
|
|
4774
|
+
Ie as CkLabel,
|
|
4771
4775
|
Ko as CkNavbar,
|
|
4772
4776
|
on as CkPagination,
|
|
4773
|
-
|
|
4777
|
+
nt as CkPopup,
|
|
4774
4778
|
Ea as CkRadio,
|
|
4775
4779
|
Ka as CkSelect,
|
|
4776
4780
|
ti as CkSidebar,
|
|
@@ -4779,18 +4783,18 @@ export {
|
|
|
4779
4783
|
Zn as CkTab,
|
|
4780
4784
|
tn as CkTable,
|
|
4781
4785
|
oa as CkTabs,
|
|
4782
|
-
|
|
4786
|
+
Lt as CkTd,
|
|
4783
4787
|
ki as CkTextarea,
|
|
4784
4788
|
sn as CkTh,
|
|
4785
4789
|
xi as CkTilePicker,
|
|
4786
4790
|
Ho as CkTimeShower,
|
|
4787
4791
|
aa as CkToggle,
|
|
4788
4792
|
ra as CkToggleGroup,
|
|
4789
|
-
|
|
4793
|
+
St as CkTr,
|
|
4790
4794
|
Ui as SelectedRows,
|
|
4791
4795
|
Hi as TableData,
|
|
4792
4796
|
Ni as ckNotify,
|
|
4793
4797
|
ns as default,
|
|
4794
4798
|
le as useCleekOptionsStore,
|
|
4795
|
-
|
|
4799
|
+
be as useWindowWidth
|
|
4796
4800
|
};
|