@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,49 @@
|
|
|
1
|
+
import { DataCaptureContext } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
2
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BgHIn4CU.js';
|
|
3
|
+
import { WrappedFuture } from '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
4
|
+
import { ExternalOcrBackend } from '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
5
|
+
import { LabelCapture, LabelCaptureListener, LabelCaptureSettings } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
6
|
+
import '@scandit/web-datacapture-barcode';
|
|
7
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
8
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
9
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
10
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
11
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
12
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
15
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
16
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
17
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
18
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
19
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
20
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/CapturedLabel.js';
|
|
24
|
+
import '../../api/LabelField.js';
|
|
25
|
+
import '../../api/LabelFieldState.js';
|
|
26
|
+
import '../../api/LabelFieldType.js';
|
|
27
|
+
import '../../api/LabelDateResult.js';
|
|
28
|
+
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelDateFormat.js';
|
|
30
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
+
import '../../api/LabelFieldLocationType.js';
|
|
32
|
+
|
|
33
|
+
declare class LabelCaptureProxy extends NativeProxyAdapter<LabelCapture> {
|
|
34
|
+
handle: NativeProxyHandle;
|
|
35
|
+
create(context: DataCaptureContext, settingsHandle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
36
|
+
isEnabled(handle: NativeProxyHandle): Promise<boolean>;
|
|
37
|
+
setEnabled(handle: NativeProxyHandle, enabled: boolean): Promise<void>;
|
|
38
|
+
isAttachedToContext(handle: NativeProxyHandle): Promise<boolean>;
|
|
39
|
+
addListenerAsync(handle: NativeProxyHandle, listener: LabelCaptureListener, priority: number): Promise<void>;
|
|
40
|
+
removeListenerAsync(handle: NativeProxyHandle, listener: LabelCaptureListener): Promise<void>;
|
|
41
|
+
getSession(_handle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
42
|
+
shouldUseEngineDrivenAnimations(handle: NativeProxyHandle): Promise<boolean>;
|
|
43
|
+
applySettingsWrapped(handle: NativeProxyHandle, settings: LabelCaptureSettings): Promise<WrappedFuture>;
|
|
44
|
+
getContext(handle: NativeProxyHandle): Promise<DataCaptureContext>;
|
|
45
|
+
registerExternalOcrBackend(handle: NativeProxyHandle, backend: ExternalOcrBackend): Promise<void>;
|
|
46
|
+
}
|
|
47
|
+
declare const _default: LabelCaptureProxy;
|
|
48
|
+
|
|
49
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{p as default}from'../../chunks/chunk-GCND7WHV.js';
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BgHIn4CU.js';
|
|
2
|
+
import { LabelCaptureSession } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
|
+
import '@scandit/web-datacapture-barcode';
|
|
4
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
5
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
6
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
7
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
8
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
9
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
10
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
11
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
15
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
16
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
17
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
18
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
19
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/CapturedLabel.js';
|
|
24
|
+
import '../../api/LabelField.js';
|
|
25
|
+
import '../../api/LabelFieldState.js';
|
|
26
|
+
import '../../api/LabelFieldType.js';
|
|
27
|
+
import '../../api/LabelDateResult.js';
|
|
28
|
+
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelDateFormat.js';
|
|
30
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
+
import '../../api/LabelFieldLocationType.js';
|
|
32
|
+
|
|
33
|
+
declare class LabelCaptureSessionProxy extends NativeProxyAdapter<LabelCaptureSession> {
|
|
34
|
+
handle: NativeProxyHandle;
|
|
35
|
+
getLabels(_handle: NativeProxyHandle): Promise<NativeProxyHandle[]>;
|
|
36
|
+
getLastFrameId(handle: NativeProxyHandle): Promise<number>;
|
|
37
|
+
toJson(handle: NativeProxyHandle): Promise<string>;
|
|
38
|
+
}
|
|
39
|
+
declare const _default: LabelCaptureSessionProxy;
|
|
40
|
+
|
|
41
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {B}from'../../chunks/chunk-GCND7WHV.js';var a=class extends B{constructor(){super(...arguments);this.handle={className:"LabelCaptureSession",id:0};}async getLabels(e){throw new Error("This method must be implemented manually.")}async getLastFrameId(e){return this.nativeImplementationFromHandle(e).getLastFrameId()}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},l=new a;export{l as default};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BgHIn4CU.js';
|
|
2
|
+
import { LocationSelection } from '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
3
|
+
import { LabelCaptureSettings } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
4
|
+
import '@scandit/web-datacapture-barcode';
|
|
5
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
7
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
8
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
9
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
10
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
11
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
12
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
15
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
16
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
17
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
18
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
19
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/CapturedLabel.js';
|
|
24
|
+
import '../../api/LabelField.js';
|
|
25
|
+
import '../../api/LabelFieldState.js';
|
|
26
|
+
import '../../api/LabelFieldType.js';
|
|
27
|
+
import '../../api/LabelDateResult.js';
|
|
28
|
+
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelDateFormat.js';
|
|
30
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
+
import '../../api/LabelFieldLocationType.js';
|
|
32
|
+
|
|
33
|
+
declare class LabelCaptureSettingsProxy extends NativeProxyAdapter<LabelCaptureSettings> {
|
|
34
|
+
handle: NativeProxyHandle;
|
|
35
|
+
loadFromString(description: string): Promise<NativeProxyHandle>;
|
|
36
|
+
createFromLabelDefinitions(labelDefinitionHandles: NativeProxyHandle[]): Promise<NativeProxyHandle>;
|
|
37
|
+
create(labelDefinitionHandles: NativeProxyHandle[], hiddenPropertyJsonString: string): Promise<NativeProxyHandle>;
|
|
38
|
+
setLocationSelection(handle: NativeProxyHandle, locationSelection: LocationSelection): Promise<void>;
|
|
39
|
+
getLocationSelection(_handle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
40
|
+
getLicenseKey(handle: NativeProxyHandle): Promise<string>;
|
|
41
|
+
setLicenseKey(handle: NativeProxyHandle, license: string): Promise<void>;
|
|
42
|
+
getLicensee(handle: NativeProxyHandle): Promise<string>;
|
|
43
|
+
setLicensee(handle: NativeProxyHandle, licensee: string): Promise<void>;
|
|
44
|
+
getIntProperty(handle: NativeProxyHandle, key: string): Promise<number | undefined>;
|
|
45
|
+
setIntProperty(handle: NativeProxyHandle, key: string, value: number): Promise<void>;
|
|
46
|
+
getBlueprintJson(_handle: NativeProxyHandle): Promise<string>;
|
|
47
|
+
}
|
|
48
|
+
declare const _default: LabelCaptureSettingsProxy;
|
|
49
|
+
|
|
50
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{o as default}from'../../chunks/chunk-GCND7WHV.js';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BgHIn4CU.js';
|
|
2
|
+
import { LabelDefinition } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
|
+
import '@scandit/web-datacapture-barcode';
|
|
4
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
5
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
6
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
7
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
8
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
9
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
10
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
11
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
15
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
16
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
17
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
18
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
19
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/CapturedLabel.js';
|
|
24
|
+
import '../../api/LabelField.js';
|
|
25
|
+
import '../../api/LabelFieldState.js';
|
|
26
|
+
import '../../api/LabelFieldType.js';
|
|
27
|
+
import '../../api/LabelDateResult.js';
|
|
28
|
+
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelDateFormat.js';
|
|
30
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
+
import '../../api/LabelFieldLocationType.js';
|
|
32
|
+
|
|
33
|
+
declare class LabelDefinitionProxy extends NativeProxyAdapter<LabelDefinition> {
|
|
34
|
+
handle: NativeProxyHandle;
|
|
35
|
+
create(name: string, fieldDefinitionHandles: NativeProxyHandle[]): Promise<NativeProxyHandle>;
|
|
36
|
+
getName(handle: NativeProxyHandle): Promise<string>;
|
|
37
|
+
getFieldDefinitions(_handle: NativeProxyHandle): Promise<NativeProxyHandle[]>;
|
|
38
|
+
getHiddenProperties(handle: NativeProxyHandle): Promise<string>;
|
|
39
|
+
setHiddenProperties(handle: NativeProxyHandle, jsonString: string): Promise<void>;
|
|
40
|
+
}
|
|
41
|
+
declare const _default: LabelDefinitionProxy;
|
|
42
|
+
|
|
43
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{n as default}from'../../chunks/chunk-GCND7WHV.js';
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { LabelFieldDefinition, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
2
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle, L as LabelCaptureModule } from '../../NativeProxy-BgHIn4CU.js';
|
|
3
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
4
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
5
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
7
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
8
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
9
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
10
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
11
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
12
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
13
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
14
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
15
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
16
|
+
import '@scandit/web-datacapture-barcode';
|
|
17
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
18
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
19
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/CapturedLabel.js';
|
|
24
|
+
import '../../api/LabelField.js';
|
|
25
|
+
import '../../api/LabelFieldState.js';
|
|
26
|
+
import '../../api/LabelFieldType.js';
|
|
27
|
+
import '../../api/LabelDateResult.js';
|
|
28
|
+
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelDateFormat.js';
|
|
30
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
+
import '../../api/LabelFieldLocationType.js';
|
|
32
|
+
|
|
33
|
+
declare class LabelFieldDefinitionProxy extends NativeProxyAdapter<LabelFieldDefinition> {
|
|
34
|
+
handle: NativeProxyHandle;
|
|
35
|
+
concreteImplementationRegistry: Map<keyof LabelCaptureModule, NativeProxyAdapter<LabelFieldDefinition>>;
|
|
36
|
+
nativeImplementationFromHandle(handle: NativeProxyHandle): LabelFieldDefinition;
|
|
37
|
+
getName(handle: NativeProxyHandle): Promise<string>;
|
|
38
|
+
isOptional(handle: NativeProxyHandle): Promise<boolean>;
|
|
39
|
+
setOptional(_handle: NativeProxyHandle, _optional: boolean): Promise<void>;
|
|
40
|
+
getPatterns(handle: NativeProxyHandle): Promise<string[]>;
|
|
41
|
+
setPatterns(_handle: NativeProxyHandle, _patterns: string[]): Promise<void>;
|
|
42
|
+
getHiddenProperties(_handle: NativeProxyHandle): Promise<string>;
|
|
43
|
+
setHiddenProperties(_handle: NativeProxyHandle, _jsonString: string): Promise<void>;
|
|
44
|
+
getLocation(_handle: NativeProxyHandle): Promise<NativeProxyHandle | undefined>;
|
|
45
|
+
setLocation(_handle: NativeProxyHandle, _location: LabelFieldLocation): Promise<void>;
|
|
46
|
+
getDataTypePatterns(_handle: NativeProxyHandle): Promise<string[] | undefined>;
|
|
47
|
+
setDataTypePatterns(_handle: NativeProxyHandle, _dataTypePatterns: string[]): Promise<void>;
|
|
48
|
+
}
|
|
49
|
+
declare const _default: LabelFieldDefinitionProxy;
|
|
50
|
+
|
|
51
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{m as default}from'../../chunks/chunk-GCND7WHV.js';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { Rect } from '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
2
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BgHIn4CU.js';
|
|
3
|
+
import { LabelFieldLocationType } from '../../djinni-types/sdcLabelData.js';
|
|
4
|
+
import { LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
5
|
+
import '@scandit/web-datacapture-barcode';
|
|
6
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
7
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
8
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
9
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
10
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
11
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
15
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
16
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
17
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
18
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
19
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/CapturedLabel.js';
|
|
24
|
+
import '../../api/LabelField.js';
|
|
25
|
+
import '../../api/LabelFieldState.js';
|
|
26
|
+
import '../../api/LabelFieldType.js';
|
|
27
|
+
import '../../api/LabelDateResult.js';
|
|
28
|
+
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelDateFormat.js';
|
|
30
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
+
import '../../api/LabelFieldLocationType.js';
|
|
32
|
+
|
|
33
|
+
declare class LabelFieldLocationProxy extends NativeProxyAdapter<LabelFieldLocation> {
|
|
34
|
+
handle: NativeProxyHandle;
|
|
35
|
+
createWithType(locationType: LabelFieldLocationType): Promise<NativeProxyHandle>;
|
|
36
|
+
createWithRect(rect: Rect): Promise<NativeProxyHandle>;
|
|
37
|
+
getLabelFieldLocationType(_handle: NativeProxyHandle): Promise<LabelFieldLocationType | undefined>;
|
|
38
|
+
getRect(_handle: NativeProxyHandle): Promise<NativeProxyHandle | undefined>;
|
|
39
|
+
}
|
|
40
|
+
declare const _default: LabelFieldLocationProxy;
|
|
41
|
+
|
|
42
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as default}from'../../chunks/chunk-GCND7WHV.js';
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BgHIn4CU.js';
|
|
2
|
+
import { LabelFieldType, LabelFieldState } from '../../djinni-types/sdcLabelData.js';
|
|
3
|
+
import { LabelField } from '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
4
|
+
import '@scandit/web-datacapture-barcode';
|
|
5
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
7
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
8
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
9
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
10
|
+
import '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
11
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
12
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
15
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
16
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
17
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
18
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
19
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/CapturedLabel.js';
|
|
24
|
+
import '../../api/LabelField.js';
|
|
25
|
+
import '../../api/LabelFieldState.js';
|
|
26
|
+
import '../../api/LabelFieldType.js';
|
|
27
|
+
import '../../api/LabelDateResult.js';
|
|
28
|
+
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelDateFormat.js';
|
|
30
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
+
import '../../api/LabelFieldLocationType.js';
|
|
32
|
+
|
|
33
|
+
declare class LabelFieldProxy extends NativeProxyAdapter<LabelField> {
|
|
34
|
+
handle: NativeProxyHandle;
|
|
35
|
+
getName(handle: NativeProxyHandle): Promise<string>;
|
|
36
|
+
isRequired(handle: NativeProxyHandle): Promise<boolean>;
|
|
37
|
+
getType(_handle: NativeProxyHandle): Promise<LabelFieldType>;
|
|
38
|
+
getPredictedLocation(_handle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
39
|
+
getState(_handle: NativeProxyHandle): Promise<LabelFieldState>;
|
|
40
|
+
getBarcode(_handle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
41
|
+
getText(handle: NativeProxyHandle): Promise<string | undefined>;
|
|
42
|
+
getDate(_handle: NativeProxyHandle): Promise<any | undefined>;
|
|
43
|
+
toJson(handle: NativeProxyHandle): Promise<string>;
|
|
44
|
+
}
|
|
45
|
+
declare const _default: LabelFieldProxy;
|
|
46
|
+
|
|
47
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {B}from'../../chunks/chunk-GCND7WHV.js';var t=class extends B{constructor(){super(...arguments);this.handle={className:"LabelField",id:0};}async getName(e){return this.nativeImplementationFromHandle(e).getName()}async isRequired(e){return this.nativeImplementationFromHandle(e).isRequired()}async getType(e){throw new Error("This method must be implemented manually.")}async getPredictedLocation(e){throw new Error("This method must be implemented manually.")}async getState(e){throw new Error("This method must be implemented manually.")}async getBarcode(e){throw new Error("This method must be implemented manually.")}async getText(e){return this.nativeImplementationFromHandle(e).getText()}async getDate(e){throw new Error("This method must be implemented manually.")}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},o=new t;export{o as default};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export { d as NativeProxy, c as NativeProxyAdapter, N as NativeProxyHandle, aB as NativeProxyMethod } from '../../NativeProxy-BgHIn4CU.js';
|
|
2
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
3
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
4
|
+
import '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
5
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
6
|
+
import '@scandit/web-datacapture-barcode';
|
|
7
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
8
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
9
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
10
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
11
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
12
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
13
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
15
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
16
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
17
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
18
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
19
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/CapturedLabel.js';
|
|
24
|
+
import '../../api/LabelField.js';
|
|
25
|
+
import '../../api/LabelFieldState.js';
|
|
26
|
+
import '../../api/LabelFieldType.js';
|
|
27
|
+
import '../../api/LabelDateResult.js';
|
|
28
|
+
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelDateFormat.js';
|
|
30
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
+
import '../../api/LabelFieldLocationType.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{B as NativeProxyAdapter}from'../../chunks/chunk-GCND7WHV.js';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { NoViewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
2
|
+
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BgHIn4CU.js';
|
|
3
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
4
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
5
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
6
|
+
import '@scandit/web-datacapture-barcode';
|
|
7
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
8
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
9
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
10
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
11
|
+
import '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
12
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
15
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
16
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
17
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
18
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
19
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/CapturedLabel.js';
|
|
24
|
+
import '../../api/LabelField.js';
|
|
25
|
+
import '../../api/LabelFieldState.js';
|
|
26
|
+
import '../../api/LabelFieldType.js';
|
|
27
|
+
import '../../api/LabelDateResult.js';
|
|
28
|
+
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelDateFormat.js';
|
|
30
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
+
import '../../api/LabelFieldLocationType.js';
|
|
32
|
+
|
|
33
|
+
declare class NoViewfinderProxy extends NativeProxyAdapter<NoViewfinder> implements NativeProxy<NoViewfinder> {
|
|
34
|
+
handle: NativeProxyHandle;
|
|
35
|
+
create(): NativeProxyHandle;
|
|
36
|
+
}
|
|
37
|
+
declare const _default: NoViewfinderProxy;
|
|
38
|
+
|
|
39
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{D as default}from'../../chunks/chunk-GCND7WHV.js';
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BgHIn4CU.js';
|
|
2
|
+
import { PackingDateText, LabelDateFormat, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
|
+
import '@scandit/web-datacapture-barcode';
|
|
4
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
5
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
6
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
7
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
8
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
9
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
10
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
11
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
15
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
16
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
17
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
18
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
19
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/CapturedLabel.js';
|
|
24
|
+
import '../../api/LabelField.js';
|
|
25
|
+
import '../../api/LabelFieldState.js';
|
|
26
|
+
import '../../api/LabelFieldType.js';
|
|
27
|
+
import '../../api/LabelDateResult.js';
|
|
28
|
+
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelDateFormat.js';
|
|
30
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
+
import '../../api/LabelFieldLocationType.js';
|
|
32
|
+
|
|
33
|
+
declare class PackingDateTextProxy extends NativeProxyAdapter<PackingDateText> {
|
|
34
|
+
handle: NativeProxyHandle;
|
|
35
|
+
create(name: string): Promise<NativeProxyHandle>;
|
|
36
|
+
getName(handle: NativeProxyHandle): Promise<string>;
|
|
37
|
+
isOptional(handle: NativeProxyHandle): Promise<boolean>;
|
|
38
|
+
setOptional(handle: NativeProxyHandle, optional: boolean): Promise<void>;
|
|
39
|
+
getPatterns(handle: NativeProxyHandle): Promise<string[]>;
|
|
40
|
+
setPatterns(handle: NativeProxyHandle, patterns: string[]): Promise<void>;
|
|
41
|
+
getHiddenProperties(handle: NativeProxyHandle): Promise<string>;
|
|
42
|
+
setHiddenProperties(handle: NativeProxyHandle, jsonString: string): Promise<void>;
|
|
43
|
+
asLabelFieldDefinition(_handle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
44
|
+
setLabelDateFormat(_handle: NativeProxyHandle, _labelDateFormat: LabelDateFormat): Promise<void>;
|
|
45
|
+
getLabelDateFormat(_handle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
46
|
+
getLocation(_handle: NativeProxyHandle): Promise<NativeProxyHandle | undefined>;
|
|
47
|
+
setLocation(_handle: NativeProxyHandle, _location: LabelFieldLocation): Promise<void>;
|
|
48
|
+
getDataTypePatterns(_handle: NativeProxyHandle): Promise<string[] | undefined>;
|
|
49
|
+
setDataTypePatterns(_handle: NativeProxyHandle, _dataTypePatterns: string[]): Promise<void>;
|
|
50
|
+
resetDataTypePatterns(_handle: NativeProxyHandle): Promise<void>;
|
|
51
|
+
}
|
|
52
|
+
declare const _default: PackingDateTextProxy;
|
|
53
|
+
|
|
54
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{g as default}from'../../chunks/chunk-GCND7WHV.js';
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BgHIn4CU.js';
|
|
2
|
+
import { PartNumberBarcode, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
|
+
import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
|
|
4
|
+
import '@scandit/web-datacapture-barcode';
|
|
5
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
7
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
8
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
9
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
10
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
11
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
12
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
15
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
16
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
17
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
18
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
19
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/CapturedLabel.js';
|
|
24
|
+
import '../../api/LabelField.js';
|
|
25
|
+
import '../../api/LabelFieldState.js';
|
|
26
|
+
import '../../api/LabelFieldType.js';
|
|
27
|
+
import '../../api/LabelDateResult.js';
|
|
28
|
+
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelDateFormat.js';
|
|
30
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
+
import '../../api/LabelFieldLocationType.js';
|
|
32
|
+
|
|
33
|
+
declare class PartNumberBarcodeProxy extends NativeProxyAdapter<PartNumberBarcode> {
|
|
34
|
+
handle: NativeProxyHandle;
|
|
35
|
+
create(name: string): Promise<NativeProxyHandle>;
|
|
36
|
+
getName(handle: NativeProxyHandle): Promise<string>;
|
|
37
|
+
isOptional(handle: NativeProxyHandle): Promise<boolean>;
|
|
38
|
+
setOptional(handle: NativeProxyHandle, optional: boolean): Promise<void>;
|
|
39
|
+
getPatterns(handle: NativeProxyHandle): Promise<string[]>;
|
|
40
|
+
setPatterns(handle: NativeProxyHandle, patterns: string[]): Promise<void>;
|
|
41
|
+
getSymbologies(handle: NativeProxyHandle): Promise<SymbologySettings[]>;
|
|
42
|
+
setSymbologies(handle: NativeProxyHandle, symbologies: SymbologySettings[]): Promise<void>;
|
|
43
|
+
getHiddenProperties(handle: NativeProxyHandle): Promise<string>;
|
|
44
|
+
setHiddenProperties(handle: NativeProxyHandle, jsonString: string): Promise<void>;
|
|
45
|
+
getLocation(_handle: NativeProxyHandle): Promise<NativeProxyHandle | undefined>;
|
|
46
|
+
setLocation(_handle: NativeProxyHandle, _location: LabelFieldLocation): Promise<void>;
|
|
47
|
+
getDataTypePatterns(_handle: NativeProxyHandle): Promise<string[] | undefined>;
|
|
48
|
+
setDataTypePatterns(_handle: NativeProxyHandle, _dataTypePatterns: string[]): Promise<void>;
|
|
49
|
+
asLabelFieldDefinition(_handle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
50
|
+
}
|
|
51
|
+
declare const _default: PartNumberBarcodeProxy;
|
|
52
|
+
|
|
53
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{h as default}from'../../chunks/chunk-GCND7WHV.js';
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { FloatWithUnit } from '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
2
|
+
import { SizeWithUnitAndAspect } from '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
3
|
+
import { Color } from '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
4
|
+
import { RectangularViewfinder, RectangularViewfinderStyle, RectangularViewfinderLineStyle, RectangularViewfinderAnimation } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
5
|
+
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BgHIn4CU.js';
|
|
6
|
+
import '@scandit/web-datacapture-barcode';
|
|
7
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
8
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
9
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
10
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
11
|
+
import '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
12
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
15
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
16
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
17
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
18
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
19
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/CapturedLabel.js';
|
|
24
|
+
import '../../api/LabelField.js';
|
|
25
|
+
import '../../api/LabelFieldState.js';
|
|
26
|
+
import '../../api/LabelFieldType.js';
|
|
27
|
+
import '../../api/LabelDateResult.js';
|
|
28
|
+
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelDateFormat.js';
|
|
30
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
+
import '../../api/LabelFieldLocationType.js';
|
|
32
|
+
|
|
33
|
+
declare class RectangularViewfinderProxy extends NativeProxyAdapter<RectangularViewfinder> implements NativeProxy<RectangularViewfinder> {
|
|
34
|
+
handle: NativeProxyHandle;
|
|
35
|
+
create(): NativeProxyHandle;
|
|
36
|
+
createForStyles(style: RectangularViewfinderStyle, lineStyle: RectangularViewfinderLineStyle): NativeProxyHandle;
|
|
37
|
+
setWidthAndHeight(handle: NativeProxyHandle, width: FloatWithUnit, height: FloatWithUnit): Promise<void>;
|
|
38
|
+
setWidthAndAspectRatio(handle: NativeProxyHandle, width: FloatWithUnit, heightToWidthAspect: number): Promise<void>;
|
|
39
|
+
setHeightAndAspectRatio(handle: NativeProxyHandle, width: FloatWithUnit, widthToHeightAspect: number): Promise<void>;
|
|
40
|
+
setShorterDimensionAndAspectRatio(handle: NativeProxyHandle, shorterDimension: number, aspect: number): Promise<void>;
|
|
41
|
+
getSizeWithUnitAndAspect(handle: NativeProxyHandle): Promise<SizeWithUnitAndAspect>;
|
|
42
|
+
setColor(handle: NativeProxyHandle, color: Color): Promise<void>;
|
|
43
|
+
getColor(handle: NativeProxyHandle): Promise<Color>;
|
|
44
|
+
setDisabledColor(handle: NativeProxyHandle, color: Color): Promise<void>;
|
|
45
|
+
getDisabledColor(handle: NativeProxyHandle): Promise<Color>;
|
|
46
|
+
getStyle(handle: NativeProxyHandle): Promise<RectangularViewfinderStyle>;
|
|
47
|
+
setAnimation(handle: NativeProxyHandle, animation: RectangularViewfinderAnimation | undefined): Promise<void>;
|
|
48
|
+
getAnimation(handle: NativeProxyHandle): Promise<RectangularViewfinderAnimation | undefined>;
|
|
49
|
+
setDimming(handle: NativeProxyHandle, dimming: number): Promise<void>;
|
|
50
|
+
getDimming(handle: NativeProxyHandle): Promise<number>;
|
|
51
|
+
setDisabledDimming(handle: NativeProxyHandle, dimming: number): Promise<void>;
|
|
52
|
+
getDisabledDimming(handle: NativeProxyHandle): Promise<number>;
|
|
53
|
+
getLineStyle(handle: NativeProxyHandle): Promise<RectangularViewfinderLineStyle>;
|
|
54
|
+
}
|
|
55
|
+
declare const _default: RectangularViewfinderProxy;
|
|
56
|
+
|
|
57
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{E as default}from'../../chunks/chunk-GCND7WHV.js';
|