@scandit/web-datacapture-barcode 7.0.2 → 7.1.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 (401) hide show
  1. package/build/js/Barcode.js +1 -1
  2. package/build/js/BarcodeBatch.js +1 -1
  3. package/build/js/BarcodeBatchAdvancedOverlay.js +1 -1
  4. package/build/js/BarcodeBatchBasicOverlay.js +1 -1
  5. package/build/js/{BarcodeBatchMode-Dwx2kMQZ.d.ts → BarcodeBatchMode-NmloM1Y4.d.ts} +18 -1
  6. package/build/js/BarcodeBatchSession.js +1 -1
  7. package/build/js/BarcodeBatchSettings.js +1 -1
  8. package/build/js/BarcodeCapture.js +1 -1
  9. package/build/js/BarcodeCaptureFeedback.js +1 -1
  10. package/build/js/BarcodeCaptureOverlay.js +1 -1
  11. package/build/js/BarcodeCaptureSession.js +1 -1
  12. package/build/js/BarcodeCaptureSettings.js +1 -1
  13. package/build/js/BarcodeCheck-BrFc2D5i.d.ts +44 -0
  14. package/build/js/BarcodeCheckAnnotation-5RXTfIhp.d.ts +89 -0
  15. package/build/js/Defaults.js +1 -1
  16. package/build/js/EncodingRange.js +1 -1
  17. package/build/js/LocalizedOnlyBarcode.js +1 -1
  18. package/build/js/PrivateBarcodeBatchAdvancedOverlayListener.js +1 -1
  19. package/build/js/PrivateBarcodeBatchBasicOverlayListener.js +1 -1
  20. package/build/js/Range.js +1 -1
  21. package/build/js/ScanIntention.js +1 -1
  22. package/build/js/StructuredAppendData.js +1 -1
  23. package/build/js/SymbologyDescription.js +1 -1
  24. package/build/js/SymbologySettings.js +1 -1
  25. package/build/js/TrackedBarcode.js +1 -1
  26. package/build/js/TrackedBarcodeView.js +1 -1
  27. package/build/js/check/BarcodeCheck.d.ts +12 -0
  28. package/build/js/check/BarcodeCheck.js +1 -0
  29. package/build/js/check/BarcodeCheckAnnotation.d.ts +8 -0
  30. package/build/js/check/BarcodeCheckAnnotation.js +1 -0
  31. package/build/js/check/BarcodeCheckAnnotationProvider.d.ts +18 -0
  32. package/build/js/check/BarcodeCheckAnnotationProvider.js +0 -0
  33. package/build/js/check/BarcodeCheckCircleHighlight.d.ts +44 -0
  34. package/build/js/check/BarcodeCheckCircleHighlight.js +1 -0
  35. package/build/js/check/BarcodeCheckFeedback.d.ts +11 -0
  36. package/build/js/check/BarcodeCheckFeedback.js +1 -0
  37. package/build/js/check/BarcodeCheckHighlight.d.ts +27 -0
  38. package/build/js/check/BarcodeCheckHighlight.js +0 -0
  39. package/build/js/check/BarcodeCheckHighlightProvider.d.ts +15 -0
  40. package/build/js/check/BarcodeCheckHighlightProvider.js +0 -0
  41. package/build/js/check/BarcodeCheckListener.d.ts +12 -0
  42. package/build/js/check/BarcodeCheckListener.js +0 -0
  43. package/build/js/check/BarcodeCheckPresenter.d.ts +51 -0
  44. package/build/js/check/BarcodeCheckPresenter.js +1 -0
  45. package/build/js/check/BarcodeCheckRectangleHighlight.d.ts +38 -0
  46. package/build/js/check/BarcodeCheckRectangleHighlight.js +1 -0
  47. package/build/js/check/BarcodeCheckSession.d.ts +26 -0
  48. package/build/js/check/BarcodeCheckSession.js +1 -0
  49. package/build/js/check/BarcodeCheckSettings.d.ts +25 -0
  50. package/build/js/check/BarcodeCheckSettings.js +1 -0
  51. package/build/js/check/BarcodeCheckView.d.ts +119 -0
  52. package/build/js/check/BarcodeCheckView.js +1 -0
  53. package/build/js/check/BarcodeCheckViewSettings.d.ts +9 -0
  54. package/build/js/check/BarcodeCheckViewSettings.js +1 -0
  55. package/build/js/check/Defaults.d.ts +6 -0
  56. package/build/js/check/Defaults.js +1 -0
  57. package/build/js/check/assets/checkSound.d.ts +3 -0
  58. package/build/js/check/assets/checkSound.js +2 -0
  59. package/build/js/check/hashedId.d.ts +9 -0
  60. package/build/js/check/hashedId.js +1 -0
  61. package/build/js/check/ui/atoms/Backdrop.d.ts +27 -0
  62. package/build/js/check/ui/atoms/Backdrop.js +1 -0
  63. package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.d.ts +2136 -0
  64. package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationBodyComponent.js +1 -0
  65. package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationFooter.d.ts +19 -0
  66. package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationFooter.js +1 -0
  67. package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationHeader.d.ts +19 -0
  68. package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationHeader.js +1 -0
  69. package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationHeaderFooter.d.ts +23 -0
  70. package/build/js/check/ui/atoms/BarcodeCheckInfoAnnotationHeaderFooter.js +1 -0
  71. package/build/js/check/ui/atoms/BarcodeStatusIconContainer.d.ts +30 -0
  72. package/build/js/check/ui/atoms/BarcodeStatusIconContainer.js +1 -0
  73. package/build/js/check/ui/atoms/CssArrows.d.ts +3 -0
  74. package/build/js/check/ui/atoms/CssArrows.js +1 -0
  75. package/build/js/check/ui/atoms/ScanditIcon.d.ts +60 -0
  76. package/build/js/check/ui/atoms/ScanditIcon.js +1 -0
  77. package/build/js/check/ui/atoms/ScanditIconBuilder.d.ts +55 -0
  78. package/build/js/check/ui/atoms/ScanditIconBuilder.js +1 -0
  79. package/build/js/check/ui/molecules/CameraSwitchButton.d.ts +23 -0
  80. package/build/js/check/ui/molecules/CameraSwitchButton.js +1 -0
  81. package/build/js/check/ui/molecules/ZoomSwitchButton.d.ts +26 -0
  82. package/build/js/check/ui/molecules/ZoomSwitchButton.js +1 -0
  83. package/build/js/check/ui/organisms/AnchorAndDirectionUtils.d.ts +15 -0
  84. package/build/js/check/ui/organisms/AnchorAndDirectionUtils.js +1 -0
  85. package/build/js/check/ui/organisms/BarcodeCheckInfoAnnotation.d.ts +8 -0
  86. package/build/js/check/ui/organisms/BarcodeCheckInfoAnnotation.js +1 -0
  87. package/build/js/check/ui/organisms/BarcodeCheckPopoverAnnotation.d.ts +43 -0
  88. package/build/js/check/ui/organisms/BarcodeCheckPopoverAnnotation.js +1 -0
  89. package/build/js/check/ui/organisms/BarcodeCheckPopoverAnnotationButton.d.ts +25 -0
  90. package/build/js/check/ui/organisms/BarcodeCheckPopoverAnnotationButton.js +1 -0
  91. package/build/js/check/ui/organisms/BarcodeCheckStatusIconAnnotation.d.ts +40 -0
  92. package/build/js/check/ui/organisms/BarcodeCheckStatusIconAnnotation.js +1 -0
  93. package/build/js/check/ui/organisms/CheckLayout.d.ts +17 -0
  94. package/build/js/check/ui/organisms/CheckLayout.js +1 -0
  95. package/build/js/chunks/chunk-257QL425.js +1 -0
  96. package/build/js/chunks/chunk-2W6SQGYJ.js +1 -0
  97. package/build/js/chunks/chunk-2XQDCOOR.js +1 -0
  98. package/build/js/chunks/chunk-2ZSOWJ2F.js +1 -0
  99. package/build/js/chunks/chunk-3A6GSH7S.js +1 -3
  100. package/build/js/chunks/chunk-3GNPSI4P.js +1 -0
  101. package/build/js/chunks/{chunk-GR7V7CUW.js → chunk-3SEV43FW.js} +2 -8
  102. package/build/js/chunks/chunk-462K3HIF.js +1 -0
  103. package/build/js/chunks/chunk-4BSKZNBG.js +0 -1
  104. package/build/js/chunks/chunk-4CB572AA.js +4 -0
  105. package/build/js/chunks/chunk-4EGODYYJ.js +1 -7
  106. package/build/js/chunks/chunk-4PTIOBXM.js +1 -5
  107. package/build/js/chunks/chunk-5DP5VNWQ.js +1 -7
  108. package/build/js/chunks/chunk-5YTTZFRG.js +1 -0
  109. package/build/js/chunks/chunk-6GFA45IH.js +1 -2
  110. package/build/js/chunks/chunk-6M7TWYER.js +5 -0
  111. package/build/js/chunks/chunk-7622FN4X.js +6 -0
  112. package/build/js/chunks/chunk-7G2KDE7D.js +1 -0
  113. package/build/js/chunks/chunk-7N3BO7YB.js +0 -1
  114. package/build/js/chunks/chunk-7SWSAHI5.js +1 -3
  115. package/build/js/chunks/chunk-ADMKAYF6.js +2 -7
  116. package/build/js/chunks/chunk-AF2UZ65J.js +1 -3
  117. package/build/js/chunks/chunk-BAXCRQFQ.js +4 -0
  118. package/build/js/chunks/chunk-BGXJMGXV.js +2 -0
  119. package/build/js/chunks/chunk-BPIXM73K.js +1 -0
  120. package/build/js/chunks/chunk-BR4JJH5H.js +1 -0
  121. package/build/js/chunks/chunk-BRRT6GC7.js +1 -3
  122. package/build/js/chunks/chunk-C52THG7K.js +1 -3
  123. package/build/js/chunks/chunk-CBOPTVRH.js +1 -0
  124. package/build/js/chunks/chunk-CYUXFHBE.js +1 -5
  125. package/build/js/chunks/chunk-DFK7AQTK.js +1 -3
  126. package/build/js/chunks/{chunk-VWY7QHPJ.js → chunk-DN4JHCS7.js} +2 -7
  127. package/build/js/chunks/chunk-DP5UA6QA.js +1 -7
  128. package/build/js/chunks/chunk-DTO5ICFV.js +2 -8
  129. package/build/js/chunks/chunk-DVHTYKDX.js +1 -3
  130. package/build/js/chunks/chunk-E5OIMFVX.js +1 -6
  131. package/build/js/chunks/chunk-EVWZVERH.js +7 -0
  132. package/build/js/chunks/chunk-FFSV4P4N.js +1 -3
  133. package/build/js/chunks/chunk-FJ4SOETD.js +1 -8
  134. package/build/js/chunks/chunk-FLTJ6FPP.js +1 -5
  135. package/build/js/chunks/chunk-FMYIZSF5.js +0 -1
  136. package/build/js/chunks/chunk-FPZJIOQH.js +1 -6
  137. package/build/js/chunks/chunk-FYHMFCYX.js +1 -0
  138. package/build/js/chunks/chunk-GBSISAJA.js +0 -1
  139. package/build/js/chunks/chunk-HEJKMZ7P.js +1 -8
  140. package/build/js/chunks/chunk-HKMOXHMU.js +2 -0
  141. package/build/js/chunks/chunk-HNWVLPRV.js +1 -9
  142. package/build/js/chunks/chunk-HTKUJZG2.js +1 -3
  143. package/build/js/chunks/chunk-HVFS6EW3.js +1 -0
  144. package/build/js/chunks/chunk-I2Z7B7LQ.js +1 -0
  145. package/build/js/chunks/chunk-I53W7VSB.js +1 -0
  146. package/build/js/chunks/chunk-I54U6QKJ.js +0 -1
  147. package/build/js/chunks/chunk-I5BAO2RI.js +1 -0
  148. package/build/js/chunks/chunk-IEE5MKEA.js +1 -5
  149. package/build/js/chunks/chunk-IMYBB4ZA.js +1 -3
  150. package/build/js/chunks/chunk-IX5QWIN7.js +1 -0
  151. package/build/js/chunks/chunk-J4VFWBJ7.js +1 -3
  152. package/build/js/chunks/chunk-JMSZG6RT.js +35 -0
  153. package/build/js/chunks/chunk-JMUNN3HX.js +1 -3
  154. package/build/js/chunks/chunk-JQF6P6X7.js +1 -5
  155. package/build/js/chunks/chunk-JVLPNIOZ.js +1 -0
  156. package/build/js/chunks/chunk-K3EIYQPY.js +2 -8
  157. package/build/js/chunks/chunk-K4MHNZXA.js +2 -7
  158. package/build/js/chunks/chunk-KALGMDTS.js +88 -0
  159. package/build/js/chunks/chunk-KBO3YYBN.js +1 -5
  160. package/build/js/chunks/chunk-KIF3GZQG.js +1 -0
  161. package/build/js/chunks/chunk-KQ3LRAYO.js +1 -3
  162. package/build/js/chunks/chunk-L6IZLBEM.js +1 -3
  163. package/build/js/chunks/chunk-LBAL6OCN.js +1 -3
  164. package/build/js/chunks/chunk-LFPKKGQH.js +1 -7
  165. package/build/js/chunks/chunk-LKZBVQXD.js +1 -3
  166. package/build/js/chunks/chunk-LTNZJEG4.js +1 -0
  167. package/build/js/chunks/{chunk-5SHGJJGR.js → chunk-LVOUP34G.js} +2 -7
  168. package/build/js/chunks/chunk-LXROKZUG.js +1 -0
  169. package/build/js/chunks/chunk-MMZCTESO.js +1 -0
  170. package/build/js/chunks/chunk-MUX2WWWH.js +1 -5
  171. package/build/js/chunks/chunk-MVDPXLVX.js +1 -3
  172. package/build/js/chunks/chunk-NH3EDXZZ.js +1 -3
  173. package/build/js/chunks/chunk-NSBGJLIO.js +1 -0
  174. package/build/js/chunks/chunk-NZJF3L72.js +1 -0
  175. package/build/js/chunks/chunk-OBHOWMW5.js +1 -6
  176. package/build/js/chunks/chunk-OHSTP7TM.js +1 -3
  177. package/build/js/chunks/chunk-OLJ65TIJ.js +1 -0
  178. package/build/js/chunks/chunk-OON6VEAR.js +1 -5
  179. package/build/js/chunks/chunk-OPL5NVVM.js +1 -5
  180. package/build/js/chunks/chunk-OTZPCIBD.js +1 -6
  181. package/build/js/chunks/chunk-OXLBBRZT.js +2 -6
  182. package/build/js/chunks/chunk-PBZTTRZU.js +1 -0
  183. package/build/js/chunks/chunk-PE6EDL2S.js +1 -7
  184. package/build/js/chunks/chunk-POONUNDO.js +1 -3
  185. package/build/js/chunks/chunk-PTJJ3JDE.js +1 -7
  186. package/build/js/chunks/chunk-PVBCYBUX.js +0 -1
  187. package/build/js/chunks/chunk-Q2OOZZ4I.js +1 -0
  188. package/build/js/chunks/chunk-QCD3RIT4.js +1 -3
  189. package/build/js/chunks/chunk-QHNNJFNX.js +1 -5
  190. package/build/js/chunks/chunk-QHU6JX44.js +1 -0
  191. package/build/js/chunks/chunk-QKP2VQEV.js +1 -3
  192. package/build/js/chunks/chunk-QPNMXE7H.js +2 -7
  193. package/build/js/chunks/chunk-QT54I6KA.js +1 -3
  194. package/build/js/chunks/chunk-R2D7ULOM.js +1 -6
  195. package/build/js/chunks/chunk-RF4AILJN.js +7 -0
  196. package/build/js/chunks/chunk-SB5G5YNC.js +1 -0
  197. package/build/js/chunks/chunk-SJ4RDJQU.js +1 -6
  198. package/build/js/chunks/chunk-SZUPDKV5.js +1 -3
  199. package/build/js/chunks/chunk-T2Y2C76P.js +1 -3
  200. package/build/js/chunks/chunk-TBCQMBEE.js +1 -6
  201. package/build/js/chunks/chunk-TBXQSBKX.js +1 -7
  202. package/build/js/chunks/chunk-TFSU5H7U.js +1 -0
  203. package/build/js/chunks/chunk-TXVV2KVE.js +0 -1
  204. package/build/js/chunks/chunk-UGTWA6DG.js +1 -0
  205. package/build/js/chunks/chunk-UJZAOQOG.js +1 -0
  206. package/build/js/chunks/chunk-VI6FIL4E.js +2 -7
  207. package/build/js/chunks/chunk-VM2RIQAZ.js +1 -0
  208. package/build/js/chunks/chunk-VTHL2LZD.js +1 -7
  209. package/build/js/chunks/chunk-W3YHPFLY.js +1 -6
  210. package/build/js/chunks/chunk-W7TZ36EI.js +1 -5
  211. package/build/js/chunks/chunk-WBSINSMA.js +2 -7
  212. package/build/js/chunks/{chunk-NL3O64AI.js → chunk-WMQZ4VZI.js} +2 -17
  213. package/build/js/chunks/chunk-WMUD7V77.js +1 -3
  214. package/build/js/chunks/chunk-WPSMXGDG.js +1 -5
  215. package/build/js/chunks/chunk-WTBGDD52.js +2 -8
  216. package/build/js/chunks/chunk-WVIC3JWX.js +1 -0
  217. package/build/js/chunks/chunk-X2KFZW3W.js +1 -7
  218. package/build/js/chunks/chunk-X2U6LCRU.js +2 -7
  219. package/build/js/chunks/chunk-XCZGCZ5K.js +1 -8
  220. package/build/js/chunks/chunk-XKDM23B5.js +1 -0
  221. package/build/js/chunks/chunk-XM2UJIDT.js +1 -6
  222. package/build/js/chunks/chunk-XOWQUEM6.js +1 -0
  223. package/build/js/chunks/chunk-XU3IX353.js +1 -0
  224. package/build/js/chunks/chunk-XZ6KKXSA.js +9 -0
  225. package/build/js/chunks/chunk-Y5ZY6264.js +1 -3
  226. package/build/js/chunks/chunk-Y6DC25EF.js +1 -3
  227. package/build/js/chunks/chunk-YBD5JYCX.js +1 -3
  228. package/build/js/chunks/chunk-YIVYRRUT.js +2 -0
  229. package/build/js/chunks/{chunk-N3JFR2ZF.js → chunk-YVLXLEDF.js} +2 -14
  230. package/build/js/chunks/chunk-ZDBP2TPZ.js +2 -9
  231. package/build/js/chunks/chunk-ZQWOOW3Y.js +1 -0
  232. package/build/js/chunks/chunk-ZZQDT5ZB.js +1 -6
  233. package/build/js/find/BarcodeFind.js +1 -1
  234. package/build/js/find/BarcodeFindBasicOverlay.js +1 -1
  235. package/build/js/find/BarcodeFindFeedback.d.ts +2 -2
  236. package/build/js/find/BarcodeFindFeedback.js +1 -1
  237. package/build/js/find/BarcodeFindItem.js +1 -1
  238. package/build/js/find/BarcodeFindPresenter.js +1 -1
  239. package/build/js/find/BarcodeFindSession.js +1 -1
  240. package/build/js/find/BarcodeFindSettings.js +1 -1
  241. package/build/js/find/BarcodeFindTransformer.js +0 -1
  242. package/build/js/find/BarcodeFindView.js +1 -1
  243. package/build/js/find/BarcodeFindViewSettings.js +1 -1
  244. package/build/js/find/BarcodeFindViewUiListener.js +0 -1
  245. package/build/js/find/index.js +1 -5
  246. package/build/js/find/ui/atoms/Card.js +1 -1
  247. package/build/js/find/ui/atoms/CardList.js +1 -1
  248. package/build/js/find/ui/atoms/CardListButton.js +1 -1
  249. package/build/js/find/ui/atoms/ChevronArrowDown.d.ts +15 -0
  250. package/build/js/find/ui/atoms/ChevronArrowDown.js +1 -0
  251. package/build/js/find/ui/atoms/Dot.js +1 -1
  252. package/build/js/find/ui/atoms/ExitSvgIcon.js +1 -1
  253. package/build/js/find/ui/atoms/ItemFoundSvgIcon.js +1 -1
  254. package/build/js/find/ui/atoms/TorchOffSvgIcon.js +1 -1
  255. package/build/js/find/ui/atoms/TorchOnSvgIcon.js +1 -1
  256. package/build/js/find/ui/molecules/CardListContainer.js +1 -1
  257. package/build/js/find/ui/molecules/ProgressBarWithLabel.js +1 -1
  258. package/build/js/find/ui/molecules/TorchIconButton.js +1 -1
  259. package/build/js/find/ui/organisms/FindLayout.d.ts +1 -1
  260. package/build/js/find/ui/organisms/FindLayout.js +1 -1
  261. package/build/js/global.d.js +0 -1
  262. package/build/js/index.d.ts +25 -0
  263. package/build/js/index.js +1 -38
  264. package/build/js/moduleLoader.js +1 -1
  265. package/build/js/private/isDataCaptureView.d.ts +5 -0
  266. package/build/js/private/isDataCaptureView.js +1 -0
  267. package/build/js/private/sandbox.js +1 -1
  268. package/build/js/private/symbols.js +1 -1
  269. package/build/js/private/utils/trackedBarcodeViewUtils.js +1 -1
  270. package/build/js/private/warnMultithreadingUnavailable.d.ts +3 -0
  271. package/build/js/private/warnMultithreadingUnavailable.js +1 -0
  272. package/build/js/spark/SparkScan.js +1 -1
  273. package/build/js/spark/SparkScanAnalyticsManager.js +1 -1
  274. package/build/js/spark/SparkScanBarcodeFeedback.js +1 -1
  275. package/build/js/spark/SparkScanFeedbackDelegate.js +0 -1
  276. package/build/js/spark/SparkScanOverlay.js +1 -1
  277. package/build/js/spark/SparkScanOverlayStyle.js +1 -1
  278. package/build/js/spark/SparkScanPreviewBehavior.js +1 -1
  279. package/build/js/spark/SparkScanScanningBehavior.js +1 -1
  280. package/build/js/spark/SparkScanScanningMode.js +1 -1
  281. package/build/js/spark/SparkScanSession.js +1 -1
  282. package/build/js/spark/SparkScanSettings.js +1 -1
  283. package/build/js/spark/SparkScanTargetAimerViewfinder.js +1 -1
  284. package/build/js/spark/assets/sounds.js +1 -1
  285. package/build/js/spark/index.js +1 -12
  286. package/build/js/spark/sounds.js +1 -1
  287. package/build/js/spark/ui/SparkScanMiniPreviewSize.js +1 -1
  288. package/build/js/spark/ui/SparkScanToastSettings.js +1 -1
  289. package/build/js/spark/ui/SparkScanView.js +1 -1
  290. package/build/js/spark/ui/SparkScanViewFeedbackManager.js +1 -1
  291. package/build/js/spark/ui/SparkScanViewHandMode.js +1 -1
  292. package/build/js/spark/ui/SparkScanViewIcon.js +1 -1
  293. package/build/js/spark/ui/SparkScanViewMiniPreview.js +1 -1
  294. package/build/js/spark/ui/SparkScanViewPreferenceManager.js +1 -1
  295. package/build/js/spark/ui/SparkScanViewPresenter.js +1 -1
  296. package/build/js/spark/ui/SparkScanViewSettings.js +1 -1
  297. package/build/js/spark/ui/SparkScanViewState.js +1 -1
  298. package/build/js/spark/ui/SparkScanViewStateManager.js +1 -1
  299. package/build/js/spark/ui/SparkScanViewToast.js +1 -1
  300. package/build/js/spark/ui/SparkScanViewToolbar.js +1 -1
  301. package/build/js/spark/ui/SparkScanViewTriggerButton.js +1 -1
  302. package/build/js/spark/ui/SparkScanViewUiListener.js +0 -1
  303. package/build/js/spark/ui/SparkScanViewVisualFeedback.js +1 -1
  304. package/build/js/spark/ui/constants/attributes.js +1 -1
  305. package/build/js/spark/ui/constants/colors.js +1 -1
  306. package/build/js/spark/ui/constants/constants.js +1 -1
  307. package/build/js/spark/ui/constants/cssVariables.js +1 -1
  308. package/build/js/spark/ui/constants/events.js +1 -1
  309. package/build/js/spark/ui/constants/tags.js +1 -1
  310. package/build/js/spark/ui/controllers/DragController.js +1 -1
  311. package/build/js/spark/ui/controllers/LongPressController.js +1 -1
  312. package/build/js/spark/ui/index.js +1 -15
  313. package/build/js/spark/ui/utils/didDrag.js +1 -1
  314. package/build/js/spark/ui/utils/html.js +1 -1
  315. package/build/js/translations.js +1 -1
  316. package/build/js/worker/BarcodeBatchMode.d.ts +9 -7
  317. package/build/js/worker/BarcodeBatchMode.js +1 -1
  318. package/build/js/worker/BarcodeCaptureMode.d.ts +9 -7
  319. package/build/js/worker/BarcodeCaptureMode.js +1 -1
  320. package/build/js/worker/BarcodeCaptureWorkerManager.d.ts +9 -6
  321. package/build/js/worker/BarcodeCaptureWorkerManager.js +1 -1
  322. package/build/js/worker/BarcodeCheckMode.d.ts +50 -0
  323. package/build/js/worker/BarcodeCheckMode.js +1 -0
  324. package/build/js/worker/BarcodeFindMode.d.ts +7 -5
  325. package/build/js/worker/BarcodeFindMode.js +1 -1
  326. package/build/js/worker/PropertyBehaviorSubject.js +1 -1
  327. package/build/js/worker/PropertyPushSource.js +1 -1
  328. package/build/js/worker/SparkScanMode.d.ts +9 -7
  329. package/build/js/worker/SparkScanMode.js +1 -1
  330. package/build/js/worker/WorkerMain.d.ts +9 -7
  331. package/build/js/worker/WorkerMain.js +1 -1
  332. package/build/js/worker/dataCapture.inlineWorker.js +1 -5
  333. package/build/js/worker/dataCaptureEngine.d.ts +9 -7
  334. package/build/js/worker/dataCaptureEngine.js +1 -1
  335. package/build/js/worker/dataCaptureWorkerRelated.d.ts +61 -8
  336. package/build/js/worker/dataCaptureWorkerRelated.js +0 -1
  337. package/build/js/worker/index.d.ts +8 -6
  338. package/build/js/worker/index.js +0 -1
  339. package/build/js/worker/inlineWorker.d.js +0 -1
  340. package/package.json +3 -3
  341. package/sdc-lib/resources/models/barcode_classification_default_model.0e0f78dcf2b31abc9b4fc5c1b7c5cb342a7d5e63.model +0 -0
  342. package/sdc-lib/resources/models/barcode_localization_default_model.47d1f96d10ccb378344a3009cded24a85c22a5f9.model +0 -0
  343. package/sdc-lib/resources/models/barcode_localization_dpm_default_model.866e3546778825d3a9bc1f2070c892de9c525092.model +0 -0
  344. package/sdc-lib/resources/models/barcode_localization_french_post_default_model.8843b5d5d2eb71ebeab43204fbb9574c76f94fe7.model +0 -0
  345. package/sdc-lib/resources/models/barcode_localization_generic_postal_code_default_model.48b44ea31495024d80a11e1ca3ecde3d958eaf2d.model +0 -0
  346. package/sdc-lib/resources/models/barcode_localization_oned_default_model.5f2c85a7773b298068deecb49059c7a477c280c4.model +0 -0
  347. package/sdc-lib/resources/models/barcode_localization_twod_default_model.795c17cef2bf529a00a9e0d235c1b8ddfca66cf5.model +0 -0
  348. package/sdc-lib/resources/models/barcode_localization_upu_enhanced_orange.da67055d9aa866fe157514a4d55c2c504ec68306.model +0 -0
  349. package/sdc-lib/resources/models/eu_dl_localization_model.e440ae4acaf7c7a2f42814ddc46c0920423eb372.model +0 -0
  350. package/sdc-lib/resources/models/id_ocr_model.f42a207632c0e54aed010bff4b40df1264e3f304.model +0 -0
  351. package/sdc-lib/resources/models/invalidated_id_classification_default.a055873831c99a035fa94bbf7a8568b1e8e004e5.model +0 -0
  352. package/sdc-lib/resources/models/mrz_line_localization_model.4573c5a05b53d7f5cfac0f0fda2ead609011df50.model +0 -0
  353. package/sdc-lib/resources/models/mrz_localization_model.c6b469e57923be136dfd2b6d3fef354eadda3e04.model +0 -0
  354. package/sdc-lib/resources/models/ocr_mrz_default_model.050ddaa9b8339897a9c7bc8b7dea02f2c6f11856.model +0 -0
  355. package/sdc-lib/resources/models/uk_dl_code_localization_model.e440ae4acaf7c7a2f42814ddc46c0920423eb372.model +0 -0
  356. package/sdc-lib/scandit-datacapture-sdk-barcode-pthreads.js +1 -1
  357. package/sdc-lib/scandit-datacapture-sdk-barcode-pthreads.wasm +0 -0
  358. package/sdc-lib/scandit-datacapture-sdk-barcode-simd-pthreads.js +1 -1
  359. package/sdc-lib/scandit-datacapture-sdk-barcode-simd-pthreads.wasm +0 -0
  360. package/sdc-lib/scandit-datacapture-sdk-barcode-simd.js +1 -1
  361. package/sdc-lib/scandit-datacapture-sdk-barcode-simd.wasm +0 -0
  362. package/sdc-lib/scandit-datacapture-sdk-barcode.js +1 -1
  363. package/sdc-lib/scandit-datacapture-sdk-barcode.wasm +0 -0
  364. package/build/js/chunks/chunk-42SQROQE.js +0 -7
  365. package/build/js/chunks/chunk-4PQP5QDI.js +0 -10
  366. package/build/js/chunks/chunk-4X2GOEAB.js +0 -7
  367. package/build/js/chunks/chunk-5AWKCU7L.js +0 -15
  368. package/build/js/chunks/chunk-AW7K3C63.js +0 -6
  369. package/build/js/chunks/chunk-BUIGWUX6.js +0 -9
  370. package/build/js/chunks/chunk-FCUTPMMU.js +0 -8
  371. package/build/js/chunks/chunk-IILNTCMF.js +0 -7
  372. package/build/js/chunks/chunk-INRFTFPK.js +0 -5
  373. package/build/js/chunks/chunk-JMWBOJQR.js +0 -5
  374. package/build/js/chunks/chunk-PKJMDLL6.js +0 -5
  375. package/build/js/chunks/chunk-QWIP2YZ5.js +0 -17
  376. package/build/js/chunks/chunk-TCDYVA53.js +0 -3
  377. package/build/js/chunks/chunk-TIOJPREQ.js +0 -27
  378. package/build/js/chunks/chunk-WT6UDBQ2.js +0 -8
  379. package/build/js/chunks/chunk-YQVJWYOP.js +0 -3
  380. package/build/js/chunks/chunk-ZEFZKKYO.js +0 -111
  381. package/build/js/chunks/chunk-ZLYZOIU3.js +0 -3
  382. package/build/js/find/ui/atoms/ArrowDownSvgIcon.d.ts +0 -15
  383. package/build/js/find/ui/atoms/ArrowDownSvgIcon.js +0 -1
  384. package/sdc-lib/resources/models/barcode_classification_default_model.5ed1ecfaacbd108767a80013d11d9af73b8e1d5e.model +0 -0
  385. package/sdc-lib/resources/models/barcode_localization_default_model.f88251f1bff0c68526d9898ef4c8f3b411c3c59e.model +0 -0
  386. package/sdc-lib/resources/models/barcode_localization_dpm_default_model.acd01c12893d98af3a7e472200dbce4afd57631d.model +0 -0
  387. package/sdc-lib/resources/models/barcode_localization_french_post_default_model.e1d7ffb4d1fb636b1c267d2da0ad6003584e668d.model +0 -0
  388. package/sdc-lib/resources/models/barcode_localization_generic_postal_code_default_model.7852c9b58cc2d253466ca3ea60bbd02ca09533ca.model +0 -0
  389. package/sdc-lib/resources/models/barcode_localization_oned_default_model.058a356e6c57475ec928de2f95440aefa46ed5fe.model +0 -0
  390. package/sdc-lib/resources/models/barcode_localization_twod_default_model.54c8ddfd8620c8b508f4108fcba6529ce45f8440.model +0 -0
  391. package/sdc-lib/resources/models/barcode_localization_upu_enhanced_orange.656bffc22efe3137515d791184b1aa471d439310.model +0 -0
  392. package/sdc-lib/resources/models/eu_dl_localization_model.579be0f8cae6c931b93e199d1afec3b61542474c.model +0 -0
  393. package/sdc-lib/resources/models/id_ocr_model.f5b3ffba2d21fa97fa4945f0bb0c1cff9651c677.model +0 -0
  394. package/sdc-lib/resources/models/invalidated_id_classification_default.1f8f6e0345ece7d50a7126f2e5d15aa6b2e2a9bf.model +0 -0
  395. package/sdc-lib/resources/models/mrz_line_localization_model.98a5b38e889546c69f1d43beeda91071ad132340.model +0 -0
  396. package/sdc-lib/resources/models/mrz_localization_model.87d7e0dacb3845548449cc8ccb78526d93212cff.model +0 -0
  397. package/sdc-lib/resources/models/ocr_mrz_default_model.e0dd4c48916ff4ee266439f87cc68eb1793093c3.model +0 -0
  398. package/sdc-lib/resources/models/uk_dl_code_localization_model.579be0f8cae6c931b93e199d1afec3b61542474c.model +0 -0
  399. package/sdc-lib/scandit-datacapture-sdk-barcode-pthreads.worker.js +0 -1
  400. package/sdc-lib/scandit-datacapture-sdk-barcode-simd-pthreads.worker.js +0 -1
  401. /package/{THIRD-PARTY.txt → THIRD_PARTY.txt} +0 -0
@@ -0,0 +1 @@
1
+ export{a as BarcodeCheckInfoAnnotationBodyComponent}from'../../../chunks/chunk-6M7TWYER.js';
@@ -0,0 +1,19 @@
1
+ import { Color } from '@scandit/web-datacapture-core';
2
+ import { BarcodeCheckInfoAnnotationHeaderFooter } from './BarcodeCheckInfoAnnotationHeaderFooter.js';
3
+ import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
4
+ import './ScanditIcon.js';
5
+
6
+ declare class BarcodeCheckInfoAnnotationFooter extends BarcodeCheckInfoAnnotationHeaderFooter {
7
+ static tag: "scandit-barcode-info-annotation-footer";
8
+ protected _backgroundColor: Color;
9
+ protected _textColor: Color;
10
+ static create(): BarcodeCheckInfoAnnotationFooter;
11
+ protected static register(): void;
12
+ }
13
+ declare global {
14
+ interface HTMLElementTagNameMap {
15
+ [BarcodeCheckInfoAnnotationFooter.tag]: BarcodeCheckInfoAnnotationFooter;
16
+ }
17
+ }
18
+
19
+ export { BarcodeCheckInfoAnnotationFooter };
@@ -0,0 +1 @@
1
+ export{a as BarcodeCheckInfoAnnotationFooter}from'../../../chunks/chunk-3GNPSI4P.js';
@@ -0,0 +1,19 @@
1
+ import { Color } from '@scandit/web-datacapture-core';
2
+ import { BarcodeCheckInfoAnnotationHeaderFooter } from './BarcodeCheckInfoAnnotationHeaderFooter.js';
3
+ import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
4
+ import './ScanditIcon.js';
5
+
6
+ declare class BarcodeCheckInfoAnnotationHeader extends BarcodeCheckInfoAnnotationHeaderFooter {
7
+ static tag: "scandit-barcode-info-annotation-header";
8
+ protected _backgroundColor: Color;
9
+ protected _textColor: Color;
10
+ static create(): BarcodeCheckInfoAnnotationHeader;
11
+ protected static register(): void;
12
+ }
13
+ declare global {
14
+ interface HTMLElementTagNameMap {
15
+ [BarcodeCheckInfoAnnotationHeader.tag]: BarcodeCheckInfoAnnotationHeader;
16
+ }
17
+ }
18
+
19
+ export { BarcodeCheckInfoAnnotationHeader };
@@ -0,0 +1 @@
1
+ export{a as BarcodeCheckInfoAnnotationHeader}from'../../../chunks/chunk-UJZAOQOG.js';
@@ -0,0 +1,23 @@
1
+ import { Color, Optional } from '@scandit/web-datacapture-core';
2
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
3
+ import { ScanditIcon } from './ScanditIcon.js';
4
+
5
+ declare abstract class BarcodeCheckInfoAnnotationHeaderFooter extends ScanditHTMLElement {
6
+ protected containerElement: HTMLElement;
7
+ protected textElement: HTMLElement;
8
+ protected abstract _backgroundColor: Color;
9
+ protected abstract _textColor: Color;
10
+ constructor();
11
+ set icon(icon: Optional<ScanditIcon>);
12
+ get icon(): Optional<ScanditIcon>;
13
+ get backgroundColor(): Color;
14
+ set backgroundColor(value: Color);
15
+ get text(): string;
16
+ set text(value: string);
17
+ get textColor(): Color;
18
+ set textColor(value: Color);
19
+ private static createStyleElement;
20
+ connectedCallback(): void;
21
+ }
22
+
23
+ export { BarcodeCheckInfoAnnotationHeaderFooter };
@@ -0,0 +1 @@
1
+ export{a as BarcodeCheckInfoAnnotationHeaderFooter}from'../../../chunks/chunk-7622FN4X.js';
@@ -0,0 +1,30 @@
1
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
2
+
3
+ declare class BarcodeStatusIconContainer extends ScanditHTMLElement {
4
+ static tag: "scandit-status-icon-container";
5
+ private static readonly observedAttributes;
6
+ private containerElement;
7
+ private textContainer;
8
+ private onToggleListener;
9
+ constructor();
10
+ set text(name: string);
11
+ get text(): string;
12
+ set tip(value: boolean);
13
+ get tip(): boolean;
14
+ static create(): BarcodeStatusIconContainer;
15
+ static register(): void;
16
+ private static createStyleElement;
17
+ onToggle(): void;
18
+ connectedCallback(): void;
19
+ disconnectedCallback(): void;
20
+ attributeChangedCallback(name: string, _oldValue: string, newValue: string): void;
21
+ private updateText;
22
+ private toggleTip;
23
+ }
24
+ declare global {
25
+ interface HTMLElementTagNameMap {
26
+ [BarcodeStatusIconContainer.tag]: BarcodeStatusIconContainer;
27
+ }
28
+ }
29
+
30
+ export { BarcodeStatusIconContainer };
@@ -0,0 +1 @@
1
+ export{a as BarcodeStatusIconContainer}from'../../../chunks/chunk-RF4AILJN.js';
@@ -0,0 +1,3 @@
1
+ declare function cssArrows(): HTMLStyleElement;
2
+
3
+ export { cssArrows };
@@ -0,0 +1 @@
1
+ export{a as cssArrows}from'../../../chunks/chunk-JVLPNIOZ.js';
@@ -0,0 +1,60 @@
1
+ import { Color } from '@scandit/web-datacapture-core';
2
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
3
+
4
+ declare enum ScanditIconShape {
5
+ None = "none",
6
+ Circle = "circle",
7
+ Rectangle = "rectangle"
8
+ }
9
+ interface Properties {
10
+ width: number;
11
+ height: number;
12
+ backgroundStrokeWidth: number;
13
+ backgroundStrokeColor: Color;
14
+ backgroundColor: Color;
15
+ iconColor: Color;
16
+ backgroundShape: ScanditIconShape;
17
+ }
18
+ declare class ScanditIcon extends ScanditHTMLElement {
19
+ static tag: "scandit-barcode-icon-container";
20
+ private static readonly observedAttributes;
21
+ private containerElement;
22
+ private onSlotChangeListener;
23
+ constructor();
24
+ get backgroundStrokeColor(): Color;
25
+ set backgroundStrokeColor(color: Color);
26
+ get backgroundColor(): Color;
27
+ set backgroundColor(color: Color);
28
+ get backgroundShape(): ScanditIconShape;
29
+ set backgroundShape(value: ScanditIconShape);
30
+ get backgroundStrokeWidth(): number;
31
+ set backgroundStrokeWidth(value: number);
32
+ get iconColor(): Color;
33
+ set iconColor(value: Color);
34
+ protected set width(width: number);
35
+ protected get width(): number;
36
+ protected set height(height: number);
37
+ protected get height(): number;
38
+ static create(): ScanditIcon;
39
+ static register(): void;
40
+ private static createStyleElement;
41
+ onSlotChange(): void;
42
+ connectedCallback(): void;
43
+ disconnectedCallback(): void;
44
+ updateIconSizeProperty(width: number, height: number): void;
45
+ updateFillIconColor(color: Color): void;
46
+ render({ propChanged, value }: {
47
+ propChanged: Lowercase<keyof Properties>;
48
+ value: string;
49
+ }): void;
50
+ attributeChangedCallback(name: Lowercase<keyof Properties>, _oldValue: string, newValue: string): void;
51
+ private getStylePropertyValue;
52
+ private setStylePropertyValue;
53
+ }
54
+ declare global {
55
+ interface HTMLElementTagNameMap {
56
+ [ScanditIcon.tag]: ScanditIcon;
57
+ }
58
+ }
59
+
60
+ export { ScanditIcon, ScanditIconShape };
@@ -0,0 +1 @@
1
+ export{b as ScanditIcon,a as ScanditIconShape}from'../../../chunks/chunk-PBZTTRZU.js';
@@ -0,0 +1,55 @@
1
+ import { Color } from '@scandit/web-datacapture-core';
2
+ import { SvgIcon } from '@scandit/web-datacapture-core/build/js/private/ui/atoms/SvgIcon.js';
3
+ import { ScanditIconShape, ScanditIcon } from './ScanditIcon.js';
4
+ import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
5
+
6
+ declare enum ScanditIconType {
7
+ ToPick = "toPick",
8
+ Xmark = "xMark",
9
+ CheckMark = "checkMark",
10
+ QuestionMark = "questionMark",
11
+ ExclamationMark = "exclamationMark",
12
+ LowStock = "lowStock",
13
+ QualityCheck = "qualityCheck",
14
+ ExpiredItem = "expiredItem",
15
+ WrongItem = "wrongItem",
16
+ FragileItem = "fragileItem",
17
+ Star = "star",
18
+ StarFilled = "starFilled",
19
+ StarHalfFilled = "starHalfFilled",
20
+ CameraSwitch = "cameraSwitch",
21
+ DotFiveX = "dotFiveX",
22
+ OneX = "oneX",
23
+ TwoX = "twoX",
24
+ ArrowUp = "arrowUp",
25
+ ArrowRight = "arrowRight",
26
+ ArrowDown = "arrowDown",
27
+ ArrowLeft = "arrowLeft"
28
+ }
29
+ declare const ScanditIconForIconType: Record<ScanditIconType, Promise<{
30
+ register(): void;
31
+ create(): SvgIcon;
32
+ }>>;
33
+ declare class ScanditIconBuilder {
34
+ private iconName;
35
+ private backgroundShape;
36
+ private backgroundStrokeColor;
37
+ private iconColor;
38
+ private backgroundStrokeWidth;
39
+ private backgroundColor;
40
+ private width;
41
+ private height;
42
+ private iconSize;
43
+ withIcon(icon: ScanditIconType): this;
44
+ withBackgroundShape(backgroundShape: ScanditIconShape): this;
45
+ withIconColor(color: Color): this;
46
+ withBackgroundColor(color: Color): this;
47
+ withBackgroundStrokeColor(backgroundStrokeColor: Color): this;
48
+ withBackgroundStrokeWidth(backgroundStrokeWidth: number): this;
49
+ build(): Promise<ScanditIcon>;
50
+ private withWidth;
51
+ private withHeight;
52
+ private withIconSize;
53
+ }
54
+
55
+ export { ScanditIconBuilder, ScanditIconForIconType, ScanditIconShape, ScanditIconType };
@@ -0,0 +1 @@
1
+ export{c as ScanditIconBuilder,b as ScanditIconForIconType,a as ScanditIconType}from'../../../chunks/chunk-IX5QWIN7.js';export{a as ScanditIconShape}from'../../../chunks/chunk-PBZTTRZU.js';
@@ -0,0 +1,23 @@
1
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
2
+
3
+ declare class CameraSwitchButton extends ScanditHTMLElement {
4
+ static tag: "scandit-check-switch-camera-button";
5
+ private icon;
6
+ private onPressedHandler;
7
+ private onReleasedHandler;
8
+ constructor();
9
+ static create(): CameraSwitchButton;
10
+ static register(): void;
11
+ private static createStyleElement;
12
+ connectedCallback(): Promise<void>;
13
+ disconnectedCallback(): void;
14
+ private onPressed;
15
+ private onReleased;
16
+ }
17
+ declare global {
18
+ interface HTMLElementTagNameMap {
19
+ [CameraSwitchButton.tag]: CameraSwitchButton;
20
+ }
21
+ }
22
+
23
+ export { CameraSwitchButton };
@@ -0,0 +1 @@
1
+ export{a as CameraSwitchButton}from'../../../chunks/chunk-2W6SQGYJ.js';
@@ -0,0 +1,26 @@
1
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
2
+
3
+ declare class ZoomSwitchButton extends ScanditHTMLElement {
4
+ static tag: "scandit-check-switch-zoom-button";
5
+ private icon1x;
6
+ private icon2x;
7
+ private onPressedHandler;
8
+ private onReleasedHandler;
9
+ constructor();
10
+ set zoom(value: string);
11
+ get zoom(): string;
12
+ static create(): ZoomSwitchButton;
13
+ static register(): void;
14
+ private static createStyleElement;
15
+ connectedCallback(): Promise<void>;
16
+ disconnectedCallback(): void;
17
+ private onPressed;
18
+ private onReleased;
19
+ }
20
+ declare global {
21
+ interface HTMLElementTagNameMap {
22
+ [ZoomSwitchButton.tag]: ZoomSwitchButton;
23
+ }
24
+ }
25
+
26
+ export { ZoomSwitchButton };
@@ -0,0 +1 @@
1
+ export{a as ZoomSwitchButton}from'../../../chunks/chunk-BAXCRQFQ.js';
@@ -0,0 +1,15 @@
1
+ import { a as BarcodeCheckInfoAnnotationAnchor } from '../../../BarcodeCheckAnnotation-5RXTfIhp.js';
2
+ import '@scandit/web-datacapture-core';
3
+ import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
4
+ import '../atoms/BarcodeCheckInfoAnnotationBodyComponent.js';
5
+ import '../atoms/ScanditIcon.js';
6
+ import '../atoms/BarcodeCheckInfoAnnotationFooter.js';
7
+ import '../atoms/BarcodeCheckInfoAnnotationHeaderFooter.js';
8
+ import '../atoms/BarcodeCheckInfoAnnotationHeader.js';
9
+
10
+ declare const isDirectionHorizontal: (direction: "horizontal" | "vertical" | undefined) => boolean;
11
+ declare const isDirectionVertical: (direction: "horizontal" | "vertical" | undefined) => boolean;
12
+ declare const isAnchorYcenter: (anchor: BarcodeCheckInfoAnnotationAnchor) => boolean;
13
+ declare const isAnchorXcenter: (anchor: BarcodeCheckInfoAnnotationAnchor) => boolean;
14
+
15
+ export { isAnchorXcenter, isAnchorYcenter, isDirectionHorizontal, isDirectionVertical };
@@ -0,0 +1 @@
1
+ export{d as isAnchorXcenter,c as isAnchorYcenter,a as isDirectionHorizontal,b as isDirectionVertical}from'../../../chunks/chunk-MMZCTESO.js';
@@ -0,0 +1,8 @@
1
+ import '@scandit/web-datacapture-core';
2
+ import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
3
+ export { B as BarcodeCheckInfoAnnotation, a as BarcodeCheckInfoAnnotationAnchor, e as BarcodeCheckInfoAnnotationEvent, f as BarcodeCheckInfoAnnotationListener, d as BarcodeCheckInfoAnnotationWidthPreset } from '../../../BarcodeCheckAnnotation-5RXTfIhp.js';
4
+ import '../atoms/BarcodeCheckInfoAnnotationBodyComponent.js';
5
+ import '../atoms/BarcodeCheckInfoAnnotationFooter.js';
6
+ import '../atoms/BarcodeCheckInfoAnnotationHeader.js';
7
+ import '../atoms/ScanditIcon.js';
8
+ import '../atoms/BarcodeCheckInfoAnnotationHeaderFooter.js';
@@ -0,0 +1 @@
1
+ export{d as BarcodeCheckInfoAnnotation,a as BarcodeCheckInfoAnnotationAnchor,c as BarcodeCheckInfoAnnotationEvent,b as BarcodeCheckInfoAnnotationWidthPreset}from'../../../chunks/chunk-XZ6KKXSA.js';
@@ -0,0 +1,43 @@
1
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
2
+ import { BarcodeCheckPopoverAnnotationButton } from './BarcodeCheckPopoverAnnotationButton.js';
3
+ import { Barcode } from '../../../Barcode.js';
4
+ import { b as BarcodeCheckAnnotation, c as BarcodeCheckAnnotationTrigger } from '../../../BarcodeCheckAnnotation-5RXTfIhp.js';
5
+ import '@scandit/web-datacapture-core';
6
+ import '../atoms/ScanditIcon.js';
7
+ import '@scandit/web-datacapture-core/build/js/private/Serializable';
8
+ import '../../../EncodingRange.js';
9
+ import '../../../StructuredAppendData.js';
10
+ import '../atoms/BarcodeCheckInfoAnnotationBodyComponent.js';
11
+ import '../atoms/BarcodeCheckInfoAnnotationFooter.js';
12
+ import '../atoms/BarcodeCheckInfoAnnotationHeaderFooter.js';
13
+ import '../atoms/BarcodeCheckInfoAnnotationHeader.js';
14
+
15
+ interface BarcodeCheckPopoverAnnotationListener {
16
+ onPopoverButtonTapped: (popover: BarcodeCheckPopoverAnnotation, button: BarcodeCheckPopoverAnnotationButton, index: number) => void;
17
+ onPopoverTapped: (popover: BarcodeCheckPopoverAnnotation) => void;
18
+ }
19
+ declare class BarcodeCheckPopoverAnnotation extends ScanditHTMLElement implements BarcodeCheckAnnotation {
20
+ static tag: "scandit-barcode-popover-annotation";
21
+ isEntirePopoverTappable: boolean;
22
+ barcode: Barcode;
23
+ annotationTrigger: BarcodeCheckAnnotationTrigger;
24
+ listener?: BarcodeCheckPopoverAnnotationListener;
25
+ private onPointerUpListener;
26
+ private anchor;
27
+ constructor();
28
+ set direction(direction: string);
29
+ get direction(): string;
30
+ static register(): void;
31
+ static create(barcode: Barcode): BarcodeCheckPopoverAnnotation;
32
+ private static createStyleElement;
33
+ connectedCallback(): void;
34
+ disconnectedCallback(): void;
35
+ private onPointerUp;
36
+ }
37
+ declare global {
38
+ interface HTMLElementTagNameMap {
39
+ [BarcodeCheckPopoverAnnotation.tag]: BarcodeCheckPopoverAnnotation;
40
+ }
41
+ }
42
+
43
+ export { BarcodeCheckPopoverAnnotation, type BarcodeCheckPopoverAnnotationListener };
@@ -0,0 +1 @@
1
+ export{a as BarcodeCheckPopoverAnnotation}from'../../../chunks/chunk-KIF3GZQG.js';
@@ -0,0 +1,25 @@
1
+ import { Color } from '@scandit/web-datacapture-core';
2
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
3
+ import { ScanditIcon } from '../atoms/ScanditIcon.js';
4
+
5
+ declare class BarcodeCheckPopoverAnnotationButton extends ScanditHTMLElement {
6
+ static tag: "scandit-barcode-popover-button-annotation";
7
+ private containerElement;
8
+ constructor();
9
+ set textSize(size: number);
10
+ get textSize(): number;
11
+ set textColor(color: Color);
12
+ get textColor(): Color;
13
+ set disabled(value: boolean);
14
+ get disabled(): boolean;
15
+ static register(): void;
16
+ static create(icon: ScanditIcon, text?: string): BarcodeCheckPopoverAnnotationButton;
17
+ private static createStyleElement;
18
+ }
19
+ declare global {
20
+ interface HTMLElementTagNameMap {
21
+ [BarcodeCheckPopoverAnnotationButton.tag]: BarcodeCheckPopoverAnnotationButton;
22
+ }
23
+ }
24
+
25
+ export { BarcodeCheckPopoverAnnotationButton };
@@ -0,0 +1 @@
1
+ export{a as BarcodeCheckPopoverAnnotationButton}from'../../../chunks/chunk-4CB572AA.js';
@@ -0,0 +1,40 @@
1
+ import { Color } from '@scandit/web-datacapture-core';
2
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/ScanditHTMLElement.js';
3
+ import { b as BarcodeCheckAnnotation, c as BarcodeCheckAnnotationTrigger } from '../../../BarcodeCheckAnnotation-5RXTfIhp.js';
4
+ import { ScanditIcon } from '../atoms/ScanditIcon.js';
5
+ import { Barcode } from '../../../Barcode.js';
6
+ import '@scandit/web-datacapture-core/build/js/private/utils/index.js';
7
+ import '../atoms/BarcodeCheckInfoAnnotationBodyComponent.js';
8
+ import '../atoms/BarcodeCheckInfoAnnotationFooter.js';
9
+ import '../atoms/BarcodeCheckInfoAnnotationHeaderFooter.js';
10
+ import '../atoms/BarcodeCheckInfoAnnotationHeader.js';
11
+ import '@scandit/web-datacapture-core/build/js/private/Serializable';
12
+ import '../../../EncodingRange.js';
13
+ import '../../../StructuredAppendData.js';
14
+
15
+ declare class BarcodeCheckStatusIconAnnotation extends ScanditHTMLElement implements BarcodeCheckAnnotation {
16
+ static tag: "scandit-status-icon-annotation";
17
+ annotationTrigger: BarcodeCheckAnnotationTrigger;
18
+ barcode: Barcode;
19
+ private readonly statusIconContainer;
20
+ private anchor;
21
+ constructor();
22
+ set text(text: string);
23
+ get text(): string;
24
+ set hasTip(value: boolean);
25
+ get hasTip(): boolean;
26
+ set icon(icon: ScanditIcon);
27
+ get icon(): ScanditIcon;
28
+ set iconBackgroundColor(color: Color);
29
+ get iconBackgroundColor(): Color;
30
+ static create(barcode: Barcode): BarcodeCheckStatusIconAnnotation;
31
+ static register(): void;
32
+ connectedCallback(): Promise<void>;
33
+ }
34
+ declare global {
35
+ interface HTMLElementTagNameMap {
36
+ [BarcodeCheckStatusIconAnnotation.tag]: BarcodeCheckStatusIconAnnotation;
37
+ }
38
+ }
39
+
40
+ export { BarcodeCheckStatusIconAnnotation };
@@ -0,0 +1 @@
1
+ export{a as BarcodeCheckStatusIconAnnotation}from'../../../chunks/chunk-OLJ65TIJ.js';
@@ -0,0 +1,17 @@
1
+ import { ScanditHTMLElement } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
2
+
3
+ declare class CheckLayout extends ScanditHTMLElement {
4
+ static tag: "scandit-check-layout";
5
+ private readonly absoluteContainer;
6
+ constructor();
7
+ static create(): CheckLayout;
8
+ static register(): void;
9
+ private static createStyleElement;
10
+ }
11
+ declare global {
12
+ interface HTMLElementTagNameMap {
13
+ [CheckLayout.tag]: CheckLayout;
14
+ }
15
+ }
16
+
17
+ export { CheckLayout };
@@ -0,0 +1 @@
1
+ export{a as CheckLayout}from'../../../chunks/chunk-JMSZG6RT.js';
@@ -0,0 +1 @@
1
+ import {a}from'./chunk-BPIXM73K.js';import {TorchState,isCameraFrameSource,Camera,FrameSourceState,CameraPosition}from'@scandit/web-datacapture-core';var h=class{constructor(e,t,c,n,d){this.torchState=TorchState.Off;this.cameraSupportMap=new Map;this.zoomFactor=1;this.view=e,this.context=t,this.barcodeCheck=c,this.viewSettings=n,this.cameraSettings=d;}get currentCamera(){if(isCameraFrameSource(this.context.frameSource))return this.context.frameSource;throw new Error("The current frame source is not a Camera")}async prepare(){await this.barcodeCheck.setEnabled(!1),this.barcodeCheck.feedback=await a.createWithOptions(!0,!0),this.barcodeCheck.addPrivateListener(this);let e=Camera.atPosition(this.viewSettings.defaultCameraPosition);await this.context.setFrameSource(e),await this.currentCamera.applySettings(this.cameraSettings),await this.currentCamera.switchToDesiredState(FrameSourceState.Standby),this.zoomFactor=this.currentCamera.settings.zoomFactor,this.view.changeZoomButtonIcon(this.zoomFactor);}async dispose(){var e;this.view.deleteAllViews(),await this.context.removeMode(this.barcodeCheck),this.barcodeCheck.removePrivateListener(this),await((e=this.context.frameSource)==null?void 0:e.switchToDesiredState(FrameSourceState.Off));}async startSearching(){var e;this.view.deleteAllViews(),await((e=this.context.frameSource)==null?void 0:e.switchToDesiredState(FrameSourceState.On)),await this.barcodeCheck.setEnabled(!0),await this.barcodeCheck.start();}async stopSearching(){var e;this.view.deleteAllViews(),await((e=this.context.frameSource)==null?void 0:e.switchToDesiredState(FrameSourceState.Off)),await this.barcodeCheck.setEnabled(!1),await this.barcodeCheck.stop();}async pauseSearching(){var e;this.view.deletePendingViews(),await((e=this.context.frameSource)==null?void 0:e.switchToDesiredState(FrameSourceState.Standby)),await this.barcodeCheck.setEnabled(!1),await this.barcodeCheck.pause();}emitTappedFeedback(){this.barcodeCheck.feedback.tapped.emit();}didUpdateSession(e,t){Object.keys(t.addedTrackedBarcodes).length>0&&this.barcodeCheck.feedback.scanned.emit(),this.view.render(t);}async onTorchButtonClicked(){var e,t;this.cameraSupportMap.get(this.currentCamera.label)||this.cameraSupportMap.set(this.currentCamera.label,{torch:await this.currentCamera.isTorchAvailable()}),(t=(e=this.cameraSupportMap.get(this.currentCamera.label))==null?void 0:e.torch)!=null&&t&&(await this.currentCamera.setDesiredTorchState(this.torchState===TorchState.Off?TorchState.On:TorchState.Off),this.torchState=this.torchState===TorchState.Off?TorchState.On:TorchState.Off,this.view.toggleTorchIcon(this.torchState));}async onZoomButtonClicked(){var t;if(!this.currentCamera.isZoomAvailable())return;let e=(t={1:2,2:1}[this.zoomFactor])!=null?t:1;this.currentCamera.settings.zoomFactor=e,await this.currentCamera.applySettings(this.currentCamera.settings),this.zoomFactor=e,this.view.changeZoomButtonIcon(e);}async onCameraSwitchButtonClicked(){let e=this.currentCamera.getCurrentState(),t=Camera.atPosition(this.currentCamera.position===CameraPosition.UserFacing?CameraPosition.WorldFacing:CameraPosition.UserFacing);await this.context.setFrameSource(t),await this.currentCamera.switchToDesiredState(e);}};export{h as a};
@@ -0,0 +1 @@
1
+ import {c as c$1}from'./chunk-IX5QWIN7.js';import {Color}from'@scandit/web-datacapture-core';import {gray900}from'@scandit/web-datacapture-core/build/js/private/ui/colors.js';import {ScanditHTMLElement,html,defineCustomElements,css}from'@scandit/web-datacapture-core/build/js/private/utils/index.js';var s=Color.fromRGBA(255,255,255,1),e=class e extends ScanditHTMLElement{constructor(){super();this.onPressedHandler=this.onPressed.bind(this);this.onReleasedHandler=this.onReleased.bind(this);let t=this.attachShadow({mode:"open"});t.innerHTML=html`<button type="button"><slot></slot></button>`,t.append(e.createStyleElement().cloneNode(!0));}static create(){return document.createElement(e.tag)}static register(){defineCustomElements({[e.tag]:e});}static createStyleElement(){return css`:host[hidden]{display:none}:host button{background:none;border:none;display:flex;margin:0;outline:none;padding:0;-webkit-tap-highlight-color:transparent}`}async connectedCallback(){var o,n,i;let t=new c$1;this.icon=await t.withIcon("cameraSwitch").withBackgroundShape("circle").withBackgroundColor(gray900.withAlpha(.3)).withBackgroundStrokeColor(gray900).withBackgroundStrokeWidth(2).withWidth(36).withHeight(36).withIconSize(28).build(),(o=this.shadowRoot)==null||o.append(this.icon),(n=this.shadowRoot)==null||n.addEventListener("pointerdown",this.onPressedHandler),(i=this.shadowRoot)==null||i.addEventListener("pointerup",this.onReleasedHandler);}disconnectedCallback(){var t,o;(t=this.shadowRoot)==null||t.removeEventListener("pointerdown",this.onPressedHandler),(o=this.shadowRoot)==null||o.removeEventListener("pointerup",this.onReleasedHandler);}onPressed(){this.icon.iconColor=s.withAlpha(.3);}onReleased(){this.icon.iconColor=s;}};e.tag="scandit-check-switch-camera-button";var c=e;export{c as a};
@@ -0,0 +1 @@
1
+ import {a}from'./chunk-BGXJMGXV.js';import {a as a$1}from'./chunk-FLTJ6FPP.js';import {b}from'./chunk-XCZGCZ5K.js';import {CameraSettings}from'@scandit/web-datacapture-core';var n=class c{constructor(){this.type="barcodeTracking";this._isEnabled=!0;this._context=null;this.listeners=[];this.privateListeners=new Set;this.workerMessageListener=this.onWorkerMessage.bind(this);}static get recommendedCameraSettings(){let e=new CameraSettings(b.BarcodeBatch.RecommendedCameraSettings);return e.setProperty("grayScaleFrameReader",!0),e}get context(){return this._context}set context(e){this._context=e;}static async forContext(e,a$1){a();let t=new c;return t.settings=a$1,e!=null&&await e.addMode(t),t}isEnabled(){return this._isEnabled}async setEnabled(e){this._isEnabled=e,await this.notifyContext();}async applySettings(e){return this.settings=e,this.notifyContext()}addListener(e){this.listeners.includes(e)||this.listeners.push(e);}removeListener(e){this.listeners.includes(e)&&this.listeners.splice(this.listeners.indexOf(e),1);}toJSONObject(){return {type:this.type,enabled:this._isEnabled,settings:this.settings.toJSONObject()}}attachedToContext(e){this._context=e,this._context.subscribeToWorkerMessages(this.workerMessageListener);}detachedFromContext(){var e;(e=this._context)==null||e.unsubscribeToWorkerMessages(this.workerMessageListener),this._context=null;}addPrivateListener(e){this.privateListeners.add(e);}removePrivateListener(e){this.privateListeners.delete(e);}async onWorkerMessage(e){var a;switch(e.type){case"barcodeBatchDidUpdateSession":{{let t=a$1.fromJSON(e.payload);if(!this._isEnabled)return;for(let r of [...this.privateListeners,...this.listeners])r.didUpdateSession&&r.didUpdateSession(this,t);}break}case"didTapTrackedBarcode":{for(let t of this.privateListeners)(a=t.didTapTrackedBarcode)==null||a.call(t,e.payload);break}}}async notifyContext(){if(this.context)return this.context.update()}};export{n as a};
@@ -0,0 +1 @@
1
+ var s=class{constructor(r,i,t){this.trackingListenerSet=!1;this.coreEngine=r,this.Module=i,this.workerFunctions=t,this.setup();}barcodeBatchDidUpdateSession(r){this.workerFunctions.postMessage({type:"barcodeBatchDidUpdateSession",payload:JSON.parse(r.toJson())});}getBatchDeserializer(){return this.barcodeBatchDeserializer}setup(){let r=this.Module.BarcodeBatchListener.extend("BarcodeTrackingListener",{didUpdateSession:(t,e,a)=>{this.barcodeBatchDidUpdateSession(e),t.delete(),e.delete(),a.delete();},onTrackedBarcodeTapped:(t,e)=>{this.onTrackedBarcodeTapped(e),t.delete(),e.delete();}}),i=this.Module.BarcodeBatchDeserializerListener.extend("BarcodeTrackingDeserializerListener",{onModeDeserializationFinished:(t,e,a)=>{this.trackingListenerSet||(e.addListener(new r,1),this.trackingListenerSet=!0),t.delete(),e.delete(),a.delete();},onModeDeserializationStarted(t,e,a){t.delete(),e.delete(),a.delete();},onSettingsDeserializationStarted(t,e,a){t.delete(),e.delete(),a.delete();},onSettingsDeserializationFinished(t,e,a){t.delete(),e.delete(),a.delete();}});this.barcodeBatchDeserializer=new this.Module.BarcodeBatchDeserializer,this.barcodeBatchDeserializer.setListener(new i);}onTrackedBarcodeTapped(r){this.workerFunctions.postMessage({type:"didTapTrackedBarcode",payload:JSON.parse(r.toJson())});}};export{s as a};
@@ -1,3 +1 @@
1
- var e="toolbarbuttontap",n="toolbarvisibilitychange",o="holdend",r="holdstart",a="tap",i="orientationchange",s="minipreviewbuttontap",p="longpressstart",v="longpressend";
2
-
3
- export { e as a, n as b, o as c, r as d, a as e, i as f, s as g, p as h, v as i };
1
+ var e="toolbarbuttontap",n="toolbarvisibilitychange",o="holdend",r="holdstart",a="tap",i="orientationchange",s="minipreviewbuttontap",p="longpressstart",v="longpressend";export{e as a,n as b,o as c,r as d,a as e,i as f,s as g,p as h,v as i};
@@ -0,0 +1 @@
1
+ import {a}from'./chunk-7622FN4X.js';import {Color}from'@scandit/web-datacapture-core';import {defineCustomElements}from'@scandit/web-datacapture-core/build/js/private/utils/defineCustomElements.js';var o=class o extends a{constructor(){super(...arguments);this._backgroundColor=Color.fromHex("#000000");this._textColor=Color.fromHex("#FFFFFF");}static create(){return o.register(),document.createElement(o.tag)}static register(){defineCustomElements({[o.tag]:o});}};o.tag="scandit-barcode-info-annotation-footer";var r=o;export{r as a};
@@ -1,11 +1,5 @@
1
- import { b } from './chunk-R2D7ULOM.js';
2
- import { a } from './chunk-5SHGJJGR.js';
3
- import { ScanditHTMLElement, html, defineCustomElements, css } from '@scandit/web-datacapture-core/build/js/private/utils/index.js';
4
-
5
- var n="cubic-bezier(0.4, 0, 0.2, 1)",C=(o=>(o.TextForCollapseCardsButton="text-for-collapse-cards-button",o))(C||{}),e=class e extends ScanditHTMLElement{constructor(){super();this.onCarListTapHandler=this.onCarListTap.bind(this);this.onCardListWillExpandHandler=this.onCardListWillExpand.bind(this);this.onCarouselButtonClickHandler=this.onCarouselButtonClick.bind(this);this.textNode=document.createTextNode("");let t=this.attachShadow({mode:"open"});t.append(e.createStyleElement().cloneNode(!0));let i=document.createElement("div");i.id="root",i.innerHTML=html`
1
+ import {b}from'./chunk-R2D7ULOM.js';import {a}from'./chunk-LVOUP34G.js';import {ScanditHTMLElement,html,defineCustomElements,css}from'@scandit/web-datacapture-core/build/js/private/utils/index.js';var n="cubic-bezier(0.4, 0, 0.2, 1)",C=(o=>(o.TextForCollapseCardsButton="text-for-collapse-cards-button",o))(C||{}),e=class e extends ScanditHTMLElement{constructor(){super();this.onCarListTapHandler=this.onCarListTap.bind(this);this.onCardListWillExpandHandler=this.onCardListWillExpand.bind(this);this.onCarouselButtonClickHandler=this.onCarouselButtonClick.bind(this);this.textNode=document.createTextNode("");let t=this.attachShadow({mode:"open"});t.append(e.createStyleElement().cloneNode(!0));let i=document.createElement("div");i.id="root",i.innerHTML=html`
6
2
  <${a.tag} class="hide">
7
3
  </${a.tag}>
8
4
  <${b.tag} collapsed></${b.tag}>
9
- `,t.append(i),this.carouselButton.append(this.textNode);}set"text-for-collapse-cards-button"(t){this.textNode.textContent=t;}get"text-for-collapse-cards-button"(){return this.textNode.textContent}get cardsList(){return this.shadowRoot.querySelector(b.tag)}get carouselButton(){return this.shadowRoot.querySelector(a.tag)}static create(){return document.createElement(e.tag)}static register(){defineCustomElements({[e.tag]:e});}static createStyleElement(){return css`:host #root{align-items:center;display:flex;flex-direction:column;gap:.5rem;height:100%}:host #root ${a.tag}{opacity:1;transform:translateY(0);transition:opacity ${n} .5s,transform ${n} .5s}:host #root ${a.tag}.hide{opacity:0;transform:translateY(100%)}`}attributeChangeCallback(t,i,d){t==="text-for-collapse-cards-button"&&(this["text-for-collapse-cards-button"]=d);}connectedCallback(){this.textNode.textContent=this.getAttribute("text-for-collapse-cards-button"),this.carouselButton.addEventListener("click",this.onCarouselButtonClickHandler),this.cardsList.addEventListener("cardtap",this.onCarListTapHandler),this.cardsList.addEventListener("willexpand",this.onCardListWillExpandHandler);}updateHeight(t){let i=this.carouselButton.getBoundingClientRect().height;this.cardsList.style.setProperty("--list-height",`${t}px`),this.cardsList.style.setProperty("--top-offset",`calc(${i===0?32:i}px + 5rem)`);}disconnectedCallback(){this.carouselButton.removeEventListener("click",this.onCarouselButtonClickHandler),this.cardsList.removeEventListener("cardtap",this.onCarListTapHandler),this.cardsList.removeEventListener("willexpand",this.onCardListWillExpandHandler);}collapse(){this.carouselButton.classList.add("hide"),this.cardsList.collapsed=!0;}expand(){this.carouselButton.classList.remove("hide"),this.cardsList.collapsed=!1;}renderCards(t){this.cardsList.clearCards(),this.cardsList.renderCards(t);}async unshiftCard(t){return this.cardsList.unshift(t)}getCardBySelector(t){return this.cardsList.querySelector(t)}onCardListWillExpand(){this.carouselButton.classList.remove("hide");}onCarListTap(){this.cardsList.collapsed=!1;}onCarouselButtonClick(){this.carouselButton.classList.add("hide"),this.cardsList.collapsed=!0;}};e.tag="scandit-find-card-list-container",e.observedAttributes=["text-for-collapse-cards-button"];var r=e;r.register();
10
-
11
- export { C as a, r as b };
5
+ `,t.append(i),this.carouselButton.append(this.textNode);}set"text-for-collapse-cards-button"(t){this.textNode.textContent=t;}get"text-for-collapse-cards-button"(){return this.textNode.textContent}get cardsList(){return this.shadowRoot.querySelector(b.tag)}get carouselButton(){return this.shadowRoot.querySelector(a.tag)}static create(){return document.createElement(e.tag)}static register(){defineCustomElements({[e.tag]:e});}static createStyleElement(){return css`:host #root{align-items:center;display:flex;flex-direction:column;gap:.5rem;height:100%}:host #root ${a.tag}{opacity:1;transform:translateY(0);transition:opacity ${n} .5s,transform ${n} .5s}:host #root ${a.tag}.hide{opacity:0;transform:translateY(100%)}`}attributeChangeCallback(t,i,d){t==="text-for-collapse-cards-button"&&(this["text-for-collapse-cards-button"]=d);}connectedCallback(){this.textNode.textContent=this.getAttribute("text-for-collapse-cards-button"),this.carouselButton.addEventListener("click",this.onCarouselButtonClickHandler),this.cardsList.addEventListener("cardtap",this.onCarListTapHandler),this.cardsList.addEventListener("willexpand",this.onCardListWillExpandHandler);}updateHeight(t){let i=this.carouselButton.getBoundingClientRect().height;this.cardsList.style.setProperty("--list-height",`${t}px`),this.cardsList.style.setProperty("--top-offset",`calc(${i===0?32:i}px + 5rem)`);}disconnectedCallback(){this.carouselButton.removeEventListener("click",this.onCarouselButtonClickHandler),this.cardsList.removeEventListener("cardtap",this.onCarListTapHandler),this.cardsList.removeEventListener("willexpand",this.onCardListWillExpandHandler);}collapse(){this.carouselButton.classList.add("hide"),this.cardsList.collapsed=!0;}expand(){this.carouselButton.classList.remove("hide"),this.cardsList.collapsed=!1;}renderCards(t){this.cardsList.clearCards(),this.cardsList.renderCards(t);}async unshiftCard(t){return this.cardsList.unshift(t)}getCardBySelector(t){return this.cardsList.querySelector(t)}onCardListWillExpand(){this.carouselButton.classList.remove("hide");}onCarListTap(){this.cardsList.collapsed=!1;}onCarouselButtonClick(){this.carouselButton.classList.add("hide"),this.cardsList.collapsed=!0;}};e.tag="scandit-find-card-list-container",e.observedAttributes=["text-for-collapse-cards-button"];var r=e;r.register();export{C as a,r as b};
@@ -0,0 +1 @@
1
+ import {a}from'./chunk-TBCQMBEE.js';var s=class i{get addedTrackedBarcodes(){return this._addedTrackedBarcodes}get removedTrackedBarcodes(){return this._removedTrackedBarcodes}get allTrackedBarcodes(){return this._allTrackedBarcodes}get frameSequenceId(){return this._frameSequenceId}static fromJSON(d){let r=new i;r._frameSequenceId=d.frameSequenceId;let a$1=(e,[c,n])=>{let o=a.fromJSON(n);return e[o.identifier]=o,e};return r._addedTrackedBarcodes=Object.entries(d.addedTrackedBarcodes).reduce((e,c)=>a$1(e,c),{}),r._allTrackedBarcodes=Object.entries(d.allTrackedBarcodes).reduce((e,c)=>a$1(e,c),{}),r._removedTrackedBarcodes=d.removedTrackedBarcodes,r}};export{s as a};
@@ -1 +0,0 @@
1
-
@@ -0,0 +1,4 @@
1
+ import {Color}from'@scandit/web-datacapture-core';import {gray900}from'@scandit/web-datacapture-core/build/js/private/ui/colors.js';import {ScanditHTMLElement,html,defineCustomElements,css}from'@scandit/web-datacapture-core/build/js/private/utils/index.js';var r="--text-size",a="--text-color",e=class e extends ScanditHTMLElement{constructor(){super();let t=this.attachShadow({mode:"open"});t.innerHTML=html`<button type="button" role="button" class="container">
2
+ <slot name="barcode-icon"></slot>
3
+ <slot name="text">Text</slot>
4
+ </button>`,t.append(e.createStyleElement().cloneNode(!0)),this.containerElement=t.querySelector(".container"),this.containerElement.style.setProperty(r,"10px"),this.containerElement.style.setProperty(a,`#${gray900.toJSON()}`);}set textSize(t){this.containerElement.style.setProperty(r,`${t}px`);}get textSize(){let t=this.containerElement.style.getPropertyValue(r).replace("px","");return Number.parseInt(t,10)}set textColor(t){this.containerElement.style.setProperty(a,`#${t.toJSON()}`);}get textColor(){let t=this.containerElement.style.getPropertyValue(a);return Color.fromHex(t)}set disabled(t){this.containerElement.disabled=t;}get disabled(){return this.containerElement.disabled}static register(){defineCustomElements({[e.tag]:e});}static create(t,i){e.register();let o=document.createElement(e.tag);if(t.slot="barcode-icon",t.width=24,t.height=24,i!=null){let n=document.createElement("span");n.slot="text",n.textContent=i,o.append(n);}return o.append(t),o}static createStyleElement(){return css`.container{align-items:center;-webkit-appearance:none;background-color:transparent;border:none;color:var(--text-color);display:flex;flex-direction:column;font-family:SF Pro Text,sans-serif;font-size:var(--text-size);gap:6px;justify-content:center;margin:0;padding:10px;transition:background-color .1s ease-in-out}.container:hover{background-color:#e0e0e0}.container:active{background-color:#ccc}`}};e.tag="scandit-barcode-popover-button-annotation";var c=e;export{c as a};
@@ -1,7 +1 @@
1
- import { a } from './chunk-BRRT6GC7.js';
2
- import { b as b$1 } from './chunk-SZUPDKV5.js';
3
- import { b } from './chunk-XCZGCZ5K.js';
4
-
5
- var n=class{constructor(){this.defaultHandMode=b.SparkScan.SparkScanViewSettings.defaultHandMode;this.defaultScanningMode=new b$1("single","default");this.defaultTorchState=b.SparkScan.SparkScanViewSettings.defaultTorchState;this.defaultMiniPreviewSize=b.SparkScan.SparkScanViewSettings.defaultMiniPreviewSize;this.hapticEnabled=b.SparkScan.SparkScanViewSettings.hapticEnabled;this.holdToScanEnabled=b.SparkScan.SparkScanViewSettings.holdToScanEnabled;this.inactiveStateTimeout=b.SparkScan.SparkScanViewSettings.inactiveStateTimeout;this.soundEnabled=b.SparkScan.SparkScanViewSettings.soundEnabled;this.toastSettings=new a;this.triggerButtonCollapseTimeout=b.SparkScan.SparkScanViewSettings.triggerButtonCollapseTimeout;this.visualFeedbackEnabled=b.SparkScan.SparkScanViewSettings.visualFeedbackEnabled;this.zoomFactorIn=b.SparkScan.SparkScanViewSettings.zoomFactorIn;this.zoomFactorOut=b.SparkScan.SparkScanViewSettings.zoomFactorOut;}toJSONObject(){return {defaultHandMode:this.defaultHandMode,defaultScanningMode:this.defaultScanningMode.toJSONObject(),defaultTorchState:this.defaultTorchState,defaultMiniPreviewSize:this.defaultMiniPreviewSize,hapticEnabled:this.hapticEnabled,holdToScanEnabled:this.holdToScanEnabled,inactiveStateTimeout:this.inactiveStateTimeout,soundEnabled:this.soundEnabled,toastSettings:this.toastSettings.toJSONObject(),triggerButtonCollapseTimeout:this.triggerButtonCollapseTimeout,visualFeedbackEnabled:this.visualFeedbackEnabled,zoomFactorIn:this.zoomFactorIn,zoomFactorOut:this.zoomFactorOut}}};
6
-
7
- export { n as a };
1
+ import {a}from'./chunk-BRRT6GC7.js';import {b as b$1}from'./chunk-SZUPDKV5.js';import {b}from'./chunk-XCZGCZ5K.js';var n=class{constructor(){this.defaultHandMode=b.SparkScan.SparkScanViewSettings.defaultHandMode;this.defaultScanningMode=new b$1("single","default");this.defaultTorchState=b.SparkScan.SparkScanViewSettings.defaultTorchState;this.defaultMiniPreviewSize=b.SparkScan.SparkScanViewSettings.defaultMiniPreviewSize;this.hapticEnabled=b.SparkScan.SparkScanViewSettings.hapticEnabled;this.holdToScanEnabled=b.SparkScan.SparkScanViewSettings.holdToScanEnabled;this.inactiveStateTimeout=b.SparkScan.SparkScanViewSettings.inactiveStateTimeout;this.soundEnabled=b.SparkScan.SparkScanViewSettings.soundEnabled;this.toastSettings=new a;this.triggerButtonCollapseTimeout=b.SparkScan.SparkScanViewSettings.triggerButtonCollapseTimeout;this.visualFeedbackEnabled=b.SparkScan.SparkScanViewSettings.visualFeedbackEnabled;this.zoomFactorIn=b.SparkScan.SparkScanViewSettings.zoomFactorIn;this.zoomFactorOut=b.SparkScan.SparkScanViewSettings.zoomFactorOut;}toJSONObject(){return {defaultHandMode:this.defaultHandMode,defaultScanningMode:this.defaultScanningMode.toJSONObject(),defaultTorchState:this.defaultTorchState,defaultMiniPreviewSize:this.defaultMiniPreviewSize,hapticEnabled:this.hapticEnabled,holdToScanEnabled:this.holdToScanEnabled,inactiveStateTimeout:this.inactiveStateTimeout,soundEnabled:this.soundEnabled,toastSettings:this.toastSettings.toJSONObject(),triggerButtonCollapseTimeout:this.triggerButtonCollapseTimeout,visualFeedbackEnabled:this.visualFeedbackEnabled,zoomFactorIn:this.zoomFactorIn,zoomFactorOut:this.zoomFactorOut}}};export{n as a};
@@ -1,5 +1 @@
1
- import { Color } from '@scandit/web-datacapture-core';
2
-
3
- var e=class i{constructor(o,n,l,r){this.inListItemColor=o,this.notInListItemColor=n,this.hapticEnabled=r,this.soundEnabled=l;}static fromJSON(o){return new i(Color.fromJSON(o.inListItemColor),Color.fromJSON(o.notInListItemColor),o.soundEnabled,o.hapticEnabled)}toJSONObject(){return {inListItemColor:this.inListItemColor.toJSON(),notInListItemColor:this.notInListItemColor.toJSON(),soundEnabled:this.soundEnabled,hapticEnabled:this.hapticEnabled}}};
4
-
5
- export { e as a };
1
+ import {Color}from'@scandit/web-datacapture-core';var e=class i{constructor(o,n,l,r){this.inListItemColor=o,this.notInListItemColor=n,this.hapticEnabled=r,this.soundEnabled=l;}static fromJSON(o){return new i(Color.fromJSON(o.inListItemColor),Color.fromJSON(o.notInListItemColor),o.soundEnabled,o.hapticEnabled)}toJSONObject(){return {inListItemColor:this.inListItemColor.toJSON(),notInListItemColor:this.notInListItemColor.toJSON(),soundEnabled:this.soundEnabled,hapticEnabled:this.hapticEnabled}}};export{e as a};
@@ -1,7 +1 @@
1
- import { a } from './chunk-T2Y2C76P.js';
2
- import { i, h } from './chunk-3A6GSH7S.js';
3
- import { Timeout } from '@scandit/web-datacapture-core/build/js/private/utils/timeout.js';
4
-
5
- var t=class extends Event{constructor(e){super(e);}},o=class{constructor(e){this.elementsAllowedToTriggerLongPressEvents=new Set;this.isLongPressing=!1;this.longPressTimeout=new Timeout(400,this.onLongPressTimeoutFinished.bind(this));this.pointerDownListener=this.onPointerDown.bind(this);this.pointerMoveListener=this.onPointerMove.bind(this);this.pointerUpListener=this.onPointerUp.bind(this);this.element=e;}connect(){this.element.addEventListener("pointerdown",this.pointerDownListener),this.element.addEventListener("pointermove",this.pointerMoveListener),this.element.addEventListener("pointerup",this.pointerUpListener);}disconnect(){this.element.removeEventListener("pointerdown",this.pointerDownListener),this.element.removeEventListener("pointermove",this.pointerMoveListener),this.element.removeEventListener("pointerup",this.pointerUpListener);}onPointerDown(e){let v=this.elementsAllowedToTriggerLongPressEvents.has(e.target),p=this.elementsAllowedToTriggerLongPressEvents.has(this.element);e instanceof PointerEvent&&(p||v)&&(this.isLongPressing=!1,this.pointerDownEvent=e,this.longPressTimeout.start());}onPointerMove(e){e instanceof PointerEvent&&this.pointerDownEvent&&a(this.pointerDownEvent,e)&&this.longPressTimeout.stop();}onPointerUp(){this.longPressTimeout.stop(),this.isLongPressing&&this.element.dispatchEvent(new t(i)),this.isLongPressing=!1,this.pointerDownEvent=void 0;}onLongPressTimeoutFinished(){this.isLongPressing=!0,this.element.dispatchEvent(new t(h));}};
6
-
7
- export { t as a, o as b };
1
+ import {a}from'./chunk-T2Y2C76P.js';import {i,h}from'./chunk-3A6GSH7S.js';import {Timeout}from'@scandit/web-datacapture-core/build/js/private/utils/timeout.js';var t=class extends Event{constructor(e){super(e);}},o=class{constructor(e){this.elementsAllowedToTriggerLongPressEvents=new Set;this.isLongPressing=!1;this.longPressTimeout=new Timeout(400,this.onLongPressTimeoutFinished.bind(this));this.pointerDownListener=this.onPointerDown.bind(this);this.pointerMoveListener=this.onPointerMove.bind(this);this.pointerUpListener=this.onPointerUp.bind(this);this.element=e;}connect(){this.element.addEventListener("pointerdown",this.pointerDownListener),this.element.addEventListener("pointermove",this.pointerMoveListener),this.element.addEventListener("pointerup",this.pointerUpListener);}disconnect(){this.element.removeEventListener("pointerdown",this.pointerDownListener),this.element.removeEventListener("pointermove",this.pointerMoveListener),this.element.removeEventListener("pointerup",this.pointerUpListener);}onPointerDown(e){let v=this.elementsAllowedToTriggerLongPressEvents.has(e.target),p=this.elementsAllowedToTriggerLongPressEvents.has(this.element);e instanceof PointerEvent&&(p||v)&&(this.isLongPressing=!1,this.pointerDownEvent=e,this.longPressTimeout.start());}onPointerMove(e){e instanceof PointerEvent&&this.pointerDownEvent&&a(this.pointerDownEvent,e)&&this.longPressTimeout.stop();}onPointerUp(){this.longPressTimeout.stop(),this.isLongPressing&&this.element.dispatchEvent(new t(i)),this.isLongPressing=!1,this.pointerDownEvent=void 0;}onLongPressTimeoutFinished(){this.isLongPressing=!0,this.element.dispatchEvent(new t(h));}};export{t as a,o as b};
@@ -0,0 +1 @@
1
+ import {b}from'./chunk-XCZGCZ5K.js';var i=class{constructor(){this.properties={};this.symbologies={};}get enabledSymbologies(){return Object.keys(this.symbologies).filter(e=>this.symbologies[e].isEnabled)}settingsForSymbology(e){if(!this.symbologies[e]){let o=b.SymbologySettings[e];o._symbology=e,this.symbologies[e]=o;}return this.symbologies[e]}setProperty(e,o){this.properties[e]=o;}getProperty(e){return this.properties[e]}enableSymbologies(e){for(let o of e)this.enableSymbology(o,!0);}enableSymbology(e,o){this.settingsForSymbology(e).isEnabled=o;}toJSONObject(){return {properties:this.properties,symbologies:Object.keys(this.symbologies).reduce((e,o)=>(e[o]=this.symbologies[o].toJSONObject(),e),{})}}};export{i as a};