cleek 2.9.1 → 2.9.3

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/main.es.js CHANGED
@@ -92774,7 +92774,7 @@ const NL4 = /* @__PURE__ */ Oc(bL4, [["render", wL4]]), SL4 = ["id"], kL4 = /* @
92774
92774
  }, null, 44, sg4)
92775
92775
  ], 6));
92776
92776
  }
92777
- }), fg4 = /* @__PURE__ */ n2(lg4, [["__scopeId", "data-v-113e39b6"]]), Cg4 = (c) => (g7("data-v-229b6a01"), c = c(), b7(), c), ug4 = ["onKeyup"], mg4 = ["name", "value", "disabled"], vg4 = /* @__PURE__ */ Cg4(() => /* @__PURE__ */ G("div", { class: "c-Radio__element" }, null, -1)), hg4 = {
92777
+ }), fg4 = /* @__PURE__ */ n2(lg4, [["__scopeId", "data-v-113e39b6"]]), Cg4 = (c) => (g7("data-v-08af2019"), c = c(), b7(), c), ug4 = ["onKeyup"], mg4 = ["name", "value", "disabled"], vg4 = /* @__PURE__ */ Cg4(() => /* @__PURE__ */ G("div", { class: "c-Radio__element" }, null, -1)), hg4 = {
92778
92778
  key: 0,
92779
92779
  class: "c-Radio__label"
92780
92780
  }, zg4 = /* @__PURE__ */ g1({
@@ -92789,14 +92789,14 @@ const NL4 = /* @__PURE__ */ Oc(bL4, [["render", wL4]]), SL4 = ["id"], kL4 = /* @
92789
92789
  value: {},
92790
92790
  label: {}
92791
92791
  },
92792
- emits: ["update:modelValue", "change"],
92792
+ emits: ["update:modelValue", "change", "click"],
92793
92793
  setup(c, { emit: e }) {
92794
92794
  const a = c, r = e, n = S({
92795
92795
  get() {
92796
92796
  return a.modelValue;
92797
92797
  },
92798
92798
  set(f) {
92799
- r("update:modelValue", f);
92799
+ r("update:modelValue", f), r("change", f);
92800
92800
  }
92801
92801
  }), i = S(() => ({
92802
92802
  "aria-disabled": a.disabled,
@@ -92813,7 +92813,7 @@ const NL4 = /* @__PURE__ */ Oc(bL4, [["render", wL4]]), SL4 = ["id"], kL4 = /* @
92813
92813
  return a.vertical && f.push("vertical"), a.classes && f.push(a.classes), f;
92814
92814
  });
92815
92815
  function s(f, l) {
92816
- f.value = n, r("change", l);
92816
+ f.value = n, r("change", n);
92817
92817
  }
92818
92818
  return (f, l) => (D(!0), U(e3, null, L4(t.value, (C, m) => (D(), U("label", $c({
92819
92819
  class: "ck-radio",
@@ -92824,8 +92824,8 @@ const NL4 = /* @__PURE__ */ Oc(bL4, [["render", wL4]]), SL4 = ["id"], kL4 = /* @
92824
92824
  onKeydown: l[1] || (l[1] = H8(H4(() => {
92825
92825
  }, ["prevent"]), ["space"])),
92826
92826
  onKeyup: [
92827
- H8((v) => s(C, v), ["enter"]),
92828
- H8((v) => s(C, v), ["space"])
92827
+ H8((v) => s(C), ["enter"]),
92828
+ H8((v) => s(C), ["space"])
92829
92829
  ]
92830
92830
  }), [
92831
92831
  W3(G("input", {
@@ -92843,7 +92843,7 @@ const NL4 = /* @__PURE__ */ Oc(bL4, [["render", wL4]]), SL4 = ["id"], kL4 = /* @
92843
92843
  C.label ? (D(), U("span", hg4, M1(C.label), 1)) : J("", !0)
92844
92844
  ], 16, ug4))), 128));
92845
92845
  }
92846
- }), pg4 = /* @__PURE__ */ n2(zg4, [["__scopeId", "data-v-229b6a01"]]), dg4 = ["disabled"], Hg4 = ["value"], Mg4 = {
92846
+ }), pg4 = /* @__PURE__ */ n2(zg4, [["__scopeId", "data-v-08af2019"]]), dg4 = ["disabled"], Hg4 = ["value"], Mg4 = {
92847
92847
  key: 4,
92848
92848
  class: "ck-select--placeholder"
92849
92849
  }, Vg4 = {
@@ -14,6 +14,7 @@ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimePr
14
14
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
15
  "update:modelValue": (value: string) => void;
16
16
  change: (event: Event) => void;
17
+ click: (event: Event) => void;
17
18
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
18
19
  modelValue: string;
19
20
  name?: string;
@@ -24,6 +25,7 @@ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimePr
24
25
  value?: any;
25
26
  label?: any;
26
27
  }>>> & {
28
+ onClick?: (event: Event) => any;
27
29
  onChange?: (event: Event) => any;
28
30
  "onUpdate:modelValue"?: (value: string) => any;
29
31
  }, {}, {}>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.9.1",
4
+ "version": "2.9.3",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",