@scandit/web-datacapture-label 7.3.2 → 7.3.4

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 (50) hide show
  1. package/LICENSE +1 -1
  2. package/build/js/chunks/{chunk-KRWP622U.js → chunk-3RGDFYY6.js} +1 -1
  3. package/build/js/chunks/{chunk-KALPUGRD.js → chunk-COM63YU6.js} +1 -1
  4. package/build/js/chunks/chunk-EQ3UWGRN.js +1 -0
  5. package/build/js/chunks/{chunk-NCVFJTTL.js → chunk-P46LV6L3.js} +1 -1
  6. package/build/js/index.js +1 -1
  7. package/build/js/moduleLoader.js +1 -1
  8. package/build/js/private/viewfinderTranslator.js +1 -1
  9. package/build/js/worker/LabelCaptureWorkerManager.js +1 -1
  10. package/build/js/worker/WorkerMain.js +1 -1
  11. package/build/js/worker/dataCaptureEngine.js +1 -1
  12. package/build/js/worker/labelCapture.inlineWorker.js +1 -1
  13. package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -1
  14. package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -1
  15. package/build/js/worker/proxies/CapturedLabelProxy.js +1 -1
  16. package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -1
  17. package/build/js/worker/proxies/CustomTextProxy.js +1 -1
  18. package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -1
  19. package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -1
  20. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -1
  21. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -1
  22. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -1
  23. package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -1
  24. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -1
  25. package/build/js/worker/proxies/LabelCaptureProxy.js +1 -1
  26. package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -1
  27. package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -1
  28. package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -1
  29. package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -1
  30. package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -1
  31. package/build/js/worker/proxies/LabelFieldProxy.js +1 -1
  32. package/build/js/worker/proxies/NativeProxy.js +1 -1
  33. package/build/js/worker/proxies/NoViewfinderProxy.js +1 -1
  34. package/build/js/worker/proxies/PackingDateTextProxy.js +1 -1
  35. package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -1
  36. package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -1
  37. package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -1
  38. package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -1
  39. package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -1
  40. package/build/js/worker/proxies/WeightTextProxy.js +1 -1
  41. package/package.json +2 -2
  42. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.js +1 -1
  43. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.wasm +0 -0
  44. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.js +1 -1
  45. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.wasm +0 -0
  46. package/sdc-lib/scandit-datacapture-sdk-label-simd.js +1 -1
  47. package/sdc-lib/scandit-datacapture-sdk-label-simd.wasm +0 -0
  48. package/sdc-lib/scandit-datacapture-sdk-label.js +1 -1
  49. package/sdc-lib/scandit-datacapture-sdk-label.wasm +0 -0
  50. package/build/js/chunks/chunk-W25SMGCP.js +0 -1
@@ -1 +1 @@
1
- import {B}from'../../chunks/chunk-KRWP622U.js';var t=class extends B{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 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 t;export{o as default};
1
+ import {B}from'../../chunks/chunk-3RGDFYY6.js';var t=class extends B{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 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 t;export{o as default};
@@ -1 +1 @@
1
- export{B as NativeProxyAdapter}from'../../chunks/chunk-KRWP622U.js';
1
+ export{B as NativeProxyAdapter}from'../../chunks/chunk-3RGDFYY6.js';
@@ -1 +1 @@
1
- export{D as default}from'../../chunks/chunk-KRWP622U.js';
1
+ export{D as default}from'../../chunks/chunk-3RGDFYY6.js';
@@ -1 +1 @@
1
- export{g as default}from'../../chunks/chunk-KRWP622U.js';
1
+ export{g as default}from'../../chunks/chunk-3RGDFYY6.js';
@@ -1 +1 @@
1
- export{h as default}from'../../chunks/chunk-KRWP622U.js';
1
+ export{h as default}from'../../chunks/chunk-3RGDFYY6.js';
@@ -1 +1 @@
1
- export{E as default}from'../../chunks/chunk-KRWP622U.js';
1
+ export{E as default}from'../../chunks/chunk-3RGDFYY6.js';
@@ -1 +1 @@
1
- export{i as default}from'../../chunks/chunk-KRWP622U.js';
1
+ export{i as default}from'../../chunks/chunk-3RGDFYY6.js';
@@ -1 +1 @@
1
- export{j as default}from'../../chunks/chunk-KRWP622U.js';
1
+ export{j as default}from'../../chunks/chunk-3RGDFYY6.js';
@@ -1 +1 @@
1
- export{k as default}from'../../chunks/chunk-KRWP622U.js';
1
+ export{k as default}from'../../chunks/chunk-3RGDFYY6.js';
@@ -1 +1 @@
1
- export{l as default}from'../../chunks/chunk-KRWP622U.js';
1
+ export{l as default}from'../../chunks/chunk-3RGDFYY6.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scandit/web-datacapture-label",
3
- "version": "7.3.2",
3
+ "version": "7.3.4",
4
4
  "description": "Scandit Data Capture SDK for the Web",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "sideEffects": false,
@@ -95,7 +95,7 @@
95
95
  },
96
96
  "peerDependencies": {
97
97
  "@scandit/web-datacapture-barcode": "*",
98
- "@scandit/web-datacapture-core": "7.3.2"
98
+ "@scandit/web-datacapture-core": "7.3.4"
99
99
  },
100
100
  "dependencies": {
101
101
  "@types/emscripten": "^1.39.13"