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-1bac7a5c"]]), qo = { class: "ck-time-shower" }, No = /* @__PURE__ */ z({
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: {},
@@ -1,6 +1,6 @@
1
1
  type __VLS_Props = {
2
- datetime?: string | null;
3
- date?: string | null;
2
+ datetime?: string | Date | null;
3
+ date?: string | Date | null;
4
4
  time?: string | number | null;
5
5
  timeInMinutes?: boolean;
6
6
  noDateMsg?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.11.36",
4
+ "version": "2.11.37",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "github:quantic-core/cleek",