@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
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { N as NativeProxyHandle } from '../../NativeProxy-B98bIlIp.js';
|
|
2
|
+
import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
|
|
3
|
+
import { PartNumberBarcode, LabelFieldDefinition } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
6
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -17,6 +17,7 @@ import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
|
17
17
|
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
18
18
|
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
19
19
|
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
20
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
20
21
|
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
21
22
|
import '../../ResultOrError-wVDzYSuC.js';
|
|
22
23
|
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
@@ -29,29 +30,19 @@ import '../../api/LabelFieldState.js';
|
|
|
29
30
|
import '../../api/LabelFieldType.js';
|
|
30
31
|
import '../../api/LabelFieldValueType.js';
|
|
31
32
|
import '../../api/LabelDateResult.js';
|
|
33
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
32
34
|
import '../../api/LabelCaptureSession.js';
|
|
33
35
|
import '../../api/LabelDateFormat.js';
|
|
34
36
|
import '../../api/LabelDateComponentFormat.js';
|
|
35
37
|
import '../../api/LabelFieldLocationType.js';
|
|
38
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
36
39
|
import '../../api/ValidationFlowField.js';
|
|
40
|
+
import './base/LabelFieldDefinitionBaseProxy.js';
|
|
37
41
|
|
|
38
|
-
declare class PartNumberBarcodeProxy extends
|
|
42
|
+
declare class PartNumberBarcodeProxy extends BarcodeFieldProxyBase<PartNumberBarcode> {
|
|
39
43
|
handle: NativeProxyHandle;
|
|
40
44
|
create(name: string): Promise<NativeProxyHandle>;
|
|
41
|
-
|
|
42
|
-
isOptional(handle: NativeProxyHandle): Promise<boolean>;
|
|
43
|
-
setOptional(handle: NativeProxyHandle, optional: boolean): Promise<void>;
|
|
44
|
-
getValueRegexes(handle: NativeProxyHandle): Promise<string[]>;
|
|
45
|
-
setValueRegexes(handle: NativeProxyHandle, valueRegexes: string[]): Promise<void>;
|
|
46
|
-
getSymbologies(handle: NativeProxyHandle): Promise<SymbologySettings[]>;
|
|
47
|
-
setSymbologies(handle: NativeProxyHandle, symbologies: SymbologySettings[]): Promise<void>;
|
|
48
|
-
getHiddenProperties(handle: NativeProxyHandle): Promise<string>;
|
|
49
|
-
setHiddenProperties(handle: NativeProxyHandle, jsonString: string): Promise<void>;
|
|
50
|
-
getLocation(_handle: NativeProxyHandle): Promise<NativeProxyHandle | undefined>;
|
|
51
|
-
setLocation(_handle: NativeProxyHandle, _location: LabelFieldLocation): Promise<void>;
|
|
52
|
-
getAnchorRegexes(handle: NativeProxyHandle): Promise<string[] | undefined>;
|
|
53
|
-
setAnchorRegexes(handle: NativeProxyHandle, anchorRegexes: string[]): Promise<void>;
|
|
54
|
-
asLabelFieldDefinition(_handle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
45
|
+
asLabelFieldDefinition(_handle: NativeProxyHandle): Promise<LabelFieldDefinition>;
|
|
55
46
|
}
|
|
56
47
|
declare const _default: PartNumberBarcodeProxy;
|
|
57
48
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{j as default}from'../../chunks/chunk-BJR4M6IU.js';
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { ReceiptScanningListener } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
2
|
+
import { ReceiptScanningResult } from '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
3
|
+
import { WorkerMain } from '../WorkerMain.js';
|
|
4
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
5
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
6
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
7
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
8
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
9
|
+
import '../../djinni-types/sdcCoreCommonGraphic.js';
|
|
10
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
11
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
12
|
+
import '../../ResultOrError-wVDzYSuC.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
15
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
16
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
17
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
18
|
+
import '@scandit/web-datacapture-core/build/js/worker/index.js';
|
|
19
|
+
import '../dataCaptureEngine.js';
|
|
20
|
+
import '@scandit/web-datacapture-core/build/js/worker/index';
|
|
21
|
+
import '../../NativeProxy-B98bIlIp.js';
|
|
22
|
+
import '@scandit/web-datacapture-barcode';
|
|
23
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
24
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
25
|
+
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
26
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
27
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
28
|
+
import '@scandit/web-datacapture-core';
|
|
29
|
+
import '../../api/AdaptiveRecognitionMode.js';
|
|
30
|
+
import '../../api/CapturedLabel.js';
|
|
31
|
+
import '../../api/LabelField.js';
|
|
32
|
+
import '../../api/LabelFieldState.js';
|
|
33
|
+
import '../../api/LabelFieldType.js';
|
|
34
|
+
import '../../api/LabelFieldValueType.js';
|
|
35
|
+
import '../../api/LabelDateResult.js';
|
|
36
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
37
|
+
import '../../api/LabelCaptureSession.js';
|
|
38
|
+
import '../../api/LabelDateFormat.js';
|
|
39
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
40
|
+
import '../../api/LabelFieldLocationType.js';
|
|
41
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
42
|
+
import '../../api/ValidationFlowField.js';
|
|
43
|
+
|
|
44
|
+
declare class ReceiptScanningListenerProxy implements ReceiptScanningListener {
|
|
45
|
+
readonly workerMain: WorkerMain;
|
|
46
|
+
constructor(workerMain: WorkerMain);
|
|
47
|
+
onProcessingStarted(): void;
|
|
48
|
+
onReceiptScanned(result: ReceiptScanningResult): void;
|
|
49
|
+
onReceiptScanningFailed(): void;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export { ReceiptScanningListenerProxy };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{a as ReceiptScanningListenerProxy}from'../../chunks/chunk-4PATACKR.js';
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-B98bIlIp.js';
|
|
2
|
+
import { ReceiptScanningOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
3
|
+
import '@scandit/web-datacapture-barcode';
|
|
4
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
5
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
6
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
7
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
8
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
9
|
+
import '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
10
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
11
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreCommonGraphic.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
15
|
+
import '../../ResultOrError-wVDzYSuC.js';
|
|
16
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
17
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
18
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
19
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
22
|
+
import '@scandit/web-datacapture-core';
|
|
23
|
+
import '../../api/AdaptiveRecognitionMode.js';
|
|
24
|
+
import '../../api/CapturedLabel.js';
|
|
25
|
+
import '../../api/LabelField.js';
|
|
26
|
+
import '../../api/LabelFieldState.js';
|
|
27
|
+
import '../../api/LabelFieldType.js';
|
|
28
|
+
import '../../api/LabelFieldValueType.js';
|
|
29
|
+
import '../../api/LabelDateResult.js';
|
|
30
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
31
|
+
import '../../api/LabelCaptureSession.js';
|
|
32
|
+
import '../../api/LabelDateFormat.js';
|
|
33
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
34
|
+
import '../../api/LabelFieldLocationType.js';
|
|
35
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
36
|
+
import '../../api/ValidationFlowField.js';
|
|
37
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
38
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Proxy for LabelCaptureAdaptiveRecognitionOverlay.
|
|
42
|
+
* Bridges the overlay through Djinni native ReceiptScanningOverlay.
|
|
43
|
+
*/
|
|
44
|
+
declare class ReceiptScanningOverlayProxy extends NativeProxyAdapter<ReceiptScanningOverlay> implements NativeProxy<ReceiptScanningOverlay> {
|
|
45
|
+
handle: NativeProxyHandle;
|
|
46
|
+
create(labelCaptureHandle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
47
|
+
applySettings(settingsHandle: NativeProxyHandle): Promise<void>;
|
|
48
|
+
}
|
|
49
|
+
declare const _default: ReceiptScanningOverlayProxy;
|
|
50
|
+
|
|
51
|
+
export { ReceiptScanningOverlayProxy, _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{z as ReceiptScanningOverlayProxy,A as default}from'../../chunks/chunk-BJR4M6IU.js';
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ReceiptScanningSettings } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
2
|
+
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-B98bIlIp.js';
|
|
3
|
+
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
4
|
+
import '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
5
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
6
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
7
|
+
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
8
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
9
|
+
import '../../djinni-types/sdcCoreCommonGraphic.js';
|
|
10
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
11
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
12
|
+
import '../../ResultOrError-wVDzYSuC.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
15
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
16
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
17
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
18
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
19
|
+
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
20
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
22
|
+
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
23
|
+
import '@scandit/web-datacapture-barcode';
|
|
24
|
+
import '@scandit/web-datacapture-core';
|
|
25
|
+
import '../../api/AdaptiveRecognitionMode.js';
|
|
26
|
+
import '../../api/CapturedLabel.js';
|
|
27
|
+
import '../../api/LabelField.js';
|
|
28
|
+
import '../../api/LabelFieldState.js';
|
|
29
|
+
import '../../api/LabelFieldType.js';
|
|
30
|
+
import '../../api/LabelFieldValueType.js';
|
|
31
|
+
import '../../api/LabelDateResult.js';
|
|
32
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
33
|
+
import '../../api/LabelCaptureSession.js';
|
|
34
|
+
import '../../api/LabelDateFormat.js';
|
|
35
|
+
import '../../api/LabelDateComponentFormat.js';
|
|
36
|
+
import '../../api/LabelFieldLocationType.js';
|
|
37
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
38
|
+
import '../../api/ValidationFlowField.js';
|
|
39
|
+
|
|
40
|
+
declare class ReceiptScanningSettingsProxy extends NativeProxyAdapter<ReceiptScanningSettings> implements NativeProxy<ReceiptScanningSettings> {
|
|
41
|
+
handle: NativeProxyHandle;
|
|
42
|
+
setProcessingHintText(handle: NativeProxyHandle, text: string): Promise<void>;
|
|
43
|
+
getProcessingHintText(handle: NativeProxyHandle): Promise<string>;
|
|
44
|
+
create(): Promise<NativeProxyHandle>;
|
|
45
|
+
}
|
|
46
|
+
declare const _default: ReceiptScanningSettingsProxy;
|
|
47
|
+
|
|
48
|
+
export { ReceiptScanningSettingsProxy, _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{x as ReceiptScanningSettingsProxy,y as default}from'../../chunks/chunk-BJR4M6IU.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RectangularViewfinderAnimation } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
2
|
-
import {
|
|
2
|
+
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-B98bIlIp.js';
|
|
3
3
|
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
4
4
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
5
5
|
import '../../djinni-types/sdcCoreCommonGraphic.js';
|
|
@@ -29,10 +29,12 @@ import '../../api/LabelFieldState.js';
|
|
|
29
29
|
import '../../api/LabelFieldType.js';
|
|
30
30
|
import '../../api/LabelFieldValueType.js';
|
|
31
31
|
import '../../api/LabelDateResult.js';
|
|
32
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
32
33
|
import '../../api/LabelCaptureSession.js';
|
|
33
34
|
import '../../api/LabelDateFormat.js';
|
|
34
35
|
import '../../api/LabelDateComponentFormat.js';
|
|
35
36
|
import '../../api/LabelFieldLocationType.js';
|
|
37
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
36
38
|
import '../../api/ValidationFlowField.js';
|
|
37
39
|
|
|
38
40
|
declare class RectangularViewfinderAnimationProxy extends NativeProxyAdapter<RectangularViewfinderAnimation> implements NativeProxy<RectangularViewfinderAnimation> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{W as default}from'../../chunks/chunk-BJR4M6IU.js';
|
|
@@ -2,7 +2,7 @@ import { FloatWithUnit } from '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
|
2
2
|
import { SizeWithUnitAndAspect } from '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
3
3
|
import { Color } from '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
4
4
|
import { RectangularViewfinder, RectangularViewfinderStyle, RectangularViewfinderLineStyle, RectangularViewfinderAnimation } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
5
|
-
import {
|
|
5
|
+
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-B98bIlIp.js';
|
|
6
6
|
import '../../djinni-types/sdcCoreCommonGraphic.js';
|
|
7
7
|
import '@scandit/web-datacapture-barcode';
|
|
8
8
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -29,10 +29,12 @@ import '../../api/LabelFieldState.js';
|
|
|
29
29
|
import '../../api/LabelFieldType.js';
|
|
30
30
|
import '../../api/LabelFieldValueType.js';
|
|
31
31
|
import '../../api/LabelDateResult.js';
|
|
32
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
32
33
|
import '../../api/LabelCaptureSession.js';
|
|
33
34
|
import '../../api/LabelDateFormat.js';
|
|
34
35
|
import '../../api/LabelDateComponentFormat.js';
|
|
35
36
|
import '../../api/LabelFieldLocationType.js';
|
|
37
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
36
38
|
import '../../api/ValidationFlowField.js';
|
|
37
39
|
|
|
38
40
|
declare class RectangularViewfinderProxy extends NativeProxyAdapter<RectangularViewfinder> implements NativeProxy<RectangularViewfinder> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{X as default}from'../../chunks/chunk-BJR4M6IU.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { N as NativeProxyHandle } from '../../NativeProxy-B98bIlIp.js';
|
|
2
|
+
import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
|
|
3
|
+
import { SerialNumberBarcode, LabelFieldDefinition } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
6
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -17,6 +17,7 @@ import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
|
17
17
|
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
18
18
|
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
19
19
|
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
20
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
20
21
|
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
21
22
|
import '../../ResultOrError-wVDzYSuC.js';
|
|
22
23
|
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
@@ -29,29 +30,19 @@ import '../../api/LabelFieldState.js';
|
|
|
29
30
|
import '../../api/LabelFieldType.js';
|
|
30
31
|
import '../../api/LabelFieldValueType.js';
|
|
31
32
|
import '../../api/LabelDateResult.js';
|
|
33
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
32
34
|
import '../../api/LabelCaptureSession.js';
|
|
33
35
|
import '../../api/LabelDateFormat.js';
|
|
34
36
|
import '../../api/LabelDateComponentFormat.js';
|
|
35
37
|
import '../../api/LabelFieldLocationType.js';
|
|
38
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
36
39
|
import '../../api/ValidationFlowField.js';
|
|
40
|
+
import './base/LabelFieldDefinitionBaseProxy.js';
|
|
37
41
|
|
|
38
|
-
declare class SerialNumberBarcodeProxy extends
|
|
42
|
+
declare class SerialNumberBarcodeProxy extends BarcodeFieldProxyBase<SerialNumberBarcode> {
|
|
39
43
|
handle: NativeProxyHandle;
|
|
40
44
|
create(name: string): Promise<NativeProxyHandle>;
|
|
41
|
-
|
|
42
|
-
isOptional(handle: NativeProxyHandle): Promise<boolean>;
|
|
43
|
-
setOptional(handle: NativeProxyHandle, optional: boolean): Promise<void>;
|
|
44
|
-
getValueRegexes(handle: NativeProxyHandle): Promise<string[]>;
|
|
45
|
-
setValueRegexes(handle: NativeProxyHandle, valueRegexes: string[]): Promise<void>;
|
|
46
|
-
getSymbologies(handle: NativeProxyHandle): Promise<SymbologySettings[]>;
|
|
47
|
-
setSymbologies(handle: NativeProxyHandle, symbologies: SymbologySettings[]): Promise<void>;
|
|
48
|
-
getHiddenProperties(handle: NativeProxyHandle): Promise<string>;
|
|
49
|
-
setHiddenProperties(handle: NativeProxyHandle, jsonString: string): Promise<void>;
|
|
50
|
-
getLocation(_handle: NativeProxyHandle): Promise<NativeProxyHandle | undefined>;
|
|
51
|
-
setLocation(_handle: NativeProxyHandle, _location: LabelFieldLocation): Promise<void>;
|
|
52
|
-
getAnchorRegexes(handle: NativeProxyHandle): Promise<string[] | undefined>;
|
|
53
|
-
setAnchorRegexes(handle: NativeProxyHandle, anchorRegexes: string[]): Promise<void>;
|
|
54
|
-
asLabelFieldDefinition(_handle: NativeProxyHandle): Promise<NativeProxyHandle>;
|
|
45
|
+
asLabelFieldDefinition(_handle: NativeProxyHandle): Promise<LabelFieldDefinition>;
|
|
55
46
|
}
|
|
56
47
|
declare const _default: SerialNumberBarcodeProxy;
|
|
57
48
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{k as default}from'../../chunks/chunk-BJR4M6IU.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { N as NativeProxyHandle } from '../../NativeProxy-B98bIlIp.js';
|
|
2
|
+
import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
|
|
3
|
+
import { TotalPriceText, LabelFieldDefinition } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
4
|
import '@scandit/web-datacapture-barcode';
|
|
4
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
5
6
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -29,28 +30,19 @@ import '../../api/LabelFieldState.js';
|
|
|
29
30
|
import '../../api/LabelFieldType.js';
|
|
30
31
|
import '../../api/LabelFieldValueType.js';
|
|
31
32
|
import '../../api/LabelDateResult.js';
|
|
33
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
32
34
|
import '../../api/LabelCaptureSession.js';
|
|
33
35
|
import '../../api/LabelDateFormat.js';
|
|
34
36
|
import '../../api/LabelDateComponentFormat.js';
|
|
35
37
|
import '../../api/LabelFieldLocationType.js';
|
|
38
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
36
39
|
import '../../api/ValidationFlowField.js';
|
|
37
40
|
|
|
38
|
-
declare class TotalPriceTextProxy extends
|
|
41
|
+
declare class TotalPriceTextProxy extends LabelFieldDefinitionBaseProxy<TotalPriceText> {
|
|
39
42
|
handle: NativeProxyHandle;
|
|
40
43
|
create(name: string): Promise<NativeProxyHandle>;
|
|
41
|
-
getName(handle: NativeProxyHandle): Promise<string>;
|
|
42
|
-
isOptional(handle: NativeProxyHandle): Promise<boolean>;
|
|
43
|
-
setOptional(handle: NativeProxyHandle, optional: boolean): Promise<void>;
|
|
44
|
-
getValueRegexes(handle: NativeProxyHandle): Promise<string[]>;
|
|
45
|
-
setValueRegexes(handle: NativeProxyHandle, valueRegexes: string[]): Promise<void>;
|
|
46
|
-
getHiddenProperties(handle: NativeProxyHandle): Promise<string>;
|
|
47
|
-
setHiddenProperties(handle: NativeProxyHandle, jsonString: string): Promise<void>;
|
|
48
|
-
getLocation(_handle: NativeProxyHandle): Promise<NativeProxyHandle | undefined>;
|
|
49
|
-
setLocation(_handle: NativeProxyHandle, _location: LabelFieldLocation): Promise<void>;
|
|
50
|
-
getAnchorRegexes(handle: NativeProxyHandle): Promise<string[] | undefined>;
|
|
51
|
-
setAnchorRegexes(handle: NativeProxyHandle, anchorRegexes: string[]): Promise<void>;
|
|
52
44
|
resetDataTypePatterns(handle: NativeProxyHandle): Promise<void>;
|
|
53
|
-
asLabelFieldDefinition(_handle: NativeProxyHandle): Promise<
|
|
45
|
+
asLabelFieldDefinition(_handle: NativeProxyHandle): Promise<LabelFieldDefinition>;
|
|
54
46
|
}
|
|
55
47
|
declare const _default: TotalPriceTextProxy;
|
|
56
48
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{l as default}from'../../chunks/chunk-BJR4M6IU.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { N as NativeProxyHandle } from '../../NativeProxy-B98bIlIp.js';
|
|
2
|
+
import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
|
|
3
|
+
import { UnitPriceText, LabelFieldDefinition } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
3
4
|
import '@scandit/web-datacapture-barcode';
|
|
4
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
5
6
|
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
@@ -29,28 +30,19 @@ import '../../api/LabelFieldState.js';
|
|
|
29
30
|
import '../../api/LabelFieldType.js';
|
|
30
31
|
import '../../api/LabelFieldValueType.js';
|
|
31
32
|
import '../../api/LabelDateResult.js';
|
|
33
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
32
34
|
import '../../api/LabelCaptureSession.js';
|
|
33
35
|
import '../../api/LabelDateFormat.js';
|
|
34
36
|
import '../../api/LabelDateComponentFormat.js';
|
|
35
37
|
import '../../api/LabelFieldLocationType.js';
|
|
38
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
36
39
|
import '../../api/ValidationFlowField.js';
|
|
37
40
|
|
|
38
|
-
declare class UnitPriceTextProxy extends
|
|
41
|
+
declare class UnitPriceTextProxy extends LabelFieldDefinitionBaseProxy<UnitPriceText> {
|
|
39
42
|
handle: NativeProxyHandle;
|
|
40
43
|
create(name: string): Promise<NativeProxyHandle>;
|
|
41
|
-
getName(handle: NativeProxyHandle): Promise<string>;
|
|
42
|
-
isOptional(handle: NativeProxyHandle): Promise<boolean>;
|
|
43
|
-
setOptional(handle: NativeProxyHandle, optional: boolean): Promise<void>;
|
|
44
|
-
getValueRegexes(handle: NativeProxyHandle): Promise<string[]>;
|
|
45
|
-
setValueRegexes(handle: NativeProxyHandle, valueRegexes: string[]): Promise<void>;
|
|
46
|
-
getHiddenProperties(handle: NativeProxyHandle): Promise<string>;
|
|
47
|
-
setHiddenProperties(handle: NativeProxyHandle, jsonString: string): Promise<void>;
|
|
48
|
-
getLocation(_handle: NativeProxyHandle): Promise<NativeProxyHandle | undefined>;
|
|
49
|
-
setLocation(_handle: NativeProxyHandle, _location: LabelFieldLocation): Promise<void>;
|
|
50
|
-
getAnchorRegexes(handle: NativeProxyHandle): Promise<string[] | undefined>;
|
|
51
|
-
setAnchorRegexes(handle: NativeProxyHandle, anchorRegexes: string[]): Promise<void>;
|
|
52
44
|
resetDataTypePatterns(handle: NativeProxyHandle): Promise<void>;
|
|
53
|
-
asLabelFieldDefinition(_handle: NativeProxyHandle): Promise<
|
|
45
|
+
asLabelFieldDefinition(_handle: NativeProxyHandle): Promise<LabelFieldDefinition>;
|
|
54
46
|
}
|
|
55
47
|
declare const _default: UnitPriceTextProxy;
|
|
56
48
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{m as default}from'../../chunks/chunk-BJR4M6IU.js';
|
|
@@ -18,7 +18,7 @@ import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
|
18
18
|
import '@scandit/web-datacapture-core/build/js/worker/index.js';
|
|
19
19
|
import '../dataCaptureEngine.js';
|
|
20
20
|
import '@scandit/web-datacapture-core/build/js/worker/index';
|
|
21
|
-
import '../../NativeProxy-
|
|
21
|
+
import '../../NativeProxy-B98bIlIp.js';
|
|
22
22
|
import '@scandit/web-datacapture-barcode';
|
|
23
23
|
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
24
24
|
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
@@ -33,10 +33,12 @@ import '../../api/LabelFieldState.js';
|
|
|
33
33
|
import '../../api/LabelFieldType.js';
|
|
34
34
|
import '../../api/LabelFieldValueType.js';
|
|
35
35
|
import '../../api/LabelDateResult.js';
|
|
36
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
36
37
|
import '../../api/LabelCaptureSession.js';
|
|
37
38
|
import '../../api/LabelDateFormat.js';
|
|
38
39
|
import '../../api/LabelDateComponentFormat.js';
|
|
39
40
|
import '../../api/LabelFieldLocationType.js';
|
|
41
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
40
42
|
import '../../api/ValidationFlowField.js';
|
|
41
43
|
|
|
42
44
|
declare class ValidationFlowListenerProxy implements ValidationFlowListener {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-B98bIlIp.js';
|
|
2
2
|
import { Viewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
3
3
|
import { ValidationFlowOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
4
4
|
import '@scandit/web-datacapture-barcode';
|
|
@@ -26,10 +26,12 @@ import '../../api/LabelFieldState.js';
|
|
|
26
26
|
import '../../api/LabelFieldType.js';
|
|
27
27
|
import '../../api/LabelFieldValueType.js';
|
|
28
28
|
import '../../api/LabelDateResult.js';
|
|
29
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
29
30
|
import '../../api/LabelCaptureSession.js';
|
|
30
31
|
import '../../api/LabelDateFormat.js';
|
|
31
32
|
import '../../api/LabelDateComponentFormat.js';
|
|
32
33
|
import '../../api/LabelFieldLocationType.js';
|
|
34
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
33
35
|
import '../../api/ValidationFlowField.js';
|
|
34
36
|
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
35
37
|
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{D as ValidationFlowOverlayProxy,E as default}from'../../chunks/chunk-BJR4M6IU.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ValidationFlowSettings } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
2
|
-
import {
|
|
2
|
+
import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-B98bIlIp.js';
|
|
3
3
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
4
4
|
import '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
5
5
|
import '../../djinni-types/sdcBarcodeData.js';
|
|
@@ -29,10 +29,12 @@ import '../../api/LabelFieldState.js';
|
|
|
29
29
|
import '../../api/LabelFieldType.js';
|
|
30
30
|
import '../../api/LabelFieldValueType.js';
|
|
31
31
|
import '../../api/LabelDateResult.js';
|
|
32
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
32
33
|
import '../../api/LabelCaptureSession.js';
|
|
33
34
|
import '../../api/LabelDateFormat.js';
|
|
34
35
|
import '../../api/LabelDateComponentFormat.js';
|
|
35
36
|
import '../../api/LabelFieldLocationType.js';
|
|
37
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
36
38
|
import '../../api/ValidationFlowField.js';
|
|
37
39
|
|
|
38
40
|
declare class ValidationFlowSettingsProxy extends NativeProxyAdapter<ValidationFlowSettings> implements NativeProxy<ValidationFlowSettings> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{B as ValidationFlowSettingsProxy,C as default}from'../../chunks/chunk-BJR4M6IU.js';
|
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import '../../djinni-types/
|
|
4
|
-
import '
|
|
1
|
+
import { N as NativeProxyHandle } from '../../NativeProxy-B98bIlIp.js';
|
|
2
|
+
import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
|
|
3
|
+
import { WeightText, LabelFieldDefinition } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
4
|
+
import '@scandit/web-datacapture-barcode';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
6
|
+
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
7
|
+
import '../../djinni-types/sdcBarcodeData.js';
|
|
8
|
+
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
9
|
+
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
10
|
+
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
11
|
+
import '../../djinni-types/sdcLabelData.js';
|
|
6
12
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
7
13
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
8
14
|
import '../../djinni-types/sdcCoreCommonGraphic.js';
|
|
9
|
-
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
10
|
-
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
11
|
-
import '../../ResultOrError-wVDzYSuC.js';
|
|
12
|
-
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
13
|
-
import '../../djinni-types/sdcCoreCommon.js';
|
|
14
|
-
import '../../djinni-types/sdcLabelData.js';
|
|
15
|
-
import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
16
|
-
import '../../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
17
|
-
import '../../djinni-types/sdcCoreCommonBuffer.js';
|
|
18
|
-
import '@scandit/web-datacapture-barcode';
|
|
19
15
|
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
20
16
|
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
21
17
|
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
22
18
|
import '../../djinni-types/sdcCoreInternalSdkCapture.js';
|
|
23
19
|
import '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
|
|
20
|
+
import '../../djinni-types/sdcSymbologySettings.js';
|
|
21
|
+
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
22
|
+
import '../../ResultOrError-wVDzYSuC.js';
|
|
23
|
+
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
24
|
+
import '../../djinni-types/sdcCoreCommon.js';
|
|
24
25
|
import '@scandit/web-datacapture-core';
|
|
25
26
|
import '../../api/AdaptiveRecognitionMode.js';
|
|
26
27
|
import '../../api/CapturedLabel.js';
|
|
@@ -29,28 +30,19 @@ import '../../api/LabelFieldState.js';
|
|
|
29
30
|
import '../../api/LabelFieldType.js';
|
|
30
31
|
import '../../api/LabelFieldValueType.js';
|
|
31
32
|
import '../../api/LabelDateResult.js';
|
|
33
|
+
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
32
34
|
import '../../api/LabelCaptureSession.js';
|
|
33
35
|
import '../../api/LabelDateFormat.js';
|
|
34
36
|
import '../../api/LabelDateComponentFormat.js';
|
|
35
37
|
import '../../api/LabelFieldLocationType.js';
|
|
38
|
+
import '../../api/ReceiptScanningLineItem.js';
|
|
36
39
|
import '../../api/ValidationFlowField.js';
|
|
37
40
|
|
|
38
|
-
declare class WeightTextProxy extends
|
|
41
|
+
declare class WeightTextProxy extends LabelFieldDefinitionBaseProxy<WeightText> {
|
|
39
42
|
handle: NativeProxyHandle;
|
|
40
43
|
create(name: string): Promise<NativeProxyHandle>;
|
|
41
|
-
getName(handle: NativeProxyHandle): Promise<string>;
|
|
42
|
-
isOptional(handle: NativeProxyHandle): Promise<boolean>;
|
|
43
|
-
setOptional(handle: NativeProxyHandle, optional: boolean): Promise<void>;
|
|
44
|
-
getValueRegexes(handle: NativeProxyHandle): Promise<string[]>;
|
|
45
|
-
setValueRegexes(handle: NativeProxyHandle, valueRegexes: string[]): Promise<void>;
|
|
46
|
-
getHiddenProperties(handle: NativeProxyHandle): Promise<string>;
|
|
47
|
-
setHiddenProperties(handle: NativeProxyHandle, jsonString: string): Promise<void>;
|
|
48
|
-
getLocation(_handle: NativeProxyHandle): Promise<NativeProxyHandle | undefined>;
|
|
49
|
-
setLocation(_handle: NativeProxyHandle, _location: LabelFieldLocation): Promise<void>;
|
|
50
|
-
getAnchorRegexes(handle: NativeProxyHandle): Promise<string[] | undefined>;
|
|
51
|
-
setAnchorRegexes(handle: NativeProxyHandle, anchorRegexes: string[]): Promise<void>;
|
|
52
44
|
resetDataTypePatterns(handle: NativeProxyHandle): Promise<void>;
|
|
53
|
-
asLabelFieldDefinition(_handle: NativeProxyHandle): Promise<
|
|
45
|
+
asLabelFieldDefinition(_handle: NativeProxyHandle): Promise<LabelFieldDefinition>;
|
|
54
46
|
}
|
|
55
47
|
declare const _default: WeightTextProxy;
|
|
56
48
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{n as default}from'../../chunks/chunk-BJR4M6IU.js';
|