@scandit/web-datacapture-label 8.2.1 → 8.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/build/js/{LabelCaptureAdvancedOverlay-Dq97psgW.d.ts → LabelCaptureAdvancedOverlay-DzSicuAv.d.ts} +1 -1
  2. package/build/js/{LabelCaptureBasicOverlay-C3OSXO1g.d.ts → LabelCaptureBasicOverlay-DF8gpw6K.d.ts} +1 -1
  3. package/build/js/{NativeProxy-CYZsx-_W.d.ts → NativeProxy-BpXwaSl-.d.ts} +3 -3
  4. package/build/js/api/AdaptiveRecognitionResult.d.ts +2 -2
  5. package/build/js/api/CapturedLabel.d.ts +2 -2
  6. package/build/js/api/CustomText.d.ts +2 -2
  7. package/build/js/api/CustomTextBuilder.d.ts +2 -2
  8. package/build/js/api/DateText.d.ts +2 -2
  9. package/build/js/api/DateTextBuilder.d.ts +2 -2
  10. package/build/js/api/ExpiryDateText.d.ts +2 -2
  11. package/build/js/api/ExpiryDateTextBuilder.d.ts +2 -2
  12. package/build/js/api/LabelCapture.d.ts +2 -2
  13. package/build/js/api/LabelCaptureAdaptiveRecognitionOverlay.d.ts +2 -2
  14. package/build/js/api/LabelCaptureAdaptiveRecognitionSettings.d.ts +2 -2
  15. package/build/js/api/LabelCaptureAdvancedOverlay.d.ts +3 -3
  16. package/build/js/api/LabelCaptureAdvancedOverlayListener.d.ts +3 -3
  17. package/build/js/api/LabelCaptureBasicOverlay.d.ts +3 -3
  18. package/build/js/api/LabelCaptureBasicOverlayListener.d.ts +3 -3
  19. package/build/js/api/LabelCaptureListener.d.ts +2 -2
  20. package/build/js/api/LabelCaptureOverlayJSON.d.ts +2 -2
  21. package/build/js/api/LabelCaptureSettings.d.ts +2 -2
  22. package/build/js/api/LabelCaptureValidationFlow/LabelCaptureValidationFlowOverlay.d.ts +2 -2
  23. package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowPresenter.d.ts +2 -2
  24. package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowStateManager.d.ts +1 -1
  25. package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowView.d.ts +1 -1
  26. package/build/js/api/LabelDefinition.d.ts +2 -2
  27. package/build/js/api/LabelField.d.ts +3 -3
  28. package/build/js/api/PackingDateText.d.ts +2 -2
  29. package/build/js/api/PackingDateTextBuilder.d.ts +2 -2
  30. package/build/js/api/PrivateReceiptScanningHandler.d.ts +2 -2
  31. package/build/js/api/PrivateReceiptScanningListener.d.ts +2 -2
  32. package/build/js/api/PrivateValidationFlowHandler.d.ts +3 -3
  33. package/build/js/api/ReceiptScanningResult.d.ts +2 -2
  34. package/build/js/api/TotalPriceText.d.ts +2 -2
  35. package/build/js/api/TotalPriceTextBuilder.d.ts +2 -2
  36. package/build/js/api/UnitPriceText.d.ts +2 -2
  37. package/build/js/api/UnitPriceTextBuilder.d.ts +2 -2
  38. package/build/js/api/ValidationFlowField.d.ts +1 -1
  39. package/build/js/api/WeightText.d.ts +2 -2
  40. package/build/js/api/WeightTextBuilder.d.ts +2 -2
  41. package/build/js/chunks/{chunk-QBLOKSED.js → chunk-6X5RLIWN.js} +1 -1
  42. package/build/js/chunks/chunk-GVHKYWET.js +1 -0
  43. package/build/js/chunks/{chunk-TBGGF77V.js → chunk-XNRT4YBM.js} +1 -1
  44. package/build/js/chunks/chunk-YPFID6RX.js +2 -0
  45. package/build/js/djinni-types/sdcBarcodeInternalSdkData.d.ts +1 -1
  46. package/build/js/djinni-types/sdcLabelInternalModuleCapture.d.ts +1 -1
  47. package/build/js/djinni-types/sdcLabelInternalModuleUiOverlay.d.ts +1 -1
  48. package/build/js/global.d.d.ts +2 -0
  49. package/build/js/index.d.ts +4 -4
  50. package/build/js/index.js +1 -1
  51. package/build/js/moduleLoader.js +1 -1
  52. package/build/js/private/PrivateLabelFieldDefinition.d.ts +2 -2
  53. package/build/js/private/brushTranslator.d.ts +1 -1
  54. package/build/js/private/createProxiedViewFinder.d.ts +3 -3
  55. package/build/js/private/measureTranslator.d.ts +2 -2
  56. package/build/js/private/symbologiesTranslator.d.ts +4 -4
  57. package/build/js/private/viewfinderTranslator.js +1 -1
  58. package/build/js/{sdcLabelInternalModuleCapture-wUz3FjZK.d.ts → sdcLabelInternalModuleCapture-CxPSiq2o.d.ts} +3 -3
  59. package/build/js/worker/LabelCaptureWorkerManager.d.ts +2 -2
  60. package/build/js/worker/LabelCaptureWorkerManager.js +1 -1
  61. package/build/js/worker/WorkerMain.d.ts +2 -2
  62. package/build/js/worker/WorkerMain.js +1 -1
  63. package/build/js/worker/WorkerRegistry.d.ts +2 -2
  64. package/build/js/worker/dataCaptureEngine.d.ts +2 -2
  65. package/build/js/worker/dataCaptureEngine.js +1 -1
  66. package/build/js/worker/dataCaptureWorkerRelated.d.ts +2 -2
  67. package/build/js/worker/handlers/FieldBuilderHandler.d.ts +2 -2
  68. package/build/js/worker/handlers/FieldBuilderHandler.js +1 -1
  69. package/build/js/worker/handlers/LabelCaptureAdvancedOverlayHandler.d.ts +2 -2
  70. package/build/js/worker/handlers/LabelCaptureAdvancedOverlayHandler.js +1 -1
  71. package/build/js/worker/handlers/LabelCaptureBasicOverlayHandler.d.ts +2 -2
  72. package/build/js/worker/handlers/LabelCaptureBasicOverlayHandler.js +1 -1
  73. package/build/js/worker/handlers/LabelCaptureHandler.d.ts +2 -2
  74. package/build/js/worker/handlers/LabelCaptureHandler.js +1 -1
  75. package/build/js/worker/handlers/ReceiptScanningHandler.d.ts +2 -2
  76. package/build/js/worker/handlers/ReceiptScanningHandler.js +1 -1
  77. package/build/js/worker/handlers/SettingsHandler.d.ts +2 -2
  78. package/build/js/worker/handlers/SettingsHandler.js +1 -1
  79. package/build/js/worker/handlers/ValidationFlowHandler.d.ts +2 -2
  80. package/build/js/worker/handlers/ValidationFlowHandler.js +1 -1
  81. package/build/js/worker/labelCapture.inlineWorker.d.ts +2 -2
  82. package/build/js/worker/labelCapture.inlineWorker.js +1 -1
  83. package/build/js/worker/labelWorkerHandler.d.ts +2 -2
  84. package/build/js/worker/proxies/AimerViewfinderProxy.d.ts +2 -2
  85. package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -1
  86. package/build/js/worker/proxies/BarcodeFieldProxy.d.ts +2 -2
  87. package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -1
  88. package/build/js/worker/proxies/CapturedLabelProxy.d.ts +2 -2
  89. package/build/js/worker/proxies/CapturedLabelProxy.js +1 -1
  90. package/build/js/worker/proxies/CustomBarcodeProxy.d.ts +2 -2
  91. package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -1
  92. package/build/js/worker/proxies/CustomTextProxy.d.ts +2 -2
  93. package/build/js/worker/proxies/CustomTextProxy.js +1 -1
  94. package/build/js/worker/proxies/DateTextProxy.d.ts +2 -2
  95. package/build/js/worker/proxies/DateTextProxy.js +1 -1
  96. package/build/js/worker/proxies/ExpiryDateTextProxy.d.ts +3 -3
  97. package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -1
  98. package/build/js/worker/proxies/ImeiOneBarcodeProxy.d.ts +2 -2
  99. package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -1
  100. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.d.ts +2 -2
  101. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -1
  102. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.d.ts +2 -2
  103. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -1
  104. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.d.ts +2 -2
  105. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -1
  106. package/build/js/worker/proxies/LabelCaptureHelperProxy.d.ts +2 -2
  107. package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -1
  108. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.d.ts +2 -2
  109. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -1
  110. package/build/js/worker/proxies/LabelCaptureProxy.d.ts +2 -2
  111. package/build/js/worker/proxies/LabelCaptureProxy.js +1 -1
  112. package/build/js/worker/proxies/LabelCaptureSessionProxy.d.ts +2 -2
  113. package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -1
  114. package/build/js/worker/proxies/LabelCaptureSettingsProxy.d.ts +2 -2
  115. package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -1
  116. package/build/js/worker/proxies/LabelDefinitionProxy.d.ts +2 -2
  117. package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -1
  118. package/build/js/worker/proxies/LabelFieldDefinitionProxy.d.ts +2 -2
  119. package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -1
  120. package/build/js/worker/proxies/LabelFieldLocationProxy.d.ts +2 -2
  121. package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -1
  122. package/build/js/worker/proxies/LabelFieldProxy.d.ts +2 -2
  123. package/build/js/worker/proxies/LabelFieldProxy.js +1 -1
  124. package/build/js/worker/proxies/NativeProxy.d.ts +2 -2
  125. package/build/js/worker/proxies/NativeProxy.js +1 -1
  126. package/build/js/worker/proxies/NoViewfinderProxy.d.ts +2 -2
  127. package/build/js/worker/proxies/NoViewfinderProxy.js +1 -1
  128. package/build/js/worker/proxies/PackingDateTextProxy.d.ts +3 -3
  129. package/build/js/worker/proxies/PackingDateTextProxy.js +1 -1
  130. package/build/js/worker/proxies/PartNumberBarcodeProxy.d.ts +2 -2
  131. package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -1
  132. package/build/js/worker/proxies/ReceiptScanningHandlerProxy.d.ts +2 -2
  133. package/build/js/worker/proxies/ReceiptScanningOverlayProxy.d.ts +2 -2
  134. package/build/js/worker/proxies/ReceiptScanningOverlayProxy.js +1 -1
  135. package/build/js/worker/proxies/ReceiptScanningSettingsProxy.d.ts +2 -2
  136. package/build/js/worker/proxies/ReceiptScanningSettingsProxy.js +1 -1
  137. package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.d.ts +2 -2
  138. package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.js +1 -1
  139. package/build/js/worker/proxies/RectangularViewfinderProxy.d.ts +2 -2
  140. package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -1
  141. package/build/js/worker/proxies/SerialNumberBarcodeProxy.d.ts +2 -2
  142. package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -1
  143. package/build/js/worker/proxies/TotalPriceTextProxy.d.ts +2 -2
  144. package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -1
  145. package/build/js/worker/proxies/UnitPriceTextProxy.d.ts +2 -2
  146. package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -1
  147. package/build/js/worker/proxies/ValidationFlowListenerProxy.d.ts +2 -2
  148. package/build/js/worker/proxies/ValidationFlowOverlayProxy.d.ts +2 -2
  149. package/build/js/worker/proxies/ValidationFlowOverlayProxy.js +1 -1
  150. package/build/js/worker/proxies/ValidationFlowSettingsProxy.d.ts +2 -2
  151. package/build/js/worker/proxies/ValidationFlowSettingsProxy.js +1 -1
  152. package/build/js/worker/proxies/WeightTextProxy.d.ts +2 -2
  153. package/build/js/worker/proxies/WeightTextProxy.js +1 -1
  154. package/build/js/worker/proxies/base/BarcodeFieldProxyBase.d.ts +2 -2
  155. package/build/js/worker/proxies/base/BarcodeFieldProxyBase.js +1 -1
  156. package/build/js/worker/proxies/base/LabelFieldDefinitionBaseProxy.d.ts +2 -2
  157. package/build/js/worker/proxies/base/LabelFieldDefinitionBaseProxy.js +1 -1
  158. package/build/js/worker/proxies/base/index.d.ts +2 -2
  159. package/build/js/worker/proxies/base/index.js +1 -1
  160. package/package.json +8 -6
  161. package/sdc-lib/resources/models/aus_mdl_keypoint_detection.17f1b2958a9e.model +0 -0
  162. package/sdc-lib/resources/models/barcode_classification_default.48685f5fe19b.model +0 -0
  163. package/sdc-lib/resources/models/barcode_keypoints_oned.6697cfdb9ce4.model +0 -0
  164. package/sdc-lib/resources/models/barcode_label_localization_mslc_model_s.616a59ec3a8d.model +0 -0
  165. package/sdc-lib/resources/models/barcode_localization_default.59f74a846b63.model +0 -0
  166. package/sdc-lib/resources/models/barcode_localization_dpm_default.7e4fe5631f81.model +0 -0
  167. package/sdc-lib/resources/models/barcode_localization_generic_postal_code_default.184ecbeb5b83.model +0 -0
  168. package/sdc-lib/resources/models/barcode_localization_oned_default.c547484132c1.model +0 -0
  169. package/sdc-lib/resources/models/barcode_localization_twod_default.4b64523bf755.model +0 -0
  170. package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_default.5bc76b6823da.model +0 -0
  171. package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_detector_default.d955dfe2835e.model +0 -0
  172. package/sdc-lib/resources/models/barcode_semantics_ocr_detector_default.d955dfe2835e.model +0 -0
  173. package/sdc-lib/resources/models/eu_dl_localization.c26fc357c7bd.model +0 -0
  174. package/sdc-lib/resources/models/id_ocr.a4a57703430a.model +0 -0
  175. package/sdc-lib/resources/models/id_outline_localization_model_kpts.b7f16ab1f44c.model +0 -0
  176. package/sdc-lib/resources/models/invalidated_id_classification_default.1cd0f5859941.model +0 -0
  177. package/sdc-lib/resources/models/mrz_line_localization.577844e2ebed.model +0 -0
  178. package/sdc-lib/resources/models/mrz_localization.77e331c44b52.model +0 -0
  179. package/sdc-lib/resources/models/ocr_barcode_semantics_default.adb845cfe44c.model +0 -0
  180. package/sdc-lib/resources/models/ocr_mrz_default.08761e1a9c3b.model +0 -0
  181. package/sdc-lib/resources/models/ocr_price_label_default.4ad5b33a61d3.model +0 -0
  182. package/sdc-lib/resources/models/price_label_localization.a8a9771e8fcc.model +0 -0
  183. package/sdc-lib/resources/models/price_localization_in_whole_label.555b33695325.model +0 -0
  184. package/sdc-lib/resources/models/text_semantics_ocr_detector.fb3a9fc4fb56.model +0 -0
  185. package/sdc-lib/resources/models/uk_dl_code_localization.c26fc357c7bd.model +0 -0
  186. package/sdc-lib/resources/models/via_id_template_database.578ae388d1d7.model +0 -0
  187. package/sdc-lib/resources/models/via_orientation_classification.19281ecdf9b6.model +0 -0
  188. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.js +1 -1
  189. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.wasm +0 -0
  190. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.js +1 -1
  191. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.wasm +0 -0
  192. package/sdc-lib/scandit-datacapture-sdk-label-simd.js +1 -1
  193. package/sdc-lib/scandit-datacapture-sdk-label-simd.wasm +0 -0
  194. package/sdc-lib/scandit-datacapture-sdk-label.js +1 -1
  195. package/sdc-lib/scandit-datacapture-sdk-label.wasm +0 -0
  196. package/build/js/chunks/chunk-DXLTMLGV.js +0 -2
  197. package/build/js/chunks/chunk-OWLFTMGR.js +0 -1
  198. package/sdc-lib/resources/models/barcode_classification_default.fde280355f0b.model +0 -0
  199. package/sdc-lib/resources/models/barcode_keypoints_oned.ef764d7717ba.model +0 -0
  200. package/sdc-lib/resources/models/barcode_label_localization_mslc_model_s.77afd87bb1ae.model +0 -0
  201. package/sdc-lib/resources/models/barcode_localization_default.ea245fd6454e.model +0 -0
  202. package/sdc-lib/resources/models/barcode_localization_dpm_default.313e68d94ae1.model +0 -0
  203. package/sdc-lib/resources/models/barcode_localization_generic_postal_code_default.42a9746ffe91.model +0 -0
  204. package/sdc-lib/resources/models/barcode_localization_oned_default.33db0e688e2c.model +0 -0
  205. package/sdc-lib/resources/models/barcode_localization_twod_default.547ff0613d2c.model +0 -0
  206. package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_default.8c2870b758fd.model +0 -0
  207. package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_detector_default.9e7b3e9f0b6c.model +0 -0
  208. package/sdc-lib/resources/models/barcode_semantics_ocr_detector_default.9e7b3e9f0b6c.model +0 -0
  209. package/sdc-lib/resources/models/eu_dl_localization.d02cb8506d3f.model +0 -0
  210. package/sdc-lib/resources/models/id_ocr.1740d002ffbf.model +0 -0
  211. package/sdc-lib/resources/models/invalidated_id_classification_default.655732a12364.model +0 -0
  212. package/sdc-lib/resources/models/mrz_line_localization.4573c5a05b53.model +0 -0
  213. package/sdc-lib/resources/models/mrz_localization.c6b469e57923.model +0 -0
  214. package/sdc-lib/resources/models/ocr_barcode_semantics_default.b60d72805695.model +0 -0
  215. package/sdc-lib/resources/models/ocr_mrz_default.8b80192212c2.model +0 -0
  216. package/sdc-lib/resources/models/ocr_price_label_default.1d18eb896da3.model +0 -0
  217. package/sdc-lib/resources/models/price_label_localization.b1f6616d5e10.model +0 -0
  218. package/sdc-lib/resources/models/price_localization_in_whole_label.614fcbe425d2.model +0 -0
  219. package/sdc-lib/resources/models/text_semantics_ocr_detector.290bf42945e3.model +0 -0
  220. package/sdc-lib/resources/models/uk_dl_code_localization.d02cb8506d3f.model +0 -0
@@ -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-CYZsx-_W.js';
4
+ import { N as NativeProxyHandle } from './NativeProxy-BpXwaSl-.js';
5
5
  import { CapturedLabel } from './api/CapturedLabel.js';
6
6
  import { L as LabelCapture } from './LabelCapture-DrHOFOh1.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-CYZsx-_W.js';
7
+ import { N as NativeProxyHandle } from './NativeProxy-BpXwaSl-.js';
8
8
  import { L as LabelCapture } from './LabelCapture-DrHOFOh1.js';
9
9
  import { LabelCaptureOverlayJSON } from './api/LabelCaptureOverlayJSON.js';
10
10
 
@@ -2,7 +2,7 @@ import { Symbology } from '@scandit/web-datacapture-barcode';
2
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
- import { B as BarcodeField, q as BarcodeField_statics, C as CustomBarcode, r as CustomBarcode_statics, f as CustomText, s as CustomText_statics, D as DateText, t as DateText_statics, E as ExpiryDateText, u as ExpiryDateText_statics, I as ImeiOneBarcode, v as ImeiOneBarcode_statics, h as ImeiTwoBarcode, w as ImeiTwoBarcode_statics, L as LabelCapture, x as LabelCapture_statics, i as LabelCaptureHelper, y as LabelCaptureHelper_statics, b as LabelCaptureListener, c as LabelCaptureSession, j as LabelCaptureSettings, z as LabelCaptureSettings_statics, k as LabelDefinition, A as LabelDefinition_statics, e as LabelFieldDefinition, d as LabelFieldLocation, F as LabelFieldLocation_statics, P as PackingDateText, G as PackingDateText_statics, l as PartNumberBarcode, H as PartNumberBarcode_statics, J as ReceiptScanningHandler, m as ReceiptScanningListener, S as SerialNumberBarcode, K as SerialNumberBarcode_statics, M as TextField, T as TotalPriceText, N as TotalPriceText_statics, U as UnitPriceText, O as UnitPriceText_statics, W as WeightText, Q as WeightText_statics, V as ValidationFlowState, a as LabelResultUpdateType } from './sdcLabelInternalModuleCapture-wUz3FjZK.js';
5
+ import { B as BarcodeField, q as BarcodeField_statics, C as CustomBarcode, r as CustomBarcode_statics, f as CustomText, s as CustomText_statics, D as DateText, t as DateText_statics, E as ExpiryDateText, u as ExpiryDateText_statics, I as ImeiOneBarcode, v as ImeiOneBarcode_statics, h as ImeiTwoBarcode, w as ImeiTwoBarcode_statics, L as LabelCapture, x as LabelCapture_statics, i as LabelCaptureHelper, y as LabelCaptureHelper_statics, b as LabelCaptureListener, c as LabelCaptureSession, j as LabelCaptureSettings, z as LabelCaptureSettings_statics, k as LabelDefinition, A as LabelDefinition_statics, e as LabelFieldDefinition, d as LabelFieldLocation, F as LabelFieldLocation_statics, P as PackingDateText, G as PackingDateText_statics, l as PartNumberBarcode, H as PartNumberBarcode_statics, J as ReceiptScanningHandler, m as ReceiptScanningListener, S as SerialNumberBarcode, K as SerialNumberBarcode_statics, M as TextField, T as TotalPriceText, N as TotalPriceText_statics, U as UnitPriceText, O as UnitPriceText_statics, W as WeightText, Q as WeightText_statics, V as ValidationFlowState, a as LabelResultUpdateType } from './sdcLabelInternalModuleCapture-CxPSiq2o.js';
6
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';
@@ -16,7 +16,7 @@ import { LabelCaptureSessionJSON } from './api/LabelCaptureSession.js';
16
16
  import { LabelDateFormatJSON } from './api/LabelDateFormat.js';
17
17
  import { LabelFieldJSON } from './api/LabelField.js';
18
18
  import { LabelFieldLocationType as LabelFieldLocationType$1 } from './api/LabelFieldLocationType.js';
19
- import { ReceiptScanningLineItemJSON, ReceiptScanningLineItem } from './api/ReceiptScanningLineItem.js';
19
+ import { ReceiptScanningLineItem, ReceiptScanningLineItemJSON } from './api/ReceiptScanningLineItem.js';
20
20
  import { ValidationFlowFieldJSON } from './api/ValidationFlowField.js';
21
21
 
22
22
  /**
@@ -1098,4 +1098,4 @@ declare abstract class NativeProxyAdapter<NativeClass extends object> {
1098
1098
  handleFromNativeImplementation(nativeImplementation: NativeClass): NativeProxyHandle;
1099
1099
  }
1100
1100
 
1101
- export { type ReceiptScanningSettingsSetProcessingHintTextActionMessage as $, AdaptiveRecognitionResultType as A, type ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage as B, type ValidationFlowSettingsSetManualInputButtonTextActionMessage as C, type DataCaptureCallbackMessage as D, type ValidationFlowSettingsGetManualInputButtonTextActionMessage as E, type ValidationFlowSettingsSetPlaceholderTextForLabelDefinitionActionMessage as F, type ValidationFlowSettingsGetPlaceholderTextForLabelDefinitionActionMessage as G, type ValidationFlowSettingsSetFinishButtonTextActionMessage as H, type ValidationFlowSettingsGetFinishButtonTextActionMessage as I, type ValidationFlowSettingsSetRestartButtonTextActionMessage as J, type ValidationFlowSettingsGetRestartButtonTextActionMessage as K, LabelCaptureAdaptiveRecognitionSettings as L, type Module as M, type NativeProxyHandle as N, type ValidationFlowSettingsSetPauseButtonTextActionMessage as O, type ValidationFlowSettingsGetPauseButtonTextActionMessage as P, type ValidationFlowSettingsSetAdaptiveScanningTextActionMessage as Q, type ReceiptScanningResultJSON as R, type ValidationFlowSettingsGetAdaptiveScanningTextActionMessage as S, type ValidationFlowSettingsSetScanningTextActionMessage as T, type ValidationFlowSettingsGetScanningTextActionMessage as U, type ValidationFlowSettingsCreateActionMessage as V, type WorkerCommandPayload as W, type ValidationFlowOverlayApplySettingsActionMessage as X, type ReceiptScanningOverlayForLabelCaptureActionMessage as Y, type ReceiptScanningOverlayApplySettingsActionMessage as Z, type ReceiptScanningSettingsCreateActionMessage as _, ReceiptScanningResult as a, type LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage as a$, type ReceiptScanningSettingsGetProcessingHintTextActionMessage as a0, type ReceiptScanningHandlerStartFlowActionMessage as a1, type ReceiptScanningHandlerFinishFlowActionMessage as a2, type ReceiptScanningHandlerAddListenerActionMessage as a3, type ReceiptScanningHandlerRemoveListenerActionMessage as a4, type ValidationFlowHandlerCreateActionMessage as a5, type ValidationFlowHandlerStartCompleteLabelScanActionMessage as a6, type ValidationFlowHandlerStartPartialLabelScanActionMessage as a7, type ValidationFlowHandlerUpdateFieldValueActionMessage as a8, type ValidationFlowHandlerFinishFlowActionMessage as a9, type LabelCaptureApplySettingsActionMessage as aA, type LabelCaptureAddToContextActionMessage as aB, type LabelCaptureRemoveFromContextActionMessage as aC, type LabelCaptureAddListenerActionMessage as aD, type LabelCaptureRemoveListenerActionMessage as aE, type LabelCaptureUnsetValidationFlowHandlerActionMessage as aF, type LabelCaptureSettingsGetLocationSelectionActionMessage as aG, type LabelCaptureSettingsSetLocationSelectionActionMessage as aH, type LabelCaptureSettingsGetPropertyActionMessage as aI, type LabelCaptureSettingsGetBlueprintJsonActionMessage as aJ, type LabelCaptureSettingsSetPropertyActionMessage as aK, type LabelCaptureBuildLabelFieldLocationActionMessage as aL, type LabelDefinitionSetAdaptiveRecognitionModeActionMessage as aM, type LabelCaptureBasicOverlayForLabelCaptureActionMessage as aN, type ValidationFlowOverlayForLabelCaptureActionMessage as aO, type LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage as aP, type LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage as aQ, type LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage as aR, type LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage as aS, type LabelCaptureBasicOverlaySetBrushForFieldActionMessage as aT, type LabelCaptureBasicOverlaySetBrushForLabelActionMessage as aU, type LabelCaptureBasicOverlaySetListenerActionMessage as aV, type LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage as aW, type LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage as aX, type LabelCaptureBasicOverlayGetViewfinderActionMessage as aY, type LabelCaptureBasicOverlayUpdateViewfinderActionMessage as aZ, type LabelCaptureAdvancedOverlayForLabelCaptureActionMessage as a_, type ValidationFlowHandlerPauseScanActionMessage as aa, type ValidationFlowHandlerResumeScanActionMessage as ab, type ValidationFlowHandlerResetActionMessage as ac, type ValidationFlowHandlerGetValidationFlowFieldsActionMessage as ad, type ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage as ae, type ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage as af, type ValidationFlowHandlerClearAllFieldsActionMessage as ag, type LabelCaptureBuildLabelCaptureSettingsActionMessage as ah, type LabelCaptureBuildLabelDefinitionActionMessage as ai, type LabelCaptureBuildVinLabelDefinitionActionMessage as aj, type LabelCaptureBuildPriceCaptureDefinitionActionMessage as ak, type LabelCaptureBuildCustomBarcodeActionMessage as al, type LabelCaptureBuildCustomTextActionMessage as am, type LabelCaptureBuildDateTextActionMessage as an, type LabelCaptureBuildExpiryDateTextActionMessage as ao, type LabelCaptureBuildImeiOneBarcodeActionMessage as ap, type LabelCaptureBuildImeiTwoBarcodeActionMessage as aq, type LabelCaptureBuildPackingDateTextActionMessage as ar, type LabelCaptureBuildPartNumberBarcodeActionMessage as as, type LabelCaptureBuildSerialNumberBarcodeActionMessage as at, type LabelCaptureBuildTotalPriceTextActionMessage as au, type LabelCaptureBuildUnitPriceTextActionMessage as av, type LabelCaptureBuildWeightTextActionMessage as aw, type CreateLabelCaptureActionMessage as ax, type LabelCaptureIsEnabledActionMessage as ay, type LabelCaptureSetEnabledActionMessage as az, AdaptiveRecognitionResult as b, type LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage as b0, type DataCaptureCallbackMessageKeys as b1, type BaseDataCaptureCallbackMessage as b2, type LabelCaptureBasicOverlayOnLabelTappedCallbackMessage as b3, type LabelCaptureBasicOverlayBrushForFieldCallbackMessage as b4, type LabelCaptureBasicOverlayBrushForLabelCallbackMessage as b5, type LabelCaptureBuildLabelCaptureSettingsCallbackMessage as b6, type LabelCaptureBuildLabelDefinitionCallbackMessage as b7, type LabelCaptureBuildCustomBarcodeCallbackMessage as b8, type LabelCaptureBuildCustomTextCallbackMessage as b9, type ReceiptScanningListenerOnReceiptScanningFailedCallbackMessage as bA, type ValidationFlowListenerOnFieldsScannedCallbackMessage as bB, type ValidationFlowListenerOnScanTimeoutCallbackMessage as bC, type ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage as bD, type ValidationFlowListenerOnManualInputCallbackMessage as bE, type ValidationFlowListenerOnCloudBackupServiceStartedCallbackMessage as bF, type ValidationFlowListenerOnCloudBackupServiceStoppedCallbackMessage as bG, type ValidationFlowListenerOnStateChangedCallbackMessage as bH, type ValidationFlowListenerOnResultUpdateCallbackMessage as bI, type PayloadForCommand as bJ, type CommandAndPayload as bK, type NativeProxyMethod as bL, type LabelCaptureBuildDateTextCallbackMessage as ba, type LabelCaptureBuildExpiryDateTextCallbackMessage as bb, type LabelCaptureBuildImeiOneBarcodeCallbackMessage as bc, type LabelCaptureBuildImeiTwoBarcodeCallbackMessage as bd, type LabelCaptureBuildPackingDateTextCallbackMessage as be, type LabelCaptureBuildPartNumberBarcodeCallbackMessage as bf, type LabelCaptureBuildSerialNumberBarcodeCallbackMessage as bg, type LabelCaptureBuildTotalPriceTextCallbackMessage as bh, type LabelCaptureBuildUnitPriceTextCallbackMessage as bi, type LabelCaptureBuildWeightTextCallbackMessage as bj, type CreateLabelCaptureCallbackMessage as bk, type LabelCaptureIsEnabledCallbackMessage as bl, type LabelCaptureSetEnabledCallbackMessage as bm, type LabelCaptureApplySettingsCallbackMessage as bn, type LabelCaptureOnObservationStartedCallbackMessage as bo, type LabelCaptureOnObservationStoppedCallbackMessage as bp, type LabelCaptureOnSessionUpdatedCallbackMessage as bq, type LabelCaptureAddListenerCallbackMessage as br, type LabelCaptureRemoveListenerCallbackMessage as bs, type LabelCaptureSettingsGetLocationSelectionCallbackMessage as bt, type LabelCaptureSettingsSetLocationSelectionCallbackMessage as bu, type LabelCaptureSettingsGetPropertyCallbackMessage as bv, type LabelCaptureSettingsSetPropertyCallbackMessage as bw, type LabelCaptureBuildLabelFieldLocationCallbackMessage as bx, type ReceiptScanningListenerOnProcessingStartedCallbackMessage as by, type ReceiptScanningListenerOnReceiptScannedCallbackMessage as bz, type ReceiptScanningSettingsJSON as c, type DataCaptureWorker as d, type DataCaptureActionMessageKey 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 };
1101
+ export { type LabelCaptureBuildExpiryDateTextActionMessage as $, AdaptiveRecognitionResult as A, type BaseDataCaptureCallbackMessage as B, type CommandAndPayload as C, type DataCaptureCallbackMessage as D, type LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage as E, type LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage as F, type LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage as G, type LabelCaptureBasicOverlayGetViewfinderActionMessage as H, type LabelCaptureBasicOverlayOnLabelTappedCallbackMessage as I, type LabelCaptureBasicOverlaySetBrushForFieldActionMessage as J, type LabelCaptureBasicOverlaySetBrushForLabelActionMessage as K, LabelCaptureAdaptiveRecognitionSettings as L, type Module as M, type NativeProxyHandle as N, type LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage as O, type LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage as P, type LabelCaptureBasicOverlaySetListenerActionMessage as Q, ReceiptScanningResult as R, type LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage as S, type LabelCaptureBasicOverlayUpdateViewfinderActionMessage as T, type LabelCaptureBuildCustomBarcodeActionMessage as U, type LabelCaptureBuildCustomBarcodeCallbackMessage as V, type WorkerCommandPayload as W, type LabelCaptureBuildCustomTextActionMessage as X, type LabelCaptureBuildCustomTextCallbackMessage as Y, type LabelCaptureBuildDateTextActionMessage as Z, type LabelCaptureBuildDateTextCallbackMessage as _, AdaptiveRecognitionResultType as a, type ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage as a$, type LabelCaptureBuildExpiryDateTextCallbackMessage as a0, type LabelCaptureBuildImeiOneBarcodeActionMessage as a1, type LabelCaptureBuildImeiOneBarcodeCallbackMessage as a2, type LabelCaptureBuildImeiTwoBarcodeActionMessage as a3, type LabelCaptureBuildImeiTwoBarcodeCallbackMessage as a4, type LabelCaptureBuildLabelCaptureSettingsActionMessage as a5, type LabelCaptureBuildLabelCaptureSettingsCallbackMessage as a6, type LabelCaptureBuildLabelDefinitionActionMessage as a7, type LabelCaptureBuildLabelDefinitionCallbackMessage as a8, type LabelCaptureBuildLabelFieldLocationActionMessage as a9, type LabelCaptureSettingsGetLocationSelectionActionMessage as aA, type LabelCaptureSettingsGetLocationSelectionCallbackMessage as aB, type LabelCaptureSettingsGetPropertyActionMessage as aC, type LabelCaptureSettingsGetPropertyCallbackMessage as aD, type LabelCaptureSettingsSetLocationSelectionActionMessage as aE, type LabelCaptureSettingsSetLocationSelectionCallbackMessage as aF, type LabelCaptureSettingsSetPropertyActionMessage as aG, type LabelCaptureSettingsSetPropertyCallbackMessage as aH, type LabelCaptureUnsetValidationFlowHandlerActionMessage as aI, type LabelData as aJ, type LabelDefinitionSetAdaptiveRecognitionModeActionMessage as aK, type LabelInternalModuleCapture as aL, type LabelInternalModuleData as aM, type ModuleHandler as aN, type PayloadForCommand as aO, type ReceiptScanningHandlerAddListenerActionMessage as aP, type ReceiptScanningHandlerFinishFlowActionMessage as aQ, type ReceiptScanningHandlerRemoveListenerActionMessage as aR, type ReceiptScanningHandlerStartFlowActionMessage as aS, type ReceiptScanningListenerOnProcessingStartedCallbackMessage as aT, type ReceiptScanningListenerOnReceiptScannedCallbackMessage as aU, type ReceiptScanningListenerOnReceiptScanningFailedCallbackMessage as aV, type ReceiptScanningOverlayApplySettingsActionMessage as aW, type ReceiptScanningOverlayForLabelCaptureActionMessage as aX, type ReceiptScanningSettingsCreateActionMessage as aY, type ReceiptScanningSettingsGetProcessingHintTextActionMessage as aZ, type ReceiptScanningSettingsSetProcessingHintTextActionMessage as a_, type LabelCaptureBuildLabelFieldLocationCallbackMessage as aa, type LabelCaptureBuildPackingDateTextActionMessage as ab, type LabelCaptureBuildPackingDateTextCallbackMessage as ac, type LabelCaptureBuildPartNumberBarcodeActionMessage as ad, type LabelCaptureBuildPartNumberBarcodeCallbackMessage as ae, type LabelCaptureBuildPriceCaptureDefinitionActionMessage as af, type LabelCaptureBuildSerialNumberBarcodeActionMessage as ag, type LabelCaptureBuildSerialNumberBarcodeCallbackMessage as ah, type LabelCaptureBuildTotalPriceTextActionMessage as ai, type LabelCaptureBuildTotalPriceTextCallbackMessage as aj, type LabelCaptureBuildUnitPriceTextActionMessage as ak, type LabelCaptureBuildUnitPriceTextCallbackMessage as al, type LabelCaptureBuildVinLabelDefinitionActionMessage as am, type LabelCaptureBuildWeightTextActionMessage as an, type LabelCaptureBuildWeightTextCallbackMessage as ao, type LabelCaptureIsEnabledActionMessage as ap, type LabelCaptureIsEnabledCallbackMessage as aq, type LabelCaptureOnObservationStartedCallbackMessage as ar, type LabelCaptureOnObservationStoppedCallbackMessage as as, type LabelCaptureOnSessionUpdatedCallbackMessage as at, type LabelCaptureRemoveFromContextActionMessage as au, type LabelCaptureRemoveListenerActionMessage as av, type LabelCaptureRemoveListenerCallbackMessage as aw, type LabelCaptureSetEnabledActionMessage as ax, type LabelCaptureSetEnabledCallbackMessage as ay, type LabelCaptureSettingsGetBlueprintJsonActionMessage as az, type ReceiptScanningResultJSON as b, type ValidationFlowHandlerClearAllFieldsActionMessage as b0, type ValidationFlowHandlerCreateActionMessage as b1, type ValidationFlowHandlerFinishFlowActionMessage as b2, type ValidationFlowHandlerGetValidationFlowFieldsActionMessage as b3, type ValidationFlowHandlerPauseScanActionMessage as b4, type ValidationFlowHandlerResetActionMessage as b5, type ValidationFlowHandlerResumeScanActionMessage as b6, type ValidationFlowHandlerStartCompleteLabelScanActionMessage as b7, type ValidationFlowHandlerStartPartialLabelScanActionMessage as b8, type ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage as b9, type ValidationFlowSettingsSetManualInputButtonTextActionMessage as bA, type ValidationFlowSettingsSetMissingFieldsHintTextActionMessage as bB, type ValidationFlowSettingsSetPauseButtonTextActionMessage as bC, type ValidationFlowSettingsSetPlaceholderTextForLabelDefinitionActionMessage as bD, type ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage as bE, type ValidationFlowSettingsSetRestartButtonTextActionMessage as bF, type ValidationFlowSettingsSetScanningTextActionMessage as bG, type ValidationFlowSettingsSetStandbyHintTextActionMessage as bH, type ValidationFlowSettingsSetValidationErrorTextActionMessage as bI, type ValidationFlowSettingsSetValidationHintTextActionMessage as bJ, type WorkerResponse as bK, type NativeProxyMethod as bL, type ValidationFlowHandlerUpdateFieldValueActionMessage as ba, type ValidationFlowListenerOnCloudBackupServiceStartedCallbackMessage as bb, type ValidationFlowListenerOnCloudBackupServiceStoppedCallbackMessage as bc, type ValidationFlowListenerOnFieldsScannedCallbackMessage as bd, type ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage as be, type ValidationFlowListenerOnManualInputCallbackMessage as bf, type ValidationFlowListenerOnResultUpdateCallbackMessage as bg, type ValidationFlowListenerOnScanTimeoutCallbackMessage as bh, type ValidationFlowListenerOnStateChangedCallbackMessage as bi, type ValidationFlowOverlayApplySettingsActionMessage as bj, type ValidationFlowOverlayForLabelCaptureActionMessage as bk, type ValidationFlowSettingsCreateActionMessage as bl, type ValidationFlowSettingsGetAdaptiveScanningTextActionMessage as bm, type ValidationFlowSettingsGetFinishButtonTextActionMessage as bn, type ValidationFlowSettingsGetManualInputButtonTextActionMessage as bo, type ValidationFlowSettingsGetMissingFieldsHintTextActionMessage as bp, type ValidationFlowSettingsGetPauseButtonTextActionMessage as bq, type ValidationFlowSettingsGetPlaceholderTextForLabelDefinitionActionMessage as br, type ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage as bs, type ValidationFlowSettingsGetRestartButtonTextActionMessage as bt, type ValidationFlowSettingsGetScanningTextActionMessage as bu, type ValidationFlowSettingsGetStandbyHintTextActionMessage as bv, type ValidationFlowSettingsGetValidationErrorTextActionMessage as bw, type ValidationFlowSettingsGetValidationHintTextActionMessage as bx, type ValidationFlowSettingsSetAdaptiveScanningTextActionMessage as by, type ValidationFlowSettingsSetFinishButtonTextActionMessage as bz, type ReceiptScanningSettingsJSON as c, type DataCaptureWorker as d, type DataCaptureActionMessageKey as e, type AnyDataCaptureActionMessage as f, NativeProxyAdapter as g, type NativeProxy as h, type LabelCaptureModule as i, type AugmentedCoreModule as j, type AugmentedWorker as k, type CreateLabelCaptureActionMessage as l, type CreateLabelCaptureCallbackMessage as m, type DataCaptureActionMessage as n, type DataCaptureCallbackMessageKeys as o, type LabelCaptureAddListenerActionMessage as p, type LabelCaptureAddListenerCallbackMessage as q, type LabelCaptureAddToContextActionMessage as r, type LabelCaptureAdvancedOverlayForLabelCaptureActionMessage as s, type LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage as t, type LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage as u, type LabelCaptureApplySettingsActionMessage as v, type LabelCaptureApplySettingsCallbackMessage as w, type LabelCaptureBasicOverlayBrushForFieldCallbackMessage as x, type LabelCaptureBasicOverlayBrushForLabelCallbackMessage as y, type LabelCaptureBasicOverlayForLabelCaptureActionMessage as z };
@@ -1,11 +1,11 @@
1
- export { b as AdaptiveRecognitionResult } from '../NativeProxy-CYZsx-_W.js';
1
+ export { A as AdaptiveRecognitionResult } from '../NativeProxy-BpXwaSl-.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';
5
5
  import '../djinni-types/sdcBarcodeData.js';
6
6
  import '../djinni-types/sdcCoreCommonGeometry.js';
7
7
  import '../djinni-types/sdcCoreCommonBuffer.js';
8
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
8
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
9
9
  import '../djinni-types/sdcSymbologySettings.js';
10
10
  import '../djinni-types/sdcCoreInternalSdkArea.js';
11
11
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1,5 +1,5 @@
1
- import { QuadrilateralJSON, Quadrilateral } from '@scandit/web-datacapture-core';
2
- import { LabelFieldJSON, LabelField } from './LabelField.js';
1
+ import { Quadrilateral, QuadrilateralJSON } from '@scandit/web-datacapture-core';
2
+ import { LabelField, LabelFieldJSON } from './LabelField.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import './LabelFieldState.js';
5
5
  import './LabelFieldType.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-CYZsx-_W.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-BpXwaSl-.js';
3
3
  import { LabelFieldLocation } from './LabelFieldLocation.js';
4
4
  import { TextField } from './TextField.js';
5
5
  import '@scandit/web-datacapture-barcode';
@@ -8,7 +8,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
8
8
  import '../djinni-types/sdcBarcodeData.js';
9
9
  import '../djinni-types/sdcCoreCommonGeometry.js';
10
10
  import '../djinni-types/sdcCoreCommonBuffer.js';
11
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
11
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
12
12
  import '../djinni-types/sdcSymbologySettings.js';
13
13
  import '../djinni-types/sdcCoreInternalSdkArea.js';
14
14
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -2,14 +2,14 @@ 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-CYZsx-_W.js';
5
+ import '../NativeProxy-BpXwaSl-.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';
9
9
  import '../djinni-types/sdcBarcodeData.js';
10
10
  import '../djinni-types/sdcCoreCommonGeometry.js';
11
11
  import '../djinni-types/sdcCoreCommonBuffer.js';
12
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
12
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
13
13
  import '../djinni-types/sdcSymbologySettings.js';
14
14
  import '../djinni-types/sdcCoreInternalSdkArea.js';
15
15
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.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-CYZsx-_W.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-BpXwaSl-.js';
3
3
  import { LabelDateFormat } from './LabelDateFormat.js';
4
4
  import { TextField } from './TextField.js';
5
5
  import '@scandit/web-datacapture-barcode';
@@ -8,7 +8,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
8
8
  import '../djinni-types/sdcBarcodeData.js';
9
9
  import '../djinni-types/sdcCoreCommonGeometry.js';
10
10
  import '../djinni-types/sdcCoreCommonBuffer.js';
11
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
11
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
12
12
  import '../djinni-types/sdcSymbologySettings.js';
13
13
  import '../djinni-types/sdcCoreInternalSdkArea.js';
14
14
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -2,14 +2,14 @@ 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-CYZsx-_W.js';
5
+ import '../NativeProxy-BpXwaSl-.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';
9
9
  import '../djinni-types/sdcBarcodeData.js';
10
10
  import '../djinni-types/sdcCoreCommonGeometry.js';
11
11
  import '../djinni-types/sdcCoreCommonBuffer.js';
12
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
12
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
13
13
  import '../djinni-types/sdcSymbologySettings.js';
14
14
  import '../djinni-types/sdcCoreInternalSdkArea.js';
15
15
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.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-CYZsx-_W.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-BpXwaSl-.js';
3
3
  import { LabelDateFormat } from './LabelDateFormat.js';
4
4
  import { TextField } from './TextField.js';
5
5
  import '@scandit/web-datacapture-barcode';
@@ -8,7 +8,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
8
8
  import '../djinni-types/sdcBarcodeData.js';
9
9
  import '../djinni-types/sdcCoreCommonGeometry.js';
10
10
  import '../djinni-types/sdcCoreCommonBuffer.js';
11
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
11
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
12
12
  import '../djinni-types/sdcSymbologySettings.js';
13
13
  import '../djinni-types/sdcCoreInternalSdkArea.js';
14
14
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -2,14 +2,14 @@ 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-CYZsx-_W.js';
5
+ import '../NativeProxy-BpXwaSl-.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';
9
9
  import '../djinni-types/sdcBarcodeData.js';
10
10
  import '../djinni-types/sdcCoreCommonGeometry.js';
11
11
  import '../djinni-types/sdcCoreCommonBuffer.js';
12
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
12
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
13
13
  import '../djinni-types/sdcSymbologySettings.js';
14
14
  import '../djinni-types/sdcCoreInternalSdkArea.js';
15
15
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -12,13 +12,13 @@ import './BarcodeField.js';
12
12
  import './LabelFieldDefinition.js';
13
13
  import './ImeiTwoBarcode.js';
14
14
  import './PackingDateText.js';
15
- import '../NativeProxy-CYZsx-_W.js';
15
+ import '../NativeProxy-BpXwaSl-.js';
16
16
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
17
17
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
18
18
  import '../djinni-types/sdcBarcodeData.js';
19
19
  import '../djinni-types/sdcCoreCommonGeometry.js';
20
20
  import '../djinni-types/sdcCoreCommonBuffer.js';
21
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
21
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
22
22
  import '../djinni-types/sdcSymbologySettings.js';
23
23
  import '../djinni-types/sdcCoreInternalSdkArea.js';
24
24
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.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 { b as AdaptiveRecognitionResult, N as NativeProxyHandle, L as LabelCaptureAdaptiveRecognitionSettings } from '../NativeProxy-CYZsx-_W.js';
4
+ import { A as AdaptiveRecognitionResult, N as NativeProxyHandle, L as LabelCaptureAdaptiveRecognitionSettings } from '../NativeProxy-BpXwaSl-.js';
5
5
  import { L as LabelCapture } from '../LabelCapture-DrHOFOh1.js';
6
6
  import '@scandit/web-datacapture-barcode';
7
7
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -9,7 +9,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
9
9
  import '../djinni-types/sdcBarcodeData.js';
10
10
  import '../djinni-types/sdcCoreCommonGeometry.js';
11
11
  import '../djinni-types/sdcCoreCommonBuffer.js';
12
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
12
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
13
13
  import '../djinni-types/sdcSymbologySettings.js';
14
14
  import '../djinni-types/sdcCoreInternalSdkArea.js';
15
15
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1,12 +1,12 @@
1
1
  import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
2
- export { A as AdaptiveRecognitionResultType, L as LabelCaptureAdaptiveRecognitionSettings, c as ReceiptScanningSettingsJSON } from '../NativeProxy-CYZsx-_W.js';
2
+ export { a as AdaptiveRecognitionResultType, L as LabelCaptureAdaptiveRecognitionSettings, c as ReceiptScanningSettingsJSON } from '../NativeProxy-BpXwaSl-.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
5
5
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
6
6
  import '../djinni-types/sdcBarcodeData.js';
7
7
  import '../djinni-types/sdcCoreCommonGeometry.js';
8
8
  import '../djinni-types/sdcCoreCommonBuffer.js';
9
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
9
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
10
10
  import '../djinni-types/sdcSymbologySettings.js';
11
11
  import '../djinni-types/sdcCoreInternalSdkArea.js';
12
12
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.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-CYZsx-_W.js';
4
+ import '../NativeProxy-BpXwaSl-.js';
5
5
  import './CapturedLabel.js';
6
6
  import '../LabelCapture-DrHOFOh1.js';
7
- export { L as LabelCaptureAdvancedOverlay } from '../LabelCaptureAdvancedOverlay-Dq97psgW.js';
7
+ export { L as LabelCaptureAdvancedOverlay } from '../LabelCaptureAdvancedOverlay-DzSicuAv.js';
8
8
  import './LabelCaptureOverlayJSON.js';
9
9
  import './LabelField.js';
10
10
  import '@scandit/web-datacapture-barcode';
@@ -13,7 +13,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
13
13
  import '../djinni-types/sdcBarcodeData.js';
14
14
  import '../djinni-types/sdcCoreCommonGeometry.js';
15
15
  import '../djinni-types/sdcCoreCommonBuffer.js';
16
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
16
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
17
17
  import '../djinni-types/sdcSymbologySettings.js';
18
18
  import '../djinni-types/sdcCoreInternalSdkArea.js';
19
19
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1,6 +1,6 @@
1
1
  import '@scandit/web-datacapture-core';
2
2
  import './CapturedLabel.js';
3
- export { a as LabelCaptureAdvancedOverlayListener } from '../LabelCaptureAdvancedOverlay-Dq97psgW.js';
3
+ export { a as LabelCaptureAdvancedOverlayListener } from '../LabelCaptureAdvancedOverlay-DzSicuAv.js';
4
4
  import './LabelField.js';
5
5
  import '@scandit/web-datacapture-barcode';
6
6
  import './LabelFieldState.js';
@@ -9,13 +9,13 @@ 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-CYZsx-_W.js';
12
+ import '../NativeProxy-BpXwaSl-.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';
16
16
  import '../djinni-types/sdcCoreCommonGeometry.js';
17
17
  import '../djinni-types/sdcCoreCommonBuffer.js';
18
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
18
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
19
19
  import '../djinni-types/sdcSymbologySettings.js';
20
20
  import '../djinni-types/sdcCoreInternalSdkArea.js';
21
21
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.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-CYZsx-_W.js';
7
+ import '../NativeProxy-BpXwaSl-.js';
8
8
  import '../LabelCapture-DrHOFOh1.js';
9
- export { L as LabelCaptureBasicOverlay } from '../LabelCaptureBasicOverlay-C3OSXO1g.js';
9
+ export { L as LabelCaptureBasicOverlay } from '../LabelCaptureBasicOverlay-DF8gpw6K.js';
10
10
  import './LabelCaptureOverlayJSON.js';
11
11
  import '@scandit/web-datacapture-barcode';
12
12
  import './LabelFieldState.js';
@@ -18,7 +18,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
18
18
  import '../djinni-types/sdcBarcodeData.js';
19
19
  import '../djinni-types/sdcCoreCommonGeometry.js';
20
20
  import '../djinni-types/sdcCoreCommonBuffer.js';
21
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
21
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
22
22
  import '../djinni-types/sdcSymbologySettings.js';
23
23
  import '../djinni-types/sdcCoreInternalSdkArea.js';
24
24
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.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-C3OSXO1g.js';
4
+ export { a as LabelCaptureBasicOverlayListener } from '../LabelCaptureBasicOverlay-DF8gpw6K.js';
5
5
  import '@scandit/web-datacapture-barcode';
6
6
  import './LabelFieldState.js';
7
7
  import './LabelFieldType.js';
@@ -10,13 +10,13 @@ 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-CYZsx-_W.js';
13
+ import '../NativeProxy-BpXwaSl-.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';
17
17
  import '../djinni-types/sdcCoreCommonGeometry.js';
18
18
  import '../djinni-types/sdcCoreCommonBuffer.js';
19
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
19
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
20
20
  import '../djinni-types/sdcSymbologySettings.js';
21
21
  import '../djinni-types/sdcCoreInternalSdkArea.js';
22
22
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -19,13 +19,13 @@ import './BarcodeField.js';
19
19
  import './LabelFieldDefinition.js';
20
20
  import './ImeiTwoBarcode.js';
21
21
  import './PackingDateText.js';
22
- import '../NativeProxy-CYZsx-_W.js';
22
+ import '../NativeProxy-BpXwaSl-.js';
23
23
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
24
24
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
25
25
  import '../djinni-types/sdcBarcodeData.js';
26
26
  import '../djinni-types/sdcCoreCommonGeometry.js';
27
27
  import '../djinni-types/sdcCoreCommonBuffer.js';
28
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
28
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
29
29
  import '../djinni-types/sdcSymbologySettings.js';
30
30
  import '../djinni-types/sdcCoreInternalSdkArea.js';
31
31
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1,11 +1,11 @@
1
- import { N as NativeProxyHandle } from '../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../NativeProxy-BpXwaSl-.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';
5
5
  import '../djinni-types/sdcBarcodeData.js';
6
6
  import '../djinni-types/sdcCoreCommonGeometry.js';
7
7
  import '../djinni-types/sdcCoreCommonBuffer.js';
8
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
8
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
9
9
  import '../djinni-types/sdcSymbologySettings.js';
10
10
  import '../djinni-types/sdcCoreInternalSdkArea.js';
11
11
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -8,13 +8,13 @@ import './BarcodeField.js';
8
8
  import './LabelFieldDefinition.js';
9
9
  import './ImeiTwoBarcode.js';
10
10
  import './PackingDateText.js';
11
- import '../NativeProxy-CYZsx-_W.js';
11
+ import '../NativeProxy-BpXwaSl-.js';
12
12
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
13
13
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
14
14
  import '../djinni-types/sdcBarcodeData.js';
15
15
  import '../djinni-types/sdcCoreCommonGeometry.js';
16
16
  import '../djinni-types/sdcCoreCommonBuffer.js';
17
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
17
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
18
18
  import '../djinni-types/sdcSymbologySettings.js';
19
19
  import '../djinni-types/sdcCoreInternalSdkArea.js';
20
20
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.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-CYZsx-_W.js';
4
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
5
5
  import { L as LabelCapture } from '../../LabelCapture-DrHOFOh1.js';
6
6
  import { LabelCaptureValidationFlowSettings } from '../LabelCaptureValidationFlowSettings.js';
7
7
  import { LabelField } from '../LabelField.js';
@@ -11,7 +11,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
11
11
  import '../../djinni-types/sdcBarcodeData.js';
12
12
  import '../../djinni-types/sdcCoreCommonGeometry.js';
13
13
  import '../../djinni-types/sdcCoreCommonBuffer.js';
14
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
14
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
15
15
  import '../../djinni-types/sdcSymbologySettings.js';
16
16
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
17
17
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -4,7 +4,7 @@ import { ValidationFlowView } from './ValidationFlowView.js';
4
4
  import { LabelCaptureValidationFlowSettings } from '../../LabelCaptureValidationFlowSettings.js';
5
5
  import { ValidationFlowField } from '../../ValidationFlowField.js';
6
6
  import { PrivateValidationFlowListener, PrivateValidationFlowHandler } from '../../PrivateValidationFlowHandler.js';
7
- import { V as ValidationFlowState, a as LabelResultUpdateType } from '../../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
7
+ import { V as ValidationFlowState, a as LabelResultUpdateType } from '../../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
8
8
  import { L as LabelCapture } from '../../../LabelCapture-DrHOFOh1.js';
9
9
  import { LabelCaptureValidationFlowFeedback } from '../../LabelCaptureValidationFlowFeedback.js';
10
10
  import { TextInputScanEvent, TextInputClearEvent, TextInputFocusEvent, TextInputBlurEvent, TextInputKeydownEvent } from '../../../ui/atoms/TextInput.js';
@@ -18,7 +18,7 @@ import '../../LabelFieldState.js';
18
18
  import '../../LabelFieldType.js';
19
19
  import '../../LabelFieldValueType.js';
20
20
  import '../../LabelDateResult.js';
21
- import '../../../NativeProxy-CYZsx-_W.js';
21
+ import '../../../NativeProxy-BpXwaSl-.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 { V as ValidationFlowState } from '../../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
1
+ import { V as ValidationFlowState } from '../../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
2
2
  import { ValidationFlowField } from '../../ValidationFlowField.js';
3
3
  import '../../../djinni-types/sdcBarcodeData.js';
4
4
  import '../../../djinni-types/sdcSymbologySettings.js';
@@ -7,7 +7,7 @@ import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
7
7
  import '../../../ui/atoms/Button.js';
8
8
  import '@scandit/web-datacapture-core/build/js/private/GestureRecognizer/GestureRecognizer.js';
9
9
  import '@scandit/web-datacapture-core/build/js/commons/Color.js';
10
- import '../../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
10
+ import '../../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
11
11
  import '../../../djinni-types/sdcBarcodeData.js';
12
12
  import '../../../djinni-types/sdcSymbologySettings.js';
13
13
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -15,13 +15,13 @@ import { DateText } from './DateText.js';
15
15
  import { ExpiryDateText } from './ExpiryDateText.js';
16
16
  import '@scandit/web-datacapture-barcode';
17
17
  import './BarcodeField.js';
18
- import '../NativeProxy-CYZsx-_W.js';
18
+ import '../NativeProxy-BpXwaSl-.js';
19
19
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
20
20
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
21
21
  import '../djinni-types/sdcBarcodeData.js';
22
22
  import '../djinni-types/sdcCoreCommonGeometry.js';
23
23
  import '../djinni-types/sdcCoreCommonBuffer.js';
24
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
24
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
25
25
  import '../djinni-types/sdcSymbologySettings.js';
26
26
  import '../djinni-types/sdcCoreInternalSdkArea.js';
27
27
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1,9 +1,9 @@
1
- import { BarcodeJSON, Barcode } from '@scandit/web-datacapture-barcode';
2
- import { QuadrilateralJSON, Quadrilateral, AnchorPositions } from '@scandit/web-datacapture-core';
1
+ import { Barcode, BarcodeJSON } from '@scandit/web-datacapture-barcode';
2
+ import { Quadrilateral, AnchorPositions, QuadrilateralJSON } from '@scandit/web-datacapture-core';
3
3
  import { LabelFieldState } from './LabelFieldState.js';
4
4
  import { LabelFieldType } from './LabelFieldType.js';
5
5
  import { LabelFieldValueType } from './LabelFieldValueType.js';
6
- import { LabelDateResultJSON, LabelDateResult } from './LabelDateResult.js';
6
+ import { LabelDateResult, LabelDateResultJSON } from './LabelDateResult.js';
7
7
 
8
8
  interface LabelFieldJSON {
9
9
  name: string;
@@ -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-CYZsx-_W.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-BpXwaSl-.js';
3
3
  import { LabelDateFormat } from './LabelDateFormat.js';
4
4
  import { TextField } from './TextField.js';
5
5
  import '@scandit/web-datacapture-barcode';
@@ -8,7 +8,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
8
8
  import '../djinni-types/sdcBarcodeData.js';
9
9
  import '../djinni-types/sdcCoreCommonGeometry.js';
10
10
  import '../djinni-types/sdcCoreCommonBuffer.js';
11
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
11
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
12
12
  import '../djinni-types/sdcSymbologySettings.js';
13
13
  import '../djinni-types/sdcCoreInternalSdkArea.js';
14
14
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -2,14 +2,14 @@ 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-CYZsx-_W.js';
5
+ import '../NativeProxy-BpXwaSl-.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';
9
9
  import '../djinni-types/sdcBarcodeData.js';
10
10
  import '../djinni-types/sdcCoreCommonGeometry.js';
11
11
  import '../djinni-types/sdcCoreCommonBuffer.js';
12
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
12
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
13
13
  import '../djinni-types/sdcSymbologySettings.js';
14
14
  import '../djinni-types/sdcCoreInternalSdkArea.js';
15
15
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1,12 +1,12 @@
1
1
  import { PrivateReceiptScanningListener } from './PrivateReceiptScanningListener.js';
2
- import '../NativeProxy-CYZsx-_W.js';
2
+ import '../NativeProxy-BpXwaSl-.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
5
5
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
6
6
  import '../djinni-types/sdcBarcodeData.js';
7
7
  import '../djinni-types/sdcCoreCommonGeometry.js';
8
8
  import '../djinni-types/sdcCoreCommonBuffer.js';
9
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
9
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
10
10
  import '../djinni-types/sdcSymbologySettings.js';
11
11
  import '../djinni-types/sdcCoreInternalSdkArea.js';
12
12
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1,11 +1,11 @@
1
- import { a as ReceiptScanningResult } from '../NativeProxy-CYZsx-_W.js';
1
+ import { R as ReceiptScanningResult } from '../NativeProxy-BpXwaSl-.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';
5
5
  import '../djinni-types/sdcBarcodeData.js';
6
6
  import '../djinni-types/sdcCoreCommonGeometry.js';
7
7
  import '../djinni-types/sdcCoreCommonBuffer.js';
8
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
8
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
9
9
  import '../djinni-types/sdcSymbologySettings.js';
10
10
  import '../djinni-types/sdcCoreInternalSdkArea.js';
11
11
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1,7 +1,7 @@
1
- import { V as ValidationFlowState, a as LabelResultUpdateType, R as ResultOrError } from '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
1
+ import { R as ResultOrError, V as ValidationFlowState, a as LabelResultUpdateType } from '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
2
2
  import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
3
- import { D as DataCaptureCallbackMessage } from '../NativeProxy-CYZsx-_W.js';
4
- import { ValidationFlowField, ValidationFlowFieldJSON } from './ValidationFlowField.js';
3
+ import { D as DataCaptureCallbackMessage } from '../NativeProxy-BpXwaSl-.js';
4
+ import { ValidationFlowFieldJSON, ValidationFlowField } from './ValidationFlowField.js';
5
5
  import '../djinni-types/sdcBarcodeData.js';
6
6
  import '../djinni-types/sdcSymbologySettings.js';
7
7
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';