cleek 2.4.14 → 2.4.15
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 +6 -4
- package/dist/cleek.umd.js +9 -9
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -23428,11 +23428,12 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
23428
23428
|
}
|
|
23429
23429
|
});
|
|
23430
23430
|
const computedClassTextarea = computed$2(() => {
|
|
23431
|
+
var _a, _b;
|
|
23431
23432
|
const list = [];
|
|
23432
|
-
const layout =
|
|
23433
|
+
const layout = props.layout || ((_a = cleekOptions2 == null ? void 0 : cleekOptions2.styles) == null ? void 0 : _a.layout);
|
|
23433
23434
|
if (layout)
|
|
23434
23435
|
list.push(layout);
|
|
23435
|
-
const borderColor =
|
|
23436
|
+
const borderColor = props.borderColor || ((_b = cleekOptions2 == null ? void 0 : cleekOptions2.styles) == null ? void 0 : _b.borderColor);
|
|
23436
23437
|
console.log("textarea", borderColor);
|
|
23437
23438
|
console.log("cleekOptions", cleekOptions2);
|
|
23438
23439
|
if (borderColor && hooks8.isColorTemplateVariable(borderColor)) {
|
|
@@ -23441,8 +23442,9 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
23441
23442
|
return list;
|
|
23442
23443
|
});
|
|
23443
23444
|
const computedStyleTextarea = computed$2(() => {
|
|
23445
|
+
var _a;
|
|
23444
23446
|
const list = [];
|
|
23445
|
-
const borderColor =
|
|
23447
|
+
const borderColor = props.borderColor || ((_a = cleekOptions2 == null ? void 0 : cleekOptions2.styles) == null ? void 0 : _a.borderColor);
|
|
23446
23448
|
if (borderColor && !hooks8.isColorTemplateVariable(borderColor)) {
|
|
23447
23449
|
list.push({ "border-color": borderColor });
|
|
23448
23450
|
}
|
|
@@ -23473,7 +23475,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
23473
23475
|
};
|
|
23474
23476
|
}
|
|
23475
23477
|
});
|
|
23476
|
-
var ckTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
23478
|
+
var ckTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-056dba2e"]]);
|
|
23477
23479
|
var CkConfirm_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23478
23480
|
const _withScopeId = (n) => (pushScopeId("data-v-bc51fc7a"), n = n(), popScopeId(), n);
|
|
23479
23481
|
const _hoisted_1$1 = { class: "ck-confirm--background" };
|