@scandit/web-datacapture-label 8.2.1 → 8.3.0

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 (220) hide show
  1. package/build/js/{LabelCaptureAdvancedOverlay-Dq97psgW.d.ts → LabelCaptureAdvancedOverlay-DzSicuAv.d.ts} +1 -1
  2. package/build/js/{LabelCaptureBasicOverlay-C3OSXO1g.d.ts → LabelCaptureBasicOverlay-DF8gpw6K.d.ts} +1 -1
  3. package/build/js/{NativeProxy-CYZsx-_W.d.ts → NativeProxy-BpXwaSl-.d.ts} +3 -3
  4. package/build/js/api/AdaptiveRecognitionResult.d.ts +2 -2
  5. package/build/js/api/CapturedLabel.d.ts +2 -2
  6. package/build/js/api/CustomText.d.ts +2 -2
  7. package/build/js/api/CustomTextBuilder.d.ts +2 -2
  8. package/build/js/api/DateText.d.ts +2 -2
  9. package/build/js/api/DateTextBuilder.d.ts +2 -2
  10. package/build/js/api/ExpiryDateText.d.ts +2 -2
  11. package/build/js/api/ExpiryDateTextBuilder.d.ts +2 -2
  12. package/build/js/api/LabelCapture.d.ts +2 -2
  13. package/build/js/api/LabelCaptureAdaptiveRecognitionOverlay.d.ts +2 -2
  14. package/build/js/api/LabelCaptureAdaptiveRecognitionSettings.d.ts +2 -2
  15. package/build/js/api/LabelCaptureAdvancedOverlay.d.ts +3 -3
  16. package/build/js/api/LabelCaptureAdvancedOverlayListener.d.ts +3 -3
  17. package/build/js/api/LabelCaptureBasicOverlay.d.ts +3 -3
  18. package/build/js/api/LabelCaptureBasicOverlayListener.d.ts +3 -3
  19. package/build/js/api/LabelCaptureListener.d.ts +2 -2
  20. package/build/js/api/LabelCaptureOverlayJSON.d.ts +2 -2
  21. package/build/js/api/LabelCaptureSettings.d.ts +2 -2
  22. package/build/js/api/LabelCaptureValidationFlow/LabelCaptureValidationFlowOverlay.d.ts +2 -2
  23. package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowPresenter.d.ts +2 -2
  24. package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowStateManager.d.ts +1 -1
  25. package/build/js/api/LabelCaptureValidationFlow/private/ValidationFlowView.d.ts +1 -1
  26. package/build/js/api/LabelDefinition.d.ts +2 -2
  27. package/build/js/api/LabelField.d.ts +3 -3
  28. package/build/js/api/PackingDateText.d.ts +2 -2
  29. package/build/js/api/PackingDateTextBuilder.d.ts +2 -2
  30. package/build/js/api/PrivateReceiptScanningHandler.d.ts +2 -2
  31. package/build/js/api/PrivateReceiptScanningListener.d.ts +2 -2
  32. package/build/js/api/PrivateValidationFlowHandler.d.ts +3 -3
  33. package/build/js/api/ReceiptScanningResult.d.ts +2 -2
  34. package/build/js/api/TotalPriceText.d.ts +2 -2
  35. package/build/js/api/TotalPriceTextBuilder.d.ts +2 -2
  36. package/build/js/api/UnitPriceText.d.ts +2 -2
  37. package/build/js/api/UnitPriceTextBuilder.d.ts +2 -2
  38. package/build/js/api/ValidationFlowField.d.ts +1 -1
  39. package/build/js/api/WeightText.d.ts +2 -2
  40. package/build/js/api/WeightTextBuilder.d.ts +2 -2
  41. package/build/js/chunks/{chunk-QBLOKSED.js → chunk-6X5RLIWN.js} +1 -1
  42. package/build/js/chunks/chunk-GVHKYWET.js +1 -0
  43. package/build/js/chunks/{chunk-TBGGF77V.js → chunk-XNRT4YBM.js} +1 -1
  44. package/build/js/chunks/chunk-YPFID6RX.js +2 -0
  45. package/build/js/djinni-types/sdcBarcodeInternalSdkData.d.ts +1 -1
  46. package/build/js/djinni-types/sdcLabelInternalModuleCapture.d.ts +1 -1
  47. package/build/js/djinni-types/sdcLabelInternalModuleUiOverlay.d.ts +1 -1
  48. package/build/js/global.d.d.ts +2 -0
  49. package/build/js/index.d.ts +4 -4
  50. package/build/js/index.js +1 -1
  51. package/build/js/moduleLoader.js +1 -1
  52. package/build/js/private/PrivateLabelFieldDefinition.d.ts +2 -2
  53. package/build/js/private/brushTranslator.d.ts +1 -1
  54. package/build/js/private/createProxiedViewFinder.d.ts +3 -3
  55. package/build/js/private/measureTranslator.d.ts +2 -2
  56. package/build/js/private/symbologiesTranslator.d.ts +4 -4
  57. package/build/js/private/viewfinderTranslator.js +1 -1
  58. package/build/js/{sdcLabelInternalModuleCapture-wUz3FjZK.d.ts → sdcLabelInternalModuleCapture-CxPSiq2o.d.ts} +3 -3
  59. package/build/js/worker/LabelCaptureWorkerManager.d.ts +2 -2
  60. package/build/js/worker/LabelCaptureWorkerManager.js +1 -1
  61. package/build/js/worker/WorkerMain.d.ts +2 -2
  62. package/build/js/worker/WorkerMain.js +1 -1
  63. package/build/js/worker/WorkerRegistry.d.ts +2 -2
  64. package/build/js/worker/dataCaptureEngine.d.ts +2 -2
  65. package/build/js/worker/dataCaptureEngine.js +1 -1
  66. package/build/js/worker/dataCaptureWorkerRelated.d.ts +2 -2
  67. package/build/js/worker/handlers/FieldBuilderHandler.d.ts +2 -2
  68. package/build/js/worker/handlers/FieldBuilderHandler.js +1 -1
  69. package/build/js/worker/handlers/LabelCaptureAdvancedOverlayHandler.d.ts +2 -2
  70. package/build/js/worker/handlers/LabelCaptureAdvancedOverlayHandler.js +1 -1
  71. package/build/js/worker/handlers/LabelCaptureBasicOverlayHandler.d.ts +2 -2
  72. package/build/js/worker/handlers/LabelCaptureBasicOverlayHandler.js +1 -1
  73. package/build/js/worker/handlers/LabelCaptureHandler.d.ts +2 -2
  74. package/build/js/worker/handlers/LabelCaptureHandler.js +1 -1
  75. package/build/js/worker/handlers/ReceiptScanningHandler.d.ts +2 -2
  76. package/build/js/worker/handlers/ReceiptScanningHandler.js +1 -1
  77. package/build/js/worker/handlers/SettingsHandler.d.ts +2 -2
  78. package/build/js/worker/handlers/SettingsHandler.js +1 -1
  79. package/build/js/worker/handlers/ValidationFlowHandler.d.ts +2 -2
  80. package/build/js/worker/handlers/ValidationFlowHandler.js +1 -1
  81. package/build/js/worker/labelCapture.inlineWorker.d.ts +2 -2
  82. package/build/js/worker/labelCapture.inlineWorker.js +1 -1
  83. package/build/js/worker/labelWorkerHandler.d.ts +2 -2
  84. package/build/js/worker/proxies/AimerViewfinderProxy.d.ts +2 -2
  85. package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -1
  86. package/build/js/worker/proxies/BarcodeFieldProxy.d.ts +2 -2
  87. package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -1
  88. package/build/js/worker/proxies/CapturedLabelProxy.d.ts +2 -2
  89. package/build/js/worker/proxies/CapturedLabelProxy.js +1 -1
  90. package/build/js/worker/proxies/CustomBarcodeProxy.d.ts +2 -2
  91. package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -1
  92. package/build/js/worker/proxies/CustomTextProxy.d.ts +2 -2
  93. package/build/js/worker/proxies/CustomTextProxy.js +1 -1
  94. package/build/js/worker/proxies/DateTextProxy.d.ts +2 -2
  95. package/build/js/worker/proxies/DateTextProxy.js +1 -1
  96. package/build/js/worker/proxies/ExpiryDateTextProxy.d.ts +3 -3
  97. package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -1
  98. package/build/js/worker/proxies/ImeiOneBarcodeProxy.d.ts +2 -2
  99. package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -1
  100. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.d.ts +2 -2
  101. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -1
  102. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.d.ts +2 -2
  103. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -1
  104. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.d.ts +2 -2
  105. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -1
  106. package/build/js/worker/proxies/LabelCaptureHelperProxy.d.ts +2 -2
  107. package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -1
  108. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.d.ts +2 -2
  109. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -1
  110. package/build/js/worker/proxies/LabelCaptureProxy.d.ts +2 -2
  111. package/build/js/worker/proxies/LabelCaptureProxy.js +1 -1
  112. package/build/js/worker/proxies/LabelCaptureSessionProxy.d.ts +2 -2
  113. package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -1
  114. package/build/js/worker/proxies/LabelCaptureSettingsProxy.d.ts +2 -2
  115. package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -1
  116. package/build/js/worker/proxies/LabelDefinitionProxy.d.ts +2 -2
  117. package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -1
  118. package/build/js/worker/proxies/LabelFieldDefinitionProxy.d.ts +2 -2
  119. package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -1
  120. package/build/js/worker/proxies/LabelFieldLocationProxy.d.ts +2 -2
  121. package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -1
  122. package/build/js/worker/proxies/LabelFieldProxy.d.ts +2 -2
  123. package/build/js/worker/proxies/LabelFieldProxy.js +1 -1
  124. package/build/js/worker/proxies/NativeProxy.d.ts +2 -2
  125. package/build/js/worker/proxies/NativeProxy.js +1 -1
  126. package/build/js/worker/proxies/NoViewfinderProxy.d.ts +2 -2
  127. package/build/js/worker/proxies/NoViewfinderProxy.js +1 -1
  128. package/build/js/worker/proxies/PackingDateTextProxy.d.ts +3 -3
  129. package/build/js/worker/proxies/PackingDateTextProxy.js +1 -1
  130. package/build/js/worker/proxies/PartNumberBarcodeProxy.d.ts +2 -2
  131. package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -1
  132. package/build/js/worker/proxies/ReceiptScanningHandlerProxy.d.ts +2 -2
  133. package/build/js/worker/proxies/ReceiptScanningOverlayProxy.d.ts +2 -2
  134. package/build/js/worker/proxies/ReceiptScanningOverlayProxy.js +1 -1
  135. package/build/js/worker/proxies/ReceiptScanningSettingsProxy.d.ts +2 -2
  136. package/build/js/worker/proxies/ReceiptScanningSettingsProxy.js +1 -1
  137. package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.d.ts +2 -2
  138. package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.js +1 -1
  139. package/build/js/worker/proxies/RectangularViewfinderProxy.d.ts +2 -2
  140. package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -1
  141. package/build/js/worker/proxies/SerialNumberBarcodeProxy.d.ts +2 -2
  142. package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -1
  143. package/build/js/worker/proxies/TotalPriceTextProxy.d.ts +2 -2
  144. package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -1
  145. package/build/js/worker/proxies/UnitPriceTextProxy.d.ts +2 -2
  146. package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -1
  147. package/build/js/worker/proxies/ValidationFlowListenerProxy.d.ts +2 -2
  148. package/build/js/worker/proxies/ValidationFlowOverlayProxy.d.ts +2 -2
  149. package/build/js/worker/proxies/ValidationFlowOverlayProxy.js +1 -1
  150. package/build/js/worker/proxies/ValidationFlowSettingsProxy.d.ts +2 -2
  151. package/build/js/worker/proxies/ValidationFlowSettingsProxy.js +1 -1
  152. package/build/js/worker/proxies/WeightTextProxy.d.ts +2 -2
  153. package/build/js/worker/proxies/WeightTextProxy.js +1 -1
  154. package/build/js/worker/proxies/base/BarcodeFieldProxyBase.d.ts +2 -2
  155. package/build/js/worker/proxies/base/BarcodeFieldProxyBase.js +1 -1
  156. package/build/js/worker/proxies/base/LabelFieldDefinitionBaseProxy.d.ts +2 -2
  157. package/build/js/worker/proxies/base/LabelFieldDefinitionBaseProxy.js +1 -1
  158. package/build/js/worker/proxies/base/index.d.ts +2 -2
  159. package/build/js/worker/proxies/base/index.js +1 -1
  160. package/package.json +8 -6
  161. package/sdc-lib/resources/models/aus_mdl_keypoint_detection.17f1b2958a9e.model +0 -0
  162. package/sdc-lib/resources/models/barcode_classification_default.48685f5fe19b.model +0 -0
  163. package/sdc-lib/resources/models/barcode_keypoints_oned.6697cfdb9ce4.model +0 -0
  164. package/sdc-lib/resources/models/barcode_label_localization_mslc_model_s.616a59ec3a8d.model +0 -0
  165. package/sdc-lib/resources/models/barcode_localization_default.59f74a846b63.model +0 -0
  166. package/sdc-lib/resources/models/barcode_localization_dpm_default.7e4fe5631f81.model +0 -0
  167. package/sdc-lib/resources/models/barcode_localization_generic_postal_code_default.184ecbeb5b83.model +0 -0
  168. package/sdc-lib/resources/models/barcode_localization_oned_default.c547484132c1.model +0 -0
  169. package/sdc-lib/resources/models/barcode_localization_twod_default.4b64523bf755.model +0 -0
  170. package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_default.5bc76b6823da.model +0 -0
  171. package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_detector_default.d955dfe2835e.model +0 -0
  172. package/sdc-lib/resources/models/barcode_semantics_ocr_detector_default.d955dfe2835e.model +0 -0
  173. package/sdc-lib/resources/models/eu_dl_localization.c26fc357c7bd.model +0 -0
  174. package/sdc-lib/resources/models/id_ocr.a4a57703430a.model +0 -0
  175. package/sdc-lib/resources/models/id_outline_localization_model_kpts.b7f16ab1f44c.model +0 -0
  176. package/sdc-lib/resources/models/invalidated_id_classification_default.1cd0f5859941.model +0 -0
  177. package/sdc-lib/resources/models/mrz_line_localization.577844e2ebed.model +0 -0
  178. package/sdc-lib/resources/models/mrz_localization.77e331c44b52.model +0 -0
  179. package/sdc-lib/resources/models/ocr_barcode_semantics_default.adb845cfe44c.model +0 -0
  180. package/sdc-lib/resources/models/ocr_mrz_default.08761e1a9c3b.model +0 -0
  181. package/sdc-lib/resources/models/ocr_price_label_default.4ad5b33a61d3.model +0 -0
  182. package/sdc-lib/resources/models/price_label_localization.a8a9771e8fcc.model +0 -0
  183. package/sdc-lib/resources/models/price_localization_in_whole_label.555b33695325.model +0 -0
  184. package/sdc-lib/resources/models/text_semantics_ocr_detector.fb3a9fc4fb56.model +0 -0
  185. package/sdc-lib/resources/models/uk_dl_code_localization.c26fc357c7bd.model +0 -0
  186. package/sdc-lib/resources/models/via_id_template_database.578ae388d1d7.model +0 -0
  187. package/sdc-lib/resources/models/via_orientation_classification.19281ecdf9b6.model +0 -0
  188. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.js +1 -1
  189. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.wasm +0 -0
  190. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.js +1 -1
  191. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.wasm +0 -0
  192. package/sdc-lib/scandit-datacapture-sdk-label-simd.js +1 -1
  193. package/sdc-lib/scandit-datacapture-sdk-label-simd.wasm +0 -0
  194. package/sdc-lib/scandit-datacapture-sdk-label.js +1 -1
  195. package/sdc-lib/scandit-datacapture-sdk-label.wasm +0 -0
  196. package/build/js/chunks/chunk-DXLTMLGV.js +0 -2
  197. package/build/js/chunks/chunk-OWLFTMGR.js +0 -1
  198. package/sdc-lib/resources/models/barcode_classification_default.fde280355f0b.model +0 -0
  199. package/sdc-lib/resources/models/barcode_keypoints_oned.ef764d7717ba.model +0 -0
  200. package/sdc-lib/resources/models/barcode_label_localization_mslc_model_s.77afd87bb1ae.model +0 -0
  201. package/sdc-lib/resources/models/barcode_localization_default.ea245fd6454e.model +0 -0
  202. package/sdc-lib/resources/models/barcode_localization_dpm_default.313e68d94ae1.model +0 -0
  203. package/sdc-lib/resources/models/barcode_localization_generic_postal_code_default.42a9746ffe91.model +0 -0
  204. package/sdc-lib/resources/models/barcode_localization_oned_default.33db0e688e2c.model +0 -0
  205. package/sdc-lib/resources/models/barcode_localization_twod_default.547ff0613d2c.model +0 -0
  206. package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_default.8c2870b758fd.model +0 -0
  207. package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_detector_default.9e7b3e9f0b6c.model +0 -0
  208. package/sdc-lib/resources/models/barcode_semantics_ocr_detector_default.9e7b3e9f0b6c.model +0 -0
  209. package/sdc-lib/resources/models/eu_dl_localization.d02cb8506d3f.model +0 -0
  210. package/sdc-lib/resources/models/id_ocr.1740d002ffbf.model +0 -0
  211. package/sdc-lib/resources/models/invalidated_id_classification_default.655732a12364.model +0 -0
  212. package/sdc-lib/resources/models/mrz_line_localization.4573c5a05b53.model +0 -0
  213. package/sdc-lib/resources/models/mrz_localization.c6b469e57923.model +0 -0
  214. package/sdc-lib/resources/models/ocr_barcode_semantics_default.b60d72805695.model +0 -0
  215. package/sdc-lib/resources/models/ocr_mrz_default.8b80192212c2.model +0 -0
  216. package/sdc-lib/resources/models/ocr_price_label_default.1d18eb896da3.model +0 -0
  217. package/sdc-lib/resources/models/price_label_localization.b1f6616d5e10.model +0 -0
  218. package/sdc-lib/resources/models/price_localization_in_whole_label.614fcbe425d2.model +0 -0
  219. package/sdc-lib/resources/models/text_semantics_ocr_detector.290bf42945e3.model +0 -0
  220. package/sdc-lib/resources/models/uk_dl_code_localization.d02cb8506d3f.model +0 -0
@@ -1,4 +1,4 @@
1
- import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { LabelFieldType, LabelFieldState } from '../../djinni-types/sdcLabelData.js';
3
3
  import { LabelField, LabelFieldValueType } from '../../djinni-types/sdcLabelInternalModuleData.js';
4
4
  import '@scandit/web-datacapture-barcode';
@@ -7,7 +7,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
7
7
  import '../../djinni-types/sdcBarcodeData.js';
8
8
  import '../../djinni-types/sdcCoreCommonGeometry.js';
9
9
  import '../../djinni-types/sdcCoreCommonBuffer.js';
10
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
10
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
11
11
  import '../../djinni-types/sdcSymbologySettings.js';
12
12
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
13
13
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1 +1 @@
1
- import {T}from'../../chunks/chunk-TBGGF77V.js';var a=class extends T{constructor(){super(...arguments);this.handle={className:"LabelField",id:0};}async getName(e){return this.nativeImplementationFromHandle(e).getName()}async isRequired(e){return this.nativeImplementationFromHandle(e).isRequired()}async getValueType(e){return this.nativeImplementationFromHandle(e).getValueType()}async getType(e){throw new Error("This method must be implemented manually.")}async getPredictedLocation(e){throw new Error("This method must be implemented manually.")}async getState(e){throw new Error("This method must be implemented manually.")}async getBarcode(e){throw new Error("This method must be implemented manually.")}async getText(e){return this.nativeImplementationFromHandle(e).getText()}async getDate(e){throw new Error("This method must be implemented manually.")}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},o=new a;export{o as default};
1
+ import {T}from'../../chunks/chunk-XNRT4YBM.js';var a=class extends T{constructor(){super(...arguments);this.handle={className:"LabelField",id:0};}async getName(e){return this.nativeImplementationFromHandle(e).getName()}async isRequired(e){return this.nativeImplementationFromHandle(e).isRequired()}async getValueType(e){return this.nativeImplementationFromHandle(e).getValueType()}async getType(e){throw new Error("This method must be implemented manually.")}async getPredictedLocation(e){throw new Error("This method must be implemented manually.")}async getState(e){throw new Error("This method must be implemented manually.")}async getBarcode(e){throw new Error("This method must be implemented manually.")}async getText(e){return this.nativeImplementationFromHandle(e).getText()}async getDate(e){throw new Error("This method must be implemented manually.")}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},o=new a;export{o as default};
@@ -1,7 +1,7 @@
1
- export { h as NativeProxy, g as NativeProxyAdapter, N as NativeProxyHandle, bL as NativeProxyMethod } from '../../NativeProxy-CYZsx-_W.js';
1
+ export { h as NativeProxy, g as NativeProxyAdapter, N as NativeProxyHandle, bL as NativeProxyMethod } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
3
3
  import '../../djinni-types/sdcCoreCommonGeometry.js';
4
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
4
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
5
5
  import '../../djinni-types/sdcLabelInternalModuleData.js';
6
6
  import '@scandit/web-datacapture-barcode';
7
7
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- export{T as NativeProxyAdapter}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{T as NativeProxyAdapter}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,5 +1,5 @@
1
1
  import { NoViewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
2
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
2
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
3
3
  import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
4
4
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
5
5
  import '../../djinni-types/sdcCoreCommonGraphic.js';
@@ -9,7 +9,7 @@ import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
9
9
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
10
10
  import '../../djinni-types/sdcBarcodeData.js';
11
11
  import '../../djinni-types/sdcCoreCommonBuffer.js';
12
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
12
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
13
13
  import '../../djinni-types/sdcSymbologySettings.js';
14
14
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
15
15
  import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
@@ -1 +1 @@
1
- export{V as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{V as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
3
- import { P as PackingDateText, g as LabelDateFormat, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { P as PackingDateText, g as LabelDateFormat, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -40,7 +40,7 @@ import '../../api/ValidationFlowField.js';
40
40
  declare class PackingDateTextProxy extends LabelFieldDefinitionBaseProxy<PackingDateText> {
41
41
  handle: NativeProxyHandle;
42
42
  create(name: string): Promise<NativeProxyHandle>;
43
- setLabelDateFormat(handle: NativeProxyHandle, labelDateFormat: LabelDateFormat): Promise<void>;
43
+ setLabelDateFormat(handle: NativeProxyHandle, labelDateFormat: LabelDateFormat | undefined): Promise<void>;
44
44
  getLabelDateFormat(handle: NativeProxyHandle): Promise<LabelDateFormat | undefined>;
45
45
  getLocation(handle: NativeProxyHandle): Promise<NativeProxyHandle | undefined>;
46
46
  setLocation(handle: NativeProxyHandle, locationHandle: NativeProxyHandle): Promise<void>;
@@ -1 +1 @@
1
- export{i as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{i as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
3
- import { l as PartNumberBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { l as PartNumberBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{j as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{j as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,4 +1,4 @@
1
- import { m as ReceiptScanningListener } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
1
+ import { m as ReceiptScanningListener } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
2
2
  import { ReceiptScanningResult } from '../../djinni-types/sdcLabelInternalModuleData.js';
3
3
  import { WorkerMain } from '../WorkerMain.js';
4
4
  import '../../djinni-types/sdcBarcodeData.js';
@@ -17,7 +17,7 @@ import '../../djinni-types/sdcCoreCommonBuffer.js';
17
17
  import '@scandit/web-datacapture-core/build/js/worker/index.js';
18
18
  import '../dataCaptureEngine.js';
19
19
  import '@scandit/web-datacapture-core/build/js/worker/index';
20
- import '../../NativeProxy-CYZsx-_W.js';
20
+ import '../../NativeProxy-BpXwaSl-.js';
21
21
  import '@scandit/web-datacapture-barcode';
22
22
  import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
23
23
  import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
@@ -1,4 +1,4 @@
1
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { ReceiptScanningOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -6,7 +6,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
6
6
  import '../../djinni-types/sdcBarcodeData.js';
7
7
  import '../../djinni-types/sdcCoreCommonGeometry.js';
8
8
  import '../../djinni-types/sdcCoreCommonBuffer.js';
9
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
9
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
10
10
  import '../../djinni-types/sdcSymbologySettings.js';
11
11
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
12
12
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1 +1 @@
1
- export{z as ReceiptScanningOverlayProxy,A as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{z as ReceiptScanningOverlayProxy,A as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,7 +1,7 @@
1
1
  import { ReceiptScanningSettings } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
2
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
2
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
3
3
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
4
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
4
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
5
5
  import '../../djinni-types/sdcBarcodeData.js';
6
6
  import '../../djinni-types/sdcSymbologySettings.js';
7
7
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
@@ -1 +1 @@
1
- export{x as ReceiptScanningSettingsProxy,y as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{x as ReceiptScanningSettingsProxy,y as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,5 +1,5 @@
1
1
  import { RectangularViewfinderAnimation } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
2
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
2
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
3
3
  import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
4
4
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
5
5
  import '../../djinni-types/sdcCoreCommonGraphic.js';
@@ -9,7 +9,7 @@ import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
9
9
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
10
10
  import '../../djinni-types/sdcBarcodeData.js';
11
11
  import '../../djinni-types/sdcCoreCommonBuffer.js';
12
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
12
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
13
13
  import '../../djinni-types/sdcSymbologySettings.js';
14
14
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
15
15
  import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
@@ -1 +1 @@
1
- export{W as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{W as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -2,14 +2,14 @@ import { FloatWithUnit } from '../../djinni-types/sdcCoreCommonGeometry.js';
2
2
  import { SizeWithUnitAndAspect } from '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
3
3
  import { Color } from '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
4
4
  import { RectangularViewfinder, RectangularViewfinderStyle, RectangularViewfinderLineStyle, RectangularViewfinderAnimation } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
5
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
5
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
6
6
  import '../../djinni-types/sdcCoreCommonGraphic.js';
7
7
  import '@scandit/web-datacapture-barcode';
8
8
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
9
9
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
10
10
  import '../../djinni-types/sdcBarcodeData.js';
11
11
  import '../../djinni-types/sdcCoreCommonBuffer.js';
12
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
12
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
13
13
  import '../../djinni-types/sdcSymbologySettings.js';
14
14
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
15
15
  import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
@@ -1 +1 @@
1
- export{X as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{X as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { BarcodeFieldProxyBase } from './base/BarcodeFieldProxyBase.js';
3
- import { S as SerialNumberBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { S as SerialNumberBarcode, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{k as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{k as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
3
- import { T as TotalPriceText, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { T as TotalPriceText, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{l as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{l as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
3
- import { U as UnitPriceText, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { U as UnitPriceText, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{m as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{m as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,4 +1,4 @@
1
- import { n as ValidationFlowListener, o as ValidationFlowField, V as ValidationFlowState, p as LabelResultUpdate } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
1
+ import { n as ValidationFlowListener, o as ValidationFlowField, V as ValidationFlowState, p as LabelResultUpdate } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
2
2
  import { WorkerMain } from '../WorkerMain.js';
3
3
  import '../../djinni-types/sdcBarcodeData.js';
4
4
  import '../../djinni-types/sdcSymbologySettings.js';
@@ -17,7 +17,7 @@ import '../../djinni-types/sdcCoreCommonBuffer.js';
17
17
  import '@scandit/web-datacapture-core/build/js/worker/index.js';
18
18
  import '../dataCaptureEngine.js';
19
19
  import '@scandit/web-datacapture-core/build/js/worker/index';
20
- import '../../NativeProxy-CYZsx-_W.js';
20
+ import '../../NativeProxy-BpXwaSl-.js';
21
21
  import '@scandit/web-datacapture-barcode';
22
22
  import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
23
23
  import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
@@ -1,4 +1,4 @@
1
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { ValidationFlowOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -6,7 +6,7 @@ import '../../djinni-types/sdcBarcodeInternalSdkData.js';
6
6
  import '../../djinni-types/sdcBarcodeData.js';
7
7
  import '../../djinni-types/sdcCoreCommonGeometry.js';
8
8
  import '../../djinni-types/sdcCoreCommonBuffer.js';
9
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
9
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
10
10
  import '../../djinni-types/sdcSymbologySettings.js';
11
11
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
12
12
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1 +1 @@
1
- export{D as ValidationFlowOverlayProxy,E as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{D as ValidationFlowOverlayProxy,E as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,7 +1,7 @@
1
1
  import { ValidationFlowSettings } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
2
- import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
2
+ import { g as NativeProxyAdapter, h as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
3
3
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
4
- import '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
4
+ import '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
5
5
  import '../../djinni-types/sdcBarcodeData.js';
6
6
  import '../../djinni-types/sdcSymbologySettings.js';
7
7
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
@@ -1 +1 @@
1
- export{B as ValidationFlowSettingsProxy,C as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{B as ValidationFlowSettingsProxy,C as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
- import { N as NativeProxyHandle } from '../../NativeProxy-CYZsx-_W.js';
1
+ import { N as NativeProxyHandle } from '../../NativeProxy-BpXwaSl-.js';
2
2
  import { LabelFieldDefinitionBaseProxy } from './base/LabelFieldDefinitionBaseProxy.js';
3
- import { W as WeightText, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import { W as WeightText, e as LabelFieldDefinition } from '../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{n as default}from'../../chunks/chunk-TBGGF77V.js';
1
+ export{n as default}from'../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
- import { B as BarcodeField, e as LabelFieldDefinition } from '../../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
1
+ import { B as BarcodeField, e as LabelFieldDefinition } from '../../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
2
2
  import { SymbologySettings } from '../../../djinni-types/sdcSymbologySettings.js';
3
- import { N as NativeProxyHandle } from '../../../NativeProxy-CYZsx-_W.js';
3
+ import { N as NativeProxyHandle } from '../../../NativeProxy-BpXwaSl-.js';
4
4
  import { LabelFieldDefinitionBaseProxy } from './LabelFieldDefinitionBaseProxy.js';
5
5
  import '../../../djinni-types/sdcBarcodeData.js';
6
6
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- export{c as BarcodeFieldProxyBase}from'../../../chunks/chunk-TBGGF77V.js';
1
+ export{c as BarcodeFieldProxyBase}from'../../../chunks/chunk-XNRT4YBM.js';
@@ -1,5 +1,5 @@
1
- import { e as LabelFieldDefinition } from '../../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
2
- import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../../NativeProxy-CYZsx-_W.js';
1
+ import { e as LabelFieldDefinition } from '../../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
2
+ import { g as NativeProxyAdapter, N as NativeProxyHandle } from '../../../NativeProxy-BpXwaSl-.js';
3
3
  import '../../../djinni-types/sdcBarcodeData.js';
4
4
  import '../../../djinni-types/sdcSymbologySettings.js';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- export{b as LabelFieldDefinitionBaseProxy}from'../../../chunks/chunk-TBGGF77V.js';
1
+ export{b as LabelFieldDefinitionBaseProxy}from'../../../chunks/chunk-XNRT4YBM.js';
@@ -1,6 +1,6 @@
1
1
  export { BarcodeFieldProxyBase } from './BarcodeFieldProxyBase.js';
2
2
  export { LabelFieldDefinitionBaseProxy } from './LabelFieldDefinitionBaseProxy.js';
3
- import '../../../sdcLabelInternalModuleCapture-wUz3FjZK.js';
3
+ import '../../../sdcLabelInternalModuleCapture-CxPSiq2o.js';
4
4
  import '../../../djinni-types/sdcBarcodeData.js';
5
5
  import '../../../djinni-types/sdcSymbologySettings.js';
6
6
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -15,7 +15,7 @@ import '../../../djinni-types/sdcLabelData.js';
15
15
  import '../../../djinni-types/sdcLabelInternalModuleData.js';
16
16
  import '../../../djinni-types/sdcBarcodeInternalSdkData.js';
17
17
  import '../../../djinni-types/sdcCoreCommonBuffer.js';
18
- import '../../../NativeProxy-CYZsx-_W.js';
18
+ import '../../../NativeProxy-BpXwaSl-.js';
19
19
  import '@scandit/web-datacapture-barcode';
20
20
  import '../../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
21
21
  import '../../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
@@ -1 +1 @@
1
- export{c as BarcodeFieldProxyBase,b as LabelFieldDefinitionBaseProxy}from'../../../chunks/chunk-TBGGF77V.js';
1
+ export{c as BarcodeFieldProxyBase,b as LabelFieldDefinitionBaseProxy}from'../../../chunks/chunk-XNRT4YBM.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scandit/web-datacapture-label",
3
- "version": "8.2.1",
3
+ "version": "8.3.0",
4
4
  "description": "Scandit Data Capture SDK for the Web",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "sideEffects": false,
@@ -89,13 +89,15 @@
89
89
  "build-dev": "NODE_ENV=debug npx tsup",
90
90
  "build-watch": "NODE_ENV=debug npx tsup --watch",
91
91
  "clean": "rm -rf build/* coverage/* .nyc_output/*",
92
- "test": "jest",
93
- "test-ci": "jest --ci",
94
- "test-ci-coverage": "jest --ci --coverage --silent"
92
+ "test": "vitest run",
93
+ "test-ci": "vitest run",
94
+ "test-ci-coverage": "vitest run --coverage",
95
+ "check": "biome check .",
96
+ "check-ci": "biome ci --diagnostic-level=error ."
95
97
  },
96
98
  "peerDependencies": {
97
- "@scandit/web-datacapture-barcode": "8.2.1",
98
- "@scandit/web-datacapture-core": "8.2.1"
99
+ "@scandit/web-datacapture-barcode": "8.3.0",
100
+ "@scandit/web-datacapture-core": "8.3.0"
99
101
  },
100
102
  "dependencies": {
101
103
  "@types/emscripten": "1.40.1"