@os1-platform/dispatch-mobile 3.2.0 → 3.2.1
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/android/.gradle/8.13/checksums/checksums.lock +0 -0
- package/android/.gradle/8.13/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/8.13/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/8.13/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/{8.10.2 → 8.13}/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/8.13/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/android/.idea/caches/deviceStreaming.xml +193 -12
- package/android/build.gradle +13 -5
- package/android/gradle.properties +3 -3
- package/android/src/main/AndroidManifest.xml +2 -1
- package/android/src/main/java/com/dispatchsdk/location/LocationModule.kt +3 -3
- package/android/src/main/java/com/dispatchsdk/sync/SyncEventService.kt +2 -3
- package/android/src/main/java/com/dispatchsdk/utils/DispatchSdkUtils.kt +2 -1
- package/dispatch-mobile.podspec +1 -1
- package/lib/commonjs/analytics/sentry/SentryAnalyticsUtils.js +1 -2
- package/lib/commonjs/analytics/sentry/SentryAnalyticsUtils.js.map +1 -1
- package/lib/commonjs/components/dispatch/DispatchExecNavigator.js +1 -2
- package/lib/commonjs/components/dispatch/DispatchExecNavigator.js.map +1 -1
- package/lib/commonjs/components/executiontasks/cancellation/CancelET.js +4 -5
- package/lib/commonjs/components/executiontasks/cancellation/CancelET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/captureInput/CaptureText.js +1 -2
- package/lib/commonjs/components/executiontasks/captureInput/CaptureText.js.map +1 -1
- package/lib/commonjs/components/executiontasks/collectPayment/CollectPayment.js +1 -2
- package/lib/commonjs/components/executiontasks/collectPayment/CollectPayment.js.map +1 -1
- package/lib/commonjs/components/executiontasks/collectPayment/PaymentUtils.js +1 -2
- package/lib/commonjs/components/executiontasks/collectPayment/PaymentUtils.js.map +1 -1
- package/lib/commonjs/components/executiontasks/collectPayment/components/CompletePayment.js +1 -2
- package/lib/commonjs/components/executiontasks/collectPayment/components/CompletePayment.js.map +1 -1
- package/lib/commonjs/components/executiontasks/collectPayment/components/InitPayment.js +1 -2
- package/lib/commonjs/components/executiontasks/collectPayment/components/InitPayment.js.map +1 -1
- package/lib/commonjs/components/executiontasks/collectPayment/components/PaymentContactDetails.js +1 -2
- package/lib/commonjs/components/executiontasks/collectPayment/components/PaymentContactDetails.js.map +1 -1
- package/lib/commonjs/components/executiontasks/collectPayment/components/ProcessPayment.js +4 -5
- package/lib/commonjs/components/executiontasks/collectPayment/components/ProcessPayment.js.map +1 -1
- package/lib/commonjs/components/executiontasks/deliver/DeliverET.js +1 -2
- package/lib/commonjs/components/executiontasks/deliver/DeliverET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/deliver/SLDeliverET.js +1 -2
- package/lib/commonjs/components/executiontasks/deliver/SLDeliverET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/display/DisplayModalET.js +1 -2
- package/lib/commonjs/components/executiontasks/display/DisplayModalET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/doodle/SignatureET.js +2 -3
- package/lib/commonjs/components/executiontasks/doodle/SignatureET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/dropCash/DropCashET.js +1 -2
- package/lib/commonjs/components/executiontasks/dropCash/DropCashET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/dropCash/SLDropCash.js +1 -2
- package/lib/commonjs/components/executiontasks/dropCash/SLDropCash.js.map +1 -1
- package/lib/commonjs/components/executiontasks/forms/FormGenerator.js +1 -2
- package/lib/commonjs/components/executiontasks/forms/FormGenerator.js.map +1 -1
- package/lib/commonjs/components/executiontasks/forms/widgets/DateTimeWidget.js +1 -2
- package/lib/commonjs/components/executiontasks/forms/widgets/DateTimeWidget.js.map +1 -1
- package/lib/commonjs/components/executiontasks/forms/widgets/DropdownWidget.js +1 -2
- package/lib/commonjs/components/executiontasks/forms/widgets/DropdownWidget.js.map +1 -1
- package/lib/commonjs/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.js +4 -5
- package/lib/commonjs/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.js.map +1 -1
- package/lib/commonjs/components/executiontasks/forms/widgets/TimeRangeSelector.js +1 -2
- package/lib/commonjs/components/executiontasks/forms/widgets/TimeRangeSelector.js.map +1 -1
- package/lib/commonjs/components/executiontasks/httpRequest/HttpRequestET.js +1 -2
- package/lib/commonjs/components/executiontasks/httpRequest/HttpRequestET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/imageCapture/CaptureUtils.js +1 -2
- package/lib/commonjs/components/executiontasks/imageCapture/CaptureUtils.js.map +1 -1
- package/lib/commonjs/components/executiontasks/imageCapture/ImageCapture.js +1 -2
- package/lib/commonjs/components/executiontasks/imageCapture/ImageCapture.js.map +1 -1
- package/lib/commonjs/components/executiontasks/payments/completePayment/CompletePaymentET.js +1 -2
- package/lib/commonjs/components/executiontasks/payments/completePayment/CompletePaymentET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/payments/init/InitPaymentET.js +1 -2
- package/lib/commonjs/components/executiontasks/payments/init/InitPaymentET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/payments/processPayment/ProcessPaymentET.js +1 -2
- package/lib/commonjs/components/executiontasks/payments/processPayment/ProcessPaymentET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/pickup/PickupET.js +1 -2
- package/lib/commonjs/components/executiontasks/pickup/PickupET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/pickup/SLPickupET.js +1 -2
- package/lib/commonjs/components/executiontasks/pickup/SLPickupET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/scan/ScanET.js +4 -5
- package/lib/commonjs/components/executiontasks/scan/ScanET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/scan/sub_components/CScanner.js +1 -2
- package/lib/commonjs/components/executiontasks/scan/sub_components/CScanner.js.map +1 -1
- package/lib/commonjs/components/executiontasks/scan/sub_components/ERDropDown.js +1 -2
- package/lib/commonjs/components/executiontasks/scan/sub_components/ERDropDown.js.map +1 -1
- package/lib/commonjs/components/executiontasks/scan/sub_components/SummaryPage.js +6 -6
- package/lib/commonjs/components/executiontasks/scan/sub_components/SummaryPage.js.map +1 -1
- package/lib/commonjs/components/executiontasks/scan/utils.js +1 -2
- package/lib/commonjs/components/executiontasks/scan/utils.js.map +1 -1
- package/lib/commonjs/components/executiontasks/validateOTP/ValidateOTPET.js +1 -2
- package/lib/commonjs/components/executiontasks/validateOTP/ValidateOTPET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/validateOTP/components/ContactListView.js +1 -2
- package/lib/commonjs/components/executiontasks/validateOTP/components/ContactListView.js.map +1 -1
- package/lib/commonjs/components/executiontasks/validateOTP/components/OTPView.js +1 -2
- package/lib/commonjs/components/executiontasks/validateOTP/components/OTPView.js.map +1 -1
- package/lib/commonjs/components/executiontasks/validateOTP/components/VerificationComplete.js +8 -11
- package/lib/commonjs/components/executiontasks/validateOTP/components/VerificationComplete.js.map +1 -1
- package/lib/commonjs/components/executiontasks/validateOTP/sub-components/OTPInput.js +1 -2
- package/lib/commonjs/components/executiontasks/validateOTP/sub-components/OTPInput.js.map +1 -1
- package/lib/commonjs/components/executiontasks/validateOTP/utils.js +1 -2
- package/lib/commonjs/components/executiontasks/validateOTP/utils.js.map +1 -1
- package/lib/commonjs/components/executiontasks/verifyLocation/GeofenceUtils.js +1 -2
- package/lib/commonjs/components/executiontasks/verifyLocation/GeofenceUtils.js.map +1 -1
- package/lib/commonjs/components/executiontasks/verifyLocation/VerifyLocationET.js +1 -2
- package/lib/commonjs/components/executiontasks/verifyLocation/VerifyLocationET.js.map +1 -1
- package/lib/commonjs/components/executiontasks/verifyOtp/VerifyOtpET.js +2 -3
- package/lib/commonjs/components/executiontasks/verifyOtp/VerifyOtpET.js.map +1 -1
- package/lib/commonjs/components/widgets/AlertDisplay.js +1 -2
- package/lib/commonjs/components/widgets/AlertDisplay.js.map +1 -1
- package/lib/commonjs/components/widgets/CancelOrderDialog.js +1 -2
- package/lib/commonjs/components/widgets/CancelOrderDialog.js.map +1 -1
- package/lib/commonjs/components/widgets/Card.js +2 -2
- package/lib/commonjs/components/widgets/Card.js.map +1 -1
- package/lib/commonjs/components/widgets/SearchBar.js +4 -3
- package/lib/commonjs/components/widgets/SearchBar.js.map +1 -1
- package/lib/commonjs/components/widgets/SnackBarCustom.js +12 -12
- package/lib/commonjs/components/widgets/SnackBarCustom.js.map +1 -1
- package/lib/commonjs/components/widgets/SplitTextInput.js +2 -3
- package/lib/commonjs/components/widgets/SplitTextInput.js.map +1 -1
- package/lib/commonjs/components/widgets/TabsComponent.js +1 -2
- package/lib/commonjs/components/widgets/TabsComponent.js.map +1 -1
- package/lib/commonjs/components/widgets/Timer.js +1 -2
- package/lib/commonjs/components/widgets/Timer.js.map +1 -1
- package/lib/commonjs/index.js +1 -2
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/manager/dispatch/DispatchStateContainer.js +1 -2
- package/lib/commonjs/manager/dispatch/DispatchStateContainer.js.map +1 -1
- package/lib/commonjs/manager/dispatchCodes/ReasonCodeContainer.js +1 -2
- package/lib/commonjs/manager/dispatchCodes/ReasonCodeContainer.js.map +1 -1
- package/lib/commonjs/manager/sdk/DispatchSDKManager.js +1 -2
- package/lib/commonjs/manager/sdk/DispatchSDKManager.js.map +1 -1
- package/lib/commonjs/manager/syncmanager/AppSyncManager.js +1 -2
- package/lib/commonjs/manager/syncmanager/AppSyncManager.js.map +1 -1
- package/lib/commonjs/manager/syncmanager/database.js +1 -2
- package/lib/commonjs/manager/syncmanager/database.js.map +1 -1
- package/lib/commonjs/manager/syncmanager/document/DocumentHttpClient.js +1 -2
- package/lib/commonjs/manager/syncmanager/document/DocumentHttpClient.js.map +1 -1
- package/lib/commonjs/manager/syncmanager/document/DocumentSyncManager.js +1 -2
- package/lib/commonjs/manager/syncmanager/document/DocumentSyncManager.js.map +1 -1
- package/lib/commonjs/manager/syncmanager/events/ETEventsManager.js +1 -2
- package/lib/commonjs/manager/syncmanager/events/ETEventsManager.js.map +1 -1
- package/lib/commonjs/manager/syncmanager/events/EventsSyncManager.js +1 -2
- package/lib/commonjs/manager/syncmanager/events/EventsSyncManager.js.map +1 -1
- package/lib/commonjs/manager/syncmanager/events/SyncHttpClient.js +1 -2
- package/lib/commonjs/manager/syncmanager/events/SyncHttpClient.js.map +1 -1
- package/lib/commonjs/styles/executionTasks/CommonStyles.js +1 -2
- package/lib/commonjs/styles/executionTasks/CommonStyles.js.map +1 -1
- package/lib/commonjs/ui/screens/CancellationScreen.js +1 -2
- package/lib/commonjs/ui/screens/CancellationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/CaptureInputScreen.js +1 -2
- package/lib/commonjs/ui/screens/CaptureInputScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/CollectPaymentScreen.js +1 -2
- package/lib/commonjs/ui/screens/CollectPaymentScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/CompleteObjectiveScreen.js +1 -2
- package/lib/commonjs/ui/screens/CompleteObjectiveScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/DeliverScreen.js +1 -2
- package/lib/commonjs/ui/screens/DeliverScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/DisplayScreen.js +1 -2
- package/lib/commonjs/ui/screens/DisplayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/DoodleScreen.js +1 -2
- package/lib/commonjs/ui/screens/DoodleScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/DropCashScreen.js +1 -2
- package/lib/commonjs/ui/screens/DropCashScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FormsScreen.js +1 -2
- package/lib/commonjs/ui/screens/FormsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/GeofenceScreen.js +1 -2
- package/lib/commonjs/ui/screens/GeofenceScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ImageCaptureScreen.js +1 -2
- package/lib/commonjs/ui/screens/ImageCaptureScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PaymentScreen.js +1 -2
- package/lib/commonjs/ui/screens/PaymentScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PickupScreen.js +1 -2
- package/lib/commonjs/ui/screens/PickupScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ScanScreen.js +1 -2
- package/lib/commonjs/ui/screens/ScanScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/StartWorkFlowScreen.js +1 -2
- package/lib/commonjs/ui/screens/StartWorkFlowScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ValidateOTPScreen.js +1 -2
- package/lib/commonjs/ui/screens/ValidateOTPScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/WithBaseDispatchScreen.js +1 -2
- package/lib/commonjs/ui/screens/WithBaseDispatchScreen.js.map +1 -1
- package/lib/commonjs/utils/SdkUtils.js +1 -2
- package/lib/commonjs/utils/SdkUtils.js.map +1 -1
- package/lib/commonjs/utils/SyncManagerUtils.js +1 -2
- package/lib/commonjs/utils/SyncManagerUtils.js.map +1 -1
- package/lib/commonjs/utils/fcm/FCM.js +1 -2
- package/lib/commonjs/utils/fcm/FCM.js.map +1 -1
- package/lib/commonjs/utils/fcm/FcmUtils.js +1 -2
- package/lib/commonjs/utils/fcm/FcmUtils.js.map +1 -1
- package/lib/commonjs/utils/hooks/useModal.js +1 -2
- package/lib/commonjs/utils/hooks/useModal.js.map +1 -1
- package/lib/commonjs/utils/storage.js +1 -2
- package/lib/commonjs/utils/storage.js.map +1 -1
- package/lib/module/components/executiontasks/cancellation/CancelET.js +1 -1
- package/lib/module/components/executiontasks/cancellation/CancelET.js.map +1 -1
- package/lib/module/components/executiontasks/collectPayment/components/ProcessPayment.js +3 -3
- package/lib/module/components/executiontasks/collectPayment/components/ProcessPayment.js.map +1 -1
- package/lib/module/components/executiontasks/doodle/SignatureET.js +1 -1
- package/lib/module/components/executiontasks/doodle/SignatureET.js.map +1 -1
- package/lib/module/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.js +2 -2
- package/lib/module/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.js.map +1 -1
- package/lib/module/components/executiontasks/scan/ScanET.js +2 -2
- package/lib/module/components/executiontasks/scan/ScanET.js.map +1 -1
- package/lib/module/components/executiontasks/scan/sub_components/SummaryPage.js +3 -3
- package/lib/module/components/executiontasks/scan/sub_components/SummaryPage.js.map +1 -1
- package/lib/module/components/executiontasks/validateOTP/components/VerificationComplete.js +7 -9
- package/lib/module/components/executiontasks/validateOTP/components/VerificationComplete.js.map +1 -1
- package/lib/module/components/executiontasks/verifyOtp/VerifyOtpET.js +1 -1
- package/lib/module/components/executiontasks/verifyOtp/VerifyOtpET.js.map +1 -1
- package/lib/module/components/widgets/Card.js +1 -1
- package/lib/module/components/widgets/Card.js.map +1 -1
- package/lib/module/components/widgets/SearchBar.js +2 -1
- package/lib/module/components/widgets/SearchBar.js.map +1 -1
- package/lib/module/components/widgets/SnackBarCustom.js +6 -6
- package/lib/module/components/widgets/SnackBarCustom.js.map +1 -1
- package/lib/module/components/widgets/SplitTextInput.js +1 -1
- package/lib/module/components/widgets/SplitTextInput.js.map +1 -1
- package/lib/typescript/src/components/executiontasks/httpRequest/HttpEtUtils.d.ts +1 -1
- package/lib/typescript/src/network/GraphQLClient.d.ts +5 -5
- package/lib/typescript/src/network/NetworkClient.d.ts +3 -3
- package/lib/typescript/src/network/client.d.ts +1 -1
- package/lib/typescript/src/resources/Login.d.ts +7 -7
- package/lib/typescript/src/resources/network.d.ts +1 -1
- package/lib/typescript/src/utils/ApiUtils.d.ts +2 -2
- package/package.json +80 -75
- package/src/components/executiontasks/cancellation/CancelET.tsx +1 -1
- package/src/components/executiontasks/collectPayment/components/ProcessPayment.tsx +3 -3
- package/src/components/executiontasks/doodle/SignatureET.tsx +1 -1
- package/src/components/executiontasks/forms/widgets/QRBarcodeScannerWidget.tsx +2 -2
- package/src/components/executiontasks/scan/ScanET.tsx +2 -2
- package/src/components/executiontasks/scan/sub_components/SummaryPage.tsx +3 -3
- package/src/components/executiontasks/validateOTP/components/VerificationComplete.tsx +7 -7
- package/src/components/executiontasks/verifyOtp/VerifyOtpET.tsx +1 -1
- package/src/components/widgets/Card.tsx +1 -1
- package/src/components/widgets/SearchBar.tsx +2 -1
- package/src/components/widgets/SnackBarCustom.tsx +6 -6
- package/src/components/widgets/SplitTextInput.tsx +1 -1
- package/android/.gradle/8.10.2/checksums/checksums.lock +0 -0
- package/android/.gradle/8.10.2/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/8.10.2/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/8.10.2/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/8.10.2/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/8.10.2/gc.properties +0 -0
- /package/android/.gradle/{8.10.2 → 8.13}/fileChanges/last-build.bin +0 -0
- /package/android/.gradle/{8.10.2 → 8.13}/fileHashes/resourceHashesCache.bin +0 -0
- /package/android/.gradle/{8.10.2/dependencies-accessors → 8.13}/gc.properties +0 -0
|
@@ -105,7 +105,7 @@ const ProcessPayment = (props: CollectPaymentInput & ProcessPaymentInput) => {
|
|
|
105
105
|
const [isRetryEnabled, setIsRetryEnabled] = useState(false);
|
|
106
106
|
const [backDisable, setBackDisable] = useState(true);
|
|
107
107
|
|
|
108
|
-
const timerRef: any = useRef();
|
|
108
|
+
const timerRef: any = useRef(null);
|
|
109
109
|
const paymentRefId =
|
|
110
110
|
props.route.params[RouteParams.ROOT_META_DATA].paymentConfig?.paymentRefId;
|
|
111
111
|
// For back button timer
|
|
@@ -1139,8 +1139,8 @@ const PaymentLink = (
|
|
|
1139
1139
|
message: '',
|
|
1140
1140
|
});
|
|
1141
1141
|
const [isTimerActive, setIsTimerActive] = useState(true);
|
|
1142
|
-
const timerRef: any = useRef();
|
|
1143
|
-
const statusTimerRef: any = useRef();
|
|
1142
|
+
const timerRef: any = useRef(null);
|
|
1143
|
+
const statusTimerRef: any = useRef(null);
|
|
1144
1144
|
|
|
1145
1145
|
const paymentRefId =
|
|
1146
1146
|
props.route.params[RouteParams.ROOT_META_DATA].paymentConfig?.paymentRefId;
|
|
@@ -41,7 +41,7 @@ import callbackHandler from '../../../manager/sdk/callbacksHandler';
|
|
|
41
41
|
|
|
42
42
|
const SignatureET = (props: SignatureInput) => {
|
|
43
43
|
|
|
44
|
-
const signatureViewRef = useRef<any>();
|
|
44
|
+
const signatureViewRef = useRef<any>(null);
|
|
45
45
|
const [dragged, setDragged] = useState(0);
|
|
46
46
|
const dragRef = useRef<number>(0);
|
|
47
47
|
const [showBackModal, setShowBackModal] = useState(false);
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from 'react-native';
|
|
10
10
|
import type { WidgetProps } from '@rjsf/core';
|
|
11
11
|
import { useFormContext } from 'rjsf-native';
|
|
12
|
-
import
|
|
12
|
+
import AntDesign from '@react-native-vector-icons/ant-design';
|
|
13
13
|
import CScanner from '../../scan/sub_components/CScanner';
|
|
14
14
|
import { ScreenNameSdkConstants, SentryEventNameSdkConstants, SeverityLevelValue } from '../../../../analytics/sentry/SentrySdkConstants';
|
|
15
15
|
import { fireEventWithScreenName } from '../../../../analytics/sentry/SentryAnalyticsUtils';
|
|
@@ -103,7 +103,7 @@ function ScannerDialog(props: ScannerDialogProps) {
|
|
|
103
103
|
}}
|
|
104
104
|
/>
|
|
105
105
|
<AntDesign
|
|
106
|
-
name="
|
|
106
|
+
name="close-circle"
|
|
107
107
|
size={40}
|
|
108
108
|
color="blue"
|
|
109
109
|
onPress={() => {
|
|
@@ -77,7 +77,7 @@ import {
|
|
|
77
77
|
import SummaryPage from './sub_components/SummaryPage';
|
|
78
78
|
import { RouteParams } from '../../../ui/uiConfig/RouteParams';
|
|
79
79
|
import { BULK_DATA_LIMIT } from '../../../manager/syncmanager/constants';
|
|
80
|
-
import
|
|
80
|
+
import AntDesign from '@react-native-vector-icons/ant-design';
|
|
81
81
|
import GoBackModal from '../../../components/widgets/GoBackModal';
|
|
82
82
|
import { hasGoBackConnector } from '../../../components/utils';
|
|
83
83
|
import ToggleSwitch from 'toggle-switch-react-native';
|
|
@@ -685,7 +685,7 @@ const ScanET = (props: ScannerInput) => {
|
|
|
685
685
|
marginBottom: 10,
|
|
686
686
|
}}
|
|
687
687
|
>
|
|
688
|
-
<AntDesign name="
|
|
688
|
+
<AntDesign name="exclamation-circle" size={40} color="#D97706" />
|
|
689
689
|
</View>
|
|
690
690
|
<Text style={styles.titleText}>{'Exit scan flow?'}</Text>
|
|
691
691
|
<Text
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { View, Text, Dimensions, Platform } from 'react-native';
|
|
2
2
|
import React, { useState, useEffect } from 'react';
|
|
3
3
|
import { Button } from 'react-native-paper';
|
|
4
|
-
import
|
|
4
|
+
import Entypo from '@react-native-vector-icons/entypo';
|
|
5
5
|
import {
|
|
6
6
|
CommonStyles,
|
|
7
7
|
Fonts,
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
getTabCount,
|
|
35
35
|
removeScan,
|
|
36
36
|
} from '../utils';
|
|
37
|
-
import
|
|
37
|
+
import AntDesign from '@react-native-vector-icons/ant-design';
|
|
38
38
|
import ModalWidget from '../../../widgets/ModalWidget';
|
|
39
39
|
import SearchBar from '../../../widgets/SearchBar';
|
|
40
40
|
import { debounce } from 'lodash';
|
|
@@ -889,7 +889,7 @@ const SummaryPage = (props: SummaryPageProps) => {
|
|
|
889
889
|
prefixedMergedObjectiveId !== scan.prefixedMergedObjectiveId
|
|
890
890
|
)
|
|
891
891
|
return (
|
|
892
|
-
<AntDesign name="
|
|
892
|
+
<AntDesign name="exclamation-circle" size={16} color="#EA580C" />
|
|
893
893
|
);
|
|
894
894
|
else return <></>;
|
|
895
895
|
}}
|
|
@@ -7,7 +7,7 @@ import { Text, View } from 'react-native';
|
|
|
7
7
|
import styles from '../ValidateOtpStyles';
|
|
8
8
|
|
|
9
9
|
// Components
|
|
10
|
-
import
|
|
10
|
+
import { Image } from 'expo-image';
|
|
11
11
|
|
|
12
12
|
// Utilities
|
|
13
13
|
import { getBaseETResponse } from '../../../../utils/ExecTaskUtils';
|
|
@@ -83,10 +83,10 @@ const VerificationComplete: FC<any> = (props) => {
|
|
|
83
83
|
const renderSuccessCard = () => {
|
|
84
84
|
return (
|
|
85
85
|
<>
|
|
86
|
-
<
|
|
86
|
+
<Image
|
|
87
87
|
source={require('../../../../icons/icSuccess.gif')}
|
|
88
|
-
style={{ height: 116, width: 116 }}
|
|
89
|
-
|
|
88
|
+
style={{ height: 116, width: 116 }}
|
|
89
|
+
contentFit="contain"
|
|
90
90
|
/>
|
|
91
91
|
<Text style={styles.otpResponseText}>OTP verified successfully!</Text>
|
|
92
92
|
</>
|
|
@@ -96,10 +96,10 @@ const VerificationComplete: FC<any> = (props) => {
|
|
|
96
96
|
const renderFailedCard = () => {
|
|
97
97
|
return (
|
|
98
98
|
<>
|
|
99
|
-
<
|
|
99
|
+
<Image
|
|
100
100
|
source={require('../../../../icons/icFailed.gif')}
|
|
101
|
-
style={{ height: 116, width: 116 }}
|
|
102
|
-
|
|
101
|
+
style={{ height: 116, width: 116 }}
|
|
102
|
+
contentFit="contain"
|
|
103
103
|
/>
|
|
104
104
|
<Text style={styles.otpResponseText}>OTP verification Failed!</Text>
|
|
105
105
|
</>
|
|
@@ -10,7 +10,7 @@ import { ScreenNameSdkConstants, SentryEventNameSdkConstants, SeverityLevelValue
|
|
|
10
10
|
import { fireEventWithScreenName } from '../../../analytics/sentry/SentryAnalyticsUtils';
|
|
11
11
|
|
|
12
12
|
const VerifyOtpET = (props: OtpInputSchema) => {
|
|
13
|
-
const otpInput = useRef();
|
|
13
|
+
const otpInput = useRef<any>(null);
|
|
14
14
|
|
|
15
15
|
function backButtonHandler() {
|
|
16
16
|
return true;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { View, Text, StyleSheet, TouchableOpacity } from 'react-native';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Checkbox } from 'react-native-paper';
|
|
4
|
-
import
|
|
4
|
+
import Feather from '@react-native-vector-icons/feather';
|
|
5
5
|
import { ScreenNameSdkConstants, SentryEventNameSdkConstants, SeverityLevelValue } from '../../analytics/sentry/SentrySdkConstants';
|
|
6
6
|
import { fireEventWithScreenName } from '../../analytics/sentry/SentryAnalyticsUtils';
|
|
7
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React, { useState } from 'react';
|
|
2
2
|
import { View, TextInput, TouchableOpacity, StyleSheet } from 'react-native';
|
|
3
|
-
import
|
|
3
|
+
import EvilIcons from '@react-native-vector-icons/evil-icons';
|
|
4
|
+
import MaterialIcons from '@react-native-vector-icons/material-icons';
|
|
4
5
|
import { ScreenNameSdkConstants, SentryEventNameSdkConstants, SeverityLevelValue } from '../../analytics/sentry/SentrySdkConstants';
|
|
5
6
|
import { fireEventWithScreenName } from '../../analytics/sentry/SentryAnalyticsUtils';
|
|
6
7
|
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
ViewStyle,
|
|
11
11
|
} from 'react-native';
|
|
12
12
|
import { Surface, withTheme, MD3Theme } from 'react-native-paper';
|
|
13
|
-
import
|
|
13
|
+
import AntDesign from '@react-native-vector-icons/ant-design';
|
|
14
14
|
import { Fonts } from '../../styles/executionTasks/CommonStyles';
|
|
15
15
|
import {
|
|
16
16
|
ScreenNameSdkConstants,
|
|
@@ -161,15 +161,15 @@ const SnackbarCustom = ({
|
|
|
161
161
|
}
|
|
162
162
|
>
|
|
163
163
|
{type && type === SnackBarType.FAILURE ? (
|
|
164
|
-
<AntDesign name="
|
|
164
|
+
<AntDesign name="exclamation-circle" size={20} color="white" />
|
|
165
165
|
) : type && type === SnackBarType.PAYMENT_WARNING ? (
|
|
166
|
-
<AntDesign name="
|
|
166
|
+
<AntDesign name="info-circle" size={20} color="#D97706" />
|
|
167
167
|
) : type && type === SnackBarType.OTP_SUCCESS ? (
|
|
168
|
-
<AntDesign name="
|
|
168
|
+
<AntDesign name="check-circle" size={20} color="#059669" />
|
|
169
169
|
) : type && type === SnackBarType.OTP_FAILED ? (
|
|
170
|
-
<AntDesign name="
|
|
170
|
+
<AntDesign name="close-circle" size={20} color="#DC2626" />
|
|
171
171
|
) : (
|
|
172
|
-
<AntDesign name="
|
|
172
|
+
<AntDesign name="check-circle" size={20} color="white" />
|
|
173
173
|
)}
|
|
174
174
|
<Text
|
|
175
175
|
style={[
|
|
@@ -37,7 +37,7 @@ const SplitTextInput = ({
|
|
|
37
37
|
keyboardType,
|
|
38
38
|
hasError,
|
|
39
39
|
}: SplitTextInputProps) => {
|
|
40
|
-
const inputRef: any = useRef();
|
|
40
|
+
const inputRef: any = useRef(null);
|
|
41
41
|
const boxArray = new Array(maxLength).fill(0);
|
|
42
42
|
const [isInputBoxFocused, setIsInputBoxFocused] = useState(false);
|
|
43
43
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|