@scandit/web-datacapture-label 8.3.0 → 8.4.0-beta.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/build/js/{LabelCaptureAdvancedOverlay-DzSicuAv.d.ts → LabelCaptureAdvancedOverlay-FdLIUFg0.d.ts} +1 -1
- package/build/js/{LabelCaptureBasicOverlay-DF8gpw6K.d.ts → LabelCaptureBasicOverlay-DFtQFeL_.d.ts} +1 -1
- package/build/js/{NativeProxy-BpXwaSl-.d.ts → NativeProxy-wKE5sxLq.d.ts} +20 -4
- package/build/js/api/AdaptiveRecognitionMode.d.ts +7 -1
- package/build/js/api/AdaptiveRecognitionMode.js +1 -1
- package/build/js/api/AdaptiveRecognitionResult.d.ts +2 -2
- package/build/js/api/BarcodeFieldBuilder.js +1 -1
- package/build/js/api/CapturedLabel.js +1 -1
- package/build/js/api/CustomBarcode.d.ts +2 -0
- package/build/js/api/CustomBarcode.js +1 -1
- package/build/js/api/CustomBarcodeBuilder.js +1 -1
- package/build/js/api/CustomText.d.ts +4 -2
- package/build/js/api/CustomText.js +1 -1
- package/build/js/api/CustomTextBuilder.d.ts +2 -2
- package/build/js/api/CustomTextBuilder.js +1 -1
- package/build/js/api/DateText.d.ts +4 -2
- package/build/js/api/DateText.js +1 -1
- package/build/js/api/DateTextBuilder.d.ts +2 -2
- package/build/js/api/DateTextBuilder.js +1 -1
- package/build/js/api/ExpiryDateText.d.ts +4 -2
- package/build/js/api/ExpiryDateText.js +1 -1
- package/build/js/api/ExpiryDateTextBuilder.d.ts +3 -3
- package/build/js/api/ExpiryDateTextBuilder.js +1 -1
- package/build/js/api/ImeiOneBarcode.d.ts +2 -0
- package/build/js/api/ImeiOneBarcode.js +1 -1
- package/build/js/api/ImeiOneBarcodeBuilder.js +1 -1
- package/build/js/api/ImeiTwoBarcode.d.ts +2 -0
- package/build/js/api/ImeiTwoBarcode.js +1 -1
- package/build/js/api/ImeiTwoBarcodeBuilder.js +1 -1
- package/build/js/api/LabelCapture.d.ts +2 -2
- package/build/js/api/LabelCapture.js +1 -1
- package/build/js/api/LabelCaptureAdaptiveRecognitionOverlay.d.ts +2 -2
- package/build/js/api/LabelCaptureAdaptiveRecognitionSettings.d.ts +2 -2
- package/build/js/api/LabelCaptureAdvancedOverlay.d.ts +3 -3
- package/build/js/api/LabelCaptureAdvancedOverlay.js +1 -1
- package/build/js/api/LabelCaptureAdvancedOverlayListener.d.ts +3 -3
- package/build/js/api/LabelCaptureBasicOverlay.d.ts +3 -3
- package/build/js/api/LabelCaptureBasicOverlay.js +1 -1
- package/build/js/api/LabelCaptureBasicOverlayListener.d.ts +3 -3
- package/build/js/api/LabelCaptureListener.d.ts +2 -2
- package/build/js/api/LabelCaptureOverlayJSON.d.ts +2 -2
- package/build/js/api/LabelCaptureSession.js +1 -1
- package/build/js/api/LabelCaptureSettings.d.ts +2 -2
- package/build/js/api/LabelCaptureValidationFlow/LabelCaptureValidationFlowOverlay.d.ts +5 -4
- package/build/js/api/LabelCaptureValidationFlow/LabelCaptureValidationFlowOverlay.js +1 -1
- package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowPresenter.d.ts +36 -10
- package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowPresenter.js +1 -1
- package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowStateManager.d.ts +13 -1
- package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowStateManager.js +1 -1
- package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowView.d.ts +5 -3
- package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowView.js +1 -1
- package/build/js/api/LabelDefinition.d.ts +2 -2
- package/build/js/api/LabelField.js +1 -1
- package/build/js/api/LabelFieldDefinition.d.ts +1 -0
- package/build/js/api/LabelFieldDefinitionBuilder.d.ts +2 -0
- package/build/js/api/LabelFieldDefinitionBuilder.js +1 -1
- package/build/js/api/LabelResultUpdateType.d.ts +7 -0
- package/build/js/api/LabelResultUpdateType.js +1 -0
- package/build/js/api/PackingDateText.d.ts +4 -2
- package/build/js/api/PackingDateText.js +1 -1
- package/build/js/api/PackingDateTextBuilder.d.ts +2 -2
- package/build/js/api/PackingDateTextBuilder.js +1 -1
- package/build/js/api/PartNumberBarcode.d.ts +2 -0
- package/build/js/api/PartNumberBarcode.js +1 -1
- package/build/js/api/PartNumberBarcodeBuilder.js +1 -1
- package/build/js/api/PrivateReceiptScanningHandler.d.ts +2 -2
- package/build/js/api/PrivateReceiptScanningListener.d.ts +2 -2
- package/build/js/api/PrivateValidationFlowHandler.d.ts +6 -4
- package/build/js/api/PrivateValidationFlowHandler.js +1 -1
- package/build/js/api/ReceiptScanningResult.d.ts +2 -2
- package/build/js/api/SerialNumberBarcode.d.ts +2 -0
- package/build/js/api/SerialNumberBarcode.js +1 -1
- package/build/js/api/SerialNumberBarcodeBuilder.js +1 -1
- package/build/js/api/TextFieldBuilder.js +1 -1
- package/build/js/api/TotalPriceText.d.ts +4 -2
- package/build/js/api/TotalPriceText.js +1 -1
- package/build/js/api/TotalPriceTextBuilder.d.ts +2 -2
- package/build/js/api/TotalPriceTextBuilder.js +1 -1
- package/build/js/api/UnitPriceText.d.ts +4 -2
- package/build/js/api/UnitPriceText.js +1 -1
- package/build/js/api/UnitPriceTextBuilder.d.ts +2 -2
- package/build/js/api/UnitPriceTextBuilder.js +1 -1
- package/build/js/api/ValidationFlowField.js +1 -1
- package/build/js/api/WeightText.d.ts +4 -2
- package/build/js/api/WeightText.js +1 -1
- package/build/js/api/WeightTextBuilder.d.ts +2 -2
- package/build/js/api/WeightTextBuilder.js +1 -1
- package/build/js/chunks/chunk-2W6E3GQH.js +2 -0
- package/build/js/chunks/chunk-4QEBUJAR.js +1 -0
- package/build/js/chunks/chunk-5X76K74S.js +1 -0
- package/build/js/chunks/chunk-6DWFIFUC.js +1 -0
- package/build/js/chunks/{chunk-XQBJ3GXA.js → chunk-74H5UWMJ.js} +1 -1
- package/build/js/chunks/chunk-7FZ6M63O.js +1 -0
- package/build/js/chunks/chunk-ABK45ILU.js +1 -0
- package/build/js/chunks/{chunk-WX63L6GU.js → chunk-BDA5SYXG.js} +1 -1
- package/build/js/chunks/chunk-BEKGYADV.js +1 -0
- package/build/js/chunks/chunk-BQJUSAIQ.js +1 -0
- package/build/js/chunks/chunk-BYXHNUWR.js +1 -0
- package/build/js/chunks/chunk-CGNWTUD5.js +1 -0
- package/build/js/chunks/chunk-CVVZR6MJ.js +1 -0
- package/build/js/chunks/chunk-CYK3ORCG.js +1 -0
- package/build/js/chunks/chunk-DE2UH73T.js +1 -0
- package/build/js/chunks/chunk-EPDDVGLY.js +1 -0
- package/build/js/chunks/chunk-GCMVU762.js +1 -0
- package/build/js/chunks/chunk-H3VMMXMG.js +1 -0
- package/build/js/chunks/chunk-H4H6H5GI.js +1 -0
- package/build/js/chunks/chunk-IKDUT4HS.js +1 -0
- package/build/js/chunks/chunk-ITZZENSQ.js +1 -0
- package/build/js/chunks/chunk-J53ZQXAJ.js +1 -0
- package/build/js/chunks/chunk-LAW7AY4G.js +1 -0
- package/build/js/chunks/chunk-LEARM7VY.js +1 -0
- package/build/js/chunks/{chunk-A6QIZJQN.js → chunk-LQCSGQVX.js} +1 -1
- package/build/js/chunks/chunk-M4E4AARR.js +1 -0
- package/build/js/chunks/chunk-M6KOA6NQ.js +1 -0
- package/build/js/chunks/chunk-MGEXMPRG.js +1 -0
- package/build/js/chunks/chunk-MIF4OREL.js +1 -0
- package/build/js/chunks/chunk-MVGPTPXX.js +1 -0
- package/build/js/chunks/chunk-NCZG3BTH.js +1 -0
- package/build/js/chunks/chunk-NRVY22W7.js +1 -0
- package/build/js/chunks/chunk-NT3LCYW2.js +1 -0
- package/build/js/chunks/{chunk-2K4IDUBI.js → chunk-NY6UU4OC.js} +1 -1
- package/build/js/chunks/chunk-O3LIL6A5.js +1 -0
- package/build/js/chunks/{chunk-36FUBGEZ.js → chunk-OGERPOPP.js} +1 -1
- package/build/js/chunks/{chunk-F5UH7T5M.js → chunk-OI3DYGBC.js} +1 -1
- package/build/js/chunks/chunk-PNBJM4BJ.js +1 -0
- package/build/js/chunks/chunk-POMTT6U2.js +1 -0
- package/build/js/chunks/{chunk-6X5RLIWN.js → chunk-QCDC57QB.js} +1 -1
- package/build/js/chunks/chunk-SIJVFBZR.js +1 -0
- package/build/js/chunks/{chunk-MQ3C6JQR.js → chunk-TFLJLW4K.js} +1 -1
- package/build/js/chunks/chunk-TZB6SCQB.js +1 -0
- package/build/js/chunks/chunk-UWPIQICM.js +1 -0
- package/build/js/chunks/{chunk-5JGE6TIK.js → chunk-UZ2W2CJH.js} +1 -1
- package/build/js/chunks/chunk-V6PSSDG3.js +1 -0
- package/build/js/chunks/chunk-V7FLLMXI.js +1 -0
- package/build/js/chunks/chunk-VIPA3YVR.js +1 -0
- package/build/js/chunks/chunk-VOGHX5ZK.js +1 -0
- package/build/js/chunks/chunk-VPU7TPNE.js +1 -0
- package/build/js/chunks/chunk-XCYFBGS2.js +1 -0
- package/build/js/chunks/chunk-XTTGCSBA.js +1 -0
- package/build/js/chunks/chunk-ZWWBOSQM.js +1 -0
- package/build/js/chunks/chunk-ZX3QD2MF.js +1 -0
- package/build/js/djinni-types/sdcAnalyticsModule.d.ts +2 -3
- package/build/js/djinni-types/sdcCoreInternalSdkCommonGeometry.d.ts +1 -0
- package/build/js/djinni-types/sdcLabelData.d.ts +2 -1
- package/build/js/djinni-types/sdcLabelData.js +1 -1
- package/build/js/djinni-types/sdcLabelInternalModuleCapture.d.ts +1 -1
- package/build/js/djinni-types/sdcLabelInternalModuleCapture.js +1 -1
- package/build/js/djinni-types/sdcLabelInternalModuleUiOverlay.d.ts +1 -1
- package/build/js/index.d.ts +5 -4
- package/build/js/index.js +1 -1
- package/build/js/moduleLoader.js +1 -1
- package/build/js/private/PrivateLabelFieldDefinition.d.ts +2 -2
- package/build/js/private/adaptiveRecognitionModeTranslator.js +1 -1
- package/build/js/private/createProxiedViewFinder.d.ts +3 -3
- package/build/js/private/scrollIntoView/compute.d.ts +69 -0
- package/build/js/private/scrollIntoView/compute.js +1 -0
- package/build/js/private/scrollIntoView/index.d.ts +62 -0
- package/build/js/private/scrollIntoView/index.js +1 -0
- package/build/js/private/scrollIntoView/types.d.ts +21 -0
- package/build/js/private/scrollIntoView/types.js +0 -0
- package/build/js/private/viewfinderTranslator.js +1 -1
- package/build/js/{sdcLabelInternalModuleCapture-CxPSiq2o.d.ts → sdcLabelInternalModuleCapture-yM8m0vEc.d.ts} +34 -2
- package/build/js/ui/atoms/TextInput.d.ts +0 -6
- package/build/js/ui/atoms/TextInput.js +1 -1
- package/build/js/ui/atoms/viewportUtils.d.ts +27 -0
- package/build/js/ui/atoms/viewportUtils.js +1 -0
- package/build/js/ui/controllers/KeyboardVisibilityController.d.ts +55 -5
- package/build/js/ui/controllers/KeyboardVisibilityController.js +1 -1
- package/build/js/ui/organisms/LabelCaptureValidationFlowLayout.d.ts +6 -2
- package/build/js/ui/organisms/LabelCaptureValidationFlowLayout.js +1 -1
- package/build/js/worker/LabelCaptureWorkerManager.d.ts +2 -2
- package/build/js/worker/LabelCaptureWorkerManager.js +1 -1
- package/build/js/worker/WorkerMain.d.ts +2 -2
- package/build/js/worker/WorkerMain.js +1 -1
- package/build/js/worker/WorkerRegistry.d.ts +2 -2
- package/build/js/worker/dataCaptureEngine.d.ts +2 -2
- package/build/js/worker/dataCaptureEngine.js +1 -1
- package/build/js/worker/dataCaptureWorkerRelated.d.ts +2 -2
- package/build/js/worker/handlers/FieldBuilderHandler.d.ts +2 -2
- package/build/js/worker/handlers/FieldBuilderHandler.js +1 -1
- package/build/js/worker/handlers/LabelCaptureAdvancedOverlayHandler.d.ts +2 -2
- package/build/js/worker/handlers/LabelCaptureAdvancedOverlayHandler.js +1 -1
- package/build/js/worker/handlers/LabelCaptureBasicOverlayHandler.d.ts +2 -2
- package/build/js/worker/handlers/LabelCaptureBasicOverlayHandler.js +1 -1
- package/build/js/worker/handlers/LabelCaptureHandler.d.ts +2 -2
- package/build/js/worker/handlers/LabelCaptureHandler.js +1 -1
- package/build/js/worker/handlers/ReceiptScanningHandler.d.ts +2 -2
- package/build/js/worker/handlers/ReceiptScanningHandler.js +1 -1
- package/build/js/worker/handlers/SettingsHandler.d.ts +2 -2
- package/build/js/worker/handlers/SettingsHandler.js +1 -1
- package/build/js/worker/handlers/ValidationFlowHandler.d.ts +4 -2
- package/build/js/worker/handlers/ValidationFlowHandler.js +1 -1
- package/build/js/worker/labelCapture.inlineWorker.d.ts +2 -2
- package/build/js/worker/labelCapture.inlineWorker.js +1 -1
- package/build/js/worker/labelWorkerHandler.d.ts +2 -2
- package/build/js/worker/proxies/AimerViewfinderProxy.d.ts +2 -2
- package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -1
- package/build/js/worker/proxies/BarcodeFieldProxy.d.ts +2 -2
- package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -1
- package/build/js/worker/proxies/CapturedLabelProxy.d.ts +2 -2
- package/build/js/worker/proxies/CapturedLabelProxy.js +1 -1
- package/build/js/worker/proxies/CustomBarcodeProxy.d.ts +2 -2
- package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/CustomTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/CustomTextProxy.js +1 -1
- package/build/js/worker/proxies/DateTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/DateTextProxy.js +1 -1
- package/build/js/worker/proxies/ExpiryDateTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -1
- package/build/js/worker/proxies/ImeiOneBarcodeProxy.d.ts +2 -2
- package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/ImeiTwoBarcodeProxy.d.ts +2 -2
- package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureHelperProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelCaptureProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureSessionProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureSettingsProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -1
- package/build/js/worker/proxies/LabelDefinitionProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -1
- package/build/js/worker/proxies/LabelFieldDefinitionProxy.d.ts +4 -2
- package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -1
- package/build/js/worker/proxies/LabelFieldLocationProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -1
- package/build/js/worker/proxies/LabelFieldProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelFieldProxy.js +1 -1
- package/build/js/worker/proxies/NativeProxy.d.ts +2 -2
- package/build/js/worker/proxies/NativeProxy.js +1 -1
- package/build/js/worker/proxies/NoViewfinderProxy.d.ts +2 -2
- package/build/js/worker/proxies/NoViewfinderProxy.js +1 -1
- package/build/js/worker/proxies/PackingDateTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/PackingDateTextProxy.js +1 -1
- package/build/js/worker/proxies/PartNumberBarcodeProxy.d.ts +2 -2
- package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/ReceiptScanningHandlerProxy.d.ts +2 -2
- package/build/js/worker/proxies/ReceiptScanningOverlayProxy.d.ts +2 -2
- package/build/js/worker/proxies/ReceiptScanningOverlayProxy.js +1 -1
- package/build/js/worker/proxies/ReceiptScanningSettingsProxy.d.ts +2 -2
- package/build/js/worker/proxies/ReceiptScanningSettingsProxy.js +1 -1
- package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.d.ts +2 -2
- package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.js +1 -1
- package/build/js/worker/proxies/RectangularViewfinderProxy.d.ts +2 -2
- package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -1
- package/build/js/worker/proxies/SerialNumberBarcodeProxy.d.ts +2 -2
- package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/TotalPriceTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -1
- package/build/js/worker/proxies/UnitPriceTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -1
- package/build/js/worker/proxies/ValidationFlowListenerProxy.d.ts +4 -4
- package/build/js/worker/proxies/ValidationFlowListenerProxy.js +1 -1
- package/build/js/worker/proxies/ValidationFlowOverlayProxy.d.ts +2 -2
- package/build/js/worker/proxies/ValidationFlowOverlayProxy.js +1 -1
- package/build/js/worker/proxies/ValidationFlowSettingsProxy.d.ts +2 -2
- package/build/js/worker/proxies/ValidationFlowSettingsProxy.js +1 -1
- package/build/js/worker/proxies/WeightTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/WeightTextProxy.js +1 -1
- package/build/js/worker/proxies/base/BarcodeFieldProxyBase.d.ts +2 -2
- package/build/js/worker/proxies/base/BarcodeFieldProxyBase.js +1 -1
- package/build/js/worker/proxies/base/LabelFieldDefinitionBaseProxy.d.ts +4 -2
- package/build/js/worker/proxies/base/LabelFieldDefinitionBaseProxy.js +1 -1
- package/build/js/worker/proxies/base/index.d.ts +2 -2
- package/build/js/worker/proxies/base/index.js +1 -1
- package/package.json +3 -3
- package/sdc-lib/resources/models/barcode_1d_scanlines_reconstruction.5c2e5da7e592.model +0 -0
- package/sdc-lib/resources/models/barcode_keypoints_oned.c499e5bd6ed4.model +0 -0
- package/sdc-lib/resources/models/barcode_label_localization_mslc_model_smartphone.29decf3dd9e6.model +0 -0
- package/sdc-lib/resources/models/id_outline_localization_model_kpts.b74ff5cc58cf.model +0 -0
- package/sdc-lib/resources/models/ocr_attention.dd4572d2c642.model +0 -0
- package/sdc-lib/resources/models/via_id_template_database.488e01f034cb.model +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label-pthreads.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-label-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label-simd.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-label-simd.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-label.wasm +0 -0
- package/build/js/chunks/chunk-2JJNU34C.js +0 -1
- package/build/js/chunks/chunk-4IN2HVLU.js +0 -1
- package/build/js/chunks/chunk-4LEONM2D.js +0 -1
- package/build/js/chunks/chunk-5CNHCL7M.js +0 -1
- package/build/js/chunks/chunk-7M5DXL6F.js +0 -1
- package/build/js/chunks/chunk-ANZRGHEQ.js +0 -1
- package/build/js/chunks/chunk-AONFYCPA.js +0 -1
- package/build/js/chunks/chunk-AVKEMR5W.js +0 -1
- package/build/js/chunks/chunk-CP4Y6VIT.js +0 -1
- package/build/js/chunks/chunk-DHFJ3EFE.js +0 -1
- package/build/js/chunks/chunk-DVWSNT7T.js +0 -1
- package/build/js/chunks/chunk-GVHKYWET.js +0 -1
- package/build/js/chunks/chunk-HMFPC3RG.js +0 -1
- package/build/js/chunks/chunk-JF7J7XP2.js +0 -1
- package/build/js/chunks/chunk-K5Y26N6X.js +0 -1
- package/build/js/chunks/chunk-KBXWH2TW.js +0 -1
- package/build/js/chunks/chunk-KFIB6ALQ.js +0 -1
- package/build/js/chunks/chunk-N2Q2DERV.js +0 -1
- package/build/js/chunks/chunk-N4GW7RGB.js +0 -1
- package/build/js/chunks/chunk-N7HKYUQ6.js +0 -1
- package/build/js/chunks/chunk-NAWWKVI5.js +0 -1
- package/build/js/chunks/chunk-NDYVHCIR.js +0 -1
- package/build/js/chunks/chunk-OHZCXBA4.js +0 -1
- package/build/js/chunks/chunk-PBTK3XKJ.js +0 -1
- package/build/js/chunks/chunk-RMO2SLDR.js +0 -1
- package/build/js/chunks/chunk-S7PTN3KC.js +0 -1
- package/build/js/chunks/chunk-SQEDHQIB.js +0 -1
- package/build/js/chunks/chunk-T5PFYQ2F.js +0 -1
- package/build/js/chunks/chunk-THXK2CAH.js +0 -1
- package/build/js/chunks/chunk-TTPFUFVN.js +0 -1
- package/build/js/chunks/chunk-U77DVACF.js +0 -1
- package/build/js/chunks/chunk-UDGNT475.js +0 -1
- package/build/js/chunks/chunk-VDVJDXZY.js +0 -1
- package/build/js/chunks/chunk-VEAIPJDT.js +0 -1
- package/build/js/chunks/chunk-W4ZKJPWB.js +0 -1
- package/build/js/chunks/chunk-WFKHPFU2.js +0 -1
- package/build/js/chunks/chunk-XNRT4YBM.js +0 -1
- package/build/js/chunks/chunk-XZAS7UFN.js +0 -1
- package/build/js/chunks/chunk-YH6BNOYC.js +0 -1
- package/build/js/chunks/chunk-YPFID6RX.js +0 -2
- package/build/js/chunks/chunk-ZMEFT4CJ.js +0 -1
- package/build/js/chunks/chunk-ZVURFK6X.js +0 -1
- package/sdc-lib/resources/models/barcode_keypoints_oned.6697cfdb9ce4.model +0 -0
- package/sdc-lib/resources/models/id_outline_localization_model_kpts.b7f16ab1f44c.model +0 -0
- package/sdc-lib/resources/models/via_id_template_database.578ae388d1d7.model +0 -0
|
@@ -34,7 +34,7 @@ declare global {
|
|
|
34
34
|
}
|
|
35
35
|
declare class LabelCaptureValidationFlowLayout extends ScanditHTMLElement {
|
|
36
36
|
static tag: "scandit-label-capture-validation-flow-layout";
|
|
37
|
-
private static
|
|
37
|
+
private static injectedStyleElements;
|
|
38
38
|
private dataCaptureViewContainer_;
|
|
39
39
|
private dataCaptureViewWrapper_;
|
|
40
40
|
private backdrop_;
|
|
@@ -46,6 +46,8 @@ declare class LabelCaptureValidationFlowLayout extends ScanditHTMLElement {
|
|
|
46
46
|
private buttonsContainer_;
|
|
47
47
|
private orientationObserver_;
|
|
48
48
|
private onOrientationChangeHandler;
|
|
49
|
+
private viewportMeta;
|
|
50
|
+
private originalViewportContent;
|
|
49
51
|
private onClearButtonClickHandler;
|
|
50
52
|
private onPauseButtonClickHandler;
|
|
51
53
|
private onDataCaptureViewWrapperClickHandler;
|
|
@@ -54,7 +56,7 @@ declare class LabelCaptureValidationFlowLayout extends ScanditHTMLElement {
|
|
|
54
56
|
private focusedInputOffset;
|
|
55
57
|
private currentAnimationPromise;
|
|
56
58
|
private lastOrientationEvent_;
|
|
57
|
-
private static
|
|
59
|
+
private static createStyleElements;
|
|
58
60
|
static create(): LabelCaptureValidationFlowLayout;
|
|
59
61
|
static register(): void;
|
|
60
62
|
get dataCaptureViewContainer(): HTMLDivElement | null;
|
|
@@ -73,6 +75,8 @@ declare class LabelCaptureValidationFlowLayout extends ScanditHTMLElement {
|
|
|
73
75
|
private addButtonIcons;
|
|
74
76
|
private setupOrientationObserver;
|
|
75
77
|
private onOrientationChange;
|
|
78
|
+
private disableViewportZoom;
|
|
79
|
+
private restoreViewportZoom;
|
|
76
80
|
private showButton;
|
|
77
81
|
private hideButton;
|
|
78
82
|
showValidationButtons(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{b as LabelCaptureValidationFlowLayout,a as LabelCaptureValidationFlowLayoutEvents}from'../../chunks/chunk-
|
|
1
|
+
export{b as LabelCaptureValidationFlowLayout,a as LabelCaptureValidationFlowLayoutEvents}from'../../chunks/chunk-CYK3ORCG.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { DataCaptureLoader, DataCaptureLoaderOptions } from '@scandit/web-datacapture-core';
|
|
2
|
-
import { d as DataCaptureWorker, e as DataCaptureActionMessageKey, W as WorkerCommandPayload, D as DataCaptureCallbackMessage } from '../NativeProxy-
|
|
2
|
+
import { d as DataCaptureWorker, e as DataCaptureActionMessageKey, W as WorkerCommandPayload, D as DataCaptureCallbackMessage } from '../NativeProxy-wKE5sxLq.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
5
5
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
6
6
|
import '../djinni-types/sdcBarcodeData.js';
|
|
7
7
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
8
8
|
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
9
|
-
import '../sdcLabelInternalModuleCapture-
|
|
9
|
+
import '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
10
10
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
11
11
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
12
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as LabelCaptureWorkerManager}from'../chunks/chunk-
|
|
1
|
+
export{a as LabelCaptureWorkerManager}from'../chunks/chunk-2W6E3GQH.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { AugmentedWorker, ModuleHandler, WasmFrameData } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
2
2
|
import { WorkerMain as WorkerMain$1 } from '@scandit/web-datacapture-core/build/js/worker/index.js';
|
|
3
|
-
import {
|
|
3
|
+
import { a as LabelCaptureListener, L as LabelCapture, b as LabelCaptureSession } from '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
4
4
|
import { DataCaptureEngine } from './dataCaptureEngine.js';
|
|
5
|
-
import { M as Module, e as DataCaptureActionMessageKey, D as DataCaptureCallbackMessage, f as AnyDataCaptureActionMessage } from '../NativeProxy-
|
|
5
|
+
import { M as Module, e as DataCaptureActionMessageKey, D as DataCaptureCallbackMessage, f as AnyDataCaptureActionMessage } from '../NativeProxy-wKE5sxLq.js';
|
|
6
6
|
import '../djinni-types/sdcBarcodeData.js';
|
|
7
7
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
8
8
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{Q as WorkerMain}from'../chunks/chunk-
|
|
1
|
+
export{Q as WorkerMain}from'../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { LabelCaptureWorkerManager } from './LabelCaptureWorkerManager.js';
|
|
2
2
|
import '@scandit/web-datacapture-core';
|
|
3
|
-
import '../NativeProxy-
|
|
3
|
+
import '../NativeProxy-wKE5sxLq.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
6
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
7
7
|
import '../djinni-types/sdcBarcodeData.js';
|
|
8
8
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
9
9
|
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
10
|
-
import '../sdcLabelInternalModuleCapture-
|
|
10
|
+
import '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
11
11
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
12
12
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
13
13
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { WorkerFunctions as WorkerFunctions$1, ModuleHandler, Vector, UpdateContextParameters, AddNativeOverlayAction, RemoveNativeOverlayAction } from '@scandit/web-datacapture-core/build/js/worker/index';
|
|
2
2
|
import { DataCaptureEngine as DataCaptureEngine$1 } from '@scandit/web-datacapture-core/build/js/worker/index.js';
|
|
3
|
-
import { M as Module, D as DataCaptureCallbackMessage } from '../NativeProxy-
|
|
3
|
+
import { M as Module, D as DataCaptureCallbackMessage } from '../NativeProxy-wKE5sxLq.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
6
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
7
7
|
import '../djinni-types/sdcBarcodeData.js';
|
|
8
8
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
9
9
|
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
10
|
-
import '../sdcLabelInternalModuleCapture-
|
|
10
|
+
import '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
11
11
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
12
12
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
13
13
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{F as DataCaptureEngine}from'../chunks/chunk-
|
|
1
|
+
export{F as DataCaptureEngine}from'../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '@scandit/web-datacapture-barcode';
|
|
2
2
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
3
|
-
export { f as AnyDataCaptureActionMessage, j as AugmentedCoreModule, k as AugmentedWorker, B as BaseDataCaptureCallbackMessage, C as CommandAndPayload, l as CreateLabelCaptureActionMessage, m as CreateLabelCaptureCallbackMessage, n as DataCaptureActionMessage, e as DataCaptureActionMessageKey, D as DataCaptureCallbackMessage, o as DataCaptureCallbackMessageKeys, d as DataCaptureWorker, p as LabelCaptureAddListenerActionMessage, q as LabelCaptureAddListenerCallbackMessage, r as LabelCaptureAddToContextActionMessage, s as LabelCaptureAdvancedOverlayForLabelCaptureActionMessage, t as LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage, u as LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage, v as LabelCaptureApplySettingsActionMessage, w as LabelCaptureApplySettingsCallbackMessage, x as LabelCaptureBasicOverlayBrushForFieldCallbackMessage, y as LabelCaptureBasicOverlayBrushForLabelCallbackMessage, z as LabelCaptureBasicOverlayForLabelCaptureActionMessage, E as LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage, F as LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage, G as LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage, H as LabelCaptureBasicOverlayGetViewfinderActionMessage, I as LabelCaptureBasicOverlayOnLabelTappedCallbackMessage, J as LabelCaptureBasicOverlaySetBrushForFieldActionMessage, K as LabelCaptureBasicOverlaySetBrushForLabelActionMessage, O as LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage, P as LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage, Q as LabelCaptureBasicOverlaySetListenerActionMessage, S as LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage, T as LabelCaptureBasicOverlayUpdateViewfinderActionMessage, U as LabelCaptureBuildCustomBarcodeActionMessage, V as LabelCaptureBuildCustomBarcodeCallbackMessage, X as LabelCaptureBuildCustomTextActionMessage, Y as LabelCaptureBuildCustomTextCallbackMessage, Z as LabelCaptureBuildDateTextActionMessage, _ as LabelCaptureBuildDateTextCallbackMessage, $ as LabelCaptureBuildExpiryDateTextActionMessage, a0 as LabelCaptureBuildExpiryDateTextCallbackMessage, a1 as LabelCaptureBuildImeiOneBarcodeActionMessage, a2 as LabelCaptureBuildImeiOneBarcodeCallbackMessage, a3 as LabelCaptureBuildImeiTwoBarcodeActionMessage, a4 as LabelCaptureBuildImeiTwoBarcodeCallbackMessage, a5 as LabelCaptureBuildLabelCaptureSettingsActionMessage, a6 as LabelCaptureBuildLabelCaptureSettingsCallbackMessage, a7 as LabelCaptureBuildLabelDefinitionActionMessage, a8 as LabelCaptureBuildLabelDefinitionCallbackMessage, a9 as LabelCaptureBuildLabelFieldLocationActionMessage, aa as LabelCaptureBuildLabelFieldLocationCallbackMessage, ab as LabelCaptureBuildPackingDateTextActionMessage, ac as LabelCaptureBuildPackingDateTextCallbackMessage, ad as LabelCaptureBuildPartNumberBarcodeActionMessage, ae as LabelCaptureBuildPartNumberBarcodeCallbackMessage, af as LabelCaptureBuildPriceCaptureDefinitionActionMessage, ag as LabelCaptureBuildSerialNumberBarcodeActionMessage, ah as LabelCaptureBuildSerialNumberBarcodeCallbackMessage, ai as LabelCaptureBuildTotalPriceTextActionMessage, aj as LabelCaptureBuildTotalPriceTextCallbackMessage, ak as LabelCaptureBuildUnitPriceTextActionMessage, al as LabelCaptureBuildUnitPriceTextCallbackMessage, am as LabelCaptureBuildVinLabelDefinitionActionMessage, an as LabelCaptureBuildWeightTextActionMessage, ao as LabelCaptureBuildWeightTextCallbackMessage, ap as LabelCaptureIsEnabledActionMessage, aq as LabelCaptureIsEnabledCallbackMessage, i as LabelCaptureModule, ar as LabelCaptureOnObservationStartedCallbackMessage, as as LabelCaptureOnObservationStoppedCallbackMessage, at as LabelCaptureOnSessionUpdatedCallbackMessage, au as LabelCaptureRemoveFromContextActionMessage, av as LabelCaptureRemoveListenerActionMessage, aw as LabelCaptureRemoveListenerCallbackMessage, ax as LabelCaptureSetEnabledActionMessage, ay as LabelCaptureSetEnabledCallbackMessage, az as LabelCaptureSettingsGetBlueprintJsonActionMessage, aA as LabelCaptureSettingsGetLocationSelectionActionMessage, aB as LabelCaptureSettingsGetLocationSelectionCallbackMessage, aC as LabelCaptureSettingsGetPropertyActionMessage, aD as LabelCaptureSettingsGetPropertyCallbackMessage, aE as LabelCaptureSettingsSetLocationSelectionActionMessage, aF as LabelCaptureSettingsSetLocationSelectionCallbackMessage, aG as LabelCaptureSettingsSetPropertyActionMessage, aH as LabelCaptureSettingsSetPropertyCallbackMessage, aI as LabelCaptureUnsetValidationFlowHandlerActionMessage, aJ as LabelData, aK as LabelDefinitionSetAdaptiveRecognitionModeActionMessage, aL as LabelInternalModuleCapture, aM as LabelInternalModuleData, M as Module, aN as ModuleHandler, aO as PayloadForCommand, aP as ReceiptScanningHandlerAddListenerActionMessage, aQ as ReceiptScanningHandlerFinishFlowActionMessage, aR as ReceiptScanningHandlerRemoveListenerActionMessage, aS as ReceiptScanningHandlerStartFlowActionMessage, aT as ReceiptScanningListenerOnProcessingStartedCallbackMessage, aU as ReceiptScanningListenerOnReceiptScannedCallbackMessage, aV as ReceiptScanningListenerOnReceiptScanningFailedCallbackMessage, aW as ReceiptScanningOverlayApplySettingsActionMessage, aX as ReceiptScanningOverlayForLabelCaptureActionMessage, aY as ReceiptScanningSettingsCreateActionMessage, aZ as ReceiptScanningSettingsGetProcessingHintTextActionMessage, a_ as ReceiptScanningSettingsSetProcessingHintTextActionMessage, a$ as
|
|
3
|
+
export { f as AnyDataCaptureActionMessage, j as AugmentedCoreModule, k as AugmentedWorker, B as BaseDataCaptureCallbackMessage, C as CommandAndPayload, l as CreateLabelCaptureActionMessage, m as CreateLabelCaptureCallbackMessage, n as DataCaptureActionMessage, e as DataCaptureActionMessageKey, D as DataCaptureCallbackMessage, o as DataCaptureCallbackMessageKeys, d as DataCaptureWorker, p as LabelCaptureAddListenerActionMessage, q as LabelCaptureAddListenerCallbackMessage, r as LabelCaptureAddToContextActionMessage, s as LabelCaptureAdvancedOverlayForLabelCaptureActionMessage, t as LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage, u as LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage, v as LabelCaptureApplySettingsActionMessage, w as LabelCaptureApplySettingsCallbackMessage, x as LabelCaptureBasicOverlayBrushForFieldCallbackMessage, y as LabelCaptureBasicOverlayBrushForLabelCallbackMessage, z as LabelCaptureBasicOverlayForLabelCaptureActionMessage, E as LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage, F as LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage, G as LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage, H as LabelCaptureBasicOverlayGetViewfinderActionMessage, I as LabelCaptureBasicOverlayOnLabelTappedCallbackMessage, J as LabelCaptureBasicOverlaySetBrushForFieldActionMessage, K as LabelCaptureBasicOverlaySetBrushForLabelActionMessage, O as LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage, P as LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage, Q as LabelCaptureBasicOverlaySetListenerActionMessage, S as LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage, T as LabelCaptureBasicOverlayUpdateViewfinderActionMessage, U as LabelCaptureBuildCustomBarcodeActionMessage, V as LabelCaptureBuildCustomBarcodeCallbackMessage, X as LabelCaptureBuildCustomTextActionMessage, Y as LabelCaptureBuildCustomTextCallbackMessage, Z as LabelCaptureBuildDateTextActionMessage, _ as LabelCaptureBuildDateTextCallbackMessage, $ as LabelCaptureBuildExpiryDateTextActionMessage, a0 as LabelCaptureBuildExpiryDateTextCallbackMessage, a1 as LabelCaptureBuildImeiOneBarcodeActionMessage, a2 as LabelCaptureBuildImeiOneBarcodeCallbackMessage, a3 as LabelCaptureBuildImeiTwoBarcodeActionMessage, a4 as LabelCaptureBuildImeiTwoBarcodeCallbackMessage, a5 as LabelCaptureBuildLabelCaptureSettingsActionMessage, a6 as LabelCaptureBuildLabelCaptureSettingsCallbackMessage, a7 as LabelCaptureBuildLabelDefinitionActionMessage, a8 as LabelCaptureBuildLabelDefinitionCallbackMessage, a9 as LabelCaptureBuildLabelFieldLocationActionMessage, aa as LabelCaptureBuildLabelFieldLocationCallbackMessage, ab as LabelCaptureBuildPackingDateTextActionMessage, ac as LabelCaptureBuildPackingDateTextCallbackMessage, ad as LabelCaptureBuildPartNumberBarcodeActionMessage, ae as LabelCaptureBuildPartNumberBarcodeCallbackMessage, af as LabelCaptureBuildPriceCaptureDefinitionActionMessage, ag as LabelCaptureBuildSerialNumberBarcodeActionMessage, ah as LabelCaptureBuildSerialNumberBarcodeCallbackMessage, ai as LabelCaptureBuildTotalPriceTextActionMessage, aj as LabelCaptureBuildTotalPriceTextCallbackMessage, ak as LabelCaptureBuildUnitPriceTextActionMessage, al as LabelCaptureBuildUnitPriceTextCallbackMessage, am as LabelCaptureBuildVinLabelDefinitionActionMessage, an as LabelCaptureBuildWeightTextActionMessage, ao as LabelCaptureBuildWeightTextCallbackMessage, ap as LabelCaptureIsEnabledActionMessage, aq as LabelCaptureIsEnabledCallbackMessage, i as LabelCaptureModule, ar as LabelCaptureOnObservationStartedCallbackMessage, as as LabelCaptureOnObservationStoppedCallbackMessage, at as LabelCaptureOnSessionUpdatedCallbackMessage, au as LabelCaptureRemoveFromContextActionMessage, av as LabelCaptureRemoveListenerActionMessage, aw as LabelCaptureRemoveListenerCallbackMessage, ax as LabelCaptureSetEnabledActionMessage, ay as LabelCaptureSetEnabledCallbackMessage, az as LabelCaptureSettingsGetBlueprintJsonActionMessage, aA as LabelCaptureSettingsGetLocationSelectionActionMessage, aB as LabelCaptureSettingsGetLocationSelectionCallbackMessage, aC as LabelCaptureSettingsGetPropertyActionMessage, aD as LabelCaptureSettingsGetPropertyCallbackMessage, aE as LabelCaptureSettingsSetLocationSelectionActionMessage, aF as LabelCaptureSettingsSetLocationSelectionCallbackMessage, aG as LabelCaptureSettingsSetPropertyActionMessage, aH as LabelCaptureSettingsSetPropertyCallbackMessage, aI as LabelCaptureUnsetValidationFlowHandlerActionMessage, aJ as LabelData, aK as LabelDefinitionSetAdaptiveRecognitionModeActionMessage, aL as LabelInternalModuleCapture, aM as LabelInternalModuleData, M as Module, aN as ModuleHandler, aO as PayloadForCommand, aP as ReceiptScanningHandlerAddListenerActionMessage, aQ as ReceiptScanningHandlerFinishFlowActionMessage, aR as ReceiptScanningHandlerRemoveListenerActionMessage, aS as ReceiptScanningHandlerStartFlowActionMessage, aT as ReceiptScanningListenerOnProcessingStartedCallbackMessage, aU as ReceiptScanningListenerOnReceiptScannedCallbackMessage, aV as ReceiptScanningListenerOnReceiptScanningFailedCallbackMessage, aW as ReceiptScanningOverlayApplySettingsActionMessage, aX as ReceiptScanningOverlayForLabelCaptureActionMessage, aY as ReceiptScanningSettingsCreateActionMessage, aZ as ReceiptScanningSettingsGetProcessingHintTextActionMessage, a_ as ReceiptScanningSettingsSetProcessingHintTextActionMessage, a$ as ValidationFlowFeedbackForCloudBackupEmitCallbackMessage, b0 as ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage, b1 as ValidationFlowHandlerClearAllFieldsActionMessage, b2 as ValidationFlowHandlerCreateActionMessage, b3 as ValidationFlowHandlerFinishFlowActionMessage, b4 as ValidationFlowHandlerGetValidationFlowFieldsActionMessage, b5 as ValidationFlowHandlerPauseScanActionMessage, b6 as ValidationFlowHandlerResetActionMessage, b7 as ValidationFlowHandlerResumeScanActionMessage, b8 as ValidationFlowHandlerStartCompleteLabelScanActionMessage, b9 as ValidationFlowHandlerStartPartialLabelScanActionMessage, ba as ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage, bb as ValidationFlowHandlerUpdateFieldValueActionMessage, bc as ValidationFlowListenerOnCloudBackupServiceStartedCallbackMessage, bd as ValidationFlowListenerOnCloudBackupServiceStoppedCallbackMessage, be as ValidationFlowListenerOnFieldsScannedCallbackMessage, bf as ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage, bg as ValidationFlowListenerOnManualInputCallbackMessage, bh as ValidationFlowListenerOnResultUpdateCallbackMessage, bi as ValidationFlowListenerOnScanTimeoutCallbackMessage, bj as ValidationFlowListenerOnStateChangedCallbackMessage, bk as ValidationFlowOverlayApplySettingsActionMessage, bl as ValidationFlowOverlayForLabelCaptureActionMessage, bm as ValidationFlowSettingsCreateActionMessage, bn as ValidationFlowSettingsGetAdaptiveScanningTextActionMessage, bo as ValidationFlowSettingsGetFinishButtonTextActionMessage, bp as ValidationFlowSettingsGetManualInputButtonTextActionMessage, bq as ValidationFlowSettingsGetMissingFieldsHintTextActionMessage, br as ValidationFlowSettingsGetPauseButtonTextActionMessage, bs as ValidationFlowSettingsGetPlaceholderTextForLabelDefinitionActionMessage, bt as ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage, bu as ValidationFlowSettingsGetRestartButtonTextActionMessage, bv as ValidationFlowSettingsGetScanningTextActionMessage, bw as ValidationFlowSettingsGetStandbyHintTextActionMessage, bx as ValidationFlowSettingsGetValidationErrorTextActionMessage, by as ValidationFlowSettingsGetValidationHintTextActionMessage, bz as ValidationFlowSettingsSetAdaptiveScanningTextActionMessage, bA as ValidationFlowSettingsSetFinishButtonTextActionMessage, bB as ValidationFlowSettingsSetManualInputButtonTextActionMessage, bC as ValidationFlowSettingsSetMissingFieldsHintTextActionMessage, bD as ValidationFlowSettingsSetPauseButtonTextActionMessage, bE as ValidationFlowSettingsSetPlaceholderTextForLabelDefinitionActionMessage, bF as ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage, bG as ValidationFlowSettingsSetRestartButtonTextActionMessage, bH as ValidationFlowSettingsSetScanningTextActionMessage, bI as ValidationFlowSettingsSetStandbyHintTextActionMessage, bJ as ValidationFlowSettingsSetValidationErrorTextActionMessage, bK as ValidationFlowSettingsSetValidationHintTextActionMessage, W as WorkerCommandPayload, bL as WorkerResponse } from '../NativeProxy-wKE5sxLq.js';
|
|
4
4
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
5
5
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
6
6
|
import '../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
7
7
|
import '../djinni-types/sdcLabelData.js';
|
|
8
|
-
import '../sdcLabelInternalModuleCapture-
|
|
8
|
+
import '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
9
9
|
import '../djinni-types/sdcLabelInternalModuleData.js';
|
|
10
10
|
import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
11
11
|
import '@scandit/web-datacapture-core';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-
|
|
1
|
+
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import '@scandit/web-datacapture-barcode';
|
|
3
3
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
4
4
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
5
5
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
6
6
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
7
7
|
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
8
|
-
import '../../sdcLabelInternalModuleCapture-
|
|
8
|
+
import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
9
9
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
10
10
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
11
11
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{I as FieldBuilderHandler}from'../../chunks/chunk-
|
|
1
|
+
export{I as FieldBuilderHandler}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-
|
|
1
|
+
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import '@scandit/web-datacapture-barcode';
|
|
3
3
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
4
4
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
5
5
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
6
6
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
7
7
|
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
8
|
-
import '../../sdcLabelInternalModuleCapture-
|
|
8
|
+
import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
9
9
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
10
10
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
11
11
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{J as LabelCaptureAdvancedOverlayHandler}from'../../chunks/chunk-
|
|
1
|
+
export{J as LabelCaptureAdvancedOverlayHandler}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Brush } from '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
2
2
|
import { CapturedLabel, LabelField } from '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
3
|
-
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-
|
|
3
|
+
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.js';
|
|
4
4
|
import { WorkerMain } from '../WorkerMain.js';
|
|
5
5
|
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
6
6
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -10,7 +10,7 @@ import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
|
10
10
|
import '../../djinni-types/sdcLabelData.js';
|
|
11
11
|
import '@scandit/web-datacapture-barcode';
|
|
12
12
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
13
|
-
import '../../sdcLabelInternalModuleCapture-
|
|
13
|
+
import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
14
14
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
15
15
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
16
16
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{K as LabelCaptureBasicOverlayHandler}from'../../chunks/chunk-
|
|
1
|
+
export{K as LabelCaptureBasicOverlayHandler}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-
|
|
1
|
+
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { WorkerMain } from '../WorkerMain.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -6,7 +6,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
6
6
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
7
7
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
8
8
|
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
9
|
-
import '../../sdcLabelInternalModuleCapture-
|
|
9
|
+
import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
10
10
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
11
11
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
12
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{M as LabelCaptureHandler}from'../../chunks/chunk-
|
|
1
|
+
export{M as LabelCaptureHandler}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-
|
|
1
|
+
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { WorkerMain } from '../WorkerMain.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -6,7 +6,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
6
6
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
7
7
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
8
8
|
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
9
|
-
import '../../sdcLabelInternalModuleCapture-
|
|
9
|
+
import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
10
10
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
11
11
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
12
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{N as ReceiptScanningHandler}from'../../chunks/chunk-
|
|
1
|
+
export{N as ReceiptScanningHandler}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-
|
|
1
|
+
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { WorkerMain } from '../WorkerMain.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -6,7 +6,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
6
6
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
7
7
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
8
8
|
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
9
|
-
import '../../sdcLabelInternalModuleCapture-
|
|
9
|
+
import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
10
10
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
11
11
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
12
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{O as SettingsHandler}from'../../chunks/chunk-
|
|
1
|
+
export{O as SettingsHandler}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-
|
|
1
|
+
import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { WorkerMain } from '../WorkerMain.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -6,7 +6,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
6
6
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
7
7
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
8
8
|
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
9
|
-
import '../../sdcLabelInternalModuleCapture-
|
|
9
|
+
import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
10
10
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
11
11
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
12
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -43,7 +43,9 @@ import '@scandit/web-datacapture-core/build/js/worker/index';
|
|
|
43
43
|
declare class ValidationFlowHandler {
|
|
44
44
|
private readonly workerMain;
|
|
45
45
|
private validationFlowListener;
|
|
46
|
+
private cloudBackupFeedback;
|
|
46
47
|
constructor(workerMain: WorkerMain);
|
|
48
|
+
private getOrCreateCloudBackupFeedback;
|
|
47
49
|
canHandle(command: string): boolean;
|
|
48
50
|
handle(event: MessageEvent<AnyDataCaptureActionMessage>): Promise<unknown>;
|
|
49
51
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{P as ValidationFlowHandler}from'../../chunks/chunk-
|
|
1
|
+
export{P as ValidationFlowHandler}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { WorkerMain } from './WorkerMain.js';
|
|
2
2
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
3
3
|
import '@scandit/web-datacapture-core/build/js/worker/index.js';
|
|
4
|
-
import '../sdcLabelInternalModuleCapture-
|
|
4
|
+
import '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
5
5
|
import '../djinni-types/sdcBarcodeData.js';
|
|
6
6
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
7
7
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
@@ -17,7 +17,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
17
17
|
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
18
18
|
import './dataCaptureEngine.js';
|
|
19
19
|
import '@scandit/web-datacapture-core/build/js/worker/index';
|
|
20
|
-
import '../NativeProxy-
|
|
20
|
+
import '../NativeProxy-wKE5sxLq.js';
|
|
21
21
|
import '@scandit/web-datacapture-barcode';
|
|
22
22
|
import '../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
23
23
|
import '../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{S as InlineWorker,R as workerInstance}from'../chunks/chunk-
|
|
1
|
+
export{S as InlineWorker,R as workerInstance}from'../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { LabelCaptureWorkerManager } from './LabelCaptureWorkerManager.js';
|
|
2
2
|
import '@scandit/web-datacapture-core';
|
|
3
|
-
import '../NativeProxy-
|
|
3
|
+
import '../NativeProxy-wKE5sxLq.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
6
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
7
7
|
import '../djinni-types/sdcBarcodeData.js';
|
|
8
8
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
9
9
|
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
10
|
-
import '../sdcLabelInternalModuleCapture-
|
|
10
|
+
import '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
11
11
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
12
12
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
13
13
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Color } from '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
2
2
|
import { AimerViewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
3
|
-
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-
|
|
3
|
+
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
4
4
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
5
5
|
import '../../djinni-types/sdcCoreCommonGraphic.js';
|
|
6
6
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
@@ -9,7 +9,7 @@ import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
|
9
9
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
10
10
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
11
11
|
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
12
|
-
import '../../sdcLabelInternalModuleCapture-
|
|
12
|
+
import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
13
13
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
14
14
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
15
15
|
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{U as default}from'../../chunks/chunk-
|
|
1
|
+
export{U as default}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Symbology } from '../../djinni-types/sdcBarcodeData.js';
|
|
2
|
-
import { B as BarcodeField,
|
|
2
|
+
import { B as BarcodeField, c as LabelFieldLocation } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
3
3
|
import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
|
|
4
|
-
import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
4
|
+
import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
6
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
7
7
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{G as default}from'../../chunks/chunk-
|
|
1
|
+
export{G as default}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { CapturedLabel } from '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -6,7 +6,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
6
6
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
7
7
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
8
8
|
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
9
|
-
import '../../sdcLabelInternalModuleCapture-
|
|
9
|
+
import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
10
10
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
11
11
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
12
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import {T}from'../../chunks/chunk-
|
|
1
|
+
import {T}from'../../chunks/chunk-MIF4OREL.js';var t=class extends T{constructor(){super(...arguments);this.handle={className:"CapturedLabel",id:0};}async getName(e){return this.nativeImplementationFromHandle(e).getName()}async getDeltaTimeToPrediction(e){return this.nativeImplementationFromHandle(e).getDeltaTimeToPrediction()}async getFields(e){throw new Error("This method must be implemented manually.")}async getTrackingId(e){return this.nativeImplementationFromHandle(e).getTrackingId()}async getPredictedBounds(e){throw new Error("This method must be implemented manually.")}async isComplete(e){return this.nativeImplementationFromHandle(e).isComplete()}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},l=new t;export{l as default};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
|
|
3
|
-
import { C as CustomBarcode,
|
|
3
|
+
import { C as CustomBarcode, d as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
4
4
|
import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
6
6
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{d as default}from'../../chunks/chunk-
|
|
1
|
+
export{d as default}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
|
|
3
|
-
import {
|
|
3
|
+
import { e as CustomText, d as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
6
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{e as default}from'../../chunks/chunk-
|
|
1
|
+
export{e as default}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
|
|
3
|
-
import { D as DateText,
|
|
3
|
+
import { D as DateText, f as LabelDateFormat, d as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
6
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{H as default}from'../../chunks/chunk-
|
|
1
|
+
export{H as default}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
|
|
3
|
-
import { E as ExpiryDateText,
|
|
3
|
+
import { E as ExpiryDateText, f as LabelDateFormat, d as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
6
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{f as default}from'../../chunks/chunk-
|
|
1
|
+
export{f as default}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
|
|
3
|
-
import { I as ImeiOneBarcode,
|
|
3
|
+
import { I as ImeiOneBarcode, d as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
6
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{g as default}from'../../chunks/chunk-
|
|
1
|
+
export{g as default}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
|
|
3
|
-
import {
|
|
3
|
+
import { g as ImeiTwoBarcode, d as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
6
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{h as default}from'../../chunks/chunk-
|
|
1
|
+
export{h as default}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { FeatureAvailability } from '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
3
3
|
import { LabelCaptureAdvancedOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -7,7 +7,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
7
7
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
8
8
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
9
9
|
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
10
|
-
import '../../sdcLabelInternalModuleCapture-
|
|
10
|
+
import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
11
11
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
12
12
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
13
13
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{s as LabelCaptureAdvancedOverlayProxy,t as default}from'../../chunks/chunk-
|
|
1
|
+
export{s as LabelCaptureAdvancedOverlayProxy,t as default}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
2
2
|
import { Brush } from '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
3
3
|
import { Viewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
4
4
|
import { LabelFieldState } from '../../djinni-types/sdcLabelData.js';
|
|
@@ -10,7 +10,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
10
10
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
11
11
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
12
12
|
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
13
|
-
import '../../sdcLabelInternalModuleCapture-
|
|
13
|
+
import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
14
14
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
15
15
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
16
16
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{u as LabelCaptureBasicOverlayProxy,v as default}from'../../chunks/chunk-
|
|
1
|
+
export{u as LabelCaptureBasicOverlayProxy,v as default}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DataCaptureContext } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
2
|
-
import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
3
|
-
import {
|
|
2
|
+
import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
3
|
+
import { h as LabelCaptureHelper, L as LabelCapture } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
6
6
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{L as default}from'../../chunks/chunk-
|
|
1
|
+
export{L as default}from'../../chunks/chunk-MIF4OREL.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { DataCaptureView } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
2
|
-
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-
|
|
2
|
+
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
|
|
3
3
|
import { LabelCaptureOverlayHelper, LabelCaptureBasicOverlay, LabelCaptureAdvancedOverlay, ValidationFlowOverlay, ReceiptScanningOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
6
6
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
7
7
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
8
8
|
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
9
|
-
import '../../sdcLabelInternalModuleCapture-
|
|
9
|
+
import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
10
10
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
11
11
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
12
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|