cleek 2.0.9 → 2.1.0
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 -3
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -13105,7 +13105,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
13105
13105
|
});
|
|
13106
13106
|
var ckSelect = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-31af160a"]]);
|
|
13107
13107
|
var ckSwitch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13108
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
13108
|
+
const _withScopeId = (n) => (pushScopeId("data-v-35213eec"), n = n(), popScopeId(), n);
|
|
13109
13109
|
const _hoisted_1$9 = ["disabled"];
|
|
13110
13110
|
const _hoisted_2$4 = { class: "ck-switch__slider-container" };
|
|
13111
13111
|
const _hoisted_3$2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "ck-switch__slider" }, null, -1));
|
|
@@ -13115,7 +13115,7 @@ const _hoisted_4$1 = {
|
|
|
13115
13115
|
};
|
|
13116
13116
|
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
13117
13117
|
props: {
|
|
13118
|
-
modelValue: { type: Boolean, default: false },
|
|
13118
|
+
modelValue: { type: [Boolean, Number], default: false },
|
|
13119
13119
|
disabled: { type: Boolean, default: false },
|
|
13120
13120
|
outlined: { type: Boolean, default: false },
|
|
13121
13121
|
squared: { type: Boolean, default: false },
|
|
@@ -13192,7 +13192,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
13192
13192
|
};
|
|
13193
13193
|
}
|
|
13194
13194
|
});
|
|
13195
|
-
var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
13195
|
+
var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-35213eec"]]);
|
|
13196
13196
|
var ckSwitchOptions_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13197
13197
|
const _hoisted_1$8 = { class: "ck-switch-options__container-exterior" };
|
|
13198
13198
|
const _hoisted_2$3 = ["onClick"];
|