cleek 2.9.0 → 2.9.2

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.
@@ -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
  }, {}, {}>;
@@ -1,4 +1,5 @@
1
1
  declare function __VLS_template(): {
2
+ header?(_: {}): any;
2
3
  default?(_: {}): any;
3
4
  footer?(_: {}): any;
4
5
  };
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.0",
4
+ "version": "2.9.2",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",