@tap-payments/auth-jsconnect 2.0.53-test → 2.0.55-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 +24 -10
- 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.d.ts +31 -8
- package/build/api/data.js +36 -15
- package/build/api/entity.js +1 -1
- package/build/api/firebase.js +1 -1
- package/build/api/individual.d.ts +1 -1
- package/build/api/individual.js +1 -1
- package/build/api/ip.js +1 -1
- package/build/api/lead.d.ts +1 -1
- package/build/api/lead.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/app/store.d.ts +1 -1
- package/build/components/AnimationFlow/AnimationFlow.js +1 -1
- package/build/components/AnimationFlow/Dialog.js +3 -3
- 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 +1 -1
- package/build/components/SocialMediaGroup/SocialMediaGroup.d.ts +1 -1
- package/build/components/SocialMediaGroup/SocialMediaGroup.js +2 -2
- package/build/constants/api.js +5 -5
- package/build/constants/app.d.ts +1 -1
- package/build/constants/app.js +1 -1
- package/build/features/app/auth/authStore.d.ts +2 -2
- package/build/features/app/auth/authStore.js +2 -2
- package/build/features/app/bank/bankStore.d.ts +2 -2
- package/build/features/app/bank/bankStore.js +4 -4
- package/build/features/app/business/businessStore.d.ts +2 -2
- package/build/features/app/business/businessStore.js +42 -36
- package/build/features/app/connect/connectStore.d.ts +2 -2
- package/build/features/app/connect/connectStore.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.d.ts +2 -2
- package/build/features/app/individual/individualStore.js +23 -15
- package/build/features/app/otp/otpStore.d.ts +2 -2
- package/build/features/app/otp/otpStore.js +4 -4
- 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 +4 -4
- package/build/features/app/tax/taxStore.d.ts +2 -2
- package/build/features/app/tax/taxStore.js +5 -5
- package/build/features/auth/Auth.d.ts +1 -1
- package/build/features/auth/Auth.js +10 -10
- package/build/features/auth/screens/OTP/OTP.js +8 -8
- package/build/features/auth/screens/OTP/OTPInput.js +3 -3
- 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 +7 -7
- package/build/features/bank/screens/BankDetails/BankName.js +8 -8
- package/build/features/bank/screens/BankDetails/BankStatement.js +5 -5
- package/build/features/bank/screens/BankDetails/Beneficiary.js +7 -7
- package/build/features/bank/screens/BankDetails/ConfirmPolicy.js +5 -5
- package/build/features/bank/screens/BankDetails/IBAN.js +8 -8
- package/build/features/bank/screens/BankDetails/validation.js +1 -1
- package/build/features/bank/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/bank/screens/Success/Success.js +3 -3
- package/build/features/bank/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
- package/build/features/bank/screens/Verify/OTPInput.js +4 -4
- package/build/features/bank/screens/Verify/Verify.js +9 -9
- 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.d.ts +1 -1
- package/build/features/business/screens/Activities/ActivitiesList.js +9 -9
- package/build/features/business/screens/Activities/LicenseName.js +6 -6
- package/build/features/business/screens/Activities/OperationStartDate.js +4 -4
- package/build/features/business/screens/Activities/SalesChannels.d.ts +1 -1
- package/build/features/business/screens/Activities/SalesChannels.js +7 -7
- package/build/features/business/screens/BusinessType/BusinessType.js +8 -8
- package/build/features/business/screens/BusinessType/LicenseList.js +10 -10
- package/build/features/business/screens/BusinessType/LicenseNumber.js +8 -8
- 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/Customers/CustomerLocations.d.ts +1 -1
- package/build/features/business/screens/Customers/CustomerLocations.js +33 -15
- package/build/features/business/screens/Customers/Customers.js +8 -8
- package/build/features/business/screens/Customers/ExpectedCustomers.js +22 -10
- package/build/features/business/screens/Customers/ExpectedSalesRange.js +39 -21
- package/build/features/business/screens/Customers/RefundPolicy.d.ts +1 -1
- package/build/features/business/screens/Customers/RefundPolicy.js +7 -7
- package/build/features/business/screens/Customers/TransactionPolicy.js +5 -5
- package/build/features/business/screens/IDBOD/DOB.js +5 -5
- package/build/features/business/screens/IDBOD/ID.js +6 -6
- 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 +1 -1
- package/build/features/business/screens/Success/Success.js +3 -3
- package/build/features/business/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
- package/build/features/business/screens/Verify/OTPInput.js +4 -4
- package/build/features/business/screens/Verify/Verify.js +9 -9
- 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 +7 -7
- package/build/features/connect/screens/Individual/Email.js +7 -7
- package/build/features/connect/screens/Individual/Individual.js +10 -10
- package/build/features/connect/screens/Individual/MobileNumber.d.ts +1 -1
- package/build/features/connect/screens/Individual/MobileNumber.js +11 -11
- package/build/features/connect/screens/Individual/Name.js +6 -6
- 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 +8 -8
- package/build/features/connect/screens/Merchant/BrandName.js +10 -10
- package/build/features/connect/screens/Merchant/Merchant.js +9 -9
- package/build/features/connect/screens/Merchant/SalesChannels.d.ts +1 -1
- package/build/features/connect/screens/Merchant/SalesChannels.js +7 -7
- package/build/features/connect/screens/Merchant/SocialMedia.js +9 -9
- package/build/features/connect/screens/Merchant/TAC.js +7 -7
- package/build/features/connect/screens/Merchant/validation.js +1 -1
- package/build/features/connect/screens/Mobile/Mobile.js +10 -10
- 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 +8 -8
- package/build/features/connect/screens/NID/NID.js +8 -8
- package/build/features/connect/screens/OTP/OTP.js +9 -9
- package/build/features/connect/screens/OTP/OTPInput.js +4 -4
- package/build/features/connect/screens/ThankYou/ThankYou.js +1 -1
- package/build/features/connect/screens/VerifyPACI/VerifyPACI.js +8 -8
- package/build/features/connect/screens/VerifyPACI/VerifyPACILoading.js +3 -3
- package/build/features/connect/screens/VerifyPACI/VerifyPACISuccess.js +1 -1
- package/build/features/entity/Entity.d.ts +1 -1
- package/build/features/entity/Entity.js +10 -10
- package/build/features/entity/screens/EntityInfoConfirm/ActivitiesList.d.ts +1 -1
- package/build/features/entity/screens/EntityInfoConfirm/ActivitiesList.js +9 -9
- package/build/features/entity/screens/EntityInfoConfirm/EntityInfo.js +7 -7
- package/build/features/entity/screens/EntityInfoConfirm/LicenseName.js +4 -4
- package/build/features/entity/screens/EntityInfoConfirm/LicenseNumber.js +5 -5
- package/build/features/entity/screens/EntityInfoConfirm/OperationStartDate.js +5 -5
- package/build/features/entity/screens/EntityInfoConfirm/SalesChannels.d.ts +1 -1
- package/build/features/entity/screens/EntityInfoConfirm/SalesChannels.js +7 -7
- package/build/features/entity/screens/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/entity/screens/Success/Success.js +3 -3
- package/build/features/entity/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
- package/build/features/entity/screens/Verify/OTPInput.js +4 -4
- package/build/features/entity/screens/Verify/Verify.js +9 -9
- package/build/features/featuresScreens.d.ts +1 -1
- package/build/features/featuresScreens.js +49 -49
- 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 +9 -9
- package/build/features/individual/screens/AdditionalIndividualInfo/EmployerLocation.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/EmployerLocation.js +8 -8
- package/build/features/individual/screens/AdditionalIndividualInfo/EmployerName.js +6 -6
- package/build/features/individual/screens/AdditionalIndividualInfo/InfluencerSwitch.js +6 -6
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/MonthlyIncome.js +23 -12
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.d.ts +1 -1
- package/build/features/individual/screens/AdditionalIndividualInfo/Occupation.js +19 -11
- package/build/features/individual/screens/AdditionalIndividualInfo/PEPSwitch.js +6 -6
- 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/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/individual/screens/ShowIndividualInfo/ShowOwnerInfo.js +6 -6
- package/build/features/individual/screens/ShowIndividualInfo/info.js +1 -1
- package/build/features/individual/screens/Success/Success.js +3 -3
- package/build/features/individual/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
- package/build/features/individual/screens/Verify/OTPInput.js +4 -4
- package/build/features/individual/screens/Verify/Verify.js +9 -9
- package/build/features/otp/OTP.d.ts +1 -1
- package/build/features/otp/OTP.js +9 -9
- package/build/features/otp/screens/OTPVerify/OTPInput.js +4 -4
- package/build/features/otp/screens/OTPVerify/Verify.js +5 -5
- 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 +1 -1
- package/build/features/password/screens/Success/Success.js +4 -4
- package/build/features/password/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
- package/build/features/password/screens/Verify/OTPInput.js +4 -4
- package/build/features/password/screens/Verify/Verify.js +9 -9
- package/build/features/shared/AcceptancePayouts/AcceptancePayouts.js +4 -4
- 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 +2 -2
- package/build/features/shared/Button/FlowsButtons.d.ts +2 -2
- package/build/features/shared/Button/FlowsButtons.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/Dialog/CloseDialog.js +2 -2
- package/build/features/shared/Dialog/DialogContainer.js +2 -2
- package/build/features/shared/Footer/Footer.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/Search/Search.js +1 -1
- package/build/features/shared/SearchIcon/SearchIcon.js +2 -2
- package/build/features/shared/SuccessScreen/SuccessScreen.js +5 -5
- package/build/features/shared/UploadFile/UploadFile.js +10 -10
- 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/ResetPasswordSuccess/ResetPasswordSuccess.js +1 -1
- package/build/features/tax/screens/Success/Success.js +3 -3
- package/build/features/tax/screens/SuccessWithFlowButtons/SuccessWithFlowButtons.js +9 -9
- package/build/features/tax/screens/TaxDetails/ConfirmPolicy.js +5 -5
- package/build/features/tax/screens/TaxDetails/TaxDetails.js +6 -6
- package/build/features/tax/screens/TaxDetails/VATId.js +5 -5
- package/build/features/tax/screens/Verify/OTPInput.js +4 -4
- package/build/features/tax/screens/Verify/Verify.js +9 -9
- 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/useErrorListener.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/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 +1 -1
- package/build/utils/locale.d.ts +1 -1
- package/build/utils/locale.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 +129 -129
- package/build/api/index.d.ts +0 -87
- package/build/components/DatePicker/customStyle.css +0 -86
- package/build/index.css +0 -140
|
@@ -50,14 +50,14 @@ import Box from '@mui/material/Box/Box';
|
|
|
50
50
|
import { styled } from '@mui/material/styles';
|
|
51
51
|
import * as React from 'react';
|
|
52
52
|
import { useTranslation } from 'react-i18next';
|
|
53
|
-
import Text from '
|
|
54
|
-
import { connectSelector, verifyPACI as verifyPACIFun } from '
|
|
55
|
-
import { handlePrevScreenStep } from '
|
|
56
|
-
import { ScreenContainer } from '
|
|
57
|
-
import { MobileButton } from '
|
|
58
|
-
import { useAppDispatch, useAppSelector } from '
|
|
59
|
-
import Icon from '
|
|
60
|
-
import { mobileOS } from '
|
|
53
|
+
import Text from '@components/Text';
|
|
54
|
+
import { connectSelector, verifyPACI as verifyPACIFun } from '@features/app/connect/connectStore';
|
|
55
|
+
import { handlePrevScreenStep } from '@app/settings';
|
|
56
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
57
|
+
import { MobileButton } from '@features/shared/Button';
|
|
58
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
59
|
+
import Icon from '@src/components/Icon';
|
|
60
|
+
import { mobileOS } from '@utils';
|
|
61
61
|
import VerifyPACILoading from './VerifyPACILoading';
|
|
62
62
|
import VerifyPACISuccess from './VerifyPACISuccess';
|
|
63
63
|
var VerifyPACITitleContainerStyled = styled(Box)(function (_a) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { memo } from 'react';
|
|
3
3
|
import { styled } from '@mui/material/styles';
|
|
4
|
-
import LottieFile, { LottieAnimationFiles } from '
|
|
5
|
-
import { ICONS_NAMES } from '
|
|
6
|
-
import Icon from '
|
|
4
|
+
import LottieFile, { LottieAnimationFiles } from '@src/components/Lottie';
|
|
5
|
+
import { ICONS_NAMES } from '@src/constants';
|
|
6
|
+
import Icon from '@src/components/Icon';
|
|
7
7
|
var IconStyled = styled(Icon)(function (_a) {
|
|
8
8
|
var theme = _a.theme;
|
|
9
9
|
return ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { memo } from 'react';
|
|
3
|
-
import LottieFile, { LottieAnimationFiles } from '
|
|
3
|
+
import LottieFile, { LottieAnimationFiles } from '@src/components/Lottie';
|
|
4
4
|
var VerifyPACISuccess = function () {
|
|
5
5
|
return (_jsx(_Fragment, { children: _jsx(LottieFile, { loop: false, file: LottieAnimationFiles.success, width: '90%' }) }));
|
|
6
6
|
};
|
|
@@ -11,18 +11,18 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { memo, useEffect } from 'react';
|
|
14
|
-
import { useAppTheme, useAppDispatch, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener } from '
|
|
15
|
-
import { handleLanguage, settingsSelector } from '
|
|
16
|
-
import AnimationFlow from '
|
|
17
|
-
import { store } from '
|
|
18
|
-
import { ReduxProvider, ThemeProvider } from '
|
|
19
|
-
import Collapse from '
|
|
20
|
-
import { getParameterByName, reactElement, removeElement } from '
|
|
21
|
-
import { FeatureContainer } from '
|
|
22
|
-
import { DIALOG_ID, ENTITY_SCREENS_NAVIGATION } from '
|
|
14
|
+
import { useAppTheme, useAppDispatch, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener } from '@hooks';
|
|
15
|
+
import { handleLanguage, settingsSelector } from '@app/settings';
|
|
16
|
+
import AnimationFlow from '@components/AnimationFlow';
|
|
17
|
+
import { store } from '@app/store';
|
|
18
|
+
import { ReduxProvider, ThemeProvider } from '@components/Providers';
|
|
19
|
+
import Collapse from '@components/Collapse';
|
|
20
|
+
import { getParameterByName, reactElement, removeElement } from '@utils';
|
|
21
|
+
import { FeatureContainer } from '@features/shared/Containers';
|
|
22
|
+
import { DIALOG_ID, ENTITY_SCREENS_NAVIGATION } from '@constants';
|
|
23
23
|
import { entityFeatureScreens } from '../featuresScreens';
|
|
24
24
|
import CustomFooter from '../shared/Footer';
|
|
25
|
-
import { entitySelector, verifyLeadToken } from '
|
|
25
|
+
import { entitySelector, verifyLeadToken } from '@features/app/entity/entityStore';
|
|
26
26
|
import Background from '../shared/Background';
|
|
27
27
|
var Entity = memo(function (props) {
|
|
28
28
|
var theme = useAppTheme().theme;
|
|
@@ -12,7 +12,7 @@ export declare const InputLabelStyled: import("@emotion/styled").StyledComponent
|
|
|
12
12
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof React.HTMLAttributes<HTMLSpanElement>> & {
|
|
13
13
|
ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | null | undefined;
|
|
14
14
|
}, keyof import("@mui/material/OverridableComponent").CommonProps | ("border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform") | "children" | "sx" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
15
|
-
export declare const InputStyled: import("@emotion/styled").StyledComponent<Pick<import("
|
|
15
|
+
export declare const InputStyled: import("@emotion/styled").StyledComponent<Pick<import("@components/Input").InputProps, "name" | "type" | "className" | "style" | "classes" | "color" | "margin" | "translate" | "slot" | "title" | "ref" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "size" | "disabled" | "error" | "components" | "componentsProps" | "value" | "autoFocus" | "fullWidth" | "required" | "rows" | "inputProps" | "inputRef" | "readOnly" | "autoComplete" | "disableInjectingGlobalStyles" | "endAdornment" | "inputComponent" | "multiline" | "renderSuffix" | "maxRows" | "minRows" | "startAdornment" | "disableUnderline" | "onEnterPressed" | "warningMessage"> & {
|
|
16
16
|
placeholder?: string | undefined;
|
|
17
17
|
hide?: boolean | undefined;
|
|
18
18
|
warningType?: "alert" | "error" | "hint" | undefined;
|
|
@@ -33,17 +33,17 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-run
|
|
|
33
33
|
import * as React from 'react';
|
|
34
34
|
import Box from '@mui/material/Box';
|
|
35
35
|
import { alpha, styled } from '@mui/material/styles';
|
|
36
|
-
import Text from '
|
|
37
|
-
import Input from '
|
|
36
|
+
import Text from '@components/Text';
|
|
37
|
+
import Input from '@components/Input';
|
|
38
38
|
import { useTranslation } from 'react-i18next';
|
|
39
39
|
import { useController, useFormContext } from 'react-hook-form';
|
|
40
|
-
import { useLanguage, useAppSelector } from '
|
|
41
|
-
import { BusinessType } from '
|
|
42
|
-
import Collapse from '
|
|
43
|
-
import SimpleList from '
|
|
44
|
-
import ExpandIcon from '
|
|
45
|
-
import { ScreenContainer } from '
|
|
46
|
-
import { entitySelector } from '
|
|
40
|
+
import { useLanguage, useAppSelector } from '@hooks';
|
|
41
|
+
import { BusinessType } from '@types';
|
|
42
|
+
import Collapse from '@components/Collapse';
|
|
43
|
+
import SimpleList from '@components/SimpleList';
|
|
44
|
+
import ExpandIcon from '@components/ExpandIcon';
|
|
45
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
46
|
+
import { entitySelector } from '@features/app/entity/entityStore';
|
|
47
47
|
import CheckIcon from '@mui/icons-material/Check';
|
|
48
48
|
export var InputLabelStyled = styled(Text)(function (_a) {
|
|
49
49
|
var theme = _a.theme;
|
|
@@ -10,21 +10,21 @@ 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 { ScreenContainer } from '
|
|
13
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
14
14
|
import LicenseName from './LicenseName';
|
|
15
15
|
import * as React from 'react';
|
|
16
16
|
import LicenseNumber from './LicenseNumber';
|
|
17
17
|
import ActivitiesList from './ActivitiesList';
|
|
18
|
-
import { useAppDispatch, useAppSelector, useLanguage } from '
|
|
19
|
-
import { entitySelector, updateEntityInfo } from '
|
|
18
|
+
import { useAppDispatch, useAppSelector, useLanguage } from '@src/hooks';
|
|
19
|
+
import { entitySelector, updateEntityInfo } from '@features/app/entity/entityStore';
|
|
20
20
|
import { FormProvider, useForm } from 'react-hook-form';
|
|
21
21
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
22
|
-
import { handlePrevScreenStep } from '
|
|
22
|
+
import { handlePrevScreenStep } from '@app/settings';
|
|
23
23
|
import { styled } from '@mui/system';
|
|
24
24
|
import { EntityInfoValidationSchema } from './validation';
|
|
25
|
-
import Form from '
|
|
26
|
-
import Collapse from '
|
|
27
|
-
import Button from '
|
|
25
|
+
import Form from '@components/Form';
|
|
26
|
+
import Collapse from '@components/Collapse';
|
|
27
|
+
import Button from '@features/shared/Button';
|
|
28
28
|
import { useTranslation } from 'react-i18next';
|
|
29
29
|
import OperationStartDate from './OperationStartDate';
|
|
30
30
|
var FormStyled = styled(Form)(function () { return ({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { useTranslation } from 'react-i18next';
|
|
4
|
-
import { ScreenContainer } from '
|
|
5
|
-
import Input from '
|
|
6
|
-
import { useAppSelector, useLanguage } from '
|
|
7
|
-
import { entitySelector } from '
|
|
4
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
5
|
+
import Input from '@features/shared/Input';
|
|
6
|
+
import { useAppSelector, useLanguage } from '@hooks';
|
|
7
|
+
import { entitySelector } from '@features/app/entity/entityStore';
|
|
8
8
|
var LicenseName = function (_a) {
|
|
9
9
|
var _b, _c, _d;
|
|
10
10
|
var t = useTranslation().t;
|
|
@@ -12,11 +12,11 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import { useTranslation } from 'react-i18next';
|
|
15
|
-
import { ScreenContainer } from '
|
|
16
|
-
import Input from '
|
|
17
|
-
import Collapse from '
|
|
18
|
-
import { useAppSelector } from '
|
|
19
|
-
import { entitySelector } from '
|
|
15
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
16
|
+
import Input from '@features/shared/Input';
|
|
17
|
+
import Collapse from '@components/Collapse';
|
|
18
|
+
import { useAppSelector } from '@hooks';
|
|
19
|
+
import { entitySelector } from '@features/app/entity/entityStore';
|
|
20
20
|
var LicenseNumber = function (_a) {
|
|
21
21
|
var _b, _c;
|
|
22
22
|
var t = useTranslation().t;
|
|
@@ -12,11 +12,11 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import { jsx as _jsx, Fragment as _Fragment, 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 Input from '
|
|
16
|
-
import { ScreenContainer } from '
|
|
17
|
-
import { useAppDispatch, useAppSelector } from '
|
|
18
|
-
import { entitySelector, clearError } from '
|
|
19
|
-
import DatePicker from '
|
|
15
|
+
import Input from '@features/shared/Input';
|
|
16
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
17
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
18
|
+
import { entitySelector, clearError } from '@features/app/entity/entityStore';
|
|
19
|
+
import DatePicker from '@src/components/DatePicker';
|
|
20
20
|
import { InputLabelStyled } from './ActivitiesList';
|
|
21
21
|
var OperationStartDate = function (_a) {
|
|
22
22
|
var _b, _c, _d;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
export declare const MandatoryStyled: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
3
|
-
export declare const CollapseStyled: import("@emotion/styled").StyledComponent<import("
|
|
3
|
+
export declare const CollapseStyled: import("@emotion/styled").StyledComponent<import("@components/Collapse").CollapseProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
4
4
|
declare const SalesChannels: () => JSX.Element;
|
|
5
5
|
export default SalesChannels;
|
|
@@ -24,13 +24,13 @@ import Box from '@mui/material/Box';
|
|
|
24
24
|
import { alpha, styled } from '@mui/material/styles';
|
|
25
25
|
import { useTranslation } from 'react-i18next';
|
|
26
26
|
import { useController, useFormContext } from 'react-hook-form';
|
|
27
|
-
import { useLanguage, useAppSelector, useAppDispatch } from '
|
|
28
|
-
import Text from '
|
|
29
|
-
import { entitySelector, clearError } from '
|
|
30
|
-
import CheckBox from '
|
|
31
|
-
import Warning from '
|
|
32
|
-
import Collapse from '
|
|
33
|
-
import { ScreenContainer } from '
|
|
27
|
+
import { useLanguage, useAppSelector, useAppDispatch } from '@hooks';
|
|
28
|
+
import Text from '@components/Text';
|
|
29
|
+
import { entitySelector, clearError } from '@features/app/entity/entityStore';
|
|
30
|
+
import CheckBox from '@components/CheckBox';
|
|
31
|
+
import Warning from '@components/Warning';
|
|
32
|
+
import Collapse from '@components/Collapse';
|
|
33
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
34
34
|
var InputLabelStyled = styled(Text)(function (_a) {
|
|
35
35
|
var theme = _a.theme;
|
|
36
36
|
return (__assign({ margin: theme.spacing(2.5, 2.5, 0.5, 2.5), color: alpha(theme.palette.text.primary, 0.4) }, theme.typography.caption));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { useTranslation } from 'react-i18next';
|
|
4
|
-
import SuccessScreen from '
|
|
4
|
+
import SuccessScreen from '@features/shared/SuccessScreen';
|
|
5
5
|
var ResetPasswordSuccess = function (_a) {
|
|
6
6
|
var t = useTranslation().t;
|
|
7
7
|
return (_jsx(SuccessScreen, { title: t("reset_password_success_title"), description: t("reset_password_success_description"), showEmailProviders: true }));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { useTranslation } from 'react-i18next';
|
|
4
|
-
import { useAppDispatch, useAppSelector } from '
|
|
5
|
-
import { updateBoardSuccess, entitySelector } from '
|
|
6
|
-
import SuccessScreen from '
|
|
4
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
5
|
+
import { updateBoardSuccess, entitySelector } from '@features/app/entity/entityStore';
|
|
6
|
+
import SuccessScreen from '@features/shared/SuccessScreen';
|
|
7
7
|
var Success = function (_a) {
|
|
8
8
|
var t = useTranslation().t;
|
|
9
9
|
var dispatch = useAppDispatch();
|
|
@@ -13,16 +13,16 @@ import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
|
13
13
|
import { memo, useEffect, useState } from 'react';
|
|
14
14
|
import { useTranslation } from 'react-i18next';
|
|
15
15
|
import { styled } from '@mui/material/styles';
|
|
16
|
-
import { FlowsButtons } from '
|
|
17
|
-
import { ICONS_NAMES, PASSWORD_OPERATION_TYPE } from '
|
|
18
|
-
import { useAppSelector, useLanguage } from '
|
|
19
|
-
import { getResetFlowUrl, showLastFour } from '
|
|
20
|
-
import { entitySelector } from '
|
|
16
|
+
import { FlowsButtons } from '@features/shared/Button';
|
|
17
|
+
import { ICONS_NAMES, PASSWORD_OPERATION_TYPE } from '@constants';
|
|
18
|
+
import { useAppSelector, useLanguage } from '@hooks';
|
|
19
|
+
import { getResetFlowUrl, showLastFour } from '@utils';
|
|
20
|
+
import { entitySelector } from '@features/app/entity/entityStore';
|
|
21
21
|
import Box from '@mui/material/Box';
|
|
22
|
-
import Text from '
|
|
23
|
-
import Container from '
|
|
24
|
-
import AcceptancePayouts from '
|
|
25
|
-
import { settingsSelector } from '
|
|
22
|
+
import Text from '@components/Text';
|
|
23
|
+
import Container from '@features/shared/Containers/ScreenContainer';
|
|
24
|
+
import AcceptancePayouts from '@features/shared/AcceptancePayouts';
|
|
25
|
+
import { settingsSelector } from '@app/settings';
|
|
26
26
|
var TitleStyled = styled(Text)(function (_a) {
|
|
27
27
|
var _b;
|
|
28
28
|
var theme = _a.theme;
|
|
@@ -13,12 +13,12 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
import Box from '@mui/material/Box/Box';
|
|
15
15
|
import { styled } from '@mui/material/styles';
|
|
16
|
-
import OTPField from '
|
|
16
|
+
import OTPField from '@features/shared/OTP';
|
|
17
17
|
import { useController, useFormContext } from 'react-hook-form';
|
|
18
18
|
import { useTranslation } from 'react-i18next';
|
|
19
|
-
import { DEFAULT_TIMER_VALUE } from '
|
|
20
|
-
import { useAppDispatch } from '
|
|
21
|
-
import { resendOTP } from '
|
|
19
|
+
import { DEFAULT_TIMER_VALUE } from '@constants';
|
|
20
|
+
import { useAppDispatch } from '@hooks';
|
|
21
|
+
import { resendOTP } from '@features/app/entity/entityStore';
|
|
22
22
|
var BoxStyled = styled(Box)(function (_a) {
|
|
23
23
|
var theme = _a.theme;
|
|
24
24
|
return ({
|
|
@@ -11,20 +11,20 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
13
|
import * as React from 'react';
|
|
14
|
-
import { useAppDispatch } from '
|
|
14
|
+
import { useAppDispatch } from '@hooks';
|
|
15
15
|
import { useTranslation } from 'react-i18next';
|
|
16
16
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
17
17
|
import { yupResolver } from '@hookform/resolvers/yup';
|
|
18
18
|
import Box from '@mui/material/Box/Box';
|
|
19
19
|
import { styled } from '@mui/material/styles';
|
|
20
|
-
import { handlePrevScreenStep } from '
|
|
21
|
-
import { useLanguage, useAppSelector } from '
|
|
22
|
-
import { maskPhone } from '
|
|
23
|
-
import Form from '
|
|
24
|
-
import Text from '
|
|
25
|
-
import { ScreenContainer } from '
|
|
26
|
-
import { entitySelector, clearError, resetOTPScreen, verifyEntityLeadOTP } from '
|
|
27
|
-
import Button from '
|
|
20
|
+
import { handlePrevScreenStep } from '@app/settings';
|
|
21
|
+
import { useLanguage, useAppSelector } from '@hooks';
|
|
22
|
+
import { maskPhone } from '@utils';
|
|
23
|
+
import Form from '@components/Form';
|
|
24
|
+
import Text from '@components/Text';
|
|
25
|
+
import { ScreenContainer } from '@features/shared/Containers';
|
|
26
|
+
import { entitySelector, clearError, resetOTPScreen, verifyEntityLeadOTP } from '@features/app/entity/entityStore';
|
|
27
|
+
import Button from '@features/shared/Button';
|
|
28
28
|
import { OTPValidation } from './validation';
|
|
29
29
|
import OTPInput from './OTPInput';
|
|
30
30
|
var OTPTitleContainerStyled = styled(Box)(function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FeatureScreenStep } from '
|
|
1
|
+
import { FeatureScreenStep } from '@types';
|
|
2
2
|
export declare const connectFeatureScreens: Array<FeatureScreenStep>;
|
|
3
3
|
export declare const businessFeatureScreens: Array<FeatureScreenStep>;
|
|
4
4
|
export declare const passwordFeatureScreens: Array<FeatureScreenStep>;
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
import MobileScreen from '
|
|
2
|
-
import NIDScreen from '
|
|
3
|
-
import CivilIDScreen from '
|
|
4
|
-
import VerifyPACIScreen from '
|
|
5
|
-
import IndividualScreen from '
|
|
6
|
-
import MerchantInfoScreen from '
|
|
7
|
-
import ConnectOTPScreen from '
|
|
8
|
-
import ThankYouScreen from '
|
|
9
|
-
import CustomersPage from '
|
|
10
|
-
import IDBODPage from '
|
|
11
|
-
import BusinessVerifyPage from '
|
|
12
|
-
import BusinessOTPPage from '
|
|
13
|
-
import BusinessTypePage from '
|
|
14
|
-
import ActivitiesPage from '
|
|
15
|
-
import SuccessPage from '
|
|
16
|
-
import SuccessWithFlowButtonsPage from '
|
|
17
|
-
import ResetPasswordSuccessPage from '
|
|
18
|
-
import PasswordVerifyPage from '
|
|
19
|
-
import CreatePasswordPage from '
|
|
20
|
-
import PasswordOTPPage from '
|
|
21
|
-
import SuccessPasswordPage from '
|
|
22
|
-
import PasswordSuccessWithFlowPage from '
|
|
23
|
-
import PasswordResetPasswordSuccessPage from '
|
|
24
|
-
import IndividualVerifyPage from '
|
|
25
|
-
import AdditionalIndividualInfoPage from '
|
|
26
|
-
import SuccessOwnerPage from '
|
|
27
|
-
import IndividualSuccessWithFlowPage from '
|
|
28
|
-
import IndividualResetPasswordSuccessPage from '
|
|
29
|
-
import BankVerifyPage from '
|
|
30
|
-
import BankDetailsPage from '
|
|
31
|
-
import BankSuccessPage from '
|
|
32
|
-
import BankSuccessWithFlowPage from '
|
|
33
|
-
import BankResetPasswordSuccessPage from '
|
|
34
|
-
import TaxVerifyPage from '
|
|
35
|
-
import TaxDetailsPage from '
|
|
36
|
-
import TaxSuccessPage from '
|
|
37
|
-
import TaxSuccessWithFlowPage from '
|
|
38
|
-
import TaxResetPasswordSuccessPage from '
|
|
39
|
-
import SignInMobilePage from '
|
|
40
|
-
import SignInEmailPage from '
|
|
41
|
-
import SignInOTPPage from '
|
|
42
|
-
import SignInPasswordPage from '
|
|
43
|
-
import EntityVerifyPage from '
|
|
44
|
-
import EntityInfoConfirmPage from '
|
|
45
|
-
import EntitySuccessPage from '
|
|
46
|
-
import EntitySuccessWithFlowPage from '
|
|
47
|
-
import EntityResetPasswordSuccessPage from '
|
|
48
|
-
import OtpVerifyPage from '
|
|
49
|
-
import AuthVerifyPage from '
|
|
1
|
+
import MobileScreen from '@features/connect/screens/Mobile';
|
|
2
|
+
import NIDScreen from '@features/connect/screens/NID';
|
|
3
|
+
import CivilIDScreen from '@src/features/connect/screens/CivilID';
|
|
4
|
+
import VerifyPACIScreen from '@features/connect/screens/VerifyPACI';
|
|
5
|
+
import IndividualScreen from '@features/connect/screens/Individual';
|
|
6
|
+
import MerchantInfoScreen from '@features/connect/screens/Merchant';
|
|
7
|
+
import ConnectOTPScreen from '@features/connect/screens/OTP';
|
|
8
|
+
import ThankYouScreen from '@features/connect/screens/ThankYou';
|
|
9
|
+
import CustomersPage from '@features/business/screens/Customers';
|
|
10
|
+
import IDBODPage from '@features/business/screens/IDBOD';
|
|
11
|
+
import BusinessVerifyPage from '@features/business/screens/Verify';
|
|
12
|
+
import BusinessOTPPage from '@features/business/screens/OTP';
|
|
13
|
+
import BusinessTypePage from '@features/business/screens/BusinessType';
|
|
14
|
+
import ActivitiesPage from '@features/business/screens/Activities';
|
|
15
|
+
import SuccessPage from '@features/business/screens/Success';
|
|
16
|
+
import SuccessWithFlowButtonsPage from '@features/business/screens/SuccessWithFlowButtons';
|
|
17
|
+
import ResetPasswordSuccessPage from '@features/business/screens/ResetPasswordSuccess';
|
|
18
|
+
import PasswordVerifyPage from '@features/password/screens/Verify';
|
|
19
|
+
import CreatePasswordPage from '@features/password/screens/CreatePassword';
|
|
20
|
+
import PasswordOTPPage from '@features/password/screens/OTP';
|
|
21
|
+
import SuccessPasswordPage from '@features/password/screens/Success';
|
|
22
|
+
import PasswordSuccessWithFlowPage from '@features/password/screens/SuccessWithFlowButtons';
|
|
23
|
+
import PasswordResetPasswordSuccessPage from '@features/password/screens/ResetPasswordSuccess';
|
|
24
|
+
import IndividualVerifyPage from '@features/individual/screens/Verify';
|
|
25
|
+
import AdditionalIndividualInfoPage from '@features/individual/screens/AdditionalIndividualInfo';
|
|
26
|
+
import SuccessOwnerPage from '@features/individual/screens/Success';
|
|
27
|
+
import IndividualSuccessWithFlowPage from '@features/individual/screens/SuccessWithFlowButtons';
|
|
28
|
+
import IndividualResetPasswordSuccessPage from '@features/individual/screens/ResetPasswordSuccess';
|
|
29
|
+
import BankVerifyPage from '@features/bank/screens/Verify';
|
|
30
|
+
import BankDetailsPage from '@features/bank/screens/BankDetails';
|
|
31
|
+
import BankSuccessPage from '@features/bank/screens/Success';
|
|
32
|
+
import BankSuccessWithFlowPage from '@features/bank/screens/SuccessWithFlowButtons';
|
|
33
|
+
import BankResetPasswordSuccessPage from '@features/bank/screens/ResetPasswordSuccess';
|
|
34
|
+
import TaxVerifyPage from '@features/tax/screens/Verify';
|
|
35
|
+
import TaxDetailsPage from '@features/tax/screens/TaxDetails';
|
|
36
|
+
import TaxSuccessPage from '@features/tax/screens/Success';
|
|
37
|
+
import TaxSuccessWithFlowPage from '@features/tax/screens/SuccessWithFlowButtons';
|
|
38
|
+
import TaxResetPasswordSuccessPage from '@features/tax/screens/ResetPasswordSuccess';
|
|
39
|
+
import SignInMobilePage from '@features/signIn/screens/Mobile';
|
|
40
|
+
import SignInEmailPage from '@features/signIn/screens/Email';
|
|
41
|
+
import SignInOTPPage from '@features/signIn/screens/OTP';
|
|
42
|
+
import SignInPasswordPage from '@features/signIn/screens/Password';
|
|
43
|
+
import EntityVerifyPage from '@features/entity/screens/Verify';
|
|
44
|
+
import EntityInfoConfirmPage from '@features/entity/screens/EntityInfoConfirm';
|
|
45
|
+
import EntitySuccessPage from '@features/entity/screens/Success';
|
|
46
|
+
import EntitySuccessWithFlowPage from '@features/entity/screens/SuccessWithFlowButtons';
|
|
47
|
+
import EntityResetPasswordSuccessPage from '@features/entity/screens/ResetPasswordSuccess';
|
|
48
|
+
import OtpVerifyPage from '@src/features/otp/screens/OTPVerify';
|
|
49
|
+
import AuthVerifyPage from '@features/auth/screens/OTP';
|
|
50
50
|
export var connectFeatureScreens = [
|
|
51
51
|
{
|
|
52
52
|
name: 'CONNECT_NID_STEP',
|
|
@@ -11,17 +11,17 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
13
|
import { memo, useEffect } from 'react';
|
|
14
|
-
import { useAppTheme, useAppDispatch, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener } from '
|
|
15
|
-
import { handleLanguage, settingsSelector } from '
|
|
16
|
-
import AnimationFlow from '
|
|
17
|
-
import { store } from '
|
|
18
|
-
import { ReduxProvider, ThemeProvider } from '
|
|
19
|
-
import Collapse from '
|
|
20
|
-
import { getParameterByName, reactElement, removeElement } from '
|
|
21
|
-
import { FeatureContainer } from '
|
|
22
|
-
import { DIALOG_ID, INDIVIDUAL_SCREENS_NAVIGATION } from '
|
|
14
|
+
import { useAppTheme, useAppDispatch, useAppSelector, useAppConfig, useErrorListener, useStepStartedListener } from '@hooks';
|
|
15
|
+
import { handleLanguage, settingsSelector } from '@app/settings';
|
|
16
|
+
import AnimationFlow from '@components/AnimationFlow';
|
|
17
|
+
import { store } from '@app/store';
|
|
18
|
+
import { ReduxProvider, ThemeProvider } from '@components/Providers';
|
|
19
|
+
import Collapse from '@components/Collapse';
|
|
20
|
+
import { getParameterByName, reactElement, removeElement } from '@utils';
|
|
21
|
+
import { FeatureContainer } from '@features/shared/Containers';
|
|
22
|
+
import { DIALOG_ID, INDIVIDUAL_SCREENS_NAVIGATION } from '@constants';
|
|
23
23
|
import { individualFeatureScreens } from '../featuresScreens';
|
|
24
|
-
import { individualSelector, verifyLeadToken } from '
|
|
24
|
+
import { individualSelector, verifyLeadToken } from '@features/app/individual/individualStore';
|
|
25
25
|
import CustomFooter from '../shared/Footer';
|
|
26
26
|
import Background from '../shared/Background';
|
|
27
27
|
var Individual = memo(function (props) {
|
package/build/features/individual/screens/AdditionalIndividualInfo/AdditionalIndividualInfo.js
CHANGED
|
@@ -15,13 +15,13 @@ import { yupResolver } from '@hookform/resolvers/yup';
|
|
|
15
15
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
16
16
|
import Box from '@mui/material/Box';
|
|
17
17
|
import { useTranslation } from 'react-i18next';
|
|
18
|
-
import { useAppDispatch, useAppSelector } from '
|
|
19
|
-
import { handleCurrentActiveScreen, settingsSelector } from '
|
|
20
|
-
import Form from '
|
|
21
|
-
import Collapse from '
|
|
22
|
-
import Button from '
|
|
23
|
-
import ScreenContainer from '
|
|
24
|
-
import { useLanguage } from '
|
|
18
|
+
import { useAppDispatch, useAppSelector } from '@hooks';
|
|
19
|
+
import { handleCurrentActiveScreen, settingsSelector } from '@app/settings';
|
|
20
|
+
import Form from '@components/Form';
|
|
21
|
+
import Collapse from '@components/Collapse';
|
|
22
|
+
import Button from '@features/shared/Button';
|
|
23
|
+
import ScreenContainer from '@features/shared/Containers/ScreenContainer';
|
|
24
|
+
import { useLanguage } from '@hooks';
|
|
25
25
|
import PEPSwitch from './PEPSwitch';
|
|
26
26
|
import { IndividualInfoValidationSchema } from './validation';
|
|
27
27
|
import InfluencerSwitch from './InfluencerSwitch';
|
|
@@ -29,7 +29,7 @@ import MonthlyIncome from './MonthlyIncome';
|
|
|
29
29
|
import EmployerName from './EmployerName';
|
|
30
30
|
import EmployerLocation from './EmployerLocation';
|
|
31
31
|
import SourceOfIncome from './SourceOfIncome';
|
|
32
|
-
import { individualSelector, updateIndividualInfo } from '
|
|
32
|
+
import { individualSelector, updateIndividualInfo } from '@features/app/individual/individualStore';
|
|
33
33
|
import Occupation from './Occupation';
|
|
34
34
|
var ListType;
|
|
35
35
|
(function (ListType) {
|
|
@@ -55,7 +55,7 @@ var AdditionalIndividualInfo = function (_a) {
|
|
|
55
55
|
var _e = React.useState(false), employerFieldsActive = _e[0], setEmployerFieldsActive = _e[1];
|
|
56
56
|
React.useEffect(function () {
|
|
57
57
|
var _a, _b;
|
|
58
|
-
if (((_b = (_a = methods.getValues('sourceIncome')) === null || _a === void 0 ? void 0 : _a.
|
|
58
|
+
if (((_b = (_a = methods.getValues('sourceIncome')) === null || _a === void 0 ? void 0 : _a.name.en) === null || _b === void 0 ? void 0 : _b.toLowerCase()) === 'salary')
|
|
59
59
|
setEmployerFieldsActive(true);
|
|
60
60
|
else {
|
|
61
61
|
setEmployerFieldsActive(false);
|