@scandit/web-datacapture-label 7.2.2 → 7.3.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/build/js/{LabelCapture-B8_5_uoB.d.ts → LabelCapture-DDlDP--7.d.ts} +2 -1
- package/build/js/{LabelCaptureAdvancedOverlay-RkZkRrRD.d.ts → LabelCaptureAdvancedOverlay-CQsy_KsL.d.ts} +2 -2
- package/build/js/{LabelCaptureBasicOverlay-BcFyOGaf.d.ts → LabelCaptureBasicOverlay-4JorH1kZ.d.ts} +2 -2
- package/build/js/{NativeProxy-BgHIn4CU.d.ts → NativeProxy-CsndagT7.d.ts} +4 -3
- package/build/js/api/CustomText.d.ts +2 -2
- package/build/js/api/CustomTextBuilder.d.ts +2 -2
- package/build/js/api/ExpiryDateText.d.ts +1 -1
- package/build/js/api/ExpiryDateTextBuilder.d.ts +1 -1
- package/build/js/api/LabelCapture.d.ts +3 -3
- package/build/js/api/LabelCapture.js +1 -1
- package/build/js/api/LabelCaptureAdvancedOverlay.d.ts +4 -4
- package/build/js/api/LabelCaptureAdvancedOverlayListener.d.ts +4 -4
- package/build/js/api/LabelCaptureBasicOverlay.d.ts +4 -4
- package/build/js/api/LabelCaptureBasicOverlayListener.d.ts +4 -4
- package/build/js/api/LabelCaptureListener.d.ts +3 -3
- package/build/js/api/LabelCaptureOverlayJSON.d.ts +2 -2
- package/build/js/api/LabelCaptureSession.d.ts +1 -1
- package/build/js/api/LabelCaptureSettings.d.ts +4 -2
- package/build/js/api/LabelCaptureSettings.js +1 -1
- package/build/js/api/LabelDefinition.d.ts +2 -2
- package/build/js/api/PackingDateText.d.ts +1 -1
- package/build/js/api/PackingDateTextBuilder.d.ts +1 -1
- package/build/js/api/TotalPriceText.d.ts +2 -2
- package/build/js/api/TotalPriceTextBuilder.d.ts +2 -2
- package/build/js/api/UnitPriceText.d.ts +2 -2
- package/build/js/api/UnitPriceTextBuilder.d.ts +2 -2
- package/build/js/api/WeightText.d.ts +2 -2
- package/build/js/api/WeightTextBuilder.d.ts +2 -2
- package/build/js/chunks/{chunk-Y3KV6YYP.js → chunk-7A4I3E3E.js} +1 -1
- package/build/js/chunks/chunk-BJFWGOUS.js +1 -1
- package/build/js/chunks/chunk-CT6CX2MP.js +1 -0
- package/build/js/chunks/chunk-CWOXTL6A.js +1 -0
- package/build/js/chunks/chunk-F5NT65XG.js +1 -1
- package/build/js/chunks/chunk-GRFWM6G6.js +1 -1
- package/build/js/chunks/chunk-IASWN2Y3.js +1 -0
- package/build/js/chunks/chunk-IE6L7ZGI.js +1 -1
- package/build/js/chunks/chunk-ITCVLCCT.js +1 -0
- package/build/js/chunks/chunk-JO7OMLH3.js +1 -0
- package/build/js/chunks/{chunk-KTDVOWK7.js → chunk-MA225ZHV.js} +1 -1
- package/build/js/chunks/chunk-OQKY2KJB.js +2 -0
- package/build/js/chunks/chunk-VRBAAE3G.js +1 -0
- package/build/js/chunks/chunk-WPUYG3ZF.js +1 -0
- package/build/js/chunks/chunk-XDPQXJ7N.js +1 -1
- package/build/js/chunks/chunk-XPMYDYJA.js +1 -1
- package/build/js/chunks/chunk-ZRDTJCIB.js +1 -0
- package/build/js/chunks/chunk-ZRE7NHAY.js +6 -0
- package/build/js/djinni-types/sdcCoreInternalSdkCommonGeometry.d.ts +1 -1
- package/build/js/djinni-types/sdcCoreInternalSdkOcr.d.ts +1 -1
- package/build/js/djinni-types/sdcCoreInternalSdkUiViewfinder.d.ts +3 -1
- package/build/js/djinni-types/sdcLabelInternalModuleCapture.d.ts +36 -5
- package/build/js/djinni-types/sdcLabelInternalModuleUiOverlay.d.ts +1 -1
- package/build/js/index.d.ts +4 -4
- package/build/js/index.js +1 -1
- package/build/js/moduleLoader.js +1 -1
- package/build/js/private/PrivateLabelFieldDefinition.d.ts +2 -2
- package/build/js/private/createProxiedViewFinder.d.ts +4 -4
- package/build/js/private/fromWrappedFutureToPromise.d.ts +5 -0
- package/build/js/private/fromWrappedFutureToPromise.js +1 -0
- package/build/js/private/symbologiesTranslator.js +1 -1
- package/build/js/private/viewfinderTranslator.js +1 -1
- package/build/js/ui/atoms/InputManuallyButton.d.ts +17 -0
- package/build/js/ui/atoms/InputManuallyButton.js +6 -0
- package/build/js/ui/atoms/RoundedButton.d.ts +27 -0
- package/build/js/ui/atoms/RoundedButton.js +1 -0
- package/build/js/ui/atoms/TextInput.d.ts +78 -0
- package/build/js/ui/atoms/TextInput.js +10 -0
- package/build/js/ui/atoms/TextInputCardLayout.d.ts +16 -0
- package/build/js/ui/atoms/TextInputCardLayout.js +1 -0
- package/build/js/ui/molecules/CardListContainer.d.ts +50 -0
- package/build/js/ui/molecules/CardListContainer.js +7 -0
- package/build/js/ui/molecules/CardListRestartButton.d.ts +16 -0
- package/build/js/ui/molecules/CardListRestartButton.js +1 -0
- package/build/js/ui/molecules/CardListSubmitButton.d.ts +16 -0
- package/build/js/ui/molecules/CardListSubmitButton.js +1 -0
- package/build/js/ui/organisms/LabelCaptureViewLayout.d.ts +23 -0
- package/build/js/ui/organisms/LabelCaptureViewLayout.js +10 -0
- package/build/js/worker/LabelCaptureWorkerManager.d.ts +2 -2
- package/build/js/worker/LabelCaptureWorkerManager.js +1 -1
- package/build/js/worker/WorkerMain.d.ts +2 -2
- package/build/js/worker/WorkerMain.js +1 -1
- package/build/js/worker/WorkerRegistry.d.ts +2 -2
- package/build/js/worker/dataCaptureEngine.d.ts +2 -2
- package/build/js/worker/dataCaptureEngine.js +1 -1
- package/build/js/worker/dataCaptureWorkerRelated.d.ts +2 -2
- package/build/js/worker/{dataCapture.inlineWorker.d.ts → labelCapture.inlineWorker.d.ts} +2 -2
- package/build/js/worker/{dataCapture.inlineWorker.js → labelCapture.inlineWorker.js} +1 -1
- package/build/js/worker/labelWorkerHandler.d.ts +2 -2
- package/build/js/worker/proxies/AimerViewfinderProxy.d.ts +2 -2
- package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -1
- package/build/js/worker/proxies/BarcodeFieldProxy.d.ts +2 -2
- package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -1
- package/build/js/worker/proxies/CapturedLabelProxy.d.ts +2 -2
- package/build/js/worker/proxies/CapturedLabelProxy.js +1 -1
- package/build/js/worker/proxies/CustomBarcodeProxy.d.ts +2 -2
- package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/CustomTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/CustomTextProxy.js +1 -1
- package/build/js/worker/proxies/ExpiryDateTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -1
- package/build/js/worker/proxies/ImeiOneBarcodeProxy.d.ts +2 -2
- package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/ImeiTwoBarcodeProxy.d.ts +2 -2
- package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureHelperProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureProxy.d.ts +4 -4
- package/build/js/worker/proxies/LabelCaptureProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureSessionProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureSettingsProxy.d.ts +3 -3
- package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -1
- package/build/js/worker/proxies/LabelDefinitionProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -1
- package/build/js/worker/proxies/LabelFieldDefinitionProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -1
- package/build/js/worker/proxies/LabelFieldLocationProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -1
- package/build/js/worker/proxies/LabelFieldProxy.d.ts +2 -2
- package/build/js/worker/proxies/LabelFieldProxy.js +1 -1
- package/build/js/worker/proxies/NativeProxy.d.ts +2 -2
- package/build/js/worker/proxies/NativeProxy.js +1 -1
- package/build/js/worker/proxies/NoViewfinderProxy.d.ts +2 -2
- package/build/js/worker/proxies/NoViewfinderProxy.js +1 -1
- package/build/js/worker/proxies/PackingDateTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/PackingDateTextProxy.js +1 -1
- package/build/js/worker/proxies/PartNumberBarcodeProxy.d.ts +2 -2
- package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/RectangularViewfinderProxy.d.ts +2 -2
- package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -1
- package/build/js/worker/proxies/SerialNumberBarcodeProxy.d.ts +2 -2
- package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/TotalPriceTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -1
- package/build/js/worker/proxies/UnitPriceTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -1
- package/build/js/worker/proxies/WeightTextProxy.d.ts +2 -2
- package/build/js/worker/proxies/WeightTextProxy.js +1 -1
- package/package.json +2 -2
- package/sdc-lib/scandit-datacapture-sdk-label-pthreads.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-label-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label-simd.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-label-simd.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-label.wasm +0 -0
- package/build/js/chunks/chunk-2X2D3ZT5.js +0 -1
- package/build/js/chunks/chunk-LULJHMFR.js +0 -2
- package/build/js/chunks/chunk-S3BOEZML.js +0 -1
- package/build/js/chunks/chunk-SB2YG7TF.js +0 -1
- package/build/js/chunks/chunk-U4TDG7AJ.js +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Symbology } from '../../djinni-types/sdcBarcodeData.js';
|
|
2
2
|
import { BarcodeField, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
3
|
import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
|
|
4
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
4
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
6
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
7
7
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class BarcodeFieldProxy extends NativeProxyAdapter<BarcodeField> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{D as default}from'../../chunks/chunk-
|
|
1
|
+
export{D as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { CapturedLabel } from '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class CapturedLabelProxy extends NativeProxyAdapter<CapturedLabel> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import {c}from'../../chunks/chunk-
|
|
1
|
+
import {c}from'../../chunks/chunk-ITCVLCCT.js';var t=class extends c{constructor(){super(...arguments);this.handle={className:"CapturedLabel",id:0};}async getName(e){return this.nativeImplementationFromHandle(e).getName()}async getDeltaTimeToPrediction(e){return this.nativeImplementationFromHandle(e).getDeltaTimeToPrediction()}async getFields(e){throw new Error("This method must be implemented manually.")}async getTrackingId(e){return this.nativeImplementationFromHandle(e).getTrackingId()}async getPredictedBounds(e){throw new Error("This method must be implemented manually.")}async isComplete(e){return this.nativeImplementationFromHandle(e).isComplete()}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},l=new t;export{l as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { CustomBarcode } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
3
|
import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class CustomBarcodeProxy extends NativeProxyAdapter<CustomBarcode> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{e as default}from'../../chunks/chunk-
|
|
1
|
+
export{e as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { CustomText } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class CustomTextProxy extends NativeProxyAdapter<CustomText> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{f as default}from'../../chunks/chunk-
|
|
1
|
+
export{f as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { ExpiryDateText, LabelFieldDefinition, LabelDateFormat, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class ExpiryDateTextProxy extends NativeProxyAdapter<ExpiryDateText> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{g as default}from'../../chunks/chunk-
|
|
1
|
+
export{g as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { ImeiOneBarcode, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
3
|
import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class ImeiOneBarcodeProxy extends NativeProxyAdapter<ImeiOneBarcode> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{h as default}from'../../chunks/chunk-
|
|
1
|
+
export{h as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { ImeiTwoBarcode, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
3
|
import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class ImeiTwoBarcodeProxy extends NativeProxyAdapter<ImeiTwoBarcode> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{i as default}from'../../chunks/chunk-
|
|
1
|
+
export{i as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { FeatureAvailability } from '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
3
3
|
import { LabelCaptureAdvancedOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -25,9 +25,9 @@ import '../../api/LabelFieldState.js';
|
|
|
25
25
|
import '../../api/LabelFieldType.js';
|
|
26
26
|
import '../../api/LabelDateResult.js';
|
|
27
27
|
import '../../api/LabelCaptureSession.js';
|
|
28
|
+
import '../../api/LabelFieldLocationType.js';
|
|
28
29
|
import '../../api/LabelDateFormat.js';
|
|
29
30
|
import '../../api/LabelDateComponentFormat.js';
|
|
30
|
-
import '../../api/LabelFieldLocationType.js';
|
|
31
31
|
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
32
32
|
|
|
33
33
|
declare class LabelCaptureAdvancedOverlayProxy extends NativeProxyAdapter<LabelCaptureAdvancedOverlay> implements NativeProxy<LabelCaptureAdvancedOverlay> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{t as LabelCaptureAdvancedOverlayProxy,u as default}from'../../chunks/chunk-
|
|
1
|
+
export{t as LabelCaptureAdvancedOverlayProxy,u as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { Brush } from '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
3
3
|
import { Viewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
4
4
|
import { LabelFieldState } from '../../djinni-types/sdcLabelData.js';
|
|
@@ -24,9 +24,9 @@ import '../../api/LabelFieldState.js';
|
|
|
24
24
|
import '../../api/LabelFieldType.js';
|
|
25
25
|
import '../../api/LabelDateResult.js';
|
|
26
26
|
import '../../api/LabelCaptureSession.js';
|
|
27
|
+
import '../../api/LabelFieldLocationType.js';
|
|
27
28
|
import '../../api/LabelDateFormat.js';
|
|
28
29
|
import '../../api/LabelDateComponentFormat.js';
|
|
29
|
-
import '../../api/LabelFieldLocationType.js';
|
|
30
30
|
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
31
31
|
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
32
32
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{v as LabelCaptureBasicOverlayProxy,w as default}from'../../chunks/chunk-
|
|
1
|
+
export{v as LabelCaptureBasicOverlayProxy,w as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DataCaptureContext } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
2
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
2
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
3
3
|
import { LabelCaptureHelper, LabelCapture } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class LabelCaptureHelperProxy extends NativeProxyAdapter<LabelCaptureHelper> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{E as default}from'../../chunks/chunk-
|
|
1
|
+
export{E as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DataCaptureView } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
2
|
-
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-
|
|
2
|
+
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
3
3
|
import { LabelCaptureOverlayHelper, LabelCaptureBasicOverlay, LabelCaptureAdvancedOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -24,9 +24,9 @@ import '../../api/LabelFieldState.js';
|
|
|
24
24
|
import '../../api/LabelFieldType.js';
|
|
25
25
|
import '../../api/LabelDateResult.js';
|
|
26
26
|
import '../../api/LabelCaptureSession.js';
|
|
27
|
+
import '../../api/LabelFieldLocationType.js';
|
|
27
28
|
import '../../api/LabelDateFormat.js';
|
|
28
29
|
import '../../api/LabelDateComponentFormat.js';
|
|
29
|
-
import '../../api/LabelFieldLocationType.js';
|
|
30
30
|
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
31
31
|
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
32
32
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{x as default}from'../../chunks/chunk-
|
|
1
|
+
export{x as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { DataCaptureContext } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
2
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
3
|
-
import { WrappedFuture } from '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
2
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
4
3
|
import { ExternalOcrBackend } from '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
5
4
|
import { LabelCapture, LabelCaptureListener, LabelCaptureSettings } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
6
5
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -18,6 +17,7 @@ import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
|
18
17
|
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
19
18
|
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
20
19
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
21
21
|
import '../../djinni-types/sdcCoreCommon.js';
|
|
22
22
|
import '@scandit/web-datacapture-core';
|
|
23
23
|
import '../../api/CapturedLabel.js';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class LabelCaptureProxy extends NativeProxyAdapter<LabelCapture> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -40,7 +40,7 @@ declare class LabelCaptureProxy extends NativeProxyAdapter<LabelCapture> {
|
|
|
40
40
|
removeListenerAsync(handle: NativeProxyHandle, listener: LabelCaptureListener): Promise<void>;
|
|
41
41
|
getSession(_handle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
42
42
|
shouldUseEngineDrivenAnimations(handle: NativeProxyHandle): Promise<boolean>;
|
|
43
|
-
applySettingsWrapped(handle: NativeProxyHandle, settings: LabelCaptureSettings): Promise<
|
|
43
|
+
applySettingsWrapped(handle: NativeProxyHandle, settings: LabelCaptureSettings): Promise<void>;
|
|
44
44
|
getContext(handle: NativeProxyHandle): Promise<DataCaptureContext>;
|
|
45
45
|
registerExternalOcrBackend(handle: NativeProxyHandle, backend: ExternalOcrBackend): Promise<void>;
|
|
46
46
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{s as default}from'../../chunks/chunk-
|
|
1
|
+
export{s as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { LabelCaptureSession } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class LabelCaptureSessionProxy extends NativeProxyAdapter<LabelCaptureSession> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import {c}from'../../chunks/chunk-
|
|
1
|
+
import {c}from'../../chunks/chunk-ITCVLCCT.js';var a=class extends c{constructor(){super(...arguments);this.handle={className:"LabelCaptureSession",id:0};}async getLabels(e){throw new Error("This method must be implemented manually.")}async getLastFrameId(e){return this.nativeImplementationFromHandle(e).getLastFrameId()}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},l=new a;export{l as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { LocationSelection } from '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
3
3
|
import { LabelCaptureSettings } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -26,15 +26,15 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class LabelCaptureSettingsProxy extends NativeProxyAdapter<LabelCaptureSettings> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
35
35
|
loadFromString(description: string): Promise<NativeProxyHandle>;
|
|
36
36
|
createFromLabelDefinitions(labelDefinitionHandles: NativeProxyHandle[]): Promise<NativeProxyHandle>;
|
|
37
|
-
create(labelDefinitionHandles: NativeProxyHandle[], hiddenPropertyJsonString: string): Promise<NativeProxyHandle>;
|
|
37
|
+
create(labelDefinitionHandles: NativeProxyHandle[], hiddenPropertyJsonString: string, blueprintJSONUpdate: string): Promise<NativeProxyHandle>;
|
|
38
38
|
setLocationSelection(handle: NativeProxyHandle, locationSelection: LocationSelection): Promise<void>;
|
|
39
39
|
getLocationSelection(_handle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
40
40
|
getLicenseKey(handle: NativeProxyHandle): Promise<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{r as default}from'../../chunks/chunk-
|
|
1
|
+
export{r as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { LabelDefinition } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class LabelDefinitionProxy extends NativeProxyAdapter<LabelDefinition> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{q as default}from'../../chunks/chunk-
|
|
1
|
+
export{q as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LabelFieldDefinition, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
2
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle, L as LabelCaptureModule } from '../../NativeProxy-
|
|
2
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle, L as LabelCaptureModule } from '../../NativeProxy-CsndagT7.js';
|
|
3
3
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
4
4
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class LabelFieldDefinitionProxy extends NativeProxyAdapter<LabelFieldDefinition> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{p as default}from'../../chunks/chunk-
|
|
1
|
+
export{p as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Rect } from '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
2
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
2
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
3
3
|
import { LabelFieldLocationType } from '../../djinni-types/sdcLabelData.js';
|
|
4
4
|
import { LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class LabelFieldLocationProxy extends NativeProxyAdapter<LabelFieldLocation> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{d as default}from'../../chunks/chunk-
|
|
1
|
+
export{d as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { LabelFieldType, LabelFieldState } from '../../djinni-types/sdcLabelData.js';
|
|
3
3
|
import { LabelField } from '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class LabelFieldProxy extends NativeProxyAdapter<LabelField> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import {c}from'../../chunks/chunk-
|
|
1
|
+
import {c}from'../../chunks/chunk-ITCVLCCT.js';var t=class extends c{constructor(){super(...arguments);this.handle={className:"LabelField",id:0};}async getName(e){return this.nativeImplementationFromHandle(e).getName()}async isRequired(e){return this.nativeImplementationFromHandle(e).isRequired()}async getType(e){throw new Error("This method must be implemented manually.")}async getPredictedLocation(e){throw new Error("This method must be implemented manually.")}async getState(e){throw new Error("This method must be implemented manually.")}async getBarcode(e){throw new Error("This method must be implemented manually.")}async getText(e){return this.nativeImplementationFromHandle(e).getText()}async getDate(e){throw new Error("This method must be implemented manually.")}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},o=new t;export{o as default};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { d as NativeProxy, c as NativeProxyAdapter, N as NativeProxyHandle, aB as NativeProxyMethod } from '../../NativeProxy-
|
|
1
|
+
export { d as NativeProxy, c as NativeProxyAdapter, N as NativeProxyHandle, aB as NativeProxyMethod } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
3
3
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
4
4
|
import '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
@@ -26,6 +26,6 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{c as NativeProxyAdapter}from'../../chunks/chunk-
|
|
1
|
+
export{c as NativeProxyAdapter}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NoViewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
2
|
-
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-
|
|
2
|
+
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
3
3
|
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
4
4
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
5
5
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class NoViewfinderProxy extends NativeProxyAdapter<NoViewfinder> implements NativeProxy<NoViewfinder> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{A as default}from'../../chunks/chunk-
|
|
1
|
+
export{A as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { PackingDateText, LabelDateFormat, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class PackingDateTextProxy extends NativeProxyAdapter<PackingDateText> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{j as default}from'../../chunks/chunk-
|
|
1
|
+
export{j as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { PartNumberBarcode, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
3
|
import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class PartNumberBarcodeProxy extends NativeProxyAdapter<PartNumberBarcode> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{k as default}from'../../chunks/chunk-
|
|
1
|
+
export{k as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -2,7 +2,7 @@ import { FloatWithUnit } from '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
|
2
2
|
import { SizeWithUnitAndAspect } from '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
3
3
|
import { Color } from '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
4
4
|
import { RectangularViewfinder, RectangularViewfinderStyle, RectangularViewfinderLineStyle, RectangularViewfinderAnimation } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
5
|
-
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-
|
|
5
|
+
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
6
6
|
import '@scandit/web-datacapture-barcode';
|
|
7
7
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
8
8
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class RectangularViewfinderProxy extends NativeProxyAdapter<RectangularViewfinder> implements NativeProxy<RectangularViewfinder> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{B as default}from'../../chunks/chunk-
|
|
1
|
+
export{B as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { SerialNumberBarcode, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
3
|
import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class SerialNumberBarcodeProxy extends NativeProxyAdapter<SerialNumberBarcode> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{l as default}from'../../chunks/chunk-
|
|
1
|
+
export{l as default}from'../../chunks/chunk-ITCVLCCT.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
1
|
+
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CsndagT7.js';
|
|
2
2
|
import { TotalPriceText, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
3
|
import '@scandit/web-datacapture-barcode';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -26,9 +26,9 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelDateResult.js';
|
|
28
28
|
import '../../api/LabelCaptureSession.js';
|
|
29
|
+
import '../../api/LabelFieldLocationType.js';
|
|
29
30
|
import '../../api/LabelDateFormat.js';
|
|
30
31
|
import '../../api/LabelDateComponentFormat.js';
|
|
31
|
-
import '../../api/LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
declare class TotalPriceTextProxy extends NativeProxyAdapter<TotalPriceText> {
|
|
34
34
|
handle: NativeProxyHandle;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{m as default}from'../../chunks/chunk-
|
|
1
|
+
export{m as default}from'../../chunks/chunk-ITCVLCCT.js';
|