cleek 2.4.88 → 2.4.89
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 +13 -7
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -49355,8 +49355,14 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent$1({
|
|
|
49355
49355
|
}
|
|
49356
49356
|
});
|
|
49357
49357
|
var ckCard_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
49358
|
-
const _hoisted_1$b = {
|
|
49359
|
-
|
|
49358
|
+
const _hoisted_1$b = {
|
|
49359
|
+
key: 0,
|
|
49360
|
+
class: "ck-card__header"
|
|
49361
|
+
};
|
|
49362
|
+
const _hoisted_2$7 = {
|
|
49363
|
+
key: 0,
|
|
49364
|
+
class: "ck-card__header-title"
|
|
49365
|
+
};
|
|
49360
49366
|
const _hoisted_3$5 = { class: "ck-card__body" };
|
|
49361
49367
|
const _hoisted_4$4 = {
|
|
49362
49368
|
key: 0,
|
|
@@ -49411,16 +49417,16 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent$1({
|
|
|
49411
49417
|
key: 0,
|
|
49412
49418
|
class: normalizeClass$1(["ck-card", unref$2(computedClass)])
|
|
49413
49419
|
}, [
|
|
49414
|
-
|
|
49415
|
-
|
|
49420
|
+
__props.title || !unref$2(computedHideCloseBtn) ? (openBlock$1(), createElementBlock$1("div", _hoisted_1$b, [
|
|
49421
|
+
__props.title ? (openBlock$1(), createElementBlock$1("div", _hoisted_2$7, toDisplayString(__props.title), 1)) : createCommentVNode$1("", true),
|
|
49416
49422
|
!unref$2(computedHideCloseBtn) ? (openBlock$1(), createElementBlock$1("div", {
|
|
49417
|
-
key:
|
|
49423
|
+
key: 1,
|
|
49418
49424
|
class: "ck-card__close-btn",
|
|
49419
49425
|
onClick: _cache[0] || (_cache[0] = ($event) => isActive.value = false)
|
|
49420
49426
|
}, [
|
|
49421
49427
|
createVNode$1(_component_ck_icon, { icon: "times" })
|
|
49422
49428
|
])) : createCommentVNode$1("", true)
|
|
49423
|
-
]),
|
|
49429
|
+
])) : createCommentVNode$1("", true),
|
|
49424
49430
|
createElementVNode("div", _hoisted_3$5, [
|
|
49425
49431
|
__props.subtitle ? (openBlock$1(), createElementBlock$1("div", _hoisted_4$4, toDisplayString(__props.subtitle), 1)) : createCommentVNode$1("", true),
|
|
49426
49432
|
createElementVNode("div", {
|
|
@@ -49433,7 +49439,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent$1({
|
|
|
49433
49439
|
};
|
|
49434
49440
|
}
|
|
49435
49441
|
});
|
|
49436
|
-
var ckCard = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
49442
|
+
var ckCard = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-3221b502"]]);
|
|
49437
49443
|
var ckChip_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
49438
49444
|
const _hoisted_1$a = ["color"];
|
|
49439
49445
|
const _sfc_main$b = /* @__PURE__ */ defineComponent$1({
|