@cobre-npm/ds-v3 0.75.9 → 0.76.0

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.
@@ -3864,7 +3864,8 @@ const Fv = { class: "co-input" }, Yv = {
3864
3864
  isDirty: d,
3865
3865
  isValidMinAmount: m,
3866
3866
  isValidMaxAmount: h,
3867
- handleSetValue: _
3867
+ handleSetValue: _,
3868
+ handleOnBlur: p
3868
3869
  }), (y, g) => {
3869
3870
  const $ = gt("co-tooltip");
3870
3871
  return f(), w("div", sg, [
@@ -35,6 +35,7 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
35
35
  isValidMinAmount: import("vue").ComputedRef<boolean>;
36
36
  isValidMaxAmount: import("vue").ComputedRef<boolean>;
37
37
  handleSetValue: (value: number | null) => void;
38
+ handleOnBlur: () => void;
38
39
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
40
  "update:modelValue": (...args: any[]) => void;
40
41
  "update:amount": (...args: any[]) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.75.9",
3
+ "version": "0.76.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"