@scandit/web-datacapture-label 7.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -0
- package/README.md +3 -0
- package/THIRD_PARTY.txt +73 -0
- package/build/js/LabelCapture-B8_5_uoB.d.ts +31 -0
- package/build/js/LabelCaptureAdvancedOverlay-RkZkRrRD.d.ts +87 -0
- package/build/js/LabelCaptureBasicOverlay-BcFyOGaf.d.ts +61 -0
- package/build/js/NativeProxy-BgHIn4CU.d.ts +544 -0
- package/build/js/api/BarcodeField.d.ts +8 -0
- package/build/js/api/BarcodeField.js +0 -0
- package/build/js/api/BarcodeFieldBuilder.d.ts +14 -0
- package/build/js/api/BarcodeFieldBuilder.js +1 -0
- package/build/js/api/CapturedLabel.d.ts +33 -0
- package/build/js/api/CapturedLabel.js +1 -0
- package/build/js/api/CustomBarcode.d.ts +28 -0
- package/build/js/api/CustomBarcode.js +1 -0
- package/build/js/api/CustomBarcodeBuilder.d.ts +21 -0
- package/build/js/api/CustomBarcodeBuilder.js +1 -0
- package/build/js/api/CustomText.d.ts +55 -0
- package/build/js/api/CustomText.js +1 -0
- package/build/js/api/CustomTextBuilder.d.ts +50 -0
- package/build/js/api/CustomTextBuilder.js +1 -0
- package/build/js/api/ExpiryDateText.d.ts +52 -0
- package/build/js/api/ExpiryDateText.js +1 -0
- package/build/js/api/ExpiryDateTextBuilder.d.ts +51 -0
- package/build/js/api/ExpiryDateTextBuilder.js +1 -0
- package/build/js/api/ImeiOneBarcode.d.ts +20 -0
- package/build/js/api/ImeiOneBarcode.js +1 -0
- package/build/js/api/ImeiOneBarcodeBuilder.d.ts +14 -0
- package/build/js/api/ImeiOneBarcodeBuilder.js +1 -0
- package/build/js/api/ImeiTwoBarcode.d.ts +20 -0
- package/build/js/api/ImeiTwoBarcode.js +1 -0
- package/build/js/api/ImeiTwoBarcodeBuilder.d.ts +14 -0
- package/build/js/api/ImeiTwoBarcodeBuilder.js +1 -0
- package/build/js/api/LabelCapture.d.ts +50 -0
- package/build/js/api/LabelCapture.js +1 -0
- package/build/js/api/LabelCaptureAdvancedOverlay.d.ts +53 -0
- package/build/js/api/LabelCaptureAdvancedOverlay.js +1 -0
- package/build/js/api/LabelCaptureAdvancedOverlayListener.d.ts +53 -0
- package/build/js/api/LabelCaptureAdvancedOverlayListener.js +0 -0
- package/build/js/api/LabelCaptureBasicOverlay.d.ts +53 -0
- package/build/js/api/LabelCaptureBasicOverlay.js +1 -0
- package/build/js/api/LabelCaptureBasicOverlayListener.d.ts +53 -0
- package/build/js/api/LabelCaptureBasicOverlayListener.js +0 -0
- package/build/js/api/LabelCaptureListener.d.ts +50 -0
- package/build/js/api/LabelCaptureListener.js +0 -0
- package/build/js/api/LabelCaptureOverlayJSON.d.ts +38 -0
- package/build/js/api/LabelCaptureOverlayJSON.js +0 -0
- package/build/js/api/LabelCaptureSession.d.ts +27 -0
- package/build/js/api/LabelCaptureSession.js +1 -0
- package/build/js/api/LabelCaptureSettings.d.ts +70 -0
- package/build/js/api/LabelCaptureSettings.js +1 -0
- package/build/js/api/LabelDateComponentFormat.d.ts +7 -0
- package/build/js/api/LabelDateComponentFormat.js +1 -0
- package/build/js/api/LabelDateFormat.d.ts +16 -0
- package/build/js/api/LabelDateFormat.js +1 -0
- package/build/js/api/LabelDateResult.d.ts +26 -0
- package/build/js/api/LabelDateResult.js +1 -0
- package/build/js/api/LabelDefinition.d.ts +79 -0
- package/build/js/api/LabelDefinition.js +1 -0
- package/build/js/api/LabelField.d.ts +39 -0
- package/build/js/api/LabelField.js +1 -0
- package/build/js/api/LabelFieldDefinition.d.ts +7 -0
- package/build/js/api/LabelFieldDefinition.js +0 -0
- package/build/js/api/LabelFieldDefinitionBuilder.d.ts +14 -0
- package/build/js/api/LabelFieldDefinitionBuilder.js +1 -0
- package/build/js/api/LabelFieldLocation.d.ts +21 -0
- package/build/js/api/LabelFieldLocation.js +1 -0
- package/build/js/api/LabelFieldLocationType.d.ts +14 -0
- package/build/js/api/LabelFieldLocationType.js +1 -0
- package/build/js/api/LabelFieldState.d.ts +7 -0
- package/build/js/api/LabelFieldState.js +1 -0
- package/build/js/api/LabelFieldType.d.ts +7 -0
- package/build/js/api/LabelFieldType.js +1 -0
- package/build/js/api/PackingDateText.d.ts +52 -0
- package/build/js/api/PackingDateText.js +1 -0
- package/build/js/api/PackingDateTextBuilder.d.ts +51 -0
- package/build/js/api/PackingDateTextBuilder.js +1 -0
- package/build/js/api/PartNumberBarcode.d.ts +20 -0
- package/build/js/api/PartNumberBarcode.js +1 -0
- package/build/js/api/PartNumberBarcodeBuilder.d.ts +14 -0
- package/build/js/api/PartNumberBarcodeBuilder.js +1 -0
- package/build/js/api/SerialNumberBarcode.d.ts +20 -0
- package/build/js/api/SerialNumberBarcode.js +1 -0
- package/build/js/api/SerialNumberBarcodeBuilder.d.ts +14 -0
- package/build/js/api/SerialNumberBarcodeBuilder.js +1 -0
- package/build/js/api/TextField.d.ts +6 -0
- package/build/js/api/TextField.js +0 -0
- package/build/js/api/TextFieldBuilder.d.ts +6 -0
- package/build/js/api/TextFieldBuilder.js +1 -0
- package/build/js/api/TotalPriceText.d.ts +48 -0
- package/build/js/api/TotalPriceText.js +1 -0
- package/build/js/api/TotalPriceTextBuilder.d.ts +44 -0
- package/build/js/api/TotalPriceTextBuilder.js +1 -0
- package/build/js/api/UnitPriceText.d.ts +48 -0
- package/build/js/api/UnitPriceText.js +1 -0
- package/build/js/api/UnitPriceTextBuilder.d.ts +44 -0
- package/build/js/api/UnitPriceTextBuilder.js +1 -0
- package/build/js/api/WeightText.d.ts +48 -0
- package/build/js/api/WeightText.js +1 -0
- package/build/js/api/WeightTextBuilder.d.ts +44 -0
- package/build/js/api/WeightTextBuilder.js +1 -0
- package/build/js/chunks/chunk-2DTQEG4U.js +1 -0
- package/build/js/chunks/chunk-2X2D3ZT5.js +1 -0
- package/build/js/chunks/chunk-2YS44WAC.js +1 -0
- package/build/js/chunks/chunk-3YJEYYNN.js +1 -0
- package/build/js/chunks/chunk-446BONUZ.js +1 -0
- package/build/js/chunks/chunk-5VERGYK4.js +1 -0
- package/build/js/chunks/chunk-6KUX2QIV.js +1 -0
- package/build/js/chunks/chunk-7EHKQJFI.js +1 -0
- package/build/js/chunks/chunk-7VGFHQT3.js +1 -0
- package/build/js/chunks/chunk-AFWRIN4I.js +1 -0
- package/build/js/chunks/chunk-AP77K5WE.js +0 -0
- package/build/js/chunks/chunk-BGVFXDGB.js +1 -0
- package/build/js/chunks/chunk-BJFWGOUS.js +1 -0
- package/build/js/chunks/chunk-BJSBS5IL.js +1 -0
- package/build/js/chunks/chunk-COOCFN2K.js +1 -0
- package/build/js/chunks/chunk-CTHVVCLQ.js +1 -0
- package/build/js/chunks/chunk-D5PIEZCN.js +1 -0
- package/build/js/chunks/chunk-DY7YMUCC.js +1 -0
- package/build/js/chunks/chunk-F5NT65XG.js +1 -0
- package/build/js/chunks/chunk-F7F7G5FN.js +2 -0
- package/build/js/chunks/chunk-FNR2MDR4.js +1 -0
- package/build/js/chunks/chunk-FRBS2U32.js +1 -0
- package/build/js/chunks/chunk-GCND7WHV.js +1 -0
- package/build/js/chunks/chunk-GPUOT6YB.js +1 -0
- package/build/js/chunks/chunk-GRFWM6G6.js +1 -0
- package/build/js/chunks/chunk-H5ATXM2K.js +1 -0
- package/build/js/chunks/chunk-HRSPIFUD.js +1 -0
- package/build/js/chunks/chunk-IE6L7ZGI.js +1 -0
- package/build/js/chunks/chunk-KMUMMK5E.js +0 -0
- package/build/js/chunks/chunk-KVDETJIR.js +1 -0
- package/build/js/chunks/chunk-L3YJ62IW.js +1 -0
- package/build/js/chunks/chunk-L6U6LZ6D.js +1 -0
- package/build/js/chunks/chunk-LD3KGFYK.js +1 -0
- package/build/js/chunks/chunk-LLGO7KH5.js +1 -0
- package/build/js/chunks/chunk-M5YVPN4U.js +1 -0
- package/build/js/chunks/chunk-MWD5HRPP.js +0 -0
- package/build/js/chunks/chunk-MZS4F5K5.js +1 -0
- package/build/js/chunks/chunk-OIXWTJVO.js +1 -0
- package/build/js/chunks/chunk-PELX4NCZ.js +1 -0
- package/build/js/chunks/chunk-PS5DNNLZ.js +1 -0
- package/build/js/chunks/chunk-QLVN2GEB.js +1 -0
- package/build/js/chunks/chunk-QMT35NSP.js +1 -0
- package/build/js/chunks/chunk-QWUV2OFD.js +1 -0
- package/build/js/chunks/chunk-R5YROV5Y.js +0 -0
- package/build/js/chunks/chunk-SGMJGVQ3.js +1 -0
- package/build/js/chunks/chunk-SQONULJF.js +1 -0
- package/build/js/chunks/chunk-SUORGX6H.js +0 -0
- package/build/js/chunks/chunk-SYDG6PPD.js +1 -0
- package/build/js/chunks/chunk-U4TDG7AJ.js +1 -0
- package/build/js/chunks/chunk-VNO3A222.js +1 -0
- package/build/js/chunks/chunk-VSEPEYHT.js +1 -0
- package/build/js/chunks/chunk-WCKFTTTM.js +1 -0
- package/build/js/chunks/chunk-XDPQXJ7N.js +1 -0
- package/build/js/chunks/chunk-XPMYDYJA.js +1 -0
- package/build/js/chunks/chunk-XRXASFAT.js +1 -0
- package/build/js/chunks/chunk-XT4UWGV5.js +1 -0
- package/build/js/chunks/chunk-Y3KV6YYP.js +1 -0
- package/build/js/chunks/chunk-YZSW6NH3.js +1 -0
- package/build/js/chunks/chunk-Z25YTWYI.js +1 -0
- package/build/js/chunks/chunk-Z5EEGVPC.js +1 -0
- package/build/js/chunks/chunk-ZFSXLH7S.js +0 -0
- package/build/js/chunks/chunk-ZU6C4VWO.js +1 -0
- package/build/js/djinni-types/sdcAnalyticsModule.d.ts +25 -0
- package/build/js/djinni-types/sdcAnalyticsModule.js +0 -0
- package/build/js/djinni-types/sdcBarcodeData.d.ts +47 -0
- package/build/js/djinni-types/sdcBarcodeData.js +1 -0
- package/build/js/djinni-types/sdcBarcodeInternalSdkData.d.ts +36 -0
- package/build/js/djinni-types/sdcBarcodeInternalSdkData.js +0 -0
- package/build/js/djinni-types/sdcCoreCommon.d.ts +13 -0
- package/build/js/djinni-types/sdcCoreCommon.js +1 -0
- package/build/js/djinni-types/sdcCoreCommonBuffer.d.ts +11 -0
- package/build/js/djinni-types/sdcCoreCommonBuffer.js +0 -0
- package/build/js/djinni-types/sdcCoreCommonGeometry.d.ts +56 -0
- package/build/js/djinni-types/sdcCoreCommonGeometry.js +1 -0
- package/build/js/djinni-types/sdcCoreInternalSdkArea.d.ts +38 -0
- package/build/js/djinni-types/sdcCoreInternalSdkArea.js +0 -0
- package/build/js/djinni-types/sdcCoreInternalSdkCapture.d.ts +9 -0
- package/build/js/djinni-types/sdcCoreInternalSdkCapture.js +1 -0
- package/build/js/djinni-types/sdcCoreInternalSdkCommonAsync.d.ts +12 -0
- package/build/js/djinni-types/sdcCoreInternalSdkCommonAsync.js +0 -0
- package/build/js/djinni-types/sdcCoreInternalSdkCommonGeometry.d.ts +28 -0
- package/build/js/djinni-types/sdcCoreInternalSdkCommonGeometry.js +0 -0
- package/build/js/djinni-types/sdcCoreInternalSdkCommonGraphics.d.ts +10 -0
- package/build/js/djinni-types/sdcCoreInternalSdkCommonGraphics.js +0 -0
- package/build/js/djinni-types/sdcCoreInternalSdkOcr.d.ts +34 -0
- package/build/js/djinni-types/sdcCoreInternalSdkOcr.js +0 -0
- package/build/js/djinni-types/sdcCoreInternalSdkUiStyle.d.ts +11 -0
- package/build/js/djinni-types/sdcCoreInternalSdkUiStyle.js +0 -0
- package/build/js/djinni-types/sdcCoreInternalSdkUiViewfinder.d.ts +74 -0
- package/build/js/djinni-types/sdcCoreInternalSdkUiViewfinder.js +1 -0
- package/build/js/djinni-types/sdcLabelData.d.ts +32 -0
- package/build/js/djinni-types/sdcLabelData.js +1 -0
- package/build/js/djinni-types/sdcLabelInternalModuleCapture.d.ts +367 -0
- package/build/js/djinni-types/sdcLabelInternalModuleCapture.js +0 -0
- package/build/js/djinni-types/sdcLabelInternalModuleData.d.ts +38 -0
- package/build/js/djinni-types/sdcLabelInternalModuleData.js +0 -0
- package/build/js/djinni-types/sdcLabelInternalModuleUiOverlay.d.ts +67 -0
- package/build/js/djinni-types/sdcLabelInternalModuleUiOverlay.js +0 -0
- package/build/js/djinni-types/sdcSymbologySettings.d.ts +21 -0
- package/build/js/djinni-types/sdcSymbologySettings.js +0 -0
- package/build/js/global.d.d.ts +36 -0
- package/build/js/global.d.js +0 -0
- package/build/js/index.d.ts +69 -0
- package/build/js/index.js +1 -0
- package/build/js/moduleLoader.d.ts +5 -0
- package/build/js/moduleLoader.js +1 -0
- package/build/js/private/PrivateLabelFieldDefinition.d.ts +39 -0
- package/build/js/private/PrivateLabelFieldDefinition.js +0 -0
- package/build/js/private/PrivateRectangularLocationSelectionJSON.d.ts +8 -0
- package/build/js/private/PrivateRectangularLocationSelectionJSON.js +0 -0
- package/build/js/private/brushTranslator.d.ts +10 -0
- package/build/js/private/brushTranslator.js +1 -0
- package/build/js/private/createProxiedViewFinder.d.ts +61 -0
- package/build/js/private/createProxiedViewFinder.js +1 -0
- package/build/js/private/labelFieldLocationTypeTranslator.d.ts +6 -0
- package/build/js/private/labelFieldLocationTypeTranslator.js +1 -0
- package/build/js/private/measureTranslator.d.ts +7 -0
- package/build/js/private/measureTranslator.js +1 -0
- package/build/js/private/numberTranslator.d.ts +7 -0
- package/build/js/private/numberTranslator.js +1 -0
- package/build/js/private/symbologiesTranslator.d.ts +7 -0
- package/build/js/private/symbologiesTranslator.js +1 -0
- package/build/js/private/viewfinderTranslator.d.ts +9 -0
- package/build/js/private/viewfinderTranslator.js +1 -0
- package/build/js/worker/LabelCaptureWorkerManager.d.ts +43 -0
- package/build/js/worker/LabelCaptureWorkerManager.js +1 -0
- package/build/js/worker/WorkerMain.d.ts +55 -0
- package/build/js/worker/WorkerMain.js +1 -0
- package/build/js/worker/WorkerRegistry.d.ts +36 -0
- package/build/js/worker/WorkerRegistry.js +1 -0
- package/build/js/worker/dataCapture.inlineWorker.d.ts +40 -0
- package/build/js/worker/dataCapture.inlineWorker.js +1 -0
- package/build/js/worker/dataCaptureEngine.d.ts +61 -0
- package/build/js/worker/dataCaptureEngine.js +1 -0
- package/build/js/worker/dataCaptureWorkerRelated.d.ts +31 -0
- package/build/js/worker/dataCaptureWorkerRelated.js +0 -0
- package/build/js/worker/inlineWorker.d.d.ts +4 -0
- package/build/js/worker/inlineWorker.d.js +0 -0
- package/build/js/worker/labelWorkerHandler.d.ts +36 -0
- package/build/js/worker/labelWorkerHandler.js +1 -0
- package/build/js/worker/proxies/AimerViewfinderProxy.d.ts +45 -0
- package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -0
- package/build/js/worker/proxies/BarcodeFieldProxy.d.ts +52 -0
- package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -0
- package/build/js/worker/proxies/CapturedLabelProxy.d.ts +45 -0
- package/build/js/worker/proxies/CapturedLabelProxy.js +1 -0
- package/build/js/worker/proxies/CustomBarcodeProxy.d.ts +53 -0
- package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -0
- package/build/js/worker/proxies/CustomTextProxy.d.ts +51 -0
- package/build/js/worker/proxies/CustomTextProxy.js +1 -0
- package/build/js/worker/proxies/ExpiryDateTextProxy.d.ts +54 -0
- package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -0
- package/build/js/worker/proxies/ImeiOneBarcodeProxy.d.ts +53 -0
- package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -0
- package/build/js/worker/proxies/ImeiTwoBarcodeProxy.d.ts +53 -0
- package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -0
- package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.d.ts +42 -0
- package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -0
- package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.d.ts +51 -0
- package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -0
- package/build/js/worker/proxies/LabelCaptureHelperProxy.d.ts +39 -0
- package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -0
- package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.d.ts +42 -0
- package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -0
- package/build/js/worker/proxies/LabelCaptureProxy.d.ts +49 -0
- package/build/js/worker/proxies/LabelCaptureProxy.js +1 -0
- package/build/js/worker/proxies/LabelCaptureSessionProxy.d.ts +41 -0
- package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -0
- package/build/js/worker/proxies/LabelCaptureSettingsProxy.d.ts +50 -0
- package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -0
- package/build/js/worker/proxies/LabelDefinitionProxy.d.ts +43 -0
- package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -0
- package/build/js/worker/proxies/LabelFieldDefinitionProxy.d.ts +51 -0
- package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -0
- package/build/js/worker/proxies/LabelFieldLocationProxy.d.ts +42 -0
- package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -0
- package/build/js/worker/proxies/LabelFieldProxy.d.ts +47 -0
- package/build/js/worker/proxies/LabelFieldProxy.js +1 -0
- package/build/js/worker/proxies/NativeProxy.d.ts +31 -0
- package/build/js/worker/proxies/NativeProxy.js +1 -0
- package/build/js/worker/proxies/NoViewfinderProxy.d.ts +39 -0
- package/build/js/worker/proxies/NoViewfinderProxy.js +1 -0
- package/build/js/worker/proxies/PackingDateTextProxy.d.ts +54 -0
- package/build/js/worker/proxies/PackingDateTextProxy.js +1 -0
- package/build/js/worker/proxies/PartNumberBarcodeProxy.d.ts +53 -0
- package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -0
- package/build/js/worker/proxies/RectangularViewfinderProxy.d.ts +57 -0
- package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -0
- package/build/js/worker/proxies/SerialNumberBarcodeProxy.d.ts +53 -0
- package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -0
- package/build/js/worker/proxies/TotalPriceTextProxy.d.ts +51 -0
- package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -0
- package/build/js/worker/proxies/UnitPriceTextProxy.d.ts +51 -0
- package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -0
- package/build/js/worker/proxies/WeightTextProxy.d.ts +51 -0
- package/build/js/worker/proxies/WeightTextProxy.js +1 -0
- package/package.json +103 -0
- package/sdc-lib/resources/models/barcode_classification_default.b90ecc5d362d.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_default.47d1f96d10cc.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_dpm_default.866e35467788.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_generic_postal_code_default.4c1ba34eafc0.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_oned_default.5f2c85a7773b.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_twod_default.795c17cef2bf.model +0 -0
- package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_default.4df1cd250f2d.model +0 -0
- package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_detector_default.e440ae4acaf7.model +0 -0
- package/sdc-lib/resources/models/barcode_semantics_ocr_detector_default.f383d4282ee9.model +0 -0
- package/sdc-lib/resources/models/eu_dl_localization.e440ae4acaf7.model +0 -0
- package/sdc-lib/resources/models/id_ocr.f42a207632c0.model +0 -0
- package/sdc-lib/resources/models/invalidated_id_classification_default.a055873831c9.model +0 -0
- package/sdc-lib/resources/models/mrz_line_localization.4573c5a05b53.model +0 -0
- package/sdc-lib/resources/models/mrz_localization.c6b469e57923.model +0 -0
- package/sdc-lib/resources/models/ocr_barcode_semantics_default.b8e0fdb8dc2c.model +0 -0
- package/sdc-lib/resources/models/ocr_mrz_default.050ddaa9b833.model +0 -0
- package/sdc-lib/resources/models/uk_dl_code_localization.e440ae4acaf7.model +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label-pthreads.js +1 -0
- package/sdc-lib/scandit-datacapture-sdk-label-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.js +1 -0
- package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label-simd.js +1 -0
- package/sdc-lib/scandit-datacapture-sdk-label-simd.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label.js +1 -0
- package/sdc-lib/scandit-datacapture-sdk-label.wasm +0 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare enum Symbology {
|
|
2
|
+
EAN13_UPCA = 0,
|
|
3
|
+
UPCE = 1,
|
|
4
|
+
EAN8 = 2,
|
|
5
|
+
CODE39 = 3,
|
|
6
|
+
CODE93 = 4,
|
|
7
|
+
CODE128 = 5,
|
|
8
|
+
CODE11 = 6,
|
|
9
|
+
CODE25 = 7,
|
|
10
|
+
CODABAR = 8,
|
|
11
|
+
INTERLEAVED_TWO_OF_FIVE = 9,
|
|
12
|
+
MSI_PLESSEY = 10,
|
|
13
|
+
QR = 11,
|
|
14
|
+
DATA_MATRIX = 12,
|
|
15
|
+
AZTEC = 13,
|
|
16
|
+
MAXI_CODE = 14,
|
|
17
|
+
DOT_CODE = 15,
|
|
18
|
+
KIX = 16,
|
|
19
|
+
RM4SCC = 17,
|
|
20
|
+
GS1_DATABAR = 18,
|
|
21
|
+
GS1_DATABAR_EXPANDED = 19,
|
|
22
|
+
GS1_DATABAR_LIMITED = 20,
|
|
23
|
+
PDF417 = 21,
|
|
24
|
+
MICRO_PDF417 = 22,
|
|
25
|
+
MICRO_QR = 23,
|
|
26
|
+
CODE32 = 24,
|
|
27
|
+
LAPA4SC = 25,
|
|
28
|
+
IATA_TWO_OF_FIVE = 26,
|
|
29
|
+
MATRIX_TWO_OF_FIVE = 27,
|
|
30
|
+
USPS_INTELLIGENT_MAIL = 28,
|
|
31
|
+
ARUCO = 29,
|
|
32
|
+
UPU4STATE = 30,
|
|
33
|
+
AUSTRALIANPOST = 31,
|
|
34
|
+
FRENCHPOST = 32
|
|
35
|
+
}
|
|
36
|
+
declare enum CompositeFlag {
|
|
37
|
+
NONE = 0,
|
|
38
|
+
UNKNOWN = 1,
|
|
39
|
+
LINKED = 2,
|
|
40
|
+
GS1_TYPE_A = 3,
|
|
41
|
+
GS1_TYPE_B = 4,
|
|
42
|
+
GS1_TYPE_C = 5
|
|
43
|
+
}
|
|
44
|
+
interface SdcBarcodeData_statics {
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export { CompositeFlag, type SdcBarcodeData_statics, Symbology };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{b as CompositeFlag,a as Symbology}from'../chunks/chunk-YZSW6NH3.js';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Symbology, CompositeFlag } from './sdcBarcodeData.js';
|
|
2
|
+
import { Quadrilateral } from './sdcCoreCommonGeometry.js';
|
|
3
|
+
import { EncodingRange } from './sdcCoreCommonBuffer.js';
|
|
4
|
+
|
|
5
|
+
interface Barcode {
|
|
6
|
+
getSymbology(): Symbology;
|
|
7
|
+
getDataEncoding(): Array<EncodingRange>;
|
|
8
|
+
getUtf8String(): string | undefined;
|
|
9
|
+
getLocation(): Quadrilateral;
|
|
10
|
+
isGs1DataCarrier(): boolean;
|
|
11
|
+
getCompositeFlag(): CompositeFlag;
|
|
12
|
+
getFrameId(): number;
|
|
13
|
+
getSymbolCount(): number;
|
|
14
|
+
isColorInverted(): boolean;
|
|
15
|
+
getData(): Uint8Array;
|
|
16
|
+
getAddOnData(): string | undefined;
|
|
17
|
+
getCompositeData(): string | undefined;
|
|
18
|
+
getCompositeRawData(): Uint8Array;
|
|
19
|
+
isStructuredAppend(): boolean;
|
|
20
|
+
getStructuredAppendData(): AbstractStructuredAppendData;
|
|
21
|
+
getPixelPerElement(): number;
|
|
22
|
+
toJson(): string;
|
|
23
|
+
}
|
|
24
|
+
interface AbstractStructuredAppendData {
|
|
25
|
+
isComplete(): boolean;
|
|
26
|
+
getBarcodeSetId(): string;
|
|
27
|
+
getScannedSegmentCount(): number;
|
|
28
|
+
getTotalSegmentCount(): number;
|
|
29
|
+
getCompleteDataRaw(): Uint8Array;
|
|
30
|
+
getCompleteDataEncodings(): Array<EncodingRange>;
|
|
31
|
+
getCompleteDataUtf8String(): string | undefined;
|
|
32
|
+
}
|
|
33
|
+
interface SdcBarcodeInternalSdkData_statics {
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export type { AbstractStructuredAppendData, Barcode, SdcBarcodeInternalSdkData_statics };
|
|
File without changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare enum Direction {
|
|
2
|
+
LEFT_TO_RIGHT = 0,
|
|
3
|
+
RIGHT_TO_LEFT = 1,
|
|
4
|
+
HORIZONTAL = 2,
|
|
5
|
+
TOP_TO_BOTTOM = 3,
|
|
6
|
+
BOTTOM_TO_TOP = 4,
|
|
7
|
+
VERTICAL = 5,
|
|
8
|
+
NONE = 6
|
|
9
|
+
}
|
|
10
|
+
interface SdcCoreCommon_statics {
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export { Direction, type SdcCoreCommon_statics };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var O=(T=>(T[T.LEFT_TO_RIGHT=0]="LEFT_TO_RIGHT",T[T.RIGHT_TO_LEFT=1]="RIGHT_TO_LEFT",T[T.HORIZONTAL=2]="HORIZONTAL",T[T.TOP_TO_BOTTOM=3]="TOP_TO_BOTTOM",T[T.BOTTOM_TO_TOP=4]="BOTTOM_TO_TOP",T[T.VERTICAL=5]="VERTICAL",T[T.NONE=6]="NONE",T))(O||{});export{O as Direction};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
interface EncodingRange {
|
|
2
|
+
ianaName: string;
|
|
3
|
+
/** actually a u32, but this type is not supported by djinni */
|
|
4
|
+
startIndex: number;
|
|
5
|
+
/** actually a u32, but this type is not supported by djinni */
|
|
6
|
+
endIndex: number;
|
|
7
|
+
}
|
|
8
|
+
interface SdcCoreCommonBuffer_statics {
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type { EncodingRange, SdcCoreCommonBuffer_statics };
|
|
File without changes
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
interface Point {
|
|
2
|
+
x: number;
|
|
3
|
+
y: number;
|
|
4
|
+
}
|
|
5
|
+
interface Quadrilateral {
|
|
6
|
+
topLeft: Point;
|
|
7
|
+
topRight: Point;
|
|
8
|
+
bottomRight: Point;
|
|
9
|
+
bottomLeft: Point;
|
|
10
|
+
}
|
|
11
|
+
/** FIXME (marco) this should be part of the bar module instead. */
|
|
12
|
+
interface Size2 {
|
|
13
|
+
width: number;
|
|
14
|
+
height: number;
|
|
15
|
+
}
|
|
16
|
+
interface Rect {
|
|
17
|
+
origin: Point;
|
|
18
|
+
size: Size2;
|
|
19
|
+
}
|
|
20
|
+
declare enum MeasureUnit {
|
|
21
|
+
PIXEL = 0,
|
|
22
|
+
DIP = 1,
|
|
23
|
+
FRACTION = 2
|
|
24
|
+
}
|
|
25
|
+
interface FloatWithUnit {
|
|
26
|
+
value: number;
|
|
27
|
+
unit: MeasureUnit;
|
|
28
|
+
}
|
|
29
|
+
interface SizeWithUnit {
|
|
30
|
+
width: FloatWithUnit;
|
|
31
|
+
height: FloatWithUnit;
|
|
32
|
+
}
|
|
33
|
+
interface SizeWithAspect {
|
|
34
|
+
size: FloatWithUnit;
|
|
35
|
+
aspect: number;
|
|
36
|
+
}
|
|
37
|
+
declare enum SizingMode {
|
|
38
|
+
WIDTH_AND_HEIGHT = 0,
|
|
39
|
+
WIDTH_AND_ASPECT_RATIO = 1,
|
|
40
|
+
HEIGHT_AND_ASPECT_RATIO = 2,
|
|
41
|
+
SHORTER_DIMENSION_AND_ASPECT_RATIO = 3
|
|
42
|
+
}
|
|
43
|
+
interface MarginsWithUnit {
|
|
44
|
+
left: FloatWithUnit;
|
|
45
|
+
top: FloatWithUnit;
|
|
46
|
+
right: FloatWithUnit;
|
|
47
|
+
bottom: FloatWithUnit;
|
|
48
|
+
}
|
|
49
|
+
interface PointWithUnit {
|
|
50
|
+
x: FloatWithUnit;
|
|
51
|
+
y: FloatWithUnit;
|
|
52
|
+
}
|
|
53
|
+
interface SdcCoreCommonGeometry_statics {
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export { type FloatWithUnit, type MarginsWithUnit, MeasureUnit, type Point, type PointWithUnit, type Quadrilateral, type Rect, type SdcCoreCommonGeometry_statics, type Size2, type SizeWithAspect, type SizeWithUnit, SizingMode };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as MeasureUnit,b as SizingMode}from'../chunks/chunk-XRXASFAT.js';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { SizeWithUnitAndAspect } from './sdcCoreInternalSdkCommonGeometry.js';
|
|
2
|
+
import { FloatWithUnit } from './sdcCoreCommonGeometry.js';
|
|
3
|
+
|
|
4
|
+
interface LocationSelection {
|
|
5
|
+
}
|
|
6
|
+
interface NoLocationSelection {
|
|
7
|
+
asLocationSelection(): LocationSelection;
|
|
8
|
+
toJson(): string;
|
|
9
|
+
}
|
|
10
|
+
interface NoLocationSelection_statics {
|
|
11
|
+
create(): NoLocationSelection;
|
|
12
|
+
}
|
|
13
|
+
interface RadiusLocationSelection {
|
|
14
|
+
asLocationSelection(): LocationSelection;
|
|
15
|
+
getRadius(): FloatWithUnit;
|
|
16
|
+
toJson(): string;
|
|
17
|
+
}
|
|
18
|
+
interface RadiusLocationSelection_statics {
|
|
19
|
+
create(radius: FloatWithUnit): RadiusLocationSelection;
|
|
20
|
+
}
|
|
21
|
+
interface RectangularLocationSelection {
|
|
22
|
+
asLocationSelection(): LocationSelection;
|
|
23
|
+
setWidthAndHeight(width: FloatWithUnit, height: FloatWithUnit): void;
|
|
24
|
+
setWidthAndAspectRatio(width: FloatWithUnit, heightToWidthAspect: number): void;
|
|
25
|
+
setHeightAndAspectRatio(height: FloatWithUnit, widthToHeightAspect: number): void;
|
|
26
|
+
getSizeWithUnitAndAspect(): SizeWithUnitAndAspect;
|
|
27
|
+
toJson(): string;
|
|
28
|
+
}
|
|
29
|
+
interface RectangularLocationSelection_statics {
|
|
30
|
+
create(): RectangularLocationSelection;
|
|
31
|
+
}
|
|
32
|
+
interface SdcCoreInternalSdkArea_statics {
|
|
33
|
+
NoLocationSelection: NoLocationSelection_statics;
|
|
34
|
+
RadiusLocationSelection: RadiusLocationSelection_statics;
|
|
35
|
+
RectangularLocationSelection: RectangularLocationSelection_statics;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export type { LocationSelection, NoLocationSelection, NoLocationSelection_statics, RadiusLocationSelection, RadiusLocationSelection_statics, RectangularLocationSelection, RectangularLocationSelection_statics, SdcCoreInternalSdkArea_statics };
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var N=(n=>(n[n.UNKNOWN=0]="UNKNOWN",n[n.SUPPORTED=1]="SUPPORTED",n[n.UNSUPPORTED=2]="UNSUPPORTED",n))(N||{});export{N as FeatureAvailability};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/** FIXME: this needs to be templated SDK-6874 */
|
|
2
|
+
interface BoolCallable {
|
|
3
|
+
run(result: boolean): void;
|
|
4
|
+
}
|
|
5
|
+
/** FIXME: this needs to be templated SDK-6874 */
|
|
6
|
+
interface WrappedFuture {
|
|
7
|
+
then(callback: BoolCallable): void;
|
|
8
|
+
}
|
|
9
|
+
interface SdcCoreInternalSdkCommonAsync_statics {
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export type { BoolCallable, SdcCoreInternalSdkCommonAsync_statics, WrappedFuture };
|
|
File without changes
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { SizeWithUnit, SizeWithAspect, SizingMode, FloatWithUnit, Rect } from './sdcCoreCommonGeometry.js';
|
|
2
|
+
|
|
3
|
+
interface SizeWithUnitAndAspect {
|
|
4
|
+
getWidthAndHeight(): SizeWithUnit | undefined;
|
|
5
|
+
getWidthWithAspect(): SizeWithAspect | undefined;
|
|
6
|
+
getHeightWithAspect(): SizeWithAspect | undefined;
|
|
7
|
+
getShorterDimensionWithAspect(): SizeWithAspect | undefined;
|
|
8
|
+
getSizingMode(): SizingMode;
|
|
9
|
+
toJson(): string;
|
|
10
|
+
}
|
|
11
|
+
interface SizeWithUnitAndAspect_statics {
|
|
12
|
+
createWithWidthAndHeight(widthAndHeight: SizeWithUnit): SizeWithUnitAndAspect;
|
|
13
|
+
createWithWidthAndAspectRatio(width: FloatWithUnit, aspectRatio: number): SizeWithUnitAndAspect;
|
|
14
|
+
createWithHeightAndAspectRatio(height: FloatWithUnit, aspectRatio: number): SizeWithUnitAndAspect;
|
|
15
|
+
createWithShorterDimensionAndAspectRatio(fraction: number, aspectRatio: number): SizeWithUnitAndAspect;
|
|
16
|
+
}
|
|
17
|
+
interface ImageBuffer {
|
|
18
|
+
deepCopy(): ImageBuffer;
|
|
19
|
+
getWidth(): number;
|
|
20
|
+
getHeight(): number;
|
|
21
|
+
toBitmap(): Uint8Array;
|
|
22
|
+
getBitmapRepresentationFromYUV(imageCrop: Rect): Uint8Array;
|
|
23
|
+
}
|
|
24
|
+
interface SdcCoreInternalSdkCommonGeometry_statics {
|
|
25
|
+
SizeWithUnitAndAspect: SizeWithUnitAndAspect_statics;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export type { ImageBuffer, SdcCoreInternalSdkCommonGeometry_statics, SizeWithUnitAndAspect, SizeWithUnitAndAspect_statics };
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { WasmFrameData } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
2
|
+
import { ImageBuffer } from './sdcCoreInternalSdkCommonGeometry.js';
|
|
3
|
+
import { Direction } from './sdcCoreCommon.js';
|
|
4
|
+
import { Rect, Quadrilateral } from './sdcCoreCommonGeometry.js';
|
|
5
|
+
|
|
6
|
+
interface TextRecognizerSettings {
|
|
7
|
+
minimumLineHeight: number;
|
|
8
|
+
maximumLineHeight: number;
|
|
9
|
+
combineCapturedTextsIntoSingleResult: boolean;
|
|
10
|
+
}
|
|
11
|
+
interface ExternalOcrBackend {
|
|
12
|
+
getName(): string;
|
|
13
|
+
onBeforeNextFrame(frameData: WasmFrameData): void;
|
|
14
|
+
getLastErrorMessage(): string;
|
|
15
|
+
getLastResults(): Array<ExternalOcrBackendResult>;
|
|
16
|
+
getSpecificData(key: string): string;
|
|
17
|
+
setRecognitionArea(roi: Rect, direction: Direction): void;
|
|
18
|
+
processFrame(imageBuffer: ImageBuffer): boolean;
|
|
19
|
+
updateSettings(settings: TextRecognizerSettings): void;
|
|
20
|
+
}
|
|
21
|
+
interface ExternalOcrBackendHelper {
|
|
22
|
+
}
|
|
23
|
+
interface ExternalOcrBackendHelper_statics {
|
|
24
|
+
adjustRoi(roi: Rect, margin: number): Rect;
|
|
25
|
+
}
|
|
26
|
+
interface ExternalOcrBackendResult {
|
|
27
|
+
value: string;
|
|
28
|
+
location: Quadrilateral;
|
|
29
|
+
}
|
|
30
|
+
interface SdcCoreInternalSdkOcr_statics {
|
|
31
|
+
ExternalOcrBackendHelper: ExternalOcrBackendHelper_statics;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export type { ExternalOcrBackend, ExternalOcrBackendHelper, ExternalOcrBackendHelper_statics, ExternalOcrBackendResult, SdcCoreInternalSdkOcr_statics, TextRecognizerSettings };
|
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Color } from './sdcCoreInternalSdkCommonGraphics.js';
|
|
2
|
+
|
|
3
|
+
interface Brush {
|
|
4
|
+
fillColor: Color;
|
|
5
|
+
strokeColor: Color;
|
|
6
|
+
strokeWidth: number;
|
|
7
|
+
}
|
|
8
|
+
interface SdcCoreInternalSdkUiStyle_statics {
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type { Brush, SdcCoreInternalSdkUiStyle_statics };
|
|
File without changes
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { Color } from './sdcCoreInternalSdkCommonGraphics.js';
|
|
2
|
+
import { SizeWithUnitAndAspect } from './sdcCoreInternalSdkCommonGeometry.js';
|
|
3
|
+
import { FloatWithUnit } from './sdcCoreCommonGeometry.js';
|
|
4
|
+
|
|
5
|
+
interface Viewfinder {
|
|
6
|
+
}
|
|
7
|
+
declare enum RectangularViewfinderStyle {
|
|
8
|
+
SQUARE = 0,
|
|
9
|
+
ROUNDED = 1
|
|
10
|
+
}
|
|
11
|
+
declare enum RectangularViewfinderLineStyle {
|
|
12
|
+
BOLD = 0,
|
|
13
|
+
LIGHT = 1
|
|
14
|
+
}
|
|
15
|
+
interface NoViewfinder {
|
|
16
|
+
}
|
|
17
|
+
interface NoViewfinder_statics {
|
|
18
|
+
create(): NoViewfinder;
|
|
19
|
+
}
|
|
20
|
+
interface RectangularViewfinderAnimation {
|
|
21
|
+
isLooping(): boolean;
|
|
22
|
+
toJson(): string;
|
|
23
|
+
}
|
|
24
|
+
interface RectangularViewfinderAnimation_statics {
|
|
25
|
+
create(isLooping: boolean): RectangularViewfinderAnimation;
|
|
26
|
+
}
|
|
27
|
+
interface RectangularViewfinder {
|
|
28
|
+
setWidthAndHeight(width: FloatWithUnit, height: FloatWithUnit): void;
|
|
29
|
+
setWidthAndAspectRatio(width: FloatWithUnit, heightToWidthAspect: number): void;
|
|
30
|
+
setHeightAndAspectRatio(width: FloatWithUnit, widthToHeightAspect: number): void;
|
|
31
|
+
setShorterDimensionAndAspectRatio(shorterDimension: number, aspect: number): void;
|
|
32
|
+
getSizeWithUnitAndAspect(): SizeWithUnitAndAspect;
|
|
33
|
+
setColor(color: Color): void;
|
|
34
|
+
getColor(): Color;
|
|
35
|
+
setDisabledColor(color: Color): void;
|
|
36
|
+
getDisabledColor(): Color;
|
|
37
|
+
getStyle(): RectangularViewfinderStyle;
|
|
38
|
+
setAnimation(animation: RectangularViewfinderAnimation | undefined): void;
|
|
39
|
+
getAnimation(): RectangularViewfinderAnimation | undefined;
|
|
40
|
+
setDimming(dimming: number): void;
|
|
41
|
+
getDimming(): number;
|
|
42
|
+
setDisabledDimming(dimming: number): void;
|
|
43
|
+
getDisabledDimming(): number;
|
|
44
|
+
getLineStyle(): RectangularViewfinderLineStyle;
|
|
45
|
+
}
|
|
46
|
+
interface RectangularViewfinder_statics {
|
|
47
|
+
create(): RectangularViewfinder;
|
|
48
|
+
createForStyles(style: RectangularViewfinderStyle, lineStyle: RectangularViewfinderLineStyle): RectangularViewfinder;
|
|
49
|
+
}
|
|
50
|
+
interface AimerViewfinder {
|
|
51
|
+
setFrameColor(color: Color): void;
|
|
52
|
+
getFrameColor(): Color;
|
|
53
|
+
setDotColor(color: Color): void;
|
|
54
|
+
getDotColor(): Color;
|
|
55
|
+
}
|
|
56
|
+
interface AimerViewfinder_statics {
|
|
57
|
+
create(): AimerViewfinder;
|
|
58
|
+
getDotColorDefault(): Color;
|
|
59
|
+
getFrameColorDefault(): Color;
|
|
60
|
+
}
|
|
61
|
+
interface TargetAimerViewfinder {
|
|
62
|
+
}
|
|
63
|
+
interface TargetAimerViewfinder_statics {
|
|
64
|
+
create(): TargetAimerViewfinder;
|
|
65
|
+
}
|
|
66
|
+
interface SdcCoreInternalSdkUiViewfinder_statics {
|
|
67
|
+
NoViewfinder: NoViewfinder_statics;
|
|
68
|
+
RectangularViewfinderAnimation: RectangularViewfinderAnimation_statics;
|
|
69
|
+
RectangularViewfinder: RectangularViewfinder_statics;
|
|
70
|
+
AimerViewfinder: AimerViewfinder_statics;
|
|
71
|
+
TargetAimerViewfinder: TargetAimerViewfinder_statics;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export { type AimerViewfinder, type AimerViewfinder_statics, type NoViewfinder, type NoViewfinder_statics, type RectangularViewfinder, type RectangularViewfinderAnimation, type RectangularViewfinderAnimation_statics, RectangularViewfinderLineStyle, RectangularViewfinderStyle, type RectangularViewfinder_statics, type SdcCoreInternalSdkUiViewfinder_statics, type TargetAimerViewfinder, type TargetAimerViewfinder_statics, type Viewfinder };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{b as RectangularViewfinderLineStyle,a as RectangularViewfinderStyle}from'../chunks/chunk-FNR2MDR4.js';
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare enum LabelFieldState {
|
|
2
|
+
CAPTURED = 0,
|
|
3
|
+
PREDICTED = 1,
|
|
4
|
+
UNKNOWN = 2
|
|
5
|
+
}
|
|
6
|
+
declare enum LabelFieldType {
|
|
7
|
+
BARCODE = 0,
|
|
8
|
+
TEXT = 1,
|
|
9
|
+
OBJECT = 2,
|
|
10
|
+
UNKNOWN = 3
|
|
11
|
+
}
|
|
12
|
+
declare enum LabelFieldLocationType {
|
|
13
|
+
TOP_LEFT = 0,
|
|
14
|
+
TOP_RIGHT = 1,
|
|
15
|
+
BOTTOM_RIGHT = 2,
|
|
16
|
+
BOTTOM_LEFT = 3,
|
|
17
|
+
TOP = 4,
|
|
18
|
+
RIGHT = 5,
|
|
19
|
+
BOTTOM = 6,
|
|
20
|
+
LEFT = 7,
|
|
21
|
+
CENTER = 8,
|
|
22
|
+
WHOLE_LABEL = 9
|
|
23
|
+
}
|
|
24
|
+
declare enum LabelDateComponentFormat {
|
|
25
|
+
DMY = 0,
|
|
26
|
+
MDY = 1,
|
|
27
|
+
YMD = 2
|
|
28
|
+
}
|
|
29
|
+
interface SdcLabelData_statics {
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { LabelDateComponentFormat, LabelFieldLocationType, LabelFieldState, LabelFieldType, type SdcLabelData_statics };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{d as LabelDateComponentFormat,c as LabelFieldLocationType,a as LabelFieldState,b as LabelFieldType}from'../chunks/chunk-PELX4NCZ.js';
|