@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Anchor, PointWithUnit, DataCaptureOverlay, DataCaptureView } from '@scandit/web-datacapture-core';
|
|
2
2
|
import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
3
3
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
4
|
-
import { N as NativeProxyHandle } from './NativeProxy-
|
|
4
|
+
import { N as NativeProxyHandle } from './NativeProxy-wKE5sxLq.js';
|
|
5
5
|
import { CapturedLabel } from './api/CapturedLabel.js';
|
|
6
6
|
import { L as LabelCapture } from './LabelCapture-DrHOFOh1.js';
|
|
7
7
|
import { LabelCaptureOverlayJSON } from './api/LabelCaptureOverlayJSON.js';
|
package/build/js/{LabelCaptureBasicOverlay-DF8gpw6K.d.ts → LabelCaptureBasicOverlay-DFtQFeL_.d.ts}
RENAMED
|
@@ -4,7 +4,7 @@ import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Ser
|
|
|
4
4
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
5
|
import { CapturedLabel } from './api/CapturedLabel.js';
|
|
6
6
|
import { LabelField } from './api/LabelField.js';
|
|
7
|
-
import { N as NativeProxyHandle } from './NativeProxy-
|
|
7
|
+
import { N as NativeProxyHandle } from './NativeProxy-wKE5sxLq.js';
|
|
8
8
|
import { L as LabelCapture } from './LabelCapture-DrHOFOh1.js';
|
|
9
9
|
import { LabelCaptureOverlayJSON } from './api/LabelCaptureOverlayJSON.js';
|
|
10
10
|
|
|
@@ -2,7 +2,7 @@ import { Symbology } from '@scandit/web-datacapture-barcode';
|
|
|
2
2
|
import { DataCaptureCallbackMessage as DataCaptureCallbackMessage$1, DataCaptureCallbackMessageKeys as DataCaptureCallbackMessageKeys$1, AnyDataCaptureActionMessage as AnyDataCaptureActionMessage$1, DataCaptureActionMessageKey as DataCaptureActionMessageKey$1, Module as Module$1, WorkerResponse as WorkerResponse$1 } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
3
3
|
import { Barcode } from './djinni-types/sdcBarcodeInternalSdkData.js';
|
|
4
4
|
import { FloatWithUnit, MeasureUnit, Quadrilateral } from './djinni-types/sdcCoreCommonGeometry.js';
|
|
5
|
-
import { B as BarcodeField,
|
|
5
|
+
import { B as BarcodeField, p as BarcodeField_statics, C as CustomBarcode, q as CustomBarcode_statics, e as CustomText, r as CustomText_statics, D as DateText, s as DateText_statics, E as ExpiryDateText, t as ExpiryDateText_statics, I as ImeiOneBarcode, u as ImeiOneBarcode_statics, g as ImeiTwoBarcode, v as ImeiTwoBarcode_statics, L as LabelCapture, w as LabelCapture_statics, h as LabelCaptureHelper, x as LabelCaptureHelper_statics, a as LabelCaptureListener, b as LabelCaptureSession, i as LabelCaptureSettings, y as LabelCaptureSettings_statics, j as LabelDefinition, z as LabelDefinition_statics, d as LabelFieldDefinition, c as LabelFieldLocation, A as LabelFieldLocation_statics, P as PackingDateText, F as PackingDateText_statics, k as PartNumberBarcode, G as PartNumberBarcode_statics, H as ReceiptScanningHandler, l as ReceiptScanningListener, S as SerialNumberBarcode, J as SerialNumberBarcode_statics, K as TextField, T as TotalPriceText, M as TotalPriceText_statics, U as UnitPriceText, N as UnitPriceText_statics, W as WeightText, O as WeightText_statics, V as ValidationFlowState, Q as LabelResultUpdateType } from './sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
6
6
|
import { CapturedLabel, LabelField, ReceiptScanningLineItem as ReceiptScanningLineItem$1, ReceiptScanningResult as ReceiptScanningResult$1 } from './djinni-types/sdcLabelInternalModuleData.js';
|
|
7
7
|
import { RectangularLocationSelection, RectangularLocationSelection_statics } from './djinni-types/sdcCoreInternalSdkArea.js';
|
|
8
8
|
import { RectangularViewfinder, RectangularViewfinder_statics, RectangularViewfinderAnimation_statics, AimerViewfinder, AimerViewfinder_statics, NoViewfinder, NoViewfinder_statics } from './djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
@@ -536,6 +536,7 @@ interface LabelCaptureBuildCustomBarcodeActionMessage extends DataCaptureActionM
|
|
|
536
536
|
dataTypePatterns: string[];
|
|
537
537
|
hiddenProperties: Record<string, unknown>;
|
|
538
538
|
isOptional: boolean;
|
|
539
|
+
numberOfMandatoryInstances: number | null;
|
|
539
540
|
patterns: string[];
|
|
540
541
|
symbologies: Symbology[];
|
|
541
542
|
locationHandle?: NativeProxyHandle;
|
|
@@ -548,6 +549,7 @@ interface LabelCaptureBuildCustomTextActionMessage extends DataCaptureActionMess
|
|
|
548
549
|
dataTypePatterns: string[];
|
|
549
550
|
hiddenProperties: Record<string, unknown>;
|
|
550
551
|
isOptional: boolean;
|
|
552
|
+
numberOfMandatoryInstances: number | null;
|
|
551
553
|
patterns: string[];
|
|
552
554
|
locationHandle?: NativeProxyHandle;
|
|
553
555
|
shouldResetDataTypePatterns?: boolean;
|
|
@@ -559,6 +561,7 @@ interface LabelCaptureBuildDateTextActionMessage extends DataCaptureActionMessag
|
|
|
559
561
|
name: string;
|
|
560
562
|
hiddenProperties: Record<string, unknown>;
|
|
561
563
|
isOptional: boolean;
|
|
564
|
+
numberOfMandatoryInstances: number | null;
|
|
562
565
|
patterns: string[];
|
|
563
566
|
dataTypePatterns?: string[];
|
|
564
567
|
shouldResetDataTypePatterns: boolean;
|
|
@@ -571,6 +574,7 @@ interface LabelCaptureBuildExpiryDateTextActionMessage extends DataCaptureAction
|
|
|
571
574
|
name: string;
|
|
572
575
|
hiddenProperties: Record<string, unknown>;
|
|
573
576
|
isOptional: boolean;
|
|
577
|
+
numberOfMandatoryInstances: number | null;
|
|
574
578
|
patterns: string[];
|
|
575
579
|
dataTypePatterns?: string[];
|
|
576
580
|
shouldResetDataTypePatterns: boolean;
|
|
@@ -584,6 +588,7 @@ interface LabelCaptureBuildImeiOneBarcodeActionMessage extends DataCaptureAction
|
|
|
584
588
|
dataTypePatterns: string[];
|
|
585
589
|
hiddenProperties: Record<string, unknown>;
|
|
586
590
|
isOptional: boolean;
|
|
591
|
+
numberOfMandatoryInstances: number | null;
|
|
587
592
|
patterns: string[];
|
|
588
593
|
symbologies: Symbology[];
|
|
589
594
|
};
|
|
@@ -595,6 +600,7 @@ interface LabelCaptureBuildImeiTwoBarcodeActionMessage extends DataCaptureAction
|
|
|
595
600
|
dataTypePatterns: string[];
|
|
596
601
|
hiddenProperties: Record<string, unknown>;
|
|
597
602
|
isOptional: boolean;
|
|
603
|
+
numberOfMandatoryInstances: number | null;
|
|
598
604
|
patterns: string[];
|
|
599
605
|
symbologies: Symbology[];
|
|
600
606
|
};
|
|
@@ -605,6 +611,7 @@ interface LabelCaptureBuildPackingDateTextActionMessage extends DataCaptureActio
|
|
|
605
611
|
name: string;
|
|
606
612
|
hiddenProperties: Record<string, unknown>;
|
|
607
613
|
isOptional: boolean;
|
|
614
|
+
numberOfMandatoryInstances: number | null;
|
|
608
615
|
patterns: string[];
|
|
609
616
|
dataTypePatterns?: string[];
|
|
610
617
|
shouldResetDataTypePatterns: boolean;
|
|
@@ -618,6 +625,7 @@ interface LabelCaptureBuildPartNumberBarcodeActionMessage extends DataCaptureAct
|
|
|
618
625
|
dataTypePatterns: string[];
|
|
619
626
|
hiddenProperties: Record<string, unknown>;
|
|
620
627
|
isOptional: boolean;
|
|
628
|
+
numberOfMandatoryInstances: number | null;
|
|
621
629
|
patterns: string[];
|
|
622
630
|
symbologies: Symbology[];
|
|
623
631
|
};
|
|
@@ -629,6 +637,7 @@ interface LabelCaptureBuildSerialNumberBarcodeActionMessage extends DataCaptureA
|
|
|
629
637
|
dataTypePatterns: string[];
|
|
630
638
|
hiddenProperties: Record<string, unknown>;
|
|
631
639
|
isOptional: boolean;
|
|
640
|
+
numberOfMandatoryInstances: number | null;
|
|
632
641
|
patterns: string[];
|
|
633
642
|
symbologies: Symbology[];
|
|
634
643
|
};
|
|
@@ -639,6 +648,7 @@ interface LabelCaptureBuildTotalPriceTextActionMessage extends DataCaptureAction
|
|
|
639
648
|
name: string;
|
|
640
649
|
hiddenProperties: Record<string, unknown>;
|
|
641
650
|
isOptional: boolean;
|
|
651
|
+
numberOfMandatoryInstances: number | null;
|
|
642
652
|
patterns: string[];
|
|
643
653
|
dataTypePatterns?: string[];
|
|
644
654
|
shouldResetDataTypePatterns: boolean;
|
|
@@ -650,6 +660,7 @@ interface LabelCaptureBuildUnitPriceTextActionMessage extends DataCaptureActionM
|
|
|
650
660
|
name: string;
|
|
651
661
|
hiddenProperties: Record<string, unknown>;
|
|
652
662
|
isOptional: boolean;
|
|
663
|
+
numberOfMandatoryInstances: number | null;
|
|
653
664
|
patterns: string[];
|
|
654
665
|
dataTypePatterns?: string[];
|
|
655
666
|
shouldResetDataTypePatterns: boolean;
|
|
@@ -661,6 +672,7 @@ interface LabelCaptureBuildWeightTextActionMessage extends DataCaptureActionMess
|
|
|
661
672
|
name: string;
|
|
662
673
|
hiddenProperties: Record<string, unknown>;
|
|
663
674
|
isOptional: boolean;
|
|
675
|
+
numberOfMandatoryInstances: number | null;
|
|
664
676
|
patterns: string[];
|
|
665
677
|
dataTypePatterns?: string[];
|
|
666
678
|
shouldResetDataTypePatterns: boolean;
|
|
@@ -880,7 +892,7 @@ interface LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage ex
|
|
|
880
892
|
};
|
|
881
893
|
}
|
|
882
894
|
type AnyDataCaptureActionMessage = AnyDataCaptureActionMessage$1 | LabelCaptureBuildLabelCaptureSettingsActionMessage | LabelCaptureBuildLabelDefinitionActionMessage | LabelCaptureBuildVinLabelDefinitionActionMessage | LabelCaptureBuildPriceCaptureDefinitionActionMessage | LabelCaptureBuildCustomBarcodeActionMessage | LabelCaptureBuildCustomTextActionMessage | LabelCaptureBuildDateTextActionMessage | LabelCaptureBuildExpiryDateTextActionMessage | LabelCaptureBuildImeiOneBarcodeActionMessage | LabelCaptureBuildImeiTwoBarcodeActionMessage | LabelCaptureBuildPackingDateTextActionMessage | LabelCaptureBuildPartNumberBarcodeActionMessage | LabelCaptureBuildSerialNumberBarcodeActionMessage | LabelCaptureBuildTotalPriceTextActionMessage | LabelCaptureBuildUnitPriceTextActionMessage | LabelCaptureBuildWeightTextActionMessage | CreateLabelCaptureActionMessage | LabelCaptureIsEnabledActionMessage | LabelCaptureSetEnabledActionMessage | LabelCaptureApplySettingsActionMessage | LabelCaptureAddToContextActionMessage | LabelCaptureRemoveFromContextActionMessage | LabelCaptureAddListenerActionMessage | LabelCaptureRemoveListenerActionMessage | LabelCaptureUnsetValidationFlowHandlerActionMessage | LabelCaptureSettingsGetLocationSelectionActionMessage | LabelCaptureSettingsSetLocationSelectionActionMessage | LabelCaptureSettingsGetPropertyActionMessage | LabelCaptureSettingsSetPropertyActionMessage | LabelCaptureSettingsGetBlueprintJsonActionMessage | LabelCaptureBuildLabelFieldLocationActionMessage | LabelDefinitionSetAdaptiveRecognitionModeActionMessage | LabelCaptureBasicOverlayForLabelCaptureActionMessage | LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage | LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage | LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage | LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage | LabelCaptureBasicOverlaySetBrushForFieldActionMessage | LabelCaptureBasicOverlaySetBrushForLabelActionMessage | LabelCaptureBasicOverlaySetListenerActionMessage | LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage | LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage | LabelCaptureBasicOverlayGetViewfinderActionMessage | LabelCaptureBasicOverlayUpdateViewfinderActionMessage | LabelCaptureAdvancedOverlayForLabelCaptureActionMessage | LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage | LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage | ReceiptScanningHandlerStartFlowActionMessage | ReceiptScanningHandlerFinishFlowActionMessage | ReceiptScanningHandlerAddListenerActionMessage | ReceiptScanningHandlerRemoveListenerActionMessage | ValidationFlowOverlayForLabelCaptureActionMessage | ValidationFlowOverlayApplySettingsActionMessage | ReceiptScanningOverlayForLabelCaptureActionMessage | ReceiptScanningOverlayApplySettingsActionMessage | ReceiptScanningSettingsCreateActionMessage | ReceiptScanningSettingsSetProcessingHintTextActionMessage | ReceiptScanningSettingsGetProcessingHintTextActionMessage | ValidationFlowHandlerCreateActionMessage | ValidationFlowHandlerStartCompleteLabelScanActionMessage | ValidationFlowHandlerStartPartialLabelScanActionMessage | ValidationFlowHandlerUpdateFieldValueActionMessage | ValidationFlowHandlerFinishFlowActionMessage | ValidationFlowHandlerPauseScanActionMessage | ValidationFlowHandlerResumeScanActionMessage | ValidationFlowHandlerResetActionMessage | ValidationFlowHandlerGetValidationFlowFieldsActionMessage | ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage | ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage | ValidationFlowHandlerClearAllFieldsActionMessage | ValidationFlowSettingsCreateActionMessage | ValidationFlowSettingsSetMissingFieldsHintTextActionMessage | ValidationFlowSettingsGetMissingFieldsHintTextActionMessage | ValidationFlowSettingsSetStandbyHintTextActionMessage | ValidationFlowSettingsGetStandbyHintTextActionMessage | ValidationFlowSettingsSetValidationHintTextActionMessage | ValidationFlowSettingsGetValidationHintTextActionMessage | ValidationFlowSettingsSetValidationErrorTextActionMessage | ValidationFlowSettingsGetValidationErrorTextActionMessage | ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage | ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage | ValidationFlowSettingsSetManualInputButtonTextActionMessage | ValidationFlowSettingsGetManualInputButtonTextActionMessage | ValidationFlowSettingsSetFinishButtonTextActionMessage | ValidationFlowSettingsGetFinishButtonTextActionMessage | ValidationFlowSettingsSetRestartButtonTextActionMessage | ValidationFlowSettingsGetRestartButtonTextActionMessage | ValidationFlowSettingsSetPauseButtonTextActionMessage | ValidationFlowSettingsGetPauseButtonTextActionMessage | ValidationFlowSettingsSetAdaptiveScanningTextActionMessage | ValidationFlowSettingsGetAdaptiveScanningTextActionMessage | ValidationFlowSettingsSetScanningTextActionMessage | ValidationFlowSettingsGetScanningTextActionMessage | ValidationFlowSettingsSetPlaceholderTextForLabelDefinitionActionMessage | ValidationFlowSettingsGetPlaceholderTextForLabelDefinitionActionMessage;
|
|
883
|
-
type DataCaptureCallbackMessageKeys = DataCaptureCallbackMessageKeys$1 | "labelCaptureBuildLabelCaptureSettings" | "labelCaptureBuildLabelDefinition" | "labelCaptureBuildCustomBarcode" | "labelCaptureBuildCustomText" | "labelCaptureBuildDateText" | "labelCaptureBuildExpiryDateText" | "labelCaptureBuildImeiOneBarcode" | "labelCaptureBuildImeiTwoBarcode" | "labelCaptureBuildPackingDateText" | "labelCaptureBuildPartNumberBarcode" | "labelCaptureBuildSerialNumberBarcode" | "labelCaptureBuildTotalPriceText" | "labelCaptureBuildUnitPriceText" | "labelCaptureBuildWeightText" | "labelCaptureModeCreate" | "labelCaptureModeIsEnabled" | "labelCaptureModeSetEnabled" | "labelCaptureModeApplySettings" | "labelCaptureOnObservationStarted" | "labelCaptureOnObservationStopped" | "labelCaptureOnSessionUpdated" | "labelCaptureModeAddListener" | "labelCaptureModeRemoveListener" | "labelCaptureModeUnsetValidationFlowHandler" | "labelCaptureSettingsGetLocationSelection" | "labelCaptureSettingsSetLocationSelection" | "labelCaptureSettingsGetProperty" | "labelCaptureSettingsSetProperty" | "labelCaptureBuildLabelFieldLocation" | "labelCaptureBasicOverlayOnLabelTapped" | "labelCaptureBasicOverlayBrushForField" | "labelCaptureBasicOverlayBrushForLabel" | "labelCaptureLabelDateFormatWithFormat" | "receiptScanningListenerOnProcessingStarted" | "receiptScanningListenerOnReceiptScanned" | "receiptScanningListenerOnReceiptScanningFailed" | "validationFlowListenerOnFieldsScanned" | "validationFlowListenerOnScanTimeout" | "validationFlowListenerOnLabelIsMissingRequiredField" | "validationFlowListenerOnManualInput" | "validationFlowListenerOnCloudBackupServiceStarted" | "validationFlowListenerOnCloudBackupServiceStopped" | "validationFlowListenerOnStateChanged" | "validationFlowListenerOnResultUpdate";
|
|
895
|
+
type DataCaptureCallbackMessageKeys = DataCaptureCallbackMessageKeys$1 | "labelCaptureBuildLabelCaptureSettings" | "labelCaptureBuildLabelDefinition" | "labelCaptureBuildCustomBarcode" | "labelCaptureBuildCustomText" | "labelCaptureBuildDateText" | "labelCaptureBuildExpiryDateText" | "labelCaptureBuildImeiOneBarcode" | "labelCaptureBuildImeiTwoBarcode" | "labelCaptureBuildPackingDateText" | "labelCaptureBuildPartNumberBarcode" | "labelCaptureBuildSerialNumberBarcode" | "labelCaptureBuildTotalPriceText" | "labelCaptureBuildUnitPriceText" | "labelCaptureBuildWeightText" | "labelCaptureModeCreate" | "labelCaptureModeIsEnabled" | "labelCaptureModeSetEnabled" | "labelCaptureModeApplySettings" | "labelCaptureOnObservationStarted" | "labelCaptureOnObservationStopped" | "labelCaptureOnSessionUpdated" | "labelCaptureModeAddListener" | "labelCaptureModeRemoveListener" | "labelCaptureModeUnsetValidationFlowHandler" | "labelCaptureSettingsGetLocationSelection" | "labelCaptureSettingsSetLocationSelection" | "labelCaptureSettingsGetProperty" | "labelCaptureSettingsSetProperty" | "labelCaptureBuildLabelFieldLocation" | "labelCaptureBasicOverlayOnLabelTapped" | "labelCaptureBasicOverlayBrushForField" | "labelCaptureBasicOverlayBrushForLabel" | "labelCaptureLabelDateFormatWithFormat" | "receiptScanningListenerOnProcessingStarted" | "receiptScanningListenerOnReceiptScanned" | "receiptScanningListenerOnReceiptScanningFailed" | "validationFlowListenerOnFieldsScanned" | "validationFlowListenerOnScanTimeout" | "validationFlowListenerOnLabelIsMissingRequiredField" | "validationFlowListenerOnManualInput" | "validationFlowListenerOnCloudBackupServiceStarted" | "validationFlowListenerOnCloudBackupServiceStopped" | "validationFlowListenerOnStateChanged" | "validationFlowListenerOnResultUpdate" | "validationFlowFeedbackForCloudBackupEmit";
|
|
884
896
|
interface BaseDataCaptureCallbackMessage {
|
|
885
897
|
type: DataCaptureCallbackMessageKeys;
|
|
886
898
|
}
|
|
@@ -1062,9 +1074,13 @@ interface ValidationFlowListenerOnResultUpdateCallbackMessage extends BaseDataCa
|
|
|
1062
1074
|
payload: {
|
|
1063
1075
|
updateType: LabelResultUpdateType;
|
|
1064
1076
|
fields: ValidationFlowFieldJSON[];
|
|
1077
|
+
data?: PrivateLoadableFrameData;
|
|
1065
1078
|
};
|
|
1066
1079
|
}
|
|
1067
|
-
|
|
1080
|
+
interface ValidationFlowFeedbackForCloudBackupEmitCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
1081
|
+
type: "validationFlowFeedbackForCloudBackupEmit";
|
|
1082
|
+
}
|
|
1083
|
+
type DataCaptureCallbackMessage = DataCaptureCallbackMessage$1 | LabelCaptureBuildLabelCaptureSettingsCallbackMessage | LabelCaptureBuildLabelDefinitionCallbackMessage | LabelCaptureBuildCustomBarcodeCallbackMessage | LabelCaptureBuildCustomTextCallbackMessage | LabelCaptureBuildDateTextCallbackMessage | LabelCaptureBuildExpiryDateTextCallbackMessage | LabelCaptureBuildImeiOneBarcodeCallbackMessage | LabelCaptureBuildImeiTwoBarcodeCallbackMessage | LabelCaptureBuildPackingDateTextCallbackMessage | LabelCaptureBuildPartNumberBarcodeCallbackMessage | LabelCaptureBuildSerialNumberBarcodeCallbackMessage | LabelCaptureBuildTotalPriceTextCallbackMessage | LabelCaptureBuildUnitPriceTextCallbackMessage | LabelCaptureBuildWeightTextCallbackMessage | CreateLabelCaptureCallbackMessage | LabelCaptureIsEnabledCallbackMessage | LabelCaptureSetEnabledCallbackMessage | LabelCaptureApplySettingsCallbackMessage | LabelCaptureOnObservationStartedCallbackMessage | LabelCaptureOnObservationStoppedCallbackMessage | LabelCaptureOnSessionUpdatedCallbackMessage | LabelCaptureAddListenerCallbackMessage | LabelCaptureRemoveListenerCallbackMessage | LabelCaptureSettingsGetLocationSelectionCallbackMessage | LabelCaptureSettingsSetLocationSelectionCallbackMessage | LabelCaptureSettingsGetPropertyCallbackMessage | LabelCaptureSettingsSetPropertyCallbackMessage | LabelCaptureBuildLabelFieldLocationCallbackMessage | LabelCaptureBasicOverlayOnLabelTappedCallbackMessage | LabelCaptureBasicOverlayBrushForFieldCallbackMessage | LabelCaptureBasicOverlayBrushForLabelCallbackMessage | ReceiptScanningListenerOnProcessingStartedCallbackMessage | ReceiptScanningListenerOnReceiptScannedCallbackMessage | ReceiptScanningListenerOnReceiptScanningFailedCallbackMessage | ValidationFlowListenerOnFieldsScannedCallbackMessage | ValidationFlowListenerOnScanTimeoutCallbackMessage | ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage | ValidationFlowListenerOnManualInputCallbackMessage | ValidationFlowListenerOnCloudBackupServiceStartedCallbackMessage | ValidationFlowListenerOnCloudBackupServiceStoppedCallbackMessage | ValidationFlowListenerOnStateChangedCallbackMessage | ValidationFlowListenerOnResultUpdateCallbackMessage | ValidationFlowFeedbackForCloudBackupEmitCallbackMessage;
|
|
1068
1084
|
type PayloadForCommand<A, C> = A extends {
|
|
1069
1085
|
command: C;
|
|
1070
1086
|
} ? A : never;
|
|
@@ -1098,4 +1114,4 @@ declare abstract class NativeProxyAdapter<NativeClass extends object> {
|
|
|
1098
1114
|
handleFromNativeImplementation(nativeImplementation: NativeClass): NativeProxyHandle;
|
|
1099
1115
|
}
|
|
1100
1116
|
|
|
1101
|
-
export { type LabelCaptureBuildExpiryDateTextActionMessage as $, AdaptiveRecognitionResult as A, type BaseDataCaptureCallbackMessage as B, type CommandAndPayload as C, type DataCaptureCallbackMessage as D, type LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage as E, type LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage as F, type LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage as G, type LabelCaptureBasicOverlayGetViewfinderActionMessage as H, type LabelCaptureBasicOverlayOnLabelTappedCallbackMessage as I, type LabelCaptureBasicOverlaySetBrushForFieldActionMessage as J, type LabelCaptureBasicOverlaySetBrushForLabelActionMessage as K, LabelCaptureAdaptiveRecognitionSettings as L, type Module as M, type NativeProxyHandle as N, type LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage as O, type LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage as P, type LabelCaptureBasicOverlaySetListenerActionMessage as Q, ReceiptScanningResult as R, type LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage as S, type LabelCaptureBasicOverlayUpdateViewfinderActionMessage as T, type LabelCaptureBuildCustomBarcodeActionMessage as U, type LabelCaptureBuildCustomBarcodeCallbackMessage as V, type WorkerCommandPayload as W, type LabelCaptureBuildCustomTextActionMessage as X, type LabelCaptureBuildCustomTextCallbackMessage as Y, type LabelCaptureBuildDateTextActionMessage as Z, type LabelCaptureBuildDateTextCallbackMessage as _, AdaptiveRecognitionResultType as a, type
|
|
1117
|
+
export { type LabelCaptureBuildExpiryDateTextActionMessage as $, AdaptiveRecognitionResult as A, type BaseDataCaptureCallbackMessage as B, type CommandAndPayload as C, type DataCaptureCallbackMessage as D, type LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage as E, type LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage as F, type LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage as G, type LabelCaptureBasicOverlayGetViewfinderActionMessage as H, type LabelCaptureBasicOverlayOnLabelTappedCallbackMessage as I, type LabelCaptureBasicOverlaySetBrushForFieldActionMessage as J, type LabelCaptureBasicOverlaySetBrushForLabelActionMessage as K, LabelCaptureAdaptiveRecognitionSettings as L, type Module as M, type NativeProxyHandle as N, type LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage as O, type LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage as P, type LabelCaptureBasicOverlaySetListenerActionMessage as Q, ReceiptScanningResult as R, type LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage as S, type LabelCaptureBasicOverlayUpdateViewfinderActionMessage as T, type LabelCaptureBuildCustomBarcodeActionMessage as U, type LabelCaptureBuildCustomBarcodeCallbackMessage as V, type WorkerCommandPayload as W, type LabelCaptureBuildCustomTextActionMessage as X, type LabelCaptureBuildCustomTextCallbackMessage as Y, type LabelCaptureBuildDateTextActionMessage as Z, type LabelCaptureBuildDateTextCallbackMessage as _, AdaptiveRecognitionResultType as a, type ValidationFlowFeedbackForCloudBackupEmitCallbackMessage as a$, type LabelCaptureBuildExpiryDateTextCallbackMessage as a0, type LabelCaptureBuildImeiOneBarcodeActionMessage as a1, type LabelCaptureBuildImeiOneBarcodeCallbackMessage as a2, type LabelCaptureBuildImeiTwoBarcodeActionMessage as a3, type LabelCaptureBuildImeiTwoBarcodeCallbackMessage as a4, type LabelCaptureBuildLabelCaptureSettingsActionMessage as a5, type LabelCaptureBuildLabelCaptureSettingsCallbackMessage as a6, type LabelCaptureBuildLabelDefinitionActionMessage as a7, type LabelCaptureBuildLabelDefinitionCallbackMessage as a8, type LabelCaptureBuildLabelFieldLocationActionMessage as a9, type LabelCaptureSettingsGetLocationSelectionActionMessage as aA, type LabelCaptureSettingsGetLocationSelectionCallbackMessage as aB, type LabelCaptureSettingsGetPropertyActionMessage as aC, type LabelCaptureSettingsGetPropertyCallbackMessage as aD, type LabelCaptureSettingsSetLocationSelectionActionMessage as aE, type LabelCaptureSettingsSetLocationSelectionCallbackMessage as aF, type LabelCaptureSettingsSetPropertyActionMessage as aG, type LabelCaptureSettingsSetPropertyCallbackMessage as aH, type LabelCaptureUnsetValidationFlowHandlerActionMessage as aI, type LabelData as aJ, type LabelDefinitionSetAdaptiveRecognitionModeActionMessage as aK, type LabelInternalModuleCapture as aL, type LabelInternalModuleData as aM, type ModuleHandler as aN, type PayloadForCommand as aO, type ReceiptScanningHandlerAddListenerActionMessage as aP, type ReceiptScanningHandlerFinishFlowActionMessage as aQ, type ReceiptScanningHandlerRemoveListenerActionMessage as aR, type ReceiptScanningHandlerStartFlowActionMessage as aS, type ReceiptScanningListenerOnProcessingStartedCallbackMessage as aT, type ReceiptScanningListenerOnReceiptScannedCallbackMessage as aU, type ReceiptScanningListenerOnReceiptScanningFailedCallbackMessage as aV, type ReceiptScanningOverlayApplySettingsActionMessage as aW, type ReceiptScanningOverlayForLabelCaptureActionMessage as aX, type ReceiptScanningSettingsCreateActionMessage as aY, type ReceiptScanningSettingsGetProcessingHintTextActionMessage as aZ, type ReceiptScanningSettingsSetProcessingHintTextActionMessage as a_, type LabelCaptureBuildLabelFieldLocationCallbackMessage as aa, type LabelCaptureBuildPackingDateTextActionMessage as ab, type LabelCaptureBuildPackingDateTextCallbackMessage as ac, type LabelCaptureBuildPartNumberBarcodeActionMessage as ad, type LabelCaptureBuildPartNumberBarcodeCallbackMessage as ae, type LabelCaptureBuildPriceCaptureDefinitionActionMessage as af, type LabelCaptureBuildSerialNumberBarcodeActionMessage as ag, type LabelCaptureBuildSerialNumberBarcodeCallbackMessage as ah, type LabelCaptureBuildTotalPriceTextActionMessage as ai, type LabelCaptureBuildTotalPriceTextCallbackMessage as aj, type LabelCaptureBuildUnitPriceTextActionMessage as ak, type LabelCaptureBuildUnitPriceTextCallbackMessage as al, type LabelCaptureBuildVinLabelDefinitionActionMessage as am, type LabelCaptureBuildWeightTextActionMessage as an, type LabelCaptureBuildWeightTextCallbackMessage as ao, type LabelCaptureIsEnabledActionMessage as ap, type LabelCaptureIsEnabledCallbackMessage as aq, type LabelCaptureOnObservationStartedCallbackMessage as ar, type LabelCaptureOnObservationStoppedCallbackMessage as as, type LabelCaptureOnSessionUpdatedCallbackMessage as at, type LabelCaptureRemoveFromContextActionMessage as au, type LabelCaptureRemoveListenerActionMessage as av, type LabelCaptureRemoveListenerCallbackMessage as aw, type LabelCaptureSetEnabledActionMessage as ax, type LabelCaptureSetEnabledCallbackMessage as ay, type LabelCaptureSettingsGetBlueprintJsonActionMessage as az, type ReceiptScanningResultJSON as b, type ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage as b0, type ValidationFlowHandlerClearAllFieldsActionMessage as b1, type ValidationFlowHandlerCreateActionMessage as b2, type ValidationFlowHandlerFinishFlowActionMessage as b3, type ValidationFlowHandlerGetValidationFlowFieldsActionMessage as b4, type ValidationFlowHandlerPauseScanActionMessage as b5, type ValidationFlowHandlerResetActionMessage as b6, type ValidationFlowHandlerResumeScanActionMessage as b7, type ValidationFlowHandlerStartCompleteLabelScanActionMessage as b8, type ValidationFlowHandlerStartPartialLabelScanActionMessage as b9, type ValidationFlowSettingsSetFinishButtonTextActionMessage as bA, type ValidationFlowSettingsSetManualInputButtonTextActionMessage as bB, type ValidationFlowSettingsSetMissingFieldsHintTextActionMessage as bC, type ValidationFlowSettingsSetPauseButtonTextActionMessage as bD, type ValidationFlowSettingsSetPlaceholderTextForLabelDefinitionActionMessage as bE, type ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage as bF, type ValidationFlowSettingsSetRestartButtonTextActionMessage as bG, type ValidationFlowSettingsSetScanningTextActionMessage as bH, type ValidationFlowSettingsSetStandbyHintTextActionMessage as bI, type ValidationFlowSettingsSetValidationErrorTextActionMessage as bJ, type ValidationFlowSettingsSetValidationHintTextActionMessage as bK, type WorkerResponse as bL, type NativeProxyMethod as bM, type ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage as ba, type ValidationFlowHandlerUpdateFieldValueActionMessage as bb, type ValidationFlowListenerOnCloudBackupServiceStartedCallbackMessage as bc, type ValidationFlowListenerOnCloudBackupServiceStoppedCallbackMessage as bd, type ValidationFlowListenerOnFieldsScannedCallbackMessage as be, type ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage as bf, type ValidationFlowListenerOnManualInputCallbackMessage as bg, type ValidationFlowListenerOnResultUpdateCallbackMessage as bh, type ValidationFlowListenerOnScanTimeoutCallbackMessage as bi, type ValidationFlowListenerOnStateChangedCallbackMessage as bj, type ValidationFlowOverlayApplySettingsActionMessage as bk, type ValidationFlowOverlayForLabelCaptureActionMessage as bl, type ValidationFlowSettingsCreateActionMessage as bm, type ValidationFlowSettingsGetAdaptiveScanningTextActionMessage as bn, type ValidationFlowSettingsGetFinishButtonTextActionMessage as bo, type ValidationFlowSettingsGetManualInputButtonTextActionMessage as bp, type ValidationFlowSettingsGetMissingFieldsHintTextActionMessage as bq, type ValidationFlowSettingsGetPauseButtonTextActionMessage as br, type ValidationFlowSettingsGetPlaceholderTextForLabelDefinitionActionMessage as bs, type ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage as bt, type ValidationFlowSettingsGetRestartButtonTextActionMessage as bu, type ValidationFlowSettingsGetScanningTextActionMessage as bv, type ValidationFlowSettingsGetStandbyHintTextActionMessage as bw, type ValidationFlowSettingsGetValidationErrorTextActionMessage as bx, type ValidationFlowSettingsGetValidationHintTextActionMessage as by, type ValidationFlowSettingsSetAdaptiveScanningTextActionMessage as bz, type ReceiptScanningSettingsJSON as c, type DataCaptureWorker as d, type DataCaptureActionMessageKey as e, type AnyDataCaptureActionMessage as f, NativeProxyAdapter as g, type NativeProxy as h, type LabelCaptureModule as i, type AugmentedCoreModule as j, type AugmentedWorker as k, type CreateLabelCaptureActionMessage as l, type CreateLabelCaptureCallbackMessage as m, type DataCaptureActionMessage as n, type DataCaptureCallbackMessageKeys as o, type LabelCaptureAddListenerActionMessage as p, type LabelCaptureAddListenerCallbackMessage as q, type LabelCaptureAddToContextActionMessage as r, type LabelCaptureAdvancedOverlayForLabelCaptureActionMessage as s, type LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage as t, type LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage as u, type LabelCaptureApplySettingsActionMessage as v, type LabelCaptureApplySettingsCallbackMessage as w, type LabelCaptureBasicOverlayBrushForFieldCallbackMessage as x, type LabelCaptureBasicOverlayBrushForLabelCallbackMessage as y, type LabelCaptureBasicOverlayForLabelCaptureActionMessage as z };
|
|
@@ -12,7 +12,13 @@ declare enum AdaptiveRecognitionMode {
|
|
|
12
12
|
* Automatic strategy selection. The system will determine the best mix
|
|
13
13
|
* of on-device and cloud processing based on the current conditions.
|
|
14
14
|
*/
|
|
15
|
-
Auto = "auto"
|
|
15
|
+
Auto = "auto",
|
|
16
|
+
/**
|
|
17
|
+
* The system prioritizes on-device processing, but cloud-based processing
|
|
18
|
+
* will be used when possible — even in some circumstances where Auto mode
|
|
19
|
+
* would skip it.
|
|
20
|
+
*/
|
|
21
|
+
On = "on"
|
|
16
22
|
}
|
|
17
23
|
|
|
18
24
|
export { AdaptiveRecognitionMode };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as AdaptiveRecognitionMode}from'../chunks/chunk-
|
|
1
|
+
export{a as AdaptiveRecognitionMode}from'../chunks/chunk-GCMVU762.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { A as AdaptiveRecognitionResult } from '../NativeProxy-
|
|
1
|
+
export { A as AdaptiveRecognitionResult } 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{a as BarcodeFieldBuilder}from'../chunks/chunk-
|
|
1
|
+
export{a as BarcodeFieldBuilder}from'../chunks/chunk-BDA5SYXG.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as CapturedLabel}from'../chunks/chunk-
|
|
1
|
+
export{a as CapturedLabel}from'../chunks/chunk-OGERPOPP.js';
|
|
@@ -11,6 +11,7 @@ declare class CustomBarcode implements BarcodeField {
|
|
|
11
11
|
private _anchorRegexes;
|
|
12
12
|
private _hiddenProperties;
|
|
13
13
|
private _isOptional;
|
|
14
|
+
private _numberOfMandatoryInstances;
|
|
14
15
|
private _valueRegexes;
|
|
15
16
|
private _symbologies;
|
|
16
17
|
private _location?;
|
|
@@ -18,6 +19,7 @@ declare class CustomBarcode implements BarcodeField {
|
|
|
18
19
|
get name(): string;
|
|
19
20
|
get anchorRegexes(): string[];
|
|
20
21
|
get isOptional(): boolean;
|
|
22
|
+
get numberOfMandatoryInstances(): number | null;
|
|
21
23
|
get valueRegexes(): string[];
|
|
22
24
|
get symbologies(): SymbologySettings[];
|
|
23
25
|
get location(): LabelFieldLocation | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as CustomBarcode}from'../chunks/chunk-
|
|
1
|
+
export{a as CustomBarcode}from'../chunks/chunk-BYXHNUWR.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as CustomBarcodeBuilder}from'../chunks/chunk-
|
|
1
|
+
export{a as CustomBarcodeBuilder}from'../chunks/chunk-CVVZR6MJ.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
2
|
-
import { N as NativeProxyHandle } from '../NativeProxy-
|
|
2
|
+
import { N as NativeProxyHandle } from '../NativeProxy-wKE5sxLq.js';
|
|
3
3
|
import { LabelFieldLocation } from './LabelFieldLocation.js';
|
|
4
4
|
import { TextField } from './TextField.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -8,7 +8,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
8
8
|
import '../djinni-types/sdcBarcodeData.js';
|
|
9
9
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
10
10
|
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
11
|
-
import '../sdcLabelInternalModuleCapture-
|
|
11
|
+
import '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
12
12
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
13
13
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
14
14
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -45,11 +45,13 @@ declare class CustomText implements TextField {
|
|
|
45
45
|
private _anchorRegexes;
|
|
46
46
|
private _hiddenProperties;
|
|
47
47
|
private _isOptional;
|
|
48
|
+
private _numberOfMandatoryInstances;
|
|
48
49
|
private _valueRegexes;
|
|
49
50
|
private _location?;
|
|
50
51
|
private constructor();
|
|
51
52
|
get name(): string;
|
|
52
53
|
get isOptional(): boolean;
|
|
54
|
+
get numberOfMandatoryInstances(): number | null;
|
|
53
55
|
get valueRegexes(): string[];
|
|
54
56
|
get location(): LabelFieldLocation | undefined;
|
|
55
57
|
private get anchorRegexes();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as CustomText}from'../chunks/chunk-
|
|
1
|
+
export{a as CustomText}from'../chunks/chunk-ZWWBOSQM.js';
|
|
@@ -2,14 +2,14 @@ import { CustomText } from './CustomText.js';
|
|
|
2
2
|
import { TextFieldBuilder } from './TextFieldBuilder.js';
|
|
3
3
|
import { LabelFieldLocation } from './LabelFieldLocation.js';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
|
-
import '../NativeProxy-
|
|
5
|
+
import '../NativeProxy-wKE5sxLq.js';
|
|
6
6
|
import '@scandit/web-datacapture-barcode';
|
|
7
7
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
8
8
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
9
9
|
import '../djinni-types/sdcBarcodeData.js';
|
|
10
10
|
import '../djinni-types/sdcCoreCommonGeometry.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/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as CustomTextBuilder}from'../chunks/chunk-
|
|
1
|
+
export{a as CustomTextBuilder}from'../chunks/chunk-4QEBUJAR.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
2
|
-
import { N as NativeProxyHandle } from '../NativeProxy-
|
|
2
|
+
import { N as NativeProxyHandle } from '../NativeProxy-wKE5sxLq.js';
|
|
3
3
|
import { LabelDateFormat } from './LabelDateFormat.js';
|
|
4
4
|
import { TextField } from './TextField.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -8,7 +8,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
8
8
|
import '../djinni-types/sdcBarcodeData.js';
|
|
9
9
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
10
10
|
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
11
|
-
import '../sdcLabelInternalModuleCapture-
|
|
11
|
+
import '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
12
12
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
13
13
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
14
14
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -42,12 +42,14 @@ declare class DateText implements TextField {
|
|
|
42
42
|
protected [nativeHandle]: NativeProxyHandle;
|
|
43
43
|
private _name;
|
|
44
44
|
private _isOptional;
|
|
45
|
+
private _numberOfMandatoryInstances;
|
|
45
46
|
private _valueRegexes;
|
|
46
47
|
private _labelDateFormat?;
|
|
47
48
|
private _anchorRegexes;
|
|
48
49
|
private constructor();
|
|
49
50
|
get name(): string;
|
|
50
51
|
get isOptional(): boolean;
|
|
52
|
+
get numberOfMandatoryInstances(): number | null;
|
|
51
53
|
get valueRegexes(): string[];
|
|
52
54
|
get labelDateFormat(): LabelDateFormat | null;
|
|
53
55
|
get anchorRegexes(): string[];
|
package/build/js/api/DateText.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as DateText}from'../chunks/chunk-
|
|
1
|
+
export{a as DateText}from'../chunks/chunk-VIPA3YVR.js';
|
|
@@ -2,14 +2,14 @@ import { DateText } from './DateText.js';
|
|
|
2
2
|
import { LabelDateFormat } from './LabelDateFormat.js';
|
|
3
3
|
import { TextFieldBuilder } from './TextFieldBuilder.js';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
|
-
import '../NativeProxy-
|
|
5
|
+
import '../NativeProxy-wKE5sxLq.js';
|
|
6
6
|
import '@scandit/web-datacapture-barcode';
|
|
7
7
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
8
8
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
9
9
|
import '../djinni-types/sdcBarcodeData.js';
|
|
10
10
|
import '../djinni-types/sdcCoreCommonGeometry.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/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as DateTextBuilder}from'../chunks/chunk-
|
|
1
|
+
export{a as DateTextBuilder}from'../chunks/chunk-LEARM7VY.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
2
|
-
import { N as NativeProxyHandle } from '../NativeProxy-
|
|
2
|
+
import { N as NativeProxyHandle } from '../NativeProxy-wKE5sxLq.js';
|
|
3
3
|
import { LabelDateFormat } from './LabelDateFormat.js';
|
|
4
4
|
import { TextField } from './TextField.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -8,7 +8,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
8
8
|
import '../djinni-types/sdcBarcodeData.js';
|
|
9
9
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
10
10
|
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
11
|
-
import '../sdcLabelInternalModuleCapture-
|
|
11
|
+
import '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
12
12
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
13
13
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
14
14
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -42,12 +42,14 @@ declare class ExpiryDateText implements TextField {
|
|
|
42
42
|
protected [nativeHandle]: NativeProxyHandle;
|
|
43
43
|
private _name;
|
|
44
44
|
private _isOptional;
|
|
45
|
+
private _numberOfMandatoryInstances;
|
|
45
46
|
private _valueRegexes;
|
|
46
47
|
private _dateFormat?;
|
|
47
48
|
private _anchorRegexes;
|
|
48
49
|
private constructor();
|
|
49
50
|
get name(): string;
|
|
50
51
|
get isOptional(): boolean;
|
|
52
|
+
get numberOfMandatoryInstances(): number | null;
|
|
51
53
|
get valueRegexes(): string[];
|
|
52
54
|
get dateFormat(): LabelDateFormat | null;
|
|
53
55
|
get anchorRegexes(): string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as ExpiryDateText}from'../chunks/chunk-
|
|
1
|
+
export{a as ExpiryDateText}from'../chunks/chunk-NCZG3BTH.js';
|
|
@@ -2,14 +2,14 @@ import { ExpiryDateText } from './ExpiryDateText.js';
|
|
|
2
2
|
import { TextFieldBuilder } from './TextFieldBuilder.js';
|
|
3
3
|
import { LabelDateFormat } from './LabelDateFormat.js';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
|
-
import '../NativeProxy-
|
|
5
|
+
import '../NativeProxy-wKE5sxLq.js';
|
|
6
6
|
import '@scandit/web-datacapture-barcode';
|
|
7
7
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
8
8
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
9
9
|
import '../djinni-types/sdcBarcodeData.js';
|
|
10
10
|
import '../djinni-types/sdcCoreCommonGeometry.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/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -38,8 +38,8 @@ import './ReceiptScanningLineItem.js';
|
|
|
38
38
|
import './ValidationFlowField.js';
|
|
39
39
|
import './TextField.js';
|
|
40
40
|
import './LabelFieldDefinition.js';
|
|
41
|
-
import './LabelFieldDefinitionBuilder.js';
|
|
42
41
|
import './LabelDateComponentFormat.js';
|
|
42
|
+
import './LabelFieldDefinitionBuilder.js';
|
|
43
43
|
|
|
44
44
|
declare class ExpiryDateTextBuilder extends TextFieldBuilder<ExpiryDateTextBuilder, ExpiryDateText> {
|
|
45
45
|
private anchorRegexes?;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as ExpiryDateTextBuilder}from'../chunks/chunk-
|
|
1
|
+
export{a as ExpiryDateTextBuilder}from'../chunks/chunk-M6KOA6NQ.js';
|
|
@@ -7,11 +7,13 @@ declare class ImeiOneBarcode implements BarcodeField {
|
|
|
7
7
|
private [nativeHandle];
|
|
8
8
|
private _name;
|
|
9
9
|
private _isOptional;
|
|
10
|
+
private _numberOfMandatoryInstances;
|
|
10
11
|
private _valueRegexes;
|
|
11
12
|
private _symbologies;
|
|
12
13
|
private constructor();
|
|
13
14
|
get name(): string;
|
|
14
15
|
get isOptional(): boolean;
|
|
16
|
+
get numberOfMandatoryInstances(): number | null;
|
|
15
17
|
get valueRegexes(): string[];
|
|
16
18
|
get symbologies(): SymbologySettings[];
|
|
17
19
|
private static forHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as ImeiOneBarcode}from'../chunks/chunk-
|
|
1
|
+
export{a as ImeiOneBarcode}from'../chunks/chunk-LAW7AY4G.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as ImeiOneBarcodeBuilder}from'../chunks/chunk-
|
|
1
|
+
export{a as ImeiOneBarcodeBuilder}from'../chunks/chunk-SIJVFBZR.js';
|
|
@@ -7,11 +7,13 @@ declare class ImeiTwoBarcode implements BarcodeField {
|
|
|
7
7
|
private [nativeHandle];
|
|
8
8
|
private _name;
|
|
9
9
|
private _isOptional;
|
|
10
|
+
private _numberOfMandatoryInstances;
|
|
10
11
|
private _valueRegexes;
|
|
11
12
|
private _symbologies;
|
|
12
13
|
private constructor();
|
|
13
14
|
get name(): string;
|
|
14
15
|
get isOptional(): boolean;
|
|
16
|
+
get numberOfMandatoryInstances(): number | null;
|
|
15
17
|
get valueRegexes(): string[];
|
|
16
18
|
get symbologies(): SymbologySettings[];
|
|
17
19
|
private static forHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as ImeiTwoBarcode}from'../chunks/chunk-
|
|
1
|
+
export{a as ImeiTwoBarcode}from'../chunks/chunk-MGEXMPRG.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as ImeiTwoBarcodeBuilder}from'../chunks/chunk-
|
|
1
|
+
export{a as ImeiTwoBarcodeBuilder}from'../chunks/chunk-XTTGCSBA.js';
|
|
@@ -12,13 +12,13 @@ import './BarcodeField.js';
|
|
|
12
12
|
import './LabelFieldDefinition.js';
|
|
13
13
|
import './ImeiTwoBarcode.js';
|
|
14
14
|
import './PackingDateText.js';
|
|
15
|
-
import '../NativeProxy-
|
|
15
|
+
import '../NativeProxy-wKE5sxLq.js';
|
|
16
16
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
17
17
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
18
18
|
import '../djinni-types/sdcBarcodeData.js';
|
|
19
19
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
20
20
|
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
21
|
-
import '../sdcLabelInternalModuleCapture-
|
|
21
|
+
import '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
22
22
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
23
23
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
24
24
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as LabelCapture}from'../chunks/chunk-
|
|
1
|
+
export{a as LabelCapture}from'../chunks/chunk-OI3DYGBC.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DataCaptureOverlay, DataCaptureView } from '@scandit/web-datacapture-core';
|
|
2
2
|
import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable.js';
|
|
3
3
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
4
|
-
import { A as AdaptiveRecognitionResult, N as NativeProxyHandle, L as LabelCaptureAdaptiveRecognitionSettings } from '../NativeProxy-
|
|
4
|
+
import { A as AdaptiveRecognitionResult, N as NativeProxyHandle, L as LabelCaptureAdaptiveRecognitionSettings } from '../NativeProxy-wKE5sxLq.js';
|
|
5
5
|
import { L as LabelCapture } from '../LabelCapture-DrHOFOh1.js';
|
|
6
6
|
import '@scandit/web-datacapture-barcode';
|
|
7
7
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -9,7 +9,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
9
9
|
import '../djinni-types/sdcBarcodeData.js';
|
|
10
10
|
import '../djinni-types/sdcCoreCommonGeometry.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/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
2
|
-
export { a as AdaptiveRecognitionResultType, L as LabelCaptureAdaptiveRecognitionSettings, c as ReceiptScanningSettingsJSON } from '../NativeProxy-
|
|
2
|
+
export { a as AdaptiveRecognitionResultType, L as LabelCaptureAdaptiveRecognitionSettings, c as ReceiptScanningSettingsJSON } 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,10 +1,10 @@
|
|
|
1
1
|
import '@scandit/web-datacapture-core';
|
|
2
2
|
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
3
3
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
4
|
-
import '../NativeProxy-
|
|
4
|
+
import '../NativeProxy-wKE5sxLq.js';
|
|
5
5
|
import './CapturedLabel.js';
|
|
6
6
|
import '../LabelCapture-DrHOFOh1.js';
|
|
7
|
-
export { L as LabelCaptureAdvancedOverlay } from '../LabelCaptureAdvancedOverlay-
|
|
7
|
+
export { L as LabelCaptureAdvancedOverlay } from '../LabelCaptureAdvancedOverlay-FdLIUFg0.js';
|
|
8
8
|
import './LabelCaptureOverlayJSON.js';
|
|
9
9
|
import './LabelField.js';
|
|
10
10
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -13,7 +13,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
13
13
|
import '../djinni-types/sdcBarcodeData.js';
|
|
14
14
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
15
15
|
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
16
|
-
import '../sdcLabelInternalModuleCapture-
|
|
16
|
+
import '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
|
|
17
17
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
18
18
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
19
19
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as LabelCaptureAdvancedOverlay}from'../chunks/chunk-
|
|
1
|
+
export{a as LabelCaptureAdvancedOverlay}from'../chunks/chunk-UZ2W2CJH.js';
|