@scandit/web-datacapture-label 7.6.7 → 7.6.8

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.
Files changed (120) hide show
  1. package/build/js/{LabelCaptureAdvancedOverlay-ChUrueV6.d.ts → LabelCaptureAdvancedOverlay-B_O6RnV4.d.ts} +1 -1
  2. package/build/js/{LabelCaptureBasicOverlay-GO1AxzZR.d.ts → LabelCaptureBasicOverlay-BMgzzuF4.d.ts} +1 -1
  3. package/build/js/{NativeProxy-C1lJ_0p-.d.ts → NativeProxy-lmG_UTx9.d.ts} +3 -3
  4. package/build/js/api/CustomText.d.ts +1 -1
  5. package/build/js/api/CustomTextBuilder.d.ts +1 -1
  6. package/build/js/api/ExpiryDateText.d.ts +1 -1
  7. package/build/js/api/ExpiryDateTextBuilder.d.ts +1 -1
  8. package/build/js/api/LabelCapture.d.ts +1 -1
  9. package/build/js/api/LabelCaptureAdvancedOverlay.d.ts +2 -2
  10. package/build/js/api/LabelCaptureAdvancedOverlayListener.d.ts +2 -2
  11. package/build/js/api/LabelCaptureBasicOverlay.d.ts +2 -2
  12. package/build/js/api/LabelCaptureBasicOverlayListener.d.ts +2 -2
  13. package/build/js/api/LabelCaptureListener.d.ts +1 -1
  14. package/build/js/api/LabelCaptureOverlayJSON.d.ts +1 -1
  15. package/build/js/api/LabelCaptureSettings.d.ts +1 -1
  16. package/build/js/api/LabelCaptureValidationFlowOverlay.d.ts +1 -1
  17. package/build/js/api/LabelDefinition.d.ts +1 -1
  18. package/build/js/api/PackingDateText.d.ts +1 -1
  19. package/build/js/api/PackingDateTextBuilder.d.ts +1 -1
  20. package/build/js/api/TotalPriceText.d.ts +1 -1
  21. package/build/js/api/TotalPriceTextBuilder.d.ts +1 -1
  22. package/build/js/api/UnitPriceText.d.ts +1 -1
  23. package/build/js/api/UnitPriceTextBuilder.d.ts +1 -1
  24. package/build/js/api/WeightText.d.ts +1 -1
  25. package/build/js/api/WeightTextBuilder.d.ts +1 -1
  26. package/build/js/chunks/{chunk-M5VCJNK4.js → chunk-7QJL7TQW.js} +1 -1
  27. package/build/js/chunks/{chunk-5PKNPYRB.js → chunk-G6FGPXXA.js} +1 -1
  28. package/build/js/chunks/chunk-HSRZYM7Z.js +1 -0
  29. package/build/js/chunks/chunk-SGON4AYW.js +1 -0
  30. package/build/js/index.d.ts +3 -3
  31. package/build/js/index.js +1 -1
  32. package/build/js/moduleLoader.js +1 -1
  33. package/build/js/private/PrivateLabelFieldDefinition.d.ts +1 -1
  34. package/build/js/private/createProxiedViewFinder.d.ts +2 -2
  35. package/build/js/private/viewfinderTranslator.js +1 -1
  36. package/build/js/worker/LabelCaptureWorkerManager.d.ts +1 -1
  37. package/build/js/worker/LabelCaptureWorkerManager.js +1 -1
  38. package/build/js/worker/WorkerMain.d.ts +1 -1
  39. package/build/js/worker/WorkerMain.js +1 -1
  40. package/build/js/worker/WorkerRegistry.d.ts +1 -1
  41. package/build/js/worker/dataCaptureEngine.d.ts +1 -1
  42. package/build/js/worker/dataCaptureEngine.js +1 -1
  43. package/build/js/worker/dataCaptureWorkerRelated.d.ts +1 -1
  44. package/build/js/worker/labelCapture.inlineWorker.d.ts +1 -1
  45. package/build/js/worker/labelCapture.inlineWorker.js +1 -1
  46. package/build/js/worker/labelWorkerHandler.d.ts +1 -1
  47. package/build/js/worker/proxies/AimerViewfinderProxy.d.ts +1 -1
  48. package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -1
  49. package/build/js/worker/proxies/BarcodeFieldProxy.d.ts +1 -1
  50. package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -1
  51. package/build/js/worker/proxies/CapturedLabelProxy.d.ts +1 -1
  52. package/build/js/worker/proxies/CapturedLabelProxy.js +1 -1
  53. package/build/js/worker/proxies/CustomBarcodeProxy.d.ts +1 -1
  54. package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -1
  55. package/build/js/worker/proxies/CustomTextProxy.d.ts +1 -1
  56. package/build/js/worker/proxies/CustomTextProxy.js +1 -1
  57. package/build/js/worker/proxies/ExpiryDateTextProxy.d.ts +1 -1
  58. package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -1
  59. package/build/js/worker/proxies/ImeiOneBarcodeProxy.d.ts +1 -1
  60. package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -1
  61. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.d.ts +1 -1
  62. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -1
  63. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.d.ts +1 -1
  64. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -1
  65. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.d.ts +1 -1
  66. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -1
  67. package/build/js/worker/proxies/LabelCaptureHelperProxy.d.ts +1 -1
  68. package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -1
  69. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.d.ts +1 -1
  70. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -1
  71. package/build/js/worker/proxies/LabelCaptureProxy.d.ts +1 -1
  72. package/build/js/worker/proxies/LabelCaptureProxy.js +1 -1
  73. package/build/js/worker/proxies/LabelCaptureSessionProxy.d.ts +1 -1
  74. package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -1
  75. package/build/js/worker/proxies/LabelCaptureSettingsProxy.d.ts +1 -1
  76. package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -1
  77. package/build/js/worker/proxies/LabelDefinitionProxy.d.ts +1 -1
  78. package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -1
  79. package/build/js/worker/proxies/LabelFieldDefinitionProxy.d.ts +1 -1
  80. package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -1
  81. package/build/js/worker/proxies/LabelFieldLocationProxy.d.ts +1 -1
  82. package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -1
  83. package/build/js/worker/proxies/LabelFieldProxy.d.ts +1 -1
  84. package/build/js/worker/proxies/LabelFieldProxy.js +1 -1
  85. package/build/js/worker/proxies/NativeProxy.d.ts +1 -1
  86. package/build/js/worker/proxies/NativeProxy.js +1 -1
  87. package/build/js/worker/proxies/NoViewfinderProxy.d.ts +1 -1
  88. package/build/js/worker/proxies/NoViewfinderProxy.js +1 -1
  89. package/build/js/worker/proxies/PackingDateTextProxy.d.ts +1 -1
  90. package/build/js/worker/proxies/PackingDateTextProxy.js +1 -1
  91. package/build/js/worker/proxies/PartNumberBarcodeProxy.d.ts +1 -1
  92. package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -1
  93. package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.d.ts +1 -1
  94. package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.js +1 -1
  95. package/build/js/worker/proxies/RectangularViewfinderProxy.d.ts +1 -1
  96. package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -1
  97. package/build/js/worker/proxies/SerialNumberBarcodeProxy.d.ts +1 -1
  98. package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -1
  99. package/build/js/worker/proxies/TotalPriceTextProxy.d.ts +1 -1
  100. package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -1
  101. package/build/js/worker/proxies/UnitPriceTextProxy.d.ts +1 -1
  102. package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -1
  103. package/build/js/worker/proxies/ValidationFlowListenerProxy.d.ts +1 -1
  104. package/build/js/worker/proxies/ValidationFlowOverlayProxy.d.ts +1 -1
  105. package/build/js/worker/proxies/ValidationFlowOverlayProxy.js +1 -1
  106. package/build/js/worker/proxies/ValidationFlowSettingsProxy.d.ts +1 -1
  107. package/build/js/worker/proxies/ValidationFlowSettingsProxy.js +1 -1
  108. package/build/js/worker/proxies/WeightTextProxy.d.ts +1 -1
  109. package/build/js/worker/proxies/WeightTextProxy.js +1 -1
  110. package/package.json +2 -2
  111. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.js +1 -1
  112. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.wasm +0 -0
  113. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.js +1 -1
  114. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.wasm +0 -0
  115. package/sdc-lib/scandit-datacapture-sdk-label-simd.js +1 -1
  116. package/sdc-lib/scandit-datacapture-sdk-label-simd.wasm +0 -0
  117. package/sdc-lib/scandit-datacapture-sdk-label.js +1 -1
  118. package/sdc-lib/scandit-datacapture-sdk-label.wasm +0 -0
  119. package/build/js/chunks/chunk-BKKLWDKC.js +0 -1
  120. package/build/js/chunks/chunk-LWQWFI7E.js +0 -1
@@ -1,7 +1,7 @@
1
1
  import { Anchor, PointWithUnit, DataCaptureOverlay, DataCaptureView } from '@scandit/web-datacapture-core';
2
2
  import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable';
3
3
  import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
4
- import { N as NativeProxyHandle } from './NativeProxy-C1lJ_0p-.js';
4
+ import { N as NativeProxyHandle } from './NativeProxy-lmG_UTx9.js';
5
5
  import { CapturedLabel } from './api/CapturedLabel.js';
6
6
  import { L as LabelCapture } from './LabelCapture-r1VXyYY1.js';
7
7
  import { LabelCaptureOverlayJSON } from './api/LabelCaptureOverlayJSON.js';
@@ -4,7 +4,7 @@ import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Ser
4
4
  import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
5
5
  import { CapturedLabel } from './api/CapturedLabel.js';
6
6
  import { LabelField } from './api/LabelField.js';
7
- import { N as NativeProxyHandle } from './NativeProxy-C1lJ_0p-.js';
7
+ import { N as NativeProxyHandle } from './NativeProxy-lmG_UTx9.js';
8
8
  import { L as LabelCapture } from './LabelCapture-r1VXyYY1.js';
9
9
  import { LabelCaptureOverlayJSON } from './api/LabelCaptureOverlayJSON.js';
10
10
 
@@ -1,5 +1,5 @@
1
1
  import { Symbology } from '@scandit/web-datacapture-barcode';
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';
2
+ import { DataCaptureCallbackMessage as DataCaptureCallbackMessage$1, DataCaptureCallbackMessageKeys as DataCaptureCallbackMessageKeys$1, AnyDataCaptureActionMessage as AnyDataCaptureActionMessage$1, DataCaptureActionMessageKey as DataCaptureActionMessageKey$1, Module as Module$1, WorkerResponse as WorkerResponse$1 } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
3
3
  import { Barcode } from './djinni-types/sdcBarcodeInternalSdkData.js';
4
4
  import { FloatWithUnit, MeasureUnit, Quadrilateral } from './djinni-types/sdcCoreCommonGeometry.js';
5
5
  import { BarcodeField, BarcodeField_statics, CustomBarcode, CustomBarcode_statics, CustomText, CustomText_statics, ExpiryDateText, ExpiryDateText_statics, ImeiOneBarcode, ImeiOneBarcode_statics, ImeiTwoBarcode, ImeiTwoBarcode_statics, LabelCapture, LabelCapture_statics, LabelCaptureHelper, LabelCaptureHelper_statics, LabelCaptureListener, LabelCaptureSession, LabelCaptureSettings, LabelCaptureSettings_statics, LabelDefinition, LabelDefinition_statics, LabelFieldDefinition, LabelFieldLocation, LabelFieldLocation_statics, PackingDateText, PackingDateText_statics, PartNumberBarcode, PartNumberBarcode_statics, SerialNumberBarcode, SerialNumberBarcode_statics, TextField, TotalPriceText, TotalPriceText_statics, UnitPriceText, UnitPriceText_statics, WeightText, WeightText_statics, ValidationFlowState } from './djinni-types/sdcLabelInternalModuleCapture.js';
@@ -8,7 +8,7 @@ import { RectangularLocationSelection, RectangularLocationSelection_statics } fr
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
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';
11
- import { RectangularViewfinderAnimation, LocationSelectionJSON, RectJSON, BrushJSON, RectangularViewfinderJSON, AimerViewfinderJSON, PrivateLoadableFrameData } from '@scandit/web-datacapture-core';
11
+ import { RectangularViewfinderAnimation, PrivateLoadableFrameData, LocationSelectionJSON, RectJSON, BrushJSON, RectangularViewfinderJSON, AimerViewfinderJSON } from '@scandit/web-datacapture-core';
12
12
  import { CapturedLabelJSON } from './api/CapturedLabel.js';
13
13
  import { LabelCaptureSessionJSON } from './api/LabelCaptureSession.js';
14
14
  import { LabelDateFormatJSON } from './api/LabelDateFormat.js';
@@ -755,4 +755,4 @@ declare abstract class NativeProxyAdapter<NativeClass extends object> {
755
755
  handleFromNativeImplementation(nativeImplementation: NativeClass): NativeProxyHandle;
756
756
  }
757
757
 
758
- export { type LabelCaptureBuildUnitPriceTextActionMessage as $, type AnyDataCaptureActionMessage as A, type ValidationFlowHandlerStartCompleteLabelScanActionMessage as B, type ValidationFlowHandlerStartPartialLabelScanActionMessage as C, type DataCaptureWorker as D, type ValidationFlowHandlerUpdateFieldValueActionMessage as E, type ValidationFlowHandlerFinishFlowActionMessage as F, type ValidationFlowHandlerPauseScanActionMessage as G, type ValidationFlowHandlerResumeScanActionMessage as H, type ValidationFlowHandlerGetValidationFlowFieldsActionMessage as I, type LabelCaptureBuildLabelCaptureSettingsActionMessage as J, type LabelCaptureBuildLabelDefinitionActionMessage as K, type LabelCaptureModule as L, type Module as M, type NativeProxyHandle as N, type LabelCaptureBuildVinLabelDefinitionActionMessage as O, type LabelCaptureBuildPriceCaptureDefinitionActionMessage as P, type LabelCaptureBuildCustomBarcodeActionMessage as Q, type LabelCaptureBuildCustomTextActionMessage as R, type LabelCaptureBuildExpiryDateTextActionMessage as S, type LabelCaptureBuildImeiOneBarcodeActionMessage as T, type LabelCaptureBuildImeiTwoBarcodeActionMessage as U, type ValidationFlowSettingsCreateActionMessage as V, type WorkerCommandPayload as W, type LabelCaptureBuildPackingDateTextActionMessage as X, type LabelCaptureBuildPartNumberBarcodeActionMessage as Y, type LabelCaptureBuildSerialNumberBarcodeActionMessage as Z, type LabelCaptureBuildTotalPriceTextActionMessage as _, type DataCaptureActionMessageKey as a, type ValidationFlowListenerOnFieldsScannedCallbackMessage as a$, type LabelCaptureBuildWeightTextActionMessage as a0, type CreateLabelCaptureActionMessage as a1, type LabelCaptureIsEnabledActionMessage as a2, type LabelCaptureSetEnabledActionMessage as a3, type LabelCaptureApplySettingsActionMessage as a4, type LabelCaptureAddToContextActionMessage as a5, type LabelCaptureRemoveFromContextActionMessage as a6, type LabelCaptureAddListenerActionMessage as a7, type LabelCaptureRemoveListenerActionMessage as a8, type LabelCaptureSettingsGetLocationSelectionActionMessage as a9, type LabelCaptureBuildLabelCaptureSettingsCallbackMessage as aA, type LabelCaptureBuildLabelDefinitionCallbackMessage as aB, type LabelCaptureBuildCustomBarcodeCallbackMessage as aC, type LabelCaptureBuildCustomTextCallbackMessage as aD, type LabelCaptureBuildExpiryDateTextCallbackMessage as aE, type LabelCaptureBuildImeiOneBarcodeCallbackMessage as aF, type LabelCaptureBuildImeiTwoBarcodeCallbackMessage as aG, type LabelCaptureBuildPackingDateTextCallbackMessage as aH, type LabelCaptureBuildPartNumberBarcodeCallbackMessage as aI, type LabelCaptureBuildSerialNumberBarcodeCallbackMessage as aJ, type LabelCaptureBuildTotalPriceTextCallbackMessage as aK, type LabelCaptureBuildUnitPriceTextCallbackMessage as aL, type LabelCaptureBuildWeightTextCallbackMessage as aM, type CreateLabelCaptureCallbackMessage as aN, type LabelCaptureIsEnabledCallbackMessage as aO, type LabelCaptureSetEnabledCallbackMessage as aP, type LabelCaptureApplySettingsCallbackMessage as aQ, type LabelCaptureOnObservationStartedCallbackMessage as aR, type LabelCaptureOnObservationStoppedCallbackMessage as aS, type LabelCaptureOnSessionUpdatedCallbackMessage as aT, type LabelCaptureAddListenerCallbackMessage as aU, type LabelCaptureRemoveListenerCallbackMessage as aV, type LabelCaptureSettingsGetLocationSelectionCallbackMessage as aW, type LabelCaptureSettingsSetLocationSelectionCallbackMessage as aX, type LabelCaptureSettingsGetPropertyCallbackMessage as aY, type LabelCaptureSettingsSetPropertyCallbackMessage as aZ, type LabelCaptureBuildLabelFieldLocationCallbackMessage as a_, type LabelCaptureSettingsSetLocationSelectionActionMessage as aa, type LabelCaptureSettingsGetPropertyActionMessage as ab, type LabelCaptureSettingsGetBlueprintJsonActionMessage as ac, type LabelCaptureSettingsSetPropertyActionMessage as ad, type LabelCaptureBuildLabelFieldLocationActionMessage as ae, type LabelCaptureBasicOverlayForLabelCaptureActionMessage as af, type ValidationFlowOverlayForLabelCaptureActionMessage as ag, type LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage as ah, type LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage as ai, type LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage as aj, type LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage as ak, type LabelCaptureBasicOverlaySetBrushForFieldActionMessage as al, type LabelCaptureBasicOverlaySetBrushForLabelActionMessage as am, type LabelCaptureBasicOverlaySetListenerActionMessage as an, type LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage as ao, type LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage as ap, type LabelCaptureBasicOverlayGetViewfinderActionMessage as aq, type LabelCaptureBasicOverlayUpdateViewfinderActionMessage as ar, type LabelCaptureAdvancedOverlayForLabelCaptureActionMessage as as, type LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage as at, type LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage as au, type DataCaptureCallbackMessageKeys as av, type BaseDataCaptureCallbackMessage as aw, type LabelCaptureBasicOverlayOnLabelTappedCallbackMessage as ax, type LabelCaptureBasicOverlayBrushForFieldCallbackMessage as ay, type LabelCaptureBasicOverlayBrushForLabelCallbackMessage as az, type DataCaptureCallbackMessage as b, type ValidationFlowListenerOnScanTimeoutCallbackMessage as b0, type ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage as b1, type ValidationFlowListenerOnStateChangedCallbackMessage as b2, type PayloadForCommand as b3, type CommandAndPayload as b4, type NativeProxyMethod as b5, NativeProxyAdapter as c, type NativeProxy as d, type AugmentedWorker as e, type ModuleHandler as f, type AugmentedCoreModule as g, type LabelData as h, type LabelInternalModuleCapture as i, type LabelInternalModuleData as j, type WorkerResponse as k, type DataCaptureActionMessage as l, type ValidationFlowSettingsSetMissingFieldsHintTextActionMessage as m, type ValidationFlowSettingsGetMissingFieldsHintTextActionMessage as n, type ValidationFlowSettingsSetStandbyHintTextActionMessage as o, type ValidationFlowSettingsGetStandbyHintTextActionMessage as p, type ValidationFlowSettingsSetValidationHintTextActionMessage as q, type ValidationFlowSettingsGetValidationHintTextActionMessage as r, type ValidationFlowSettingsSetValidationErrorTextActionMessage as s, type ValidationFlowSettingsGetValidationErrorTextActionMessage as t, type ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage as u, type ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage as v, type ValidationFlowSettingsSetManualInputButtonTextActionMessage as w, type ValidationFlowSettingsGetManualInputButtonTextActionMessage as x, type ValidationFlowOverlayApplySettingsActionMessage as y, type ValidationFlowHandlerCreateActionMessage as z };
758
+ export { type LabelCaptureBuildUnitPriceTextActionMessage as $, type AnyDataCaptureActionMessage as A, type ValidationFlowHandlerStartCompleteLabelScanActionMessage as B, type ValidationFlowHandlerStartPartialLabelScanActionMessage as C, type DataCaptureCallbackMessage as D, type ValidationFlowHandlerUpdateFieldValueActionMessage as E, type ValidationFlowHandlerFinishFlowActionMessage as F, type ValidationFlowHandlerPauseScanActionMessage as G, type ValidationFlowHandlerResumeScanActionMessage as H, type ValidationFlowHandlerGetValidationFlowFieldsActionMessage as I, type LabelCaptureBuildLabelCaptureSettingsActionMessage as J, type LabelCaptureBuildLabelDefinitionActionMessage as K, type LabelCaptureModule as L, type Module as M, type NativeProxyHandle as N, type LabelCaptureBuildVinLabelDefinitionActionMessage as O, type LabelCaptureBuildPriceCaptureDefinitionActionMessage as P, type LabelCaptureBuildCustomBarcodeActionMessage as Q, type LabelCaptureBuildCustomTextActionMessage as R, type LabelCaptureBuildExpiryDateTextActionMessage as S, type LabelCaptureBuildImeiOneBarcodeActionMessage as T, type LabelCaptureBuildImeiTwoBarcodeActionMessage as U, type ValidationFlowSettingsCreateActionMessage as V, type WorkerCommandPayload as W, type LabelCaptureBuildPackingDateTextActionMessage as X, type LabelCaptureBuildPartNumberBarcodeActionMessage as Y, type LabelCaptureBuildSerialNumberBarcodeActionMessage as Z, type LabelCaptureBuildTotalPriceTextActionMessage as _, type DataCaptureWorker as a, type ValidationFlowListenerOnFieldsScannedCallbackMessage as a$, type LabelCaptureBuildWeightTextActionMessage as a0, type CreateLabelCaptureActionMessage as a1, type LabelCaptureIsEnabledActionMessage as a2, type LabelCaptureSetEnabledActionMessage as a3, type LabelCaptureApplySettingsActionMessage as a4, type LabelCaptureAddToContextActionMessage as a5, type LabelCaptureRemoveFromContextActionMessage as a6, type LabelCaptureAddListenerActionMessage as a7, type LabelCaptureRemoveListenerActionMessage as a8, type LabelCaptureSettingsGetLocationSelectionActionMessage as a9, type LabelCaptureBuildLabelCaptureSettingsCallbackMessage as aA, type LabelCaptureBuildLabelDefinitionCallbackMessage as aB, type LabelCaptureBuildCustomBarcodeCallbackMessage as aC, type LabelCaptureBuildCustomTextCallbackMessage as aD, type LabelCaptureBuildExpiryDateTextCallbackMessage as aE, type LabelCaptureBuildImeiOneBarcodeCallbackMessage as aF, type LabelCaptureBuildImeiTwoBarcodeCallbackMessage as aG, type LabelCaptureBuildPackingDateTextCallbackMessage as aH, type LabelCaptureBuildPartNumberBarcodeCallbackMessage as aI, type LabelCaptureBuildSerialNumberBarcodeCallbackMessage as aJ, type LabelCaptureBuildTotalPriceTextCallbackMessage as aK, type LabelCaptureBuildUnitPriceTextCallbackMessage as aL, type LabelCaptureBuildWeightTextCallbackMessage as aM, type CreateLabelCaptureCallbackMessage as aN, type LabelCaptureIsEnabledCallbackMessage as aO, type LabelCaptureSetEnabledCallbackMessage as aP, type LabelCaptureApplySettingsCallbackMessage as aQ, type LabelCaptureOnObservationStartedCallbackMessage as aR, type LabelCaptureOnObservationStoppedCallbackMessage as aS, type LabelCaptureOnSessionUpdatedCallbackMessage as aT, type LabelCaptureAddListenerCallbackMessage as aU, type LabelCaptureRemoveListenerCallbackMessage as aV, type LabelCaptureSettingsGetLocationSelectionCallbackMessage as aW, type LabelCaptureSettingsSetLocationSelectionCallbackMessage as aX, type LabelCaptureSettingsGetPropertyCallbackMessage as aY, type LabelCaptureSettingsSetPropertyCallbackMessage as aZ, type LabelCaptureBuildLabelFieldLocationCallbackMessage as a_, type LabelCaptureSettingsSetLocationSelectionActionMessage as aa, type LabelCaptureSettingsGetPropertyActionMessage as ab, type LabelCaptureSettingsGetBlueprintJsonActionMessage as ac, type LabelCaptureSettingsSetPropertyActionMessage as ad, type LabelCaptureBuildLabelFieldLocationActionMessage as ae, type LabelCaptureBasicOverlayForLabelCaptureActionMessage as af, type ValidationFlowOverlayForLabelCaptureActionMessage as ag, type LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage as ah, type LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage as ai, type LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage as aj, type LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage as ak, type LabelCaptureBasicOverlaySetBrushForFieldActionMessage as al, type LabelCaptureBasicOverlaySetBrushForLabelActionMessage as am, type LabelCaptureBasicOverlaySetListenerActionMessage as an, type LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage as ao, type LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage as ap, type LabelCaptureBasicOverlayGetViewfinderActionMessage as aq, type LabelCaptureBasicOverlayUpdateViewfinderActionMessage as ar, type LabelCaptureAdvancedOverlayForLabelCaptureActionMessage as as, type LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage as at, type LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage as au, type DataCaptureCallbackMessageKeys as av, type BaseDataCaptureCallbackMessage as aw, type LabelCaptureBasicOverlayOnLabelTappedCallbackMessage as ax, type LabelCaptureBasicOverlayBrushForFieldCallbackMessage as ay, type LabelCaptureBasicOverlayBrushForLabelCallbackMessage as az, type DataCaptureActionMessageKey as b, type ValidationFlowListenerOnScanTimeoutCallbackMessage as b0, type ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage as b1, type ValidationFlowListenerOnStateChangedCallbackMessage as b2, type PayloadForCommand as b3, type CommandAndPayload as b4, type NativeProxyMethod as b5, NativeProxyAdapter as c, type NativeProxy as d, type AugmentedWorker as e, type ModuleHandler as f, type AugmentedCoreModule as g, type LabelData as h, type LabelInternalModuleCapture as i, type LabelInternalModuleData as j, type WorkerResponse as k, type DataCaptureActionMessage as l, type ValidationFlowSettingsSetMissingFieldsHintTextActionMessage as m, type ValidationFlowSettingsGetMissingFieldsHintTextActionMessage as n, type ValidationFlowSettingsSetStandbyHintTextActionMessage as o, type ValidationFlowSettingsGetStandbyHintTextActionMessage as p, type ValidationFlowSettingsSetValidationHintTextActionMessage as q, type ValidationFlowSettingsGetValidationHintTextActionMessage as r, type ValidationFlowSettingsSetValidationErrorTextActionMessage as s, type ValidationFlowSettingsGetValidationErrorTextActionMessage as t, type ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage as u, type ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage as v, type ValidationFlowSettingsSetManualInputButtonTextActionMessage as w, type ValidationFlowSettingsGetManualInputButtonTextActionMessage as x, type ValidationFlowOverlayApplySettingsActionMessage as y, type ValidationFlowHandlerCreateActionMessage as z };
@@ -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-C1lJ_0p-.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-lmG_UTx9.js';
3
3
  import { LabelFieldLocation } from './LabelFieldLocation.js';
4
4
  import { TextField } from './TextField.js';
5
5
  import '@scandit/web-datacapture-barcode';
@@ -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-C1lJ_0p-.js';
5
+ import '../NativeProxy-lmG_UTx9.js';
6
6
  import '@scandit/web-datacapture-barcode';
7
7
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
8
8
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1,5 +1,5 @@
1
1
  import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
2
- import { N as NativeProxyHandle } from '../NativeProxy-C1lJ_0p-.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-lmG_UTx9.js';
3
3
  import { LabelDateFormat } from './LabelDateFormat.js';
4
4
  import { TextField } from './TextField.js';
5
5
  import '@scandit/web-datacapture-barcode';
@@ -2,7 +2,7 @@ import { ExpiryDateText } from './ExpiryDateText.js';
2
2
  import { TextFieldBuilder } from './TextFieldBuilder.js';
3
3
  import { LabelDateFormat } from './LabelDateFormat.js';
4
4
  import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
5
- import '../NativeProxy-C1lJ_0p-.js';
5
+ import '../NativeProxy-lmG_UTx9.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';
@@ -11,7 +11,7 @@ import './BarcodeField.js';
11
11
  import './LabelFieldDefinition.js';
12
12
  import './ImeiTwoBarcode.js';
13
13
  import './PackingDateText.js';
14
- import '../NativeProxy-C1lJ_0p-.js';
14
+ import '../NativeProxy-lmG_UTx9.js';
15
15
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
16
16
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
17
17
  import '../djinni-types/sdcBarcodeData.js';
@@ -1,10 +1,10 @@
1
1
  import '@scandit/web-datacapture-core';
2
2
  import '@scandit/web-datacapture-core/build/js/private/Serializable';
3
3
  import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
4
- import '../NativeProxy-C1lJ_0p-.js';
4
+ import '../NativeProxy-lmG_UTx9.js';
5
5
  import './CapturedLabel.js';
6
6
  import '../LabelCapture-r1VXyYY1.js';
7
- export { L as LabelCaptureAdvancedOverlay } from '../LabelCaptureAdvancedOverlay-ChUrueV6.js';
7
+ export { L as LabelCaptureAdvancedOverlay } from '../LabelCaptureAdvancedOverlay-B_O6RnV4.js';
8
8
  import './LabelCaptureOverlayJSON.js';
9
9
  import './LabelField.js';
10
10
  import '@scandit/web-datacapture-barcode';
@@ -1,6 +1,6 @@
1
1
  import '@scandit/web-datacapture-core';
2
2
  import './CapturedLabel.js';
3
- export { a as LabelCaptureAdvancedOverlayListener } from '../LabelCaptureAdvancedOverlay-ChUrueV6.js';
3
+ export { a as LabelCaptureAdvancedOverlayListener } from '../LabelCaptureAdvancedOverlay-B_O6RnV4.js';
4
4
  import './LabelField.js';
5
5
  import '@scandit/web-datacapture-barcode';
6
6
  import './LabelFieldState.js';
@@ -9,7 +9,7 @@ import './LabelFieldValueType.js';
9
9
  import './LabelDateResult.js';
10
10
  import '@scandit/web-datacapture-core/build/js/private/Serializable';
11
11
  import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
12
- import '../NativeProxy-C1lJ_0p-.js';
12
+ import '../NativeProxy-lmG_UTx9.js';
13
13
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
14
14
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
15
15
  import '../djinni-types/sdcBarcodeData.js';
@@ -4,9 +4,9 @@ import '@scandit/web-datacapture-core/build/js/private/Serializable';
4
4
  import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
5
5
  import './CapturedLabel.js';
6
6
  import './LabelField.js';
7
- import '../NativeProxy-C1lJ_0p-.js';
7
+ import '../NativeProxy-lmG_UTx9.js';
8
8
  import '../LabelCapture-r1VXyYY1.js';
9
- export { L as LabelCaptureBasicOverlay } from '../LabelCaptureBasicOverlay-GO1AxzZR.js';
9
+ export { L as LabelCaptureBasicOverlay } from '../LabelCaptureBasicOverlay-BMgzzuF4.js';
10
10
  import './LabelCaptureOverlayJSON.js';
11
11
  import '@scandit/web-datacapture-barcode';
12
12
  import './LabelFieldState.js';
@@ -1,7 +1,7 @@
1
1
  import '@scandit/web-datacapture-core';
2
2
  import './CapturedLabel.js';
3
3
  import './LabelField.js';
4
- export { a as LabelCaptureBasicOverlayListener } from '../LabelCaptureBasicOverlay-GO1AxzZR.js';
4
+ export { a as LabelCaptureBasicOverlayListener } from '../LabelCaptureBasicOverlay-BMgzzuF4.js';
5
5
  import '@scandit/web-datacapture-barcode';
6
6
  import './LabelFieldState.js';
7
7
  import './LabelFieldType.js';
@@ -10,7 +10,7 @@ import './LabelDateResult.js';
10
10
  import '../djinni-types/sdcLabelData.js';
11
11
  import '@scandit/web-datacapture-core/build/js/private/Serializable';
12
12
  import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
13
- import '../NativeProxy-C1lJ_0p-.js';
13
+ import '../NativeProxy-lmG_UTx9.js';
14
14
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
15
15
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
16
16
  import '../djinni-types/sdcBarcodeData.js';
@@ -18,7 +18,7 @@ import './BarcodeField.js';
18
18
  import './LabelFieldDefinition.js';
19
19
  import './ImeiTwoBarcode.js';
20
20
  import './PackingDateText.js';
21
- import '../NativeProxy-C1lJ_0p-.js';
21
+ import '../NativeProxy-lmG_UTx9.js';
22
22
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
23
23
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
24
24
  import '../djinni-types/sdcBarcodeData.js';
@@ -1,4 +1,4 @@
1
- import { N as NativeProxyHandle } from '../NativeProxy-C1lJ_0p-.js';
1
+ import { N as NativeProxyHandle } from '../NativeProxy-lmG_UTx9.js';
2
2
  import '@scandit/web-datacapture-barcode';
3
3
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
4
4
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -7,7 +7,7 @@ import './BarcodeField.js';
7
7
  import './LabelFieldDefinition.js';
8
8
  import './ImeiTwoBarcode.js';
9
9
  import './PackingDateText.js';
10
- import '../NativeProxy-C1lJ_0p-.js';
10
+ import '../NativeProxy-lmG_UTx9.js';
11
11
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
12
12
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
13
13
  import '../djinni-types/sdcBarcodeData.js';
@@ -1,7 +1,7 @@
1
1
  import { DataCaptureOverlay, DataCaptureView } from '@scandit/web-datacapture-core';
2
2
  import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable.js';
3
3
  import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
4
- import { N as NativeProxyHandle } from '../NativeProxy-C1lJ_0p-.js';
4
+ import { N as NativeProxyHandle } from '../NativeProxy-lmG_UTx9.js';
5
5
  import { L as LabelCapture } from '../LabelCapture-r1VXyYY1.js';
6
6
  import { LabelCaptureValidationFlowSettings } from './LabelCaptureValidationFlowSettings.js';
7
7
  import { LabelField } from './LabelField.js';
@@ -13,7 +13,7 @@ import { CustomText } from './CustomText.js';
13
13
  import { ExpiryDateText } from './ExpiryDateText.js';
14
14
  import '@scandit/web-datacapture-barcode';
15
15
  import './BarcodeField.js';
16
- import '../NativeProxy-C1lJ_0p-.js';
16
+ import '../NativeProxy-lmG_UTx9.js';
17
17
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
18
18
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
19
19
  import '../djinni-types/sdcBarcodeData.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-C1lJ_0p-.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-lmG_UTx9.js';
3
3
  import { LabelDateFormat } from './LabelDateFormat.js';
4
4
  import { TextField } from './TextField.js';
5
5
  import '@scandit/web-datacapture-barcode';
@@ -2,7 +2,7 @@ import { PackingDateText } from './PackingDateText.js';
2
2
  import { TextFieldBuilder } from './TextFieldBuilder.js';
3
3
  import { LabelDateFormat } from './LabelDateFormat.js';
4
4
  import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
5
- import '../NativeProxy-C1lJ_0p-.js';
5
+ import '../NativeProxy-lmG_UTx9.js';
6
6
  import '@scandit/web-datacapture-barcode';
7
7
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
8
8
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1,5 +1,5 @@
1
1
  import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
2
- import { N as NativeProxyHandle } from '../NativeProxy-C1lJ_0p-.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-lmG_UTx9.js';
3
3
  import { TextField } from './TextField.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -2,7 +2,7 @@ import { TextFieldBuilder } from './TextFieldBuilder.js';
2
2
  import { TotalPriceText } from './TotalPriceText.js';
3
3
  import './LabelFieldDefinitionBuilder.js';
4
4
  import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
5
- import '../NativeProxy-C1lJ_0p-.js';
5
+ import '../NativeProxy-lmG_UTx9.js';
6
6
  import '@scandit/web-datacapture-barcode';
7
7
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
8
8
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1,5 +1,5 @@
1
1
  import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
2
- import { N as NativeProxyHandle } from '../NativeProxy-C1lJ_0p-.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-lmG_UTx9.js';
3
3
  import { TextField } from './TextField.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -2,7 +2,7 @@ import { TextFieldBuilder } from './TextFieldBuilder.js';
2
2
  import { UnitPriceText } from './UnitPriceText.js';
3
3
  import './LabelFieldDefinitionBuilder.js';
4
4
  import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
5
- import '../NativeProxy-C1lJ_0p-.js';
5
+ import '../NativeProxy-lmG_UTx9.js';
6
6
  import '@scandit/web-datacapture-barcode';
7
7
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
8
8
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1,5 +1,5 @@
1
1
  import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
2
- import { N as NativeProxyHandle } from '../NativeProxy-C1lJ_0p-.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-lmG_UTx9.js';
3
3
  import { TextField } from './TextField.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -2,7 +2,7 @@ import { TextFieldBuilder } from './TextFieldBuilder.js';
2
2
  import { WeightText } from './WeightText.js';
3
3
  import './LabelFieldDefinitionBuilder.js';
4
4
  import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
5
- import '../NativeProxy-C1lJ_0p-.js';
5
+ import '../NativeProxy-lmG_UTx9.js';
6
6
  import '@scandit/web-datacapture-barcode';
7
7
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
8
8
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- import {a}from'./chunk-5PKNPYRB.js';import {a as a$1}from'./chunk-L6U6LZ6D.js';function l(){return {moduleName:"LabelCapture",load:async t=>{let e=t,r=await a.create({...e,libraryLocation:e.libraryLocation});return a$1.set("LabelCapture",r),r}}}export{l as a};
1
+ import {a}from'./chunk-G6FGPXXA.js';import {a as a$1}from'./chunk-L6U6LZ6D.js';function l(){return {moduleName:"LabelCapture",load:async t=>{let e=t,r=await a.create({...e,libraryLocation:e.libraryLocation});return a$1.set("LabelCapture",r),r}}}export{l as a};