@scandit/web-datacapture-barcode 7.0.2 → 7.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/js/Barcode.js +1 -1
- package/build/js/BarcodeBatch.js +1 -1
- package/build/js/BarcodeBatchAdvancedOverlay.js +1 -1
- package/build/js/BarcodeBatchBasicOverlay.js +1 -1
- package/build/js/{BarcodeBatchMode-Dwx2kMQZ.d.ts → BarcodeBatchMode-NmloM1Y4.d.ts} +18 -1
- package/build/js/BarcodeBatchSession.js +1 -1
- package/build/js/BarcodeBatchSettings.js +1 -1
- package/build/js/BarcodeCapture.js +1 -1
- package/build/js/BarcodeCaptureFeedback.js +1 -1
- package/build/js/BarcodeCaptureOverlay.js +1 -1
- package/build/js/BarcodeCaptureSession.js +1 -1
- package/build/js/BarcodeCaptureSettings.js +1 -1
- package/build/js/BarcodeCheck-BrFc2D5i.d.ts +44 -0
- package/build/js/BarcodeCheckAnnotation-5RXTfIhp.d.ts +89 -0
- package/build/js/Defaults.js +1 -1
- package/build/js/EncodingRange.js +1 -1
- package/build/js/LocalizedOnlyBarcode.js +1 -1
- package/build/js/PrivateBarcodeBatchAdvancedOverlayListener.js +1 -1
- package/build/js/PrivateBarcodeBatchBasicOverlayListener.js +1 -1
- package/build/js/Range.js +1 -1
- package/build/js/ScanIntention.js +1 -1
- package/build/js/StructuredAppendData.js +1 -1
- package/build/js/SymbologyDescription.js +1 -1
- package/build/js/SymbologySettings.js +1 -1
- package/build/js/TrackedBarcode.js +1 -1
- package/build/js/TrackedBarcodeView.js +1 -1
- package/build/js/check/BarcodeCheck.d.ts +12 -0
- package/build/js/check/BarcodeCheck.js +1 -0
- package/build/js/check/BarcodeCheckAnnotation.d.ts +8 -0
- package/build/js/check/BarcodeCheckAnnotation.js +1 -0
- package/build/js/check/BarcodeCheckAnnotationProvider.d.ts +18 -0
- package/build/js/check/BarcodeCheckAnnotationProvider.js +0 -0
- package/build/js/check/BarcodeCheckCircleHighlight.d.ts +44 -0
- package/build/js/check/BarcodeCheckCircleHighlight.js +1 -0
- package/build/js/check/BarcodeCheckFeedback.d.ts +11 -0
- package/build/js/check/BarcodeCheckFeedback.js +1 -0
- package/build/js/check/BarcodeCheckHighlight.d.ts +27 -0
- package/build/js/check/BarcodeCheckHighlight.js +0 -0
- package/build/js/check/BarcodeCheckHighlightProvider.d.ts +15 -0
- package/build/js/check/BarcodeCheckHighlightProvider.js +0 -0
- package/build/js/check/BarcodeCheckListener.d.ts +12 -0
- package/build/js/check/BarcodeCheckListener.js +0 -0
- package/build/js/check/BarcodeCheckPresenter.d.ts +51 -0
- package/build/js/check/BarcodeCheckPresenter.js +1 -0
- package/build/js/check/BarcodeCheckRectangleHighlight.d.ts +38 -0
- package/build/js/check/BarcodeCheckRectangleHighlight.js +1 -0
- package/build/js/check/BarcodeCheckSession.d.ts +26 -0
- package/build/js/check/BarcodeCheckSession.js +1 -0
- package/build/js/check/BarcodeCheckSettings.d.ts +25 -0
- package/build/js/check/BarcodeCheckSettings.js +1 -0
- package/build/js/check/BarcodeCheckView.d.ts +119 -0
- package/build/js/check/BarcodeCheckView.js +1 -0
- package/build/js/check/BarcodeCheckViewSettings.d.ts +9 -0
- package/build/js/check/BarcodeCheckViewSettings.js +1 -0
- package/build/js/check/Defaults.d.ts +6 -0
- package/build/js/check/Defaults.js +1 -0
- package/build/js/check/assets/checkSound.d.ts +3 -0
- package/build/js/check/assets/checkSound.js +2 -0
- package/build/js/check/hashedId.d.ts +9 -0
- package/build/js/check/hashedId.js +1 -0
- package/build/js/check/ui/atoms/Backdrop.d.ts +27 -0
- package/build/js/check/ui/atoms/Backdrop.js +1 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.d.ts +2136 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.js +1 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationFooter.d.ts +19 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationFooter.js +1 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationHeader.d.ts +19 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationHeader.js +1 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationHeaderFooter.d.ts +23 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationHeaderFooter.js +1 -0
- package/build/js/check/ui/atoms/BarcodeStatusIconContainer.d.ts +30 -0
- package/build/js/check/ui/atoms/BarcodeStatusIconContainer.js +1 -0
- package/build/js/check/ui/atoms/CssArrows.d.ts +3 -0
- package/build/js/check/ui/atoms/CssArrows.js +1 -0
- package/build/js/check/ui/atoms/ScanditIcon.d.ts +60 -0
- package/build/js/check/ui/atoms/ScanditIcon.js +1 -0
- package/build/js/check/ui/atoms/ScanditIconBuilder.d.ts +55 -0
- package/build/js/check/ui/atoms/ScanditIconBuilder.js +1 -0
- package/build/js/check/ui/molecules/CameraSwitchButton.d.ts +23 -0
- package/build/js/check/ui/molecules/CameraSwitchButton.js +1 -0
- package/build/js/check/ui/molecules/ZoomSwitchButton.d.ts +26 -0
- package/build/js/check/ui/molecules/ZoomSwitchButton.js +1 -0
- package/build/js/check/ui/organisms/AnchorAndDirectionUtils.d.ts +15 -0
- package/build/js/check/ui/organisms/AnchorAndDirectionUtils.js +1 -0
- package/build/js/check/ui/organisms/BarcodeCheckInfoAnnotation.d.ts +8 -0
- package/build/js/check/ui/organisms/BarcodeCheckInfoAnnotation.js +1 -0
- package/build/js/check/ui/organisms/BarcodeCheckPopoverAnnotation.d.ts +43 -0
- package/build/js/check/ui/organisms/BarcodeCheckPopoverAnnotation.js +1 -0
- package/build/js/check/ui/organisms/BarcodeCheckPopoverAnnotationButton.d.ts +25 -0
- package/build/js/check/ui/organisms/BarcodeCheckPopoverAnnotationButton.js +1 -0
- package/build/js/check/ui/organisms/BarcodeCheckStatusIconAnnotation.d.ts +40 -0
- package/build/js/check/ui/organisms/BarcodeCheckStatusIconAnnotation.js +1 -0
- package/build/js/check/ui/organisms/CheckLayout.d.ts +17 -0
- package/build/js/check/ui/organisms/CheckLayout.js +1 -0
- package/build/js/chunks/chunk-257QL425.js +1 -0
- package/build/js/chunks/chunk-2W6SQGYJ.js +1 -0
- package/build/js/chunks/chunk-2XQDCOOR.js +1 -0
- package/build/js/chunks/chunk-2ZSOWJ2F.js +1 -0
- package/build/js/chunks/chunk-3A6GSH7S.js +1 -3
- package/build/js/chunks/chunk-3GNPSI4P.js +1 -0
- package/build/js/chunks/{chunk-GR7V7CUW.js → chunk-3SEV43FW.js} +2 -8
- package/build/js/chunks/chunk-462K3HIF.js +1 -0
- package/build/js/chunks/chunk-4BSKZNBG.js +0 -1
- package/build/js/chunks/chunk-4CB572AA.js +4 -0
- package/build/js/chunks/chunk-4EGODYYJ.js +1 -7
- package/build/js/chunks/chunk-4PTIOBXM.js +1 -5
- package/build/js/chunks/chunk-5DP5VNWQ.js +1 -7
- package/build/js/chunks/chunk-5YTTZFRG.js +1 -0
- package/build/js/chunks/chunk-6GFA45IH.js +1 -2
- package/build/js/chunks/chunk-6M7TWYER.js +5 -0
- package/build/js/chunks/chunk-7622FN4X.js +6 -0
- package/build/js/chunks/chunk-7G2KDE7D.js +1 -0
- package/build/js/chunks/chunk-7N3BO7YB.js +0 -1
- package/build/js/chunks/chunk-7SWSAHI5.js +1 -3
- package/build/js/chunks/chunk-ADMKAYF6.js +2 -7
- package/build/js/chunks/chunk-AF2UZ65J.js +1 -3
- package/build/js/chunks/chunk-BAXCRQFQ.js +4 -0
- package/build/js/chunks/chunk-BGXJMGXV.js +2 -0
- package/build/js/chunks/chunk-BPIXM73K.js +1 -0
- package/build/js/chunks/chunk-BR4JJH5H.js +1 -0
- package/build/js/chunks/chunk-BRRT6GC7.js +1 -3
- package/build/js/chunks/chunk-C52THG7K.js +1 -3
- package/build/js/chunks/chunk-CBOPTVRH.js +1 -0
- package/build/js/chunks/chunk-CYUXFHBE.js +1 -5
- package/build/js/chunks/chunk-DFK7AQTK.js +1 -3
- package/build/js/chunks/{chunk-VWY7QHPJ.js → chunk-DN4JHCS7.js} +2 -7
- package/build/js/chunks/chunk-DP5UA6QA.js +1 -7
- package/build/js/chunks/chunk-DTO5ICFV.js +2 -8
- package/build/js/chunks/chunk-DVHTYKDX.js +1 -3
- package/build/js/chunks/chunk-E5OIMFVX.js +1 -6
- package/build/js/chunks/chunk-EVWZVERH.js +7 -0
- package/build/js/chunks/chunk-FFSV4P4N.js +1 -3
- package/build/js/chunks/chunk-FJ4SOETD.js +1 -8
- package/build/js/chunks/chunk-FLTJ6FPP.js +1 -5
- package/build/js/chunks/chunk-FMYIZSF5.js +0 -1
- package/build/js/chunks/chunk-FPZJIOQH.js +1 -6
- package/build/js/chunks/chunk-FYHMFCYX.js +1 -0
- package/build/js/chunks/chunk-GBSISAJA.js +0 -1
- package/build/js/chunks/chunk-HEJKMZ7P.js +1 -8
- package/build/js/chunks/chunk-HKMOXHMU.js +2 -0
- package/build/js/chunks/chunk-HNWVLPRV.js +1 -9
- package/build/js/chunks/chunk-HTKUJZG2.js +1 -3
- package/build/js/chunks/chunk-HVFS6EW3.js +1 -0
- package/build/js/chunks/chunk-I2Z7B7LQ.js +1 -0
- package/build/js/chunks/chunk-I53W7VSB.js +1 -0
- package/build/js/chunks/chunk-I54U6QKJ.js +0 -1
- package/build/js/chunks/chunk-I5BAO2RI.js +1 -0
- package/build/js/chunks/chunk-IEE5MKEA.js +1 -5
- package/build/js/chunks/chunk-IMYBB4ZA.js +1 -3
- package/build/js/chunks/chunk-IX5QWIN7.js +1 -0
- package/build/js/chunks/chunk-J4VFWBJ7.js +1 -3
- package/build/js/chunks/chunk-JMSZG6RT.js +35 -0
- package/build/js/chunks/chunk-JMUNN3HX.js +1 -3
- package/build/js/chunks/chunk-JQF6P6X7.js +1 -5
- package/build/js/chunks/chunk-JVLPNIOZ.js +1 -0
- package/build/js/chunks/chunk-K3EIYQPY.js +2 -8
- package/build/js/chunks/chunk-K4MHNZXA.js +2 -7
- package/build/js/chunks/chunk-KALGMDTS.js +88 -0
- package/build/js/chunks/chunk-KBO3YYBN.js +1 -5
- package/build/js/chunks/chunk-KIF3GZQG.js +1 -0
- package/build/js/chunks/chunk-KQ3LRAYO.js +1 -3
- package/build/js/chunks/chunk-L6IZLBEM.js +1 -3
- package/build/js/chunks/chunk-LBAL6OCN.js +1 -3
- package/build/js/chunks/chunk-LFPKKGQH.js +1 -7
- package/build/js/chunks/chunk-LKZBVQXD.js +1 -3
- package/build/js/chunks/chunk-LTNZJEG4.js +1 -0
- package/build/js/chunks/{chunk-5SHGJJGR.js → chunk-LVOUP34G.js} +2 -7
- package/build/js/chunks/chunk-LXROKZUG.js +1 -0
- package/build/js/chunks/chunk-MMZCTESO.js +1 -0
- package/build/js/chunks/chunk-MUX2WWWH.js +1 -5
- package/build/js/chunks/chunk-MVDPXLVX.js +1 -3
- package/build/js/chunks/chunk-NH3EDXZZ.js +1 -3
- package/build/js/chunks/chunk-NSBGJLIO.js +1 -0
- package/build/js/chunks/chunk-NZJF3L72.js +1 -0
- package/build/js/chunks/chunk-OBHOWMW5.js +1 -6
- package/build/js/chunks/chunk-OHSTP7TM.js +1 -3
- package/build/js/chunks/chunk-OLJ65TIJ.js +1 -0
- package/build/js/chunks/chunk-OON6VEAR.js +1 -5
- package/build/js/chunks/chunk-OPL5NVVM.js +1 -5
- package/build/js/chunks/chunk-OTZPCIBD.js +1 -6
- package/build/js/chunks/chunk-OXLBBRZT.js +2 -6
- package/build/js/chunks/chunk-PBZTTRZU.js +1 -0
- package/build/js/chunks/chunk-PE6EDL2S.js +1 -7
- package/build/js/chunks/chunk-POONUNDO.js +1 -3
- package/build/js/chunks/chunk-PTJJ3JDE.js +1 -7
- package/build/js/chunks/chunk-PVBCYBUX.js +0 -1
- package/build/js/chunks/chunk-Q2OOZZ4I.js +1 -0
- package/build/js/chunks/chunk-QCD3RIT4.js +1 -3
- package/build/js/chunks/chunk-QHNNJFNX.js +1 -5
- package/build/js/chunks/chunk-QHU6JX44.js +1 -0
- package/build/js/chunks/chunk-QKP2VQEV.js +1 -3
- package/build/js/chunks/chunk-QPNMXE7H.js +2 -7
- package/build/js/chunks/chunk-QT54I6KA.js +1 -3
- package/build/js/chunks/chunk-R2D7ULOM.js +1 -6
- package/build/js/chunks/chunk-RF4AILJN.js +7 -0
- package/build/js/chunks/chunk-SB5G5YNC.js +1 -0
- package/build/js/chunks/chunk-SJ4RDJQU.js +1 -6
- package/build/js/chunks/chunk-SZUPDKV5.js +1 -3
- package/build/js/chunks/chunk-T2Y2C76P.js +1 -3
- package/build/js/chunks/chunk-TBCQMBEE.js +1 -6
- package/build/js/chunks/chunk-TBXQSBKX.js +1 -7
- package/build/js/chunks/chunk-TFSU5H7U.js +1 -0
- package/build/js/chunks/chunk-TXVV2KVE.js +0 -1
- package/build/js/chunks/chunk-UGTWA6DG.js +1 -0
- package/build/js/chunks/chunk-UJZAOQOG.js +1 -0
- package/build/js/chunks/chunk-VI6FIL4E.js +2 -7
- package/build/js/chunks/chunk-VM2RIQAZ.js +1 -0
- package/build/js/chunks/chunk-VTHL2LZD.js +1 -7
- package/build/js/chunks/chunk-W3YHPFLY.js +1 -6
- package/build/js/chunks/chunk-W7TZ36EI.js +1 -5
- package/build/js/chunks/chunk-WBSINSMA.js +2 -7
- package/build/js/chunks/{chunk-NL3O64AI.js → chunk-WMQZ4VZI.js} +2 -17
- package/build/js/chunks/chunk-WMUD7V77.js +1 -3
- package/build/js/chunks/chunk-WPSMXGDG.js +1 -5
- package/build/js/chunks/chunk-WTBGDD52.js +2 -8
- package/build/js/chunks/chunk-WVIC3JWX.js +1 -0
- package/build/js/chunks/chunk-X2KFZW3W.js +1 -7
- package/build/js/chunks/chunk-X2U6LCRU.js +2 -7
- package/build/js/chunks/chunk-XCZGCZ5K.js +1 -8
- package/build/js/chunks/chunk-XKDM23B5.js +1 -0
- package/build/js/chunks/chunk-XM2UJIDT.js +1 -6
- package/build/js/chunks/chunk-XOWQUEM6.js +1 -0
- package/build/js/chunks/chunk-XU3IX353.js +1 -0
- package/build/js/chunks/chunk-XZ6KKXSA.js +9 -0
- package/build/js/chunks/chunk-Y5ZY6264.js +1 -3
- package/build/js/chunks/chunk-Y6DC25EF.js +1 -3
- package/build/js/chunks/chunk-YBD5JYCX.js +1 -3
- package/build/js/chunks/chunk-YIVYRRUT.js +2 -0
- package/build/js/chunks/{chunk-N3JFR2ZF.js → chunk-YVLXLEDF.js} +2 -14
- package/build/js/chunks/chunk-ZDBP2TPZ.js +2 -9
- package/build/js/chunks/chunk-ZQWOOW3Y.js +1 -0
- package/build/js/chunks/chunk-ZZQDT5ZB.js +1 -6
- package/build/js/find/BarcodeFind.js +1 -1
- package/build/js/find/BarcodeFindBasicOverlay.js +1 -1
- package/build/js/find/BarcodeFindFeedback.d.ts +2 -2
- package/build/js/find/BarcodeFindFeedback.js +1 -1
- package/build/js/find/BarcodeFindItem.js +1 -1
- package/build/js/find/BarcodeFindPresenter.js +1 -1
- package/build/js/find/BarcodeFindSession.js +1 -1
- package/build/js/find/BarcodeFindSettings.js +1 -1
- package/build/js/find/BarcodeFindTransformer.js +0 -1
- package/build/js/find/BarcodeFindView.js +1 -1
- package/build/js/find/BarcodeFindViewSettings.js +1 -1
- package/build/js/find/BarcodeFindViewUiListener.js +0 -1
- package/build/js/find/index.js +1 -5
- package/build/js/find/ui/atoms/Card.js +1 -1
- package/build/js/find/ui/atoms/CardList.js +1 -1
- package/build/js/find/ui/atoms/CardListButton.js +1 -1
- package/build/js/find/ui/atoms/ChevronArrowDown.d.ts +15 -0
- package/build/js/find/ui/atoms/ChevronArrowDown.js +1 -0
- package/build/js/find/ui/atoms/Dot.js +1 -1
- package/build/js/find/ui/atoms/ExitSvgIcon.js +1 -1
- package/build/js/find/ui/atoms/ItemFoundSvgIcon.js +1 -1
- package/build/js/find/ui/atoms/TorchOffSvgIcon.js +1 -1
- package/build/js/find/ui/atoms/TorchOnSvgIcon.js +1 -1
- package/build/js/find/ui/molecules/CardListContainer.js +1 -1
- package/build/js/find/ui/molecules/ProgressBarWithLabel.js +1 -1
- package/build/js/find/ui/molecules/TorchIconButton.js +1 -1
- package/build/js/find/ui/organisms/FindLayout.d.ts +1 -1
- package/build/js/find/ui/organisms/FindLayout.js +1 -1
- package/build/js/global.d.js +0 -1
- package/build/js/index.d.ts +25 -0
- package/build/js/index.js +1 -38
- package/build/js/moduleLoader.js +1 -1
- package/build/js/private/isDataCaptureView.d.ts +5 -0
- package/build/js/private/isDataCaptureView.js +1 -0
- package/build/js/private/sandbox.js +1 -1
- package/build/js/private/symbols.js +1 -1
- package/build/js/private/utils/trackedBarcodeViewUtils.js +1 -1
- package/build/js/private/warnMultithreadingUnavailable.d.ts +3 -0
- package/build/js/private/warnMultithreadingUnavailable.js +1 -0
- package/build/js/spark/SparkScan.js +1 -1
- package/build/js/spark/SparkScanAnalyticsManager.js +1 -1
- package/build/js/spark/SparkScanBarcodeFeedback.js +1 -1
- package/build/js/spark/SparkScanFeedbackDelegate.js +0 -1
- package/build/js/spark/SparkScanOverlay.js +1 -1
- package/build/js/spark/SparkScanOverlayStyle.js +1 -1
- package/build/js/spark/SparkScanPreviewBehavior.js +1 -1
- package/build/js/spark/SparkScanScanningBehavior.js +1 -1
- package/build/js/spark/SparkScanScanningMode.js +1 -1
- package/build/js/spark/SparkScanSession.js +1 -1
- package/build/js/spark/SparkScanSettings.js +1 -1
- package/build/js/spark/SparkScanTargetAimerViewfinder.js +1 -1
- package/build/js/spark/assets/sounds.js +1 -1
- package/build/js/spark/index.js +1 -12
- package/build/js/spark/sounds.js +1 -1
- package/build/js/spark/ui/SparkScanMiniPreviewSize.js +1 -1
- package/build/js/spark/ui/SparkScanToastSettings.js +1 -1
- package/build/js/spark/ui/SparkScanView.js +1 -1
- package/build/js/spark/ui/SparkScanViewFeedbackManager.js +1 -1
- package/build/js/spark/ui/SparkScanViewHandMode.js +1 -1
- package/build/js/spark/ui/SparkScanViewIcon.js +1 -1
- package/build/js/spark/ui/SparkScanViewMiniPreview.js +1 -1
- package/build/js/spark/ui/SparkScanViewPreferenceManager.js +1 -1
- package/build/js/spark/ui/SparkScanViewPresenter.js +1 -1
- package/build/js/spark/ui/SparkScanViewSettings.js +1 -1
- package/build/js/spark/ui/SparkScanViewState.js +1 -1
- package/build/js/spark/ui/SparkScanViewStateManager.js +1 -1
- package/build/js/spark/ui/SparkScanViewToast.js +1 -1
- package/build/js/spark/ui/SparkScanViewToolbar.js +1 -1
- package/build/js/spark/ui/SparkScanViewTriggerButton.js +1 -1
- package/build/js/spark/ui/SparkScanViewUiListener.js +0 -1
- package/build/js/spark/ui/SparkScanViewVisualFeedback.js +1 -1
- package/build/js/spark/ui/constants/attributes.js +1 -1
- package/build/js/spark/ui/constants/colors.js +1 -1
- package/build/js/spark/ui/constants/constants.js +1 -1
- package/build/js/spark/ui/constants/cssVariables.js +1 -1
- package/build/js/spark/ui/constants/events.js +1 -1
- package/build/js/spark/ui/constants/tags.js +1 -1
- package/build/js/spark/ui/controllers/DragController.js +1 -1
- package/build/js/spark/ui/controllers/LongPressController.js +1 -1
- package/build/js/spark/ui/index.js +1 -15
- package/build/js/spark/ui/utils/didDrag.js +1 -1
- package/build/js/spark/ui/utils/html.js +1 -1
- package/build/js/translations.js +1 -1
- package/build/js/worker/BarcodeBatchMode.d.ts +9 -7
- package/build/js/worker/BarcodeBatchMode.js +1 -1
- package/build/js/worker/BarcodeCaptureMode.d.ts +9 -7
- package/build/js/worker/BarcodeCaptureMode.js +1 -1
- package/build/js/worker/BarcodeCaptureWorkerManager.d.ts +9 -6
- package/build/js/worker/BarcodeCaptureWorkerManager.js +1 -1
- package/build/js/worker/BarcodeCheckMode.d.ts +50 -0
- package/build/js/worker/BarcodeCheckMode.js +1 -0
- package/build/js/worker/BarcodeFindMode.d.ts +7 -5
- package/build/js/worker/BarcodeFindMode.js +1 -1
- package/build/js/worker/PropertyBehaviorSubject.js +1 -1
- package/build/js/worker/PropertyPushSource.js +1 -1
- package/build/js/worker/SparkScanMode.d.ts +9 -7
- package/build/js/worker/SparkScanMode.js +1 -1
- package/build/js/worker/WorkerMain.d.ts +9 -7
- package/build/js/worker/WorkerMain.js +1 -1
- package/build/js/worker/dataCapture.inlineWorker.js +1 -5
- package/build/js/worker/dataCaptureEngine.d.ts +9 -7
- package/build/js/worker/dataCaptureEngine.js +1 -1
- package/build/js/worker/dataCaptureWorkerRelated.d.ts +61 -8
- package/build/js/worker/dataCaptureWorkerRelated.js +0 -1
- package/build/js/worker/index.d.ts +8 -6
- package/build/js/worker/index.js +0 -1
- package/build/js/worker/inlineWorker.d.js +0 -1
- package/package.json +3 -3
- package/sdc-lib/resources/models/barcode_classification_default_model.0e0f78dcf2b31abc9b4fc5c1b7c5cb342a7d5e63.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_default_model.47d1f96d10ccb378344a3009cded24a85c22a5f9.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_dpm_default_model.866e3546778825d3a9bc1f2070c892de9c525092.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_french_post_default_model.8843b5d5d2eb71ebeab43204fbb9574c76f94fe7.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_generic_postal_code_default_model.48b44ea31495024d80a11e1ca3ecde3d958eaf2d.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_oned_default_model.5f2c85a7773b298068deecb49059c7a477c280c4.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_twod_default_model.795c17cef2bf529a00a9e0d235c1b8ddfca66cf5.model +0 -0
- package/sdc-lib/resources/models/barcode_localization_upu_enhanced_orange.da67055d9aa866fe157514a4d55c2c504ec68306.model +0 -0
- package/sdc-lib/resources/models/eu_dl_localization_model.e440ae4acaf7c7a2f42814ddc46c0920423eb372.model +0 -0
- package/sdc-lib/resources/models/id_ocr_model.f42a207632c0e54aed010bff4b40df1264e3f304.model +0 -0
- package/sdc-lib/resources/models/invalidated_id_classification_default.a055873831c99a035fa94bbf7a8568b1e8e004e5.model +0 -0
- package/sdc-lib/resources/models/mrz_line_localization_model.4573c5a05b53d7f5cfac0f0fda2ead609011df50.model +0 -0
- package/sdc-lib/resources/models/mrz_localization_model.c6b469e57923be136dfd2b6d3fef354eadda3e04.model +0 -0
- package/sdc-lib/resources/models/ocr_mrz_default_model.050ddaa9b8339897a9c7bc8b7dea02f2c6f11856.model +0 -0
- package/sdc-lib/resources/models/uk_dl_code_localization_model.e440ae4acaf7c7a2f42814ddc46c0920423eb372.model +0 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode-pthreads.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-barcode-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode-simd-pthreads.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-barcode-simd-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode-simd.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-barcode-simd.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-barcode.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-barcode.wasm +0 -0
- package/build/js/chunks/chunk-42SQROQE.js +0 -7
- package/build/js/chunks/chunk-4PQP5QDI.js +0 -10
- package/build/js/chunks/chunk-4X2GOEAB.js +0 -7
- package/build/js/chunks/chunk-5AWKCU7L.js +0 -15
- package/build/js/chunks/chunk-AW7K3C63.js +0 -6
- package/build/js/chunks/chunk-BUIGWUX6.js +0 -9
- package/build/js/chunks/chunk-FCUTPMMU.js +0 -8
- package/build/js/chunks/chunk-IILNTCMF.js +0 -7
- package/build/js/chunks/chunk-INRFTFPK.js +0 -5
- package/build/js/chunks/chunk-JMWBOJQR.js +0 -5
- package/build/js/chunks/chunk-PKJMDLL6.js +0 -5
- package/build/js/chunks/chunk-QWIP2YZ5.js +0 -17
- package/build/js/chunks/chunk-TCDYVA53.js +0 -3
- package/build/js/chunks/chunk-TIOJPREQ.js +0 -27
- package/build/js/chunks/chunk-WT6UDBQ2.js +0 -8
- package/build/js/chunks/chunk-YQVJWYOP.js +0 -3
- package/build/js/chunks/chunk-ZEFZKKYO.js +0 -111
- package/build/js/chunks/chunk-ZLYZOIU3.js +0 -3
- package/build/js/find/ui/atoms/ArrowDownSvgIcon.d.ts +0 -15
- package/build/js/find/ui/atoms/ArrowDownSvgIcon.js +0 -1
- 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.worker.js +0 -1
- package/sdc-lib/scandit-datacapture-sdk-barcode-simd-pthreads.worker.js +0 -1
- /package/{THIRD-PARTY.txt → THIRD_PARTY.txt} +0 -0
package/build/js/Barcode.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{e as Barcode,c as Checksum,d as CompositeFlag,b as CompositeType,a as Symbology}from'./chunks/chunk-PE6EDL2S.js';
|
package/build/js/BarcodeBatch.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeBatch}from'./chunks/chunk-2XQDCOOR.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeBatchAdvancedOverlay}from'./chunks/chunk-HNWVLPRV.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as BarcodeBatchBasicOverlay,a as BarcodeBatchBasicOverlayStyle}from'./chunks/chunk-LFPKKGQH.js';
|
|
@@ -2,6 +2,7 @@ import { CaptureModeDeserializerInstance, JSONParseable, WasmFrameData } from '@
|
|
|
2
2
|
import { WorkerFunctions as WorkerFunctions$1, ModuleHandler, Vector } from '@scandit/web-datacapture-core/build/js/worker/index';
|
|
3
3
|
import { DataCaptureEngine as DataCaptureEngine$1 } from '@scandit/web-datacapture-core/build/js/worker/index.js';
|
|
4
4
|
import { Module, DataCaptureCallbackMessage, BarcodeCaptureModule } from './worker/dataCaptureWorkerRelated.js';
|
|
5
|
+
import { BarcodeCheckSettingsJSON } from './check/BarcodeCheckSettings.js';
|
|
5
6
|
import { BarcodeFindBasicOverlayJSON } from './find/BarcodeFindBasicOverlay.js';
|
|
6
7
|
import { BarcodeFindItemJSON } from './find/BarcodeFindItem.js';
|
|
7
8
|
import { BarcodeFindSettingsJSON } from './find/BarcodeFindSettings.js';
|
|
@@ -24,6 +25,21 @@ declare class BarcodeCaptureMode {
|
|
|
24
25
|
protected barcodeCaptureDidScan(session: JSONParseable, frameData: WasmFrameData): void;
|
|
25
26
|
}
|
|
26
27
|
|
|
28
|
+
declare class BarcodeCheckMode {
|
|
29
|
+
private readonly Module;
|
|
30
|
+
private readonly coreEngine;
|
|
31
|
+
private readonly workerFunctions;
|
|
32
|
+
private barcodeCheck;
|
|
33
|
+
constructor(coreEngine: DataCaptureEngine, Module: Module, workerFunctions: WorkerFunctions);
|
|
34
|
+
forSettings(settings: BarcodeCheckSettingsJSON): Promise<void>;
|
|
35
|
+
start(): void;
|
|
36
|
+
pause(): void;
|
|
37
|
+
stop(): void;
|
|
38
|
+
setEnabled(enabled: boolean): void;
|
|
39
|
+
removeMode(): Promise<void>;
|
|
40
|
+
applySettings(checkSettingsJSON: BarcodeCheckSettingsJSON): void;
|
|
41
|
+
}
|
|
42
|
+
|
|
27
43
|
declare class BarcodeFindMode {
|
|
28
44
|
private readonly Module;
|
|
29
45
|
private readonly coreEngine;
|
|
@@ -86,6 +102,7 @@ interface BarcodeCommand {
|
|
|
86
102
|
declare class DataCaptureEngine extends DataCaptureEngine$1<BarcodeCaptureModule> {
|
|
87
103
|
barcodeFindMode: BarcodeFindMode;
|
|
88
104
|
sparkScanMode: SparkScanMode;
|
|
105
|
+
barcodeCheckMode: BarcodeCheckMode;
|
|
89
106
|
protected barcodeCaptureMode: BarcodeCaptureMode;
|
|
90
107
|
protected barcodeBatchMode: BarcodeBatchMode;
|
|
91
108
|
protected workerFunctions: WorkerFunctions;
|
|
@@ -112,4 +129,4 @@ declare class BarcodeBatchMode {
|
|
|
112
129
|
protected onTrackedBarcodeTapped(trackedBarcode: JSONParseable): void;
|
|
113
130
|
}
|
|
114
131
|
|
|
115
|
-
export { BarcodeCaptureMode as B, DataCaptureEngine as D, SparkScanMode as S, type WorkerFunctions as W,
|
|
132
|
+
export { BarcodeCaptureMode as B, DataCaptureEngine as D, SparkScanMode as S, type WorkerFunctions as W, BarcodeCheckMode as a, BarcodeFindMode as b, type BarcodeCommand as c, BarcodeBatchMode as d };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeBatchSession}from'./chunks/chunk-FLTJ6FPP.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeBatchSettings}from'./chunks/chunk-OON6VEAR.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeCapture}from'./chunks/chunk-HEJKMZ7P.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeCaptureFeedback}from'./chunks/chunk-WPSMXGDG.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as BarcodeCaptureOverlay,a as BarcodeCaptureOverlayStyle}from'./chunks/chunk-XM2UJIDT.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeCaptureSession}from'./chunks/chunk-FPZJIOQH.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeCaptureSettings}from'./chunks/chunk-OBHOWMW5.js';
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { FrameData, DataCaptureMode, CameraSettings, DataCaptureContext, DataCaptureModeJSON } from '@scandit/web-datacapture-core';
|
|
2
|
+
import EventManager from '@scandit/web-datacapture-core/build/js/private/EventManager.js';
|
|
3
|
+
import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
4
|
+
import { BarcodeCheckSettings, BarcodeCheckSettingsJSON } from './check/BarcodeCheckSettings.js';
|
|
5
|
+
import { BarcodeCheckFeedback } from './check/BarcodeCheckFeedback.js';
|
|
6
|
+
import { BarcodeCheckSession } from './check/BarcodeCheckSession.js';
|
|
7
|
+
|
|
8
|
+
interface BarcodeCheckListener {
|
|
9
|
+
didUpdateSession?(barcodeCheck: BarcodeCheck, session: BarcodeCheckSession, frameData: FrameData): void;
|
|
10
|
+
}
|
|
11
|
+
type PrivateBarcodeCheckListener = BarcodeCheckListener;
|
|
12
|
+
|
|
13
|
+
type BarcodeCheckJSON = DataCaptureModeJSON<BarcodeCheckSettingsJSON>;
|
|
14
|
+
declare class BarcodeCheck extends EventManager<BarcodeCheckListener> implements DataCaptureMode, Serializable<BarcodeCheckJSON> {
|
|
15
|
+
feedback: BarcodeCheckFeedback;
|
|
16
|
+
private skipSerialization;
|
|
17
|
+
private readonly type;
|
|
18
|
+
private _isEnabled;
|
|
19
|
+
private settings;
|
|
20
|
+
private _context;
|
|
21
|
+
private readonly privateListeners;
|
|
22
|
+
private readonly workerMessageListener;
|
|
23
|
+
static get recommendedCameraSettings(): CameraSettings;
|
|
24
|
+
get context(): DataCaptureContext | null;
|
|
25
|
+
private set context(value);
|
|
26
|
+
private get allListeners();
|
|
27
|
+
static forContext(context: DataCaptureContext | null, settings: BarcodeCheckSettings): Promise<BarcodeCheck>;
|
|
28
|
+
isEnabled(): boolean;
|
|
29
|
+
setFeedback(feedback: BarcodeCheckFeedback): Promise<void>;
|
|
30
|
+
setEnabled(enabled: boolean): Promise<void>;
|
|
31
|
+
applySettings(settings: BarcodeCheckSettings): Promise<void>;
|
|
32
|
+
start(): Promise<void>;
|
|
33
|
+
stop(): Promise<void>;
|
|
34
|
+
pause(): Promise<void>;
|
|
35
|
+
toJSONObject(): BarcodeCheckJSON;
|
|
36
|
+
private attachedToContext;
|
|
37
|
+
private detachedFromContext;
|
|
38
|
+
private workerCommand;
|
|
39
|
+
private addPrivateListener;
|
|
40
|
+
private removePrivateListener;
|
|
41
|
+
private onWorkerMessage;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export { BarcodeCheck as B, type PrivateBarcodeCheckListener as P, type BarcodeCheckListener as a };
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { Color } from '@scandit/web-datacapture-core';
|
|
2
|
+
import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
|
|
3
|
+
import { BarcodeCheckInfoAnnotationBodyComponent } from './check/ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.js';
|
|
4
|
+
import { BarcodeCheckInfoAnnotationFooter } from './check/ui/atoms/BarcodeCheckInfoAnnotationFooter.js';
|
|
5
|
+
import { BarcodeCheckInfoAnnotationHeader } from './check/ui/atoms/BarcodeCheckInfoAnnotationHeader.js';
|
|
6
|
+
|
|
7
|
+
declare enum BarcodeCheckInfoAnnotationAnchor {
|
|
8
|
+
Top = "top-center",
|
|
9
|
+
Bottom = "bottom-center",
|
|
10
|
+
Left = "left-center",
|
|
11
|
+
Right = "right-center"
|
|
12
|
+
}
|
|
13
|
+
declare enum BarcodeCheckInfoAnnotationWidthPreset {
|
|
14
|
+
Small = "small",
|
|
15
|
+
Medium = "medium",
|
|
16
|
+
Large = "large"
|
|
17
|
+
}
|
|
18
|
+
declare enum BarcodeCheckInfoAnnotationEvent {
|
|
19
|
+
InfoAnnotationTap = "infoAnnotationTap"
|
|
20
|
+
}
|
|
21
|
+
interface BarcodeCheckInfoAnnotationListener {
|
|
22
|
+
onInfoAnnotationHeaderTapped?: (annotation: BarcodeCheckInfoAnnotation) => void;
|
|
23
|
+
onInfoAnnotationFooterTapped?: (annotation: BarcodeCheckInfoAnnotation) => void;
|
|
24
|
+
onInfoAnnotationLeftIconTapped?: (annotation: BarcodeCheckInfoAnnotation, element: BarcodeCheckInfoAnnotationBodyComponent, elementIndex: number) => void;
|
|
25
|
+
onInfoAnnotationRightIconTapped?: (annotation: BarcodeCheckInfoAnnotation, element: BarcodeCheckInfoAnnotationBodyComponent, elementIndex: number) => void;
|
|
26
|
+
onInfoAnnotationTapped?: (annotation: BarcodeCheckInfoAnnotation) => void;
|
|
27
|
+
}
|
|
28
|
+
declare class BarcodeCheckInfoAnnotation extends ScanditHTMLElement implements BarcodeCheckAnnotation {
|
|
29
|
+
static tag: "scandit-barcode-info-annotation";
|
|
30
|
+
isEntireAnnotationTappable: boolean;
|
|
31
|
+
annotationTrigger: BarcodeCheckAnnotationTrigger;
|
|
32
|
+
listener: BarcodeCheckInfoAnnotationListener | null;
|
|
33
|
+
private onPointerUpListener;
|
|
34
|
+
private onSlotChangeListener;
|
|
35
|
+
private containerElement;
|
|
36
|
+
private highlightableElementListenerMap;
|
|
37
|
+
constructor();
|
|
38
|
+
set anchor(annotationAnchor: BarcodeCheckInfoAnnotationAnchor);
|
|
39
|
+
get anchor(): BarcodeCheckInfoAnnotationAnchor;
|
|
40
|
+
set widthPreset(variant: BarcodeCheckInfoAnnotationWidthPreset);
|
|
41
|
+
get widthPreset(): BarcodeCheckInfoAnnotationWidthPreset;
|
|
42
|
+
get backgroundColor(): Color;
|
|
43
|
+
set backgroundColor(value: Color);
|
|
44
|
+
set body(body: BarcodeCheckInfoAnnotationBodyComponent[]);
|
|
45
|
+
get body(): BarcodeCheckInfoAnnotationBodyComponent[];
|
|
46
|
+
set header(header: BarcodeCheckInfoAnnotationHeader | null);
|
|
47
|
+
get header(): BarcodeCheckInfoAnnotationHeader | null;
|
|
48
|
+
set footer(footer: BarcodeCheckInfoAnnotationFooter | null);
|
|
49
|
+
get footer(): BarcodeCheckInfoAnnotationFooter | null;
|
|
50
|
+
set hasTip(value: boolean);
|
|
51
|
+
get hasTip(): boolean;
|
|
52
|
+
static create(): BarcodeCheckInfoAnnotation;
|
|
53
|
+
protected static register(): void;
|
|
54
|
+
private static createStyleElement;
|
|
55
|
+
onSlotChange(): void;
|
|
56
|
+
connectedCallback(): void;
|
|
57
|
+
disconnectedCallback(): void;
|
|
58
|
+
private updateArrowColor;
|
|
59
|
+
private makeHighlightable;
|
|
60
|
+
private onPointerUp;
|
|
61
|
+
}
|
|
62
|
+
declare global {
|
|
63
|
+
interface HTMLElementTagNameMap {
|
|
64
|
+
[BarcodeCheckInfoAnnotation.tag]: BarcodeCheckInfoAnnotation;
|
|
65
|
+
}
|
|
66
|
+
interface HTMLElementEventMap {
|
|
67
|
+
[BarcodeCheckInfoAnnotationEvent.InfoAnnotationTap]: CustomEvent;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
declare enum BarcodeCheckAnnotationTrigger {
|
|
72
|
+
HighlightTap = "highlightTap",
|
|
73
|
+
HighlightTapAndBarcodeScan = "highlightAndBarcodeScan"
|
|
74
|
+
}
|
|
75
|
+
interface BarcodeCheckAnnotation extends HTMLElement {
|
|
76
|
+
annotationTrigger: BarcodeCheckAnnotationTrigger;
|
|
77
|
+
}
|
|
78
|
+
interface PrivateBarcodeCheckAnnotation extends BarcodeCheckAnnotation {
|
|
79
|
+
anchor?: BarcodeCheckInfoAnnotationAnchor;
|
|
80
|
+
direction?: "horizontal" | "vertical";
|
|
81
|
+
dataset: {
|
|
82
|
+
identifier: `${string}-annotation`;
|
|
83
|
+
id: string;
|
|
84
|
+
couldBeDeleted: "true" | "false";
|
|
85
|
+
onForeground: "true" | "false";
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export { BarcodeCheckInfoAnnotation as B, type PrivateBarcodeCheckAnnotation as P, BarcodeCheckInfoAnnotationAnchor as a, type BarcodeCheckAnnotation as b, BarcodeCheckAnnotationTrigger as c, BarcodeCheckInfoAnnotationWidthPreset as d, BarcodeCheckInfoAnnotationEvent as e, type BarcodeCheckInfoAnnotationListener as f };
|
package/build/js/Defaults.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as defaultValues,a as defaultsFromJSON,c as setDefaults}from'./chunks/chunk-XCZGCZ5K.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as EncodingRange}from'./chunks/chunk-J4VFWBJ7.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as LocalizedOnlyBarcode}from'./chunks/chunk-MUX2WWWH.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as PrivateBarcodeBatchAdvancedOverlayListener}from'./chunks/chunk-C52THG7K.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as PrivateBarcodeBatchBasicOverlayListener}from'./chunks/chunk-W3YHPFLY.js';
|
package/build/js/Range.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as Range}from'./chunks/chunk-7SWSAHI5.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as ScanIntention}from'./chunks/chunk-NH3EDXZZ.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as StructuredAppendData}from'./chunks/chunk-IEE5MKEA.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SymbologyDescription}from'./chunks/chunk-KBO3YYBN.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SymbologySettings}from'./chunks/chunk-LBAL6OCN.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as TrackedBarcode}from'./chunks/chunk-TBCQMBEE.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as TrackedBarcodeView}from'./chunks/chunk-WTBGDD52.js';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import '@scandit/web-datacapture-core';
|
|
2
|
+
import '@scandit/web-datacapture-core/build/js/private/EventManager.js';
|
|
3
|
+
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
4
|
+
import './BarcodeCheckSettings.js';
|
|
5
|
+
import './BarcodeCheckFeedback.js';
|
|
6
|
+
export { B as BarcodeCheck } from '../BarcodeCheck-BrFc2D5i.js';
|
|
7
|
+
import '../Barcode.js';
|
|
8
|
+
import '../EncodingRange.js';
|
|
9
|
+
import '../StructuredAppendData.js';
|
|
10
|
+
import '../SymbologySettings.js';
|
|
11
|
+
import './BarcodeCheckSession.js';
|
|
12
|
+
import '../TrackedBarcode.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as BarcodeCheck}from'../chunks/chunk-XU3IX353.js';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { b as BarcodeCheckAnnotation, c as BarcodeCheckAnnotationTrigger, P as PrivateBarcodeCheckAnnotation } from '../BarcodeCheckAnnotation-5RXTfIhp.js';
|
|
2
|
+
import '@scandit/web-datacapture-core';
|
|
3
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
|
|
4
|
+
import './ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.js';
|
|
5
|
+
import './ui/atoms/ScanditIcon.js';
|
|
6
|
+
import './ui/atoms/BarcodeCheckInfoAnnotationFooter.js';
|
|
7
|
+
import './ui/atoms/BarcodeCheckInfoAnnotationHeaderFooter.js';
|
|
8
|
+
import './ui/atoms/BarcodeCheckInfoAnnotationHeader.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as BarcodeCheckAnnotationTrigger}from'../chunks/chunk-XOWQUEM6.js';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { b as BarcodeCheckAnnotation } from '../BarcodeCheckAnnotation-5RXTfIhp.js';
|
|
2
|
+
import { Barcode } from '../Barcode.js';
|
|
3
|
+
import '@scandit/web-datacapture-core';
|
|
4
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
|
|
5
|
+
import './ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.js';
|
|
6
|
+
import './ui/atoms/ScanditIcon.js';
|
|
7
|
+
import './ui/atoms/BarcodeCheckInfoAnnotationFooter.js';
|
|
8
|
+
import './ui/atoms/BarcodeCheckInfoAnnotationHeaderFooter.js';
|
|
9
|
+
import './ui/atoms/BarcodeCheckInfoAnnotationHeader.js';
|
|
10
|
+
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
11
|
+
import '../EncodingRange.js';
|
|
12
|
+
import '../StructuredAppendData.js';
|
|
13
|
+
|
|
14
|
+
interface BarcodeCheckAnnotationProvider {
|
|
15
|
+
annotationForBarcode(barcode: Barcode, callback: (highlight: BarcodeCheckAnnotation) => void): Promise<void> | void;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export type { BarcodeCheckAnnotationProvider };
|
|
File without changes
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Brush } from '@scandit/web-datacapture-core';
|
|
2
|
+
import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
|
|
3
|
+
import { Barcode } from '../Barcode.js';
|
|
4
|
+
import { BarcodeCheckHighlight } from './BarcodeCheckHighlight.js';
|
|
5
|
+
import { ScanditIcon } from './ui/atoms/ScanditIcon.js';
|
|
6
|
+
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
7
|
+
import '../EncodingRange.js';
|
|
8
|
+
import '../StructuredAppendData.js';
|
|
9
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement';
|
|
10
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
|
|
11
|
+
|
|
12
|
+
declare enum BarcodeCheckCircleHighlightPreset {
|
|
13
|
+
Dot = "dot",
|
|
14
|
+
Icon = "icon"
|
|
15
|
+
}
|
|
16
|
+
declare class BarcodeCheckCircleHighlight extends ScanditHTMLElement implements BarcodeCheckHighlight {
|
|
17
|
+
static tag: "scandit-check-circle-highlight";
|
|
18
|
+
icon: ScanditIcon | null;
|
|
19
|
+
_brush: Brush;
|
|
20
|
+
barcode: Barcode;
|
|
21
|
+
private type;
|
|
22
|
+
private preset;
|
|
23
|
+
private dot;
|
|
24
|
+
private brushBuilder;
|
|
25
|
+
private _size;
|
|
26
|
+
constructor();
|
|
27
|
+
set brush(brush: Brush);
|
|
28
|
+
get brush(): Brush;
|
|
29
|
+
set size(size: number);
|
|
30
|
+
get size(): number;
|
|
31
|
+
static create(barcode: Barcode, preset: BarcodeCheckCircleHighlightPreset): BarcodeCheckCircleHighlight;
|
|
32
|
+
static register(): void;
|
|
33
|
+
private static createStyleElement;
|
|
34
|
+
connectedCallback(): Promise<void>;
|
|
35
|
+
private updateSize;
|
|
36
|
+
private updateBrush;
|
|
37
|
+
}
|
|
38
|
+
declare global {
|
|
39
|
+
interface HTMLElementTagNameMap {
|
|
40
|
+
[BarcodeCheckCircleHighlight.tag]: BarcodeCheckCircleHighlight;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export { BarcodeCheckCircleHighlight, BarcodeCheckCircleHighlightPreset };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{b as BarcodeCheckCircleHighlight,a as BarcodeCheckCircleHighlightPreset}from'../chunks/chunk-TFSU5H7U.js';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Feedback } from '@scandit/web-datacapture-core';
|
|
2
|
+
|
|
3
|
+
declare class BarcodeCheckFeedback {
|
|
4
|
+
scanned: Feedback;
|
|
5
|
+
tapped: Feedback;
|
|
6
|
+
private constructor();
|
|
7
|
+
static createDefaultBarcodeCheckFeedback(): Promise<BarcodeCheckFeedback>;
|
|
8
|
+
static createWithOptions(soundEnabled: boolean, hapticsEnabled: boolean): Promise<BarcodeCheckFeedback>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { BarcodeCheckFeedback };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as BarcodeCheckFeedback}from'../chunks/chunk-BPIXM73K.js';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Brush } from '@scandit/web-datacapture-core';
|
|
2
|
+
import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement';
|
|
3
|
+
import { Barcode } from '../Barcode.js';
|
|
4
|
+
import { ScanditIcon } from './ui/atoms/ScanditIcon.js';
|
|
5
|
+
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
6
|
+
import '../EncodingRange.js';
|
|
7
|
+
import '../StructuredAppendData.js';
|
|
8
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
|
|
9
|
+
|
|
10
|
+
interface BarcodeCheckHighlight {
|
|
11
|
+
barcode: Barcode;
|
|
12
|
+
brush: Brush;
|
|
13
|
+
icon: ScanditIcon | null;
|
|
14
|
+
}
|
|
15
|
+
interface PrivateBarcodeCheckHighlight extends BarcodeCheckHighlight, ScanditHTMLElement {
|
|
16
|
+
type: "rectangle" | "circle";
|
|
17
|
+
width?: number;
|
|
18
|
+
height?: number;
|
|
19
|
+
dataset: {
|
|
20
|
+
identifier: `${string}-highlight`;
|
|
21
|
+
id: string;
|
|
22
|
+
couldBeDeleted: "true" | "false";
|
|
23
|
+
onForeground: "true" | "false";
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export type { BarcodeCheckHighlight, PrivateBarcodeCheckHighlight };
|
|
File without changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { BarcodeCheckHighlight } from './BarcodeCheckHighlight.js';
|
|
2
|
+
import { Barcode } from '../Barcode.js';
|
|
3
|
+
import '@scandit/web-datacapture-core';
|
|
4
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement';
|
|
5
|
+
import './ui/atoms/ScanditIcon.js';
|
|
6
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
|
|
7
|
+
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
8
|
+
import '../EncodingRange.js';
|
|
9
|
+
import '../StructuredAppendData.js';
|
|
10
|
+
|
|
11
|
+
interface BarcodeCheckHighlightProvider {
|
|
12
|
+
highlightForBarcode(barcode: Barcode, callback: (highlight: BarcodeCheckHighlight) => void): Promise<void> | void;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export type { BarcodeCheckHighlightProvider };
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import '@scandit/web-datacapture-core';
|
|
2
|
+
export { a as BarcodeCheckListener, P as PrivateBarcodeCheckListener } from '../BarcodeCheck-BrFc2D5i.js';
|
|
3
|
+
import './BarcodeCheckSession.js';
|
|
4
|
+
import '@scandit/web-datacapture-core/build/js/private/EventManager.js';
|
|
5
|
+
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
6
|
+
import './BarcodeCheckSettings.js';
|
|
7
|
+
import '../Barcode.js';
|
|
8
|
+
import '../EncodingRange.js';
|
|
9
|
+
import '../StructuredAppendData.js';
|
|
10
|
+
import '../SymbologySettings.js';
|
|
11
|
+
import './BarcodeCheckFeedback.js';
|
|
12
|
+
import '../TrackedBarcode.js';
|
|
File without changes
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { DataCaptureContext, CameraSettings, Camera } from '@scandit/web-datacapture-core';
|
|
2
|
+
import { a as BarcodeCheckListener, B as BarcodeCheck } from '../BarcodeCheck-BrFc2D5i.js';
|
|
3
|
+
import { BarcodeCheckSession } from './BarcodeCheckSession.js';
|
|
4
|
+
import { BarcodeCheckView } from './BarcodeCheckView.js';
|
|
5
|
+
import { BarcodeCheckViewSettings } from './BarcodeCheckViewSettings.js';
|
|
6
|
+
import '@scandit/web-datacapture-core/build/js/private/EventManager.js';
|
|
7
|
+
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
8
|
+
import './BarcodeCheckSettings.js';
|
|
9
|
+
import '../Barcode.js';
|
|
10
|
+
import '../EncodingRange.js';
|
|
11
|
+
import '../StructuredAppendData.js';
|
|
12
|
+
import '../SymbologySettings.js';
|
|
13
|
+
import './BarcodeCheckFeedback.js';
|
|
14
|
+
import '../TrackedBarcode.js';
|
|
15
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
|
|
16
|
+
import './BarcodeCheckAnnotationProvider.js';
|
|
17
|
+
import '../BarcodeCheckAnnotation-5RXTfIhp.js';
|
|
18
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
|
|
19
|
+
import './ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.js';
|
|
20
|
+
import './ui/atoms/ScanditIcon.js';
|
|
21
|
+
import './ui/atoms/BarcodeCheckInfoAnnotationFooter.js';
|
|
22
|
+
import './ui/atoms/BarcodeCheckInfoAnnotationHeaderFooter.js';
|
|
23
|
+
import './ui/atoms/BarcodeCheckInfoAnnotationHeader.js';
|
|
24
|
+
import './BarcodeCheckHighlightProvider.js';
|
|
25
|
+
import './BarcodeCheckHighlight.js';
|
|
26
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement';
|
|
27
|
+
|
|
28
|
+
declare class BarcodeCheckPresenter implements BarcodeCheckListener {
|
|
29
|
+
private readonly view;
|
|
30
|
+
private context;
|
|
31
|
+
private readonly barcodeCheck;
|
|
32
|
+
private viewSettings;
|
|
33
|
+
private readonly cameraSettings;
|
|
34
|
+
private torchState;
|
|
35
|
+
private cameraSupportMap;
|
|
36
|
+
private zoomFactor;
|
|
37
|
+
constructor(view: BarcodeCheckView, context: DataCaptureContext, barcodeCheck: BarcodeCheck, viewSettings: BarcodeCheckViewSettings, cameraSettings: CameraSettings);
|
|
38
|
+
get currentCamera(): Camera;
|
|
39
|
+
prepare(): Promise<void>;
|
|
40
|
+
dispose(): Promise<void>;
|
|
41
|
+
startSearching(): Promise<void>;
|
|
42
|
+
stopSearching(): Promise<void>;
|
|
43
|
+
pauseSearching(): Promise<void>;
|
|
44
|
+
emitTappedFeedback(): void;
|
|
45
|
+
didUpdateSession(_: BarcodeCheck, session: BarcodeCheckSession): void;
|
|
46
|
+
onTorchButtonClicked(): Promise<void>;
|
|
47
|
+
onZoomButtonClicked(): Promise<void>;
|
|
48
|
+
onCameraSwitchButtonClicked(): Promise<void>;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export { BarcodeCheckPresenter };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as BarcodeCheckPresenter}from'../chunks/chunk-257QL425.js';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Brush } from '@scandit/web-datacapture-core';
|
|
2
|
+
import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
|
|
3
|
+
import { Barcode } from '../Barcode.js';
|
|
4
|
+
import { BarcodeCheckHighlight } from './BarcodeCheckHighlight.js';
|
|
5
|
+
import { ScanditIcon } from './ui/atoms/ScanditIcon.js';
|
|
6
|
+
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
7
|
+
import '../EncodingRange.js';
|
|
8
|
+
import '../StructuredAppendData.js';
|
|
9
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement';
|
|
10
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
|
|
11
|
+
|
|
12
|
+
declare class BarcodeCheckRectangleHighlight extends ScanditHTMLElement implements BarcodeCheckHighlight {
|
|
13
|
+
static tag: "scandit-check-rectangle-highlight";
|
|
14
|
+
_brush: Brush;
|
|
15
|
+
barcode: Barcode;
|
|
16
|
+
private brushAsDom;
|
|
17
|
+
private _icon;
|
|
18
|
+
private iconBuilder;
|
|
19
|
+
private type;
|
|
20
|
+
constructor();
|
|
21
|
+
set brush(brush: Brush);
|
|
22
|
+
get brush(): Brush;
|
|
23
|
+
set icon(icon: ScanditIcon | null);
|
|
24
|
+
get icon(): ScanditIcon | null;
|
|
25
|
+
private set width(value);
|
|
26
|
+
private set height(value);
|
|
27
|
+
static create(barcode: Barcode): BarcodeCheckRectangleHighlight;
|
|
28
|
+
static register(): void;
|
|
29
|
+
connectedCallback(): Promise<void>;
|
|
30
|
+
private updateBrushColor;
|
|
31
|
+
}
|
|
32
|
+
declare global {
|
|
33
|
+
interface HTMLElementTagNameMap {
|
|
34
|
+
[BarcodeCheckRectangleHighlight.tag]: BarcodeCheckRectangleHighlight;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export { BarcodeCheckRectangleHighlight };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as BarcodeCheckRectangleHighlight}from'../chunks/chunk-Q2OOZZ4I.js';
|
|
@@ -0,0 +1,26 @@
|
|
|
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 BarcodeCheckSessionJSON {
|
|
9
|
+
addedTrackedBarcodes: Record<string, TrackedBarcodeJSON>;
|
|
10
|
+
removedTrackedBarcodes: string[];
|
|
11
|
+
allTrackedBarcodes: Record<string, TrackedBarcodeJSON>;
|
|
12
|
+
frameSequenceId: number;
|
|
13
|
+
}
|
|
14
|
+
declare class BarcodeCheckSession {
|
|
15
|
+
private _addedTrackedBarcodes;
|
|
16
|
+
private _removedTrackedBarcodes;
|
|
17
|
+
private _allTrackedBarcodes;
|
|
18
|
+
private _frameSequenceId;
|
|
19
|
+
get addedTrackedBarcodes(): Record<string, TrackedBarcode>;
|
|
20
|
+
get removedTrackedBarcodes(): string[];
|
|
21
|
+
get allTrackedBarcodes(): Record<string, TrackedBarcode>;
|
|
22
|
+
get frameSequenceId(): number;
|
|
23
|
+
private static fromJSON;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { BarcodeCheckSession, type BarcodeCheckSessionJSON };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as BarcodeCheckSession}from'../chunks/chunk-462K3HIF.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 BarcodeCheckSettingsJSON {
|
|
9
|
+
symbologies: Record<Symbology, SymbologySettingsJSON>;
|
|
10
|
+
properties: Record<string, JSONType>;
|
|
11
|
+
}
|
|
12
|
+
declare class BarcodeCheckSettings implements Serializable<BarcodeCheckSettingsJSON> {
|
|
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(): BarcodeCheckSettingsJSON;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export { BarcodeCheckSettings, type BarcodeCheckSettingsJSON };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as BarcodeCheckSettings}from'../chunks/chunk-5YTTZFRG.js';
|