@scandit/web-datacapture-core 7.0.0-beta.2 → 7.0.0
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/README.md +1 -1
- package/build/js/{Camera-SnHjQ2_l.d.ts → Camera-Cxbduq94.d.ts} +1 -1
- package/build/js/Camera.d.ts +1 -1
- package/build/js/CameraAccess.d.ts +1 -1
- package/build/js/CameraRelated.d.ts +1 -1
- package/build/js/DataCaptureContext.d.ts +1 -1
- package/build/js/DataCaptureContext.js +1 -1
- package/build/js/DataCaptureContextRelated.d.ts +1 -1
- package/build/js/DataCaptureVersion.js +1 -1
- package/build/js/DataCaptureView.d.ts +1 -1
- package/build/js/DataCaptureView.js +1 -1
- package/build/js/Defaults.d.ts +1 -1
- package/build/js/FrameData.d.ts +1 -1
- package/build/js/ImageFrameSource.d.ts +1 -1
- package/build/js/SingleImageUploader.d.ts +1 -1
- package/build/js/chunks/chunk-DWX2KHSS.js +3 -0
- package/build/js/chunks/{chunk-G4BOCIEZ.js → chunk-EQEB3JUS.js} +1 -1
- package/build/js/chunks/{chunk-2XZA2MFA.js → chunk-HEBLZ3EE.js} +1 -1
- package/build/js/chunks/{chunk-7DHCGO5J.js → chunk-KWL7KLMR.js} +3 -3
- package/build/js/index.d.ts +2 -2
- package/build/js/index.js +5 -5
- package/build/js/private/CameraAccess.d.ts +1 -1
- package/build/js/private/CameraManager.d.ts +1 -1
- package/build/js/private/CanvasDrawerWithMetrics.d.ts +1 -1
- package/build/js/private/CoreModuleLicenseTextProvider.d.ts +1 -1
- package/build/js/private/DataCaptureContextRelated.d.ts +1 -1
- package/build/js/private/FrameReaders/FrameReader.d.ts +1 -1
- package/build/js/private/FrameReaders/FrameReaderAbstract.d.ts +1 -1
- package/build/js/private/FrameReaders/GrayScaleFrameReader.d.ts +1 -1
- package/build/js/private/FrameReaders/index.d.ts +1 -1
- package/build/js/private/NormalizedConfigureOptions.d.ts +1 -1
- package/build/js/private/ViewControls_related.d.ts +1 -1
- package/build/js/private/ViewsRegistry.d.ts +1 -1
- package/build/js/private/ui/atoms/Toast.d.ts +1 -1
- package/build/js/private/ui/molecules/HintPresenter.d.ts +1 -1
- package/build/js/private/utils/index.js +1 -1
- package/build/js/sdk.d.ts +1 -1
- package/build/js/worker/WorkerMain.d.ts +1 -1
- package/build/js/worker/WorkerMain.js +1 -1
- package/build/js/worker/dataCapture.inlineWorker.d.ts +1 -1
- package/build/js/worker/dataCapture.inlineWorker.js +1 -1
- package/build/js/worker/dataCaptureEngine.d.ts +1 -1
- package/build/js/worker/dataCaptureEngine.js +1 -1
- package/build/js/worker/dataCaptureLoader.d.ts +1 -1
- package/build/js/worker/dataCaptureWorkerRelated.d.ts +1 -1
- package/build/js/worker/index.d.ts +1 -1
- package/build/js/worker/index.js +2 -2
- package/package.json +1 -1
- package/build/js/chunks/chunk-A2ODHD2G.js +0 -3
- package/build/js/chunks/{chunk-LGPSMEF2.js → chunk-ERQILEGU.js} +4 -4
- package/build/js/chunks/{chunk-OX52WM5R.js → chunk-YXQ44PG2.js} +1 -1
package/README.md
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
Builds the foundation of all data capture related functionality offered by the Scandit Data Capture SDK.
|
|
4
4
|
It contains classes and interfaces shared between the data capture modules.
|
|
5
5
|
|
|
6
|
-
Learn more with the [official documentation](https://docs.scandit.com/) or get started with [our samples](https://github.com/Scandit/datacapture-web-samples)
|
|
6
|
+
Learn more with the [official documentation](https://docs.scandit.com/) or get started with [our samples](https://github.com/Scandit/datacapture-web-samples)
|
|
@@ -1697,4 +1697,4 @@ declare class Camera implements FrameSource, Serializable<CameraJSON> {
|
|
|
1697
1697
|
private isZoomAvailable;
|
|
1698
1698
|
}
|
|
1699
1699
|
|
|
1700
|
-
export { type ModuleHandler as $, type PrivateFrameHandler as A, DataCaptureContext$1 as B, CameraPosition as C, DataCaptureLoader as D, type DataCaptureContextListener as E, FocusGestureStrategy as F, type ContextStatusJSON as G, ContextStatus as H, PrivateMirrorAxis as I, type DataCaptureOverlay as J, type DataCaptureViewListener as K, type DataCaptureViewJSON as L, DataCaptureView$1 as M, type FrameData as N, type PrivateLoadableFrameData as O, type PrivateChangeSet as P, convertToPublicFrameData as Q, type DataCaptureLoaderOptions as R,
|
|
1700
|
+
export { type ModuleHandler as $, type PrivateFrameHandler as A, DataCaptureContext$1 as B, CameraPosition as C, DataCaptureLoader as D, type DataCaptureContextListener as E, FocusGestureStrategy as F, type ContextStatusJSON as G, ContextStatus as H, PrivateMirrorAxis as I, type DataCaptureOverlay as J, type DataCaptureViewListener as K, type DataCaptureViewJSON as L, DataCaptureView$1 as M, type FrameData as N, type PrivateLoadableFrameData as O, type PrivateChangeSet as P, convertToPublicFrameData as Q, type DataCaptureLoaderOptions as R, type PerformanceMetrics as S, TorchState as T, DataCaptureEngine as U, VideoResolution as V, type Module as W, type GenericHint as X, type DataCaptureCallbackMessage as Y, type AnyDataCaptureActionMessage as Z, type AugmentedWorker as _, type FrameSource as a, HintIcon as a$, type DataCaptureActionMessageKey as a0, type EngineWorkerResponse as a1, type ExtractCentaurusLicenseResponse as a2, type RequestFrameDataResponse as a3, type IsFeatureSupportedResponse as a4, type GetViewfinderInfo as a5, type GetOpenSourceSoftwareLicenseInfoResponse as a6, type WorkerResponse as a7, type LoadLibraryDataCaptureAction as a8, type CreateContextDataCaptureAction as a9, type OnFrameSkippedMessage as aA, type ShowToastMessage as aB, type HideToastMessage as aC, type ShowGuidanceMessage as aD, type HideGuidanceMessage as aE, type StartUpdateTimerMessage as aF, type StopUpdateTimerMessage as aG, type PayloadForCommand as aH, type DataCaptureWorker as aI, type EmscriptenClassHandle as aJ, type DataCaptureContext as aK, type DataCaptureImageBufferFrameSource as aL, type GestureListener as aM, type GestureRecognizer as aN, type DataCaptureView as aO, type JSONParseable as aP, type DataCaptureContextDeserializerResult as aQ, type DataCaptureContextDeserializer as aR, type CaptureModeDeserializerInstance as aS, type ModuleMirrorAxis as aT, type Vector as aU, type WasmFrameData as aV, HintFont as aW, HintTextAlignment as aX, HintWidth as aY, HintHeight as aZ, HintCornerStyle as a_, type SetFrameSourceDataCaptureAction as aa, type ProcessFrameDataCaptureAction as ab, type RequestFrameDataDataCaptureAction as ac, type DeleteFrameDataDataCaptureAction as ad, type VisibilityChangeAction as ae, type IsFeatureSupportedAction as af, type UpdateContextDataCaptureAction as ag, type DisposeDataCaptureAction as ah, type FlushAnalyticsDataCaptureAction as ai, type ReportCameraPropertiesDataCaptureAction as aj, type SetLogLevelDataCaptureAction as ak, type ExtractCentaurusLicenseDataCaptureAction as al, type OnTapAction as am, type HintPresenterV2updateAction as an, type GetViewfinderInfoAction as ao, type GetOpenSourceSoftwareLicenseInfoAction as ap, type DataCaptureCallbackMessageKeys as aq, type SuccessFeedbackWorkerMessage as ar, type ShowHintWorkerMessage as as, type UpdateHintWorkerMessage as at, type IsFeatureSupportedMessage as au, type HideHintWorkerMessage as av, type PerformanceMetricsReportMessage as aw, type DidTapTrackedBarcode as ax, type OnFrameProcessingStartedMessage as ay, type OnFrameProcessingFinishedMessage as az, FrameSourceState as b, HintAnchor as b0, type HintStyle as b1, GuidanceHintAnchor as b2, GuidanceHintStyle as b3, type GuidanceHint as b4, ToastHintStyle as b5, type ToastHint as b6, LicensedFeature as b7, type HintPresenterV2 as b8, type PlatformHintPresenter as b9, type LoadLibraryParameters as ba, type CreateContextParameters as bb, type UpdateContextParameters as bc, type SetFrameSourceParameters as bd, type ProcessFrameParameters as be, type ReportCameraPropertiesParameters as bf, type WorkerFunctions as bg, FrameReaderAbstract as bh, ColorType as bi, type FrameCapture as bj, FrameReader as bk, CameraPosition$1 as bl, CameraResolutionConstraint$1 as bm, AspectRatio as bn, type DeviceCamera$1 as bo, CameraAccess$1 as bp, MeteringMode as bq, CameraResolutionConstraint as br, type ExtendedMediaTrackCapabilities as bs, type ExtendedMediaTrackConstraintSet as bt, type GUI as bu, CameraManagerEvent as bv, type CameraManagerEventParameters as bw, CameraManager as bx, type FrameSourceListener as c, type FrameSourceJSON as d, type CameraJSON as e, type VideoFrameResolution as f, Camera as g, type CameraSettingsJSONBase as h, type CameraSettingsFromJSON as i, type CameraSettingsJSON as j, isCameraFrameSource as k, CameraSettings as l, CameraAccess as m, type DeviceCamera as n, type Change as o, type PrivateDataCaptureMode as p, type DataCaptureMode as q, type DataCaptureModeJSON as r, type PrivateDataCaptureComponent as s, type DataCaptureComponentJSON as t, type DataCaptureComponent as u, type PrivateDataCaptureContextOptions as v, type PrivateDataCaptureContext as w, type DataCaptureContextCreationOptions as x, type DataCaptureContextJSON as y, type PrivateFrameHandlerResponse as z };
|
package/build/js/Camera.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
export { g as Camera, e as CameraJSON, f as VideoFrameResolution } from './Camera-
|
|
2
|
+
export { g as Camera, e as CameraJSON, f as VideoFrameResolution } from './Camera-Cxbduq94.js';
|
|
3
3
|
import './private/Serializable.js';
|
|
4
4
|
import './private/FrameReaders/WatermarkStack.js';
|
|
5
5
|
import './tsHelper.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
export { m as CameraAccess, n as DeviceCamera } from './Camera-
|
|
2
|
+
export { m as CameraAccess, n as DeviceCamera } from './Camera-Cxbduq94.js';
|
|
3
3
|
import './private/Serializable.js';
|
|
4
4
|
import './private/FrameReaders/WatermarkStack.js';
|
|
5
5
|
import './tsHelper.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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-
|
|
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
3
|
import './private/Serializable.js';
|
|
4
4
|
import './private/FrameReaders/WatermarkStack.js';
|
|
5
5
|
import './tsHelper.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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-
|
|
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
3
|
import './Common.js';
|
|
4
4
|
import './DataCaptureContextSettings.js';
|
|
5
5
|
import './license/OpenSourceSoftwareLicenseInfo.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as DataCaptureContext } from './chunks/chunk-
|
|
1
|
+
export { a as DataCaptureContext } from './chunks/chunk-YXQ44PG2.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
export { H as ContextStatus, G as ContextStatusJSON, E as DataCaptureContextListener, I as PrivateMirrorAxis } from './Camera-
|
|
2
|
+
export { H as ContextStatus, G as ContextStatusJSON, E as DataCaptureContextListener, I as PrivateMirrorAxis } from './Camera-Cxbduq94.js';
|
|
3
3
|
import './private/Serializable.js';
|
|
4
4
|
import './private/FrameReaders/WatermarkStack.js';
|
|
5
5
|
import './tsHelper.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as DataCaptureVersion } from './chunks/chunk-
|
|
1
|
+
export { a as DataCaptureVersion } from './chunks/chunk-DWX2KHSS.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
2
|
import './Common.js';
|
|
3
|
-
export { J as DataCaptureOverlay, M as DataCaptureView, L as DataCaptureViewJSON, K as DataCaptureViewListener } from './Camera-
|
|
3
|
+
export { J as DataCaptureOverlay, M as DataCaptureView, L as DataCaptureViewJSON, K as DataCaptureViewListener } from './Camera-Cxbduq94.js';
|
|
4
4
|
import './DataCaptureViewPlusRelated.js';
|
|
5
5
|
import './ViewControls.js';
|
|
6
6
|
import './private/CustomLocationsView.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as DataCaptureView } from './chunks/chunk-
|
|
1
|
+
export { a as DataCaptureView } from './chunks/chunk-ERQILEGU.js';
|
package/build/js/Defaults.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
2
|
import * as CSS from 'csstype';
|
|
3
|
-
import { V as VideoResolution, F as FocusGestureStrategy, C as CameraPosition } from './Camera-
|
|
3
|
+
import { V as VideoResolution, F as FocusGestureStrategy, C as CameraPosition } from './Camera-Cxbduq94.js';
|
|
4
4
|
import { MarginsWithUnit, PointWithUnit, Anchor, Color } from './Common.js';
|
|
5
5
|
import { FocusGestureJSON, FocusGesture, ZoomGestureJSON, ZoomGesture, LogoStyle } from './DataCaptureViewPlusRelated.js';
|
|
6
6
|
import { RectangularViewfinderStyle, PrivateRectangularViewfinderDefault } from './ViewfinderPlusRelated.js';
|
package/build/js/FrameData.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
export { N as FrameData, O as PrivateLoadableFrameData, Q as convertToPublicFrameData } from './Camera-
|
|
2
|
+
export { N as FrameData, O as PrivateLoadableFrameData, Q as convertToPublicFrameData } from './Camera-Cxbduq94.js';
|
|
3
3
|
import './private/Serializable.js';
|
|
4
4
|
import './private/FrameReaders/WatermarkStack.js';
|
|
5
5
|
import './tsHelper.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
import { a as FrameSource, b as FrameSourceState, c as FrameSourceListener } from './Camera-
|
|
2
|
+
import { a as FrameSource, b as FrameSourceState, c as FrameSourceListener } from './Camera-Cxbduq94.js';
|
|
3
3
|
import { Serializable } from './private/Serializable.js';
|
|
4
4
|
import './private/FrameReaders/WatermarkStack.js';
|
|
5
5
|
import './tsHelper.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
import { d as FrameSourceJSON, b as FrameSourceState, a as FrameSource, c as FrameSourceListener } from './Camera-
|
|
2
|
+
import { d as FrameSourceJSON, b as FrameSourceState, a as FrameSource, c as FrameSourceListener } from './Camera-Cxbduq94.js';
|
|
3
3
|
import { SingleImageUploaderSettingsJSON, SingleImageUploaderSettings } from './SingleImageUploaderSettings.js';
|
|
4
4
|
import { Serializable } from './private/Serializable.js';
|
|
5
5
|
import './private/FrameReaders/WatermarkStack.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { d } from './chunk-RQQK6Z5F.js';
|
|
2
|
-
import { a as a$4 } from './chunk-34FEFSCI.js';
|
|
3
1
|
import { a as a$5 } from './chunk-YGFWA4WG.js';
|
|
4
2
|
import { c as c$1, a as a$6 } from './chunk-2WN7BGOB.js';
|
|
5
3
|
import { c } from './chunk-B5JOQVFY.js';
|
|
6
|
-
import { a as a$
|
|
4
|
+
import { a as a$4 } from './chunk-34FEFSCI.js';
|
|
5
|
+
import { d } from './chunk-RQQK6Z5F.js';
|
|
6
|
+
import { a as a$2 } from './chunk-DWX2KHSS.js';
|
|
7
7
|
import { a as a$1 } from './chunk-O7TZTIHO.js';
|
|
8
8
|
import { a } from './chunk-XR65N6EG.js';
|
|
9
9
|
import { a as a$3 } from './chunk-QCZSSQAQ.js';
|
package/build/js/index.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ import { Logger } from './logger.js';
|
|
|
3
3
|
export { WorkerMain } from './worker/WorkerMain.js';
|
|
4
4
|
export { Anchor, Color, ColorJSON, Direction, JSONType, MarginsWithUnit, MarginsWithUnitJSON, MeasureUnit, NumberWithUnit, NumberWithUnitJSON, Orientation, Point, PointJSON, PointWithUnit, PointWithUnitJSON, Quadrilateral, QuadrilateralJSON, Rect, RectJSON, RectWithUnit, RectWithUnitJSON, Size, SizeJSON, SizeWithAspect, SizeWithUnit, SizeWithUnitAndAspect, SizeWithUnitAndAspectJSON, SizeWithUnitJSON, SizingMode } from './Common.js';
|
|
5
5
|
export { OverrideState } from './worker/OverrideState.js';
|
|
6
|
-
import { D as DataCaptureLoader } from './Camera-
|
|
7
|
-
export { g as Camera, m as CameraAccess, e as CameraJSON, C as CameraPosition, l as CameraSettings, i as CameraSettingsFromJSON, j as CameraSettingsJSON, h as CameraSettingsJSONBase, o as Change, H as ContextStatus, G as ContextStatusJSON, u as DataCaptureComponent, t as DataCaptureComponentJSON, B as DataCaptureContext, x as DataCaptureContextCreationOptions, y as DataCaptureContextJSON, E as DataCaptureContextListener, R as DataCaptureLoaderOptions, q as DataCaptureMode, r as DataCaptureModeJSON, J as DataCaptureOverlay, M as DataCaptureView, L as DataCaptureViewJSON, K as DataCaptureViewListener, n as DeviceCamera, F as FocusGestureStrategy, N as FrameData, a as FrameSource, d as FrameSourceJSON, c as FrameSourceListener, b as FrameSourceState, P as PrivateChangeSet, s as PrivateDataCaptureComponent, w as PrivateDataCaptureContext, v as PrivateDataCaptureContextOptions, p as PrivateDataCaptureMode, A as PrivateFrameHandler, z as PrivateFrameHandlerResponse, O as PrivateLoadableFrameData, I as PrivateMirrorAxis, T as TorchState, f as VideoFrameResolution, V as VideoResolution, Q as convertToPublicFrameData, k as isCameraFrameSource } from './Camera-
|
|
6
|
+
import { D as DataCaptureLoader } from './Camera-Cxbduq94.js';
|
|
7
|
+
export { g as Camera, m as CameraAccess, e as CameraJSON, C as CameraPosition, l as CameraSettings, i as CameraSettingsFromJSON, j as CameraSettingsJSON, h as CameraSettingsJSONBase, o as Change, H as ContextStatus, G as ContextStatusJSON, u as DataCaptureComponent, t as DataCaptureComponentJSON, B as DataCaptureContext, x as DataCaptureContextCreationOptions, y as DataCaptureContextJSON, E as DataCaptureContextListener, R as DataCaptureLoaderOptions, q as DataCaptureMode, r as DataCaptureModeJSON, J as DataCaptureOverlay, M as DataCaptureView, L as DataCaptureViewJSON, K as DataCaptureViewListener, n as DeviceCamera, F as FocusGestureStrategy, N as FrameData, a as FrameSource, d as FrameSourceJSON, c as FrameSourceListener, b as FrameSourceState, P as PrivateChangeSet, s as PrivateDataCaptureComponent, w as PrivateDataCaptureContext, v as PrivateDataCaptureContextOptions, p as PrivateDataCaptureMode, A as PrivateFrameHandler, z as PrivateFrameHandlerResponse, O as PrivateLoadableFrameData, I as PrivateMirrorAxis, T as TorchState, f as VideoFrameResolution, V as VideoResolution, Q as convertToPublicFrameData, k as isCameraFrameSource } from './Camera-Cxbduq94.js';
|
|
8
8
|
export { LoadingStatus, LoadingStatusSubscriber, ProgressInfo, default as loadingStatus } from './LoadingStatus.js';
|
|
9
9
|
export { DeepMutable, DeepPartial, DistributiveKeyOf, MethodSignature, Mutable, Optional, Prettify, assert, assertUnreachable, assertUnreachableThrowException } from './tsHelper.js';
|
|
10
10
|
export { AnchorPositions, AnchorPositionsJSON } from './private/AnchorPositions.js';
|
package/build/js/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { a as DataCaptureLoader } from './chunks/chunk-3TNNUKVW.js';
|
|
2
|
-
export { a as WorkerMain } from './chunks/chunk-
|
|
3
|
-
import { a as a$3 } from './chunks/chunk-RQQK6Z5F.js';
|
|
2
|
+
export { a as WorkerMain } from './chunks/chunk-HEBLZ3EE.js';
|
|
4
3
|
export { a as OverrideState } from './chunks/chunk-6W7FX6LD.js';
|
|
4
|
+
import { a as a$3 } from './chunks/chunk-RQQK6Z5F.js';
|
|
5
5
|
export { c as CameraFOVSwitchControl, b as CameraSwitchControl, a as TorchSwitchControl } from './chunks/chunk-T5EUB6UG.js';
|
|
6
6
|
export { a as NoViewfinder } from './chunks/chunk-4ZMCJXZS.js';
|
|
7
7
|
export { a as convertToPublicFrameData } from './chunks/chunk-UHFABUTI.js';
|
|
@@ -10,8 +10,8 @@ export { a as PrivateNoneLocationSelection, b as RadiusLocationSelection, c as R
|
|
|
10
10
|
export { a as RectangularViewfinder } from './chunks/chunk-2WQHYCZC.js';
|
|
11
11
|
export { a as SingleImageUploader } from './chunks/chunk-ZSYUKWWL.js';
|
|
12
12
|
export { a as SingleImageUploaderSettings } from './chunks/chunk-KAZWF3JC.js';
|
|
13
|
-
export { a as DataCaptureVersion } from './chunks/chunk-
|
|
14
|
-
export { a as DataCaptureView } from './chunks/chunk-
|
|
13
|
+
export { a as DataCaptureVersion } from './chunks/chunk-DWX2KHSS.js';
|
|
14
|
+
export { a as DataCaptureView } from './chunks/chunk-ERQILEGU.js';
|
|
15
15
|
import { a as a$5 } from './chunks/chunk-N5YZEC56.js';
|
|
16
16
|
export { a as AnchorPositions } from './chunks/chunk-N5F43TUJ.js';
|
|
17
17
|
import { a as a$2 } from './chunks/chunk-VJB527QZ.js';
|
|
@@ -25,7 +25,7 @@ export { a as AimerViewfinder } from './chunks/chunk-TVDFY6ME.js';
|
|
|
25
25
|
export { a as Brush } from './chunks/chunk-MKHBE7BB.js';
|
|
26
26
|
export { a as Camera } from './chunks/chunk-4MKLNRV3.js';
|
|
27
27
|
export { a as CameraAccess } from './chunks/chunk-MM6VVG46.js';
|
|
28
|
-
export { a as DataCaptureContext } from './chunks/chunk-
|
|
28
|
+
export { a as DataCaptureContext } from './chunks/chunk-YXQ44PG2.js';
|
|
29
29
|
import { a as a$6, c } from './chunks/chunk-IH7SHTFM.js';
|
|
30
30
|
import { a } from './chunks/chunk-NMROJLGQ.js';
|
|
31
31
|
import { b } from './chunks/chunk-6H6FKGVE.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
export { bn as AspectRatio, bp as CameraAccess, bl as CameraPosition, bm as CameraResolutionConstraint, bo as DeviceCamera } from '../Camera-
|
|
2
|
+
export { bn as AspectRatio, bp as CameraAccess, bl as CameraPosition, bm as CameraResolutionConstraint, bo as DeviceCamera } from '../Camera-Cxbduq94.js';
|
|
3
3
|
import './Serializable.js';
|
|
4
4
|
import './FrameReaders/WatermarkStack.js';
|
|
5
5
|
import '../tsHelper.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
export { bx as CameraManager, bv as CameraManagerEvent, bw as CameraManagerEventParameters, br as CameraResolutionConstraint, bs as ExtendedMediaTrackCapabilities, bt as ExtendedMediaTrackConstraintSet, bj as FrameCapture, bu as GUI, bq as MeteringMode } from '../Camera-
|
|
2
|
+
export { bx as CameraManager, bv as CameraManagerEvent, bw as CameraManagerEventParameters, br as CameraResolutionConstraint, bs as ExtendedMediaTrackCapabilities, bt as ExtendedMediaTrackConstraintSet, bj as FrameCapture, bu as GUI, bq as MeteringMode } from '../Camera-Cxbduq94.js';
|
|
3
3
|
import './Serializable.js';
|
|
4
4
|
import './FrameReaders/WatermarkStack.js';
|
|
5
5
|
import '../tsHelper.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
2
|
import { PrivateCanvasDrawer } from './CanvasDrawer.js';
|
|
3
|
-
import {
|
|
3
|
+
import { S as PerformanceMetrics } from '../Camera-Cxbduq94.js';
|
|
4
4
|
import './CavansDrawerAbstract.js';
|
|
5
5
|
import './DrawCommandBuffer.js';
|
|
6
6
|
import './Serializable.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { ModuleLicenseTextProvider } from './ModuleLicenseTextProvider.js';
|
|
3
3
|
import { Logger } from '../logger.js';
|
|
4
4
|
import { PartialSDKGlobals } from '../sdk.js';
|
|
5
|
-
import '../Camera-
|
|
5
|
+
import '../Camera-Cxbduq94.js';
|
|
6
6
|
import './Serializable.js';
|
|
7
7
|
import './FrameReaders/WatermarkStack.js';
|
|
8
8
|
import '../tsHelper.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
import { B as DataCaptureContext, N as FrameData } from '../Camera-
|
|
2
|
+
import { B as DataCaptureContext, N as FrameData } from '../Camera-Cxbduq94.js';
|
|
3
3
|
import './Serializable.js';
|
|
4
4
|
import './FrameReaders/WatermarkStack.js';
|
|
5
5
|
import '../tsHelper.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
export { bi as ColorType, bk as FrameReader } from '../../Camera-
|
|
2
|
+
export { bi as ColorType, bk as FrameReader } from '../../Camera-Cxbduq94.js';
|
|
3
3
|
import '../Serializable.js';
|
|
4
4
|
import './WatermarkStack.js';
|
|
5
5
|
import '../../tsHelper.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
export { bh as FrameReaderAbstract } from '../../Camera-
|
|
2
|
+
export { bh as FrameReaderAbstract } from '../../Camera-Cxbduq94.js';
|
|
3
3
|
import './WatermarkStack.js';
|
|
4
4
|
import '../../tsHelper.js';
|
|
5
5
|
import '../Serializable.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
import { bh as FrameReaderAbstract, bi as ColorType, bj as FrameCapture } from '../../Camera-
|
|
2
|
+
import { bh as FrameReaderAbstract, bi as ColorType, bj as FrameCapture } from '../../Camera-Cxbduq94.js';
|
|
3
3
|
import { WatermarkStack } from './WatermarkStack.js';
|
|
4
4
|
import { Optional } from '../../tsHelper.js';
|
|
5
5
|
import '../Serializable.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
export { bk as FrameReader, bh as FrameReaderAbstract, bi as FrameReaderType } from '../../Camera-
|
|
2
|
+
export { bk as FrameReader, bh as FrameReaderAbstract, bi as FrameReaderType } from '../../Camera-Cxbduq94.js';
|
|
3
3
|
export { GrayScaleFrameReader } from './GrayScaleFrameReader.js';
|
|
4
4
|
import '../Serializable.js';
|
|
5
5
|
import './WatermarkStack.js';
|
|
@@ -4,7 +4,7 @@ import { ConfigureOptions } from '../index.js';
|
|
|
4
4
|
import { Logger } from '../logger.js';
|
|
5
5
|
import { OverrideState } from '../worker/OverrideState.js';
|
|
6
6
|
import '../worker/WorkerMain.js';
|
|
7
|
-
import '../Camera-
|
|
7
|
+
import '../Camera-Cxbduq94.js';
|
|
8
8
|
import './Serializable.js';
|
|
9
9
|
import './FrameReaders/WatermarkStack.js';
|
|
10
10
|
import '../tsHelper.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
import { M as DataCaptureView, a as FrameSource, B as DataCaptureContext } from '../Camera-
|
|
2
|
+
import { M as DataCaptureView, a as FrameSource, B as DataCaptureContext } from '../Camera-Cxbduq94.js';
|
|
3
3
|
import { TorchSwitchControl, CameraSwitchControl, CameraFOVSwitchControl, Control } from '../ViewControls.js';
|
|
4
4
|
import './Serializable.js';
|
|
5
5
|
import './FrameReaders/WatermarkStack.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
2
|
import { ScanditHTMLElement } from '../../utils/ScanditHTMLElement.js';
|
|
3
|
-
import { X as GenericHint } from '../../../Camera-
|
|
3
|
+
import { X as GenericHint } from '../../../Camera-Cxbduq94.js';
|
|
4
4
|
import '../../Serializable.js';
|
|
5
5
|
import '../../FrameReaders/WatermarkStack.js';
|
|
6
6
|
import '../../../tsHelper.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
2
|
import { ScanditHTMLElement } from '../../utils/ScanditHTMLElement.js';
|
|
3
3
|
import { Rect } from '../../../Common.js';
|
|
4
|
-
import { Y as DataCaptureCallbackMessage } from '../../../Camera-
|
|
4
|
+
import { Y as DataCaptureCallbackMessage } from '../../../Camera-Cxbduq94.js';
|
|
5
5
|
import '../../Serializable.js';
|
|
6
6
|
import '../../FrameReaders/WatermarkStack.js';
|
|
7
7
|
import '../../../tsHelper.js';
|
|
@@ -7,9 +7,9 @@ export { a as defineCustomElements } from '../../chunks/chunk-3A4KLILV.js';
|
|
|
7
7
|
export { a as html } from '../../chunks/chunk-U6BTTEV6.js';
|
|
8
8
|
export { a as ScanditHTMLElement } from '../../chunks/chunk-EV4OEANA.js';
|
|
9
9
|
export { a as clamp } from '../../chunks/chunk-L2STPTEN.js';
|
|
10
|
-
export { a as css } from '../../chunks/chunk-GE4CBD4E.js';
|
|
11
10
|
export { a as unknownErrorToString } from '../../chunks/chunk-AIRWHLJH.js';
|
|
12
11
|
export { a as isObject } from '../../chunks/chunk-FGO2SSRS.js';
|
|
13
12
|
export { a as isWorkerScope } from '../../chunks/chunk-QCRFVRSS.js';
|
|
14
13
|
export { a as Deferred } from '../../chunks/chunk-O7TZTIHO.js';
|
|
14
|
+
export { a as css } from '../../chunks/chunk-GE4CBD4E.js';
|
|
15
15
|
export { a as debounce } from '../../chunks/chunk-R6E4CT22.js';
|
package/build/js/sdk.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
import { D as DataCaptureLoader } from './Camera-
|
|
2
|
+
import { D as DataCaptureLoader } from './Camera-Cxbduq94.js';
|
|
3
3
|
import { LoadingStatus } from './LoadingStatus.js';
|
|
4
4
|
import './private/Serializable.js';
|
|
5
5
|
import './private/FrameReaders/WatermarkStack.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
import {
|
|
2
|
+
import { U as DataCaptureEngine, W as Module, Z as AnyDataCaptureActionMessage, _ as AugmentedWorker, $ as ModuleHandler, Y as DataCaptureCallbackMessage, a0 as DataCaptureActionMessageKey, a1 as EngineWorkerResponse } from '../Camera-Cxbduq94.js';
|
|
3
3
|
import '../private/Serializable.js';
|
|
4
4
|
import '../private/FrameReaders/WatermarkStack.js';
|
|
5
5
|
import '../tsHelper.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as WorkerMain } from '../chunks/chunk-
|
|
1
|
+
export { a as WorkerMain } from '../chunks/chunk-HEBLZ3EE.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
import {
|
|
2
|
+
import { U as DataCaptureEngine, W as Module } from '../Camera-Cxbduq94.js';
|
|
3
3
|
import { WorkerMain } from './WorkerMain.js';
|
|
4
4
|
import '../private/Serializable.js';
|
|
5
5
|
import '../private/FrameReaders/WatermarkStack.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as InlineWorker, a as workerInstance } from '../chunks/chunk-
|
|
1
|
+
export { b as InlineWorker, a as workerInstance } from '../chunks/chunk-EQEB3JUS.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
|
-
export { bb as CreateContextParameters,
|
|
2
|
+
export { bb as CreateContextParameters, U as DataCaptureEngine, ba as LoadLibraryParameters, be as ProcessFrameParameters, bf as ReportCameraPropertiesParameters, bd as SetFrameSourceParameters, bc as UpdateContextParameters, bg as WorkerFunctions } from '../Camera-Cxbduq94.js';
|
|
3
3
|
import './OverrideState.js';
|
|
4
4
|
import '../LoadingStatus.js';
|
|
5
5
|
import '../Common.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as DataCaptureEngine } from '../chunks/chunk-
|
|
1
|
+
export { a as DataCaptureEngine } from '../chunks/chunk-KWL7KLMR.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
2
|
import './OverrideState.js';
|
|
3
|
-
export { D as DataCaptureLoader, R as DataCaptureLoaderOptions } from '../Camera-
|
|
3
|
+
export { D as DataCaptureLoader, R as DataCaptureLoaderOptions } from '../Camera-Cxbduq94.js';
|
|
4
4
|
import '../logger.js';
|
|
5
5
|
import '../LoadingStatus.js';
|
|
6
6
|
import '../private/Serializable.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
2
|
import '../Common.js';
|
|
3
|
-
export { Z as AnyDataCaptureActionMessage, _ as AugmentedWorker, aS as CaptureModeDeserializerInstance, a9 as CreateContextDataCaptureAction, a0 as DataCaptureActionMessageKey, Y as DataCaptureCallbackMessage, aq as DataCaptureCallbackMessageKeys, aK as DataCaptureContext, aR as DataCaptureContextDeserializer, aQ as DataCaptureContextDeserializerResult, aL as DataCaptureImageBufferFrameSource, aO as DataCaptureView, aI as DataCaptureWorker, ad as DeleteFrameDataDataCaptureAction, ax as DidTapTrackedBarcode, ah as DisposeDataCaptureAction, aJ as EmscriptenClassHandle, a1 as EngineWorkerResponse, al as ExtractCentaurusLicenseDataCaptureAction, a2 as ExtractCentaurusLicenseResponse, ai as FlushAnalyticsDataCaptureAction, X as GenericHint, aM as GestureListener, aN as GestureRecognizer, ap as GetOpenSourceSoftwareLicenseInfoAction, a6 as GetOpenSourceSoftwareLicenseInfoResponse, a5 as GetViewfinderInfo, ao as GetViewfinderInfoAction, b4 as GuidanceHint, b2 as GuidanceHintAnchor, b3 as GuidanceHintStyle, aE as HideGuidanceMessage, av as HideHintWorkerMessage, aC as HideToastMessage, b0 as HintAnchor, a_ as HintCornerStyle, aW as HintFont, aZ as HintHeight, a$ as HintIcon, b8 as HintPresenterV2, an as HintPresenterV2updateAction, b1 as HintStyle, aX as HintTextAlignment, aY as HintWidth, af as IsFeatureSupportedAction, au as IsFeatureSupportedMessage, a4 as IsFeatureSupportedResponse, aP as JSONParseable, b7 as LicensedFeature, a8 as LoadLibraryDataCaptureAction,
|
|
3
|
+
export { Z as AnyDataCaptureActionMessage, _ as AugmentedWorker, aS as CaptureModeDeserializerInstance, a9 as CreateContextDataCaptureAction, a0 as DataCaptureActionMessageKey, Y as DataCaptureCallbackMessage, aq as DataCaptureCallbackMessageKeys, aK as DataCaptureContext, aR as DataCaptureContextDeserializer, aQ as DataCaptureContextDeserializerResult, aL as DataCaptureImageBufferFrameSource, aO as DataCaptureView, aI as DataCaptureWorker, ad as DeleteFrameDataDataCaptureAction, ax as DidTapTrackedBarcode, ah as DisposeDataCaptureAction, aJ as EmscriptenClassHandle, a1 as EngineWorkerResponse, al as ExtractCentaurusLicenseDataCaptureAction, a2 as ExtractCentaurusLicenseResponse, ai as FlushAnalyticsDataCaptureAction, X as GenericHint, aM as GestureListener, aN as GestureRecognizer, ap as GetOpenSourceSoftwareLicenseInfoAction, a6 as GetOpenSourceSoftwareLicenseInfoResponse, a5 as GetViewfinderInfo, ao as GetViewfinderInfoAction, b4 as GuidanceHint, b2 as GuidanceHintAnchor, b3 as GuidanceHintStyle, aE as HideGuidanceMessage, av as HideHintWorkerMessage, aC as HideToastMessage, b0 as HintAnchor, a_ as HintCornerStyle, aW as HintFont, aZ as HintHeight, a$ as HintIcon, b8 as HintPresenterV2, an as HintPresenterV2updateAction, b1 as HintStyle, aX as HintTextAlignment, aY as HintWidth, af as IsFeatureSupportedAction, au as IsFeatureSupportedMessage, a4 as IsFeatureSupportedResponse, aP as JSONParseable, b7 as LicensedFeature, a8 as LoadLibraryDataCaptureAction, W as Module, $ as ModuleHandler, aT as ModuleMirrorAxis, az as OnFrameProcessingFinishedMessage, ay as OnFrameProcessingStartedMessage, aA as OnFrameSkippedMessage, am as OnTapAction, aH as PayloadForCommand, S as PerformanceMetrics, aw as PerformanceMetricsReportMessage, b9 as PlatformHintPresenter, ab as ProcessFrameDataCaptureAction, aj as ReportCameraPropertiesDataCaptureAction, ac as RequestFrameDataDataCaptureAction, a3 as RequestFrameDataResponse, aa as SetFrameSourceDataCaptureAction, ak as SetLogLevelDataCaptureAction, aD as ShowGuidanceMessage, as as ShowHintWorkerMessage, aB as ShowToastMessage, aF as StartUpdateTimerMessage, aG as StopUpdateTimerMessage, ar as SuccessFeedbackWorkerMessage, b6 as ToastHint, b5 as ToastHintStyle, ag as UpdateContextDataCaptureAction, at as UpdateHintWorkerMessage, aU as Vector, ae as VisibilityChangeAction, aV as WasmFrameData, a7 as WorkerResponse } from '../Camera-Cxbduq94.js';
|
|
4
4
|
import '../LoadingStatus.js';
|
|
5
5
|
import '../logger.js';
|
|
6
6
|
import '../private/Serializable.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="emscripten" />
|
|
2
2
|
export { WorkerMain } from './WorkerMain.js';
|
|
3
|
-
export { Z as AnyDataCaptureActionMessage, _ as AugmentedWorker, aS as CaptureModeDeserializerInstance, a9 as CreateContextDataCaptureAction, bb as CreateContextParameters, a0 as DataCaptureActionMessageKey, Y as DataCaptureCallbackMessage, aq as DataCaptureCallbackMessageKeys, aK as DataCaptureContext, aR as DataCaptureContextDeserializer, aQ as DataCaptureContextDeserializerResult,
|
|
3
|
+
export { Z as AnyDataCaptureActionMessage, _ as AugmentedWorker, aS as CaptureModeDeserializerInstance, a9 as CreateContextDataCaptureAction, bb as CreateContextParameters, a0 as DataCaptureActionMessageKey, Y as DataCaptureCallbackMessage, aq as DataCaptureCallbackMessageKeys, aK as DataCaptureContext, aR as DataCaptureContextDeserializer, aQ as DataCaptureContextDeserializerResult, U as DataCaptureEngine, aL as DataCaptureImageBufferFrameSource, D as DataCaptureLoader, R as DataCaptureLoaderOptions, aO as DataCaptureView, aI as DataCaptureWorker, ad as DeleteFrameDataDataCaptureAction, ax as DidTapTrackedBarcode, ah as DisposeDataCaptureAction, aJ as EmscriptenClassHandle, a1 as EngineWorkerResponse, al as ExtractCentaurusLicenseDataCaptureAction, a2 as ExtractCentaurusLicenseResponse, ai as FlushAnalyticsDataCaptureAction, X as GenericHint, aM as GestureListener, aN as GestureRecognizer, ap as GetOpenSourceSoftwareLicenseInfoAction, a6 as GetOpenSourceSoftwareLicenseInfoResponse, a5 as GetViewfinderInfo, ao as GetViewfinderInfoAction, b4 as GuidanceHint, b2 as GuidanceHintAnchor, b3 as GuidanceHintStyle, aE as HideGuidanceMessage, av as HideHintWorkerMessage, aC as HideToastMessage, b0 as HintAnchor, a_ as HintCornerStyle, aW as HintFont, aZ as HintHeight, a$ as HintIcon, b8 as HintPresenterV2, an as HintPresenterV2updateAction, b1 as HintStyle, aX as HintTextAlignment, aY as HintWidth, af as IsFeatureSupportedAction, au as IsFeatureSupportedMessage, a4 as IsFeatureSupportedResponse, aP as JSONParseable, b7 as LicensedFeature, a8 as LoadLibraryDataCaptureAction, ba as LoadLibraryParameters, W as Module, $ as ModuleHandler, aT as ModuleMirrorAxis, az as OnFrameProcessingFinishedMessage, ay as OnFrameProcessingStartedMessage, aA as OnFrameSkippedMessage, am as OnTapAction, aH as PayloadForCommand, S as PerformanceMetrics, aw as PerformanceMetricsReportMessage, b9 as PlatformHintPresenter, ab as ProcessFrameDataCaptureAction, be as ProcessFrameParameters, aj as ReportCameraPropertiesDataCaptureAction, bf as ReportCameraPropertiesParameters, ac as RequestFrameDataDataCaptureAction, a3 as RequestFrameDataResponse, aa as SetFrameSourceDataCaptureAction, bd as SetFrameSourceParameters, ak as SetLogLevelDataCaptureAction, aD as ShowGuidanceMessage, as as ShowHintWorkerMessage, aB as ShowToastMessage, aF as StartUpdateTimerMessage, aG as StopUpdateTimerMessage, ar as SuccessFeedbackWorkerMessage, b6 as ToastHint, b5 as ToastHintStyle, ag as UpdateContextDataCaptureAction, bc as UpdateContextParameters, at as UpdateHintWorkerMessage, aU as Vector, ae as VisibilityChangeAction, aV as WasmFrameData, bg as WorkerFunctions, a7 as WorkerResponse } from '../Camera-Cxbduq94.js';
|
|
4
4
|
import '../private/Serializable.js';
|
|
5
5
|
import '../private/FrameReaders/WatermarkStack.js';
|
|
6
6
|
import '../tsHelper.js';
|
package/build/js/worker/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { a as DataCaptureLoader } from '../chunks/chunk-3TNNUKVW.js';
|
|
2
|
-
export { a as WorkerMain } from '../chunks/chunk-
|
|
3
|
-
export { a as DataCaptureEngine } from '../chunks/chunk-
|
|
2
|
+
export { a as WorkerMain } from '../chunks/chunk-HEBLZ3EE.js';
|
|
3
|
+
export { a as DataCaptureEngine } from '../chunks/chunk-KWL7KLMR.js';
|
|
4
4
|
export { h as GuidanceHintAnchor, i as GuidanceHintStyle, g as HintAnchor, e as HintCornerStyle, a as HintFont, d as HintHeight, f as HintIcon, b as HintTextAlignment, c as HintWidth, k as LicensedFeature, j as ToastHintStyle } from '../chunks/chunk-3FDT22IX.js';
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { b as b$3 } from './chunk-E2VUMNY4.js';
|
|
2
2
|
import { a as a$6 } from './chunk-GWI2ZHMO.js';
|
|
3
|
-
import { a as a$c } from './chunk-46WJFV3I.js';
|
|
4
3
|
import { d as d$2, c, b as b$4 } from './chunk-XM4ZH4L3.js';
|
|
5
4
|
import { a as a$e } from './chunk-WSG6WSZN.js';
|
|
6
5
|
import { a as a$2 } from './chunk-N5YZEC56.js';
|
|
7
6
|
import { a as a$a } from './chunk-44B7Z6ZZ.js';
|
|
8
7
|
import { b, a as a$3 } from './chunk-5S537AFM.js';
|
|
9
|
-
import { a as a$
|
|
10
|
-
import { b as b$1 } from './chunk-457L5N2F.js';
|
|
8
|
+
import { a as a$c } from './chunk-46WJFV3I.js';
|
|
11
9
|
import { a as a$7 } from './chunk-PXXUQXGB.js';
|
|
12
10
|
import { a as a$b } from './chunk-XVLYCDJL.js';
|
|
13
11
|
import { a as a$8 } from './chunk-KYNYQBNF.js';
|
|
14
|
-
import { a as a$5 } from './chunk-N5F43TUJ.js';
|
|
15
12
|
import { a as a$h } from './chunk-ZKROZLQ4.js';
|
|
13
|
+
import { a as a$5 } from './chunk-N5F43TUJ.js';
|
|
14
|
+
import { a as a$f } from './chunk-DMOXDUF6.js';
|
|
15
|
+
import { b as b$1 } from './chunk-457L5N2F.js';
|
|
16
16
|
import { a as a$1 } from './chunk-VJB527QZ.js';
|
|
17
17
|
import { a as a$9 } from './chunk-NMX4VHW2.js';
|
|
18
18
|
import { a } from './chunk-7XQ3GHYH.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as a$5, b as b$1 } from './chunk-IH7SHTFM.js';
|
|
2
1
|
import { a as a$4 } from './chunk-JS3T7K2Z.js';
|
|
2
|
+
import { a as a$5, b as b$1 } from './chunk-IH7SHTFM.js';
|
|
3
3
|
import { a as a$1 } from './chunk-KCNXUTBL.js';
|
|
4
4
|
import { a as a$3 } from './chunk-NMROJLGQ.js';
|
|
5
5
|
import { a as a$2 } from './chunk-7SW2PEHB.js';
|