cleek 2.4.13 → 2.4.14
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 +3 -1
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -23433,6 +23433,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
23433
23433
|
if (layout)
|
|
23434
23434
|
list.push(layout);
|
|
23435
23435
|
const borderColor = hooks8.geRealBorderColor(props, cleekOptions2);
|
|
23436
|
+
console.log("textarea", borderColor);
|
|
23437
|
+
console.log("cleekOptions", cleekOptions2);
|
|
23436
23438
|
if (borderColor && hooks8.isColorTemplateVariable(borderColor)) {
|
|
23437
23439
|
list.push(`ck-component__border-color--${borderColor}`);
|
|
23438
23440
|
}
|
|
@@ -23471,7 +23473,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
23471
23473
|
};
|
|
23472
23474
|
}
|
|
23473
23475
|
});
|
|
23474
|
-
var ckTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
23476
|
+
var ckTextarea = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-c450e42e"]]);
|
|
23475
23477
|
var CkConfirm_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
23476
23478
|
const _withScopeId = (n) => (pushScopeId("data-v-bc51fc7a"), n = n(), popScopeId(), n);
|
|
23477
23479
|
const _hoisted_1$1 = { class: "ck-confirm--background" };
|