cleek 2.4.66 → 2.4.67
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 -5
- package/dist/cleek.umd.js +8 -8
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -3804,6 +3804,12 @@ const cleekOptions = {
|
|
|
3804
3804
|
cancelBtnType: "",
|
|
3805
3805
|
maxWidth: "",
|
|
3806
3806
|
fontSize: ""
|
|
3807
|
+
},
|
|
3808
|
+
select: {
|
|
3809
|
+
clearValue: null
|
|
3810
|
+
},
|
|
3811
|
+
table: {
|
|
3812
|
+
striped: false
|
|
3807
3813
|
}
|
|
3808
3814
|
};
|
|
3809
3815
|
/*!
|
|
@@ -22066,6 +22072,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
22066
22072
|
}
|
|
22067
22073
|
});
|
|
22068
22074
|
return (_ctx, _cache) => {
|
|
22075
|
+
var _a;
|
|
22069
22076
|
return openBlock(), createElementBlock("div", {
|
|
22070
22077
|
class: "ck-input",
|
|
22071
22078
|
style: normalizeStyle(unref$1(computedStyle))
|
|
@@ -22127,7 +22134,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
22127
22134
|
]),
|
|
22128
22135
|
__props.type === "password" ? (openBlock(), createElementBlock("div", {
|
|
22129
22136
|
key: 4,
|
|
22130
|
-
class: normalizeClass(["show-password", __props.layout]),
|
|
22137
|
+
class: normalizeClass(["show-password", __props.layout || ((_a = unref$1(cleekOptions2)) == null ? void 0 : _a.styles.layout)]),
|
|
22131
22138
|
onClick: _cache[12] || (_cache[12] = ($event) => isShowingPassword.value = !isShowingPassword.value)
|
|
22132
22139
|
}, [
|
|
22133
22140
|
createVNode(CkIcon, {
|
|
@@ -22145,7 +22152,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
22145
22152
|
};
|
|
22146
22153
|
}
|
|
22147
22154
|
});
|
|
22148
|
-
var CkInput = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-
|
|
22155
|
+
var CkInput = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-63381df9"]]);
|
|
22149
22156
|
var ckTable__headerItems_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
22150
22157
|
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
22151
22158
|
props: {
|
|
@@ -23659,7 +23666,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
23659
23666
|
}
|
|
23660
23667
|
}
|
|
23661
23668
|
const computedClassTable = computed$2(() => {
|
|
23662
|
-
var _a;
|
|
23669
|
+
var _a, _b;
|
|
23663
23670
|
const list = [];
|
|
23664
23671
|
if (props.cellPadding)
|
|
23665
23672
|
list.push(`table__cell-padding--${props.cellPadding}`);
|
|
@@ -23667,7 +23674,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
23667
23674
|
list.push(`table__cell-padding-y--${props.cellPaddingY}`);
|
|
23668
23675
|
if (props.notFullWidth)
|
|
23669
23676
|
list.push("not-full-width");
|
|
23670
|
-
|
|
23677
|
+
console.log("cleekOptions.value", cleekOptions2.value);
|
|
23678
|
+
const striped = props.striped || ((_b = (_a = cleekOptions2.value) == null ? void 0 : _a.table) == null ? void 0 : _b.striped);
|
|
23671
23679
|
if (striped)
|
|
23672
23680
|
list.push("striped-table");
|
|
23673
23681
|
return list;
|
|
@@ -23781,7 +23789,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
23781
23789
|
};
|
|
23782
23790
|
}
|
|
23783
23791
|
});
|
|
23784
|
-
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
23792
|
+
var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-2a3263ea"]]);
|
|
23785
23793
|
var ckChip_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23786
23794
|
const _hoisted_1$a = ["color"];
|
|
23787
23795
|
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|