cleek 2.6.21 → 2.6.22
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 +2 -4
- 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-2da8e999"), 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));
|
|
@@ -58669,8 +58669,6 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent$1({
|
|
|
58669
58669
|
function onTrigger() {
|
|
58670
58670
|
console.trace();
|
|
58671
58671
|
console.log("props.preventAutoUpdate", props.preventAutoUpdate);
|
|
58672
|
-
if (!props.preventAutoUpdate)
|
|
58673
|
-
value.value = !value.value;
|
|
58674
58672
|
}
|
|
58675
58673
|
return (_ctx, _cache) => {
|
|
58676
58674
|
return openBlock$1(), createElementBlock$1("label", mergeProps$1({ class: "ck-switch" }, unref$2(computedAttributes), {
|
|
@@ -58714,7 +58712,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent$1({
|
|
|
58714
58712
|
};
|
|
58715
58713
|
}
|
|
58716
58714
|
});
|
|
58717
|
-
var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
58715
|
+
var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-2da8e999"]]);
|
|
58718
58716
|
var ckSwitchOptions_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
58719
58717
|
const _hoisted_1$4 = { class: "ck-switch-options__container-exterior" };
|
|
58720
58718
|
const _hoisted_2$3 = ["onClick"];
|