cleek 1.6.0 → 1.6.4
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 +11 -5
- package/dist/cleek.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +2 -3
package/dist/cleek.es.js
CHANGED
|
@@ -11309,6 +11309,12 @@ const _sfc_main$g = {
|
|
|
11309
11309
|
classList2.push(`ck-component__border-color--${this.color}`);
|
|
11310
11310
|
}
|
|
11311
11311
|
}
|
|
11312
|
+
if (!this.$slots.default) {
|
|
11313
|
+
if (this.icon || this.iconRight) {
|
|
11314
|
+
if (!(this.icon && this.iconRight))
|
|
11315
|
+
classList2.push("just-icon");
|
|
11316
|
+
}
|
|
11317
|
+
}
|
|
11312
11318
|
let type = this.type;
|
|
11313
11319
|
if (!validators.buttonType(this.type))
|
|
11314
11320
|
type = defaults.type;
|
|
@@ -11322,7 +11328,7 @@ const _sfc_main$g = {
|
|
|
11322
11328
|
}
|
|
11323
11329
|
}
|
|
11324
11330
|
};
|
|
11325
|
-
var ckButton = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", render$h], ["__scopeId", "data-v-
|
|
11331
|
+
var ckButton = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", render$h], ["__scopeId", "data-v-79498e51"]]);
|
|
11326
11332
|
const _withScopeId$2 = (n) => (pushScopeId("data-v-c7841510"), n = n(), popScopeId(), n);
|
|
11327
11333
|
const _hoisted_1$d = ["disabled", "checked"];
|
|
11328
11334
|
const _hoisted_2$7 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("div", { class: "ck-checkbox__element" }, null, -1));
|
|
@@ -12573,8 +12579,8 @@ const _sfc_main$9 = {
|
|
|
12573
12579
|
}
|
|
12574
12580
|
}
|
|
12575
12581
|
};
|
|
12576
|
-
var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", render$a], ["__scopeId", "data-v-
|
|
12577
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
12582
|
+
var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", render$a], ["__scopeId", "data-v-7751c2da"]]);
|
|
12583
|
+
const _withScopeId = (n) => (pushScopeId("data-v-2da281ed"), n = n(), popScopeId(), n);
|
|
12578
12584
|
const _hoisted_1$6 = ["disabled"];
|
|
12579
12585
|
const _hoisted_2$2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "ck-switch__slider" }, null, -1));
|
|
12580
12586
|
const _hoisted_3$1 = {
|
|
@@ -12647,7 +12653,7 @@ const _sfc_main$8 = {
|
|
|
12647
12653
|
}
|
|
12648
12654
|
}
|
|
12649
12655
|
};
|
|
12650
|
-
var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", render$9], ["__scopeId", "data-v-
|
|
12656
|
+
var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", render$9], ["__scopeId", "data-v-2da281ed"]]);
|
|
12651
12657
|
const _hoisted_1$5 = { class: "ck-switch-options__container-exterior" };
|
|
12652
12658
|
const _hoisted_2$1 = ["onClick"];
|
|
12653
12659
|
function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -12768,7 +12774,7 @@ const _sfc_main$5 = {
|
|
|
12768
12774
|
}
|
|
12769
12775
|
}
|
|
12770
12776
|
};
|
|
12771
|
-
var ckTh = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", render$6], ["__scopeId", "data-v-
|
|
12777
|
+
var ckTh = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", render$6], ["__scopeId", "data-v-e9943550"]]);
|
|
12772
12778
|
function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12773
12779
|
const _component_ck_th = resolveComponent("ck-th");
|
|
12774
12780
|
return $options.isVisible ? (openBlock(), createBlock(_component_ck_th, {
|