react-native-timacare 3.3.55 → 3.3.57-cccd
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/AppStore.js +1 -1
- package/lib/commonjs/AppStore.js.flow +7 -2
- package/lib/commonjs/AppStore.js.map +1 -1
- package/lib/commonjs/RNTimacare.js +1 -1
- package/lib/commonjs/RNTimacare.js.flow +7 -1
- package/lib/commonjs/RNTimacare.js.map +1 -1
- package/lib/commonjs/assets/icons/index.js +1 -1
- package/lib/commonjs/assets/icons/index.js.flow +10 -0
- package/lib/commonjs/assets/icons/index.js.map +1 -1
- package/lib/commonjs/assets/icons/modal_confirm.svg +15 -0
- package/lib/commonjs/assets/icons/modal_notice.svg +74 -0
- package/lib/commonjs/assets/icons/modal_success.svg +55 -0
- package/lib/commonjs/assets/icons/modal_warning.svg +48 -0
- package/lib/commonjs/assets/icons/user_security.svg +10 -0
- package/lib/commonjs/assets/tts/Frame1000011947.png +0 -0
- package/lib/commonjs/components/AppModal.js +2 -0
- package/lib/commonjs/components/AppModal.js.flow +34 -0
- package/lib/commonjs/components/AppModal.js.map +1 -0
- package/lib/commonjs/components/ItemTimaOne.js +2 -0
- package/lib/commonjs/components/{ItemTimaOneV3.js.flow → ItemTimaOne.js.flow} +1 -1
- package/lib/commonjs/components/ItemTimaOne.js.map +1 -0
- package/lib/commonjs/components/ModalNotification/AlertGlobal.js +2 -0
- package/lib/commonjs/components/ModalNotification/AlertGlobal.js.flow +100 -0
- package/lib/commonjs/components/ModalNotification/AlertGlobal.js.map +1 -0
- package/lib/commonjs/components/ModalNotification/index.js +2 -0
- package/lib/commonjs/components/ModalNotification/index.js.flow +224 -0
- package/lib/commonjs/components/ModalNotification/index.js.map +1 -0
- package/lib/commonjs/components/ModalOptionLoan.js +1 -1
- package/lib/commonjs/components/ModalOptionLoan.js.flow +15 -7
- package/lib/commonjs/components/ModalOptionLoan.js.map +1 -1
- package/lib/commonjs/components/ModalOptionLoanDigital.js +1 -1
- package/lib/commonjs/components/ModalOptionLoanDigital.js.flow +15 -7
- package/lib/commonjs/components/ModalOptionLoanDigital.js.map +1 -1
- package/lib/commonjs/navigation/primary-navigator.js +1 -1
- package/lib/commonjs/navigation/primary-navigator.js.flow +7 -0
- package/lib/commonjs/navigation/primary-navigator.js.map +1 -1
- package/lib/commonjs/screens/NFC/OcrStart.js +2 -0
- package/lib/commonjs/screens/NFC/OcrStart.js.flow +171 -0
- package/lib/commonjs/screens/NFC/OcrStart.js.map +1 -0
- package/lib/commonjs/screens/NFC/ScanMRZ.js +2 -0
- package/lib/commonjs/screens/NFC/ScanMRZ.js.flow +563 -0
- package/lib/commonjs/screens/NFC/ScanMRZ.js.map +1 -0
- package/lib/commonjs/screens/SelectorStore.js +1 -1
- package/lib/commonjs/screens/SelectorStore.js.flow +7 -2
- package/lib/commonjs/screens/SelectorStore.js.map +1 -1
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js +1 -1
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js.flow +253 -187
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js.map +1 -1
- package/lib/commonjs/screens/camera/index.js +1 -1
- package/lib/commonjs/screens/camera/index.js.flow +50 -54
- package/lib/commonjs/screens/camera/index.js.map +1 -1
- package/lib/commonjs/screens/cimb-sign/index.js +1 -1
- package/lib/commonjs/screens/cimb-sign/index.js.flow +10 -14
- package/lib/commonjs/screens/cimb-sign/index.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js +1 -1
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js.flow +75 -54
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js +1 -1
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js.flow +77 -54
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/store.js +1 -1
- package/lib/commonjs/screens/detail-loan/store.js.flow +39 -7
- package/lib/commonjs/screens/detail-loan/store.js.map +1 -1
- package/lib/commonjs/screens/detail-loan-tima/InforLoan.js +1 -1
- package/lib/commonjs/screens/detail-loan-tima/InforLoan.js.flow +20 -4
- package/lib/commonjs/screens/detail-loan-tima/InforLoan.js.map +1 -1
- package/lib/commonjs/screens/detail-loan-tima/PaymentSchedule.js +1 -1
- package/lib/commonjs/screens/detail-loan-tima/PaymentSchedule.js.flow +19 -4
- package/lib/commonjs/screens/detail-loan-tima/PaymentSchedule.js.map +1 -1
- package/lib/commonjs/screens/digital-lending/Step6.js +1 -1
- package/lib/commonjs/screens/digital-lending/Step6.js.flow +24 -29
- package/lib/commonjs/screens/digital-lending/Step6.js.map +1 -1
- package/lib/commonjs/screens/digital-lending/store.js +1 -1
- package/lib/commonjs/screens/digital-lending/store.js.flow +113 -20
- package/lib/commonjs/screens/digital-lending/store.js.map +1 -1
- package/lib/commonjs/screens/eSign/Store.js +1 -1
- package/lib/commonjs/screens/eSign/Store.js.flow +69 -34
- package/lib/commonjs/screens/eSign/Store.js.map +1 -1
- package/lib/commonjs/screens/eSign/index.js +1 -1
- package/lib/commonjs/screens/eSign/index.js.flow +33 -34
- package/lib/commonjs/screens/eSign/index.js.map +1 -1
- package/lib/commonjs/screens/full-submit/accept_policy.js +1 -1
- package/lib/commonjs/screens/full-submit/accept_policy.js.flow +101 -85
- package/lib/commonjs/screens/full-submit/accept_policy.js.map +1 -1
- package/lib/commonjs/screens/full-submit/store.js +1 -1
- package/lib/commonjs/screens/full-submit/store.js.flow +157 -27
- package/lib/commonjs/screens/full-submit/store.js.map +1 -1
- package/lib/commonjs/screens/full-submit/update-info.js +1 -1
- package/lib/commonjs/screens/full-submit/update-info.js.flow +0 -1
- package/lib/commonjs/screens/full-submit/update-info.js.map +1 -1
- package/lib/commonjs/screens/home/DigitalTopupItem.js +1 -1
- package/lib/commonjs/screens/home/DigitalTopupItem.js.flow +15 -7
- package/lib/commonjs/screens/home/DigitalTopupItem.js.map +1 -1
- package/lib/commonjs/screens/home/ItemMotoBikeLoan.js +1 -1
- package/lib/commonjs/screens/home/ItemMotoBikeLoan.js.flow +16 -7
- package/lib/commonjs/screens/home/ItemMotoBikeLoan.js.map +1 -1
- package/lib/commonjs/screens/home/Store.js +1 -1
- package/lib/commonjs/screens/home/Store.js.flow +44 -23
- package/lib/commonjs/screens/home/Store.js.map +1 -1
- package/lib/commonjs/screens/home/index.js +1 -1
- package/lib/commonjs/screens/home/index.js.flow +306 -298
- package/lib/commonjs/screens/home/index.js.map +1 -1
- package/lib/commonjs/screens/liveness/LivenessStore.js +1 -1
- package/lib/commonjs/screens/liveness/LivenessStore.js.flow +111 -89
- package/lib/commonjs/screens/liveness/LivenessStore.js.map +1 -1
- package/lib/commonjs/screens/liveness/index.js +1 -1
- package/lib/commonjs/screens/liveness/index.js.flow +67 -68
- package/lib/commonjs/screens/liveness/index.js.map +1 -1
- package/lib/commonjs/screens/liveness-v2/index.js +1 -1
- package/lib/commonjs/screens/liveness-v2/index.js.flow +52 -52
- package/lib/commonjs/screens/liveness-v2/index.js.map +1 -1
- package/lib/commonjs/screens/loan/PreviewSchedulePaymentTopup.js +1 -1
- package/lib/commonjs/screens/loan/PreviewSchedulePaymentTopup.js.flow +20 -10
- package/lib/commonjs/screens/loan/PreviewSchedulePaymentTopup.js.map +1 -1
- package/lib/commonjs/screens/loan/UpdateLoan.js +1 -1
- package/lib/commonjs/screens/loan/UpdateLoan.js.flow +56 -23
- package/lib/commonjs/screens/loan/UpdateLoan.js.map +1 -1
- package/lib/commonjs/screens/motobike/InfoLoanMotobike.js +1 -1
- package/lib/commonjs/screens/motobike/InfoLoanMotobike.js.flow +43 -29
- package/lib/commonjs/screens/motobike/InfoLoanMotobike.js.map +1 -1
- package/lib/commonjs/screens/motobike/PolicyF88.js +1 -1
- package/lib/commonjs/screens/motobike/PolicyF88.js.flow +15 -6
- package/lib/commonjs/screens/motobike/PolicyF88.js.map +1 -1
- package/lib/commonjs/screens/motobike/ReviewLoanMotobike.js +1 -1
- package/lib/commonjs/screens/motobike/ReviewLoanMotobike.js.flow +13 -3
- package/lib/commonjs/screens/motobike/ReviewLoanMotobike.js.map +1 -1
- package/lib/commonjs/screens/mrz-scanner/index.js +1 -1
- package/lib/commonjs/screens/mrz-scanner/index.js.flow +56 -55
- package/lib/commonjs/screens/mrz-scanner/index.js.map +1 -1
- package/lib/commonjs/screens/mrz-scanner/store.js +1 -1
- package/lib/commonjs/screens/mrz-scanner/store.js.flow +13 -3
- package/lib/commonjs/screens/mrz-scanner/store.js.map +1 -1
- package/lib/commonjs/screens/nationalID/Store.js +1 -1
- package/lib/commonjs/screens/nationalID/Store.js.flow +50 -29
- package/lib/commonjs/screens/nationalID/Store.js.map +1 -1
- package/lib/commonjs/screens/nationalID/index.js +1 -1
- package/lib/commonjs/screens/nationalID/index.js.flow +123 -219
- package/lib/commonjs/screens/nationalID/index.js.map +1 -1
- package/lib/commonjs/screens/nationalIDBack/Store.js +1 -1
- package/lib/commonjs/screens/nationalIDBack/Store.js.flow +44 -26
- package/lib/commonjs/screens/nationalIDBack/Store.js.map +1 -1
- package/lib/commonjs/screens/nationalIDBack/index.js +1 -1
- package/lib/commonjs/screens/nationalIDBack/index.js.flow +129 -210
- package/lib/commonjs/screens/nationalIDBack/index.js.map +1 -1
- package/lib/commonjs/screens/notification/ListLoanStore.js +1 -1
- package/lib/commonjs/screens/notification/ListLoanStore.js.flow +19 -4
- package/lib/commonjs/screens/notification/ListLoanStore.js.map +1 -1
- package/lib/commonjs/screens/notification/index.js +1 -1
- package/lib/commonjs/screens/notification/index.js.flow +0 -1
- package/lib/commonjs/screens/notification/index.js.map +1 -1
- package/lib/commonjs/screens/notification/store.js +1 -1
- package/lib/commonjs/screens/notification/store.js.flow +7 -2
- package/lib/commonjs/screens/notification/store.js.map +1 -1
- package/lib/commonjs/screens/personal/index.js +1 -1
- package/lib/commonjs/screens/personal/index.js.flow +21 -19
- package/lib/commonjs/screens/personal/index.js.map +1 -1
- package/lib/commonjs/screens/qualify/Store.js.flow +0 -1
- package/lib/commonjs/screens/qualify/Store.js.map +1 -1
- package/lib/commonjs/screens/quick-submit/store.js +1 -1
- package/lib/commonjs/screens/quick-submit/store.js.flow +85 -15
- package/lib/commonjs/screens/quick-submit/store.js.map +1 -1
- package/lib/commonjs/screens/schedule-payment/DigitalSchedulePayment.js +1 -1
- package/lib/commonjs/screens/schedule-payment/DigitalSchedulePayment.js.flow +20 -4
- package/lib/commonjs/screens/schedule-payment/DigitalSchedulePayment.js.map +1 -1
- package/lib/commonjs/screens/schedule-payment/store.js +1 -1
- package/lib/commonjs/screens/schedule-payment/store.js.flow +13 -5
- package/lib/commonjs/screens/schedule-payment/store.js.map +1 -1
- package/lib/commonjs/screens/selfie/SelfieStore.js +1 -1
- package/lib/commonjs/screens/selfie/SelfieStore.js.flow +25 -9
- package/lib/commonjs/screens/selfie/SelfieStore.js.map +1 -1
- package/lib/commonjs/screens/selfie/index.js +1 -1
- package/lib/commonjs/screens/selfie/index.js.flow +0 -1
- package/lib/commonjs/screens/selfie/index.js.map +1 -1
- package/lib/commonjs/screens/sign-tima/ViewContract.js +1 -1
- package/lib/commonjs/screens/sign-tima/ViewContract.js.flow +17 -18
- package/lib/commonjs/screens/sign-tima/ViewContract.js.map +1 -1
- package/lib/commonjs/screens/sign-tima/store.js +1 -1
- package/lib/commonjs/screens/sign-tima/store.js.flow +37 -7
- package/lib/commonjs/screens/sign-tima/store.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/LoanInterestRate.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/LoanInterestRate.js.flow +36 -10
- package/lib/commonjs/screens/toan-trinh-so/LoanInterestRate.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/OCR.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/OCR.js.flow +321 -609
- package/lib/commonjs/screens/toan-trinh-so/OCR.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/RegisterBack.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/RegisterBack.js.flow +21 -4
- package/lib/commonjs/screens/toan-trinh-so/RegisterBack.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/RegisterCamera.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/RegisterCamera.js.flow +50 -54
- package/lib/commonjs/screens/toan-trinh-so/RegisterCamera.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformation.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformation.js.flow +31 -25
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformation.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformationOther.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformationOther.js.flow +88 -82
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformationOther.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewLoan.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewLoan.js.flow +25 -5
- package/lib/commonjs/screens/toan-trinh-so/ReviewLoan.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDBack.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDBack.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDBack.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDFront.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDFront.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDFront.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSOTP.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSOTP.js.flow +42 -25
- package/lib/commonjs/screens/toan-trinh-so/TTSOTP.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSSelfie.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSSelfie.js.flow +63 -56
- package/lib/commonjs/screens/toan-trinh-so/TTSSelfie.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSSignLoan.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSSignLoan.js.flow +63 -55
- package/lib/commonjs/screens/toan-trinh-so/TTSSignLoan.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TopupLoanInfo.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TopupLoanInfo.js.flow +50 -43
- package/lib/commonjs/screens/toan-trinh-so/TopupLoanInfo.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.flow +275 -341
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistration.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistration.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistration.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationBack.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationBack.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationBack.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationFront.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationFront.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationFront.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/store.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/store.js.flow +82 -37
- package/lib/commonjs/screens/toan-trinh-so/store.js.map +1 -1
- package/lib/commonjs/screens/uploadVideo/index.js +1 -1
- package/lib/commonjs/screens/uploadVideo/index.js.flow +26 -21
- package/lib/commonjs/screens/uploadVideo/index.js.map +1 -1
- package/lib/commonjs/screens/uploadVideo/videoStore.js +1 -1
- package/lib/commonjs/screens/uploadVideo/videoStore.js.flow +19 -4
- package/lib/commonjs/screens/uploadVideo/videoStore.js.map +1 -1
- package/lib/commonjs/screens/v3/AssetInformation.js +1 -1
- package/lib/commonjs/screens/v3/AssetInformation.js.flow +35 -16
- package/lib/commonjs/screens/v3/AssetInformation.js.map +1 -1
- package/lib/commonjs/screens/v3/LoanBuyCar.js +1 -1
- package/lib/commonjs/screens/v3/LoanBuyCar.js.flow +35 -16
- package/lib/commonjs/screens/v3/LoanBuyCar.js.map +1 -1
- package/lib/commonjs/services/api/api.js +1 -1
- package/lib/commonjs/services/api/api.js.flow +23 -26
- package/lib/commonjs/services/api/api.js.map +1 -1
- package/lib/commonjs/utils/cameraCrop.js +2 -0
- package/lib/commonjs/utils/cameraCrop.js.flow +96 -0
- package/lib/commonjs/utils/cameraCrop.js.map +1 -0
- package/lib/module/AppStore.js +1 -1
- package/lib/module/AppStore.js.map +1 -1
- package/lib/module/RNTimacare.js +1 -1
- package/lib/module/RNTimacare.js.map +1 -1
- package/lib/module/assets/icons/index.js +1 -1
- package/lib/module/assets/icons/index.js.map +1 -1
- package/lib/module/assets/icons/modal_confirm.svg +15 -0
- package/lib/module/assets/icons/modal_notice.svg +74 -0
- package/lib/module/assets/icons/modal_success.svg +55 -0
- package/lib/module/assets/icons/modal_warning.svg +48 -0
- package/lib/module/assets/icons/user_security.svg +10 -0
- package/lib/module/assets/tts/Frame1000011947.png +0 -0
- package/lib/module/components/AppModal.js +2 -0
- package/lib/module/components/AppModal.js.map +1 -0
- package/lib/module/components/ItemTimaOne.js +2 -0
- package/lib/module/components/ItemTimaOne.js.map +1 -0
- package/lib/module/components/ModalNotification/AlertGlobal.js +2 -0
- package/lib/module/components/ModalNotification/AlertGlobal.js.map +1 -0
- package/lib/module/components/ModalNotification/index.js +2 -0
- package/lib/module/components/ModalNotification/index.js.map +1 -0
- package/lib/module/components/ModalOptionLoan.js +1 -1
- package/lib/module/components/ModalOptionLoan.js.map +1 -1
- package/lib/module/components/ModalOptionLoanDigital.js +1 -1
- package/lib/module/components/ModalOptionLoanDigital.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/NFC/OcrStart.js +2 -0
- package/lib/module/screens/NFC/OcrStart.js.map +1 -0
- package/lib/module/screens/NFC/ScanMRZ.js +2 -0
- package/lib/module/screens/NFC/ScanMRZ.js.map +1 -0
- package/lib/module/screens/SelectorStore.js +1 -1
- package/lib/module/screens/SelectorStore.js.map +1 -1
- package/lib/module/screens/camera/CCCDCameraScreen.js +1 -1
- package/lib/module/screens/camera/CCCDCameraScreen.js.map +1 -1
- package/lib/module/screens/camera/index.js +1 -1
- package/lib/module/screens/camera/index.js.map +1 -1
- package/lib/module/screens/cimb-sign/index.js +1 -1
- package/lib/module/screens/cimb-sign/index.js.map +1 -1
- package/lib/module/screens/detail-loan/PaymentInfo.js +1 -1
- package/lib/module/screens/detail-loan/PaymentInfo.js.map +1 -1
- package/lib/module/screens/detail-loan/ShowQrCode.js +1 -1
- package/lib/module/screens/detail-loan/ShowQrCode.js.map +1 -1
- package/lib/module/screens/detail-loan/store.js +1 -1
- package/lib/module/screens/detail-loan/store.js.map +1 -1
- package/lib/module/screens/detail-loan-tima/InforLoan.js +1 -1
- package/lib/module/screens/detail-loan-tima/InforLoan.js.map +1 -1
- package/lib/module/screens/detail-loan-tima/PaymentSchedule.js +1 -1
- package/lib/module/screens/detail-loan-tima/PaymentSchedule.js.map +1 -1
- package/lib/module/screens/digital-lending/Step6.js +1 -1
- package/lib/module/screens/digital-lending/Step6.js.map +1 -1
- package/lib/module/screens/digital-lending/store.js +1 -1
- package/lib/module/screens/digital-lending/store.js.map +1 -1
- package/lib/module/screens/eSign/Store.js +1 -1
- package/lib/module/screens/eSign/Store.js.map +1 -1
- package/lib/module/screens/eSign/index.js +1 -1
- package/lib/module/screens/eSign/index.js.map +1 -1
- package/lib/module/screens/full-submit/accept_policy.js +1 -1
- package/lib/module/screens/full-submit/accept_policy.js.map +1 -1
- package/lib/module/screens/full-submit/store.js +1 -1
- package/lib/module/screens/full-submit/store.js.map +1 -1
- package/lib/module/screens/full-submit/update-info.js +1 -1
- package/lib/module/screens/full-submit/update-info.js.map +1 -1
- package/lib/module/screens/home/DigitalTopupItem.js +1 -1
- package/lib/module/screens/home/DigitalTopupItem.js.map +1 -1
- package/lib/module/screens/home/ItemMotoBikeLoan.js +1 -1
- package/lib/module/screens/home/ItemMotoBikeLoan.js.map +1 -1
- package/lib/module/screens/home/Store.js +1 -1
- package/lib/module/screens/home/Store.js.map +1 -1
- package/lib/module/screens/home/index.js +1 -1
- package/lib/module/screens/home/index.js.map +1 -1
- package/lib/module/screens/liveness/LivenessStore.js +1 -1
- package/lib/module/screens/liveness/LivenessStore.js.map +1 -1
- package/lib/module/screens/liveness/index.js +1 -1
- package/lib/module/screens/liveness/index.js.map +1 -1
- package/lib/module/screens/liveness-v2/index.js +1 -1
- package/lib/module/screens/liveness-v2/index.js.map +1 -1
- package/lib/module/screens/loan/PreviewSchedulePaymentTopup.js +1 -1
- package/lib/module/screens/loan/PreviewSchedulePaymentTopup.js.map +1 -1
- package/lib/module/screens/loan/UpdateLoan.js +1 -1
- package/lib/module/screens/loan/UpdateLoan.js.map +1 -1
- package/lib/module/screens/motobike/InfoLoanMotobike.js +1 -1
- package/lib/module/screens/motobike/InfoLoanMotobike.js.map +1 -1
- package/lib/module/screens/motobike/PolicyF88.js +1 -1
- package/lib/module/screens/motobike/PolicyF88.js.map +1 -1
- package/lib/module/screens/motobike/ReviewLoanMotobike.js +1 -1
- package/lib/module/screens/motobike/ReviewLoanMotobike.js.map +1 -1
- package/lib/module/screens/mrz-scanner/index.js +1 -1
- package/lib/module/screens/mrz-scanner/index.js.map +1 -1
- package/lib/module/screens/mrz-scanner/store.js +1 -1
- package/lib/module/screens/mrz-scanner/store.js.map +1 -1
- package/lib/module/screens/nationalID/Store.js +1 -1
- package/lib/module/screens/nationalID/Store.js.map +1 -1
- package/lib/module/screens/nationalID/index.js +1 -1
- package/lib/module/screens/nationalID/index.js.map +1 -1
- package/lib/module/screens/nationalIDBack/Store.js +1 -1
- package/lib/module/screens/nationalIDBack/Store.js.map +1 -1
- package/lib/module/screens/nationalIDBack/index.js +1 -1
- package/lib/module/screens/nationalIDBack/index.js.map +1 -1
- package/lib/module/screens/notification/ListLoanStore.js +1 -1
- package/lib/module/screens/notification/ListLoanStore.js.map +1 -1
- package/lib/module/screens/notification/index.js +1 -1
- package/lib/module/screens/notification/index.js.map +1 -1
- package/lib/module/screens/notification/store.js +1 -1
- package/lib/module/screens/notification/store.js.map +1 -1
- package/lib/module/screens/personal/index.js +1 -1
- package/lib/module/screens/personal/index.js.map +1 -1
- package/lib/module/screens/qualify/Store.js.map +1 -1
- package/lib/module/screens/quick-submit/store.js +1 -1
- package/lib/module/screens/quick-submit/store.js.map +1 -1
- package/lib/module/screens/schedule-payment/DigitalSchedulePayment.js +1 -1
- package/lib/module/screens/schedule-payment/DigitalSchedulePayment.js.map +1 -1
- package/lib/module/screens/schedule-payment/store.js +1 -1
- package/lib/module/screens/schedule-payment/store.js.map +1 -1
- package/lib/module/screens/selfie/SelfieStore.js +1 -1
- package/lib/module/screens/selfie/SelfieStore.js.map +1 -1
- package/lib/module/screens/selfie/index.js +1 -1
- package/lib/module/screens/selfie/index.js.map +1 -1
- package/lib/module/screens/sign-tima/ViewContract.js +1 -1
- package/lib/module/screens/sign-tima/ViewContract.js.map +1 -1
- package/lib/module/screens/sign-tima/store.js +1 -1
- package/lib/module/screens/sign-tima/store.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/LoanInterestRate.js +1 -1
- package/lib/module/screens/toan-trinh-so/LoanInterestRate.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/OCR.js +1 -1
- package/lib/module/screens/toan-trinh-so/OCR.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/RegisterBack.js +1 -1
- package/lib/module/screens/toan-trinh-so/RegisterBack.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/RegisterCamera.js +1 -1
- package/lib/module/screens/toan-trinh-so/RegisterCamera.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewInformation.js +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewInformation.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewInformationOther.js +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewInformationOther.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewLoan.js +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewLoan.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSNationalIDBack.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSNationalIDBack.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSNationalIDFront.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSNationalIDFront.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSOTP.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSOTP.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSSelfie.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSSelfie.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSSignLoan.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSSignLoan.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TopupLoanInfo.js +1 -1
- package/lib/module/screens/toan-trinh-so/TopupLoanInfo.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleCamera.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistration.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistration.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistrationBack.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistrationBack.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistrationFront.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistrationFront.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/store.js +1 -1
- package/lib/module/screens/toan-trinh-so/store.js.map +1 -1
- package/lib/module/screens/uploadVideo/index.js +1 -1
- package/lib/module/screens/uploadVideo/index.js.map +1 -1
- package/lib/module/screens/uploadVideo/videoStore.js +1 -1
- package/lib/module/screens/uploadVideo/videoStore.js.map +1 -1
- package/lib/module/screens/v3/AssetInformation.js +1 -1
- package/lib/module/screens/v3/AssetInformation.js.map +1 -1
- package/lib/module/screens/v3/LoanBuyCar.js +1 -1
- package/lib/module/screens/v3/LoanBuyCar.js.map +1 -1
- package/lib/module/services/api/api.js +1 -1
- package/lib/module/services/api/api.js.map +1 -1
- package/lib/module/utils/cameraCrop.js +2 -0
- package/lib/module/utils/cameraCrop.js.map +1 -0
- package/lib/typescript/AppStore.d.ts.map +1 -1
- package/lib/typescript/RNTimacare.d.ts.map +1 -1
- package/lib/typescript/assets/icons/index.d.ts +6 -1
- package/lib/typescript/assets/icons/index.d.ts.map +1 -1
- package/lib/typescript/components/AppModal.d.ts +18 -0
- package/lib/typescript/components/AppModal.d.ts.map +1 -0
- package/lib/typescript/components/ItemTimaOne.d.ts +7 -0
- package/lib/typescript/components/ItemTimaOne.d.ts.map +1 -0
- package/lib/typescript/components/ModalNotification/AlertGlobal.d.ts +30 -0
- package/lib/typescript/components/ModalNotification/AlertGlobal.d.ts.map +1 -0
- package/lib/typescript/components/ModalNotification/index.d.ts +35 -0
- package/lib/typescript/components/ModalNotification/index.d.ts.map +1 -0
- package/lib/typescript/components/ModalOptionLoan.d.ts.map +1 -1
- package/lib/typescript/components/ModalOptionLoanDigital.d.ts.map +1 -1
- package/lib/typescript/navigation/primary-navigator.d.ts +3 -0
- package/lib/typescript/navigation/primary-navigator.d.ts.map +1 -1
- package/lib/typescript/screens/NFC/OcrStart.d.ts +2 -0
- package/lib/typescript/screens/NFC/OcrStart.d.ts.map +1 -0
- package/lib/typescript/screens/NFC/ScanMRZ.d.ts +15 -0
- package/lib/typescript/screens/NFC/ScanMRZ.d.ts.map +1 -0
- package/lib/typescript/screens/SelectorStore.d.ts.map +1 -1
- package/lib/typescript/screens/camera/CCCDCameraScreen.d.ts.map +1 -1
- package/lib/typescript/screens/camera/index.d.ts.map +1 -1
- package/lib/typescript/screens/cimb-sign/index.d.ts.map +1 -1
- package/lib/typescript/screens/detail-loan/ShowQrCode.d.ts.map +1 -1
- package/lib/typescript/screens/detail-loan/store.d.ts.map +1 -1
- package/lib/typescript/screens/detail-loan-tima/InforLoan.d.ts.map +1 -1
- package/lib/typescript/screens/detail-loan-tima/PaymentSchedule.d.ts.map +1 -1
- package/lib/typescript/screens/digital-lending/Step6.d.ts.map +1 -1
- package/lib/typescript/screens/digital-lending/store.d.ts.map +1 -1
- package/lib/typescript/screens/eSign/Store.d.ts.map +1 -1
- package/lib/typescript/screens/eSign/index.d.ts.map +1 -1
- package/lib/typescript/screens/full-submit/accept_policy.d.ts.map +1 -1
- package/lib/typescript/screens/full-submit/store.d.ts.map +1 -1
- package/lib/typescript/screens/full-submit/update-info.d.ts.map +1 -1
- package/lib/typescript/screens/home/DigitalTopupItem.d.ts.map +1 -1
- package/lib/typescript/screens/home/ItemMotoBikeLoan.d.ts.map +1 -1
- package/lib/typescript/screens/home/Store.d.ts.map +1 -1
- package/lib/typescript/screens/home/index.d.ts.map +1 -1
- package/lib/typescript/screens/liveness/LivenessStore.d.ts.map +1 -1
- package/lib/typescript/screens/liveness/index.d.ts.map +1 -1
- package/lib/typescript/screens/loan/PreviewSchedulePaymentTopup.d.ts.map +1 -1
- package/lib/typescript/screens/loan/UpdateLoan.d.ts.map +1 -1
- package/lib/typescript/screens/motobike/InfoLoanMotobike.d.ts.map +1 -1
- package/lib/typescript/screens/motobike/PolicyF88.d.ts.map +1 -1
- package/lib/typescript/screens/motobike/ReviewLoanMotobike.d.ts.map +1 -1
- package/lib/typescript/screens/mrz-scanner/index.d.ts.map +1 -1
- package/lib/typescript/screens/mrz-scanner/store.d.ts.map +1 -1
- package/lib/typescript/screens/nationalID/Store.d.ts.map +1 -1
- package/lib/typescript/screens/nationalID/index.d.ts.map +1 -1
- package/lib/typescript/screens/nationalIDBack/Store.d.ts.map +1 -1
- package/lib/typescript/screens/nationalIDBack/index.d.ts.map +1 -1
- package/lib/typescript/screens/notification/ListLoanStore.d.ts.map +1 -1
- package/lib/typescript/screens/notification/index.d.ts.map +1 -1
- package/lib/typescript/screens/notification/store.d.ts.map +1 -1
- package/lib/typescript/screens/personal/index.d.ts.map +1 -1
- package/lib/typescript/screens/qualify/Store.d.ts.map +1 -1
- package/lib/typescript/screens/quick-submit/store.d.ts.map +1 -1
- package/lib/typescript/screens/schedule-payment/DigitalSchedulePayment.d.ts.map +1 -1
- package/lib/typescript/screens/schedule-payment/store.d.ts.map +1 -1
- package/lib/typescript/screens/selfie/SelfieStore.d.ts.map +1 -1
- package/lib/typescript/screens/selfie/index.d.ts.map +1 -1
- package/lib/typescript/screens/sign-tima/ViewContract.d.ts.map +1 -1
- package/lib/typescript/screens/sign-tima/store.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/LoanInterestRate.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/OCR.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/RegisterBack.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/RegisterCamera.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/ReviewInformation.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/ReviewInformationOther.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/ReviewLoan.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSNationalIDBack.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSNationalIDFront.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSOTP.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSSelfie.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSSignLoan.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TopupLoanInfo.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleCamera.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleRegistration.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleRegistrationBack.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleRegistrationFront.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/store.d.ts.map +1 -1
- package/lib/typescript/screens/uploadVideo/index.d.ts.map +1 -1
- package/lib/typescript/screens/uploadVideo/videoStore.d.ts.map +1 -1
- package/lib/typescript/screens/v3/AssetInformation.d.ts.map +1 -1
- package/lib/typescript/screens/v3/LoanBuyCar.d.ts.map +1 -1
- package/lib/typescript/services/api/api.d.ts.map +1 -1
- package/lib/typescript/utils/cameraCrop.d.ts +43 -0
- package/lib/typescript/utils/cameraCrop.d.ts.map +1 -0
- package/package.json +2 -1
- package/src/AppStore.tsx +7 -2
- package/src/RNTimacare.tsx +7 -1
- package/src/assets/icons/index.tsx +10 -0
- package/src/assets/icons/modal_confirm.svg +15 -0
- package/src/assets/icons/modal_notice.svg +74 -0
- package/src/assets/icons/modal_success.svg +55 -0
- package/src/assets/icons/modal_warning.svg +48 -0
- package/src/assets/icons/user_security.svg +10 -0
- package/src/assets/tts/Frame1000011947.png +0 -0
- package/src/components/AppModal.tsx +34 -0
- package/src/components/{ItemTimaOneV3.tsx → ItemTimaOne.tsx} +1 -1
- package/src/components/ModalNotification/AlertGlobal.tsx +100 -0
- package/src/components/ModalNotification/index.tsx +224 -0
- package/src/components/ModalOptionLoan.tsx +15 -7
- package/src/components/ModalOptionLoanDigital.tsx +15 -7
- package/src/navigation/primary-navigator.tsx +7 -0
- package/src/screens/NFC/OcrStart.tsx +171 -0
- package/src/screens/NFC/ScanMRZ.tsx +563 -0
- package/src/screens/SelectorStore.tsx +7 -2
- package/src/screens/camera/CCCDCameraScreen.tsx +253 -187
- package/src/screens/camera/index.tsx +50 -54
- package/src/screens/cimb-sign/index.tsx +10 -14
- package/src/screens/detail-loan/PaymentInfo.tsx +75 -54
- package/src/screens/detail-loan/ShowQrCode.tsx +77 -54
- package/src/screens/detail-loan/store.tsx +39 -7
- package/src/screens/detail-loan-tima/InforLoan.tsx +20 -4
- package/src/screens/detail-loan-tima/PaymentSchedule.tsx +19 -4
- package/src/screens/digital-lending/Step6.tsx +24 -29
- package/src/screens/digital-lending/store.tsx +113 -20
- package/src/screens/eSign/Store.tsx +69 -34
- package/src/screens/eSign/index.tsx +33 -34
- package/src/screens/full-submit/accept_policy.tsx +101 -85
- package/src/screens/full-submit/store.tsx +157 -27
- package/src/screens/full-submit/update-info.tsx +0 -1
- package/src/screens/home/DigitalTopupItem.tsx +15 -7
- package/src/screens/home/ItemMotoBikeLoan.tsx +16 -7
- package/src/screens/home/Store.tsx +44 -23
- package/src/screens/home/index.tsx +306 -298
- package/src/screens/liveness/LivenessStore.tsx +111 -89
- package/src/screens/liveness/index.tsx +67 -68
- package/src/screens/liveness-v2/index.tsx +52 -52
- package/src/screens/loan/PreviewSchedulePaymentTopup.tsx +20 -10
- package/src/screens/loan/UpdateLoan.tsx +56 -23
- package/src/screens/motobike/InfoLoanMotobike.tsx +43 -29
- package/src/screens/motobike/PolicyF88.tsx +15 -6
- package/src/screens/motobike/ReviewLoanMotobike.tsx +13 -3
- package/src/screens/mrz-scanner/index.tsx +56 -55
- package/src/screens/mrz-scanner/store.ts +13 -3
- package/src/screens/nationalID/Store.tsx +50 -29
- package/src/screens/nationalID/index.tsx +123 -219
- package/src/screens/nationalIDBack/Store.tsx +44 -26
- package/src/screens/nationalIDBack/index.tsx +129 -210
- package/src/screens/notification/ListLoanStore.tsx +19 -4
- package/src/screens/notification/index.tsx +0 -1
- package/src/screens/notification/store.tsx +7 -2
- package/src/screens/personal/index.tsx +21 -19
- package/src/screens/qualify/Store.tsx +0 -1
- package/src/screens/quick-submit/store.tsx +85 -15
- package/src/screens/schedule-payment/DigitalSchedulePayment.tsx +20 -4
- package/src/screens/schedule-payment/store.tsx +13 -5
- package/src/screens/selfie/SelfieStore.tsx +25 -9
- package/src/screens/selfie/index.tsx +0 -1
- package/src/screens/sign-tima/ViewContract.tsx +17 -18
- package/src/screens/sign-tima/store.tsx +37 -7
- package/src/screens/toan-trinh-so/LoanInterestRate.tsx +36 -10
- package/src/screens/toan-trinh-so/OCR.tsx +321 -609
- package/src/screens/toan-trinh-so/RegisterBack.tsx +21 -4
- package/src/screens/toan-trinh-so/RegisterCamera.tsx +50 -54
- package/src/screens/toan-trinh-so/ReviewInformation.tsx +31 -25
- package/src/screens/toan-trinh-so/ReviewInformationOther.tsx +88 -82
- package/src/screens/toan-trinh-so/ReviewLoan.tsx +25 -5
- package/src/screens/toan-trinh-so/TTSNationalIDBack.tsx +19 -4
- package/src/screens/toan-trinh-so/TTSNationalIDFront.tsx +19 -4
- package/src/screens/toan-trinh-so/TTSOTP.tsx +42 -25
- package/src/screens/toan-trinh-so/TTSSelfie.tsx +63 -56
- package/src/screens/toan-trinh-so/TTSSignLoan.tsx +63 -55
- package/src/screens/toan-trinh-so/TopupLoanInfo.tsx +50 -43
- package/src/screens/toan-trinh-so/VehicleCamera.tsx +275 -341
- package/src/screens/toan-trinh-so/VehicleRegistration.tsx +19 -4
- package/src/screens/toan-trinh-so/VehicleRegistrationBack.tsx +19 -4
- package/src/screens/toan-trinh-so/VehicleRegistrationFront.tsx +19 -4
- package/src/screens/toan-trinh-so/store.ts +82 -37
- package/src/screens/uploadVideo/index.tsx +26 -21
- package/src/screens/uploadVideo/videoStore.tsx +19 -4
- package/src/screens/v3/AssetInformation.tsx +35 -16
- package/src/screens/v3/LoanBuyCar.tsx +35 -16
- package/src/services/api/api.ts +23 -26
- package/src/utils/cameraCrop.ts +96 -0
- package/lib/commonjs/components/ItemTimaOneV2.js +0 -2
- package/lib/commonjs/components/ItemTimaOneV2.js.flow +0 -617
- package/lib/commonjs/components/ItemTimaOneV2.js.map +0 -1
- package/lib/commonjs/components/ItemTimaOneV3.js +0 -2
- package/lib/commonjs/components/ItemTimaOneV3.js.map +0 -1
- package/lib/module/components/ItemTimaOneV2.js +0 -2
- package/lib/module/components/ItemTimaOneV2.js.map +0 -1
- package/lib/module/components/ItemTimaOneV3.js +0 -2
- package/lib/module/components/ItemTimaOneV3.js.map +0 -1
- package/lib/typescript/components/ItemTimaOneV2.d.ts +0 -7
- package/lib/typescript/components/ItemTimaOneV2.d.ts.map +0 -1
- package/lib/typescript/components/ItemTimaOneV3.d.ts +0 -7
- package/lib/typescript/components/ItemTimaOneV3.d.ts.map +0 -1
- package/src/components/ItemTimaOneV2.tsx +0 -617
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.pickClosestFocusDevice=exports.getDisplaySize=exports.cropPhotoToAspect=exports.computeCenterCrop=void 0;var _regenerator=_interopRequireDefault(require("@babel/runtime/regenerator"));var _reactNativeImageManipulator=_interopRequireDefault(require("@oguzhnatly/react-native-image-manipulator"));var getDisplaySize=exports.getDisplaySize=function getDisplaySize(photo){var needsSwap=(photo==null?void 0:photo.orientation)==='landscape-left'||(photo==null?void 0:photo.orientation)==='landscape-right';return needsSwap?{width:photo.height,height:photo.width}:{width:photo.width,height:photo.height};};var computeCenterCrop=exports.computeCenterCrop=function computeCenterCrop(dispW,dispH,aspect){var width;var height;if(dispW/dispH>aspect){height=dispH;width=Math.round(dispH*aspect);}else{width=dispW;height=Math.round(dispW/aspect);}return{originX:Math.max(0,Math.round((dispW-width)/2)),originY:Math.max(0,Math.round((dispH-height)/2)),width:width,height:height};};var cropPhotoToAspect=exports.cropPhotoToAspect=function _callee(photo,aspect){var uri,_getDisplaySize,dispW,dispH,crop,result,_t;return _regenerator.default.async(function(_context){while(1)switch(_context.prev=_context.next){case 0:uri='file://'+photo.path;_getDisplaySize=getDisplaySize(photo),dispW=_getDisplaySize.width,dispH=_getDisplaySize.height;if(!(!dispW||!dispH)){_context.next=1;break;}return _context.abrupt("return",uri);case 1:crop=computeCenterCrop(dispW,dispH,aspect);_context.prev=2;_context.next=3;return _regenerator.default.awrap(_reactNativeImageManipulator.default.manipulate(uri,[{resize:{width:dispW,height:dispH}},{crop:crop}],{compress:0.9,format:'jpeg'}));case 3:result=_context.sent;return _context.abrupt("return",result.uri);case 4:_context.prev=4;_t=_context["catch"](2);console.log('cropPhotoToAspect error',_t);return _context.abrupt("return",uri);case 5:case"end":return _context.stop();}},null,null,[[2,4]],Promise);};var pickClosestFocusDevice=exports.pickClosestFocusDevice=function pickClosestFocusDevice(devices){var position=arguments.length>1&&arguments[1]!==undefined?arguments[1]:'back';var list=(devices!=null?devices:[]).filter(function(d){return d.position===position;});if(list.length===0)return undefined;var minFocus=function minFocus(d){return d.minFocusDistance>0?d.minFocusDistance:Number.MAX_SAFE_INTEGER;};return list.reduce(function(best,d){if(minFocus(d)<minFocus(best))return d;if(minFocus(d)===minFocus(best)&&d.physicalDevices.length>best.physicalDevices.length){return d;}return best;});};
|
|
2
|
+
//# sourceMappingURL=cameraCrop.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNativeImageManipulator","_interopRequireDefault","require","getDisplaySize","exports","photo","needsSwap","orientation","width","height","computeCenterCrop","dispW","dispH","aspect","Math","round","originX","max","originY","cropPhotoToAspect","_callee","uri","_getDisplaySize","crop","result","_t","_regenerator","default","async","_context","prev","next","path","abrupt","awrap","RNImageManipulator","manipulate","resize","compress","format","sent","console","log","stop","Promise","pickClosestFocusDevice","devices","position","arguments","length","undefined","list","filter","d","minFocus","minFocusDistance","Number","MAX_SAFE_INTEGER","reduce","best","physicalDevices"],"sourceRoot":"../../../src","sources":["utils/cameraCrop.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppStore.d.ts","sourceRoot":"","sources":["../../src/AppStore.tsx"],"names":[],"mappings":"AAaA,cAAM,QAAQ;IACA,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,QAAQ,UAAM;IACd,IAAI,KAAM;IACV,KAAK,SAAM;IACX,UAAU,KAAM;IAChB,aAAa,KAAM;IACnB,WAAW,SAAU;IACrB,QAAQ,SAAM;IACd,QAAQ,SAAM;IACd,GAAG,SAAK;IACR,IAAI,SAAK;IACT,QAAQ,SAAM;IACd,iBAAiB,SAAM;IACvB,IAAI,OAAQ;IACZ,UAAU,UAAS;IACnB,UAAU,SAAM;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAa;IACjC,mBAAmB,UAAM;IACzB,oBAAoB,UAAM;IAC1B,YAAY,UAAM;IAClB,YAAY,UAAM;IAClB,kBAAkB,UAAM;IAG9B,iBAAiB,CAAC,KAAK,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,QAAQ,CAAC,KAAA;
|
|
1
|
+
{"version":3,"file":"AppStore.d.ts","sourceRoot":"","sources":["../../src/AppStore.tsx"],"names":[],"mappings":"AAaA,cAAM,QAAQ;IACA,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,QAAQ,UAAM;IACd,IAAI,KAAM;IACV,KAAK,SAAM;IACX,UAAU,KAAM;IAChB,aAAa,KAAM;IACnB,WAAW,SAAU;IACrB,QAAQ,SAAM;IACd,QAAQ,SAAM;IACd,GAAG,SAAK;IACR,IAAI,SAAK;IACT,QAAQ,SAAM;IACd,iBAAiB,SAAM;IACvB,IAAI,OAAQ;IACZ,UAAU,UAAS;IACnB,UAAU,SAAM;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAa;IACjC,mBAAmB,UAAM;IACzB,oBAAoB,UAAM;IAC1B,YAAY,UAAM;IAClB,YAAY,UAAM;IAClB,kBAAkB,UAAM;IAG9B,iBAAiB,CAAC,KAAK,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,QAAQ,CAAC,KAAA;IA2C9C,sBAAsB,CAC1B,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,MAAM,EACb,WAAW,EAAE,MAAM;IAkBf,wBAAwB,CAC5B,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,MAAM,EACb,WAAW,EAAE,MAAM;IAqBf,0BAA0B,CAAC,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IAiBhE,YAAY,CAAC,SAAS,CAAC,KAAA;IAcvB,OAAO;IAcP,MAAM;IAaN,QAAQ;IAMR,WAAW;IAMX,WAAW;IAMX,gBAAgB;IAOhB,cAAc;IAad,iBAAiB,CAAC,UAAU,KAAA,EAAE,QAAQ,KAAA,EAAE,SAAS,CAAC,KAAA;IAqBlD,kBAAkB,CAAC,EAAE,KAAA,EAAE,IAAI,KAAA;IAa3B,cAAc,CAAC,SAAS,CAAC,KAAA;IAczB,mBAAmB;CAW1B;AAED,QAAA,MAAM,QAAQ,UAAiB,CAAC;AAChC,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RNTimacare.d.ts","sourceRoot":"","sources":["../../src/RNTimacare.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RNTimacare.d.ts","sourceRoot":"","sources":["../../src/RNTimacare.tsx"],"names":[],"mappings":"AAQA,wBAAgB,UAAU,gBAOzB"}
|
|
@@ -138,5 +138,10 @@ import ChipSvg from './chip.svg';
|
|
|
138
138
|
import NotFoundSvg from './not_found.svg';
|
|
139
139
|
import GuiSvg from './gui.svg';
|
|
140
140
|
import Layer1Svg from './layer1.svg';
|
|
141
|
-
|
|
141
|
+
import IconModalConfirm from './modal_confirm.svg';
|
|
142
|
+
import IconModalNotice from './modal_notice.svg';
|
|
143
|
+
import IconModalSuccess from './modal_success.svg';
|
|
144
|
+
import IconModalWarning from './modal_warning.svg';
|
|
145
|
+
import IconUserSecurity from './user_security.svg';
|
|
146
|
+
export { IconUserSecurity, IconModalConfirm, IconModalNotice, IconModalSuccess, IconModalWarning, Layer1Svg, GuiSvg, NotFoundSvg, Cam2Svg, ChipSvg, OcrSvg, TakePhotoSvg, TopupSvg, TopupSuccessSvg, IconDownload, UpdateIcon, Check1Icon, Check2Icon, ErrorIcon, Line2Icon, StepIcon, Back2Icon, NextIcon, WarningIcon, CallRed, CallBlack, Tick2, Tima3, Call, B1, B2, B3, B4, B5, B6, Close2Icon, LineIcon, GuideLineIcon, CloseIcon, SuccessIcon, ContractTimeIcon, EyeIcon, SpanIcon, Step6Icon, Step5Icon, Step3Icon, Step4Icon, Step2Icon, Step1Icon, IconEviden, IconRead, IconTech, IconCopy, IconTechcombank, Iconcimbxtima, TickSuccess, IconNotify, TimaSmallWhite, LoadingTima, LoadingCimb, CIMBBank, IconBackWhite, IconNational1, IconNational2, IconNational3, IconNationalCard, LogoSmall, CIMBSmall, IconEkyc2, IconVideo, IconSchedule, IconEkyc, AddInfoDisable, IconProfile, SignDisable, IconUser, LogoWhite, IconSign2, AddInfo, Contract, IConCamera, CheckBoxActive, CheckBox, DropDown2, TimaNormal, TimaSmall, Selfie, Info, ContractActive, LogoTima, SMSOTP, ZALOOTP, VOICEOTP, RadioIcon, RadioCheckIcon, TimaIcon, EkycSuccess, SignSuccess, Right, Upload, Sign2, Capture, Camera2, IconSign, IconCall, IconThumbSlide, IconHand, IconBackFill, IconFlash, IconUnFlash, IconSwitchCamera, IconCreateContainer, IconCreateBackground, IconCreatePlus, IconHome, IconNotification, IconCamera, IconDropDown, IconSelected, IconSelect, IconCheckFill, IconBack, IconUnCheck, IconArrowDown, IconSearch, IconPhone, IconSwitchStaff, IconApprove, IconMoreVertical, IconLogout, IconEdit, IconCheck, IconShare, IconDocument, IconPush, IconMoney, IconReturn, IconDelete, IconAudio, IconNavList, IconNavClose, IconNavTool, IconNavMore, IconPlay, IconPause, };
|
|
142
147
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/assets/icons/index.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/assets/icons/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import ReactNativeModal from 'react-native-modal';
|
|
3
|
+
/**
|
|
4
|
+
* Backdrop dùng chung cho toàn bộ Modal của app.
|
|
5
|
+
* Để nền tối vừa phải (không quá tối) => vẫn nhìn thấy được screen phía sau.
|
|
6
|
+
* react-native-modal mặc định là black @ 0.7 (khá tối), nên ta hạ xuống 0.4.
|
|
7
|
+
*/
|
|
8
|
+
export declare const MODAL_BACKDROP_COLOR = "#000000";
|
|
9
|
+
export declare const MODAL_BACKDROP_OPACITY = 0.4;
|
|
10
|
+
type RNModalProps = React.ComponentProps<typeof ReactNativeModal>;
|
|
11
|
+
type AppModalProps = Omit<Partial<RNModalProps>, 'children'> & Pick<RNModalProps, 'children'>;
|
|
12
|
+
/**
|
|
13
|
+
* Wrapper mỏng quanh react-native-modal, áp dụng backdrop chung.
|
|
14
|
+
* Mọi prop truyền vào sẽ override default (ví dụ backdropOpacity, customBackdrop).
|
|
15
|
+
*/
|
|
16
|
+
export default function AppModal({ backdropColor, backdropOpacity, ...rest }: AppModalProps): JSX.Element;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=AppModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppModal.d.ts","sourceRoot":"","sources":["../../../src/components/AppModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,YAAY,CAAC;AAC9C,eAAO,MAAM,sBAAsB,MAAM,CAAC;AAE1C,KAAK,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAElE,KAAK,aAAa,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,EAAE,UAAU,CAAC,GAC1D,IAAI,CAAC,YAAY,EAAE,UAAU,CAAC,CAAC;AAEjC;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,aAAoC,EACpC,eAAwC,EACxC,GAAG,IAAI,EACR,EAAE,aAAa,eAQf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ItemTimaOne.d.ts","sourceRoot":"","sources":["../../../src/components/ItemTimaOne.tsx"],"names":[],"mappings":"AAyCA,UAAU,MAAM;IACd,IAAI,EAAE,GAAG,CAAC;IACV,UAAU,EAAE,GAAG,CAAC;CACjB;AA6BD,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,EAAE,MAAM,eA4X/D"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ModalNotificationProps } from './index';
|
|
2
|
+
export type AlertGlobalOptions = Omit<ModalNotificationProps, 'open' | 'onModalHide'> & {
|
|
3
|
+
/** false => bấm nút không tự đóng modal (mặc định true) */
|
|
4
|
+
autoDismiss?: boolean;
|
|
5
|
+
/** false => không cho đóng bằng backdrop / nút back Android (mặc định true) */
|
|
6
|
+
dismissable?: boolean;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Alert dùng chung toàn app, gọi được từ mọi nơi (kể cả ngoài component):
|
|
10
|
+
*
|
|
11
|
+
* AlertGlobal.show({
|
|
12
|
+
* type: 'confirm',
|
|
13
|
+
* title: 'Xác nhận tất toán',
|
|
14
|
+
* message: 'Bạn có chắc muốn gửi yêu cầu tất toán hợp đồng không?',
|
|
15
|
+
* secondaryText: 'Quay lại',
|
|
16
|
+
* primaryText: 'Gửi yêu cầu',
|
|
17
|
+
* onPrimaryPress: () => submit(),
|
|
18
|
+
* });
|
|
19
|
+
*
|
|
20
|
+
* Mặc định bấm nút / backdrop sẽ tự đóng modal rồi mới chạy callback
|
|
21
|
+
* (callback chạy sau khi animation đóng xong => có thể mở tiếp modal khác).
|
|
22
|
+
* Yêu cầu <AlertGlobalHost /> đã được mount trong App.tsx.
|
|
23
|
+
*/
|
|
24
|
+
export declare const AlertGlobal: {
|
|
25
|
+
show(options: AlertGlobalOptions): void;
|
|
26
|
+
hide(): void;
|
|
27
|
+
};
|
|
28
|
+
/** Mount 1 lần duy nhất ở App.tsx */
|
|
29
|
+
export declare function AlertGlobalHost(): JSX.Element;
|
|
30
|
+
//# sourceMappingURL=AlertGlobal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlertGlobal.d.ts","sourceRoot":"","sources":["../../../../src/components/ModalNotification/AlertGlobal.tsx"],"names":[],"mappings":"AAEA,OAA0B,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEpE,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,sBAAsB,EACtB,MAAM,GAAG,aAAa,CACvB,GAAG;IACF,2DAA2D;IAC3D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,+EAA+E;IAC/E,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AASF;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,WAAW;kBACR,kBAAkB;;CAMjC,CAAC;AAEF,qCAAqC;AACrC,wBAAgB,eAAe,gBAoD9B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type ModalNotificationType = 'confirm' | 'success' | 'warning' | 'notice';
|
|
3
|
+
export interface ModalNotificationProps {
|
|
4
|
+
open: boolean;
|
|
5
|
+
/** Quyết định icon mặc định hiển thị phía trên title */
|
|
6
|
+
type?: ModalNotificationType;
|
|
7
|
+
title: string;
|
|
8
|
+
message?: string | ReactNode;
|
|
9
|
+
/** Truyền vào để thay icon mặc định theo type */
|
|
10
|
+
icon?: ReactNode;
|
|
11
|
+
/** Hiện nút X góc phải (vd: modal "Gửi yêu cầu thành công") */
|
|
12
|
+
showClose?: boolean;
|
|
13
|
+
/** Gọi khi bấm X hoặc backdrop */
|
|
14
|
+
onClose?: () => void;
|
|
15
|
+
/** Nút chính (viền cam). Không truyền secondaryText => nút full-width */
|
|
16
|
+
primaryText?: string;
|
|
17
|
+
onPrimaryPress?: () => void;
|
|
18
|
+
/** Icon đặt trước text nút chính (vd: icon gọi điện "Liên hệ Tima") */
|
|
19
|
+
primaryIcon?: ReactNode;
|
|
20
|
+
/** Nút phụ (viền xám) bên trái nút chính */
|
|
21
|
+
secondaryText?: string;
|
|
22
|
+
onSecondaryPress?: () => void;
|
|
23
|
+
/** Gọi sau khi modal đã đóng xong animation (dùng cho AlertGlobal) */
|
|
24
|
+
onModalHide?: () => void;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Modal thông báo dùng chung cho toàn app: icon + title + message + 1-2 nút.
|
|
28
|
+
*
|
|
29
|
+
* - Xác nhận: type="confirm" (dấu ? cam)
|
|
30
|
+
* - Thành công: type="success" (tick xanh)
|
|
31
|
+
* - Cảnh báo: type="warning" (tam giác đỏ)
|
|
32
|
+
* - Thông báo: type="notice" (đám mây cam)
|
|
33
|
+
*/
|
|
34
|
+
export default function ModalNotification({ open, type, title, message, icon, showClose, onClose, primaryText, onPrimaryPress, primaryIcon, secondaryText, onSecondaryPress, onModalHide, }: ModalNotificationProps): JSX.Element;
|
|
35
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ModalNotification/index.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAczC,MAAM,MAAM,qBAAqB,GAC7B,SAAS,GACT,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAkBb,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,wDAAwD;IACxD,IAAI,CAAC,EAAE,qBAAqB,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,iDAAiD;IACjD,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,+DAA+D;IAC/D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,kCAAkC;IAClC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,yEAAyE;IACzE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,uEAAuE;IACvE,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,4CAA4C;IAC5C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,sEAAsE;IACtE,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B;AAED;;;;;;;GAOG;AACH,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACxC,IAAI,EACJ,IAAe,EACf,KAAK,EACL,OAAO,EACP,IAAI,EACJ,SAAiB,EACjB,OAAO,EACP,WAAW,EACX,cAAc,EACd,WAAW,EACX,aAAa,EACb,gBAAgB,EAChB,WAAW,GACZ,EAAE,sBAAsB,eAuExB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalOptionLoan.d.ts","sourceRoot":"","sources":["../../../src/components/ModalOptionLoan.tsx"],"names":[],"mappings":"AA8BA,UAAU,gBAAgB;IACxB,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B;AAUD,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,IAAI,EACJ,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,WAAW,GACZ,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ModalOptionLoan.d.ts","sourceRoot":"","sources":["../../../src/components/ModalOptionLoan.tsx"],"names":[],"mappings":"AA8BA,UAAU,gBAAgB;IACxB,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B;AAUD,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,IAAI,EACJ,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,WAAW,GACZ,EAAE,gBAAgB,eAsQlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalOptionLoanDigital.d.ts","sourceRoot":"","sources":["../../../src/components/ModalOptionLoanDigital.tsx"],"names":[],"mappings":"AA8BA,UAAU,gBAAgB;IACxB,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B;AAUD,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,EAC7C,IAAI,EACJ,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,WAAW,GACZ,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ModalOptionLoanDigital.d.ts","sourceRoot":"","sources":["../../../src/components/ModalOptionLoanDigital.tsx"],"names":[],"mappings":"AA8BA,UAAU,gBAAgB;IACxB,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B;AAUD,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,EAC7C,IAAI,EACJ,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,WAAW,GACZ,EAAE,gBAAgB,eAiPlB"}
|
|
@@ -70,6 +70,9 @@ export declare const ScreenNames: {
|
|
|
70
70
|
InfoLoanMotobike: string;
|
|
71
71
|
ReviewLoanMotobike: string;
|
|
72
72
|
PolicyF88: string;
|
|
73
|
+
OcrStart: string;
|
|
74
|
+
ScanMRZ: string;
|
|
75
|
+
CameraVehicleRegistration: string;
|
|
73
76
|
};
|
|
74
77
|
export declare function PrimaryNavigator(props: any): JSX.Element;
|
|
75
78
|
export declare const canExit: (routeName: string) => boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"primary-navigator.d.ts","sourceRoot":"","sources":["../../../src/navigation/primary-navigator.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"primary-navigator.d.ts","sourceRoot":"","sources":["../../../src/navigation/primary-navigator.tsx"],"names":[],"mappings":"AAwFA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4EvB,CAAC;AAIF,wBAAgB,gBAAgB,CAAC,KAAK,KAAA,eA+KrC;AAGD,eAAO,MAAM,OAAO,cAAe,MAAM,YAAmC,CAAC;AAE7E;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,QAAQ,CACtB,IAAI,EAAE,MAAM,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,mBAAmB,CAAC,EAAE,MAAM,CAAA;CAAE,QAmC5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OcrStart.d.ts","sourceRoot":"","sources":["../../../../src/screens/NFC/OcrStart.tsx"],"names":[],"mappings":"AAgBA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,GAAG,eA8G1C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tính vùng crop (pixel trên ảnh gốc) tương ứng với phần preview nhìn thấy
|
|
3
|
+
* trong khung. VisionCamera fill khung theo kiểu "cover": ảnh được scale để
|
|
4
|
+
* phủ kín khung rồi cắt phần thừa, nên vùng nhìn thấy là hình chữ nhật đồng
|
|
5
|
+
* dạng với khung và nằm chính giữa ảnh.
|
|
6
|
+
*/
|
|
7
|
+
export declare const computeCropRegion: (photoW: any, photoH: any, frameW: any, frameH: any) => {
|
|
8
|
+
originX: number;
|
|
9
|
+
originY: number;
|
|
10
|
+
width: number;
|
|
11
|
+
height: number;
|
|
12
|
+
};
|
|
13
|
+
declare const _default: any;
|
|
14
|
+
export default _default;
|
|
15
|
+
//# sourceMappingURL=ScanMRZ.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanMRZ.d.ts","sourceRoot":"","sources":["../../../../src/screens/NFC/ScanMRZ.tsx"],"names":[],"mappings":"AA0EA;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;;;CAgB7B,CAAC;;AA+TF,wBAAiC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectorStore.d.ts","sourceRoot":"","sources":["../../../src/screens/SelectorStore.tsx"],"names":[],"mappings":"AAMA,oBAAY,KAAK;IACf,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,IAAI,IAAA;IACJ,MAAM,IAAA;IACN,GAAG,IAAA;IACH,IAAI,IAAA;CACL;AAED,cAAM,aAAa;IACL,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,IAAI,UAAM;IAGhB,OAAO,CAAC,MAAM,KAAA,EAAE,IAAI,EAAE,KAAK,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;
|
|
1
|
+
{"version":3,"file":"SelectorStore.d.ts","sourceRoot":"","sources":["../../../src/screens/SelectorStore.tsx"],"names":[],"mappings":"AAMA,oBAAY,KAAK;IACf,QAAQ,IAAA;IACR,QAAQ,IAAA;IACR,IAAI,IAAA;IACJ,MAAM,IAAA;IACN,GAAG,IAAA;IACH,IAAI,IAAA;CACL;AAED,cAAM,aAAa;IACL,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,IAAI,UAAM;IAGhB,OAAO,CAAC,MAAM,KAAA,EAAE,IAAI,EAAE,KAAK,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;CA2D1D;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CCCDCameraScreen.d.ts","sourceRoot":"","sources":["../../../../src/screens/camera/CCCDCameraScreen.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CCCDCameraScreen.d.ts","sourceRoot":"","sources":["../../../../src/screens/camera/CCCDCameraScreen.tsx"],"names":[],"mappings":"AA0CA,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,KAAA,eAiP7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/camera/index.tsx"],"names":[],"mappings":"AAyDA,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/camera/index.tsx"],"names":[],"mappings":"AAyDA,eAAO,MAAM,MAAM,KAiZjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/cimb-sign/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/cimb-sign/index.tsx"],"names":[],"mappings":"AAaA,eAAO,MAAM,QAAQ,KA+CnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShowQrCode.d.ts","sourceRoot":"","sources":["../../../../src/screens/detail-loan/ShowQrCode.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ShowQrCode.d.ts","sourceRoot":"","sources":["../../../../src/screens/detail-loan/ShowQrCode.tsx"],"names":[],"mappings":"AAyCA,eAAO,MAAM,UAAU,KAgBrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/detail-loan/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,WAAW,UAAM;IACjB,IAAI,OAAQ;IACZ,WAAW,OAAQ;IACnB,OAAO,OAAQ;IAGrB,cAAc,CAAC,EAAE,KAAA,EAAE,IAAI,KAAA,EAAE,SAAS,KAAA,EAAE,SAAS,KAAA;
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/detail-loan/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,WAAW,UAAM;IACjB,IAAI,OAAQ;IACZ,WAAW,OAAQ;IACnB,OAAO,OAAQ;IAGrB,cAAc,CAAC,EAAE,KAAA,EAAE,IAAI,KAAA,EAAE,SAAS,KAAA,EAAE,SAAS,KAAA;IAuC7C,aAAa,CAAC,EAAE,KAAA,EAAE,SAAS,KAAA,EAAE,SAAS,KAAA;IAuCtC,cAAc,CAAC,EAAE,KAAA,EAAE,SAAS,KAAA,EAAE,SAAS,KAAA;CA2C9C;AACD,QAAA,MAAM,eAAe,OAAc,CAAC;AACpC,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InforLoan.d.ts","sourceRoot":"","sources":["../../../../src/screens/detail-loan-tima/InforLoan.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InforLoan.d.ts","sourceRoot":"","sources":["../../../../src/screens/detail-loan-tima/InforLoan.tsx"],"names":[],"mappings":"AAiDA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,EAAE,EAAE,EAAE;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,eA+MvD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentSchedule.d.ts","sourceRoot":"","sources":["../../../../src/screens/detail-loan-tima/PaymentSchedule.tsx"],"names":[],"mappings":"AAqBA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"PaymentSchedule.d.ts","sourceRoot":"","sources":["../../../../src/screens/detail-loan-tima/PaymentSchedule.tsx"],"names":[],"mappings":"AAqBA,eAAO,MAAM,eAAe,KAuP1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Step6.d.ts","sourceRoot":"","sources":["../../../../src/screens/digital-lending/Step6.tsx"],"names":[],"mappings":"AA6BA,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Step6.d.ts","sourceRoot":"","sources":["../../../../src/screens/digital-lending/Step6.tsx"],"names":[],"mappings":"AA6BA,eAAO,MAAM,KAAK,KAonBhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/digital-lending/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,IAAI,SAAK;IACT,IAAI,YAAa;IACjB,aAAa,UAAM;IACnB,aAAa,UAAM;IACnB,SAAS,UAAM;IACf,sBAAsB,UAAM;IAC5B,kBAAkB,UAAM;IACxB,oBAAoB,UAAM;IAC1B,gBAAgB,UAAM;IACtB,OAAO,UAAM;IACb,kBAAkB,UAAM;IACxB,SAAS,UAAM;IACf,aAAa,UAAM;IACnB,QAAQ,UAAM;IACd,eAAe,UAAS;IAExB,IAAI,KAAM;;IAStB,KAAK;IAOC,kBAAkB,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA;
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/digital-lending/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,IAAI,SAAK;IACT,IAAI,YAAa;IACjB,aAAa,UAAM;IACnB,aAAa,UAAM;IACnB,SAAS,UAAM;IACf,sBAAsB,UAAM;IAC5B,kBAAkB,UAAM;IACxB,oBAAoB,UAAM;IAC1B,gBAAgB,UAAM;IACtB,OAAO,UAAM;IACb,kBAAkB,UAAM;IACxB,SAAS,UAAM;IACf,aAAa,UAAM;IACnB,QAAQ,UAAM;IACd,eAAe,UAAS;IAExB,IAAI,KAAM;;IAStB,KAAK;IAOC,kBAAkB,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA;IAsCnC,WAAW,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA;IAqC5B,OAAO;IA0BP,YAAY,CAAC,EAAE,KAAA;IA0Bf,eAAe;IAwBf,MAAM;IAwBN,iBAAiB,CAAC,EAAE,KAAA;IA0BpB,YAAY,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;IAuC3B,QAAQ,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;IAsCvB,aAAa,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;IAqC5B,YAAY;CA6BnB;AAED,QAAA,MAAM,mBAAmB,OAAc,CAAC;AACxC,eAAe,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../src/screens/eSign/Store.tsx"],"names":[],"mappings":"AAMA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,WAAW,UAAS;IACpB,gBAAgB,UAAS;IAEzB,SAAS,MAAC;IACV,WAAW,SAAM;IAEjB,WAAW,SAAM;IACjB,YAAY,SAAM;IAGxB,uBAAuB,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;
|
|
1
|
+
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../src/screens/eSign/Store.tsx"],"names":[],"mappings":"AAMA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,WAAW,UAAS;IACpB,gBAAgB,UAAS;IAEzB,SAAS,MAAC;IACV,WAAW,SAAM;IAEjB,WAAW,SAAM;IACjB,YAAY,SAAM;IAGxB,uBAAuB,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IAqCpD,8BAA8B,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IAkD3D,SAAS,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IA+CtC,kBAAkB,CAAC,EAAE,KAAA,EAAE,SAAS,KAAA,EAAE,OAAO,KAAA,EAAE,QAAQ,KAAA;CAqC1D;AACD,QAAA,MAAM,UAAU,OAAc,CAAC;AAC/B,eAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/eSign/index.tsx"],"names":[],"mappings":"AA0CA,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/eSign/index.tsx"],"names":[],"mappings":"AA0CA,eAAO,MAAM,KAAK,KA4YhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accept_policy.d.ts","sourceRoot":"","sources":["../../../../src/screens/full-submit/accept_policy.tsx"],"names":[],"mappings":"AAqCA,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"accept_policy.d.ts","sourceRoot":"","sources":["../../../../src/screens/full-submit/accept_policy.tsx"],"names":[],"mappings":"AAqCA,eAAO,MAAM,YAAY,KAuyBvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/full-submit/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,YAAY,UAAM;IAClB,eAAe,UAAS;IACxB,YAAY,UAAM;IAClB,cAAc,UAAM;IACpB,iBAAiB,UAAM;IACvB,eAAe,UAAM;IACrB,SAAS,UAAM;IACf,GAAG,SAAK;IAER,aAAa,UAAS;IACtB,gBAAgB,UAAS;IACzB,aAAa,OAAQ;IAErB,gBAAgB,UAAM;IACtB,aAAa,UAAM;IACnB,eAAe,UAAM;IAG3B,aAAa,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/full-submit/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,YAAY,UAAM;IAClB,eAAe,UAAS;IACxB,YAAY,UAAM;IAClB,cAAc,UAAM;IACpB,iBAAiB,UAAM;IACvB,eAAe,UAAM;IACrB,SAAS,UAAM;IACf,GAAG,SAAK;IAER,aAAa,UAAS;IACtB,gBAAgB,UAAS;IACzB,aAAa,OAAQ;IAErB,gBAAgB,UAAM;IACtB,aAAa,UAAM;IACnB,eAAe,UAAM;IAG3B,aAAa,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;IAgC5B,WAAW,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,OAAO,CAAC,KAAA;IAyCpC,cAAc,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,OAAO,CAAC,KAAA;IAwCzC,iBAAiB;IA+BjB,oBAAoB;IA+BpB,eAAe;IA+Bf,cAAc;IAmBd,WAAW;IAqBX,UAAU,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,OAAO,CAAC,KAAA;IAuCrC,WAAW,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,OAAO,CAAC,KAAA;IAwCpC,kBAAkB,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA;IA8BjC,YAAY,CAAC,MAAM,KAAA,EAAE,SAAS,CAAC,KAAA;IAiC/B,gBAAgB,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA;IA6BjC,eAAe;IAkBf,gBAAgB;IAkBhB,aAAa;CAiBpB;AACD,QAAA,MAAM,eAAe,OAAc,CAAC;AACpC,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-info.d.ts","sourceRoot":"","sources":["../../../../src/screens/full-submit/update-info.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-info.d.ts","sourceRoot":"","sources":["../../../../src/screens/full-submit/update-info.tsx"],"names":[],"mappings":"AAwCA,eAAO,MAAM,UAAU,KAu4BrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DigitalTopupItem.d.ts","sourceRoot":"","sources":["../../../../src/screens/home/DigitalTopupItem.tsx"],"names":[],"mappings":"AA+CA,UAAU,MAAM;IACd,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,UAAU,EAAE,GAAG,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB;AA6CD,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,IAAI,EACJ,UAAU,EACV,QAAQ,GACT,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"DigitalTopupItem.d.ts","sourceRoot":"","sources":["../../../../src/screens/home/DigitalTopupItem.tsx"],"names":[],"mappings":"AA+CA,UAAU,MAAM;IACd,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,UAAU,EAAE,GAAG,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB;AA6CD,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,IAAI,EACJ,UAAU,EACV,QAAQ,GACT,EAAE,MAAM,eA8YR"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemMotoBikeLoan.d.ts","sourceRoot":"","sources":["../../../../src/screens/home/ItemMotoBikeLoan.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ItemMotoBikeLoan.d.ts","sourceRoot":"","sources":["../../../../src/screens/home/ItemMotoBikeLoan.tsx"],"names":[],"mappings":"AA4BA,UAAU,MAAM;IACd,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAsDD,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,IAAI,EACJ,UAAU,EACV,QAAQ,GACT,EAAE,MAAM,eAmTR"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../src/screens/home/Store.tsx"],"names":[],"mappings":"AAQA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,IAAI,KAAM;IACV,gBAAgB,UAAS;IACzB,SAAS,KAAM;IACf,sBAAsB,UAAS;IAC/B,kBAAkB,UAAS;IAC3B,WAAW,UAAS;IACpB,QAAQ,UAAM;IACd,eAAe,UAAM;;IAM3B,eAAe,CAAC,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;
|
|
1
|
+
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../src/screens/home/Store.tsx"],"names":[],"mappings":"AAQA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,IAAI,KAAM;IACV,gBAAgB,UAAS;IACzB,SAAS,KAAM;IACf,sBAAsB,UAAS;IAC/B,kBAAkB,UAAS;IAC3B,WAAW,UAAS;IACpB,QAAQ,UAAM;IACd,eAAe,UAAM;;IAM3B,eAAe,CAAC,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IAwBtC,QAAQ,CAAC,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IA4B/B,YAAY,CAAC,MAAM,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IAe3C,kBAAkB,CAAC,MAAM,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IA2BjD,gBAAgB,CAAC,MAAM,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IAa/C,cAAc,CAAC,WAAW,KAAA,EAAE,SAAS,CAAC,KAAA;IAiBtC,WAAW,CAAC,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IAsBlC,kBAAkB,CAAC,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;CA0ChD;AAED,QAAA,MAAM,SAAS,OAAc,CAAC;AAE9B,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/home/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/home/index.tsx"],"names":[],"mappings":"AA4GA,eAAO,MAAM,IAAI,KAmmFf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LivenessStore.d.ts","sourceRoot":"","sources":["../../../../src/screens/liveness/LivenessStore.tsx"],"names":[],"mappings":"AAOA,cAAM,KAAK;IACG,MAAM,UAAM;IACZ,QAAQ,MAAC;IACT,OAAO,MAAC;IACR,SAAS,UAAS;IAClB,KAAK,UAAS;IAE1B,UAAU,SAAmE;IACjE,SAAS,SAAM;IAEf,SAAS,UAAS;IAClB,OAAO,UAAS;IAEhB,QAAQ,SAAwB;IAChC,MAAM,UAAS;IACf,YAAY,MAAC;IACb,MAAM,UAAS;IAEf,WAAW,UAAS;IAEpB,MAAM,EAAE,MAAM,EAAE,CAAM;IACtB,YAAY,EAAE,MAAM,EAAE,CAAM;IAC5B,UAAU,UAAM;;IAOtB,cAAc,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IAoC3C,cAAc,CAAC,MAAM,KAAA,EAAE,SAAS,KAAA;
|
|
1
|
+
{"version":3,"file":"LivenessStore.d.ts","sourceRoot":"","sources":["../../../../src/screens/liveness/LivenessStore.tsx"],"names":[],"mappings":"AAOA,cAAM,KAAK;IACG,MAAM,UAAM;IACZ,QAAQ,MAAC;IACT,OAAO,MAAC;IACR,SAAS,UAAS;IAClB,KAAK,UAAS;IAE1B,UAAU,SAAmE;IACjE,SAAS,SAAM;IAEf,SAAS,UAAS;IAClB,OAAO,UAAS;IAEhB,QAAQ,SAAwB;IAChC,MAAM,UAAS;IACf,YAAY,MAAC;IACb,MAAM,UAAS;IAEf,WAAW,UAAS;IAEpB,MAAM,EAAE,MAAM,EAAE,CAAM;IACtB,YAAY,EAAE,MAAM,EAAE,CAAM;IAC5B,UAAU,UAAM;;IAOtB,cAAc,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IAoC3C,cAAc,CAAC,MAAM,KAAA,EAAE,SAAS,KAAA;IA+BhC,aAAa,CAAC,SAAS,EAAE,QAAQ;IA+BjC,iBAAiB,CAAC,SAAS,EAAE,QAAQ;IA4BrC,YAAY,CAAC,SAAS,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,QAAQ;IAkBpD,cAAc,CAClB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,GAAG,EACd,SAAS,CAAC,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,QAAQ;IAkFd,eAAe,CACnB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,GAAG,EACd,SAAS,CAAC,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,QAAQ;IAiFd,YAAY,CAAC,WAAW,KAAA;CAa/B;AACD,QAAA,MAAM,aAAa,OAAc,CAAC;AAClC,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/liveness/index.tsx"],"names":[],"mappings":"AAwCA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/liveness/index.tsx"],"names":[],"mappings":"AAwCA,eAAO,MAAM,QAAQ,KA4cnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreviewSchedulePaymentTopup.d.ts","sourceRoot":"","sources":["../../../../src/screens/loan/PreviewSchedulePaymentTopup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PreviewSchedulePaymentTopup.d.ts","sourceRoot":"","sources":["../../../../src/screens/loan/PreviewSchedulePaymentTopup.tsx"],"names":[],"mappings":"AAkBA,eAAO,MAAM,2BAA2B,KAuSvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateLoan.d.ts","sourceRoot":"","sources":["../../../../src/screens/loan/UpdateLoan.tsx"],"names":[],"mappings":"AAoCA,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"UpdateLoan.d.ts","sourceRoot":"","sources":["../../../../src/screens/loan/UpdateLoan.tsx"],"names":[],"mappings":"AAoCA,eAAO,MAAM,UAAU,KAwxBrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InfoLoanMotobike.d.ts","sourceRoot":"","sources":["../../../../src/screens/motobike/InfoLoanMotobike.tsx"],"names":[],"mappings":"AA6BA,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"InfoLoanMotobike.d.ts","sourceRoot":"","sources":["../../../../src/screens/motobike/InfoLoanMotobike.tsx"],"names":[],"mappings":"AA6BA,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,EAAE,GAAG,eAukBlD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PolicyF88.d.ts","sourceRoot":"","sources":["../../../../src/screens/motobike/PolicyF88.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PolicyF88.d.ts","sourceRoot":"","sources":["../../../../src/screens/motobike/PolicyF88.tsx"],"names":[],"mappings":"AAYA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,KAAA,eA+HtC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReviewLoanMotobike.d.ts","sourceRoot":"","sources":["../../../../src/screens/motobike/ReviewLoanMotobike.tsx"],"names":[],"mappings":"AAmCA,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,KAAK,KAAA,
|
|
1
|
+
{"version":3,"file":"ReviewLoanMotobike.d.ts","sourceRoot":"","sources":["../../../../src/screens/motobike/ReviewLoanMotobike.tsx"],"names":[],"mappings":"AAmCA,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,KAAK,KAAA,eAkW/C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/mrz-scanner/index.tsx"],"names":[],"mappings":"AAoCA,QAAA,MAAM,UAAU,UAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/mrz-scanner/index.tsx"],"names":[],"mappings":"AAoCA,QAAA,MAAM,UAAU,UAAW,GAAG,gBAoS7B,CAAC;AAsFF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/mrz-scanner/store.ts"],"names":[],"mappings":"AAIA,cAAM,KAAK;IACP,SAAS,UAAQ;;IAMX,UAAU,CAAC,IAAI,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/mrz-scanner/store.ts"],"names":[],"mappings":"AAIA,cAAM,KAAK;IACP,SAAS,UAAQ;;IAMX,UAAU,CAAC,IAAI,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,EAAE,QAAQ;CA+BvE;AAED,QAAA,MAAM,QAAQ,OAAc,CAAA;AAC5B,eAAe,QAAQ,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../src/screens/nationalID/Store.tsx"],"names":[],"mappings":"AAYA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,IAAI,KAAM;IACV,KAAK,OAAQ;IAGnB,kBAAkB,CAAC,IAAI,KAAA,EAAE,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;
|
|
1
|
+
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../src/screens/nationalID/Store.tsx"],"names":[],"mappings":"AAYA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,IAAI,KAAM;IACV,KAAK,OAAQ;IAGnB,kBAAkB,CAAC,IAAI,KAAA,EAAE,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IAqGrD,WAAW,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;CAiC/C;AAED,QAAA,MAAM,eAAe,OAAc,CAAC;AAEpC,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/nationalID/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/nationalID/index.tsx"],"names":[],"mappings":"AA0BA,eAAO,MAAM,UAAU,KA6IrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../src/screens/nationalIDBack/Store.tsx"],"names":[],"mappings":"AAQA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,IAAI,KAAM;IACV,cAAc,OAAQ;IAG5B,kBAAkB,CAAC,IAAI,KAAA,EAAE,WAAW,KAAA,EAAE,SAAS,CAAC,KAAA;
|
|
1
|
+
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../src/screens/nationalIDBack/Store.tsx"],"names":[],"mappings":"AAQA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,IAAI,KAAM;IACV,cAAc,OAAQ;IAG5B,kBAAkB,CAAC,IAAI,KAAA,EAAE,WAAW,KAAA,EAAE,SAAS,CAAC,KAAA;IAsEhD,WAAW,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,OAAO,CAAC,KAAA;CAiC7C;AAED,QAAA,MAAM,eAAe,OAAc,CAAC;AAEpC,eAAe,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/nationalIDBack/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/nationalIDBack/index.tsx"],"names":[],"mappings":"AA0BA,eAAO,MAAM,cAAc,KAwIzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListLoanStore.d.ts","sourceRoot":"","sources":["../../../../src/screens/notification/ListLoanStore.tsx"],"names":[],"mappings":"AAMA,cAAM,aAAa;IACL,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,UAAU,UAAS;IACnB,WAAW,UAAS;IACpB,WAAW,UAAQ;IACnB,IAAI,SAAK;IACT,WAAW,SAAK;IAChB,UAAU,SAAM;IAChB,QAAQ,SAAM;IACd,OAAO;;;;;MAKjB;IAEU,MAAM;;;;;MAKhB;IAEU,IAAI,UAAM;IAEV,UAAU,UAAM;IAChB,QAAQ;;;;;QAOlB;IAEU,UAAU,UAAS;IAEnB,aAAa,UAAS;IACtB,WAAW,UAAS;IAGhC,QAAQ;IASR,MAAM;IAMA,WAAW,CAAC,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;
|
|
1
|
+
{"version":3,"file":"ListLoanStore.d.ts","sourceRoot":"","sources":["../../../../src/screens/notification/ListLoanStore.tsx"],"names":[],"mappings":"AAMA,cAAM,aAAa;IACL,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,UAAU,UAAS;IACnB,WAAW,UAAS;IACpB,WAAW,UAAQ;IACnB,IAAI,SAAK;IACT,WAAW,SAAK;IAChB,UAAU,SAAM;IAChB,QAAQ,SAAM;IACd,OAAO;;;;;MAKjB;IAEU,MAAM;;;;;MAKhB;IAEU,IAAI,UAAM;IAEV,UAAU,UAAM;IAChB,QAAQ;;;;;QAOlB;IAEU,UAAU,UAAS;IAEnB,aAAa,UAAS;IACtB,WAAW,UAAS;IAGhC,QAAQ;IASR,MAAM;IAMA,WAAW,CAAC,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IA2ClC,cAAc,CAAC,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IA8BrC,aAAa,CAAC,MAAM,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;CAwBnD;AAED,QAAA,MAAM,aAAa,eAAsB,CAAC;AAE1C,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/notification/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/notification/index.tsx"],"names":[],"mappings":"AAoBA,eAAO,MAAM,YAAY,KA+EvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/notification/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,IAAI,UAAM;IAGhB,eAAe;
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/notification/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,IAAI,UAAM;IAGhB,eAAe;CAwBtB;AACD,QAAA,MAAM,iBAAiB,OAAc,CAAC;AACtC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/personal/index.tsx"],"names":[],"mappings":"AA6BA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/personal/index.tsx"],"names":[],"mappings":"AA6BA,eAAO,MAAM,QAAQ,KAkFnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../src/screens/qualify/Store.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Store.d.ts","sourceRoot":"","sources":["../../../../src/screens/qualify/Store.tsx"],"names":[],"mappings":"AAIA,cAAM,KAAK;IACG,MAAM,OAAQ;IAGpB,YAAY,CAAC,MAAM,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,QAAQ,CAAC,KAAA;IAoB1C,WAAW,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,QAAQ,CAAC,KAAA;CAiB9C;AAED,QAAA,MAAM,YAAY,OAAc,CAAC;AACjC,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/quick-submit/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,aAAa,UAAM;IACnB,aAAa,UAAM;IACnB,SAAS,UAAM;IACf,SAAS,UAAM;IACf,QAAQ,UAAM;IACd,SAAS,UAAM;IACf,cAAc,UAAM;IACpB,WAAW,UAAM;IAEjB,aAAa,UAAS;IAG5B,WAAW;IAmBX,aAAa;
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/quick-submit/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,aAAa,UAAM;IACnB,aAAa,UAAM;IACnB,SAAS,UAAM;IACf,SAAS,UAAM;IACf,QAAQ,UAAM;IACd,SAAS,UAAM;IACf,cAAc,UAAM;IACpB,WAAW,UAAM;IAEjB,aAAa,UAAS;IAG5B,WAAW;IAmBX,aAAa;IA0Bb,YAAY;IA+BZ,eAAe;IA6Bf,cAAc,CAAC,EAAE,KAAA;IA6BjB,eAAe,CAAC,EAAE,KAAA,EAAE,IAAI,KAAA;IA+BxB,aAAa,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,OAAO,CAAC,KAAA;IAmCtC,WAAW,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA;CAkCnC;AACD,QAAA,MAAM,gBAAgB,OAAc,CAAC;AACrC,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DigitalSchedulePayment.d.ts","sourceRoot":"","sources":["../../../../src/screens/schedule-payment/DigitalSchedulePayment.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DigitalSchedulePayment.d.ts","sourceRoot":"","sources":["../../../../src/screens/schedule-payment/DigitalSchedulePayment.tsx"],"names":[],"mappings":"AAaA,eAAO,MAAM,sBAAsB,KAmIjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/schedule-payment/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,IAAI,UAAM;IAGhB,kBAAkB,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,OAAO,CAAC,KAAA;
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/schedule-payment/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAClB,IAAI,UAAM;IAGhB,kBAAkB,CAAC,EAAE,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,OAAO,CAAC,KAAA;CA4BlD;AACD,QAAA,MAAM,oBAAoB,OAAc,CAAC;AACzC,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelfieStore.d.ts","sourceRoot":"","sources":["../../../../src/screens/selfie/SelfieStore.tsx"],"names":[],"mappings":"AAMA,cAAM,KAAK;IACG,KAAK,MAAC;IACN,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,WAAW,YAAa;IAG9B,WAAW,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;
|
|
1
|
+
{"version":3,"file":"SelfieStore.d.ts","sourceRoot":"","sources":["../../../../src/screens/selfie/SelfieStore.tsx"],"names":[],"mappings":"AAMA,cAAM,KAAK;IACG,KAAK,MAAC;IACN,SAAS,UAAS;IAClB,OAAO,UAAS;IAChB,WAAW,YAAa;IAG9B,WAAW,CAAC,IAAI,KAAA,EAAE,SAAS,CAAC,KAAA,EAAE,SAAS,CAAC,KAAA;IAkCxC,gBAAgB,CAAC,IAAI,KAAA,EAAE,WAAW,KAAA,EAAE,SAAS,KAAA,EAAE,OAAO,KAAA;CAoC7D;AAED,QAAA,MAAM,WAAW,OAAc,CAAC;AAEhC,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/selfie/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/screens/selfie/index.tsx"],"names":[],"mappings":"AAgDA,eAAO,MAAM,MAAM,KA0MjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewContract.d.ts","sourceRoot":"","sources":["../../../../src/screens/sign-tima/ViewContract.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ViewContract.d.ts","sourceRoot":"","sources":["../../../../src/screens/sign-tima/ViewContract.tsx"],"names":[],"mappings":"AAsBA,eAAO,MAAM,YAAY,KAyIvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/sign-tima/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAGxB,WAAW,CAAC,EAAE,KAAA,EAAE,SAAS,KAAA;
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../src/screens/sign-tima/store.tsx"],"names":[],"mappings":"AAKA,cAAM,KAAK;IACG,SAAS,UAAS;IAGxB,WAAW,CAAC,EAAE,KAAA,EAAE,SAAS,KAAA;IAgCzB,UAAU,CAAC,IAAI,KAAA;IA2Bf,eAAe,CAAC,IAAI,KAAA,EAAE,SAAS,KAAA;CA8BtC;AAED,QAAA,MAAM,aAAa,OAAc,CAAC;AAClC,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoanInterestRate.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/LoanInterestRate.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LoanInterestRate.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/LoanInterestRate.tsx"],"names":[],"mappings":"AAgBA,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK,KAAA,eAsd7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OCR.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/OCR.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OCR.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/OCR.tsx"],"names":[],"mappings":"AA+CA,eAAO,MAAM,GAAG,KAwYd,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RegisterBack.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/RegisterBack.tsx"],"names":[],"mappings":"AA6BA,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,KAAA,
|
|
1
|
+
{"version":3,"file":"RegisterBack.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/RegisterBack.tsx"],"names":[],"mappings":"AA6BA,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,KAAA,eAyLzC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RegisterCamera.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/RegisterCamera.tsx"],"names":[],"mappings":"AAyCA,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"RegisterCamera.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/RegisterCamera.tsx"],"names":[],"mappings":"AAyCA,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,GAAG,eAgchD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReviewInformation.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/ReviewInformation.tsx"],"names":[],"mappings":"AAgCA,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,KAAA,
|
|
1
|
+
{"version":3,"file":"ReviewInformation.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/ReviewInformation.tsx"],"names":[],"mappings":"AAgCA,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,KAAA,eAsjC9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReviewInformationOther.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/ReviewInformationOther.tsx"],"names":[],"mappings":"AAoCA,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,KAAK,KAAA,
|
|
1
|
+
{"version":3,"file":"ReviewInformationOther.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/ReviewInformationOther.tsx"],"names":[],"mappings":"AAoCA,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,KAAK,KAAA,eA6tBnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReviewLoan.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/ReviewLoan.tsx"],"names":[],"mappings":"AAuCA,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"ReviewLoan.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/ReviewLoan.tsx"],"names":[],"mappings":"AAuCA,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,GAAG,eAoqB5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TTSNationalIDBack.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/TTSNationalIDBack.tsx"],"names":[],"mappings":"AAuCA,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,KAAA,
|
|
1
|
+
{"version":3,"file":"TTSNationalIDBack.d.ts","sourceRoot":"","sources":["../../../../src/screens/toan-trinh-so/TTSNationalIDBack.tsx"],"names":[],"mappings":"AAuCA,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,KAAA,eA0N9C"}
|