cleek 2.10.36 → 2.10.38

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.
@@ -75,6 +75,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
75
75
  };
76
76
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
77
77
  cancel: () => void;
78
+ close: () => void;
78
79
  accept: () => void;
79
80
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
80
81
  modelValue: {
@@ -146,6 +147,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
146
147
  };
147
148
  }>> & Readonly<{
148
149
  onCancel?: () => any;
150
+ onClose?: () => any;
149
151
  onAccept?: () => any;
150
152
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
151
153
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.10.36",
4
+ "version": "2.10.38",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",