cleek 2.4.75 → 2.4.77

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
@@ -26420,7 +26420,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
26420
26420
  });
26421
26421
  var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-eed7a2c0"]]);
26422
26422
  var ckRadio_vue_vue_type_style_index_0_scoped_true_lang = "";
26423
- const _withScopeId$2 = (n) => (pushScopeId("data-v-dc40a9c2"), n = n(), popScopeId(), n);
26423
+ const _withScopeId$2 = (n) => (pushScopeId("data-v-0dd8663c"), n = n(), popScopeId(), n);
26424
26424
  const _hoisted_1$8 = ["onKeyup"];
26425
26425
  const _hoisted_2$6 = ["name", "value", "disabled"];
26426
26426
  const _hoisted_3$4 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("div", { class: "c-Radio__element" }, null, -1));
@@ -26433,6 +26433,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
26433
26433
  modelValue: null,
26434
26434
  name: null,
26435
26435
  vertical: { type: Boolean },
26436
+ classes: null,
26436
26437
  options: null,
26437
26438
  disabled: { type: Boolean },
26438
26439
  value: null,
@@ -26468,6 +26469,8 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
26468
26469
  const list = [];
26469
26470
  if (props.vertical)
26470
26471
  list.push("vertical");
26472
+ if (props.classes)
26473
+ list.push(props.classes);
26471
26474
  return list;
26472
26475
  });
26473
26476
  function handleChange(option, event) {
@@ -26506,7 +26509,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
26506
26509
  };
26507
26510
  }
26508
26511
  });
26509
- var ckRadio = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-dc40a9c2"]]);
26512
+ var ckRadio = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-0dd8663c"]]);
26510
26513
  var ckSelect_vue_vue_type_style_index_0_scoped_true_lang = "";
26511
26514
  const _hoisted_1$7 = ["disabled"];
26512
26515
  const _hoisted_2$5 = ["value"];