@tap-payments/auth-jsconnect 2.5.22-test → 3.0.0-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/@types/app.d.ts +4 -0
- package/build/@types/app.js +5 -0
- package/build/api/country.d.ts +1 -0
- package/build/api/country.js +11 -1
- package/build/api/index.d.ts +1 -0
- package/build/app/settings.d.ts +5 -2
- package/build/app/settings.js +13 -3
- package/build/assets/locales/ar.json +107 -5
- package/build/assets/locales/en.json +108 -7
- package/build/components/AnimationFlow/AnimationFlow.d.ts +3 -3
- package/build/components/AnimationFlow/AnimationFlow.js +4 -4
- package/build/components/AnimationFlow/BottomSheet.d.ts +3 -4
- package/build/components/AnimationFlow/BottomSheet.js +33 -27
- package/build/components/AnimationFlow/Dialog.d.ts +3 -4
- package/build/components/AnimationFlow/Dialog.js +17 -54
- package/build/components/ArabicDatePicker/ArabicDatePicker.d.ts +3 -1
- package/build/components/ArabicDatePicker/ArabicDatePicker.js +12 -5
- package/build/components/ArabicDatePicker/style.css +2 -0
- package/build/components/Button/Button.js +21 -10
- package/build/components/CheckBox/CheckBox.d.ts +2 -1
- package/build/components/CheckBox/CheckBox.js +41 -19
- package/build/components/DatePicker/DatePicker.d.ts +3 -1
- package/build/components/DatePicker/DatePicker.js +12 -6
- package/build/components/DatePicker/customStyle.css +1 -0
- package/build/components/ExpandIcon/ExpandIcon.js +8 -5
- package/build/components/FileInput/DragAndDrop.js +43 -39
- package/build/components/Icon/Icon.js +1 -1
- package/build/components/OTPField/OTPField.js +5 -4
- package/build/components/OTPTimer/OTPTimer.js +2 -6
- package/build/components/Popover/Popover.d.ts +6 -0
- package/build/components/Popover/Popover.js +79 -0
- package/build/components/Popover/index.d.ts +3 -0
- package/build/components/Popover/index.js +2 -0
- package/build/components/ProgressBar/CircularProgressBar.js +14 -15
- package/build/components/Radio/Radio.js +16 -6
- package/build/components/RadioLabel/RadioLabel.js +3 -2
- package/build/components/SimpleList/SimpleList.d.ts +15 -1
- package/build/components/SimpleList/SimpleList.js +48 -37
- package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
- package/build/components/SocialMediaGroup/SocialMediaGroup.js +1 -1
- package/build/components/TextField/TextField.d.ts +17 -0
- package/build/components/TextField/TextField.js +89 -0
- package/build/components/TextField/index.d.ts +3 -0
- package/build/components/TextField/index.js +2 -0
- package/build/components/ToggleButtonGroup/ToggleButtonGroup.js +2 -1
- package/build/components/Tooltip/Tooltip.js +38 -7
- package/build/components/Warning/Warning.js +4 -4
- package/build/constants/app.js +35 -11
- package/build/constants/assets.d.ts +72 -0
- package/build/constants/assets.js +131 -59
- package/build/constants/date.d.ts +1 -0
- package/build/constants/date.js +14 -0
- package/build/constants/index.d.ts +1 -0
- package/build/constants/index.js +1 -0
- package/build/features/app/brand/brandStore.d.ts +3 -2
- package/build/features/app/brand/brandStore.js +4 -1
- package/build/features/app/business/businessStore.d.ts +4 -2
- package/build/features/app/business/businessStore.js +12 -6
- package/build/features/app/entity/entityStore.d.ts +3 -2
- package/build/features/app/entity/entityStore.js +4 -1
- package/build/features/app/individual/individualStore.d.ts +3 -2
- package/build/features/app/individual/individualStore.js +4 -1
- package/build/features/bank/Bank.js +3 -3
- package/build/features/bank/screens/BankDetails/BankDetails.js +3 -8
- package/build/features/bank/screens/BankDetails/BankName.js +7 -3
- package/build/features/bank/screens/BankDetails/BankStatement.js +1 -1
- package/build/features/bank/screens/BankDetails/Beneficiary.js +7 -3
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.js +7 -16
- package/build/features/bank/screens/BankDetails/IBAN.js +7 -2
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
- package/build/features/bank/screens/Success/Success.js +14 -2
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
- package/build/features/bank/screens/Verify/Verify.js +5 -8
- package/build/features/brand/Brand.js +3 -3
- package/build/features/brand/screens/BrandActivities/ActivitiesList.d.ts +2 -51
- package/build/features/brand/screens/BrandActivities/ActivitiesList.js +17 -55
- package/build/features/brand/screens/BrandActivities/BrandActivities.js +9 -7
- package/build/features/brand/screens/BrandActivities/CustomerBase.d.ts +2 -31
- package/build/features/brand/screens/BrandActivities/CustomerBase.js +14 -32
- package/build/features/brand/screens/BrandActivities/ExpectedCustomers.d.ts +2 -1
- package/build/features/brand/screens/BrandActivities/ExpectedCustomers.js +12 -13
- package/build/features/brand/screens/BrandActivities/ExpectedSaleField.d.ts +8 -0
- package/build/features/brand/screens/BrandActivities/ExpectedSaleField.js +55 -0
- package/build/features/brand/screens/BrandActivities/RefundPolicy.js +9 -16
- package/build/features/brand/screens/BrandActivities/TAC.js +8 -21
- package/build/features/brand/screens/BrandActivities/TransactionPolicy.js +4 -2
- package/build/features/brand/screens/BrandInfo/BrandInfo.js +2 -2
- package/build/features/brand/screens/BrandInfo/BrandLogo.js +1 -1
- package/build/features/brand/screens/BrandInfo/BrandName.js +7 -51
- package/build/features/brand/screens/BrandSegmentInfo/BrandSegmentInfo.js +8 -4
- package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/SegmentLocations.js +11 -5
- package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/SegmentProfits.js +10 -4
- package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/SegmentTechs.js +10 -4
- package/build/features/brand/screens/BrandSegmentInfo/TeamSize.d.ts +2 -1
- package/build/features/brand/screens/BrandSegmentInfo/TeamSize.js +10 -4
- package/build/features/brand/screens/ExpectedSales/ExpectedSaleList.d.ts +29 -0
- package/build/features/brand/screens/ExpectedSales/ExpectedSaleList.js +136 -0
- package/build/features/brand/screens/ExpectedSales/ExpectedSales.d.ts +5 -0
- package/build/features/brand/screens/ExpectedSales/ExpectedSales.js +91 -0
- package/build/features/brand/screens/ExpectedSales/index.d.ts +2 -0
- package/build/features/brand/screens/ExpectedSales/index.js +2 -0
- package/build/features/brand/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
- package/build/features/brand/screens/Success/Success.js +13 -1
- package/build/features/brand/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
- package/build/features/brand/screens/Verify/Verify.js +5 -8
- package/build/features/business/Business.js +3 -3
- package/build/features/business/screens/Activities/Activities.js +7 -11
- package/build/features/business/screens/Activities/ActivityField.d.ts +22 -0
- package/build/features/business/screens/Activities/ActivityField.js +63 -0
- package/build/features/business/screens/Activities/LicenseName.js +4 -2
- package/build/features/business/screens/Activities/OperationStartDate.js +3 -3
- package/build/features/business/screens/BrandDetails/BrandDetails.js +3 -2
- package/build/features/business/screens/BrandDetails/BrandName.js +5 -9
- package/build/features/business/screens/BrandDetails/Header.js +4 -3
- package/build/features/business/screens/BrandDetails/LicenseInfo.js +5 -9
- package/build/features/business/screens/BrandDetails/SalesChannel.js +9 -5
- package/build/features/business/screens/BusinessActivities/ActivityList.d.ts +30 -0
- package/build/features/business/screens/BusinessActivities/ActivityList.js +265 -0
- package/build/features/business/screens/BusinessActivities/BusinessActivities.d.ts +5 -0
- package/build/features/business/screens/BusinessActivities/BusinessActivities.js +90 -0
- package/build/features/business/screens/BusinessActivities/index.d.ts +2 -0
- package/build/features/business/screens/BusinessActivities/index.js +2 -0
- package/build/features/business/screens/BusinessType/Article.js +1 -1
- package/build/features/business/screens/BusinessType/BusinessType.js +6 -4
- package/build/features/business/screens/BusinessType/EntityLicenseList.d.ts +2 -1
- package/build/features/business/screens/BusinessType/EntityLicenseList.js +9 -11
- package/build/features/business/screens/BusinessType/EntityName.js +6 -3
- package/build/features/business/screens/BusinessType/LicenseList.d.ts +2 -1
- package/build/features/business/screens/BusinessType/LicenseList.js +9 -6
- package/build/features/business/screens/BusinessType/LicenseNumber.js +8 -3
- package/build/features/business/screens/BusinessType/LicenseType.js +16 -11
- package/build/features/business/screens/CivilID/CivilID.js +8 -16
- package/build/features/business/screens/CivilID/IDNumber.js +5 -18
- package/build/features/business/screens/Customers/CustomerLocations.d.ts +2 -18
- package/build/features/business/screens/Customers/CustomerLocations.js +11 -26
- package/build/features/business/screens/Customers/Customers.js +12 -10
- package/build/features/business/screens/Customers/ExpectedCustomers.d.ts +2 -1
- package/build/features/business/screens/Customers/ExpectedCustomers.js +10 -13
- package/build/features/business/screens/Customers/ExpectedSaleField.d.ts +6 -0
- package/build/features/business/screens/Customers/ExpectedSaleField.js +49 -0
- package/build/features/business/screens/Customers/RefundPolicy.js +8 -16
- package/build/features/business/screens/Customers/TransactionPolicy.js +4 -2
- package/build/features/business/screens/ExpectedSales/ExpectedSaleList.d.ts +29 -0
- package/build/features/business/screens/ExpectedSales/ExpectedSaleList.js +136 -0
- package/build/features/business/screens/ExpectedSales/ExpectedSales.d.ts +5 -0
- package/build/features/business/screens/ExpectedSales/ExpectedSales.js +91 -0
- package/build/features/business/screens/ExpectedSales/index.d.ts +2 -0
- package/build/features/business/screens/ExpectedSales/index.js +2 -0
- package/build/features/business/screens/IDBOD/DOB.js +3 -12
- package/build/features/business/screens/IDBOD/ID.js +2 -2
- package/build/features/business/screens/IDBOD/IDBOD.js +9 -16
- package/build/features/business/screens/OTP/OTP.js +10 -22
- package/build/features/business/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
- package/build/features/business/screens/Success/Success.js +13 -1
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
- package/build/features/business/screens/Verify/Verify.js +5 -8
- package/build/features/connect/Connect.js +3 -3
- package/build/features/connect/screens/BrandSegment/BrandSegment.js +8 -4
- package/build/features/connect/screens/BrandSegment/SegmentLocations.d.ts +2 -1
- package/build/features/connect/screens/BrandSegment/SegmentLocations.js +9 -5
- package/build/features/connect/screens/BrandSegment/SegmentProfits.d.ts +2 -1
- package/build/features/connect/screens/BrandSegment/SegmentProfits.js +8 -4
- package/build/features/connect/screens/BrandSegment/SegmentTechs.d.ts +2 -1
- package/build/features/connect/screens/BrandSegment/SegmentTechs.js +8 -4
- package/build/features/connect/screens/BrandSegment/TeamSize.d.ts +2 -1
- package/build/features/connect/screens/BrandSegment/TeamSize.js +8 -4
- package/build/features/connect/screens/CivilID/CivilID.js +11 -12
- package/build/features/connect/screens/CivilID/IDNumber.js +3 -18
- package/build/features/connect/screens/Individual/Email.js +6 -2
- package/build/features/connect/screens/Individual/Individual.js +11 -9
- package/build/features/connect/screens/Individual/MobileNumber.d.ts +1 -0
- package/build/features/connect/screens/Individual/MobileNumber.js +29 -22
- package/build/features/connect/screens/Individual/Name.js +4 -2
- package/build/features/connect/screens/Merchant/BrandList.d.ts +2 -1
- package/build/features/connect/screens/Merchant/BrandList.js +8 -4
- package/build/features/connect/screens/Merchant/BrandName.d.ts +2 -1
- package/build/features/connect/screens/Merchant/BrandName.js +7 -42
- package/build/features/connect/screens/Merchant/Merchant.js +8 -4
- package/build/features/connect/screens/Merchant/TAC.js +12 -24
- package/build/features/connect/screens/Mobile/Mobile.js +19 -21
- package/build/features/connect/screens/Mobile/MobileNumber.d.ts +1 -0
- package/build/features/connect/screens/Mobile/MobileNumber.js +22 -19
- package/build/features/connect/screens/NID/DOB.d.ts +1 -1
- package/build/features/connect/screens/NID/DOB.js +5 -26
- package/build/features/connect/screens/NID/IDNumber.js +3 -18
- package/build/features/connect/screens/NID/NID.js +13 -14
- package/build/features/connect/screens/OTP/OTP.js +5 -8
- package/build/features/connect/screens/ThankYou/ThankYou.js +13 -1
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.js +0 -61
- package/build/features/connectExpress/ConnectExpress.js +3 -3
- package/build/features/connectExpress/screens/AccountAlreadyCreated/AccountAlreadyCreated.js +13 -1
- package/build/features/connectExpress/screens/Brand/Brand.js +4 -2
- package/build/features/connectExpress/screens/CivilID/CivilID.js +7 -8
- package/build/features/connectExpress/screens/CivilID/IDNumber.js +3 -18
- package/build/features/connectExpress/screens/CivilIDMissed/CivilID.js +2 -2
- package/build/features/connectExpress/screens/CivilIDMissed/IDNumber.js +3 -18
- package/build/features/connectExpress/screens/CollectBusinessInfo/BrandName.js +5 -40
- package/build/features/connectExpress/screens/CollectBusinessInfo/CollectBusinessInfo.js +9 -5
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.d.ts +2 -1
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseList.js +11 -6
- package/build/features/connectExpress/screens/CollectBusinessInfo/LicenseNumber.js +8 -3
- package/build/features/connectExpress/screens/CollectBusinessInfo/TAC.js +9 -17
- package/build/features/connectExpress/screens/CollectIndividualInfo/CollectIndividualInfo.js +6 -4
- package/build/features/connectExpress/screens/CollectIndividualInfo/Email.js +6 -2
- package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.d.ts +1 -0
- package/build/features/connectExpress/screens/CollectIndividualInfo/MobileNumber.js +33 -26
- package/build/features/connectExpress/screens/CollectIndividualInfo/Name.js +6 -2
- package/build/features/connectExpress/screens/IdentityOTP/OTP.js +5 -8
- package/build/features/connectExpress/screens/Mobile/Mobile.js +21 -12
- package/build/features/connectExpress/screens/Mobile/MobileNumber.d.ts +1 -0
- package/build/features/connectExpress/screens/Mobile/MobileNumber.js +33 -26
- package/build/features/connectExpress/screens/Mobile/TAC.js +12 -24
- package/build/features/connectExpress/screens/NID/DOB.d.ts +1 -1
- package/build/features/connectExpress/screens/NID/DOB.js +4 -24
- package/build/features/connectExpress/screens/NID/IDNumber.js +8 -18
- package/build/features/connectExpress/screens/NID/NID.js +7 -8
- package/build/features/connectExpress/screens/NID/TAC.js +9 -17
- package/build/features/connectExpress/screens/NIDMissed/DOB.d.ts +1 -1
- package/build/features/connectExpress/screens/NIDMissed/DOB.js +3 -24
- package/build/features/connectExpress/screens/NIDMissed/IDNumber.js +5 -18
- package/build/features/connectExpress/screens/NIDMissed/NID.js +2 -2
- package/build/features/connectExpress/screens/OTP/OTP.js +5 -8
- package/build/features/connectExpress/screens/OTP/OTPInput.js +1 -1
- package/build/features/connectExpress/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
- package/build/features/entity/Entity.js +3 -3
- package/build/features/entity/screens/EntityActivities/ActivityList.d.ts +30 -0
- package/build/features/entity/screens/EntityActivities/ActivityList.js +265 -0
- package/build/features/entity/screens/EntityActivities/EntityActivities.d.ts +5 -0
- package/build/features/entity/screens/EntityActivities/EntityActivities.js +89 -0
- package/build/features/entity/screens/EntityActivities/index.d.ts +2 -0
- package/build/features/entity/screens/EntityActivities/index.js +2 -0
- package/build/features/entity/screens/EntityCapital/ActivityField.d.ts +22 -0
- package/build/features/entity/screens/EntityCapital/ActivityField.js +63 -0
- package/build/features/entity/screens/EntityCapital/CapitalPaid.js +7 -3
- package/build/features/entity/screens/EntityCapital/CapitalShareCount.js +6 -2
- package/build/features/entity/screens/EntityCapital/CapitalShareValue.js +7 -3
- package/build/features/entity/screens/EntityCapital/EntityCapital.js +10 -11
- package/build/features/entity/screens/EntityName/Article.js +1 -1
- package/build/features/entity/screens/EntityName/EntityName.js +6 -4
- package/build/features/entity/screens/EntityName/EntityTypeList.d.ts +1 -50
- package/build/features/entity/screens/EntityName/EntityTypeList.js +19 -50
- package/build/features/entity/screens/EntityName/ExpiryDate.d.ts +2 -15
- package/build/features/entity/screens/EntityName/ExpiryDate.js +5 -11
- package/build/features/entity/screens/EntityName/IssuingDate.d.ts +2 -15
- package/build/features/entity/screens/EntityName/IssuingDate.js +5 -11
- package/build/features/entity/screens/EntityName/LegalName.js +6 -2
- package/build/features/entity/screens/EntityName/LicenseNumber.js +4 -2
- package/build/features/entity/screens/EntityName/UnifiedNumber.js +6 -2
- package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
- package/build/features/entity/screens/Success/Success.js +13 -1
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
- package/build/features/entity/screens/Verify/Verify.js +5 -8
- package/build/features/featuresScreens.js +26 -1
- package/build/features/individual/Individual.js +3 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js +8 -9
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.js +3 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -0
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +9 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.js +19 -100
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.js +14 -7
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareCount.js +6 -2
- package/build/features/individual/screens/AdditionalIndividualInfo/ShareValue.js +7 -3
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.d.ts +1 -0
- package/build/features/individual/screens/AdditionalIndividualInfo/SourceOfIncome.js +9 -3
- package/build/features/individual/screens/IndividualList/CollectPhoneEmail.js +1 -1
- package/build/features/individual/screens/IndividualList/Email.js +4 -2
- package/build/features/individual/screens/IndividualList/IndividualList.d.ts +1 -27
- package/build/features/individual/screens/IndividualList/IndividualList.js +2 -21
- package/build/features/individual/screens/IndividualList/MobileNumber.js +30 -24
- package/build/features/individual/screens/IndividualList/UserList.js +36 -15
- package/build/features/individual/screens/IndividualOccupation/IndividualOccupation.d.ts +5 -0
- package/build/features/individual/screens/IndividualOccupation/IndividualOccupation.js +91 -0
- package/build/features/individual/screens/IndividualOccupation/OccupationList.d.ts +29 -0
- package/build/features/individual/screens/IndividualOccupation/OccupationList.js +136 -0
- package/build/features/individual/screens/IndividualOccupation/index.d.ts +2 -0
- package/build/features/individual/screens/IndividualOccupation/index.js +2 -0
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCity.d.ts +1 -0
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCity.js +10 -4
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.d.ts +1 -0
- package/build/features/individual/screens/IndividualPersonalInfo/BirthCountry.js +10 -4
- package/build/features/individual/screens/IndividualPersonalInfo/DOB.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/DOB.js +4 -13
- package/build/features/individual/screens/IndividualPersonalInfo/Email.js +6 -2
- package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.d.ts +1 -1
- package/build/features/individual/screens/IndividualPersonalInfo/ExpiryDate.js +4 -13
- package/build/features/individual/screens/IndividualPersonalInfo/Gender.js +16 -12
- package/build/features/individual/screens/IndividualPersonalInfo/ID.js +7 -2
- package/build/features/individual/screens/IndividualPersonalInfo/IndividualPersonalInfo.js +7 -4
- package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.d.ts +1 -0
- package/build/features/individual/screens/IndividualPersonalInfo/IssuedCountry.js +10 -4
- package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.d.ts +1 -0
- package/build/features/individual/screens/IndividualPersonalInfo/MobileNumber.js +31 -24
- package/build/features/individual/screens/IndividualPersonalInfo/Name.js +6 -2
- package/build/features/individual/screens/IndividualPersonalInfo/Nationality.d.ts +1 -0
- package/build/features/individual/screens/IndividualPersonalInfo/Nationality.js +10 -4
- package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.d.ts +1 -0
- package/build/features/individual/screens/IndividualPhoneInfo/MobileNumber.js +34 -30
- package/build/features/individual/screens/IndividualPhoneInfo/PhoneInfo.js +10 -2
- package/build/features/individual/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
- package/build/features/individual/screens/Success/Success.js +13 -1
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
- package/build/features/individual/screens/Verify/Verify.js +5 -8
- package/build/features/password/Password.js +3 -3
- package/build/features/password/screens/CreatePassword/ConditionText.js +2 -1
- package/build/features/password/screens/CreatePassword/ConfirmPassword.js +15 -2
- package/build/features/password/screens/CreatePassword/CreatePassword.js +3 -3
- package/build/features/password/screens/CreatePassword/Password.js +17 -9
- package/build/features/password/screens/CreatePassword/PasswordBar.js +4 -4
- package/build/features/password/screens/OTP/OTP.js +10 -22
- package/build/features/password/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
- package/build/features/password/screens/Success/Success.js +13 -1
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
- package/build/features/password/screens/Verify/Verify.js +5 -8
- package/build/features/shared/AcceptancePayouts/AcceptancePayouts.js +16 -11
- package/build/features/shared/Background/Background.js +11 -2
- package/build/features/shared/Button/AbsherButton.js +12 -2
- package/build/features/shared/Button/Button.js +16 -11
- package/build/features/shared/Button/EmailProvidersButtons.js +34 -22
- package/build/features/shared/Button/FlowsButtons.d.ts +3 -1
- package/build/features/shared/Button/FlowsButtons.js +79 -69
- package/build/features/shared/Button/IndividualActionButtons.js +39 -40
- package/build/features/shared/Button/MobileButton.js +16 -2
- package/build/features/shared/Button/SuccessButton.d.ts +1 -1
- package/build/features/shared/Button/SuccessButton.js +10 -15
- package/build/features/shared/Calender/Calender.d.ts +3 -1
- package/build/features/shared/Calender/Calender.js +4 -4
- package/build/features/shared/Calender/CustomCalender.d.ts +15 -0
- package/build/features/shared/Calender/CustomCalender.js +46 -0
- package/build/features/shared/Calender/CustomDatePicker.d.ts +29 -0
- package/build/features/shared/Calender/CustomDatePicker.js +252 -0
- package/build/features/shared/Calender/CustomHijriDatePicker.d.ts +29 -0
- package/build/features/shared/Calender/CustomHijriDatePicker.js +258 -0
- package/build/features/shared/Calender/DatePicker.d.ts +29 -0
- package/build/features/shared/Calender/DatePicker.js +229 -0
- package/build/features/shared/Calender/index.d.ts +2 -0
- package/build/features/shared/Calender/index.js +2 -0
- package/build/features/shared/CheckIcon/CheckIcon.d.ts +2 -2
- package/build/features/shared/CheckIcon/CheckIcon.js +9 -7
- package/build/features/shared/Chip/Chip.js +2 -1
- package/build/features/shared/ClearIcon/ClearIcon.d.ts +2 -0
- package/build/features/shared/ClearIcon/ClearIcon.js +2 -1
- package/build/features/shared/Containers/ContainerWithHeader.d.ts +11 -0
- package/build/features/shared/Containers/ContainerWithHeader.js +52 -0
- package/build/features/shared/Containers/FeatureContainer.d.ts +1 -2
- package/build/features/shared/Containers/FeatureContainer.js +6 -4
- package/build/features/shared/Containers/index.d.ts +2 -1
- package/build/features/shared/Containers/index.js +2 -1
- package/build/features/shared/CountryPopup/CountryPopup.d.ts +7 -0
- package/build/features/shared/CountryPopup/CountryPopup.js +166 -0
- package/build/features/shared/CountryPopup/index.d.ts +2 -0
- package/build/features/shared/CountryPopup/index.js +2 -0
- package/build/features/shared/CreateAccountLoading/CreateAccountLoading.js +6 -6
- package/build/features/shared/DataLoading/DataLoading.js +6 -6
- package/build/features/shared/DropDownStyle/DropDownStyle.d.ts +24 -0
- package/build/features/shared/DropDownStyle/DropDownStyle.js +61 -0
- package/build/features/shared/DropDownStyle/index.d.ts +2 -0
- package/build/features/shared/DropDownStyle/index.js +2 -0
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.d.ts +2 -1
- package/build/features/shared/EndAdornment/EndAdornmentExpanded.js +2 -2
- package/build/features/shared/Footer/PoweredByFooter.d.ts +1 -2
- package/build/features/shared/Footer/PoweredByFooter.js +3 -3
- package/build/features/shared/GenericError/GenericError.js +3 -2
- package/build/features/shared/Header/Header.d.ts +8 -0
- package/build/features/shared/Header/Header.js +88 -0
- package/build/features/shared/Header/index.d.ts +3 -0
- package/build/features/shared/Header/index.js +2 -0
- package/build/features/shared/InputSelect/InputSelect.js +0 -1
- package/build/features/shared/LanguagePopup/LanguagePopup.d.ts +5 -0
- package/build/features/shared/LanguagePopup/LanguagePopup.js +178 -0
- package/build/features/shared/LanguagePopup/index.d.ts +2 -0
- package/build/features/shared/LanguagePopup/index.js +2 -0
- package/build/features/shared/Mandatory/Mandatory.js +2 -2
- package/build/features/shared/OTP/OTP.js +10 -11
- package/build/features/shared/PaciVerification/PaciVerification.js +5 -4
- package/build/features/shared/PasswordIcon/PasswordIcon.js +3 -2
- package/build/features/shared/SalesChannels/SaleChannelIconsInput.js +47 -22
- package/build/features/shared/SalesChannels/SalesChannel.d.ts +13 -0
- package/build/features/shared/SalesChannels/SalesChannel.js +11 -24
- package/build/features/shared/Search/Search.d.ts +3 -1
- package/build/features/shared/Search/Search.js +39 -3
- package/build/features/shared/SearchIcon/SearchIcon.d.ts +0 -1
- package/build/features/shared/SearchIcon/SearchIcon.js +6 -7
- package/build/features/shared/SearchIcon/index.d.ts +2 -0
- package/build/features/shared/SearchIcon/index.js +2 -0
- package/build/features/shared/SuccessFlowButtons/SuccessFlowButtons.js +23 -8
- package/build/features/shared/SuccessScreen/SuccessScreen.js +9 -7
- package/build/features/shared/{UploadFile/UploadFile.d.ts → TextField/TextField.d.ts} +14 -24
- package/build/features/shared/TextField/TextField.js +63 -0
- package/build/features/shared/TextField/index.d.ts +3 -0
- package/build/features/shared/TextField/index.js +2 -0
- package/build/features/shared/TextFieldSelect/TextFieldSelect.d.ts +4 -0
- package/build/features/shared/TextFieldSelect/TextFieldSelect.js +32 -0
- package/build/features/shared/TextFieldSelect/index.d.ts +2 -0
- package/build/features/shared/TextFieldSelect/index.js +2 -0
- package/build/features/shared/TitleDescription/TitleDescription.d.ts +9 -0
- package/build/features/shared/TitleDescription/TitleDescription.js +77 -0
- package/build/features/shared/TitleDescription/index.d.ts +2 -0
- package/build/features/shared/TitleDescription/index.js +2 -0
- package/build/features/shared/UploadFile/FileUpload.d.ts +8 -2
- package/build/features/shared/UploadFile/FileUpload.js +58 -31
- package/build/features/shared/UploadFile/UploadWrapper.js +7 -3
- package/build/features/shared/UploadFile/index.d.ts +1 -2
- package/build/features/shared/UploadFile/index.js +1 -2
- package/build/features/shared/UploadMultipleFile/UploadFile.d.ts +8 -2
- package/build/features/shared/UploadMultipleFile/UploadFile.js +58 -31
- package/build/features/shared/UploadMultipleFile/UploadMultipleFile.js +14 -9
- package/build/features/signIn/SignIn.js +3 -3
- package/build/features/signIn/screens/Mobile/MobileNumber.js +7 -4
- package/build/features/tax/Tax.js +3 -3
- package/build/features/tax/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +13 -1
- package/build/features/tax/screens/Success/Success.js +13 -1
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +2 -1
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.js +7 -16
- package/build/features/tax/screens/TaxDetails/TaxDetails.js +2 -2
- package/build/features/tax/screens/TaxDetails/TaxDocument.js +2 -2
- package/build/features/tax/screens/TaxDetails/VATId.js +7 -2
- package/build/features/tax/screens/Verify/Verify.js +9 -9
- package/build/hooks/useAppConfig.js +10 -1
- package/build/theme/palette.js +81 -27
- package/build/theme/shadows.js +7 -7
- package/build/theme/typography.js +3 -3
- package/build/utils/array.d.ts +1 -1
- package/build/utils/array.js +2 -2
- package/build/utils/string.js +14 -16
- package/package.json +3 -1
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.d.ts +0 -10
- package/build/features/brand/screens/BrandActivities/ExpectedSalesRange.js +0 -143
- package/build/features/business/screens/Activities/ActivitiesList.d.ts +0 -37
- package/build/features/business/screens/Activities/ActivitiesList.js +0 -292
- package/build/features/business/screens/Customers/ExpectedSalesRange.d.ts +0 -8
- package/build/features/business/screens/Customers/ExpectedSalesRange.js +0 -138
- package/build/features/connect/screens/Mobile/Title.d.ts +0 -8
- package/build/features/connect/screens/Mobile/Title.js +0 -29
- package/build/features/connectExpress/screens/Mobile/Title.d.ts +0 -8
- package/build/features/connectExpress/screens/Mobile/Title.js +0 -29
- package/build/features/entity/screens/EntityCapital/ActivityList.d.ts +0 -38
- package/build/features/entity/screens/EntityCapital/ActivityList.js +0 -290
- package/build/features/shared/UploadFile/UploadFile.js +0 -91
|
@@ -27,24 +27,24 @@ import Name from './Name';
|
|
|
27
27
|
import * as React from 'react';
|
|
28
28
|
import { useTranslation } from 'react-i18next';
|
|
29
29
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
30
|
+
import Box from '@mui/material/Box';
|
|
30
31
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
31
32
|
import { useAppDispatch, useAppSelector, useSetFromDefaultValues } from '../../../../hooks';
|
|
32
33
|
import { handlePrevScreenStep, settingsSelector } from '../../../../app/settings';
|
|
33
34
|
import { IndividualValidation, IndividualMobileValidation } from './validation';
|
|
34
35
|
import Form from '../../../../components/Form';
|
|
35
|
-
import Button from '../../../shared/Button';
|
|
36
|
-
import { ScreenContainer } from '../../../shared/Containers';
|
|
37
|
-
import { clearError, connectSelector, resetIndividualScreen, updateLeadIndividual } from '../../../app/connect/connectStore';
|
|
38
|
-
import { useLanguage } from '../../../../hooks';
|
|
39
|
-
import MobileNumber from './MobileNumber';
|
|
40
36
|
import { countriesCode } from '../../../../constants';
|
|
41
|
-
import { AuthForType } from '../../../../@types';
|
|
37
|
+
import { AuthForType, DropDownMode } from '../../../../@types';
|
|
42
38
|
import Collapse from '../../../../components/Collapse';
|
|
43
39
|
import { deepCopy, isKW, sendCustomEventToGTM } from '../../../../utils';
|
|
40
|
+
import { useLanguage } from '../../../../hooks';
|
|
41
|
+
import Button from '../../../shared/Button';
|
|
42
|
+
import { ContainerWithHeader } from '../../../shared/Containers';
|
|
43
|
+
import { clearError, connectSelector, resetIndividualScreen, updateLeadIndividual } from '../../../app/connect/connectStore';
|
|
44
|
+
import MobileNumber from './MobileNumber';
|
|
44
45
|
var FormStyled = styled(Form)(function () { return ({
|
|
45
46
|
display: 'flex',
|
|
46
47
|
flexDirection: 'column',
|
|
47
|
-
minHeight: '240px',
|
|
48
48
|
justifyContent: 'space-between'
|
|
49
49
|
}); });
|
|
50
50
|
var Individual = function (_a) {
|
|
@@ -61,6 +61,7 @@ var Individual = function (_a) {
|
|
|
61
61
|
var contact = (otpData.responseBody || {}).contact;
|
|
62
62
|
var responseBody = individualData.responseBody, defaultValues = __rest(individualData, ["responseBody"]);
|
|
63
63
|
var is_available = (responseBody || {}).is_available;
|
|
64
|
+
var isPopupMode = settingsData.dropDownOpenMode === DropDownMode.popup;
|
|
64
65
|
var methods = useForm({
|
|
65
66
|
resolver: yupResolver(isMobile ? IndividualValidation : IndividualMobileValidation),
|
|
66
67
|
defaultValues: individualData,
|
|
@@ -93,7 +94,8 @@ var Individual = function (_a) {
|
|
|
93
94
|
dispatch(clearError());
|
|
94
95
|
}, [methods.formState.isValid]);
|
|
95
96
|
var handleMenuListClick = function () {
|
|
96
|
-
|
|
97
|
+
if (!isPopupMode)
|
|
98
|
+
setListActive(!listActive);
|
|
97
99
|
};
|
|
98
100
|
React.useEffect(function () {
|
|
99
101
|
if (is_available === false)
|
|
@@ -103,6 +105,6 @@ var Individual = function (_a) {
|
|
|
103
105
|
var isEmailValid = typeof is_available === 'undefined' ? isLeadEmailAvailable : is_available;
|
|
104
106
|
var emailErrChecks = !methods.formState.isValid || !!methods.formState.errors.email || !!error;
|
|
105
107
|
var disabled = emailErrChecks || emailChecking || !isEmailValid;
|
|
106
|
-
return (_jsx(
|
|
108
|
+
return (_jsx(ContainerWithHeader, __assign({ title: "".concat(t('hi'), ", ").concat(methods.watch('name')), description: 'individual_info_description', onBack: function () { return onBack(); } }, { children: _jsx(FormProvider, __assign({}, methods, { children: _jsxs(FormStyled, __assign({ onSubmit: methods.handleSubmit(onSubmit) }, { children: [_jsxs(Box, { children: [_jsx(Name, { show: !listActive }), _jsx(MobileNumber, { isPopupMode: isPopupMode, show: !isMobile, onListOpen: function () { return handleMenuListClick(); }, onListClose: function () { return handleMenuListClick(); }, countries: countriesCode }), _jsx(Email, { show: !listActive, fetchingEmail: function (v) { return setEmailChecking(v); }, emailChecking: emailChecking })] }), _jsx(Collapse, __assign({ in: !listActive }, { children: _jsx(Button, __assign({ disableBack: true, disabled: disabled, isAr: isAr, loading: loading, error: t(error || '') }, { children: t('next') })) }))] })) })) })));
|
|
107
109
|
};
|
|
108
110
|
export default React.memo(Individual);
|
|
@@ -5,6 +5,7 @@ interface MobileNumberProps {
|
|
|
5
5
|
show: boolean;
|
|
6
6
|
onListOpen?: () => void;
|
|
7
7
|
onListClose?: () => void;
|
|
8
|
+
isPopupMode: boolean;
|
|
8
9
|
}
|
|
9
10
|
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<MobileNumberProps & React.RefAttributes<unknown>>>;
|
|
10
11
|
export default _default;
|
|
@@ -25,27 +25,21 @@ import * as React from 'react';
|
|
|
25
25
|
import Box from '@mui/material/Box';
|
|
26
26
|
import { useTranslation } from 'react-i18next';
|
|
27
27
|
import { useController, useFormContext } from 'react-hook-form';
|
|
28
|
-
import { styled
|
|
28
|
+
import { styled } from '@mui/material/styles';
|
|
29
29
|
import Text from '../../../../components/Text';
|
|
30
30
|
import Collapse from '../../../../components/Collapse';
|
|
31
31
|
import ClearIcon from '../../../shared/ClearIcon';
|
|
32
32
|
import CheckIcon from '../../../shared/CheckIcon';
|
|
33
33
|
import ScreenContainer from '../../../shared/Containers/ScreenContainer';
|
|
34
34
|
import ExpandIcon from '../../../../components/ExpandIcon';
|
|
35
|
-
import Input from '../../../shared/
|
|
35
|
+
import Input from '../../../shared/TextField';
|
|
36
36
|
import SimpleList from '../../../../components/SimpleList';
|
|
37
37
|
import { removeAllCharsFromNumber } from '../../../../utils';
|
|
38
38
|
import { useAppSelector, useLanguage } from '../../../../hooks';
|
|
39
|
+
import { ThemeMode } from '../../../../@types';
|
|
39
40
|
import Search from '../../../shared/Search';
|
|
40
41
|
import { connectSelector } from '../../../app/connect/connectStore';
|
|
41
|
-
|
|
42
|
-
var theme = _a.theme;
|
|
43
|
-
return ({
|
|
44
|
-
display: 'flex',
|
|
45
|
-
justifyContent: 'space-between',
|
|
46
|
-
padding: theme.spacing(0, 2.5, 1.25, 2.5)
|
|
47
|
-
});
|
|
48
|
-
});
|
|
42
|
+
import DropDownStyle from '../../../shared/DropDownStyle';
|
|
49
43
|
var CountryItemContainer = styled(Box)(function () { return ({
|
|
50
44
|
display: 'flex'
|
|
51
45
|
}); });
|
|
@@ -53,35 +47,42 @@ var CountryCodeText = styled(Text, {
|
|
|
53
47
|
shouldForwardProp: function (prop) { return prop !== 'isSelected'; }
|
|
54
48
|
})(function (_a) {
|
|
55
49
|
var theme = _a.theme, isSelected = _a.isSelected;
|
|
56
|
-
return (__assign(__assign({ color: theme.palette.text.primary }, theme.typography.body2), { width: theme.spacing(10), textAlign: 'start', fontWeight: isSelected ? theme.typography.fontWeightMedium : theme.typography.fontWeightLight }));
|
|
50
|
+
return (__assign(__assign({ color: theme.palette.mode === ThemeMode.DARK ? theme.palette.common.white : theme.palette.text.primary }, theme.typography.body2), { width: theme.spacing(10), textAlign: 'start', fontWeight: isSelected ? theme.typography.fontWeightMedium : theme.typography.fontWeightLight }));
|
|
57
51
|
});
|
|
58
52
|
var CountryNameText = styled(Text, { shouldForwardProp: function (prop) { return prop !== 'isSelected'; } })(function (_a) {
|
|
59
53
|
var theme = _a.theme, isSelected = _a.isSelected;
|
|
60
|
-
return (__assign(__assign({ color: theme.palette.text.primary }, theme.typography.body2), { fontWeight: isSelected ? theme.typography.fontWeightMedium : theme.typography.fontWeightLight, paddingInlineStart: theme.spacing(1.25) }));
|
|
54
|
+
return (__assign(__assign({ color: theme.palette.mode === ThemeMode.DARK ? theme.palette.common.white : theme.palette.text.primary }, theme.typography.body2), { fontWeight: isSelected ? theme.typography.fontWeightMedium : theme.typography.fontWeightLight, paddingInlineStart: theme.spacing(1.25) }));
|
|
61
55
|
});
|
|
62
|
-
var CountryCodeStyled = styled(Text)(function (_a) {
|
|
63
|
-
var theme = _a.theme;
|
|
64
|
-
return (__assign(__assign({ cursor: 'pointer' }, theme.typography.body2), { fontWeight: theme.typography.fontWeightRegular, display: 'flex', alignItems: 'center', minWidth: theme.spacing(8.75) }));
|
|
56
|
+
var CountryCodeStyled = styled(Text, { shouldForwardProp: function (prop) { return prop !== 'readOnly'; } })(function (_a) {
|
|
57
|
+
var theme = _a.theme, readOnly = _a.readOnly;
|
|
58
|
+
return (__assign(__assign({ cursor: readOnly ? 'auto' : 'pointer', color: theme.palette.mode === ThemeMode.DARK ? theme.palette.common.white : theme.palette.text.primary }, theme.typography.body2), { fontWeight: theme.typography.fontWeightRegular, display: 'flex', alignItems: 'center', minWidth: theme.spacing(8.75), position: 'relative', bottom: theme.spacing(-1.125) }));
|
|
65
59
|
});
|
|
66
|
-
var
|
|
67
|
-
var theme = _a.theme;
|
|
68
|
-
return (
|
|
60
|
+
var ExpandIconStyled = styled(ExpandIcon, { shouldForwardProp: function (prop) { return prop !== 'readOnly'; } })(function (_a) {
|
|
61
|
+
var theme = _a.theme, readOnly = _a.readOnly;
|
|
62
|
+
return ({
|
|
63
|
+
cursor: readOnly ? 'auto' : 'pointer',
|
|
64
|
+
marginInlineStart: theme.spacing(1)
|
|
65
|
+
});
|
|
69
66
|
});
|
|
70
|
-
var
|
|
67
|
+
var CodeExpandIconStyled = styled(ExpandIconStyled)(function (_a) {
|
|
71
68
|
var theme = _a.theme;
|
|
72
69
|
return ({
|
|
73
|
-
|
|
70
|
+
width: theme.spacing(0.875),
|
|
71
|
+
height: theme.spacing(0.875)
|
|
74
72
|
});
|
|
75
73
|
});
|
|
76
74
|
var InputStyled = styled(Input)(function () { return ({
|
|
77
75
|
direction: 'ltr',
|
|
78
76
|
'& .MuiInputBase-input': {
|
|
79
77
|
cursor: 'auto'
|
|
78
|
+
},
|
|
79
|
+
label: {
|
|
80
|
+
transformOrigin: 'top left'
|
|
80
81
|
}
|
|
81
82
|
}); });
|
|
82
83
|
var MobileNumber = React.forwardRef(function (_a, ref) {
|
|
83
84
|
var _b, _c, _d, _e, _f;
|
|
84
|
-
var countries = _a.countries, rest = __rest(_a, ["countries"]);
|
|
85
|
+
var countries = _a.countries, isPopupMode = _a.isPopupMode, rest = __rest(_a, ["countries", "isPopupMode"]);
|
|
85
86
|
var _g = React.useState(countries || []), countriesCode = _g[0], setCountries = _g[1];
|
|
86
87
|
var _h = React.useState(null), anchorEl = _h[0], setAnchorEl = _h[1];
|
|
87
88
|
var t = useTranslation().t;
|
|
@@ -146,7 +147,13 @@ var MobileNumber = React.forwardRef(function (_a, ref) {
|
|
|
146
147
|
});
|
|
147
148
|
setCountries(filteredCountries);
|
|
148
149
|
};
|
|
149
|
-
return (_jsx(Collapse, __assign({ in: rest.show }, { children: _jsxs(ScreenContainer, __assign({ ref: ref, sx: {
|
|
150
|
+
return (_jsx(Collapse, __assign({ in: rest.show }, { children: _jsxs(ScreenContainer, __assign({ ref: ref, sx: { pb: 1.5 } }, { children: [_jsx(InputStyled, { label: t('signup_enter_mobile'), inputProps: {
|
|
151
|
+
maxLength: requiredLen,
|
|
152
|
+
readOnly: !!anchorEl || readOnly
|
|
153
|
+
}, InputProps: {
|
|
154
|
+
startAdornment: (_jsxs(CountryCodeStyled, __assign({ readOnly: readOnly, onClick: readOnly ? undefined : function () { return toggleCountryList(); } }, { children: ["+".concat(countryCodeValue === null || countryCodeValue === void 0 ? void 0 : countryCodeValue.idd_prefix), !anchorEl && _jsx(CodeExpandIconStyled, { readOnly: readOnly, anchorEl: !!anchorEl })] }))),
|
|
155
|
+
endAdornment: !!anchorEl ? (_jsx(ExpandIconStyled, { onClick: function () { return toggleCountryList(); }, anchorEl: !!anchorEl })) : !error && mobileValue ? (_jsx(CheckIcon, {})) : (mobileValue && _jsx(ClearIcon, { onClick: clearMobileNumber }))
|
|
156
|
+
}, type: 'tel', onClick: onCloseCountryList, onChange: onPhoneNumberChange, value: !!anchorEl ? countryName : mobileValue, placeholder: "".concat(isSA ? '5' : '0', "00000000"), helperText: error && t(error, { length: requiredLen, number: '05|5' }) }), _jsxs(DropDownStyle, __assign({ anchorEl: anchorEl, isPopupMode: isPopupMode, onClosePopup: onCloseCountryList }, { children: [_jsx(Search, { onSearchValue: handleSearch }), _jsx(SimpleList, { isPopupMode: isPopupMode, searchKeyPath: 'name.english', list: countriesCode, onSelectItem: onSelectItem, renderItem: function (item) {
|
|
150
157
|
return (_jsxs(_Fragment, { children: [_jsxs(CountryItemContainer, { children: [_jsxs(CountryCodeText, __assign({ isSelected: (item === null || item === void 0 ? void 0 : item.idd_prefix) === (countryCodeValue === null || countryCodeValue === void 0 ? void 0 : countryCodeValue.idd_prefix) }, { children: ["+", item.idd_prefix] })), _jsx(CountryNameText, __assign({ isSelected: (item === null || item === void 0 ? void 0 : item.idd_prefix) === (countryCodeValue === null || countryCodeValue === void 0 ? void 0 : countryCodeValue.idd_prefix) }, { children: isAr ? item.name.arabic : item.name.english }))] }), item.idd_prefix === (countryCodeValue === null || countryCodeValue === void 0 ? void 0 : countryCodeValue.idd_prefix) && _jsx(CheckIcon, {})] }));
|
|
151
158
|
} })] }))] })) })));
|
|
152
159
|
});
|
|
@@ -17,7 +17,7 @@ import { styled } from '@mui/material/styles';
|
|
|
17
17
|
import { ScreenContainer } from '../../../shared/Containers';
|
|
18
18
|
import Collapse from '../../../../components/Collapse';
|
|
19
19
|
import { removeAllOtherThanAlphabetAndSpace } from '../../../../utils';
|
|
20
|
-
import Input from '../../../shared/
|
|
20
|
+
import Input from '../../../shared/TextField';
|
|
21
21
|
import { EndAdornment } from '../../../shared/EndAdornment';
|
|
22
22
|
var InputStyled = styled(Input)(function () { return ({
|
|
23
23
|
input: {
|
|
@@ -39,6 +39,8 @@ var Name = function (_a) {
|
|
|
39
39
|
var clearNumber = function () {
|
|
40
40
|
nameControl.field.onChange('');
|
|
41
41
|
};
|
|
42
|
-
return (_jsx(Collapse, __assign({ in: show }, { children: _jsx(ScreenContainer, __assign({ sx: { mb:
|
|
42
|
+
return (_jsx(Collapse, __assign({ in: show }, { children: _jsx(ScreenContainer, __assign({ sx: { mb: 1.5 } }, { children: _jsx(InputStyled, { label: t('signup_merchant_name_label'), value: nameValue, onChange: handleNameChange, placeholder: t('signup_merchant_name_label'), helperText: error && t(error), InputProps: {
|
|
43
|
+
endAdornment: _jsx(EndAdornment, { value: nameValue, error: error, onClear: clearNumber })
|
|
44
|
+
} }) })) })));
|
|
43
45
|
};
|
|
44
46
|
export default React.memo(Name);
|
|
@@ -5,6 +5,7 @@ interface BrandListProps {
|
|
|
5
5
|
list: Array<BrandInfo>;
|
|
6
6
|
onListOpen?: () => void;
|
|
7
7
|
onListClose?: () => void;
|
|
8
|
+
isPopupMode: boolean;
|
|
8
9
|
}
|
|
9
|
-
declare const _default: React.MemoExoticComponent<({ show, list, ...rest }: BrandListProps) => JSX.Element>;
|
|
10
|
+
declare const _default: React.MemoExoticComponent<({ show, list, isPopupMode, ...rest }: BrandListProps) => JSX.Element>;
|
|
10
11
|
export default _default;
|
|
@@ -28,22 +28,24 @@ import Box from '@mui/material/Box';
|
|
|
28
28
|
import { styled } from '@mui/material/styles';
|
|
29
29
|
import { useLanguage } from '../../../../hooks';
|
|
30
30
|
import ScreenContainer from '../../../shared/Containers/ScreenContainer';
|
|
31
|
-
import InputSelect from '../../../shared/
|
|
31
|
+
import InputSelect from '../../../shared/TextFieldSelect';
|
|
32
32
|
import CheckIcon from '../../../shared/CheckIcon';
|
|
33
33
|
import SimpleList from '../../../../components/SimpleList';
|
|
34
34
|
import Text from '../../../../components/Text';
|
|
35
35
|
import ExpandIcon from '../../../../components/ExpandIcon';
|
|
36
36
|
import Collapse from '../../../../components/Collapse';
|
|
37
|
+
import DropDownStyle from '../../../shared/DropDownStyle';
|
|
38
|
+
import { ThemeMode } from '../../../../@types';
|
|
37
39
|
import { mapSalesChannel } from '../../../../utils';
|
|
38
40
|
var BrandContainer = styled(Box)(function () { return ({
|
|
39
41
|
display: 'flex'
|
|
40
42
|
}); });
|
|
41
43
|
var BrandNameText = styled(Text, { shouldForwardProp: function (prop) { return prop !== 'isSelected'; } })(function (_a) {
|
|
42
44
|
var theme = _a.theme, isSelected = _a.isSelected;
|
|
43
|
-
return (__assign(__assign({ color: theme.palette.text.primary }, theme.typography.body2), { fontWeight: isSelected ? theme.typography.fontWeightMedium : theme.typography.fontWeightLight }));
|
|
45
|
+
return (__assign(__assign({ color: theme.palette.mode === ThemeMode.DARK ? theme.palette.common.white : theme.palette.text.primary }, theme.typography.body2), { fontWeight: isSelected ? theme.typography.fontWeightMedium : theme.typography.fontWeightLight }));
|
|
44
46
|
});
|
|
45
47
|
var BrandList = function (_a) {
|
|
46
|
-
var show = _a.show, list = _a.list, rest = __rest(_a, ["show", "list"]);
|
|
48
|
+
var show = _a.show, list = _a.list, isPopupMode = _a.isPopupMode, rest = __rest(_a, ["show", "list", "isPopupMode"]);
|
|
47
49
|
var _b = React.useState(null), anchorEl = _b[0], setAnchorEl = _b[1];
|
|
48
50
|
var t = useTranslation().t;
|
|
49
51
|
var isAr = useLanguage().isAr;
|
|
@@ -81,7 +83,9 @@ var BrandList = function (_a) {
|
|
|
81
83
|
}
|
|
82
84
|
onCloseBrandList();
|
|
83
85
|
};
|
|
84
|
-
return (_jsx(Collapse, __assign({ in: show }, { children: _jsxs(ScreenContainer, { children: [_jsx(InputSelect, { label: t('select_brand_label'), onClick: !!anchorEl ? onCloseBrandList : onOpenBrandList,
|
|
86
|
+
return (_jsx(Collapse, __assign({ in: show }, { children: _jsxs(ScreenContainer, { children: [_jsx(InputSelect, { label: t('select_brand_label'), onClick: !!anchorEl ? onCloseBrandList : onOpenBrandList, InputProps: {
|
|
87
|
+
endAdornment: _jsx(ExpandIcon, { anchorEl: !!anchorEl })
|
|
88
|
+
}, placeholder: t('choose_brand'), value: t(getBrandName(selectedBrand)) }), _jsx(DropDownStyle, __assign({ anchorEl: anchorEl, isPopupMode: isPopupMode, onClosePopup: onCloseBrandList }, { children: _jsx(SimpleList, { isPopupMode: isPopupMode, searchKeyPath: 'id', space: 140, list: list, onSelectItem: onSelectItem, renderItem: function (item) {
|
|
85
89
|
return (_jsxs(_Fragment, { children: [_jsx(BrandContainer, { children: _jsx(BrandNameText, __assign({ isSelected: getBrandId(item) === getBrandId(selectedBrand) }, { children: isOtherBrand(item) ? t(getBrandName(item)) : getBrandName(item) })) }), getBrandId(item) === getBrandId(selectedBrand) && _jsx(CheckIcon, {})] }));
|
|
86
90
|
} }) }))] }) })));
|
|
87
91
|
};
|
|
@@ -3,6 +3,7 @@ interface BrandNameProps {
|
|
|
3
3
|
show: boolean;
|
|
4
4
|
fetchingBrandName: (flag: boolean) => void;
|
|
5
5
|
brandNameChecking: boolean;
|
|
6
|
+
hasBrandList: boolean;
|
|
6
7
|
}
|
|
7
|
-
declare const _default: React.MemoExoticComponent<({ show, brandNameChecking, fetchingBrandName }: BrandNameProps) => JSX.Element>;
|
|
8
|
+
declare const _default: React.MemoExoticComponent<({ show, brandNameChecking, fetchingBrandName, hasBrandList }: BrandNameProps) => JSX.Element>;
|
|
8
9
|
export default _default;
|
|
@@ -45,63 +45,26 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
45
45
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
|
-
import { jsx as _jsx
|
|
48
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
49
49
|
import * as React from 'react';
|
|
50
50
|
import { useTranslation } from 'react-i18next';
|
|
51
51
|
import { useController, useFormContext } from 'react-hook-form';
|
|
52
|
-
import Box from '@mui/material/Box';
|
|
53
52
|
import axios from 'axios';
|
|
54
|
-
import { styled, alpha } from '@mui/material/styles';
|
|
55
|
-
import InfoIcon from '@mui/icons-material/Info';
|
|
56
|
-
import InfoOutlinedIcon from '@mui/icons-material/InfoOutlined';
|
|
57
53
|
import { ScreenContainer } from '../../../shared/Containers';
|
|
58
|
-
import
|
|
59
|
-
import Input from '../../../shared/Input';
|
|
60
|
-
import Tooltip from '../../../../components/Tooltip';
|
|
54
|
+
import Input from '../../../shared/TextField';
|
|
61
55
|
import Collapse from '../../../../components/Collapse';
|
|
62
56
|
import { checkBrandNameAvailability, connectSelector } from '../../../app/connect/connectStore';
|
|
63
57
|
import { useAppDispatch, useAppSelector } from '../../../../hooks';
|
|
64
58
|
import { debounce } from 'lodash-es';
|
|
65
59
|
import { EndAdornment } from '../../../shared/EndAdornment';
|
|
66
|
-
var LabelContainerStyled = styled(Box)(function (_a) {
|
|
67
|
-
var theme = _a.theme;
|
|
68
|
-
return ({
|
|
69
|
-
display: 'flex',
|
|
70
|
-
justifyContent: 'space-between',
|
|
71
|
-
padding: theme.spacing(0, 2.5, 1, 2.5)
|
|
72
|
-
});
|
|
73
|
-
});
|
|
74
|
-
var InputLabelStyled = styled(Text)(function (_a) {
|
|
75
|
-
var theme = _a.theme;
|
|
76
|
-
return (__assign(__assign({ color: alpha(theme.palette.text.primary, 0.6), fontWeight: theme.typography.fontWeightMedium }, theme.typography.caption), { lineHeight: theme.spacing(2.5) }));
|
|
77
|
-
});
|
|
78
|
-
var InfoOutlinedIconStyled = styled(InfoOutlinedIcon)(function (_a) {
|
|
79
|
-
var theme = _a.theme;
|
|
80
|
-
return ({
|
|
81
|
-
width: theme.spacing(2.75),
|
|
82
|
-
height: theme.spacing(2.125),
|
|
83
|
-
cursor: 'pointer',
|
|
84
|
-
color: alpha(theme.palette.text.primary, 0.4)
|
|
85
|
-
});
|
|
86
|
-
});
|
|
87
|
-
var InfoIconStyled = styled(InfoIcon)(function (_a) {
|
|
88
|
-
var theme = _a.theme;
|
|
89
|
-
return ({
|
|
90
|
-
width: theme.spacing(2.75),
|
|
91
|
-
height: theme.spacing(2.125),
|
|
92
|
-
cursor: 'pointer',
|
|
93
|
-
color: alpha(theme.palette.text.primary, 0.4)
|
|
94
|
-
});
|
|
95
|
-
});
|
|
96
60
|
var cancelToken = null;
|
|
97
61
|
var BrandName = function (_a) {
|
|
98
62
|
var _b;
|
|
99
|
-
var show = _a.show, brandNameChecking = _a.brandNameChecking, fetchingBrandName = _a.fetchingBrandName;
|
|
63
|
+
var show = _a.show, brandNameChecking = _a.brandNameChecking, fetchingBrandName = _a.fetchingBrandName, hasBrandList = _a.hasBrandList;
|
|
100
64
|
var dispatch = useAppDispatch();
|
|
101
|
-
var _c = React.useState(false), isHovered = _c[0], setIsHovered = _c[1];
|
|
102
65
|
var t = useTranslation().t;
|
|
103
66
|
var data = useAppSelector(connectSelector).data;
|
|
104
|
-
var
|
|
67
|
+
var _c = useFormContext(), control = _c.control, getValues = _c.getValues;
|
|
105
68
|
var brandControl = useController({ control: control, name: 'brandName' });
|
|
106
69
|
var brandNameValue = brandControl.field.value;
|
|
107
70
|
var error = (_b = brandControl.fieldState.error) === null || _b === void 0 ? void 0 : _b.message;
|
|
@@ -135,6 +98,8 @@ var BrandName = function (_a) {
|
|
|
135
98
|
var clearBrandName = function () {
|
|
136
99
|
brandControl.field.onChange('');
|
|
137
100
|
};
|
|
138
|
-
return (_jsx(Collapse, __assign({ in: show }, { children:
|
|
101
|
+
return (_jsx(Collapse, __assign({ in: show }, { children: _jsx(ScreenContainer, __assign({ sx: { mt: hasBrandList ? 1.5 : 0 } }, { children: _jsx(Input, { onChange: handleBrandNameChange, value: brandNameValue || '', label: t('signup_brand_name_label'), helperText: error && t(error), InputProps: {
|
|
102
|
+
endAdornment: _jsx(EndAdornment, { value: brandNameValue, loading: brandNameChecking, error: error, onClear: clearBrandName })
|
|
103
|
+
} }) })) })));
|
|
139
104
|
};
|
|
140
105
|
export default React.memo(BrandName);
|
|
@@ -16,13 +16,14 @@ import { useTranslation } from 'react-i18next';
|
|
|
16
16
|
import Collapse from '@mui/material/Collapse';
|
|
17
17
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
18
18
|
import { useAppDispatch, useAppSelector } from '../../../../hooks';
|
|
19
|
-
import { handlePrevScreenStep } from '../../../../app/settings';
|
|
19
|
+
import { handlePrevScreenStep, settingsSelector } from '../../../../app/settings';
|
|
20
20
|
import { deepCopy, sendCustomEventToGTM } from '../../../../utils';
|
|
21
21
|
import Form from '../../../../components/Form';
|
|
22
|
-
import {
|
|
22
|
+
import { ContainerWithHeader } from '../../../shared/Containers';
|
|
23
23
|
import Button from '../../../shared/Button';
|
|
24
24
|
import { clearError, connectSelector, updateLeadBrand } from '../../../app/connect/connectStore';
|
|
25
25
|
import { useLanguage } from '../../../../hooks';
|
|
26
|
+
import { DropDownMode } from '../../../../@types';
|
|
26
27
|
import { MerchantValidationSchema } from './validation';
|
|
27
28
|
import BrandName from './BrandName';
|
|
28
29
|
import TAC from './TAC';
|
|
@@ -38,9 +39,11 @@ var Merchant = function (_a) {
|
|
|
38
39
|
var _d = React.useState(false), brandNameChecking = _d[0], setBrandNameChecking = _d[1];
|
|
39
40
|
var _e = React.useState(false), isRequiredNewBrand = _e[0], setIsRequiredNewBrand = _e[1];
|
|
40
41
|
var _f = useAppSelector(connectSelector), data = _f.data, loading = _f.loading, error = _f.error;
|
|
42
|
+
var settingsData = useAppSelector(settingsSelector).data;
|
|
41
43
|
var _g = data.brandData, brandName = _g.brandName, selectedBrandItem = _g.selectedBrandItem, termAndConditionChecked = _g.termAndConditionChecked, responseBody = _g.responseBody, salesChannels = _g.salesChannels;
|
|
42
44
|
var brandList = (responseBody || {}).brand_list;
|
|
43
45
|
var _h = React.useState(), listActive = _h[0], setListActive = _h[1];
|
|
46
|
+
var isPopupMode = settingsData.dropDownOpenMode === DropDownMode.popup;
|
|
44
47
|
React.useEffect(function () {
|
|
45
48
|
sendCustomEventToGTM({
|
|
46
49
|
event: 'Send Event',
|
|
@@ -93,8 +96,9 @@ var Merchant = function (_a) {
|
|
|
93
96
|
setIsRequiredNewBrand(isOtherBrand || isNewBrand);
|
|
94
97
|
}, [isOtherBrand, isNewBrand]);
|
|
95
98
|
var handleMenuClick = function (flag) {
|
|
96
|
-
|
|
99
|
+
if (!isPopupMode)
|
|
100
|
+
setListActive(flag);
|
|
97
101
|
};
|
|
98
|
-
return (_jsx(
|
|
102
|
+
return (_jsx(ContainerWithHeader, __assign({ title: 'your_brand_details', description: 'brand_details_description', onBack: function () { return onBack(); } }, { children: _jsx(FormProvider, __assign({}, methods, { children: _jsxs(Form, __assign({ onSubmit: methods.handleSubmit(onSubmit) }, { children: [_jsx(BrandList, { isPopupMode: isPopupMode, show: hasBrandList, list: brandList, onListOpen: function () { return handleMenuClick(ListType.BrandList); }, onListClose: function () { return handleMenuClick(); } }), _jsx(BrandName, { hasBrandList: hasBrandList, show: (isNewBrand || isOtherBrand) && !listActive, brandNameChecking: brandNameChecking, fetchingBrandName: setBrandNameChecking }), _jsx(Collapse, __assign({ in: !listActive }, { children: _jsx(SalesChannels, {}) })), _jsx(TAC, { show: (isNewBrand || isOtherBrand) && !listActive }), _jsx(Collapse, __assign({ in: !listActive, timeout: 500 }, { children: _jsx(Button, __assign({ disableBack: true, disabled: disabled, isAr: isAr, error: t(error || ''), loading: loading }, { children: t('next') })) }))] })) })) })));
|
|
99
103
|
};
|
|
100
104
|
export default React.memo(Merchant);
|
|
@@ -14,7 +14,7 @@ import * as React from 'react';
|
|
|
14
14
|
import { useTranslation } from 'react-i18next';
|
|
15
15
|
import { useController, useFormContext } from 'react-hook-form';
|
|
16
16
|
import Box from '@mui/material/Box';
|
|
17
|
-
import { styled
|
|
17
|
+
import { styled } from '@mui/material/styles';
|
|
18
18
|
import Link from '@mui/material/Link';
|
|
19
19
|
import CheckBox from '../../../../components/CheckBox';
|
|
20
20
|
import { ScreenContainer } from '../../../shared/Containers';
|
|
@@ -25,41 +25,29 @@ import Collapse from '../../../../components/Collapse';
|
|
|
25
25
|
import { EXTERNAL_LINKS, TAP_WEBSITE } from '../../../../constants';
|
|
26
26
|
import { settingsSelector } from '../../../../app/settings';
|
|
27
27
|
import { useAppSelector } from '../../../../hooks';
|
|
28
|
-
var TACContainerStyled = styled(Box)(function (
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
alignItems: 'center',
|
|
34
|
-
paddingInlineStart: theme.spacing(2.5)
|
|
35
|
-
});
|
|
36
|
-
});
|
|
28
|
+
var TACContainerStyled = styled(Box)(function () { return ({
|
|
29
|
+
display: 'flex',
|
|
30
|
+
flexDirection: 'row',
|
|
31
|
+
alignItems: 'center'
|
|
32
|
+
}); });
|
|
37
33
|
var TextStyled = styled(Text)(function (_a) {
|
|
38
34
|
var theme = _a.theme;
|
|
39
|
-
return (__assign({ color:
|
|
35
|
+
return (__assign({ color: theme.palette.secondary.main, fontWeight: theme.typography.fontWeightRegular, whiteSpace: 'pre-line', height: 'fit-content' }, theme.typography.caption));
|
|
40
36
|
});
|
|
41
37
|
var LinkStyled = styled(Link)(function (_a) {
|
|
42
38
|
var theme = _a.theme;
|
|
43
39
|
return ({
|
|
44
40
|
color: theme.palette.primary.main,
|
|
45
41
|
fontWeight: theme.typography.fontWeightMedium,
|
|
46
|
-
letterSpacing: theme.spacing(0)
|
|
42
|
+
letterSpacing: theme.spacing(0),
|
|
43
|
+
textDecorationColor: theme.palette.primary.main,
|
|
44
|
+
textDecorationThickness: theme.spacing(0.125)
|
|
47
45
|
});
|
|
48
46
|
});
|
|
49
47
|
var CheckboxStyled = styled(CheckBox)(function (_a) {
|
|
50
48
|
var theme = _a.theme;
|
|
51
49
|
return ({
|
|
52
|
-
|
|
53
|
-
padding: theme.spacing(0),
|
|
54
|
-
marginInlineEnd: theme.spacing(1.5),
|
|
55
|
-
color: theme.palette.primary.main,
|
|
56
|
-
'& .MuiSvgIcon-root': {
|
|
57
|
-
fontSize: theme.spacing(3.75)
|
|
58
|
-
},
|
|
59
|
-
'&.Mui-checked': {
|
|
60
|
-
color: theme.palette.text.primary,
|
|
61
|
-
borderRadius: theme.spacing(2.5)
|
|
62
|
-
}
|
|
50
|
+
marginInlineStart: theme.spacing(-1.125)
|
|
63
51
|
});
|
|
64
52
|
});
|
|
65
53
|
var CollapseStyled = styled(Collapse)(function () { return ({
|
|
@@ -79,6 +67,6 @@ var TAC = function (_a) {
|
|
|
79
67
|
var handleTACCheckedChange = function (event, checked) {
|
|
80
68
|
tacControl.field.onChange(checked);
|
|
81
69
|
};
|
|
82
|
-
return (_jsx(Collapse, __assign({ in: show }, { children: _jsxs(ScreenContainer, { children: [_jsxs(TACContainerStyled, { children: [_jsx(CheckboxStyled, { disableRipple: true, disableFocusRipple: true, focusRipple: false, checked: tacChecked, onChange: handleTACCheckedChange }), _jsxs(TextStyled, { children: [t('read_agree_terms_and_conditions_message'), _jsx(LinkStyled, __assign({ href: isAr ? TAP_WEBSITE + countryCode + EXTERNAL_LINKS.TOS_AR : TAP_WEBSITE + countryCode + EXTERNAL_LINKS.TOS_EN, target: '_blank', underline: 'always' }, { children: t('terms_and_conditions_link_title') }))] })] }), _jsx(CollapseStyled, __assign({ in: !!warningMessage }, { children: _jsx(Warning, __assign({ warningType: 'alert' }, { children: warningMessage && t(warningMessage) })) }))] }) })));
|
|
70
|
+
return (_jsx(Collapse, __assign({ in: show }, { children: _jsxs(ScreenContainer, __assign({ sx: { mt: 3, ml: 3, mr: 3 } }, { children: [_jsxs(TACContainerStyled, { children: [_jsx(CheckboxStyled, { disableRipple: true, disableFocusRipple: true, focusRipple: false, checked: tacChecked, onChange: handleTACCheckedChange }), _jsxs(TextStyled, { children: [t('read_agree_terms_and_conditions_message'), _jsx(LinkStyled, __assign({ href: isAr ? TAP_WEBSITE + countryCode + EXTERNAL_LINKS.TOS_AR : TAP_WEBSITE + countryCode + EXTERNAL_LINKS.TOS_EN, target: '_blank', underline: 'always' }, { children: t('terms_and_conditions_link_title') }))] })] }), _jsx(CollapseStyled, __assign({ in: !!warningMessage }, { children: _jsx(Warning, __assign({ warningType: 'alert' }, { children: warningMessage && t(warningMessage) })) }))] })) })));
|
|
83
71
|
};
|
|
84
72
|
export default React.memo(TAC);
|
|
@@ -11,26 +11,25 @@ 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
|
|
14
|
+
import { useTranslation } from 'react-i18next';
|
|
15
15
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
16
|
+
import Box from '@mui/material/Box';
|
|
16
17
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
17
|
-
import {
|
|
18
|
-
import
|
|
18
|
+
import { styled } from '@mui/material/styles';
|
|
19
|
+
import Divider from '@mui/material/Divider';
|
|
19
20
|
import Collapse from '../../../../components/Collapse';
|
|
20
21
|
import Form from '../../../../components/Form';
|
|
21
|
-
import
|
|
22
|
-
import {
|
|
23
|
-
import { handlePrevScreenStep, settingsSelector } from '../../../../app/settings';
|
|
24
|
-
import ScreenContainer from '../../../shared/Containers/ScreenContainer';
|
|
25
|
-
import { clearError, connectSelector, createMobileAuth, resetNIDScreen, resetCivilScreen, resetOTPScreen, resetStore } from '../../../app/connect/connectStore';
|
|
26
|
-
import { useLanguage } from '../../../../hooks';
|
|
27
|
-
import Divider from '@mui/material/Divider';
|
|
22
|
+
import { DropDownMode } from '../../../../@types';
|
|
23
|
+
import { ICONS_NAMES } from '../../../../constants';
|
|
28
24
|
import { deepCopy, isKW, sendCustomEventToGTM } from '../../../../utils';
|
|
29
25
|
import Text from '../../../../components/Text';
|
|
30
|
-
import
|
|
26
|
+
import { useAppDispatch, useAppSelector, useSetFromDefaultValues, useLanguage } from '../../../../hooks';
|
|
27
|
+
import { handlePrevScreenStep, settingsSelector } from '../../../../app/settings';
|
|
28
|
+
import { clearError, connectSelector, createMobileAuth, resetNIDScreen, resetCivilScreen, resetOTPScreen, resetStore } from '../../../app/connect/connectStore';
|
|
29
|
+
import Button, { AbsherButton, MobileButton } from '../../../shared/Button';
|
|
30
|
+
import { ContainerWithHeader } from '../../../shared/Containers';
|
|
31
31
|
import MobileNumber from './MobileNumber';
|
|
32
32
|
import { PhoneValidationSchema } from './validation';
|
|
33
|
-
import { ICONS_NAMES } from '../../../../constants';
|
|
34
33
|
var FormStyled = styled(Form)(function () { return ({
|
|
35
34
|
display: 'flex',
|
|
36
35
|
flexDirection: 'column'
|
|
@@ -47,14 +46,14 @@ var InputsContainerStyled = styled(Box)(function (_a) {
|
|
|
47
46
|
var TextStyled = styled(Text)(function (_a) {
|
|
48
47
|
var theme = _a.theme;
|
|
49
48
|
return ({
|
|
50
|
-
color:
|
|
49
|
+
color: theme.palette.info.contrastText
|
|
51
50
|
});
|
|
52
51
|
});
|
|
53
52
|
var DividerStyled = styled(Divider)(function (_a) {
|
|
54
53
|
var theme = _a.theme;
|
|
55
54
|
return ({
|
|
56
55
|
width: '45%',
|
|
57
|
-
borderColor:
|
|
56
|
+
borderColor: theme.palette.divider,
|
|
58
57
|
marginBlockEnd: theme.spacing(0.62)
|
|
59
58
|
});
|
|
60
59
|
});
|
|
@@ -63,9 +62,8 @@ var OrBoxStyled = styled(Box)(function (_a) {
|
|
|
63
62
|
return ({
|
|
64
63
|
display: 'flex',
|
|
65
64
|
justifyContent: 'space-between',
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
marginInline: theme.spacing(2.5)
|
|
65
|
+
margin: theme.spacing(3),
|
|
66
|
+
marginTop: theme.spacing(0)
|
|
69
67
|
});
|
|
70
68
|
});
|
|
71
69
|
var ListType;
|
|
@@ -80,6 +78,7 @@ var Mobile = function (_a) {
|
|
|
80
78
|
var _d = React.useState(), listType = _d[0], setListType = _d[1];
|
|
81
79
|
var dispatch = useAppDispatch();
|
|
82
80
|
var _e = data.mobileData, mobile = _e.mobile, countryCode = _e.countryCode, termAndConditionChecked = _e.termAndConditionChecked;
|
|
81
|
+
var isPopupMode = settingsStore.data.dropDownOpenMode === DropDownMode.popup;
|
|
83
82
|
var methods = useForm({
|
|
84
83
|
resolver: yupResolver(PhoneValidationSchema),
|
|
85
84
|
defaultValues: {
|
|
@@ -93,7 +92,8 @@ var Mobile = function (_a) {
|
|
|
93
92
|
var t = useTranslation().t;
|
|
94
93
|
var isAr = useLanguage().isAr;
|
|
95
94
|
var handleMenuListClick = function (flag) {
|
|
96
|
-
|
|
95
|
+
if (!isPopupMode)
|
|
96
|
+
setListType(flag);
|
|
97
97
|
};
|
|
98
98
|
React.useEffect(function () {
|
|
99
99
|
dispatch(resetOTPScreen());
|
|
@@ -123,8 +123,6 @@ var Mobile = function (_a) {
|
|
|
123
123
|
var isCountryListActive = listType === ListType.CountryCodeList;
|
|
124
124
|
var listActive = isBusinessListActive || isCountryListActive;
|
|
125
125
|
var disabled = !methods.formState.isValid || !!error;
|
|
126
|
-
|
|
127
|
-
var subTitle = t('ide_terms_and_conditions_description');
|
|
128
|
-
return (_jsxs(ScreenContainer, { children: [(title || subTitle) && _jsx(MIDTitle, { show: !listActive, title: title, description: subTitle }), _jsx(FormProvider, __assign({}, methods, { children: _jsxs(FormStyled, __assign({ onSubmit: methods.handleSubmit(onSubmit) }, { children: [_jsx(InputsContainerStyled, { children: _jsx(MobileNumber, { show: !isBusinessListActive, countries: settingsStore.data.countries, onListOpen: function () { return handleMenuListClick(ListType.CountryCodeList); }, onListClose: function () { return handleMenuListClick(); } }) }), _jsxs(Collapse, __assign({ in: !listActive }, { children: [_jsx(Button, __assign({ onBackClicked: function () { return onBack(); }, isAr: isAr, disableBack: true, disabled: disabled || settingsStore.loading, loading: loading, error: t(error || '') }, { children: t('next') })), _jsxs(Collapse, __assign({ in: !methods.formState.isValid }, { children: [_jsxs(OrBoxStyled, { children: [_jsx(DividerStyled, {}), _jsx(TextStyled, { children: t('or') }), _jsx(DividerStyled, {})] }), isKWCountry ? (_jsx(MobileButton, __assign({ disabled: settingsStore.loading || loading, onClick: function () { return onBack(); }, icon: ICONS_NAMES.PACI_ICON }, { children: t('paci_button_label') }))) : (_jsx(AbsherButton, __assign({ disabled: settingsStore.loading || loading, onClick: function () { return onBack(); } }, { children: t('absher_button_label') })))] }))] }))] })) }))] }));
|
|
126
|
+
return (_jsx(ContainerWithHeader, __assign({ title: 'get_started', description: 'mobile_number_description' }, { children: _jsx(FormProvider, __assign({}, methods, { children: _jsxs(FormStyled, __assign({ onSubmit: methods.handleSubmit(onSubmit) }, { children: [_jsx(InputsContainerStyled, { children: _jsx(MobileNumber, { isPopupMode: isPopupMode, show: !isBusinessListActive, countries: settingsStore.data.countries, onListOpen: function () { return handleMenuListClick(ListType.CountryCodeList); }, onListClose: function () { return handleMenuListClick(); } }) }), _jsxs(Collapse, __assign({ in: !listActive }, { children: [_jsx(Button, __assign({ sx: { mb: 2.625, mt: 5 }, onBackClicked: function () { return onBack(); }, isAr: isAr, disableBack: true, disabled: disabled || settingsStore.loading, loading: loading, error: t(error || '') }, { children: t('next') })), _jsxs(Collapse, __assign({ in: !methods.formState.isValid }, { children: [_jsxs(OrBoxStyled, { children: [_jsx(DividerStyled, {}), _jsx(TextStyled, { children: t('or') }), _jsx(DividerStyled, {})] }), isKWCountry ? (_jsx(MobileButton, __assign({ disabled: settingsStore.loading || loading, onClick: function () { return onBack(); }, icon: ICONS_NAMES.PACI_ICON }, { children: t('paci_button_label') }))) : (_jsx(AbsherButton, __assign({ disabled: settingsStore.loading || loading, onClick: function () { return onBack(); } }, { children: t('absher_button_label') })))] }))] }))] })) })) })));
|
|
129
127
|
};
|
|
130
128
|
export default React.memo(Mobile);
|