@cobre-npm/ds-v3 0.21.0 → 0.22.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.
@@ -8,6 +8,7 @@ interface Props {
8
8
  minlength?: string;
9
9
  maxlength?: string;
10
10
  min?: number;
11
+ max?: number;
11
12
  errorMsg?: string;
12
13
  disabled?: boolean;
13
14
  label?: string;
@@ -21,6 +22,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
21
22
  errorMsg: string;
22
23
  disabled: boolean;
23
24
  min: number;
25
+ max: number;
24
26
  labelOptional: string;
25
27
  allowDecimals: boolean;
26
28
  }>, {
@@ -28,6 +30,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
28
30
  isDirty: import("vue").ComputedRef<boolean>;
29
31
  showErrors: () => void;
30
32
  isValidMinAmount: import("vue").ComputedRef<boolean>;
33
+ isValidMaxAmount: import("vue").ComputedRef<boolean>;
31
34
  handleSetValue: (value: number) => void;
32
35
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
36
  "update:modelValue": (...args: any[]) => void;
@@ -38,12 +41,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
38
41
  errorMsg: string;
39
42
  disabled: boolean;
40
43
  min: number;
44
+ max: number;
41
45
  labelOptional: string;
42
46
  allowDecimals: boolean;
43
47
  }>>> & {
44
48
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
45
49
  }, {
46
50
  disabled: boolean;
51
+ max: number;
47
52
  min: number;
48
53
  isRequired: boolean;
49
54
  minlength: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"