@scandit/web-datacapture-barcode 7.2.1 → 7.3.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/build/js/ArucoDictionary.d.ts +20 -0
  2. package/build/js/ArucoDictionary.js +1 -0
  3. package/build/js/ArucoDictionaryPreset.d.ts +11 -0
  4. package/build/js/ArucoDictionaryPreset.js +1 -0
  5. package/build/js/ArucoMarker.d.ts +16 -0
  6. package/build/js/ArucoMarker.js +1 -0
  7. package/build/js/Barcode.d.ts +5 -4
  8. package/build/js/Barcode.js +1 -1
  9. package/build/js/BarcodeAr-02zxFUGP.d.ts +47 -0
  10. package/build/js/{BarcodeBatchMode-NmloM1Y4.d.ts → BarcodeArMode-BgcsdSqd.d.ts} +27 -27
  11. package/build/js/{BarcodeBatch-Byl-P99I.d.ts → BarcodeBatch-BEVGY-bY.d.ts} +2 -2
  12. package/build/js/BarcodeBatch.d.ts +5 -1
  13. package/build/js/BarcodeBatch.js +1 -1
  14. package/build/js/BarcodeBatchAdvancedOverlay.d.ts +6 -2
  15. package/build/js/BarcodeBatchBasicOverlay.d.ts +5 -1
  16. package/build/js/BarcodeBatchBasicOverlay.js +1 -1
  17. package/build/js/BarcodeBatchSession.d.ts +1 -1
  18. package/build/js/BarcodeBatchSession.js +1 -1
  19. package/build/js/BarcodeBatchSettings.d.ts +7 -0
  20. package/build/js/BarcodeBatchSettings.js +1 -1
  21. package/build/js/BarcodeCapture.d.ts +7 -3
  22. package/build/js/BarcodeCapture.js +1 -1
  23. package/build/js/BarcodeCaptureOverlay.d.ts +4 -0
  24. package/build/js/BarcodeCaptureOverlay.js +1 -1
  25. package/build/js/BarcodeCaptureSession.d.ts +2 -2
  26. package/build/js/BarcodeCaptureSession.js +1 -1
  27. package/build/js/BarcodeCaptureSettings.d.ts +7 -0
  28. package/build/js/BarcodeCaptureSettings.js +1 -1
  29. package/build/js/Defaults.js +1 -1
  30. package/build/js/PrivateBarcodeBatchAdvancedOverlayListener.d.ts +5 -1
  31. package/build/js/PrivateBarcodeBatchBasicOverlayListener.d.ts +5 -1
  32. package/build/js/PrivateBarcodeBatchBasicOverlayListener.js +1 -1
  33. package/build/js/SymbologyDescription.d.ts +1 -1
  34. package/build/js/TrackedBarcode.d.ts +2 -2
  35. package/build/js/TrackedBarcode.js +1 -1
  36. package/build/js/TrackedBarcodeView.d.ts +1 -1
  37. package/build/js/{check/BarcodeCheck.d.ts → ar/BarcodeAr.d.ts} +4 -4
  38. package/build/js/ar/BarcodeAr.js +1 -0
  39. package/build/js/ar/BarcodeArAnnotationProvider.d.ts +13 -0
  40. package/build/js/ar/BarcodeArFeedback.d.ts +11 -0
  41. package/build/js/ar/BarcodeArFeedback.js +1 -0
  42. package/build/js/{check/BarcodeCheckHighlightProvider.d.ts → ar/BarcodeArHighlightProvider.d.ts} +5 -5
  43. package/build/js/{check/BarcodeCheckListener.d.ts → ar/BarcodeArListener.d.ts} +4 -4
  44. package/build/js/ar/BarcodeArPresenter.d.ts +43 -0
  45. package/build/js/ar/BarcodeArPresenter.js +1 -0
  46. package/build/js/{check/BarcodeCheckSession.d.ts → ar/BarcodeArSession.d.ts} +4 -4
  47. package/build/js/ar/BarcodeArSession.js +1 -0
  48. package/build/js/{check/BarcodeCheckSettings.d.ts → ar/BarcodeArSettings.d.ts} +4 -4
  49. package/build/js/ar/BarcodeArSettings.js +1 -0
  50. package/build/js/{check/BarcodeCheckView.d.ts → ar/BarcodeArView.d.ts} +22 -34
  51. package/build/js/ar/BarcodeArView.js +1 -0
  52. package/build/js/{check/BarcodeCheckViewSettings.d.ts → ar/BarcodeArViewSettings.d.ts} +2 -2
  53. package/build/js/ar/BarcodeArViewSettings.js +1 -0
  54. package/build/js/{check → ar}/Defaults.js +1 -1
  55. package/build/js/ar/hashedId.js +1 -0
  56. package/build/js/{check/ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.d.ts → ar/ui/atoms/BarcodeArInfoAnnotationBodyComponent.d.ts} +5 -5
  57. package/build/js/ar/ui/atoms/BarcodeArInfoAnnotationBodyComponent.js +1 -0
  58. package/build/js/{check/ui/atoms/BarcodeCheckInfoAnnotationFooter.d.ts → ar/ui/atoms/BarcodeArInfoAnnotationFooter.d.ts} +5 -5
  59. package/build/js/ar/ui/atoms/BarcodeArInfoAnnotationFooter.js +1 -0
  60. package/build/js/{check/ui/atoms/BarcodeCheckInfoAnnotationHeader.d.ts → ar/ui/atoms/BarcodeArInfoAnnotationHeader.d.ts} +5 -5
  61. package/build/js/ar/ui/atoms/BarcodeArInfoAnnotationHeader.js +1 -0
  62. package/build/js/ar/ui/atoms/private/Backdrop.js +1 -0
  63. package/build/js/{check/ui/atoms/private/BarcodeCheckInfoAnnotationHeaderFooterUtils.js → ar/ui/atoms/private/BarcodeArInfoAnnotationHeaderFooterUtils.js} +1 -1
  64. package/build/js/{check → ar}/ui/atoms/private/BarcodeStatusIconContainer.js +1 -1
  65. package/build/js/ar/ui/atoms/private/CssArrows.js +1 -0
  66. package/build/js/ar/ui/molecules/private/CameraSwitchButton.js +1 -0
  67. package/build/js/ar/ui/molecules/private/ZoomSwitchButton.js +1 -0
  68. package/build/js/ar/ui/organisms/BarcodeArAnnotation.d.ts +29 -0
  69. package/build/js/ar/ui/organisms/BarcodeArAnnotation.js +1 -0
  70. package/build/js/{check/ui/organisms/BarcodeCheckCircleHighlight.d.ts → ar/ui/organisms/BarcodeArCircleHighlight.d.ts} +9 -10
  71. package/build/js/ar/ui/organisms/BarcodeArCircleHighlight.js +1 -0
  72. package/build/js/{check/ui/organisms/BarcodeCheckHighlight.d.ts → ar/ui/organisms/BarcodeArHighlight.d.ts} +7 -7
  73. package/build/js/ar/ui/organisms/BarcodeArInfoAnnotation.d.ts +81 -0
  74. package/build/js/ar/ui/organisms/BarcodeArInfoAnnotation.js +1 -0
  75. package/build/js/ar/ui/organisms/BarcodeArPopoverAnnotation.d.ts +48 -0
  76. package/build/js/ar/ui/organisms/BarcodeArPopoverAnnotation.js +1 -0
  77. package/build/js/{check/ui/organisms/BarcodeCheckPopoverAnnotationButton.d.ts → ar/ui/organisms/BarcodeArPopoverAnnotationButton.d.ts} +5 -5
  78. package/build/js/ar/ui/organisms/BarcodeArPopoverAnnotationButton.js +1 -0
  79. package/build/js/{check/ui/organisms/BarcodeCheckRectangleHighlight.d.ts → ar/ui/organisms/BarcodeArRectangleHighlight.d.ts} +12 -11
  80. package/build/js/ar/ui/organisms/BarcodeArRectangleHighlight.js +1 -0
  81. package/build/js/{check/ui/organisms/BarcodeCheckStatusIconAnnotation.d.ts → ar/ui/organisms/BarcodeArStatusIconAnnotation.d.ts} +16 -13
  82. package/build/js/ar/ui/organisms/BarcodeArStatusIconAnnotation.js +1 -0
  83. package/build/js/ar/ui/organisms/private/AnchorAndDirectionUtils.d.ts +10 -0
  84. package/build/js/ar/ui/organisms/private/AnchorAndDirectionUtils.js +1 -0
  85. package/build/js/ar/ui/organisms/private/CheckLayout.js +1 -0
  86. package/build/js/ar/ui/organisms/private/updatePosition.d.ts +5 -0
  87. package/build/js/ar/ui/organisms/private/updatePosition.js +1 -0
  88. package/build/js/chunks/chunk-2A2DLPAB.js +4 -0
  89. package/build/js/chunks/chunk-2QO7W23V.js +1 -0
  90. package/build/js/chunks/chunk-2ZSOWJ2F.js +1 -1
  91. package/build/js/chunks/chunk-4KRKVW3B.js +1 -0
  92. package/build/js/chunks/chunk-4QSEBPWB.js +1 -0
  93. package/build/js/chunks/chunk-4WEBA3WR.js +1 -0
  94. package/build/js/chunks/chunk-5CKMOWBK.js +14 -0
  95. package/build/js/chunks/chunk-5DP5VNWQ.js +1 -1
  96. package/build/js/chunks/chunk-5HCHOM4R.js +1 -0
  97. package/build/js/chunks/chunk-62I36ZHW.js +1 -1
  98. package/build/js/chunks/chunk-644ETSOC.js +1 -1
  99. package/build/js/chunks/chunk-6BIERYLN.js +1 -0
  100. package/build/js/chunks/chunk-7E3OQ2ZA.js +7 -0
  101. package/build/js/chunks/chunk-7GJVUU3G.js +1 -0
  102. package/build/js/chunks/chunk-7J6MRLL2.js +1 -1
  103. package/build/js/chunks/{chunk-GOGBXJU7.js → chunk-7JPCVI74.js} +1 -1
  104. package/build/js/chunks/{chunk-EISL6ITI.js → chunk-7MDNYMWU.js} +1 -1
  105. package/build/js/chunks/chunk-7O2NHA3I.js +1 -1
  106. package/build/js/chunks/{chunk-75VI6EZ2.js → chunk-ACNWENKW.js} +1 -1
  107. package/build/js/chunks/chunk-AJ5TJUFZ.js +1 -0
  108. package/build/js/chunks/chunk-AOYPDGOI.js +1 -0
  109. package/build/js/chunks/chunk-BH3OZS63.js +1 -0
  110. package/build/js/chunks/chunk-BRRT6GC7.js +1 -1
  111. package/build/js/chunks/chunk-CYVVGAZ4.js +1 -0
  112. package/build/js/chunks/{chunk-VIFEECK7.js → chunk-D26TRBZS.js} +1 -1
  113. package/build/js/chunks/chunk-D66HVQKO.js +1 -0
  114. package/build/js/chunks/chunk-DCUKY2F4.js +1 -0
  115. package/build/js/chunks/chunk-DGF7ODRH.js +1 -0
  116. package/build/js/chunks/chunk-DHCNYKSL.js +1 -0
  117. package/build/js/chunks/chunk-DQVSIMLI.js +4 -0
  118. package/build/js/chunks/{chunk-LY4V725T.js → chunk-EUPONI3T.js} +5 -5
  119. package/build/js/chunks/chunk-GBKJMQMZ.js +1 -0
  120. package/build/js/chunks/chunk-I3E2HP2L.js +1 -0
  121. package/build/js/chunks/chunk-ICRLCCOF.js +1 -0
  122. package/build/js/chunks/{chunk-H5VEANGI.js → chunk-IHTTMWUR.js} +1 -1
  123. package/build/js/chunks/chunk-JSJOGGUQ.js +5 -0
  124. package/build/js/chunks/chunk-JUHE2NBW.js +1 -0
  125. package/build/js/chunks/{chunk-DORFGC2X.js → chunk-L2JLFSNM.js} +1 -1
  126. package/build/js/chunks/{chunk-BZBGJHXV.js → chunk-LGBIU7XO.js} +2 -2
  127. package/build/js/chunks/chunk-LKQMBRKB.js +1 -0
  128. package/build/js/chunks/{chunk-2ZPG257B.js → chunk-LN6NHJTD.js} +1 -1
  129. package/build/js/chunks/chunk-LTNZJEG4.js +1 -1
  130. package/build/js/chunks/chunk-MAA4EROF.js +5 -0
  131. package/build/js/chunks/chunk-MMMW73IQ.js +1 -0
  132. package/build/js/chunks/chunk-NGJSRAXL.js +1 -0
  133. package/build/js/chunks/chunk-NKRL5HIU.js +1 -0
  134. package/build/js/chunks/chunk-NR73P4OZ.js +1 -0
  135. package/build/js/chunks/chunk-NRT6IOL4.js +9 -0
  136. package/build/js/chunks/{chunk-FPZJIOQH.js → chunk-OLFIL5XY.js} +1 -1
  137. package/build/js/chunks/chunk-OTZPCIBD.js +1 -1
  138. package/build/js/chunks/{chunk-HKWMKBIV.js → chunk-P4F5WUAR.js} +1 -1
  139. package/build/js/chunks/{chunk-5DXIU4KL.js → chunk-PGZPJXZN.js} +1 -1
  140. package/build/js/chunks/chunk-POONUNDO.js +1 -1
  141. package/build/js/chunks/chunk-QBMLA2J7.js +1 -1
  142. package/build/js/chunks/chunk-R3B72E4T.js +1 -0
  143. package/build/js/chunks/chunk-RWDAYBTQ.js +1 -1
  144. package/build/js/chunks/chunk-S5FTF2QC.js +1 -0
  145. package/build/js/chunks/chunk-SSODGMFG.js +1 -0
  146. package/build/js/chunks/chunk-TJML3UCN.js +2 -0
  147. package/build/js/chunks/chunk-UKOWYLLZ.js +1 -0
  148. package/build/js/chunks/{chunk-I22E7AYH.js → chunk-UZD5DJXU.js} +1 -1
  149. package/build/js/chunks/chunk-VINHRCNE.js +1 -0
  150. package/build/js/chunks/chunk-VR4NB4EY.js +1 -0
  151. package/build/js/chunks/chunk-WHWR5LBU.js +1 -0
  152. package/build/js/chunks/chunk-WLVAYFWF.js +1 -0
  153. package/build/js/chunks/chunk-WRTJHOS5.js +1 -1
  154. package/build/js/chunks/chunk-WVIC3JWX.js +1 -1
  155. package/build/js/chunks/chunk-WYDK7FDG.js +1 -0
  156. package/build/js/chunks/{chunk-QHNNJFNX.js → chunk-XS6RV73B.js} +1 -1
  157. package/build/js/chunks/chunk-XSJEGOGN.js +1 -1
  158. package/build/js/chunks/chunk-XTOFHCOV.js +1 -0
  159. package/build/js/chunks/chunk-XUOTM7YW.js +7 -0
  160. package/build/js/chunks/{chunk-XY65BTLP.js → chunk-YJ42KEYE.js} +2 -3
  161. package/build/js/chunks/chunk-YQNNEW67.js +2 -2
  162. package/build/js/chunks/chunk-YVLM2PPO.js +1 -0
  163. package/build/js/chunks/chunk-YWCXI7D5.js +1 -1
  164. package/build/js/chunks/chunk-ZBWUSH2F.js +1 -0
  165. package/build/js/chunks/{chunk-NENGQZSC.js → chunk-ZF7YEGPW.js} +1 -1
  166. package/build/js/chunks/chunk-ZI75KHWU.js +1 -0
  167. package/build/js/chunks/{chunk-33DDD652.js → chunk-ZLTEXTBH.js} +1 -1
  168. package/build/js/chunks/chunk-ZPCWOA3Y.js +1 -0
  169. package/build/js/chunks/{chunk-BPHHLTR2.js → chunk-ZQ3QRLEZ.js} +1 -1
  170. package/build/js/chunks/{chunk-UHJ3O2ZT.js → chunk-ZZQLFO35.js} +1 -1
  171. package/build/js/find/BarcodeFind.d.ts +2 -2
  172. package/build/js/find/BarcodeFind.js +1 -1
  173. package/build/js/find/BarcodeFindFeedback.js +1 -1
  174. package/build/js/find/BarcodeFindPresenter.js +1 -1
  175. package/build/js/find/BarcodeFindSession.d.ts +1 -1
  176. package/build/js/find/BarcodeFindSession.js +1 -1
  177. package/build/js/find/BarcodeFindSettings.js +1 -1
  178. package/build/js/find/BarcodeFindView.js +1 -1
  179. package/build/js/find/index.js +1 -1
  180. package/build/js/find/ui/molecules/CardListContainer.d.ts +2 -2
  181. package/build/js/find/ui/molecules/CardListContainer.js +1 -1
  182. package/build/js/find/ui/molecules/ImageAndTextCardLayout.d.ts +18 -0
  183. package/build/js/find/ui/molecules/ImageAndTextCardLayout.js +1 -0
  184. package/build/js/find/ui/molecules/TorchIconButton.js +1 -1
  185. package/build/js/find/ui/organisms/FindLayout.js +1 -1
  186. package/build/js/index.d.ts +36 -32
  187. package/build/js/index.js +1 -1
  188. package/build/js/moduleLoader.js +1 -1
  189. package/build/js/spark/SparkScan.d.ts +2 -2
  190. package/build/js/spark/SparkScan.js +1 -1
  191. package/build/js/spark/SparkScanBarcodeFeedback.d.ts +1 -1
  192. package/build/js/spark/SparkScanBarcodeFeedback.js +1 -1
  193. package/build/js/spark/SparkScanOverlay.js +1 -1
  194. package/build/js/spark/SparkScanSession.d.ts +1 -1
  195. package/build/js/spark/SparkScanSession.js +1 -1
  196. package/build/js/spark/SparkScanSettings.js +1 -1
  197. package/build/js/spark/SparkScanTargetAimerViewfinder.js +1 -1
  198. package/build/js/spark/index.js +1 -1
  199. package/build/js/spark/ui/SparkScanView.js +1 -1
  200. package/build/js/spark/ui/SparkScanViewFeedbackManager.js +1 -1
  201. package/build/js/spark/ui/SparkScanViewMiniPreview.js +1 -1
  202. package/build/js/spark/ui/SparkScanViewPresenter.js +1 -1
  203. package/build/js/spark/ui/SparkScanViewSettings.js +1 -1
  204. package/build/js/spark/ui/SparkScanViewTriggerButton.js +1 -1
  205. package/build/js/spark/ui/index.js +1 -1
  206. package/build/js/worker/{BarcodeCheckMode.d.ts → BarcodeArMode.d.ts} +4 -4
  207. package/build/js/worker/BarcodeArMode.js +1 -0
  208. package/build/js/worker/BarcodeBatchMode.d.ts +3 -3
  209. package/build/js/worker/BarcodeCaptureMode.d.ts +3 -3
  210. package/build/js/worker/BarcodeCaptureWorkerManager.d.ts +2 -2
  211. package/build/js/worker/BarcodeCaptureWorkerManager.js +1 -1
  212. package/build/js/worker/BarcodeFindMode.d.ts +4 -4
  213. package/build/js/worker/SparkScanMode.d.ts +3 -3
  214. package/build/js/worker/WorkerMain.d.ts +3 -3
  215. package/build/js/worker/WorkerMain.js +1 -1
  216. package/build/js/worker/barcodeCapture.inlineWorker.js +1 -0
  217. package/build/js/worker/dataCaptureEngine.d.ts +4 -4
  218. package/build/js/worker/dataCaptureEngine.js +1 -1
  219. package/build/js/worker/dataCaptureWorkerRelated.d.ts +35 -35
  220. package/build/js/worker/index.d.ts +3 -3
  221. package/package.json +2 -2
  222. package/sdc-lib/scandit-datacapture-sdk-barcode-pthreads.js +1 -1
  223. package/sdc-lib/scandit-datacapture-sdk-barcode-pthreads.wasm +0 -0
  224. package/sdc-lib/scandit-datacapture-sdk-barcode-simd-pthreads.js +1 -1
  225. package/sdc-lib/scandit-datacapture-sdk-barcode-simd-pthreads.wasm +0 -0
  226. package/sdc-lib/scandit-datacapture-sdk-barcode-simd.js +1 -1
  227. package/sdc-lib/scandit-datacapture-sdk-barcode-simd.wasm +0 -0
  228. package/sdc-lib/scandit-datacapture-sdk-barcode.js +1 -1
  229. package/sdc-lib/scandit-datacapture-sdk-barcode.wasm +0 -0
  230. package/build/js/BarcodeCheck-ByBEYHcL.d.ts +0 -47
  231. package/build/js/BarcodeCheckAnnotation-DmEb-lMw.d.ts +0 -93
  232. package/build/js/check/BarcodeCheck.js +0 -1
  233. package/build/js/check/BarcodeCheckAnnotationProvider.d.ts +0 -16
  234. package/build/js/check/BarcodeCheckFeedback.d.ts +0 -11
  235. package/build/js/check/BarcodeCheckFeedback.js +0 -1
  236. package/build/js/check/BarcodeCheckPresenter.d.ts +0 -48
  237. package/build/js/check/BarcodeCheckPresenter.js +0 -1
  238. package/build/js/check/BarcodeCheckSession.js +0 -1
  239. package/build/js/check/BarcodeCheckSettings.js +0 -1
  240. package/build/js/check/BarcodeCheckView.js +0 -1
  241. package/build/js/check/BarcodeCheckViewSettings.js +0 -1
  242. package/build/js/check/hashedId.js +0 -1
  243. package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.js +0 -1
  244. package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationFooter.js +0 -1
  245. package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationHeader.js +0 -1
  246. package/build/js/check/ui/atoms/private/Backdrop.js +0 -1
  247. package/build/js/check/ui/atoms/private/CssArrows.js +0 -1
  248. package/build/js/check/ui/molecules/private/CameraSwitchButton.js +0 -1
  249. package/build/js/check/ui/molecules/private/ZoomSwitchButton.js +0 -1
  250. package/build/js/check/ui/organisms/BarcodeCheckAnnotation.d.ts +0 -10
  251. package/build/js/check/ui/organisms/BarcodeCheckAnnotation.js +0 -1
  252. package/build/js/check/ui/organisms/BarcodeCheckCircleHighlight.js +0 -1
  253. package/build/js/check/ui/organisms/BarcodeCheckInfoAnnotation.d.ts +0 -10
  254. package/build/js/check/ui/organisms/BarcodeCheckInfoAnnotation.js +0 -1
  255. package/build/js/check/ui/organisms/BarcodeCheckPopoverAnnotation.d.ts +0 -43
  256. package/build/js/check/ui/organisms/BarcodeCheckPopoverAnnotation.js +0 -1
  257. package/build/js/check/ui/organisms/BarcodeCheckPopoverAnnotationButton.js +0 -1
  258. package/build/js/check/ui/organisms/BarcodeCheckRectangleHighlight.js +0 -1
  259. package/build/js/check/ui/organisms/BarcodeCheckStatusIconAnnotation.js +0 -1
  260. package/build/js/check/ui/organisms/private/AnchorAndDirectionUtils.d.ts +0 -17
  261. package/build/js/check/ui/organisms/private/AnchorAndDirectionUtils.js +0 -1
  262. package/build/js/check/ui/organisms/private/CheckLayout.js +0 -1
  263. package/build/js/chunks/chunk-2RKBANN2.js +0 -1
  264. package/build/js/chunks/chunk-2SVQMM7R.js +0 -1
  265. package/build/js/chunks/chunk-3KS5SAB5.js +0 -1
  266. package/build/js/chunks/chunk-3V5ISRFO.js +0 -1
  267. package/build/js/chunks/chunk-4XFE7YMP.js +0 -1
  268. package/build/js/chunks/chunk-5N7ZBGWC.js +0 -1
  269. package/build/js/chunks/chunk-5OIAUK6Q.js +0 -1
  270. package/build/js/chunks/chunk-64AES6FW.js +0 -1
  271. package/build/js/chunks/chunk-65DU26S5.js +0 -4
  272. package/build/js/chunks/chunk-7IHFDDCQ.js +0 -7
  273. package/build/js/chunks/chunk-7JOXKPVL.js +0 -1
  274. package/build/js/chunks/chunk-A2FMQ67Y.js +0 -1
  275. package/build/js/chunks/chunk-BBJPGTUG.js +0 -1
  276. package/build/js/chunks/chunk-BDRKVLLV.js +0 -7
  277. package/build/js/chunks/chunk-BG7VNYCV.js +0 -1
  278. package/build/js/chunks/chunk-CONYPETL.js +0 -1
  279. package/build/js/chunks/chunk-DFIOIHPG.js +0 -5
  280. package/build/js/chunks/chunk-DOA33NUL.js +0 -1
  281. package/build/js/chunks/chunk-DQW2EMPB.js +0 -1
  282. package/build/js/chunks/chunk-HFF47NXN.js +0 -5
  283. package/build/js/chunks/chunk-HL6L6Q2I.js +0 -1
  284. package/build/js/chunks/chunk-IC4MKVBG.js +0 -1
  285. package/build/js/chunks/chunk-ILGTNFTI.js +0 -1
  286. package/build/js/chunks/chunk-J3I6TRKT.js +0 -1
  287. package/build/js/chunks/chunk-JA2J2COW.js +0 -2
  288. package/build/js/chunks/chunk-JKO4EZPZ.js +0 -1
  289. package/build/js/chunks/chunk-KYQRFAWX.js +0 -1
  290. package/build/js/chunks/chunk-L6RFD252.js +0 -1
  291. package/build/js/chunks/chunk-LCXQXE27.js +0 -1
  292. package/build/js/chunks/chunk-MVG7P7AH.js +0 -1
  293. package/build/js/chunks/chunk-NNMXFRC2.js +0 -1
  294. package/build/js/chunks/chunk-OMY3KC7L.js +0 -1
  295. package/build/js/chunks/chunk-PE6EDL2S.js +0 -1
  296. package/build/js/chunks/chunk-QA3MUV4X.js +0 -1
  297. package/build/js/chunks/chunk-QJOHE5A3.js +0 -14
  298. package/build/js/chunks/chunk-R5ROT3AK.js +0 -1
  299. package/build/js/chunks/chunk-SN5VMVMZ.js +0 -9
  300. package/build/js/chunks/chunk-SNJABJAZ.js +0 -1
  301. package/build/js/chunks/chunk-TQ3DI76M.js +0 -1
  302. package/build/js/chunks/chunk-TYVQVFM4.js +0 -1
  303. package/build/js/chunks/chunk-UC3AH6LP.js +0 -1
  304. package/build/js/chunks/chunk-UYTQR774.js +0 -1
  305. package/build/js/chunks/chunk-V4HNUUMT.js +0 -1
  306. package/build/js/chunks/chunk-WL3PKWFT.js +0 -4
  307. package/build/js/chunks/chunk-Y2XISTOT.js +0 -1
  308. package/build/js/find/ui/atoms/Card.d.ts +0 -18
  309. package/build/js/find/ui/atoms/Card.js +0 -1
  310. package/build/js/find/ui/atoms/CardList.d.ts +0 -56
  311. package/build/js/find/ui/atoms/CardList.js +0 -1
  312. package/build/js/worker/BarcodeCheckMode.js +0 -1
  313. package/build/js/worker/dataCapture.inlineWorker.js +0 -1
  314. /package/build/js/{check/BarcodeCheckAnnotationProvider.js → ar/BarcodeArAnnotationProvider.js} +0 -0
  315. /package/build/js/{check/BarcodeCheckHighlightProvider.js → ar/BarcodeArHighlightProvider.js} +0 -0
  316. /package/build/js/{check/BarcodeCheckListener.js → ar/BarcodeArListener.js} +0 -0
  317. /package/build/js/{check → ar}/Defaults.d.ts +0 -0
  318. /package/build/js/{check → ar}/assets/checkSound.d.ts +0 -0
  319. /package/build/js/{check → ar}/assets/checkSound.js +0 -0
  320. /package/build/js/{check → ar}/hashedId.d.ts +0 -0
  321. /package/build/js/{check → ar}/ui/atoms/private/Backdrop.d.ts +0 -0
  322. /package/build/js/{check/ui/atoms/private/BarcodeCheckInfoAnnotationHeaderFooterUtils.d.ts → ar/ui/atoms/private/BarcodeArInfoAnnotationHeaderFooterUtils.d.ts} +0 -0
  323. /package/build/js/{check → ar}/ui/atoms/private/BarcodeStatusIconContainer.d.ts +0 -0
  324. /package/build/js/{check → ar}/ui/atoms/private/CssArrows.d.ts +0 -0
  325. /package/build/js/{check → ar}/ui/molecules/private/CameraSwitchButton.d.ts +0 -0
  326. /package/build/js/{check → ar}/ui/molecules/private/ZoomSwitchButton.d.ts +0 -0
  327. /package/build/js/{check/ui/organisms/BarcodeCheckHighlight.js → ar/ui/organisms/BarcodeArHighlight.js} +0 -0
  328. /package/build/js/{check → ar}/ui/organisms/private/CheckLayout.d.ts +0 -0
  329. /package/build/js/chunks/{chunk-43WBSXOM.js → chunk-EWNVCDJ6.js} +0 -0
  330. /package/build/js/chunks/{chunk-E2UNDLF3.js → chunk-LAYALN2H.js} +0 -0
  331. /package/build/js/chunks/{chunk-PWPSTL4C.js → chunk-NDQSQK6H.js} +0 -0
  332. /package/build/js/chunks/{chunk-YM4T55CK.js → chunk-UJWVVADW.js} +0 -0
  333. /package/build/js/worker/{dataCapture.inlineWorker.d.ts → barcodeCapture.inlineWorker.d.ts} +0 -0
@@ -0,0 +1,43 @@
1
+ import { DataCaptureContext, CameraSettings, Camera } from '@scandit/web-datacapture-core';
2
+ import { a as BarcodeArListener, B as BarcodeAr } from '../BarcodeAr-02zxFUGP.js';
3
+ import { BarcodeArSession } from './BarcodeArSession.js';
4
+ import { BarcodeArView } from './BarcodeArView.js';
5
+ import { BarcodeArViewSettings } from './BarcodeArViewSettings.js';
6
+ import '@scandit/web-datacapture-core/build/js/private/Serializable';
7
+ import './BarcodeArSettings.js';
8
+ import '../Barcode.js';
9
+ import '../EncodingRange.js';
10
+ import '../StructuredAppendData.js';
11
+ import '../SymbologySettings.js';
12
+ import './BarcodeArFeedback.js';
13
+ import '../TrackedBarcode.js';
14
+ import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
15
+ import './BarcodeArAnnotationProvider.js';
16
+ import './ui/organisms/BarcodeArAnnotation.js';
17
+ import './BarcodeArHighlightProvider.js';
18
+ import './ui/organisms/BarcodeArHighlight.js';
19
+
20
+ declare class BarcodeArPresenter implements BarcodeArListener {
21
+ private readonly view;
22
+ private context;
23
+ private readonly barcodeAr;
24
+ private viewSettings;
25
+ private readonly cameraSettings;
26
+ private torchState;
27
+ private cameraSupportMap;
28
+ private zoomFactor;
29
+ constructor(view: BarcodeArView, context: DataCaptureContext, barcodeAr: BarcodeAr, viewSettings: BarcodeArViewSettings, cameraSettings: CameraSettings);
30
+ get currentCamera(): Camera;
31
+ prepare(): Promise<void>;
32
+ dispose(): Promise<void>;
33
+ startSearching(): Promise<void>;
34
+ stopSearching(): Promise<void>;
35
+ pauseSearching(): Promise<void>;
36
+ emitTappedFeedback(): void;
37
+ didUpdateSession(_: BarcodeAr, session: BarcodeArSession): void;
38
+ onTorchButtonClicked(): Promise<void>;
39
+ onZoomButtonClicked(): Promise<void>;
40
+ onCameraSwitchButtonClicked(): Promise<void>;
41
+ }
42
+
43
+ export { BarcodeArPresenter };
@@ -0,0 +1 @@
1
+ export{a as BarcodeArPresenter}from'../chunks/chunk-4WEBA3WR.js';
@@ -1,17 +1,17 @@
1
- import { TrackedBarcodeJSON, TrackedBarcode } from '../TrackedBarcode.js';
1
+ import { TrackedBarcode, TrackedBarcodeJSON } from '../TrackedBarcode.js';
2
2
  import '@scandit/web-datacapture-core';
3
3
  import '../Barcode.js';
4
4
  import '@scandit/web-datacapture-core/build/js/private/Serializable';
5
5
  import '../EncodingRange.js';
6
6
  import '../StructuredAppendData.js';
7
7
 
8
- interface BarcodeCheckSessionJSON {
8
+ interface BarcodeArSessionJSON {
9
9
  addedTrackedBarcodes: Record<string, TrackedBarcodeJSON>;
10
10
  removedTrackedBarcodes: string[];
11
11
  allTrackedBarcodes: Record<string, TrackedBarcodeJSON>;
12
12
  frameSequenceId: number;
13
13
  }
14
- declare class BarcodeCheckSession {
14
+ declare class BarcodeArSession {
15
15
  private _addedTrackedBarcodes;
16
16
  private _removedTrackedBarcodes;
17
17
  private _allTrackedBarcodes;
@@ -23,4 +23,4 @@ declare class BarcodeCheckSession {
23
23
  private static fromJSON;
24
24
  }
25
25
 
26
- export { BarcodeCheckSession, type BarcodeCheckSessionJSON };
26
+ export { BarcodeArSession, type BarcodeArSessionJSON };
@@ -0,0 +1 @@
1
+ export{a as BarcodeArSession}from'../chunks/chunk-D26TRBZS.js';
@@ -5,11 +5,11 @@ import { SymbologySettingsJSON, SymbologySettings } from '../SymbologySettings.j
5
5
  import '../EncodingRange.js';
6
6
  import '../StructuredAppendData.js';
7
7
 
8
- interface BarcodeCheckSettingsJSON {
8
+ interface BarcodeArSettingsJSON {
9
9
  symbologies: Record<Symbology, SymbologySettingsJSON>;
10
10
  properties: Record<string, JSONType>;
11
11
  }
12
- declare class BarcodeCheckSettings implements Serializable<BarcodeCheckSettingsJSON> {
12
+ declare class BarcodeArSettings implements Serializable<BarcodeArSettingsJSON> {
13
13
  private properties;
14
14
  private symbologies;
15
15
  constructor();
@@ -19,7 +19,7 @@ declare class BarcodeCheckSettings implements Serializable<BarcodeCheckSettingsJ
19
19
  getProperty(name: string): any;
20
20
  enableSymbologies(symbologies: Symbology[]): void;
21
21
  enableSymbology(symbology: Symbology, enabled: boolean): void;
22
- toJSONObject(): BarcodeCheckSettingsJSON;
22
+ toJSONObject(): BarcodeArSettingsJSON;
23
23
  }
24
24
 
25
- export { BarcodeCheckSettings, type BarcodeCheckSettingsJSON };
25
+ export { BarcodeArSettings, type BarcodeArSettingsJSON };
@@ -0,0 +1 @@
1
+ export{a as BarcodeArSettings}from'../chunks/chunk-UZD5DJXU.js';
@@ -1,32 +1,27 @@
1
1
  import { Anchor, DataCaptureView, DataCaptureContext, CameraSettings } from '@scandit/web-datacapture-core';
2
2
  import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
3
- import { B as BarcodeCheck } from '../BarcodeCheck-ByBEYHcL.js';
4
- import { BarcodeCheckAnnotationProvider } from './BarcodeCheckAnnotationProvider.js';
5
- import { BarcodeCheckHighlightProvider } from './BarcodeCheckHighlightProvider.js';
6
- import { BarcodeCheckViewSettings } from './BarcodeCheckViewSettings.js';
3
+ import { B as BarcodeAr } from '../BarcodeAr-02zxFUGP.js';
4
+ import { BarcodeArAnnotationProvider } from './BarcodeArAnnotationProvider.js';
5
+ import { BarcodeArHighlightProvider } from './BarcodeArHighlightProvider.js';
6
+ import { BarcodeArViewSettings } from './BarcodeArViewSettings.js';
7
7
  import '@scandit/web-datacapture-core/build/js/private/Serializable';
8
- import './BarcodeCheckSettings.js';
8
+ import './BarcodeArSettings.js';
9
9
  import '../Barcode.js';
10
10
  import '../EncodingRange.js';
11
11
  import '../StructuredAppendData.js';
12
12
  import '../SymbologySettings.js';
13
- import './BarcodeCheckFeedback.js';
14
- import './BarcodeCheckSession.js';
13
+ import './BarcodeArFeedback.js';
14
+ import './BarcodeArSession.js';
15
15
  import '../TrackedBarcode.js';
16
- import '../BarcodeCheckAnnotation-DmEb-lMw.js';
17
- import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
18
- import './ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.js';
19
- import './ui/atoms/BarcodeCheckInfoAnnotationFooter.js';
20
- import './ui/atoms/BarcodeCheckInfoAnnotationHeader.js';
21
- import './ui/organisms/BarcodeCheckHighlight.js';
22
- import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement';
16
+ import './ui/organisms/BarcodeArAnnotation.js';
17
+ import './ui/organisms/BarcodeArHighlight.js';
23
18
 
24
- declare class BarcodeCheckView extends ScanditHTMLElement {
25
- static tag: "scandit-barcode-check-view";
26
- annotationProvider?: BarcodeCheckAnnotationProvider;
27
- highlightProvider?: BarcodeCheckHighlightProvider;
19
+ declare class BarcodeArView extends ScanditHTMLElement {
20
+ static tag: "scandit-barcode-ar-view";
21
+ annotationProvider?: BarcodeArAnnotationProvider;
22
+ highlightProvider?: BarcodeArHighlightProvider;
28
23
  private dataCaptureView;
29
- private barcodeCheckViewSettings;
24
+ private barcodeArViewSettings;
30
25
  private presenter;
31
26
  private layout;
32
27
  private torchIconButton;
@@ -37,8 +32,6 @@ declare class BarcodeCheckView extends ScanditHTMLElement {
37
32
  private onZoomButtonHandler;
38
33
  private onLayoutPointerDownHandler;
39
34
  private onInfoAnnotationTapHandler;
40
- private onEdgesIntersectionObserverHandler;
41
- private edgesObserver;
42
35
  private backdrop;
43
36
  private pendingDeletionTimeout;
44
37
  set shouldShowZoomControl(value: boolean);
@@ -53,8 +46,8 @@ declare class BarcodeCheckView extends ScanditHTMLElement {
53
46
  get zoomControlPosition(): Anchor;
54
47
  set cameraSwitchControlPosition(anchor: Anchor);
55
48
  get cameraSwitchControlPosition(): Anchor;
56
- static createWithSettings(elementOrDataCaptureView: HTMLElement | DataCaptureView, context: DataCaptureContext, barcodeCheck: BarcodeCheck, viewSettings: BarcodeCheckViewSettings, cameraSettings?: CameraSettings): Promise<BarcodeCheckView>;
57
- static create(elementOrDataCaptureView: HTMLElement | DataCaptureView, context: DataCaptureContext, barcodeCheck: BarcodeCheck): Promise<BarcodeCheckView>;
49
+ static createWithSettings(elementOrDataCaptureView: HTMLElement | DataCaptureView, context: DataCaptureContext, barcodeAr: BarcodeAr, viewSettings: BarcodeArViewSettings, cameraSettings?: CameraSettings): Promise<BarcodeArView>;
50
+ static create(elementOrDataCaptureView: HTMLElement | DataCaptureView, context: DataCaptureContext, barcodeAr: BarcodeAr): Promise<BarcodeArView>;
58
51
  private static register;
59
52
  private static createStyleElement;
60
53
  start(): Promise<void>;
@@ -66,13 +59,10 @@ declare class BarcodeCheckView extends ScanditHTMLElement {
66
59
  private onCameraSwitchButtonClick;
67
60
  private onZoomButtonClick;
68
61
  private changeZoomButtonIcon;
69
- private isValidIntersectionEntry;
70
- private edgeObserverLandscapeLogic;
71
- private edgeObserverPortraitLogic;
72
- private onEdgesIntersectionObserver;
73
62
  private connectedCallback;
74
63
  private disconnectedCallback;
75
64
  private isPopoverAnnotation;
65
+ private isAnnotation;
76
66
  private areMultiplePopoverAllowed;
77
67
  private onLayoutPointerDown;
78
68
  private handleHighlightClick;
@@ -80,10 +70,10 @@ declare class BarcodeCheckView extends ScanditHTMLElement {
80
70
  private handleAnnotationClick;
81
71
  private handleClickOutside;
82
72
  private onInfoAnnotationTap;
83
- private showBarcodeCheckPopover;
84
- private hideBarcodeCheckPopover;
73
+ private showBarcodeArPopover;
74
+ private hideBarcodeArPopover;
85
75
  private hideBackdropIfNoPopovers;
86
- private toggleBarcodeCheckPopover;
76
+ private toggleBarcodeArPopover;
87
77
  /**
88
78
  * Used in the presenter when stop is called
89
79
  * to avoid dom nodes hanging.
@@ -107,15 +97,13 @@ declare class BarcodeCheckView extends ScanditHTMLElement {
107
97
  private getTransformOrigin;
108
98
  private calculateAnnotationPosition;
109
99
  private updateAnnotationPosition;
110
- private setPosition;
111
- private getTouchedEdges;
112
100
  private normalizedViewPointFromFrameAnchorPositions;
113
101
  private calculateRotationAngle;
114
102
  }
115
103
  declare global {
116
104
  interface HTMLElementTagNameMap {
117
- [BarcodeCheckView.tag]: BarcodeCheckView;
105
+ [BarcodeArView.tag]: BarcodeArView;
118
106
  }
119
107
  }
120
108
 
121
- export { BarcodeCheckView };
109
+ export { BarcodeArView };
@@ -0,0 +1 @@
1
+ export{a as BarcodeArView}from'../chunks/chunk-YVLM2PPO.js';
@@ -1,10 +1,10 @@
1
1
  import { CameraPosition } from '@scandit/web-datacapture-core';
2
2
 
3
- declare class BarcodeCheckViewSettings {
3
+ declare class BarcodeArViewSettings {
4
4
  soundEnabled: boolean;
5
5
  hapticEnabled: boolean;
6
6
  defaultCameraPosition: CameraPosition;
7
7
  constructor();
8
8
  }
9
9
 
10
- export { BarcodeCheckViewSettings };
10
+ export { BarcodeArViewSettings };
@@ -0,0 +1 @@
1
+ export{a as BarcodeArViewSettings}from'../chunks/chunk-LKQMBRKB.js';
@@ -1 +1 @@
1
- export{b as RecommendedCameraSettings,a as defaultCameraPosition}from'../chunks/chunk-43WBSXOM.js';
1
+ export{b as RecommendedCameraSettings,a as defaultCameraPosition}from'../chunks/chunk-EWNVCDJ6.js';
@@ -0,0 +1 @@
1
+ export{a as hashedId}from'../chunks/chunk-NDQSQK6H.js';
@@ -1,8 +1,8 @@
1
1
  import { Optional, ScanditIcon, Color } from '@scandit/web-datacapture-core';
2
2
  import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
3
3
 
4
- declare class BarcodeCheckInfoAnnotationBodyComponent extends ScanditHTMLElement {
5
- static tag: "scandit-check-info-annotation-body";
4
+ declare class BarcodeArInfoAnnotationBodyComponent extends ScanditHTMLElement {
5
+ static tag: "scandit-barcode-ar-info-annotation-body";
6
6
  isLeftIconTappable: boolean;
7
7
  isRightIconTappable: boolean;
8
8
  private textElement;
@@ -19,14 +19,14 @@ declare class BarcodeCheckInfoAnnotationBodyComponent extends ScanditHTMLElement
19
19
  set textAlignment(value: string);
20
20
  get textColor(): Color;
21
21
  set textColor(color: Color);
22
- static create(): BarcodeCheckInfoAnnotationBodyComponent;
22
+ static create(): BarcodeArInfoAnnotationBodyComponent;
23
23
  protected static register(): void;
24
24
  private static createStyleElement;
25
25
  }
26
26
  declare global {
27
27
  interface HTMLElementTagNameMap {
28
- [BarcodeCheckInfoAnnotationBodyComponent.tag]: BarcodeCheckInfoAnnotationBodyComponent;
28
+ [BarcodeArInfoAnnotationBodyComponent.tag]: BarcodeArInfoAnnotationBodyComponent;
29
29
  }
30
30
  }
31
31
 
32
- export { BarcodeCheckInfoAnnotationBodyComponent };
32
+ export { BarcodeArInfoAnnotationBodyComponent };
@@ -0,0 +1 @@
1
+ export{a as BarcodeArInfoAnnotationBodyComponent}from'../../../chunks/chunk-JSJOGGUQ.js';
@@ -1,13 +1,13 @@
1
1
  import { Color, Optional, ScanditIcon } from '@scandit/web-datacapture-core';
2
2
  import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
3
3
 
4
- declare class BarcodeCheckInfoAnnotationFooter extends ScanditHTMLElement {
5
- static tag: "scandit-barcode-info-annotation-footer";
4
+ declare class BarcodeArInfoAnnotationFooter extends ScanditHTMLElement {
5
+ static tag: "scandit-barcode-ar-info-annotation-footer";
6
6
  protected containerElement: HTMLElement;
7
7
  protected textElement: HTMLElement;
8
8
  protected _defaultBackgroundColor: Color;
9
9
  protected _defaultTextColor: Color;
10
- static create(): BarcodeCheckInfoAnnotationFooter;
10
+ static create(): BarcodeArInfoAnnotationFooter;
11
11
  protected static register(): void;
12
12
  constructor();
13
13
  set icon(icon: Optional<ScanditIcon>);
@@ -24,8 +24,8 @@ declare class BarcodeCheckInfoAnnotationFooter extends ScanditHTMLElement {
24
24
  }
25
25
  declare global {
26
26
  interface HTMLElementTagNameMap {
27
- [BarcodeCheckInfoAnnotationFooter.tag]: BarcodeCheckInfoAnnotationFooter;
27
+ [BarcodeArInfoAnnotationFooter.tag]: BarcodeArInfoAnnotationFooter;
28
28
  }
29
29
  }
30
30
 
31
- export { BarcodeCheckInfoAnnotationFooter };
31
+ export { BarcodeArInfoAnnotationFooter };
@@ -0,0 +1 @@
1
+ export{a as BarcodeArInfoAnnotationFooter}from'../../../chunks/chunk-PGZPJXZN.js';
@@ -1,13 +1,13 @@
1
1
  import { Color, Optional, ScanditIcon } from '@scandit/web-datacapture-core';
2
2
  import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
3
3
 
4
- declare class BarcodeCheckInfoAnnotationHeader extends ScanditHTMLElement {
5
- static tag: "scandit-barcode-info-annotation-header";
4
+ declare class BarcodeArInfoAnnotationHeader extends ScanditHTMLElement {
5
+ static tag: "scandit-barcode-ar-info-annotation-header";
6
6
  protected containerElement: HTMLElement;
7
7
  protected textElement: HTMLElement;
8
8
  protected _defaultBackgroundColor: Color;
9
9
  protected _defaultTextColor: Color;
10
- static create(): BarcodeCheckInfoAnnotationHeader;
10
+ static create(): BarcodeArInfoAnnotationHeader;
11
11
  protected static register(): void;
12
12
  constructor();
13
13
  set icon(icon: Optional<ScanditIcon>);
@@ -24,8 +24,8 @@ declare class BarcodeCheckInfoAnnotationHeader extends ScanditHTMLElement {
24
24
  }
25
25
  declare global {
26
26
  interface HTMLElementTagNameMap {
27
- [BarcodeCheckInfoAnnotationHeader.tag]: BarcodeCheckInfoAnnotationHeader;
27
+ [BarcodeArInfoAnnotationHeader.tag]: BarcodeArInfoAnnotationHeader;
28
28
  }
29
29
  }
30
30
 
31
- export { BarcodeCheckInfoAnnotationHeader };
31
+ export { BarcodeArInfoAnnotationHeader };
@@ -0,0 +1 @@
1
+ export{a as BarcodeArInfoAnnotationHeader}from'../../../chunks/chunk-AOYPDGOI.js';
@@ -0,0 +1 @@
1
+ export{a as Backdrop}from'../../../../chunks/chunk-AJ5TJUFZ.js';
@@ -1 +1 @@
1
- export{a as CONTAINER_SELECTOR,b as ICON_TEXT_SELECTOR,c as TEXT_SELECTOR,e as createStyles,d as createTemplate,h as getBackgroundColor,f as getIcon,n as getText,j as getTextColor,l as getTextSize,i as setBackgroundColor,o as setText,k as setTextColor,m as setTextSize,g as updateIcon}from'../../../../chunks/chunk-YM4T55CK.js';
1
+ export{a as CONTAINER_SELECTOR,b as ICON_TEXT_SELECTOR,c as TEXT_SELECTOR,e as createStyles,d as createTemplate,h as getBackgroundColor,f as getIcon,n as getText,j as getTextColor,l as getTextSize,i as setBackgroundColor,o as setText,k as setTextColor,m as setTextSize,g as updateIcon}from'../../../../chunks/chunk-UJWVVADW.js';
@@ -1 +1 @@
1
- export{a as BarcodeStatusIconContainer}from'../../../../chunks/chunk-BDRKVLLV.js';
1
+ export{a as BarcodeStatusIconContainer}from'../../../../chunks/chunk-XUOTM7YW.js';
@@ -0,0 +1 @@
1
+ export{a as cssArrows}from'../../../../chunks/chunk-LAYALN2H.js';
@@ -0,0 +1 @@
1
+ export{a as CameraSwitchButton}from'../../../../chunks/chunk-ZPCWOA3Y.js';
@@ -0,0 +1 @@
1
+ export{a as ZoomSwitchButton}from'../../../../chunks/chunk-DQVSIMLI.js';
@@ -0,0 +1,29 @@
1
+ import { Point, Direction } from '@scandit/web-datacapture-core';
2
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
3
+
4
+ declare enum BarcodeArAnnotationTrigger {
5
+ HighlightTap = "highlightTap",
6
+ HighlightTapAndBarcodeScan = "highlightTapAndBarcodeScan"
7
+ }
8
+ interface BarcodeArAnnotation extends ScanditHTMLElement {
9
+ annotationTrigger: BarcodeArAnnotationTrigger;
10
+ updatePosition(point: Point, transformOrigin: Point, rotationAngle: number): void;
11
+ }
12
+ declare enum BarcodeArAnnotationAnchor {
13
+ Top = "top-center",
14
+ Bottom = "bottom-center",
15
+ Left = "left-center",
16
+ Right = "right-center"
17
+ }
18
+ interface PrivateBarcodeArAnnotation extends BarcodeArAnnotation {
19
+ direction?: Direction;
20
+ anchor?: BarcodeArAnnotationAnchor;
21
+ dataset: {
22
+ identifier: `${string}-annotation`;
23
+ id: string;
24
+ couldBeDeleted: "true" | "false";
25
+ onForeground: "true" | "false";
26
+ };
27
+ }
28
+
29
+ export { type BarcodeArAnnotation, BarcodeArAnnotationAnchor, BarcodeArAnnotationTrigger, type PrivateBarcodeArAnnotation };
@@ -0,0 +1 @@
1
+ export{b as BarcodeArAnnotationAnchor,a as BarcodeArAnnotationTrigger}from'../../../chunks/chunk-MMMW73IQ.js';
@@ -1,23 +1,21 @@
1
- import { ScanditIcon, Brush } from '@scandit/web-datacapture-core';
1
+ import { ScanditIcon, Brush, Point } from '@scandit/web-datacapture-core';
2
2
  import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
3
3
  import { Barcode } from '../../../Barcode.js';
4
- import { BarcodeCheckHighlight } from './BarcodeCheckHighlight.js';
4
+ import { BarcodeArHighlight } from './BarcodeArHighlight.js';
5
5
  import '@scandit/web-datacapture-core/build/js/private/Serializable';
6
6
  import '../../../EncodingRange.js';
7
7
  import '../../../StructuredAppendData.js';
8
- import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement';
9
8
 
10
- declare enum BarcodeCheckCircleHighlightPreset {
9
+ declare enum BarcodeArCircleHighlightPreset {
11
10
  Dot = "dot",
12
11
  Icon = "icon"
13
12
  }
14
- declare class BarcodeCheckCircleHighlight extends ScanditHTMLElement implements BarcodeCheckHighlight {
13
+ declare class BarcodeArCircleHighlight extends ScanditHTMLElement implements BarcodeArHighlight {
15
14
  private _isPulsing;
16
- static tag: "scandit-check-circle-highlight";
15
+ static tag: "scandit-barcode-ar-circle-highlight";
17
16
  set isPulsing(isPulsing: boolean);
18
17
  get isPulsing(): boolean;
19
18
  icon: ScanditIcon | null;
20
- private type;
21
19
  private preset;
22
20
  private dot;
23
21
  private brushBuilder;
@@ -31,17 +29,18 @@ declare class BarcodeCheckCircleHighlight extends ScanditHTMLElement implements
31
29
  get brush(): Brush;
32
30
  set size(size: number);
33
31
  get size(): number;
34
- static create(barcode: Barcode, preset: BarcodeCheckCircleHighlightPreset): BarcodeCheckCircleHighlight;
32
+ static create(barcode: Barcode, preset: BarcodeArCircleHighlightPreset): BarcodeArCircleHighlight;
35
33
  static register(): void;
36
34
  private static createStyleElement;
37
35
  connectedCallback(): Promise<void>;
38
36
  private updateSize;
39
37
  private updateBrush;
38
+ updatePosition(point: Point, transformOrigin: Point, rotationAngle: number): void;
40
39
  }
41
40
  declare global {
42
41
  interface HTMLElementTagNameMap {
43
- [BarcodeCheckCircleHighlight.tag]: BarcodeCheckCircleHighlight;
42
+ [BarcodeArCircleHighlight.tag]: BarcodeArCircleHighlight;
44
43
  }
45
44
  }
46
45
 
47
- export { BarcodeCheckCircleHighlight, BarcodeCheckCircleHighlightPreset };
46
+ export { BarcodeArCircleHighlight, BarcodeArCircleHighlightPreset };
@@ -0,0 +1 @@
1
+ export{b as BarcodeArCircleHighlight,a as BarcodeArCircleHighlightPreset}from'../../../chunks/chunk-4KRKVW3B.js';
@@ -1,19 +1,19 @@
1
- import { Brush, ScanditIcon } from '@scandit/web-datacapture-core';
2
- import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement';
1
+ import { Brush, ScanditIcon, Point } from '@scandit/web-datacapture-core';
3
2
  import { Barcode } from '../../../Barcode.js';
3
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
4
4
  import '@scandit/web-datacapture-core/build/js/private/Serializable';
5
5
  import '../../../EncodingRange.js';
6
6
  import '../../../StructuredAppendData.js';
7
7
 
8
- interface BarcodeCheckHighlight {
8
+ interface BarcodeArHighlight extends ScanditHTMLElement {
9
9
  barcode: Barcode;
10
10
  brush: Brush;
11
11
  icon: ScanditIcon | null;
12
- }
13
- interface PrivateBarcodeCheckHighlight extends BarcodeCheckHighlight, ScanditHTMLElement {
14
- type: "rectangle" | "circle";
12
+ updatePosition(point: Point, transformOrigin: Point, rotationAngle: number): void;
15
13
  width?: number;
16
14
  height?: number;
15
+ }
16
+ interface PrivateBarcodeArHighlight extends BarcodeArHighlight {
17
17
  dataset: {
18
18
  identifier: `${string}-highlight`;
19
19
  id: string;
@@ -22,4 +22,4 @@ interface PrivateBarcodeCheckHighlight extends BarcodeCheckHighlight, ScanditHTM
22
22
  };
23
23
  }
24
24
 
25
- export type { BarcodeCheckHighlight, PrivateBarcodeCheckHighlight };
25
+ export type { BarcodeArHighlight, PrivateBarcodeArHighlight };
@@ -0,0 +1,81 @@
1
+ import { Point, Color, Optional } from '@scandit/web-datacapture-core';
2
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
3
+ import { Barcode } from '../../../Barcode.js';
4
+ import { BarcodeArInfoAnnotationBodyComponent } from '../atoms/BarcodeArInfoAnnotationBodyComponent.js';
5
+ import { BarcodeArInfoAnnotationFooter } from '../atoms/BarcodeArInfoAnnotationFooter.js';
6
+ import { BarcodeArInfoAnnotationHeader } from '../atoms/BarcodeArInfoAnnotationHeader.js';
7
+ import { BarcodeArAnnotation, BarcodeArAnnotationTrigger } from './BarcodeArAnnotation.js';
8
+ import '@scandit/web-datacapture-core/build/js/private/Serializable';
9
+ import '../../../EncodingRange.js';
10
+ import '../../../StructuredAppendData.js';
11
+ import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
12
+
13
+ declare enum BarcodeArInfoAnnotationAnchor {
14
+ Top = "top-center",
15
+ Bottom = "bottom-center",
16
+ Left = "left-center",
17
+ Right = "right-center"
18
+ }
19
+ declare enum BarcodeArInfoAnnotationWidthPreset {
20
+ Small = "small",
21
+ Medium = "medium",
22
+ Large = "large"
23
+ }
24
+ declare enum BarcodeArInfoAnnotationEvent {
25
+ InfoAnnotationTap = "BarcodeArInfoAnnotationEventTap"
26
+ }
27
+ interface BarcodeArInfoAnnotationListener {
28
+ onInfoAnnotationHeaderTapped?(annotation: BarcodeArInfoAnnotation): void;
29
+ onInfoAnnotationFooterTapped?(annotation: BarcodeArInfoAnnotation): void;
30
+ onInfoAnnotationLeftIconTapped?(annotation: BarcodeArInfoAnnotation, element: BarcodeArInfoAnnotationBodyComponent, elementIndex: number): void;
31
+ onInfoAnnotationRightIconTapped?(annotation: BarcodeArInfoAnnotation, element: BarcodeArInfoAnnotationBodyComponent, elementIndex: number): void;
32
+ onInfoAnnotationTapped?(annotation: BarcodeArInfoAnnotation): void;
33
+ }
34
+ declare class BarcodeArInfoAnnotation extends ScanditHTMLElement implements BarcodeArAnnotation {
35
+ static tag: "scandit-barcode-ar-info-annotation";
36
+ isEntireAnnotationTappable: boolean;
37
+ annotationTrigger: BarcodeArAnnotationTrigger;
38
+ listener?: BarcodeArInfoAnnotationListener;
39
+ private _barcode;
40
+ get barcode(): Barcode;
41
+ private set barcode(value);
42
+ private onPointerUpListener;
43
+ private onSlotChangeListener;
44
+ private containerElement;
45
+ private highlightableElementListenerMap;
46
+ constructor();
47
+ updatePosition(point: Point, transformOrigin: Point, rotationAngle: number): void;
48
+ set anchor(annotationAnchor: BarcodeArInfoAnnotationAnchor);
49
+ get anchor(): BarcodeArInfoAnnotationAnchor;
50
+ set widthPreset(variant: BarcodeArInfoAnnotationWidthPreset);
51
+ get widthPreset(): BarcodeArInfoAnnotationWidthPreset;
52
+ get backgroundColor(): Color;
53
+ set backgroundColor(value: Color);
54
+ set body(bodies: BarcodeArInfoAnnotationBodyComponent[]);
55
+ get body(): BarcodeArInfoAnnotationBodyComponent[];
56
+ set header(header: Optional<BarcodeArInfoAnnotationHeader>);
57
+ get header(): Optional<BarcodeArInfoAnnotationHeader>;
58
+ set footer(footer: Optional<BarcodeArInfoAnnotationFooter>);
59
+ get footer(): Optional<BarcodeArInfoAnnotationFooter>;
60
+ set hasTip(value: boolean);
61
+ get hasTip(): boolean;
62
+ static create(barcode: Barcode): BarcodeArInfoAnnotation;
63
+ protected static register(): void;
64
+ private static createStyleElement;
65
+ connectedCallback(): void;
66
+ disconnectedCallback(): void;
67
+ private onSlotChange;
68
+ private updateArrowColor;
69
+ private makeHighlightable;
70
+ private onPointerUp;
71
+ }
72
+ declare global {
73
+ interface HTMLElementTagNameMap {
74
+ [BarcodeArInfoAnnotation.tag]: BarcodeArInfoAnnotation;
75
+ }
76
+ interface HTMLElementEventMap {
77
+ [BarcodeArInfoAnnotationEvent.InfoAnnotationTap]: CustomEvent;
78
+ }
79
+ }
80
+
81
+ export { BarcodeArInfoAnnotation, BarcodeArInfoAnnotationAnchor, BarcodeArInfoAnnotationEvent, type BarcodeArInfoAnnotationListener, BarcodeArInfoAnnotationWidthPreset };
@@ -0,0 +1 @@
1
+ export{d as BarcodeArInfoAnnotation,a as BarcodeArInfoAnnotationAnchor,c as BarcodeArInfoAnnotationEvent,b as BarcodeArInfoAnnotationWidthPreset}from'../../../chunks/chunk-NRT6IOL4.js';
@@ -0,0 +1,48 @@
1
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
2
+ import { BarcodeArPopoverAnnotationButton } from './BarcodeArPopoverAnnotationButton.js';
3
+ import { Point } from '@scandit/web-datacapture-core';
4
+ import { Barcode } from '../../../Barcode.js';
5
+ import { BarcodeArAnnotation, BarcodeArAnnotationTrigger } from './BarcodeArAnnotation.js';
6
+ import '@scandit/web-datacapture-core/build/js/private/Serializable';
7
+ import '../../../EncodingRange.js';
8
+ import '../../../StructuredAppendData.js';
9
+ import '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
10
+
11
+ interface BarcodeArPopoverAnnotationListener {
12
+ onPopoverButtonTapped?(popover: BarcodeArPopoverAnnotation, button: BarcodeArPopoverAnnotationButton, buttonIndex: number): void;
13
+ onPopoverTapped?(popover: BarcodeArPopoverAnnotation): void;
14
+ }
15
+ declare enum BarcodeArPopoverAnnotationAnchor {
16
+ Top = "top-center",
17
+ Bottom = "bottom-center",
18
+ Left = "left-center",
19
+ Right = "right-center"
20
+ }
21
+ declare class BarcodeArPopoverAnnotation extends ScanditHTMLElement implements BarcodeArAnnotation {
22
+ static tag: "scandit-barcode-ar-popover-annotation";
23
+ isEntirePopoverTappable: boolean;
24
+ private _barcode;
25
+ annotationTrigger: BarcodeArAnnotationTrigger;
26
+ listener?: BarcodeArPopoverAnnotationListener;
27
+ private onPointerUpListener;
28
+ anchor: BarcodeArPopoverAnnotationAnchor;
29
+ constructor();
30
+ updatePosition(point: Point, transformOrigin: Point, rotationAngle: number): void;
31
+ get barcode(): Barcode;
32
+ protected set barcode(barcode: Barcode);
33
+ protected set direction(direction: string);
34
+ protected get direction(): string;
35
+ static register(): void;
36
+ static create(barcode: Barcode): BarcodeArPopoverAnnotation;
37
+ private static createStyleElement;
38
+ connectedCallback(): void;
39
+ disconnectedCallback(): void;
40
+ private onPointerUp;
41
+ }
42
+ declare global {
43
+ interface HTMLElementTagNameMap {
44
+ [BarcodeArPopoverAnnotation.tag]: BarcodeArPopoverAnnotation;
45
+ }
46
+ }
47
+
48
+ export { BarcodeArPopoverAnnotation, BarcodeArPopoverAnnotationAnchor, type BarcodeArPopoverAnnotationListener };
@@ -0,0 +1 @@
1
+ export{b as BarcodeArPopoverAnnotation,a as BarcodeArPopoverAnnotationAnchor}from'../../../chunks/chunk-DGF7ODRH.js';