cleek 2.5.4 → 2.5.5
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 +2 -2
- package/dist/cleek.umd.js +21 -21
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -46397,7 +46397,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent$1({
|
|
|
46397
46397
|
});
|
|
46398
46398
|
const computedDate = computed$3(() => {
|
|
46399
46399
|
if (props.date)
|
|
46400
|
-
return props.date;
|
|
46400
|
+
return qmDate.presentDate(props.date);
|
|
46401
46401
|
return qmDate.presentDate(props.datetime);
|
|
46402
46402
|
});
|
|
46403
46403
|
return (_ctx, _cache) => {
|
|
@@ -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-
|
|
46424
|
+
var ckDatetimeShower = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-222ddb6d"]]);
|
|
46425
46425
|
var hooks9 = {
|
|
46426
46426
|
getCleekOptions(getCurrentInstance2) {
|
|
46427
46427
|
return getCurrentInstance2().appContext.app.config.globalProperties.$cleekOptions;
|