@scandit/web-datacapture-label 7.2.2 → 7.3.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/js/{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-6QS527PW.js +1 -0
- 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-BUOQJS6T.js +2 -0
- 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-JO7OMLH3.js +1 -0
- package/build/js/chunks/{chunk-KTDVOWK7.js → chunk-PEJQTQB4.js} +1 -1
- package/build/js/chunks/chunk-VRBAAE3G.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-ZOJBHF75.js +1 -0
- 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,4 +1,4 @@
|
|
|
1
|
-
import { FrameData, NativeDataCaptureMode, DataCaptureContext } from '@scandit/web-datacapture-core';
|
|
1
|
+
import { FrameData, NativeDataCaptureMode, CameraSettings, DataCaptureContext } from '@scandit/web-datacapture-core';
|
|
2
2
|
import { LabelCaptureSettings } from './api/LabelCaptureSettings.js';
|
|
3
3
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
4
4
|
import { LabelCaptureSession } from './api/LabelCaptureSession.js';
|
|
@@ -16,6 +16,7 @@ declare class LabelCapture implements NativeDataCaptureMode {
|
|
|
16
16
|
private listeners;
|
|
17
17
|
private workerListener;
|
|
18
18
|
private constructor();
|
|
19
|
+
static createRecommendedCameraSettings(): CameraSettings;
|
|
19
20
|
static forContext(context: DataCaptureContext, settings: LabelCaptureSettings): Promise<LabelCapture>;
|
|
20
21
|
isEnabled(): Promise<boolean>;
|
|
21
22
|
setEnabled(enabled: boolean): Promise<void>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Anchor, PointWithUnit, DataCaptureOverlay, DataCaptureView } from '@scandit/web-datacapture-core';
|
|
2
2
|
import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
3
3
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
4
|
-
import { N as NativeProxyHandle } from './NativeProxy-
|
|
4
|
+
import { N as NativeProxyHandle } from './NativeProxy-CsndagT7.js';
|
|
5
5
|
import { CapturedLabel } from './api/CapturedLabel.js';
|
|
6
|
-
import { L as LabelCapture } from './LabelCapture-
|
|
6
|
+
import { L as LabelCapture } from './LabelCapture-DDlDP--7.js';
|
|
7
7
|
import { LabelCaptureOverlayJSON } from './api/LabelCaptureOverlayJSON.js';
|
|
8
8
|
import { LabelField } from './api/LabelField.js';
|
|
9
9
|
|
package/build/js/{LabelCaptureBasicOverlay-BcFyOGaf.d.ts → LabelCaptureBasicOverlay-4JorH1kZ.d.ts}
RENAMED
|
@@ -4,8 +4,8 @@ import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Ser
|
|
|
4
4
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
5
|
import { CapturedLabel } from './api/CapturedLabel.js';
|
|
6
6
|
import { LabelField } from './api/LabelField.js';
|
|
7
|
-
import { N as NativeProxyHandle } from './NativeProxy-
|
|
8
|
-
import { L as LabelCapture } from './LabelCapture-
|
|
7
|
+
import { N as NativeProxyHandle } from './NativeProxy-CsndagT7.js';
|
|
8
|
+
import { L as LabelCapture } from './LabelCapture-DDlDP--7.js';
|
|
9
9
|
import { LabelCaptureOverlayJSON } from './api/LabelCaptureOverlayJSON.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Symbology } from '@scandit/web-datacapture-barcode';
|
|
2
|
-
import {
|
|
2
|
+
import { DataCaptureCallbackMessage as DataCaptureCallbackMessage$1, DataCaptureCallbackMessageKeys as DataCaptureCallbackMessageKeys$1, AnyDataCaptureActionMessage as AnyDataCaptureActionMessage$1, DataCaptureActionMessageKey as DataCaptureActionMessageKey$1, Module as Module$1, WorkerResponse as WorkerResponse$1 } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
3
3
|
import { Barcode } from './djinni-types/sdcBarcodeInternalSdkData.js';
|
|
4
4
|
import { FloatWithUnit, MeasureUnit, Quadrilateral } from './djinni-types/sdcCoreCommonGeometry.js';
|
|
5
5
|
import { BarcodeField, BarcodeField_statics, CustomBarcode, CustomBarcode_statics, CustomText, CustomText_statics, ExpiryDateText, ExpiryDateText_statics, ImeiOneBarcode, ImeiOneBarcode_statics, ImeiTwoBarcode, ImeiTwoBarcode_statics, LabelCapture, LabelCapture_statics, LabelCaptureHelper, LabelCaptureHelper_statics, LabelCaptureListener, LabelCaptureSession, LabelCaptureSettings, LabelCaptureSettings_statics, LabelDefinition, LabelDefinition_statics, LabelFieldDefinition, LabelFieldLocation, LabelFieldLocation_statics, PackingDateText, PackingDateText_statics, PartNumberBarcode, PartNumberBarcode_statics, SerialNumberBarcode, SerialNumberBarcode_statics, TextField, TotalPriceText, TotalPriceText_statics, UnitPriceText, UnitPriceText_statics, WeightText, WeightText_statics } from './djinni-types/sdcLabelInternalModuleCapture.js';
|
|
@@ -8,12 +8,12 @@ import { RectangularLocationSelection, RectangularLocationSelection_statics } fr
|
|
|
8
8
|
import { RectangularViewfinder, RectangularViewfinder_statics, AimerViewfinder, AimerViewfinder_statics, NoViewfinder, NoViewfinder_statics } from './djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
9
9
|
import { LabelFieldLocationType, LabelFieldState, LabelFieldType } from './djinni-types/sdcLabelData.js';
|
|
10
10
|
import { LabelCaptureOverlayHelper, LabelCaptureOverlayHelper_statics, LabelCaptureBasicOverlay, LabelCaptureBasicOverlay_statics, LabelCaptureAdvancedOverlay, LabelCaptureAdvancedOverlay_statics } from './djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
11
|
-
import { LocationSelectionJSON, RectJSON, BrushJSON, RectangularViewfinderJSON, AimerViewfinderJSON
|
|
11
|
+
import { PrivateLoadableFrameData, LocationSelectionJSON, RectJSON, BrushJSON, RectangularViewfinderJSON, AimerViewfinderJSON } from '@scandit/web-datacapture-core';
|
|
12
12
|
import { CapturedLabelJSON } from './api/CapturedLabel.js';
|
|
13
13
|
import { LabelCaptureSessionJSON } from './api/LabelCaptureSession.js';
|
|
14
|
-
import { LabelDateFormatJSON } from './api/LabelDateFormat.js';
|
|
15
14
|
import { LabelFieldJSON } from './api/LabelField.js';
|
|
16
15
|
import { LabelFieldLocationType as LabelFieldLocationType$1 } from './api/LabelFieldLocationType.js';
|
|
16
|
+
import { LabelDateFormatJSON } from './api/LabelDateFormat.js';
|
|
17
17
|
|
|
18
18
|
type AugmentedWorker<M extends EmscriptenModule> = DedicatedWorkerGlobalScope & {
|
|
19
19
|
Module: M;
|
|
@@ -80,6 +80,7 @@ interface LabelCaptureBuildLabelCaptureSettingsActionMessage extends DataCapture
|
|
|
80
80
|
payload: {
|
|
81
81
|
labelDefinitionHandles: NativeProxyHandle[];
|
|
82
82
|
hiddenProperties: Record<string, unknown>;
|
|
83
|
+
labelProperties?: Record<string, unknown> | Record<string, unknown>[];
|
|
83
84
|
};
|
|
84
85
|
}
|
|
85
86
|
interface LabelCaptureBuildLabelDefinitionActionMessage extends DataCaptureActionMessage {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
2
|
-
import { N as NativeProxyHandle } from '../NativeProxy-
|
|
2
|
+
import { N as NativeProxyHandle } from '../NativeProxy-CsndagT7.js';
|
|
3
3
|
import { LabelFieldLocation } from './LabelFieldLocation.js';
|
|
4
4
|
import { TextField } from './TextField.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -29,9 +29,9 @@ import './LabelFieldState.js';
|
|
|
29
29
|
import './LabelFieldType.js';
|
|
30
30
|
import './LabelDateResult.js';
|
|
31
31
|
import './LabelCaptureSession.js';
|
|
32
|
+
import './LabelFieldLocationType.js';
|
|
32
33
|
import './LabelDateFormat.js';
|
|
33
34
|
import './LabelDateComponentFormat.js';
|
|
34
|
-
import './LabelFieldLocationType.js';
|
|
35
35
|
import './LabelFieldDefinition.js';
|
|
36
36
|
|
|
37
37
|
declare class CustomText implements TextField {
|
|
@@ -2,7 +2,7 @@ import { CustomText } from './CustomText.js';
|
|
|
2
2
|
import { TextFieldBuilder } from './TextFieldBuilder.js';
|
|
3
3
|
import { LabelFieldLocation } from './LabelFieldLocation.js';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
|
-
import '../NativeProxy-
|
|
5
|
+
import '../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';
|
|
@@ -30,9 +30,9 @@ import './LabelFieldState.js';
|
|
|
30
30
|
import './LabelFieldType.js';
|
|
31
31
|
import './LabelDateResult.js';
|
|
32
32
|
import './LabelCaptureSession.js';
|
|
33
|
+
import './LabelFieldLocationType.js';
|
|
33
34
|
import './LabelDateFormat.js';
|
|
34
35
|
import './LabelDateComponentFormat.js';
|
|
35
|
-
import './LabelFieldLocationType.js';
|
|
36
36
|
import './TextField.js';
|
|
37
37
|
import './LabelFieldDefinition.js';
|
|
38
38
|
import './LabelFieldDefinitionBuilder.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
2
|
-
import { N as NativeProxyHandle } from '../NativeProxy-
|
|
2
|
+
import { N as NativeProxyHandle } from '../NativeProxy-CsndagT7.js';
|
|
3
3
|
import { LabelDateFormat } from './LabelDateFormat.js';
|
|
4
4
|
import { TextField } from './TextField.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -2,7 +2,7 @@ import { ExpiryDateText } from './ExpiryDateText.js';
|
|
|
2
2
|
import { TextFieldBuilder } from './TextFieldBuilder.js';
|
|
3
3
|
import { LabelDateFormat } from './LabelDateFormat.js';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
|
-
import '../NativeProxy-
|
|
5
|
+
import '../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';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@scandit/web-datacapture-core';
|
|
2
2
|
import './LabelCaptureSettings.js';
|
|
3
3
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
4
|
-
export { L as LabelCapture } from '../LabelCapture-
|
|
4
|
+
export { L as LabelCapture } from '../LabelCapture-DDlDP--7.js';
|
|
5
5
|
import './LabelDefinition.js';
|
|
6
6
|
import './CustomBarcode.js';
|
|
7
7
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -9,7 +9,7 @@ import './BarcodeField.js';
|
|
|
9
9
|
import './LabelFieldDefinition.js';
|
|
10
10
|
import './LabelFieldLocation.js';
|
|
11
11
|
import './CustomText.js';
|
|
12
|
-
import '../NativeProxy-
|
|
12
|
+
import '../NativeProxy-CsndagT7.js';
|
|
13
13
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
14
14
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
15
15
|
import '../djinni-types/sdcBarcodeData.js';
|
|
@@ -35,9 +35,9 @@ import './LabelFieldState.js';
|
|
|
35
35
|
import './LabelFieldType.js';
|
|
36
36
|
import './LabelDateResult.js';
|
|
37
37
|
import './LabelCaptureSession.js';
|
|
38
|
+
import './LabelFieldLocationType.js';
|
|
38
39
|
import './LabelDateFormat.js';
|
|
39
40
|
import './LabelDateComponentFormat.js';
|
|
40
|
-
import './LabelFieldLocationType.js';
|
|
41
41
|
import './TextField.js';
|
|
42
42
|
import './ExpiryDateText.js';
|
|
43
43
|
import './ImeiOneBarcode.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as LabelCapture}from'../chunks/chunk-
|
|
1
|
+
export{a as LabelCapture}from'../chunks/chunk-CT6CX2MP.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '@scandit/web-datacapture-core';
|
|
2
2
|
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
3
3
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
4
|
-
import '../NativeProxy-
|
|
4
|
+
import '../NativeProxy-CsndagT7.js';
|
|
5
5
|
import './CapturedLabel.js';
|
|
6
|
-
import '../LabelCapture-
|
|
7
|
-
export { L as LabelCaptureAdvancedOverlay } from '../LabelCaptureAdvancedOverlay-
|
|
6
|
+
import '../LabelCapture-DDlDP--7.js';
|
|
7
|
+
export { L as LabelCaptureAdvancedOverlay } from '../LabelCaptureAdvancedOverlay-CQsy_KsL.js';
|
|
8
8
|
import './LabelCaptureOverlayJSON.js';
|
|
9
9
|
import './LabelField.js';
|
|
10
10
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -31,9 +31,9 @@ import './LabelCaptureSession.js';
|
|
|
31
31
|
import './LabelFieldState.js';
|
|
32
32
|
import './LabelFieldType.js';
|
|
33
33
|
import './LabelDateResult.js';
|
|
34
|
+
import './LabelFieldLocationType.js';
|
|
34
35
|
import './LabelDateFormat.js';
|
|
35
36
|
import './LabelDateComponentFormat.js';
|
|
36
|
-
import './LabelFieldLocationType.js';
|
|
37
37
|
import './LabelCaptureSettings.js';
|
|
38
38
|
import './LabelDefinition.js';
|
|
39
39
|
import './CustomBarcode.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@scandit/web-datacapture-core';
|
|
2
2
|
import './CapturedLabel.js';
|
|
3
|
-
export { a as LabelCaptureAdvancedOverlayListener } from '../LabelCaptureAdvancedOverlay-
|
|
3
|
+
export { a as LabelCaptureAdvancedOverlayListener } from '../LabelCaptureAdvancedOverlay-CQsy_KsL.js';
|
|
4
4
|
import './LabelField.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
6
6
|
import './LabelFieldState.js';
|
|
@@ -8,7 +8,7 @@ import './LabelFieldType.js';
|
|
|
8
8
|
import './LabelDateResult.js';
|
|
9
9
|
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
10
10
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
11
|
-
import '../NativeProxy-
|
|
11
|
+
import '../NativeProxy-CsndagT7.js';
|
|
12
12
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
13
13
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
14
14
|
import '../djinni-types/sdcBarcodeData.js';
|
|
@@ -29,10 +29,10 @@ import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
|
29
29
|
import '../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
30
30
|
import '../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
31
31
|
import './LabelCaptureSession.js';
|
|
32
|
+
import './LabelFieldLocationType.js';
|
|
32
33
|
import './LabelDateFormat.js';
|
|
33
34
|
import './LabelDateComponentFormat.js';
|
|
34
|
-
import '
|
|
35
|
-
import '../LabelCapture-B8_5_uoB.js';
|
|
35
|
+
import '../LabelCapture-DDlDP--7.js';
|
|
36
36
|
import './LabelCaptureSettings.js';
|
|
37
37
|
import './LabelDefinition.js';
|
|
38
38
|
import './CustomBarcode.js';
|
|
@@ -4,9 +4,9 @@ import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
5
|
import './CapturedLabel.js';
|
|
6
6
|
import './LabelField.js';
|
|
7
|
-
import '../NativeProxy-
|
|
8
|
-
import '../LabelCapture-
|
|
9
|
-
export { L as LabelCaptureBasicOverlay } from '../LabelCaptureBasicOverlay-
|
|
7
|
+
import '../NativeProxy-CsndagT7.js';
|
|
8
|
+
import '../LabelCapture-DDlDP--7.js';
|
|
9
|
+
export { L as LabelCaptureBasicOverlay } from '../LabelCaptureBasicOverlay-4JorH1kZ.js';
|
|
10
10
|
import './LabelCaptureOverlayJSON.js';
|
|
11
11
|
import '@scandit/web-datacapture-barcode';
|
|
12
12
|
import './LabelFieldState.js';
|
|
@@ -31,9 +31,9 @@ import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
|
31
31
|
import '../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
32
32
|
import '../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
33
33
|
import './LabelCaptureSession.js';
|
|
34
|
+
import './LabelFieldLocationType.js';
|
|
34
35
|
import './LabelDateFormat.js';
|
|
35
36
|
import './LabelDateComponentFormat.js';
|
|
36
|
-
import './LabelFieldLocationType.js';
|
|
37
37
|
import './LabelCaptureSettings.js';
|
|
38
38
|
import './LabelDefinition.js';
|
|
39
39
|
import './CustomBarcode.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@scandit/web-datacapture-core';
|
|
2
2
|
import './CapturedLabel.js';
|
|
3
3
|
import './LabelField.js';
|
|
4
|
-
export { a as LabelCaptureBasicOverlayListener } from '../LabelCaptureBasicOverlay-
|
|
4
|
+
export { a as LabelCaptureBasicOverlayListener } from '../LabelCaptureBasicOverlay-4JorH1kZ.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
6
6
|
import './LabelFieldState.js';
|
|
7
7
|
import './LabelFieldType.js';
|
|
@@ -9,7 +9,7 @@ import './LabelDateResult.js';
|
|
|
9
9
|
import '../djinni-types/sdcLabelData.js';
|
|
10
10
|
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
11
11
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
12
|
-
import '../NativeProxy-
|
|
12
|
+
import '../NativeProxy-CsndagT7.js';
|
|
13
13
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
14
14
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
15
15
|
import '../djinni-types/sdcBarcodeData.js';
|
|
@@ -29,10 +29,10 @@ import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
|
29
29
|
import '../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
30
30
|
import '../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
31
31
|
import './LabelCaptureSession.js';
|
|
32
|
+
import './LabelFieldLocationType.js';
|
|
32
33
|
import './LabelDateFormat.js';
|
|
33
34
|
import './LabelDateComponentFormat.js';
|
|
34
|
-
import '
|
|
35
|
-
import '../LabelCapture-B8_5_uoB.js';
|
|
35
|
+
import '../LabelCapture-DDlDP--7.js';
|
|
36
36
|
import './LabelCaptureSettings.js';
|
|
37
37
|
import './LabelDefinition.js';
|
|
38
38
|
import './CustomBarcode.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@scandit/web-datacapture-core';
|
|
2
2
|
import './LabelCaptureSession.js';
|
|
3
|
-
export { a as LabelCaptureListener } from '../LabelCapture-
|
|
3
|
+
export { a as LabelCaptureListener } from '../LabelCapture-DDlDP--7.js';
|
|
4
4
|
import './CapturedLabel.js';
|
|
5
5
|
import './LabelField.js';
|
|
6
6
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -15,7 +15,7 @@ import './BarcodeField.js';
|
|
|
15
15
|
import './LabelFieldDefinition.js';
|
|
16
16
|
import './LabelFieldLocation.js';
|
|
17
17
|
import './CustomText.js';
|
|
18
|
-
import '../NativeProxy-
|
|
18
|
+
import '../NativeProxy-CsndagT7.js';
|
|
19
19
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
20
20
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
21
21
|
import '../djinni-types/sdcBarcodeData.js';
|
|
@@ -35,9 +35,9 @@ import '../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
|
35
35
|
import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
36
36
|
import '../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
37
37
|
import '../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
38
|
+
import './LabelFieldLocationType.js';
|
|
38
39
|
import './LabelDateFormat.js';
|
|
39
40
|
import './LabelDateComponentFormat.js';
|
|
40
|
-
import './LabelFieldLocationType.js';
|
|
41
41
|
import './TextField.js';
|
|
42
42
|
import './ExpiryDateText.js';
|
|
43
43
|
import './ImeiOneBarcode.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { N as NativeProxyHandle } from '../NativeProxy-
|
|
1
|
+
import { N as NativeProxyHandle } from '../NativeProxy-CsndagT7.js';
|
|
2
2
|
import '@scandit/web-datacapture-barcode';
|
|
3
3
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
4
4
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -26,9 +26,9 @@ import './LabelFieldState.js';
|
|
|
26
26
|
import './LabelFieldType.js';
|
|
27
27
|
import './LabelDateResult.js';
|
|
28
28
|
import './LabelCaptureSession.js';
|
|
29
|
+
import './LabelFieldLocationType.js';
|
|
29
30
|
import './LabelDateFormat.js';
|
|
30
31
|
import './LabelDateComponentFormat.js';
|
|
31
|
-
import './LabelFieldLocationType.js';
|
|
32
32
|
|
|
33
33
|
type LabelCaptureOverlayJSON = {
|
|
34
34
|
nativeHandle: NativeProxyHandle;
|
|
@@ -7,7 +7,7 @@ import './BarcodeField.js';
|
|
|
7
7
|
import './LabelFieldDefinition.js';
|
|
8
8
|
import './LabelFieldLocation.js';
|
|
9
9
|
import './CustomText.js';
|
|
10
|
-
import '../NativeProxy-
|
|
10
|
+
import '../NativeProxy-CsndagT7.js';
|
|
11
11
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
12
12
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
13
13
|
import '../djinni-types/sdcBarcodeData.js';
|
|
@@ -33,9 +33,9 @@ import './LabelFieldState.js';
|
|
|
33
33
|
import './LabelFieldType.js';
|
|
34
34
|
import './LabelDateResult.js';
|
|
35
35
|
import './LabelCaptureSession.js';
|
|
36
|
+
import './LabelFieldLocationType.js';
|
|
36
37
|
import './LabelDateFormat.js';
|
|
37
38
|
import './LabelDateComponentFormat.js';
|
|
38
|
-
import './LabelFieldLocationType.js';
|
|
39
39
|
import './TextField.js';
|
|
40
40
|
import './ExpiryDateText.js';
|
|
41
41
|
import './ImeiOneBarcode.js';
|
|
@@ -61,9 +61,11 @@ declare class LabelCaptureSettings {
|
|
|
61
61
|
declare class LabelCaptureSettingsBuilder {
|
|
62
62
|
private labelDefinitions;
|
|
63
63
|
private hiddenProperties;
|
|
64
|
+
private labelProperties?;
|
|
64
65
|
addLabel(label: LabelDefinition): this;
|
|
65
66
|
setHiddenProperty(key: string, value: unknown): this;
|
|
66
67
|
setHiddenProperties(hiddenProperties: Record<string, unknown>): this;
|
|
68
|
+
setLabelProperties(labelProperties: Record<string, unknown> | Record<string, unknown>[]): this;
|
|
67
69
|
build(): Promise<LabelCaptureSettings>;
|
|
68
70
|
}
|
|
69
71
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as LabelCaptureSettings,b as LabelCaptureSettingsBuilder}from'../chunks/chunk-
|
|
1
|
+
export{a as LabelCaptureSettings,b as LabelCaptureSettingsBuilder}from'../chunks/chunk-7A4I3E3E.js';
|
|
@@ -15,7 +15,7 @@ import '@scandit/web-datacapture-barcode';
|
|
|
15
15
|
import './BarcodeField.js';
|
|
16
16
|
import './LabelFieldLocation.js';
|
|
17
17
|
import '@scandit/web-datacapture-core';
|
|
18
|
-
import '../NativeProxy-
|
|
18
|
+
import '../NativeProxy-CsndagT7.js';
|
|
19
19
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
20
20
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
21
21
|
import '../djinni-types/sdcBarcodeData.js';
|
|
@@ -41,9 +41,9 @@ import './LabelFieldState.js';
|
|
|
41
41
|
import './LabelFieldType.js';
|
|
42
42
|
import './LabelDateResult.js';
|
|
43
43
|
import './LabelCaptureSession.js';
|
|
44
|
+
import './LabelFieldLocationType.js';
|
|
44
45
|
import './LabelDateFormat.js';
|
|
45
46
|
import './LabelDateComponentFormat.js';
|
|
46
|
-
import './LabelFieldLocationType.js';
|
|
47
47
|
import './TextField.js';
|
|
48
48
|
|
|
49
49
|
declare class LabelDefinition {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
2
|
-
import { N as NativeProxyHandle } from '../NativeProxy-
|
|
2
|
+
import { N as NativeProxyHandle } from '../NativeProxy-CsndagT7.js';
|
|
3
3
|
import { LabelDateFormat } from './LabelDateFormat.js';
|
|
4
4
|
import { TextField } from './TextField.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -2,7 +2,7 @@ import { PackingDateText } from './PackingDateText.js';
|
|
|
2
2
|
import { TextFieldBuilder } from './TextFieldBuilder.js';
|
|
3
3
|
import { LabelDateFormat } from './LabelDateFormat.js';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
|
-
import '../NativeProxy-
|
|
5
|
+
import '../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';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
2
|
-
import { N as NativeProxyHandle } from '../NativeProxy-
|
|
2
|
+
import { N as NativeProxyHandle } from '../NativeProxy-CsndagT7.js';
|
|
3
3
|
import { TextField } from './TextField.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -28,9 +28,9 @@ import './LabelFieldState.js';
|
|
|
28
28
|
import './LabelFieldType.js';
|
|
29
29
|
import './LabelDateResult.js';
|
|
30
30
|
import './LabelCaptureSession.js';
|
|
31
|
+
import './LabelFieldLocationType.js';
|
|
31
32
|
import './LabelDateFormat.js';
|
|
32
33
|
import './LabelDateComponentFormat.js';
|
|
33
|
-
import './LabelFieldLocationType.js';
|
|
34
34
|
import './LabelFieldDefinition.js';
|
|
35
35
|
|
|
36
36
|
declare class TotalPriceText implements TextField {
|
|
@@ -2,7 +2,7 @@ import { TextFieldBuilder } from './TextFieldBuilder.js';
|
|
|
2
2
|
import { TotalPriceText } from './TotalPriceText.js';
|
|
3
3
|
import './LabelFieldDefinitionBuilder.js';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
|
-
import '../NativeProxy-
|
|
5
|
+
import '../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';
|
|
@@ -30,9 +30,9 @@ import './LabelFieldState.js';
|
|
|
30
30
|
import './LabelFieldType.js';
|
|
31
31
|
import './LabelDateResult.js';
|
|
32
32
|
import './LabelCaptureSession.js';
|
|
33
|
+
import './LabelFieldLocationType.js';
|
|
33
34
|
import './LabelDateFormat.js';
|
|
34
35
|
import './LabelDateComponentFormat.js';
|
|
35
|
-
import './LabelFieldLocationType.js';
|
|
36
36
|
import './TextField.js';
|
|
37
37
|
import './LabelFieldDefinition.js';
|
|
38
38
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
2
|
-
import { N as NativeProxyHandle } from '../NativeProxy-
|
|
2
|
+
import { N as NativeProxyHandle } from '../NativeProxy-CsndagT7.js';
|
|
3
3
|
import { TextField } from './TextField.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -28,9 +28,9 @@ import './LabelFieldState.js';
|
|
|
28
28
|
import './LabelFieldType.js';
|
|
29
29
|
import './LabelDateResult.js';
|
|
30
30
|
import './LabelCaptureSession.js';
|
|
31
|
+
import './LabelFieldLocationType.js';
|
|
31
32
|
import './LabelDateFormat.js';
|
|
32
33
|
import './LabelDateComponentFormat.js';
|
|
33
|
-
import './LabelFieldLocationType.js';
|
|
34
34
|
import './LabelFieldDefinition.js';
|
|
35
35
|
|
|
36
36
|
declare class UnitPriceText implements TextField {
|
|
@@ -2,7 +2,7 @@ import { TextFieldBuilder } from './TextFieldBuilder.js';
|
|
|
2
2
|
import { UnitPriceText } from './UnitPriceText.js';
|
|
3
3
|
import './LabelFieldDefinitionBuilder.js';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
|
-
import '../NativeProxy-
|
|
5
|
+
import '../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';
|
|
@@ -30,9 +30,9 @@ import './LabelFieldState.js';
|
|
|
30
30
|
import './LabelFieldType.js';
|
|
31
31
|
import './LabelDateResult.js';
|
|
32
32
|
import './LabelCaptureSession.js';
|
|
33
|
+
import './LabelFieldLocationType.js';
|
|
33
34
|
import './LabelDateFormat.js';
|
|
34
35
|
import './LabelDateComponentFormat.js';
|
|
35
|
-
import './LabelFieldLocationType.js';
|
|
36
36
|
import './TextField.js';
|
|
37
37
|
import './LabelFieldDefinition.js';
|
|
38
38
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
2
|
-
import { N as NativeProxyHandle } from '../NativeProxy-
|
|
2
|
+
import { N as NativeProxyHandle } from '../NativeProxy-CsndagT7.js';
|
|
3
3
|
import { TextField } from './TextField.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -28,9 +28,9 @@ import './LabelFieldState.js';
|
|
|
28
28
|
import './LabelFieldType.js';
|
|
29
29
|
import './LabelDateResult.js';
|
|
30
30
|
import './LabelCaptureSession.js';
|
|
31
|
+
import './LabelFieldLocationType.js';
|
|
31
32
|
import './LabelDateFormat.js';
|
|
32
33
|
import './LabelDateComponentFormat.js';
|
|
33
|
-
import './LabelFieldLocationType.js';
|
|
34
34
|
import './LabelFieldDefinition.js';
|
|
35
35
|
|
|
36
36
|
declare class WeightText implements TextField {
|
|
@@ -2,7 +2,7 @@ import { TextFieldBuilder } from './TextFieldBuilder.js';
|
|
|
2
2
|
import { WeightText } from './WeightText.js';
|
|
3
3
|
import './LabelFieldDefinitionBuilder.js';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
|
-
import '../NativeProxy-
|
|
5
|
+
import '../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';
|
|
@@ -30,9 +30,9 @@ import './LabelFieldState.js';
|
|
|
30
30
|
import './LabelFieldType.js';
|
|
31
31
|
import './LabelDateResult.js';
|
|
32
32
|
import './LabelCaptureSession.js';
|
|
33
|
+
import './LabelFieldLocationType.js';
|
|
33
34
|
import './LabelDateFormat.js';
|
|
34
35
|
import './LabelDateComponentFormat.js';
|
|
35
|
-
import './LabelFieldLocationType.js';
|
|
36
36
|
import './TextField.js';
|
|
37
37
|
import './LabelFieldDefinition.js';
|
|
38
38
|
|