cleek 2.1.7 → 2.1.8
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 -9
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -12374,12 +12374,9 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
12374
12374
|
});
|
|
12375
12375
|
const computedClass = computed$2(() => {
|
|
12376
12376
|
const classList2 = [];
|
|
12377
|
-
|
|
12378
|
-
if (
|
|
12379
|
-
size
|
|
12380
|
-
}
|
|
12381
|
-
if (size)
|
|
12382
|
-
classList2.push(`ck-img__size--${size}`);
|
|
12377
|
+
console.log("img size", props.size);
|
|
12378
|
+
if (props.size)
|
|
12379
|
+
classList2.push(`ck-img__size--${props.size}`);
|
|
12383
12380
|
if (props.rounded)
|
|
12384
12381
|
classList2.push("is-rounded");
|
|
12385
12382
|
if (props.hasBorder) {
|
|
@@ -12455,7 +12452,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
12455
12452
|
};
|
|
12456
12453
|
}
|
|
12457
12454
|
});
|
|
12458
|
-
var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
12455
|
+
var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-73b4f438"]]);
|
|
12459
12456
|
var ckLabel_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
12460
12457
|
const _hoisted_1$e = ["for"];
|
|
12461
12458
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
@@ -13862,6 +13859,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
13862
13859
|
nowrap: { type: Boolean, default: false },
|
|
13863
13860
|
block: { type: Boolean, default: false },
|
|
13864
13861
|
autoWidth: { type: Boolean, default: false },
|
|
13862
|
+
overflowAuto: { type: Boolean, default: false },
|
|
13865
13863
|
align: { type: String, default: void 0, validator: validators.align },
|
|
13866
13864
|
fixedWidth: { type: String, default: "" },
|
|
13867
13865
|
minWidth: { type: String, default: "" },
|
|
@@ -13872,7 +13870,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
13872
13870
|
const props = __props;
|
|
13873
13871
|
const computedTdClass = computed$2(() => {
|
|
13874
13872
|
return {
|
|
13875
|
-
"auto-width": props.autoWidth
|
|
13873
|
+
"auto-width": props.autoWidth,
|
|
13874
|
+
"overflow-auto": props.overflowAuto
|
|
13876
13875
|
};
|
|
13877
13876
|
});
|
|
13878
13877
|
const computedSpanClass = computed$2(() => {
|
|
@@ -13928,7 +13927,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
13928
13927
|
};
|
|
13929
13928
|
}
|
|
13930
13929
|
});
|
|
13931
|
-
var ckTd = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
13930
|
+
var ckTd = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-63af303c"]]);
|
|
13932
13931
|
var ckTextarea_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13933
13932
|
const _hoisted_1$1 = { class: "ck-textarea" };
|
|
13934
13933
|
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|