@scandit/web-datacapture-label 7.6.2 → 8.0.0-beta.2

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 (271) hide show
  1. package/build/js/{LabelCaptureAdvancedOverlay-B_O6RnV4.d.ts → LabelCaptureAdvancedOverlay-CX1Nuzz9.d.ts} +1 -1
  2. package/build/js/{LabelCaptureBasicOverlay-BMgzzuF4.d.ts → LabelCaptureBasicOverlay-Dpxz5gik.d.ts} +1 -1
  3. package/build/js/{NativeProxy-lmG_UTx9.d.ts → NativeProxy-Dqn_Pwfi.d.ts} +62 -8
  4. package/build/js/api/AdaptiveRecognitionMode.d.ts +18 -0
  5. package/build/js/api/AdaptiveRecognitionMode.js +1 -0
  6. package/build/js/api/BarcodeFieldBuilder.js +1 -1
  7. package/build/js/api/CustomBarcode.d.ts +4 -4
  8. package/build/js/api/CustomBarcode.js +1 -1
  9. package/build/js/api/CustomBarcodeBuilder.d.ts +3 -3
  10. package/build/js/api/CustomBarcodeBuilder.js +1 -1
  11. package/build/js/api/CustomText.d.ts +6 -5
  12. package/build/js/api/CustomText.js +1 -1
  13. package/build/js/api/CustomTextBuilder.d.ts +5 -4
  14. package/build/js/api/CustomTextBuilder.js +1 -1
  15. package/build/js/api/DateText.d.ts +57 -0
  16. package/build/js/api/DateText.js +1 -0
  17. package/build/js/api/DateTextBuilder.d.ts +57 -0
  18. package/build/js/api/DateTextBuilder.js +1 -0
  19. package/build/js/api/ExpiryDateText.d.ts +6 -5
  20. package/build/js/api/ExpiryDateText.js +1 -1
  21. package/build/js/api/ExpiryDateTextBuilder.d.ts +7 -6
  22. package/build/js/api/ExpiryDateTextBuilder.js +1 -1
  23. package/build/js/api/ImeiOneBarcode.d.ts +2 -2
  24. package/build/js/api/ImeiOneBarcode.js +1 -1
  25. package/build/js/api/ImeiOneBarcodeBuilder.d.ts +3 -3
  26. package/build/js/api/ImeiOneBarcodeBuilder.js +1 -1
  27. package/build/js/api/ImeiTwoBarcode.d.ts +2 -2
  28. package/build/js/api/ImeiTwoBarcode.js +1 -1
  29. package/build/js/api/ImeiTwoBarcodeBuilder.d.ts +3 -3
  30. package/build/js/api/ImeiTwoBarcodeBuilder.js +1 -1
  31. package/build/js/api/LabelCapture.d.ts +3 -1
  32. package/build/js/api/LabelCapture.js +1 -1
  33. package/build/js/api/LabelCaptureAdvancedOverlay.d.ts +4 -2
  34. package/build/js/api/LabelCaptureAdvancedOverlayListener.d.ts +4 -2
  35. package/build/js/api/LabelCaptureBasicOverlay.d.ts +4 -2
  36. package/build/js/api/LabelCaptureBasicOverlay.js +1 -1
  37. package/build/js/api/LabelCaptureBasicOverlayListener.d.ts +4 -2
  38. package/build/js/api/LabelCaptureListener.d.ts +3 -1
  39. package/build/js/api/LabelCaptureOverlayJSON.d.ts +2 -1
  40. package/build/js/api/LabelCaptureSettings.d.ts +3 -1
  41. package/build/js/api/LabelCaptureValidationFlowOverlay.d.ts +12 -3
  42. package/build/js/api/LabelCaptureValidationFlowOverlay.js +1 -1
  43. package/build/js/api/LabelDefinition.d.ts +11 -3
  44. package/build/js/api/LabelDefinition.js +1 -1
  45. package/build/js/api/LabelFieldDefinition.d.ts +1 -1
  46. package/build/js/api/LabelFieldDefinitionBuilder.d.ts +3 -3
  47. package/build/js/api/LabelFieldDefinitionBuilder.js +1 -1
  48. package/build/js/api/PackingDateText.d.ts +6 -5
  49. package/build/js/api/PackingDateText.js +1 -1
  50. package/build/js/api/PackingDateTextBuilder.d.ts +7 -6
  51. package/build/js/api/PackingDateTextBuilder.js +1 -1
  52. package/build/js/api/PartNumberBarcode.d.ts +2 -2
  53. package/build/js/api/PartNumberBarcode.js +1 -1
  54. package/build/js/api/PartNumberBarcodeBuilder.d.ts +3 -3
  55. package/build/js/api/PartNumberBarcodeBuilder.js +1 -1
  56. package/build/js/api/PrivateValidationFlowHandler.d.ts +3 -0
  57. package/build/js/api/PrivateValidationFlowHandler.js +1 -1
  58. package/build/js/api/SerialNumberBarcode.d.ts +2 -2
  59. package/build/js/api/SerialNumberBarcode.js +1 -1
  60. package/build/js/api/SerialNumberBarcodeBuilder.d.ts +3 -3
  61. package/build/js/api/SerialNumberBarcodeBuilder.js +1 -1
  62. package/build/js/api/TextFieldBuilder.js +1 -1
  63. package/build/js/api/TotalPriceText.d.ts +6 -5
  64. package/build/js/api/TotalPriceText.js +1 -1
  65. package/build/js/api/TotalPriceTextBuilder.d.ts +7 -6
  66. package/build/js/api/TotalPriceTextBuilder.js +1 -1
  67. package/build/js/api/UnitPriceText.d.ts +6 -5
  68. package/build/js/api/UnitPriceText.js +1 -1
  69. package/build/js/api/UnitPriceTextBuilder.d.ts +7 -6
  70. package/build/js/api/UnitPriceTextBuilder.js +1 -1
  71. package/build/js/api/WeightText.d.ts +6 -5
  72. package/build/js/api/WeightText.js +1 -1
  73. package/build/js/api/WeightTextBuilder.d.ts +7 -6
  74. package/build/js/api/WeightTextBuilder.js +1 -1
  75. package/build/js/chunks/chunk-2JJNU34C.js +1 -0
  76. package/build/js/chunks/chunk-2JQJUKKV.js +1 -0
  77. package/build/js/chunks/chunk-4IN2HVLU.js +1 -0
  78. package/build/js/chunks/chunk-5CNHCL7M.js +1 -0
  79. package/build/js/chunks/chunk-67ANQYNA.js +1 -0
  80. package/build/js/chunks/chunk-6QWXDVDE.js +1 -0
  81. package/build/js/chunks/{chunk-AJ47RO4E.js → chunk-6ZRD5AHI.js} +1 -1
  82. package/build/js/chunks/chunk-7M5DXL6F.js +1 -0
  83. package/build/js/chunks/chunk-7V7K3PCH.js +1 -0
  84. package/build/js/chunks/chunk-7W7VDXJD.js +1 -0
  85. package/build/js/chunks/chunk-7YYY7VA3.js +1 -0
  86. package/build/js/chunks/chunk-ANZRGHEQ.js +1 -0
  87. package/build/js/chunks/chunk-AVKEMR5W.js +1 -0
  88. package/build/js/chunks/chunk-BNFBKOTV.js +1 -0
  89. package/build/js/chunks/chunk-CP4Y6VIT.js +1 -0
  90. package/build/js/chunks/chunk-DHFJ3EFE.js +1 -0
  91. package/build/js/chunks/chunk-DV4WMUFU.js +1 -0
  92. package/build/js/chunks/chunk-FEDVCTOM.js +1 -0
  93. package/build/js/chunks/{chunk-K546LWO4.js → chunk-FLGWGEP3.js} +1 -1
  94. package/build/js/chunks/chunk-JF7J7XP2.js +1 -0
  95. package/build/js/chunks/chunk-K5Y26N6X.js +1 -0
  96. package/build/js/chunks/{chunk-INKFF3U2.js → chunk-LVUNHV32.js} +1 -1
  97. package/build/js/chunks/chunk-N2Q2DERV.js +1 -0
  98. package/build/js/chunks/chunk-N4GW7RGB.js +1 -0
  99. package/build/js/chunks/chunk-N7HKYUQ6.js +1 -0
  100. package/build/js/chunks/chunk-NAWWKVI5.js +1 -0
  101. package/build/js/chunks/chunk-NJRLN3WA.js +1 -0
  102. package/build/js/chunks/chunk-OHZCXBA4.js +1 -0
  103. package/build/js/chunks/chunk-PBTK3XKJ.js +1 -0
  104. package/build/js/chunks/chunk-RMO2SLDR.js +1 -0
  105. package/build/js/chunks/chunk-RTUZ7UNX.js +1 -0
  106. package/build/js/chunks/chunk-S7PTN3KC.js +1 -0
  107. package/build/js/chunks/chunk-SHLS2WMS.js +2 -0
  108. package/build/js/chunks/chunk-SQEDHQIB.js +1 -0
  109. package/build/js/chunks/chunk-SWSQIF4W.js +1 -0
  110. package/build/js/chunks/chunk-TKET64Y7.js +1 -0
  111. package/build/js/chunks/chunk-TUGEFRT6.js +1 -0
  112. package/build/js/chunks/chunk-UDGNT475.js +1 -0
  113. package/build/js/chunks/chunk-VDVJDXZY.js +1 -0
  114. package/build/js/chunks/chunk-VSH23DF3.js +1 -0
  115. package/build/js/chunks/chunk-W3UA3KE7.js +1 -0
  116. package/build/js/chunks/chunk-W4ZKJPWB.js +1 -0
  117. package/build/js/chunks/{chunk-2DTQEG4U.js → chunk-WX63L6GU.js} +1 -1
  118. package/build/js/chunks/chunk-XKSRWFDE.js +1 -0
  119. package/build/js/chunks/chunk-XW4HFTSX.js +1 -0
  120. package/build/js/chunks/chunk-YH6BNOYC.js +1 -0
  121. package/build/js/chunks/chunk-YSXXNA74.js +1 -0
  122. package/build/js/chunks/chunk-ZMEFT4CJ.js +1 -0
  123. package/build/js/djinni-types/sdcBarcodeData.d.ts +1 -1
  124. package/build/js/djinni-types/sdcBarcodeData.js +1 -1
  125. package/build/js/djinni-types/sdcCoreInternalSdkCommonGeometry.d.ts +4 -5
  126. package/build/js/djinni-types/sdcLabelData.d.ts +5 -1
  127. package/build/js/djinni-types/sdcLabelData.js +1 -1
  128. package/build/js/djinni-types/sdcLabelInternalModuleCapture.d.ts +5 -6
  129. package/build/js/index.d.ts +6 -3
  130. package/build/js/index.js +1 -1
  131. package/build/js/moduleLoader.js +1 -1
  132. package/build/js/private/PrivateLabelFieldDefinition.d.ts +2 -1
  133. package/build/js/private/adaptiveRecognitionModeTranslator.d.ts +6 -0
  134. package/build/js/private/adaptiveRecognitionModeTranslator.js +1 -0
  135. package/build/js/private/createProxiedViewFinder.d.ts +4 -2
  136. package/build/js/private/symbologiesTranslator.js +1 -1
  137. package/build/js/private/viewfinderTranslator.js +1 -1
  138. package/build/js/ui/atoms/InputManuallyButton.js +1 -1
  139. package/build/js/ui/atoms/RoundedButton.js +1 -1
  140. package/build/js/ui/atoms/TextInput.js +1 -1
  141. package/build/js/ui/molecules/CardListContainer.js +1 -1
  142. package/build/js/ui/molecules/CardListRestartBackButton.js +1 -1
  143. package/build/js/ui/organisms/LabelCaptureValidationFlowLayout.js +1 -1
  144. package/build/js/worker/LabelCaptureWorkerManager.d.ts +2 -1
  145. package/build/js/worker/LabelCaptureWorkerManager.js +1 -1
  146. package/build/js/worker/WorkerMain.d.ts +2 -1
  147. package/build/js/worker/WorkerMain.js +1 -1
  148. package/build/js/worker/WorkerRegistry.d.ts +2 -1
  149. package/build/js/worker/dataCaptureEngine.d.ts +2 -1
  150. package/build/js/worker/dataCaptureEngine.js +1 -1
  151. package/build/js/worker/dataCaptureWorkerRelated.d.ts +2 -1
  152. package/build/js/worker/labelCapture.inlineWorker.d.ts +2 -1
  153. package/build/js/worker/labelCapture.inlineWorker.js +1 -1
  154. package/build/js/worker/labelWorkerHandler.d.ts +2 -1
  155. package/build/js/worker/proxies/AimerViewfinderProxy.d.ts +2 -1
  156. package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -1
  157. package/build/js/worker/proxies/BarcodeFieldProxy.d.ts +2 -1
  158. package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -1
  159. package/build/js/worker/proxies/CapturedLabelProxy.d.ts +2 -1
  160. package/build/js/worker/proxies/CapturedLabelProxy.js +1 -1
  161. package/build/js/worker/proxies/CustomBarcodeProxy.d.ts +6 -5
  162. package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -1
  163. package/build/js/worker/proxies/CustomTextProxy.d.ts +6 -5
  164. package/build/js/worker/proxies/CustomTextProxy.js +1 -1
  165. package/build/js/worker/proxies/DateTextProxy.d.ts +56 -0
  166. package/build/js/worker/proxies/DateTextProxy.js +1 -0
  167. package/build/js/worker/proxies/ExpiryDateTextProxy.d.ts +6 -5
  168. package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -1
  169. package/build/js/worker/proxies/ImeiOneBarcodeProxy.d.ts +6 -5
  170. package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -1
  171. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.d.ts +6 -5
  172. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -1
  173. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.d.ts +2 -1
  174. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -1
  175. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.d.ts +2 -1
  176. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -1
  177. package/build/js/worker/proxies/LabelCaptureHelperProxy.d.ts +2 -1
  178. package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -1
  179. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.d.ts +2 -1
  180. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -1
  181. package/build/js/worker/proxies/LabelCaptureProxy.d.ts +2 -1
  182. package/build/js/worker/proxies/LabelCaptureProxy.js +1 -1
  183. package/build/js/worker/proxies/LabelCaptureSessionProxy.d.ts +2 -1
  184. package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -1
  185. package/build/js/worker/proxies/LabelCaptureSettingsProxy.d.ts +2 -1
  186. package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -1
  187. package/build/js/worker/proxies/LabelDefinitionProxy.d.ts +3 -1
  188. package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -1
  189. package/build/js/worker/proxies/LabelFieldDefinitionProxy.d.ts +6 -5
  190. package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -1
  191. package/build/js/worker/proxies/LabelFieldLocationProxy.d.ts +2 -1
  192. package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -1
  193. package/build/js/worker/proxies/LabelFieldProxy.d.ts +2 -1
  194. package/build/js/worker/proxies/LabelFieldProxy.js +1 -1
  195. package/build/js/worker/proxies/NativeProxy.d.ts +2 -1
  196. package/build/js/worker/proxies/NativeProxy.js +1 -1
  197. package/build/js/worker/proxies/NoViewfinderProxy.d.ts +2 -1
  198. package/build/js/worker/proxies/NoViewfinderProxy.js +1 -1
  199. package/build/js/worker/proxies/PackingDateTextProxy.d.ts +6 -5
  200. package/build/js/worker/proxies/PackingDateTextProxy.js +1 -1
  201. package/build/js/worker/proxies/PartNumberBarcodeProxy.d.ts +6 -5
  202. package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -1
  203. package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.d.ts +2 -1
  204. package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.js +1 -1
  205. package/build/js/worker/proxies/RectangularViewfinderProxy.d.ts +2 -1
  206. package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -1
  207. package/build/js/worker/proxies/SerialNumberBarcodeProxy.d.ts +6 -5
  208. package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -1
  209. package/build/js/worker/proxies/TotalPriceTextProxy.d.ts +6 -5
  210. package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -1
  211. package/build/js/worker/proxies/UnitPriceTextProxy.d.ts +6 -5
  212. package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -1
  213. package/build/js/worker/proxies/ValidationFlowListenerProxy.d.ts +4 -3
  214. package/build/js/worker/proxies/ValidationFlowListenerProxy.js +1 -1
  215. package/build/js/worker/proxies/ValidationFlowOverlayProxy.d.ts +2 -1
  216. package/build/js/worker/proxies/ValidationFlowOverlayProxy.js +1 -1
  217. package/build/js/worker/proxies/ValidationFlowSettingsProxy.d.ts +2 -1
  218. package/build/js/worker/proxies/ValidationFlowSettingsProxy.js +1 -1
  219. package/build/js/worker/proxies/WeightTextProxy.d.ts +6 -5
  220. package/build/js/worker/proxies/WeightTextProxy.js +1 -1
  221. package/package.json +2 -2
  222. package/sdc-lib/resources/models/barcode_keypoints_oned.43a682cdf24a.model +0 -0
  223. package/sdc-lib/resources/models/text_semantics_ocr_detector.290bf42945e3.model +0 -0
  224. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.js +1 -1
  225. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.wasm +0 -0
  226. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.js +1 -1
  227. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.wasm +0 -0
  228. package/sdc-lib/scandit-datacapture-sdk-label-simd.js +1 -1
  229. package/sdc-lib/scandit-datacapture-sdk-label-simd.wasm +0 -0
  230. package/sdc-lib/scandit-datacapture-sdk-label.js +1 -1
  231. package/sdc-lib/scandit-datacapture-sdk-label.wasm +0 -0
  232. package/build/js/chunks/chunk-34D3STCA.js +0 -1
  233. package/build/js/chunks/chunk-3FUUGYCW.js +0 -6
  234. package/build/js/chunks/chunk-3MBSB5KA.js +0 -1
  235. package/build/js/chunks/chunk-3YJEYYNN.js +0 -1
  236. package/build/js/chunks/chunk-47L7ORWZ.js +0 -6
  237. package/build/js/chunks/chunk-52G5Z63E.js +0 -1
  238. package/build/js/chunks/chunk-5TMKFM6D.js +0 -1
  239. package/build/js/chunks/chunk-6KUX2QIV.js +0 -1
  240. package/build/js/chunks/chunk-7G7CKZQL.js +0 -1
  241. package/build/js/chunks/chunk-CAR7YY4E.js +0 -2
  242. package/build/js/chunks/chunk-DNILX7DX.js +0 -1
  243. package/build/js/chunks/chunk-DOEH75Y7.js +0 -1
  244. package/build/js/chunks/chunk-G5CC2IW4.js +0 -1
  245. package/build/js/chunks/chunk-GRFWM6G6.js +0 -1
  246. package/build/js/chunks/chunk-JFUNQSVG.js +0 -1
  247. package/build/js/chunks/chunk-JN2UIEBC.js +0 -1
  248. package/build/js/chunks/chunk-JRA26UJQ.js +0 -1
  249. package/build/js/chunks/chunk-K2TTSRPP.js +0 -10
  250. package/build/js/chunks/chunk-KVDETJIR.js +0 -1
  251. package/build/js/chunks/chunk-L4HDSTG7.js +0 -1
  252. package/build/js/chunks/chunk-LD3KGFYK.js +0 -1
  253. package/build/js/chunks/chunk-LIUJLR3I.js +0 -1
  254. package/build/js/chunks/chunk-LLGO7KH5.js +0 -1
  255. package/build/js/chunks/chunk-MO3YEUW7.js +0 -1
  256. package/build/js/chunks/chunk-N2T5NSEH.js +0 -1
  257. package/build/js/chunks/chunk-P7B72XJK.js +0 -1
  258. package/build/js/chunks/chunk-PELX4NCZ.js +0 -1
  259. package/build/js/chunks/chunk-QLVN2GEB.js +0 -1
  260. package/build/js/chunks/chunk-QWUV2OFD.js +0 -1
  261. package/build/js/chunks/chunk-SGMJGVQ3.js +0 -1
  262. package/build/js/chunks/chunk-SQONULJF.js +0 -1
  263. package/build/js/chunks/chunk-TKVF6HRX.js +0 -1
  264. package/build/js/chunks/chunk-XDPQXJ7N.js +0 -1
  265. package/build/js/chunks/chunk-XPMYDYJA.js +0 -1
  266. package/build/js/chunks/chunk-YZSW6NH3.js +0 -1
  267. package/build/js/chunks/chunk-Z25YTWYI.js +0 -1
  268. package/build/js/chunks/chunk-Z5EEGVPC.js +0 -1
  269. package/build/js/chunks/chunk-ZFSFV2DF.js +0 -8
  270. package/build/js/chunks/chunk-ZQLGCNVJ.js +0 -11
  271. package/build/js/chunks/chunk-ZRDTJCIB.js +0 -1
@@ -1,7 +1,7 @@
1
1
  import { Anchor, PointWithUnit, DataCaptureOverlay, DataCaptureView } from '@scandit/web-datacapture-core';
2
2
  import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Serializable';
3
3
  import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
4
- import { N as NativeProxyHandle } from './NativeProxy-lmG_UTx9.js';
4
+ import { N as NativeProxyHandle } from './NativeProxy-Dqn_Pwfi.js';
5
5
  import { CapturedLabel } from './api/CapturedLabel.js';
6
6
  import { L as LabelCapture } from './LabelCapture-r1VXyYY1.js';
7
7
  import { LabelCaptureOverlayJSON } from './api/LabelCaptureOverlayJSON.js';
@@ -4,7 +4,7 @@ import { Serializable } from '@scandit/web-datacapture-core/build/js/private/Ser
4
4
  import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
5
5
  import { CapturedLabel } from './api/CapturedLabel.js';
6
6
  import { LabelField } from './api/LabelField.js';
7
- import { N as NativeProxyHandle } from './NativeProxy-lmG_UTx9.js';
7
+ import { N as NativeProxyHandle } from './NativeProxy-Dqn_Pwfi.js';
8
8
  import { L as LabelCapture } from './LabelCapture-r1VXyYY1.js';
9
9
  import { LabelCaptureOverlayJSON } from './api/LabelCaptureOverlayJSON.js';
10
10
 
@@ -1,14 +1,15 @@
1
1
  import { Symbology } from '@scandit/web-datacapture-barcode';
2
- import { DataCaptureCallbackMessage as DataCaptureCallbackMessage$1, DataCaptureCallbackMessageKeys as DataCaptureCallbackMessageKeys$1, AnyDataCaptureActionMessage as AnyDataCaptureActionMessage$1, DataCaptureActionMessageKey as DataCaptureActionMessageKey$1, Module as Module$1, WorkerResponse as WorkerResponse$1 } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
2
+ import { AnyDataCaptureActionMessage as AnyDataCaptureActionMessage$1, DataCaptureActionMessageKey as DataCaptureActionMessageKey$1, DataCaptureCallbackMessage as DataCaptureCallbackMessage$1, DataCaptureCallbackMessageKeys as DataCaptureCallbackMessageKeys$1, Module as Module$1, WorkerResponse as WorkerResponse$1 } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
3
3
  import { Barcode } from './djinni-types/sdcBarcodeInternalSdkData.js';
4
4
  import { FloatWithUnit, MeasureUnit, Quadrilateral } from './djinni-types/sdcCoreCommonGeometry.js';
5
- import { BarcodeField, BarcodeField_statics, CustomBarcode, CustomBarcode_statics, CustomText, CustomText_statics, ExpiryDateText, ExpiryDateText_statics, ImeiOneBarcode, ImeiOneBarcode_statics, ImeiTwoBarcode, ImeiTwoBarcode_statics, LabelCapture, LabelCapture_statics, LabelCaptureHelper, LabelCaptureHelper_statics, LabelCaptureListener, LabelCaptureSession, LabelCaptureSettings, LabelCaptureSettings_statics, LabelDefinition, LabelDefinition_statics, LabelFieldDefinition, LabelFieldLocation, LabelFieldLocation_statics, PackingDateText, PackingDateText_statics, PartNumberBarcode, PartNumberBarcode_statics, SerialNumberBarcode, SerialNumberBarcode_statics, TextField, TotalPriceText, TotalPriceText_statics, UnitPriceText, UnitPriceText_statics, WeightText, WeightText_statics, ValidationFlowState } from './djinni-types/sdcLabelInternalModuleCapture.js';
5
+ import { BarcodeField, BarcodeField_statics, CustomBarcode, CustomBarcode_statics, CustomText, CustomText_statics, DateText, DateText_statics, ExpiryDateText, ExpiryDateText_statics, ImeiOneBarcode, ImeiOneBarcode_statics, ImeiTwoBarcode, ImeiTwoBarcode_statics, LabelCapture, LabelCapture_statics, LabelCaptureHelper, LabelCaptureHelper_statics, LabelCaptureListener, LabelCaptureSession, LabelCaptureSettings, LabelCaptureSettings_statics, LabelDefinition, LabelDefinition_statics, LabelFieldDefinition, LabelFieldLocation, LabelFieldLocation_statics, PackingDateText, PackingDateText_statics, PartNumberBarcode, PartNumberBarcode_statics, SerialNumberBarcode, SerialNumberBarcode_statics, TextField, TotalPriceText, TotalPriceText_statics, UnitPriceText, UnitPriceText_statics, WeightText, WeightText_statics, ValidationFlowState } from './djinni-types/sdcLabelInternalModuleCapture.js';
6
6
  import { CapturedLabel, LabelField } from './djinni-types/sdcLabelInternalModuleData.js';
7
7
  import { RectangularLocationSelection, RectangularLocationSelection_statics } from './djinni-types/sdcCoreInternalSdkArea.js';
8
8
  import { RectangularViewfinder, RectangularViewfinder_statics, RectangularViewfinderAnimation_statics, AimerViewfinder, AimerViewfinder_statics, NoViewfinder, NoViewfinder_statics } from './djinni-types/sdcCoreInternalSdkUiViewfinder.js';
9
9
  import { LabelFieldLocationType, LabelFieldState, LabelFieldType } from './djinni-types/sdcLabelData.js';
10
10
  import { LabelCaptureOverlayHelper, LabelCaptureOverlayHelper_statics, LabelCaptureBasicOverlay, LabelCaptureBasicOverlay_statics, LabelCaptureAdvancedOverlay, LabelCaptureAdvancedOverlay_statics, ValidationFlowOverlay, ValidationFlowOverlay_statics, ValidationFlowSettings, ValidationFlowSettings_statics, ValidationFlowSettingsDefaults, ValidationFlowSettingsDefaults_statics } from './djinni-types/sdcLabelInternalModuleUiOverlay.js';
11
- import { RectangularViewfinderAnimation, PrivateLoadableFrameData, LocationSelectionJSON, RectJSON, BrushJSON, RectangularViewfinderJSON, AimerViewfinderJSON } from '@scandit/web-datacapture-core';
11
+ import { RectangularViewfinderAnimation, LocationSelectionJSON, RectJSON, BrushJSON, RectangularViewfinderJSON, AimerViewfinderJSON, PrivateLoadableFrameData } from '@scandit/web-datacapture-core';
12
+ import { AdaptiveRecognitionMode } from './api/AdaptiveRecognitionMode.js';
12
13
  import { CapturedLabelJSON } from './api/CapturedLabel.js';
13
14
  import { LabelCaptureSessionJSON } from './api/LabelCaptureSession.js';
14
15
  import { LabelDateFormatJSON } from './api/LabelDateFormat.js';
@@ -37,6 +38,7 @@ interface LabelInternalModuleCapture {
37
38
  BarcodeField: BarcodeField & BarcodeField_statics;
38
39
  CustomBarcode: CustomBarcode & CustomBarcode_statics;
39
40
  CustomText: CustomText & CustomText_statics;
41
+ DateText: DateText & DateText_statics;
40
42
  ExpiryDateText: ExpiryDateText & ExpiryDateText_statics;
41
43
  ImeiOneBarcode: ImeiOneBarcode & ImeiOneBarcode_statics;
42
44
  ImeiTwoBarcode: ImeiTwoBarcode & ImeiTwoBarcode_statics;
@@ -74,7 +76,7 @@ interface LabelCaptureModule extends LabelData, LabelInternalModuleCapture, Labe
74
76
  }
75
77
  interface Module extends AugmentedCoreModule, LabelCaptureModule {
76
78
  }
77
- type DataCaptureActionMessageKey = DataCaptureActionMessageKey$1 | "labelCaptureBuildLabelCaptureSettings" | "labelCaptureBuildLabelDefinition" | "labelCaptureBuildPriceCaptureDefinition" | "labelCaptureBuildVinLabelDefinition" | "labelCaptureBuildCustomBarcode" | "labelCaptureBuildCustomText" | "labelCaptureBuildExpiryDateText" | "labelCaptureBuildImeiOneBarcode" | "labelCaptureBuildImeiTwoBarcode" | "labelCaptureBuildPackingDateText" | "labelCaptureBuildPartNumberBarcode" | "labelCaptureBuildSerialNumberBarcode" | "labelCaptureBuildTotalPriceText" | "labelCaptureBuildUnitPriceText" | "labelCaptureBuildWeightText" | "labelCaptureCreate" | "labelCaptureIsEnabled" | "labelCaptureSetEnabled" | "labelCaptureApplySettings" | "labelCaptureAddToContext" | "labelCaptureRemoveFromContext" | "labelCaptureAddListener" | "labelCaptureRemoveListener" | "labelCaptureSettingsGetLocationSelection" | "labelCaptureSettingsSetLocationSelection" | "labelCaptureSettingsGetProperty" | "labelCaptureSettingsSetProperty" | "labelCaptureSettingsGetBlueprintJson" | "labelCaptureBuildLabelFieldLocation" | "labelCaptureBasicOverlayForLabelCapture" | "labelCaptureBasicOverlaySetDefaultFieldBrush" | "labelCaptureBasicOverlaySetDefaultLabelBrush" | "labelCaptureBasicOverlaySetBrushForField" | "labelCaptureBasicOverlaySetBrushForLabel" | "labelCaptureBasicOverlaySetListener" | "labelCaptureBasicOverlayGetDefaultFieldBrush" | "labelCaptureBasicOverlayGetDefaultLabelBrush" | "labelCaptureBasicOverlayGetShouldShowScanAreaGuides" | "labelCaptureBasicOverlaySetShouldShowScanAreaGuides" | "labelCaptureBasicOverlayGetViewfinder" | "labelCaptureBasicOverlayUpdateViewfinder" | "labelCaptureAdvancedOverlayForLabelCapture" | "labelCaptureAdvancedOverlaySetShouldShowScanAreaGuides" | "labelCaptureAdvancedOverlayGetShouldShowScanAreaGuides" | "validationFlowOverlayForLabelCapture" | "validationFlowOverlayGetLabelViewfinder" | "validationFlowOverlayGetTargetViewfinder" | "validationFlowOverlayApplySettings" | "validationFlowHandlerCreate" | "validationFlowHandlerStartCompleteLabelScan" | "validationFlowHandlerStartPartialLabelScan" | "validationFlowHandlerUpdateFieldValue" | "validationFlowHandlerFinishFlow" | "validationFlowHandlerPauseScan" | "validationFlowHandlerResumeScan" | "validationFlowHandlerGetValidationFlowFields" | "validationFlowSettingsCreate" | "validationFlowSettingsSetMissingFieldsHintText" | "validationFlowSettingsGetMissingFieldsHintText" | "validationFlowSettingsSetStandbyHintText" | "validationFlowSettingsGetStandbyHintText" | "validationFlowSettingsSetValidationHintText" | "validationFlowSettingsGetValidationHintText" | "validationFlowSettingsSetValidationErrorText" | "validationFlowSettingsGetValidationErrorText" | "validationFlowSettingsSetRequiredFieldErrorText" | "validationFlowSettingsGetRequiredFieldErrorText" | "validationFlowSettingsSetManualInputButtonText" | "validationFlowSettingsGetManualInputButtonText";
79
+ type DataCaptureActionMessageKey = DataCaptureActionMessageKey$1 | "labelCaptureBuildLabelCaptureSettings" | "labelCaptureBuildLabelDefinition" | "labelCaptureBuildPriceCaptureDefinition" | "labelCaptureBuildVinLabelDefinition" | "labelCaptureBuildCustomBarcode" | "labelCaptureBuildCustomText" | "labelCaptureBuildDateText" | "labelCaptureBuildExpiryDateText" | "labelCaptureBuildImeiOneBarcode" | "labelCaptureBuildImeiTwoBarcode" | "labelCaptureBuildPackingDateText" | "labelCaptureBuildPartNumberBarcode" | "labelCaptureBuildSerialNumberBarcode" | "labelCaptureBuildTotalPriceText" | "labelCaptureBuildUnitPriceText" | "labelCaptureBuildWeightText" | "labelCaptureCreate" | "labelCaptureIsEnabled" | "labelCaptureSetEnabled" | "labelCaptureApplySettings" | "labelCaptureAddToContext" | "labelCaptureRemoveFromContext" | "labelCaptureAddListener" | "labelCaptureRemoveListener" | "labelCaptureSettingsGetLocationSelection" | "labelCaptureSettingsSetLocationSelection" | "labelCaptureSettingsGetProperty" | "labelCaptureSettingsSetProperty" | "labelCaptureSettingsGetBlueprintJson" | "labelCaptureBuildLabelFieldLocation" | "labelDefinitionSetAdaptiveRecognitionMode" | "labelCaptureBasicOverlayForLabelCapture" | "labelCaptureBasicOverlaySetDefaultFieldBrush" | "labelCaptureBasicOverlaySetDefaultLabelBrush" | "labelCaptureBasicOverlaySetBrushForField" | "labelCaptureBasicOverlaySetBrushForLabel" | "labelCaptureBasicOverlaySetListener" | "labelCaptureBasicOverlayGetDefaultFieldBrush" | "labelCaptureBasicOverlayGetDefaultLabelBrush" | "labelCaptureBasicOverlayGetShouldShowScanAreaGuides" | "labelCaptureBasicOverlaySetShouldShowScanAreaGuides" | "labelCaptureBasicOverlayGetViewfinder" | "labelCaptureBasicOverlayUpdateViewfinder" | "labelCaptureAdvancedOverlayForLabelCapture" | "labelCaptureAdvancedOverlaySetShouldShowScanAreaGuides" | "labelCaptureAdvancedOverlayGetShouldShowScanAreaGuides" | "validationFlowOverlayForLabelCapture" | "validationFlowOverlayGetLabelViewfinder" | "validationFlowOverlayGetTargetViewfinder" | "validationFlowOverlayApplySettings" | "validationFlowHandlerCreate" | "validationFlowHandlerStartCompleteLabelScan" | "validationFlowHandlerStartPartialLabelScan" | "validationFlowHandlerUpdateFieldValue" | "validationFlowHandlerFinishFlow" | "validationFlowHandlerPauseScan" | "validationFlowHandlerResumeScan" | "validationFlowHandlerGetValidationFlowFields" | "validationFlowHandlerCancelCloudBackupTaskForField" | "validationFlowHandlerUncancelCloudBackupTaskForField" | "validationFlowSettingsCreate" | "validationFlowSettingsSetMissingFieldsHintText" | "validationFlowSettingsGetMissingFieldsHintText" | "validationFlowSettingsSetStandbyHintText" | "validationFlowSettingsGetStandbyHintText" | "validationFlowSettingsSetValidationHintText" | "validationFlowSettingsGetValidationHintText" | "validationFlowSettingsSetValidationErrorText" | "validationFlowSettingsGetValidationErrorText" | "validationFlowSettingsSetRequiredFieldErrorText" | "validationFlowSettingsGetRequiredFieldErrorText" | "validationFlowSettingsSetManualInputButtonText" | "validationFlowSettingsGetManualInputButtonText";
78
80
  type WorkerResponse<C extends DataCaptureActionMessageKey> = WorkerResponse$1<C>;
79
81
  interface DataCaptureActionMessage {
80
82
  command: DataCaptureActionMessageKey;
@@ -221,6 +223,20 @@ interface ValidationFlowHandlerGetValidationFlowFieldsActionMessage extends Data
221
223
  labelCaptureHandle: NativeProxyHandle;
222
224
  };
223
225
  }
226
+ interface ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage extends DataCaptureActionMessage {
227
+ command: "validationFlowHandlerCancelCloudBackupTaskForField";
228
+ payload: {
229
+ labelCaptureHandle: NativeProxyHandle;
230
+ fieldName: string;
231
+ };
232
+ }
233
+ interface ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage extends DataCaptureActionMessage {
234
+ command: "validationFlowHandlerUncancelCloudBackupTaskForField";
235
+ payload: {
236
+ labelCaptureHandle: NativeProxyHandle;
237
+ fieldName: string;
238
+ };
239
+ }
224
240
  interface LabelCaptureBuildLabelCaptureSettingsActionMessage extends DataCaptureActionMessage {
225
241
  command: "labelCaptureBuildLabelCaptureSettings";
226
242
  payload: {
@@ -235,18 +251,21 @@ interface LabelCaptureBuildLabelDefinitionActionMessage extends DataCaptureActio
235
251
  name: string;
236
252
  fieldDefinitionHandles: NativeProxyHandle[];
237
253
  hiddenProperties: Record<string, unknown>;
254
+ adaptiveRecognitionMode?: AdaptiveRecognitionMode;
238
255
  };
239
256
  }
240
257
  interface LabelCaptureBuildVinLabelDefinitionActionMessage extends DataCaptureActionMessage {
241
258
  command: "labelCaptureBuildVinLabelDefinition";
242
259
  payload: {
243
260
  name: string;
261
+ adaptiveRecognitionMode?: AdaptiveRecognitionMode;
244
262
  };
245
263
  }
246
264
  interface LabelCaptureBuildPriceCaptureDefinitionActionMessage extends DataCaptureActionMessage {
247
265
  command: "labelCaptureBuildPriceCaptureDefinition";
248
266
  payload: {
249
267
  name: string;
268
+ adaptiveRecognitionMode?: AdaptiveRecognitionMode;
250
269
  };
251
270
  }
252
271
  interface LabelCaptureBuildCustomBarcodeActionMessage extends DataCaptureActionMessage {
@@ -272,6 +291,18 @@ interface LabelCaptureBuildCustomTextActionMessage extends DataCaptureActionMess
272
291
  locationHandle?: NativeProxyHandle;
273
292
  };
274
293
  }
294
+ interface LabelCaptureBuildDateTextActionMessage extends DataCaptureActionMessage {
295
+ command: "labelCaptureBuildDateText";
296
+ payload: {
297
+ name: string;
298
+ hiddenProperties: Record<string, unknown>;
299
+ isOptional: boolean;
300
+ patterns: string[];
301
+ dataTypePatterns?: string[];
302
+ shouldResetDataTypePatterns: boolean;
303
+ labelDateFormat: LabelDateFormatJSON;
304
+ };
305
+ }
275
306
  interface LabelCaptureBuildExpiryDateTextActionMessage extends DataCaptureActionMessage {
276
307
  command: "labelCaptureBuildExpiryDateText";
277
308
  payload: {
@@ -464,6 +495,13 @@ interface LabelCaptureBuildLabelFieldLocationActionMessage extends DataCaptureAc
464
495
  locationType?: LabelFieldLocationType$1;
465
496
  };
466
497
  }
498
+ interface LabelDefinitionSetAdaptiveRecognitionModeActionMessage extends DataCaptureActionMessage {
499
+ command: "labelDefinitionSetAdaptiveRecognitionMode";
500
+ payload: {
501
+ labelDefinitionHandle: NativeProxyHandle;
502
+ adaptiveRecognitionMode: AdaptiveRecognitionMode;
503
+ };
504
+ }
467
505
  interface LabelCaptureBasicOverlayForLabelCaptureActionMessage extends DataCaptureActionMessage {
468
506
  command: "labelCaptureBasicOverlayForLabelCapture";
469
507
  payload: {
@@ -573,8 +611,8 @@ interface LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage ex
573
611
  labelCaptureAdvancedOverlayHandle: NativeProxyHandle;
574
612
  };
575
613
  }
576
- type AnyDataCaptureActionMessage = AnyDataCaptureActionMessage$1 | LabelCaptureBuildLabelCaptureSettingsActionMessage | LabelCaptureBuildLabelDefinitionActionMessage | LabelCaptureBuildVinLabelDefinitionActionMessage | LabelCaptureBuildPriceCaptureDefinitionActionMessage | LabelCaptureBuildCustomBarcodeActionMessage | LabelCaptureBuildCustomTextActionMessage | LabelCaptureBuildExpiryDateTextActionMessage | LabelCaptureBuildImeiOneBarcodeActionMessage | LabelCaptureBuildImeiTwoBarcodeActionMessage | LabelCaptureBuildPackingDateTextActionMessage | LabelCaptureBuildPartNumberBarcodeActionMessage | LabelCaptureBuildSerialNumberBarcodeActionMessage | LabelCaptureBuildTotalPriceTextActionMessage | LabelCaptureBuildUnitPriceTextActionMessage | LabelCaptureBuildWeightTextActionMessage | CreateLabelCaptureActionMessage | LabelCaptureIsEnabledActionMessage | LabelCaptureSetEnabledActionMessage | LabelCaptureApplySettingsActionMessage | LabelCaptureAddToContextActionMessage | LabelCaptureRemoveFromContextActionMessage | LabelCaptureAddListenerActionMessage | LabelCaptureRemoveListenerActionMessage | LabelCaptureSettingsGetLocationSelectionActionMessage | LabelCaptureSettingsSetLocationSelectionActionMessage | LabelCaptureSettingsGetPropertyActionMessage | LabelCaptureSettingsSetPropertyActionMessage | LabelCaptureSettingsGetBlueprintJsonActionMessage | LabelCaptureBuildLabelFieldLocationActionMessage | LabelCaptureBasicOverlayForLabelCaptureActionMessage | LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage | LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage | LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage | LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage | LabelCaptureBasicOverlaySetBrushForFieldActionMessage | LabelCaptureBasicOverlaySetBrushForLabelActionMessage | LabelCaptureBasicOverlaySetListenerActionMessage | LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage | LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage | LabelCaptureBasicOverlayGetViewfinderActionMessage | LabelCaptureBasicOverlayUpdateViewfinderActionMessage | LabelCaptureAdvancedOverlayForLabelCaptureActionMessage | LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage | LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage | ValidationFlowOverlayForLabelCaptureActionMessage | ValidationFlowOverlayApplySettingsActionMessage | ValidationFlowHandlerCreateActionMessage | ValidationFlowHandlerStartCompleteLabelScanActionMessage | ValidationFlowHandlerStartPartialLabelScanActionMessage | ValidationFlowHandlerUpdateFieldValueActionMessage | ValidationFlowHandlerFinishFlowActionMessage | ValidationFlowHandlerPauseScanActionMessage | ValidationFlowHandlerResumeScanActionMessage | ValidationFlowHandlerGetValidationFlowFieldsActionMessage | ValidationFlowSettingsCreateActionMessage | ValidationFlowSettingsSetMissingFieldsHintTextActionMessage | ValidationFlowSettingsGetMissingFieldsHintTextActionMessage | ValidationFlowSettingsSetStandbyHintTextActionMessage | ValidationFlowSettingsGetStandbyHintTextActionMessage | ValidationFlowSettingsSetValidationHintTextActionMessage | ValidationFlowSettingsGetValidationHintTextActionMessage | ValidationFlowSettingsSetValidationErrorTextActionMessage | ValidationFlowSettingsGetValidationErrorTextActionMessage | ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage | ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage | ValidationFlowSettingsSetManualInputButtonTextActionMessage | ValidationFlowSettingsGetManualInputButtonTextActionMessage;
577
- type DataCaptureCallbackMessageKeys = DataCaptureCallbackMessageKeys$1 | "labelCaptureBuildLabelCaptureSettings" | "labelCaptureBuildLabelDefinition" | "labelCaptureBuildCustomBarcode" | "labelCaptureBuildCustomText" | "labelCaptureBuildExpiryDateText" | "labelCaptureBuildImeiOneBarcode" | "labelCaptureBuildImeiTwoBarcode" | "labelCaptureBuildPackingDateText" | "labelCaptureBuildPartNumberBarcode" | "labelCaptureBuildSerialNumberBarcode" | "labelCaptureBuildTotalPriceText" | "labelCaptureBuildUnitPriceText" | "labelCaptureBuildWeightText" | "labelCaptureCreate" | "labelCaptureIsEnabled" | "labelCaptureSetEnabled" | "labelCaptureApplySettings" | "labelCaptureOnObservationStarted" | "labelCaptureOnObservationStopped" | "labelCaptureOnSessionUpdated" | "labelCaptureAddListener" | "labelCaptureRemoveListener" | "labelCaptureSettingsGetLocationSelection" | "labelCaptureSettingsSetLocationSelection" | "labelCaptureSettingsGetProperty" | "labelCaptureSettingsSetProperty" | "labelCaptureBuildLabelFieldLocation" | "labelCaptureBasicOverlayOnLabelTapped" | "labelCaptureBasicOverlayBrushForField" | "labelCaptureBasicOverlayBrushForLabel" | "labelCaptureLabelDateFormatWithFormat" | "validationFlowListenerOnFieldsScanned" | "validationFlowListenerOnScanTimeout" | "validationFlowListenerOnLabelIsMissingRequiredField" | "validationFlowListenerOnStateChanged";
614
+ type AnyDataCaptureActionMessage = AnyDataCaptureActionMessage$1 | LabelCaptureBuildLabelCaptureSettingsActionMessage | LabelCaptureBuildLabelDefinitionActionMessage | LabelCaptureBuildVinLabelDefinitionActionMessage | LabelCaptureBuildPriceCaptureDefinitionActionMessage | LabelCaptureBuildCustomBarcodeActionMessage | LabelCaptureBuildCustomTextActionMessage | LabelCaptureBuildDateTextActionMessage | LabelCaptureBuildExpiryDateTextActionMessage | LabelCaptureBuildImeiOneBarcodeActionMessage | LabelCaptureBuildImeiTwoBarcodeActionMessage | LabelCaptureBuildPackingDateTextActionMessage | LabelCaptureBuildPartNumberBarcodeActionMessage | LabelCaptureBuildSerialNumberBarcodeActionMessage | LabelCaptureBuildTotalPriceTextActionMessage | LabelCaptureBuildUnitPriceTextActionMessage | LabelCaptureBuildWeightTextActionMessage | CreateLabelCaptureActionMessage | LabelCaptureIsEnabledActionMessage | LabelCaptureSetEnabledActionMessage | LabelCaptureApplySettingsActionMessage | LabelCaptureAddToContextActionMessage | LabelCaptureRemoveFromContextActionMessage | LabelCaptureAddListenerActionMessage | LabelCaptureRemoveListenerActionMessage | LabelCaptureSettingsGetLocationSelectionActionMessage | LabelCaptureSettingsSetLocationSelectionActionMessage | LabelCaptureSettingsGetPropertyActionMessage | LabelCaptureSettingsSetPropertyActionMessage | LabelCaptureSettingsGetBlueprintJsonActionMessage | LabelCaptureBuildLabelFieldLocationActionMessage | LabelDefinitionSetAdaptiveRecognitionModeActionMessage | LabelCaptureBasicOverlayForLabelCaptureActionMessage | LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage | LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage | LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage | LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage | LabelCaptureBasicOverlaySetBrushForFieldActionMessage | LabelCaptureBasicOverlaySetBrushForLabelActionMessage | LabelCaptureBasicOverlaySetListenerActionMessage | LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage | LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage | LabelCaptureBasicOverlayGetViewfinderActionMessage | LabelCaptureBasicOverlayUpdateViewfinderActionMessage | LabelCaptureAdvancedOverlayForLabelCaptureActionMessage | LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage | LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage | ValidationFlowOverlayForLabelCaptureActionMessage | ValidationFlowOverlayApplySettingsActionMessage | ValidationFlowHandlerCreateActionMessage | ValidationFlowHandlerStartCompleteLabelScanActionMessage | ValidationFlowHandlerStartPartialLabelScanActionMessage | ValidationFlowHandlerUpdateFieldValueActionMessage | ValidationFlowHandlerFinishFlowActionMessage | ValidationFlowHandlerPauseScanActionMessage | ValidationFlowHandlerResumeScanActionMessage | ValidationFlowHandlerGetValidationFlowFieldsActionMessage | ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage | ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage | ValidationFlowSettingsCreateActionMessage | ValidationFlowSettingsSetMissingFieldsHintTextActionMessage | ValidationFlowSettingsGetMissingFieldsHintTextActionMessage | ValidationFlowSettingsSetStandbyHintTextActionMessage | ValidationFlowSettingsGetStandbyHintTextActionMessage | ValidationFlowSettingsSetValidationHintTextActionMessage | ValidationFlowSettingsGetValidationHintTextActionMessage | ValidationFlowSettingsSetValidationErrorTextActionMessage | ValidationFlowSettingsGetValidationErrorTextActionMessage | ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage | ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage | ValidationFlowSettingsSetManualInputButtonTextActionMessage | ValidationFlowSettingsGetManualInputButtonTextActionMessage;
615
+ type DataCaptureCallbackMessageKeys = DataCaptureCallbackMessageKeys$1 | "labelCaptureBuildLabelCaptureSettings" | "labelCaptureBuildLabelDefinition" | "labelCaptureBuildCustomBarcode" | "labelCaptureBuildCustomText" | "labelCaptureBuildDateText" | "labelCaptureBuildExpiryDateText" | "labelCaptureBuildImeiOneBarcode" | "labelCaptureBuildImeiTwoBarcode" | "labelCaptureBuildPackingDateText" | "labelCaptureBuildPartNumberBarcode" | "labelCaptureBuildSerialNumberBarcode" | "labelCaptureBuildTotalPriceText" | "labelCaptureBuildUnitPriceText" | "labelCaptureBuildWeightText" | "labelCaptureCreate" | "labelCaptureIsEnabled" | "labelCaptureSetEnabled" | "labelCaptureApplySettings" | "labelCaptureOnObservationStarted" | "labelCaptureOnObservationStopped" | "labelCaptureOnSessionUpdated" | "labelCaptureAddListener" | "labelCaptureRemoveListener" | "labelCaptureSettingsGetLocationSelection" | "labelCaptureSettingsSetLocationSelection" | "labelCaptureSettingsGetProperty" | "labelCaptureSettingsSetProperty" | "labelCaptureBuildLabelFieldLocation" | "labelCaptureBasicOverlayOnLabelTapped" | "labelCaptureBasicOverlayBrushForField" | "labelCaptureBasicOverlayBrushForLabel" | "labelCaptureLabelDateFormatWithFormat" | "validationFlowListenerOnFieldsScanned" | "validationFlowListenerOnScanTimeout" | "validationFlowListenerOnLabelIsMissingRequiredField" | "validationFlowListenerOnCloudBackupServiceStartedForFields" | "validationFlowListenerOnCloudBackupServiceFailedForFields" | "validationFlowListenerOnStateChanged";
578
616
  interface BaseDataCaptureCallbackMessage {
579
617
  type: DataCaptureCallbackMessageKeys;
580
618
  }
@@ -613,6 +651,10 @@ interface LabelCaptureBuildCustomTextCallbackMessage extends BaseDataCaptureCall
613
651
  type: "labelCaptureBuildCustomText";
614
652
  payload: NativeProxyHandle;
615
653
  }
654
+ interface LabelCaptureBuildDateTextCallbackMessage extends BaseDataCaptureCallbackMessage {
655
+ type: "labelCaptureBuildDateText";
656
+ payload: NativeProxyHandle;
657
+ }
616
658
  interface LabelCaptureBuildExpiryDateTextCallbackMessage extends BaseDataCaptureCallbackMessage {
617
659
  type: "labelCaptureBuildExpiryDateText";
618
660
  payload: NativeProxyHandle;
@@ -715,13 +757,25 @@ interface ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage ext
715
757
  fields: ValidationFlowFieldJSON[];
716
758
  };
717
759
  }
760
+ interface ValidationFlowListenerOnCloudBackupServiceStartedForFieldsCallbackMessage extends BaseDataCaptureCallbackMessage {
761
+ type: "validationFlowListenerOnCloudBackupServiceStartedForFields";
762
+ payload: {
763
+ fields: ValidationFlowFieldJSON[];
764
+ };
765
+ }
766
+ interface ValidationFlowListenerOnCloudBackupServiceFailedForFieldsCallbackMessage extends BaseDataCaptureCallbackMessage {
767
+ type: "validationFlowListenerOnCloudBackupServiceFailedForFields";
768
+ payload: {
769
+ fields: ValidationFlowFieldJSON[];
770
+ };
771
+ }
718
772
  interface ValidationFlowListenerOnStateChangedCallbackMessage extends BaseDataCaptureCallbackMessage {
719
773
  type: "validationFlowListenerOnStateChanged";
720
774
  payload: {
721
775
  state: ValidationFlowState;
722
776
  };
723
777
  }
724
- type DataCaptureCallbackMessage = DataCaptureCallbackMessage$1 | LabelCaptureBuildLabelCaptureSettingsCallbackMessage | LabelCaptureBuildLabelDefinitionCallbackMessage | LabelCaptureBuildCustomBarcodeCallbackMessage | LabelCaptureBuildCustomTextCallbackMessage | LabelCaptureBuildExpiryDateTextCallbackMessage | LabelCaptureBuildImeiOneBarcodeCallbackMessage | LabelCaptureBuildImeiTwoBarcodeCallbackMessage | LabelCaptureBuildPackingDateTextCallbackMessage | LabelCaptureBuildPartNumberBarcodeCallbackMessage | LabelCaptureBuildSerialNumberBarcodeCallbackMessage | LabelCaptureBuildTotalPriceTextCallbackMessage | LabelCaptureBuildUnitPriceTextCallbackMessage | LabelCaptureBuildWeightTextCallbackMessage | CreateLabelCaptureCallbackMessage | LabelCaptureIsEnabledCallbackMessage | LabelCaptureSetEnabledCallbackMessage | LabelCaptureApplySettingsCallbackMessage | LabelCaptureOnObservationStartedCallbackMessage | LabelCaptureOnObservationStoppedCallbackMessage | LabelCaptureOnSessionUpdatedCallbackMessage | LabelCaptureAddListenerCallbackMessage | LabelCaptureRemoveListenerCallbackMessage | LabelCaptureSettingsGetLocationSelectionCallbackMessage | LabelCaptureSettingsSetLocationSelectionCallbackMessage | LabelCaptureSettingsGetPropertyCallbackMessage | LabelCaptureSettingsSetPropertyCallbackMessage | LabelCaptureBuildLabelFieldLocationCallbackMessage | LabelCaptureBasicOverlayOnLabelTappedCallbackMessage | LabelCaptureBasicOverlayBrushForFieldCallbackMessage | LabelCaptureBasicOverlayBrushForLabelCallbackMessage | ValidationFlowListenerOnFieldsScannedCallbackMessage | ValidationFlowListenerOnScanTimeoutCallbackMessage | ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage | ValidationFlowListenerOnStateChangedCallbackMessage;
778
+ type DataCaptureCallbackMessage = DataCaptureCallbackMessage$1 | LabelCaptureBuildLabelCaptureSettingsCallbackMessage | LabelCaptureBuildLabelDefinitionCallbackMessage | LabelCaptureBuildCustomBarcodeCallbackMessage | LabelCaptureBuildCustomTextCallbackMessage | LabelCaptureBuildDateTextCallbackMessage | LabelCaptureBuildExpiryDateTextCallbackMessage | LabelCaptureBuildImeiOneBarcodeCallbackMessage | LabelCaptureBuildImeiTwoBarcodeCallbackMessage | LabelCaptureBuildPackingDateTextCallbackMessage | LabelCaptureBuildPartNumberBarcodeCallbackMessage | LabelCaptureBuildSerialNumberBarcodeCallbackMessage | LabelCaptureBuildTotalPriceTextCallbackMessage | LabelCaptureBuildUnitPriceTextCallbackMessage | LabelCaptureBuildWeightTextCallbackMessage | CreateLabelCaptureCallbackMessage | LabelCaptureIsEnabledCallbackMessage | LabelCaptureSetEnabledCallbackMessage | LabelCaptureApplySettingsCallbackMessage | LabelCaptureOnObservationStartedCallbackMessage | LabelCaptureOnObservationStoppedCallbackMessage | LabelCaptureOnSessionUpdatedCallbackMessage | LabelCaptureAddListenerCallbackMessage | LabelCaptureRemoveListenerCallbackMessage | LabelCaptureSettingsGetLocationSelectionCallbackMessage | LabelCaptureSettingsSetLocationSelectionCallbackMessage | LabelCaptureSettingsGetPropertyCallbackMessage | LabelCaptureSettingsSetPropertyCallbackMessage | LabelCaptureBuildLabelFieldLocationCallbackMessage | LabelCaptureBasicOverlayOnLabelTappedCallbackMessage | LabelCaptureBasicOverlayBrushForFieldCallbackMessage | LabelCaptureBasicOverlayBrushForLabelCallbackMessage | ValidationFlowListenerOnFieldsScannedCallbackMessage | ValidationFlowListenerOnScanTimeoutCallbackMessage | ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage | ValidationFlowListenerOnCloudBackupServiceStartedForFieldsCallbackMessage | ValidationFlowListenerOnCloudBackupServiceFailedForFieldsCallbackMessage | ValidationFlowListenerOnStateChangedCallbackMessage;
725
779
  type PayloadForCommand<A, C> = A extends {
726
780
  command: C;
727
781
  } ? A : never;
@@ -755,4 +809,4 @@ declare abstract class NativeProxyAdapter<NativeClass extends object> {
755
809
  handleFromNativeImplementation(nativeImplementation: NativeClass): NativeProxyHandle;
756
810
  }
757
811
 
758
- export { type LabelCaptureBuildUnitPriceTextActionMessage as $, type AnyDataCaptureActionMessage as A, type ValidationFlowHandlerStartCompleteLabelScanActionMessage as B, type ValidationFlowHandlerStartPartialLabelScanActionMessage as C, type DataCaptureCallbackMessage as D, type ValidationFlowHandlerUpdateFieldValueActionMessage as E, type ValidationFlowHandlerFinishFlowActionMessage as F, type ValidationFlowHandlerPauseScanActionMessage as G, type ValidationFlowHandlerResumeScanActionMessage as H, type ValidationFlowHandlerGetValidationFlowFieldsActionMessage as I, type LabelCaptureBuildLabelCaptureSettingsActionMessage as J, type LabelCaptureBuildLabelDefinitionActionMessage as K, type LabelCaptureModule as L, type Module as M, type NativeProxyHandle as N, type LabelCaptureBuildVinLabelDefinitionActionMessage as O, type LabelCaptureBuildPriceCaptureDefinitionActionMessage as P, type LabelCaptureBuildCustomBarcodeActionMessage as Q, type LabelCaptureBuildCustomTextActionMessage as R, type LabelCaptureBuildExpiryDateTextActionMessage as S, type LabelCaptureBuildImeiOneBarcodeActionMessage as T, type LabelCaptureBuildImeiTwoBarcodeActionMessage as U, type ValidationFlowSettingsCreateActionMessage as V, type WorkerCommandPayload as W, type LabelCaptureBuildPackingDateTextActionMessage as X, type LabelCaptureBuildPartNumberBarcodeActionMessage as Y, type LabelCaptureBuildSerialNumberBarcodeActionMessage as Z, type LabelCaptureBuildTotalPriceTextActionMessage as _, type DataCaptureWorker as a, type ValidationFlowListenerOnFieldsScannedCallbackMessage as a$, type LabelCaptureBuildWeightTextActionMessage as a0, type CreateLabelCaptureActionMessage as a1, type LabelCaptureIsEnabledActionMessage as a2, type LabelCaptureSetEnabledActionMessage as a3, type LabelCaptureApplySettingsActionMessage as a4, type LabelCaptureAddToContextActionMessage as a5, type LabelCaptureRemoveFromContextActionMessage as a6, type LabelCaptureAddListenerActionMessage as a7, type LabelCaptureRemoveListenerActionMessage as a8, type LabelCaptureSettingsGetLocationSelectionActionMessage as a9, type LabelCaptureBuildLabelCaptureSettingsCallbackMessage as aA, type LabelCaptureBuildLabelDefinitionCallbackMessage as aB, type LabelCaptureBuildCustomBarcodeCallbackMessage as aC, type LabelCaptureBuildCustomTextCallbackMessage as aD, type LabelCaptureBuildExpiryDateTextCallbackMessage as aE, type LabelCaptureBuildImeiOneBarcodeCallbackMessage as aF, type LabelCaptureBuildImeiTwoBarcodeCallbackMessage as aG, type LabelCaptureBuildPackingDateTextCallbackMessage as aH, type LabelCaptureBuildPartNumberBarcodeCallbackMessage as aI, type LabelCaptureBuildSerialNumberBarcodeCallbackMessage as aJ, type LabelCaptureBuildTotalPriceTextCallbackMessage as aK, type LabelCaptureBuildUnitPriceTextCallbackMessage as aL, type LabelCaptureBuildWeightTextCallbackMessage as aM, type CreateLabelCaptureCallbackMessage as aN, type LabelCaptureIsEnabledCallbackMessage as aO, type LabelCaptureSetEnabledCallbackMessage as aP, type LabelCaptureApplySettingsCallbackMessage as aQ, type LabelCaptureOnObservationStartedCallbackMessage as aR, type LabelCaptureOnObservationStoppedCallbackMessage as aS, type LabelCaptureOnSessionUpdatedCallbackMessage as aT, type LabelCaptureAddListenerCallbackMessage as aU, type LabelCaptureRemoveListenerCallbackMessage as aV, type LabelCaptureSettingsGetLocationSelectionCallbackMessage as aW, type LabelCaptureSettingsSetLocationSelectionCallbackMessage as aX, type LabelCaptureSettingsGetPropertyCallbackMessage as aY, type LabelCaptureSettingsSetPropertyCallbackMessage as aZ, type LabelCaptureBuildLabelFieldLocationCallbackMessage as a_, type LabelCaptureSettingsSetLocationSelectionActionMessage as aa, type LabelCaptureSettingsGetPropertyActionMessage as ab, type LabelCaptureSettingsGetBlueprintJsonActionMessage as ac, type LabelCaptureSettingsSetPropertyActionMessage as ad, type LabelCaptureBuildLabelFieldLocationActionMessage as ae, type LabelCaptureBasicOverlayForLabelCaptureActionMessage as af, type ValidationFlowOverlayForLabelCaptureActionMessage as ag, type LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage as ah, type LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage as ai, type LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage as aj, type LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage as ak, type LabelCaptureBasicOverlaySetBrushForFieldActionMessage as al, type LabelCaptureBasicOverlaySetBrushForLabelActionMessage as am, type LabelCaptureBasicOverlaySetListenerActionMessage as an, type LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage as ao, type LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage as ap, type LabelCaptureBasicOverlayGetViewfinderActionMessage as aq, type LabelCaptureBasicOverlayUpdateViewfinderActionMessage as ar, type LabelCaptureAdvancedOverlayForLabelCaptureActionMessage as as, type LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage as at, type LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage as au, type DataCaptureCallbackMessageKeys as av, type BaseDataCaptureCallbackMessage as aw, type LabelCaptureBasicOverlayOnLabelTappedCallbackMessage as ax, type LabelCaptureBasicOverlayBrushForFieldCallbackMessage as ay, type LabelCaptureBasicOverlayBrushForLabelCallbackMessage as az, type DataCaptureActionMessageKey as b, type ValidationFlowListenerOnScanTimeoutCallbackMessage as b0, type ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage as b1, type ValidationFlowListenerOnStateChangedCallbackMessage as b2, type PayloadForCommand as b3, type CommandAndPayload as b4, type NativeProxyMethod as b5, NativeProxyAdapter as c, type NativeProxy as d, type AugmentedWorker as e, type ModuleHandler as f, type AugmentedCoreModule as g, type LabelData as h, type LabelInternalModuleCapture as i, type LabelInternalModuleData as j, type WorkerResponse as k, type DataCaptureActionMessage as l, type ValidationFlowSettingsSetMissingFieldsHintTextActionMessage as m, type ValidationFlowSettingsGetMissingFieldsHintTextActionMessage as n, type ValidationFlowSettingsSetStandbyHintTextActionMessage as o, type ValidationFlowSettingsGetStandbyHintTextActionMessage as p, type ValidationFlowSettingsSetValidationHintTextActionMessage as q, type ValidationFlowSettingsGetValidationHintTextActionMessage as r, type ValidationFlowSettingsSetValidationErrorTextActionMessage as s, type ValidationFlowSettingsGetValidationErrorTextActionMessage as t, type ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage as u, type ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage as v, type ValidationFlowSettingsSetManualInputButtonTextActionMessage as w, type ValidationFlowSettingsGetManualInputButtonTextActionMessage as x, type ValidationFlowOverlayApplySettingsActionMessage as y, type ValidationFlowHandlerCreateActionMessage as z };
812
+ export { type LabelCaptureBuildPartNumberBarcodeActionMessage as $, type AnyDataCaptureActionMessage as A, type ValidationFlowHandlerStartCompleteLabelScanActionMessage as B, type ValidationFlowHandlerStartPartialLabelScanActionMessage as C, type DataCaptureWorker as D, type ValidationFlowHandlerUpdateFieldValueActionMessage as E, type ValidationFlowHandlerFinishFlowActionMessage as F, type ValidationFlowHandlerPauseScanActionMessage as G, type ValidationFlowHandlerResumeScanActionMessage as H, type ValidationFlowHandlerGetValidationFlowFieldsActionMessage as I, type ValidationFlowHandlerCancelCloudBackupTaskForFieldActionMessage as J, type ValidationFlowHandlerUncancelCloudBackupTaskForFieldActionMessage as K, type LabelCaptureModule as L, type Module as M, type NativeProxyHandle as N, type LabelCaptureBuildLabelCaptureSettingsActionMessage as O, type LabelCaptureBuildLabelDefinitionActionMessage as P, type LabelCaptureBuildVinLabelDefinitionActionMessage as Q, type LabelCaptureBuildPriceCaptureDefinitionActionMessage as R, type LabelCaptureBuildCustomBarcodeActionMessage as S, type LabelCaptureBuildCustomTextActionMessage as T, type LabelCaptureBuildDateTextActionMessage as U, type ValidationFlowSettingsCreateActionMessage as V, type WorkerCommandPayload as W, type LabelCaptureBuildExpiryDateTextActionMessage as X, type LabelCaptureBuildImeiOneBarcodeActionMessage as Y, type LabelCaptureBuildImeiTwoBarcodeActionMessage as Z, type LabelCaptureBuildPackingDateTextActionMessage as _, type DataCaptureActionMessageKey as a, type LabelCaptureSettingsGetLocationSelectionCallbackMessage as a$, type LabelCaptureBuildSerialNumberBarcodeActionMessage as a0, type LabelCaptureBuildTotalPriceTextActionMessage as a1, type LabelCaptureBuildUnitPriceTextActionMessage as a2, type LabelCaptureBuildWeightTextActionMessage as a3, type CreateLabelCaptureActionMessage as a4, type LabelCaptureIsEnabledActionMessage as a5, type LabelCaptureSetEnabledActionMessage as a6, type LabelCaptureApplySettingsActionMessage as a7, type LabelCaptureAddToContextActionMessage as a8, type LabelCaptureRemoveFromContextActionMessage as a9, type BaseDataCaptureCallbackMessage as aA, type LabelCaptureBasicOverlayOnLabelTappedCallbackMessage as aB, type LabelCaptureBasicOverlayBrushForFieldCallbackMessage as aC, type LabelCaptureBasicOverlayBrushForLabelCallbackMessage as aD, type LabelCaptureBuildLabelCaptureSettingsCallbackMessage as aE, type LabelCaptureBuildLabelDefinitionCallbackMessage as aF, type LabelCaptureBuildCustomBarcodeCallbackMessage as aG, type LabelCaptureBuildCustomTextCallbackMessage as aH, type LabelCaptureBuildDateTextCallbackMessage as aI, type LabelCaptureBuildExpiryDateTextCallbackMessage as aJ, type LabelCaptureBuildImeiOneBarcodeCallbackMessage as aK, type LabelCaptureBuildImeiTwoBarcodeCallbackMessage as aL, type LabelCaptureBuildPackingDateTextCallbackMessage as aM, type LabelCaptureBuildPartNumberBarcodeCallbackMessage as aN, type LabelCaptureBuildSerialNumberBarcodeCallbackMessage as aO, type LabelCaptureBuildTotalPriceTextCallbackMessage as aP, type LabelCaptureBuildUnitPriceTextCallbackMessage as aQ, type LabelCaptureBuildWeightTextCallbackMessage as aR, type CreateLabelCaptureCallbackMessage as aS, type LabelCaptureIsEnabledCallbackMessage as aT, type LabelCaptureSetEnabledCallbackMessage as aU, type LabelCaptureApplySettingsCallbackMessage as aV, type LabelCaptureOnObservationStartedCallbackMessage as aW, type LabelCaptureOnObservationStoppedCallbackMessage as aX, type LabelCaptureOnSessionUpdatedCallbackMessage as aY, type LabelCaptureAddListenerCallbackMessage as aZ, type LabelCaptureRemoveListenerCallbackMessage as a_, type LabelCaptureAddListenerActionMessage as aa, type LabelCaptureRemoveListenerActionMessage as ab, type LabelCaptureSettingsGetLocationSelectionActionMessage as ac, type LabelCaptureSettingsSetLocationSelectionActionMessage as ad, type LabelCaptureSettingsGetPropertyActionMessage as ae, type LabelCaptureSettingsGetBlueprintJsonActionMessage as af, type LabelCaptureSettingsSetPropertyActionMessage as ag, type LabelCaptureBuildLabelFieldLocationActionMessage as ah, type LabelDefinitionSetAdaptiveRecognitionModeActionMessage as ai, type LabelCaptureBasicOverlayForLabelCaptureActionMessage as aj, type ValidationFlowOverlayForLabelCaptureActionMessage as ak, type LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage as al, type LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage as am, type LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage as an, type LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage as ao, type LabelCaptureBasicOverlaySetBrushForFieldActionMessage as ap, type LabelCaptureBasicOverlaySetBrushForLabelActionMessage as aq, type LabelCaptureBasicOverlaySetListenerActionMessage as ar, type LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage as as, type LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage as at, type LabelCaptureBasicOverlayGetViewfinderActionMessage as au, type LabelCaptureBasicOverlayUpdateViewfinderActionMessage as av, type LabelCaptureAdvancedOverlayForLabelCaptureActionMessage as aw, type LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage as ax, type LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage as ay, type DataCaptureCallbackMessageKeys as az, type DataCaptureCallbackMessage as b, type LabelCaptureSettingsSetLocationSelectionCallbackMessage as b0, type LabelCaptureSettingsGetPropertyCallbackMessage as b1, type LabelCaptureSettingsSetPropertyCallbackMessage as b2, type LabelCaptureBuildLabelFieldLocationCallbackMessage as b3, type ValidationFlowListenerOnFieldsScannedCallbackMessage as b4, type ValidationFlowListenerOnScanTimeoutCallbackMessage as b5, type ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage as b6, type ValidationFlowListenerOnCloudBackupServiceStartedForFieldsCallbackMessage as b7, type ValidationFlowListenerOnCloudBackupServiceFailedForFieldsCallbackMessage as b8, type ValidationFlowListenerOnStateChangedCallbackMessage as b9, type PayloadForCommand as ba, type CommandAndPayload as bb, type NativeProxyMethod as bc, NativeProxyAdapter as c, type NativeProxy as d, type AugmentedWorker as e, type ModuleHandler as f, type AugmentedCoreModule as g, type LabelData as h, type LabelInternalModuleCapture as i, type LabelInternalModuleData as j, type WorkerResponse as k, type DataCaptureActionMessage as l, type ValidationFlowSettingsSetMissingFieldsHintTextActionMessage as m, type ValidationFlowSettingsGetMissingFieldsHintTextActionMessage as n, type ValidationFlowSettingsSetStandbyHintTextActionMessage as o, type ValidationFlowSettingsGetStandbyHintTextActionMessage as p, type ValidationFlowSettingsSetValidationHintTextActionMessage as q, type ValidationFlowSettingsGetValidationHintTextActionMessage as r, type ValidationFlowSettingsSetValidationErrorTextActionMessage as s, type ValidationFlowSettingsGetValidationErrorTextActionMessage as t, type ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage as u, type ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage as v, type ValidationFlowSettingsSetManualInputButtonTextActionMessage as w, type ValidationFlowSettingsGetManualInputButtonTextActionMessage as x, type ValidationFlowOverlayApplySettingsActionMessage as y, type ValidationFlowHandlerCreateActionMessage as z };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Enum specifying the adaptive recognition mode for label definitions.
3
+ * Adaptive recognition uses cloud-based processing as a backup for on-device processing.
4
+ */
5
+ declare enum AdaptiveRecognitionMode {
6
+ /**
7
+ * Disable adaptive recognition. Only on-device processing is used.
8
+ * This is the default mode.
9
+ */
10
+ Off = "off",
11
+ /**
12
+ * Automatic strategy selection. The system will determine the best mix
13
+ * of on-device and cloud processing based on the current conditions.
14
+ */
15
+ Auto = "auto"
16
+ }
17
+
18
+ export { AdaptiveRecognitionMode };
@@ -0,0 +1 @@
1
+ export{a as AdaptiveRecognitionMode}from'../chunks/chunk-N7HKYUQ6.js';
@@ -1 +1 @@
1
- export{a as BarcodeFieldBuilder}from'../chunks/chunk-2DTQEG4U.js';
1
+ export{a as BarcodeFieldBuilder}from'../chunks/chunk-WX63L6GU.js';
@@ -8,17 +8,17 @@ import '@scandit/web-datacapture-core';
8
8
  declare class CustomBarcode implements BarcodeField {
9
9
  private [nativeHandle];
10
10
  private _name;
11
- private _dataTypePatterns;
11
+ private _anchorRegexes;
12
12
  private _hiddenProperties;
13
13
  private _isOptional;
14
- private _patterns;
14
+ private _valueRegexes;
15
15
  private _symbologies;
16
16
  private _location?;
17
17
  private constructor();
18
18
  get name(): string;
19
- get dataTypePatterns(): string[];
19
+ get anchorRegexes(): string[];
20
20
  get isOptional(): boolean;
21
- get patterns(): string[];
21
+ get valueRegexes(): string[];
22
22
  get symbologies(): SymbologySettings[];
23
23
  get location(): LabelFieldLocation | undefined;
24
24
  private get hiddenProperties();
@@ -1 +1 @@
1
- export{a as CustomBarcode}from'../chunks/chunk-KVDETJIR.js';
1
+ export{a as CustomBarcode}from'../chunks/chunk-N2Q2DERV.js';
@@ -9,10 +9,10 @@ import './LabelFieldDefinition.js';
9
9
  import '@scandit/web-datacapture-core';
10
10
 
11
11
  declare class CustomBarcodeBuilder extends BarcodeFieldBuilder<CustomBarcodeBuilder, CustomBarcode> {
12
- private dataTypePatterns;
12
+ private anchorRegexes;
13
13
  private location?;
14
- setDataTypePatterns(dataTypePatterns: string[]): this;
15
- setDataTypePattern(dataTypePattern: RegExp): this;
14
+ setAnchorRegexes(anchorRegexes: string[]): this;
15
+ setAnchorRegex(anchorRegex: RegExp): this;
16
16
  setLocation(location: LabelFieldLocation): this;
17
17
  build(name: string): Promise<CustomBarcode>;
18
18
  protected getThis(): this;
@@ -1 +1 @@
1
- export{a as CustomBarcodeBuilder}from'../chunks/chunk-LLGO7KH5.js';
1
+ export{a as CustomBarcodeBuilder}from'../chunks/chunk-FEDVCTOM.js';
@@ -1,5 +1,5 @@
1
1
  import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
2
- import { N as NativeProxyHandle } from '../NativeProxy-lmG_UTx9.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-Dqn_Pwfi.js';
3
3
  import { LabelFieldLocation } from './LabelFieldLocation.js';
4
4
  import { TextField } from './TextField.js';
5
5
  import '@scandit/web-datacapture-barcode';
@@ -25,6 +25,7 @@ import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
25
25
  import '../djinni-types/sdcCoreInternalSdkCapture.js';
26
26
  import '../djinni-types/sdcCoreInternalSdkUiStyle.js';
27
27
  import '@scandit/web-datacapture-core';
28
+ import './AdaptiveRecognitionMode.js';
28
29
  import './CapturedLabel.js';
29
30
  import './LabelField.js';
30
31
  import './LabelFieldState.js';
@@ -41,17 +42,17 @@ import './LabelFieldDefinition.js';
41
42
  declare class CustomText implements TextField {
42
43
  protected [nativeHandle]: NativeProxyHandle;
43
44
  private _name;
44
- private _dataTypePatterns;
45
+ private _anchorRegexes;
45
46
  private _hiddenProperties;
46
47
  private _isOptional;
47
- private _patterns;
48
+ private _valueRegexes;
48
49
  private _location?;
49
50
  private constructor();
50
51
  get name(): string;
51
52
  get isOptional(): boolean;
52
- get patterns(): string[];
53
+ get valueRegexes(): string[];
53
54
  get location(): LabelFieldLocation | undefined;
54
- private get dataTypePatterns();
55
+ private get anchorRegexes();
55
56
  private get hiddenProperties();
56
57
  private static forHandle;
57
58
  }
@@ -1 +1 @@
1
- export{a as CustomText}from'../chunks/chunk-SQONULJF.js';
1
+ export{a as CustomText}from'../chunks/chunk-K5Y26N6X.js';
@@ -2,7 +2,7 @@ import { CustomText } from './CustomText.js';
2
2
  import { TextFieldBuilder } from './TextFieldBuilder.js';
3
3
  import { LabelFieldLocation } from './LabelFieldLocation.js';
4
4
  import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
5
- import '../NativeProxy-lmG_UTx9.js';
5
+ import '../NativeProxy-Dqn_Pwfi.js';
6
6
  import '@scandit/web-datacapture-barcode';
7
7
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
8
8
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -26,6 +26,7 @@ import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
26
26
  import '../djinni-types/sdcCoreInternalSdkCapture.js';
27
27
  import '../djinni-types/sdcCoreInternalSdkUiStyle.js';
28
28
  import '@scandit/web-datacapture-core';
29
+ import './AdaptiveRecognitionMode.js';
29
30
  import './CapturedLabel.js';
30
31
  import './LabelField.js';
31
32
  import './LabelFieldState.js';
@@ -42,10 +43,10 @@ import './LabelFieldDefinition.js';
42
43
  import './LabelFieldDefinitionBuilder.js';
43
44
 
44
45
  declare class CustomTextBuilder extends TextFieldBuilder<CustomTextBuilder, CustomText> {
45
- private dataTypePatterns;
46
+ private anchorRegexes;
46
47
  private location?;
47
- setDataTypePatterns(dataTypePatterns: string[]): this;
48
- setDataTypePattern(dataTypePattern: RegExp): this;
48
+ setAnchorRegexes(anchorRegexes: string[]): this;
49
+ setAnchorRegex(anchorRegex: RegExp): this;
49
50
  setLocation(location: LabelFieldLocation): this;
50
51
  build(name: string): Promise<CustomText>;
51
52
  protected getThis(): this;
@@ -1 +1 @@
1
- export{a as CustomTextBuilder}from'../chunks/chunk-3YJEYYNN.js';
1
+ export{a as CustomTextBuilder}from'../chunks/chunk-DV4WMUFU.js';
@@ -0,0 +1,57 @@
1
+ import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-Dqn_Pwfi.js';
3
+ import { LabelDateFormat } from './LabelDateFormat.js';
4
+ import { TextField } from './TextField.js';
5
+ import '@scandit/web-datacapture-barcode';
6
+ import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
7
+ import '../djinni-types/sdcBarcodeInternalSdkData.js';
8
+ import '../djinni-types/sdcBarcodeData.js';
9
+ import '../djinni-types/sdcCoreCommonGeometry.js';
10
+ import '../djinni-types/sdcCoreCommonBuffer.js';
11
+ import '../djinni-types/sdcLabelInternalModuleCapture.js';
12
+ import '../djinni-types/sdcSymbologySettings.js';
13
+ import '../djinni-types/sdcCoreInternalSdkArea.js';
14
+ import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
15
+ import '../djinni-types/sdcCoreCommonGraphic.js';
16
+ import '../djinni-types/sdcCoreInternalSdkCommonAsync.js';
17
+ import '../ResultOrError-wVDzYSuC.js';
18
+ import '../djinni-types/sdcCoreInternalSdkOcr.js';
19
+ import '../djinni-types/sdcCoreCommon.js';
20
+ import '../djinni-types/sdcLabelData.js';
21
+ import '../djinni-types/sdcLabelInternalModuleData.js';
22
+ import '../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
23
+ import '../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
24
+ import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
25
+ import '../djinni-types/sdcCoreInternalSdkCapture.js';
26
+ import '../djinni-types/sdcCoreInternalSdkUiStyle.js';
27
+ import '@scandit/web-datacapture-core';
28
+ import './AdaptiveRecognitionMode.js';
29
+ import './CapturedLabel.js';
30
+ import './LabelField.js';
31
+ import './LabelFieldState.js';
32
+ import './LabelFieldType.js';
33
+ import './LabelFieldValueType.js';
34
+ import './LabelDateResult.js';
35
+ import './LabelCaptureSession.js';
36
+ import './LabelFieldLocationType.js';
37
+ import './ValidationFlowField.js';
38
+ import './LabelDateComponentFormat.js';
39
+ import './LabelFieldDefinition.js';
40
+
41
+ declare class DateText implements TextField {
42
+ protected [nativeHandle]: NativeProxyHandle;
43
+ private _name;
44
+ private _isOptional;
45
+ private _valueRegexes;
46
+ private _labelDateFormat?;
47
+ private _anchorRegexes;
48
+ private constructor();
49
+ get name(): string;
50
+ get isOptional(): boolean;
51
+ get valueRegexes(): string[];
52
+ get labelDateFormat(): LabelDateFormat | null;
53
+ get anchorRegexes(): string[];
54
+ private static forHandle;
55
+ }
56
+
57
+ export { DateText };
@@ -0,0 +1 @@
1
+ export{a as DateText}from'../chunks/chunk-DHFJ3EFE.js';
@@ -0,0 +1,57 @@
1
+ import { DateText } from './DateText.js';
2
+ import { LabelDateFormat } from './LabelDateFormat.js';
3
+ import { TextFieldBuilder } from './TextFieldBuilder.js';
4
+ import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
5
+ import '../NativeProxy-Dqn_Pwfi.js';
6
+ import '@scandit/web-datacapture-barcode';
7
+ import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
8
+ import '../djinni-types/sdcBarcodeInternalSdkData.js';
9
+ import '../djinni-types/sdcBarcodeData.js';
10
+ import '../djinni-types/sdcCoreCommonGeometry.js';
11
+ import '../djinni-types/sdcCoreCommonBuffer.js';
12
+ import '../djinni-types/sdcLabelInternalModuleCapture.js';
13
+ import '../djinni-types/sdcSymbologySettings.js';
14
+ import '../djinni-types/sdcCoreInternalSdkArea.js';
15
+ import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
16
+ import '../djinni-types/sdcCoreCommonGraphic.js';
17
+ import '../djinni-types/sdcCoreInternalSdkCommonAsync.js';
18
+ import '../ResultOrError-wVDzYSuC.js';
19
+ import '../djinni-types/sdcCoreInternalSdkOcr.js';
20
+ import '../djinni-types/sdcCoreCommon.js';
21
+ import '../djinni-types/sdcLabelData.js';
22
+ import '../djinni-types/sdcLabelInternalModuleData.js';
23
+ import '../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
24
+ import '../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
25
+ import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
26
+ import '../djinni-types/sdcCoreInternalSdkCapture.js';
27
+ import '../djinni-types/sdcCoreInternalSdkUiStyle.js';
28
+ import '@scandit/web-datacapture-core';
29
+ import './AdaptiveRecognitionMode.js';
30
+ import './CapturedLabel.js';
31
+ import './LabelField.js';
32
+ import './LabelFieldState.js';
33
+ import './LabelFieldType.js';
34
+ import './LabelFieldValueType.js';
35
+ import './LabelDateResult.js';
36
+ import './LabelCaptureSession.js';
37
+ import './LabelFieldLocationType.js';
38
+ import './ValidationFlowField.js';
39
+ import './TextField.js';
40
+ import './LabelFieldDefinition.js';
41
+ import './LabelDateComponentFormat.js';
42
+ import './LabelFieldDefinitionBuilder.js';
43
+
44
+ declare class DateTextBuilder extends TextFieldBuilder<DateTextBuilder, DateText> {
45
+ private anchorRegexes?;
46
+ private shouldResetAnchorRegexes;
47
+ private labelDateFormat;
48
+ private static defaultLabelDateFormat;
49
+ setAnchorRegexes(anchorRegexes: string[]): this;
50
+ setAnchorRegex(anchorRegex: string): this;
51
+ resetAnchorRegexes(): this;
52
+ setLabelDateFormat(labelDateFormat: LabelDateFormat): this;
53
+ build(name: string): Promise<DateText>;
54
+ protected getThis(): this;
55
+ }
56
+
57
+ export { DateTextBuilder };
@@ -0,0 +1 @@
1
+ export{a as DateTextBuilder}from'../chunks/chunk-TKET64Y7.js';
@@ -1,5 +1,5 @@
1
1
  import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
2
- import { N as NativeProxyHandle } from '../NativeProxy-lmG_UTx9.js';
2
+ import { N as NativeProxyHandle } from '../NativeProxy-Dqn_Pwfi.js';
3
3
  import { LabelDateFormat } from './LabelDateFormat.js';
4
4
  import { TextField } from './TextField.js';
5
5
  import '@scandit/web-datacapture-barcode';
@@ -25,6 +25,7 @@ import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
25
25
  import '../djinni-types/sdcCoreInternalSdkCapture.js';
26
26
  import '../djinni-types/sdcCoreInternalSdkUiStyle.js';
27
27
  import '@scandit/web-datacapture-core';
28
+ import './AdaptiveRecognitionMode.js';
28
29
  import './CapturedLabel.js';
29
30
  import './LabelField.js';
30
31
  import './LabelFieldState.js';
@@ -41,15 +42,15 @@ declare class ExpiryDateText implements TextField {
41
42
  protected [nativeHandle]: NativeProxyHandle;
42
43
  private _name;
43
44
  private _isOptional;
44
- private _patterns;
45
+ private _valueRegexes;
45
46
  private _dateFormat?;
46
- private _dataTypePatterns;
47
+ private _anchorRegexes;
47
48
  private constructor();
48
49
  get name(): string;
49
50
  get isOptional(): boolean;
50
- get patterns(): string[];
51
+ get valueRegexes(): string[];
51
52
  get dateFormat(): LabelDateFormat | null;
52
- get dataTypePatterns(): string[];
53
+ get anchorRegexes(): string[];
53
54
  private static forHandle;
54
55
  }
55
56
 
@@ -1 +1 @@
1
- export{a as ExpiryDateText}from'../chunks/chunk-6KUX2QIV.js';
1
+ export{a as ExpiryDateText}from'../chunks/chunk-SQEDHQIB.js';
@@ -2,7 +2,7 @@ import { ExpiryDateText } from './ExpiryDateText.js';
2
2
  import { TextFieldBuilder } from './TextFieldBuilder.js';
3
3
  import { LabelDateFormat } from './LabelDateFormat.js';
4
4
  import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
5
- import '../NativeProxy-lmG_UTx9.js';
5
+ import '../NativeProxy-Dqn_Pwfi.js';
6
6
  import '@scandit/web-datacapture-barcode';
7
7
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
8
8
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -26,6 +26,7 @@ import '../djinni-types/sdcLabelInternalModuleUiOverlay.js';
26
26
  import '../djinni-types/sdcCoreInternalSdkCapture.js';
27
27
  import '../djinni-types/sdcCoreInternalSdkUiStyle.js';
28
28
  import '@scandit/web-datacapture-core';
29
+ import './AdaptiveRecognitionMode.js';
29
30
  import './CapturedLabel.js';
30
31
  import './LabelField.js';
31
32
  import './LabelFieldState.js';
@@ -41,12 +42,12 @@ import './LabelFieldDefinitionBuilder.js';
41
42
  import './LabelDateComponentFormat.js';
42
43
 
43
44
  declare class ExpiryDateTextBuilder extends TextFieldBuilder<ExpiryDateTextBuilder, ExpiryDateText> {
44
- private dataTypePatterns?;
45
- private shouldResetDataTypePatterns;
45
+ private anchorRegexes?;
46
+ private shouldResetAnchorRegexes;
46
47
  private labelDateFormat?;
47
- setDataTypePatterns(dataTypePatterns: string[]): this;
48
- setDataTypePattern(dataTypePattern: string): this;
49
- resetDataTypePatterns(): this;
48
+ setAnchorRegexes(anchorRegexes: string[]): this;
49
+ setAnchorRegex(anchorRegex: string): this;
50
+ resetAnchorRegexes(): this;
50
51
  setLabelDateFormat(labelDateFormat: LabelDateFormat): this;
51
52
  build(name: string): Promise<ExpiryDateText>;
52
53
  protected getThis(): this;
@@ -1 +1 @@
1
- export{a as ExpiryDateTextBuilder}from'../chunks/chunk-XDPQXJ7N.js';
1
+ export{a as ExpiryDateTextBuilder}from'../chunks/chunk-2JQJUKKV.js';