@scandit/web-datacapture-core 7.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -0
- package/README.md +6 -0
- package/THIRD-PARTY.txt +73 -0
- package/build/electron/chunk-6RVAZ75N.js +1 -0
- package/build/electron/common.cjs +1 -0
- package/build/electron/common.js +0 -0
- package/build/electron/constants.cjs +1 -0
- package/build/electron/constants.js +1 -0
- package/build/electron/main.cjs +1 -0
- package/build/electron/main.d.cts +26 -0
- package/build/electron/main.d.ts +26 -0
- package/build/electron/main.js +1 -0
- package/build/electron/preload.cjs +1 -0
- package/build/electron/preload.d.cts +6 -0
- package/build/electron/preload.d.ts +6 -0
- package/build/electron/preload.js +1 -0
- package/build/js/AimerViewfinder.d.ts +15 -0
- package/build/js/AimerViewfinder.js +1 -0
- package/build/js/Brush.d.ts +27 -0
- package/build/js/Brush.js +1 -0
- package/build/js/Camera-Cxbduq94.d.ts +1700 -0
- package/build/js/Camera.d.ts +17 -0
- package/build/js/Camera.js +1 -0
- package/build/js/CameraAccess.d.ts +17 -0
- package/build/js/CameraAccess.js +1 -0
- package/build/js/CameraRelated.d.ts +17 -0
- package/build/js/CameraRelated.js +1 -0
- package/build/js/Common.d.ts +229 -0
- package/build/js/Common.js +1 -0
- package/build/js/DataCaptureContext.d.ts +17 -0
- package/build/js/DataCaptureContext.js +1 -0
- package/build/js/DataCaptureContextRelated.d.ts +17 -0
- package/build/js/DataCaptureContextRelated.js +1 -0
- package/build/js/DataCaptureContextSettings.d.ts +13 -0
- package/build/js/DataCaptureContextSettings.js +1 -0
- package/build/js/DataCaptureError.d.ts +13 -0
- package/build/js/DataCaptureError.js +1 -0
- package/build/js/DataCaptureVersion.d.ts +6 -0
- package/build/js/DataCaptureVersion.js +1 -0
- package/build/js/DataCaptureView.d.ts +17 -0
- package/build/js/DataCaptureView.js +1 -0
- package/build/js/DataCaptureViewPlusRelated.d.ts +25 -0
- package/build/js/DataCaptureViewPlusRelated.js +1 -0
- package/build/js/DefaultViewClassnames.d.ts +23 -0
- package/build/js/DefaultViewClassnames.js +1 -0
- package/build/js/Defaults.d.ts +143 -0
- package/build/js/Defaults.js +1 -0
- package/build/js/Feedback.d.ts +21 -0
- package/build/js/Feedback.js +1 -0
- package/build/js/FrameData.d.ts +17 -0
- package/build/js/FrameData.js +1 -0
- package/build/js/ImageFrameSource.d.ts +57 -0
- package/build/js/ImageFrameSource.js +1 -0
- package/build/js/LoadingStatus.d.ts +23 -0
- package/build/js/LoadingStatus.js +1 -0
- package/build/js/Localization.d.ts +44 -0
- package/build/js/Localization.js +1 -0
- package/build/js/LocationSelection.d.ts +39 -0
- package/build/js/LocationSelection.js +1 -0
- package/build/js/RectangularViewfinder.d.ts +33 -0
- package/build/js/RectangularViewfinder.js +1 -0
- package/build/js/SingleImageUploader.d.ts +58 -0
- package/build/js/SingleImageUploader.js +1 -0
- package/build/js/SingleImageUploaderSettings.d.ts +33 -0
- package/build/js/SingleImageUploaderSettings.js +1 -0
- package/build/js/Sound.d.ts +17 -0
- package/build/js/Sound.js +1 -0
- package/build/js/Vibration.d.ts +21 -0
- package/build/js/Vibration.js +1 -0
- package/build/js/ViewControls.d.ts +54 -0
- package/build/js/ViewControls.js +1 -0
- package/build/js/Viewfinder.d.ts +15 -0
- package/build/js/Viewfinder.js +1 -0
- package/build/js/ViewfinderPlusRelated.d.ts +58 -0
- package/build/js/ViewfinderPlusRelated.js +1 -0
- package/build/js/assets/beepSound.d.ts +4 -0
- package/build/js/assets/beepSound.js +1 -0
- package/build/js/assets/folderImage.d.ts +4 -0
- package/build/js/assets/folderImage.js +1 -0
- package/build/js/assets/index.d.d.ts +5 -0
- package/build/js/assets/index.d.js +1 -0
- package/build/js/assets/index.d.ts +5 -0
- package/build/js/assets/index.js +1 -0
- package/build/js/assets/scanningByScandit.d.ts +4 -0
- package/build/js/assets/scanningByScandit.js +1 -0
- package/build/js/assets/transparentPixelImage.d.ts +4 -0
- package/build/js/assets/transparentPixelImage.js +1 -0
- package/build/js/browserCompatibility.d.ts +83 -0
- package/build/js/browserCompatibility.js +1 -0
- package/build/js/browserHelper.d.ts +154 -0
- package/build/js/browserHelper.js +1 -0
- package/build/js/chunks/chunk-2DXPVHBJ.js +1 -0
- package/build/js/chunks/chunk-2NZR6P45.js +14 -0
- package/build/js/chunks/chunk-2Q5FZVGV.js +3 -0
- package/build/js/chunks/chunk-2WQHYCZC.js +6 -0
- package/build/js/chunks/chunk-3A4KLILV.js +3 -0
- package/build/js/chunks/chunk-3FDT22IX.js +3 -0
- package/build/js/chunks/chunk-44B7Z6ZZ.js +5 -0
- package/build/js/chunks/chunk-457L5N2F.js +6 -0
- package/build/js/chunks/chunk-4FJRDG6T.js +6 -0
- package/build/js/chunks/chunk-4ZMCJXZS.js +3 -0
- package/build/js/chunks/chunk-5IVFVUF4.js +21 -0
- package/build/js/chunks/chunk-5LIWL2C4.js +3 -0
- package/build/js/chunks/chunk-5RW5274G.js +1 -0
- package/build/js/chunks/chunk-5S537AFM.js +3 -0
- package/build/js/chunks/chunk-6H6FKGVE.js +3 -0
- package/build/js/chunks/chunk-6OQQP3SM.js +29 -0
- package/build/js/chunks/chunk-6W7FX6LD.js +3 -0
- package/build/js/chunks/chunk-6XT4BUUR.js +9 -0
- package/build/js/chunks/chunk-72DAONJI.js +5 -0
- package/build/js/chunks/chunk-76GU6PXK.js +3 -0
- package/build/js/chunks/chunk-7NUUZ7LP.js +5 -0
- package/build/js/chunks/chunk-7SW2PEHB.js +3 -0
- package/build/js/chunks/chunk-7XQ3GHYH.js +3 -0
- package/build/js/chunks/chunk-AIRWHLJH.js +5 -0
- package/build/js/chunks/chunk-BDLLVGRH.js +3 -0
- package/build/js/chunks/chunk-BKSPXD6N.js +8 -0
- package/build/js/chunks/chunk-CQ5KZRRX.js +17 -0
- package/build/js/chunks/chunk-CREAZBG7.js +5 -0
- package/build/js/chunks/chunk-D2EQRTOA.js +6 -0
- package/build/js/chunks/chunk-D4YDSS77.js +6 -0
- package/build/js/chunks/chunk-DEQ72K2Q.js +7 -0
- package/build/js/chunks/chunk-E2VUMNY4.js +16 -0
- package/build/js/chunks/chunk-EC4DRTKR.js +5 -0
- package/build/js/chunks/chunk-EK2IIDFY.js +3 -0
- package/build/js/chunks/chunk-EMHHC6NB.js +5 -0
- package/build/js/chunks/chunk-EP3GI7KA.js +3 -0
- package/build/js/chunks/chunk-EQRBQJYM.js +3 -0
- package/build/js/chunks/chunk-EV4OEANA.js +3 -0
- package/build/js/chunks/chunk-EYIDRFHC.js +6 -0
- package/build/js/chunks/chunk-FGCJ3ZLG.js +3 -0
- package/build/js/chunks/chunk-FGO2SSRS.js +3 -0
- package/build/js/chunks/chunk-FTD535WI.js +3 -0
- package/build/js/chunks/chunk-GE4CBD4E.js +3 -0
- package/build/js/chunks/chunk-GPJEB376.js +5 -0
- package/build/js/chunks/chunk-GSJH2EXJ.js +6 -0
- package/build/js/chunks/chunk-GWI2ZHMO.js +15 -0
- package/build/js/chunks/chunk-GX4YCYCH.js +3 -0
- package/build/js/chunks/chunk-H4TH4342.js +3 -0
- package/build/js/chunks/chunk-HNFNB37O.js +6 -0
- package/build/js/chunks/chunk-HRS63RFH.js +47 -0
- package/build/js/chunks/chunk-HZY2EBWP.js +8 -0
- package/build/js/chunks/chunk-IGJQFAQU.js +3 -0
- package/build/js/chunks/chunk-IH7SHTFM.js +5 -0
- package/build/js/chunks/chunk-IZLMNXTH.js +41 -0
- package/build/js/chunks/chunk-J25IZC7J.js +6 -0
- package/build/js/chunks/chunk-J2UL6U3I.js +3 -0
- package/build/js/chunks/chunk-JFRSUCMO.js +33 -0
- package/build/js/chunks/chunk-JKL2W65E.js +3 -0
- package/build/js/chunks/chunk-JS3T7K2Z.js +3 -0
- package/build/js/chunks/chunk-JXJQSWYG.js +3 -0
- package/build/js/chunks/chunk-KAZWF3JC.js +5 -0
- package/build/js/chunks/chunk-KW3YSGJX.js +5 -0
- package/build/js/chunks/chunk-KYNYQBNF.js +19 -0
- package/build/js/chunks/chunk-L2STPTEN.js +3 -0
- package/build/js/chunks/chunk-LA6TM76R.js +3 -0
- package/build/js/chunks/chunk-M46MIHI5.js +21 -0
- package/build/js/chunks/chunk-MAMZS5CH.js +7 -0
- package/build/js/chunks/chunk-MKHBE7BB.js +6 -0
- package/build/js/chunks/chunk-MSPQDVWJ.js +5 -0
- package/build/js/chunks/chunk-N4NOODAT.js +3 -0
- package/build/js/chunks/chunk-N5F43TUJ.js +5 -0
- package/build/js/chunks/chunk-N5YZEC56.js +3 -0
- package/build/js/chunks/chunk-NMX4VHW2.js +5 -0
- package/build/js/chunks/chunk-O7TZTIHO.js +3 -0
- package/build/js/chunks/chunk-OTI45AJG.js +12 -0
- package/build/js/chunks/chunk-PO2YU6JK.js +6 -0
- package/build/js/chunks/chunk-PXXUQXGB.js +7 -0
- package/build/js/chunks/chunk-Q7JWDX4U.js +3 -0
- package/build/js/chunks/chunk-QBDQQMQ5.js +5 -0
- package/build/js/chunks/chunk-QCRFVRSS.js +3 -0
- package/build/js/chunks/chunk-QCZSSQAQ.js +3 -0
- package/build/js/chunks/chunk-QR4TEDGM.js +6 -0
- package/build/js/chunks/chunk-R6E4CT22.js +3 -0
- package/build/js/chunks/chunk-RQQK6Z5F.js +3 -0
- package/build/js/chunks/chunk-SJE4IFCX.js +10 -0
- package/build/js/chunks/chunk-SP3HSP4K.js +3 -0
- package/build/js/chunks/chunk-SZ672BOB.js +5 -0
- package/build/js/chunks/chunk-T3AOBMAS.js +3 -0
- package/build/js/chunks/chunk-T5EUB6UG.js +6 -0
- package/build/js/chunks/chunk-T7URG4IQ.js +11 -0
- package/build/js/chunks/chunk-TBCW7RDM.js +21 -0
- package/build/js/chunks/chunk-TVDFY6ME.js +5 -0
- package/build/js/chunks/chunk-U6BTTEV6.js +3 -0
- package/build/js/chunks/chunk-UA3E3GGM.js +6 -0
- package/build/js/chunks/chunk-UHFABUTI.js +3 -0
- package/build/js/chunks/chunk-UPUPKPEP.js +8 -0
- package/build/js/chunks/chunk-UZWBB65W.js +3 -0
- package/build/js/chunks/chunk-VJB527QZ.js +3 -0
- package/build/js/chunks/chunk-VRVSELOR.js +6 -0
- package/build/js/chunks/chunk-W7LJM2QO.js +5 -0
- package/build/js/chunks/chunk-WSG6WSZN.js +6 -0
- package/build/js/chunks/chunk-WUHKODFA.js +3 -0
- package/build/js/chunks/chunk-XVLYCDJL.js +7 -0
- package/build/js/chunks/chunk-YRNH7TIR.js +1 -0
- package/build/js/chunks/chunk-YRSVOTNR.js +3 -0
- package/build/js/chunks/chunk-ZKROZLQ4.js +3 -0
- package/build/js/chunks/chunk-ZSYUKWWL.js +5 -0
- package/build/js/chunks/chunk-ZTM7LWVE.js +10 -0
- package/build/js/chunks/chunk-ZVBD3EW5.js +3 -0
- package/build/js/common-4FJYEFaM.d.ts +25 -0
- package/build/js/global.d.d.ts +42 -0
- package/build/js/global.d.js +1 -0
- package/build/js/index.d.ts +66 -0
- package/build/js/index.js +52 -0
- package/build/js/license/OpenSourceSoftwareLicenseInfo.d.ts +8 -0
- package/build/js/license/OpenSourceSoftwareLicenseInfo.js +1 -0
- package/build/js/logger.d.ts +26 -0
- package/build/js/logger.js +1 -0
- package/build/js/private/AnchorPositions.d.ts +28 -0
- package/build/js/private/AnchorPositions.js +1 -0
- package/build/js/private/CameraAccess.d.ts +17 -0
- package/build/js/private/CameraAccess.js +1 -0
- package/build/js/private/CameraManager.d.ts +17 -0
- package/build/js/private/CameraManager.js +1 -0
- package/build/js/private/CanvasDrawer.d.ts +36 -0
- package/build/js/private/CanvasDrawer.js +1 -0
- package/build/js/private/CanvasDrawerWithMetrics.d.ts +39 -0
- package/build/js/private/CanvasDrawerWithMetrics.js +1 -0
- package/build/js/private/CavansDrawerAbstract.d.ts +37 -0
- package/build/js/private/CavansDrawerAbstract.js +1 -0
- package/build/js/private/CoreModuleLicenseTextProvider.d.ts +29 -0
- package/build/js/private/CoreModuleLicenseTextProvider.js +1 -0
- package/build/js/private/CustomLocationsView.d.ts +47 -0
- package/build/js/private/CustomLocationsView.js +1 -0
- package/build/js/private/CustomLocationsViewStyles.d.ts +7 -0
- package/build/js/private/CustomLocationsViewStyles.js +1 -0
- package/build/js/private/DataCaptureContextRelated.d.ts +25 -0
- package/build/js/private/DataCaptureContextRelated.js +1 -0
- package/build/js/private/DrawCommandBuffer.d.ts +44 -0
- package/build/js/private/DrawCommandBuffer.js +1 -0
- package/build/js/private/EventManager.d.ts +9 -0
- package/build/js/private/EventManager.js +1 -0
- package/build/js/private/FrameReaders/FrameReader.d.ts +17 -0
- package/build/js/private/FrameReaders/FrameReader.js +1 -0
- package/build/js/private/FrameReaders/FrameReaderAbstract.d.ts +17 -0
- package/build/js/private/FrameReaders/FrameReaderAbstract.js +1 -0
- package/build/js/private/FrameReaders/GrayScaleFrameReader.d.ts +52 -0
- package/build/js/private/FrameReaders/GrayScaleFrameReader.js +1 -0
- package/build/js/private/FrameReaders/WatermarkStack.d.ts +41 -0
- package/build/js/private/FrameReaders/WatermarkStack.js +1 -0
- package/build/js/private/FrameReaders/index.d.ts +18 -0
- package/build/js/private/FrameReaders/index.js +2 -0
- package/build/js/private/FrameReaders/webglUtilities.d.ts +5 -0
- package/build/js/private/FrameReaders/webglUtilities.js +1 -0
- package/build/js/private/GestureRecognizer/GestureRecognizer.d.ts +22 -0
- package/build/js/private/GestureRecognizer/GestureRecognizer.js +1 -0
- package/build/js/private/GestureRecognizer/PointerEventsDetector.d.ts +19 -0
- package/build/js/private/GestureRecognizer/PointerEventsDetector.js +1 -0
- package/build/js/private/GestureRecognizer/index.d.ts +5 -0
- package/build/js/private/GestureRecognizer/index.js +1 -0
- package/build/js/private/Helper.d.ts +14 -0
- package/build/js/private/Helper.js +1 -0
- package/build/js/private/HtmlElementState.d.ts +35 -0
- package/build/js/private/HtmlElementState.js +1 -0
- package/build/js/private/ModuleLicenseTextProvider.d.ts +6 -0
- package/build/js/private/ModuleLicenseTextProvider.js +1 -0
- package/build/js/private/NormalizedConfigureOptions.d.ts +53 -0
- package/build/js/private/NormalizedConfigureOptions.js +1 -0
- package/build/js/private/OrientationObserver.d.ts +30 -0
- package/build/js/private/OrientationObserver.js +1 -0
- package/build/js/private/Serializable.d.ts +9 -0
- package/build/js/private/Serializable.js +1 -0
- package/build/js/private/SingleImageUploaderView.d.ts +55 -0
- package/build/js/private/SingleImageUploaderView.js +1 -0
- package/build/js/private/SingleImageUploaderViewStyles.d.ts +28 -0
- package/build/js/private/SingleImageUploaderViewStyles.js +1 -0
- package/build/js/private/View.d.ts +7 -0
- package/build/js/private/View.js +1 -0
- package/build/js/private/ViewClassNames.d.ts +23 -0
- package/build/js/private/ViewClassNames.js +1 -0
- package/build/js/private/ViewControls+related.js +1 -0
- package/build/js/private/ViewControls_related.d.ts +120 -0
- package/build/js/private/ViewStyles.d.ts +4 -0
- package/build/js/private/ViewStyles.js +1 -0
- package/build/js/private/ViewsRegistry.d.ts +21 -0
- package/build/js/private/ViewsRegistry.js +1 -0
- package/build/js/private/hybridDesktopPlatformHelpers.d.ts +23 -0
- package/build/js/private/hybridDesktopPlatformHelpers.js +1 -0
- package/build/js/private/multithreadSimdHelper.d.ts +31 -0
- package/build/js/private/multithreadSimdHelper.js +1 -0
- package/build/js/private/ui/atoms/ArrowsUp.d.ts +19 -0
- package/build/js/private/ui/atoms/ArrowsUp.js +1 -0
- package/build/js/private/ui/atoms/ProgressBar.d.ts +28 -0
- package/build/js/private/ui/atoms/ProgressBar.js +1 -0
- package/build/js/private/ui/atoms/RoundedCheckSvgIcon.d.ts +17 -0
- package/build/js/private/ui/atoms/RoundedCheckSvgIcon.js +1 -0
- package/build/js/private/ui/atoms/RoundedExclamationMarkSvgIcon.d.ts +17 -0
- package/build/js/private/ui/atoms/RoundedExclamationMarkSvgIcon.js +1 -0
- package/build/js/private/ui/atoms/ShutterButton.d.ts +39 -0
- package/build/js/private/ui/atoms/ShutterButton.js +29 -0
- package/build/js/private/ui/atoms/SvgIcon.d.ts +22 -0
- package/build/js/private/ui/atoms/SvgIcon.js +1 -0
- package/build/js/private/ui/atoms/Toast.d.ts +67 -0
- package/build/js/private/ui/atoms/Toast.js +1 -0
- package/build/js/private/ui/colors.d.ts +27 -0
- package/build/js/private/ui/colors.js +1 -0
- package/build/js/private/ui/molecules/HintPresenter.d.ts +58 -0
- package/build/js/private/ui/molecules/HintPresenter.js +1 -0
- package/build/js/private/ui/molecules/LoadingOverlay.d.ts +26 -0
- package/build/js/private/ui/molecules/LoadingOverlay.js +1 -0
- package/build/js/private/unsupportedBrowserError.d.ts +10 -0
- package/build/js/private/unsupportedBrowserError.js +1 -0
- package/build/js/private/utils/ScanditHTMLElement.d.ts +6 -0
- package/build/js/private/utils/ScanditHTMLElement.js +1 -0
- package/build/js/private/utils/clamp.d.ts +4 -0
- package/build/js/private/utils/clamp.js +1 -0
- package/build/js/private/utils/css.d.ts +4 -0
- package/build/js/private/utils/css.js +1 -0
- package/build/js/private/utils/debounce.d.ts +4 -0
- package/build/js/private/utils/debounce.js +1 -0
- package/build/js/private/utils/deferred.d.ts +9 -0
- package/build/js/private/utils/deferred.js +1 -0
- package/build/js/private/utils/defineCustomElements.d.ts +4 -0
- package/build/js/private/utils/defineCustomElements.js +1 -0
- package/build/js/private/utils/html.d.ts +4 -0
- package/build/js/private/utils/html.js +1 -0
- package/build/js/private/utils/index.d.ts +16 -0
- package/build/js/private/utils/index.js +15 -0
- package/build/js/private/utils/isObject.d.ts +4 -0
- package/build/js/private/utils/isObject.js +1 -0
- package/build/js/private/utils/isWorkerScope.d.ts +4 -0
- package/build/js/private/utils/isWorkerScope.js +1 -0
- package/build/js/private/utils/match.d.ts +11 -0
- package/build/js/private/utils/match.js +1 -0
- package/build/js/private/utils/throttle.d.ts +4 -0
- package/build/js/private/utils/throttle.js +1 -0
- package/build/js/private/utils/timeout.d.ts +14 -0
- package/build/js/private/utils/timeout.js +1 -0
- package/build/js/private/utils/unknownErrorToString.d.ts +4 -0
- package/build/js/private/utils/unknownErrorToString.js +1 -0
- package/build/js/private/utils/wait.d.ts +4 -0
- package/build/js/private/utils/wait.js +1 -0
- package/build/js/private/utils/waitTransitionEndForElement.d.ts +4 -0
- package/build/js/private/utils/waitTransitionEndForElement.js +1 -0
- package/build/js/sdk.d.ts +30 -0
- package/build/js/sdk.js +1 -0
- package/build/js/translations.d.ts +12 -0
- package/build/js/translations.js +1 -0
- package/build/js/tsHelper.d.ts +26 -0
- package/build/js/tsHelper.js +1 -0
- package/build/js/worker/OverrideState.d.ts +8 -0
- package/build/js/worker/OverrideState.js +1 -0
- package/build/js/worker/WorkerMain.d.ts +40 -0
- package/build/js/worker/WorkerMain.js +1 -0
- package/build/js/worker/dataCapture.inlineWorker.d.ts +24 -0
- package/build/js/worker/dataCapture.inlineWorker.js +1 -0
- package/build/js/worker/dataCaptureEngine.d.ts +17 -0
- package/build/js/worker/dataCaptureEngine.js +1 -0
- package/build/js/worker/dataCaptureLoader.d.ts +17 -0
- package/build/js/worker/dataCaptureLoader.js +1 -0
- package/build/js/worker/dataCaptureWorkerRelated.d.ts +17 -0
- package/build/js/worker/dataCaptureWorkerRelated.js +1 -0
- package/build/js/worker/helper.d.ts +16 -0
- package/build/js/worker/helper.js +1 -0
- package/build/js/worker/helperFetch.d.ts +33 -0
- package/build/js/worker/helperFetch.js +1 -0
- package/build/js/worker/helperFs.d.ts +9 -0
- package/build/js/worker/helperFs.js +1 -0
- package/build/js/worker/importWasmScript.d.ts +4 -0
- package/build/js/worker/importWasmScript.js +1 -0
- package/build/js/worker/index.d.ts +18 -0
- package/build/js/worker/index.js +4 -0
- package/build/js/worker/inlineWorker.d.d.ts +5 -0
- package/build/js/worker/inlineWorker.d.js +1 -0
- package/package.json +156 -0
- package/sdc-lib/.gitkeep +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
export { g as Camera, e as CameraJSON, f as VideoFrameResolution } from './Camera-Cxbduq94.js';
|
|
3
|
+
import './private/Serializable.js';
|
|
4
|
+
import './private/FrameReaders/WatermarkStack.js';
|
|
5
|
+
import './tsHelper.js';
|
|
6
|
+
import './Common.js';
|
|
7
|
+
import './DataCaptureContextSettings.js';
|
|
8
|
+
import './DataCaptureViewPlusRelated.js';
|
|
9
|
+
import './ViewControls.js';
|
|
10
|
+
import './private/CustomLocationsView.js';
|
|
11
|
+
import './private/View.js';
|
|
12
|
+
import './private/AnchorPositions.js';
|
|
13
|
+
import './license/OpenSourceSoftwareLicenseInfo.js';
|
|
14
|
+
import './private/HtmlElementState.js';
|
|
15
|
+
import './worker/OverrideState.js';
|
|
16
|
+
import './logger.js';
|
|
17
|
+
import './LoadingStatus.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as Camera } from './chunks/chunk-SJE4IFCX.js';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
export { m as CameraAccess, n as DeviceCamera } from './Camera-Cxbduq94.js';
|
|
3
|
+
import './private/Serializable.js';
|
|
4
|
+
import './private/FrameReaders/WatermarkStack.js';
|
|
5
|
+
import './tsHelper.js';
|
|
6
|
+
import './Common.js';
|
|
7
|
+
import './DataCaptureContextSettings.js';
|
|
8
|
+
import './DataCaptureViewPlusRelated.js';
|
|
9
|
+
import './ViewControls.js';
|
|
10
|
+
import './private/CustomLocationsView.js';
|
|
11
|
+
import './private/View.js';
|
|
12
|
+
import './private/AnchorPositions.js';
|
|
13
|
+
import './license/OpenSourceSoftwareLicenseInfo.js';
|
|
14
|
+
import './private/HtmlElementState.js';
|
|
15
|
+
import './worker/OverrideState.js';
|
|
16
|
+
import './logger.js';
|
|
17
|
+
import './LoadingStatus.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as CameraAccess } from './chunks/chunk-7NUUZ7LP.js';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
export { C as CameraPosition, l as CameraSettings, i as CameraSettingsFromJSON, j as CameraSettingsJSON, h as CameraSettingsJSONBase, F as FocusGestureStrategy, a as FrameSource, d as FrameSourceJSON, c as FrameSourceListener, b as FrameSourceState, T as TorchState, V as VideoResolution, k as isCameraFrameSource } from './Camera-Cxbduq94.js';
|
|
3
|
+
import './private/Serializable.js';
|
|
4
|
+
import './private/FrameReaders/WatermarkStack.js';
|
|
5
|
+
import './tsHelper.js';
|
|
6
|
+
import './Common.js';
|
|
7
|
+
import './DataCaptureContextSettings.js';
|
|
8
|
+
import './DataCaptureViewPlusRelated.js';
|
|
9
|
+
import './ViewControls.js';
|
|
10
|
+
import './private/CustomLocationsView.js';
|
|
11
|
+
import './private/View.js';
|
|
12
|
+
import './private/AnchorPositions.js';
|
|
13
|
+
import './license/OpenSourceSoftwareLicenseInfo.js';
|
|
14
|
+
import './private/HtmlElementState.js';
|
|
15
|
+
import './worker/OverrideState.js';
|
|
16
|
+
import './logger.js';
|
|
17
|
+
import './LoadingStatus.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { c as CameraPosition, g as CameraSettings, e as FocusGestureStrategy, a as FrameSourceState, b as TorchState, d as VideoResolution, f as isCameraFrameSource } from './chunks/chunk-W7LJM2QO.js';
|
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
import { Serializable, StringSerializable } from './private/Serializable.js';
|
|
3
|
+
|
|
4
|
+
interface PointJSON {
|
|
5
|
+
x: number;
|
|
6
|
+
y: number;
|
|
7
|
+
}
|
|
8
|
+
declare class Point implements Serializable<PointJSON> {
|
|
9
|
+
private readonly _x;
|
|
10
|
+
private readonly _y;
|
|
11
|
+
constructor(x: number, y: number);
|
|
12
|
+
get x(): number;
|
|
13
|
+
get y(): number;
|
|
14
|
+
private static mirrorX;
|
|
15
|
+
private static fromJSON;
|
|
16
|
+
toJSONObject(): PointJSON;
|
|
17
|
+
}
|
|
18
|
+
interface QuadrilateralJSON {
|
|
19
|
+
topLeft: PointJSON;
|
|
20
|
+
topRight: PointJSON;
|
|
21
|
+
bottomRight: PointJSON;
|
|
22
|
+
bottomLeft: PointJSON;
|
|
23
|
+
}
|
|
24
|
+
declare class Quadrilateral implements Serializable<QuadrilateralJSON> {
|
|
25
|
+
private readonly _topLeft;
|
|
26
|
+
private readonly _topRight;
|
|
27
|
+
private readonly _bottomRight;
|
|
28
|
+
private readonly _bottomLeft;
|
|
29
|
+
constructor(topLeft: Point, topRight: Point, bottomRight: Point, bottomLeft: Point);
|
|
30
|
+
get topLeft(): Point;
|
|
31
|
+
get topRight(): Point;
|
|
32
|
+
get bottomRight(): Point;
|
|
33
|
+
get bottomLeft(): Point;
|
|
34
|
+
protected static fromJSON(json: QuadrilateralJSON): Quadrilateral;
|
|
35
|
+
toJSONObject(): QuadrilateralJSON;
|
|
36
|
+
}
|
|
37
|
+
declare enum MeasureUnit {
|
|
38
|
+
Pixel = "pixel",
|
|
39
|
+
Fraction = "fraction"
|
|
40
|
+
}
|
|
41
|
+
interface NumberWithUnitJSON {
|
|
42
|
+
value: number;
|
|
43
|
+
unit: string;
|
|
44
|
+
}
|
|
45
|
+
declare class NumberWithUnit implements Serializable<NumberWithUnitJSON> {
|
|
46
|
+
private readonly _value;
|
|
47
|
+
private readonly _unit;
|
|
48
|
+
constructor(value: number, unit: MeasureUnit);
|
|
49
|
+
get value(): number;
|
|
50
|
+
get unit(): MeasureUnit;
|
|
51
|
+
private static fromJSON;
|
|
52
|
+
toJSONObject(): NumberWithUnitJSON;
|
|
53
|
+
}
|
|
54
|
+
interface PointWithUnitJSON {
|
|
55
|
+
x: NumberWithUnitJSON;
|
|
56
|
+
y: NumberWithUnitJSON;
|
|
57
|
+
}
|
|
58
|
+
declare class PointWithUnit implements Serializable<PointWithUnitJSON> {
|
|
59
|
+
private readonly _x;
|
|
60
|
+
private readonly _y;
|
|
61
|
+
constructor(x: NumberWithUnit, y: NumberWithUnit);
|
|
62
|
+
private static get zero();
|
|
63
|
+
get x(): NumberWithUnit;
|
|
64
|
+
get y(): NumberWithUnit;
|
|
65
|
+
private static fromJSON;
|
|
66
|
+
toJSONObject(): PointWithUnitJSON;
|
|
67
|
+
}
|
|
68
|
+
interface RectJSON {
|
|
69
|
+
origin: PointJSON;
|
|
70
|
+
size: SizeJSON;
|
|
71
|
+
}
|
|
72
|
+
declare class Rect implements Serializable<RectJSON> {
|
|
73
|
+
private readonly _origin;
|
|
74
|
+
private readonly _size;
|
|
75
|
+
constructor(origin: Point, size: Size);
|
|
76
|
+
get origin(): Point;
|
|
77
|
+
get size(): Size;
|
|
78
|
+
toJSONObject(): RectJSON;
|
|
79
|
+
}
|
|
80
|
+
interface RectWithUnitJSON {
|
|
81
|
+
origin: PointWithUnitJSON;
|
|
82
|
+
size: SizeWithUnitJSON;
|
|
83
|
+
}
|
|
84
|
+
declare class RectWithUnit implements Serializable<RectWithUnitJSON> {
|
|
85
|
+
private readonly _origin;
|
|
86
|
+
private readonly _size;
|
|
87
|
+
constructor(origin: PointWithUnit, size: SizeWithUnit);
|
|
88
|
+
get origin(): PointWithUnit;
|
|
89
|
+
get size(): SizeWithUnit;
|
|
90
|
+
toJSONObject(): RectWithUnitJSON;
|
|
91
|
+
}
|
|
92
|
+
interface SizeWithUnitJSON {
|
|
93
|
+
width: NumberWithUnitJSON;
|
|
94
|
+
height: NumberWithUnitJSON;
|
|
95
|
+
}
|
|
96
|
+
declare class SizeWithUnit implements Serializable<SizeWithUnitJSON> {
|
|
97
|
+
private readonly _width;
|
|
98
|
+
private readonly _height;
|
|
99
|
+
constructor(width: NumberWithUnit, height: NumberWithUnit);
|
|
100
|
+
get width(): NumberWithUnit;
|
|
101
|
+
get height(): NumberWithUnit;
|
|
102
|
+
private static fromJSON;
|
|
103
|
+
isSameAs(other: SizeWithUnit): boolean;
|
|
104
|
+
toJSONObject(): SizeWithUnitJSON;
|
|
105
|
+
}
|
|
106
|
+
interface SizeJSON {
|
|
107
|
+
width: number;
|
|
108
|
+
height: number;
|
|
109
|
+
}
|
|
110
|
+
declare class Size implements Serializable<SizeJSON> {
|
|
111
|
+
private readonly _width;
|
|
112
|
+
private readonly _height;
|
|
113
|
+
constructor(width: number, height: number);
|
|
114
|
+
get width(): number;
|
|
115
|
+
get height(): number;
|
|
116
|
+
private static fromJSON;
|
|
117
|
+
toJSONObject(): SizeJSON;
|
|
118
|
+
}
|
|
119
|
+
declare class SizeWithAspect {
|
|
120
|
+
private readonly _size;
|
|
121
|
+
private readonly _aspect;
|
|
122
|
+
constructor(size: NumberWithUnit, aspect: number);
|
|
123
|
+
get size(): NumberWithUnit;
|
|
124
|
+
get aspect(): number;
|
|
125
|
+
}
|
|
126
|
+
declare enum SizingMode {
|
|
127
|
+
WidthAndHeight = "widthAndHeight",
|
|
128
|
+
WidthAndAspectRatio = "widthAndAspectRatio",
|
|
129
|
+
HeightAndAspectRatio = "heightAndAspectRatio",
|
|
130
|
+
ShorterDimensionAndAspectRatio = "shorterDimensionAndAspectRatio"
|
|
131
|
+
}
|
|
132
|
+
interface SizeWithUnitAndAspectJSON {
|
|
133
|
+
width?: NumberWithUnitJSON;
|
|
134
|
+
height?: NumberWithUnitJSON;
|
|
135
|
+
shorterDimension?: NumberWithUnitJSON;
|
|
136
|
+
aspect?: number;
|
|
137
|
+
}
|
|
138
|
+
declare class SizeWithUnitAndAspect implements Serializable<SizeWithUnitAndAspectJSON> {
|
|
139
|
+
private _widthAndHeight;
|
|
140
|
+
private _widthAndAspectRatio;
|
|
141
|
+
private _heightAndAspectRatio;
|
|
142
|
+
private _shorterDimensionAndAspectRatio;
|
|
143
|
+
get widthAndHeight(): SizeWithUnit | null;
|
|
144
|
+
get widthAndAspectRatio(): SizeWithAspect | null;
|
|
145
|
+
get heightAndAspectRatio(): SizeWithAspect | null;
|
|
146
|
+
get shorterDimensionAndAspectRatio(): SizeWithAspect | null;
|
|
147
|
+
get sizingMode(): SizingMode;
|
|
148
|
+
private static sizeWithWidthAndHeight;
|
|
149
|
+
private static sizeWithWidthAndAspectRatio;
|
|
150
|
+
private static sizeWithHeightAndAspectRatio;
|
|
151
|
+
private static sizeWithShorterDimensionAndAspectRatio;
|
|
152
|
+
private static fromJSON;
|
|
153
|
+
toJSONObject(): SizeWithUnitAndAspectJSON;
|
|
154
|
+
}
|
|
155
|
+
interface MarginsWithUnitJSON {
|
|
156
|
+
left: NumberWithUnitJSON;
|
|
157
|
+
right: NumberWithUnitJSON;
|
|
158
|
+
top: NumberWithUnitJSON;
|
|
159
|
+
bottom: NumberWithUnitJSON;
|
|
160
|
+
}
|
|
161
|
+
declare class MarginsWithUnit implements Serializable<MarginsWithUnitJSON> {
|
|
162
|
+
private readonly _left;
|
|
163
|
+
private readonly _right;
|
|
164
|
+
private readonly _top;
|
|
165
|
+
private readonly _bottom;
|
|
166
|
+
constructor(left: NumberWithUnit, top: NumberWithUnit, right: NumberWithUnit, bottom: NumberWithUnit);
|
|
167
|
+
private static get zero();
|
|
168
|
+
get left(): NumberWithUnit;
|
|
169
|
+
get right(): NumberWithUnit;
|
|
170
|
+
get top(): NumberWithUnit;
|
|
171
|
+
get bottom(): NumberWithUnit;
|
|
172
|
+
private static fromJSON;
|
|
173
|
+
toJSONObject(): MarginsWithUnitJSON;
|
|
174
|
+
}
|
|
175
|
+
type ColorJSON = string;
|
|
176
|
+
declare class Color implements StringSerializable {
|
|
177
|
+
private readonly hexadecimalString;
|
|
178
|
+
private constructor();
|
|
179
|
+
get redComponent(): string;
|
|
180
|
+
get greenComponent(): string;
|
|
181
|
+
get blueComponent(): string;
|
|
182
|
+
get alphaComponent(): string;
|
|
183
|
+
get red(): number;
|
|
184
|
+
get green(): number;
|
|
185
|
+
get blue(): number;
|
|
186
|
+
get alpha(): number;
|
|
187
|
+
static fromHex(hex: string): Color;
|
|
188
|
+
static fromRGBA(red: number, green: number, blue: number, alpha?: number): Color;
|
|
189
|
+
private static areEquals;
|
|
190
|
+
private static hexToNumber;
|
|
191
|
+
private static fromJSON;
|
|
192
|
+
private static numberToHex;
|
|
193
|
+
private static normalizeHex;
|
|
194
|
+
private static normalizeAlpha;
|
|
195
|
+
withAlpha(alpha: number): Color;
|
|
196
|
+
toJSON(): string;
|
|
197
|
+
}
|
|
198
|
+
declare enum Orientation {
|
|
199
|
+
Unknown = "unknown",
|
|
200
|
+
Portrait = "portrait",
|
|
201
|
+
PortraitUpsideDown = "portraitUpsideDown",
|
|
202
|
+
LandscapeRight = "landscapeRight",
|
|
203
|
+
LandscapeLeft = "landscapeLeft"
|
|
204
|
+
}
|
|
205
|
+
declare enum Direction {
|
|
206
|
+
None = "none",
|
|
207
|
+
Horizontal = "horizontal",
|
|
208
|
+
LeftToRight = "leftToRight",
|
|
209
|
+
RightToLeft = "rightToLeft",
|
|
210
|
+
Vertical = "vertical",
|
|
211
|
+
TopToBottom = "topToBottom",
|
|
212
|
+
BottomToTop = "bottomToTop"
|
|
213
|
+
}
|
|
214
|
+
declare enum Anchor {
|
|
215
|
+
TopLeft = "topLeft",
|
|
216
|
+
TopCenter = "topCenter",
|
|
217
|
+
TopRight = "topRight",
|
|
218
|
+
CenterLeft = "centerLeft",
|
|
219
|
+
Center = "center",
|
|
220
|
+
CenterRight = "centerRight",
|
|
221
|
+
BottomLeft = "bottomLeft",
|
|
222
|
+
BottomCenter = "bottomCenter",
|
|
223
|
+
BottomRight = "bottomRight"
|
|
224
|
+
}
|
|
225
|
+
interface JSONType {
|
|
226
|
+
[key: string]: JSONType | JSONType[] | boolean | number | string | null;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export { Anchor, Color, type ColorJSON, Direction, type JSONType, MarginsWithUnit, type MarginsWithUnitJSON, MeasureUnit, NumberWithUnit, type NumberWithUnitJSON, Orientation, Point, type PointJSON, PointWithUnit, type PointWithUnitJSON, Quadrilateral, type QuadrilateralJSON, Rect, type RectJSON, RectWithUnit, type RectWithUnitJSON, Size, type SizeJSON, SizeWithAspect, SizeWithUnit, SizeWithUnitAndAspect, type SizeWithUnitAndAspectJSON, type SizeWithUnitJSON, SizingMode };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { q as Anchor, n as Color, p as Direction, m as MarginsWithUnit, c as MeasureUnit, d as NumberWithUnit, o as Orientation, a as Point, e as PointWithUnit, b as Quadrilateral, f as Rect, g as RectWithUnit, i as Size, j as SizeWithAspect, h as SizeWithUnit, l as SizeWithUnitAndAspect, k as SizingMode } from './chunks/chunk-N4NOODAT.js';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
export { o as Change, u as DataCaptureComponent, t as DataCaptureComponentJSON, B as DataCaptureContext, x as DataCaptureContextCreationOptions, y as DataCaptureContextJSON, q as DataCaptureMode, r as DataCaptureModeJSON, P as PrivateChangeSet, s as PrivateDataCaptureComponent, w as PrivateDataCaptureContext, v as PrivateDataCaptureContextOptions, p as PrivateDataCaptureMode, A as PrivateFrameHandler, z as PrivateFrameHandlerResponse } from './Camera-Cxbduq94.js';
|
|
3
|
+
import './Common.js';
|
|
4
|
+
import './DataCaptureContextSettings.js';
|
|
5
|
+
import './license/OpenSourceSoftwareLicenseInfo.js';
|
|
6
|
+
import './private/HtmlElementState.js';
|
|
7
|
+
import './private/Serializable.js';
|
|
8
|
+
import './tsHelper.js';
|
|
9
|
+
import './private/FrameReaders/WatermarkStack.js';
|
|
10
|
+
import './DataCaptureViewPlusRelated.js';
|
|
11
|
+
import './ViewControls.js';
|
|
12
|
+
import './private/CustomLocationsView.js';
|
|
13
|
+
import './private/View.js';
|
|
14
|
+
import './private/AnchorPositions.js';
|
|
15
|
+
import './worker/OverrideState.js';
|
|
16
|
+
import './logger.js';
|
|
17
|
+
import './LoadingStatus.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as DataCaptureContext } from './chunks/chunk-CQ5KZRRX.js';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
export { H as ContextStatus, G as ContextStatusJSON, E as DataCaptureContextListener, I as PrivateMirrorAxis } from './Camera-Cxbduq94.js';
|
|
3
|
+
import './private/Serializable.js';
|
|
4
|
+
import './private/FrameReaders/WatermarkStack.js';
|
|
5
|
+
import './tsHelper.js';
|
|
6
|
+
import './Common.js';
|
|
7
|
+
import './DataCaptureContextSettings.js';
|
|
8
|
+
import './DataCaptureViewPlusRelated.js';
|
|
9
|
+
import './ViewControls.js';
|
|
10
|
+
import './private/CustomLocationsView.js';
|
|
11
|
+
import './private/View.js';
|
|
12
|
+
import './private/AnchorPositions.js';
|
|
13
|
+
import './license/OpenSourceSoftwareLicenseInfo.js';
|
|
14
|
+
import './private/HtmlElementState.js';
|
|
15
|
+
import './worker/OverrideState.js';
|
|
16
|
+
import './logger.js';
|
|
17
|
+
import './LoadingStatus.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as ContextStatus, b as PrivateMirrorAxis } from './chunks/chunk-WUHKODFA.js';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
import { JSONType } from './Common.js';
|
|
3
|
+
import { Serializable } from './private/Serializable.js';
|
|
4
|
+
|
|
5
|
+
type DataCaptureContextSettingsJSON = Record<string, JSONType>;
|
|
6
|
+
declare class DataCaptureContextSettings implements Serializable<DataCaptureContextSettingsJSON> {
|
|
7
|
+
constructor();
|
|
8
|
+
setProperty(name: string, value: any): void;
|
|
9
|
+
getProperty(name: string): any;
|
|
10
|
+
toJSONObject(): DataCaptureContextSettingsJSON;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export { DataCaptureContextSettings, type DataCaptureContextSettingsJSON };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as DataCaptureContextSettings } from './chunks/chunk-7SW2PEHB.js';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
interface DataCaptureErrorDetails {
|
|
3
|
+
message: string;
|
|
4
|
+
name: string;
|
|
5
|
+
}
|
|
6
|
+
declare class DataCaptureError extends Error {
|
|
7
|
+
readonly name: string;
|
|
8
|
+
readonly message: string;
|
|
9
|
+
constructor(details: DataCaptureErrorDetails);
|
|
10
|
+
toString(): string;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export { DataCaptureError, type DataCaptureErrorDetails };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as DataCaptureError } from './chunks/chunk-QCZSSQAQ.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as DataCaptureVersion } from './chunks/chunk-YRSVOTNR.js';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
import './Common.js';
|
|
3
|
+
export { J as DataCaptureOverlay, M as DataCaptureView, L as DataCaptureViewJSON, K as DataCaptureViewListener } from './Camera-Cxbduq94.js';
|
|
4
|
+
import './DataCaptureViewPlusRelated.js';
|
|
5
|
+
import './ViewControls.js';
|
|
6
|
+
import './private/CustomLocationsView.js';
|
|
7
|
+
import './private/Serializable.js';
|
|
8
|
+
import './private/AnchorPositions.js';
|
|
9
|
+
import './private/FrameReaders/WatermarkStack.js';
|
|
10
|
+
import './tsHelper.js';
|
|
11
|
+
import './DataCaptureContextSettings.js';
|
|
12
|
+
import './license/OpenSourceSoftwareLicenseInfo.js';
|
|
13
|
+
import './private/HtmlElementState.js';
|
|
14
|
+
import './worker/OverrideState.js';
|
|
15
|
+
import './logger.js';
|
|
16
|
+
import './LoadingStatus.js';
|
|
17
|
+
import './private/View.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as DataCaptureView } from './chunks/chunk-HRS63RFH.js';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
import { Serializable } from './private/Serializable.js';
|
|
3
|
+
|
|
4
|
+
declare enum LogoStyle {
|
|
5
|
+
Minimal = "minimal",
|
|
6
|
+
Extended = "extended"
|
|
7
|
+
}
|
|
8
|
+
interface FocusGestureJSON {
|
|
9
|
+
type: string;
|
|
10
|
+
}
|
|
11
|
+
type FocusGesture = Serializable<FocusGestureJSON>;
|
|
12
|
+
declare class TapToFocus implements FocusGesture, Serializable<FocusGestureJSON> {
|
|
13
|
+
private type;
|
|
14
|
+
toJSONObject(): FocusGestureJSON;
|
|
15
|
+
}
|
|
16
|
+
type ZoomGesture = Serializable<ZoomGestureJSON>;
|
|
17
|
+
interface ZoomGestureJSON {
|
|
18
|
+
type: string;
|
|
19
|
+
}
|
|
20
|
+
declare class SwipeToZoom implements ZoomGesture, Serializable<ZoomGestureJSON> {
|
|
21
|
+
private readonly type;
|
|
22
|
+
toJSONObject(): ZoomGestureJSON;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export { type FocusGesture, type FocusGestureJSON, LogoStyle, SwipeToZoom, TapToFocus, type ZoomGesture, type ZoomGestureJSON };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as LogoStyle, c as SwipeToZoom, b as TapToFocus } from './chunks/chunk-GX4YCYCH.js';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
declare const defaultViewClassnames: {
|
|
3
|
+
CONTAINER_CLASS_NAME: string;
|
|
4
|
+
PAINTBOARDS_CONTAINER_CLASS_NAME: string;
|
|
5
|
+
PAINTBOARD_CLASS_NAME: string;
|
|
6
|
+
PAINTBOARD_CLASS_NAME_STATE_ON: string;
|
|
7
|
+
CONTROLS_CLASS_NAME: string;
|
|
8
|
+
CONTROL_WIDGET_CLASS_NAME: string;
|
|
9
|
+
MIRRORED_CLASS_NAME: string;
|
|
10
|
+
CAMERA_RECOVERY_CLASS_NAME: string;
|
|
11
|
+
ERROR_CLASS_NAME: string;
|
|
12
|
+
HINT_CONTAINER_CLASS_NAME: string;
|
|
13
|
+
HINT_CLASS_NAME: string;
|
|
14
|
+
SINGLE_IMAGE_UPLOADER_CONTAINER_CLASS_NAME: string;
|
|
15
|
+
CANVAS_VIDEO_PREVIEW_CLASS_NAME: string;
|
|
16
|
+
TORCH_SWITCH_CONTROL_CLASS_NAME: string;
|
|
17
|
+
CAMERA_SWITCH_CONTROL_CLASS_NAME: string;
|
|
18
|
+
CAMERA_FOV_SWITCH_CONTROL_CLASS_NAME: string;
|
|
19
|
+
SHUTTER_BUTTON_CONTROL_CLASS_NAME: string;
|
|
20
|
+
FROZEN_FRAME: string;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { defaultViewClassnames };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as defaultViewClassnames } from './chunks/chunk-JKL2W65E.js';
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
import * as CSS from 'csstype';
|
|
3
|
+
import { V as VideoResolution, F as FocusGestureStrategy, C as CameraPosition } from './Camera-Cxbduq94.js';
|
|
4
|
+
import { MarginsWithUnit, PointWithUnit, Anchor, Color } from './Common.js';
|
|
5
|
+
import { FocusGestureJSON, FocusGesture, ZoomGestureJSON, ZoomGesture, LogoStyle } from './DataCaptureViewPlusRelated.js';
|
|
6
|
+
import { RectangularViewfinderStyle, PrivateRectangularViewfinderDefault } from './ViewfinderPlusRelated.js';
|
|
7
|
+
import './private/Serializable.js';
|
|
8
|
+
import './private/FrameReaders/WatermarkStack.js';
|
|
9
|
+
import './tsHelper.js';
|
|
10
|
+
import './DataCaptureContextSettings.js';
|
|
11
|
+
import './ViewControls.js';
|
|
12
|
+
import './private/CustomLocationsView.js';
|
|
13
|
+
import './private/View.js';
|
|
14
|
+
import './private/AnchorPositions.js';
|
|
15
|
+
import './license/OpenSourceSoftwareLicenseInfo.js';
|
|
16
|
+
import './private/HtmlElementState.js';
|
|
17
|
+
import './worker/OverrideState.js';
|
|
18
|
+
import './logger.js';
|
|
19
|
+
import './LoadingStatus.js';
|
|
20
|
+
|
|
21
|
+
declare class PrivateFocusGestureDeserializer {
|
|
22
|
+
static fromJSON(json: FocusGestureJSON | null): FocusGesture | null;
|
|
23
|
+
}
|
|
24
|
+
declare class PrivateZoomGestureDeserializer {
|
|
25
|
+
static fromJSON(json: ZoomGestureJSON | null): ZoomGesture | null;
|
|
26
|
+
}
|
|
27
|
+
interface CameraSettingsDefaults {
|
|
28
|
+
preferredResolution: VideoResolution;
|
|
29
|
+
zoomFactor: number;
|
|
30
|
+
zoomGestureZoomFactor: number;
|
|
31
|
+
focusGestureStrategy: FocusGestureStrategy;
|
|
32
|
+
}
|
|
33
|
+
interface SingleImageUploaderSettingsDefaults {
|
|
34
|
+
iconElement: HTMLElement | SVGElement;
|
|
35
|
+
informationElement: HTMLElement;
|
|
36
|
+
buttonElement: HTMLElement;
|
|
37
|
+
containerStyle: CSS.Properties;
|
|
38
|
+
iconStyle: CSS.Properties;
|
|
39
|
+
informationStyle: CSS.Properties;
|
|
40
|
+
buttonStyle: CSS.Properties;
|
|
41
|
+
onlyCameraCapture: boolean;
|
|
42
|
+
}
|
|
43
|
+
interface Defaults {
|
|
44
|
+
Camera: {
|
|
45
|
+
Settings: CameraSettingsDefaults;
|
|
46
|
+
defaultPosition: CameraPosition | null;
|
|
47
|
+
availablePositions: CameraPosition[];
|
|
48
|
+
};
|
|
49
|
+
SingleImageUploader: {
|
|
50
|
+
Settings: SingleImageUploaderSettingsDefaults;
|
|
51
|
+
};
|
|
52
|
+
DataCaptureView: {
|
|
53
|
+
scanAreaMargins: MarginsWithUnit;
|
|
54
|
+
pointOfInterest: PointWithUnit;
|
|
55
|
+
logoStyle: LogoStyle;
|
|
56
|
+
logoAnchor: Anchor;
|
|
57
|
+
logoOffset: PointWithUnit;
|
|
58
|
+
focusGesture: FocusGesture | null;
|
|
59
|
+
zoomGesture: ZoomGesture | null;
|
|
60
|
+
cameraRecoveryText: string;
|
|
61
|
+
};
|
|
62
|
+
RectangularViewfinder: {
|
|
63
|
+
defaultStyle: RectangularViewfinderStyle;
|
|
64
|
+
styles: Record<string, PrivateRectangularViewfinderDefault>;
|
|
65
|
+
};
|
|
66
|
+
AimerViewfinder: {
|
|
67
|
+
frameColor: Color;
|
|
68
|
+
dotColor: Color;
|
|
69
|
+
};
|
|
70
|
+
Brush: {
|
|
71
|
+
fillColor: Color;
|
|
72
|
+
strokeColor: Color;
|
|
73
|
+
strokeWidth: number;
|
|
74
|
+
};
|
|
75
|
+
Feedback: {
|
|
76
|
+
defaultVibrationPattern: number[];
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
interface CameraSettingsDefaultsJSON {
|
|
80
|
+
preferredResolution: string;
|
|
81
|
+
zoomFactor: number;
|
|
82
|
+
zoomGestureZoomFactor: number;
|
|
83
|
+
focusGestureStrategy: string;
|
|
84
|
+
}
|
|
85
|
+
interface SingleImageUploaderSettingsDefaultsJSON {
|
|
86
|
+
iconElement: string;
|
|
87
|
+
informationElement: string;
|
|
88
|
+
buttonElement: string;
|
|
89
|
+
containerStyle: Record<string, number | string>;
|
|
90
|
+
iconStyle: Record<string, number | string>;
|
|
91
|
+
informationStyle: Record<string, number | string>;
|
|
92
|
+
buttonStyle: Record<string, number | string>;
|
|
93
|
+
onlyCameraCapture: boolean;
|
|
94
|
+
}
|
|
95
|
+
interface RectangularViewfinderDefaultJSON {
|
|
96
|
+
size: string;
|
|
97
|
+
color: string;
|
|
98
|
+
style: string;
|
|
99
|
+
lineStyle: string;
|
|
100
|
+
dimming: number;
|
|
101
|
+
animation: string;
|
|
102
|
+
}
|
|
103
|
+
interface DefaultsJSON {
|
|
104
|
+
Camera: {
|
|
105
|
+
Settings: CameraSettingsDefaultsJSON;
|
|
106
|
+
defaultPosition: string | null;
|
|
107
|
+
availablePositions: string[];
|
|
108
|
+
};
|
|
109
|
+
SingleImageUploader: {
|
|
110
|
+
Settings: SingleImageUploaderSettingsDefaultsJSON;
|
|
111
|
+
};
|
|
112
|
+
DataCaptureView: {
|
|
113
|
+
scanAreaMargins: string;
|
|
114
|
+
pointOfInterest: string;
|
|
115
|
+
logoAnchor: string;
|
|
116
|
+
logoOffset: string;
|
|
117
|
+
logoStyle: string;
|
|
118
|
+
focusGesture: string;
|
|
119
|
+
zoomGesture: string;
|
|
120
|
+
cameraRecoveryText: string;
|
|
121
|
+
};
|
|
122
|
+
RectangularViewfinder: {
|
|
123
|
+
defaultStyle: string;
|
|
124
|
+
styles: Record<string, RectangularViewfinderDefaultJSON>;
|
|
125
|
+
};
|
|
126
|
+
AimerViewfinder: {
|
|
127
|
+
frameColor: string;
|
|
128
|
+
dotColor: string;
|
|
129
|
+
};
|
|
130
|
+
Brush: {
|
|
131
|
+
fillColor: string;
|
|
132
|
+
strokeColor: string;
|
|
133
|
+
strokeWidth: number;
|
|
134
|
+
};
|
|
135
|
+
Feedback: {
|
|
136
|
+
defaultVibrationPattern: number[];
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
declare function defaultsFromJSON(json: DefaultsJSON): Defaults;
|
|
140
|
+
declare let defaultValues: Defaults;
|
|
141
|
+
declare function setDefaults(newDefaults: Defaults): void;
|
|
142
|
+
|
|
143
|
+
export { type CameraSettingsDefaults, type CameraSettingsDefaultsJSON, type Defaults, type DefaultsJSON, PrivateFocusGestureDeserializer, PrivateZoomGestureDeserializer, type SingleImageUploaderSettingsDefaults, type SingleImageUploaderSettingsDefaultsJSON, defaultValues, defaultsFromJSON, setDefaults };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as PrivateFocusGestureDeserializer, b as PrivateZoomGestureDeserializer, d as defaultValues, c as defaultsFromJSON, e as setDefaults } from './chunks/chunk-UPUPKPEP.js';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
import { Serializable } from './private/Serializable.js';
|
|
3
|
+
import { SoundJSON, Sound } from './Sound.js';
|
|
4
|
+
import { VibrationJSON, Vibration } from './Vibration.js';
|
|
5
|
+
|
|
6
|
+
interface FeedbackJSON {
|
|
7
|
+
vibration?: VibrationJSON;
|
|
8
|
+
sound?: SoundJSON;
|
|
9
|
+
}
|
|
10
|
+
declare class Feedback implements Serializable<FeedbackJSON> {
|
|
11
|
+
private readonly _vibration;
|
|
12
|
+
private readonly _sound;
|
|
13
|
+
constructor(vibration: Vibration | null, sound: Sound | null);
|
|
14
|
+
static get defaultFeedback(): Feedback;
|
|
15
|
+
get vibration(): Vibration | null;
|
|
16
|
+
get sound(): Sound | null;
|
|
17
|
+
emit(): void;
|
|
18
|
+
toJSONObject(): FeedbackJSON;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { Feedback, type FeedbackJSON };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as Feedback } from './chunks/chunk-PO2YU6JK.js';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="emscripten" />
|
|
2
|
+
export { N as FrameData, O as PrivateLoadableFrameData, Q as convertToPublicFrameData } from './Camera-Cxbduq94.js';
|
|
3
|
+
import './private/Serializable.js';
|
|
4
|
+
import './private/FrameReaders/WatermarkStack.js';
|
|
5
|
+
import './tsHelper.js';
|
|
6
|
+
import './Common.js';
|
|
7
|
+
import './DataCaptureContextSettings.js';
|
|
8
|
+
import './DataCaptureViewPlusRelated.js';
|
|
9
|
+
import './ViewControls.js';
|
|
10
|
+
import './private/CustomLocationsView.js';
|
|
11
|
+
import './private/View.js';
|
|
12
|
+
import './private/AnchorPositions.js';
|
|
13
|
+
import './license/OpenSourceSoftwareLicenseInfo.js';
|
|
14
|
+
import './private/HtmlElementState.js';
|
|
15
|
+
import './worker/OverrideState.js';
|
|
16
|
+
import './logger.js';
|
|
17
|
+
import './LoadingStatus.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as convertToPublicFrameData } from './chunks/chunk-UHFABUTI.js';
|