cleek 2.8.1 → 2.8.2
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 +5 -9
- package/dist/cleek.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -47158,7 +47158,6 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent$1({
|
|
|
47158
47158
|
} else if (props.color && hooks9.isColorTemplateVariable(props.color)) {
|
|
47159
47159
|
classes.push(`ck-component__color-background--${props.color}`);
|
|
47160
47160
|
}
|
|
47161
|
-
console.log("TAMA\xD1O", props.icon, props.size);
|
|
47162
47161
|
if (props.size)
|
|
47163
47162
|
classes.push(`ck-icon__cleek-small`);
|
|
47164
47163
|
if (props.size === "m")
|
|
@@ -47190,7 +47189,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent$1({
|
|
|
47190
47189
|
};
|
|
47191
47190
|
}
|
|
47192
47191
|
});
|
|
47193
|
-
var CkIcon = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-
|
|
47192
|
+
var CkIcon = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-f10bef6e"]]);
|
|
47194
47193
|
var ckTr_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
47195
47194
|
const _sfc_main$t = {};
|
|
47196
47195
|
const _hoisted_1$m = { class: "ck-tr" };
|
|
@@ -58545,7 +58544,8 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent$1({
|
|
|
58545
58544
|
static: { type: Boolean },
|
|
58546
58545
|
dynamic: { type: Boolean }
|
|
58547
58546
|
},
|
|
58548
|
-
|
|
58547
|
+
emits: ["click"],
|
|
58548
|
+
setup(__props, { emit: emits }) {
|
|
58549
58549
|
const props = __props;
|
|
58550
58550
|
let cleekOptions2 = ref();
|
|
58551
58551
|
const altNeeded = ref(false);
|
|
@@ -58611,10 +58611,6 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent$1({
|
|
|
58611
58611
|
return props.borderColor;
|
|
58612
58612
|
return globalVariables.defaultImgBorderColor;
|
|
58613
58613
|
});
|
|
58614
|
-
function clickImg() {
|
|
58615
|
-
if (props.zoom)
|
|
58616
|
-
;
|
|
58617
|
-
}
|
|
58618
58614
|
function getImg(src) {
|
|
58619
58615
|
var _a, _b, _c, _d, _e;
|
|
58620
58616
|
let basePath = (_a = cleekOptions2.value) == null ? void 0 : _a.img.basePath;
|
|
@@ -58634,7 +58630,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent$1({
|
|
|
58634
58630
|
return openBlock$1(), createElementBlock$1("div", {
|
|
58635
58631
|
class: normalizeClass$1(["ck-img", unref$2(computedClass)]),
|
|
58636
58632
|
style: normalizeStyle$1(unref$2(computedStyle)),
|
|
58637
|
-
onClick: _cache[1] || (_cache[1] = ($event) =>
|
|
58633
|
+
onClick: _cache[1] || (_cache[1] = ($event) => emits("click", $event))
|
|
58638
58634
|
}, [
|
|
58639
58635
|
createElementVNode("img", {
|
|
58640
58636
|
src: unref$2(imageUrl),
|
|
@@ -58646,7 +58642,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent$1({
|
|
|
58646
58642
|
};
|
|
58647
58643
|
}
|
|
58648
58644
|
});
|
|
58649
|
-
var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
58645
|
+
var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-0310a72e"]]);
|
|
58650
58646
|
var ckRadio_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
58651
58647
|
const _withScopeId$2 = (n) => (pushScopeId$1("data-v-494ed67e"), n = n(), popScopeId$1(), n);
|
|
58652
58648
|
const _hoisted_1$8 = ["onKeyup"];
|