@cobre-npm/ds-v3 0.112.6 → 0.112.7
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.
|
@@ -5687,7 +5687,6 @@ const g0 = { class: "co-input" }, b0 = {
|
|
|
5687
5687
|
const n = a, o = {
|
|
5688
5688
|
...{
|
|
5689
5689
|
locale: "en-US",
|
|
5690
|
-
currency: "COP",
|
|
5691
5690
|
currencyDisplay: ya.hidden,
|
|
5692
5691
|
valueRange: {
|
|
5693
5692
|
min: 0,
|
|
@@ -5701,6 +5700,7 @@ const g0 = { class: "co-input" }, b0 = {
|
|
|
5701
5700
|
accountingSign: !1
|
|
5702
5701
|
},
|
|
5703
5702
|
...n.options,
|
|
5703
|
+
currency: "USD",
|
|
5704
5704
|
precision: { min: 2, max: 2 }
|
|
5705
5705
|
}, s = U(!1), { inputRef: l, setValue: i } = Ju(o), c = ri(a, "currencySelected"), u = t, d = I(() => s.value), p = I(() => n.modelValue === void 0 || n.modelValue === "" ? !1 : n.allowZero && +n.modelValue == 0 ? !0 : +n.modelValue >= +n.min), h = I(() => n.modelValue === void 0 || n.modelValue === "" ? !1 : +n.modelValue <= +n.max), v = I(() => {
|
|
5706
5706
|
const { isAmountDisabled: _, modelValue: k, isRequired: E, allowZero: $ } = n, O = k && !d.value;
|