@scandit/web-datacapture-label 8.3.0 → 8.4.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (332) hide show
  1. package/build/js/{LabelCaptureAdvancedOverlay-DzSicuAv.d.ts → LabelCaptureAdvancedOverlay-FdLIUFg0.d.ts} +1 -1
  2. package/build/js/{LabelCaptureBasicOverlay-DF8gpw6K.d.ts → LabelCaptureBasicOverlay-DFtQFeL_.d.ts} +1 -1
  3. package/build/js/{NativeProxy-BpXwaSl-.d.ts → NativeProxy-wKE5sxLq.d.ts} +20 -4
  4. package/build/js/api/AdaptiveRecognitionMode.d.ts +7 -1
  5. package/build/js/api/AdaptiveRecognitionMode.js +1 -1
  6. package/build/js/api/AdaptiveRecognitionResult.d.ts +2 -2
  7. package/build/js/api/BarcodeFieldBuilder.js +1 -1
  8. package/build/js/api/CapturedLabel.js +1 -1
  9. package/build/js/api/CustomBarcode.d.ts +2 -0
  10. package/build/js/api/CustomBarcode.js +1 -1
  11. package/build/js/api/CustomBarcodeBuilder.js +1 -1
  12. package/build/js/api/CustomText.d.ts +4 -2
  13. package/build/js/api/CustomText.js +1 -1
  14. package/build/js/api/CustomTextBuilder.d.ts +2 -2
  15. package/build/js/api/CustomTextBuilder.js +1 -1
  16. package/build/js/api/DateText.d.ts +4 -2
  17. package/build/js/api/DateText.js +1 -1
  18. package/build/js/api/DateTextBuilder.d.ts +2 -2
  19. package/build/js/api/DateTextBuilder.js +1 -1
  20. package/build/js/api/ExpiryDateText.d.ts +4 -2
  21. package/build/js/api/ExpiryDateText.js +1 -1
  22. package/build/js/api/ExpiryDateTextBuilder.d.ts +3 -3
  23. package/build/js/api/ExpiryDateTextBuilder.js +1 -1
  24. package/build/js/api/ImeiOneBarcode.d.ts +2 -0
  25. package/build/js/api/ImeiOneBarcode.js +1 -1
  26. package/build/js/api/ImeiOneBarcodeBuilder.js +1 -1
  27. package/build/js/api/ImeiTwoBarcode.d.ts +2 -0
  28. package/build/js/api/ImeiTwoBarcode.js +1 -1
  29. package/build/js/api/ImeiTwoBarcodeBuilder.js +1 -1
  30. package/build/js/api/LabelCapture.d.ts +2 -2
  31. package/build/js/api/LabelCapture.js +1 -1
  32. package/build/js/api/LabelCaptureAdaptiveRecognitionOverlay.d.ts +2 -2
  33. package/build/js/api/LabelCaptureAdaptiveRecognitionSettings.d.ts +2 -2
  34. package/build/js/api/LabelCaptureAdvancedOverlay.d.ts +3 -3
  35. package/build/js/api/LabelCaptureAdvancedOverlay.js +1 -1
  36. package/build/js/api/LabelCaptureAdvancedOverlayListener.d.ts +3 -3
  37. package/build/js/api/LabelCaptureBasicOverlay.d.ts +3 -3
  38. package/build/js/api/LabelCaptureBasicOverlay.js +1 -1
  39. package/build/js/api/LabelCaptureBasicOverlayListener.d.ts +3 -3
  40. package/build/js/api/LabelCaptureListener.d.ts +2 -2
  41. package/build/js/api/LabelCaptureOverlayJSON.d.ts +2 -2
  42. package/build/js/api/LabelCaptureSession.js +1 -1
  43. package/build/js/api/LabelCaptureSettings.d.ts +2 -2
  44. package/build/js/api/LabelCaptureValidationFlow/LabelCaptureValidationFlowOverlay.d.ts +5 -4
  45. package/build/js/api/LabelCaptureValidationFlow/LabelCaptureValidationFlowOverlay.js +1 -1
  46. package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowPresenter.d.ts +36 -10
  47. package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowPresenter.js +1 -1
  48. package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowStateManager.d.ts +13 -1
  49. package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowStateManager.js +1 -1
  50. package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowView.d.ts +5 -3
  51. package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowView.js +1 -1
  52. package/build/js/api/LabelDefinition.d.ts +2 -2
  53. package/build/js/api/LabelField.js +1 -1
  54. package/build/js/api/LabelFieldDefinition.d.ts +1 -0
  55. package/build/js/api/LabelFieldDefinitionBuilder.d.ts +2 -0
  56. package/build/js/api/LabelFieldDefinitionBuilder.js +1 -1
  57. package/build/js/api/LabelResultUpdateType.d.ts +7 -0
  58. package/build/js/api/LabelResultUpdateType.js +1 -0
  59. package/build/js/api/PackingDateText.d.ts +4 -2
  60. package/build/js/api/PackingDateText.js +1 -1
  61. package/build/js/api/PackingDateTextBuilder.d.ts +2 -2
  62. package/build/js/api/PackingDateTextBuilder.js +1 -1
  63. package/build/js/api/PartNumberBarcode.d.ts +2 -0
  64. package/build/js/api/PartNumberBarcode.js +1 -1
  65. package/build/js/api/PartNumberBarcodeBuilder.js +1 -1
  66. package/build/js/api/PrivateReceiptScanningHandler.d.ts +2 -2
  67. package/build/js/api/PrivateReceiptScanningListener.d.ts +2 -2
  68. package/build/js/api/PrivateValidationFlowHandler.d.ts +6 -4
  69. package/build/js/api/PrivateValidationFlowHandler.js +1 -1
  70. package/build/js/api/ReceiptScanningResult.d.ts +2 -2
  71. package/build/js/api/SerialNumberBarcode.d.ts +2 -0
  72. package/build/js/api/SerialNumberBarcode.js +1 -1
  73. package/build/js/api/SerialNumberBarcodeBuilder.js +1 -1
  74. package/build/js/api/TextFieldBuilder.js +1 -1
  75. package/build/js/api/TotalPriceText.d.ts +4 -2
  76. package/build/js/api/TotalPriceText.js +1 -1
  77. package/build/js/api/TotalPriceTextBuilder.d.ts +2 -2
  78. package/build/js/api/TotalPriceTextBuilder.js +1 -1
  79. package/build/js/api/UnitPriceText.d.ts +4 -2
  80. package/build/js/api/UnitPriceText.js +1 -1
  81. package/build/js/api/UnitPriceTextBuilder.d.ts +2 -2
  82. package/build/js/api/UnitPriceTextBuilder.js +1 -1
  83. package/build/js/api/ValidationFlowField.js +1 -1
  84. package/build/js/api/WeightText.d.ts +4 -2
  85. package/build/js/api/WeightText.js +1 -1
  86. package/build/js/api/WeightTextBuilder.d.ts +2 -2
  87. package/build/js/api/WeightTextBuilder.js +1 -1
  88. package/build/js/chunks/chunk-2W6E3GQH.js +2 -0
  89. package/build/js/chunks/chunk-4QEBUJAR.js +1 -0
  90. package/build/js/chunks/chunk-5X76K74S.js +1 -0
  91. package/build/js/chunks/chunk-6DWFIFUC.js +1 -0
  92. package/build/js/chunks/{chunk-XQBJ3GXA.js → chunk-74H5UWMJ.js} +1 -1
  93. package/build/js/chunks/chunk-7FZ6M63O.js +1 -0
  94. package/build/js/chunks/chunk-ABK45ILU.js +1 -0
  95. package/build/js/chunks/{chunk-WX63L6GU.js → chunk-BDA5SYXG.js} +1 -1
  96. package/build/js/chunks/chunk-BEKGYADV.js +1 -0
  97. package/build/js/chunks/chunk-BQJUSAIQ.js +1 -0
  98. package/build/js/chunks/chunk-BYXHNUWR.js +1 -0
  99. package/build/js/chunks/chunk-CGNWTUD5.js +1 -0
  100. package/build/js/chunks/chunk-CVVZR6MJ.js +1 -0
  101. package/build/js/chunks/chunk-CYK3ORCG.js +1 -0
  102. package/build/js/chunks/chunk-DE2UH73T.js +1 -0
  103. package/build/js/chunks/chunk-EPDDVGLY.js +1 -0
  104. package/build/js/chunks/chunk-GCMVU762.js +1 -0
  105. package/build/js/chunks/chunk-H3VMMXMG.js +1 -0
  106. package/build/js/chunks/chunk-H4H6H5GI.js +1 -0
  107. package/build/js/chunks/chunk-IKDUT4HS.js +1 -0
  108. package/build/js/chunks/chunk-ITZZENSQ.js +1 -0
  109. package/build/js/chunks/chunk-J53ZQXAJ.js +1 -0
  110. package/build/js/chunks/chunk-LAW7AY4G.js +1 -0
  111. package/build/js/chunks/chunk-LEARM7VY.js +1 -0
  112. package/build/js/chunks/{chunk-A6QIZJQN.js → chunk-LQCSGQVX.js} +1 -1
  113. package/build/js/chunks/chunk-M4E4AARR.js +1 -0
  114. package/build/js/chunks/chunk-M6KOA6NQ.js +1 -0
  115. package/build/js/chunks/chunk-MGEXMPRG.js +1 -0
  116. package/build/js/chunks/chunk-MIF4OREL.js +1 -0
  117. package/build/js/chunks/chunk-MVGPTPXX.js +1 -0
  118. package/build/js/chunks/chunk-NCZG3BTH.js +1 -0
  119. package/build/js/chunks/chunk-NRVY22W7.js +1 -0
  120. package/build/js/chunks/chunk-NT3LCYW2.js +1 -0
  121. package/build/js/chunks/{chunk-2K4IDUBI.js → chunk-NY6UU4OC.js} +1 -1
  122. package/build/js/chunks/chunk-O3LIL6A5.js +1 -0
  123. package/build/js/chunks/{chunk-36FUBGEZ.js → chunk-OGERPOPP.js} +1 -1
  124. package/build/js/chunks/{chunk-F5UH7T5M.js → chunk-OI3DYGBC.js} +1 -1
  125. package/build/js/chunks/chunk-PNBJM4BJ.js +1 -0
  126. package/build/js/chunks/chunk-POMTT6U2.js +1 -0
  127. package/build/js/chunks/{chunk-6X5RLIWN.js → chunk-QCDC57QB.js} +1 -1
  128. package/build/js/chunks/chunk-SIJVFBZR.js +1 -0
  129. package/build/js/chunks/{chunk-MQ3C6JQR.js → chunk-TFLJLW4K.js} +1 -1
  130. package/build/js/chunks/chunk-TZB6SCQB.js +1 -0
  131. package/build/js/chunks/chunk-UWPIQICM.js +1 -0
  132. package/build/js/chunks/{chunk-5JGE6TIK.js → chunk-UZ2W2CJH.js} +1 -1
  133. package/build/js/chunks/chunk-V6PSSDG3.js +1 -0
  134. package/build/js/chunks/chunk-V7FLLMXI.js +1 -0
  135. package/build/js/chunks/chunk-VIPA3YVR.js +1 -0
  136. package/build/js/chunks/chunk-VOGHX5ZK.js +1 -0
  137. package/build/js/chunks/chunk-VPU7TPNE.js +1 -0
  138. package/build/js/chunks/chunk-XCYFBGS2.js +1 -0
  139. package/build/js/chunks/chunk-XTTGCSBA.js +1 -0
  140. package/build/js/chunks/chunk-ZWWBOSQM.js +1 -0
  141. package/build/js/chunks/chunk-ZX3QD2MF.js +1 -0
  142. package/build/js/djinni-types/sdcAnalyticsModule.d.ts +2 -3
  143. package/build/js/djinni-types/sdcCoreInternalSdkCommonGeometry.d.ts +1 -0
  144. package/build/js/djinni-types/sdcLabelData.d.ts +2 -1
  145. package/build/js/djinni-types/sdcLabelData.js +1 -1
  146. package/build/js/djinni-types/sdcLabelInternalModuleCapture.d.ts +1 -1
  147. package/build/js/djinni-types/sdcLabelInternalModuleCapture.js +1 -1
  148. package/build/js/djinni-types/sdcLabelInternalModuleUiOverlay.d.ts +1 -1
  149. package/build/js/index.d.ts +5 -4
  150. package/build/js/index.js +1 -1
  151. package/build/js/moduleLoader.js +1 -1
  152. package/build/js/private/PrivateLabelFieldDefinition.d.ts +2 -2
  153. package/build/js/private/adaptiveRecognitionModeTranslator.js +1 -1
  154. package/build/js/private/createProxiedViewFinder.d.ts +3 -3
  155. package/build/js/private/scrollIntoView/compute.d.ts +69 -0
  156. package/build/js/private/scrollIntoView/compute.js +1 -0
  157. package/build/js/private/scrollIntoView/index.d.ts +62 -0
  158. package/build/js/private/scrollIntoView/index.js +1 -0
  159. package/build/js/private/scrollIntoView/types.d.ts +21 -0
  160. package/build/js/private/scrollIntoView/types.js +0 -0
  161. package/build/js/private/viewfinderTranslator.js +1 -1
  162. package/build/js/{sdcLabelInternalModuleCapture-CxPSiq2o.d.ts → sdcLabelInternalModuleCapture-yM8m0vEc.d.ts} +34 -2
  163. package/build/js/ui/atoms/TextInput.d.ts +0 -6
  164. package/build/js/ui/atoms/TextInput.js +1 -1
  165. package/build/js/ui/atoms/viewportUtils.d.ts +27 -0
  166. package/build/js/ui/atoms/viewportUtils.js +1 -0
  167. package/build/js/ui/controllers/KeyboardVisibilityController.d.ts +55 -5
  168. package/build/js/ui/controllers/KeyboardVisibilityController.js +1 -1
  169. package/build/js/ui/organisms/LabelCaptureValidationFlowLayout.d.ts +6 -2
  170. package/build/js/ui/organisms/LabelCaptureValidationFlowLayout.js +1 -1
  171. package/build/js/worker/LabelCaptureWorkerManager.d.ts +2 -2
  172. package/build/js/worker/LabelCaptureWorkerManager.js +1 -1
  173. package/build/js/worker/WorkerMain.d.ts +2 -2
  174. package/build/js/worker/WorkerMain.js +1 -1
  175. package/build/js/worker/WorkerRegistry.d.ts +2 -2
  176. package/build/js/worker/dataCaptureEngine.d.ts +2 -2
  177. package/build/js/worker/dataCaptureEngine.js +1 -1
  178. package/build/js/worker/dataCaptureWorkerRelated.d.ts +2 -2
  179. package/build/js/worker/handlers/FieldBuilderHandler.d.ts +2 -2
  180. package/build/js/worker/handlers/FieldBuilderHandler.js +1 -1
  181. package/build/js/worker/handlers/LabelCaptureAdvancedOverlayHandler.d.ts +2 -2
  182. package/build/js/worker/handlers/LabelCaptureAdvancedOverlayHandler.js +1 -1
  183. package/build/js/worker/handlers/LabelCaptureBasicOverlayHandler.d.ts +2 -2
  184. package/build/js/worker/handlers/LabelCaptureBasicOverlayHandler.js +1 -1
  185. package/build/js/worker/handlers/LabelCaptureHandler.d.ts +2 -2
  186. package/build/js/worker/handlers/LabelCaptureHandler.js +1 -1
  187. package/build/js/worker/handlers/ReceiptScanningHandler.d.ts +2 -2
  188. package/build/js/worker/handlers/ReceiptScanningHandler.js +1 -1
  189. package/build/js/worker/handlers/SettingsHandler.d.ts +2 -2
  190. package/build/js/worker/handlers/SettingsHandler.js +1 -1
  191. package/build/js/worker/handlers/ValidationFlowHandler.d.ts +4 -2
  192. package/build/js/worker/handlers/ValidationFlowHandler.js +1 -1
  193. package/build/js/worker/labelCapture.inlineWorker.d.ts +2 -2
  194. package/build/js/worker/labelCapture.inlineWorker.js +1 -1
  195. package/build/js/worker/labelWorkerHandler.d.ts +2 -2
  196. package/build/js/worker/proxies/AimerViewfinderProxy.d.ts +2 -2
  197. package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -1
  198. package/build/js/worker/proxies/BarcodeFieldProxy.d.ts +2 -2
  199. package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -1
  200. package/build/js/worker/proxies/CapturedLabelProxy.d.ts +2 -2
  201. package/build/js/worker/proxies/CapturedLabelProxy.js +1 -1
  202. package/build/js/worker/proxies/CustomBarcodeProxy.d.ts +2 -2
  203. package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -1
  204. package/build/js/worker/proxies/CustomTextProxy.d.ts +2 -2
  205. package/build/js/worker/proxies/CustomTextProxy.js +1 -1
  206. package/build/js/worker/proxies/DateTextProxy.d.ts +2 -2
  207. package/build/js/worker/proxies/DateTextProxy.js +1 -1
  208. package/build/js/worker/proxies/ExpiryDateTextProxy.d.ts +2 -2
  209. package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -1
  210. package/build/js/worker/proxies/ImeiOneBarcodeProxy.d.ts +2 -2
  211. package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -1
  212. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.d.ts +2 -2
  213. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -1
  214. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.d.ts +2 -2
  215. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -1
  216. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.d.ts +2 -2
  217. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -1
  218. package/build/js/worker/proxies/LabelCaptureHelperProxy.d.ts +2 -2
  219. package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -1
  220. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.d.ts +2 -2
  221. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -1
  222. package/build/js/worker/proxies/LabelCaptureProxy.d.ts +2 -2
  223. package/build/js/worker/proxies/LabelCaptureProxy.js +1 -1
  224. package/build/js/worker/proxies/LabelCaptureSessionProxy.d.ts +2 -2
  225. package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -1
  226. package/build/js/worker/proxies/LabelCaptureSettingsProxy.d.ts +2 -2
  227. package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -1
  228. package/build/js/worker/proxies/LabelDefinitionProxy.d.ts +2 -2
  229. package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -1
  230. package/build/js/worker/proxies/LabelFieldDefinitionProxy.d.ts +4 -2
  231. package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -1
  232. package/build/js/worker/proxies/LabelFieldLocationProxy.d.ts +2 -2
  233. package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -1
  234. package/build/js/worker/proxies/LabelFieldProxy.d.ts +2 -2
  235. package/build/js/worker/proxies/LabelFieldProxy.js +1 -1
  236. package/build/js/worker/proxies/NativeProxy.d.ts +2 -2
  237. package/build/js/worker/proxies/NativeProxy.js +1 -1
  238. package/build/js/worker/proxies/NoViewfinderProxy.d.ts +2 -2
  239. package/build/js/worker/proxies/NoViewfinderProxy.js +1 -1
  240. package/build/js/worker/proxies/PackingDateTextProxy.d.ts +2 -2
  241. package/build/js/worker/proxies/PackingDateTextProxy.js +1 -1
  242. package/build/js/worker/proxies/PartNumberBarcodeProxy.d.ts +2 -2
  243. package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -1
  244. package/build/js/worker/proxies/ReceiptScanningHandlerProxy.d.ts +2 -2
  245. package/build/js/worker/proxies/ReceiptScanningOverlayProxy.d.ts +2 -2
  246. package/build/js/worker/proxies/ReceiptScanningOverlayProxy.js +1 -1
  247. package/build/js/worker/proxies/ReceiptScanningSettingsProxy.d.ts +2 -2
  248. package/build/js/worker/proxies/ReceiptScanningSettingsProxy.js +1 -1
  249. package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.d.ts +2 -2
  250. package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.js +1 -1
  251. package/build/js/worker/proxies/RectangularViewfinderProxy.d.ts +2 -2
  252. package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -1
  253. package/build/js/worker/proxies/SerialNumberBarcodeProxy.d.ts +2 -2
  254. package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -1
  255. package/build/js/worker/proxies/TotalPriceTextProxy.d.ts +2 -2
  256. package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -1
  257. package/build/js/worker/proxies/UnitPriceTextProxy.d.ts +2 -2
  258. package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -1
  259. package/build/js/worker/proxies/ValidationFlowListenerProxy.d.ts +4 -4
  260. package/build/js/worker/proxies/ValidationFlowListenerProxy.js +1 -1
  261. package/build/js/worker/proxies/ValidationFlowOverlayProxy.d.ts +2 -2
  262. package/build/js/worker/proxies/ValidationFlowOverlayProxy.js +1 -1
  263. package/build/js/worker/proxies/ValidationFlowSettingsProxy.d.ts +2 -2
  264. package/build/js/worker/proxies/ValidationFlowSettingsProxy.js +1 -1
  265. package/build/js/worker/proxies/WeightTextProxy.d.ts +2 -2
  266. package/build/js/worker/proxies/WeightTextProxy.js +1 -1
  267. package/build/js/worker/proxies/base/BarcodeFieldProxyBase.d.ts +2 -2
  268. package/build/js/worker/proxies/base/BarcodeFieldProxyBase.js +1 -1
  269. package/build/js/worker/proxies/base/LabelFieldDefinitionBaseProxy.d.ts +4 -2
  270. package/build/js/worker/proxies/base/LabelFieldDefinitionBaseProxy.js +1 -1
  271. package/build/js/worker/proxies/base/index.d.ts +2 -2
  272. package/build/js/worker/proxies/base/index.js +1 -1
  273. package/package.json +3 -3
  274. package/sdc-lib/resources/models/barcode_1d_scanlines_reconstruction.5c2e5da7e592.model +0 -0
  275. package/sdc-lib/resources/models/barcode_keypoints_oned.c499e5bd6ed4.model +0 -0
  276. package/sdc-lib/resources/models/barcode_label_localization_mslc_model_smartphone.29decf3dd9e6.model +0 -0
  277. package/sdc-lib/resources/models/id_outline_localization_model_kpts.b74ff5cc58cf.model +0 -0
  278. package/sdc-lib/resources/models/ocr_attention.dd4572d2c642.model +0 -0
  279. package/sdc-lib/resources/models/via_id_template_database.488e01f034cb.model +0 -0
  280. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.js +1 -1
  281. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.wasm +0 -0
  282. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.js +1 -1
  283. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.wasm +0 -0
  284. package/sdc-lib/scandit-datacapture-sdk-label-simd.js +1 -1
  285. package/sdc-lib/scandit-datacapture-sdk-label-simd.wasm +0 -0
  286. package/sdc-lib/scandit-datacapture-sdk-label.js +1 -1
  287. package/sdc-lib/scandit-datacapture-sdk-label.wasm +0 -0
  288. package/build/js/chunks/chunk-2JJNU34C.js +0 -1
  289. package/build/js/chunks/chunk-4IN2HVLU.js +0 -1
  290. package/build/js/chunks/chunk-4LEONM2D.js +0 -1
  291. package/build/js/chunks/chunk-5CNHCL7M.js +0 -1
  292. package/build/js/chunks/chunk-7M5DXL6F.js +0 -1
  293. package/build/js/chunks/chunk-ANZRGHEQ.js +0 -1
  294. package/build/js/chunks/chunk-AONFYCPA.js +0 -1
  295. package/build/js/chunks/chunk-AVKEMR5W.js +0 -1
  296. package/build/js/chunks/chunk-CP4Y6VIT.js +0 -1
  297. package/build/js/chunks/chunk-DHFJ3EFE.js +0 -1
  298. package/build/js/chunks/chunk-DVWSNT7T.js +0 -1
  299. package/build/js/chunks/chunk-GVHKYWET.js +0 -1
  300. package/build/js/chunks/chunk-HMFPC3RG.js +0 -1
  301. package/build/js/chunks/chunk-JF7J7XP2.js +0 -1
  302. package/build/js/chunks/chunk-K5Y26N6X.js +0 -1
  303. package/build/js/chunks/chunk-KBXWH2TW.js +0 -1
  304. package/build/js/chunks/chunk-KFIB6ALQ.js +0 -1
  305. package/build/js/chunks/chunk-N2Q2DERV.js +0 -1
  306. package/build/js/chunks/chunk-N4GW7RGB.js +0 -1
  307. package/build/js/chunks/chunk-N7HKYUQ6.js +0 -1
  308. package/build/js/chunks/chunk-NAWWKVI5.js +0 -1
  309. package/build/js/chunks/chunk-NDYVHCIR.js +0 -1
  310. package/build/js/chunks/chunk-OHZCXBA4.js +0 -1
  311. package/build/js/chunks/chunk-PBTK3XKJ.js +0 -1
  312. package/build/js/chunks/chunk-RMO2SLDR.js +0 -1
  313. package/build/js/chunks/chunk-S7PTN3KC.js +0 -1
  314. package/build/js/chunks/chunk-SQEDHQIB.js +0 -1
  315. package/build/js/chunks/chunk-T5PFYQ2F.js +0 -1
  316. package/build/js/chunks/chunk-THXK2CAH.js +0 -1
  317. package/build/js/chunks/chunk-TTPFUFVN.js +0 -1
  318. package/build/js/chunks/chunk-U77DVACF.js +0 -1
  319. package/build/js/chunks/chunk-UDGNT475.js +0 -1
  320. package/build/js/chunks/chunk-VDVJDXZY.js +0 -1
  321. package/build/js/chunks/chunk-VEAIPJDT.js +0 -1
  322. package/build/js/chunks/chunk-W4ZKJPWB.js +0 -1
  323. package/build/js/chunks/chunk-WFKHPFU2.js +0 -1
  324. package/build/js/chunks/chunk-XNRT4YBM.js +0 -1
  325. package/build/js/chunks/chunk-XZAS7UFN.js +0 -1
  326. package/build/js/chunks/chunk-YH6BNOYC.js +0 -1
  327. package/build/js/chunks/chunk-YPFID6RX.js +0 -2
  328. package/build/js/chunks/chunk-ZMEFT4CJ.js +0 -1
  329. package/build/js/chunks/chunk-ZVURFK6X.js +0 -1
  330. package/sdc-lib/resources/models/barcode_keypoints_oned.6697cfdb9ce4.model +0 -0
  331. package/sdc-lib/resources/models/id_outline_localization_model_kpts.b7f16ab1f44c.model +0 -0
  332. package/sdc-lib/resources/models/via_id_template_database.578ae388d1d7.model +0 -0
@@ -34,7 +34,7 @@ declare global {
34
34
  }
35
35
  declare class LabelCaptureValidationFlowLayout extends ScanditHTMLElement {
36
36
  static tag: "scandit-label-capture-validation-flow-layout";
37
- private static injectedStyleElement;
37
+ private static injectedStyleElements;
38
38
  private dataCaptureViewContainer_;
39
39
  private dataCaptureViewWrapper_;
40
40
  private backdrop_;
@@ -46,6 +46,8 @@ declare class LabelCaptureValidationFlowLayout extends ScanditHTMLElement {
46
46
  private buttonsContainer_;
47
47
  private orientationObserver_;
48
48
  private onOrientationChangeHandler;
49
+ private viewportMeta;
50
+ private originalViewportContent;
49
51
  private onClearButtonClickHandler;
50
52
  private onPauseButtonClickHandler;
51
53
  private onDataCaptureViewWrapperClickHandler;
@@ -54,7 +56,7 @@ declare class LabelCaptureValidationFlowLayout extends ScanditHTMLElement {
54
56
  private focusedInputOffset;
55
57
  private currentAnimationPromise;
56
58
  private lastOrientationEvent_;
57
- private static createStyleElement;
59
+ private static createStyleElements;
58
60
  static create(): LabelCaptureValidationFlowLayout;
59
61
  static register(): void;
60
62
  get dataCaptureViewContainer(): HTMLDivElement | null;
@@ -73,6 +75,8 @@ declare class LabelCaptureValidationFlowLayout extends ScanditHTMLElement {
73
75
  private addButtonIcons;
74
76
  private setupOrientationObserver;
75
77
  private onOrientationChange;
78
+ private disableViewportZoom;
79
+ private restoreViewportZoom;
76
80
  private showButton;
77
81
  private hideButton;
78
82
  showValidationButtons(): void;
@@ -1 +1 @@
1
- export{b as LabelCaptureValidationFlowLayout,a as LabelCaptureValidationFlowLayoutEvents}from'../../chunks/chunk-XZAS7UFN.js';
1
+ export{b as LabelCaptureValidationFlowLayout,a as LabelCaptureValidationFlowLayoutEvents}from'../../chunks/chunk-CYK3ORCG.js';
@@ -1,12 +1,12 @@
1
1
  import { DataCaptureLoader, DataCaptureLoaderOptions } from '@scandit/web-datacapture-core';
2
- import { d as DataCaptureWorker, e as DataCaptureActionMessageKey, W as WorkerCommandPayload, D as DataCaptureCallbackMessage } from '../NativeProxy-BpXwaSl-.js';
2
+ import { d as DataCaptureWorker, e as DataCaptureActionMessageKey, W as WorkerCommandPayload, D as DataCaptureCallbackMessage } from '../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
9
+ import '../sdcLabelInternalModuleCapture-yM8m0vEc.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{a as LabelCaptureWorkerManager}from'../chunks/chunk-YPFID6RX.js';
1
+ export{a as LabelCaptureWorkerManager}from'../chunks/chunk-2W6E3GQH.js';
@@ -1,8 +1,8 @@
1
1
  import { AugmentedWorker, ModuleHandler, WasmFrameData } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
2
2
  import { WorkerMain as WorkerMain$1 } from '@scandit/web-datacapture-core/build/js/worker/index.js';
3
- import { b as LabelCaptureListener, L as LabelCapture, c as LabelCaptureSession } from '../sdcLabelInternalModuleCapture-CxPSiq2o.js';
3
+ import { a as LabelCaptureListener, L as LabelCapture, b as LabelCaptureSession } from '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
4
4
  import { DataCaptureEngine } from './dataCaptureEngine.js';
5
- import { M as Module, e as DataCaptureActionMessageKey, D as DataCaptureCallbackMessage, f as AnyDataCaptureActionMessage } from '../NativeProxy-BpXwaSl-.js';
5
+ import { M as Module, e as DataCaptureActionMessageKey, D as DataCaptureCallbackMessage, f as AnyDataCaptureActionMessage } from '../NativeProxy-wKE5sxLq.js';
6
6
  import '../djinni-types/sdcBarcodeData.js';
7
7
  import '../djinni-types/sdcSymbologySettings.js';
8
8
  import '../djinni-types/sdcCoreInternalSdkArea.js';
@@ -1 +1 @@
1
- export{Q as WorkerMain}from'../chunks/chunk-XNRT4YBM.js';
1
+ export{Q as WorkerMain}from'../chunks/chunk-MIF4OREL.js';
@@ -1,13 +1,13 @@
1
1
  import { LabelCaptureWorkerManager } from './LabelCaptureWorkerManager.js';
2
2
  import '@scandit/web-datacapture-core';
3
- import '../NativeProxy-BpXwaSl-.js';
3
+ import '../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
10
+ import '../sdcLabelInternalModuleCapture-yM8m0vEc.js';
11
11
  import '../djinni-types/sdcSymbologySettings.js';
12
12
  import '../djinni-types/sdcCoreInternalSdkArea.js';
13
13
  import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1,13 +1,13 @@
1
1
  import { WorkerFunctions as WorkerFunctions$1, ModuleHandler, Vector, UpdateContextParameters, AddNativeOverlayAction, RemoveNativeOverlayAction } from '@scandit/web-datacapture-core/build/js/worker/index';
2
2
  import { DataCaptureEngine as DataCaptureEngine$1 } from '@scandit/web-datacapture-core/build/js/worker/index.js';
3
- import { M as Module, D as DataCaptureCallbackMessage } from '../NativeProxy-BpXwaSl-.js';
3
+ import { M as Module, D as DataCaptureCallbackMessage } from '../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
10
+ import '../sdcLabelInternalModuleCapture-yM8m0vEc.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{F as DataCaptureEngine}from'../chunks/chunk-XNRT4YBM.js';
1
+ export{F as DataCaptureEngine}from'../chunks/chunk-MIF4OREL.js';
@@ -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, 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';
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 ValidationFlowFeedbackForCloudBackupEmitCallbackMessage, b0 as ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage, b1 as ValidationFlowHandlerClearAllFieldsActionMessage, b2 as ValidationFlowHandlerCreateActionMessage, b3 as ValidationFlowHandlerFinishFlowActionMessage, b4 as ValidationFlowHandlerGetValidationFlowFieldsActionMessage, b5 as ValidationFlowHandlerPauseScanActionMessage, b6 as ValidationFlowHandlerResetActionMessage, b7 as ValidationFlowHandlerResumeScanActionMessage, b8 as ValidationFlowHandlerStartCompleteLabelScanActionMessage, b9 as ValidationFlowHandlerStartPartialLabelScanActionMessage, ba as ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage, bb as ValidationFlowHandlerUpdateFieldValueActionMessage, bc as ValidationFlowListenerOnCloudBackupServiceStartedCallbackMessage, bd as ValidationFlowListenerOnCloudBackupServiceStoppedCallbackMessage, be as ValidationFlowListenerOnFieldsScannedCallbackMessage, bf as ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage, bg as ValidationFlowListenerOnManualInputCallbackMessage, bh as ValidationFlowListenerOnResultUpdateCallbackMessage, bi as ValidationFlowListenerOnScanTimeoutCallbackMessage, bj as ValidationFlowListenerOnStateChangedCallbackMessage, bk as ValidationFlowOverlayApplySettingsActionMessage, bl as ValidationFlowOverlayForLabelCaptureActionMessage, bm as ValidationFlowSettingsCreateActionMessage, bn as ValidationFlowSettingsGetAdaptiveScanningTextActionMessage, bo as ValidationFlowSettingsGetFinishButtonTextActionMessage, bp as ValidationFlowSettingsGetManualInputButtonTextActionMessage, bq as ValidationFlowSettingsGetMissingFieldsHintTextActionMessage, br as ValidationFlowSettingsGetPauseButtonTextActionMessage, bs as ValidationFlowSettingsGetPlaceholderTextForLabelDefinitionActionMessage, bt as ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage, bu as ValidationFlowSettingsGetRestartButtonTextActionMessage, bv as ValidationFlowSettingsGetScanningTextActionMessage, bw as ValidationFlowSettingsGetStandbyHintTextActionMessage, bx as ValidationFlowSettingsGetValidationErrorTextActionMessage, by as ValidationFlowSettingsGetValidationHintTextActionMessage, bz as ValidationFlowSettingsSetAdaptiveScanningTextActionMessage, bA as ValidationFlowSettingsSetFinishButtonTextActionMessage, bB as ValidationFlowSettingsSetManualInputButtonTextActionMessage, bC as ValidationFlowSettingsSetMissingFieldsHintTextActionMessage, bD as ValidationFlowSettingsSetPauseButtonTextActionMessage, bE as ValidationFlowSettingsSetPlaceholderTextForLabelDefinitionActionMessage, bF as ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage, bG as ValidationFlowSettingsSetRestartButtonTextActionMessage, bH as ValidationFlowSettingsSetScanningTextActionMessage, bI as ValidationFlowSettingsSetStandbyHintTextActionMessage, bJ as ValidationFlowSettingsSetValidationErrorTextActionMessage, bK as ValidationFlowSettingsSetValidationHintTextActionMessage, W as WorkerCommandPayload, bL as WorkerResponse } from '../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
8
+ import '../sdcLabelInternalModuleCapture-yM8m0vEc.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-BpXwaSl-.js';
1
+ import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
8
+ import '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{I as FieldBuilderHandler}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,11 +1,11 @@
1
- import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
8
+ import '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{J as LabelCaptureAdvancedOverlayHandler}from'../../chunks/chunk-MIF4OREL.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-BpXwaSl-.js';
3
+ import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
13
+ import '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{K as LabelCaptureBasicOverlayHandler}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,4 +1,4 @@
1
- import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
9
+ import '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{M as LabelCaptureHandler}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,4 +1,4 @@
1
- import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
9
+ import '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{N as ReceiptScanningHandler}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,4 +1,4 @@
1
- import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
9
+ import '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{O as SettingsHandler}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,4 +1,4 @@
1
- import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { f as AnyDataCaptureActionMessage } from '../../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
9
+ import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
10
10
  import '../../djinni-types/sdcSymbologySettings.js';
11
11
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
12
12
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -43,7 +43,9 @@ import '@scandit/web-datacapture-core/build/js/worker/index';
43
43
  declare class ValidationFlowHandler {
44
44
  private readonly workerMain;
45
45
  private validationFlowListener;
46
+ private cloudBackupFeedback;
46
47
  constructor(workerMain: WorkerMain);
48
+ private getOrCreateCloudBackupFeedback;
47
49
  canHandle(command: string): boolean;
48
50
  handle(event: MessageEvent<AnyDataCaptureActionMessage>): Promise<unknown>;
49
51
  }
@@ -1 +1 @@
1
- export{P as ValidationFlowHandler}from'../../chunks/chunk-XNRT4YBM.js';
1
+ export{P as ValidationFlowHandler}from'../../chunks/chunk-MIF4OREL.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-CxPSiq2o.js';
4
+ import '../sdcLabelInternalModuleCapture-yM8m0vEc.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-BpXwaSl-.js';
20
+ import '../NativeProxy-wKE5sxLq.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-XNRT4YBM.js';
1
+ export{S as InlineWorker,R as workerInstance}from'../chunks/chunk-MIF4OREL.js';
@@ -1,13 +1,13 @@
1
1
  import { LabelCaptureWorkerManager } from './LabelCaptureWorkerManager.js';
2
2
  import '@scandit/web-datacapture-core';
3
- import '../NativeProxy-BpXwaSl-.js';
3
+ import '../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
10
+ import '../sdcLabelInternalModuleCapture-yM8m0vEc.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-BpXwaSl-.js';
3
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
12
+ import '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{U as default}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,7 +1,7 @@
1
1
  import { Symbology } from '../../djinni-types/sdcBarcodeData.js';
2
- import { B as BarcodeField, d as LabelFieldLocation } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
2
+ import { B as BarcodeField, c as LabelFieldLocation } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
3
3
  import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
4
- import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
4
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.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-XNRT4YBM.js';
1
+ export{G as default}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,4 +1,4 @@
1
- import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
9
+ import '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-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
+ import {T}from'../../chunks/chunk-MIF4OREL.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-BpXwaSl-.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
2
2
  import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
3
- import { C as CustomBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
3
+ import { C as CustomBarcode, d as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{d as default}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
2
2
  import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
3
- import { f as CustomText, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
3
+ import { e as CustomText, d as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{e as default}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
2
2
  import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
3
- import { D as DateText, g as LabelDateFormat, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
3
+ import { D as DateText, f as LabelDateFormat, d as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{H as default}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
2
2
  import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
3
- import { E as ExpiryDateText, g as LabelDateFormat, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
3
+ import { E as ExpiryDateText, f as LabelDateFormat, d as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.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{f as default}from'../../chunks/chunk-XNRT4YBM.js';
1
+ export{f as default}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
2
2
  import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
3
- import { I as ImeiOneBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
3
+ import { I as ImeiOneBarcode, d as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{g as default}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
2
2
  import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
3
- import { h as ImeiTwoBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
3
+ import { g as ImeiTwoBarcode, d as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{h as default}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,4 +1,4 @@
1
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
10
+ import '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{s as LabelCaptureAdvancedOverlayProxy,t as default}from'../../chunks/chunk-MIF4OREL.js';
@@ -1,4 +1,4 @@
1
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
1
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
13
+ import '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{u as LabelCaptureBasicOverlayProxy,v as default}from'../../chunks/chunk-MIF4OREL.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-BpXwaSl-.js';
3
- import { i as LabelCaptureHelper, L as LabelCapture } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
2
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.js';
3
+ import { h as LabelCaptureHelper, L as LabelCapture } from '../../sdcLabelInternalModuleCapture-yM8m0vEc.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-XNRT4YBM.js';
1
+ export{L as default}from'../../chunks/chunk-MIF4OREL.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-BpXwaSl-.js';
2
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-wKE5sxLq.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-CxPSiq2o.js';
9
+ import '../../sdcLabelInternalModuleCapture-yM8m0vEc.js';
10
10
  import '../../djinni-types/sdcSymbologySettings.js';
11
11
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
12
12
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';