cleek 2.6.31 → 2.6.32

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
@@ -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-a7076b60"), n2 = n2(), popScopeId$2(), n2);
89889
+ const _withScopeId$1 = (n2) => (pushScopeId$2("data-v-09fd0ef0"), 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));
@@ -89923,8 +89923,10 @@ const _sfc_main$5 = defineComponent$2({
89923
89923
  return value.value;
89924
89924
  },
89925
89925
  set(val) {
89926
+ console.log("before");
89926
89927
  if (props.preventAutoUpdate)
89927
89928
  return;
89929
+ console.log("after");
89928
89930
  value.value = val;
89929
89931
  }
89930
89932
  });
@@ -89982,13 +89984,14 @@ const _sfc_main$5 = defineComponent$2({
89982
89984
  }, null, 8, ["icon", "icon-pack", "class"])) : createCommentVNode$2("", true)
89983
89985
  ]),
89984
89986
  _ctx.$slots.default ? (openBlock$2(), createElementBlock$2("span", _hoisted_4$2, [
89987
+ createTextVNode$2(toDisplayString$1(value.value) + " " + toDisplayString$1(checkedValue.value), 1),
89985
89988
  renderSlot$2(_ctx.$slots, "default", {}, void 0, true)
89986
89989
  ])) : createCommentVNode$2("", true)
89987
89990
  ], 16);
89988
89991
  };
89989
89992
  }
89990
89993
  });
89991
- var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-a7076b60"]]);
89994
+ var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-09fd0ef0"]]);
89992
89995
  var ckSwitchOptions_vue_vue_type_style_index_0_scoped_true_lang = "";
89993
89996
  const _hoisted_1$4 = { class: "ck-switch-options__container-exterior" };
89994
89997
  const _hoisted_2$3 = ["onClick"];