cleek 2.5.6 → 2.5.7

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/cleek.es.js CHANGED
@@ -46391,7 +46391,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent$1({
46391
46391
  if (props.time) {
46392
46392
  if (props.timeInMinutes)
46393
46393
  return qmDate.minToHour(+props.time);
46394
- return props.time;
46394
+ return qmDate.minToHour(+props.time);
46395
46395
  }
46396
46396
  return qmDate.presentTime(props.datetime);
46397
46397
  });
@@ -46421,7 +46421,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent$1({
46421
46421
  };
46422
46422
  }
46423
46423
  });
46424
- var ckDatetimeShower = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-222ddb6d"]]);
46424
+ var ckDatetimeShower = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-133a3138"]]);
46425
46425
  var hooks9 = {
46426
46426
  getCleekOptions(getCurrentInstance2) {
46427
46427
  return getCurrentInstance2().appContext.app.config.globalProperties.$cleekOptions;