@cobre-npm/ds-v3 0.55.0 → 0.55.1

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.
@@ -21,6 +21,8 @@ interface Props {
21
21
  currencies: Currency[];
22
22
  isAmountDisabled?: boolean;
23
23
  isCurrencyDisabled?: boolean;
24
+ hideCountrySelector?: boolean;
25
+ allowZero?: boolean;
24
26
  }
25
27
  declare let __VLS_typeProps: Props;
26
28
  declare const currencySelected: import("vue").ModelRef<string | undefined, string>;
@@ -36,6 +38,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
36
38
  min: number;
37
39
  max: number;
38
40
  labelOptional: string;
41
+ allowZero: boolean;
42
+ hideCountrySelector: boolean;
39
43
  }>, {
40
44
  isValid: import("vue").ComputedRef<boolean>;
41
45
  isDirty: import("vue").ComputedRef<boolean>;
@@ -56,6 +60,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
56
60
  min: number;
57
61
  max: number;
58
62
  labelOptional: string;
63
+ allowZero: boolean;
64
+ hideCountrySelector: boolean;
59
65
  }>>> & {
60
66
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
61
67
  "onUpdate:amount"?: ((...args: any[]) => any) | undefined;
@@ -69,6 +75,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
69
75
  maxlength: string;
70
76
  errorMsg: string;
71
77
  labelOptional: string;
78
+ hideCountrySelector: boolean;
79
+ allowZero: boolean;
72
80
  }, {}>;
73
81
  export default _default;
74
82
  type __VLS_WithDefaults<P, D> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.55.0",
3
+ "version": "0.55.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"