@scandit/web-datacapture-label 8.0.0 → 8.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY.txt +201 -71
- package/build/js/{LabelCapture-r1VXyYY1.d.ts → LabelCapture-DGLkCHVN.d.ts} +1 -3
- package/build/js/{LabelCaptureAdvancedOverlay-CX1Nuzz9.d.ts → LabelCaptureAdvancedOverlay-B1hVlOzu.d.ts} +2 -2
- package/build/js/{LabelCaptureBasicOverlay-Dpxz5gik.d.ts → LabelCaptureBasicOverlay-BjmQOKkn.d.ts} +2 -2
- package/build/js/{NativeProxy-Dqn_Pwfi.d.ts → NativeProxy-B98bIlIp.d.ts} +203 -22
- package/build/js/api/AdaptiveRecognitionResult.d.ts +38 -0
- package/build/js/api/AdaptiveRecognitionResult.js +1 -0
- package/build/js/api/CustomBarcodeBuilder.js +1 -1
- package/build/js/api/CustomText.d.ts +2 -1
- package/build/js/api/CustomTextBuilder.d.ts +2 -1
- package/build/js/api/DateText.d.ts +2 -1
- package/build/js/api/DateTextBuilder.d.ts +2 -1
- package/build/js/api/DateTextBuilder.js +1 -1
- package/build/js/api/ExpiryDateText.d.ts +2 -1
- package/build/js/api/ExpiryDateTextBuilder.d.ts +2 -1
- package/build/js/api/ExpiryDateTextBuilder.js +1 -1
- package/build/js/api/ImeiOneBarcodeBuilder.js +1 -1
- package/build/js/api/LabelCapture.d.ts +3 -2
- package/build/js/api/LabelCapture.js +1 -1
- package/build/js/api/LabelCaptureAdaptiveRecognitionOverlay.d.ts +111 -0
- package/build/js/api/LabelCaptureAdaptiveRecognitionOverlay.js +1 -0
- package/build/js/api/LabelCaptureAdaptiveRecognitionSettings.d.ts +38 -0
- package/build/js/api/LabelCaptureAdaptiveRecognitionSettings.js +1 -0
- package/build/js/api/LabelCaptureAdvancedOverlay.d.ts +4 -3
- package/build/js/api/LabelCaptureAdvancedOverlayListener.d.ts +4 -3
- package/build/js/api/LabelCaptureBasicOverlay.d.ts +4 -3
- package/build/js/api/LabelCaptureBasicOverlayListener.d.ts +4 -3
- package/build/js/api/LabelCaptureListener.d.ts +3 -2
- package/build/js/api/LabelCaptureOverlayJSON.d.ts +3 -1
- package/build/js/api/LabelCaptureSettings.d.ts +2 -1
- package/build/js/api/LabelCaptureValidationFlowOverlay.d.ts +7 -6
- package/build/js/api/LabelCaptureValidationFlowOverlay.js +1 -1
- package/build/js/api/LabelDefinition.d.ts +2 -1
- package/build/js/api/PackingDateText.d.ts +2 -1
- package/build/js/api/PackingDateTextBuilder.d.ts +2 -1
- package/build/js/api/PrivateReceiptScanningHandler.d.ts +76 -0
- package/build/js/api/PrivateReceiptScanningHandler.js +1 -0
- package/build/js/api/PrivateReceiptScanningListener.d.ts +59 -0
- package/build/js/api/PrivateReceiptScanningListener.js +0 -0
- package/build/js/api/ReceiptScanningLineItem.d.ts +39 -0
- package/build/js/api/ReceiptScanningLineItem.js +1 -0
- package/build/js/api/ReceiptScanningResult.d.ts +38 -0
- package/build/js/api/ReceiptScanningResult.js +1 -0
- package/build/js/api/TotalPriceText.d.ts +2 -1
- package/build/js/api/TotalPriceTextBuilder.d.ts +2 -1
- package/build/js/api/UnitPriceText.d.ts +2 -1
- package/build/js/api/UnitPriceTextBuilder.d.ts +2 -1
- package/build/js/api/WeightText.d.ts +2 -1
- package/build/js/api/WeightTextBuilder.d.ts +2 -1
- package/build/js/chunks/chunk-4PATACKR.js +1 -0
- package/build/js/chunks/chunk-4ZTL5HVQ.js +2 -0
- package/build/js/chunks/{chunk-3XCVMISO.js → chunk-AMSYA75T.js} +1 -1
- package/build/js/chunks/chunk-BJR4M6IU.js +1 -0
- package/build/js/chunks/chunk-CUHE565K.js +1 -0
- package/build/js/chunks/chunk-D6QEVE6U.js +1 -0
- package/build/js/chunks/chunk-DDYADIOR.js +1 -0
- package/build/js/chunks/chunk-G37GYNDK.js +1 -0
- package/build/js/chunks/chunk-IUFE5KAN.js +1 -0
- package/build/js/chunks/chunk-MMRF53YY.js +1 -0
- package/build/js/chunks/chunk-N2RCJCCU.js +1 -0
- package/build/js/chunks/chunk-QAQGURQH.js +1 -0
- package/build/js/chunks/chunk-RXF55CRU.js +1 -0
- package/build/js/chunks/{chunk-FEDVCTOM.js → chunk-T5PFYQ2F.js} +1 -1
- package/build/js/chunks/{chunk-TUGEFRT6.js → chunk-THXK2CAH.js} +1 -1
- package/build/js/chunks/{chunk-2JQJUKKV.js → chunk-U77DVACF.js} +1 -1
- package/build/js/chunks/{chunk-NJRLN3WA.js → chunk-VAZEF7GZ.js} +1 -1
- package/build/js/chunks/{chunk-TKET64Y7.js → chunk-ZVURFK6X.js} +1 -1
- package/build/js/djinni-types/sdcCoreInternalSdkCommonGeometry.d.ts +4 -3
- package/build/js/djinni-types/sdcLabelInternalModuleCapture.d.ts +15 -2
- package/build/js/djinni-types/sdcLabelInternalModuleData.d.ts +20 -1
- package/build/js/djinni-types/sdcLabelInternalModuleUiOverlay.d.ts +18 -1
- package/build/js/index.d.ts +11 -9
- package/build/js/index.js +1 -1
- package/build/js/moduleLoader.js +1 -1
- package/build/js/private/PrivateLabelFieldDefinition.d.ts +2 -1
- package/build/js/private/createProxiedViewFinder.d.ts +4 -3
- package/build/js/private/viewfinderTranslator.js +1 -1
- package/build/js/ui/organisms/AdaptiveRecognitionOverlay.d.ts +25 -0
- package/build/js/ui/organisms/AdaptiveRecognitionOverlay.js +1 -0
- package/build/js/worker/LabelCaptureWorkerManager.d.ts +3 -1
- package/build/js/worker/LabelCaptureWorkerManager.js +1 -1
- package/build/js/worker/WorkerMain.d.ts +10 -10
- package/build/js/worker/WorkerMain.js +1 -1
- package/build/js/worker/WorkerRegistry.d.ts +3 -1
- package/build/js/worker/dataCaptureEngine.d.ts +3 -1
- package/build/js/worker/dataCaptureEngine.js +1 -1
- package/build/js/worker/dataCaptureWorkerRelated.d.ts +3 -1
- package/build/js/worker/handlers/FieldBuilderHandler.d.ts +45 -0
- package/build/js/worker/handlers/FieldBuilderHandler.js +1 -0
- package/build/js/worker/handlers/LabelCaptureAdvancedOverlayHandler.d.ts +45 -0
- package/build/js/worker/handlers/LabelCaptureAdvancedOverlayHandler.js +1 -0
- package/build/js/worker/handlers/LabelCaptureBasicOverlayHandler.d.ts +61 -0
- package/build/js/worker/handlers/LabelCaptureBasicOverlayHandler.js +1 -0
- package/build/js/worker/handlers/LabelCaptureHandler.d.ts +51 -0
- package/build/js/worker/handlers/LabelCaptureHandler.js +1 -0
- package/build/js/worker/handlers/ReceiptScanningHandler.d.ts +52 -0
- package/build/js/worker/handlers/ReceiptScanningHandler.js +1 -0
- package/build/js/worker/handlers/SettingsHandler.d.ts +51 -0
- package/build/js/worker/handlers/SettingsHandler.js +1 -0
- package/build/js/worker/handlers/ValidationFlowHandler.d.ts +52 -0
- package/build/js/worker/handlers/ValidationFlowHandler.js +1 -0
- package/build/js/worker/labelCapture.inlineWorker.d.ts +3 -1
- package/build/js/worker/labelCapture.inlineWorker.js +1 -1
- package/build/js/worker/labelWorkerHandler.d.ts +3 -1
- package/build/js/worker/proxies/AimerViewfinderProxy.d.ts +3 -1
- package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -1
- package/build/js/worker/proxies/BarcodeFieldProxy.d.ts +3 -1
- package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -1
- package/build/js/worker/proxies/CapturedLabelProxy.d.ts +3 -1
- package/build/js/worker/proxies/CapturedLabelProxy.js +1 -1
- package/build/js/worker/proxies/CustomBarcodeProxy.d.ts +9 -16
- package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/CustomTextProxy.d.ts +7 -14
- package/build/js/worker/proxies/CustomTextProxy.js +1 -1
- package/build/js/worker/proxies/DateTextProxy.d.ts +6 -12
- package/build/js/worker/proxies/DateTextProxy.js +1 -1
- package/build/js/worker/proxies/ExpiryDateTextProxy.d.ts +9 -15
- package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -1
- package/build/js/worker/proxies/ImeiOneBarcodeProxy.d.ts +9 -18
- package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/ImeiTwoBarcodeProxy.d.ts +9 -18
- package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.d.ts +3 -1
- package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.d.ts +3 -1
- package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureHelperProxy.d.ts +3 -1
- package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.d.ts +6 -2
- package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureProxy.d.ts +3 -1
- package/build/js/worker/proxies/LabelCaptureProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureSessionProxy.d.ts +3 -1
- package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureSettingsProxy.d.ts +3 -1
- package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -1
- package/build/js/worker/proxies/LabelDefinitionProxy.d.ts +3 -1
- package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -1
- package/build/js/worker/proxies/LabelFieldDefinitionProxy.d.ts +3 -1
- package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -1
- package/build/js/worker/proxies/LabelFieldLocationProxy.d.ts +3 -1
- package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -1
- package/build/js/worker/proxies/LabelFieldProxy.d.ts +3 -1
- package/build/js/worker/proxies/LabelFieldProxy.js +1 -1
- package/build/js/worker/proxies/NativeProxy.d.ts +3 -1
- package/build/js/worker/proxies/NativeProxy.js +1 -1
- package/build/js/worker/proxies/NoViewfinderProxy.d.ts +3 -1
- package/build/js/worker/proxies/NoViewfinderProxy.js +1 -1
- package/build/js/worker/proxies/PackingDateTextProxy.d.ts +12 -18
- package/build/js/worker/proxies/PackingDateTextProxy.js +1 -1
- package/build/js/worker/proxies/PartNumberBarcodeProxy.d.ts +9 -18
- package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/ReceiptScanningHandlerProxy.d.ts +52 -0
- package/build/js/worker/proxies/ReceiptScanningHandlerProxy.js +1 -0
- package/build/js/worker/proxies/ReceiptScanningOverlayProxy.d.ts +51 -0
- package/build/js/worker/proxies/ReceiptScanningOverlayProxy.js +1 -0
- package/build/js/worker/proxies/ReceiptScanningSettingsProxy.d.ts +48 -0
- package/build/js/worker/proxies/ReceiptScanningSettingsProxy.js +1 -0
- package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.d.ts +3 -1
- package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.js +1 -1
- package/build/js/worker/proxies/RectangularViewfinderProxy.d.ts +3 -1
- package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -1
- package/build/js/worker/proxies/SerialNumberBarcodeProxy.d.ts +9 -18
- package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/TotalPriceTextProxy.d.ts +7 -15
- package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -1
- package/build/js/worker/proxies/UnitPriceTextProxy.d.ts +7 -15
- package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -1
- package/build/js/worker/proxies/ValidationFlowListenerProxy.d.ts +3 -1
- package/build/js/worker/proxies/ValidationFlowOverlayProxy.d.ts +3 -1
- package/build/js/worker/proxies/ValidationFlowOverlayProxy.js +1 -1
- package/build/js/worker/proxies/ValidationFlowSettingsProxy.d.ts +3 -1
- package/build/js/worker/proxies/ValidationFlowSettingsProxy.js +1 -1
- package/build/js/worker/proxies/WeightTextProxy.d.ts +19 -27
- package/build/js/worker/proxies/WeightTextProxy.js +1 -1
- package/build/js/worker/proxies/base/BarcodeFieldProxyBase.d.ts +57 -0
- package/build/js/worker/proxies/base/BarcodeFieldProxyBase.js +1 -0
- package/build/js/worker/proxies/base/LabelFieldDefinitionBaseProxy.d.ts +95 -0
- package/build/js/worker/proxies/base/LabelFieldDefinitionBaseProxy.js +1 -0
- package/build/js/worker/proxies/base/index.d.ts +40 -0
- package/build/js/worker/proxies/base/index.js +1 -0
- package/package.json +6 -6
- package/sdc-lib/resources/models/barcode_label_localization_mslc_model_s.77afd87bb1ae.model +0 -0
- package/sdc-lib/resources/models/invalidated_id_classification_default.655732a12364.model +0 -0
- package/sdc-lib/resources/models/ocr_barcode_semantics_default.afe40f85a32d.model +0 -0
- 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-4VDTMXV4.js +0 -1
- package/build/js/chunks/chunk-6ZRD5AHI.js +0 -1
- package/build/js/chunks/chunk-BIHOAP6N.js +0 -2
- package/build/js/chunks/chunk-BMVC3AFP.js +0 -1
- package/sdc-lib/resources/models/invalidated_id_classification_default.373f114cb966.model +0 -0
- package/sdc-lib/resources/models/ocr_barcode_semantics_default.8c2870b758fd.model +0 -0
|
@@ -2,21 +2,128 @@ import { Symbology } from '@scandit/web-datacapture-barcode';
|
|
|
2
2
|
import { AnyDataCaptureActionMessage as AnyDataCaptureActionMessage$1, DataCaptureActionMessageKey as DataCaptureActionMessageKey$1, DataCaptureCallbackMessage as DataCaptureCallbackMessage$1, DataCaptureCallbackMessageKeys as DataCaptureCallbackMessageKeys$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
|
-
import { BarcodeField, BarcodeField_statics, CustomBarcode, CustomBarcode_statics, CustomText, CustomText_statics, DateText, DateText_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, ValidationFlowState } from './djinni-types/sdcLabelInternalModuleCapture.js';
|
|
6
|
-
import { CapturedLabel, LabelField } from './djinni-types/sdcLabelInternalModuleData.js';
|
|
5
|
+
import { BarcodeField, BarcodeField_statics, CustomBarcode, CustomBarcode_statics, CustomText, CustomText_statics, DateText, DateText_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, ReceiptScanningHandler, ReceiptScanningListener, SerialNumberBarcode, SerialNumberBarcode_statics, TextField, TotalPriceText, TotalPriceText_statics, UnitPriceText, UnitPriceText_statics, WeightText, WeightText_statics, ValidationFlowState } from './djinni-types/sdcLabelInternalModuleCapture.js';
|
|
6
|
+
import { CapturedLabel, LabelField, ReceiptScanningLineItem as ReceiptScanningLineItem$1, ReceiptScanningResult as ReceiptScanningResult$1 } from './djinni-types/sdcLabelInternalModuleData.js';
|
|
7
7
|
import { RectangularLocationSelection, RectangularLocationSelection_statics } from './djinni-types/sdcCoreInternalSdkArea.js';
|
|
8
8
|
import { RectangularViewfinder, RectangularViewfinder_statics, RectangularViewfinderAnimation_statics, AimerViewfinder, AimerViewfinder_statics, NoViewfinder, NoViewfinder_statics } from './djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
9
9
|
import { LabelFieldLocationType, LabelFieldState, LabelFieldType } from './djinni-types/sdcLabelData.js';
|
|
10
|
-
import { LabelCaptureOverlayHelper, LabelCaptureOverlayHelper_statics, LabelCaptureBasicOverlay, LabelCaptureBasicOverlay_statics, LabelCaptureAdvancedOverlay, LabelCaptureAdvancedOverlay_statics, ValidationFlowOverlay, ValidationFlowOverlay_statics, ValidationFlowSettings, ValidationFlowSettings_statics, ValidationFlowSettingsDefaults, ValidationFlowSettingsDefaults_statics } from './djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
10
|
+
import { LabelCaptureOverlayHelper, LabelCaptureOverlayHelper_statics, LabelCaptureBasicOverlay, LabelCaptureBasicOverlay_statics, LabelCaptureAdvancedOverlay, LabelCaptureAdvancedOverlay_statics, ReceiptScanningOverlay, ReceiptScanningOverlay_statics, ReceiptScanningSettings, ReceiptScanningSettings_statics, ValidationFlowOverlay, ValidationFlowOverlay_statics, ValidationFlowSettings, ValidationFlowSettings_statics, ValidationFlowSettingsDefaults, ValidationFlowSettingsDefaults_statics } from './djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
11
11
|
import { RectangularViewfinderAnimation, LocationSelectionJSON, RectJSON, BrushJSON, RectangularViewfinderJSON, AimerViewfinderJSON, PrivateLoadableFrameData } from '@scandit/web-datacapture-core';
|
|
12
12
|
import { AdaptiveRecognitionMode } from './api/AdaptiveRecognitionMode.js';
|
|
13
13
|
import { CapturedLabelJSON } from './api/CapturedLabel.js';
|
|
14
|
+
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
14
15
|
import { LabelCaptureSessionJSON } from './api/LabelCaptureSession.js';
|
|
15
16
|
import { LabelDateFormatJSON } from './api/LabelDateFormat.js';
|
|
16
17
|
import { LabelFieldJSON } from './api/LabelField.js';
|
|
17
18
|
import { LabelFieldLocationType as LabelFieldLocationType$1 } from './api/LabelFieldLocationType.js';
|
|
19
|
+
import { ReceiptScanningLineItemJSON, ReceiptScanningLineItem } from './api/ReceiptScanningLineItem.js';
|
|
18
20
|
import { ValidationFlowFieldJSON } from './api/ValidationFlowField.js';
|
|
19
21
|
|
|
22
|
+
/**
|
|
23
|
+
* Enum specifying the type of document for adaptive recognition result.
|
|
24
|
+
*/
|
|
25
|
+
declare enum AdaptiveRecognitionResultType {
|
|
26
|
+
/**
|
|
27
|
+
* Receipt document type.
|
|
28
|
+
*/
|
|
29
|
+
Receipt = "receipt"
|
|
30
|
+
}
|
|
31
|
+
interface ReceiptScanningSettingsJSON {
|
|
32
|
+
resultType: AdaptiveRecognitionResultType;
|
|
33
|
+
processingHintText: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Settings to customize the adaptive recognition receipt scanning UI.
|
|
38
|
+
* These settings are applied to LabelCaptureAdaptiveRecognitionOverlay.
|
|
39
|
+
*/
|
|
40
|
+
declare class LabelCaptureAdaptiveRecognitionSettings {
|
|
41
|
+
[nativeHandle]: NativeProxyHandle;
|
|
42
|
+
private constructor();
|
|
43
|
+
resultType: AdaptiveRecognitionResultType;
|
|
44
|
+
setProcessingHintText(text: string): Promise<void>;
|
|
45
|
+
getProcessingHintText(): Promise<string>;
|
|
46
|
+
/**
|
|
47
|
+
* Creates new settings with default values.
|
|
48
|
+
*/
|
|
49
|
+
static create(resultType?: AdaptiveRecognitionResultType): Promise<LabelCaptureAdaptiveRecognitionSettings>;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
declare abstract class AdaptiveRecognitionResult {
|
|
53
|
+
resultType: AdaptiveRecognitionResultType;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
interface ReceiptScanningResultJSON {
|
|
57
|
+
storeName: string | null;
|
|
58
|
+
storeCity: string | null;
|
|
59
|
+
storeAddress: string | null;
|
|
60
|
+
date: string | null;
|
|
61
|
+
time: string | null;
|
|
62
|
+
paymentPreTaxTotal: number | null;
|
|
63
|
+
paymentTax: number | null;
|
|
64
|
+
paymentTotal: number | null;
|
|
65
|
+
loyaltyNumber: number | null;
|
|
66
|
+
lineItems: ReceiptScanningLineItemJSON[];
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Represents the result of a receipt scanning operation.
|
|
70
|
+
* Contains store information, payment details, and line items extracted from the receipt.
|
|
71
|
+
*/
|
|
72
|
+
declare class ReceiptScanningResult extends AdaptiveRecognitionResult {
|
|
73
|
+
resultType: AdaptiveRecognitionResultType;
|
|
74
|
+
private _storeName?;
|
|
75
|
+
private _storeCity?;
|
|
76
|
+
private _storeAddress?;
|
|
77
|
+
private _date?;
|
|
78
|
+
private _time?;
|
|
79
|
+
private _paymentPreTaxTotal?;
|
|
80
|
+
private _paymentTax?;
|
|
81
|
+
private _paymentTotal?;
|
|
82
|
+
private _loyaltyNumber?;
|
|
83
|
+
private _lineItems;
|
|
84
|
+
/**
|
|
85
|
+
* The name of the store, or null if not available.
|
|
86
|
+
*/
|
|
87
|
+
get storeName(): string | null;
|
|
88
|
+
/**
|
|
89
|
+
* The city where the store is located, or null if not available.
|
|
90
|
+
*/
|
|
91
|
+
get storeCity(): string | null;
|
|
92
|
+
/**
|
|
93
|
+
* The address of the store, or null if not available.
|
|
94
|
+
*/
|
|
95
|
+
get storeAddress(): string | null;
|
|
96
|
+
/**
|
|
97
|
+
* The date from the receipt, or null if not available.
|
|
98
|
+
*/
|
|
99
|
+
get date(): string | null;
|
|
100
|
+
/**
|
|
101
|
+
* The time from the receipt, or null if not available.
|
|
102
|
+
*/
|
|
103
|
+
get time(): string | null;
|
|
104
|
+
/**
|
|
105
|
+
* The pre-tax total amount, or null if not available.
|
|
106
|
+
*/
|
|
107
|
+
get paymentPreTaxTotal(): number | null;
|
|
108
|
+
/**
|
|
109
|
+
* The tax amount, or null if not available.
|
|
110
|
+
*/
|
|
111
|
+
get paymentTax(): number | null;
|
|
112
|
+
/**
|
|
113
|
+
* The total amount, or null if not available.
|
|
114
|
+
*/
|
|
115
|
+
get paymentTotal(): number | null;
|
|
116
|
+
/**
|
|
117
|
+
* The loyalty program number, or null if not available.
|
|
118
|
+
*/
|
|
119
|
+
get loyaltyNumber(): number | null;
|
|
120
|
+
/**
|
|
121
|
+
* The line items from the receipt.
|
|
122
|
+
*/
|
|
123
|
+
get lineItems(): ReceiptScanningLineItem[];
|
|
124
|
+
toJSONObject(): ReceiptScanningResultJSON;
|
|
125
|
+
}
|
|
126
|
+
|
|
20
127
|
type AugmentedWorker<M extends EmscriptenModule> = DedicatedWorkerGlobalScope & {
|
|
21
128
|
Module: M;
|
|
22
129
|
} & typeof global;
|
|
@@ -53,6 +160,8 @@ interface LabelInternalModuleCapture {
|
|
|
53
160
|
LabelFieldLocation: LabelFieldLocation & LabelFieldLocation_statics;
|
|
54
161
|
PackingDateText: PackingDateText & PackingDateText_statics;
|
|
55
162
|
PartNumberBarcode: PartNumberBarcode & PartNumberBarcode_statics;
|
|
163
|
+
ReceiptScanningHandler: ReceiptScanningHandler;
|
|
164
|
+
ReceiptScanningListener: ReceiptScanningListener;
|
|
56
165
|
SerialNumberBarcode: SerialNumberBarcode & SerialNumberBarcode_statics;
|
|
57
166
|
TextField: TextField;
|
|
58
167
|
TotalPriceText: TotalPriceText & TotalPriceText_statics;
|
|
@@ -60,6 +169,8 @@ interface LabelInternalModuleCapture {
|
|
|
60
169
|
WeightText: WeightText & WeightText_statics;
|
|
61
170
|
LabelCaptureBasicOverlay: LabelCaptureBasicOverlay & LabelCaptureBasicOverlay_statics;
|
|
62
171
|
LabelCaptureAdvancedOverlay: LabelCaptureAdvancedOverlay & LabelCaptureAdvancedOverlay_statics;
|
|
172
|
+
ReceiptScanningOverlay: ReceiptScanningOverlay & ReceiptScanningOverlay_statics;
|
|
173
|
+
ReceiptScanningSettings: ReceiptScanningSettings & ReceiptScanningSettings_statics;
|
|
63
174
|
ValidationFlowOverlay: ValidationFlowOverlay & ValidationFlowOverlay_statics;
|
|
64
175
|
RectangularViewfinder: RectangularViewfinder & RectangularViewfinder_statics;
|
|
65
176
|
RectangularViewfinderAnimation: RectangularViewfinderAnimation & RectangularViewfinderAnimation_statics;
|
|
@@ -71,12 +182,14 @@ interface LabelInternalModuleCapture {
|
|
|
71
182
|
interface LabelInternalModuleData {
|
|
72
183
|
CapturedLabel: CapturedLabel;
|
|
73
184
|
LabelField: LabelField;
|
|
185
|
+
ReceiptScanningLineItem: ReceiptScanningLineItem$1;
|
|
186
|
+
ReceiptScanningResult: ReceiptScanningResult$1;
|
|
74
187
|
}
|
|
75
188
|
interface LabelCaptureModule extends LabelData, LabelInternalModuleCapture, LabelInternalModuleData {
|
|
76
189
|
}
|
|
77
190
|
interface Module extends AugmentedCoreModule, LabelCaptureModule {
|
|
78
191
|
}
|
|
79
|
-
type DataCaptureActionMessageKey = DataCaptureActionMessageKey$1 | "labelCaptureBuildLabelCaptureSettings" | "labelCaptureBuildLabelDefinition" | "labelCaptureBuildPriceCaptureDefinition" | "labelCaptureBuildVinLabelDefinition" | "labelCaptureBuildCustomBarcode" | "labelCaptureBuildCustomText" | "labelCaptureBuildDateText" | "labelCaptureBuildExpiryDateText" | "labelCaptureBuildImeiOneBarcode" | "labelCaptureBuildImeiTwoBarcode" | "labelCaptureBuildPackingDateText" | "labelCaptureBuildPartNumberBarcode" | "labelCaptureBuildSerialNumberBarcode" | "labelCaptureBuildTotalPriceText" | "labelCaptureBuildUnitPriceText" | "labelCaptureBuildWeightText" | "
|
|
192
|
+
type DataCaptureActionMessageKey = DataCaptureActionMessageKey$1 | "labelCaptureBuildLabelCaptureSettings" | "labelCaptureBuildLabelDefinition" | "labelCaptureBuildPriceCaptureDefinition" | "labelCaptureBuildVinLabelDefinition" | "labelCaptureBuildCustomBarcode" | "labelCaptureBuildCustomText" | "labelCaptureBuildDateText" | "labelCaptureBuildExpiryDateText" | "labelCaptureBuildImeiOneBarcode" | "labelCaptureBuildImeiTwoBarcode" | "labelCaptureBuildPackingDateText" | "labelCaptureBuildPartNumberBarcode" | "labelCaptureBuildSerialNumberBarcode" | "labelCaptureBuildTotalPriceText" | "labelCaptureBuildUnitPriceText" | "labelCaptureBuildWeightText" | "labelCaptureModeCreate" | "labelCaptureModeIsEnabled" | "labelCaptureModeSetEnabled" | "labelCaptureModeApplySettings" | "labelCaptureModeAddToContext" | "labelCaptureModeRemoveFromContext" | "labelCaptureModeAddListener" | "labelCaptureModeRemoveListener" | "labelCaptureSettingsGetLocationSelection" | "labelCaptureSettingsSetLocationSelection" | "labelCaptureSettingsGetProperty" | "labelCaptureSettingsSetProperty" | "labelCaptureSettingsGetBlueprintJson" | "labelCaptureBuildLabelFieldLocation" | "labelDefinitionSetAdaptiveRecognitionMode" | "labelCaptureBasicOverlayForLabelCapture" | "labelCaptureBasicOverlaySetDefaultFieldBrush" | "labelCaptureBasicOverlaySetDefaultLabelBrush" | "labelCaptureBasicOverlaySetBrushForField" | "labelCaptureBasicOverlaySetBrushForLabel" | "labelCaptureBasicOverlaySetListener" | "labelCaptureBasicOverlayGetDefaultFieldBrush" | "labelCaptureBasicOverlayGetDefaultLabelBrush" | "labelCaptureBasicOverlayGetShouldShowScanAreaGuides" | "labelCaptureBasicOverlaySetShouldShowScanAreaGuides" | "labelCaptureBasicOverlayGetViewfinder" | "labelCaptureBasicOverlayUpdateViewfinder" | "labelCaptureAdvancedOverlayForLabelCapture" | "labelCaptureAdvancedOverlaySetShouldShowScanAreaGuides" | "labelCaptureAdvancedOverlayGetShouldShowScanAreaGuides" | "validationFlowOverlayForLabelCapture" | "validationFlowOverlayGetLabelViewfinder" | "validationFlowOverlayGetTargetViewfinder" | "validationFlowOverlayApplySettings" | "receiptScanningOverlayForLabelCapture" | "receiptScanningOverlayApplySettings" | "receiptScanningSettingsCreate" | "receiptScanningSettingsSetProcessingHintText" | "receiptScanningSettingsGetProcessingHintText" | "receiptScanningHandlerStartFlow" | "receiptScanningHandlerFinishFlow" | "receiptScanningHandlerAddListener" | "receiptScanningHandlerRemoveListener" | "validationFlowHandlerCreate" | "validationFlowHandlerStartCompleteLabelScan" | "validationFlowHandlerStartPartialLabelScan" | "validationFlowHandlerUpdateFieldValue" | "validationFlowHandlerFinishFlow" | "validationFlowHandlerPauseScan" | "validationFlowHandlerResumeScan" | "validationFlowHandlerGetValidationFlowFields" | "validationFlowHandlerCancelCloudBackupTaskForField" | "validationFlowHandlerUncancelCloudBackupTaskForField" | "validationFlowSettingsCreate" | "validationFlowSettingsSetMissingFieldsHintText" | "validationFlowSettingsGetMissingFieldsHintText" | "validationFlowSettingsSetStandbyHintText" | "validationFlowSettingsGetStandbyHintText" | "validationFlowSettingsSetValidationHintText" | "validationFlowSettingsGetValidationHintText" | "validationFlowSettingsSetValidationErrorText" | "validationFlowSettingsGetValidationErrorText" | "validationFlowSettingsSetRequiredFieldErrorText" | "validationFlowSettingsGetRequiredFieldErrorText" | "validationFlowSettingsSetManualInputButtonText" | "validationFlowSettingsGetManualInputButtonText";
|
|
80
193
|
type WorkerResponse<C extends DataCaptureActionMessageKey> = WorkerResponse$1<C>;
|
|
81
194
|
interface DataCaptureActionMessage {
|
|
82
195
|
command: DataCaptureActionMessageKey;
|
|
@@ -171,6 +284,62 @@ interface ValidationFlowOverlayApplySettingsActionMessage extends DataCaptureAct
|
|
|
171
284
|
settingsHandle: NativeProxyHandle;
|
|
172
285
|
};
|
|
173
286
|
}
|
|
287
|
+
interface ReceiptScanningOverlayForLabelCaptureActionMessage extends DataCaptureActionMessage {
|
|
288
|
+
command: "receiptScanningOverlayForLabelCapture";
|
|
289
|
+
payload: {
|
|
290
|
+
labelCaptureHandle: NativeProxyHandle;
|
|
291
|
+
};
|
|
292
|
+
}
|
|
293
|
+
interface ReceiptScanningOverlayApplySettingsActionMessage extends DataCaptureActionMessage {
|
|
294
|
+
command: "receiptScanningOverlayApplySettings";
|
|
295
|
+
payload: {
|
|
296
|
+
overlayHandle: NativeProxyHandle;
|
|
297
|
+
settingsHandle: NativeProxyHandle;
|
|
298
|
+
};
|
|
299
|
+
}
|
|
300
|
+
interface ReceiptScanningSettingsCreateActionMessage extends DataCaptureActionMessage {
|
|
301
|
+
command: "receiptScanningSettingsCreate";
|
|
302
|
+
payload: {
|
|
303
|
+
resultType: AdaptiveRecognitionResultType.Receipt;
|
|
304
|
+
};
|
|
305
|
+
}
|
|
306
|
+
interface ReceiptScanningSettingsSetProcessingHintTextActionMessage extends DataCaptureActionMessage {
|
|
307
|
+
command: "receiptScanningSettingsSetProcessingHintText";
|
|
308
|
+
payload: {
|
|
309
|
+
settingsHandle: NativeProxyHandle;
|
|
310
|
+
text: string;
|
|
311
|
+
};
|
|
312
|
+
}
|
|
313
|
+
interface ReceiptScanningSettingsGetProcessingHintTextActionMessage extends DataCaptureActionMessage {
|
|
314
|
+
command: "receiptScanningSettingsGetProcessingHintText";
|
|
315
|
+
payload: {
|
|
316
|
+
settingsHandle: NativeProxyHandle;
|
|
317
|
+
};
|
|
318
|
+
}
|
|
319
|
+
interface ReceiptScanningHandlerStartFlowActionMessage extends DataCaptureActionMessage {
|
|
320
|
+
command: "receiptScanningHandlerStartFlow";
|
|
321
|
+
payload: {
|
|
322
|
+
labelCaptureHandle: NativeProxyHandle;
|
|
323
|
+
};
|
|
324
|
+
}
|
|
325
|
+
interface ReceiptScanningHandlerFinishFlowActionMessage extends DataCaptureActionMessage {
|
|
326
|
+
command: "receiptScanningHandlerFinishFlow";
|
|
327
|
+
payload: {
|
|
328
|
+
labelCaptureHandle: NativeProxyHandle;
|
|
329
|
+
};
|
|
330
|
+
}
|
|
331
|
+
interface ReceiptScanningHandlerAddListenerActionMessage extends DataCaptureActionMessage {
|
|
332
|
+
command: "receiptScanningHandlerAddListener";
|
|
333
|
+
payload: {
|
|
334
|
+
labelCaptureHandle: NativeProxyHandle;
|
|
335
|
+
};
|
|
336
|
+
}
|
|
337
|
+
interface ReceiptScanningHandlerRemoveListenerActionMessage extends DataCaptureActionMessage {
|
|
338
|
+
command: "receiptScanningHandlerRemoveListener";
|
|
339
|
+
payload: {
|
|
340
|
+
labelCaptureHandle: NativeProxyHandle;
|
|
341
|
+
};
|
|
342
|
+
}
|
|
174
343
|
interface ValidationFlowHandlerCreateActionMessage extends DataCaptureActionMessage {
|
|
175
344
|
command: "validationFlowHandlerCreate";
|
|
176
345
|
payload: {
|
|
@@ -405,51 +574,51 @@ interface LabelCaptureBuildWeightTextActionMessage extends DataCaptureActionMess
|
|
|
405
574
|
};
|
|
406
575
|
}
|
|
407
576
|
interface CreateLabelCaptureActionMessage extends DataCaptureActionMessage {
|
|
408
|
-
command: "
|
|
577
|
+
command: "labelCaptureModeCreate";
|
|
409
578
|
payload: {
|
|
410
579
|
settingsHandle: NativeProxyHandle;
|
|
411
580
|
};
|
|
412
581
|
}
|
|
413
582
|
interface LabelCaptureIsEnabledActionMessage extends DataCaptureActionMessage {
|
|
414
|
-
command: "
|
|
583
|
+
command: "labelCaptureModeIsEnabled";
|
|
415
584
|
payload: {
|
|
416
585
|
labelCaptureHandle: NativeProxyHandle;
|
|
417
586
|
};
|
|
418
587
|
}
|
|
419
588
|
interface LabelCaptureSetEnabledActionMessage extends DataCaptureActionMessage {
|
|
420
|
-
command: "
|
|
589
|
+
command: "labelCaptureModeSetEnabled";
|
|
421
590
|
payload: {
|
|
422
591
|
enabled: boolean;
|
|
423
592
|
labelCaptureHandle: NativeProxyHandle;
|
|
424
593
|
};
|
|
425
594
|
}
|
|
426
595
|
interface LabelCaptureApplySettingsActionMessage extends DataCaptureActionMessage {
|
|
427
|
-
command: "
|
|
596
|
+
command: "labelCaptureModeApplySettings";
|
|
428
597
|
payload: {
|
|
429
598
|
settingsHandle: NativeProxyHandle;
|
|
430
599
|
labelCaptureHandle: NativeProxyHandle;
|
|
431
600
|
};
|
|
432
601
|
}
|
|
433
602
|
interface LabelCaptureAddToContextActionMessage extends DataCaptureActionMessage {
|
|
434
|
-
command: "
|
|
603
|
+
command: "labelCaptureModeAddToContext";
|
|
435
604
|
payload: {
|
|
436
605
|
labelCaptureHandle: NativeProxyHandle;
|
|
437
606
|
};
|
|
438
607
|
}
|
|
439
608
|
interface LabelCaptureRemoveFromContextActionMessage extends DataCaptureActionMessage {
|
|
440
|
-
command: "
|
|
609
|
+
command: "labelCaptureModeRemoveFromContext";
|
|
441
610
|
payload: {
|
|
442
611
|
labelCaptureHandle: NativeProxyHandle;
|
|
443
612
|
};
|
|
444
613
|
}
|
|
445
614
|
interface LabelCaptureAddListenerActionMessage extends DataCaptureActionMessage {
|
|
446
|
-
command: "
|
|
615
|
+
command: "labelCaptureModeAddListener";
|
|
447
616
|
payload: {
|
|
448
617
|
labelCaptureHandle: NativeProxyHandle;
|
|
449
618
|
};
|
|
450
619
|
}
|
|
451
620
|
interface LabelCaptureRemoveListenerActionMessage extends DataCaptureActionMessage {
|
|
452
|
-
command: "
|
|
621
|
+
command: "labelCaptureModeRemoveListener";
|
|
453
622
|
payload: {
|
|
454
623
|
labelCaptureHandle: NativeProxyHandle;
|
|
455
624
|
};
|
|
@@ -611,8 +780,8 @@ interface LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage ex
|
|
|
611
780
|
labelCaptureAdvancedOverlayHandle: NativeProxyHandle;
|
|
612
781
|
};
|
|
613
782
|
}
|
|
614
|
-
type AnyDataCaptureActionMessage = AnyDataCaptureActionMessage$1 | LabelCaptureBuildLabelCaptureSettingsActionMessage | LabelCaptureBuildLabelDefinitionActionMessage | LabelCaptureBuildVinLabelDefinitionActionMessage | LabelCaptureBuildPriceCaptureDefinitionActionMessage | LabelCaptureBuildCustomBarcodeActionMessage | LabelCaptureBuildCustomTextActionMessage | LabelCaptureBuildDateTextActionMessage | LabelCaptureBuildExpiryDateTextActionMessage | LabelCaptureBuildImeiOneBarcodeActionMessage | LabelCaptureBuildImeiTwoBarcodeActionMessage | LabelCaptureBuildPackingDateTextActionMessage | LabelCaptureBuildPartNumberBarcodeActionMessage | LabelCaptureBuildSerialNumberBarcodeActionMessage | LabelCaptureBuildTotalPriceTextActionMessage | LabelCaptureBuildUnitPriceTextActionMessage | LabelCaptureBuildWeightTextActionMessage | CreateLabelCaptureActionMessage | LabelCaptureIsEnabledActionMessage | LabelCaptureSetEnabledActionMessage | LabelCaptureApplySettingsActionMessage | LabelCaptureAddToContextActionMessage | LabelCaptureRemoveFromContextActionMessage | LabelCaptureAddListenerActionMessage | LabelCaptureRemoveListenerActionMessage | LabelCaptureSettingsGetLocationSelectionActionMessage | LabelCaptureSettingsSetLocationSelectionActionMessage | LabelCaptureSettingsGetPropertyActionMessage | LabelCaptureSettingsSetPropertyActionMessage | LabelCaptureSettingsGetBlueprintJsonActionMessage | LabelCaptureBuildLabelFieldLocationActionMessage | LabelDefinitionSetAdaptiveRecognitionModeActionMessage | LabelCaptureBasicOverlayForLabelCaptureActionMessage | LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage | LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage | LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage | LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage | LabelCaptureBasicOverlaySetBrushForFieldActionMessage | LabelCaptureBasicOverlaySetBrushForLabelActionMessage | LabelCaptureBasicOverlaySetListenerActionMessage | LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage | LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage | LabelCaptureBasicOverlayGetViewfinderActionMessage | LabelCaptureBasicOverlayUpdateViewfinderActionMessage | LabelCaptureAdvancedOverlayForLabelCaptureActionMessage | LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage | LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage | ValidationFlowOverlayForLabelCaptureActionMessage | ValidationFlowOverlayApplySettingsActionMessage | ValidationFlowHandlerCreateActionMessage | ValidationFlowHandlerStartCompleteLabelScanActionMessage | ValidationFlowHandlerStartPartialLabelScanActionMessage | ValidationFlowHandlerUpdateFieldValueActionMessage | ValidationFlowHandlerFinishFlowActionMessage | ValidationFlowHandlerPauseScanActionMessage | ValidationFlowHandlerResumeScanActionMessage | ValidationFlowHandlerGetValidationFlowFieldsActionMessage | ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage | ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage | ValidationFlowSettingsCreateActionMessage | ValidationFlowSettingsSetMissingFieldsHintTextActionMessage | ValidationFlowSettingsGetMissingFieldsHintTextActionMessage | ValidationFlowSettingsSetStandbyHintTextActionMessage | ValidationFlowSettingsGetStandbyHintTextActionMessage | ValidationFlowSettingsSetValidationHintTextActionMessage | ValidationFlowSettingsGetValidationHintTextActionMessage | ValidationFlowSettingsSetValidationErrorTextActionMessage | ValidationFlowSettingsGetValidationErrorTextActionMessage | ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage | ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage | ValidationFlowSettingsSetManualInputButtonTextActionMessage | ValidationFlowSettingsGetManualInputButtonTextActionMessage;
|
|
615
|
-
type DataCaptureCallbackMessageKeys = DataCaptureCallbackMessageKeys$1 | "labelCaptureBuildLabelCaptureSettings" | "labelCaptureBuildLabelDefinition" | "labelCaptureBuildCustomBarcode" | "labelCaptureBuildCustomText" | "labelCaptureBuildDateText" | "labelCaptureBuildExpiryDateText" | "labelCaptureBuildImeiOneBarcode" | "labelCaptureBuildImeiTwoBarcode" | "labelCaptureBuildPackingDateText" | "labelCaptureBuildPartNumberBarcode" | "labelCaptureBuildSerialNumberBarcode" | "labelCaptureBuildTotalPriceText" | "labelCaptureBuildUnitPriceText" | "labelCaptureBuildWeightText" | "
|
|
783
|
+
type AnyDataCaptureActionMessage = AnyDataCaptureActionMessage$1 | LabelCaptureBuildLabelCaptureSettingsActionMessage | LabelCaptureBuildLabelDefinitionActionMessage | LabelCaptureBuildVinLabelDefinitionActionMessage | LabelCaptureBuildPriceCaptureDefinitionActionMessage | LabelCaptureBuildCustomBarcodeActionMessage | LabelCaptureBuildCustomTextActionMessage | LabelCaptureBuildDateTextActionMessage | LabelCaptureBuildExpiryDateTextActionMessage | LabelCaptureBuildImeiOneBarcodeActionMessage | LabelCaptureBuildImeiTwoBarcodeActionMessage | LabelCaptureBuildPackingDateTextActionMessage | LabelCaptureBuildPartNumberBarcodeActionMessage | LabelCaptureBuildSerialNumberBarcodeActionMessage | LabelCaptureBuildTotalPriceTextActionMessage | LabelCaptureBuildUnitPriceTextActionMessage | LabelCaptureBuildWeightTextActionMessage | CreateLabelCaptureActionMessage | LabelCaptureIsEnabledActionMessage | LabelCaptureSetEnabledActionMessage | LabelCaptureApplySettingsActionMessage | LabelCaptureAddToContextActionMessage | LabelCaptureRemoveFromContextActionMessage | LabelCaptureAddListenerActionMessage | LabelCaptureRemoveListenerActionMessage | LabelCaptureSettingsGetLocationSelectionActionMessage | LabelCaptureSettingsSetLocationSelectionActionMessage | LabelCaptureSettingsGetPropertyActionMessage | LabelCaptureSettingsSetPropertyActionMessage | LabelCaptureSettingsGetBlueprintJsonActionMessage | LabelCaptureBuildLabelFieldLocationActionMessage | LabelDefinitionSetAdaptiveRecognitionModeActionMessage | LabelCaptureBasicOverlayForLabelCaptureActionMessage | LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage | LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage | LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage | LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage | LabelCaptureBasicOverlaySetBrushForFieldActionMessage | LabelCaptureBasicOverlaySetBrushForLabelActionMessage | LabelCaptureBasicOverlaySetListenerActionMessage | LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage | LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage | LabelCaptureBasicOverlayGetViewfinderActionMessage | LabelCaptureBasicOverlayUpdateViewfinderActionMessage | LabelCaptureAdvancedOverlayForLabelCaptureActionMessage | LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage | LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage | ReceiptScanningHandlerStartFlowActionMessage | ReceiptScanningHandlerFinishFlowActionMessage | ReceiptScanningHandlerAddListenerActionMessage | ReceiptScanningHandlerRemoveListenerActionMessage | ValidationFlowOverlayForLabelCaptureActionMessage | ValidationFlowOverlayApplySettingsActionMessage | ReceiptScanningOverlayForLabelCaptureActionMessage | ReceiptScanningOverlayApplySettingsActionMessage | ReceiptScanningSettingsCreateActionMessage | ReceiptScanningSettingsSetProcessingHintTextActionMessage | ReceiptScanningSettingsGetProcessingHintTextActionMessage | ValidationFlowHandlerCreateActionMessage | ValidationFlowHandlerStartCompleteLabelScanActionMessage | ValidationFlowHandlerStartPartialLabelScanActionMessage | ValidationFlowHandlerUpdateFieldValueActionMessage | ValidationFlowHandlerFinishFlowActionMessage | ValidationFlowHandlerPauseScanActionMessage | ValidationFlowHandlerResumeScanActionMessage | ValidationFlowHandlerGetValidationFlowFieldsActionMessage | ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage | ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage | ValidationFlowSettingsCreateActionMessage | ValidationFlowSettingsSetMissingFieldsHintTextActionMessage | ValidationFlowSettingsGetMissingFieldsHintTextActionMessage | ValidationFlowSettingsSetStandbyHintTextActionMessage | ValidationFlowSettingsGetStandbyHintTextActionMessage | ValidationFlowSettingsSetValidationHintTextActionMessage | ValidationFlowSettingsGetValidationHintTextActionMessage | ValidationFlowSettingsSetValidationErrorTextActionMessage | ValidationFlowSettingsGetValidationErrorTextActionMessage | ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage | ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage | ValidationFlowSettingsSetManualInputButtonTextActionMessage | ValidationFlowSettingsGetManualInputButtonTextActionMessage;
|
|
784
|
+
type DataCaptureCallbackMessageKeys = DataCaptureCallbackMessageKeys$1 | "labelCaptureBuildLabelCaptureSettings" | "labelCaptureBuildLabelDefinition" | "labelCaptureBuildCustomBarcode" | "labelCaptureBuildCustomText" | "labelCaptureBuildDateText" | "labelCaptureBuildExpiryDateText" | "labelCaptureBuildImeiOneBarcode" | "labelCaptureBuildImeiTwoBarcode" | "labelCaptureBuildPackingDateText" | "labelCaptureBuildPartNumberBarcode" | "labelCaptureBuildSerialNumberBarcode" | "labelCaptureBuildTotalPriceText" | "labelCaptureBuildUnitPriceText" | "labelCaptureBuildWeightText" | "labelCaptureModeCreate" | "labelCaptureModeIsEnabled" | "labelCaptureModeSetEnabled" | "labelCaptureModeApplySettings" | "labelCaptureOnObservationStarted" | "labelCaptureOnObservationStopped" | "labelCaptureOnSessionUpdated" | "labelCaptureModeAddListener" | "labelCaptureModeRemoveListener" | "labelCaptureSettingsGetLocationSelection" | "labelCaptureSettingsSetLocationSelection" | "labelCaptureSettingsGetProperty" | "labelCaptureSettingsSetProperty" | "labelCaptureBuildLabelFieldLocation" | "labelCaptureBasicOverlayOnLabelTapped" | "labelCaptureBasicOverlayBrushForField" | "labelCaptureBasicOverlayBrushForLabel" | "labelCaptureLabelDateFormatWithFormat" | "receiptScanningListenerOnProcessingStarted" | "receiptScanningListenerOnReceiptScanned" | "receiptScanningListenerOnReceiptScanningFailed" | "validationFlowListenerOnFieldsScanned" | "validationFlowListenerOnScanTimeout" | "validationFlowListenerOnLabelIsMissingRequiredField" | "validationFlowListenerOnCloudBackupServiceStartedForFields" | "validationFlowListenerOnCloudBackupServiceFailedForFields" | "validationFlowListenerOnStateChanged";
|
|
616
785
|
interface BaseDataCaptureCallbackMessage {
|
|
617
786
|
type: DataCaptureCallbackMessageKeys;
|
|
618
787
|
}
|
|
@@ -692,18 +861,18 @@ interface LabelCaptureBuildWeightTextCallbackMessage extends BaseDataCaptureCall
|
|
|
692
861
|
payload: NativeProxyHandle;
|
|
693
862
|
}
|
|
694
863
|
interface CreateLabelCaptureCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
695
|
-
type: "
|
|
864
|
+
type: "labelCaptureModeCreate";
|
|
696
865
|
payload: NativeProxyHandle;
|
|
697
866
|
}
|
|
698
867
|
interface LabelCaptureIsEnabledCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
699
|
-
type: "
|
|
868
|
+
type: "labelCaptureModeIsEnabled";
|
|
700
869
|
payload: boolean;
|
|
701
870
|
}
|
|
702
871
|
interface LabelCaptureSetEnabledCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
703
|
-
type: "
|
|
872
|
+
type: "labelCaptureModeSetEnabled";
|
|
704
873
|
}
|
|
705
874
|
interface LabelCaptureApplySettingsCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
706
|
-
type: "
|
|
875
|
+
type: "labelCaptureModeApplySettings";
|
|
707
876
|
}
|
|
708
877
|
interface LabelCaptureOnObservationStartedCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
709
878
|
type: "labelCaptureOnObservationStarted";
|
|
@@ -719,10 +888,10 @@ interface LabelCaptureOnSessionUpdatedCallbackMessage extends BaseDataCaptureCal
|
|
|
719
888
|
};
|
|
720
889
|
}
|
|
721
890
|
interface LabelCaptureAddListenerCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
722
|
-
type: "
|
|
891
|
+
type: "labelCaptureModeAddListener";
|
|
723
892
|
}
|
|
724
893
|
interface LabelCaptureRemoveListenerCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
725
|
-
type: "
|
|
894
|
+
type: "labelCaptureModeRemoveListener";
|
|
726
895
|
}
|
|
727
896
|
interface LabelCaptureSettingsGetLocationSelectionCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
728
897
|
type: "labelCaptureSettingsGetLocationSelection";
|
|
@@ -742,6 +911,18 @@ interface LabelCaptureBuildLabelFieldLocationCallbackMessage extends BaseDataCap
|
|
|
742
911
|
type: "labelCaptureBuildLabelFieldLocation";
|
|
743
912
|
payload: NativeProxyHandle;
|
|
744
913
|
}
|
|
914
|
+
interface ReceiptScanningListenerOnProcessingStartedCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
915
|
+
type: "receiptScanningListenerOnProcessingStarted";
|
|
916
|
+
}
|
|
917
|
+
interface ReceiptScanningListenerOnReceiptScannedCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
918
|
+
type: "receiptScanningListenerOnReceiptScanned";
|
|
919
|
+
payload: {
|
|
920
|
+
result: ReceiptScanningResultJSON;
|
|
921
|
+
};
|
|
922
|
+
}
|
|
923
|
+
interface ReceiptScanningListenerOnReceiptScanningFailedCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
924
|
+
type: "receiptScanningListenerOnReceiptScanningFailed";
|
|
925
|
+
}
|
|
745
926
|
interface ValidationFlowListenerOnFieldsScannedCallbackMessage extends BaseDataCaptureCallbackMessage {
|
|
746
927
|
type: "validationFlowListenerOnFieldsScanned";
|
|
747
928
|
payload: {
|
|
@@ -775,7 +956,7 @@ interface ValidationFlowListenerOnStateChangedCallbackMessage extends BaseDataCa
|
|
|
775
956
|
state: ValidationFlowState;
|
|
776
957
|
};
|
|
777
958
|
}
|
|
778
|
-
type DataCaptureCallbackMessage = DataCaptureCallbackMessage$1 | LabelCaptureBuildLabelCaptureSettingsCallbackMessage | LabelCaptureBuildLabelDefinitionCallbackMessage | LabelCaptureBuildCustomBarcodeCallbackMessage | LabelCaptureBuildCustomTextCallbackMessage | LabelCaptureBuildDateTextCallbackMessage | LabelCaptureBuildExpiryDateTextCallbackMessage | LabelCaptureBuildImeiOneBarcodeCallbackMessage | LabelCaptureBuildImeiTwoBarcodeCallbackMessage | LabelCaptureBuildPackingDateTextCallbackMessage | LabelCaptureBuildPartNumberBarcodeCallbackMessage | LabelCaptureBuildSerialNumberBarcodeCallbackMessage | LabelCaptureBuildTotalPriceTextCallbackMessage | LabelCaptureBuildUnitPriceTextCallbackMessage | LabelCaptureBuildWeightTextCallbackMessage | CreateLabelCaptureCallbackMessage | LabelCaptureIsEnabledCallbackMessage | LabelCaptureSetEnabledCallbackMessage | LabelCaptureApplySettingsCallbackMessage | LabelCaptureOnObservationStartedCallbackMessage | LabelCaptureOnObservationStoppedCallbackMessage | LabelCaptureOnSessionUpdatedCallbackMessage | LabelCaptureAddListenerCallbackMessage | LabelCaptureRemoveListenerCallbackMessage | LabelCaptureSettingsGetLocationSelectionCallbackMessage | LabelCaptureSettingsSetLocationSelectionCallbackMessage | LabelCaptureSettingsGetPropertyCallbackMessage | LabelCaptureSettingsSetPropertyCallbackMessage | LabelCaptureBuildLabelFieldLocationCallbackMessage | LabelCaptureBasicOverlayOnLabelTappedCallbackMessage | LabelCaptureBasicOverlayBrushForFieldCallbackMessage | LabelCaptureBasicOverlayBrushForLabelCallbackMessage | ValidationFlowListenerOnFieldsScannedCallbackMessage | ValidationFlowListenerOnScanTimeoutCallbackMessage | ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage | ValidationFlowListenerOnCloudBackupServiceStartedForFieldsCallbackMessage | ValidationFlowListenerOnCloudBackupServiceFailedForFieldsCallbackMessage | ValidationFlowListenerOnStateChangedCallbackMessage;
|
|
959
|
+
type DataCaptureCallbackMessage = DataCaptureCallbackMessage$1 | LabelCaptureBuildLabelCaptureSettingsCallbackMessage | LabelCaptureBuildLabelDefinitionCallbackMessage | LabelCaptureBuildCustomBarcodeCallbackMessage | LabelCaptureBuildCustomTextCallbackMessage | LabelCaptureBuildDateTextCallbackMessage | LabelCaptureBuildExpiryDateTextCallbackMessage | LabelCaptureBuildImeiOneBarcodeCallbackMessage | LabelCaptureBuildImeiTwoBarcodeCallbackMessage | LabelCaptureBuildPackingDateTextCallbackMessage | LabelCaptureBuildPartNumberBarcodeCallbackMessage | LabelCaptureBuildSerialNumberBarcodeCallbackMessage | LabelCaptureBuildTotalPriceTextCallbackMessage | LabelCaptureBuildUnitPriceTextCallbackMessage | LabelCaptureBuildWeightTextCallbackMessage | CreateLabelCaptureCallbackMessage | LabelCaptureIsEnabledCallbackMessage | LabelCaptureSetEnabledCallbackMessage | LabelCaptureApplySettingsCallbackMessage | LabelCaptureOnObservationStartedCallbackMessage | LabelCaptureOnObservationStoppedCallbackMessage | LabelCaptureOnSessionUpdatedCallbackMessage | LabelCaptureAddListenerCallbackMessage | LabelCaptureRemoveListenerCallbackMessage | LabelCaptureSettingsGetLocationSelectionCallbackMessage | LabelCaptureSettingsSetLocationSelectionCallbackMessage | LabelCaptureSettingsGetPropertyCallbackMessage | LabelCaptureSettingsSetPropertyCallbackMessage | LabelCaptureBuildLabelFieldLocationCallbackMessage | LabelCaptureBasicOverlayOnLabelTappedCallbackMessage | LabelCaptureBasicOverlayBrushForFieldCallbackMessage | LabelCaptureBasicOverlayBrushForLabelCallbackMessage | ReceiptScanningListenerOnProcessingStartedCallbackMessage | ReceiptScanningListenerOnReceiptScannedCallbackMessage | ReceiptScanningListenerOnReceiptScanningFailedCallbackMessage | ValidationFlowListenerOnFieldsScannedCallbackMessage | ValidationFlowListenerOnScanTimeoutCallbackMessage | ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage | ValidationFlowListenerOnCloudBackupServiceStartedForFieldsCallbackMessage | ValidationFlowListenerOnCloudBackupServiceFailedForFieldsCallbackMessage | ValidationFlowListenerOnStateChangedCallbackMessage;
|
|
779
960
|
type PayloadForCommand<A, C> = A extends {
|
|
780
961
|
command: C;
|
|
781
962
|
} ? A : never;
|
|
@@ -809,4 +990,4 @@ declare abstract class NativeProxyAdapter<NativeClass extends object> {
|
|
|
809
990
|
handleFromNativeImplementation(nativeImplementation: NativeClass): NativeProxyHandle;
|
|
810
991
|
}
|
|
811
992
|
|
|
812
|
-
export { type
|
|
993
|
+
export { type ValidationFlowHandlerResumeScanActionMessage as $, AdaptiveRecognitionResultType as A, type ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage as B, type ValidationFlowSettingsSetManualInputButtonTextActionMessage as C, type DataCaptureWorker as D, type ValidationFlowSettingsGetManualInputButtonTextActionMessage as E, type ValidationFlowOverlayApplySettingsActionMessage as F, type ReceiptScanningOverlayForLabelCaptureActionMessage as G, type ReceiptScanningOverlayApplySettingsActionMessage as H, type ReceiptScanningSettingsCreateActionMessage as I, type ReceiptScanningSettingsSetProcessingHintTextActionMessage as J, type ReceiptScanningSettingsGetProcessingHintTextActionMessage as K, LabelCaptureAdaptiveRecognitionSettings as L, type Module as M, type NativeProxyHandle as N, type ReceiptScanningHandlerStartFlowActionMessage as O, type ReceiptScanningHandlerFinishFlowActionMessage as P, type ReceiptScanningHandlerAddListenerActionMessage as Q, type ReceiptScanningResultJSON as R, type ReceiptScanningHandlerRemoveListenerActionMessage as S, type ValidationFlowHandlerCreateActionMessage as T, type ValidationFlowHandlerStartCompleteLabelScanActionMessage as U, type ValidationFlowSettingsCreateActionMessage as V, type WorkerCommandPayload as W, type ValidationFlowHandlerStartPartialLabelScanActionMessage as X, type ValidationFlowHandlerUpdateFieldValueActionMessage as Y, type ValidationFlowHandlerFinishFlowActionMessage as Z, type ValidationFlowHandlerPauseScanActionMessage as _, ReceiptScanningResult as a, type LabelCaptureBuildPackingDateTextCallbackMessage as a$, type ValidationFlowHandlerGetValidationFlowFieldsActionMessage as a0, type ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage as a1, type ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage as a2, type LabelCaptureBuildLabelCaptureSettingsActionMessage as a3, type LabelCaptureBuildLabelDefinitionActionMessage as a4, type LabelCaptureBuildVinLabelDefinitionActionMessage as a5, type LabelCaptureBuildPriceCaptureDefinitionActionMessage as a6, type LabelCaptureBuildCustomBarcodeActionMessage as a7, type LabelCaptureBuildCustomTextActionMessage as a8, type LabelCaptureBuildDateTextActionMessage as a9, type LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage as aA, type LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage as aB, type LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage as aC, type LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage as aD, type LabelCaptureBasicOverlaySetBrushForFieldActionMessage as aE, type LabelCaptureBasicOverlaySetBrushForLabelActionMessage as aF, type LabelCaptureBasicOverlaySetListenerActionMessage as aG, type LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage as aH, type LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage as aI, type LabelCaptureBasicOverlayGetViewfinderActionMessage as aJ, type LabelCaptureBasicOverlayUpdateViewfinderActionMessage as aK, type LabelCaptureAdvancedOverlayForLabelCaptureActionMessage as aL, type LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage as aM, type LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage as aN, type DataCaptureCallbackMessageKeys as aO, type BaseDataCaptureCallbackMessage as aP, type LabelCaptureBasicOverlayOnLabelTappedCallbackMessage as aQ, type LabelCaptureBasicOverlayBrushForFieldCallbackMessage as aR, type LabelCaptureBasicOverlayBrushForLabelCallbackMessage as aS, type LabelCaptureBuildLabelCaptureSettingsCallbackMessage as aT, type LabelCaptureBuildLabelDefinitionCallbackMessage as aU, type LabelCaptureBuildCustomBarcodeCallbackMessage as aV, type LabelCaptureBuildCustomTextCallbackMessage as aW, type LabelCaptureBuildDateTextCallbackMessage as aX, type LabelCaptureBuildExpiryDateTextCallbackMessage as aY, type LabelCaptureBuildImeiOneBarcodeCallbackMessage as aZ, type LabelCaptureBuildImeiTwoBarcodeCallbackMessage as a_, type LabelCaptureBuildExpiryDateTextActionMessage as aa, type LabelCaptureBuildImeiOneBarcodeActionMessage as ab, type LabelCaptureBuildImeiTwoBarcodeActionMessage as ac, type LabelCaptureBuildPackingDateTextActionMessage as ad, type LabelCaptureBuildPartNumberBarcodeActionMessage as ae, type LabelCaptureBuildSerialNumberBarcodeActionMessage as af, type LabelCaptureBuildTotalPriceTextActionMessage as ag, type LabelCaptureBuildUnitPriceTextActionMessage as ah, type LabelCaptureBuildWeightTextActionMessage as ai, type CreateLabelCaptureActionMessage as aj, type LabelCaptureIsEnabledActionMessage as ak, type LabelCaptureSetEnabledActionMessage as al, type LabelCaptureApplySettingsActionMessage as am, type LabelCaptureAddToContextActionMessage as an, type LabelCaptureRemoveFromContextActionMessage as ao, type LabelCaptureAddListenerActionMessage as ap, type LabelCaptureRemoveListenerActionMessage as aq, type LabelCaptureSettingsGetLocationSelectionActionMessage as ar, type LabelCaptureSettingsSetLocationSelectionActionMessage as as, type LabelCaptureSettingsGetPropertyActionMessage as at, type LabelCaptureSettingsGetBlueprintJsonActionMessage as au, type LabelCaptureSettingsSetPropertyActionMessage as av, type LabelCaptureBuildLabelFieldLocationActionMessage as aw, type LabelDefinitionSetAdaptiveRecognitionModeActionMessage as ax, type LabelCaptureBasicOverlayForLabelCaptureActionMessage as ay, type ValidationFlowOverlayForLabelCaptureActionMessage as az, AdaptiveRecognitionResult as b, type LabelCaptureBuildPartNumberBarcodeCallbackMessage as b0, type LabelCaptureBuildSerialNumberBarcodeCallbackMessage as b1, type LabelCaptureBuildTotalPriceTextCallbackMessage as b2, type LabelCaptureBuildUnitPriceTextCallbackMessage as b3, type LabelCaptureBuildWeightTextCallbackMessage as b4, type CreateLabelCaptureCallbackMessage as b5, type LabelCaptureIsEnabledCallbackMessage as b6, type LabelCaptureSetEnabledCallbackMessage as b7, type LabelCaptureApplySettingsCallbackMessage as b8, type LabelCaptureOnObservationStartedCallbackMessage as b9, type LabelCaptureOnObservationStoppedCallbackMessage as ba, type LabelCaptureOnSessionUpdatedCallbackMessage as bb, type LabelCaptureAddListenerCallbackMessage as bc, type LabelCaptureRemoveListenerCallbackMessage as bd, type LabelCaptureSettingsGetLocationSelectionCallbackMessage as be, type LabelCaptureSettingsSetLocationSelectionCallbackMessage as bf, type LabelCaptureSettingsGetPropertyCallbackMessage as bg, type LabelCaptureSettingsSetPropertyCallbackMessage as bh, type LabelCaptureBuildLabelFieldLocationCallbackMessage as bi, type ReceiptScanningListenerOnProcessingStartedCallbackMessage as bj, type ReceiptScanningListenerOnReceiptScannedCallbackMessage as bk, type ReceiptScanningListenerOnReceiptScanningFailedCallbackMessage as bl, type ValidationFlowListenerOnFieldsScannedCallbackMessage as bm, type ValidationFlowListenerOnScanTimeoutCallbackMessage as bn, type ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage as bo, type ValidationFlowListenerOnCloudBackupServiceStartedForFieldsCallbackMessage as bp, type ValidationFlowListenerOnCloudBackupServiceFailedForFieldsCallbackMessage as bq, type ValidationFlowListenerOnStateChangedCallbackMessage as br, type PayloadForCommand as bs, type CommandAndPayload as bt, type NativeProxyMethod as bu, type ReceiptScanningSettingsJSON as c, type DataCaptureActionMessageKey as d, type DataCaptureCallbackMessage as e, type AnyDataCaptureActionMessage as f, NativeProxyAdapter as g, type NativeProxy as h, type LabelCaptureModule as i, type AugmentedWorker as j, type ModuleHandler as k, type AugmentedCoreModule as l, type LabelData as m, type LabelInternalModuleCapture as n, type LabelInternalModuleData as o, type WorkerResponse as p, type DataCaptureActionMessage as q, type ValidationFlowSettingsSetMissingFieldsHintTextActionMessage as r, type ValidationFlowSettingsGetMissingFieldsHintTextActionMessage as s, type ValidationFlowSettingsSetStandbyHintTextActionMessage as t, type ValidationFlowSettingsGetStandbyHintTextActionMessage as u, type ValidationFlowSettingsSetValidationHintTextActionMessage as v, type ValidationFlowSettingsGetValidationHintTextActionMessage as w, type ValidationFlowSettingsSetValidationErrorTextActionMessage as x, type ValidationFlowSettingsGetValidationErrorTextActionMessage as y, type ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage as z };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export { b as AdaptiveRecognitionResult } from '../NativeProxy-B98bIlIp.js';
|
|
2
|
+
import '@scandit/web-datacapture-barcode';
|
|
3
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
4
|
+
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
5
|
+
import '../djinni-types/sdcBarcodeData.js';
|
|
6
|
+
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
7
|
+
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
8
|
+
import '../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
9
|
+
import '../djinni-types/sdcSymbologySettings.js';
|
|
10
|
+
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
11
|
+
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
12
|
+
import '../djinni-types/sdcCoreCommonGraphic.js';
|
|
13
|
+
import '../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
14
|
+
import '../ResultOrError-wVDzYSuC.js';
|
|
15
|
+
import '../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
16
|
+
import '../djinni-types/sdcCoreCommon.js';
|
|
17
|
+
import '../djinni-types/sdcLabelData.js';
|
|
18
|
+
import '../djinni-types/sdcLabelInternalModuleData.js';
|
|
19
|
+
import '../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
20
|
+
import '../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
21
|
+
import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
22
|
+
import '../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
23
|
+
import '../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
24
|
+
import '@scandit/web-datacapture-core';
|
|
25
|
+
import './AdaptiveRecognitionMode.js';
|
|
26
|
+
import './CapturedLabel.js';
|
|
27
|
+
import './LabelField.js';
|
|
28
|
+
import './LabelFieldState.js';
|
|
29
|
+
import './LabelFieldType.js';
|
|
30
|
+
import './LabelFieldValueType.js';
|
|
31
|
+
import './LabelDateResult.js';
|
|
32
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
33
|
+
import './LabelCaptureSession.js';
|
|
34
|
+
import './LabelDateFormat.js';
|
|
35
|
+
import './LabelDateComponentFormat.js';
|
|
36
|
+
import './LabelFieldLocationType.js';
|
|
37
|
+
import './ReceiptScanningLineItem.js';
|
|
38
|
+
import './ValidationFlowField.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as AdaptiveRecognitionResult}from'../chunks/chunk-DDYADIOR.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as CustomBarcodeBuilder}from'../chunks/chunk-
|
|
1
|
+
export{a as CustomBarcodeBuilder}from'../chunks/chunk-T5PFYQ2F.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-B98bIlIp.js';
|
|
3
3
|
import { LabelFieldLocation } from './LabelFieldLocation.js';
|
|
4
4
|
import { TextField } from './TextField.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -36,6 +36,7 @@ import './LabelCaptureSession.js';
|
|
|
36
36
|
import './LabelDateFormat.js';
|
|
37
37
|
import './LabelDateComponentFormat.js';
|
|
38
38
|
import './LabelFieldLocationType.js';
|
|
39
|
+
import './ReceiptScanningLineItem.js';
|
|
39
40
|
import './ValidationFlowField.js';
|
|
40
41
|
import './LabelFieldDefinition.js';
|
|
41
42
|
|
|
@@ -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-B98bIlIp.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';
|
|
@@ -37,6 +37,7 @@ import './LabelCaptureSession.js';
|
|
|
37
37
|
import './LabelDateFormat.js';
|
|
38
38
|
import './LabelDateComponentFormat.js';
|
|
39
39
|
import './LabelFieldLocationType.js';
|
|
40
|
+
import './ReceiptScanningLineItem.js';
|
|
40
41
|
import './ValidationFlowField.js';
|
|
41
42
|
import './TextField.js';
|
|
42
43
|
import './LabelFieldDefinition.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-B98bIlIp.js';
|
|
3
3
|
import { LabelDateFormat } from './LabelDateFormat.js';
|
|
4
4
|
import { TextField } from './TextField.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -34,6 +34,7 @@ import './LabelFieldValueType.js';
|
|
|
34
34
|
import './LabelDateResult.js';
|
|
35
35
|
import './LabelCaptureSession.js';
|
|
36
36
|
import './LabelFieldLocationType.js';
|
|
37
|
+
import './ReceiptScanningLineItem.js';
|
|
37
38
|
import './ValidationFlowField.js';
|
|
38
39
|
import './LabelDateComponentFormat.js';
|
|
39
40
|
import './LabelFieldDefinition.js';
|
|
@@ -2,7 +2,7 @@ import { DateText } from './DateText.js';
|
|
|
2
2
|
import { LabelDateFormat } from './LabelDateFormat.js';
|
|
3
3
|
import { TextFieldBuilder } from './TextFieldBuilder.js';
|
|
4
4
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
5
|
-
import '../NativeProxy-
|
|
5
|
+
import '../NativeProxy-B98bIlIp.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';
|
|
@@ -35,6 +35,7 @@ import './LabelFieldValueType.js';
|
|
|
35
35
|
import './LabelDateResult.js';
|
|
36
36
|
import './LabelCaptureSession.js';
|
|
37
37
|
import './LabelFieldLocationType.js';
|
|
38
|
+
import './ReceiptScanningLineItem.js';
|
|
38
39
|
import './ValidationFlowField.js';
|
|
39
40
|
import './TextField.js';
|
|
40
41
|
import './LabelFieldDefinition.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as DateTextBuilder}from'../chunks/chunk-
|
|
1
|
+
export{a as DateTextBuilder}from'../chunks/chunk-ZVURFK6X.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-B98bIlIp.js';
|
|
3
3
|
import { LabelDateFormat } from './LabelDateFormat.js';
|
|
4
4
|
import { TextField } from './TextField.js';
|
|
5
5
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -34,6 +34,7 @@ import './LabelFieldValueType.js';
|
|
|
34
34
|
import './LabelDateResult.js';
|
|
35
35
|
import './LabelCaptureSession.js';
|
|
36
36
|
import './LabelFieldLocationType.js';
|
|
37
|
+
import './ReceiptScanningLineItem.js';
|
|
37
38
|
import './ValidationFlowField.js';
|
|
38
39
|
import './LabelDateComponentFormat.js';
|
|
39
40
|
import './LabelFieldDefinition.js';
|
|
@@ -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-B98bIlIp.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';
|
|
@@ -35,6 +35,7 @@ import './LabelFieldValueType.js';
|
|
|
35
35
|
import './LabelDateResult.js';
|
|
36
36
|
import './LabelCaptureSession.js';
|
|
37
37
|
import './LabelFieldLocationType.js';
|
|
38
|
+
import './ReceiptScanningLineItem.js';
|
|
38
39
|
import './ValidationFlowField.js';
|
|
39
40
|
import './TextField.js';
|
|
40
41
|
import './LabelFieldDefinition.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as ExpiryDateTextBuilder}from'../chunks/chunk-
|
|
1
|
+
export{a as ExpiryDateTextBuilder}from'../chunks/chunk-U77DVACF.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as ImeiOneBarcodeBuilder}from'../chunks/chunk-
|
|
1
|
+
export{a as ImeiOneBarcodeBuilder}from'../chunks/chunk-THXK2CAH.js';
|