cleek 2.11.36 → 2.11.37
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.es.js
CHANGED
|
@@ -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, Ee(+t.time)) : t.datetime ? typeof t.datetime == "string" ? Bt(t.datetime) : p(t.datetime) : ""), i = c(() => t.date ? typeof t.date == "string" ? dt(t.date) : a(t.date) : typeof t.datetime == "string" ? dt(t.datetime) : a(t.datetime));
|
|
239
|
+
const t = e, n = o, l = c(() => t.time ? (t.timeInMinutes, Ee(+t.time)) : t.datetime ? typeof t.datetime == "string" ? Bt(t.datetime) : p(t.datetime) : ""), i = c(() => t.date ? typeof t.date == "string" ? dt(t.date) : a(t.date) : t.datetime ? typeof t.datetime == "string" ? dt(t.datetime) : a(t.datetime) : "");
|
|
240
240
|
function a(u) {
|
|
241
241
|
const f = String(u.getDate()).padStart(2, "0"), s = String(u.getMonth() + 1).padStart(2, "0"), v = String(u.getFullYear()).slice(-2);
|
|
242
242
|
return `${f}/${s}/${v}`;
|
|
@@ -270,7 +270,7 @@ const Oo = {
|
|
|
270
270
|
for (const [n, l] of o)
|
|
271
271
|
t[n] = l;
|
|
272
272
|
return t;
|
|
273
|
-
}, Fo = /* @__PURE__ */ U(Eo, [["__scopeId", "data-v-
|
|
273
|
+
}, Fo = /* @__PURE__ */ U(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: {},
|