cleek 2.5.4 → 2.5.6
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 +8 -7
- package/dist/cleek.umd.js +23 -23
- 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;
|
|
@@ -60926,17 +60926,18 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent$1({
|
|
|
60926
60926
|
class: normalizeClass$1(["sidebar-content", unref$2(computedClass)]),
|
|
60927
60927
|
style: normalizeStyle$1(unref$2(computedStyle))
|
|
60928
60928
|
}, [
|
|
60929
|
-
|
|
60929
|
+
__props.title ? (openBlock$1(), createElementBlock$1("div", {
|
|
60930
|
+
key: 0,
|
|
60930
60931
|
class: normalizeClass$1(["sidebar-header", unref$2(computedClassHeader)]),
|
|
60931
|
-
|
|
60932
|
-
|
|
60932
|
+
style: normalizeStyle$1(unref$2(computedStyleHeader)),
|
|
60933
|
+
onClick: _cache[0] || (_cache[0] = ($event) => isActive.value = false)
|
|
60933
60934
|
}, [
|
|
60934
60935
|
__props.title ? (openBlock$1(), createElementBlock$1("div", _hoisted_1$6, toDisplayString(__props.title), 1)) : createCommentVNode$1("", true),
|
|
60935
60936
|
createVNode$1(_component_ck_icon, {
|
|
60936
60937
|
class: "close-btn",
|
|
60937
60938
|
icon: "times"
|
|
60938
60939
|
})
|
|
60939
|
-
], 6),
|
|
60940
|
+
], 6)) : createCommentVNode$1("", true),
|
|
60940
60941
|
createElementVNode("div", null, [
|
|
60941
60942
|
renderSlot$1(_ctx.$slots, "default", {}, void 0, true)
|
|
60942
60943
|
])
|
|
@@ -60945,7 +60946,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent$1({
|
|
|
60945
60946
|
};
|
|
60946
60947
|
}
|
|
60947
60948
|
});
|
|
60948
|
-
var ckSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
60949
|
+
var ckSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-027dcafa"]]);
|
|
60949
60950
|
var ckSwitch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
60950
60951
|
const _withScopeId$1 = (n) => (pushScopeId$1("data-v-37d18370"), n = n(), popScopeId$1(), n);
|
|
60951
60952
|
const _hoisted_1$5 = ["disabled"];
|