gotrip-fx-transaction-form 1.0.106 → 1.0.108

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 +38 -40
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -72265,11 +72265,27 @@ const Z3 = ({
72265
72265
  gap: 4,
72266
72266
  w: "full",
72267
72267
  children: [
72268
- /* @__PURE__ */ y.jsxs(Tr, { invalid: !!Wt.customerName, children: [
72269
- /* @__PURE__ */ y.jsx(Wn, { children: "Tên" }),
72270
- /* @__PURE__ */ y.jsx(Dn, { type: "text", ...ur("customerName") }),
72271
- /* @__PURE__ */ y.jsx(Ir, { children: (Re = Wt.customerName) == null ? void 0 : Re.message })
72272
- ] }),
72268
+ !Ue && /* @__PURE__ */ y.jsx(y.Fragment, { children: /* @__PURE__ */ y.jsxs(Tr, { invalid: !!Wt.idNo, children: [
72269
+ /* @__PURE__ */ y.jsx(Wn, { children: "Số CMND/CCCD" }),
72270
+ /* @__PURE__ */ y.jsxs(JE, { attached: !0, w: "full", maxW: "sm", children: [
72271
+ /* @__PURE__ */ y.jsx(Dn, { type: "text", ...ur("idNo") }),
72272
+ /* @__PURE__ */ y.jsx(
72273
+ Xi,
72274
+ {
72275
+ bg: "bg.subtle",
72276
+ variant: "outline",
72277
+ onClick: () => {
72278
+ var me;
72279
+ return (me = ye.current) == null ? void 0 : me.click();
72280
+ },
72281
+ loading: ft,
72282
+ disabled: ft,
72283
+ children: /* @__PURE__ */ y.jsx(Ol, { size: "sm", mr: 1, children: /* @__PURE__ */ y.jsx(iS, {}) })
72284
+ }
72285
+ )
72286
+ ] }),
72287
+ /* @__PURE__ */ y.jsx(Ir, { children: (Re = Wt.idNo) == null ? void 0 : Re.message })
72288
+ ] }) }),
72273
72289
  /* @__PURE__ */ y.jsxs(Tr, { invalid: !!Wt.passportNo, children: [
72274
72290
  /* @__PURE__ */ y.jsx(Wn, { children: "Số hộ chiếu" }),
72275
72291
  /* @__PURE__ */ y.jsxs(JE, { attached: !0, w: "full", maxW: "sm", children: [
@@ -72291,41 +72307,23 @@ const Z3 = ({
72291
72307
  ] }),
72292
72308
  /* @__PURE__ */ y.jsx(Ir, { children: (Pe = Wt.passportNo) == null ? void 0 : Pe.message })
72293
72309
  ] }),
72294
- !Ue && /* @__PURE__ */ y.jsxs(y.Fragment, { children: [
72295
- /* @__PURE__ */ y.jsxs(Tr, { invalid: !!Wt.idNo, children: [
72296
- /* @__PURE__ */ y.jsx(Wn, { children: "Số CMND/CCCD" }),
72297
- /* @__PURE__ */ y.jsxs(JE, { attached: !0, w: "full", maxW: "sm", children: [
72298
- /* @__PURE__ */ y.jsx(Dn, { type: "text", ...ur("idNo") }),
72299
- /* @__PURE__ */ y.jsx(
72300
- Xi,
72301
- {
72302
- bg: "bg.subtle",
72303
- variant: "outline",
72304
- onClick: () => {
72305
- var me;
72306
- return (me = ye.current) == null ? void 0 : me.click();
72307
- },
72308
- loading: ft,
72309
- disabled: ft,
72310
- children: /* @__PURE__ */ y.jsx(Ol, { size: "sm", mr: 1, children: /* @__PURE__ */ y.jsx(iS, {}) })
72311
- }
72312
- )
72313
- ] }),
72314
- /* @__PURE__ */ y.jsx(Ir, { children: (Qe = Wt.idNo) == null ? void 0 : Qe.message })
72315
- ] }),
72316
- /* @__PURE__ */ y.jsxs(Tr, { invalid: !!Wt.mobileNo, children: [
72317
- /* @__PURE__ */ y.jsx(Wn, { children: "Số điện thoại" }),
72318
- /* @__PURE__ */ y.jsx(
72319
- Dn,
72320
- {
72321
- type: "text",
72322
- ...ur("mobileNo"),
72323
- placeholder: "Số điện thoại phải được đăng ký với ngân hàng techcombank"
72324
- }
72325
- ),
72326
- /* @__PURE__ */ y.jsx(Ir, { children: (ct = Wt.mobileNo) == null ? void 0 : ct.message })
72327
- ] })
72328
- ] })
72310
+ /* @__PURE__ */ y.jsxs(Tr, { invalid: !!Wt.customerName, children: [
72311
+ /* @__PURE__ */ y.jsx(Wn, { children: "Tên" }),
72312
+ /* @__PURE__ */ y.jsx(Dn, { type: "text", ...ur("customerName") }),
72313
+ /* @__PURE__ */ y.jsx(Ir, { children: (Qe = Wt.customerName) == null ? void 0 : Qe.message })
72314
+ ] }),
72315
+ !Ue && /* @__PURE__ */ y.jsx(y.Fragment, { children: /* @__PURE__ */ y.jsxs(Tr, { invalid: !!Wt.mobileNo, children: [
72316
+ /* @__PURE__ */ y.jsx(Wn, { children: "Số điện thoại" }),
72317
+ /* @__PURE__ */ y.jsx(
72318
+ Dn,
72319
+ {
72320
+ type: "text",
72321
+ ...ur("mobileNo"),
72322
+ placeholder: "Số điện thoại phải được đăng với ngân hàng techcombank"
72323
+ }
72324
+ ),
72325
+ /* @__PURE__ */ y.jsx(Ir, { children: (ct = Wt.mobileNo) == null ? void 0 : ct.message })
72326
+ ] }) })
72329
72327
  ]
72330
72328
  }
72331
72329
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.106",
3
+ "version": "1.0.108",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",