cleek 2.6.21 → 2.6.23

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 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-7135b075"), n = n(), popScopeId$1(), n);
58615
+ const _withScopeId$1 = (n) => (pushScopeId$1("data-v-275fb823"), 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));
@@ -58640,6 +58640,8 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent$1({
58640
58640
  return props.modelValue;
58641
58641
  },
58642
58642
  set(val) {
58643
+ console.log("test");
58644
+ console.trace();
58643
58645
  emits("update:modelValue", val);
58644
58646
  }
58645
58647
  });
@@ -58667,10 +58669,6 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent$1({
58667
58669
  return list;
58668
58670
  });
58669
58671
  function onTrigger() {
58670
- console.trace();
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-7135b075"]]);
58715
+ var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-275fb823"]]);
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"];