@tap-payments/auth-jsconnect 2.4.26-test → 2.4.28-test
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/build/api/account.js +1 -1
- package/build/api/auth.d.ts +1 -1
- package/build/api/auth.js +1 -1
- package/build/api/availabilityServices.js +1 -1
- package/build/api/axios.js +2 -2
- package/build/api/board.js +1 -1
- package/build/api/brand.d.ts +1 -1
- package/build/api/brand.js +1 -1
- package/build/api/country.js +1 -1
- package/build/api/data.js +1 -1
- package/build/api/document.js +1 -1
- package/build/api/entity.js +1 -1
- package/build/api/file.js +1 -1
- package/build/api/firebase.js +1 -1
- package/build/api/individual.js +1 -1
- package/build/api/init.js +1 -1
- package/build/api/lead.d.ts +1 -1
- package/build/api/lead.js +1 -1
- package/build/api/location.js +1 -1
- package/build/api/operator.js +1 -1
- package/build/api/user.js +1 -1
- package/build/app/rootReducer.d.ts +10 -10
- package/build/app/rootReducer.js +10 -10
- package/build/app/settings.d.ts +2 -2
- package/build/app/settings.js +5 -5
- package/build/components/AnimationFlow/AnimationFlow.d.ts +1 -1
- package/build/components/AnimationFlow/AnimationFlow.js +1 -1
- package/build/components/AnimationFlow/BottomSheet.d.ts +1 -1
- package/build/components/AnimationFlow/BottomSheet.js +3 -3
- package/build/components/AnimationFlow/Dialog.d.ts +1 -1
- package/build/components/AnimationFlow/Dialog.js +4 -4
- package/build/components/ArabicDatePicker/ArabicDatePicker.js +2 -2
- package/build/components/DatePicker/DatePicker.js +3 -3
- package/build/components/FileInput/DragAndDrop.js +6 -6
- package/build/components/FileInput/UploadInput.js +2 -2
- package/build/components/Footer/Footer.js +3 -3
- package/build/components/Input/Input.js +2 -2
- package/build/components/OTPTimer/OTPTimer.js +1 -1
- package/build/components/Providers/ThemeProvider.d.ts +1 -1
- package/build/components/SimpleList/SimpleList.js +2 -2
- package/build/components/Tooltip/Tooltip.js +2 -2
- package/build/constants/app.d.ts +1 -1
- package/build/constants/app.js +1 -1
- package/build/features/app/bank/bankStore.d.ts +2 -2
- package/build/features/app/bank/bankStore.js +5 -5
- package/build/features/app/brand/brandStore.d.ts +2 -2
- package/build/features/app/brand/brandStore.js +5 -5
- package/build/features/app/business/businessStore.d.ts +2 -2
- package/build/features/app/business/businessStore.js +5 -5
- package/build/features/app/connect/connectStore.d.ts +2 -2
- package/build/features/app/connect/connectStore.js +5 -5
- package/build/features/app/connectExpress/connectExpressStore.d.ts +2 -2
- package/build/features/app/connectExpress/connectExpressStore.js +6 -6
- package/build/features/app/entity/entityStore.d.ts +2 -2
- package/build/features/app/entity/entityStore.js +5 -5
- package/build/features/app/individual/individualStore.js +106 -90
- package/build/features/app/password/passwordStore.d.ts +2 -2
- package/build/features/app/password/passwordStore.js +4 -4
- package/build/features/app/signIn/signInStore.d.ts +2 -2
- package/build/features/app/signIn/signInStore.js +3 -3
- package/build/features/app/tax/taxStore.d.ts +2 -2
- package/build/features/app/tax/taxStore.js +5 -5
- package/build/features/bank/Bank.d.ts +1 -1
- package/build/features/bank/Bank.js +10 -10
- package/build/features/bank/screens/BankDetails/BankDetails.js +9 -9
- package/build/features/bank/screens/BankDetails/BankName.js +8 -8
- package/build/features/bank/screens/BankDetails/BankStatement.d.ts +1 -1
- package/build/features/bank/screens/BankDetails/BankStatement.js +6 -6
- package/build/features/bank/screens/BankDetails/Beneficiary.js +6 -6
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.js +5 -5
- package/build/features/bank/screens/BankDetails/IBAN.js +10 -10
- package/build/features/bank/screens/BankDetails/validation.js +1 -1
- package/build/features/bank/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/bank/screens/Success/Success.js +3 -3
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/bank/screens/Verify/OTPInput.js +5 -5
- package/build/features/bank/screens/Verify/Verify.js +8 -8
- package/build/features/brand/Brand.d.ts +1 -1
- package/build/features/brand/Brand.js +10 -10
- package/build/features/brand/screens/BrandActivities/ActivitiesList.js +12 -12
- package/build/features/brand/screens/BrandActivities/BrandActivities.js +7 -7
- package/build/features/brand/screens/BrandActivities/CustomerBase.js +11 -11
- package/build/features/brand/screens/BrandActivities/ExpectedCustomers.js +8 -8
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +12 -12
- package/build/features/brand/screens/BrandActivities/RefundPolicy.d.ts +1 -1
- package/build/features/brand/screens/BrandActivities/RefundPolicy.js +10 -10
- package/build/features/brand/screens/BrandActivities/TAC.js +10 -10
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.js +8 -8
- package/build/features/brand/screens/BrandInfo/BrandInfo.js +9 -9
- package/build/features/brand/screens/BrandInfo/BrandLogo.d.ts +1 -1
- package/build/features/brand/screens/BrandInfo/BrandLogo.js +7 -7
- package/build/features/brand/screens/BrandInfo/BrandName.js +9 -9
- package/build/features/brand/screens/BrandInfo/SalesChannels.js +4 -4
- package/build/features/brand/screens/BrandInfo/Segments.js +9 -9
- package/build/features/brand/screens/BrandInfo/TeamSize.js +9 -9
- package/build/features/brand/screens/BrandInfo/validation.js +1 -1
- package/build/features/brand/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
- package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/brand/screens/Success/Success.js +3 -3
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/brand/screens/Verify/OTPInput.js +5 -5
- package/build/features/brand/screens/Verify/Verify.js +8 -8
- package/build/features/business/Business.d.ts +1 -1
- package/build/features/business/Business.js +10 -10
- package/build/features/business/screens/Activities/Activities.js +7 -7
- package/build/features/business/screens/Activities/ActivitiesList.js +12 -12
- package/build/features/business/screens/Activities/LicenseName.js +6 -6
- package/build/features/business/screens/Activities/OperationStartDate.js +5 -5
- package/build/features/business/screens/BrandDetails/BrandDetails.js +7 -7
- package/build/features/business/screens/BrandDetails/BrandName.js +4 -4
- package/build/features/business/screens/BrandDetails/Header.js +5 -5
- package/build/features/business/screens/BrandDetails/LicenseInfo.js +4 -4
- package/build/features/business/screens/BrandDetails/SalesChannel.js +5 -5
- package/build/features/business/screens/BusinessType/Article.d.ts +1 -1
- package/build/features/business/screens/BusinessType/Article.js +7 -7
- package/build/features/business/screens/BusinessType/BusinessType.js +10 -10
- package/build/features/business/screens/BusinessType/EntityLicenseList.js +13 -13
- package/build/features/business/screens/BusinessType/EntityName.js +6 -6
- package/build/features/business/screens/BusinessType/LicenseCertificate.js +7 -7
- package/build/features/business/screens/BusinessType/LicenseList.js +13 -13
- package/build/features/business/screens/BusinessType/LicenseNumber.js +10 -10
- package/build/features/business/screens/BusinessType/LicenseType.js +14 -14
- package/build/features/business/screens/BusinessType/SelectType.js +6 -6
- package/build/features/business/screens/BusinessType/validation.js +2 -2
- package/build/features/business/screens/CivilID/CivilID.js +6 -6
- package/build/features/business/screens/CivilID/IDNumber.js +6 -6
- package/build/features/business/screens/Customers/CustomerLocations.js +11 -11
- package/build/features/business/screens/Customers/Customers.js +8 -8
- package/build/features/business/screens/Customers/ExpectedCustomers.js +9 -9
- package/build/features/business/screens/Customers/ExpectedSalesRange.js +11 -11
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +1 -1
- package/build/features/business/screens/Customers/RefundPolicy.js +10 -10
- package/build/features/business/screens/Customers/TransactionPolicy.js +7 -7
- package/build/features/business/screens/IDBOD/DOB.js +5 -5
- package/build/features/business/screens/IDBOD/ID.js +5 -5
- package/build/features/business/screens/IDBOD/IDBOD.js +6 -6
- package/build/features/business/screens/OTP/OTP.js +9 -9
- package/build/features/business/screens/OTP/OTPInput.js +4 -4
- package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/business/screens/Success/Success.js +3 -3
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/business/screens/Verify/OTPInput.js +5 -5
- package/build/features/business/screens/Verify/Verify.js +9 -9
- package/build/features/business/screens/VerifyPACI/VerifyPACI.js +4 -4
- package/build/features/connect/Connect.d.ts +1 -1
- package/build/features/connect/Connect.js +10 -10
- package/build/features/connect/screens/CivilID/CivilID.js +8 -8
- package/build/features/connect/screens/CivilID/IDNumber.js +6 -6
- package/build/features/connect/screens/Individual/Email.js +6 -6
- package/build/features/connect/screens/Individual/Individual.js +11 -11
- package/build/features/connect/screens/Individual/MobileNumber.d.ts +1 -1
- package/build/features/connect/screens/Individual/MobileNumber.js +12 -12
- package/build/features/connect/screens/Individual/Name.js +5 -5
- package/build/features/connect/screens/Individual/validation.js +1 -1
- package/build/features/connect/screens/Merchant/BrandList.d.ts +1 -1
- package/build/features/connect/screens/Merchant/BrandList.js +10 -10
- package/build/features/connect/screens/Merchant/BrandName.js +8 -8
- package/build/features/connect/screens/Merchant/Merchant.js +8 -8
- package/build/features/connect/screens/Merchant/SalesChannels.js +4 -4
- package/build/features/connect/screens/Merchant/Segments.js +9 -9
- package/build/features/connect/screens/Merchant/TAC.js +9 -9
- package/build/features/connect/screens/Merchant/TeamSize.js +9 -9
- package/build/features/connect/screens/Merchant/validation.js +1 -1
- package/build/features/connect/screens/Mobile/Mobile.js +11 -11
- package/build/features/connect/screens/Mobile/MobileNumber.d.ts +1 -1
- package/build/features/connect/screens/Mobile/MobileNumber.js +12 -12
- package/build/features/connect/screens/Mobile/Title.js +2 -2
- package/build/features/connect/screens/NID/DOB.js +5 -5
- package/build/features/connect/screens/NID/IDNumber.js +7 -7
- package/build/features/connect/screens/NID/NID.js +8 -8
- package/build/features/connect/screens/OTP/OTP.js +10 -10
- package/build/features/connect/screens/OTP/OTPInput.js +5 -5
- package/build/features/connect/screens/ThankYou/ThankYou.js +4 -4
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.js +5 -5
- package/build/features/connectExpress/ConnectExpress.d.ts +1 -1
- package/build/features/connectExpress/ConnectExpress.js +10 -10
- package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.js +3 -3
- package/build/features/connectExpress/screens/Brand/Brand.js +9 -9
- package/build/features/connectExpress/screens/CivilID/CivilID.js +8 -8
- package/build/features/connectExpress/screens/CivilID/IDNumber.js +6 -6
- package/build/features/connectExpress/screens/CivilIDMissed/CivilID.js +6 -6
- package/build/features/connectExpress/screens/CivilIDMissed/IDNumber.js +6 -6
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +8 -8
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +8 -8
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.js +13 -13
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +10 -10
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseType.js +12 -12
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.js +8 -8
- package/build/features/connectExpress/screens/CollectBusinessInfo/validation.js +2 -2
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +11 -11
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +6 -6
- package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.js +11 -11
- package/build/features/connectExpress/screens/CollectIndividualInfo/Name.js +5 -5
- package/build/features/connectExpress/screens/CollectIndividualInfo/validation.js +1 -1
- package/build/features/connectExpress/screens/CreateAccountLoader/CreateAccountLoader.js +5 -5
- package/build/features/connectExpress/screens/IdentityOTP/OTP.js +10 -10
- package/build/features/connectExpress/screens/IdentityOTP/OTPInput.js +5 -5
- package/build/features/connectExpress/screens/IdentityVerifyPACI/VerifyPACI.js +4 -4
- package/build/features/connectExpress/screens/Mobile/Mobile.js +10 -10
- package/build/features/connectExpress/screens/Mobile/MobileNumber.d.ts +1 -1
- package/build/features/connectExpress/screens/Mobile/MobileNumber.js +12 -12
- package/build/features/connectExpress/screens/Mobile/TAC.js +8 -8
- package/build/features/connectExpress/screens/Mobile/Title.js +2 -2
- package/build/features/connectExpress/screens/NID/DOB.js +5 -5
- package/build/features/connectExpress/screens/NID/IDNumber.js +9 -9
- package/build/features/connectExpress/screens/NID/NID.js +8 -8
- package/build/features/connectExpress/screens/NID/TAC.js +8 -8
- package/build/features/connectExpress/screens/NIDMissed/DOB.js +5 -5
- package/build/features/connectExpress/screens/NIDMissed/IDNumber.js +7 -7
- package/build/features/connectExpress/screens/NIDMissed/NID.js +7 -7
- package/build/features/connectExpress/screens/OTP/OTP.js +10 -10
- package/build/features/connectExpress/screens/OTP/OTPInput.js +5 -5
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +4 -4
- package/build/features/connectExpress/screens/VerifyPACI/VerifyPACI.js +4 -4
- package/build/features/entity/Entity.d.ts +1 -1
- package/build/features/entity/Entity.js +10 -10
- package/build/features/entity/screens/EntityCapital/ActivityList.js +12 -12
- package/build/features/entity/screens/EntityCapital/CapitalPaid.js +7 -7
- package/build/features/entity/screens/EntityCapital/CapitalShareCount.js +6 -6
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +7 -7
- package/build/features/entity/screens/EntityCapital/EntityCapital.js +7 -7
- package/build/features/entity/screens/EntityName/Article.d.ts +1 -1
- package/build/features/entity/screens/EntityName/Article.js +7 -7
- package/build/features/entity/screens/EntityName/EntityName.js +9 -9
- package/build/features/entity/screens/EntityName/EntityTypeList.js +12 -12
- package/build/features/entity/screens/EntityName/ExpiryDate.js +6 -6
- package/build/features/entity/screens/EntityName/IssuingDate.js +5 -5
- package/build/features/entity/screens/EntityName/LegalName.js +6 -6
- package/build/features/entity/screens/EntityName/LicenseCertificate.d.ts +1 -1
- package/build/features/entity/screens/EntityName/LicenseCertificate.js +8 -8
- package/build/features/entity/screens/EntityName/LicenseNumber.js +10 -10
- package/build/features/entity/screens/EntityName/UnifiedNumber.js +7 -7
- package/build/features/entity/screens/EntityName/validation.js +2 -2
- package/build/features/entity/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
- package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/entity/screens/Success/Success.js +3 -3
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/entity/screens/Verify/OTPInput.js +5 -5
- package/build/features/entity/screens/Verify/Verify.js +8 -8
- package/build/features/featuresScreens.d.ts +1 -1
- package/build/features/featuresScreens.js +79 -79
- package/build/features/individual/Individual.d.ts +1 -1
- package/build/features/individual/Individual.js +10 -10
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +11 -11
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/CivilIDFile.js +8 -8
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.js +10 -10
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +11 -11
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.js +9 -9
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.js +10 -10
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.js +6 -6
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +7 -7
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/SignatureFile.js +8 -8
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.js +10 -10
- package/build/features/individual/screens/AdditionalIndividualInfo/validation.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/validation.js +1 -1
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.js +3 -3
- package/build/features/individual/screens/IndividualList/Email.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/Email.js +8 -8
- package/build/features/individual/screens/IndividualList/IndividualList.js +8 -8
- package/build/features/individual/screens/IndividualList/MobileNumber.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/MobileNumber.js +11 -11
- package/build/features/individual/screens/IndividualList/UserList.js +11 -11
- package/build/features/individual/screens/IndividualList/validation.d.ts +1 -1
- package/build/features/individual/screens/IndividualList/validation.js +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCity.js +9 -9
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.js +8 -8
- package/build/features/individual/screens/IndividualPersonalInfo/DOB.js +6 -6
- package/build/features/individual/screens/IndividualPersonalInfo/Email.js +4 -4
- package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.js +7 -7
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.js +8 -8
- package/build/features/individual/screens/IndividualPersonalInfo/ID.js +6 -6
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +9 -9
- package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.js +8 -8
- package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.js +10 -10
- package/build/features/individual/screens/IndividualPersonalInfo/Name.js +5 -5
- package/build/features/individual/screens/IndividualPersonalInfo/Nationality.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/Nationality.js +8 -8
- package/build/features/individual/screens/IndividualPersonalInfo/validation.js +1 -1
- package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.d.ts +1 -1
- package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.js +11 -11
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.js +8 -8
- package/build/features/individual/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
- package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/individual/screens/Success/Success.js +3 -3
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/individual/screens/Verify/OTPInput.js +5 -5
- package/build/features/individual/screens/Verify/Verify.js +8 -8
- package/build/features/password/Password.d.ts +1 -1
- package/build/features/password/Password.js +10 -10
- package/build/features/password/screens/CreatePassword/ConditionText.js +1 -1
- package/build/features/password/screens/CreatePassword/ConfirmPassword.js +3 -3
- package/build/features/password/screens/CreatePassword/CreatePassword.js +8 -8
- package/build/features/password/screens/CreatePassword/Password.js +6 -6
- package/build/features/password/screens/OTP/OTP.js +9 -9
- package/build/features/password/screens/OTP/OTPInput.js +4 -4
- package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/password/screens/Success/Success.js +4 -4
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/password/screens/Verify/OTPInput.js +5 -5
- package/build/features/password/screens/Verify/Verify.js +8 -8
- package/build/features/shared/AcceptancePayouts/AcceptancePayouts.js +4 -4
- package/build/features/shared/Address/Address.d.ts +1 -1
- package/build/features/shared/Address/Address.js +2 -2
- package/build/features/shared/Address/CountryList.d.ts +2 -2
- package/build/features/shared/Address/CountryList.js +7 -7
- package/build/features/shared/Address/InputSelect.d.ts +1 -1
- package/build/features/shared/Address/InputSelect.js +7 -7
- package/build/features/shared/Background/Background.js +2 -2
- package/build/features/shared/Background/LogoBackground.js +3 -3
- package/build/features/shared/Button/AbsherButton.d.ts +1 -1
- package/build/features/shared/Button/AbsherButton.js +3 -3
- package/build/features/shared/Button/Button.d.ts +1 -1
- package/build/features/shared/Button/Button.js +7 -7
- package/build/features/shared/Button/EmailProvidersButtons.d.ts +1 -1
- package/build/features/shared/Button/EmailProvidersButtons.js +3 -3
- package/build/features/shared/Button/FlowsButtons.d.ts +2 -2
- package/build/features/shared/Button/FlowsButtons.js +7 -7
- package/build/features/shared/Button/IndividualActionButtons.d.ts +1 -1
- package/build/features/shared/Button/IndividualActionButtons.js +6 -6
- package/build/features/shared/Button/MobileButton.d.ts +1 -1
- package/build/features/shared/Button/MobileButton.js +3 -3
- package/build/features/shared/CreateAccountLoading/CreateAccountLoading.js +4 -4
- package/build/features/shared/DataLoading/DataLoading.js +4 -4
- package/build/features/shared/Dialog/CloseDialog.js +2 -2
- package/build/features/shared/Dialog/DialogContainer.js +2 -2
- package/build/features/shared/Dot/Dot.js +2 -2
- package/build/features/shared/EndAdornment/EndAdornment.js +2 -2
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.js +2 -2
- package/build/features/shared/Footer/Footer.js +4 -4
- package/build/features/shared/Footer/PoweredByFooter.js +3 -3
- package/build/features/shared/GenericError/GenericError.js +4 -4
- package/build/features/shared/Input/Input.d.ts +1 -1
- package/build/features/shared/Input/Input.js +2 -2
- package/build/features/shared/OTP/OTP.d.ts +1 -1
- package/build/features/shared/OTP/OTP.js +3 -3
- package/build/features/shared/PaciVerification/PaciVerification.js +5 -5
- package/build/features/shared/PaciVerification/VerifyPACILoading.js +3 -3
- package/build/features/shared/PaciVerification/VerifyPACISuccess.js +1 -1
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.d.ts +1 -1
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.js +9 -9
- package/build/features/shared/SalesChannels/SalesChannel.d.ts +1 -1
- package/build/features/shared/SalesChannels/SalesChannel.js +6 -6
- package/build/features/shared/Search/Search.js +1 -1
- package/build/features/shared/SearchIcon/SearchIcon.js +2 -2
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.d.ts +1 -1
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +6 -6
- package/build/features/shared/SuccessScreen/SuccessScreen.js +6 -6
- package/build/features/shared/UploadFile/FileUpload.d.ts +1 -1
- package/build/features/shared/UploadFile/FileUpload.js +8 -8
- package/build/features/shared/UploadFile/UploadFile.js +10 -10
- package/build/features/shared/UploadFile/UploadWrapper.d.ts +2 -2
- package/build/features/shared/UploadFile/UploadWrapper.js +7 -7
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +1 -1
- package/build/features/shared/UploadMultipleFile/UploadFile.js +8 -8
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.d.ts +2 -2
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.js +7 -7
- package/build/features/signIn/SignIn.d.ts +1 -1
- package/build/features/signIn/SignIn.js +10 -10
- package/build/features/signIn/screens/Email/Email.js +8 -8
- package/build/features/signIn/screens/Email/EmailField.js +5 -5
- package/build/features/signIn/screens/Email/validation.js +1 -1
- package/build/features/signIn/screens/Mobile/Mobile.js +9 -9
- package/build/features/signIn/screens/Mobile/MobileNumber.d.ts +1 -1
- package/build/features/signIn/screens/Mobile/MobileNumber.js +12 -12
- package/build/features/signIn/screens/OTP/OTP.js +9 -9
- package/build/features/signIn/screens/OTP/OTPInput.js +4 -4
- package/build/features/signIn/screens/Password/Password.js +7 -7
- package/build/features/signIn/screens/Password/PasswordInput.js +3 -3
- package/build/features/tax/Tax.d.ts +1 -1
- package/build/features/tax/Tax.js +10 -10
- package/build/features/tax/screens/PrepareDataLoading/PrepareDataLoading.js +3 -3
- package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +5 -5
- package/build/features/tax/screens/Success/Success.js +3 -3
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +3 -3
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.js +5 -5
- package/build/features/tax/screens/TaxDetails/TaxDetails.js +8 -8
- package/build/features/tax/screens/TaxDetails/TaxDocument.d.ts +1 -1
- package/build/features/tax/screens/TaxDetails/TaxDocument.js +8 -8
- package/build/features/tax/screens/TaxDetails/VATId.js +6 -6
- package/build/features/tax/screens/Verify/OTPInput.js +5 -5
- package/build/features/tax/screens/Verify/Verify.js +8 -8
- package/build/hooks/useAppConfig.d.ts +1 -1
- package/build/hooks/useAppConfig.js +4 -4
- package/build/hooks/useAppSelector.d.ts +1 -1
- package/build/hooks/useAppTheme.d.ts +1 -1
- package/build/hooks/useAppTheme.js +3 -3
- package/build/hooks/useCountry.js +1 -1
- package/build/hooks/useDataNoneEditable.d.ts +1 -1
- package/build/hooks/useDataNoneEditable.js +1 -1
- package/build/hooks/useDataVerified.d.ts +1 -1
- package/build/hooks/useDataVerified.js +1 -1
- package/build/hooks/useErrorListener.js +1 -1
- package/build/hooks/useExcludeReadOnlyFelids.js +1 -1
- package/build/hooks/useFormReadOnly.js +1 -1
- package/build/hooks/useLanguage.js +1 -1
- package/build/hooks/useRedirectionListener.js +1 -1
- package/build/hooks/useScreen.js +1 -1
- package/build/hooks/useStepStartedListener.js +1 -1
- package/build/hooks/useVerifyToken.d.ts +1 -1
- package/build/hooks/useVerifyToken.js +2 -2
- package/build/i18n.js +1 -1
- package/build/index.d.ts +10 -10
- package/build/index.js +10 -10
- package/build/theme/theme.d.ts +1 -1
- package/build/utils/array.d.ts +4 -3
- package/build/utils/array.js +6 -1
- package/build/utils/locale.d.ts +1 -1
- package/build/utils/locale.js +1 -1
- package/build/utils/object.js +1 -1
- package/build/utils/rsa.js +1 -1
- package/build/utils/string.d.ts +1 -1
- package/build/utils/string.js +4 -4
- package/package.json +1 -1
- package/build/components/ArabicDatePicker/style.css +0 -24
- package/build/components/DatePicker/customStyle.css +0 -86
- package/build/features/app/individual/individualStore.d.ts +0 -146
- package/build/index.css +0 -140
|
@@ -17,18 +17,18 @@ import Box from '@mui/material/Box';
|
|
|
17
17
|
import { alpha, styled, useTheme } from '@mui/material/styles';
|
|
18
18
|
import InfoIcon from '@mui/icons-material/Info';
|
|
19
19
|
import InfoOutlinedIcon from '@mui/icons-material/InfoOutlined';
|
|
20
|
-
import { useAppDispatch, useAppSelector } from '
|
|
21
|
-
import Text from '
|
|
22
|
-
import Collapse from '
|
|
23
|
-
import SimpleList from '
|
|
24
|
-
import { hasVerifiedValue, removeAllOtherThanAlphabet } from '
|
|
25
|
-
import Input from '
|
|
26
|
-
import { ScreenContainer } from '
|
|
27
|
-
import { clearError, entitySelector } from '
|
|
28
|
-
import Search from '
|
|
29
|
-
import SharedInput from '
|
|
30
|
-
import CheckIcon from '
|
|
31
|
-
import { EndAdornment, EndAdornmentExpanded } from '
|
|
20
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
21
|
+
import Text from '@components/Text';
|
|
22
|
+
import Collapse from '@components/Collapse';
|
|
23
|
+
import SimpleList from '@components/SimpleList';
|
|
24
|
+
import { hasVerifiedValue, removeAllOtherThanAlphabet } from '@utils';
|
|
25
|
+
import Input from '@features/shared/Input';
|
|
26
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
27
|
+
import { clearError, entitySelector } from '@features/app/entity/entityStore';
|
|
28
|
+
import Search from '@features/shared/Search';
|
|
29
|
+
import SharedInput from '@features/shared/Input';
|
|
30
|
+
import CheckIcon from '@features/shared/CheckIcon';
|
|
31
|
+
import { EndAdornment, EndAdornmentExpanded } from '@features/shared/EndAdornment';
|
|
32
32
|
export var InputLabelStyled = styled(Text)(function (_a) {
|
|
33
33
|
var theme = _a.theme;
|
|
34
34
|
return (__assign({ color: alpha(theme.palette.text.primary, 0.6) }, theme.typography.caption));
|
|
@@ -13,12 +13,12 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
13
13
|
import { useController, useFormContext } from 'react-hook-form';
|
|
14
14
|
import { useTranslation } from 'react-i18next';
|
|
15
15
|
import { alpha, Collapse, styled } from '@mui/material';
|
|
16
|
-
import { useAppDispatch, useAppSelector } from '
|
|
17
|
-
import { getFutureDate } from '
|
|
18
|
-
import Text from '
|
|
19
|
-
import { ScreenContainer } from '
|
|
20
|
-
import { entitySelector, clearError } from '
|
|
21
|
-
import DatePicker from '
|
|
16
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
17
|
+
import { getFutureDate } from '@utils';
|
|
18
|
+
import Text from '@components/Text';
|
|
19
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
20
|
+
import { entitySelector, clearError } from '@features/app/entity/entityStore';
|
|
21
|
+
import DatePicker from '@components/DatePicker';
|
|
22
22
|
export var InputLabelStyled = styled(Text)(function (_a) {
|
|
23
23
|
var theme = _a.theme;
|
|
24
24
|
return (__assign({ margin: theme.spacing(0, 2.5, 1.5, 2.5), color: alpha(theme.palette.text.primary, 0.6) }, theme.typography.caption));
|
|
@@ -13,11 +13,11 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
13
13
|
import { useTranslation } from 'react-i18next';
|
|
14
14
|
import { useController, useFormContext } from 'react-hook-form';
|
|
15
15
|
import { alpha, Collapse, styled } from '@mui/material';
|
|
16
|
-
import { useAppDispatch, useAppSelector } from '
|
|
17
|
-
import Text from '
|
|
18
|
-
import DatePicker from '
|
|
19
|
-
import { ScreenContainer } from '
|
|
20
|
-
import { entitySelector, clearError } from '
|
|
16
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
17
|
+
import Text from '@components/Text';
|
|
18
|
+
import DatePicker from '@components/DatePicker';
|
|
19
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
20
|
+
import { entitySelector, clearError } from '@features/app/entity/entityStore';
|
|
21
21
|
export var InputLabelStyled = styled(Text)(function (_a) {
|
|
22
22
|
var theme = _a.theme;
|
|
23
23
|
return (__assign({ margin: theme.spacing(0, 2.5, 1.5, 2.5), color: alpha(theme.palette.text.primary, 0.6) }, theme.typography.caption));
|
|
@@ -14,12 +14,12 @@ import * as React from 'react';
|
|
|
14
14
|
import { useTranslation } from 'react-i18next';
|
|
15
15
|
import { useController, useFormContext } from 'react-hook-form';
|
|
16
16
|
import { Collapse } from '@mui/material';
|
|
17
|
-
import { useAppDispatch, useAppSelector, useLanguage } from '
|
|
18
|
-
import { removeAllOtherThanCharsNumbersAndSpace } from '
|
|
19
|
-
import { ScreenContainer } from '
|
|
20
|
-
import { clearError, entitySelector } from '
|
|
21
|
-
import Input from '
|
|
22
|
-
import { EndAdornment } from '
|
|
17
|
+
import { useAppDispatch, useAppSelector, useLanguage } from '@hooks';
|
|
18
|
+
import { removeAllOtherThanCharsNumbersAndSpace } from '@utils';
|
|
19
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
20
|
+
import { clearError, entitySelector } from '@features/app/entity/entityStore';
|
|
21
|
+
import Input from '@features/shared/Input';
|
|
22
|
+
import { EndAdornment } from '@features/shared/EndAdornment';
|
|
23
23
|
var LegalName = function (_a) {
|
|
24
24
|
var readOnly = _a.readOnly, isVerified = _a.isVerified;
|
|
25
25
|
var t = useTranslation().t;
|
|
@@ -14,14 +14,14 @@ import React from 'react';
|
|
|
14
14
|
import { useTranslation } from 'react-i18next';
|
|
15
15
|
import { useController, useFormContext } from 'react-hook-form';
|
|
16
16
|
import { styled } from '@mui/material/styles';
|
|
17
|
-
import Collapse from '
|
|
18
|
-
import { DocumentPurpose } from '
|
|
19
|
-
import { FileType } from '
|
|
20
|
-
import { useAppDispatch, useAppSelector } from '
|
|
21
|
-
import { hasVerifiedValue } from '
|
|
22
|
-
import { ScreenContainer } from '
|
|
23
|
-
import { clearError, entitySelector, uploadingStatus } from '
|
|
24
|
-
import UploadMultipleFile from '
|
|
17
|
+
import Collapse from '@components/Collapse';
|
|
18
|
+
import { DocumentPurpose } from '@types';
|
|
19
|
+
import { FileType } from '@constants';
|
|
20
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
21
|
+
import { hasVerifiedValue } from '@utils';
|
|
22
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
23
|
+
import { clearError, entitySelector, uploadingStatus } from '@features/app/entity/entityStore';
|
|
24
|
+
import UploadMultipleFile from '@features/shared/UploadMultipleFile';
|
|
25
25
|
var FeatureStyled = styled(ScreenContainer)(function (_a) {
|
|
26
26
|
var theme = _a.theme;
|
|
27
27
|
return ({
|
|
@@ -13,16 +13,16 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import { useTranslation } from 'react-i18next';
|
|
15
15
|
import { useController, useFormContext } from 'react-hook-form';
|
|
16
|
-
import { useAppDispatch, useAppSelector } from '
|
|
17
|
-
import { BusinessType } from '
|
|
18
|
-
import { isSA, removeAllOtherThanCharsAndNumber } from '
|
|
19
|
-
import { settingsSelector } from '
|
|
20
|
-
import { CR_NUMBER_LENGTH, FL_NUMBER_ENTITY_LENGTH, KW_MAX_LICENSE_LENGTH, KW_MIN_LICENSE_LENGTH } from '
|
|
21
|
-
import Collapse from '
|
|
22
|
-
import { ScreenContainer } from '
|
|
23
|
-
import Input from '
|
|
24
|
-
import { clearError, entitySelector } from '
|
|
25
|
-
import { EndAdornment } from '
|
|
16
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
17
|
+
import { BusinessType } from '@types';
|
|
18
|
+
import { isSA, removeAllOtherThanCharsAndNumber } from '@utils';
|
|
19
|
+
import { settingsSelector } from '@app/settings';
|
|
20
|
+
import { CR_NUMBER_LENGTH, FL_NUMBER_ENTITY_LENGTH, KW_MAX_LICENSE_LENGTH, KW_MIN_LICENSE_LENGTH } from '@constants';
|
|
21
|
+
import Collapse from '@components/Collapse';
|
|
22
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
23
|
+
import Input from '@features/shared/Input';
|
|
24
|
+
import { clearError, entitySelector } from '@features/app/entity/entityStore';
|
|
25
|
+
import { EndAdornment } from '@features/shared/EndAdornment';
|
|
26
26
|
var LicenseNumber = function (_a) {
|
|
27
27
|
var _b, _c;
|
|
28
28
|
var show = _a.show, readOnly = _a.readOnly, isVerified = _a.isVerified;
|
|
@@ -13,13 +13,13 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import { useTranslation } from 'react-i18next';
|
|
15
15
|
import { useController, useFormContext } from 'react-hook-form';
|
|
16
|
-
import { useAppDispatch, useAppSelector } from '
|
|
17
|
-
import { removeAllOtherThanCharsAndNumber } from '
|
|
18
|
-
import Collapse from '
|
|
19
|
-
import { ScreenContainer } from '
|
|
20
|
-
import Input from '
|
|
21
|
-
import { clearError, entitySelector } from '
|
|
22
|
-
import { EndAdornment } from '
|
|
16
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
17
|
+
import { removeAllOtherThanCharsAndNumber } from '@utils';
|
|
18
|
+
import Collapse from '@components/Collapse';
|
|
19
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
20
|
+
import Input from '@features/shared/Input';
|
|
21
|
+
import { clearError, entitySelector } from '@features/app/entity/entityStore';
|
|
22
|
+
import { EndAdornment } from '@features/shared/EndAdornment';
|
|
23
23
|
var UnifiedNumber = function (_a) {
|
|
24
24
|
var _b, _c, _d;
|
|
25
25
|
var show = _a.show, readOnly = _a.readOnly, isVerified = _a.isVerified;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as yup from 'yup';
|
|
2
|
-
import { BusinessType } from '
|
|
3
|
-
import { KW_MIN_LICENSE_LENGTH, CR_MIN_LICENSE_LENGTH, FL_MIN_LICENSE_LENGTH } from '
|
|
2
|
+
import { BusinessType } from '@types';
|
|
3
|
+
import { KW_MIN_LICENSE_LENGTH, CR_MIN_LICENSE_LENGTH, FL_MIN_LICENSE_LENGTH } from '@constants';
|
|
4
4
|
export var EntityNameValidationSchema = function () {
|
|
5
5
|
return yup.object().shape({
|
|
6
6
|
legalName: yup
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { memo } from 'react';
|
|
3
|
-
import { useAppSelector } from '
|
|
4
|
-
import DataLoading from '
|
|
5
|
-
import { entitySelector } from '
|
|
3
|
+
import { useAppSelector } from '@hooks';
|
|
4
|
+
import DataLoading from '@features/shared/DataLoading';
|
|
5
|
+
import { entitySelector } from '@features/app/entity/entityStore';
|
|
6
6
|
export var PrepareDataLoading = function () {
|
|
7
7
|
var error = useAppSelector(entitySelector).error;
|
|
8
8
|
return _jsx(DataLoading, { error: error });
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { Trans, useTranslation } from 'react-i18next';
|
|
4
|
-
import { handlePrevScreenStep } from '
|
|
5
|
-
import SuccessScreen from '
|
|
6
|
-
import { maskEmail } from '
|
|
7
|
-
import { entitySelector } from '
|
|
8
|
-
import { useAppSelector, useAppDispatch } from '
|
|
4
|
+
import { handlePrevScreenStep } from '@app/settings';
|
|
5
|
+
import SuccessScreen from '@features/shared/SuccessScreen';
|
|
6
|
+
import { maskEmail } from '@utils';
|
|
7
|
+
import { entitySelector } from '@features/app/entity/entityStore';
|
|
8
|
+
import { useAppSelector, useAppDispatch } from '@hooks';
|
|
9
9
|
var ResetPasswordSuccess = function (_a) {
|
|
10
10
|
var _b, _c;
|
|
11
11
|
var t = useTranslation().t;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { useTranslation } from 'react-i18next';
|
|
4
|
-
import { useAppDispatch, useAppSelector } from '
|
|
5
|
-
import { updateBoardSuccess, entitySelector } from '
|
|
6
|
-
import SuccessScreen from '
|
|
4
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
5
|
+
import { updateBoardSuccess, entitySelector } from '@features/app/entity/entityStore';
|
|
6
|
+
import SuccessScreen from '@features/shared/SuccessScreen';
|
|
7
7
|
var Success = function (_a) {
|
|
8
8
|
var t = useTranslation().t;
|
|
9
9
|
var dispatch = useAppDispatch();
|
|
@@ -11,9 +11,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { memo } from 'react';
|
|
14
|
-
import { useAppSelector } from '
|
|
15
|
-
import { entitySelector } from '
|
|
16
|
-
import SuccessFlowButtons from '
|
|
14
|
+
import { useAppSelector } from '@hooks';
|
|
15
|
+
import { entitySelector } from '@features/app/entity/entityStore';
|
|
16
|
+
import SuccessFlowButtons from '@features/shared/SuccessFlowButtons';
|
|
17
17
|
var SuccessWithFlowButtons = function () {
|
|
18
18
|
var data = useAppSelector(entitySelector).data;
|
|
19
19
|
var _a = data.verify.responseBody || {}, flows = _a.flows, entity = _a.entity, brand = _a.brand, bank = _a.bank_account, merchant = _a.merchant, user = _a.user, business = _a.business, board_id = _a.board_id, board_info_id = _a.board_info_id, name = _a.name, individuals = _a.individuals;
|
|
@@ -13,13 +13,13 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import Box from '@mui/material/Box/Box';
|
|
15
15
|
import { styled } from '@mui/material/styles';
|
|
16
|
-
import OTPField from '
|
|
16
|
+
import OTPField from '@features/shared/OTP';
|
|
17
17
|
import { useController, useFormContext } from 'react-hook-form';
|
|
18
18
|
import { useTranslation } from 'react-i18next';
|
|
19
|
-
import { DEFAULT_TIMER_VALUE } from '
|
|
20
|
-
import { useAppDispatch, useAppSelector } from '
|
|
21
|
-
import { isTokenExpired } from '
|
|
22
|
-
import { entitySelector, resendOTP } from '
|
|
19
|
+
import { DEFAULT_TIMER_VALUE } from '@constants';
|
|
20
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
21
|
+
import { isTokenExpired } from '@utils';
|
|
22
|
+
import { entitySelector, resendOTP } from '@features/app/entity/entityStore';
|
|
23
23
|
var BoxStyled = styled(Box)(function (_a) {
|
|
24
24
|
var theme = _a.theme;
|
|
25
25
|
return ({
|
|
@@ -11,19 +11,19 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
import * as React from 'react';
|
|
14
|
-
import { useAppDispatch, useSetFromDefaultValues } from '
|
|
14
|
+
import { useAppDispatch, useSetFromDefaultValues } from '@hooks';
|
|
15
15
|
import { useTranslation } from 'react-i18next';
|
|
16
16
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
17
17
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
18
18
|
import Box from '@mui/material/Box/Box';
|
|
19
19
|
import { styled } from '@mui/material/styles';
|
|
20
|
-
import { useLanguage, useAppSelector } from '
|
|
21
|
-
import { maskPhone } from '
|
|
22
|
-
import Form from '
|
|
23
|
-
import Text from '
|
|
24
|
-
import { ScreenContainer } from '
|
|
25
|
-
import { entitySelector, clearError, resetOTPScreen, verifyEntityLeadOTP } from '
|
|
26
|
-
import Button from '
|
|
20
|
+
import { useLanguage, useAppSelector } from '@hooks';
|
|
21
|
+
import { maskPhone } from '@utils';
|
|
22
|
+
import Form from '@components/Form';
|
|
23
|
+
import Text from '@components/Text';
|
|
24
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
25
|
+
import { entitySelector, clearError, resetOTPScreen, verifyEntityLeadOTP } from '@features/app/entity/entityStore';
|
|
26
|
+
import Button from '@features/shared/Button';
|
|
27
27
|
import { OTPValidation } from './validation';
|
|
28
28
|
import OTPInput from './OTPInput';
|
|
29
29
|
var OTPTitleContainerStyled = styled(Box)(function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FeatureScreenStep } from '
|
|
1
|
+
import { FeatureScreenStep } from '@types';
|
|
2
2
|
export declare const connectFeatureScreens: Array<FeatureScreenStep>;
|
|
3
3
|
export declare const connectExpressFeatureScreens: Array<FeatureScreenStep>;
|
|
4
4
|
export declare const businessFeatureScreens: Array<FeatureScreenStep>;
|
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
import MobileScreen from '
|
|
2
|
-
import NIDScreen from '
|
|
3
|
-
import ConnectCivilIDScreen from '
|
|
4
|
-
import ConnectVerifyPACIScreen from '
|
|
5
|
-
import IndividualScreen from '
|
|
6
|
-
import MerchantInfoScreen from '
|
|
7
|
-
import ConnectOTPScreen from '
|
|
8
|
-
import ThankYouScreen from '
|
|
9
|
-
import ConnectExpressMobileScreen from '
|
|
10
|
-
import ConnectExpressNIDScreen from '
|
|
11
|
-
import ConnectExpressCivilIDScreen from '
|
|
12
|
-
import ConnectExpressVerifyPACIScreen from '
|
|
13
|
-
import ConnectExpressOTPScreen from '
|
|
14
|
-
import ConnectExpressNIDMissedScreen from '
|
|
15
|
-
import ConnectExpressCivilIDMissedScreen from '
|
|
16
|
-
import ConnectExpressIdentityVerifyPACIScreen from '
|
|
17
|
-
import ConnectExpressIdentityVerifyOTPScreen from '
|
|
18
|
-
import ConnectExpressCollectIndividualScreen from '
|
|
19
|
-
import ConnectExpressCollectBusinessScreen from '
|
|
20
|
-
import ConnectExpressCreateAccountLoaderScreen from '
|
|
21
|
-
import ConnectExpressSuccessFlowButtonsScreen from '
|
|
22
|
-
import ConnectExpressAccountAlreadyCreatedScreen from '
|
|
23
|
-
import CustomersPage from '
|
|
24
|
-
import IDBODPage from '
|
|
25
|
-
import BusinessVerifyPage from '
|
|
26
|
-
import BusinessOTPPage from '
|
|
27
|
-
import BusinessTypePage from '
|
|
28
|
-
import ActivitiesPage from '
|
|
29
|
-
import SuccessPage from '
|
|
30
|
-
import SuccessWithFlowButtonsPage from '
|
|
31
|
-
import ResetPasswordSuccessPage from '
|
|
32
|
-
import BusCivilIDscreen from '
|
|
33
|
-
import BusVerifyPACIScreen from '
|
|
34
|
-
import BrandVerifyScreen from '
|
|
35
|
-
import PasswordVerifyPage from '
|
|
36
|
-
import CreatePasswordPage from '
|
|
37
|
-
import PasswordOTPPage from '
|
|
38
|
-
import SuccessPasswordPage from '
|
|
39
|
-
import PasswordSuccessWithFlowPage from '
|
|
40
|
-
import PasswordResetPasswordSuccessPage from '
|
|
41
|
-
import IndividualVerifyPage from '
|
|
42
|
-
import IndividualPhoneInfoPage from '
|
|
43
|
-
import IndividualListPage from '
|
|
44
|
-
import IndividualPersonalInfo from '
|
|
45
|
-
import AdditionalIndividualInfoPage from '
|
|
46
|
-
import SuccessOwnerPage from '
|
|
47
|
-
import IndividualSuccessWithFlowPage from '
|
|
48
|
-
import IndividualResetPasswordSuccessPage from '
|
|
49
|
-
import IndividualDataLoadingPage from '
|
|
50
|
-
import BankVerifyPage from '
|
|
51
|
-
import BankDetailsPage from '
|
|
52
|
-
import BankSuccessPage from '
|
|
53
|
-
import BankSuccessWithFlowPage from '
|
|
54
|
-
import BankResetPasswordSuccessPage from '
|
|
55
|
-
import BankDataLoadingPage from '
|
|
56
|
-
import TaxVerifyPage from '
|
|
57
|
-
import TaxDetailsPage from '
|
|
58
|
-
import TaxSuccessPage from '
|
|
59
|
-
import TaxSuccessWithFlowPage from '
|
|
60
|
-
import TaxResetPasswordSuccessPage from '
|
|
61
|
-
import TaxDataLoadingPage from '
|
|
62
|
-
import SignInMobilePage from '
|
|
63
|
-
import SignInEmailPage from '
|
|
64
|
-
import SignInOTPPage from '
|
|
65
|
-
import SignInPasswordPage from '
|
|
66
|
-
import EntityVerifyPage from '
|
|
67
|
-
import EntityNamePage from '
|
|
68
|
-
import EntityCapitalPage from '
|
|
69
|
-
import EntitySuccessPage from '
|
|
70
|
-
import EntitySuccessWithFlowPage from '
|
|
71
|
-
import EntityResetPasswordSuccessPage from '
|
|
72
|
-
import EntityDataLoadingPage from '
|
|
73
|
-
import BrandVerifyPage from '
|
|
74
|
-
import BrandInfoPage from '
|
|
75
|
-
import BrandActivitiesPage from '
|
|
76
|
-
import BrandSuccessPage from '
|
|
77
|
-
import BrandSuccessWithFlowPage from '
|
|
78
|
-
import BrandResetPasswordSuccessPage from '
|
|
79
|
-
import BrandDataLoadingPage from '
|
|
1
|
+
import MobileScreen from '@features/connect/screens/Mobile';
|
|
2
|
+
import NIDScreen from '@features/connect/screens/NID';
|
|
3
|
+
import ConnectCivilIDScreen from '@src/features/connect/screens/CivilID';
|
|
4
|
+
import ConnectVerifyPACIScreen from '@features/connect/screens/VerifyPACI';
|
|
5
|
+
import IndividualScreen from '@features/connect/screens/Individual';
|
|
6
|
+
import MerchantInfoScreen from '@features/connect/screens/Merchant';
|
|
7
|
+
import ConnectOTPScreen from '@features/connect/screens/OTP';
|
|
8
|
+
import ThankYouScreen from '@features/connect/screens/ThankYou';
|
|
9
|
+
import ConnectExpressMobileScreen from '@features/connectExpress/screens/Mobile';
|
|
10
|
+
import ConnectExpressNIDScreen from '@features/connectExpress/screens/NID';
|
|
11
|
+
import ConnectExpressCivilIDScreen from '@features/connectExpress/screens/CivilID';
|
|
12
|
+
import ConnectExpressVerifyPACIScreen from '@features/connectExpress/screens/VerifyPACI';
|
|
13
|
+
import ConnectExpressOTPScreen from '@features/connectExpress/screens/OTP';
|
|
14
|
+
import ConnectExpressNIDMissedScreen from '@features/connectExpress/screens/NIDMissed';
|
|
15
|
+
import ConnectExpressCivilIDMissedScreen from '@features/connectExpress/screens/CivilIDMissed';
|
|
16
|
+
import ConnectExpressIdentityVerifyPACIScreen from '@features/connectExpress/screens/IdentityVerifyPACI';
|
|
17
|
+
import ConnectExpressIdentityVerifyOTPScreen from '@features/connectExpress/screens/IdentityOTP';
|
|
18
|
+
import ConnectExpressCollectIndividualScreen from '@features/connectExpress/screens/CollectIndividualInfo';
|
|
19
|
+
import ConnectExpressCollectBusinessScreen from '@features/connectExpress/screens/CollectBusinessInfo';
|
|
20
|
+
import ConnectExpressCreateAccountLoaderScreen from '@features/connectExpress/screens/CreateAccountLoader';
|
|
21
|
+
import ConnectExpressSuccessFlowButtonsScreen from '@src/features/connectExpress/screens/SuccessWithFlowButtons';
|
|
22
|
+
import ConnectExpressAccountAlreadyCreatedScreen from '@src/features/connectExpress/screens/AccountAlreadyCreated';
|
|
23
|
+
import CustomersPage from '@features/business/screens/Customers';
|
|
24
|
+
import IDBODPage from '@features/business/screens/IDBOD';
|
|
25
|
+
import BusinessVerifyPage from '@features/business/screens/Verify';
|
|
26
|
+
import BusinessOTPPage from '@features/business/screens/OTP';
|
|
27
|
+
import BusinessTypePage from '@features/business/screens/BusinessType';
|
|
28
|
+
import ActivitiesPage from '@features/business/screens/Activities';
|
|
29
|
+
import SuccessPage from '@features/business/screens/Success';
|
|
30
|
+
import SuccessWithFlowButtonsPage from '@features/business/screens/SuccessWithFlowButtons';
|
|
31
|
+
import ResetPasswordSuccessPage from '@features/business/screens/ResetPasswordSuccess';
|
|
32
|
+
import BusCivilIDscreen from '@features/business/screens/CivilID';
|
|
33
|
+
import BusVerifyPACIScreen from '@features/business/screens/VerifyPACI';
|
|
34
|
+
import BrandVerifyScreen from '@features/business/screens/BrandDetails';
|
|
35
|
+
import PasswordVerifyPage from '@features/password/screens/Verify';
|
|
36
|
+
import CreatePasswordPage from '@features/password/screens/CreatePassword';
|
|
37
|
+
import PasswordOTPPage from '@features/password/screens/OTP';
|
|
38
|
+
import SuccessPasswordPage from '@features/password/screens/Success';
|
|
39
|
+
import PasswordSuccessWithFlowPage from '@features/password/screens/SuccessWithFlowButtons';
|
|
40
|
+
import PasswordResetPasswordSuccessPage from '@features/password/screens/ResetPasswordSuccess';
|
|
41
|
+
import IndividualVerifyPage from '@features/individual/screens/Verify';
|
|
42
|
+
import IndividualPhoneInfoPage from '@features/individual/screens/IndividualPhoneInfo';
|
|
43
|
+
import IndividualListPage from '@features/individual/screens/IndividualList';
|
|
44
|
+
import IndividualPersonalInfo from '@features/individual/screens/IndividualPersonalInfo';
|
|
45
|
+
import AdditionalIndividualInfoPage from '@features/individual/screens/AdditionalIndividualInfo';
|
|
46
|
+
import SuccessOwnerPage from '@features/individual/screens/Success';
|
|
47
|
+
import IndividualSuccessWithFlowPage from '@features/individual/screens/SuccessWithFlowButtons';
|
|
48
|
+
import IndividualResetPasswordSuccessPage from '@features/individual/screens/ResetPasswordSuccess';
|
|
49
|
+
import IndividualDataLoadingPage from '@features/individual/screens/PrepareDataLoading';
|
|
50
|
+
import BankVerifyPage from '@features/bank/screens/Verify';
|
|
51
|
+
import BankDetailsPage from '@features/bank/screens/BankDetails';
|
|
52
|
+
import BankSuccessPage from '@features/bank/screens/Success';
|
|
53
|
+
import BankSuccessWithFlowPage from '@features/bank/screens/SuccessWithFlowButtons';
|
|
54
|
+
import BankResetPasswordSuccessPage from '@features/bank/screens/ResetPasswordSuccess';
|
|
55
|
+
import BankDataLoadingPage from '@features/bank/screens/PrepareDataLoading';
|
|
56
|
+
import TaxVerifyPage from '@features/tax/screens/Verify';
|
|
57
|
+
import TaxDetailsPage from '@features/tax/screens/TaxDetails';
|
|
58
|
+
import TaxSuccessPage from '@features/tax/screens/Success';
|
|
59
|
+
import TaxSuccessWithFlowPage from '@features/tax/screens/SuccessWithFlowButtons';
|
|
60
|
+
import TaxResetPasswordSuccessPage from '@features/tax/screens/ResetPasswordSuccess';
|
|
61
|
+
import TaxDataLoadingPage from '@features/tax/screens/PrepareDataLoading';
|
|
62
|
+
import SignInMobilePage from '@features/signIn/screens/Mobile';
|
|
63
|
+
import SignInEmailPage from '@features/signIn/screens/Email';
|
|
64
|
+
import SignInOTPPage from '@features/signIn/screens/OTP';
|
|
65
|
+
import SignInPasswordPage from '@features/signIn/screens/Password';
|
|
66
|
+
import EntityVerifyPage from '@features/entity/screens/Verify';
|
|
67
|
+
import EntityNamePage from '@features/entity/screens/EntityName';
|
|
68
|
+
import EntityCapitalPage from '@features/entity/screens/EntityCapital';
|
|
69
|
+
import EntitySuccessPage from '@features/entity/screens/Success';
|
|
70
|
+
import EntitySuccessWithFlowPage from '@features/entity/screens/SuccessWithFlowButtons';
|
|
71
|
+
import EntityResetPasswordSuccessPage from '@features/entity/screens/ResetPasswordSuccess';
|
|
72
|
+
import EntityDataLoadingPage from '@features/entity/screens/PrepareDataLoading';
|
|
73
|
+
import BrandVerifyPage from '@features/brand/screens/Verify';
|
|
74
|
+
import BrandInfoPage from '@features/brand/screens/BrandInfo';
|
|
75
|
+
import BrandActivitiesPage from '@features/brand/screens/BrandActivities';
|
|
76
|
+
import BrandSuccessPage from '@features/brand/screens/Success';
|
|
77
|
+
import BrandSuccessWithFlowPage from '@features/brand/screens/SuccessWithFlowButtons';
|
|
78
|
+
import BrandResetPasswordSuccessPage from '@features/brand/screens/ResetPasswordSuccess';
|
|
79
|
+
import BrandDataLoadingPage from '@features/brand/screens/PrepareDataLoading';
|
|
80
80
|
export var connectFeatureScreens = [
|
|
81
81
|
{
|
|
82
82
|
name: 'CONNECT_NID_STEP',
|
|
@@ -23,17 +23,17 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
23
23
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
24
24
|
import { memo } from 'react';
|
|
25
25
|
import { createRoot } from 'react-dom/client';
|
|
26
|
-
import { useAppTheme, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener, useVerifyToken } from '
|
|
27
|
-
import { settingsSelector } from '
|
|
28
|
-
import AnimationFlow from '
|
|
29
|
-
import { store } from '
|
|
30
|
-
import { ReduxProvider, ThemeProvider } from '
|
|
31
|
-
import Collapse from '
|
|
32
|
-
import { findOrCreateElementAndInject } from '
|
|
33
|
-
import { FeatureContainer } from '
|
|
34
|
-
import { INDIVIDUAL_SCREENS_NAVIGATION } from '
|
|
26
|
+
import { useAppTheme, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener, useVerifyToken } from '@hooks';
|
|
27
|
+
import { settingsSelector } from '@app/settings';
|
|
28
|
+
import AnimationFlow from '@components/AnimationFlow';
|
|
29
|
+
import { store } from '@app/store';
|
|
30
|
+
import { ReduxProvider, ThemeProvider } from '@components/Providers';
|
|
31
|
+
import Collapse from '@components/Collapse';
|
|
32
|
+
import { findOrCreateElementAndInject } from '@utils';
|
|
33
|
+
import { FeatureContainer } from '@features/shared/Containers';
|
|
34
|
+
import { INDIVIDUAL_SCREENS_NAVIGATION } from '@constants';
|
|
35
35
|
import { individualFeatureScreens } from '../featuresScreens';
|
|
36
|
-
import { individualSelector, verifyLeadToken } from '
|
|
36
|
+
import { individualSelector, verifyLeadToken } from '@features/app/individual/individualStore';
|
|
37
37
|
import Background from '../shared/Background';
|
|
38
38
|
var Individual = memo(function (_a) {
|
|
39
39
|
var verifyToken = _a.verifyToken, props = __rest(_a, ["verifyToken"]);
|
package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js
CHANGED
|
@@ -14,18 +14,18 @@ import * as React from 'react';
|
|
|
14
14
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
15
15
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
16
16
|
import { useTranslation } from 'react-i18next';
|
|
17
|
-
import { handleCurrentActiveScreen, settingsSelector } from '
|
|
17
|
+
import { handleCurrentActiveScreen, settingsSelector } from '@app/settings';
|
|
18
18
|
import Box from '@mui/material/Box';
|
|
19
19
|
import { alpha, styled } from '@mui/material/styles';
|
|
20
|
-
import { useAppDispatch, useAppSelector, useSetFromDefaultValues, useLanguage, useFormReadOnly, useDataNoneEditable, useFormErrorAndUpdateReadOnly, useExcludeReadOnlyFelids, useDataVerified } from '
|
|
21
|
-
import { DocumentPurpose, IndividualType } from '
|
|
22
|
-
import { getIndividualType, isSA } from '
|
|
23
|
-
import Form from '
|
|
24
|
-
import Collapse from '
|
|
25
|
-
import Text from '
|
|
26
|
-
import { individualSelector, updateIndividualInfo } from '
|
|
27
|
-
import Button from '
|
|
28
|
-
import ScreenContainer from '
|
|
20
|
+
import { useAppDispatch, useAppSelector, useSetFromDefaultValues, useLanguage, useFormReadOnly, useDataNoneEditable, useFormErrorAndUpdateReadOnly, useExcludeReadOnlyFelids, useDataVerified } from '@hooks';
|
|
21
|
+
import { DocumentPurpose, IndividualType } from '@types';
|
|
22
|
+
import { getIndividualType, isSA } from '@utils';
|
|
23
|
+
import Form from '@components/Form';
|
|
24
|
+
import Collapse from '@components/Collapse';
|
|
25
|
+
import Text from '@components/Text';
|
|
26
|
+
import { individualSelector, updateIndividualInfo } from '@features/app/individual/individualStore';
|
|
27
|
+
import Button from '@features/shared/Button';
|
|
28
|
+
import ScreenContainer from '@features/shared/Containers/ScreenContainer';
|
|
29
29
|
import PEPSwitch from './PEPSwitch';
|
|
30
30
|
import { IndividualInfoValidationSchema } from './validation';
|
|
31
31
|
import InfluencerSwitch from './InfluencerSwitch';
|
|
@@ -36,7 +36,7 @@ import CivilIDFile from './CivilIDFile';
|
|
|
36
36
|
import SignatureFile from './SignatureFile';
|
|
37
37
|
import ShareCount from './ShareCount';
|
|
38
38
|
import ShareValue from './ShareValue';
|
|
39
|
-
import { getFileDetailsFromDocument } from '
|
|
39
|
+
import { getFileDetailsFromDocument } from '@src/utils';
|
|
40
40
|
var TextBoxStyled = styled(Box)(function (_a) {
|
|
41
41
|
var theme = _a.theme;
|
|
42
42
|
return (__assign(__assign({ display: 'flex', justifyContent: 'center', flexDirection: 'row', padding: theme.spacing(1.8, 2.5, 1.8, 2.5) }, theme.typography.body1), { lineHeight: theme.spacing(2.5), color: theme.palette.text.primary, fontWeight: theme.typography.fontWeightMedium }));
|
|
@@ -14,14 +14,14 @@ import React from 'react';
|
|
|
14
14
|
import { useTranslation } from 'react-i18next';
|
|
15
15
|
import { useController, useFormContext } from 'react-hook-form';
|
|
16
16
|
import { styled } from '@mui/material/styles';
|
|
17
|
-
import { useAppDispatch, useAppSelector } from '
|
|
18
|
-
import { DocumentPurpose } from '
|
|
19
|
-
import { FileType } from '
|
|
20
|
-
import { hasVerifiedValue } from '
|
|
21
|
-
import Collapse from '
|
|
22
|
-
import { civilIDUploadingStatus, clearError, individualSelector } from '
|
|
23
|
-
import UploadMultipleFile from '
|
|
24
|
-
import { ScreenContainer } from '
|
|
17
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
18
|
+
import { DocumentPurpose } from '@types';
|
|
19
|
+
import { FileType } from '@constants';
|
|
20
|
+
import { hasVerifiedValue } from '@utils';
|
|
21
|
+
import Collapse from '@components/Collapse';
|
|
22
|
+
import { civilIDUploadingStatus, clearError, individualSelector } from '@features/app/individual/individualStore';
|
|
23
|
+
import UploadMultipleFile from '@features/shared/UploadMultipleFile';
|
|
24
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
25
25
|
var FeatureStyled = styled(ScreenContainer)(function (_a) {
|
|
26
26
|
var theme = _a.theme;
|
|
27
27
|
return ({
|