@scandit/web-datacapture-barcode 7.0.2 → 7.1.0-beta.2
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-ByBEYHcL.d.ts +47 -0
- package/build/js/BarcodeCheckAnnotation-DmEb-lMw.d.ts +93 -0
- package/build/js/Defaults.d.ts +3 -1
- 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 +11 -0
- package/build/js/check/BarcodeCheck.js +1 -0
- package/build/js/check/BarcodeCheckAnnotationProvider.d.ts +16 -0
- package/build/js/check/BarcodeCheckAnnotationProvider.js +0 -0
- package/build/js/check/BarcodeCheckFeedback.d.ts +11 -0
- package/build/js/check/BarcodeCheckFeedback.js +1 -0
- package/build/js/check/BarcodeCheckHighlightProvider.d.ts +13 -0
- package/build/js/check/BarcodeCheckHighlightProvider.js +0 -0
- package/build/js/check/BarcodeCheckListener.d.ts +11 -0
- package/build/js/check/BarcodeCheckListener.js +0 -0
- package/build/js/check/BarcodeCheckPresenter.d.ts +48 -0
- package/build/js/check/BarcodeCheckPresenter.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 +10 -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/BarcodeCheckInfoAnnotationBodyComponent.d.ts +32 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.js +1 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationFooter.d.ts +31 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationFooter.js +1 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationHeader.d.ts +31 -0
- package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationHeader.js +1 -0
- package/build/js/check/ui/atoms/private/Backdrop.d.ts +27 -0
- package/build/js/check/ui/atoms/private/Backdrop.js +1 -0
- package/build/js/check/ui/atoms/private/BarcodeCheckInfoAnnotationHeaderFooterUtils.d.ts +20 -0
- package/build/js/check/ui/atoms/private/BarcodeCheckInfoAnnotationHeaderFooterUtils.js +1 -0
- package/build/js/check/ui/atoms/private/BarcodeStatusIconContainer.d.ts +33 -0
- package/build/js/check/ui/atoms/private/BarcodeStatusIconContainer.js +1 -0
- package/build/js/check/ui/atoms/private/CssArrows.d.ts +3 -0
- package/build/js/check/ui/atoms/private/CssArrows.js +1 -0
- package/build/js/check/ui/molecules/private/CameraSwitchButton.d.ts +23 -0
- package/build/js/check/ui/molecules/private/CameraSwitchButton.js +1 -0
- package/build/js/check/ui/molecules/private/ZoomSwitchButton.d.ts +26 -0
- package/build/js/check/ui/molecules/private/ZoomSwitchButton.js +1 -0
- package/build/js/check/ui/organisms/BarcodeCheckAnnotation.d.ts +10 -0
- package/build/js/check/ui/organisms/BarcodeCheckAnnotation.js +1 -0
- package/build/js/check/ui/organisms/BarcodeCheckCircleHighlight.d.ts +44 -0
- package/build/js/check/ui/organisms/BarcodeCheckCircleHighlight.js +1 -0
- package/build/js/check/ui/organisms/BarcodeCheckHighlight.d.ts +25 -0
- package/build/js/check/ui/organisms/BarcodeCheckHighlight.js +0 -0
- package/build/js/check/ui/organisms/BarcodeCheckInfoAnnotation.d.ts +10 -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/BarcodeCheckRectangleHighlight.d.ts +37 -0
- package/build/js/check/ui/organisms/BarcodeCheckRectangleHighlight.js +1 -0
- package/build/js/check/ui/organisms/BarcodeCheckStatusIconAnnotation.d.ts +42 -0
- package/build/js/check/ui/organisms/BarcodeCheckStatusIconAnnotation.js +1 -0
- package/build/js/check/ui/organisms/private/AnchorAndDirectionUtils.d.ts +17 -0
- package/build/js/check/ui/organisms/private/AnchorAndDirectionUtils.js +1 -0
- package/build/js/check/ui/organisms/private/CheckLayout.d.ts +17 -0
- package/build/js/check/ui/organisms/private/CheckLayout.js +1 -0
- package/build/js/chunks/chunk-2BSBY2XN.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-4BSKZNBG.js +0 -1
- package/build/js/chunks/chunk-4PTIOBXM.js +1 -5
- package/build/js/chunks/chunk-4X7YKFAF.js +1 -0
- package/build/js/chunks/chunk-52TEL5IL.js +1 -0
- package/build/js/chunks/chunk-5BTYZANK.js +1 -0
- package/build/js/chunks/chunk-5DP5VNWQ.js +1 -7
- package/build/js/chunks/chunk-5DXIU4KL.js +1 -0
- package/build/js/chunks/chunk-6GFA45IH.js +1 -2
- package/build/js/chunks/chunk-7G2KDE7D.js +1 -0
- package/build/js/chunks/chunk-7N3BO7YB.js +0 -1
- package/build/js/chunks/chunk-7O55MGB4.js +1 -0
- package/build/js/chunks/chunk-7SWSAHI5.js +1 -3
- package/build/js/chunks/chunk-7TXFJMMW.js +6 -0
- package/build/js/chunks/chunk-7YWUYXR2.js +5 -0
- package/build/js/chunks/chunk-A2FMQ67Y.js +1 -0
- package/build/js/chunks/chunk-ACPQETCY.js +1 -0
- package/build/js/chunks/chunk-ADMKAYF6.js +2 -7
- package/build/js/chunks/chunk-AF2UZ65J.js +1 -3
- package/build/js/chunks/chunk-AU5BUV3N.js +1 -0
- package/build/js/chunks/chunk-BBJPGTUG.js +1 -0
- package/build/js/chunks/chunk-BGXJMGXV.js +2 -0
- package/build/js/chunks/chunk-BHVNYF7I.js +1 -0
- package/build/js/chunks/chunk-BP2XS7PR.js +2 -0
- package/build/js/chunks/chunk-BRRT6GC7.js +1 -3
- package/build/js/chunks/chunk-BTW5QIG7.js +7 -0
- package/build/js/chunks/chunk-C52THG7K.js +1 -3
- package/build/js/chunks/chunk-CTAAWFQZ.js +1 -0
- package/build/js/chunks/chunk-DFK7AQTK.js +1 -3
- package/build/js/chunks/{chunk-N3JFR2ZF.js → chunk-DFWMCRAQ.js} +2 -14
- package/build/js/chunks/chunk-DQW2EMPB.js +1 -0
- package/build/js/chunks/chunk-DTO5ICFV.js +2 -8
- package/build/js/chunks/chunk-DVHTYKDX.js +1 -3
- package/build/js/chunks/chunk-E2UNDLF3.js +1 -0
- package/build/js/chunks/chunk-E5OIMFVX.js +1 -6
- package/build/js/chunks/chunk-EH6LSUC6.js +1 -0
- package/build/js/chunks/chunk-FCUTPMMU.js +1 -8
- 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-FOZL6AM4.js +35 -0
- package/build/js/chunks/chunk-FPZJIOQH.js +1 -6
- package/build/js/chunks/chunk-FRG4ACMI.js +1 -0
- package/build/js/chunks/chunk-FYHMFCYX.js +1 -0
- package/build/js/chunks/chunk-GBSISAJA.js +0 -1
- package/build/js/chunks/chunk-GOOVP4MZ.js +7 -0
- package/build/js/chunks/chunk-HNWVLPRV.js +1 -9
- package/build/js/chunks/{chunk-GR7V7CUW.js → chunk-HQL4OJUZ.js} +2 -8
- package/build/js/chunks/chunk-HTKUJZG2.js +1 -3
- package/build/js/chunks/chunk-I53W7VSB.js +1 -0
- package/build/js/chunks/chunk-I54U6QKJ.js +0 -1
- package/build/js/chunks/chunk-IEE5MKEA.js +1 -5
- package/build/js/chunks/chunk-ILGTNFTI.js +1 -0
- package/build/js/chunks/chunk-IMYBB4ZA.js +1 -3
- package/build/js/chunks/chunk-J4VFWBJ7.js +1 -3
- package/build/js/chunks/chunk-JBJLR6VZ.js +1 -0
- package/build/js/chunks/chunk-JCFTGM54.js +1 -0
- package/build/js/chunks/chunk-JMUNN3HX.js +1 -3
- package/build/js/chunks/chunk-JQF6P6X7.js +1 -5
- package/build/js/chunks/chunk-K3EIYQPY.js +2 -8
- package/build/js/chunks/chunk-K4MHNZXA.js +2 -7
- package/build/js/chunks/chunk-K5KNOMBP.js +1 -0
- package/build/js/chunks/chunk-KALGMDTS.js +88 -0
- package/build/js/chunks/chunk-KBO3YYBN.js +1 -5
- package/build/js/chunks/chunk-KQ3LRAYO.js +1 -3
- package/build/js/chunks/chunk-L5FSK5S3.js +1 -0
- package/build/js/chunks/chunk-L6IZLBEM.js +1 -3
- package/build/js/chunks/chunk-LBAL6OCN.js +1 -3
- package/build/js/chunks/chunk-LKZBVQXD.js +1 -3
- package/build/js/chunks/chunk-LTNZJEG4.js +1 -0
- package/build/js/chunks/chunk-LXROKZUG.js +1 -0
- package/build/js/chunks/chunk-M72E3HI7.js +1 -0
- package/build/js/chunks/chunk-MOV435I6.js +2 -0
- package/build/js/chunks/chunk-MSQTG4HE.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-O7HKGUL6.js +1 -0
- package/build/js/chunks/chunk-OHSTP7TM.js +1 -3
- 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-PE6EDL2S.js +1 -7
- package/build/js/chunks/chunk-POONUNDO.js +1 -3
- package/build/js/chunks/chunk-PVBCYBUX.js +0 -1
- package/build/js/chunks/chunk-Q2SSZ52Z.js +1 -0
- package/build/js/chunks/chunk-Q7QP637B.js +1 -0
- package/build/js/chunks/chunk-QAOMM34T.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-QKAIJQPA.js +9 -0
- package/build/js/chunks/chunk-QKP2VQEV.js +1 -3
- package/build/js/chunks/chunk-QPNMXE7H.js +2 -7
- package/build/js/chunks/chunk-QPUY23QD.js +1 -0
- package/build/js/chunks/chunk-QT54I6KA.js +1 -3
- package/build/js/chunks/chunk-QT5IZEQ2.js +1 -0
- package/build/js/chunks/chunk-QTESUINX.js +1 -0
- package/build/js/chunks/chunk-R2D7ULOM.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-T3O56T3W.js +1 -0
- package/build/js/chunks/chunk-TBCQMBEE.js +1 -6
- package/build/js/chunks/chunk-TBXQSBKX.js +1 -7
- package/build/js/chunks/{chunk-NL3O64AI.js → chunk-TC3DRH5D.js} +3 -17
- package/build/js/chunks/chunk-TKQ5XNNP.js +1 -0
- package/build/js/chunks/chunk-TXVV2KVE.js +0 -1
- package/build/js/chunks/chunk-UCRYM76Z.js +1 -0
- package/build/js/chunks/chunk-V2UUOKFA.js +1 -0
- package/build/js/chunks/chunk-VI6FIL4E.js +2 -7
- package/build/js/chunks/chunk-W2TZOKNT.js +1 -0
- 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-WFXN545G.js +1 -0
- package/build/js/chunks/chunk-WL3PKWFT.js +4 -0
- 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-X2U6LCRU.js +2 -7
- package/build/js/chunks/chunk-X5Z57UUL.js +4 -0
- package/build/js/chunks/chunk-XFGU5IHR.js +1 -0
- package/build/js/chunks/chunk-Y2XISTOT.js +1 -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-YLCNLTYD.js +1 -0
- package/build/js/chunks/chunk-YM4T55CK.js +6 -0
- package/build/js/chunks/chunk-YMDDWM44.js +1 -0
- package/build/js/chunks/chunk-Z4233S5W.js +1 -0
- package/build/js/chunks/chunk-ZDBP2TPZ.js +2 -9
- 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.d.ts +1 -0
- package/build/js/find/ui/atoms/CardListButton.js +1 -1
- 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 +20 -0
- package/build/js/index.js +1 -38
- package/build/js/moduleLoader.d.ts +1 -0
- 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.d.ts +3 -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-4EGODYYJ.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-5SHGJJGR.js +0 -11
- package/build/js/chunks/chunk-AW7K3C63.js +0 -6
- package/build/js/chunks/chunk-BUIGWUX6.js +0 -9
- package/build/js/chunks/chunk-CYUXFHBE.js +0 -5
- package/build/js/chunks/chunk-DP5UA6QA.js +0 -7
- package/build/js/chunks/chunk-HEJKMZ7P.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-LFPKKGQH.js +0 -7
- package/build/js/chunks/chunk-OBHOWMW5.js +0 -6
- package/build/js/chunks/chunk-OON6VEAR.js +0 -5
- package/build/js/chunks/chunk-PKJMDLL6.js +0 -5
- package/build/js/chunks/chunk-PTJJ3JDE.js +0 -7
- package/build/js/chunks/chunk-QWIP2YZ5.js +0 -17
- package/build/js/chunks/chunk-SJ4RDJQU.js +0 -6
- package/build/js/chunks/chunk-TCDYVA53.js +0 -3
- package/build/js/chunks/chunk-TIOJPREQ.js +0 -27
- package/build/js/chunks/chunk-VTHL2LZD.js +0 -7
- package/build/js/chunks/chunk-VWY7QHPJ.js +0 -21
- package/build/js/chunks/chunk-WT6UDBQ2.js +0 -8
- package/build/js/chunks/chunk-X2KFZW3W.js +0 -7
- package/build/js/chunks/chunk-XCZGCZ5K.js +0 -8
- package/build/js/chunks/chunk-XM2UJIDT.js +0 -6
- 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/chunks/chunk-ZZQDT5ZB.js +0 -6
- 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
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { html, ScanditHTMLElement, defineCustomElements, css } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
|
|
3
|
-
|
|
4
|
-
var o=html`
|
|
1
|
+
import {ProgressBar}from'@scandit/web-datacapture-core/build/js/private/ui/atoms/ProgressBar.js';import {html,ScanditHTMLElement,defineCustomElements,css}from'@scandit/web-datacapture-core/build/js/private/utils/index.js';var o=html`
|
|
5
2
|
<div class="progress-container">
|
|
6
3
|
<${ProgressBar.tag} id="scandit-progress" variant="gradient" min="0" max="1" value="0"></${ProgressBar.tag}>
|
|
7
4
|
<label for="scandit-progress" class="message">0 / 0</label>
|
|
8
5
|
</div>
|
|
9
|
-
`,t=class t extends ScanditHTMLElement{constructor(){super();let e=this.attachShadow({mode:"open"});e.innerHTML=o,e.append(t.createStyleElement().cloneNode(!0));}get value(){return Number(this.getAttribute("value"))}set value(e){this.setAttribute("value",e.toString());}get max(){return Number(this.getAttribute("max"))}set max(e){this.setAttribute("max",e.toString());}get progressBar(){var e;return (e=this.shadowRoot)==null?void 0:e.querySelector(ProgressBar.tag)}get label(){var e;return (e=this.shadowRoot)==null?void 0:e.querySelector("label")}static create(){return document.createElement(t.tag)}static register(){defineCustomElements({[t.tag]:t});}static createStyleElement(){return css`.progress-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:center}.progress-container label{color:#fff;font-family:SF Pro Display,sans-serif;font-weight:500;white-space:nowrap}`}connectedCallback(){this.render();}attributeChangedCallback(){this.render();}render(){this.progressBar==null||this.label==null||(this.progressBar.value=this.value,this.progressBar.max=this.max,this.label.textContent=`${this.progressBar.value} / ${this.progressBar.max}`);}};t.tag="scandit-find-progress-bar-with-label",t.observedAttributes=["value","max"];var a=t;a.register();
|
|
10
|
-
|
|
11
|
-
export { a };
|
|
6
|
+
`,t=class t extends ScanditHTMLElement{constructor(){super();let e=this.attachShadow({mode:"open"});e.innerHTML=o,e.append(t.createStyleElement().cloneNode(!0));}get value(){return Number(this.getAttribute("value"))}set value(e){this.setAttribute("value",e.toString());}get max(){return Number(this.getAttribute("max"))}set max(e){this.setAttribute("max",e.toString());}get progressBar(){var e;return (e=this.shadowRoot)==null?void 0:e.querySelector(ProgressBar.tag)}get label(){var e;return (e=this.shadowRoot)==null?void 0:e.querySelector("label")}static create(){return document.createElement(t.tag)}static register(){defineCustomElements({[t.tag]:t});}static createStyleElement(){return css`.progress-container{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:center}.progress-container label{color:#fff;font-family:SF Pro Display,sans-serif;font-weight:500;white-space:nowrap}`}connectedCallback(){this.render();}attributeChangedCallback(){this.render();}render(){this.progressBar==null||this.label==null||(this.progressBar.value=this.value,this.progressBar.max=this.max,this.label.textContent=`${this.progressBar.value} / ${this.progressBar.max}`);}};t.tag="scandit-find-progress-bar-with-label",t.observedAttributes=["value","max"];var a=t;a.register();export{a};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import {Color}from'@scandit/web-datacapture-core';import {gray900}from'@scandit/web-datacapture-core/build/js/private/ui/colors.js';import {ScanditHTMLElement,html,defineCustomElements,css}from'@scandit/web-datacapture-core/build/js/private/utils/index.js';var a="--text-size",i="--text-color",b="slot[name='text']",e=class e extends ScanditHTMLElement{constructor(){super();let t=this.attachShadow({mode:"open"});t.innerHTML=html`<button type="button" role="button" class="container">
|
|
2
|
+
<slot name="barcode-icon"></slot>
|
|
3
|
+
<slot name="text"></slot>
|
|
4
|
+
</button>`,t.append(e.createStyleElement().cloneNode(!0)),this.containerElement=t.querySelector(".container"),this.containerElement.style.setProperty(a,"10px"),this.containerElement.style.setProperty(i,`#${gray900.toJSON()}`);}set textSize(t){this.containerElement.style.setProperty(a,`${t}px`);}get textSize(){let t=this.containerElement.style.getPropertyValue(a).replace("px","");return Number.parseInt(t,10)}set textColor(t){this.containerElement.style.setProperty(i,`#${t.toJSON()}`);}get textColor(){let t=this.containerElement.style.getPropertyValue(i);return Color.fromHex(t)}get text(){var o,n;let t=(o=this.containerElement.querySelector(b))==null?void 0:o.assignedSlot;return (n=t==null?void 0:t.textContent)!=null?n:""}set disabled(t){this.containerElement.disabled=t;}get disabled(){return this.containerElement.disabled}static register(){defineCustomElements({[e.tag]:e});}static create(t,o){e.register();let n=document.createElement(e.tag);if(t.slot="barcode-icon",t.width=24,t.height=24,o!=null){let r=document.createElement("span");r.slot="text",r.textContent=o,n.append(r);}return n.append(t),n}static createStyleElement(){return css`.container{align-items:center;-webkit-appearance:none;background-color:transparent;border:none;color:var(--text-color);display:flex;flex-direction:column;font-family:SF Pro Text,sans-serif;font-size:var(--text-size);gap:6px;justify-content:center;margin:0;padding:10px;transition:background-color .1s ease-in-out}.container:hover{background-color:#e0e0e0}.container:active{background-color:#ccc}`}};e.tag="scandit-barcode-popover-button-annotation";var c=e;export{c as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {Brush,Color,ScanditIconBuilder,ScanditIconShape}from'@scandit/web-datacapture-core';import {ScanditHTMLElement}from'@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';import {css}from'@scandit/web-datacapture-core/build/js/private/utils/css.js';import {defineCustomElements}from'@scandit/web-datacapture-core/build/js/private/utils/defineCustomElements.js';import {html}from'@scandit/web-datacapture-core/build/js/private/utils/html.js';var p=(t=>(t.Dot="dot",t.Icon="icon",t))(p||{}),e=class e extends ScanditHTMLElement{constructor(){super();this.icon=null;this.type="circle";this.dot=null;this._brush=new Brush(Color.fromHex("#00FFFF").withAlpha(.45),Color.fromHex("#00FFFF"),2);let t=this.attachShadow({mode:"open"});t.innerHTML=html`<slot></slot>`,t.append(e.createStyleElement().cloneNode(!0));}set barcode(t){this._barcode=t;}get barcode(){return this._barcode}set brush(t){this._brush=t,this.updateBrush();}get brush(){return this._brush}set size(t){this._size=t,this.updateSize();}get size(){return this._size!==void 0?this._size:this.preset==="dot"?26:32}static create(t,h){e.register();let i=document.createElement(e.tag);return i.barcode=t,i.preset=h,i}static register(){defineCustomElements({[e.tag]:e});}static createStyleElement(){return css`:host{display:inline-flex}`}async connectedCallback(){this.brushBuilder=new ScanditIconBuilder().withBackgroundShape(ScanditIconShape.Circle).withBackgroundColor(this.brush.fillColor).withBackgroundStrokeColor(this.brush.strokeColor).withBackgroundStrokeWidth(this.brush.strokeWidth),this.dot=await this.brushBuilder.build(),this.preset==="dot"?this.append(this.dot):this.icon!=null&&(this.icon.backgroundShape=ScanditIconShape.Circle,this.append(this.icon)),this.updateBrush(),this.updateSize();}updateSize(){this.dot&&(this.dot.width=this.size,this.dot.height=this.size),this.icon&&(this.icon.width=this.size,this.icon.height=this.size);}updateBrush(){this.dot&&(this.dot.backgroundColor=this._brush.fillColor,this.dot.backgroundStrokeColor=this._brush.strokeColor,this.dot.backgroundStrokeWidth=this._brush.strokeWidth),this.icon&&(this.icon.backgroundColor=this._brush.fillColor,this.icon.backgroundStrokeColor=this._brush.strokeColor,this.icon.backgroundStrokeWidth=this._brush.strokeWidth);}};e.tag="scandit-check-circle-highlight";var s=e;export{p as a,s as b};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {Brush,Color,ScanditIconBuilder,ScanditIconShape}from'@scandit/web-datacapture-core';import {ScanditHTMLElement}from'@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';import {defineCustomElements}from'@scandit/web-datacapture-core/build/js/private/utils/defineCustomElements.js';var i=class i extends ScanditHTMLElement{constructor(){super(...arguments);this._brush=new Brush(Color.fromHex("#00FFFF").withAlpha(.45),Color.fromHex("#00FFFF"),2);this.brushAsDom=null;this._icon=null;this.type="rectangle";}set barcode(t){this._barcode=t;}get barcode(){return this._barcode}set brush(t){this._brush=t,this.updateBrushColor();}get brush(){return this._brush}set icon(t){var r;this._icon=t,t==null?(r=this._icon)==null||r.remove():(this._icon=t,this.append(this._icon)),this.updateBrushColor();}get icon(){return this._icon}set width(t){this.brushAsDom!=null&&(this.brushAsDom.width=t),this._icon!=null&&(this._icon.width=t);}set height(t){this.brushAsDom!=null&&(this.brushAsDom.height=t),this._icon!=null&&(this._icon.height=t);}static create(t){i.register();let r=document.createElement(i.tag);return r.barcode=t,r}static register(){defineCustomElements({[i.tag]:i});}async connectedCallback(){this.iconBuilder=new ScanditIconBuilder().withBackgroundShape(ScanditIconShape.Square).withBackgroundColor(this.brush.fillColor).withBackgroundStrokeColor(this.brush.strokeColor).withBackgroundStrokeWidth(this.brush.strokeWidth),this._icon==null?(this.brushAsDom=await this.iconBuilder.build(),this.append(this.brushAsDom)):this.append(this._icon),this.updateBrushColor();}updateBrushColor(){this.brushAsDom!=null&&(this.brushAsDom.backgroundColor=this._brush.fillColor,this.brushAsDom.backgroundStrokeColor=this._brush.strokeColor,this.brushAsDom.backgroundStrokeWidth=this._brush.strokeWidth),this._icon!=null&&(this._icon.backgroundColor=this._brush.fillColor,this._icon.backgroundStrokeColor=this._brush.strokeColor,this._icon.backgroundStrokeWidth=this._brush.strokeWidth);}};i.tag="scandit-check-rectangle-highlight";var e=i;export{e as a};
|
|
@@ -1,3 +1 @@
|
|
|
1
|
-
var e="zoom-factor",o="scanning-behavior",i="scanning-behavior-button-visible",r="target-mode-button-visible",n="target-mode-enabled",b="torch-control-visible",s="torch-enabled",c="inline-style",l="zoom-switch-control-visible",a="preview-size-control-visible",u="barcode-find-button-visible",p="camera-switch-button-visible-attribute",v="preview-close-control-visible";
|
|
2
|
-
|
|
3
|
-
export { e as a, o as b, i as c, r as d, n as e, b as f, s as g, c as h, l as i, a as j, u as k, p as l, v as m };
|
|
1
|
+
var e="zoom-factor",o="scanning-behavior",i="scanning-behavior-button-visible",r="target-mode-button-visible",n="target-mode-enabled",b="torch-control-visible",s="torch-enabled",c="inline-style",l="zoom-switch-control-visible",a="preview-size-control-visible",u="barcode-find-button-visible",p="camera-switch-button-visible-attribute",v="preview-close-control-visible";export{e as a,o as b,i as c,r as d,n as e,b as f,s as g,c as h,l as i,a as j,u as k,p as l,v as m};
|
|
@@ -1,3 +1 @@
|
|
|
1
|
-
var s="spark-scan-view-icon",e="spark-scan-view-mini-preview",r="spark-scan-view-toolbar",n="spark-scan-view",c="spark-scan-view-toast",i="spark-scan-view-trigger-button",o="spark-scan-view-visual-feedback";
|
|
2
|
-
|
|
3
|
-
export { s as a, e as b, r as c, n as d, c as e, i as f, o as g };
|
|
1
|
+
var s="spark-scan-view-icon",e="spark-scan-view-mini-preview",r="spark-scan-view-toolbar",n="spark-scan-view",c="spark-scan-view-toast",i="spark-scan-view-trigger-button",o="spark-scan-view-visual-feedback";export{s as a,e as b,r as c,n as d,c as e,i as f,o as g};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {a as a$1}from'./chunk-LXROKZUG.js';var a=class{constructor(){this.soundEnabled=!0;this.hapticEnabled=!0;this.defaultCameraPosition=a$1;}};export{a};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import {Color}from'@scandit/web-datacapture-core';import {html}from'@scandit/web-datacapture-core/build/js/private/utils/html.js';import {css}from'@scandit/web-datacapture-core/build/js/private/utils/index.js';var x=".container",u=".icon-text",m=".text";function f(){return html`<div class="container">
|
|
2
|
+
<div class="icon-text">
|
|
3
|
+
<slot name="barcode-icon"></slot>
|
|
4
|
+
<div class="text">Text</div>
|
|
5
|
+
</div>
|
|
6
|
+
</div>`}function T(){return css`:host{--background-color:transparent;--text-color:#000;--top-left-corner-radius:0px;--top-right-corner-radius:0px;--bottom-left-corner-radius:0px;--bottom-right-corner-radius:0px;--text-size:16px}.container{align-items:center;background-color:var(--background-color);border-radius:var(--top-left-corner-radius) var(--top-right-corner-radius) var(--bottom-right-corner-radius) var(--bottom-left-corner-radius);display:flex;flex-direction:row;justify-content:center;overflow:hidden;padding:.75rem;transition:.3s ease}.container.highlighted{opacity:.75}.icon-text{display:inline-flex;gap:.5rem}.text{color:var(--text-color);font-size:var(--text-size);font-weight:600;width:100%}`}var c="[slot='barcode-icon']";function a(e){var t,o;return (o=(t=e.shadowRoot)==null?void 0:t.querySelector(c))==null?void 0:o.assignedElements()[0]}function g(e,t){let o=a(e);o!==t&&(o&&t==null&&o.remove(),t&&(t.slot="barcode-icon",e.append(t)));}function S(e,t){let o=e.style.getPropertyValue("--background-color");return o===""?t:Color.fromHex(o)}function E(e,t){e.style.setProperty("--background-color",`#${t.toJSON()}`);}function y(e,t){let o=e.style.getPropertyValue("--text-color");return o===""?t:Color.fromHex(o)}function C(e,t){e.style.setProperty("--text-color",`#${t.toJSON()}`);}function v(e){return Number.parseFloat(e.style.getPropertyValue("--text-size"))}function b(e,t){e.style.setProperty("--text-size",`${t}px`);}function L(e){var t;return (t=e.textContent)!=null?t:""}function H(e,t){e.textContent=t;}export{x as a,u as b,m as c,f as d,T as e,a as f,g,S as h,E as i,y as j,C as k,v as l,b as m,L as n,H as o};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {a}from'./chunk-FOZL6AM4.js';import {a as a$5}from'./chunk-BBJPGTUG.js';import {a as a$6}from'./chunk-WL3PKWFT.js';import {a as a$8}from'./chunk-MSQTG4HE.js';import {c as c$1,b,a as a$9,d}from'./chunk-A2FMQ67Y.js';import {a as a$c}from'./chunk-Y2XISTOT.js';import {a as a$a}from'./chunk-QPUY23QD.js';import {a as a$7}from'./chunk-FCUTPMMU.js';import {a as a$1}from'./chunk-I53W7VSB.js';import {a as a$2}from'./chunk-V2UUOKFA.js';import {a as a$4}from'./chunk-YLCNLTYD.js';import {a as a$b}from'./chunk-7G2KDE7D.js';import {a as a$3}from'./chunk-4X7YKFAF.js';import {Anchor,DataCaptureView,Point,Size}from'@scandit/web-datacapture-core';import {ScanditHTMLElement}from'@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';import {css}from'@scandit/web-datacapture-core/build/js/private/utils/css.js';import {defineCustomElements}from'@scandit/web-datacapture-core/build/js/private/utils/defineCustomElements.js';import {calculateWidth,calculateHeight}from'@scandit/web-datacapture-core/build/js/private/utils/quadrilateralUtils.js';import {Timeout}from'@scandit/web-datacapture-core/build/js/private/utils/timeout.js';var $={async highlightForBarcode(F,P){let t=a$c.create(F);P(t);}},c=class c extends ScanditHTMLElement{constructor(){super(...arguments);this.torchIconButton=null;this.cameraSwitchButton=null;this.zoomButton=null;this.onTorchButtonClickHandler=this.onTorchButtonClick.bind(this);this.onCameraSwitchButtonHandler=this.onCameraSwitchButtonClick.bind(this);this.onZoomButtonHandler=this.onZoomButtonClick.bind(this);this.viewState=new Map;this.onLayoutPointerDownHandler=this.onLayoutPointerDown.bind(this);this.onInfoAnnotationTapHandler=this.onInfoAnnotationTap.bind(this);this.onEdgesIntersectionObserverHandler=this.onEdgesIntersectionObserver.bind(this);this.pendingDeletionTimeout=null;}set shouldShowZoomControl(t){this.zoomButton&&(this.zoomButton.hidden=!t);}get shouldShowZoomControl(){return this.zoomButton===null?!1:!this.zoomButton.hidden}set shouldShowCameraSwitchControl(t){this.cameraSwitchButton&&(this.cameraSwitchButton.hidden=!t);}get shouldShowCameraSwitchControl(){return this.cameraSwitchButton===null?!1:!this.cameraSwitchButton.hidden}set shouldShowTorchControl(t){this.torchIconButton!==null&&(this.torchIconButton.hidden=!t);}get shouldShowTorchControl(){return this.torchIconButton===null?!1:!this.torchIconButton.hidden}set torchControlPosition(t){var e;(e=this.torchIconButton)==null||e.setAttribute("slot",`controls-${t===Anchor.Center?Anchor.TopLeft:t}`);}get torchControlPosition(){var e,o;let t=(o=(e=this.torchIconButton)==null?void 0:e.getAttribute("slot"))!=null?o:"";return t===""?Anchor.TopLeft:t.replace("controls-","")}set zoomControlPosition(t){var e;(e=this.zoomButton)==null||e.setAttribute("slot",`controls-${t===Anchor.Center?Anchor.BottomRight:t}`);}get zoomControlPosition(){var e,o;let t=(o=(e=this.zoomButton)==null?void 0:e.getAttribute("slot"))!=null?o:"";return t===""?Anchor.BottomRight:t.replace("controls-","")}set cameraSwitchControlPosition(t){var e;(e=this.cameraSwitchButton)==null||e.setAttribute("slot",`controls-${t===Anchor.Center?Anchor.TopRight:t}`);}get cameraSwitchControlPosition(){var e,o;let t=(o=(e=this.zoomButton)==null?void 0:e.getAttribute("slot"))!=null?o:"";return t===""?Anchor.TopRight:t.replace("controls-","")}static async createWithSettings(t,e,o,i,n){c.register();let r=document.createElement(c.tag);return r.barcodeCheckViewSettings=i,r.layout=a.create(),r.append(r.layout),a$1(t)?(r.dataCaptureView=t,r.dataCaptureView.containerElement.prepend(r),await t.setContext(e)):(r.dataCaptureView=await DataCaptureView.forContext(e),r.dataCaptureView.connectToElement(t),r.dataCaptureView.containerElement.prepend(r)),r.presenter=new a$2(r,e,o,i,n!=null?n:a$3.createRecommendedCameraSettings()),await r.presenter.prepare(),r}static async create(t,e,o){return c.createWithSettings(t,e,o,new a$4)}static register(){defineCustomElements({[a.tag]:a,[a$5.tag]:a$5,[a$6.tag]:a$6,[a$7.tag]:a$7,[c.tag]:c,[a$8.tag]:a$8});}static createStyleElement(){return css`[data-could-be-deleted=true]{display:none!important}[data-on-foreground=true]{z-index:3}${c.tag}{inset:0;position:absolute;z-index:1}`}async start(){return this.presenter.startSearching()}async stop(){return this.presenter.stopSearching()}async pause(){return this.presenter.pauseSearching()}reset(){this.deletePendingViews(),this.deleteAllViews();}toggleTorchIcon(t){this.torchIconButton!==null&&(this.torchIconButton.state=t);}onTorchButtonClick(){this.presenter.onTorchButtonClicked();}onCameraSwitchButtonClick(){this.presenter.onCameraSwitchButtonClicked();}onZoomButtonClick(){this.presenter.onZoomButtonClicked();}changeZoomButtonIcon(t){this.zoomButton&&(this.zoomButton.zoom=`${t}x`);}isValidIntersectionEntry(t){return t.rootBounds!=null&&!t.target.hidden}edgeObserverLandscapeLogic(t,e){t.direction="horizontal",(!t.anchor||c$1(t.anchor))&&(t.anchor=e.left?"left-center":"right-center"),e.left?t.anchor="left-center":e.right&&(t.anchor="right-center");}edgeObserverPortraitLogic(t,e){let o=e.bottom||e.top,i=e.left||e.right;o?(t.direction="vertical",t.anchor=e.bottom?"bottom-center":"top-center"):i&&(t.anchor!=null&&b(t.direction)&&c$1(t.anchor)?(t.anchor=e.left?"left-center":"right-center",t.direction="horizontal"):t.anchor!=null&&a$9(t.direction)&&d(t.anchor)&&(e.left&&t.anchor==="left-center"||e.right&&t.anchor==="right-center"||(t.anchor="top-center",t.direction="vertical")));}onEdgesIntersectionObserver(t){for(let e of t){let o=e.target;if(!this.isPopoverAnnotation(o)||!this.isValidIntersectionEntry(e))continue;let{boundingClientRect:i,rootBounds:n}=e,r=this.getTouchedEdges(i,n);!!(n!=null&&n.width&&(n!=null&&n.height)&&(n==null?void 0:n.width)>(n==null?void 0:n.height))?this.edgeObserverLandscapeLogic(o,r):this.edgeObserverPortraitLogic(o,r);}}connectedCallback(){this.torchIconButton=a$7.create(),this.torchIconButton.slot=`controls-${this.torchControlPosition}`,this.torchIconButton.hidden=!0,this.torchIconButton.addEventListener("pointerdown",this.onTorchButtonClickHandler),this.cameraSwitchButton=a$5.create(),this.cameraSwitchButton.slot=`controls-${this.cameraSwitchControlPosition}`,this.cameraSwitchButton.hidden=!0,this.cameraSwitchButton.addEventListener("pointerdown",this.onCameraSwitchButtonHandler),this.zoomButton=a$6.create(),this.zoomButton.slot=`controls-${this.zoomControlPosition}`,this.zoomButton.hidden=!0,this.zoomButton.addEventListener("pointerdown",this.onZoomButtonHandler),this.layout.append(this.torchIconButton,this.cameraSwitchButton,this.zoomButton),this.layout.addEventListener("pointerdown",this.onLayoutPointerDownHandler),this.layout.addEventListener("BarcodeCheckInfoAnnotationEventTap",this.onInfoAnnotationTapHandler),this.backdrop=a$8.create(),this.layout.append(this.backdrop),this.edgesObserver=new IntersectionObserver(this.onEdgesIntersectionObserverHandler,{root:this,threshold:[1,.75,.5,.25,0],rootMargin:"0px"}),this.pendingDeletionTimeout=new Timeout(1500,()=>{this.deletePendingViews();}),this.prepend(c.createStyleElement());}disconnectedCallback(){var t,e,o;this.deleteAllViews(),(t=this.torchIconButton)==null||t.removeEventListener("pointerdown",this.onTorchButtonClickHandler),(e=this.cameraSwitchButton)==null||e.removeEventListener("pointerdown",this.onCameraSwitchButtonHandler),(o=this.zoomButton)==null||o.removeEventListener("pointerdown",this.onZoomButtonHandler),this.layout.removeEventListener("pointerdown",this.onLayoutPointerDownHandler),this.layout.removeEventListener("BarcodeCheckInfoAnnotationEventTap",this.onInfoAnnotationTapHandler),this.edgesObserver.disconnect();}isPopoverAnnotation(t){return t instanceof a$a}areMultiplePopoverAllowed(){for(let t of this.viewState.values())if(t.annotation&&this.isPopoverAnnotation(t.annotation)&&t.annotation.annotationTrigger==="highlightAndBarcodeScan")return !0;return !1}async onLayoutPointerDown(t){let e=t.target,o=e==null?void 0:e.closest("[data-identifier$='-highlight']"),i=e==null?void 0:e.closest(a$a.tag);if((o==null?void 0:o.dataset.id)!=null){await this.handleHighlightClick(o);return}if((i==null?void 0:i.dataset.id)!=null){await this.handleAnnotationClick(i);return}await this.handleClickOutside();}async handleHighlightClick(t){var o;this.presenter.emitTappedFeedback();let e=(o=this.viewState.get(t.dataset.id))!=null?o:{};e.annotation&&(e.annotation instanceof a$a?await this.handlePopoverHighlightClick(e.annotation,t):e.annotation.hidden=!e.annotation.hidden);}async handlePopoverHighlightClick(t,e){if(!this.areMultiplePopoverAllowed()){let o=this.layout.querySelector(`${a$a.tag}[data-on-foreground="true"]`);o!=null&&await this.hideBarcodeCheckPopover(o,this.viewState.get(o.dataset.id).highlight,!1);}await this.toggleBarcodeCheckPopover(t,e),this.edgesObserver.unobserve(t),this.edgesObserver.observe(t);}async handleAnnotationClick(t){var o,i;let e=(i=this.viewState.get((o=t.dataset.id)!=null?o:""))!=null?i:{};e.highlight&&await this.toggleBarcodeCheckPopover(e.annotation,e.highlight);}async handleClickOutside(){if(this.areMultiplePopoverAllowed())return;let t=this.layout.querySelector(`${a$a.tag}[data-on-foreground="true"]`);t&&await this.hideBarcodeCheckPopover(t,this.viewState.get(t.dataset.id).highlight);}onInfoAnnotationTap(){this.presenter.emitTappedFeedback();}async showBarcodeCheckPopover(t,e){t.dataset.onForeground="true",t.hidden=!1,e.dataset.onForeground="true",this.backdrop.open=!0;}async hideBarcodeCheckPopover(t,e,o=!0){t.dataset.onForeground="false",t.hidden=!0,e.dataset.onForeground="false",o&&this.hideBackdropIfNoPopovers();}hideBackdropIfNoPopovers(){[...this.layout.querySelectorAll(`${a$a.tag}`)].every(e=>e.hidden)&&(this.backdrop.open=!1);}async toggleBarcodeCheckPopover(t,e){return t.hidden?this.showBarcodeCheckPopover(t,e):this.hideBarcodeCheckPopover(t,e)}deleteAllViews(){var t;for(let e of this.viewState.values())e.annotation!=null&&(this.edgesObserver.unobserve(e.annotation),e.annotation.remove()),(t=e.highlight)==null||t.remove();this.viewState.clear();}deletePendingViews(){for(let t of this.layout.querySelectorAll("[data-could-be-deleted='true']"))this.viewState.delete(t.dataset.id),t.remove();this.hideBackdropIfNoPopovers();}identifierForHighlight(t){return `${t}-highlight`}identifierForAnnotation(t){return `${t}-annotation`}async onHighlightsOrAnnotationForTrackedBarcode(t){var e,o,i;await((o=(e=this.highlightProvider)!=null?e:$)==null?void 0:o.highlightForBarcode(t.barcode,async n=>this.onHighlight(t,n))),await((i=this.annotationProvider)==null?void 0:i.annotationForBarcode(t.barcode,async n=>this.onAnnotation(t,n)));}async onAnnotation(t,e){var r,u;let o=a$b(t.barcode),i=e,n=(r=this.viewState.get(o))!=null?r:{};if(n.annotation)n.annotation.dataset.couldBeDeleted="false";else {if(i.dataset.id=o,i.dataset.identifier=this.identifierForAnnotation(t.identifier),i.hidden=!0,this.layout.append(i),this.viewState.set(o,{...this.viewState.get(o),annotation:i}),this.isPopoverAnnotation(i))i.direction="vertical",i.anchor="top-center",this.edgesObserver.observe(i),(this.areMultiplePopoverAllowed()||i.annotationTrigger==="highlightAndBarcodeScan")&&this.showBarcodeCheckPopover(i,(u=this.viewState.get(o))==null?void 0:u.highlight);else {let l=i;l.hidden=l.annotationTrigger==="highlightTap";}this.updateAnnotationPosition(t,i);}}async onHighlight(t,e){var n;let o=a$b(t.barcode),i=(n=this.viewState.get(o))!=null?n:{};i.highlight||(e.dataset.id=o,e.dataset.identifier=this.identifierForHighlight(t.identifier),this.updateHighlightPosition(t,e),this.layout.append(e),this.viewState.set(o,{...this.viewState.get(o),highlight:e})),i.highlight!=null&&(i.highlight.dataset.couldBeDeleted="false");}queryByDataIdentifier(t){return this.layout.querySelector(`[data-identifier="${t}"]`)}updateRemovedTrackedBarcodes(t){var e;for(let o of t.removedTrackedBarcodes){let i=this.queryByDataIdentifier(this.identifierForAnnotation(o)),n=this.queryByDataIdentifier(this.identifierForHighlight(o));n!=null&&(n.dataset.couldBeDeleted="true"),i!=null&&(i.dataset.couldBeDeleted="true");}t.removedTrackedBarcodes.length>0&&((e=this.pendingDeletionTimeout)==null||e.start());}render(t){this.updateRemovedTrackedBarcodes(t);for(let e of Object.values(t.allTrackedBarcodes)){let o=a$b(e.barcode),i=this.viewState.get(o);t.addedTrackedBarcodes[e.identifier]!=null&&this.onHighlightsOrAnnotationForTrackedBarcode(e),i!=null&&i.annotation&&(i.annotation.dataset.identifier=this.identifierForAnnotation(e.identifier)),i!=null&&i.highlight&&(i.highlight.dataset.identifier=this.identifierForHighlight(e.identifier)),(i==null?void 0:i.highlight)!=null&&(i.highlight.type==="rectangle"&&this.updateBrushSize(i.highlight,e),this.updateHighlightPosition(e,i.highlight)),(i==null?void 0:i.annotation)!=null&&this.updateAnnotationPosition(e,i.annotation,i.highlight);}}updateHighlightPosition(t,e,o="center"){if(e.hidden)return;let i=this.dataCaptureView.viewAnchorPositionsForFrameAnchorPositions(t.anchorPositions),n=this.normalizedViewPointFromFrameAnchorPositions(i,o);this.setPosition(e,n,{x:-50,y:-50},this.calculateRotationAngle(i.topLeft,i.topRight));}updateBrushSize(t,e){let o=this.dataCaptureView.viewAnchorPositionsForFrameAnchorPositions(e.anchorPositions),i=Math.round(calculateWidth(o)),n=Math.round(calculateHeight(o));t.type==="rectangle"&&(t.width!==i&&(t.width=i),t.height!==n&&(t.height=n));}getTransformOrigin(t){return {"top-center":{x:-50,y:0},"bottom-center":{x:-50,y:-100},"left-center":{x:0,y:-50},"right-center":{x:-100,y:-50}}[t]}calculateAnnotationPosition(t,e,o){var w;let n=t.orderVerticesByPosition(),r=this.normalizedViewPointFromFrameAnchorPositions(t,"center"),l={"bottom-center":()=>{let a=this.normalizedViewPointFromFrameAnchorPositions(n,"topCenter");return new Point(a.x,a.y-7)},"top-center":()=>{let a=this.normalizedViewPointFromFrameAnchorPositions(n,"bottomCenter");return new Point(a.x,a.y+7)},"right-center":()=>{let a=this.normalizedViewPointFromFrameAnchorPositions(n,"centerLeft");return new Point(a.x-7,a.y)},"left-center":()=>{let a=this.normalizedViewPointFromFrameAnchorPositions(n,"centerRight");return new Point(a.x+7,a.y)}}[e]();return (o==null?void 0:o.type)==="circle"&&(w={"bottom-center":new Point(r.x,r.y-7-o.clientHeight/2),"top-center":new Point(r.x,r.y+7+o.clientHeight/2),"right-center":new Point(r.x-7-o.clientWidth/2,r.y),"left-center":new Point(r.x+7+o.clientWidth/2,r.y)}[e])!=null?w:l}updateAnnotationPosition(t,e,o){if(e.hidden)return;let i=this.dataCaptureView.viewAnchorPositionsForFrameAnchorPositions(t.anchorPositions);e.anchor||(e.anchor="top-center");let n=this.getTransformOrigin(e.anchor),r=this.calculateAnnotationPosition(i,e.anchor,o);this.setPosition(e,r,n);}setPosition(t,e,o,i=0){t.style.position="absolute",t.style.willChange="transform",t.style.transform=`translate3d(calc(${Math.round(e.x)}px + ${o.x}%), calc(${Math.round(e.y)}px + ${o.y}%), 0px) rotate(${i}deg)`;}getTouchedEdges(t,e){let o=t.top<=e.top,i=t.bottom>=e.bottom,n=t.left<=e.left,r=t.right>=e.right;return {top:o,bottom:i,left:n,right:r}}normalizedViewPointFromFrameAnchorPositions(t,e="center"){let o=this.presenter.currentCamera.getMirrorImageEnabled(),i=new Size(this.dataCaptureView.width,this.dataCaptureView.height);if(o){let r=t[{centerLeft:"centerRight",centerRight:"centerLeft",center:"center",topCenter:"topCenter",bottomCenter:"bottomCenter"}[e]];return Point.mirrorX(r,i)}return t[e]}calculateRotationAngle(t,e){let o=e.x-t.x,i=-(e.y-t.y),n=Math.atan2(i,o);return Math.round(n*(180/Math.PI))}};c.tag="scandit-barcode-check-view";var L=c;export{L as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {b}from'./chunk-WFXN545G.js';var i=class{constructor(){this.properties={};this.symbologies={};}get enabledSymbologies(){return Object.keys(this.symbologies).filter(e=>this.symbologies[e].isEnabled)}settingsForSymbology(e){if(!this.symbologies[e]){let o=b.SymbologySettings[e];o._symbology=e,this.symbologies[e]=o;}return this.symbologies[e]}setProperty(e,o){this.properties[e]=o;}getProperty(e){return this.properties[e]}enableSymbologies(e){for(let o of e)this.enableSymbology(o,!0);}enableSymbology(e,o){this.settingsForSymbology(e).isEnabled=o;}toJSONObject(){return {properties:this.properties,symbologies:Object.keys(this.symbologies).reduce((e,o)=>(e[o]=this.symbologies[o].toJSONObject(),e),{})}}};export{i as a};
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { GestureRecognizer } from '@scandit/web-datacapture-core/build/js/private/GestureRecognizer/GestureRecognizer.js';
|
|
3
|
-
import { OrientationObserver, orientationChangeEvent } from '@scandit/web-datacapture-core/build/js/private/OrientationObserver.js';
|
|
4
|
-
import { ScanditHTMLElement, debounce, html, defineCustomElements, css } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
|
|
5
|
-
|
|
6
|
-
var L=(r=>(r.onTap="onlayouttap",r))(L||{}),n=class n extends ScanditHTMLElement{constructor(){super();this.orientationObserver=new OrientationObserver;this.onOrientationChangeHandler=debounce(this.onOrientationChange.bind(this),50);let t=this.attachShadow({mode:"open"});t.append(n.createStyleElement().cloneNode(!0));let e=document.createElement("div");e.id="root",this.absoluteContainer=document.createElement("div"),this.absoluteContainer.classList.add("absolute-container"),this.absoluteContainer.innerHTML="<slot></slot>",t.insertBefore(this.absoluteContainer,e.nextElementSibling),e.innerHTML=html`
|
|
1
|
+
import {Orientation}from'@scandit/web-datacapture-core';import {GestureRecognizer}from'@scandit/web-datacapture-core/build/js/private/GestureRecognizer/GestureRecognizer.js';import {OrientationObserver,orientationChangeEvent}from'@scandit/web-datacapture-core/build/js/private/OrientationObserver.js';import {ScanditHTMLElement,debounce,html,defineCustomElements,css}from'@scandit/web-datacapture-core/build/js/private/utils/index.js';var L=(r=>(r.onTap="onlayouttap",r))(L||{}),n=class n extends ScanditHTMLElement{constructor(){super();this.orientationObserver=new OrientationObserver;this.onOrientationChangeHandler=debounce(this.onOrientationChange.bind(this),50);let t=this.attachShadow({mode:"open"});t.append(n.createStyleElement().cloneNode(!0));let e=document.createElement("div");e.id="root",this.absoluteContainer=document.createElement("div"),this.absoluteContainer.classList.add("absolute-container"),this.absoluteContainer.innerHTML="<slot></slot>",t.insertBefore(this.absoluteContainer,e.nextElementSibling),e.innerHTML=html`
|
|
7
2
|
<div class="wrapper">
|
|
8
3
|
<div class="header">
|
|
9
4
|
<slot name="progress"></slot>
|
|
@@ -35,6 +30,4 @@ var L=(r=>(r.onTap="onlayouttap",r))(L||{}),n=class n extends ScanditHTMLElement
|
|
|
35
30
|
<slot name="bottom-controls-right"></slot>
|
|
36
31
|
</div>
|
|
37
32
|
</div>
|
|
38
|
-
`,t.append(e),this.gestureRecognizer=new GestureRecognizer(this.absoluteContainer);}get cardListContainer(){return this.querySelector('[slot="card-list"]')}get main(){var t;return (t=this.shadowRoot)==null?void 0:t.querySelector(".main")}static create(){return document.createElement(n.tag)}static register(){defineCustomElements({[n.tag]:n});}static createStyleElement(){return css`:host{inset:0;overflow:hidden;position:absolute;z-index:1}:host #root{--padding:1rem;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:space-between;margin:0 auto;max-width:960px;padding:calc(var(--padding))}:host .absolute-container{height:100%;overflow:hidden;position:absolute;width:100%}.main{overflow:hidden}.main,.wrapper{display:flex;flex-direction:column;height:100%}.wrapper{gap:.5rem;justify-content:space-between}.controls{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;min-height:85px;z-index:1}@media (orientation:landscape){.controls{flex-direction:column}.wrapper{flex:0 70%;margin:0 auto}:host #root{flex-direction:row}}.controls .control{align-items:center;display:flex;flex:1 1 25%;flex-direction:row;justify-content:center}.controls .control.center{flex:1 1 50%;max-width:5rem}.controls.top{min-height:auto}.controls.top .control.left{justify-content:flex-start}.controls.top .control.right{justify-content:flex-end}.header{display:flex;flex-direction:column;gap:1.5rem;position:relative}::slotted([slot=notification-list]){position:absolute;top:calc(var(--padding)*2);width:100%;z-index:1}`}connectedCallback(){this.orientationObserver.addEventListener(orientationChangeEvent,this.onOrientationChangeHandler),this.orientationObserver.register(),this.gestureRecognizer.addListener(this);}disconnectedCallback(){this.orientationObserver.unregister(),this.orientationObserver.removeEventListener(orientationChangeEvent,this.onOrientationChangeHandler),this.gestureRecognizer.removeListener(this);}toggleVisibility(t,e){var o;(o=this.querySelector(t))==null||o.toggleAttribute("hidden",!e);}onTap(t,e){let o=new CustomEvent("onlayouttap",{detail:{point:t,target:e.target}});this.dispatchEvent(o);}onOrientationChange(t){var o,a,s,l,c,d,p,m,u;let e=this.shadowRoot.querySelector(".controls.top");t.detail.value===Orientation.Portrait?(a=(o=this.shadowRoot)==null?void 0:o.querySelector(".header"))==null||a.append(e):(l=(s=this.shadowRoot)==null?void 0:s.querySelector("#root"))==null||l.prepend(e),(c=this.main)==null||c.style.setProperty("height","100%"),(m=this.cardListContainer)==null||m.updateHeight((p=(d=this.main)==null?void 0:d.getBoundingClientRect().height)!=null?p:0),(u=this.main)==null||u.style.setProperty("height","unset");}};n.tag="scandit-find-layout";var i=n;i.register();
|
|
39
|
-
|
|
40
|
-
export { L as a, i as b };
|
|
33
|
+
`,t.append(e),this.gestureRecognizer=new GestureRecognizer(this.absoluteContainer);}get cardListContainer(){return this.querySelector('[slot="card-list"]')}get main(){var t;return (t=this.shadowRoot)==null?void 0:t.querySelector(".main")}static create(){return document.createElement(n.tag)}static register(){defineCustomElements({[n.tag]:n});}static createStyleElement(){return css`:host{inset:0;overflow:hidden;position:absolute;z-index:1}:host #root{--padding:1rem;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:space-between;margin:0 auto;max-width:960px;padding:calc(var(--padding))}:host .absolute-container{height:100%;overflow:hidden;position:absolute;width:100%}.main{overflow:hidden}.main,.wrapper{display:flex;flex-direction:column;height:100%}.wrapper{gap:.5rem;justify-content:space-between}.controls{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;min-height:85px;z-index:1}@media (orientation:landscape){.controls{flex-direction:column}.wrapper{flex:0 70%;margin:0 auto}:host #root{flex-direction:row}}.controls .control{align-items:center;display:flex;flex:1 1 25%;flex-direction:row;justify-content:center}.controls .control.center{flex:1 1 50%;max-width:5rem}.controls.top{min-height:auto}.controls.top .control.left{justify-content:flex-start}.controls.top .control.right{justify-content:flex-end}.header{display:flex;flex-direction:column;gap:1.5rem;position:relative}::slotted([slot=notification-list]){position:absolute;top:calc(var(--padding)*2);width:100%;z-index:1}`}connectedCallback(){this.orientationObserver.addEventListener(orientationChangeEvent,this.onOrientationChangeHandler),this.orientationObserver.register(),this.gestureRecognizer.addListener(this);}disconnectedCallback(){this.orientationObserver.unregister(),this.orientationObserver.removeEventListener(orientationChangeEvent,this.onOrientationChangeHandler),this.gestureRecognizer.removeListener(this);}toggleVisibility(t,e){var o;(o=this.querySelector(t))==null||o.toggleAttribute("hidden",!e);}onTap(t,e){let o=new CustomEvent("onlayouttap",{detail:{point:t,target:e.target}});this.dispatchEvent(o);}onOrientationChange(t){var o,a,s,l,c,d,p,m,u;let e=this.shadowRoot.querySelector(".controls.top");t.detail.value===Orientation.Portrait?(a=(o=this.shadowRoot)==null?void 0:o.querySelector(".header"))==null||a.append(e):(l=(s=this.shadowRoot)==null?void 0:s.querySelector("#root"))==null||l.prepend(e),(c=this.main)==null||c.style.setProperty("height","100%"),(m=this.cardListContainer)==null||m.updateHeight((p=(d=this.main)==null?void 0:d.getBoundingClientRect().height)!=null?p:0),(u=this.main)==null||u.style.setProperty("height","unset");}};n.tag="scandit-find-layout";var i=n;i.register();export{L as a,i as b};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeFind}from'../chunks/chunk-Q7QP637B.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeFindBasicOverlay}from'../chunks/chunk-POONUNDO.js';
|
|
@@ -3,8 +3,8 @@ import { Feedback } from '@scandit/web-datacapture-core';
|
|
|
3
3
|
declare class BarcodeFindFeedback {
|
|
4
4
|
private _itemListUpdated;
|
|
5
5
|
private _found;
|
|
6
|
-
private soundEnabled;
|
|
7
|
-
private hapticEnabled;
|
|
6
|
+
private readonly soundEnabled;
|
|
7
|
+
private readonly hapticEnabled;
|
|
8
8
|
private constructor();
|
|
9
9
|
get itemListUpdated(): Feedback;
|
|
10
10
|
set itemListUpdated(value: Feedback);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeFindFeedback}from'../chunks/chunk-MOV435I6.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeFindItem,c as BarcodeFindItemContent,b as BarcodeFindItemSearchOptions}from'../chunks/chunk-HTKUJZG2.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as BarcodeFindPresenter,a as ViewState}from'../chunks/chunk-EH6LSUC6.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeFindSession}from'../chunks/chunk-W7TZ36EI.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeFindSettings}from'../chunks/chunk-L5FSK5S3.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeFindView}from'../chunks/chunk-GOOVP4MZ.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as BarcodeFindViewSettings}from'../chunks/chunk-4PTIOBXM.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
package/build/js/find/index.js
CHANGED
|
@@ -1,5 +1 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { a as BarcodeFind } from '../chunks/chunk-BUIGWUX6.js';
|
|
3
|
-
export { a as BarcodeFindItem, c as BarcodeFindItemContent, b as BarcodeFindItemSearchOptions } from '../chunks/chunk-HTKUJZG2.js';
|
|
4
|
-
export { a as BarcodeFindSettings } from '../chunks/chunk-CYUXFHBE.js';
|
|
5
|
-
export { a as BarcodeFindViewSettings } from '../chunks/chunk-4PTIOBXM.js';
|
|
1
|
+
export{a as BarcodeFindSettings}from'../chunks/chunk-L5FSK5S3.js';export{a as BarcodeFindView}from'../chunks/chunk-GOOVP4MZ.js';export{a as BarcodeFind}from'../chunks/chunk-Q7QP637B.js';export{a as BarcodeFindItem,c as BarcodeFindItemContent,b as BarcodeFindItemSearchOptions}from'../chunks/chunk-HTKUJZG2.js';export{a as BarcodeFindViewSettings}from'../chunks/chunk-4PTIOBXM.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as Card}from'../../../chunks/chunk-OXLBBRZT.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as CardList,a as CardListEvents}from'../../../chunks/chunk-R2D7ULOM.js';
|
|
@@ -3,6 +3,7 @@ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/priva
|
|
|
3
3
|
declare class CardListButton extends ScanditHTMLElement {
|
|
4
4
|
static tag: "scandit-find-card-list-button";
|
|
5
5
|
constructor();
|
|
6
|
+
connectedCallback(): Promise<void>;
|
|
6
7
|
static create(): CardListButton;
|
|
7
8
|
static register(): void;
|
|
8
9
|
private static createStyleElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as CardListButton}from'../../../chunks/chunk-7TXFJMMW.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as Dot}from'../../../chunks/chunk-K3EIYQPY.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as ExitSvgIcon}from'../../../chunks/chunk-VI6FIL4E.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as ItemFoundSvgIcon}from'../../../chunks/chunk-QPNMXE7H.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as TorchOffSvgIcon}from'../../../chunks/chunk-ADMKAYF6.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as TorchOnSvgIcon}from'../../../chunks/chunk-WBSINSMA.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as CardListContainer,a as CardListContainerAttribute}from'../../../chunks/chunk-HQL4OJUZ.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as ProgressBarWithLabel}from'../../../chunks/chunk-X2U6LCRU.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as TorchIconButton}from'../../../chunks/chunk-FCUTPMMU.js';
|
|
@@ -13,7 +13,7 @@ declare class FindLayout extends ScanditHTMLElement implements GestureRecognizer
|
|
|
13
13
|
static tag: "scandit-find-layout";
|
|
14
14
|
private orientationObserver;
|
|
15
15
|
private onOrientationChangeHandler;
|
|
16
|
-
private absoluteContainer;
|
|
16
|
+
private readonly absoluteContainer;
|
|
17
17
|
private gestureRecognizer;
|
|
18
18
|
constructor();
|
|
19
19
|
private get cardListContainer();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as FindLayout,a as FindLayoutEvents}from'../../../chunks/chunk-ZDBP2TPZ.js';
|
package/build/js/global.d.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
package/build/js/index.d.ts
CHANGED
|
@@ -45,6 +45,25 @@ export { BarcodeFindTransformer } from './find/BarcodeFindTransformer.js';
|
|
|
45
45
|
export { BarcodeFindView } from './find/BarcodeFindView.js';
|
|
46
46
|
export { BarcodeFindViewSettings, BarcodeFindViewSettingsJSON } from './find/BarcodeFindViewSettings.js';
|
|
47
47
|
export { BarcodeFindViewUiListener } from './find/BarcodeFindViewUiListener.js';
|
|
48
|
+
export { B as BarcodeCheck, a as BarcodeCheckListener } from './BarcodeCheck-ByBEYHcL.js';
|
|
49
|
+
export { BarcodeCheckFeedback } from './check/BarcodeCheckFeedback.js';
|
|
50
|
+
export { BarcodeCheckSession } from './check/BarcodeCheckSession.js';
|
|
51
|
+
export { BarcodeCheckSettings } from './check/BarcodeCheckSettings.js';
|
|
52
|
+
export { BarcodeCheckView } from './check/BarcodeCheckView.js';
|
|
53
|
+
export { BarcodeCheckViewSettings } from './check/BarcodeCheckViewSettings.js';
|
|
54
|
+
export { BarcodeCheckCircleHighlight, BarcodeCheckCircleHighlightPreset } from './check/ui/organisms/BarcodeCheckCircleHighlight.js';
|
|
55
|
+
export { BarcodeCheckRectangleHighlight } from './check/ui/organisms/BarcodeCheckRectangleHighlight.js';
|
|
56
|
+
export { BarcodeCheckInfoAnnotationHeader } from './check/ui/atoms/BarcodeCheckInfoAnnotationHeader.js';
|
|
57
|
+
export { BarcodeCheckInfoAnnotationFooter } from './check/ui/atoms/BarcodeCheckInfoAnnotationFooter.js';
|
|
58
|
+
export { BarcodeCheckInfoAnnotationBodyComponent } from './check/ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.js';
|
|
59
|
+
export { BarcodeCheckStatusIconAnnotation } from './check/ui/organisms/BarcodeCheckStatusIconAnnotation.js';
|
|
60
|
+
export { BarcodeStatusIconContainer } from './check/ui/atoms/private/BarcodeStatusIconContainer.js';
|
|
61
|
+
export { b as BarcodeCheckAnnotation, c as BarcodeCheckAnnotationTrigger, B as BarcodeCheckInfoAnnotation, a as BarcodeCheckInfoAnnotationAnchor } from './BarcodeCheckAnnotation-DmEb-lMw.js';
|
|
62
|
+
export { BarcodeCheckPopoverAnnotation } from './check/ui/organisms/BarcodeCheckPopoverAnnotation.js';
|
|
63
|
+
export { BarcodeCheckPopoverAnnotationButton } from './check/ui/organisms/BarcodeCheckPopoverAnnotationButton.js';
|
|
64
|
+
export { BarcodeCheckHighlight } from './check/ui/organisms/BarcodeCheckHighlight.js';
|
|
65
|
+
export { BarcodeCheckHighlightProvider } from './check/BarcodeCheckHighlightProvider.js';
|
|
66
|
+
export { BarcodeCheckAnnotationProvider } from './check/BarcodeCheckAnnotationProvider.js';
|
|
48
67
|
import '@scandit/web-datacapture-core';
|
|
49
68
|
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
50
69
|
import './private/symbols.js';
|
|
@@ -56,3 +75,4 @@ import './spark/ui/SparkScanViewHandMode.js';
|
|
|
56
75
|
import './find/BarcodeFindFeedback.js';
|
|
57
76
|
import './find/BarcodeFindSession.js';
|
|
58
77
|
import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
|
|
78
|
+
import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement';
|
package/build/js/index.js
CHANGED
|
@@ -1,38 +1 @@
|
|
|
1
|
-
export { a as BarcodeFindView } from './chunks/chunk-
|
|
2
|
-
export { a as BarcodeFind } from './chunks/chunk-BUIGWUX6.js';
|
|
3
|
-
export { a as BarcodeFindItem, c as BarcodeFindItemContent, b as BarcodeFindItemSearchOptions } from './chunks/chunk-HTKUJZG2.js';
|
|
4
|
-
export { a as BarcodeFindSettings } from './chunks/chunk-CYUXFHBE.js';
|
|
5
|
-
export { a as SparkScanView } from './chunks/chunk-QWIP2YZ5.js';
|
|
6
|
-
export { a as SparkScanViewState } from './chunks/chunk-L6IZLBEM.js';
|
|
7
|
-
export { a as SparkScanViewSettings } from './chunks/chunk-4EGODYYJ.js';
|
|
8
|
-
export { a as SparkScanToastSettings } from './chunks/chunk-BRRT6GC7.js';
|
|
9
|
-
export { a as SparkScanPreviewBehavior } from './chunks/chunk-DFK7AQTK.js';
|
|
10
|
-
export { a as SparkScanScanningBehavior } from './chunks/chunk-IMYBB4ZA.js';
|
|
11
|
-
export { a as SparkScanScanningMode, b as SparkScanScanningModeDefault, c as SparkScanScanningModeTarget } from './chunks/chunk-SZUPDKV5.js';
|
|
12
|
-
export { a as SparkScanSettings } from './chunks/chunk-ZZQDT5ZB.js';
|
|
13
|
-
export { a as SparkScan } from './chunks/chunk-VTHL2LZD.js';
|
|
14
|
-
export { a as SparkScanSession } from './chunks/chunk-QHNNJFNX.js';
|
|
15
|
-
export { b as SparkScanBarcodeErrorFeedback, a as SparkScanBarcodeFeedback, c as SparkScanBarcodeSuccessFeedback } from './chunks/chunk-PTJJ3JDE.js';
|
|
16
|
-
export { a as barcodeCaptureLoader } from './chunks/chunk-4X2GOEAB.js';
|
|
17
|
-
export { b as BarcodeCaptureOverlay, a as BarcodeCaptureOverlayStyle } from './chunks/chunk-XM2UJIDT.js';
|
|
18
|
-
export { a as BarcodeCaptureSettings } from './chunks/chunk-OBHOWMW5.js';
|
|
19
|
-
export { a as ScanIntention } from './chunks/chunk-NH3EDXZZ.js';
|
|
20
|
-
export { a as BarcodeBatch } from './chunks/chunk-42SQROQE.js';
|
|
21
|
-
export { a as BarcodeBatchAdvancedOverlay } from './chunks/chunk-HNWVLPRV.js';
|
|
22
|
-
export { a as TrackedBarcodeView } from './chunks/chunk-WTBGDD52.js';
|
|
23
|
-
export { b as BarcodeBatchBasicOverlay, a as BarcodeBatchBasicOverlayStyle } from './chunks/chunk-LFPKKGQH.js';
|
|
24
|
-
export { a as BarcodeBatchSession } from './chunks/chunk-FLTJ6FPP.js';
|
|
25
|
-
export { a as TrackedBarcode } from './chunks/chunk-TBCQMBEE.js';
|
|
26
|
-
export { a as BarcodeBatchSettings } from './chunks/chunk-OON6VEAR.js';
|
|
27
|
-
export { a as BarcodeCapture } from './chunks/chunk-HEJKMZ7P.js';
|
|
28
|
-
export { a as BarcodeCaptureSession } from './chunks/chunk-FPZJIOQH.js';
|
|
29
|
-
export { a as LocalizedOnlyBarcode } from './chunks/chunk-MUX2WWWH.js';
|
|
30
|
-
export { e as Barcode, c as Checksum, d as CompositeFlag, b as CompositeType, a as Symbology } from './chunks/chunk-PE6EDL2S.js';
|
|
31
|
-
export { a as StructuredAppendData } from './chunks/chunk-IEE5MKEA.js';
|
|
32
|
-
export { a as EncodingRange } from './chunks/chunk-J4VFWBJ7.js';
|
|
33
|
-
export { a as BarcodeFindViewSettings } from './chunks/chunk-4PTIOBXM.js';
|
|
34
|
-
export { a as SparkScanMiniPreviewSize } from './chunks/chunk-MVDPXLVX.js';
|
|
35
|
-
export { a as SymbologyDescription } from './chunks/chunk-KBO3YYBN.js';
|
|
36
|
-
export { a as Range } from './chunks/chunk-7SWSAHI5.js';
|
|
37
|
-
export { a as SymbologySettings } from './chunks/chunk-LBAL6OCN.js';
|
|
38
|
-
export { a as BarcodeCaptureFeedback } from './chunks/chunk-WPSMXGDG.js';
|
|
1
|
+
export{a as BarcodeCheckStatusIconAnnotation}from'./chunks/chunk-AU5BUV3N.js';export{a as BarcodeStatusIconContainer}from'./chunks/chunk-BTW5QIG7.js';export{b as BarcodeCheckCircleHighlight,a as BarcodeCheckCircleHighlightPreset}from'./chunks/chunk-XFGU5IHR.js';export{a as SparkScanView}from'./chunks/chunk-CTAAWFQZ.js';export{a as SparkScanViewState}from'./chunks/chunk-L6IZLBEM.js';export{a as SparkScanViewSettings}from'./chunks/chunk-QT5IZEQ2.js';export{a as SparkScanToastSettings}from'./chunks/chunk-BRRT6GC7.js';export{a as SparkScanSettings}from'./chunks/chunk-M72E3HI7.js';export{b as SparkScanBarcodeErrorFeedback,a as SparkScanBarcodeFeedback,c as SparkScanBarcodeSuccessFeedback}from'./chunks/chunk-ACPQETCY.js';export{a as SparkScanPreviewBehavior}from'./chunks/chunk-DFK7AQTK.js';export{a as SparkScanScanningBehavior}from'./chunks/chunk-IMYBB4ZA.js';export{a as SparkScanScanningMode,b as SparkScanScanningModeDefault,c as SparkScanScanningModeTarget}from'./chunks/chunk-SZUPDKV5.js';export{a as SparkScan}from'./chunks/chunk-QTESUINX.js';export{a as SparkScanSession}from'./chunks/chunk-QHNNJFNX.js';export{a as BarcodeFindSettings}from'./chunks/chunk-L5FSK5S3.js';export{a as BarcodeFindView}from'./chunks/chunk-GOOVP4MZ.js';export{a as BarcodeCheckSettings}from'./chunks/chunk-Z4233S5W.js';export{a as BarcodeCheckView}from'./chunks/chunk-YMDDWM44.js';export{a as BarcodeCheckRectangleHighlight}from'./chunks/chunk-Y2XISTOT.js';export{a as BarcodeCheckPopoverAnnotation}from'./chunks/chunk-QPUY23QD.js';export{a as BarcodeCheckPopoverAnnotationButton}from'./chunks/chunk-X5Z57UUL.js';export{d as BarcodeCheckInfoAnnotation,a as BarcodeCheckInfoAnnotationAnchor}from'./chunks/chunk-QKAIJQPA.js';export{a as BarcodeCheckInfoAnnotationBodyComponent}from'./chunks/chunk-7YWUYXR2.js';export{a as BarcodeCheckInfoAnnotationFooter}from'./chunks/chunk-5DXIU4KL.js';export{a as BarcodeCheckInfoAnnotationHeader}from'./chunks/chunk-DQW2EMPB.js';export{a as BarcodeCheckAnnotationTrigger}from'./chunks/chunk-ILGTNFTI.js';export{a as BarcodeCheckViewSettings}from'./chunks/chunk-YLCNLTYD.js';export{a as BarcodeFind}from'./chunks/chunk-Q7QP637B.js';export{a as BarcodeFindItem,c as BarcodeFindItemContent,b as BarcodeFindItemSearchOptions}from'./chunks/chunk-HTKUJZG2.js';export{a as barcodeCaptureLoader}from'./chunks/chunk-T3O56T3W.js';export{a as BarcodeCheck}from'./chunks/chunk-4X7YKFAF.js';export{a as BarcodeCheckSession}from'./chunks/chunk-FRG4ACMI.js';export{a as BarcodeCheckFeedback}from'./chunks/chunk-7O55MGB4.js';export{b as BarcodeCaptureOverlay,a as BarcodeCaptureOverlayStyle}from'./chunks/chunk-BHVNYF7I.js';export{a as BarcodeCaptureSettings}from'./chunks/chunk-2BSBY2XN.js';export{a as ScanIntention}from'./chunks/chunk-NH3EDXZZ.js';export{a as BarcodeBatch}from'./chunks/chunk-52TEL5IL.js';export{a as BarcodeBatchAdvancedOverlay}from'./chunks/chunk-HNWVLPRV.js';export{a as TrackedBarcodeView}from'./chunks/chunk-WTBGDD52.js';export{b as BarcodeBatchBasicOverlay,a as BarcodeBatchBasicOverlayStyle}from'./chunks/chunk-JCFTGM54.js';export{a as BarcodeBatchSession}from'./chunks/chunk-FLTJ6FPP.js';export{a as TrackedBarcode}from'./chunks/chunk-TBCQMBEE.js';export{a as BarcodeBatchSettings}from'./chunks/chunk-UCRYM76Z.js';export{a as BarcodeCapture}from'./chunks/chunk-JBJLR6VZ.js';export{a as BarcodeCaptureSession}from'./chunks/chunk-FPZJIOQH.js';export{a as LocalizedOnlyBarcode}from'./chunks/chunk-MUX2WWWH.js';export{e as Barcode,c as Checksum,d as CompositeFlag,b as CompositeType,a as Symbology}from'./chunks/chunk-PE6EDL2S.js';export{a as StructuredAppendData}from'./chunks/chunk-IEE5MKEA.js';export{a as EncodingRange}from'./chunks/chunk-J4VFWBJ7.js';export{a as SparkScanMiniPreviewSize}from'./chunks/chunk-MVDPXLVX.js';export{a as BarcodeFindViewSettings}from'./chunks/chunk-4PTIOBXM.js';export{a as SymbologyDescription}from'./chunks/chunk-KBO3YYBN.js';export{a as Range}from'./chunks/chunk-7SWSAHI5.js';export{a as SymbologySettings}from'./chunks/chunk-LBAL6OCN.js';export{a as BarcodeCaptureFeedback}from'./chunks/chunk-WPSMXGDG.js';
|
|
@@ -2,6 +2,7 @@ import { ModuleLoader } from '@scandit/web-datacapture-core';
|
|
|
2
2
|
|
|
3
3
|
interface BarcodeCaptureLoaderOptions {
|
|
4
4
|
highEndBlurryRecognition?: boolean;
|
|
5
|
+
libraryLocation?: string;
|
|
5
6
|
}
|
|
6
7
|
declare function barcodeCaptureLoader(options?: BarcodeCaptureLoaderOptions): ModuleLoader;
|
|
7
8
|
|
package/build/js/moduleLoader.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as barcodeCaptureLoader}from'./chunks/chunk-T3O56T3W.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as isDataCaptureView}from'../chunks/chunk-I53W7VSB.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as createSandBoxedFunctionFromString}from'../chunks/chunk-KQ3LRAYO.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as stripImages}from'../chunks/chunk-Y5ZY6264.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as placeholderImage,c as removeElementsBySelector,d as replaceImages,a as svgToDataURL}from'../../chunks/chunk-WMUD7V77.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as warnMultithreadingUnavailable}from'../chunks/chunk-BGXJMGXV.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScan}from'../chunks/chunk-QTESUINX.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as SparkScanAnalyticsManager,a as SparkScanViewSessionStopReason}from'../chunks/chunk-JMUNN3HX.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as SparkScanBarcodeErrorFeedback,a as SparkScanBarcodeFeedback,c as SparkScanBarcodeSuccessFeedback}from'../chunks/chunk-ACPQETCY.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanOverlay}from'../chunks/chunk-Q2SSZ52Z.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanOverlayStyle}from'../chunks/chunk-QT54I6KA.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanPreviewBehavior}from'../chunks/chunk-DFK7AQTK.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanScanningBehavior}from'../chunks/chunk-IMYBB4ZA.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanScanningMode,b as SparkScanScanningModeDefault,c as SparkScanScanningModeTarget}from'../chunks/chunk-SZUPDKV5.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanSession}from'../chunks/chunk-QHNNJFNX.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanSettings}from'../chunks/chunk-M72E3HI7.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanTargetAimerViewfinder}from'../chunks/chunk-5BTYZANK.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as sparkScanErrorSoundDataUrl,a as sparkScanSuccessSoundDataUrl}from'../../chunks/chunk-6GFA45IH.js';
|
package/build/js/spark/index.js
CHANGED
|
@@ -1,12 +1 @@
|
|
|
1
|
-
export { a as
|
|
2
|
-
export { a as SparkScanViewState } from '../chunks/chunk-L6IZLBEM.js';
|
|
3
|
-
export { a as SparkScanViewSettings } from '../chunks/chunk-4EGODYYJ.js';
|
|
4
|
-
export { a as SparkScanToastSettings } from '../chunks/chunk-BRRT6GC7.js';
|
|
5
|
-
export { a as SparkScanPreviewBehavior } from '../chunks/chunk-DFK7AQTK.js';
|
|
6
|
-
export { a as SparkScanScanningBehavior } from '../chunks/chunk-IMYBB4ZA.js';
|
|
7
|
-
export { a as SparkScanScanningMode, b as SparkScanScanningModeDefault, c as SparkScanScanningModeTarget } from '../chunks/chunk-SZUPDKV5.js';
|
|
8
|
-
export { a as SparkScanSettings } from '../chunks/chunk-ZZQDT5ZB.js';
|
|
9
|
-
export { a as SparkScan } from '../chunks/chunk-VTHL2LZD.js';
|
|
10
|
-
export { a as SparkScanSession } from '../chunks/chunk-QHNNJFNX.js';
|
|
11
|
-
export { b as SparkScanBarcodeErrorFeedback, a as SparkScanBarcodeFeedback, c as SparkScanBarcodeSuccessFeedback } from '../chunks/chunk-PTJJ3JDE.js';
|
|
12
|
-
export { a as SparkScanMiniPreviewSize } from '../chunks/chunk-MVDPXLVX.js';
|
|
1
|
+
export{a as SparkScanView}from'../chunks/chunk-CTAAWFQZ.js';export{a as SparkScanViewState}from'../chunks/chunk-L6IZLBEM.js';export{a as SparkScanViewSettings}from'../chunks/chunk-QT5IZEQ2.js';export{a as SparkScanToastSettings}from'../chunks/chunk-BRRT6GC7.js';export{a as SparkScanSettings}from'../chunks/chunk-M72E3HI7.js';export{b as SparkScanBarcodeErrorFeedback,a as SparkScanBarcodeFeedback,c as SparkScanBarcodeSuccessFeedback}from'../chunks/chunk-ACPQETCY.js';export{a as SparkScanPreviewBehavior}from'../chunks/chunk-DFK7AQTK.js';export{a as SparkScanScanningBehavior}from'../chunks/chunk-IMYBB4ZA.js';export{a as SparkScanScanningMode,b as SparkScanScanningModeDefault,c as SparkScanScanningModeTarget}from'../chunks/chunk-SZUPDKV5.js';export{a as SparkScan}from'../chunks/chunk-QTESUINX.js';export{a as SparkScanSession}from'../chunks/chunk-QHNNJFNX.js';export{a as SparkScanMiniPreviewSize}from'../chunks/chunk-MVDPXLVX.js';
|
package/build/js/spark/sounds.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as sparkScanErrorSound,a as sparkScanSuccessSound}from'../chunks/chunk-E5OIMFVX.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanMiniPreviewSize}from'../../chunks/chunk-MVDPXLVX.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanToastSettings}from'../../chunks/chunk-BRRT6GC7.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanView}from'../../chunks/chunk-CTAAWFQZ.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanViewFeedbackManager}from'../../chunks/chunk-QAOMM34T.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanViewHandMode}from'../../chunks/chunk-FFSV4P4N.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanViewIcon}from'../../chunks/chunk-DTO5ICFV.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{b as SparkScanViewMiniPreview,a as SparkScanViewMiniPreviewButtonType}from'../../chunks/chunk-TC3DRH5D.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanViewPreferenceManager}from'../../chunks/chunk-QCD3RIT4.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export{a as SparkScanViewPresenter}from'../../chunks/chunk-K5KNOMBP.js';
|