@scandit/web-datacapture-label 7.2.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 (323) hide show
  1. package/LICENSE +4 -0
  2. package/README.md +3 -0
  3. package/THIRD_PARTY.txt +73 -0
  4. package/build/js/LabelCapture-B8_5_uoB.d.ts +31 -0
  5. package/build/js/LabelCaptureAdvancedOverlay-RkZkRrRD.d.ts +87 -0
  6. package/build/js/LabelCaptureBasicOverlay-BcFyOGaf.d.ts +61 -0
  7. package/build/js/NativeProxy-BgHIn4CU.d.ts +544 -0
  8. package/build/js/api/BarcodeField.d.ts +8 -0
  9. package/build/js/api/BarcodeField.js +0 -0
  10. package/build/js/api/BarcodeFieldBuilder.d.ts +14 -0
  11. package/build/js/api/BarcodeFieldBuilder.js +1 -0
  12. package/build/js/api/CapturedLabel.d.ts +33 -0
  13. package/build/js/api/CapturedLabel.js +1 -0
  14. package/build/js/api/CustomBarcode.d.ts +28 -0
  15. package/build/js/api/CustomBarcode.js +1 -0
  16. package/build/js/api/CustomBarcodeBuilder.d.ts +21 -0
  17. package/build/js/api/CustomBarcodeBuilder.js +1 -0
  18. package/build/js/api/CustomText.d.ts +55 -0
  19. package/build/js/api/CustomText.js +1 -0
  20. package/build/js/api/CustomTextBuilder.d.ts +50 -0
  21. package/build/js/api/CustomTextBuilder.js +1 -0
  22. package/build/js/api/ExpiryDateText.d.ts +52 -0
  23. package/build/js/api/ExpiryDateText.js +1 -0
  24. package/build/js/api/ExpiryDateTextBuilder.d.ts +51 -0
  25. package/build/js/api/ExpiryDateTextBuilder.js +1 -0
  26. package/build/js/api/ImeiOneBarcode.d.ts +20 -0
  27. package/build/js/api/ImeiOneBarcode.js +1 -0
  28. package/build/js/api/ImeiOneBarcodeBuilder.d.ts +14 -0
  29. package/build/js/api/ImeiOneBarcodeBuilder.js +1 -0
  30. package/build/js/api/ImeiTwoBarcode.d.ts +20 -0
  31. package/build/js/api/ImeiTwoBarcode.js +1 -0
  32. package/build/js/api/ImeiTwoBarcodeBuilder.d.ts +14 -0
  33. package/build/js/api/ImeiTwoBarcodeBuilder.js +1 -0
  34. package/build/js/api/LabelCapture.d.ts +50 -0
  35. package/build/js/api/LabelCapture.js +1 -0
  36. package/build/js/api/LabelCaptureAdvancedOverlay.d.ts +53 -0
  37. package/build/js/api/LabelCaptureAdvancedOverlay.js +1 -0
  38. package/build/js/api/LabelCaptureAdvancedOverlayListener.d.ts +53 -0
  39. package/build/js/api/LabelCaptureAdvancedOverlayListener.js +0 -0
  40. package/build/js/api/LabelCaptureBasicOverlay.d.ts +53 -0
  41. package/build/js/api/LabelCaptureBasicOverlay.js +1 -0
  42. package/build/js/api/LabelCaptureBasicOverlayListener.d.ts +53 -0
  43. package/build/js/api/LabelCaptureBasicOverlayListener.js +0 -0
  44. package/build/js/api/LabelCaptureListener.d.ts +50 -0
  45. package/build/js/api/LabelCaptureListener.js +0 -0
  46. package/build/js/api/LabelCaptureOverlayJSON.d.ts +38 -0
  47. package/build/js/api/LabelCaptureOverlayJSON.js +0 -0
  48. package/build/js/api/LabelCaptureSession.d.ts +27 -0
  49. package/build/js/api/LabelCaptureSession.js +1 -0
  50. package/build/js/api/LabelCaptureSettings.d.ts +70 -0
  51. package/build/js/api/LabelCaptureSettings.js +1 -0
  52. package/build/js/api/LabelDateComponentFormat.d.ts +7 -0
  53. package/build/js/api/LabelDateComponentFormat.js +1 -0
  54. package/build/js/api/LabelDateFormat.d.ts +16 -0
  55. package/build/js/api/LabelDateFormat.js +1 -0
  56. package/build/js/api/LabelDateResult.d.ts +26 -0
  57. package/build/js/api/LabelDateResult.js +1 -0
  58. package/build/js/api/LabelDefinition.d.ts +79 -0
  59. package/build/js/api/LabelDefinition.js +1 -0
  60. package/build/js/api/LabelField.d.ts +39 -0
  61. package/build/js/api/LabelField.js +1 -0
  62. package/build/js/api/LabelFieldDefinition.d.ts +7 -0
  63. package/build/js/api/LabelFieldDefinition.js +0 -0
  64. package/build/js/api/LabelFieldDefinitionBuilder.d.ts +14 -0
  65. package/build/js/api/LabelFieldDefinitionBuilder.js +1 -0
  66. package/build/js/api/LabelFieldLocation.d.ts +21 -0
  67. package/build/js/api/LabelFieldLocation.js +1 -0
  68. package/build/js/api/LabelFieldLocationType.d.ts +14 -0
  69. package/build/js/api/LabelFieldLocationType.js +1 -0
  70. package/build/js/api/LabelFieldState.d.ts +7 -0
  71. package/build/js/api/LabelFieldState.js +1 -0
  72. package/build/js/api/LabelFieldType.d.ts +7 -0
  73. package/build/js/api/LabelFieldType.js +1 -0
  74. package/build/js/api/PackingDateText.d.ts +52 -0
  75. package/build/js/api/PackingDateText.js +1 -0
  76. package/build/js/api/PackingDateTextBuilder.d.ts +51 -0
  77. package/build/js/api/PackingDateTextBuilder.js +1 -0
  78. package/build/js/api/PartNumberBarcode.d.ts +20 -0
  79. package/build/js/api/PartNumberBarcode.js +1 -0
  80. package/build/js/api/PartNumberBarcodeBuilder.d.ts +14 -0
  81. package/build/js/api/PartNumberBarcodeBuilder.js +1 -0
  82. package/build/js/api/SerialNumberBarcode.d.ts +20 -0
  83. package/build/js/api/SerialNumberBarcode.js +1 -0
  84. package/build/js/api/SerialNumberBarcodeBuilder.d.ts +14 -0
  85. package/build/js/api/SerialNumberBarcodeBuilder.js +1 -0
  86. package/build/js/api/TextField.d.ts +6 -0
  87. package/build/js/api/TextField.js +0 -0
  88. package/build/js/api/TextFieldBuilder.d.ts +6 -0
  89. package/build/js/api/TextFieldBuilder.js +1 -0
  90. package/build/js/api/TotalPriceText.d.ts +48 -0
  91. package/build/js/api/TotalPriceText.js +1 -0
  92. package/build/js/api/TotalPriceTextBuilder.d.ts +44 -0
  93. package/build/js/api/TotalPriceTextBuilder.js +1 -0
  94. package/build/js/api/UnitPriceText.d.ts +48 -0
  95. package/build/js/api/UnitPriceText.js +1 -0
  96. package/build/js/api/UnitPriceTextBuilder.d.ts +44 -0
  97. package/build/js/api/UnitPriceTextBuilder.js +1 -0
  98. package/build/js/api/WeightText.d.ts +48 -0
  99. package/build/js/api/WeightText.js +1 -0
  100. package/build/js/api/WeightTextBuilder.d.ts +44 -0
  101. package/build/js/api/WeightTextBuilder.js +1 -0
  102. package/build/js/chunks/chunk-2DTQEG4U.js +1 -0
  103. package/build/js/chunks/chunk-2X2D3ZT5.js +1 -0
  104. package/build/js/chunks/chunk-2YS44WAC.js +1 -0
  105. package/build/js/chunks/chunk-3YJEYYNN.js +1 -0
  106. package/build/js/chunks/chunk-446BONUZ.js +1 -0
  107. package/build/js/chunks/chunk-5VERGYK4.js +1 -0
  108. package/build/js/chunks/chunk-6KUX2QIV.js +1 -0
  109. package/build/js/chunks/chunk-7EHKQJFI.js +1 -0
  110. package/build/js/chunks/chunk-7VGFHQT3.js +1 -0
  111. package/build/js/chunks/chunk-AFWRIN4I.js +1 -0
  112. package/build/js/chunks/chunk-AP77K5WE.js +0 -0
  113. package/build/js/chunks/chunk-BGVFXDGB.js +1 -0
  114. package/build/js/chunks/chunk-BJFWGOUS.js +1 -0
  115. package/build/js/chunks/chunk-BJSBS5IL.js +1 -0
  116. package/build/js/chunks/chunk-COOCFN2K.js +1 -0
  117. package/build/js/chunks/chunk-CTHVVCLQ.js +1 -0
  118. package/build/js/chunks/chunk-D5PIEZCN.js +1 -0
  119. package/build/js/chunks/chunk-DY7YMUCC.js +1 -0
  120. package/build/js/chunks/chunk-F5NT65XG.js +1 -0
  121. package/build/js/chunks/chunk-F7F7G5FN.js +2 -0
  122. package/build/js/chunks/chunk-FNR2MDR4.js +1 -0
  123. package/build/js/chunks/chunk-FRBS2U32.js +1 -0
  124. package/build/js/chunks/chunk-GCND7WHV.js +1 -0
  125. package/build/js/chunks/chunk-GPUOT6YB.js +1 -0
  126. package/build/js/chunks/chunk-GRFWM6G6.js +1 -0
  127. package/build/js/chunks/chunk-H5ATXM2K.js +1 -0
  128. package/build/js/chunks/chunk-HRSPIFUD.js +1 -0
  129. package/build/js/chunks/chunk-IE6L7ZGI.js +1 -0
  130. package/build/js/chunks/chunk-KMUMMK5E.js +0 -0
  131. package/build/js/chunks/chunk-KVDETJIR.js +1 -0
  132. package/build/js/chunks/chunk-L3YJ62IW.js +1 -0
  133. package/build/js/chunks/chunk-L6U6LZ6D.js +1 -0
  134. package/build/js/chunks/chunk-LD3KGFYK.js +1 -0
  135. package/build/js/chunks/chunk-LLGO7KH5.js +1 -0
  136. package/build/js/chunks/chunk-M5YVPN4U.js +1 -0
  137. package/build/js/chunks/chunk-MWD5HRPP.js +0 -0
  138. package/build/js/chunks/chunk-MZS4F5K5.js +1 -0
  139. package/build/js/chunks/chunk-OIXWTJVO.js +1 -0
  140. package/build/js/chunks/chunk-PELX4NCZ.js +1 -0
  141. package/build/js/chunks/chunk-PS5DNNLZ.js +1 -0
  142. package/build/js/chunks/chunk-QLVN2GEB.js +1 -0
  143. package/build/js/chunks/chunk-QMT35NSP.js +1 -0
  144. package/build/js/chunks/chunk-QWUV2OFD.js +1 -0
  145. package/build/js/chunks/chunk-R5YROV5Y.js +0 -0
  146. package/build/js/chunks/chunk-SGMJGVQ3.js +1 -0
  147. package/build/js/chunks/chunk-SQONULJF.js +1 -0
  148. package/build/js/chunks/chunk-SUORGX6H.js +0 -0
  149. package/build/js/chunks/chunk-SYDG6PPD.js +1 -0
  150. package/build/js/chunks/chunk-U4TDG7AJ.js +1 -0
  151. package/build/js/chunks/chunk-VNO3A222.js +1 -0
  152. package/build/js/chunks/chunk-VSEPEYHT.js +1 -0
  153. package/build/js/chunks/chunk-WCKFTTTM.js +1 -0
  154. package/build/js/chunks/chunk-XDPQXJ7N.js +1 -0
  155. package/build/js/chunks/chunk-XPMYDYJA.js +1 -0
  156. package/build/js/chunks/chunk-XRXASFAT.js +1 -0
  157. package/build/js/chunks/chunk-XT4UWGV5.js +1 -0
  158. package/build/js/chunks/chunk-Y3KV6YYP.js +1 -0
  159. package/build/js/chunks/chunk-YZSW6NH3.js +1 -0
  160. package/build/js/chunks/chunk-Z25YTWYI.js +1 -0
  161. package/build/js/chunks/chunk-Z5EEGVPC.js +1 -0
  162. package/build/js/chunks/chunk-ZFSXLH7S.js +0 -0
  163. package/build/js/chunks/chunk-ZU6C4VWO.js +1 -0
  164. package/build/js/djinni-types/sdcAnalyticsModule.d.ts +25 -0
  165. package/build/js/djinni-types/sdcAnalyticsModule.js +0 -0
  166. package/build/js/djinni-types/sdcBarcodeData.d.ts +47 -0
  167. package/build/js/djinni-types/sdcBarcodeData.js +1 -0
  168. package/build/js/djinni-types/sdcBarcodeInternalSdkData.d.ts +36 -0
  169. package/build/js/djinni-types/sdcBarcodeInternalSdkData.js +0 -0
  170. package/build/js/djinni-types/sdcCoreCommon.d.ts +13 -0
  171. package/build/js/djinni-types/sdcCoreCommon.js +1 -0
  172. package/build/js/djinni-types/sdcCoreCommonBuffer.d.ts +11 -0
  173. package/build/js/djinni-types/sdcCoreCommonBuffer.js +0 -0
  174. package/build/js/djinni-types/sdcCoreCommonGeometry.d.ts +56 -0
  175. package/build/js/djinni-types/sdcCoreCommonGeometry.js +1 -0
  176. package/build/js/djinni-types/sdcCoreInternalSdkArea.d.ts +38 -0
  177. package/build/js/djinni-types/sdcCoreInternalSdkArea.js +0 -0
  178. package/build/js/djinni-types/sdcCoreInternalSdkCapture.d.ts +9 -0
  179. package/build/js/djinni-types/sdcCoreInternalSdkCapture.js +1 -0
  180. package/build/js/djinni-types/sdcCoreInternalSdkCommonAsync.d.ts +12 -0
  181. package/build/js/djinni-types/sdcCoreInternalSdkCommonAsync.js +0 -0
  182. package/build/js/djinni-types/sdcCoreInternalSdkCommonGeometry.d.ts +28 -0
  183. package/build/js/djinni-types/sdcCoreInternalSdkCommonGeometry.js +0 -0
  184. package/build/js/djinni-types/sdcCoreInternalSdkCommonGraphics.d.ts +10 -0
  185. package/build/js/djinni-types/sdcCoreInternalSdkCommonGraphics.js +0 -0
  186. package/build/js/djinni-types/sdcCoreInternalSdkOcr.d.ts +34 -0
  187. package/build/js/djinni-types/sdcCoreInternalSdkOcr.js +0 -0
  188. package/build/js/djinni-types/sdcCoreInternalSdkUiStyle.d.ts +11 -0
  189. package/build/js/djinni-types/sdcCoreInternalSdkUiStyle.js +0 -0
  190. package/build/js/djinni-types/sdcCoreInternalSdkUiViewfinder.d.ts +74 -0
  191. package/build/js/djinni-types/sdcCoreInternalSdkUiViewfinder.js +1 -0
  192. package/build/js/djinni-types/sdcLabelData.d.ts +32 -0
  193. package/build/js/djinni-types/sdcLabelData.js +1 -0
  194. package/build/js/djinni-types/sdcLabelInternalModuleCapture.d.ts +367 -0
  195. package/build/js/djinni-types/sdcLabelInternalModuleCapture.js +0 -0
  196. package/build/js/djinni-types/sdcLabelInternalModuleData.d.ts +38 -0
  197. package/build/js/djinni-types/sdcLabelInternalModuleData.js +0 -0
  198. package/build/js/djinni-types/sdcLabelInternalModuleUiOverlay.d.ts +67 -0
  199. package/build/js/djinni-types/sdcLabelInternalModuleUiOverlay.js +0 -0
  200. package/build/js/djinni-types/sdcSymbologySettings.d.ts +21 -0
  201. package/build/js/djinni-types/sdcSymbologySettings.js +0 -0
  202. package/build/js/global.d.d.ts +36 -0
  203. package/build/js/global.d.js +0 -0
  204. package/build/js/index.d.ts +69 -0
  205. package/build/js/index.js +1 -0
  206. package/build/js/moduleLoader.d.ts +5 -0
  207. package/build/js/moduleLoader.js +1 -0
  208. package/build/js/private/PrivateLabelFieldDefinition.d.ts +39 -0
  209. package/build/js/private/PrivateLabelFieldDefinition.js +0 -0
  210. package/build/js/private/PrivateRectangularLocationSelectionJSON.d.ts +8 -0
  211. package/build/js/private/PrivateRectangularLocationSelectionJSON.js +0 -0
  212. package/build/js/private/brushTranslator.d.ts +10 -0
  213. package/build/js/private/brushTranslator.js +1 -0
  214. package/build/js/private/createProxiedViewFinder.d.ts +61 -0
  215. package/build/js/private/createProxiedViewFinder.js +1 -0
  216. package/build/js/private/labelFieldLocationTypeTranslator.d.ts +6 -0
  217. package/build/js/private/labelFieldLocationTypeTranslator.js +1 -0
  218. package/build/js/private/measureTranslator.d.ts +7 -0
  219. package/build/js/private/measureTranslator.js +1 -0
  220. package/build/js/private/numberTranslator.d.ts +7 -0
  221. package/build/js/private/numberTranslator.js +1 -0
  222. package/build/js/private/symbologiesTranslator.d.ts +7 -0
  223. package/build/js/private/symbologiesTranslator.js +1 -0
  224. package/build/js/private/viewfinderTranslator.d.ts +9 -0
  225. package/build/js/private/viewfinderTranslator.js +1 -0
  226. package/build/js/worker/LabelCaptureWorkerManager.d.ts +43 -0
  227. package/build/js/worker/LabelCaptureWorkerManager.js +1 -0
  228. package/build/js/worker/WorkerMain.d.ts +55 -0
  229. package/build/js/worker/WorkerMain.js +1 -0
  230. package/build/js/worker/WorkerRegistry.d.ts +36 -0
  231. package/build/js/worker/WorkerRegistry.js +1 -0
  232. package/build/js/worker/dataCapture.inlineWorker.d.ts +40 -0
  233. package/build/js/worker/dataCapture.inlineWorker.js +1 -0
  234. package/build/js/worker/dataCaptureEngine.d.ts +61 -0
  235. package/build/js/worker/dataCaptureEngine.js +1 -0
  236. package/build/js/worker/dataCaptureWorkerRelated.d.ts +31 -0
  237. package/build/js/worker/dataCaptureWorkerRelated.js +0 -0
  238. package/build/js/worker/inlineWorker.d.d.ts +4 -0
  239. package/build/js/worker/inlineWorker.d.js +0 -0
  240. package/build/js/worker/labelWorkerHandler.d.ts +36 -0
  241. package/build/js/worker/labelWorkerHandler.js +1 -0
  242. package/build/js/worker/proxies/AimerViewfinderProxy.d.ts +45 -0
  243. package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -0
  244. package/build/js/worker/proxies/BarcodeFieldProxy.d.ts +52 -0
  245. package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -0
  246. package/build/js/worker/proxies/CapturedLabelProxy.d.ts +45 -0
  247. package/build/js/worker/proxies/CapturedLabelProxy.js +1 -0
  248. package/build/js/worker/proxies/CustomBarcodeProxy.d.ts +53 -0
  249. package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -0
  250. package/build/js/worker/proxies/CustomTextProxy.d.ts +51 -0
  251. package/build/js/worker/proxies/CustomTextProxy.js +1 -0
  252. package/build/js/worker/proxies/ExpiryDateTextProxy.d.ts +54 -0
  253. package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -0
  254. package/build/js/worker/proxies/ImeiOneBarcodeProxy.d.ts +53 -0
  255. package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -0
  256. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.d.ts +53 -0
  257. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -0
  258. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.d.ts +42 -0
  259. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -0
  260. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.d.ts +51 -0
  261. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -0
  262. package/build/js/worker/proxies/LabelCaptureHelperProxy.d.ts +39 -0
  263. package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -0
  264. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.d.ts +42 -0
  265. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -0
  266. package/build/js/worker/proxies/LabelCaptureProxy.d.ts +49 -0
  267. package/build/js/worker/proxies/LabelCaptureProxy.js +1 -0
  268. package/build/js/worker/proxies/LabelCaptureSessionProxy.d.ts +41 -0
  269. package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -0
  270. package/build/js/worker/proxies/LabelCaptureSettingsProxy.d.ts +50 -0
  271. package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -0
  272. package/build/js/worker/proxies/LabelDefinitionProxy.d.ts +43 -0
  273. package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -0
  274. package/build/js/worker/proxies/LabelFieldDefinitionProxy.d.ts +51 -0
  275. package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -0
  276. package/build/js/worker/proxies/LabelFieldLocationProxy.d.ts +42 -0
  277. package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -0
  278. package/build/js/worker/proxies/LabelFieldProxy.d.ts +47 -0
  279. package/build/js/worker/proxies/LabelFieldProxy.js +1 -0
  280. package/build/js/worker/proxies/NativeProxy.d.ts +31 -0
  281. package/build/js/worker/proxies/NativeProxy.js +1 -0
  282. package/build/js/worker/proxies/NoViewfinderProxy.d.ts +39 -0
  283. package/build/js/worker/proxies/NoViewfinderProxy.js +1 -0
  284. package/build/js/worker/proxies/PackingDateTextProxy.d.ts +54 -0
  285. package/build/js/worker/proxies/PackingDateTextProxy.js +1 -0
  286. package/build/js/worker/proxies/PartNumberBarcodeProxy.d.ts +53 -0
  287. package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -0
  288. package/build/js/worker/proxies/RectangularViewfinderProxy.d.ts +57 -0
  289. package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -0
  290. package/build/js/worker/proxies/SerialNumberBarcodeProxy.d.ts +53 -0
  291. package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -0
  292. package/build/js/worker/proxies/TotalPriceTextProxy.d.ts +51 -0
  293. package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -0
  294. package/build/js/worker/proxies/UnitPriceTextProxy.d.ts +51 -0
  295. package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -0
  296. package/build/js/worker/proxies/WeightTextProxy.d.ts +51 -0
  297. package/build/js/worker/proxies/WeightTextProxy.js +1 -0
  298. package/package.json +103 -0
  299. package/sdc-lib/resources/models/barcode_classification_default.b90ecc5d362d.model +0 -0
  300. package/sdc-lib/resources/models/barcode_localization_default.47d1f96d10cc.model +0 -0
  301. package/sdc-lib/resources/models/barcode_localization_dpm_default.866e35467788.model +0 -0
  302. package/sdc-lib/resources/models/barcode_localization_generic_postal_code_default.4c1ba34eafc0.model +0 -0
  303. package/sdc-lib/resources/models/barcode_localization_oned_default.5f2c85a7773b.model +0 -0
  304. package/sdc-lib/resources/models/barcode_localization_twod_default.795c17cef2bf.model +0 -0
  305. package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_default.4df1cd250f2d.model +0 -0
  306. package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_detector_default.e440ae4acaf7.model +0 -0
  307. package/sdc-lib/resources/models/barcode_semantics_ocr_detector_default.f383d4282ee9.model +0 -0
  308. package/sdc-lib/resources/models/eu_dl_localization.e440ae4acaf7.model +0 -0
  309. package/sdc-lib/resources/models/id_ocr.f42a207632c0.model +0 -0
  310. package/sdc-lib/resources/models/invalidated_id_classification_default.a055873831c9.model +0 -0
  311. package/sdc-lib/resources/models/mrz_line_localization.4573c5a05b53.model +0 -0
  312. package/sdc-lib/resources/models/mrz_localization.c6b469e57923.model +0 -0
  313. package/sdc-lib/resources/models/ocr_barcode_semantics_default.b8e0fdb8dc2c.model +0 -0
  314. package/sdc-lib/resources/models/ocr_mrz_default.050ddaa9b833.model +0 -0
  315. package/sdc-lib/resources/models/uk_dl_code_localization.e440ae4acaf7.model +0 -0
  316. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.js +1 -0
  317. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.wasm +0 -0
  318. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.js +1 -0
  319. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.wasm +0 -0
  320. package/sdc-lib/scandit-datacapture-sdk-label-simd.js +1 -0
  321. package/sdc-lib/scandit-datacapture-sdk-label-simd.wasm +0 -0
  322. package/sdc-lib/scandit-datacapture-sdk-label.js +1 -0
  323. package/sdc-lib/scandit-datacapture-sdk-label.wasm +0 -0
@@ -0,0 +1,544 @@
1
+ import { Symbology } from '@scandit/web-datacapture-barcode';
2
+ import { Module as Module$1, DataCaptureActionMessageKey as DataCaptureActionMessageKey$1, WorkerResponse as WorkerResponse$1, AnyDataCaptureActionMessage as AnyDataCaptureActionMessage$1, DataCaptureCallbackMessageKeys as DataCaptureCallbackMessageKeys$1, DataCaptureCallbackMessage as DataCaptureCallbackMessage$1 } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
3
+ import { Barcode } from './djinni-types/sdcBarcodeInternalSdkData.js';
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 } from './djinni-types/sdcLabelInternalModuleCapture.js';
6
+ import { CapturedLabel, LabelField } from './djinni-types/sdcLabelInternalModuleData.js';
7
+ import { RectangularLocationSelection, RectangularLocationSelection_statics } from './djinni-types/sdcCoreInternalSdkArea.js';
8
+ import { RectangularViewfinder, RectangularViewfinder_statics, AimerViewfinder, AimerViewfinder_statics, NoViewfinder, NoViewfinder_statics } from './djinni-types/sdcCoreInternalSdkUiViewfinder.js';
9
+ import { LabelFieldLocationType, LabelFieldState, LabelFieldType } from './djinni-types/sdcLabelData.js';
10
+ import { LabelCaptureOverlayHelper, LabelCaptureOverlayHelper_statics, LabelCaptureBasicOverlay, LabelCaptureBasicOverlay_statics, LabelCaptureAdvancedOverlay, LabelCaptureAdvancedOverlay_statics } from './djinni-types/sdcLabelInternalModuleUiOverlay.js';
11
+ import { LocationSelectionJSON, RectJSON, BrushJSON, RectangularViewfinderJSON, AimerViewfinderJSON, PrivateLoadableFrameData } from '@scandit/web-datacapture-core';
12
+ import { CapturedLabelJSON } from './api/CapturedLabel.js';
13
+ import { LabelCaptureSessionJSON } from './api/LabelCaptureSession.js';
14
+ import { LabelDateFormatJSON } from './api/LabelDateFormat.js';
15
+ import { LabelFieldJSON } from './api/LabelField.js';
16
+ import { LabelFieldLocationType as LabelFieldLocationType$1 } from './api/LabelFieldLocationType.js';
17
+
18
+ type AugmentedWorker<M extends EmscriptenModule> = DedicatedWorkerGlobalScope & {
19
+ Module: M;
20
+ } & typeof global;
21
+ interface ModuleHandler<M extends EmscriptenModule> {
22
+ get: () => M;
23
+ set: (v: M) => void;
24
+ }
25
+ interface AugmentedCoreModule extends Module$1 {
26
+ FloatWithUnit: FloatWithUnit;
27
+ MeasureUnit: MeasureUnit;
28
+ RectangularLocationSelection: RectangularLocationSelection & RectangularLocationSelection_statics;
29
+ }
30
+ interface LabelData {
31
+ LabelFieldLocationType: LabelFieldLocationType;
32
+ LabelFieldState: LabelFieldState;
33
+ LabelFieldType: LabelFieldType;
34
+ }
35
+ interface LabelInternalModuleCapture {
36
+ BarcodeField: BarcodeField & BarcodeField_statics;
37
+ CustomBarcode: CustomBarcode & CustomBarcode_statics;
38
+ CustomText: CustomText & CustomText_statics;
39
+ ExpiryDateText: ExpiryDateText & ExpiryDateText_statics;
40
+ ImeiOneBarcode: ImeiOneBarcode & ImeiOneBarcode_statics;
41
+ ImeiTwoBarcode: ImeiTwoBarcode & ImeiTwoBarcode_statics;
42
+ LabelCapture: LabelCapture & LabelCapture_statics;
43
+ LabelCaptureHelper: LabelCaptureHelper & LabelCaptureHelper_statics;
44
+ LabelCaptureOverlayHelper: LabelCaptureOverlayHelper & LabelCaptureOverlayHelper_statics;
45
+ LabelCaptureListener: LabelCaptureListener;
46
+ LabelCaptureSession: LabelCaptureSession;
47
+ LabelCaptureSettings: LabelCaptureSettings & LabelCaptureSettings_statics;
48
+ LabelDefinition: LabelDefinition & LabelDefinition_statics;
49
+ LabelFieldDefinition: LabelFieldDefinition;
50
+ LabelFieldLocation: LabelFieldLocation & LabelFieldLocation_statics;
51
+ PackingDateText: PackingDateText & PackingDateText_statics;
52
+ PartNumberBarcode: PartNumberBarcode & PartNumberBarcode_statics;
53
+ SerialNumberBarcode: SerialNumberBarcode & SerialNumberBarcode_statics;
54
+ TextField: TextField;
55
+ TotalPriceText: TotalPriceText & TotalPriceText_statics;
56
+ UnitPriceText: UnitPriceText & UnitPriceText_statics;
57
+ WeightText: WeightText & WeightText_statics;
58
+ LabelCaptureBasicOverlay: LabelCaptureBasicOverlay & LabelCaptureBasicOverlay_statics;
59
+ LabelCaptureAdvancedOverlay: LabelCaptureAdvancedOverlay & LabelCaptureAdvancedOverlay_statics;
60
+ RectangularViewfinder: RectangularViewfinder & RectangularViewfinder_statics;
61
+ AimerViewfinder: AimerViewfinder & AimerViewfinder_statics;
62
+ NoViewfinder: NoViewfinder & NoViewfinder_statics;
63
+ }
64
+ interface LabelInternalModuleData {
65
+ CapturedLabel: CapturedLabel;
66
+ LabelField: LabelField;
67
+ }
68
+ interface LabelCaptureModule extends LabelData, LabelInternalModuleCapture, LabelInternalModuleData {
69
+ }
70
+ interface Module extends AugmentedCoreModule, LabelCaptureModule {
71
+ }
72
+ type DataCaptureActionMessageKey = DataCaptureActionMessageKey$1 | "labelCaptureBuildLabelCaptureSettings" | "labelCaptureBuildLabelDefinition" | "labelCaptureBuildCustomBarcode" | "labelCaptureBuildCustomText" | "labelCaptureBuildExpiryDateText" | "labelCaptureBuildImeiOneBarcode" | "labelCaptureBuildImeiTwoBarcode" | "labelCaptureBuildPackingDateText" | "labelCaptureBuildPartNumberBarcode" | "labelCaptureBuildSerialNumberBarcode" | "labelCaptureBuildTotalPriceText" | "labelCaptureBuildUnitPriceText" | "labelCaptureBuildWeightText" | "labelCaptureForContext" | "labelCaptureIsEnabled" | "labelCaptureSetEnabled" | "labelCaptureApplySettings" | "labelCaptureAddListener" | "labelCaptureRemoveListener" | "labelCaptureSettingsGetLocationSelection" | "labelCaptureSettingsSetLocationSelection" | "labelCaptureSettingsGetProperty" | "labelCaptureSettingsSetProperty" | "labelCaptureBuildLabelFieldLocation" | "labelCaptureBasicOverlayForLabelCapture" | "labelCaptureBasicOverlaySetDefaultFieldBrush" | "labelCaptureBasicOverlaySetDefaultLabelBrush" | "labelCaptureBasicOverlaySetBrushForField" | "labelCaptureBasicOverlaySetBrushForLabel" | "labelCaptureBasicOverlaySetListener" | "labelCaptureBasicOverlayGetDefaultFieldBrush" | "labelCaptureBasicOverlayGetDefaultLabelBrush" | "labelCaptureBasicOverlayGetShouldShowScanAreaGuides" | "labelCaptureBasicOverlaySetShouldShowScanAreaGuides" | "labelCaptureBasicOverlayGetViewfinder" | "labelCaptureBasicOverlayUpdateViewfinder" | "labelCaptureAdvancedOverlayForLabelCapture" | "labelCaptureAdvancedOverlaySetShouldShowScanAreaGuides" | "labelCaptureAdvancedOverlayGetShouldShowScanAreaGuides";
73
+ type WorkerResponse<C extends DataCaptureActionMessageKey> = WorkerResponse$1<C>;
74
+ interface DataCaptureActionMessage {
75
+ command: DataCaptureActionMessageKey;
76
+ id: number;
77
+ }
78
+ interface LabelCaptureBuildLabelCaptureSettingsActionMessage extends DataCaptureActionMessage {
79
+ command: "labelCaptureBuildLabelCaptureSettings";
80
+ payload: {
81
+ labelDefinitionHandles: NativeProxyHandle[];
82
+ hiddenProperties: Record<string, unknown>;
83
+ };
84
+ }
85
+ interface LabelCaptureBuildLabelDefinitionActionMessage extends DataCaptureActionMessage {
86
+ command: "labelCaptureBuildLabelDefinition";
87
+ payload: {
88
+ name: string;
89
+ fieldDefinitionHandles: NativeProxyHandle[];
90
+ hiddenProperties: Record<string, unknown>;
91
+ };
92
+ }
93
+ interface LabelCaptureBuildCustomBarcodeActionMessage extends DataCaptureActionMessage {
94
+ command: "labelCaptureBuildCustomBarcode";
95
+ payload: {
96
+ name: string;
97
+ dataTypePatterns: string[];
98
+ hiddenProperties: Record<string, unknown>;
99
+ isOptional: boolean;
100
+ patterns: string[];
101
+ symbologies: Symbology[];
102
+ locationHandle?: NativeProxyHandle;
103
+ };
104
+ }
105
+ interface LabelCaptureBuildCustomTextActionMessage extends DataCaptureActionMessage {
106
+ command: "labelCaptureBuildCustomText";
107
+ payload: {
108
+ name: string;
109
+ dataTypePatterns: string[];
110
+ hiddenProperties: Record<string, unknown>;
111
+ isOptional: boolean;
112
+ patterns: string[];
113
+ locationHandle?: NativeProxyHandle;
114
+ };
115
+ }
116
+ interface LabelCaptureBuildExpiryDateTextActionMessage extends DataCaptureActionMessage {
117
+ command: "labelCaptureBuildExpiryDateText";
118
+ payload: {
119
+ name: string;
120
+ hiddenProperties: Record<string, unknown>;
121
+ isOptional: boolean;
122
+ patterns: string[];
123
+ dataTypePatterns?: string[];
124
+ shouldResetDataTypePatterns: boolean;
125
+ labelDateFormat?: LabelDateFormatJSON;
126
+ };
127
+ }
128
+ interface LabelCaptureBuildImeiOneBarcodeActionMessage extends DataCaptureActionMessage {
129
+ command: "labelCaptureBuildImeiOneBarcode";
130
+ payload: {
131
+ name: string;
132
+ hiddenProperties: Record<string, unknown>;
133
+ isOptional: boolean;
134
+ patterns: string[];
135
+ symbologies: Symbology[];
136
+ };
137
+ }
138
+ interface LabelCaptureBuildImeiTwoBarcodeActionMessage extends DataCaptureActionMessage {
139
+ command: "labelCaptureBuildImeiTwoBarcode";
140
+ payload: {
141
+ name: string;
142
+ hiddenProperties: Record<string, unknown>;
143
+ isOptional: boolean;
144
+ patterns: string[];
145
+ symbologies: Symbology[];
146
+ };
147
+ }
148
+ interface LabelCaptureBuildPackingDateTextActionMessage extends DataCaptureActionMessage {
149
+ command: "labelCaptureBuildPackingDateText";
150
+ payload: {
151
+ name: string;
152
+ hiddenProperties: Record<string, unknown>;
153
+ isOptional: boolean;
154
+ patterns: string[];
155
+ dataTypePatterns?: string[];
156
+ shouldResetDataTypePatterns: boolean;
157
+ labelDateFormat?: LabelDateFormatJSON;
158
+ };
159
+ }
160
+ interface LabelCaptureBuildPartNumberBarcodeActionMessage extends DataCaptureActionMessage {
161
+ command: "labelCaptureBuildPartNumberBarcode";
162
+ payload: {
163
+ name: string;
164
+ hiddenProperties: Record<string, unknown>;
165
+ isOptional: boolean;
166
+ patterns: string[];
167
+ symbologies: Symbology[];
168
+ };
169
+ }
170
+ interface LabelCaptureBuildSerialNumberBarcodeActionMessage extends DataCaptureActionMessage {
171
+ command: "labelCaptureBuildSerialNumberBarcode";
172
+ payload: {
173
+ name: string;
174
+ hiddenProperties: Record<string, unknown>;
175
+ isOptional: boolean;
176
+ patterns: string[];
177
+ symbologies: Symbology[];
178
+ };
179
+ }
180
+ interface LabelCaptureBuildTotalPriceTextActionMessage extends DataCaptureActionMessage {
181
+ command: "labelCaptureBuildTotalPriceText";
182
+ payload: {
183
+ name: string;
184
+ hiddenProperties: Record<string, unknown>;
185
+ isOptional: boolean;
186
+ patterns: string[];
187
+ };
188
+ }
189
+ interface LabelCaptureBuildUnitPriceTextActionMessage extends DataCaptureActionMessage {
190
+ command: "labelCaptureBuildUnitPriceText";
191
+ payload: {
192
+ name: string;
193
+ hiddenProperties: Record<string, unknown>;
194
+ isOptional: boolean;
195
+ patterns: string[];
196
+ };
197
+ }
198
+ interface LabelCaptureBuildWeightTextActionMessage extends DataCaptureActionMessage {
199
+ command: "labelCaptureBuildWeightText";
200
+ payload: {
201
+ name: string;
202
+ hiddenProperties: Record<string, unknown>;
203
+ isOptional: boolean;
204
+ patterns: string[];
205
+ };
206
+ }
207
+ interface LabelCaptureForContextActionMessage extends DataCaptureActionMessage {
208
+ command: "labelCaptureForContext";
209
+ payload: {
210
+ settingsHandle: NativeProxyHandle;
211
+ };
212
+ }
213
+ interface LabelCaptureIsEnabledActionMessage extends DataCaptureActionMessage {
214
+ command: "labelCaptureIsEnabled";
215
+ payload: {
216
+ labelCaptureHandle: NativeProxyHandle;
217
+ };
218
+ }
219
+ interface LabelCaptureSetEnabledActionMessage extends DataCaptureActionMessage {
220
+ command: "labelCaptureSetEnabled";
221
+ payload: {
222
+ enabled: boolean;
223
+ labelCaptureHandle: NativeProxyHandle;
224
+ };
225
+ }
226
+ interface LabelCaptureApplySettingsActionMessage extends DataCaptureActionMessage {
227
+ command: "labelCaptureApplySettings";
228
+ payload: {
229
+ settingsHandle: NativeProxyHandle;
230
+ labelCaptureHandle: NativeProxyHandle;
231
+ };
232
+ }
233
+ interface LabelCaptureAddListenerActionMessage extends DataCaptureActionMessage {
234
+ command: "labelCaptureAddListener";
235
+ payload: {
236
+ labelCaptureHandle: NativeProxyHandle;
237
+ };
238
+ }
239
+ interface LabelCaptureRemoveListenerActionMessage extends DataCaptureActionMessage {
240
+ command: "labelCaptureRemoveListener";
241
+ payload: {
242
+ labelCaptureHandle: NativeProxyHandle;
243
+ };
244
+ }
245
+ interface LabelCaptureSettingsGetLocationSelectionActionMessage extends DataCaptureActionMessage {
246
+ command: "labelCaptureSettingsGetLocationSelection";
247
+ payload: {
248
+ settingsHandle: NativeProxyHandle;
249
+ };
250
+ }
251
+ interface LabelCaptureSettingsSetLocationSelectionActionMessage extends DataCaptureActionMessage {
252
+ command: "labelCaptureSettingsSetLocationSelection";
253
+ payload: {
254
+ settingsHandle: NativeProxyHandle;
255
+ locationSelection: LocationSelectionJSON;
256
+ };
257
+ }
258
+ interface LabelCaptureSettingsGetPropertyActionMessage extends DataCaptureActionMessage {
259
+ command: "labelCaptureSettingsGetProperty";
260
+ payload: {
261
+ settingsHandle: NativeProxyHandle;
262
+ key: string;
263
+ };
264
+ }
265
+ interface LabelCaptureSettingsSetPropertyActionMessage extends DataCaptureActionMessage {
266
+ command: "labelCaptureSettingsSetProperty";
267
+ payload: {
268
+ settingsHandle: NativeProxyHandle;
269
+ key: string;
270
+ value: unknown;
271
+ };
272
+ }
273
+ interface LabelCaptureBuildLabelFieldLocationActionMessage extends DataCaptureActionMessage {
274
+ command: "labelCaptureBuildLabelFieldLocation";
275
+ payload: {
276
+ rect?: RectJSON;
277
+ locationType?: LabelFieldLocationType$1;
278
+ };
279
+ }
280
+ interface LabelCaptureBasicOverlayForLabelCaptureActionMessage extends DataCaptureActionMessage {
281
+ command: "labelCaptureBasicOverlayForLabelCapture";
282
+ payload: {
283
+ labelCaptureHandle: NativeProxyHandle;
284
+ };
285
+ }
286
+ interface LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage extends DataCaptureActionMessage {
287
+ command: "labelCaptureBasicOverlaySetDefaultFieldBrush";
288
+ payload: {
289
+ labelCaptureBasicOverlayHandle: NativeProxyHandle;
290
+ labelFieldState: LabelFieldState;
291
+ brush: BrushJSON | undefined | null;
292
+ };
293
+ }
294
+ interface LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage extends DataCaptureActionMessage {
295
+ command: "labelCaptureBasicOverlayGetDefaultFieldBrush";
296
+ payload: {
297
+ labelCaptureBasicOverlayHandle: NativeProxyHandle;
298
+ labelFieldState: LabelFieldState;
299
+ };
300
+ }
301
+ interface LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage extends DataCaptureActionMessage {
302
+ command: "labelCaptureBasicOverlaySetDefaultLabelBrush";
303
+ payload: {
304
+ brush: BrushJSON | undefined | null;
305
+ labelCaptureBasicOverlayHandle: NativeProxyHandle;
306
+ };
307
+ }
308
+ interface LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage extends DataCaptureActionMessage {
309
+ command: "labelCaptureBasicOverlayGetDefaultLabelBrush";
310
+ payload: {
311
+ labelCaptureBasicOverlayHandle: NativeProxyHandle;
312
+ };
313
+ }
314
+ interface LabelCaptureBasicOverlaySetBrushForFieldActionMessage extends DataCaptureActionMessage {
315
+ command: "labelCaptureBasicOverlaySetBrushForField";
316
+ payload: {
317
+ labelCaptureBasicOverlayHandle: NativeProxyHandle;
318
+ fieldJSON: LabelFieldJSON;
319
+ labelJSON: CapturedLabelJSON;
320
+ brush: BrushJSON | undefined | null;
321
+ };
322
+ }
323
+ interface LabelCaptureBasicOverlaySetBrushForLabelActionMessage extends DataCaptureActionMessage {
324
+ command: "labelCaptureBasicOverlaySetBrushForLabel";
325
+ payload: {
326
+ labelCaptureBasicOverlayHandle: NativeProxyHandle;
327
+ labelJSON: CapturedLabelJSON;
328
+ brush: BrushJSON | undefined | null;
329
+ };
330
+ }
331
+ interface LabelCaptureBasicOverlaySetListenerActionMessage extends DataCaptureActionMessage {
332
+ command: "labelCaptureBasicOverlaySetListener";
333
+ payload: {
334
+ labelCaptureBasicOverlayHandle: NativeProxyHandle;
335
+ value: boolean;
336
+ };
337
+ }
338
+ interface LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage extends DataCaptureActionMessage {
339
+ command: "labelCaptureBasicOverlayGetShouldShowScanAreaGuides";
340
+ payload: {
341
+ labelCaptureBasicOverlayHandle: NativeProxyHandle;
342
+ };
343
+ }
344
+ interface LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage extends DataCaptureActionMessage {
345
+ command: "labelCaptureBasicOverlaySetShouldShowScanAreaGuides";
346
+ payload: {
347
+ labelCaptureBasicOverlayHandle: NativeProxyHandle;
348
+ show: boolean;
349
+ };
350
+ }
351
+ interface LabelCaptureBasicOverlayGetViewfinderActionMessage extends DataCaptureActionMessage {
352
+ command: "labelCaptureBasicOverlayGetViewfinder";
353
+ payload: {
354
+ labelCaptureBasicOverlayHandle: NativeProxyHandle;
355
+ };
356
+ }
357
+ interface LabelCaptureBasicOverlayUpdateViewfinderActionMessage extends DataCaptureActionMessage {
358
+ command: "labelCaptureBasicOverlayUpdateViewfinder";
359
+ payload: {
360
+ labelCaptureBasicOverlayHandle: NativeProxyHandle;
361
+ viewfinderJSON: RectangularViewfinderJSON | AimerViewfinderJSON;
362
+ };
363
+ }
364
+ interface LabelCaptureAdvancedOverlayForLabelCaptureActionMessage extends DataCaptureActionMessage {
365
+ command: "labelCaptureAdvancedOverlayForLabelCapture";
366
+ payload: {
367
+ labelCaptureHandle: NativeProxyHandle;
368
+ };
369
+ }
370
+ interface LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage extends DataCaptureActionMessage {
371
+ command: "labelCaptureAdvancedOverlaySetShouldShowScanAreaGuides";
372
+ payload: {
373
+ labelCaptureAdvancedOverlayHandle: NativeProxyHandle;
374
+ show: boolean;
375
+ };
376
+ }
377
+ interface LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage extends DataCaptureActionMessage {
378
+ command: "labelCaptureAdvancedOverlayGetShouldShowScanAreaGuides";
379
+ payload: {
380
+ labelCaptureAdvancedOverlayHandle: NativeProxyHandle;
381
+ };
382
+ }
383
+ type AnyDataCaptureActionMessage = AnyDataCaptureActionMessage$1 | LabelCaptureBuildLabelCaptureSettingsActionMessage | LabelCaptureBuildLabelDefinitionActionMessage | LabelCaptureBuildCustomBarcodeActionMessage | LabelCaptureBuildCustomTextActionMessage | LabelCaptureBuildExpiryDateTextActionMessage | LabelCaptureBuildImeiOneBarcodeActionMessage | LabelCaptureBuildImeiTwoBarcodeActionMessage | LabelCaptureBuildPackingDateTextActionMessage | LabelCaptureBuildPartNumberBarcodeActionMessage | LabelCaptureBuildSerialNumberBarcodeActionMessage | LabelCaptureBuildTotalPriceTextActionMessage | LabelCaptureBuildUnitPriceTextActionMessage | LabelCaptureBuildWeightTextActionMessage | LabelCaptureForContextActionMessage | LabelCaptureIsEnabledActionMessage | LabelCaptureSetEnabledActionMessage | LabelCaptureApplySettingsActionMessage | LabelCaptureAddListenerActionMessage | LabelCaptureRemoveListenerActionMessage | LabelCaptureSettingsGetLocationSelectionActionMessage | LabelCaptureSettingsSetLocationSelectionActionMessage | LabelCaptureSettingsGetPropertyActionMessage | LabelCaptureSettingsSetPropertyActionMessage | LabelCaptureBuildLabelFieldLocationActionMessage | LabelCaptureBasicOverlayForLabelCaptureActionMessage | LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage | LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage | LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage | LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage | LabelCaptureBasicOverlaySetBrushForFieldActionMessage | LabelCaptureBasicOverlaySetBrushForLabelActionMessage | LabelCaptureBasicOverlaySetListenerActionMessage | LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage | LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage | LabelCaptureBasicOverlayGetViewfinderActionMessage | LabelCaptureBasicOverlayUpdateViewfinderActionMessage | LabelCaptureAdvancedOverlayForLabelCaptureActionMessage | LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage | LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage;
384
+ type DataCaptureCallbackMessageKeys = DataCaptureCallbackMessageKeys$1 | "labelCaptureBuildLabelCaptureSettings" | "labelCaptureBuildLabelDefinition" | "labelCaptureBuildCustomBarcode" | "labelCaptureBuildCustomText" | "labelCaptureBuildExpiryDateText" | "labelCaptureBuildImeiOneBarcode" | "labelCaptureBuildImeiTwoBarcode" | "labelCaptureBuildPackingDateText" | "labelCaptureBuildPartNumberBarcode" | "labelCaptureBuildSerialNumberBarcode" | "labelCaptureBuildTotalPriceText" | "labelCaptureBuildUnitPriceText" | "labelCaptureBuildWeightText" | "labelCaptureForContext" | "labelCaptureIsEnabled" | "labelCaptureSetEnabled" | "labelCaptureApplySettings" | "labelCaptureOnObservationStarted" | "labelCaptureOnObservationStopped" | "labelCaptureOnSessionUpdated" | "labelCaptureAddListener" | "labelCaptureRemoveListener" | "labelCaptureSettingsGetLocationSelection" | "labelCaptureSettingsSetLocationSelection" | "labelCaptureSettingsGetProperty" | "labelCaptureSettingsSetProperty" | "labelCaptureBuildLabelFieldLocation" | "labelCaptureBasicOverlayOnLabelTapped" | "labelCaptureBasicOverlayBrushForField" | "labelCaptureBasicOverlayBrushForLabel" | "labelCaptureLabelDateFormatWithFormat";
385
+ interface BaseDataCaptureCallbackMessage {
386
+ type: DataCaptureCallbackMessageKeys;
387
+ }
388
+ interface LabelCaptureBasicOverlayOnLabelTappedCallbackMessage extends BaseDataCaptureCallbackMessage {
389
+ type: "labelCaptureBasicOverlayOnLabelTapped";
390
+ payload: {
391
+ labelJSON: CapturedLabelJSON;
392
+ };
393
+ }
394
+ interface LabelCaptureBasicOverlayBrushForFieldCallbackMessage extends BaseDataCaptureCallbackMessage {
395
+ type: "labelCaptureBasicOverlayBrushForField";
396
+ payload: {
397
+ fieldJSON: LabelFieldJSON;
398
+ labelJSON: CapturedLabelJSON;
399
+ };
400
+ }
401
+ interface LabelCaptureBasicOverlayBrushForLabelCallbackMessage extends BaseDataCaptureCallbackMessage {
402
+ type: "labelCaptureBasicOverlayBrushForLabel";
403
+ payload: {
404
+ labelJSON: CapturedLabelJSON;
405
+ };
406
+ }
407
+ interface LabelCaptureBuildLabelCaptureSettingsCallbackMessage extends BaseDataCaptureCallbackMessage {
408
+ type: "labelCaptureBuildLabelCaptureSettings";
409
+ payload: NativeProxyHandle;
410
+ }
411
+ interface LabelCaptureBuildLabelDefinitionCallbackMessage extends BaseDataCaptureCallbackMessage {
412
+ type: "labelCaptureBuildLabelDefinition";
413
+ payload: NativeProxyHandle;
414
+ }
415
+ interface LabelCaptureBuildCustomBarcodeCallbackMessage extends BaseDataCaptureCallbackMessage {
416
+ type: "labelCaptureBuildCustomBarcode";
417
+ payload: NativeProxyHandle;
418
+ }
419
+ interface LabelCaptureBuildCustomTextCallbackMessage extends BaseDataCaptureCallbackMessage {
420
+ type: "labelCaptureBuildCustomText";
421
+ payload: NativeProxyHandle;
422
+ }
423
+ interface LabelCaptureBuildExpiryDateTextCallbackMessage extends BaseDataCaptureCallbackMessage {
424
+ type: "labelCaptureBuildExpiryDateText";
425
+ payload: NativeProxyHandle;
426
+ }
427
+ interface LabelCaptureBuildImeiOneBarcodeCallbackMessage extends BaseDataCaptureCallbackMessage {
428
+ type: "labelCaptureBuildImeiOneBarcode";
429
+ payload: NativeProxyHandle;
430
+ }
431
+ interface LabelCaptureBuildImeiTwoBarcodeCallbackMessage extends BaseDataCaptureCallbackMessage {
432
+ type: "labelCaptureBuildImeiTwoBarcode";
433
+ payload: NativeProxyHandle;
434
+ }
435
+ interface LabelCaptureBuildPackingDateTextCallbackMessage extends BaseDataCaptureCallbackMessage {
436
+ type: "labelCaptureBuildPackingDateText";
437
+ payload: NativeProxyHandle;
438
+ }
439
+ interface LabelCaptureBuildPartNumberBarcodeCallbackMessage extends BaseDataCaptureCallbackMessage {
440
+ type: "labelCaptureBuildPartNumberBarcode";
441
+ payload: NativeProxyHandle;
442
+ }
443
+ interface LabelCaptureBuildSerialNumberBarcodeCallbackMessage extends BaseDataCaptureCallbackMessage {
444
+ type: "labelCaptureBuildSerialNumberBarcode";
445
+ payload: NativeProxyHandle;
446
+ }
447
+ interface LabelCaptureBuildTotalPriceTextCallbackMessage extends BaseDataCaptureCallbackMessage {
448
+ type: "labelCaptureBuildTotalPriceText";
449
+ payload: NativeProxyHandle;
450
+ }
451
+ interface LabelCaptureBuildUnitPriceTextCallbackMessage extends BaseDataCaptureCallbackMessage {
452
+ type: "labelCaptureBuildUnitPriceText";
453
+ payload: NativeProxyHandle;
454
+ }
455
+ interface LabelCaptureBuildWeightTextCallbackMessage extends BaseDataCaptureCallbackMessage {
456
+ type: "labelCaptureBuildWeightText";
457
+ payload: NativeProxyHandle;
458
+ }
459
+ interface LabelCaptureForContextCallbackMessage extends BaseDataCaptureCallbackMessage {
460
+ type: "labelCaptureForContext";
461
+ payload: NativeProxyHandle;
462
+ }
463
+ interface LabelCaptureIsEnabledCallbackMessage extends BaseDataCaptureCallbackMessage {
464
+ type: "labelCaptureIsEnabled";
465
+ payload: boolean;
466
+ }
467
+ interface LabelCaptureSetEnabledCallbackMessage extends BaseDataCaptureCallbackMessage {
468
+ type: "labelCaptureSetEnabled";
469
+ }
470
+ interface LabelCaptureApplySettingsCallbackMessage extends BaseDataCaptureCallbackMessage {
471
+ type: "labelCaptureApplySettings";
472
+ }
473
+ interface LabelCaptureOnObservationStartedCallbackMessage extends BaseDataCaptureCallbackMessage {
474
+ type: "labelCaptureOnObservationStarted";
475
+ }
476
+ interface LabelCaptureOnObservationStoppedCallbackMessage extends BaseDataCaptureCallbackMessage {
477
+ type: "labelCaptureOnObservationStopped";
478
+ }
479
+ interface LabelCaptureOnSessionUpdatedCallbackMessage extends BaseDataCaptureCallbackMessage {
480
+ type: "labelCaptureOnSessionUpdated";
481
+ payload: {
482
+ session: LabelCaptureSessionJSON;
483
+ data: PrivateLoadableFrameData;
484
+ };
485
+ }
486
+ interface LabelCaptureAddListenerCallbackMessage extends BaseDataCaptureCallbackMessage {
487
+ type: "labelCaptureAddListener";
488
+ }
489
+ interface LabelCaptureRemoveListenerCallbackMessage extends BaseDataCaptureCallbackMessage {
490
+ type: "labelCaptureRemoveListener";
491
+ }
492
+ interface LabelCaptureSettingsGetLocationSelectionCallbackMessage extends BaseDataCaptureCallbackMessage {
493
+ type: "labelCaptureSettingsGetLocationSelection";
494
+ payload: LocationSelectionJSON;
495
+ }
496
+ interface LabelCaptureSettingsSetLocationSelectionCallbackMessage extends BaseDataCaptureCallbackMessage {
497
+ type: "labelCaptureSettingsSetLocationSelection";
498
+ }
499
+ interface LabelCaptureSettingsGetPropertyCallbackMessage extends BaseDataCaptureCallbackMessage {
500
+ type: "labelCaptureSettingsGetProperty";
501
+ payload: unknown;
502
+ }
503
+ interface LabelCaptureSettingsSetPropertyCallbackMessage extends BaseDataCaptureCallbackMessage {
504
+ type: "labelCaptureSettingsSetProperty";
505
+ }
506
+ interface LabelCaptureBuildLabelFieldLocationCallbackMessage extends BaseDataCaptureCallbackMessage {
507
+ type: "labelCaptureBuildLabelFieldLocation";
508
+ payload: NativeProxyHandle;
509
+ }
510
+ type DataCaptureCallbackMessage = DataCaptureCallbackMessage$1 | LabelCaptureBuildLabelCaptureSettingsCallbackMessage | LabelCaptureBuildLabelDefinitionCallbackMessage | LabelCaptureBuildCustomBarcodeCallbackMessage | LabelCaptureBuildCustomTextCallbackMessage | LabelCaptureBuildExpiryDateTextCallbackMessage | LabelCaptureBuildImeiOneBarcodeCallbackMessage | LabelCaptureBuildImeiTwoBarcodeCallbackMessage | LabelCaptureBuildPackingDateTextCallbackMessage | LabelCaptureBuildPartNumberBarcodeCallbackMessage | LabelCaptureBuildSerialNumberBarcodeCallbackMessage | LabelCaptureBuildTotalPriceTextCallbackMessage | LabelCaptureBuildUnitPriceTextCallbackMessage | LabelCaptureBuildWeightTextCallbackMessage | LabelCaptureForContextCallbackMessage | LabelCaptureIsEnabledCallbackMessage | LabelCaptureSetEnabledCallbackMessage | LabelCaptureApplySettingsCallbackMessage | LabelCaptureOnObservationStartedCallbackMessage | LabelCaptureOnObservationStoppedCallbackMessage | LabelCaptureOnSessionUpdatedCallbackMessage | LabelCaptureAddListenerCallbackMessage | LabelCaptureRemoveListenerCallbackMessage | LabelCaptureSettingsGetLocationSelectionCallbackMessage | LabelCaptureSettingsSetLocationSelectionCallbackMessage | LabelCaptureSettingsGetPropertyCallbackMessage | LabelCaptureSettingsSetPropertyCallbackMessage | LabelCaptureBuildLabelFieldLocationCallbackMessage | LabelCaptureBasicOverlayOnLabelTappedCallbackMessage | LabelCaptureBasicOverlayBrushForFieldCallbackMessage | LabelCaptureBasicOverlayBrushForLabelCallbackMessage;
511
+ type PayloadForCommand<A, C> = A extends {
512
+ command: C;
513
+ } ? A : never;
514
+ interface DataCaptureWorker extends Omit<Worker, "postMessage"> {
515
+ onmessage: // biome-ignore lint/suspicious/noExplicitAny: Strict type-checking isn't needed for this parameter.
516
+ ((this: Worker, event_: MessageEvent & {
517
+ data: any;
518
+ }) => void) | null;
519
+ postMessage: <C extends AnyDataCaptureActionMessage["command"]>(message: PayloadForCommand<AnyDataCaptureActionMessage, C>, transfer?: Transferable[]) => void;
520
+ }
521
+ type CommandAndPayload<A, C> = A extends {
522
+ command: C;
523
+ } ? A : never;
524
+ type WorkerCommandPayload<C> = Omit<CommandAndPayload<AnyDataCaptureActionMessage, C>, "command" | "id">;
525
+
526
+ interface NativeProxyHandle {
527
+ className: keyof LabelCaptureModule;
528
+ id: number;
529
+ }
530
+ type NativeProxyMethod<Arguments extends readonly unknown[], ReturnType> = (handle: NativeProxyHandle, ...arguments_: Arguments) => Promise<ReturnType>;
531
+ type NativeProxy<NativeClass extends object> = {
532
+ [Member in keyof NativeClass]: NativeClass[Member] extends (...arguments_: infer Arguments) => infer ReturnValue ? ReturnValue extends (LabelField | CapturedLabel | LabelFieldDefinition)[] ? NativeProxyMethod<Arguments, NativeProxyHandle[]> : ReturnValue extends LabelFieldLocation | undefined ? NativeProxyMethod<Arguments, NativeProxyHandle | undefined> : ReturnValue extends Quadrilateral | LabelFieldDefinition | LabelCaptureSession | Barcode ? NativeProxyMethod<Arguments, NativeProxyHandle> : NativeProxyMethod<Arguments, ReturnType<NativeClass[Member]>> : NativeClass[Member];
533
+ };
534
+ declare abstract class NativeProxyAdapter<NativeClass extends object> {
535
+ abstract handle: NativeProxyHandle;
536
+ handleToNativeImplementationMap: Map<NativeProxyHandle["id"], NativeClass>;
537
+ nativeImplementationToHandleMap: WeakMap<NativeClass, NativeProxyHandle>;
538
+ get Module(): Module;
539
+ mapNativeImplementationToHandle(nativeImplementation: NativeClass): NativeProxyHandle;
540
+ nativeImplementationFromHandle(handle: NativeProxyHandle): NativeClass;
541
+ handleFromNativeImplementation(nativeImplementation: NativeClass): NativeProxyHandle;
542
+ }
543
+
544
+ export { type LabelCaptureBasicOverlayUpdateViewfinderActionMessage as $, type AnyDataCaptureActionMessage as A, type LabelCaptureIsEnabledActionMessage as B, type LabelCaptureSetEnabledActionMessage as C, type DataCaptureCallbackMessage as D, type LabelCaptureApplySettingsActionMessage as E, type LabelCaptureAddListenerActionMessage as F, type LabelCaptureRemoveListenerActionMessage as G, type LabelCaptureSettingsGetLocationSelectionActionMessage as H, type LabelCaptureSettingsSetLocationSelectionActionMessage as I, type LabelCaptureSettingsGetPropertyActionMessage as J, type LabelCaptureSettingsSetPropertyActionMessage as K, type LabelCaptureModule as L, type Module as M, type NativeProxyHandle as N, type LabelCaptureBuildLabelFieldLocationActionMessage as O, type LabelCaptureBasicOverlayForLabelCaptureActionMessage as P, type LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage as Q, type LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage as R, type LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage as S, type LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage as T, type LabelCaptureBasicOverlaySetBrushForFieldActionMessage as U, type LabelCaptureBasicOverlaySetBrushForLabelActionMessage as V, type WorkerCommandPayload as W, type LabelCaptureBasicOverlaySetListenerActionMessage as X, type LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage as Y, type LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage as Z, type LabelCaptureBasicOverlayGetViewfinderActionMessage as _, type DataCaptureWorker as a, type LabelCaptureAdvancedOverlayForLabelCaptureActionMessage as a0, type LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage as a1, type LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage as a2, type DataCaptureCallbackMessageKeys as a3, type BaseDataCaptureCallbackMessage as a4, type LabelCaptureBasicOverlayOnLabelTappedCallbackMessage as a5, type LabelCaptureBasicOverlayBrushForFieldCallbackMessage as a6, type LabelCaptureBasicOverlayBrushForLabelCallbackMessage as a7, type LabelCaptureBuildLabelCaptureSettingsCallbackMessage as a8, type LabelCaptureBuildLabelDefinitionCallbackMessage as a9, type CommandAndPayload as aA, type NativeProxyMethod as aB, type LabelCaptureBuildCustomBarcodeCallbackMessage as aa, type LabelCaptureBuildCustomTextCallbackMessage as ab, type LabelCaptureBuildExpiryDateTextCallbackMessage as ac, type LabelCaptureBuildImeiOneBarcodeCallbackMessage as ad, type LabelCaptureBuildImeiTwoBarcodeCallbackMessage as ae, type LabelCaptureBuildPackingDateTextCallbackMessage as af, type LabelCaptureBuildPartNumberBarcodeCallbackMessage as ag, type LabelCaptureBuildSerialNumberBarcodeCallbackMessage as ah, type LabelCaptureBuildTotalPriceTextCallbackMessage as ai, type LabelCaptureBuildUnitPriceTextCallbackMessage as aj, type LabelCaptureBuildWeightTextCallbackMessage as ak, type LabelCaptureForContextCallbackMessage as al, type LabelCaptureIsEnabledCallbackMessage as am, type LabelCaptureSetEnabledCallbackMessage as an, type LabelCaptureApplySettingsCallbackMessage as ao, type LabelCaptureOnObservationStartedCallbackMessage as ap, type LabelCaptureOnObservationStoppedCallbackMessage as aq, type LabelCaptureOnSessionUpdatedCallbackMessage as ar, type LabelCaptureAddListenerCallbackMessage as as, type LabelCaptureRemoveListenerCallbackMessage as at, type LabelCaptureSettingsGetLocationSelectionCallbackMessage as au, type LabelCaptureSettingsSetLocationSelectionCallbackMessage as av, type LabelCaptureSettingsGetPropertyCallbackMessage as aw, type LabelCaptureSettingsSetPropertyCallbackMessage as ax, type LabelCaptureBuildLabelFieldLocationCallbackMessage as ay, type PayloadForCommand as az, type DataCaptureActionMessageKey as b, 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 LabelCaptureBuildLabelCaptureSettingsActionMessage as m, type LabelCaptureBuildLabelDefinitionActionMessage as n, type LabelCaptureBuildCustomBarcodeActionMessage as o, type LabelCaptureBuildCustomTextActionMessage as p, type LabelCaptureBuildExpiryDateTextActionMessage as q, type LabelCaptureBuildImeiOneBarcodeActionMessage as r, type LabelCaptureBuildImeiTwoBarcodeActionMessage as s, type LabelCaptureBuildPackingDateTextActionMessage as t, type LabelCaptureBuildPartNumberBarcodeActionMessage as u, type LabelCaptureBuildSerialNumberBarcodeActionMessage as v, type LabelCaptureBuildTotalPriceTextActionMessage as w, type LabelCaptureBuildUnitPriceTextActionMessage as x, type LabelCaptureBuildWeightTextActionMessage as y, type LabelCaptureForContextActionMessage as z };
@@ -0,0 +1,8 @@
1
+ import { SymbologySettings } from '@scandit/web-datacapture-barcode';
2
+ import { LabelFieldDefinition } from './LabelFieldDefinition.js';
3
+
4
+ interface BarcodeField extends LabelFieldDefinition {
5
+ symbologies: SymbologySettings[];
6
+ }
7
+
8
+ export type { BarcodeField };
File without changes
@@ -0,0 +1,14 @@
1
+ import { BarcodeCaptureSettings, SymbologySettings, Symbology } from '@scandit/web-datacapture-barcode';
2
+ import { LabelFieldDefinitionBuilder } from './LabelFieldDefinitionBuilder.js';
3
+
4
+ declare abstract class BarcodeFieldBuilder<BuilderType, FieldType> extends LabelFieldDefinitionBuilder<BuilderType, FieldType> {
5
+ protected barcodeCaptureSettings: BarcodeCaptureSettings;
6
+ protected symbologySettings: SymbologySettings[];
7
+ get symbologies(): Symbology[];
8
+ set symbologies(symbologies: Symbology[]);
9
+ setSymbology(symbology: Symbology): BuilderType;
10
+ setSymbologies(symbologies: Symbology[]): BuilderType;
11
+ private mapSymbologyToSymbologySettings;
12
+ }
13
+
14
+ export { BarcodeFieldBuilder };
@@ -0,0 +1 @@
1
+ export{a as BarcodeFieldBuilder}from'../chunks/chunk-2DTQEG4U.js';
@@ -0,0 +1,33 @@
1
+ import { QuadrilateralJSON, Quadrilateral } from '@scandit/web-datacapture-core';
2
+ import { LabelFieldJSON, LabelField } from './LabelField.js';
3
+ import '@scandit/web-datacapture-barcode';
4
+ import './LabelFieldState.js';
5
+ import './LabelFieldType.js';
6
+ import './LabelDateResult.js';
7
+
8
+ interface CapturedLabelJSON {
9
+ fields: LabelFieldJSON[];
10
+ name: string;
11
+ isComplete: boolean;
12
+ predictedBounds: QuadrilateralJSON;
13
+ deltaTimeToPrediction: number;
14
+ trackingId: number;
15
+ }
16
+ declare class CapturedLabel {
17
+ private _fields;
18
+ private _name;
19
+ private _isComplete;
20
+ private _predictedBounds;
21
+ private _deltaTimeToPrediction;
22
+ private _trackingId;
23
+ get fields(): LabelField[];
24
+ get name(): string;
25
+ get isComplete(): boolean;
26
+ get predictedBounds(): Quadrilateral;
27
+ get deltaTimeToPrediction(): number;
28
+ get trackingId(): number;
29
+ private static fromJSON;
30
+ private toJSONObject;
31
+ }
32
+
33
+ export { CapturedLabel, type CapturedLabelJSON };
@@ -0,0 +1 @@
1
+ export{a as CapturedLabel}from'../chunks/chunk-2YS44WAC.js';
@@ -0,0 +1,28 @@
1
+ import { SymbologySettings } from '@scandit/web-datacapture-barcode';
2
+ import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
3
+ import { BarcodeField } from './BarcodeField.js';
4
+ import { LabelFieldLocation } from './LabelFieldLocation.js';
5
+ import './LabelFieldDefinition.js';
6
+ import '@scandit/web-datacapture-core';
7
+
8
+ declare class CustomBarcode implements BarcodeField {
9
+ private [nativeHandle];
10
+ private _name;
11
+ private _dataTypePatterns;
12
+ private _hiddenProperties;
13
+ private _isOptional;
14
+ private _patterns;
15
+ private _symbologies;
16
+ private _location?;
17
+ private constructor();
18
+ get name(): string;
19
+ get dataTypePatterns(): string[];
20
+ get isOptional(): boolean;
21
+ get patterns(): string[];
22
+ get symbologies(): SymbologySettings[];
23
+ get location(): LabelFieldLocation | undefined;
24
+ private get hiddenProperties();
25
+ private static forHandle;
26
+ }
27
+
28
+ export { CustomBarcode };
@@ -0,0 +1 @@
1
+ export{a as CustomBarcode}from'../chunks/chunk-KVDETJIR.js';