gotrip-fx-transaction-form 1.0.32 → 1.0.33

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -54924,7 +54924,7 @@ const nfe = [
54924
54924
  passportNo: Et().required("Vui lòng nhập số hộ chiếu"),
54925
54925
  idNo: Et().required("Vui lòng nhập số CMND/CCCD").matches(DD, "CMND/CCCD không hợp lệ"),
54926
54926
  mobileNo: Et().required("Vui lòng nhập số điện thoại").matches(LD, "Số điện thoại không hợp lệ"),
54927
- amount: Ch().min(0, "Số lượng phải lớn hơn 0").max(1e4, "Số lượng phải nhỏ hơn 10.000 USD").required("Vui lòng nhập số lượng"),
54927
+ amount: Ch().min(0, "Số lượng phải lớn hơn 0").max(2e4, "Số lượng phải nhỏ hơn 20.000 USD").required("Vui lòng nhập số lượng"),
54928
54928
  currencyCode: Et().required("Vui lòng chọn loại ngoại tệ")
54929
54929
  }), ofe = ({
54930
54930
  onFinish: e,
@@ -55142,7 +55142,7 @@ const nfe = [
55142
55142
  thousandSeparator: ",",
55143
55143
  decimalScale: 0,
55144
55144
  min: 0,
55145
- max: 1e4,
55145
+ max: 2e4,
55146
55146
  fixedDecimalScale: !0,
55147
55147
  onValueChange: (Ve) => {
55148
55148
  Ve.floatValue ? (K("amount", Ve.floatValue), se(Ve.floatValue), me("amount")) : (K("amount", 0), se(0), me("amount"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",