cleek 2.6.60 → 2.6.61

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-49a17b4e"), n2 = n2(), popScopeId$2(), n2);
89889
+ const _withScopeId$1 = (n2) => (pushScopeId$2("data-v-7af6ddcd"), 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));
@@ -89944,8 +89944,8 @@ const _sfc_main$5 = defineComponent$2({
89944
89944
  function handleSwitchClick(e4) {
89945
89945
  console.log("handleSwitchClick");
89946
89946
  console.log(value.value);
89947
- emits("switchClick");
89948
89947
  console.log("switchClick");
89948
+ emits("switchClick");
89949
89949
  console.log(value.value);
89950
89950
  if (props.preventAutoUpdate) {
89951
89951
  console.log("preventAutoUpdate");
@@ -89956,14 +89956,17 @@ const _sfc_main$5 = defineComponent$2({
89956
89956
  console.log("after");
89957
89957
  console.log(value.value);
89958
89958
  }
89959
+ function a7() {
89960
+ console.log("sss");
89961
+ }
89959
89962
  return (_ctx, _cache) => {
89960
89963
  return openBlock$2(), createElementBlock$2(Fragment$2, null, [
89961
89964
  createTextVNode$2(toDisplayString$1(value.value), 1),
89962
89965
  createElementVNode("label", mergeProps$2({ class: "ck-switch" }, computedAttributes.value, {
89963
89966
  class: computedClass.value,
89964
- onKeydown: _cache[2] || (_cache[2] = withKeys$2(withModifiers$1(() => {
89967
+ onKeydown: _cache[3] || (_cache[3] = withKeys$2(withModifiers$1(() => {
89965
89968
  }, ["prevent"]), ["space"])),
89966
- onClick: _cache[3] || (_cache[3] = withModifiers$1(($event) => handleSwitchClick($event), ["stop"]))
89969
+ onClick: _cache[4] || (_cache[4] = withModifiers$1(($event) => handleSwitchClick($event), ["stop"]))
89967
89970
  }), [
89968
89971
  withDirectives$1(createElementVNode("input", {
89969
89972
  class: "ck-switch__input",
@@ -89971,8 +89974,9 @@ const _sfc_main$5 = defineComponent$2({
89971
89974
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => value.value = $event),
89972
89975
  "aria-hidden": "true",
89973
89976
  disabled: _ctx.disabled,
89974
- onClick: _cache[1] || (_cache[1] = ($event) => handleSwitchClick($event))
89975
- }, null, 8, _hoisted_1$5), [
89977
+ onClick: _cache[1] || (_cache[1] = ($event) => handleSwitchClick($event)),
89978
+ onChange: _cache[2] || (_cache[2] = ($event) => a7())
89979
+ }, null, 40, _hoisted_1$5), [
89976
89980
  [vModelCheckbox, value.value]
89977
89981
  ]),
89978
89982
  createElementVNode("div", _hoisted_2$4, [
@@ -89998,7 +90002,7 @@ const _sfc_main$5 = defineComponent$2({
89998
90002
  };
89999
90003
  }
90000
90004
  });
90001
- var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-49a17b4e"]]);
90005
+ var ckSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-7af6ddcd"]]);
90002
90006
  var ckSwitchOptions_vue_vue_type_style_index_0_scoped_true_lang = "";
90003
90007
  const _hoisted_1$4 = { class: "ck-switch-options__container-exterior" };
90004
90008
  const _hoisted_2$3 = ["onClick"];