cleek 2.6.59 → 2.6.60
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 +10 -2
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -89886,7 +89886,7 @@ const _sfc_main$6 = defineComponent$2({
|
|
|
89886
89886
|
});
|
|
89887
89887
|
var ckSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-64161f5d"]]);
|
|
89888
89888
|
var ckSwitch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
89889
|
-
const _withScopeId$1 = (n2) => (pushScopeId$2("data-v-
|
|
89889
|
+
const _withScopeId$1 = (n2) => (pushScopeId$2("data-v-49a17b4e"), n2 = n2(), popScopeId$2(), n2);
|
|
89890
89890
|
const _hoisted_1$5 = ["disabled"];
|
|
89891
89891
|
const _hoisted_2$4 = { class: "ck-switch__slider-container" };
|
|
89892
89892
|
const _hoisted_3$2 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "ck-switch__slider" }, null, -1));
|
|
@@ -89942,11 +89942,19 @@ const _sfc_main$5 = defineComponent$2({
|
|
|
89942
89942
|
return list;
|
|
89943
89943
|
});
|
|
89944
89944
|
function handleSwitchClick(e4) {
|
|
89945
|
+
console.log("handleSwitchClick");
|
|
89946
|
+
console.log(value.value);
|
|
89945
89947
|
emits("switchClick");
|
|
89948
|
+
console.log("switchClick");
|
|
89949
|
+
console.log(value.value);
|
|
89946
89950
|
if (props.preventAutoUpdate) {
|
|
89951
|
+
console.log("preventAutoUpdate");
|
|
89952
|
+
console.log(value.value);
|
|
89947
89953
|
e4.preventDefault();
|
|
89948
89954
|
e4.stopPropagation();
|
|
89949
89955
|
}
|
|
89956
|
+
console.log("after");
|
|
89957
|
+
console.log(value.value);
|
|
89950
89958
|
}
|
|
89951
89959
|
return (_ctx, _cache) => {
|
|
89952
89960
|
return openBlock$2(), createElementBlock$2(Fragment$2, null, [
|
|
@@ -89990,7 +89998,7 @@ const _sfc_main$5 = defineComponent$2({
|
|
|
89990
89998
|
};
|
|
89991
89999
|
}
|
|
89992
90000
|
});
|
|
89993
|
-
var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
90001
|
+
var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-49a17b4e"]]);
|
|
89994
90002
|
var ckSwitchOptions_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
89995
90003
|
const _hoisted_1$4 = { class: "ck-switch-options__container-exterior" };
|
|
89996
90004
|
const _hoisted_2$3 = ["onClick"];
|