@scandit/web-datacapture-barcode 7.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -0
- package/README.md +3 -0
- package/THIRD-PARTY.txt +73 -0
- package/build/js/Barcode.d.ts +114 -0
- package/build/js/Barcode.js +1 -0
- package/build/js/BarcodeBatch-Byl-P99I.d.ts +90 -0
- package/build/js/BarcodeBatch.d.ts +10 -0
- package/build/js/BarcodeBatch.js +1 -0
- package/build/js/BarcodeBatchAdvancedOverlay.d.ts +63 -0
- package/build/js/BarcodeBatchAdvancedOverlay.js +1 -0
- package/build/js/BarcodeBatchBasicOverlay.d.ts +10 -0
- package/build/js/BarcodeBatchBasicOverlay.js +1 -0
- package/build/js/BarcodeBatchMode-Dwx2kMQZ.d.ts +115 -0
- package/build/js/BarcodeBatchSession.d.ts +29 -0
- package/build/js/BarcodeBatchSession.js +1 -0
- package/build/js/BarcodeBatchSettings.d.ts +25 -0
- package/build/js/BarcodeBatchSettings.js +1 -0
- package/build/js/BarcodeCapture.d.ts +53 -0
- package/build/js/BarcodeCapture.js +1 -0
- package/build/js/BarcodeCaptureFeedback.d.ts +13 -0
- package/build/js/BarcodeCaptureFeedback.js +1 -0
- package/build/js/BarcodeCaptureOverlay.d.ts +49 -0
- package/build/js/BarcodeCaptureOverlay.js +1 -0
- package/build/js/BarcodeCaptureSession.d.ts +24 -0
- package/build/js/BarcodeCaptureSession.js +1 -0
- package/build/js/BarcodeCaptureSettings.d.ts +36 -0
- package/build/js/BarcodeCaptureSettings.js +1 -0
- package/build/js/Defaults.d.ts +256 -0
- package/build/js/Defaults.js +1 -0
- package/build/js/EncodingRange.d.ts +19 -0
- package/build/js/EncodingRange.js +1 -0
- package/build/js/LocalizedOnlyBarcode.d.ts +17 -0
- package/build/js/LocalizedOnlyBarcode.js +1 -0
- package/build/js/PrivateBarcodeBatchAdvancedOverlayListener.d.ts +21 -0
- package/build/js/PrivateBarcodeBatchAdvancedOverlayListener.js +1 -0
- package/build/js/PrivateBarcodeBatchBasicOverlayListener.d.ts +10 -0
- package/build/js/PrivateBarcodeBatchBasicOverlayListener.js +1 -0
- package/build/js/Range.d.ts +23 -0
- package/build/js/Range.js +1 -0
- package/build/js/ScanIntention.d.ts +6 -0
- package/build/js/ScanIntention.js +1 -0
- package/build/js/SparkScanView-DEmQKYC3.d.ts +152 -0
- package/build/js/StructuredAppendData.d.ts +32 -0
- package/build/js/StructuredAppendData.js +1 -0
- package/build/js/SymbologyDescription.d.ts +40 -0
- package/build/js/SymbologyDescription.js +1 -0
- package/build/js/SymbologySettings.d.ts +28 -0
- package/build/js/SymbologySettings.js +1 -0
- package/build/js/TrackedBarcode.d.ts +33 -0
- package/build/js/TrackedBarcode.js +1 -0
- package/build/js/TrackedBarcodeView.d.ts +40 -0
- package/build/js/TrackedBarcodeView.js +1 -0
- package/build/js/chunks/chunk-3A6GSH7S.js +3 -0
- package/build/js/chunks/chunk-42SQROQE.js +7 -0
- package/build/js/chunks/chunk-4BSKZNBG.js +1 -0
- package/build/js/chunks/chunk-4EGODYYJ.js +7 -0
- package/build/js/chunks/chunk-4PTIOBXM.js +5 -0
- package/build/js/chunks/chunk-5DP5VNWQ.js +7 -0
- package/build/js/chunks/chunk-5SHGJJGR.js +11 -0
- package/build/js/chunks/chunk-6GFA45IH.js +3 -0
- package/build/js/chunks/chunk-6VT7IT5G.js +108 -0
- package/build/js/chunks/chunk-7N3BO7YB.js +1 -0
- package/build/js/chunks/chunk-7SWSAHI5.js +3 -0
- package/build/js/chunks/chunk-ADMKAYF6.js +21 -0
- package/build/js/chunks/chunk-AF2UZ65J.js +3 -0
- package/build/js/chunks/chunk-ALOQUGSU.js +8 -0
- package/build/js/chunks/chunk-AW7K3C63.js +6 -0
- package/build/js/chunks/chunk-BRRT6GC7.js +3 -0
- package/build/js/chunks/chunk-C52THG7K.js +3 -0
- package/build/js/chunks/chunk-CLMAF253.js +15 -0
- package/build/js/chunks/chunk-CYUXFHBE.js +5 -0
- package/build/js/chunks/chunk-DFK7AQTK.js +3 -0
- package/build/js/chunks/chunk-DP5UA6QA.js +7 -0
- package/build/js/chunks/chunk-DTO5ICFV.js +252 -0
- package/build/js/chunks/chunk-DVHTYKDX.js +3 -0
- package/build/js/chunks/chunk-E5OIMFVX.js +6 -0
- package/build/js/chunks/chunk-ECL3JBWQ.js +9 -0
- package/build/js/chunks/chunk-EMJS3UT7.js +3 -0
- package/build/js/chunks/chunk-FFSV4P4N.js +3 -0
- package/build/js/chunks/chunk-FJ4SOETD.js +8 -0
- package/build/js/chunks/chunk-FLTJ6FPP.js +5 -0
- package/build/js/chunks/chunk-FMYIZSF5.js +1 -0
- package/build/js/chunks/chunk-FPZJIOQH.js +6 -0
- package/build/js/chunks/chunk-GBSISAJA.js +1 -0
- package/build/js/chunks/chunk-GOVBKIEO.js +5 -0
- package/build/js/chunks/chunk-GR7V7CUW.js +11 -0
- package/build/js/chunks/chunk-HEJKMZ7P.js +8 -0
- package/build/js/chunks/chunk-HNWVLPRV.js +9 -0
- package/build/js/chunks/chunk-HTKUJZG2.js +3 -0
- package/build/js/chunks/chunk-I54U6QKJ.js +1 -0
- package/build/js/chunks/chunk-I5BAO2RI.js +8 -0
- package/build/js/chunks/chunk-IEE5MKEA.js +5 -0
- package/build/js/chunks/chunk-IILNTCMF.js +7 -0
- package/build/js/chunks/chunk-IMYBB4ZA.js +3 -0
- package/build/js/chunks/chunk-INRFTFPK.js +5 -0
- package/build/js/chunks/chunk-J4VFWBJ7.js +3 -0
- package/build/js/chunks/chunk-JMWBOJQR.js +5 -0
- package/build/js/chunks/chunk-JQF6P6X7.js +5 -0
- package/build/js/chunks/chunk-K3EIYQPY.js +11 -0
- package/build/js/chunks/chunk-K4MHNZXA.js +46 -0
- package/build/js/chunks/chunk-KBO3YYBN.js +5 -0
- package/build/js/chunks/chunk-KQ3LRAYO.js +4 -0
- package/build/js/chunks/chunk-L6IZLBEM.js +3 -0
- package/build/js/chunks/chunk-LBAL6OCN.js +3 -0
- package/build/js/chunks/chunk-LFPKKGQH.js +7 -0
- package/build/js/chunks/chunk-LKZBVQXD.js +3 -0
- package/build/js/chunks/chunk-MUX2WWWH.js +5 -0
- package/build/js/chunks/chunk-MVDPXLVX.js +3 -0
- package/build/js/chunks/chunk-NDT5RS4B.js +224 -0
- package/build/js/chunks/chunk-NH3EDXZZ.js +3 -0
- package/build/js/chunks/chunk-NK2XCY5M.js +142 -0
- package/build/js/chunks/chunk-OHSTP7TM.js +3 -0
- package/build/js/chunks/chunk-OON6VEAR.js +5 -0
- package/build/js/chunks/chunk-OPL5NVVM.js +5 -0
- package/build/js/chunks/chunk-OTZPCIBD.js +6 -0
- package/build/js/chunks/chunk-OXLBBRZT.js +18 -0
- package/build/js/chunks/chunk-PE6EDL2S.js +7 -0
- package/build/js/chunks/chunk-POONUNDO.js +3 -0
- package/build/js/chunks/chunk-PTJJ3JDE.js +7 -0
- package/build/js/chunks/chunk-PVBCYBUX.js +1 -0
- package/build/js/chunks/chunk-QCD3RIT4.js +3 -0
- package/build/js/chunks/chunk-QHNNJFNX.js +5 -0
- package/build/js/chunks/chunk-QKP2VQEV.js +3 -0
- package/build/js/chunks/chunk-QPNMXE7H.js +23 -0
- package/build/js/chunks/chunk-QT54I6KA.js +3 -0
- package/build/js/chunks/chunk-R2D7ULOM.js +6 -0
- package/build/js/chunks/chunk-SJ4RDJQU.js +6 -0
- package/build/js/chunks/chunk-SZUPDKV5.js +3 -0
- package/build/js/chunks/chunk-T2Y2C76P.js +3 -0
- package/build/js/chunks/chunk-TBCQMBEE.js +6 -0
- package/build/js/chunks/chunk-TBXQSBKX.js +7 -0
- package/build/js/chunks/chunk-TXVV2KVE.js +1 -0
- package/build/js/chunks/chunk-URV3CVLG.js +7 -0
- package/build/js/chunks/chunk-VI6FIL4E.js +26 -0
- package/build/js/chunks/chunk-VTHL2LZD.js +7 -0
- package/build/js/chunks/chunk-VWY7QHPJ.js +21 -0
- package/build/js/chunks/chunk-W3YHPFLY.js +6 -0
- package/build/js/chunks/chunk-W7TZ36EI.js +5 -0
- package/build/js/chunks/chunk-WBSINSMA.js +21 -0
- package/build/js/chunks/chunk-WIIZ53ZJ.js +27 -0
- package/build/js/chunks/chunk-WMUD7V77.js +3 -0
- package/build/js/chunks/chunk-WMVYFKGM.js +3 -0
- package/build/js/chunks/chunk-WPSMXGDG.js +5 -0
- package/build/js/chunks/chunk-WTBGDD52.js +8 -0
- package/build/js/chunks/chunk-X2KFZW3W.js +7 -0
- package/build/js/chunks/chunk-X2U6LCRU.js +11 -0
- package/build/js/chunks/chunk-X5RHQLWP.js +10 -0
- package/build/js/chunks/chunk-XCZGCZ5K.js +8 -0
- package/build/js/chunks/chunk-XFKSWDGT.js +6 -0
- package/build/js/chunks/chunk-XGYKHOFE.js +6 -0
- package/build/js/chunks/chunk-XM2UJIDT.js +6 -0
- package/build/js/chunks/chunk-Y5ZY6264.js +3 -0
- package/build/js/chunks/chunk-Y6DC25EF.js +3 -0
- package/build/js/chunks/chunk-YBD5JYCX.js +3 -0
- package/build/js/chunks/chunk-YQVJWYOP.js +3 -0
- package/build/js/chunks/chunk-ZDBP2TPZ.js +40 -0
- package/build/js/chunks/chunk-ZDTUEAKJ.js +17 -0
- package/build/js/chunks/chunk-ZLYZOIU3.js +3 -0
- package/build/js/find/BarcodeFind.d.ts +60 -0
- package/build/js/find/BarcodeFind.js +1 -0
- package/build/js/find/BarcodeFindBasicOverlay.d.ts +58 -0
- package/build/js/find/BarcodeFindBasicOverlay.js +1 -0
- package/build/js/find/BarcodeFindFeedback.d.ts +17 -0
- package/build/js/find/BarcodeFindFeedback.js +1 -0
- package/build/js/find/BarcodeFindItem.d.ts +35 -0
- package/build/js/find/BarcodeFindItem.js +1 -0
- package/build/js/find/BarcodeFindPresenter.d.ts +55 -0
- package/build/js/find/BarcodeFindPresenter.js +1 -0
- package/build/js/find/BarcodeFindSession.d.ts +35 -0
- package/build/js/find/BarcodeFindSession.js +1 -0
- package/build/js/find/BarcodeFindSettings.d.ts +25 -0
- package/build/js/find/BarcodeFindSettings.js +1 -0
- package/build/js/find/BarcodeFindTransformer.d.ts +5 -0
- package/build/js/find/BarcodeFindTransformer.js +1 -0
- package/build/js/find/BarcodeFindView.d.ts +98 -0
- package/build/js/find/BarcodeFindView.js +1 -0
- package/build/js/find/BarcodeFindViewSettings.d.ts +20 -0
- package/build/js/find/BarcodeFindViewSettings.js +1 -0
- package/build/js/find/BarcodeFindViewUiListener.d.ts +7 -0
- package/build/js/find/BarcodeFindViewUiListener.js +1 -0
- package/build/js/find/index.d.ts +17 -0
- package/build/js/find/index.js +5 -0
- package/build/js/find/ui/atoms/ArrowDownSvgIcon.d.ts +15 -0
- package/build/js/find/ui/atoms/ArrowDownSvgIcon.js +1 -0
- package/build/js/find/ui/atoms/Card.d.ts +18 -0
- package/build/js/find/ui/atoms/Card.js +1 -0
- package/build/js/find/ui/atoms/CardList.d.ts +56 -0
- package/build/js/find/ui/atoms/CardList.js +1 -0
- package/build/js/find/ui/atoms/CardListButton.d.ts +16 -0
- package/build/js/find/ui/atoms/CardListButton.js +1 -0
- package/build/js/find/ui/atoms/Dot.d.ts +34 -0
- package/build/js/find/ui/atoms/Dot.js +1 -0
- package/build/js/find/ui/atoms/ExitSvgIcon.d.ts +16 -0
- package/build/js/find/ui/atoms/ExitSvgIcon.js +1 -0
- package/build/js/find/ui/atoms/ItemFoundSvgIcon.d.ts +15 -0
- package/build/js/find/ui/atoms/ItemFoundSvgIcon.js +1 -0
- package/build/js/find/ui/atoms/TorchOffSvgIcon.d.ts +15 -0
- package/build/js/find/ui/atoms/TorchOffSvgIcon.js +1 -0
- package/build/js/find/ui/atoms/TorchOnSvgIcon.d.ts +15 -0
- package/build/js/find/ui/atoms/TorchOnSvgIcon.js +1 -0
- package/build/js/find/ui/molecules/CardListContainer.d.ts +41 -0
- package/build/js/find/ui/molecules/CardListContainer.js +1 -0
- package/build/js/find/ui/molecules/ProgressBarWithLabel.d.ts +26 -0
- package/build/js/find/ui/molecules/ProgressBarWithLabel.js +1 -0
- package/build/js/find/ui/molecules/TorchIconButton.d.ts +24 -0
- package/build/js/find/ui/molecules/TorchIconButton.js +1 -0
- package/build/js/find/ui/organisms/FindLayout.d.ts +39 -0
- package/build/js/find/ui/organisms/FindLayout.js +1 -0
- package/build/js/global.d.d.ts +36 -0
- package/build/js/global.d.js +1 -0
- package/build/js/index.d.ts +58 -0
- package/build/js/index.js +38 -0
- package/build/js/moduleLoader.d.ts +8 -0
- package/build/js/moduleLoader.js +1 -0
- package/build/js/private/sandbox.d.ts +5 -0
- package/build/js/private/sandbox.js +1 -0
- package/build/js/private/symbols.d.ts +6 -0
- package/build/js/private/symbols.js +1 -0
- package/build/js/private/utils/trackedBarcodeViewUtils.d.ts +14 -0
- package/build/js/private/utils/trackedBarcodeViewUtils.js +1 -0
- package/build/js/spark/SparkScan.d.ts +43 -0
- package/build/js/spark/SparkScan.js +1 -0
- package/build/js/spark/SparkScanAnalyticsManager.d.ts +27 -0
- package/build/js/spark/SparkScanAnalyticsManager.js +1 -0
- package/build/js/spark/SparkScanBarcodeFeedback.d.ts +50 -0
- package/build/js/spark/SparkScanBarcodeFeedback.js +1 -0
- package/build/js/spark/SparkScanFeedbackDelegate.d.ts +12 -0
- package/build/js/spark/SparkScanFeedbackDelegate.js +1 -0
- package/build/js/spark/SparkScanOverlay.d.ts +49 -0
- package/build/js/spark/SparkScanOverlay.js +1 -0
- package/build/js/spark/SparkScanOverlayStyle.d.ts +5 -0
- package/build/js/spark/SparkScanOverlayStyle.js +1 -0
- package/build/js/spark/SparkScanPreviewBehavior.d.ts +6 -0
- package/build/js/spark/SparkScanPreviewBehavior.js +1 -0
- package/build/js/spark/SparkScanScanningBehavior.d.ts +6 -0
- package/build/js/spark/SparkScanScanningBehavior.js +1 -0
- package/build/js/spark/SparkScanScanningMode.d.ts +36 -0
- package/build/js/spark/SparkScanScanningMode.js +1 -0
- package/build/js/spark/SparkScanSession.d.ts +17 -0
- package/build/js/spark/SparkScanSession.js +1 -0
- package/build/js/spark/SparkScanSettings.d.ts +34 -0
- package/build/js/spark/SparkScanSettings.js +1 -0
- package/build/js/spark/SparkScanTargetAimerViewfinder.d.ts +14 -0
- package/build/js/spark/SparkScanTargetAimerViewfinder.js +1 -0
- package/build/js/spark/assets/sounds.d.ts +4 -0
- package/build/js/spark/assets/sounds.js +1 -0
- package/build/js/spark/index.d.ts +31 -0
- package/build/js/spark/index.js +12 -0
- package/build/js/spark/sounds.d.ts +6 -0
- package/build/js/spark/sounds.js +1 -0
- package/build/js/spark/ui/SparkScanMiniPreviewSize.d.ts +6 -0
- package/build/js/spark/ui/SparkScanMiniPreviewSize.js +1 -0
- package/build/js/spark/ui/SparkScanToastSettings.d.ts +32 -0
- package/build/js/spark/ui/SparkScanToastSettings.js +1 -0
- package/build/js/spark/ui/SparkScanView.d.ts +23 -0
- package/build/js/spark/ui/SparkScanView.js +1 -0
- package/build/js/spark/ui/SparkScanViewFeedbackManager.d.ts +24 -0
- package/build/js/spark/ui/SparkScanViewFeedbackManager.js +1 -0
- package/build/js/spark/ui/SparkScanViewHandMode.d.ts +9 -0
- package/build/js/spark/ui/SparkScanViewHandMode.js +1 -0
- package/build/js/spark/ui/SparkScanViewIcon.d.ts +42 -0
- package/build/js/spark/ui/SparkScanViewIcon.js +1 -0
- package/build/js/spark/ui/SparkScanViewMiniPreview.d.ts +111 -0
- package/build/js/spark/ui/SparkScanViewMiniPreview.js +1 -0
- package/build/js/spark/ui/SparkScanViewPreferenceManager.d.ts +39 -0
- package/build/js/spark/ui/SparkScanViewPreferenceManager.js +1 -0
- package/build/js/spark/ui/SparkScanViewPresenter.d.ts +98 -0
- package/build/js/spark/ui/SparkScanViewPresenter.js +1 -0
- package/build/js/spark/ui/SparkScanViewSettings.d.ts +46 -0
- package/build/js/spark/ui/SparkScanViewSettings.js +1 -0
- package/build/js/spark/ui/SparkScanViewState.d.ts +9 -0
- package/build/js/spark/ui/SparkScanViewState.js +1 -0
- package/build/js/spark/ui/SparkScanViewStateManager.d.ts +50 -0
- package/build/js/spark/ui/SparkScanViewStateManager.js +1 -0
- package/build/js/spark/ui/SparkScanViewToast.d.ts +28 -0
- package/build/js/spark/ui/SparkScanViewToast.js +1 -0
- package/build/js/spark/ui/SparkScanViewToolbar.d.ts +60 -0
- package/build/js/spark/ui/SparkScanViewToolbar.js +1 -0
- package/build/js/spark/ui/SparkScanViewTriggerButton.d.ts +45 -0
- package/build/js/spark/ui/SparkScanViewTriggerButton.js +1 -0
- package/build/js/spark/ui/SparkScanViewUiListener.d.ts +23 -0
- package/build/js/spark/ui/SparkScanViewUiListener.js +1 -0
- package/build/js/spark/ui/SparkScanViewVisualFeedback.d.ts +23 -0
- package/build/js/spark/ui/SparkScanViewVisualFeedback.js +1 -0
- package/build/js/spark/ui/constants/attributes.d.ts +15 -0
- package/build/js/spark/ui/constants/attributes.js +1 -0
- package/build/js/spark/ui/constants/colors.d.ts +6 -0
- package/build/js/spark/ui/constants/colors.js +1 -0
- package/build/js/spark/ui/constants/constants.d.ts +5 -0
- package/build/js/spark/ui/constants/constants.js +1 -0
- package/build/js/spark/ui/constants/cssVariables.d.ts +13 -0
- package/build/js/spark/ui/constants/cssVariables.js +1 -0
- package/build/js/spark/ui/constants/events.d.ts +12 -0
- package/build/js/spark/ui/constants/events.js +1 -0
- package/build/js/spark/ui/constants/tags.d.ts +9 -0
- package/build/js/spark/ui/constants/tags.js +1 -0
- package/build/js/spark/ui/controllers/DragController.d.ts +36 -0
- package/build/js/spark/ui/controllers/DragController.js +1 -0
- package/build/js/spark/ui/controllers/LongPressController.d.ts +31 -0
- package/build/js/spark/ui/controllers/LongPressController.js +1 -0
- package/build/js/spark/ui/index.d.ts +36 -0
- package/build/js/spark/ui/index.js +15 -0
- package/build/js/spark/ui/utils/didDrag.d.ts +3 -0
- package/build/js/spark/ui/utils/didDrag.js +1 -0
- package/build/js/spark/ui/utils/html.d.ts +3 -0
- package/build/js/spark/ui/utils/html.js +1 -0
- package/build/js/translations.d.ts +4 -0
- package/build/js/translations.js +1 -0
- package/build/js/worker/BarcodeBatchMode.d.ts +48 -0
- package/build/js/worker/BarcodeBatchMode.js +1 -0
- package/build/js/worker/BarcodeCaptureMode.d.ts +48 -0
- package/build/js/worker/BarcodeCaptureMode.js +1 -0
- package/build/js/worker/BarcodeCaptureWorkerManager.d.ts +59 -0
- package/build/js/worker/BarcodeCaptureWorkerManager.js +1 -0
- package/build/js/worker/BarcodeFindMode.d.ts +48 -0
- package/build/js/worker/BarcodeFindMode.js +1 -0
- package/build/js/worker/PropertyBehaviorSubject.d.ts +17 -0
- package/build/js/worker/PropertyBehaviorSubject.js +1 -0
- package/build/js/worker/PropertyPushSource.d.ts +16 -0
- package/build/js/worker/PropertyPushSource.js +1 -0
- package/build/js/worker/SparkScanMode.d.ts +48 -0
- package/build/js/worker/SparkScanMode.js +1 -0
- package/build/js/worker/WorkerMain.d.ts +56 -0
- package/build/js/worker/WorkerMain.js +1 -0
- package/build/js/worker/dataCapture.inlineWorker.d.ts +3 -0
- package/build/js/worker/dataCapture.inlineWorker.js +5 -0
- package/build/js/worker/dataCaptureEngine.d.ts +48 -0
- package/build/js/worker/dataCaptureEngine.js +1 -0
- package/build/js/worker/dataCaptureWorkerRelated.d.ts +311 -0
- package/build/js/worker/dataCaptureWorkerRelated.js +1 -0
- package/build/js/worker/index.d.ts +45 -0
- package/build/js/worker/index.js +1 -0
- package/build/js/worker/inlineWorker.d.d.ts +4 -0
- package/build/js/worker/inlineWorker.d.js +1 -0
- package/package.json +110 -0
- package/sdc-lib/resources/models/barcode_classification_default_model.5ed1ecfaacbd108767a80013d11d9af73b8e1d5e.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_default_model.f88251f1bff0c68526d9898ef4c8f3b411c3c59e.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_dpm_default_model.acd01c12893d98af3a7e472200dbce4afd57631d.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_french_post_default_model.e1d7ffb4d1fb636b1c267d2da0ad6003584e668d.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_generic_postal_code_default_model.7852c9b58cc2d253466ca3ea60bbd02ca09533ca.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_oned_default_model.058a356e6c57475ec928de2f95440aefa46ed5fe.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_twod_default_model.54c8ddfd8620c8b508f4108fcba6529ce45f8440.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_upu_enhanced_orange.656bffc22efe3137515d791184b1aa471d439310.model +0 -0
- package/sdc-lib/resources/models/eu_dl_localization_model.579be0f8cae6c931b93e199d1afec3b61542474c.model +0 -0
- package/sdc-lib/resources/models/id_ocr_model.f5b3ffba2d21fa97fa4945f0bb0c1cff9651c677.model +0 -0
- package/sdc-lib/resources/models/invalidated_id_classification_default.1f8f6e0345ece7d50a7126f2e5d15aa6b2e2a9bf.model +0 -0
- package/sdc-lib/resources/models/mrz_line_localization_model.98a5b38e889546c69f1d43beeda91071ad132340.model +0 -0
- package/sdc-lib/resources/models/mrz_localization_model.87d7e0dacb3845548449cc8ccb78526d93212cff.model +0 -0
- package/sdc-lib/resources/models/ocr_mrz_default_model.e0dd4c48916ff4ee266439f87cc68eb1793093c3.model +0 -0
- package/sdc-lib/resources/models/uk_dl_code_localization_model.579be0f8cae6c931b93e199d1afec3b61542474c.model +0 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode-pthreads.js +1 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode-pthreads.worker.js +1 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode-simd-pthreads.js +1 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode-simd-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode-simd-pthreads.worker.js +1 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode-simd.js +1 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode-simd.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode.js +1 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode.wasm +0 -0
package/LICENSE
ADDED
package/README.md
ADDED
package/THIRD-PARTY.txt
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
Apache License, Version 2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/
|
|
2
|
+
|
|
3
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
4
|
+
|
|
5
|
+
1. Definitions.
|
|
6
|
+
|
|
7
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
8
|
+
|
|
9
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
10
|
+
|
|
11
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
12
|
+
|
|
13
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
14
|
+
|
|
15
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
16
|
+
|
|
17
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
18
|
+
|
|
19
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
20
|
+
|
|
21
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
22
|
+
|
|
23
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
24
|
+
|
|
25
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
26
|
+
|
|
27
|
+
2. Grant of Copyright License.
|
|
28
|
+
|
|
29
|
+
Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
30
|
+
|
|
31
|
+
3. Grant of Patent License.
|
|
32
|
+
|
|
33
|
+
Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
34
|
+
|
|
35
|
+
4. Redistribution.
|
|
36
|
+
|
|
37
|
+
You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
38
|
+
|
|
39
|
+
You must give any other recipients of the Work or Derivative Works a copy of this License; and You must cause any modified files to carry prominent notices stating that You changed the files; and You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
40
|
+
|
|
41
|
+
5. Submission of Contributions.
|
|
42
|
+
|
|
43
|
+
Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
44
|
+
|
|
45
|
+
6. Trademarks.
|
|
46
|
+
|
|
47
|
+
This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
48
|
+
|
|
49
|
+
7. Disclaimer of Warranty.
|
|
50
|
+
|
|
51
|
+
Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
52
|
+
|
|
53
|
+
8. Limitation of Liability.
|
|
54
|
+
|
|
55
|
+
In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
56
|
+
|
|
57
|
+
9. Accepting Warranty or Additional Liability.
|
|
58
|
+
|
|
59
|
+
While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
60
|
+
|
|
61
|
+
END OF TERMS AND CONDITIONS
|
|
62
|
+
|
|
63
|
+
APPENDIX: How to apply the Apache License to your work
|
|
64
|
+
|
|
65
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
66
|
+
|
|
67
|
+
Copyright [yyyy] [name of copyright owner]
|
|
68
|
+
|
|
69
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
|
|
70
|
+
|
|
71
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
72
|
+
|
|
73
|
+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { Quadrilateral, QuadrilateralJSON } from '@scandit/web-datacapture-core';
|
|
2
|
+
import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
3
|
+
import { EncodingRange, EncodingRangeJSON } from './EncodingRange.js';
|
|
4
|
+
import { StructuredAppendData, StructuredAppendDataJSON } from './StructuredAppendData.js';
|
|
5
|
+
|
|
6
|
+
declare enum Symbology {
|
|
7
|
+
EAN13UPCA = "ean13Upca",
|
|
8
|
+
UPCE = "upce",
|
|
9
|
+
EAN8 = "ean8",
|
|
10
|
+
Code39 = "code39",
|
|
11
|
+
Code93 = "code93",
|
|
12
|
+
Code128 = "code128",
|
|
13
|
+
Code11 = "code11",
|
|
14
|
+
Code25 = "code25",
|
|
15
|
+
Codabar = "codabar",
|
|
16
|
+
InterleavedTwoOfFive = "interleavedTwoOfFive",
|
|
17
|
+
MSIPlessey = "msiPlessey",
|
|
18
|
+
QR = "qr",
|
|
19
|
+
DataMatrix = "dataMatrix",
|
|
20
|
+
Aztec = "aztec",
|
|
21
|
+
MaxiCode = "maxicode",
|
|
22
|
+
DotCode = "dotcode",
|
|
23
|
+
KIX = "kix",
|
|
24
|
+
RM4SCC = "rm4scc",
|
|
25
|
+
GS1Databar = "databar",
|
|
26
|
+
GS1DatabarExpanded = "databarExpanded",
|
|
27
|
+
GS1DatabarLimited = "databarLimited",
|
|
28
|
+
PDF417 = "pdf417",
|
|
29
|
+
MicroPDF417 = "microPdf417",
|
|
30
|
+
MicroQR = "microQr",
|
|
31
|
+
Code32 = "code32",
|
|
32
|
+
Lapa4SC = "lapa4sc",
|
|
33
|
+
IATATwoOfFive = "iata2of5",
|
|
34
|
+
MatrixTwoOfFive = "matrix2of5",
|
|
35
|
+
USPSIntelligentMail = "uspsIntelligentMail"
|
|
36
|
+
}
|
|
37
|
+
declare enum CompositeType {
|
|
38
|
+
A = "A",
|
|
39
|
+
B = "B",
|
|
40
|
+
C = "C"
|
|
41
|
+
}
|
|
42
|
+
interface PrivateCompositeTypeDescription {
|
|
43
|
+
symbologies: Symbology[];
|
|
44
|
+
types: CompositeType[];
|
|
45
|
+
}
|
|
46
|
+
declare enum Checksum {
|
|
47
|
+
Mod10 = "mod10",
|
|
48
|
+
Mod11 = "mod11",
|
|
49
|
+
Mod16 = "mod16",
|
|
50
|
+
Mod43 = "mod43",
|
|
51
|
+
Mod47 = "mod47",
|
|
52
|
+
Mod103 = "mod103",
|
|
53
|
+
Mod10AndMod11 = "mod1110",
|
|
54
|
+
Mod10AndMod10 = "mod1010"
|
|
55
|
+
}
|
|
56
|
+
declare enum CompositeFlag {
|
|
57
|
+
None = "none",
|
|
58
|
+
Unknown = "unknown",
|
|
59
|
+
Linked = "linked",
|
|
60
|
+
GS1TypeA = "gs1TypeA",
|
|
61
|
+
GS1TypeB = "gs1TypeB",
|
|
62
|
+
GS1TypeC = "gs1TypeC"
|
|
63
|
+
}
|
|
64
|
+
declare class Barcode implements Serializable<BarcodeJSON> {
|
|
65
|
+
private _structuredAppendData;
|
|
66
|
+
private _addOnData;
|
|
67
|
+
private _compositeData;
|
|
68
|
+
private _compositeFlag;
|
|
69
|
+
private _compositeRawData;
|
|
70
|
+
private _data;
|
|
71
|
+
private _encodingRanges;
|
|
72
|
+
private _frameID;
|
|
73
|
+
private _isColorInverted;
|
|
74
|
+
private _isGS1DataCarrier;
|
|
75
|
+
private _location;
|
|
76
|
+
private _rawData;
|
|
77
|
+
private _symbolCount;
|
|
78
|
+
private _symbology;
|
|
79
|
+
get isStructuredAppend(): boolean;
|
|
80
|
+
get structuredAppendData(): StructuredAppendData | null;
|
|
81
|
+
get addOnData(): string | null;
|
|
82
|
+
get compositeData(): string | null;
|
|
83
|
+
get compositeFlag(): CompositeFlag;
|
|
84
|
+
get compositeRawData(): string;
|
|
85
|
+
get data(): string | null;
|
|
86
|
+
get encodingRanges(): EncodingRange[];
|
|
87
|
+
get frameID(): number;
|
|
88
|
+
get isColorInverted(): boolean;
|
|
89
|
+
get isGS1DataCarrier(): boolean;
|
|
90
|
+
get location(): Quadrilateral;
|
|
91
|
+
get rawData(): string;
|
|
92
|
+
get symbolCount(): number;
|
|
93
|
+
get symbology(): Symbology;
|
|
94
|
+
private static fromJSON;
|
|
95
|
+
toJSONObject(): BarcodeJSON;
|
|
96
|
+
}
|
|
97
|
+
interface BarcodeJSON {
|
|
98
|
+
addOnData: string | null;
|
|
99
|
+
compositeData: string | null;
|
|
100
|
+
compositeFlag: string;
|
|
101
|
+
compositeRawData: string;
|
|
102
|
+
data: string | null;
|
|
103
|
+
encodingRanges: EncodingRangeJSON[];
|
|
104
|
+
frameId: number;
|
|
105
|
+
isColorInverted: boolean;
|
|
106
|
+
isGS1DataCarrier: boolean;
|
|
107
|
+
location: QuadrilateralJSON;
|
|
108
|
+
rawData: string;
|
|
109
|
+
symbolCount: number;
|
|
110
|
+
symbology: string;
|
|
111
|
+
structuredAppendData: StructuredAppendDataJSON | null;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export { Barcode, type BarcodeJSON, Checksum, CompositeFlag, CompositeType, type PrivateCompositeTypeDescription, Symbology };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { e as Barcode, c as Checksum, d as CompositeFlag, b as CompositeType, a as Symbology } from './chunks/chunk-PE6EDL2S.js';
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { Optional, Brush, BrushJSON, DataCaptureOverlay, DataCaptureView, PrivateDataCaptureMode, DataCaptureMode, CameraSettings, DataCaptureContext, DataCaptureModeJSON } from '@scandit/web-datacapture-core';
|
|
2
|
+
import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
3
|
+
import { BarcodeBatchSession } from './BarcodeBatchSession.js';
|
|
4
|
+
import { BarcodeBatchSettings, BarcodeBatchSettingsJSON } from './BarcodeBatchSettings.js';
|
|
5
|
+
import { TrackedBarcode, TrackedBarcodeJSON } from './TrackedBarcode.js';
|
|
6
|
+
|
|
7
|
+
interface BarcodeBatchBasicOverlayListener {
|
|
8
|
+
brushForTrackedBarcode?(overlay: BarcodeBatchBasicOverlay, trackedBarcode: TrackedBarcode): Optional<Brush>;
|
|
9
|
+
didTapTrackedBarcode?(overlay: BarcodeBatchBasicOverlay, trackedBarcode: TrackedBarcode): void;
|
|
10
|
+
}
|
|
11
|
+
declare enum BarcodeBatchBasicOverlayStyle {
|
|
12
|
+
Frame = "frame",
|
|
13
|
+
Dot = "dot"
|
|
14
|
+
}
|
|
15
|
+
interface BarcodeBatchBasicOverlayJSON {
|
|
16
|
+
type: "barcodeTrackingBasic";
|
|
17
|
+
style: BarcodeBatchBasicOverlayStyle;
|
|
18
|
+
shouldShowScanAreaGuides: boolean;
|
|
19
|
+
brush: BrushJSON;
|
|
20
|
+
brushesForBarcodes: Record<string, BrushJSON>;
|
|
21
|
+
}
|
|
22
|
+
declare class BarcodeBatchBasicOverlay implements DataCaptureOverlay, Serializable<BarcodeBatchBasicOverlayJSON> {
|
|
23
|
+
private _listener;
|
|
24
|
+
private privateListener;
|
|
25
|
+
private readonly type;
|
|
26
|
+
private _style;
|
|
27
|
+
private barcodeBatch;
|
|
28
|
+
private _shouldShowScanAreaGuides;
|
|
29
|
+
private _brush;
|
|
30
|
+
private _brushesForBarcodes;
|
|
31
|
+
get style(): BarcodeBatchBasicOverlayStyle;
|
|
32
|
+
get listener(): Optional<BarcodeBatchBasicOverlayListener>;
|
|
33
|
+
set listener(listener: Optional<BarcodeBatchBasicOverlayListener>);
|
|
34
|
+
get brush(): Brush;
|
|
35
|
+
static withBarcodeBatch(barcodeBatch: BarcodeBatch): Promise<BarcodeBatchBasicOverlay>;
|
|
36
|
+
static withBarcodeBatchForView(barcodeBatch: BarcodeBatch, view: Optional<DataCaptureView>): Promise<BarcodeBatchBasicOverlay>;
|
|
37
|
+
static withBarcodeBatchForViewWithStyle(barcodeBatch: BarcodeBatch, view: Optional<DataCaptureView>, style: BarcodeBatchBasicOverlayStyle): Promise<BarcodeBatchBasicOverlay>;
|
|
38
|
+
setBrush(brush: Brush): Promise<void>;
|
|
39
|
+
shouldShowScanAreaGuides(): boolean;
|
|
40
|
+
setShouldShowScanAreaGuides(shouldShowScanAreaGuides: boolean): Promise<void>;
|
|
41
|
+
setBrushForTrackedBarcode(brush: Brush, trackedBarcode: TrackedBarcode): Promise<void>;
|
|
42
|
+
clearTrackedBarcodeBrushes(): Promise<void>;
|
|
43
|
+
toJSONObject(): BarcodeBatchBasicOverlayJSON;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
interface PrivateBarcodeBatchListener extends BarcodeBatchListener {
|
|
47
|
+
didTapTrackedBarcode?(trackedBarcode: TrackedBarcodeJSON): void;
|
|
48
|
+
}
|
|
49
|
+
declare class PrivateBarcodeBatchBasicOverlayListener implements PrivateBarcodeBatchListener {
|
|
50
|
+
private basicOverlay;
|
|
51
|
+
constructor(basicOverlay: BarcodeBatchBasicOverlay);
|
|
52
|
+
didTapTrackedBarcode(trackedBarcode: TrackedBarcodeJSON): void;
|
|
53
|
+
didUpdateSession(_: BarcodeBatch, session: BarcodeBatchSession): void;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
interface PrivateBarcodeBatch extends PrivateDataCaptureMode {
|
|
57
|
+
notifyContext: () => Promise<void>;
|
|
58
|
+
addPrivateListener(listener: PrivateBarcodeBatchListener): void;
|
|
59
|
+
}
|
|
60
|
+
interface BarcodeBatchListener {
|
|
61
|
+
didUpdateSession?(barcodeBatch: BarcodeBatch, session: BarcodeBatchSession): void;
|
|
62
|
+
}
|
|
63
|
+
type BarcodeBatchJSON = DataCaptureModeJSON<BarcodeBatchSettingsJSON>;
|
|
64
|
+
declare class BarcodeBatch implements DataCaptureMode, Serializable<BarcodeBatchJSON> {
|
|
65
|
+
private readonly type;
|
|
66
|
+
private _isEnabled;
|
|
67
|
+
private settings;
|
|
68
|
+
private _context;
|
|
69
|
+
private readonly listeners;
|
|
70
|
+
private readonly privateListeners;
|
|
71
|
+
private readonly workerMessageListener;
|
|
72
|
+
static get recommendedCameraSettings(): CameraSettings;
|
|
73
|
+
get context(): DataCaptureContext | null;
|
|
74
|
+
private set context(value);
|
|
75
|
+
static forContext(context: DataCaptureContext | null, settings: BarcodeBatchSettings): Promise<BarcodeBatch>;
|
|
76
|
+
isEnabled(): boolean;
|
|
77
|
+
setEnabled(enabled: boolean): Promise<void>;
|
|
78
|
+
applySettings(settings: BarcodeBatchSettings): Promise<void>;
|
|
79
|
+
addListener(listener: BarcodeBatchListener): void;
|
|
80
|
+
removeListener(listener: BarcodeBatchListener): void;
|
|
81
|
+
toJSONObject(): BarcodeBatchJSON;
|
|
82
|
+
private attachedToContext;
|
|
83
|
+
private detachedFromContext;
|
|
84
|
+
private addPrivateListener;
|
|
85
|
+
private removePrivateListener;
|
|
86
|
+
private onWorkerMessage;
|
|
87
|
+
private notifyContext;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export { type BarcodeBatchListener as B, type PrivateBarcodeBatch as P, BarcodeBatch as a, type BarcodeBatchBasicOverlayListener as b, BarcodeBatchBasicOverlayStyle as c, type BarcodeBatchBasicOverlayJSON as d, BarcodeBatchBasicOverlay as e, type PrivateBarcodeBatchListener as f, PrivateBarcodeBatchBasicOverlayListener as g };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import '@scandit/web-datacapture-core';
|
|
2
|
+
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
3
|
+
import './BarcodeBatchSession.js';
|
|
4
|
+
import './BarcodeBatchSettings.js';
|
|
5
|
+
export { a as BarcodeBatch, B as BarcodeBatchListener, P as PrivateBarcodeBatch } from './BarcodeBatch-Byl-P99I.js';
|
|
6
|
+
import './TrackedBarcode.js';
|
|
7
|
+
import './Barcode.js';
|
|
8
|
+
import './EncodingRange.js';
|
|
9
|
+
import './StructuredAppendData.js';
|
|
10
|
+
import './SymbologySettings.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as BarcodeBatch } from './chunks/chunk-42SQROQE.js';
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { Anchor, PointWithUnit, DataCaptureOverlay, DataCaptureView } from '@scandit/web-datacapture-core';
|
|
2
|
+
import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
3
|
+
import { a as BarcodeBatch } from './BarcodeBatch-Byl-P99I.js';
|
|
4
|
+
import { TrackedBarcode } from './TrackedBarcode.js';
|
|
5
|
+
import { TrackedBarcodeView } from './TrackedBarcodeView.js';
|
|
6
|
+
import './BarcodeBatchSession.js';
|
|
7
|
+
import './BarcodeBatchSettings.js';
|
|
8
|
+
import './Barcode.js';
|
|
9
|
+
import './EncodingRange.js';
|
|
10
|
+
import './StructuredAppendData.js';
|
|
11
|
+
import './SymbologySettings.js';
|
|
12
|
+
import './private/symbols.js';
|
|
13
|
+
|
|
14
|
+
interface BarcodeBatchAdvancedOverlayListener {
|
|
15
|
+
viewForTrackedBarcode?(overlay: BarcodeBatchAdvancedOverlay, trackedBarcode: TrackedBarcode): Promise<TrackedBarcodeView | null>;
|
|
16
|
+
anchorForTrackedBarcode?(overlay: BarcodeBatchAdvancedOverlay, trackedBarcode: TrackedBarcode): Anchor;
|
|
17
|
+
offsetForTrackedBarcode?(overlay: BarcodeBatchAdvancedOverlay, trackedBarcode: TrackedBarcode): PointWithUnit;
|
|
18
|
+
didTapViewForTrackedBarcode?(overlay: BarcodeBatchAdvancedOverlay, trackedBarcode: TrackedBarcode): void;
|
|
19
|
+
}
|
|
20
|
+
interface BarcodeBatchAdvancedOverlayJSON {
|
|
21
|
+
type: "barcodeTrackingAdvanced";
|
|
22
|
+
shouldShowScanAreaGuides: boolean;
|
|
23
|
+
}
|
|
24
|
+
declare class BarcodeBatchAdvancedOverlay implements DataCaptureOverlay, Serializable<BarcodeBatchAdvancedOverlayJSON> {
|
|
25
|
+
listener: BarcodeBatchAdvancedOverlayListener | null;
|
|
26
|
+
private readonly type;
|
|
27
|
+
private barcodeBatch;
|
|
28
|
+
private _shouldShowScanAreaGuides;
|
|
29
|
+
private _viewForBarcode;
|
|
30
|
+
private _anchorForBarcode;
|
|
31
|
+
private _offsetForBarcode;
|
|
32
|
+
private _viewForBarcodeFromListener;
|
|
33
|
+
private _anchorForBarcodeFromListener;
|
|
34
|
+
private _offsetForBarcodeFromListener;
|
|
35
|
+
private _anchorPositions;
|
|
36
|
+
private _barcodeForId;
|
|
37
|
+
private privateListener;
|
|
38
|
+
private view;
|
|
39
|
+
private lastSession;
|
|
40
|
+
get shouldShowScanAreaGuides(): boolean;
|
|
41
|
+
set shouldShowScanAreaGuides(shouldShow: boolean);
|
|
42
|
+
static withBarcodeBatchForView(barcodeBatch: BarcodeBatch, view: DataCaptureView | null): Promise<BarcodeBatchAdvancedOverlay>;
|
|
43
|
+
setViewForTrackedBarcode(view: Promise<TrackedBarcodeView | null> | null, trackedBarcode: TrackedBarcode): Promise<void>;
|
|
44
|
+
setAnchorForTrackedBarcode(anchor: Anchor, trackedBarcode: TrackedBarcode): void;
|
|
45
|
+
setOffsetForTrackedBarcode(offset: PointWithUnit, trackedBarcode: TrackedBarcode): void;
|
|
46
|
+
clearTrackedBarcodeViews(): void;
|
|
47
|
+
toJSONObject(): BarcodeBatchAdvancedOverlayJSON;
|
|
48
|
+
private getTrackedBarcodeForIdentifier;
|
|
49
|
+
private setViewForTrackedBarcodeFromListener;
|
|
50
|
+
private processRemovedBarcodes;
|
|
51
|
+
private processAddedBarcodes;
|
|
52
|
+
private processUpdatedTrackedBarcodes;
|
|
53
|
+
/**
|
|
54
|
+
* Used in PrivateBarcodeBatchAdvancedOverlayListener.
|
|
55
|
+
* Triggers a render into the view
|
|
56
|
+
* @param session {BarcodeBatchSession}
|
|
57
|
+
* @private
|
|
58
|
+
* @hidden
|
|
59
|
+
*/
|
|
60
|
+
private update;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export { BarcodeBatchAdvancedOverlay, type BarcodeBatchAdvancedOverlayJSON, type BarcodeBatchAdvancedOverlayListener };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as BarcodeBatchAdvancedOverlay } from './chunks/chunk-HNWVLPRV.js';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import '@scandit/web-datacapture-core';
|
|
2
|
+
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
3
|
+
export { e as BarcodeBatchBasicOverlay, d as BarcodeBatchBasicOverlayJSON, b as BarcodeBatchBasicOverlayListener, c as BarcodeBatchBasicOverlayStyle } from './BarcodeBatch-Byl-P99I.js';
|
|
4
|
+
import './TrackedBarcode.js';
|
|
5
|
+
import './BarcodeBatchSession.js';
|
|
6
|
+
import './Barcode.js';
|
|
7
|
+
import './EncodingRange.js';
|
|
8
|
+
import './StructuredAppendData.js';
|
|
9
|
+
import './BarcodeBatchSettings.js';
|
|
10
|
+
import './SymbologySettings.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { b as BarcodeBatchBasicOverlay, a as BarcodeBatchBasicOverlayStyle } from './chunks/chunk-LFPKKGQH.js';
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { CaptureModeDeserializerInstance, JSONParseable, WasmFrameData } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
2
|
+
import { WorkerFunctions as WorkerFunctions$1, ModuleHandler, Vector } from '@scandit/web-datacapture-core/build/js/worker/index';
|
|
3
|
+
import { DataCaptureEngine as DataCaptureEngine$1 } from '@scandit/web-datacapture-core/build/js/worker/index.js';
|
|
4
|
+
import { Module, DataCaptureCallbackMessage, BarcodeCaptureModule } from './worker/dataCaptureWorkerRelated.js';
|
|
5
|
+
import { BarcodeFindBasicOverlayJSON } from './find/BarcodeFindBasicOverlay.js';
|
|
6
|
+
import { BarcodeFindItemJSON } from './find/BarcodeFindItem.js';
|
|
7
|
+
import { BarcodeFindSettingsJSON } from './find/BarcodeFindSettings.js';
|
|
8
|
+
import { Property } from './worker/PropertyBehaviorSubject.js';
|
|
9
|
+
|
|
10
|
+
declare class BarcodeCaptureMode {
|
|
11
|
+
barcodeCaptureDeserializer: CaptureModeDeserializerInstance;
|
|
12
|
+
barcodeBatchDeserializer: CaptureModeDeserializerInstance;
|
|
13
|
+
private readonly Module;
|
|
14
|
+
private readonly coreEngine;
|
|
15
|
+
private readonly workerFunctions;
|
|
16
|
+
private captureListenerSet;
|
|
17
|
+
constructor(coreEngine: DataCaptureEngine, Module: Module, workerFunctions: WorkerFunctions);
|
|
18
|
+
barcodeCaptureDidUpdateSession(session: JSONParseable): void;
|
|
19
|
+
barcodeBatchDidUpdateSession(session: JSONParseable): void;
|
|
20
|
+
getCaptureDeserializer(): CaptureModeDeserializerInstance;
|
|
21
|
+
getTrackingDeserializer(): CaptureModeDeserializerInstance;
|
|
22
|
+
setup(): void;
|
|
23
|
+
successFeedback(): void;
|
|
24
|
+
protected barcodeCaptureDidScan(session: JSONParseable, frameData: WasmFrameData): void;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare class BarcodeFindMode {
|
|
28
|
+
private readonly Module;
|
|
29
|
+
private readonly coreEngine;
|
|
30
|
+
private readonly workerFunctions;
|
|
31
|
+
private barcodeFind;
|
|
32
|
+
private basicOverlay;
|
|
33
|
+
private transparentGuidanceHintStyle;
|
|
34
|
+
private customerTransformation;
|
|
35
|
+
constructor(coreEngine: DataCaptureEngine, Module: Module, workerFunctions: WorkerFunctions);
|
|
36
|
+
forSettings(settings: BarcodeFindSettingsJSON): Promise<void>;
|
|
37
|
+
barcodeFindFeedback(): void;
|
|
38
|
+
start(): void;
|
|
39
|
+
stop(): void;
|
|
40
|
+
pause(): void;
|
|
41
|
+
setEnabled(enabled: boolean): void;
|
|
42
|
+
setItemList(list: BarcodeFindItemJSON[]): void;
|
|
43
|
+
removeMode(): Promise<void>;
|
|
44
|
+
addBasicOverlay(): void;
|
|
45
|
+
removeBasicOverlay(): void;
|
|
46
|
+
applySettings(findSettings: BarcodeFindSettingsJSON): Promise<void>;
|
|
47
|
+
updateBasicOverlay(json: BarcodeFindBasicOverlayJSON): void;
|
|
48
|
+
setTransformerFunction(transformation?: ((data: string) => string) | null): void;
|
|
49
|
+
private successFeedback;
|
|
50
|
+
private listUpdatedFeedback;
|
|
51
|
+
private setToast;
|
|
52
|
+
private setGuidance;
|
|
53
|
+
private createWebFindGuidanceHandler;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
declare class SparkScanMode {
|
|
57
|
+
sparkScanDeserializer: CaptureModeDeserializerInstance;
|
|
58
|
+
private readonly Module;
|
|
59
|
+
private readonly coreEngine;
|
|
60
|
+
private readonly workerFunctions;
|
|
61
|
+
private captureListenerSet;
|
|
62
|
+
private sparkScanOverlay?;
|
|
63
|
+
private propertyPushSource;
|
|
64
|
+
constructor(coreEngine: DataCaptureEngine, Module: Module, workerFunctions: WorkerFunctions);
|
|
65
|
+
sparkScanDidUpdateSession(session: JSONParseable): void;
|
|
66
|
+
getSparkScanDeserializer(): CaptureModeDeserializerInstance;
|
|
67
|
+
setup(): void;
|
|
68
|
+
emitErrorFeedback(shouldRemoveBrush: boolean): void;
|
|
69
|
+
overlayReadyForDraw(): void;
|
|
70
|
+
analyticsManagerPropertyChanged(property: Property): void;
|
|
71
|
+
successFeedback(): void;
|
|
72
|
+
protected sparkScanDidScan(session: JSONParseable, frameData: WasmFrameData): void;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
interface WorkerFunctions extends WorkerFunctions$1 {
|
|
76
|
+
postMessage: (message: DataCaptureCallbackMessage, transfer?: Transferable[]) => void;
|
|
77
|
+
getOffscreenCanvas: () => OffscreenCanvas | undefined;
|
|
78
|
+
}
|
|
79
|
+
interface BarcodeCommand {
|
|
80
|
+
command: string;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* DataCaptureEngine is an abstraction of the engine, it is created by the engine worker
|
|
84
|
+
* and should be used as a singleton. It calls the underlying engine methods directly.
|
|
85
|
+
*/
|
|
86
|
+
declare class DataCaptureEngine extends DataCaptureEngine$1<BarcodeCaptureModule> {
|
|
87
|
+
barcodeFindMode: BarcodeFindMode;
|
|
88
|
+
sparkScanMode: SparkScanMode;
|
|
89
|
+
protected barcodeCaptureMode: BarcodeCaptureMode;
|
|
90
|
+
protected barcodeBatchMode: BarcodeBatchMode;
|
|
91
|
+
protected workerFunctions: WorkerFunctions;
|
|
92
|
+
constructor(moduleHandler: ModuleHandler<BarcodeCaptureModule>, workerFunctions: WorkerFunctions);
|
|
93
|
+
getModeDeserializers(): Vector;
|
|
94
|
+
protected getWasmSideModuleFileName(): string;
|
|
95
|
+
protected getWasmCoreFileName(simdSupport: boolean, multithreadSupport: boolean): string;
|
|
96
|
+
protected getWasmCoreExpectedHash(simdSupport: boolean, multithreadSupport: boolean): string;
|
|
97
|
+
protected getWasmMetadata(): Record<string, {
|
|
98
|
+
bytes: number;
|
|
99
|
+
}>;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
declare class BarcodeBatchMode {
|
|
103
|
+
barcodeBatchDeserializer: CaptureModeDeserializerInstance;
|
|
104
|
+
private readonly Module;
|
|
105
|
+
private readonly coreEngine;
|
|
106
|
+
private readonly workerFunctions;
|
|
107
|
+
private trackingListenerSet;
|
|
108
|
+
constructor(coreEngine: DataCaptureEngine, Module: Module, workerFunctions: WorkerFunctions);
|
|
109
|
+
barcodeBatchDidUpdateSession(session: JSONParseable): void;
|
|
110
|
+
getBatchDeserializer(): CaptureModeDeserializerInstance;
|
|
111
|
+
setup(): void;
|
|
112
|
+
protected onTrackedBarcodeTapped(trackedBarcode: JSONParseable): void;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export { BarcodeCaptureMode as B, DataCaptureEngine as D, SparkScanMode as S, type WorkerFunctions as W, BarcodeFindMode as a, type BarcodeCommand as b, BarcodeBatchMode as c };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { TrackedBarcodeJSON, TrackedBarcode } from './TrackedBarcode.js';
|
|
2
|
+
import '@scandit/web-datacapture-core';
|
|
3
|
+
import './Barcode.js';
|
|
4
|
+
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
5
|
+
import './EncodingRange.js';
|
|
6
|
+
import './StructuredAppendData.js';
|
|
7
|
+
|
|
8
|
+
interface BarcodeBatchSessionJSON {
|
|
9
|
+
addedTrackedBarcodes: TrackedBarcodeJSON[];
|
|
10
|
+
removedTrackedBarcodes: string[];
|
|
11
|
+
updatedTrackedBarcodes: TrackedBarcodeJSON[];
|
|
12
|
+
trackedBarcodes: Record<string, TrackedBarcodeJSON>;
|
|
13
|
+
frameSequenceId: number;
|
|
14
|
+
}
|
|
15
|
+
declare class BarcodeBatchSession {
|
|
16
|
+
private _addedTrackedBarcodes;
|
|
17
|
+
private _removedTrackedBarcodes;
|
|
18
|
+
private _updatedTrackedBarcodes;
|
|
19
|
+
private _trackedBarcodes;
|
|
20
|
+
private _frameSequenceID;
|
|
21
|
+
get addedTrackedBarcodes(): TrackedBarcode[];
|
|
22
|
+
get removedTrackedBarcodes(): string[];
|
|
23
|
+
get updatedTrackedBarcodes(): TrackedBarcode[];
|
|
24
|
+
get trackedBarcodes(): Record<string, TrackedBarcode>;
|
|
25
|
+
get frameSequenceID(): number;
|
|
26
|
+
private static fromJSON;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { BarcodeBatchSession, type BarcodeBatchSessionJSON };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as BarcodeBatchSession } from './chunks/chunk-FLTJ6FPP.js';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { JSONType } from '@scandit/web-datacapture-core';
|
|
2
|
+
import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
3
|
+
import { Symbology } from './Barcode.js';
|
|
4
|
+
import { SymbologySettingsJSON, SymbologySettings } from './SymbologySettings.js';
|
|
5
|
+
import './EncodingRange.js';
|
|
6
|
+
import './StructuredAppendData.js';
|
|
7
|
+
|
|
8
|
+
interface BarcodeBatchSettingsJSON {
|
|
9
|
+
symbologies: Record<Symbology, SymbologySettingsJSON>;
|
|
10
|
+
properties: Record<string, JSONType>;
|
|
11
|
+
}
|
|
12
|
+
declare class BarcodeBatchSettings implements Serializable<BarcodeBatchSettingsJSON> {
|
|
13
|
+
private properties;
|
|
14
|
+
private symbologies;
|
|
15
|
+
constructor();
|
|
16
|
+
get enabledSymbologies(): Symbology[];
|
|
17
|
+
settingsForSymbology(symbology: Symbology): SymbologySettings;
|
|
18
|
+
setProperty(name: string, value: any): void;
|
|
19
|
+
getProperty(name: string): any;
|
|
20
|
+
enableSymbologies(symbologies: Symbology[]): void;
|
|
21
|
+
enableSymbology(symbology: Symbology, enabled: boolean): void;
|
|
22
|
+
toJSONObject(): BarcodeBatchSettingsJSON;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export { BarcodeBatchSettings, type BarcodeBatchSettingsJSON };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as BarcodeBatchSettings } from './chunks/chunk-OON6VEAR.js';
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { PrivateDataCaptureMode, FrameData, DataCaptureMode, CameraSettings, DataCaptureContext, DataCaptureModeJSON } from '@scandit/web-datacapture-core';
|
|
2
|
+
import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
3
|
+
import { BarcodeCaptureFeedback, BarcodeCaptureFeedbackJSON } from './BarcodeCaptureFeedback.js';
|
|
4
|
+
import { BarcodeCaptureSession } from './BarcodeCaptureSession.js';
|
|
5
|
+
import { BarcodeCaptureSettings, BarcodeCaptureSettingsJSON } from './BarcodeCaptureSettings.js';
|
|
6
|
+
import './Barcode.js';
|
|
7
|
+
import './EncodingRange.js';
|
|
8
|
+
import './StructuredAppendData.js';
|
|
9
|
+
import './LocalizedOnlyBarcode.js';
|
|
10
|
+
import './ScanIntention.js';
|
|
11
|
+
import './SymbologySettings.js';
|
|
12
|
+
|
|
13
|
+
interface PrivateBarcodeCapture extends PrivateDataCaptureMode {
|
|
14
|
+
notifyContext: () => Promise<void>;
|
|
15
|
+
}
|
|
16
|
+
interface BarcodeCaptureListener {
|
|
17
|
+
didScan?: (barcodeCapture: BarcodeCapture, session: BarcodeCaptureSession, frameData: FrameData) => void;
|
|
18
|
+
didUpdateSession?: (barcodeCapture: BarcodeCapture, session: BarcodeCaptureSession) => void;
|
|
19
|
+
}
|
|
20
|
+
type BarcodeCaptureJSON = DataCaptureModeJSON<BarcodeCaptureSettingsJSON> & {
|
|
21
|
+
feedback: BarcodeCaptureFeedbackJSON;
|
|
22
|
+
};
|
|
23
|
+
declare class BarcodeCapture implements DataCaptureMode, Serializable<BarcodeCaptureJSON> {
|
|
24
|
+
private readonly type;
|
|
25
|
+
private _isEnabled;
|
|
26
|
+
private _feedback;
|
|
27
|
+
private settings;
|
|
28
|
+
private _context;
|
|
29
|
+
private readonly listeners;
|
|
30
|
+
private allowedRemainingWorkerMessages;
|
|
31
|
+
private readonly workerMessageListener;
|
|
32
|
+
static get recommendedCameraSettings(): CameraSettings;
|
|
33
|
+
get context(): DataCaptureContext | null;
|
|
34
|
+
get feedback(): BarcodeCaptureFeedback;
|
|
35
|
+
static forContext(context: DataCaptureContext | null, settings: BarcodeCaptureSettings): Promise<BarcodeCapture>;
|
|
36
|
+
setFeedback(feedback: BarcodeCaptureFeedback): Promise<void>;
|
|
37
|
+
isEnabled(): boolean;
|
|
38
|
+
setEnabled(enabled: boolean): Promise<void>;
|
|
39
|
+
applySettings(settings: BarcodeCaptureSettings): Promise<void>;
|
|
40
|
+
addListener(listener: BarcodeCaptureListener): void;
|
|
41
|
+
removeListener(listener: BarcodeCaptureListener): void;
|
|
42
|
+
toJSONObject(): BarcodeCaptureJSON;
|
|
43
|
+
private attachedToContext;
|
|
44
|
+
private detachedFromContext;
|
|
45
|
+
private sendClearFrameDataRequest;
|
|
46
|
+
private onDidScan;
|
|
47
|
+
private onDidUpdateSession;
|
|
48
|
+
private onSuccessFeedback;
|
|
49
|
+
private onWorkerMessage;
|
|
50
|
+
private notifyContext;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export { BarcodeCapture, type BarcodeCaptureListener, type PrivateBarcodeCapture };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as BarcodeCapture } from './chunks/chunk-HEJKMZ7P.js';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FeedbackJSON, Feedback } from '@scandit/web-datacapture-core';
|
|
2
|
+
import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
3
|
+
|
|
4
|
+
interface BarcodeCaptureFeedbackJSON {
|
|
5
|
+
success: FeedbackJSON;
|
|
6
|
+
}
|
|
7
|
+
declare class BarcodeCaptureFeedback implements Serializable<BarcodeCaptureFeedbackJSON> {
|
|
8
|
+
success: Feedback;
|
|
9
|
+
static get default(): BarcodeCaptureFeedback;
|
|
10
|
+
toJSONObject(): BarcodeCaptureFeedbackJSON;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export { BarcodeCaptureFeedback, type BarcodeCaptureFeedbackJSON };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as BarcodeCaptureFeedback } from './chunks/chunk-WPSMXGDG.js';
|