@scandit/web-datacapture-label 7.6.8 → 7.6.9

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 (122) hide show
  1. package/build/js/{LabelCaptureAdvancedOverlay-B_O6RnV4.d.ts → LabelCaptureAdvancedOverlay-ChUrueV6.d.ts} +1 -1
  2. package/build/js/{LabelCaptureBasicOverlay-BMgzzuF4.d.ts → LabelCaptureBasicOverlay-GO1AxzZR.d.ts} +1 -1
  3. package/build/js/{NativeProxy-lmG_UTx9.d.ts → NativeProxy-C1lJ_0p-.d.ts} +3 -3
  4. package/build/js/api/CustomText.d.ts +1 -1
  5. package/build/js/api/CustomTextBuilder.d.ts +1 -1
  6. package/build/js/api/ExpiryDateText.d.ts +1 -1
  7. package/build/js/api/ExpiryDateTextBuilder.d.ts +1 -1
  8. package/build/js/api/LabelCapture.d.ts +1 -1
  9. package/build/js/api/LabelCaptureAdvancedOverlay.d.ts +2 -2
  10. package/build/js/api/LabelCaptureAdvancedOverlayListener.d.ts +2 -2
  11. package/build/js/api/LabelCaptureBasicOverlay.d.ts +2 -2
  12. package/build/js/api/LabelCaptureBasicOverlayListener.d.ts +2 -2
  13. package/build/js/api/LabelCaptureListener.d.ts +1 -1
  14. package/build/js/api/LabelCaptureOverlayJSON.d.ts +1 -1
  15. package/build/js/api/LabelCaptureSettings.d.ts +1 -1
  16. package/build/js/api/LabelCaptureValidationFlowOverlay.d.ts +1 -1
  17. package/build/js/api/LabelCaptureValidationFlowOverlay.js +1 -1
  18. package/build/js/api/LabelDefinition.d.ts +1 -1
  19. package/build/js/api/PackingDateText.d.ts +1 -1
  20. package/build/js/api/PackingDateTextBuilder.d.ts +1 -1
  21. package/build/js/api/TotalPriceText.d.ts +1 -1
  22. package/build/js/api/TotalPriceTextBuilder.d.ts +1 -1
  23. package/build/js/api/UnitPriceText.d.ts +1 -1
  24. package/build/js/api/UnitPriceTextBuilder.d.ts +1 -1
  25. package/build/js/api/WeightText.d.ts +1 -1
  26. package/build/js/api/WeightTextBuilder.d.ts +1 -1
  27. package/build/js/chunks/{chunk-J7TDBHLN.js → chunk-BP3LJ5YZ.js} +1 -1
  28. package/build/js/chunks/chunk-C5XHVYYV.js +1 -0
  29. package/build/js/chunks/chunk-MKTCM7KA.js +1 -0
  30. package/build/js/chunks/{chunk-7QJL7TQW.js → chunk-UN7VNVUV.js} +1 -1
  31. package/build/js/chunks/{chunk-G6FGPXXA.js → chunk-ZXHSGG6E.js} +1 -1
  32. package/build/js/index.d.ts +3 -3
  33. package/build/js/index.js +1 -1
  34. package/build/js/moduleLoader.js +1 -1
  35. package/build/js/private/PrivateLabelFieldDefinition.d.ts +1 -1
  36. package/build/js/private/createProxiedViewFinder.d.ts +2 -2
  37. package/build/js/private/viewfinderTranslator.js +1 -1
  38. package/build/js/worker/LabelCaptureWorkerManager.d.ts +1 -1
  39. package/build/js/worker/LabelCaptureWorkerManager.js +1 -1
  40. package/build/js/worker/WorkerMain.d.ts +1 -1
  41. package/build/js/worker/WorkerMain.js +1 -1
  42. package/build/js/worker/WorkerRegistry.d.ts +1 -1
  43. package/build/js/worker/dataCaptureEngine.d.ts +1 -1
  44. package/build/js/worker/dataCaptureEngine.js +1 -1
  45. package/build/js/worker/dataCaptureWorkerRelated.d.ts +1 -1
  46. package/build/js/worker/labelCapture.inlineWorker.d.ts +1 -1
  47. package/build/js/worker/labelCapture.inlineWorker.js +1 -1
  48. package/build/js/worker/labelWorkerHandler.d.ts +1 -1
  49. package/build/js/worker/proxies/AimerViewfinderProxy.d.ts +1 -1
  50. package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -1
  51. package/build/js/worker/proxies/BarcodeFieldProxy.d.ts +1 -1
  52. package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -1
  53. package/build/js/worker/proxies/CapturedLabelProxy.d.ts +1 -1
  54. package/build/js/worker/proxies/CapturedLabelProxy.js +1 -1
  55. package/build/js/worker/proxies/CustomBarcodeProxy.d.ts +1 -1
  56. package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -1
  57. package/build/js/worker/proxies/CustomTextProxy.d.ts +1 -1
  58. package/build/js/worker/proxies/CustomTextProxy.js +1 -1
  59. package/build/js/worker/proxies/ExpiryDateTextProxy.d.ts +1 -1
  60. package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -1
  61. package/build/js/worker/proxies/ImeiOneBarcodeProxy.d.ts +1 -1
  62. package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -1
  63. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.d.ts +1 -1
  64. package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -1
  65. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.d.ts +1 -1
  66. package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -1
  67. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.d.ts +1 -1
  68. package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -1
  69. package/build/js/worker/proxies/LabelCaptureHelperProxy.d.ts +1 -1
  70. package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -1
  71. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.d.ts +1 -1
  72. package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -1
  73. package/build/js/worker/proxies/LabelCaptureProxy.d.ts +1 -1
  74. package/build/js/worker/proxies/LabelCaptureProxy.js +1 -1
  75. package/build/js/worker/proxies/LabelCaptureSessionProxy.d.ts +1 -1
  76. package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -1
  77. package/build/js/worker/proxies/LabelCaptureSettingsProxy.d.ts +1 -1
  78. package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -1
  79. package/build/js/worker/proxies/LabelDefinitionProxy.d.ts +1 -1
  80. package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -1
  81. package/build/js/worker/proxies/LabelFieldDefinitionProxy.d.ts +1 -1
  82. package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -1
  83. package/build/js/worker/proxies/LabelFieldLocationProxy.d.ts +1 -1
  84. package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -1
  85. package/build/js/worker/proxies/LabelFieldProxy.d.ts +1 -1
  86. package/build/js/worker/proxies/LabelFieldProxy.js +1 -1
  87. package/build/js/worker/proxies/NativeProxy.d.ts +1 -1
  88. package/build/js/worker/proxies/NativeProxy.js +1 -1
  89. package/build/js/worker/proxies/NoViewfinderProxy.d.ts +1 -1
  90. package/build/js/worker/proxies/NoViewfinderProxy.js +1 -1
  91. package/build/js/worker/proxies/PackingDateTextProxy.d.ts +1 -1
  92. package/build/js/worker/proxies/PackingDateTextProxy.js +1 -1
  93. package/build/js/worker/proxies/PartNumberBarcodeProxy.d.ts +1 -1
  94. package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -1
  95. package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.d.ts +1 -1
  96. package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.js +1 -1
  97. package/build/js/worker/proxies/RectangularViewfinderProxy.d.ts +1 -1
  98. package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -1
  99. package/build/js/worker/proxies/SerialNumberBarcodeProxy.d.ts +1 -1
  100. package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -1
  101. package/build/js/worker/proxies/TotalPriceTextProxy.d.ts +1 -1
  102. package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -1
  103. package/build/js/worker/proxies/UnitPriceTextProxy.d.ts +1 -1
  104. package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -1
  105. package/build/js/worker/proxies/ValidationFlowListenerProxy.d.ts +1 -1
  106. package/build/js/worker/proxies/ValidationFlowOverlayProxy.d.ts +1 -1
  107. package/build/js/worker/proxies/ValidationFlowOverlayProxy.js +1 -1
  108. package/build/js/worker/proxies/ValidationFlowSettingsProxy.d.ts +1 -1
  109. package/build/js/worker/proxies/ValidationFlowSettingsProxy.js +1 -1
  110. package/build/js/worker/proxies/WeightTextProxy.d.ts +1 -1
  111. package/build/js/worker/proxies/WeightTextProxy.js +1 -1
  112. package/package.json +2 -2
  113. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.js +1 -1
  114. package/sdc-lib/scandit-datacapture-sdk-label-pthreads.wasm +0 -0
  115. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.js +1 -1
  116. package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.wasm +0 -0
  117. package/sdc-lib/scandit-datacapture-sdk-label-simd.js +1 -1
  118. package/sdc-lib/scandit-datacapture-sdk-label-simd.wasm +0 -0
  119. package/sdc-lib/scandit-datacapture-sdk-label.js +1 -1
  120. package/sdc-lib/scandit-datacapture-sdk-label.wasm +0 -0
  121. package/build/js/chunks/chunk-HSRZYM7Z.js +0 -1
  122. package/build/js/chunks/chunk-SGON4AYW.js +0 -1
@@ -1,5 +1,5 @@
1
1
  import { DataCaptureLoader, DataCaptureLoaderOptions } from '@scandit/web-datacapture-core';
2
- import { D as DataCaptureCallbackMessage, a as DataCaptureWorker, b as DataCaptureActionMessageKey, W as WorkerCommandPayload } from '../NativeProxy-lmG_UTx9.js';
2
+ import { D as DataCaptureWorker, a as DataCaptureActionMessageKey, W as WorkerCommandPayload, b as DataCaptureCallbackMessage } from '../NativeProxy-C1lJ_0p-.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
5
5
  import '../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{a as LabelCaptureWorkerManager}from'../chunks/chunk-G6FGPXXA.js';
1
+ export{a as LabelCaptureWorkerManager}from'../chunks/chunk-ZXHSGG6E.js';
@@ -2,7 +2,7 @@ import { AugmentedWorker, ModuleHandler, WasmFrameData } from '@scandit/web-data
2
2
  import { WorkerMain as WorkerMain$1 } from '@scandit/web-datacapture-core/build/js/worker/index.js';
3
3
  import { LabelCaptureListener, LabelCapture, LabelCaptureSession } from '../djinni-types/sdcLabelInternalModuleCapture.js';
4
4
  import { DataCaptureEngine } from './dataCaptureEngine.js';
5
- import { M as Module, b as DataCaptureActionMessageKey, D as DataCaptureCallbackMessage, A as AnyDataCaptureActionMessage } from '../NativeProxy-lmG_UTx9.js';
5
+ import { M as Module, a as DataCaptureActionMessageKey, b as DataCaptureCallbackMessage, A as AnyDataCaptureActionMessage } from '../NativeProxy-C1lJ_0p-.js';
6
6
  import '../djinni-types/sdcBarcodeData.js';
7
7
  import '../djinni-types/sdcSymbologySettings.js';
8
8
  import '../djinni-types/sdcCoreInternalSdkArea.js';
@@ -1 +1 @@
1
- export{K as WorkerMain}from'../chunks/chunk-HSRZYM7Z.js';
1
+ export{C as WorkerMain}from'../chunks/chunk-MKTCM7KA.js';
@@ -1,6 +1,6 @@
1
1
  import { LabelCaptureWorkerManager } from './LabelCaptureWorkerManager.js';
2
2
  import '@scandit/web-datacapture-core';
3
- import '../NativeProxy-lmG_UTx9.js';
3
+ import '../NativeProxy-C1lJ_0p-.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,6 +1,6 @@
1
1
  import { WorkerFunctions as WorkerFunctions$1, ModuleHandler, Vector, UpdateContextParameters, AddNativeOverlayAction, RemoveNativeOverlayAction } from '@scandit/web-datacapture-core/build/js/worker/index';
2
2
  import { DataCaptureEngine as DataCaptureEngine$1 } from '@scandit/web-datacapture-core/build/js/worker/index.js';
3
- import { M as Module, D as DataCaptureCallbackMessage } from '../NativeProxy-lmG_UTx9.js';
3
+ import { M as Module, b as DataCaptureCallbackMessage } from '../NativeProxy-C1lJ_0p-.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{C as DataCaptureEngine}from'../chunks/chunk-HSRZYM7Z.js';
1
+ export{z as DataCaptureEngine}from'../chunks/chunk-MKTCM7KA.js';
@@ -1,6 +1,6 @@
1
1
  import '@scandit/web-datacapture-barcode';
2
2
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
3
- export { A as AnyDataCaptureActionMessage, g as AugmentedCoreModule, e as AugmentedWorker, aw as BaseDataCaptureCallbackMessage, b4 as CommandAndPayload, a1 as CreateLabelCaptureActionMessage, aN as CreateLabelCaptureCallbackMessage, l as DataCaptureActionMessage, b as DataCaptureActionMessageKey, D as DataCaptureCallbackMessage, av as DataCaptureCallbackMessageKeys, a as DataCaptureWorker, a7 as LabelCaptureAddListenerActionMessage, aU as LabelCaptureAddListenerCallbackMessage, a5 as LabelCaptureAddToContextActionMessage, as as LabelCaptureAdvancedOverlayForLabelCaptureActionMessage, au as LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage, at as LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage, a4 as LabelCaptureApplySettingsActionMessage, aQ as LabelCaptureApplySettingsCallbackMessage, ay as LabelCaptureBasicOverlayBrushForFieldCallbackMessage, az as LabelCaptureBasicOverlayBrushForLabelCallbackMessage, af as LabelCaptureBasicOverlayForLabelCaptureActionMessage, ai as LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage, ak as LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage, ao as LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage, aq as LabelCaptureBasicOverlayGetViewfinderActionMessage, ax as LabelCaptureBasicOverlayOnLabelTappedCallbackMessage, al as LabelCaptureBasicOverlaySetBrushForFieldActionMessage, am as LabelCaptureBasicOverlaySetBrushForLabelActionMessage, ah as LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage, aj as LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage, an as LabelCaptureBasicOverlaySetListenerActionMessage, ap as LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage, ar as LabelCaptureBasicOverlayUpdateViewfinderActionMessage, Q as LabelCaptureBuildCustomBarcodeActionMessage, aC as LabelCaptureBuildCustomBarcodeCallbackMessage, R as LabelCaptureBuildCustomTextActionMessage, aD as LabelCaptureBuildCustomTextCallbackMessage, S as LabelCaptureBuildExpiryDateTextActionMessage, aE as LabelCaptureBuildExpiryDateTextCallbackMessage, T as LabelCaptureBuildImeiOneBarcodeActionMessage, aF as LabelCaptureBuildImeiOneBarcodeCallbackMessage, U as LabelCaptureBuildImeiTwoBarcodeActionMessage, aG as LabelCaptureBuildImeiTwoBarcodeCallbackMessage, J as LabelCaptureBuildLabelCaptureSettingsActionMessage, aA as LabelCaptureBuildLabelCaptureSettingsCallbackMessage, K as LabelCaptureBuildLabelDefinitionActionMessage, aB as LabelCaptureBuildLabelDefinitionCallbackMessage, ae as LabelCaptureBuildLabelFieldLocationActionMessage, a_ as LabelCaptureBuildLabelFieldLocationCallbackMessage, X as LabelCaptureBuildPackingDateTextActionMessage, aH as LabelCaptureBuildPackingDateTextCallbackMessage, Y as LabelCaptureBuildPartNumberBarcodeActionMessage, aI as LabelCaptureBuildPartNumberBarcodeCallbackMessage, P as LabelCaptureBuildPriceCaptureDefinitionActionMessage, Z as LabelCaptureBuildSerialNumberBarcodeActionMessage, aJ as LabelCaptureBuildSerialNumberBarcodeCallbackMessage, _ as LabelCaptureBuildTotalPriceTextActionMessage, aK as LabelCaptureBuildTotalPriceTextCallbackMessage, $ as LabelCaptureBuildUnitPriceTextActionMessage, aL as LabelCaptureBuildUnitPriceTextCallbackMessage, O as LabelCaptureBuildVinLabelDefinitionActionMessage, a0 as LabelCaptureBuildWeightTextActionMessage, aM as LabelCaptureBuildWeightTextCallbackMessage, a2 as LabelCaptureIsEnabledActionMessage, aO as LabelCaptureIsEnabledCallbackMessage, L as LabelCaptureModule, aR as LabelCaptureOnObservationStartedCallbackMessage, aS as LabelCaptureOnObservationStoppedCallbackMessage, aT as LabelCaptureOnSessionUpdatedCallbackMessage, a6 as LabelCaptureRemoveFromContextActionMessage, a8 as LabelCaptureRemoveListenerActionMessage, aV as LabelCaptureRemoveListenerCallbackMessage, a3 as LabelCaptureSetEnabledActionMessage, aP as LabelCaptureSetEnabledCallbackMessage, ac as LabelCaptureSettingsGetBlueprintJsonActionMessage, a9 as LabelCaptureSettingsGetLocationSelectionActionMessage, aW as LabelCaptureSettingsGetLocationSelectionCallbackMessage, ab as LabelCaptureSettingsGetPropertyActionMessage, aY as LabelCaptureSettingsGetPropertyCallbackMessage, aa as LabelCaptureSettingsSetLocationSelectionActionMessage, aX as LabelCaptureSettingsSetLocationSelectionCallbackMessage, ad as LabelCaptureSettingsSetPropertyActionMessage, aZ as LabelCaptureSettingsSetPropertyCallbackMessage, h as LabelData, i as LabelInternalModuleCapture, j as LabelInternalModuleData, M as Module, f as ModuleHandler, b3 as PayloadForCommand, z as ValidationFlowHandlerCreateActionMessage, F as ValidationFlowHandlerFinishFlowActionMessage, I as ValidationFlowHandlerGetValidationFlowFieldsActionMessage, G as ValidationFlowHandlerPauseScanActionMessage, H as ValidationFlowHandlerResumeScanActionMessage, B as ValidationFlowHandlerStartCompleteLabelScanActionMessage, C as ValidationFlowHandlerStartPartialLabelScanActionMessage, E as ValidationFlowHandlerUpdateFieldValueActionMessage, a$ as ValidationFlowListenerOnFieldsScannedCallbackMessage, b1 as ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage, b0 as ValidationFlowListenerOnScanTimeoutCallbackMessage, b2 as ValidationFlowListenerOnStateChangedCallbackMessage, y as ValidationFlowOverlayApplySettingsActionMessage, ag as ValidationFlowOverlayForLabelCaptureActionMessage, V as ValidationFlowSettingsCreateActionMessage, x as ValidationFlowSettingsGetManualInputButtonTextActionMessage, n as ValidationFlowSettingsGetMissingFieldsHintTextActionMessage, v as ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage, p as ValidationFlowSettingsGetStandbyHintTextActionMessage, t as ValidationFlowSettingsGetValidationErrorTextActionMessage, r as ValidationFlowSettingsGetValidationHintTextActionMessage, w as ValidationFlowSettingsSetManualInputButtonTextActionMessage, m as ValidationFlowSettingsSetMissingFieldsHintTextActionMessage, u as ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage, o as ValidationFlowSettingsSetStandbyHintTextActionMessage, s as ValidationFlowSettingsSetValidationErrorTextActionMessage, q as ValidationFlowSettingsSetValidationHintTextActionMessage, W as WorkerCommandPayload, k as WorkerResponse } from '../NativeProxy-lmG_UTx9.js';
3
+ export { A as AnyDataCaptureActionMessage, g as AugmentedCoreModule, e as AugmentedWorker, aw as BaseDataCaptureCallbackMessage, b4 as CommandAndPayload, a1 as CreateLabelCaptureActionMessage, aN as CreateLabelCaptureCallbackMessage, l as DataCaptureActionMessage, a as DataCaptureActionMessageKey, b as DataCaptureCallbackMessage, av as DataCaptureCallbackMessageKeys, D as DataCaptureWorker, a7 as LabelCaptureAddListenerActionMessage, aU as LabelCaptureAddListenerCallbackMessage, a5 as LabelCaptureAddToContextActionMessage, as as LabelCaptureAdvancedOverlayForLabelCaptureActionMessage, au as LabelCaptureAdvancedOverlayGetShouldShowScanAreaGuidesActionMessage, at as LabelCaptureAdvancedOverlaySetShouldShowScanAreaGuidesActionMessage, a4 as LabelCaptureApplySettingsActionMessage, aQ as LabelCaptureApplySettingsCallbackMessage, ay as LabelCaptureBasicOverlayBrushForFieldCallbackMessage, az as LabelCaptureBasicOverlayBrushForLabelCallbackMessage, af as LabelCaptureBasicOverlayForLabelCaptureActionMessage, ai as LabelCaptureBasicOverlayGetDefaultFieldBrushActionMessage, ak as LabelCaptureBasicOverlayGetDefaultLabelBrushActionMessage, ao as LabelCaptureBasicOverlayGetShouldShowScanAreaGuidesActionMessage, aq as LabelCaptureBasicOverlayGetViewfinderActionMessage, ax as LabelCaptureBasicOverlayOnLabelTappedCallbackMessage, al as LabelCaptureBasicOverlaySetBrushForFieldActionMessage, am as LabelCaptureBasicOverlaySetBrushForLabelActionMessage, ah as LabelCaptureBasicOverlaySetDefaultFieldBrushActionMessage, aj as LabelCaptureBasicOverlaySetDefaultLabelBrushActionMessage, an as LabelCaptureBasicOverlaySetListenerActionMessage, ap as LabelCaptureBasicOverlaySetShouldShowScanAreaGuidesActionMessage, ar as LabelCaptureBasicOverlayUpdateViewfinderActionMessage, Q as LabelCaptureBuildCustomBarcodeActionMessage, aC as LabelCaptureBuildCustomBarcodeCallbackMessage, R as LabelCaptureBuildCustomTextActionMessage, aD as LabelCaptureBuildCustomTextCallbackMessage, S as LabelCaptureBuildExpiryDateTextActionMessage, aE as LabelCaptureBuildExpiryDateTextCallbackMessage, T as LabelCaptureBuildImeiOneBarcodeActionMessage, aF as LabelCaptureBuildImeiOneBarcodeCallbackMessage, U as LabelCaptureBuildImeiTwoBarcodeActionMessage, aG as LabelCaptureBuildImeiTwoBarcodeCallbackMessage, J as LabelCaptureBuildLabelCaptureSettingsActionMessage, aA as LabelCaptureBuildLabelCaptureSettingsCallbackMessage, K as LabelCaptureBuildLabelDefinitionActionMessage, aB as LabelCaptureBuildLabelDefinitionCallbackMessage, ae as LabelCaptureBuildLabelFieldLocationActionMessage, a_ as LabelCaptureBuildLabelFieldLocationCallbackMessage, X as LabelCaptureBuildPackingDateTextActionMessage, aH as LabelCaptureBuildPackingDateTextCallbackMessage, Y as LabelCaptureBuildPartNumberBarcodeActionMessage, aI as LabelCaptureBuildPartNumberBarcodeCallbackMessage, P as LabelCaptureBuildPriceCaptureDefinitionActionMessage, Z as LabelCaptureBuildSerialNumberBarcodeActionMessage, aJ as LabelCaptureBuildSerialNumberBarcodeCallbackMessage, _ as LabelCaptureBuildTotalPriceTextActionMessage, aK as LabelCaptureBuildTotalPriceTextCallbackMessage, $ as LabelCaptureBuildUnitPriceTextActionMessage, aL as LabelCaptureBuildUnitPriceTextCallbackMessage, O as LabelCaptureBuildVinLabelDefinitionActionMessage, a0 as LabelCaptureBuildWeightTextActionMessage, aM as LabelCaptureBuildWeightTextCallbackMessage, a2 as LabelCaptureIsEnabledActionMessage, aO as LabelCaptureIsEnabledCallbackMessage, L as LabelCaptureModule, aR as LabelCaptureOnObservationStartedCallbackMessage, aS as LabelCaptureOnObservationStoppedCallbackMessage, aT as LabelCaptureOnSessionUpdatedCallbackMessage, a6 as LabelCaptureRemoveFromContextActionMessage, a8 as LabelCaptureRemoveListenerActionMessage, aV as LabelCaptureRemoveListenerCallbackMessage, a3 as LabelCaptureSetEnabledActionMessage, aP as LabelCaptureSetEnabledCallbackMessage, ac as LabelCaptureSettingsGetBlueprintJsonActionMessage, a9 as LabelCaptureSettingsGetLocationSelectionActionMessage, aW as LabelCaptureSettingsGetLocationSelectionCallbackMessage, ab as LabelCaptureSettingsGetPropertyActionMessage, aY as LabelCaptureSettingsGetPropertyCallbackMessage, aa as LabelCaptureSettingsSetLocationSelectionActionMessage, aX as LabelCaptureSettingsSetLocationSelectionCallbackMessage, ad as LabelCaptureSettingsSetPropertyActionMessage, aZ as LabelCaptureSettingsSetPropertyCallbackMessage, h as LabelData, i as LabelInternalModuleCapture, j as LabelInternalModuleData, M as Module, f as ModuleHandler, b3 as PayloadForCommand, z as ValidationFlowHandlerCreateActionMessage, F as ValidationFlowHandlerFinishFlowActionMessage, I as ValidationFlowHandlerGetValidationFlowFieldsActionMessage, G as ValidationFlowHandlerPauseScanActionMessage, H as ValidationFlowHandlerResumeScanActionMessage, B as ValidationFlowHandlerStartCompleteLabelScanActionMessage, C as ValidationFlowHandlerStartPartialLabelScanActionMessage, E as ValidationFlowHandlerUpdateFieldValueActionMessage, a$ as ValidationFlowListenerOnFieldsScannedCallbackMessage, b1 as ValidationFlowListenerOnLabelIsMissingRequiredFieldCallbackMessage, b0 as ValidationFlowListenerOnScanTimeoutCallbackMessage, b2 as ValidationFlowListenerOnStateChangedCallbackMessage, y as ValidationFlowOverlayApplySettingsActionMessage, ag as ValidationFlowOverlayForLabelCaptureActionMessage, V as ValidationFlowSettingsCreateActionMessage, x as ValidationFlowSettingsGetManualInputButtonTextActionMessage, n as ValidationFlowSettingsGetMissingFieldsHintTextActionMessage, v as ValidationFlowSettingsGetRequiredFieldErrorTextActionMessage, p as ValidationFlowSettingsGetStandbyHintTextActionMessage, t as ValidationFlowSettingsGetValidationErrorTextActionMessage, r as ValidationFlowSettingsGetValidationHintTextActionMessage, w as ValidationFlowSettingsSetManualInputButtonTextActionMessage, m as ValidationFlowSettingsSetMissingFieldsHintTextActionMessage, u as ValidationFlowSettingsSetRequiredFieldErrorTextActionMessage, o as ValidationFlowSettingsSetStandbyHintTextActionMessage, s as ValidationFlowSettingsSetValidationErrorTextActionMessage, q as ValidationFlowSettingsSetValidationHintTextActionMessage, W as WorkerCommandPayload, k as WorkerResponse } from '../NativeProxy-C1lJ_0p-.js';
4
4
  import '../djinni-types/sdcCoreCommonGeometry.js';
5
5
  import '../djinni-types/sdcCoreInternalSdkArea.js';
6
6
  import '../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
@@ -18,7 +18,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
18
18
  import '../djinni-types/sdcCoreCommonBuffer.js';
19
19
  import './dataCaptureEngine.js';
20
20
  import '@scandit/web-datacapture-core/build/js/worker/index';
21
- import '../NativeProxy-lmG_UTx9.js';
21
+ import '../NativeProxy-C1lJ_0p-.js';
22
22
  import '@scandit/web-datacapture-barcode';
23
23
  import '../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
24
24
  import '../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
@@ -1 +1 @@
1
- export{b as InlineWorker,a as workerInstance}from'../chunks/chunk-HSRZYM7Z.js';
1
+ export{E as InlineWorker,D as workerInstance}from'../chunks/chunk-MKTCM7KA.js';
@@ -1,6 +1,6 @@
1
1
  import { LabelCaptureWorkerManager } from './LabelCaptureWorkerManager.js';
2
2
  import '@scandit/web-datacapture-core';
3
- import '../NativeProxy-lmG_UTx9.js';
3
+ import '../NativeProxy-C1lJ_0p-.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,6 +1,6 @@
1
1
  import { Color } from '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
2
2
  import { AimerViewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
3
- import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
3
+ import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
4
4
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
5
5
  import '../../djinni-types/sdcCoreCommonGraphic.js';
6
6
  import '../../djinni-types/sdcCoreCommonGeometry.js';
@@ -1 +1 @@
1
- export{D as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{G as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,7 +1,7 @@
1
1
  import { Symbology } from '../../djinni-types/sdcBarcodeData.js';
2
2
  import { BarcodeField, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
4
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
4
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
5
5
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
6
6
  import '../../djinni-types/sdcCoreInternalSdkArea.js';
7
7
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
@@ -1 +1 @@
1
- export{I as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{A as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { CapturedLabel } from '../../djinni-types/sdcLabelInternalModuleData.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- import {c}from'../../chunks/chunk-HSRZYM7Z.js';var t=class extends c{constructor(){super(...arguments);this.handle={className:"CapturedLabel",id:0};}async getName(e){return this.nativeImplementationFromHandle(e).getName()}async getDeltaTimeToPrediction(e){return this.nativeImplementationFromHandle(e).getDeltaTimeToPrediction()}async getFields(e){throw new Error("This method must be implemented manually.")}async getTrackingId(e){return this.nativeImplementationFromHandle(e).getTrackingId()}async getPredictedBounds(e){throw new Error("This method must be implemented manually.")}async isComplete(e){return this.nativeImplementationFromHandle(e).isComplete()}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},l=new t;export{l as default};
1
+ import {F}from'../../chunks/chunk-MKTCM7KA.js';var t=class extends F{constructor(){super(...arguments);this.handle={className:"CapturedLabel",id:0};}async getName(e){return this.nativeImplementationFromHandle(e).getName()}async getDeltaTimeToPrediction(e){return this.nativeImplementationFromHandle(e).getDeltaTimeToPrediction()}async getFields(e){throw new Error("This method must be implemented manually.")}async getTrackingId(e){return this.nativeImplementationFromHandle(e).getTrackingId()}async getPredictedBounds(e){throw new Error("This method must be implemented manually.")}async isComplete(e){return this.nativeImplementationFromHandle(e).isComplete()}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},l=new t;export{l as default};
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { CustomBarcode } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
4
4
  import '@scandit/web-datacapture-barcode';
@@ -1 +1 @@
1
- export{e as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{b as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { CustomText } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- export{f as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{c as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { ExpiryDateText, LabelFieldDefinition, LabelDateFormat, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- export{g as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{d as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { ImeiOneBarcode, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
4
4
  import '@scandit/web-datacapture-barcode';
@@ -1 +1 @@
1
- export{h as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{e as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { ImeiTwoBarcode, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
4
4
  import '@scandit/web-datacapture-barcode';
@@ -1 +1 @@
1
- export{i as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{f as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { FeatureAvailability } from '../../djinni-types/sdcCoreInternalSdkCapture.js';
3
3
  import { LabelCaptureAdvancedOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
4
4
  import '@scandit/web-datacapture-barcode';
@@ -1 +1 @@
1
- export{t as LabelCaptureAdvancedOverlayProxy,u as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{q as LabelCaptureAdvancedOverlayProxy,r as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { Brush } from '../../djinni-types/sdcCoreInternalSdkUiStyle.js';
3
3
  import { Viewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
4
4
  import { LabelFieldState } from '../../djinni-types/sdcLabelData.js';
@@ -1 +1 @@
1
- export{v as LabelCaptureBasicOverlayProxy,w as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{s as LabelCaptureBasicOverlayProxy,t as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,5 +1,5 @@
1
1
  import { DataCaptureContext } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
2
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
2
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
3
3
  import { LabelCaptureHelper, LabelCapture } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{J as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{B as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,5 +1,5 @@
1
1
  import { DataCaptureView } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
2
- import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
2
+ import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
3
3
  import { LabelCaptureOverlayHelper, LabelCaptureBasicOverlay, LabelCaptureAdvancedOverlay, ValidationFlowOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
4
4
  import '@scandit/web-datacapture-barcode';
5
5
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
@@ -1 +1 @@
1
- export{x as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{u as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,5 +1,5 @@
1
1
  import { DataCaptureContext } from '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
2
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
2
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
3
3
  import { ExternalOcrBackend } from '../../djinni-types/sdcCoreInternalSdkOcr.js';
4
4
  import { LabelCapture, LabelCaptureListener, LabelCaptureSettings } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
5
5
  import '@scandit/web-datacapture-barcode';
@@ -1 +1 @@
1
- export{s as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{p as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { LabelCaptureSession } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- import {c}from'../../chunks/chunk-HSRZYM7Z.js';var a=class extends c{constructor(){super(...arguments);this.handle={className:"LabelCaptureSession",id:0};}async getLabels(e){throw new Error("This method must be implemented manually.")}async getLastFrameId(e){return this.nativeImplementationFromHandle(e).getLastFrameId()}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},l=new a;export{l as default};
1
+ import {F}from'../../chunks/chunk-MKTCM7KA.js';var a=class extends F{constructor(){super(...arguments);this.handle={className:"LabelCaptureSession",id:0};}async getLabels(e){throw new Error("This method must be implemented manually.")}async getLastFrameId(e){return this.nativeImplementationFromHandle(e).getLastFrameId()}async toJson(e){return this.nativeImplementationFromHandle(e).toJson()}},l=new a;export{l as default};
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { LocationSelection } from '../../djinni-types/sdcCoreInternalSdkArea.js';
3
3
  import { LabelCaptureSettings } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
4
4
  import '@scandit/web-datacapture-barcode';
@@ -1 +1 @@
1
- export{r as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{o as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { LabelDefinition, LabelFieldDefinition } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- export{q as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{n as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,5 +1,5 @@
1
1
  import { LabelFieldDefinition, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
2
- import { c as NativeProxyAdapter, N as NativeProxyHandle, L as LabelCaptureModule } from '../../NativeProxy-lmG_UTx9.js';
2
+ import { c as NativeProxyAdapter, N as NativeProxyHandle, L as LabelCaptureModule } from '../../NativeProxy-C1lJ_0p-.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{p as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{m as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,5 +1,5 @@
1
1
  import { Rect } from '../../djinni-types/sdcCoreCommonGeometry.js';
2
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
2
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
3
3
  import { LabelFieldLocationType } from '../../djinni-types/sdcLabelData.js';
4
4
  import { LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
5
5
  import '@scandit/web-datacapture-barcode';
@@ -1 +1 @@
1
- export{d as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{a as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.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';
@@ -1 +1 @@
1
- import {c}from'../../chunks/chunk-HSRZYM7Z.js';var a=class extends c{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 {F}from'../../chunks/chunk-MKTCM7KA.js';var a=class extends F{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,4 +1,4 @@
1
- export { d as NativeProxy, c as NativeProxyAdapter, N as NativeProxyHandle, b5 as NativeProxyMethod } from '../../NativeProxy-lmG_UTx9.js';
1
+ export { d as NativeProxy, c as NativeProxyAdapter, N as NativeProxyHandle, b5 as NativeProxyMethod } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import '../../djinni-types/sdcBarcodeInternalSdkData.js';
3
3
  import '../../djinni-types/sdcCoreCommonGeometry.js';
4
4
  import '../../djinni-types/sdcLabelInternalModuleCapture.js';
@@ -1 +1 @@
1
- export{c as NativeProxyAdapter}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{F as NativeProxyAdapter}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,5 +1,5 @@
1
1
  import { NoViewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
2
- import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
2
+ import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
3
3
  import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
4
4
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
5
5
  import '../../djinni-types/sdcCoreCommonGraphic.js';
@@ -1 +1 @@
1
- export{E as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{H as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { PackingDateText, LabelDateFormat, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- export{j as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{g as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { PartNumberBarcode, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
4
4
  import '@scandit/web-datacapture-barcode';
@@ -1 +1 @@
1
- export{k as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{h as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,5 +1,5 @@
1
1
  import { RectangularViewfinderAnimation } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
2
- import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
2
+ import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
3
3
  import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
4
4
  import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
5
5
  import '../../djinni-types/sdcCoreCommonGraphic.js';
@@ -1 +1 @@
1
- export{F as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{I as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -2,7 +2,7 @@ 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 { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
5
+ import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.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';
@@ -1 +1 @@
1
- export{G as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{J as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { SerialNumberBarcode, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import { SymbologySettings } from '../../djinni-types/sdcSymbologySettings.js';
4
4
  import '@scandit/web-datacapture-barcode';
@@ -1 +1 @@
1
- export{l as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{i as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { TotalPriceText, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- export{m as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{j as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { UnitPriceText, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
3
3
  import '@scandit/web-datacapture-barcode';
4
4
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
@@ -1 +1 @@
1
- export{n as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{k as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -18,7 +18,7 @@ import '../../djinni-types/sdcCoreCommonBuffer.js';
18
18
  import '@scandit/web-datacapture-core/build/js/worker/index.js';
19
19
  import '../dataCaptureEngine.js';
20
20
  import '@scandit/web-datacapture-core/build/js/worker/index';
21
- import '../../NativeProxy-lmG_UTx9.js';
21
+ import '../../NativeProxy-C1lJ_0p-.js';
22
22
  import '@scandit/web-datacapture-barcode';
23
23
  import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
24
24
  import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
@@ -1,4 +1,4 @@
1
- import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
1
+ import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
2
2
  import { Viewfinder } from '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
3
3
  import { ValidationFlowOverlay } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
4
4
  import '@scandit/web-datacapture-barcode';
@@ -1 +1 @@
1
- export{A as ValidationFlowOverlayProxy,B as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{x as ValidationFlowOverlayProxy,y as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,5 +1,5 @@
1
1
  import { ValidationFlowSettings } from '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
2
- import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
2
+ import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
3
3
  import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
4
4
  import '../../djinni-types/sdcLabelInternalModuleCapture.js';
5
5
  import '../../djinni-types/sdcBarcodeData.js';
@@ -1 +1 @@
1
- export{y as ValidationFlowSettingsProxy,z as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{v as ValidationFlowSettingsProxy,w as default}from'../../chunks/chunk-MKTCM7KA.js';
@@ -1,5 +1,5 @@
1
1
  import { WeightText, LabelFieldLocation } from '../../djinni-types/sdcLabelInternalModuleCapture.js';
2
- import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-lmG_UTx9.js';
2
+ import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.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{o as default}from'../../chunks/chunk-HSRZYM7Z.js';
1
+ export{l as default}from'../../chunks/chunk-MKTCM7KA.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scandit/web-datacapture-label",
3
- "version": "7.6.8",
3
+ "version": "7.6.9",
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.6.8"
98
+ "@scandit/web-datacapture-core": "7.6.9"
99
99
  },
100
100
  "dependencies": {
101
101
  "@types/emscripten": "1.40.1"