cleek 2.6.19 → 2.6.21
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 +4 -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
|
@@ -58612,7 +58612,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent$1({
|
|
|
58612
58612
|
});
|
|
58613
58613
|
var ckSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-027dcafa"]]);
|
|
58614
58614
|
var ckSwitch_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
58615
|
-
const _withScopeId$1 = (n) => (pushScopeId$1("data-v-
|
|
58615
|
+
const _withScopeId$1 = (n) => (pushScopeId$1("data-v-7135b075"), n = n(), popScopeId$1(), n);
|
|
58616
58616
|
const _hoisted_1$5 = ["disabled"];
|
|
58617
58617
|
const _hoisted_2$4 = { class: "ck-switch__slider-container" };
|
|
58618
58618
|
const _hoisted_3$2 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "ck-switch__slider" }, null, -1));
|
|
@@ -58667,6 +58667,8 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent$1({
|
|
|
58667
58667
|
return list;
|
|
58668
58668
|
});
|
|
58669
58669
|
function onTrigger() {
|
|
58670
|
+
console.trace();
|
|
58671
|
+
console.log("props.preventAutoUpdate", props.preventAutoUpdate);
|
|
58670
58672
|
if (!props.preventAutoUpdate)
|
|
58671
58673
|
value.value = !value.value;
|
|
58672
58674
|
}
|
|
@@ -58712,7 +58714,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent$1({
|
|
|
58712
58714
|
};
|
|
58713
58715
|
}
|
|
58714
58716
|
});
|
|
58715
|
-
var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
58717
|
+
var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-7135b075"]]);
|
|
58716
58718
|
var ckSwitchOptions_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
58717
58719
|
const _hoisted_1$4 = { class: "ck-switch-options__container-exterior" };
|
|
58718
58720
|
const _hoisted_2$3 = ["onClick"];
|