@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
|
@@ -26,19 +26,19 @@ import { useTranslation } from 'react-i18next';
|
|
|
26
26
|
import { useController, useFormContext } from 'react-hook-form';
|
|
27
27
|
import Box from '@mui/material/Box';
|
|
28
28
|
import { styled } from '@mui/material/styles';
|
|
29
|
-
import { useAppDispatch, useLanguage, useAppSelector } from '
|
|
30
|
-
import { BusinessType } from '
|
|
31
|
-
import ScreenContainer from '
|
|
32
|
-
import Input from '
|
|
33
|
-
import CheckIcon from '
|
|
34
|
-
import SimpleList from '
|
|
35
|
-
import { businessSelector, clearError } from '
|
|
36
|
-
import Text from '
|
|
37
|
-
import ExpandIcon from '
|
|
38
|
-
import Collapse from '
|
|
39
|
-
import { isOtherLicense, isSA } from '
|
|
40
|
-
import { OTHER_CR_LICENSE, OTHER_FL_LICENSE } from '
|
|
41
|
-
import { settingsSelector } from '
|
|
29
|
+
import { useAppDispatch, useLanguage, useAppSelector } from '@hooks';
|
|
30
|
+
import { BusinessType } from '@types';
|
|
31
|
+
import ScreenContainer from '@features/shared/Containers/ScreenContainer';
|
|
32
|
+
import Input from '@features/shared/Input';
|
|
33
|
+
import CheckIcon from '@features/shared/CheckIcon';
|
|
34
|
+
import SimpleList from '@components/SimpleList';
|
|
35
|
+
import { businessSelector, clearError } from '@features/app/business/businessStore';
|
|
36
|
+
import Text from '@components/Text';
|
|
37
|
+
import ExpandIcon from '@components/ExpandIcon';
|
|
38
|
+
import Collapse from '@components/Collapse';
|
|
39
|
+
import { isOtherLicense, isSA } from '@utils';
|
|
40
|
+
import { OTHER_CR_LICENSE, OTHER_FL_LICENSE } from '@constants';
|
|
41
|
+
import { settingsSelector } from '@app/settings';
|
|
42
42
|
var InputStyled = styled(Input)(function (_a) {
|
|
43
43
|
var theme = _a.theme;
|
|
44
44
|
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 { CR_NUMBER_LENGTH, FL_NUMBER_LENGTH, KW_MAX_LICENSE_LENGTH, KW_MIN_LICENSE_LENGTH } from '
|
|
17
|
-
import { removeAllOtherThanCharsAndNumber, isSA, isOtherLicense } from '
|
|
18
|
-
import ScreenContainer from '
|
|
19
|
-
import ClearIcon from '
|
|
20
|
-
import CheckIcon from '
|
|
21
|
-
import Input from '
|
|
22
|
-
import Collapse from '
|
|
23
|
-
import { BusinessType } from '
|
|
24
|
-
import { useAppSelector } from '
|
|
25
|
-
import { settingsSelector } from '
|
|
16
|
+
import { CR_NUMBER_LENGTH, FL_NUMBER_LENGTH, KW_MAX_LICENSE_LENGTH, KW_MIN_LICENSE_LENGTH } from '@constants';
|
|
17
|
+
import { removeAllOtherThanCharsAndNumber, isSA, isOtherLicense } from '@utils';
|
|
18
|
+
import ScreenContainer from '@features/shared/Containers/ScreenContainer';
|
|
19
|
+
import ClearIcon from '@features/shared/ClearIcon';
|
|
20
|
+
import CheckIcon from '@features/shared/CheckIcon';
|
|
21
|
+
import Input from '@features/shared/Input';
|
|
22
|
+
import Collapse from '@components/Collapse';
|
|
23
|
+
import { BusinessType } from '@types';
|
|
24
|
+
import { useAppSelector } from '@hooks';
|
|
25
|
+
import { settingsSelector } from '@app/settings';
|
|
26
26
|
var LicenseNumber = function (_a) {
|
|
27
27
|
var _b;
|
|
28
28
|
var show = _a.show;
|
|
@@ -14,22 +14,22 @@ import * as React from 'react';
|
|
|
14
14
|
import { styled, alpha } from '@mui/material/styles';
|
|
15
15
|
import InfoIcon from '@mui/icons-material/Info';
|
|
16
16
|
import InfoOutlinedIcon from '@mui/icons-material/InfoOutlined';
|
|
17
|
-
import Collapse from '
|
|
17
|
+
import Collapse from '@components/Collapse';
|
|
18
18
|
import { useTranslation } from 'react-i18next';
|
|
19
19
|
import { useController, useFormContext } from 'react-hook-form';
|
|
20
|
-
import Text from '
|
|
21
|
-
import { ScreenContainer } from '
|
|
22
|
-
import Mandatory from '
|
|
23
|
-
import RadioLabel from '
|
|
24
|
-
import { BusinessType } from '
|
|
25
|
-
import RadioGroup from '
|
|
26
|
-
import Tooltip from '
|
|
27
|
-
import Radio from '
|
|
28
|
-
import { OTHER_CR_LICENSE, OTHER_FL_LICENSE } from '
|
|
29
|
-
import { businessSelector, clearError } from '
|
|
30
|
-
import { useAppDispatch, useAppSelector } from '
|
|
31
|
-
import { isKW } from '
|
|
32
|
-
import { settingsSelector } from '
|
|
20
|
+
import Text from '@components/Text';
|
|
21
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
22
|
+
import Mandatory from '@features/shared/Mandatory';
|
|
23
|
+
import RadioLabel from '@components/RadioLabel';
|
|
24
|
+
import { BusinessType } from '@types';
|
|
25
|
+
import RadioGroup from '@components/RadioGroup';
|
|
26
|
+
import Tooltip from '@components/Tooltip';
|
|
27
|
+
import Radio from '@components/Radio';
|
|
28
|
+
import { OTHER_CR_LICENSE, OTHER_FL_LICENSE } from '@constants';
|
|
29
|
+
import { businessSelector, clearError } from '@features/app/business/businessStore';
|
|
30
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
31
|
+
import { isKW } from '@utils';
|
|
32
|
+
import { settingsSelector } from '@app/settings';
|
|
33
33
|
var LabelTextStyled = styled(Text)(function (_a) {
|
|
34
34
|
var theme = _a.theme;
|
|
35
35
|
return (__assign(__assign({}, theme.typography.caption), { color: alpha(theme.palette.text.primary, 0.6), marginBlockEnd: theme.spacing(0.625) }));
|
|
@@ -17,12 +17,12 @@ import Box from '@mui/material/Box';
|
|
|
17
17
|
import { styled } from '@mui/material/styles';
|
|
18
18
|
import RadioGroup from '@mui/material/RadioGroup';
|
|
19
19
|
import Radio from '@mui/material/Radio';
|
|
20
|
-
import ScreenContainer from '
|
|
21
|
-
import Text from '
|
|
22
|
-
import Collapse from '
|
|
23
|
-
import Icon from '
|
|
24
|
-
import { ICONS_NAMES } from '
|
|
25
|
-
import { BusinessType } from '
|
|
20
|
+
import ScreenContainer from '@features/shared/Containers/ScreenContainer';
|
|
21
|
+
import Text from '@components/Text';
|
|
22
|
+
import Collapse from '@components/Collapse';
|
|
23
|
+
import Icon from '@components/Icon/Icon';
|
|
24
|
+
import { ICONS_NAMES } from '@constants';
|
|
25
|
+
import { BusinessType } from '@types';
|
|
26
26
|
import BTypeSwitch from './Switch';
|
|
27
27
|
var TitleStyled = styled(Text)(function (_a) {
|
|
28
28
|
var theme = _a.theme;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as yup from 'yup';
|
|
2
|
-
import { REGEX_BRAND_NAME, KW_MIN_LICENSE_LENGTH, MAX_FILE_SIZE, VALID_FILE_FORMATS, FL_MIN_LICENSE_LENGTH, CR_MIN_LICENSE_LENGTH } from '
|
|
3
|
-
import { BusinessType } from '
|
|
2
|
+
import { REGEX_BRAND_NAME, KW_MIN_LICENSE_LENGTH, MAX_FILE_SIZE, VALID_FILE_FORMATS, FL_MIN_LICENSE_LENGTH, CR_MIN_LICENSE_LENGTH } from '@constants';
|
|
3
|
+
import { BusinessType } from '@src/@types';
|
|
4
4
|
var objectElements = {
|
|
5
5
|
legal_name: yup.object().shape({
|
|
6
6
|
ar: yup.string(),
|
|
@@ -27,12 +27,12 @@ import { styled } from '@mui/material/styles';
|
|
|
27
27
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
28
28
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
29
29
|
import { civilIDValidationSchema } from './validation';
|
|
30
|
-
import { useAppDispatch, useLanguage, useAppSelector, useSetFromDefaultValues } from '
|
|
31
|
-
import { settingsSelector } from '
|
|
32
|
-
import { clearError, businessSelector, createCivilIdAuth } from '
|
|
33
|
-
import Form from '
|
|
34
|
-
import Button from '
|
|
35
|
-
import { ScreenContainer } from '
|
|
30
|
+
import { useAppDispatch, useLanguage, useAppSelector, useSetFromDefaultValues } from '@hooks';
|
|
31
|
+
import { settingsSelector } from '@app/settings';
|
|
32
|
+
import { clearError, businessSelector, createCivilIdAuth } from '@features/app/business/businessStore';
|
|
33
|
+
import Form from '@components/Form';
|
|
34
|
+
import Button from '@features/shared/Button';
|
|
35
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
36
36
|
import IDNumber from './IDNumber';
|
|
37
37
|
var FormStyled = styled(Form)(function () { return ({
|
|
38
38
|
display: 'flex',
|
|
@@ -15,12 +15,12 @@ import Box from '@mui/material/Box';
|
|
|
15
15
|
import { useTranslation } from 'react-i18next';
|
|
16
16
|
import { useController, useFormContext } from 'react-hook-form';
|
|
17
17
|
import { styled, alpha } from '@mui/material/styles';
|
|
18
|
-
import Text from '
|
|
19
|
-
import Input from '
|
|
20
|
-
import ScreenContainer from '
|
|
21
|
-
import { removeAllOtherThanCharsAndNumber } from '
|
|
22
|
-
import { CIVIL_ID_NUMBER_LENGTH } from '
|
|
23
|
-
import { EndAdornment } from '
|
|
18
|
+
import Text from '@components/Text';
|
|
19
|
+
import Input from '@features/shared/Input';
|
|
20
|
+
import ScreenContainer from '@features/shared/Containers/ScreenContainer';
|
|
21
|
+
import { removeAllOtherThanCharsAndNumber } from '@utils';
|
|
22
|
+
import { CIVIL_ID_NUMBER_LENGTH } from '@constants';
|
|
23
|
+
import { EndAdornment } from '@features/shared/EndAdornment';
|
|
24
24
|
var LabelContainerStyled = styled(Box)(function (_a) {
|
|
25
25
|
var theme = _a.theme;
|
|
26
26
|
return ({
|
|
@@ -26,17 +26,17 @@ import Box from '@mui/material/Box';
|
|
|
26
26
|
import { useTranslation } from 'react-i18next';
|
|
27
27
|
import { useController, useFormContext } from 'react-hook-form';
|
|
28
28
|
import { styled, alpha } from '@mui/material/styles';
|
|
29
|
-
import Text from '
|
|
30
|
-
import Collapse from '
|
|
31
|
-
import CheckIcon from '
|
|
32
|
-
import ExpandIcon from '
|
|
33
|
-
import Input from '
|
|
34
|
-
import Tooltip from '
|
|
35
|
-
import SimpleList from '
|
|
36
|
-
import { ScreenContainer } from '
|
|
37
|
-
import { useLanguage, useAppSelector, useAppDispatch } from '
|
|
38
|
-
import { businessSelector, clearError } from '
|
|
39
|
-
import Search from '
|
|
29
|
+
import Text from '@components/Text';
|
|
30
|
+
import Collapse from '@components/Collapse';
|
|
31
|
+
import CheckIcon from '@features/shared/CheckIcon';
|
|
32
|
+
import ExpandIcon from '@components/ExpandIcon';
|
|
33
|
+
import Input from '@features/shared/Input';
|
|
34
|
+
import Tooltip from '@components/Tooltip';
|
|
35
|
+
import SimpleList from '@components/SimpleList';
|
|
36
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
37
|
+
import { useLanguage, useAppSelector, useAppDispatch } from '@hooks';
|
|
38
|
+
import { businessSelector, clearError } from '@features/app/business/businessStore';
|
|
39
|
+
import Search from '@src/features/shared/Search';
|
|
40
40
|
import { InfoIconStyled, InfoOutlinedIconStyled, LabelContainerStyled } from '../Activities/ActivitiesList';
|
|
41
41
|
export var InputLabelStyled = styled(Text)(function (_a) {
|
|
42
42
|
var theme = _a.theme;
|
|
@@ -16,20 +16,20 @@ import * as React from 'react';
|
|
|
16
16
|
import { useTranslation } from 'react-i18next';
|
|
17
17
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
18
18
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
19
|
-
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '
|
|
20
|
-
import { handlePrevScreenStep } from '
|
|
19
|
+
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '@hooks';
|
|
20
|
+
import { handlePrevScreenStep } from '@app/settings';
|
|
21
21
|
import { CustomerInfoValidation } from './validation';
|
|
22
|
-
import Form from '
|
|
23
|
-
import Button from '
|
|
24
|
-
import { useLanguage } from '
|
|
22
|
+
import Form from '@components/Form';
|
|
23
|
+
import Button from '@features/shared/Button';
|
|
24
|
+
import { useLanguage } from '@hooks';
|
|
25
25
|
import CustomerLocations from './CustomerLocations';
|
|
26
26
|
import ExpectedCustomers from './ExpectedCustomers';
|
|
27
27
|
import ExpectedSales from './ExpectedSalesRange';
|
|
28
28
|
import RefundPolicy from './RefundPolicy';
|
|
29
29
|
import TransactionPolicy from './TransactionPolicy';
|
|
30
|
-
import { ScreenContainer } from '
|
|
31
|
-
import Collapse from '
|
|
32
|
-
import { businessSelector, clearError, updateCustomersInfo } from '
|
|
30
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
31
|
+
import Collapse from '@components/Collapse';
|
|
32
|
+
import { businessSelector, clearError, updateCustomersInfo } from '@features/app/business/businessStore';
|
|
33
33
|
var FormStyled = styled(Form)(function () { return ({
|
|
34
34
|
display: 'flex',
|
|
35
35
|
flexDirection: 'column'
|
|
@@ -26,16 +26,16 @@ import Box from '@mui/material/Box';
|
|
|
26
26
|
import { styled } from '@mui/material/styles';
|
|
27
27
|
import { useTranslation } from 'react-i18next';
|
|
28
28
|
import { useController, useFormContext } from 'react-hook-form';
|
|
29
|
-
import { useLanguage, useAppSelector, useAppDispatch } from '
|
|
30
|
-
import SimpleList from '
|
|
31
|
-
import Collapse from '
|
|
32
|
-
import ExpandIcon from '
|
|
33
|
-
import { ScreenContainer } from '
|
|
29
|
+
import { useLanguage, useAppSelector, useAppDispatch } from '@hooks';
|
|
30
|
+
import SimpleList from '@components/SimpleList';
|
|
31
|
+
import Collapse from '@components/Collapse';
|
|
32
|
+
import ExpandIcon from '@components/ExpandIcon';
|
|
33
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
34
34
|
import { InputLabelStyled, NameContainer } from './CustomerLocations';
|
|
35
|
-
import { businessSelector, clearError } from '
|
|
36
|
-
import CheckIcon from '
|
|
37
|
-
import Search from '
|
|
38
|
-
import Input from '
|
|
35
|
+
import { businessSelector, clearError } from '@features/app/business/businessStore';
|
|
36
|
+
import CheckIcon from '@features/shared/CheckIcon';
|
|
37
|
+
import Search from '@features/shared/Search';
|
|
38
|
+
import Input from '@features/shared/Input';
|
|
39
39
|
var InputStyled = styled(Input)(function (_a) {
|
|
40
40
|
var theme = _a.theme, readOnly = _a.readOnly;
|
|
41
41
|
return ({
|
|
@@ -15,17 +15,17 @@ import Box from '@mui/material/Box';
|
|
|
15
15
|
import { styled } from '@mui/material/styles';
|
|
16
16
|
import { useTranslation } from 'react-i18next';
|
|
17
17
|
import { useController, useFormContext } from 'react-hook-form';
|
|
18
|
-
import { useLanguage, useAppSelector, useAppDispatch } from '
|
|
19
|
-
import { settingsSelector } from '
|
|
20
|
-
import SimpleList from '
|
|
21
|
-
import Collapse from '
|
|
22
|
-
import ExpandIcon from '
|
|
23
|
-
import { businessSelector, clearError } from '
|
|
24
|
-
import { findCurrencyByIso2, isExist } from '
|
|
25
|
-
import { ScreenContainer } from '
|
|
26
|
-
import Search from '
|
|
27
|
-
import Input from '
|
|
28
|
-
import CheckIcon from '
|
|
18
|
+
import { useLanguage, useAppSelector, useAppDispatch } from '@hooks';
|
|
19
|
+
import { settingsSelector } from '@app/settings';
|
|
20
|
+
import SimpleList from '@components/SimpleList';
|
|
21
|
+
import Collapse from '@components/Collapse';
|
|
22
|
+
import ExpandIcon from '@components/ExpandIcon';
|
|
23
|
+
import { businessSelector, clearError } from '@features/app/business/businessStore';
|
|
24
|
+
import { findCurrencyByIso2, isExist } from '@utils';
|
|
25
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
26
|
+
import Search from '@features/shared/Search';
|
|
27
|
+
import Input from '@features/shared/Input';
|
|
28
|
+
import CheckIcon from '@features/shared/CheckIcon';
|
|
29
29
|
import { InputLabelStyled, NameContainer } from './CustomerLocations';
|
|
30
30
|
var InputStyled = styled(Input)(function (_a) {
|
|
31
31
|
var theme = _a.theme, readOnly = _a.readOnly;
|
|
@@ -7,7 +7,7 @@ export declare const ContainerStyled: import("@emotion/styled").StyledComponent<
|
|
|
7
7
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
|
|
8
8
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
9
9
|
}, keyof import("@mui/material/OverridableComponent").CommonProps | ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "component" | "ref" | "sx"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
10
|
-
export declare const CheckboxStyled: import("@emotion/styled").StyledComponent<import("
|
|
10
|
+
export declare const CheckboxStyled: import("@emotion/styled").StyledComponent<import("@components/CheckBox").CheckboxProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
11
11
|
export declare const TextStyled: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
|
|
12
12
|
align?: "right" | "left" | "inherit" | "center" | "justify" | undefined;
|
|
13
13
|
children?: React.ReactNode;
|
|
@@ -13,19 +13,19 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import Box from '@mui/material/Box';
|
|
15
15
|
import { styled, alpha } from '@mui/material/styles';
|
|
16
|
-
import CheckBox from '
|
|
17
|
-
import Collapse from '
|
|
16
|
+
import CheckBox from '@components/CheckBox';
|
|
17
|
+
import Collapse from '@components/Collapse';
|
|
18
18
|
import { useTranslation } from 'react-i18next';
|
|
19
|
-
import { useLanguage } from '
|
|
19
|
+
import { useLanguage } from '@hooks';
|
|
20
20
|
import { useController, useFormContext } from 'react-hook-form';
|
|
21
|
-
import Text from '
|
|
21
|
+
import Text from '@components/Text';
|
|
22
22
|
import Link from '@mui/material/Link';
|
|
23
|
-
import Warning from '
|
|
24
|
-
import { EXTERNAL_LINKS, TAP_WEBSITE } from '
|
|
25
|
-
import { settingsSelector } from '
|
|
26
|
-
import { useAppSelector } from '
|
|
27
|
-
import { ScreenContainer } from '
|
|
28
|
-
import { businessSelector } from '
|
|
23
|
+
import Warning from '@components/Warning';
|
|
24
|
+
import { EXTERNAL_LINKS, TAP_WEBSITE } from '@constants';
|
|
25
|
+
import { settingsSelector } from '@app/settings';
|
|
26
|
+
import { useAppSelector } from '@hooks';
|
|
27
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
28
|
+
import { businessSelector } from '@features/app/business/businessStore';
|
|
29
29
|
export var ContainerStyled = styled(Box)(function (_a) {
|
|
30
30
|
var theme = _a.theme;
|
|
31
31
|
return ({
|
|
@@ -14,13 +14,13 @@ import * as React from 'react';
|
|
|
14
14
|
import { styled } from '@mui/material/styles';
|
|
15
15
|
import { useTranslation } from 'react-i18next';
|
|
16
16
|
import { useController, useFormContext } from 'react-hook-form';
|
|
17
|
-
import { useLanguage, useAppSelector } from '
|
|
18
|
-
import { settingsSelector } from '
|
|
19
|
-
import { EXTERNAL_LINKS, TAP_WEBSITE } from '
|
|
20
|
-
import Collapse from '
|
|
21
|
-
import Warning from '
|
|
22
|
-
import { ScreenContainer } from '
|
|
23
|
-
import { businessSelector } from '
|
|
17
|
+
import { useLanguage, useAppSelector } from '@hooks';
|
|
18
|
+
import { settingsSelector } from '@app/settings';
|
|
19
|
+
import { EXTERNAL_LINKS, TAP_WEBSITE } from '@constants';
|
|
20
|
+
import Collapse from '@components/Collapse';
|
|
21
|
+
import Warning from '@components/Warning';
|
|
22
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
23
|
+
import { businessSelector } from '@features/app/business/businessStore';
|
|
24
24
|
import { ContainerStyled, CheckboxStyled, TextStyled, LinkStyled } from './RefundPolicy';
|
|
25
25
|
var CollapseStyled = styled(Collapse)(function () { return ({
|
|
26
26
|
width: '100%'
|
|
@@ -13,12 +13,12 @@ import { jsx as _jsx, jsxs as _jsxs } 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 '
|
|
16
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
17
17
|
import { styled, alpha } from '@mui/material/styles';
|
|
18
|
-
import Text from '
|
|
19
|
-
import DatePicker from '
|
|
20
|
-
import { ScreenContainer } from '
|
|
21
|
-
import { businessSelector, clearError } from '
|
|
18
|
+
import Text from '@components/Text';
|
|
19
|
+
import DatePicker from '@components/DatePicker';
|
|
20
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
21
|
+
import { businessSelector, clearError } from '@features/app/business/businessStore';
|
|
22
22
|
var InputLabelStyled = styled(Text)(function (_a) {
|
|
23
23
|
var theme = _a.theme;
|
|
24
24
|
return (__assign(__assign({ color: alpha(theme.palette.text.primary, 0.6) }, theme.typography.caption), { cursor: 'pointer' }));
|
|
@@ -2,11 +2,11 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { useTranslation } from 'react-i18next';
|
|
4
4
|
import { useController, useFormContext } from 'react-hook-form';
|
|
5
|
-
import { ScreenContainer } from '
|
|
6
|
-
import Input from '
|
|
7
|
-
import { removeAllCharsFromNumber } from '
|
|
8
|
-
import { ID_NUMBER_LENGTH } from '
|
|
9
|
-
import { EndAdornment } from '
|
|
5
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
6
|
+
import Input from '@features/shared/Input';
|
|
7
|
+
import { removeAllCharsFromNumber } from '@utils';
|
|
8
|
+
import { ID_NUMBER_LENGTH } from '@constants';
|
|
9
|
+
import { EndAdornment } from '@features/shared/EndAdornment';
|
|
10
10
|
var IDNumber = function (_a) {
|
|
11
11
|
var _b;
|
|
12
12
|
var t = useTranslation().t;
|
|
@@ -26,12 +26,12 @@ import { useTranslation } from 'react-i18next';
|
|
|
26
26
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
27
27
|
import { styled } from '@mui/material/styles';
|
|
28
28
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
29
|
-
import { useAppDispatch, useLanguage, useAppSelector, useSetFromDefaultValues } from '
|
|
30
|
-
import Form from '
|
|
31
|
-
import Button from '
|
|
32
|
-
import { ScreenContainer } from '
|
|
33
|
-
import { businessSelector, clearError, updateLeadIdentity } from '
|
|
34
|
-
import Collapse from '
|
|
29
|
+
import { useAppDispatch, useLanguage, useAppSelector, useSetFromDefaultValues } from '@hooks';
|
|
30
|
+
import Form from '@components/Form';
|
|
31
|
+
import Button from '@features/shared/Button';
|
|
32
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
33
|
+
import { businessSelector, clearError, updateLeadIdentity } from '@features/app/business/businessStore';
|
|
34
|
+
import Collapse from '@components/Collapse';
|
|
35
35
|
import { NIDValidationSchema } from './validation';
|
|
36
36
|
import ID from './ID';
|
|
37
37
|
import DOB from './DOB';
|
|
@@ -22,20 +22,20 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
22
22
|
};
|
|
23
23
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
24
|
import * as React from 'react';
|
|
25
|
-
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '
|
|
25
|
+
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '@hooks';
|
|
26
26
|
import { useTranslation } from 'react-i18next';
|
|
27
27
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
28
28
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
29
29
|
import Box from '@mui/material/Box/Box';
|
|
30
30
|
import { styled } from '@mui/material/styles';
|
|
31
|
-
import { handlePrevScreenStep } from '
|
|
32
|
-
import { useLanguage } from '
|
|
33
|
-
import Form from '
|
|
34
|
-
import Text from '
|
|
35
|
-
import { ScreenContainer } from '
|
|
36
|
-
import { businessSelector, clearError, resetOTPScreen, verifyLeadOTP } from '
|
|
37
|
-
import Button from '
|
|
38
|
-
import { maskID } from '
|
|
31
|
+
import { handlePrevScreenStep } from '@app/settings';
|
|
32
|
+
import { useLanguage } from '@hooks';
|
|
33
|
+
import Form from '@components/Form';
|
|
34
|
+
import Text from '@components/Text';
|
|
35
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
36
|
+
import { businessSelector, clearError, resetOTPScreen, verifyLeadOTP } from '@features/app/business/businessStore';
|
|
37
|
+
import Button from '@features/shared/Button';
|
|
38
|
+
import { maskID } from '@utils';
|
|
39
39
|
import { OTPValidation } from './validation';
|
|
40
40
|
import OTPInput from './OTPInput';
|
|
41
41
|
var OTPTitleContainerStyled = styled(Box)(function (_a) {
|
|
@@ -15,10 +15,10 @@ import { useController, useFormContext } from 'react-hook-form';
|
|
|
15
15
|
import { useTranslation } from 'react-i18next';
|
|
16
16
|
import Box from '@mui/material/Box/Box';
|
|
17
17
|
import { styled } from '@mui/material/styles';
|
|
18
|
-
import OTPField from '
|
|
19
|
-
import { DEFAULT_TIMER_VALUE } from '
|
|
20
|
-
import { resendOTPLeadIdentity } from '
|
|
21
|
-
import { useAppDispatch } from '
|
|
18
|
+
import OTPField from '@features/shared/OTP';
|
|
19
|
+
import { DEFAULT_TIMER_VALUE } from '@constants';
|
|
20
|
+
import { resendOTPLeadIdentity } from '@features/app/business/businessStore';
|
|
21
|
+
import { useAppDispatch } from '@hooks';
|
|
22
22
|
var BoxStyled = styled(Box)(function (_a) {
|
|
23
23
|
var theme = _a.theme;
|
|
24
24
|
return ({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { useTranslation, Trans } from 'react-i18next';
|
|
4
|
-
import { handlePrevScreenStep } from '
|
|
5
|
-
import SuccessScreen from '
|
|
6
|
-
import { businessSelector } from '
|
|
7
|
-
import { useAppSelector, useAppDispatch } from '
|
|
8
|
-
import { maskEmail } from '
|
|
4
|
+
import { handlePrevScreenStep } from '@app/settings';
|
|
5
|
+
import SuccessScreen from '@features/shared/SuccessScreen';
|
|
6
|
+
import { businessSelector } from '@features/app/business/businessStore';
|
|
7
|
+
import { useAppSelector, useAppDispatch } from '@hooks';
|
|
8
|
+
import { maskEmail } from '@utils';
|
|
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
|
-
import { useAppDispatch, useAppSelector } from '
|
|
3
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
4
4
|
import { useTranslation } from 'react-i18next';
|
|
5
|
-
import SuccessScreen from '
|
|
6
|
-
import { businessSelector, updateLeadSuccess } from '
|
|
5
|
+
import SuccessScreen from '@features/shared/SuccessScreen';
|
|
6
|
+
import { businessSelector, updateLeadSuccess } from '@features/app/business/businessStore';
|
|
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 { businessSelector } from '
|
|
16
|
-
import SuccessFlowButtons from '
|
|
14
|
+
import { useAppSelector } from '@hooks';
|
|
15
|
+
import { businessSelector } from '@features/app/business/businessStore';
|
|
16
|
+
import SuccessFlowButtons from '@features/shared/SuccessFlowButtons';
|
|
17
17
|
var SuccessWithFlowButtons = function () {
|
|
18
18
|
var data = useAppSelector(businessSelector).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;
|
|
@@ -11,15 +11,15 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import * as React from 'react';
|
|
14
|
-
import { useAppDispatch, useAppSelector } from '
|
|
14
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
15
15
|
import Box from '@mui/material/Box/Box';
|
|
16
16
|
import { styled } from '@mui/material/styles';
|
|
17
|
-
import OTPField from '
|
|
17
|
+
import OTPField from '@features/shared/OTP';
|
|
18
18
|
import { useController, useFormContext } from 'react-hook-form';
|
|
19
19
|
import { useTranslation } from 'react-i18next';
|
|
20
|
-
import { DEFAULT_TIMER_VALUE } from '
|
|
21
|
-
import { isTokenExpired } from '
|
|
22
|
-
import { businessSelector, resendOTP } from '
|
|
20
|
+
import { DEFAULT_TIMER_VALUE } from '@constants';
|
|
21
|
+
import { isTokenExpired } from '@utils';
|
|
22
|
+
import { businessSelector, resendOTP } from '@features/app/business/businessStore';
|
|
23
23
|
var BoxStyled = styled(Box)(function (_a) {
|
|
24
24
|
var theme = _a.theme;
|
|
25
25
|
return ({
|
|
@@ -11,20 +11,20 @@ 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, useAppSelector } from '
|
|
14
|
+
import { useAppDispatch, useAppSelector } 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 { handlePrevScreenStep } from '
|
|
21
|
-
import { useLanguage } from '
|
|
22
|
-
import { maskPhone } from '
|
|
23
|
-
import Form from '
|
|
24
|
-
import Text from '
|
|
25
|
-
import { ScreenContainer } from '
|
|
26
|
-
import { businessSelector, clearError, resetOTPScreen, verifyLeadOTP } from '
|
|
27
|
-
import Button from '
|
|
20
|
+
import { handlePrevScreenStep } from '@app/settings';
|
|
21
|
+
import { useLanguage } from '@hooks';
|
|
22
|
+
import { maskPhone } from '@utils';
|
|
23
|
+
import Form from '@components/Form';
|
|
24
|
+
import Text from '@components/Text';
|
|
25
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
26
|
+
import { businessSelector, clearError, resetOTPScreen, verifyLeadOTP } from '@features/app/business/businessStore';
|
|
27
|
+
import Button from '@features/shared/Button';
|
|
28
28
|
import { OTPValidation } from './validation';
|
|
29
29
|
import OTPInput from './OTPInput';
|
|
30
30
|
var OTPTitleContainerStyled = styled(Box)(function (_a) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import { businessSelector, verifyPACI as verifyPACIFun } from '
|
|
4
|
-
import { handlePrevScreenStep } from '
|
|
5
|
-
import { useAppDispatch, useAppSelector } from '
|
|
6
|
-
import PaciVerification from '
|
|
3
|
+
import { businessSelector, verifyPACI as verifyPACIFun } from '@features/app/business/businessStore';
|
|
4
|
+
import { handlePrevScreenStep } from '@app/settings';
|
|
5
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
6
|
+
import PaciVerification from '@features/shared/PaciVerification';
|
|
7
7
|
var VerifyPACI = function () {
|
|
8
8
|
var _a = React.useState(false), success = _a[0], setSuccess = _a[1];
|
|
9
9
|
var _b = React.useState(false), isReady = _b[0], setIsReady = _b[1];
|