@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,11 +1,11 @@
1
1
  import '@scandit/web-datacapture-barcode';
2
2
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
3
- export { f as AnyDataCaptureActionMessage, l as AugmentedCoreModule, j as AugmentedWorker, b2 as BaseDataCaptureCallbackMessage, bK as CommandAndPayload, ax as CreateLabelCaptureActionMessage, bk as CreateLabelCaptureCallbackMessage, q as DataCaptureActionMessage, e as DataCaptureActionMessageKey, D as DataCaptureCallbackMessage, b1 as DataCaptureCallbackMessageKeys, d as DataCaptureWorker, aD as LabelCaptureAddListenerActionMessage, br as LabelCaptureAddListenerCallbackMessage, aB as LabelCaptureAddToContextActionMessage, a_ as LabelCaptureAdvancedOverlayForLabelCaptureActionMessage, b0 as LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage, a$ as LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage, aA as LabelCaptureApplySettingsActionMessage, bn as LabelCaptureApplySettingsCallbackMessage, b4 as LabelCaptureBasicOverlayBrushForFieldCallbackMessage, b5 as LabelCaptureBasicOverlayBrushForLabelCallbackMessage, aN as LabelCaptureBasicOverlayForLabelCaptureActionMessage, aQ as LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage, aS as LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage, aW as LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage, aY as LabelCaptureBasicOverlayGetViewfinderActionMessage, b3 as LabelCaptureBasicOverlayOnLabelTappedCallbackMessage, aT as LabelCaptureBasicOverlaySetBrushForFieldActionMessage, aU as LabelCaptureBasicOverlaySetBrushForLabelActionMessage, aP as LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage, aR as LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage, aV as LabelCaptureBasicOverlaySetListenerActionMessage, aX as LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage, aZ as LabelCaptureBasicOverlayUpdateViewfinderActionMessage, al as LabelCaptureBuildCustomBarcodeActionMessage, b8 as LabelCaptureBuildCustomBarcodeCallbackMessage, am as LabelCaptureBuildCustomTextActionMessage, b9 as LabelCaptureBuildCustomTextCallbackMessage, an as LabelCaptureBuildDateTextActionMessage, ba as LabelCaptureBuildDateTextCallbackMessage, ao as LabelCaptureBuildExpiryDateTextActionMessage, bb as LabelCaptureBuildExpiryDateTextCallbackMessage, ap as LabelCaptureBuildImeiOneBarcodeActionMessage, bc as LabelCaptureBuildImeiOneBarcodeCallbackMessage, aq as LabelCaptureBuildImeiTwoBarcodeActionMessage, bd as LabelCaptureBuildImeiTwoBarcodeCallbackMessage, ah as LabelCaptureBuildLabelCaptureSettingsActionMessage, b6 as LabelCaptureBuildLabelCaptureSettingsCallbackMessage, ai as LabelCaptureBuildLabelDefinitionActionMessage, b7 as LabelCaptureBuildLabelDefinitionCallbackMessage, aL as LabelCaptureBuildLabelFieldLocationActionMessage, bx as LabelCaptureBuildLabelFieldLocationCallbackMessage, ar as LabelCaptureBuildPackingDateTextActionMessage, be as LabelCaptureBuildPackingDateTextCallbackMessage, as as LabelCaptureBuildPartNumberBarcodeActionMessage, bf as LabelCaptureBuildPartNumberBarcodeCallbackMessage, ak as LabelCaptureBuildPriceCaptureDefinitionActionMessage, at as LabelCaptureBuildSerialNumberBarcodeActionMessage, bg as LabelCaptureBuildSerialNumberBarcodeCallbackMessage, au as LabelCaptureBuildTotalPriceTextActionMessage, bh as LabelCaptureBuildTotalPriceTextCallbackMessage, av as LabelCaptureBuildUnitPriceTextActionMessage, bi as LabelCaptureBuildUnitPriceTextCallbackMessage, aj as LabelCaptureBuildVinLabelDefinitionActionMessage, aw as LabelCaptureBuildWeightTextActionMessage, bj as LabelCaptureBuildWeightTextCallbackMessage, ay as LabelCaptureIsEnabledActionMessage, bl as LabelCaptureIsEnabledCallbackMessage, i as LabelCaptureModule, bo as LabelCaptureOnObservationStartedCallbackMessage, bp as LabelCaptureOnObservationStoppedCallbackMessage, bq as LabelCaptureOnSessionUpdatedCallbackMessage, aC as LabelCaptureRemoveFromContextActionMessage, aE as LabelCaptureRemoveListenerActionMessage, bs as LabelCaptureRemoveListenerCallbackMessage, az as LabelCaptureSetEnabledActionMessage, bm as LabelCaptureSetEnabledCallbackMessage, aJ as LabelCaptureSettingsGetBlueprintJsonActionMessage, aG as LabelCaptureSettingsGetLocationSelectionActionMessage, bt as LabelCaptureSettingsGetLocationSelectionCallbackMessage, aI as LabelCaptureSettingsGetPropertyActionMessage, bv as LabelCaptureSettingsGetPropertyCallbackMessage, aH as LabelCaptureSettingsSetLocationSelectionActionMessage, bu as LabelCaptureSettingsSetLocationSelectionCallbackMessage, aK as LabelCaptureSettingsSetPropertyActionMessage, bw as LabelCaptureSettingsSetPropertyCallbackMessage, aF as LabelCaptureUnsetValidationFlowHandlerActionMessage, m as LabelData, aM as LabelDefinitionSetAdaptiveRecognitionModeActionMessage, n as LabelInternalModuleCapture, o as LabelInternalModuleData, M as Module, k as ModuleHandler, bJ as PayloadForCommand, a3 as ReceiptScanningHandlerAddListenerActionMessage, a2 as ReceiptScanningHandlerFinishFlowActionMessage, a4 as ReceiptScanningHandlerRemoveListenerActionMessage, a1 as ReceiptScanningHandlerStartFlowActionMessage, by as ReceiptScanningListenerOnProcessingStartedCallbackMessage, bz as ReceiptScanningListenerOnReceiptScannedCallbackMessage, bA as ReceiptScanningListenerOnReceiptScanningFailedCallbackMessage, Z as ReceiptScanningOverlayApplySettingsActionMessage, Y as ReceiptScanningOverlayForLabelCaptureActionMessage, _ as ReceiptScanningSettingsCreateActionMessage, a0 as ReceiptScanningSettingsGetProcessingHintTextActionMessage, $ as ReceiptScanningSettingsSetProcessingHintTextActionMessage, ae as ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage, ag as ValidationFlowHandlerClearAllFieldsActionMessage, a5 as ValidationFlowHandlerCreateActionMessage, a9 as ValidationFlowHandlerFinishFlowActionMessage, ad as ValidationFlowHandlerGetValidationFlowFieldsActionMessage, aa as ValidationFlowHandlerPauseScanActionMessage, ac as ValidationFlowHandlerResetActionMessage, ab as ValidationFlowHandlerResumeScanActionMessage, a6 as ValidationFlowHandlerStartCompleteLabelScanActionMessage, a7 as ValidationFlowHandlerStartPartialLabelScanActionMessage, af as ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage, a8 as ValidationFlowHandlerUpdateFieldValueActionMessage, bF as ValidationFlowListenerOnCloudBackupServiceStartedCallbackMessage, bG as ValidationFlowListenerOnCloudBackupServiceStoppedCallbackMessage, bB as ValidationFlowListenerOnFieldsScannedCallbackMessage, bD as ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage, bE as ValidationFlowListenerOnManualInputCallbackMessage, bI as ValidationFlowListenerOnResultUpdateCallbackMessage, bC as ValidationFlowListenerOnScanTimeoutCallbackMessage, bH as ValidationFlowListenerOnStateChangedCallbackMessage, X as ValidationFlowOverlayApplySettingsActionMessage, aO as ValidationFlowOverlayForLabelCaptureActionMessage, V as ValidationFlowSettingsCreateActionMessage, S as ValidationFlowSettingsGetAdaptiveScanningTextActionMessage, I as ValidationFlowSettingsGetFinishButtonTextActionMessage, E as ValidationFlowSettingsGetManualInputButtonTextActionMessage, s as ValidationFlowSettingsGetMissingFieldsHintTextActionMessage, P as ValidationFlowSettingsGetPauseButtonTextActionMessage, G as ValidationFlowSettingsGetPlaceholderTextForLabelDefinitionActionMessage, B as ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage, K as ValidationFlowSettingsGetRestartButtonTextActionMessage, U as ValidationFlowSettingsGetScanningTextActionMessage, u as ValidationFlowSettingsGetStandbyHintTextActionMessage, y as ValidationFlowSettingsGetValidationErrorTextActionMessage, w as ValidationFlowSettingsGetValidationHintTextActionMessage, Q as ValidationFlowSettingsSetAdaptiveScanningTextActionMessage, H as ValidationFlowSettingsSetFinishButtonTextActionMessage, C as ValidationFlowSettingsSetManualInputButtonTextActionMessage, r as ValidationFlowSettingsSetMissingFieldsHintTextActionMessage, O as ValidationFlowSettingsSetPauseButtonTextActionMessage, F as ValidationFlowSettingsSetPlaceholderTextForLabelDefinitionActionMessage, z as ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage, J as ValidationFlowSettingsSetRestartButtonTextActionMessage, T as ValidationFlowSettingsSetScanningTextActionMessage, t as ValidationFlowSettingsSetStandbyHintTextActionMessage, x as ValidationFlowSettingsSetValidationErrorTextActionMessage, v as ValidationFlowSettingsSetValidationHintTextActionMessage, W as WorkerCommandPayload, p as WorkerResponse } from '../NativeProxy-CYZsx-_W.js';
3
+ export { f as AnyDataCaptureActionMessage, j as AugmentedCoreModule, k as AugmentedWorker, B as BaseDataCaptureCallbackMessage, C as CommandAndPayload, l as CreateLabelCaptureActionMessage, m as CreateLabelCaptureCallbackMessage, n as DataCaptureActionMessage, e as DataCaptureActionMessageKey, D as DataCaptureCallbackMessage, o as DataCaptureCallbackMessageKeys, d as DataCaptureWorker, p as LabelCaptureAddListenerActionMessage, q as LabelCaptureAddListenerCallbackMessage, r as LabelCaptureAddToContextActionMessage, s as LabelCaptureAdvancedOverlayForLabelCaptureActionMessage, t as LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage, u as LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage, v as LabelCaptureApplySettingsActionMessage, w as LabelCaptureApplySettingsCallbackMessage, x as LabelCaptureBasicOverlayBrushForFieldCallbackMessage, y as LabelCaptureBasicOverlayBrushForLabelCallbackMessage, z as LabelCaptureBasicOverlayForLabelCaptureActionMessage, E as LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage, F as LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage, G as LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage, H as LabelCaptureBasicOverlayGetViewfinderActionMessage, I as LabelCaptureBasicOverlayOnLabelTappedCallbackMessage, J as LabelCaptureBasicOverlaySetBrushForFieldActionMessage, K as LabelCaptureBasicOverlaySetBrushForLabelActionMessage, O as LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage, P as LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage, Q as LabelCaptureBasicOverlaySetListenerActionMessage, S as LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage, T as LabelCaptureBasicOverlayUpdateViewfinderActionMessage, U as LabelCaptureBuildCustomBarcodeActionMessage, V as LabelCaptureBuildCustomBarcodeCallbackMessage, X as LabelCaptureBuildCustomTextActionMessage, Y as LabelCaptureBuildCustomTextCallbackMessage, Z as LabelCaptureBuildDateTextActionMessage, _ as LabelCaptureBuildDateTextCallbackMessage, $ as LabelCaptureBuildExpiryDateTextActionMessage, a0 as LabelCaptureBuildExpiryDateTextCallbackMessage, a1 as LabelCaptureBuildImeiOneBarcodeActionMessage, a2 as LabelCaptureBuildImeiOneBarcodeCallbackMessage, a3 as LabelCaptureBuildImeiTwoBarcodeActionMessage, a4 as LabelCaptureBuildImeiTwoBarcodeCallbackMessage, a5 as LabelCaptureBuildLabelCaptureSettingsActionMessage, a6 as LabelCaptureBuildLabelCaptureSettingsCallbackMessage, a7 as LabelCaptureBuildLabelDefinitionActionMessage, a8 as LabelCaptureBuildLabelDefinitionCallbackMessage, a9 as LabelCaptureBuildLabelFieldLocationActionMessage, aa as LabelCaptureBuildLabelFieldLocationCallbackMessage, ab as LabelCaptureBuildPackingDateTextActionMessage, ac as LabelCaptureBuildPackingDateTextCallbackMessage, ad as LabelCaptureBuildPartNumberBarcodeActionMessage, ae as LabelCaptureBuildPartNumberBarcodeCallbackMessage, af as LabelCaptureBuildPriceCaptureDefinitionActionMessage, ag as LabelCaptureBuildSerialNumberBarcodeActionMessage, ah as LabelCaptureBuildSerialNumberBarcodeCallbackMessage, ai as LabelCaptureBuildTotalPriceTextActionMessage, aj as LabelCaptureBuildTotalPriceTextCallbackMessage, ak as LabelCaptureBuildUnitPriceTextActionMessage, al as LabelCaptureBuildUnitPriceTextCallbackMessage, am as LabelCaptureBuildVinLabelDefinitionActionMessage, an as LabelCaptureBuildWeightTextActionMessage, ao as LabelCaptureBuildWeightTextCallbackMessage, ap as LabelCaptureIsEnabledActionMessage, aq as LabelCaptureIsEnabledCallbackMessage, i as LabelCaptureModule, ar as LabelCaptureOnObservationStartedCallbackMessage, as as LabelCaptureOnObservationStoppedCallbackMessage, at as LabelCaptureOnSessionUpdatedCallbackMessage, au as LabelCaptureRemoveFromContextActionMessage, av as LabelCaptureRemoveListenerActionMessage, aw as LabelCaptureRemoveListenerCallbackMessage, ax as LabelCaptureSetEnabledActionMessage, ay as LabelCaptureSetEnabledCallbackMessage, az as LabelCaptureSettingsGetBlueprintJsonActionMessage, aA as LabelCaptureSettingsGetLocationSelectionActionMessage, aB as LabelCaptureSettingsGetLocationSelectionCallbackMessage, aC as LabelCaptureSettingsGetPropertyActionMessage, aD as LabelCaptureSettingsGetPropertyCallbackMessage, aE as LabelCaptureSettingsSetLocationSelectionActionMessage, aF as LabelCaptureSettingsSetLocationSelectionCallbackMessage, aG as LabelCaptureSettingsSetPropertyActionMessage, aH as LabelCaptureSettingsSetPropertyCallbackMessage, aI as LabelCaptureUnsetValidationFlowHandlerActionMessage, aJ as LabelData, aK as LabelDefinitionSetAdaptiveRecognitionModeActionMessage, aL as LabelInternalModuleCapture, aM as LabelInternalModuleData, M as Module, aN as ModuleHandler, aO as PayloadForCommand, aP as ReceiptScanningHandlerAddListenerActionMessage, aQ as ReceiptScanningHandlerFinishFlowActionMessage, aR as ReceiptScanningHandlerRemoveListenerActionMessage, aS as ReceiptScanningHandlerStartFlowActionMessage, aT as ReceiptScanningListenerOnProcessingStartedCallbackMessage, aU as ReceiptScanningListenerOnReceiptScannedCallbackMessage, aV as ReceiptScanningListenerOnReceiptScanningFailedCallbackMessage, aW as ReceiptScanningOverlayApplySettingsActionMessage, aX as ReceiptScanningOverlayForLabelCaptureActionMessage, aY as ReceiptScanningSettingsCreateActionMessage, aZ as ReceiptScanningSettingsGetProcessingHintTextActionMessage, a_ as ReceiptScanningSettingsSetProcessingHintTextActionMessage, a$ as ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage, b0 as ValidationFlowHandlerClearAllFieldsActionMessage, b1 as ValidationFlowHandlerCreateActionMessage, b2 as ValidationFlowHandlerFinishFlowActionMessage, b3 as ValidationFlowHandlerGetValidationFlowFieldsActionMessage, b4 as ValidationFlowHandlerPauseScanActionMessage, b5 as ValidationFlowHandlerResetActionMessage, b6 as ValidationFlowHandlerResumeScanActionMessage, b7 as ValidationFlowHandlerStartCompleteLabelScanActionMessage, b8 as ValidationFlowHandlerStartPartialLabelScanActionMessage, b9 as ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage, ba as ValidationFlowHandlerUpdateFieldValueActionMessage, bb as ValidationFlowListenerOnCloudBackupServiceStartedCallbackMessage, bc as ValidationFlowListenerOnCloudBackupServiceStoppedCallbackMessage, bd as ValidationFlowListenerOnFieldsScannedCallbackMessage, be as ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage, bf as ValidationFlowListenerOnManualInputCallbackMessage, bg as ValidationFlowListenerOnResultUpdateCallbackMessage, bh as ValidationFlowListenerOnScanTimeoutCallbackMessage, bi as ValidationFlowListenerOnStateChangedCallbackMessage, bj as ValidationFlowOverlayApplySettingsActionMessage, bk as ValidationFlowOverlayForLabelCaptureActionMessage, bl as ValidationFlowSettingsCreateActionMessage, bm as ValidationFlowSettingsGetAdaptiveScanningTextActionMessage, bn as ValidationFlowSettingsGetFinishButtonTextActionMessage, bo as ValidationFlowSettingsGetManualInputButtonTextActionMessage, bp as ValidationFlowSettingsGetMissingFieldsHintTextActionMessage, bq as ValidationFlowSettingsGetPauseButtonTextActionMessage, br as ValidationFlowSettingsGetPlaceholderTextForLabelDefinitionActionMessage, bs as ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage, bt as ValidationFlowSettingsGetRestartButtonTextActionMessage, bu as ValidationFlowSettingsGetScanningTextActionMessage, bv as ValidationFlowSettingsGetStandbyHintTextActionMessage, bw as ValidationFlowSettingsGetValidationErrorTextActionMessage, bx as ValidationFlowSettingsGetValidationHintTextActionMessage, by as ValidationFlowSettingsSetAdaptiveScanningTextActionMessage, bz as ValidationFlowSettingsSetFinishButtonTextActionMessage, bA as ValidationFlowSettingsSetManualInputButtonTextActionMessage, bB as ValidationFlowSettingsSetMissingFieldsHintTextActionMessage, bC as ValidationFlowSettingsSetPauseButtonTextActionMessage, bD as ValidationFlowSettingsSetPlaceholderTextForLabelDefinitionActionMessage, bE as ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage, bF as ValidationFlowSettingsSetRestartButtonTextActionMessage, bG as ValidationFlowSettingsSetScanningTextActionMessage, bH as ValidationFlowSettingsSetStandbyHintTextActionMessage, bI as ValidationFlowSettingsSetValidationErrorTextActionMessage, bJ as ValidationFlowSettingsSetValidationHintTextActionMessage, W as WorkerCommandPayload, bK as WorkerResponse } from '../NativeProxy-BpXwaSl-.js';
4
4
  import '../djinni-types/sdcCoreCommonGeometry.js';
5
5
  import '../djinni-types/sdcCoreInternalSdkArea.js';
6
6
  import '../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
7
7
  import '../djinni-types/sdcLabelData.js';
8
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
8
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
9
9
  import '../djinni-types/sdcLabelInternalModuleData.js';
10
10
  import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
11
11
  import '@scandit/web-datacapture-core';
@@ -1,11 +1,11 @@
1
- import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { f as AnyDataCaptureActionMessage } 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 +1 @@
1
- export{I as FieldBuilderHandler}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{I as FieldBuilderHandler}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,11 +1,11 @@
1
- import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { f as AnyDataCaptureActionMessage } 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 +1 @@
1
- export{J as LabelCaptureAdvancedOverlayHandler}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{J as LabelCaptureAdvancedOverlayHandler}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
1
  import { Brush } from '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
2
2
  import { CapturedLabel, LabelField } from '../../djinni-types/sdcLabelInternalModuleData.js';
3
- import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-CYZsx-_W.js';
3
+ import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-BpXwaSl-.js';
4
4
  import { WorkerMain } from '../WorkerMain.js';
5
5
  import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -10,7 +10,7 @@ import '../../djinni-types/sdcCoreCommonBuffer.js';
10
10
  import '../../djinni-types/sdcLabelData.js';
11
11
  import '@scandit/web-datacapture-barcode';
12
12
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
13
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
13
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
14
14
  import '../../djinni-types/sdcSymbologySettings.js';
15
15
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
16
16
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1 +1 @@
1
- export{K as LabelCaptureBasicOverlayHandler}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{K as LabelCaptureBasicOverlayHandler}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,4 +1,4 @@
1
- import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { WorkerMain } from '../WorkerMain.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -6,7 +6,7 @@ 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 +1 @@
1
- export{M as LabelCaptureHandler}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{M as LabelCaptureHandler}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,4 +1,4 @@
1
- import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { WorkerMain } from '../WorkerMain.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -6,7 +6,7 @@ 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 +1 @@
1
- export{N as ReceiptScanningHandler}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{N as ReceiptScanningHandler}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,4 +1,4 @@
1
- import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { WorkerMain } from '../WorkerMain.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -6,7 +6,7 @@ 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 +1 @@
1
- export{O as SettingsHandler}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{O as SettingsHandler}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,4 +1,4 @@
1
- import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { WorkerMain } from '../WorkerMain.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -6,7 +6,7 @@ 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 +1 @@
1
- export{P as ValidationFlowHandler}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{P as ValidationFlowHandler}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,7 +1,7 @@
1
1
  import { WorkerMain } from './WorkerMain.js';
2
2
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
3
3
  import '@scandit/web-datacapture-core/build/js/worker/index.js';
4
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
4
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
5
5
  import '../djinni-types/sdcBarcodeData.js';
6
6
  import '../djinni-types/sdcSymbologySettings.js';
7
7
  import '../djinni-types/sdcCoreInternalSdkArea.js';
@@ -17,7 +17,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
17
17
  import '../djinni-types/sdcCoreCommonBuffer.js';
18
18
  import './dataCaptureEngine.js';
19
19
  import '@scandit/web-datacapture-core/build/js/worker/index';
20
- import '../NativeProxy-CYZsx-_W.js';
20
+ import '../NativeProxy-BpXwaSl-.js';
21
21
  import '@scandit/web-datacapture-barcode';
22
22
  import '../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
23
23
  import '../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
@@ -1 +1 @@
1
- export{S as InlineWorker,R as workerInstance}from'../chunks/chunk-TBGGF77V.js';
1
+ export{S as InlineWorker,R as workerInstance}from'../chunks/chunk-XNRT4YBM.js';
@@ -1,13 +1,13 @@
1
1
  import { LabelCaptureWorkerManager } from './LabelCaptureWorkerManager.js';
2
2
  import '@scandit/web-datacapture-core';
3
- import '../NativeProxy-CYZsx-_W.js';
3
+ import '../NativeProxy-BpXwaSl-.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
7
7
  import '../djinni-types/sdcBarcodeData.js';
8
8
  import '../djinni-types/sdcCoreCommonGeometry.js';
9
9
  import '../djinni-types/sdcCoreCommonBuffer.js';
10
- import '../sdcLabelInternalModuleCapture-wUz3FjZK.js';
10
+ import '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
11
11
  import '../djinni-types/sdcSymbologySettings.js';
12
12
  import '../djinni-types/sdcCoreInternalSdkArea.js';
13
13
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1,6 +1,6 @@
1
1
  import { Color } from '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
2
2
  import { AimerViewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
3
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
3
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
4
4
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
5
5
  import '../../djinni-types/sdcCoreCommonGraphic.js';
6
6
  import '../../djinni-types/sdcCoreCommonGeometry.js';
@@ -9,7 +9,7 @@ import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
9
9
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
10
10
  import '../../djinni-types/sdcBarcodeData.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/sdcCoreInternalSdkCommonAsync.js';
@@ -1 +1 @@
1
- export{U as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{U as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,7 +1,7 @@
1
1
  import { Symbology } from '../../djinni-types/sdcBarcodeData.js';
2
- import { B as BarcodeField, d as LabelFieldLocation } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
2
+ import { B as BarcodeField, d as LabelFieldLocation } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
3
3
  import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
4
- import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
4
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
7
7
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1 +1 @@
1
- export{G as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{G as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,4 +1,4 @@
1
- import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { CapturedLabel } from '../../djinni-types/sdcLabelInternalModuleData.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -6,7 +6,7 @@ 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 +1 @@
1
- import {T}from'../../chunks/chunk-TBGGF77V.js';var t=class extends T{constructor(){super(...arguments);this.handle={className:"CapturedLabel",id:0};}async getName(e){return this.nativeImplementationFromHandle(e).getName()}async getDeltaTimeToPrediction(e){return this.nativeImplementationFromHandle(e).getDeltaTimeToPrediction()}async getFields(e){throw new Error("This method must be implemented manually.")}async getTrackingId(e){return this.nativeImplementationFromHandle(e).getTrackingId()}async getPredictedBounds(e){throw new Error("This method must be implemented manually.")}async isComplete(e){return this.nativeImplementationFromHandle(e).isComplete()}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},l=new t;export{l as default};
1
+ import {T}from'../../chunks/chunk-XNRT4YBM.js';var t=class extends T{constructor(){super(...arguments);this.handle={className:"CapturedLabel",id:0};}async getName(e){return this.nativeImplementationFromHandle(e).getName()}async getDeltaTimeToPrediction(e){return this.nativeImplementationFromHandle(e).getDeltaTimeToPrediction()}async getFields(e){throw new Error("This method must be implemented manually.")}async getTrackingId(e){return this.nativeImplementationFromHandle(e).getTrackingId()}async getPredictedBounds(e){throw new Error("This method must be implemented manually.")}async isComplete(e){return this.nativeImplementationFromHandle(e).isComplete()}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},l=new t;export{l as default};
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
3
- import { C as CustomBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { C as CustomBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
5
5
  import '@scandit/web-datacapture-barcode';
6
6
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- export{d as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{d as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
3
- import { f as CustomText, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { f as CustomText, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{e as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{e as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
3
- import { D as DateText, g as LabelDateFormat, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { D as DateText, g as LabelDateFormat, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{H as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{H as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
3
- import { E as ExpiryDateText, g as LabelDateFormat, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { E as ExpiryDateText, g as LabelDateFormat, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -40,7 +40,7 @@ import '../../api/ValidationFlowField.js';
40
40
  declare class ExpiryDateTextProxy extends LabelFieldDefinitionBaseProxy<ExpiryDateText> {
41
41
  handle: NativeProxyHandle;
42
42
  create(name: string): Promise<NativeProxyHandle>;
43
- setLabelDateFormat(handle: NativeProxyHandle, labelDateFormat: LabelDateFormat): Promise<void>;
43
+ setLabelDateFormat(handle: NativeProxyHandle, labelDateFormat: LabelDateFormat | undefined): Promise<void>;
44
44
  getLabelDateFormat(handle: NativeProxyHandle): Promise<LabelDateFormat | undefined>;
45
45
  getLocation(handle: NativeProxyHandle): Promise<NativeProxyHandle | undefined>;
46
46
  setLocation(handle: NativeProxyHandle, locationHandle: NativeProxyHandle): Promise<void>;
@@ -1 +1 @@
1
- export{f as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{f as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
3
- import { I as ImeiOneBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { I as ImeiOneBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{g as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{g as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
3
- import { h as ImeiTwoBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { h as ImeiTwoBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{h as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{h as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,4 +1,4 @@
1
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { FeatureAvailability } from '../../djinni-types/sdcCoreInternalSdkCapture.js';
3
3
  import { LabelCaptureAdvancedOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
4
4
  import '@scandit/web-datacapture-barcode';
@@ -7,7 +7,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
7
7
  import '../../djinni-types/sdcBarcodeData.js';
8
8
  import '../../djinni-types/sdcCoreCommonGeometry.js';
9
9
  import '../../djinni-types/sdcCoreCommonBuffer.js';
10
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
10
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
11
11
  import '../../djinni-types/sdcSymbologySettings.js';
12
12
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
13
13
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1 +1 @@
1
- export{s as LabelCaptureAdvancedOverlayProxy,t as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{s as LabelCaptureAdvancedOverlayProxy,t as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,4 +1,4 @@
1
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { Brush } from '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
3
3
  import { Viewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
4
4
  import { LabelFieldState } from '../../djinni-types/sdcLabelData.js';
@@ -10,7 +10,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
10
10
  import '../../djinni-types/sdcBarcodeData.js';
11
11
  import '../../djinni-types/sdcCoreCommonGeometry.js';
12
12
  import '../../djinni-types/sdcCoreCommonBuffer.js';
13
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
13
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
14
14
  import '../../djinni-types/sdcSymbologySettings.js';
15
15
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
16
16
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1 +1 @@
1
- export{u as LabelCaptureBasicOverlayProxy,v as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{u as LabelCaptureBasicOverlayProxy,v as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
1
  import { DataCaptureContext } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
2
- import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
3
- import { i as LabelCaptureHelper, L as LabelCapture } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
2
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
3
+ import { i as LabelCaptureHelper, L as LabelCapture } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
6
6
  import '../../djinni-types/sdcBarcodeData.js';
@@ -1 +1 @@
1
- export{L as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{L as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,12 +1,12 @@
1
1
  import { DataCaptureView } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
2
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
2
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
3
3
  import { LabelCaptureOverlayHelper, LabelCaptureBasicOverlay, LabelCaptureAdvancedOverlay, ValidationFlowOverlay, ReceiptScanningOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
4
4
  import '@scandit/web-datacapture-barcode';
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 +1 @@
1
- export{w as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{w as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,7 +1,7 @@
1
1
  import { DataCaptureContext } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
2
- import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
2
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
3
3
  import { ExternalOcrBackend } from '../../djinni-types/sdcCoreInternalSdkOcr.js';
4
- import { L as LabelCapture, b as LabelCaptureListener, j as LabelCaptureSettings } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
4
+ import { L as LabelCapture, b as LabelCaptureListener, j as LabelCaptureSettings } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
5
5
  import '@scandit/web-datacapture-barcode';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
7
7
  import '../../djinni-types/sdcBarcodeData.js';
@@ -1 +1 @@
1
- export{r as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{r as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,5 +1,5 @@
1
- import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
2
- import { c as LabelCaptureSession } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
1
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
+ import { c as LabelCaptureSession } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.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';
@@ -1 +1 @@
1
- import {T}from'../../chunks/chunk-TBGGF77V.js';var a=class extends T{constructor(){super(...arguments);this.handle={className:"LabelCaptureSession",id:0};}async getLabels(e){throw new Error("This method must be implemented manually.")}async getLastFrameId(e){return this.nativeImplementationFromHandle(e).getLastFrameId()}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},l=new a;export{l as default};
1
+ import {T}from'../../chunks/chunk-XNRT4YBM.js';var a=class extends T{constructor(){super(...arguments);this.handle={className:"LabelCaptureSession",id:0};}async getLabels(e){throw new Error("This method must be implemented manually.")}async getLastFrameId(e){return this.nativeImplementationFromHandle(e).getLastFrameId()}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},l=new a;export{l as default};
@@ -1,6 +1,6 @@
1
- import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { LocationSelection } from '../../djinni-types/sdcCoreInternalSdkArea.js';
3
- import { j as LabelCaptureSettings } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { j as LabelCaptureSettings } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{q as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{q as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
1
  import { AdaptiveRecognitionMode } from '../../api/AdaptiveRecognitionMode.js';
2
- import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
3
- import { k as LabelDefinition, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
2
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
3
+ import { k as LabelDefinition, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{p as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{p as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,5 +1,5 @@
1
- import { e as LabelFieldDefinition, d as LabelFieldLocation } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
2
- import { g as NativeProxyAdapter, N as NativeProxyHandle, i as LabelCaptureModule } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { e as LabelFieldDefinition, d as LabelFieldLocation } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
2
+ import { g as NativeProxyAdapter, N as NativeProxyHandle, i as LabelCaptureModule } from '../../NativeProxy-BpXwaSl-.js';
3
3
  import '../../djinni-types/sdcBarcodeData.js';
4
4
  import '../../djinni-types/sdcSymbologySettings.js';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- export{o as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{o as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,7 +1,7 @@
1
1
  import { Rect } from '../../djinni-types/sdcCoreCommonGeometry.js';
2
- import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
2
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
3
3
  import { LabelFieldLocationType } from '../../djinni-types/sdcLabelData.js';
4
- import { d as LabelFieldLocation } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
4
+ import { d as LabelFieldLocation } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
5
5
  import '@scandit/web-datacapture-barcode';
6
6
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
7
7
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{a as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{a as default}from'../../chunks/chunk-XNRT4YBM.js';