@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
|
@@ -12,16 +12,16 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import React, { memo } from 'react';
|
|
14
14
|
import { createRoot } from 'react-dom/client';
|
|
15
|
-
import { FeatureContainer } from '
|
|
16
|
-
import { useAppTheme, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener, useAppDispatch } from '
|
|
17
|
-
import { handleCurrentActiveScreen, settingsSelector, handleOpen } from '
|
|
18
|
-
import AnimationFlow from '
|
|
19
|
-
import { store } from '
|
|
20
|
-
import { connectSelector, setDefaultCountryCode } from '
|
|
21
|
-
import { ReduxProvider, ThemeProvider } from '
|
|
22
|
-
import Collapse from '
|
|
23
|
-
import { isKW, findOrCreateElementAndInject } from '
|
|
24
|
-
import { CONNECT_SCREENS_NAVIGATION } from '
|
|
15
|
+
import { FeatureContainer } from '@features/shared/Containers';
|
|
16
|
+
import { useAppTheme, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener, useAppDispatch } from '@hooks';
|
|
17
|
+
import { handleCurrentActiveScreen, settingsSelector, handleOpen } from '@app/settings';
|
|
18
|
+
import AnimationFlow from '@components/AnimationFlow';
|
|
19
|
+
import { store } from '@app/store';
|
|
20
|
+
import { connectSelector, setDefaultCountryCode } from '@features/app/connect/connectStore';
|
|
21
|
+
import { ReduxProvider, ThemeProvider } from '@components/Providers';
|
|
22
|
+
import Collapse from '@components/Collapse';
|
|
23
|
+
import { isKW, findOrCreateElementAndInject } from '@utils';
|
|
24
|
+
import { CONNECT_SCREENS_NAVIGATION } from '@constants';
|
|
25
25
|
import { connectFeatureScreens } from '../featuresScreens';
|
|
26
26
|
import Background from '../shared/Background';
|
|
27
27
|
var Connect = memo(function (props) {
|
|
@@ -16,16 +16,16 @@ import { alpha, styled } from '@mui/material/styles';
|
|
|
16
16
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
17
17
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
18
18
|
import { civilIDValidationSchema } from './validation';
|
|
19
|
-
import { useAppDispatch, useLanguage, useAppSelector, useSetFromDefaultValues } from '
|
|
20
|
-
import { handlePrevScreenStep, settingsSelector } from '
|
|
21
|
-
import { clearError, connectSelector, createCivilIdAuth, resetMobileScreen, resetStore } from '
|
|
22
|
-
import Form from '
|
|
23
|
-
import Button, { MobileButton } from '
|
|
24
|
-
import { ScreenContainer } from '
|
|
25
|
-
import Collapse from '
|
|
19
|
+
import { useAppDispatch, useLanguage, useAppSelector, useSetFromDefaultValues } from '@hooks';
|
|
20
|
+
import { handlePrevScreenStep, settingsSelector } from '@app/settings';
|
|
21
|
+
import { clearError, connectSelector, createCivilIdAuth, resetMobileScreen, resetStore } from '@features/app/connect/connectStore';
|
|
22
|
+
import Form from '@components/Form';
|
|
23
|
+
import Button, { MobileButton } from '@features/shared/Button';
|
|
24
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
25
|
+
import Collapse from '@components/Collapse';
|
|
26
26
|
import Box from '@mui/material/Box';
|
|
27
27
|
import Divider from '@mui/material/Divider';
|
|
28
|
-
import Text from '
|
|
28
|
+
import Text from '@components/Text';
|
|
29
29
|
import IDNumber from './IDNumber';
|
|
30
30
|
var FormStyled = styled(Form)(function () { return ({
|
|
31
31
|
display: 'flex',
|
|
@@ -15,12 +15,12 @@ import { useTranslation } from 'react-i18next';
|
|
|
15
15
|
import { useController, useFormContext } from 'react-hook-form';
|
|
16
16
|
import Box from '@mui/material/Box';
|
|
17
17
|
import { styled, alpha } from '@mui/material/styles';
|
|
18
|
-
import Text from '
|
|
19
|
-
import { removeAllOtherThanCharsAndNumber } from '
|
|
20
|
-
import { CIVIL_ID_NUMBER_LENGTH } from '
|
|
21
|
-
import Input from '
|
|
22
|
-
import ScreenContainer from '
|
|
23
|
-
import { EndAdornment } from '
|
|
18
|
+
import Text from '@components/Text';
|
|
19
|
+
import { removeAllOtherThanCharsAndNumber } from '@utils';
|
|
20
|
+
import { CIVIL_ID_NUMBER_LENGTH } from '@constants';
|
|
21
|
+
import Input from '@features/shared/Input';
|
|
22
|
+
import ScreenContainer from '@features/shared/Containers/ScreenContainer';
|
|
23
|
+
import { EndAdornment } from '@features/shared/EndAdornment';
|
|
24
24
|
var LabelContainerStyled = styled(Box)(function (_a) {
|
|
25
25
|
var theme = _a.theme;
|
|
26
26
|
return ({
|
|
@@ -52,12 +52,12 @@ import axios from 'axios';
|
|
|
52
52
|
import { useController, useFormContext } from 'react-hook-form';
|
|
53
53
|
import { useTranslation } from 'react-i18next';
|
|
54
54
|
import { styled } from '@mui/material/styles';
|
|
55
|
-
import { useAppDispatch, useAppSelector } from '
|
|
56
|
-
import Collapse from '
|
|
57
|
-
import { ScreenContainer } from '
|
|
58
|
-
import Input from '
|
|
59
|
-
import { checkEmailAvailability, connectSelector } from '
|
|
60
|
-
import { EndAdornment } from '
|
|
55
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
56
|
+
import Collapse from '@components/Collapse';
|
|
57
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
58
|
+
import Input from '@features/shared/Input';
|
|
59
|
+
import { checkEmailAvailability, connectSelector } from '@features/app/connect/connectStore';
|
|
60
|
+
import { EndAdornment } from '@features/shared/EndAdornment';
|
|
61
61
|
var InputStyled = styled(Input)(function () { return ({
|
|
62
62
|
input: {
|
|
63
63
|
textTransform: 'lowercase'
|
|
@@ -28,19 +28,19 @@ import * as React from 'react';
|
|
|
28
28
|
import { useTranslation } from 'react-i18next';
|
|
29
29
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
30
30
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
31
|
-
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '
|
|
32
|
-
import { handlePrevScreenStep, settingsSelector } from '
|
|
31
|
+
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '@hooks';
|
|
32
|
+
import { handlePrevScreenStep, settingsSelector } from '@app/settings';
|
|
33
33
|
import { IndividualValidation, IndividualMobileValidation } from './validation';
|
|
34
|
-
import Form from '
|
|
35
|
-
import Button from '
|
|
36
|
-
import { ScreenContainer } from '
|
|
37
|
-
import { clearError, connectSelector, resetIndividualScreen, updateLeadIndividual } from '
|
|
38
|
-
import { useLanguage } from '
|
|
34
|
+
import Form from '@components/Form';
|
|
35
|
+
import Button from '@features/shared/Button';
|
|
36
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
37
|
+
import { clearError, connectSelector, resetIndividualScreen, updateLeadIndividual } from '@features/app/connect/connectStore';
|
|
38
|
+
import { useLanguage } from '@hooks';
|
|
39
39
|
import MobileNumber from './MobileNumber';
|
|
40
|
-
import { countriesCode } from '
|
|
41
|
-
import { AuthForType } from '
|
|
42
|
-
import Collapse from '
|
|
43
|
-
import { isKW } from '
|
|
40
|
+
import { countriesCode } from '@constants';
|
|
41
|
+
import { AuthForType } from '@types';
|
|
42
|
+
import Collapse from '@components/Collapse';
|
|
43
|
+
import { isKW } from '@utils';
|
|
44
44
|
var FormStyled = styled(Form)(function () { return ({
|
|
45
45
|
display: 'flex',
|
|
46
46
|
flexDirection: 'column',
|
|
@@ -26,18 +26,18 @@ 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 ClearIcon from '
|
|
32
|
-
import CheckIcon from '
|
|
33
|
-
import ScreenContainer from '
|
|
34
|
-
import ExpandIcon from '
|
|
35
|
-
import Input from '
|
|
36
|
-
import SimpleList from '
|
|
37
|
-
import { removeAllCharsFromNumber } from '
|
|
38
|
-
import { useAppSelector, useLanguage } from '
|
|
39
|
-
import Search from '
|
|
40
|
-
import { connectSelector } from '
|
|
29
|
+
import Text from '@components/Text';
|
|
30
|
+
import Collapse from '@components/Collapse';
|
|
31
|
+
import ClearIcon from '@features/shared/ClearIcon';
|
|
32
|
+
import CheckIcon from '@features/shared/CheckIcon';
|
|
33
|
+
import ScreenContainer from '@features/shared/Containers/ScreenContainer';
|
|
34
|
+
import ExpandIcon from '@components/ExpandIcon';
|
|
35
|
+
import Input from '@features/shared/Input';
|
|
36
|
+
import SimpleList from '@components/SimpleList';
|
|
37
|
+
import { removeAllCharsFromNumber } from '@utils';
|
|
38
|
+
import { useAppSelector, useLanguage } from '@hooks';
|
|
39
|
+
import Search from '@features/shared/Search';
|
|
40
|
+
import { connectSelector } from '@features/app/connect/connectStore';
|
|
41
41
|
var LabelContainerStyled = styled(Box)(function (_a) {
|
|
42
42
|
var theme = _a.theme;
|
|
43
43
|
return ({
|
|
@@ -14,11 +14,11 @@ import * as 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 { ScreenContainer } from '
|
|
18
|
-
import Collapse from '
|
|
19
|
-
import { removeAllOtherThanAlphabetAndSpace } from '
|
|
20
|
-
import Input from '
|
|
21
|
-
import { EndAdornment } from '
|
|
17
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
18
|
+
import Collapse from '@components/Collapse';
|
|
19
|
+
import { removeAllOtherThanAlphabetAndSpace } from '@utils';
|
|
20
|
+
import Input from '@features/shared/Input';
|
|
21
|
+
import { EndAdornment } from '@features/shared/EndAdornment';
|
|
22
22
|
var InputStyled = styled(Input)(function () { return ({
|
|
23
23
|
input: {
|
|
24
24
|
textTransform: 'capitalize'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { REGEX_FULL_NAME } from '
|
|
1
|
+
import { REGEX_FULL_NAME } from '@constants';
|
|
2
2
|
import * as yup from 'yup';
|
|
3
3
|
export var IndividualValidation = yup.object().shape({
|
|
4
4
|
name: yup.string().matches(REGEX_FULL_NAME, 'please write your first and last name').required('please write your first and last name'),
|
|
@@ -21,21 +21,21 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
23
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
|
-
import { connectSelector } from '
|
|
24
|
+
import { connectSelector } from '@features/app/connect/connectStore';
|
|
25
25
|
import * as React from 'react';
|
|
26
26
|
import { useTranslation } from 'react-i18next';
|
|
27
27
|
import { useFormContext, useController } from 'react-hook-form';
|
|
28
28
|
import Box from '@mui/material/Box';
|
|
29
29
|
import { styled } from '@mui/material/styles';
|
|
30
|
-
import { useAppSelector, useLanguage } from '
|
|
31
|
-
import ScreenContainer from '
|
|
32
|
-
import Input from '
|
|
33
|
-
import CheckIcon from '
|
|
34
|
-
import SimpleList from '
|
|
35
|
-
import Text from '
|
|
36
|
-
import ExpandIcon from '
|
|
37
|
-
import Collapse from '
|
|
38
|
-
import { mapSalesChannel } from '
|
|
30
|
+
import { useAppSelector, useLanguage } from '@hooks';
|
|
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 Text from '@components/Text';
|
|
36
|
+
import ExpandIcon from '@components/ExpandIcon';
|
|
37
|
+
import Collapse from '@components/Collapse';
|
|
38
|
+
import { mapSalesChannel } from '@utils';
|
|
39
39
|
var InputStyled = styled(Input)(function () { return ({
|
|
40
40
|
'& .MuiInputBase-input': {
|
|
41
41
|
cursor: 'pointer'
|
|
@@ -54,15 +54,15 @@ import axios from 'axios';
|
|
|
54
54
|
import { styled, alpha } from '@mui/material/styles';
|
|
55
55
|
import InfoIcon from '@mui/icons-material/Info';
|
|
56
56
|
import InfoOutlinedIcon from '@mui/icons-material/InfoOutlined';
|
|
57
|
-
import { ScreenContainer } from '
|
|
58
|
-
import Text from '
|
|
59
|
-
import Input from '
|
|
60
|
-
import Tooltip from '
|
|
61
|
-
import Collapse from '
|
|
62
|
-
import { checkBrandNameAvailability, connectSelector } from '
|
|
63
|
-
import { useAppDispatch, useAppSelector } from '
|
|
57
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
58
|
+
import Text from '@components/Text';
|
|
59
|
+
import Input from '@features/shared/Input';
|
|
60
|
+
import Tooltip from '@components/Tooltip';
|
|
61
|
+
import Collapse from '@components/Collapse';
|
|
62
|
+
import { checkBrandNameAvailability, connectSelector } from '@features/app/connect/connectStore';
|
|
63
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
64
64
|
import { debounce } from 'lodash-es';
|
|
65
|
-
import { EndAdornment } from '
|
|
65
|
+
import { EndAdornment } from '@features/shared/EndAdornment';
|
|
66
66
|
var LabelContainerStyled = styled(Box)(function (_a) {
|
|
67
67
|
var theme = _a.theme;
|
|
68
68
|
return ({
|
|
@@ -10,19 +10,19 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
import TeamSize from '
|
|
13
|
+
import TeamSize from '@features/connect/screens/Merchant/TeamSize';
|
|
14
14
|
import * as React from 'react';
|
|
15
15
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
16
16
|
import { useTranslation } from 'react-i18next';
|
|
17
17
|
import Collapse from '@mui/material/Collapse';
|
|
18
18
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
19
|
-
import { useAppDispatch, useAppSelector } from '
|
|
20
|
-
import { handlePrevScreenStep } from '
|
|
21
|
-
import Form from '
|
|
22
|
-
import { ScreenContainer } from '
|
|
23
|
-
import Button from '
|
|
24
|
-
import { clearError, connectSelector, updateLeadBrand } from '
|
|
25
|
-
import { useLanguage } from '
|
|
19
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
20
|
+
import { handlePrevScreenStep } from '@app/settings';
|
|
21
|
+
import Form from '@components/Form';
|
|
22
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
23
|
+
import Button from '@features/shared/Button';
|
|
24
|
+
import { clearError, connectSelector, updateLeadBrand } from '@features/app/connect/connectStore';
|
|
25
|
+
import { useLanguage } from '@hooks';
|
|
26
26
|
import { MerchantValidationSchema } from './validation';
|
|
27
27
|
import BrandName from './BrandName';
|
|
28
28
|
import TAC from './TAC';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { useController, useFormContext } from 'react-hook-form';
|
|
4
|
-
import { useAppSelector, useAppDispatch } from '
|
|
5
|
-
import { connectSelector, clearError } from '
|
|
6
|
-
import { mapSalesChannel } from '
|
|
7
|
-
import SalesChannel from '
|
|
4
|
+
import { useAppSelector, useAppDispatch } from '@hooks';
|
|
5
|
+
import { connectSelector, clearError } from '@features/app/connect/connectStore';
|
|
6
|
+
import { mapSalesChannel } from '@src/utils';
|
|
7
|
+
import SalesChannel from '@features/shared/SalesChannels';
|
|
8
8
|
var SalesChannels = function (_a) {
|
|
9
9
|
var _b;
|
|
10
10
|
var _c = useFormContext(), control = _c.control, setValue = _c.setValue, getValues = _c.getValues;
|
|
@@ -10,20 +10,20 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
import { connectSelector } from '
|
|
14
|
-
import Collapse from '
|
|
15
|
-
import { ScreenContainer } from '
|
|
16
|
-
import Input from '
|
|
17
|
-
import { useAppSelector, useLanguage } from '
|
|
13
|
+
import { connectSelector } from '@features/app/connect/connectStore';
|
|
14
|
+
import Collapse from '@src/components/Collapse';
|
|
15
|
+
import { ScreenContainer } from '@src/features/shared/Containers';
|
|
16
|
+
import Input from '@src/features/shared/Input';
|
|
17
|
+
import { useAppSelector, useLanguage } from '@src/hooks';
|
|
18
18
|
import React from 'react';
|
|
19
19
|
import { useTranslation } from 'react-i18next';
|
|
20
20
|
import { useController, useFormContext } from 'react-hook-form';
|
|
21
|
-
import SimpleList from '
|
|
22
|
-
import ExpandIcon from '
|
|
23
|
-
import CheckIcon from '
|
|
21
|
+
import SimpleList from '@src/components/SimpleList';
|
|
22
|
+
import ExpandIcon from '@src/components/ExpandIcon';
|
|
23
|
+
import CheckIcon from '@features/shared/CheckIcon';
|
|
24
24
|
import Box from '@mui/material/Box';
|
|
25
25
|
import { styled } from '@mui/material/styles';
|
|
26
|
-
import Text from '
|
|
26
|
+
import Text from '@components/Text';
|
|
27
27
|
var InputStyled = styled(Input)(function () { return ({
|
|
28
28
|
'& .MuiInputBase-input': {
|
|
29
29
|
cursor: 'pointer'
|
|
@@ -16,15 +16,15 @@ import { useController, useFormContext } from 'react-hook-form';
|
|
|
16
16
|
import Box from '@mui/material/Box';
|
|
17
17
|
import { styled, alpha } from '@mui/material/styles';
|
|
18
18
|
import Link from '@mui/material/Link';
|
|
19
|
-
import CheckBox from '
|
|
20
|
-
import { ScreenContainer } from '
|
|
21
|
-
import Text from '
|
|
22
|
-
import Warning from '
|
|
23
|
-
import { useLanguage } from '
|
|
24
|
-
import Collapse from '
|
|
25
|
-
import { EXTERNAL_LINKS, TAP_WEBSITE } from '
|
|
26
|
-
import { settingsSelector } from '
|
|
27
|
-
import { useAppSelector } from '
|
|
19
|
+
import CheckBox from '@components/CheckBox';
|
|
20
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
21
|
+
import Text from '@components/Text';
|
|
22
|
+
import Warning from '@components/Warning';
|
|
23
|
+
import { useLanguage } from '@hooks';
|
|
24
|
+
import Collapse from '@components/Collapse';
|
|
25
|
+
import { EXTERNAL_LINKS, TAP_WEBSITE } from '@constants';
|
|
26
|
+
import { settingsSelector } from '@src/app/settings';
|
|
27
|
+
import { useAppSelector } from '@hooks';
|
|
28
28
|
var TACContainerStyled = styled(Box)(function (_a) {
|
|
29
29
|
var theme = _a.theme;
|
|
30
30
|
return ({
|
|
@@ -15,15 +15,15 @@ import { useController, useFormContext } from 'react-hook-form';
|
|
|
15
15
|
import { useTranslation } from 'react-i18next';
|
|
16
16
|
import Box from '@mui/material/Box';
|
|
17
17
|
import { styled } from '@mui/material/styles';
|
|
18
|
-
import { useAppSelector, useLanguage } from '
|
|
19
|
-
import SimpleList from '
|
|
20
|
-
import ExpandIcon from '
|
|
21
|
-
import Collapse from '
|
|
22
|
-
import Text from '
|
|
23
|
-
import { connectSelector } from '
|
|
24
|
-
import { ScreenContainer } from '
|
|
25
|
-
import Input from '
|
|
26
|
-
import CheckIcon from '
|
|
18
|
+
import { useAppSelector, useLanguage } from '@hooks';
|
|
19
|
+
import SimpleList from '@components/SimpleList';
|
|
20
|
+
import ExpandIcon from '@components/ExpandIcon';
|
|
21
|
+
import Collapse from '@components/Collapse';
|
|
22
|
+
import Text from '@components/Text';
|
|
23
|
+
import { connectSelector } from '@features/app/connect/connectStore';
|
|
24
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
25
|
+
import Input from '@features/shared/Input';
|
|
26
|
+
import CheckIcon from '@features/shared/CheckIcon';
|
|
27
27
|
var InputStyled = styled(Input)(function () { return ({
|
|
28
28
|
'& .MuiInputBase-input': {
|
|
29
29
|
cursor: 'pointer'
|
|
@@ -7,7 +7,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
7
7
|
}
|
|
8
8
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
9
9
|
};
|
|
10
|
-
import { REGEX_WEBSITE, DIGITS_ONLY, REGEX_ALPHANUMERIC } from '
|
|
10
|
+
import { REGEX_WEBSITE, DIGITS_ONLY, REGEX_ALPHANUMERIC } from '@constants';
|
|
11
11
|
import * as yup from 'yup';
|
|
12
12
|
var validationSalesChannels = function (channels) {
|
|
13
13
|
if (channels === void 0) { channels = []; }
|
|
@@ -27,21 +27,21 @@ import { useForm, FormProvider } from 'react-hook-form';
|
|
|
27
27
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
28
28
|
import { useTranslation } from 'react-i18next';
|
|
29
29
|
import { styled, alpha } from '@mui/material/styles';
|
|
30
|
-
import Collapse from '
|
|
31
|
-
import Form from '
|
|
32
|
-
import Button, { AbsherButton, MobileButton } from '
|
|
33
|
-
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '
|
|
34
|
-
import { handlePrevScreenStep, settingsSelector } from '
|
|
35
|
-
import ScreenContainer from '
|
|
36
|
-
import { clearError, connectSelector, createMobileAuth, resetNIDScreen, resetCivilScreen, resetOTPScreen, resetStore } from '
|
|
37
|
-
import { useLanguage } from '
|
|
30
|
+
import Collapse from '@components/Collapse';
|
|
31
|
+
import Form from '@components/Form';
|
|
32
|
+
import Button, { AbsherButton, MobileButton } from '@features/shared/Button';
|
|
33
|
+
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '@hooks';
|
|
34
|
+
import { handlePrevScreenStep, settingsSelector } from '@app/settings';
|
|
35
|
+
import ScreenContainer from '@features/shared/Containers/ScreenContainer';
|
|
36
|
+
import { clearError, connectSelector, createMobileAuth, resetNIDScreen, resetCivilScreen, resetOTPScreen, resetStore } from '@features/app/connect/connectStore';
|
|
37
|
+
import { useLanguage } from '@hooks';
|
|
38
38
|
import Divider from '@mui/material/Divider';
|
|
39
|
-
import { isKW } from '
|
|
40
|
-
import Text from '
|
|
39
|
+
import { isKW } from '@utils';
|
|
40
|
+
import Text from '@components/Text';
|
|
41
41
|
import MIDTitle from './Title';
|
|
42
42
|
import MobileNumber from './MobileNumber';
|
|
43
43
|
import { PhoneValidationSchema } from './validation';
|
|
44
|
-
import { ICONS_NAMES } from '
|
|
44
|
+
import { ICONS_NAMES } from '@src/constants';
|
|
45
45
|
var FormStyled = styled(Form)(function () { return ({
|
|
46
46
|
display: 'flex',
|
|
47
47
|
flexDirection: 'column'
|
|
@@ -26,18 +26,18 @@ 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 ClearIcon from '
|
|
32
|
-
import CheckIcon from '
|
|
33
|
-
import ScreenContainer from '
|
|
34
|
-
import { connectSelector } from '
|
|
35
|
-
import ExpandIcon from '
|
|
36
|
-
import Input from '
|
|
37
|
-
import SimpleList from '
|
|
38
|
-
import { removeAllCharsFromNumber } from '
|
|
39
|
-
import { useLanguage, useAppSelector } from '
|
|
40
|
-
import Search from '
|
|
29
|
+
import Text from '@components/Text';
|
|
30
|
+
import Collapse from '@components/Collapse';
|
|
31
|
+
import ClearIcon from '@features/shared/ClearIcon';
|
|
32
|
+
import CheckIcon from '@features/shared/CheckIcon';
|
|
33
|
+
import ScreenContainer from '@features/shared/Containers/ScreenContainer';
|
|
34
|
+
import { connectSelector } from '@features/app/connect/connectStore';
|
|
35
|
+
import ExpandIcon from '@components/ExpandIcon';
|
|
36
|
+
import Input from '@features/shared/Input';
|
|
37
|
+
import SimpleList from '@components/SimpleList';
|
|
38
|
+
import { removeAllCharsFromNumber } from '@utils';
|
|
39
|
+
import { useLanguage, useAppSelector } from '@hooks';
|
|
40
|
+
import Search from '@features/shared/Search';
|
|
41
41
|
var LabelContainerStyled = styled(Box)(function (_a) {
|
|
42
42
|
var theme = _a.theme;
|
|
43
43
|
return ({
|
|
@@ -12,8 +12,8 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import { styled, alpha } from '@mui/material/styles';
|
|
15
|
-
import Collapse from '
|
|
16
|
-
import Text from '
|
|
15
|
+
import Collapse from '@components/Collapse';
|
|
16
|
+
import Text from '@components/Text';
|
|
17
17
|
var TitleStyled = styled(Text)(function (_a) {
|
|
18
18
|
var theme = _a.theme;
|
|
19
19
|
return (__assign(__assign({ color: theme.palette.text.primary, textAlign: 'center' }, theme.typography.body1), { fontWeight: theme.typography.fontWeightMedium, lineHeight: 1.21, padding: theme.spacing(0, 3, 0, 3) }));
|
|
@@ -12,12 +12,12 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
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
|
-
import { useAppDispatch, useAppSelector } from '
|
|
16
|
-
import { ScreenContainer } from '
|
|
17
|
-
import DatePicker from '
|
|
15
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
16
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
17
|
+
import DatePicker from '@components/DatePicker';
|
|
18
18
|
import { alpha, styled } from '@mui/material/styles';
|
|
19
|
-
import { clearError, connectSelector } from '
|
|
20
|
-
import Text from '
|
|
19
|
+
import { clearError, connectSelector } from '@features/app/connect/connectStore';
|
|
20
|
+
import Text from '@components/Text';
|
|
21
21
|
var InputLabelStyled = styled(Text)(function (_a) {
|
|
22
22
|
var theme = _a.theme;
|
|
23
23
|
return (__assign(__assign({ color: alpha(theme.palette.text.primary, 0.6), fontWeight: theme.typography.fontWeightMedium }, theme.typography.caption), { lineHeight: theme.spacing(2.5) }));
|
|
@@ -15,13 +15,13 @@ import { useTranslation } from 'react-i18next';
|
|
|
15
15
|
import { useController, useFormContext } from 'react-hook-form';
|
|
16
16
|
import { styled, alpha } from '@mui/material/styles';
|
|
17
17
|
import Box from '@mui/material/Box';
|
|
18
|
-
import { removeAllCharsFromNumber } from '
|
|
19
|
-
import { ID_NUMBER_LENGTH } from '
|
|
20
|
-
import Text from '
|
|
21
|
-
import Collapse from '
|
|
22
|
-
import Input from '
|
|
23
|
-
import ScreenContainer from '
|
|
24
|
-
import { EndAdornment } from '
|
|
18
|
+
import { removeAllCharsFromNumber } from '@utils';
|
|
19
|
+
import { ID_NUMBER_LENGTH } from '@constants';
|
|
20
|
+
import Text from '@components/Text';
|
|
21
|
+
import Collapse from '@components/Collapse';
|
|
22
|
+
import Input from '@features/shared/Input';
|
|
23
|
+
import ScreenContainer from '@features/shared/Containers/ScreenContainer';
|
|
24
|
+
import { EndAdornment } from '@features/shared/EndAdornment';
|
|
25
25
|
var LabelContainerStyled = styled(Box)(function (_a) {
|
|
26
26
|
var theme = _a.theme;
|
|
27
27
|
return ({
|
|
@@ -16,16 +16,16 @@ import { alpha, styled } from '@mui/material/styles';
|
|
|
16
16
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
17
17
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
18
18
|
import { NIDValidationSchema } from './validation';
|
|
19
|
-
import { useAppDispatch, useLanguage, useAppSelector } from '
|
|
20
|
-
import { handlePrevScreenStep, settingsSelector } from '
|
|
21
|
-
import { clearError, connectSelector, createNIDAuth, resetMobileScreen, resetStore } from '
|
|
22
|
-
import Form from '
|
|
23
|
-
import Button, { MobileButton } from '
|
|
24
|
-
import { ScreenContainer } from '
|
|
25
|
-
import Collapse from '
|
|
19
|
+
import { useAppDispatch, useLanguage, useAppSelector } from '@hooks';
|
|
20
|
+
import { handlePrevScreenStep, settingsSelector } from '@app/settings';
|
|
21
|
+
import { clearError, connectSelector, createNIDAuth, resetMobileScreen, resetStore } from '@features/app/connect/connectStore';
|
|
22
|
+
import Form from '@components/Form';
|
|
23
|
+
import Button, { MobileButton } from '@features/shared/Button';
|
|
24
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
25
|
+
import Collapse from '@components/Collapse';
|
|
26
26
|
import Box from '@mui/material/Box';
|
|
27
27
|
import Divider from '@mui/material/Divider';
|
|
28
|
-
import Text from '
|
|
28
|
+
import Text from '@components/Text';
|
|
29
29
|
import IDNumber from './IDNumber';
|
|
30
30
|
import DOB from './DOB';
|
|
31
31
|
var FormStyled = styled(Form)(function () { return ({
|
|
@@ -25,18 +25,18 @@ import Box from '@mui/material/Box/Box';
|
|
|
25
25
|
import { styled } from '@mui/material/styles';
|
|
26
26
|
import * as React from 'react';
|
|
27
27
|
import { useTranslation } from 'react-i18next';
|
|
28
|
-
import Text from '
|
|
29
|
-
import { clearError, connectSelector, resetOTPScreen, verifyAuth } from '
|
|
30
|
-
import Button from '
|
|
31
|
-
import { ScreenContainer } from '
|
|
32
|
-
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '
|
|
33
|
-
import { handlePrevScreenStep } from '
|
|
34
|
-
import { useLanguage } from '
|
|
35
|
-
import { AuthForType } from '
|
|
28
|
+
import Text from '@components/Text';
|
|
29
|
+
import { clearError, connectSelector, resetOTPScreen, verifyAuth } from '@features/app/connect/connectStore';
|
|
30
|
+
import Button from '@features/shared/Button';
|
|
31
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
32
|
+
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '@hooks';
|
|
33
|
+
import { handlePrevScreenStep } from '@app/settings';
|
|
34
|
+
import { useLanguage } from '@hooks';
|
|
35
|
+
import { AuthForType } from '@types';
|
|
36
36
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
37
37
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
38
|
-
import Form from '
|
|
39
|
-
import { maskPhone, maskID } from '
|
|
38
|
+
import Form from '@components/Form';
|
|
39
|
+
import { maskPhone, maskID } from '@utils';
|
|
40
40
|
import { OTPValidation } from './validation';
|
|
41
41
|
import OTPInput from './OTPInput';
|
|
42
42
|
var OTPTitleContainerStyled = styled(Box)(function (_a) {
|