@scandit/web-datacapture-label 7.5.0 → 7.6.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/js/{LabelCapture-D2-rYnL6.d.ts → LabelCapture-r1VXyYY1.d.ts} +12 -4
- package/build/js/{LabelCaptureAdvancedOverlay-BNICJMmg.d.ts → LabelCaptureAdvancedOverlay-ChUrueV6.d.ts} +2 -2
- package/build/js/{LabelCaptureBasicOverlay-DTJBF3EU.d.ts → LabelCaptureBasicOverlay-GO1AxzZR.d.ts} +2 -2
- package/build/js/{NativeProxy-B4-i6FUv.d.ts → NativeProxy-C1lJ_0p-.d.ts} +21 -9
- package/build/js/api/CustomText.d.ts +2 -1
- package/build/js/api/CustomTextBuilder.d.ts +2 -1
- package/build/js/api/ExpiryDateText.d.ts +2 -1
- package/build/js/api/ExpiryDateTextBuilder.d.ts +2 -1
- package/build/js/api/LabelCapture.d.ts +5 -2
- package/build/js/api/LabelCapture.js +1 -1
- package/build/js/api/LabelCaptureAdvancedOverlay.d.ts +5 -3
- package/build/js/api/LabelCaptureAdvancedOverlayListener.d.ts +5 -3
- package/build/js/api/LabelCaptureBasicOverlay.d.ts +5 -3
- package/build/js/api/LabelCaptureBasicOverlayListener.d.ts +5 -3
- package/build/js/api/LabelCaptureFeedback.d.ts +14 -0
- package/build/js/api/LabelCaptureFeedback.js +1 -0
- package/build/js/api/LabelCaptureListener.d.ts +5 -2
- package/build/js/api/LabelCaptureOverlayJSON.d.ts +2 -1
- package/build/js/api/LabelCaptureSettings.d.ts +2 -1
- package/build/js/api/LabelCaptureValidationFlowOverlay.d.ts +6 -2
- package/build/js/api/LabelCaptureValidationFlowOverlay.js +1 -1
- package/build/js/api/LabelDefinition.d.ts +2 -1
- package/build/js/api/PackingDateText.d.ts +2 -1
- package/build/js/api/PackingDateTextBuilder.d.ts +2 -1
- package/build/js/api/TotalPriceText.d.ts +2 -1
- package/build/js/api/TotalPriceTextBuilder.d.ts +2 -1
- package/build/js/api/UnitPriceText.d.ts +2 -1
- package/build/js/api/UnitPriceTextBuilder.d.ts +2 -1
- package/build/js/api/WeightText.d.ts +2 -1
- package/build/js/api/WeightTextBuilder.d.ts +2 -1
- package/build/js/chunks/chunk-63PD2JKC.js +1 -0
- package/build/js/chunks/chunk-AJ47RO4E.js +1 -0
- package/build/js/chunks/chunk-BQCJKTO7.js +2 -0
- package/build/js/chunks/chunk-GUCGR4GF.js +1 -0
- package/build/js/chunks/chunk-K546LWO4.js +1 -0
- package/build/js/chunks/chunk-NVPKOOGL.js +10 -0
- package/build/js/chunks/chunk-QVCPD4I5.js +1 -0
- package/build/js/chunks/chunk-XETUH5HN.js +1 -0
- package/build/js/chunks/{chunk-B6LTA5XL.js → chunk-XN3ESDTX.js} +1 -1
- package/build/js/djinni-types/sdcCoreCommonGraphic.d.ts +22 -0
- package/build/js/djinni-types/sdcCoreCommonGraphic.js +1 -0
- package/build/js/djinni-types/sdcCoreInternalSdkArea.d.ts +1 -0
- package/build/js/djinni-types/sdcCoreInternalSdkCommonGeometry.d.ts +13 -1
- package/build/js/djinni-types/sdcCoreInternalSdkOcr.d.ts +1 -0
- package/build/js/djinni-types/sdcCoreInternalSdkUiViewfinder.d.ts +1 -0
- package/build/js/djinni-types/sdcLabelInternalModuleCapture.d.ts +2 -0
- package/build/js/djinni-types/sdcLabelInternalModuleUiOverlay.d.ts +1 -0
- package/build/js/index.d.ts +6 -4
- package/build/js/index.js +1 -1
- package/build/js/moduleLoader.js +1 -1
- package/build/js/private/PrivateLabelFieldDefinition.d.ts +2 -1
- package/build/js/private/createProxiedViewFinder.d.ts +5 -3
- package/build/js/private/viewfinderTranslator.d.ts +1 -0
- package/build/js/private/viewfinderTranslator.js +1 -1
- package/build/js/ui/atoms/TextInput.d.ts +6 -2
- package/build/js/ui/atoms/TextInput.js +1 -1
- package/build/js/ui/molecules/CardListRestartBackButton.js +1 -1
- package/build/js/worker/LabelCaptureWorkerManager.d.ts +2 -1
- package/build/js/worker/LabelCaptureWorkerManager.js +1 -1
- package/build/js/worker/WorkerMain.d.ts +2 -1
- package/build/js/worker/WorkerMain.js +1 -1
- package/build/js/worker/WorkerRegistry.d.ts +2 -1
- package/build/js/worker/dataCaptureEngine.d.ts +2 -1
- package/build/js/worker/dataCaptureEngine.js +1 -1
- package/build/js/worker/dataCaptureWorkerRelated.d.ts +2 -1
- package/build/js/worker/labelCapture.inlineWorker.d.ts +2 -1
- package/build/js/worker/labelCapture.inlineWorker.js +1 -1
- package/build/js/worker/labelWorkerHandler.d.ts +2 -1
- package/build/js/worker/proxies/AimerViewfinderProxy.d.ts +2 -1
- package/build/js/worker/proxies/AimerViewfinderProxy.js +1 -1
- package/build/js/worker/proxies/BarcodeFieldProxy.d.ts +2 -1
- package/build/js/worker/proxies/BarcodeFieldProxy.js +1 -1
- package/build/js/worker/proxies/CapturedLabelProxy.d.ts +2 -1
- package/build/js/worker/proxies/CapturedLabelProxy.js +1 -1
- package/build/js/worker/proxies/CustomBarcodeProxy.d.ts +2 -1
- package/build/js/worker/proxies/CustomBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/CustomTextProxy.d.ts +2 -1
- package/build/js/worker/proxies/CustomTextProxy.js +1 -1
- package/build/js/worker/proxies/ExpiryDateTextProxy.d.ts +7 -6
- package/build/js/worker/proxies/ExpiryDateTextProxy.js +1 -1
- package/build/js/worker/proxies/ImeiOneBarcodeProxy.d.ts +2 -1
- package/build/js/worker/proxies/ImeiOneBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/ImeiTwoBarcodeProxy.d.ts +2 -1
- package/build/js/worker/proxies/ImeiTwoBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.d.ts +2 -1
- package/build/js/worker/proxies/LabelCaptureAdvancedOverlayProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.d.ts +2 -1
- package/build/js/worker/proxies/LabelCaptureBasicOverlayProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureHelperProxy.d.ts +3 -1
- package/build/js/worker/proxies/LabelCaptureHelperProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.d.ts +2 -1
- package/build/js/worker/proxies/LabelCaptureOverlayHelperProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureProxy.d.ts +2 -1
- package/build/js/worker/proxies/LabelCaptureProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureSessionProxy.d.ts +2 -1
- package/build/js/worker/proxies/LabelCaptureSessionProxy.js +1 -1
- package/build/js/worker/proxies/LabelCaptureSettingsProxy.d.ts +2 -1
- package/build/js/worker/proxies/LabelCaptureSettingsProxy.js +1 -1
- package/build/js/worker/proxies/LabelDefinitionProxy.d.ts +2 -1
- package/build/js/worker/proxies/LabelDefinitionProxy.js +1 -1
- package/build/js/worker/proxies/LabelFieldDefinitionProxy.d.ts +2 -1
- package/build/js/worker/proxies/LabelFieldDefinitionProxy.js +1 -1
- package/build/js/worker/proxies/LabelFieldLocationProxy.d.ts +2 -1
- package/build/js/worker/proxies/LabelFieldLocationProxy.js +1 -1
- package/build/js/worker/proxies/LabelFieldProxy.d.ts +2 -1
- package/build/js/worker/proxies/LabelFieldProxy.js +1 -1
- package/build/js/worker/proxies/NativeProxy.d.ts +2 -1
- package/build/js/worker/proxies/NativeProxy.js +1 -1
- package/build/js/worker/proxies/NoViewfinderProxy.d.ts +2 -1
- package/build/js/worker/proxies/NoViewfinderProxy.js +1 -1
- package/build/js/worker/proxies/PackingDateTextProxy.d.ts +4 -3
- package/build/js/worker/proxies/PackingDateTextProxy.js +1 -1
- package/build/js/worker/proxies/PartNumberBarcodeProxy.d.ts +2 -1
- package/build/js/worker/proxies/PartNumberBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.d.ts +2 -1
- package/build/js/worker/proxies/RectangularViewfinderAnimationProxy.js +1 -1
- package/build/js/worker/proxies/RectangularViewfinderProxy.d.ts +2 -1
- package/build/js/worker/proxies/RectangularViewfinderProxy.js +1 -1
- package/build/js/worker/proxies/SerialNumberBarcodeProxy.d.ts +2 -1
- package/build/js/worker/proxies/SerialNumberBarcodeProxy.js +1 -1
- package/build/js/worker/proxies/TotalPriceTextProxy.d.ts +2 -1
- package/build/js/worker/proxies/TotalPriceTextProxy.js +1 -1
- package/build/js/worker/proxies/UnitPriceTextProxy.d.ts +2 -1
- package/build/js/worker/proxies/UnitPriceTextProxy.js +1 -1
- package/build/js/worker/proxies/ValidationFlowListenerProxy.d.ts +2 -1
- package/build/js/worker/proxies/ValidationFlowOverlayProxy.d.ts +2 -1
- package/build/js/worker/proxies/ValidationFlowOverlayProxy.js +1 -1
- package/build/js/worker/proxies/ValidationFlowSettingsProxy.d.ts +2 -1
- package/build/js/worker/proxies/ValidationFlowSettingsProxy.js +1 -1
- package/build/js/worker/proxies/WeightTextProxy.d.ts +2 -1
- package/build/js/worker/proxies/WeightTextProxy.js +1 -1
- package/package.json +2 -2
- package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_default.8c2870b758fd.model +0 -0
- package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_detector_default.9e7b3e9f0b6c.model +0 -0
- package/sdc-lib/resources/models/id_ocr.1740d002ffbf.model +0 -0
- package/sdc-lib/resources/models/ocr_barcode_semantics_default.8c2870b758fd.model +0 -0
- package/sdc-lib/resources/models/ocr_mrz_default.8b80192212c2.model +0 -0
- package/sdc-lib/resources/models/ocr_price_label_default.1d18eb896da3.model +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label-pthreads.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-label-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-label-simd-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label-simd.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-label-simd.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-label.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-label.wasm +0 -0
- package/build/js/chunks/chunk-AB63S4S6.js +0 -1
- package/build/js/chunks/chunk-MGSZ4ASN.js +0 -1
- package/build/js/chunks/chunk-PB6TETN2.js +0 -10
- package/build/js/chunks/chunk-U3WTMY4D.js +0 -1
- package/build/js/chunks/chunk-XGYW75UY.js +0 -1
- package/build/js/chunks/chunk-Y52JRZ4T.js +0 -2
- package/build/js/chunks/chunk-ZTERM2E3.js +0 -1
- package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_default.4df1cd250f2d.model +0 -0
- package/sdc-lib/resources/models/barcode_ocr_fallback_ocr_detector_default.d02cb8506d3f.model +0 -0
- package/sdc-lib/resources/models/id_ocr.f42a207632c0.model +0 -0
- package/sdc-lib/resources/models/ocr_barcode_semantics_default.f48356d94444.model +0 -0
- package/sdc-lib/resources/models/ocr_mrz_default.050ddaa9b833.model +0 -0
- package/sdc-lib/resources/models/ocr_price_label_default.ff089db78a2c.model +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import {AimerSvgIcon}from'@scandit/web-datacapture-core/build/js/private/ui/atoms/AimerSvgIcon.js';import {KeyboardSvgIcon}from'@scandit/web-datacapture-core/build/js/private/ui/atoms/KeyboardSvgIcon.js';import {RoundedCrossSvgIcon}from'@scandit/web-datacapture-core/build/js/private/ui/atoms/RoundedCrossSvgIcon.js';import {SecondaryRed100}from'@scandit/web-datacapture-core/build/js/private/ui/colors.js';import {html,ScanditHTMLElement,Timeout,defineCustomElements,css}from'@scandit/web-datacapture-core/build/js/private/utils/index.js';var v=html`
|
|
2
|
+
<label class="text-input-container">
|
|
3
|
+
<span class="label-text"></span>
|
|
4
|
+
<div class="input-wrapper">
|
|
5
|
+
<input type="text" class="text-input" />
|
|
6
|
+
<div class="icon-container"></div>
|
|
7
|
+
</div>
|
|
8
|
+
<div class="error-message"></div>
|
|
9
|
+
</label>
|
|
10
|
+
`,r=class r extends ScanditHTMLElement{constructor(){super();this._inputElement=null;this._labelText=null;this._labelContainer=null;this._errorMessageElement=null;this._iconContainerElement=null;this._type="text";this._value="";this._label="";this._locale=navigator.language||"en-US";this._currencyCode="USD";this._required=false;this._loadingText="Processing...";this._beforeLoadingState=null;this._handleChange=this._onChange.bind(this);this._handleInput=this._onInput.bind(this);this._handleFocus=this._onFocus.bind(this);this._handleBlur=this._onBlur.bind(this);this._handleCrossIconClick=this._onCrossIconClick.bind(this);this._handleAimerIconClick=this._onAimerIconClick.bind(this);this._handleKeyboardIconClick=this._onKeyboardIconClick.bind(this);this._crossIcon=null;this._aimerIcon=null;this._intlFormatter=null;this._keyboardIcon=null;this._showKeyboardTimeout=void 0;let t=this.attachShadow({mode:"open"});t.innerHTML=v,t.appendChild(r.createStyleElement()),this._inputElement=t.querySelector(".text-input"),this._labelText=t.querySelector(".label-text"),this._labelContainer=t.querySelector("label"),this._errorMessageElement=t.querySelector(".error-message"),this._iconContainerElement=t.querySelector(".icon-container");}get value(){return this._value}set value(t){var e;this._value=t,this._inputElement&&(this._inputElement.value=this._formatValue(t),(e=this._labelContainer)==null||e.classList.toggle("has-value",t.length>0),this._updateIconVisibility());}get name(){var t;return ((t=this._inputElement)==null?void 0:t.name)||""}set name(t){this._inputElement&&this._labelContainer&&(this._labelContainer.htmlFor=t,this._inputElement.name=t);}get type(){return this._type}set type(t){this._type=t,this._inputElement&&this._value&&(this._inputElement.value=this._formatValue(this._value)),this._inputElement&&(this._inputElement.setAttribute("role","textbox"),this._type==="currency"?(this._inputElement.inputMode="numeric",this._inputElement.setAttribute("aria-description","Currency input")):this._type==="date"&&(this._inputElement.inputMode="numeric",this._inputElement.setAttribute("aria-description","Date input")));}get label(){return this._label}set label(t){this._label=t,this._labelText.textContent=t;}get locale(){return this._locale}set locale(t){this._locale=t,this._intlFormatter=new Intl.NumberFormat(this._locale,{style:"currency",currency:this._currencyCode,currencyDisplay:"symbol"}),this._inputElement&&this._value&&(this._inputElement.value=this._formatValue(this._value));}get currencyCode(){return this._currencyCode}set currencyCode(t){this._currencyCode=t,this._intlFormatter=new Intl.NumberFormat(this._locale,{style:"currency",currency:this._currencyCode,currencyDisplay:"symbol"}),this._type==="currency"&&this._inputElement&&this._value&&(this._inputElement.value=this._formatValue(this._value));}get required(){var t,e,i;return (i=(e=(t=this._inputElement)==null?void 0:t.required)!=null?e:this._required)!=null?i:false}set required(t){this._required=t,this._inputElement&&(this._inputElement.required=t);}get invalid(){return this.hasAttribute("invalid")}set invalid(t){this.toggleAttribute("invalid",t);}get errorMessage(){var t;return ((t=this._errorMessageElement)==null?void 0:t.textContent)||""}set errorMessage(t){this._errorMessageElement&&(this._errorMessageElement.textContent=t);}set loading(t){!this._inputElement||!this._labelContainer||(this.toggleAttribute("loading",t),t?(this._beforeLoadingState={value:this._inputElement.value,readOnly:this._inputElement.readOnly},this._inputElement.value=this._loadingText,this._inputElement.readOnly=true):this._beforeLoadingState&&(this._inputElement.value=this._beforeLoadingState.value,this._inputElement.readOnly=this._beforeLoadingState.readOnly,this._beforeLoadingState=null),this._updateIconVisibility());}get loading(){return this.hasAttribute("loading")}set loadingText(t){this._loadingText=t,this.loading&&this._inputElement&&(this._inputElement.value=this._loadingText);}get loadingText(){return this._loadingText}_formatValue(t){var e,i;if(!t)return "";switch(this._type){case "currency":try{let n=Number.parseFloat(t.replace(/[^\d.-]/g,""));return Number.isNaN(n)?t:(i=(e=this._intlFormatter)==null?void 0:e.format(n))!=null?i:t}catch(n){return t.startsWith("$")?t:`$${t}`}case "date":try{let n=new Date(t);return Number.isNaN(n.getTime())?t:n.toLocaleDateString(this._locale,{year:"numeric",month:"2-digit",day:"2-digit"})}catch(n){return t}default:return t}}_onInput(t){var i;if(!this._inputElement)return;let e=t.target;(i=this._labelContainer)==null||i.classList.toggle("has-value",e.value.length>0),this._updateIconVisibility();}_onChange(t){if(!this._inputElement)return;let i=t.target.value;this.value=i,this.dispatchEvent(new CustomEvent("text-input-change",{bubbles:true,composed:true,detail:{target:this,innerInput:this._inputElement,value:this._value,formattedValue:this._inputElement.value}}));}_onFocus(t){this.setAttribute("focused",""),this._updateIconVisibility(),this.dispatchEvent(new CustomEvent("text-input-focus",{detail:{target:this,innerInput:this._inputElement},bubbles:true,composed:true}));}_onBlur(){this.removeAttribute("focused"),this._inputElement&&this._value&&(this._inputElement.value=this._formatValue(this._value)),this.dispatchEvent(new CustomEvent("text-input-blur",{detail:{target:this,innerInput:this._inputElement},bubbles:true,composed:true})),this._updateIconVisibility();}focus(t){this._inputElement&&this._inputElement.focus(t);}showKeyboard(t=100,e){var i;if(this._inputElement){let n=document.createElement("input");n.style.position="absolute",n.style.top=`${this._inputElement.offsetTop+7}px`,n.style.left=`${this._inputElement.offsetLeft}px`,n.style.height="0",n.style.opacity="0",document.body.appendChild(n),n.focus(),(i=this._showKeyboardTimeout)==null||i.stop(),this._showKeyboardTimeout=new Timeout(t,()=>{var s,o;n.focus(),(s=this._inputElement)==null||s.focus(),(o=this._inputElement)==null||o.scrollIntoView({behavior:"smooth",block:"center",inline:"center"}),document.body.removeChild(n),e==null||e();}),this._showKeyboardTimeout.start();}}hideKeyboard(){var t;(t=this._inputElement)==null||t.blur();}select(){var t,e;(e=(t=this._inputElement)==null?void 0:t.select)==null||e.call(t);}blur(){var t,e;(e=(t=this._inputElement)==null?void 0:t.blur)==null||e.call(t);}scrollIntoView(t){var e;(e=this._inputElement)==null||e.scrollIntoView(t);}connectedCallback(){var t,e,i;if(this.hasAttribute("label")&&(this.label=this.getAttribute("label")||""),this.hasAttribute("type")){let n=this.getAttribute("type");(n==="text"||n==="date"||n==="currency")&&(this.type=n);}this.hasAttribute("value")&&(this.value=this.getAttribute("value")||""),this.hasAttribute("locale")&&(this.locale=this.getAttribute("locale")||navigator.language||"en-US"),this.hasAttribute("currency-code")&&(this.currencyCode=this.getAttribute("currency-code")||"USD"),this.hasAttribute("required")&&(this.required=this.getAttribute("required")!==null),this.hasAttribute("error-message")&&this._errorMessageElement&&(this._errorMessageElement.textContent=this.getAttribute("error-message")||""),this.hasAttribute("loading-text")&&(this.loadingText=this.getAttribute("loading-text")||"..."),this._crossIcon=RoundedCrossSvgIcon.create(),this._crossIcon.size=24,(t=this._iconContainerElement)==null||t.appendChild(this._crossIcon),this._aimerIcon=AimerSvgIcon.create(),this._aimerIcon.size=24,(e=this._iconContainerElement)==null||e.appendChild(this._aimerIcon),this._keyboardIcon=KeyboardSvgIcon.create(),this._keyboardIcon.size=24,(i=this._iconContainerElement)==null||i.appendChild(this._keyboardIcon),this._intlFormatter=new Intl.NumberFormat(this._locale,{style:"currency",currency:this._currencyCode,currencyDisplay:"symbol"}),this._setupEventListeners(),this._updateIconVisibility();}disconnectedCallback(){var t,e,i;this._removeEventListeners(),(t=this._crossIcon)==null||t.remove(),(e=this._aimerIcon)==null||e.remove(),(i=this._keyboardIcon)==null||i.remove();}_setupEventListeners(){var t,e,i;this._inputElement&&(this._inputElement.addEventListener("input",this._handleInput),this._inputElement.addEventListener("change",this._handleChange),this._inputElement.addEventListener("focus",this._handleFocus),this._inputElement.addEventListener("blur",this._handleBlur),(t=this._crossIcon)==null||t.addEventListener("click",this._handleCrossIconClick,{capture:true}),(e=this._aimerIcon)==null||e.addEventListener("click",this._handleAimerIconClick,{capture:true}),(i=this._keyboardIcon)==null||i.addEventListener("click",this._handleKeyboardIconClick,{capture:true}));}_removeEventListeners(){var t,e,i;this._inputElement&&(this._inputElement.removeEventListener("input",this._handleInput),this._inputElement.removeEventListener("change",this._handleChange),this._inputElement.removeEventListener("focus",this._handleFocus),this._inputElement.removeEventListener("blur",this._handleBlur),(t=this._crossIcon)==null||t.removeEventListener("click",this._handleCrossIconClick,{capture:true}),(e=this._aimerIcon)==null||e.removeEventListener("click",this._handleAimerIconClick,{capture:true}),(i=this._keyboardIcon)==null||i.removeEventListener("click",this._handleKeyboardIconClick,{capture:true}));}_onCrossIconClick(t){!t||!this._crossIcon||(t.preventDefault(),t.stopPropagation(),this.dispatchEvent(new CustomEvent("text-input-clear-icon-click",{bubbles:true,composed:true,detail:{target:this,innerInput:this._inputElement}})));}_onAimerIconClick(t){!t||!this._aimerIcon||(t.stopPropagation(),t.preventDefault(),this.dispatchEvent(new CustomEvent("text-input-aimer-icon-click",{bubbles:true,composed:true,detail:{target:this,innerInput:this._inputElement}})));}_onKeyboardIconClick(t){!t||!this._keyboardIcon||(t.stopPropagation(),t.preventDefault(),this.dispatchEvent(new CustomEvent("text-input-keyboard-icon-click",{bubbles:true,composed:true,detail:{target:this,innerInput:this._inputElement}})));}_updateIconVisibility(){var i;if(!this._crossIcon||!this._aimerIcon||!this._keyboardIcon)return;let t=(i=this._labelContainer)==null?void 0:i.classList.contains("has-value"),e=this.hasAttribute("focused");this._crossIcon.style.display=t?"block":"none",this._aimerIcon.style.display=!e&&!t?"block":"none",this._keyboardIcon.style.display=e&&!t?"block":"none";}static create(){return document.createElement(r.tag)}static register(){defineCustomElements({[r.tag]:r});}static createStyleElement(){return css`@keyframes loading-shimmer{0%{background-position-x:-100%}to{background-position-x:100%}}:host{display:block;font-family:Noto Sans,Open Sans,sans-serif}.text-input-container{display:flex;flex-direction:column;width:100%}.label-text{color:#000;font-size:.75rem;font-style:normal;font-weight:400;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.input-wrapper{align-items:center;border-bottom:1px solid #000;display:flex;gap:.5rem;height:1.75rem;overflow:hidden;position:relative;transition:border-color .2s ease-in-out;width:100%}.text-input{background-color:initial;border:none;cursor:pointer;flex:1;font-size:1rem;font-style:normal;font-weight:700;padding:0;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;user-select:none;-webkit-user-select:none}.text-input,.text-input:focus{outline:none}.text-input:focus-visible{outline:none}:host([focused]) .input-wrapper{border-color:#000}:host ${AimerSvgIcon.tag},:host ${RoundedCrossSvgIcon.tag},:host ${KeyboardSvgIcon.tag}{cursor:pointer;pointer-events:auto}:host([invalid]) .input-wrapper{border-color:#${SecondaryRed100.toJSON()}}.error-message{color:#${SecondaryRed100.toJSON()};font-size:.75rem;margin-top:.25rem;min-height:1rem;opacity:0;transition:opacity .35s ease-in-out}:host([invalid]) .error-message{opacity:1}.icon-container{align-items:center;cursor:pointer;display:flex;height:1.5rem;justify-content:center;width:1.5rem}:host([loading]) .text-input{animation:loading-shimmer 2.5s linear infinite;background:linear-gradient(90deg,#0000004d,#000c 40%,#000 50%,#000c 60%,#0000004d);background-clip:text;-webkit-background-clip:text;background-size:200% 100%;color:#0000;pointer-events:none;user-select:none;-webkit-user-select:none}`}};r.tag="scandit-text-input";var p=r;export{p as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var t={"scandit-datacapture-sdk-label-pthreads.wasm":{bytes:8087760},"scandit-datacapture-sdk-label-simd-pthreads.wasm":{bytes:8024958},"scandit-datacapture-sdk-label.wasm":{bytes:7972775},"scandit-datacapture-sdk-label-simd.wasm":{bytes:7909617}};export{t as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import {Feedback}from'@scandit/web-datacapture-core';var a=class c{constructor(){this.success=new Feedback(Feedback.defaultFeedback.vibration,Feedback.defaultFeedback.sound);}static get default(){return new c}toJSONObject(){return {success:this.success.toJSONObject()}}};export{a};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import {a}from'./chunk-
|
|
1
|
+
import {a}from'./chunk-BQCJKTO7.js';import {a as a$1}from'./chunk-L6U6LZ6D.js';function l(){return {moduleName:"LabelCapture",load:async t=>{let e=t,r=await a.create({...e,libraryLocation:e.libraryLocation});return a$1.set("LabelCapture",r),r}}}export{l as a};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare enum Channel {
|
|
2
|
+
Y = 0,
|
|
3
|
+
U = 1,
|
|
4
|
+
V = 2,
|
|
5
|
+
R = 3,
|
|
6
|
+
G = 4,
|
|
7
|
+
B = 5,
|
|
8
|
+
A = 6,
|
|
9
|
+
D = 7
|
|
10
|
+
}
|
|
11
|
+
interface ImagePlane {
|
|
12
|
+
channel: Channel;
|
|
13
|
+
subsamplingX: number;
|
|
14
|
+
subsamplingY: number;
|
|
15
|
+
rowStride: number;
|
|
16
|
+
pixelStride: number;
|
|
17
|
+
data: Uint8Array;
|
|
18
|
+
}
|
|
19
|
+
interface SdcCoreCommonGraphic_statics {
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { Channel, type ImagePlane, type SdcCoreCommonGraphic_statics };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var t=(r=>(r[r.Y=0]="Y",r[r.U=1]="U",r[r.V=2]="V",r[r.R=3]="R",r[r.G=4]="G",r[r.B=5]="B",r[r.A=6]="A",r[r.D=7]="D",r))(t||{});export{t as Channel};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ImagePlane } from './sdcCoreCommonGraphic.js';
|
|
1
2
|
import { Rect, SizeWithUnit, SizeWithAspect, SizingMode, FloatWithUnit } from './sdcCoreCommonGeometry.js';
|
|
2
3
|
|
|
3
4
|
interface SizeWithUnitAndAspect {
|
|
@@ -18,11 +19,22 @@ interface ImageBuffer {
|
|
|
18
19
|
deepCopy(): ImageBuffer;
|
|
19
20
|
getWidth(): number;
|
|
20
21
|
getHeight(): number;
|
|
22
|
+
getPlanes(): Array<ImagePlane>;
|
|
21
23
|
toBitmap(): Uint8Array;
|
|
22
24
|
getBitmapRepresentationFromYUV(imageCrop: Rect): Uint8Array;
|
|
23
25
|
}
|
|
26
|
+
interface ImageConverterInstance {
|
|
27
|
+
convertToJpeg(imageBuffer: ImageBuffer): Uint8Array;
|
|
28
|
+
}
|
|
29
|
+
interface ImageConverter {
|
|
30
|
+
}
|
|
31
|
+
interface ImageConverter_statics {
|
|
32
|
+
setInstance(instance: ImageConverterInstance): void;
|
|
33
|
+
getInstance(): ImageConverterInstance;
|
|
34
|
+
}
|
|
24
35
|
interface SdcCoreInternalSdkCommonGeometry_statics {
|
|
25
36
|
SizeWithUnitAndAspect: SizeWithUnitAndAspect_statics;
|
|
37
|
+
ImageConverter: ImageConverter_statics;
|
|
26
38
|
}
|
|
27
39
|
|
|
28
|
-
export type { ImageBuffer, SdcCoreInternalSdkCommonGeometry_statics, SizeWithUnitAndAspect, SizeWithUnitAndAspect_statics };
|
|
40
|
+
export type { ImageBuffer, ImageConverter, ImageConverterInstance, ImageConverter_statics, SdcCoreInternalSdkCommonGeometry_statics, SizeWithUnitAndAspect, SizeWithUnitAndAspect_statics };
|
|
@@ -2,6 +2,7 @@ import { WasmFrameData } from '@scandit/web-datacapture-core/build/js/worker/dat
|
|
|
2
2
|
import { ImageBuffer } from './sdcCoreInternalSdkCommonGeometry.js';
|
|
3
3
|
import { Direction } from './sdcCoreCommon.js';
|
|
4
4
|
import { Quadrilateral, Rect } from './sdcCoreCommonGeometry.js';
|
|
5
|
+
import './sdcCoreCommonGraphic.js';
|
|
5
6
|
|
|
6
7
|
interface TextRecognizerSettings {
|
|
7
8
|
minimumLineHeight: number;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Color } from './sdcCoreInternalSdkCommonGraphics.js';
|
|
2
2
|
import { SizeWithUnitAndAspect } from './sdcCoreInternalSdkCommonGeometry.js';
|
|
3
3
|
import { FloatWithUnit } from './sdcCoreCommonGeometry.js';
|
|
4
|
+
import './sdcCoreCommonGraphic.js';
|
|
4
5
|
|
|
5
6
|
interface Viewfinder {
|
|
6
7
|
}
|
|
@@ -9,6 +9,7 @@ import { Rect } from './sdcCoreCommonGeometry.js';
|
|
|
9
9
|
import { LabelFieldLocationType, LabelDateComponentFormat } from './sdcLabelData.js';
|
|
10
10
|
import { CapturedLabel, LabelField } from './sdcLabelInternalModuleData.js';
|
|
11
11
|
import './sdcCoreInternalSdkCommonGeometry.js';
|
|
12
|
+
import './sdcCoreCommonGraphic.js';
|
|
12
13
|
import './sdcCoreCommon.js';
|
|
13
14
|
import './sdcBarcodeInternalSdkData.js';
|
|
14
15
|
import './sdcCoreCommonBuffer.js';
|
|
@@ -33,6 +34,7 @@ interface LabelCaptureHelper {
|
|
|
33
34
|
}
|
|
34
35
|
interface LabelCaptureHelper_statics {
|
|
35
36
|
addLabelCaptureToContext(mode: LabelCapture, context: DataCaptureContext): void;
|
|
37
|
+
removeLabelCaptureFromContext(mode: LabelCapture, context: DataCaptureContext): void;
|
|
36
38
|
}
|
|
37
39
|
interface LabelCaptureSettings {
|
|
38
40
|
setLocationSelection(locationSelection: LocationSelection): void;
|
|
@@ -9,6 +9,7 @@ import './sdcBarcodeData.js';
|
|
|
9
9
|
import './sdcSymbologySettings.js';
|
|
10
10
|
import './sdcCoreInternalSdkArea.js';
|
|
11
11
|
import './sdcCoreInternalSdkCommonGeometry.js';
|
|
12
|
+
import './sdcCoreCommonGraphic.js';
|
|
12
13
|
import './sdcCoreCommonGeometry.js';
|
|
13
14
|
import './sdcCoreInternalSdkCommonAsync.js';
|
|
14
15
|
import '../ResultOrError-wVDzYSuC.js';
|
package/build/js/index.d.ts
CHANGED
|
@@ -10,8 +10,9 @@ export { ImeiOneBarcode } from './api/ImeiOneBarcode.js';
|
|
|
10
10
|
export { ImeiOneBarcodeBuilder } from './api/ImeiOneBarcodeBuilder.js';
|
|
11
11
|
export { ImeiTwoBarcode } from './api/ImeiTwoBarcode.js';
|
|
12
12
|
export { ImeiTwoBarcodeBuilder } from './api/ImeiTwoBarcodeBuilder.js';
|
|
13
|
-
export { L as LabelCapture, a as LabelCaptureListener } from './LabelCapture-
|
|
14
|
-
export { L as LabelCaptureBasicOverlay, a as LabelCaptureBasicOverlayListener } from './LabelCaptureBasicOverlay-
|
|
13
|
+
export { L as LabelCapture, a as LabelCaptureListener } from './LabelCapture-r1VXyYY1.js';
|
|
14
|
+
export { L as LabelCaptureBasicOverlay, a as LabelCaptureBasicOverlayListener } from './LabelCaptureBasicOverlay-GO1AxzZR.js';
|
|
15
|
+
export { LabelCaptureFeedback, LabelCaptureFeedbackJSON } from './api/LabelCaptureFeedback.js';
|
|
15
16
|
export { LabelCaptureSession, LabelCaptureSessionJSON } from './api/LabelCaptureSession.js';
|
|
16
17
|
export { LabelCaptureSettings, LabelCaptureSettingsBuilder } from './api/LabelCaptureSettings.js';
|
|
17
18
|
export { LabelDateComponentFormat } from './api/LabelDateComponentFormat.js';
|
|
@@ -38,7 +39,7 @@ export { UnitPriceText } from './api/UnitPriceText.js';
|
|
|
38
39
|
export { UnitPriceTextBuilder } from './api/UnitPriceTextBuilder.js';
|
|
39
40
|
export { WeightText } from './api/WeightText.js';
|
|
40
41
|
export { WeightTextBuilder } from './api/WeightTextBuilder.js';
|
|
41
|
-
export { L as LabelCaptureAdvancedOverlay, a as LabelCaptureAdvancedOverlayListener } from './LabelCaptureAdvancedOverlay-
|
|
42
|
+
export { L as LabelCaptureAdvancedOverlay, a as LabelCaptureAdvancedOverlayListener } from './LabelCaptureAdvancedOverlay-ChUrueV6.js';
|
|
42
43
|
export { labelCaptureLoader } from './moduleLoader.js';
|
|
43
44
|
export { LabelCaptureValidationFlowListener, LabelCaptureValidationFlowOverlay, LabelCaptureValidationFlowOverlayJSON } from './api/LabelCaptureValidationFlowOverlay.js';
|
|
44
45
|
export { LabelCaptureValidationFlowSettings } from './api/LabelCaptureValidationFlowSettings.js';
|
|
@@ -46,7 +47,7 @@ import '@scandit/web-datacapture-barcode';
|
|
|
46
47
|
import '@scandit/web-datacapture-core';
|
|
47
48
|
import '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
48
49
|
import './api/BarcodeFieldBuilder.js';
|
|
49
|
-
import './NativeProxy-
|
|
50
|
+
import './NativeProxy-C1lJ_0p-.js';
|
|
50
51
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
51
52
|
import './djinni-types/sdcBarcodeInternalSdkData.js';
|
|
52
53
|
import './djinni-types/sdcBarcodeData.js';
|
|
@@ -56,6 +57,7 @@ import './djinni-types/sdcLabelInternalModuleCapture.js';
|
|
|
56
57
|
import './djinni-types/sdcSymbologySettings.js';
|
|
57
58
|
import './djinni-types/sdcCoreInternalSdkArea.js';
|
|
58
59
|
import './djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
60
|
+
import './djinni-types/sdcCoreCommonGraphic.js';
|
|
59
61
|
import './djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
60
62
|
import './ResultOrError-wVDzYSuC.js';
|
|
61
63
|
import './djinni-types/sdcCoreInternalSdkOcr.js';
|
package/build/js/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as TotalPriceTextBuilder}from'./chunks/chunk-JRA26UJQ.js';export{a as TotalPriceText}from'./chunks/chunk-L4HDSTG7.js';export{a as UnitPriceTextBuilder}from'./chunks/chunk-LIUJLR3I.js';export{a as UnitPriceText}from'./chunks/chunk-MO3YEUW7.js';export{a as WeightTextBuilder}from'./chunks/chunk-7G7CKZQL.js';export{a as WeightText}from'./chunks/chunk-DNILX7DX.js';export{a as PackingDateTextBuilder}from'./chunks/chunk-XPMYDYJA.js';export{a as
|
|
1
|
+
export{a as TotalPriceTextBuilder}from'./chunks/chunk-JRA26UJQ.js';export{a as TotalPriceText}from'./chunks/chunk-L4HDSTG7.js';export{a as UnitPriceTextBuilder}from'./chunks/chunk-LIUJLR3I.js';export{a as UnitPriceText}from'./chunks/chunk-MO3YEUW7.js';export{a as WeightTextBuilder}from'./chunks/chunk-7G7CKZQL.js';export{a as WeightText}from'./chunks/chunk-DNILX7DX.js';export{a as PackingDateTextBuilder}from'./chunks/chunk-XPMYDYJA.js';export{a as PackingDateText}from'./chunks/chunk-Z25YTWYI.js';export{a as PartNumberBarcodeBuilder}from'./chunks/chunk-3MBSB5KA.js';export{a as PartNumberBarcode}from'./chunks/chunk-LD3KGFYK.js';export{a as SerialNumberBarcodeBuilder}from'./chunks/chunk-N2T5NSEH.js';export{a as SerialNumberBarcode}from'./chunks/chunk-QLVN2GEB.js';export{a as LabelFieldLocation}from'./chunks/chunk-BGVFXDGB.js';export{a as LabelFieldState}from'./chunks/chunk-COOCFN2K.js';export{a as LabelCaptureSettings,b as LabelCaptureSettingsBuilder}from'./chunks/chunk-QRSFFB7W.js';export{a as LabelCaptureValidationFlowOverlay}from'./chunks/chunk-GUCGR4GF.js';export{a as LabelCaptureValidationFlowSettings}from'./chunks/chunk-2BXP3X3H.js';export{a as LabelDateComponentFormat}from'./chunks/chunk-BJSBS5IL.js';export{a as LabelDateFormat}from'./chunks/chunk-BJFWGOUS.js';export{a as LabelDefinition,b as LabelDefinitionBuilder}from'./chunks/chunk-G5CC2IW4.js';export{a as LabelCapture}from'./chunks/chunk-AJ47RO4E.js';export{a as LabelCaptureAdvancedOverlay}from'./chunks/chunk-6WMMNFP2.js';export{a as LabelCaptureSession}from'./chunks/chunk-2WECOW4F.js';export{a as LabelCaptureBasicOverlay}from'./chunks/chunk-INKFF3U2.js';export{a as LabelCaptureFeedback}from'./chunks/chunk-XETUH5HN.js';export{a as CustomTextBuilder}from'./chunks/chunk-3YJEYYNN.js';export{a as CustomText}from'./chunks/chunk-SQONULJF.js';export{a as ExpiryDateTextBuilder}from'./chunks/chunk-XDPQXJ7N.js';export{a as TextFieldBuilder}from'./chunks/chunk-QWUV2OFD.js';export{a as ExpiryDateText}from'./chunks/chunk-6KUX2QIV.js';export{a as ImeiOneBarcodeBuilder}from'./chunks/chunk-34D3STCA.js';export{a as ImeiOneBarcode}from'./chunks/chunk-SGMJGVQ3.js';export{a as ImeiTwoBarcodeBuilder}from'./chunks/chunk-DOEH75Y7.js';export{a as ImeiTwoBarcode}from'./chunks/chunk-Z5EEGVPC.js';export{a as labelCaptureLoader}from'./chunks/chunk-XN3ESDTX.js';export{a as CapturedLabel}from'./chunks/chunk-GOW3A5CW.js';export{a as LabelField}from'./chunks/chunk-WR7V5D4H.js';export{a as LabelFieldType}from'./chunks/chunk-ZU6C4VWO.js';export{a as LabelDateResult}from'./chunks/chunk-D5PIEZCN.js';export{a as CustomBarcodeBuilder}from'./chunks/chunk-LLGO7KH5.js';export{a as LabelFieldDefinitionBuilder}from'./chunks/chunk-GRFWM6G6.js';export{a as CustomBarcode}from'./chunks/chunk-KVDETJIR.js';
|
package/build/js/moduleLoader.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as labelCaptureLoader}from'./chunks/chunk-
|
|
1
|
+
export{a as labelCaptureLoader}from'./chunks/chunk-XN3ESDTX.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { nativeHandle } from '@scandit/web-datacapture-core/build/js/private/nativeHandle.js';
|
|
2
2
|
import { LabelFieldDefinition } from '../api/LabelFieldDefinition.js';
|
|
3
|
-
import { N as NativeProxyHandle } from '../NativeProxy-
|
|
3
|
+
import { N as NativeProxyHandle } 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';
|
|
@@ -11,6 +11,7 @@ import '../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
|
11
11
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
12
12
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
13
13
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
14
|
+
import '../djinni-types/sdcCoreCommonGraphic.js';
|
|
14
15
|
import '../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
15
16
|
import '../ResultOrError-wVDzYSuC.js';
|
|
16
17
|
import '../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AimerViewfinder, RectangularViewfinder } from '@scandit/web-datacapture-core';
|
|
2
|
-
import { L as LabelCaptureBasicOverlay } from '../LabelCaptureBasicOverlay-
|
|
2
|
+
import { L as LabelCaptureBasicOverlay } from '../LabelCaptureBasicOverlay-GO1AxzZR.js';
|
|
3
3
|
import { LabelCaptureWorkerManager } from '../worker/LabelCaptureWorkerManager.js';
|
|
4
4
|
import '../djinni-types/sdcLabelData.js';
|
|
5
5
|
import '@scandit/web-datacapture-core/build/js/private/Serializable';
|
|
@@ -11,7 +11,7 @@ import '../api/LabelFieldState.js';
|
|
|
11
11
|
import '../api/LabelFieldType.js';
|
|
12
12
|
import '../api/LabelFieldValueType.js';
|
|
13
13
|
import '../api/LabelDateResult.js';
|
|
14
|
-
import '../NativeProxy-
|
|
14
|
+
import '../NativeProxy-C1lJ_0p-.js';
|
|
15
15
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
16
16
|
import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
17
17
|
import '../djinni-types/sdcBarcodeData.js';
|
|
@@ -21,6 +21,7 @@ import '../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
|
21
21
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
22
22
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
23
23
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
24
|
+
import '../djinni-types/sdcCoreCommonGraphic.js';
|
|
24
25
|
import '../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
25
26
|
import '../ResultOrError-wVDzYSuC.js';
|
|
26
27
|
import '../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
@@ -36,7 +37,8 @@ import '../api/LabelDateFormat.js';
|
|
|
36
37
|
import '../api/LabelDateComponentFormat.js';
|
|
37
38
|
import '../api/LabelFieldLocationType.js';
|
|
38
39
|
import '../api/ValidationFlowField.js';
|
|
39
|
-
import '../LabelCapture-
|
|
40
|
+
import '../LabelCapture-r1VXyYY1.js';
|
|
41
|
+
import '../api/LabelCaptureFeedback.js';
|
|
40
42
|
import '../api/LabelCaptureSettings.js';
|
|
41
43
|
import '../api/LabelDefinition.js';
|
|
42
44
|
import '../api/ImeiOneBarcode.js';
|
|
@@ -2,6 +2,7 @@ import { Viewfinder } from '../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
|
2
2
|
import { AimerViewfinderJSON, RectangularViewfinderJSON } from '@scandit/web-datacapture-core';
|
|
3
3
|
import '../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
4
4
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
5
|
+
import '../djinni-types/sdcCoreCommonGraphic.js';
|
|
5
6
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
6
7
|
|
|
7
8
|
declare function nativeViewfinderFromJSON(json: AimerViewfinderJSON | RectangularViewfinderJSON): Promise<Viewfinder>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{K as nativeViewfinderFromJSON}from'../chunks/chunk-
|
|
1
|
+
export{K as nativeViewfinderFromJSON}from'../chunks/chunk-63PD2JKC.js';
|
|
@@ -14,8 +14,8 @@ declare class TextInput extends ScanditHTMLElement {
|
|
|
14
14
|
private _locale;
|
|
15
15
|
private _currencyCode;
|
|
16
16
|
private _required;
|
|
17
|
-
private
|
|
18
|
-
private
|
|
17
|
+
private _loadingText;
|
|
18
|
+
private _beforeLoadingState;
|
|
19
19
|
private _handleChange;
|
|
20
20
|
private _handleInput;
|
|
21
21
|
private _handleFocus;
|
|
@@ -47,6 +47,10 @@ declare class TextInput extends ScanditHTMLElement {
|
|
|
47
47
|
set invalid(val: boolean);
|
|
48
48
|
get errorMessage(): string;
|
|
49
49
|
set errorMessage(val: string);
|
|
50
|
+
set loading(show: boolean);
|
|
51
|
+
get loading(): boolean;
|
|
52
|
+
set loadingText(text: string);
|
|
53
|
+
get loadingText(): string;
|
|
50
54
|
private _formatValue;
|
|
51
55
|
private _onInput;
|
|
52
56
|
private _onChange;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as TextInput}from'../../chunks/chunk-
|
|
1
|
+
export{a as TextInput}from'../../chunks/chunk-NVPKOOGL.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as CardListRestartBackButton}from'../../chunks/chunk-
|
|
1
|
+
export{a as CardListRestartBackButton}from'../../chunks/chunk-K546LWO4.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DataCaptureLoader, DataCaptureLoaderOptions } from '@scandit/web-datacapture-core';
|
|
2
|
-
import { D as DataCaptureWorker, a as DataCaptureActionMessageKey, W as WorkerCommandPayload, b as DataCaptureCallbackMessage } from '../NativeProxy-
|
|
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';
|
|
@@ -10,6 +10,7 @@ import '../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
|
10
10
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
11
11
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
12
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
13
|
+
import '../djinni-types/sdcCoreCommonGraphic.js';
|
|
13
14
|
import '../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
14
15
|
import '../ResultOrError-wVDzYSuC.js';
|
|
15
16
|
import '../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as LabelCaptureWorkerManager}from'../chunks/chunk-
|
|
1
|
+
export{a as LabelCaptureWorkerManager}from'../chunks/chunk-BQCJKTO7.js';
|
|
@@ -2,11 +2,12 @@ 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, a as DataCaptureActionMessageKey, b as DataCaptureCallbackMessage, A as AnyDataCaptureActionMessage } from '../NativeProxy-
|
|
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';
|
|
9
9
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
10
|
+
import '../djinni-types/sdcCoreCommonGraphic.js';
|
|
10
11
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
11
12
|
import '../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
12
13
|
import '../ResultOrError-wVDzYSuC.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{C as WorkerMain}from'../chunks/chunk-
|
|
1
|
+
export{C as WorkerMain}from'../chunks/chunk-63PD2JKC.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LabelCaptureWorkerManager } from './LabelCaptureWorkerManager.js';
|
|
2
2
|
import '@scandit/web-datacapture-core';
|
|
3
|
-
import '../NativeProxy-
|
|
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';
|
|
@@ -11,6 +11,7 @@ import '../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
|
11
11
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
12
12
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
13
13
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
14
|
+
import '../djinni-types/sdcCoreCommonGraphic.js';
|
|
14
15
|
import '../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
15
16
|
import '../ResultOrError-wVDzYSuC.js';
|
|
16
17
|
import '../djinni-types/sdcCoreInternalSdkOcr.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, b as DataCaptureCallbackMessage } from '../NativeProxy-
|
|
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';
|
|
@@ -11,6 +11,7 @@ import '../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
|
11
11
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
12
12
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
13
13
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
14
|
+
import '../djinni-types/sdcCoreCommonGraphic.js';
|
|
14
15
|
import '../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
15
16
|
import '../ResultOrError-wVDzYSuC.js';
|
|
16
17
|
import '../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{z as DataCaptureEngine}from'../chunks/chunk-
|
|
1
|
+
export{z as DataCaptureEngine}from'../chunks/chunk-63PD2JKC.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,
|
|
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';
|
|
@@ -19,6 +19,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
19
19
|
import '../djinni-types/sdcBarcodeData.js';
|
|
20
20
|
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
21
21
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
22
|
+
import '../djinni-types/sdcCoreCommonGraphic.js';
|
|
22
23
|
import '../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
23
24
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
24
25
|
import '../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
@@ -6,6 +6,7 @@ import '../djinni-types/sdcBarcodeData.js';
|
|
|
6
6
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
7
7
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
8
8
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
9
|
+
import '../djinni-types/sdcCoreCommonGraphic.js';
|
|
9
10
|
import '../djinni-types/sdcCoreCommonGeometry.js';
|
|
10
11
|
import '../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
11
12
|
import '../ResultOrError-wVDzYSuC.js';
|
|
@@ -17,7 +18,7 @@ import '../djinni-types/sdcBarcodeInternalSdkData.js';
|
|
|
17
18
|
import '../djinni-types/sdcCoreCommonBuffer.js';
|
|
18
19
|
import './dataCaptureEngine.js';
|
|
19
20
|
import '@scandit/web-datacapture-core/build/js/worker/index';
|
|
20
|
-
import '../NativeProxy-
|
|
21
|
+
import '../NativeProxy-C1lJ_0p-.js';
|
|
21
22
|
import '@scandit/web-datacapture-barcode';
|
|
22
23
|
import '../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
23
24
|
import '../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{E as InlineWorker,D as workerInstance}from'../chunks/chunk-
|
|
1
|
+
export{E as InlineWorker,D as workerInstance}from'../chunks/chunk-63PD2JKC.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LabelCaptureWorkerManager } from './LabelCaptureWorkerManager.js';
|
|
2
2
|
import '@scandit/web-datacapture-core';
|
|
3
|
-
import '../NativeProxy-
|
|
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';
|
|
@@ -11,6 +11,7 @@ import '../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
|
11
11
|
import '../djinni-types/sdcSymbologySettings.js';
|
|
12
12
|
import '../djinni-types/sdcCoreInternalSdkArea.js';
|
|
13
13
|
import '../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
14
|
+
import '../djinni-types/sdcCoreCommonGraphic.js';
|
|
14
15
|
import '../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
15
16
|
import '../ResultOrError-wVDzYSuC.js';
|
|
16
17
|
import '../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
@@ -1,7 +1,8 @@
|
|
|
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-
|
|
3
|
+
import { c as NativeProxyAdapter, d as NativeProxy, N as NativeProxyHandle } from '../../NativeProxy-C1lJ_0p-.js';
|
|
4
4
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
5
|
+
import '../../djinni-types/sdcCoreCommonGraphic.js';
|
|
5
6
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
6
7
|
import '@scandit/web-datacapture-barcode';
|
|
7
8
|
import '@scandit/web-datacapture-core/build/js/worker/dataCaptureWorkerRelated';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{G as default}from'../../chunks/chunk-
|
|
1
|
+
export{G as default}from'../../chunks/chunk-63PD2JKC.js';
|
|
@@ -1,10 +1,11 @@
|
|
|
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-
|
|
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';
|
|
8
|
+
import '../../djinni-types/sdcCoreCommonGraphic.js';
|
|
8
9
|
import '../../djinni-types/sdcCoreCommonGeometry.js';
|
|
9
10
|
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
10
11
|
import '../../ResultOrError-wVDzYSuC.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{A as default}from'../../chunks/chunk-
|
|
1
|
+
export{A as default}from'../../chunks/chunk-63PD2JKC.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
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';
|
|
@@ -10,6 +10,7 @@ import '../../djinni-types/sdcLabelInternalModuleCapture.js';
|
|
|
10
10
|
import '../../djinni-types/sdcSymbologySettings.js';
|
|
11
11
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
12
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreCommonGraphic.js';
|
|
13
14
|
import '../../djinni-types/sdcCoreInternalSdkCommonAsync.js';
|
|
14
15
|
import '../../ResultOrError-wVDzYSuC.js';
|
|
15
16
|
import '../../djinni-types/sdcCoreInternalSdkOcr.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import {F}from'../../chunks/chunk-
|
|
1
|
+
import {F}from'../../chunks/chunk-63PD2JKC.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-
|
|
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';
|
|
@@ -11,6 +11,7 @@ import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
|
11
11
|
import '../../djinni-types/sdcLabelData.js';
|
|
12
12
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
13
13
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
14
|
+
import '../../djinni-types/sdcCoreCommonGraphic.js';
|
|
14
15
|
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
15
16
|
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
16
17
|
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{b as default}from'../../chunks/chunk-
|
|
1
|
+
export{b as default}from'../../chunks/chunk-63PD2JKC.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as NativeProxyAdapter, N as NativeProxyHandle } from '../../NativeProxy-
|
|
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';
|
|
@@ -10,6 +10,7 @@ import '../../djinni-types/sdcLabelInternalModuleData.js';
|
|
|
10
10
|
import '../../djinni-types/sdcLabelData.js';
|
|
11
11
|
import '../../djinni-types/sdcCoreInternalSdkArea.js';
|
|
12
12
|
import '../../djinni-types/sdcCoreInternalSdkCommonGeometry.js';
|
|
13
|
+
import '../../djinni-types/sdcCoreCommonGraphic.js';
|
|
13
14
|
import '../../djinni-types/sdcCoreInternalSdkUiViewfinder.js';
|
|
14
15
|
import '../../djinni-types/sdcCoreInternalSdkCommonGraphics.js';
|
|
15
16
|
import '../../djinni-types/sdcLabelInternalModuleUiOverlay.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export{c as default}from'../../chunks/chunk-
|
|
1
|
+
export{c as default}from'../../chunks/chunk-63PD2JKC.js';
|