react-native-timacare 3.3.46 → 3.3.48

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 (78) hide show
  1. package/lib/commonjs/assets/svgs/question.svg +1 -7
  2. package/lib/commonjs/components/ItemTimaOneV3.js +1 -1
  3. package/lib/commonjs/components/ItemTimaOneV3.js.flow +29 -29
  4. package/lib/commonjs/components/ItemTimaOneV3.js.map +1 -1
  5. package/lib/commonjs/components/SkeletonLoanCard.js +1 -1
  6. package/lib/commonjs/components/SkeletonLoanCard.js.flow +58 -0
  7. package/lib/commonjs/components/SkeletonLoanCard.js.map +1 -1
  8. package/lib/commonjs/navigation/primary-navigator.js +1 -1
  9. package/lib/commonjs/navigation/primary-navigator.js.flow +1 -1
  10. package/lib/commonjs/navigation/primary-navigator.js.map +1 -1
  11. package/lib/commonjs/screens/detail-loan/ShowQrCode.js +1 -1
  12. package/lib/commonjs/screens/detail-loan/ShowQrCode.js.flow +15 -4
  13. package/lib/commonjs/screens/detail-loan/ShowQrCode.js.map +1 -1
  14. package/lib/commonjs/screens/detail-loan-tima/InforLoan.js +2 -0
  15. package/lib/commonjs/screens/detail-loan-tima/InforLoan.js.flow +241 -0
  16. package/lib/commonjs/screens/detail-loan-tima/InforLoan.js.map +1 -0
  17. package/lib/commonjs/screens/detail-loan-tima/PaymentSchedule.js +2 -0
  18. package/lib/commonjs/screens/{detail-loan/DetailLoanTima.js.flow → detail-loan-tima/PaymentSchedule.js.flow} +107 -118
  19. package/lib/commonjs/screens/detail-loan-tima/PaymentSchedule.js.map +1 -0
  20. package/lib/commonjs/screens/detail-loan-tima/index.js +2 -0
  21. package/lib/commonjs/screens/detail-loan-tima/index.js.flow +109 -0
  22. package/lib/commonjs/screens/detail-loan-tima/index.js.map +1 -0
  23. package/lib/commonjs/screens/home/DigitalTopupItem.js +1 -1
  24. package/lib/commonjs/screens/home/DigitalTopupItem.js.flow +2 -2
  25. package/lib/commonjs/screens/home/DigitalTopupItem.js.map +1 -1
  26. package/lib/commonjs/screens/home/ItemMotoBikeLoan.js +1 -1
  27. package/lib/commonjs/screens/home/ItemMotoBikeLoan.js.flow +2 -2
  28. package/lib/commonjs/services/api/api.js +1 -1
  29. package/lib/commonjs/services/api/api.js.flow +33 -7
  30. package/lib/commonjs/services/api/api.js.map +1 -1
  31. package/lib/module/assets/svgs/question.svg +1 -7
  32. package/lib/module/components/ItemTimaOneV3.js +1 -1
  33. package/lib/module/components/ItemTimaOneV3.js.map +1 -1
  34. package/lib/module/components/SkeletonLoanCard.js +1 -1
  35. package/lib/module/components/SkeletonLoanCard.js.map +1 -1
  36. package/lib/module/navigation/primary-navigator.js +1 -1
  37. package/lib/module/navigation/primary-navigator.js.map +1 -1
  38. package/lib/module/screens/detail-loan/ShowQrCode.js +1 -1
  39. package/lib/module/screens/detail-loan/ShowQrCode.js.map +1 -1
  40. package/lib/module/screens/detail-loan-tima/InforLoan.js +2 -0
  41. package/lib/module/screens/detail-loan-tima/InforLoan.js.map +1 -0
  42. package/lib/module/screens/detail-loan-tima/PaymentSchedule.js +2 -0
  43. package/lib/module/screens/detail-loan-tima/PaymentSchedule.js.map +1 -0
  44. package/lib/module/screens/detail-loan-tima/index.js +2 -0
  45. package/lib/module/screens/detail-loan-tima/index.js.map +1 -0
  46. package/lib/module/screens/home/DigitalTopupItem.js +1 -1
  47. package/lib/module/screens/home/DigitalTopupItem.js.map +1 -1
  48. package/lib/module/screens/home/ItemMotoBikeLoan.js +1 -1
  49. package/lib/module/services/api/api.js +1 -1
  50. package/lib/module/services/api/api.js.map +1 -1
  51. package/lib/typescript/components/SkeletonLoanCard.d.ts +3 -0
  52. package/lib/typescript/components/SkeletonLoanCard.d.ts.map +1 -1
  53. package/lib/typescript/screens/detail-loan-tima/InforLoan.d.ts +4 -0
  54. package/lib/typescript/screens/detail-loan-tima/InforLoan.d.ts.map +1 -0
  55. package/lib/typescript/screens/detail-loan-tima/PaymentSchedule.d.ts +2 -0
  56. package/lib/typescript/screens/detail-loan-tima/PaymentSchedule.d.ts.map +1 -0
  57. package/lib/typescript/screens/detail-loan-tima/index.d.ts +2 -0
  58. package/lib/typescript/screens/detail-loan-tima/index.d.ts.map +1 -0
  59. package/lib/typescript/services/api/api.d.ts +16 -0
  60. package/lib/typescript/services/api/api.d.ts.map +1 -1
  61. package/package.json +1 -1
  62. package/src/assets/svgs/question.svg +1 -7
  63. package/src/components/ItemTimaOneV3.tsx +29 -29
  64. package/src/components/SkeletonLoanCard.tsx +58 -0
  65. package/src/navigation/primary-navigator.tsx +1 -1
  66. package/src/screens/detail-loan/ShowQrCode.tsx +15 -4
  67. package/src/screens/detail-loan-tima/InforLoan.tsx +241 -0
  68. package/src/screens/{detail-loan/DetailLoanTima.tsx → detail-loan-tima/PaymentSchedule.tsx} +107 -118
  69. package/src/screens/detail-loan-tima/index.tsx +109 -0
  70. package/src/screens/home/DigitalTopupItem.tsx +2 -2
  71. package/src/screens/home/ItemMotoBikeLoan.tsx +2 -2
  72. package/src/services/api/api.ts +33 -7
  73. package/lib/commonjs/screens/detail-loan/DetailLoanTima.js +0 -2
  74. package/lib/commonjs/screens/detail-loan/DetailLoanTima.js.map +0 -1
  75. package/lib/module/screens/detail-loan/DetailLoanTima.js +0 -2
  76. package/lib/module/screens/detail-loan/DetailLoanTima.js.map +0 -1
  77. package/lib/typescript/screens/detail-loan/DetailLoanTima.d.ts +0 -2
  78. package/lib/typescript/screens/detail-loan/DetailLoanTima.d.ts.map +0 -1
@@ -223,6 +223,64 @@ const SkeletonDisbursedCard = () => {
223
223
  );
224
224
  };
225
225
 
226
+ // Placeholder mô phỏng 1 dòng trong bảng lịch thanh toán khi đang tải
227
+ const SkeletonPaymentRow = () => {
228
+ const opacity = usePulse();
229
+
230
+ return (
231
+ <View
232
+ style={{
233
+ flexDirection: 'row',
234
+ alignItems: 'center',
235
+ paddingVertical: 16,
236
+ borderBottomWidth: 1,
237
+ borderColor: '#E0E0E0',
238
+ }}
239
+ >
240
+ {/* Ngày thanh toán */}
241
+ <View style={{ width: '35%' }}>
242
+ <SkeletonBlock width="80%" height={14} opacity={opacity} />
243
+ </View>
244
+
245
+ {/* Số tiền thanh toán + trạng thái */}
246
+ <View style={{ width: '40%', alignItems: 'center' }}>
247
+ <SkeletonBlock width="70%" height={14} opacity={opacity} />
248
+ <SkeletonBlock
249
+ width="50%"
250
+ height={10}
251
+ opacity={opacity}
252
+ style={{ marginTop: 6 }}
253
+ />
254
+ </View>
255
+
256
+ {/* Nút thanh toán */}
257
+ <View style={{ flex: 1, alignItems: 'flex-end' }}>
258
+ <SkeletonBlock
259
+ width={72}
260
+ height={30}
261
+ borderRadius={24}
262
+ opacity={opacity}
263
+ />
264
+ </View>
265
+ </View>
266
+ );
267
+ };
268
+
269
+ // Danh sách skeleton bảng lịch thanh toán hiển thị khi đang tải
270
+ export function SkeletonPaymentScheduleList({
271
+ count = 6,
272
+ }: {
273
+ count?: number;
274
+ }) {
275
+ return (
276
+ <View style={{ paddingHorizontal: 16, marginTop: 16 }}>
277
+ {Array.from({ length: count }).map((_, index) => (
278
+ <SkeletonPaymentRow key={index} />
279
+ ))}
280
+ </View>
281
+ );
282
+ }
283
+
226
284
  // Danh sách skeleton đơn mới hiển thị khi đang tải lần đầu (chưa có dữ liệu)
227
285
  export default function SkeletonLoanList({ count = 2 }: { count?: number }) {
228
286
  return (
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_this","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","BASE_COLOR","usePulse","opacity","useRef","Animated","Value","current","useEffect","animation","loop","sequence","timing","toValue","duration","useNativeDriver","start","stop","SkeletonBlock","_ref","width","height","_ref$borderRadius","borderRadius","style","createElement","View","backgroundColor","__self","__source","fileName","lineNumber","columnNumber","cardBoxStyle","padding","marginBottom","borderWidth","borderColor","SkeletonLoanCard","flexDirection","alignItems","flex","paddingLeft","marginTop","marginVertical","justifyContent","gap","map","key","SkeletonDisbursedCard","alignSelf","paddingRight","SkeletonLoanList","_ref2","_this2","_ref2$count","count","Array","from","length","_","index","SkeletonDisbursedList","_ref3","_this3","_ref3$count"],"sourceRoot":"../../../src","sources":["components/SkeletonLoanCard.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_this","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","BASE_COLOR","usePulse","opacity","useRef","Animated","Value","current","useEffect","animation","loop","sequence","timing","toValue","duration","useNativeDriver","start","stop","SkeletonBlock","_ref","width","height","_ref$borderRadius","borderRadius","style","createElement","View","backgroundColor","__self","__source","fileName","lineNumber","columnNumber","cardBoxStyle","padding","marginBottom","borderWidth","borderColor","SkeletonLoanCard","flexDirection","alignItems","flex","paddingLeft","marginTop","marginVertical","justifyContent","gap","map","key","SkeletonDisbursedCard","alignSelf","paddingRight","SkeletonPaymentRow","paddingVertical","borderBottomWidth","SkeletonPaymentScheduleList","_ref2","_this2","_ref2$count","count","paddingHorizontal","Array","from","length","_","index","SkeletonLoanList","_ref3","_this3","_ref3$count","SkeletonDisbursedList","_ref4","_this4","_ref4$count"],"sourceRoot":"../../../src","sources":["components/SkeletonLoanCard.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.PrimaryNavigator=PrimaryNavigator;exports.canExit=exports.ScreenNames=void 0;exports.goDetail=goDetail;var _react=_interopRequireWildcard(require("react"));var _nativeStack=require("@react-navigation/native-stack");var _navigationRef=require("./navigationRef");var _nationalID=require("../screens/nationalID");var _selfie=require("../screens/selfie");var _camera=require("../screens/camera");var _TermScreen=require("../screens/terms/TermScreen");var _liveness=require("../screens/liveness");var _eSign=require("../screens/eSign");var _nationalIDBack=require("../screens/nationalIDBack");var _contract=require("../screens/contract");var _uploadVideo=require("../screens/uploadVideo");var _qualify=require("../screens/qualify");var _quickSubmit=require("../screens/quick-submit");var _select=require("../components/select");var _fullSubmit=require("../screens/full-submit");var _introduction=require("../screens/introduction");var _cimbSign=require("../screens/cimb-sign");var _schedulePayment=require("../screens/schedule-payment");var _notification=require("../screens/notification");var _paymentList=require("../screens/schedule-payment/payment-list");var _CIMBxTima=require("../screens/home/CIMBxTima");var _QuickTerm=require("../screens/terms/QuickTerm");var _PaymentInfo=require("../screens/detail-loan/PaymentInfo");var _selfie2=require("../screens/full-submit/selfie");var _paymentEvidence=require("../screens/payment-evidence");var _guideTransferBank=require("../screens/guide-transfer-bank");var _TransferDetail=_interopRequireDefault(require("../screens/guide-transfer-bank/TransferDetail"));var _ViewContract=require("../screens/sign-tima/ViewContract");var _ConfirmContract=require("../screens/sign-tima/ConfirmContract");var _PaymentAll=require("../screens/detail-loan/PaymentAll");var _detailLoan=require("../screens/detail-loan");var _Guideline=_interopRequireDefault(require("../screens/payment-evidence/Guideline"));var _accept_policy=require("../screens/full-submit/accept_policy");var _digitalLending=require("../screens/digital-lending");var _DetailLoanTima=require("../screens/detail-loan/DetailLoanTima");var _mrzScanner=_interopRequireDefault(require("../screens/mrz-scanner"));var _livenessV=require("../screens/liveness-v2");var _PreviewContract=_interopRequireDefault(require("../screens/eSign/PreviewContract"));var _DigitalSchedulePayment=require("../screens/schedule-payment/DigitalSchedulePayment");var _QrPayment=require("../screens/detail-loan/QrPayment");var _ShowQrCode=require("../screens/detail-loan/ShowQrCode");var _UpdateLoan=require("../screens/loan/UpdateLoan");var _PreviewSchedulePaymentTopup=require("../screens/loan/PreviewSchedulePaymentTopup");var _TTSNationalIDFront=require("../screens/toan-trinh-so/TTSNationalIDFront");var _VehicleRegistration=_interopRequireDefault(require("../screens/toan-trinh-so/VehicleRegistration"));var _VehicleRegistrationFront=_interopRequireDefault(require("../screens/toan-trinh-so/VehicleRegistrationFront"));var _VehicleCamera=_interopRequireDefault(require("../screens/toan-trinh-so/VehicleCamera"));var _VehicleRegistrationBack=_interopRequireDefault(require("../screens/toan-trinh-so/VehicleRegistrationBack"));var _RegisterCamera=_interopRequireDefault(require("../screens/toan-trinh-so/RegisterCamera"));var _OCR=require("../screens/toan-trinh-so/OCR");var _ReviewInformation=_interopRequireDefault(require("../screens/toan-trinh-so/ReviewInformation"));var _ReviewLoan=_interopRequireDefault(require("../screens/toan-trinh-so/ReviewLoan"));var _MSelect=_interopRequireDefault(require("../components/MSelect"));var _ReviewInformationOther=_interopRequireDefault(require("../screens/toan-trinh-so/ReviewInformationOther"));var _TTSNationalIDBack=_interopRequireDefault(require("../screens/toan-trinh-so/TTSNationalIDBack"));var _TTSSelfie=_interopRequireDefault(require("../screens/toan-trinh-so/TTSSelfie"));var _LoanInterestRate=_interopRequireDefault(require("../screens/toan-trinh-so/LoanInterestRate"));var _TTSSignLoan=_interopRequireDefault(require("../screens/toan-trinh-so/TTSSignLoan"));var _TTSOTP=_interopRequireDefault(require("../screens/toan-trinh-so/TTSOTP"));var _RegisterBack=_interopRequireDefault(require("../screens/toan-trinh-so/RegisterBack"));var _CCCDCameraScreen=_interopRequireDefault(require("../screens/camera/CCCDCameraScreen"));var _home=require("../screens/home");var _TopupLoanInfo=_interopRequireDefault(require("../screens/toan-trinh-so/TopupLoanInfo"));var _AssetInformation=require("../screens/v3/AssetInformation");var _mySignViettel=_interopRequireDefault(require("../screens/mySignViettel"));var _LoanBuyCar=_interopRequireDefault(require("../screens/v3/LoanBuyCar"));var _InfoLoanMotobike=_interopRequireDefault(require("../screens/motobike/InfoLoanMotobike"));var _ReviewLoanMotobike=_interopRequireDefault(require("../screens/motobike/ReviewLoanMotobike"));var _PolicyF=_interopRequireDefault(require("../screens/motobike/PolicyF88"));var _jsxFileName="/Users/tima/Tima/react-native-timacare/src/navigation/primary-navigator.tsx";function _interopRequireWildcard(e,t){if("function"==typeof WeakMap)var r=new WeakMap(),n=new WeakMap();return(_interopRequireWildcard=function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;var o,i,f={__proto__:null,default:e};if(null===e||"object"!=typeof e&&"function"!=typeof e)return f;if(o=t?n:r){if(o.has(e))return o.get(e);o.set(e,f);}for(var _t in e)"default"!==_t&&{}.hasOwnProperty.call(e,_t)&&((i=(o=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,_t))&&(i.get||i.set)?o(f,_t,i):f[_t]=e[_t]);return f;})(e,t);}var ScreenNames=exports.ScreenNames={Main:'HomeTimaCare',Support:'Support',Compare:'Compare',NationalID:'NationalID',Selfie:'Selfie',RegisterMotor:'RegisterMotor',Camera:'Camera',Terms:'Terms',LiveNess:'LiveNess',ESign:'ESign',NationalIDBack:'NationalIDBack',Contract:'Contract',Video:'Video',Qualify:'Qualify',TopUp:'TopUp',QuickSubmit:'QuickSubmit',Introduction:'Introduction',FullSubmit:'FullSubmit',CommonSelect:'CommonSelect',UpdateLoan:'UpdateLoan',CIMBSign:'CIMBSign',SchedulePayment:'SchedulePayment',Notification:'Notification',PaymentList:'PaymentList',CIMBxTima:'CIMBxTima',QuickTerm:'QuickTerm',DetailLoan:'DetailLoan',PaymentInfo:'PaymentInfo',CimbSelfie:'CimbSelfie',PaymentEvidence:'PaymentEvidence',GuideTransferBank:'GuideTransferBank',TransferDetail:'TransferDetail',PaymentAll:'PaymentAll',ViewContract:'ViewContract',ConfirmContract:'ConfirmContract',Guideline:'Guideline',AcceptPolicy:'AcceptPolicy',DigitalLending:'DigitalLending',DetailLoanTima:'DetailLoanTima',MRZScanner:'MRZScanner',LivenessV2:'LivenessV2',PreviewContract:'PreviewContract',DigitalSchedulePayment:'DigitalSchedulePayment',QrPayment:'QrPayment',ShowQrCode:'ShowQrCode',UpdateLoan:'UpdateLoan',PreviewSchedulePaymentTopup:'PreviewSchedulePaymentTopup',TTSNationalIDFront:'TTSNationalIDFront',VehicleRegistration:'VehicleRegistration',VehicleRegistrationFront:'VehicleRegistrationFront',VehicleRegistrationBack:'VehicleRegistrationBack',VehicleCamera:'VehicleCamera',RegisterCamera:'RegisterCamera',OCR:'OCR',ReviewInformation:'ReviewInformation',ReviewLoan:'ReviewLoan',MSelect:'MSelect',ReviewInformationOther:'ReviewInformationOther',TTSNationalIDBack:'TTSNationalIDBack',TTSSelfie:'TTSSelfie',LoanInterestRate:'LoanInterestRate',TTSSignLoan:'TTSSignLoan',TTSOTP:'TTSOTP',RegisterBack:'RegisterBack',CCCDCameraScreen:'CCCDCameraScreen',TopupLoanInfo:'TopupLoanInfo',AssetInformation:'AssetInformation',MySignViettel:'MySignViettel',LoanBuyCar:'LoanBuyCar',InfoLoanMotobike:'InfoLoanMotobike',ReviewLoanMotobike:'ReviewLoanMotobike',PolicyF88:'PolicyF88'};var Stack=(0,_nativeStack.createNativeStackNavigator)();function PrimaryNavigator(props){(0,_react.useEffect)(function(){return function(){return(0,_navigationRef.setSdkNavigation)(null);};},[]);return _react.default.createElement(Stack.Navigator,{initialRouteName:ScreenNames.Main,screenOptions:{headerShown:false},screenListeners:function screenListeners(_ref){var navigation=_ref.navigation;(0,_navigationRef.setSdkNavigation)(navigation);return{};},__self:this,__source:{fileName:_jsxFileName,lineNumber:173,columnNumber:5}},_react.default.createElement(Stack.Screen,{name:ScreenNames.Main,component:_home.Home,__self:this,__source:{fileName:_jsxFileName,lineNumber:187,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalID,component:_nationalID.NationalID,__self:this,__source:{fileName:_jsxFileName,lineNumber:188,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Selfie,component:_selfie.Selfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:189,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Camera,component:_camera.Camera,__self:this,__source:{fileName:_jsxFileName,lineNumber:190,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Terms,component:_TermScreen.TermScreen,__self:this,__source:{fileName:_jsxFileName,lineNumber:191,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LiveNess,component:_liveness.LiveNess,__self:this,__source:{fileName:_jsxFileName,lineNumber:192,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ESign,component:_eSign.ESign,__self:this,__source:{fileName:_jsxFileName,lineNumber:193,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalIDBack,component:_nationalIDBack.NationalIDBack,__self:this,__source:{fileName:_jsxFileName,lineNumber:194,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DetailLoan,component:_detailLoan.DetailLoan,__self:this,__source:{fileName:_jsxFileName,lineNumber:198,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Contract,component:_contract.Contract,__self:this,__source:{fileName:_jsxFileName,lineNumber:199,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Video,component:_uploadVideo.Video,__self:this,__source:{fileName:_jsxFileName,lineNumber:200,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Qualify,component:_qualify.Qualify,__self:this,__source:{fileName:_jsxFileName,lineNumber:201,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickSubmit,component:_quickSubmit.QuickSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:202,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Introduction,component:_introduction.Introduction,__self:this,__source:{fileName:_jsxFileName,lineNumber:203,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.FullSubmit,component:_fullSubmit.FullSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:204,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CommonSelect,component:_select.CommonSelect,__self:this,__source:{fileName:_jsxFileName,lineNumber:205,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBSign,component:_cimbSign.CIMBSign,__self:this,__source:{fileName:_jsxFileName,lineNumber:206,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SchedulePayment,component:_schedulePayment.SchedulePayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:207,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Notification,component:_notification.Notification,__self:this,__source:{fileName:_jsxFileName,lineNumber:211,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentList,component:_paymentList.PaymentList,__self:this,__source:{fileName:_jsxFileName,lineNumber:212,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBxTima,component:_CIMBxTima.CIMBxTima,__self:this,__source:{fileName:_jsxFileName,lineNumber:213,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickTerm,component:_QuickTerm.QuickTerm,__self:this,__source:{fileName:_jsxFileName,lineNumber:214,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentInfo,component:_PaymentInfo.PaymentInfo,__self:this,__source:{fileName:_jsxFileName,lineNumber:215,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CimbSelfie,component:_selfie2.CimbSelfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:216,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentEvidence,component:_paymentEvidence.PaymentEvidence,__self:this,__source:{fileName:_jsxFileName,lineNumber:217,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.GuideTransferBank,component:_guideTransferBank.GuideTransferBank,__self:this,__source:{fileName:_jsxFileName,lineNumber:221,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TransferDetail,component:_TransferDetail.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:225,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentAll,component:_PaymentAll.PaymentAll,__self:this,__source:{fileName:_jsxFileName,lineNumber:229,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ViewContract,component:_ViewContract.ViewContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:230,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ConfirmContract,component:_ConfirmContract.ConfirmContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:231,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Guideline,component:_Guideline.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:235,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.AcceptPolicy,component:_accept_policy.AcceptPolicy,__self:this,__source:{fileName:_jsxFileName,lineNumber:236,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DigitalLending,component:_digitalLending.DigitalLending,__self:this,__source:{fileName:_jsxFileName,lineNumber:237,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DetailLoanTima,component:_DetailLoanTima.DetailLoanTima,__self:this,__source:{fileName:_jsxFileName,lineNumber:241,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.MRZScanner,component:_mrzScanner.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:245,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LivenessV2,component:_livenessV.LivenessV2,__self:this,__source:{fileName:_jsxFileName,lineNumber:246,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PreviewContract,component:_PreviewContract.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:247,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DigitalSchedulePayment,component:_DigitalSchedulePayment.DigitalSchedulePayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:251,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QrPayment,component:_QrPayment.QrPayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:255,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ShowQrCode,component:_ShowQrCode.ShowQrCode,__self:this,__source:{fileName:_jsxFileName,lineNumber:256,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.UpdateLoan,component:_UpdateLoan.UpdateLoan,__self:this,__source:{fileName:_jsxFileName,lineNumber:257,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PreviewSchedulePaymentTopup,component:_PreviewSchedulePaymentTopup.PreviewSchedulePaymentTopup,__self:this,__source:{fileName:_jsxFileName,lineNumber:258,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSNationalIDFront,component:_TTSNationalIDFront.TTSNationalIDFront,__self:this,__source:{fileName:_jsxFileName,lineNumber:262,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleRegistration,component:_VehicleRegistration.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:266,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleRegistrationFront,component:_VehicleRegistrationFront.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:270,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleRegistrationBack,component:_VehicleRegistrationBack.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:274,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleCamera,component:_VehicleCamera.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:278,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.RegisterCamera,component:_RegisterCamera.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:282,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.OCR,component:_OCR.OCR,__self:this,__source:{fileName:_jsxFileName,lineNumber:286,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewInformation,component:_ReviewInformation.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:287,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewLoan,component:_ReviewLoan.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:291,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.MSelect,component:_MSelect.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:292,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewInformationOther,component:_ReviewInformationOther.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:293,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSNationalIDBack,component:_TTSNationalIDBack.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:297,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSSelfie,component:_TTSSelfie.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:301,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LoanInterestRate,component:_LoanInterestRate.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:302,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSSignLoan,component:_TTSSignLoan.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:306,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSOTP,component:_TTSOTP.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:307,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.RegisterBack,component:_RegisterBack.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:308,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CCCDCameraScreen,component:_CCCDCameraScreen.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:309,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TopupLoanInfo,component:_TopupLoanInfo.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:313,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.AssetInformation,component:_AssetInformation.AssetInformation,__self:this,__source:{fileName:_jsxFileName,lineNumber:317,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LoanBuyCar,component:_LoanBuyCar.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:321,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.MySignViettel,component:_mySignViettel.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:322,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.InfoLoanMotobike,component:_InfoLoanMotobike.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:326,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewLoanMotobike,component:_ReviewLoanMotobike.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:330,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PolicyF88,component:_PolicyF.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:334,columnNumber:7}}));}var exitRoutes=['welcome'];var canExit=exports.canExit=function canExit(routeName){return exitRoutes.includes(routeName);};function goDetail(loan){var loanObj=typeof loan==='number'?{id:loan}:loan;if(!(loanObj!=null&&loanObj.id)){return;}var screen=loanObj.disbursementPartner==='CIMB'?ScreenNames.DetailLoan:ScreenNames.DetailLoanTima;var sdkNavigation=(0,_navigationRef.getSdkNavigation)();if(sdkNavigation){sdkNavigation.navigate(screen,{loan:loanObj});return;}var hostNavigation=(0,_navigationRef.getHostNavigation)();var hostRoute=(0,_navigationRef.getHostRoute)();if(hostNavigation&&hostRoute){hostNavigation.navigate(hostRoute,{screen:screen,params:{loan:loanObj}});return;}if(hostNavigation){hostNavigation.navigate(screen,{loan:loanObj});}}
1
+ var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.PrimaryNavigator=PrimaryNavigator;exports.canExit=exports.ScreenNames=void 0;exports.goDetail=goDetail;var _react=_interopRequireWildcard(require("react"));var _nativeStack=require("@react-navigation/native-stack");var _navigationRef=require("./navigationRef");var _nationalID=require("../screens/nationalID");var _selfie=require("../screens/selfie");var _camera=require("../screens/camera");var _TermScreen=require("../screens/terms/TermScreen");var _liveness=require("../screens/liveness");var _eSign=require("../screens/eSign");var _nationalIDBack=require("../screens/nationalIDBack");var _contract=require("../screens/contract");var _uploadVideo=require("../screens/uploadVideo");var _qualify=require("../screens/qualify");var _quickSubmit=require("../screens/quick-submit");var _select=require("../components/select");var _fullSubmit=require("../screens/full-submit");var _introduction=require("../screens/introduction");var _cimbSign=require("../screens/cimb-sign");var _schedulePayment=require("../screens/schedule-payment");var _notification=require("../screens/notification");var _paymentList=require("../screens/schedule-payment/payment-list");var _CIMBxTima=require("../screens/home/CIMBxTima");var _QuickTerm=require("../screens/terms/QuickTerm");var _PaymentInfo=require("../screens/detail-loan/PaymentInfo");var _selfie2=require("../screens/full-submit/selfie");var _paymentEvidence=require("../screens/payment-evidence");var _guideTransferBank=require("../screens/guide-transfer-bank");var _TransferDetail=_interopRequireDefault(require("../screens/guide-transfer-bank/TransferDetail"));var _ViewContract=require("../screens/sign-tima/ViewContract");var _ConfirmContract=require("../screens/sign-tima/ConfirmContract");var _PaymentAll=require("../screens/detail-loan/PaymentAll");var _detailLoan=require("../screens/detail-loan");var _Guideline=_interopRequireDefault(require("../screens/payment-evidence/Guideline"));var _accept_policy=require("../screens/full-submit/accept_policy");var _digitalLending=require("../screens/digital-lending");var _index=require("../screens/detail-loan-tima/index");var _mrzScanner=_interopRequireDefault(require("../screens/mrz-scanner"));var _livenessV=require("../screens/liveness-v2");var _PreviewContract=_interopRequireDefault(require("../screens/eSign/PreviewContract"));var _DigitalSchedulePayment=require("../screens/schedule-payment/DigitalSchedulePayment");var _QrPayment=require("../screens/detail-loan/QrPayment");var _ShowQrCode=require("../screens/detail-loan/ShowQrCode");var _UpdateLoan=require("../screens/loan/UpdateLoan");var _PreviewSchedulePaymentTopup=require("../screens/loan/PreviewSchedulePaymentTopup");var _TTSNationalIDFront=require("../screens/toan-trinh-so/TTSNationalIDFront");var _VehicleRegistration=_interopRequireDefault(require("../screens/toan-trinh-so/VehicleRegistration"));var _VehicleRegistrationFront=_interopRequireDefault(require("../screens/toan-trinh-so/VehicleRegistrationFront"));var _VehicleCamera=_interopRequireDefault(require("../screens/toan-trinh-so/VehicleCamera"));var _VehicleRegistrationBack=_interopRequireDefault(require("../screens/toan-trinh-so/VehicleRegistrationBack"));var _RegisterCamera=_interopRequireDefault(require("../screens/toan-trinh-so/RegisterCamera"));var _OCR=require("../screens/toan-trinh-so/OCR");var _ReviewInformation=_interopRequireDefault(require("../screens/toan-trinh-so/ReviewInformation"));var _ReviewLoan=_interopRequireDefault(require("../screens/toan-trinh-so/ReviewLoan"));var _MSelect=_interopRequireDefault(require("../components/MSelect"));var _ReviewInformationOther=_interopRequireDefault(require("../screens/toan-trinh-so/ReviewInformationOther"));var _TTSNationalIDBack=_interopRequireDefault(require("../screens/toan-trinh-so/TTSNationalIDBack"));var _TTSSelfie=_interopRequireDefault(require("../screens/toan-trinh-so/TTSSelfie"));var _LoanInterestRate=_interopRequireDefault(require("../screens/toan-trinh-so/LoanInterestRate"));var _TTSSignLoan=_interopRequireDefault(require("../screens/toan-trinh-so/TTSSignLoan"));var _TTSOTP=_interopRequireDefault(require("../screens/toan-trinh-so/TTSOTP"));var _RegisterBack=_interopRequireDefault(require("../screens/toan-trinh-so/RegisterBack"));var _CCCDCameraScreen=_interopRequireDefault(require("../screens/camera/CCCDCameraScreen"));var _home=require("../screens/home");var _TopupLoanInfo=_interopRequireDefault(require("../screens/toan-trinh-so/TopupLoanInfo"));var _AssetInformation=require("../screens/v3/AssetInformation");var _mySignViettel=_interopRequireDefault(require("../screens/mySignViettel"));var _LoanBuyCar=_interopRequireDefault(require("../screens/v3/LoanBuyCar"));var _InfoLoanMotobike=_interopRequireDefault(require("../screens/motobike/InfoLoanMotobike"));var _ReviewLoanMotobike=_interopRequireDefault(require("../screens/motobike/ReviewLoanMotobike"));var _PolicyF=_interopRequireDefault(require("../screens/motobike/PolicyF88"));var _jsxFileName="/Users/tima/Tima/react-native-timacare/src/navigation/primary-navigator.tsx";function _interopRequireWildcard(e,t){if("function"==typeof WeakMap)var r=new WeakMap(),n=new WeakMap();return(_interopRequireWildcard=function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;var o,i,f={__proto__:null,default:e};if(null===e||"object"!=typeof e&&"function"!=typeof e)return f;if(o=t?n:r){if(o.has(e))return o.get(e);o.set(e,f);}for(var _t in e)"default"!==_t&&{}.hasOwnProperty.call(e,_t)&&((i=(o=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,_t))&&(i.get||i.set)?o(f,_t,i):f[_t]=e[_t]);return f;})(e,t);}var ScreenNames=exports.ScreenNames={Main:'HomeTimaCare',Support:'Support',Compare:'Compare',NationalID:'NationalID',Selfie:'Selfie',RegisterMotor:'RegisterMotor',Camera:'Camera',Terms:'Terms',LiveNess:'LiveNess',ESign:'ESign',NationalIDBack:'NationalIDBack',Contract:'Contract',Video:'Video',Qualify:'Qualify',TopUp:'TopUp',QuickSubmit:'QuickSubmit',Introduction:'Introduction',FullSubmit:'FullSubmit',CommonSelect:'CommonSelect',UpdateLoan:'UpdateLoan',CIMBSign:'CIMBSign',SchedulePayment:'SchedulePayment',Notification:'Notification',PaymentList:'PaymentList',CIMBxTima:'CIMBxTima',QuickTerm:'QuickTerm',DetailLoan:'DetailLoan',PaymentInfo:'PaymentInfo',CimbSelfie:'CimbSelfie',PaymentEvidence:'PaymentEvidence',GuideTransferBank:'GuideTransferBank',TransferDetail:'TransferDetail',PaymentAll:'PaymentAll',ViewContract:'ViewContract',ConfirmContract:'ConfirmContract',Guideline:'Guideline',AcceptPolicy:'AcceptPolicy',DigitalLending:'DigitalLending',DetailLoanTima:'DetailLoanTima',MRZScanner:'MRZScanner',LivenessV2:'LivenessV2',PreviewContract:'PreviewContract',DigitalSchedulePayment:'DigitalSchedulePayment',QrPayment:'QrPayment',ShowQrCode:'ShowQrCode',UpdateLoan:'UpdateLoan',PreviewSchedulePaymentTopup:'PreviewSchedulePaymentTopup',TTSNationalIDFront:'TTSNationalIDFront',VehicleRegistration:'VehicleRegistration',VehicleRegistrationFront:'VehicleRegistrationFront',VehicleRegistrationBack:'VehicleRegistrationBack',VehicleCamera:'VehicleCamera',RegisterCamera:'RegisterCamera',OCR:'OCR',ReviewInformation:'ReviewInformation',ReviewLoan:'ReviewLoan',MSelect:'MSelect',ReviewInformationOther:'ReviewInformationOther',TTSNationalIDBack:'TTSNationalIDBack',TTSSelfie:'TTSSelfie',LoanInterestRate:'LoanInterestRate',TTSSignLoan:'TTSSignLoan',TTSOTP:'TTSOTP',RegisterBack:'RegisterBack',CCCDCameraScreen:'CCCDCameraScreen',TopupLoanInfo:'TopupLoanInfo',AssetInformation:'AssetInformation',MySignViettel:'MySignViettel',LoanBuyCar:'LoanBuyCar',InfoLoanMotobike:'InfoLoanMotobike',ReviewLoanMotobike:'ReviewLoanMotobike',PolicyF88:'PolicyF88'};var Stack=(0,_nativeStack.createNativeStackNavigator)();function PrimaryNavigator(props){(0,_react.useEffect)(function(){return function(){return(0,_navigationRef.setSdkNavigation)(null);};},[]);return _react.default.createElement(Stack.Navigator,{initialRouteName:ScreenNames.Main,screenOptions:{headerShown:false},screenListeners:function screenListeners(_ref){var navigation=_ref.navigation;(0,_navigationRef.setSdkNavigation)(navigation);return{};},__self:this,__source:{fileName:_jsxFileName,lineNumber:173,columnNumber:5}},_react.default.createElement(Stack.Screen,{name:ScreenNames.Main,component:_home.Home,__self:this,__source:{fileName:_jsxFileName,lineNumber:187,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalID,component:_nationalID.NationalID,__self:this,__source:{fileName:_jsxFileName,lineNumber:188,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Selfie,component:_selfie.Selfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:189,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Camera,component:_camera.Camera,__self:this,__source:{fileName:_jsxFileName,lineNumber:190,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Terms,component:_TermScreen.TermScreen,__self:this,__source:{fileName:_jsxFileName,lineNumber:191,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LiveNess,component:_liveness.LiveNess,__self:this,__source:{fileName:_jsxFileName,lineNumber:192,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ESign,component:_eSign.ESign,__self:this,__source:{fileName:_jsxFileName,lineNumber:193,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalIDBack,component:_nationalIDBack.NationalIDBack,__self:this,__source:{fileName:_jsxFileName,lineNumber:194,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DetailLoan,component:_detailLoan.DetailLoan,__self:this,__source:{fileName:_jsxFileName,lineNumber:198,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Contract,component:_contract.Contract,__self:this,__source:{fileName:_jsxFileName,lineNumber:199,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Video,component:_uploadVideo.Video,__self:this,__source:{fileName:_jsxFileName,lineNumber:200,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Qualify,component:_qualify.Qualify,__self:this,__source:{fileName:_jsxFileName,lineNumber:201,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickSubmit,component:_quickSubmit.QuickSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:202,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Introduction,component:_introduction.Introduction,__self:this,__source:{fileName:_jsxFileName,lineNumber:203,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.FullSubmit,component:_fullSubmit.FullSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:204,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CommonSelect,component:_select.CommonSelect,__self:this,__source:{fileName:_jsxFileName,lineNumber:205,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBSign,component:_cimbSign.CIMBSign,__self:this,__source:{fileName:_jsxFileName,lineNumber:206,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SchedulePayment,component:_schedulePayment.SchedulePayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:207,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Notification,component:_notification.Notification,__self:this,__source:{fileName:_jsxFileName,lineNumber:211,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentList,component:_paymentList.PaymentList,__self:this,__source:{fileName:_jsxFileName,lineNumber:212,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBxTima,component:_CIMBxTima.CIMBxTima,__self:this,__source:{fileName:_jsxFileName,lineNumber:213,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickTerm,component:_QuickTerm.QuickTerm,__self:this,__source:{fileName:_jsxFileName,lineNumber:214,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentInfo,component:_PaymentInfo.PaymentInfo,__self:this,__source:{fileName:_jsxFileName,lineNumber:215,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CimbSelfie,component:_selfie2.CimbSelfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:216,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentEvidence,component:_paymentEvidence.PaymentEvidence,__self:this,__source:{fileName:_jsxFileName,lineNumber:217,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.GuideTransferBank,component:_guideTransferBank.GuideTransferBank,__self:this,__source:{fileName:_jsxFileName,lineNumber:221,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TransferDetail,component:_TransferDetail.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:225,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentAll,component:_PaymentAll.PaymentAll,__self:this,__source:{fileName:_jsxFileName,lineNumber:229,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ViewContract,component:_ViewContract.ViewContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:230,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ConfirmContract,component:_ConfirmContract.ConfirmContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:231,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Guideline,component:_Guideline.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:235,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.AcceptPolicy,component:_accept_policy.AcceptPolicy,__self:this,__source:{fileName:_jsxFileName,lineNumber:236,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DigitalLending,component:_digitalLending.DigitalLending,__self:this,__source:{fileName:_jsxFileName,lineNumber:237,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DetailLoanTima,component:_index.DetailLoanTima,__self:this,__source:{fileName:_jsxFileName,lineNumber:241,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.MRZScanner,component:_mrzScanner.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:245,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LivenessV2,component:_livenessV.LivenessV2,__self:this,__source:{fileName:_jsxFileName,lineNumber:246,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PreviewContract,component:_PreviewContract.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:247,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DigitalSchedulePayment,component:_DigitalSchedulePayment.DigitalSchedulePayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:251,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QrPayment,component:_QrPayment.QrPayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:255,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ShowQrCode,component:_ShowQrCode.ShowQrCode,__self:this,__source:{fileName:_jsxFileName,lineNumber:256,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.UpdateLoan,component:_UpdateLoan.UpdateLoan,__self:this,__source:{fileName:_jsxFileName,lineNumber:257,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PreviewSchedulePaymentTopup,component:_PreviewSchedulePaymentTopup.PreviewSchedulePaymentTopup,__self:this,__source:{fileName:_jsxFileName,lineNumber:258,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSNationalIDFront,component:_TTSNationalIDFront.TTSNationalIDFront,__self:this,__source:{fileName:_jsxFileName,lineNumber:262,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleRegistration,component:_VehicleRegistration.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:266,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleRegistrationFront,component:_VehicleRegistrationFront.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:270,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleRegistrationBack,component:_VehicleRegistrationBack.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:274,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleCamera,component:_VehicleCamera.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:278,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.RegisterCamera,component:_RegisterCamera.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:282,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.OCR,component:_OCR.OCR,__self:this,__source:{fileName:_jsxFileName,lineNumber:286,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewInformation,component:_ReviewInformation.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:287,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewLoan,component:_ReviewLoan.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:291,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.MSelect,component:_MSelect.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:292,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewInformationOther,component:_ReviewInformationOther.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:293,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSNationalIDBack,component:_TTSNationalIDBack.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:297,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSSelfie,component:_TTSSelfie.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:301,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LoanInterestRate,component:_LoanInterestRate.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:302,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSSignLoan,component:_TTSSignLoan.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:306,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSOTP,component:_TTSOTP.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:307,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.RegisterBack,component:_RegisterBack.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:308,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CCCDCameraScreen,component:_CCCDCameraScreen.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:309,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TopupLoanInfo,component:_TopupLoanInfo.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:313,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.AssetInformation,component:_AssetInformation.AssetInformation,__self:this,__source:{fileName:_jsxFileName,lineNumber:317,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LoanBuyCar,component:_LoanBuyCar.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:321,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.MySignViettel,component:_mySignViettel.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:322,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.InfoLoanMotobike,component:_InfoLoanMotobike.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:326,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewLoanMotobike,component:_ReviewLoanMotobike.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:330,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PolicyF88,component:_PolicyF.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:334,columnNumber:7}}));}var exitRoutes=['welcome'];var canExit=exports.canExit=function canExit(routeName){return exitRoutes.includes(routeName);};function goDetail(loan){var loanObj=typeof loan==='number'?{id:loan}:loan;if(!(loanObj!=null&&loanObj.id)){return;}var screen=loanObj.disbursementPartner==='CIMB'?ScreenNames.DetailLoan:ScreenNames.DetailLoanTima;var sdkNavigation=(0,_navigationRef.getSdkNavigation)();if(sdkNavigation){sdkNavigation.navigate(screen,{loan:loanObj});return;}var hostNavigation=(0,_navigationRef.getHostNavigation)();var hostRoute=(0,_navigationRef.getHostRoute)();if(hostNavigation&&hostRoute){hostNavigation.navigate(hostRoute,{screen:screen,params:{loan:loanObj}});return;}if(hostNavigation){hostNavigation.navigate(screen,{loan:loanObj});}}
2
2
  //# sourceMappingURL=primary-navigator.js.map
@@ -47,7 +47,7 @@ import { DetailLoan } from '../screens/detail-loan';
47
47
  import Guideline from '../screens/payment-evidence/Guideline';
48
48
  import { AcceptPolicy } from '../screens/full-submit/accept_policy';
49
49
  import { DigitalLending } from '../screens/digital-lending';
50
- import { DetailLoanTima } from '../screens/detail-loan/DetailLoanTima';
50
+ import { DetailLoanTima } from '../screens/detail-loan-tima/index';
51
51
  import MRZScanner from '../screens/mrz-scanner';
52
52
  import { LivenessV2 } from '../screens/liveness-v2';
53
53
  import PreviewContract from '../screens/eSign/PreviewContract';
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","_nativeStack","_navigationRef","_nationalID","_selfie","_camera","_TermScreen","_liveness","_eSign","_nationalIDBack","_contract","_uploadVideo","_qualify","_quickSubmit","_select","_fullSubmit","_introduction","_cimbSign","_schedulePayment","_notification","_paymentList","_CIMBxTima","_QuickTerm","_PaymentInfo","_selfie2","_paymentEvidence","_guideTransferBank","_TransferDetail","_interopRequireDefault","_ViewContract","_ConfirmContract","_PaymentAll","_detailLoan","_Guideline","_accept_policy","_digitalLending","_DetailLoanTima","_mrzScanner","_livenessV","_PreviewContract","_DigitalSchedulePayment","_QrPayment","_ShowQrCode","_UpdateLoan","_PreviewSchedulePaymentTopup","_TTSNationalIDFront","_VehicleRegistration","_VehicleRegistrationFront","_VehicleCamera","_VehicleRegistrationBack","_RegisterCamera","_OCR","_ReviewInformation","_ReviewLoan","_MSelect","_ReviewInformationOther","_TTSNationalIDBack","_TTSSelfie","_LoanInterestRate","_TTSSignLoan","_TTSOTP","_RegisterBack","_CCCDCameraScreen","_home","_TopupLoanInfo","_AssetInformation","_mySignViettel","_LoanBuyCar","_InfoLoanMotobike","_ReviewLoanMotobike","_PolicyF","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ScreenNames","exports","Main","Support","Compare","NationalID","Selfie","RegisterMotor","Camera","Terms","LiveNess","ESign","NationalIDBack","Contract","Video","Qualify","TopUp","QuickSubmit","Introduction","FullSubmit","CommonSelect","UpdateLoan","CIMBSign","SchedulePayment","Notification","PaymentList","CIMBxTima","QuickTerm","DetailLoan","PaymentInfo","CimbSelfie","PaymentEvidence","GuideTransferBank","TransferDetail","PaymentAll","ViewContract","ConfirmContract","Guideline","AcceptPolicy","DigitalLending","DetailLoanTima","MRZScanner","LivenessV2","PreviewContract","DigitalSchedulePayment","QrPayment","ShowQrCode","PreviewSchedulePaymentTopup","TTSNationalIDFront","VehicleRegistration","VehicleRegistrationFront","VehicleRegistrationBack","VehicleCamera","RegisterCamera","OCR","ReviewInformation","ReviewLoan","MSelect","ReviewInformationOther","TTSNationalIDBack","TTSSelfie","LoanInterestRate","TTSSignLoan","TTSOTP","RegisterBack","CCCDCameraScreen","TopupLoanInfo","AssetInformation","MySignViettel","LoanBuyCar","InfoLoanMotobike","ReviewLoanMotobike","PolicyF88","Stack","createNativeStackNavigator","PrimaryNavigator","props","useEffect","setSdkNavigation","createElement","Navigator","initialRouteName","screenOptions","headerShown","screenListeners","_ref","navigation","__self","__source","fileName","lineNumber","columnNumber","Screen","name","component","Home","TermScreen","exitRoutes","canExit","routeName","includes","goDetail","loan","loanObj","id","screen","disbursementPartner","sdkNavigation","getSdkNavigation","navigate","hostNavigation","getHostNavigation","hostRoute","getHostRoute","params"],"sourceRoot":"../../../src","sources":["navigation/primary-navigator.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_nativeStack","_navigationRef","_nationalID","_selfie","_camera","_TermScreen","_liveness","_eSign","_nationalIDBack","_contract","_uploadVideo","_qualify","_quickSubmit","_select","_fullSubmit","_introduction","_cimbSign","_schedulePayment","_notification","_paymentList","_CIMBxTima","_QuickTerm","_PaymentInfo","_selfie2","_paymentEvidence","_guideTransferBank","_TransferDetail","_interopRequireDefault","_ViewContract","_ConfirmContract","_PaymentAll","_detailLoan","_Guideline","_accept_policy","_digitalLending","_index","_mrzScanner","_livenessV","_PreviewContract","_DigitalSchedulePayment","_QrPayment","_ShowQrCode","_UpdateLoan","_PreviewSchedulePaymentTopup","_TTSNationalIDFront","_VehicleRegistration","_VehicleRegistrationFront","_VehicleCamera","_VehicleRegistrationBack","_RegisterCamera","_OCR","_ReviewInformation","_ReviewLoan","_MSelect","_ReviewInformationOther","_TTSNationalIDBack","_TTSSelfie","_LoanInterestRate","_TTSSignLoan","_TTSOTP","_RegisterBack","_CCCDCameraScreen","_home","_TopupLoanInfo","_AssetInformation","_mySignViettel","_LoanBuyCar","_InfoLoanMotobike","_ReviewLoanMotobike","_PolicyF","_jsxFileName","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ScreenNames","exports","Main","Support","Compare","NationalID","Selfie","RegisterMotor","Camera","Terms","LiveNess","ESign","NationalIDBack","Contract","Video","Qualify","TopUp","QuickSubmit","Introduction","FullSubmit","CommonSelect","UpdateLoan","CIMBSign","SchedulePayment","Notification","PaymentList","CIMBxTima","QuickTerm","DetailLoan","PaymentInfo","CimbSelfie","PaymentEvidence","GuideTransferBank","TransferDetail","PaymentAll","ViewContract","ConfirmContract","Guideline","AcceptPolicy","DigitalLending","DetailLoanTima","MRZScanner","LivenessV2","PreviewContract","DigitalSchedulePayment","QrPayment","ShowQrCode","PreviewSchedulePaymentTopup","TTSNationalIDFront","VehicleRegistration","VehicleRegistrationFront","VehicleRegistrationBack","VehicleCamera","RegisterCamera","OCR","ReviewInformation","ReviewLoan","MSelect","ReviewInformationOther","TTSNationalIDBack","TTSSelfie","LoanInterestRate","TTSSignLoan","TTSOTP","RegisterBack","CCCDCameraScreen","TopupLoanInfo","AssetInformation","MySignViettel","LoanBuyCar","InfoLoanMotobike","ReviewLoanMotobike","PolicyF88","Stack","createNativeStackNavigator","PrimaryNavigator","props","useEffect","setSdkNavigation","createElement","Navigator","initialRouteName","screenOptions","headerShown","screenListeners","_ref","navigation","__self","__source","fileName","lineNumber","columnNumber","Screen","name","component","Home","TermScreen","exitRoutes","canExit","routeName","includes","goDetail","loan","loanObj","id","screen","disbursementPartner","sdkNavigation","getSdkNavigation","navigate","hostNavigation","getHostNavigation","hostRoute","getHostRoute","params"],"sourceRoot":"../../../src","sources":["navigation/primary-navigator.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.ShowQrCode=void 0;var _regenerator=_interopRequireDefault(require("@babel/runtime/regenerator"));var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var _mobxReactLite=require("mobx-react-lite");var _react=_interopRequireWildcard(require("react"));var _reactNative=require("react-native");var _icons=require("../../assets/icons");var _MText=require("../../components/MText");var _native=require("@react-navigation/native");var _api=require("../../services/api");var _Loading=_interopRequireDefault(require("../../components/Loading"));var _cameraRoll=require("@react-native-camera-roll/camera-roll");var _reactNativeBlobUtil=_interopRequireDefault(require("react-native-blob-util"));var _utils=require("../../utils");var _MHeader=_interopRequireDefault(require("../../components/MHeader"));var _reactNativeModal=_interopRequireDefault(require("react-native-modal"));var _reactNativeLinearGradient=_interopRequireDefault(require("react-native-linear-gradient"));var _moment=_interopRequireDefault(require("moment"));var _rnTourguide=require("rn-tourguide");var _storage=require("../../utils/storage");var _jsxFileName="/Users/tima/Tima/react-native-timacare/src/screens/detail-loan/ShowQrCode.tsx",_this=this;function _interopRequireWildcard(e,t){if("function"==typeof WeakMap)var r=new WeakMap(),n=new WeakMap();return(_interopRequireWildcard=function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;var o,i,f={__proto__:null,default:e};if(null===e||"object"!=typeof e&&"function"!=typeof e)return f;if(o=t?n:r){if(o.has(e))return o.get(e);o.set(e,f);}for(var _t in e)"default"!==_t&&{}.hasOwnProperty.call(e,_t)&&((i=(o=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,_t))&&(i.get||i.set)?o(f,_t,i):f[_t]=e[_t]);return f;})(e,t);}var ShowQrCode=exports.ShowQrCode=(0,_mobxReactLite.observer)(function ShowQrCode(props){return _react.default.createElement(_rnTourguide.TourGuideProvider,{borderRadius:8,maskOffset:4,tooltipComponent:TransferContentTooltip,tooltipStyle:$tourTooltipPosition,backdropColor:"rgba(0, 0, 0, 0.35)",androidStatusBarVisible:true,verticalOffset:_reactNative.Platform.OS==='android'?_reactNative.StatusBar.currentHeight-25:0,__self:this,__source:{fileName:_jsxFileName,lineNumber:43,columnNumber:5}},_react.default.createElement(ShowQrCodeContent,(0,_extends2.default)({},props,{__self:this,__source:{fileName:_jsxFileName,lineNumber:54,columnNumber:7}})));});var TransferContentTooltip=function TransferContentTooltip(_ref){var currentStep=_ref.currentStep,handleStop=_ref.handleStop;return _react.default.createElement(_reactNative.View,{style:$tourTooltip,__self:_this,__source:{fileName:_jsxFileName,lineNumber:61,columnNumber:5}},_react.default.createElement(_MText.MText,{style:$tourTooltipText,__self:_this,__source:{fileName:_jsxFileName,lineNumber:62,columnNumber:7}},currentStep==null?void 0:currentStep.text),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:handleStop,style:$tourTooltipButton,__self:_this,__source:{fileName:_jsxFileName,lineNumber:63,columnNumber:7}},_react.default.createElement(_MText.MText,{style:$tourTooltipButtonText,__self:_this,__source:{fileName:_jsxFileName,lineNumber:64,columnNumber:9}},"\u0110\u1ED3ng \xFD")),_react.default.createElement(_reactNative.View,{style:$tourTooltipArrow,__self:_this,__source:{fileName:_jsxFileName,lineNumber:66,columnNumber:7}}));};var ShowQrCodeContent=(0,_mobxReactLite.observer)(function ShowQrCodeContent(props){var _props$route8,_props$route8$params,_props$route9,_props$route9$params,_props$route9$params$,_props$route$params2,_props$route$params2$,_props$route$params4,_props$route$params4$,_props$route0,_props$route0$params,_props$route1,_props$route1$params,_props$route10,_props$route10$params,_props$route10$params2,_props$route14,_props$route14$params,_props$route$params5,_props$route$params5$,_props$route$params6,_props$route$params6$,_props$route17,_props$route17$params;var navigation=(0,_native.useNavigation)();var scrollViewRef=(0,_react.useRef)(null);var transferContentRef=(0,_react.useRef)(null);var transferContentY=(0,_react.useRef)(0);var transferContentHeight=(0,_react.useRef)(0);var scrollViewHeight=(0,_react.useRef)(0);var scrollContentHeight=(0,_react.useRef)(0);var startGuideTimeout=(0,_react.useRef)();var _useState=(0,_react.useState)(),_useState2=(0,_slicedToArray2.default)(_useState,2),linkImage=_useState2[0],setLinkImage=_useState2[1];var _useState3=(0,_react.useState)(false),_useState4=(0,_slicedToArray2.default)(_useState3,2),isLoading=_useState4[0],setIsLoading=_useState4[1];var _useState5=(0,_react.useState)(false),_useState6=(0,_slicedToArray2.default)(_useState5,2),showGuide=_useState6[0],setShowGuide=_useState6[1];var _useState7=(0,_react.useState)(false),_useState8=(0,_slicedToArray2.default)(_useState7,2),shouldStartGuide=_useState8[0],setShouldStartGuide=_useState8[1];var _useState9=(0,_react.useState)(false),_useState0=(0,_slicedToArray2.default)(_useState9,2),isGuideRunning=_useState0[0],setIsGuideRunning=_useState0[1];var _useTourGuideControll=(0,_rnTourguide.useTourGuideController)(),canStart=_useTourGuideControll.canStart,start=_useTourGuideControll.start,eventEmitter=_useTourGuideControll.eventEmitter;var getData=function getData(){var _props$route,_props$route$params,_props$route2,_props$route2$params,_props$route3,_props$route3$params,_props$route4,_props$route4$params,_props$route5,_props$route5$params,_props$route5$params$;setIsLoading(true);_api.Api.getInstance().getQrPayment({LoanBriefId:props==null?void 0:(_props$route=props.route)==null?void 0:(_props$route$params=_props$route.params)==null?void 0:_props$route$params.id,TypeCloseLoan:props!=null&&(_props$route2=props.route)!=null&&(_props$route2$params=_props$route2.params)!=null&&_props$route2$params.isFullPayment?1:0,Money:props!=null&&(_props$route3=props.route)!=null&&(_props$route3$params=_props$route3.params)!=null&&_props$route3$params.isFullPayment?props==null?void 0:(_props$route4=props.route)==null?void 0:(_props$route4$params=_props$route4.params)==null?void 0:_props$route4$params.totalMoney:props==null?void 0:(_props$route5=props.route)==null?void 0:(_props$route5$params=_props$route5.params)==null?void 0:(_props$route5$params$=_props$route5$params.item)==null?void 0:_props$route5$params$.payMoney}).then(function(response){setIsLoading(false);if(response.kind==='ok'){if(response.data.meta.errorCode===200){var _response$data,_response$data$data,_props$route6,_props$route6$params;setLinkImage((_response$data=response.data)==null?void 0:(_response$data$data=_response$data.data)==null?void 0:_response$data$data.fullPath);if(props!=null&&(_props$route6=props.route)!=null&&(_props$route6$params=_props$route6.params)!=null&&_props$route6$params.isFullPayment){setTimeout(function(){setShowGuide(true);},300);}else{setShouldStartGuide(true);}}else{var _response$data2,_response$data2$meta;_reactNative.Alert.alert('Thông báo',response==null?void 0:(_response$data2=response.data)==null?void 0:(_response$data2$meta=_response$data2.meta)==null?void 0:_response$data2$meta.errorMessage);}}else{_reactNative.Alert.alert('Thông báo','Có lỗi xảy ra. Vui lòng thử lại sau');}}).catch(function(err){_reactNative.Alert.alert('Thông báo','Có lỗi xảy ra. Vui lòng thử lại sau');setIsLoading(false);}).finally(function(){setIsLoading(false);});};(0,_react.useEffect)(function(){getData();},[]);(0,_react.useEffect)(function(){var handleStartGuide=function handleStartGuide(){return setIsGuideRunning(true);};var handleStopGuide=function handleStopGuide(){return setIsGuideRunning(false);};eventEmitter==null?void 0:eventEmitter.on('start',handleStartGuide);eventEmitter==null?void 0:eventEmitter.on('stop',handleStopGuide);return function(){eventEmitter==null?void 0:eventEmitter.off('start',handleStartGuide);eventEmitter==null?void 0:eventEmitter.off('stop',handleStopGuide);};},[eventEmitter]);var scrollToTransferContent=function scrollToTransferContent(){var _scrollViewRef$curren2,_transferContentRef$c;var scrollToY=function scrollToY(y){var _scrollViewRef$curren;var targetHeight=arguments.length>1&&arguments[1]!==undefined?arguments[1]:transferContentHeight.current;var viewportHeight=scrollViewHeight.current||_reactNative.Dimensions.get('window').height;var contentHeight=scrollContentHeight.current||viewportHeight;var maxScrollY=Math.max(contentHeight-viewportHeight,0);var minTopForTooltip=120;var bottomGap=80;var preferredTargetTop=Math.min(Math.max(viewportHeight*0.42,minTopForTooltip),Math.max(viewportHeight-targetHeight-bottomGap,minTopForTooltip));var nextScrollY=Math.min(Math.max(y-preferredTargetTop,0),maxScrollY);(_scrollViewRef$curren=scrollViewRef.current)==null?void 0:_scrollViewRef$curren.scrollTo({y:nextScrollY,animated:true});};var innerViewNode=(_scrollViewRef$curren2=scrollViewRef.current)==null?void 0:_scrollViewRef$curren2.getInnerViewNode==null?void 0:_scrollViewRef$curren2.getInnerViewNode();if(innerViewNode&&(_transferContentRef$c=transferContentRef.current)!=null&&_transferContentRef$c.measureLayout){transferContentRef.current.measureLayout(innerViewNode,function(_x,y,_width,height){return scrollToY(y,height);},function(){return scrollToY(transferContentY.current);});}else{scrollToY(transferContentY.current);}};var startGuide=function _callee(){var guide;return _regenerator.default.async(function(_context){while(1)switch(_context.prev=_context.next){case 0:_context.next=1;return _regenerator.default.awrap((0,_storage.load)('show_guide_qr_code'));case 1:guide=_context.sent;if(!guide){scrollToTransferContent();startGuideTimeout.current=setTimeout(function(){start(1);setShouldStartGuide(false);(0,_storage.save)('show_guide_qr_code','true');},450);}else{setShouldStartGuide(false);}case 2:case"end":return _context.stop();}},null,null,null,Promise);};(0,_react.useEffect)(function(){var _props$route7,_props$route7$params;if(!(props!=null&&(_props$route7=props.route)!=null&&(_props$route7$params=_props$route7.params)!=null&&_props$route7$params.isFullPayment)&&shouldStartGuide&&canStart){startGuide();}return function(){if(startGuideTimeout.current){clearTimeout(startGuideTimeout.current);}};},[canStart,shouldStartGuide,start]);return _react.default.createElement(_reactNative.View,{style:{flex:1,backgroundColor:'rgba(244, 244, 244, 1)'},__self:this,__source:{fileName:_jsxFileName,lineNumber:210,columnNumber:5}},_react.default.createElement(_MHeader.default,{title:"Vay tr\u1EF1c tuy\u1EBFn 24/7",__self:this,__source:{fileName:_jsxFileName,lineNumber:211,columnNumber:7}}),_react.default.createElement(_reactNative.View,{style:{flex:1},__self:this,__source:{fileName:_jsxFileName,lineNumber:212,columnNumber:7}},_react.default.createElement(_reactNative.View,{style:$header,__self:this,__source:{fileName:_jsxFileName,lineNumber:213,columnNumber:9}},_react.default.createElement(_reactNative.TouchableOpacity,{style:$backButton,onPress:function onPress(){return navigation.goBack();},__self:this,__source:{fileName:_jsxFileName,lineNumber:214,columnNumber:11}},_react.default.createElement(_icons.IconBack,{__self:this,__source:{fileName:_jsxFileName,lineNumber:218,columnNumber:13}})),_react.default.createElement(_MText.MText,{style:{fontSize:16,fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:220,columnNumber:11}},props!=null&&(_props$route8=props.route)!=null&&(_props$route8$params=_props$route8.params)!=null&&_props$route8$params.isFullPayment?'TẤT TOÁN HỢP ĐỒNG':'THANH TOÁN KỲ')),_react.default.createElement(_reactNative.ScrollView,{ref:scrollViewRef,scrollEnabled:!isGuideRunning,onLayout:function onLayout(event){scrollViewHeight.current=event.nativeEvent.layout.height;},onContentSizeChange:function onContentSizeChange(_width,height){scrollContentHeight.current=height;},__self:this,__source:{fileName:_jsxFileName,lineNumber:232,columnNumber:9}},_react.default.createElement(_reactNative.View,{style:{backgroundColor:'white',marginHorizontal:16,borderRadius:16,padding:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:242,columnNumber:11}},_react.default.createElement(_MText.MText,{style:{textAlign:'center',fontSize:12,fontWeight:'300'},__self:this,__source:{fileName:_jsxFileName,lineNumber:250,columnNumber:13}},"\u0110\u1EC3 thanh to\xE1n h\u1EE3p \u0111\u1ED3ng, vui l\xF2ng chuy\u1EC3n kho\u1EA3n t\u1EDBi"),_react.default.createElement(_MText.MText,{style:{textAlign:'center',fontSize:12,fontWeight:'600',color:'rgba(51, 51, 51, 1)',marginTop:4},__self:this,__source:{fileName:_jsxFileName,lineNumber:259,columnNumber:13}},props==null?void 0:(_props$route9=props.route)==null?void 0:(_props$route9$params=_props$route9.params)==null?void 0:(_props$route9$params$=_props$route9$params.data)==null?void 0:_props$route9$params$.bankName),_react.default.createElement(_reactNative.View,{style:{height:1,backgroundColor:'rgba(224, 224, 224, 1)',marginVertical:10},__self:this,__source:{fileName:_jsxFileName,lineNumber:271,columnNumber:13}}),_react.default.createElement(_reactNative.View,{style:{flexDirection:'column',justifyContent:'center',alignItems:'center'},__self:this,__source:{fileName:_jsxFileName,lineNumber:278,columnNumber:13}},_react.default.createElement(_reactNative.Image,{source:{uri:linkImage},style:{width:_reactNative.Dimensions.get('window').width-100,height:_reactNative.Dimensions.get('window').width-100,resizeMode:'contain'},__self:this,__source:{fileName:_jsxFileName,lineNumber:285,columnNumber:15}}),_react.default.createElement(_reactNative.TouchableOpacity,{style:{marginTop:10,flexDirection:'row',alignItems:'center',gap:5,backgroundColor:'#FFF7F0',borderWidth:1,borderColor:'#EF592E',borderRadius:4,paddingHorizontal:8,paddingVertical:4},onPress:function _callee2(){return _regenerator.default.async(function(_context2){while(1)switch(_context2.prev=_context2.next){case 0:_reactNativeBlobUtil.default.config({fileCache:true,appendExt:'png'}).fetch('GET',linkImage).then(function(res){console.log(res);_cameraRoll.CameraRoll.saveAsset(res.data,{type:'photo'}).then(function(){_reactNative.Alert.alert('Thông báo','Tải mã QR thành công');}).catch(function(error){_reactNative.Alert.alert('Thông báo','Có lỗi xảy ra. Vui lòng thử lại sau');console.log(error);});}).catch(function(error){console.log(error);_reactNative.Alert.alert('Thông báo','Có lỗi xảy ra. Vui lòng thử lại sau');});case 1:case"end":return _context2.stop();}},null,null,null,Promise);},__self:this,__source:{fileName:_jsxFileName,lineNumber:295,columnNumber:15}},_react.default.createElement(_icons.IconDownload,{__self:this,__source:{fileName:_jsxFileName,lineNumber:337,columnNumber:17}}),_react.default.createElement(_MText.MText,{style:{color:'rgba(51, 51, 51, 1)',fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:338,columnNumber:17}},"T\u1EA3i m\xE3 QR"))),_react.default.createElement(_reactNative.View,{style:{height:1,backgroundColor:'rgba(224, 224, 224, 1)',marginVertical:10},__self:this,__source:{fileName:_jsxFileName,lineNumber:348,columnNumber:13}}),_react.default.createElement(_reactNative.View,{__self:this,__source:{fileName:_jsxFileName,lineNumber:355,columnNumber:13}},_react.default.createElement(_MText.MText,{style:{fontSize:12,color:'rgba(51, 51, 51, 1)',fontWeight:'300',marginTop:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:356,columnNumber:15}},"S\u1ED1 t\xE0i kho\u1EA3n"),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',justifyContent:'space-between'},__self:this,__source:{fileName:_jsxFileName,lineNumber:366,columnNumber:15}},_react.default.createElement(_MText.MText,{style:{color:'rgba(61, 61, 61, 1)',fontWeight:'600',fontSize:16,fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:373,columnNumber:17}},(_props$route$params2=props.route.params)==null?void 0:(_props$route$params2$=_props$route$params2.data)==null?void 0:_props$route$params2$.accountNumber),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:function onPress(){var _props$route$params3,_props$route$params3$;return _reactNative.Clipboard.setString((_props$route$params3=props.route.params)==null?void 0:(_props$route$params3$=_props$route$params3.data)==null?void 0:_props$route$params3$.accountNumber);},__self:this,__source:{fileName:_jsxFileName,lineNumber:383,columnNumber:17}},_react.default.createElement(_icons.IconCopy,{__self:this,__source:{fileName:_jsxFileName,lineNumber:388,columnNumber:19}}))),_react.default.createElement(_MText.MText,{style:{fontSize:12,color:'rgba(51, 51, 51, 1)',fontWeight:'300',marginTop:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:391,columnNumber:15}},"T\xEAn t\xE0i kho\u1EA3n th\u1EE5 h\u01B0\u1EDFng"),_react.default.createElement(_MText.MText,{style:{color:'rgba(61, 61, 61, 1)',fontWeight:'600',fontSize:16,fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:401,columnNumber:15}},(_props$route$params4=props.route.params)==null?void 0:(_props$route$params4$=_props$route$params4.data)==null?void 0:_props$route$params4$.accountName),_react.default.createElement(_reactNative.View,{__self:this,__source:{fileName:_jsxFileName,lineNumber:412,columnNumber:15}},_react.default.createElement(_MText.MText,{style:{fontSize:12,color:'rgba(51, 51, 51, 1)',fontWeight:'300',marginTop:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:413,columnNumber:17}},"S\u1ED1 ti\u1EC1n ph\u1EA3i tr\u1EA3"),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',justifyContent:'space-between'},__self:this,__source:{fileName:_jsxFileName,lineNumber:423,columnNumber:17}},_react.default.createElement(_MText.MText,{style:{fontSize:16,fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:430,columnNumber:19}},(0,_utils.formatMoney)(props!=null&&(_props$route0=props.route)!=null&&(_props$route0$params=_props$route0.params)!=null&&_props$route0$params.isFullPayment?props==null?void 0:(_props$route1=props.route)==null?void 0:(_props$route1$params=_props$route1.params)==null?void 0:_props$route1$params.totalMoney:props==null?void 0:(_props$route10=props.route)==null?void 0:(_props$route10$params=_props$route10.params)==null?void 0:(_props$route10$params2=_props$route10$params.item)==null?void 0:_props$route10$params2.payMoney),' ',"\u0111"),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:function onPress(){var _props$route11,_props$route11$params,_props$route12,_props$route12$params,_props$route13,_props$route13$params,_props$route13$params2;return _reactNative.Clipboard.setString(props!=null&&(_props$route11=props.route)!=null&&(_props$route11$params=_props$route11.params)!=null&&_props$route11$params.isFullPayment?props==null?void 0:(_props$route12=props.route)==null?void 0:(_props$route12$params=_props$route12.params)==null?void 0:_props$route12$params.totalMoney:props==null?void 0:(_props$route13=props.route)==null?void 0:(_props$route13$params=_props$route13.params)==null?void 0:(_props$route13$params2=_props$route13$params.item)==null?void 0:_props$route13$params2.payMoney);},__self:this,__source:{fileName:_jsxFileName,lineNumber:444,columnNumber:19}},_react.default.createElement(_icons.IconCopy,{__self:this,__source:{fileName:_jsxFileName,lineNumber:453,columnNumber:21}}))),_react.default.createElement(_MText.MText,{style:{color:'#828282',fontSize:10,fontStyle:'italic'},__self:this,__source:{fileName:_jsxFileName,lineNumber:456,columnNumber:17}},"S\u1ED1 ti\u1EC1n \u0111\u01B0\u1EE3c t\xEDnh \u0111\u1EBFn ng\xE0y ",(0,_moment.default)().format('DD/MM/YYYY'))),_react.default.createElement(_rnTourguide.TourGuideZone,{zone:1,text:'Để hệ thống ghi nhận chính xác khoản thanh toán, bạn đừng quên sao chép đúng nội dung chuyển khoản nhé!',tooltipBottomOffset:-45,style:$transferGuideZone,__self:this,__source:{fileName:_jsxFileName,lineNumber:466,columnNumber:15}},_react.default.createElement(_reactNative.View,{__self:this,__source:{fileName:_jsxFileName,lineNumber:474,columnNumber:17}},_react.default.createElement(_MText.MText,{style:{fontSize:12,color:'rgba(51, 51, 51, 1)',fontWeight:'300'},__self:this,__source:{fileName:_jsxFileName,lineNumber:475,columnNumber:19}},"N\u1ED9i dung chuy\u1EC3n kho\u1EA3n",' ',_react.default.createElement(_MText.MText,{style:{fontSize:12,color:'#EB5757',fontWeight:'300'},__self:this,__source:{fileName:_jsxFileName,lineNumber:483,columnNumber:21}},"(B\u1EAFt bu\u1ED9c)")),_react.default.createElement(_reactNative.View,{ref:transferContentRef,onLayout:function onLayout(event){transferContentY.current=event.nativeEvent.layout.y;transferContentHeight.current=event.nativeEvent.layout.height;},style:{flexDirection:'row',alignItems:'center',justifyContent:'space-between'},__self:this,__source:{fileName:_jsxFileName,lineNumber:493,columnNumber:19}},_react.default.createElement(_MText.MText,{style:{color:'rgba(61, 61, 61, 1)',fontWeight:'600',fontSize:16,fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:506,columnNumber:21}},props!=null&&(_props$route14=props.route)!=null&&(_props$route14$params=_props$route14.params)!=null&&_props$route14$params.isFullPayment?"Tat toan TC"+((_props$route$params5=props.route.params)==null?void 0:(_props$route$params5$=_props$route$params5.data)==null?void 0:_props$route$params5$.codeId):"TC"+((_props$route$params6=props.route.params)==null?void 0:(_props$route$params6$=_props$route$params6.data)==null?void 0:_props$route$params6$.codeId)),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:function onPress(){var _props$route15,_props$route15$params,_props$route$params7,_props$route$params7$,_props$route$params8,_props$route$params8$;return _reactNative.Clipboard.setString(props!=null&&(_props$route15=props.route)!=null&&(_props$route15$params=_props$route15.params)!=null&&_props$route15$params.isFullPayment?"Tat toan TC"+((_props$route$params7=props.route.params)==null?void 0:(_props$route$params7$=_props$route$params7.data)==null?void 0:_props$route$params7$.codeId):"TC"+((_props$route$params8=props.route.params)==null?void 0:(_props$route$params8$=_props$route$params8.data)==null?void 0:_props$route$params8$.codeId));},__self:this,__source:{fileName:_jsxFileName,lineNumber:518,columnNumber:21}},_react.default.createElement(_icons.IconCopy,{__self:this,__source:{fileName:_jsxFileName,lineNumber:527,columnNumber:23}})))))),_react.default.createElement(_reactNative.View,{style:{backgroundColor:'#FFF2F2',padding:10,borderRadius:8,marginTop:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:533,columnNumber:13}},_react.default.createElement(_MText.MText,{style:{color:'#EB5757',fontSize:12,fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:541,columnNumber:15}},"*L\u01B0u \xFD:"),_react.default.createElement(_MText.MText,{style:{fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:551,columnNumber:15}},"- Vui l\xF2ng sao ch\xE9p \u0111\xFAng v\xE0 \u0111\u1EA7y \u0111\u1EE7 n\u1ED9i dung thanh to\xE1n \u0111\u1EC3 h\u1EC7 th\u1ED1ng ghi nh\u1EADn giao d\u1ECBch"),_react.default.createElement(_MText.MText,{style:{fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:559,columnNumber:15}},"- Th\xF4ng tin t\xE0i kho\u1EA3n d\u1ECBch v\u1EE5 h\u1ED7 tr\u1EE3 thu h\u1ED9 cung c\u1EA5p b\u1EDFi GPay. T\xE0i kho\u1EA3n chuy\xEAn d\u1EE5ng n\xE0y ch\u1EC9 d\xE0nh cho m\u1EE5c \u0111\xEDch tr\u1EA3 n\u1EE3 c\u1EE7a b\xEAn \u0111i vay."))),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',justifyContent:'space-between',padding:16,marginBottom:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:570,columnNumber:11}},_react.default.createElement(_MText.MText,{__self:this,__source:{fileName:_jsxFileName,lineNumber:579,columnNumber:13}},"H\u01B0\u1EDBng d\u1EABn chuy\u1EC3n ti\u1EC1n"),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:function onPress(){var _props$route16,_props$route16$params;if(props!=null&&(_props$route16=props.route)!=null&&(_props$route16$params=_props$route16.params)!=null&&_props$route16$params.isFullPayment){setShowGuide(true);}else{navigation.push('GuideTransferBank');}},__self:this,__source:{fileName:_jsxFileName,lineNumber:580,columnNumber:13}},_react.default.createElement(_MText.MText,{style:{color:'#2F80ED',textDecorationLine:'underline'},__self:this,__source:{fileName:_jsxFileName,lineNumber:589,columnNumber:15}},"Xem chi ti\u1EBFt")))),(props==null?void 0:(_props$route17=props.route)==null?void 0:(_props$route17$params=_props$route17.params)==null?void 0:_props$route17$params.isFullPayment)&&_react.default.createElement(_reactNative.TouchableOpacity,{style:{margin:16},onPress:function onPress(){_reactNative.Alert.alert('Xác nhận tất toán','Bạn có chắc muốn gửi YÊU CẦU TẤT TOÁN hợp đồng không?',[{text:'Có',onPress:function onPress(){var _props$route18,_props$route18$params,_response$data3,_response$data3$meta;var response,_response$data4,_response$data4$meta;return _regenerator.default.async(function(_context3){while(1)switch(_context3.prev=_context3.next){case 0:_context3.next=1;return _regenerator.default.awrap(_api.Api.getInstance().confirm_final_settlement({loanBriefId:props==null?void 0:(_props$route18=props.route)==null?void 0:(_props$route18$params=_props$route18.params)==null?void 0:_props$route18$params.id}));case 1:response=_context3.sent;if(response.kind==='ok'&&((_response$data3=response.data)==null?void 0:(_response$data3$meta=_response$data3.meta)==null?void 0:_response$data3$meta.errorCode)===200){_reactNative.Alert.alert('GỬI YÊU CẦU THÀNH CÔNG!','Yêu cầu tất toán đang được Tima xử lý, vui lòng chờ trong ít phút.',[{text:'Đồng ý',onPress:function onPress(){navigation.navigate('Main');}}]);}else{_reactNative.Alert.alert('Thông báo',(response==null?void 0:(_response$data4=response.data)==null?void 0:(_response$data4$meta=_response$data4.meta)==null?void 0:_response$data4$meta.errorMessage)||'Có lỗi xảy ra. Vui lòng thử lại sau');}case 2:case"end":return _context3.stop();}},null,null,null,Promise);}},{text:'Không'}]);},__self:this,__source:{fileName:_jsxFileName,lineNumber:598,columnNumber:11}},_react.default.createElement(_reactNativeLinearGradient.default,{colors:['#FF7A00','#EF4123'],style:{alignItems:'center',borderRadius:30,height:40,justifyContent:'center'},__self:this,__source:{fileName:_jsxFileName,lineNumber:644,columnNumber:13}},_react.default.createElement(_MText.MText,{style:{color:'white'},__self:this,__source:{fileName:_jsxFileName,lineNumber:653,columnNumber:15}},"X\xE1c nh\u1EADn t\u1EA5t to\xE1n")))),_react.default.createElement(_Loading.default,{isLoading:isLoading,__self:this,__source:{fileName:_jsxFileName,lineNumber:664,columnNumber:7}}),_react.default.createElement(_reactNativeModal.default,{isVisible:showGuide,onBackdropPress:function onBackdropPress(){return setShowGuide(false);},style:{justifyContent:'flex-end',margin:0},__self:this,__source:{fileName:_jsxFileName,lineNumber:665,columnNumber:7}},_react.default.createElement(_reactNative.View,{style:{backgroundColor:'white',borderTopLeftRadius:30,borderTopRightRadius:30},__self:this,__source:{fileName:_jsxFileName,lineNumber:670,columnNumber:9}},_react.default.createElement(_reactNativeLinearGradient.default,{colors:['#FF8E4F','#EF592E'],style:{borderTopLeftRadius:30,borderTopRightRadius:30,paddingBottom:24},__self:this,__source:{fileName:_jsxFileName,lineNumber:677,columnNumber:11}},_react.default.createElement(_reactNative.View,{style:{padding:16,alignItems:'center',gap:4},__self:this,__source:{fileName:_jsxFileName,lineNumber:685,columnNumber:13}},_react.default.createElement(_MText.MText,{style:{fontSize:16,fontWeight:'600',color:'white',fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:686,columnNumber:15}},"C\xC1C B\u01AF\u1EDAC T\u1EA4T TO\xC1N"),_react.default.createElement(_MText.MText,{style:{fontSize:12,color:'white'},__self:this,__source:{fileName:_jsxFileName,lineNumber:696,columnNumber:15}},"C\xF3 2 b\u01B0\u1EDBc, vui l\xF2ng \u0111\u1ECDc k\u0129 th\xF4ng tin"))),_react.default.createElement(_reactNative.View,{style:{backgroundColor:'white',borderTopLeftRadius:30,borderTopRightRadius:30,top:-24,padding:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:706,columnNumber:11}},_react.default.createElement(_MText.MText,{style:{fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold',color:'#EF592E'},__self:this,__source:{fileName:_jsxFileName,lineNumber:715,columnNumber:13}},"B\u01AF\u1EDAC 1: CHUY\u1EC2N KHO\u1EA2N"),_react.default.createElement(_MText.MText,{style:{fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold',marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:724,columnNumber:13}},"C\xE1ch 1: Thanh to\xE1n b\u1EB1ng QR (Khuy\u1EBFn ngh\u1ECB)"),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',gap:8,marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:733,columnNumber:13}},_react.default.createElement(_icons.TimaSmall,{__self:this,__source:{fileName:_jsxFileName,lineNumber:741,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:{flex:1,fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:742,columnNumber:15}},"L\u01B0u ho\u1EB7c qu\xE9t m\xE3 QR")),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',gap:8,marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:746,columnNumber:13}},_react.default.createElement(_icons.TimaSmall,{__self:this,__source:{fileName:_jsxFileName,lineNumber:754,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:{flex:1,fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:755,columnNumber:15}},"M\u1EDF app ng\xE2n h\xE0ng v\xE0 thanh to\xE1n")),_react.default.createElement(_reactNative.View,{style:{height:1,backgroundColor:'rgba(224, 224, 224, 1)',marginVertical:10},__self:this,__source:{fileName:_jsxFileName,lineNumber:759,columnNumber:13}}),_react.default.createElement(_MText.MText,{style:{fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:766,columnNumber:13}},"C\xE1ch 2: Chuy\u1EC3n kho\u1EA3n th\u1EE7 c\xF4ng"),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',gap:8,marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:774,columnNumber:13}},_react.default.createElement(_icons.TimaSmall,{__self:this,__source:{fileName:_jsxFileName,lineNumber:782,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:{flex:1,fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:783,columnNumber:15}},"Copy th\xF4ng tin t\xE0i kho\u1EA3n (S\u1ED1 TK, Ng\xE2n h\xE0ng, S\u1ED1 ti\u1EC1n)")),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',gap:8,marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:787,columnNumber:13}},_react.default.createElement(_icons.TimaSmall,{__self:this,__source:{fileName:_jsxFileName,lineNumber:795,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:{flex:1,fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:796,columnNumber:15}},_react.default.createElement(_MText.MText,{style:{color:'#EB5757',fontSize:12,fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:797,columnNumber:17}},"B\u1EAET BU\u1ED8C:"),' ',"Copy \u0111\xFAng \u201CN\u1ED9i dung chuy\u1EC3n kho\u1EA3n\u201D")),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',gap:8,marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:810,columnNumber:13}},_react.default.createElement(_icons.TimaSmall,{__self:this,__source:{fileName:_jsxFileName,lineNumber:818,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:{flex:1,fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:819,columnNumber:15}},"M\u1EDF app ng\xE2n h\xE0ng v\xE0 thanh to\xE1n")),_react.default.createElement(_reactNative.View,{style:{height:12,backgroundColor:'#FFF3E9',marginVertical:10,marginHorizontal:-16},__self:this,__source:{fileName:_jsxFileName,lineNumber:823,columnNumber:13}}),_react.default.createElement(_MText.MText,{style:{fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold',color:'#EF592E'},__self:this,__source:{fileName:_jsxFileName,lineNumber:831,columnNumber:13}},"B\u01AF\u1EDAC 2:"),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',gap:8,marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:840,columnNumber:13}},_react.default.createElement(_icons.TimaSmall,{__self:this,__source:{fileName:_jsxFileName,lineNumber:848,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:{flex:1,fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:849,columnNumber:15}},"Ch\u1ECDn \u201CX\xE1c nh\u1EADn t\u1EA5t to\xE1n\u201D \u0111\u1EC3 g\u1EEDi y\xEAu c\u1EA7u t\u1EDBi Tima th\u1EF1c hi\u1EC7n \u201CT\u1EA5t to\xE1n h\u1EE3p \u0111\u1ED3ng\u201D"))),_react.default.createElement(_reactNative.TouchableOpacity,{style:{position:'absolute',left:16,top:16},onPress:function onPress(){return setShowGuide(false);},__self:this,__source:{fileName:_jsxFileName,lineNumber:855,columnNumber:11}},_react.default.createElement(_icons.CloseIcon,{__self:this,__source:{fileName:_jsxFileName,lineNumber:859,columnNumber:13}})))));});var $backButton={position:'absolute',left:16};var $header={flexDirection:'row',alignItems:'center',paddingVertical:16,justifyContent:'center'};var $tourTooltipPosition={alignItems:'flex-end',overflow:'visible',paddingHorizontal:16,paddingTop:0,paddingBottom:0,borderRadius:0};var $tourTooltip={width:224,minHeight:84,backgroundColor:'white',borderRadius:8,paddingHorizontal:12,paddingTop:10,paddingBottom:12,shadowColor:'#000',shadowOffset:{width:0,height:2},shadowOpacity:0.18,shadowRadius:8,elevation:8};var $tourTooltipText={color:'#333333',fontSize:10,lineHeight:16,fontWeight:'400'};var $tourTooltipButton={alignSelf:'flex-end',marginTop:6};var $tourTooltipButtonText={color:'#EF592E',fontSize:10,lineHeight:16,textDecorationLine:'underline'};var $tourTooltipArrow={position:'absolute',right:18,bottom:-10,width:0,height:0,borderLeftWidth:8,borderRightWidth:8,borderTopWidth:10,borderLeftColor:'transparent',borderRightColor:'transparent',borderTopColor:'white'};var $transferGuideZone={backgroundColor:'white',borderRadius:8,borderWidth:2,borderColor:'white',marginTop:16};
1
+ var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.ShowQrCode=void 0;var _regenerator=_interopRequireDefault(require("@babel/runtime/regenerator"));var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var _mobxReactLite=require("mobx-react-lite");var _react=_interopRequireWildcard(require("react"));var _reactNative=require("react-native");var _icons=require("../../assets/icons");var _MText=require("../../components/MText");var _native=require("@react-navigation/native");var _api=require("../../services/api");var _Loading=_interopRequireDefault(require("../../components/Loading"));var _cameraRoll=require("@react-native-camera-roll/camera-roll");var _reactNativeBlobUtil=_interopRequireDefault(require("react-native-blob-util"));var _utils=require("../../utils");var _MHeader=_interopRequireDefault(require("../../components/MHeader"));var _reactNativeModal=_interopRequireDefault(require("react-native-modal"));var _reactNativeLinearGradient=_interopRequireDefault(require("react-native-linear-gradient"));var _moment=_interopRequireDefault(require("moment"));var _rnTourguide=require("rn-tourguide");var _storage=require("../../utils/storage");var _jsxFileName="/Users/tima/Tima/react-native-timacare/src/screens/detail-loan/ShowQrCode.tsx",_this=this;function _interopRequireWildcard(e,t){if("function"==typeof WeakMap)var r=new WeakMap(),n=new WeakMap();return(_interopRequireWildcard=function _interopRequireWildcard(e,t){if(!t&&e&&e.__esModule)return e;var o,i,f={__proto__:null,default:e};if(null===e||"object"!=typeof e&&"function"!=typeof e)return f;if(o=t?n:r){if(o.has(e))return o.get(e);o.set(e,f);}for(var _t in e)"default"!==_t&&{}.hasOwnProperty.call(e,_t)&&((i=(o=Object.defineProperty)&&Object.getOwnPropertyDescriptor(e,_t))&&(i.get||i.set)?o(f,_t,i):f[_t]=e[_t]);return f;})(e,t);}var ShowQrCode=exports.ShowQrCode=(0,_mobxReactLite.observer)(function ShowQrCode(props){return _react.default.createElement(_rnTourguide.TourGuideProvider,{borderRadius:8,maskOffset:4,tooltipComponent:TransferContentTooltip,tooltipStyle:$tourTooltipPosition,backdropColor:"rgba(0, 0, 0, 0.35)",androidStatusBarVisible:true,verticalOffset:_reactNative.Platform.OS==='android'?_reactNative.StatusBar.currentHeight-25:0,__self:this,__source:{fileName:_jsxFileName,lineNumber:43,columnNumber:5}},_react.default.createElement(ShowQrCodeContent,(0,_extends2.default)({},props,{__self:this,__source:{fileName:_jsxFileName,lineNumber:54,columnNumber:7}})));});var TransferContentTooltip=function TransferContentTooltip(_ref){var currentStep=_ref.currentStep,handleStop=_ref.handleStop;return _react.default.createElement(_reactNative.View,{style:$tourTooltip,__self:_this,__source:{fileName:_jsxFileName,lineNumber:61,columnNumber:5}},_react.default.createElement(_MText.MText,{style:$tourTooltipText,__self:_this,__source:{fileName:_jsxFileName,lineNumber:62,columnNumber:7}},currentStep==null?void 0:currentStep.text),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:handleStop,style:$tourTooltipButton,__self:_this,__source:{fileName:_jsxFileName,lineNumber:63,columnNumber:7}},_react.default.createElement(_MText.MText,{style:$tourTooltipButtonText,__self:_this,__source:{fileName:_jsxFileName,lineNumber:64,columnNumber:9}},"\u0110\u1ED3ng \xFD")),_react.default.createElement(_reactNative.View,{style:$tourTooltipArrow,__self:_this,__source:{fileName:_jsxFileName,lineNumber:66,columnNumber:7}}));};var ShowQrCodeContent=(0,_mobxReactLite.observer)(function ShowQrCodeContent(props){var _props$route8,_props$route8$params,_props$route9,_props$route9$params,_props$route9$params$,_props$route$params$d,_props$route$params2,_props$route$params2$,_props$route$params3,_props$route$params3$,_props$route$params$d3,_props$route$params6,_props$route$params6$,_props$route$params7,_props$route$params7$,_props$route0,_props$route0$params,_props$route1,_props$route1$params,_props$route10,_props$route10$params,_props$route10$params2,_props$route14,_props$route14$params,_props$route$params8,_props$route$params8$,_props$route$params$d4,_props$route$params9,_props$route$params9$,_props$route$params0,_props$route$params0$,_props$route$params0$2,_props$route17,_props$route17$params;var navigation=(0,_native.useNavigation)();var scrollViewRef=(0,_react.useRef)(null);var transferContentRef=(0,_react.useRef)(null);var transferContentY=(0,_react.useRef)(0);var transferContentHeight=(0,_react.useRef)(0);var scrollViewHeight=(0,_react.useRef)(0);var scrollContentHeight=(0,_react.useRef)(0);var startGuideTimeout=(0,_react.useRef)();var _useState=(0,_react.useState)(),_useState2=(0,_slicedToArray2.default)(_useState,2),linkImage=_useState2[0],setLinkImage=_useState2[1];var _useState3=(0,_react.useState)(false),_useState4=(0,_slicedToArray2.default)(_useState3,2),isLoading=_useState4[0],setIsLoading=_useState4[1];var _useState5=(0,_react.useState)(false),_useState6=(0,_slicedToArray2.default)(_useState5,2),showGuide=_useState6[0],setShowGuide=_useState6[1];var _useState7=(0,_react.useState)(false),_useState8=(0,_slicedToArray2.default)(_useState7,2),shouldStartGuide=_useState8[0],setShouldStartGuide=_useState8[1];var _useState9=(0,_react.useState)(false),_useState0=(0,_slicedToArray2.default)(_useState9,2),isGuideRunning=_useState0[0],setIsGuideRunning=_useState0[1];var _useTourGuideControll=(0,_rnTourguide.useTourGuideController)(),canStart=_useTourGuideControll.canStart,start=_useTourGuideControll.start,eventEmitter=_useTourGuideControll.eventEmitter;var getData=function getData(){var _props$route,_props$route$params,_props$route2,_props$route2$params,_props$route3,_props$route3$params,_props$route4,_props$route4$params,_props$route5,_props$route5$params,_props$route5$params$;setIsLoading(true);_api.Api.getInstance().getQrPayment({LoanBriefId:props==null?void 0:(_props$route=props.route)==null?void 0:(_props$route$params=_props$route.params)==null?void 0:_props$route$params.id,TypeCloseLoan:props!=null&&(_props$route2=props.route)!=null&&(_props$route2$params=_props$route2.params)!=null&&_props$route2$params.isFullPayment?1:0,Money:props!=null&&(_props$route3=props.route)!=null&&(_props$route3$params=_props$route3.params)!=null&&_props$route3$params.isFullPayment?props==null?void 0:(_props$route4=props.route)==null?void 0:(_props$route4$params=_props$route4.params)==null?void 0:_props$route4$params.totalMoney:props==null?void 0:(_props$route5=props.route)==null?void 0:(_props$route5$params=_props$route5.params)==null?void 0:(_props$route5$params$=_props$route5$params.item)==null?void 0:_props$route5$params$.payMoney}).then(function(response){setIsLoading(false);if(response.kind==='ok'){if(response.data.meta.errorCode===200){var _response$data,_response$data$data,_props$route6,_props$route6$params;setLinkImage((_response$data=response.data)==null?void 0:(_response$data$data=_response$data.data)==null?void 0:_response$data$data.fullPath);if(props!=null&&(_props$route6=props.route)!=null&&(_props$route6$params=_props$route6.params)!=null&&_props$route6$params.isFullPayment){setTimeout(function(){setShowGuide(true);},300);}else{setShouldStartGuide(true);}}else{var _response$data2,_response$data2$meta;_reactNative.Alert.alert('Thông báo',response==null?void 0:(_response$data2=response.data)==null?void 0:(_response$data2$meta=_response$data2.meta)==null?void 0:_response$data2$meta.errorMessage);}}else{_reactNative.Alert.alert('Thông báo','Có lỗi xảy ra. Vui lòng thử lại sau');}}).catch(function(err){_reactNative.Alert.alert('Thông báo','Có lỗi xảy ra. Vui lòng thử lại sau');setIsLoading(false);}).finally(function(){setIsLoading(false);});};(0,_react.useEffect)(function(){getData();},[]);(0,_react.useEffect)(function(){var handleStartGuide=function handleStartGuide(){return setIsGuideRunning(true);};var handleStopGuide=function handleStopGuide(){return setIsGuideRunning(false);};eventEmitter==null?void 0:eventEmitter.on('start',handleStartGuide);eventEmitter==null?void 0:eventEmitter.on('stop',handleStopGuide);return function(){eventEmitter==null?void 0:eventEmitter.off('start',handleStartGuide);eventEmitter==null?void 0:eventEmitter.off('stop',handleStopGuide);};},[eventEmitter]);var scrollToTransferContent=function scrollToTransferContent(){var _scrollViewRef$curren2,_transferContentRef$c;var scrollToY=function scrollToY(y){var _scrollViewRef$curren;var targetHeight=arguments.length>1&&arguments[1]!==undefined?arguments[1]:transferContentHeight.current;var viewportHeight=scrollViewHeight.current||_reactNative.Dimensions.get('window').height;var contentHeight=scrollContentHeight.current||viewportHeight;var maxScrollY=Math.max(contentHeight-viewportHeight,0);var minTopForTooltip=120;var bottomGap=80;var preferredTargetTop=Math.min(Math.max(viewportHeight*0.42,minTopForTooltip),Math.max(viewportHeight-targetHeight-bottomGap,minTopForTooltip));var nextScrollY=Math.min(Math.max(y-preferredTargetTop,0),maxScrollY);(_scrollViewRef$curren=scrollViewRef.current)==null?void 0:_scrollViewRef$curren.scrollTo({y:nextScrollY,animated:true});};var innerViewNode=(_scrollViewRef$curren2=scrollViewRef.current)==null?void 0:_scrollViewRef$curren2.getInnerViewNode==null?void 0:_scrollViewRef$curren2.getInnerViewNode();if(innerViewNode&&(_transferContentRef$c=transferContentRef.current)!=null&&_transferContentRef$c.measureLayout){transferContentRef.current.measureLayout(innerViewNode,function(_x,y,_width,height){return scrollToY(y,height);},function(){return scrollToY(transferContentY.current);});}else{scrollToY(transferContentY.current);}};var startGuide=function _callee(){var guide;return _regenerator.default.async(function(_context){while(1)switch(_context.prev=_context.next){case 0:_context.next=1;return _regenerator.default.awrap((0,_storage.load)('show_guide_qr_code'));case 1:guide=_context.sent;if(!guide){scrollToTransferContent();startGuideTimeout.current=setTimeout(function(){start(1);setShouldStartGuide(false);(0,_storage.save)('show_guide_qr_code','true');},450);}else{setShouldStartGuide(false);}case 2:case"end":return _context.stop();}},null,null,null,Promise);};(0,_react.useEffect)(function(){var _props$route7,_props$route7$params;if(!(props!=null&&(_props$route7=props.route)!=null&&(_props$route7$params=_props$route7.params)!=null&&_props$route7$params.isFullPayment)&&shouldStartGuide&&canStart){startGuide();}return function(){if(startGuideTimeout.current){clearTimeout(startGuideTimeout.current);}};},[canStart,shouldStartGuide,start]);return _react.default.createElement(_reactNative.View,{style:{flex:1,backgroundColor:'rgba(244, 244, 244, 1)'},__self:this,__source:{fileName:_jsxFileName,lineNumber:210,columnNumber:5}},_react.default.createElement(_MHeader.default,{title:"Vay tr\u1EF1c tuy\u1EBFn 24/7",__self:this,__source:{fileName:_jsxFileName,lineNumber:211,columnNumber:7}}),_react.default.createElement(_reactNative.View,{style:{flex:1},__self:this,__source:{fileName:_jsxFileName,lineNumber:212,columnNumber:7}},_react.default.createElement(_reactNative.View,{style:$header,__self:this,__source:{fileName:_jsxFileName,lineNumber:213,columnNumber:9}},_react.default.createElement(_reactNative.TouchableOpacity,{style:$backButton,onPress:function onPress(){return navigation.goBack();},__self:this,__source:{fileName:_jsxFileName,lineNumber:214,columnNumber:11}},_react.default.createElement(_icons.IconBack,{__self:this,__source:{fileName:_jsxFileName,lineNumber:218,columnNumber:13}})),_react.default.createElement(_MText.MText,{style:{fontSize:16,fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:220,columnNumber:11}},props!=null&&(_props$route8=props.route)!=null&&(_props$route8$params=_props$route8.params)!=null&&_props$route8$params.isFullPayment?'TẤT TOÁN HỢP ĐỒNG':'THANH TOÁN KỲ')),_react.default.createElement(_reactNative.ScrollView,{ref:scrollViewRef,scrollEnabled:!isGuideRunning,onLayout:function onLayout(event){scrollViewHeight.current=event.nativeEvent.layout.height;},onContentSizeChange:function onContentSizeChange(_width,height){scrollContentHeight.current=height;},__self:this,__source:{fileName:_jsxFileName,lineNumber:232,columnNumber:9}},_react.default.createElement(_reactNative.View,{style:{backgroundColor:'white',marginHorizontal:16,borderRadius:16,padding:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:242,columnNumber:11}},_react.default.createElement(_MText.MText,{style:{textAlign:'center',fontSize:12,fontWeight:'300'},__self:this,__source:{fileName:_jsxFileName,lineNumber:250,columnNumber:13}},"\u0110\u1EC3 thanh to\xE1n h\u1EE3p \u0111\u1ED3ng, vui l\xF2ng chuy\u1EC3n kho\u1EA3n t\u1EDBi"),_react.default.createElement(_MText.MText,{style:{textAlign:'center',fontSize:12,fontWeight:'600',color:'rgba(51, 51, 51, 1)',marginTop:4},__self:this,__source:{fileName:_jsxFileName,lineNumber:259,columnNumber:13}},props==null?void 0:(_props$route9=props.route)==null?void 0:(_props$route9$params=_props$route9.params)==null?void 0:(_props$route9$params$=_props$route9$params.data)==null?void 0:_props$route9$params$.bankName),_react.default.createElement(_reactNative.View,{style:{height:1,backgroundColor:'rgba(224, 224, 224, 1)',marginVertical:10},__self:this,__source:{fileName:_jsxFileName,lineNumber:271,columnNumber:13}}),_react.default.createElement(_reactNative.View,{style:{flexDirection:'column',justifyContent:'center',alignItems:'center'},__self:this,__source:{fileName:_jsxFileName,lineNumber:278,columnNumber:13}},_react.default.createElement(_reactNative.Image,{source:{uri:linkImage},style:{width:_reactNative.Dimensions.get('window').width-100,height:_reactNative.Dimensions.get('window').width-100,resizeMode:'contain'},__self:this,__source:{fileName:_jsxFileName,lineNumber:285,columnNumber:15}}),_react.default.createElement(_reactNative.TouchableOpacity,{style:{marginTop:10,flexDirection:'row',alignItems:'center',gap:5,backgroundColor:'#FFF7F0',borderWidth:1,borderColor:'#EF592E',borderRadius:4,paddingHorizontal:8,paddingVertical:4},onPress:function _callee2(){return _regenerator.default.async(function(_context2){while(1)switch(_context2.prev=_context2.next){case 0:_reactNativeBlobUtil.default.config({fileCache:true,appendExt:'png'}).fetch('GET',linkImage).then(function(res){console.log(res);_cameraRoll.CameraRoll.saveAsset(res.data,{type:'photo'}).then(function(){_reactNative.Alert.alert('Thông báo','Tải mã QR thành công');}).catch(function(error){_reactNative.Alert.alert('Thông báo','Có lỗi xảy ra. Vui lòng thử lại sau');console.log(error);});}).catch(function(error){console.log(error);_reactNative.Alert.alert('Thông báo','Có lỗi xảy ra. Vui lòng thử lại sau');});case 1:case"end":return _context2.stop();}},null,null,null,Promise);},__self:this,__source:{fileName:_jsxFileName,lineNumber:295,columnNumber:15}},_react.default.createElement(_icons.IconDownload,{__self:this,__source:{fileName:_jsxFileName,lineNumber:337,columnNumber:17}}),_react.default.createElement(_MText.MText,{style:{color:'rgba(51, 51, 51, 1)',fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:338,columnNumber:17}},"T\u1EA3i m\xE3 QR"))),_react.default.createElement(_reactNative.View,{style:{height:1,backgroundColor:'rgba(224, 224, 224, 1)',marginVertical:10},__self:this,__source:{fileName:_jsxFileName,lineNumber:348,columnNumber:13}}),_react.default.createElement(_reactNative.View,{__self:this,__source:{fileName:_jsxFileName,lineNumber:355,columnNumber:13}},_react.default.createElement(_MText.MText,{style:{fontSize:12,color:'rgba(51, 51, 51, 1)',fontWeight:'300',marginTop:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:356,columnNumber:15}},"S\u1ED1 t\xE0i kho\u1EA3n"),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',justifyContent:'space-between'},__self:this,__source:{fileName:_jsxFileName,lineNumber:366,columnNumber:15}},_react.default.createElement(_MText.MText,{style:{color:'rgba(61, 61, 61, 1)',fontWeight:'600',fontSize:16,fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:373,columnNumber:17}},(_props$route$params$d=(_props$route$params2=props.route.params)==null?void 0:(_props$route$params2$=_props$route$params2.data)==null?void 0:_props$route$params2$.accountNumber)!=null?_props$route$params$d:(_props$route$params3=props.route.params)==null?void 0:(_props$route$params3$=_props$route$params3.data)==null?void 0:_props$route$params3$.bankAccountNo),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:function onPress(){var _props$route$params$d2,_props$route$params4,_props$route$params4$,_props$route$params5,_props$route$params5$;return _reactNative.Clipboard.setString((_props$route$params$d2=(_props$route$params4=props.route.params)==null?void 0:(_props$route$params4$=_props$route$params4.data)==null?void 0:_props$route$params4$.accountNumber)!=null?_props$route$params$d2:(_props$route$params5=props.route.params)==null?void 0:(_props$route$params5$=_props$route$params5.data)==null?void 0:_props$route$params5$.bankAccountNo);},__self:this,__source:{fileName:_jsxFileName,lineNumber:384,columnNumber:17}},_react.default.createElement(_icons.IconCopy,{__self:this,__source:{fileName:_jsxFileName,lineNumber:392,columnNumber:19}}))),_react.default.createElement(_MText.MText,{style:{fontSize:12,color:'rgba(51, 51, 51, 1)',fontWeight:'300',marginTop:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:395,columnNumber:15}},"T\xEAn t\xE0i kho\u1EA3n th\u1EE5 h\u01B0\u1EDFng"),_react.default.createElement(_MText.MText,{style:{color:'rgba(61, 61, 61, 1)',fontWeight:'600',fontSize:16,fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:405,columnNumber:15}},(_props$route$params$d3=(_props$route$params6=props.route.params)==null?void 0:(_props$route$params6$=_props$route$params6.data)==null?void 0:_props$route$params6$.accountName)!=null?_props$route$params$d3:(_props$route$params7=props.route.params)==null?void 0:(_props$route$params7$=_props$route$params7.data)==null?void 0:_props$route$params7$.bankAccountName),_react.default.createElement(_reactNative.View,{__self:this,__source:{fileName:_jsxFileName,lineNumber:417,columnNumber:15}},_react.default.createElement(_MText.MText,{style:{fontSize:12,color:'rgba(51, 51, 51, 1)',fontWeight:'300',marginTop:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:418,columnNumber:17}},"S\u1ED1 ti\u1EC1n ph\u1EA3i tr\u1EA3"),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',justifyContent:'space-between'},__self:this,__source:{fileName:_jsxFileName,lineNumber:428,columnNumber:17}},_react.default.createElement(_MText.MText,{style:{fontSize:16,fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:435,columnNumber:19}},(0,_utils.formatMoney)(props!=null&&(_props$route0=props.route)!=null&&(_props$route0$params=_props$route0.params)!=null&&_props$route0$params.isFullPayment?props==null?void 0:(_props$route1=props.route)==null?void 0:(_props$route1$params=_props$route1.params)==null?void 0:_props$route1$params.totalMoney:props==null?void 0:(_props$route10=props.route)==null?void 0:(_props$route10$params=_props$route10.params)==null?void 0:(_props$route10$params2=_props$route10$params.item)==null?void 0:_props$route10$params2.payMoney),' ',"\u0111"),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:function onPress(){var _props$route11,_props$route11$params,_props$route12,_props$route12$params,_props$route13,_props$route13$params,_props$route13$params2;return _reactNative.Clipboard.setString(props!=null&&(_props$route11=props.route)!=null&&(_props$route11$params=_props$route11.params)!=null&&_props$route11$params.isFullPayment?props==null?void 0:(_props$route12=props.route)==null?void 0:(_props$route12$params=_props$route12.params)==null?void 0:_props$route12$params.totalMoney:props==null?void 0:(_props$route13=props.route)==null?void 0:(_props$route13$params=_props$route13.params)==null?void 0:(_props$route13$params2=_props$route13$params.item)==null?void 0:_props$route13$params2.payMoney);},__self:this,__source:{fileName:_jsxFileName,lineNumber:449,columnNumber:19}},_react.default.createElement(_icons.IconCopy,{__self:this,__source:{fileName:_jsxFileName,lineNumber:458,columnNumber:21}}))),_react.default.createElement(_MText.MText,{style:{color:'#828282',fontSize:10,fontStyle:'italic'},__self:this,__source:{fileName:_jsxFileName,lineNumber:461,columnNumber:17}},"S\u1ED1 ti\u1EC1n \u0111\u01B0\u1EE3c t\xEDnh \u0111\u1EBFn ng\xE0y ",(0,_moment.default)().format('DD/MM/YYYY'))),_react.default.createElement(_rnTourguide.TourGuideZone,{zone:1,text:'Để hệ thống ghi nhận chính xác khoản thanh toán, bạn đừng quên sao chép đúng nội dung chuyển khoản nhé!',tooltipBottomOffset:-45,style:$transferGuideZone,__self:this,__source:{fileName:_jsxFileName,lineNumber:471,columnNumber:15}},_react.default.createElement(_reactNative.View,{__self:this,__source:{fileName:_jsxFileName,lineNumber:479,columnNumber:17}},_react.default.createElement(_MText.MText,{style:{fontSize:12,color:'rgba(51, 51, 51, 1)',fontWeight:'300'},__self:this,__source:{fileName:_jsxFileName,lineNumber:480,columnNumber:19}},"N\u1ED9i dung chuy\u1EC3n kho\u1EA3n",' ',_react.default.createElement(_MText.MText,{style:{fontSize:12,color:'#EB5757',fontWeight:'300'},__self:this,__source:{fileName:_jsxFileName,lineNumber:488,columnNumber:21}},"(B\u1EAFt bu\u1ED9c)")),_react.default.createElement(_reactNative.View,{ref:transferContentRef,onLayout:function onLayout(event){transferContentY.current=event.nativeEvent.layout.y;transferContentHeight.current=event.nativeEvent.layout.height;},style:{flexDirection:'row',alignItems:'center',justifyContent:'space-between'},__self:this,__source:{fileName:_jsxFileName,lineNumber:498,columnNumber:19}},_react.default.createElement(_MText.MText,{style:{color:'rgba(61, 61, 61, 1)',fontWeight:'600',fontSize:16,fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:511,columnNumber:21}},props!=null&&(_props$route14=props.route)!=null&&(_props$route14$params=_props$route14.params)!=null&&_props$route14$params.isFullPayment?"Tat toan TC"+((_props$route$params8=props.route.params)==null?void 0:(_props$route$params8$=_props$route$params8.data)==null?void 0:_props$route$params8$.codeId):"TC"+((_props$route$params$d4=(_props$route$params9=props.route.params)==null?void 0:(_props$route$params9$=_props$route$params9.data)==null?void 0:_props$route$params9$.codeId)!=null?_props$route$params$d4:(_props$route$params0=props.route.params)==null?void 0:(_props$route$params0$=_props$route$params0.data)==null?void 0:(_props$route$params0$2=_props$route$params0$.contractCode)==null?void 0:_props$route$params0$2.replace('TC-',''))),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:function onPress(){var _props$route15,_props$route15$params,_props$route$params1,_props$route$params1$,_props$route$params10,_props$route$params11;return _reactNative.Clipboard.setString(props!=null&&(_props$route15=props.route)!=null&&(_props$route15$params=_props$route15.params)!=null&&_props$route15$params.isFullPayment?"Tat toan TC"+((_props$route$params1=props.route.params)==null?void 0:(_props$route$params1$=_props$route$params1.data)==null?void 0:_props$route$params1$.codeId):"TC"+((_props$route$params10=props.route.params)==null?void 0:(_props$route$params11=_props$route$params10.data)==null?void 0:_props$route$params11.codeId));},__self:this,__source:{fileName:_jsxFileName,lineNumber:529,columnNumber:21}},_react.default.createElement(_icons.IconCopy,{__self:this,__source:{fileName:_jsxFileName,lineNumber:538,columnNumber:23}})))))),_react.default.createElement(_reactNative.View,{style:{backgroundColor:'#FFF2F2',padding:10,borderRadius:8,marginTop:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:544,columnNumber:13}},_react.default.createElement(_MText.MText,{style:{color:'#EB5757',fontSize:12,fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:552,columnNumber:15}},"*L\u01B0u \xFD:"),_react.default.createElement(_MText.MText,{style:{fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:562,columnNumber:15}},"- Vui l\xF2ng sao ch\xE9p \u0111\xFAng v\xE0 \u0111\u1EA7y \u0111\u1EE7 n\u1ED9i dung thanh to\xE1n \u0111\u1EC3 h\u1EC7 th\u1ED1ng ghi nh\u1EADn giao d\u1ECBch"),_react.default.createElement(_MText.MText,{style:{fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:570,columnNumber:15}},"- Th\xF4ng tin t\xE0i kho\u1EA3n d\u1ECBch v\u1EE5 h\u1ED7 tr\u1EE3 thu h\u1ED9 cung c\u1EA5p b\u1EDFi GPay. T\xE0i kho\u1EA3n chuy\xEAn d\u1EE5ng n\xE0y ch\u1EC9 d\xE0nh cho m\u1EE5c \u0111\xEDch tr\u1EA3 n\u1EE3 c\u1EE7a b\xEAn \u0111i vay."))),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',justifyContent:'space-between',padding:16,marginBottom:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:581,columnNumber:11}},_react.default.createElement(_MText.MText,{__self:this,__source:{fileName:_jsxFileName,lineNumber:590,columnNumber:13}},"H\u01B0\u1EDBng d\u1EABn chuy\u1EC3n ti\u1EC1n"),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:function onPress(){var _props$route16,_props$route16$params;if(props!=null&&(_props$route16=props.route)!=null&&(_props$route16$params=_props$route16.params)!=null&&_props$route16$params.isFullPayment){setShowGuide(true);}else{navigation.push('GuideTransferBank');}},__self:this,__source:{fileName:_jsxFileName,lineNumber:591,columnNumber:13}},_react.default.createElement(_MText.MText,{style:{color:'#2F80ED',textDecorationLine:'underline'},__self:this,__source:{fileName:_jsxFileName,lineNumber:600,columnNumber:15}},"Xem chi ti\u1EBFt")))),(props==null?void 0:(_props$route17=props.route)==null?void 0:(_props$route17$params=_props$route17.params)==null?void 0:_props$route17$params.isFullPayment)&&_react.default.createElement(_reactNative.TouchableOpacity,{style:{margin:16},onPress:function onPress(){_reactNative.Alert.alert('Xác nhận tất toán','Bạn có chắc muốn gửi YÊU CẦU TẤT TOÁN hợp đồng không?',[{text:'Có',onPress:function onPress(){var _props$route18,_props$route18$params,_response$data3,_response$data3$meta;var response,_response$data4,_response$data4$meta;return _regenerator.default.async(function(_context3){while(1)switch(_context3.prev=_context3.next){case 0:_context3.next=1;return _regenerator.default.awrap(_api.Api.getInstance().confirm_final_settlement({loanBriefId:props==null?void 0:(_props$route18=props.route)==null?void 0:(_props$route18$params=_props$route18.params)==null?void 0:_props$route18$params.id}));case 1:response=_context3.sent;if(response.kind==='ok'&&((_response$data3=response.data)==null?void 0:(_response$data3$meta=_response$data3.meta)==null?void 0:_response$data3$meta.errorCode)===200){_reactNative.Alert.alert('GỬI YÊU CẦU THÀNH CÔNG!','Yêu cầu tất toán đang được Tima xử lý, vui lòng chờ trong ít phút.',[{text:'Đồng ý',onPress:function onPress(){navigation.navigate('Main');}}]);}else{_reactNative.Alert.alert('Thông báo',(response==null?void 0:(_response$data4=response.data)==null?void 0:(_response$data4$meta=_response$data4.meta)==null?void 0:_response$data4$meta.errorMessage)||'Có lỗi xảy ra. Vui lòng thử lại sau');}case 2:case"end":return _context3.stop();}},null,null,null,Promise);}},{text:'Không'}]);},__self:this,__source:{fileName:_jsxFileName,lineNumber:609,columnNumber:11}},_react.default.createElement(_reactNativeLinearGradient.default,{colors:['#FF7A00','#EF4123'],style:{alignItems:'center',borderRadius:30,height:40,justifyContent:'center'},__self:this,__source:{fileName:_jsxFileName,lineNumber:655,columnNumber:13}},_react.default.createElement(_MText.MText,{style:{color:'white'},__self:this,__source:{fileName:_jsxFileName,lineNumber:664,columnNumber:15}},"X\xE1c nh\u1EADn t\u1EA5t to\xE1n")))),_react.default.createElement(_Loading.default,{isLoading:isLoading,__self:this,__source:{fileName:_jsxFileName,lineNumber:675,columnNumber:7}}),_react.default.createElement(_reactNativeModal.default,{isVisible:showGuide,onBackdropPress:function onBackdropPress(){return setShowGuide(false);},style:{justifyContent:'flex-end',margin:0},__self:this,__source:{fileName:_jsxFileName,lineNumber:676,columnNumber:7}},_react.default.createElement(_reactNative.View,{style:{backgroundColor:'white',borderTopLeftRadius:30,borderTopRightRadius:30},__self:this,__source:{fileName:_jsxFileName,lineNumber:681,columnNumber:9}},_react.default.createElement(_reactNativeLinearGradient.default,{colors:['#FF8E4F','#EF592E'],style:{borderTopLeftRadius:30,borderTopRightRadius:30,paddingBottom:24},__self:this,__source:{fileName:_jsxFileName,lineNumber:688,columnNumber:11}},_react.default.createElement(_reactNative.View,{style:{padding:16,alignItems:'center',gap:4},__self:this,__source:{fileName:_jsxFileName,lineNumber:696,columnNumber:13}},_react.default.createElement(_MText.MText,{style:{fontSize:16,fontWeight:'600',color:'white',fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:697,columnNumber:15}},"C\xC1C B\u01AF\u1EDAC T\u1EA4T TO\xC1N"),_react.default.createElement(_MText.MText,{style:{fontSize:12,color:'white'},__self:this,__source:{fileName:_jsxFileName,lineNumber:707,columnNumber:15}},"C\xF3 2 b\u01B0\u1EDBc, vui l\xF2ng \u0111\u1ECDc k\u0129 th\xF4ng tin"))),_react.default.createElement(_reactNative.View,{style:{backgroundColor:'white',borderTopLeftRadius:30,borderTopRightRadius:30,top:-24,padding:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:717,columnNumber:11}},_react.default.createElement(_MText.MText,{style:{fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold',color:'#EF592E'},__self:this,__source:{fileName:_jsxFileName,lineNumber:726,columnNumber:13}},"B\u01AF\u1EDAC 1: CHUY\u1EC2N KHO\u1EA2N"),_react.default.createElement(_MText.MText,{style:{fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold',marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:735,columnNumber:13}},"C\xE1ch 1: Thanh to\xE1n b\u1EB1ng QR (Khuy\u1EBFn ngh\u1ECB)"),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',gap:8,marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:744,columnNumber:13}},_react.default.createElement(_icons.TimaSmall,{__self:this,__source:{fileName:_jsxFileName,lineNumber:752,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:{flex:1,fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:753,columnNumber:15}},"L\u01B0u ho\u1EB7c qu\xE9t m\xE3 QR")),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',gap:8,marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:757,columnNumber:13}},_react.default.createElement(_icons.TimaSmall,{__self:this,__source:{fileName:_jsxFileName,lineNumber:765,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:{flex:1,fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:766,columnNumber:15}},"M\u1EDF app ng\xE2n h\xE0ng v\xE0 thanh to\xE1n")),_react.default.createElement(_reactNative.View,{style:{height:1,backgroundColor:'rgba(224, 224, 224, 1)',marginVertical:10},__self:this,__source:{fileName:_jsxFileName,lineNumber:770,columnNumber:13}}),_react.default.createElement(_MText.MText,{style:{fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:777,columnNumber:13}},"C\xE1ch 2: Chuy\u1EC3n kho\u1EA3n th\u1EE7 c\xF4ng"),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',gap:8,marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:785,columnNumber:13}},_react.default.createElement(_icons.TimaSmall,{__self:this,__source:{fileName:_jsxFileName,lineNumber:793,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:{flex:1,fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:794,columnNumber:15}},"Copy th\xF4ng tin t\xE0i kho\u1EA3n (S\u1ED1 TK, Ng\xE2n h\xE0ng, S\u1ED1 ti\u1EC1n)")),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',gap:8,marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:798,columnNumber:13}},_react.default.createElement(_icons.TimaSmall,{__self:this,__source:{fileName:_jsxFileName,lineNumber:806,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:{flex:1,fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:807,columnNumber:15}},_react.default.createElement(_MText.MText,{style:{color:'#EB5757',fontSize:12,fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:808,columnNumber:17}},"B\u1EAET BU\u1ED8C:"),' ',"Copy \u0111\xFAng \u201CN\u1ED9i dung chuy\u1EC3n kho\u1EA3n\u201D")),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',gap:8,marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:821,columnNumber:13}},_react.default.createElement(_icons.TimaSmall,{__self:this,__source:{fileName:_jsxFileName,lineNumber:829,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:{flex:1,fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:830,columnNumber:15}},"M\u1EDF app ng\xE2n h\xE0ng v\xE0 thanh to\xE1n")),_react.default.createElement(_reactNative.View,{style:{height:12,backgroundColor:'#FFF3E9',marginVertical:10,marginHorizontal:-16},__self:this,__source:{fileName:_jsxFileName,lineNumber:834,columnNumber:13}}),_react.default.createElement(_MText.MText,{style:{fontWeight:'600',fontFamily:'BeVietnamPro-SemiBold',color:'#EF592E'},__self:this,__source:{fileName:_jsxFileName,lineNumber:842,columnNumber:13}},"B\u01AF\u1EDAC 2:"),_react.default.createElement(_reactNative.View,{style:{flexDirection:'row',alignItems:'center',gap:8,marginTop:8},__self:this,__source:{fileName:_jsxFileName,lineNumber:851,columnNumber:13}},_react.default.createElement(_icons.TimaSmall,{__self:this,__source:{fileName:_jsxFileName,lineNumber:859,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:{flex:1,fontSize:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:860,columnNumber:15}},"Ch\u1ECDn \u201CX\xE1c nh\u1EADn t\u1EA5t to\xE1n\u201D \u0111\u1EC3 g\u1EEDi y\xEAu c\u1EA7u t\u1EDBi Tima th\u1EF1c hi\u1EC7n \u201CT\u1EA5t to\xE1n h\u1EE3p \u0111\u1ED3ng\u201D"))),_react.default.createElement(_reactNative.TouchableOpacity,{style:{position:'absolute',left:16,top:16},onPress:function onPress(){return setShowGuide(false);},__self:this,__source:{fileName:_jsxFileName,lineNumber:866,columnNumber:11}},_react.default.createElement(_icons.CloseIcon,{__self:this,__source:{fileName:_jsxFileName,lineNumber:870,columnNumber:13}})))));});var $backButton={position:'absolute',left:16};var $header={flexDirection:'row',alignItems:'center',paddingVertical:16,justifyContent:'center'};var $tourTooltipPosition={alignItems:'flex-end',overflow:'visible',paddingHorizontal:16,paddingTop:0,paddingBottom:0,borderRadius:0};var $tourTooltip={width:224,minHeight:84,backgroundColor:'white',borderRadius:8,paddingHorizontal:12,paddingTop:10,paddingBottom:12,shadowColor:'#000',shadowOffset:{width:0,height:2},shadowOpacity:0.18,shadowRadius:8,elevation:8};var $tourTooltipText={color:'#333333',fontSize:10,lineHeight:16,fontWeight:'400'};var $tourTooltipButton={alignSelf:'flex-end',marginTop:6};var $tourTooltipButtonText={color:'#EF592E',fontSize:10,lineHeight:16,textDecorationLine:'underline'};var $tourTooltipArrow={position:'absolute',right:18,bottom:-10,width:0,height:0,borderLeftWidth:8,borderRightWidth:8,borderTopWidth:10,borderLeftColor:'transparent',borderRightColor:'transparent',borderTopColor:'white'};var $transferGuideZone={backgroundColor:'white',borderRadius:8,borderWidth:2,borderColor:'white',marginTop:16};
2
2
  //# sourceMappingURL=ShowQrCode.js.map
@@ -378,11 +378,15 @@ const ShowQrCodeContent = observer(function ShowQrCodeContent(props: any) {
378
378
  fontFamily: 'BeVietnamPro-SemiBold',
379
379
  }}
380
380
  >
381
- {props.route.params?.data?.accountNumber}
381
+ {props.route.params?.data?.accountNumber ??
382
+ props.route.params?.data?.bankAccountNo}
382
383
  </MText>
383
384
  <TouchableOpacity
384
385
  onPress={() =>
385
- Clipboard.setString(props.route.params?.data?.accountNumber)
386
+ Clipboard.setString(
387
+ props.route.params?.data?.accountNumber ??
388
+ props.route.params?.data?.bankAccountNo
389
+ )
386
390
  }
387
391
  >
388
392
  <IconCopy />
@@ -406,7 +410,8 @@ const ShowQrCodeContent = observer(function ShowQrCodeContent(props: any) {
406
410
  fontFamily: 'BeVietnamPro-SemiBold',
407
411
  }}
408
412
  >
409
- {props.route.params?.data?.accountName}
413
+ {props.route.params?.data?.accountName ??
414
+ props.route.params?.data?.bankAccountName}
410
415
  </MText>
411
416
 
412
417
  <View>
@@ -513,7 +518,13 @@ const ShowQrCodeContent = observer(function ShowQrCodeContent(props: any) {
513
518
  >
514
519
  {props?.route?.params?.isFullPayment
515
520
  ? `Tat toan TC${props.route.params?.data?.codeId}`
516
- : `TC${props.route.params?.data?.codeId}`}
521
+ : `TC${
522
+ props.route.params?.data?.codeId ??
523
+ props.route.params?.data?.contractCode?.replace(
524
+ 'TC-',
525
+ ''
526
+ )
527
+ }`}
517
528
  </MText>
518
529
  <TouchableOpacity
519
530
  onPress={() =>