react-native-timacare 3.3.64 → 3.3.65
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.
- package/lib/commonjs/components/AlertLoan.js +1 -1
- package/lib/commonjs/components/AlertLoan.js.flow +11 -2
- package/lib/commonjs/components/AlertLoan.js.map +1 -1
- package/lib/commonjs/components/ItemTimaOne.js +1 -1
- package/lib/commonjs/components/ItemTimaOne.js.flow +2 -0
- package/lib/commonjs/components/ItemTimaOne.js.map +1 -1
- package/lib/commonjs/navigation/primary-navigator.js +1 -1
- package/lib/commonjs/navigation/primary-navigator.js.flow +9 -0
- package/lib/commonjs/navigation/primary-navigator.js.map +1 -1
- package/lib/commonjs/screens/full-submit/selfie.js +1 -1
- package/lib/commonjs/screens/full-submit/selfie.js.flow +257 -114
- package/lib/commonjs/screens/full-submit/selfie.js.map +1 -1
- package/lib/commonjs/screens/selfie/SelfieCamera.js +2 -0
- package/lib/commonjs/screens/selfie/SelfieCamera.js.flow +302 -0
- package/lib/commonjs/screens/selfie/SelfieCamera.js.map +1 -0
- package/lib/commonjs/screens/selfie/index.js +1 -1
- package/lib/commonjs/screens/selfie/index.js.flow +295 -165
- package/lib/commonjs/screens/selfie/index.js.map +1 -1
- package/lib/commonjs/screens/v3/ReviewInfoLoanBuyCar.js +2 -0
- package/lib/commonjs/screens/v3/ReviewInfoLoanBuyCar.js.flow +521 -0
- package/lib/commonjs/screens/v3/ReviewInfoLoanBuyCar.js.map +1 -0
- package/lib/commonjs/services/api/api.js +1 -1
- package/lib/commonjs/services/api/api.js.flow +41 -7
- package/lib/commonjs/services/api/api.js.map +1 -1
- package/lib/module/components/AlertLoan.js +1 -1
- package/lib/module/components/AlertLoan.js.map +1 -1
- package/lib/module/components/ItemTimaOne.js +1 -1
- package/lib/module/components/ItemTimaOne.js.map +1 -1
- package/lib/module/navigation/primary-navigator.js +1 -1
- package/lib/module/navigation/primary-navigator.js.map +1 -1
- package/lib/module/screens/full-submit/selfie.js +1 -1
- package/lib/module/screens/full-submit/selfie.js.map +1 -1
- package/lib/module/screens/selfie/SelfieCamera.js +2 -0
- package/lib/module/screens/selfie/SelfieCamera.js.map +1 -0
- package/lib/module/screens/selfie/index.js +1 -1
- package/lib/module/screens/selfie/index.js.map +1 -1
- package/lib/module/screens/v3/ReviewInfoLoanBuyCar.js +2 -0
- package/lib/module/screens/v3/ReviewInfoLoanBuyCar.js.map +1 -0
- package/lib/module/services/api/api.js +1 -1
- package/lib/module/services/api/api.js.map +1 -1
- package/lib/typescript/components/AlertLoan.d.ts.map +1 -1
- package/lib/typescript/components/ItemTimaOne.d.ts.map +1 -1
- package/lib/typescript/navigation/primary-navigator.d.ts +2 -0
- package/lib/typescript/navigation/primary-navigator.d.ts.map +1 -1
- package/lib/typescript/screens/full-submit/selfie.d.ts.map +1 -1
- package/lib/typescript/screens/selfie/SelfieCamera.d.ts +2 -0
- package/lib/typescript/screens/selfie/SelfieCamera.d.ts.map +1 -0
- package/lib/typescript/screens/selfie/index.d.ts.map +1 -1
- package/lib/typescript/screens/v3/ReviewInfoLoanBuyCar.d.ts +2 -0
- package/lib/typescript/screens/v3/ReviewInfoLoanBuyCar.d.ts.map +1 -0
- package/lib/typescript/services/api/api.d.ts +32 -0
- package/lib/typescript/services/api/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/AlertLoan.tsx +11 -2
- package/src/components/ItemTimaOne.tsx +2 -0
- package/src/navigation/primary-navigator.tsx +9 -0
- package/src/screens/full-submit/selfie.tsx +257 -114
- package/src/screens/selfie/SelfieCamera.tsx +302 -0
- package/src/screens/selfie/index.tsx +295 -165
- package/src/screens/v3/ReviewInfoLoanBuyCar.tsx +521 -0
- package/src/services/api/api.ts +41 -7
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=AlertLoan;var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var _react=_interopRequireDefault(require("react"));var _reactNative=require("react-native");var _AppModal=_interopRequireDefault(require("./AppModal"));var _icons=require("../assets/icons");var _MText=require("./MText");var _jsxFileName="/Users/tima/Tima/react-native-timacare/src/components/AlertLoan.tsx";var modalSafeProps={useNativeDriver:true,useNativeDriverForBackdrop:true,hideModalContentWhileAnimating:true,backdropTransitionOutTiming:0};function AlertLoan(_ref){var open=_ref.open,onClose=_ref.onClose;return _react.default.createElement(_AppModal.default,(0,_extends2.default)({isVisible:open},modalSafeProps,{__self:this,__source:{fileName:_jsxFileName,lineNumber:22,columnNumber:5}}),_react.default.createElement(_reactNative.SafeAreaView,{style:{backgroundColor:'#FFFFFF',borderRadius:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:23,columnNumber:7}},_react.default.createElement(_reactNative.View,{style:{flexDirection:'row-reverse',marginTop:5},__self:this,__source:{fileName:_jsxFileName,lineNumber:29,columnNumber:9}},_react.default.createElement(_reactNative.TouchableOpacity,{onPress:onClose,style:{width:30,height:30,alignItems:'center',justifyContent:'center'},__self:this,__source:{fileName:_jsxFileName,lineNumber:35,columnNumber:11}},_react.default.createElement(_icons.Close2Icon,{__self:this,__source:{fileName:_jsxFileName,lineNumber:44,columnNumber:13}}))),_react.default.createElement(_reactNative.Image,{source:require('../assets/img/Frame1000011990.png'),style:{height:230,resizeMode:'contain',width:'100%'},__self:this,__source:{fileName:_jsxFileName,lineNumber:47,columnNumber:9}}),_react.default.createElement(_reactNative.View,{style:{paddingHorizontal:24,marginTop:24,flexDirection:'column',gap:8,alignItems:'center'},__self:this,__source:{fileName:_jsxFileName,lineNumber:56,columnNumber:9}},_react.default.createElement(_MText.MText,{style:{fontSize:16,fontWeight:'bold',textAlign:'center'},__self:this,__source:{fileName:_jsxFileName,lineNumber:65,columnNumber:11}},"\u0110\u01A1n vay \u0111ang ch\u1EDD ph\xEA duy\u1EC7t"),_react.default.createElement(_MText.MText,{style:{fontSize:14,textAlign:'center',color:'#828282'},__self:this,__source:{fileName:_jsxFileName,lineNumber:74,columnNumber:11}},"
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=AlertLoan;var _extends2=_interopRequireDefault(require("@babel/runtime/helpers/extends"));var _react=_interopRequireDefault(require("react"));var _reactNative=require("react-native");var _AppModal=_interopRequireDefault(require("./AppModal"));var _icons=require("../assets/icons");var _MText=require("./MText");var _jsxFileName="/Users/tima/Tima/react-native-timacare/src/components/AlertLoan.tsx";var modalSafeProps={useNativeDriver:true,useNativeDriverForBackdrop:true,hideModalContentWhileAnimating:true,backdropTransitionOutTiming:0};function AlertLoan(_ref){var open=_ref.open,onClose=_ref.onClose;return _react.default.createElement(_AppModal.default,(0,_extends2.default)({isVisible:open},modalSafeProps,{__self:this,__source:{fileName:_jsxFileName,lineNumber:22,columnNumber:5}}),_react.default.createElement(_reactNative.SafeAreaView,{style:{backgroundColor:'#FFFFFF',borderRadius:12},__self:this,__source:{fileName:_jsxFileName,lineNumber:23,columnNumber:7}},_react.default.createElement(_reactNative.View,{style:{flexDirection:'row-reverse',marginTop:5},__self:this,__source:{fileName:_jsxFileName,lineNumber:29,columnNumber:9}},_react.default.createElement(_reactNative.TouchableOpacity,{onPress:onClose,style:{width:30,height:30,alignItems:'center',justifyContent:'center'},__self:this,__source:{fileName:_jsxFileName,lineNumber:35,columnNumber:11}},_react.default.createElement(_icons.Close2Icon,{__self:this,__source:{fileName:_jsxFileName,lineNumber:44,columnNumber:13}}))),_react.default.createElement(_reactNative.Image,{source:require('../assets/img/Frame1000011990.png'),style:{height:230,resizeMode:'contain',width:'100%'},__self:this,__source:{fileName:_jsxFileName,lineNumber:47,columnNumber:9}}),_react.default.createElement(_reactNative.View,{style:{paddingHorizontal:24,marginTop:24,flexDirection:'column',gap:8,alignItems:'center'},__self:this,__source:{fileName:_jsxFileName,lineNumber:56,columnNumber:9}},_react.default.createElement(_MText.MText,{style:{fontSize:16,fontWeight:'bold',textAlign:'center'},__self:this,__source:{fileName:_jsxFileName,lineNumber:65,columnNumber:11}},"\u0110\u01A1n vay \u0111ang ch\u1EDD ph\xEA duy\u1EC7t"),_react.default.createElement(_MText.MText,{style:{fontSize:14,textAlign:'center',color:'#828282'},__self:this,__source:{fileName:_jsxFileName,lineNumber:74,columnNumber:11}},_react.default.createElement(_MText.MText,{style:{fontSize:14,color:'#EF592E',fontWeight:'bold'},__self:this,__source:{fileName:_jsxFileName,lineNumber:81,columnNumber:13}},"Chuy\xEAn vi\xEAn Tima s\u1EBD s\u1EDBm li\xEAn h\u1EC7"),' ',"\u0111\u1EC3 x\xE1c minh th\xF4ng tin. Anh/ch\u1ECB vui l\xF2ng \u0111\u1EC3 \xFD \u0111i\u1EC7n tho\u1EA1i \u0111\u1EC3 \u0111\u01B0\u1EE3c h\u1ED7 tr\u1EE3 gi\u1EA3i ng\xE2n nhanh nh\u1EA5t"),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:onClose,style:{borderWidth:1,borderColor:'#EF592E',borderRadius:24,height:40,alignItems:'center',justifyContent:'center',marginBottom:24,marginTop:16},__self:this,__source:{fileName:_jsxFileName,lineNumber:93,columnNumber:11}},_react.default.createElement(_MText.MText,{style:{color:'#EF592E'},__self:this,__source:{fileName:_jsxFileName,lineNumber:106,columnNumber:13}},"\u0110\xE3 hi\u1EC3u")))));}
|
|
2
2
|
//# sourceMappingURL=AlertLoan.js.map
|
|
@@ -78,7 +78,17 @@ export default function AlertLoan({ open, onClose }: IModalOptionLoan) {
|
|
|
78
78
|
color: '#828282',
|
|
79
79
|
}}
|
|
80
80
|
>
|
|
81
|
-
|
|
81
|
+
<MText
|
|
82
|
+
style={{
|
|
83
|
+
fontSize: 14,
|
|
84
|
+
color: '#EF592E',
|
|
85
|
+
fontWeight: 'bold',
|
|
86
|
+
}}
|
|
87
|
+
>
|
|
88
|
+
Chuyên viên Tima sẽ sớm liên hệ
|
|
89
|
+
</MText>{' '}
|
|
90
|
+
để xác minh thông tin. Anh/chị vui lòng để ý điện thoại để được hỗ
|
|
91
|
+
trợ giải ngân nhanh nhất
|
|
82
92
|
</MText>
|
|
83
93
|
<TouchableOpacity
|
|
84
94
|
onPress={onClose}
|
|
@@ -89,7 +99,6 @@ export default function AlertLoan({ open, onClose }: IModalOptionLoan) {
|
|
|
89
99
|
height: 40,
|
|
90
100
|
alignItems: 'center',
|
|
91
101
|
justifyContent: 'center',
|
|
92
|
-
paddingHorizontal: 50,
|
|
93
102
|
marginBottom: 24,
|
|
94
103
|
marginTop: 16,
|
|
95
104
|
}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_AppModal","_icons","_MText","_jsxFileName","modalSafeProps","useNativeDriver","useNativeDriverForBackdrop","hideModalContentWhileAnimating","backdropTransitionOutTiming","AlertLoan","_ref","open","onClose","default","createElement","_extends2","isVisible","__self","__source","fileName","lineNumber","columnNumber","SafeAreaView","style","backgroundColor","borderRadius","View","flexDirection","marginTop","TouchableOpacity","onPress","width","height","alignItems","justifyContent","Close2Icon","Image","source","resizeMode","paddingHorizontal","gap","MText","fontSize","fontWeight","textAlign","color","borderWidth","borderColor","marginBottom"],"sourceRoot":"../../../src","sources":["components/AlertLoan.tsx"],"mappings":"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
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_AppModal","_icons","_MText","_jsxFileName","modalSafeProps","useNativeDriver","useNativeDriverForBackdrop","hideModalContentWhileAnimating","backdropTransitionOutTiming","AlertLoan","_ref","open","onClose","default","createElement","_extends2","isVisible","__self","__source","fileName","lineNumber","columnNumber","SafeAreaView","style","backgroundColor","borderRadius","View","flexDirection","marginTop","TouchableOpacity","onPress","width","height","alignItems","justifyContent","Close2Icon","Image","source","resizeMode","paddingHorizontal","gap","MText","fontSize","fontWeight","textAlign","color","borderWidth","borderColor","marginBottom"],"sourceRoot":"../../../src","sources":["components/AlertLoan.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.default=ItemTimaOne;var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _react=_interopRequireDefault(require("react"));var _reactNative=require("react-native");var _reactNativeLinearGradient=_interopRequireDefault(require("react-native-linear-gradient"));var _svgs=require("../assets/svgs");var _utils=require("../utils");var _MText=require("./MText");var _v=require("../assets/v3");var _icons=require("../assets/icons");var _navigation=require("../navigation");var _AppModal=_interopRequireDefault(require("./AppModal"));var _CommonStyles=require("../screens/CommonStyles");var _this=this,_jsxFileName="/Users/tima/Tima/react-native-timacare/src/components/ItemTimaOne.tsx";var GRADIENT_ORANGE=['#FF8E4F','#EF592E'];var COLOR_ACTIVE='#EF592E';var COLOR_DONE='#333333';var COLOR_DISABLED='#999999';var LEGEND_ROWS=[{label:'Đang cần thực hiện',icons:[_v.Icon1,_v.Icon2,_v.Icon3,_v.Icon4,_v.Icon5]},{label:'Chưa thể thực hiện',icons:[_v.Icon6,_v.Icon7,_v.Icon8,_v.Icon9,_v.Icon10]},{label:'Đã hoàn thành',icons:[_v.IconSuccess]}];var StepAction=function StepAction(_ref){var icon=_ref.icon,label=_ref.label,color=_ref.color,disabled=_ref.disabled,onPress=_ref.onPress;return _react.default.createElement(_reactNative.TouchableOpacity,{disabled:disabled,style:styles.action,onPress:onPress,__self:_this,__source:{fileName:_jsxFileName,lineNumber:60,columnNumber:3}},icon,_react.default.createElement(_MText.MText,{style:[styles.stepLabel,{color:color}],__self:_this,__source:{fileName:_jsxFileName,lineNumber:62,columnNumber:5}},label));};var UpdateButton=function UpdateButton(_ref2){var label=_ref2.label,onPress=_ref2.onPress;return _react.default.createElement(_reactNative.TouchableOpacity,{onPress:onPress,__self:_this,__source:{fileName:_jsxFileName,lineNumber:67,columnNumber:3}},_react.default.createElement(_reactNativeLinearGradient.default,{colors:GRADIENT_ORANGE,style:styles.updateButton,__self:_this,__source:{fileName:_jsxFileName,lineNumber:68,columnNumber:5}},_react.default.createElement(_MText.MText,{style:styles.updateButtonText,__self:_this,__source:{fileName:_jsxFileName,lineNumber:69,columnNumber:7}},label)));};function ItemTimaOne(_ref3){var _this2=this;var item=_ref3.item,navigation=_ref3.navigation;var _React$useState=_react.default.useState(false),_React$useState2=(0,_slicedToArray2.default)(_React$useState,2),showModal=_React$useState2[0],setShowModal=_React$useState2[1];var GUIDE_STEPS=item.typeLoan===5||item.typeLoan===7?[{icon:_v.Icon1,title:'CẬP NHẬT THÔNG TIN XE',description:'Thông tin xe'},{icon:_v.Icon5,title:'CẬP NHẬT THÔNG TIN KHOẢN VAY',description:'Số tiền vay, thời hạn vay, hình thức vay, ...'},{icon:_v.Icon3,title:'CẬP NHẬT THÔNG TIN CÁ NHÂN',description:'Giấy tờ CCCD/CC, ảnh chân dung, thông tin cá nhân'},{icon:_v.Icon14,title:'CHỜ PHÊ DUYỆT'},{icon:_v.Icon5,title:'EKYC & KÝ HỢP ĐỒNG ĐIỆN TỬ'},{icon:_v.Icon2,title:'NHẬN TIỀN GIẢI NGÂN'}]:[{icon:_v.Icon1,title:'CẬP NHẬT THÔNG TIN KHOẢN VAY',description:'Số tiền vay, thời hạn vay, hình thức vay, ...'},{icon:_v.Icon3,title:'CẬP NHẬT THÔNG TIN CÁ NHÂN',description:'Giấy tờ CCCD/CC, ảnh chân dung, thông tin cá nhân'},{icon:_v.Icon14,title:'CHỜ PHÊ DUYỆT'},{icon:_v.Icon5,title:'EKYC & KÝ HỢP ĐỒNG ĐIỆN TỬ'},{icon:_v.Icon2,title:'NHẬN TIỀN GIẢI NGÂN'}];var step=item==null?void 0:item.step;var autoDEList=item==null?void 0:item.listLoanAllAutoDE;var hasAutoDE=(autoDEList==null?void 0:autoDEList.length)>0;var sumBy=function sumBy(key){return hasAutoDE?autoDEList.reduce(function(sum,x){return sum+x[key];},0):0;};var isPersonalStep=step===4||step===5||step===6;var goAsset=function goAsset(){if((item==null?void 0:item.typeLoan)===7){navigation.push(_navigation.ScreenNames.LoanBuyCar,{loan:item});}else if(step===0){navigation.push(_navigation.ScreenNames.VehicleCamera,{loan:item,front:true});}else{navigation.push(_navigation.ScreenNames.AssetInformation,{loan:item});}};var goLoanInfo=function goLoanInfo(){navigation.push(_navigation.ScreenNames.ReviewLoan,{loan:item});};var goPersonal=function goPersonal(){if(step===4){navigation.push(_navigation.ScreenNames.OCR,{loan:item,front:true});}else if(step===5){navigation.push((item==null?void 0:item.typeLoan)===5?_navigation.ScreenNames.ReviewInformation:_navigation.ScreenNames.TopupLoanInfo,{loan:item});}else if(step===6){navigation.push(_navigation.ScreenNames.ReviewInformationOther,{loan:item});}};var goEkyc=function goEkyc(){navigation.push(_navigation.ScreenNames.LivenessV2,{loan:item});};var goSign=function goSign(){navigation.push(_navigation.ScreenNames.TTSSignLoan,{loan:item});};var primaryAction=step<=1?{label:'Cập nhật',onPress:goAsset}:step===3?{label:'Cập nhật',onPress:goLoanInfo}:isPersonalStep?{label:'Cập nhật',onPress:goPersonal}:step===9?{label:'Cập nhật',onPress:goEkyc}:step===10?{label:'Ký hợp đồng',onPress:goSign}:null;return _react.default.createElement(_react.default.Fragment,null,_react.default.createElement(_reactNative.View,{style:styles.card,__self:this,__source:{fileName:_jsxFileName,lineNumber:176,columnNumber:7}},_react.default.createElement(_reactNativeLinearGradient.default,{colors:hasAutoDE?['#4CBA3D','#98D788']:GRADIENT_ORANGE,style:styles.headerGradient,__self:this,__source:{fileName:_jsxFileName,lineNumber:177,columnNumber:9}},_react.default.createElement(_reactNative.View,{style:styles.headerRow,__self:this,__source:{fileName:_jsxFileName,lineNumber:181,columnNumber:11}},_react.default.createElement(_reactNative.View,{style:styles.headerLeft,__self:this,__source:{fileName:_jsxFileName,lineNumber:182,columnNumber:13}},_react.default.createElement(_svgs.IconMoney2,{__self:this,__source:{fileName:_jsxFileName,lineNumber:183,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:styles.headerText,__self:this,__source:{fileName:_jsxFileName,lineNumber:184,columnNumber:15}},"HD-",item==null?void 0:item.id)),_react.default.createElement(_MText.MText,{style:styles.headerAmount,__self:this,__source:{fileName:_jsxFileName,lineNumber:186,columnNumber:13}},(0,_utils.formatMoney)(hasAutoDE?sumBy('totalMoney'):item==null?void 0:item.loanAmount),"\u0111"))),hasAutoDE&&_react.default.createElement(_reactNative.View,{style:styles.autoDESummary,__self:this,__source:{fileName:_jsxFileName,lineNumber:193,columnNumber:11}},_react.default.createElement(_reactNative.View,{style:styles.spaceBetween,__self:this,__source:{fileName:_jsxFileName,lineNumber:194,columnNumber:13}},_react.default.createElement(_MText.MText,{style:styles.summaryLabel,__self:this,__source:{fileName:_jsxFileName,lineNumber:195,columnNumber:15}},"S\u1ED1 ti\u1EC1n gi\u1EA3i ng\xE2n"),_react.default.createElement(_MText.MText,{style:styles.summaryValue,__self:this,__source:{fileName:_jsxFileName,lineNumber:196,columnNumber:15}},(0,_utils.formatMoney)(sumBy('loanAmount'))," \u0111")),_react.default.createElement(_reactNative.View,{style:[styles.spaceBetween,styles.summaryRowSpacing],__self:this,__source:{fileName:_jsxFileName,lineNumber:200,columnNumber:13}},_react.default.createElement(_MText.MText,{style:styles.summaryLabel,__self:this,__source:{fileName:_jsxFileName,lineNumber:201,columnNumber:15}},"S\u1ED1 ti\u1EC1n b\u1EA3o hi\u1EC3m"),_react.default.createElement(_MText.MText,{style:styles.summaryValue,__self:this,__source:{fileName:_jsxFileName,lineNumber:202,columnNumber:15}},(0,_utils.formatMoney)(sumBy('insurenceMoney'))," \u0111"))),_react.default.createElement(_reactNative.View,{style:[styles.stepsRow,{marginTop:hasAutoDE?16:32}],__self:this,__source:{fileName:_jsxFileName,lineNumber:209,columnNumber:9}},((item==null?void 0:item.typeLoan)===5||item.typeLoan===7)&&_react.default.createElement(StepAction,{disabled:!(step===0||step===1),onPress:goAsset,icon:step<=1?_react.default.createElement(_v.IconStep1,{__self:this,__source:{fileName:_jsxFileName,lineNumber:215,columnNumber:33}}):_react.default.createElement(_v.IconStep1Success,{__self:this,__source:{fileName:_jsxFileName,lineNumber:215,columnNumber:49}}),label:'Thông tin\ntài sản',color:step<=1?COLOR_ACTIVE:COLOR_DONE,__self:this,__source:{fileName:_jsxFileName,lineNumber:212,columnNumber:13}}),_react.default.createElement(StepAction,{disabled:step!==3,onPress:goLoanInfo,icon:step<3?_react.default.createElement(_v.IconStep2Disable,{__self:this,__source:{fileName:_jsxFileName,lineNumber:225,columnNumber:17}}):step===3?_react.default.createElement(_v.IconStep2,{__self:this,__source:{fileName:_jsxFileName,lineNumber:227,columnNumber:17}}):_react.default.createElement(_v.IconStep2Success,{__self:this,__source:{fileName:_jsxFileName,lineNumber:229,columnNumber:17}}),label:'Thông tin\nkhoản vay',color:step<3?COLOR_DISABLED:step===3?COLOR_ACTIVE:COLOR_DONE,__self:this,__source:{fileName:_jsxFileName,lineNumber:220,columnNumber:11}}),_react.default.createElement(StepAction,{disabled:!isPersonalStep,onPress:goPersonal,icon:step<4?_react.default.createElement(_v.IconStep3Disable,{__self:this,__source:{fileName:_jsxFileName,lineNumber:242,columnNumber:17}}):isPersonalStep?_react.default.createElement(_v.IconStep3,{__self:this,__source:{fileName:_jsxFileName,lineNumber:244,columnNumber:17}}):_react.default.createElement(_v.IconStep3Success,{__self:this,__source:{fileName:_jsxFileName,lineNumber:246,columnNumber:17}}),label:'Thông tin\ncá nhân',color:step<4?COLOR_DISABLED:isPersonalStep?COLOR_ACTIVE:COLOR_DONE,__self:this,__source:{fileName:_jsxFileName,lineNumber:237,columnNumber:11}}),_react.default.createElement(StepAction,{disabled:step!==9,onPress:goEkyc,icon:step<9||step===100?_react.default.createElement(_v.IconStep4Disable,{__self:this,__source:{fileName:_jsxFileName,lineNumber:263,columnNumber:17}}):step===9?_react.default.createElement(_v.IconStep4,{__self:this,__source:{fileName:_jsxFileName,lineNumber:265,columnNumber:17}}):_react.default.createElement(_v.IconStep4Success,{__self:this,__source:{fileName:_jsxFileName,lineNumber:267,columnNumber:17}}),label:"EKYC",color:step<9||step===100?COLOR_DISABLED:step===9?COLOR_ACTIVE:COLOR_DONE,__self:this,__source:{fileName:_jsxFileName,lineNumber:258,columnNumber:11}}),_react.default.createElement(StepAction,{disabled:step!==10,onPress:goSign,icon:step<10||step===100?_react.default.createElement(_v.IconStep5Disable,{__self:this,__source:{fileName:_jsxFileName,lineNumber:284,columnNumber:17}}):step===10?_react.default.createElement(_v.IconStep5,{__self:this,__source:{fileName:_jsxFileName,lineNumber:286,columnNumber:17}}):_react.default.createElement(_v.IconStep5Success,{__self:this,__source:{fileName:_jsxFileName,lineNumber:288,columnNumber:17}}),label:'Ký hợp\nđồng',color:step<10||step===100?COLOR_DISABLED:step===10?COLOR_ACTIVE:COLOR_DONE,__self:this,__source:{fileName:_jsxFileName,lineNumber:279,columnNumber:11}})),step!==11?_react.default.createElement(_reactNative.View,{style:styles.guideBanner,__self:this,__source:{fileName:_jsxFileName,lineNumber:303,columnNumber:11}},_react.default.createElement(_svgs.IconQuestion,{__self:this,__source:{fileName:_jsxFileName,lineNumber:304,columnNumber:13}}),_react.default.createElement(_MText.MText,{style:styles.guideBannerText,__self:this,__source:{fileName:_jsxFileName,lineNumber:305,columnNumber:13}},"H\u01B0\u1EDBng d\u1EABn c\xE1c b\u01B0\u1EDBc ho\xE0n thi\u1EC7n \u0111\u01A1n vay"),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:function onPress(){return setShowModal(true);},__self:this,__source:{fileName:_jsxFileName,lineNumber:308,columnNumber:13}},_react.default.createElement(_MText.MText,{style:styles.linkText,__self:this,__source:{fileName:_jsxFileName,lineNumber:309,columnNumber:15}},"Xem th\xEAm"))):_react.default.createElement(_reactNative.View,{style:styles.successBanner,__self:this,__source:{fileName:_jsxFileName,lineNumber:313,columnNumber:11}},_react.default.createElement(_svgs.IconTick,{__self:this,__source:{fileName:_jsxFileName,lineNumber:314,columnNumber:13}}),_react.default.createElement(_MText.MText,{style:styles.successText,__self:this,__source:{fileName:_jsxFileName,lineNumber:315,columnNumber:13}},"H\u1EE3p \u0111\u1ED3ng \u0111\xE3 k\xFD th\xE0nh c\xF4ng. Qu\xFD kh\xE1ch vui l\xF2ng ch\u1EDD Chuy\xEAn vi\xEAn t\u01B0 v\u1EA5n li\xEAn h\u1EC7 \u0111\u1EC3 ho\xE0n t\u1EA5t b\u01B0\u1EDBc gi\u1EA3i ng\xE2n.")),step!==11&&_react.default.createElement(_reactNative.View,{style:$row,__self:this,__source:{fileName:_jsxFileName,lineNumber:323,columnNumber:11}},_react.default.createElement(_reactNative.View,{style:styles.statusLeft,__self:this,__source:{fileName:_jsxFileName,lineNumber:324,columnNumber:13}},_react.default.createElement(_MText.MText,{style:styles.statusLabel,__self:this,__source:{fileName:_jsxFileName,lineNumber:325,columnNumber:15}},"Tr\u1EA1ng th\xE1i"),_react.default.createElement(_MText.MText,{style:styles.statusValue,__self:this,__source:{fileName:_jsxFileName,lineNumber:326,columnNumber:15}},item==null?void 0:item.statusTima)),primaryAction&&_react.default.createElement(UpdateButton,{label:primaryAction.label,onPress:primaryAction.onPress,__self:this,__source:{fileName:_jsxFileName,lineNumber:329,columnNumber:15}})),hasAutoDE&&_react.default.createElement(_reactNative.View,{__self:this,__source:{fileName:_jsxFileName,lineNumber:338,columnNumber:11}},_react.default.createElement(_MText.MText,{style:styles.autoDETitle,__self:this,__source:{fileName:_jsxFileName,lineNumber:339,columnNumber:13}},"Danh s\xE1ch \u0111\u01A1n chia nh\u1ECF"),autoDEList.map(function(x,index){return _react.default.createElement(_reactNative.View,{key:index,style:[styles.autoDEItem,index+1!==autoDEList.length&&styles.autoDEItemDivider],__self:_this2,__source:{fileName:_jsxFileName,lineNumber:341,columnNumber:15}},_react.default.createElement(_reactNative.View,{style:styles.spaceBetween,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:348,columnNumber:17}},_react.default.createElement(_reactNative.View,{style:styles.autoDEItemLeft,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:349,columnNumber:19}},_react.default.createElement(_svgs.IconTima16,{__self:_this2,__source:{fileName:_jsxFileName,lineNumber:350,columnNumber:21}}),_react.default.createElement(_MText.MText,{style:[_CommonStyles.commonStyles.textNormal,styles.autoDEText],__self:_this2,__source:{fileName:_jsxFileName,lineNumber:351,columnNumber:21}},"HD-",x==null?void 0:x.loanBriefId," (",index+1,")")),_react.default.createElement(_MText.MText,{style:[_CommonStyles.commonStyles.textNormalBold,styles.autoDEText],__self:_this2,__source:{fileName:_jsxFileName,lineNumber:355,columnNumber:19}},(0,_utils.formatMoney)(x==null?void 0:x.totalMoney)," \u0111")));})),hasAutoDE&&_react.default.createElement(_reactNative.TouchableOpacity,{onPress:function onPress(){navigation.push(_navigation.ScreenNames.LoanInterestRate,{loan:item});},style:styles.interestRateButton,__self:this,__source:{fileName:_jsxFileName,lineNumber:366,columnNumber:11}},_react.default.createElement(_MText.MText,{style:styles.interestRateText,__self:this,__source:{fileName:_jsxFileName,lineNumber:372,columnNumber:13}},"B\u1EA3ng bi\u1EC3u l\xE3i ph\xED \u0111\u01A1n vay ","->")),step!==11&&_react.default.createElement(_reactNative.View,{style:styles.warningBanner,__self:this,__source:{fileName:_jsxFileName,lineNumber:378,columnNumber:11}},_react.default.createElement(_icons.Info,{__self:this,__source:{fileName:_jsxFileName,lineNumber:379,columnNumber:13}}),_react.default.createElement(_MText.MText,{style:styles.warningText,__self:this,__source:{fileName:_jsxFileName,lineNumber:380,columnNumber:13}},step<=1?'Vui lòng cập nhật thông tin tài sản để được giải ngân sớm nhất!':step===3?'Vui lòng cập nhật thông tin khoản vay để được giải ngân sớm nhất!':isPersonalStep?'Vui lòng cập nhật thông tin cá nhân để được giải ngân sớm nhất!':step===9?'Bước cuối cùng rồi, vui lòng ký hợp đồng để được giải ngân sớm nhất nhé!':'Đơn vay đang trong quá trình xử lý'))),_react.default.createElement(_AppModal.default,{isVisible:showModal,onBackdropPress:function onBackdropPress(){return setShowModal(false);},__self:this,__source:{fileName:_jsxFileName,lineNumber:395,columnNumber:7}},_react.default.createElement(_reactNative.View,{style:styles.modalCard,__self:this,__source:{fileName:_jsxFileName,lineNumber:396,columnNumber:9}},_react.default.createElement(_MText.MText,{style:styles.modalTitle,__self:this,__source:{fileName:_jsxFileName,lineNumber:397,columnNumber:11}},"C\xE1c b\u01B0\u1EDBc ho\xE0n thi\u1EC7n kho\u1EA3n vay"),GUIDE_STEPS.map(function(_ref4,index){var StepIcon=_ref4.icon,title=_ref4.title,description=_ref4.description;return _react.default.createElement(_react.default.Fragment,{key:title,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:399,columnNumber:13}},_react.default.createElement(_reactNative.View,{style:styles.guideStepRow,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:400,columnNumber:15}},_react.default.createElement(_reactNative.View,{style:styles.guideStepIconBox,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:401,columnNumber:17}},_react.default.createElement(StepIcon,{__self:_this2,__source:{fileName:_jsxFileName,lineNumber:402,columnNumber:19}})),_react.default.createElement(_reactNative.View,{__self:_this2,__source:{fileName:_jsxFileName,lineNumber:404,columnNumber:17}},_react.default.createElement(_MText.MText,{style:styles.guideStepBadge,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:405,columnNumber:19}},"B\u01B0\u1EDBc ",index+1),_react.default.createElement(_MText.MText,{style:styles.guideStepTitle,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:406,columnNumber:19}},title),!!description&&_react.default.createElement(_MText.MText,{style:styles.guideStepDesc,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:408,columnNumber:21}},description))),index<GUIDE_STEPS.length-1&&_react.default.createElement(_reactNative.View,{style:styles.dashedDivider,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:413,columnNumber:17}},_react.default.createElement(_reactNative.View,{style:styles.dashedDividerInner,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:414,columnNumber:19}})));}),_react.default.createElement(_reactNative.View,{style:styles.legendBox,__self:this,__source:{fileName:_jsxFileName,lineNumber:420,columnNumber:11}},_react.default.createElement(_MText.MText,{style:styles.legendTitle,__self:this,__source:{fileName:_jsxFileName,lineNumber:421,columnNumber:13}},"\xDD ngh\u0129a bi\u1EC3u t\u01B0\u1EE3ng"),LEGEND_ROWS.map(function(_ref5){var label=_ref5.label,icons=_ref5.icons;return _react.default.createElement(_reactNative.View,{key:label,style:styles.legendRow,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:423,columnNumber:15}},_react.default.createElement(_MText.MText,{style:styles.legendLabel,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:424,columnNumber:17}},label),_react.default.createElement(_reactNative.View,{style:styles.legendIcons,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:425,columnNumber:17}},icons.map(function(LegendIcon,index){return _react.default.createElement(LegendIcon,{key:index,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:427,columnNumber:21}});})));})),_react.default.createElement(_reactNative.TouchableOpacity,{style:styles.modalClose,onPress:function onPress(){return setShowModal(false);},__self:this,__source:{fileName:_jsxFileName,lineNumber:434,columnNumber:11}},_react.default.createElement(_icons.Close2Icon,{__self:this,__source:{fileName:_jsxFileName,lineNumber:438,columnNumber:13}})))));}var $row={flexDirection:'row',paddingBottom:16,marginTop:16};var styles=_reactNative.StyleSheet.create({action:{flexDirection:'column',alignItems:'center',gap:5},card:{backgroundColor:'#FFFFFF',paddingHorizontal:16,marginBottom:16,borderRadius:8,borderWidth:0.5,borderColor:'#E0E0E0'},headerGradient:{borderTopLeftRadius:8,borderTopRightRadius:8,marginHorizontal:-16},headerRow:{flexDirection:'row',justifyContent:'space-between',alignItems:'center',paddingHorizontal:16,paddingVertical:8},headerLeft:{flexDirection:'row',alignItems:'center',gap:8},headerText:{fontSize:12,color:'white'},headerAmount:{fontSize:12,color:'white',fontWeight:'bold'},autoDESummary:{marginHorizontal:-16,backgroundColor:'#ECFFE8',paddingHorizontal:16,paddingVertical:8},spaceBetween:{flexDirection:'row',justifyContent:'space-between'},summaryRowSpacing:{marginTop:6},summaryLabel:{fontSize:10,color:'#878787',marginLeft:24},summaryValue:{fontSize:10,color:'#333333'},stepsRow:{flexDirection:'row',justifyContent:'space-between'},stepLabel:{textAlign:'center',fontSize:10,marginTop:5},guideBanner:{backgroundColor:'#EEF7FF',flexDirection:'row',alignItems:'center',gap:4,borderRadius:4,paddingHorizontal:8,paddingVertical:10,marginTop:16},guideBannerText:{fontSize:10,flex:1},linkText:{fontSize:10,color:'#2F80ED',textDecorationLine:'underline'},successBanner:{backgroundColor:'#E8FFE9',flexDirection:'row',alignItems:'center',gap:8,borderRadius:4,paddingHorizontal:8,paddingVertical:10,marginTop:16},successText:{color:'#28A745',fontSize:10,flex:1},statusLeft:{flex:1,paddingRight:24},statusLabel:{color:'#999999',fontSize:12},statusValue:{fontSize:12,fontWeight:'bold',marginTop:5},updateButton:{height:30,alignItems:'center',justifyContent:'center',borderRadius:24,paddingHorizontal:10},updateButtonText:{color:'white',fontSize:12},autoDETitle:{fontSize:12,fontWeight:'bold',marginTop:16,color:'#333333'},autoDEItem:{marginTop:8,paddingBottom:8},autoDEItemDivider:{borderBottomWidth:1,borderColor:'#E0E0E0'},autoDEItemLeft:{flexDirection:'row',alignItems:'center',gap:10},autoDEText:{color:'#333333',fontSize:12},interestRateButton:{flex:1,alignItems:'center',backgroundColor:'#EDF6FF',marginHorizontal:-16,paddingVertical:10},interestRateText:{fontSize:12,color:'#2F80ED'},warningBanner:{flexDirection:'row',alignItems:'center',gap:8,backgroundColor:'#FFF2F2',marginHorizontal:-16,paddingVertical:10,borderBottomRightRadius:8,borderBottomLeftRadius:8,paddingHorizontal:10},warningText:{fontSize:10,color:'#E40010',flex:1},modalCard:{backgroundColor:'white',borderRadius:8,padding:16},modalTitle:{fontSize:16,fontWeight:'bold',textAlign:'center',marginTop:16},guideStepRow:{flexDirection:'row',alignItems:'flex-start',gap:8,marginTop:16},dashedDivider:{height:1,marginTop:16,overflow:'hidden'},dashedDividerInner:{height:2,borderWidth:1,borderColor:'#E5E5E5',borderStyle:'dashed'},guideStepIconBox:{width:30,height:30,borderRadius:4,backgroundColor:'#FFF2F2',alignItems:'center',justifyContent:'center'},guideStepBadge:{fontWeight:'bold',fontSize:8,color:'#EF592E'},guideStepTitle:{fontWeight:'bold',fontSize:10,marginTop:5},guideStepDesc:{fontSize:10,marginTop:5},legendBox:{backgroundColor:'#FFF8F2',padding:12,borderRadius:8,marginTop:16},legendTitle:{fontSize:12,fontWeight:'bold'},legendRow:{flexDirection:'row',alignItems:'center',gap:16,marginTop:8},legendLabel:{fontSize:10,width:'35%'},legendIcons:{flexDirection:'row',alignItems:'center',gap:8},modalClose:{position:'absolute',top:16,right:16}});
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=ItemTimaOne;var _slicedToArray2=_interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));var _react=_interopRequireDefault(require("react"));var _reactNative=require("react-native");var _reactNativeLinearGradient=_interopRequireDefault(require("react-native-linear-gradient"));var _svgs=require("../assets/svgs");var _utils=require("../utils");var _MText=require("./MText");var _v=require("../assets/v3");var _icons=require("../assets/icons");var _navigation=require("../navigation");var _AppModal=_interopRequireDefault(require("./AppModal"));var _CommonStyles=require("../screens/CommonStyles");var _this=this,_jsxFileName="/Users/tima/Tima/react-native-timacare/src/components/ItemTimaOne.tsx";var GRADIENT_ORANGE=['#FF8E4F','#EF592E'];var COLOR_ACTIVE='#EF592E';var COLOR_DONE='#333333';var COLOR_DISABLED='#999999';var LEGEND_ROWS=[{label:'Đang cần thực hiện',icons:[_v.Icon1,_v.Icon2,_v.Icon3,_v.Icon4,_v.Icon5]},{label:'Chưa thể thực hiện',icons:[_v.Icon6,_v.Icon7,_v.Icon8,_v.Icon9,_v.Icon10]},{label:'Đã hoàn thành',icons:[_v.IconSuccess]}];var StepAction=function StepAction(_ref){var icon=_ref.icon,label=_ref.label,color=_ref.color,disabled=_ref.disabled,onPress=_ref.onPress;return _react.default.createElement(_reactNative.TouchableOpacity,{disabled:disabled,style:styles.action,onPress:onPress,__self:_this,__source:{fileName:_jsxFileName,lineNumber:60,columnNumber:3}},icon,_react.default.createElement(_MText.MText,{style:[styles.stepLabel,{color:color}],__self:_this,__source:{fileName:_jsxFileName,lineNumber:62,columnNumber:5}},label));};var UpdateButton=function UpdateButton(_ref2){var label=_ref2.label,onPress=_ref2.onPress;return _react.default.createElement(_reactNative.TouchableOpacity,{onPress:onPress,__self:_this,__source:{fileName:_jsxFileName,lineNumber:67,columnNumber:3}},_react.default.createElement(_reactNativeLinearGradient.default,{colors:GRADIENT_ORANGE,style:styles.updateButton,__self:_this,__source:{fileName:_jsxFileName,lineNumber:68,columnNumber:5}},_react.default.createElement(_MText.MText,{style:styles.updateButtonText,__self:_this,__source:{fileName:_jsxFileName,lineNumber:69,columnNumber:7}},label)));};function ItemTimaOne(_ref3){var _this2=this;var item=_ref3.item,navigation=_ref3.navigation;var _React$useState=_react.default.useState(false),_React$useState2=(0,_slicedToArray2.default)(_React$useState,2),showModal=_React$useState2[0],setShowModal=_React$useState2[1];var GUIDE_STEPS=item.typeLoan===5||item.typeLoan===7?[{icon:_v.Icon1,title:'CẬP NHẬT THÔNG TIN XE',description:'Thông tin xe'},{icon:_v.Icon5,title:'CẬP NHẬT THÔNG TIN KHOẢN VAY',description:'Số tiền vay, thời hạn vay, hình thức vay, ...'},{icon:_v.Icon3,title:'CẬP NHẬT THÔNG TIN CÁ NHÂN',description:'Giấy tờ CCCD/CC, ảnh chân dung, thông tin cá nhân'},{icon:_v.Icon14,title:'CHỜ PHÊ DUYỆT'},{icon:_v.Icon5,title:'EKYC & KÝ HỢP ĐỒNG ĐIỆN TỬ'},{icon:_v.Icon2,title:'NHẬN TIỀN GIẢI NGÂN'}]:[{icon:_v.Icon1,title:'CẬP NHẬT THÔNG TIN KHOẢN VAY',description:'Số tiền vay, thời hạn vay, hình thức vay, ...'},{icon:_v.Icon3,title:'CẬP NHẬT THÔNG TIN CÁ NHÂN',description:'Giấy tờ CCCD/CC, ảnh chân dung, thông tin cá nhân'},{icon:_v.Icon14,title:'CHỜ PHÊ DUYỆT'},{icon:_v.Icon5,title:'EKYC & KÝ HỢP ĐỒNG ĐIỆN TỬ'},{icon:_v.Icon2,title:'NHẬN TIỀN GIẢI NGÂN'}];var step=item==null?void 0:item.step;var autoDEList=item==null?void 0:item.listLoanAllAutoDE;var hasAutoDE=(autoDEList==null?void 0:autoDEList.length)>0;var sumBy=function sumBy(key){return hasAutoDE?autoDEList.reduce(function(sum,x){return sum+x[key];},0):0;};var isPersonalStep=step===4||step===5||step===6;var goAsset=function goAsset(){if((item==null?void 0:item.typeLoan)===7){navigation.push(_navigation.ScreenNames.LoanBuyCar,{loan:item});}else if(step===0){navigation.push(_navigation.ScreenNames.VehicleCamera,{loan:item,front:true});}else{navigation.push(_navigation.ScreenNames.AssetInformation,{loan:item});}};var goLoanInfo=function goLoanInfo(){navigation.push(_navigation.ScreenNames.ReviewLoan,{loan:item});};var goPersonal=function goPersonal(){if(step===4){navigation.push(_navigation.ScreenNames.OCR,{loan:item,front:true});}else if(step===5){navigation.push((item==null?void 0:item.typeLoan)===5?_navigation.ScreenNames.ReviewInformation:(item==null?void 0:item.typeLoan)===7?_navigation.ScreenNames.ReviewInfoLoanBuyCar:_navigation.ScreenNames.TopupLoanInfo,{loan:item});}else if(step===6){navigation.push(_navigation.ScreenNames.ReviewInformationOther,{loan:item});}};var goEkyc=function goEkyc(){navigation.push(_navigation.ScreenNames.LivenessV2,{loan:item});};var goSign=function goSign(){navigation.push(_navigation.ScreenNames.TTSSignLoan,{loan:item});};var primaryAction=step<=1?{label:'Cập nhật',onPress:goAsset}:step===3?{label:'Cập nhật',onPress:goLoanInfo}:isPersonalStep?{label:'Cập nhật',onPress:goPersonal}:step===9?{label:'Cập nhật',onPress:goEkyc}:step===10?{label:'Ký hợp đồng',onPress:goSign}:null;return _react.default.createElement(_react.default.Fragment,null,_react.default.createElement(_reactNative.View,{style:styles.card,__self:this,__source:{fileName:_jsxFileName,lineNumber:178,columnNumber:7}},_react.default.createElement(_reactNativeLinearGradient.default,{colors:hasAutoDE?['#4CBA3D','#98D788']:GRADIENT_ORANGE,style:styles.headerGradient,__self:this,__source:{fileName:_jsxFileName,lineNumber:179,columnNumber:9}},_react.default.createElement(_reactNative.View,{style:styles.headerRow,__self:this,__source:{fileName:_jsxFileName,lineNumber:183,columnNumber:11}},_react.default.createElement(_reactNative.View,{style:styles.headerLeft,__self:this,__source:{fileName:_jsxFileName,lineNumber:184,columnNumber:13}},_react.default.createElement(_svgs.IconMoney2,{__self:this,__source:{fileName:_jsxFileName,lineNumber:185,columnNumber:15}}),_react.default.createElement(_MText.MText,{style:styles.headerText,__self:this,__source:{fileName:_jsxFileName,lineNumber:186,columnNumber:15}},"HD-",item==null?void 0:item.id)),_react.default.createElement(_MText.MText,{style:styles.headerAmount,__self:this,__source:{fileName:_jsxFileName,lineNumber:188,columnNumber:13}},(0,_utils.formatMoney)(hasAutoDE?sumBy('totalMoney'):item==null?void 0:item.loanAmount),"\u0111"))),hasAutoDE&&_react.default.createElement(_reactNative.View,{style:styles.autoDESummary,__self:this,__source:{fileName:_jsxFileName,lineNumber:195,columnNumber:11}},_react.default.createElement(_reactNative.View,{style:styles.spaceBetween,__self:this,__source:{fileName:_jsxFileName,lineNumber:196,columnNumber:13}},_react.default.createElement(_MText.MText,{style:styles.summaryLabel,__self:this,__source:{fileName:_jsxFileName,lineNumber:197,columnNumber:15}},"S\u1ED1 ti\u1EC1n gi\u1EA3i ng\xE2n"),_react.default.createElement(_MText.MText,{style:styles.summaryValue,__self:this,__source:{fileName:_jsxFileName,lineNumber:198,columnNumber:15}},(0,_utils.formatMoney)(sumBy('loanAmount'))," \u0111")),_react.default.createElement(_reactNative.View,{style:[styles.spaceBetween,styles.summaryRowSpacing],__self:this,__source:{fileName:_jsxFileName,lineNumber:202,columnNumber:13}},_react.default.createElement(_MText.MText,{style:styles.summaryLabel,__self:this,__source:{fileName:_jsxFileName,lineNumber:203,columnNumber:15}},"S\u1ED1 ti\u1EC1n b\u1EA3o hi\u1EC3m"),_react.default.createElement(_MText.MText,{style:styles.summaryValue,__self:this,__source:{fileName:_jsxFileName,lineNumber:204,columnNumber:15}},(0,_utils.formatMoney)(sumBy('insurenceMoney'))," \u0111"))),_react.default.createElement(_reactNative.View,{style:[styles.stepsRow,{marginTop:hasAutoDE?16:32}],__self:this,__source:{fileName:_jsxFileName,lineNumber:211,columnNumber:9}},((item==null?void 0:item.typeLoan)===5||item.typeLoan===7)&&_react.default.createElement(StepAction,{disabled:!(step===0||step===1),onPress:goAsset,icon:step<=1?_react.default.createElement(_v.IconStep1,{__self:this,__source:{fileName:_jsxFileName,lineNumber:217,columnNumber:33}}):_react.default.createElement(_v.IconStep1Success,{__self:this,__source:{fileName:_jsxFileName,lineNumber:217,columnNumber:49}}),label:'Thông tin\ntài sản',color:step<=1?COLOR_ACTIVE:COLOR_DONE,__self:this,__source:{fileName:_jsxFileName,lineNumber:214,columnNumber:13}}),_react.default.createElement(StepAction,{disabled:step!==3,onPress:goLoanInfo,icon:step<3?_react.default.createElement(_v.IconStep2Disable,{__self:this,__source:{fileName:_jsxFileName,lineNumber:227,columnNumber:17}}):step===3?_react.default.createElement(_v.IconStep2,{__self:this,__source:{fileName:_jsxFileName,lineNumber:229,columnNumber:17}}):_react.default.createElement(_v.IconStep2Success,{__self:this,__source:{fileName:_jsxFileName,lineNumber:231,columnNumber:17}}),label:'Thông tin\nkhoản vay',color:step<3?COLOR_DISABLED:step===3?COLOR_ACTIVE:COLOR_DONE,__self:this,__source:{fileName:_jsxFileName,lineNumber:222,columnNumber:11}}),_react.default.createElement(StepAction,{disabled:!isPersonalStep,onPress:goPersonal,icon:step<4?_react.default.createElement(_v.IconStep3Disable,{__self:this,__source:{fileName:_jsxFileName,lineNumber:244,columnNumber:17}}):isPersonalStep?_react.default.createElement(_v.IconStep3,{__self:this,__source:{fileName:_jsxFileName,lineNumber:246,columnNumber:17}}):_react.default.createElement(_v.IconStep3Success,{__self:this,__source:{fileName:_jsxFileName,lineNumber:248,columnNumber:17}}),label:'Thông tin\ncá nhân',color:step<4?COLOR_DISABLED:isPersonalStep?COLOR_ACTIVE:COLOR_DONE,__self:this,__source:{fileName:_jsxFileName,lineNumber:239,columnNumber:11}}),_react.default.createElement(StepAction,{disabled:step!==9,onPress:goEkyc,icon:step<9||step===100?_react.default.createElement(_v.IconStep4Disable,{__self:this,__source:{fileName:_jsxFileName,lineNumber:265,columnNumber:17}}):step===9?_react.default.createElement(_v.IconStep4,{__self:this,__source:{fileName:_jsxFileName,lineNumber:267,columnNumber:17}}):_react.default.createElement(_v.IconStep4Success,{__self:this,__source:{fileName:_jsxFileName,lineNumber:269,columnNumber:17}}),label:"EKYC",color:step<9||step===100?COLOR_DISABLED:step===9?COLOR_ACTIVE:COLOR_DONE,__self:this,__source:{fileName:_jsxFileName,lineNumber:260,columnNumber:11}}),_react.default.createElement(StepAction,{disabled:step!==10,onPress:goSign,icon:step<10||step===100?_react.default.createElement(_v.IconStep5Disable,{__self:this,__source:{fileName:_jsxFileName,lineNumber:286,columnNumber:17}}):step===10?_react.default.createElement(_v.IconStep5,{__self:this,__source:{fileName:_jsxFileName,lineNumber:288,columnNumber:17}}):_react.default.createElement(_v.IconStep5Success,{__self:this,__source:{fileName:_jsxFileName,lineNumber:290,columnNumber:17}}),label:'Ký hợp\nđồng',color:step<10||step===100?COLOR_DISABLED:step===10?COLOR_ACTIVE:COLOR_DONE,__self:this,__source:{fileName:_jsxFileName,lineNumber:281,columnNumber:11}})),step!==11?_react.default.createElement(_reactNative.View,{style:styles.guideBanner,__self:this,__source:{fileName:_jsxFileName,lineNumber:305,columnNumber:11}},_react.default.createElement(_svgs.IconQuestion,{__self:this,__source:{fileName:_jsxFileName,lineNumber:306,columnNumber:13}}),_react.default.createElement(_MText.MText,{style:styles.guideBannerText,__self:this,__source:{fileName:_jsxFileName,lineNumber:307,columnNumber:13}},"H\u01B0\u1EDBng d\u1EABn c\xE1c b\u01B0\u1EDBc ho\xE0n thi\u1EC7n \u0111\u01A1n vay"),_react.default.createElement(_reactNative.TouchableOpacity,{onPress:function onPress(){return setShowModal(true);},__self:this,__source:{fileName:_jsxFileName,lineNumber:310,columnNumber:13}},_react.default.createElement(_MText.MText,{style:styles.linkText,__self:this,__source:{fileName:_jsxFileName,lineNumber:311,columnNumber:15}},"Xem th\xEAm"))):_react.default.createElement(_reactNative.View,{style:styles.successBanner,__self:this,__source:{fileName:_jsxFileName,lineNumber:315,columnNumber:11}},_react.default.createElement(_svgs.IconTick,{__self:this,__source:{fileName:_jsxFileName,lineNumber:316,columnNumber:13}}),_react.default.createElement(_MText.MText,{style:styles.successText,__self:this,__source:{fileName:_jsxFileName,lineNumber:317,columnNumber:13}},"H\u1EE3p \u0111\u1ED3ng \u0111\xE3 k\xFD th\xE0nh c\xF4ng. Qu\xFD kh\xE1ch vui l\xF2ng ch\u1EDD Chuy\xEAn vi\xEAn t\u01B0 v\u1EA5n li\xEAn h\u1EC7 \u0111\u1EC3 ho\xE0n t\u1EA5t b\u01B0\u1EDBc gi\u1EA3i ng\xE2n.")),step!==11&&_react.default.createElement(_reactNative.View,{style:$row,__self:this,__source:{fileName:_jsxFileName,lineNumber:325,columnNumber:11}},_react.default.createElement(_reactNative.View,{style:styles.statusLeft,__self:this,__source:{fileName:_jsxFileName,lineNumber:326,columnNumber:13}},_react.default.createElement(_MText.MText,{style:styles.statusLabel,__self:this,__source:{fileName:_jsxFileName,lineNumber:327,columnNumber:15}},"Tr\u1EA1ng th\xE1i"),_react.default.createElement(_MText.MText,{style:styles.statusValue,__self:this,__source:{fileName:_jsxFileName,lineNumber:328,columnNumber:15}},item==null?void 0:item.statusTima)),primaryAction&&_react.default.createElement(UpdateButton,{label:primaryAction.label,onPress:primaryAction.onPress,__self:this,__source:{fileName:_jsxFileName,lineNumber:331,columnNumber:15}})),hasAutoDE&&_react.default.createElement(_reactNative.View,{__self:this,__source:{fileName:_jsxFileName,lineNumber:340,columnNumber:11}},_react.default.createElement(_MText.MText,{style:styles.autoDETitle,__self:this,__source:{fileName:_jsxFileName,lineNumber:341,columnNumber:13}},"Danh s\xE1ch \u0111\u01A1n chia nh\u1ECF"),autoDEList.map(function(x,index){return _react.default.createElement(_reactNative.View,{key:index,style:[styles.autoDEItem,index+1!==autoDEList.length&&styles.autoDEItemDivider],__self:_this2,__source:{fileName:_jsxFileName,lineNumber:343,columnNumber:15}},_react.default.createElement(_reactNative.View,{style:styles.spaceBetween,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:350,columnNumber:17}},_react.default.createElement(_reactNative.View,{style:styles.autoDEItemLeft,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:351,columnNumber:19}},_react.default.createElement(_svgs.IconTima16,{__self:_this2,__source:{fileName:_jsxFileName,lineNumber:352,columnNumber:21}}),_react.default.createElement(_MText.MText,{style:[_CommonStyles.commonStyles.textNormal,styles.autoDEText],__self:_this2,__source:{fileName:_jsxFileName,lineNumber:353,columnNumber:21}},"HD-",x==null?void 0:x.loanBriefId," (",index+1,")")),_react.default.createElement(_MText.MText,{style:[_CommonStyles.commonStyles.textNormalBold,styles.autoDEText],__self:_this2,__source:{fileName:_jsxFileName,lineNumber:357,columnNumber:19}},(0,_utils.formatMoney)(x==null?void 0:x.totalMoney)," \u0111")));})),hasAutoDE&&_react.default.createElement(_reactNative.TouchableOpacity,{onPress:function onPress(){navigation.push(_navigation.ScreenNames.LoanInterestRate,{loan:item});},style:styles.interestRateButton,__self:this,__source:{fileName:_jsxFileName,lineNumber:368,columnNumber:11}},_react.default.createElement(_MText.MText,{style:styles.interestRateText,__self:this,__source:{fileName:_jsxFileName,lineNumber:374,columnNumber:13}},"B\u1EA3ng bi\u1EC3u l\xE3i ph\xED \u0111\u01A1n vay ","->")),step!==11&&_react.default.createElement(_reactNative.View,{style:styles.warningBanner,__self:this,__source:{fileName:_jsxFileName,lineNumber:380,columnNumber:11}},_react.default.createElement(_icons.Info,{__self:this,__source:{fileName:_jsxFileName,lineNumber:381,columnNumber:13}}),_react.default.createElement(_MText.MText,{style:styles.warningText,__self:this,__source:{fileName:_jsxFileName,lineNumber:382,columnNumber:13}},step<=1?'Vui lòng cập nhật thông tin tài sản để được giải ngân sớm nhất!':step===3?'Vui lòng cập nhật thông tin khoản vay để được giải ngân sớm nhất!':isPersonalStep?'Vui lòng cập nhật thông tin cá nhân để được giải ngân sớm nhất!':step===9?'Bước cuối cùng rồi, vui lòng ký hợp đồng để được giải ngân sớm nhất nhé!':'Đơn vay đang trong quá trình xử lý'))),_react.default.createElement(_AppModal.default,{isVisible:showModal,onBackdropPress:function onBackdropPress(){return setShowModal(false);},__self:this,__source:{fileName:_jsxFileName,lineNumber:397,columnNumber:7}},_react.default.createElement(_reactNative.View,{style:styles.modalCard,__self:this,__source:{fileName:_jsxFileName,lineNumber:398,columnNumber:9}},_react.default.createElement(_MText.MText,{style:styles.modalTitle,__self:this,__source:{fileName:_jsxFileName,lineNumber:399,columnNumber:11}},"C\xE1c b\u01B0\u1EDBc ho\xE0n thi\u1EC7n kho\u1EA3n vay"),GUIDE_STEPS.map(function(_ref4,index){var StepIcon=_ref4.icon,title=_ref4.title,description=_ref4.description;return _react.default.createElement(_react.default.Fragment,{key:title,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:401,columnNumber:13}},_react.default.createElement(_reactNative.View,{style:styles.guideStepRow,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:402,columnNumber:15}},_react.default.createElement(_reactNative.View,{style:styles.guideStepIconBox,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:403,columnNumber:17}},_react.default.createElement(StepIcon,{__self:_this2,__source:{fileName:_jsxFileName,lineNumber:404,columnNumber:19}})),_react.default.createElement(_reactNative.View,{__self:_this2,__source:{fileName:_jsxFileName,lineNumber:406,columnNumber:17}},_react.default.createElement(_MText.MText,{style:styles.guideStepBadge,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:407,columnNumber:19}},"B\u01B0\u1EDBc ",index+1),_react.default.createElement(_MText.MText,{style:styles.guideStepTitle,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:408,columnNumber:19}},title),!!description&&_react.default.createElement(_MText.MText,{style:styles.guideStepDesc,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:410,columnNumber:21}},description))),index<GUIDE_STEPS.length-1&&_react.default.createElement(_reactNative.View,{style:styles.dashedDivider,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:415,columnNumber:17}},_react.default.createElement(_reactNative.View,{style:styles.dashedDividerInner,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:416,columnNumber:19}})));}),_react.default.createElement(_reactNative.View,{style:styles.legendBox,__self:this,__source:{fileName:_jsxFileName,lineNumber:422,columnNumber:11}},_react.default.createElement(_MText.MText,{style:styles.legendTitle,__self:this,__source:{fileName:_jsxFileName,lineNumber:423,columnNumber:13}},"\xDD ngh\u0129a bi\u1EC3u t\u01B0\u1EE3ng"),LEGEND_ROWS.map(function(_ref5){var label=_ref5.label,icons=_ref5.icons;return _react.default.createElement(_reactNative.View,{key:label,style:styles.legendRow,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:425,columnNumber:15}},_react.default.createElement(_MText.MText,{style:styles.legendLabel,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:426,columnNumber:17}},label),_react.default.createElement(_reactNative.View,{style:styles.legendIcons,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:427,columnNumber:17}},icons.map(function(LegendIcon,index){return _react.default.createElement(LegendIcon,{key:index,__self:_this2,__source:{fileName:_jsxFileName,lineNumber:429,columnNumber:21}});})));})),_react.default.createElement(_reactNative.TouchableOpacity,{style:styles.modalClose,onPress:function onPress(){return setShowModal(false);},__self:this,__source:{fileName:_jsxFileName,lineNumber:436,columnNumber:11}},_react.default.createElement(_icons.Close2Icon,{__self:this,__source:{fileName:_jsxFileName,lineNumber:440,columnNumber:13}})))));}var $row={flexDirection:'row',paddingBottom:16,marginTop:16};var styles=_reactNative.StyleSheet.create({action:{flexDirection:'column',alignItems:'center',gap:5},card:{backgroundColor:'#FFFFFF',paddingHorizontal:16,marginBottom:16,borderRadius:8,borderWidth:0.5,borderColor:'#E0E0E0'},headerGradient:{borderTopLeftRadius:8,borderTopRightRadius:8,marginHorizontal:-16},headerRow:{flexDirection:'row',justifyContent:'space-between',alignItems:'center',paddingHorizontal:16,paddingVertical:8},headerLeft:{flexDirection:'row',alignItems:'center',gap:8},headerText:{fontSize:12,color:'white'},headerAmount:{fontSize:12,color:'white',fontWeight:'bold'},autoDESummary:{marginHorizontal:-16,backgroundColor:'#ECFFE8',paddingHorizontal:16,paddingVertical:8},spaceBetween:{flexDirection:'row',justifyContent:'space-between'},summaryRowSpacing:{marginTop:6},summaryLabel:{fontSize:10,color:'#878787',marginLeft:24},summaryValue:{fontSize:10,color:'#333333'},stepsRow:{flexDirection:'row',justifyContent:'space-between'},stepLabel:{textAlign:'center',fontSize:10,marginTop:5},guideBanner:{backgroundColor:'#EEF7FF',flexDirection:'row',alignItems:'center',gap:4,borderRadius:4,paddingHorizontal:8,paddingVertical:10,marginTop:16},guideBannerText:{fontSize:10,flex:1},linkText:{fontSize:10,color:'#2F80ED',textDecorationLine:'underline'},successBanner:{backgroundColor:'#E8FFE9',flexDirection:'row',alignItems:'center',gap:8,borderRadius:4,paddingHorizontal:8,paddingVertical:10,marginTop:16},successText:{color:'#28A745',fontSize:10,flex:1},statusLeft:{flex:1,paddingRight:24},statusLabel:{color:'#999999',fontSize:12},statusValue:{fontSize:12,fontWeight:'bold',marginTop:5},updateButton:{height:30,alignItems:'center',justifyContent:'center',borderRadius:24,paddingHorizontal:10},updateButtonText:{color:'white',fontSize:12},autoDETitle:{fontSize:12,fontWeight:'bold',marginTop:16,color:'#333333'},autoDEItem:{marginTop:8,paddingBottom:8},autoDEItemDivider:{borderBottomWidth:1,borderColor:'#E0E0E0'},autoDEItemLeft:{flexDirection:'row',alignItems:'center',gap:10},autoDEText:{color:'#333333',fontSize:12},interestRateButton:{flex:1,alignItems:'center',backgroundColor:'#EDF6FF',marginHorizontal:-16,paddingVertical:10},interestRateText:{fontSize:12,color:'#2F80ED'},warningBanner:{flexDirection:'row',alignItems:'center',gap:8,backgroundColor:'#FFF2F2',marginHorizontal:-16,paddingVertical:10,borderBottomRightRadius:8,borderBottomLeftRadius:8,paddingHorizontal:10},warningText:{fontSize:10,color:'#E40010',flex:1},modalCard:{backgroundColor:'white',borderRadius:8,padding:16},modalTitle:{fontSize:16,fontWeight:'bold',textAlign:'center',marginTop:16},guideStepRow:{flexDirection:'row',alignItems:'flex-start',gap:8,marginTop:16},dashedDivider:{height:1,marginTop:16,overflow:'hidden'},dashedDividerInner:{height:2,borderWidth:1,borderColor:'#E5E5E5',borderStyle:'dashed'},guideStepIconBox:{width:30,height:30,borderRadius:4,backgroundColor:'#FFF2F2',alignItems:'center',justifyContent:'center'},guideStepBadge:{fontWeight:'bold',fontSize:8,color:'#EF592E'},guideStepTitle:{fontWeight:'bold',fontSize:10,marginTop:5},guideStepDesc:{fontSize:10,marginTop:5},legendBox:{backgroundColor:'#FFF8F2',padding:12,borderRadius:8,marginTop:16},legendTitle:{fontSize:12,fontWeight:'bold'},legendRow:{flexDirection:'row',alignItems:'center',gap:16,marginTop:8},legendLabel:{fontSize:10,width:'35%'},legendIcons:{flexDirection:'row',alignItems:'center',gap:8},modalClose:{position:'absolute',top:16,right:16}});
|
|
2
2
|
//# sourceMappingURL=ItemTimaOne.js.map
|
|
@@ -141,6 +141,8 @@ export default function ItemTimaOne({ item, navigation }: IProps) {
|
|
|
141
141
|
navigation.push(
|
|
142
142
|
item?.typeLoan === 5
|
|
143
143
|
? ScreenNames.ReviewInformation
|
|
144
|
+
: item?.typeLoan === 7
|
|
145
|
+
? ScreenNames.ReviewInfoLoanBuyCar
|
|
144
146
|
: ScreenNames.TopupLoanInfo,
|
|
145
147
|
{ loan: item }
|
|
146
148
|
);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeLinearGradient","_svgs","_utils","_MText","_v","_icons","_navigation","_AppModal","_CommonStyles","_this","_jsxFileName","GRADIENT_ORANGE","COLOR_ACTIVE","COLOR_DONE","COLOR_DISABLED","LEGEND_ROWS","label","icons","Icon1","Icon2","Icon3","Icon4","Icon5","Icon6","Icon7","Icon8","Icon9","Icon10","IconSuccess","StepAction","_ref","icon","color","disabled","onPress","default","createElement","TouchableOpacity","style","styles","action","__self","__source","fileName","lineNumber","columnNumber","MText","stepLabel","UpdateButton","_ref2","colors","updateButton","updateButtonText","ItemTimaOne","_ref3","_this2","item","navigation","_React$useState","React","useState","_React$useState2","_slicedToArray2","showModal","setShowModal","GUIDE_STEPS","typeLoan","title","description","Icon14","step","autoDEList","listLoanAllAutoDE","hasAutoDE","length","sumBy","key","reduce","sum","x","isPersonalStep","goAsset","push","ScreenNames","LoanBuyCar","loan","VehicleCamera","front","AssetInformation","goLoanInfo","ReviewLoan","goPersonal","OCR","ReviewInformation","TopupLoanInfo","ReviewInformationOther","goEkyc","LivenessV2","goSign","TTSSignLoan","primaryAction","Fragment","View","card","headerGradient","headerRow","headerLeft","IconMoney2","headerText","id","headerAmount","formatMoney","loanAmount","autoDESummary","spaceBetween","summaryLabel","summaryValue","summaryRowSpacing","stepsRow","marginTop","IconStep1","IconStep1Success","IconStep2Disable","IconStep2","IconStep2Success","IconStep3Disable","IconStep3","IconStep3Success","IconStep4Disable","IconStep4","IconStep4Success","IconStep5Disable","IconStep5","IconStep5Success","guideBanner","IconQuestion","guideBannerText","linkText","successBanner","IconTick","successText","$row","statusLeft","statusLabel","statusValue","statusTima","autoDETitle","map","index","autoDEItem","autoDEItemDivider","autoDEItemLeft","IconTima16","commonStyles","textNormal","autoDEText","loanBriefId","textNormalBold","totalMoney","LoanInterestRate","interestRateButton","interestRateText","warningBanner","Info","warningText","isVisible","onBackdropPress","modalCard","modalTitle","_ref4","StepIcon","guideStepRow","guideStepIconBox","guideStepBadge","guideStepTitle","guideStepDesc","dashedDivider","dashedDividerInner","legendBox","legendTitle","_ref5","legendRow","legendLabel","legendIcons","LegendIcon","modalClose","Close2Icon","flexDirection","paddingBottom","StyleSheet","create","alignItems","gap","backgroundColor","paddingHorizontal","marginBottom","borderRadius","borderWidth","borderColor","borderTopLeftRadius","borderTopRightRadius","marginHorizontal","justifyContent","paddingVertical","fontSize","fontWeight","marginLeft","textAlign","flex","textDecorationLine","paddingRight","height","borderBottomWidth","borderBottomRightRadius","borderBottomLeftRadius","padding","overflow","borderStyle","width","position","top","right"],"sourceRoot":"../../../src","sources":["components/ItemTimaOne.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeLinearGradient","_svgs","_utils","_MText","_v","_icons","_navigation","_AppModal","_CommonStyles","_this","_jsxFileName","GRADIENT_ORANGE","COLOR_ACTIVE","COLOR_DONE","COLOR_DISABLED","LEGEND_ROWS","label","icons","Icon1","Icon2","Icon3","Icon4","Icon5","Icon6","Icon7","Icon8","Icon9","Icon10","IconSuccess","StepAction","_ref","icon","color","disabled","onPress","default","createElement","TouchableOpacity","style","styles","action","__self","__source","fileName","lineNumber","columnNumber","MText","stepLabel","UpdateButton","_ref2","colors","updateButton","updateButtonText","ItemTimaOne","_ref3","_this2","item","navigation","_React$useState","React","useState","_React$useState2","_slicedToArray2","showModal","setShowModal","GUIDE_STEPS","typeLoan","title","description","Icon14","step","autoDEList","listLoanAllAutoDE","hasAutoDE","length","sumBy","key","reduce","sum","x","isPersonalStep","goAsset","push","ScreenNames","LoanBuyCar","loan","VehicleCamera","front","AssetInformation","goLoanInfo","ReviewLoan","goPersonal","OCR","ReviewInformation","ReviewInfoLoanBuyCar","TopupLoanInfo","ReviewInformationOther","goEkyc","LivenessV2","goSign","TTSSignLoan","primaryAction","Fragment","View","card","headerGradient","headerRow","headerLeft","IconMoney2","headerText","id","headerAmount","formatMoney","loanAmount","autoDESummary","spaceBetween","summaryLabel","summaryValue","summaryRowSpacing","stepsRow","marginTop","IconStep1","IconStep1Success","IconStep2Disable","IconStep2","IconStep2Success","IconStep3Disable","IconStep3","IconStep3Success","IconStep4Disable","IconStep4","IconStep4Success","IconStep5Disable","IconStep5","IconStep5Success","guideBanner","IconQuestion","guideBannerText","linkText","successBanner","IconTick","successText","$row","statusLeft","statusLabel","statusValue","statusTima","autoDETitle","map","index","autoDEItem","autoDEItemDivider","autoDEItemLeft","IconTima16","commonStyles","textNormal","autoDEText","loanBriefId","textNormalBold","totalMoney","LoanInterestRate","interestRateButton","interestRateText","warningBanner","Info","warningText","isVisible","onBackdropPress","modalCard","modalTitle","_ref4","StepIcon","guideStepRow","guideStepIconBox","guideStepBadge","guideStepTitle","guideStepDesc","dashedDivider","dashedDividerInner","legendBox","legendTitle","_ref5","legendRow","legendLabel","legendIcons","LegendIcon","modalClose","Close2Icon","flexDirection","paddingBottom","StyleSheet","create","alignItems","gap","backgroundColor","paddingHorizontal","marginBottom","borderRadius","borderWidth","borderColor","borderTopLeftRadius","borderTopRightRadius","marginHorizontal","justifyContent","paddingVertical","fontSize","fontWeight","marginLeft","textAlign","flex","textDecorationLine","paddingRight","height","borderBottomWidth","borderBottomRightRadius","borderBottomLeftRadius","padding","overflow","borderStyle","width","position","top","right"],"sourceRoot":"../../../src","sources":["components/ItemTimaOne.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 _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 _OcrStart=_interopRequireDefault(require("../screens/NFC/OcrStart"));var _ScanMRZ=_interopRequireDefault(require("../screens/NFC/ScanMRZ"));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',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',OcrStart:'OcrStart',ScanMRZ:'ScanMRZ',CameraVehicleRegistration:'CameraVehicleRegistration'};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:176,columnNumber:5}},_react.default.createElement(Stack.Screen,{name:ScreenNames.Main,component:_home.Home,__self:this,__source:{fileName:_jsxFileName,lineNumber:190,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalID,component:_nationalID.NationalID,__self:this,__source:{fileName:_jsxFileName,lineNumber:191,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Selfie,component:_selfie.Selfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:192,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Camera,component:_camera.Camera,__self:this,__source:{fileName:_jsxFileName,lineNumber:193,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Terms,component:_TermScreen.TermScreen,__self:this,__source:{fileName:_jsxFileName,lineNumber:194,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LiveNess,component:_liveness.LiveNess,__self:this,__source:{fileName:_jsxFileName,lineNumber:195,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ESign,component:_eSign.ESign,__self:this,__source:{fileName:_jsxFileName,lineNumber:196,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalIDBack,component:_nationalIDBack.NationalIDBack,__self:this,__source:{fileName:_jsxFileName,lineNumber:197,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DetailLoan,component:_detailLoan.DetailLoan,__self:this,__source:{fileName:_jsxFileName,lineNumber:201,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Contract,component:_contract.Contract,__self:this,__source:{fileName:_jsxFileName,lineNumber:202,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Video,component:_uploadVideo.Video,__self:this,__source:{fileName:_jsxFileName,lineNumber:203,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickSubmit,component:_quickSubmit.QuickSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:204,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Introduction,component:_introduction.Introduction,__self:this,__source:{fileName:_jsxFileName,lineNumber:205,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.FullSubmit,component:_fullSubmit.FullSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:206,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CommonSelect,component:_select.CommonSelect,__self:this,__source:{fileName:_jsxFileName,lineNumber:207,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBSign,component:_cimbSign.CIMBSign,__self:this,__source:{fileName:_jsxFileName,lineNumber:208,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SchedulePayment,component:_schedulePayment.SchedulePayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:209,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Notification,component:_notification.Notification,__self:this,__source:{fileName:_jsxFileName,lineNumber:213,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentList,component:_paymentList.PaymentList,__self:this,__source:{fileName:_jsxFileName,lineNumber:214,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBxTima,component:_CIMBxTima.CIMBxTima,__self:this,__source:{fileName:_jsxFileName,lineNumber:215,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickTerm,component:_QuickTerm.QuickTerm,__self:this,__source:{fileName:_jsxFileName,lineNumber:216,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentInfo,component:_PaymentInfo.PaymentInfo,__self:this,__source:{fileName:_jsxFileName,lineNumber:217,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CimbSelfie,component:_selfie2.CimbSelfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:218,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentEvidence,component:_paymentEvidence.PaymentEvidence,__self:this,__source:{fileName:_jsxFileName,lineNumber:219,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.GuideTransferBank,component:_guideTransferBank.GuideTransferBank,__self:this,__source:{fileName:_jsxFileName,lineNumber:223,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TransferDetail,component:_TransferDetail.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:227,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentAll,component:_PaymentAll.PaymentAll,__self:this,__source:{fileName:_jsxFileName,lineNumber:231,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ViewContract,component:_ViewContract.ViewContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:232,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ConfirmContract,component:_ConfirmContract.ConfirmContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:233,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Guideline,component:_Guideline.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:237,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.AcceptPolicy,component:_accept_policy.AcceptPolicy,__self:this,__source:{fileName:_jsxFileName,lineNumber:238,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DigitalLending,component:_digitalLending.DigitalLending,__self:this,__source:{fileName:_jsxFileName,lineNumber:239,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DetailLoanTima,component:_index.DetailLoanTima,__self:this,__source:{fileName:_jsxFileName,lineNumber:243,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.MRZScanner,component:_mrzScanner.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:247,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LivenessV2,component:_livenessV.LivenessV2,__self:this,__source:{fileName:_jsxFileName,lineNumber:248,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PreviewContract,component:_PreviewContract.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:249,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DigitalSchedulePayment,component:_DigitalSchedulePayment.DigitalSchedulePayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:253,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QrPayment,component:_QrPayment.QrPayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:257,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ShowQrCode,component:_ShowQrCode.ShowQrCode,__self:this,__source:{fileName:_jsxFileName,lineNumber:258,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.UpdateLoan,component:_UpdateLoan.UpdateLoan,__self:this,__source:{fileName:_jsxFileName,lineNumber:259,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PreviewSchedulePaymentTopup,component:_PreviewSchedulePaymentTopup.PreviewSchedulePaymentTopup,__self:this,__source:{fileName:_jsxFileName,lineNumber:260,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSNationalIDFront,component:_TTSNationalIDFront.TTSNationalIDFront,__self:this,__source:{fileName:_jsxFileName,lineNumber:264,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleRegistration,component:_VehicleRegistration.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:268,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleRegistrationFront,component:_VehicleRegistrationFront.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:272,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleRegistrationBack,component:_VehicleRegistrationBack.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:276,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleCamera,component:_VehicleCamera.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:280,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.RegisterCamera,component:_RegisterCamera.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:284,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.OCR,component:_OCR.OCR,__self:this,__source:{fileName:_jsxFileName,lineNumber:288,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewInformation,component:_ReviewInformation.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:289,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewLoan,component:_ReviewLoan.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:293,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.MSelect,component:_MSelect.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:294,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewInformationOther,component:_ReviewInformationOther.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:295,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSNationalIDBack,component:_TTSNationalIDBack.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:299,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSSelfie,component:_TTSSelfie.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:303,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LoanInterestRate,component:_LoanInterestRate.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:304,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSSignLoan,component:_TTSSignLoan.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:308,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSOTP,component:_TTSOTP.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:309,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.RegisterBack,component:_RegisterBack.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:310,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CCCDCameraScreen,component:_CCCDCameraScreen.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:311,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TopupLoanInfo,component:_TopupLoanInfo.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:315,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.AssetInformation,component:_AssetInformation.AssetInformation,__self:this,__source:{fileName:_jsxFileName,lineNumber:319,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LoanBuyCar,component:_LoanBuyCar.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:323,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.MySignViettel,component:_mySignViettel.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:324,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.InfoLoanMotobike,component:_InfoLoanMotobike.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:328,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewLoanMotobike,component:_ReviewLoanMotobike.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:332,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PolicyF88,component:_PolicyF.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:336,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.OcrStart,component:_OcrStart.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:337,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ScanMRZ,component:_ScanMRZ.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:338,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 _SelfieCamera=_interopRequireDefault(require("../screens/selfie/SelfieCamera"));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 _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 _OcrStart=_interopRequireDefault(require("../screens/NFC/OcrStart"));var _ScanMRZ=_interopRequireDefault(require("../screens/NFC/ScanMRZ"));var _ReviewInfoLoanBuyCar=_interopRequireDefault(require("../screens/v3/ReviewInfoLoanBuyCar"));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',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',OcrStart:'OcrStart',ScanMRZ:'ScanMRZ',CameraVehicleRegistration:'CameraVehicleRegistration',ReviewInfoLoanBuyCar:'ReviewInfoLoanBuyCar',SelfieCamera:'SelfieCamera'};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:180,columnNumber:5}},_react.default.createElement(Stack.Screen,{name:ScreenNames.Main,component:_home.Home,__self:this,__source:{fileName:_jsxFileName,lineNumber:194,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalID,component:_nationalID.NationalID,__self:this,__source:{fileName:_jsxFileName,lineNumber:195,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Selfie,component:_selfie.Selfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:196,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SelfieCamera,component:_SelfieCamera.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:197,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Camera,component:_camera.Camera,__self:this,__source:{fileName:_jsxFileName,lineNumber:198,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Terms,component:_TermScreen.TermScreen,__self:this,__source:{fileName:_jsxFileName,lineNumber:199,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LiveNess,component:_liveness.LiveNess,__self:this,__source:{fileName:_jsxFileName,lineNumber:200,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ESign,component:_eSign.ESign,__self:this,__source:{fileName:_jsxFileName,lineNumber:201,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.NationalIDBack,component:_nationalIDBack.NationalIDBack,__self:this,__source:{fileName:_jsxFileName,lineNumber:202,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DetailLoan,component:_detailLoan.DetailLoan,__self:this,__source:{fileName:_jsxFileName,lineNumber:206,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Contract,component:_contract.Contract,__self:this,__source:{fileName:_jsxFileName,lineNumber:207,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Video,component:_uploadVideo.Video,__self:this,__source:{fileName:_jsxFileName,lineNumber:208,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickSubmit,component:_quickSubmit.QuickSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:209,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Introduction,component:_introduction.Introduction,__self:this,__source:{fileName:_jsxFileName,lineNumber:210,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.FullSubmit,component:_fullSubmit.FullSubmit,__self:this,__source:{fileName:_jsxFileName,lineNumber:211,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CommonSelect,component:_select.CommonSelect,__self:this,__source:{fileName:_jsxFileName,lineNumber:212,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBSign,component:_cimbSign.CIMBSign,__self:this,__source:{fileName:_jsxFileName,lineNumber:213,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.SchedulePayment,component:_schedulePayment.SchedulePayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:214,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Notification,component:_notification.Notification,__self:this,__source:{fileName:_jsxFileName,lineNumber:218,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentList,component:_paymentList.PaymentList,__self:this,__source:{fileName:_jsxFileName,lineNumber:219,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CIMBxTima,component:_CIMBxTima.CIMBxTima,__self:this,__source:{fileName:_jsxFileName,lineNumber:220,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QuickTerm,component:_QuickTerm.QuickTerm,__self:this,__source:{fileName:_jsxFileName,lineNumber:221,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentInfo,component:_PaymentInfo.PaymentInfo,__self:this,__source:{fileName:_jsxFileName,lineNumber:222,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CimbSelfie,component:_selfie2.CimbSelfie,__self:this,__source:{fileName:_jsxFileName,lineNumber:223,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentEvidence,component:_paymentEvidence.PaymentEvidence,__self:this,__source:{fileName:_jsxFileName,lineNumber:224,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.GuideTransferBank,component:_guideTransferBank.GuideTransferBank,__self:this,__source:{fileName:_jsxFileName,lineNumber:228,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TransferDetail,component:_TransferDetail.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:232,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PaymentAll,component:_PaymentAll.PaymentAll,__self:this,__source:{fileName:_jsxFileName,lineNumber:236,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ViewContract,component:_ViewContract.ViewContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:237,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ConfirmContract,component:_ConfirmContract.ConfirmContract,__self:this,__source:{fileName:_jsxFileName,lineNumber:238,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.Guideline,component:_Guideline.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:242,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.AcceptPolicy,component:_accept_policy.AcceptPolicy,__self:this,__source:{fileName:_jsxFileName,lineNumber:243,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DigitalLending,component:_digitalLending.DigitalLending,__self:this,__source:{fileName:_jsxFileName,lineNumber:244,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DetailLoanTima,component:_index.DetailLoanTima,__self:this,__source:{fileName:_jsxFileName,lineNumber:248,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.MRZScanner,component:_mrzScanner.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:252,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LivenessV2,component:_livenessV.LivenessV2,__self:this,__source:{fileName:_jsxFileName,lineNumber:253,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PreviewContract,component:_PreviewContract.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:254,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.DigitalSchedulePayment,component:_DigitalSchedulePayment.DigitalSchedulePayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:258,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.QrPayment,component:_QrPayment.QrPayment,__self:this,__source:{fileName:_jsxFileName,lineNumber:262,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ShowQrCode,component:_ShowQrCode.ShowQrCode,__self:this,__source:{fileName:_jsxFileName,lineNumber:263,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.UpdateLoan,component:_UpdateLoan.UpdateLoan,__self:this,__source:{fileName:_jsxFileName,lineNumber:264,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PreviewSchedulePaymentTopup,component:_PreviewSchedulePaymentTopup.PreviewSchedulePaymentTopup,__self:this,__source:{fileName:_jsxFileName,lineNumber:265,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSNationalIDFront,component:_TTSNationalIDFront.TTSNationalIDFront,__self:this,__source:{fileName:_jsxFileName,lineNumber:269,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleRegistration,component:_VehicleRegistration.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:273,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleRegistrationFront,component:_VehicleRegistrationFront.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:277,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleRegistrationBack,component:_VehicleRegistrationBack.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:281,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.VehicleCamera,component:_VehicleCamera.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:285,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.RegisterCamera,component:_RegisterCamera.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:289,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.OCR,component:_OCR.OCR,__self:this,__source:{fileName:_jsxFileName,lineNumber:293,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewInformation,component:_ReviewInformation.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:294,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewLoan,component:_ReviewLoan.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:298,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.MSelect,component:_MSelect.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:299,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewInformationOther,component:_ReviewInformationOther.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:300,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSNationalIDBack,component:_TTSNationalIDBack.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:304,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSSelfie,component:_TTSSelfie.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:308,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LoanInterestRate,component:_LoanInterestRate.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:309,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSSignLoan,component:_TTSSignLoan.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:313,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TTSOTP,component:_TTSOTP.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:314,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.RegisterBack,component:_RegisterBack.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:315,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.CCCDCameraScreen,component:_CCCDCameraScreen.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:316,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.TopupLoanInfo,component:_TopupLoanInfo.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:320,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.AssetInformation,component:_AssetInformation.AssetInformation,__self:this,__source:{fileName:_jsxFileName,lineNumber:324,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.LoanBuyCar,component:_LoanBuyCar.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:328,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.MySignViettel,component:_mySignViettel.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:329,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.InfoLoanMotobike,component:_InfoLoanMotobike.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:333,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewLoanMotobike,component:_ReviewLoanMotobike.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:337,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.PolicyF88,component:_PolicyF.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:341,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.OcrStart,component:_OcrStart.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:342,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ScanMRZ,component:_ScanMRZ.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:343,columnNumber:7}}),_react.default.createElement(Stack.Screen,{name:ScreenNames.ReviewInfoLoanBuyCar,component:_ReviewInfoLoanBuyCar.default,__self:this,__source:{fileName:_jsxFileName,lineNumber:344,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
|
|
@@ -17,6 +17,7 @@ import {
|
|
|
17
17
|
import { OTP } from '../screens/otp';
|
|
18
18
|
import { NationalID } from '../screens/nationalID';
|
|
19
19
|
import { Selfie } from '../screens/selfie';
|
|
20
|
+
import SelfieCamera from '../screens/selfie/SelfieCamera';
|
|
20
21
|
import { Camera } from '../screens/camera';
|
|
21
22
|
import { TermScreen } from '../screens/terms/TermScreen';
|
|
22
23
|
import { LiveNess } from '../screens/liveness';
|
|
@@ -84,6 +85,7 @@ import ReviewLoanMotobike from '../screens/motobike/ReviewLoanMotobike';
|
|
|
84
85
|
import PolicyF88 from '../screens/motobike/PolicyF88';
|
|
85
86
|
import OcrStart from '../screens/NFC/OcrStart';
|
|
86
87
|
import ScanMRZ from '../screens/NFC/ScanMRZ';
|
|
88
|
+
import ReviewInfoLoanBuyCar from '../screens/v3/ReviewInfoLoanBuyCar';
|
|
87
89
|
|
|
88
90
|
export const ScreenNames = {
|
|
89
91
|
Main: 'HomeTimaCare',
|
|
@@ -160,6 +162,8 @@ export const ScreenNames = {
|
|
|
160
162
|
OcrStart: 'OcrStart',
|
|
161
163
|
ScanMRZ: 'ScanMRZ',
|
|
162
164
|
CameraVehicleRegistration: 'CameraVehicleRegistration',
|
|
165
|
+
ReviewInfoLoanBuyCar: 'ReviewInfoLoanBuyCar',
|
|
166
|
+
SelfieCamera: 'SelfieCamera',
|
|
163
167
|
};
|
|
164
168
|
|
|
165
169
|
const Stack = createNativeStackNavigator();
|
|
@@ -190,6 +194,7 @@ export function PrimaryNavigator(props) {
|
|
|
190
194
|
<Stack.Screen name={ScreenNames.Main} component={Home} />
|
|
191
195
|
<Stack.Screen name={ScreenNames.NationalID} component={NationalID} />
|
|
192
196
|
<Stack.Screen name={ScreenNames.Selfie} component={Selfie} />
|
|
197
|
+
<Stack.Screen name={ScreenNames.SelfieCamera} component={SelfieCamera} />
|
|
193
198
|
<Stack.Screen name={ScreenNames.Camera} component={Camera} />
|
|
194
199
|
<Stack.Screen name={ScreenNames.Terms} component={TermScreen} />
|
|
195
200
|
<Stack.Screen name={ScreenNames.LiveNess} component={LiveNess} />
|
|
@@ -336,6 +341,10 @@ export function PrimaryNavigator(props) {
|
|
|
336
341
|
<Stack.Screen name={ScreenNames.PolicyF88} component={PolicyF88} />
|
|
337
342
|
<Stack.Screen name={ScreenNames.OcrStart} component={OcrStart} />
|
|
338
343
|
<Stack.Screen name={ScreenNames.ScanMRZ} component={ScanMRZ} />
|
|
344
|
+
<Stack.Screen
|
|
345
|
+
name={ScreenNames.ReviewInfoLoanBuyCar}
|
|
346
|
+
component={ReviewInfoLoanBuyCar}
|
|
347
|
+
/>
|
|
339
348
|
</Stack.Navigator>
|
|
340
349
|
);
|
|
341
350
|
}
|