@overmap-ai/forms 1.0.21 → 1.0.22
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/dist/form/builder/FormBuilder.d.ts +1 -0
- package/dist/forms.js +1031 -1029
- package/dist/forms.umd.cjs +12 -12
- package/package.json +1 -1
package/dist/forms.umd.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(P,g){typeof exports=="object"&&typeof module<"u"?g(exports,require("react/jsx-runtime"),require("@overmap-ai/blocks"),require("class-variance-authority"),require("react"),require("formik"),require("react-icons/ri"),require("@hello-pangea/dnd"),require("lodash.get"),require("react-dom"),require("file-saver"),require("react-zxing"),require("lodash.set"),require("lodash.clonedeep")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","@overmap-ai/blocks","class-variance-authority","react","formik","react-icons/ri","@hello-pangea/dnd","lodash.get","react-dom","file-saver","react-zxing","lodash.set","lodash.clonedeep"],g):(P=typeof globalThis<"u"?globalThis:P||self,g(P.forms={},P.jsxRuntime,P.blocks,P.classVarianceAuthority,P.React,P.formik,P.ri,P.dnd,P.get,P.ReactDOM,P.fileSaver,P.reactZxing,P.set,P.cloneDeep))})(this,function(P,g,I,It,E,Ee,Ie,nt,Ke,Ii,Si,bi,St,cs){"use strict";var $1=Object.defineProperty;var j1=(P,g,I)=>g in P?$1(P,g,{enumerable:!0,configurable:!0,writable:!0,value:I}):P[g]=I;var R=(P,g,I)=>j1(P,typeof g!="symbol"?g+"":g,I);function Ti(r){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(r){for(const t in r)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(r,t);Object.defineProperty(e,t,n.get?n:{enumerable:!0,get:()=>r[t]})}}return e.default=r,Object.freeze(e)}const O=Ti(E),ls=Ti(Ii),Oi=["image/jpeg","image/png","image/svg+xml"],Ni=["text/csv","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.ms-excel"],Di=["application/pdf"],ur=E.memo(r=>{const{fileType:e}=r,t=E.useMemo(()=>Ni.includes(e)?g.jsx(I.RiIcon,{icon:"RiFileExcelLine"}):Di.includes(e)?g.jsx(I.RiIcon,{icon:"RiFilePdfLine"}):Oi.includes(e)?g.jsx(I.RiIcon,{icon:"RiFileImageLine"}):g.jsx(I.RiIcon,{icon:"RiFileLine"}),[e]);return g.jsx("div",{className:"h-max w-max",children:t})});ur.displayName="FileIcon";const tn=E.memo(E.forwardRef((r,e)=>{const{file:t,className:n,error:i,rightSlot:a,...o}=r;return g.jsxs("div",{className:It.cx(n,"flex h-8 w-full items-center gap-2 rounded-md border border-(--base-a6) bg-(--base-2) text-sm py-1 px-2 h-max",{"text-(--gray-11)":i}),ref:e,...o,children:[i?g.jsx(I.RiIcon,{icon:"RiFileWarningLine"}):g.jsx(ur,{fileType:(t==null?void 0:t.type)??""}),i||(t?g.jsx(I.Text,{className:"truncate",children:t.name}):g.jsx("div",{className:"flex w-full justify-center",children:g.jsx(I.Spinner,{})})),a]})}));tn.displayName="FileCard";const it={danger:"danger",warning:"warning",info:"base",success:"success"};class rn{constructor(e){R(this,"type");R(this,"identifier");R(this,"description");const{description:t=null,identifier:n,type:i}=e;this.identifier=n,this.description=t,this.type=i}getId(){return this.identifier}static deserialize(e){throw new Error(`${this.name} must implement deserialize.`)}_serialize(){if(!this.identifier)throw new Error("Field identifier must be set before serializing.");return{type:this.type,identifier:this.identifier,description:this.description}}}const Le={label:"",description:"",required:!1};class ye extends rn{constructor(t){const{label:n,required:i,image:a,fieldValidators:o=[],formValidators:s=[],...f}=t;super(f);R(this,"required");R(this,"formValidators");R(this,"fieldValidators");R(this,"label");R(this,"image");R(this,"onlyValidateAfterTouched",!0);this.label=n,this.required=i,this.image=a,this.fieldValidators=o,this.formValidators=s}static getFieldCreationSchema(){return[]}isBlank(t){return t===void 0}isEqual(t,n){return t===n}getError(t,n){if(this.required&&this.isBlank(t))return"This field is required.";for(const i of this.getFieldValidators()){const a=i(t);if(a)return a}if(n)for(const i of this.getFormValidators()){const a=i(t,n);if(a)return a}}_serialize(){return{...super._serialize(),label:this.label,required:this.required,image:this.image}}getFieldValidators(){return[...this.fieldValidators]}getFormValidators(){return[...this.formValidators]}encodeValueToJson(t){return JSON.stringify(t)}decodeJsonToValue(t){return JSON.parse(t)}}R(ye,"fieldTypeName"),R(ye,"fieldTypeDescription");const ke=r=>{const{id:e,field:t,formId:n,size:i,showInputOnly:a,onValuesChange:o,...s}=r,[f,u,c]=Ee.useField(t.getId()),{touched:l}=u,d=u.error??t.description,h=u.error?"danger":void 0,p=e??`${n}-${t.getId()}-input`,v=`${p}-label`,x=t.required?`${t.label} *`:t.label,m=E.useMemo(()=>({...f,onChange:_=>{c.setValue(_,!1).then(),o==null||o(t.getId(),_),(l||!t.onlyValidateAfterTouched)&&c.setError(t.getError(_))},onBlur:_=>{c.setTouched(!0,!1).then(),c.setError(t.getError(_))}}),[t,f,c,o,l]);return[{helpText:d,size:i,severity:h,inputId:p,labelId:v,label:x,showInputOnly:a,fieldProps:m,helpers:c,field:t,touched:l},{...s,"aria-labelledby":v}]},nn=[];let cr;const ds=new Uint8Array(16);function hs(){if(!cr&&(cr=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!cr))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return cr(ds)}const we=[];for(let r=0;r<256;++r)we.push((r+256).toString(16).slice(1));function ps(r,e=0){return we[r[e+0]]+we[r[e+1]]+we[r[e+2]]+we[r[e+3]]+"-"+we[r[e+4]]+we[r[e+5]]+"-"+we[r[e+6]]+we[r[e+7]]+"-"+we[r[e+8]]+we[r[e+9]]+"-"+we[r[e+10]]+we[r[e+11]]+we[r[e+12]]+we[r[e+13]]+we[r[e+14]]+we[r[e+15]]}const Pi={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function vs(r,e,t){if(Pi.randomUUID&&!r)return Pi.randomUUID();r=r||{};const n=r.random||(r.rng||hs)();return n[6]=n[6]&15|64,n[8]=n[8]&63|128,ps(n)}const ht=r=>r.type==="section",lr=(r="",e=[])=>({type:"section",fields:e,identifier:r,label:null,condition:null,conditional:!1}),gs=r=>{let e=[];const t=[];for(const n of r)n.type==="section"?(e.length>0&&(t.push(lr(`AUTO_section-${r.indexOf(n)}`,e)),e=[]),t.push(n)):e.push(n);return e.length>0&&t.push(lr("AUTO_section-last",e)),t};function an(r,e,t){const n=Array.from(r),[i]=n.splice(e,1);if(!i)throw new Error("Could not find field to reorder.");return n.splice(t,0,i),n}function Mi(r,e,t){const n=Array.from(r??[]);return n.splice(e,0,t),n}function dr(r,e){const t=Array.from(r);return t.splice(e,1),t}const on=()=>vs(),Fi=(r,e)=>{if(!e)return null;for(const t of r)if(t.type==="section"){const n=Fi(t.fields,e);if(n)return n}else if(t.identifier===e)return t;return null},Ri=(r,e)=>r.filter((t,n)=>n<e).flatMap(t=>t.fields),hr=(r,e,t,n,i)=>{const a={...t,identifier:on()},o=Ke(n,r);if(o===void 0)throw new Error("Parent path must point to an existing field.");if(!Array.isArray(o))throw new Error("Parent path must point to an array.");const s=Mi(o,e,a);i(r,s).then()},xs=(r,e,t)=>{const n={...lr(),label:""};hr("fields",r,n,e,t)},sn=()=>{const{showError:r}=I.useToast(),e=E.useCallback((n,i,a,o,s,f)=>{const u=n[i];if(!u)throw new Error("Could not find section context.");let c=typeof u.conditionIndex<"u"?Math.max(u.conditionIndex+1,o):o;for(const l of Object.values(n))l.conditionIndex===a&&(c=Math.min(c,l.index-1));if(c!==o){r({title:"Could not reorder sections",description:"Sections with conditions must be below the fields they reference."});return}f("fields",an(s.fields,a,c))},[r]),t=E.useCallback((n,i,a,o,s,f,u)=>{var c;if(!(n!=null&&n.fields)||!o)throw new Error("Could not find section with fields.");if(n.identifier===o.identifier)u(`fields.${i}.fields`,an(n.fields,a,f)).then();else{const l=n.fields[a];if(!l)throw new Error("Could not find field to reorder.");if(((c=o.condition)==null?void 0:c.identifier)===l.identifier){r({title:"Could not reorder field",description:"Field must be above the section whose condition references it."});return}u(`fields.${i}.fields`,dr(n.fields,a)).then(),u(`fields.${s}.fields`,Mi(o.fields,f,l)).then()}},[r]);return{reorderSection:e,reorderField:t}},fn=r=>{const{helpText:e,children:t,severity:n}=r,i=n?it[n]:"base";return g.jsxs("div",{className:"flex flex-col gap-1",children:[t,!!e&&g.jsx("div",{className:"flex flex-col w-full",children:g.jsx(I.Text,{accentColor:i,size:"xs",children:e})})]})},Bi=E.createContext(()=>{throw new Error("No ImageViewerProvider found")}),pr=()=>E.useContext(Bi);function at(r,e,{checkForDefaultPrevented:t=!0}={}){return function(i){if(r==null||r(i),t===!1||!i.defaultPrevented)return e==null?void 0:e(i)}}function Li(r,e){if(typeof r=="function")return r(e);r!=null&&(r.current=e)}function ki(...r){return e=>{let t=!1;const n=r.map(i=>{const a=Li(i,e);return!t&&typeof a=="function"&&(t=!0),a});if(t)return()=>{for(let i=0;i<n.length;i++){const a=n[i];typeof a=="function"?a():Li(r[i],null)}}}}function pt(...r){return O.useCallback(ki(...r),r)}function ys(r,e){const t=O.createContext(e),n=a=>{const{children:o,...s}=a,f=O.useMemo(()=>s,Object.values(s));return g.jsx(t.Provider,{value:f,children:o})};n.displayName=r+"Provider";function i(a){const o=O.useContext(t);if(o)return o;if(e!==void 0)return e;throw new Error(`\`${a}\` must be used within \`${r}\``)}return[n,i]}function ws(r,e=[]){let t=[];function n(a,o){const s=O.createContext(o),f=t.length;t=[...t,o];const u=l=>{var m;const{scope:d,children:h,...p}=l,v=((m=d==null?void 0:d[r])==null?void 0:m[f])||s,x=O.useMemo(()=>p,Object.values(p));return g.jsx(v.Provider,{value:x,children:h})};u.displayName=a+"Provider";function c(l,d){var v;const h=((v=d==null?void 0:d[r])==null?void 0:v[f])||s,p=O.useContext(h);if(p)return p;if(o!==void 0)return o;throw new Error(`\`${l}\` must be used within \`${a}\``)}return[u,c]}const i=()=>{const a=t.map(o=>O.createContext(o));return function(s){const f=(s==null?void 0:s[r])||a;return O.useMemo(()=>({[`__scope${r}`]:{...s,[r]:f}}),[s,f])}};return i.scopeName=r,[n,ms(i,...e)]}function ms(...r){const e=r[0];if(r.length===1)return e;const t=()=>{const n=r.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(a){const o=n.reduce((s,{useScope:f,scopeName:u})=>{const l=f(a)[`__scope${u}`];return{...s,...l}},{});return O.useMemo(()=>({[`__scope${e.scopeName}`]:o}),[o])}};return t.scopeName=e.scopeName,t}var vr=globalThis!=null&&globalThis.document?O.useLayoutEffect:()=>{},Cs=O.useId||(()=>{}),_s=0;function un(r){const[e,t]=O.useState(Cs());return vr(()=>{t(n=>n??String(_s++))},[r]),r||(e?`radix-${e}`:"")}function vt(r){const e=O.useRef(r);return O.useEffect(()=>{e.current=r}),O.useMemo(()=>(...t)=>{var n;return(n=e.current)==null?void 0:n.call(e,...t)},[])}function As({prop:r,defaultProp:e,onChange:t=()=>{}}){const[n,i]=Es({defaultProp:e,onChange:t}),a=r!==void 0,o=a?r:n,s=vt(t),f=O.useCallback(u=>{if(a){const l=typeof u=="function"?u(r):u;l!==r&&s(l)}else i(u)},[a,r,i,s]);return[o,f]}function Es({defaultProp:r,onChange:e}){const t=O.useState(r),[n]=t,i=O.useRef(n),a=vt(e);return O.useEffect(()=>{i.current!==n&&(a(n),i.current=n)},[n,i,a]),t}var cn=O.forwardRef((r,e)=>{const{children:t,...n}=r,i=O.Children.toArray(t),a=i.find(Ss);if(a){const o=a.props.children,s=i.map(f=>f===a?O.Children.count(o)>1?O.Children.only(null):O.isValidElement(o)?o.props.children:null:f);return g.jsx(ln,{...n,ref:e,children:O.isValidElement(o)?O.cloneElement(o,void 0,s):null})}return g.jsx(ln,{...n,ref:e,children:t})});cn.displayName="Slot";var ln=O.forwardRef((r,e)=>{const{children:t,...n}=r;if(O.isValidElement(t)){const i=Ts(t);return O.cloneElement(t,{...bs(n,t.props),ref:e?ki(e,i):i})}return O.Children.count(t)>1?O.Children.only(null):null});ln.displayName="SlotClone";var Is=({children:r})=>g.jsx(g.Fragment,{children:r});function Ss(r){return O.isValidElement(r)&&r.type===Is}function bs(r,e){const t={...e};for(const n in e){const i=r[n],a=e[n];/^on[A-Z]/.test(n)?i&&a?t[n]=(...s)=>{a(...s),i(...s)}:i&&(t[n]=i):n==="style"?t[n]={...i,...a}:n==="className"&&(t[n]=[i,a].filter(Boolean).join(" "))}return{...r,...t}}function Ts(r){var n,i;let e=(n=Object.getOwnPropertyDescriptor(r.props,"ref"))==null?void 0:n.get,t=e&&"isReactWarning"in e&&e.isReactWarning;return t?r.ref:(e=(i=Object.getOwnPropertyDescriptor(r,"ref"))==null?void 0:i.get,t=e&&"isReactWarning"in e&&e.isReactWarning,t?r.props.ref:r.props.ref||r.ref)}var Os=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],rt=Os.reduce((r,e)=>{const t=O.forwardRef((n,i)=>{const{asChild:a,...o}=n,s=a?cn:e;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),g.jsx(s,{...o,ref:i})});return t.displayName=`Primitive.${e}`,{...r,[e]:t}},{});function Ns(r,e){r&&ls.flushSync(()=>r.dispatchEvent(e))}function Ds(r,e=globalThis==null?void 0:globalThis.document){const t=vt(r);O.useEffect(()=>{const n=i=>{i.key==="Escape"&&t(i)};return e.addEventListener("keydown",n,{capture:!0}),()=>e.removeEventListener("keydown",n,{capture:!0})},[t,e])}var Ps="DismissableLayer",dn="dismissableLayer.update",Ms="dismissableLayer.pointerDownOutside",Fs="dismissableLayer.focusOutside",Ui,Vi=O.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Hi=O.forwardRef((r,e)=>{const{disableOutsidePointerEvents:t=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:o,onDismiss:s,...f}=r,u=O.useContext(Vi),[c,l]=O.useState(null),d=(c==null?void 0:c.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,h]=O.useState({}),p=pt(e,b=>l(b)),v=Array.from(u.layers),[x]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),m=v.indexOf(x),w=c?v.indexOf(c):-1,C=u.layersWithOutsidePointerEventsDisabled.size>0,_=w>=m,A=Ls(b=>{const N=b.target,M=[...u.branches].some(B=>B.contains(N));!_||M||(i==null||i(b),o==null||o(b),b.defaultPrevented||s==null||s())},d),T=ks(b=>{const N=b.target;[...u.branches].some(B=>B.contains(N))||(a==null||a(b),o==null||o(b),b.defaultPrevented||s==null||s())},d);return Ds(b=>{w===u.layers.size-1&&(n==null||n(b),!b.defaultPrevented&&s&&(b.preventDefault(),s()))},d),O.useEffect(()=>{if(c)return t&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(Ui=d.body.style.pointerEvents,d.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(c)),u.layers.add(c),zi(),()=>{t&&u.layersWithOutsidePointerEventsDisabled.size===1&&(d.body.style.pointerEvents=Ui)}},[c,d,t,u]),O.useEffect(()=>()=>{c&&(u.layers.delete(c),u.layersWithOutsidePointerEventsDisabled.delete(c),zi())},[c,u]),O.useEffect(()=>{const b=()=>h({});return document.addEventListener(dn,b),()=>document.removeEventListener(dn,b)},[]),g.jsx(rt.div,{...f,ref:p,style:{pointerEvents:C?_?"auto":"none":void 0,...r.style},onFocusCapture:at(r.onFocusCapture,T.onFocusCapture),onBlurCapture:at(r.onBlurCapture,T.onBlurCapture),onPointerDownCapture:at(r.onPointerDownCapture,A.onPointerDownCapture)})});Hi.displayName=Ps;var Rs="DismissableLayerBranch",Bs=O.forwardRef((r,e)=>{const t=O.useContext(Vi),n=O.useRef(null),i=pt(e,n);return O.useEffect(()=>{const a=n.current;if(a)return t.branches.add(a),()=>{t.branches.delete(a)}},[t.branches]),g.jsx(rt.div,{...r,ref:i})});Bs.displayName=Rs;function Ls(r,e=globalThis==null?void 0:globalThis.document){const t=vt(r),n=O.useRef(!1),i=O.useRef(()=>{});return O.useEffect(()=>{const a=s=>{if(s.target&&!n.current){let f=function(){Gi(Ms,t,u,{discrete:!0})};const u={originalEvent:s};s.pointerType==="touch"?(e.removeEventListener("click",i.current),i.current=f,e.addEventListener("click",i.current,{once:!0})):f()}else e.removeEventListener("click",i.current);n.current=!1},o=window.setTimeout(()=>{e.addEventListener("pointerdown",a)},0);return()=>{window.clearTimeout(o),e.removeEventListener("pointerdown",a),e.removeEventListener("click",i.current)}},[e,t]),{onPointerDownCapture:()=>n.current=!0}}function ks(r,e=globalThis==null?void 0:globalThis.document){const t=vt(r),n=O.useRef(!1);return O.useEffect(()=>{const i=a=>{a.target&&!n.current&&Gi(Fs,t,{originalEvent:a},{discrete:!1})};return e.addEventListener("focusin",i),()=>e.removeEventListener("focusin",i)},[e,t]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function zi(){const r=new CustomEvent(dn);document.dispatchEvent(r)}function Gi(r,e,t,{discrete:n}){const i=t.originalEvent.target,a=new CustomEvent(r,{bubbles:!1,cancelable:!0,detail:t});e&&i.addEventListener(r,e,{once:!0}),n?Ns(i,a):i.dispatchEvent(a)}var hn="focusScope.autoFocusOnMount",pn="focusScope.autoFocusOnUnmount",Wi={bubbles:!1,cancelable:!0},Us="FocusScope",Xi=O.forwardRef((r,e)=>{const{loop:t=!1,trapped:n=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...o}=r,[s,f]=O.useState(null),u=vt(i),c=vt(a),l=O.useRef(null),d=pt(e,v=>f(v)),h=O.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;O.useEffect(()=>{if(n){let v=function(C){if(h.paused||!s)return;const _=C.target;s.contains(_)?l.current=_:ot(l.current,{select:!0})},x=function(C){if(h.paused||!s)return;const _=C.relatedTarget;_!==null&&(s.contains(_)||ot(l.current,{select:!0}))},m=function(C){if(document.activeElement===document.body)for(const A of C)A.removedNodes.length>0&&ot(s)};document.addEventListener("focusin",v),document.addEventListener("focusout",x);const w=new MutationObserver(m);return s&&w.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",v),document.removeEventListener("focusout",x),w.disconnect()}}},[n,s,h.paused]),O.useEffect(()=>{if(s){Yi.add(h);const v=document.activeElement;if(!s.contains(v)){const m=new CustomEvent(hn,Wi);s.addEventListener(hn,u),s.dispatchEvent(m),m.defaultPrevented||(Vs(Xs($i(s)),{select:!0}),document.activeElement===v&&ot(s))}return()=>{s.removeEventListener(hn,u),setTimeout(()=>{const m=new CustomEvent(pn,Wi);s.addEventListener(pn,c),s.dispatchEvent(m),m.defaultPrevented||ot(v??document.body,{select:!0}),s.removeEventListener(pn,c),Yi.remove(h)},0)}}},[s,u,c,h]);const p=O.useCallback(v=>{if(!t&&!n||h.paused)return;const x=v.key==="Tab"&&!v.altKey&&!v.ctrlKey&&!v.metaKey,m=document.activeElement;if(x&&m){const w=v.currentTarget,[C,_]=Hs(w);C&&_?!v.shiftKey&&m===_?(v.preventDefault(),t&&ot(C,{select:!0})):v.shiftKey&&m===C&&(v.preventDefault(),t&&ot(_,{select:!0})):m===w&&v.preventDefault()}},[t,n,h.paused]);return g.jsx(rt.div,{tabIndex:-1,...o,ref:d,onKeyDown:p})});Xi.displayName=Us;function Vs(r,{select:e=!1}={}){const t=document.activeElement;for(const n of r)if(ot(n,{select:e}),document.activeElement!==t)return}function Hs(r){const e=$i(r),t=ji(e,r),n=ji(e.reverse(),r);return[t,n]}function $i(r){const e=[],t=document.createTreeWalker(r,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const i=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||i?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;t.nextNode();)e.push(t.currentNode);return e}function ji(r,e){for(const t of r)if(!zs(t,{upTo:e}))return t}function zs(r,{upTo:e}){if(getComputedStyle(r).visibility==="hidden")return!0;for(;r;){if(e!==void 0&&r===e)return!1;if(getComputedStyle(r).display==="none")return!0;r=r.parentElement}return!1}function Gs(r){return r instanceof HTMLInputElement&&"select"in r}function ot(r,{select:e=!1}={}){if(r&&r.focus){const t=document.activeElement;r.focus({preventScroll:!0}),r!==t&&Gs(r)&&e&&r.select()}}var Yi=Ws();function Ws(){let r=[];return{add(e){const t=r[0];e!==t&&(t==null||t.pause()),r=Zi(r,e),r.unshift(e)},remove(e){var t;r=Zi(r,e),(t=r[0])==null||t.resume()}}}function Zi(r,e){const t=[...r],n=t.indexOf(e);return n!==-1&&t.splice(n,1),t}function Xs(r){return r.filter(e=>e.tagName!=="A")}var $s="Portal",Ki=O.forwardRef((r,e)=>{var s;const{container:t,...n}=r,[i,a]=O.useState(!1);vr(()=>a(!0),[]);const o=t||i&&((s=globalThis==null?void 0:globalThis.document)==null?void 0:s.body);return o?Ii.createPortal(g.jsx(rt.div,{...n,ref:e}),o):null});Ki.displayName=$s;function js(r,e){return O.useReducer((t,n)=>e[t][n]??t,r)}var gr=r=>{const{present:e,children:t}=r,n=Ys(e),i=typeof t=="function"?t({present:n.isPresent}):O.Children.only(t),a=pt(n.ref,Zs(i));return typeof t=="function"||n.isPresent?O.cloneElement(i,{ref:a}):null};gr.displayName="Presence";function Ys(r){const[e,t]=O.useState(),n=O.useRef({}),i=O.useRef(r),a=O.useRef("none"),o=r?"mounted":"unmounted",[s,f]=js(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return O.useEffect(()=>{const u=xr(n.current);a.current=s==="mounted"?u:"none"},[s]),vr(()=>{const u=n.current,c=i.current;if(c!==r){const d=a.current,h=xr(u);r?f("MOUNT"):h==="none"||(u==null?void 0:u.display)==="none"?f("UNMOUNT"):f(c&&d!==h?"ANIMATION_OUT":"UNMOUNT"),i.current=r}},[r,f]),vr(()=>{if(e){let u;const c=e.ownerDocument.defaultView??window,l=h=>{const v=xr(n.current).includes(h.animationName);if(h.target===e&&v&&(f("ANIMATION_END"),!i.current)){const x=e.style.animationFillMode;e.style.animationFillMode="forwards",u=c.setTimeout(()=>{e.style.animationFillMode==="forwards"&&(e.style.animationFillMode=x)})}},d=h=>{h.target===e&&(a.current=xr(n.current))};return e.addEventListener("animationstart",d),e.addEventListener("animationcancel",l),e.addEventListener("animationend",l),()=>{c.clearTimeout(u),e.removeEventListener("animationstart",d),e.removeEventListener("animationcancel",l),e.removeEventListener("animationend",l)}}else f("ANIMATION_END")},[e,f]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:O.useCallback(u=>{u&&(n.current=getComputedStyle(u)),t(u)},[])}}function xr(r){return(r==null?void 0:r.animationName)||"none"}function Zs(r){var n,i;let e=(n=Object.getOwnPropertyDescriptor(r.props,"ref"))==null?void 0:n.get,t=e&&"isReactWarning"in e&&e.isReactWarning;return t?r.ref:(e=(i=Object.getOwnPropertyDescriptor(r,"ref"))==null?void 0:i.get,t=e&&"isReactWarning"in e&&e.isReactWarning,t?r.props.ref:r.props.ref||r.ref)}var vn=0;function Ks(){O.useEffect(()=>{const r=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",r[0]??qi()),document.body.insertAdjacentElement("beforeend",r[1]??qi()),vn++,()=>{vn===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),vn--}},[])}function qi(){const r=document.createElement("span");return r.setAttribute("data-radix-focus-guard",""),r.tabIndex=0,r.style.outline="none",r.style.opacity="0",r.style.position="fixed",r.style.pointerEvents="none",r}var qe=function(){return qe=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])}return e},qe.apply(this,arguments)};function Qi(r,e){var t={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&e.indexOf(n)<0&&(t[n]=r[n]);if(r!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(r);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(r,n[i])&&(t[n[i]]=r[n[i]]);return t}function qs(r,e,t){if(t||arguments.length===2)for(var n=0,i=e.length,a;n<i;n++)(a||!(n in e))&&(a||(a=Array.prototype.slice.call(e,0,n)),a[n]=e[n]);return r.concat(a||Array.prototype.slice.call(e))}typeof SuppressedError=="function"&&SuppressedError;var yr="right-scroll-bar-position",wr="width-before-scroll-bar",Qs="with-scroll-bars-hidden",Js="--removed-body-scroll-bar-size";function gn(r,e){return typeof r=="function"?r(e):r&&(r.current=e),r}function ef(r,e){var t=E.useState(function(){return{value:r,callback:e,facade:{get current(){return t.value},set current(n){var i=t.value;i!==n&&(t.value=n,t.callback(n,i))}}}})[0];return t.callback=e,t.facade}var tf=typeof window<"u"?O.useLayoutEffect:O.useEffect,Ji=new WeakMap;function rf(r,e){var t=ef(null,function(n){return r.forEach(function(i){return gn(i,n)})});return tf(function(){var n=Ji.get(t);if(n){var i=new Set(n),a=new Set(r),o=t.current;i.forEach(function(s){a.has(s)||gn(s,null)}),a.forEach(function(s){i.has(s)||gn(s,o)})}Ji.set(t,r)},[r]),t}function nf(r){return r}function af(r,e){e===void 0&&(e=nf);var t=[],n=!1,i={read:function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return t.length?t[t.length-1]:r},useMedium:function(a){var o=e(a,n);return t.push(o),function(){t=t.filter(function(s){return s!==o})}},assignSyncMedium:function(a){for(n=!0;t.length;){var o=t;t=[],o.forEach(a)}t={push:function(s){return a(s)},filter:function(){return t}}},assignMedium:function(a){n=!0;var o=[];if(t.length){var s=t;t=[],s.forEach(a),o=t}var f=function(){var c=o;o=[],c.forEach(a)},u=function(){return Promise.resolve().then(f)};u(),t={push:function(c){o.push(c),u()},filter:function(c){return o=o.filter(c),t}}}};return i}function of(r){r===void 0&&(r={});var e=af(null);return e.options=qe({async:!0,ssr:!1},r),e}var ea=function(r){var e=r.sideCar,t=Qi(r,["sideCar"]);if(!e)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=e.read();if(!n)throw new Error("Sidecar medium not found");return O.createElement(n,qe({},t))};ea.isSideCarExport=!0;function sf(r,e){return r.useMedium(e),ea}var ta=of(),xn=function(){},mr=O.forwardRef(function(r,e){var t=O.useRef(null),n=O.useState({onScrollCapture:xn,onWheelCapture:xn,onTouchMoveCapture:xn}),i=n[0],a=n[1],o=r.forwardProps,s=r.children,f=r.className,u=r.removeScrollBar,c=r.enabled,l=r.shards,d=r.sideCar,h=r.noIsolation,p=r.inert,v=r.allowPinchZoom,x=r.as,m=x===void 0?"div":x,w=r.gapMode,C=Qi(r,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),_=d,A=rf([t,e]),T=qe(qe({},C),i);return O.createElement(O.Fragment,null,c&&O.createElement(_,{sideCar:ta,removeScrollBar:u,shards:l,noIsolation:h,inert:p,setCallbacks:a,allowPinchZoom:!!v,lockRef:t,gapMode:w}),o?O.cloneElement(O.Children.only(s),qe(qe({},T),{ref:A})):O.createElement(m,qe({},T,{className:f,ref:A}),s))});mr.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},mr.classNames={fullWidth:wr,zeroRight:yr};var ff=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function uf(){if(!document)return null;var r=document.createElement("style");r.type="text/css";var e=ff();return e&&r.setAttribute("nonce",e),r}function cf(r,e){r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}function lf(r){var e=document.head||document.getElementsByTagName("head")[0];e.appendChild(r)}var df=function(){var r=0,e=null;return{add:function(t){r==0&&(e=uf())&&(cf(e,t),lf(e)),r++},remove:function(){r--,!r&&e&&(e.parentNode&&e.parentNode.removeChild(e),e=null)}}},hf=function(){var r=df();return function(e,t){O.useEffect(function(){return r.add(e),function(){r.remove()}},[e&&t])}},ra=function(){var r=hf(),e=function(t){var n=t.styles,i=t.dynamic;return r(n,i),null};return e},pf={left:0,top:0,right:0,gap:0},yn=function(r){return parseInt(r||"",10)||0},vf=function(r){var e=window.getComputedStyle(document.body),t=e[r==="padding"?"paddingLeft":"marginLeft"],n=e[r==="padding"?"paddingTop":"marginTop"],i=e[r==="padding"?"paddingRight":"marginRight"];return[yn(t),yn(n),yn(i)]},gf=function(r){if(r===void 0&&(r="margin"),typeof window>"u")return pf;var e=vf(r),t=document.documentElement.clientWidth,n=window.innerWidth;return{left:e[0],top:e[1],right:e[2],gap:Math.max(0,n-t+e[2]-e[0])}},xf=ra(),bt="data-scroll-locked",yf=function(r,e,t,n){var i=r.left,a=r.top,o=r.right,s=r.gap;return t===void 0&&(t="margin"),`
|
|
1
|
+
(function(P,g){typeof exports=="object"&&typeof module<"u"?g(exports,require("react/jsx-runtime"),require("@overmap-ai/blocks"),require("class-variance-authority"),require("react"),require("formik"),require("react-icons/ri"),require("@hello-pangea/dnd"),require("lodash.get"),require("react-dom"),require("file-saver"),require("react-zxing"),require("lodash.set"),require("lodash.clonedeep")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","@overmap-ai/blocks","class-variance-authority","react","formik","react-icons/ri","@hello-pangea/dnd","lodash.get","react-dom","file-saver","react-zxing","lodash.set","lodash.clonedeep"],g):(P=typeof globalThis<"u"?globalThis:P||self,g(P.forms={},P.jsxRuntime,P.blocks,P.classVarianceAuthority,P.React,P.formik,P.ri,P.dnd,P.get,P.ReactDOM,P.fileSaver,P.reactZxing,P.set,P.cloneDeep))})(this,function(P,g,I,It,E,Ie,Se,nt,Ke,Ii,Si,bi,St,cs){"use strict";var $1=Object.defineProperty;var j1=(P,g,I)=>g in P?$1(P,g,{enumerable:!0,configurable:!0,writable:!0,value:I}):P[g]=I;var R=(P,g,I)=>j1(P,typeof g!="symbol"?g+"":g,I);function Ti(r){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(r){for(const t in r)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(r,t);Object.defineProperty(e,t,n.get?n:{enumerable:!0,get:()=>r[t]})}}return e.default=r,Object.freeze(e)}const N=Ti(E),ls=Ti(Ii),Oi=["image/jpeg","image/png","image/svg+xml"],Ni=["text/csv","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.ms-excel"],Di=["application/pdf"],ur=E.memo(r=>{const{fileType:e}=r,t=E.useMemo(()=>Ni.includes(e)?g.jsx(I.RiIcon,{icon:"RiFileExcelLine"}):Di.includes(e)?g.jsx(I.RiIcon,{icon:"RiFilePdfLine"}):Oi.includes(e)?g.jsx(I.RiIcon,{icon:"RiFileImageLine"}):g.jsx(I.RiIcon,{icon:"RiFileLine"}),[e]);return g.jsx("div",{className:"h-max w-max",children:t})});ur.displayName="FileIcon";const tn=E.memo(E.forwardRef((r,e)=>{const{file:t,className:n,error:i,rightSlot:a,...o}=r;return g.jsxs("div",{className:It.cx(n,"flex h-8 w-full items-center gap-2 rounded-md border border-(--base-a6) bg-(--base-2) text-sm py-1 px-2 h-max",{"text-(--gray-11)":i}),ref:e,...o,children:[i?g.jsx(I.RiIcon,{icon:"RiFileWarningLine"}):g.jsx(ur,{fileType:(t==null?void 0:t.type)??""}),i||(t?g.jsx(I.Text,{className:"truncate",children:t.name}):g.jsx("div",{className:"flex w-full justify-center",children:g.jsx(I.Spinner,{})})),a]})}));tn.displayName="FileCard";const it={danger:"danger",warning:"warning",info:"base",success:"success"};class rn{constructor(e){R(this,"type");R(this,"identifier");R(this,"description");const{description:t=null,identifier:n,type:i}=e;this.identifier=n,this.description=t,this.type=i}getId(){return this.identifier}static deserialize(e){throw new Error(`${this.name} must implement deserialize.`)}_serialize(){if(!this.identifier)throw new Error("Field identifier must be set before serializing.");return{type:this.type,identifier:this.identifier,description:this.description}}}const Le={label:"",description:"",required:!1};class we extends rn{constructor(t){const{label:n,required:i,image:a,fieldValidators:o=[],formValidators:s=[],...f}=t;super(f);R(this,"required");R(this,"formValidators");R(this,"fieldValidators");R(this,"label");R(this,"image");R(this,"onlyValidateAfterTouched",!0);this.label=n,this.required=i,this.image=a,this.fieldValidators=o,this.formValidators=s}static getFieldCreationSchema(){return[]}isBlank(t){return t===void 0}isEqual(t,n){return t===n}getError(t,n){if(this.required&&this.isBlank(t))return"This field is required.";for(const i of this.getFieldValidators()){const a=i(t);if(a)return a}if(n)for(const i of this.getFormValidators()){const a=i(t,n);if(a)return a}}_serialize(){return{...super._serialize(),label:this.label,required:this.required,image:this.image}}getFieldValidators(){return[...this.fieldValidators]}getFormValidators(){return[...this.formValidators]}encodeValueToJson(t){return JSON.stringify(t)}decodeJsonToValue(t){return JSON.parse(t)}}R(we,"fieldTypeName"),R(we,"fieldTypeDescription");const ke=r=>{const{id:e,field:t,formId:n,size:i,showInputOnly:a,onValuesChange:o,...s}=r,[f,u,c]=Ie.useField(t.getId()),{touched:l}=u,d=u.error??t.description,h=u.error?"danger":void 0,p=e??`${n}-${t.getId()}-input`,v=`${p}-label`,x=t.required?`${t.label} *`:t.label,w=E.useMemo(()=>({...f,onChange:_=>{c.setValue(_,!1).then(),o==null||o(t.getId(),_),(l||!t.onlyValidateAfterTouched)&&c.setError(t.getError(_))},onBlur:_=>{c.setTouched(!0,!1).then(),c.setError(t.getError(_))}}),[t,f,c,o,l]);return[{helpText:d,size:i,severity:h,inputId:p,labelId:v,label:x,showInputOnly:a,fieldProps:w,helpers:c,field:t,touched:l},{...s,"aria-labelledby":v}]},nn=[];let cr;const ds=new Uint8Array(16);function hs(){if(!cr&&(cr=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!cr))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return cr(ds)}const me=[];for(let r=0;r<256;++r)me.push((r+256).toString(16).slice(1));function ps(r,e=0){return me[r[e+0]]+me[r[e+1]]+me[r[e+2]]+me[r[e+3]]+"-"+me[r[e+4]]+me[r[e+5]]+"-"+me[r[e+6]]+me[r[e+7]]+"-"+me[r[e+8]]+me[r[e+9]]+"-"+me[r[e+10]]+me[r[e+11]]+me[r[e+12]]+me[r[e+13]]+me[r[e+14]]+me[r[e+15]]}const Pi={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function vs(r,e,t){if(Pi.randomUUID&&!r)return Pi.randomUUID();r=r||{};const n=r.random||(r.rng||hs)();return n[6]=n[6]&15|64,n[8]=n[8]&63|128,ps(n)}const ht=r=>r.type==="section",lr=(r="",e=[])=>({type:"section",fields:e,identifier:r,label:null,condition:null,conditional:!1}),gs=r=>{let e=[];const t=[];for(const n of r)n.type==="section"?(e.length>0&&(t.push(lr(`AUTO_section-${r.indexOf(n)}`,e)),e=[]),t.push(n)):e.push(n);return e.length>0&&t.push(lr("AUTO_section-last",e)),t};function an(r,e,t){const n=Array.from(r),[i]=n.splice(e,1);if(!i)throw new Error("Could not find field to reorder.");return n.splice(t,0,i),n}function Mi(r,e,t){const n=Array.from(r??[]);return n.splice(e,0,t),n}function dr(r,e){const t=Array.from(r);return t.splice(e,1),t}const on=()=>vs(),Fi=(r,e)=>{if(!e)return null;for(const t of r)if(t.type==="section"){const n=Fi(t.fields,e);if(n)return n}else if(t.identifier===e)return t;return null},Ri=(r,e)=>r.filter((t,n)=>n<e).flatMap(t=>t.fields),hr=(r,e,t,n,i)=>{const a={...t,identifier:on()},o=Ke(n,r);if(o===void 0)throw new Error("Parent path must point to an existing field.");if(!Array.isArray(o))throw new Error("Parent path must point to an array.");const s=Mi(o,e,a);i(r,s).then()},xs=(r,e,t)=>{const n={...lr(),label:""};hr("fields",r,n,e,t)},sn=()=>{const{showError:r}=I.useToast(),e=E.useCallback((n,i,a,o,s,f)=>{const u=n[i];if(!u)throw new Error("Could not find section context.");let c=typeof u.conditionIndex<"u"?Math.max(u.conditionIndex+1,o):o;for(const l of Object.values(n))l.conditionIndex===a&&(c=Math.min(c,l.index-1));if(c!==o){r({title:"Could not reorder sections",description:"Sections with conditions must be below the fields they reference."});return}f("fields",an(s.fields,a,c))},[r]),t=E.useCallback((n,i,a,o,s,f,u)=>{var c;if(!(n!=null&&n.fields)||!o)throw new Error("Could not find section with fields.");if(n.identifier===o.identifier)u(`fields.${i}.fields`,an(n.fields,a,f)).then();else{const l=n.fields[a];if(!l)throw new Error("Could not find field to reorder.");if(((c=o.condition)==null?void 0:c.identifier)===l.identifier){r({title:"Could not reorder field",description:"Field must be above the section whose condition references it."});return}u(`fields.${i}.fields`,dr(n.fields,a)).then(),u(`fields.${s}.fields`,Mi(o.fields,f,l)).then()}},[r]);return{reorderSection:e,reorderField:t}},fn=r=>{const{helpText:e,children:t,severity:n}=r,i=n?it[n]:"base";return g.jsxs("div",{className:"flex flex-col gap-1",children:[t,!!e&&g.jsx("div",{className:"flex flex-col w-full",children:g.jsx(I.Text,{accentColor:i,size:"xs",children:e})})]})},Bi=E.createContext(()=>{throw new Error("No ImageViewerProvider found")}),pr=()=>E.useContext(Bi);function at(r,e,{checkForDefaultPrevented:t=!0}={}){return function(i){if(r==null||r(i),t===!1||!i.defaultPrevented)return e==null?void 0:e(i)}}function Li(r,e){if(typeof r=="function")return r(e);r!=null&&(r.current=e)}function ki(...r){return e=>{let t=!1;const n=r.map(i=>{const a=Li(i,e);return!t&&typeof a=="function"&&(t=!0),a});if(t)return()=>{for(let i=0;i<n.length;i++){const a=n[i];typeof a=="function"?a():Li(r[i],null)}}}}function pt(...r){return N.useCallback(ki(...r),r)}function ys(r,e){const t=N.createContext(e),n=a=>{const{children:o,...s}=a,f=N.useMemo(()=>s,Object.values(s));return g.jsx(t.Provider,{value:f,children:o})};n.displayName=r+"Provider";function i(a){const o=N.useContext(t);if(o)return o;if(e!==void 0)return e;throw new Error(`\`${a}\` must be used within \`${r}\``)}return[n,i]}function ws(r,e=[]){let t=[];function n(a,o){const s=N.createContext(o),f=t.length;t=[...t,o];const u=l=>{var w;const{scope:d,children:h,...p}=l,v=((w=d==null?void 0:d[r])==null?void 0:w[f])||s,x=N.useMemo(()=>p,Object.values(p));return g.jsx(v.Provider,{value:x,children:h})};u.displayName=a+"Provider";function c(l,d){var v;const h=((v=d==null?void 0:d[r])==null?void 0:v[f])||s,p=N.useContext(h);if(p)return p;if(o!==void 0)return o;throw new Error(`\`${l}\` must be used within \`${a}\``)}return[u,c]}const i=()=>{const a=t.map(o=>N.createContext(o));return function(s){const f=(s==null?void 0:s[r])||a;return N.useMemo(()=>({[`__scope${r}`]:{...s,[r]:f}}),[s,f])}};return i.scopeName=r,[n,ms(i,...e)]}function ms(...r){const e=r[0];if(r.length===1)return e;const t=()=>{const n=r.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(a){const o=n.reduce((s,{useScope:f,scopeName:u})=>{const l=f(a)[`__scope${u}`];return{...s,...l}},{});return N.useMemo(()=>({[`__scope${e.scopeName}`]:o}),[o])}};return t.scopeName=e.scopeName,t}var vr=globalThis!=null&&globalThis.document?N.useLayoutEffect:()=>{},Cs=N.useId||(()=>{}),_s=0;function un(r){const[e,t]=N.useState(Cs());return vr(()=>{t(n=>n??String(_s++))},[r]),r||(e?`radix-${e}`:"")}function vt(r){const e=N.useRef(r);return N.useEffect(()=>{e.current=r}),N.useMemo(()=>(...t)=>{var n;return(n=e.current)==null?void 0:n.call(e,...t)},[])}function As({prop:r,defaultProp:e,onChange:t=()=>{}}){const[n,i]=Es({defaultProp:e,onChange:t}),a=r!==void 0,o=a?r:n,s=vt(t),f=N.useCallback(u=>{if(a){const l=typeof u=="function"?u(r):u;l!==r&&s(l)}else i(u)},[a,r,i,s]);return[o,f]}function Es({defaultProp:r,onChange:e}){const t=N.useState(r),[n]=t,i=N.useRef(n),a=vt(e);return N.useEffect(()=>{i.current!==n&&(a(n),i.current=n)},[n,i,a]),t}var cn=N.forwardRef((r,e)=>{const{children:t,...n}=r,i=N.Children.toArray(t),a=i.find(Ss);if(a){const o=a.props.children,s=i.map(f=>f===a?N.Children.count(o)>1?N.Children.only(null):N.isValidElement(o)?o.props.children:null:f);return g.jsx(ln,{...n,ref:e,children:N.isValidElement(o)?N.cloneElement(o,void 0,s):null})}return g.jsx(ln,{...n,ref:e,children:t})});cn.displayName="Slot";var ln=N.forwardRef((r,e)=>{const{children:t,...n}=r;if(N.isValidElement(t)){const i=Ts(t);return N.cloneElement(t,{...bs(n,t.props),ref:e?ki(e,i):i})}return N.Children.count(t)>1?N.Children.only(null):null});ln.displayName="SlotClone";var Is=({children:r})=>g.jsx(g.Fragment,{children:r});function Ss(r){return N.isValidElement(r)&&r.type===Is}function bs(r,e){const t={...e};for(const n in e){const i=r[n],a=e[n];/^on[A-Z]/.test(n)?i&&a?t[n]=(...s)=>{a(...s),i(...s)}:i&&(t[n]=i):n==="style"?t[n]={...i,...a}:n==="className"&&(t[n]=[i,a].filter(Boolean).join(" "))}return{...r,...t}}function Ts(r){var n,i;let e=(n=Object.getOwnPropertyDescriptor(r.props,"ref"))==null?void 0:n.get,t=e&&"isReactWarning"in e&&e.isReactWarning;return t?r.ref:(e=(i=Object.getOwnPropertyDescriptor(r,"ref"))==null?void 0:i.get,t=e&&"isReactWarning"in e&&e.isReactWarning,t?r.props.ref:r.props.ref||r.ref)}var Os=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],rt=Os.reduce((r,e)=>{const t=N.forwardRef((n,i)=>{const{asChild:a,...o}=n,s=a?cn:e;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),g.jsx(s,{...o,ref:i})});return t.displayName=`Primitive.${e}`,{...r,[e]:t}},{});function Ns(r,e){r&&ls.flushSync(()=>r.dispatchEvent(e))}function Ds(r,e=globalThis==null?void 0:globalThis.document){const t=vt(r);N.useEffect(()=>{const n=i=>{i.key==="Escape"&&t(i)};return e.addEventListener("keydown",n,{capture:!0}),()=>e.removeEventListener("keydown",n,{capture:!0})},[t,e])}var Ps="DismissableLayer",dn="dismissableLayer.update",Ms="dismissableLayer.pointerDownOutside",Fs="dismissableLayer.focusOutside",Ui,Vi=N.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Hi=N.forwardRef((r,e)=>{const{disableOutsidePointerEvents:t=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:o,onDismiss:s,...f}=r,u=N.useContext(Vi),[c,l]=N.useState(null),d=(c==null?void 0:c.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,h]=N.useState({}),p=pt(e,T=>l(T)),v=Array.from(u.layers),[x]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),w=v.indexOf(x),m=c?v.indexOf(c):-1,C=u.layersWithOutsidePointerEventsDisabled.size>0,_=m>=w,A=Ls(T=>{const O=T.target,M=[...u.branches].some(B=>B.contains(O));!_||M||(i==null||i(T),o==null||o(T),T.defaultPrevented||s==null||s())},d),b=ks(T=>{const O=T.target;[...u.branches].some(B=>B.contains(O))||(a==null||a(T),o==null||o(T),T.defaultPrevented||s==null||s())},d);return Ds(T=>{m===u.layers.size-1&&(n==null||n(T),!T.defaultPrevented&&s&&(T.preventDefault(),s()))},d),N.useEffect(()=>{if(c)return t&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(Ui=d.body.style.pointerEvents,d.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(c)),u.layers.add(c),zi(),()=>{t&&u.layersWithOutsidePointerEventsDisabled.size===1&&(d.body.style.pointerEvents=Ui)}},[c,d,t,u]),N.useEffect(()=>()=>{c&&(u.layers.delete(c),u.layersWithOutsidePointerEventsDisabled.delete(c),zi())},[c,u]),N.useEffect(()=>{const T=()=>h({});return document.addEventListener(dn,T),()=>document.removeEventListener(dn,T)},[]),g.jsx(rt.div,{...f,ref:p,style:{pointerEvents:C?_?"auto":"none":void 0,...r.style},onFocusCapture:at(r.onFocusCapture,b.onFocusCapture),onBlurCapture:at(r.onBlurCapture,b.onBlurCapture),onPointerDownCapture:at(r.onPointerDownCapture,A.onPointerDownCapture)})});Hi.displayName=Ps;var Rs="DismissableLayerBranch",Bs=N.forwardRef((r,e)=>{const t=N.useContext(Vi),n=N.useRef(null),i=pt(e,n);return N.useEffect(()=>{const a=n.current;if(a)return t.branches.add(a),()=>{t.branches.delete(a)}},[t.branches]),g.jsx(rt.div,{...r,ref:i})});Bs.displayName=Rs;function Ls(r,e=globalThis==null?void 0:globalThis.document){const t=vt(r),n=N.useRef(!1),i=N.useRef(()=>{});return N.useEffect(()=>{const a=s=>{if(s.target&&!n.current){let f=function(){Gi(Ms,t,u,{discrete:!0})};const u={originalEvent:s};s.pointerType==="touch"?(e.removeEventListener("click",i.current),i.current=f,e.addEventListener("click",i.current,{once:!0})):f()}else e.removeEventListener("click",i.current);n.current=!1},o=window.setTimeout(()=>{e.addEventListener("pointerdown",a)},0);return()=>{window.clearTimeout(o),e.removeEventListener("pointerdown",a),e.removeEventListener("click",i.current)}},[e,t]),{onPointerDownCapture:()=>n.current=!0}}function ks(r,e=globalThis==null?void 0:globalThis.document){const t=vt(r),n=N.useRef(!1);return N.useEffect(()=>{const i=a=>{a.target&&!n.current&&Gi(Fs,t,{originalEvent:a},{discrete:!1})};return e.addEventListener("focusin",i),()=>e.removeEventListener("focusin",i)},[e,t]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function zi(){const r=new CustomEvent(dn);document.dispatchEvent(r)}function Gi(r,e,t,{discrete:n}){const i=t.originalEvent.target,a=new CustomEvent(r,{bubbles:!1,cancelable:!0,detail:t});e&&i.addEventListener(r,e,{once:!0}),n?Ns(i,a):i.dispatchEvent(a)}var hn="focusScope.autoFocusOnMount",pn="focusScope.autoFocusOnUnmount",Wi={bubbles:!1,cancelable:!0},Us="FocusScope",Xi=N.forwardRef((r,e)=>{const{loop:t=!1,trapped:n=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...o}=r,[s,f]=N.useState(null),u=vt(i),c=vt(a),l=N.useRef(null),d=pt(e,v=>f(v)),h=N.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;N.useEffect(()=>{if(n){let v=function(C){if(h.paused||!s)return;const _=C.target;s.contains(_)?l.current=_:ot(l.current,{select:!0})},x=function(C){if(h.paused||!s)return;const _=C.relatedTarget;_!==null&&(s.contains(_)||ot(l.current,{select:!0}))},w=function(C){if(document.activeElement===document.body)for(const A of C)A.removedNodes.length>0&&ot(s)};document.addEventListener("focusin",v),document.addEventListener("focusout",x);const m=new MutationObserver(w);return s&&m.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",v),document.removeEventListener("focusout",x),m.disconnect()}}},[n,s,h.paused]),N.useEffect(()=>{if(s){Yi.add(h);const v=document.activeElement;if(!s.contains(v)){const w=new CustomEvent(hn,Wi);s.addEventListener(hn,u),s.dispatchEvent(w),w.defaultPrevented||(Vs(Xs($i(s)),{select:!0}),document.activeElement===v&&ot(s))}return()=>{s.removeEventListener(hn,u),setTimeout(()=>{const w=new CustomEvent(pn,Wi);s.addEventListener(pn,c),s.dispatchEvent(w),w.defaultPrevented||ot(v??document.body,{select:!0}),s.removeEventListener(pn,c),Yi.remove(h)},0)}}},[s,u,c,h]);const p=N.useCallback(v=>{if(!t&&!n||h.paused)return;const x=v.key==="Tab"&&!v.altKey&&!v.ctrlKey&&!v.metaKey,w=document.activeElement;if(x&&w){const m=v.currentTarget,[C,_]=Hs(m);C&&_?!v.shiftKey&&w===_?(v.preventDefault(),t&&ot(C,{select:!0})):v.shiftKey&&w===C&&(v.preventDefault(),t&&ot(_,{select:!0})):w===m&&v.preventDefault()}},[t,n,h.paused]);return g.jsx(rt.div,{tabIndex:-1,...o,ref:d,onKeyDown:p})});Xi.displayName=Us;function Vs(r,{select:e=!1}={}){const t=document.activeElement;for(const n of r)if(ot(n,{select:e}),document.activeElement!==t)return}function Hs(r){const e=$i(r),t=ji(e,r),n=ji(e.reverse(),r);return[t,n]}function $i(r){const e=[],t=document.createTreeWalker(r,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const i=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||i?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;t.nextNode();)e.push(t.currentNode);return e}function ji(r,e){for(const t of r)if(!zs(t,{upTo:e}))return t}function zs(r,{upTo:e}){if(getComputedStyle(r).visibility==="hidden")return!0;for(;r;){if(e!==void 0&&r===e)return!1;if(getComputedStyle(r).display==="none")return!0;r=r.parentElement}return!1}function Gs(r){return r instanceof HTMLInputElement&&"select"in r}function ot(r,{select:e=!1}={}){if(r&&r.focus){const t=document.activeElement;r.focus({preventScroll:!0}),r!==t&&Gs(r)&&e&&r.select()}}var Yi=Ws();function Ws(){let r=[];return{add(e){const t=r[0];e!==t&&(t==null||t.pause()),r=Zi(r,e),r.unshift(e)},remove(e){var t;r=Zi(r,e),(t=r[0])==null||t.resume()}}}function Zi(r,e){const t=[...r],n=t.indexOf(e);return n!==-1&&t.splice(n,1),t}function Xs(r){return r.filter(e=>e.tagName!=="A")}var $s="Portal",Ki=N.forwardRef((r,e)=>{var s;const{container:t,...n}=r,[i,a]=N.useState(!1);vr(()=>a(!0),[]);const o=t||i&&((s=globalThis==null?void 0:globalThis.document)==null?void 0:s.body);return o?Ii.createPortal(g.jsx(rt.div,{...n,ref:e}),o):null});Ki.displayName=$s;function js(r,e){return N.useReducer((t,n)=>e[t][n]??t,r)}var gr=r=>{const{present:e,children:t}=r,n=Ys(e),i=typeof t=="function"?t({present:n.isPresent}):N.Children.only(t),a=pt(n.ref,Zs(i));return typeof t=="function"||n.isPresent?N.cloneElement(i,{ref:a}):null};gr.displayName="Presence";function Ys(r){const[e,t]=N.useState(),n=N.useRef({}),i=N.useRef(r),a=N.useRef("none"),o=r?"mounted":"unmounted",[s,f]=js(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return N.useEffect(()=>{const u=xr(n.current);a.current=s==="mounted"?u:"none"},[s]),vr(()=>{const u=n.current,c=i.current;if(c!==r){const d=a.current,h=xr(u);r?f("MOUNT"):h==="none"||(u==null?void 0:u.display)==="none"?f("UNMOUNT"):f(c&&d!==h?"ANIMATION_OUT":"UNMOUNT"),i.current=r}},[r,f]),vr(()=>{if(e){let u;const c=e.ownerDocument.defaultView??window,l=h=>{const v=xr(n.current).includes(h.animationName);if(h.target===e&&v&&(f("ANIMATION_END"),!i.current)){const x=e.style.animationFillMode;e.style.animationFillMode="forwards",u=c.setTimeout(()=>{e.style.animationFillMode==="forwards"&&(e.style.animationFillMode=x)})}},d=h=>{h.target===e&&(a.current=xr(n.current))};return e.addEventListener("animationstart",d),e.addEventListener("animationcancel",l),e.addEventListener("animationend",l),()=>{c.clearTimeout(u),e.removeEventListener("animationstart",d),e.removeEventListener("animationcancel",l),e.removeEventListener("animationend",l)}}else f("ANIMATION_END")},[e,f]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:N.useCallback(u=>{u&&(n.current=getComputedStyle(u)),t(u)},[])}}function xr(r){return(r==null?void 0:r.animationName)||"none"}function Zs(r){var n,i;let e=(n=Object.getOwnPropertyDescriptor(r.props,"ref"))==null?void 0:n.get,t=e&&"isReactWarning"in e&&e.isReactWarning;return t?r.ref:(e=(i=Object.getOwnPropertyDescriptor(r,"ref"))==null?void 0:i.get,t=e&&"isReactWarning"in e&&e.isReactWarning,t?r.props.ref:r.props.ref||r.ref)}var vn=0;function Ks(){N.useEffect(()=>{const r=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",r[0]??qi()),document.body.insertAdjacentElement("beforeend",r[1]??qi()),vn++,()=>{vn===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),vn--}},[])}function qi(){const r=document.createElement("span");return r.setAttribute("data-radix-focus-guard",""),r.tabIndex=0,r.style.outline="none",r.style.opacity="0",r.style.position="fixed",r.style.pointerEvents="none",r}var qe=function(){return qe=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])}return e},qe.apply(this,arguments)};function Qi(r,e){var t={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&e.indexOf(n)<0&&(t[n]=r[n]);if(r!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(r);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(r,n[i])&&(t[n[i]]=r[n[i]]);return t}function qs(r,e,t){if(t||arguments.length===2)for(var n=0,i=e.length,a;n<i;n++)(a||!(n in e))&&(a||(a=Array.prototype.slice.call(e,0,n)),a[n]=e[n]);return r.concat(a||Array.prototype.slice.call(e))}typeof SuppressedError=="function"&&SuppressedError;var yr="right-scroll-bar-position",wr="width-before-scroll-bar",Qs="with-scroll-bars-hidden",Js="--removed-body-scroll-bar-size";function gn(r,e){return typeof r=="function"?r(e):r&&(r.current=e),r}function ef(r,e){var t=E.useState(function(){return{value:r,callback:e,facade:{get current(){return t.value},set current(n){var i=t.value;i!==n&&(t.value=n,t.callback(n,i))}}}})[0];return t.callback=e,t.facade}var tf=typeof window<"u"?N.useLayoutEffect:N.useEffect,Ji=new WeakMap;function rf(r,e){var t=ef(null,function(n){return r.forEach(function(i){return gn(i,n)})});return tf(function(){var n=Ji.get(t);if(n){var i=new Set(n),a=new Set(r),o=t.current;i.forEach(function(s){a.has(s)||gn(s,null)}),a.forEach(function(s){i.has(s)||gn(s,o)})}Ji.set(t,r)},[r]),t}function nf(r){return r}function af(r,e){e===void 0&&(e=nf);var t=[],n=!1,i={read:function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return t.length?t[t.length-1]:r},useMedium:function(a){var o=e(a,n);return t.push(o),function(){t=t.filter(function(s){return s!==o})}},assignSyncMedium:function(a){for(n=!0;t.length;){var o=t;t=[],o.forEach(a)}t={push:function(s){return a(s)},filter:function(){return t}}},assignMedium:function(a){n=!0;var o=[];if(t.length){var s=t;t=[],s.forEach(a),o=t}var f=function(){var c=o;o=[],c.forEach(a)},u=function(){return Promise.resolve().then(f)};u(),t={push:function(c){o.push(c),u()},filter:function(c){return o=o.filter(c),t}}}};return i}function of(r){r===void 0&&(r={});var e=af(null);return e.options=qe({async:!0,ssr:!1},r),e}var ea=function(r){var e=r.sideCar,t=Qi(r,["sideCar"]);if(!e)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=e.read();if(!n)throw new Error("Sidecar medium not found");return N.createElement(n,qe({},t))};ea.isSideCarExport=!0;function sf(r,e){return r.useMedium(e),ea}var ta=of(),xn=function(){},mr=N.forwardRef(function(r,e){var t=N.useRef(null),n=N.useState({onScrollCapture:xn,onWheelCapture:xn,onTouchMoveCapture:xn}),i=n[0],a=n[1],o=r.forwardProps,s=r.children,f=r.className,u=r.removeScrollBar,c=r.enabled,l=r.shards,d=r.sideCar,h=r.noIsolation,p=r.inert,v=r.allowPinchZoom,x=r.as,w=x===void 0?"div":x,m=r.gapMode,C=Qi(r,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),_=d,A=rf([t,e]),b=qe(qe({},C),i);return N.createElement(N.Fragment,null,c&&N.createElement(_,{sideCar:ta,removeScrollBar:u,shards:l,noIsolation:h,inert:p,setCallbacks:a,allowPinchZoom:!!v,lockRef:t,gapMode:m}),o?N.cloneElement(N.Children.only(s),qe(qe({},b),{ref:A})):N.createElement(w,qe({},b,{className:f,ref:A}),s))});mr.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},mr.classNames={fullWidth:wr,zeroRight:yr};var ff=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function uf(){if(!document)return null;var r=document.createElement("style");r.type="text/css";var e=ff();return e&&r.setAttribute("nonce",e),r}function cf(r,e){r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}function lf(r){var e=document.head||document.getElementsByTagName("head")[0];e.appendChild(r)}var df=function(){var r=0,e=null;return{add:function(t){r==0&&(e=uf())&&(cf(e,t),lf(e)),r++},remove:function(){r--,!r&&e&&(e.parentNode&&e.parentNode.removeChild(e),e=null)}}},hf=function(){var r=df();return function(e,t){N.useEffect(function(){return r.add(e),function(){r.remove()}},[e&&t])}},ra=function(){var r=hf(),e=function(t){var n=t.styles,i=t.dynamic;return r(n,i),null};return e},pf={left:0,top:0,right:0,gap:0},yn=function(r){return parseInt(r||"",10)||0},vf=function(r){var e=window.getComputedStyle(document.body),t=e[r==="padding"?"paddingLeft":"marginLeft"],n=e[r==="padding"?"paddingTop":"marginTop"],i=e[r==="padding"?"paddingRight":"marginRight"];return[yn(t),yn(n),yn(i)]},gf=function(r){if(r===void 0&&(r="margin"),typeof window>"u")return pf;var e=vf(r),t=document.documentElement.clientWidth,n=window.innerWidth;return{left:e[0],top:e[1],right:e[2],gap:Math.max(0,n-t+e[2]-e[0])}},xf=ra(),bt="data-scroll-locked",yf=function(r,e,t,n){var i=r.left,a=r.top,o=r.right,s=r.gap;return t===void 0&&(t="margin"),`
|
|
2
2
|
.`.concat(Qs,` {
|
|
3
3
|
overflow: hidden `).concat(n,`;
|
|
4
4
|
padding-right: `).concat(s,"px ").concat(n,`;
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
body[`).concat(bt,`] {
|
|
36
36
|
`).concat(Js,": ").concat(s,`px;
|
|
37
37
|
}
|
|
38
|
-
`)},na=function(){var r=parseInt(document.body.getAttribute(bt)||"0",10);return isFinite(r)?r:0},wf=function(){
|
|
38
|
+
`)},na=function(){var r=parseInt(document.body.getAttribute(bt)||"0",10);return isFinite(r)?r:0},wf=function(){N.useEffect(function(){return document.body.setAttribute(bt,(na()+1).toString()),function(){var r=na()-1;r<=0?document.body.removeAttribute(bt):document.body.setAttribute(bt,r.toString())}},[])},mf=function(r){var e=r.noRelative,t=r.noImportant,n=r.gapMode,i=n===void 0?"margin":n;wf();var a=N.useMemo(function(){return gf(i)},[i]);return N.createElement(xf,{styles:yf(a,!e,i,t?"":"!important")})},wn=!1;if(typeof window<"u")try{var Cr=Object.defineProperty({},"passive",{get:function(){return wn=!0,!0}});window.addEventListener("test",Cr,Cr),window.removeEventListener("test",Cr,Cr)}catch{wn=!1}var Tt=wn?{passive:!1}:!1,Cf=function(r){return r.tagName==="TEXTAREA"},ia=function(r,e){if(!(r instanceof Element))return!1;var t=window.getComputedStyle(r);return t[e]!=="hidden"&&!(t.overflowY===t.overflowX&&!Cf(r)&&t[e]==="visible")},_f=function(r){return ia(r,"overflowY")},Af=function(r){return ia(r,"overflowX")},aa=function(r,e){var t=e.ownerDocument,n=e;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var i=oa(r,n);if(i){var a=sa(r,n),o=a[1],s=a[2];if(o>s)return!0}n=n.parentNode}while(n&&n!==t.body);return!1},Ef=function(r){var e=r.scrollTop,t=r.scrollHeight,n=r.clientHeight;return[e,t,n]},If=function(r){var e=r.scrollLeft,t=r.scrollWidth,n=r.clientWidth;return[e,t,n]},oa=function(r,e){return r==="v"?_f(e):Af(e)},sa=function(r,e){return r==="v"?Ef(e):If(e)},Sf=function(r,e){return r==="h"&&e==="rtl"?-1:1},bf=function(r,e,t,n,i){var a=Sf(r,window.getComputedStyle(e).direction),o=a*n,s=t.target,f=e.contains(s),u=!1,c=o>0,l=0,d=0;do{var h=sa(r,s),p=h[0],v=h[1],x=h[2],w=v-x-a*p;(p||w)&&oa(r,s)&&(l+=w,d+=p),s instanceof ShadowRoot?s=s.host:s=s.parentNode}while(!f&&s!==document.body||f&&(e.contains(s)||e===s));return(c&&Math.abs(l)<1||!c&&Math.abs(d)<1)&&(u=!0),u},_r=function(r){return"changedTouches"in r?[r.changedTouches[0].clientX,r.changedTouches[0].clientY]:[0,0]},fa=function(r){return[r.deltaX,r.deltaY]},ua=function(r){return r&&"current"in r?r.current:r},Tf=function(r,e){return r[0]===e[0]&&r[1]===e[1]},Of=function(r){return`
|
|
39
39
|
.block-interactivity-`.concat(r,` {pointer-events: none;}
|
|
40
40
|
.allow-interactivity-`).concat(r,` {pointer-events: all;}
|
|
41
|
-
`)},Nf=0,Ot=[];function Df(r){var e=
|
|
41
|
+
`)},Nf=0,Ot=[];function Df(r){var e=N.useRef([]),t=N.useRef([0,0]),n=N.useRef(),i=N.useState(Nf++)[0],a=N.useState(ra)[0],o=N.useRef(r);N.useEffect(function(){o.current=r},[r]),N.useEffect(function(){if(r.inert){document.body.classList.add("block-interactivity-".concat(i));var v=qs([r.lockRef.current],(r.shards||[]).map(ua),!0).filter(Boolean);return v.forEach(function(x){return x.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),v.forEach(function(x){return x.classList.remove("allow-interactivity-".concat(i))})}}},[r.inert,r.lockRef.current,r.shards]);var s=N.useCallback(function(v,x){if("touches"in v&&v.touches.length===2||v.type==="wheel"&&v.ctrlKey)return!o.current.allowPinchZoom;var w=_r(v),m=t.current,C="deltaX"in v?v.deltaX:m[0]-w[0],_="deltaY"in v?v.deltaY:m[1]-w[1],A,b=v.target,T=Math.abs(C)>Math.abs(_)?"h":"v";if("touches"in v&&T==="h"&&b.type==="range")return!1;var O=aa(T,b);if(!O)return!0;if(O?A=T:(A=T==="v"?"h":"v",O=aa(T,b)),!O)return!1;if(!n.current&&"changedTouches"in v&&(C||_)&&(n.current=A),!A)return!0;var M=n.current||A;return bf(M,x,v,M==="h"?C:_)},[]),f=N.useCallback(function(v){var x=v;if(!(!Ot.length||Ot[Ot.length-1]!==a)){var w="deltaY"in x?fa(x):_r(x),m=e.current.filter(function(A){return A.name===x.type&&(A.target===x.target||x.target===A.shadowParent)&&Tf(A.delta,w)})[0];if(m&&m.should){x.cancelable&&x.preventDefault();return}if(!m){var C=(o.current.shards||[]).map(ua).filter(Boolean).filter(function(A){return A.contains(x.target)}),_=C.length>0?s(x,C[0]):!o.current.noIsolation;_&&x.cancelable&&x.preventDefault()}}},[]),u=N.useCallback(function(v,x,w,m){var C={name:v,delta:x,target:w,should:m,shadowParent:Pf(w)};e.current.push(C),setTimeout(function(){e.current=e.current.filter(function(_){return _!==C})},1)},[]),c=N.useCallback(function(v){t.current=_r(v),n.current=void 0},[]),l=N.useCallback(function(v){u(v.type,fa(v),v.target,s(v,r.lockRef.current))},[]),d=N.useCallback(function(v){u(v.type,_r(v),v.target,s(v,r.lockRef.current))},[]);N.useEffect(function(){return Ot.push(a),r.setCallbacks({onScrollCapture:l,onWheelCapture:l,onTouchMoveCapture:d}),document.addEventListener("wheel",f,Tt),document.addEventListener("touchmove",f,Tt),document.addEventListener("touchstart",c,Tt),function(){Ot=Ot.filter(function(v){return v!==a}),document.removeEventListener("wheel",f,Tt),document.removeEventListener("touchmove",f,Tt),document.removeEventListener("touchstart",c,Tt)}},[]);var h=r.removeScrollBar,p=r.inert;return N.createElement(N.Fragment,null,p?N.createElement(a,{styles:Of(i)}):null,h?N.createElement(mf,{gapMode:r.gapMode}):null)}function Pf(r){for(var e=null;r!==null;)r instanceof ShadowRoot&&(e=r.host,r=r.host),r=r.parentNode;return e}const Mf=sf(ta,Df);var ca=N.forwardRef(function(r,e){return N.createElement(mr,qe({},r,{ref:e,sideCar:Mf}))});ca.classNames=mr.classNames;var Ff=function(r){if(typeof document>"u")return null;var e=Array.isArray(r)?r[0]:r;return e.ownerDocument.body},Nt=new WeakMap,Ar=new WeakMap,Er={},mn=0,la=function(r){return r&&(r.host||la(r.parentNode))},Rf=function(r,e){return e.map(function(t){if(r.contains(t))return t;var n=la(t);return n&&r.contains(n)?n:(console.error("aria-hidden",t,"in not contained inside",r,". Doing nothing"),null)}).filter(function(t){return!!t})},Bf=function(r,e,t,n){var i=Rf(e,Array.isArray(r)?r:[r]);Er[t]||(Er[t]=new WeakMap);var a=Er[t],o=[],s=new Set,f=new Set(i),u=function(l){!l||s.has(l)||(s.add(l),u(l.parentNode))};i.forEach(u);var c=function(l){!l||f.has(l)||Array.prototype.forEach.call(l.children,function(d){if(s.has(d))c(d);else try{var h=d.getAttribute(n),p=h!==null&&h!=="false",v=(Nt.get(d)||0)+1,x=(a.get(d)||0)+1;Nt.set(d,v),a.set(d,x),o.push(d),v===1&&p&&Ar.set(d,!0),x===1&&d.setAttribute(t,"true"),p||d.setAttribute(n,"true")}catch(w){console.error("aria-hidden: cannot operate on ",d,w)}})};return c(e),s.clear(),mn++,function(){o.forEach(function(l){var d=Nt.get(l)-1,h=a.get(l)-1;Nt.set(l,d),a.set(l,h),d||(Ar.has(l)||l.removeAttribute(n),Ar.delete(l)),h||l.removeAttribute(t)}),mn--,mn||(Nt=new WeakMap,Nt=new WeakMap,Ar=new WeakMap,Er={})}},Lf=function(r,e,t){t===void 0&&(t="data-aria-hidden");var n=Array.from(Array.isArray(r)?r:[r]),i=Ff(r);return i?(n.push.apply(n,Array.from(i.querySelectorAll("[aria-live]"))),Bf(n,i,t,"aria-hidden")):function(){return null}},Cn="Dialog",[da,Z1]=ws(Cn),[kf,Xe]=da(Cn),ha=r=>{const{__scopeDialog:e,children:t,open:n,defaultOpen:i,onOpenChange:a,modal:o=!0}=r,s=N.useRef(null),f=N.useRef(null),[u=!1,c]=As({prop:n,defaultProp:i,onChange:a});return g.jsx(kf,{scope:e,triggerRef:s,contentRef:f,contentId:un(),titleId:un(),descriptionId:un(),open:u,onOpenChange:c,onOpenToggle:N.useCallback(()=>c(l=>!l),[c]),modal:o,children:t})};ha.displayName=Cn;var pa="DialogTrigger",va=N.forwardRef((r,e)=>{const{__scopeDialog:t,...n}=r,i=Xe(pa,t),a=pt(e,i.triggerRef);return g.jsx(rt.button,{type:"button","aria-haspopup":"dialog","aria-expanded":i.open,"aria-controls":i.contentId,"data-state":En(i.open),...n,ref:a,onClick:at(r.onClick,i.onOpenToggle)})});va.displayName=pa;var _n="DialogPortal",[Uf,ga]=da(_n,{forceMount:void 0}),xa=r=>{const{__scopeDialog:e,forceMount:t,children:n,container:i}=r,a=Xe(_n,e);return g.jsx(Uf,{scope:e,forceMount:t,children:N.Children.map(n,o=>g.jsx(gr,{present:t||a.open,children:g.jsx(Ki,{asChild:!0,container:i,children:o})}))})};xa.displayName=_n;var Ir="DialogOverlay",ya=N.forwardRef((r,e)=>{const t=ga(Ir,r.__scopeDialog),{forceMount:n=t.forceMount,...i}=r,a=Xe(Ir,r.__scopeDialog);return a.modal?g.jsx(gr,{present:n||a.open,children:g.jsx(Vf,{...i,ref:e})}):null});ya.displayName=Ir;var Vf=N.forwardRef((r,e)=>{const{__scopeDialog:t,...n}=r,i=Xe(Ir,t);return g.jsx(ca,{as:cn,allowPinchZoom:!0,shards:[i.contentRef],children:g.jsx(rt.div,{"data-state":En(i.open),...n,ref:e,style:{pointerEvents:"auto",...n.style}})})}),gt="DialogContent",wa=N.forwardRef((r,e)=>{const t=ga(gt,r.__scopeDialog),{forceMount:n=t.forceMount,...i}=r,a=Xe(gt,r.__scopeDialog);return g.jsx(gr,{present:n||a.open,children:a.modal?g.jsx(Hf,{...i,ref:e}):g.jsx(zf,{...i,ref:e})})});wa.displayName=gt;var Hf=N.forwardRef((r,e)=>{const t=Xe(gt,r.__scopeDialog),n=N.useRef(null),i=pt(e,t.contentRef,n);return N.useEffect(()=>{const a=n.current;if(a)return Lf(a)},[]),g.jsx(ma,{...r,ref:i,trapFocus:t.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:at(r.onCloseAutoFocus,a=>{var o;a.preventDefault(),(o=t.triggerRef.current)==null||o.focus()}),onPointerDownOutside:at(r.onPointerDownOutside,a=>{const o=a.detail.originalEvent,s=o.button===0&&o.ctrlKey===!0;(o.button===2||s)&&a.preventDefault()}),onFocusOutside:at(r.onFocusOutside,a=>a.preventDefault())})}),zf=N.forwardRef((r,e)=>{const t=Xe(gt,r.__scopeDialog),n=N.useRef(!1),i=N.useRef(!1);return g.jsx(ma,{...r,ref:e,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:a=>{var o,s;(o=r.onCloseAutoFocus)==null||o.call(r,a),a.defaultPrevented||(n.current||(s=t.triggerRef.current)==null||s.focus(),a.preventDefault()),n.current=!1,i.current=!1},onInteractOutside:a=>{var f,u;(f=r.onInteractOutside)==null||f.call(r,a),a.defaultPrevented||(n.current=!0,a.detail.originalEvent.type==="pointerdown"&&(i.current=!0));const o=a.target;((u=t.triggerRef.current)==null?void 0:u.contains(o))&&a.preventDefault(),a.detail.originalEvent.type==="focusin"&&i.current&&a.preventDefault()}})}),ma=N.forwardRef((r,e)=>{const{__scopeDialog:t,trapFocus:n,onOpenAutoFocus:i,onCloseAutoFocus:a,...o}=r,s=Xe(gt,t),f=N.useRef(null),u=pt(e,f);return Ks(),g.jsxs(g.Fragment,{children:[g.jsx(Xi,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:i,onUnmountAutoFocus:a,children:g.jsx(Hi,{role:"dialog",id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":En(s.open),...o,ref:u,onDismiss:()=>s.onOpenChange(!1)})}),g.jsxs(g.Fragment,{children:[g.jsx(Xf,{titleId:s.titleId}),g.jsx(jf,{contentRef:f,descriptionId:s.descriptionId})]})]})}),An="DialogTitle",Gf=N.forwardRef((r,e)=>{const{__scopeDialog:t,...n}=r,i=Xe(An,t);return g.jsx(rt.h2,{id:i.titleId,...n,ref:e})});Gf.displayName=An;var Ca="DialogDescription",Wf=N.forwardRef((r,e)=>{const{__scopeDialog:t,...n}=r,i=Xe(Ca,t);return g.jsx(rt.p,{id:i.descriptionId,...n,ref:e})});Wf.displayName=Ca;var _a="DialogClose",Aa=N.forwardRef((r,e)=>{const{__scopeDialog:t,...n}=r,i=Xe(_a,t);return g.jsx(rt.button,{type:"button",...n,ref:e,onClick:at(r.onClick,()=>i.onOpenChange(!1))})});Aa.displayName=_a;function En(r){return r?"open":"closed"}var Ea="DialogTitleWarning",[K1,Ia]=ys(Ea,{contentName:gt,titleName:An,docsSlug:"dialog"}),Xf=({titleId:r})=>{const e=Ia(Ea),t=`\`${e.contentName}\` requires a \`${e.titleName}\` for the component to be accessible for screen reader users.
|
|
42
42
|
|
|
43
43
|
If you want to hide the \`${e.titleName}\`, you can wrap it with our VisuallyHidden component.
|
|
44
44
|
|
|
45
|
-
For more information, see https://radix-ui.com/primitives/docs/components/${e.docsSlug}`;return O.useEffect(()=>{r&&(document.getElementById(r)||console.error(t))},[t,r]),null},$f="DialogDescriptionWarning",jf=({contentRef:r,descriptionId:e})=>{const n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${Ia($f).contentName}}.`;return O.useEffect(()=>{var a;const i=(a=r.current)==null?void 0:a.getAttribute("aria-describedby");e&&i&&(document.getElementById(e)||console.warn(n))},[n,r,e]),null},Sa=ha,Yf=va,ba=xa,Ta=ya,Oa=wa,Na=Aa;const In=E.memo(r=>{const{file:e,onClose:t}=r,n=E.useRef(null),i=E.useCallback(()=>{var s;if(!n.current)return;const o=document.createElement("canvas");o.width=n.current.width,o.height=n.current.height,(s=o.getContext("2d"))==null||s.drawImage(n.current,0,0,n.current.width,n.current.height),o.toBlob(f=>{f&&navigator.clipboard.write([new ClipboardItem({"image/png":f})])},"image/png")},[]),a=E.useCallback(()=>{Si.saveAs(e,e.name)},[e]);return g.jsx(Sa,{open:!0,onOpenChange:t,children:g.jsx(ba,{children:g.jsx(Ta,{className:"bg-(--color-background) fixed inset-0 data-[state='open']:fade-in-0 data-[state='open']:zoom-in-95 data-[state='closed']:animate-out data-[state='closed']:fade-out-0 data-[state='closed']:zoom-out-95 data-[state='open']:animate-in","data-floating-content":"",children:g.jsxs(Oa,{className:"absolute inset-0 py-12","data-floating-content":"",onOpenAutoFocus:o=>o.preventDefault(),children:[g.jsxs(I.ButtonGroup,{className:"flex gap-2 items-center top-0 absolute right-0 p-2",accentColor:"base",variant:"ghost",children:[g.jsxs(I.Tooltip.Root,{children:[g.jsx(I.Tooltip.Trigger,{asChild:!0,children:g.jsx(I.IconButton,{onClick:i,"aria-label":"copy to clipboard",children:g.jsx(I.RiIcon,{icon:"RiFileCopyLine"})})}),g.jsx(I.Tooltip.Content,{size:"sm",children:"Copy"})]}),g.jsxs(I.Tooltip.Root,{children:[g.jsx(I.Tooltip.Trigger,{asChild:!0,children:g.jsx(I.IconButton,{onClick:a,"aria-label":"download",children:g.jsx(I.RiIcon,{icon:"RiDownload2Line"})})}),g.jsx(I.Tooltip.Content,{size:"sm",children:"Download"})]}),g.jsx(I.Separator,{orientation:"vertical",size:"sm"}),g.jsx(Na,{asChild:!0,children:g.jsx(I.IconButton,{onClick:t,"aria-label":"close",children:g.jsx(I.RiIcon,{icon:"RiCloseLine"})})})]}),g.jsx("figure",{className:"size-full overflow-hidden p-4 flex justify-center items-center",children:g.jsx("img",{ref:n,className:"max-w-full max-h-full",src:URL.createObjectURL(e),alt:e.name})})]})})})})});In.displayName="ImageViewer";const Da=E.memo(r=>{const{children:e}=r,[t,n]=E.useState(null),i=E.useCallback(()=>{n(null)},[]),a=E.useCallback(f=>{n(f(i))},[i]),o=E.useCallback(()=>{t&&(t.onClose&&t.onClose(),i())},[i,t]),s=E.useMemo(()=>a,[a]);return g.jsxs(Bi.Provider,{value:s,children:[e,t&&g.jsx(In,{file:t.file,onClose:o})]})});Da.displayName="FileViewerProvider";const Ue=r=>{const{className:e,label:t,children:n,severity:i,inputId:a,labelId:o,image:s}=r,[f,u]=E.useState(void 0),c=pr(),l=i?it[i]:"base";E.useEffect(()=>{s instanceof Promise?s.then(u).catch(console.error):u(s)},[s]);const d=f?URL.createObjectURL(f):void 0,h=E.useCallback(()=>{f&&c(()=>({file:f}))},[c,f]);return g.jsxs("div",{className:"flex flex-col gap-1",children:[f&&g.jsx("img",{className:"h-[100px] w-full min-w-[300px] cursor-pointer rounded-md object-cover",src:d,alt:f.name,onClick:h}),g.jsx("label",{className:It.cx(e,"flex flex-col gap-1 w-max max-w-full"),htmlFor:a,children:g.jsx(I.Text,{accentColor:l,size:"sm",id:o,weight:"medium",className:"text-wrap",children:t})}),n]})},Ve=r=>{const{children:e,...t}=r;return g.jsx(fn,{...t,children:e})},Sn=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u},c]=ke(r),l=a?null:s,d=a?"":f,{name:h,onChange:p,onBlur:v}=u,x=`${e}-droppable`,{disabled:m}=c,w=u.value??nn,[C,_]=E.useState(""),[A,T]=E.useState(""),b=A||l,N=E.useCallback(j=>{p(j),v(j)},[p,v]),M=E.useCallback(j=>{w&&w.findIndex(Oe=>Oe===j.target.value.trim())>=0?T("All options must be unique"):j.target.value?T(""):T("Option cannot be empty"),_(j.target.value)},[_,w]),B=E.useCallback(()=>{if(A)return;if(!C.trim()){T("Option cannot be empty");return}const j=C.trim();N([...w,j]),_("")},[C,A,N,w]),U=E.useCallback(j=>{j.key==="Enter"&&(j.preventDefault(),B())},[B]),H=E.useCallback(j=>{N(dr(w,j))},[w,N]),W=E.useCallback(j=>{if(!j.destination)return;const Oe=j.source.index,tt=j.destination.index;N(an(w,Oe,tt))},[N,w]),se=E.useCallback(()=>{v(w)},[v,w]);return g.jsx(nt.DragDropContext,{onDragEnd:W,children:g.jsxs("div",{className:"flex flex-col gap-2",children:[g.jsx(Ve,{helpText:b,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:d,image:a?void 0:o.image,children:(!m||w.length===0)&&g.jsxs("div",{className:"flex gap-2",children:[g.jsx(I.Input.Root,{className:"grow",accentColor:"base",variant:"surface",size:"sm",children:g.jsx(I.Input.Field,{value:C,onChange:M,onKeyDown:U,id:e,placeholder:o.placeholder,onBlur:se,name:h,...c})}),g.jsx(I.IconButton,{size:"sm",accentColor:"base",variant:"soft",type:"button","aria-label":"Add option",disabled:!!A||m,onClick:B,children:g.jsx(I.RiIcon,{icon:"RiAddLine"})})]})})}),g.jsx(nt.Droppable,{droppableId:x,children:j=>g.jsxs("div",{className:"flex flex-col",...j.droppableProps,ref:j.innerRef,children:[w.map((Oe,tt)=>g.jsx(nt.Draggable,{draggableId:`${Oe}-draggable`,index:tt,isDragDisabled:m,children:({draggableProps:We,dragHandleProps:Ei,innerRef:en})=>g.jsxs(I.Badge,{...Ei,...We,ref:en,className:"mb-1 flex items-center justify-between gap-2",accentColor:"base",size:"sm",variant:"soft",children:[g.jsx("span",{className:"truncate",children:typeof Oe=="object"&&"label"in Oe?Oe.label:Oe}),g.jsx(I.IconButton,{size:"xs",variant:"ghost",type:"button","aria-label":"Delete option",accentColor:"base",disabled:m,onClick:()=>{H(tt)},children:g.jsx(I.RiIcon,{icon:"RiCloseLargeLine"})})]})},Oe)),j.placeholder]})})]})})});Sn.displayName="MultiStringInput";const Pa={...Le,type:"multi-string",minimum_length:0,maximum_length:null},kt=class kt extends ye{constructor(t){const{minimum_length:n,maximum_length:i,placeholder:a,...o}=t;super({...o,type:"multi-string"});R(this,"minLength");R(this,"maxLength");R(this,"onlyValidateAfterTouched",!1);R(this,"placeholder");this.minLength=n??0,this.maxLength=i??1/0,this.placeholder=a??"Press enter to add a new option"}getInput(t){return g.jsx(Sn,{field:this,...t})}serialize(){return{...super._serialize(),minimum_length:this.minLength,maximum_length:this.maxLength,placeholder:this.placeholder}}isBlank(t){return super.isBlank(t)||(t==null?void 0:t.length)===0}isEqual(t,n){return t===void 0&&n===void 0?!0:t===void 0||n===void 0?!1:t.every(i=>n.includes(i))&&n.every(i=>t.includes(i))}getFieldValidators(){const t=super.getFieldValidators();return t.push(n=>{if(Array.isArray(n)&&n.length<this.minLength)return`Must have at least ${this.minLength} options.`}),t.push(n=>{if(Array.isArray(n)&&n.length>this.maxLength)return`Must have at most ${this.maxLength} options.`}),t}static deserialize(t){if(t.type!=="multi-string")throw new Error("Type mismatch.");return new kt(t)}};R(kt,"fieldTypeName","Multi-string"),R(kt,"fieldTypeDescription","Allows the user to provide multiple unique strings."),R(kt,"Icon",Ie.RiListCheck);let Dt=kt;class bn extends ye{constructor(t){const{placeholder:n="",...i}=t;super(i);R(this,"options");R(this,"onlyValidateAfterTouched",!1);R(this,"placeholder");this.placeholder=n;const a=new Set;this.options=t.options.map(o=>(typeof o=="string"&&(o={label:o,value:o}),a.add(o.label),o)),a.size!==t.options.length&&console.error(`${t.options.length-a.size} duplicate identifiers found in options. This may cause unexpected behavior. Options:`,t.options)}_serialize(){return{...super._serialize(),options:this.options,placeholder:this.placeholder}}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new Dt({label:"Options",description:"List possible options for the user to select from.",required:!0,identifier:`${n}options`,minimum_length:2}),showDirectly:!0}]}}const Tn=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u},c]=ke(r),{name:l,onBlur:d,onChange:h,value:p}=u,v=a?null:s,x=a?"":f,m=E.useCallback(C=>{h(!!C),d(!!C)},[d,h]),w=E.useCallback(()=>{d(p)},[d,p]);return g.jsx(Ve,{helpText:v,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:x,image:a?void 0:o.image,className:"items-center flex-row-reverse justify-end gap-2",children:g.jsx(I.Checkbox.Root,{id:e,name:l,checked:p??!1,onCheckedChange:m,onBlur:w,size:"sm",accentColor:"primary",variant:"surface",...c,children:g.jsx(I.Checkbox.Indicator,{children:g.jsx(I.RiIcon,{icon:"RiCheckLine"})})})})})});Tn.displayName="BooleanInput";const Ma={...Le,type:"boolean"},Ut=class Ut extends ye{constructor(t){super({...t,type:"boolean"});R(this,"onlyValidateAfterTouched",!1)}isBlank(t){return this.required&&!t}serialize(){return super._serialize()}static deserialize(t){if(t.type!=="boolean")throw new Error("Type mismatch.");return new Ut(t)}getInput(t){return g.jsx(Tn,{...t,field:this})}};R(Ut,"fieldTypeName","Checkbox"),R(Ut,"fieldTypeDescription","Perfect for both optional and required yes/no questions."),R(Ut,"Icon",Ie.RiCheckboxCircleLine);let Pt=Ut;const Zf={...Le,type:"custom"};class Sr extends ye{constructor(t,n){super({...t,type:"custom"});R(this,"Component");R(this,"options");this.options=t,this.Component=n}serialize(){throw new Error("Serializing only supported for public input types.")}getInput(t){const n=this.Component;return g.jsx(n,{field:this,...t})}}R(Sr,"fieldTypeName","Custom"),R(Sr,"fieldTypeDescription","Allows re-rendering of field already in the form");const On=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u},c]=ke(r),{name:l,onChange:d,onBlur:h}=u,[p,v]=E.useState(!1),x=a?null:s,m=a?"":f,w=u.value?new Date(u.value):void 0,C=E.useCallback(A=>{d(A==null?void 0:A.toISOString()),v(!1)},[d]),_=E.useCallback(A=>{v(A),A||h(u.value)},[u.value,h]);return g.jsx(Ve,{helpText:x,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:m,image:a?void 0:o.image,children:g.jsxs(I.Popover.Root,{open:p,onOpenChange:_,children:[g.jsx(I.Popover.Trigger,{asChild:!0,children:g.jsxs(I.Button,{id:e,name:l,type:"button",className:"!justify-between",accentColor:"base",variant:"surface",size:"sm",...c,children:[w?w.toLocaleString(void 0,{year:"numeric",month:"2-digit",day:"2-digit"}):"yyyy-mm-dd",g.jsx(I.RiIcon,{icon:"RiArrowDownSLine"})]})}),g.jsx(I.Popover.Content,{align:"start",children:g.jsx(I.DayPicker,{required:!1,mode:"single",variant:"solid",selected:w,onSelect:C})})]})})})});On.displayName="DateInput";const Fa={...Le,type:"date"},Vt=class Vt extends ye{constructor(t){super({...t,type:"date"});R(this,"onlyValidateAfterTouched",!1)}serialize(){return super._serialize()}static deserialize(t){if(t.type!=="date")throw new Error("Type mismatch.");return new Vt(t)}getInput(t){return g.jsx(On,{field:this,...t})}};R(Vt,"fieldTypeName","Date"),R(Vt,"fieldTypeDescription","Allows specifying a date."),R(Vt,"Icon",Ie.RiCalendarLine);let br=Vt;const Nn=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u},c]=ke(r),{name:l,onChange:d,onBlur:h}=u,p=a?null:s,v=a?"":f,x=u.value??nn,m=E.useCallback(C=>{const _=C.length>0?C:void 0;d(_),h(_)},[h,d]),w=E.useCallback(C=>{C||h(x)},[x,h]);return g.jsx(Ve,{helpText:p,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:v,image:a?void 0:o.image,children:g.jsxs(I.Menu.Root,{onOpenChange:w,align:"start",children:[g.jsx(I.Menu.ClickTrigger,{children:g.jsxs(I.Button,{id:e,name:l,className:"!justify-between",variant:"surface",type:"button",size:"sm",accentColor:"base",...c,children:[g.jsx("span",{className:"truncate",children:x&&x.length>0?x.join(", "):o.placeholder}),g.jsx(I.RiIcon,{icon:"RiArrowDownSLine"})]})}),g.jsx(I.Menu.Content,{children:g.jsx(I.Menu.Scroll,{children:g.jsxs(I.Menu.MultiSelectGroup,{values:x,onValuesChange:m,children:[g.jsxs(I.Menu.SelectAllItem,{children:[g.jsx(I.Menu.CheckboxItemIndicator,{children:C=>C?g.jsx(I.RiIcon,{icon:"RiSubtractLine"}):g.jsx(I.RiIcon,{icon:"RiCheckLine"})}),"Select all"]}),o.options.map(C=>g.jsxs(I.Menu.MultiSelectItem,{value:C.value,children:[g.jsx(I.Menu.SelectedIndicator,{children:g.jsx(I.RiIcon,{icon:"RiCheckLine"})}),C.label]},C.value))]})})})]})})})});Nn.displayName="MultiSelectInput";const Ra={...Le,type:"multi-select",options:[]},Ht=class Ht extends bn{constructor(e){const{placeholder:t="Select one or more...",...n}=e;super({...n,placeholder:t,type:"multi-select"})}isBlank(e){return super.isBlank(e)||(e==null?void 0:e.length)===0}isEqual(e,t){return e===void 0&&t===void 0?!0:e===void 0||t===void 0?!1:e.every(n=>t.includes(n))&&t.every(n=>e.includes(n))}serialize(){return super._serialize()}static deserialize(e){if(e.type!=="multi-select")throw new Error("Type mismatch.");return new Ht(e)}getInput(e){return g.jsx(Nn,{field:this,...e})}};R(Ht,"fieldTypeName","Multi-select"),R(Ht,"fieldTypeDescription","Allows the user to select a multiple options from a list of options."),R(Ht,"Icon",Ie.RiCheckboxLine);let Zt=Ht;const Dn=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u,touched:c,helpers:l},d]=ke(r),{name:h,onBlur:p,onChange:v,value:x}=u,m=a?null:s,w=a?"":f,[C,_]=E.useState(void 0);E.useEffect(()=>{_(x)},[x]);const A=E.useCallback(b=>{const N=b.target.valueAsNumber,M=Number.isNaN(N)?void 0:N;_(M),(c||!o.onlyValidateAfterTouched)&&l.setError(o.getError(M))},[o,l,c]),T=E.useCallback(()=>{v(C),p(C)},[C,p,v]);return g.jsx(Ve,{helpText:m,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:w,image:a?void 0:o.image,children:g.jsx(I.Input.Root,{accentColor:"base",variant:"surface",size:"sm",children:g.jsx(I.Input.Field,{id:e,name:h,onChange:A,onBlur:T,value:C??"",type:"number",min:o.minimum,max:o.maximum,step:o.integers?1:.1,placeholder:o.placeholder,...d})})})})});Dn.displayName="NumberInput";const Ba={...Le,type:"number",minimum:Number.MIN_SAFE_INTEGER,maximum:Number.MAX_SAFE_INTEGER,integers:!1},La=r=>"fields"in r,et=class et extends ye{constructor(t){const{minimum:n=Number.MIN_SAFE_INTEGER,maximum:i=Number.MAX_SAFE_INTEGER,integers:a=!1,placeholder:o="Enter a number",...s}=t;super({...s,type:"number"});R(this,"minimum");R(this,"maximum");R(this,"integers");R(this,"placeholder");this.minimum=n,this.maximum=i,this.integers=a,this.placeholder=o}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new et({label:"Minimum",description:"Minimum value",integers:!0,required:!1,identifier:`${n}minimum`,formValidators:[this._validateMin(t)]}),showDirectly:!1},{field:new et({label:"Maximum",description:"Maximum value",integers:!0,required:!1,identifier:`${n}maximum`,formValidators:[this._validateMax(t)]}),showDirectly:!1},{field:new Pt({label:"Integers",description:"Whole numbers only",required:!1,identifier:`${n}integers`}),showDirectly:!1}]}getFieldValidators(){const t=super.getFieldValidators(),n=this.minimum,i=this.maximum;return typeof n=="number"&&t.push(a=>{if(typeof a=="number"&&a<n)return`Must be at least ${this.minimum}.`}),typeof i=="number"&&t.push(a=>{if(typeof a=="number"&&a>i)return`Must be at most ${this.maximum}.`}),this.integers&&t.push(a=>{if(typeof a=="number"&&!Number.isInteger(a))return"Must be a whole number."}),t}serialize(){return{...super._serialize(),minimum:this.minimum,maximum:this.maximum,integers:this.integers,placeholder:this.placeholder}}static deserialize(t){if(t.type!=="number")throw new Error("Type mismatch.");return new et(t)}getInput(t){return g.jsx(Dn,{field:this,...t})}};R(et,"fieldTypeName","Number"),R(et,"fieldTypeDescription","Allows specifying a number within a given range."),R(et,"Icon",Ie.RiHashtag),R(et,"_validateMin",t=>(n,i)=>{const a=La(i)?Ke(i,t):i;return typeof a.maximum=="number"&&typeof n=="number"&&a.maximum<n?"Minimum cannot be greater than minimum.":null}),R(et,"_validateMax",t=>(n,i)=>{const a=La(i)?Ke(i,t):i;return typeof a.minimum=="number"&&typeof n=="number"&&a.minimum>n?"Maximum cannot be less than minimum.":null});let st=et;const Pn=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u},c]=ke(r),{name:l,onChange:d,onBlur:h,value:p}=u,v=a?null:s,x=a?"":f,m=E.useCallback(C=>{d(C??void 0),h(C??void 0)},[h,d]),w=E.useCallback(()=>{d(void 0),h(void 0)},[h,d]);return g.jsx(Ve,{helpText:v,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:x,image:a?void 0:o.image,children:g.jsxs(I.RadioGroup.Root,{id:e,name:l,className:"flex flex-col gap-1",accentColor:"base",variant:"surface",size:"sm",value:p??"",onValueChange:m,...c,children:[o.options.map(C=>g.jsxs("label",{className:"flex gap-2 items-center min-w-0",children:[g.jsx(I.RadioGroup.Item,{value:C.value,children:g.jsx(I.RadioGroup.Indicator,{children:g.jsx(I.RiIcon,{icon:"RiCircleFill"})})},C.value),g.jsx(I.Text,{size:"sm",accentColor:"base",className:"truncate",children:C.label})]})),!!p&&g.jsxs(I.Button,{onClick:w,className:"w-max -mx-2",type:"button",variant:"ghost",accentColor:"base",size:"sm",children:[g.jsx(I.RiIcon,{icon:"RiCloseLine"})," Clear"]})]})})})});Pn.displayName="SelectInput";const ka={...Le,type:"radio",options:[]},zt=class zt extends ye{constructor(t){const{options:n,...i}=t;super({...i,type:"radio"});R(this,"options");R(this,"onlyValidateAfterTouched",!1);const a=new Set;this.options=n.map(o=>(typeof o=="string"&&(o={label:o,value:o}),a.add(o.label),o)),a.size!==n.length&&console.error(`${n.length-a.size} duplicate identifiers found in options. This may cause unexpected behavior. Options:`,n)}serialize(){return{...super._serialize(),options:this.options}}static deserialize(t){if(t.type!=="radio")throw new Error("Type mismatch.");return new zt(t)}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new Dt({label:"Options",description:"List possible options for the user to select from.",required:!0,identifier:`${n}options`,minimum_length:2}),showDirectly:!0}]}getInput(t){return g.jsx(Pn,{field:this,...t})}};R(zt,"fieldTypeName","Option list"),R(zt,"fieldTypeDescription","Allows the user to select a single option from a list of options."),R(zt,"Icon",Ie.RiRadioButtonFill);let Tr=zt;function Kf(r,e){var t=Object.setPrototypeOf;t?t(r,e):r.__proto__=e}function qf(r,e){e===void 0&&(e=r.constructor);var t=Error.captureStackTrace;t&&t(r,e)}var Qf=function(){var r=function(t,n){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,a){i.__proto__=a}||function(i,a){for(var o in a)Object.prototype.hasOwnProperty.call(a,o)&&(i[o]=a[o])},r(t,n)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Jf=function(r){Qf(e,r);function e(t,n){var i=this.constructor,a=r.call(this,t,n)||this;return Object.defineProperty(a,"name",{value:i.name,enumerable:!1,configurable:!0}),Kf(a,i.prototype),qf(a),a}return e}(Error),eu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Fe=function(r){eu(e,r);function e(t){t===void 0&&(t=void 0);var n=r.call(this,t)||this;return n.message=t,n}return e.prototype.getKind=function(){var t=this.constructor;return t.kind},e.kind="Exception",e}(Jf),tu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),$e=function(r){tu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ArgumentException",e}(Fe),ru=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),V=function(r){ru(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="IllegalArgumentException",e}(Fe),nu=function(){function r(e){if(this.binarizer=e,e===null)throw new V("Binarizer must be non-null.")}return r.prototype.getWidth=function(){return this.binarizer.getWidth()},r.prototype.getHeight=function(){return this.binarizer.getHeight()},r.prototype.getBlackRow=function(e,t){return this.binarizer.getBlackRow(e,t)},r.prototype.getBlackMatrix=function(){return(this.matrix===null||this.matrix===void 0)&&(this.matrix=this.binarizer.getBlackMatrix()),this.matrix},r.prototype.isCropSupported=function(){return this.binarizer.getLuminanceSource().isCropSupported()},r.prototype.crop=function(e,t,n,i){var a=this.binarizer.getLuminanceSource().crop(e,t,n,i);return new r(this.binarizer.createBinarizer(a))},r.prototype.isRotateSupported=function(){return this.binarizer.getLuminanceSource().isRotateSupported()},r.prototype.rotateCounterClockwise=function(){var e=this.binarizer.getLuminanceSource().rotateCounterClockwise();return new r(this.binarizer.createBinarizer(e))},r.prototype.rotateCounterClockwise45=function(){var e=this.binarizer.getLuminanceSource().rotateCounterClockwise45();return new r(this.binarizer.createBinarizer(e))},r.prototype.toString=function(){try{return this.getBlackMatrix().toString()}catch{return""}},r}(),iu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),pe=function(r){iu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.getChecksumInstance=function(){return new e},e.kind="ChecksumException",e}(Fe),au=function(){function r(e){this.source=e}return r.prototype.getLuminanceSource=function(){return this.source},r.prototype.getWidth=function(){return this.source.getWidth()},r.prototype.getHeight=function(){return this.source.getHeight()},r}(),re=function(){function r(){}return r.arraycopy=function(e,t,n,i,a){for(;a--;)n[i++]=e[t++]},r.currentTimeMillis=function(){return Date.now()},r}(),ou=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Mn=function(r){ou(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="IndexOutOfBoundsException",e}(Fe),su=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ua=function(r){su(e,r);function e(t,n){t===void 0&&(t=void 0),n===void 0&&(n=void 0);var i=r.call(this,n)||this;return i.index=t,i.message=n,i}return e.kind="ArrayIndexOutOfBoundsException",e}(Mn),fu=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},fe=function(){function r(){}return r.fill=function(e,t){for(var n=0,i=e.length;n<i;n++)e[n]=t},r.fillWithin=function(e,t,n,i){r.rangeCheck(e.length,t,n);for(var a=t;a<n;a++)e[a]=i},r.rangeCheck=function(e,t,n){if(t>n)throw new V("fromIndex("+t+") > toIndex("+n+")");if(t<0)throw new Ua(t);if(n>e)throw new Ua(n)},r.asList=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e},r.create=function(e,t,n){var i=Array.from({length:e});return i.map(function(a){return Array.from({length:t}).fill(n)})},r.createInt32Array=function(e,t,n){var i=Array.from({length:e});return i.map(function(a){return Int32Array.from({length:t}).fill(n)})},r.equals=function(e,t){if(!e||!t||!e.length||!t.length||e.length!==t.length)return!1;for(var n=0,i=e.length;n<i;n++)if(e[n]!==t[n])return!1;return!0},r.hashCode=function(e){var t,n;if(e===null)return 0;var i=1;try{for(var a=fu(e),o=a.next();!o.done;o=a.next()){var s=o.value;i=31*i+s}}catch(f){t={error:f}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return i},r.fillUint8Array=function(e,t){for(var n=0;n!==e.length;n++)e[n]=t},r.copyOf=function(e,t){return e.slice(0,t)},r.copyOfUint8Array=function(e,t){if(e.length<=t){var n=new Uint8Array(t);return n.set(e),n}return e.slice(0,t)},r.copyOfRange=function(e,t,n){var i=n-t,a=new Int32Array(i);return re.arraycopy(e,t,a,0,i),a},r.binarySearch=function(e,t,n){n===void 0&&(n=r.numberComparator);for(var i=0,a=e.length-1;i<=a;){var o=a+i>>1,s=n(t,e[o]);if(s>0)i=o+1;else if(s<0)a=o-1;else return o}return-i-1},r.numberComparator=function(e,t){return e-t},r}(),G=function(){function r(){}return r.numberOfTrailingZeros=function(e){var t;if(e===0)return 32;var n=31;return t=e<<16,t!==0&&(n-=16,e=t),t=e<<8,t!==0&&(n-=8,e=t),t=e<<4,t!==0&&(n-=4,e=t),t=e<<2,t!==0&&(n-=2,e=t),n-(e<<1>>>31)},r.numberOfLeadingZeros=function(e){if(e===0)return 32;var t=1;return e>>>16||(t+=16,e<<=16),e>>>24||(t+=8,e<<=8),e>>>28||(t+=4,e<<=4),e>>>30||(t+=2,e<<=2),t-=e>>>31,t},r.toHexString=function(e){return e.toString(16)},r.toBinaryString=function(e){return String(parseInt(String(e),2))},r.bitCount=function(e){return e=e-(e>>>1&1431655765),e=(e&858993459)+(e>>>2&858993459),e=e+(e>>>4)&252645135,e=e+(e>>>8),e=e+(e>>>16),e&63},r.truncDivision=function(e,t){return Math.trunc(e/t)},r.parseInt=function(e,t){return t===void 0&&(t=void 0),parseInt(e,t)},r.MIN_VALUE_32_BITS=-2147483648,r.MAX_VALUE=Number.MAX_SAFE_INTEGER,r}(),ve=function(){function r(e,t){e===void 0?(this.size=0,this.bits=new Int32Array(1)):(this.size=e,t==null?this.bits=r.makeArray(e):this.bits=t)}return r.prototype.getSize=function(){return this.size},r.prototype.getSizeInBytes=function(){return Math.floor((this.size+7)/8)},r.prototype.ensureCapacity=function(e){if(e>this.bits.length*32){var t=r.makeArray(e);re.arraycopy(this.bits,0,t,0,this.bits.length),this.bits=t}},r.prototype.get=function(e){return(this.bits[Math.floor(e/32)]&1<<(e&31))!==0},r.prototype.set=function(e){this.bits[Math.floor(e/32)]|=1<<(e&31)},r.prototype.flip=function(e){this.bits[Math.floor(e/32)]^=1<<(e&31)},r.prototype.getNextSet=function(e){var t=this.size;if(e>=t)return t;var n=this.bits,i=Math.floor(e/32),a=n[i];a&=~((1<<(e&31))-1);for(var o=n.length;a===0;){if(++i===o)return t;a=n[i]}var s=i*32+G.numberOfTrailingZeros(a);return s>t?t:s},r.prototype.getNextUnset=function(e){var t=this.size;if(e>=t)return t;var n=this.bits,i=Math.floor(e/32),a=~n[i];a&=~((1<<(e&31))-1);for(var o=n.length;a===0;){if(++i===o)return t;a=~n[i]}var s=i*32+G.numberOfTrailingZeros(a);return s>t?t:s},r.prototype.setBulk=function(e,t){this.bits[Math.floor(e/32)]=t},r.prototype.setRange=function(e,t){if(t<e||e<0||t>this.size)throw new V;if(t!==e){t--;for(var n=Math.floor(e/32),i=Math.floor(t/32),a=this.bits,o=n;o<=i;o++){var s=o>n?0:e&31,f=o<i?31:t&31,u=(2<<f)-(1<<s);a[o]|=u}}},r.prototype.clear=function(){for(var e=this.bits.length,t=this.bits,n=0;n<e;n++)t[n]=0},r.prototype.isRange=function(e,t,n){if(t<e||e<0||t>this.size)throw new V;if(t===e)return!0;t--;for(var i=Math.floor(e/32),a=Math.floor(t/32),o=this.bits,s=i;s<=a;s++){var f=s>i?0:e&31,u=s<a?31:t&31,c=(2<<u)-(1<<f)&4294967295;if((o[s]&c)!==(n?c:0))return!1}return!0},r.prototype.appendBit=function(e){this.ensureCapacity(this.size+1),e&&(this.bits[Math.floor(this.size/32)]|=1<<(this.size&31)),this.size++},r.prototype.appendBits=function(e,t){if(t<0||t>32)throw new V("Num bits must be between 0 and 32");this.ensureCapacity(this.size+t);for(var n=t;n>0;n--)this.appendBit((e>>n-1&1)===1)},r.prototype.appendBitArray=function(e){var t=e.size;this.ensureCapacity(this.size+t);for(var n=0;n<t;n++)this.appendBit(e.get(n))},r.prototype.xor=function(e){if(this.size!==e.size)throw new V("Sizes don't match");for(var t=this.bits,n=0,i=t.length;n<i;n++)t[n]^=e.bits[n]},r.prototype.toBytes=function(e,t,n,i){for(var a=0;a<i;a++){for(var o=0,s=0;s<8;s++)this.get(e)&&(o|=1<<7-s),e++;t[n+a]=o}},r.prototype.getBitArray=function(){return this.bits},r.prototype.reverse=function(){for(var e=new Int32Array(this.bits.length),t=Math.floor((this.size-1)/32),n=t+1,i=this.bits,a=0;a<n;a++){var o=i[a];o=o>>1&1431655765|(o&1431655765)<<1,o=o>>2&858993459|(o&858993459)<<2,o=o>>4&252645135|(o&252645135)<<4,o=o>>8&16711935|(o&16711935)<<8,o=o>>16&65535|(o&65535)<<16,e[t-a]=o}if(this.size!==n*32){for(var s=n*32-this.size,f=e[0]>>>s,a=1;a<n;a++){var u=e[a];f|=u<<32-s,e[a-1]=f,f=u>>>s}e[n-1]=f}this.bits=e},r.makeArray=function(e){return new Int32Array(Math.floor((e+31)/32))},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.size===t.size&&fe.equals(this.bits,t.bits)},r.prototype.hashCode=function(){return 31*this.size+fe.hashCode(this.bits)},r.prototype.toString=function(){for(var e="",t=0,n=this.size;t<n;t++)t&7||(e+=" "),e+=this.get(t)?"X":".";return e},r.prototype.clone=function(){return new r(this.size,this.bits.slice())},r.prototype.toArray=function(){for(var e=[],t=0,n=this.size;t<n;t++)e.push(this.get(t));return e},r}(),Fn;(function(r){r[r.OTHER=0]="OTHER",r[r.PURE_BARCODE=1]="PURE_BARCODE",r[r.POSSIBLE_FORMATS=2]="POSSIBLE_FORMATS",r[r.TRY_HARDER=3]="TRY_HARDER",r[r.CHARACTER_SET=4]="CHARACTER_SET",r[r.ALLOWED_LENGTHS=5]="ALLOWED_LENGTHS",r[r.ASSUME_CODE_39_CHECK_DIGIT=6]="ASSUME_CODE_39_CHECK_DIGIT",r[r.ASSUME_GS1=7]="ASSUME_GS1",r[r.RETURN_CODABAR_START_END=8]="RETURN_CODABAR_START_END",r[r.NEED_RESULT_POINT_CALLBACK=9]="NEED_RESULT_POINT_CALLBACK",r[r.ALLOWED_EAN_EXTENSIONS=10]="ALLOWED_EAN_EXTENSIONS"})(Fn||(Fn={}));const oe=Fn;var uu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),F=function(r){uu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.getFormatInstance=function(){return new e},e.kind="FormatException",e}(Fe),cu=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},J;(function(r){r[r.Cp437=0]="Cp437",r[r.ISO8859_1=1]="ISO8859_1",r[r.ISO8859_2=2]="ISO8859_2",r[r.ISO8859_3=3]="ISO8859_3",r[r.ISO8859_4=4]="ISO8859_4",r[r.ISO8859_5=5]="ISO8859_5",r[r.ISO8859_6=6]="ISO8859_6",r[r.ISO8859_7=7]="ISO8859_7",r[r.ISO8859_8=8]="ISO8859_8",r[r.ISO8859_9=9]="ISO8859_9",r[r.ISO8859_10=10]="ISO8859_10",r[r.ISO8859_11=11]="ISO8859_11",r[r.ISO8859_13=12]="ISO8859_13",r[r.ISO8859_14=13]="ISO8859_14",r[r.ISO8859_15=14]="ISO8859_15",r[r.ISO8859_16=15]="ISO8859_16",r[r.SJIS=16]="SJIS",r[r.Cp1250=17]="Cp1250",r[r.Cp1251=18]="Cp1251",r[r.Cp1252=19]="Cp1252",r[r.Cp1256=20]="Cp1256",r[r.UnicodeBigUnmarked=21]="UnicodeBigUnmarked",r[r.UTF8=22]="UTF8",r[r.ASCII=23]="ASCII",r[r.Big5=24]="Big5",r[r.GB18030=25]="GB18030",r[r.EUC_KR=26]="EUC_KR"})(J||(J={}));var ue=function(){function r(e,t,n){for(var i,a,o=[],s=3;s<arguments.length;s++)o[s-3]=arguments[s];this.valueIdentifier=e,this.name=n,typeof t=="number"?this.values=Int32Array.from([t]):this.values=t,this.otherEncodingNames=o,r.VALUE_IDENTIFIER_TO_ECI.set(e,this),r.NAME_TO_ECI.set(n,this);for(var f=this.values,u=0,c=f.length;u!==c;u++){var l=f[u];r.VALUES_TO_ECI.set(l,this)}try{for(var d=cu(o),h=d.next();!h.done;h=d.next()){var p=h.value;r.NAME_TO_ECI.set(p,this)}}catch(v){i={error:v}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}}return r.prototype.getValueIdentifier=function(){return this.valueIdentifier},r.prototype.getName=function(){return this.name},r.prototype.getValue=function(){return this.values[0]},r.getCharacterSetECIByValue=function(e){if(e<0||e>=900)throw new F("incorect value");var t=r.VALUES_TO_ECI.get(e);if(t===void 0)throw new F("incorect value");return t},r.getCharacterSetECIByName=function(e){var t=r.NAME_TO_ECI.get(e);if(t===void 0)throw new F("incorect value");return t},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.getName()===t.getName()},r.VALUE_IDENTIFIER_TO_ECI=new Map,r.VALUES_TO_ECI=new Map,r.NAME_TO_ECI=new Map,r.Cp437=new r(J.Cp437,Int32Array.from([0,2]),"Cp437"),r.ISO8859_1=new r(J.ISO8859_1,Int32Array.from([1,3]),"ISO-8859-1","ISO88591","ISO8859_1"),r.ISO8859_2=new r(J.ISO8859_2,4,"ISO-8859-2","ISO88592","ISO8859_2"),r.ISO8859_3=new r(J.ISO8859_3,5,"ISO-8859-3","ISO88593","ISO8859_3"),r.ISO8859_4=new r(J.ISO8859_4,6,"ISO-8859-4","ISO88594","ISO8859_4"),r.ISO8859_5=new r(J.ISO8859_5,7,"ISO-8859-5","ISO88595","ISO8859_5"),r.ISO8859_6=new r(J.ISO8859_6,8,"ISO-8859-6","ISO88596","ISO8859_6"),r.ISO8859_7=new r(J.ISO8859_7,9,"ISO-8859-7","ISO88597","ISO8859_7"),r.ISO8859_8=new r(J.ISO8859_8,10,"ISO-8859-8","ISO88598","ISO8859_8"),r.ISO8859_9=new r(J.ISO8859_9,11,"ISO-8859-9","ISO88599","ISO8859_9"),r.ISO8859_10=new r(J.ISO8859_10,12,"ISO-8859-10","ISO885910","ISO8859_10"),r.ISO8859_11=new r(J.ISO8859_11,13,"ISO-8859-11","ISO885911","ISO8859_11"),r.ISO8859_13=new r(J.ISO8859_13,15,"ISO-8859-13","ISO885913","ISO8859_13"),r.ISO8859_14=new r(J.ISO8859_14,16,"ISO-8859-14","ISO885914","ISO8859_14"),r.ISO8859_15=new r(J.ISO8859_15,17,"ISO-8859-15","ISO885915","ISO8859_15"),r.ISO8859_16=new r(J.ISO8859_16,18,"ISO-8859-16","ISO885916","ISO8859_16"),r.SJIS=new r(J.SJIS,20,"SJIS","Shift_JIS"),r.Cp1250=new r(J.Cp1250,21,"Cp1250","windows-1250"),r.Cp1251=new r(J.Cp1251,22,"Cp1251","windows-1251"),r.Cp1252=new r(J.Cp1252,23,"Cp1252","windows-1252"),r.Cp1256=new r(J.Cp1256,24,"Cp1256","windows-1256"),r.UnicodeBigUnmarked=new r(J.UnicodeBigUnmarked,25,"UnicodeBigUnmarked","UTF-16BE","UnicodeBig"),r.UTF8=new r(J.UTF8,26,"UTF8","UTF-8"),r.ASCII=new r(J.ASCII,Int32Array.from([27,170]),"ASCII","US-ASCII"),r.Big5=new r(J.Big5,28,"Big5"),r.GB18030=new r(J.GB18030,29,"GB18030","GB2312","EUC_CN","GBK"),r.EUC_KR=new r(J.EUC_KR,30,"EUC_KR","EUC-KR"),r}(),lu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Or=function(r){lu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="UnsupportedOperationException",e}(Fe),He=function(){function r(){}return r.decode=function(e,t){var n=this.encodingName(t);return this.customDecoder?this.customDecoder(e,n):typeof TextDecoder>"u"||this.shouldDecodeOnFallback(n)?this.decodeFallback(e,n):new TextDecoder(n).decode(e)},r.shouldDecodeOnFallback=function(e){return!r.isBrowser()&&e==="ISO-8859-1"},r.encode=function(e,t){var n=this.encodingName(t);return this.customEncoder?this.customEncoder(e,n):typeof TextEncoder>"u"?this.encodeFallback(e):new TextEncoder().encode(e)},r.isBrowser=function(){return typeof window<"u"&&{}.toString.call(window)==="[object Window]"},r.encodingName=function(e){return typeof e=="string"?e:e.getName()},r.encodingCharacterSet=function(e){return e instanceof ue?e:ue.getCharacterSetECIByName(e)},r.decodeFallback=function(e,t){var n=this.encodingCharacterSet(t);if(r.isDecodeFallbackSupported(n)){for(var i="",a=0,o=e.length;a<o;a++){var s=e[a].toString(16);s.length<2&&(s="0"+s),i+="%"+s}return decodeURIComponent(i)}if(n.equals(ue.UnicodeBigUnmarked))return String.fromCharCode.apply(null,new Uint16Array(e.buffer));throw new Or("Encoding "+this.encodingName(t)+" not supported by fallback.")},r.isDecodeFallbackSupported=function(e){return e.equals(ue.UTF8)||e.equals(ue.ISO8859_1)||e.equals(ue.ASCII)},r.encodeFallback=function(e){for(var t=btoa(unescape(encodeURIComponent(e))),n=t.split(""),i=[],a=0;a<n.length;a++)i.push(n[a].charCodeAt(0));return new Uint8Array(i)},r}(),$=function(){function r(){}return r.castAsNonUtf8Char=function(e,t){t===void 0&&(t=null);var n=t?t.getName():this.ISO88591;return He.decode(new Uint8Array([e]),n)},r.guessEncoding=function(e,t){if(t!=null&&t.get(oe.CHARACTER_SET)!==void 0)return t.get(oe.CHARACTER_SET).toString();for(var n=e.length,i=!0,a=!0,o=!0,s=0,f=0,u=0,c=0,l=0,d=0,h=0,p=0,v=0,x=0,m=0,w=e.length>3&&e[0]===239&&e[1]===187&&e[2]===191,C=0;C<n&&(i||a||o);C++){var _=e[C]&255;o&&(s>0?_&128?s--:o=!1:_&128&&(_&64?(s++,_&32?(s++,_&16?(s++,_&8?o=!1:c++):u++):f++):o=!1)),i&&(_>127&&_<160?i=!1:_>159&&(_<192||_===215||_===247)&&m++),a&&(l>0?_<64||_===127||_>252?a=!1:l--:_===128||_===160||_>239?a=!1:_>160&&_<224?(d++,p=0,h++,h>v&&(v=h)):_>127?(l++,h=0,p++,p>x&&(x=p)):(h=0,p=0))}return o&&s>0&&(o=!1),a&&l>0&&(a=!1),o&&(w||f+u+c>0)?r.UTF8:a&&(r.ASSUME_SHIFT_JIS||v>=3||x>=3)?r.SHIFT_JIS:i&&a?v===2&&d===2||m*10>=n?r.SHIFT_JIS:r.ISO88591:i?r.ISO88591:a?r.SHIFT_JIS:o?r.UTF8:r.PLATFORM_DEFAULT_ENCODING},r.format=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var i=-1;function a(s,f,u,c,l,d){if(s==="%%")return"%";if(t[++i]!==void 0){s=c?parseInt(c.substr(1)):void 0;var h=l?parseInt(l.substr(1)):void 0,p;switch(d){case"s":p=t[i];break;case"c":p=t[i][0];break;case"f":p=parseFloat(t[i]).toFixed(s);break;case"p":p=parseFloat(t[i]).toPrecision(s);break;case"e":p=parseFloat(t[i]).toExponential(s);break;case"x":p=parseInt(t[i]).toString(h||16);break;case"d":p=parseFloat(parseInt(t[i],h||10).toPrecision(s)).toFixed(0);break}p=typeof p=="object"?JSON.stringify(p):(+p).toString(h);for(var v=parseInt(u),x=u&&u[0]+""=="0"?"0":" ";p.length<v;)p=f!==void 0?p+x:x+p;return p}}var o=/%(-)?(0?[0-9]+)?([.][0-9]+)?([#][0-9]+)?([scfpexd%])/g;return e.replace(o,a)},r.getBytes=function(e,t){return He.encode(e,t)},r.getCharCode=function(e,t){return t===void 0&&(t=0),e.charCodeAt(t)},r.getCharAt=function(e){return String.fromCharCode(e)},r.SHIFT_JIS=ue.SJIS.getName(),r.GB2312="GB2312",r.ISO88591=ue.ISO8859_1.getName(),r.EUC_JP="EUC_JP",r.UTF8=ue.UTF8.getName(),r.PLATFORM_DEFAULT_ENCODING=r.UTF8,r.ASSUME_SHIFT_JIS=!1,r}(),z=function(){function r(e){e===void 0&&(e=""),this.value=e}return r.prototype.enableDecoding=function(e){return this.encoding=e,this},r.prototype.append=function(e){return typeof e=="string"?this.value+=e.toString():this.encoding?this.value+=$.castAsNonUtf8Char(e,this.encoding):this.value+=String.fromCharCode(e),this},r.prototype.appendChars=function(e,t,n){for(var i=t;t<t+n;i++)this.append(e[i]);return this},r.prototype.length=function(){return this.value.length},r.prototype.charAt=function(e){return this.value.charAt(e)},r.prototype.deleteCharAt=function(e){this.value=this.value.substr(0,e)+this.value.substring(e+1)},r.prototype.setCharAt=function(e,t){this.value=this.value.substr(0,e)+t+this.value.substr(e+1)},r.prototype.substring=function(e,t){return this.value.substring(e,t)},r.prototype.setLengthToZero=function(){this.value=""},r.prototype.toString=function(){return this.value},r.prototype.insert=function(e,t){this.value=this.value.substring(0,e)+t+this.value.substring(e)},r}(),Qe=function(){function r(e,t,n,i){if(this.width=e,this.height=t,this.rowSize=n,this.bits=i,t==null&&(t=e),this.height=t,e<1||t<1)throw new V("Both dimensions must be greater than 0");n==null&&(n=Math.floor((e+31)/32)),this.rowSize=n,i==null&&(this.bits=new Int32Array(this.rowSize*this.height))}return r.parseFromBooleanArray=function(e){for(var t=e.length,n=e[0].length,i=new r(n,t),a=0;a<t;a++)for(var o=e[a],s=0;s<n;s++)o[s]&&i.set(s,a);return i},r.parseFromString=function(e,t,n){if(e===null)throw new V("stringRepresentation cannot be null");for(var i=new Array(e.length),a=0,o=0,s=-1,f=0,u=0;u<e.length;)if(e.charAt(u)===`
|
|
46
|
-
`||e.charAt(u)==="\r"){if(a>o){if(s===-1)s=a-o;else if(a-o!==s)throw new
|
|
47
|
-
`),this.buildToString(e,t,n)},r.prototype.buildToString=function(e,t,n){for(var i=new z,a=0,o=this.height;a<o;a++){for(var s=0,f=this.width;s<f;s++)i.append(this.get(s,a)?e:t);i.append(n)}return i.toString()},r.prototype.clone=function(){return new r(this.width,this.height,this.rowSize,this.bits.slice())},r}(),du=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),D=function(r){du(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.getNotFoundInstance=function(){return new e},e.kind="NotFoundException",e}(Fe),hu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),pu=function(r){hu(e,r);function e(t){var n=r.call(this,t)||this;return n.luminances=e.EMPTY,n.buckets=new Int32Array(e.LUMINANCE_BUCKETS),n}return e.prototype.getBlackRow=function(t,n){var i=this.getLuminanceSource(),a=i.getWidth();n==null||n.getSize()<a?n=new ve(a):n.clear(),this.initArrays(a);for(var o=i.getRow(t,this.luminances),s=this.buckets,f=0;f<a;f++)s[(o[f]&255)>>e.LUMINANCE_SHIFT]++;var u=e.estimateBlackPoint(s);if(a<3)for(var f=0;f<a;f++)(o[f]&255)<u&&n.set(f);else for(var c=o[0]&255,l=o[1]&255,f=1;f<a-1;f++){var d=o[f+1]&255;(l*4-c-d)/2<u&&n.set(f),c=l,l=d}return n},e.prototype.getBlackMatrix=function(){var t=this.getLuminanceSource(),n=t.getWidth(),i=t.getHeight(),a=new Qe(n,i);this.initArrays(n);for(var o=this.buckets,s=1;s<5;s++)for(var f=Math.floor(i*s/5),u=t.getRow(f,this.luminances),c=Math.floor(n*4/5),l=Math.floor(n/5);l<c;l++){var d=u[l]&255;o[d>>e.LUMINANCE_SHIFT]++}for(var h=e.estimateBlackPoint(o),p=t.getMatrix(),s=0;s<i;s++)for(var v=s*n,l=0;l<n;l++){var d=p[v+l]&255;d<h&&a.set(l,s)}return a},e.prototype.createBinarizer=function(t){return new e(t)},e.prototype.initArrays=function(t){this.luminances.length<t&&(this.luminances=new Uint8ClampedArray(t));for(var n=this.buckets,i=0;i<e.LUMINANCE_BUCKETS;i++)n[i]=0},e.estimateBlackPoint=function(t){for(var n=t.length,i=0,a=0,o=0,s=0;s<n;s++)t[s]>o&&(a=s,o=t[s]),t[s]>i&&(i=t[s]);for(var f=0,u=0,s=0;s<n;s++){var c=s-a,l=t[s]*c*c;l>u&&(f=s,u=l)}if(a>f){var d=a;a=f,f=d}if(f-a<=n/16)throw new D;for(var h=f-1,p=-1,s=f-1;s>a;s--){var v=s-a,l=v*v*(f-s)*(i-t[s]);l>p&&(h=s,p=l)}return h<<e.LUMINANCE_SHIFT},e.LUMINANCE_BITS=5,e.LUMINANCE_SHIFT=8-e.LUMINANCE_BITS,e.LUMINANCE_BUCKETS=1<<e.LUMINANCE_BITS,e.EMPTY=Uint8ClampedArray.from([0]),e}(au),vu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),gu=function(r){vu(e,r);function e(t){var n=r.call(this,t)||this;return n.matrix=null,n}return e.prototype.getBlackMatrix=function(){if(this.matrix!==null)return this.matrix;var t=this.getLuminanceSource(),n=t.getWidth(),i=t.getHeight();if(n>=e.MINIMUM_DIMENSION&&i>=e.MINIMUM_DIMENSION){var a=t.getMatrix(),o=n>>e.BLOCK_SIZE_POWER;n&e.BLOCK_SIZE_MASK&&o++;var s=i>>e.BLOCK_SIZE_POWER;i&e.BLOCK_SIZE_MASK&&s++;var f=e.calculateBlackPoints(a,o,s,n,i),u=new Qe(n,i);e.calculateThresholdForBlock(a,o,s,n,i,f,u),this.matrix=u}else this.matrix=r.prototype.getBlackMatrix.call(this);return this.matrix},e.prototype.createBinarizer=function(t){return new e(t)},e.calculateThresholdForBlock=function(t,n,i,a,o,s,f){for(var u=o-e.BLOCK_SIZE,c=a-e.BLOCK_SIZE,l=0;l<i;l++){var d=l<<e.BLOCK_SIZE_POWER;d>u&&(d=u);for(var h=e.cap(l,2,i-3),p=0;p<n;p++){var v=p<<e.BLOCK_SIZE_POWER;v>c&&(v=c);for(var x=e.cap(p,2,n-3),
|
|
48
|
-
`)}return t.toString()},r}(),xu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Rn=function(r){xu(e,r);function e(t){var n=r.call(this,t.getWidth(),t.getHeight())||this;return n.delegate=t,n}return e.prototype.getRow=function(t,n){for(var i=this.delegate.getRow(t,n),a=this.getWidth(),o=0;o<a;o++)i[o]=255-(i[o]&255);return i},e.prototype.getMatrix=function(){for(var t=this.delegate.getMatrix(),n=this.getWidth()*this.getHeight(),i=new Uint8ClampedArray(n),a=0;a<n;a++)i[a]=255-(t[a]&255);return i},e.prototype.isCropSupported=function(){return this.delegate.isCropSupported()},e.prototype.crop=function(t,n,i,a){return new e(this.delegate.crop(t,n,i,a))},e.prototype.isRotateSupported=function(){return this.delegate.isRotateSupported()},e.prototype.invert=function(){return this.delegate},e.prototype.rotateCounterClockwise=function(){return new e(this.delegate.rotateCounterClockwise())},e.prototype.rotateCounterClockwise45=function(){return new e(this.delegate.rotateCounterClockwise45())},e}(Nr),yu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),wu=function(r){yu(e,r);function e(t){var n=r.call(this,t.width,t.height)||this;return n.canvas=t,n.tempCanvasElement=null,n.buffer=e.makeBufferFromCanvasImageData(t),n}return e.makeBufferFromCanvasImageData=function(t){var n=t.getContext("2d").getImageData(0,0,t.width,t.height);return e.toGrayscaleBuffer(n.data,t.width,t.height)},e.toGrayscaleBuffer=function(t,n,i){var a=new Uint8ClampedArray(n*i);if(e.FRAME_INDEX=!e.FRAME_INDEX,e.FRAME_INDEX)for(var o=0,s=0,f=t.length;o<f;o+=4,s++){var u=void 0,c=t[o+3];if(c===0)u=255;else{var l=t[o],d=t[o+1],h=t[o+2];u=306*l+601*d+117*h+512>>10}a[s]=u}else for(var o=0,s=0,p=t.length;o<p;o+=4,s++){var u=void 0,c=t[o+3];if(c===0)u=255;else{var l=t[o],d=t[o+1],h=t[o+2];u=306*l+601*d+117*h+512>>10}a[s]=255-u}return a},e.prototype.getRow=function(t,n){if(t<0||t>=this.getHeight())throw new V("Requested row is outside the image: "+t);var i=this.getWidth(),a=t*i;return n===null?n=this.buffer.slice(a,a+i):(n.length<i&&(n=new Uint8ClampedArray(i)),n.set(this.buffer.slice(a,a+i))),n},e.prototype.getMatrix=function(){return this.buffer},e.prototype.isCropSupported=function(){return!0},e.prototype.crop=function(t,n,i,a){return r.prototype.crop.call(this,t,n,i,a),this},e.prototype.isRotateSupported=function(){return!0},e.prototype.rotateCounterClockwise=function(){return this.rotate(-90),this},e.prototype.rotateCounterClockwise45=function(){return this.rotate(-45),this},e.prototype.getTempCanvasElement=function(){if(this.tempCanvasElement===null){var t=this.canvas.ownerDocument.createElement("canvas");t.width=this.canvas.width,t.height=this.canvas.height,this.tempCanvasElement=t}return this.tempCanvasElement},e.prototype.rotate=function(t){var n=this.getTempCanvasElement(),i=n.getContext("2d"),a=t*e.DEGREE_TO_RADIANS,o=this.canvas.width,s=this.canvas.height,f=Math.ceil(Math.abs(Math.cos(a))*o+Math.abs(Math.sin(a))*s),u=Math.ceil(Math.abs(Math.sin(a))*o+Math.abs(Math.cos(a))*s);return n.width=f,n.height=u,i.translate(f/2,u/2),i.rotate(a),i.drawImage(this.canvas,o/-2,s/-2),this.buffer=e.makeBufferFromCanvasImageData(n),this},e.prototype.invert=function(){return new Rn(this)},e.DEGREE_TO_RADIANS=Math.PI/180,e.FRAME_INDEX=!0,e}(Nr),mu=function(){function r(e,t,n){this.deviceId=e,this.label=t,this.kind="videoinput",this.groupId=n||void 0}return r.prototype.toJSON=function(){return{kind:this.kind,groupId:this.groupId,deviceId:this.deviceId,label:this.label}},r}(),Ne=function(r,e,t,n){function i(a){return a instanceof t?a:new t(function(o){o(a)})}return new(t||(t=Promise))(function(a,o){function s(c){try{u(n.next(c))}catch(l){o(l)}}function f(c){try{u(n.throw(c))}catch(l){o(l)}}function u(c){c.done?a(c.value):i(c.value).then(s,f)}u((n=n.apply(r,e||[])).next())})},De=function(r,e){var t={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(u){return function(c){return f([u,c])}}function f(u){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,i&&(a=u[0]&2?i.return:u[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,u[1])).done)return a;switch(i=0,a&&(u=[u[0]&2,a.value]),u[0]){case 0:case 1:a=u;break;case 4:return t.label++,{value:u[1],done:!1};case 5:t.label++,i=u[1],u=[0];continue;case 7:u=t.ops.pop(),t.trys.pop();continue;default:if(a=t.trys,!(a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){t=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){t.label=u[1];break}if(u[0]===6&&t.label<a[1]){t.label=a[1],a=u;break}if(a&&t.label<a[2]){t.label=a[2],t.ops.push(u);break}a[2]&&t.ops.pop(),t.trys.pop();continue}u=e.call(r,t)}catch(c){u=[6,c],i=0}finally{n=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},Cu=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Mt=function(){function r(e,t,n){t===void 0&&(t=500),this.reader=e,this.timeBetweenScansMillis=t,this._hints=n,this._stopContinuousDecode=!1,this._stopAsyncDecode=!1,this._timeBetweenDecodingAttempts=0}return Object.defineProperty(r.prototype,"hasNavigator",{get:function(){return typeof navigator<"u"},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMediaDevicesSuported",{get:function(){return this.hasNavigator&&!!navigator.mediaDevices},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"canEnumerateDevices",{get:function(){return!!(this.isMediaDevicesSuported&&navigator.mediaDevices.enumerateDevices)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"timeBetweenDecodingAttempts",{get:function(){return this._timeBetweenDecodingAttempts},set:function(e){this._timeBetweenDecodingAttempts=e<0?0:e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"hints",{get:function(){return this._hints},set:function(e){this._hints=e||null},enumerable:!1,configurable:!0}),r.prototype.listVideoInputDevices=function(){return Ne(this,void 0,void 0,function(){var e,t,n,i,a,o,s,f,u,c,l,d;return De(this,function(h){switch(h.label){case 0:if(!this.hasNavigator)throw new Error("Can't enumerate devices, navigator is not present.");if(!this.canEnumerateDevices)throw new Error("Can't enumerate devices, method not supported.");return[4,navigator.mediaDevices.enumerateDevices()];case 1:e=h.sent(),t=[];try{for(n=Cu(e),i=n.next();!i.done;i=n.next())a=i.value,o=a.kind==="video"?"videoinput":a.kind,o==="videoinput"&&(s=a.deviceId||a.id,f=a.label||"Video device "+(t.length+1),u=a.groupId,c={deviceId:s,label:f,kind:o,groupId:u},t.push(c))}catch(p){l={error:p}}finally{try{i&&!i.done&&(d=n.return)&&d.call(n)}finally{if(l)throw l.error}}return[2,t]}})})},r.prototype.getVideoInputDevices=function(){return Ne(this,void 0,void 0,function(){var e;return De(this,function(t){switch(t.label){case 0:return[4,this.listVideoInputDevices()];case 1:return e=t.sent(),[2,e.map(function(n){return new mu(n.deviceId,n.label)})]}})})},r.prototype.findDeviceById=function(e){return Ne(this,void 0,void 0,function(){var t;return De(this,function(n){switch(n.label){case 0:return[4,this.listVideoInputDevices()];case 1:return t=n.sent(),t?[2,t.find(function(i){return i.deviceId===e})]:[2,null]}})})},r.prototype.decodeFromInputVideoDevice=function(e,t){return Ne(this,void 0,void 0,function(){return De(this,function(n){switch(n.label){case 0:return[4,this.decodeOnceFromVideoDevice(e,t)];case 1:return[2,n.sent()]}})})},r.prototype.decodeOnceFromVideoDevice=function(e,t){return Ne(this,void 0,void 0,function(){var n,i;return De(this,function(a){switch(a.label){case 0:return this.reset(),e?n={deviceId:{exact:e}}:n={facingMode:"environment"},i={video:n},[4,this.decodeOnceFromConstraints(i,t)];case 1:return[2,a.sent()]}})})},r.prototype.decodeOnceFromConstraints=function(e,t){return Ne(this,void 0,void 0,function(){var n;return De(this,function(i){switch(i.label){case 0:return[4,navigator.mediaDevices.getUserMedia(e)];case 1:return n=i.sent(),[4,this.decodeOnceFromStream(n,t)];case 2:return[2,i.sent()]}})})},r.prototype.decodeOnceFromStream=function(e,t){return Ne(this,void 0,void 0,function(){var n,i;return De(this,function(a){switch(a.label){case 0:return this.reset(),[4,this.attachStreamToVideo(e,t)];case 1:return n=a.sent(),[4,this.decodeOnce(n)];case 2:return i=a.sent(),[2,i]}})})},r.prototype.decodeFromInputVideoDeviceContinuously=function(e,t,n){return Ne(this,void 0,void 0,function(){return De(this,function(i){switch(i.label){case 0:return[4,this.decodeFromVideoDevice(e,t,n)];case 1:return[2,i.sent()]}})})},r.prototype.decodeFromVideoDevice=function(e,t,n){return Ne(this,void 0,void 0,function(){var i,a;return De(this,function(o){switch(o.label){case 0:return e?i={deviceId:{exact:e}}:i={facingMode:"environment"},a={video:i},[4,this.decodeFromConstraints(a,t,n)];case 1:return[2,o.sent()]}})})},r.prototype.decodeFromConstraints=function(e,t,n){return Ne(this,void 0,void 0,function(){var i;return De(this,function(a){switch(a.label){case 0:return[4,navigator.mediaDevices.getUserMedia(e)];case 1:return i=a.sent(),[4,this.decodeFromStream(i,t,n)];case 2:return[2,a.sent()]}})})},r.prototype.decodeFromStream=function(e,t,n){return Ne(this,void 0,void 0,function(){var i;return De(this,function(a){switch(a.label){case 0:return this.reset(),[4,this.attachStreamToVideo(e,t)];case 1:return i=a.sent(),[4,this.decodeContinuously(i,n)];case 2:return[2,a.sent()]}})})},r.prototype.stopAsyncDecode=function(){this._stopAsyncDecode=!0},r.prototype.stopContinuousDecode=function(){this._stopContinuousDecode=!0},r.prototype.attachStreamToVideo=function(e,t){return Ne(this,void 0,void 0,function(){var n;return De(this,function(i){switch(i.label){case 0:return n=this.prepareVideoElement(t),this.addVideoSource(n,e),this.videoElement=n,this.stream=e,[4,this.playVideoOnLoadAsync(n)];case 1:return i.sent(),[2,n]}})})},r.prototype.playVideoOnLoadAsync=function(e){var t=this;return new Promise(function(n,i){return t.playVideoOnLoad(e,function(){return n()})})},r.prototype.playVideoOnLoad=function(e,t){var n=this;this.videoEndedListener=function(){return n.stopStreams()},this.videoCanPlayListener=function(){return n.tryPlayVideo(e)},e.addEventListener("ended",this.videoEndedListener),e.addEventListener("canplay",this.videoCanPlayListener),e.addEventListener("playing",t),this.tryPlayVideo(e)},r.prototype.isVideoPlaying=function(e){return e.currentTime>0&&!e.paused&&!e.ended&&e.readyState>2},r.prototype.tryPlayVideo=function(e){return Ne(this,void 0,void 0,function(){return De(this,function(t){switch(t.label){case 0:if(this.isVideoPlaying(e))return console.warn("Trying to play video that is already playing."),[2];t.label=1;case 1:return t.trys.push([1,3,,4]),[4,e.play()];case 2:return t.sent(),[3,4];case 3:return t.sent(),console.warn("It was not possible to play the video."),[3,4];case 4:return[2]}})})},r.prototype.getMediaElement=function(e,t){var n=document.getElementById(e);if(!n)throw new $e("element with id '"+e+"' not found");if(n.nodeName.toLowerCase()!==t.toLowerCase())throw new $e("element with id '"+e+"' must be an "+t+" element");return n},r.prototype.decodeFromImage=function(e,t){if(!e&&!t)throw new $e("either imageElement with a src set or an url must be provided");return t&&!e?this.decodeFromImageUrl(t):this.decodeFromImageElement(e)},r.prototype.decodeFromVideo=function(e,t){if(!e&&!t)throw new $e("Either an element with a src set or an URL must be provided");return t&&!e?this.decodeFromVideoUrl(t):this.decodeFromVideoElement(e)},r.prototype.decodeFromVideoContinuously=function(e,t,n){if(e===void 0&&t===void 0)throw new $e("Either an element with a src set or an URL must be provided");return t&&!e?this.decodeFromVideoUrlContinuously(t,n):this.decodeFromVideoElementContinuously(e,n)},r.prototype.decodeFromImageElement=function(e){if(!e)throw new $e("An image element must be provided.");this.reset();var t=this.prepareImageElement(e);this.imageElement=t;var n;return this.isImageLoaded(t)?n=this.decodeOnce(t,!1,!0):n=this._decodeOnLoadImage(t),n},r.prototype.decodeFromVideoElement=function(e){var t=this._decodeFromVideoElementSetup(e);return this._decodeOnLoadVideo(t)},r.prototype.decodeFromVideoElementContinuously=function(e,t){var n=this._decodeFromVideoElementSetup(e);return this._decodeOnLoadVideoContinuously(n,t)},r.prototype._decodeFromVideoElementSetup=function(e){if(!e)throw new $e("A video element must be provided.");this.reset();var t=this.prepareVideoElement(e);return this.videoElement=t,t},r.prototype.decodeFromImageUrl=function(e){if(!e)throw new $e("An URL must be provided.");this.reset();var t=this.prepareImageElement();this.imageElement=t;var n=this._decodeOnLoadImage(t);return t.src=e,n},r.prototype.decodeFromVideoUrl=function(e){if(!e)throw new $e("An URL must be provided.");this.reset();var t=this.prepareVideoElement(),n=this.decodeFromVideoElement(t);return t.src=e,n},r.prototype.decodeFromVideoUrlContinuously=function(e,t){if(!e)throw new $e("An URL must be provided.");this.reset();var n=this.prepareVideoElement(),i=this.decodeFromVideoElementContinuously(n,t);return n.src=e,i},r.prototype._decodeOnLoadImage=function(e){var t=this;return new Promise(function(n,i){t.imageLoadedListener=function(){return t.decodeOnce(e,!1,!0).then(n,i)},e.addEventListener("load",t.imageLoadedListener)})},r.prototype._decodeOnLoadVideo=function(e){return Ne(this,void 0,void 0,function(){return De(this,function(t){switch(t.label){case 0:return[4,this.playVideoOnLoadAsync(e)];case 1:return t.sent(),[4,this.decodeOnce(e)];case 2:return[2,t.sent()]}})})},r.prototype._decodeOnLoadVideoContinuously=function(e,t){return Ne(this,void 0,void 0,function(){return De(this,function(n){switch(n.label){case 0:return[4,this.playVideoOnLoadAsync(e)];case 1:return n.sent(),this.decodeContinuously(e,t),[2]}})})},r.prototype.isImageLoaded=function(e){return!(!e.complete||e.naturalWidth===0)},r.prototype.prepareImageElement=function(e){var t;return typeof e>"u"&&(t=document.createElement("img"),t.width=200,t.height=200),typeof e=="string"&&(t=this.getMediaElement(e,"img")),e instanceof HTMLImageElement&&(t=e),t},r.prototype.prepareVideoElement=function(e){var t;return!e&&typeof document<"u"&&(t=document.createElement("video"),t.width=200,t.height=200),typeof e=="string"&&(t=this.getMediaElement(e,"video")),e instanceof HTMLVideoElement&&(t=e),t.setAttribute("autoplay","true"),t.setAttribute("muted","true"),t.setAttribute("playsinline","true"),t},r.prototype.decodeOnce=function(e,t,n){var i=this;t===void 0&&(t=!0),n===void 0&&(n=!0),this._stopAsyncDecode=!1;var a=function(o,s){if(i._stopAsyncDecode){s(new D("Video stream has ended before any code could be detected.")),i._stopAsyncDecode=void 0;return}try{var f=i.decode(e);o(f)}catch(d){var u=t&&d instanceof D,c=d instanceof pe||d instanceof F,l=c&&n;if(u||l)return setTimeout(a,i._timeBetweenDecodingAttempts,o,s);s(d)}};return new Promise(function(o,s){return a(o,s)})},r.prototype.decodeContinuously=function(e,t){var n=this;this._stopContinuousDecode=!1;var i=function(){if(n._stopContinuousDecode){n._stopContinuousDecode=void 0;return}try{var a=n.decode(e);t(a,null),setTimeout(i,n.timeBetweenScansMillis)}catch(f){t(null,f);var o=f instanceof pe||f instanceof F,s=f instanceof D;(o||s)&&setTimeout(i,n._timeBetweenDecodingAttempts)}};i()},r.prototype.decode=function(e){var t=this.createBinaryBitmap(e);return this.decodeBitmap(t)},r.prototype.createBinaryBitmap=function(e){this.getCaptureCanvasContext(e),e instanceof HTMLVideoElement?this.drawFrameOnCanvas(e):this.drawImageOnCanvas(e);var t=this.getCaptureCanvas(e),n=new wu(t),i=new gu(n);return new nu(i)},r.prototype.getCaptureCanvasContext=function(e){if(!this.captureCanvasContext){var t=this.getCaptureCanvas(e),n=void 0;try{n=t.getContext("2d",{willReadFrequently:!0})}catch{n=t.getContext("2d")}this.captureCanvasContext=n}return this.captureCanvasContext},r.prototype.getCaptureCanvas=function(e){if(!this.captureCanvas){var t=this.createCaptureCanvas(e);this.captureCanvas=t}return this.captureCanvas},r.prototype.drawFrameOnCanvas=function(e,t,n){t===void 0&&(t={sx:0,sy:0,sWidth:e.videoWidth,sHeight:e.videoHeight,dx:0,dy:0,dWidth:e.videoWidth,dHeight:e.videoHeight}),n===void 0&&(n=this.captureCanvasContext),n.drawImage(e,t.sx,t.sy,t.sWidth,t.sHeight,t.dx,t.dy,t.dWidth,t.dHeight)},r.prototype.drawImageOnCanvas=function(e,t,n){t===void 0&&(t={sx:0,sy:0,sWidth:e.naturalWidth,sHeight:e.naturalHeight,dx:0,dy:0,dWidth:e.naturalWidth,dHeight:e.naturalHeight}),n===void 0&&(n=this.captureCanvasContext),n.drawImage(e,t.sx,t.sy,t.sWidth,t.sHeight,t.dx,t.dy,t.dWidth,t.dHeight)},r.prototype.decodeBitmap=function(e){return this.reader.decode(e,this._hints)},r.prototype.createCaptureCanvas=function(e){if(typeof document>"u")return this._destroyCaptureCanvas(),null;var t=document.createElement("canvas"),n,i;return typeof e<"u"&&(e instanceof HTMLVideoElement?(n=e.videoWidth,i=e.videoHeight):e instanceof HTMLImageElement&&(n=e.naturalWidth||e.width,i=e.naturalHeight||e.height)),t.style.width=n+"px",t.style.height=i+"px",t.width=n,t.height=i,t},r.prototype.stopStreams=function(){this.stream&&(this.stream.getVideoTracks().forEach(function(e){return e.stop()}),this.stream=void 0),this._stopAsyncDecode===!1&&this.stopAsyncDecode(),this._stopContinuousDecode===!1&&this.stopContinuousDecode()},r.prototype.reset=function(){this.stopStreams(),this._destroyVideoElement(),this._destroyImageElement(),this._destroyCaptureCanvas()},r.prototype._destroyVideoElement=function(){this.videoElement&&(typeof this.videoEndedListener<"u"&&this.videoElement.removeEventListener("ended",this.videoEndedListener),typeof this.videoPlayingEventListener<"u"&&this.videoElement.removeEventListener("playing",this.videoPlayingEventListener),typeof this.videoCanPlayListener<"u"&&this.videoElement.removeEventListener("loadedmetadata",this.videoCanPlayListener),this.cleanVideoSource(this.videoElement),this.videoElement=void 0)},r.prototype._destroyImageElement=function(){this.imageElement&&(this.imageLoadedListener!==void 0&&this.imageElement.removeEventListener("load",this.imageLoadedListener),this.imageElement.src=void 0,this.imageElement.removeAttribute("src"),this.imageElement=void 0)},r.prototype._destroyCaptureCanvas=function(){this.captureCanvasContext=void 0,this.captureCanvas=void 0},r.prototype.addVideoSource=function(e,t){try{e.srcObject=t}catch{e.src=URL.createObjectURL(t)}},r.prototype.cleanVideoSource=function(e){try{e.srcObject=null}catch{e.src=""}this.videoElement.removeAttribute("src")},r}(),Se=function(){function r(e,t,n,i,a,o){n===void 0&&(n=t==null?0:8*t.length),o===void 0&&(o=re.currentTimeMillis()),this.text=e,this.rawBytes=t,this.numBits=n,this.resultPoints=i,this.format=a,this.timestamp=o,this.text=e,this.rawBytes=t,n==null?this.numBits=t==null?0:8*t.length:this.numBits=n,this.resultPoints=i,this.format=a,this.resultMetadata=null,o==null?this.timestamp=re.currentTimeMillis():this.timestamp=o}return r.prototype.getText=function(){return this.text},r.prototype.getRawBytes=function(){return this.rawBytes},r.prototype.getNumBits=function(){return this.numBits},r.prototype.getResultPoints=function(){return this.resultPoints},r.prototype.getBarcodeFormat=function(){return this.format},r.prototype.getResultMetadata=function(){return this.resultMetadata},r.prototype.putMetadata=function(e,t){this.resultMetadata===null&&(this.resultMetadata=new Map),this.resultMetadata.set(e,t)},r.prototype.putAllMetadata=function(e){e!==null&&(this.resultMetadata===null?this.resultMetadata=e:this.resultMetadata=new Map(e))},r.prototype.addResultPoints=function(e){var t=this.resultPoints;if(t===null)this.resultPoints=e;else if(e!==null&&e.length>0){var n=new Array(t.length+e.length);re.arraycopy(t,0,n,0,t.length),re.arraycopy(e,0,n,t.length,e.length),this.resultPoints=n}},r.prototype.getTimestamp=function(){return this.timestamp},r.prototype.toString=function(){return this.text},r}(),Bn;(function(r){r[r.AZTEC=0]="AZTEC",r[r.CODABAR=1]="CODABAR",r[r.CODE_39=2]="CODE_39",r[r.CODE_93=3]="CODE_93",r[r.CODE_128=4]="CODE_128",r[r.DATA_MATRIX=5]="DATA_MATRIX",r[r.EAN_8=6]="EAN_8",r[r.EAN_13=7]="EAN_13",r[r.ITF=8]="ITF",r[r.MAXICODE=9]="MAXICODE",r[r.PDF_417=10]="PDF_417",r[r.QR_CODE=11]="QR_CODE",r[r.RSS_14=12]="RSS_14",r[r.RSS_EXPANDED=13]="RSS_EXPANDED",r[r.UPC_A=14]="UPC_A",r[r.UPC_E=15]="UPC_E",r[r.UPC_EAN_EXTENSION=16]="UPC_EAN_EXTENSION"})(Bn||(Bn={}));const L=Bn;var Ln;(function(r){r[r.OTHER=0]="OTHER",r[r.ORIENTATION=1]="ORIENTATION",r[r.BYTE_SEGMENTS=2]="BYTE_SEGMENTS",r[r.ERROR_CORRECTION_LEVEL=3]="ERROR_CORRECTION_LEVEL",r[r.ISSUE_NUMBER=4]="ISSUE_NUMBER",r[r.SUGGESTED_PRICE=5]="SUGGESTED_PRICE",r[r.POSSIBLE_COUNTRY=6]="POSSIBLE_COUNTRY",r[r.UPC_EAN_EXTENSION=7]="UPC_EAN_EXTENSION",r[r.PDF417_EXTRA_METADATA=8]="PDF417_EXTRA_METADATA",r[r.STRUCTURED_APPEND_SEQUENCE=9]="STRUCTURED_APPEND_SEQUENCE",r[r.STRUCTURED_APPEND_PARITY=10]="STRUCTURED_APPEND_PARITY"})(Ln||(Ln={}));const me=Ln;var Dr=function(){function r(e,t,n,i,a,o){a===void 0&&(a=-1),o===void 0&&(o=-1),this.rawBytes=e,this.text=t,this.byteSegments=n,this.ecLevel=i,this.structuredAppendSequenceNumber=a,this.structuredAppendParity=o,this.numBits=e==null?0:8*e.length}return r.prototype.getRawBytes=function(){return this.rawBytes},r.prototype.getNumBits=function(){return this.numBits},r.prototype.setNumBits=function(e){this.numBits=e},r.prototype.getText=function(){return this.text},r.prototype.getByteSegments=function(){return this.byteSegments},r.prototype.getECLevel=function(){return this.ecLevel},r.prototype.getErrorsCorrected=function(){return this.errorsCorrected},r.prototype.setErrorsCorrected=function(e){this.errorsCorrected=e},r.prototype.getErasures=function(){return this.erasures},r.prototype.setErasures=function(e){this.erasures=e},r.prototype.getOther=function(){return this.other},r.prototype.setOther=function(e){this.other=e},r.prototype.hasStructuredAppend=function(){return this.structuredAppendParity>=0&&this.structuredAppendSequenceNumber>=0},r.prototype.getStructuredAppendParity=function(){return this.structuredAppendParity},r.prototype.getStructuredAppendSequenceNumber=function(){return this.structuredAppendSequenceNumber},r}(),Kt=function(){function r(){}return r.prototype.exp=function(e){return this.expTable[e]},r.prototype.log=function(e){if(e===0)throw new V;return this.logTable[e]},r.addOrSubtract=function(e,t){return e^t},r}(),ft=function(){function r(e,t){if(t.length===0)throw new V;this.field=e;var n=t.length;if(n>1&&t[0]===0){for(var i=1;i<n&&t[i]===0;)i++;i===n?this.coefficients=Int32Array.from([0]):(this.coefficients=new Int32Array(n-i),re.arraycopy(t,i,this.coefficients,0,this.coefficients.length))}else this.coefficients=t}return r.prototype.getCoefficients=function(){return this.coefficients},r.prototype.getDegree=function(){return this.coefficients.length-1},r.prototype.isZero=function(){return this.coefficients[0]===0},r.prototype.getCoefficient=function(e){return this.coefficients[this.coefficients.length-1-e]},r.prototype.evaluateAt=function(e){if(e===0)return this.getCoefficient(0);var t=this.coefficients,n;if(e===1){n=0;for(var i=0,a=t.length;i!==a;i++){var o=t[i];n=Kt.addOrSubtract(n,o)}return n}n=t[0];for(var s=t.length,f=this.field,i=1;i<s;i++)n=Kt.addOrSubtract(f.multiply(e,n),t[i]);return n},r.prototype.addOrSubtract=function(e){if(!this.field.equals(e.field))throw new V("GenericGFPolys do not have same GenericGF field");if(this.isZero())return e;if(e.isZero())return this;var t=this.coefficients,n=e.coefficients;if(t.length>n.length){var i=t;t=n,n=i}var a=new Int32Array(n.length),o=n.length-t.length;re.arraycopy(n,0,a,0,o);for(var s=o;s<n.length;s++)a[s]=Kt.addOrSubtract(t[s-o],n[s]);return new r(this.field,a)},r.prototype.multiply=function(e){if(!this.field.equals(e.field))throw new V("GenericGFPolys do not have same GenericGF field");if(this.isZero()||e.isZero())return this.field.getZero();for(var t=this.coefficients,n=t.length,i=e.coefficients,a=i.length,o=new Int32Array(n+a-1),s=this.field,f=0;f<n;f++)for(var u=t[f],c=0;c<a;c++)o[f+c]=Kt.addOrSubtract(o[f+c],s.multiply(u,i[c]));return new r(s,o)},r.prototype.multiplyScalar=function(e){if(e===0)return this.field.getZero();if(e===1)return this;for(var t=this.coefficients.length,n=this.field,i=new Int32Array(t),a=this.coefficients,o=0;o<t;o++)i[o]=n.multiply(a[o],e);return new r(n,i)},r.prototype.multiplyByMonomial=function(e,t){if(e<0)throw new V;if(t===0)return this.field.getZero();for(var n=this.coefficients,i=n.length,a=new Int32Array(i+e),o=this.field,s=0;s<i;s++)a[s]=o.multiply(n[s],t);return new r(o,a)},r.prototype.divide=function(e){if(!this.field.equals(e.field))throw new V("GenericGFPolys do not have same GenericGF field");if(e.isZero())throw new V("Divide by 0");for(var t=this.field,n=t.getZero(),i=this,a=e.getCoefficient(e.getDegree()),o=t.inverse(a);i.getDegree()>=e.getDegree()&&!i.isZero();){var s=i.getDegree()-e.getDegree(),f=t.multiply(i.getCoefficient(i.getDegree()),o),u=e.multiplyByMonomial(s,f),c=t.buildMonomial(s,f);n=n.addOrSubtract(c),i=i.addOrSubtract(u)}return[n,i]},r.prototype.toString=function(){for(var e="",t=this.getDegree();t>=0;t--){var n=this.getCoefficient(t);if(n!==0){if(n<0?(e+=" - ",n=-n):e.length>0&&(e+=" + "),t===0||n!==1){var i=this.field.log(n);i===0?e+="1":i===1?e+="a":(e+="a^",e+=i)}t!==0&&(t===1?e+="x":(e+="x^",e+=t))}}return e},r}(),_u=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Va=function(r){_u(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ArithmeticException",e}(Fe),Au=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Re=function(r){Au(e,r);function e(t,n,i){var a=r.call(this)||this;a.primitive=t,a.size=n,a.generatorBase=i;for(var o=new Int32Array(n),s=1,f=0;f<n;f++)o[f]=s,s*=2,s>=n&&(s^=t,s&=n-1);a.expTable=o;for(var u=new Int32Array(n),f=0;f<n-1;f++)u[o[f]]=f;return a.logTable=u,a.zero=new ft(a,Int32Array.from([0])),a.one=new ft(a,Int32Array.from([1])),a}return e.prototype.getZero=function(){return this.zero},e.prototype.getOne=function(){return this.one},e.prototype.buildMonomial=function(t,n){if(t<0)throw new V;if(n===0)return this.zero;var i=new Int32Array(t+1);return i[0]=n,new ft(this,i)},e.prototype.inverse=function(t){if(t===0)throw new Va;return this.expTable[this.size-this.logTable[t]-1]},e.prototype.multiply=function(t,n){return t===0||n===0?0:this.expTable[(this.logTable[t]+this.logTable[n])%(this.size-1)]},e.prototype.getSize=function(){return this.size},e.prototype.getGeneratorBase=function(){return this.generatorBase},e.prototype.toString=function(){return"GF(0x"+G.toHexString(this.primitive)+","+this.size+")"},e.prototype.equals=function(t){return t===this},e.AZTEC_DATA_12=new e(4201,4096,1),e.AZTEC_DATA_10=new e(1033,1024,1),e.AZTEC_DATA_6=new e(67,64,1),e.AZTEC_PARAM=new e(19,16,1),e.QR_CODE_FIELD_256=new e(285,256,0),e.DATA_MATRIX_FIELD_256=new e(301,256,1),e.AZTEC_DATA_8=e.DATA_MATRIX_FIELD_256,e.MAXICODE_FIELD_64=e.AZTEC_DATA_6,e}(Kt),Eu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Pr=function(r){Eu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ReedSolomonException",e}(Fe),Iu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),qt=function(r){Iu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="IllegalStateException",e}(Fe),Mr=function(){function r(e){this.field=e}return r.prototype.decode=function(e,t){for(var n=this.field,i=new ft(n,e),a=new Int32Array(t),o=!0,s=0;s<t;s++){var f=i.evaluateAt(n.exp(s+n.getGeneratorBase()));a[a.length-1-s]=f,f!==0&&(o=!1)}if(!o)for(var u=new ft(n,a),c=this.runEuclideanAlgorithm(n.buildMonomial(t,1),u,t),l=c[0],d=c[1],h=this.findErrorLocations(l),p=this.findErrorMagnitudes(d,h),s=0;s<h.length;s++){var v=e.length-1-n.log(h[s]);if(v<0)throw new Pr("Bad error location");e[v]=Re.addOrSubtract(e[v],p[s])}},r.prototype.runEuclideanAlgorithm=function(e,t,n){if(e.getDegree()<t.getDegree()){var i=e;e=t,t=i}for(var a=this.field,o=e,s=t,f=a.getZero(),u=a.getOne();s.getDegree()>=(n/2|0);){var c=o,l=f;if(o=s,f=u,o.isZero())throw new Pr("r_{i-1} was zero");s=c;for(var d=a.getZero(),h=o.getCoefficient(o.getDegree()),p=a.inverse(h);s.getDegree()>=o.getDegree()&&!s.isZero();){var v=s.getDegree()-o.getDegree(),x=a.multiply(s.getCoefficient(s.getDegree()),p);d=d.addOrSubtract(a.buildMonomial(v,x)),s=s.addOrSubtract(o.multiplyByMonomial(v,x))}if(u=d.multiply(f).addOrSubtract(l),s.getDegree()>=o.getDegree())throw new qt("Division algorithm failed to reduce polynomial?")}var m=u.getCoefficient(0);if(m===0)throw new Pr("sigmaTilde(0) was zero");var w=a.inverse(m),C=u.multiplyScalar(w),_=s.multiplyScalar(w);return[C,_]},r.prototype.findErrorLocations=function(e){var t=e.getDegree();if(t===1)return Int32Array.from([e.getCoefficient(1)]);for(var n=new Int32Array(t),i=0,a=this.field,o=1;o<a.getSize()&&i<t;o++)e.evaluateAt(o)===0&&(n[i]=a.inverse(o),i++);if(i!==t)throw new Pr("Error locator degree does not match number of roots");return n},r.prototype.findErrorMagnitudes=function(e,t){for(var n=t.length,i=new Int32Array(n),a=this.field,o=0;o<n;o++){for(var s=a.inverse(t[o]),f=1,u=0;u<n;u++)if(o!==u){var c=a.multiply(t[u],s),l=c&1?c&-2:c|1;f=a.multiply(f,l)}i[o]=a.multiply(e.evaluateAt(s),a.inverse(f)),a.getGeneratorBase()!==0&&(i[o]=a.multiply(i[o],s))}return i},r}(),Ce;(function(r){r[r.UPPER=0]="UPPER",r[r.LOWER=1]="LOWER",r[r.MIXED=2]="MIXED",r[r.DIGIT=3]="DIGIT",r[r.PUNCT=4]="PUNCT",r[r.BINARY=5]="BINARY"})(Ce||(Ce={}));var Ha=function(){function r(){}return r.prototype.decode=function(e){this.ddata=e;var t=e.getBits(),n=this.extractBits(t),i=this.correctBits(n),a=r.convertBoolArrayToByteArray(i),o=r.getEncodedData(i),s=new Dr(a,o,null,null);return s.setNumBits(i.length),s},r.highLevelDecode=function(e){return this.getEncodedData(e)},r.getEncodedData=function(e){for(var t=e.length,n=Ce.UPPER,i=Ce.UPPER,a="",o=0;o<t;)if(i===Ce.BINARY){if(t-o<5)break;var s=r.readCode(e,o,5);if(o+=5,s===0){if(t-o<11)break;s=r.readCode(e,o,11)+31,o+=11}for(var f=0;f<s;f++){if(t-o<8){o=t;break}var u=r.readCode(e,o,8);a+=$.castAsNonUtf8Char(u),o+=8}i=n}else{var c=i===Ce.DIGIT?4:5;if(t-o<c)break;var u=r.readCode(e,o,c);o+=c;var l=r.getCharacter(i,u);l.startsWith("CTRL_")?(n=i,i=r.getTable(l.charAt(5)),l.charAt(6)==="L"&&(n=i)):(a+=l,i=n)}return a},r.getTable=function(e){switch(e){case"L":return Ce.LOWER;case"P":return Ce.PUNCT;case"M":return Ce.MIXED;case"D":return Ce.DIGIT;case"B":return Ce.BINARY;case"U":default:return Ce.UPPER}},r.getCharacter=function(e,t){switch(e){case Ce.UPPER:return r.UPPER_TABLE[t];case Ce.LOWER:return r.LOWER_TABLE[t];case Ce.MIXED:return r.MIXED_TABLE[t];case Ce.PUNCT:return r.PUNCT_TABLE[t];case Ce.DIGIT:return r.DIGIT_TABLE[t];default:throw new qt("Bad table")}},r.prototype.correctBits=function(e){var t,n;this.ddata.getNbLayers()<=2?(n=6,t=Re.AZTEC_DATA_6):this.ddata.getNbLayers()<=8?(n=8,t=Re.AZTEC_DATA_8):this.ddata.getNbLayers()<=22?(n=10,t=Re.AZTEC_DATA_10):(n=12,t=Re.AZTEC_DATA_12);var i=this.ddata.getNbDatablocks(),a=e.length/n;if(a<i)throw new F;for(var o=e.length%n,s=new Int32Array(a),f=0;f<a;f++,o+=n)s[f]=r.readCode(e,o,n);try{var u=new Mr(t);u.decode(s,a-i)}catch(x){throw new F(x)}for(var c=(1<<n)-1,l=0,f=0;f<i;f++){var d=s[f];if(d===0||d===c)throw new F;(d===1||d===c-1)&&l++}for(var h=new Array(i*n-l),p=0,f=0;f<i;f++){var d=s[f];if(d===1||d===c-1)h.fill(d>1,p,p+n-1),p+=n-1;else for(var v=n-1;v>=0;--v)h[p++]=(d&1<<v)!==0}return h},r.prototype.extractBits=function(e){var t=this.ddata.isCompact(),n=this.ddata.getNbLayers(),i=(t?11:14)+n*4,a=new Int32Array(i),o=new Array(this.totalBitsInLayer(n,t));if(t)for(var s=0;s<a.length;s++)a[s]=s;else for(var f=i+1+2*G.truncDivision(G.truncDivision(i,2)-1,15),u=i/2,c=G.truncDivision(f,2),s=0;s<u;s++){var l=s+G.truncDivision(s,15);a[u-s-1]=c-l-1,a[u+s]=c+l+1}for(var s=0,d=0;s<n;s++){for(var h=(n-s)*4+(t?9:12),p=s*2,v=i-1-p,x=0;x<h;x++)for(var m=x*2,w=0;w<2;w++)o[d+m+w]=e.get(a[p+w],a[p+x]),o[d+2*h+m+w]=e.get(a[p+x],a[v-w]),o[d+4*h+m+w]=e.get(a[v-w],a[v-x]),o[d+6*h+m+w]=e.get(a[v-x],a[p+w]);d+=h*8}return o},r.readCode=function(e,t,n){for(var i=0,a=t;a<t+n;a++)i<<=1,e[a]&&(i|=1);return i},r.readByte=function(e,t){var n=e.length-t;return n>=8?r.readCode(e,t,8):r.readCode(e,t,n)<<8-n},r.convertBoolArrayToByteArray=function(e){for(var t=new Uint8Array((e.length+7)/8),n=0;n<t.length;n++)t[n]=r.readByte(e,8*n);return t},r.prototype.totalBitsInLayer=function(e,t){return((t?88:112)+16*e)*e},r.UPPER_TABLE=["CTRL_PS"," ","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","CTRL_LL","CTRL_ML","CTRL_DL","CTRL_BS"],r.LOWER_TABLE=["CTRL_PS"," ","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","CTRL_US","CTRL_ML","CTRL_DL","CTRL_BS"],r.MIXED_TABLE=["CTRL_PS"," ","\\1","\\2","\\3","\\4","\\5","\\6","\\7","\b"," ",`
|
|
45
|
+
For more information, see https://radix-ui.com/primitives/docs/components/${e.docsSlug}`;return N.useEffect(()=>{r&&(document.getElementById(r)||console.error(t))},[t,r]),null},$f="DialogDescriptionWarning",jf=({contentRef:r,descriptionId:e})=>{const n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${Ia($f).contentName}}.`;return N.useEffect(()=>{var a;const i=(a=r.current)==null?void 0:a.getAttribute("aria-describedby");e&&i&&(document.getElementById(e)||console.warn(n))},[n,r,e]),null},Sa=ha,Yf=va,ba=xa,Ta=ya,Oa=wa,Na=Aa;const In=E.memo(r=>{const{file:e,onClose:t}=r,n=E.useRef(null),i=E.useCallback(()=>{var s;if(!n.current)return;const o=document.createElement("canvas");o.width=n.current.width,o.height=n.current.height,(s=o.getContext("2d"))==null||s.drawImage(n.current,0,0,n.current.width,n.current.height),o.toBlob(f=>{f&&navigator.clipboard.write([new ClipboardItem({"image/png":f})])},"image/png")},[]),a=E.useCallback(()=>{Si.saveAs(e,e.name)},[e]);return g.jsx(Sa,{open:!0,onOpenChange:t,children:g.jsx(ba,{children:g.jsx(Ta,{className:"bg-(--color-background) fixed inset-0 data-[state='open']:fade-in-0 data-[state='open']:zoom-in-95 data-[state='closed']:animate-out data-[state='closed']:fade-out-0 data-[state='closed']:zoom-out-95 data-[state='open']:animate-in","data-floating-content":"",children:g.jsxs(Oa,{className:"absolute inset-0 py-12","data-floating-content":"",onOpenAutoFocus:o=>o.preventDefault(),children:[g.jsxs(I.ButtonGroup,{className:"flex gap-2 items-center top-0 absolute right-0 p-2",accentColor:"base",variant:"ghost",children:[g.jsxs(I.Tooltip.Root,{children:[g.jsx(I.Tooltip.Trigger,{asChild:!0,children:g.jsx(I.IconButton,{onClick:i,"aria-label":"copy to clipboard",children:g.jsx(I.RiIcon,{icon:"RiFileCopyLine"})})}),g.jsx(I.Tooltip.Content,{size:"sm",children:"Copy"})]}),g.jsxs(I.Tooltip.Root,{children:[g.jsx(I.Tooltip.Trigger,{asChild:!0,children:g.jsx(I.IconButton,{onClick:a,"aria-label":"download",children:g.jsx(I.RiIcon,{icon:"RiDownload2Line"})})}),g.jsx(I.Tooltip.Content,{size:"sm",children:"Download"})]}),g.jsx(I.Separator,{orientation:"vertical",size:"sm"}),g.jsx(Na,{asChild:!0,children:g.jsx(I.IconButton,{onClick:t,"aria-label":"close",children:g.jsx(I.RiIcon,{icon:"RiCloseLine"})})})]}),g.jsx("figure",{className:"size-full overflow-hidden p-4 flex justify-center items-center",children:g.jsx("img",{ref:n,className:"max-w-full max-h-full",src:URL.createObjectURL(e),alt:e.name})})]})})})})});In.displayName="ImageViewer";const Da=E.memo(r=>{const{children:e}=r,[t,n]=E.useState(null),i=E.useCallback(()=>{n(null)},[]),a=E.useCallback(f=>{n(f(i))},[i]),o=E.useCallback(()=>{t&&(t.onClose&&t.onClose(),i())},[i,t]),s=E.useMemo(()=>a,[a]);return g.jsxs(Bi.Provider,{value:s,children:[e,t&&g.jsx(In,{file:t.file,onClose:o})]})});Da.displayName="FileViewerProvider";const Ue=r=>{const{className:e,label:t,children:n,severity:i,inputId:a,labelId:o,image:s}=r,[f,u]=E.useState(void 0),c=pr(),l=i?it[i]:"base";E.useEffect(()=>{s instanceof Promise?s.then(u).catch(console.error):u(s)},[s]);const d=f?URL.createObjectURL(f):void 0,h=E.useCallback(()=>{f&&c(()=>({file:f}))},[c,f]);return g.jsxs("div",{className:"flex flex-col gap-1",children:[f&&g.jsx("img",{className:"h-[100px] w-full min-w-[300px] cursor-pointer rounded-md object-cover",src:d,alt:f.name,onClick:h}),g.jsx("label",{className:It.cx(e,"flex flex-col gap-1 w-max max-w-full"),htmlFor:a,children:g.jsx(I.Text,{accentColor:l,size:"sm",id:o,weight:"medium",className:"text-wrap",children:t})}),n]})},Ve=r=>{const{children:e,...t}=r;return g.jsx(fn,{...t,children:e})},Sn=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u},c]=ke(r),l=a?null:s,d=a?"":f,{name:h,onChange:p,onBlur:v}=u,x=`${e}-droppable`,{disabled:w}=c,m=u.value??nn,[C,_]=E.useState(""),[A,b]=E.useState(""),T=A||l,O=E.useCallback(j=>{p(j),v(j)},[p,v]),M=E.useCallback(j=>{m&&m.findIndex(ye=>ye===j.target.value.trim())>=0?b("All options must be unique"):j.target.value?b(""):b("Option cannot be empty"),_(j.target.value)},[_,m]),B=E.useCallback(()=>{if(A)return;if(!C.trim()){b("Option cannot be empty");return}const j=C.trim();O([...m,j]),_("")},[C,A,O,m]),V=E.useCallback(j=>{j.key==="Enter"&&(j.preventDefault(),B())},[B]),H=E.useCallback(j=>{O(dr(m,j))},[m,O]),W=E.useCallback(j=>{if(!j.destination)return;const ye=j.source.index,tt=j.destination.index;O(an(m,ye,tt))},[O,m]),se=E.useCallback(()=>{v(m)},[v,m]);return g.jsx(nt.DragDropContext,{onDragEnd:W,children:g.jsxs("div",{className:"flex flex-col gap-2",children:[g.jsx(Ve,{helpText:T,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:d,image:a?void 0:o.image,children:(!w||m.length===0)&&g.jsxs("div",{className:"flex gap-2",children:[g.jsx(I.Input.Root,{className:"grow",accentColor:"base",variant:"surface",size:"sm",children:g.jsx(I.Input.Field,{value:C,onChange:M,onKeyDown:V,id:e,placeholder:o.placeholder,onBlur:se,name:h,...c})}),g.jsx(I.IconButton,{size:"sm",accentColor:"base",variant:"soft",type:"button","aria-label":"Add option",disabled:!!A||w,onClick:B,children:g.jsx(I.RiIcon,{icon:"RiAddLine"})})]})})}),g.jsx(nt.Droppable,{droppableId:x,children:j=>g.jsxs("div",{className:"flex flex-col",...j.droppableProps,ref:j.innerRef,children:[m.map((ye,tt)=>g.jsx(nt.Draggable,{draggableId:`${ye}-draggable`,index:tt,isDragDisabled:w,children:({draggableProps:We,dragHandleProps:Ei,innerRef:en})=>g.jsxs(I.Badge,{...Ei,...We,ref:en,className:"mb-1 flex items-center justify-between gap-2",accentColor:"base",size:"sm",variant:"soft",children:[g.jsx("span",{className:"truncate",children:typeof ye=="object"&&"label"in ye?ye.label:ye}),g.jsx(I.IconButton,{size:"xs",variant:"ghost",type:"button","aria-label":"Delete option",accentColor:"base",disabled:w,onClick:()=>{H(tt)},children:g.jsx(I.RiIcon,{icon:"RiCloseLargeLine"})})]})},ye)),j.placeholder]})})]})})});Sn.displayName="MultiStringInput";const Pa={...Le,type:"multi-string",minimum_length:0,maximum_length:null},kt=class kt extends we{constructor(t){const{minimum_length:n,maximum_length:i,placeholder:a,...o}=t;super({...o,type:"multi-string"});R(this,"minLength");R(this,"maxLength");R(this,"onlyValidateAfterTouched",!1);R(this,"placeholder");this.minLength=n??0,this.maxLength=i??1/0,this.placeholder=a??"Press enter to add a new option"}getInput(t){return g.jsx(Sn,{field:this,...t})}serialize(){return{...super._serialize(),minimum_length:this.minLength,maximum_length:this.maxLength,placeholder:this.placeholder}}isBlank(t){return super.isBlank(t)||(t==null?void 0:t.length)===0}isEqual(t,n){return t===void 0&&n===void 0?!0:t===void 0||n===void 0?!1:t.every(i=>n.includes(i))&&n.every(i=>t.includes(i))}getFieldValidators(){const t=super.getFieldValidators();return t.push(n=>{if(Array.isArray(n)&&n.length<this.minLength)return`Must have at least ${this.minLength} options.`}),t.push(n=>{if(Array.isArray(n)&&n.length>this.maxLength)return`Must have at most ${this.maxLength} options.`}),t}static deserialize(t){if(t.type!=="multi-string")throw new Error("Type mismatch.");return new kt(t)}};R(kt,"fieldTypeName","Multi-string"),R(kt,"fieldTypeDescription","Allows the user to provide multiple unique strings."),R(kt,"Icon",Se.RiListCheck);let Dt=kt;class bn extends we{constructor(t){const{placeholder:n="",...i}=t;super(i);R(this,"options");R(this,"onlyValidateAfterTouched",!1);R(this,"placeholder");this.placeholder=n;const a=new Set;this.options=t.options.map(o=>(typeof o=="string"&&(o={label:o,value:o}),a.add(o.label),o)),a.size!==t.options.length&&console.error(`${t.options.length-a.size} duplicate identifiers found in options. This may cause unexpected behavior. Options:`,t.options)}_serialize(){return{...super._serialize(),options:this.options,placeholder:this.placeholder}}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new Dt({label:"Options",description:"List possible options for the user to select from.",required:!0,identifier:`${n}options`,minimum_length:2}),showDirectly:!0}]}}const Tn=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u},c]=ke(r),{name:l,onBlur:d,onChange:h,value:p}=u,v=a?null:s,x=a?"":f,w=E.useCallback(C=>{h(!!C),d(!!C)},[d,h]),m=E.useCallback(()=>{d(p)},[d,p]);return g.jsx(Ve,{helpText:v,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:x,image:a?void 0:o.image,className:"items-center flex-row-reverse justify-end gap-2",children:g.jsx(I.Checkbox.Root,{id:e,name:l,checked:p??!1,onCheckedChange:w,onBlur:m,size:"sm",accentColor:"primary",variant:"surface",...c,children:g.jsx(I.Checkbox.Indicator,{children:g.jsx(I.RiIcon,{icon:"RiCheckLine"})})})})})});Tn.displayName="BooleanInput";const Ma={...Le,type:"boolean"},Ut=class Ut extends we{constructor(t){super({...t,type:"boolean"});R(this,"onlyValidateAfterTouched",!1)}isBlank(t){return this.required&&!t}serialize(){return super._serialize()}static deserialize(t){if(t.type!=="boolean")throw new Error("Type mismatch.");return new Ut(t)}getInput(t){return g.jsx(Tn,{...t,field:this})}};R(Ut,"fieldTypeName","Checkbox"),R(Ut,"fieldTypeDescription","Perfect for both optional and required yes/no questions."),R(Ut,"Icon",Se.RiCheckboxCircleLine);let Pt=Ut;const Zf={...Le,type:"custom"};class Sr extends we{constructor(t,n){super({...t,type:"custom"});R(this,"Component");R(this,"options");this.options=t,this.Component=n}serialize(){throw new Error("Serializing only supported for public input types.")}getInput(t){const n=this.Component;return g.jsx(n,{field:this,...t})}}R(Sr,"fieldTypeName","Custom"),R(Sr,"fieldTypeDescription","Allows re-rendering of field already in the form");const On=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u},c]=ke(r),{name:l,onChange:d,onBlur:h}=u,[p,v]=E.useState(!1),x=a?null:s,w=a?"":f,m=u.value?new Date(u.value):void 0,C=E.useCallback(A=>{d(A==null?void 0:A.toISOString()),v(!1)},[d]),_=E.useCallback(A=>{v(A),A||h(u.value)},[u.value,h]);return g.jsx(Ve,{helpText:x,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:w,image:a?void 0:o.image,children:g.jsxs(I.Popover.Root,{open:p,onOpenChange:_,children:[g.jsx(I.Popover.Trigger,{asChild:!0,children:g.jsxs(I.Button,{id:e,name:l,type:"button",className:"!justify-between",accentColor:"base",variant:"surface",size:"sm",...c,children:[m?m.toLocaleString(void 0,{year:"numeric",month:"2-digit",day:"2-digit"}):"yyyy-mm-dd",g.jsx(I.RiIcon,{icon:"RiArrowDownSLine"})]})}),g.jsx(I.Popover.Content,{align:"start",children:g.jsx(I.DayPicker,{required:!1,mode:"single",variant:"solid",selected:m,onSelect:C})})]})})})});On.displayName="DateInput";const Fa={...Le,type:"date"},Vt=class Vt extends we{constructor(t){super({...t,type:"date"});R(this,"onlyValidateAfterTouched",!1)}serialize(){return super._serialize()}static deserialize(t){if(t.type!=="date")throw new Error("Type mismatch.");return new Vt(t)}getInput(t){return g.jsx(On,{field:this,...t})}};R(Vt,"fieldTypeName","Date"),R(Vt,"fieldTypeDescription","Allows specifying a date."),R(Vt,"Icon",Se.RiCalendarLine);let br=Vt;const Nn=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u},c]=ke(r),{name:l,onChange:d,onBlur:h}=u,p=a?null:s,v=a?"":f,x=u.value??nn,w=E.useCallback(C=>{const _=C.length>0?C:void 0;d(_),h(_)},[h,d]),m=E.useCallback(C=>{C||h(x)},[x,h]);return g.jsx(Ve,{helpText:p,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:v,image:a?void 0:o.image,children:g.jsxs(I.Menu.Root,{onOpenChange:m,align:"start",children:[g.jsx(I.Menu.ClickTrigger,{children:g.jsxs(I.Button,{id:e,name:l,className:"!justify-between",variant:"surface",type:"button",size:"sm",accentColor:"base",...c,children:[g.jsx("span",{className:"truncate",children:x&&x.length>0?x.join(", "):o.placeholder}),g.jsx(I.RiIcon,{icon:"RiArrowDownSLine"})]})}),g.jsx(I.Menu.Content,{children:g.jsx(I.Menu.Scroll,{children:g.jsxs(I.Menu.MultiSelectGroup,{values:x,onValuesChange:w,children:[g.jsxs(I.Menu.SelectAllItem,{children:[g.jsx(I.Menu.CheckboxItemIndicator,{children:C=>C?g.jsx(I.RiIcon,{icon:"RiSubtractLine"}):g.jsx(I.RiIcon,{icon:"RiCheckLine"})}),"Select all"]}),o.options.map(C=>g.jsxs(I.Menu.MultiSelectItem,{value:C.value,children:[g.jsx(I.Menu.SelectedIndicator,{children:g.jsx(I.RiIcon,{icon:"RiCheckLine"})}),C.label]},C.value))]})})})]})})})});Nn.displayName="MultiSelectInput";const Ra={...Le,type:"multi-select",options:[]},Ht=class Ht extends bn{constructor(e){const{placeholder:t="Select one or more...",...n}=e;super({...n,placeholder:t,type:"multi-select"})}isBlank(e){return super.isBlank(e)||(e==null?void 0:e.length)===0}isEqual(e,t){return e===void 0&&t===void 0?!0:e===void 0||t===void 0?!1:e.every(n=>t.includes(n))&&t.every(n=>e.includes(n))}serialize(){return super._serialize()}static deserialize(e){if(e.type!=="multi-select")throw new Error("Type mismatch.");return new Ht(e)}getInput(e){return g.jsx(Nn,{field:this,...e})}};R(Ht,"fieldTypeName","Multi-select"),R(Ht,"fieldTypeDescription","Allows the user to select a multiple options from a list of options."),R(Ht,"Icon",Se.RiCheckboxLine);let Zt=Ht;const Dn=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u,touched:c,helpers:l},d]=ke(r),{name:h,onBlur:p,onChange:v,value:x}=u,w=a?null:s,m=a?"":f,[C,_]=E.useState(void 0);E.useEffect(()=>{_(x)},[x]);const A=E.useCallback(T=>{const O=T.target.valueAsNumber,M=Number.isNaN(O)?void 0:O;_(M),(c||!o.onlyValidateAfterTouched)&&l.setError(o.getError(M))},[o,l,c]),b=E.useCallback(()=>{v(C),p(C)},[C,p,v]);return g.jsx(Ve,{helpText:w,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:m,image:a?void 0:o.image,children:g.jsx(I.Input.Root,{accentColor:"base",variant:"surface",size:"sm",children:g.jsx(I.Input.Field,{id:e,name:h,onChange:A,onBlur:b,value:C??"",type:"number",min:o.minimum,max:o.maximum,step:o.integers?1:.1,placeholder:o.placeholder,...d})})})})});Dn.displayName="NumberInput";const Ba={...Le,type:"number",minimum:Number.MIN_SAFE_INTEGER,maximum:Number.MAX_SAFE_INTEGER,integers:!1},La=r=>"fields"in r,et=class et extends we{constructor(t){const{minimum:n=Number.MIN_SAFE_INTEGER,maximum:i=Number.MAX_SAFE_INTEGER,integers:a=!1,placeholder:o="Enter a number",...s}=t;super({...s,type:"number"});R(this,"minimum");R(this,"maximum");R(this,"integers");R(this,"placeholder");this.minimum=n,this.maximum=i,this.integers=a,this.placeholder=o}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new et({label:"Minimum",description:"Minimum value",integers:!0,required:!1,identifier:`${n}minimum`,formValidators:[this._validateMin(t)]}),showDirectly:!1},{field:new et({label:"Maximum",description:"Maximum value",integers:!0,required:!1,identifier:`${n}maximum`,formValidators:[this._validateMax(t)]}),showDirectly:!1},{field:new Pt({label:"Integers",description:"Whole numbers only",required:!1,identifier:`${n}integers`}),showDirectly:!1}]}getFieldValidators(){const t=super.getFieldValidators(),n=this.minimum,i=this.maximum;return typeof n=="number"&&t.push(a=>{if(typeof a=="number"&&a<n)return`Must be at least ${this.minimum}.`}),typeof i=="number"&&t.push(a=>{if(typeof a=="number"&&a>i)return`Must be at most ${this.maximum}.`}),this.integers&&t.push(a=>{if(typeof a=="number"&&!Number.isInteger(a))return"Must be a whole number."}),t}serialize(){return{...super._serialize(),minimum:this.minimum,maximum:this.maximum,integers:this.integers,placeholder:this.placeholder}}static deserialize(t){if(t.type!=="number")throw new Error("Type mismatch.");return new et(t)}getInput(t){return g.jsx(Dn,{field:this,...t})}};R(et,"fieldTypeName","Number"),R(et,"fieldTypeDescription","Allows specifying a number within a given range."),R(et,"Icon",Se.RiHashtag),R(et,"_validateMin",t=>(n,i)=>{const a=La(i)?Ke(i,t):i;return typeof a.maximum=="number"&&typeof n=="number"&&a.maximum<n?"Minimum cannot be greater than minimum.":null}),R(et,"_validateMax",t=>(n,i)=>{const a=La(i)?Ke(i,t):i;return typeof a.minimum=="number"&&typeof n=="number"&&a.minimum>n?"Maximum cannot be less than minimum.":null});let st=et;const Pn=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u},c]=ke(r),{name:l,onChange:d,onBlur:h,value:p}=u,v=a?null:s,x=a?"":f,w=E.useCallback(C=>{d(C??void 0),h(C??void 0)},[h,d]),m=E.useCallback(()=>{d(void 0),h(void 0)},[h,d]);return g.jsx(Ve,{helpText:v,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:x,image:a?void 0:o.image,children:g.jsxs(I.RadioGroup.Root,{id:e,name:l,className:"flex flex-col gap-1",accentColor:"base",variant:"surface",size:"sm",value:p??"",onValueChange:w,...c,children:[o.options.map(C=>g.jsxs("label",{className:"flex gap-2 items-center min-w-0",children:[g.jsx(I.RadioGroup.Item,{value:C.value,children:g.jsx(I.RadioGroup.Indicator,{children:g.jsx(I.RiIcon,{icon:"RiCircleFill"})})},C.value),g.jsx(I.Text,{size:"sm",accentColor:"base",className:"truncate",children:C.label})]})),!!p&&g.jsxs(I.Button,{onClick:m,className:"w-max -mx-2",type:"button",variant:"ghost",accentColor:"base",size:"sm",children:[g.jsx(I.RiIcon,{icon:"RiCloseLine"})," Clear"]})]})})})});Pn.displayName="SelectInput";const ka={...Le,type:"radio",options:[]},zt=class zt extends we{constructor(t){const{options:n,...i}=t;super({...i,type:"radio"});R(this,"options");R(this,"onlyValidateAfterTouched",!1);const a=new Set;this.options=n.map(o=>(typeof o=="string"&&(o={label:o,value:o}),a.add(o.label),o)),a.size!==n.length&&console.error(`${n.length-a.size} duplicate identifiers found in options. This may cause unexpected behavior. Options:`,n)}serialize(){return{...super._serialize(),options:this.options}}static deserialize(t){if(t.type!=="radio")throw new Error("Type mismatch.");return new zt(t)}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new Dt({label:"Options",description:"List possible options for the user to select from.",required:!0,identifier:`${n}options`,minimum_length:2}),showDirectly:!0}]}getInput(t){return g.jsx(Pn,{field:this,...t})}};R(zt,"fieldTypeName","Option list"),R(zt,"fieldTypeDescription","Allows the user to select a single option from a list of options."),R(zt,"Icon",Se.RiRadioButtonFill);let Tr=zt;function Kf(r,e){var t=Object.setPrototypeOf;t?t(r,e):r.__proto__=e}function qf(r,e){e===void 0&&(e=r.constructor);var t=Error.captureStackTrace;t&&t(r,e)}var Qf=function(){var r=function(t,n){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,a){i.__proto__=a}||function(i,a){for(var o in a)Object.prototype.hasOwnProperty.call(a,o)&&(i[o]=a[o])},r(t,n)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Jf=function(r){Qf(e,r);function e(t,n){var i=this.constructor,a=r.call(this,t,n)||this;return Object.defineProperty(a,"name",{value:i.name,enumerable:!1,configurable:!0}),Kf(a,i.prototype),qf(a),a}return e}(Error),eu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Fe=function(r){eu(e,r);function e(t){t===void 0&&(t=void 0);var n=r.call(this,t)||this;return n.message=t,n}return e.prototype.getKind=function(){var t=this.constructor;return t.kind},e.kind="Exception",e}(Jf),tu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),$e=function(r){tu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ArgumentException",e}(Fe),ru=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),U=function(r){ru(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="IllegalArgumentException",e}(Fe),nu=function(){function r(e){if(this.binarizer=e,e===null)throw new U("Binarizer must be non-null.")}return r.prototype.getWidth=function(){return this.binarizer.getWidth()},r.prototype.getHeight=function(){return this.binarizer.getHeight()},r.prototype.getBlackRow=function(e,t){return this.binarizer.getBlackRow(e,t)},r.prototype.getBlackMatrix=function(){return(this.matrix===null||this.matrix===void 0)&&(this.matrix=this.binarizer.getBlackMatrix()),this.matrix},r.prototype.isCropSupported=function(){return this.binarizer.getLuminanceSource().isCropSupported()},r.prototype.crop=function(e,t,n,i){var a=this.binarizer.getLuminanceSource().crop(e,t,n,i);return new r(this.binarizer.createBinarizer(a))},r.prototype.isRotateSupported=function(){return this.binarizer.getLuminanceSource().isRotateSupported()},r.prototype.rotateCounterClockwise=function(){var e=this.binarizer.getLuminanceSource().rotateCounterClockwise();return new r(this.binarizer.createBinarizer(e))},r.prototype.rotateCounterClockwise45=function(){var e=this.binarizer.getLuminanceSource().rotateCounterClockwise45();return new r(this.binarizer.createBinarizer(e))},r.prototype.toString=function(){try{return this.getBlackMatrix().toString()}catch{return""}},r}(),iu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),pe=function(r){iu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.getChecksumInstance=function(){return new e},e.kind="ChecksumException",e}(Fe),au=function(){function r(e){this.source=e}return r.prototype.getLuminanceSource=function(){return this.source},r.prototype.getWidth=function(){return this.source.getWidth()},r.prototype.getHeight=function(){return this.source.getHeight()},r}(),re=function(){function r(){}return r.arraycopy=function(e,t,n,i,a){for(;a--;)n[i++]=e[t++]},r.currentTimeMillis=function(){return Date.now()},r}(),ou=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Mn=function(r){ou(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="IndexOutOfBoundsException",e}(Fe),su=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ua=function(r){su(e,r);function e(t,n){t===void 0&&(t=void 0),n===void 0&&(n=void 0);var i=r.call(this,n)||this;return i.index=t,i.message=n,i}return e.kind="ArrayIndexOutOfBoundsException",e}(Mn),fu=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},fe=function(){function r(){}return r.fill=function(e,t){for(var n=0,i=e.length;n<i;n++)e[n]=t},r.fillWithin=function(e,t,n,i){r.rangeCheck(e.length,t,n);for(var a=t;a<n;a++)e[a]=i},r.rangeCheck=function(e,t,n){if(t>n)throw new U("fromIndex("+t+") > toIndex("+n+")");if(t<0)throw new Ua(t);if(n>e)throw new Ua(n)},r.asList=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e},r.create=function(e,t,n){var i=Array.from({length:e});return i.map(function(a){return Array.from({length:t}).fill(n)})},r.createInt32Array=function(e,t,n){var i=Array.from({length:e});return i.map(function(a){return Int32Array.from({length:t}).fill(n)})},r.equals=function(e,t){if(!e||!t||!e.length||!t.length||e.length!==t.length)return!1;for(var n=0,i=e.length;n<i;n++)if(e[n]!==t[n])return!1;return!0},r.hashCode=function(e){var t,n;if(e===null)return 0;var i=1;try{for(var a=fu(e),o=a.next();!o.done;o=a.next()){var s=o.value;i=31*i+s}}catch(f){t={error:f}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return i},r.fillUint8Array=function(e,t){for(var n=0;n!==e.length;n++)e[n]=t},r.copyOf=function(e,t){return e.slice(0,t)},r.copyOfUint8Array=function(e,t){if(e.length<=t){var n=new Uint8Array(t);return n.set(e),n}return e.slice(0,t)},r.copyOfRange=function(e,t,n){var i=n-t,a=new Int32Array(i);return re.arraycopy(e,t,a,0,i),a},r.binarySearch=function(e,t,n){n===void 0&&(n=r.numberComparator);for(var i=0,a=e.length-1;i<=a;){var o=a+i>>1,s=n(t,e[o]);if(s>0)i=o+1;else if(s<0)a=o-1;else return o}return-i-1},r.numberComparator=function(e,t){return e-t},r}(),G=function(){function r(){}return r.numberOfTrailingZeros=function(e){var t;if(e===0)return 32;var n=31;return t=e<<16,t!==0&&(n-=16,e=t),t=e<<8,t!==0&&(n-=8,e=t),t=e<<4,t!==0&&(n-=4,e=t),t=e<<2,t!==0&&(n-=2,e=t),n-(e<<1>>>31)},r.numberOfLeadingZeros=function(e){if(e===0)return 32;var t=1;return e>>>16||(t+=16,e<<=16),e>>>24||(t+=8,e<<=8),e>>>28||(t+=4,e<<=4),e>>>30||(t+=2,e<<=2),t-=e>>>31,t},r.toHexString=function(e){return e.toString(16)},r.toBinaryString=function(e){return String(parseInt(String(e),2))},r.bitCount=function(e){return e=e-(e>>>1&1431655765),e=(e&858993459)+(e>>>2&858993459),e=e+(e>>>4)&252645135,e=e+(e>>>8),e=e+(e>>>16),e&63},r.truncDivision=function(e,t){return Math.trunc(e/t)},r.parseInt=function(e,t){return t===void 0&&(t=void 0),parseInt(e,t)},r.MIN_VALUE_32_BITS=-2147483648,r.MAX_VALUE=Number.MAX_SAFE_INTEGER,r}(),ve=function(){function r(e,t){e===void 0?(this.size=0,this.bits=new Int32Array(1)):(this.size=e,t==null?this.bits=r.makeArray(e):this.bits=t)}return r.prototype.getSize=function(){return this.size},r.prototype.getSizeInBytes=function(){return Math.floor((this.size+7)/8)},r.prototype.ensureCapacity=function(e){if(e>this.bits.length*32){var t=r.makeArray(e);re.arraycopy(this.bits,0,t,0,this.bits.length),this.bits=t}},r.prototype.get=function(e){return(this.bits[Math.floor(e/32)]&1<<(e&31))!==0},r.prototype.set=function(e){this.bits[Math.floor(e/32)]|=1<<(e&31)},r.prototype.flip=function(e){this.bits[Math.floor(e/32)]^=1<<(e&31)},r.prototype.getNextSet=function(e){var t=this.size;if(e>=t)return t;var n=this.bits,i=Math.floor(e/32),a=n[i];a&=~((1<<(e&31))-1);for(var o=n.length;a===0;){if(++i===o)return t;a=n[i]}var s=i*32+G.numberOfTrailingZeros(a);return s>t?t:s},r.prototype.getNextUnset=function(e){var t=this.size;if(e>=t)return t;var n=this.bits,i=Math.floor(e/32),a=~n[i];a&=~((1<<(e&31))-1);for(var o=n.length;a===0;){if(++i===o)return t;a=~n[i]}var s=i*32+G.numberOfTrailingZeros(a);return s>t?t:s},r.prototype.setBulk=function(e,t){this.bits[Math.floor(e/32)]=t},r.prototype.setRange=function(e,t){if(t<e||e<0||t>this.size)throw new U;if(t!==e){t--;for(var n=Math.floor(e/32),i=Math.floor(t/32),a=this.bits,o=n;o<=i;o++){var s=o>n?0:e&31,f=o<i?31:t&31,u=(2<<f)-(1<<s);a[o]|=u}}},r.prototype.clear=function(){for(var e=this.bits.length,t=this.bits,n=0;n<e;n++)t[n]=0},r.prototype.isRange=function(e,t,n){if(t<e||e<0||t>this.size)throw new U;if(t===e)return!0;t--;for(var i=Math.floor(e/32),a=Math.floor(t/32),o=this.bits,s=i;s<=a;s++){var f=s>i?0:e&31,u=s<a?31:t&31,c=(2<<u)-(1<<f)&4294967295;if((o[s]&c)!==(n?c:0))return!1}return!0},r.prototype.appendBit=function(e){this.ensureCapacity(this.size+1),e&&(this.bits[Math.floor(this.size/32)]|=1<<(this.size&31)),this.size++},r.prototype.appendBits=function(e,t){if(t<0||t>32)throw new U("Num bits must be between 0 and 32");this.ensureCapacity(this.size+t);for(var n=t;n>0;n--)this.appendBit((e>>n-1&1)===1)},r.prototype.appendBitArray=function(e){var t=e.size;this.ensureCapacity(this.size+t);for(var n=0;n<t;n++)this.appendBit(e.get(n))},r.prototype.xor=function(e){if(this.size!==e.size)throw new U("Sizes don't match");for(var t=this.bits,n=0,i=t.length;n<i;n++)t[n]^=e.bits[n]},r.prototype.toBytes=function(e,t,n,i){for(var a=0;a<i;a++){for(var o=0,s=0;s<8;s++)this.get(e)&&(o|=1<<7-s),e++;t[n+a]=o}},r.prototype.getBitArray=function(){return this.bits},r.prototype.reverse=function(){for(var e=new Int32Array(this.bits.length),t=Math.floor((this.size-1)/32),n=t+1,i=this.bits,a=0;a<n;a++){var o=i[a];o=o>>1&1431655765|(o&1431655765)<<1,o=o>>2&858993459|(o&858993459)<<2,o=o>>4&252645135|(o&252645135)<<4,o=o>>8&16711935|(o&16711935)<<8,o=o>>16&65535|(o&65535)<<16,e[t-a]=o}if(this.size!==n*32){for(var s=n*32-this.size,f=e[0]>>>s,a=1;a<n;a++){var u=e[a];f|=u<<32-s,e[a-1]=f,f=u>>>s}e[n-1]=f}this.bits=e},r.makeArray=function(e){return new Int32Array(Math.floor((e+31)/32))},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.size===t.size&&fe.equals(this.bits,t.bits)},r.prototype.hashCode=function(){return 31*this.size+fe.hashCode(this.bits)},r.prototype.toString=function(){for(var e="",t=0,n=this.size;t<n;t++)t&7||(e+=" "),e+=this.get(t)?"X":".";return e},r.prototype.clone=function(){return new r(this.size,this.bits.slice())},r.prototype.toArray=function(){for(var e=[],t=0,n=this.size;t<n;t++)e.push(this.get(t));return e},r}(),Fn;(function(r){r[r.OTHER=0]="OTHER",r[r.PURE_BARCODE=1]="PURE_BARCODE",r[r.POSSIBLE_FORMATS=2]="POSSIBLE_FORMATS",r[r.TRY_HARDER=3]="TRY_HARDER",r[r.CHARACTER_SET=4]="CHARACTER_SET",r[r.ALLOWED_LENGTHS=5]="ALLOWED_LENGTHS",r[r.ASSUME_CODE_39_CHECK_DIGIT=6]="ASSUME_CODE_39_CHECK_DIGIT",r[r.ASSUME_GS1=7]="ASSUME_GS1",r[r.RETURN_CODABAR_START_END=8]="RETURN_CODABAR_START_END",r[r.NEED_RESULT_POINT_CALLBACK=9]="NEED_RESULT_POINT_CALLBACK",r[r.ALLOWED_EAN_EXTENSIONS=10]="ALLOWED_EAN_EXTENSIONS"})(Fn||(Fn={}));const oe=Fn;var uu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),F=function(r){uu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.getFormatInstance=function(){return new e},e.kind="FormatException",e}(Fe),cu=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},J;(function(r){r[r.Cp437=0]="Cp437",r[r.ISO8859_1=1]="ISO8859_1",r[r.ISO8859_2=2]="ISO8859_2",r[r.ISO8859_3=3]="ISO8859_3",r[r.ISO8859_4=4]="ISO8859_4",r[r.ISO8859_5=5]="ISO8859_5",r[r.ISO8859_6=6]="ISO8859_6",r[r.ISO8859_7=7]="ISO8859_7",r[r.ISO8859_8=8]="ISO8859_8",r[r.ISO8859_9=9]="ISO8859_9",r[r.ISO8859_10=10]="ISO8859_10",r[r.ISO8859_11=11]="ISO8859_11",r[r.ISO8859_13=12]="ISO8859_13",r[r.ISO8859_14=13]="ISO8859_14",r[r.ISO8859_15=14]="ISO8859_15",r[r.ISO8859_16=15]="ISO8859_16",r[r.SJIS=16]="SJIS",r[r.Cp1250=17]="Cp1250",r[r.Cp1251=18]="Cp1251",r[r.Cp1252=19]="Cp1252",r[r.Cp1256=20]="Cp1256",r[r.UnicodeBigUnmarked=21]="UnicodeBigUnmarked",r[r.UTF8=22]="UTF8",r[r.ASCII=23]="ASCII",r[r.Big5=24]="Big5",r[r.GB18030=25]="GB18030",r[r.EUC_KR=26]="EUC_KR"})(J||(J={}));var ue=function(){function r(e,t,n){for(var i,a,o=[],s=3;s<arguments.length;s++)o[s-3]=arguments[s];this.valueIdentifier=e,this.name=n,typeof t=="number"?this.values=Int32Array.from([t]):this.values=t,this.otherEncodingNames=o,r.VALUE_IDENTIFIER_TO_ECI.set(e,this),r.NAME_TO_ECI.set(n,this);for(var f=this.values,u=0,c=f.length;u!==c;u++){var l=f[u];r.VALUES_TO_ECI.set(l,this)}try{for(var d=cu(o),h=d.next();!h.done;h=d.next()){var p=h.value;r.NAME_TO_ECI.set(p,this)}}catch(v){i={error:v}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}}return r.prototype.getValueIdentifier=function(){return this.valueIdentifier},r.prototype.getName=function(){return this.name},r.prototype.getValue=function(){return this.values[0]},r.getCharacterSetECIByValue=function(e){if(e<0||e>=900)throw new F("incorect value");var t=r.VALUES_TO_ECI.get(e);if(t===void 0)throw new F("incorect value");return t},r.getCharacterSetECIByName=function(e){var t=r.NAME_TO_ECI.get(e);if(t===void 0)throw new F("incorect value");return t},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.getName()===t.getName()},r.VALUE_IDENTIFIER_TO_ECI=new Map,r.VALUES_TO_ECI=new Map,r.NAME_TO_ECI=new Map,r.Cp437=new r(J.Cp437,Int32Array.from([0,2]),"Cp437"),r.ISO8859_1=new r(J.ISO8859_1,Int32Array.from([1,3]),"ISO-8859-1","ISO88591","ISO8859_1"),r.ISO8859_2=new r(J.ISO8859_2,4,"ISO-8859-2","ISO88592","ISO8859_2"),r.ISO8859_3=new r(J.ISO8859_3,5,"ISO-8859-3","ISO88593","ISO8859_3"),r.ISO8859_4=new r(J.ISO8859_4,6,"ISO-8859-4","ISO88594","ISO8859_4"),r.ISO8859_5=new r(J.ISO8859_5,7,"ISO-8859-5","ISO88595","ISO8859_5"),r.ISO8859_6=new r(J.ISO8859_6,8,"ISO-8859-6","ISO88596","ISO8859_6"),r.ISO8859_7=new r(J.ISO8859_7,9,"ISO-8859-7","ISO88597","ISO8859_7"),r.ISO8859_8=new r(J.ISO8859_8,10,"ISO-8859-8","ISO88598","ISO8859_8"),r.ISO8859_9=new r(J.ISO8859_9,11,"ISO-8859-9","ISO88599","ISO8859_9"),r.ISO8859_10=new r(J.ISO8859_10,12,"ISO-8859-10","ISO885910","ISO8859_10"),r.ISO8859_11=new r(J.ISO8859_11,13,"ISO-8859-11","ISO885911","ISO8859_11"),r.ISO8859_13=new r(J.ISO8859_13,15,"ISO-8859-13","ISO885913","ISO8859_13"),r.ISO8859_14=new r(J.ISO8859_14,16,"ISO-8859-14","ISO885914","ISO8859_14"),r.ISO8859_15=new r(J.ISO8859_15,17,"ISO-8859-15","ISO885915","ISO8859_15"),r.ISO8859_16=new r(J.ISO8859_16,18,"ISO-8859-16","ISO885916","ISO8859_16"),r.SJIS=new r(J.SJIS,20,"SJIS","Shift_JIS"),r.Cp1250=new r(J.Cp1250,21,"Cp1250","windows-1250"),r.Cp1251=new r(J.Cp1251,22,"Cp1251","windows-1251"),r.Cp1252=new r(J.Cp1252,23,"Cp1252","windows-1252"),r.Cp1256=new r(J.Cp1256,24,"Cp1256","windows-1256"),r.UnicodeBigUnmarked=new r(J.UnicodeBigUnmarked,25,"UnicodeBigUnmarked","UTF-16BE","UnicodeBig"),r.UTF8=new r(J.UTF8,26,"UTF8","UTF-8"),r.ASCII=new r(J.ASCII,Int32Array.from([27,170]),"ASCII","US-ASCII"),r.Big5=new r(J.Big5,28,"Big5"),r.GB18030=new r(J.GB18030,29,"GB18030","GB2312","EUC_CN","GBK"),r.EUC_KR=new r(J.EUC_KR,30,"EUC_KR","EUC-KR"),r}(),lu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Or=function(r){lu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="UnsupportedOperationException",e}(Fe),He=function(){function r(){}return r.decode=function(e,t){var n=this.encodingName(t);return this.customDecoder?this.customDecoder(e,n):typeof TextDecoder>"u"||this.shouldDecodeOnFallback(n)?this.decodeFallback(e,n):new TextDecoder(n).decode(e)},r.shouldDecodeOnFallback=function(e){return!r.isBrowser()&&e==="ISO-8859-1"},r.encode=function(e,t){var n=this.encodingName(t);return this.customEncoder?this.customEncoder(e,n):typeof TextEncoder>"u"?this.encodeFallback(e):new TextEncoder().encode(e)},r.isBrowser=function(){return typeof window<"u"&&{}.toString.call(window)==="[object Window]"},r.encodingName=function(e){return typeof e=="string"?e:e.getName()},r.encodingCharacterSet=function(e){return e instanceof ue?e:ue.getCharacterSetECIByName(e)},r.decodeFallback=function(e,t){var n=this.encodingCharacterSet(t);if(r.isDecodeFallbackSupported(n)){for(var i="",a=0,o=e.length;a<o;a++){var s=e[a].toString(16);s.length<2&&(s="0"+s),i+="%"+s}return decodeURIComponent(i)}if(n.equals(ue.UnicodeBigUnmarked))return String.fromCharCode.apply(null,new Uint16Array(e.buffer));throw new Or("Encoding "+this.encodingName(t)+" not supported by fallback.")},r.isDecodeFallbackSupported=function(e){return e.equals(ue.UTF8)||e.equals(ue.ISO8859_1)||e.equals(ue.ASCII)},r.encodeFallback=function(e){for(var t=btoa(unescape(encodeURIComponent(e))),n=t.split(""),i=[],a=0;a<n.length;a++)i.push(n[a].charCodeAt(0));return new Uint8Array(i)},r}(),$=function(){function r(){}return r.castAsNonUtf8Char=function(e,t){t===void 0&&(t=null);var n=t?t.getName():this.ISO88591;return He.decode(new Uint8Array([e]),n)},r.guessEncoding=function(e,t){if(t!=null&&t.get(oe.CHARACTER_SET)!==void 0)return t.get(oe.CHARACTER_SET).toString();for(var n=e.length,i=!0,a=!0,o=!0,s=0,f=0,u=0,c=0,l=0,d=0,h=0,p=0,v=0,x=0,w=0,m=e.length>3&&e[0]===239&&e[1]===187&&e[2]===191,C=0;C<n&&(i||a||o);C++){var _=e[C]&255;o&&(s>0?_&128?s--:o=!1:_&128&&(_&64?(s++,_&32?(s++,_&16?(s++,_&8?o=!1:c++):u++):f++):o=!1)),i&&(_>127&&_<160?i=!1:_>159&&(_<192||_===215||_===247)&&w++),a&&(l>0?_<64||_===127||_>252?a=!1:l--:_===128||_===160||_>239?a=!1:_>160&&_<224?(d++,p=0,h++,h>v&&(v=h)):_>127?(l++,h=0,p++,p>x&&(x=p)):(h=0,p=0))}return o&&s>0&&(o=!1),a&&l>0&&(a=!1),o&&(m||f+u+c>0)?r.UTF8:a&&(r.ASSUME_SHIFT_JIS||v>=3||x>=3)?r.SHIFT_JIS:i&&a?v===2&&d===2||w*10>=n?r.SHIFT_JIS:r.ISO88591:i?r.ISO88591:a?r.SHIFT_JIS:o?r.UTF8:r.PLATFORM_DEFAULT_ENCODING},r.format=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var i=-1;function a(s,f,u,c,l,d){if(s==="%%")return"%";if(t[++i]!==void 0){s=c?parseInt(c.substr(1)):void 0;var h=l?parseInt(l.substr(1)):void 0,p;switch(d){case"s":p=t[i];break;case"c":p=t[i][0];break;case"f":p=parseFloat(t[i]).toFixed(s);break;case"p":p=parseFloat(t[i]).toPrecision(s);break;case"e":p=parseFloat(t[i]).toExponential(s);break;case"x":p=parseInt(t[i]).toString(h||16);break;case"d":p=parseFloat(parseInt(t[i],h||10).toPrecision(s)).toFixed(0);break}p=typeof p=="object"?JSON.stringify(p):(+p).toString(h);for(var v=parseInt(u),x=u&&u[0]+""=="0"?"0":" ";p.length<v;)p=f!==void 0?p+x:x+p;return p}}var o=/%(-)?(0?[0-9]+)?([.][0-9]+)?([#][0-9]+)?([scfpexd%])/g;return e.replace(o,a)},r.getBytes=function(e,t){return He.encode(e,t)},r.getCharCode=function(e,t){return t===void 0&&(t=0),e.charCodeAt(t)},r.getCharAt=function(e){return String.fromCharCode(e)},r.SHIFT_JIS=ue.SJIS.getName(),r.GB2312="GB2312",r.ISO88591=ue.ISO8859_1.getName(),r.EUC_JP="EUC_JP",r.UTF8=ue.UTF8.getName(),r.PLATFORM_DEFAULT_ENCODING=r.UTF8,r.ASSUME_SHIFT_JIS=!1,r}(),z=function(){function r(e){e===void 0&&(e=""),this.value=e}return r.prototype.enableDecoding=function(e){return this.encoding=e,this},r.prototype.append=function(e){return typeof e=="string"?this.value+=e.toString():this.encoding?this.value+=$.castAsNonUtf8Char(e,this.encoding):this.value+=String.fromCharCode(e),this},r.prototype.appendChars=function(e,t,n){for(var i=t;t<t+n;i++)this.append(e[i]);return this},r.prototype.length=function(){return this.value.length},r.prototype.charAt=function(e){return this.value.charAt(e)},r.prototype.deleteCharAt=function(e){this.value=this.value.substr(0,e)+this.value.substring(e+1)},r.prototype.setCharAt=function(e,t){this.value=this.value.substr(0,e)+t+this.value.substr(e+1)},r.prototype.substring=function(e,t){return this.value.substring(e,t)},r.prototype.setLengthToZero=function(){this.value=""},r.prototype.toString=function(){return this.value},r.prototype.insert=function(e,t){this.value=this.value.substring(0,e)+t+this.value.substring(e)},r}(),Qe=function(){function r(e,t,n,i){if(this.width=e,this.height=t,this.rowSize=n,this.bits=i,t==null&&(t=e),this.height=t,e<1||t<1)throw new U("Both dimensions must be greater than 0");n==null&&(n=Math.floor((e+31)/32)),this.rowSize=n,i==null&&(this.bits=new Int32Array(this.rowSize*this.height))}return r.parseFromBooleanArray=function(e){for(var t=e.length,n=e[0].length,i=new r(n,t),a=0;a<t;a++)for(var o=e[a],s=0;s<n;s++)o[s]&&i.set(s,a);return i},r.parseFromString=function(e,t,n){if(e===null)throw new U("stringRepresentation cannot be null");for(var i=new Array(e.length),a=0,o=0,s=-1,f=0,u=0;u<e.length;)if(e.charAt(u)===`
|
|
46
|
+
`||e.charAt(u)==="\r"){if(a>o){if(s===-1)s=a-o;else if(a-o!==s)throw new U("row lengths do not match");o=a,f++}u++}else if(e.substring(u,u+t.length)===t)u+=t.length,i[a]=!0,a++;else if(e.substring(u,u+n.length)===n)u+=n.length,i[a]=!1,a++;else throw new U("illegal character encountered: "+e.substring(u));if(a>o){if(s===-1)s=a-o;else if(a-o!==s)throw new U("row lengths do not match");f++}for(var c=new r(s,f),l=0;l<a;l++)i[l]&&c.set(Math.floor(l%s),Math.floor(l/s));return c},r.prototype.get=function(e,t){var n=t*this.rowSize+Math.floor(e/32);return(this.bits[n]>>>(e&31)&1)!==0},r.prototype.set=function(e,t){var n=t*this.rowSize+Math.floor(e/32);this.bits[n]|=1<<(e&31)&4294967295},r.prototype.unset=function(e,t){var n=t*this.rowSize+Math.floor(e/32);this.bits[n]&=~(1<<(e&31)&4294967295)},r.prototype.flip=function(e,t){var n=t*this.rowSize+Math.floor(e/32);this.bits[n]^=1<<(e&31)&4294967295},r.prototype.xor=function(e){if(this.width!==e.getWidth()||this.height!==e.getHeight()||this.rowSize!==e.getRowSize())throw new U("input matrix dimensions do not match");for(var t=new ve(Math.floor(this.width/32)+1),n=this.rowSize,i=this.bits,a=0,o=this.height;a<o;a++)for(var s=a*n,f=e.getRow(a,t).getBitArray(),u=0;u<n;u++)i[s+u]^=f[u]},r.prototype.clear=function(){for(var e=this.bits,t=e.length,n=0;n<t;n++)e[n]=0},r.prototype.setRegion=function(e,t,n,i){if(t<0||e<0)throw new U("Left and top must be nonnegative");if(i<1||n<1)throw new U("Height and width must be at least 1");var a=e+n,o=t+i;if(o>this.height||a>this.width)throw new U("The region must fit inside the matrix");for(var s=this.rowSize,f=this.bits,u=t;u<o;u++)for(var c=u*s,l=e;l<a;l++)f[c+Math.floor(l/32)]|=1<<(l&31)&4294967295},r.prototype.getRow=function(e,t){t==null||t.getSize()<this.width?t=new ve(this.width):t.clear();for(var n=this.rowSize,i=this.bits,a=e*n,o=0;o<n;o++)t.setBulk(o*32,i[a+o]);return t},r.prototype.setRow=function(e,t){re.arraycopy(t.getBitArray(),0,this.bits,e*this.rowSize,this.rowSize)},r.prototype.rotate180=function(){for(var e=this.getWidth(),t=this.getHeight(),n=new ve(e),i=new ve(e),a=0,o=Math.floor((t+1)/2);a<o;a++)n=this.getRow(a,n),i=this.getRow(t-1-a,i),n.reverse(),i.reverse(),this.setRow(a,i),this.setRow(t-1-a,n)},r.prototype.getEnclosingRectangle=function(){for(var e=this.width,t=this.height,n=this.rowSize,i=this.bits,a=e,o=t,s=-1,f=-1,u=0;u<t;u++)for(var c=0;c<n;c++){var l=i[u*n+c];if(l!==0){if(u<o&&(o=u),u>f&&(f=u),c*32<a){for(var d=0;!(l<<31-d&4294967295);)d++;c*32+d<a&&(a=c*32+d)}if(c*32+31>s){for(var d=31;!(l>>>d);)d--;c*32+d>s&&(s=c*32+d)}}}return s<a||f<o?null:Int32Array.from([a,o,s-a+1,f-o+1])},r.prototype.getTopLeftOnBit=function(){for(var e=this.rowSize,t=this.bits,n=0;n<t.length&&t[n]===0;)n++;if(n===t.length)return null;for(var i=n/e,a=n%e*32,o=t[n],s=0;!(o<<31-s&4294967295);)s++;return a+=s,Int32Array.from([a,i])},r.prototype.getBottomRightOnBit=function(){for(var e=this.rowSize,t=this.bits,n=t.length-1;n>=0&&t[n]===0;)n--;if(n<0)return null;for(var i=Math.floor(n/e),a=Math.floor(n%e)*32,o=t[n],s=31;!(o>>>s);)s--;return a+=s,Int32Array.from([a,i])},r.prototype.getWidth=function(){return this.width},r.prototype.getHeight=function(){return this.height},r.prototype.getRowSize=function(){return this.rowSize},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.width===t.width&&this.height===t.height&&this.rowSize===t.rowSize&&fe.equals(this.bits,t.bits)},r.prototype.hashCode=function(){var e=this.width;return e=31*e+this.width,e=31*e+this.height,e=31*e+this.rowSize,e=31*e+fe.hashCode(this.bits),e},r.prototype.toString=function(e,t,n){return e===void 0&&(e="X "),t===void 0&&(t=" "),n===void 0&&(n=`
|
|
47
|
+
`),this.buildToString(e,t,n)},r.prototype.buildToString=function(e,t,n){for(var i=new z,a=0,o=this.height;a<o;a++){for(var s=0,f=this.width;s<f;s++)i.append(this.get(s,a)?e:t);i.append(n)}return i.toString()},r.prototype.clone=function(){return new r(this.width,this.height,this.rowSize,this.bits.slice())},r}(),du=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),D=function(r){du(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.getNotFoundInstance=function(){return new e},e.kind="NotFoundException",e}(Fe),hu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),pu=function(r){hu(e,r);function e(t){var n=r.call(this,t)||this;return n.luminances=e.EMPTY,n.buckets=new Int32Array(e.LUMINANCE_BUCKETS),n}return e.prototype.getBlackRow=function(t,n){var i=this.getLuminanceSource(),a=i.getWidth();n==null||n.getSize()<a?n=new ve(a):n.clear(),this.initArrays(a);for(var o=i.getRow(t,this.luminances),s=this.buckets,f=0;f<a;f++)s[(o[f]&255)>>e.LUMINANCE_SHIFT]++;var u=e.estimateBlackPoint(s);if(a<3)for(var f=0;f<a;f++)(o[f]&255)<u&&n.set(f);else for(var c=o[0]&255,l=o[1]&255,f=1;f<a-1;f++){var d=o[f+1]&255;(l*4-c-d)/2<u&&n.set(f),c=l,l=d}return n},e.prototype.getBlackMatrix=function(){var t=this.getLuminanceSource(),n=t.getWidth(),i=t.getHeight(),a=new Qe(n,i);this.initArrays(n);for(var o=this.buckets,s=1;s<5;s++)for(var f=Math.floor(i*s/5),u=t.getRow(f,this.luminances),c=Math.floor(n*4/5),l=Math.floor(n/5);l<c;l++){var d=u[l]&255;o[d>>e.LUMINANCE_SHIFT]++}for(var h=e.estimateBlackPoint(o),p=t.getMatrix(),s=0;s<i;s++)for(var v=s*n,l=0;l<n;l++){var d=p[v+l]&255;d<h&&a.set(l,s)}return a},e.prototype.createBinarizer=function(t){return new e(t)},e.prototype.initArrays=function(t){this.luminances.length<t&&(this.luminances=new Uint8ClampedArray(t));for(var n=this.buckets,i=0;i<e.LUMINANCE_BUCKETS;i++)n[i]=0},e.estimateBlackPoint=function(t){for(var n=t.length,i=0,a=0,o=0,s=0;s<n;s++)t[s]>o&&(a=s,o=t[s]),t[s]>i&&(i=t[s]);for(var f=0,u=0,s=0;s<n;s++){var c=s-a,l=t[s]*c*c;l>u&&(f=s,u=l)}if(a>f){var d=a;a=f,f=d}if(f-a<=n/16)throw new D;for(var h=f-1,p=-1,s=f-1;s>a;s--){var v=s-a,l=v*v*(f-s)*(i-t[s]);l>p&&(h=s,p=l)}return h<<e.LUMINANCE_SHIFT},e.LUMINANCE_BITS=5,e.LUMINANCE_SHIFT=8-e.LUMINANCE_BITS,e.LUMINANCE_BUCKETS=1<<e.LUMINANCE_BITS,e.EMPTY=Uint8ClampedArray.from([0]),e}(au),vu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),gu=function(r){vu(e,r);function e(t){var n=r.call(this,t)||this;return n.matrix=null,n}return e.prototype.getBlackMatrix=function(){if(this.matrix!==null)return this.matrix;var t=this.getLuminanceSource(),n=t.getWidth(),i=t.getHeight();if(n>=e.MINIMUM_DIMENSION&&i>=e.MINIMUM_DIMENSION){var a=t.getMatrix(),o=n>>e.BLOCK_SIZE_POWER;n&e.BLOCK_SIZE_MASK&&o++;var s=i>>e.BLOCK_SIZE_POWER;i&e.BLOCK_SIZE_MASK&&s++;var f=e.calculateBlackPoints(a,o,s,n,i),u=new Qe(n,i);e.calculateThresholdForBlock(a,o,s,n,i,f,u),this.matrix=u}else this.matrix=r.prototype.getBlackMatrix.call(this);return this.matrix},e.prototype.createBinarizer=function(t){return new e(t)},e.calculateThresholdForBlock=function(t,n,i,a,o,s,f){for(var u=o-e.BLOCK_SIZE,c=a-e.BLOCK_SIZE,l=0;l<i;l++){var d=l<<e.BLOCK_SIZE_POWER;d>u&&(d=u);for(var h=e.cap(l,2,i-3),p=0;p<n;p++){var v=p<<e.BLOCK_SIZE_POWER;v>c&&(v=c);for(var x=e.cap(p,2,n-3),w=0,m=-2;m<=2;m++){var C=s[h+m];w+=C[x-2]+C[x-1]+C[x]+C[x+1]+C[x+2]}var _=w/25;e.thresholdBlock(t,v,d,_,a,f)}}},e.cap=function(t,n,i){return t<n?n:t>i?i:t},e.thresholdBlock=function(t,n,i,a,o,s){for(var f=0,u=i*o+n;f<e.BLOCK_SIZE;f++,u+=o)for(var c=0;c<e.BLOCK_SIZE;c++)(t[u+c]&255)<=a&&s.set(n+c,i+f)},e.calculateBlackPoints=function(t,n,i,a,o){for(var s=o-e.BLOCK_SIZE,f=a-e.BLOCK_SIZE,u=new Array(i),c=0;c<i;c++){u[c]=new Int32Array(n);var l=c<<e.BLOCK_SIZE_POWER;l>s&&(l=s);for(var d=0;d<n;d++){var h=d<<e.BLOCK_SIZE_POWER;h>f&&(h=f);for(var p=0,v=255,x=0,w=0,m=l*a+h;w<e.BLOCK_SIZE;w++,m+=a){for(var C=0;C<e.BLOCK_SIZE;C++){var _=t[m+C]&255;p+=_,_<v&&(v=_),_>x&&(x=_)}if(x-v>e.MIN_DYNAMIC_RANGE)for(w++,m+=a;w<e.BLOCK_SIZE;w++,m+=a)for(var C=0;C<e.BLOCK_SIZE;C++)p+=t[m+C]&255}var A=p>>e.BLOCK_SIZE_POWER*2;if(x-v<=e.MIN_DYNAMIC_RANGE&&(A=v/2,c>0&&d>0)){var b=(u[c-1][d]+2*u[c][d-1]+u[c-1][d-1])/4;v<b&&(A=b)}u[c][d]=A}}return u},e.BLOCK_SIZE_POWER=3,e.BLOCK_SIZE=1<<e.BLOCK_SIZE_POWER,e.BLOCK_SIZE_MASK=e.BLOCK_SIZE-1,e.MINIMUM_DIMENSION=e.BLOCK_SIZE*5,e.MIN_DYNAMIC_RANGE=24,e}(pu),Nr=function(){function r(e,t){this.width=e,this.height=t}return r.prototype.getWidth=function(){return this.width},r.prototype.getHeight=function(){return this.height},r.prototype.isCropSupported=function(){return!1},r.prototype.crop=function(e,t,n,i){throw new Or("This luminance source does not support cropping.")},r.prototype.isRotateSupported=function(){return!1},r.prototype.rotateCounterClockwise=function(){throw new Or("This luminance source does not support rotation by 90 degrees.")},r.prototype.rotateCounterClockwise45=function(){throw new Or("This luminance source does not support rotation by 45 degrees.")},r.prototype.toString=function(){for(var e=new Uint8ClampedArray(this.width),t=new z,n=0;n<this.height;n++){for(var i=this.getRow(n,e),a=0;a<this.width;a++){var o=i[a]&255,s=void 0;o<64?s="#":o<128?s="+":o<192?s=".":s=" ",t.append(s)}t.append(`
|
|
48
|
+
`)}return t.toString()},r}(),xu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Rn=function(r){xu(e,r);function e(t){var n=r.call(this,t.getWidth(),t.getHeight())||this;return n.delegate=t,n}return e.prototype.getRow=function(t,n){for(var i=this.delegate.getRow(t,n),a=this.getWidth(),o=0;o<a;o++)i[o]=255-(i[o]&255);return i},e.prototype.getMatrix=function(){for(var t=this.delegate.getMatrix(),n=this.getWidth()*this.getHeight(),i=new Uint8ClampedArray(n),a=0;a<n;a++)i[a]=255-(t[a]&255);return i},e.prototype.isCropSupported=function(){return this.delegate.isCropSupported()},e.prototype.crop=function(t,n,i,a){return new e(this.delegate.crop(t,n,i,a))},e.prototype.isRotateSupported=function(){return this.delegate.isRotateSupported()},e.prototype.invert=function(){return this.delegate},e.prototype.rotateCounterClockwise=function(){return new e(this.delegate.rotateCounterClockwise())},e.prototype.rotateCounterClockwise45=function(){return new e(this.delegate.rotateCounterClockwise45())},e}(Nr),yu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),wu=function(r){yu(e,r);function e(t){var n=r.call(this,t.width,t.height)||this;return n.canvas=t,n.tempCanvasElement=null,n.buffer=e.makeBufferFromCanvasImageData(t),n}return e.makeBufferFromCanvasImageData=function(t){var n=t.getContext("2d").getImageData(0,0,t.width,t.height);return e.toGrayscaleBuffer(n.data,t.width,t.height)},e.toGrayscaleBuffer=function(t,n,i){var a=new Uint8ClampedArray(n*i);if(e.FRAME_INDEX=!e.FRAME_INDEX,e.FRAME_INDEX)for(var o=0,s=0,f=t.length;o<f;o+=4,s++){var u=void 0,c=t[o+3];if(c===0)u=255;else{var l=t[o],d=t[o+1],h=t[o+2];u=306*l+601*d+117*h+512>>10}a[s]=u}else for(var o=0,s=0,p=t.length;o<p;o+=4,s++){var u=void 0,c=t[o+3];if(c===0)u=255;else{var l=t[o],d=t[o+1],h=t[o+2];u=306*l+601*d+117*h+512>>10}a[s]=255-u}return a},e.prototype.getRow=function(t,n){if(t<0||t>=this.getHeight())throw new U("Requested row is outside the image: "+t);var i=this.getWidth(),a=t*i;return n===null?n=this.buffer.slice(a,a+i):(n.length<i&&(n=new Uint8ClampedArray(i)),n.set(this.buffer.slice(a,a+i))),n},e.prototype.getMatrix=function(){return this.buffer},e.prototype.isCropSupported=function(){return!0},e.prototype.crop=function(t,n,i,a){return r.prototype.crop.call(this,t,n,i,a),this},e.prototype.isRotateSupported=function(){return!0},e.prototype.rotateCounterClockwise=function(){return this.rotate(-90),this},e.prototype.rotateCounterClockwise45=function(){return this.rotate(-45),this},e.prototype.getTempCanvasElement=function(){if(this.tempCanvasElement===null){var t=this.canvas.ownerDocument.createElement("canvas");t.width=this.canvas.width,t.height=this.canvas.height,this.tempCanvasElement=t}return this.tempCanvasElement},e.prototype.rotate=function(t){var n=this.getTempCanvasElement(),i=n.getContext("2d"),a=t*e.DEGREE_TO_RADIANS,o=this.canvas.width,s=this.canvas.height,f=Math.ceil(Math.abs(Math.cos(a))*o+Math.abs(Math.sin(a))*s),u=Math.ceil(Math.abs(Math.sin(a))*o+Math.abs(Math.cos(a))*s);return n.width=f,n.height=u,i.translate(f/2,u/2),i.rotate(a),i.drawImage(this.canvas,o/-2,s/-2),this.buffer=e.makeBufferFromCanvasImageData(n),this},e.prototype.invert=function(){return new Rn(this)},e.DEGREE_TO_RADIANS=Math.PI/180,e.FRAME_INDEX=!0,e}(Nr),mu=function(){function r(e,t,n){this.deviceId=e,this.label=t,this.kind="videoinput",this.groupId=n||void 0}return r.prototype.toJSON=function(){return{kind:this.kind,groupId:this.groupId,deviceId:this.deviceId,label:this.label}},r}(),Ne=function(r,e,t,n){function i(a){return a instanceof t?a:new t(function(o){o(a)})}return new(t||(t=Promise))(function(a,o){function s(c){try{u(n.next(c))}catch(l){o(l)}}function f(c){try{u(n.throw(c))}catch(l){o(l)}}function u(c){c.done?a(c.value):i(c.value).then(s,f)}u((n=n.apply(r,e||[])).next())})},De=function(r,e){var t={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(u){return function(c){return f([u,c])}}function f(u){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,i&&(a=u[0]&2?i.return:u[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,u[1])).done)return a;switch(i=0,a&&(u=[u[0]&2,a.value]),u[0]){case 0:case 1:a=u;break;case 4:return t.label++,{value:u[1],done:!1};case 5:t.label++,i=u[1],u=[0];continue;case 7:u=t.ops.pop(),t.trys.pop();continue;default:if(a=t.trys,!(a=a.length>0&&a[a.length-1])&&(u[0]===6||u[0]===2)){t=0;continue}if(u[0]===3&&(!a||u[1]>a[0]&&u[1]<a[3])){t.label=u[1];break}if(u[0]===6&&t.label<a[1]){t.label=a[1],a=u;break}if(a&&t.label<a[2]){t.label=a[2],t.ops.push(u);break}a[2]&&t.ops.pop(),t.trys.pop();continue}u=e.call(r,t)}catch(c){u=[6,c],i=0}finally{n=a=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},Cu=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Mt=function(){function r(e,t,n){t===void 0&&(t=500),this.reader=e,this.timeBetweenScansMillis=t,this._hints=n,this._stopContinuousDecode=!1,this._stopAsyncDecode=!1,this._timeBetweenDecodingAttempts=0}return Object.defineProperty(r.prototype,"hasNavigator",{get:function(){return typeof navigator<"u"},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMediaDevicesSuported",{get:function(){return this.hasNavigator&&!!navigator.mediaDevices},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"canEnumerateDevices",{get:function(){return!!(this.isMediaDevicesSuported&&navigator.mediaDevices.enumerateDevices)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"timeBetweenDecodingAttempts",{get:function(){return this._timeBetweenDecodingAttempts},set:function(e){this._timeBetweenDecodingAttempts=e<0?0:e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"hints",{get:function(){return this._hints},set:function(e){this._hints=e||null},enumerable:!1,configurable:!0}),r.prototype.listVideoInputDevices=function(){return Ne(this,void 0,void 0,function(){var e,t,n,i,a,o,s,f,u,c,l,d;return De(this,function(h){switch(h.label){case 0:if(!this.hasNavigator)throw new Error("Can't enumerate devices, navigator is not present.");if(!this.canEnumerateDevices)throw new Error("Can't enumerate devices, method not supported.");return[4,navigator.mediaDevices.enumerateDevices()];case 1:e=h.sent(),t=[];try{for(n=Cu(e),i=n.next();!i.done;i=n.next())a=i.value,o=a.kind==="video"?"videoinput":a.kind,o==="videoinput"&&(s=a.deviceId||a.id,f=a.label||"Video device "+(t.length+1),u=a.groupId,c={deviceId:s,label:f,kind:o,groupId:u},t.push(c))}catch(p){l={error:p}}finally{try{i&&!i.done&&(d=n.return)&&d.call(n)}finally{if(l)throw l.error}}return[2,t]}})})},r.prototype.getVideoInputDevices=function(){return Ne(this,void 0,void 0,function(){var e;return De(this,function(t){switch(t.label){case 0:return[4,this.listVideoInputDevices()];case 1:return e=t.sent(),[2,e.map(function(n){return new mu(n.deviceId,n.label)})]}})})},r.prototype.findDeviceById=function(e){return Ne(this,void 0,void 0,function(){var t;return De(this,function(n){switch(n.label){case 0:return[4,this.listVideoInputDevices()];case 1:return t=n.sent(),t?[2,t.find(function(i){return i.deviceId===e})]:[2,null]}})})},r.prototype.decodeFromInputVideoDevice=function(e,t){return Ne(this,void 0,void 0,function(){return De(this,function(n){switch(n.label){case 0:return[4,this.decodeOnceFromVideoDevice(e,t)];case 1:return[2,n.sent()]}})})},r.prototype.decodeOnceFromVideoDevice=function(e,t){return Ne(this,void 0,void 0,function(){var n,i;return De(this,function(a){switch(a.label){case 0:return this.reset(),e?n={deviceId:{exact:e}}:n={facingMode:"environment"},i={video:n},[4,this.decodeOnceFromConstraints(i,t)];case 1:return[2,a.sent()]}})})},r.prototype.decodeOnceFromConstraints=function(e,t){return Ne(this,void 0,void 0,function(){var n;return De(this,function(i){switch(i.label){case 0:return[4,navigator.mediaDevices.getUserMedia(e)];case 1:return n=i.sent(),[4,this.decodeOnceFromStream(n,t)];case 2:return[2,i.sent()]}})})},r.prototype.decodeOnceFromStream=function(e,t){return Ne(this,void 0,void 0,function(){var n,i;return De(this,function(a){switch(a.label){case 0:return this.reset(),[4,this.attachStreamToVideo(e,t)];case 1:return n=a.sent(),[4,this.decodeOnce(n)];case 2:return i=a.sent(),[2,i]}})})},r.prototype.decodeFromInputVideoDeviceContinuously=function(e,t,n){return Ne(this,void 0,void 0,function(){return De(this,function(i){switch(i.label){case 0:return[4,this.decodeFromVideoDevice(e,t,n)];case 1:return[2,i.sent()]}})})},r.prototype.decodeFromVideoDevice=function(e,t,n){return Ne(this,void 0,void 0,function(){var i,a;return De(this,function(o){switch(o.label){case 0:return e?i={deviceId:{exact:e}}:i={facingMode:"environment"},a={video:i},[4,this.decodeFromConstraints(a,t,n)];case 1:return[2,o.sent()]}})})},r.prototype.decodeFromConstraints=function(e,t,n){return Ne(this,void 0,void 0,function(){var i;return De(this,function(a){switch(a.label){case 0:return[4,navigator.mediaDevices.getUserMedia(e)];case 1:return i=a.sent(),[4,this.decodeFromStream(i,t,n)];case 2:return[2,a.sent()]}})})},r.prototype.decodeFromStream=function(e,t,n){return Ne(this,void 0,void 0,function(){var i;return De(this,function(a){switch(a.label){case 0:return this.reset(),[4,this.attachStreamToVideo(e,t)];case 1:return i=a.sent(),[4,this.decodeContinuously(i,n)];case 2:return[2,a.sent()]}})})},r.prototype.stopAsyncDecode=function(){this._stopAsyncDecode=!0},r.prototype.stopContinuousDecode=function(){this._stopContinuousDecode=!0},r.prototype.attachStreamToVideo=function(e,t){return Ne(this,void 0,void 0,function(){var n;return De(this,function(i){switch(i.label){case 0:return n=this.prepareVideoElement(t),this.addVideoSource(n,e),this.videoElement=n,this.stream=e,[4,this.playVideoOnLoadAsync(n)];case 1:return i.sent(),[2,n]}})})},r.prototype.playVideoOnLoadAsync=function(e){var t=this;return new Promise(function(n,i){return t.playVideoOnLoad(e,function(){return n()})})},r.prototype.playVideoOnLoad=function(e,t){var n=this;this.videoEndedListener=function(){return n.stopStreams()},this.videoCanPlayListener=function(){return n.tryPlayVideo(e)},e.addEventListener("ended",this.videoEndedListener),e.addEventListener("canplay",this.videoCanPlayListener),e.addEventListener("playing",t),this.tryPlayVideo(e)},r.prototype.isVideoPlaying=function(e){return e.currentTime>0&&!e.paused&&!e.ended&&e.readyState>2},r.prototype.tryPlayVideo=function(e){return Ne(this,void 0,void 0,function(){return De(this,function(t){switch(t.label){case 0:if(this.isVideoPlaying(e))return console.warn("Trying to play video that is already playing."),[2];t.label=1;case 1:return t.trys.push([1,3,,4]),[4,e.play()];case 2:return t.sent(),[3,4];case 3:return t.sent(),console.warn("It was not possible to play the video."),[3,4];case 4:return[2]}})})},r.prototype.getMediaElement=function(e,t){var n=document.getElementById(e);if(!n)throw new $e("element with id '"+e+"' not found");if(n.nodeName.toLowerCase()!==t.toLowerCase())throw new $e("element with id '"+e+"' must be an "+t+" element");return n},r.prototype.decodeFromImage=function(e,t){if(!e&&!t)throw new $e("either imageElement with a src set or an url must be provided");return t&&!e?this.decodeFromImageUrl(t):this.decodeFromImageElement(e)},r.prototype.decodeFromVideo=function(e,t){if(!e&&!t)throw new $e("Either an element with a src set or an URL must be provided");return t&&!e?this.decodeFromVideoUrl(t):this.decodeFromVideoElement(e)},r.prototype.decodeFromVideoContinuously=function(e,t,n){if(e===void 0&&t===void 0)throw new $e("Either an element with a src set or an URL must be provided");return t&&!e?this.decodeFromVideoUrlContinuously(t,n):this.decodeFromVideoElementContinuously(e,n)},r.prototype.decodeFromImageElement=function(e){if(!e)throw new $e("An image element must be provided.");this.reset();var t=this.prepareImageElement(e);this.imageElement=t;var n;return this.isImageLoaded(t)?n=this.decodeOnce(t,!1,!0):n=this._decodeOnLoadImage(t),n},r.prototype.decodeFromVideoElement=function(e){var t=this._decodeFromVideoElementSetup(e);return this._decodeOnLoadVideo(t)},r.prototype.decodeFromVideoElementContinuously=function(e,t){var n=this._decodeFromVideoElementSetup(e);return this._decodeOnLoadVideoContinuously(n,t)},r.prototype._decodeFromVideoElementSetup=function(e){if(!e)throw new $e("A video element must be provided.");this.reset();var t=this.prepareVideoElement(e);return this.videoElement=t,t},r.prototype.decodeFromImageUrl=function(e){if(!e)throw new $e("An URL must be provided.");this.reset();var t=this.prepareImageElement();this.imageElement=t;var n=this._decodeOnLoadImage(t);return t.src=e,n},r.prototype.decodeFromVideoUrl=function(e){if(!e)throw new $e("An URL must be provided.");this.reset();var t=this.prepareVideoElement(),n=this.decodeFromVideoElement(t);return t.src=e,n},r.prototype.decodeFromVideoUrlContinuously=function(e,t){if(!e)throw new $e("An URL must be provided.");this.reset();var n=this.prepareVideoElement(),i=this.decodeFromVideoElementContinuously(n,t);return n.src=e,i},r.prototype._decodeOnLoadImage=function(e){var t=this;return new Promise(function(n,i){t.imageLoadedListener=function(){return t.decodeOnce(e,!1,!0).then(n,i)},e.addEventListener("load",t.imageLoadedListener)})},r.prototype._decodeOnLoadVideo=function(e){return Ne(this,void 0,void 0,function(){return De(this,function(t){switch(t.label){case 0:return[4,this.playVideoOnLoadAsync(e)];case 1:return t.sent(),[4,this.decodeOnce(e)];case 2:return[2,t.sent()]}})})},r.prototype._decodeOnLoadVideoContinuously=function(e,t){return Ne(this,void 0,void 0,function(){return De(this,function(n){switch(n.label){case 0:return[4,this.playVideoOnLoadAsync(e)];case 1:return n.sent(),this.decodeContinuously(e,t),[2]}})})},r.prototype.isImageLoaded=function(e){return!(!e.complete||e.naturalWidth===0)},r.prototype.prepareImageElement=function(e){var t;return typeof e>"u"&&(t=document.createElement("img"),t.width=200,t.height=200),typeof e=="string"&&(t=this.getMediaElement(e,"img")),e instanceof HTMLImageElement&&(t=e),t},r.prototype.prepareVideoElement=function(e){var t;return!e&&typeof document<"u"&&(t=document.createElement("video"),t.width=200,t.height=200),typeof e=="string"&&(t=this.getMediaElement(e,"video")),e instanceof HTMLVideoElement&&(t=e),t.setAttribute("autoplay","true"),t.setAttribute("muted","true"),t.setAttribute("playsinline","true"),t},r.prototype.decodeOnce=function(e,t,n){var i=this;t===void 0&&(t=!0),n===void 0&&(n=!0),this._stopAsyncDecode=!1;var a=function(o,s){if(i._stopAsyncDecode){s(new D("Video stream has ended before any code could be detected.")),i._stopAsyncDecode=void 0;return}try{var f=i.decode(e);o(f)}catch(d){var u=t&&d instanceof D,c=d instanceof pe||d instanceof F,l=c&&n;if(u||l)return setTimeout(a,i._timeBetweenDecodingAttempts,o,s);s(d)}};return new Promise(function(o,s){return a(o,s)})},r.prototype.decodeContinuously=function(e,t){var n=this;this._stopContinuousDecode=!1;var i=function(){if(n._stopContinuousDecode){n._stopContinuousDecode=void 0;return}try{var a=n.decode(e);t(a,null),setTimeout(i,n.timeBetweenScansMillis)}catch(f){t(null,f);var o=f instanceof pe||f instanceof F,s=f instanceof D;(o||s)&&setTimeout(i,n._timeBetweenDecodingAttempts)}};i()},r.prototype.decode=function(e){var t=this.createBinaryBitmap(e);return this.decodeBitmap(t)},r.prototype.createBinaryBitmap=function(e){this.getCaptureCanvasContext(e),e instanceof HTMLVideoElement?this.drawFrameOnCanvas(e):this.drawImageOnCanvas(e);var t=this.getCaptureCanvas(e),n=new wu(t),i=new gu(n);return new nu(i)},r.prototype.getCaptureCanvasContext=function(e){if(!this.captureCanvasContext){var t=this.getCaptureCanvas(e),n=void 0;try{n=t.getContext("2d",{willReadFrequently:!0})}catch{n=t.getContext("2d")}this.captureCanvasContext=n}return this.captureCanvasContext},r.prototype.getCaptureCanvas=function(e){if(!this.captureCanvas){var t=this.createCaptureCanvas(e);this.captureCanvas=t}return this.captureCanvas},r.prototype.drawFrameOnCanvas=function(e,t,n){t===void 0&&(t={sx:0,sy:0,sWidth:e.videoWidth,sHeight:e.videoHeight,dx:0,dy:0,dWidth:e.videoWidth,dHeight:e.videoHeight}),n===void 0&&(n=this.captureCanvasContext),n.drawImage(e,t.sx,t.sy,t.sWidth,t.sHeight,t.dx,t.dy,t.dWidth,t.dHeight)},r.prototype.drawImageOnCanvas=function(e,t,n){t===void 0&&(t={sx:0,sy:0,sWidth:e.naturalWidth,sHeight:e.naturalHeight,dx:0,dy:0,dWidth:e.naturalWidth,dHeight:e.naturalHeight}),n===void 0&&(n=this.captureCanvasContext),n.drawImage(e,t.sx,t.sy,t.sWidth,t.sHeight,t.dx,t.dy,t.dWidth,t.dHeight)},r.prototype.decodeBitmap=function(e){return this.reader.decode(e,this._hints)},r.prototype.createCaptureCanvas=function(e){if(typeof document>"u")return this._destroyCaptureCanvas(),null;var t=document.createElement("canvas"),n,i;return typeof e<"u"&&(e instanceof HTMLVideoElement?(n=e.videoWidth,i=e.videoHeight):e instanceof HTMLImageElement&&(n=e.naturalWidth||e.width,i=e.naturalHeight||e.height)),t.style.width=n+"px",t.style.height=i+"px",t.width=n,t.height=i,t},r.prototype.stopStreams=function(){this.stream&&(this.stream.getVideoTracks().forEach(function(e){return e.stop()}),this.stream=void 0),this._stopAsyncDecode===!1&&this.stopAsyncDecode(),this._stopContinuousDecode===!1&&this.stopContinuousDecode()},r.prototype.reset=function(){this.stopStreams(),this._destroyVideoElement(),this._destroyImageElement(),this._destroyCaptureCanvas()},r.prototype._destroyVideoElement=function(){this.videoElement&&(typeof this.videoEndedListener<"u"&&this.videoElement.removeEventListener("ended",this.videoEndedListener),typeof this.videoPlayingEventListener<"u"&&this.videoElement.removeEventListener("playing",this.videoPlayingEventListener),typeof this.videoCanPlayListener<"u"&&this.videoElement.removeEventListener("loadedmetadata",this.videoCanPlayListener),this.cleanVideoSource(this.videoElement),this.videoElement=void 0)},r.prototype._destroyImageElement=function(){this.imageElement&&(this.imageLoadedListener!==void 0&&this.imageElement.removeEventListener("load",this.imageLoadedListener),this.imageElement.src=void 0,this.imageElement.removeAttribute("src"),this.imageElement=void 0)},r.prototype._destroyCaptureCanvas=function(){this.captureCanvasContext=void 0,this.captureCanvas=void 0},r.prototype.addVideoSource=function(e,t){try{e.srcObject=t}catch{e.src=URL.createObjectURL(t)}},r.prototype.cleanVideoSource=function(e){try{e.srcObject=null}catch{e.src=""}this.videoElement.removeAttribute("src")},r}(),be=function(){function r(e,t,n,i,a,o){n===void 0&&(n=t==null?0:8*t.length),o===void 0&&(o=re.currentTimeMillis()),this.text=e,this.rawBytes=t,this.numBits=n,this.resultPoints=i,this.format=a,this.timestamp=o,this.text=e,this.rawBytes=t,n==null?this.numBits=t==null?0:8*t.length:this.numBits=n,this.resultPoints=i,this.format=a,this.resultMetadata=null,o==null?this.timestamp=re.currentTimeMillis():this.timestamp=o}return r.prototype.getText=function(){return this.text},r.prototype.getRawBytes=function(){return this.rawBytes},r.prototype.getNumBits=function(){return this.numBits},r.prototype.getResultPoints=function(){return this.resultPoints},r.prototype.getBarcodeFormat=function(){return this.format},r.prototype.getResultMetadata=function(){return this.resultMetadata},r.prototype.putMetadata=function(e,t){this.resultMetadata===null&&(this.resultMetadata=new Map),this.resultMetadata.set(e,t)},r.prototype.putAllMetadata=function(e){e!==null&&(this.resultMetadata===null?this.resultMetadata=e:this.resultMetadata=new Map(e))},r.prototype.addResultPoints=function(e){var t=this.resultPoints;if(t===null)this.resultPoints=e;else if(e!==null&&e.length>0){var n=new Array(t.length+e.length);re.arraycopy(t,0,n,0,t.length),re.arraycopy(e,0,n,t.length,e.length),this.resultPoints=n}},r.prototype.getTimestamp=function(){return this.timestamp},r.prototype.toString=function(){return this.text},r}(),Bn;(function(r){r[r.AZTEC=0]="AZTEC",r[r.CODABAR=1]="CODABAR",r[r.CODE_39=2]="CODE_39",r[r.CODE_93=3]="CODE_93",r[r.CODE_128=4]="CODE_128",r[r.DATA_MATRIX=5]="DATA_MATRIX",r[r.EAN_8=6]="EAN_8",r[r.EAN_13=7]="EAN_13",r[r.ITF=8]="ITF",r[r.MAXICODE=9]="MAXICODE",r[r.PDF_417=10]="PDF_417",r[r.QR_CODE=11]="QR_CODE",r[r.RSS_14=12]="RSS_14",r[r.RSS_EXPANDED=13]="RSS_EXPANDED",r[r.UPC_A=14]="UPC_A",r[r.UPC_E=15]="UPC_E",r[r.UPC_EAN_EXTENSION=16]="UPC_EAN_EXTENSION"})(Bn||(Bn={}));const L=Bn;var Ln;(function(r){r[r.OTHER=0]="OTHER",r[r.ORIENTATION=1]="ORIENTATION",r[r.BYTE_SEGMENTS=2]="BYTE_SEGMENTS",r[r.ERROR_CORRECTION_LEVEL=3]="ERROR_CORRECTION_LEVEL",r[r.ISSUE_NUMBER=4]="ISSUE_NUMBER",r[r.SUGGESTED_PRICE=5]="SUGGESTED_PRICE",r[r.POSSIBLE_COUNTRY=6]="POSSIBLE_COUNTRY",r[r.UPC_EAN_EXTENSION=7]="UPC_EAN_EXTENSION",r[r.PDF417_EXTRA_METADATA=8]="PDF417_EXTRA_METADATA",r[r.STRUCTURED_APPEND_SEQUENCE=9]="STRUCTURED_APPEND_SEQUENCE",r[r.STRUCTURED_APPEND_PARITY=10]="STRUCTURED_APPEND_PARITY"})(Ln||(Ln={}));const Ce=Ln;var Dr=function(){function r(e,t,n,i,a,o){a===void 0&&(a=-1),o===void 0&&(o=-1),this.rawBytes=e,this.text=t,this.byteSegments=n,this.ecLevel=i,this.structuredAppendSequenceNumber=a,this.structuredAppendParity=o,this.numBits=e==null?0:8*e.length}return r.prototype.getRawBytes=function(){return this.rawBytes},r.prototype.getNumBits=function(){return this.numBits},r.prototype.setNumBits=function(e){this.numBits=e},r.prototype.getText=function(){return this.text},r.prototype.getByteSegments=function(){return this.byteSegments},r.prototype.getECLevel=function(){return this.ecLevel},r.prototype.getErrorsCorrected=function(){return this.errorsCorrected},r.prototype.setErrorsCorrected=function(e){this.errorsCorrected=e},r.prototype.getErasures=function(){return this.erasures},r.prototype.setErasures=function(e){this.erasures=e},r.prototype.getOther=function(){return this.other},r.prototype.setOther=function(e){this.other=e},r.prototype.hasStructuredAppend=function(){return this.structuredAppendParity>=0&&this.structuredAppendSequenceNumber>=0},r.prototype.getStructuredAppendParity=function(){return this.structuredAppendParity},r.prototype.getStructuredAppendSequenceNumber=function(){return this.structuredAppendSequenceNumber},r}(),Kt=function(){function r(){}return r.prototype.exp=function(e){return this.expTable[e]},r.prototype.log=function(e){if(e===0)throw new U;return this.logTable[e]},r.addOrSubtract=function(e,t){return e^t},r}(),ft=function(){function r(e,t){if(t.length===0)throw new U;this.field=e;var n=t.length;if(n>1&&t[0]===0){for(var i=1;i<n&&t[i]===0;)i++;i===n?this.coefficients=Int32Array.from([0]):(this.coefficients=new Int32Array(n-i),re.arraycopy(t,i,this.coefficients,0,this.coefficients.length))}else this.coefficients=t}return r.prototype.getCoefficients=function(){return this.coefficients},r.prototype.getDegree=function(){return this.coefficients.length-1},r.prototype.isZero=function(){return this.coefficients[0]===0},r.prototype.getCoefficient=function(e){return this.coefficients[this.coefficients.length-1-e]},r.prototype.evaluateAt=function(e){if(e===0)return this.getCoefficient(0);var t=this.coefficients,n;if(e===1){n=0;for(var i=0,a=t.length;i!==a;i++){var o=t[i];n=Kt.addOrSubtract(n,o)}return n}n=t[0];for(var s=t.length,f=this.field,i=1;i<s;i++)n=Kt.addOrSubtract(f.multiply(e,n),t[i]);return n},r.prototype.addOrSubtract=function(e){if(!this.field.equals(e.field))throw new U("GenericGFPolys do not have same GenericGF field");if(this.isZero())return e;if(e.isZero())return this;var t=this.coefficients,n=e.coefficients;if(t.length>n.length){var i=t;t=n,n=i}var a=new Int32Array(n.length),o=n.length-t.length;re.arraycopy(n,0,a,0,o);for(var s=o;s<n.length;s++)a[s]=Kt.addOrSubtract(t[s-o],n[s]);return new r(this.field,a)},r.prototype.multiply=function(e){if(!this.field.equals(e.field))throw new U("GenericGFPolys do not have same GenericGF field");if(this.isZero()||e.isZero())return this.field.getZero();for(var t=this.coefficients,n=t.length,i=e.coefficients,a=i.length,o=new Int32Array(n+a-1),s=this.field,f=0;f<n;f++)for(var u=t[f],c=0;c<a;c++)o[f+c]=Kt.addOrSubtract(o[f+c],s.multiply(u,i[c]));return new r(s,o)},r.prototype.multiplyScalar=function(e){if(e===0)return this.field.getZero();if(e===1)return this;for(var t=this.coefficients.length,n=this.field,i=new Int32Array(t),a=this.coefficients,o=0;o<t;o++)i[o]=n.multiply(a[o],e);return new r(n,i)},r.prototype.multiplyByMonomial=function(e,t){if(e<0)throw new U;if(t===0)return this.field.getZero();for(var n=this.coefficients,i=n.length,a=new Int32Array(i+e),o=this.field,s=0;s<i;s++)a[s]=o.multiply(n[s],t);return new r(o,a)},r.prototype.divide=function(e){if(!this.field.equals(e.field))throw new U("GenericGFPolys do not have same GenericGF field");if(e.isZero())throw new U("Divide by 0");for(var t=this.field,n=t.getZero(),i=this,a=e.getCoefficient(e.getDegree()),o=t.inverse(a);i.getDegree()>=e.getDegree()&&!i.isZero();){var s=i.getDegree()-e.getDegree(),f=t.multiply(i.getCoefficient(i.getDegree()),o),u=e.multiplyByMonomial(s,f),c=t.buildMonomial(s,f);n=n.addOrSubtract(c),i=i.addOrSubtract(u)}return[n,i]},r.prototype.toString=function(){for(var e="",t=this.getDegree();t>=0;t--){var n=this.getCoefficient(t);if(n!==0){if(n<0?(e+=" - ",n=-n):e.length>0&&(e+=" + "),t===0||n!==1){var i=this.field.log(n);i===0?e+="1":i===1?e+="a":(e+="a^",e+=i)}t!==0&&(t===1?e+="x":(e+="x^",e+=t))}}return e},r}(),_u=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Va=function(r){_u(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ArithmeticException",e}(Fe),Au=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Re=function(r){Au(e,r);function e(t,n,i){var a=r.call(this)||this;a.primitive=t,a.size=n,a.generatorBase=i;for(var o=new Int32Array(n),s=1,f=0;f<n;f++)o[f]=s,s*=2,s>=n&&(s^=t,s&=n-1);a.expTable=o;for(var u=new Int32Array(n),f=0;f<n-1;f++)u[o[f]]=f;return a.logTable=u,a.zero=new ft(a,Int32Array.from([0])),a.one=new ft(a,Int32Array.from([1])),a}return e.prototype.getZero=function(){return this.zero},e.prototype.getOne=function(){return this.one},e.prototype.buildMonomial=function(t,n){if(t<0)throw new U;if(n===0)return this.zero;var i=new Int32Array(t+1);return i[0]=n,new ft(this,i)},e.prototype.inverse=function(t){if(t===0)throw new Va;return this.expTable[this.size-this.logTable[t]-1]},e.prototype.multiply=function(t,n){return t===0||n===0?0:this.expTable[(this.logTable[t]+this.logTable[n])%(this.size-1)]},e.prototype.getSize=function(){return this.size},e.prototype.getGeneratorBase=function(){return this.generatorBase},e.prototype.toString=function(){return"GF(0x"+G.toHexString(this.primitive)+","+this.size+")"},e.prototype.equals=function(t){return t===this},e.AZTEC_DATA_12=new e(4201,4096,1),e.AZTEC_DATA_10=new e(1033,1024,1),e.AZTEC_DATA_6=new e(67,64,1),e.AZTEC_PARAM=new e(19,16,1),e.QR_CODE_FIELD_256=new e(285,256,0),e.DATA_MATRIX_FIELD_256=new e(301,256,1),e.AZTEC_DATA_8=e.DATA_MATRIX_FIELD_256,e.MAXICODE_FIELD_64=e.AZTEC_DATA_6,e}(Kt),Eu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Pr=function(r){Eu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ReedSolomonException",e}(Fe),Iu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),qt=function(r){Iu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="IllegalStateException",e}(Fe),Mr=function(){function r(e){this.field=e}return r.prototype.decode=function(e,t){for(var n=this.field,i=new ft(n,e),a=new Int32Array(t),o=!0,s=0;s<t;s++){var f=i.evaluateAt(n.exp(s+n.getGeneratorBase()));a[a.length-1-s]=f,f!==0&&(o=!1)}if(!o)for(var u=new ft(n,a),c=this.runEuclideanAlgorithm(n.buildMonomial(t,1),u,t),l=c[0],d=c[1],h=this.findErrorLocations(l),p=this.findErrorMagnitudes(d,h),s=0;s<h.length;s++){var v=e.length-1-n.log(h[s]);if(v<0)throw new Pr("Bad error location");e[v]=Re.addOrSubtract(e[v],p[s])}},r.prototype.runEuclideanAlgorithm=function(e,t,n){if(e.getDegree()<t.getDegree()){var i=e;e=t,t=i}for(var a=this.field,o=e,s=t,f=a.getZero(),u=a.getOne();s.getDegree()>=(n/2|0);){var c=o,l=f;if(o=s,f=u,o.isZero())throw new Pr("r_{i-1} was zero");s=c;for(var d=a.getZero(),h=o.getCoefficient(o.getDegree()),p=a.inverse(h);s.getDegree()>=o.getDegree()&&!s.isZero();){var v=s.getDegree()-o.getDegree(),x=a.multiply(s.getCoefficient(s.getDegree()),p);d=d.addOrSubtract(a.buildMonomial(v,x)),s=s.addOrSubtract(o.multiplyByMonomial(v,x))}if(u=d.multiply(f).addOrSubtract(l),s.getDegree()>=o.getDegree())throw new qt("Division algorithm failed to reduce polynomial?")}var w=u.getCoefficient(0);if(w===0)throw new Pr("sigmaTilde(0) was zero");var m=a.inverse(w),C=u.multiplyScalar(m),_=s.multiplyScalar(m);return[C,_]},r.prototype.findErrorLocations=function(e){var t=e.getDegree();if(t===1)return Int32Array.from([e.getCoefficient(1)]);for(var n=new Int32Array(t),i=0,a=this.field,o=1;o<a.getSize()&&i<t;o++)e.evaluateAt(o)===0&&(n[i]=a.inverse(o),i++);if(i!==t)throw new Pr("Error locator degree does not match number of roots");return n},r.prototype.findErrorMagnitudes=function(e,t){for(var n=t.length,i=new Int32Array(n),a=this.field,o=0;o<n;o++){for(var s=a.inverse(t[o]),f=1,u=0;u<n;u++)if(o!==u){var c=a.multiply(t[u],s),l=c&1?c&-2:c|1;f=a.multiply(f,l)}i[o]=a.multiply(e.evaluateAt(s),a.inverse(f)),a.getGeneratorBase()!==0&&(i[o]=a.multiply(i[o],s))}return i},r}(),_e;(function(r){r[r.UPPER=0]="UPPER",r[r.LOWER=1]="LOWER",r[r.MIXED=2]="MIXED",r[r.DIGIT=3]="DIGIT",r[r.PUNCT=4]="PUNCT",r[r.BINARY=5]="BINARY"})(_e||(_e={}));var Ha=function(){function r(){}return r.prototype.decode=function(e){this.ddata=e;var t=e.getBits(),n=this.extractBits(t),i=this.correctBits(n),a=r.convertBoolArrayToByteArray(i),o=r.getEncodedData(i),s=new Dr(a,o,null,null);return s.setNumBits(i.length),s},r.highLevelDecode=function(e){return this.getEncodedData(e)},r.getEncodedData=function(e){for(var t=e.length,n=_e.UPPER,i=_e.UPPER,a="",o=0;o<t;)if(i===_e.BINARY){if(t-o<5)break;var s=r.readCode(e,o,5);if(o+=5,s===0){if(t-o<11)break;s=r.readCode(e,o,11)+31,o+=11}for(var f=0;f<s;f++){if(t-o<8){o=t;break}var u=r.readCode(e,o,8);a+=$.castAsNonUtf8Char(u),o+=8}i=n}else{var c=i===_e.DIGIT?4:5;if(t-o<c)break;var u=r.readCode(e,o,c);o+=c;var l=r.getCharacter(i,u);l.startsWith("CTRL_")?(n=i,i=r.getTable(l.charAt(5)),l.charAt(6)==="L"&&(n=i)):(a+=l,i=n)}return a},r.getTable=function(e){switch(e){case"L":return _e.LOWER;case"P":return _e.PUNCT;case"M":return _e.MIXED;case"D":return _e.DIGIT;case"B":return _e.BINARY;case"U":default:return _e.UPPER}},r.getCharacter=function(e,t){switch(e){case _e.UPPER:return r.UPPER_TABLE[t];case _e.LOWER:return r.LOWER_TABLE[t];case _e.MIXED:return r.MIXED_TABLE[t];case _e.PUNCT:return r.PUNCT_TABLE[t];case _e.DIGIT:return r.DIGIT_TABLE[t];default:throw new qt("Bad table")}},r.prototype.correctBits=function(e){var t,n;this.ddata.getNbLayers()<=2?(n=6,t=Re.AZTEC_DATA_6):this.ddata.getNbLayers()<=8?(n=8,t=Re.AZTEC_DATA_8):this.ddata.getNbLayers()<=22?(n=10,t=Re.AZTEC_DATA_10):(n=12,t=Re.AZTEC_DATA_12);var i=this.ddata.getNbDatablocks(),a=e.length/n;if(a<i)throw new F;for(var o=e.length%n,s=new Int32Array(a),f=0;f<a;f++,o+=n)s[f]=r.readCode(e,o,n);try{var u=new Mr(t);u.decode(s,a-i)}catch(x){throw new F(x)}for(var c=(1<<n)-1,l=0,f=0;f<i;f++){var d=s[f];if(d===0||d===c)throw new F;(d===1||d===c-1)&&l++}for(var h=new Array(i*n-l),p=0,f=0;f<i;f++){var d=s[f];if(d===1||d===c-1)h.fill(d>1,p,p+n-1),p+=n-1;else for(var v=n-1;v>=0;--v)h[p++]=(d&1<<v)!==0}return h},r.prototype.extractBits=function(e){var t=this.ddata.isCompact(),n=this.ddata.getNbLayers(),i=(t?11:14)+n*4,a=new Int32Array(i),o=new Array(this.totalBitsInLayer(n,t));if(t)for(var s=0;s<a.length;s++)a[s]=s;else for(var f=i+1+2*G.truncDivision(G.truncDivision(i,2)-1,15),u=i/2,c=G.truncDivision(f,2),s=0;s<u;s++){var l=s+G.truncDivision(s,15);a[u-s-1]=c-l-1,a[u+s]=c+l+1}for(var s=0,d=0;s<n;s++){for(var h=(n-s)*4+(t?9:12),p=s*2,v=i-1-p,x=0;x<h;x++)for(var w=x*2,m=0;m<2;m++)o[d+w+m]=e.get(a[p+m],a[p+x]),o[d+2*h+w+m]=e.get(a[p+x],a[v-m]),o[d+4*h+w+m]=e.get(a[v-m],a[v-x]),o[d+6*h+w+m]=e.get(a[v-x],a[p+m]);d+=h*8}return o},r.readCode=function(e,t,n){for(var i=0,a=t;a<t+n;a++)i<<=1,e[a]&&(i|=1);return i},r.readByte=function(e,t){var n=e.length-t;return n>=8?r.readCode(e,t,8):r.readCode(e,t,n)<<8-n},r.convertBoolArrayToByteArray=function(e){for(var t=new Uint8Array((e.length+7)/8),n=0;n<t.length;n++)t[n]=r.readByte(e,8*n);return t},r.prototype.totalBitsInLayer=function(e,t){return((t?88:112)+16*e)*e},r.UPPER_TABLE=["CTRL_PS"," ","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","CTRL_LL","CTRL_ML","CTRL_DL","CTRL_BS"],r.LOWER_TABLE=["CTRL_PS"," ","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","CTRL_US","CTRL_ML","CTRL_DL","CTRL_BS"],r.MIXED_TABLE=["CTRL_PS"," ","\\1","\\2","\\3","\\4","\\5","\\6","\\7","\b"," ",`
|
|
49
49
|
`,"\\13","\f","\r","\\33","\\34","\\35","\\36","\\37","@","\\","^","_","`","|","~","\\177","CTRL_LL","CTRL_UL","CTRL_PL","CTRL_BS"],r.PUNCT_TABLE=["","\r",`\r
|
|
50
|
-
`,". ",", ",": ","!",'"',"#","$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","?","[","]","{","}","CTRL_UL"],r.DIGIT_TABLE=["CTRL_PS"," ","0","1","2","3","4","5","6","7","8","9",",",".","CTRL_UL","CTRL_US"],r}(),Z=function(){function r(){}return r.round=function(e){return isNaN(e)?0:e<=Number.MIN_SAFE_INTEGER?Number.MIN_SAFE_INTEGER:e>=Number.MAX_SAFE_INTEGER?Number.MAX_SAFE_INTEGER:e+(e<0?-.5:.5)|0},r.distance=function(e,t,n,i){var a=e-n,o=t-i;return Math.sqrt(a*a+o*o)},r.sum=function(e){for(var t=0,n=0,i=e.length;n!==i;n++){var a=e[n];t+=a}return t},r}(),kn=function(){function r(){}return r.floatToIntBits=function(e){return e},r.MAX_VALUE=Number.MAX_SAFE_INTEGER,r}(),k=function(){function r(e,t){this.x=e,this.y=t}return r.prototype.getX=function(){return this.x},r.prototype.getY=function(){return this.y},r.prototype.equals=function(e){if(e instanceof r){var t=e;return this.x===t.x&&this.y===t.y}return!1},r.prototype.hashCode=function(){return 31*kn.floatToIntBits(this.x)+kn.floatToIntBits(this.y)},r.prototype.toString=function(){return"("+this.x+","+this.y+")"},r.orderBestPatterns=function(e){var t=this.distance(e[0],e[1]),n=this.distance(e[1],e[2]),i=this.distance(e[0],e[2]),a,o,s;if(n>=t&&n>=i?(o=e[0],a=e[1],s=e[2]):i>=n&&i>=t?(o=e[1],a=e[0],s=e[2]):(o=e[2],a=e[0],s=e[1]),this.crossProductZ(a,o,s)<0){var f=a;a=s,s=f}e[0]=a,e[1]=o,e[2]=s},r.distance=function(e,t){return Z.distance(e.x,e.y,t.x,t.y)},r.crossProductZ=function(e,t,n){var i=t.x,a=t.y;return(n.x-i)*(e.y-a)-(n.y-a)*(e.x-i)},r}(),Un=function(){function r(e,t){this.bits=e,this.points=t}return r.prototype.getBits=function(){return this.bits},r.prototype.getPoints=function(){return this.points},r}(),Su=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),bu=function(r){Su(e,r);function e(t,n,i,a,o){var s=r.call(this,t,n)||this;return s.compact=i,s.nbDatablocks=a,s.nbLayers=o,s}return e.prototype.getNbLayers=function(){return this.nbLayers},e.prototype.getNbDatablocks=function(){return this.nbDatablocks},e.prototype.isCompact=function(){return this.compact},e}(Un),Vn=function(){function r(e,t,n,i){this.image=e,this.height=e.getHeight(),this.width=e.getWidth(),t==null&&(t=r.INIT_SIZE),n==null&&(n=e.getWidth()/2|0),i==null&&(i=e.getHeight()/2|0);var a=t/2|0;if(this.leftInit=n-a,this.rightInit=n+a,this.upInit=i-a,this.downInit=i+a,this.upInit<0||this.leftInit<0||this.downInit>=this.height||this.rightInit>=this.width)throw new D}return r.prototype.detect=function(){for(var e=this.leftInit,t=this.rightInit,n=this.upInit,i=this.downInit,a=!1,o=!0,s=!1,f=!1,u=!1,c=!1,l=!1,d=this.width,h=this.height;o;){o=!1;for(var p=!0;(p||!f)&&t<d;)p=this.containsBlackPoint(n,i,t,!1),p?(t++,o=!0,f=!0):f||t++;if(t>=d){a=!0;break}for(var v=!0;(v||!u)&&i<h;)v=this.containsBlackPoint(e,t,i,!0),v?(i++,o=!0,u=!0):u||i++;if(i>=h){a=!0;break}for(var x=!0;(x||!c)&&e>=0;)x=this.containsBlackPoint(n,i,e,!1),x?(e--,o=!0,c=!0):c||e--;if(e<0){a=!0;break}for(var m=!0;(m||!l)&&n>=0;)m=this.containsBlackPoint(e,t,n,!0),m?(n--,o=!0,l=!0):l||n--;if(n<0){a=!0;break}o&&(s=!0)}if(!a&&s){for(var w=t-e,C=null,_=1;C===null&&_<w;_++)C=this.getBlackPointOnSegment(e,i-_,e+_,i);if(C==null)throw new D;for(var A=null,_=1;A===null&&_<w;_++)A=this.getBlackPointOnSegment(e,n+_,e+_,n);if(A==null)throw new D;for(var T=null,_=1;T===null&&_<w;_++)T=this.getBlackPointOnSegment(t,n+_,t-_,n);if(T==null)throw new D;for(var b=null,_=1;b===null&&_<w;_++)b=this.getBlackPointOnSegment(t,i-_,t-_,i);if(b==null)throw new D;return this.centerEdges(b,C,T,A)}else throw new D},r.prototype.getBlackPointOnSegment=function(e,t,n,i){for(var a=Z.round(Z.distance(e,t,n,i)),o=(n-e)/a,s=(i-t)/a,f=this.image,u=0;u<a;u++){var c=Z.round(e+u*o),l=Z.round(t+u*s);if(f.get(c,l))return new k(c,l)}return null},r.prototype.centerEdges=function(e,t,n,i){var a=e.getX(),o=e.getY(),s=t.getX(),f=t.getY(),u=n.getX(),c=n.getY(),l=i.getX(),d=i.getY(),h=r.CORR;return a<this.width/2?[new k(l-h,d+h),new k(s+h,f+h),new k(u-h,c-h),new k(a+h,o-h)]:[new k(l+h,d+h),new k(s+h,f-h),new k(u-h,c+h),new k(a-h,o-h)]},r.prototype.containsBlackPoint=function(e,t,n,i){var a=this.image;if(i){for(var o=e;o<=t;o++)if(a.get(o,n))return!0}else for(var s=e;s<=t;s++)if(a.get(n,s))return!0;return!1},r.INIT_SIZE=10,r.CORR=1,r}(),za=function(){function r(){}return r.checkAndNudgePoints=function(e,t){for(var n=e.getWidth(),i=e.getHeight(),a=!0,o=0;o<t.length&&a;o+=2){var s=Math.floor(t[o]),f=Math.floor(t[o+1]);if(s<-1||s>n||f<-1||f>i)throw new D;a=!1,s===-1?(t[o]=0,a=!0):s===n&&(t[o]=n-1,a=!0),f===-1?(t[o+1]=0,a=!0):f===i&&(t[o+1]=i-1,a=!0)}a=!0;for(var o=t.length-2;o>=0&&a;o-=2){var s=Math.floor(t[o]),f=Math.floor(t[o+1]);if(s<-1||s>n||f<-1||f>i)throw new D;a=!1,s===-1?(t[o]=0,a=!0):s===n&&(t[o]=n-1,a=!0),f===-1?(t[o+1]=0,a=!0):f===i&&(t[o+1]=i-1,a=!0)}},r}(),Ga=function(){function r(e,t,n,i,a,o,s,f,u){this.a11=e,this.a21=t,this.a31=n,this.a12=i,this.a22=a,this.a32=o,this.a13=s,this.a23=f,this.a33=u}return r.quadrilateralToQuadrilateral=function(e,t,n,i,a,o,s,f,u,c,l,d,h,p,v,x){var m=r.quadrilateralToSquare(e,t,n,i,a,o,s,f),w=r.squareToQuadrilateral(u,c,l,d,h,p,v,x);return w.times(m)},r.prototype.transformPoints=function(e){for(var t=e.length,n=this.a11,i=this.a12,a=this.a13,o=this.a21,s=this.a22,f=this.a23,u=this.a31,c=this.a32,l=this.a33,d=0;d<t;d+=2){var h=e[d],p=e[d+1],v=a*h+f*p+l;e[d]=(n*h+o*p+u)/v,e[d+1]=(i*h+s*p+c)/v}},r.prototype.transformPointsWithValues=function(e,t){for(var n=this.a11,i=this.a12,a=this.a13,o=this.a21,s=this.a22,f=this.a23,u=this.a31,c=this.a32,l=this.a33,d=e.length,h=0;h<d;h++){var p=e[h],v=t[h],x=a*p+f*v+l;e[h]=(n*p+o*v+u)/x,t[h]=(i*p+s*v+c)/x}},r.squareToQuadrilateral=function(e,t,n,i,a,o,s,f){var u=e-n+a-s,c=t-i+o-f;if(u===0&&c===0)return new r(n-e,a-n,e,i-t,o-i,t,0,0,1);var l=n-a,d=s-a,h=i-o,p=f-o,v=l*p-d*h,x=(u*p-d*c)/v,m=(l*c-u*h)/v;return new r(n-e+x*n,s-e+m*s,e,i-t+x*i,f-t+m*f,t,x,m,1)},r.quadrilateralToSquare=function(e,t,n,i,a,o,s,f){return r.squareToQuadrilateral(e,t,n,i,a,o,s,f).buildAdjoint()},r.prototype.buildAdjoint=function(){return new r(this.a22*this.a33-this.a23*this.a32,this.a23*this.a31-this.a21*this.a33,this.a21*this.a32-this.a22*this.a31,this.a13*this.a32-this.a12*this.a33,this.a11*this.a33-this.a13*this.a31,this.a12*this.a31-this.a11*this.a32,this.a12*this.a23-this.a13*this.a22,this.a13*this.a21-this.a11*this.a23,this.a11*this.a22-this.a12*this.a21)},r.prototype.times=function(e){return new r(this.a11*e.a11+this.a21*e.a12+this.a31*e.a13,this.a11*e.a21+this.a21*e.a22+this.a31*e.a23,this.a11*e.a31+this.a21*e.a32+this.a31*e.a33,this.a12*e.a11+this.a22*e.a12+this.a32*e.a13,this.a12*e.a21+this.a22*e.a22+this.a32*e.a23,this.a12*e.a31+this.a22*e.a32+this.a32*e.a33,this.a13*e.a11+this.a23*e.a12+this.a33*e.a13,this.a13*e.a21+this.a23*e.a22+this.a33*e.a23,this.a13*e.a31+this.a23*e.a32+this.a33*e.a33)},r}(),Tu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ou=function(r){Tu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.sampleGrid=function(t,n,i,a,o,s,f,u,c,l,d,h,p,v,x,m,w,C,_){var A=Ga.quadrilateralToQuadrilateral(a,o,s,f,u,c,l,d,h,p,v,x,m,w,C,_);return this.sampleGridWithTransform(t,n,i,A)},e.prototype.sampleGridWithTransform=function(t,n,i,a){if(n<=0||i<=0)throw new D;for(var o=new Qe(n,i),s=new Float32Array(2*n),f=0;f<i;f++){for(var u=s.length,c=f+.5,l=0;l<u;l+=2)s[l]=l/2+.5,s[l+1]=c;a.transformPoints(s),za.checkAndNudgePoints(t,s);try{for(var l=0;l<u;l+=2)t.get(Math.floor(s[l]),Math.floor(s[l+1]))&&o.set(l/2,f)}catch{throw new D}}return o},e}(za),Hn=function(){function r(){}return r.setGridSampler=function(e){r.gridSampler=e},r.getInstance=function(){return r.gridSampler},r.gridSampler=new Ou,r}(),Be=function(){function r(e,t){this.x=e,this.y=t}return r.prototype.toResultPoint=function(){return new k(this.getX(),this.getY())},r.prototype.getX=function(){return this.x},r.prototype.getY=function(){return this.y},r}(),Nu=function(){function r(e){this.EXPECTED_CORNER_BITS=new Int32Array([3808,476,2107,1799]),this.image=e}return r.prototype.detect=function(){return this.detectMirror(!1)},r.prototype.detectMirror=function(e){var t=this.getMatrixCenter(),n=this.getBullsEyeCorners(t);if(e){var i=n[0];n[0]=n[2],n[2]=i}this.extractParameters(n);var a=this.sampleGrid(this.image,n[this.shift%4],n[(this.shift+1)%4],n[(this.shift+2)%4],n[(this.shift+3)%4]),o=this.getMatrixCornerPoints(n);return new bu(a,o,this.compact,this.nbDataBlocks,this.nbLayers)},r.prototype.extractParameters=function(e){if(!this.isValidPoint(e[0])||!this.isValidPoint(e[1])||!this.isValidPoint(e[2])||!this.isValidPoint(e[3]))throw new D;var t=2*this.nbCenterLayers,n=new Int32Array([this.sampleLine(e[0],e[1],t),this.sampleLine(e[1],e[2],t),this.sampleLine(e[2],e[3],t),this.sampleLine(e[3],e[0],t)]);this.shift=this.getRotation(n,t);for(var i=0,a=0;a<4;a++){var o=n[(this.shift+a)%4];this.compact?(i<<=7,i+=o>>1&127):(i<<=10,i+=(o>>2&992)+(o>>1&31))}var s=this.getCorrectedParameterData(i,this.compact);this.compact?(this.nbLayers=(s>>6)+1,this.nbDataBlocks=(s&63)+1):(this.nbLayers=(s>>11)+1,this.nbDataBlocks=(s&2047)+1)},r.prototype.getRotation=function(e,t){var n=0;e.forEach(function(a,o,s){var f=(a>>t-2<<1)+(a&1);n=(n<<3)+f}),n=((n&1)<<11)+(n>>1);for(var i=0;i<4;i++)if(G.bitCount(n^this.EXPECTED_CORNER_BITS[i])<=2)return i;throw new D},r.prototype.getCorrectedParameterData=function(e,t){var n,i;t?(n=7,i=2):(n=10,i=4);for(var a=n-i,o=new Int32Array(n),s=n-1;s>=0;--s)o[s]=e&15,e>>=4;try{var f=new Mr(Re.AZTEC_PARAM);f.decode(o,a)}catch{throw new D}for(var u=0,s=0;s<i;s++)u=(u<<4)+o[s];return u},r.prototype.getBullsEyeCorners=function(e){var t=e,n=e,i=e,a=e,o=!0;for(this.nbCenterLayers=1;this.nbCenterLayers<9;this.nbCenterLayers++){var s=this.getFirstDifferent(t,o,1,-1),f=this.getFirstDifferent(n,o,1,1),u=this.getFirstDifferent(i,o,-1,1),c=this.getFirstDifferent(a,o,-1,-1);if(this.nbCenterLayers>2){var l=this.distancePoint(c,s)*this.nbCenterLayers/(this.distancePoint(a,t)*(this.nbCenterLayers+2));if(l<.75||l>1.25||!this.isWhiteOrBlackRectangle(s,f,u,c))break}t=s,n=f,i=u,a=c,o=!o}if(this.nbCenterLayers!==5&&this.nbCenterLayers!==7)throw new D;this.compact=this.nbCenterLayers===5;var d=new k(t.getX()+.5,t.getY()-.5),h=new k(n.getX()+.5,n.getY()+.5),p=new k(i.getX()-.5,i.getY()+.5),v=new k(a.getX()-.5,a.getY()-.5);return this.expandSquare([d,h,p,v],2*this.nbCenterLayers-3,2*this.nbCenterLayers)},r.prototype.getMatrixCenter=function(){var e,t,n,i;try{var a=new Vn(this.image).detect();e=a[0],t=a[1],n=a[2],i=a[3]}catch{var o=this.image.getWidth()/2,s=this.image.getHeight()/2;e=this.getFirstDifferent(new Be(o+7,s-7),!1,1,-1).toResultPoint(),t=this.getFirstDifferent(new Be(o+7,s+7),!1,1,1).toResultPoint(),n=this.getFirstDifferent(new Be(o-7,s+7),!1,-1,1).toResultPoint(),i=this.getFirstDifferent(new Be(o-7,s-7),!1,-1,-1).toResultPoint()}var f=Z.round((e.getX()+i.getX()+t.getX()+n.getX())/4),u=Z.round((e.getY()+i.getY()+t.getY()+n.getY())/4);try{var a=new Vn(this.image,15,f,u).detect();e=a[0],t=a[1],n=a[2],i=a[3]}catch{e=this.getFirstDifferent(new Be(f+7,u-7),!1,1,-1).toResultPoint(),t=this.getFirstDifferent(new Be(f+7,u+7),!1,1,1).toResultPoint(),n=this.getFirstDifferent(new Be(f-7,u+7),!1,-1,1).toResultPoint(),i=this.getFirstDifferent(new Be(f-7,u-7),!1,-1,-1).toResultPoint()}return f=Z.round((e.getX()+i.getX()+t.getX()+n.getX())/4),u=Z.round((e.getY()+i.getY()+t.getY()+n.getY())/4),new Be(f,u)},r.prototype.getMatrixCornerPoints=function(e){return this.expandSquare(e,2*this.nbCenterLayers,this.getDimension())},r.prototype.sampleGrid=function(e,t,n,i,a){var o=Hn.getInstance(),s=this.getDimension(),f=s/2-this.nbCenterLayers,u=s/2+this.nbCenterLayers;return o.sampleGrid(e,s,s,f,f,u,f,u,u,f,u,t.getX(),t.getY(),n.getX(),n.getY(),i.getX(),i.getY(),a.getX(),a.getY())},r.prototype.sampleLine=function(e,t,n){for(var i=0,a=this.distanceResultPoint(e,t),o=a/n,s=e.getX(),f=e.getY(),u=o*(t.getX()-e.getX())/a,c=o*(t.getY()-e.getY())/a,l=0;l<n;l++)this.image.get(Z.round(s+l*u),Z.round(f+l*c))&&(i|=1<<n-l-1);return i},r.prototype.isWhiteOrBlackRectangle=function(e,t,n,i){var a=3;e=new Be(e.getX()-a,e.getY()+a),t=new Be(t.getX()-a,t.getY()-a),n=new Be(n.getX()+a,n.getY()-a),i=new Be(i.getX()+a,i.getY()+a);var o=this.getColor(i,e);if(o===0)return!1;var s=this.getColor(e,t);return s!==o||(s=this.getColor(t,n),s!==o)?!1:(s=this.getColor(n,i),s===o)},r.prototype.getColor=function(e,t){for(var n=this.distancePoint(e,t),i=(t.getX()-e.getX())/n,a=(t.getY()-e.getY())/n,o=0,s=e.getX(),f=e.getY(),u=this.image.get(e.getX(),e.getY()),c=Math.ceil(n),l=0;l<c;l++)s+=i,f+=a,this.image.get(Z.round(s),Z.round(f))!==u&&o++;var d=o/n;return d>.1&&d<.9?0:d<=.1===u?1:-1},r.prototype.getFirstDifferent=function(e,t,n,i){for(var a=e.getX()+n,o=e.getY()+i;this.isValid(a,o)&&this.image.get(a,o)===t;)a+=n,o+=i;for(a-=n,o-=i;this.isValid(a,o)&&this.image.get(a,o)===t;)a+=n;for(a-=n;this.isValid(a,o)&&this.image.get(a,o)===t;)o+=i;return o-=i,new Be(a,o)},r.prototype.expandSquare=function(e,t,n){var i=n/(2*t),a=e[0].getX()-e[2].getX(),o=e[0].getY()-e[2].getY(),s=(e[0].getX()+e[2].getX())/2,f=(e[0].getY()+e[2].getY())/2,u=new k(s+i*a,f+i*o),c=new k(s-i*a,f-i*o);a=e[1].getX()-e[3].getX(),o=e[1].getY()-e[3].getY(),s=(e[1].getX()+e[3].getX())/2,f=(e[1].getY()+e[3].getY())/2;var l=new k(s+i*a,f+i*o),d=new k(s-i*a,f-i*o),h=[u,l,c,d];return h},r.prototype.isValid=function(e,t){return e>=0&&e<this.image.getWidth()&&t>0&&t<this.image.getHeight()},r.prototype.isValidPoint=function(e){var t=Z.round(e.getX()),n=Z.round(e.getY());return this.isValid(t,n)},r.prototype.distancePoint=function(e,t){return Z.distance(e.getX(),e.getY(),t.getX(),t.getY())},r.prototype.distanceResultPoint=function(e,t){return Z.distance(e.getX(),e.getY(),t.getX(),t.getY())},r.prototype.getDimension=function(){return this.compact?4*this.nbLayers+11:this.nbLayers<=4?4*this.nbLayers+15:4*this.nbLayers+2*(G.truncDivision(this.nbLayers-4,8)+1)+15},r}(),zn=function(){function r(){}return r.prototype.decode=function(e,t){t===void 0&&(t=null);var n=null,i=new Nu(e.getBlackMatrix()),a=null,o=null;try{var s=i.detectMirror(!1);a=s.getPoints(),this.reportFoundResultPoints(t,a),o=new Ha().decode(s)}catch(l){n=l}if(o==null)try{var s=i.detectMirror(!0);a=s.getPoints(),this.reportFoundResultPoints(t,a),o=new Ha().decode(s)}catch(l){throw n??l}var f=new Se(o.getText(),o.getRawBytes(),o.getNumBits(),a,L.AZTEC,re.currentTimeMillis()),u=o.getByteSegments();u!=null&&f.putMetadata(me.BYTE_SEGMENTS,u);var c=o.getECLevel();return c!=null&&f.putMetadata(me.ERROR_CORRECTION_LEVEL,c),f},r.prototype.reportFoundResultPoints=function(e,t){if(e!=null){var n=e.get(oe.NEED_RESULT_POINT_CALLBACK);n!=null&&t.forEach(function(i,a,o){n.foundPossibleResultPoint(i)})}},r.prototype.reset=function(){},r}(),Du=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){Du(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new zn,t)||this}return e})(Mt);var ce=function(){function r(){}return r.prototype.decode=function(e,t){try{return this.doDecode(e,t)}catch{var n=t&&t.get(oe.TRY_HARDER)===!0;if(n&&e.isRotateSupported()){var i=e.rotateCounterClockwise(),a=this.doDecode(i,t),o=a.getResultMetadata(),s=270;o!==null&&o.get(me.ORIENTATION)===!0&&(s=s+o.get(me.ORIENTATION)%360),a.putMetadata(me.ORIENTATION,s);var f=a.getResultPoints();if(f!==null)for(var u=i.getHeight(),c=0;c<f.length;c++)f[c]=new k(u-f[c].getY()-1,f[c].getX());return a}else throw new D}},r.prototype.reset=function(){},r.prototype.doDecode=function(e,t){var n=e.getWidth(),i=e.getHeight(),a=new ve(n),o=t&&t.get(oe.TRY_HARDER)===!0,s=Math.max(1,i>>(o?8:5)),f;o?f=i:f=15;for(var u=Math.trunc(i/2),c=0;c<f;c++){var l=Math.trunc((c+1)/2),d=(c&1)===0,h=u+s*(d?l:-l);if(h<0||h>=i)break;try{a=e.getBlackRow(h,a)}catch{continue}for(var p=function(w){if(w===1&&(a.reverse(),t&&t.get(oe.NEED_RESULT_POINT_CALLBACK)===!0)){var C=new Map;t.forEach(function(T,b){return C.set(b,T)}),C.delete(oe.NEED_RESULT_POINT_CALLBACK),t=C}try{var _=v.decodeRow(h,a,t);if(w===1){_.putMetadata(me.ORIENTATION,180);var A=_.getResultPoints();A!==null&&(A[0]=new k(n-A[0].getX()-1,A[0].getY()),A[1]=new k(n-A[1].getX()-1,A[1].getY()))}return{value:_}}catch{}},v=this,x=0;x<2;x++){var m=p(x);if(typeof m=="object")return m.value}}throw new D},r.recordPattern=function(e,t,n){for(var i=n.length,a=0;a<i;a++)n[a]=0;var o=e.getSize();if(t>=o)throw new D;for(var s=!e.get(t),f=0,u=t;u<o;){if(e.get(u)!==s)n[f]++;else{if(++f===i)break;n[f]=1,s=!s}u++}if(!(f===i||f===i-1&&u===o))throw new D},r.recordPatternInReverse=function(e,t,n){for(var i=n.length,a=e.get(t);t>0&&i>=0;)e.get(--t)!==a&&(i--,a=!a);if(i>=0)throw new D;r.recordPattern(e,t+1,n)},r.patternMatchVariance=function(e,t,n){for(var i=e.length,a=0,o=0,s=0;s<i;s++)a+=e[s],o+=t[s];if(a<o)return Number.POSITIVE_INFINITY;var f=a/o;n*=f;for(var u=0,c=0;c<i;c++){var l=e[c],d=t[c]*f,h=l>d?l-d:d-l;if(h>n)return Number.POSITIVE_INFINITY;u+=h}return u/a},r}(),Pu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Wa=function(r){Pu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.findStartPattern=function(t){for(var n=t.getSize(),i=t.getNextSet(0),a=0,o=Int32Array.from([0,0,0,0,0,0]),s=i,f=!1,u=6,c=i;c<n;c++)if(t.get(c)!==f)o[a]++;else{if(a===u-1){for(var l=e.MAX_AVG_VARIANCE,d=-1,h=e.CODE_START_A;h<=e.CODE_START_C;h++){var p=ce.patternMatchVariance(o,e.CODE_PATTERNS[h],e.MAX_INDIVIDUAL_VARIANCE);p<l&&(l=p,d=h)}if(d>=0&&t.isRange(Math.max(0,s-(c-s)/2),s,!1))return Int32Array.from([s,c,d]);s+=o[0]+o[1],o=o.slice(2,o.length-1),o[a-1]=0,o[a]=0,a--}else a++;o[a]=1,f=!f}throw new D},e.decodeCode=function(t,n,i){ce.recordPattern(t,i,n);for(var a=e.MAX_AVG_VARIANCE,o=-1,s=0;s<e.CODE_PATTERNS.length;s++){var f=e.CODE_PATTERNS[s],u=this.patternMatchVariance(n,f,e.MAX_INDIVIDUAL_VARIANCE);u<a&&(a=u,o=s)}if(o>=0)return o;throw new D},e.prototype.decodeRow=function(t,n,i){var a=i&&i.get(oe.ASSUME_GS1)===!0,o=e.findStartPattern(n),s=o[2],f=0,u=new Uint8Array(20);u[f++]=s;var c;switch(s){case e.CODE_START_A:c=e.CODE_CODE_A;break;case e.CODE_START_B:c=e.CODE_CODE_B;break;case e.CODE_START_C:c=e.CODE_CODE_C;break;default:throw new F}for(var l=!1,d=!1,h="",p=o[0],v=o[1],x=Int32Array.from([0,0,0,0,0,0]),m=0,w=0,C=s,_=0,A=!0,T=!1,b=!1;!l;){var N=d;switch(d=!1,m=w,w=e.decodeCode(n,x,v),u[f++]=w,w!==e.CODE_STOP&&(A=!0),w!==e.CODE_STOP&&(_++,C+=_*w),p=v,v+=x.reduce(function(tt,We){return tt+We},0),w){case e.CODE_START_A:case e.CODE_START_B:case e.CODE_START_C:throw new F}switch(c){case e.CODE_CODE_A:if(w<64)b===T?h+=String.fromCharCode(32+w):h+=String.fromCharCode(32+w+128),b=!1;else if(w<96)b===T?h+=String.fromCharCode(w-64):h+=String.fromCharCode(w+64),b=!1;else switch(w!==e.CODE_STOP&&(A=!1),w){case e.CODE_FNC_1:a&&(h.length===0?h+="]C1":h+="");break;case e.CODE_FNC_2:case e.CODE_FNC_3:break;case e.CODE_FNC_4_A:!T&&b?(T=!0,b=!1):T&&b?(T=!1,b=!1):b=!0;break;case e.CODE_SHIFT:d=!0,c=e.CODE_CODE_B;break;case e.CODE_CODE_B:c=e.CODE_CODE_B;break;case e.CODE_CODE_C:c=e.CODE_CODE_C;break;case e.CODE_STOP:l=!0;break}break;case e.CODE_CODE_B:if(w<96)b===T?h+=String.fromCharCode(32+w):h+=String.fromCharCode(32+w+128),b=!1;else switch(w!==e.CODE_STOP&&(A=!1),w){case e.CODE_FNC_1:a&&(h.length===0?h+="]C1":h+="");break;case e.CODE_FNC_2:case e.CODE_FNC_3:break;case e.CODE_FNC_4_B:!T&&b?(T=!0,b=!1):T&&b?(T=!1,b=!1):b=!0;break;case e.CODE_SHIFT:d=!0,c=e.CODE_CODE_A;break;case e.CODE_CODE_A:c=e.CODE_CODE_A;break;case e.CODE_CODE_C:c=e.CODE_CODE_C;break;case e.CODE_STOP:l=!0;break}break;case e.CODE_CODE_C:if(w<100)w<10&&(h+="0"),h+=w;else switch(w!==e.CODE_STOP&&(A=!1),w){case e.CODE_FNC_1:a&&(h.length===0?h+="]C1":h+="");break;case e.CODE_CODE_A:c=e.CODE_CODE_A;break;case e.CODE_CODE_B:c=e.CODE_CODE_B;break;case e.CODE_STOP:l=!0;break}break}N&&(c=c===e.CODE_CODE_A?e.CODE_CODE_B:e.CODE_CODE_A)}var M=v-p;if(v=n.getNextUnset(v),!n.isRange(v,Math.min(n.getSize(),v+(v-p)/2),!1))throw new D;if(C-=_*m,C%103!==m)throw new pe;var B=h.length;if(B===0)throw new D;B>0&&A&&(c===e.CODE_CODE_C?h=h.substring(0,B-2):h=h.substring(0,B-1));for(var U=(o[1]+o[0])/2,H=p+M/2,W=u.length,se=new Uint8Array(W),j=0;j<W;j++)se[j]=u[j];var Oe=[new k(U,t),new k(H,t)];return new Se(h,se,0,Oe,L.CODE_128,new Date().getTime())},e.CODE_PATTERNS=[Int32Array.from([2,1,2,2,2,2]),Int32Array.from([2,2,2,1,2,2]),Int32Array.from([2,2,2,2,2,1]),Int32Array.from([1,2,1,2,2,3]),Int32Array.from([1,2,1,3,2,2]),Int32Array.from([1,3,1,2,2,2]),Int32Array.from([1,2,2,2,1,3]),Int32Array.from([1,2,2,3,1,2]),Int32Array.from([1,3,2,2,1,2]),Int32Array.from([2,2,1,2,1,3]),Int32Array.from([2,2,1,3,1,2]),Int32Array.from([2,3,1,2,1,2]),Int32Array.from([1,1,2,2,3,2]),Int32Array.from([1,2,2,1,3,2]),Int32Array.from([1,2,2,2,3,1]),Int32Array.from([1,1,3,2,2,2]),Int32Array.from([1,2,3,1,2,2]),Int32Array.from([1,2,3,2,2,1]),Int32Array.from([2,2,3,2,1,1]),Int32Array.from([2,2,1,1,3,2]),Int32Array.from([2,2,1,2,3,1]),Int32Array.from([2,1,3,2,1,2]),Int32Array.from([2,2,3,1,1,2]),Int32Array.from([3,1,2,1,3,1]),Int32Array.from([3,1,1,2,2,2]),Int32Array.from([3,2,1,1,2,2]),Int32Array.from([3,2,1,2,2,1]),Int32Array.from([3,1,2,2,1,2]),Int32Array.from([3,2,2,1,1,2]),Int32Array.from([3,2,2,2,1,1]),Int32Array.from([2,1,2,1,2,3]),Int32Array.from([2,1,2,3,2,1]),Int32Array.from([2,3,2,1,2,1]),Int32Array.from([1,1,1,3,2,3]),Int32Array.from([1,3,1,1,2,3]),Int32Array.from([1,3,1,3,2,1]),Int32Array.from([1,1,2,3,1,3]),Int32Array.from([1,3,2,1,1,3]),Int32Array.from([1,3,2,3,1,1]),Int32Array.from([2,1,1,3,1,3]),Int32Array.from([2,3,1,1,1,3]),Int32Array.from([2,3,1,3,1,1]),Int32Array.from([1,1,2,1,3,3]),Int32Array.from([1,1,2,3,3,1]),Int32Array.from([1,3,2,1,3,1]),Int32Array.from([1,1,3,1,2,3]),Int32Array.from([1,1,3,3,2,1]),Int32Array.from([1,3,3,1,2,1]),Int32Array.from([3,1,3,1,2,1]),Int32Array.from([2,1,1,3,3,1]),Int32Array.from([2,3,1,1,3,1]),Int32Array.from([2,1,3,1,1,3]),Int32Array.from([2,1,3,3,1,1]),Int32Array.from([2,1,3,1,3,1]),Int32Array.from([3,1,1,1,2,3]),Int32Array.from([3,1,1,3,2,1]),Int32Array.from([3,3,1,1,2,1]),Int32Array.from([3,1,2,1,1,3]),Int32Array.from([3,1,2,3,1,1]),Int32Array.from([3,3,2,1,1,1]),Int32Array.from([3,1,4,1,1,1]),Int32Array.from([2,2,1,4,1,1]),Int32Array.from([4,3,1,1,1,1]),Int32Array.from([1,1,1,2,2,4]),Int32Array.from([1,1,1,4,2,2]),Int32Array.from([1,2,1,1,2,4]),Int32Array.from([1,2,1,4,2,1]),Int32Array.from([1,4,1,1,2,2]),Int32Array.from([1,4,1,2,2,1]),Int32Array.from([1,1,2,2,1,4]),Int32Array.from([1,1,2,4,1,2]),Int32Array.from([1,2,2,1,1,4]),Int32Array.from([1,2,2,4,1,1]),Int32Array.from([1,4,2,1,1,2]),Int32Array.from([1,4,2,2,1,1]),Int32Array.from([2,4,1,2,1,1]),Int32Array.from([2,2,1,1,1,4]),Int32Array.from([4,1,3,1,1,1]),Int32Array.from([2,4,1,1,1,2]),Int32Array.from([1,3,4,1,1,1]),Int32Array.from([1,1,1,2,4,2]),Int32Array.from([1,2,1,1,4,2]),Int32Array.from([1,2,1,2,4,1]),Int32Array.from([1,1,4,2,1,2]),Int32Array.from([1,2,4,1,1,2]),Int32Array.from([1,2,4,2,1,1]),Int32Array.from([4,1,1,2,1,2]),Int32Array.from([4,2,1,1,1,2]),Int32Array.from([4,2,1,2,1,1]),Int32Array.from([2,1,2,1,4,1]),Int32Array.from([2,1,4,1,2,1]),Int32Array.from([4,1,2,1,2,1]),Int32Array.from([1,1,1,1,4,3]),Int32Array.from([1,1,1,3,4,1]),Int32Array.from([1,3,1,1,4,1]),Int32Array.from([1,1,4,1,1,3]),Int32Array.from([1,1,4,3,1,1]),Int32Array.from([4,1,1,1,1,3]),Int32Array.from([4,1,1,3,1,1]),Int32Array.from([1,1,3,1,4,1]),Int32Array.from([1,1,4,1,3,1]),Int32Array.from([3,1,1,1,4,1]),Int32Array.from([4,1,1,1,3,1]),Int32Array.from([2,1,1,4,1,2]),Int32Array.from([2,1,1,2,1,4]),Int32Array.from([2,1,1,2,3,2]),Int32Array.from([2,3,3,1,1,1,2])],e.MAX_AVG_VARIANCE=.25,e.MAX_INDIVIDUAL_VARIANCE=.7,e.CODE_SHIFT=98,e.CODE_CODE_C=99,e.CODE_CODE_B=100,e.CODE_CODE_A=101,e.CODE_FNC_1=102,e.CODE_FNC_2=97,e.CODE_FNC_3=96,e.CODE_FNC_4_A=101,e.CODE_FNC_4_B=100,e.CODE_START_A=103,e.CODE_START_B=104,e.CODE_START_C=105,e.CODE_STOP=106,e}(ce),Mu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Gn=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Xa=function(r){Mu(e,r);function e(t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var i=r.call(this)||this;return i.usingCheckDigit=t,i.extendedMode=n,i.decodeRowResult="",i.counters=new Int32Array(9),i}return e.prototype.decodeRow=function(t,n,i){var a,o,s,f,u=this.counters;u.fill(0),this.decodeRowResult="";var c=e.findAsteriskPattern(n,u),l=n.getNextSet(c[1]),d=n.getSize(),h,p;do{e.recordPattern(n,l,u);var v=e.toNarrowWidePattern(u);if(v<0)throw new D;h=e.patternToChar(v),this.decodeRowResult+=h,p=l;try{for(var x=(a=void 0,Gn(u)),m=x.next();!m.done;m=x.next()){var w=m.value;l+=w}}catch(W){a={error:W}}finally{try{m&&!m.done&&(o=x.return)&&o.call(x)}finally{if(a)throw a.error}}l=n.getNextSet(l)}while(h!=="*");this.decodeRowResult=this.decodeRowResult.substring(0,this.decodeRowResult.length-1);var C=0;try{for(var _=Gn(u),A=_.next();!A.done;A=_.next()){var w=A.value;C+=w}}catch(W){s={error:W}}finally{try{A&&!A.done&&(f=_.return)&&f.call(_)}finally{if(s)throw s.error}}var T=l-p-C;if(l!==d&&T*2<C)throw new D;if(this.usingCheckDigit){for(var b=this.decodeRowResult.length-1,N=0,M=0;M<b;M++)N+=e.ALPHABET_STRING.indexOf(this.decodeRowResult.charAt(M));if(this.decodeRowResult.charAt(b)!==e.ALPHABET_STRING.charAt(N%43))throw new pe;this.decodeRowResult=this.decodeRowResult.substring(0,b)}if(this.decodeRowResult.length===0)throw new D;var B;this.extendedMode?B=e.decodeExtended(this.decodeRowResult):B=this.decodeRowResult;var U=(c[1]+c[0])/2,H=p+C/2;return new Se(B,null,0,[new k(U,t),new k(H,t)],L.CODE_39,new Date().getTime())},e.findAsteriskPattern=function(t,n){for(var i=t.getSize(),a=t.getNextSet(0),o=0,s=a,f=!1,u=n.length,c=a;c<i;c++)if(t.get(c)!==f)n[o]++;else{if(o===u-1){if(this.toNarrowWidePattern(n)===e.ASTERISK_ENCODING&&t.isRange(Math.max(0,s-Math.floor((c-s)/2)),s,!1))return[s,c];s+=n[0]+n[1],n.copyWithin(0,2,2+o-1),n[o-1]=0,n[o]=0,o--}else o++;n[o]=1,f=!f}throw new D},e.toNarrowWidePattern=function(t){var n,i,a=t.length,o=0,s;do{var f=2147483647;try{for(var u=(n=void 0,Gn(t)),c=u.next();!c.done;c=u.next()){var l=c.value;l<f&&l>o&&(f=l)}}catch(v){n={error:v}}finally{try{c&&!c.done&&(i=u.return)&&i.call(u)}finally{if(n)throw n.error}}o=f,s=0;for(var d=0,h=0,p=0;p<a;p++){var l=t[p];l>o&&(h|=1<<a-1-p,s++,d+=l)}if(s===3){for(var p=0;p<a&&s>0;p++){var l=t[p];if(l>o&&(s--,l*2>=d))return-1}return h}}while(s>3);return-1},e.patternToChar=function(t){for(var n=0;n<e.CHARACTER_ENCODINGS.length;n++)if(e.CHARACTER_ENCODINGS[n]===t)return e.ALPHABET_STRING.charAt(n);if(t===e.ASTERISK_ENCODING)return"*";throw new D},e.decodeExtended=function(t){for(var n=t.length,i="",a=0;a<n;a++){var o=t.charAt(a);if(o==="+"||o==="$"||o==="%"||o==="/"){var s=t.charAt(a+1),f="\0";switch(o){case"+":if(s>="A"&&s<="Z")f=String.fromCharCode(s.charCodeAt(0)+32);else throw new F;break;case"$":if(s>="A"&&s<="Z")f=String.fromCharCode(s.charCodeAt(0)-64);else throw new F;break;case"%":if(s>="A"&&s<="E")f=String.fromCharCode(s.charCodeAt(0)-38);else if(s>="F"&&s<="J")f=String.fromCharCode(s.charCodeAt(0)-11);else if(s>="K"&&s<="O")f=String.fromCharCode(s.charCodeAt(0)+16);else if(s>="P"&&s<="T")f=String.fromCharCode(s.charCodeAt(0)+43);else if(s==="U")f="\0";else if(s==="V")f="@";else if(s==="W")f="`";else if(s==="X"||s==="Y"||s==="Z")f="";else throw new F;break;case"/":if(s>="A"&&s<="O")f=String.fromCharCode(s.charCodeAt(0)-32);else if(s==="Z")f=":";else throw new F;break}i+=f,a++}else i+=o}return i},e.ALPHABET_STRING="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%",e.CHARACTER_ENCODINGS=[52,289,97,352,49,304,112,37,292,100,265,73,328,25,280,88,13,268,76,28,259,67,322,19,274,82,7,262,70,22,385,193,448,145,400,208,133,388,196,168,162,138,42],e.ASTERISK_ENCODING=148,e}(ce),Fu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Wn=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},$a=function(r){Fu(e,r);function e(){var t=r.call(this)||this;return t.decodeRowResult="",t.counters=new Int32Array(6),t}return e.prototype.decodeRow=function(t,n,i){var a,o,s,f,u=this.findAsteriskPattern(n),c=n.getNextSet(u[1]),l=n.getSize(),d=this.counters;d.fill(0),this.decodeRowResult="";var h,p;do{e.recordPattern(n,c,d);var v=this.toPattern(d);if(v<0)throw new D;h=this.patternToChar(v),this.decodeRowResult+=h,p=c;try{for(var x=(a=void 0,Wn(d)),m=x.next();!m.done;m=x.next()){var w=m.value;c+=w}}catch(M){a={error:M}}finally{try{m&&!m.done&&(o=x.return)&&o.call(x)}finally{if(a)throw a.error}}c=n.getNextSet(c)}while(h!=="*");this.decodeRowResult=this.decodeRowResult.substring(0,this.decodeRowResult.length-1);var C=0;try{for(var _=Wn(d),A=_.next();!A.done;A=_.next()){var w=A.value;C+=w}}catch(M){s={error:M}}finally{try{A&&!A.done&&(f=_.return)&&f.call(_)}finally{if(s)throw s.error}}if(c===l||!n.get(c))throw new D;if(this.decodeRowResult.length<2)throw new D;this.checkChecksums(this.decodeRowResult),this.decodeRowResult=this.decodeRowResult.substring(0,this.decodeRowResult.length-2);var T=this.decodeExtended(this.decodeRowResult),b=(u[1]+u[0])/2,N=p+C/2;return new Se(T,null,0,[new k(b,t),new k(N,t)],L.CODE_93,new Date().getTime())},e.prototype.findAsteriskPattern=function(t){var n=t.getSize(),i=t.getNextSet(0);this.counters.fill(0);for(var a=this.counters,o=i,s=!1,f=a.length,u=0,c=i;c<n;c++)if(t.get(c)!==s)a[u]++;else{if(u===f-1){if(this.toPattern(a)===e.ASTERISK_ENCODING)return new Int32Array([o,c]);o+=a[0]+a[1],a.copyWithin(0,2,2+u-1),a[u-1]=0,a[u]=0,u--}else u++;a[u]=1,s=!s}throw new D},e.prototype.toPattern=function(t){var n,i,a=0;try{for(var o=Wn(t),s=o.next();!s.done;s=o.next()){var f=s.value;a+=f}}catch(p){n={error:p}}finally{try{s&&!s.done&&(i=o.return)&&i.call(o)}finally{if(n)throw n.error}}for(var u=0,c=t.length,l=0;l<c;l++){var d=Math.round(t[l]*9/a);if(d<1||d>4)return-1;if(l&1)u<<=d;else for(var h=0;h<d;h++)u=u<<1|1}return u},e.prototype.patternToChar=function(t){for(var n=0;n<e.CHARACTER_ENCODINGS.length;n++)if(e.CHARACTER_ENCODINGS[n]===t)return e.ALPHABET_STRING.charAt(n);throw new D},e.prototype.decodeExtended=function(t){for(var n=t.length,i="",a=0;a<n;a++){var o=t.charAt(a);if(o>="a"&&o<="d"){if(a>=n-1)throw new F;var s=t.charAt(a+1),f="\0";switch(o){case"d":if(s>="A"&&s<="Z")f=String.fromCharCode(s.charCodeAt(0)+32);else throw new F;break;case"a":if(s>="A"&&s<="Z")f=String.fromCharCode(s.charCodeAt(0)-64);else throw new F;break;case"b":if(s>="A"&&s<="E")f=String.fromCharCode(s.charCodeAt(0)-38);else if(s>="F"&&s<="J")f=String.fromCharCode(s.charCodeAt(0)-11);else if(s>="K"&&s<="O")f=String.fromCharCode(s.charCodeAt(0)+16);else if(s>="P"&&s<="T")f=String.fromCharCode(s.charCodeAt(0)+43);else if(s==="U")f="\0";else if(s==="V")f="@";else if(s==="W")f="`";else if(s>="X"&&s<="Z")f="";else throw new F;break;case"c":if(s>="A"&&s<="O")f=String.fromCharCode(s.charCodeAt(0)-32);else if(s==="Z")f=":";else throw new F;break}i+=f,a++}else i+=o}return i},e.prototype.checkChecksums=function(t){var n=t.length;this.checkOneChecksum(t,n-2,20),this.checkOneChecksum(t,n-1,15)},e.prototype.checkOneChecksum=function(t,n,i){for(var a=1,o=0,s=n-1;s>=0;s--)o+=a*e.ALPHABET_STRING.indexOf(t.charAt(s)),++a>i&&(a=1);if(t.charAt(n)!==e.ALPHABET_STRING[o%47])throw new pe},e.ALPHABET_STRING="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%abcd*",e.CHARACTER_ENCODINGS=[276,328,324,322,296,292,290,336,274,266,424,420,418,404,402,394,360,356,354,308,282,344,332,326,300,278,436,434,428,422,406,410,364,358,310,314,302,468,466,458,366,374,430,294,474,470,306,350],e.ASTERISK_ENCODING=e.CHARACTER_ENCODINGS[47],e}(ce),Ru=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Bu=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},ja=function(r){Ru(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.narrowLineWidth=-1,t}return e.prototype.decodeRow=function(t,n,i){var a,o,s=this.decodeStart(n),f=this.decodeEnd(n),u=new z;e.decodeMiddle(n,s[1],f[0],u);var c=u.toString(),l=null;i!=null&&(l=i.get(oe.ALLOWED_LENGTHS)),l==null&&(l=e.DEFAULT_ALLOWED_LENGTHS);var d=c.length,h=!1,p=0;try{for(var v=Bu(l),x=v.next();!x.done;x=v.next()){var m=x.value;if(d===m){h=!0;break}m>p&&(p=m)}}catch(_){a={error:_}}finally{try{x&&!x.done&&(o=v.return)&&o.call(v)}finally{if(a)throw a.error}}if(!h&&d>p&&(h=!0),!h)throw new F;var w=[new k(s[1],t),new k(f[0],t)],C=new Se(c,null,0,w,L.ITF,new Date().getTime());return C},e.decodeMiddle=function(t,n,i,a){var o=new Int32Array(10),s=new Int32Array(5),f=new Int32Array(5);for(o.fill(0),s.fill(0),f.fill(0);n<i;){ce.recordPattern(t,n,o);for(var u=0;u<5;u++){var c=2*u;s[u]=o[c],f[u]=o[c+1]}var l=e.decodeDigit(s);a.append(l.toString()),l=this.decodeDigit(f),a.append(l.toString()),o.forEach(function(d){n+=d})}},e.prototype.decodeStart=function(t){var n=e.skipWhiteSpace(t),i=e.findGuardPattern(t,n,e.START_PATTERN);return this.narrowLineWidth=(i[1]-i[0])/4,this.validateQuietZone(t,i[0]),i},e.prototype.validateQuietZone=function(t,n){var i=this.narrowLineWidth*10;i=i<n?i:n;for(var a=n-1;i>0&&a>=0&&!t.get(a);a--)i--;if(i!==0)throw new D},e.skipWhiteSpace=function(t){var n=t.getSize(),i=t.getNextSet(0);if(i===n)throw new D;return i},e.prototype.decodeEnd=function(t){t.reverse();try{var n=e.skipWhiteSpace(t),i=void 0;try{i=e.findGuardPattern(t,n,e.END_PATTERN_REVERSED[0])}catch(o){o instanceof D&&(i=e.findGuardPattern(t,n,e.END_PATTERN_REVERSED[1]))}this.validateQuietZone(t,i[0]);var a=i[0];return i[0]=t.getSize()-i[1],i[1]=t.getSize()-a,i}finally{t.reverse()}},e.findGuardPattern=function(t,n,i){var a=i.length,o=new Int32Array(a),s=t.getSize(),f=!1,u=0,c=n;o.fill(0);for(var l=n;l<s;l++)if(t.get(l)!==f)o[u]++;else{if(u===a-1){if(ce.patternMatchVariance(o,i,e.MAX_INDIVIDUAL_VARIANCE)<e.MAX_AVG_VARIANCE)return[c,l];c+=o[0]+o[1],re.arraycopy(o,2,o,0,u-1),o[u-1]=0,o[u]=0,u--}else u++;o[u]=1,f=!f}throw new D},e.decodeDigit=function(t){for(var n=e.MAX_AVG_VARIANCE,i=-1,a=e.PATTERNS.length,o=0;o<a;o++){var s=e.PATTERNS[o],f=ce.patternMatchVariance(t,s,e.MAX_INDIVIDUAL_VARIANCE);f<n?(n=f,i=o):f===n&&(i=-1)}if(i>=0)return i%10;throw new D},e.PATTERNS=[Int32Array.from([1,1,2,2,1]),Int32Array.from([2,1,1,1,2]),Int32Array.from([1,2,1,1,2]),Int32Array.from([2,2,1,1,1]),Int32Array.from([1,1,2,1,2]),Int32Array.from([2,1,2,1,1]),Int32Array.from([1,2,2,1,1]),Int32Array.from([1,1,1,2,2]),Int32Array.from([2,1,1,2,1]),Int32Array.from([1,2,1,2,1]),Int32Array.from([1,1,3,3,1]),Int32Array.from([3,1,1,1,3]),Int32Array.from([1,3,1,1,3]),Int32Array.from([3,3,1,1,1]),Int32Array.from([1,1,3,1,3]),Int32Array.from([3,1,3,1,1]),Int32Array.from([1,3,3,1,1]),Int32Array.from([1,1,1,3,3]),Int32Array.from([3,1,1,3,1]),Int32Array.from([1,3,1,3,1])],e.MAX_AVG_VARIANCE=.38,e.MAX_INDIVIDUAL_VARIANCE=.5,e.DEFAULT_ALLOWED_LENGTHS=[6,8,10,12,14],e.START_PATTERN=Int32Array.from([1,1,1,1]),e.END_PATTERN_REVERSED=[Int32Array.from([1,1,2]),Int32Array.from([1,1,3])],e}(ce),Lu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ft=function(r){Lu(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.decodeRowStringBuffer="",t}return e.findStartGuardPattern=function(t){for(var n=!1,i,a=0,o=Int32Array.from([0,0,0]);!n;){o=Int32Array.from([0,0,0]),i=e.findGuardPattern(t,a,!1,this.START_END_PATTERN,o);var s=i[0];a=i[1];var f=s-(a-s);f>=0&&(n=t.isRange(f,s,!1))}return i},e.checkChecksum=function(t){return e.checkStandardUPCEANChecksum(t)},e.checkStandardUPCEANChecksum=function(t){var n=t.length;if(n===0)return!1;var i=parseInt(t.charAt(n-1),10);return e.getStandardUPCEANChecksum(t.substring(0,n-1))===i},e.getStandardUPCEANChecksum=function(t){for(var n=t.length,i=0,a=n-1;a>=0;a-=2){var o=t.charAt(a).charCodeAt(0)-48;if(o<0||o>9)throw new F;i+=o}i*=3;for(var a=n-2;a>=0;a-=2){var o=t.charAt(a).charCodeAt(0)-48;if(o<0||o>9)throw new F;i+=o}return(1e3-i)%10},e.decodeEnd=function(t,n){return e.findGuardPattern(t,n,!1,e.START_END_PATTERN,new Int32Array(e.START_END_PATTERN.length).fill(0))},e.findGuardPatternWithoutCounters=function(t,n,i,a){return this.findGuardPattern(t,n,i,a,new Int32Array(a.length))},e.findGuardPattern=function(t,n,i,a,o){var s=t.getSize();n=i?t.getNextUnset(n):t.getNextSet(n);for(var f=0,u=n,c=a.length,l=i,d=n;d<s;d++)if(t.get(d)!==l)o[f]++;else{if(f===c-1){if(ce.patternMatchVariance(o,a,e.MAX_INDIVIDUAL_VARIANCE)<e.MAX_AVG_VARIANCE)return Int32Array.from([u,d]);u+=o[0]+o[1];for(var h=o.slice(2,o.length),p=0;p<f-1;p++)o[p]=h[p];o[f-1]=0,o[f]=0,f--}else f++;o[f]=1,l=!l}throw new D},e.decodeDigit=function(t,n,i,a){this.recordPattern(t,i,n);for(var o=this.MAX_AVG_VARIANCE,s=-1,f=a.length,u=0;u<f;u++){var c=a[u],l=ce.patternMatchVariance(n,c,e.MAX_INDIVIDUAL_VARIANCE);l<o&&(o=l,s=u)}if(s>=0)return s;throw new D},e.MAX_AVG_VARIANCE=.48,e.MAX_INDIVIDUAL_VARIANCE=.7,e.START_END_PATTERN=Int32Array.from([1,1,1]),e.MIDDLE_PATTERN=Int32Array.from([1,1,1,1,1]),e.END_PATTERN=Int32Array.from([1,1,1,1,1,1]),e.L_PATTERNS=[Int32Array.from([3,2,1,1]),Int32Array.from([2,2,2,1]),Int32Array.from([2,1,2,2]),Int32Array.from([1,4,1,1]),Int32Array.from([1,1,3,2]),Int32Array.from([1,2,3,1]),Int32Array.from([1,1,1,4]),Int32Array.from([1,3,1,2]),Int32Array.from([1,2,1,3]),Int32Array.from([3,1,1,2])],e}(ce),ku=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Uu=function(){function r(){this.CHECK_DIGIT_ENCODINGS=[24,20,18,17,12,6,3,10,9,5],this.decodeMiddleCounters=Int32Array.from([0,0,0,0]),this.decodeRowStringBuffer=""}return r.prototype.decodeRow=function(e,t,n){var i=this.decodeRowStringBuffer,a=this.decodeMiddle(t,n,i),o=i.toString(),s=r.parseExtensionString(o),f=[new k((n[0]+n[1])/2,e),new k(a,e)],u=new Se(o,null,0,f,L.UPC_EAN_EXTENSION,new Date().getTime());return s!=null&&u.putAllMetadata(s),u},r.prototype.decodeMiddle=function(e,t,n){var i,a,o=this.decodeMiddleCounters;o[0]=0,o[1]=0,o[2]=0,o[3]=0;for(var s=e.getSize(),f=t[1],u=0,c=0;c<5&&f<s;c++){var l=Ft.decodeDigit(e,o,f,Ft.L_AND_G_PATTERNS);n+=String.fromCharCode(48+l%10);try{for(var d=(i=void 0,ku(o)),h=d.next();!h.done;h=d.next()){var p=h.value;f+=p}}catch(x){i={error:x}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}l>=10&&(u|=1<<4-c),c!==4&&(f=e.getNextSet(f),f=e.getNextUnset(f))}if(n.length!==5)throw new D;var v=this.determineCheckDigit(u);if(r.extensionChecksum(n.toString())!==v)throw new D;return f},r.extensionChecksum=function(e){for(var t=e.length,n=0,i=t-2;i>=0;i-=2)n+=e.charAt(i).charCodeAt(0)-48;n*=3;for(var i=t-1;i>=0;i-=2)n+=e.charAt(i).charCodeAt(0)-48;return n*=3,n%10},r.prototype.determineCheckDigit=function(e){for(var t=0;t<10;t++)if(e===this.CHECK_DIGIT_ENCODINGS[t])return t;throw new D},r.parseExtensionString=function(e){if(e.length!==5)return null;var t=r.parseExtension5String(e);return t==null?null:new Map([[me.SUGGESTED_PRICE,t]])},r.parseExtension5String=function(e){var t;switch(e.charAt(0)){case"0":t="£";break;case"5":t="$";break;case"9":switch(e){case"90000":return null;case"99991":return"0.00";case"99990":return"Used"}t="";break;default:t="";break}var n=parseInt(e.substring(1)),i=(n/100).toString(),a=n%100,o=a<10?"0"+a:a.toString();return t+i+"."+o},r}(),Vu=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Hu=function(){function r(){this.decodeMiddleCounters=Int32Array.from([0,0,0,0]),this.decodeRowStringBuffer=""}return r.prototype.decodeRow=function(e,t,n){var i=this.decodeRowStringBuffer,a=this.decodeMiddle(t,n,i),o=i.toString(),s=r.parseExtensionString(o),f=[new k((n[0]+n[1])/2,e),new k(a,e)],u=new Se(o,null,0,f,L.UPC_EAN_EXTENSION,new Date().getTime());return s!=null&&u.putAllMetadata(s),u},r.prototype.decodeMiddle=function(e,t,n){var i,a,o=this.decodeMiddleCounters;o[0]=0,o[1]=0,o[2]=0,o[3]=0;for(var s=e.getSize(),f=t[1],u=0,c=0;c<2&&f<s;c++){var l=Ft.decodeDigit(e,o,f,Ft.L_AND_G_PATTERNS);n+=String.fromCharCode(48+l%10);try{for(var d=(i=void 0,Vu(o)),h=d.next();!h.done;h=d.next()){var p=h.value;f+=p}}catch(v){i={error:v}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}l>=10&&(u|=1<<1-c),c!==1&&(f=e.getNextSet(f),f=e.getNextUnset(f))}if(n.length!==2)throw new D;if(parseInt(n.toString())%4!==u)throw new D;return f},r.parseExtensionString=function(e){return e.length!==2?null:new Map([[me.ISSUE_NUMBER,parseInt(e)]])},r}(),zu=function(){function r(){}return r.decodeRow=function(e,t,n){var i=Ft.findGuardPattern(t,n,!1,this.EXTENSION_START_PATTERN,new Int32Array(this.EXTENSION_START_PATTERN.length).fill(0));try{var a=new Uu;return a.decodeRow(e,t,i)}catch{var o=new Hu;return o.decodeRow(e,t,i)}},r.EXTENSION_START_PATTERN=Int32Array.from([1,1,2]),r}(),Gu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),le=function(r){Gu(e,r);function e(){var t=r.call(this)||this;t.decodeRowStringBuffer="",e.L_AND_G_PATTERNS=e.L_PATTERNS.map(function(s){return Int32Array.from(s)});for(var n=10;n<20;n++){for(var i=e.L_PATTERNS[n-10],a=new Int32Array(i.length),o=0;o<i.length;o++)a[o]=i[i.length-o-1];e.L_AND_G_PATTERNS[n]=a}return t}return e.prototype.decodeRow=function(t,n,i){var a=e.findStartGuardPattern(n),o=i==null?null:i.get(oe.NEED_RESULT_POINT_CALLBACK);if(o!=null){var s=new k((a[0]+a[1])/2,t);o.foundPossibleResultPoint(s)}var f=this.decodeMiddle(n,a,this.decodeRowStringBuffer),u=f.rowOffset,c=f.resultString;if(o!=null){var l=new k(u,t);o.foundPossibleResultPoint(l)}var d=e.decodeEnd(n,u);if(o!=null){var h=new k((d[0]+d[1])/2,t);o.foundPossibleResultPoint(h)}var p=d[1],v=p+(p-d[0]);if(v>=n.getSize()||!n.isRange(p,v,!1))throw new D;var x=c.toString();if(x.length<8)throw new F;if(!e.checkChecksum(x))throw new pe;var m=(a[1]+a[0])/2,w=(d[1]+d[0])/2,C=this.getBarcodeFormat(),_=[new k(m,t),new k(w,t)],A=new Se(x,null,0,_,C,new Date().getTime()),T=0;try{var b=zu.decodeRow(t,n,d[1]);A.putMetadata(me.UPC_EAN_EXTENSION,b.getText()),A.putAllMetadata(b.getResultMetadata()),A.addResultPoints(b.getResultPoints()),T=b.getText().length}catch{}var N=i==null?null:i.get(oe.ALLOWED_EAN_EXTENSIONS);if(N!=null){var M=!1;for(var B in N)if(T.toString()===B){M=!0;break}if(!M)throw new D}return C===L.EAN_13||L.UPC_A,A},e.checkChecksum=function(t){return e.checkStandardUPCEANChecksum(t)},e.checkStandardUPCEANChecksum=function(t){var n=t.length;if(n===0)return!1;var i=parseInt(t.charAt(n-1),10);return e.getStandardUPCEANChecksum(t.substring(0,n-1))===i},e.getStandardUPCEANChecksum=function(t){for(var n=t.length,i=0,a=n-1;a>=0;a-=2){var o=t.charAt(a).charCodeAt(0)-48;if(o<0||o>9)throw new F;i+=o}i*=3;for(var a=n-2;a>=0;a-=2){var o=t.charAt(a).charCodeAt(0)-48;if(o<0||o>9)throw new F;i+=o}return(1e3-i)%10},e.decodeEnd=function(t,n){return e.findGuardPattern(t,n,!1,e.START_END_PATTERN,new Int32Array(e.START_END_PATTERN.length).fill(0))},e}(Ft),Wu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ya=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Xn=function(r){Wu(e,r);function e(){var t=r.call(this)||this;return t.decodeMiddleCounters=Int32Array.from([0,0,0,0]),t}return e.prototype.decodeMiddle=function(t,n,i){var a,o,s,f,u=this.decodeMiddleCounters;u[0]=0,u[1]=0,u[2]=0,u[3]=0;for(var c=t.getSize(),l=n[1],d=0,h=0;h<6&&l<c;h++){var p=le.decodeDigit(t,u,l,le.L_AND_G_PATTERNS);i+=String.fromCharCode(48+p%10);try{for(var v=(a=void 0,Ya(u)),x=v.next();!x.done;x=v.next()){var m=x.value;l+=m}}catch(A){a={error:A}}finally{try{x&&!x.done&&(o=v.return)&&o.call(v)}finally{if(a)throw a.error}}p>=10&&(d|=1<<5-h)}i=e.determineFirstDigit(i,d);var w=le.findGuardPattern(t,l,!0,le.MIDDLE_PATTERN,new Int32Array(le.MIDDLE_PATTERN.length).fill(0));l=w[1];for(var h=0;h<6&&l<c;h++){var p=le.decodeDigit(t,u,l,le.L_PATTERNS);i+=String.fromCharCode(48+p);try{for(var C=(s=void 0,Ya(u)),_=C.next();!_.done;_=C.next()){var m=_.value;l+=m}}catch(b){s={error:b}}finally{try{_&&!_.done&&(f=C.return)&&f.call(C)}finally{if(s)throw s.error}}}return{rowOffset:l,resultString:i}},e.prototype.getBarcodeFormat=function(){return L.EAN_13},e.determineFirstDigit=function(t,n){for(var i=0;i<10;i++)if(n===this.FIRST_DIGIT_ENCODINGS[i])return t=String.fromCharCode(48+i)+t,t;throw new D},e.FIRST_DIGIT_ENCODINGS=[0,11,13,14,19,25,28,21,22,26],e}(le),Xu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Za=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Ka=function(r){Xu(e,r);function e(){var t=r.call(this)||this;return t.decodeMiddleCounters=Int32Array.from([0,0,0,0]),t}return e.prototype.decodeMiddle=function(t,n,i){var a,o,s,f,u=this.decodeMiddleCounters;u[0]=0,u[1]=0,u[2]=0,u[3]=0;for(var c=t.getSize(),l=n[1],d=0;d<4&&l<c;d++){var h=le.decodeDigit(t,u,l,le.L_PATTERNS);i+=String.fromCharCode(48+h);try{for(var p=(a=void 0,Za(u)),v=p.next();!v.done;v=p.next()){var x=v.value;l+=x}}catch(_){a={error:_}}finally{try{v&&!v.done&&(o=p.return)&&o.call(p)}finally{if(a)throw a.error}}}var m=le.findGuardPattern(t,l,!0,le.MIDDLE_PATTERN,new Int32Array(le.MIDDLE_PATTERN.length).fill(0));l=m[1];for(var d=0;d<4&&l<c;d++){var h=le.decodeDigit(t,u,l,le.L_PATTERNS);i+=String.fromCharCode(48+h);try{for(var w=(s=void 0,Za(u)),C=w.next();!C.done;C=w.next()){var x=C.value;l+=x}}catch(T){s={error:T}}finally{try{C&&!C.done&&(f=w.return)&&f.call(w)}finally{if(s)throw s.error}}}return{rowOffset:l,resultString:i}},e.prototype.getBarcodeFormat=function(){return L.EAN_8},e}(le),$u=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),qa=function(r){$u(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.ean13Reader=new Xn,t}return e.prototype.getBarcodeFormat=function(){return L.UPC_A},e.prototype.decode=function(t,n){return this.maybeReturnResult(this.ean13Reader.decode(t))},e.prototype.decodeRow=function(t,n,i){return this.maybeReturnResult(this.ean13Reader.decodeRow(t,n,i))},e.prototype.decodeMiddle=function(t,n,i){return this.ean13Reader.decodeMiddle(t,n,i)},e.prototype.maybeReturnResult=function(t){var n=t.getText();if(n.charAt(0)==="0"){var i=new Se(n.substring(1),null,null,t.getResultPoints(),L.UPC_A);return t.getResultMetadata()!=null&&i.putAllMetadata(t.getResultMetadata()),i}else throw new D},e.prototype.reset=function(){this.ean13Reader.reset()},e}(le),ju=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Yu=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Qa=function(r){ju(e,r);function e(){var t=r.call(this)||this;return t.decodeMiddleCounters=new Int32Array(4),t}return e.prototype.decodeMiddle=function(t,n,i){var a,o,s=this.decodeMiddleCounters.map(function(x){return x});s[0]=0,s[1]=0,s[2]=0,s[3]=0;for(var f=t.getSize(),u=n[1],c=0,l=0;l<6&&u<f;l++){var d=e.decodeDigit(t,s,u,e.L_AND_G_PATTERNS);i+=String.fromCharCode(48+d%10);try{for(var h=(a=void 0,Yu(s)),p=h.next();!p.done;p=h.next()){var v=p.value;u+=v}}catch(x){a={error:x}}finally{try{p&&!p.done&&(o=h.return)&&o.call(h)}finally{if(a)throw a.error}}d>=10&&(c|=1<<5-l)}return e.determineNumSysAndCheckDigit(new z(i),c),u},e.prototype.decodeEnd=function(t,n){return e.findGuardPatternWithoutCounters(t,n,!0,e.MIDDLE_END_PATTERN)},e.prototype.checkChecksum=function(t){return le.checkChecksum(e.convertUPCEtoUPCA(t))},e.determineNumSysAndCheckDigit=function(t,n){for(var i=0;i<=1;i++)for(var a=0;a<10;a++)if(n===this.NUMSYS_AND_CHECK_DIGIT_PATTERNS[i][a]){t.insert(0,"0"+i),t.append("0"+a);return}throw D.getNotFoundInstance()},e.prototype.getBarcodeFormat=function(){return L.UPC_E},e.convertUPCEtoUPCA=function(t){var n=t.slice(1,7).split("").map(function(o){return o.charCodeAt(0)}),i=new z;i.append(t.charAt(0));var a=n[5];switch(a){case 0:case 1:case 2:i.appendChars(n,0,2),i.append(a),i.append("0000"),i.appendChars(n,2,3);break;case 3:i.appendChars(n,0,3),i.append("00000"),i.appendChars(n,3,2);break;case 4:i.appendChars(n,0,4),i.append("00000"),i.append(n[4]);break;default:i.appendChars(n,0,5),i.append("0000"),i.append(a);break}return t.length>=8&&i.append(t.charAt(7)),i.toString()},e.MIDDLE_END_PATTERN=Int32Array.from([1,1,1,1,1,1]),e.NUMSYS_AND_CHECK_DIGIT_PATTERNS=[Int32Array.from([56,52,50,49,44,38,35,42,41,37]),Int32Array.from([7,11,13,14,19,25,28,21,22,1])],e}(le),Zu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ja=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},$n=function(r){Zu(e,r);function e(t){var n=r.call(this)||this,i=t==null?null:t.get(oe.POSSIBLE_FORMATS),a=[];return i!=null&&(i.indexOf(L.EAN_13)>-1&&a.push(new Xn),i.indexOf(L.UPC_A)>-1&&a.push(new qa),i.indexOf(L.EAN_8)>-1&&a.push(new Ka),i.indexOf(L.UPC_E)>-1&&a.push(new Qa)),a.length===0&&(a.push(new Xn),a.push(new qa),a.push(new Ka),a.push(new Qa)),n.readers=a,n}return e.prototype.decodeRow=function(t,n,i){var a,o;try{for(var s=Ja(this.readers),f=s.next();!f.done;f=s.next()){var u=f.value;try{var c=u.decodeRow(t,n,i),l=c.getBarcodeFormat()===L.EAN_13&&c.getText().charAt(0)==="0",d=i==null?null:i.get(oe.POSSIBLE_FORMATS),h=d==null||d.includes(L.UPC_A);if(l&&h){var p=c.getRawBytes(),v=new Se(c.getText().substring(1),p,p?p.length:null,c.getResultPoints(),L.UPC_A);return v.putAllMetadata(c.getResultMetadata()),v}return c}catch{}}}catch(x){a={error:x}}finally{try{f&&!f.done&&(o=s.return)&&o.call(s)}finally{if(a)throw a.error}}throw new D},e.prototype.reset=function(){var t,n;try{for(var i=Ja(this.readers),a=i.next();!a.done;a=i.next()){var o=a.value;o.reset()}}catch(s){t={error:s}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}},e}(ce),Ku=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),qu=function(r){Ku(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.CODA_BAR_CHAR_SET={nnnnnww:"0",nnnnwwn:"1",nnnwnnw:"2",wwnnnnn:"3",nnwnnwn:"4",wnnnnwn:"5",nwnnnnw:"6",nwnnwnn:"7",nwwnnnn:"8",wnnwnnn:"9",nnnwwnn:"-",nnwwnnn:"$",wnnnwnw:":",wnwnnnw:"/",wnwnwnn:".",nnwwwww:"+",nnwwnwn:"A",nwnwnnw:"B",nnnwnww:"C",nnnwwwn:"D"},t}return e.prototype.decodeRow=function(t,n,i){var a=this.getValidRowData(n);if(!a)throw new D;var o=this.codaBarDecodeRow(a.row);if(!o)throw new D;return new Se(o,null,0,[new k(a.left,t),new k(a.right,t)],L.CODABAR,new Date().getTime())},e.prototype.getValidRowData=function(t){var n=t.toArray(),i=n.indexOf(!0);if(i===-1)return null;var a=n.lastIndexOf(!0);if(a<=i)return null;n=n.slice(i,a+1);for(var o=[],s=n[0],f=1,u=1;u<n.length;u++)n[u]===s?f++:(s=n[u],o.push(f),f=1);return o.push(f),o.length<23&&(o.length+1)%8!==0?null:{row:o,left:i,right:a}},e.prototype.codaBarDecodeRow=function(t){for(var n=[],i=Math.ceil(t.reduce(function(f,u){return(f+u)/2},0));t.length>0;){var a=t.splice(0,8).splice(0,7),o=a.map(function(f){return f<i?"n":"w"}).join("");if(this.CODA_BAR_CHAR_SET[o]===void 0)return null;n.push(this.CODA_BAR_CHAR_SET[o])}var s=n.join("");return this.validCodaBarString(s)?s:null},e.prototype.validCodaBarString=function(t){var n=/^[A-D].{1,}[A-D]$/;return n.test(t)},e}(ce),Qu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ju=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},xt=function(r){Qu(e,r);function e(){var t=r.call(this)||this;return t.decodeFinderCounters=new Int32Array(4),t.dataCharacterCounters=new Int32Array(8),t.oddRoundingErrors=new Array(4),t.evenRoundingErrors=new Array(4),t.oddCounts=new Array(t.dataCharacterCounters.length/2),t.evenCounts=new Array(t.dataCharacterCounters.length/2),t}return e.prototype.getDecodeFinderCounters=function(){return this.decodeFinderCounters},e.prototype.getDataCharacterCounters=function(){return this.dataCharacterCounters},e.prototype.getOddRoundingErrors=function(){return this.oddRoundingErrors},e.prototype.getEvenRoundingErrors=function(){return this.evenRoundingErrors},e.prototype.getOddCounts=function(){return this.oddCounts},e.prototype.getEvenCounts=function(){return this.evenCounts},e.prototype.parseFinderValue=function(t,n){for(var i=0;i<n.length;i++)if(ce.patternMatchVariance(t,n[i],e.MAX_INDIVIDUAL_VARIANCE)<e.MAX_AVG_VARIANCE)return i;throw new D},e.count=function(t){return Z.sum(new Int32Array(t))},e.increment=function(t,n){for(var i=0,a=n[0],o=1;o<t.length;o++)n[o]>a&&(a=n[o],i=o);t[i]++},e.decrement=function(t,n){for(var i=0,a=n[0],o=1;o<t.length;o++)n[o]<a&&(a=n[o],i=o);t[i]--},e.isFinderPattern=function(t){var n,i,a=t[0]+t[1],o=a+t[2]+t[3],s=a/o;if(s>=e.MIN_FINDER_PATTERN_RATIO&&s<=e.MAX_FINDER_PATTERN_RATIO){var f=Number.MAX_SAFE_INTEGER,u=Number.MIN_SAFE_INTEGER;try{for(var c=Ju(t),l=c.next();!l.done;l=c.next()){var d=l.value;d>u&&(u=d),d<f&&(f=d)}}catch(h){n={error:h}}finally{try{l&&!l.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}return u<10*f}return!1},e.MAX_AVG_VARIANCE=.2,e.MAX_INDIVIDUAL_VARIANCE=.45,e.MIN_FINDER_PATTERN_RATIO=9.5/12,e.MAX_FINDER_PATTERN_RATIO=12.5/14,e}(ce),Fr=function(){function r(e,t){this.value=e,this.checksumPortion=t}return r.prototype.getValue=function(){return this.value},r.prototype.getChecksumPortion=function(){return this.checksumPortion},r.prototype.toString=function(){return this.value+"("+this.checksumPortion+")"},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.value===t.value&&this.checksumPortion===t.checksumPortion},r.prototype.hashCode=function(){return this.value^this.checksumPortion},r}(),eo=function(){function r(e,t,n,i,a){this.value=e,this.startEnd=t,this.value=e,this.startEnd=t,this.resultPoints=new Array,this.resultPoints.push(new k(n,a)),this.resultPoints.push(new k(i,a))}return r.prototype.getValue=function(){return this.value},r.prototype.getStartEnd=function(){return this.startEnd},r.prototype.getResultPoints=function(){return this.resultPoints},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.value===t.value},r.prototype.hashCode=function(){return this.value},r}(),ec=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Rt=function(){function r(){}return r.getRSSvalue=function(e,t,n){var i,a,o=0;try{for(var s=ec(e),f=s.next();!f.done;f=s.next()){var u=f.value;o+=u}}catch(w){i={error:w}}finally{try{f&&!f.done&&(a=s.return)&&a.call(s)}finally{if(i)throw i.error}}for(var c=0,l=0,d=e.length,h=0;h<d-1;h++){var p=void 0;for(p=1,l|=1<<h;p<e[h];p++,l&=~(1<<h)){var v=r.combins(o-p-1,d-h-2);if(n&&l===0&&o-p-(d-h-1)>=d-h-1&&(v-=r.combins(o-p-(d-h),d-h-2)),d-h-1>1){for(var x=0,m=o-p-(d-h-2);m>t;m--)x+=r.combins(o-p-m-1,d-h-3);v-=x*(d-1-h)}else o-p>t&&v--;c+=v}o-=p}return c},r.combins=function(e,t){var n,i;e-t>t?(i=t,n=e-t):(i=e-t,n=t);for(var a=1,o=1,s=e;s>n;s--)a*=s,o<=i&&(a/=o,o++);for(;o<=i;)a/=o,o++;return a},r}(),tc=function(){function r(){}return r.buildBitArray=function(e){var t=e.length*2-1;e[e.length-1].getRightChar()==null&&(t-=1);for(var n=12*t,i=new ve(n),a=0,o=e[0],s=o.getRightChar().getValue(),f=11;f>=0;--f)s&1<<f&&i.set(a),a++;for(var f=1;f<e.length;++f){for(var u=e[f],c=u.getLeftChar().getValue(),l=11;l>=0;--l)c&1<<l&&i.set(a),a++;if(u.getRightChar()!==null)for(var d=u.getRightChar().getValue(),l=11;l>=0;--l)d&1<<l&&i.set(a),a++}return i},r}(),yt=function(){function r(e,t){t?this.decodedInformation=null:(this.finished=e,this.decodedInformation=t)}return r.prototype.getDecodedInformation=function(){return this.decodedInformation},r.prototype.isFinished=function(){return this.finished},r}(),jn=function(){function r(e){this.newPosition=e}return r.prototype.getNewPosition=function(){return this.newPosition},r}(),rc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),je=function(r){rc(e,r);function e(t,n){var i=r.call(this,t)||this;return i.value=n,i}return e.prototype.getValue=function(){return this.value},e.prototype.isFNC1=function(){return this.value===e.FNC1},e.FNC1="$",e}(jn),nc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),wt=function(r){nc(e,r);function e(t,n,i){var a=r.call(this,t)||this;return i?(a.remaining=!0,a.remainingValue=a.remainingValue):(a.remaining=!1,a.remainingValue=0),a.newString=n,a}return e.prototype.getNewString=function(){return this.newString},e.prototype.isRemaining=function(){return this.remaining},e.prototype.getRemainingValue=function(){return this.remainingValue},e}(jn),ic=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Bt=function(r){ic(e,r);function e(t,n,i){var a=r.call(this,t)||this;if(n<0||n>10||i<0||i>10)throw new F;return a.firstDigit=n,a.secondDigit=i,a}return e.prototype.getFirstDigit=function(){return this.firstDigit},e.prototype.getSecondDigit=function(){return this.secondDigit},e.prototype.getValue=function(){return this.firstDigit*10+this.secondDigit},e.prototype.isFirstDigitFNC1=function(){return this.firstDigit===e.FNC1},e.prototype.isSecondDigitFNC1=function(){return this.secondDigit===e.FNC1},e.prototype.isAnyFNC1=function(){return this.firstDigit===e.FNC1||this.secondDigit===e.FNC1},e.FNC1=10,e}(jn),Rr=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},ac=function(){function r(){}return r.parseFieldsInGeneralPurpose=function(e){var t,n,i,a,o,s,f,u;if(!e)return null;if(e.length<2)throw new D;var c=e.substring(0,2);try{for(var l=Rr(r.TWO_DIGIT_DATA_LENGTH),d=l.next();!d.done;d=l.next()){var h=d.value;if(h[0]===c)return h[1]===r.VARIABLE_LENGTH?r.processVariableAI(2,h[2],e):r.processFixedAI(2,h[1],e)}}catch(T){t={error:T}}finally{try{d&&!d.done&&(n=l.return)&&n.call(l)}finally{if(t)throw t.error}}if(e.length<3)throw new D;var p=e.substring(0,3);try{for(var v=Rr(r.THREE_DIGIT_DATA_LENGTH),x=v.next();!x.done;x=v.next()){var h=x.value;if(h[0]===p)return h[1]===r.VARIABLE_LENGTH?r.processVariableAI(3,h[2],e):r.processFixedAI(3,h[1],e)}}catch(T){i={error:T}}finally{try{x&&!x.done&&(a=v.return)&&a.call(v)}finally{if(i)throw i.error}}try{for(var m=Rr(r.THREE_DIGIT_PLUS_DIGIT_DATA_LENGTH),w=m.next();!w.done;w=m.next()){var h=w.value;if(h[0]===p)return h[1]===r.VARIABLE_LENGTH?r.processVariableAI(4,h[2],e):r.processFixedAI(4,h[1],e)}}catch(T){o={error:T}}finally{try{w&&!w.done&&(s=m.return)&&s.call(m)}finally{if(o)throw o.error}}if(e.length<4)throw new D;var C=e.substring(0,4);try{for(var _=Rr(r.FOUR_DIGIT_DATA_LENGTH),A=_.next();!A.done;A=_.next()){var h=A.value;if(h[0]===C)return h[1]===r.VARIABLE_LENGTH?r.processVariableAI(4,h[2],e):r.processFixedAI(4,h[1],e)}}catch(T){f={error:T}}finally{try{A&&!A.done&&(u=_.return)&&u.call(_)}finally{if(f)throw f.error}}throw new D},r.processFixedAI=function(e,t,n){if(n.length<e)throw new D;var i=n.substring(0,e);if(n.length<e+t)throw new D;var a=n.substring(e,e+t),o=n.substring(e+t),s="("+i+")"+a,f=r.parseFieldsInGeneralPurpose(o);return f==null?s:s+f},r.processVariableAI=function(e,t,n){var i=n.substring(0,e),a;n.length<e+t?a=n.length:a=e+t;var o=n.substring(e,a),s=n.substring(a),f="("+i+")"+o,u=r.parseFieldsInGeneralPurpose(s);return u==null?f:f+u},r.VARIABLE_LENGTH=[],r.TWO_DIGIT_DATA_LENGTH=[["00",18],["01",14],["02",14],["10",r.VARIABLE_LENGTH,20],["11",6],["12",6],["13",6],["15",6],["17",6],["20",2],["21",r.VARIABLE_LENGTH,20],["22",r.VARIABLE_LENGTH,29],["30",r.VARIABLE_LENGTH,8],["37",r.VARIABLE_LENGTH,8],["90",r.VARIABLE_LENGTH,30],["91",r.VARIABLE_LENGTH,30],["92",r.VARIABLE_LENGTH,30],["93",r.VARIABLE_LENGTH,30],["94",r.VARIABLE_LENGTH,30],["95",r.VARIABLE_LENGTH,30],["96",r.VARIABLE_LENGTH,30],["97",r.VARIABLE_LENGTH,3],["98",r.VARIABLE_LENGTH,30],["99",r.VARIABLE_LENGTH,30]],r.THREE_DIGIT_DATA_LENGTH=[["240",r.VARIABLE_LENGTH,30],["241",r.VARIABLE_LENGTH,30],["242",r.VARIABLE_LENGTH,6],["250",r.VARIABLE_LENGTH,30],["251",r.VARIABLE_LENGTH,30],["253",r.VARIABLE_LENGTH,17],["254",r.VARIABLE_LENGTH,20],["400",r.VARIABLE_LENGTH,30],["401",r.VARIABLE_LENGTH,30],["402",17],["403",r.VARIABLE_LENGTH,30],["410",13],["411",13],["412",13],["413",13],["414",13],["420",r.VARIABLE_LENGTH,20],["421",r.VARIABLE_LENGTH,15],["422",3],["423",r.VARIABLE_LENGTH,15],["424",3],["425",3],["426",3]],r.THREE_DIGIT_PLUS_DIGIT_DATA_LENGTH=[["310",6],["311",6],["312",6],["313",6],["314",6],["315",6],["316",6],["320",6],["321",6],["322",6],["323",6],["324",6],["325",6],["326",6],["327",6],["328",6],["329",6],["330",6],["331",6],["332",6],["333",6],["334",6],["335",6],["336",6],["340",6],["341",6],["342",6],["343",6],["344",6],["345",6],["346",6],["347",6],["348",6],["349",6],["350",6],["351",6],["352",6],["353",6],["354",6],["355",6],["356",6],["357",6],["360",6],["361",6],["362",6],["363",6],["364",6],["365",6],["366",6],["367",6],["368",6],["369",6],["390",r.VARIABLE_LENGTH,15],["391",r.VARIABLE_LENGTH,18],["392",r.VARIABLE_LENGTH,15],["393",r.VARIABLE_LENGTH,18],["703",r.VARIABLE_LENGTH,30]],r.FOUR_DIGIT_DATA_LENGTH=[["7001",13],["7002",r.VARIABLE_LENGTH,30],["7003",10],["8001",14],["8002",r.VARIABLE_LENGTH,20],["8003",r.VARIABLE_LENGTH,30],["8004",r.VARIABLE_LENGTH,30],["8005",6],["8006",18],["8007",r.VARIABLE_LENGTH,30],["8008",r.VARIABLE_LENGTH,12],["8018",18],["8020",r.VARIABLE_LENGTH,25],["8100",6],["8101",10],["8102",2],["8110",r.VARIABLE_LENGTH,70],["8200",r.VARIABLE_LENGTH,70]],r}(),Br=function(){function r(e){this.buffer=new z,this.information=e}return r.prototype.decodeAllCodes=function(e,t){var n=t,i=null;do{var a=this.decodeGeneralPurposeField(n,i),o=ac.parseFieldsInGeneralPurpose(a.getNewString());if(o!=null&&e.append(o),a.isRemaining()?i=""+a.getRemainingValue():i=null,n===a.getNewPosition())break;n=a.getNewPosition()}while(!0);return e.toString()},r.prototype.isStillNumeric=function(e){if(e+7>this.information.getSize())return e+4<=this.information.getSize();for(var t=e;t<e+3;++t)if(this.information.get(t))return!0;return this.information.get(e+3)},r.prototype.decodeNumeric=function(e){if(e+7>this.information.getSize()){var t=this.extractNumericValueFromBitArray(e,4);return t===0?new Bt(this.information.getSize(),Bt.FNC1,Bt.FNC1):new Bt(this.information.getSize(),t-1,Bt.FNC1)}var n=this.extractNumericValueFromBitArray(e,7),i=(n-8)/11,a=(n-8)%11;return new Bt(e+7,i,a)},r.prototype.extractNumericValueFromBitArray=function(e,t){return r.extractNumericValueFromBitArray(this.information,e,t)},r.extractNumericValueFromBitArray=function(e,t,n){for(var i=0,a=0;a<n;++a)e.get(t+a)&&(i|=1<<n-a-1);return i},r.prototype.decodeGeneralPurposeField=function(e,t){this.buffer.setLengthToZero(),t!=null&&this.buffer.append(t),this.current.setPosition(e);var n=this.parseBlocks();return n!=null&&n.isRemaining()?new wt(this.current.getPosition(),this.buffer.toString(),n.getRemainingValue()):new wt(this.current.getPosition(),this.buffer.toString())},r.prototype.parseBlocks=function(){var e,t;do{var n=this.current.getPosition();this.current.isAlpha()?(t=this.parseAlphaBlock(),e=t.isFinished()):this.current.isIsoIec646()?(t=this.parseIsoIec646Block(),e=t.isFinished()):(t=this.parseNumericBlock(),e=t.isFinished());var i=n!==this.current.getPosition();if(!i&&!e)break}while(!e);return t.getDecodedInformation()},r.prototype.parseNumericBlock=function(){for(;this.isStillNumeric(this.current.getPosition());){var e=this.decodeNumeric(this.current.getPosition());if(this.current.setPosition(e.getNewPosition()),e.isFirstDigitFNC1()){var t=void 0;return e.isSecondDigitFNC1()?t=new wt(this.current.getPosition(),this.buffer.toString()):t=new wt(this.current.getPosition(),this.buffer.toString(),e.getSecondDigit()),new yt(!0,t)}if(this.buffer.append(e.getFirstDigit()),e.isSecondDigitFNC1()){var t=new wt(this.current.getPosition(),this.buffer.toString());return new yt(!0,t)}this.buffer.append(e.getSecondDigit())}return this.isNumericToAlphaNumericLatch(this.current.getPosition())&&(this.current.setAlpha(),this.current.incrementPosition(4)),new yt(!1)},r.prototype.parseIsoIec646Block=function(){for(;this.isStillIsoIec646(this.current.getPosition());){var e=this.decodeIsoIec646(this.current.getPosition());if(this.current.setPosition(e.getNewPosition()),e.isFNC1()){var t=new wt(this.current.getPosition(),this.buffer.toString());return new yt(!0,t)}this.buffer.append(e.getValue())}return this.isAlphaOr646ToNumericLatch(this.current.getPosition())?(this.current.incrementPosition(3),this.current.setNumeric()):this.isAlphaTo646ToAlphaLatch(this.current.getPosition())&&(this.current.getPosition()+5<this.information.getSize()?this.current.incrementPosition(5):this.current.setPosition(this.information.getSize()),this.current.setAlpha()),new yt(!1)},r.prototype.parseAlphaBlock=function(){for(;this.isStillAlpha(this.current.getPosition());){var e=this.decodeAlphanumeric(this.current.getPosition());if(this.current.setPosition(e.getNewPosition()),e.isFNC1()){var t=new wt(this.current.getPosition(),this.buffer.toString());return new yt(!0,t)}this.buffer.append(e.getValue())}return this.isAlphaOr646ToNumericLatch(this.current.getPosition())?(this.current.incrementPosition(3),this.current.setNumeric()):this.isAlphaTo646ToAlphaLatch(this.current.getPosition())&&(this.current.getPosition()+5<this.information.getSize()?this.current.incrementPosition(5):this.current.setPosition(this.information.getSize()),this.current.setIsoIec646()),new yt(!1)},r.prototype.isStillIsoIec646=function(e){if(e+5>this.information.getSize())return!1;var t=this.extractNumericValueFromBitArray(e,5);if(t>=5&&t<16)return!0;if(e+7>this.information.getSize())return!1;var n=this.extractNumericValueFromBitArray(e,7);if(n>=64&&n<116)return!0;if(e+8>this.information.getSize())return!1;var i=this.extractNumericValueFromBitArray(e,8);return i>=232&&i<253},r.prototype.decodeIsoIec646=function(e){var t=this.extractNumericValueFromBitArray(e,5);if(t===15)return new je(e+5,je.FNC1);if(t>=5&&t<15)return new je(e+5,"0"+(t-5));var n=this.extractNumericValueFromBitArray(e,7);if(n>=64&&n<90)return new je(e+7,""+(n+1));if(n>=90&&n<116)return new je(e+7,""+(n+7));var i=this.extractNumericValueFromBitArray(e,8),a;switch(i){case 232:a="!";break;case 233:a='"';break;case 234:a="%";break;case 235:a="&";break;case 236:a="'";break;case 237:a="(";break;case 238:a=")";break;case 239:a="*";break;case 240:a="+";break;case 241:a=",";break;case 242:a="-";break;case 243:a=".";break;case 244:a="/";break;case 245:a=":";break;case 246:a=";";break;case 247:a="<";break;case 248:a="=";break;case 249:a=">";break;case 250:a="?";break;case 251:a="_";break;case 252:a=" ";break;default:throw new F}return new je(e+8,a)},r.prototype.isStillAlpha=function(e){if(e+5>this.information.getSize())return!1;var t=this.extractNumericValueFromBitArray(e,5);if(t>=5&&t<16)return!0;if(e+6>this.information.getSize())return!1;var n=this.extractNumericValueFromBitArray(e,6);return n>=16&&n<63},r.prototype.decodeAlphanumeric=function(e){var t=this.extractNumericValueFromBitArray(e,5);if(t===15)return new je(e+5,je.FNC1);if(t>=5&&t<15)return new je(e+5,"0"+(t-5));var n=this.extractNumericValueFromBitArray(e,6);if(n>=32&&n<58)return new je(e+6,""+(n+33));var i;switch(n){case 58:i="*";break;case 59:i=",";break;case 60:i="-";break;case 61:i=".";break;case 62:i="/";break;default:throw new qt("Decoding invalid alphanumeric value: "+n)}return new je(e+6,i)},r.prototype.isAlphaTo646ToAlphaLatch=function(e){if(e+1>this.information.getSize())return!1;for(var t=0;t<5&&t+e<this.information.getSize();++t)if(t===2){if(!this.information.get(e+2))return!1}else if(this.information.get(e+t))return!1;return!0},r.prototype.isAlphaOr646ToNumericLatch=function(e){if(e+3>this.information.getSize())return!1;for(var t=e;t<e+3;++t)if(this.information.get(t))return!1;return!0},r.prototype.isNumericToAlphaNumericLatch=function(e){if(e+1>this.information.getSize())return!1;for(var t=0;t<4&&t+e<this.information.getSize();++t)if(this.information.get(e+t))return!1;return!0},r}(),to=function(){function r(e){this.information=e,this.generalDecoder=new Br(e)}return r.prototype.getInformation=function(){return this.information},r.prototype.getGeneralDecoder=function(){return this.generalDecoder},r}(),oc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ye=function(r){oc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.encodeCompressedGtin=function(t,n){t.append("(01)");var i=t.length();t.append("9"),this.encodeCompressedGtinWithoutAI(t,n,i)},e.prototype.encodeCompressedGtinWithoutAI=function(t,n,i){for(var a=0;a<4;++a){var o=this.getGeneralDecoder().extractNumericValueFromBitArray(n+10*a,10);o/100===0&&t.append("0"),o/10===0&&t.append("0"),t.append(o)}e.appendCheckDigit(t,i)},e.appendCheckDigit=function(t,n){for(var i=0,a=0;a<13;a++){var o=t.charAt(a+n).charCodeAt(0)-48;i+=a&1?o:3*o}i=10-i%10,i===10&&(i=0),t.append(i)},e.GTIN_SIZE=40,e}(to),sc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),fc=function(r){sc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){var t=new z;t.append("(01)");var n=t.length(),i=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE,4);return t.append(i),this.encodeCompressedGtinWithoutAI(t,e.HEADER_SIZE+4,n),this.getGeneralDecoder().decodeAllCodes(t,e.HEADER_SIZE+44)},e.HEADER_SIZE=4,e}(Ye),uc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),cc=function(r){uc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){var t=new z;return this.getGeneralDecoder().decodeAllCodes(t,e.HEADER_SIZE)},e.HEADER_SIZE=5,e}(to),lc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Lr=function(r){lc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.encodeCompressedWeight=function(t,n,i){var a=this.getGeneralDecoder().extractNumericValueFromBitArray(n,i);this.addWeightCode(t,a);for(var o=this.checkWeight(a),s=1e5,f=0;f<5;++f)o/s===0&&t.append("0"),s/=10;t.append(o)},e}(Ye),dc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),ro=function(r){dc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()!==e.HEADER_SIZE+Lr.GTIN_SIZE+e.WEIGHT_SIZE)throw new D;var t=new z;return this.encodeCompressedGtin(t,e.HEADER_SIZE),this.encodeCompressedWeight(t,e.HEADER_SIZE+Lr.GTIN_SIZE,e.WEIGHT_SIZE),t.toString()},e.HEADER_SIZE=5,e.WEIGHT_SIZE=15,e}(Lr),hc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),pc=function(r){hc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.addWeightCode=function(t,n){t.append("(3103)")},e.prototype.checkWeight=function(t){return t},e}(ro),vc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),gc=function(r){vc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.addWeightCode=function(t,n){n<1e4?t.append("(3202)"):t.append("(3203)")},e.prototype.checkWeight=function(t){return t<1e4?t:t-1e4},e}(ro),xc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),yc=function(r){xc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()<e.HEADER_SIZE+Ye.GTIN_SIZE)throw new D;var t=new z;this.encodeCompressedGtin(t,e.HEADER_SIZE);var n=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE+Ye.GTIN_SIZE,e.LAST_DIGIT_SIZE);t.append("(392"),t.append(n),t.append(")");var i=this.getGeneralDecoder().decodeGeneralPurposeField(e.HEADER_SIZE+Ye.GTIN_SIZE+e.LAST_DIGIT_SIZE,null);return t.append(i.getNewString()),t.toString()},e.HEADER_SIZE=8,e.LAST_DIGIT_SIZE=2,e}(Ye),wc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),mc=function(r){wc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()<e.HEADER_SIZE+Ye.GTIN_SIZE)throw new D;var t=new z;this.encodeCompressedGtin(t,e.HEADER_SIZE);var n=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE+Ye.GTIN_SIZE,e.LAST_DIGIT_SIZE);t.append("(393"),t.append(n),t.append(")");var i=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE+Ye.GTIN_SIZE+e.LAST_DIGIT_SIZE,e.FIRST_THREE_DIGITS_SIZE);i/100===0&&t.append("0"),i/10===0&&t.append("0"),t.append(i);var a=this.getGeneralDecoder().decodeGeneralPurposeField(e.HEADER_SIZE+Ye.GTIN_SIZE+e.LAST_DIGIT_SIZE+e.FIRST_THREE_DIGITS_SIZE,null);return t.append(a.getNewString()),t.toString()},e.HEADER_SIZE=8,e.LAST_DIGIT_SIZE=2,e.FIRST_THREE_DIGITS_SIZE=10,e}(Ye),Cc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),ut=function(r){Cc(e,r);function e(t,n,i){var a=r.call(this,t)||this;return a.dateCode=i,a.firstAIdigits=n,a}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()!==e.HEADER_SIZE+e.GTIN_SIZE+e.WEIGHT_SIZE+e.DATE_SIZE)throw new D;var t=new z;return this.encodeCompressedGtin(t,e.HEADER_SIZE),this.encodeCompressedWeight(t,e.HEADER_SIZE+e.GTIN_SIZE,e.WEIGHT_SIZE),this.encodeCompressedDate(t,e.HEADER_SIZE+e.GTIN_SIZE+e.WEIGHT_SIZE),t.toString()},e.prototype.encodeCompressedDate=function(t,n){var i=this.getGeneralDecoder().extractNumericValueFromBitArray(n,e.DATE_SIZE);if(i!==38400){t.append("("),t.append(this.dateCode),t.append(")");var a=i%32;i/=32;var o=i%12+1;i/=12;var s=i;s/10===0&&t.append("0"),t.append(s),o/10===0&&t.append("0"),t.append(o),a/10===0&&t.append("0"),t.append(a)}},e.prototype.addWeightCode=function(t,n){t.append("("),t.append(this.firstAIdigits),t.append(n/1e5),t.append(")")},e.prototype.checkWeight=function(t){return t%1e5},e.HEADER_SIZE=8,e.WEIGHT_SIZE=20,e.DATE_SIZE=16,e}(Lr);function _c(r){try{if(r.get(1))return new fc(r);if(!r.get(2))return new cc(r);var e=Br.extractNumericValueFromBitArray(r,1,4);switch(e){case 4:return new pc(r);case 5:return new gc(r)}var t=Br.extractNumericValueFromBitArray(r,1,5);switch(t){case 12:return new yc(r);case 13:return new mc(r)}var n=Br.extractNumericValueFromBitArray(r,1,7);switch(n){case 56:return new ut(r,"310","11");case 57:return new ut(r,"320","11");case 58:return new ut(r,"310","13");case 59:return new ut(r,"320","13");case 60:return new ut(r,"310","15");case 61:return new ut(r,"320","15");case 62:return new ut(r,"310","17");case 63:return new ut(r,"320","17")}}catch(i){throw console.log(i),new qt("unknown decoder: "+r)}}var no=function(){function r(e,t,n,i){this.leftchar=e,this.rightchar=t,this.finderpattern=n,this.maybeLast=i}return r.prototype.mayBeLast=function(){return this.maybeLast},r.prototype.getLeftChar=function(){return this.leftchar},r.prototype.getRightChar=function(){return this.rightchar},r.prototype.getFinderPattern=function(){return this.finderpattern},r.prototype.mustBeLast=function(){return this.rightchar==null},r.prototype.toString=function(){return"[ "+this.leftchar+", "+this.rightchar+" : "+(this.finderpattern==null?"null":this.finderpattern.getValue())+" ]"},r.equals=function(e,t){return e instanceof r?r.equalsOrNull(e.leftchar,t.leftchar)&&r.equalsOrNull(e.rightchar,t.rightchar)&&r.equalsOrNull(e.finderpattern,t.finderpattern):!1},r.equalsOrNull=function(e,t){return e===null?t===null:r.equals(e,t)},r.prototype.hashCode=function(){var e=this.leftchar.getValue()^this.rightchar.getValue()^this.finderpattern.getValue();return e},r}(),Ac=function(){function r(e,t,n){this.pairs=e,this.rowNumber=t,this.wasReversed=n}return r.prototype.getPairs=function(){return this.pairs},r.prototype.getRowNumber=function(){return this.rowNumber},r.prototype.isReversed=function(){return this.wasReversed},r.prototype.isEquivalent=function(e){return this.checkEqualitity(this,e)},r.prototype.toString=function(){return"{ "+this.pairs+" }"},r.prototype.equals=function(e,t){return e instanceof r?this.checkEqualitity(e,t)&&e.wasReversed===t.wasReversed:!1},r.prototype.checkEqualitity=function(e,t){if(!(!e||!t)){var n;return e.forEach(function(i,a){t.forEach(function(o){i.getLeftChar().getValue()===o.getLeftChar().getValue()&&i.getRightChar().getValue()===o.getRightChar().getValue()&&i.getFinderPatter().getValue()===o.getFinderPatter().getValue()&&(n=!0)})}),n}},r}(),Ec=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),ct=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Ic=function(r){Ec(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.pairs=new Array(e.MAX_PAIRS),t.rows=new Array,t.startEnd=[2],t}return e.prototype.decodeRow=function(t,n,i){this.pairs.length=0,this.startFromEven=!1;try{return e.constructResult(this.decodeRow2pairs(t,n))}catch{}return this.pairs.length=0,this.startFromEven=!0,e.constructResult(this.decodeRow2pairs(t,n))},e.prototype.reset=function(){this.pairs.length=0,this.rows.length=0},e.prototype.decodeRow2pairs=function(t,n){for(var i=!1;!i;)try{this.pairs.push(this.retrieveNextPair(n,this.pairs,t))}catch(s){if(s instanceof D){if(!this.pairs.length)throw new D;i=!0}}if(this.checkChecksum())return this.pairs;var a;if(this.rows.length?a=!0:a=!1,this.storeRow(t,!1),a){var o=this.checkRowsBoolean(!1);if(o!=null||(o=this.checkRowsBoolean(!0),o!=null))return o}throw new D},e.prototype.checkRowsBoolean=function(t){if(this.rows.length>25)return this.rows.length=0,null;this.pairs.length=0,t&&(this.rows=this.rows.reverse());var n=null;try{n=this.checkRows(new Array,0)}catch(i){console.log(i)}return t&&(this.rows=this.rows.reverse()),n},e.prototype.checkRows=function(t,n){for(var i,a,o=n;o<this.rows.length;o++){var s=this.rows[o];this.pairs.length=0;try{for(var f=(i=void 0,ct(t)),u=f.next();!u.done;u=f.next()){var c=u.value;this.pairs.push(c.getPairs())}}catch(d){i={error:d}}finally{try{u&&!u.done&&(a=f.return)&&a.call(f)}finally{if(i)throw i.error}}if(this.pairs.push(s.getPairs()),!!e.isValidSequence(this.pairs)){if(this.checkChecksum())return this.pairs;var l=new Array(t);l.push(s);try{return this.checkRows(l,o+1)}catch(d){console.log(d)}}}throw new D},e.isValidSequence=function(t){var n,i;try{for(var a=ct(e.FINDER_PATTERN_SEQUENCES),o=a.next();!o.done;o=a.next()){var s=o.value;if(!(t.length>s.length)){for(var f=!0,u=0;u<t.length;u++)if(t[u].getFinderPattern().getValue()!==s[u]){f=!1;break}if(f)return!0}}}catch(c){n={error:c}}finally{try{o&&!o.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}return!1},e.prototype.storeRow=function(t,n){for(var i=0,a=!1,o=!1;i<this.rows.length;){var s=this.rows[i];if(s.getRowNumber()>t){o=s.isEquivalent(this.pairs);break}a=s.isEquivalent(this.pairs),i++}o||a||e.isPartialRow(this.pairs,this.rows)||(this.rows.push(i,new Ac(this.pairs,t,n)),this.removePartialRows(this.pairs,this.rows))},e.prototype.removePartialRows=function(t,n){var i,a,o,s,f,u;try{for(var c=ct(n),l=c.next();!l.done;l=c.next()){var d=l.value;if(d.getPairs().length!==t.length){var h=!0;try{for(var p=(o=void 0,ct(d.getPairs())),v=p.next();!v.done;v=p.next()){var x=v.value,m=!1;try{for(var w=(f=void 0,ct(t)),C=w.next();!C.done;C=w.next()){var _=C.value;if(no.equals(x,_)){m=!0;break}}}catch(A){f={error:A}}finally{try{C&&!C.done&&(u=w.return)&&u.call(w)}finally{if(f)throw f.error}}m||(h=!1)}}catch(A){o={error:A}}finally{try{v&&!v.done&&(s=p.return)&&s.call(p)}finally{if(o)throw o.error}}}}}catch(A){i={error:A}}finally{try{l&&!l.done&&(a=c.return)&&a.call(c)}finally{if(i)throw i.error}}},e.isPartialRow=function(t,n){var i,a,o,s,f,u;try{for(var c=ct(n),l=c.next();!l.done;l=c.next()){var d=l.value,h=!0;try{for(var p=(o=void 0,ct(t)),v=p.next();!v.done;v=p.next()){var x=v.value,m=!1;try{for(var w=(f=void 0,ct(d.getPairs())),C=w.next();!C.done;C=w.next()){var _=C.value;if(x.equals(_)){m=!0;break}}}catch(A){f={error:A}}finally{try{C&&!C.done&&(u=w.return)&&u.call(w)}finally{if(f)throw f.error}}if(!m){h=!1;break}}}catch(A){o={error:A}}finally{try{v&&!v.done&&(s=p.return)&&s.call(p)}finally{if(o)throw o.error}}if(h)return!0}}catch(A){i={error:A}}finally{try{l&&!l.done&&(a=c.return)&&a.call(c)}finally{if(i)throw i.error}}return!1},e.prototype.getRows=function(){return this.rows},e.constructResult=function(t){var n=tc.buildBitArray(t),i=_c(n),a=i.parseInformation(),o=t[0].getFinderPattern().getResultPoints(),s=t[t.length-1].getFinderPattern().getResultPoints(),f=[o[0],o[1],s[0],s[1]];return new Se(a,null,null,f,L.RSS_EXPANDED,null)},e.prototype.checkChecksum=function(){var t=this.pairs.get(0),n=t.getLeftChar(),i=t.getRightChar();if(i===null)return!1;for(var a=i.getChecksumPortion(),o=2,s=1;s<this.pairs.size();++s){var f=this.pairs.get(s);a+=f.getLeftChar().getChecksumPortion(),o++;var u=f.getRightChar();u!=null&&(a+=u.getChecksumPortion(),o++)}a%=211;var c=211*(o-4)+a;return c===n.getValue()},e.getNextSecondBar=function(t,n){var i;return t.get(n)?(i=t.getNextUnset(n),i=t.getNextSet(i)):(i=t.getNextSet(n),i=t.getNextUnset(i)),i},e.prototype.retrieveNextPair=function(t,n,i){var a=n.length%2===0;this.startFromEven&&(a=!a);var o,s=!0,f=-1;do this.findNextPair(t,n,f),o=this.parseFoundFinderPattern(t,i,a),o===null?f=e.getNextSecondBar(t,this.startEnd[0]):s=!1;while(s);var u=this.decodeDataCharacter(t,o,a,!0);if(!this.isEmptyPair(n)&&n[n.length-1].mustBeLast())throw new D;var c;try{c=this.decodeDataCharacter(t,o,a,!1)}catch(l){c=null,console.log(l)}return new no(u,c,o,!0)},e.prototype.isEmptyPair=function(t){return t.length===0},e.prototype.findNextPair=function(t,n,i){var a=this.getDecodeFinderCounters();a[0]=0,a[1]=0,a[2]=0,a[3]=0;var o=t.getSize(),s;if(i>=0)s=i;else if(this.isEmptyPair(n))s=0;else{var f=n[n.length-1];s=f.getFinderPattern().getStartEnd()[1]}var u=n.length%2!==0;this.startFromEven&&(u=!u);for(var c=!1;s<o&&(c=!t.get(s),!!c);)s++;for(var l=0,d=s,h=s;h<o;h++)if(t.get(h)!==c)a[l]++;else{if(l===3){if(u&&e.reverseCounters(a),e.isFinderPattern(a)){this.startEnd[0]=d,this.startEnd[1]=h;return}u&&e.reverseCounters(a),d+=a[0]+a[1],a[0]=a[2],a[1]=a[3],a[2]=0,a[3]=0,l--}else l++;a[l]=1,c=!c}throw new D},e.reverseCounters=function(t){for(var n=t.length,i=0;i<n/2;++i){var a=t[i];t[i]=t[n-i-1],t[n-i-1]=a}},e.prototype.parseFoundFinderPattern=function(t,n,i){var a,o,s;if(i){for(var f=this.startEnd[0]-1;f>=0&&!t.get(f);)f--;f++,a=this.startEnd[0]-f,o=f,s=this.startEnd[1]}else o=this.startEnd[0],s=t.getNextUnset(this.startEnd[1]+1),a=s-this.startEnd[1];var u=this.getDecodeFinderCounters();re.arraycopy(u,0,u,1,u.length-1),u[0]=a;var c;try{c=this.parseFinderValue(u,e.FINDER_PATTERNS)}catch{return null}return new eo(c,[o,s],o,s,n)},e.prototype.decodeDataCharacter=function(t,n,i,a){for(var o=this.getDataCharacterCounters(),s=0;s<o.length;s++)o[s]=0;if(a)e.recordPatternInReverse(t,n.getStartEnd()[0],o);else{e.recordPattern(t,n.getStartEnd()[1],o);for(var f=0,u=o.length-1;f<u;f++,u--){var c=o[f];o[f]=o[u],o[u]=c}}var l=17,d=Z.sum(new Int32Array(o))/l,h=(n.getStartEnd()[1]-n.getStartEnd()[0])/15;if(Math.abs(d-h)/h>.3)throw new D;for(var p=this.getOddCounts(),v=this.getEvenCounts(),x=this.getOddRoundingErrors(),m=this.getEvenRoundingErrors(),f=0;f<o.length;f++){var w=1*o[f]/d,C=w+.5;if(C<1){if(w<.3)throw new D;C=1}else if(C>8){if(w>8.7)throw new D;C=8}var _=f/2;f&1?(v[_]=C,m[_]=w-C):(p[_]=C,x[_]=w-C)}this.adjustOddEvenCounts(l);for(var A=4*n.getValue()+(i?0:2)+(a?0:1)-1,T=0,b=0,f=p.length-1;f>=0;f--){if(e.isNotA1left(n,i,a)){var N=e.WEIGHTS[A][2*f];b+=p[f]*N}T+=p[f]}for(var M=0,f=v.length-1;f>=0;f--)if(e.isNotA1left(n,i,a)){var N=e.WEIGHTS[A][2*f+1];M+=v[f]*N}var B=b+M;if(T&1||T>13||T<4)throw new D;var U=(13-T)/2,H=e.SYMBOL_WIDEST[U],W=9-H,se=Rt.getRSSvalue(p,H,!0),j=Rt.getRSSvalue(v,W,!1),Oe=e.EVEN_TOTAL_SUBSET[U],tt=e.GSUM[U],We=se*Oe+j+tt;return new Fr(We,B)},e.isNotA1left=function(t,n,i){return!(t.getValue()===0&&n&&i)},e.prototype.adjustOddEvenCounts=function(t){var n=Z.sum(new Int32Array(this.getOddCounts())),i=Z.sum(new Int32Array(this.getEvenCounts())),a=!1,o=!1;n>13?o=!0:n<4&&(a=!0);var s=!1,f=!1;i>13?f=!0:i<4&&(s=!0);var u=n+i-t,c=(n&1)===1,l=(i&1)===0;if(u===1)if(c){if(l)throw new D;o=!0}else{if(!l)throw new D;f=!0}else if(u===-1)if(c){if(l)throw new D;a=!0}else{if(!l)throw new D;s=!0}else if(u===0){if(c){if(!l)throw new D;n<i?(a=!0,f=!0):(o=!0,s=!0)}else if(l)throw new D}else throw new D;if(a){if(o)throw new D;e.increment(this.getOddCounts(),this.getOddRoundingErrors())}if(o&&e.decrement(this.getOddCounts(),this.getOddRoundingErrors()),s){if(f)throw new D;e.increment(this.getEvenCounts(),this.getOddRoundingErrors())}f&&e.decrement(this.getEvenCounts(),this.getEvenRoundingErrors())},e.SYMBOL_WIDEST=[7,5,4,3,1],e.EVEN_TOTAL_SUBSET=[4,20,52,104,204],e.GSUM=[0,348,1388,2948,3988],e.FINDER_PATTERNS=[Int32Array.from([1,8,4,1]),Int32Array.from([3,6,4,1]),Int32Array.from([3,4,6,1]),Int32Array.from([3,2,8,1]),Int32Array.from([2,6,5,1]),Int32Array.from([2,2,9,1])],e.WEIGHTS=[[1,3,9,27,81,32,96,77],[20,60,180,118,143,7,21,63],[189,145,13,39,117,140,209,205],[193,157,49,147,19,57,171,91],[62,186,136,197,169,85,44,132],[185,133,188,142,4,12,36,108],[113,128,173,97,80,29,87,50],[150,28,84,41,123,158,52,156],[46,138,203,187,139,206,196,166],[76,17,51,153,37,111,122,155],[43,129,176,106,107,110,119,146],[16,48,144,10,30,90,59,177],[109,116,137,200,178,112,125,164],[70,210,208,202,184,130,179,115],[134,191,151,31,93,68,204,190],[148,22,66,198,172,94,71,2],[6,18,54,162,64,192,154,40],[120,149,25,75,14,42,126,167],[79,26,78,23,69,207,199,175],[103,98,83,38,114,131,182,124],[161,61,183,127,170,88,53,159],[55,165,73,8,24,72,5,15],[45,135,194,160,58,174,100,89]],e.FINDER_PAT_A=0,e.FINDER_PAT_B=1,e.FINDER_PAT_C=2,e.FINDER_PAT_D=3,e.FINDER_PAT_E=4,e.FINDER_PAT_F=5,e.FINDER_PATTERN_SEQUENCES=[[e.FINDER_PAT_A,e.FINDER_PAT_A],[e.FINDER_PAT_A,e.FINDER_PAT_B,e.FINDER_PAT_B],[e.FINDER_PAT_A,e.FINDER_PAT_C,e.FINDER_PAT_B,e.FINDER_PAT_D],[e.FINDER_PAT_A,e.FINDER_PAT_E,e.FINDER_PAT_B,e.FINDER_PAT_D,e.FINDER_PAT_C],[e.FINDER_PAT_A,e.FINDER_PAT_E,e.FINDER_PAT_B,e.FINDER_PAT_D,e.FINDER_PAT_D,e.FINDER_PAT_F],[e.FINDER_PAT_A,e.FINDER_PAT_E,e.FINDER_PAT_B,e.FINDER_PAT_D,e.FINDER_PAT_E,e.FINDER_PAT_F,e.FINDER_PAT_F],[e.FINDER_PAT_A,e.FINDER_PAT_A,e.FINDER_PAT_B,e.FINDER_PAT_B,e.FINDER_PAT_C,e.FINDER_PAT_C,e.FINDER_PAT_D,e.FINDER_PAT_D],[e.FINDER_PAT_A,e.FINDER_PAT_A,e.FINDER_PAT_B,e.FINDER_PAT_B,e.FINDER_PAT_C,e.FINDER_PAT_C,e.FINDER_PAT_D,e.FINDER_PAT_E,e.FINDER_PAT_E],[e.FINDER_PAT_A,e.FINDER_PAT_A,e.FINDER_PAT_B,e.FINDER_PAT_B,e.FINDER_PAT_C,e.FINDER_PAT_C,e.FINDER_PAT_D,e.FINDER_PAT_E,e.FINDER_PAT_F,e.FINDER_PAT_F],[e.FINDER_PAT_A,e.FINDER_PAT_A,e.FINDER_PAT_B,e.FINDER_PAT_B,e.FINDER_PAT_C,e.FINDER_PAT_D,e.FINDER_PAT_D,e.FINDER_PAT_E,e.FINDER_PAT_E,e.FINDER_PAT_F,e.FINDER_PAT_F]],e.MAX_PAIRS=11,e}(xt),Sc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),bc=function(r){Sc(e,r);function e(t,n,i){var a=r.call(this,t,n)||this;return a.count=0,a.finderPattern=i,a}return e.prototype.getFinderPattern=function(){return this.finderPattern},e.prototype.getCount=function(){return this.count},e.prototype.incrementCount=function(){this.count++},e}(Fr),Tc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Yn=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},io=function(r){Tc(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.possibleLeftPairs=[],t.possibleRightPairs=[],t}return e.prototype.decodeRow=function(t,n,i){var a,o,s,f,u=this.decodePair(n,!1,t,i);e.addOrTally(this.possibleLeftPairs,u),n.reverse();var c=this.decodePair(n,!0,t,i);e.addOrTally(this.possibleRightPairs,c),n.reverse();try{for(var l=Yn(this.possibleLeftPairs),d=l.next();!d.done;d=l.next()){var h=d.value;if(h.getCount()>1)try{for(var p=(s=void 0,Yn(this.possibleRightPairs)),v=p.next();!v.done;v=p.next()){var x=v.value;if(x.getCount()>1&&e.checkChecksum(h,x))return e.constructResult(h,x)}}catch(m){s={error:m}}finally{try{v&&!v.done&&(f=p.return)&&f.call(p)}finally{if(s)throw s.error}}}}catch(m){a={error:m}}finally{try{d&&!d.done&&(o=l.return)&&o.call(l)}finally{if(a)throw a.error}}throw new D},e.addOrTally=function(t,n){var i,a;if(n!=null){var o=!1;try{for(var s=Yn(t),f=s.next();!f.done;f=s.next()){var u=f.value;if(u.getValue()===n.getValue()){u.incrementCount(),o=!0;break}}}catch(c){i={error:c}}finally{try{f&&!f.done&&(a=s.return)&&a.call(s)}finally{if(i)throw i.error}}o||t.push(n)}},e.prototype.reset=function(){this.possibleLeftPairs.length=0,this.possibleRightPairs.length=0},e.constructResult=function(t,n){for(var i=4537077*t.getValue()+n.getValue(),a=new String(i).toString(),o=new z,s=13-a.length;s>0;s--)o.append("0");o.append(a);for(var f=0,s=0;s<13;s++){var u=o.charAt(s).charCodeAt(0)-48;f+=s&1?u:3*u}f=10-f%10,f===10&&(f=0),o.append(f.toString());var c=t.getFinderPattern().getResultPoints(),l=n.getFinderPattern().getResultPoints();return new Se(o.toString(),null,0,[c[0],c[1],l[0],l[1]],L.RSS_14,new Date().getTime())},e.checkChecksum=function(t,n){var i=(t.getChecksumPortion()+16*n.getChecksumPortion())%79,a=9*t.getFinderPattern().getValue()+n.getFinderPattern().getValue();return a>72&&a--,a>8&&a--,i===a},e.prototype.decodePair=function(t,n,i,a){try{var o=this.findFinderPattern(t,n),s=this.parseFoundFinderPattern(t,i,n,o),f=a==null?null:a.get(oe.NEED_RESULT_POINT_CALLBACK);if(f!=null){var u=(o[0]+o[1])/2;n&&(u=t.getSize()-1-u),f.foundPossibleResultPoint(new k(u,i))}var c=this.decodeDataCharacter(t,s,!0),l=this.decodeDataCharacter(t,s,!1);return new bc(1597*c.getValue()+l.getValue(),c.getChecksumPortion()+4*l.getChecksumPortion(),s)}catch{return null}},e.prototype.decodeDataCharacter=function(t,n,i){for(var a=this.getDataCharacterCounters(),o=0;o<a.length;o++)a[o]=0;if(i)ce.recordPatternInReverse(t,n.getStartEnd()[0],a);else{ce.recordPattern(t,n.getStartEnd()[1]+1,a);for(var s=0,f=a.length-1;s<f;s++,f--){var u=a[s];a[s]=a[f],a[f]=u}}for(var c=i?16:15,l=Z.sum(new Int32Array(a))/c,d=this.getOddCounts(),h=this.getEvenCounts(),p=this.getOddRoundingErrors(),v=this.getEvenRoundingErrors(),s=0;s<a.length;s++){var x=a[s]/l,m=Math.floor(x+.5);m<1?m=1:m>8&&(m=8);var w=Math.floor(s/2);s&1?(h[w]=m,v[w]=x-m):(d[w]=m,p[w]=x-m)}this.adjustOddEvenCounts(i,c);for(var C=0,_=0,s=d.length-1;s>=0;s--)_*=9,_+=d[s],C+=d[s];for(var A=0,T=0,s=h.length-1;s>=0;s--)A*=9,A+=h[s],T+=h[s];var b=_+3*A;if(i){if(C&1||C>12||C<4)throw new D;var N=(12-C)/2,M=e.OUTSIDE_ODD_WIDEST[N],B=9-M,U=Rt.getRSSvalue(d,M,!1),H=Rt.getRSSvalue(h,B,!0),W=e.OUTSIDE_EVEN_TOTAL_SUBSET[N],se=e.OUTSIDE_GSUM[N];return new Fr(U*W+H+se,b)}else{if(T&1||T>10||T<4)throw new D;var N=(10-T)/2,M=e.INSIDE_ODD_WIDEST[N],B=9-M,U=Rt.getRSSvalue(d,M,!0),H=Rt.getRSSvalue(h,B,!1),j=e.INSIDE_ODD_TOTAL_SUBSET[N],se=e.INSIDE_GSUM[N];return new Fr(H*j+U+se,b)}},e.prototype.findFinderPattern=function(t,n){var i=this.getDecodeFinderCounters();i[0]=0,i[1]=0,i[2]=0,i[3]=0;for(var a=t.getSize(),o=!1,s=0;s<a&&(o=!t.get(s),n!==o);)s++;for(var f=0,u=s,c=s;c<a;c++)if(t.get(c)!==o)i[f]++;else{if(f===3){if(xt.isFinderPattern(i))return[u,c];u+=i[0]+i[1],i[0]=i[2],i[1]=i[3],i[2]=0,i[3]=0,f--}else f++;i[f]=1,o=!o}throw new D},e.prototype.parseFoundFinderPattern=function(t,n,i,a){for(var o=t.get(a[0]),s=a[0]-1;s>=0&&o!==t.get(s);)s--;s++;var f=a[0]-s,u=this.getDecodeFinderCounters(),c=new Int32Array(u.length);re.arraycopy(u,0,c,1,u.length-1),c[0]=f;var l=this.parseFinderValue(c,e.FINDER_PATTERNS),d=s,h=a[1];return i&&(d=t.getSize()-1-d,h=t.getSize()-1-h),new eo(l,[s,a[1]],d,h,n)},e.prototype.adjustOddEvenCounts=function(t,n){var i=Z.sum(new Int32Array(this.getOddCounts())),a=Z.sum(new Int32Array(this.getEvenCounts())),o=!1,s=!1,f=!1,u=!1;t?(i>12?s=!0:i<4&&(o=!0),a>12?u=!0:a<4&&(f=!0)):(i>11?s=!0:i<5&&(o=!0),a>10?u=!0:a<4&&(f=!0));var c=i+a-n,l=(i&1)===(t?1:0),d=(a&1)===1;if(c===1)if(l){if(d)throw new D;s=!0}else{if(!d)throw new D;u=!0}else if(c===-1)if(l){if(d)throw new D;o=!0}else{if(!d)throw new D;f=!0}else if(c===0){if(l){if(!d)throw new D;i<a?(o=!0,u=!0):(s=!0,f=!0)}else if(d)throw new D}else throw new D;if(o){if(s)throw new D;xt.increment(this.getOddCounts(),this.getOddRoundingErrors())}if(s&&xt.decrement(this.getOddCounts(),this.getOddRoundingErrors()),f){if(u)throw new D;xt.increment(this.getEvenCounts(),this.getOddRoundingErrors())}u&&xt.decrement(this.getEvenCounts(),this.getEvenRoundingErrors())},e.OUTSIDE_EVEN_TOTAL_SUBSET=[1,10,34,70,126],e.INSIDE_ODD_TOTAL_SUBSET=[4,20,48,81],e.OUTSIDE_GSUM=[0,161,961,2015,2715],e.INSIDE_GSUM=[0,336,1036,1516],e.OUTSIDE_ODD_WIDEST=[8,6,4,3,1],e.INSIDE_ODD_WIDEST=[2,4,6,8],e.FINDER_PATTERNS=[Int32Array.from([3,8,2,1]),Int32Array.from([3,5,5,1]),Int32Array.from([3,3,7,1]),Int32Array.from([3,1,9,1]),Int32Array.from([2,7,4,1]),Int32Array.from([2,5,6,1]),Int32Array.from([2,3,8,1]),Int32Array.from([1,5,7,1]),Int32Array.from([1,3,9,1])],e}(xt),Oc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Qt=function(r){Oc(e,r);function e(t){var n=r.call(this)||this;n.readers=[];var i=t?t.get(oe.POSSIBLE_FORMATS):null,a=t&&t.get(oe.ASSUME_CODE_39_CHECK_DIGIT)!==void 0;return i&&((i.includes(L.EAN_13)||i.includes(L.UPC_A)||i.includes(L.EAN_8)||i.includes(L.UPC_E))&&n.readers.push(new $n(t)),i.includes(L.CODE_39)&&n.readers.push(new Xa(a)),i.includes(L.CODE_93)&&n.readers.push(new $a),i.includes(L.CODE_128)&&n.readers.push(new Wa),i.includes(L.ITF)&&n.readers.push(new ja),i.includes(L.CODABAR)&&n.readers.push(new qu),i.includes(L.RSS_14)&&n.readers.push(new io),i.includes(L.RSS_EXPANDED)&&(console.warn("RSS Expanded reader IS NOT ready for production yet! use at your own risk."),n.readers.push(new Ic))),n.readers.length===0&&(n.readers.push(new $n(t)),n.readers.push(new Xa),n.readers.push(new $a),n.readers.push(new $n(t)),n.readers.push(new Wa),n.readers.push(new ja),n.readers.push(new io)),n}return e.prototype.decodeRow=function(t,n,i){for(var a=0;a<this.readers.length;a++)try{return this.readers[a].decodeRow(t,n,i)}catch{}throw new D},e.prototype.reset=function(){this.readers.forEach(function(t){return t.reset()})},e}(ce),Nc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){Nc(e,r);function e(t,n){return t===void 0&&(t=500),r.call(this,new Qt(n),t,n)||this}return e})(Mt);var ao=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Q=function(){function r(e,t,n){this.ecCodewords=e,this.ecBlocks=[t],n&&this.ecBlocks.push(n)}return r.prototype.getECCodewords=function(){return this.ecCodewords},r.prototype.getECBlocks=function(){return this.ecBlocks},r}(),K=function(){function r(e,t){this.count=e,this.dataCodewords=t}return r.prototype.getCount=function(){return this.count},r.prototype.getDataCodewords=function(){return this.dataCodewords},r}(),Dc=function(){function r(e,t,n,i,a,o){var s,f;this.versionNumber=e,this.symbolSizeRows=t,this.symbolSizeColumns=n,this.dataRegionSizeRows=i,this.dataRegionSizeColumns=a,this.ecBlocks=o;var u=0,c=o.getECCodewords(),l=o.getECBlocks();try{for(var d=ao(l),h=d.next();!h.done;h=d.next()){var p=h.value;u+=p.getCount()*(p.getDataCodewords()+c)}}catch(v){s={error:v}}finally{try{h&&!h.done&&(f=d.return)&&f.call(d)}finally{if(s)throw s.error}}this.totalCodewords=u}return r.prototype.getVersionNumber=function(){return this.versionNumber},r.prototype.getSymbolSizeRows=function(){return this.symbolSizeRows},r.prototype.getSymbolSizeColumns=function(){return this.symbolSizeColumns},r.prototype.getDataRegionSizeRows=function(){return this.dataRegionSizeRows},r.prototype.getDataRegionSizeColumns=function(){return this.dataRegionSizeColumns},r.prototype.getTotalCodewords=function(){return this.totalCodewords},r.prototype.getECBlocks=function(){return this.ecBlocks},r.getVersionForDimensions=function(e,t){var n,i;if(e&1||t&1)throw new F;try{for(var a=ao(r.VERSIONS),o=a.next();!o.done;o=a.next()){var s=o.value;if(s.symbolSizeRows===e&&s.symbolSizeColumns===t)return s}}catch(f){n={error:f}}finally{try{o&&!o.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}throw new F},r.prototype.toString=function(){return""+this.versionNumber},r.buildVersions=function(){return[new r(1,10,10,8,8,new Q(5,new K(1,3))),new r(2,12,12,10,10,new Q(7,new K(1,5))),new r(3,14,14,12,12,new Q(10,new K(1,8))),new r(4,16,16,14,14,new Q(12,new K(1,12))),new r(5,18,18,16,16,new Q(14,new K(1,18))),new r(6,20,20,18,18,new Q(18,new K(1,22))),new r(7,22,22,20,20,new Q(20,new K(1,30))),new r(8,24,24,22,22,new Q(24,new K(1,36))),new r(9,26,26,24,24,new Q(28,new K(1,44))),new r(10,32,32,14,14,new Q(36,new K(1,62))),new r(11,36,36,16,16,new Q(42,new K(1,86))),new r(12,40,40,18,18,new Q(48,new K(1,114))),new r(13,44,44,20,20,new Q(56,new K(1,144))),new r(14,48,48,22,22,new Q(68,new K(1,174))),new r(15,52,52,24,24,new Q(42,new K(2,102))),new r(16,64,64,14,14,new Q(56,new K(2,140))),new r(17,72,72,16,16,new Q(36,new K(4,92))),new r(18,80,80,18,18,new Q(48,new K(4,114))),new r(19,88,88,20,20,new Q(56,new K(4,144))),new r(20,96,96,22,22,new Q(68,new K(4,174))),new r(21,104,104,24,24,new Q(56,new K(6,136))),new r(22,120,120,18,18,new Q(68,new K(6,175))),new r(23,132,132,20,20,new Q(62,new K(8,163))),new r(24,144,144,22,22,new Q(62,new K(8,156),new K(2,155))),new r(25,8,18,6,16,new Q(7,new K(1,5))),new r(26,8,32,6,14,new Q(11,new K(1,10))),new r(27,12,26,10,24,new Q(14,new K(1,16))),new r(28,12,36,10,16,new Q(18,new K(1,22))),new r(29,16,36,14,16,new Q(24,new K(1,32))),new r(30,16,48,14,22,new Q(28,new K(1,49)))]},r.VERSIONS=r.buildVersions(),r}(),Pc=function(){function r(e){var t=e.getHeight();if(t<8||t>144||t&1)throw new F;this.version=r.readVersion(e),this.mappingBitMatrix=this.extractDataRegion(e),this.readMappingMatrix=new Qe(this.mappingBitMatrix.getWidth(),this.mappingBitMatrix.getHeight())}return r.prototype.getVersion=function(){return this.version},r.readVersion=function(e){var t=e.getHeight(),n=e.getWidth();return Dc.getVersionForDimensions(t,n)},r.prototype.readCodewords=function(){var e=new Int8Array(this.version.getTotalCodewords()),t=0,n=4,i=0,a=this.mappingBitMatrix.getHeight(),o=this.mappingBitMatrix.getWidth(),s=!1,f=!1,u=!1,c=!1;do if(n===a&&i===0&&!s)e[t++]=this.readCorner1(a,o)&255,n-=2,i+=2,s=!0;else if(n===a-2&&i===0&&o&3&&!f)e[t++]=this.readCorner2(a,o)&255,n-=2,i+=2,f=!0;else if(n===a+4&&i===2&&!(o&7)&&!u)e[t++]=this.readCorner3(a,o)&255,n-=2,i+=2,u=!0;else if(n===a-2&&i===0&&(o&7)===4&&!c)e[t++]=this.readCorner4(a,o)&255,n-=2,i+=2,c=!0;else{do n<a&&i>=0&&!this.readMappingMatrix.get(i,n)&&(e[t++]=this.readUtah(n,i,a,o)&255),n-=2,i+=2;while(n>=0&&i<o);n+=1,i+=3;do n>=0&&i<o&&!this.readMappingMatrix.get(i,n)&&(e[t++]=this.readUtah(n,i,a,o)&255),n+=2,i-=2;while(n<a&&i>=0);n+=3,i+=1}while(n<a||i<o);if(t!==this.version.getTotalCodewords())throw new F;return e},r.prototype.readModule=function(e,t,n,i){return e<0&&(e+=n,t+=4-(n+4&7)),t<0&&(t+=i,e+=4-(i+4&7)),this.readMappingMatrix.set(t,e),this.mappingBitMatrix.get(t,e)},r.prototype.readUtah=function(e,t,n,i){var a=0;return this.readModule(e-2,t-2,n,i)&&(a|=1),a<<=1,this.readModule(e-2,t-1,n,i)&&(a|=1),a<<=1,this.readModule(e-1,t-2,n,i)&&(a|=1),a<<=1,this.readModule(e-1,t-1,n,i)&&(a|=1),a<<=1,this.readModule(e-1,t,n,i)&&(a|=1),a<<=1,this.readModule(e,t-2,n,i)&&(a|=1),a<<=1,this.readModule(e,t-1,n,i)&&(a|=1),a<<=1,this.readModule(e,t,n,i)&&(a|=1),a},r.prototype.readCorner1=function(e,t){var n=0;return this.readModule(e-1,0,e,t)&&(n|=1),n<<=1,this.readModule(e-1,1,e,t)&&(n|=1),n<<=1,this.readModule(e-1,2,e,t)&&(n|=1),n<<=1,this.readModule(0,t-2,e,t)&&(n|=1),n<<=1,this.readModule(0,t-1,e,t)&&(n|=1),n<<=1,this.readModule(1,t-1,e,t)&&(n|=1),n<<=1,this.readModule(2,t-1,e,t)&&(n|=1),n<<=1,this.readModule(3,t-1,e,t)&&(n|=1),n},r.prototype.readCorner2=function(e,t){var n=0;return this.readModule(e-3,0,e,t)&&(n|=1),n<<=1,this.readModule(e-2,0,e,t)&&(n|=1),n<<=1,this.readModule(e-1,0,e,t)&&(n|=1),n<<=1,this.readModule(0,t-4,e,t)&&(n|=1),n<<=1,this.readModule(0,t-3,e,t)&&(n|=1),n<<=1,this.readModule(0,t-2,e,t)&&(n|=1),n<<=1,this.readModule(0,t-1,e,t)&&(n|=1),n<<=1,this.readModule(1,t-1,e,t)&&(n|=1),n},r.prototype.readCorner3=function(e,t){var n=0;return this.readModule(e-1,0,e,t)&&(n|=1),n<<=1,this.readModule(e-1,t-1,e,t)&&(n|=1),n<<=1,this.readModule(0,t-3,e,t)&&(n|=1),n<<=1,this.readModule(0,t-2,e,t)&&(n|=1),n<<=1,this.readModule(0,t-1,e,t)&&(n|=1),n<<=1,this.readModule(1,t-3,e,t)&&(n|=1),n<<=1,this.readModule(1,t-2,e,t)&&(n|=1),n<<=1,this.readModule(1,t-1,e,t)&&(n|=1),n},r.prototype.readCorner4=function(e,t){var n=0;return this.readModule(e-3,0,e,t)&&(n|=1),n<<=1,this.readModule(e-2,0,e,t)&&(n|=1),n<<=1,this.readModule(e-1,0,e,t)&&(n|=1),n<<=1,this.readModule(0,t-2,e,t)&&(n|=1),n<<=1,this.readModule(0,t-1,e,t)&&(n|=1),n<<=1,this.readModule(1,t-1,e,t)&&(n|=1),n<<=1,this.readModule(2,t-1,e,t)&&(n|=1),n<<=1,this.readModule(3,t-1,e,t)&&(n|=1),n},r.prototype.extractDataRegion=function(e){var t=this.version.getSymbolSizeRows(),n=this.version.getSymbolSizeColumns();if(e.getHeight()!==t)throw new V("Dimension of bitMatrix must match the version size");for(var i=this.version.getDataRegionSizeRows(),a=this.version.getDataRegionSizeColumns(),o=t/i|0,s=n/a|0,f=o*i,u=s*a,c=new Qe(u,f),l=0;l<o;++l)for(var d=l*i,h=0;h<s;++h)for(var p=h*a,v=0;v<i;++v)for(var x=l*(i+2)+1+v,m=d+v,w=0;w<a;++w){var C=h*(a+2)+1+w;if(e.get(C,x)){var _=p+w;c.set(_,m)}}return c},r}(),oo=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Mc=function(){function r(e,t){this.numDataCodewords=e,this.codewords=t}return r.getDataBlocks=function(e,t){var n,i,a,o,s=t.getECBlocks(),f=0,u=s.getECBlocks();try{for(var c=oo(u),l=c.next();!l.done;l=c.next()){var d=l.value;f+=d.getCount()}}catch(se){n={error:se}}finally{try{l&&!l.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}var h=new Array(f),p=0;try{for(var v=oo(u),x=v.next();!x.done;x=v.next())for(var d=x.value,m=0;m<d.getCount();m++){var w=d.getDataCodewords(),C=s.getECCodewords()+w;h[p++]=new r(w,new Uint8Array(C))}}catch(se){a={error:se}}finally{try{x&&!x.done&&(o=v.return)&&o.call(v)}finally{if(a)throw a.error}}for(var _=h[0].codewords.length,A=_-s.getECCodewords(),T=A-1,b=0,m=0;m<T;m++)for(var N=0;N<p;N++)h[N].codewords[m]=e[b++];for(var M=t.getVersionNumber()===24,B=M?8:p,N=0;N<B;N++)h[N].codewords[A-1]=e[b++];for(var U=h[0].codewords.length,m=A;m<U;m++)for(var N=0;N<p;N++){var H=M?(N+8)%p:N,W=M&&H>7?m-1:m;h[H].codewords[W]=e[b++]}if(b!==e.length)throw new V;return h},r.prototype.getNumDataCodewords=function(){return this.numDataCodewords},r.prototype.getCodewords=function(){return this.codewords},r}(),so=function(){function r(e){this.bytes=e,this.byteOffset=0,this.bitOffset=0}return r.prototype.getBitOffset=function(){return this.bitOffset},r.prototype.getByteOffset=function(){return this.byteOffset},r.prototype.readBits=function(e){if(e<1||e>32||e>this.available())throw new V(""+e);var t=0,n=this.bitOffset,i=this.byteOffset,a=this.bytes;if(n>0){var o=8-n,s=e<o?e:o,f=o-s,u=255>>8-s<<f;t=(a[i]&u)>>f,e-=s,n+=s,n===8&&(n=0,i++)}if(e>0){for(;e>=8;)t=t<<8|a[i]&255,i++,e-=8;if(e>0){var f=8-e,u=255>>f<<f;t=t<<e|(a[i]&u)>>f,n+=e}}return this.bitOffset=n,this.byteOffset=i,t},r.prototype.available=function(){return 8*(this.bytes.length-this.byteOffset)-this.bitOffset},r}(),de;(function(r){r[r.PAD_ENCODE=0]="PAD_ENCODE",r[r.ASCII_ENCODE=1]="ASCII_ENCODE",r[r.C40_ENCODE=2]="C40_ENCODE",r[r.TEXT_ENCODE=3]="TEXT_ENCODE",r[r.ANSIX12_ENCODE=4]="ANSIX12_ENCODE",r[r.EDIFACT_ENCODE=5]="EDIFACT_ENCODE",r[r.BASE256_ENCODE=6]="BASE256_ENCODE"})(de||(de={}));var Fc=function(){function r(){}return r.decode=function(e){var t=new so(e),n=new z,i=new z,a=new Array,o=de.ASCII_ENCODE;do if(o===de.ASCII_ENCODE)o=this.decodeAsciiSegment(t,n,i);else{switch(o){case de.C40_ENCODE:this.decodeC40Segment(t,n);break;case de.TEXT_ENCODE:this.decodeTextSegment(t,n);break;case de.ANSIX12_ENCODE:this.decodeAnsiX12Segment(t,n);break;case de.EDIFACT_ENCODE:this.decodeEdifactSegment(t,n);break;case de.BASE256_ENCODE:this.decodeBase256Segment(t,n,a);break;default:throw new F}o=de.ASCII_ENCODE}while(o!==de.PAD_ENCODE&&t.available()>0);return i.length()>0&&n.append(i.toString()),new Dr(e,n.toString(),a.length===0?null:a,null)},r.decodeAsciiSegment=function(e,t,n){var i=!1;do{var a=e.readBits(8);if(a===0)throw new F;if(a<=128)return i&&(a+=128),t.append(String.fromCharCode(a-1)),de.ASCII_ENCODE;if(a===129)return de.PAD_ENCODE;if(a<=229){var o=a-130;o<10&&t.append("0"),t.append(""+o)}else switch(a){case 230:return de.C40_ENCODE;case 231:return de.BASE256_ENCODE;case 232:t.append("");break;case 233:case 234:break;case 235:i=!0;break;case 236:t.append("[)>05"),n.insert(0,"");break;case 237:t.append("[)>06"),n.insert(0,"");break;case 238:return de.ANSIX12_ENCODE;case 239:return de.TEXT_ENCODE;case 240:return de.EDIFACT_ENCODE;case 241:break;default:if(a!==254||e.available()!==0)throw new F;break}}while(e.available()>0);return de.ASCII_ENCODE},r.decodeC40Segment=function(e,t){var n=!1,i=[],a=0;do{if(e.available()===8)return;var o=e.readBits(8);if(o===254)return;this.parseTwoBytes(o,e.readBits(8),i);for(var s=0;s<3;s++){var f=i[s];switch(a){case 0:if(f<3)a=f+1;else if(f<this.C40_BASIC_SET_CHARS.length){var u=this.C40_BASIC_SET_CHARS[f];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else throw new F;break;case 1:n?(t.append(String.fromCharCode(f+128)),n=!1):t.append(String.fromCharCode(f)),a=0;break;case 2:if(f<this.C40_SHIFT2_SET_CHARS.length){var u=this.C40_SHIFT2_SET_CHARS[f];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else switch(f){case 27:t.append("");break;case 30:n=!0;break;default:throw new F}a=0;break;case 3:n?(t.append(String.fromCharCode(f+224)),n=!1):t.append(String.fromCharCode(f+96)),a=0;break;default:throw new F}}}while(e.available()>0)},r.decodeTextSegment=function(e,t){var n=!1,i=[],a=0;do{if(e.available()===8)return;var o=e.readBits(8);if(o===254)return;this.parseTwoBytes(o,e.readBits(8),i);for(var s=0;s<3;s++){var f=i[s];switch(a){case 0:if(f<3)a=f+1;else if(f<this.TEXT_BASIC_SET_CHARS.length){var u=this.TEXT_BASIC_SET_CHARS[f];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else throw new F;break;case 1:n?(t.append(String.fromCharCode(f+128)),n=!1):t.append(String.fromCharCode(f)),a=0;break;case 2:if(f<this.TEXT_SHIFT2_SET_CHARS.length){var u=this.TEXT_SHIFT2_SET_CHARS[f];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else switch(f){case 27:t.append("");break;case 30:n=!0;break;default:throw new F}a=0;break;case 3:if(f<this.TEXT_SHIFT3_SET_CHARS.length){var u=this.TEXT_SHIFT3_SET_CHARS[f];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u),a=0}else throw new F;break;default:throw new F}}}while(e.available()>0)},r.decodeAnsiX12Segment=function(e,t){var n=[];do{if(e.available()===8)return;var i=e.readBits(8);if(i===254)return;this.parseTwoBytes(i,e.readBits(8),n);for(var a=0;a<3;a++){var o=n[a];switch(o){case 0:t.append("\r");break;case 1:t.append("*");break;case 2:t.append(">");break;case 3:t.append(" ");break;default:if(o<14)t.append(String.fromCharCode(o+44));else if(o<40)t.append(String.fromCharCode(o+51));else throw new F;break}}}while(e.available()>0)},r.parseTwoBytes=function(e,t,n){var i=(e<<8)+t-1,a=Math.floor(i/1600);n[0]=a,i-=a*1600,a=Math.floor(i/40),n[1]=a,n[2]=i-a*40},r.decodeEdifactSegment=function(e,t){do{if(e.available()<=16)return;for(var n=0;n<4;n++){var i=e.readBits(6);if(i===31){var a=8-e.getBitOffset();a!==8&&e.readBits(a);return}i&32||(i|=64),t.append(String.fromCharCode(i))}}while(e.available()>0)},r.decodeBase256Segment=function(e,t,n){var i=1+e.getByteOffset(),a=this.unrandomize255State(e.readBits(8),i++),o;if(a===0?o=e.available()/8|0:a<250?o=a:o=250*(a-249)+this.unrandomize255State(e.readBits(8),i++),o<0)throw new F;for(var s=new Uint8Array(o),f=0;f<o;f++){if(e.available()<8)throw new F;s[f]=this.unrandomize255State(e.readBits(8),i++)}n.push(s);try{t.append(He.decode(s,$.ISO88591))}catch(u){throw new qt("Platform does not support required encoding: "+u.message)}},r.unrandomize255State=function(e,t){var n=149*t%255+1,i=e-n;return i>=0?i:i+256},r.C40_BASIC_SET_CHARS=["*","*","*"," ","0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],r.C40_SHIFT2_SET_CHARS=["!",'"',"#","$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","?","@","[","\\","]","^","_"],r.TEXT_BASIC_SET_CHARS=["*","*","*"," ","0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],r.TEXT_SHIFT2_SET_CHARS=r.C40_SHIFT2_SET_CHARS,r.TEXT_SHIFT3_SET_CHARS=["`","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","{","|","}","~",""],r}(),Rc=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Bc=function(){function r(){this.rsDecoder=new Mr(Re.DATA_MATRIX_FIELD_256)}return r.prototype.decode=function(e){var t,n,i=new Pc(e),a=i.getVersion(),o=i.readCodewords(),s=Mc.getDataBlocks(o,a),f=0;try{for(var u=Rc(s),c=u.next();!c.done;c=u.next()){var l=c.value;f+=l.getNumDataCodewords()}}catch(C){t={error:C}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}for(var d=new Uint8Array(f),h=s.length,p=0;p<h;p++){var v=s[p],x=v.getCodewords(),m=v.getNumDataCodewords();this.correctErrors(x,m);for(var w=0;w<m;w++)d[w*h+p]=x[w]}return Fc.decode(d)},r.prototype.correctErrors=function(e,t){var n=new Int32Array(e);try{this.rsDecoder.decode(n,e.length-t)}catch{throw new pe}for(var i=0;i<t;i++)e[i]=n[i]},r}(),Lc=function(){function r(e){this.image=e,this.rectangleDetector=new Vn(this.image)}return r.prototype.detect=function(){var e=this.rectangleDetector.detect(),t=this.detectSolid1(e);if(t=this.detectSolid2(t),t[3]=this.correctTopRight(t),!t[3])throw new D;t=this.shiftToModuleCenter(t);var n=t[0],i=t[1],a=t[2],o=t[3],s=this.transitionsBetween(n,o)+1,f=this.transitionsBetween(a,o)+1;(s&1)===1&&(s+=1),(f&1)===1&&(f+=1),4*s<7*f&&4*f<7*s&&(s=f=Math.max(s,f));var u=r.sampleGrid(this.image,n,i,a,o,s,f);return new Un(u,[n,i,a,o])},r.shiftPoint=function(e,t,n){var i=(t.getX()-e.getX())/(n+1),a=(t.getY()-e.getY())/(n+1);return new k(e.getX()+i,e.getY()+a)},r.moveAway=function(e,t,n){var i=e.getX(),a=e.getY();return i<t?i-=1:i+=1,a<n?a-=1:a+=1,new k(i,a)},r.prototype.detectSolid1=function(e){var t=e[0],n=e[1],i=e[3],a=e[2],o=this.transitionsBetween(t,n),s=this.transitionsBetween(n,i),f=this.transitionsBetween(i,a),u=this.transitionsBetween(a,t),c=o,l=[a,t,n,i];return c>s&&(c=s,l[0]=t,l[1]=n,l[2]=i,l[3]=a),c>f&&(c=f,l[0]=n,l[1]=i,l[2]=a,l[3]=t),c>u&&(l[0]=i,l[1]=a,l[2]=t,l[3]=n),l},r.prototype.detectSolid2=function(e){var t=e[0],n=e[1],i=e[2],a=e[3],o=this.transitionsBetween(t,a),s=r.shiftPoint(n,i,(o+1)*4),f=r.shiftPoint(i,n,(o+1)*4),u=this.transitionsBetween(s,t),c=this.transitionsBetween(f,a);return u<c?(e[0]=t,e[1]=n,e[2]=i,e[3]=a):(e[0]=n,e[1]=i,e[2]=a,e[3]=t),e},r.prototype.correctTopRight=function(e){var t=e[0],n=e[1],i=e[2],a=e[3],o=this.transitionsBetween(t,a),s=this.transitionsBetween(n,a),f=r.shiftPoint(t,n,(s+1)*4),u=r.shiftPoint(i,n,(o+1)*4);o=this.transitionsBetween(f,a),s=this.transitionsBetween(u,a);var c=new k(a.getX()+(i.getX()-n.getX())/(o+1),a.getY()+(i.getY()-n.getY())/(o+1)),l=new k(a.getX()+(t.getX()-n.getX())/(s+1),a.getY()+(t.getY()-n.getY())/(s+1));if(!this.isValid(c))return this.isValid(l)?l:null;if(!this.isValid(l))return c;var d=this.transitionsBetween(f,c)+this.transitionsBetween(u,c),h=this.transitionsBetween(f,l)+this.transitionsBetween(u,l);return d>h?c:l},r.prototype.shiftToModuleCenter=function(e){var t=e[0],n=e[1],i=e[2],a=e[3],o=this.transitionsBetween(t,a)+1,s=this.transitionsBetween(i,a)+1,f=r.shiftPoint(t,n,s*4),u=r.shiftPoint(i,n,o*4);o=this.transitionsBetween(f,a)+1,s=this.transitionsBetween(u,a)+1,(o&1)===1&&(o+=1),(s&1)===1&&(s+=1);var c=(t.getX()+n.getX()+i.getX()+a.getX())/4,l=(t.getY()+n.getY()+i.getY()+a.getY())/4;t=r.moveAway(t,c,l),n=r.moveAway(n,c,l),i=r.moveAway(i,c,l),a=r.moveAway(a,c,l);var d,h;return f=r.shiftPoint(t,n,s*4),f=r.shiftPoint(f,a,o*4),d=r.shiftPoint(n,t,s*4),d=r.shiftPoint(d,i,o*4),u=r.shiftPoint(i,a,s*4),u=r.shiftPoint(u,n,o*4),h=r.shiftPoint(a,i,s*4),h=r.shiftPoint(h,t,o*4),[f,d,u,h]},r.prototype.isValid=function(e){return e.getX()>=0&&e.getX()<this.image.getWidth()&&e.getY()>0&&e.getY()<this.image.getHeight()},r.sampleGrid=function(e,t,n,i,a,o,s){var f=Hn.getInstance();return f.sampleGrid(e,o,s,.5,.5,o-.5,.5,o-.5,s-.5,.5,s-.5,t.getX(),t.getY(),a.getX(),a.getY(),i.getX(),i.getY(),n.getX(),n.getY())},r.prototype.transitionsBetween=function(e,t){var n=Math.trunc(e.getX()),i=Math.trunc(e.getY()),a=Math.trunc(t.getX()),o=Math.trunc(t.getY()),s=Math.abs(o-i)>Math.abs(a-n);if(s){var f=n;n=i,i=f,f=a,a=o,o=f}for(var u=Math.abs(a-n),c=Math.abs(o-i),l=-u/2,d=i<o?1:-1,h=n<a?1:-1,p=0,v=this.image.get(s?i:n,s?n:i),x=n,m=i;x!==a;x+=h){var w=this.image.get(s?m:x,s?x:m);if(w!==v&&(p++,v=w),l+=c,l>0){if(m===o)break;m+=d,l-=u}}return p},r}(),Zn=function(){function r(){this.decoder=new Bc}return r.prototype.decode=function(e,t){t===void 0&&(t=null);var n,i;if(t!=null&&t.has(oe.PURE_BARCODE)){var a=r.extractPureBits(e.getBlackMatrix());n=this.decoder.decode(a),i=r.NO_POINTS}else{var o=new Lc(e.getBlackMatrix()).detect();n=this.decoder.decode(o.getBits()),i=o.getPoints()}var s=n.getRawBytes(),f=new Se(n.getText(),s,8*s.length,i,L.DATA_MATRIX,re.currentTimeMillis()),u=n.getByteSegments();u!=null&&f.putMetadata(me.BYTE_SEGMENTS,u);var c=n.getECLevel();return c!=null&&f.putMetadata(me.ERROR_CORRECTION_LEVEL,c),f},r.prototype.reset=function(){},r.extractPureBits=function(e){var t=e.getTopLeftOnBit(),n=e.getBottomRightOnBit();if(t==null||n==null)throw new D;var i=this.moduleSize(t,e),a=t[1],o=n[1],s=t[0],f=n[0],u=(f-s+1)/i,c=(o-a+1)/i;if(u<=0||c<=0)throw new D;var l=i/2;a+=l,s+=l;for(var d=new Qe(u,c),h=0;h<c;h++)for(var p=a+h*i,v=0;v<u;v++)e.get(s+v*i,p)&&d.set(v,h);return d},r.moduleSize=function(e,t){for(var n=t.getWidth(),i=e[0],a=e[1];i<n&&t.get(i,a);)i++;if(i===n)throw new D;var o=i-e[0];if(o===0)throw new D;return o},r.NO_POINTS=[],r}(),kc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){kc(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new Zn,t)||this}return e})(Mt);var Lt;(function(r){r[r.L=0]="L",r[r.M=1]="M",r[r.Q=2]="Q",r[r.H=3]="H"})(Lt||(Lt={}));var Uc=function(){function r(e,t,n){this.value=e,this.stringValue=t,this.bits=n,r.FOR_BITS.set(n,this),r.FOR_VALUE.set(e,this)}return r.prototype.getValue=function(){return this.value},r.prototype.getBits=function(){return this.bits},r.fromString=function(e){switch(e){case"L":return r.L;case"M":return r.M;case"Q":return r.Q;case"H":return r.H;default:throw new $e(e+"not available")}},r.prototype.toString=function(){return this.stringValue},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.value===t.value},r.forBits=function(e){if(e<0||e>=r.FOR_BITS.size)throw new V;return r.FOR_BITS.get(e)},r.FOR_BITS=new Map,r.FOR_VALUE=new Map,r.L=new r(Lt.L,"L",1),r.M=new r(Lt.M,"M",0),r.Q=new r(Lt.Q,"Q",3),r.H=new r(Lt.H,"H",2),r}(),Vc=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},fo=function(){function r(e){this.errorCorrectionLevel=Uc.forBits(e>>3&3),this.dataMask=e&7}return r.numBitsDiffering=function(e,t){return G.bitCount(e^t)},r.decodeFormatInformation=function(e,t){var n=r.doDecodeFormatInformation(e,t);return n!==null?n:r.doDecodeFormatInformation(e^r.FORMAT_INFO_MASK_QR,t^r.FORMAT_INFO_MASK_QR)},r.doDecodeFormatInformation=function(e,t){var n,i,a=Number.MAX_SAFE_INTEGER,o=0;try{for(var s=Vc(r.FORMAT_INFO_DECODE_LOOKUP),f=s.next();!f.done;f=s.next()){var u=f.value,c=u[0];if(c===e||c===t)return new r(u[1]);var l=r.numBitsDiffering(e,c);l<a&&(o=u[1],a=l),e!==t&&(l=r.numBitsDiffering(t,c),l<a&&(o=u[1],a=l))}}catch(d){n={error:d}}finally{try{f&&!f.done&&(i=s.return)&&i.call(s)}finally{if(n)throw n.error}}return a<=3?new r(o):null},r.prototype.getErrorCorrectionLevel=function(){return this.errorCorrectionLevel},r.prototype.getDataMask=function(){return this.dataMask},r.prototype.hashCode=function(){return this.errorCorrectionLevel.getBits()<<3|this.dataMask},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.errorCorrectionLevel===t.errorCorrectionLevel&&this.dataMask===t.dataMask},r.FORMAT_INFO_MASK_QR=21522,r.FORMAT_INFO_DECODE_LOOKUP=[Int32Array.from([21522,0]),Int32Array.from([20773,1]),Int32Array.from([24188,2]),Int32Array.from([23371,3]),Int32Array.from([17913,4]),Int32Array.from([16590,5]),Int32Array.from([20375,6]),Int32Array.from([19104,7]),Int32Array.from([30660,8]),Int32Array.from([29427,9]),Int32Array.from([32170,10]),Int32Array.from([30877,11]),Int32Array.from([26159,12]),Int32Array.from([25368,13]),Int32Array.from([27713,14]),Int32Array.from([26998,15]),Int32Array.from([5769,16]),Int32Array.from([5054,17]),Int32Array.from([7399,18]),Int32Array.from([6608,19]),Int32Array.from([1890,20]),Int32Array.from([597,21]),Int32Array.from([3340,22]),Int32Array.from([2107,23]),Int32Array.from([13663,24]),Int32Array.from([12392,25]),Int32Array.from([16177,26]),Int32Array.from([14854,27]),Int32Array.from([9396,28]),Int32Array.from([8579,29]),Int32Array.from([11994,30]),Int32Array.from([11245,31])],r}(),Hc=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},S=function(){function r(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];this.ecCodewordsPerBlock=e,this.ecBlocks=t}return r.prototype.getECCodewordsPerBlock=function(){return this.ecCodewordsPerBlock},r.prototype.getNumBlocks=function(){var e,t,n=0,i=this.ecBlocks;try{for(var a=Hc(i),o=a.next();!o.done;o=a.next()){var s=o.value;n+=s.getCount()}}catch(f){e={error:f}}finally{try{o&&!o.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return n},r.prototype.getTotalECCodewords=function(){return this.ecCodewordsPerBlock*this.getNumBlocks()},r.prototype.getECBlocks=function(){return this.ecBlocks},r}(),y=function(){function r(e,t){this.count=e,this.dataCodewords=t}return r.prototype.getCount=function(){return this.count},r.prototype.getDataCodewords=function(){return this.dataCodewords},r}(),zc=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},mt=function(){function r(e,t){for(var n,i,a=[],o=2;o<arguments.length;o++)a[o-2]=arguments[o];this.versionNumber=e,this.alignmentPatternCenters=t,this.ecBlocks=a;var s=0,f=a[0].getECCodewordsPerBlock(),u=a[0].getECBlocks();try{for(var c=zc(u),l=c.next();!l.done;l=c.next()){var d=l.value;s+=d.getCount()*(d.getDataCodewords()+f)}}catch(h){n={error:h}}finally{try{l&&!l.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}this.totalCodewords=s}return r.prototype.getVersionNumber=function(){return this.versionNumber},r.prototype.getAlignmentPatternCenters=function(){return this.alignmentPatternCenters},r.prototype.getTotalCodewords=function(){return this.totalCodewords},r.prototype.getDimensionForVersion=function(){return 17+4*this.versionNumber},r.prototype.getECBlocksForLevel=function(e){return this.ecBlocks[e.getValue()]},r.getProvisionalVersionForDimension=function(e){if(e%4!==1)throw new F;try{return this.getVersionForNumber((e-17)/4)}catch{throw new F}},r.getVersionForNumber=function(e){if(e<1||e>40)throw new V;return r.VERSIONS[e-1]},r.decodeVersionInformation=function(e){for(var t=Number.MAX_SAFE_INTEGER,n=0,i=0;i<r.VERSION_DECODE_INFO.length;i++){var a=r.VERSION_DECODE_INFO[i];if(a===e)return r.getVersionForNumber(i+7);var o=fo.numBitsDiffering(e,a);o<t&&(n=i+7,t=o)}return t<=3?r.getVersionForNumber(n):null},r.prototype.buildFunctionPattern=function(){var e=this.getDimensionForVersion(),t=new Qe(e);t.setRegion(0,0,9,9),t.setRegion(e-8,0,8,9),t.setRegion(0,e-8,9,8);for(var n=this.alignmentPatternCenters.length,i=0;i<n;i++)for(var a=this.alignmentPatternCenters[i]-2,o=0;o<n;o++)i===0&&(o===0||o===n-1)||i===n-1&&o===0||t.setRegion(this.alignmentPatternCenters[o]-2,a,5,5);return t.setRegion(6,9,1,e-17),t.setRegion(9,6,e-17,1),this.versionNumber>6&&(t.setRegion(e-11,0,3,6),t.setRegion(0,e-11,6,3)),t},r.prototype.toString=function(){return""+this.versionNumber},r.VERSION_DECODE_INFO=Int32Array.from([31892,34236,39577,42195,48118,51042,55367,58893,63784,68472,70749,76311,79154,84390,87683,92361,96236,102084,102881,110507,110734,117786,119615,126325,127568,133589,136944,141498,145311,150283,152622,158308,161089,167017]),r.VERSIONS=[new r(1,new Int32Array(0),new S(7,new y(1,19)),new S(10,new y(1,16)),new S(13,new y(1,13)),new S(17,new y(1,9))),new r(2,Int32Array.from([6,18]),new S(10,new y(1,34)),new S(16,new y(1,28)),new S(22,new y(1,22)),new S(28,new y(1,16))),new r(3,Int32Array.from([6,22]),new S(15,new y(1,55)),new S(26,new y(1,44)),new S(18,new y(2,17)),new S(22,new y(2,13))),new r(4,Int32Array.from([6,26]),new S(20,new y(1,80)),new S(18,new y(2,32)),new S(26,new y(2,24)),new S(16,new y(4,9))),new r(5,Int32Array.from([6,30]),new S(26,new y(1,108)),new S(24,new y(2,43)),new S(18,new y(2,15),new y(2,16)),new S(22,new y(2,11),new y(2,12))),new r(6,Int32Array.from([6,34]),new S(18,new y(2,68)),new S(16,new y(4,27)),new S(24,new y(4,19)),new S(28,new y(4,15))),new r(7,Int32Array.from([6,22,38]),new S(20,new y(2,78)),new S(18,new y(4,31)),new S(18,new y(2,14),new y(4,15)),new S(26,new y(4,13),new y(1,14))),new r(8,Int32Array.from([6,24,42]),new S(24,new y(2,97)),new S(22,new y(2,38),new y(2,39)),new S(22,new y(4,18),new y(2,19)),new S(26,new y(4,14),new y(2,15))),new r(9,Int32Array.from([6,26,46]),new S(30,new y(2,116)),new S(22,new y(3,36),new y(2,37)),new S(20,new y(4,16),new y(4,17)),new S(24,new y(4,12),new y(4,13))),new r(10,Int32Array.from([6,28,50]),new S(18,new y(2,68),new y(2,69)),new S(26,new y(4,43),new y(1,44)),new S(24,new y(6,19),new y(2,20)),new S(28,new y(6,15),new y(2,16))),new r(11,Int32Array.from([6,30,54]),new S(20,new y(4,81)),new S(30,new y(1,50),new y(4,51)),new S(28,new y(4,22),new y(4,23)),new S(24,new y(3,12),new y(8,13))),new r(12,Int32Array.from([6,32,58]),new S(24,new y(2,92),new y(2,93)),new S(22,new y(6,36),new y(2,37)),new S(26,new y(4,20),new y(6,21)),new S(28,new y(7,14),new y(4,15))),new r(13,Int32Array.from([6,34,62]),new S(26,new y(4,107)),new S(22,new y(8,37),new y(1,38)),new S(24,new y(8,20),new y(4,21)),new S(22,new y(12,11),new y(4,12))),new r(14,Int32Array.from([6,26,46,66]),new S(30,new y(3,115),new y(1,116)),new S(24,new y(4,40),new y(5,41)),new S(20,new y(11,16),new y(5,17)),new S(24,new y(11,12),new y(5,13))),new r(15,Int32Array.from([6,26,48,70]),new S(22,new y(5,87),new y(1,88)),new S(24,new y(5,41),new y(5,42)),new S(30,new y(5,24),new y(7,25)),new S(24,new y(11,12),new y(7,13))),new r(16,Int32Array.from([6,26,50,74]),new S(24,new y(5,98),new y(1,99)),new S(28,new y(7,45),new y(3,46)),new S(24,new y(15,19),new y(2,20)),new S(30,new y(3,15),new y(13,16))),new r(17,Int32Array.from([6,30,54,78]),new S(28,new y(1,107),new y(5,108)),new S(28,new y(10,46),new y(1,47)),new S(28,new y(1,22),new y(15,23)),new S(28,new y(2,14),new y(17,15))),new r(18,Int32Array.from([6,30,56,82]),new S(30,new y(5,120),new y(1,121)),new S(26,new y(9,43),new y(4,44)),new S(28,new y(17,22),new y(1,23)),new S(28,new y(2,14),new y(19,15))),new r(19,Int32Array.from([6,30,58,86]),new S(28,new y(3,113),new y(4,114)),new S(26,new y(3,44),new y(11,45)),new S(26,new y(17,21),new y(4,22)),new S(26,new y(9,13),new y(16,14))),new r(20,Int32Array.from([6,34,62,90]),new S(28,new y(3,107),new y(5,108)),new S(26,new y(3,41),new y(13,42)),new S(30,new y(15,24),new y(5,25)),new S(28,new y(15,15),new y(10,16))),new r(21,Int32Array.from([6,28,50,72,94]),new S(28,new y(4,116),new y(4,117)),new S(26,new y(17,42)),new S(28,new y(17,22),new y(6,23)),new S(30,new y(19,16),new y(6,17))),new r(22,Int32Array.from([6,26,50,74,98]),new S(28,new y(2,111),new y(7,112)),new S(28,new y(17,46)),new S(30,new y(7,24),new y(16,25)),new S(24,new y(34,13))),new r(23,Int32Array.from([6,30,54,78,102]),new S(30,new y(4,121),new y(5,122)),new S(28,new y(4,47),new y(14,48)),new S(30,new y(11,24),new y(14,25)),new S(30,new y(16,15),new y(14,16))),new r(24,Int32Array.from([6,28,54,80,106]),new S(30,new y(6,117),new y(4,118)),new S(28,new y(6,45),new y(14,46)),new S(30,new y(11,24),new y(16,25)),new S(30,new y(30,16),new y(2,17))),new r(25,Int32Array.from([6,32,58,84,110]),new S(26,new y(8,106),new y(4,107)),new S(28,new y(8,47),new y(13,48)),new S(30,new y(7,24),new y(22,25)),new S(30,new y(22,15),new y(13,16))),new r(26,Int32Array.from([6,30,58,86,114]),new S(28,new y(10,114),new y(2,115)),new S(28,new y(19,46),new y(4,47)),new S(28,new y(28,22),new y(6,23)),new S(30,new y(33,16),new y(4,17))),new r(27,Int32Array.from([6,34,62,90,118]),new S(30,new y(8,122),new y(4,123)),new S(28,new y(22,45),new y(3,46)),new S(30,new y(8,23),new y(26,24)),new S(30,new y(12,15),new y(28,16))),new r(28,Int32Array.from([6,26,50,74,98,122]),new S(30,new y(3,117),new y(10,118)),new S(28,new y(3,45),new y(23,46)),new S(30,new y(4,24),new y(31,25)),new S(30,new y(11,15),new y(31,16))),new r(29,Int32Array.from([6,30,54,78,102,126]),new S(30,new y(7,116),new y(7,117)),new S(28,new y(21,45),new y(7,46)),new S(30,new y(1,23),new y(37,24)),new S(30,new y(19,15),new y(26,16))),new r(30,Int32Array.from([6,26,52,78,104,130]),new S(30,new y(5,115),new y(10,116)),new S(28,new y(19,47),new y(10,48)),new S(30,new y(15,24),new y(25,25)),new S(30,new y(23,15),new y(25,16))),new r(31,Int32Array.from([6,30,56,82,108,134]),new S(30,new y(13,115),new y(3,116)),new S(28,new y(2,46),new y(29,47)),new S(30,new y(42,24),new y(1,25)),new S(30,new y(23,15),new y(28,16))),new r(32,Int32Array.from([6,34,60,86,112,138]),new S(30,new y(17,115)),new S(28,new y(10,46),new y(23,47)),new S(30,new y(10,24),new y(35,25)),new S(30,new y(19,15),new y(35,16))),new r(33,Int32Array.from([6,30,58,86,114,142]),new S(30,new y(17,115),new y(1,116)),new S(28,new y(14,46),new y(21,47)),new S(30,new y(29,24),new y(19,25)),new S(30,new y(11,15),new y(46,16))),new r(34,Int32Array.from([6,34,62,90,118,146]),new S(30,new y(13,115),new y(6,116)),new S(28,new y(14,46),new y(23,47)),new S(30,new y(44,24),new y(7,25)),new S(30,new y(59,16),new y(1,17))),new r(35,Int32Array.from([6,30,54,78,102,126,150]),new S(30,new y(12,121),new y(7,122)),new S(28,new y(12,47),new y(26,48)),new S(30,new y(39,24),new y(14,25)),new S(30,new y(22,15),new y(41,16))),new r(36,Int32Array.from([6,24,50,76,102,128,154]),new S(30,new y(6,121),new y(14,122)),new S(28,new y(6,47),new y(34,48)),new S(30,new y(46,24),new y(10,25)),new S(30,new y(2,15),new y(64,16))),new r(37,Int32Array.from([6,28,54,80,106,132,158]),new S(30,new y(17,122),new y(4,123)),new S(28,new y(29,46),new y(14,47)),new S(30,new y(49,24),new y(10,25)),new S(30,new y(24,15),new y(46,16))),new r(38,Int32Array.from([6,32,58,84,110,136,162]),new S(30,new y(4,122),new y(18,123)),new S(28,new y(13,46),new y(32,47)),new S(30,new y(48,24),new y(14,25)),new S(30,new y(42,15),new y(32,16))),new r(39,Int32Array.from([6,26,54,82,110,138,166]),new S(30,new y(20,117),new y(4,118)),new S(28,new y(40,47),new y(7,48)),new S(30,new y(43,24),new y(22,25)),new S(30,new y(10,15),new y(67,16))),new r(40,Int32Array.from([6,30,58,86,114,142,170]),new S(30,new y(19,118),new y(6,119)),new S(28,new y(18,47),new y(31,48)),new S(30,new y(34,24),new y(34,25)),new S(30,new y(20,15),new y(61,16)))],r}(),ge;(function(r){r[r.DATA_MASK_000=0]="DATA_MASK_000",r[r.DATA_MASK_001=1]="DATA_MASK_001",r[r.DATA_MASK_010=2]="DATA_MASK_010",r[r.DATA_MASK_011=3]="DATA_MASK_011",r[r.DATA_MASK_100=4]="DATA_MASK_100",r[r.DATA_MASK_101=5]="DATA_MASK_101",r[r.DATA_MASK_110=6]="DATA_MASK_110",r[r.DATA_MASK_111=7]="DATA_MASK_111"})(ge||(ge={}));var uo=function(){function r(e,t){this.value=e,this.isMasked=t}return r.prototype.unmaskBitMatrix=function(e,t){for(var n=0;n<t;n++)for(var i=0;i<t;i++)this.isMasked(n,i)&&e.flip(i,n)},r.values=new Map([[ge.DATA_MASK_000,new r(ge.DATA_MASK_000,function(e,t){return(e+t&1)===0})],[ge.DATA_MASK_001,new r(ge.DATA_MASK_001,function(e,t){return(e&1)===0})],[ge.DATA_MASK_010,new r(ge.DATA_MASK_010,function(e,t){return t%3===0})],[ge.DATA_MASK_011,new r(ge.DATA_MASK_011,function(e,t){return(e+t)%3===0})],[ge.DATA_MASK_100,new r(ge.DATA_MASK_100,function(e,t){return(Math.floor(e/2)+Math.floor(t/3)&1)===0})],[ge.DATA_MASK_101,new r(ge.DATA_MASK_101,function(e,t){return e*t%6===0})],[ge.DATA_MASK_110,new r(ge.DATA_MASK_110,function(e,t){return e*t%6<3})],[ge.DATA_MASK_111,new r(ge.DATA_MASK_111,function(e,t){return(e+t+e*t%3&1)===0})]]),r}(),Gc=function(){function r(e){var t=e.getHeight();if(t<21||(t&3)!==1)throw new F;this.bitMatrix=e}return r.prototype.readFormatInformation=function(){if(this.parsedFormatInfo!==null&&this.parsedFormatInfo!==void 0)return this.parsedFormatInfo;for(var e=0,t=0;t<6;t++)e=this.copyBit(t,8,e);e=this.copyBit(7,8,e),e=this.copyBit(8,8,e),e=this.copyBit(8,7,e);for(var n=5;n>=0;n--)e=this.copyBit(8,n,e);for(var i=this.bitMatrix.getHeight(),a=0,o=i-7,n=i-1;n>=o;n--)a=this.copyBit(8,n,a);for(var t=i-8;t<i;t++)a=this.copyBit(t,8,a);if(this.parsedFormatInfo=fo.decodeFormatInformation(e,a),this.parsedFormatInfo!==null)return this.parsedFormatInfo;throw new F},r.prototype.readVersion=function(){if(this.parsedVersion!==null&&this.parsedVersion!==void 0)return this.parsedVersion;var e=this.bitMatrix.getHeight(),t=Math.floor((e-17)/4);if(t<=6)return mt.getVersionForNumber(t);for(var n=0,i=e-11,a=5;a>=0;a--)for(var o=e-9;o>=i;o--)n=this.copyBit(o,a,n);var s=mt.decodeVersionInformation(n);if(s!==null&&s.getDimensionForVersion()===e)return this.parsedVersion=s,s;n=0;for(var o=5;o>=0;o--)for(var a=e-9;a>=i;a--)n=this.copyBit(o,a,n);if(s=mt.decodeVersionInformation(n),s!==null&&s.getDimensionForVersion()===e)return this.parsedVersion=s,s;throw new F},r.prototype.copyBit=function(e,t,n){var i=this.isMirror?this.bitMatrix.get(t,e):this.bitMatrix.get(e,t);return i?n<<1|1:n<<1},r.prototype.readCodewords=function(){var e=this.readFormatInformation(),t=this.readVersion(),n=uo.values.get(e.getDataMask()),i=this.bitMatrix.getHeight();n.unmaskBitMatrix(this.bitMatrix,i);for(var a=t.buildFunctionPattern(),o=!0,s=new Uint8Array(t.getTotalCodewords()),f=0,u=0,c=0,l=i-1;l>0;l-=2){l===6&&l--;for(var d=0;d<i;d++)for(var h=o?i-1-d:d,p=0;p<2;p++)a.get(l-p,h)||(c++,u<<=1,this.bitMatrix.get(l-p,h)&&(u|=1),c===8&&(s[f++]=u,c=0,u=0));o=!o}if(f!==t.getTotalCodewords())throw new F;return s},r.prototype.remask=function(){if(this.parsedFormatInfo!==null){var e=uo.values[this.parsedFormatInfo.getDataMask()],t=this.bitMatrix.getHeight();e.unmaskBitMatrix(this.bitMatrix,t)}},r.prototype.setMirror=function(e){this.parsedVersion=null,this.parsedFormatInfo=null,this.isMirror=e},r.prototype.mirror=function(){for(var e=this.bitMatrix,t=0,n=e.getWidth();t<n;t++)for(var i=t+1,a=e.getHeight();i<a;i++)e.get(t,i)!==e.get(i,t)&&(e.flip(i,t),e.flip(t,i))},r}(),co=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Wc=function(){function r(e,t){this.numDataCodewords=e,this.codewords=t}return r.getDataBlocks=function(e,t,n){var i,a,o,s;if(e.length!==t.getTotalCodewords())throw new V;var f=t.getECBlocksForLevel(n),u=0,c=f.getECBlocks();try{for(var l=co(c),d=l.next();!d.done;d=l.next()){var h=d.value;u+=h.getCount()}}catch(W){i={error:W}}finally{try{d&&!d.done&&(a=l.return)&&a.call(l)}finally{if(i)throw i.error}}var p=new Array(u),v=0;try{for(var x=co(c),m=x.next();!m.done;m=x.next())for(var h=m.value,w=0;w<h.getCount();w++){var C=h.getDataCodewords(),_=f.getECCodewordsPerBlock()+C;p[v++]=new r(C,new Uint8Array(_))}}catch(W){o={error:W}}finally{try{m&&!m.done&&(s=x.return)&&s.call(x)}finally{if(o)throw o.error}}for(var A=p[0].codewords.length,T=p.length-1;T>=0;){var b=p[T].codewords.length;if(b===A)break;T--}T++;for(var N=A-f.getECCodewordsPerBlock(),M=0,w=0;w<N;w++)for(var B=0;B<v;B++)p[B].codewords[w]=e[M++];for(var B=T;B<v;B++)p[B].codewords[N]=e[M++];for(var U=p[0].codewords.length,w=N;w<U;w++)for(var B=0;B<v;B++){var H=B<T?w:w+1;p[B].codewords[H]=e[M++]}return p},r.prototype.getNumDataCodewords=function(){return this.numDataCodewords},r.prototype.getCodewords=function(){return this.codewords},r}(),ze;(function(r){r[r.TERMINATOR=0]="TERMINATOR",r[r.NUMERIC=1]="NUMERIC",r[r.ALPHANUMERIC=2]="ALPHANUMERIC",r[r.STRUCTURED_APPEND=3]="STRUCTURED_APPEND",r[r.BYTE=4]="BYTE",r[r.ECI=5]="ECI",r[r.KANJI=6]="KANJI",r[r.FNC1_FIRST_POSITION=7]="FNC1_FIRST_POSITION",r[r.FNC1_SECOND_POSITION=8]="FNC1_SECOND_POSITION",r[r.HANZI=9]="HANZI"})(ze||(ze={}));var ne=function(){function r(e,t,n,i){this.value=e,this.stringValue=t,this.characterCountBitsForVersions=n,this.bits=i,r.FOR_BITS.set(i,this),r.FOR_VALUE.set(e,this)}return r.forBits=function(e){var t=r.FOR_BITS.get(e);if(t===void 0)throw new V;return t},r.prototype.getCharacterCountBits=function(e){var t=e.getVersionNumber(),n;return t<=9?n=0:t<=26?n=1:n=2,this.characterCountBitsForVersions[n]},r.prototype.getValue=function(){return this.value},r.prototype.getBits=function(){return this.bits},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.value===t.value},r.prototype.toString=function(){return this.stringValue},r.FOR_BITS=new Map,r.FOR_VALUE=new Map,r.TERMINATOR=new r(ze.TERMINATOR,"TERMINATOR",Int32Array.from([0,0,0]),0),r.NUMERIC=new r(ze.NUMERIC,"NUMERIC",Int32Array.from([10,12,14]),1),r.ALPHANUMERIC=new r(ze.ALPHANUMERIC,"ALPHANUMERIC",Int32Array.from([9,11,13]),2),r.STRUCTURED_APPEND=new r(ze.STRUCTURED_APPEND,"STRUCTURED_APPEND",Int32Array.from([0,0,0]),3),r.BYTE=new r(ze.BYTE,"BYTE",Int32Array.from([8,16,16]),4),r.ECI=new r(ze.ECI,"ECI",Int32Array.from([0,0,0]),7),r.KANJI=new r(ze.KANJI,"KANJI",Int32Array.from([8,10,12]),8),r.FNC1_FIRST_POSITION=new r(ze.FNC1_FIRST_POSITION,"FNC1_FIRST_POSITION",Int32Array.from([0,0,0]),5),r.FNC1_SECOND_POSITION=new r(ze.FNC1_SECOND_POSITION,"FNC1_SECOND_POSITION",Int32Array.from([0,0,0]),9),r.HANZI=new r(ze.HANZI,"HANZI",Int32Array.from([8,10,12]),13),r}(),Xc=function(){function r(){}return r.decode=function(e,t,n,i){var a=new so(e),o=new z,s=new Array,f=-1,u=-1;try{var c=null,l=!1,d=void 0;do{if(a.available()<4)d=ne.TERMINATOR;else{var h=a.readBits(4);d=ne.forBits(h)}switch(d){case ne.TERMINATOR:break;case ne.FNC1_FIRST_POSITION:case ne.FNC1_SECOND_POSITION:l=!0;break;case ne.STRUCTURED_APPEND:if(a.available()<16)throw new F;f=a.readBits(8),u=a.readBits(8);break;case ne.ECI:var p=r.parseECIValue(a);if(c=ue.getCharacterSetECIByValue(p),c===null)throw new F;break;case ne.HANZI:var v=a.readBits(4),x=a.readBits(d.getCharacterCountBits(t));v===r.GB2312_SUBSET&&r.decodeHanziSegment(a,o,x);break;default:var m=a.readBits(d.getCharacterCountBits(t));switch(d){case ne.NUMERIC:r.decodeNumericSegment(a,o,m);break;case ne.ALPHANUMERIC:r.decodeAlphanumericSegment(a,o,m,l);break;case ne.BYTE:r.decodeByteSegment(a,o,m,c,s,i);break;case ne.KANJI:r.decodeKanjiSegment(a,o,m);break;default:throw new F}break}}while(d!==ne.TERMINATOR)}catch{throw new F}return new Dr(e,o.toString(),s.length===0?null:s,n===null?null:n.toString(),f,u)},r.decodeHanziSegment=function(e,t,n){if(n*13>e.available())throw new F;for(var i=new Uint8Array(2*n),a=0;n>0;){var o=e.readBits(13),s=o/96<<8&4294967295|o%96;s<959?s+=41377:s+=42657,i[a]=s>>8&255,i[a+1]=s&255,a+=2,n--}try{t.append(He.decode(i,$.GB2312))}catch(f){throw new F(f)}},r.decodeKanjiSegment=function(e,t,n){if(n*13>e.available())throw new F;for(var i=new Uint8Array(2*n),a=0;n>0;){var o=e.readBits(13),s=o/192<<8&4294967295|o%192;s<7936?s+=33088:s+=49472,i[a]=s>>8,i[a+1]=s,a+=2,n--}try{t.append(He.decode(i,$.SHIFT_JIS))}catch(f){throw new F(f)}},r.decodeByteSegment=function(e,t,n,i,a,o){if(8*n>e.available())throw new F;for(var s=new Uint8Array(n),f=0;f<n;f++)s[f]=e.readBits(8);var u;i===null?u=$.guessEncoding(s,o):u=i.getName();try{t.append(He.decode(s,u))}catch(c){throw new F(c)}a.push(s)},r.toAlphaNumericChar=function(e){if(e>=r.ALPHANUMERIC_CHARS.length)throw new F;return r.ALPHANUMERIC_CHARS[e]},r.decodeAlphanumericSegment=function(e,t,n,i){for(var a=t.length();n>1;){if(e.available()<11)throw new F;var o=e.readBits(11);t.append(r.toAlphaNumericChar(Math.floor(o/45))),t.append(r.toAlphaNumericChar(o%45)),n-=2}if(n===1){if(e.available()<6)throw new F;t.append(r.toAlphaNumericChar(e.readBits(6)))}if(i)for(var s=a;s<t.length();s++)t.charAt(s)==="%"&&(s<t.length()-1&&t.charAt(s+1)==="%"?t.deleteCharAt(s+1):t.setCharAt(s,""))},r.decodeNumericSegment=function(e,t,n){for(;n>=3;){if(e.available()<10)throw new F;var i=e.readBits(10);if(i>=1e3)throw new F;t.append(r.toAlphaNumericChar(Math.floor(i/100))),t.append(r.toAlphaNumericChar(Math.floor(i/10)%10)),t.append(r.toAlphaNumericChar(i%10)),n-=3}if(n===2){if(e.available()<7)throw new F;var a=e.readBits(7);if(a>=100)throw new F;t.append(r.toAlphaNumericChar(Math.floor(a/10))),t.append(r.toAlphaNumericChar(a%10))}else if(n===1){if(e.available()<4)throw new F;var o=e.readBits(4);if(o>=10)throw new F;t.append(r.toAlphaNumericChar(o))}},r.parseECIValue=function(e){var t=e.readBits(8);if(!(t&128))return t&127;if((t&192)===128){var n=e.readBits(8);return(t&63)<<8&4294967295|n}if((t&224)===192){var i=e.readBits(16);return(t&31)<<16&4294967295|i}throw new F},r.ALPHANUMERIC_CHARS="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:",r.GB2312_SUBSET=1,r}(),lo=function(){function r(e){this.mirrored=e}return r.prototype.isMirrored=function(){return this.mirrored},r.prototype.applyMirroredCorrection=function(e){if(!(!this.mirrored||e===null||e.length<3)){var t=e[0];e[0]=e[2],e[2]=t}},r}(),ho=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},$c=function(){function r(){this.rsDecoder=new Mr(Re.QR_CODE_FIELD_256)}return r.prototype.decodeBooleanArray=function(e,t){return this.decodeBitMatrix(Qe.parseFromBooleanArray(e),t)},r.prototype.decodeBitMatrix=function(e,t){var n=new Gc(e),i=null;try{return this.decodeBitMatrixParser(n,t)}catch(o){i=o}try{n.remask(),n.setMirror(!0),n.readVersion(),n.readFormatInformation(),n.mirror();var a=this.decodeBitMatrixParser(n,t);return a.setOther(new lo(!0)),a}catch(o){throw i!==null?i:o}},r.prototype.decodeBitMatrixParser=function(e,t){var n,i,a,o,s=e.readVersion(),f=e.readFormatInformation().getErrorCorrectionLevel(),u=e.readCodewords(),c=Wc.getDataBlocks(u,s,f),l=0;try{for(var d=ho(c),h=d.next();!h.done;h=d.next()){var p=h.value;l+=p.getNumDataCodewords()}}catch(T){n={error:T}}finally{try{h&&!h.done&&(i=d.return)&&i.call(d)}finally{if(n)throw n.error}}var v=new Uint8Array(l),x=0;try{for(var m=ho(c),w=m.next();!w.done;w=m.next()){var p=w.value,C=p.getCodewords(),_=p.getNumDataCodewords();this.correctErrors(C,_);for(var A=0;A<_;A++)v[x++]=C[A]}}catch(T){a={error:T}}finally{try{w&&!w.done&&(o=m.return)&&o.call(m)}finally{if(a)throw a.error}}return Xc.decode(v,s,f,t)},r.prototype.correctErrors=function(e,t){var n=new Int32Array(e);try{this.rsDecoder.decode(n,e.length-t)}catch{throw new pe}for(var i=0;i<t;i++)e[i]=n[i]},r}(),jc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Yc=function(r){jc(e,r);function e(t,n,i){var a=r.call(this,t,n)||this;return a.estimatedModuleSize=i,a}return e.prototype.aboutEquals=function(t,n,i){if(Math.abs(n-this.getY())<=t&&Math.abs(i-this.getX())<=t){var a=Math.abs(t-this.estimatedModuleSize);return a<=1||a<=this.estimatedModuleSize}return!1},e.prototype.combineEstimate=function(t,n,i){var a=(this.getX()+n)/2,o=(this.getY()+t)/2,s=(this.estimatedModuleSize+i)/2;return new e(a,o,s)},e}(k),Zc=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Kc=function(){function r(e,t,n,i,a,o,s){this.image=e,this.startX=t,this.startY=n,this.width=i,this.height=a,this.moduleSize=o,this.resultPointCallback=s,this.possibleCenters=[],this.crossCheckStateCount=new Int32Array(3)}return r.prototype.find=function(){for(var e=this.startX,t=this.height,n=this.width,i=e+n,a=this.startY+t/2,o=new Int32Array(3),s=this.image,f=0;f<t;f++){var u=a+(f&1?-Math.floor((f+1)/2):Math.floor((f+1)/2));o[0]=0,o[1]=0,o[2]=0;for(var c=e;c<i&&!s.get(c,u);)c++;for(var l=0;c<i;){if(s.get(c,u))if(l===1)o[1]++;else if(l===2){if(this.foundPatternCross(o)){var d=this.handlePossibleCenter(o,u,c);if(d!==null)return d}o[0]=o[2],o[1]=1,o[2]=0,l=1}else o[++l]++;else l===1&&l++,o[l]++;c++}if(this.foundPatternCross(o)){var d=this.handlePossibleCenter(o,u,i);if(d!==null)return d}}if(this.possibleCenters.length!==0)return this.possibleCenters[0];throw new D},r.centerFromEnd=function(e,t){return t-e[2]-e[1]/2},r.prototype.foundPatternCross=function(e){for(var t=this.moduleSize,n=t/2,i=0;i<3;i++)if(Math.abs(t-e[i])>=n)return!1;return!0},r.prototype.crossCheckVertical=function(e,t,n,i){var a=this.image,o=a.getHeight(),s=this.crossCheckStateCount;s[0]=0,s[1]=0,s[2]=0;for(var f=e;f>=0&&a.get(t,f)&&s[1]<=n;)s[1]++,f--;if(f<0||s[1]>n)return NaN;for(;f>=0&&!a.get(t,f)&&s[0]<=n;)s[0]++,f--;if(s[0]>n)return NaN;for(f=e+1;f<o&&a.get(t,f)&&s[1]<=n;)s[1]++,f++;if(f===o||s[1]>n)return NaN;for(;f<o&&!a.get(t,f)&&s[2]<=n;)s[2]++,f++;if(s[2]>n)return NaN;var u=s[0]+s[1]+s[2];return 5*Math.abs(u-i)>=2*i?NaN:this.foundPatternCross(s)?r.centerFromEnd(s,f):NaN},r.prototype.handlePossibleCenter=function(e,t,n){var i,a,o=e[0]+e[1]+e[2],s=r.centerFromEnd(e,n),f=this.crossCheckVertical(t,s,2*e[1],o);if(!isNaN(f)){var u=(e[0]+e[1]+e[2])/3;try{for(var c=Zc(this.possibleCenters),l=c.next();!l.done;l=c.next()){var d=l.value;if(d.aboutEquals(u,f,s))return d.combineEstimate(f,s,u)}}catch(p){i={error:p}}finally{try{l&&!l.done&&(a=c.return)&&a.call(c)}finally{if(i)throw i.error}}var h=new Yc(s,f,u);this.possibleCenters.push(h),this.resultPointCallback!==null&&this.resultPointCallback!==void 0&&this.resultPointCallback.foundPossibleResultPoint(h)}return null},r}(),qc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Qc=function(r){qc(e,r);function e(t,n,i,a){var o=r.call(this,t,n)||this;return o.estimatedModuleSize=i,o.count=a,a===void 0&&(o.count=1),o}return e.prototype.getEstimatedModuleSize=function(){return this.estimatedModuleSize},e.prototype.getCount=function(){return this.count},e.prototype.aboutEquals=function(t,n,i){if(Math.abs(n-this.getY())<=t&&Math.abs(i-this.getX())<=t){var a=Math.abs(t-this.estimatedModuleSize);return a<=1||a<=this.estimatedModuleSize}return!1},e.prototype.combineEstimate=function(t,n,i){var a=this.count+1,o=(this.count*this.getX()+n)/a,s=(this.count*this.getY()+t)/a,f=(this.count*this.estimatedModuleSize+i)/a;return new e(o,s,f,a)},e}(k),Jc=function(){function r(e){this.bottomLeft=e[0],this.topLeft=e[1],this.topRight=e[2]}return r.prototype.getBottomLeft=function(){return this.bottomLeft},r.prototype.getTopLeft=function(){return this.topLeft},r.prototype.getTopRight=function(){return this.topRight},r}(),Jt=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},el=function(){function r(e,t){this.image=e,this.resultPointCallback=t,this.possibleCenters=[],this.crossCheckStateCount=new Int32Array(5),this.resultPointCallback=t}return r.prototype.getImage=function(){return this.image},r.prototype.getPossibleCenters=function(){return this.possibleCenters},r.prototype.find=function(e){var t=e!=null&&e.get(oe.TRY_HARDER)!==void 0,n=e!=null&&e.get(oe.PURE_BARCODE)!==void 0,i=this.image,a=i.getHeight(),o=i.getWidth(),s=Math.floor(3*a/(4*r.MAX_MODULES));(s<r.MIN_SKIP||t)&&(s=r.MIN_SKIP);for(var f=!1,u=new Int32Array(5),c=s-1;c<a&&!f;c+=s){u[0]=0,u[1]=0,u[2]=0,u[3]=0,u[4]=0;for(var l=0,d=0;d<o;d++)if(i.get(d,c))(l&1)===1&&l++,u[l]++;else if(l&1)u[l]++;else if(l===4)if(r.foundPatternCross(u)){var h=this.handlePossibleCenter(u,c,d,n);if(h===!0)if(s=2,this.hasSkipped===!0)f=this.haveMultiplyConfirmedCenters();else{var p=this.findRowSkip();p>u[2]&&(c+=p-u[2]-s,d=o-1)}else{u[0]=u[2],u[1]=u[3],u[2]=u[4],u[3]=1,u[4]=0,l=3;continue}l=0,u[0]=0,u[1]=0,u[2]=0,u[3]=0,u[4]=0}else u[0]=u[2],u[1]=u[3],u[2]=u[4],u[3]=1,u[4]=0,l=3;else u[++l]++;if(r.foundPatternCross(u)){var h=this.handlePossibleCenter(u,c,o,n);h===!0&&(s=u[0],this.hasSkipped&&(f=this.haveMultiplyConfirmedCenters()))}}var v=this.selectBestPatterns();return k.orderBestPatterns(v),new Jc(v)},r.centerFromEnd=function(e,t){return t-e[4]-e[3]-e[2]/2},r.foundPatternCross=function(e){for(var t=0,n=0;n<5;n++){var i=e[n];if(i===0)return!1;t+=i}if(t<7)return!1;var a=t/7,o=a/2;return Math.abs(a-e[0])<o&&Math.abs(a-e[1])<o&&Math.abs(3*a-e[2])<3*o&&Math.abs(a-e[3])<o&&Math.abs(a-e[4])<o},r.prototype.getCrossCheckStateCount=function(){var e=this.crossCheckStateCount;return e[0]=0,e[1]=0,e[2]=0,e[3]=0,e[4]=0,e},r.prototype.crossCheckDiagonal=function(e,t,n,i){for(var a=this.getCrossCheckStateCount(),o=0,s=this.image;e>=o&&t>=o&&s.get(t-o,e-o);)a[2]++,o++;if(e<o||t<o)return!1;for(;e>=o&&t>=o&&!s.get(t-o,e-o)&&a[1]<=n;)a[1]++,o++;if(e<o||t<o||a[1]>n)return!1;for(;e>=o&&t>=o&&s.get(t-o,e-o)&&a[0]<=n;)a[0]++,o++;if(a[0]>n)return!1;var f=s.getHeight(),u=s.getWidth();for(o=1;e+o<f&&t+o<u&&s.get(t+o,e+o);)a[2]++,o++;if(e+o>=f||t+o>=u)return!1;for(;e+o<f&&t+o<u&&!s.get(t+o,e+o)&&a[3]<n;)a[3]++,o++;if(e+o>=f||t+o>=u||a[3]>=n)return!1;for(;e+o<f&&t+o<u&&s.get(t+o,e+o)&&a[4]<n;)a[4]++,o++;if(a[4]>=n)return!1;var c=a[0]+a[1]+a[2]+a[3]+a[4];return Math.abs(c-i)<2*i&&r.foundPatternCross(a)},r.prototype.crossCheckVertical=function(e,t,n,i){for(var a=this.image,o=a.getHeight(),s=this.getCrossCheckStateCount(),f=e;f>=0&&a.get(t,f);)s[2]++,f--;if(f<0)return NaN;for(;f>=0&&!a.get(t,f)&&s[1]<=n;)s[1]++,f--;if(f<0||s[1]>n)return NaN;for(;f>=0&&a.get(t,f)&&s[0]<=n;)s[0]++,f--;if(s[0]>n)return NaN;for(f=e+1;f<o&&a.get(t,f);)s[2]++,f++;if(f===o)return NaN;for(;f<o&&!a.get(t,f)&&s[3]<n;)s[3]++,f++;if(f===o||s[3]>=n)return NaN;for(;f<o&&a.get(t,f)&&s[4]<n;)s[4]++,f++;if(s[4]>=n)return NaN;var u=s[0]+s[1]+s[2]+s[3]+s[4];return 5*Math.abs(u-i)>=2*i?NaN:r.foundPatternCross(s)?r.centerFromEnd(s,f):NaN},r.prototype.crossCheckHorizontal=function(e,t,n,i){for(var a=this.image,o=a.getWidth(),s=this.getCrossCheckStateCount(),f=e;f>=0&&a.get(f,t);)s[2]++,f--;if(f<0)return NaN;for(;f>=0&&!a.get(f,t)&&s[1]<=n;)s[1]++,f--;if(f<0||s[1]>n)return NaN;for(;f>=0&&a.get(f,t)&&s[0]<=n;)s[0]++,f--;if(s[0]>n)return NaN;for(f=e+1;f<o&&a.get(f,t);)s[2]++,f++;if(f===o)return NaN;for(;f<o&&!a.get(f,t)&&s[3]<n;)s[3]++,f++;if(f===o||s[3]>=n)return NaN;for(;f<o&&a.get(f,t)&&s[4]<n;)s[4]++,f++;if(s[4]>=n)return NaN;var u=s[0]+s[1]+s[2]+s[3]+s[4];return 5*Math.abs(u-i)>=i?NaN:r.foundPatternCross(s)?r.centerFromEnd(s,f):NaN},r.prototype.handlePossibleCenter=function(e,t,n,i){var a=e[0]+e[1]+e[2]+e[3]+e[4],o=r.centerFromEnd(e,n),s=this.crossCheckVertical(t,Math.floor(o),e[2],a);if(!isNaN(s)&&(o=this.crossCheckHorizontal(Math.floor(o),Math.floor(s),e[2],a),!isNaN(o)&&(!i||this.crossCheckDiagonal(Math.floor(s),Math.floor(o),e[2],a)))){for(var f=a/7,u=!1,c=this.possibleCenters,l=0,d=c.length;l<d;l++){var h=c[l];if(h.aboutEquals(f,s,o)){c[l]=h.combineEstimate(s,o,f),u=!0;break}}if(!u){var p=new Qc(o,s,f);c.push(p),this.resultPointCallback!==null&&this.resultPointCallback!==void 0&&this.resultPointCallback.foundPossibleResultPoint(p)}return!0}return!1},r.prototype.findRowSkip=function(){var e,t,n=this.possibleCenters.length;if(n<=1)return 0;var i=null;try{for(var a=Jt(this.possibleCenters),o=a.next();!o.done;o=a.next()){var s=o.value;if(s.getCount()>=r.CENTER_QUORUM)if(i==null)i=s;else return this.hasSkipped=!0,Math.floor((Math.abs(i.getX()-s.getX())-Math.abs(i.getY()-s.getY()))/2)}}catch(f){e={error:f}}finally{try{o&&!o.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return 0},r.prototype.haveMultiplyConfirmedCenters=function(){var e,t,n,i,a=0,o=0,s=this.possibleCenters.length;try{for(var f=Jt(this.possibleCenters),u=f.next();!u.done;u=f.next()){var c=u.value;c.getCount()>=r.CENTER_QUORUM&&(a++,o+=c.getEstimatedModuleSize())}}catch(v){e={error:v}}finally{try{u&&!u.done&&(t=f.return)&&t.call(f)}finally{if(e)throw e.error}}if(a<3)return!1;var l=o/s,d=0;try{for(var h=Jt(this.possibleCenters),p=h.next();!p.done;p=h.next()){var c=p.value;d+=Math.abs(c.getEstimatedModuleSize()-l)}}catch(v){n={error:v}}finally{try{p&&!p.done&&(i=h.return)&&i.call(h)}finally{if(n)throw n.error}}return d<=.05*o},r.prototype.selectBestPatterns=function(){var e,t,n,i,a=this.possibleCenters.length;if(a<3)throw new D;var o=this.possibleCenters,s;if(a>3){var f=0,u=0;try{for(var c=Jt(this.possibleCenters),l=c.next();!l.done;l=c.next()){var d=l.value,h=d.getEstimatedModuleSize();f+=h,u+=h*h}}catch(A){e={error:A}}finally{try{l&&!l.done&&(t=c.return)&&t.call(c)}finally{if(e)throw e.error}}s=f/a;var p=Math.sqrt(u/a-s*s);o.sort(function(A,T){var b=Math.abs(T.getEstimatedModuleSize()-s),N=Math.abs(A.getEstimatedModuleSize()-s);return b<N?-1:b>N?1:0});for(var v=Math.max(.2*s,p),x=0;x<o.length&&o.length>3;x++){var m=o[x];Math.abs(m.getEstimatedModuleSize()-s)>v&&(o.splice(x,1),x--)}}if(o.length>3){var f=0;try{for(var w=Jt(o),C=w.next();!C.done;C=w.next()){var _=C.value;f+=_.getEstimatedModuleSize()}}catch(T){n={error:T}}finally{try{C&&!C.done&&(i=w.return)&&i.call(w)}finally{if(n)throw n.error}}s=f/o.length,o.sort(function(T,b){if(b.getCount()===T.getCount()){var N=Math.abs(b.getEstimatedModuleSize()-s),M=Math.abs(T.getEstimatedModuleSize()-s);return N<M?1:N>M?-1:0}else return b.getCount()-T.getCount()}),o.splice(3)}return[o[0],o[1],o[2]]},r.CENTER_QUORUM=2,r.MIN_SKIP=3,r.MAX_MODULES=57,r}(),tl=function(){function r(e){this.image=e}return r.prototype.getImage=function(){return this.image},r.prototype.getResultPointCallback=function(){return this.resultPointCallback},r.prototype.detect=function(e){this.resultPointCallback=e==null?null:e.get(oe.NEED_RESULT_POINT_CALLBACK);var t=new el(this.image,this.resultPointCallback),n=t.find(e);return this.processFinderPatternInfo(n)},r.prototype.processFinderPatternInfo=function(e){var t=e.getTopLeft(),n=e.getTopRight(),i=e.getBottomLeft(),a=this.calculateModuleSize(t,n,i);if(a<1)throw new D("No pattern found in proccess finder.");var o=r.computeDimension(t,n,i,a),s=mt.getProvisionalVersionForDimension(o),f=s.getDimensionForVersion()-7,u=null;if(s.getAlignmentPatternCenters().length>0)for(var c=n.getX()-t.getX()+i.getX(),l=n.getY()-t.getY()+i.getY(),d=1-3/f,h=Math.floor(t.getX()+d*(c-t.getX())),p=Math.floor(t.getY()+d*(l-t.getY())),v=4;v<=16;v<<=1)try{u=this.findAlignmentInRegion(a,h,p,v);break}catch(C){if(!(C instanceof D))throw C}var x=r.createTransform(t,n,i,u,o),m=r.sampleGrid(this.image,x,o),w;return u===null?w=[i,t,n]:w=[i,t,n,u],new Un(m,w)},r.createTransform=function(e,t,n,i,a){var o=a-3.5,s,f,u,c;return i!==null?(s=i.getX(),f=i.getY(),u=o-3,c=u):(s=t.getX()-e.getX()+n.getX(),f=t.getY()-e.getY()+n.getY(),u=o,c=o),Ga.quadrilateralToQuadrilateral(3.5,3.5,o,3.5,u,c,3.5,o,e.getX(),e.getY(),t.getX(),t.getY(),s,f,n.getX(),n.getY())},r.sampleGrid=function(e,t,n){var i=Hn.getInstance();return i.sampleGridWithTransform(e,n,n,t)},r.computeDimension=function(e,t,n,i){var a=Z.round(k.distance(e,t)/i),o=Z.round(k.distance(e,n)/i),s=Math.floor((a+o)/2)+7;switch(s&3){case 0:s++;break;case 2:s--;break;case 3:throw new D("Dimensions could be not found.")}return s},r.prototype.calculateModuleSize=function(e,t,n){return(this.calculateModuleSizeOneWay(e,t)+this.calculateModuleSizeOneWay(e,n))/2},r.prototype.calculateModuleSizeOneWay=function(e,t){var n=this.sizeOfBlackWhiteBlackRunBothWays(Math.floor(e.getX()),Math.floor(e.getY()),Math.floor(t.getX()),Math.floor(t.getY())),i=this.sizeOfBlackWhiteBlackRunBothWays(Math.floor(t.getX()),Math.floor(t.getY()),Math.floor(e.getX()),Math.floor(e.getY()));return isNaN(n)?i/7:isNaN(i)?n/7:(n+i)/14},r.prototype.sizeOfBlackWhiteBlackRunBothWays=function(e,t,n,i){var a=this.sizeOfBlackWhiteBlackRun(e,t,n,i),o=1,s=e-(n-e);s<0?(o=e/(e-s),s=0):s>=this.image.getWidth()&&(o=(this.image.getWidth()-1-e)/(s-e),s=this.image.getWidth()-1);var f=Math.floor(t-(i-t)*o);return o=1,f<0?(o=t/(t-f),f=0):f>=this.image.getHeight()&&(o=(this.image.getHeight()-1-t)/(f-t),f=this.image.getHeight()-1),s=Math.floor(e+(s-e)*o),a+=this.sizeOfBlackWhiteBlackRun(e,t,s,f),a-1},r.prototype.sizeOfBlackWhiteBlackRun=function(e,t,n,i){var a=Math.abs(i-t)>Math.abs(n-e);if(a){var o=e;e=t,t=o,o=n,n=i,i=o}for(var s=Math.abs(n-e),f=Math.abs(i-t),u=-s/2,c=e<n?1:-1,l=t<i?1:-1,d=0,h=n+c,p=e,v=t;p!==h;p+=c){var x=a?v:p,m=a?p:v;if(d===1===this.image.get(x,m)){if(d===2)return Z.distance(p,v,e,t);d++}if(u+=f,u>0){if(v===i)break;v+=l,u-=s}}return d===2?Z.distance(n+c,i,e,t):NaN},r.prototype.findAlignmentInRegion=function(e,t,n,i){var a=Math.floor(i*e),o=Math.max(0,t-a),s=Math.min(this.image.getWidth()-1,t+a);if(s-o<e*3)throw new D("Alignment top exceeds estimated module size.");var f=Math.max(0,n-a),u=Math.min(this.image.getHeight()-1,n+a);if(u-f<e*3)throw new D("Alignment bottom exceeds estimated module size.");var c=new Kc(this.image,o,f,s-o,u-f,e,this.resultPointCallback);return c.find()},r}(),Kn=function(){function r(){this.decoder=new $c}return r.prototype.getDecoder=function(){return this.decoder},r.prototype.decode=function(e,t){var n,i;if(t!=null&&t.get(oe.PURE_BARCODE)!==void 0){var a=r.extractPureBits(e.getBlackMatrix());n=this.decoder.decodeBitMatrix(a,t),i=r.NO_POINTS}else{var o=new tl(e.getBlackMatrix()).detect(t);n=this.decoder.decodeBitMatrix(o.getBits(),t),i=o.getPoints()}n.getOther()instanceof lo&&n.getOther().applyMirroredCorrection(i);var s=new Se(n.getText(),n.getRawBytes(),void 0,i,L.QR_CODE,void 0),f=n.getByteSegments();f!==null&&s.putMetadata(me.BYTE_SEGMENTS,f);var u=n.getECLevel();return u!==null&&s.putMetadata(me.ERROR_CORRECTION_LEVEL,u),n.hasStructuredAppend()&&(s.putMetadata(me.STRUCTURED_APPEND_SEQUENCE,n.getStructuredAppendSequenceNumber()),s.putMetadata(me.STRUCTURED_APPEND_PARITY,n.getStructuredAppendParity())),s},r.prototype.reset=function(){},r.extractPureBits=function(e){var t=e.getTopLeftOnBit(),n=e.getBottomRightOnBit();if(t===null||n===null)throw new D;var i=this.moduleSize(t,e),a=t[1],o=n[1],s=t[0],f=n[0];if(s>=f||a>=o)throw new D;if(o-a!==f-s&&(f=s+(o-a),f>=e.getWidth()))throw new D;var u=Math.round((f-s+1)/i),c=Math.round((o-a+1)/i);if(u<=0||c<=0)throw new D;if(c!==u)throw new D;var l=Math.floor(i/2);a+=l,s+=l;var d=s+Math.floor((u-1)*i)-f;if(d>0){if(d>l)throw new D;s-=d}var h=a+Math.floor((c-1)*i)-o;if(h>0){if(h>l)throw new D;a-=h}for(var p=new Qe(u,c),v=0;v<c;v++)for(var x=a+Math.floor(v*i),m=0;m<u;m++)e.get(s+Math.floor(m*i),x)&&p.set(m,v);return p},r.moduleSize=function(e,t){for(var n=t.getHeight(),i=t.getWidth(),a=e[0],o=e[1],s=!0,f=0;a<i&&o<n;){if(s!==t.get(a,o)){if(++f===5)break;s=!s}a++,o++}if(a===i||o===n)throw new D;return(a-e[0])/7},r.NO_POINTS=new Array,r}(),rl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Y=function(){function r(){}return r.prototype.PDF417Common=function(){},r.getBitCountSum=function(e){return Z.sum(e)},r.toIntArray=function(e){var t,n;if(e==null||!e.length)return r.EMPTY_INT_ARRAY;var i=new Int32Array(e.length),a=0;try{for(var o=rl(e),s=o.next();!s.done;s=o.next()){var f=s.value;i[a++]=f}}catch(u){t={error:u}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}return i},r.getCodeword=function(e){var t=fe.binarySearch(r.SYMBOL_TABLE,e&262143);return t<0?-1:(r.CODEWORD_TABLE[t]-1)%r.NUMBER_OF_CODEWORDS},r.NUMBER_OF_CODEWORDS=929,r.MAX_CODEWORDS_IN_BARCODE=r.NUMBER_OF_CODEWORDS-1,r.MIN_ROWS_IN_BARCODE=3,r.MAX_ROWS_IN_BARCODE=90,r.MODULES_IN_CODEWORD=17,r.MODULES_IN_STOP_PATTERN=18,r.BARS_IN_MODULE=8,r.EMPTY_INT_ARRAY=new Int32Array([]),r.SYMBOL_TABLE=Int32Array.from([66142,66170,66206,66236,66290,66292,66350,66382,66396,66454,66470,66476,66594,66600,66614,66626,66628,66632,66640,66654,66662,66668,66682,66690,66718,66720,66748,66758,66776,66798,66802,66804,66820,66824,66832,66846,66848,66876,66880,66936,66950,66956,66968,66992,67006,67022,67036,67042,67044,67048,67062,67118,67150,67164,67214,67228,67256,67294,67322,67350,67366,67372,67398,67404,67416,67438,67474,67476,67490,67492,67496,67510,67618,67624,67650,67656,67664,67678,67686,67692,67706,67714,67716,67728,67742,67744,67772,67782,67788,67800,67822,67826,67828,67842,67848,67870,67872,67900,67904,67960,67974,67992,68016,68030,68046,68060,68066,68068,68072,68086,68104,68112,68126,68128,68156,68160,68216,68336,68358,68364,68376,68400,68414,68448,68476,68494,68508,68536,68546,68548,68552,68560,68574,68582,68588,68654,68686,68700,68706,68708,68712,68726,68750,68764,68792,68802,68804,68808,68816,68830,68838,68844,68858,68878,68892,68920,68976,68990,68994,68996,69e3,69008,69022,69024,69052,69062,69068,69080,69102,69106,69108,69142,69158,69164,69190,69208,69230,69254,69260,69272,69296,69310,69326,69340,69386,69394,69396,69410,69416,69430,69442,69444,69448,69456,69470,69478,69484,69554,69556,69666,69672,69698,69704,69712,69726,69754,69762,69764,69776,69790,69792,69820,69830,69836,69848,69870,69874,69876,69890,69918,69920,69948,69952,70008,70022,70040,70064,70078,70094,70108,70114,70116,70120,70134,70152,70174,70176,70264,70384,70412,70448,70462,70496,70524,70542,70556,70584,70594,70600,70608,70622,70630,70636,70664,70672,70686,70688,70716,70720,70776,70896,71136,71180,71192,71216,71230,71264,71292,71360,71416,71452,71480,71536,71550,71554,71556,71560,71568,71582,71584,71612,71622,71628,71640,71662,71726,71732,71758,71772,71778,71780,71784,71798,71822,71836,71864,71874,71880,71888,71902,71910,71916,71930,71950,71964,71992,72048,72062,72066,72068,72080,72094,72096,72124,72134,72140,72152,72174,72178,72180,72206,72220,72248,72304,72318,72416,72444,72456,72464,72478,72480,72508,72512,72568,72588,72600,72624,72638,72654,72668,72674,72676,72680,72694,72726,72742,72748,72774,72780,72792,72814,72838,72856,72880,72894,72910,72924,72930,72932,72936,72950,72966,72972,72984,73008,73022,73056,73084,73102,73116,73144,73156,73160,73168,73182,73190,73196,73210,73226,73234,73236,73250,73252,73256,73270,73282,73284,73296,73310,73318,73324,73346,73348,73352,73360,73374,73376,73404,73414,73420,73432,73454,73498,73518,73522,73524,73550,73564,73570,73572,73576,73590,73800,73822,73858,73860,73872,73886,73888,73916,73944,73970,73972,73992,74014,74016,74044,74048,74104,74118,74136,74160,74174,74210,74212,74216,74230,74244,74256,74270,74272,74360,74480,74502,74508,74544,74558,74592,74620,74638,74652,74680,74690,74696,74704,74726,74732,74782,74784,74812,74992,75232,75288,75326,75360,75388,75456,75512,75576,75632,75646,75650,75652,75664,75678,75680,75708,75718,75724,75736,75758,75808,75836,75840,75896,76016,76256,76736,76824,76848,76862,76896,76924,76992,77048,77296,77340,77368,77424,77438,77536,77564,77572,77576,77584,77600,77628,77632,77688,77702,77708,77720,77744,77758,77774,77788,77870,77902,77916,77922,77928,77966,77980,78008,78018,78024,78032,78046,78060,78074,78094,78136,78192,78206,78210,78212,78224,78238,78240,78268,78278,78284,78296,78322,78324,78350,78364,78448,78462,78560,78588,78600,78622,78624,78652,78656,78712,78726,78744,78768,78782,78798,78812,78818,78820,78824,78838,78862,78876,78904,78960,78974,79072,79100,79296,79352,79368,79376,79390,79392,79420,79424,79480,79600,79628,79640,79664,79678,79712,79740,79772,79800,79810,79812,79816,79824,79838,79846,79852,79894,79910,79916,79942,79948,79960,79982,79988,80006,80024,80048,80062,80078,80092,80098,80100,80104,80134,80140,80176,80190,80224,80252,80270,80284,80312,80328,80336,80350,80358,80364,80378,80390,80396,80408,80432,80446,80480,80508,80576,80632,80654,80668,80696,80752,80766,80776,80784,80798,80800,80828,80844,80856,80878,80882,80884,80914,80916,80930,80932,80936,80950,80962,80968,80976,80990,80998,81004,81026,81028,81040,81054,81056,81084,81094,81100,81112,81134,81154,81156,81160,81168,81182,81184,81212,81216,81272,81286,81292,81304,81328,81342,81358,81372,81380,81384,81398,81434,81454,81458,81460,81486,81500,81506,81508,81512,81526,81550,81564,81592,81602,81604,81608,81616,81630,81638,81644,81702,81708,81722,81734,81740,81752,81774,81778,81780,82050,82078,82080,82108,82180,82184,82192,82206,82208,82236,82240,82296,82316,82328,82352,82366,82402,82404,82408,82440,82448,82462,82464,82492,82496,82552,82672,82694,82700,82712,82736,82750,82784,82812,82830,82882,82884,82888,82896,82918,82924,82952,82960,82974,82976,83004,83008,83064,83184,83424,83468,83480,83504,83518,83552,83580,83648,83704,83740,83768,83824,83838,83842,83844,83848,83856,83872,83900,83910,83916,83928,83950,83984,84e3,84028,84032,84088,84208,84448,84928,85040,85054,85088,85116,85184,85240,85488,85560,85616,85630,85728,85756,85764,85768,85776,85790,85792,85820,85824,85880,85894,85900,85912,85936,85966,85980,86048,86080,86136,86256,86496,86976,88160,88188,88256,88312,88560,89056,89200,89214,89312,89340,89536,89592,89608,89616,89632,89664,89720,89840,89868,89880,89904,89952,89980,89998,90012,90040,90190,90204,90254,90268,90296,90306,90308,90312,90334,90382,90396,90424,90480,90494,90500,90504,90512,90526,90528,90556,90566,90572,90584,90610,90612,90638,90652,90680,90736,90750,90848,90876,90884,90888,90896,90910,90912,90940,90944,91e3,91014,91020,91032,91056,91070,91086,91100,91106,91108,91112,91126,91150,91164,91192,91248,91262,91360,91388,91584,91640,91664,91678,91680,91708,91712,91768,91888,91928,91952,91966,92e3,92028,92046,92060,92088,92098,92100,92104,92112,92126,92134,92140,92188,92216,92272,92384,92412,92608,92664,93168,93200,93214,93216,93244,93248,93304,93424,93664,93720,93744,93758,93792,93820,93888,93944,93980,94008,94064,94078,94084,94088,94096,94110,94112,94140,94150,94156,94168,94246,94252,94278,94284,94296,94318,94342,94348,94360,94384,94398,94414,94428,94440,94470,94476,94488,94512,94526,94560,94588,94606,94620,94648,94658,94660,94664,94672,94686,94694,94700,94714,94726,94732,94744,94768,94782,94816,94844,94912,94968,94990,95004,95032,95088,95102,95112,95120,95134,95136,95164,95180,95192,95214,95218,95220,95244,95256,95280,95294,95328,95356,95424,95480,95728,95758,95772,95800,95856,95870,95968,95996,96008,96016,96030,96032,96060,96064,96120,96152,96176,96190,96220,96226,96228,96232,96290,96292,96296,96310,96322,96324,96328,96336,96350,96358,96364,96386,96388,96392,96400,96414,96416,96444,96454,96460,96472,96494,96498,96500,96514,96516,96520,96528,96542,96544,96572,96576,96632,96646,96652,96664,96688,96702,96718,96732,96738,96740,96744,96758,96772,96776,96784,96798,96800,96828,96832,96888,97008,97030,97036,97048,97072,97086,97120,97148,97166,97180,97208,97220,97224,97232,97246,97254,97260,97326,97330,97332,97358,97372,97378,97380,97384,97398,97422,97436,97464,97474,97476,97480,97488,97502,97510,97516,97550,97564,97592,97648,97666,97668,97672,97680,97694,97696,97724,97734,97740,97752,97774,97830,97836,97850,97862,97868,97880,97902,97906,97908,97926,97932,97944,97968,97998,98012,98018,98020,98024,98038,98618,98674,98676,98838,98854,98874,98892,98904,98926,98930,98932,98968,99006,99042,99044,99048,99062,99166,99194,99246,99286,99350,99366,99372,99386,99398,99416,99438,99442,99444,99462,99504,99518,99534,99548,99554,99556,99560,99574,99590,99596,99608,99632,99646,99680,99708,99726,99740,99768,99778,99780,99784,99792,99806,99814,99820,99834,99858,99860,99874,99880,99894,99906,99920,99934,99962,99970,99972,99976,99984,99998,1e5,100028,100038,100044,100056,100078,100082,100084,100142,100174,100188,100246,100262,100268,100306,100308,100390,100396,100410,100422,100428,100440,100462,100466,100468,100486,100504,100528,100542,100558,100572,100578,100580,100584,100598,100620,100656,100670,100704,100732,100750,100792,100802,100808,100816,100830,100838,100844,100858,100888,100912,100926,100960,100988,101056,101112,101148,101176,101232,101246,101250,101252,101256,101264,101278,101280,101308,101318,101324,101336,101358,101362,101364,101410,101412,101416,101430,101442,101448,101456,101470,101478,101498,101506,101508,101520,101534,101536,101564,101580,101618,101620,101636,101640,101648,101662,101664,101692,101696,101752,101766,101784,101838,101858,101860,101864,101934,101938,101940,101966,101980,101986,101988,101992,102030,102044,102072,102082,102084,102088,102096,102138,102166,102182,102188,102214,102220,102232,102254,102282,102290,102292,102306,102308,102312,102326,102444,102458,102470,102476,102488,102514,102516,102534,102552,102576,102590,102606,102620,102626,102632,102646,102662,102668,102704,102718,102752,102780,102798,102812,102840,102850,102856,102864,102878,102886,102892,102906,102936,102974,103008,103036,103104,103160,103224,103280,103294,103298,103300,103312,103326,103328,103356,103366,103372,103384,103406,103410,103412,103472,103486,103520,103548,103616,103672,103920,103992,104048,104062,104160,104188,104194,104196,104200,104208,104224,104252,104256,104312,104326,104332,104344,104368,104382,104398,104412,104418,104420,104424,104482,104484,104514,104520,104528,104542,104550,104570,104578,104580,104592,104606,104608,104636,104652,104690,104692,104706,104712,104734,104736,104764,104768,104824,104838,104856,104910,104930,104932,104936,104968,104976,104990,104992,105020,105024,105080,105200,105240,105278,105312,105372,105410,105412,105416,105424,105446,105518,105524,105550,105564,105570,105572,105576,105614,105628,105656,105666,105672,105680,105702,105722,105742,105756,105784,105840,105854,105858,105860,105864,105872,105888,105932,105970,105972,106006,106022,106028,106054,106060,106072,106100,106118,106124,106136,106160,106174,106190,106210,106212,106216,106250,106258,106260,106274,106276,106280,106306,106308,106312,106320,106334,106348,106394,106414,106418,106420,106566,106572,106610,106612,106630,106636,106648,106672,106686,106722,106724,106728,106742,106758,106764,106776,106800,106814,106848,106876,106894,106908,106936,106946,106948,106952,106960,106974,106982,106988,107032,107056,107070,107104,107132,107200,107256,107292,107320,107376,107390,107394,107396,107400,107408,107422,107424,107452,107462,107468,107480,107502,107506,107508,107544,107568,107582,107616,107644,107712,107768,108016,108060,108088,108144,108158,108256,108284,108290,108292,108296,108304,108318,108320,108348,108352,108408,108422,108428,108440,108464,108478,108494,108508,108514,108516,108520,108592,108640,108668,108736,108792,109040,109536,109680,109694,109792,109820,110016,110072,110084,110088,110096,110112,110140,110144,110200,110320,110342,110348,110360,110384,110398,110432,110460,110478,110492,110520,110532,110536,110544,110558,110658,110686,110714,110722,110724,110728,110736,110750,110752,110780,110796,110834,110836,110850,110852,110856,110864,110878,110880,110908,110912,110968,110982,111e3,111054,111074,111076,111080,111108,111112,111120,111134,111136,111164,111168,111224,111344,111372,111422,111456,111516,111554,111556,111560,111568,111590,111632,111646,111648,111676,111680,111736,111856,112096,112152,112224,112252,112320,112440,112514,112516,112520,112528,112542,112544,112588,112686,112718,112732,112782,112796,112824,112834,112836,112840,112848,112870,112890,112910,112924,112952,113008,113022,113026,113028,113032,113040,113054,113056,113100,113138,113140,113166,113180,113208,113264,113278,113376,113404,113416,113424,113440,113468,113472,113560,113614,113634,113636,113640,113686,113702,113708,113734,113740,113752,113778,113780,113798,113804,113816,113840,113854,113870,113890,113892,113896,113926,113932,113944,113968,113982,114016,114044,114076,114114,114116,114120,114128,114150,114170,114194,114196,114210,114212,114216,114242,114244,114248,114256,114270,114278,114306,114308,114312,114320,114334,114336,114364,114380,114420,114458,114478,114482,114484,114510,114524,114530,114532,114536,114842,114866,114868,114970,114994,114996,115042,115044,115048,115062,115130,115226,115250,115252,115278,115292,115298,115300,115304,115318,115342,115394,115396,115400,115408,115422,115430,115436,115450,115478,115494,115514,115526,115532,115570,115572,115738,115758,115762,115764,115790,115804,115810,115812,115816,115830,115854,115868,115896,115906,115912,115920,115934,115942,115948,115962,115996,116024,116080,116094,116098,116100,116104,116112,116126,116128,116156,116166,116172,116184,116206,116210,116212,116246,116262,116268,116282,116294,116300,116312,116334,116338,116340,116358,116364,116376,116400,116414,116430,116444,116450,116452,116456,116498,116500,116514,116520,116534,116546,116548,116552,116560,116574,116582,116588,116602,116654,116694,116714,116762,116782,116786,116788,116814,116828,116834,116836,116840,116854,116878,116892,116920,116930,116936,116944,116958,116966,116972,116986,117006,117048,117104,117118,117122,117124,117136,117150,117152,117180,117190,117196,117208,117230,117234,117236,117304,117360,117374,117472,117500,117506,117508,117512,117520,117536,117564,117568,117624,117638,117644,117656,117680,117694,117710,117724,117730,117732,117736,117750,117782,117798,117804,117818,117830,117848,117874,117876,117894,117936,117950,117966,117986,117988,117992,118022,118028,118040,118064,118078,118112,118140,118172,118210,118212,118216,118224,118238,118246,118266,118306,118312,118338,118352,118366,118374,118394,118402,118404,118408,118416,118430,118432,118460,118476,118514,118516,118574,118578,118580,118606,118620,118626,118628,118632,118678,118694,118700,118730,118738,118740,118830,118834,118836,118862,118876,118882,118884,118888,118902,118926,118940,118968,118978,118980,118984,118992,119006,119014,119020,119034,119068,119096,119152,119166,119170,119172,119176,119184,119198,119200,119228,119238,119244,119256,119278,119282,119284,119324,119352,119408,119422,119520,119548,119554,119556,119560,119568,119582,119584,119612,119616,119672,119686,119692,119704,119728,119742,119758,119772,119778,119780,119784,119798,119920,119934,120032,120060,120256,120312,120324,120328,120336,120352,120384,120440,120560,120582,120588,120600,120624,120638,120672,120700,120718,120732,120760,120770,120772,120776,120784,120798,120806,120812,120870,120876,120890,120902,120908,120920,120946,120948,120966,120972,120984,121008,121022,121038,121058,121060,121064,121078,121100,121112,121136,121150,121184,121212,121244,121282,121284,121288,121296,121318,121338,121356,121368,121392,121406,121440,121468,121536,121592,121656,121730,121732,121736,121744,121758,121760,121804,121842,121844,121890,121922,121924,121928,121936,121950,121958,121978,121986,121988,121992,122e3,122014,122016,122044,122060,122098,122100,122116,122120,122128,122142,122144,122172,122176,122232,122246,122264,122318,122338,122340,122344,122414,122418,122420,122446,122460,122466,122468,122472,122510,122524,122552,122562,122564,122568,122576,122598,122618,122646,122662,122668,122694,122700,122712,122738,122740,122762,122770,122772,122786,122788,122792,123018,123026,123028,123042,123044,123048,123062,123098,123146,123154,123156,123170,123172,123176,123190,123202,123204,123208,123216,123238,123244,123258,123290,123314,123316,123402,123410,123412,123426,123428,123432,123446,123458,123464,123472,123486,123494,123500,123514,123522,123524,123528,123536,123552,123580,123590,123596,123608,123630,123634,123636,123674,123698,123700,123740,123746,123748,123752,123834,123914,123922,123924,123938,123944,123958,123970,123976,123984,123998,124006,124012,124026,124034,124036,124048,124062,124064,124092,124102,124108,124120,124142,124146,124148,124162,124164,124168,124176,124190,124192,124220,124224,124280,124294,124300,124312,124336,124350,124366,124380,124386,124388,124392,124406,124442,124462,124466,124468,124494,124508,124514,124520,124558,124572,124600,124610,124612,124616,124624,124646,124666,124694,124710,124716,124730,124742,124748,124760,124786,124788,124818,124820,124834,124836,124840,124854,124946,124948,124962,124964,124968,124982,124994,124996,125e3,125008,125022,125030,125036,125050,125058,125060,125064,125072,125086,125088,125116,125126,125132,125144,125166,125170,125172,125186,125188,125192,125200,125216,125244,125248,125304,125318,125324,125336,125360,125374,125390,125404,125410,125412,125416,125430,125444,125448,125456,125472,125504,125560,125680,125702,125708,125720,125744,125758,125792,125820,125838,125852,125880,125890,125892,125896,125904,125918,125926,125932,125978,125998,126002,126004,126030,126044,126050,126052,126056,126094,126108,126136,126146,126148,126152,126160,126182,126202,126222,126236,126264,126320,126334,126338,126340,126344,126352,126366,126368,126412,126450,126452,126486,126502,126508,126522,126534,126540,126552,126574,126578,126580,126598,126604,126616,126640,126654,126670,126684,126690,126692,126696,126738,126754,126756,126760,126774,126786,126788,126792,126800,126814,126822,126828,126842,126894,126898,126900,126934,127126,127142,127148,127162,127178,127186,127188,127254,127270,127276,127290,127302,127308,127320,127342,127346,127348,127370,127378,127380,127394,127396,127400,127450,127510,127526,127532,127546,127558,127576,127598,127602,127604,127622,127628,127640,127664,127678,127694,127708,127714,127716,127720,127734,127754,127762,127764,127778,127784,127810,127812,127816,127824,127838,127846,127866,127898,127918,127922,127924,128022,128038,128044,128058,128070,128076,128088,128110,128114,128116,128134,128140,128152,128176,128190,128206,128220,128226,128228,128232,128246,128262,128268,128280,128304,128318,128352,128380,128398,128412,128440,128450,128452,128456,128464,128478,128486,128492,128506,128522,128530,128532,128546,128548,128552,128566,128578,128580,128584,128592,128606,128614,128634,128642,128644,128648,128656,128670,128672,128700,128716,128754,128756,128794,128814,128818,128820,128846,128860,128866,128868,128872,128886,128918,128934,128940,128954,128978,128980,129178,129198,129202,129204,129238,129258,129306,129326,129330,129332,129358,129372,129378,129380,129384,129398,129430,129446,129452,129466,129482,129490,129492,129562,129582,129586,129588,129614,129628,129634,129636,129640,129654,129678,129692,129720,129730,129732,129736,129744,129758,129766,129772,129814,129830,129836,129850,129862,129868,129880,129902,129906,129908,129930,129938,129940,129954,129956,129960,129974,130010]),r.CODEWORD_TABLE=Int32Array.from([2627,1819,2622,2621,1813,1812,2729,2724,2723,2779,2774,2773,902,896,908,868,865,861,859,2511,873,871,1780,835,2493,825,2491,842,837,844,1764,1762,811,810,809,2483,807,2482,806,2480,815,814,813,812,2484,817,816,1745,1744,1742,1746,2655,2637,2635,2626,2625,2623,2628,1820,2752,2739,2737,2728,2727,2725,2730,2785,2783,2778,2777,2775,2780,787,781,747,739,736,2413,754,752,1719,692,689,681,2371,678,2369,700,697,694,703,1688,1686,642,638,2343,631,2341,627,2338,651,646,643,2345,654,652,1652,1650,1647,1654,601,599,2322,596,2321,594,2319,2317,611,610,608,606,2324,603,2323,615,614,612,1617,1616,1614,1612,616,1619,1618,2575,2538,2536,905,901,898,909,2509,2507,2504,870,867,864,860,2512,875,872,1781,2490,2489,2487,2485,1748,836,834,832,830,2494,827,2492,843,841,839,845,1765,1763,2701,2676,2674,2653,2648,2656,2634,2633,2631,2629,1821,2638,2636,2770,2763,2761,2750,2745,2753,2736,2735,2733,2731,1848,2740,2738,2786,2784,591,588,576,569,566,2296,1590,537,534,526,2276,522,2274,545,542,539,548,1572,1570,481,2245,466,2242,462,2239,492,485,482,2249,496,494,1534,1531,1528,1538,413,2196,406,2191,2188,425,419,2202,415,2199,432,430,427,1472,1467,1464,433,1476,1474,368,367,2160,365,2159,362,2157,2155,2152,378,377,375,2166,372,2165,369,2162,383,381,379,2168,1419,1418,1416,1414,385,1411,384,1423,1422,1420,1424,2461,802,2441,2439,790,786,783,794,2409,2406,2403,750,742,738,2414,756,753,1720,2367,2365,2362,2359,1663,693,691,684,2373,680,2370,702,699,696,704,1690,1687,2337,2336,2334,2332,1624,2329,1622,640,637,2344,634,2342,630,2340,650,648,645,2346,655,653,1653,1651,1649,1655,2612,2597,2595,2571,2568,2565,2576,2534,2529,2526,1787,2540,2537,907,904,900,910,2503,2502,2500,2498,1768,2495,1767,2510,2508,2506,869,866,863,2513,876,874,1782,2720,2713,2711,2697,2694,2691,2702,2672,2670,2664,1828,2678,2675,2647,2646,2644,2642,1823,2639,1822,2654,2652,2650,2657,2771,1855,2765,2762,1850,1849,2751,2749,2747,2754,353,2148,344,342,336,2142,332,2140,345,1375,1373,306,2130,299,2128,295,2125,319,314,311,2132,1354,1352,1349,1356,262,257,2101,253,2096,2093,274,273,267,2107,263,2104,280,278,275,1316,1311,1308,1320,1318,2052,202,2050,2044,2040,219,2063,212,2060,208,2055,224,221,2066,1260,1258,1252,231,1248,229,1266,1264,1261,1268,155,1998,153,1996,1994,1991,1988,165,164,2007,162,2006,159,2003,2e3,172,171,169,2012,166,2010,1186,1184,1182,1179,175,1176,173,1192,1191,1189,1187,176,1194,1193,2313,2307,2305,592,589,2294,2292,2289,578,572,568,2297,580,1591,2272,2267,2264,1547,538,536,529,2278,525,2275,547,544,541,1574,1571,2237,2235,2229,1493,2225,1489,478,2247,470,2244,465,2241,493,488,484,2250,498,495,1536,1533,1530,1539,2187,2186,2184,2182,1432,2179,1430,2176,1427,414,412,2197,409,2195,405,2193,2190,426,424,421,2203,418,2201,431,429,1473,1471,1469,1466,434,1477,1475,2478,2472,2470,2459,2457,2454,2462,803,2437,2432,2429,1726,2443,2440,792,789,785,2401,2399,2393,1702,2389,1699,2411,2408,2405,745,741,2415,758,755,1721,2358,2357,2355,2353,1661,2350,1660,2347,1657,2368,2366,2364,2361,1666,690,687,2374,683,2372,701,698,705,1691,1689,2619,2617,2610,2608,2605,2613,2593,2588,2585,1803,2599,2596,2563,2561,2555,1797,2551,1795,2573,2570,2567,2577,2525,2524,2522,2520,1786,2517,1785,2514,1783,2535,2533,2531,2528,1788,2541,2539,906,903,911,2721,1844,2715,2712,1838,1836,2699,2696,2693,2703,1827,1826,1824,2673,2671,2669,2666,1829,2679,2677,1858,1857,2772,1854,1853,1851,1856,2766,2764,143,1987,139,1986,135,133,131,1984,128,1983,125,1981,138,137,136,1985,1133,1132,1130,112,110,1974,107,1973,104,1971,1969,122,121,119,117,1977,114,1976,124,1115,1114,1112,1110,1117,1116,84,83,1953,81,1952,78,1950,1948,1945,94,93,91,1959,88,1958,85,1955,99,97,95,1961,1086,1085,1083,1081,1078,100,1090,1089,1087,1091,49,47,1917,44,1915,1913,1910,1907,59,1926,56,1925,53,1922,1919,66,64,1931,61,1929,1042,1040,1038,71,1035,70,1032,68,1048,1047,1045,1043,1050,1049,12,10,1869,1867,1864,1861,21,1880,19,1877,1874,1871,28,1888,25,1886,22,1883,982,980,977,974,32,30,991,989,987,984,34,995,994,992,2151,2150,2147,2146,2144,356,355,354,2149,2139,2138,2136,2134,1359,343,341,338,2143,335,2141,348,347,346,1376,1374,2124,2123,2121,2119,1326,2116,1324,310,308,305,2131,302,2129,298,2127,320,318,316,313,2133,322,321,1355,1353,1351,1357,2092,2091,2089,2087,1276,2084,1274,2081,1271,259,2102,256,2100,252,2098,2095,272,269,2108,266,2106,281,279,277,1317,1315,1313,1310,282,1321,1319,2039,2037,2035,2032,1203,2029,1200,1197,207,2053,205,2051,201,2049,2046,2043,220,218,2064,215,2062,211,2059,228,226,223,2069,1259,1257,1254,232,1251,230,1267,1265,1263,2316,2315,2312,2311,2309,2314,2304,2303,2301,2299,1593,2308,2306,590,2288,2287,2285,2283,1578,2280,1577,2295,2293,2291,579,577,574,571,2298,582,581,1592,2263,2262,2260,2258,1545,2255,1544,2252,1541,2273,2271,2269,2266,1550,535,532,2279,528,2277,546,543,549,1575,1573,2224,2222,2220,1486,2217,1485,2214,1482,1479,2238,2236,2234,2231,1496,2228,1492,480,477,2248,473,2246,469,2243,490,487,2251,497,1537,1535,1532,2477,2476,2474,2479,2469,2468,2466,2464,1730,2473,2471,2453,2452,2450,2448,1729,2445,1728,2460,2458,2456,2463,805,804,2428,2427,2425,2423,1725,2420,1724,2417,1722,2438,2436,2434,2431,1727,2444,2442,793,791,788,795,2388,2386,2384,1697,2381,1696,2378,1694,1692,2402,2400,2398,2395,1703,2392,1701,2412,2410,2407,751,748,744,2416,759,757,1807,2620,2618,1806,1805,2611,2609,2607,2614,1802,1801,1799,2594,2592,2590,2587,1804,2600,2598,1794,1793,1791,1789,2564,2562,2560,2557,1798,2554,1796,2574,2572,2569,2578,1847,1846,2722,1843,1842,1840,1845,2716,2714,1835,1834,1832,1830,1839,1837,2700,2698,2695,2704,1817,1811,1810,897,862,1777,829,826,838,1760,1758,808,2481,1741,1740,1738,1743,2624,1818,2726,2776,782,740,737,1715,686,679,695,1682,1680,639,628,2339,647,644,1645,1643,1640,1648,602,600,597,595,2320,593,2318,609,607,604,1611,1610,1608,1606,613,1615,1613,2328,926,924,892,886,899,857,850,2505,1778,824,823,821,819,2488,818,2486,833,831,828,840,1761,1759,2649,2632,2630,2746,2734,2732,2782,2781,570,567,1587,531,527,523,540,1566,1564,476,467,463,2240,486,483,1524,1521,1518,1529,411,403,2192,399,2189,423,416,1462,1457,1454,428,1468,1465,2210,366,363,2158,360,2156,357,2153,376,373,370,2163,1410,1409,1407,1405,382,1402,380,1417,1415,1412,1421,2175,2174,777,774,771,784,732,725,722,2404,743,1716,676,674,668,2363,665,2360,685,1684,1681,626,624,622,2335,620,2333,617,2330,641,635,649,1646,1644,1642,2566,928,925,2530,2527,894,891,888,2501,2499,2496,858,856,854,851,1779,2692,2668,2665,2645,2643,2640,2651,2768,2759,2757,2744,2743,2741,2748,352,1382,340,337,333,1371,1369,307,300,296,2126,315,312,1347,1342,1350,261,258,250,2097,246,2094,271,268,264,1306,1301,1298,276,1312,1309,2115,203,2048,195,2045,191,2041,213,209,2056,1246,1244,1238,225,1234,222,1256,1253,1249,1262,2080,2079,154,1997,150,1995,147,1992,1989,163,160,2004,156,2001,1175,1174,1172,1170,1167,170,1164,167,1185,1183,1180,1177,174,1190,1188,2025,2024,2022,587,586,564,559,556,2290,573,1588,520,518,512,2268,508,2265,530,1568,1565,461,457,2233,450,2230,446,2226,479,471,489,1526,1523,1520,397,395,2185,392,2183,389,2180,2177,410,2194,402,422,1463,1461,1459,1456,1470,2455,799,2433,2430,779,776,773,2397,2394,2390,734,728,724,746,1717,2356,2354,2351,2348,1658,677,675,673,670,667,688,1685,1683,2606,2589,2586,2559,2556,2552,927,2523,2521,2518,2515,1784,2532,895,893,890,2718,2709,2707,2689,2687,2684,2663,2662,2660,2658,1825,2667,2769,1852,2760,2758,142,141,1139,1138,134,132,129,126,1982,1129,1128,1126,1131,113,111,108,105,1972,101,1970,120,118,115,1109,1108,1106,1104,123,1113,1111,82,79,1951,75,1949,72,1946,92,89,86,1956,1077,1076,1074,1072,98,1069,96,1084,1082,1079,1088,1968,1967,48,45,1916,42,1914,39,1911,1908,60,57,54,1923,50,1920,1031,1030,1028,1026,67,1023,65,1020,62,1041,1039,1036,1033,69,1046,1044,1944,1943,1941,11,9,1868,7,1865,1862,1859,20,1878,16,1875,13,1872,970,968,966,963,29,960,26,23,983,981,978,975,33,971,31,990,988,985,1906,1904,1902,993,351,2145,1383,331,330,328,326,2137,323,2135,339,1372,1370,294,293,291,289,2122,286,2120,283,2117,309,303,317,1348,1346,1344,245,244,242,2090,239,2088,236,2085,2082,260,2099,249,270,1307,1305,1303,1300,1314,189,2038,186,2036,183,2033,2030,2026,206,198,2047,194,216,1247,1245,1243,1240,227,1237,1255,2310,2302,2300,2286,2284,2281,565,563,561,558,575,1589,2261,2259,2256,2253,1542,521,519,517,514,2270,511,533,1569,1567,2223,2221,2218,2215,1483,2211,1480,459,456,453,2232,449,474,491,1527,1525,1522,2475,2467,2465,2451,2449,2446,801,800,2426,2424,2421,2418,1723,2435,780,778,775,2387,2385,2382,2379,1695,2375,1693,2396,735,733,730,727,749,1718,2616,2615,2604,2603,2601,2584,2583,2581,2579,1800,2591,2550,2549,2547,2545,1792,2542,1790,2558,929,2719,1841,2710,2708,1833,1831,2690,2688,2686,1815,1809,1808,1774,1756,1754,1737,1736,1734,1739,1816,1711,1676,1674,633,629,1638,1636,1633,1641,598,1605,1604,1602,1600,605,1609,1607,2327,887,853,1775,822,820,1757,1755,1584,524,1560,1558,468,464,1514,1511,1508,1519,408,404,400,1452,1447,1444,417,1458,1455,2208,364,361,358,2154,1401,1400,1398,1396,374,1393,371,1408,1406,1403,1413,2173,2172,772,726,723,1712,672,669,666,682,1678,1675,625,623,621,618,2331,636,632,1639,1637,1635,920,918,884,880,889,849,848,847,846,2497,855,852,1776,2641,2742,2787,1380,334,1367,1365,301,297,1340,1338,1335,1343,255,251,247,1296,1291,1288,265,1302,1299,2113,204,196,192,2042,1232,1230,1224,214,1220,210,1242,1239,1235,1250,2077,2075,151,148,1993,144,1990,1163,1162,1160,1158,1155,161,1152,157,1173,1171,1168,1165,168,1181,1178,2021,2020,2018,2023,585,560,557,1585,516,509,1562,1559,458,447,2227,472,1516,1513,1510,398,396,393,390,2181,386,2178,407,1453,1451,1449,1446,420,1460,2209,769,764,720,712,2391,729,1713,664,663,661,659,2352,656,2349,671,1679,1677,2553,922,919,2519,2516,885,883,881,2685,2661,2659,2767,2756,2755,140,1137,1136,130,127,1125,1124,1122,1127,109,106,102,1103,1102,1100,1098,116,1107,1105,1980,80,76,73,1947,1068,1067,1065,1063,90,1060,87,1075,1073,1070,1080,1966,1965,46,43,40,1912,36,1909,1019,1018,1016,1014,58,1011,55,1008,51,1029,1027,1024,1021,63,1037,1034,1940,1939,1937,1942,8,1866,4,1863,1,1860,956,954,952,949,946,17,14,969,967,964,961,27,957,24,979,976,972,1901,1900,1898,1896,986,1905,1903,350,349,1381,329,327,324,1368,1366,292,290,287,284,2118,304,1341,1339,1337,1345,243,240,237,2086,233,2083,254,1297,1295,1293,1290,1304,2114,190,187,184,2034,180,2031,177,2027,199,1233,1231,1229,1226,217,1223,1241,2078,2076,584,555,554,552,550,2282,562,1586,507,506,504,502,2257,499,2254,515,1563,1561,445,443,441,2219,438,2216,435,2212,460,454,475,1517,1515,1512,2447,798,797,2422,2419,770,768,766,2383,2380,2376,721,719,717,714,731,1714,2602,2582,2580,2548,2546,2543,923,921,2717,2706,2705,2683,2682,2680,1771,1752,1750,1733,1732,1731,1735,1814,1707,1670,1668,1631,1629,1626,1634,1599,1598,1596,1594,1603,1601,2326,1772,1753,1751,1581,1554,1552,1504,1501,1498,1509,1442,1437,1434,401,1448,1445,2206,1392,1391,1389,1387,1384,359,1399,1397,1394,1404,2171,2170,1708,1672,1669,619,1632,1630,1628,1773,1378,1363,1361,1333,1328,1336,1286,1281,1278,248,1292,1289,2111,1218,1216,1210,197,1206,193,1228,1225,1221,1236,2073,2071,1151,1150,1148,1146,152,1143,149,1140,145,1161,1159,1156,1153,158,1169,1166,2017,2016,2014,2019,1582,510,1556,1553,452,448,1506,1500,394,391,387,1443,1441,1439,1436,1450,2207,765,716,713,1709,662,660,657,1673,1671,916,914,879,878,877,882,1135,1134,1121,1120,1118,1123,1097,1096,1094,1092,103,1101,1099,1979,1059,1058,1056,1054,77,1051,74,1066,1064,1061,1071,1964,1963,1007,1006,1004,1002,999,41,996,37,1017,1015,1012,1009,52,1025,1022,1936,1935,1933,1938,942,940,938,935,932,5,2,955,953,950,947,18,943,15,965,962,958,1895,1894,1892,1890,973,1899,1897,1379,325,1364,1362,288,285,1334,1332,1330,241,238,234,1287,1285,1283,1280,1294,2112,188,185,181,178,2028,1219,1217,1215,1212,200,1209,1227,2074,2072,583,553,551,1583,505,503,500,513,1557,1555,444,442,439,436,2213,455,451,1507,1505,1502,796,763,762,760,767,711,710,708,706,2377,718,715,1710,2544,917,915,2681,1627,1597,1595,2325,1769,1749,1747,1499,1438,1435,2204,1390,1388,1385,1395,2169,2167,1704,1665,1662,1625,1623,1620,1770,1329,1282,1279,2109,1214,1207,1222,2068,2065,1149,1147,1144,1141,146,1157,1154,2013,2011,2008,2015,1579,1549,1546,1495,1487,1433,1431,1428,1425,388,1440,2205,1705,658,1667,1664,1119,1095,1093,1978,1057,1055,1052,1062,1962,1960,1005,1003,1e3,997,38,1013,1010,1932,1930,1927,1934,941,939,936,933,6,930,3,951,948,944,1889,1887,1884,1881,959,1893,1891,35,1377,1360,1358,1327,1325,1322,1331,1277,1275,1272,1269,235,1284,2110,1205,1204,1201,1198,182,1195,179,1213,2070,2067,1580,501,1551,1548,440,437,1497,1494,1490,1503,761,709,707,1706,913,912,2198,1386,2164,2161,1621,1766,2103,1208,2058,2054,1145,1142,2005,2002,1999,2009,1488,1429,1426,2200,1698,1659,1656,1975,1053,1957,1954,1001,998,1924,1921,1918,1928,937,934,931,1879,1876,1873,1870,945,1885,1882,1323,1273,1270,2105,1202,1199,1196,1211,2061,2057,1576,1543,1540,1484,1481,1478,1491,1700]),r}(),nl=function(){function r(e,t){this.bits=e,this.points=t}return r.prototype.getBits=function(){return this.bits},r.prototype.getPoints=function(){return this.points},r}(),il=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},al=function(){function r(){}return r.detectMultiple=function(e,t,n){var i=e.getBlackMatrix(),a=r.detect(n,i);return a.length||(i=i.clone(),i.rotate180(),a=r.detect(n,i)),new nl(i,a)},r.detect=function(e,t){for(var n,i,a=new Array,o=0,s=0,f=!1;o<t.getHeight();){var u=r.findVertices(t,o,s);if(u[0]==null&&u[3]==null){if(!f)break;f=!1,s=0;try{for(var c=(n=void 0,il(a)),l=c.next();!l.done;l=c.next()){var d=l.value;d[1]!=null&&(o=Math.trunc(Math.max(o,d[1].getY()))),d[3]!=null&&(o=Math.max(o,Math.trunc(d[3].getY())))}}catch(h){n={error:h}}finally{try{l&&!l.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}o+=r.ROW_STEP;continue}if(f=!0,a.push(u),!e)break;u[2]!=null?(s=Math.trunc(u[2].getX()),o=Math.trunc(u[2].getY())):(s=Math.trunc(u[4].getX()),o=Math.trunc(u[4].getY()))}return a},r.findVertices=function(e,t,n){var i=e.getHeight(),a=e.getWidth(),o=new Array(8);return r.copyToResult(o,r.findRowsWithPattern(e,i,a,t,n,r.START_PATTERN),r.INDEXES_START_PATTERN),o[4]!=null&&(n=Math.trunc(o[4].getX()),t=Math.trunc(o[4].getY())),r.copyToResult(o,r.findRowsWithPattern(e,i,a,t,n,r.STOP_PATTERN),r.INDEXES_STOP_PATTERN),o},r.copyToResult=function(e,t,n){for(var i=0;i<n.length;i++)e[n[i]]=t[i]},r.findRowsWithPattern=function(e,t,n,i,a,o){for(var s=new Array(4),f=!1,u=new Int32Array(o.length);i<t;i+=r.ROW_STEP){var c=r.findGuardPattern(e,a,i,n,!1,o,u);if(c!=null){for(;i>0;){var l=r.findGuardPattern(e,a,--i,n,!1,o,u);if(l!=null)c=l;else{i++;break}}s[0]=new k(c[0],i),s[1]=new k(c[1],i),f=!0;break}}var d=i+1;if(f){for(var h=0,l=Int32Array.from([Math.trunc(s[0].getX()),Math.trunc(s[1].getX())]);d<t;d++){var c=r.findGuardPattern(e,l[0],d,n,!1,o,u);if(c!=null&&Math.abs(l[0]-c[0])<r.MAX_PATTERN_DRIFT&&Math.abs(l[1]-c[1])<r.MAX_PATTERN_DRIFT)l=c,h=0;else{if(h>r.SKIPPED_ROW_COUNT_MAX)break;h++}}d-=h+1,s[2]=new k(l[0],d),s[3]=new k(l[1],d)}return d-i<r.BARCODE_MIN_HEIGHT&&fe.fill(s,null),s},r.findGuardPattern=function(e,t,n,i,a,o,s){fe.fillWithin(s,0,s.length,0);for(var f=t,u=0;e.get(f,n)&&f>0&&u++<r.MAX_PIXEL_DRIFT;)f--;for(var c=f,l=0,d=o.length,h=a;c<i;c++){var p=e.get(c,n);if(p!==h)s[l]++;else{if(l===d-1){if(r.patternMatchVariance(s,o,r.MAX_INDIVIDUAL_VARIANCE)<r.MAX_AVG_VARIANCE)return new Int32Array([f,c]);f+=s[0]+s[1],re.arraycopy(s,2,s,0,l-1),s[l-1]=0,s[l]=0,l--}else l++;s[l]=1,h=!h}}return l===d-1&&r.patternMatchVariance(s,o,r.MAX_INDIVIDUAL_VARIANCE)<r.MAX_AVG_VARIANCE?new Int32Array([f,c-1]):null},r.patternMatchVariance=function(e,t,n){for(var i=e.length,a=0,o=0,s=0;s<i;s++)a+=e[s],o+=t[s];if(a<o)return 1/0;var f=a/o;n*=f;for(var u=0,c=0;c<i;c++){var l=e[c],d=t[c]*f,h=l>d?l-d:d-l;if(h>n)return 1/0;u+=h}return u/a},r.INDEXES_START_PATTERN=Int32Array.from([0,4,1,5]),r.INDEXES_STOP_PATTERN=Int32Array.from([6,2,7,3]),r.MAX_AVG_VARIANCE=.42,r.MAX_INDIVIDUAL_VARIANCE=.8,r.START_PATTERN=Int32Array.from([8,1,1,1,1,1,1,3]),r.STOP_PATTERN=Int32Array.from([7,1,1,3,1,1,1,2,1]),r.MAX_PIXEL_DRIFT=3,r.MAX_PATTERN_DRIFT=5,r.SKIPPED_ROW_COUNT_MAX=25,r.ROW_STEP=5,r.BARCODE_MIN_HEIGHT=10,r}(),ol=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Ct=function(){function r(e,t){if(t.length===0)throw new V;this.field=e;var n=t.length;if(n>1&&t[0]===0){for(var i=1;i<n&&t[i]===0;)i++;i===n?this.coefficients=new Int32Array([0]):(this.coefficients=new Int32Array(n-i),re.arraycopy(t,i,this.coefficients,0,this.coefficients.length))}else this.coefficients=t}return r.prototype.getCoefficients=function(){return this.coefficients},r.prototype.getDegree=function(){return this.coefficients.length-1},r.prototype.isZero=function(){return this.coefficients[0]===0},r.prototype.getCoefficient=function(e){return this.coefficients[this.coefficients.length-1-e]},r.prototype.evaluateAt=function(e){var t,n;if(e===0)return this.getCoefficient(0);if(e===1){var i=0;try{for(var a=ol(this.coefficients),o=a.next();!o.done;o=a.next()){var s=o.value;i=this.field.add(i,s)}}catch(l){t={error:l}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return i}for(var f=this.coefficients[0],u=this.coefficients.length,c=1;c<u;c++)f=this.field.add(this.field.multiply(e,f),this.coefficients[c]);return f},r.prototype.add=function(e){if(!this.field.equals(e.field))throw new V("ModulusPolys do not have same ModulusGF field");if(this.isZero())return e;if(e.isZero())return this;var t=this.coefficients,n=e.coefficients;if(t.length>n.length){var i=t;t=n,n=i}var a=new Int32Array(n.length),o=n.length-t.length;re.arraycopy(n,0,a,0,o);for(var s=o;s<n.length;s++)a[s]=this.field.add(t[s-o],n[s]);return new r(this.field,a)},r.prototype.subtract=function(e){if(!this.field.equals(e.field))throw new V("ModulusPolys do not have same ModulusGF field");return e.isZero()?this:this.add(e.negative())},r.prototype.multiply=function(e){return e instanceof r?this.multiplyOther(e):this.multiplyScalar(e)},r.prototype.multiplyOther=function(e){if(!this.field.equals(e.field))throw new V("ModulusPolys do not have same ModulusGF field");if(this.isZero()||e.isZero())return new r(this.field,new Int32Array([0]));for(var t=this.coefficients,n=t.length,i=e.coefficients,a=i.length,o=new Int32Array(n+a-1),s=0;s<n;s++)for(var f=t[s],u=0;u<a;u++)o[s+u]=this.field.add(o[s+u],this.field.multiply(f,i[u]));return new r(this.field,o)},r.prototype.negative=function(){for(var e=this.coefficients.length,t=new Int32Array(e),n=0;n<e;n++)t[n]=this.field.subtract(0,this.coefficients[n]);return new r(this.field,t)},r.prototype.multiplyScalar=function(e){if(e===0)return new r(this.field,new Int32Array([0]));if(e===1)return this;for(var t=this.coefficients.length,n=new Int32Array(t),i=0;i<t;i++)n[i]=this.field.multiply(this.coefficients[i],e);return new r(this.field,n)},r.prototype.multiplyByMonomial=function(e,t){if(e<0)throw new V;if(t===0)return new r(this.field,new Int32Array([0]));for(var n=this.coefficients.length,i=new Int32Array(n+e),a=0;a<n;a++)i[a]=this.field.multiply(this.coefficients[a],t);return new r(this.field,i)},r.prototype.toString=function(){for(var e=new z,t=this.getDegree();t>=0;t--){var n=this.getCoefficient(t);n!==0&&(n<0?(e.append(" - "),n=-n):e.length()>0&&e.append(" + "),(t===0||n!==1)&&e.append(n),t!==0&&(t===1?e.append("x"):(e.append("x^"),e.append(t))))}return e.toString()},r}(),sl=function(){function r(){}return r.prototype.add=function(e,t){return(e+t)%this.modulus},r.prototype.subtract=function(e,t){return(this.modulus+e-t)%this.modulus},r.prototype.exp=function(e){return this.expTable[e]},r.prototype.log=function(e){if(e===0)throw new V;return this.logTable[e]},r.prototype.inverse=function(e){if(e===0)throw new Va;return this.expTable[this.modulus-this.logTable[e]-1]},r.prototype.multiply=function(e,t){return e===0||t===0?0:this.expTable[(this.logTable[e]+this.logTable[t])%(this.modulus-1)]},r.prototype.getSize=function(){return this.modulus},r.prototype.equals=function(e){return e===this},r}(),fl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),ul=function(r){fl(e,r);function e(t,n){var i=r.call(this)||this;i.modulus=t,i.expTable=new Int32Array(t),i.logTable=new Int32Array(t);for(var a=1,o=0;o<t;o++)i.expTable[o]=a,a=a*n%t;for(var o=0;o<t-1;o++)i.logTable[i.expTable[o]]=o;return i.zero=new Ct(i,new Int32Array([0])),i.one=new Ct(i,new Int32Array([1])),i}return e.prototype.getZero=function(){return this.zero},e.prototype.getOne=function(){return this.one},e.prototype.buildMonomial=function(t,n){if(t<0)throw new V;if(n===0)return this.zero;var i=new Int32Array(t+1);return i[0]=n,new Ct(this,i)},e.PDF417_GF=new e(Y.NUMBER_OF_CODEWORDS,3),e}(sl),cl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},ll=function(){function r(){this.field=ul.PDF417_GF}return r.prototype.decode=function(e,t,n){for(var i,a,o=new Ct(this.field,e),s=new Int32Array(t),f=!1,u=t;u>0;u--){var c=o.evaluateAt(this.field.exp(u));s[t-u]=c,c!==0&&(f=!0)}if(!f)return 0;var l=this.field.getOne();if(n!=null)try{for(var d=cl(n),h=d.next();!h.done;h=d.next()){var p=h.value,v=this.field.exp(e.length-1-p),x=new Ct(this.field,new Int32Array([this.field.subtract(0,v),1]));l=l.multiply(x)}}catch(N){i={error:N}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}for(var m=new Ct(this.field,s),w=this.runEuclideanAlgorithm(this.field.buildMonomial(t,1),m,t),C=w[0],_=w[1],A=this.findErrorLocations(C),T=this.findErrorMagnitudes(_,C,A),u=0;u<A.length;u++){var b=e.length-1-this.field.log(A[u]);if(b<0)throw pe.getChecksumInstance();e[b]=this.field.subtract(e[b],T[u])}return A.length},r.prototype.runEuclideanAlgorithm=function(e,t,n){if(e.getDegree()<t.getDegree()){var i=e;e=t,t=i}for(var a=e,o=t,s=this.field.getZero(),f=this.field.getOne();o.getDegree()>=Math.round(n/2);){var u=a,c=s;if(a=o,s=f,a.isZero())throw pe.getChecksumInstance();o=u;for(var l=this.field.getZero(),d=a.getCoefficient(a.getDegree()),h=this.field.inverse(d);o.getDegree()>=a.getDegree()&&!o.isZero();){var p=o.getDegree()-a.getDegree(),v=this.field.multiply(o.getCoefficient(o.getDegree()),h);l=l.add(this.field.buildMonomial(p,v)),o=o.subtract(a.multiplyByMonomial(p,v))}f=l.multiply(s).subtract(c).negative()}var x=f.getCoefficient(0);if(x===0)throw pe.getChecksumInstance();var m=this.field.inverse(x),w=f.multiply(m),C=o.multiply(m);return[w,C]},r.prototype.findErrorLocations=function(e){for(var t=e.getDegree(),n=new Int32Array(t),i=0,a=1;a<this.field.getSize()&&i<t;a++)e.evaluateAt(a)===0&&(n[i]=this.field.inverse(a),i++);if(i!==t)throw pe.getChecksumInstance();return n},r.prototype.findErrorMagnitudes=function(e,t,n){for(var i=t.getDegree(),a=new Int32Array(i),o=1;o<=i;o++)a[i-o]=this.field.multiply(o,t.getCoefficient(o));for(var s=new Ct(this.field,a),f=n.length,u=new Int32Array(f),o=0;o<f;o++){var c=this.field.inverse(n[o]),l=this.field.subtract(0,e.evaluateAt(c)),d=this.field.inverse(s.evaluateAt(c));u[o]=this.field.multiply(l,d)}return u},r}(),qn=function(){function r(e,t,n,i,a){e instanceof r?this.constructor_2(e):this.constructor_1(e,t,n,i,a)}return r.prototype.constructor_1=function(e,t,n,i,a){var o=t==null||n==null,s=i==null||a==null;if(o&&s)throw new D;o?(t=new k(0,i.getY()),n=new k(0,a.getY())):s&&(i=new k(e.getWidth()-1,t.getY()),a=new k(e.getWidth()-1,n.getY())),this.image=e,this.topLeft=t,this.bottomLeft=n,this.topRight=i,this.bottomRight=a,this.minX=Math.trunc(Math.min(t.getX(),n.getX())),this.maxX=Math.trunc(Math.max(i.getX(),a.getX())),this.minY=Math.trunc(Math.min(t.getY(),i.getY())),this.maxY=Math.trunc(Math.max(n.getY(),a.getY()))},r.prototype.constructor_2=function(e){this.image=e.image,this.topLeft=e.getTopLeft(),this.bottomLeft=e.getBottomLeft(),this.topRight=e.getTopRight(),this.bottomRight=e.getBottomRight(),this.minX=e.getMinX(),this.maxX=e.getMaxX(),this.minY=e.getMinY(),this.maxY=e.getMaxY()},r.merge=function(e,t){return e==null?t:t==null?e:new r(e.image,e.topLeft,e.bottomLeft,t.topRight,t.bottomRight)},r.prototype.addMissingRows=function(e,t,n){var i=this.topLeft,a=this.bottomLeft,o=this.topRight,s=this.bottomRight;if(e>0){var f=n?this.topLeft:this.topRight,u=Math.trunc(f.getY()-e);u<0&&(u=0);var c=new k(f.getX(),u);n?i=c:o=c}if(t>0){var l=n?this.bottomLeft:this.bottomRight,d=Math.trunc(l.getY()+t);d>=this.image.getHeight()&&(d=this.image.getHeight()-1);var h=new k(l.getX(),d);n?a=h:s=h}return new r(this.image,i,a,o,s)},r.prototype.getMinX=function(){return this.minX},r.prototype.getMaxX=function(){return this.maxX},r.prototype.getMinY=function(){return this.minY},r.prototype.getMaxY=function(){return this.maxY},r.prototype.getTopLeft=function(){return this.topLeft},r.prototype.getTopRight=function(){return this.topRight},r.prototype.getBottomLeft=function(){return this.bottomLeft},r.prototype.getBottomRight=function(){return this.bottomRight},r}(),dl=function(){function r(e,t,n,i){this.columnCount=e,this.errorCorrectionLevel=i,this.rowCountUpperPart=t,this.rowCountLowerPart=n,this.rowCount=t+n}return r.prototype.getColumnCount=function(){return this.columnCount},r.prototype.getErrorCorrectionLevel=function(){return this.errorCorrectionLevel},r.prototype.getRowCount=function(){return this.rowCount},r.prototype.getRowCountUpperPart=function(){return this.rowCountUpperPart},r.prototype.getRowCountLowerPart=function(){return this.rowCountLowerPart},r}(),Qn=function(){function r(){this.buffer=""}return r.form=function(e,t){var n=-1;function i(o,s,f,u,c,l){if(o==="%%")return"%";if(t[++n]!==void 0){o=u?parseInt(u.substr(1)):void 0;var d=c?parseInt(c.substr(1)):void 0,h;switch(l){case"s":h=t[n];break;case"c":h=t[n][0];break;case"f":h=parseFloat(t[n]).toFixed(o);break;case"p":h=parseFloat(t[n]).toPrecision(o);break;case"e":h=parseFloat(t[n]).toExponential(o);break;case"x":h=parseInt(t[n]).toString(d||16);break;case"d":h=parseFloat(parseInt(t[n],d||10).toPrecision(o)).toFixed(0);break}h=typeof h=="object"?JSON.stringify(h):(+h).toString(d);for(var p=parseInt(f),v=f&&f[0]+""=="0"?"0":" ";h.length<p;)h=s!==void 0?h+v:v+h;return h}}var a=/%(-)?(0?[0-9]+)?([.][0-9]+)?([#][0-9]+)?([scfpexd%])/g;return e.replace(a,i)},r.prototype.format=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];this.buffer+=r.form(e,t)},r.prototype.toString=function(){return this.buffer},r}(),hl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},po=function(){function r(e){this.boundingBox=new qn(e),this.codewords=new Array(e.getMaxY()-e.getMinY()+1)}return r.prototype.getCodewordNearby=function(e){var t=this.getCodeword(e);if(t!=null)return t;for(var n=1;n<r.MAX_NEARBY_DISTANCE;n++){var i=this.imageRowToCodewordIndex(e)-n;if(i>=0&&(t=this.codewords[i],t!=null)||(i=this.imageRowToCodewordIndex(e)+n,i<this.codewords.length&&(t=this.codewords[i],t!=null)))return t}return null},r.prototype.imageRowToCodewordIndex=function(e){return e-this.boundingBox.getMinY()},r.prototype.setCodeword=function(e,t){this.codewords[this.imageRowToCodewordIndex(e)]=t},r.prototype.getCodeword=function(e){return this.codewords[this.imageRowToCodewordIndex(e)]},r.prototype.getBoundingBox=function(){return this.boundingBox},r.prototype.getCodewords=function(){return this.codewords},r.prototype.toString=function(){var e,t,n=new Qn,i=0;try{for(var a=hl(this.codewords),o=a.next();!o.done;o=a.next()){var s=o.value;if(s==null){n.format("%3d: | %n",i++);continue}n.format("%3d: %3d|%3d%n",i++,s.getRowNumber(),s.getValue())}}catch(f){e={error:f}}finally{try{o&&!o.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return n.toString()},r.MAX_NEARBY_DISTANCE=5,r}(),pl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},vl=function(r,e){var t=typeof Symbol=="function"&&r[Symbol.iterator];if(!t)return r;var n=t.call(r),i,a=[],o;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)a.push(i.value)}catch(s){o={error:s}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(o)throw o.error}}return a},er=function(){function r(){this.values=new Map}return r.prototype.setValue=function(e){e=Math.trunc(e);var t=this.values.get(e);t==null&&(t=0),t++,this.values.set(e,t)},r.prototype.getValue=function(){var e,t,n=-1,i=new Array,a=function(l,d){var h={getKey:function(){return l},getValue:function(){return d}};h.getValue()>n?(n=h.getValue(),i=[],i.push(h.getKey())):h.getValue()===n&&i.push(h.getKey())};try{for(var o=pl(this.values.entries()),s=o.next();!s.done;s=o.next()){var f=vl(s.value,2),u=f[0],c=f[1];a(u,c)}}catch(l){e={error:l}}finally{try{s&&!s.done&&(t=o.return)&&t.call(o)}finally{if(e)throw e.error}}return Y.toIntArray(i)},r.prototype.getConfidence=function(e){return this.values.get(e)},r}(),gl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Jn=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},vo=function(r){gl(e,r);function e(t,n){var i=r.call(this,t)||this;return i._isLeft=n,i}return e.prototype.setRowNumbers=function(){var t,n;try{for(var i=Jn(this.getCodewords()),a=i.next();!a.done;a=i.next()){var o=a.value;o!=null&&o.setRowNumberAsRowIndicatorColumn()}}catch(s){t={error:s}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}},e.prototype.adjustCompleteIndicatorColumnRowNumbers=function(t){var n=this.getCodewords();this.setRowNumbers(),this.removeIncorrectCodewords(n,t);for(var i=this.getBoundingBox(),a=this._isLeft?i.getTopLeft():i.getTopRight(),o=this._isLeft?i.getBottomLeft():i.getBottomRight(),s=this.imageRowToCodewordIndex(Math.trunc(a.getY())),f=this.imageRowToCodewordIndex(Math.trunc(o.getY())),u=-1,c=1,l=0,d=s;d<f;d++)if(n[d]!=null){var h=n[d],p=h.getRowNumber()-u;if(p===0)l++;else if(p===1)c=Math.max(c,l),l=1,u=h.getRowNumber();else if(p<0||h.getRowNumber()>=t.getRowCount()||p>d)n[d]=null;else{var v=void 0;c>2?v=(c-2)*p:v=p;for(var x=v>=d,m=1;m<=v&&!x;m++)x=n[d-m]!=null;x?n[d]=null:(u=h.getRowNumber(),l=1)}}},e.prototype.getRowHeights=function(){var t,n,i=this.getBarcodeMetadata();if(i==null)return null;this.adjustIncompleteIndicatorColumnRowNumbers(i);var a=new Int32Array(i.getRowCount());try{for(var o=Jn(this.getCodewords()),s=o.next();!s.done;s=o.next()){var f=s.value;if(f!=null){var u=f.getRowNumber();if(u>=a.length)continue;a[u]++}}}catch(c){t={error:c}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}return a},e.prototype.adjustIncompleteIndicatorColumnRowNumbers=function(t){for(var n=this.getBoundingBox(),i=this._isLeft?n.getTopLeft():n.getTopRight(),a=this._isLeft?n.getBottomLeft():n.getBottomRight(),o=this.imageRowToCodewordIndex(Math.trunc(i.getY())),s=this.imageRowToCodewordIndex(Math.trunc(a.getY())),f=this.getCodewords(),u=-1,c=o;c<s;c++)if(f[c]!=null){var l=f[c];l.setRowNumberAsRowIndicatorColumn();var d=l.getRowNumber()-u;d===0||(d===1?u=l.getRowNumber():l.getRowNumber()>=t.getRowCount()?f[c]=null:u=l.getRowNumber())}},e.prototype.getBarcodeMetadata=function(){var t,n,i=this.getCodewords(),a=new er,o=new er,s=new er,f=new er;try{for(var u=Jn(i),c=u.next();!c.done;c=u.next()){var l=c.value;if(l!=null){l.setRowNumberAsRowIndicatorColumn();var d=l.getValue()%30,h=l.getRowNumber();switch(this._isLeft||(h+=2),h%3){case 0:o.setValue(d*3+1);break;case 1:f.setValue(d/3),s.setValue(d%3);break;case 2:a.setValue(d+1);break}}}}catch(v){t={error:v}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}if(a.getValue().length===0||o.getValue().length===0||s.getValue().length===0||f.getValue().length===0||a.getValue()[0]<1||o.getValue()[0]+s.getValue()[0]<Y.MIN_ROWS_IN_BARCODE||o.getValue()[0]+s.getValue()[0]>Y.MAX_ROWS_IN_BARCODE)return null;var p=new dl(a.getValue()[0],o.getValue()[0],s.getValue()[0],f.getValue()[0]);return this.removeIncorrectCodewords(i,p),p},e.prototype.removeIncorrectCodewords=function(t,n){for(var i=0;i<t.length;i++){var a=t[i];if(t[i]!=null){var o=a.getValue()%30,s=a.getRowNumber();if(s>n.getRowCount()){t[i]=null;continue}switch(this._isLeft||(s+=2),s%3){case 0:o*3+1!==n.getRowCountUpperPart()&&(t[i]=null);break;case 1:(Math.trunc(o/3)!==n.getErrorCorrectionLevel()||o%3!==n.getRowCountLowerPart())&&(t[i]=null);break;case 2:o+1!==n.getColumnCount()&&(t[i]=null);break}}}},e.prototype.isLeft=function(){return this._isLeft},e.prototype.toString=function(){return"IsLeft: "+this._isLeft+`
|
|
51
|
-
`+r.prototype.toString.call(this)},e}(po),xl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},yl=function(){function r(e,t){this.ADJUST_ROW_NUMBER_SKIP=2,this.barcodeMetadata=e,this.barcodeColumnCount=e.getColumnCount(),this.boundingBox=t,this.detectionResultColumns=new Array(this.barcodeColumnCount+2)}return r.prototype.getDetectionResultColumns=function(){this.adjustIndicatorColumnRowNumbers(this.detectionResultColumns[0]),this.adjustIndicatorColumnRowNumbers(this.detectionResultColumns[this.barcodeColumnCount+1]);var e=Y.MAX_CODEWORDS_IN_BARCODE,t;do t=e,e=this.adjustRowNumbersAndGetCount();while(e>0&&e<t);return this.detectionResultColumns},r.prototype.adjustIndicatorColumnRowNumbers=function(e){e!=null&&e.adjustCompleteIndicatorColumnRowNumbers(this.barcodeMetadata)},r.prototype.adjustRowNumbersAndGetCount=function(){var e=this.adjustRowNumbersByRow();if(e===0)return 0;for(var t=1;t<this.barcodeColumnCount+1;t++)for(var n=this.detectionResultColumns[t].getCodewords(),i=0;i<n.length;i++)n[i]!=null&&(n[i].hasValidRowNumber()||this.adjustRowNumbers(t,i,n));return e},r.prototype.adjustRowNumbersByRow=function(){this.adjustRowNumbersFromBothRI();var e=this.adjustRowNumbersFromLRI();return e+this.adjustRowNumbersFromRRI()},r.prototype.adjustRowNumbersFromBothRI=function(){if(!(this.detectionResultColumns[0]==null||this.detectionResultColumns[this.barcodeColumnCount+1]==null)){for(var e=this.detectionResultColumns[0].getCodewords(),t=this.detectionResultColumns[this.barcodeColumnCount+1].getCodewords(),n=0;n<e.length;n++)if(e[n]!=null&&t[n]!=null&&e[n].getRowNumber()===t[n].getRowNumber())for(var i=1;i<=this.barcodeColumnCount;i++){var a=this.detectionResultColumns[i].getCodewords()[n];a!=null&&(a.setRowNumber(e[n].getRowNumber()),a.hasValidRowNumber()||(this.detectionResultColumns[i].getCodewords()[n]=null))}}},r.prototype.adjustRowNumbersFromRRI=function(){if(this.detectionResultColumns[this.barcodeColumnCount+1]==null)return 0;for(var e=0,t=this.detectionResultColumns[this.barcodeColumnCount+1].getCodewords(),n=0;n<t.length;n++)if(t[n]!=null)for(var i=t[n].getRowNumber(),a=0,o=this.barcodeColumnCount+1;o>0&&a<this.ADJUST_ROW_NUMBER_SKIP;o--){var s=this.detectionResultColumns[o].getCodewords()[n];s!=null&&(a=r.adjustRowNumberIfValid(i,a,s),s.hasValidRowNumber()||e++)}return e},r.prototype.adjustRowNumbersFromLRI=function(){if(this.detectionResultColumns[0]==null)return 0;for(var e=0,t=this.detectionResultColumns[0].getCodewords(),n=0;n<t.length;n++)if(t[n]!=null)for(var i=t[n].getRowNumber(),a=0,o=1;o<this.barcodeColumnCount+1&&a<this.ADJUST_ROW_NUMBER_SKIP;o++){var s=this.detectionResultColumns[o].getCodewords()[n];s!=null&&(a=r.adjustRowNumberIfValid(i,a,s),s.hasValidRowNumber()||e++)}return e},r.adjustRowNumberIfValid=function(e,t,n){return n==null||n.hasValidRowNumber()||(n.isValidRowNumber(e)?(n.setRowNumber(e),t=0):++t),t},r.prototype.adjustRowNumbers=function(e,t,n){var i,a;if(this.detectionResultColumns[e-1]!=null){var o=n[t],s=this.detectionResultColumns[e-1].getCodewords(),f=s;this.detectionResultColumns[e+1]!=null&&(f=this.detectionResultColumns[e+1].getCodewords());var u=new Array(14);u[2]=s[t],u[3]=f[t],t>0&&(u[0]=n[t-1],u[4]=s[t-1],u[5]=f[t-1]),t>1&&(u[8]=n[t-2],u[10]=s[t-2],u[11]=f[t-2]),t<n.length-1&&(u[1]=n[t+1],u[6]=s[t+1],u[7]=f[t+1]),t<n.length-2&&(u[9]=n[t+2],u[12]=s[t+2],u[13]=f[t+2]);try{for(var c=xl(u),l=c.next();!l.done;l=c.next()){var d=l.value;if(r.adjustRowNumber(o,d))return}}catch(h){i={error:h}}finally{try{l&&!l.done&&(a=c.return)&&a.call(c)}finally{if(i)throw i.error}}}},r.adjustRowNumber=function(e,t){return t==null?!1:t.hasValidRowNumber()&&t.getBucket()===e.getBucket()?(e.setRowNumber(t.getRowNumber()),!0):!1},r.prototype.getBarcodeColumnCount=function(){return this.barcodeColumnCount},r.prototype.getBarcodeRowCount=function(){return this.barcodeMetadata.getRowCount()},r.prototype.getBarcodeECLevel=function(){return this.barcodeMetadata.getErrorCorrectionLevel()},r.prototype.setBoundingBox=function(e){this.boundingBox=e},r.prototype.getBoundingBox=function(){return this.boundingBox},r.prototype.setDetectionResultColumn=function(e,t){this.detectionResultColumns[e]=t},r.prototype.getDetectionResultColumn=function(e){return this.detectionResultColumns[e]},r.prototype.toString=function(){var e=this.detectionResultColumns[0];e==null&&(e=this.detectionResultColumns[this.barcodeColumnCount+1]);for(var t=new Qn,n=0;n<e.getCodewords().length;n++){t.format("CW %3d:",n);for(var i=0;i<this.barcodeColumnCount+2;i++){if(this.detectionResultColumns[i]==null){t.format(" | ");continue}var a=this.detectionResultColumns[i].getCodewords()[n];if(a==null){t.format(" | ");continue}t.format(" %3d|%3d",a.getRowNumber(),a.getValue())}t.format("%n")}return t.toString()},r}(),wl=function(){function r(e,t,n,i){this.rowNumber=r.BARCODE_ROW_UNKNOWN,this.startX=Math.trunc(e),this.endX=Math.trunc(t),this.bucket=Math.trunc(n),this.value=Math.trunc(i)}return r.prototype.hasValidRowNumber=function(){return this.isValidRowNumber(this.rowNumber)},r.prototype.isValidRowNumber=function(e){return e!==r.BARCODE_ROW_UNKNOWN&&this.bucket===e%3*3},r.prototype.setRowNumberAsRowIndicatorColumn=function(){this.rowNumber=Math.trunc(Math.trunc(this.value/30)*3+Math.trunc(this.bucket/3))},r.prototype.getWidth=function(){return this.endX-this.startX},r.prototype.getStartX=function(){return this.startX},r.prototype.getEndX=function(){return this.endX},r.prototype.getBucket=function(){return this.bucket},r.prototype.getValue=function(){return this.value},r.prototype.getRowNumber=function(){return this.rowNumber},r.prototype.setRowNumber=function(e){this.rowNumber=e},r.prototype.toString=function(){return this.rowNumber+"|"+this.value},r.BARCODE_ROW_UNKNOWN=-1,r}(),ml=function(){function r(){}return r.initialize=function(){for(var e=0;e<Y.SYMBOL_TABLE.length;e++)for(var t=Y.SYMBOL_TABLE[e],n=t&1,i=0;i<Y.BARS_IN_MODULE;i++){for(var a=0;(t&1)===n;)a+=1,t>>=1;n=t&1,r.RATIOS_TABLE[e]||(r.RATIOS_TABLE[e]=new Array(Y.BARS_IN_MODULE)),r.RATIOS_TABLE[e][Y.BARS_IN_MODULE-i-1]=Math.fround(a/Y.MODULES_IN_CODEWORD)}this.bSymbolTableReady=!0},r.getDecodedValue=function(e){var t=r.getDecodedCodewordValue(r.sampleBitCounts(e));return t!==-1?t:r.getClosestDecodedValue(e)},r.sampleBitCounts=function(e){for(var t=Z.sum(e),n=new Int32Array(Y.BARS_IN_MODULE),i=0,a=0,o=0;o<Y.MODULES_IN_CODEWORD;o++){var s=t/(2*Y.MODULES_IN_CODEWORD)+o*t/Y.MODULES_IN_CODEWORD;a+e[i]<=s&&(a+=e[i],i++),n[i]++}return n},r.getDecodedCodewordValue=function(e){var t=r.getBitValue(e);return Y.getCodeword(t)===-1?-1:t},r.getBitValue=function(e){for(var t=0,n=0;n<e.length;n++)for(var i=0;i<e[n];i++)t=t<<1|(n%2===0?1:0);return Math.trunc(t)},r.getClosestDecodedValue=function(e){var t=Z.sum(e),n=new Array(Y.BARS_IN_MODULE);if(t>1)for(var i=0;i<n.length;i++)n[i]=Math.fround(e[i]/t);var a=kn.MAX_VALUE,o=-1;this.bSymbolTableReady||r.initialize();for(var s=0;s<r.RATIOS_TABLE.length;s++){for(var f=0,u=r.RATIOS_TABLE[s],c=0;c<Y.BARS_IN_MODULE;c++){var l=Math.fround(u[c]-n[c]);if(f+=Math.fround(l*l),f>=a)break}f<a&&(a=f,o=Y.SYMBOL_TABLE[s])}return o},r.bSymbolTableReady=!1,r.RATIOS_TABLE=new Array(Y.SYMBOL_TABLE.length).map(function(e){return new Array(Y.BARS_IN_MODULE)}),r}();const go=typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{};var Cl=function(){function r(){this.segmentCount=-1,this.fileSize=-1,this.timestamp=-1,this.checksum=-1}return r.prototype.getSegmentIndex=function(){return this.segmentIndex},r.prototype.setSegmentIndex=function(e){this.segmentIndex=e},r.prototype.getFileId=function(){return this.fileId},r.prototype.setFileId=function(e){this.fileId=e},r.prototype.getOptionalData=function(){return this.optionalData},r.prototype.setOptionalData=function(e){this.optionalData=e},r.prototype.isLastSegment=function(){return this.lastSegment},r.prototype.setLastSegment=function(e){this.lastSegment=e},r.prototype.getSegmentCount=function(){return this.segmentCount},r.prototype.setSegmentCount=function(e){this.segmentCount=e},r.prototype.getSender=function(){return this.sender||null},r.prototype.setSender=function(e){this.sender=e},r.prototype.getAddressee=function(){return this.addressee||null},r.prototype.setAddressee=function(e){this.addressee=e},r.prototype.getFileName=function(){return this.fileName},r.prototype.setFileName=function(e){this.fileName=e},r.prototype.getFileSize=function(){return this.fileSize},r.prototype.setFileSize=function(e){this.fileSize=e},r.prototype.getChecksum=function(){return this.checksum},r.prototype.setChecksum=function(e){this.checksum=e},r.prototype.getTimestamp=function(){return this.timestamp},r.prototype.setTimestamp=function(e){this.timestamp=e},r}(),xo=function(){function r(){}return r.parseLong=function(e,t){return t===void 0&&(t=void 0),parseInt(e,t)},r}(),_l=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Al=function(r){_l(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="NullPointerException",e}(Fe),El=function(){function r(){}return r.prototype.writeBytes=function(e){this.writeBytesOffset(e,0,e.length)},r.prototype.writeBytesOffset=function(e,t,n){if(e==null)throw new Al;if(t<0||t>e.length||n<0||t+n>e.length||t+n<0)throw new Mn;if(n===0)return;for(var i=0;i<n;i++)this.write(e[t+i])},r.prototype.flush=function(){},r.prototype.close=function(){},r}(),Il=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Sl=function(r){Il(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(Fe),bl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Tl=function(r){bl(e,r);function e(t){t===void 0&&(t=32);var n=r.call(this)||this;if(n.count=0,t<0)throw new V("Negative initial size: "+t);return n.buf=new Uint8Array(t),n}return e.prototype.ensureCapacity=function(t){t-this.buf.length>0&&this.grow(t)},e.prototype.grow=function(t){var n=this.buf.length,i=n<<1;if(i-t<0&&(i=t),i<0){if(t<0)throw new Sl;i=G.MAX_VALUE}this.buf=fe.copyOfUint8Array(this.buf,i)},e.prototype.write=function(t){this.ensureCapacity(this.count+1),this.buf[this.count]=t,this.count+=1},e.prototype.writeBytesOffset=function(t,n,i){if(n<0||n>t.length||i<0||n+i-t.length>0)throw new Mn;this.ensureCapacity(this.count+i),re.arraycopy(t,n,this.buf,this.count,i),this.count+=i},e.prototype.writeTo=function(t){t.writeBytesOffset(this.buf,0,this.count)},e.prototype.reset=function(){this.count=0},e.prototype.toByteArray=function(){return fe.copyOfUint8Array(this.buf,this.count)},e.prototype.size=function(){return this.count},e.prototype.toString=function(t){return t?typeof t=="string"?this.toString_string(t):this.toString_number(t):this.toString_void()},e.prototype.toString_void=function(){return new String(this.buf).toString()},e.prototype.toString_string=function(t){return new String(this.buf).toString()},e.prototype.toString_number=function(t){return new String(this.buf).toString()},e.prototype.close=function(){},e}(El),te;(function(r){r[r.ALPHA=0]="ALPHA",r[r.LOWER=1]="LOWER",r[r.MIXED=2]="MIXED",r[r.PUNCT=3]="PUNCT",r[r.ALPHA_SHIFT=4]="ALPHA_SHIFT",r[r.PUNCT_SHIFT=5]="PUNCT_SHIFT"})(te||(te={}));function yo(){if(typeof window<"u")return window.BigInt||null;if(typeof go<"u")return go.BigInt||null;if(typeof self<"u")return self.BigInt||null;throw new Error("Can't search globals for BigInt!")}var kr;function lt(r){if(typeof kr>"u"&&(kr=yo()),kr===null)throw new Error("BigInt is not supported!");return kr(r)}function Ol(){var r=[];r[0]=lt(1);var e=lt(900);r[1]=e;for(var t=2;t<16;t++)r[t]=r[t-1]*e;return r}var Nl=function(){function r(){}return r.decode=function(e,t){var n=new z(""),i=ue.ISO8859_1;n.enableDecoding(i);for(var a=1,o=e[a++],s=new Cl;a<e[0];){switch(o){case r.TEXT_COMPACTION_MODE_LATCH:a=r.textCompaction(e,a,n);break;case r.BYTE_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH_6:a=r.byteCompaction(o,e,i,a,n);break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:n.append(e[a++]);break;case r.NUMERIC_COMPACTION_MODE_LATCH:a=r.numericCompaction(e,a,n);break;case r.ECI_CHARSET:ue.getCharacterSetECIByValue(e[a++]);break;case r.ECI_GENERAL_PURPOSE:a+=2;break;case r.ECI_USER_DEFINED:a++;break;case r.BEGIN_MACRO_PDF417_CONTROL_BLOCK:a=r.decodeMacroBlock(e,a,s);break;case r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD:case r.MACRO_PDF417_TERMINATOR:throw new F;default:a--,a=r.textCompaction(e,a,n);break}if(a<e.length)o=e[a++];else throw F.getFormatInstance()}if(n.length()===0)throw F.getFormatInstance();var f=new Dr(null,n.toString(),null,t);return f.setOther(s),f},r.decodeMacroBlock=function(e,t,n){if(t+r.NUMBER_OF_SEQUENCE_CODEWORDS>e[0])throw F.getFormatInstance();for(var i=new Int32Array(r.NUMBER_OF_SEQUENCE_CODEWORDS),a=0;a<r.NUMBER_OF_SEQUENCE_CODEWORDS;a++,t++)i[a]=e[t];n.setSegmentIndex(G.parseInt(r.decodeBase900toBase10(i,r.NUMBER_OF_SEQUENCE_CODEWORDS)));var o=new z;t=r.textCompaction(e,t,o),n.setFileId(o.toString());var s=-1;for(e[t]===r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD&&(s=t+1);t<e[0];)switch(e[t]){case r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD:switch(t++,e[t]){case r.MACRO_PDF417_OPTIONAL_FIELD_FILE_NAME:var f=new z;t=r.textCompaction(e,t+1,f),n.setFileName(f.toString());break;case r.MACRO_PDF417_OPTIONAL_FIELD_SENDER:var u=new z;t=r.textCompaction(e,t+1,u),n.setSender(u.toString());break;case r.MACRO_PDF417_OPTIONAL_FIELD_ADDRESSEE:var c=new z;t=r.textCompaction(e,t+1,c),n.setAddressee(c.toString());break;case r.MACRO_PDF417_OPTIONAL_FIELD_SEGMENT_COUNT:var l=new z;t=r.numericCompaction(e,t+1,l),n.setSegmentCount(G.parseInt(l.toString()));break;case r.MACRO_PDF417_OPTIONAL_FIELD_TIME_STAMP:var d=new z;t=r.numericCompaction(e,t+1,d),n.setTimestamp(xo.parseLong(d.toString()));break;case r.MACRO_PDF417_OPTIONAL_FIELD_CHECKSUM:var h=new z;t=r.numericCompaction(e,t+1,h),n.setChecksum(G.parseInt(h.toString()));break;case r.MACRO_PDF417_OPTIONAL_FIELD_FILE_SIZE:var p=new z;t=r.numericCompaction(e,t+1,p),n.setFileSize(xo.parseLong(p.toString()));break;default:throw F.getFormatInstance()}break;case r.MACRO_PDF417_TERMINATOR:t++,n.setLastSegment(!0);break;default:throw F.getFormatInstance()}if(s!==-1){var v=t-s;n.isLastSegment()&&v--,n.setOptionalData(fe.copyOfRange(e,s,s+v))}return t},r.textCompaction=function(e,t,n){for(var i=new Int32Array((e[0]-t)*2),a=new Int32Array((e[0]-t)*2),o=0,s=!1;t<e[0]&&!s;){var f=e[t++];if(f<r.TEXT_COMPACTION_MODE_LATCH)i[o]=f/30,i[o+1]=f%30,o+=2;else switch(f){case r.TEXT_COMPACTION_MODE_LATCH:i[o++]=r.TEXT_COMPACTION_MODE_LATCH;break;case r.BYTE_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH_6:case r.NUMERIC_COMPACTION_MODE_LATCH:case r.BEGIN_MACRO_PDF417_CONTROL_BLOCK:case r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD:case r.MACRO_PDF417_TERMINATOR:t--,s=!0;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i[o]=r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE,f=e[t++],a[o]=f,o++;break}}return r.decodeTextCompaction(i,a,o,n),t},r.decodeTextCompaction=function(e,t,n,i){for(var a=te.ALPHA,o=te.ALPHA,s=0;s<n;){var f=e[s],u="";switch(a){case te.ALPHA:if(f<26)u=String.fromCharCode(65+f);else switch(f){case 26:u=" ";break;case r.LL:a=te.LOWER;break;case r.ML:a=te.MIXED;break;case r.PS:o=a,a=te.PUNCT_SHIFT;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break;case te.LOWER:if(f<26)u=String.fromCharCode(97+f);else switch(f){case 26:u=" ";break;case r.AS:o=a,a=te.ALPHA_SHIFT;break;case r.ML:a=te.MIXED;break;case r.PS:o=a,a=te.PUNCT_SHIFT;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break;case te.MIXED:if(f<r.PL)u=r.MIXED_CHARS[f];else switch(f){case r.PL:a=te.PUNCT;break;case 26:u=" ";break;case r.LL:a=te.LOWER;break;case r.AL:a=te.ALPHA;break;case r.PS:o=a,a=te.PUNCT_SHIFT;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break;case te.PUNCT:if(f<r.PAL)u=r.PUNCT_CHARS[f];else switch(f){case r.PAL:a=te.ALPHA;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break;case te.ALPHA_SHIFT:if(a=o,f<26)u=String.fromCharCode(65+f);else switch(f){case 26:u=" ";break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break;case te.PUNCT_SHIFT:if(a=o,f<r.PAL)u=r.PUNCT_CHARS[f];else switch(f){case r.PAL:a=te.ALPHA;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break}u!==""&&i.append(u),s++}},r.byteCompaction=function(e,t,n,i,a){var o=new Tl,s=0,f=0,u=!1;switch(e){case r.BYTE_COMPACTION_MODE_LATCH:for(var c=new Int32Array(6),l=t[i++];i<t[0]&&!u;)switch(c[s++]=l,f=900*f+l,l=t[i++],l){case r.TEXT_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH:case r.NUMERIC_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH_6:case r.BEGIN_MACRO_PDF417_CONTROL_BLOCK:case r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD:case r.MACRO_PDF417_TERMINATOR:i--,u=!0;break;default:if(s%5===0&&s>0){for(var d=0;d<6;++d)o.write(Number(lt(f)>>lt(8*(5-d))));f=0,s=0}break}i===t[0]&&l<r.TEXT_COMPACTION_MODE_LATCH&&(c[s++]=l);for(var h=0;h<s;h++)o.write(c[h]);break;case r.BYTE_COMPACTION_MODE_LATCH_6:for(;i<t[0]&&!u;){var p=t[i++];if(p<r.TEXT_COMPACTION_MODE_LATCH)s++,f=900*f+p;else switch(p){case r.TEXT_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH:case r.NUMERIC_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH_6:case r.BEGIN_MACRO_PDF417_CONTROL_BLOCK:case r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD:case r.MACRO_PDF417_TERMINATOR:i--,u=!0;break}if(s%5===0&&s>0){for(var d=0;d<6;++d)o.write(Number(lt(f)>>lt(8*(5-d))));f=0,s=0}}break}return a.append(He.decode(o.toByteArray(),n)),i},r.numericCompaction=function(e,t,n){for(var i=0,a=!1,o=new Int32Array(r.MAX_NUMERIC_CODEWORDS);t<e[0]&&!a;){var s=e[t++];if(t===e[0]&&(a=!0),s<r.TEXT_COMPACTION_MODE_LATCH)o[i]=s,i++;else switch(s){case r.TEXT_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH_6:case r.BEGIN_MACRO_PDF417_CONTROL_BLOCK:case r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD:case r.MACRO_PDF417_TERMINATOR:t--,a=!0;break}(i%r.MAX_NUMERIC_CODEWORDS===0||s===r.NUMERIC_COMPACTION_MODE_LATCH||a)&&i>0&&(n.append(r.decodeBase900toBase10(o,i)),i=0)}return t},r.decodeBase900toBase10=function(e,t){for(var n=lt(0),i=0;i<t;i++)n+=r.EXP900[t-i-1]*lt(e[i]);var a=n.toString();if(a.charAt(0)!=="1")throw new F;return a.substring(1)},r.TEXT_COMPACTION_MODE_LATCH=900,r.BYTE_COMPACTION_MODE_LATCH=901,r.NUMERIC_COMPACTION_MODE_LATCH=902,r.BYTE_COMPACTION_MODE_LATCH_6=924,r.ECI_USER_DEFINED=925,r.ECI_GENERAL_PURPOSE=926,r.ECI_CHARSET=927,r.BEGIN_MACRO_PDF417_CONTROL_BLOCK=928,r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD=923,r.MACRO_PDF417_TERMINATOR=922,r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE=913,r.MAX_NUMERIC_CODEWORDS=15,r.MACRO_PDF417_OPTIONAL_FIELD_FILE_NAME=0,r.MACRO_PDF417_OPTIONAL_FIELD_SEGMENT_COUNT=1,r.MACRO_PDF417_OPTIONAL_FIELD_TIME_STAMP=2,r.MACRO_PDF417_OPTIONAL_FIELD_SENDER=3,r.MACRO_PDF417_OPTIONAL_FIELD_ADDRESSEE=4,r.MACRO_PDF417_OPTIONAL_FIELD_FILE_SIZE=5,r.MACRO_PDF417_OPTIONAL_FIELD_CHECKSUM=6,r.PL=25,r.LL=27,r.AS=27,r.ML=28,r.AL=28,r.PS=29,r.PAL=29,r.PUNCT_CHARS=`;<>@[\\]_\`~!\r ,:
|
|
52
|
-
-.$/"|*()?{}'`,r.MIXED_CHARS="0123456789&\r ,:#-.$/+%*=^",r.EXP900=yo()?Ol():[],r.NUMBER_OF_SEQUENCE_CODEWORDS=2,r}(),tr=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Dl=function(){function r(){}return r.decode=function(e,t,n,i,a,o,s){for(var f=new qn(e,t,n,i,a),u=null,c=null,l,d=!0;;d=!1){if(t!=null&&(u=r.getRowIndicatorColumn(e,f,t,!0,o,s)),i!=null&&(c=r.getRowIndicatorColumn(e,f,i,!1,o,s)),l=r.merge(u,c),l==null)throw D.getNotFoundInstance();var h=l.getBoundingBox();if(d&&h!=null&&(h.getMinY()<f.getMinY()||h.getMaxY()>f.getMaxY()))f=h;else break}l.setBoundingBox(f);var p=l.getBarcodeColumnCount()+1;l.setDetectionResultColumn(0,u),l.setDetectionResultColumn(p,c);for(var v=u!=null,x=1;x<=p;x++){var m=v?x:p-x;if(l.getDetectionResultColumn(m)===void 0){var w=void 0;m===0||m===p?w=new vo(f,m===0):w=new po(f),l.setDetectionResultColumn(m,w);for(var C=-1,_=C,A=f.getMinY();A<=f.getMaxY();A++){if(C=r.getStartColumn(l,m,A,v),C<0||C>f.getMaxX()){if(_===-1)continue;C=_}var T=r.detectCodeword(e,f.getMinX(),f.getMaxX(),v,C,A,o,s);T!=null&&(w.setCodeword(A,T),_=C,o=Math.min(o,T.getWidth()),s=Math.max(s,T.getWidth()))}}}return r.createDecoderResult(l)},r.merge=function(e,t){if(e==null&&t==null)return null;var n=r.getBarcodeMetadata(e,t);if(n==null)return null;var i=qn.merge(r.adjustBoundingBox(e),r.adjustBoundingBox(t));return new yl(n,i)},r.adjustBoundingBox=function(e){var t,n;if(e==null)return null;var i=e.getRowHeights();if(i==null)return null;var a=r.getMax(i),o=0;try{for(var s=tr(i),f=s.next();!f.done;f=s.next()){var u=f.value;if(o+=a-u,u>0)break}}catch(h){t={error:h}}finally{try{f&&!f.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}for(var c=e.getCodewords(),l=0;o>0&&c[l]==null;l++)o--;for(var d=0,l=i.length-1;l>=0&&(d+=a-i[l],!(i[l]>0));l--);for(var l=c.length-1;d>0&&c[l]==null;l--)d--;return e.getBoundingBox().addMissingRows(o,d,e.isLeft())},r.getMax=function(e){var t,n,i=-1;try{for(var a=tr(e),o=a.next();!o.done;o=a.next()){var s=o.value;i=Math.max(i,s)}}catch(f){t={error:f}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return i},r.getBarcodeMetadata=function(e,t){var n;if(e==null||(n=e.getBarcodeMetadata())==null)return t==null?null:t.getBarcodeMetadata();var i;return t==null||(i=t.getBarcodeMetadata())==null?n:n.getColumnCount()!==i.getColumnCount()&&n.getErrorCorrectionLevel()!==i.getErrorCorrectionLevel()&&n.getRowCount()!==i.getRowCount()?null:n},r.getRowIndicatorColumn=function(e,t,n,i,a,o){for(var s=new vo(t,i),f=0;f<2;f++)for(var u=f===0?1:-1,c=Math.trunc(Math.trunc(n.getX())),l=Math.trunc(Math.trunc(n.getY()));l<=t.getMaxY()&&l>=t.getMinY();l+=u){var d=r.detectCodeword(e,0,e.getWidth(),i,c,l,a,o);d!=null&&(s.setCodeword(l,d),i?c=d.getStartX():c=d.getEndX())}return s},r.adjustCodewordCount=function(e,t){var n=t[0][1],i=n.getValue(),a=e.getBarcodeColumnCount()*e.getBarcodeRowCount()-r.getNumberOfECCodeWords(e.getBarcodeECLevel());if(i.length===0){if(a<1||a>Y.MAX_CODEWORDS_IN_BARCODE)throw D.getNotFoundInstance();n.setValue(a)}else i[0]!==a&&n.setValue(a)},r.createDecoderResult=function(e){var t=r.createBarcodeMatrix(e);r.adjustCodewordCount(e,t);for(var n=new Array,i=new Int32Array(e.getBarcodeRowCount()*e.getBarcodeColumnCount()),a=[],o=new Array,s=0;s<e.getBarcodeRowCount();s++)for(var f=0;f<e.getBarcodeColumnCount();f++){var u=t[s][f+1].getValue(),c=s*e.getBarcodeColumnCount()+f;u.length===0?n.push(c):u.length===1?i[c]=u[0]:(o.push(c),a.push(u))}for(var l=new Array(a.length),d=0;d<l.length;d++)l[d]=a[d];return r.createDecoderResultFromAmbiguousValues(e.getBarcodeECLevel(),i,Y.toIntArray(n),Y.toIntArray(o),l)},r.createDecoderResultFromAmbiguousValues=function(e,t,n,i,a){for(var o=new Int32Array(i.length),s=100;s-- >0;){for(var f=0;f<o.length;f++)t[i[f]]=a[f][o[f]];try{return r.decodeCodewords(t,e,n)}catch(c){var u=c instanceof pe;if(!u)throw c}if(o.length===0)throw pe.getChecksumInstance();for(var f=0;f<o.length;f++)if(o[f]<a[f].length-1){o[f]++;break}else if(o[f]=0,f===o.length-1)throw pe.getChecksumInstance()}throw pe.getChecksumInstance()},r.createBarcodeMatrix=function(e){for(var t,n,i,a,o=Array.from({length:e.getBarcodeRowCount()},function(){return new Array(e.getBarcodeColumnCount()+2)}),s=0;s<o.length;s++)for(var f=0;f<o[s].length;f++)o[s][f]=new er;var u=0;try{for(var c=tr(e.getDetectionResultColumns()),l=c.next();!l.done;l=c.next()){var d=l.value;if(d!=null)try{for(var h=(i=void 0,tr(d.getCodewords())),p=h.next();!p.done;p=h.next()){var v=p.value;if(v!=null){var x=v.getRowNumber();if(x>=0){if(x>=o.length)continue;o[x][u].setValue(v.getValue())}}}}catch(m){i={error:m}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}finally{if(i)throw i.error}}u++}}catch(m){t={error:m}}finally{try{l&&!l.done&&(n=c.return)&&n.call(c)}finally{if(t)throw t.error}}return o},r.isValidBarcodeColumn=function(e,t){return t>=0&&t<=e.getBarcodeColumnCount()+1},r.getStartColumn=function(e,t,n,i){var a,o,s=i?1:-1,f=null;if(r.isValidBarcodeColumn(e,t-s)&&(f=e.getDetectionResultColumn(t-s).getCodeword(n)),f!=null)return i?f.getEndX():f.getStartX();if(f=e.getDetectionResultColumn(t).getCodewordNearby(n),f!=null)return i?f.getStartX():f.getEndX();if(r.isValidBarcodeColumn(e,t-s)&&(f=e.getDetectionResultColumn(t-s).getCodewordNearby(n)),f!=null)return i?f.getEndX():f.getStartX();for(var u=0;r.isValidBarcodeColumn(e,t-s);){t-=s;try{for(var c=(a=void 0,tr(e.getDetectionResultColumn(t).getCodewords())),l=c.next();!l.done;l=c.next()){var d=l.value;if(d!=null)return(i?d.getEndX():d.getStartX())+s*u*(d.getEndX()-d.getStartX())}}catch(h){a={error:h}}finally{try{l&&!l.done&&(o=c.return)&&o.call(c)}finally{if(a)throw a.error}}u++}return i?e.getBoundingBox().getMinX():e.getBoundingBox().getMaxX()},r.detectCodeword=function(e,t,n,i,a,o,s,f){a=r.adjustCodewordStartColumn(e,t,n,i,a,o);var u=r.getModuleBitCount(e,t,n,i,a,o);if(u==null)return null;var c,l=Z.sum(u);if(i)c=a+l;else{for(var d=0;d<u.length/2;d++){var h=u[d];u[d]=u[u.length-1-d],u[u.length-1-d]=h}c=a,a=c-l}if(!r.checkCodewordSkew(l,s,f))return null;var p=ml.getDecodedValue(u),v=Y.getCodeword(p);return v===-1?null:new wl(a,c,r.getCodewordBucketNumber(p),v)},r.getModuleBitCount=function(e,t,n,i,a,o){for(var s=a,f=new Int32Array(8),u=0,c=i?1:-1,l=i;(i?s<n:s>=t)&&u<f.length;)e.get(s,o)===l?(f[u]++,s+=c):(u++,l=!l);return u===f.length||s===(i?n:t)&&u===f.length-1?f:null},r.getNumberOfECCodeWords=function(e){return 2<<e},r.adjustCodewordStartColumn=function(e,t,n,i,a,o){for(var s=a,f=i?-1:1,u=0;u<2;u++){for(;(i?s>=t:s<n)&&i===e.get(s,o);){if(Math.abs(a-s)>r.CODEWORD_SKEW_SIZE)return a;s+=f}f=-f,i=!i}return s},r.checkCodewordSkew=function(e,t,n){return t-r.CODEWORD_SKEW_SIZE<=e&&e<=n+r.CODEWORD_SKEW_SIZE},r.decodeCodewords=function(e,t,n){if(e.length===0)throw F.getFormatInstance();var i=1<<t+1,a=r.correctErrors(e,n,i);r.verifyCodewordCount(e,i);var o=Nl.decode(e,""+t);return o.setErrorsCorrected(a),o.setErasures(n.length),o},r.correctErrors=function(e,t,n){if(t!=null&&t.length>n/2+r.MAX_ERRORS||n<0||n>r.MAX_EC_CODEWORDS)throw pe.getChecksumInstance();return r.errorCorrection.decode(e,n,t)},r.verifyCodewordCount=function(e,t){if(e.length<4)throw F.getFormatInstance();var n=e[0];if(n>e.length)throw F.getFormatInstance();if(n===0)if(t<e.length)e[0]=e.length-t;else throw F.getFormatInstance()},r.getBitCountForCodeword=function(e){for(var t=new Int32Array(8),n=0,i=t.length-1;!((e&1)!==n&&(n=e&1,i--,i<0));)t[i]++,e>>=1;return t},r.getCodewordBucketNumber=function(e){return e instanceof Int32Array?this.getCodewordBucketNumber_Int32Array(e):this.getCodewordBucketNumber_number(e)},r.getCodewordBucketNumber_number=function(e){return r.getCodewordBucketNumber(r.getBitCountForCodeword(e))},r.getCodewordBucketNumber_Int32Array=function(e){return(e[0]-e[2]+e[4]-e[6]+9)%9},r.toString=function(e){for(var t=new Qn,n=0;n<e.length;n++){t.format("Row %2d: ",n);for(var i=0;i<e[n].length;i++){var a=e[n][i];a.getValue().length===0?t.format(" ",null):t.format("%4d(%2d)",a.getValue()[0],a.getConfidence(a.getValue()[0]))}t.format("%n")}return t.toString()},r.CODEWORD_SKEW_SIZE=2,r.MAX_ERRORS=3,r.MAX_EC_CODEWORDS=512,r.errorCorrection=new ll,r}(),Pl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},ei=function(){function r(){}return r.prototype.decode=function(e,t){t===void 0&&(t=null);var n=r.decode(e,t,!1);if(n==null||n.length===0||n[0]==null)throw D.getNotFoundInstance();return n[0]},r.prototype.decodeMultiple=function(e,t){t===void 0&&(t=null);try{return r.decode(e,t,!0)}catch(n){throw n instanceof F||n instanceof pe?D.getNotFoundInstance():n}},r.decode=function(e,t,n){var i,a,o=new Array,s=al.detectMultiple(e,t,n);try{for(var f=Pl(s.getPoints()),u=f.next();!u.done;u=f.next()){var c=u.value,l=Dl.decode(s.getBits(),c[4],c[5],c[6],c[7],r.getMinCodewordWidth(c),r.getMaxCodewordWidth(c)),d=new Se(l.getText(),l.getRawBytes(),void 0,c,L.PDF_417);d.putMetadata(me.ERROR_CORRECTION_LEVEL,l.getECLevel());var h=l.getOther();h!=null&&d.putMetadata(me.PDF417_EXTRA_METADATA,h),o.push(d)}}catch(p){i={error:p}}finally{try{u&&!u.done&&(a=f.return)&&a.call(f)}finally{if(i)throw i.error}}return o.map(function(p){return p})},r.getMaxWidth=function(e,t){return e==null||t==null?0:Math.trunc(Math.abs(e.getX()-t.getX()))},r.getMinWidth=function(e,t){return e==null||t==null?G.MAX_VALUE:Math.trunc(Math.abs(e.getX()-t.getX()))},r.getMaxCodewordWidth=function(e){return Math.floor(Math.max(Math.max(r.getMaxWidth(e[0],e[4]),r.getMaxWidth(e[6],e[2])*Y.MODULES_IN_CODEWORD/Y.MODULES_IN_STOP_PATTERN),Math.max(r.getMaxWidth(e[1],e[5]),r.getMaxWidth(e[7],e[3])*Y.MODULES_IN_CODEWORD/Y.MODULES_IN_STOP_PATTERN)))},r.getMinCodewordWidth=function(e){return Math.floor(Math.min(Math.min(r.getMinWidth(e[0],e[4]),r.getMinWidth(e[6],e[2])*Y.MODULES_IN_CODEWORD/Y.MODULES_IN_STOP_PATTERN),Math.min(r.getMinWidth(e[1],e[5]),r.getMinWidth(e[7],e[3])*Y.MODULES_IN_CODEWORD/Y.MODULES_IN_STOP_PATTERN)))},r.prototype.reset=function(){},r}(),Ml=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),wo=function(r){Ml(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ReaderException",e}(Fe),mo=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Fl=function(){function r(){}return r.prototype.decode=function(e,t){return this.setHints(t),this.decodeInternal(e)},r.prototype.decodeWithState=function(e){return(this.readers===null||this.readers===void 0)&&this.setHints(null),this.decodeInternal(e)},r.prototype.setHints=function(e){this.hints=e;var t=e!=null&&e.get(oe.TRY_HARDER)!==void 0,n=e==null?null:e.get(oe.POSSIBLE_FORMATS),i=new Array;if(n!=null){var a=n.some(function(o){return o===L.UPC_A||o===L.UPC_E||o===L.EAN_13||o===L.EAN_8||o===L.CODABAR||o===L.CODE_39||o===L.CODE_93||o===L.CODE_128||o===L.ITF||o===L.RSS_14||o===L.RSS_EXPANDED});a&&!t&&i.push(new Qt(e)),n.includes(L.QR_CODE)&&i.push(new Kn),n.includes(L.DATA_MATRIX)&&i.push(new Zn),n.includes(L.AZTEC)&&i.push(new zn),n.includes(L.PDF_417)&&i.push(new ei),a&&t&&i.push(new Qt(e))}i.length===0&&(t||i.push(new Qt(e)),i.push(new Kn),i.push(new Zn),i.push(new zn),i.push(new ei),t&&i.push(new Qt(e))),this.readers=i},r.prototype.reset=function(){var e,t;if(this.readers!==null)try{for(var n=mo(this.readers),i=n.next();!i.done;i=n.next()){var a=i.value;a.reset()}}catch(o){e={error:o}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}},r.prototype.decodeInternal=function(e){var t,n;if(this.readers===null)throw new wo("No readers where selected, nothing can be read.");try{for(var i=mo(this.readers),a=i.next();!a.done;a=i.next()){var o=a.value;try{return o.decode(e,this.hints)}catch(s){if(s instanceof wo)continue}}}catch(s){t={error:s}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}throw new D("No MultiFormat Readers were able to detect the code.")},r}(),Rl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){Rl(e,r);function e(t,n){t===void 0&&(t=null),n===void 0&&(n=500);var i=this,a=new Fl;return a.setHints(t),i=r.call(this,a,n)||this,i}return e.prototype.decodeBitmap=function(t){return this.reader.decodeWithState(t)},e})(Mt);var Bl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){Bl(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new ei,t)||this}return e})(Mt);var Ll=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){Ll(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new Kn,t)||this}return e})(Mt);var ti;(function(r){r[r.ERROR_CORRECTION=0]="ERROR_CORRECTION",r[r.CHARACTER_SET=1]="CHARACTER_SET",r[r.DATA_MATRIX_SHAPE=2]="DATA_MATRIX_SHAPE",r[r.DATA_MATRIX_COMPACT=3]="DATA_MATRIX_COMPACT",r[r.MIN_SIZE=4]="MIN_SIZE",r[r.MAX_SIZE=5]="MAX_SIZE",r[r.MARGIN=6]="MARGIN",r[r.PDF417_COMPACT=7]="PDF417_COMPACT",r[r.PDF417_COMPACTION=8]="PDF417_COMPACTION",r[r.PDF417_DIMENSIONS=9]="PDF417_DIMENSIONS",r[r.AZTEC_LAYERS=10]="AZTEC_LAYERS",r[r.QR_VERSION=11]="QR_VERSION",r[r.GS1_FORMAT=12]="GS1_FORMAT",r[r.FORCE_C40=13]="FORCE_C40"})(ti||(ti={}));const Ur=ti;var Co=function(){function r(e){this.field=e,this.cachedGenerators=[],this.cachedGenerators.push(new ft(e,Int32Array.from([1])))}return r.prototype.buildGenerator=function(e){var t=this.cachedGenerators;if(e>=t.length)for(var n=t[t.length-1],i=this.field,a=t.length;a<=e;a++){var o=n.multiply(new ft(i,Int32Array.from([1,i.exp(a-1+i.getGeneratorBase())])));t.push(o),n=o}return t[e]},r.prototype.encode=function(e,t){if(t===0)throw new V("No error correction bytes");var n=e.length-t;if(n<=0)throw new V("No data bytes provided");var i=this.buildGenerator(t),a=new Int32Array(n);re.arraycopy(e,0,a,0,n);var o=new ft(this.field,a);o=o.multiplyByMonomial(t,1);for(var s=o.divide(i)[1],f=s.getCoefficients(),u=t-f.length,c=0;c<u;c++)e[n+c]=0;re.arraycopy(f,0,e,n+u,f.length)},r}(),rr=function(){function r(){}return r.applyMaskPenaltyRule1=function(e){return r.applyMaskPenaltyRule1Internal(e,!0)+r.applyMaskPenaltyRule1Internal(e,!1)},r.applyMaskPenaltyRule2=function(e){for(var t=0,n=e.getArray(),i=e.getWidth(),a=e.getHeight(),o=0;o<a-1;o++)for(var s=n[o],f=0;f<i-1;f++){var u=s[f];u===s[f+1]&&u===n[o+1][f]&&u===n[o+1][f+1]&&t++}return r.N2*t},r.applyMaskPenaltyRule3=function(e){for(var t=0,n=e.getArray(),i=e.getWidth(),a=e.getHeight(),o=0;o<a;o++)for(var s=0;s<i;s++){var f=n[o];s+6<i&&f[s]===1&&f[s+1]===0&&f[s+2]===1&&f[s+3]===1&&f[s+4]===1&&f[s+5]===0&&f[s+6]===1&&(r.isWhiteHorizontal(f,s-4,s)||r.isWhiteHorizontal(f,s+7,s+11))&&t++,o+6<a&&n[o][s]===1&&n[o+1][s]===0&&n[o+2][s]===1&&n[o+3][s]===1&&n[o+4][s]===1&&n[o+5][s]===0&&n[o+6][s]===1&&(r.isWhiteVertical(n,s,o-4,o)||r.isWhiteVertical(n,s,o+7,o+11))&&t++}return t*r.N3},r.isWhiteHorizontal=function(e,t,n){t=Math.max(t,0),n=Math.min(n,e.length);for(var i=t;i<n;i++)if(e[i]===1)return!1;return!0},r.isWhiteVertical=function(e,t,n,i){n=Math.max(n,0),i=Math.min(i,e.length);for(var a=n;a<i;a++)if(e[a][t]===1)return!1;return!0},r.applyMaskPenaltyRule4=function(e){for(var t=0,n=e.getArray(),i=e.getWidth(),a=e.getHeight(),o=0;o<a;o++)for(var s=n[o],f=0;f<i;f++)s[f]===1&&t++;var u=e.getHeight()*e.getWidth(),c=Math.floor(Math.abs(t*2-u)*10/u);return c*r.N4},r.getDataMaskBit=function(e,t,n){var i,a;switch(e){case 0:i=n+t&1;break;case 1:i=n&1;break;case 2:i=t%3;break;case 3:i=(n+t)%3;break;case 4:i=Math.floor(n/2)+Math.floor(t/3)&1;break;case 5:a=n*t,i=(a&1)+a%3;break;case 6:a=n*t,i=(a&1)+a%3&1;break;case 7:a=n*t,i=a%3+(n+t&1)&1;break;default:throw new V("Invalid mask pattern: "+e)}return i===0},r.applyMaskPenaltyRule1Internal=function(e,t){for(var n=0,i=t?e.getHeight():e.getWidth(),a=t?e.getWidth():e.getHeight(),o=e.getArray(),s=0;s<i;s++){for(var f=0,u=-1,c=0;c<a;c++){var l=t?o[s][c]:o[c][s];l===u?f++:(f>=5&&(n+=r.N1+(f-5)),f=1,u=l)}f>=5&&(n+=r.N1+(f-5))}return n},r.N1=3,r.N2=3,r.N3=40,r.N4=10,r}(),kl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Ul=function(){function r(e,t){this.width=e,this.height=t;for(var n=new Array(t),i=0;i!==t;i++)n[i]=new Uint8Array(e);this.bytes=n}return r.prototype.getHeight=function(){return this.height},r.prototype.getWidth=function(){return this.width},r.prototype.get=function(e,t){return this.bytes[t][e]},r.prototype.getArray=function(){return this.bytes},r.prototype.setNumber=function(e,t,n){this.bytes[t][e]=n},r.prototype.setBoolean=function(e,t,n){this.bytes[t][e]=n?1:0},r.prototype.clear=function(e){var t,n;try{for(var i=kl(this.bytes),a=i.next();!a.done;a=i.next()){var o=a.value;fe.fill(o,e)}}catch(s){t={error:s}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;if(this.width!==t.width||this.height!==t.height)return!1;for(var n=0,i=this.height;n<i;++n)for(var a=this.bytes[n],o=t.bytes[n],s=0,f=this.width;s<f;++s)if(a[s]!==o[s])return!1;return!0},r.prototype.toString=function(){for(var e=new z,t=0,n=this.height;t<n;++t){for(var i=this.bytes[t],a=0,o=this.width;a<o;++a)switch(i[a]){case 0:e.append(" 0");break;case 1:e.append(" 1");break;default:e.append(" ");break}e.append(`
|
|
50
|
+
`,". ",", ",": ","!",'"',"#","$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","?","[","]","{","}","CTRL_UL"],r.DIGIT_TABLE=["CTRL_PS"," ","0","1","2","3","4","5","6","7","8","9",",",".","CTRL_UL","CTRL_US"],r}(),Z=function(){function r(){}return r.round=function(e){return isNaN(e)?0:e<=Number.MIN_SAFE_INTEGER?Number.MIN_SAFE_INTEGER:e>=Number.MAX_SAFE_INTEGER?Number.MAX_SAFE_INTEGER:e+(e<0?-.5:.5)|0},r.distance=function(e,t,n,i){var a=e-n,o=t-i;return Math.sqrt(a*a+o*o)},r.sum=function(e){for(var t=0,n=0,i=e.length;n!==i;n++){var a=e[n];t+=a}return t},r}(),kn=function(){function r(){}return r.floatToIntBits=function(e){return e},r.MAX_VALUE=Number.MAX_SAFE_INTEGER,r}(),k=function(){function r(e,t){this.x=e,this.y=t}return r.prototype.getX=function(){return this.x},r.prototype.getY=function(){return this.y},r.prototype.equals=function(e){if(e instanceof r){var t=e;return this.x===t.x&&this.y===t.y}return!1},r.prototype.hashCode=function(){return 31*kn.floatToIntBits(this.x)+kn.floatToIntBits(this.y)},r.prototype.toString=function(){return"("+this.x+","+this.y+")"},r.orderBestPatterns=function(e){var t=this.distance(e[0],e[1]),n=this.distance(e[1],e[2]),i=this.distance(e[0],e[2]),a,o,s;if(n>=t&&n>=i?(o=e[0],a=e[1],s=e[2]):i>=n&&i>=t?(o=e[1],a=e[0],s=e[2]):(o=e[2],a=e[0],s=e[1]),this.crossProductZ(a,o,s)<0){var f=a;a=s,s=f}e[0]=a,e[1]=o,e[2]=s},r.distance=function(e,t){return Z.distance(e.x,e.y,t.x,t.y)},r.crossProductZ=function(e,t,n){var i=t.x,a=t.y;return(n.x-i)*(e.y-a)-(n.y-a)*(e.x-i)},r}(),Un=function(){function r(e,t){this.bits=e,this.points=t}return r.prototype.getBits=function(){return this.bits},r.prototype.getPoints=function(){return this.points},r}(),Su=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),bu=function(r){Su(e,r);function e(t,n,i,a,o){var s=r.call(this,t,n)||this;return s.compact=i,s.nbDatablocks=a,s.nbLayers=o,s}return e.prototype.getNbLayers=function(){return this.nbLayers},e.prototype.getNbDatablocks=function(){return this.nbDatablocks},e.prototype.isCompact=function(){return this.compact},e}(Un),Vn=function(){function r(e,t,n,i){this.image=e,this.height=e.getHeight(),this.width=e.getWidth(),t==null&&(t=r.INIT_SIZE),n==null&&(n=e.getWidth()/2|0),i==null&&(i=e.getHeight()/2|0);var a=t/2|0;if(this.leftInit=n-a,this.rightInit=n+a,this.upInit=i-a,this.downInit=i+a,this.upInit<0||this.leftInit<0||this.downInit>=this.height||this.rightInit>=this.width)throw new D}return r.prototype.detect=function(){for(var e=this.leftInit,t=this.rightInit,n=this.upInit,i=this.downInit,a=!1,o=!0,s=!1,f=!1,u=!1,c=!1,l=!1,d=this.width,h=this.height;o;){o=!1;for(var p=!0;(p||!f)&&t<d;)p=this.containsBlackPoint(n,i,t,!1),p?(t++,o=!0,f=!0):f||t++;if(t>=d){a=!0;break}for(var v=!0;(v||!u)&&i<h;)v=this.containsBlackPoint(e,t,i,!0),v?(i++,o=!0,u=!0):u||i++;if(i>=h){a=!0;break}for(var x=!0;(x||!c)&&e>=0;)x=this.containsBlackPoint(n,i,e,!1),x?(e--,o=!0,c=!0):c||e--;if(e<0){a=!0;break}for(var w=!0;(w||!l)&&n>=0;)w=this.containsBlackPoint(e,t,n,!0),w?(n--,o=!0,l=!0):l||n--;if(n<0){a=!0;break}o&&(s=!0)}if(!a&&s){for(var m=t-e,C=null,_=1;C===null&&_<m;_++)C=this.getBlackPointOnSegment(e,i-_,e+_,i);if(C==null)throw new D;for(var A=null,_=1;A===null&&_<m;_++)A=this.getBlackPointOnSegment(e,n+_,e+_,n);if(A==null)throw new D;for(var b=null,_=1;b===null&&_<m;_++)b=this.getBlackPointOnSegment(t,n+_,t-_,n);if(b==null)throw new D;for(var T=null,_=1;T===null&&_<m;_++)T=this.getBlackPointOnSegment(t,i-_,t-_,i);if(T==null)throw new D;return this.centerEdges(T,C,b,A)}else throw new D},r.prototype.getBlackPointOnSegment=function(e,t,n,i){for(var a=Z.round(Z.distance(e,t,n,i)),o=(n-e)/a,s=(i-t)/a,f=this.image,u=0;u<a;u++){var c=Z.round(e+u*o),l=Z.round(t+u*s);if(f.get(c,l))return new k(c,l)}return null},r.prototype.centerEdges=function(e,t,n,i){var a=e.getX(),o=e.getY(),s=t.getX(),f=t.getY(),u=n.getX(),c=n.getY(),l=i.getX(),d=i.getY(),h=r.CORR;return a<this.width/2?[new k(l-h,d+h),new k(s+h,f+h),new k(u-h,c-h),new k(a+h,o-h)]:[new k(l+h,d+h),new k(s+h,f-h),new k(u-h,c+h),new k(a-h,o-h)]},r.prototype.containsBlackPoint=function(e,t,n,i){var a=this.image;if(i){for(var o=e;o<=t;o++)if(a.get(o,n))return!0}else for(var s=e;s<=t;s++)if(a.get(n,s))return!0;return!1},r.INIT_SIZE=10,r.CORR=1,r}(),za=function(){function r(){}return r.checkAndNudgePoints=function(e,t){for(var n=e.getWidth(),i=e.getHeight(),a=!0,o=0;o<t.length&&a;o+=2){var s=Math.floor(t[o]),f=Math.floor(t[o+1]);if(s<-1||s>n||f<-1||f>i)throw new D;a=!1,s===-1?(t[o]=0,a=!0):s===n&&(t[o]=n-1,a=!0),f===-1?(t[o+1]=0,a=!0):f===i&&(t[o+1]=i-1,a=!0)}a=!0;for(var o=t.length-2;o>=0&&a;o-=2){var s=Math.floor(t[o]),f=Math.floor(t[o+1]);if(s<-1||s>n||f<-1||f>i)throw new D;a=!1,s===-1?(t[o]=0,a=!0):s===n&&(t[o]=n-1,a=!0),f===-1?(t[o+1]=0,a=!0):f===i&&(t[o+1]=i-1,a=!0)}},r}(),Ga=function(){function r(e,t,n,i,a,o,s,f,u){this.a11=e,this.a21=t,this.a31=n,this.a12=i,this.a22=a,this.a32=o,this.a13=s,this.a23=f,this.a33=u}return r.quadrilateralToQuadrilateral=function(e,t,n,i,a,o,s,f,u,c,l,d,h,p,v,x){var w=r.quadrilateralToSquare(e,t,n,i,a,o,s,f),m=r.squareToQuadrilateral(u,c,l,d,h,p,v,x);return m.times(w)},r.prototype.transformPoints=function(e){for(var t=e.length,n=this.a11,i=this.a12,a=this.a13,o=this.a21,s=this.a22,f=this.a23,u=this.a31,c=this.a32,l=this.a33,d=0;d<t;d+=2){var h=e[d],p=e[d+1],v=a*h+f*p+l;e[d]=(n*h+o*p+u)/v,e[d+1]=(i*h+s*p+c)/v}},r.prototype.transformPointsWithValues=function(e,t){for(var n=this.a11,i=this.a12,a=this.a13,o=this.a21,s=this.a22,f=this.a23,u=this.a31,c=this.a32,l=this.a33,d=e.length,h=0;h<d;h++){var p=e[h],v=t[h],x=a*p+f*v+l;e[h]=(n*p+o*v+u)/x,t[h]=(i*p+s*v+c)/x}},r.squareToQuadrilateral=function(e,t,n,i,a,o,s,f){var u=e-n+a-s,c=t-i+o-f;if(u===0&&c===0)return new r(n-e,a-n,e,i-t,o-i,t,0,0,1);var l=n-a,d=s-a,h=i-o,p=f-o,v=l*p-d*h,x=(u*p-d*c)/v,w=(l*c-u*h)/v;return new r(n-e+x*n,s-e+w*s,e,i-t+x*i,f-t+w*f,t,x,w,1)},r.quadrilateralToSquare=function(e,t,n,i,a,o,s,f){return r.squareToQuadrilateral(e,t,n,i,a,o,s,f).buildAdjoint()},r.prototype.buildAdjoint=function(){return new r(this.a22*this.a33-this.a23*this.a32,this.a23*this.a31-this.a21*this.a33,this.a21*this.a32-this.a22*this.a31,this.a13*this.a32-this.a12*this.a33,this.a11*this.a33-this.a13*this.a31,this.a12*this.a31-this.a11*this.a32,this.a12*this.a23-this.a13*this.a22,this.a13*this.a21-this.a11*this.a23,this.a11*this.a22-this.a12*this.a21)},r.prototype.times=function(e){return new r(this.a11*e.a11+this.a21*e.a12+this.a31*e.a13,this.a11*e.a21+this.a21*e.a22+this.a31*e.a23,this.a11*e.a31+this.a21*e.a32+this.a31*e.a33,this.a12*e.a11+this.a22*e.a12+this.a32*e.a13,this.a12*e.a21+this.a22*e.a22+this.a32*e.a23,this.a12*e.a31+this.a22*e.a32+this.a32*e.a33,this.a13*e.a11+this.a23*e.a12+this.a33*e.a13,this.a13*e.a21+this.a23*e.a22+this.a33*e.a23,this.a13*e.a31+this.a23*e.a32+this.a33*e.a33)},r}(),Tu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ou=function(r){Tu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.sampleGrid=function(t,n,i,a,o,s,f,u,c,l,d,h,p,v,x,w,m,C,_){var A=Ga.quadrilateralToQuadrilateral(a,o,s,f,u,c,l,d,h,p,v,x,w,m,C,_);return this.sampleGridWithTransform(t,n,i,A)},e.prototype.sampleGridWithTransform=function(t,n,i,a){if(n<=0||i<=0)throw new D;for(var o=new Qe(n,i),s=new Float32Array(2*n),f=0;f<i;f++){for(var u=s.length,c=f+.5,l=0;l<u;l+=2)s[l]=l/2+.5,s[l+1]=c;a.transformPoints(s),za.checkAndNudgePoints(t,s);try{for(var l=0;l<u;l+=2)t.get(Math.floor(s[l]),Math.floor(s[l+1]))&&o.set(l/2,f)}catch{throw new D}}return o},e}(za),Hn=function(){function r(){}return r.setGridSampler=function(e){r.gridSampler=e},r.getInstance=function(){return r.gridSampler},r.gridSampler=new Ou,r}(),Be=function(){function r(e,t){this.x=e,this.y=t}return r.prototype.toResultPoint=function(){return new k(this.getX(),this.getY())},r.prototype.getX=function(){return this.x},r.prototype.getY=function(){return this.y},r}(),Nu=function(){function r(e){this.EXPECTED_CORNER_BITS=new Int32Array([3808,476,2107,1799]),this.image=e}return r.prototype.detect=function(){return this.detectMirror(!1)},r.prototype.detectMirror=function(e){var t=this.getMatrixCenter(),n=this.getBullsEyeCorners(t);if(e){var i=n[0];n[0]=n[2],n[2]=i}this.extractParameters(n);var a=this.sampleGrid(this.image,n[this.shift%4],n[(this.shift+1)%4],n[(this.shift+2)%4],n[(this.shift+3)%4]),o=this.getMatrixCornerPoints(n);return new bu(a,o,this.compact,this.nbDataBlocks,this.nbLayers)},r.prototype.extractParameters=function(e){if(!this.isValidPoint(e[0])||!this.isValidPoint(e[1])||!this.isValidPoint(e[2])||!this.isValidPoint(e[3]))throw new D;var t=2*this.nbCenterLayers,n=new Int32Array([this.sampleLine(e[0],e[1],t),this.sampleLine(e[1],e[2],t),this.sampleLine(e[2],e[3],t),this.sampleLine(e[3],e[0],t)]);this.shift=this.getRotation(n,t);for(var i=0,a=0;a<4;a++){var o=n[(this.shift+a)%4];this.compact?(i<<=7,i+=o>>1&127):(i<<=10,i+=(o>>2&992)+(o>>1&31))}var s=this.getCorrectedParameterData(i,this.compact);this.compact?(this.nbLayers=(s>>6)+1,this.nbDataBlocks=(s&63)+1):(this.nbLayers=(s>>11)+1,this.nbDataBlocks=(s&2047)+1)},r.prototype.getRotation=function(e,t){var n=0;e.forEach(function(a,o,s){var f=(a>>t-2<<1)+(a&1);n=(n<<3)+f}),n=((n&1)<<11)+(n>>1);for(var i=0;i<4;i++)if(G.bitCount(n^this.EXPECTED_CORNER_BITS[i])<=2)return i;throw new D},r.prototype.getCorrectedParameterData=function(e,t){var n,i;t?(n=7,i=2):(n=10,i=4);for(var a=n-i,o=new Int32Array(n),s=n-1;s>=0;--s)o[s]=e&15,e>>=4;try{var f=new Mr(Re.AZTEC_PARAM);f.decode(o,a)}catch{throw new D}for(var u=0,s=0;s<i;s++)u=(u<<4)+o[s];return u},r.prototype.getBullsEyeCorners=function(e){var t=e,n=e,i=e,a=e,o=!0;for(this.nbCenterLayers=1;this.nbCenterLayers<9;this.nbCenterLayers++){var s=this.getFirstDifferent(t,o,1,-1),f=this.getFirstDifferent(n,o,1,1),u=this.getFirstDifferent(i,o,-1,1),c=this.getFirstDifferent(a,o,-1,-1);if(this.nbCenterLayers>2){var l=this.distancePoint(c,s)*this.nbCenterLayers/(this.distancePoint(a,t)*(this.nbCenterLayers+2));if(l<.75||l>1.25||!this.isWhiteOrBlackRectangle(s,f,u,c))break}t=s,n=f,i=u,a=c,o=!o}if(this.nbCenterLayers!==5&&this.nbCenterLayers!==7)throw new D;this.compact=this.nbCenterLayers===5;var d=new k(t.getX()+.5,t.getY()-.5),h=new k(n.getX()+.5,n.getY()+.5),p=new k(i.getX()-.5,i.getY()+.5),v=new k(a.getX()-.5,a.getY()-.5);return this.expandSquare([d,h,p,v],2*this.nbCenterLayers-3,2*this.nbCenterLayers)},r.prototype.getMatrixCenter=function(){var e,t,n,i;try{var a=new Vn(this.image).detect();e=a[0],t=a[1],n=a[2],i=a[3]}catch{var o=this.image.getWidth()/2,s=this.image.getHeight()/2;e=this.getFirstDifferent(new Be(o+7,s-7),!1,1,-1).toResultPoint(),t=this.getFirstDifferent(new Be(o+7,s+7),!1,1,1).toResultPoint(),n=this.getFirstDifferent(new Be(o-7,s+7),!1,-1,1).toResultPoint(),i=this.getFirstDifferent(new Be(o-7,s-7),!1,-1,-1).toResultPoint()}var f=Z.round((e.getX()+i.getX()+t.getX()+n.getX())/4),u=Z.round((e.getY()+i.getY()+t.getY()+n.getY())/4);try{var a=new Vn(this.image,15,f,u).detect();e=a[0],t=a[1],n=a[2],i=a[3]}catch{e=this.getFirstDifferent(new Be(f+7,u-7),!1,1,-1).toResultPoint(),t=this.getFirstDifferent(new Be(f+7,u+7),!1,1,1).toResultPoint(),n=this.getFirstDifferent(new Be(f-7,u+7),!1,-1,1).toResultPoint(),i=this.getFirstDifferent(new Be(f-7,u-7),!1,-1,-1).toResultPoint()}return f=Z.round((e.getX()+i.getX()+t.getX()+n.getX())/4),u=Z.round((e.getY()+i.getY()+t.getY()+n.getY())/4),new Be(f,u)},r.prototype.getMatrixCornerPoints=function(e){return this.expandSquare(e,2*this.nbCenterLayers,this.getDimension())},r.prototype.sampleGrid=function(e,t,n,i,a){var o=Hn.getInstance(),s=this.getDimension(),f=s/2-this.nbCenterLayers,u=s/2+this.nbCenterLayers;return o.sampleGrid(e,s,s,f,f,u,f,u,u,f,u,t.getX(),t.getY(),n.getX(),n.getY(),i.getX(),i.getY(),a.getX(),a.getY())},r.prototype.sampleLine=function(e,t,n){for(var i=0,a=this.distanceResultPoint(e,t),o=a/n,s=e.getX(),f=e.getY(),u=o*(t.getX()-e.getX())/a,c=o*(t.getY()-e.getY())/a,l=0;l<n;l++)this.image.get(Z.round(s+l*u),Z.round(f+l*c))&&(i|=1<<n-l-1);return i},r.prototype.isWhiteOrBlackRectangle=function(e,t,n,i){var a=3;e=new Be(e.getX()-a,e.getY()+a),t=new Be(t.getX()-a,t.getY()-a),n=new Be(n.getX()+a,n.getY()-a),i=new Be(i.getX()+a,i.getY()+a);var o=this.getColor(i,e);if(o===0)return!1;var s=this.getColor(e,t);return s!==o||(s=this.getColor(t,n),s!==o)?!1:(s=this.getColor(n,i),s===o)},r.prototype.getColor=function(e,t){for(var n=this.distancePoint(e,t),i=(t.getX()-e.getX())/n,a=(t.getY()-e.getY())/n,o=0,s=e.getX(),f=e.getY(),u=this.image.get(e.getX(),e.getY()),c=Math.ceil(n),l=0;l<c;l++)s+=i,f+=a,this.image.get(Z.round(s),Z.round(f))!==u&&o++;var d=o/n;return d>.1&&d<.9?0:d<=.1===u?1:-1},r.prototype.getFirstDifferent=function(e,t,n,i){for(var a=e.getX()+n,o=e.getY()+i;this.isValid(a,o)&&this.image.get(a,o)===t;)a+=n,o+=i;for(a-=n,o-=i;this.isValid(a,o)&&this.image.get(a,o)===t;)a+=n;for(a-=n;this.isValid(a,o)&&this.image.get(a,o)===t;)o+=i;return o-=i,new Be(a,o)},r.prototype.expandSquare=function(e,t,n){var i=n/(2*t),a=e[0].getX()-e[2].getX(),o=e[0].getY()-e[2].getY(),s=(e[0].getX()+e[2].getX())/2,f=(e[0].getY()+e[2].getY())/2,u=new k(s+i*a,f+i*o),c=new k(s-i*a,f-i*o);a=e[1].getX()-e[3].getX(),o=e[1].getY()-e[3].getY(),s=(e[1].getX()+e[3].getX())/2,f=(e[1].getY()+e[3].getY())/2;var l=new k(s+i*a,f+i*o),d=new k(s-i*a,f-i*o),h=[u,l,c,d];return h},r.prototype.isValid=function(e,t){return e>=0&&e<this.image.getWidth()&&t>0&&t<this.image.getHeight()},r.prototype.isValidPoint=function(e){var t=Z.round(e.getX()),n=Z.round(e.getY());return this.isValid(t,n)},r.prototype.distancePoint=function(e,t){return Z.distance(e.getX(),e.getY(),t.getX(),t.getY())},r.prototype.distanceResultPoint=function(e,t){return Z.distance(e.getX(),e.getY(),t.getX(),t.getY())},r.prototype.getDimension=function(){return this.compact?4*this.nbLayers+11:this.nbLayers<=4?4*this.nbLayers+15:4*this.nbLayers+2*(G.truncDivision(this.nbLayers-4,8)+1)+15},r}(),zn=function(){function r(){}return r.prototype.decode=function(e,t){t===void 0&&(t=null);var n=null,i=new Nu(e.getBlackMatrix()),a=null,o=null;try{var s=i.detectMirror(!1);a=s.getPoints(),this.reportFoundResultPoints(t,a),o=new Ha().decode(s)}catch(l){n=l}if(o==null)try{var s=i.detectMirror(!0);a=s.getPoints(),this.reportFoundResultPoints(t,a),o=new Ha().decode(s)}catch(l){throw n??l}var f=new be(o.getText(),o.getRawBytes(),o.getNumBits(),a,L.AZTEC,re.currentTimeMillis()),u=o.getByteSegments();u!=null&&f.putMetadata(Ce.BYTE_SEGMENTS,u);var c=o.getECLevel();return c!=null&&f.putMetadata(Ce.ERROR_CORRECTION_LEVEL,c),f},r.prototype.reportFoundResultPoints=function(e,t){if(e!=null){var n=e.get(oe.NEED_RESULT_POINT_CALLBACK);n!=null&&t.forEach(function(i,a,o){n.foundPossibleResultPoint(i)})}},r.prototype.reset=function(){},r}(),Du=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){Du(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new zn,t)||this}return e})(Mt);var ce=function(){function r(){}return r.prototype.decode=function(e,t){try{return this.doDecode(e,t)}catch{var n=t&&t.get(oe.TRY_HARDER)===!0;if(n&&e.isRotateSupported()){var i=e.rotateCounterClockwise(),a=this.doDecode(i,t),o=a.getResultMetadata(),s=270;o!==null&&o.get(Ce.ORIENTATION)===!0&&(s=s+o.get(Ce.ORIENTATION)%360),a.putMetadata(Ce.ORIENTATION,s);var f=a.getResultPoints();if(f!==null)for(var u=i.getHeight(),c=0;c<f.length;c++)f[c]=new k(u-f[c].getY()-1,f[c].getX());return a}else throw new D}},r.prototype.reset=function(){},r.prototype.doDecode=function(e,t){var n=e.getWidth(),i=e.getHeight(),a=new ve(n),o=t&&t.get(oe.TRY_HARDER)===!0,s=Math.max(1,i>>(o?8:5)),f;o?f=i:f=15;for(var u=Math.trunc(i/2),c=0;c<f;c++){var l=Math.trunc((c+1)/2),d=(c&1)===0,h=u+s*(d?l:-l);if(h<0||h>=i)break;try{a=e.getBlackRow(h,a)}catch{continue}for(var p=function(m){if(m===1&&(a.reverse(),t&&t.get(oe.NEED_RESULT_POINT_CALLBACK)===!0)){var C=new Map;t.forEach(function(b,T){return C.set(T,b)}),C.delete(oe.NEED_RESULT_POINT_CALLBACK),t=C}try{var _=v.decodeRow(h,a,t);if(m===1){_.putMetadata(Ce.ORIENTATION,180);var A=_.getResultPoints();A!==null&&(A[0]=new k(n-A[0].getX()-1,A[0].getY()),A[1]=new k(n-A[1].getX()-1,A[1].getY()))}return{value:_}}catch{}},v=this,x=0;x<2;x++){var w=p(x);if(typeof w=="object")return w.value}}throw new D},r.recordPattern=function(e,t,n){for(var i=n.length,a=0;a<i;a++)n[a]=0;var o=e.getSize();if(t>=o)throw new D;for(var s=!e.get(t),f=0,u=t;u<o;){if(e.get(u)!==s)n[f]++;else{if(++f===i)break;n[f]=1,s=!s}u++}if(!(f===i||f===i-1&&u===o))throw new D},r.recordPatternInReverse=function(e,t,n){for(var i=n.length,a=e.get(t);t>0&&i>=0;)e.get(--t)!==a&&(i--,a=!a);if(i>=0)throw new D;r.recordPattern(e,t+1,n)},r.patternMatchVariance=function(e,t,n){for(var i=e.length,a=0,o=0,s=0;s<i;s++)a+=e[s],o+=t[s];if(a<o)return Number.POSITIVE_INFINITY;var f=a/o;n*=f;for(var u=0,c=0;c<i;c++){var l=e[c],d=t[c]*f,h=l>d?l-d:d-l;if(h>n)return Number.POSITIVE_INFINITY;u+=h}return u/a},r}(),Pu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Wa=function(r){Pu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.findStartPattern=function(t){for(var n=t.getSize(),i=t.getNextSet(0),a=0,o=Int32Array.from([0,0,0,0,0,0]),s=i,f=!1,u=6,c=i;c<n;c++)if(t.get(c)!==f)o[a]++;else{if(a===u-1){for(var l=e.MAX_AVG_VARIANCE,d=-1,h=e.CODE_START_A;h<=e.CODE_START_C;h++){var p=ce.patternMatchVariance(o,e.CODE_PATTERNS[h],e.MAX_INDIVIDUAL_VARIANCE);p<l&&(l=p,d=h)}if(d>=0&&t.isRange(Math.max(0,s-(c-s)/2),s,!1))return Int32Array.from([s,c,d]);s+=o[0]+o[1],o=o.slice(2,o.length-1),o[a-1]=0,o[a]=0,a--}else a++;o[a]=1,f=!f}throw new D},e.decodeCode=function(t,n,i){ce.recordPattern(t,i,n);for(var a=e.MAX_AVG_VARIANCE,o=-1,s=0;s<e.CODE_PATTERNS.length;s++){var f=e.CODE_PATTERNS[s],u=this.patternMatchVariance(n,f,e.MAX_INDIVIDUAL_VARIANCE);u<a&&(a=u,o=s)}if(o>=0)return o;throw new D},e.prototype.decodeRow=function(t,n,i){var a=i&&i.get(oe.ASSUME_GS1)===!0,o=e.findStartPattern(n),s=o[2],f=0,u=new Uint8Array(20);u[f++]=s;var c;switch(s){case e.CODE_START_A:c=e.CODE_CODE_A;break;case e.CODE_START_B:c=e.CODE_CODE_B;break;case e.CODE_START_C:c=e.CODE_CODE_C;break;default:throw new F}for(var l=!1,d=!1,h="",p=o[0],v=o[1],x=Int32Array.from([0,0,0,0,0,0]),w=0,m=0,C=s,_=0,A=!0,b=!1,T=!1;!l;){var O=d;switch(d=!1,w=m,m=e.decodeCode(n,x,v),u[f++]=m,m!==e.CODE_STOP&&(A=!0),m!==e.CODE_STOP&&(_++,C+=_*m),p=v,v+=x.reduce(function(tt,We){return tt+We},0),m){case e.CODE_START_A:case e.CODE_START_B:case e.CODE_START_C:throw new F}switch(c){case e.CODE_CODE_A:if(m<64)T===b?h+=String.fromCharCode(32+m):h+=String.fromCharCode(32+m+128),T=!1;else if(m<96)T===b?h+=String.fromCharCode(m-64):h+=String.fromCharCode(m+64),T=!1;else switch(m!==e.CODE_STOP&&(A=!1),m){case e.CODE_FNC_1:a&&(h.length===0?h+="]C1":h+="");break;case e.CODE_FNC_2:case e.CODE_FNC_3:break;case e.CODE_FNC_4_A:!b&&T?(b=!0,T=!1):b&&T?(b=!1,T=!1):T=!0;break;case e.CODE_SHIFT:d=!0,c=e.CODE_CODE_B;break;case e.CODE_CODE_B:c=e.CODE_CODE_B;break;case e.CODE_CODE_C:c=e.CODE_CODE_C;break;case e.CODE_STOP:l=!0;break}break;case e.CODE_CODE_B:if(m<96)T===b?h+=String.fromCharCode(32+m):h+=String.fromCharCode(32+m+128),T=!1;else switch(m!==e.CODE_STOP&&(A=!1),m){case e.CODE_FNC_1:a&&(h.length===0?h+="]C1":h+="");break;case e.CODE_FNC_2:case e.CODE_FNC_3:break;case e.CODE_FNC_4_B:!b&&T?(b=!0,T=!1):b&&T?(b=!1,T=!1):T=!0;break;case e.CODE_SHIFT:d=!0,c=e.CODE_CODE_A;break;case e.CODE_CODE_A:c=e.CODE_CODE_A;break;case e.CODE_CODE_C:c=e.CODE_CODE_C;break;case e.CODE_STOP:l=!0;break}break;case e.CODE_CODE_C:if(m<100)m<10&&(h+="0"),h+=m;else switch(m!==e.CODE_STOP&&(A=!1),m){case e.CODE_FNC_1:a&&(h.length===0?h+="]C1":h+="");break;case e.CODE_CODE_A:c=e.CODE_CODE_A;break;case e.CODE_CODE_B:c=e.CODE_CODE_B;break;case e.CODE_STOP:l=!0;break}break}O&&(c=c===e.CODE_CODE_A?e.CODE_CODE_B:e.CODE_CODE_A)}var M=v-p;if(v=n.getNextUnset(v),!n.isRange(v,Math.min(n.getSize(),v+(v-p)/2),!1))throw new D;if(C-=_*w,C%103!==w)throw new pe;var B=h.length;if(B===0)throw new D;B>0&&A&&(c===e.CODE_CODE_C?h=h.substring(0,B-2):h=h.substring(0,B-1));for(var V=(o[1]+o[0])/2,H=p+M/2,W=u.length,se=new Uint8Array(W),j=0;j<W;j++)se[j]=u[j];var ye=[new k(V,t),new k(H,t)];return new be(h,se,0,ye,L.CODE_128,new Date().getTime())},e.CODE_PATTERNS=[Int32Array.from([2,1,2,2,2,2]),Int32Array.from([2,2,2,1,2,2]),Int32Array.from([2,2,2,2,2,1]),Int32Array.from([1,2,1,2,2,3]),Int32Array.from([1,2,1,3,2,2]),Int32Array.from([1,3,1,2,2,2]),Int32Array.from([1,2,2,2,1,3]),Int32Array.from([1,2,2,3,1,2]),Int32Array.from([1,3,2,2,1,2]),Int32Array.from([2,2,1,2,1,3]),Int32Array.from([2,2,1,3,1,2]),Int32Array.from([2,3,1,2,1,2]),Int32Array.from([1,1,2,2,3,2]),Int32Array.from([1,2,2,1,3,2]),Int32Array.from([1,2,2,2,3,1]),Int32Array.from([1,1,3,2,2,2]),Int32Array.from([1,2,3,1,2,2]),Int32Array.from([1,2,3,2,2,1]),Int32Array.from([2,2,3,2,1,1]),Int32Array.from([2,2,1,1,3,2]),Int32Array.from([2,2,1,2,3,1]),Int32Array.from([2,1,3,2,1,2]),Int32Array.from([2,2,3,1,1,2]),Int32Array.from([3,1,2,1,3,1]),Int32Array.from([3,1,1,2,2,2]),Int32Array.from([3,2,1,1,2,2]),Int32Array.from([3,2,1,2,2,1]),Int32Array.from([3,1,2,2,1,2]),Int32Array.from([3,2,2,1,1,2]),Int32Array.from([3,2,2,2,1,1]),Int32Array.from([2,1,2,1,2,3]),Int32Array.from([2,1,2,3,2,1]),Int32Array.from([2,3,2,1,2,1]),Int32Array.from([1,1,1,3,2,3]),Int32Array.from([1,3,1,1,2,3]),Int32Array.from([1,3,1,3,2,1]),Int32Array.from([1,1,2,3,1,3]),Int32Array.from([1,3,2,1,1,3]),Int32Array.from([1,3,2,3,1,1]),Int32Array.from([2,1,1,3,1,3]),Int32Array.from([2,3,1,1,1,3]),Int32Array.from([2,3,1,3,1,1]),Int32Array.from([1,1,2,1,3,3]),Int32Array.from([1,1,2,3,3,1]),Int32Array.from([1,3,2,1,3,1]),Int32Array.from([1,1,3,1,2,3]),Int32Array.from([1,1,3,3,2,1]),Int32Array.from([1,3,3,1,2,1]),Int32Array.from([3,1,3,1,2,1]),Int32Array.from([2,1,1,3,3,1]),Int32Array.from([2,3,1,1,3,1]),Int32Array.from([2,1,3,1,1,3]),Int32Array.from([2,1,3,3,1,1]),Int32Array.from([2,1,3,1,3,1]),Int32Array.from([3,1,1,1,2,3]),Int32Array.from([3,1,1,3,2,1]),Int32Array.from([3,3,1,1,2,1]),Int32Array.from([3,1,2,1,1,3]),Int32Array.from([3,1,2,3,1,1]),Int32Array.from([3,3,2,1,1,1]),Int32Array.from([3,1,4,1,1,1]),Int32Array.from([2,2,1,4,1,1]),Int32Array.from([4,3,1,1,1,1]),Int32Array.from([1,1,1,2,2,4]),Int32Array.from([1,1,1,4,2,2]),Int32Array.from([1,2,1,1,2,4]),Int32Array.from([1,2,1,4,2,1]),Int32Array.from([1,4,1,1,2,2]),Int32Array.from([1,4,1,2,2,1]),Int32Array.from([1,1,2,2,1,4]),Int32Array.from([1,1,2,4,1,2]),Int32Array.from([1,2,2,1,1,4]),Int32Array.from([1,2,2,4,1,1]),Int32Array.from([1,4,2,1,1,2]),Int32Array.from([1,4,2,2,1,1]),Int32Array.from([2,4,1,2,1,1]),Int32Array.from([2,2,1,1,1,4]),Int32Array.from([4,1,3,1,1,1]),Int32Array.from([2,4,1,1,1,2]),Int32Array.from([1,3,4,1,1,1]),Int32Array.from([1,1,1,2,4,2]),Int32Array.from([1,2,1,1,4,2]),Int32Array.from([1,2,1,2,4,1]),Int32Array.from([1,1,4,2,1,2]),Int32Array.from([1,2,4,1,1,2]),Int32Array.from([1,2,4,2,1,1]),Int32Array.from([4,1,1,2,1,2]),Int32Array.from([4,2,1,1,1,2]),Int32Array.from([4,2,1,2,1,1]),Int32Array.from([2,1,2,1,4,1]),Int32Array.from([2,1,4,1,2,1]),Int32Array.from([4,1,2,1,2,1]),Int32Array.from([1,1,1,1,4,3]),Int32Array.from([1,1,1,3,4,1]),Int32Array.from([1,3,1,1,4,1]),Int32Array.from([1,1,4,1,1,3]),Int32Array.from([1,1,4,3,1,1]),Int32Array.from([4,1,1,1,1,3]),Int32Array.from([4,1,1,3,1,1]),Int32Array.from([1,1,3,1,4,1]),Int32Array.from([1,1,4,1,3,1]),Int32Array.from([3,1,1,1,4,1]),Int32Array.from([4,1,1,1,3,1]),Int32Array.from([2,1,1,4,1,2]),Int32Array.from([2,1,1,2,1,4]),Int32Array.from([2,1,1,2,3,2]),Int32Array.from([2,3,3,1,1,1,2])],e.MAX_AVG_VARIANCE=.25,e.MAX_INDIVIDUAL_VARIANCE=.7,e.CODE_SHIFT=98,e.CODE_CODE_C=99,e.CODE_CODE_B=100,e.CODE_CODE_A=101,e.CODE_FNC_1=102,e.CODE_FNC_2=97,e.CODE_FNC_3=96,e.CODE_FNC_4_A=101,e.CODE_FNC_4_B=100,e.CODE_START_A=103,e.CODE_START_B=104,e.CODE_START_C=105,e.CODE_STOP=106,e}(ce),Mu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Gn=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Xa=function(r){Mu(e,r);function e(t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var i=r.call(this)||this;return i.usingCheckDigit=t,i.extendedMode=n,i.decodeRowResult="",i.counters=new Int32Array(9),i}return e.prototype.decodeRow=function(t,n,i){var a,o,s,f,u=this.counters;u.fill(0),this.decodeRowResult="";var c=e.findAsteriskPattern(n,u),l=n.getNextSet(c[1]),d=n.getSize(),h,p;do{e.recordPattern(n,l,u);var v=e.toNarrowWidePattern(u);if(v<0)throw new D;h=e.patternToChar(v),this.decodeRowResult+=h,p=l;try{for(var x=(a=void 0,Gn(u)),w=x.next();!w.done;w=x.next()){var m=w.value;l+=m}}catch(W){a={error:W}}finally{try{w&&!w.done&&(o=x.return)&&o.call(x)}finally{if(a)throw a.error}}l=n.getNextSet(l)}while(h!=="*");this.decodeRowResult=this.decodeRowResult.substring(0,this.decodeRowResult.length-1);var C=0;try{for(var _=Gn(u),A=_.next();!A.done;A=_.next()){var m=A.value;C+=m}}catch(W){s={error:W}}finally{try{A&&!A.done&&(f=_.return)&&f.call(_)}finally{if(s)throw s.error}}var b=l-p-C;if(l!==d&&b*2<C)throw new D;if(this.usingCheckDigit){for(var T=this.decodeRowResult.length-1,O=0,M=0;M<T;M++)O+=e.ALPHABET_STRING.indexOf(this.decodeRowResult.charAt(M));if(this.decodeRowResult.charAt(T)!==e.ALPHABET_STRING.charAt(O%43))throw new pe;this.decodeRowResult=this.decodeRowResult.substring(0,T)}if(this.decodeRowResult.length===0)throw new D;var B;this.extendedMode?B=e.decodeExtended(this.decodeRowResult):B=this.decodeRowResult;var V=(c[1]+c[0])/2,H=p+C/2;return new be(B,null,0,[new k(V,t),new k(H,t)],L.CODE_39,new Date().getTime())},e.findAsteriskPattern=function(t,n){for(var i=t.getSize(),a=t.getNextSet(0),o=0,s=a,f=!1,u=n.length,c=a;c<i;c++)if(t.get(c)!==f)n[o]++;else{if(o===u-1){if(this.toNarrowWidePattern(n)===e.ASTERISK_ENCODING&&t.isRange(Math.max(0,s-Math.floor((c-s)/2)),s,!1))return[s,c];s+=n[0]+n[1],n.copyWithin(0,2,2+o-1),n[o-1]=0,n[o]=0,o--}else o++;n[o]=1,f=!f}throw new D},e.toNarrowWidePattern=function(t){var n,i,a=t.length,o=0,s;do{var f=2147483647;try{for(var u=(n=void 0,Gn(t)),c=u.next();!c.done;c=u.next()){var l=c.value;l<f&&l>o&&(f=l)}}catch(v){n={error:v}}finally{try{c&&!c.done&&(i=u.return)&&i.call(u)}finally{if(n)throw n.error}}o=f,s=0;for(var d=0,h=0,p=0;p<a;p++){var l=t[p];l>o&&(h|=1<<a-1-p,s++,d+=l)}if(s===3){for(var p=0;p<a&&s>0;p++){var l=t[p];if(l>o&&(s--,l*2>=d))return-1}return h}}while(s>3);return-1},e.patternToChar=function(t){for(var n=0;n<e.CHARACTER_ENCODINGS.length;n++)if(e.CHARACTER_ENCODINGS[n]===t)return e.ALPHABET_STRING.charAt(n);if(t===e.ASTERISK_ENCODING)return"*";throw new D},e.decodeExtended=function(t){for(var n=t.length,i="",a=0;a<n;a++){var o=t.charAt(a);if(o==="+"||o==="$"||o==="%"||o==="/"){var s=t.charAt(a+1),f="\0";switch(o){case"+":if(s>="A"&&s<="Z")f=String.fromCharCode(s.charCodeAt(0)+32);else throw new F;break;case"$":if(s>="A"&&s<="Z")f=String.fromCharCode(s.charCodeAt(0)-64);else throw new F;break;case"%":if(s>="A"&&s<="E")f=String.fromCharCode(s.charCodeAt(0)-38);else if(s>="F"&&s<="J")f=String.fromCharCode(s.charCodeAt(0)-11);else if(s>="K"&&s<="O")f=String.fromCharCode(s.charCodeAt(0)+16);else if(s>="P"&&s<="T")f=String.fromCharCode(s.charCodeAt(0)+43);else if(s==="U")f="\0";else if(s==="V")f="@";else if(s==="W")f="`";else if(s==="X"||s==="Y"||s==="Z")f="";else throw new F;break;case"/":if(s>="A"&&s<="O")f=String.fromCharCode(s.charCodeAt(0)-32);else if(s==="Z")f=":";else throw new F;break}i+=f,a++}else i+=o}return i},e.ALPHABET_STRING="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%",e.CHARACTER_ENCODINGS=[52,289,97,352,49,304,112,37,292,100,265,73,328,25,280,88,13,268,76,28,259,67,322,19,274,82,7,262,70,22,385,193,448,145,400,208,133,388,196,168,162,138,42],e.ASTERISK_ENCODING=148,e}(ce),Fu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Wn=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},$a=function(r){Fu(e,r);function e(){var t=r.call(this)||this;return t.decodeRowResult="",t.counters=new Int32Array(6),t}return e.prototype.decodeRow=function(t,n,i){var a,o,s,f,u=this.findAsteriskPattern(n),c=n.getNextSet(u[1]),l=n.getSize(),d=this.counters;d.fill(0),this.decodeRowResult="";var h,p;do{e.recordPattern(n,c,d);var v=this.toPattern(d);if(v<0)throw new D;h=this.patternToChar(v),this.decodeRowResult+=h,p=c;try{for(var x=(a=void 0,Wn(d)),w=x.next();!w.done;w=x.next()){var m=w.value;c+=m}}catch(M){a={error:M}}finally{try{w&&!w.done&&(o=x.return)&&o.call(x)}finally{if(a)throw a.error}}c=n.getNextSet(c)}while(h!=="*");this.decodeRowResult=this.decodeRowResult.substring(0,this.decodeRowResult.length-1);var C=0;try{for(var _=Wn(d),A=_.next();!A.done;A=_.next()){var m=A.value;C+=m}}catch(M){s={error:M}}finally{try{A&&!A.done&&(f=_.return)&&f.call(_)}finally{if(s)throw s.error}}if(c===l||!n.get(c))throw new D;if(this.decodeRowResult.length<2)throw new D;this.checkChecksums(this.decodeRowResult),this.decodeRowResult=this.decodeRowResult.substring(0,this.decodeRowResult.length-2);var b=this.decodeExtended(this.decodeRowResult),T=(u[1]+u[0])/2,O=p+C/2;return new be(b,null,0,[new k(T,t),new k(O,t)],L.CODE_93,new Date().getTime())},e.prototype.findAsteriskPattern=function(t){var n=t.getSize(),i=t.getNextSet(0);this.counters.fill(0);for(var a=this.counters,o=i,s=!1,f=a.length,u=0,c=i;c<n;c++)if(t.get(c)!==s)a[u]++;else{if(u===f-1){if(this.toPattern(a)===e.ASTERISK_ENCODING)return new Int32Array([o,c]);o+=a[0]+a[1],a.copyWithin(0,2,2+u-1),a[u-1]=0,a[u]=0,u--}else u++;a[u]=1,s=!s}throw new D},e.prototype.toPattern=function(t){var n,i,a=0;try{for(var o=Wn(t),s=o.next();!s.done;s=o.next()){var f=s.value;a+=f}}catch(p){n={error:p}}finally{try{s&&!s.done&&(i=o.return)&&i.call(o)}finally{if(n)throw n.error}}for(var u=0,c=t.length,l=0;l<c;l++){var d=Math.round(t[l]*9/a);if(d<1||d>4)return-1;if(l&1)u<<=d;else for(var h=0;h<d;h++)u=u<<1|1}return u},e.prototype.patternToChar=function(t){for(var n=0;n<e.CHARACTER_ENCODINGS.length;n++)if(e.CHARACTER_ENCODINGS[n]===t)return e.ALPHABET_STRING.charAt(n);throw new D},e.prototype.decodeExtended=function(t){for(var n=t.length,i="",a=0;a<n;a++){var o=t.charAt(a);if(o>="a"&&o<="d"){if(a>=n-1)throw new F;var s=t.charAt(a+1),f="\0";switch(o){case"d":if(s>="A"&&s<="Z")f=String.fromCharCode(s.charCodeAt(0)+32);else throw new F;break;case"a":if(s>="A"&&s<="Z")f=String.fromCharCode(s.charCodeAt(0)-64);else throw new F;break;case"b":if(s>="A"&&s<="E")f=String.fromCharCode(s.charCodeAt(0)-38);else if(s>="F"&&s<="J")f=String.fromCharCode(s.charCodeAt(0)-11);else if(s>="K"&&s<="O")f=String.fromCharCode(s.charCodeAt(0)+16);else if(s>="P"&&s<="T")f=String.fromCharCode(s.charCodeAt(0)+43);else if(s==="U")f="\0";else if(s==="V")f="@";else if(s==="W")f="`";else if(s>="X"&&s<="Z")f="";else throw new F;break;case"c":if(s>="A"&&s<="O")f=String.fromCharCode(s.charCodeAt(0)-32);else if(s==="Z")f=":";else throw new F;break}i+=f,a++}else i+=o}return i},e.prototype.checkChecksums=function(t){var n=t.length;this.checkOneChecksum(t,n-2,20),this.checkOneChecksum(t,n-1,15)},e.prototype.checkOneChecksum=function(t,n,i){for(var a=1,o=0,s=n-1;s>=0;s--)o+=a*e.ALPHABET_STRING.indexOf(t.charAt(s)),++a>i&&(a=1);if(t.charAt(n)!==e.ALPHABET_STRING[o%47])throw new pe},e.ALPHABET_STRING="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%abcd*",e.CHARACTER_ENCODINGS=[276,328,324,322,296,292,290,336,274,266,424,420,418,404,402,394,360,356,354,308,282,344,332,326,300,278,436,434,428,422,406,410,364,358,310,314,302,468,466,458,366,374,430,294,474,470,306,350],e.ASTERISK_ENCODING=e.CHARACTER_ENCODINGS[47],e}(ce),Ru=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Bu=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},ja=function(r){Ru(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.narrowLineWidth=-1,t}return e.prototype.decodeRow=function(t,n,i){var a,o,s=this.decodeStart(n),f=this.decodeEnd(n),u=new z;e.decodeMiddle(n,s[1],f[0],u);var c=u.toString(),l=null;i!=null&&(l=i.get(oe.ALLOWED_LENGTHS)),l==null&&(l=e.DEFAULT_ALLOWED_LENGTHS);var d=c.length,h=!1,p=0;try{for(var v=Bu(l),x=v.next();!x.done;x=v.next()){var w=x.value;if(d===w){h=!0;break}w>p&&(p=w)}}catch(_){a={error:_}}finally{try{x&&!x.done&&(o=v.return)&&o.call(v)}finally{if(a)throw a.error}}if(!h&&d>p&&(h=!0),!h)throw new F;var m=[new k(s[1],t),new k(f[0],t)],C=new be(c,null,0,m,L.ITF,new Date().getTime());return C},e.decodeMiddle=function(t,n,i,a){var o=new Int32Array(10),s=new Int32Array(5),f=new Int32Array(5);for(o.fill(0),s.fill(0),f.fill(0);n<i;){ce.recordPattern(t,n,o);for(var u=0;u<5;u++){var c=2*u;s[u]=o[c],f[u]=o[c+1]}var l=e.decodeDigit(s);a.append(l.toString()),l=this.decodeDigit(f),a.append(l.toString()),o.forEach(function(d){n+=d})}},e.prototype.decodeStart=function(t){var n=e.skipWhiteSpace(t),i=e.findGuardPattern(t,n,e.START_PATTERN);return this.narrowLineWidth=(i[1]-i[0])/4,this.validateQuietZone(t,i[0]),i},e.prototype.validateQuietZone=function(t,n){var i=this.narrowLineWidth*10;i=i<n?i:n;for(var a=n-1;i>0&&a>=0&&!t.get(a);a--)i--;if(i!==0)throw new D},e.skipWhiteSpace=function(t){var n=t.getSize(),i=t.getNextSet(0);if(i===n)throw new D;return i},e.prototype.decodeEnd=function(t){t.reverse();try{var n=e.skipWhiteSpace(t),i=void 0;try{i=e.findGuardPattern(t,n,e.END_PATTERN_REVERSED[0])}catch(o){o instanceof D&&(i=e.findGuardPattern(t,n,e.END_PATTERN_REVERSED[1]))}this.validateQuietZone(t,i[0]);var a=i[0];return i[0]=t.getSize()-i[1],i[1]=t.getSize()-a,i}finally{t.reverse()}},e.findGuardPattern=function(t,n,i){var a=i.length,o=new Int32Array(a),s=t.getSize(),f=!1,u=0,c=n;o.fill(0);for(var l=n;l<s;l++)if(t.get(l)!==f)o[u]++;else{if(u===a-1){if(ce.patternMatchVariance(o,i,e.MAX_INDIVIDUAL_VARIANCE)<e.MAX_AVG_VARIANCE)return[c,l];c+=o[0]+o[1],re.arraycopy(o,2,o,0,u-1),o[u-1]=0,o[u]=0,u--}else u++;o[u]=1,f=!f}throw new D},e.decodeDigit=function(t){for(var n=e.MAX_AVG_VARIANCE,i=-1,a=e.PATTERNS.length,o=0;o<a;o++){var s=e.PATTERNS[o],f=ce.patternMatchVariance(t,s,e.MAX_INDIVIDUAL_VARIANCE);f<n?(n=f,i=o):f===n&&(i=-1)}if(i>=0)return i%10;throw new D},e.PATTERNS=[Int32Array.from([1,1,2,2,1]),Int32Array.from([2,1,1,1,2]),Int32Array.from([1,2,1,1,2]),Int32Array.from([2,2,1,1,1]),Int32Array.from([1,1,2,1,2]),Int32Array.from([2,1,2,1,1]),Int32Array.from([1,2,2,1,1]),Int32Array.from([1,1,1,2,2]),Int32Array.from([2,1,1,2,1]),Int32Array.from([1,2,1,2,1]),Int32Array.from([1,1,3,3,1]),Int32Array.from([3,1,1,1,3]),Int32Array.from([1,3,1,1,3]),Int32Array.from([3,3,1,1,1]),Int32Array.from([1,1,3,1,3]),Int32Array.from([3,1,3,1,1]),Int32Array.from([1,3,3,1,1]),Int32Array.from([1,1,1,3,3]),Int32Array.from([3,1,1,3,1]),Int32Array.from([1,3,1,3,1])],e.MAX_AVG_VARIANCE=.38,e.MAX_INDIVIDUAL_VARIANCE=.5,e.DEFAULT_ALLOWED_LENGTHS=[6,8,10,12,14],e.START_PATTERN=Int32Array.from([1,1,1,1]),e.END_PATTERN_REVERSED=[Int32Array.from([1,1,2]),Int32Array.from([1,1,3])],e}(ce),Lu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ft=function(r){Lu(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.decodeRowStringBuffer="",t}return e.findStartGuardPattern=function(t){for(var n=!1,i,a=0,o=Int32Array.from([0,0,0]);!n;){o=Int32Array.from([0,0,0]),i=e.findGuardPattern(t,a,!1,this.START_END_PATTERN,o);var s=i[0];a=i[1];var f=s-(a-s);f>=0&&(n=t.isRange(f,s,!1))}return i},e.checkChecksum=function(t){return e.checkStandardUPCEANChecksum(t)},e.checkStandardUPCEANChecksum=function(t){var n=t.length;if(n===0)return!1;var i=parseInt(t.charAt(n-1),10);return e.getStandardUPCEANChecksum(t.substring(0,n-1))===i},e.getStandardUPCEANChecksum=function(t){for(var n=t.length,i=0,a=n-1;a>=0;a-=2){var o=t.charAt(a).charCodeAt(0)-48;if(o<0||o>9)throw new F;i+=o}i*=3;for(var a=n-2;a>=0;a-=2){var o=t.charAt(a).charCodeAt(0)-48;if(o<0||o>9)throw new F;i+=o}return(1e3-i)%10},e.decodeEnd=function(t,n){return e.findGuardPattern(t,n,!1,e.START_END_PATTERN,new Int32Array(e.START_END_PATTERN.length).fill(0))},e.findGuardPatternWithoutCounters=function(t,n,i,a){return this.findGuardPattern(t,n,i,a,new Int32Array(a.length))},e.findGuardPattern=function(t,n,i,a,o){var s=t.getSize();n=i?t.getNextUnset(n):t.getNextSet(n);for(var f=0,u=n,c=a.length,l=i,d=n;d<s;d++)if(t.get(d)!==l)o[f]++;else{if(f===c-1){if(ce.patternMatchVariance(o,a,e.MAX_INDIVIDUAL_VARIANCE)<e.MAX_AVG_VARIANCE)return Int32Array.from([u,d]);u+=o[0]+o[1];for(var h=o.slice(2,o.length),p=0;p<f-1;p++)o[p]=h[p];o[f-1]=0,o[f]=0,f--}else f++;o[f]=1,l=!l}throw new D},e.decodeDigit=function(t,n,i,a){this.recordPattern(t,i,n);for(var o=this.MAX_AVG_VARIANCE,s=-1,f=a.length,u=0;u<f;u++){var c=a[u],l=ce.patternMatchVariance(n,c,e.MAX_INDIVIDUAL_VARIANCE);l<o&&(o=l,s=u)}if(s>=0)return s;throw new D},e.MAX_AVG_VARIANCE=.48,e.MAX_INDIVIDUAL_VARIANCE=.7,e.START_END_PATTERN=Int32Array.from([1,1,1]),e.MIDDLE_PATTERN=Int32Array.from([1,1,1,1,1]),e.END_PATTERN=Int32Array.from([1,1,1,1,1,1]),e.L_PATTERNS=[Int32Array.from([3,2,1,1]),Int32Array.from([2,2,2,1]),Int32Array.from([2,1,2,2]),Int32Array.from([1,4,1,1]),Int32Array.from([1,1,3,2]),Int32Array.from([1,2,3,1]),Int32Array.from([1,1,1,4]),Int32Array.from([1,3,1,2]),Int32Array.from([1,2,1,3]),Int32Array.from([3,1,1,2])],e}(ce),ku=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Uu=function(){function r(){this.CHECK_DIGIT_ENCODINGS=[24,20,18,17,12,6,3,10,9,5],this.decodeMiddleCounters=Int32Array.from([0,0,0,0]),this.decodeRowStringBuffer=""}return r.prototype.decodeRow=function(e,t,n){var i=this.decodeRowStringBuffer,a=this.decodeMiddle(t,n,i),o=i.toString(),s=r.parseExtensionString(o),f=[new k((n[0]+n[1])/2,e),new k(a,e)],u=new be(o,null,0,f,L.UPC_EAN_EXTENSION,new Date().getTime());return s!=null&&u.putAllMetadata(s),u},r.prototype.decodeMiddle=function(e,t,n){var i,a,o=this.decodeMiddleCounters;o[0]=0,o[1]=0,o[2]=0,o[3]=0;for(var s=e.getSize(),f=t[1],u=0,c=0;c<5&&f<s;c++){var l=Ft.decodeDigit(e,o,f,Ft.L_AND_G_PATTERNS);n+=String.fromCharCode(48+l%10);try{for(var d=(i=void 0,ku(o)),h=d.next();!h.done;h=d.next()){var p=h.value;f+=p}}catch(x){i={error:x}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}l>=10&&(u|=1<<4-c),c!==4&&(f=e.getNextSet(f),f=e.getNextUnset(f))}if(n.length!==5)throw new D;var v=this.determineCheckDigit(u);if(r.extensionChecksum(n.toString())!==v)throw new D;return f},r.extensionChecksum=function(e){for(var t=e.length,n=0,i=t-2;i>=0;i-=2)n+=e.charAt(i).charCodeAt(0)-48;n*=3;for(var i=t-1;i>=0;i-=2)n+=e.charAt(i).charCodeAt(0)-48;return n*=3,n%10},r.prototype.determineCheckDigit=function(e){for(var t=0;t<10;t++)if(e===this.CHECK_DIGIT_ENCODINGS[t])return t;throw new D},r.parseExtensionString=function(e){if(e.length!==5)return null;var t=r.parseExtension5String(e);return t==null?null:new Map([[Ce.SUGGESTED_PRICE,t]])},r.parseExtension5String=function(e){var t;switch(e.charAt(0)){case"0":t="£";break;case"5":t="$";break;case"9":switch(e){case"90000":return null;case"99991":return"0.00";case"99990":return"Used"}t="";break;default:t="";break}var n=parseInt(e.substring(1)),i=(n/100).toString(),a=n%100,o=a<10?"0"+a:a.toString();return t+i+"."+o},r}(),Vu=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Hu=function(){function r(){this.decodeMiddleCounters=Int32Array.from([0,0,0,0]),this.decodeRowStringBuffer=""}return r.prototype.decodeRow=function(e,t,n){var i=this.decodeRowStringBuffer,a=this.decodeMiddle(t,n,i),o=i.toString(),s=r.parseExtensionString(o),f=[new k((n[0]+n[1])/2,e),new k(a,e)],u=new be(o,null,0,f,L.UPC_EAN_EXTENSION,new Date().getTime());return s!=null&&u.putAllMetadata(s),u},r.prototype.decodeMiddle=function(e,t,n){var i,a,o=this.decodeMiddleCounters;o[0]=0,o[1]=0,o[2]=0,o[3]=0;for(var s=e.getSize(),f=t[1],u=0,c=0;c<2&&f<s;c++){var l=Ft.decodeDigit(e,o,f,Ft.L_AND_G_PATTERNS);n+=String.fromCharCode(48+l%10);try{for(var d=(i=void 0,Vu(o)),h=d.next();!h.done;h=d.next()){var p=h.value;f+=p}}catch(v){i={error:v}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}l>=10&&(u|=1<<1-c),c!==1&&(f=e.getNextSet(f),f=e.getNextUnset(f))}if(n.length!==2)throw new D;if(parseInt(n.toString())%4!==u)throw new D;return f},r.parseExtensionString=function(e){return e.length!==2?null:new Map([[Ce.ISSUE_NUMBER,parseInt(e)]])},r}(),zu=function(){function r(){}return r.decodeRow=function(e,t,n){var i=Ft.findGuardPattern(t,n,!1,this.EXTENSION_START_PATTERN,new Int32Array(this.EXTENSION_START_PATTERN.length).fill(0));try{var a=new Uu;return a.decodeRow(e,t,i)}catch{var o=new Hu;return o.decodeRow(e,t,i)}},r.EXTENSION_START_PATTERN=Int32Array.from([1,1,2]),r}(),Gu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),le=function(r){Gu(e,r);function e(){var t=r.call(this)||this;t.decodeRowStringBuffer="",e.L_AND_G_PATTERNS=e.L_PATTERNS.map(function(s){return Int32Array.from(s)});for(var n=10;n<20;n++){for(var i=e.L_PATTERNS[n-10],a=new Int32Array(i.length),o=0;o<i.length;o++)a[o]=i[i.length-o-1];e.L_AND_G_PATTERNS[n]=a}return t}return e.prototype.decodeRow=function(t,n,i){var a=e.findStartGuardPattern(n),o=i==null?null:i.get(oe.NEED_RESULT_POINT_CALLBACK);if(o!=null){var s=new k((a[0]+a[1])/2,t);o.foundPossibleResultPoint(s)}var f=this.decodeMiddle(n,a,this.decodeRowStringBuffer),u=f.rowOffset,c=f.resultString;if(o!=null){var l=new k(u,t);o.foundPossibleResultPoint(l)}var d=e.decodeEnd(n,u);if(o!=null){var h=new k((d[0]+d[1])/2,t);o.foundPossibleResultPoint(h)}var p=d[1],v=p+(p-d[0]);if(v>=n.getSize()||!n.isRange(p,v,!1))throw new D;var x=c.toString();if(x.length<8)throw new F;if(!e.checkChecksum(x))throw new pe;var w=(a[1]+a[0])/2,m=(d[1]+d[0])/2,C=this.getBarcodeFormat(),_=[new k(w,t),new k(m,t)],A=new be(x,null,0,_,C,new Date().getTime()),b=0;try{var T=zu.decodeRow(t,n,d[1]);A.putMetadata(Ce.UPC_EAN_EXTENSION,T.getText()),A.putAllMetadata(T.getResultMetadata()),A.addResultPoints(T.getResultPoints()),b=T.getText().length}catch{}var O=i==null?null:i.get(oe.ALLOWED_EAN_EXTENSIONS);if(O!=null){var M=!1;for(var B in O)if(b.toString()===B){M=!0;break}if(!M)throw new D}return C===L.EAN_13||L.UPC_A,A},e.checkChecksum=function(t){return e.checkStandardUPCEANChecksum(t)},e.checkStandardUPCEANChecksum=function(t){var n=t.length;if(n===0)return!1;var i=parseInt(t.charAt(n-1),10);return e.getStandardUPCEANChecksum(t.substring(0,n-1))===i},e.getStandardUPCEANChecksum=function(t){for(var n=t.length,i=0,a=n-1;a>=0;a-=2){var o=t.charAt(a).charCodeAt(0)-48;if(o<0||o>9)throw new F;i+=o}i*=3;for(var a=n-2;a>=0;a-=2){var o=t.charAt(a).charCodeAt(0)-48;if(o<0||o>9)throw new F;i+=o}return(1e3-i)%10},e.decodeEnd=function(t,n){return e.findGuardPattern(t,n,!1,e.START_END_PATTERN,new Int32Array(e.START_END_PATTERN.length).fill(0))},e}(Ft),Wu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ya=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Xn=function(r){Wu(e,r);function e(){var t=r.call(this)||this;return t.decodeMiddleCounters=Int32Array.from([0,0,0,0]),t}return e.prototype.decodeMiddle=function(t,n,i){var a,o,s,f,u=this.decodeMiddleCounters;u[0]=0,u[1]=0,u[2]=0,u[3]=0;for(var c=t.getSize(),l=n[1],d=0,h=0;h<6&&l<c;h++){var p=le.decodeDigit(t,u,l,le.L_AND_G_PATTERNS);i+=String.fromCharCode(48+p%10);try{for(var v=(a=void 0,Ya(u)),x=v.next();!x.done;x=v.next()){var w=x.value;l+=w}}catch(A){a={error:A}}finally{try{x&&!x.done&&(o=v.return)&&o.call(v)}finally{if(a)throw a.error}}p>=10&&(d|=1<<5-h)}i=e.determineFirstDigit(i,d);var m=le.findGuardPattern(t,l,!0,le.MIDDLE_PATTERN,new Int32Array(le.MIDDLE_PATTERN.length).fill(0));l=m[1];for(var h=0;h<6&&l<c;h++){var p=le.decodeDigit(t,u,l,le.L_PATTERNS);i+=String.fromCharCode(48+p);try{for(var C=(s=void 0,Ya(u)),_=C.next();!_.done;_=C.next()){var w=_.value;l+=w}}catch(T){s={error:T}}finally{try{_&&!_.done&&(f=C.return)&&f.call(C)}finally{if(s)throw s.error}}}return{rowOffset:l,resultString:i}},e.prototype.getBarcodeFormat=function(){return L.EAN_13},e.determineFirstDigit=function(t,n){for(var i=0;i<10;i++)if(n===this.FIRST_DIGIT_ENCODINGS[i])return t=String.fromCharCode(48+i)+t,t;throw new D},e.FIRST_DIGIT_ENCODINGS=[0,11,13,14,19,25,28,21,22,26],e}(le),Xu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Za=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Ka=function(r){Xu(e,r);function e(){var t=r.call(this)||this;return t.decodeMiddleCounters=Int32Array.from([0,0,0,0]),t}return e.prototype.decodeMiddle=function(t,n,i){var a,o,s,f,u=this.decodeMiddleCounters;u[0]=0,u[1]=0,u[2]=0,u[3]=0;for(var c=t.getSize(),l=n[1],d=0;d<4&&l<c;d++){var h=le.decodeDigit(t,u,l,le.L_PATTERNS);i+=String.fromCharCode(48+h);try{for(var p=(a=void 0,Za(u)),v=p.next();!v.done;v=p.next()){var x=v.value;l+=x}}catch(_){a={error:_}}finally{try{v&&!v.done&&(o=p.return)&&o.call(p)}finally{if(a)throw a.error}}}var w=le.findGuardPattern(t,l,!0,le.MIDDLE_PATTERN,new Int32Array(le.MIDDLE_PATTERN.length).fill(0));l=w[1];for(var d=0;d<4&&l<c;d++){var h=le.decodeDigit(t,u,l,le.L_PATTERNS);i+=String.fromCharCode(48+h);try{for(var m=(s=void 0,Za(u)),C=m.next();!C.done;C=m.next()){var x=C.value;l+=x}}catch(b){s={error:b}}finally{try{C&&!C.done&&(f=m.return)&&f.call(m)}finally{if(s)throw s.error}}}return{rowOffset:l,resultString:i}},e.prototype.getBarcodeFormat=function(){return L.EAN_8},e}(le),$u=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),qa=function(r){$u(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.ean13Reader=new Xn,t}return e.prototype.getBarcodeFormat=function(){return L.UPC_A},e.prototype.decode=function(t,n){return this.maybeReturnResult(this.ean13Reader.decode(t))},e.prototype.decodeRow=function(t,n,i){return this.maybeReturnResult(this.ean13Reader.decodeRow(t,n,i))},e.prototype.decodeMiddle=function(t,n,i){return this.ean13Reader.decodeMiddle(t,n,i)},e.prototype.maybeReturnResult=function(t){var n=t.getText();if(n.charAt(0)==="0"){var i=new be(n.substring(1),null,null,t.getResultPoints(),L.UPC_A);return t.getResultMetadata()!=null&&i.putAllMetadata(t.getResultMetadata()),i}else throw new D},e.prototype.reset=function(){this.ean13Reader.reset()},e}(le),ju=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Yu=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Qa=function(r){ju(e,r);function e(){var t=r.call(this)||this;return t.decodeMiddleCounters=new Int32Array(4),t}return e.prototype.decodeMiddle=function(t,n,i){var a,o,s=this.decodeMiddleCounters.map(function(x){return x});s[0]=0,s[1]=0,s[2]=0,s[3]=0;for(var f=t.getSize(),u=n[1],c=0,l=0;l<6&&u<f;l++){var d=e.decodeDigit(t,s,u,e.L_AND_G_PATTERNS);i+=String.fromCharCode(48+d%10);try{for(var h=(a=void 0,Yu(s)),p=h.next();!p.done;p=h.next()){var v=p.value;u+=v}}catch(x){a={error:x}}finally{try{p&&!p.done&&(o=h.return)&&o.call(h)}finally{if(a)throw a.error}}d>=10&&(c|=1<<5-l)}return e.determineNumSysAndCheckDigit(new z(i),c),u},e.prototype.decodeEnd=function(t,n){return e.findGuardPatternWithoutCounters(t,n,!0,e.MIDDLE_END_PATTERN)},e.prototype.checkChecksum=function(t){return le.checkChecksum(e.convertUPCEtoUPCA(t))},e.determineNumSysAndCheckDigit=function(t,n){for(var i=0;i<=1;i++)for(var a=0;a<10;a++)if(n===this.NUMSYS_AND_CHECK_DIGIT_PATTERNS[i][a]){t.insert(0,"0"+i),t.append("0"+a);return}throw D.getNotFoundInstance()},e.prototype.getBarcodeFormat=function(){return L.UPC_E},e.convertUPCEtoUPCA=function(t){var n=t.slice(1,7).split("").map(function(o){return o.charCodeAt(0)}),i=new z;i.append(t.charAt(0));var a=n[5];switch(a){case 0:case 1:case 2:i.appendChars(n,0,2),i.append(a),i.append("0000"),i.appendChars(n,2,3);break;case 3:i.appendChars(n,0,3),i.append("00000"),i.appendChars(n,3,2);break;case 4:i.appendChars(n,0,4),i.append("00000"),i.append(n[4]);break;default:i.appendChars(n,0,5),i.append("0000"),i.append(a);break}return t.length>=8&&i.append(t.charAt(7)),i.toString()},e.MIDDLE_END_PATTERN=Int32Array.from([1,1,1,1,1,1]),e.NUMSYS_AND_CHECK_DIGIT_PATTERNS=[Int32Array.from([56,52,50,49,44,38,35,42,41,37]),Int32Array.from([7,11,13,14,19,25,28,21,22,1])],e}(le),Zu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ja=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},$n=function(r){Zu(e,r);function e(t){var n=r.call(this)||this,i=t==null?null:t.get(oe.POSSIBLE_FORMATS),a=[];return i!=null&&(i.indexOf(L.EAN_13)>-1&&a.push(new Xn),i.indexOf(L.UPC_A)>-1&&a.push(new qa),i.indexOf(L.EAN_8)>-1&&a.push(new Ka),i.indexOf(L.UPC_E)>-1&&a.push(new Qa)),a.length===0&&(a.push(new Xn),a.push(new qa),a.push(new Ka),a.push(new Qa)),n.readers=a,n}return e.prototype.decodeRow=function(t,n,i){var a,o;try{for(var s=Ja(this.readers),f=s.next();!f.done;f=s.next()){var u=f.value;try{var c=u.decodeRow(t,n,i),l=c.getBarcodeFormat()===L.EAN_13&&c.getText().charAt(0)==="0",d=i==null?null:i.get(oe.POSSIBLE_FORMATS),h=d==null||d.includes(L.UPC_A);if(l&&h){var p=c.getRawBytes(),v=new be(c.getText().substring(1),p,p?p.length:null,c.getResultPoints(),L.UPC_A);return v.putAllMetadata(c.getResultMetadata()),v}return c}catch{}}}catch(x){a={error:x}}finally{try{f&&!f.done&&(o=s.return)&&o.call(s)}finally{if(a)throw a.error}}throw new D},e.prototype.reset=function(){var t,n;try{for(var i=Ja(this.readers),a=i.next();!a.done;a=i.next()){var o=a.value;o.reset()}}catch(s){t={error:s}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}},e}(ce),Ku=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),qu=function(r){Ku(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.CODA_BAR_CHAR_SET={nnnnnww:"0",nnnnwwn:"1",nnnwnnw:"2",wwnnnnn:"3",nnwnnwn:"4",wnnnnwn:"5",nwnnnnw:"6",nwnnwnn:"7",nwwnnnn:"8",wnnwnnn:"9",nnnwwnn:"-",nnwwnnn:"$",wnnnwnw:":",wnwnnnw:"/",wnwnwnn:".",nnwwwww:"+",nnwwnwn:"A",nwnwnnw:"B",nnnwnww:"C",nnnwwwn:"D"},t}return e.prototype.decodeRow=function(t,n,i){var a=this.getValidRowData(n);if(!a)throw new D;var o=this.codaBarDecodeRow(a.row);if(!o)throw new D;return new be(o,null,0,[new k(a.left,t),new k(a.right,t)],L.CODABAR,new Date().getTime())},e.prototype.getValidRowData=function(t){var n=t.toArray(),i=n.indexOf(!0);if(i===-1)return null;var a=n.lastIndexOf(!0);if(a<=i)return null;n=n.slice(i,a+1);for(var o=[],s=n[0],f=1,u=1;u<n.length;u++)n[u]===s?f++:(s=n[u],o.push(f),f=1);return o.push(f),o.length<23&&(o.length+1)%8!==0?null:{row:o,left:i,right:a}},e.prototype.codaBarDecodeRow=function(t){for(var n=[],i=Math.ceil(t.reduce(function(f,u){return(f+u)/2},0));t.length>0;){var a=t.splice(0,8).splice(0,7),o=a.map(function(f){return f<i?"n":"w"}).join("");if(this.CODA_BAR_CHAR_SET[o]===void 0)return null;n.push(this.CODA_BAR_CHAR_SET[o])}var s=n.join("");return this.validCodaBarString(s)?s:null},e.prototype.validCodaBarString=function(t){var n=/^[A-D].{1,}[A-D]$/;return n.test(t)},e}(ce),Qu=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ju=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},xt=function(r){Qu(e,r);function e(){var t=r.call(this)||this;return t.decodeFinderCounters=new Int32Array(4),t.dataCharacterCounters=new Int32Array(8),t.oddRoundingErrors=new Array(4),t.evenRoundingErrors=new Array(4),t.oddCounts=new Array(t.dataCharacterCounters.length/2),t.evenCounts=new Array(t.dataCharacterCounters.length/2),t}return e.prototype.getDecodeFinderCounters=function(){return this.decodeFinderCounters},e.prototype.getDataCharacterCounters=function(){return this.dataCharacterCounters},e.prototype.getOddRoundingErrors=function(){return this.oddRoundingErrors},e.prototype.getEvenRoundingErrors=function(){return this.evenRoundingErrors},e.prototype.getOddCounts=function(){return this.oddCounts},e.prototype.getEvenCounts=function(){return this.evenCounts},e.prototype.parseFinderValue=function(t,n){for(var i=0;i<n.length;i++)if(ce.patternMatchVariance(t,n[i],e.MAX_INDIVIDUAL_VARIANCE)<e.MAX_AVG_VARIANCE)return i;throw new D},e.count=function(t){return Z.sum(new Int32Array(t))},e.increment=function(t,n){for(var i=0,a=n[0],o=1;o<t.length;o++)n[o]>a&&(a=n[o],i=o);t[i]++},e.decrement=function(t,n){for(var i=0,a=n[0],o=1;o<t.length;o++)n[o]<a&&(a=n[o],i=o);t[i]--},e.isFinderPattern=function(t){var n,i,a=t[0]+t[1],o=a+t[2]+t[3],s=a/o;if(s>=e.MIN_FINDER_PATTERN_RATIO&&s<=e.MAX_FINDER_PATTERN_RATIO){var f=Number.MAX_SAFE_INTEGER,u=Number.MIN_SAFE_INTEGER;try{for(var c=Ju(t),l=c.next();!l.done;l=c.next()){var d=l.value;d>u&&(u=d),d<f&&(f=d)}}catch(h){n={error:h}}finally{try{l&&!l.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}return u<10*f}return!1},e.MAX_AVG_VARIANCE=.2,e.MAX_INDIVIDUAL_VARIANCE=.45,e.MIN_FINDER_PATTERN_RATIO=9.5/12,e.MAX_FINDER_PATTERN_RATIO=12.5/14,e}(ce),Fr=function(){function r(e,t){this.value=e,this.checksumPortion=t}return r.prototype.getValue=function(){return this.value},r.prototype.getChecksumPortion=function(){return this.checksumPortion},r.prototype.toString=function(){return this.value+"("+this.checksumPortion+")"},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.value===t.value&&this.checksumPortion===t.checksumPortion},r.prototype.hashCode=function(){return this.value^this.checksumPortion},r}(),eo=function(){function r(e,t,n,i,a){this.value=e,this.startEnd=t,this.value=e,this.startEnd=t,this.resultPoints=new Array,this.resultPoints.push(new k(n,a)),this.resultPoints.push(new k(i,a))}return r.prototype.getValue=function(){return this.value},r.prototype.getStartEnd=function(){return this.startEnd},r.prototype.getResultPoints=function(){return this.resultPoints},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.value===t.value},r.prototype.hashCode=function(){return this.value},r}(),ec=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Rt=function(){function r(){}return r.getRSSvalue=function(e,t,n){var i,a,o=0;try{for(var s=ec(e),f=s.next();!f.done;f=s.next()){var u=f.value;o+=u}}catch(m){i={error:m}}finally{try{f&&!f.done&&(a=s.return)&&a.call(s)}finally{if(i)throw i.error}}for(var c=0,l=0,d=e.length,h=0;h<d-1;h++){var p=void 0;for(p=1,l|=1<<h;p<e[h];p++,l&=~(1<<h)){var v=r.combins(o-p-1,d-h-2);if(n&&l===0&&o-p-(d-h-1)>=d-h-1&&(v-=r.combins(o-p-(d-h),d-h-2)),d-h-1>1){for(var x=0,w=o-p-(d-h-2);w>t;w--)x+=r.combins(o-p-w-1,d-h-3);v-=x*(d-1-h)}else o-p>t&&v--;c+=v}o-=p}return c},r.combins=function(e,t){var n,i;e-t>t?(i=t,n=e-t):(i=e-t,n=t);for(var a=1,o=1,s=e;s>n;s--)a*=s,o<=i&&(a/=o,o++);for(;o<=i;)a/=o,o++;return a},r}(),tc=function(){function r(){}return r.buildBitArray=function(e){var t=e.length*2-1;e[e.length-1].getRightChar()==null&&(t-=1);for(var n=12*t,i=new ve(n),a=0,o=e[0],s=o.getRightChar().getValue(),f=11;f>=0;--f)s&1<<f&&i.set(a),a++;for(var f=1;f<e.length;++f){for(var u=e[f],c=u.getLeftChar().getValue(),l=11;l>=0;--l)c&1<<l&&i.set(a),a++;if(u.getRightChar()!==null)for(var d=u.getRightChar().getValue(),l=11;l>=0;--l)d&1<<l&&i.set(a),a++}return i},r}(),yt=function(){function r(e,t){t?this.decodedInformation=null:(this.finished=e,this.decodedInformation=t)}return r.prototype.getDecodedInformation=function(){return this.decodedInformation},r.prototype.isFinished=function(){return this.finished},r}(),jn=function(){function r(e){this.newPosition=e}return r.prototype.getNewPosition=function(){return this.newPosition},r}(),rc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),je=function(r){rc(e,r);function e(t,n){var i=r.call(this,t)||this;return i.value=n,i}return e.prototype.getValue=function(){return this.value},e.prototype.isFNC1=function(){return this.value===e.FNC1},e.FNC1="$",e}(jn),nc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),wt=function(r){nc(e,r);function e(t,n,i){var a=r.call(this,t)||this;return i?(a.remaining=!0,a.remainingValue=a.remainingValue):(a.remaining=!1,a.remainingValue=0),a.newString=n,a}return e.prototype.getNewString=function(){return this.newString},e.prototype.isRemaining=function(){return this.remaining},e.prototype.getRemainingValue=function(){return this.remainingValue},e}(jn),ic=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Bt=function(r){ic(e,r);function e(t,n,i){var a=r.call(this,t)||this;if(n<0||n>10||i<0||i>10)throw new F;return a.firstDigit=n,a.secondDigit=i,a}return e.prototype.getFirstDigit=function(){return this.firstDigit},e.prototype.getSecondDigit=function(){return this.secondDigit},e.prototype.getValue=function(){return this.firstDigit*10+this.secondDigit},e.prototype.isFirstDigitFNC1=function(){return this.firstDigit===e.FNC1},e.prototype.isSecondDigitFNC1=function(){return this.secondDigit===e.FNC1},e.prototype.isAnyFNC1=function(){return this.firstDigit===e.FNC1||this.secondDigit===e.FNC1},e.FNC1=10,e}(jn),Rr=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},ac=function(){function r(){}return r.parseFieldsInGeneralPurpose=function(e){var t,n,i,a,o,s,f,u;if(!e)return null;if(e.length<2)throw new D;var c=e.substring(0,2);try{for(var l=Rr(r.TWO_DIGIT_DATA_LENGTH),d=l.next();!d.done;d=l.next()){var h=d.value;if(h[0]===c)return h[1]===r.VARIABLE_LENGTH?r.processVariableAI(2,h[2],e):r.processFixedAI(2,h[1],e)}}catch(b){t={error:b}}finally{try{d&&!d.done&&(n=l.return)&&n.call(l)}finally{if(t)throw t.error}}if(e.length<3)throw new D;var p=e.substring(0,3);try{for(var v=Rr(r.THREE_DIGIT_DATA_LENGTH),x=v.next();!x.done;x=v.next()){var h=x.value;if(h[0]===p)return h[1]===r.VARIABLE_LENGTH?r.processVariableAI(3,h[2],e):r.processFixedAI(3,h[1],e)}}catch(b){i={error:b}}finally{try{x&&!x.done&&(a=v.return)&&a.call(v)}finally{if(i)throw i.error}}try{for(var w=Rr(r.THREE_DIGIT_PLUS_DIGIT_DATA_LENGTH),m=w.next();!m.done;m=w.next()){var h=m.value;if(h[0]===p)return h[1]===r.VARIABLE_LENGTH?r.processVariableAI(4,h[2],e):r.processFixedAI(4,h[1],e)}}catch(b){o={error:b}}finally{try{m&&!m.done&&(s=w.return)&&s.call(w)}finally{if(o)throw o.error}}if(e.length<4)throw new D;var C=e.substring(0,4);try{for(var _=Rr(r.FOUR_DIGIT_DATA_LENGTH),A=_.next();!A.done;A=_.next()){var h=A.value;if(h[0]===C)return h[1]===r.VARIABLE_LENGTH?r.processVariableAI(4,h[2],e):r.processFixedAI(4,h[1],e)}}catch(b){f={error:b}}finally{try{A&&!A.done&&(u=_.return)&&u.call(_)}finally{if(f)throw f.error}}throw new D},r.processFixedAI=function(e,t,n){if(n.length<e)throw new D;var i=n.substring(0,e);if(n.length<e+t)throw new D;var a=n.substring(e,e+t),o=n.substring(e+t),s="("+i+")"+a,f=r.parseFieldsInGeneralPurpose(o);return f==null?s:s+f},r.processVariableAI=function(e,t,n){var i=n.substring(0,e),a;n.length<e+t?a=n.length:a=e+t;var o=n.substring(e,a),s=n.substring(a),f="("+i+")"+o,u=r.parseFieldsInGeneralPurpose(s);return u==null?f:f+u},r.VARIABLE_LENGTH=[],r.TWO_DIGIT_DATA_LENGTH=[["00",18],["01",14],["02",14],["10",r.VARIABLE_LENGTH,20],["11",6],["12",6],["13",6],["15",6],["17",6],["20",2],["21",r.VARIABLE_LENGTH,20],["22",r.VARIABLE_LENGTH,29],["30",r.VARIABLE_LENGTH,8],["37",r.VARIABLE_LENGTH,8],["90",r.VARIABLE_LENGTH,30],["91",r.VARIABLE_LENGTH,30],["92",r.VARIABLE_LENGTH,30],["93",r.VARIABLE_LENGTH,30],["94",r.VARIABLE_LENGTH,30],["95",r.VARIABLE_LENGTH,30],["96",r.VARIABLE_LENGTH,30],["97",r.VARIABLE_LENGTH,3],["98",r.VARIABLE_LENGTH,30],["99",r.VARIABLE_LENGTH,30]],r.THREE_DIGIT_DATA_LENGTH=[["240",r.VARIABLE_LENGTH,30],["241",r.VARIABLE_LENGTH,30],["242",r.VARIABLE_LENGTH,6],["250",r.VARIABLE_LENGTH,30],["251",r.VARIABLE_LENGTH,30],["253",r.VARIABLE_LENGTH,17],["254",r.VARIABLE_LENGTH,20],["400",r.VARIABLE_LENGTH,30],["401",r.VARIABLE_LENGTH,30],["402",17],["403",r.VARIABLE_LENGTH,30],["410",13],["411",13],["412",13],["413",13],["414",13],["420",r.VARIABLE_LENGTH,20],["421",r.VARIABLE_LENGTH,15],["422",3],["423",r.VARIABLE_LENGTH,15],["424",3],["425",3],["426",3]],r.THREE_DIGIT_PLUS_DIGIT_DATA_LENGTH=[["310",6],["311",6],["312",6],["313",6],["314",6],["315",6],["316",6],["320",6],["321",6],["322",6],["323",6],["324",6],["325",6],["326",6],["327",6],["328",6],["329",6],["330",6],["331",6],["332",6],["333",6],["334",6],["335",6],["336",6],["340",6],["341",6],["342",6],["343",6],["344",6],["345",6],["346",6],["347",6],["348",6],["349",6],["350",6],["351",6],["352",6],["353",6],["354",6],["355",6],["356",6],["357",6],["360",6],["361",6],["362",6],["363",6],["364",6],["365",6],["366",6],["367",6],["368",6],["369",6],["390",r.VARIABLE_LENGTH,15],["391",r.VARIABLE_LENGTH,18],["392",r.VARIABLE_LENGTH,15],["393",r.VARIABLE_LENGTH,18],["703",r.VARIABLE_LENGTH,30]],r.FOUR_DIGIT_DATA_LENGTH=[["7001",13],["7002",r.VARIABLE_LENGTH,30],["7003",10],["8001",14],["8002",r.VARIABLE_LENGTH,20],["8003",r.VARIABLE_LENGTH,30],["8004",r.VARIABLE_LENGTH,30],["8005",6],["8006",18],["8007",r.VARIABLE_LENGTH,30],["8008",r.VARIABLE_LENGTH,12],["8018",18],["8020",r.VARIABLE_LENGTH,25],["8100",6],["8101",10],["8102",2],["8110",r.VARIABLE_LENGTH,70],["8200",r.VARIABLE_LENGTH,70]],r}(),Br=function(){function r(e){this.buffer=new z,this.information=e}return r.prototype.decodeAllCodes=function(e,t){var n=t,i=null;do{var a=this.decodeGeneralPurposeField(n,i),o=ac.parseFieldsInGeneralPurpose(a.getNewString());if(o!=null&&e.append(o),a.isRemaining()?i=""+a.getRemainingValue():i=null,n===a.getNewPosition())break;n=a.getNewPosition()}while(!0);return e.toString()},r.prototype.isStillNumeric=function(e){if(e+7>this.information.getSize())return e+4<=this.information.getSize();for(var t=e;t<e+3;++t)if(this.information.get(t))return!0;return this.information.get(e+3)},r.prototype.decodeNumeric=function(e){if(e+7>this.information.getSize()){var t=this.extractNumericValueFromBitArray(e,4);return t===0?new Bt(this.information.getSize(),Bt.FNC1,Bt.FNC1):new Bt(this.information.getSize(),t-1,Bt.FNC1)}var n=this.extractNumericValueFromBitArray(e,7),i=(n-8)/11,a=(n-8)%11;return new Bt(e+7,i,a)},r.prototype.extractNumericValueFromBitArray=function(e,t){return r.extractNumericValueFromBitArray(this.information,e,t)},r.extractNumericValueFromBitArray=function(e,t,n){for(var i=0,a=0;a<n;++a)e.get(t+a)&&(i|=1<<n-a-1);return i},r.prototype.decodeGeneralPurposeField=function(e,t){this.buffer.setLengthToZero(),t!=null&&this.buffer.append(t),this.current.setPosition(e);var n=this.parseBlocks();return n!=null&&n.isRemaining()?new wt(this.current.getPosition(),this.buffer.toString(),n.getRemainingValue()):new wt(this.current.getPosition(),this.buffer.toString())},r.prototype.parseBlocks=function(){var e,t;do{var n=this.current.getPosition();this.current.isAlpha()?(t=this.parseAlphaBlock(),e=t.isFinished()):this.current.isIsoIec646()?(t=this.parseIsoIec646Block(),e=t.isFinished()):(t=this.parseNumericBlock(),e=t.isFinished());var i=n!==this.current.getPosition();if(!i&&!e)break}while(!e);return t.getDecodedInformation()},r.prototype.parseNumericBlock=function(){for(;this.isStillNumeric(this.current.getPosition());){var e=this.decodeNumeric(this.current.getPosition());if(this.current.setPosition(e.getNewPosition()),e.isFirstDigitFNC1()){var t=void 0;return e.isSecondDigitFNC1()?t=new wt(this.current.getPosition(),this.buffer.toString()):t=new wt(this.current.getPosition(),this.buffer.toString(),e.getSecondDigit()),new yt(!0,t)}if(this.buffer.append(e.getFirstDigit()),e.isSecondDigitFNC1()){var t=new wt(this.current.getPosition(),this.buffer.toString());return new yt(!0,t)}this.buffer.append(e.getSecondDigit())}return this.isNumericToAlphaNumericLatch(this.current.getPosition())&&(this.current.setAlpha(),this.current.incrementPosition(4)),new yt(!1)},r.prototype.parseIsoIec646Block=function(){for(;this.isStillIsoIec646(this.current.getPosition());){var e=this.decodeIsoIec646(this.current.getPosition());if(this.current.setPosition(e.getNewPosition()),e.isFNC1()){var t=new wt(this.current.getPosition(),this.buffer.toString());return new yt(!0,t)}this.buffer.append(e.getValue())}return this.isAlphaOr646ToNumericLatch(this.current.getPosition())?(this.current.incrementPosition(3),this.current.setNumeric()):this.isAlphaTo646ToAlphaLatch(this.current.getPosition())&&(this.current.getPosition()+5<this.information.getSize()?this.current.incrementPosition(5):this.current.setPosition(this.information.getSize()),this.current.setAlpha()),new yt(!1)},r.prototype.parseAlphaBlock=function(){for(;this.isStillAlpha(this.current.getPosition());){var e=this.decodeAlphanumeric(this.current.getPosition());if(this.current.setPosition(e.getNewPosition()),e.isFNC1()){var t=new wt(this.current.getPosition(),this.buffer.toString());return new yt(!0,t)}this.buffer.append(e.getValue())}return this.isAlphaOr646ToNumericLatch(this.current.getPosition())?(this.current.incrementPosition(3),this.current.setNumeric()):this.isAlphaTo646ToAlphaLatch(this.current.getPosition())&&(this.current.getPosition()+5<this.information.getSize()?this.current.incrementPosition(5):this.current.setPosition(this.information.getSize()),this.current.setIsoIec646()),new yt(!1)},r.prototype.isStillIsoIec646=function(e){if(e+5>this.information.getSize())return!1;var t=this.extractNumericValueFromBitArray(e,5);if(t>=5&&t<16)return!0;if(e+7>this.information.getSize())return!1;var n=this.extractNumericValueFromBitArray(e,7);if(n>=64&&n<116)return!0;if(e+8>this.information.getSize())return!1;var i=this.extractNumericValueFromBitArray(e,8);return i>=232&&i<253},r.prototype.decodeIsoIec646=function(e){var t=this.extractNumericValueFromBitArray(e,5);if(t===15)return new je(e+5,je.FNC1);if(t>=5&&t<15)return new je(e+5,"0"+(t-5));var n=this.extractNumericValueFromBitArray(e,7);if(n>=64&&n<90)return new je(e+7,""+(n+1));if(n>=90&&n<116)return new je(e+7,""+(n+7));var i=this.extractNumericValueFromBitArray(e,8),a;switch(i){case 232:a="!";break;case 233:a='"';break;case 234:a="%";break;case 235:a="&";break;case 236:a="'";break;case 237:a="(";break;case 238:a=")";break;case 239:a="*";break;case 240:a="+";break;case 241:a=",";break;case 242:a="-";break;case 243:a=".";break;case 244:a="/";break;case 245:a=":";break;case 246:a=";";break;case 247:a="<";break;case 248:a="=";break;case 249:a=">";break;case 250:a="?";break;case 251:a="_";break;case 252:a=" ";break;default:throw new F}return new je(e+8,a)},r.prototype.isStillAlpha=function(e){if(e+5>this.information.getSize())return!1;var t=this.extractNumericValueFromBitArray(e,5);if(t>=5&&t<16)return!0;if(e+6>this.information.getSize())return!1;var n=this.extractNumericValueFromBitArray(e,6);return n>=16&&n<63},r.prototype.decodeAlphanumeric=function(e){var t=this.extractNumericValueFromBitArray(e,5);if(t===15)return new je(e+5,je.FNC1);if(t>=5&&t<15)return new je(e+5,"0"+(t-5));var n=this.extractNumericValueFromBitArray(e,6);if(n>=32&&n<58)return new je(e+6,""+(n+33));var i;switch(n){case 58:i="*";break;case 59:i=",";break;case 60:i="-";break;case 61:i=".";break;case 62:i="/";break;default:throw new qt("Decoding invalid alphanumeric value: "+n)}return new je(e+6,i)},r.prototype.isAlphaTo646ToAlphaLatch=function(e){if(e+1>this.information.getSize())return!1;for(var t=0;t<5&&t+e<this.information.getSize();++t)if(t===2){if(!this.information.get(e+2))return!1}else if(this.information.get(e+t))return!1;return!0},r.prototype.isAlphaOr646ToNumericLatch=function(e){if(e+3>this.information.getSize())return!1;for(var t=e;t<e+3;++t)if(this.information.get(t))return!1;return!0},r.prototype.isNumericToAlphaNumericLatch=function(e){if(e+1>this.information.getSize())return!1;for(var t=0;t<4&&t+e<this.information.getSize();++t)if(this.information.get(e+t))return!1;return!0},r}(),to=function(){function r(e){this.information=e,this.generalDecoder=new Br(e)}return r.prototype.getInformation=function(){return this.information},r.prototype.getGeneralDecoder=function(){return this.generalDecoder},r}(),oc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Ye=function(r){oc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.encodeCompressedGtin=function(t,n){t.append("(01)");var i=t.length();t.append("9"),this.encodeCompressedGtinWithoutAI(t,n,i)},e.prototype.encodeCompressedGtinWithoutAI=function(t,n,i){for(var a=0;a<4;++a){var o=this.getGeneralDecoder().extractNumericValueFromBitArray(n+10*a,10);o/100===0&&t.append("0"),o/10===0&&t.append("0"),t.append(o)}e.appendCheckDigit(t,i)},e.appendCheckDigit=function(t,n){for(var i=0,a=0;a<13;a++){var o=t.charAt(a+n).charCodeAt(0)-48;i+=a&1?o:3*o}i=10-i%10,i===10&&(i=0),t.append(i)},e.GTIN_SIZE=40,e}(to),sc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),fc=function(r){sc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){var t=new z;t.append("(01)");var n=t.length(),i=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE,4);return t.append(i),this.encodeCompressedGtinWithoutAI(t,e.HEADER_SIZE+4,n),this.getGeneralDecoder().decodeAllCodes(t,e.HEADER_SIZE+44)},e.HEADER_SIZE=4,e}(Ye),uc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),cc=function(r){uc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){var t=new z;return this.getGeneralDecoder().decodeAllCodes(t,e.HEADER_SIZE)},e.HEADER_SIZE=5,e}(to),lc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Lr=function(r){lc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.encodeCompressedWeight=function(t,n,i){var a=this.getGeneralDecoder().extractNumericValueFromBitArray(n,i);this.addWeightCode(t,a);for(var o=this.checkWeight(a),s=1e5,f=0;f<5;++f)o/s===0&&t.append("0"),s/=10;t.append(o)},e}(Ye),dc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),ro=function(r){dc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()!==e.HEADER_SIZE+Lr.GTIN_SIZE+e.WEIGHT_SIZE)throw new D;var t=new z;return this.encodeCompressedGtin(t,e.HEADER_SIZE),this.encodeCompressedWeight(t,e.HEADER_SIZE+Lr.GTIN_SIZE,e.WEIGHT_SIZE),t.toString()},e.HEADER_SIZE=5,e.WEIGHT_SIZE=15,e}(Lr),hc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),pc=function(r){hc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.addWeightCode=function(t,n){t.append("(3103)")},e.prototype.checkWeight=function(t){return t},e}(ro),vc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),gc=function(r){vc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.addWeightCode=function(t,n){n<1e4?t.append("(3202)"):t.append("(3203)")},e.prototype.checkWeight=function(t){return t<1e4?t:t-1e4},e}(ro),xc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),yc=function(r){xc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()<e.HEADER_SIZE+Ye.GTIN_SIZE)throw new D;var t=new z;this.encodeCompressedGtin(t,e.HEADER_SIZE);var n=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE+Ye.GTIN_SIZE,e.LAST_DIGIT_SIZE);t.append("(392"),t.append(n),t.append(")");var i=this.getGeneralDecoder().decodeGeneralPurposeField(e.HEADER_SIZE+Ye.GTIN_SIZE+e.LAST_DIGIT_SIZE,null);return t.append(i.getNewString()),t.toString()},e.HEADER_SIZE=8,e.LAST_DIGIT_SIZE=2,e}(Ye),wc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),mc=function(r){wc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()<e.HEADER_SIZE+Ye.GTIN_SIZE)throw new D;var t=new z;this.encodeCompressedGtin(t,e.HEADER_SIZE);var n=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE+Ye.GTIN_SIZE,e.LAST_DIGIT_SIZE);t.append("(393"),t.append(n),t.append(")");var i=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE+Ye.GTIN_SIZE+e.LAST_DIGIT_SIZE,e.FIRST_THREE_DIGITS_SIZE);i/100===0&&t.append("0"),i/10===0&&t.append("0"),t.append(i);var a=this.getGeneralDecoder().decodeGeneralPurposeField(e.HEADER_SIZE+Ye.GTIN_SIZE+e.LAST_DIGIT_SIZE+e.FIRST_THREE_DIGITS_SIZE,null);return t.append(a.getNewString()),t.toString()},e.HEADER_SIZE=8,e.LAST_DIGIT_SIZE=2,e.FIRST_THREE_DIGITS_SIZE=10,e}(Ye),Cc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),ut=function(r){Cc(e,r);function e(t,n,i){var a=r.call(this,t)||this;return a.dateCode=i,a.firstAIdigits=n,a}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()!==e.HEADER_SIZE+e.GTIN_SIZE+e.WEIGHT_SIZE+e.DATE_SIZE)throw new D;var t=new z;return this.encodeCompressedGtin(t,e.HEADER_SIZE),this.encodeCompressedWeight(t,e.HEADER_SIZE+e.GTIN_SIZE,e.WEIGHT_SIZE),this.encodeCompressedDate(t,e.HEADER_SIZE+e.GTIN_SIZE+e.WEIGHT_SIZE),t.toString()},e.prototype.encodeCompressedDate=function(t,n){var i=this.getGeneralDecoder().extractNumericValueFromBitArray(n,e.DATE_SIZE);if(i!==38400){t.append("("),t.append(this.dateCode),t.append(")");var a=i%32;i/=32;var o=i%12+1;i/=12;var s=i;s/10===0&&t.append("0"),t.append(s),o/10===0&&t.append("0"),t.append(o),a/10===0&&t.append("0"),t.append(a)}},e.prototype.addWeightCode=function(t,n){t.append("("),t.append(this.firstAIdigits),t.append(n/1e5),t.append(")")},e.prototype.checkWeight=function(t){return t%1e5},e.HEADER_SIZE=8,e.WEIGHT_SIZE=20,e.DATE_SIZE=16,e}(Lr);function _c(r){try{if(r.get(1))return new fc(r);if(!r.get(2))return new cc(r);var e=Br.extractNumericValueFromBitArray(r,1,4);switch(e){case 4:return new pc(r);case 5:return new gc(r)}var t=Br.extractNumericValueFromBitArray(r,1,5);switch(t){case 12:return new yc(r);case 13:return new mc(r)}var n=Br.extractNumericValueFromBitArray(r,1,7);switch(n){case 56:return new ut(r,"310","11");case 57:return new ut(r,"320","11");case 58:return new ut(r,"310","13");case 59:return new ut(r,"320","13");case 60:return new ut(r,"310","15");case 61:return new ut(r,"320","15");case 62:return new ut(r,"310","17");case 63:return new ut(r,"320","17")}}catch(i){throw console.log(i),new qt("unknown decoder: "+r)}}var no=function(){function r(e,t,n,i){this.leftchar=e,this.rightchar=t,this.finderpattern=n,this.maybeLast=i}return r.prototype.mayBeLast=function(){return this.maybeLast},r.prototype.getLeftChar=function(){return this.leftchar},r.prototype.getRightChar=function(){return this.rightchar},r.prototype.getFinderPattern=function(){return this.finderpattern},r.prototype.mustBeLast=function(){return this.rightchar==null},r.prototype.toString=function(){return"[ "+this.leftchar+", "+this.rightchar+" : "+(this.finderpattern==null?"null":this.finderpattern.getValue())+" ]"},r.equals=function(e,t){return e instanceof r?r.equalsOrNull(e.leftchar,t.leftchar)&&r.equalsOrNull(e.rightchar,t.rightchar)&&r.equalsOrNull(e.finderpattern,t.finderpattern):!1},r.equalsOrNull=function(e,t){return e===null?t===null:r.equals(e,t)},r.prototype.hashCode=function(){var e=this.leftchar.getValue()^this.rightchar.getValue()^this.finderpattern.getValue();return e},r}(),Ac=function(){function r(e,t,n){this.pairs=e,this.rowNumber=t,this.wasReversed=n}return r.prototype.getPairs=function(){return this.pairs},r.prototype.getRowNumber=function(){return this.rowNumber},r.prototype.isReversed=function(){return this.wasReversed},r.prototype.isEquivalent=function(e){return this.checkEqualitity(this,e)},r.prototype.toString=function(){return"{ "+this.pairs+" }"},r.prototype.equals=function(e,t){return e instanceof r?this.checkEqualitity(e,t)&&e.wasReversed===t.wasReversed:!1},r.prototype.checkEqualitity=function(e,t){if(!(!e||!t)){var n;return e.forEach(function(i,a){t.forEach(function(o){i.getLeftChar().getValue()===o.getLeftChar().getValue()&&i.getRightChar().getValue()===o.getRightChar().getValue()&&i.getFinderPatter().getValue()===o.getFinderPatter().getValue()&&(n=!0)})}),n}},r}(),Ec=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),ct=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Ic=function(r){Ec(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.pairs=new Array(e.MAX_PAIRS),t.rows=new Array,t.startEnd=[2],t}return e.prototype.decodeRow=function(t,n,i){this.pairs.length=0,this.startFromEven=!1;try{return e.constructResult(this.decodeRow2pairs(t,n))}catch{}return this.pairs.length=0,this.startFromEven=!0,e.constructResult(this.decodeRow2pairs(t,n))},e.prototype.reset=function(){this.pairs.length=0,this.rows.length=0},e.prototype.decodeRow2pairs=function(t,n){for(var i=!1;!i;)try{this.pairs.push(this.retrieveNextPair(n,this.pairs,t))}catch(s){if(s instanceof D){if(!this.pairs.length)throw new D;i=!0}}if(this.checkChecksum())return this.pairs;var a;if(this.rows.length?a=!0:a=!1,this.storeRow(t,!1),a){var o=this.checkRowsBoolean(!1);if(o!=null||(o=this.checkRowsBoolean(!0),o!=null))return o}throw new D},e.prototype.checkRowsBoolean=function(t){if(this.rows.length>25)return this.rows.length=0,null;this.pairs.length=0,t&&(this.rows=this.rows.reverse());var n=null;try{n=this.checkRows(new Array,0)}catch(i){console.log(i)}return t&&(this.rows=this.rows.reverse()),n},e.prototype.checkRows=function(t,n){for(var i,a,o=n;o<this.rows.length;o++){var s=this.rows[o];this.pairs.length=0;try{for(var f=(i=void 0,ct(t)),u=f.next();!u.done;u=f.next()){var c=u.value;this.pairs.push(c.getPairs())}}catch(d){i={error:d}}finally{try{u&&!u.done&&(a=f.return)&&a.call(f)}finally{if(i)throw i.error}}if(this.pairs.push(s.getPairs()),!!e.isValidSequence(this.pairs)){if(this.checkChecksum())return this.pairs;var l=new Array(t);l.push(s);try{return this.checkRows(l,o+1)}catch(d){console.log(d)}}}throw new D},e.isValidSequence=function(t){var n,i;try{for(var a=ct(e.FINDER_PATTERN_SEQUENCES),o=a.next();!o.done;o=a.next()){var s=o.value;if(!(t.length>s.length)){for(var f=!0,u=0;u<t.length;u++)if(t[u].getFinderPattern().getValue()!==s[u]){f=!1;break}if(f)return!0}}}catch(c){n={error:c}}finally{try{o&&!o.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}return!1},e.prototype.storeRow=function(t,n){for(var i=0,a=!1,o=!1;i<this.rows.length;){var s=this.rows[i];if(s.getRowNumber()>t){o=s.isEquivalent(this.pairs);break}a=s.isEquivalent(this.pairs),i++}o||a||e.isPartialRow(this.pairs,this.rows)||(this.rows.push(i,new Ac(this.pairs,t,n)),this.removePartialRows(this.pairs,this.rows))},e.prototype.removePartialRows=function(t,n){var i,a,o,s,f,u;try{for(var c=ct(n),l=c.next();!l.done;l=c.next()){var d=l.value;if(d.getPairs().length!==t.length){var h=!0;try{for(var p=(o=void 0,ct(d.getPairs())),v=p.next();!v.done;v=p.next()){var x=v.value,w=!1;try{for(var m=(f=void 0,ct(t)),C=m.next();!C.done;C=m.next()){var _=C.value;if(no.equals(x,_)){w=!0;break}}}catch(A){f={error:A}}finally{try{C&&!C.done&&(u=m.return)&&u.call(m)}finally{if(f)throw f.error}}w||(h=!1)}}catch(A){o={error:A}}finally{try{v&&!v.done&&(s=p.return)&&s.call(p)}finally{if(o)throw o.error}}}}}catch(A){i={error:A}}finally{try{l&&!l.done&&(a=c.return)&&a.call(c)}finally{if(i)throw i.error}}},e.isPartialRow=function(t,n){var i,a,o,s,f,u;try{for(var c=ct(n),l=c.next();!l.done;l=c.next()){var d=l.value,h=!0;try{for(var p=(o=void 0,ct(t)),v=p.next();!v.done;v=p.next()){var x=v.value,w=!1;try{for(var m=(f=void 0,ct(d.getPairs())),C=m.next();!C.done;C=m.next()){var _=C.value;if(x.equals(_)){w=!0;break}}}catch(A){f={error:A}}finally{try{C&&!C.done&&(u=m.return)&&u.call(m)}finally{if(f)throw f.error}}if(!w){h=!1;break}}}catch(A){o={error:A}}finally{try{v&&!v.done&&(s=p.return)&&s.call(p)}finally{if(o)throw o.error}}if(h)return!0}}catch(A){i={error:A}}finally{try{l&&!l.done&&(a=c.return)&&a.call(c)}finally{if(i)throw i.error}}return!1},e.prototype.getRows=function(){return this.rows},e.constructResult=function(t){var n=tc.buildBitArray(t),i=_c(n),a=i.parseInformation(),o=t[0].getFinderPattern().getResultPoints(),s=t[t.length-1].getFinderPattern().getResultPoints(),f=[o[0],o[1],s[0],s[1]];return new be(a,null,null,f,L.RSS_EXPANDED,null)},e.prototype.checkChecksum=function(){var t=this.pairs.get(0),n=t.getLeftChar(),i=t.getRightChar();if(i===null)return!1;for(var a=i.getChecksumPortion(),o=2,s=1;s<this.pairs.size();++s){var f=this.pairs.get(s);a+=f.getLeftChar().getChecksumPortion(),o++;var u=f.getRightChar();u!=null&&(a+=u.getChecksumPortion(),o++)}a%=211;var c=211*(o-4)+a;return c===n.getValue()},e.getNextSecondBar=function(t,n){var i;return t.get(n)?(i=t.getNextUnset(n),i=t.getNextSet(i)):(i=t.getNextSet(n),i=t.getNextUnset(i)),i},e.prototype.retrieveNextPair=function(t,n,i){var a=n.length%2===0;this.startFromEven&&(a=!a);var o,s=!0,f=-1;do this.findNextPair(t,n,f),o=this.parseFoundFinderPattern(t,i,a),o===null?f=e.getNextSecondBar(t,this.startEnd[0]):s=!1;while(s);var u=this.decodeDataCharacter(t,o,a,!0);if(!this.isEmptyPair(n)&&n[n.length-1].mustBeLast())throw new D;var c;try{c=this.decodeDataCharacter(t,o,a,!1)}catch(l){c=null,console.log(l)}return new no(u,c,o,!0)},e.prototype.isEmptyPair=function(t){return t.length===0},e.prototype.findNextPair=function(t,n,i){var a=this.getDecodeFinderCounters();a[0]=0,a[1]=0,a[2]=0,a[3]=0;var o=t.getSize(),s;if(i>=0)s=i;else if(this.isEmptyPair(n))s=0;else{var f=n[n.length-1];s=f.getFinderPattern().getStartEnd()[1]}var u=n.length%2!==0;this.startFromEven&&(u=!u);for(var c=!1;s<o&&(c=!t.get(s),!!c);)s++;for(var l=0,d=s,h=s;h<o;h++)if(t.get(h)!==c)a[l]++;else{if(l===3){if(u&&e.reverseCounters(a),e.isFinderPattern(a)){this.startEnd[0]=d,this.startEnd[1]=h;return}u&&e.reverseCounters(a),d+=a[0]+a[1],a[0]=a[2],a[1]=a[3],a[2]=0,a[3]=0,l--}else l++;a[l]=1,c=!c}throw new D},e.reverseCounters=function(t){for(var n=t.length,i=0;i<n/2;++i){var a=t[i];t[i]=t[n-i-1],t[n-i-1]=a}},e.prototype.parseFoundFinderPattern=function(t,n,i){var a,o,s;if(i){for(var f=this.startEnd[0]-1;f>=0&&!t.get(f);)f--;f++,a=this.startEnd[0]-f,o=f,s=this.startEnd[1]}else o=this.startEnd[0],s=t.getNextUnset(this.startEnd[1]+1),a=s-this.startEnd[1];var u=this.getDecodeFinderCounters();re.arraycopy(u,0,u,1,u.length-1),u[0]=a;var c;try{c=this.parseFinderValue(u,e.FINDER_PATTERNS)}catch{return null}return new eo(c,[o,s],o,s,n)},e.prototype.decodeDataCharacter=function(t,n,i,a){for(var o=this.getDataCharacterCounters(),s=0;s<o.length;s++)o[s]=0;if(a)e.recordPatternInReverse(t,n.getStartEnd()[0],o);else{e.recordPattern(t,n.getStartEnd()[1],o);for(var f=0,u=o.length-1;f<u;f++,u--){var c=o[f];o[f]=o[u],o[u]=c}}var l=17,d=Z.sum(new Int32Array(o))/l,h=(n.getStartEnd()[1]-n.getStartEnd()[0])/15;if(Math.abs(d-h)/h>.3)throw new D;for(var p=this.getOddCounts(),v=this.getEvenCounts(),x=this.getOddRoundingErrors(),w=this.getEvenRoundingErrors(),f=0;f<o.length;f++){var m=1*o[f]/d,C=m+.5;if(C<1){if(m<.3)throw new D;C=1}else if(C>8){if(m>8.7)throw new D;C=8}var _=f/2;f&1?(v[_]=C,w[_]=m-C):(p[_]=C,x[_]=m-C)}this.adjustOddEvenCounts(l);for(var A=4*n.getValue()+(i?0:2)+(a?0:1)-1,b=0,T=0,f=p.length-1;f>=0;f--){if(e.isNotA1left(n,i,a)){var O=e.WEIGHTS[A][2*f];T+=p[f]*O}b+=p[f]}for(var M=0,f=v.length-1;f>=0;f--)if(e.isNotA1left(n,i,a)){var O=e.WEIGHTS[A][2*f+1];M+=v[f]*O}var B=T+M;if(b&1||b>13||b<4)throw new D;var V=(13-b)/2,H=e.SYMBOL_WIDEST[V],W=9-H,se=Rt.getRSSvalue(p,H,!0),j=Rt.getRSSvalue(v,W,!1),ye=e.EVEN_TOTAL_SUBSET[V],tt=e.GSUM[V],We=se*ye+j+tt;return new Fr(We,B)},e.isNotA1left=function(t,n,i){return!(t.getValue()===0&&n&&i)},e.prototype.adjustOddEvenCounts=function(t){var n=Z.sum(new Int32Array(this.getOddCounts())),i=Z.sum(new Int32Array(this.getEvenCounts())),a=!1,o=!1;n>13?o=!0:n<4&&(a=!0);var s=!1,f=!1;i>13?f=!0:i<4&&(s=!0);var u=n+i-t,c=(n&1)===1,l=(i&1)===0;if(u===1)if(c){if(l)throw new D;o=!0}else{if(!l)throw new D;f=!0}else if(u===-1)if(c){if(l)throw new D;a=!0}else{if(!l)throw new D;s=!0}else if(u===0){if(c){if(!l)throw new D;n<i?(a=!0,f=!0):(o=!0,s=!0)}else if(l)throw new D}else throw new D;if(a){if(o)throw new D;e.increment(this.getOddCounts(),this.getOddRoundingErrors())}if(o&&e.decrement(this.getOddCounts(),this.getOddRoundingErrors()),s){if(f)throw new D;e.increment(this.getEvenCounts(),this.getOddRoundingErrors())}f&&e.decrement(this.getEvenCounts(),this.getEvenRoundingErrors())},e.SYMBOL_WIDEST=[7,5,4,3,1],e.EVEN_TOTAL_SUBSET=[4,20,52,104,204],e.GSUM=[0,348,1388,2948,3988],e.FINDER_PATTERNS=[Int32Array.from([1,8,4,1]),Int32Array.from([3,6,4,1]),Int32Array.from([3,4,6,1]),Int32Array.from([3,2,8,1]),Int32Array.from([2,6,5,1]),Int32Array.from([2,2,9,1])],e.WEIGHTS=[[1,3,9,27,81,32,96,77],[20,60,180,118,143,7,21,63],[189,145,13,39,117,140,209,205],[193,157,49,147,19,57,171,91],[62,186,136,197,169,85,44,132],[185,133,188,142,4,12,36,108],[113,128,173,97,80,29,87,50],[150,28,84,41,123,158,52,156],[46,138,203,187,139,206,196,166],[76,17,51,153,37,111,122,155],[43,129,176,106,107,110,119,146],[16,48,144,10,30,90,59,177],[109,116,137,200,178,112,125,164],[70,210,208,202,184,130,179,115],[134,191,151,31,93,68,204,190],[148,22,66,198,172,94,71,2],[6,18,54,162,64,192,154,40],[120,149,25,75,14,42,126,167],[79,26,78,23,69,207,199,175],[103,98,83,38,114,131,182,124],[161,61,183,127,170,88,53,159],[55,165,73,8,24,72,5,15],[45,135,194,160,58,174,100,89]],e.FINDER_PAT_A=0,e.FINDER_PAT_B=1,e.FINDER_PAT_C=2,e.FINDER_PAT_D=3,e.FINDER_PAT_E=4,e.FINDER_PAT_F=5,e.FINDER_PATTERN_SEQUENCES=[[e.FINDER_PAT_A,e.FINDER_PAT_A],[e.FINDER_PAT_A,e.FINDER_PAT_B,e.FINDER_PAT_B],[e.FINDER_PAT_A,e.FINDER_PAT_C,e.FINDER_PAT_B,e.FINDER_PAT_D],[e.FINDER_PAT_A,e.FINDER_PAT_E,e.FINDER_PAT_B,e.FINDER_PAT_D,e.FINDER_PAT_C],[e.FINDER_PAT_A,e.FINDER_PAT_E,e.FINDER_PAT_B,e.FINDER_PAT_D,e.FINDER_PAT_D,e.FINDER_PAT_F],[e.FINDER_PAT_A,e.FINDER_PAT_E,e.FINDER_PAT_B,e.FINDER_PAT_D,e.FINDER_PAT_E,e.FINDER_PAT_F,e.FINDER_PAT_F],[e.FINDER_PAT_A,e.FINDER_PAT_A,e.FINDER_PAT_B,e.FINDER_PAT_B,e.FINDER_PAT_C,e.FINDER_PAT_C,e.FINDER_PAT_D,e.FINDER_PAT_D],[e.FINDER_PAT_A,e.FINDER_PAT_A,e.FINDER_PAT_B,e.FINDER_PAT_B,e.FINDER_PAT_C,e.FINDER_PAT_C,e.FINDER_PAT_D,e.FINDER_PAT_E,e.FINDER_PAT_E],[e.FINDER_PAT_A,e.FINDER_PAT_A,e.FINDER_PAT_B,e.FINDER_PAT_B,e.FINDER_PAT_C,e.FINDER_PAT_C,e.FINDER_PAT_D,e.FINDER_PAT_E,e.FINDER_PAT_F,e.FINDER_PAT_F],[e.FINDER_PAT_A,e.FINDER_PAT_A,e.FINDER_PAT_B,e.FINDER_PAT_B,e.FINDER_PAT_C,e.FINDER_PAT_D,e.FINDER_PAT_D,e.FINDER_PAT_E,e.FINDER_PAT_E,e.FINDER_PAT_F,e.FINDER_PAT_F]],e.MAX_PAIRS=11,e}(xt),Sc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),bc=function(r){Sc(e,r);function e(t,n,i){var a=r.call(this,t,n)||this;return a.count=0,a.finderPattern=i,a}return e.prototype.getFinderPattern=function(){return this.finderPattern},e.prototype.getCount=function(){return this.count},e.prototype.incrementCount=function(){this.count++},e}(Fr),Tc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Yn=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},io=function(r){Tc(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.possibleLeftPairs=[],t.possibleRightPairs=[],t}return e.prototype.decodeRow=function(t,n,i){var a,o,s,f,u=this.decodePair(n,!1,t,i);e.addOrTally(this.possibleLeftPairs,u),n.reverse();var c=this.decodePair(n,!0,t,i);e.addOrTally(this.possibleRightPairs,c),n.reverse();try{for(var l=Yn(this.possibleLeftPairs),d=l.next();!d.done;d=l.next()){var h=d.value;if(h.getCount()>1)try{for(var p=(s=void 0,Yn(this.possibleRightPairs)),v=p.next();!v.done;v=p.next()){var x=v.value;if(x.getCount()>1&&e.checkChecksum(h,x))return e.constructResult(h,x)}}catch(w){s={error:w}}finally{try{v&&!v.done&&(f=p.return)&&f.call(p)}finally{if(s)throw s.error}}}}catch(w){a={error:w}}finally{try{d&&!d.done&&(o=l.return)&&o.call(l)}finally{if(a)throw a.error}}throw new D},e.addOrTally=function(t,n){var i,a;if(n!=null){var o=!1;try{for(var s=Yn(t),f=s.next();!f.done;f=s.next()){var u=f.value;if(u.getValue()===n.getValue()){u.incrementCount(),o=!0;break}}}catch(c){i={error:c}}finally{try{f&&!f.done&&(a=s.return)&&a.call(s)}finally{if(i)throw i.error}}o||t.push(n)}},e.prototype.reset=function(){this.possibleLeftPairs.length=0,this.possibleRightPairs.length=0},e.constructResult=function(t,n){for(var i=4537077*t.getValue()+n.getValue(),a=new String(i).toString(),o=new z,s=13-a.length;s>0;s--)o.append("0");o.append(a);for(var f=0,s=0;s<13;s++){var u=o.charAt(s).charCodeAt(0)-48;f+=s&1?u:3*u}f=10-f%10,f===10&&(f=0),o.append(f.toString());var c=t.getFinderPattern().getResultPoints(),l=n.getFinderPattern().getResultPoints();return new be(o.toString(),null,0,[c[0],c[1],l[0],l[1]],L.RSS_14,new Date().getTime())},e.checkChecksum=function(t,n){var i=(t.getChecksumPortion()+16*n.getChecksumPortion())%79,a=9*t.getFinderPattern().getValue()+n.getFinderPattern().getValue();return a>72&&a--,a>8&&a--,i===a},e.prototype.decodePair=function(t,n,i,a){try{var o=this.findFinderPattern(t,n),s=this.parseFoundFinderPattern(t,i,n,o),f=a==null?null:a.get(oe.NEED_RESULT_POINT_CALLBACK);if(f!=null){var u=(o[0]+o[1])/2;n&&(u=t.getSize()-1-u),f.foundPossibleResultPoint(new k(u,i))}var c=this.decodeDataCharacter(t,s,!0),l=this.decodeDataCharacter(t,s,!1);return new bc(1597*c.getValue()+l.getValue(),c.getChecksumPortion()+4*l.getChecksumPortion(),s)}catch{return null}},e.prototype.decodeDataCharacter=function(t,n,i){for(var a=this.getDataCharacterCounters(),o=0;o<a.length;o++)a[o]=0;if(i)ce.recordPatternInReverse(t,n.getStartEnd()[0],a);else{ce.recordPattern(t,n.getStartEnd()[1]+1,a);for(var s=0,f=a.length-1;s<f;s++,f--){var u=a[s];a[s]=a[f],a[f]=u}}for(var c=i?16:15,l=Z.sum(new Int32Array(a))/c,d=this.getOddCounts(),h=this.getEvenCounts(),p=this.getOddRoundingErrors(),v=this.getEvenRoundingErrors(),s=0;s<a.length;s++){var x=a[s]/l,w=Math.floor(x+.5);w<1?w=1:w>8&&(w=8);var m=Math.floor(s/2);s&1?(h[m]=w,v[m]=x-w):(d[m]=w,p[m]=x-w)}this.adjustOddEvenCounts(i,c);for(var C=0,_=0,s=d.length-1;s>=0;s--)_*=9,_+=d[s],C+=d[s];for(var A=0,b=0,s=h.length-1;s>=0;s--)A*=9,A+=h[s],b+=h[s];var T=_+3*A;if(i){if(C&1||C>12||C<4)throw new D;var O=(12-C)/2,M=e.OUTSIDE_ODD_WIDEST[O],B=9-M,V=Rt.getRSSvalue(d,M,!1),H=Rt.getRSSvalue(h,B,!0),W=e.OUTSIDE_EVEN_TOTAL_SUBSET[O],se=e.OUTSIDE_GSUM[O];return new Fr(V*W+H+se,T)}else{if(b&1||b>10||b<4)throw new D;var O=(10-b)/2,M=e.INSIDE_ODD_WIDEST[O],B=9-M,V=Rt.getRSSvalue(d,M,!0),H=Rt.getRSSvalue(h,B,!1),j=e.INSIDE_ODD_TOTAL_SUBSET[O],se=e.INSIDE_GSUM[O];return new Fr(H*j+V+se,T)}},e.prototype.findFinderPattern=function(t,n){var i=this.getDecodeFinderCounters();i[0]=0,i[1]=0,i[2]=0,i[3]=0;for(var a=t.getSize(),o=!1,s=0;s<a&&(o=!t.get(s),n!==o);)s++;for(var f=0,u=s,c=s;c<a;c++)if(t.get(c)!==o)i[f]++;else{if(f===3){if(xt.isFinderPattern(i))return[u,c];u+=i[0]+i[1],i[0]=i[2],i[1]=i[3],i[2]=0,i[3]=0,f--}else f++;i[f]=1,o=!o}throw new D},e.prototype.parseFoundFinderPattern=function(t,n,i,a){for(var o=t.get(a[0]),s=a[0]-1;s>=0&&o!==t.get(s);)s--;s++;var f=a[0]-s,u=this.getDecodeFinderCounters(),c=new Int32Array(u.length);re.arraycopy(u,0,c,1,u.length-1),c[0]=f;var l=this.parseFinderValue(c,e.FINDER_PATTERNS),d=s,h=a[1];return i&&(d=t.getSize()-1-d,h=t.getSize()-1-h),new eo(l,[s,a[1]],d,h,n)},e.prototype.adjustOddEvenCounts=function(t,n){var i=Z.sum(new Int32Array(this.getOddCounts())),a=Z.sum(new Int32Array(this.getEvenCounts())),o=!1,s=!1,f=!1,u=!1;t?(i>12?s=!0:i<4&&(o=!0),a>12?u=!0:a<4&&(f=!0)):(i>11?s=!0:i<5&&(o=!0),a>10?u=!0:a<4&&(f=!0));var c=i+a-n,l=(i&1)===(t?1:0),d=(a&1)===1;if(c===1)if(l){if(d)throw new D;s=!0}else{if(!d)throw new D;u=!0}else if(c===-1)if(l){if(d)throw new D;o=!0}else{if(!d)throw new D;f=!0}else if(c===0){if(l){if(!d)throw new D;i<a?(o=!0,u=!0):(s=!0,f=!0)}else if(d)throw new D}else throw new D;if(o){if(s)throw new D;xt.increment(this.getOddCounts(),this.getOddRoundingErrors())}if(s&&xt.decrement(this.getOddCounts(),this.getOddRoundingErrors()),f){if(u)throw new D;xt.increment(this.getEvenCounts(),this.getOddRoundingErrors())}u&&xt.decrement(this.getEvenCounts(),this.getEvenRoundingErrors())},e.OUTSIDE_EVEN_TOTAL_SUBSET=[1,10,34,70,126],e.INSIDE_ODD_TOTAL_SUBSET=[4,20,48,81],e.OUTSIDE_GSUM=[0,161,961,2015,2715],e.INSIDE_GSUM=[0,336,1036,1516],e.OUTSIDE_ODD_WIDEST=[8,6,4,3,1],e.INSIDE_ODD_WIDEST=[2,4,6,8],e.FINDER_PATTERNS=[Int32Array.from([3,8,2,1]),Int32Array.from([3,5,5,1]),Int32Array.from([3,3,7,1]),Int32Array.from([3,1,9,1]),Int32Array.from([2,7,4,1]),Int32Array.from([2,5,6,1]),Int32Array.from([2,3,8,1]),Int32Array.from([1,5,7,1]),Int32Array.from([1,3,9,1])],e}(xt),Oc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Qt=function(r){Oc(e,r);function e(t){var n=r.call(this)||this;n.readers=[];var i=t?t.get(oe.POSSIBLE_FORMATS):null,a=t&&t.get(oe.ASSUME_CODE_39_CHECK_DIGIT)!==void 0;return i&&((i.includes(L.EAN_13)||i.includes(L.UPC_A)||i.includes(L.EAN_8)||i.includes(L.UPC_E))&&n.readers.push(new $n(t)),i.includes(L.CODE_39)&&n.readers.push(new Xa(a)),i.includes(L.CODE_93)&&n.readers.push(new $a),i.includes(L.CODE_128)&&n.readers.push(new Wa),i.includes(L.ITF)&&n.readers.push(new ja),i.includes(L.CODABAR)&&n.readers.push(new qu),i.includes(L.RSS_14)&&n.readers.push(new io),i.includes(L.RSS_EXPANDED)&&(console.warn("RSS Expanded reader IS NOT ready for production yet! use at your own risk."),n.readers.push(new Ic))),n.readers.length===0&&(n.readers.push(new $n(t)),n.readers.push(new Xa),n.readers.push(new $a),n.readers.push(new $n(t)),n.readers.push(new Wa),n.readers.push(new ja),n.readers.push(new io)),n}return e.prototype.decodeRow=function(t,n,i){for(var a=0;a<this.readers.length;a++)try{return this.readers[a].decodeRow(t,n,i)}catch{}throw new D},e.prototype.reset=function(){this.readers.forEach(function(t){return t.reset()})},e}(ce),Nc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){Nc(e,r);function e(t,n){return t===void 0&&(t=500),r.call(this,new Qt(n),t,n)||this}return e})(Mt);var ao=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Q=function(){function r(e,t,n){this.ecCodewords=e,this.ecBlocks=[t],n&&this.ecBlocks.push(n)}return r.prototype.getECCodewords=function(){return this.ecCodewords},r.prototype.getECBlocks=function(){return this.ecBlocks},r}(),K=function(){function r(e,t){this.count=e,this.dataCodewords=t}return r.prototype.getCount=function(){return this.count},r.prototype.getDataCodewords=function(){return this.dataCodewords},r}(),Dc=function(){function r(e,t,n,i,a,o){var s,f;this.versionNumber=e,this.symbolSizeRows=t,this.symbolSizeColumns=n,this.dataRegionSizeRows=i,this.dataRegionSizeColumns=a,this.ecBlocks=o;var u=0,c=o.getECCodewords(),l=o.getECBlocks();try{for(var d=ao(l),h=d.next();!h.done;h=d.next()){var p=h.value;u+=p.getCount()*(p.getDataCodewords()+c)}}catch(v){s={error:v}}finally{try{h&&!h.done&&(f=d.return)&&f.call(d)}finally{if(s)throw s.error}}this.totalCodewords=u}return r.prototype.getVersionNumber=function(){return this.versionNumber},r.prototype.getSymbolSizeRows=function(){return this.symbolSizeRows},r.prototype.getSymbolSizeColumns=function(){return this.symbolSizeColumns},r.prototype.getDataRegionSizeRows=function(){return this.dataRegionSizeRows},r.prototype.getDataRegionSizeColumns=function(){return this.dataRegionSizeColumns},r.prototype.getTotalCodewords=function(){return this.totalCodewords},r.prototype.getECBlocks=function(){return this.ecBlocks},r.getVersionForDimensions=function(e,t){var n,i;if(e&1||t&1)throw new F;try{for(var a=ao(r.VERSIONS),o=a.next();!o.done;o=a.next()){var s=o.value;if(s.symbolSizeRows===e&&s.symbolSizeColumns===t)return s}}catch(f){n={error:f}}finally{try{o&&!o.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}throw new F},r.prototype.toString=function(){return""+this.versionNumber},r.buildVersions=function(){return[new r(1,10,10,8,8,new Q(5,new K(1,3))),new r(2,12,12,10,10,new Q(7,new K(1,5))),new r(3,14,14,12,12,new Q(10,new K(1,8))),new r(4,16,16,14,14,new Q(12,new K(1,12))),new r(5,18,18,16,16,new Q(14,new K(1,18))),new r(6,20,20,18,18,new Q(18,new K(1,22))),new r(7,22,22,20,20,new Q(20,new K(1,30))),new r(8,24,24,22,22,new Q(24,new K(1,36))),new r(9,26,26,24,24,new Q(28,new K(1,44))),new r(10,32,32,14,14,new Q(36,new K(1,62))),new r(11,36,36,16,16,new Q(42,new K(1,86))),new r(12,40,40,18,18,new Q(48,new K(1,114))),new r(13,44,44,20,20,new Q(56,new K(1,144))),new r(14,48,48,22,22,new Q(68,new K(1,174))),new r(15,52,52,24,24,new Q(42,new K(2,102))),new r(16,64,64,14,14,new Q(56,new K(2,140))),new r(17,72,72,16,16,new Q(36,new K(4,92))),new r(18,80,80,18,18,new Q(48,new K(4,114))),new r(19,88,88,20,20,new Q(56,new K(4,144))),new r(20,96,96,22,22,new Q(68,new K(4,174))),new r(21,104,104,24,24,new Q(56,new K(6,136))),new r(22,120,120,18,18,new Q(68,new K(6,175))),new r(23,132,132,20,20,new Q(62,new K(8,163))),new r(24,144,144,22,22,new Q(62,new K(8,156),new K(2,155))),new r(25,8,18,6,16,new Q(7,new K(1,5))),new r(26,8,32,6,14,new Q(11,new K(1,10))),new r(27,12,26,10,24,new Q(14,new K(1,16))),new r(28,12,36,10,16,new Q(18,new K(1,22))),new r(29,16,36,14,16,new Q(24,new K(1,32))),new r(30,16,48,14,22,new Q(28,new K(1,49)))]},r.VERSIONS=r.buildVersions(),r}(),Pc=function(){function r(e){var t=e.getHeight();if(t<8||t>144||t&1)throw new F;this.version=r.readVersion(e),this.mappingBitMatrix=this.extractDataRegion(e),this.readMappingMatrix=new Qe(this.mappingBitMatrix.getWidth(),this.mappingBitMatrix.getHeight())}return r.prototype.getVersion=function(){return this.version},r.readVersion=function(e){var t=e.getHeight(),n=e.getWidth();return Dc.getVersionForDimensions(t,n)},r.prototype.readCodewords=function(){var e=new Int8Array(this.version.getTotalCodewords()),t=0,n=4,i=0,a=this.mappingBitMatrix.getHeight(),o=this.mappingBitMatrix.getWidth(),s=!1,f=!1,u=!1,c=!1;do if(n===a&&i===0&&!s)e[t++]=this.readCorner1(a,o)&255,n-=2,i+=2,s=!0;else if(n===a-2&&i===0&&o&3&&!f)e[t++]=this.readCorner2(a,o)&255,n-=2,i+=2,f=!0;else if(n===a+4&&i===2&&!(o&7)&&!u)e[t++]=this.readCorner3(a,o)&255,n-=2,i+=2,u=!0;else if(n===a-2&&i===0&&(o&7)===4&&!c)e[t++]=this.readCorner4(a,o)&255,n-=2,i+=2,c=!0;else{do n<a&&i>=0&&!this.readMappingMatrix.get(i,n)&&(e[t++]=this.readUtah(n,i,a,o)&255),n-=2,i+=2;while(n>=0&&i<o);n+=1,i+=3;do n>=0&&i<o&&!this.readMappingMatrix.get(i,n)&&(e[t++]=this.readUtah(n,i,a,o)&255),n+=2,i-=2;while(n<a&&i>=0);n+=3,i+=1}while(n<a||i<o);if(t!==this.version.getTotalCodewords())throw new F;return e},r.prototype.readModule=function(e,t,n,i){return e<0&&(e+=n,t+=4-(n+4&7)),t<0&&(t+=i,e+=4-(i+4&7)),this.readMappingMatrix.set(t,e),this.mappingBitMatrix.get(t,e)},r.prototype.readUtah=function(e,t,n,i){var a=0;return this.readModule(e-2,t-2,n,i)&&(a|=1),a<<=1,this.readModule(e-2,t-1,n,i)&&(a|=1),a<<=1,this.readModule(e-1,t-2,n,i)&&(a|=1),a<<=1,this.readModule(e-1,t-1,n,i)&&(a|=1),a<<=1,this.readModule(e-1,t,n,i)&&(a|=1),a<<=1,this.readModule(e,t-2,n,i)&&(a|=1),a<<=1,this.readModule(e,t-1,n,i)&&(a|=1),a<<=1,this.readModule(e,t,n,i)&&(a|=1),a},r.prototype.readCorner1=function(e,t){var n=0;return this.readModule(e-1,0,e,t)&&(n|=1),n<<=1,this.readModule(e-1,1,e,t)&&(n|=1),n<<=1,this.readModule(e-1,2,e,t)&&(n|=1),n<<=1,this.readModule(0,t-2,e,t)&&(n|=1),n<<=1,this.readModule(0,t-1,e,t)&&(n|=1),n<<=1,this.readModule(1,t-1,e,t)&&(n|=1),n<<=1,this.readModule(2,t-1,e,t)&&(n|=1),n<<=1,this.readModule(3,t-1,e,t)&&(n|=1),n},r.prototype.readCorner2=function(e,t){var n=0;return this.readModule(e-3,0,e,t)&&(n|=1),n<<=1,this.readModule(e-2,0,e,t)&&(n|=1),n<<=1,this.readModule(e-1,0,e,t)&&(n|=1),n<<=1,this.readModule(0,t-4,e,t)&&(n|=1),n<<=1,this.readModule(0,t-3,e,t)&&(n|=1),n<<=1,this.readModule(0,t-2,e,t)&&(n|=1),n<<=1,this.readModule(0,t-1,e,t)&&(n|=1),n<<=1,this.readModule(1,t-1,e,t)&&(n|=1),n},r.prototype.readCorner3=function(e,t){var n=0;return this.readModule(e-1,0,e,t)&&(n|=1),n<<=1,this.readModule(e-1,t-1,e,t)&&(n|=1),n<<=1,this.readModule(0,t-3,e,t)&&(n|=1),n<<=1,this.readModule(0,t-2,e,t)&&(n|=1),n<<=1,this.readModule(0,t-1,e,t)&&(n|=1),n<<=1,this.readModule(1,t-3,e,t)&&(n|=1),n<<=1,this.readModule(1,t-2,e,t)&&(n|=1),n<<=1,this.readModule(1,t-1,e,t)&&(n|=1),n},r.prototype.readCorner4=function(e,t){var n=0;return this.readModule(e-3,0,e,t)&&(n|=1),n<<=1,this.readModule(e-2,0,e,t)&&(n|=1),n<<=1,this.readModule(e-1,0,e,t)&&(n|=1),n<<=1,this.readModule(0,t-2,e,t)&&(n|=1),n<<=1,this.readModule(0,t-1,e,t)&&(n|=1),n<<=1,this.readModule(1,t-1,e,t)&&(n|=1),n<<=1,this.readModule(2,t-1,e,t)&&(n|=1),n<<=1,this.readModule(3,t-1,e,t)&&(n|=1),n},r.prototype.extractDataRegion=function(e){var t=this.version.getSymbolSizeRows(),n=this.version.getSymbolSizeColumns();if(e.getHeight()!==t)throw new U("Dimension of bitMatrix must match the version size");for(var i=this.version.getDataRegionSizeRows(),a=this.version.getDataRegionSizeColumns(),o=t/i|0,s=n/a|0,f=o*i,u=s*a,c=new Qe(u,f),l=0;l<o;++l)for(var d=l*i,h=0;h<s;++h)for(var p=h*a,v=0;v<i;++v)for(var x=l*(i+2)+1+v,w=d+v,m=0;m<a;++m){var C=h*(a+2)+1+m;if(e.get(C,x)){var _=p+m;c.set(_,w)}}return c},r}(),oo=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Mc=function(){function r(e,t){this.numDataCodewords=e,this.codewords=t}return r.getDataBlocks=function(e,t){var n,i,a,o,s=t.getECBlocks(),f=0,u=s.getECBlocks();try{for(var c=oo(u),l=c.next();!l.done;l=c.next()){var d=l.value;f+=d.getCount()}}catch(se){n={error:se}}finally{try{l&&!l.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}var h=new Array(f),p=0;try{for(var v=oo(u),x=v.next();!x.done;x=v.next())for(var d=x.value,w=0;w<d.getCount();w++){var m=d.getDataCodewords(),C=s.getECCodewords()+m;h[p++]=new r(m,new Uint8Array(C))}}catch(se){a={error:se}}finally{try{x&&!x.done&&(o=v.return)&&o.call(v)}finally{if(a)throw a.error}}for(var _=h[0].codewords.length,A=_-s.getECCodewords(),b=A-1,T=0,w=0;w<b;w++)for(var O=0;O<p;O++)h[O].codewords[w]=e[T++];for(var M=t.getVersionNumber()===24,B=M?8:p,O=0;O<B;O++)h[O].codewords[A-1]=e[T++];for(var V=h[0].codewords.length,w=A;w<V;w++)for(var O=0;O<p;O++){var H=M?(O+8)%p:O,W=M&&H>7?w-1:w;h[H].codewords[W]=e[T++]}if(T!==e.length)throw new U;return h},r.prototype.getNumDataCodewords=function(){return this.numDataCodewords},r.prototype.getCodewords=function(){return this.codewords},r}(),so=function(){function r(e){this.bytes=e,this.byteOffset=0,this.bitOffset=0}return r.prototype.getBitOffset=function(){return this.bitOffset},r.prototype.getByteOffset=function(){return this.byteOffset},r.prototype.readBits=function(e){if(e<1||e>32||e>this.available())throw new U(""+e);var t=0,n=this.bitOffset,i=this.byteOffset,a=this.bytes;if(n>0){var o=8-n,s=e<o?e:o,f=o-s,u=255>>8-s<<f;t=(a[i]&u)>>f,e-=s,n+=s,n===8&&(n=0,i++)}if(e>0){for(;e>=8;)t=t<<8|a[i]&255,i++,e-=8;if(e>0){var f=8-e,u=255>>f<<f;t=t<<e|(a[i]&u)>>f,n+=e}}return this.bitOffset=n,this.byteOffset=i,t},r.prototype.available=function(){return 8*(this.bytes.length-this.byteOffset)-this.bitOffset},r}(),de;(function(r){r[r.PAD_ENCODE=0]="PAD_ENCODE",r[r.ASCII_ENCODE=1]="ASCII_ENCODE",r[r.C40_ENCODE=2]="C40_ENCODE",r[r.TEXT_ENCODE=3]="TEXT_ENCODE",r[r.ANSIX12_ENCODE=4]="ANSIX12_ENCODE",r[r.EDIFACT_ENCODE=5]="EDIFACT_ENCODE",r[r.BASE256_ENCODE=6]="BASE256_ENCODE"})(de||(de={}));var Fc=function(){function r(){}return r.decode=function(e){var t=new so(e),n=new z,i=new z,a=new Array,o=de.ASCII_ENCODE;do if(o===de.ASCII_ENCODE)o=this.decodeAsciiSegment(t,n,i);else{switch(o){case de.C40_ENCODE:this.decodeC40Segment(t,n);break;case de.TEXT_ENCODE:this.decodeTextSegment(t,n);break;case de.ANSIX12_ENCODE:this.decodeAnsiX12Segment(t,n);break;case de.EDIFACT_ENCODE:this.decodeEdifactSegment(t,n);break;case de.BASE256_ENCODE:this.decodeBase256Segment(t,n,a);break;default:throw new F}o=de.ASCII_ENCODE}while(o!==de.PAD_ENCODE&&t.available()>0);return i.length()>0&&n.append(i.toString()),new Dr(e,n.toString(),a.length===0?null:a,null)},r.decodeAsciiSegment=function(e,t,n){var i=!1;do{var a=e.readBits(8);if(a===0)throw new F;if(a<=128)return i&&(a+=128),t.append(String.fromCharCode(a-1)),de.ASCII_ENCODE;if(a===129)return de.PAD_ENCODE;if(a<=229){var o=a-130;o<10&&t.append("0"),t.append(""+o)}else switch(a){case 230:return de.C40_ENCODE;case 231:return de.BASE256_ENCODE;case 232:t.append("");break;case 233:case 234:break;case 235:i=!0;break;case 236:t.append("[)>05"),n.insert(0,"");break;case 237:t.append("[)>06"),n.insert(0,"");break;case 238:return de.ANSIX12_ENCODE;case 239:return de.TEXT_ENCODE;case 240:return de.EDIFACT_ENCODE;case 241:break;default:if(a!==254||e.available()!==0)throw new F;break}}while(e.available()>0);return de.ASCII_ENCODE},r.decodeC40Segment=function(e,t){var n=!1,i=[],a=0;do{if(e.available()===8)return;var o=e.readBits(8);if(o===254)return;this.parseTwoBytes(o,e.readBits(8),i);for(var s=0;s<3;s++){var f=i[s];switch(a){case 0:if(f<3)a=f+1;else if(f<this.C40_BASIC_SET_CHARS.length){var u=this.C40_BASIC_SET_CHARS[f];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else throw new F;break;case 1:n?(t.append(String.fromCharCode(f+128)),n=!1):t.append(String.fromCharCode(f)),a=0;break;case 2:if(f<this.C40_SHIFT2_SET_CHARS.length){var u=this.C40_SHIFT2_SET_CHARS[f];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else switch(f){case 27:t.append("");break;case 30:n=!0;break;default:throw new F}a=0;break;case 3:n?(t.append(String.fromCharCode(f+224)),n=!1):t.append(String.fromCharCode(f+96)),a=0;break;default:throw new F}}}while(e.available()>0)},r.decodeTextSegment=function(e,t){var n=!1,i=[],a=0;do{if(e.available()===8)return;var o=e.readBits(8);if(o===254)return;this.parseTwoBytes(o,e.readBits(8),i);for(var s=0;s<3;s++){var f=i[s];switch(a){case 0:if(f<3)a=f+1;else if(f<this.TEXT_BASIC_SET_CHARS.length){var u=this.TEXT_BASIC_SET_CHARS[f];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else throw new F;break;case 1:n?(t.append(String.fromCharCode(f+128)),n=!1):t.append(String.fromCharCode(f)),a=0;break;case 2:if(f<this.TEXT_SHIFT2_SET_CHARS.length){var u=this.TEXT_SHIFT2_SET_CHARS[f];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else switch(f){case 27:t.append("");break;case 30:n=!0;break;default:throw new F}a=0;break;case 3:if(f<this.TEXT_SHIFT3_SET_CHARS.length){var u=this.TEXT_SHIFT3_SET_CHARS[f];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u),a=0}else throw new F;break;default:throw new F}}}while(e.available()>0)},r.decodeAnsiX12Segment=function(e,t){var n=[];do{if(e.available()===8)return;var i=e.readBits(8);if(i===254)return;this.parseTwoBytes(i,e.readBits(8),n);for(var a=0;a<3;a++){var o=n[a];switch(o){case 0:t.append("\r");break;case 1:t.append("*");break;case 2:t.append(">");break;case 3:t.append(" ");break;default:if(o<14)t.append(String.fromCharCode(o+44));else if(o<40)t.append(String.fromCharCode(o+51));else throw new F;break}}}while(e.available()>0)},r.parseTwoBytes=function(e,t,n){var i=(e<<8)+t-1,a=Math.floor(i/1600);n[0]=a,i-=a*1600,a=Math.floor(i/40),n[1]=a,n[2]=i-a*40},r.decodeEdifactSegment=function(e,t){do{if(e.available()<=16)return;for(var n=0;n<4;n++){var i=e.readBits(6);if(i===31){var a=8-e.getBitOffset();a!==8&&e.readBits(a);return}i&32||(i|=64),t.append(String.fromCharCode(i))}}while(e.available()>0)},r.decodeBase256Segment=function(e,t,n){var i=1+e.getByteOffset(),a=this.unrandomize255State(e.readBits(8),i++),o;if(a===0?o=e.available()/8|0:a<250?o=a:o=250*(a-249)+this.unrandomize255State(e.readBits(8),i++),o<0)throw new F;for(var s=new Uint8Array(o),f=0;f<o;f++){if(e.available()<8)throw new F;s[f]=this.unrandomize255State(e.readBits(8),i++)}n.push(s);try{t.append(He.decode(s,$.ISO88591))}catch(u){throw new qt("Platform does not support required encoding: "+u.message)}},r.unrandomize255State=function(e,t){var n=149*t%255+1,i=e-n;return i>=0?i:i+256},r.C40_BASIC_SET_CHARS=["*","*","*"," ","0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],r.C40_SHIFT2_SET_CHARS=["!",'"',"#","$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","?","@","[","\\","]","^","_"],r.TEXT_BASIC_SET_CHARS=["*","*","*"," ","0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],r.TEXT_SHIFT2_SET_CHARS=r.C40_SHIFT2_SET_CHARS,r.TEXT_SHIFT3_SET_CHARS=["`","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","{","|","}","~",""],r}(),Rc=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Bc=function(){function r(){this.rsDecoder=new Mr(Re.DATA_MATRIX_FIELD_256)}return r.prototype.decode=function(e){var t,n,i=new Pc(e),a=i.getVersion(),o=i.readCodewords(),s=Mc.getDataBlocks(o,a),f=0;try{for(var u=Rc(s),c=u.next();!c.done;c=u.next()){var l=c.value;f+=l.getNumDataCodewords()}}catch(C){t={error:C}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}for(var d=new Uint8Array(f),h=s.length,p=0;p<h;p++){var v=s[p],x=v.getCodewords(),w=v.getNumDataCodewords();this.correctErrors(x,w);for(var m=0;m<w;m++)d[m*h+p]=x[m]}return Fc.decode(d)},r.prototype.correctErrors=function(e,t){var n=new Int32Array(e);try{this.rsDecoder.decode(n,e.length-t)}catch{throw new pe}for(var i=0;i<t;i++)e[i]=n[i]},r}(),Lc=function(){function r(e){this.image=e,this.rectangleDetector=new Vn(this.image)}return r.prototype.detect=function(){var e=this.rectangleDetector.detect(),t=this.detectSolid1(e);if(t=this.detectSolid2(t),t[3]=this.correctTopRight(t),!t[3])throw new D;t=this.shiftToModuleCenter(t);var n=t[0],i=t[1],a=t[2],o=t[3],s=this.transitionsBetween(n,o)+1,f=this.transitionsBetween(a,o)+1;(s&1)===1&&(s+=1),(f&1)===1&&(f+=1),4*s<7*f&&4*f<7*s&&(s=f=Math.max(s,f));var u=r.sampleGrid(this.image,n,i,a,o,s,f);return new Un(u,[n,i,a,o])},r.shiftPoint=function(e,t,n){var i=(t.getX()-e.getX())/(n+1),a=(t.getY()-e.getY())/(n+1);return new k(e.getX()+i,e.getY()+a)},r.moveAway=function(e,t,n){var i=e.getX(),a=e.getY();return i<t?i-=1:i+=1,a<n?a-=1:a+=1,new k(i,a)},r.prototype.detectSolid1=function(e){var t=e[0],n=e[1],i=e[3],a=e[2],o=this.transitionsBetween(t,n),s=this.transitionsBetween(n,i),f=this.transitionsBetween(i,a),u=this.transitionsBetween(a,t),c=o,l=[a,t,n,i];return c>s&&(c=s,l[0]=t,l[1]=n,l[2]=i,l[3]=a),c>f&&(c=f,l[0]=n,l[1]=i,l[2]=a,l[3]=t),c>u&&(l[0]=i,l[1]=a,l[2]=t,l[3]=n),l},r.prototype.detectSolid2=function(e){var t=e[0],n=e[1],i=e[2],a=e[3],o=this.transitionsBetween(t,a),s=r.shiftPoint(n,i,(o+1)*4),f=r.shiftPoint(i,n,(o+1)*4),u=this.transitionsBetween(s,t),c=this.transitionsBetween(f,a);return u<c?(e[0]=t,e[1]=n,e[2]=i,e[3]=a):(e[0]=n,e[1]=i,e[2]=a,e[3]=t),e},r.prototype.correctTopRight=function(e){var t=e[0],n=e[1],i=e[2],a=e[3],o=this.transitionsBetween(t,a),s=this.transitionsBetween(n,a),f=r.shiftPoint(t,n,(s+1)*4),u=r.shiftPoint(i,n,(o+1)*4);o=this.transitionsBetween(f,a),s=this.transitionsBetween(u,a);var c=new k(a.getX()+(i.getX()-n.getX())/(o+1),a.getY()+(i.getY()-n.getY())/(o+1)),l=new k(a.getX()+(t.getX()-n.getX())/(s+1),a.getY()+(t.getY()-n.getY())/(s+1));if(!this.isValid(c))return this.isValid(l)?l:null;if(!this.isValid(l))return c;var d=this.transitionsBetween(f,c)+this.transitionsBetween(u,c),h=this.transitionsBetween(f,l)+this.transitionsBetween(u,l);return d>h?c:l},r.prototype.shiftToModuleCenter=function(e){var t=e[0],n=e[1],i=e[2],a=e[3],o=this.transitionsBetween(t,a)+1,s=this.transitionsBetween(i,a)+1,f=r.shiftPoint(t,n,s*4),u=r.shiftPoint(i,n,o*4);o=this.transitionsBetween(f,a)+1,s=this.transitionsBetween(u,a)+1,(o&1)===1&&(o+=1),(s&1)===1&&(s+=1);var c=(t.getX()+n.getX()+i.getX()+a.getX())/4,l=(t.getY()+n.getY()+i.getY()+a.getY())/4;t=r.moveAway(t,c,l),n=r.moveAway(n,c,l),i=r.moveAway(i,c,l),a=r.moveAway(a,c,l);var d,h;return f=r.shiftPoint(t,n,s*4),f=r.shiftPoint(f,a,o*4),d=r.shiftPoint(n,t,s*4),d=r.shiftPoint(d,i,o*4),u=r.shiftPoint(i,a,s*4),u=r.shiftPoint(u,n,o*4),h=r.shiftPoint(a,i,s*4),h=r.shiftPoint(h,t,o*4),[f,d,u,h]},r.prototype.isValid=function(e){return e.getX()>=0&&e.getX()<this.image.getWidth()&&e.getY()>0&&e.getY()<this.image.getHeight()},r.sampleGrid=function(e,t,n,i,a,o,s){var f=Hn.getInstance();return f.sampleGrid(e,o,s,.5,.5,o-.5,.5,o-.5,s-.5,.5,s-.5,t.getX(),t.getY(),a.getX(),a.getY(),i.getX(),i.getY(),n.getX(),n.getY())},r.prototype.transitionsBetween=function(e,t){var n=Math.trunc(e.getX()),i=Math.trunc(e.getY()),a=Math.trunc(t.getX()),o=Math.trunc(t.getY()),s=Math.abs(o-i)>Math.abs(a-n);if(s){var f=n;n=i,i=f,f=a,a=o,o=f}for(var u=Math.abs(a-n),c=Math.abs(o-i),l=-u/2,d=i<o?1:-1,h=n<a?1:-1,p=0,v=this.image.get(s?i:n,s?n:i),x=n,w=i;x!==a;x+=h){var m=this.image.get(s?w:x,s?x:w);if(m!==v&&(p++,v=m),l+=c,l>0){if(w===o)break;w+=d,l-=u}}return p},r}(),Zn=function(){function r(){this.decoder=new Bc}return r.prototype.decode=function(e,t){t===void 0&&(t=null);var n,i;if(t!=null&&t.has(oe.PURE_BARCODE)){var a=r.extractPureBits(e.getBlackMatrix());n=this.decoder.decode(a),i=r.NO_POINTS}else{var o=new Lc(e.getBlackMatrix()).detect();n=this.decoder.decode(o.getBits()),i=o.getPoints()}var s=n.getRawBytes(),f=new be(n.getText(),s,8*s.length,i,L.DATA_MATRIX,re.currentTimeMillis()),u=n.getByteSegments();u!=null&&f.putMetadata(Ce.BYTE_SEGMENTS,u);var c=n.getECLevel();return c!=null&&f.putMetadata(Ce.ERROR_CORRECTION_LEVEL,c),f},r.prototype.reset=function(){},r.extractPureBits=function(e){var t=e.getTopLeftOnBit(),n=e.getBottomRightOnBit();if(t==null||n==null)throw new D;var i=this.moduleSize(t,e),a=t[1],o=n[1],s=t[0],f=n[0],u=(f-s+1)/i,c=(o-a+1)/i;if(u<=0||c<=0)throw new D;var l=i/2;a+=l,s+=l;for(var d=new Qe(u,c),h=0;h<c;h++)for(var p=a+h*i,v=0;v<u;v++)e.get(s+v*i,p)&&d.set(v,h);return d},r.moduleSize=function(e,t){for(var n=t.getWidth(),i=e[0],a=e[1];i<n&&t.get(i,a);)i++;if(i===n)throw new D;var o=i-e[0];if(o===0)throw new D;return o},r.NO_POINTS=[],r}(),kc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){kc(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new Zn,t)||this}return e})(Mt);var Lt;(function(r){r[r.L=0]="L",r[r.M=1]="M",r[r.Q=2]="Q",r[r.H=3]="H"})(Lt||(Lt={}));var Uc=function(){function r(e,t,n){this.value=e,this.stringValue=t,this.bits=n,r.FOR_BITS.set(n,this),r.FOR_VALUE.set(e,this)}return r.prototype.getValue=function(){return this.value},r.prototype.getBits=function(){return this.bits},r.fromString=function(e){switch(e){case"L":return r.L;case"M":return r.M;case"Q":return r.Q;case"H":return r.H;default:throw new $e(e+"not available")}},r.prototype.toString=function(){return this.stringValue},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.value===t.value},r.forBits=function(e){if(e<0||e>=r.FOR_BITS.size)throw new U;return r.FOR_BITS.get(e)},r.FOR_BITS=new Map,r.FOR_VALUE=new Map,r.L=new r(Lt.L,"L",1),r.M=new r(Lt.M,"M",0),r.Q=new r(Lt.Q,"Q",3),r.H=new r(Lt.H,"H",2),r}(),Vc=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},fo=function(){function r(e){this.errorCorrectionLevel=Uc.forBits(e>>3&3),this.dataMask=e&7}return r.numBitsDiffering=function(e,t){return G.bitCount(e^t)},r.decodeFormatInformation=function(e,t){var n=r.doDecodeFormatInformation(e,t);return n!==null?n:r.doDecodeFormatInformation(e^r.FORMAT_INFO_MASK_QR,t^r.FORMAT_INFO_MASK_QR)},r.doDecodeFormatInformation=function(e,t){var n,i,a=Number.MAX_SAFE_INTEGER,o=0;try{for(var s=Vc(r.FORMAT_INFO_DECODE_LOOKUP),f=s.next();!f.done;f=s.next()){var u=f.value,c=u[0];if(c===e||c===t)return new r(u[1]);var l=r.numBitsDiffering(e,c);l<a&&(o=u[1],a=l),e!==t&&(l=r.numBitsDiffering(t,c),l<a&&(o=u[1],a=l))}}catch(d){n={error:d}}finally{try{f&&!f.done&&(i=s.return)&&i.call(s)}finally{if(n)throw n.error}}return a<=3?new r(o):null},r.prototype.getErrorCorrectionLevel=function(){return this.errorCorrectionLevel},r.prototype.getDataMask=function(){return this.dataMask},r.prototype.hashCode=function(){return this.errorCorrectionLevel.getBits()<<3|this.dataMask},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.errorCorrectionLevel===t.errorCorrectionLevel&&this.dataMask===t.dataMask},r.FORMAT_INFO_MASK_QR=21522,r.FORMAT_INFO_DECODE_LOOKUP=[Int32Array.from([21522,0]),Int32Array.from([20773,1]),Int32Array.from([24188,2]),Int32Array.from([23371,3]),Int32Array.from([17913,4]),Int32Array.from([16590,5]),Int32Array.from([20375,6]),Int32Array.from([19104,7]),Int32Array.from([30660,8]),Int32Array.from([29427,9]),Int32Array.from([32170,10]),Int32Array.from([30877,11]),Int32Array.from([26159,12]),Int32Array.from([25368,13]),Int32Array.from([27713,14]),Int32Array.from([26998,15]),Int32Array.from([5769,16]),Int32Array.from([5054,17]),Int32Array.from([7399,18]),Int32Array.from([6608,19]),Int32Array.from([1890,20]),Int32Array.from([597,21]),Int32Array.from([3340,22]),Int32Array.from([2107,23]),Int32Array.from([13663,24]),Int32Array.from([12392,25]),Int32Array.from([16177,26]),Int32Array.from([14854,27]),Int32Array.from([9396,28]),Int32Array.from([8579,29]),Int32Array.from([11994,30]),Int32Array.from([11245,31])],r}(),Hc=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},S=function(){function r(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];this.ecCodewordsPerBlock=e,this.ecBlocks=t}return r.prototype.getECCodewordsPerBlock=function(){return this.ecCodewordsPerBlock},r.prototype.getNumBlocks=function(){var e,t,n=0,i=this.ecBlocks;try{for(var a=Hc(i),o=a.next();!o.done;o=a.next()){var s=o.value;n+=s.getCount()}}catch(f){e={error:f}}finally{try{o&&!o.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return n},r.prototype.getTotalECCodewords=function(){return this.ecCodewordsPerBlock*this.getNumBlocks()},r.prototype.getECBlocks=function(){return this.ecBlocks},r}(),y=function(){function r(e,t){this.count=e,this.dataCodewords=t}return r.prototype.getCount=function(){return this.count},r.prototype.getDataCodewords=function(){return this.dataCodewords},r}(),zc=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},mt=function(){function r(e,t){for(var n,i,a=[],o=2;o<arguments.length;o++)a[o-2]=arguments[o];this.versionNumber=e,this.alignmentPatternCenters=t,this.ecBlocks=a;var s=0,f=a[0].getECCodewordsPerBlock(),u=a[0].getECBlocks();try{for(var c=zc(u),l=c.next();!l.done;l=c.next()){var d=l.value;s+=d.getCount()*(d.getDataCodewords()+f)}}catch(h){n={error:h}}finally{try{l&&!l.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}this.totalCodewords=s}return r.prototype.getVersionNumber=function(){return this.versionNumber},r.prototype.getAlignmentPatternCenters=function(){return this.alignmentPatternCenters},r.prototype.getTotalCodewords=function(){return this.totalCodewords},r.prototype.getDimensionForVersion=function(){return 17+4*this.versionNumber},r.prototype.getECBlocksForLevel=function(e){return this.ecBlocks[e.getValue()]},r.getProvisionalVersionForDimension=function(e){if(e%4!==1)throw new F;try{return this.getVersionForNumber((e-17)/4)}catch{throw new F}},r.getVersionForNumber=function(e){if(e<1||e>40)throw new U;return r.VERSIONS[e-1]},r.decodeVersionInformation=function(e){for(var t=Number.MAX_SAFE_INTEGER,n=0,i=0;i<r.VERSION_DECODE_INFO.length;i++){var a=r.VERSION_DECODE_INFO[i];if(a===e)return r.getVersionForNumber(i+7);var o=fo.numBitsDiffering(e,a);o<t&&(n=i+7,t=o)}return t<=3?r.getVersionForNumber(n):null},r.prototype.buildFunctionPattern=function(){var e=this.getDimensionForVersion(),t=new Qe(e);t.setRegion(0,0,9,9),t.setRegion(e-8,0,8,9),t.setRegion(0,e-8,9,8);for(var n=this.alignmentPatternCenters.length,i=0;i<n;i++)for(var a=this.alignmentPatternCenters[i]-2,o=0;o<n;o++)i===0&&(o===0||o===n-1)||i===n-1&&o===0||t.setRegion(this.alignmentPatternCenters[o]-2,a,5,5);return t.setRegion(6,9,1,e-17),t.setRegion(9,6,e-17,1),this.versionNumber>6&&(t.setRegion(e-11,0,3,6),t.setRegion(0,e-11,6,3)),t},r.prototype.toString=function(){return""+this.versionNumber},r.VERSION_DECODE_INFO=Int32Array.from([31892,34236,39577,42195,48118,51042,55367,58893,63784,68472,70749,76311,79154,84390,87683,92361,96236,102084,102881,110507,110734,117786,119615,126325,127568,133589,136944,141498,145311,150283,152622,158308,161089,167017]),r.VERSIONS=[new r(1,new Int32Array(0),new S(7,new y(1,19)),new S(10,new y(1,16)),new S(13,new y(1,13)),new S(17,new y(1,9))),new r(2,Int32Array.from([6,18]),new S(10,new y(1,34)),new S(16,new y(1,28)),new S(22,new y(1,22)),new S(28,new y(1,16))),new r(3,Int32Array.from([6,22]),new S(15,new y(1,55)),new S(26,new y(1,44)),new S(18,new y(2,17)),new S(22,new y(2,13))),new r(4,Int32Array.from([6,26]),new S(20,new y(1,80)),new S(18,new y(2,32)),new S(26,new y(2,24)),new S(16,new y(4,9))),new r(5,Int32Array.from([6,30]),new S(26,new y(1,108)),new S(24,new y(2,43)),new S(18,new y(2,15),new y(2,16)),new S(22,new y(2,11),new y(2,12))),new r(6,Int32Array.from([6,34]),new S(18,new y(2,68)),new S(16,new y(4,27)),new S(24,new y(4,19)),new S(28,new y(4,15))),new r(7,Int32Array.from([6,22,38]),new S(20,new y(2,78)),new S(18,new y(4,31)),new S(18,new y(2,14),new y(4,15)),new S(26,new y(4,13),new y(1,14))),new r(8,Int32Array.from([6,24,42]),new S(24,new y(2,97)),new S(22,new y(2,38),new y(2,39)),new S(22,new y(4,18),new y(2,19)),new S(26,new y(4,14),new y(2,15))),new r(9,Int32Array.from([6,26,46]),new S(30,new y(2,116)),new S(22,new y(3,36),new y(2,37)),new S(20,new y(4,16),new y(4,17)),new S(24,new y(4,12),new y(4,13))),new r(10,Int32Array.from([6,28,50]),new S(18,new y(2,68),new y(2,69)),new S(26,new y(4,43),new y(1,44)),new S(24,new y(6,19),new y(2,20)),new S(28,new y(6,15),new y(2,16))),new r(11,Int32Array.from([6,30,54]),new S(20,new y(4,81)),new S(30,new y(1,50),new y(4,51)),new S(28,new y(4,22),new y(4,23)),new S(24,new y(3,12),new y(8,13))),new r(12,Int32Array.from([6,32,58]),new S(24,new y(2,92),new y(2,93)),new S(22,new y(6,36),new y(2,37)),new S(26,new y(4,20),new y(6,21)),new S(28,new y(7,14),new y(4,15))),new r(13,Int32Array.from([6,34,62]),new S(26,new y(4,107)),new S(22,new y(8,37),new y(1,38)),new S(24,new y(8,20),new y(4,21)),new S(22,new y(12,11),new y(4,12))),new r(14,Int32Array.from([6,26,46,66]),new S(30,new y(3,115),new y(1,116)),new S(24,new y(4,40),new y(5,41)),new S(20,new y(11,16),new y(5,17)),new S(24,new y(11,12),new y(5,13))),new r(15,Int32Array.from([6,26,48,70]),new S(22,new y(5,87),new y(1,88)),new S(24,new y(5,41),new y(5,42)),new S(30,new y(5,24),new y(7,25)),new S(24,new y(11,12),new y(7,13))),new r(16,Int32Array.from([6,26,50,74]),new S(24,new y(5,98),new y(1,99)),new S(28,new y(7,45),new y(3,46)),new S(24,new y(15,19),new y(2,20)),new S(30,new y(3,15),new y(13,16))),new r(17,Int32Array.from([6,30,54,78]),new S(28,new y(1,107),new y(5,108)),new S(28,new y(10,46),new y(1,47)),new S(28,new y(1,22),new y(15,23)),new S(28,new y(2,14),new y(17,15))),new r(18,Int32Array.from([6,30,56,82]),new S(30,new y(5,120),new y(1,121)),new S(26,new y(9,43),new y(4,44)),new S(28,new y(17,22),new y(1,23)),new S(28,new y(2,14),new y(19,15))),new r(19,Int32Array.from([6,30,58,86]),new S(28,new y(3,113),new y(4,114)),new S(26,new y(3,44),new y(11,45)),new S(26,new y(17,21),new y(4,22)),new S(26,new y(9,13),new y(16,14))),new r(20,Int32Array.from([6,34,62,90]),new S(28,new y(3,107),new y(5,108)),new S(26,new y(3,41),new y(13,42)),new S(30,new y(15,24),new y(5,25)),new S(28,new y(15,15),new y(10,16))),new r(21,Int32Array.from([6,28,50,72,94]),new S(28,new y(4,116),new y(4,117)),new S(26,new y(17,42)),new S(28,new y(17,22),new y(6,23)),new S(30,new y(19,16),new y(6,17))),new r(22,Int32Array.from([6,26,50,74,98]),new S(28,new y(2,111),new y(7,112)),new S(28,new y(17,46)),new S(30,new y(7,24),new y(16,25)),new S(24,new y(34,13))),new r(23,Int32Array.from([6,30,54,78,102]),new S(30,new y(4,121),new y(5,122)),new S(28,new y(4,47),new y(14,48)),new S(30,new y(11,24),new y(14,25)),new S(30,new y(16,15),new y(14,16))),new r(24,Int32Array.from([6,28,54,80,106]),new S(30,new y(6,117),new y(4,118)),new S(28,new y(6,45),new y(14,46)),new S(30,new y(11,24),new y(16,25)),new S(30,new y(30,16),new y(2,17))),new r(25,Int32Array.from([6,32,58,84,110]),new S(26,new y(8,106),new y(4,107)),new S(28,new y(8,47),new y(13,48)),new S(30,new y(7,24),new y(22,25)),new S(30,new y(22,15),new y(13,16))),new r(26,Int32Array.from([6,30,58,86,114]),new S(28,new y(10,114),new y(2,115)),new S(28,new y(19,46),new y(4,47)),new S(28,new y(28,22),new y(6,23)),new S(30,new y(33,16),new y(4,17))),new r(27,Int32Array.from([6,34,62,90,118]),new S(30,new y(8,122),new y(4,123)),new S(28,new y(22,45),new y(3,46)),new S(30,new y(8,23),new y(26,24)),new S(30,new y(12,15),new y(28,16))),new r(28,Int32Array.from([6,26,50,74,98,122]),new S(30,new y(3,117),new y(10,118)),new S(28,new y(3,45),new y(23,46)),new S(30,new y(4,24),new y(31,25)),new S(30,new y(11,15),new y(31,16))),new r(29,Int32Array.from([6,30,54,78,102,126]),new S(30,new y(7,116),new y(7,117)),new S(28,new y(21,45),new y(7,46)),new S(30,new y(1,23),new y(37,24)),new S(30,new y(19,15),new y(26,16))),new r(30,Int32Array.from([6,26,52,78,104,130]),new S(30,new y(5,115),new y(10,116)),new S(28,new y(19,47),new y(10,48)),new S(30,new y(15,24),new y(25,25)),new S(30,new y(23,15),new y(25,16))),new r(31,Int32Array.from([6,30,56,82,108,134]),new S(30,new y(13,115),new y(3,116)),new S(28,new y(2,46),new y(29,47)),new S(30,new y(42,24),new y(1,25)),new S(30,new y(23,15),new y(28,16))),new r(32,Int32Array.from([6,34,60,86,112,138]),new S(30,new y(17,115)),new S(28,new y(10,46),new y(23,47)),new S(30,new y(10,24),new y(35,25)),new S(30,new y(19,15),new y(35,16))),new r(33,Int32Array.from([6,30,58,86,114,142]),new S(30,new y(17,115),new y(1,116)),new S(28,new y(14,46),new y(21,47)),new S(30,new y(29,24),new y(19,25)),new S(30,new y(11,15),new y(46,16))),new r(34,Int32Array.from([6,34,62,90,118,146]),new S(30,new y(13,115),new y(6,116)),new S(28,new y(14,46),new y(23,47)),new S(30,new y(44,24),new y(7,25)),new S(30,new y(59,16),new y(1,17))),new r(35,Int32Array.from([6,30,54,78,102,126,150]),new S(30,new y(12,121),new y(7,122)),new S(28,new y(12,47),new y(26,48)),new S(30,new y(39,24),new y(14,25)),new S(30,new y(22,15),new y(41,16))),new r(36,Int32Array.from([6,24,50,76,102,128,154]),new S(30,new y(6,121),new y(14,122)),new S(28,new y(6,47),new y(34,48)),new S(30,new y(46,24),new y(10,25)),new S(30,new y(2,15),new y(64,16))),new r(37,Int32Array.from([6,28,54,80,106,132,158]),new S(30,new y(17,122),new y(4,123)),new S(28,new y(29,46),new y(14,47)),new S(30,new y(49,24),new y(10,25)),new S(30,new y(24,15),new y(46,16))),new r(38,Int32Array.from([6,32,58,84,110,136,162]),new S(30,new y(4,122),new y(18,123)),new S(28,new y(13,46),new y(32,47)),new S(30,new y(48,24),new y(14,25)),new S(30,new y(42,15),new y(32,16))),new r(39,Int32Array.from([6,26,54,82,110,138,166]),new S(30,new y(20,117),new y(4,118)),new S(28,new y(40,47),new y(7,48)),new S(30,new y(43,24),new y(22,25)),new S(30,new y(10,15),new y(67,16))),new r(40,Int32Array.from([6,30,58,86,114,142,170]),new S(30,new y(19,118),new y(6,119)),new S(28,new y(18,47),new y(31,48)),new S(30,new y(34,24),new y(34,25)),new S(30,new y(20,15),new y(61,16)))],r}(),ge;(function(r){r[r.DATA_MASK_000=0]="DATA_MASK_000",r[r.DATA_MASK_001=1]="DATA_MASK_001",r[r.DATA_MASK_010=2]="DATA_MASK_010",r[r.DATA_MASK_011=3]="DATA_MASK_011",r[r.DATA_MASK_100=4]="DATA_MASK_100",r[r.DATA_MASK_101=5]="DATA_MASK_101",r[r.DATA_MASK_110=6]="DATA_MASK_110",r[r.DATA_MASK_111=7]="DATA_MASK_111"})(ge||(ge={}));var uo=function(){function r(e,t){this.value=e,this.isMasked=t}return r.prototype.unmaskBitMatrix=function(e,t){for(var n=0;n<t;n++)for(var i=0;i<t;i++)this.isMasked(n,i)&&e.flip(i,n)},r.values=new Map([[ge.DATA_MASK_000,new r(ge.DATA_MASK_000,function(e,t){return(e+t&1)===0})],[ge.DATA_MASK_001,new r(ge.DATA_MASK_001,function(e,t){return(e&1)===0})],[ge.DATA_MASK_010,new r(ge.DATA_MASK_010,function(e,t){return t%3===0})],[ge.DATA_MASK_011,new r(ge.DATA_MASK_011,function(e,t){return(e+t)%3===0})],[ge.DATA_MASK_100,new r(ge.DATA_MASK_100,function(e,t){return(Math.floor(e/2)+Math.floor(t/3)&1)===0})],[ge.DATA_MASK_101,new r(ge.DATA_MASK_101,function(e,t){return e*t%6===0})],[ge.DATA_MASK_110,new r(ge.DATA_MASK_110,function(e,t){return e*t%6<3})],[ge.DATA_MASK_111,new r(ge.DATA_MASK_111,function(e,t){return(e+t+e*t%3&1)===0})]]),r}(),Gc=function(){function r(e){var t=e.getHeight();if(t<21||(t&3)!==1)throw new F;this.bitMatrix=e}return r.prototype.readFormatInformation=function(){if(this.parsedFormatInfo!==null&&this.parsedFormatInfo!==void 0)return this.parsedFormatInfo;for(var e=0,t=0;t<6;t++)e=this.copyBit(t,8,e);e=this.copyBit(7,8,e),e=this.copyBit(8,8,e),e=this.copyBit(8,7,e);for(var n=5;n>=0;n--)e=this.copyBit(8,n,e);for(var i=this.bitMatrix.getHeight(),a=0,o=i-7,n=i-1;n>=o;n--)a=this.copyBit(8,n,a);for(var t=i-8;t<i;t++)a=this.copyBit(t,8,a);if(this.parsedFormatInfo=fo.decodeFormatInformation(e,a),this.parsedFormatInfo!==null)return this.parsedFormatInfo;throw new F},r.prototype.readVersion=function(){if(this.parsedVersion!==null&&this.parsedVersion!==void 0)return this.parsedVersion;var e=this.bitMatrix.getHeight(),t=Math.floor((e-17)/4);if(t<=6)return mt.getVersionForNumber(t);for(var n=0,i=e-11,a=5;a>=0;a--)for(var o=e-9;o>=i;o--)n=this.copyBit(o,a,n);var s=mt.decodeVersionInformation(n);if(s!==null&&s.getDimensionForVersion()===e)return this.parsedVersion=s,s;n=0;for(var o=5;o>=0;o--)for(var a=e-9;a>=i;a--)n=this.copyBit(o,a,n);if(s=mt.decodeVersionInformation(n),s!==null&&s.getDimensionForVersion()===e)return this.parsedVersion=s,s;throw new F},r.prototype.copyBit=function(e,t,n){var i=this.isMirror?this.bitMatrix.get(t,e):this.bitMatrix.get(e,t);return i?n<<1|1:n<<1},r.prototype.readCodewords=function(){var e=this.readFormatInformation(),t=this.readVersion(),n=uo.values.get(e.getDataMask()),i=this.bitMatrix.getHeight();n.unmaskBitMatrix(this.bitMatrix,i);for(var a=t.buildFunctionPattern(),o=!0,s=new Uint8Array(t.getTotalCodewords()),f=0,u=0,c=0,l=i-1;l>0;l-=2){l===6&&l--;for(var d=0;d<i;d++)for(var h=o?i-1-d:d,p=0;p<2;p++)a.get(l-p,h)||(c++,u<<=1,this.bitMatrix.get(l-p,h)&&(u|=1),c===8&&(s[f++]=u,c=0,u=0));o=!o}if(f!==t.getTotalCodewords())throw new F;return s},r.prototype.remask=function(){if(this.parsedFormatInfo!==null){var e=uo.values[this.parsedFormatInfo.getDataMask()],t=this.bitMatrix.getHeight();e.unmaskBitMatrix(this.bitMatrix,t)}},r.prototype.setMirror=function(e){this.parsedVersion=null,this.parsedFormatInfo=null,this.isMirror=e},r.prototype.mirror=function(){for(var e=this.bitMatrix,t=0,n=e.getWidth();t<n;t++)for(var i=t+1,a=e.getHeight();i<a;i++)e.get(t,i)!==e.get(i,t)&&(e.flip(i,t),e.flip(t,i))},r}(),co=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Wc=function(){function r(e,t){this.numDataCodewords=e,this.codewords=t}return r.getDataBlocks=function(e,t,n){var i,a,o,s;if(e.length!==t.getTotalCodewords())throw new U;var f=t.getECBlocksForLevel(n),u=0,c=f.getECBlocks();try{for(var l=co(c),d=l.next();!d.done;d=l.next()){var h=d.value;u+=h.getCount()}}catch(W){i={error:W}}finally{try{d&&!d.done&&(a=l.return)&&a.call(l)}finally{if(i)throw i.error}}var p=new Array(u),v=0;try{for(var x=co(c),w=x.next();!w.done;w=x.next())for(var h=w.value,m=0;m<h.getCount();m++){var C=h.getDataCodewords(),_=f.getECCodewordsPerBlock()+C;p[v++]=new r(C,new Uint8Array(_))}}catch(W){o={error:W}}finally{try{w&&!w.done&&(s=x.return)&&s.call(x)}finally{if(o)throw o.error}}for(var A=p[0].codewords.length,b=p.length-1;b>=0;){var T=p[b].codewords.length;if(T===A)break;b--}b++;for(var O=A-f.getECCodewordsPerBlock(),M=0,m=0;m<O;m++)for(var B=0;B<v;B++)p[B].codewords[m]=e[M++];for(var B=b;B<v;B++)p[B].codewords[O]=e[M++];for(var V=p[0].codewords.length,m=O;m<V;m++)for(var B=0;B<v;B++){var H=B<b?m:m+1;p[B].codewords[H]=e[M++]}return p},r.prototype.getNumDataCodewords=function(){return this.numDataCodewords},r.prototype.getCodewords=function(){return this.codewords},r}(),ze;(function(r){r[r.TERMINATOR=0]="TERMINATOR",r[r.NUMERIC=1]="NUMERIC",r[r.ALPHANUMERIC=2]="ALPHANUMERIC",r[r.STRUCTURED_APPEND=3]="STRUCTURED_APPEND",r[r.BYTE=4]="BYTE",r[r.ECI=5]="ECI",r[r.KANJI=6]="KANJI",r[r.FNC1_FIRST_POSITION=7]="FNC1_FIRST_POSITION",r[r.FNC1_SECOND_POSITION=8]="FNC1_SECOND_POSITION",r[r.HANZI=9]="HANZI"})(ze||(ze={}));var ne=function(){function r(e,t,n,i){this.value=e,this.stringValue=t,this.characterCountBitsForVersions=n,this.bits=i,r.FOR_BITS.set(i,this),r.FOR_VALUE.set(e,this)}return r.forBits=function(e){var t=r.FOR_BITS.get(e);if(t===void 0)throw new U;return t},r.prototype.getCharacterCountBits=function(e){var t=e.getVersionNumber(),n;return t<=9?n=0:t<=26?n=1:n=2,this.characterCountBitsForVersions[n]},r.prototype.getValue=function(){return this.value},r.prototype.getBits=function(){return this.bits},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;return this.value===t.value},r.prototype.toString=function(){return this.stringValue},r.FOR_BITS=new Map,r.FOR_VALUE=new Map,r.TERMINATOR=new r(ze.TERMINATOR,"TERMINATOR",Int32Array.from([0,0,0]),0),r.NUMERIC=new r(ze.NUMERIC,"NUMERIC",Int32Array.from([10,12,14]),1),r.ALPHANUMERIC=new r(ze.ALPHANUMERIC,"ALPHANUMERIC",Int32Array.from([9,11,13]),2),r.STRUCTURED_APPEND=new r(ze.STRUCTURED_APPEND,"STRUCTURED_APPEND",Int32Array.from([0,0,0]),3),r.BYTE=new r(ze.BYTE,"BYTE",Int32Array.from([8,16,16]),4),r.ECI=new r(ze.ECI,"ECI",Int32Array.from([0,0,0]),7),r.KANJI=new r(ze.KANJI,"KANJI",Int32Array.from([8,10,12]),8),r.FNC1_FIRST_POSITION=new r(ze.FNC1_FIRST_POSITION,"FNC1_FIRST_POSITION",Int32Array.from([0,0,0]),5),r.FNC1_SECOND_POSITION=new r(ze.FNC1_SECOND_POSITION,"FNC1_SECOND_POSITION",Int32Array.from([0,0,0]),9),r.HANZI=new r(ze.HANZI,"HANZI",Int32Array.from([8,10,12]),13),r}(),Xc=function(){function r(){}return r.decode=function(e,t,n,i){var a=new so(e),o=new z,s=new Array,f=-1,u=-1;try{var c=null,l=!1,d=void 0;do{if(a.available()<4)d=ne.TERMINATOR;else{var h=a.readBits(4);d=ne.forBits(h)}switch(d){case ne.TERMINATOR:break;case ne.FNC1_FIRST_POSITION:case ne.FNC1_SECOND_POSITION:l=!0;break;case ne.STRUCTURED_APPEND:if(a.available()<16)throw new F;f=a.readBits(8),u=a.readBits(8);break;case ne.ECI:var p=r.parseECIValue(a);if(c=ue.getCharacterSetECIByValue(p),c===null)throw new F;break;case ne.HANZI:var v=a.readBits(4),x=a.readBits(d.getCharacterCountBits(t));v===r.GB2312_SUBSET&&r.decodeHanziSegment(a,o,x);break;default:var w=a.readBits(d.getCharacterCountBits(t));switch(d){case ne.NUMERIC:r.decodeNumericSegment(a,o,w);break;case ne.ALPHANUMERIC:r.decodeAlphanumericSegment(a,o,w,l);break;case ne.BYTE:r.decodeByteSegment(a,o,w,c,s,i);break;case ne.KANJI:r.decodeKanjiSegment(a,o,w);break;default:throw new F}break}}while(d!==ne.TERMINATOR)}catch{throw new F}return new Dr(e,o.toString(),s.length===0?null:s,n===null?null:n.toString(),f,u)},r.decodeHanziSegment=function(e,t,n){if(n*13>e.available())throw new F;for(var i=new Uint8Array(2*n),a=0;n>0;){var o=e.readBits(13),s=o/96<<8&4294967295|o%96;s<959?s+=41377:s+=42657,i[a]=s>>8&255,i[a+1]=s&255,a+=2,n--}try{t.append(He.decode(i,$.GB2312))}catch(f){throw new F(f)}},r.decodeKanjiSegment=function(e,t,n){if(n*13>e.available())throw new F;for(var i=new Uint8Array(2*n),a=0;n>0;){var o=e.readBits(13),s=o/192<<8&4294967295|o%192;s<7936?s+=33088:s+=49472,i[a]=s>>8,i[a+1]=s,a+=2,n--}try{t.append(He.decode(i,$.SHIFT_JIS))}catch(f){throw new F(f)}},r.decodeByteSegment=function(e,t,n,i,a,o){if(8*n>e.available())throw new F;for(var s=new Uint8Array(n),f=0;f<n;f++)s[f]=e.readBits(8);var u;i===null?u=$.guessEncoding(s,o):u=i.getName();try{t.append(He.decode(s,u))}catch(c){throw new F(c)}a.push(s)},r.toAlphaNumericChar=function(e){if(e>=r.ALPHANUMERIC_CHARS.length)throw new F;return r.ALPHANUMERIC_CHARS[e]},r.decodeAlphanumericSegment=function(e,t,n,i){for(var a=t.length();n>1;){if(e.available()<11)throw new F;var o=e.readBits(11);t.append(r.toAlphaNumericChar(Math.floor(o/45))),t.append(r.toAlphaNumericChar(o%45)),n-=2}if(n===1){if(e.available()<6)throw new F;t.append(r.toAlphaNumericChar(e.readBits(6)))}if(i)for(var s=a;s<t.length();s++)t.charAt(s)==="%"&&(s<t.length()-1&&t.charAt(s+1)==="%"?t.deleteCharAt(s+1):t.setCharAt(s,""))},r.decodeNumericSegment=function(e,t,n){for(;n>=3;){if(e.available()<10)throw new F;var i=e.readBits(10);if(i>=1e3)throw new F;t.append(r.toAlphaNumericChar(Math.floor(i/100))),t.append(r.toAlphaNumericChar(Math.floor(i/10)%10)),t.append(r.toAlphaNumericChar(i%10)),n-=3}if(n===2){if(e.available()<7)throw new F;var a=e.readBits(7);if(a>=100)throw new F;t.append(r.toAlphaNumericChar(Math.floor(a/10))),t.append(r.toAlphaNumericChar(a%10))}else if(n===1){if(e.available()<4)throw new F;var o=e.readBits(4);if(o>=10)throw new F;t.append(r.toAlphaNumericChar(o))}},r.parseECIValue=function(e){var t=e.readBits(8);if(!(t&128))return t&127;if((t&192)===128){var n=e.readBits(8);return(t&63)<<8&4294967295|n}if((t&224)===192){var i=e.readBits(16);return(t&31)<<16&4294967295|i}throw new F},r.ALPHANUMERIC_CHARS="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:",r.GB2312_SUBSET=1,r}(),lo=function(){function r(e){this.mirrored=e}return r.prototype.isMirrored=function(){return this.mirrored},r.prototype.applyMirroredCorrection=function(e){if(!(!this.mirrored||e===null||e.length<3)){var t=e[0];e[0]=e[2],e[2]=t}},r}(),ho=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},$c=function(){function r(){this.rsDecoder=new Mr(Re.QR_CODE_FIELD_256)}return r.prototype.decodeBooleanArray=function(e,t){return this.decodeBitMatrix(Qe.parseFromBooleanArray(e),t)},r.prototype.decodeBitMatrix=function(e,t){var n=new Gc(e),i=null;try{return this.decodeBitMatrixParser(n,t)}catch(o){i=o}try{n.remask(),n.setMirror(!0),n.readVersion(),n.readFormatInformation(),n.mirror();var a=this.decodeBitMatrixParser(n,t);return a.setOther(new lo(!0)),a}catch(o){throw i!==null?i:o}},r.prototype.decodeBitMatrixParser=function(e,t){var n,i,a,o,s=e.readVersion(),f=e.readFormatInformation().getErrorCorrectionLevel(),u=e.readCodewords(),c=Wc.getDataBlocks(u,s,f),l=0;try{for(var d=ho(c),h=d.next();!h.done;h=d.next()){var p=h.value;l+=p.getNumDataCodewords()}}catch(b){n={error:b}}finally{try{h&&!h.done&&(i=d.return)&&i.call(d)}finally{if(n)throw n.error}}var v=new Uint8Array(l),x=0;try{for(var w=ho(c),m=w.next();!m.done;m=w.next()){var p=m.value,C=p.getCodewords(),_=p.getNumDataCodewords();this.correctErrors(C,_);for(var A=0;A<_;A++)v[x++]=C[A]}}catch(b){a={error:b}}finally{try{m&&!m.done&&(o=w.return)&&o.call(w)}finally{if(a)throw a.error}}return Xc.decode(v,s,f,t)},r.prototype.correctErrors=function(e,t){var n=new Int32Array(e);try{this.rsDecoder.decode(n,e.length-t)}catch{throw new pe}for(var i=0;i<t;i++)e[i]=n[i]},r}(),jc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Yc=function(r){jc(e,r);function e(t,n,i){var a=r.call(this,t,n)||this;return a.estimatedModuleSize=i,a}return e.prototype.aboutEquals=function(t,n,i){if(Math.abs(n-this.getY())<=t&&Math.abs(i-this.getX())<=t){var a=Math.abs(t-this.estimatedModuleSize);return a<=1||a<=this.estimatedModuleSize}return!1},e.prototype.combineEstimate=function(t,n,i){var a=(this.getX()+n)/2,o=(this.getY()+t)/2,s=(this.estimatedModuleSize+i)/2;return new e(a,o,s)},e}(k),Zc=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Kc=function(){function r(e,t,n,i,a,o,s){this.image=e,this.startX=t,this.startY=n,this.width=i,this.height=a,this.moduleSize=o,this.resultPointCallback=s,this.possibleCenters=[],this.crossCheckStateCount=new Int32Array(3)}return r.prototype.find=function(){for(var e=this.startX,t=this.height,n=this.width,i=e+n,a=this.startY+t/2,o=new Int32Array(3),s=this.image,f=0;f<t;f++){var u=a+(f&1?-Math.floor((f+1)/2):Math.floor((f+1)/2));o[0]=0,o[1]=0,o[2]=0;for(var c=e;c<i&&!s.get(c,u);)c++;for(var l=0;c<i;){if(s.get(c,u))if(l===1)o[1]++;else if(l===2){if(this.foundPatternCross(o)){var d=this.handlePossibleCenter(o,u,c);if(d!==null)return d}o[0]=o[2],o[1]=1,o[2]=0,l=1}else o[++l]++;else l===1&&l++,o[l]++;c++}if(this.foundPatternCross(o)){var d=this.handlePossibleCenter(o,u,i);if(d!==null)return d}}if(this.possibleCenters.length!==0)return this.possibleCenters[0];throw new D},r.centerFromEnd=function(e,t){return t-e[2]-e[1]/2},r.prototype.foundPatternCross=function(e){for(var t=this.moduleSize,n=t/2,i=0;i<3;i++)if(Math.abs(t-e[i])>=n)return!1;return!0},r.prototype.crossCheckVertical=function(e,t,n,i){var a=this.image,o=a.getHeight(),s=this.crossCheckStateCount;s[0]=0,s[1]=0,s[2]=0;for(var f=e;f>=0&&a.get(t,f)&&s[1]<=n;)s[1]++,f--;if(f<0||s[1]>n)return NaN;for(;f>=0&&!a.get(t,f)&&s[0]<=n;)s[0]++,f--;if(s[0]>n)return NaN;for(f=e+1;f<o&&a.get(t,f)&&s[1]<=n;)s[1]++,f++;if(f===o||s[1]>n)return NaN;for(;f<o&&!a.get(t,f)&&s[2]<=n;)s[2]++,f++;if(s[2]>n)return NaN;var u=s[0]+s[1]+s[2];return 5*Math.abs(u-i)>=2*i?NaN:this.foundPatternCross(s)?r.centerFromEnd(s,f):NaN},r.prototype.handlePossibleCenter=function(e,t,n){var i,a,o=e[0]+e[1]+e[2],s=r.centerFromEnd(e,n),f=this.crossCheckVertical(t,s,2*e[1],o);if(!isNaN(f)){var u=(e[0]+e[1]+e[2])/3;try{for(var c=Zc(this.possibleCenters),l=c.next();!l.done;l=c.next()){var d=l.value;if(d.aboutEquals(u,f,s))return d.combineEstimate(f,s,u)}}catch(p){i={error:p}}finally{try{l&&!l.done&&(a=c.return)&&a.call(c)}finally{if(i)throw i.error}}var h=new Yc(s,f,u);this.possibleCenters.push(h),this.resultPointCallback!==null&&this.resultPointCallback!==void 0&&this.resultPointCallback.foundPossibleResultPoint(h)}return null},r}(),qc=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Qc=function(r){qc(e,r);function e(t,n,i,a){var o=r.call(this,t,n)||this;return o.estimatedModuleSize=i,o.count=a,a===void 0&&(o.count=1),o}return e.prototype.getEstimatedModuleSize=function(){return this.estimatedModuleSize},e.prototype.getCount=function(){return this.count},e.prototype.aboutEquals=function(t,n,i){if(Math.abs(n-this.getY())<=t&&Math.abs(i-this.getX())<=t){var a=Math.abs(t-this.estimatedModuleSize);return a<=1||a<=this.estimatedModuleSize}return!1},e.prototype.combineEstimate=function(t,n,i){var a=this.count+1,o=(this.count*this.getX()+n)/a,s=(this.count*this.getY()+t)/a,f=(this.count*this.estimatedModuleSize+i)/a;return new e(o,s,f,a)},e}(k),Jc=function(){function r(e){this.bottomLeft=e[0],this.topLeft=e[1],this.topRight=e[2]}return r.prototype.getBottomLeft=function(){return this.bottomLeft},r.prototype.getTopLeft=function(){return this.topLeft},r.prototype.getTopRight=function(){return this.topRight},r}(),Jt=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},el=function(){function r(e,t){this.image=e,this.resultPointCallback=t,this.possibleCenters=[],this.crossCheckStateCount=new Int32Array(5),this.resultPointCallback=t}return r.prototype.getImage=function(){return this.image},r.prototype.getPossibleCenters=function(){return this.possibleCenters},r.prototype.find=function(e){var t=e!=null&&e.get(oe.TRY_HARDER)!==void 0,n=e!=null&&e.get(oe.PURE_BARCODE)!==void 0,i=this.image,a=i.getHeight(),o=i.getWidth(),s=Math.floor(3*a/(4*r.MAX_MODULES));(s<r.MIN_SKIP||t)&&(s=r.MIN_SKIP);for(var f=!1,u=new Int32Array(5),c=s-1;c<a&&!f;c+=s){u[0]=0,u[1]=0,u[2]=0,u[3]=0,u[4]=0;for(var l=0,d=0;d<o;d++)if(i.get(d,c))(l&1)===1&&l++,u[l]++;else if(l&1)u[l]++;else if(l===4)if(r.foundPatternCross(u)){var h=this.handlePossibleCenter(u,c,d,n);if(h===!0)if(s=2,this.hasSkipped===!0)f=this.haveMultiplyConfirmedCenters();else{var p=this.findRowSkip();p>u[2]&&(c+=p-u[2]-s,d=o-1)}else{u[0]=u[2],u[1]=u[3],u[2]=u[4],u[3]=1,u[4]=0,l=3;continue}l=0,u[0]=0,u[1]=0,u[2]=0,u[3]=0,u[4]=0}else u[0]=u[2],u[1]=u[3],u[2]=u[4],u[3]=1,u[4]=0,l=3;else u[++l]++;if(r.foundPatternCross(u)){var h=this.handlePossibleCenter(u,c,o,n);h===!0&&(s=u[0],this.hasSkipped&&(f=this.haveMultiplyConfirmedCenters()))}}var v=this.selectBestPatterns();return k.orderBestPatterns(v),new Jc(v)},r.centerFromEnd=function(e,t){return t-e[4]-e[3]-e[2]/2},r.foundPatternCross=function(e){for(var t=0,n=0;n<5;n++){var i=e[n];if(i===0)return!1;t+=i}if(t<7)return!1;var a=t/7,o=a/2;return Math.abs(a-e[0])<o&&Math.abs(a-e[1])<o&&Math.abs(3*a-e[2])<3*o&&Math.abs(a-e[3])<o&&Math.abs(a-e[4])<o},r.prototype.getCrossCheckStateCount=function(){var e=this.crossCheckStateCount;return e[0]=0,e[1]=0,e[2]=0,e[3]=0,e[4]=0,e},r.prototype.crossCheckDiagonal=function(e,t,n,i){for(var a=this.getCrossCheckStateCount(),o=0,s=this.image;e>=o&&t>=o&&s.get(t-o,e-o);)a[2]++,o++;if(e<o||t<o)return!1;for(;e>=o&&t>=o&&!s.get(t-o,e-o)&&a[1]<=n;)a[1]++,o++;if(e<o||t<o||a[1]>n)return!1;for(;e>=o&&t>=o&&s.get(t-o,e-o)&&a[0]<=n;)a[0]++,o++;if(a[0]>n)return!1;var f=s.getHeight(),u=s.getWidth();for(o=1;e+o<f&&t+o<u&&s.get(t+o,e+o);)a[2]++,o++;if(e+o>=f||t+o>=u)return!1;for(;e+o<f&&t+o<u&&!s.get(t+o,e+o)&&a[3]<n;)a[3]++,o++;if(e+o>=f||t+o>=u||a[3]>=n)return!1;for(;e+o<f&&t+o<u&&s.get(t+o,e+o)&&a[4]<n;)a[4]++,o++;if(a[4]>=n)return!1;var c=a[0]+a[1]+a[2]+a[3]+a[4];return Math.abs(c-i)<2*i&&r.foundPatternCross(a)},r.prototype.crossCheckVertical=function(e,t,n,i){for(var a=this.image,o=a.getHeight(),s=this.getCrossCheckStateCount(),f=e;f>=0&&a.get(t,f);)s[2]++,f--;if(f<0)return NaN;for(;f>=0&&!a.get(t,f)&&s[1]<=n;)s[1]++,f--;if(f<0||s[1]>n)return NaN;for(;f>=0&&a.get(t,f)&&s[0]<=n;)s[0]++,f--;if(s[0]>n)return NaN;for(f=e+1;f<o&&a.get(t,f);)s[2]++,f++;if(f===o)return NaN;for(;f<o&&!a.get(t,f)&&s[3]<n;)s[3]++,f++;if(f===o||s[3]>=n)return NaN;for(;f<o&&a.get(t,f)&&s[4]<n;)s[4]++,f++;if(s[4]>=n)return NaN;var u=s[0]+s[1]+s[2]+s[3]+s[4];return 5*Math.abs(u-i)>=2*i?NaN:r.foundPatternCross(s)?r.centerFromEnd(s,f):NaN},r.prototype.crossCheckHorizontal=function(e,t,n,i){for(var a=this.image,o=a.getWidth(),s=this.getCrossCheckStateCount(),f=e;f>=0&&a.get(f,t);)s[2]++,f--;if(f<0)return NaN;for(;f>=0&&!a.get(f,t)&&s[1]<=n;)s[1]++,f--;if(f<0||s[1]>n)return NaN;for(;f>=0&&a.get(f,t)&&s[0]<=n;)s[0]++,f--;if(s[0]>n)return NaN;for(f=e+1;f<o&&a.get(f,t);)s[2]++,f++;if(f===o)return NaN;for(;f<o&&!a.get(f,t)&&s[3]<n;)s[3]++,f++;if(f===o||s[3]>=n)return NaN;for(;f<o&&a.get(f,t)&&s[4]<n;)s[4]++,f++;if(s[4]>=n)return NaN;var u=s[0]+s[1]+s[2]+s[3]+s[4];return 5*Math.abs(u-i)>=i?NaN:r.foundPatternCross(s)?r.centerFromEnd(s,f):NaN},r.prototype.handlePossibleCenter=function(e,t,n,i){var a=e[0]+e[1]+e[2]+e[3]+e[4],o=r.centerFromEnd(e,n),s=this.crossCheckVertical(t,Math.floor(o),e[2],a);if(!isNaN(s)&&(o=this.crossCheckHorizontal(Math.floor(o),Math.floor(s),e[2],a),!isNaN(o)&&(!i||this.crossCheckDiagonal(Math.floor(s),Math.floor(o),e[2],a)))){for(var f=a/7,u=!1,c=this.possibleCenters,l=0,d=c.length;l<d;l++){var h=c[l];if(h.aboutEquals(f,s,o)){c[l]=h.combineEstimate(s,o,f),u=!0;break}}if(!u){var p=new Qc(o,s,f);c.push(p),this.resultPointCallback!==null&&this.resultPointCallback!==void 0&&this.resultPointCallback.foundPossibleResultPoint(p)}return!0}return!1},r.prototype.findRowSkip=function(){var e,t,n=this.possibleCenters.length;if(n<=1)return 0;var i=null;try{for(var a=Jt(this.possibleCenters),o=a.next();!o.done;o=a.next()){var s=o.value;if(s.getCount()>=r.CENTER_QUORUM)if(i==null)i=s;else return this.hasSkipped=!0,Math.floor((Math.abs(i.getX()-s.getX())-Math.abs(i.getY()-s.getY()))/2)}}catch(f){e={error:f}}finally{try{o&&!o.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return 0},r.prototype.haveMultiplyConfirmedCenters=function(){var e,t,n,i,a=0,o=0,s=this.possibleCenters.length;try{for(var f=Jt(this.possibleCenters),u=f.next();!u.done;u=f.next()){var c=u.value;c.getCount()>=r.CENTER_QUORUM&&(a++,o+=c.getEstimatedModuleSize())}}catch(v){e={error:v}}finally{try{u&&!u.done&&(t=f.return)&&t.call(f)}finally{if(e)throw e.error}}if(a<3)return!1;var l=o/s,d=0;try{for(var h=Jt(this.possibleCenters),p=h.next();!p.done;p=h.next()){var c=p.value;d+=Math.abs(c.getEstimatedModuleSize()-l)}}catch(v){n={error:v}}finally{try{p&&!p.done&&(i=h.return)&&i.call(h)}finally{if(n)throw n.error}}return d<=.05*o},r.prototype.selectBestPatterns=function(){var e,t,n,i,a=this.possibleCenters.length;if(a<3)throw new D;var o=this.possibleCenters,s;if(a>3){var f=0,u=0;try{for(var c=Jt(this.possibleCenters),l=c.next();!l.done;l=c.next()){var d=l.value,h=d.getEstimatedModuleSize();f+=h,u+=h*h}}catch(A){e={error:A}}finally{try{l&&!l.done&&(t=c.return)&&t.call(c)}finally{if(e)throw e.error}}s=f/a;var p=Math.sqrt(u/a-s*s);o.sort(function(A,b){var T=Math.abs(b.getEstimatedModuleSize()-s),O=Math.abs(A.getEstimatedModuleSize()-s);return T<O?-1:T>O?1:0});for(var v=Math.max(.2*s,p),x=0;x<o.length&&o.length>3;x++){var w=o[x];Math.abs(w.getEstimatedModuleSize()-s)>v&&(o.splice(x,1),x--)}}if(o.length>3){var f=0;try{for(var m=Jt(o),C=m.next();!C.done;C=m.next()){var _=C.value;f+=_.getEstimatedModuleSize()}}catch(b){n={error:b}}finally{try{C&&!C.done&&(i=m.return)&&i.call(m)}finally{if(n)throw n.error}}s=f/o.length,o.sort(function(b,T){if(T.getCount()===b.getCount()){var O=Math.abs(T.getEstimatedModuleSize()-s),M=Math.abs(b.getEstimatedModuleSize()-s);return O<M?1:O>M?-1:0}else return T.getCount()-b.getCount()}),o.splice(3)}return[o[0],o[1],o[2]]},r.CENTER_QUORUM=2,r.MIN_SKIP=3,r.MAX_MODULES=57,r}(),tl=function(){function r(e){this.image=e}return r.prototype.getImage=function(){return this.image},r.prototype.getResultPointCallback=function(){return this.resultPointCallback},r.prototype.detect=function(e){this.resultPointCallback=e==null?null:e.get(oe.NEED_RESULT_POINT_CALLBACK);var t=new el(this.image,this.resultPointCallback),n=t.find(e);return this.processFinderPatternInfo(n)},r.prototype.processFinderPatternInfo=function(e){var t=e.getTopLeft(),n=e.getTopRight(),i=e.getBottomLeft(),a=this.calculateModuleSize(t,n,i);if(a<1)throw new D("No pattern found in proccess finder.");var o=r.computeDimension(t,n,i,a),s=mt.getProvisionalVersionForDimension(o),f=s.getDimensionForVersion()-7,u=null;if(s.getAlignmentPatternCenters().length>0)for(var c=n.getX()-t.getX()+i.getX(),l=n.getY()-t.getY()+i.getY(),d=1-3/f,h=Math.floor(t.getX()+d*(c-t.getX())),p=Math.floor(t.getY()+d*(l-t.getY())),v=4;v<=16;v<<=1)try{u=this.findAlignmentInRegion(a,h,p,v);break}catch(C){if(!(C instanceof D))throw C}var x=r.createTransform(t,n,i,u,o),w=r.sampleGrid(this.image,x,o),m;return u===null?m=[i,t,n]:m=[i,t,n,u],new Un(w,m)},r.createTransform=function(e,t,n,i,a){var o=a-3.5,s,f,u,c;return i!==null?(s=i.getX(),f=i.getY(),u=o-3,c=u):(s=t.getX()-e.getX()+n.getX(),f=t.getY()-e.getY()+n.getY(),u=o,c=o),Ga.quadrilateralToQuadrilateral(3.5,3.5,o,3.5,u,c,3.5,o,e.getX(),e.getY(),t.getX(),t.getY(),s,f,n.getX(),n.getY())},r.sampleGrid=function(e,t,n){var i=Hn.getInstance();return i.sampleGridWithTransform(e,n,n,t)},r.computeDimension=function(e,t,n,i){var a=Z.round(k.distance(e,t)/i),o=Z.round(k.distance(e,n)/i),s=Math.floor((a+o)/2)+7;switch(s&3){case 0:s++;break;case 2:s--;break;case 3:throw new D("Dimensions could be not found.")}return s},r.prototype.calculateModuleSize=function(e,t,n){return(this.calculateModuleSizeOneWay(e,t)+this.calculateModuleSizeOneWay(e,n))/2},r.prototype.calculateModuleSizeOneWay=function(e,t){var n=this.sizeOfBlackWhiteBlackRunBothWays(Math.floor(e.getX()),Math.floor(e.getY()),Math.floor(t.getX()),Math.floor(t.getY())),i=this.sizeOfBlackWhiteBlackRunBothWays(Math.floor(t.getX()),Math.floor(t.getY()),Math.floor(e.getX()),Math.floor(e.getY()));return isNaN(n)?i/7:isNaN(i)?n/7:(n+i)/14},r.prototype.sizeOfBlackWhiteBlackRunBothWays=function(e,t,n,i){var a=this.sizeOfBlackWhiteBlackRun(e,t,n,i),o=1,s=e-(n-e);s<0?(o=e/(e-s),s=0):s>=this.image.getWidth()&&(o=(this.image.getWidth()-1-e)/(s-e),s=this.image.getWidth()-1);var f=Math.floor(t-(i-t)*o);return o=1,f<0?(o=t/(t-f),f=0):f>=this.image.getHeight()&&(o=(this.image.getHeight()-1-t)/(f-t),f=this.image.getHeight()-1),s=Math.floor(e+(s-e)*o),a+=this.sizeOfBlackWhiteBlackRun(e,t,s,f),a-1},r.prototype.sizeOfBlackWhiteBlackRun=function(e,t,n,i){var a=Math.abs(i-t)>Math.abs(n-e);if(a){var o=e;e=t,t=o,o=n,n=i,i=o}for(var s=Math.abs(n-e),f=Math.abs(i-t),u=-s/2,c=e<n?1:-1,l=t<i?1:-1,d=0,h=n+c,p=e,v=t;p!==h;p+=c){var x=a?v:p,w=a?p:v;if(d===1===this.image.get(x,w)){if(d===2)return Z.distance(p,v,e,t);d++}if(u+=f,u>0){if(v===i)break;v+=l,u-=s}}return d===2?Z.distance(n+c,i,e,t):NaN},r.prototype.findAlignmentInRegion=function(e,t,n,i){var a=Math.floor(i*e),o=Math.max(0,t-a),s=Math.min(this.image.getWidth()-1,t+a);if(s-o<e*3)throw new D("Alignment top exceeds estimated module size.");var f=Math.max(0,n-a),u=Math.min(this.image.getHeight()-1,n+a);if(u-f<e*3)throw new D("Alignment bottom exceeds estimated module size.");var c=new Kc(this.image,o,f,s-o,u-f,e,this.resultPointCallback);return c.find()},r}(),Kn=function(){function r(){this.decoder=new $c}return r.prototype.getDecoder=function(){return this.decoder},r.prototype.decode=function(e,t){var n,i;if(t!=null&&t.get(oe.PURE_BARCODE)!==void 0){var a=r.extractPureBits(e.getBlackMatrix());n=this.decoder.decodeBitMatrix(a,t),i=r.NO_POINTS}else{var o=new tl(e.getBlackMatrix()).detect(t);n=this.decoder.decodeBitMatrix(o.getBits(),t),i=o.getPoints()}n.getOther()instanceof lo&&n.getOther().applyMirroredCorrection(i);var s=new be(n.getText(),n.getRawBytes(),void 0,i,L.QR_CODE,void 0),f=n.getByteSegments();f!==null&&s.putMetadata(Ce.BYTE_SEGMENTS,f);var u=n.getECLevel();return u!==null&&s.putMetadata(Ce.ERROR_CORRECTION_LEVEL,u),n.hasStructuredAppend()&&(s.putMetadata(Ce.STRUCTURED_APPEND_SEQUENCE,n.getStructuredAppendSequenceNumber()),s.putMetadata(Ce.STRUCTURED_APPEND_PARITY,n.getStructuredAppendParity())),s},r.prototype.reset=function(){},r.extractPureBits=function(e){var t=e.getTopLeftOnBit(),n=e.getBottomRightOnBit();if(t===null||n===null)throw new D;var i=this.moduleSize(t,e),a=t[1],o=n[1],s=t[0],f=n[0];if(s>=f||a>=o)throw new D;if(o-a!==f-s&&(f=s+(o-a),f>=e.getWidth()))throw new D;var u=Math.round((f-s+1)/i),c=Math.round((o-a+1)/i);if(u<=0||c<=0)throw new D;if(c!==u)throw new D;var l=Math.floor(i/2);a+=l,s+=l;var d=s+Math.floor((u-1)*i)-f;if(d>0){if(d>l)throw new D;s-=d}var h=a+Math.floor((c-1)*i)-o;if(h>0){if(h>l)throw new D;a-=h}for(var p=new Qe(u,c),v=0;v<c;v++)for(var x=a+Math.floor(v*i),w=0;w<u;w++)e.get(s+Math.floor(w*i),x)&&p.set(w,v);return p},r.moduleSize=function(e,t){for(var n=t.getHeight(),i=t.getWidth(),a=e[0],o=e[1],s=!0,f=0;a<i&&o<n;){if(s!==t.get(a,o)){if(++f===5)break;s=!s}a++,o++}if(a===i||o===n)throw new D;return(a-e[0])/7},r.NO_POINTS=new Array,r}(),rl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Y=function(){function r(){}return r.prototype.PDF417Common=function(){},r.getBitCountSum=function(e){return Z.sum(e)},r.toIntArray=function(e){var t,n;if(e==null||!e.length)return r.EMPTY_INT_ARRAY;var i=new Int32Array(e.length),a=0;try{for(var o=rl(e),s=o.next();!s.done;s=o.next()){var f=s.value;i[a++]=f}}catch(u){t={error:u}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}return i},r.getCodeword=function(e){var t=fe.binarySearch(r.SYMBOL_TABLE,e&262143);return t<0?-1:(r.CODEWORD_TABLE[t]-1)%r.NUMBER_OF_CODEWORDS},r.NUMBER_OF_CODEWORDS=929,r.MAX_CODEWORDS_IN_BARCODE=r.NUMBER_OF_CODEWORDS-1,r.MIN_ROWS_IN_BARCODE=3,r.MAX_ROWS_IN_BARCODE=90,r.MODULES_IN_CODEWORD=17,r.MODULES_IN_STOP_PATTERN=18,r.BARS_IN_MODULE=8,r.EMPTY_INT_ARRAY=new Int32Array([]),r.SYMBOL_TABLE=Int32Array.from([66142,66170,66206,66236,66290,66292,66350,66382,66396,66454,66470,66476,66594,66600,66614,66626,66628,66632,66640,66654,66662,66668,66682,66690,66718,66720,66748,66758,66776,66798,66802,66804,66820,66824,66832,66846,66848,66876,66880,66936,66950,66956,66968,66992,67006,67022,67036,67042,67044,67048,67062,67118,67150,67164,67214,67228,67256,67294,67322,67350,67366,67372,67398,67404,67416,67438,67474,67476,67490,67492,67496,67510,67618,67624,67650,67656,67664,67678,67686,67692,67706,67714,67716,67728,67742,67744,67772,67782,67788,67800,67822,67826,67828,67842,67848,67870,67872,67900,67904,67960,67974,67992,68016,68030,68046,68060,68066,68068,68072,68086,68104,68112,68126,68128,68156,68160,68216,68336,68358,68364,68376,68400,68414,68448,68476,68494,68508,68536,68546,68548,68552,68560,68574,68582,68588,68654,68686,68700,68706,68708,68712,68726,68750,68764,68792,68802,68804,68808,68816,68830,68838,68844,68858,68878,68892,68920,68976,68990,68994,68996,69e3,69008,69022,69024,69052,69062,69068,69080,69102,69106,69108,69142,69158,69164,69190,69208,69230,69254,69260,69272,69296,69310,69326,69340,69386,69394,69396,69410,69416,69430,69442,69444,69448,69456,69470,69478,69484,69554,69556,69666,69672,69698,69704,69712,69726,69754,69762,69764,69776,69790,69792,69820,69830,69836,69848,69870,69874,69876,69890,69918,69920,69948,69952,70008,70022,70040,70064,70078,70094,70108,70114,70116,70120,70134,70152,70174,70176,70264,70384,70412,70448,70462,70496,70524,70542,70556,70584,70594,70600,70608,70622,70630,70636,70664,70672,70686,70688,70716,70720,70776,70896,71136,71180,71192,71216,71230,71264,71292,71360,71416,71452,71480,71536,71550,71554,71556,71560,71568,71582,71584,71612,71622,71628,71640,71662,71726,71732,71758,71772,71778,71780,71784,71798,71822,71836,71864,71874,71880,71888,71902,71910,71916,71930,71950,71964,71992,72048,72062,72066,72068,72080,72094,72096,72124,72134,72140,72152,72174,72178,72180,72206,72220,72248,72304,72318,72416,72444,72456,72464,72478,72480,72508,72512,72568,72588,72600,72624,72638,72654,72668,72674,72676,72680,72694,72726,72742,72748,72774,72780,72792,72814,72838,72856,72880,72894,72910,72924,72930,72932,72936,72950,72966,72972,72984,73008,73022,73056,73084,73102,73116,73144,73156,73160,73168,73182,73190,73196,73210,73226,73234,73236,73250,73252,73256,73270,73282,73284,73296,73310,73318,73324,73346,73348,73352,73360,73374,73376,73404,73414,73420,73432,73454,73498,73518,73522,73524,73550,73564,73570,73572,73576,73590,73800,73822,73858,73860,73872,73886,73888,73916,73944,73970,73972,73992,74014,74016,74044,74048,74104,74118,74136,74160,74174,74210,74212,74216,74230,74244,74256,74270,74272,74360,74480,74502,74508,74544,74558,74592,74620,74638,74652,74680,74690,74696,74704,74726,74732,74782,74784,74812,74992,75232,75288,75326,75360,75388,75456,75512,75576,75632,75646,75650,75652,75664,75678,75680,75708,75718,75724,75736,75758,75808,75836,75840,75896,76016,76256,76736,76824,76848,76862,76896,76924,76992,77048,77296,77340,77368,77424,77438,77536,77564,77572,77576,77584,77600,77628,77632,77688,77702,77708,77720,77744,77758,77774,77788,77870,77902,77916,77922,77928,77966,77980,78008,78018,78024,78032,78046,78060,78074,78094,78136,78192,78206,78210,78212,78224,78238,78240,78268,78278,78284,78296,78322,78324,78350,78364,78448,78462,78560,78588,78600,78622,78624,78652,78656,78712,78726,78744,78768,78782,78798,78812,78818,78820,78824,78838,78862,78876,78904,78960,78974,79072,79100,79296,79352,79368,79376,79390,79392,79420,79424,79480,79600,79628,79640,79664,79678,79712,79740,79772,79800,79810,79812,79816,79824,79838,79846,79852,79894,79910,79916,79942,79948,79960,79982,79988,80006,80024,80048,80062,80078,80092,80098,80100,80104,80134,80140,80176,80190,80224,80252,80270,80284,80312,80328,80336,80350,80358,80364,80378,80390,80396,80408,80432,80446,80480,80508,80576,80632,80654,80668,80696,80752,80766,80776,80784,80798,80800,80828,80844,80856,80878,80882,80884,80914,80916,80930,80932,80936,80950,80962,80968,80976,80990,80998,81004,81026,81028,81040,81054,81056,81084,81094,81100,81112,81134,81154,81156,81160,81168,81182,81184,81212,81216,81272,81286,81292,81304,81328,81342,81358,81372,81380,81384,81398,81434,81454,81458,81460,81486,81500,81506,81508,81512,81526,81550,81564,81592,81602,81604,81608,81616,81630,81638,81644,81702,81708,81722,81734,81740,81752,81774,81778,81780,82050,82078,82080,82108,82180,82184,82192,82206,82208,82236,82240,82296,82316,82328,82352,82366,82402,82404,82408,82440,82448,82462,82464,82492,82496,82552,82672,82694,82700,82712,82736,82750,82784,82812,82830,82882,82884,82888,82896,82918,82924,82952,82960,82974,82976,83004,83008,83064,83184,83424,83468,83480,83504,83518,83552,83580,83648,83704,83740,83768,83824,83838,83842,83844,83848,83856,83872,83900,83910,83916,83928,83950,83984,84e3,84028,84032,84088,84208,84448,84928,85040,85054,85088,85116,85184,85240,85488,85560,85616,85630,85728,85756,85764,85768,85776,85790,85792,85820,85824,85880,85894,85900,85912,85936,85966,85980,86048,86080,86136,86256,86496,86976,88160,88188,88256,88312,88560,89056,89200,89214,89312,89340,89536,89592,89608,89616,89632,89664,89720,89840,89868,89880,89904,89952,89980,89998,90012,90040,90190,90204,90254,90268,90296,90306,90308,90312,90334,90382,90396,90424,90480,90494,90500,90504,90512,90526,90528,90556,90566,90572,90584,90610,90612,90638,90652,90680,90736,90750,90848,90876,90884,90888,90896,90910,90912,90940,90944,91e3,91014,91020,91032,91056,91070,91086,91100,91106,91108,91112,91126,91150,91164,91192,91248,91262,91360,91388,91584,91640,91664,91678,91680,91708,91712,91768,91888,91928,91952,91966,92e3,92028,92046,92060,92088,92098,92100,92104,92112,92126,92134,92140,92188,92216,92272,92384,92412,92608,92664,93168,93200,93214,93216,93244,93248,93304,93424,93664,93720,93744,93758,93792,93820,93888,93944,93980,94008,94064,94078,94084,94088,94096,94110,94112,94140,94150,94156,94168,94246,94252,94278,94284,94296,94318,94342,94348,94360,94384,94398,94414,94428,94440,94470,94476,94488,94512,94526,94560,94588,94606,94620,94648,94658,94660,94664,94672,94686,94694,94700,94714,94726,94732,94744,94768,94782,94816,94844,94912,94968,94990,95004,95032,95088,95102,95112,95120,95134,95136,95164,95180,95192,95214,95218,95220,95244,95256,95280,95294,95328,95356,95424,95480,95728,95758,95772,95800,95856,95870,95968,95996,96008,96016,96030,96032,96060,96064,96120,96152,96176,96190,96220,96226,96228,96232,96290,96292,96296,96310,96322,96324,96328,96336,96350,96358,96364,96386,96388,96392,96400,96414,96416,96444,96454,96460,96472,96494,96498,96500,96514,96516,96520,96528,96542,96544,96572,96576,96632,96646,96652,96664,96688,96702,96718,96732,96738,96740,96744,96758,96772,96776,96784,96798,96800,96828,96832,96888,97008,97030,97036,97048,97072,97086,97120,97148,97166,97180,97208,97220,97224,97232,97246,97254,97260,97326,97330,97332,97358,97372,97378,97380,97384,97398,97422,97436,97464,97474,97476,97480,97488,97502,97510,97516,97550,97564,97592,97648,97666,97668,97672,97680,97694,97696,97724,97734,97740,97752,97774,97830,97836,97850,97862,97868,97880,97902,97906,97908,97926,97932,97944,97968,97998,98012,98018,98020,98024,98038,98618,98674,98676,98838,98854,98874,98892,98904,98926,98930,98932,98968,99006,99042,99044,99048,99062,99166,99194,99246,99286,99350,99366,99372,99386,99398,99416,99438,99442,99444,99462,99504,99518,99534,99548,99554,99556,99560,99574,99590,99596,99608,99632,99646,99680,99708,99726,99740,99768,99778,99780,99784,99792,99806,99814,99820,99834,99858,99860,99874,99880,99894,99906,99920,99934,99962,99970,99972,99976,99984,99998,1e5,100028,100038,100044,100056,100078,100082,100084,100142,100174,100188,100246,100262,100268,100306,100308,100390,100396,100410,100422,100428,100440,100462,100466,100468,100486,100504,100528,100542,100558,100572,100578,100580,100584,100598,100620,100656,100670,100704,100732,100750,100792,100802,100808,100816,100830,100838,100844,100858,100888,100912,100926,100960,100988,101056,101112,101148,101176,101232,101246,101250,101252,101256,101264,101278,101280,101308,101318,101324,101336,101358,101362,101364,101410,101412,101416,101430,101442,101448,101456,101470,101478,101498,101506,101508,101520,101534,101536,101564,101580,101618,101620,101636,101640,101648,101662,101664,101692,101696,101752,101766,101784,101838,101858,101860,101864,101934,101938,101940,101966,101980,101986,101988,101992,102030,102044,102072,102082,102084,102088,102096,102138,102166,102182,102188,102214,102220,102232,102254,102282,102290,102292,102306,102308,102312,102326,102444,102458,102470,102476,102488,102514,102516,102534,102552,102576,102590,102606,102620,102626,102632,102646,102662,102668,102704,102718,102752,102780,102798,102812,102840,102850,102856,102864,102878,102886,102892,102906,102936,102974,103008,103036,103104,103160,103224,103280,103294,103298,103300,103312,103326,103328,103356,103366,103372,103384,103406,103410,103412,103472,103486,103520,103548,103616,103672,103920,103992,104048,104062,104160,104188,104194,104196,104200,104208,104224,104252,104256,104312,104326,104332,104344,104368,104382,104398,104412,104418,104420,104424,104482,104484,104514,104520,104528,104542,104550,104570,104578,104580,104592,104606,104608,104636,104652,104690,104692,104706,104712,104734,104736,104764,104768,104824,104838,104856,104910,104930,104932,104936,104968,104976,104990,104992,105020,105024,105080,105200,105240,105278,105312,105372,105410,105412,105416,105424,105446,105518,105524,105550,105564,105570,105572,105576,105614,105628,105656,105666,105672,105680,105702,105722,105742,105756,105784,105840,105854,105858,105860,105864,105872,105888,105932,105970,105972,106006,106022,106028,106054,106060,106072,106100,106118,106124,106136,106160,106174,106190,106210,106212,106216,106250,106258,106260,106274,106276,106280,106306,106308,106312,106320,106334,106348,106394,106414,106418,106420,106566,106572,106610,106612,106630,106636,106648,106672,106686,106722,106724,106728,106742,106758,106764,106776,106800,106814,106848,106876,106894,106908,106936,106946,106948,106952,106960,106974,106982,106988,107032,107056,107070,107104,107132,107200,107256,107292,107320,107376,107390,107394,107396,107400,107408,107422,107424,107452,107462,107468,107480,107502,107506,107508,107544,107568,107582,107616,107644,107712,107768,108016,108060,108088,108144,108158,108256,108284,108290,108292,108296,108304,108318,108320,108348,108352,108408,108422,108428,108440,108464,108478,108494,108508,108514,108516,108520,108592,108640,108668,108736,108792,109040,109536,109680,109694,109792,109820,110016,110072,110084,110088,110096,110112,110140,110144,110200,110320,110342,110348,110360,110384,110398,110432,110460,110478,110492,110520,110532,110536,110544,110558,110658,110686,110714,110722,110724,110728,110736,110750,110752,110780,110796,110834,110836,110850,110852,110856,110864,110878,110880,110908,110912,110968,110982,111e3,111054,111074,111076,111080,111108,111112,111120,111134,111136,111164,111168,111224,111344,111372,111422,111456,111516,111554,111556,111560,111568,111590,111632,111646,111648,111676,111680,111736,111856,112096,112152,112224,112252,112320,112440,112514,112516,112520,112528,112542,112544,112588,112686,112718,112732,112782,112796,112824,112834,112836,112840,112848,112870,112890,112910,112924,112952,113008,113022,113026,113028,113032,113040,113054,113056,113100,113138,113140,113166,113180,113208,113264,113278,113376,113404,113416,113424,113440,113468,113472,113560,113614,113634,113636,113640,113686,113702,113708,113734,113740,113752,113778,113780,113798,113804,113816,113840,113854,113870,113890,113892,113896,113926,113932,113944,113968,113982,114016,114044,114076,114114,114116,114120,114128,114150,114170,114194,114196,114210,114212,114216,114242,114244,114248,114256,114270,114278,114306,114308,114312,114320,114334,114336,114364,114380,114420,114458,114478,114482,114484,114510,114524,114530,114532,114536,114842,114866,114868,114970,114994,114996,115042,115044,115048,115062,115130,115226,115250,115252,115278,115292,115298,115300,115304,115318,115342,115394,115396,115400,115408,115422,115430,115436,115450,115478,115494,115514,115526,115532,115570,115572,115738,115758,115762,115764,115790,115804,115810,115812,115816,115830,115854,115868,115896,115906,115912,115920,115934,115942,115948,115962,115996,116024,116080,116094,116098,116100,116104,116112,116126,116128,116156,116166,116172,116184,116206,116210,116212,116246,116262,116268,116282,116294,116300,116312,116334,116338,116340,116358,116364,116376,116400,116414,116430,116444,116450,116452,116456,116498,116500,116514,116520,116534,116546,116548,116552,116560,116574,116582,116588,116602,116654,116694,116714,116762,116782,116786,116788,116814,116828,116834,116836,116840,116854,116878,116892,116920,116930,116936,116944,116958,116966,116972,116986,117006,117048,117104,117118,117122,117124,117136,117150,117152,117180,117190,117196,117208,117230,117234,117236,117304,117360,117374,117472,117500,117506,117508,117512,117520,117536,117564,117568,117624,117638,117644,117656,117680,117694,117710,117724,117730,117732,117736,117750,117782,117798,117804,117818,117830,117848,117874,117876,117894,117936,117950,117966,117986,117988,117992,118022,118028,118040,118064,118078,118112,118140,118172,118210,118212,118216,118224,118238,118246,118266,118306,118312,118338,118352,118366,118374,118394,118402,118404,118408,118416,118430,118432,118460,118476,118514,118516,118574,118578,118580,118606,118620,118626,118628,118632,118678,118694,118700,118730,118738,118740,118830,118834,118836,118862,118876,118882,118884,118888,118902,118926,118940,118968,118978,118980,118984,118992,119006,119014,119020,119034,119068,119096,119152,119166,119170,119172,119176,119184,119198,119200,119228,119238,119244,119256,119278,119282,119284,119324,119352,119408,119422,119520,119548,119554,119556,119560,119568,119582,119584,119612,119616,119672,119686,119692,119704,119728,119742,119758,119772,119778,119780,119784,119798,119920,119934,120032,120060,120256,120312,120324,120328,120336,120352,120384,120440,120560,120582,120588,120600,120624,120638,120672,120700,120718,120732,120760,120770,120772,120776,120784,120798,120806,120812,120870,120876,120890,120902,120908,120920,120946,120948,120966,120972,120984,121008,121022,121038,121058,121060,121064,121078,121100,121112,121136,121150,121184,121212,121244,121282,121284,121288,121296,121318,121338,121356,121368,121392,121406,121440,121468,121536,121592,121656,121730,121732,121736,121744,121758,121760,121804,121842,121844,121890,121922,121924,121928,121936,121950,121958,121978,121986,121988,121992,122e3,122014,122016,122044,122060,122098,122100,122116,122120,122128,122142,122144,122172,122176,122232,122246,122264,122318,122338,122340,122344,122414,122418,122420,122446,122460,122466,122468,122472,122510,122524,122552,122562,122564,122568,122576,122598,122618,122646,122662,122668,122694,122700,122712,122738,122740,122762,122770,122772,122786,122788,122792,123018,123026,123028,123042,123044,123048,123062,123098,123146,123154,123156,123170,123172,123176,123190,123202,123204,123208,123216,123238,123244,123258,123290,123314,123316,123402,123410,123412,123426,123428,123432,123446,123458,123464,123472,123486,123494,123500,123514,123522,123524,123528,123536,123552,123580,123590,123596,123608,123630,123634,123636,123674,123698,123700,123740,123746,123748,123752,123834,123914,123922,123924,123938,123944,123958,123970,123976,123984,123998,124006,124012,124026,124034,124036,124048,124062,124064,124092,124102,124108,124120,124142,124146,124148,124162,124164,124168,124176,124190,124192,124220,124224,124280,124294,124300,124312,124336,124350,124366,124380,124386,124388,124392,124406,124442,124462,124466,124468,124494,124508,124514,124520,124558,124572,124600,124610,124612,124616,124624,124646,124666,124694,124710,124716,124730,124742,124748,124760,124786,124788,124818,124820,124834,124836,124840,124854,124946,124948,124962,124964,124968,124982,124994,124996,125e3,125008,125022,125030,125036,125050,125058,125060,125064,125072,125086,125088,125116,125126,125132,125144,125166,125170,125172,125186,125188,125192,125200,125216,125244,125248,125304,125318,125324,125336,125360,125374,125390,125404,125410,125412,125416,125430,125444,125448,125456,125472,125504,125560,125680,125702,125708,125720,125744,125758,125792,125820,125838,125852,125880,125890,125892,125896,125904,125918,125926,125932,125978,125998,126002,126004,126030,126044,126050,126052,126056,126094,126108,126136,126146,126148,126152,126160,126182,126202,126222,126236,126264,126320,126334,126338,126340,126344,126352,126366,126368,126412,126450,126452,126486,126502,126508,126522,126534,126540,126552,126574,126578,126580,126598,126604,126616,126640,126654,126670,126684,126690,126692,126696,126738,126754,126756,126760,126774,126786,126788,126792,126800,126814,126822,126828,126842,126894,126898,126900,126934,127126,127142,127148,127162,127178,127186,127188,127254,127270,127276,127290,127302,127308,127320,127342,127346,127348,127370,127378,127380,127394,127396,127400,127450,127510,127526,127532,127546,127558,127576,127598,127602,127604,127622,127628,127640,127664,127678,127694,127708,127714,127716,127720,127734,127754,127762,127764,127778,127784,127810,127812,127816,127824,127838,127846,127866,127898,127918,127922,127924,128022,128038,128044,128058,128070,128076,128088,128110,128114,128116,128134,128140,128152,128176,128190,128206,128220,128226,128228,128232,128246,128262,128268,128280,128304,128318,128352,128380,128398,128412,128440,128450,128452,128456,128464,128478,128486,128492,128506,128522,128530,128532,128546,128548,128552,128566,128578,128580,128584,128592,128606,128614,128634,128642,128644,128648,128656,128670,128672,128700,128716,128754,128756,128794,128814,128818,128820,128846,128860,128866,128868,128872,128886,128918,128934,128940,128954,128978,128980,129178,129198,129202,129204,129238,129258,129306,129326,129330,129332,129358,129372,129378,129380,129384,129398,129430,129446,129452,129466,129482,129490,129492,129562,129582,129586,129588,129614,129628,129634,129636,129640,129654,129678,129692,129720,129730,129732,129736,129744,129758,129766,129772,129814,129830,129836,129850,129862,129868,129880,129902,129906,129908,129930,129938,129940,129954,129956,129960,129974,130010]),r.CODEWORD_TABLE=Int32Array.from([2627,1819,2622,2621,1813,1812,2729,2724,2723,2779,2774,2773,902,896,908,868,865,861,859,2511,873,871,1780,835,2493,825,2491,842,837,844,1764,1762,811,810,809,2483,807,2482,806,2480,815,814,813,812,2484,817,816,1745,1744,1742,1746,2655,2637,2635,2626,2625,2623,2628,1820,2752,2739,2737,2728,2727,2725,2730,2785,2783,2778,2777,2775,2780,787,781,747,739,736,2413,754,752,1719,692,689,681,2371,678,2369,700,697,694,703,1688,1686,642,638,2343,631,2341,627,2338,651,646,643,2345,654,652,1652,1650,1647,1654,601,599,2322,596,2321,594,2319,2317,611,610,608,606,2324,603,2323,615,614,612,1617,1616,1614,1612,616,1619,1618,2575,2538,2536,905,901,898,909,2509,2507,2504,870,867,864,860,2512,875,872,1781,2490,2489,2487,2485,1748,836,834,832,830,2494,827,2492,843,841,839,845,1765,1763,2701,2676,2674,2653,2648,2656,2634,2633,2631,2629,1821,2638,2636,2770,2763,2761,2750,2745,2753,2736,2735,2733,2731,1848,2740,2738,2786,2784,591,588,576,569,566,2296,1590,537,534,526,2276,522,2274,545,542,539,548,1572,1570,481,2245,466,2242,462,2239,492,485,482,2249,496,494,1534,1531,1528,1538,413,2196,406,2191,2188,425,419,2202,415,2199,432,430,427,1472,1467,1464,433,1476,1474,368,367,2160,365,2159,362,2157,2155,2152,378,377,375,2166,372,2165,369,2162,383,381,379,2168,1419,1418,1416,1414,385,1411,384,1423,1422,1420,1424,2461,802,2441,2439,790,786,783,794,2409,2406,2403,750,742,738,2414,756,753,1720,2367,2365,2362,2359,1663,693,691,684,2373,680,2370,702,699,696,704,1690,1687,2337,2336,2334,2332,1624,2329,1622,640,637,2344,634,2342,630,2340,650,648,645,2346,655,653,1653,1651,1649,1655,2612,2597,2595,2571,2568,2565,2576,2534,2529,2526,1787,2540,2537,907,904,900,910,2503,2502,2500,2498,1768,2495,1767,2510,2508,2506,869,866,863,2513,876,874,1782,2720,2713,2711,2697,2694,2691,2702,2672,2670,2664,1828,2678,2675,2647,2646,2644,2642,1823,2639,1822,2654,2652,2650,2657,2771,1855,2765,2762,1850,1849,2751,2749,2747,2754,353,2148,344,342,336,2142,332,2140,345,1375,1373,306,2130,299,2128,295,2125,319,314,311,2132,1354,1352,1349,1356,262,257,2101,253,2096,2093,274,273,267,2107,263,2104,280,278,275,1316,1311,1308,1320,1318,2052,202,2050,2044,2040,219,2063,212,2060,208,2055,224,221,2066,1260,1258,1252,231,1248,229,1266,1264,1261,1268,155,1998,153,1996,1994,1991,1988,165,164,2007,162,2006,159,2003,2e3,172,171,169,2012,166,2010,1186,1184,1182,1179,175,1176,173,1192,1191,1189,1187,176,1194,1193,2313,2307,2305,592,589,2294,2292,2289,578,572,568,2297,580,1591,2272,2267,2264,1547,538,536,529,2278,525,2275,547,544,541,1574,1571,2237,2235,2229,1493,2225,1489,478,2247,470,2244,465,2241,493,488,484,2250,498,495,1536,1533,1530,1539,2187,2186,2184,2182,1432,2179,1430,2176,1427,414,412,2197,409,2195,405,2193,2190,426,424,421,2203,418,2201,431,429,1473,1471,1469,1466,434,1477,1475,2478,2472,2470,2459,2457,2454,2462,803,2437,2432,2429,1726,2443,2440,792,789,785,2401,2399,2393,1702,2389,1699,2411,2408,2405,745,741,2415,758,755,1721,2358,2357,2355,2353,1661,2350,1660,2347,1657,2368,2366,2364,2361,1666,690,687,2374,683,2372,701,698,705,1691,1689,2619,2617,2610,2608,2605,2613,2593,2588,2585,1803,2599,2596,2563,2561,2555,1797,2551,1795,2573,2570,2567,2577,2525,2524,2522,2520,1786,2517,1785,2514,1783,2535,2533,2531,2528,1788,2541,2539,906,903,911,2721,1844,2715,2712,1838,1836,2699,2696,2693,2703,1827,1826,1824,2673,2671,2669,2666,1829,2679,2677,1858,1857,2772,1854,1853,1851,1856,2766,2764,143,1987,139,1986,135,133,131,1984,128,1983,125,1981,138,137,136,1985,1133,1132,1130,112,110,1974,107,1973,104,1971,1969,122,121,119,117,1977,114,1976,124,1115,1114,1112,1110,1117,1116,84,83,1953,81,1952,78,1950,1948,1945,94,93,91,1959,88,1958,85,1955,99,97,95,1961,1086,1085,1083,1081,1078,100,1090,1089,1087,1091,49,47,1917,44,1915,1913,1910,1907,59,1926,56,1925,53,1922,1919,66,64,1931,61,1929,1042,1040,1038,71,1035,70,1032,68,1048,1047,1045,1043,1050,1049,12,10,1869,1867,1864,1861,21,1880,19,1877,1874,1871,28,1888,25,1886,22,1883,982,980,977,974,32,30,991,989,987,984,34,995,994,992,2151,2150,2147,2146,2144,356,355,354,2149,2139,2138,2136,2134,1359,343,341,338,2143,335,2141,348,347,346,1376,1374,2124,2123,2121,2119,1326,2116,1324,310,308,305,2131,302,2129,298,2127,320,318,316,313,2133,322,321,1355,1353,1351,1357,2092,2091,2089,2087,1276,2084,1274,2081,1271,259,2102,256,2100,252,2098,2095,272,269,2108,266,2106,281,279,277,1317,1315,1313,1310,282,1321,1319,2039,2037,2035,2032,1203,2029,1200,1197,207,2053,205,2051,201,2049,2046,2043,220,218,2064,215,2062,211,2059,228,226,223,2069,1259,1257,1254,232,1251,230,1267,1265,1263,2316,2315,2312,2311,2309,2314,2304,2303,2301,2299,1593,2308,2306,590,2288,2287,2285,2283,1578,2280,1577,2295,2293,2291,579,577,574,571,2298,582,581,1592,2263,2262,2260,2258,1545,2255,1544,2252,1541,2273,2271,2269,2266,1550,535,532,2279,528,2277,546,543,549,1575,1573,2224,2222,2220,1486,2217,1485,2214,1482,1479,2238,2236,2234,2231,1496,2228,1492,480,477,2248,473,2246,469,2243,490,487,2251,497,1537,1535,1532,2477,2476,2474,2479,2469,2468,2466,2464,1730,2473,2471,2453,2452,2450,2448,1729,2445,1728,2460,2458,2456,2463,805,804,2428,2427,2425,2423,1725,2420,1724,2417,1722,2438,2436,2434,2431,1727,2444,2442,793,791,788,795,2388,2386,2384,1697,2381,1696,2378,1694,1692,2402,2400,2398,2395,1703,2392,1701,2412,2410,2407,751,748,744,2416,759,757,1807,2620,2618,1806,1805,2611,2609,2607,2614,1802,1801,1799,2594,2592,2590,2587,1804,2600,2598,1794,1793,1791,1789,2564,2562,2560,2557,1798,2554,1796,2574,2572,2569,2578,1847,1846,2722,1843,1842,1840,1845,2716,2714,1835,1834,1832,1830,1839,1837,2700,2698,2695,2704,1817,1811,1810,897,862,1777,829,826,838,1760,1758,808,2481,1741,1740,1738,1743,2624,1818,2726,2776,782,740,737,1715,686,679,695,1682,1680,639,628,2339,647,644,1645,1643,1640,1648,602,600,597,595,2320,593,2318,609,607,604,1611,1610,1608,1606,613,1615,1613,2328,926,924,892,886,899,857,850,2505,1778,824,823,821,819,2488,818,2486,833,831,828,840,1761,1759,2649,2632,2630,2746,2734,2732,2782,2781,570,567,1587,531,527,523,540,1566,1564,476,467,463,2240,486,483,1524,1521,1518,1529,411,403,2192,399,2189,423,416,1462,1457,1454,428,1468,1465,2210,366,363,2158,360,2156,357,2153,376,373,370,2163,1410,1409,1407,1405,382,1402,380,1417,1415,1412,1421,2175,2174,777,774,771,784,732,725,722,2404,743,1716,676,674,668,2363,665,2360,685,1684,1681,626,624,622,2335,620,2333,617,2330,641,635,649,1646,1644,1642,2566,928,925,2530,2527,894,891,888,2501,2499,2496,858,856,854,851,1779,2692,2668,2665,2645,2643,2640,2651,2768,2759,2757,2744,2743,2741,2748,352,1382,340,337,333,1371,1369,307,300,296,2126,315,312,1347,1342,1350,261,258,250,2097,246,2094,271,268,264,1306,1301,1298,276,1312,1309,2115,203,2048,195,2045,191,2041,213,209,2056,1246,1244,1238,225,1234,222,1256,1253,1249,1262,2080,2079,154,1997,150,1995,147,1992,1989,163,160,2004,156,2001,1175,1174,1172,1170,1167,170,1164,167,1185,1183,1180,1177,174,1190,1188,2025,2024,2022,587,586,564,559,556,2290,573,1588,520,518,512,2268,508,2265,530,1568,1565,461,457,2233,450,2230,446,2226,479,471,489,1526,1523,1520,397,395,2185,392,2183,389,2180,2177,410,2194,402,422,1463,1461,1459,1456,1470,2455,799,2433,2430,779,776,773,2397,2394,2390,734,728,724,746,1717,2356,2354,2351,2348,1658,677,675,673,670,667,688,1685,1683,2606,2589,2586,2559,2556,2552,927,2523,2521,2518,2515,1784,2532,895,893,890,2718,2709,2707,2689,2687,2684,2663,2662,2660,2658,1825,2667,2769,1852,2760,2758,142,141,1139,1138,134,132,129,126,1982,1129,1128,1126,1131,113,111,108,105,1972,101,1970,120,118,115,1109,1108,1106,1104,123,1113,1111,82,79,1951,75,1949,72,1946,92,89,86,1956,1077,1076,1074,1072,98,1069,96,1084,1082,1079,1088,1968,1967,48,45,1916,42,1914,39,1911,1908,60,57,54,1923,50,1920,1031,1030,1028,1026,67,1023,65,1020,62,1041,1039,1036,1033,69,1046,1044,1944,1943,1941,11,9,1868,7,1865,1862,1859,20,1878,16,1875,13,1872,970,968,966,963,29,960,26,23,983,981,978,975,33,971,31,990,988,985,1906,1904,1902,993,351,2145,1383,331,330,328,326,2137,323,2135,339,1372,1370,294,293,291,289,2122,286,2120,283,2117,309,303,317,1348,1346,1344,245,244,242,2090,239,2088,236,2085,2082,260,2099,249,270,1307,1305,1303,1300,1314,189,2038,186,2036,183,2033,2030,2026,206,198,2047,194,216,1247,1245,1243,1240,227,1237,1255,2310,2302,2300,2286,2284,2281,565,563,561,558,575,1589,2261,2259,2256,2253,1542,521,519,517,514,2270,511,533,1569,1567,2223,2221,2218,2215,1483,2211,1480,459,456,453,2232,449,474,491,1527,1525,1522,2475,2467,2465,2451,2449,2446,801,800,2426,2424,2421,2418,1723,2435,780,778,775,2387,2385,2382,2379,1695,2375,1693,2396,735,733,730,727,749,1718,2616,2615,2604,2603,2601,2584,2583,2581,2579,1800,2591,2550,2549,2547,2545,1792,2542,1790,2558,929,2719,1841,2710,2708,1833,1831,2690,2688,2686,1815,1809,1808,1774,1756,1754,1737,1736,1734,1739,1816,1711,1676,1674,633,629,1638,1636,1633,1641,598,1605,1604,1602,1600,605,1609,1607,2327,887,853,1775,822,820,1757,1755,1584,524,1560,1558,468,464,1514,1511,1508,1519,408,404,400,1452,1447,1444,417,1458,1455,2208,364,361,358,2154,1401,1400,1398,1396,374,1393,371,1408,1406,1403,1413,2173,2172,772,726,723,1712,672,669,666,682,1678,1675,625,623,621,618,2331,636,632,1639,1637,1635,920,918,884,880,889,849,848,847,846,2497,855,852,1776,2641,2742,2787,1380,334,1367,1365,301,297,1340,1338,1335,1343,255,251,247,1296,1291,1288,265,1302,1299,2113,204,196,192,2042,1232,1230,1224,214,1220,210,1242,1239,1235,1250,2077,2075,151,148,1993,144,1990,1163,1162,1160,1158,1155,161,1152,157,1173,1171,1168,1165,168,1181,1178,2021,2020,2018,2023,585,560,557,1585,516,509,1562,1559,458,447,2227,472,1516,1513,1510,398,396,393,390,2181,386,2178,407,1453,1451,1449,1446,420,1460,2209,769,764,720,712,2391,729,1713,664,663,661,659,2352,656,2349,671,1679,1677,2553,922,919,2519,2516,885,883,881,2685,2661,2659,2767,2756,2755,140,1137,1136,130,127,1125,1124,1122,1127,109,106,102,1103,1102,1100,1098,116,1107,1105,1980,80,76,73,1947,1068,1067,1065,1063,90,1060,87,1075,1073,1070,1080,1966,1965,46,43,40,1912,36,1909,1019,1018,1016,1014,58,1011,55,1008,51,1029,1027,1024,1021,63,1037,1034,1940,1939,1937,1942,8,1866,4,1863,1,1860,956,954,952,949,946,17,14,969,967,964,961,27,957,24,979,976,972,1901,1900,1898,1896,986,1905,1903,350,349,1381,329,327,324,1368,1366,292,290,287,284,2118,304,1341,1339,1337,1345,243,240,237,2086,233,2083,254,1297,1295,1293,1290,1304,2114,190,187,184,2034,180,2031,177,2027,199,1233,1231,1229,1226,217,1223,1241,2078,2076,584,555,554,552,550,2282,562,1586,507,506,504,502,2257,499,2254,515,1563,1561,445,443,441,2219,438,2216,435,2212,460,454,475,1517,1515,1512,2447,798,797,2422,2419,770,768,766,2383,2380,2376,721,719,717,714,731,1714,2602,2582,2580,2548,2546,2543,923,921,2717,2706,2705,2683,2682,2680,1771,1752,1750,1733,1732,1731,1735,1814,1707,1670,1668,1631,1629,1626,1634,1599,1598,1596,1594,1603,1601,2326,1772,1753,1751,1581,1554,1552,1504,1501,1498,1509,1442,1437,1434,401,1448,1445,2206,1392,1391,1389,1387,1384,359,1399,1397,1394,1404,2171,2170,1708,1672,1669,619,1632,1630,1628,1773,1378,1363,1361,1333,1328,1336,1286,1281,1278,248,1292,1289,2111,1218,1216,1210,197,1206,193,1228,1225,1221,1236,2073,2071,1151,1150,1148,1146,152,1143,149,1140,145,1161,1159,1156,1153,158,1169,1166,2017,2016,2014,2019,1582,510,1556,1553,452,448,1506,1500,394,391,387,1443,1441,1439,1436,1450,2207,765,716,713,1709,662,660,657,1673,1671,916,914,879,878,877,882,1135,1134,1121,1120,1118,1123,1097,1096,1094,1092,103,1101,1099,1979,1059,1058,1056,1054,77,1051,74,1066,1064,1061,1071,1964,1963,1007,1006,1004,1002,999,41,996,37,1017,1015,1012,1009,52,1025,1022,1936,1935,1933,1938,942,940,938,935,932,5,2,955,953,950,947,18,943,15,965,962,958,1895,1894,1892,1890,973,1899,1897,1379,325,1364,1362,288,285,1334,1332,1330,241,238,234,1287,1285,1283,1280,1294,2112,188,185,181,178,2028,1219,1217,1215,1212,200,1209,1227,2074,2072,583,553,551,1583,505,503,500,513,1557,1555,444,442,439,436,2213,455,451,1507,1505,1502,796,763,762,760,767,711,710,708,706,2377,718,715,1710,2544,917,915,2681,1627,1597,1595,2325,1769,1749,1747,1499,1438,1435,2204,1390,1388,1385,1395,2169,2167,1704,1665,1662,1625,1623,1620,1770,1329,1282,1279,2109,1214,1207,1222,2068,2065,1149,1147,1144,1141,146,1157,1154,2013,2011,2008,2015,1579,1549,1546,1495,1487,1433,1431,1428,1425,388,1440,2205,1705,658,1667,1664,1119,1095,1093,1978,1057,1055,1052,1062,1962,1960,1005,1003,1e3,997,38,1013,1010,1932,1930,1927,1934,941,939,936,933,6,930,3,951,948,944,1889,1887,1884,1881,959,1893,1891,35,1377,1360,1358,1327,1325,1322,1331,1277,1275,1272,1269,235,1284,2110,1205,1204,1201,1198,182,1195,179,1213,2070,2067,1580,501,1551,1548,440,437,1497,1494,1490,1503,761,709,707,1706,913,912,2198,1386,2164,2161,1621,1766,2103,1208,2058,2054,1145,1142,2005,2002,1999,2009,1488,1429,1426,2200,1698,1659,1656,1975,1053,1957,1954,1001,998,1924,1921,1918,1928,937,934,931,1879,1876,1873,1870,945,1885,1882,1323,1273,1270,2105,1202,1199,1196,1211,2061,2057,1576,1543,1540,1484,1481,1478,1491,1700]),r}(),nl=function(){function r(e,t){this.bits=e,this.points=t}return r.prototype.getBits=function(){return this.bits},r.prototype.getPoints=function(){return this.points},r}(),il=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},al=function(){function r(){}return r.detectMultiple=function(e,t,n){var i=e.getBlackMatrix(),a=r.detect(n,i);return a.length||(i=i.clone(),i.rotate180(),a=r.detect(n,i)),new nl(i,a)},r.detect=function(e,t){for(var n,i,a=new Array,o=0,s=0,f=!1;o<t.getHeight();){var u=r.findVertices(t,o,s);if(u[0]==null&&u[3]==null){if(!f)break;f=!1,s=0;try{for(var c=(n=void 0,il(a)),l=c.next();!l.done;l=c.next()){var d=l.value;d[1]!=null&&(o=Math.trunc(Math.max(o,d[1].getY()))),d[3]!=null&&(o=Math.max(o,Math.trunc(d[3].getY())))}}catch(h){n={error:h}}finally{try{l&&!l.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}o+=r.ROW_STEP;continue}if(f=!0,a.push(u),!e)break;u[2]!=null?(s=Math.trunc(u[2].getX()),o=Math.trunc(u[2].getY())):(s=Math.trunc(u[4].getX()),o=Math.trunc(u[4].getY()))}return a},r.findVertices=function(e,t,n){var i=e.getHeight(),a=e.getWidth(),o=new Array(8);return r.copyToResult(o,r.findRowsWithPattern(e,i,a,t,n,r.START_PATTERN),r.INDEXES_START_PATTERN),o[4]!=null&&(n=Math.trunc(o[4].getX()),t=Math.trunc(o[4].getY())),r.copyToResult(o,r.findRowsWithPattern(e,i,a,t,n,r.STOP_PATTERN),r.INDEXES_STOP_PATTERN),o},r.copyToResult=function(e,t,n){for(var i=0;i<n.length;i++)e[n[i]]=t[i]},r.findRowsWithPattern=function(e,t,n,i,a,o){for(var s=new Array(4),f=!1,u=new Int32Array(o.length);i<t;i+=r.ROW_STEP){var c=r.findGuardPattern(e,a,i,n,!1,o,u);if(c!=null){for(;i>0;){var l=r.findGuardPattern(e,a,--i,n,!1,o,u);if(l!=null)c=l;else{i++;break}}s[0]=new k(c[0],i),s[1]=new k(c[1],i),f=!0;break}}var d=i+1;if(f){for(var h=0,l=Int32Array.from([Math.trunc(s[0].getX()),Math.trunc(s[1].getX())]);d<t;d++){var c=r.findGuardPattern(e,l[0],d,n,!1,o,u);if(c!=null&&Math.abs(l[0]-c[0])<r.MAX_PATTERN_DRIFT&&Math.abs(l[1]-c[1])<r.MAX_PATTERN_DRIFT)l=c,h=0;else{if(h>r.SKIPPED_ROW_COUNT_MAX)break;h++}}d-=h+1,s[2]=new k(l[0],d),s[3]=new k(l[1],d)}return d-i<r.BARCODE_MIN_HEIGHT&&fe.fill(s,null),s},r.findGuardPattern=function(e,t,n,i,a,o,s){fe.fillWithin(s,0,s.length,0);for(var f=t,u=0;e.get(f,n)&&f>0&&u++<r.MAX_PIXEL_DRIFT;)f--;for(var c=f,l=0,d=o.length,h=a;c<i;c++){var p=e.get(c,n);if(p!==h)s[l]++;else{if(l===d-1){if(r.patternMatchVariance(s,o,r.MAX_INDIVIDUAL_VARIANCE)<r.MAX_AVG_VARIANCE)return new Int32Array([f,c]);f+=s[0]+s[1],re.arraycopy(s,2,s,0,l-1),s[l-1]=0,s[l]=0,l--}else l++;s[l]=1,h=!h}}return l===d-1&&r.patternMatchVariance(s,o,r.MAX_INDIVIDUAL_VARIANCE)<r.MAX_AVG_VARIANCE?new Int32Array([f,c-1]):null},r.patternMatchVariance=function(e,t,n){for(var i=e.length,a=0,o=0,s=0;s<i;s++)a+=e[s],o+=t[s];if(a<o)return 1/0;var f=a/o;n*=f;for(var u=0,c=0;c<i;c++){var l=e[c],d=t[c]*f,h=l>d?l-d:d-l;if(h>n)return 1/0;u+=h}return u/a},r.INDEXES_START_PATTERN=Int32Array.from([0,4,1,5]),r.INDEXES_STOP_PATTERN=Int32Array.from([6,2,7,3]),r.MAX_AVG_VARIANCE=.42,r.MAX_INDIVIDUAL_VARIANCE=.8,r.START_PATTERN=Int32Array.from([8,1,1,1,1,1,1,3]),r.STOP_PATTERN=Int32Array.from([7,1,1,3,1,1,1,2,1]),r.MAX_PIXEL_DRIFT=3,r.MAX_PATTERN_DRIFT=5,r.SKIPPED_ROW_COUNT_MAX=25,r.ROW_STEP=5,r.BARCODE_MIN_HEIGHT=10,r}(),ol=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Ct=function(){function r(e,t){if(t.length===0)throw new U;this.field=e;var n=t.length;if(n>1&&t[0]===0){for(var i=1;i<n&&t[i]===0;)i++;i===n?this.coefficients=new Int32Array([0]):(this.coefficients=new Int32Array(n-i),re.arraycopy(t,i,this.coefficients,0,this.coefficients.length))}else this.coefficients=t}return r.prototype.getCoefficients=function(){return this.coefficients},r.prototype.getDegree=function(){return this.coefficients.length-1},r.prototype.isZero=function(){return this.coefficients[0]===0},r.prototype.getCoefficient=function(e){return this.coefficients[this.coefficients.length-1-e]},r.prototype.evaluateAt=function(e){var t,n;if(e===0)return this.getCoefficient(0);if(e===1){var i=0;try{for(var a=ol(this.coefficients),o=a.next();!o.done;o=a.next()){var s=o.value;i=this.field.add(i,s)}}catch(l){t={error:l}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return i}for(var f=this.coefficients[0],u=this.coefficients.length,c=1;c<u;c++)f=this.field.add(this.field.multiply(e,f),this.coefficients[c]);return f},r.prototype.add=function(e){if(!this.field.equals(e.field))throw new U("ModulusPolys do not have same ModulusGF field");if(this.isZero())return e;if(e.isZero())return this;var t=this.coefficients,n=e.coefficients;if(t.length>n.length){var i=t;t=n,n=i}var a=new Int32Array(n.length),o=n.length-t.length;re.arraycopy(n,0,a,0,o);for(var s=o;s<n.length;s++)a[s]=this.field.add(t[s-o],n[s]);return new r(this.field,a)},r.prototype.subtract=function(e){if(!this.field.equals(e.field))throw new U("ModulusPolys do not have same ModulusGF field");return e.isZero()?this:this.add(e.negative())},r.prototype.multiply=function(e){return e instanceof r?this.multiplyOther(e):this.multiplyScalar(e)},r.prototype.multiplyOther=function(e){if(!this.field.equals(e.field))throw new U("ModulusPolys do not have same ModulusGF field");if(this.isZero()||e.isZero())return new r(this.field,new Int32Array([0]));for(var t=this.coefficients,n=t.length,i=e.coefficients,a=i.length,o=new Int32Array(n+a-1),s=0;s<n;s++)for(var f=t[s],u=0;u<a;u++)o[s+u]=this.field.add(o[s+u],this.field.multiply(f,i[u]));return new r(this.field,o)},r.prototype.negative=function(){for(var e=this.coefficients.length,t=new Int32Array(e),n=0;n<e;n++)t[n]=this.field.subtract(0,this.coefficients[n]);return new r(this.field,t)},r.prototype.multiplyScalar=function(e){if(e===0)return new r(this.field,new Int32Array([0]));if(e===1)return this;for(var t=this.coefficients.length,n=new Int32Array(t),i=0;i<t;i++)n[i]=this.field.multiply(this.coefficients[i],e);return new r(this.field,n)},r.prototype.multiplyByMonomial=function(e,t){if(e<0)throw new U;if(t===0)return new r(this.field,new Int32Array([0]));for(var n=this.coefficients.length,i=new Int32Array(n+e),a=0;a<n;a++)i[a]=this.field.multiply(this.coefficients[a],t);return new r(this.field,i)},r.prototype.toString=function(){for(var e=new z,t=this.getDegree();t>=0;t--){var n=this.getCoefficient(t);n!==0&&(n<0?(e.append(" - "),n=-n):e.length()>0&&e.append(" + "),(t===0||n!==1)&&e.append(n),t!==0&&(t===1?e.append("x"):(e.append("x^"),e.append(t))))}return e.toString()},r}(),sl=function(){function r(){}return r.prototype.add=function(e,t){return(e+t)%this.modulus},r.prototype.subtract=function(e,t){return(this.modulus+e-t)%this.modulus},r.prototype.exp=function(e){return this.expTable[e]},r.prototype.log=function(e){if(e===0)throw new U;return this.logTable[e]},r.prototype.inverse=function(e){if(e===0)throw new Va;return this.expTable[this.modulus-this.logTable[e]-1]},r.prototype.multiply=function(e,t){return e===0||t===0?0:this.expTable[(this.logTable[e]+this.logTable[t])%(this.modulus-1)]},r.prototype.getSize=function(){return this.modulus},r.prototype.equals=function(e){return e===this},r}(),fl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),ul=function(r){fl(e,r);function e(t,n){var i=r.call(this)||this;i.modulus=t,i.expTable=new Int32Array(t),i.logTable=new Int32Array(t);for(var a=1,o=0;o<t;o++)i.expTable[o]=a,a=a*n%t;for(var o=0;o<t-1;o++)i.logTable[i.expTable[o]]=o;return i.zero=new Ct(i,new Int32Array([0])),i.one=new Ct(i,new Int32Array([1])),i}return e.prototype.getZero=function(){return this.zero},e.prototype.getOne=function(){return this.one},e.prototype.buildMonomial=function(t,n){if(t<0)throw new U;if(n===0)return this.zero;var i=new Int32Array(t+1);return i[0]=n,new Ct(this,i)},e.PDF417_GF=new e(Y.NUMBER_OF_CODEWORDS,3),e}(sl),cl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},ll=function(){function r(){this.field=ul.PDF417_GF}return r.prototype.decode=function(e,t,n){for(var i,a,o=new Ct(this.field,e),s=new Int32Array(t),f=!1,u=t;u>0;u--){var c=o.evaluateAt(this.field.exp(u));s[t-u]=c,c!==0&&(f=!0)}if(!f)return 0;var l=this.field.getOne();if(n!=null)try{for(var d=cl(n),h=d.next();!h.done;h=d.next()){var p=h.value,v=this.field.exp(e.length-1-p),x=new Ct(this.field,new Int32Array([this.field.subtract(0,v),1]));l=l.multiply(x)}}catch(O){i={error:O}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}for(var w=new Ct(this.field,s),m=this.runEuclideanAlgorithm(this.field.buildMonomial(t,1),w,t),C=m[0],_=m[1],A=this.findErrorLocations(C),b=this.findErrorMagnitudes(_,C,A),u=0;u<A.length;u++){var T=e.length-1-this.field.log(A[u]);if(T<0)throw pe.getChecksumInstance();e[T]=this.field.subtract(e[T],b[u])}return A.length},r.prototype.runEuclideanAlgorithm=function(e,t,n){if(e.getDegree()<t.getDegree()){var i=e;e=t,t=i}for(var a=e,o=t,s=this.field.getZero(),f=this.field.getOne();o.getDegree()>=Math.round(n/2);){var u=a,c=s;if(a=o,s=f,a.isZero())throw pe.getChecksumInstance();o=u;for(var l=this.field.getZero(),d=a.getCoefficient(a.getDegree()),h=this.field.inverse(d);o.getDegree()>=a.getDegree()&&!o.isZero();){var p=o.getDegree()-a.getDegree(),v=this.field.multiply(o.getCoefficient(o.getDegree()),h);l=l.add(this.field.buildMonomial(p,v)),o=o.subtract(a.multiplyByMonomial(p,v))}f=l.multiply(s).subtract(c).negative()}var x=f.getCoefficient(0);if(x===0)throw pe.getChecksumInstance();var w=this.field.inverse(x),m=f.multiply(w),C=o.multiply(w);return[m,C]},r.prototype.findErrorLocations=function(e){for(var t=e.getDegree(),n=new Int32Array(t),i=0,a=1;a<this.field.getSize()&&i<t;a++)e.evaluateAt(a)===0&&(n[i]=this.field.inverse(a),i++);if(i!==t)throw pe.getChecksumInstance();return n},r.prototype.findErrorMagnitudes=function(e,t,n){for(var i=t.getDegree(),a=new Int32Array(i),o=1;o<=i;o++)a[i-o]=this.field.multiply(o,t.getCoefficient(o));for(var s=new Ct(this.field,a),f=n.length,u=new Int32Array(f),o=0;o<f;o++){var c=this.field.inverse(n[o]),l=this.field.subtract(0,e.evaluateAt(c)),d=this.field.inverse(s.evaluateAt(c));u[o]=this.field.multiply(l,d)}return u},r}(),qn=function(){function r(e,t,n,i,a){e instanceof r?this.constructor_2(e):this.constructor_1(e,t,n,i,a)}return r.prototype.constructor_1=function(e,t,n,i,a){var o=t==null||n==null,s=i==null||a==null;if(o&&s)throw new D;o?(t=new k(0,i.getY()),n=new k(0,a.getY())):s&&(i=new k(e.getWidth()-1,t.getY()),a=new k(e.getWidth()-1,n.getY())),this.image=e,this.topLeft=t,this.bottomLeft=n,this.topRight=i,this.bottomRight=a,this.minX=Math.trunc(Math.min(t.getX(),n.getX())),this.maxX=Math.trunc(Math.max(i.getX(),a.getX())),this.minY=Math.trunc(Math.min(t.getY(),i.getY())),this.maxY=Math.trunc(Math.max(n.getY(),a.getY()))},r.prototype.constructor_2=function(e){this.image=e.image,this.topLeft=e.getTopLeft(),this.bottomLeft=e.getBottomLeft(),this.topRight=e.getTopRight(),this.bottomRight=e.getBottomRight(),this.minX=e.getMinX(),this.maxX=e.getMaxX(),this.minY=e.getMinY(),this.maxY=e.getMaxY()},r.merge=function(e,t){return e==null?t:t==null?e:new r(e.image,e.topLeft,e.bottomLeft,t.topRight,t.bottomRight)},r.prototype.addMissingRows=function(e,t,n){var i=this.topLeft,a=this.bottomLeft,o=this.topRight,s=this.bottomRight;if(e>0){var f=n?this.topLeft:this.topRight,u=Math.trunc(f.getY()-e);u<0&&(u=0);var c=new k(f.getX(),u);n?i=c:o=c}if(t>0){var l=n?this.bottomLeft:this.bottomRight,d=Math.trunc(l.getY()+t);d>=this.image.getHeight()&&(d=this.image.getHeight()-1);var h=new k(l.getX(),d);n?a=h:s=h}return new r(this.image,i,a,o,s)},r.prototype.getMinX=function(){return this.minX},r.prototype.getMaxX=function(){return this.maxX},r.prototype.getMinY=function(){return this.minY},r.prototype.getMaxY=function(){return this.maxY},r.prototype.getTopLeft=function(){return this.topLeft},r.prototype.getTopRight=function(){return this.topRight},r.prototype.getBottomLeft=function(){return this.bottomLeft},r.prototype.getBottomRight=function(){return this.bottomRight},r}(),dl=function(){function r(e,t,n,i){this.columnCount=e,this.errorCorrectionLevel=i,this.rowCountUpperPart=t,this.rowCountLowerPart=n,this.rowCount=t+n}return r.prototype.getColumnCount=function(){return this.columnCount},r.prototype.getErrorCorrectionLevel=function(){return this.errorCorrectionLevel},r.prototype.getRowCount=function(){return this.rowCount},r.prototype.getRowCountUpperPart=function(){return this.rowCountUpperPart},r.prototype.getRowCountLowerPart=function(){return this.rowCountLowerPart},r}(),Qn=function(){function r(){this.buffer=""}return r.form=function(e,t){var n=-1;function i(o,s,f,u,c,l){if(o==="%%")return"%";if(t[++n]!==void 0){o=u?parseInt(u.substr(1)):void 0;var d=c?parseInt(c.substr(1)):void 0,h;switch(l){case"s":h=t[n];break;case"c":h=t[n][0];break;case"f":h=parseFloat(t[n]).toFixed(o);break;case"p":h=parseFloat(t[n]).toPrecision(o);break;case"e":h=parseFloat(t[n]).toExponential(o);break;case"x":h=parseInt(t[n]).toString(d||16);break;case"d":h=parseFloat(parseInt(t[n],d||10).toPrecision(o)).toFixed(0);break}h=typeof h=="object"?JSON.stringify(h):(+h).toString(d);for(var p=parseInt(f),v=f&&f[0]+""=="0"?"0":" ";h.length<p;)h=s!==void 0?h+v:v+h;return h}}var a=/%(-)?(0?[0-9]+)?([.][0-9]+)?([#][0-9]+)?([scfpexd%])/g;return e.replace(a,i)},r.prototype.format=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];this.buffer+=r.form(e,t)},r.prototype.toString=function(){return this.buffer},r}(),hl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},po=function(){function r(e){this.boundingBox=new qn(e),this.codewords=new Array(e.getMaxY()-e.getMinY()+1)}return r.prototype.getCodewordNearby=function(e){var t=this.getCodeword(e);if(t!=null)return t;for(var n=1;n<r.MAX_NEARBY_DISTANCE;n++){var i=this.imageRowToCodewordIndex(e)-n;if(i>=0&&(t=this.codewords[i],t!=null)||(i=this.imageRowToCodewordIndex(e)+n,i<this.codewords.length&&(t=this.codewords[i],t!=null)))return t}return null},r.prototype.imageRowToCodewordIndex=function(e){return e-this.boundingBox.getMinY()},r.prototype.setCodeword=function(e,t){this.codewords[this.imageRowToCodewordIndex(e)]=t},r.prototype.getCodeword=function(e){return this.codewords[this.imageRowToCodewordIndex(e)]},r.prototype.getBoundingBox=function(){return this.boundingBox},r.prototype.getCodewords=function(){return this.codewords},r.prototype.toString=function(){var e,t,n=new Qn,i=0;try{for(var a=hl(this.codewords),o=a.next();!o.done;o=a.next()){var s=o.value;if(s==null){n.format("%3d: | %n",i++);continue}n.format("%3d: %3d|%3d%n",i++,s.getRowNumber(),s.getValue())}}catch(f){e={error:f}}finally{try{o&&!o.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return n.toString()},r.MAX_NEARBY_DISTANCE=5,r}(),pl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},vl=function(r,e){var t=typeof Symbol=="function"&&r[Symbol.iterator];if(!t)return r;var n=t.call(r),i,a=[],o;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)a.push(i.value)}catch(s){o={error:s}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(o)throw o.error}}return a},er=function(){function r(){this.values=new Map}return r.prototype.setValue=function(e){e=Math.trunc(e);var t=this.values.get(e);t==null&&(t=0),t++,this.values.set(e,t)},r.prototype.getValue=function(){var e,t,n=-1,i=new Array,a=function(l,d){var h={getKey:function(){return l},getValue:function(){return d}};h.getValue()>n?(n=h.getValue(),i=[],i.push(h.getKey())):h.getValue()===n&&i.push(h.getKey())};try{for(var o=pl(this.values.entries()),s=o.next();!s.done;s=o.next()){var f=vl(s.value,2),u=f[0],c=f[1];a(u,c)}}catch(l){e={error:l}}finally{try{s&&!s.done&&(t=o.return)&&t.call(o)}finally{if(e)throw e.error}}return Y.toIntArray(i)},r.prototype.getConfidence=function(e){return this.values.get(e)},r}(),gl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Jn=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},vo=function(r){gl(e,r);function e(t,n){var i=r.call(this,t)||this;return i._isLeft=n,i}return e.prototype.setRowNumbers=function(){var t,n;try{for(var i=Jn(this.getCodewords()),a=i.next();!a.done;a=i.next()){var o=a.value;o!=null&&o.setRowNumberAsRowIndicatorColumn()}}catch(s){t={error:s}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}},e.prototype.adjustCompleteIndicatorColumnRowNumbers=function(t){var n=this.getCodewords();this.setRowNumbers(),this.removeIncorrectCodewords(n,t);for(var i=this.getBoundingBox(),a=this._isLeft?i.getTopLeft():i.getTopRight(),o=this._isLeft?i.getBottomLeft():i.getBottomRight(),s=this.imageRowToCodewordIndex(Math.trunc(a.getY())),f=this.imageRowToCodewordIndex(Math.trunc(o.getY())),u=-1,c=1,l=0,d=s;d<f;d++)if(n[d]!=null){var h=n[d],p=h.getRowNumber()-u;if(p===0)l++;else if(p===1)c=Math.max(c,l),l=1,u=h.getRowNumber();else if(p<0||h.getRowNumber()>=t.getRowCount()||p>d)n[d]=null;else{var v=void 0;c>2?v=(c-2)*p:v=p;for(var x=v>=d,w=1;w<=v&&!x;w++)x=n[d-w]!=null;x?n[d]=null:(u=h.getRowNumber(),l=1)}}},e.prototype.getRowHeights=function(){var t,n,i=this.getBarcodeMetadata();if(i==null)return null;this.adjustIncompleteIndicatorColumnRowNumbers(i);var a=new Int32Array(i.getRowCount());try{for(var o=Jn(this.getCodewords()),s=o.next();!s.done;s=o.next()){var f=s.value;if(f!=null){var u=f.getRowNumber();if(u>=a.length)continue;a[u]++}}}catch(c){t={error:c}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}return a},e.prototype.adjustIncompleteIndicatorColumnRowNumbers=function(t){for(var n=this.getBoundingBox(),i=this._isLeft?n.getTopLeft():n.getTopRight(),a=this._isLeft?n.getBottomLeft():n.getBottomRight(),o=this.imageRowToCodewordIndex(Math.trunc(i.getY())),s=this.imageRowToCodewordIndex(Math.trunc(a.getY())),f=this.getCodewords(),u=-1,c=o;c<s;c++)if(f[c]!=null){var l=f[c];l.setRowNumberAsRowIndicatorColumn();var d=l.getRowNumber()-u;d===0||(d===1?u=l.getRowNumber():l.getRowNumber()>=t.getRowCount()?f[c]=null:u=l.getRowNumber())}},e.prototype.getBarcodeMetadata=function(){var t,n,i=this.getCodewords(),a=new er,o=new er,s=new er,f=new er;try{for(var u=Jn(i),c=u.next();!c.done;c=u.next()){var l=c.value;if(l!=null){l.setRowNumberAsRowIndicatorColumn();var d=l.getValue()%30,h=l.getRowNumber();switch(this._isLeft||(h+=2),h%3){case 0:o.setValue(d*3+1);break;case 1:f.setValue(d/3),s.setValue(d%3);break;case 2:a.setValue(d+1);break}}}}catch(v){t={error:v}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}if(a.getValue().length===0||o.getValue().length===0||s.getValue().length===0||f.getValue().length===0||a.getValue()[0]<1||o.getValue()[0]+s.getValue()[0]<Y.MIN_ROWS_IN_BARCODE||o.getValue()[0]+s.getValue()[0]>Y.MAX_ROWS_IN_BARCODE)return null;var p=new dl(a.getValue()[0],o.getValue()[0],s.getValue()[0],f.getValue()[0]);return this.removeIncorrectCodewords(i,p),p},e.prototype.removeIncorrectCodewords=function(t,n){for(var i=0;i<t.length;i++){var a=t[i];if(t[i]!=null){var o=a.getValue()%30,s=a.getRowNumber();if(s>n.getRowCount()){t[i]=null;continue}switch(this._isLeft||(s+=2),s%3){case 0:o*3+1!==n.getRowCountUpperPart()&&(t[i]=null);break;case 1:(Math.trunc(o/3)!==n.getErrorCorrectionLevel()||o%3!==n.getRowCountLowerPart())&&(t[i]=null);break;case 2:o+1!==n.getColumnCount()&&(t[i]=null);break}}}},e.prototype.isLeft=function(){return this._isLeft},e.prototype.toString=function(){return"IsLeft: "+this._isLeft+`
|
|
51
|
+
`+r.prototype.toString.call(this)},e}(po),xl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},yl=function(){function r(e,t){this.ADJUST_ROW_NUMBER_SKIP=2,this.barcodeMetadata=e,this.barcodeColumnCount=e.getColumnCount(),this.boundingBox=t,this.detectionResultColumns=new Array(this.barcodeColumnCount+2)}return r.prototype.getDetectionResultColumns=function(){this.adjustIndicatorColumnRowNumbers(this.detectionResultColumns[0]),this.adjustIndicatorColumnRowNumbers(this.detectionResultColumns[this.barcodeColumnCount+1]);var e=Y.MAX_CODEWORDS_IN_BARCODE,t;do t=e,e=this.adjustRowNumbersAndGetCount();while(e>0&&e<t);return this.detectionResultColumns},r.prototype.adjustIndicatorColumnRowNumbers=function(e){e!=null&&e.adjustCompleteIndicatorColumnRowNumbers(this.barcodeMetadata)},r.prototype.adjustRowNumbersAndGetCount=function(){var e=this.adjustRowNumbersByRow();if(e===0)return 0;for(var t=1;t<this.barcodeColumnCount+1;t++)for(var n=this.detectionResultColumns[t].getCodewords(),i=0;i<n.length;i++)n[i]!=null&&(n[i].hasValidRowNumber()||this.adjustRowNumbers(t,i,n));return e},r.prototype.adjustRowNumbersByRow=function(){this.adjustRowNumbersFromBothRI();var e=this.adjustRowNumbersFromLRI();return e+this.adjustRowNumbersFromRRI()},r.prototype.adjustRowNumbersFromBothRI=function(){if(!(this.detectionResultColumns[0]==null||this.detectionResultColumns[this.barcodeColumnCount+1]==null)){for(var e=this.detectionResultColumns[0].getCodewords(),t=this.detectionResultColumns[this.barcodeColumnCount+1].getCodewords(),n=0;n<e.length;n++)if(e[n]!=null&&t[n]!=null&&e[n].getRowNumber()===t[n].getRowNumber())for(var i=1;i<=this.barcodeColumnCount;i++){var a=this.detectionResultColumns[i].getCodewords()[n];a!=null&&(a.setRowNumber(e[n].getRowNumber()),a.hasValidRowNumber()||(this.detectionResultColumns[i].getCodewords()[n]=null))}}},r.prototype.adjustRowNumbersFromRRI=function(){if(this.detectionResultColumns[this.barcodeColumnCount+1]==null)return 0;for(var e=0,t=this.detectionResultColumns[this.barcodeColumnCount+1].getCodewords(),n=0;n<t.length;n++)if(t[n]!=null)for(var i=t[n].getRowNumber(),a=0,o=this.barcodeColumnCount+1;o>0&&a<this.ADJUST_ROW_NUMBER_SKIP;o--){var s=this.detectionResultColumns[o].getCodewords()[n];s!=null&&(a=r.adjustRowNumberIfValid(i,a,s),s.hasValidRowNumber()||e++)}return e},r.prototype.adjustRowNumbersFromLRI=function(){if(this.detectionResultColumns[0]==null)return 0;for(var e=0,t=this.detectionResultColumns[0].getCodewords(),n=0;n<t.length;n++)if(t[n]!=null)for(var i=t[n].getRowNumber(),a=0,o=1;o<this.barcodeColumnCount+1&&a<this.ADJUST_ROW_NUMBER_SKIP;o++){var s=this.detectionResultColumns[o].getCodewords()[n];s!=null&&(a=r.adjustRowNumberIfValid(i,a,s),s.hasValidRowNumber()||e++)}return e},r.adjustRowNumberIfValid=function(e,t,n){return n==null||n.hasValidRowNumber()||(n.isValidRowNumber(e)?(n.setRowNumber(e),t=0):++t),t},r.prototype.adjustRowNumbers=function(e,t,n){var i,a;if(this.detectionResultColumns[e-1]!=null){var o=n[t],s=this.detectionResultColumns[e-1].getCodewords(),f=s;this.detectionResultColumns[e+1]!=null&&(f=this.detectionResultColumns[e+1].getCodewords());var u=new Array(14);u[2]=s[t],u[3]=f[t],t>0&&(u[0]=n[t-1],u[4]=s[t-1],u[5]=f[t-1]),t>1&&(u[8]=n[t-2],u[10]=s[t-2],u[11]=f[t-2]),t<n.length-1&&(u[1]=n[t+1],u[6]=s[t+1],u[7]=f[t+1]),t<n.length-2&&(u[9]=n[t+2],u[12]=s[t+2],u[13]=f[t+2]);try{for(var c=xl(u),l=c.next();!l.done;l=c.next()){var d=l.value;if(r.adjustRowNumber(o,d))return}}catch(h){i={error:h}}finally{try{l&&!l.done&&(a=c.return)&&a.call(c)}finally{if(i)throw i.error}}}},r.adjustRowNumber=function(e,t){return t==null?!1:t.hasValidRowNumber()&&t.getBucket()===e.getBucket()?(e.setRowNumber(t.getRowNumber()),!0):!1},r.prototype.getBarcodeColumnCount=function(){return this.barcodeColumnCount},r.prototype.getBarcodeRowCount=function(){return this.barcodeMetadata.getRowCount()},r.prototype.getBarcodeECLevel=function(){return this.barcodeMetadata.getErrorCorrectionLevel()},r.prototype.setBoundingBox=function(e){this.boundingBox=e},r.prototype.getBoundingBox=function(){return this.boundingBox},r.prototype.setDetectionResultColumn=function(e,t){this.detectionResultColumns[e]=t},r.prototype.getDetectionResultColumn=function(e){return this.detectionResultColumns[e]},r.prototype.toString=function(){var e=this.detectionResultColumns[0];e==null&&(e=this.detectionResultColumns[this.barcodeColumnCount+1]);for(var t=new Qn,n=0;n<e.getCodewords().length;n++){t.format("CW %3d:",n);for(var i=0;i<this.barcodeColumnCount+2;i++){if(this.detectionResultColumns[i]==null){t.format(" | ");continue}var a=this.detectionResultColumns[i].getCodewords()[n];if(a==null){t.format(" | ");continue}t.format(" %3d|%3d",a.getRowNumber(),a.getValue())}t.format("%n")}return t.toString()},r}(),wl=function(){function r(e,t,n,i){this.rowNumber=r.BARCODE_ROW_UNKNOWN,this.startX=Math.trunc(e),this.endX=Math.trunc(t),this.bucket=Math.trunc(n),this.value=Math.trunc(i)}return r.prototype.hasValidRowNumber=function(){return this.isValidRowNumber(this.rowNumber)},r.prototype.isValidRowNumber=function(e){return e!==r.BARCODE_ROW_UNKNOWN&&this.bucket===e%3*3},r.prototype.setRowNumberAsRowIndicatorColumn=function(){this.rowNumber=Math.trunc(Math.trunc(this.value/30)*3+Math.trunc(this.bucket/3))},r.prototype.getWidth=function(){return this.endX-this.startX},r.prototype.getStartX=function(){return this.startX},r.prototype.getEndX=function(){return this.endX},r.prototype.getBucket=function(){return this.bucket},r.prototype.getValue=function(){return this.value},r.prototype.getRowNumber=function(){return this.rowNumber},r.prototype.setRowNumber=function(e){this.rowNumber=e},r.prototype.toString=function(){return this.rowNumber+"|"+this.value},r.BARCODE_ROW_UNKNOWN=-1,r}(),ml=function(){function r(){}return r.initialize=function(){for(var e=0;e<Y.SYMBOL_TABLE.length;e++)for(var t=Y.SYMBOL_TABLE[e],n=t&1,i=0;i<Y.BARS_IN_MODULE;i++){for(var a=0;(t&1)===n;)a+=1,t>>=1;n=t&1,r.RATIOS_TABLE[e]||(r.RATIOS_TABLE[e]=new Array(Y.BARS_IN_MODULE)),r.RATIOS_TABLE[e][Y.BARS_IN_MODULE-i-1]=Math.fround(a/Y.MODULES_IN_CODEWORD)}this.bSymbolTableReady=!0},r.getDecodedValue=function(e){var t=r.getDecodedCodewordValue(r.sampleBitCounts(e));return t!==-1?t:r.getClosestDecodedValue(e)},r.sampleBitCounts=function(e){for(var t=Z.sum(e),n=new Int32Array(Y.BARS_IN_MODULE),i=0,a=0,o=0;o<Y.MODULES_IN_CODEWORD;o++){var s=t/(2*Y.MODULES_IN_CODEWORD)+o*t/Y.MODULES_IN_CODEWORD;a+e[i]<=s&&(a+=e[i],i++),n[i]++}return n},r.getDecodedCodewordValue=function(e){var t=r.getBitValue(e);return Y.getCodeword(t)===-1?-1:t},r.getBitValue=function(e){for(var t=0,n=0;n<e.length;n++)for(var i=0;i<e[n];i++)t=t<<1|(n%2===0?1:0);return Math.trunc(t)},r.getClosestDecodedValue=function(e){var t=Z.sum(e),n=new Array(Y.BARS_IN_MODULE);if(t>1)for(var i=0;i<n.length;i++)n[i]=Math.fround(e[i]/t);var a=kn.MAX_VALUE,o=-1;this.bSymbolTableReady||r.initialize();for(var s=0;s<r.RATIOS_TABLE.length;s++){for(var f=0,u=r.RATIOS_TABLE[s],c=0;c<Y.BARS_IN_MODULE;c++){var l=Math.fround(u[c]-n[c]);if(f+=Math.fround(l*l),f>=a)break}f<a&&(a=f,o=Y.SYMBOL_TABLE[s])}return o},r.bSymbolTableReady=!1,r.RATIOS_TABLE=new Array(Y.SYMBOL_TABLE.length).map(function(e){return new Array(Y.BARS_IN_MODULE)}),r}();const go=typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{};var Cl=function(){function r(){this.segmentCount=-1,this.fileSize=-1,this.timestamp=-1,this.checksum=-1}return r.prototype.getSegmentIndex=function(){return this.segmentIndex},r.prototype.setSegmentIndex=function(e){this.segmentIndex=e},r.prototype.getFileId=function(){return this.fileId},r.prototype.setFileId=function(e){this.fileId=e},r.prototype.getOptionalData=function(){return this.optionalData},r.prototype.setOptionalData=function(e){this.optionalData=e},r.prototype.isLastSegment=function(){return this.lastSegment},r.prototype.setLastSegment=function(e){this.lastSegment=e},r.prototype.getSegmentCount=function(){return this.segmentCount},r.prototype.setSegmentCount=function(e){this.segmentCount=e},r.prototype.getSender=function(){return this.sender||null},r.prototype.setSender=function(e){this.sender=e},r.prototype.getAddressee=function(){return this.addressee||null},r.prototype.setAddressee=function(e){this.addressee=e},r.prototype.getFileName=function(){return this.fileName},r.prototype.setFileName=function(e){this.fileName=e},r.prototype.getFileSize=function(){return this.fileSize},r.prototype.setFileSize=function(e){this.fileSize=e},r.prototype.getChecksum=function(){return this.checksum},r.prototype.setChecksum=function(e){this.checksum=e},r.prototype.getTimestamp=function(){return this.timestamp},r.prototype.setTimestamp=function(e){this.timestamp=e},r}(),xo=function(){function r(){}return r.parseLong=function(e,t){return t===void 0&&(t=void 0),parseInt(e,t)},r}(),_l=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Al=function(r){_l(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="NullPointerException",e}(Fe),El=function(){function r(){}return r.prototype.writeBytes=function(e){this.writeBytesOffset(e,0,e.length)},r.prototype.writeBytesOffset=function(e,t,n){if(e==null)throw new Al;if(t<0||t>e.length||n<0||t+n>e.length||t+n<0)throw new Mn;if(n===0)return;for(var i=0;i<n;i++)this.write(e[t+i])},r.prototype.flush=function(){},r.prototype.close=function(){},r}(),Il=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Sl=function(r){Il(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(Fe),bl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Tl=function(r){bl(e,r);function e(t){t===void 0&&(t=32);var n=r.call(this)||this;if(n.count=0,t<0)throw new U("Negative initial size: "+t);return n.buf=new Uint8Array(t),n}return e.prototype.ensureCapacity=function(t){t-this.buf.length>0&&this.grow(t)},e.prototype.grow=function(t){var n=this.buf.length,i=n<<1;if(i-t<0&&(i=t),i<0){if(t<0)throw new Sl;i=G.MAX_VALUE}this.buf=fe.copyOfUint8Array(this.buf,i)},e.prototype.write=function(t){this.ensureCapacity(this.count+1),this.buf[this.count]=t,this.count+=1},e.prototype.writeBytesOffset=function(t,n,i){if(n<0||n>t.length||i<0||n+i-t.length>0)throw new Mn;this.ensureCapacity(this.count+i),re.arraycopy(t,n,this.buf,this.count,i),this.count+=i},e.prototype.writeTo=function(t){t.writeBytesOffset(this.buf,0,this.count)},e.prototype.reset=function(){this.count=0},e.prototype.toByteArray=function(){return fe.copyOfUint8Array(this.buf,this.count)},e.prototype.size=function(){return this.count},e.prototype.toString=function(t){return t?typeof t=="string"?this.toString_string(t):this.toString_number(t):this.toString_void()},e.prototype.toString_void=function(){return new String(this.buf).toString()},e.prototype.toString_string=function(t){return new String(this.buf).toString()},e.prototype.toString_number=function(t){return new String(this.buf).toString()},e.prototype.close=function(){},e}(El),te;(function(r){r[r.ALPHA=0]="ALPHA",r[r.LOWER=1]="LOWER",r[r.MIXED=2]="MIXED",r[r.PUNCT=3]="PUNCT",r[r.ALPHA_SHIFT=4]="ALPHA_SHIFT",r[r.PUNCT_SHIFT=5]="PUNCT_SHIFT"})(te||(te={}));function yo(){if(typeof window<"u")return window.BigInt||null;if(typeof go<"u")return go.BigInt||null;if(typeof self<"u")return self.BigInt||null;throw new Error("Can't search globals for BigInt!")}var kr;function lt(r){if(typeof kr>"u"&&(kr=yo()),kr===null)throw new Error("BigInt is not supported!");return kr(r)}function Ol(){var r=[];r[0]=lt(1);var e=lt(900);r[1]=e;for(var t=2;t<16;t++)r[t]=r[t-1]*e;return r}var Nl=function(){function r(){}return r.decode=function(e,t){var n=new z(""),i=ue.ISO8859_1;n.enableDecoding(i);for(var a=1,o=e[a++],s=new Cl;a<e[0];){switch(o){case r.TEXT_COMPACTION_MODE_LATCH:a=r.textCompaction(e,a,n);break;case r.BYTE_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH_6:a=r.byteCompaction(o,e,i,a,n);break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:n.append(e[a++]);break;case r.NUMERIC_COMPACTION_MODE_LATCH:a=r.numericCompaction(e,a,n);break;case r.ECI_CHARSET:ue.getCharacterSetECIByValue(e[a++]);break;case r.ECI_GENERAL_PURPOSE:a+=2;break;case r.ECI_USER_DEFINED:a++;break;case r.BEGIN_MACRO_PDF417_CONTROL_BLOCK:a=r.decodeMacroBlock(e,a,s);break;case r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD:case r.MACRO_PDF417_TERMINATOR:throw new F;default:a--,a=r.textCompaction(e,a,n);break}if(a<e.length)o=e[a++];else throw F.getFormatInstance()}if(n.length()===0)throw F.getFormatInstance();var f=new Dr(null,n.toString(),null,t);return f.setOther(s),f},r.decodeMacroBlock=function(e,t,n){if(t+r.NUMBER_OF_SEQUENCE_CODEWORDS>e[0])throw F.getFormatInstance();for(var i=new Int32Array(r.NUMBER_OF_SEQUENCE_CODEWORDS),a=0;a<r.NUMBER_OF_SEQUENCE_CODEWORDS;a++,t++)i[a]=e[t];n.setSegmentIndex(G.parseInt(r.decodeBase900toBase10(i,r.NUMBER_OF_SEQUENCE_CODEWORDS)));var o=new z;t=r.textCompaction(e,t,o),n.setFileId(o.toString());var s=-1;for(e[t]===r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD&&(s=t+1);t<e[0];)switch(e[t]){case r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD:switch(t++,e[t]){case r.MACRO_PDF417_OPTIONAL_FIELD_FILE_NAME:var f=new z;t=r.textCompaction(e,t+1,f),n.setFileName(f.toString());break;case r.MACRO_PDF417_OPTIONAL_FIELD_SENDER:var u=new z;t=r.textCompaction(e,t+1,u),n.setSender(u.toString());break;case r.MACRO_PDF417_OPTIONAL_FIELD_ADDRESSEE:var c=new z;t=r.textCompaction(e,t+1,c),n.setAddressee(c.toString());break;case r.MACRO_PDF417_OPTIONAL_FIELD_SEGMENT_COUNT:var l=new z;t=r.numericCompaction(e,t+1,l),n.setSegmentCount(G.parseInt(l.toString()));break;case r.MACRO_PDF417_OPTIONAL_FIELD_TIME_STAMP:var d=new z;t=r.numericCompaction(e,t+1,d),n.setTimestamp(xo.parseLong(d.toString()));break;case r.MACRO_PDF417_OPTIONAL_FIELD_CHECKSUM:var h=new z;t=r.numericCompaction(e,t+1,h),n.setChecksum(G.parseInt(h.toString()));break;case r.MACRO_PDF417_OPTIONAL_FIELD_FILE_SIZE:var p=new z;t=r.numericCompaction(e,t+1,p),n.setFileSize(xo.parseLong(p.toString()));break;default:throw F.getFormatInstance()}break;case r.MACRO_PDF417_TERMINATOR:t++,n.setLastSegment(!0);break;default:throw F.getFormatInstance()}if(s!==-1){var v=t-s;n.isLastSegment()&&v--,n.setOptionalData(fe.copyOfRange(e,s,s+v))}return t},r.textCompaction=function(e,t,n){for(var i=new Int32Array((e[0]-t)*2),a=new Int32Array((e[0]-t)*2),o=0,s=!1;t<e[0]&&!s;){var f=e[t++];if(f<r.TEXT_COMPACTION_MODE_LATCH)i[o]=f/30,i[o+1]=f%30,o+=2;else switch(f){case r.TEXT_COMPACTION_MODE_LATCH:i[o++]=r.TEXT_COMPACTION_MODE_LATCH;break;case r.BYTE_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH_6:case r.NUMERIC_COMPACTION_MODE_LATCH:case r.BEGIN_MACRO_PDF417_CONTROL_BLOCK:case r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD:case r.MACRO_PDF417_TERMINATOR:t--,s=!0;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i[o]=r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE,f=e[t++],a[o]=f,o++;break}}return r.decodeTextCompaction(i,a,o,n),t},r.decodeTextCompaction=function(e,t,n,i){for(var a=te.ALPHA,o=te.ALPHA,s=0;s<n;){var f=e[s],u="";switch(a){case te.ALPHA:if(f<26)u=String.fromCharCode(65+f);else switch(f){case 26:u=" ";break;case r.LL:a=te.LOWER;break;case r.ML:a=te.MIXED;break;case r.PS:o=a,a=te.PUNCT_SHIFT;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break;case te.LOWER:if(f<26)u=String.fromCharCode(97+f);else switch(f){case 26:u=" ";break;case r.AS:o=a,a=te.ALPHA_SHIFT;break;case r.ML:a=te.MIXED;break;case r.PS:o=a,a=te.PUNCT_SHIFT;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break;case te.MIXED:if(f<r.PL)u=r.MIXED_CHARS[f];else switch(f){case r.PL:a=te.PUNCT;break;case 26:u=" ";break;case r.LL:a=te.LOWER;break;case r.AL:a=te.ALPHA;break;case r.PS:o=a,a=te.PUNCT_SHIFT;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break;case te.PUNCT:if(f<r.PAL)u=r.PUNCT_CHARS[f];else switch(f){case r.PAL:a=te.ALPHA;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break;case te.ALPHA_SHIFT:if(a=o,f<26)u=String.fromCharCode(65+f);else switch(f){case 26:u=" ";break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break;case te.PUNCT_SHIFT:if(a=o,f<r.PAL)u=r.PUNCT_CHARS[f];else switch(f){case r.PAL:a=te.ALPHA;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break}u!==""&&i.append(u),s++}},r.byteCompaction=function(e,t,n,i,a){var o=new Tl,s=0,f=0,u=!1;switch(e){case r.BYTE_COMPACTION_MODE_LATCH:for(var c=new Int32Array(6),l=t[i++];i<t[0]&&!u;)switch(c[s++]=l,f=900*f+l,l=t[i++],l){case r.TEXT_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH:case r.NUMERIC_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH_6:case r.BEGIN_MACRO_PDF417_CONTROL_BLOCK:case r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD:case r.MACRO_PDF417_TERMINATOR:i--,u=!0;break;default:if(s%5===0&&s>0){for(var d=0;d<6;++d)o.write(Number(lt(f)>>lt(8*(5-d))));f=0,s=0}break}i===t[0]&&l<r.TEXT_COMPACTION_MODE_LATCH&&(c[s++]=l);for(var h=0;h<s;h++)o.write(c[h]);break;case r.BYTE_COMPACTION_MODE_LATCH_6:for(;i<t[0]&&!u;){var p=t[i++];if(p<r.TEXT_COMPACTION_MODE_LATCH)s++,f=900*f+p;else switch(p){case r.TEXT_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH:case r.NUMERIC_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH_6:case r.BEGIN_MACRO_PDF417_CONTROL_BLOCK:case r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD:case r.MACRO_PDF417_TERMINATOR:i--,u=!0;break}if(s%5===0&&s>0){for(var d=0;d<6;++d)o.write(Number(lt(f)>>lt(8*(5-d))));f=0,s=0}}break}return a.append(He.decode(o.toByteArray(),n)),i},r.numericCompaction=function(e,t,n){for(var i=0,a=!1,o=new Int32Array(r.MAX_NUMERIC_CODEWORDS);t<e[0]&&!a;){var s=e[t++];if(t===e[0]&&(a=!0),s<r.TEXT_COMPACTION_MODE_LATCH)o[i]=s,i++;else switch(s){case r.TEXT_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH:case r.BYTE_COMPACTION_MODE_LATCH_6:case r.BEGIN_MACRO_PDF417_CONTROL_BLOCK:case r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD:case r.MACRO_PDF417_TERMINATOR:t--,a=!0;break}(i%r.MAX_NUMERIC_CODEWORDS===0||s===r.NUMERIC_COMPACTION_MODE_LATCH||a)&&i>0&&(n.append(r.decodeBase900toBase10(o,i)),i=0)}return t},r.decodeBase900toBase10=function(e,t){for(var n=lt(0),i=0;i<t;i++)n+=r.EXP900[t-i-1]*lt(e[i]);var a=n.toString();if(a.charAt(0)!=="1")throw new F;return a.substring(1)},r.TEXT_COMPACTION_MODE_LATCH=900,r.BYTE_COMPACTION_MODE_LATCH=901,r.NUMERIC_COMPACTION_MODE_LATCH=902,r.BYTE_COMPACTION_MODE_LATCH_6=924,r.ECI_USER_DEFINED=925,r.ECI_GENERAL_PURPOSE=926,r.ECI_CHARSET=927,r.BEGIN_MACRO_PDF417_CONTROL_BLOCK=928,r.BEGIN_MACRO_PDF417_OPTIONAL_FIELD=923,r.MACRO_PDF417_TERMINATOR=922,r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE=913,r.MAX_NUMERIC_CODEWORDS=15,r.MACRO_PDF417_OPTIONAL_FIELD_FILE_NAME=0,r.MACRO_PDF417_OPTIONAL_FIELD_SEGMENT_COUNT=1,r.MACRO_PDF417_OPTIONAL_FIELD_TIME_STAMP=2,r.MACRO_PDF417_OPTIONAL_FIELD_SENDER=3,r.MACRO_PDF417_OPTIONAL_FIELD_ADDRESSEE=4,r.MACRO_PDF417_OPTIONAL_FIELD_FILE_SIZE=5,r.MACRO_PDF417_OPTIONAL_FIELD_CHECKSUM=6,r.PL=25,r.LL=27,r.AS=27,r.ML=28,r.AL=28,r.PS=29,r.PAL=29,r.PUNCT_CHARS=`;<>@[\\]_\`~!\r ,:
|
|
52
|
+
-.$/"|*()?{}'`,r.MIXED_CHARS="0123456789&\r ,:#-.$/+%*=^",r.EXP900=yo()?Ol():[],r.NUMBER_OF_SEQUENCE_CODEWORDS=2,r}(),tr=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Dl=function(){function r(){}return r.decode=function(e,t,n,i,a,o,s){for(var f=new qn(e,t,n,i,a),u=null,c=null,l,d=!0;;d=!1){if(t!=null&&(u=r.getRowIndicatorColumn(e,f,t,!0,o,s)),i!=null&&(c=r.getRowIndicatorColumn(e,f,i,!1,o,s)),l=r.merge(u,c),l==null)throw D.getNotFoundInstance();var h=l.getBoundingBox();if(d&&h!=null&&(h.getMinY()<f.getMinY()||h.getMaxY()>f.getMaxY()))f=h;else break}l.setBoundingBox(f);var p=l.getBarcodeColumnCount()+1;l.setDetectionResultColumn(0,u),l.setDetectionResultColumn(p,c);for(var v=u!=null,x=1;x<=p;x++){var w=v?x:p-x;if(l.getDetectionResultColumn(w)===void 0){var m=void 0;w===0||w===p?m=new vo(f,w===0):m=new po(f),l.setDetectionResultColumn(w,m);for(var C=-1,_=C,A=f.getMinY();A<=f.getMaxY();A++){if(C=r.getStartColumn(l,w,A,v),C<0||C>f.getMaxX()){if(_===-1)continue;C=_}var b=r.detectCodeword(e,f.getMinX(),f.getMaxX(),v,C,A,o,s);b!=null&&(m.setCodeword(A,b),_=C,o=Math.min(o,b.getWidth()),s=Math.max(s,b.getWidth()))}}}return r.createDecoderResult(l)},r.merge=function(e,t){if(e==null&&t==null)return null;var n=r.getBarcodeMetadata(e,t);if(n==null)return null;var i=qn.merge(r.adjustBoundingBox(e),r.adjustBoundingBox(t));return new yl(n,i)},r.adjustBoundingBox=function(e){var t,n;if(e==null)return null;var i=e.getRowHeights();if(i==null)return null;var a=r.getMax(i),o=0;try{for(var s=tr(i),f=s.next();!f.done;f=s.next()){var u=f.value;if(o+=a-u,u>0)break}}catch(h){t={error:h}}finally{try{f&&!f.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}for(var c=e.getCodewords(),l=0;o>0&&c[l]==null;l++)o--;for(var d=0,l=i.length-1;l>=0&&(d+=a-i[l],!(i[l]>0));l--);for(var l=c.length-1;d>0&&c[l]==null;l--)d--;return e.getBoundingBox().addMissingRows(o,d,e.isLeft())},r.getMax=function(e){var t,n,i=-1;try{for(var a=tr(e),o=a.next();!o.done;o=a.next()){var s=o.value;i=Math.max(i,s)}}catch(f){t={error:f}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return i},r.getBarcodeMetadata=function(e,t){var n;if(e==null||(n=e.getBarcodeMetadata())==null)return t==null?null:t.getBarcodeMetadata();var i;return t==null||(i=t.getBarcodeMetadata())==null?n:n.getColumnCount()!==i.getColumnCount()&&n.getErrorCorrectionLevel()!==i.getErrorCorrectionLevel()&&n.getRowCount()!==i.getRowCount()?null:n},r.getRowIndicatorColumn=function(e,t,n,i,a,o){for(var s=new vo(t,i),f=0;f<2;f++)for(var u=f===0?1:-1,c=Math.trunc(Math.trunc(n.getX())),l=Math.trunc(Math.trunc(n.getY()));l<=t.getMaxY()&&l>=t.getMinY();l+=u){var d=r.detectCodeword(e,0,e.getWidth(),i,c,l,a,o);d!=null&&(s.setCodeword(l,d),i?c=d.getStartX():c=d.getEndX())}return s},r.adjustCodewordCount=function(e,t){var n=t[0][1],i=n.getValue(),a=e.getBarcodeColumnCount()*e.getBarcodeRowCount()-r.getNumberOfECCodeWords(e.getBarcodeECLevel());if(i.length===0){if(a<1||a>Y.MAX_CODEWORDS_IN_BARCODE)throw D.getNotFoundInstance();n.setValue(a)}else i[0]!==a&&n.setValue(a)},r.createDecoderResult=function(e){var t=r.createBarcodeMatrix(e);r.adjustCodewordCount(e,t);for(var n=new Array,i=new Int32Array(e.getBarcodeRowCount()*e.getBarcodeColumnCount()),a=[],o=new Array,s=0;s<e.getBarcodeRowCount();s++)for(var f=0;f<e.getBarcodeColumnCount();f++){var u=t[s][f+1].getValue(),c=s*e.getBarcodeColumnCount()+f;u.length===0?n.push(c):u.length===1?i[c]=u[0]:(o.push(c),a.push(u))}for(var l=new Array(a.length),d=0;d<l.length;d++)l[d]=a[d];return r.createDecoderResultFromAmbiguousValues(e.getBarcodeECLevel(),i,Y.toIntArray(n),Y.toIntArray(o),l)},r.createDecoderResultFromAmbiguousValues=function(e,t,n,i,a){for(var o=new Int32Array(i.length),s=100;s-- >0;){for(var f=0;f<o.length;f++)t[i[f]]=a[f][o[f]];try{return r.decodeCodewords(t,e,n)}catch(c){var u=c instanceof pe;if(!u)throw c}if(o.length===0)throw pe.getChecksumInstance();for(var f=0;f<o.length;f++)if(o[f]<a[f].length-1){o[f]++;break}else if(o[f]=0,f===o.length-1)throw pe.getChecksumInstance()}throw pe.getChecksumInstance()},r.createBarcodeMatrix=function(e){for(var t,n,i,a,o=Array.from({length:e.getBarcodeRowCount()},function(){return new Array(e.getBarcodeColumnCount()+2)}),s=0;s<o.length;s++)for(var f=0;f<o[s].length;f++)o[s][f]=new er;var u=0;try{for(var c=tr(e.getDetectionResultColumns()),l=c.next();!l.done;l=c.next()){var d=l.value;if(d!=null)try{for(var h=(i=void 0,tr(d.getCodewords())),p=h.next();!p.done;p=h.next()){var v=p.value;if(v!=null){var x=v.getRowNumber();if(x>=0){if(x>=o.length)continue;o[x][u].setValue(v.getValue())}}}}catch(w){i={error:w}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}finally{if(i)throw i.error}}u++}}catch(w){t={error:w}}finally{try{l&&!l.done&&(n=c.return)&&n.call(c)}finally{if(t)throw t.error}}return o},r.isValidBarcodeColumn=function(e,t){return t>=0&&t<=e.getBarcodeColumnCount()+1},r.getStartColumn=function(e,t,n,i){var a,o,s=i?1:-1,f=null;if(r.isValidBarcodeColumn(e,t-s)&&(f=e.getDetectionResultColumn(t-s).getCodeword(n)),f!=null)return i?f.getEndX():f.getStartX();if(f=e.getDetectionResultColumn(t).getCodewordNearby(n),f!=null)return i?f.getStartX():f.getEndX();if(r.isValidBarcodeColumn(e,t-s)&&(f=e.getDetectionResultColumn(t-s).getCodewordNearby(n)),f!=null)return i?f.getEndX():f.getStartX();for(var u=0;r.isValidBarcodeColumn(e,t-s);){t-=s;try{for(var c=(a=void 0,tr(e.getDetectionResultColumn(t).getCodewords())),l=c.next();!l.done;l=c.next()){var d=l.value;if(d!=null)return(i?d.getEndX():d.getStartX())+s*u*(d.getEndX()-d.getStartX())}}catch(h){a={error:h}}finally{try{l&&!l.done&&(o=c.return)&&o.call(c)}finally{if(a)throw a.error}}u++}return i?e.getBoundingBox().getMinX():e.getBoundingBox().getMaxX()},r.detectCodeword=function(e,t,n,i,a,o,s,f){a=r.adjustCodewordStartColumn(e,t,n,i,a,o);var u=r.getModuleBitCount(e,t,n,i,a,o);if(u==null)return null;var c,l=Z.sum(u);if(i)c=a+l;else{for(var d=0;d<u.length/2;d++){var h=u[d];u[d]=u[u.length-1-d],u[u.length-1-d]=h}c=a,a=c-l}if(!r.checkCodewordSkew(l,s,f))return null;var p=ml.getDecodedValue(u),v=Y.getCodeword(p);return v===-1?null:new wl(a,c,r.getCodewordBucketNumber(p),v)},r.getModuleBitCount=function(e,t,n,i,a,o){for(var s=a,f=new Int32Array(8),u=0,c=i?1:-1,l=i;(i?s<n:s>=t)&&u<f.length;)e.get(s,o)===l?(f[u]++,s+=c):(u++,l=!l);return u===f.length||s===(i?n:t)&&u===f.length-1?f:null},r.getNumberOfECCodeWords=function(e){return 2<<e},r.adjustCodewordStartColumn=function(e,t,n,i,a,o){for(var s=a,f=i?-1:1,u=0;u<2;u++){for(;(i?s>=t:s<n)&&i===e.get(s,o);){if(Math.abs(a-s)>r.CODEWORD_SKEW_SIZE)return a;s+=f}f=-f,i=!i}return s},r.checkCodewordSkew=function(e,t,n){return t-r.CODEWORD_SKEW_SIZE<=e&&e<=n+r.CODEWORD_SKEW_SIZE},r.decodeCodewords=function(e,t,n){if(e.length===0)throw F.getFormatInstance();var i=1<<t+1,a=r.correctErrors(e,n,i);r.verifyCodewordCount(e,i);var o=Nl.decode(e,""+t);return o.setErrorsCorrected(a),o.setErasures(n.length),o},r.correctErrors=function(e,t,n){if(t!=null&&t.length>n/2+r.MAX_ERRORS||n<0||n>r.MAX_EC_CODEWORDS)throw pe.getChecksumInstance();return r.errorCorrection.decode(e,n,t)},r.verifyCodewordCount=function(e,t){if(e.length<4)throw F.getFormatInstance();var n=e[0];if(n>e.length)throw F.getFormatInstance();if(n===0)if(t<e.length)e[0]=e.length-t;else throw F.getFormatInstance()},r.getBitCountForCodeword=function(e){for(var t=new Int32Array(8),n=0,i=t.length-1;!((e&1)!==n&&(n=e&1,i--,i<0));)t[i]++,e>>=1;return t},r.getCodewordBucketNumber=function(e){return e instanceof Int32Array?this.getCodewordBucketNumber_Int32Array(e):this.getCodewordBucketNumber_number(e)},r.getCodewordBucketNumber_number=function(e){return r.getCodewordBucketNumber(r.getBitCountForCodeword(e))},r.getCodewordBucketNumber_Int32Array=function(e){return(e[0]-e[2]+e[4]-e[6]+9)%9},r.toString=function(e){for(var t=new Qn,n=0;n<e.length;n++){t.format("Row %2d: ",n);for(var i=0;i<e[n].length;i++){var a=e[n][i];a.getValue().length===0?t.format(" ",null):t.format("%4d(%2d)",a.getValue()[0],a.getConfidence(a.getValue()[0]))}t.format("%n")}return t.toString()},r.CODEWORD_SKEW_SIZE=2,r.MAX_ERRORS=3,r.MAX_EC_CODEWORDS=512,r.errorCorrection=new ll,r}(),Pl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},ei=function(){function r(){}return r.prototype.decode=function(e,t){t===void 0&&(t=null);var n=r.decode(e,t,!1);if(n==null||n.length===0||n[0]==null)throw D.getNotFoundInstance();return n[0]},r.prototype.decodeMultiple=function(e,t){t===void 0&&(t=null);try{return r.decode(e,t,!0)}catch(n){throw n instanceof F||n instanceof pe?D.getNotFoundInstance():n}},r.decode=function(e,t,n){var i,a,o=new Array,s=al.detectMultiple(e,t,n);try{for(var f=Pl(s.getPoints()),u=f.next();!u.done;u=f.next()){var c=u.value,l=Dl.decode(s.getBits(),c[4],c[5],c[6],c[7],r.getMinCodewordWidth(c),r.getMaxCodewordWidth(c)),d=new be(l.getText(),l.getRawBytes(),void 0,c,L.PDF_417);d.putMetadata(Ce.ERROR_CORRECTION_LEVEL,l.getECLevel());var h=l.getOther();h!=null&&d.putMetadata(Ce.PDF417_EXTRA_METADATA,h),o.push(d)}}catch(p){i={error:p}}finally{try{u&&!u.done&&(a=f.return)&&a.call(f)}finally{if(i)throw i.error}}return o.map(function(p){return p})},r.getMaxWidth=function(e,t){return e==null||t==null?0:Math.trunc(Math.abs(e.getX()-t.getX()))},r.getMinWidth=function(e,t){return e==null||t==null?G.MAX_VALUE:Math.trunc(Math.abs(e.getX()-t.getX()))},r.getMaxCodewordWidth=function(e){return Math.floor(Math.max(Math.max(r.getMaxWidth(e[0],e[4]),r.getMaxWidth(e[6],e[2])*Y.MODULES_IN_CODEWORD/Y.MODULES_IN_STOP_PATTERN),Math.max(r.getMaxWidth(e[1],e[5]),r.getMaxWidth(e[7],e[3])*Y.MODULES_IN_CODEWORD/Y.MODULES_IN_STOP_PATTERN)))},r.getMinCodewordWidth=function(e){return Math.floor(Math.min(Math.min(r.getMinWidth(e[0],e[4]),r.getMinWidth(e[6],e[2])*Y.MODULES_IN_CODEWORD/Y.MODULES_IN_STOP_PATTERN),Math.min(r.getMinWidth(e[1],e[5]),r.getMinWidth(e[7],e[3])*Y.MODULES_IN_CODEWORD/Y.MODULES_IN_STOP_PATTERN)))},r.prototype.reset=function(){},r}(),Ml=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),wo=function(r){Ml(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ReaderException",e}(Fe),mo=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Fl=function(){function r(){}return r.prototype.decode=function(e,t){return this.setHints(t),this.decodeInternal(e)},r.prototype.decodeWithState=function(e){return(this.readers===null||this.readers===void 0)&&this.setHints(null),this.decodeInternal(e)},r.prototype.setHints=function(e){this.hints=e;var t=e!=null&&e.get(oe.TRY_HARDER)!==void 0,n=e==null?null:e.get(oe.POSSIBLE_FORMATS),i=new Array;if(n!=null){var a=n.some(function(o){return o===L.UPC_A||o===L.UPC_E||o===L.EAN_13||o===L.EAN_8||o===L.CODABAR||o===L.CODE_39||o===L.CODE_93||o===L.CODE_128||o===L.ITF||o===L.RSS_14||o===L.RSS_EXPANDED});a&&!t&&i.push(new Qt(e)),n.includes(L.QR_CODE)&&i.push(new Kn),n.includes(L.DATA_MATRIX)&&i.push(new Zn),n.includes(L.AZTEC)&&i.push(new zn),n.includes(L.PDF_417)&&i.push(new ei),a&&t&&i.push(new Qt(e))}i.length===0&&(t||i.push(new Qt(e)),i.push(new Kn),i.push(new Zn),i.push(new zn),i.push(new ei),t&&i.push(new Qt(e))),this.readers=i},r.prototype.reset=function(){var e,t;if(this.readers!==null)try{for(var n=mo(this.readers),i=n.next();!i.done;i=n.next()){var a=i.value;a.reset()}}catch(o){e={error:o}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}},r.prototype.decodeInternal=function(e){var t,n;if(this.readers===null)throw new wo("No readers where selected, nothing can be read.");try{for(var i=mo(this.readers),a=i.next();!a.done;a=i.next()){var o=a.value;try{return o.decode(e,this.hints)}catch(s){if(s instanceof wo)continue}}}catch(s){t={error:s}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}throw new D("No MultiFormat Readers were able to detect the code.")},r}(),Rl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){Rl(e,r);function e(t,n){t===void 0&&(t=null),n===void 0&&(n=500);var i=this,a=new Fl;return a.setHints(t),i=r.call(this,a,n)||this,i}return e.prototype.decodeBitmap=function(t){return this.reader.decodeWithState(t)},e})(Mt);var Bl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){Bl(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new ei,t)||this}return e})(Mt);var Ll=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){Ll(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new Kn,t)||this}return e})(Mt);var ti;(function(r){r[r.ERROR_CORRECTION=0]="ERROR_CORRECTION",r[r.CHARACTER_SET=1]="CHARACTER_SET",r[r.DATA_MATRIX_SHAPE=2]="DATA_MATRIX_SHAPE",r[r.DATA_MATRIX_COMPACT=3]="DATA_MATRIX_COMPACT",r[r.MIN_SIZE=4]="MIN_SIZE",r[r.MAX_SIZE=5]="MAX_SIZE",r[r.MARGIN=6]="MARGIN",r[r.PDF417_COMPACT=7]="PDF417_COMPACT",r[r.PDF417_COMPACTION=8]="PDF417_COMPACTION",r[r.PDF417_DIMENSIONS=9]="PDF417_DIMENSIONS",r[r.AZTEC_LAYERS=10]="AZTEC_LAYERS",r[r.QR_VERSION=11]="QR_VERSION",r[r.GS1_FORMAT=12]="GS1_FORMAT",r[r.FORCE_C40=13]="FORCE_C40"})(ti||(ti={}));const Ur=ti;var Co=function(){function r(e){this.field=e,this.cachedGenerators=[],this.cachedGenerators.push(new ft(e,Int32Array.from([1])))}return r.prototype.buildGenerator=function(e){var t=this.cachedGenerators;if(e>=t.length)for(var n=t[t.length-1],i=this.field,a=t.length;a<=e;a++){var o=n.multiply(new ft(i,Int32Array.from([1,i.exp(a-1+i.getGeneratorBase())])));t.push(o),n=o}return t[e]},r.prototype.encode=function(e,t){if(t===0)throw new U("No error correction bytes");var n=e.length-t;if(n<=0)throw new U("No data bytes provided");var i=this.buildGenerator(t),a=new Int32Array(n);re.arraycopy(e,0,a,0,n);var o=new ft(this.field,a);o=o.multiplyByMonomial(t,1);for(var s=o.divide(i)[1],f=s.getCoefficients(),u=t-f.length,c=0;c<u;c++)e[n+c]=0;re.arraycopy(f,0,e,n+u,f.length)},r}(),rr=function(){function r(){}return r.applyMaskPenaltyRule1=function(e){return r.applyMaskPenaltyRule1Internal(e,!0)+r.applyMaskPenaltyRule1Internal(e,!1)},r.applyMaskPenaltyRule2=function(e){for(var t=0,n=e.getArray(),i=e.getWidth(),a=e.getHeight(),o=0;o<a-1;o++)for(var s=n[o],f=0;f<i-1;f++){var u=s[f];u===s[f+1]&&u===n[o+1][f]&&u===n[o+1][f+1]&&t++}return r.N2*t},r.applyMaskPenaltyRule3=function(e){for(var t=0,n=e.getArray(),i=e.getWidth(),a=e.getHeight(),o=0;o<a;o++)for(var s=0;s<i;s++){var f=n[o];s+6<i&&f[s]===1&&f[s+1]===0&&f[s+2]===1&&f[s+3]===1&&f[s+4]===1&&f[s+5]===0&&f[s+6]===1&&(r.isWhiteHorizontal(f,s-4,s)||r.isWhiteHorizontal(f,s+7,s+11))&&t++,o+6<a&&n[o][s]===1&&n[o+1][s]===0&&n[o+2][s]===1&&n[o+3][s]===1&&n[o+4][s]===1&&n[o+5][s]===0&&n[o+6][s]===1&&(r.isWhiteVertical(n,s,o-4,o)||r.isWhiteVertical(n,s,o+7,o+11))&&t++}return t*r.N3},r.isWhiteHorizontal=function(e,t,n){t=Math.max(t,0),n=Math.min(n,e.length);for(var i=t;i<n;i++)if(e[i]===1)return!1;return!0},r.isWhiteVertical=function(e,t,n,i){n=Math.max(n,0),i=Math.min(i,e.length);for(var a=n;a<i;a++)if(e[a][t]===1)return!1;return!0},r.applyMaskPenaltyRule4=function(e){for(var t=0,n=e.getArray(),i=e.getWidth(),a=e.getHeight(),o=0;o<a;o++)for(var s=n[o],f=0;f<i;f++)s[f]===1&&t++;var u=e.getHeight()*e.getWidth(),c=Math.floor(Math.abs(t*2-u)*10/u);return c*r.N4},r.getDataMaskBit=function(e,t,n){var i,a;switch(e){case 0:i=n+t&1;break;case 1:i=n&1;break;case 2:i=t%3;break;case 3:i=(n+t)%3;break;case 4:i=Math.floor(n/2)+Math.floor(t/3)&1;break;case 5:a=n*t,i=(a&1)+a%3;break;case 6:a=n*t,i=(a&1)+a%3&1;break;case 7:a=n*t,i=a%3+(n+t&1)&1;break;default:throw new U("Invalid mask pattern: "+e)}return i===0},r.applyMaskPenaltyRule1Internal=function(e,t){for(var n=0,i=t?e.getHeight():e.getWidth(),a=t?e.getWidth():e.getHeight(),o=e.getArray(),s=0;s<i;s++){for(var f=0,u=-1,c=0;c<a;c++){var l=t?o[s][c]:o[c][s];l===u?f++:(f>=5&&(n+=r.N1+(f-5)),f=1,u=l)}f>=5&&(n+=r.N1+(f-5))}return n},r.N1=3,r.N2=3,r.N3=40,r.N4=10,r}(),kl=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Ul=function(){function r(e,t){this.width=e,this.height=t;for(var n=new Array(t),i=0;i!==t;i++)n[i]=new Uint8Array(e);this.bytes=n}return r.prototype.getHeight=function(){return this.height},r.prototype.getWidth=function(){return this.width},r.prototype.get=function(e,t){return this.bytes[t][e]},r.prototype.getArray=function(){return this.bytes},r.prototype.setNumber=function(e,t,n){this.bytes[t][e]=n},r.prototype.setBoolean=function(e,t,n){this.bytes[t][e]=n?1:0},r.prototype.clear=function(e){var t,n;try{for(var i=kl(this.bytes),a=i.next();!a.done;a=i.next()){var o=a.value;fe.fill(o,e)}}catch(s){t={error:s}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}},r.prototype.equals=function(e){if(!(e instanceof r))return!1;var t=e;if(this.width!==t.width||this.height!==t.height)return!1;for(var n=0,i=this.height;n<i;++n)for(var a=this.bytes[n],o=t.bytes[n],s=0,f=this.width;s<f;++s)if(a[s]!==o[s])return!1;return!0},r.prototype.toString=function(){for(var e=new z,t=0,n=this.height;t<n;++t){for(var i=this.bytes[t],a=0,o=this.width;a<o;++a)switch(i[a]){case 0:e.append(" 0");break;case 1:e.append(" 1");break;default:e.append(" ");break}e.append(`
|
|
53
53
|
`)}return e.toString()},r}(),ri=function(){function r(){this.maskPattern=-1}return r.prototype.getMode=function(){return this.mode},r.prototype.getECLevel=function(){return this.ecLevel},r.prototype.getVersion=function(){return this.version},r.prototype.getMaskPattern=function(){return this.maskPattern},r.prototype.getMatrix=function(){return this.matrix},r.prototype.toString=function(){var e=new z;return e.append(`<<
|
|
54
54
|
`),e.append(" mode: "),e.append(this.mode?this.mode.toString():"null"),e.append(`
|
|
55
55
|
ecLevel: `),e.append(this.ecLevel?this.ecLevel.toString():"null"),e.append(`
|
|
@@ -59,6 +59,6 @@ For more information, see https://radix-ui.com/primitives/docs/components/${e.do
|
|
|
59
59
|
`),e.append(this.matrix.toString())):e.append(`
|
|
60
60
|
matrix: null
|
|
61
61
|
`),e.append(`>>
|
|
62
|
-
`),e.toString()},r.prototype.setMode=function(e){this.mode=e},r.prototype.setECLevel=function(e){this.ecLevel=e},r.prototype.setVersion=function(e){this.version=e},r.prototype.setMaskPattern=function(e){this.maskPattern=e},r.prototype.setMatrix=function(e){this.matrix=e},r.isValidMaskPattern=function(e){return e>=0&&e<r.NUM_MASK_PATTERNS},r.NUM_MASK_PATTERNS=8,r}(),Vl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),ie=function(r){Vl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="WriterException",e}(Fe),_o=function(){function r(){}return r.clearMatrix=function(e){e.clear(255)},r.buildMatrix=function(e,t,n,i,a){r.clearMatrix(a),r.embedBasicPatterns(n,a),r.embedTypeInfo(t,i,a),r.maybeEmbedVersionInfo(n,a),r.embedDataBits(e,i,a)},r.embedBasicPatterns=function(e,t){r.embedPositionDetectionPatternsAndSeparators(t),r.embedDarkDotAtLeftBottomCorner(t),r.maybeEmbedPositionAdjustmentPatterns(e,t),r.embedTimingPatterns(t)},r.embedTypeInfo=function(e,t,n){var i=new ve;r.makeTypeInfoBits(e,t,i);for(var a=0,o=i.getSize();a<o;++a){var s=i.get(i.getSize()-1-a),f=r.TYPE_INFO_COORDINATES[a],u=f[0],c=f[1];if(n.setBoolean(u,c,s),a<8){var l=n.getWidth()-a-1,d=8;n.setBoolean(l,d,s)}else{var l=8,d=n.getHeight()-7+(a-8);n.setBoolean(l,d,s)}}},r.maybeEmbedVersionInfo=function(e,t){if(!(e.getVersionNumber()<7)){var n=new ve;r.makeVersionInfoBits(e,n);for(var i=6*3-1,a=0;a<6;++a)for(var o=0;o<3;++o){var s=n.get(i);i--,t.setBoolean(a,t.getHeight()-11+o,s),t.setBoolean(t.getHeight()-11+o,a,s)}}},r.embedDataBits=function(e,t,n){for(var i=0,a=-1,o=n.getWidth()-1,s=n.getHeight()-1;o>0;){for(o===6&&(o-=1);s>=0&&s<n.getHeight();){for(var f=0;f<2;++f){var u=o-f;if(r.isEmpty(n.get(u,s))){var c=void 0;i<e.getSize()?(c=e.get(i),++i):c=!1,t!==255&&rr.getDataMaskBit(t,u,s)&&(c=!c),n.setBoolean(u,s,c)}}s+=a}a=-a,s+=a,o-=2}if(i!==e.getSize())throw new ie("Not all bits consumed: "+i+"/"+e.getSize())},r.findMSBSet=function(e){return 32-G.numberOfLeadingZeros(e)},r.calculateBCHCode=function(e,t){if(t===0)throw new V("0 polynomial");var n=r.findMSBSet(t);for(e<<=n-1;r.findMSBSet(e)>=n;)e^=t<<r.findMSBSet(e)-n;return e},r.makeTypeInfoBits=function(e,t,n){if(!ri.isValidMaskPattern(t))throw new ie("Invalid mask pattern");var i=e.getBits()<<3|t;n.appendBits(i,5);var a=r.calculateBCHCode(i,r.TYPE_INFO_POLY);n.appendBits(a,10);var o=new ve;if(o.appendBits(r.TYPE_INFO_MASK_PATTERN,15),n.xor(o),n.getSize()!==15)throw new ie("should not happen but we got: "+n.getSize())},r.makeVersionInfoBits=function(e,t){t.appendBits(e.getVersionNumber(),6);var n=r.calculateBCHCode(e.getVersionNumber(),r.VERSION_INFO_POLY);if(t.appendBits(n,12),t.getSize()!==18)throw new ie("should not happen but we got: "+t.getSize())},r.isEmpty=function(e){return e===255},r.embedTimingPatterns=function(e){for(var t=8;t<e.getWidth()-8;++t){var n=(t+1)%2;r.isEmpty(e.get(t,6))&&e.setNumber(t,6,n),r.isEmpty(e.get(6,t))&&e.setNumber(6,t,n)}},r.embedDarkDotAtLeftBottomCorner=function(e){if(e.get(8,e.getHeight()-8)===0)throw new ie;e.setNumber(8,e.getHeight()-8,1)},r.embedHorizontalSeparationPattern=function(e,t,n){for(var i=0;i<8;++i){if(!r.isEmpty(n.get(e+i,t)))throw new ie;n.setNumber(e+i,t,0)}},r.embedVerticalSeparationPattern=function(e,t,n){for(var i=0;i<7;++i){if(!r.isEmpty(n.get(e,t+i)))throw new ie;n.setNumber(e,t+i,0)}},r.embedPositionAdjustmentPattern=function(e,t,n){for(var i=0;i<5;++i)for(var a=r.POSITION_ADJUSTMENT_PATTERN[i],o=0;o<5;++o)n.setNumber(e+o,t+i,a[o])},r.embedPositionDetectionPattern=function(e,t,n){for(var i=0;i<7;++i)for(var a=r.POSITION_DETECTION_PATTERN[i],o=0;o<7;++o)n.setNumber(e+o,t+i,a[o])},r.embedPositionDetectionPatternsAndSeparators=function(e){var t=r.POSITION_DETECTION_PATTERN[0].length;r.embedPositionDetectionPattern(0,0,e),r.embedPositionDetectionPattern(e.getWidth()-t,0,e),r.embedPositionDetectionPattern(0,e.getWidth()-t,e);var n=8;r.embedHorizontalSeparationPattern(0,n-1,e),r.embedHorizontalSeparationPattern(e.getWidth()-n,n-1,e),r.embedHorizontalSeparationPattern(0,e.getWidth()-n,e);var i=7;r.embedVerticalSeparationPattern(i,0,e),r.embedVerticalSeparationPattern(e.getHeight()-i-1,0,e),r.embedVerticalSeparationPattern(i,e.getHeight()-i,e)},r.maybeEmbedPositionAdjustmentPatterns=function(e,t){if(!(e.getVersionNumber()<2))for(var n=e.getVersionNumber()-1,i=r.POSITION_ADJUSTMENT_PATTERN_COORDINATE_TABLE[n],a=0,o=i.length;a!==o;a++){var s=i[a];if(s>=0)for(var f=0;f!==o;f++){var u=i[f];u>=0&&r.isEmpty(t.get(u,s))&&r.embedPositionAdjustmentPattern(u-2,s-2,t)}}},r.POSITION_DETECTION_PATTERN=Array.from([Int32Array.from([1,1,1,1,1,1,1]),Int32Array.from([1,0,0,0,0,0,1]),Int32Array.from([1,0,1,1,1,0,1]),Int32Array.from([1,0,1,1,1,0,1]),Int32Array.from([1,0,1,1,1,0,1]),Int32Array.from([1,0,0,0,0,0,1]),Int32Array.from([1,1,1,1,1,1,1])]),r.POSITION_ADJUSTMENT_PATTERN=Array.from([Int32Array.from([1,1,1,1,1]),Int32Array.from([1,0,0,0,1]),Int32Array.from([1,0,1,0,1]),Int32Array.from([1,0,0,0,1]),Int32Array.from([1,1,1,1,1])]),r.POSITION_ADJUSTMENT_PATTERN_COORDINATE_TABLE=Array.from([Int32Array.from([-1,-1,-1,-1,-1,-1,-1]),Int32Array.from([6,18,-1,-1,-1,-1,-1]),Int32Array.from([6,22,-1,-1,-1,-1,-1]),Int32Array.from([6,26,-1,-1,-1,-1,-1]),Int32Array.from([6,30,-1,-1,-1,-1,-1]),Int32Array.from([6,34,-1,-1,-1,-1,-1]),Int32Array.from([6,22,38,-1,-1,-1,-1]),Int32Array.from([6,24,42,-1,-1,-1,-1]),Int32Array.from([6,26,46,-1,-1,-1,-1]),Int32Array.from([6,28,50,-1,-1,-1,-1]),Int32Array.from([6,30,54,-1,-1,-1,-1]),Int32Array.from([6,32,58,-1,-1,-1,-1]),Int32Array.from([6,34,62,-1,-1,-1,-1]),Int32Array.from([6,26,46,66,-1,-1,-1]),Int32Array.from([6,26,48,70,-1,-1,-1]),Int32Array.from([6,26,50,74,-1,-1,-1]),Int32Array.from([6,30,54,78,-1,-1,-1]),Int32Array.from([6,30,56,82,-1,-1,-1]),Int32Array.from([6,30,58,86,-1,-1,-1]),Int32Array.from([6,34,62,90,-1,-1,-1]),Int32Array.from([6,28,50,72,94,-1,-1]),Int32Array.from([6,26,50,74,98,-1,-1]),Int32Array.from([6,30,54,78,102,-1,-1]),Int32Array.from([6,28,54,80,106,-1,-1]),Int32Array.from([6,32,58,84,110,-1,-1]),Int32Array.from([6,30,58,86,114,-1,-1]),Int32Array.from([6,34,62,90,118,-1,-1]),Int32Array.from([6,26,50,74,98,122,-1]),Int32Array.from([6,30,54,78,102,126,-1]),Int32Array.from([6,26,52,78,104,130,-1]),Int32Array.from([6,30,56,82,108,134,-1]),Int32Array.from([6,34,60,86,112,138,-1]),Int32Array.from([6,30,58,86,114,142,-1]),Int32Array.from([6,34,62,90,118,146,-1]),Int32Array.from([6,30,54,78,102,126,150]),Int32Array.from([6,24,50,76,102,128,154]),Int32Array.from([6,28,54,80,106,132,158]),Int32Array.from([6,32,58,84,110,136,162]),Int32Array.from([6,26,54,82,110,138,166]),Int32Array.from([6,30,58,86,114,142,170])]),r.TYPE_INFO_COORDINATES=Array.from([Int32Array.from([8,0]),Int32Array.from([8,1]),Int32Array.from([8,2]),Int32Array.from([8,3]),Int32Array.from([8,4]),Int32Array.from([8,5]),Int32Array.from([8,7]),Int32Array.from([8,8]),Int32Array.from([7,8]),Int32Array.from([5,8]),Int32Array.from([4,8]),Int32Array.from([3,8]),Int32Array.from([2,8]),Int32Array.from([1,8]),Int32Array.from([0,8])]),r.VERSION_INFO_POLY=7973,r.TYPE_INFO_POLY=1335,r.TYPE_INFO_MASK_PATTERN=21522,r}(),Hl=function(){function r(e,t){this.dataBytes=e,this.errorCorrectionBytes=t}return r.prototype.getDataBytes=function(){return this.dataBytes},r.prototype.getErrorCorrectionBytes=function(){return this.errorCorrectionBytes},r}(),Ao=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};(function(){function r(){}return r.calculateMaskPenalty=function(e){return rr.applyMaskPenaltyRule1(e)+rr.applyMaskPenaltyRule2(e)+rr.applyMaskPenaltyRule3(e)+rr.applyMaskPenaltyRule4(e)},r.encode=function(e,t,n){n===void 0&&(n=null);var i=r.DEFAULT_BYTE_MODE_ENCODING,a=n!==null&&n.get(Ur.CHARACTER_SET)!==void 0;a&&(i=n.get(Ur.CHARACTER_SET).toString());var o=this.chooseMode(e,i),s=new ve;if(o===ne.BYTE&&(a||r.DEFAULT_BYTE_MODE_ENCODING!==i)){var f=ue.getCharacterSetECIByName(i);f!==void 0&&this.appendECI(f,s)}this.appendModeInfo(o,s);var u=new ve;this.appendBytes(e,o,u,i);var c;if(n!==null&&n.get(Ur.QR_VERSION)!==void 0){var l=Number.parseInt(n.get(Ur.QR_VERSION).toString(),10);c=mt.getVersionForNumber(l);var d=this.calculateBitsNeeded(o,s,u,c);if(!this.willFit(d,c,t))throw new ie("Data too big for requested version")}else c=this.recommendVersion(t,o,s,u);var h=new ve;h.appendBitArray(s);var p=o===ne.BYTE?u.getSizeInBytes():e.length;this.appendLengthInfo(p,c,o,h),h.appendBitArray(u);var v=c.getECBlocksForLevel(t),x=c.getTotalCodewords()-v.getTotalECCodewords();this.terminateBits(x,h);var m=this.interleaveWithECBytes(h,c.getTotalCodewords(),x,v.getNumBlocks()),w=new ri;w.setECLevel(t),w.setMode(o),w.setVersion(c);var C=c.getDimensionForVersion(),_=new Ul(C,C),A=this.chooseMaskPattern(m,t,c,_);return w.setMaskPattern(A),_o.buildMatrix(m,t,c,A,_),w.setMatrix(_),w},r.recommendVersion=function(e,t,n,i){var a=this.calculateBitsNeeded(t,n,i,mt.getVersionForNumber(1)),o=this.chooseVersion(a,e),s=this.calculateBitsNeeded(t,n,i,o);return this.chooseVersion(s,e)},r.calculateBitsNeeded=function(e,t,n,i){return t.getSize()+e.getCharacterCountBits(i)+n.getSize()},r.getAlphanumericCode=function(e){return e<r.ALPHANUMERIC_TABLE.length?r.ALPHANUMERIC_TABLE[e]:-1},r.chooseMode=function(e,t){if(t===void 0&&(t=null),ue.SJIS.getName()===t&&this.isOnlyDoubleByteKanji(e))return ne.KANJI;for(var n=!1,i=!1,a=0,o=e.length;a<o;++a){var s=e.charAt(a);if(r.isDigit(s))n=!0;else if(this.getAlphanumericCode(s.charCodeAt(0))!==-1)i=!0;else return ne.BYTE}return i?ne.ALPHANUMERIC:n?ne.NUMERIC:ne.BYTE},r.isOnlyDoubleByteKanji=function(e){var t;try{t=He.encode(e,ue.SJIS)}catch{return!1}var n=t.length;if(n%2!==0)return!1;for(var i=0;i<n;i+=2){var a=t[i]&255;if((a<129||a>159)&&(a<224||a>235))return!1}return!0},r.chooseMaskPattern=function(e,t,n,i){for(var a=Number.MAX_SAFE_INTEGER,o=-1,s=0;s<ri.NUM_MASK_PATTERNS;s++){_o.buildMatrix(e,t,n,s,i);var f=this.calculateMaskPenalty(i);f<a&&(a=f,o=s)}return o},r.chooseVersion=function(e,t){for(var n=1;n<=40;n++){var i=mt.getVersionForNumber(n);if(r.willFit(e,i,t))return i}throw new ie("Data too big")},r.willFit=function(e,t,n){var i=t.getTotalCodewords(),a=t.getECBlocksForLevel(n),o=a.getTotalECCodewords(),s=i-o,f=(e+7)/8;return s>=f},r.terminateBits=function(e,t){var n=e*8;if(t.getSize()>n)throw new ie("data bits cannot fit in the QR Code"+t.getSize()+" > "+n);for(var i=0;i<4&&t.getSize()<n;++i)t.appendBit(!1);var a=t.getSize()&7;if(a>0)for(var i=a;i<8;i++)t.appendBit(!1);for(var o=e-t.getSizeInBytes(),i=0;i<o;++i)t.appendBits(i&1?17:236,8);if(t.getSize()!==n)throw new ie("Bits size does not equal capacity")},r.getNumDataBytesAndNumECBytesForBlockID=function(e,t,n,i,a,o){if(i>=n)throw new ie("Block ID too large");var s=e%n,f=n-s,u=Math.floor(e/n),c=u+1,l=Math.floor(t/n),d=l+1,h=u-l,p=c-d;if(h!==p)throw new ie("EC bytes mismatch");if(n!==f+s)throw new ie("RS blocks mismatch");if(e!==(l+h)*f+(d+p)*s)throw new ie("Total bytes mismatch");i<f?(a[0]=l,o[0]=h):(a[0]=d,o[0]=p)},r.interleaveWithECBytes=function(e,t,n,i){var a,o,s,f;if(e.getSizeInBytes()!==n)throw new ie("Number of bits and data bytes does not match");for(var u=0,c=0,l=0,d=new Array,h=0;h<i;++h){var p=new Int32Array(1),v=new Int32Array(1);r.getNumDataBytesAndNumECBytesForBlockID(t,n,i,h,p,v);var x=p[0],m=new Uint8Array(x);e.toBytes(8*u,m,0,x);var w=r.generateECBytes(m,v[0]);d.push(new Hl(m,w)),c=Math.max(c,x),l=Math.max(l,w.length),u+=p[0]}if(n!==u)throw new ie("Data bytes does not match offset");for(var C=new ve,h=0;h<c;++h)try{for(var _=(a=void 0,Ao(d)),A=_.next();!A.done;A=_.next()){var T=A.value,m=T.getDataBytes();h<m.length&&C.appendBits(m[h],8)}}catch(B){a={error:B}}finally{try{A&&!A.done&&(o=_.return)&&o.call(_)}finally{if(a)throw a.error}}for(var h=0;h<l;++h)try{for(var b=(s=void 0,Ao(d)),N=b.next();!N.done;N=b.next()){var T=N.value,w=T.getErrorCorrectionBytes();h<w.length&&C.appendBits(w[h],8)}}catch(B){s={error:B}}finally{try{N&&!N.done&&(f=b.return)&&f.call(b)}finally{if(s)throw s.error}}if(t!==C.getSizeInBytes())throw new ie("Interleaving error: "+t+" and "+C.getSizeInBytes()+" differ.");return C},r.generateECBytes=function(e,t){for(var n=e.length,i=new Int32Array(n+t),a=0;a<n;a++)i[a]=e[a]&255;new Co(Re.QR_CODE_FIELD_256).encode(i,t);for(var o=new Uint8Array(t),a=0;a<t;a++)o[a]=i[n+a];return o},r.appendModeInfo=function(e,t){t.appendBits(e.getBits(),4)},r.appendLengthInfo=function(e,t,n,i){var a=n.getCharacterCountBits(t);if(e>=1<<a)throw new ie(e+" is bigger than "+((1<<a)-1));i.appendBits(e,a)},r.appendBytes=function(e,t,n,i){switch(t){case ne.NUMERIC:r.appendNumericBytes(e,n);break;case ne.ALPHANUMERIC:r.appendAlphanumericBytes(e,n);break;case ne.BYTE:r.append8BitBytes(e,n,i);break;case ne.KANJI:r.appendKanjiBytes(e,n);break;default:throw new ie("Invalid mode: "+t)}},r.getDigit=function(e){return e.charCodeAt(0)-48},r.isDigit=function(e){var t=r.getDigit(e);return t>=0&&t<=9},r.appendNumericBytes=function(e,t){for(var n=e.length,i=0;i<n;){var a=r.getDigit(e.charAt(i));if(i+2<n){var o=r.getDigit(e.charAt(i+1)),s=r.getDigit(e.charAt(i+2));t.appendBits(a*100+o*10+s,10),i+=3}else if(i+1<n){var o=r.getDigit(e.charAt(i+1));t.appendBits(a*10+o,7),i+=2}else t.appendBits(a,4),i++}},r.appendAlphanumericBytes=function(e,t){for(var n=e.length,i=0;i<n;){var a=r.getAlphanumericCode(e.charCodeAt(i));if(a===-1)throw new ie;if(i+1<n){var o=r.getAlphanumericCode(e.charCodeAt(i+1));if(o===-1)throw new ie;t.appendBits(a*45+o,11),i+=2}else t.appendBits(a,6),i++}},r.append8BitBytes=function(e,t,n){var i;try{i=He.encode(e,n)}catch(f){throw new ie(f)}for(var a=0,o=i.length;a!==o;a++){var s=i[a];t.appendBits(s,8)}},r.appendKanjiBytes=function(e,t){var n;try{n=He.encode(e,ue.SJIS)}catch(l){throw new ie(l)}for(var i=n.length,a=0;a<i;a+=2){var o=n[a]&255,s=n[a+1]&255,f=o<<8&4294967295|s,u=-1;if(f>=33088&&f<=40956?u=f-33088:f>=57408&&f<=60351&&(u=f-49472),u===-1)throw new ie("Invalid byte sequence");var c=(u>>8)*192+(u&255);t.appendBits(c,13)}},r.appendECI=function(e,t){t.appendBits(ne.ECI.getBits(),4),t.appendBits(e.getValue(),8)},r.ALPHANUMERIC_TABLE=Int32Array.from([-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,36,-1,-1,-1,37,38,-1,-1,-1,-1,39,40,-1,41,42,43,0,1,2,3,4,5,6,7,8,9,44,-1,-1,-1,-1,-1,-1,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,-1,-1,-1,-1,-1]),r.DEFAULT_BYTE_MODE_ENCODING=ue.UTF8.getName(),r})();var zl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){zl(e,r);function e(t,n,i,a,o,s,f,u){var c=r.call(this,s,f)||this;if(c.yuvData=t,c.dataWidth=n,c.dataHeight=i,c.left=a,c.top=o,a+s>n||o+f>i)throw new V("Crop rectangle does not fit within image data.");return u&&c.reverseHorizontal(s,f),c}return e.prototype.getRow=function(t,n){if(t<0||t>=this.getHeight())throw new V("Requested row is outside the image: "+t);var i=this.getWidth();(n==null||n.length<i)&&(n=new Uint8ClampedArray(i));var a=(t+this.top)*this.dataWidth+this.left;return re.arraycopy(this.yuvData,a,n,0,i),n},e.prototype.getMatrix=function(){var t=this.getWidth(),n=this.getHeight();if(t===this.dataWidth&&n===this.dataHeight)return this.yuvData;var i=t*n,a=new Uint8ClampedArray(i),o=this.top*this.dataWidth+this.left;if(t===this.dataWidth)return re.arraycopy(this.yuvData,o,a,0,i),a;for(var s=0;s<n;s++){var f=s*t;re.arraycopy(this.yuvData,o,a,f,t),o+=this.dataWidth}return a},e.prototype.isCropSupported=function(){return!0},e.prototype.crop=function(t,n,i,a){return new e(this.yuvData,this.dataWidth,this.dataHeight,this.left+t,this.top+n,i,a,!1)},e.prototype.renderThumbnail=function(){for(var t=this.getWidth()/e.THUMBNAIL_SCALE_FACTOR,n=this.getHeight()/e.THUMBNAIL_SCALE_FACTOR,i=new Int32Array(t*n),a=this.yuvData,o=this.top*this.dataWidth+this.left,s=0;s<n;s++){for(var f=s*t,u=0;u<t;u++){var c=a[o+u*e.THUMBNAIL_SCALE_FACTOR]&255;i[f+u]=4278190080|c*65793}o+=this.dataWidth*e.THUMBNAIL_SCALE_FACTOR}return i},e.prototype.getThumbnailWidth=function(){return this.getWidth()/e.THUMBNAIL_SCALE_FACTOR},e.prototype.getThumbnailHeight=function(){return this.getHeight()/e.THUMBNAIL_SCALE_FACTOR},e.prototype.reverseHorizontal=function(t,n){for(var i=this.yuvData,a=0,o=this.top*this.dataWidth+this.left;a<n;a++,o+=this.dataWidth)for(var s=o+t/2,f=o,u=o+t-1;f<s;f++,u--){var c=i[f];i[f]=i[u],i[u]=c}},e.prototype.invert=function(){return new Rn(this)},e.THUMBNAIL_SCALE_FACTOR=2,e})(Nr);var Gl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){Gl(e,r);function e(t,n,i,a,o,s,f){var u=r.call(this,n,i)||this;if(u.dataWidth=a,u.dataHeight=o,u.left=s,u.top=f,t.BYTES_PER_ELEMENT===4){for(var c=n*i,l=new Uint8ClampedArray(c),d=0;d<c;d++){var h=t[d],p=h>>16&255,v=h>>7&510,x=h&255;l[d]=(p+v+x)/4&255}u.luminances=l}else u.luminances=t;if(a===void 0&&(u.dataWidth=n),o===void 0&&(u.dataHeight=i),s===void 0&&(u.left=0),f===void 0&&(u.top=0),u.left+n>u.dataWidth||u.top+i>u.dataHeight)throw new V("Crop rectangle does not fit within image data.");return u}return e.prototype.getRow=function(t,n){if(t<0||t>=this.getHeight())throw new V("Requested row is outside the image: "+t);var i=this.getWidth();(n==null||n.length<i)&&(n=new Uint8ClampedArray(i));var a=(t+this.top)*this.dataWidth+this.left;return re.arraycopy(this.luminances,a,n,0,i),n},e.prototype.getMatrix=function(){var t=this.getWidth(),n=this.getHeight();if(t===this.dataWidth&&n===this.dataHeight)return this.luminances;var i=t*n,a=new Uint8ClampedArray(i),o=this.top*this.dataWidth+this.left;if(t===this.dataWidth)return re.arraycopy(this.luminances,o,a,0,i),a;for(var s=0;s<n;s++){var f=s*t;re.arraycopy(this.luminances,o,a,f,t),o+=this.dataWidth}return a},e.prototype.isCropSupported=function(){return!0},e.prototype.crop=function(t,n,i,a){return new e(this.luminances,i,a,this.dataWidth,this.dataHeight,this.left+t,this.top+n)},e.prototype.invert=function(){return new Rn(this)},e})(Nr);var Wl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Xl=function(r){Wl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.forName=function(t){return this.getCharacterSetECIByName(t)},e}(ue),$l=function(){function r(){}return r.ISO_8859_1=ue.ISO8859_1,r}(),ni,jl=301,Yl=function(r,e){for(var t=1,n=0;n<255;n++)e[n]=t,r[t]=n,t*=2,t>=256&&(t^=jl);return{LOG:r,ALOG:e}};ni=Yl([],[]),ni.LOG,ni.ALOG;var Eo;(function(r){r[r.FORCE_NONE=0]="FORCE_NONE",r[r.FORCE_SQUARE=1]="FORCE_SQUARE",r[r.FORCE_RECTANGLE=2]="FORCE_RECTANGLE"})(Eo||(Eo={}));var Io=129,So=230,Zl=231,Kl=235,ql=236,Ql=237,Jl=238,e1=239,t1=240,ii=254,r1=254,bo="[)>05",To="[)>06",Oo="",ee=0,_e=1,Pe=2,he=3,xe=4,be=5,n1=function(){function r(){}return r.prototype.getEncodingMode=function(){return ee},r.prototype.encode=function(e){var t=Ze.determineConsecutiveDigitCount(e.getMessage(),e.pos);if(t>=2)e.writeCodeword(this.encodeASCIIDigits(e.getMessage().charCodeAt(e.pos),e.getMessage().charCodeAt(e.pos+1))),e.pos+=2;else{var n=e.getCurrentChar(),i=Ze.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(i!==this.getEncodingMode())switch(i){case be:e.writeCodeword(Zl),e.signalEncoderChange(be);return;case _e:e.writeCodeword(So),e.signalEncoderChange(_e);return;case he:e.writeCodeword(Jl),e.signalEncoderChange(he);break;case Pe:e.writeCodeword(e1),e.signalEncoderChange(Pe);break;case xe:e.writeCodeword(t1),e.signalEncoderChange(xe);break;default:throw new Error("Illegal mode: "+i)}else Ze.isExtendedASCII(n)?(e.writeCodeword(Kl),e.writeCodeword(n-128+1),e.pos++):(e.writeCodeword(n+1),e.pos++)}},r.prototype.encodeASCIIDigits=function(e,t){if(Ze.isDigit(e)&&Ze.isDigit(t)){var n=(e-48)*10+(t-48);return n+130}throw new Error("not digits: "+e+t)},r}(),i1=function(){function r(){}return r.prototype.getEncodingMode=function(){return be},r.prototype.encode=function(e){var t=new z;for(t.append(0);e.hasMoreCharacters();){var n=e.getCurrentChar();t.append(n),e.pos++;var i=Ze.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(i!==this.getEncodingMode()){e.signalEncoderChange(ee);break}}var a=t.length()-1,o=1,s=e.getCodewordCount()+a+o;e.updateSymbolInfo(s);var f=e.getSymbolInfo().getDataCapacity()-s>0;if(e.hasMoreCharacters()||f)if(a<=249)t.setCharAt(0,$.getCharAt(a));else if(a<=1555)t.setCharAt(0,$.getCharAt(Math.floor(a/250)+249)),t.insert(1,$.getCharAt(a%250));else throw new Error("Message length not in valid ranges: "+a);for(var u=0,n=t.length();u<n;u++)e.writeCodeword(this.randomize255State(t.charAt(u).charCodeAt(0),e.getCodewordCount()+1))},r.prototype.randomize255State=function(e,t){var n=149*t%255+1,i=e+n;return i<=255?i:i-256},r}(),ai=function(){function r(){}return r.prototype.getEncodingMode=function(){return _e},r.prototype.encodeMaximal=function(e){for(var t=new z,n=0,i=e.pos,a=0;e.hasMoreCharacters();){var o=e.getCurrentChar();e.pos++,n=this.encodeChar(o,t),t.length()%3===0&&(i=e.pos,a=t.length())}if(a!==t.length()){var s=Math.floor(t.length()/3*2),f=Math.floor(e.getCodewordCount()+s+1);e.updateSymbolInfo(f);var u=e.getSymbolInfo().getDataCapacity()-f,c=Math.floor(t.length()%3);(c===2&&u!==2||c===1&&(n>3||u!==1))&&(e.pos=i)}t.length()>0&&e.writeCodeword(So),this.handleEOD(e,t)},r.prototype.encode=function(e){for(var t=new z;e.hasMoreCharacters();){var n=e.getCurrentChar();e.pos++;var i=this.encodeChar(n,t),a=Math.floor(t.length()/3)*2,o=e.getCodewordCount()+a;e.updateSymbolInfo(o);var s=e.getSymbolInfo().getDataCapacity()-o;if(!e.hasMoreCharacters()){var f=new z;for(t.length()%3===2&&s!==2&&(i=this.backtrackOneCharacter(e,t,f,i));t.length()%3===1&&(i>3||s!==1);)i=this.backtrackOneCharacter(e,t,f,i);break}var u=t.length();if(u%3===0){var c=Ze.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(c!==this.getEncodingMode()){e.signalEncoderChange(ee);break}}}this.handleEOD(e,t)},r.prototype.backtrackOneCharacter=function(e,t,n,i){var a=t.length(),o=t.toString().substring(0,a-i);t.setLengthToZero(),t.append(o),e.pos--;var s=e.getCurrentChar();return i=this.encodeChar(s,n),e.resetSymbolInfo(),i},r.prototype.writeNextTriplet=function(e,t){e.writeCodewords(this.encodeToCodewords(t.toString()));var n=t.toString().substring(3);t.setLengthToZero(),t.append(n)},r.prototype.handleEOD=function(e,t){var n=Math.floor(t.length()/3*2),i=t.length()%3,a=e.getCodewordCount()+n;e.updateSymbolInfo(a);var o=e.getSymbolInfo().getDataCapacity()-a;if(i===2){for(t.append("\0");t.length()>=3;)this.writeNextTriplet(e,t);e.hasMoreCharacters()&&e.writeCodeword(ii)}else if(o===1&&i===1){for(;t.length()>=3;)this.writeNextTriplet(e,t);e.hasMoreCharacters()&&e.writeCodeword(ii),e.pos--}else if(i===0){for(;t.length()>=3;)this.writeNextTriplet(e,t);(o>0||e.hasMoreCharacters())&&e.writeCodeword(ii)}else throw new Error("Unexpected case. Please report!");e.signalEncoderChange(ee)},r.prototype.encodeChar=function(e,t){if(e===32)return t.append(3),1;if(e>=48&&e<=57)return t.append(e-48+4),1;if(e>=65&&e<=90)return t.append(e-65+14),1;if(e<32)return t.append(0),t.append(e),2;if(e<=47)return t.append(1),t.append(e-33),2;if(e<=64)return t.append(1),t.append(e-58+15),2;if(e<=95)return t.append(1),t.append(e-91+22),2;if(e<=127)return t.append(2),t.append(e-96),2;t.append("1");var n=2;return n+=this.encodeChar(e-128,t),n},r.prototype.encodeToCodewords=function(e){var t=1600*e.charCodeAt(0)+40*e.charCodeAt(1)+e.charCodeAt(2)+1,n=t/256,i=t%256,a=new z;return a.append(n),a.append(i),a.toString()},r}(),a1=function(){function r(){}return r.prototype.getEncodingMode=function(){return xe},r.prototype.encode=function(e){for(var t=new z;e.hasMoreCharacters();){var n=e.getCurrentChar();this.encodeChar(n,t),e.pos++;var i=t.length();if(i>=4){e.writeCodewords(this.encodeToCodewords(t.toString()));var a=t.toString().substring(4);t.setLengthToZero(),t.append(a);var o=Ze.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(o!==this.getEncodingMode()){e.signalEncoderChange(ee);break}}}t.append($.getCharAt(31)),this.handleEOD(e,t)},r.prototype.handleEOD=function(e,t){try{var n=t.length();if(n===0)return;if(n===1){e.updateSymbolInfo();var i=e.getSymbolInfo().getDataCapacity()-e.getCodewordCount(),a=e.getRemainingCharacters();if(a>i&&(e.updateSymbolInfo(e.getCodewordCount()+1),i=e.getSymbolInfo().getDataCapacity()-e.getCodewordCount()),a<=i&&i<=2)return}if(n>4)throw new Error("Count must not exceed 4");var o=n-1,s=this.encodeToCodewords(t.toString()),f=!e.hasMoreCharacters(),u=f&&o<=2;if(o<=2){e.updateSymbolInfo(e.getCodewordCount()+o);var i=e.getSymbolInfo().getDataCapacity()-e.getCodewordCount();i>=3&&(u=!1,e.updateSymbolInfo(e.getCodewordCount()+s.length))}u?(e.resetSymbolInfo(),e.pos-=o):e.writeCodewords(s)}finally{e.signalEncoderChange(ee)}},r.prototype.encodeChar=function(e,t){e>=32&&e<=63?t.append(e):e>=64&&e<=94?t.append($.getCharAt(e-64)):Ze.illegalCharacter($.getCharAt(e))},r.prototype.encodeToCodewords=function(e){var t=e.length;if(t===0)throw new Error("StringBuilder must not be empty");var n=e.charAt(0).charCodeAt(0),i=t>=2?e.charAt(1).charCodeAt(0):0,a=t>=3?e.charAt(2).charCodeAt(0):0,o=t>=4?e.charAt(3).charCodeAt(0):0,s=(n<<18)+(i<<12)+(a<<6)+o,f=s>>16&255,u=s>>8&255,c=s&255,l=new z;return l.append(f),t>=2&&l.append(u),t>=3&&l.append(c),l.toString()},r}(),o1=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),s1=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},q=function(){function r(e,t,n,i,a,o,s,f){s===void 0&&(s=0),f===void 0&&(f=0),this.rectangular=e,this.dataCapacity=t,this.errorCodewords=n,this.matrixWidth=i,this.matrixHeight=a,this.dataRegions=o,this.rsBlockData=s,this.rsBlockError=f}return r.lookup=function(e,t,n,i,a){var o,s;t===void 0&&(t=0),n===void 0&&(n=null),i===void 0&&(i=null),a===void 0&&(a=!0);try{for(var f=s1(u1),u=f.next();!u.done;u=f.next()){var c=u.value;if(!(t===1&&c.rectangular)&&!(t===2&&!c.rectangular)&&!(n!=null&&(c.getSymbolWidth()<n.getWidth()||c.getSymbolHeight()<n.getHeight()))&&!(i!=null&&(c.getSymbolWidth()>i.getWidth()||c.getSymbolHeight()>i.getHeight()))&&e<=c.dataCapacity)return c}}catch(l){o={error:l}}finally{try{u&&!u.done&&(s=f.return)&&s.call(f)}finally{if(o)throw o.error}}if(a)throw new Error("Can't find a symbol arrangement that matches the message. Data codewords: "+e);return null},r.prototype.getHorizontalDataRegions=function(){switch(this.dataRegions){case 1:return 1;case 2:case 4:return 2;case 16:return 4;case 36:return 6;default:throw new Error("Cannot handle this number of data regions")}},r.prototype.getVerticalDataRegions=function(){switch(this.dataRegions){case 1:case 2:return 1;case 4:return 2;case 16:return 4;case 36:return 6;default:throw new Error("Cannot handle this number of data regions")}},r.prototype.getSymbolDataWidth=function(){return this.getHorizontalDataRegions()*this.matrixWidth},r.prototype.getSymbolDataHeight=function(){return this.getVerticalDataRegions()*this.matrixHeight},r.prototype.getSymbolWidth=function(){return this.getSymbolDataWidth()+this.getHorizontalDataRegions()*2},r.prototype.getSymbolHeight=function(){return this.getSymbolDataHeight()+this.getVerticalDataRegions()*2},r.prototype.getCodewordCount=function(){return this.dataCapacity+this.errorCodewords},r.prototype.getInterleavedBlockCount=function(){return this.rsBlockData?this.dataCapacity/this.rsBlockData:1},r.prototype.getDataCapacity=function(){return this.dataCapacity},r.prototype.getErrorCodewords=function(){return this.errorCodewords},r.prototype.getDataLengthForInterleavedBlock=function(e){return this.rsBlockData},r.prototype.getErrorLengthForInterleavedBlock=function(e){return this.rsBlockError},r}(),f1=function(r){o1(e,r);function e(){return r.call(this,!1,1558,620,22,22,36,-1,62)||this}return e.prototype.getInterleavedBlockCount=function(){return 10},e.prototype.getDataLengthForInterleavedBlock=function(t){return t<=8?156:155},e}(q),u1=[new q(!1,3,5,8,8,1),new q(!1,5,7,10,10,1),new q(!0,5,7,16,6,1),new q(!1,8,10,12,12,1),new q(!0,10,11,14,6,2),new q(!1,12,12,14,14,1),new q(!0,16,14,24,10,1),new q(!1,18,14,16,16,1),new q(!1,22,18,18,18,1),new q(!0,22,18,16,10,2),new q(!1,30,20,20,20,1),new q(!0,32,24,16,14,2),new q(!1,36,24,22,22,1),new q(!1,44,28,24,24,1),new q(!0,49,28,22,14,2),new q(!1,62,36,14,14,4),new q(!1,86,42,16,16,4),new q(!1,114,48,18,18,4),new q(!1,144,56,20,20,4),new q(!1,174,68,22,22,4),new q(!1,204,84,24,24,4,102,42),new q(!1,280,112,14,14,16,140,56),new q(!1,368,144,16,16,16,92,36),new q(!1,456,192,18,18,16,114,48),new q(!1,576,224,20,20,16,144,56),new q(!1,696,272,22,22,16,174,68),new q(!1,816,336,24,24,16,136,56),new q(!1,1050,408,18,18,36,175,68),new q(!1,1304,496,20,20,36,163,62),new f1],c1=function(){function r(e){this.msg=e,this.pos=0,this.skipAtEnd=0;for(var t=e.split("").map(function(s){return s.charCodeAt(0)}),n=new z,i=0,a=t.length;i<a;i++){var o=String.fromCharCode(t[i]&255);if(o==="?"&&e.charAt(i)!=="?")throw new Error("Message contains characters outside ISO-8859-1 encoding.");n.append(o)}this.msg=n.toString(),this.shape=0,this.codewords=new z,this.newEncoding=-1}return r.prototype.setSymbolShape=function(e){this.shape=e},r.prototype.setSizeConstraints=function(e,t){this.minSize=e,this.maxSize=t},r.prototype.getMessage=function(){return this.msg},r.prototype.setSkipAtEnd=function(e){this.skipAtEnd=e},r.prototype.getCurrentChar=function(){return this.msg.charCodeAt(this.pos)},r.prototype.getCurrent=function(){return this.msg.charCodeAt(this.pos)},r.prototype.getCodewords=function(){return this.codewords},r.prototype.writeCodewords=function(e){this.codewords.append(e)},r.prototype.writeCodeword=function(e){this.codewords.append(e)},r.prototype.getCodewordCount=function(){return this.codewords.length()},r.prototype.getNewEncoding=function(){return this.newEncoding},r.prototype.signalEncoderChange=function(e){this.newEncoding=e},r.prototype.resetEncoderSignal=function(){this.newEncoding=-1},r.prototype.hasMoreCharacters=function(){return this.pos<this.getTotalMessageCharCount()},r.prototype.getTotalMessageCharCount=function(){return this.msg.length-this.skipAtEnd},r.prototype.getRemainingCharacters=function(){return this.getTotalMessageCharCount()-this.pos},r.prototype.getSymbolInfo=function(){return this.symbolInfo},r.prototype.updateSymbolInfo=function(e){e===void 0&&(e=this.getCodewordCount()),(this.symbolInfo==null||e>this.symbolInfo.getDataCapacity())&&(this.symbolInfo=q.lookup(e,this.shape,this.minSize,this.maxSize,!0))},r.prototype.resetSymbolInfo=function(){this.symbolInfo=null},r}(),l1=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),d1=function(r){l1(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getEncodingMode=function(){return he},e.prototype.encode=function(t){for(var n=new z;t.hasMoreCharacters();){var i=t.getCurrentChar();t.pos++,this.encodeChar(i,n);var a=n.length();if(a%3===0){this.writeNextTriplet(t,n);var o=Ze.lookAheadTest(t.getMessage(),t.pos,this.getEncodingMode());if(o!==this.getEncodingMode()){t.signalEncoderChange(ee);break}}}this.handleEOD(t,n)},e.prototype.encodeChar=function(t,n){switch(t){case 13:n.append(0);break;case 42:n.append(1);break;case 62:n.append(2);break;case 32:n.append(3);break;default:t>=48&&t<=57?n.append(t-48+4):t>=65&&t<=90?n.append(t-65+14):Ze.illegalCharacter($.getCharAt(t));break}return 1},e.prototype.handleEOD=function(t,n){t.updateSymbolInfo();var i=t.getSymbolInfo().getDataCapacity()-t.getCodewordCount(),a=n.length();t.pos-=a,(t.getRemainingCharacters()>1||i>1||t.getRemainingCharacters()!==i)&&t.writeCodeword(r1),t.getNewEncoding()<0&&t.signalEncoderChange(ee)},e}(ai),h1=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),p1=function(r){h1(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getEncodingMode=function(){return Pe},e.prototype.encodeChar=function(t,n){if(t===32)return n.append(3),1;if(t>=48&&t<=57)return n.append(t-48+4),1;if(t>=97&&t<=122)return n.append(t-97+14),1;if(t<32)return n.append(0),n.append(t),2;if(t<=47)return n.append(1),n.append(t-33),2;if(t<=64)return n.append(1),n.append(t-58+15),2;if(t>=91&&t<=95)return n.append(1),n.append(t-91+22),2;if(t===96)return n.append(2),n.append(0),2;if(t<=90)return n.append(2),n.append(t-65+1),2;if(t<=127)return n.append(2),n.append(t-123+27),2;n.append("1");var i=2;return i+=this.encodeChar(t-128,n),i},e}(ai),Ze=function(){function r(){}return r.randomize253State=function(e){var t=149*e%253+1,n=Io+t;return n<=254?n:n-254},r.encodeHighLevel=function(e,t,n,i,a){t===void 0&&(t=0),n===void 0&&(n=null),i===void 0&&(i=null),a===void 0&&(a=!1);var o=new ai,s=[new n1,o,new p1,new d1,new a1,new i1],f=new c1(e);f.setSymbolShape(t),f.setSizeConstraints(n,i),e.startsWith(bo)&&e.endsWith(Oo)?(f.writeCodeword(ql),f.setSkipAtEnd(2),f.pos+=bo.length):e.startsWith(To)&&e.endsWith(Oo)&&(f.writeCodeword(Ql),f.setSkipAtEnd(2),f.pos+=To.length);var u=ee;for(a&&(o.encodeMaximal(f),u=f.getNewEncoding(),f.resetEncoderSignal());f.hasMoreCharacters();)s[u].encode(f),f.getNewEncoding()>=0&&(u=f.getNewEncoding(),f.resetEncoderSignal());var c=f.getCodewordCount();f.updateSymbolInfo();var l=f.getSymbolInfo().getDataCapacity();c<l&&u!==ee&&u!==be&&u!==xe&&f.writeCodeword("þ");var d=f.getCodewords();for(d.length()<l&&d.append(Io);d.length()<l;)d.append(this.randomize253State(d.length()+1));return f.getCodewords().toString()},r.lookAheadTest=function(e,t,n){var i=this.lookAheadTestIntern(e,t,n);if(n===he&&i===he){for(var a=Math.min(t+3,e.length),o=t;o<a;o++)if(!this.isNativeX12(e.charCodeAt(o)))return ee}else if(n===xe&&i===xe){for(var a=Math.min(t+4,e.length),o=t;o<a;o++)if(!this.isNativeEDIFACT(e.charCodeAt(o)))return ee}return i},r.lookAheadTestIntern=function(e,t,n){if(t>=e.length)return n;var i;n===ee?i=[0,1,1,1,1,1.25]:(i=[1,2,2,2,2,2.25],i[n]=0);for(var a=0,o=new Uint8Array(6),s=[];;){if(t+a===e.length){fe.fill(o,0),fe.fill(s,0);var f=this.findMinimums(i,s,G.MAX_VALUE,o),u=this.getMinimumCount(o);if(s[ee]===f)return ee;if(u===1){if(o[be]>0)return be;if(o[xe]>0)return xe;if(o[Pe]>0)return Pe;if(o[he]>0)return he}return _e}var c=e.charCodeAt(t+a);if(a++,this.isDigit(c)?i[ee]+=.5:this.isExtendedASCII(c)?(i[ee]=Math.ceil(i[ee]),i[ee]+=2):(i[ee]=Math.ceil(i[ee]),i[ee]++),this.isNativeC40(c)?i[_e]+=2/3:this.isExtendedASCII(c)?i[_e]+=8/3:i[_e]+=4/3,this.isNativeText(c)?i[Pe]+=2/3:this.isExtendedASCII(c)?i[Pe]+=8/3:i[Pe]+=4/3,this.isNativeX12(c)?i[he]+=2/3:this.isExtendedASCII(c)?i[he]+=13/3:i[he]+=10/3,this.isNativeEDIFACT(c)?i[xe]+=3/4:this.isExtendedASCII(c)?i[xe]+=17/4:i[xe]+=13/4,this.isSpecialB256(c)?i[be]+=4:i[be]++,a>=4){if(fe.fill(o,0),fe.fill(s,0),this.findMinimums(i,s,G.MAX_VALUE,o),s[ee]<this.min(s[be],s[_e],s[Pe],s[he],s[xe]))return ee;if(s[be]<s[ee]||s[be]+1<this.min(s[_e],s[Pe],s[he],s[xe]))return be;if(s[xe]+1<this.min(s[be],s[_e],s[Pe],s[he],s[ee]))return xe;if(s[Pe]+1<this.min(s[be],s[_e],s[xe],s[he],s[ee]))return Pe;if(s[he]+1<this.min(s[be],s[_e],s[xe],s[Pe],s[ee]))return he;if(s[_e]+1<this.min(s[ee],s[be],s[xe],s[Pe])){if(s[_e]<s[he])return _e;if(s[_e]===s[he]){for(var l=t+a+1;l<e.length;){var d=e.charCodeAt(l);if(this.isX12TermSep(d))return he;if(!this.isNativeX12(d))break;l++}return _e}}}}},r.min=function(e,t,n,i,a){var o=Math.min(e,Math.min(t,Math.min(n,i)));return a===void 0?o:Math.min(o,a)},r.findMinimums=function(e,t,n,i){for(var a=0;a<6;a++){var o=t[a]=Math.ceil(e[a]);n>o&&(n=o,fe.fill(i,0)),n===o&&(i[a]=i[a]+1)}return n},r.getMinimumCount=function(e){for(var t=0,n=0;n<6;n++)t+=e[n];return t||0},r.isDigit=function(e){return e>=48&&e<=57},r.isExtendedASCII=function(e){return e>=128&&e<=255},r.isNativeC40=function(e){return e===32||e>=48&&e<=57||e>=65&&e<=90},r.isNativeText=function(e){return e===32||e>=48&&e<=57||e>=97&&e<=122},r.isNativeX12=function(e){return this.isX12TermSep(e)||e===32||e>=48&&e<=57||e>=65&&e<=90},r.isX12TermSep=function(e){return e===13||e===42||e===62},r.isNativeEDIFACT=function(e){return e>=32&&e<=94},r.isSpecialB256=function(e){return!1},r.determineConsecutiveDigitCount=function(e,t){t===void 0&&(t=0);for(var n=e.length,i=t;i<n&&this.isDigit(e.charCodeAt(i));)i++;return i-t},r.illegalCharacter=function(e){var t=G.toHexString(e.charCodeAt(0));throw t="0000".substring(0,4-t.length)+t,new Error("Illegal character: "+e+" (0x"+t+")")},r}(),oi=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},No=function(){function r(e){this.charset=e,this.name=e.name}return r.prototype.canEncode=function(e){try{return He.encode(e,this.charset)!=null}catch{return!1}},r}(),v1=function(){function r(e,t,n){var i,a,o,s,f,u;this.ENCODERS=["IBM437","ISO-8859-2","ISO-8859-3","ISO-8859-4","ISO-8859-5","ISO-8859-6","ISO-8859-7","ISO-8859-8","ISO-8859-9","ISO-8859-10","ISO-8859-11","ISO-8859-13","ISO-8859-14","ISO-8859-15","ISO-8859-16","windows-1250","windows-1251","windows-1252","windows-1256","Shift_JIS"].map(function(M){return new No(Xl.forName(M))}),this.encoders=[];var c=[];c.push(new No($l.ISO_8859_1));for(var l=t!=null&&t.name.startsWith("UTF"),d=0;d<e.length;d++){var h=!1;try{for(var p=(i=void 0,oi(c)),v=p.next();!v.done;v=p.next()){var x=v.value,m=e.charAt(d),w=m.charCodeAt(0);if(w===n||x.canEncode(m)){h=!0;break}}}catch(M){i={error:M}}finally{try{v&&!v.done&&(a=p.return)&&a.call(p)}finally{if(i)throw i.error}}if(!h)try{for(var C=(o=void 0,oi(this.ENCODERS)),_=C.next();!_.done;_=C.next()){var x=_.value;if(x.canEncode(e.charAt(d))){c.push(x),h=!0;break}}}catch(M){o={error:M}}finally{try{_&&!_.done&&(s=C.return)&&s.call(C)}finally{if(o)throw o.error}}h||(l=!0)}if(c.length===1&&!l)this.encoders=[c[0]];else{this.encoders=[];var A=0;try{for(var T=oi(c),b=T.next();!b.done;b=T.next()){var x=b.value;this.encoders[A++]=x}}catch(M){f={error:M}}finally{try{b&&!b.done&&(u=T.return)&&u.call(T)}finally{if(f)throw f.error}}}var N=-1;if(t!=null){for(var d=0;d<this.encoders.length;d++)if(this.encoders[d]!=null&&t.name===this.encoders[d].name){N=d;break}}this.priorityEncoderIndex=N}return r.prototype.length=function(){return this.encoders.length},r.prototype.getCharsetName=function(e){if(!(e<this.length()))throw new Error("index must be less than length");return this.encoders[e].name},r.prototype.getCharset=function(e){if(!(e<this.length()))throw new Error("index must be less than length");return this.encoders[e].charset},r.prototype.getECIValue=function(e){return this.encoders[e].charset.getValueIdentifier()},r.prototype.getPriorityEncoderIndex=function(){return this.priorityEncoderIndex},r.prototype.canEncode=function(e,t){if(!(t<this.length()))throw new Error("index must be less than length");return!0},r.prototype.encode=function(e,t){if(!(t<this.length()))throw new Error("index must be less than length");return He.encode($.getCharAt(e),this.encoders[t].name)},r}(),g1=3,x1=function(){function r(e,t,n){this.fnc1=n;var i=new v1(e,t,n);if(i.length()===1)for(var a=0;a<this.bytes.length;a++){var o=e.charAt(a).charCodeAt(0);this.bytes[a]=o===n?1e3:o}else this.bytes=this.encodeMinimally(e,i,n)}return r.prototype.getFNC1Character=function(){return this.fnc1},r.prototype.length=function(){return this.bytes.length},r.prototype.haveNCharacters=function(e,t){if(e+t-1>=this.bytes.length)return!1;for(var n=0;n<t;n++)if(this.isECI(e+n))return!1;return!0},r.prototype.charAt=function(e){if(e<0||e>=this.length())throw new Error(""+e);if(this.isECI(e))throw new Error("value at "+e+" is not a character but an ECI");return this.isFNC1(e)?this.fnc1:this.bytes[e]},r.prototype.subSequence=function(e,t){if(e<0||e>t||t>this.length())throw new Error(""+e);for(var n=new z,i=e;i<t;i++){if(this.isECI(i))throw new Error("value at "+i+" is not a character but an ECI");n.append(this.charAt(i))}return n.toString()},r.prototype.isECI=function(e){if(e<0||e>=this.length())throw new Error(""+e);return this.bytes[e]>255&&this.bytes[e]<=999},r.prototype.isFNC1=function(e){if(e<0||e>=this.length())throw new Error(""+e);return this.bytes[e]===1e3},r.prototype.getECIValue=function(e){if(e<0||e>=this.length())throw new Error(""+e);if(!this.isECI(e))throw new Error("value at "+e+" is not an ECI but a character");return this.bytes[e]-256},r.prototype.addEdge=function(e,t,n){(e[t][n.encoderIndex]==null||e[t][n.encoderIndex].cachedTotalSize>n.cachedTotalSize)&&(e[t][n.encoderIndex]=n)},r.prototype.addEdges=function(e,t,n,i,a,o){var s=e.charAt(i).charCodeAt(0),f=0,u=t.length();t.getPriorityEncoderIndex()>=0&&(s===o||t.canEncode(s,t.getPriorityEncoderIndex()))&&(f=t.getPriorityEncoderIndex(),u=f+1);for(var c=f;c<u;c++)(s===o||t.canEncode(s,c))&&this.addEdge(n,i+1,new Do(s,t,c,a,o))},r.prototype.encodeMinimally=function(e,t,n){var i=e.length,a=new Do[i+1][t.length()];this.addEdges(e,t,a,0,null,n);for(var o=1;o<=i;o++){for(var s=0;s<t.length();s++)a[o][s]!=null&&o<i&&this.addEdges(e,t,a,o,a[o][s],n);for(var s=0;s<t.length();s++)a[o-1][s]=null}for(var f=-1,u=G.MAX_VALUE,s=0;s<t.length();s++)if(a[i][s]!=null){var c=a[i][s];c.cachedTotalSize<u&&(u=c.cachedTotalSize,f=s)}if(f<0)throw new Error('Failed to encode "'+e+'"');for(var l=[],d=a[i][f];d!=null;){if(d.isFNC1())l.unshift(1e3);else for(var h=t.encode(d.c,d.encoderIndex),o=h.length-1;o>=0;o--)l.unshift(h[o]&255);var p=d.previous===null?0:d.previous.encoderIndex;p!==d.encoderIndex&&l.unshift(256+t.getECIValue(d.encoderIndex)),d=d.previous}for(var v=[],o=0;o<v.length;o++)v[o]=l[o];return v},r}(),Do=function(){function r(e,t,n,i,a){this.c=e,this.encoderSet=t,this.encoderIndex=n,this.previous=i,this.fnc1=a,this.c=e===a?1e3:e;var o=this.isFNC1()?1:t.encode(e,n).length,s=i===null?0:i.encoderIndex;s!==n&&(o+=g1),i!=null&&(o+=i.cachedTotalSize),this.cachedTotalSize=o}return r.prototype.isFNC1=function(){return this.c===1e3},r}(),y1=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),w1=function(r,e){var t=typeof Symbol=="function"&&r[Symbol.iterator];if(!t)return r;var n=t.call(r),i,a=[],o;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)a.push(i.value)}catch(s){o={error:s}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(o)throw o.error}}return a},Po;(function(r){r[r.ASCII=0]="ASCII",r[r.C40=1]="C40",r[r.TEXT=2]="TEXT",r[r.X12=3]="X12",r[r.EDF=4]="EDF",r[r.B256=5]="B256"})(Po||(Po={})),function(r){y1(e,r);function e(t,n,i,a,o){var s=r.call(this,t,n,i)||this;return s.shape=a,s.macroId=o,s}return e.prototype.getMacroId=function(){return this.macroId},e.prototype.getShapeHint=function(){return this.shape},e}(x1);var m1=function(){function r(){}return r.prototype.isCompact=function(){return this.compact},r.prototype.setCompact=function(e){this.compact=e},r.prototype.getSize=function(){return this.size},r.prototype.setSize=function(e){this.size=e},r.prototype.getLayers=function(){return this.layers},r.prototype.setLayers=function(e){this.layers=e},r.prototype.getCodeWords=function(){return this.codeWords},r.prototype.setCodeWords=function(e){this.codeWords=e},r.prototype.getMatrix=function(){return this.matrix},r.prototype.setMatrix=function(e){this.matrix=e},r}(),Mo=function(){function r(){}return r.singletonList=function(e){return[e]},r.min=function(e,t){return e.sort(t)[0]},r}(),C1=function(){function r(e){this.previous=e}return r.prototype.getPrevious=function(){return this.previous},r}(),_1=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),si=function(r){_1(e,r);function e(t,n,i){var a=r.call(this,t)||this;return a.value=n,a.bitCount=i,a}return e.prototype.appendTo=function(t,n){t.appendBits(this.value,this.bitCount)},e.prototype.add=function(t,n){return new e(this,t,n)},e.prototype.addBinaryShift=function(t,n){return console.warn("addBinaryShift on SimpleToken, this simply returns a copy of this token"),new e(this,t,n)},e.prototype.toString=function(){var t=this.value&(1<<this.bitCount)-1;return t|=1<<this.bitCount,"<"+G.toBinaryString(t|1<<this.bitCount).substring(1)+">"},e}(C1),A1=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),E1=function(r){A1(e,r);function e(t,n,i){var a=r.call(this,t,0,0)||this;return a.binaryShiftStart=n,a.binaryShiftByteCount=i,a}return e.prototype.appendTo=function(t,n){for(var i=0;i<this.binaryShiftByteCount;i++)(i===0||i===31&&this.binaryShiftByteCount<=62)&&(t.appendBits(31,5),this.binaryShiftByteCount>62?t.appendBits(this.binaryShiftByteCount-31,16):i===0?t.appendBits(Math.min(this.binaryShiftByteCount,31),5):t.appendBits(this.binaryShiftByteCount-31,5)),t.appendBits(n[this.binaryShiftStart+i],8)},e.prototype.addBinaryShift=function(t,n){return new e(this,t,n)},e.prototype.toString=function(){return"<"+this.binaryShiftStart+"::"+(this.binaryShiftStart+this.binaryShiftByteCount-1)+">"},e}(si);function I1(r,e,t){return new E1(r,e,t)}function nr(r,e,t){return new si(r,e,t)}var S1=["UPPER","LOWER","DIGIT","MIXED","PUNCT"],dt=0,Vr=1,Ge=2,Fo=3,Je=4,b1=new si(null,0,0),fi=[Int32Array.from([0,(5<<16)+28,(5<<16)+30,(5<<16)+29,656318]),Int32Array.from([(9<<16)+480+14,0,(5<<16)+30,(5<<16)+29,656318]),Int32Array.from([(4<<16)+14,(9<<16)+448+28,0,(9<<16)+448+29,932798]),Int32Array.from([(5<<16)+29,(5<<16)+28,656318,0,(5<<16)+30]),Int32Array.from([(5<<16)+31,656380,656382,656381,0])],T1=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};function O1(r){var e,t;try{for(var n=T1(r),i=n.next();!i.done;i=n.next()){var a=i.value;fe.fill(a,-1)}}catch(o){e={error:o}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}return r[dt][Je]=0,r[Vr][Je]=0,r[Vr][dt]=28,r[Fo][Je]=0,r[Ge][Je]=0,r[Ge][dt]=15,r}var Ro=O1(fe.createInt32Array(6,6)),N1=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},D1=function(){function r(e,t,n,i){this.token=e,this.mode=t,this.binaryShiftByteCount=n,this.bitCount=i}return r.prototype.getMode=function(){return this.mode},r.prototype.getToken=function(){return this.token},r.prototype.getBinaryShiftByteCount=function(){return this.binaryShiftByteCount},r.prototype.getBitCount=function(){return this.bitCount},r.prototype.latchAndAppend=function(e,t){var n=this.bitCount,i=this.token;if(e!==this.mode){var a=fi[this.mode][e];i=nr(i,a&65535,a>>16),n+=a>>16}var o=e===Ge?4:5;return i=nr(i,t,o),new r(i,e,0,n+o)},r.prototype.shiftAndAppend=function(e,t){var n=this.token,i=this.mode===Ge?4:5;return n=nr(n,Ro[this.mode][e],i),n=nr(n,t,5),new r(n,this.mode,0,this.bitCount+i+5)},r.prototype.addBinaryShiftChar=function(e){var t=this.token,n=this.mode,i=this.bitCount;if(this.mode===Je||this.mode===Ge){var a=fi[n][dt];t=nr(t,a&65535,a>>16),i+=a>>16,n=dt}var o=this.binaryShiftByteCount===0||this.binaryShiftByteCount===31?18:this.binaryShiftByteCount===62?9:8,s=new r(t,n,this.binaryShiftByteCount+1,i+o);return s.binaryShiftByteCount===2078&&(s=s.endBinaryShift(e+1)),s},r.prototype.endBinaryShift=function(e){if(this.binaryShiftByteCount===0)return this;var t=this.token;return t=I1(t,e-this.binaryShiftByteCount,this.binaryShiftByteCount),new r(t,this.mode,0,this.bitCount)},r.prototype.isBetterThanOrEqualTo=function(e){var t=this.bitCount+(fi[this.mode][e.mode]>>16);return this.binaryShiftByteCount<e.binaryShiftByteCount?t+=r.calculateBinaryShiftCost(e)-r.calculateBinaryShiftCost(this):this.binaryShiftByteCount>e.binaryShiftByteCount&&e.binaryShiftByteCount>0&&(t+=10),t<=e.bitCount},r.prototype.toBitArray=function(e){for(var t,n,i=[],a=this.endBinaryShift(e.length).token;a!==null;a=a.getPrevious())i.unshift(a);var o=new ve;try{for(var s=N1(i),f=s.next();!f.done;f=s.next()){var u=f.value;u.appendTo(o,e)}}catch(c){t={error:c}}finally{try{f&&!f.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}return o},r.prototype.toString=function(){return $.format("%s bits=%d bytes=%d",S1[this.mode],this.bitCount,this.binaryShiftByteCount)},r.calculateBinaryShiftCost=function(e){return e.binaryShiftByteCount>62?21:e.binaryShiftByteCount>31?20:e.binaryShiftByteCount>0?10:0},r.INITIAL_STATE=new r(b1,dt,0,0),r}();function P1(r){var e=$.getCharCode(" "),t=$.getCharCode("."),n=$.getCharCode(",");r[dt][e]=1;for(var i=$.getCharCode("Z"),a=$.getCharCode("A"),o=a;o<=i;o++)r[dt][o]=o-a+2;r[Vr][e]=1;for(var s=$.getCharCode("z"),f=$.getCharCode("a"),o=f;o<=s;o++)r[Vr][o]=o-f+2;r[Ge][e]=1;for(var u=$.getCharCode("9"),c=$.getCharCode("0"),o=c;o<=u;o++)r[Ge][o]=o-c+2;r[Ge][n]=12,r[Ge][t]=13;for(var l=["\0"," ","","","","","","","\x07","\b"," ",`
|
|
62
|
+
`),e.toString()},r.prototype.setMode=function(e){this.mode=e},r.prototype.setECLevel=function(e){this.ecLevel=e},r.prototype.setVersion=function(e){this.version=e},r.prototype.setMaskPattern=function(e){this.maskPattern=e},r.prototype.setMatrix=function(e){this.matrix=e},r.isValidMaskPattern=function(e){return e>=0&&e<r.NUM_MASK_PATTERNS},r.NUM_MASK_PATTERNS=8,r}(),Vl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),ie=function(r){Vl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="WriterException",e}(Fe),_o=function(){function r(){}return r.clearMatrix=function(e){e.clear(255)},r.buildMatrix=function(e,t,n,i,a){r.clearMatrix(a),r.embedBasicPatterns(n,a),r.embedTypeInfo(t,i,a),r.maybeEmbedVersionInfo(n,a),r.embedDataBits(e,i,a)},r.embedBasicPatterns=function(e,t){r.embedPositionDetectionPatternsAndSeparators(t),r.embedDarkDotAtLeftBottomCorner(t),r.maybeEmbedPositionAdjustmentPatterns(e,t),r.embedTimingPatterns(t)},r.embedTypeInfo=function(e,t,n){var i=new ve;r.makeTypeInfoBits(e,t,i);for(var a=0,o=i.getSize();a<o;++a){var s=i.get(i.getSize()-1-a),f=r.TYPE_INFO_COORDINATES[a],u=f[0],c=f[1];if(n.setBoolean(u,c,s),a<8){var l=n.getWidth()-a-1,d=8;n.setBoolean(l,d,s)}else{var l=8,d=n.getHeight()-7+(a-8);n.setBoolean(l,d,s)}}},r.maybeEmbedVersionInfo=function(e,t){if(!(e.getVersionNumber()<7)){var n=new ve;r.makeVersionInfoBits(e,n);for(var i=6*3-1,a=0;a<6;++a)for(var o=0;o<3;++o){var s=n.get(i);i--,t.setBoolean(a,t.getHeight()-11+o,s),t.setBoolean(t.getHeight()-11+o,a,s)}}},r.embedDataBits=function(e,t,n){for(var i=0,a=-1,o=n.getWidth()-1,s=n.getHeight()-1;o>0;){for(o===6&&(o-=1);s>=0&&s<n.getHeight();){for(var f=0;f<2;++f){var u=o-f;if(r.isEmpty(n.get(u,s))){var c=void 0;i<e.getSize()?(c=e.get(i),++i):c=!1,t!==255&&rr.getDataMaskBit(t,u,s)&&(c=!c),n.setBoolean(u,s,c)}}s+=a}a=-a,s+=a,o-=2}if(i!==e.getSize())throw new ie("Not all bits consumed: "+i+"/"+e.getSize())},r.findMSBSet=function(e){return 32-G.numberOfLeadingZeros(e)},r.calculateBCHCode=function(e,t){if(t===0)throw new U("0 polynomial");var n=r.findMSBSet(t);for(e<<=n-1;r.findMSBSet(e)>=n;)e^=t<<r.findMSBSet(e)-n;return e},r.makeTypeInfoBits=function(e,t,n){if(!ri.isValidMaskPattern(t))throw new ie("Invalid mask pattern");var i=e.getBits()<<3|t;n.appendBits(i,5);var a=r.calculateBCHCode(i,r.TYPE_INFO_POLY);n.appendBits(a,10);var o=new ve;if(o.appendBits(r.TYPE_INFO_MASK_PATTERN,15),n.xor(o),n.getSize()!==15)throw new ie("should not happen but we got: "+n.getSize())},r.makeVersionInfoBits=function(e,t){t.appendBits(e.getVersionNumber(),6);var n=r.calculateBCHCode(e.getVersionNumber(),r.VERSION_INFO_POLY);if(t.appendBits(n,12),t.getSize()!==18)throw new ie("should not happen but we got: "+t.getSize())},r.isEmpty=function(e){return e===255},r.embedTimingPatterns=function(e){for(var t=8;t<e.getWidth()-8;++t){var n=(t+1)%2;r.isEmpty(e.get(t,6))&&e.setNumber(t,6,n),r.isEmpty(e.get(6,t))&&e.setNumber(6,t,n)}},r.embedDarkDotAtLeftBottomCorner=function(e){if(e.get(8,e.getHeight()-8)===0)throw new ie;e.setNumber(8,e.getHeight()-8,1)},r.embedHorizontalSeparationPattern=function(e,t,n){for(var i=0;i<8;++i){if(!r.isEmpty(n.get(e+i,t)))throw new ie;n.setNumber(e+i,t,0)}},r.embedVerticalSeparationPattern=function(e,t,n){for(var i=0;i<7;++i){if(!r.isEmpty(n.get(e,t+i)))throw new ie;n.setNumber(e,t+i,0)}},r.embedPositionAdjustmentPattern=function(e,t,n){for(var i=0;i<5;++i)for(var a=r.POSITION_ADJUSTMENT_PATTERN[i],o=0;o<5;++o)n.setNumber(e+o,t+i,a[o])},r.embedPositionDetectionPattern=function(e,t,n){for(var i=0;i<7;++i)for(var a=r.POSITION_DETECTION_PATTERN[i],o=0;o<7;++o)n.setNumber(e+o,t+i,a[o])},r.embedPositionDetectionPatternsAndSeparators=function(e){var t=r.POSITION_DETECTION_PATTERN[0].length;r.embedPositionDetectionPattern(0,0,e),r.embedPositionDetectionPattern(e.getWidth()-t,0,e),r.embedPositionDetectionPattern(0,e.getWidth()-t,e);var n=8;r.embedHorizontalSeparationPattern(0,n-1,e),r.embedHorizontalSeparationPattern(e.getWidth()-n,n-1,e),r.embedHorizontalSeparationPattern(0,e.getWidth()-n,e);var i=7;r.embedVerticalSeparationPattern(i,0,e),r.embedVerticalSeparationPattern(e.getHeight()-i-1,0,e),r.embedVerticalSeparationPattern(i,e.getHeight()-i,e)},r.maybeEmbedPositionAdjustmentPatterns=function(e,t){if(!(e.getVersionNumber()<2))for(var n=e.getVersionNumber()-1,i=r.POSITION_ADJUSTMENT_PATTERN_COORDINATE_TABLE[n],a=0,o=i.length;a!==o;a++){var s=i[a];if(s>=0)for(var f=0;f!==o;f++){var u=i[f];u>=0&&r.isEmpty(t.get(u,s))&&r.embedPositionAdjustmentPattern(u-2,s-2,t)}}},r.POSITION_DETECTION_PATTERN=Array.from([Int32Array.from([1,1,1,1,1,1,1]),Int32Array.from([1,0,0,0,0,0,1]),Int32Array.from([1,0,1,1,1,0,1]),Int32Array.from([1,0,1,1,1,0,1]),Int32Array.from([1,0,1,1,1,0,1]),Int32Array.from([1,0,0,0,0,0,1]),Int32Array.from([1,1,1,1,1,1,1])]),r.POSITION_ADJUSTMENT_PATTERN=Array.from([Int32Array.from([1,1,1,1,1]),Int32Array.from([1,0,0,0,1]),Int32Array.from([1,0,1,0,1]),Int32Array.from([1,0,0,0,1]),Int32Array.from([1,1,1,1,1])]),r.POSITION_ADJUSTMENT_PATTERN_COORDINATE_TABLE=Array.from([Int32Array.from([-1,-1,-1,-1,-1,-1,-1]),Int32Array.from([6,18,-1,-1,-1,-1,-1]),Int32Array.from([6,22,-1,-1,-1,-1,-1]),Int32Array.from([6,26,-1,-1,-1,-1,-1]),Int32Array.from([6,30,-1,-1,-1,-1,-1]),Int32Array.from([6,34,-1,-1,-1,-1,-1]),Int32Array.from([6,22,38,-1,-1,-1,-1]),Int32Array.from([6,24,42,-1,-1,-1,-1]),Int32Array.from([6,26,46,-1,-1,-1,-1]),Int32Array.from([6,28,50,-1,-1,-1,-1]),Int32Array.from([6,30,54,-1,-1,-1,-1]),Int32Array.from([6,32,58,-1,-1,-1,-1]),Int32Array.from([6,34,62,-1,-1,-1,-1]),Int32Array.from([6,26,46,66,-1,-1,-1]),Int32Array.from([6,26,48,70,-1,-1,-1]),Int32Array.from([6,26,50,74,-1,-1,-1]),Int32Array.from([6,30,54,78,-1,-1,-1]),Int32Array.from([6,30,56,82,-1,-1,-1]),Int32Array.from([6,30,58,86,-1,-1,-1]),Int32Array.from([6,34,62,90,-1,-1,-1]),Int32Array.from([6,28,50,72,94,-1,-1]),Int32Array.from([6,26,50,74,98,-1,-1]),Int32Array.from([6,30,54,78,102,-1,-1]),Int32Array.from([6,28,54,80,106,-1,-1]),Int32Array.from([6,32,58,84,110,-1,-1]),Int32Array.from([6,30,58,86,114,-1,-1]),Int32Array.from([6,34,62,90,118,-1,-1]),Int32Array.from([6,26,50,74,98,122,-1]),Int32Array.from([6,30,54,78,102,126,-1]),Int32Array.from([6,26,52,78,104,130,-1]),Int32Array.from([6,30,56,82,108,134,-1]),Int32Array.from([6,34,60,86,112,138,-1]),Int32Array.from([6,30,58,86,114,142,-1]),Int32Array.from([6,34,62,90,118,146,-1]),Int32Array.from([6,30,54,78,102,126,150]),Int32Array.from([6,24,50,76,102,128,154]),Int32Array.from([6,28,54,80,106,132,158]),Int32Array.from([6,32,58,84,110,136,162]),Int32Array.from([6,26,54,82,110,138,166]),Int32Array.from([6,30,58,86,114,142,170])]),r.TYPE_INFO_COORDINATES=Array.from([Int32Array.from([8,0]),Int32Array.from([8,1]),Int32Array.from([8,2]),Int32Array.from([8,3]),Int32Array.from([8,4]),Int32Array.from([8,5]),Int32Array.from([8,7]),Int32Array.from([8,8]),Int32Array.from([7,8]),Int32Array.from([5,8]),Int32Array.from([4,8]),Int32Array.from([3,8]),Int32Array.from([2,8]),Int32Array.from([1,8]),Int32Array.from([0,8])]),r.VERSION_INFO_POLY=7973,r.TYPE_INFO_POLY=1335,r.TYPE_INFO_MASK_PATTERN=21522,r}(),Hl=function(){function r(e,t){this.dataBytes=e,this.errorCorrectionBytes=t}return r.prototype.getDataBytes=function(){return this.dataBytes},r.prototype.getErrorCorrectionBytes=function(){return this.errorCorrectionBytes},r}(),Ao=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};(function(){function r(){}return r.calculateMaskPenalty=function(e){return rr.applyMaskPenaltyRule1(e)+rr.applyMaskPenaltyRule2(e)+rr.applyMaskPenaltyRule3(e)+rr.applyMaskPenaltyRule4(e)},r.encode=function(e,t,n){n===void 0&&(n=null);var i=r.DEFAULT_BYTE_MODE_ENCODING,a=n!==null&&n.get(Ur.CHARACTER_SET)!==void 0;a&&(i=n.get(Ur.CHARACTER_SET).toString());var o=this.chooseMode(e,i),s=new ve;if(o===ne.BYTE&&(a||r.DEFAULT_BYTE_MODE_ENCODING!==i)){var f=ue.getCharacterSetECIByName(i);f!==void 0&&this.appendECI(f,s)}this.appendModeInfo(o,s);var u=new ve;this.appendBytes(e,o,u,i);var c;if(n!==null&&n.get(Ur.QR_VERSION)!==void 0){var l=Number.parseInt(n.get(Ur.QR_VERSION).toString(),10);c=mt.getVersionForNumber(l);var d=this.calculateBitsNeeded(o,s,u,c);if(!this.willFit(d,c,t))throw new ie("Data too big for requested version")}else c=this.recommendVersion(t,o,s,u);var h=new ve;h.appendBitArray(s);var p=o===ne.BYTE?u.getSizeInBytes():e.length;this.appendLengthInfo(p,c,o,h),h.appendBitArray(u);var v=c.getECBlocksForLevel(t),x=c.getTotalCodewords()-v.getTotalECCodewords();this.terminateBits(x,h);var w=this.interleaveWithECBytes(h,c.getTotalCodewords(),x,v.getNumBlocks()),m=new ri;m.setECLevel(t),m.setMode(o),m.setVersion(c);var C=c.getDimensionForVersion(),_=new Ul(C,C),A=this.chooseMaskPattern(w,t,c,_);return m.setMaskPattern(A),_o.buildMatrix(w,t,c,A,_),m.setMatrix(_),m},r.recommendVersion=function(e,t,n,i){var a=this.calculateBitsNeeded(t,n,i,mt.getVersionForNumber(1)),o=this.chooseVersion(a,e),s=this.calculateBitsNeeded(t,n,i,o);return this.chooseVersion(s,e)},r.calculateBitsNeeded=function(e,t,n,i){return t.getSize()+e.getCharacterCountBits(i)+n.getSize()},r.getAlphanumericCode=function(e){return e<r.ALPHANUMERIC_TABLE.length?r.ALPHANUMERIC_TABLE[e]:-1},r.chooseMode=function(e,t){if(t===void 0&&(t=null),ue.SJIS.getName()===t&&this.isOnlyDoubleByteKanji(e))return ne.KANJI;for(var n=!1,i=!1,a=0,o=e.length;a<o;++a){var s=e.charAt(a);if(r.isDigit(s))n=!0;else if(this.getAlphanumericCode(s.charCodeAt(0))!==-1)i=!0;else return ne.BYTE}return i?ne.ALPHANUMERIC:n?ne.NUMERIC:ne.BYTE},r.isOnlyDoubleByteKanji=function(e){var t;try{t=He.encode(e,ue.SJIS)}catch{return!1}var n=t.length;if(n%2!==0)return!1;for(var i=0;i<n;i+=2){var a=t[i]&255;if((a<129||a>159)&&(a<224||a>235))return!1}return!0},r.chooseMaskPattern=function(e,t,n,i){for(var a=Number.MAX_SAFE_INTEGER,o=-1,s=0;s<ri.NUM_MASK_PATTERNS;s++){_o.buildMatrix(e,t,n,s,i);var f=this.calculateMaskPenalty(i);f<a&&(a=f,o=s)}return o},r.chooseVersion=function(e,t){for(var n=1;n<=40;n++){var i=mt.getVersionForNumber(n);if(r.willFit(e,i,t))return i}throw new ie("Data too big")},r.willFit=function(e,t,n){var i=t.getTotalCodewords(),a=t.getECBlocksForLevel(n),o=a.getTotalECCodewords(),s=i-o,f=(e+7)/8;return s>=f},r.terminateBits=function(e,t){var n=e*8;if(t.getSize()>n)throw new ie("data bits cannot fit in the QR Code"+t.getSize()+" > "+n);for(var i=0;i<4&&t.getSize()<n;++i)t.appendBit(!1);var a=t.getSize()&7;if(a>0)for(var i=a;i<8;i++)t.appendBit(!1);for(var o=e-t.getSizeInBytes(),i=0;i<o;++i)t.appendBits(i&1?17:236,8);if(t.getSize()!==n)throw new ie("Bits size does not equal capacity")},r.getNumDataBytesAndNumECBytesForBlockID=function(e,t,n,i,a,o){if(i>=n)throw new ie("Block ID too large");var s=e%n,f=n-s,u=Math.floor(e/n),c=u+1,l=Math.floor(t/n),d=l+1,h=u-l,p=c-d;if(h!==p)throw new ie("EC bytes mismatch");if(n!==f+s)throw new ie("RS blocks mismatch");if(e!==(l+h)*f+(d+p)*s)throw new ie("Total bytes mismatch");i<f?(a[0]=l,o[0]=h):(a[0]=d,o[0]=p)},r.interleaveWithECBytes=function(e,t,n,i){var a,o,s,f;if(e.getSizeInBytes()!==n)throw new ie("Number of bits and data bytes does not match");for(var u=0,c=0,l=0,d=new Array,h=0;h<i;++h){var p=new Int32Array(1),v=new Int32Array(1);r.getNumDataBytesAndNumECBytesForBlockID(t,n,i,h,p,v);var x=p[0],w=new Uint8Array(x);e.toBytes(8*u,w,0,x);var m=r.generateECBytes(w,v[0]);d.push(new Hl(w,m)),c=Math.max(c,x),l=Math.max(l,m.length),u+=p[0]}if(n!==u)throw new ie("Data bytes does not match offset");for(var C=new ve,h=0;h<c;++h)try{for(var _=(a=void 0,Ao(d)),A=_.next();!A.done;A=_.next()){var b=A.value,w=b.getDataBytes();h<w.length&&C.appendBits(w[h],8)}}catch(B){a={error:B}}finally{try{A&&!A.done&&(o=_.return)&&o.call(_)}finally{if(a)throw a.error}}for(var h=0;h<l;++h)try{for(var T=(s=void 0,Ao(d)),O=T.next();!O.done;O=T.next()){var b=O.value,m=b.getErrorCorrectionBytes();h<m.length&&C.appendBits(m[h],8)}}catch(B){s={error:B}}finally{try{O&&!O.done&&(f=T.return)&&f.call(T)}finally{if(s)throw s.error}}if(t!==C.getSizeInBytes())throw new ie("Interleaving error: "+t+" and "+C.getSizeInBytes()+" differ.");return C},r.generateECBytes=function(e,t){for(var n=e.length,i=new Int32Array(n+t),a=0;a<n;a++)i[a]=e[a]&255;new Co(Re.QR_CODE_FIELD_256).encode(i,t);for(var o=new Uint8Array(t),a=0;a<t;a++)o[a]=i[n+a];return o},r.appendModeInfo=function(e,t){t.appendBits(e.getBits(),4)},r.appendLengthInfo=function(e,t,n,i){var a=n.getCharacterCountBits(t);if(e>=1<<a)throw new ie(e+" is bigger than "+((1<<a)-1));i.appendBits(e,a)},r.appendBytes=function(e,t,n,i){switch(t){case ne.NUMERIC:r.appendNumericBytes(e,n);break;case ne.ALPHANUMERIC:r.appendAlphanumericBytes(e,n);break;case ne.BYTE:r.append8BitBytes(e,n,i);break;case ne.KANJI:r.appendKanjiBytes(e,n);break;default:throw new ie("Invalid mode: "+t)}},r.getDigit=function(e){return e.charCodeAt(0)-48},r.isDigit=function(e){var t=r.getDigit(e);return t>=0&&t<=9},r.appendNumericBytes=function(e,t){for(var n=e.length,i=0;i<n;){var a=r.getDigit(e.charAt(i));if(i+2<n){var o=r.getDigit(e.charAt(i+1)),s=r.getDigit(e.charAt(i+2));t.appendBits(a*100+o*10+s,10),i+=3}else if(i+1<n){var o=r.getDigit(e.charAt(i+1));t.appendBits(a*10+o,7),i+=2}else t.appendBits(a,4),i++}},r.appendAlphanumericBytes=function(e,t){for(var n=e.length,i=0;i<n;){var a=r.getAlphanumericCode(e.charCodeAt(i));if(a===-1)throw new ie;if(i+1<n){var o=r.getAlphanumericCode(e.charCodeAt(i+1));if(o===-1)throw new ie;t.appendBits(a*45+o,11),i+=2}else t.appendBits(a,6),i++}},r.append8BitBytes=function(e,t,n){var i;try{i=He.encode(e,n)}catch(f){throw new ie(f)}for(var a=0,o=i.length;a!==o;a++){var s=i[a];t.appendBits(s,8)}},r.appendKanjiBytes=function(e,t){var n;try{n=He.encode(e,ue.SJIS)}catch(l){throw new ie(l)}for(var i=n.length,a=0;a<i;a+=2){var o=n[a]&255,s=n[a+1]&255,f=o<<8&4294967295|s,u=-1;if(f>=33088&&f<=40956?u=f-33088:f>=57408&&f<=60351&&(u=f-49472),u===-1)throw new ie("Invalid byte sequence");var c=(u>>8)*192+(u&255);t.appendBits(c,13)}},r.appendECI=function(e,t){t.appendBits(ne.ECI.getBits(),4),t.appendBits(e.getValue(),8)},r.ALPHANUMERIC_TABLE=Int32Array.from([-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,36,-1,-1,-1,37,38,-1,-1,-1,-1,39,40,-1,41,42,43,0,1,2,3,4,5,6,7,8,9,44,-1,-1,-1,-1,-1,-1,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,-1,-1,-1,-1,-1]),r.DEFAULT_BYTE_MODE_ENCODING=ue.UTF8.getName(),r})();var zl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){zl(e,r);function e(t,n,i,a,o,s,f,u){var c=r.call(this,s,f)||this;if(c.yuvData=t,c.dataWidth=n,c.dataHeight=i,c.left=a,c.top=o,a+s>n||o+f>i)throw new U("Crop rectangle does not fit within image data.");return u&&c.reverseHorizontal(s,f),c}return e.prototype.getRow=function(t,n){if(t<0||t>=this.getHeight())throw new U("Requested row is outside the image: "+t);var i=this.getWidth();(n==null||n.length<i)&&(n=new Uint8ClampedArray(i));var a=(t+this.top)*this.dataWidth+this.left;return re.arraycopy(this.yuvData,a,n,0,i),n},e.prototype.getMatrix=function(){var t=this.getWidth(),n=this.getHeight();if(t===this.dataWidth&&n===this.dataHeight)return this.yuvData;var i=t*n,a=new Uint8ClampedArray(i),o=this.top*this.dataWidth+this.left;if(t===this.dataWidth)return re.arraycopy(this.yuvData,o,a,0,i),a;for(var s=0;s<n;s++){var f=s*t;re.arraycopy(this.yuvData,o,a,f,t),o+=this.dataWidth}return a},e.prototype.isCropSupported=function(){return!0},e.prototype.crop=function(t,n,i,a){return new e(this.yuvData,this.dataWidth,this.dataHeight,this.left+t,this.top+n,i,a,!1)},e.prototype.renderThumbnail=function(){for(var t=this.getWidth()/e.THUMBNAIL_SCALE_FACTOR,n=this.getHeight()/e.THUMBNAIL_SCALE_FACTOR,i=new Int32Array(t*n),a=this.yuvData,o=this.top*this.dataWidth+this.left,s=0;s<n;s++){for(var f=s*t,u=0;u<t;u++){var c=a[o+u*e.THUMBNAIL_SCALE_FACTOR]&255;i[f+u]=4278190080|c*65793}o+=this.dataWidth*e.THUMBNAIL_SCALE_FACTOR}return i},e.prototype.getThumbnailWidth=function(){return this.getWidth()/e.THUMBNAIL_SCALE_FACTOR},e.prototype.getThumbnailHeight=function(){return this.getHeight()/e.THUMBNAIL_SCALE_FACTOR},e.prototype.reverseHorizontal=function(t,n){for(var i=this.yuvData,a=0,o=this.top*this.dataWidth+this.left;a<n;a++,o+=this.dataWidth)for(var s=o+t/2,f=o,u=o+t-1;f<s;f++,u--){var c=i[f];i[f]=i[u],i[u]=c}},e.prototype.invert=function(){return new Rn(this)},e.THUMBNAIL_SCALE_FACTOR=2,e})(Nr);var Gl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}();(function(r){Gl(e,r);function e(t,n,i,a,o,s,f){var u=r.call(this,n,i)||this;if(u.dataWidth=a,u.dataHeight=o,u.left=s,u.top=f,t.BYTES_PER_ELEMENT===4){for(var c=n*i,l=new Uint8ClampedArray(c),d=0;d<c;d++){var h=t[d],p=h>>16&255,v=h>>7&510,x=h&255;l[d]=(p+v+x)/4&255}u.luminances=l}else u.luminances=t;if(a===void 0&&(u.dataWidth=n),o===void 0&&(u.dataHeight=i),s===void 0&&(u.left=0),f===void 0&&(u.top=0),u.left+n>u.dataWidth||u.top+i>u.dataHeight)throw new U("Crop rectangle does not fit within image data.");return u}return e.prototype.getRow=function(t,n){if(t<0||t>=this.getHeight())throw new U("Requested row is outside the image: "+t);var i=this.getWidth();(n==null||n.length<i)&&(n=new Uint8ClampedArray(i));var a=(t+this.top)*this.dataWidth+this.left;return re.arraycopy(this.luminances,a,n,0,i),n},e.prototype.getMatrix=function(){var t=this.getWidth(),n=this.getHeight();if(t===this.dataWidth&&n===this.dataHeight)return this.luminances;var i=t*n,a=new Uint8ClampedArray(i),o=this.top*this.dataWidth+this.left;if(t===this.dataWidth)return re.arraycopy(this.luminances,o,a,0,i),a;for(var s=0;s<n;s++){var f=s*t;re.arraycopy(this.luminances,o,a,f,t),o+=this.dataWidth}return a},e.prototype.isCropSupported=function(){return!0},e.prototype.crop=function(t,n,i,a){return new e(this.luminances,i,a,this.dataWidth,this.dataHeight,this.left+t,this.top+n)},e.prototype.invert=function(){return new Rn(this)},e})(Nr);var Wl=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),Xl=function(r){Wl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.forName=function(t){return this.getCharacterSetECIByName(t)},e}(ue),$l=function(){function r(){}return r.ISO_8859_1=ue.ISO8859_1,r}(),ni,jl=301,Yl=function(r,e){for(var t=1,n=0;n<255;n++)e[n]=t,r[t]=n,t*=2,t>=256&&(t^=jl);return{LOG:r,ALOG:e}};ni=Yl([],[]),ni.LOG,ni.ALOG;var Eo;(function(r){r[r.FORCE_NONE=0]="FORCE_NONE",r[r.FORCE_SQUARE=1]="FORCE_SQUARE",r[r.FORCE_RECTANGLE=2]="FORCE_RECTANGLE"})(Eo||(Eo={}));var Io=129,So=230,Zl=231,Kl=235,ql=236,Ql=237,Jl=238,e1=239,t1=240,ii=254,r1=254,bo="[)>05",To="[)>06",Oo="",ee=0,Ae=1,Pe=2,he=3,xe=4,Te=5,n1=function(){function r(){}return r.prototype.getEncodingMode=function(){return ee},r.prototype.encode=function(e){var t=Ze.determineConsecutiveDigitCount(e.getMessage(),e.pos);if(t>=2)e.writeCodeword(this.encodeASCIIDigits(e.getMessage().charCodeAt(e.pos),e.getMessage().charCodeAt(e.pos+1))),e.pos+=2;else{var n=e.getCurrentChar(),i=Ze.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(i!==this.getEncodingMode())switch(i){case Te:e.writeCodeword(Zl),e.signalEncoderChange(Te);return;case Ae:e.writeCodeword(So),e.signalEncoderChange(Ae);return;case he:e.writeCodeword(Jl),e.signalEncoderChange(he);break;case Pe:e.writeCodeword(e1),e.signalEncoderChange(Pe);break;case xe:e.writeCodeword(t1),e.signalEncoderChange(xe);break;default:throw new Error("Illegal mode: "+i)}else Ze.isExtendedASCII(n)?(e.writeCodeword(Kl),e.writeCodeword(n-128+1),e.pos++):(e.writeCodeword(n+1),e.pos++)}},r.prototype.encodeASCIIDigits=function(e,t){if(Ze.isDigit(e)&&Ze.isDigit(t)){var n=(e-48)*10+(t-48);return n+130}throw new Error("not digits: "+e+t)},r}(),i1=function(){function r(){}return r.prototype.getEncodingMode=function(){return Te},r.prototype.encode=function(e){var t=new z;for(t.append(0);e.hasMoreCharacters();){var n=e.getCurrentChar();t.append(n),e.pos++;var i=Ze.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(i!==this.getEncodingMode()){e.signalEncoderChange(ee);break}}var a=t.length()-1,o=1,s=e.getCodewordCount()+a+o;e.updateSymbolInfo(s);var f=e.getSymbolInfo().getDataCapacity()-s>0;if(e.hasMoreCharacters()||f)if(a<=249)t.setCharAt(0,$.getCharAt(a));else if(a<=1555)t.setCharAt(0,$.getCharAt(Math.floor(a/250)+249)),t.insert(1,$.getCharAt(a%250));else throw new Error("Message length not in valid ranges: "+a);for(var u=0,n=t.length();u<n;u++)e.writeCodeword(this.randomize255State(t.charAt(u).charCodeAt(0),e.getCodewordCount()+1))},r.prototype.randomize255State=function(e,t){var n=149*t%255+1,i=e+n;return i<=255?i:i-256},r}(),ai=function(){function r(){}return r.prototype.getEncodingMode=function(){return Ae},r.prototype.encodeMaximal=function(e){for(var t=new z,n=0,i=e.pos,a=0;e.hasMoreCharacters();){var o=e.getCurrentChar();e.pos++,n=this.encodeChar(o,t),t.length()%3===0&&(i=e.pos,a=t.length())}if(a!==t.length()){var s=Math.floor(t.length()/3*2),f=Math.floor(e.getCodewordCount()+s+1);e.updateSymbolInfo(f);var u=e.getSymbolInfo().getDataCapacity()-f,c=Math.floor(t.length()%3);(c===2&&u!==2||c===1&&(n>3||u!==1))&&(e.pos=i)}t.length()>0&&e.writeCodeword(So),this.handleEOD(e,t)},r.prototype.encode=function(e){for(var t=new z;e.hasMoreCharacters();){var n=e.getCurrentChar();e.pos++;var i=this.encodeChar(n,t),a=Math.floor(t.length()/3)*2,o=e.getCodewordCount()+a;e.updateSymbolInfo(o);var s=e.getSymbolInfo().getDataCapacity()-o;if(!e.hasMoreCharacters()){var f=new z;for(t.length()%3===2&&s!==2&&(i=this.backtrackOneCharacter(e,t,f,i));t.length()%3===1&&(i>3||s!==1);)i=this.backtrackOneCharacter(e,t,f,i);break}var u=t.length();if(u%3===0){var c=Ze.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(c!==this.getEncodingMode()){e.signalEncoderChange(ee);break}}}this.handleEOD(e,t)},r.prototype.backtrackOneCharacter=function(e,t,n,i){var a=t.length(),o=t.toString().substring(0,a-i);t.setLengthToZero(),t.append(o),e.pos--;var s=e.getCurrentChar();return i=this.encodeChar(s,n),e.resetSymbolInfo(),i},r.prototype.writeNextTriplet=function(e,t){e.writeCodewords(this.encodeToCodewords(t.toString()));var n=t.toString().substring(3);t.setLengthToZero(),t.append(n)},r.prototype.handleEOD=function(e,t){var n=Math.floor(t.length()/3*2),i=t.length()%3,a=e.getCodewordCount()+n;e.updateSymbolInfo(a);var o=e.getSymbolInfo().getDataCapacity()-a;if(i===2){for(t.append("\0");t.length()>=3;)this.writeNextTriplet(e,t);e.hasMoreCharacters()&&e.writeCodeword(ii)}else if(o===1&&i===1){for(;t.length()>=3;)this.writeNextTriplet(e,t);e.hasMoreCharacters()&&e.writeCodeword(ii),e.pos--}else if(i===0){for(;t.length()>=3;)this.writeNextTriplet(e,t);(o>0||e.hasMoreCharacters())&&e.writeCodeword(ii)}else throw new Error("Unexpected case. Please report!");e.signalEncoderChange(ee)},r.prototype.encodeChar=function(e,t){if(e===32)return t.append(3),1;if(e>=48&&e<=57)return t.append(e-48+4),1;if(e>=65&&e<=90)return t.append(e-65+14),1;if(e<32)return t.append(0),t.append(e),2;if(e<=47)return t.append(1),t.append(e-33),2;if(e<=64)return t.append(1),t.append(e-58+15),2;if(e<=95)return t.append(1),t.append(e-91+22),2;if(e<=127)return t.append(2),t.append(e-96),2;t.append("1");var n=2;return n+=this.encodeChar(e-128,t),n},r.prototype.encodeToCodewords=function(e){var t=1600*e.charCodeAt(0)+40*e.charCodeAt(1)+e.charCodeAt(2)+1,n=t/256,i=t%256,a=new z;return a.append(n),a.append(i),a.toString()},r}(),a1=function(){function r(){}return r.prototype.getEncodingMode=function(){return xe},r.prototype.encode=function(e){for(var t=new z;e.hasMoreCharacters();){var n=e.getCurrentChar();this.encodeChar(n,t),e.pos++;var i=t.length();if(i>=4){e.writeCodewords(this.encodeToCodewords(t.toString()));var a=t.toString().substring(4);t.setLengthToZero(),t.append(a);var o=Ze.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(o!==this.getEncodingMode()){e.signalEncoderChange(ee);break}}}t.append($.getCharAt(31)),this.handleEOD(e,t)},r.prototype.handleEOD=function(e,t){try{var n=t.length();if(n===0)return;if(n===1){e.updateSymbolInfo();var i=e.getSymbolInfo().getDataCapacity()-e.getCodewordCount(),a=e.getRemainingCharacters();if(a>i&&(e.updateSymbolInfo(e.getCodewordCount()+1),i=e.getSymbolInfo().getDataCapacity()-e.getCodewordCount()),a<=i&&i<=2)return}if(n>4)throw new Error("Count must not exceed 4");var o=n-1,s=this.encodeToCodewords(t.toString()),f=!e.hasMoreCharacters(),u=f&&o<=2;if(o<=2){e.updateSymbolInfo(e.getCodewordCount()+o);var i=e.getSymbolInfo().getDataCapacity()-e.getCodewordCount();i>=3&&(u=!1,e.updateSymbolInfo(e.getCodewordCount()+s.length))}u?(e.resetSymbolInfo(),e.pos-=o):e.writeCodewords(s)}finally{e.signalEncoderChange(ee)}},r.prototype.encodeChar=function(e,t){e>=32&&e<=63?t.append(e):e>=64&&e<=94?t.append($.getCharAt(e-64)):Ze.illegalCharacter($.getCharAt(e))},r.prototype.encodeToCodewords=function(e){var t=e.length;if(t===0)throw new Error("StringBuilder must not be empty");var n=e.charAt(0).charCodeAt(0),i=t>=2?e.charAt(1).charCodeAt(0):0,a=t>=3?e.charAt(2).charCodeAt(0):0,o=t>=4?e.charAt(3).charCodeAt(0):0,s=(n<<18)+(i<<12)+(a<<6)+o,f=s>>16&255,u=s>>8&255,c=s&255,l=new z;return l.append(f),t>=2&&l.append(u),t>=3&&l.append(c),l.toString()},r}(),o1=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),s1=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},q=function(){function r(e,t,n,i,a,o,s,f){s===void 0&&(s=0),f===void 0&&(f=0),this.rectangular=e,this.dataCapacity=t,this.errorCodewords=n,this.matrixWidth=i,this.matrixHeight=a,this.dataRegions=o,this.rsBlockData=s,this.rsBlockError=f}return r.lookup=function(e,t,n,i,a){var o,s;t===void 0&&(t=0),n===void 0&&(n=null),i===void 0&&(i=null),a===void 0&&(a=!0);try{for(var f=s1(u1),u=f.next();!u.done;u=f.next()){var c=u.value;if(!(t===1&&c.rectangular)&&!(t===2&&!c.rectangular)&&!(n!=null&&(c.getSymbolWidth()<n.getWidth()||c.getSymbolHeight()<n.getHeight()))&&!(i!=null&&(c.getSymbolWidth()>i.getWidth()||c.getSymbolHeight()>i.getHeight()))&&e<=c.dataCapacity)return c}}catch(l){o={error:l}}finally{try{u&&!u.done&&(s=f.return)&&s.call(f)}finally{if(o)throw o.error}}if(a)throw new Error("Can't find a symbol arrangement that matches the message. Data codewords: "+e);return null},r.prototype.getHorizontalDataRegions=function(){switch(this.dataRegions){case 1:return 1;case 2:case 4:return 2;case 16:return 4;case 36:return 6;default:throw new Error("Cannot handle this number of data regions")}},r.prototype.getVerticalDataRegions=function(){switch(this.dataRegions){case 1:case 2:return 1;case 4:return 2;case 16:return 4;case 36:return 6;default:throw new Error("Cannot handle this number of data regions")}},r.prototype.getSymbolDataWidth=function(){return this.getHorizontalDataRegions()*this.matrixWidth},r.prototype.getSymbolDataHeight=function(){return this.getVerticalDataRegions()*this.matrixHeight},r.prototype.getSymbolWidth=function(){return this.getSymbolDataWidth()+this.getHorizontalDataRegions()*2},r.prototype.getSymbolHeight=function(){return this.getSymbolDataHeight()+this.getVerticalDataRegions()*2},r.prototype.getCodewordCount=function(){return this.dataCapacity+this.errorCodewords},r.prototype.getInterleavedBlockCount=function(){return this.rsBlockData?this.dataCapacity/this.rsBlockData:1},r.prototype.getDataCapacity=function(){return this.dataCapacity},r.prototype.getErrorCodewords=function(){return this.errorCodewords},r.prototype.getDataLengthForInterleavedBlock=function(e){return this.rsBlockData},r.prototype.getErrorLengthForInterleavedBlock=function(e){return this.rsBlockError},r}(),f1=function(r){o1(e,r);function e(){return r.call(this,!1,1558,620,22,22,36,-1,62)||this}return e.prototype.getInterleavedBlockCount=function(){return 10},e.prototype.getDataLengthForInterleavedBlock=function(t){return t<=8?156:155},e}(q),u1=[new q(!1,3,5,8,8,1),new q(!1,5,7,10,10,1),new q(!0,5,7,16,6,1),new q(!1,8,10,12,12,1),new q(!0,10,11,14,6,2),new q(!1,12,12,14,14,1),new q(!0,16,14,24,10,1),new q(!1,18,14,16,16,1),new q(!1,22,18,18,18,1),new q(!0,22,18,16,10,2),new q(!1,30,20,20,20,1),new q(!0,32,24,16,14,2),new q(!1,36,24,22,22,1),new q(!1,44,28,24,24,1),new q(!0,49,28,22,14,2),new q(!1,62,36,14,14,4),new q(!1,86,42,16,16,4),new q(!1,114,48,18,18,4),new q(!1,144,56,20,20,4),new q(!1,174,68,22,22,4),new q(!1,204,84,24,24,4,102,42),new q(!1,280,112,14,14,16,140,56),new q(!1,368,144,16,16,16,92,36),new q(!1,456,192,18,18,16,114,48),new q(!1,576,224,20,20,16,144,56),new q(!1,696,272,22,22,16,174,68),new q(!1,816,336,24,24,16,136,56),new q(!1,1050,408,18,18,36,175,68),new q(!1,1304,496,20,20,36,163,62),new f1],c1=function(){function r(e){this.msg=e,this.pos=0,this.skipAtEnd=0;for(var t=e.split("").map(function(s){return s.charCodeAt(0)}),n=new z,i=0,a=t.length;i<a;i++){var o=String.fromCharCode(t[i]&255);if(o==="?"&&e.charAt(i)!=="?")throw new Error("Message contains characters outside ISO-8859-1 encoding.");n.append(o)}this.msg=n.toString(),this.shape=0,this.codewords=new z,this.newEncoding=-1}return r.prototype.setSymbolShape=function(e){this.shape=e},r.prototype.setSizeConstraints=function(e,t){this.minSize=e,this.maxSize=t},r.prototype.getMessage=function(){return this.msg},r.prototype.setSkipAtEnd=function(e){this.skipAtEnd=e},r.prototype.getCurrentChar=function(){return this.msg.charCodeAt(this.pos)},r.prototype.getCurrent=function(){return this.msg.charCodeAt(this.pos)},r.prototype.getCodewords=function(){return this.codewords},r.prototype.writeCodewords=function(e){this.codewords.append(e)},r.prototype.writeCodeword=function(e){this.codewords.append(e)},r.prototype.getCodewordCount=function(){return this.codewords.length()},r.prototype.getNewEncoding=function(){return this.newEncoding},r.prototype.signalEncoderChange=function(e){this.newEncoding=e},r.prototype.resetEncoderSignal=function(){this.newEncoding=-1},r.prototype.hasMoreCharacters=function(){return this.pos<this.getTotalMessageCharCount()},r.prototype.getTotalMessageCharCount=function(){return this.msg.length-this.skipAtEnd},r.prototype.getRemainingCharacters=function(){return this.getTotalMessageCharCount()-this.pos},r.prototype.getSymbolInfo=function(){return this.symbolInfo},r.prototype.updateSymbolInfo=function(e){e===void 0&&(e=this.getCodewordCount()),(this.symbolInfo==null||e>this.symbolInfo.getDataCapacity())&&(this.symbolInfo=q.lookup(e,this.shape,this.minSize,this.maxSize,!0))},r.prototype.resetSymbolInfo=function(){this.symbolInfo=null},r}(),l1=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),d1=function(r){l1(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getEncodingMode=function(){return he},e.prototype.encode=function(t){for(var n=new z;t.hasMoreCharacters();){var i=t.getCurrentChar();t.pos++,this.encodeChar(i,n);var a=n.length();if(a%3===0){this.writeNextTriplet(t,n);var o=Ze.lookAheadTest(t.getMessage(),t.pos,this.getEncodingMode());if(o!==this.getEncodingMode()){t.signalEncoderChange(ee);break}}}this.handleEOD(t,n)},e.prototype.encodeChar=function(t,n){switch(t){case 13:n.append(0);break;case 42:n.append(1);break;case 62:n.append(2);break;case 32:n.append(3);break;default:t>=48&&t<=57?n.append(t-48+4):t>=65&&t<=90?n.append(t-65+14):Ze.illegalCharacter($.getCharAt(t));break}return 1},e.prototype.handleEOD=function(t,n){t.updateSymbolInfo();var i=t.getSymbolInfo().getDataCapacity()-t.getCodewordCount(),a=n.length();t.pos-=a,(t.getRemainingCharacters()>1||i>1||t.getRemainingCharacters()!==i)&&t.writeCodeword(r1),t.getNewEncoding()<0&&t.signalEncoderChange(ee)},e}(ai),h1=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),p1=function(r){h1(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getEncodingMode=function(){return Pe},e.prototype.encodeChar=function(t,n){if(t===32)return n.append(3),1;if(t>=48&&t<=57)return n.append(t-48+4),1;if(t>=97&&t<=122)return n.append(t-97+14),1;if(t<32)return n.append(0),n.append(t),2;if(t<=47)return n.append(1),n.append(t-33),2;if(t<=64)return n.append(1),n.append(t-58+15),2;if(t>=91&&t<=95)return n.append(1),n.append(t-91+22),2;if(t===96)return n.append(2),n.append(0),2;if(t<=90)return n.append(2),n.append(t-65+1),2;if(t<=127)return n.append(2),n.append(t-123+27),2;n.append("1");var i=2;return i+=this.encodeChar(t-128,n),i},e}(ai),Ze=function(){function r(){}return r.randomize253State=function(e){var t=149*e%253+1,n=Io+t;return n<=254?n:n-254},r.encodeHighLevel=function(e,t,n,i,a){t===void 0&&(t=0),n===void 0&&(n=null),i===void 0&&(i=null),a===void 0&&(a=!1);var o=new ai,s=[new n1,o,new p1,new d1,new a1,new i1],f=new c1(e);f.setSymbolShape(t),f.setSizeConstraints(n,i),e.startsWith(bo)&&e.endsWith(Oo)?(f.writeCodeword(ql),f.setSkipAtEnd(2),f.pos+=bo.length):e.startsWith(To)&&e.endsWith(Oo)&&(f.writeCodeword(Ql),f.setSkipAtEnd(2),f.pos+=To.length);var u=ee;for(a&&(o.encodeMaximal(f),u=f.getNewEncoding(),f.resetEncoderSignal());f.hasMoreCharacters();)s[u].encode(f),f.getNewEncoding()>=0&&(u=f.getNewEncoding(),f.resetEncoderSignal());var c=f.getCodewordCount();f.updateSymbolInfo();var l=f.getSymbolInfo().getDataCapacity();c<l&&u!==ee&&u!==Te&&u!==xe&&f.writeCodeword("þ");var d=f.getCodewords();for(d.length()<l&&d.append(Io);d.length()<l;)d.append(this.randomize253State(d.length()+1));return f.getCodewords().toString()},r.lookAheadTest=function(e,t,n){var i=this.lookAheadTestIntern(e,t,n);if(n===he&&i===he){for(var a=Math.min(t+3,e.length),o=t;o<a;o++)if(!this.isNativeX12(e.charCodeAt(o)))return ee}else if(n===xe&&i===xe){for(var a=Math.min(t+4,e.length),o=t;o<a;o++)if(!this.isNativeEDIFACT(e.charCodeAt(o)))return ee}return i},r.lookAheadTestIntern=function(e,t,n){if(t>=e.length)return n;var i;n===ee?i=[0,1,1,1,1,1.25]:(i=[1,2,2,2,2,2.25],i[n]=0);for(var a=0,o=new Uint8Array(6),s=[];;){if(t+a===e.length){fe.fill(o,0),fe.fill(s,0);var f=this.findMinimums(i,s,G.MAX_VALUE,o),u=this.getMinimumCount(o);if(s[ee]===f)return ee;if(u===1){if(o[Te]>0)return Te;if(o[xe]>0)return xe;if(o[Pe]>0)return Pe;if(o[he]>0)return he}return Ae}var c=e.charCodeAt(t+a);if(a++,this.isDigit(c)?i[ee]+=.5:this.isExtendedASCII(c)?(i[ee]=Math.ceil(i[ee]),i[ee]+=2):(i[ee]=Math.ceil(i[ee]),i[ee]++),this.isNativeC40(c)?i[Ae]+=2/3:this.isExtendedASCII(c)?i[Ae]+=8/3:i[Ae]+=4/3,this.isNativeText(c)?i[Pe]+=2/3:this.isExtendedASCII(c)?i[Pe]+=8/3:i[Pe]+=4/3,this.isNativeX12(c)?i[he]+=2/3:this.isExtendedASCII(c)?i[he]+=13/3:i[he]+=10/3,this.isNativeEDIFACT(c)?i[xe]+=3/4:this.isExtendedASCII(c)?i[xe]+=17/4:i[xe]+=13/4,this.isSpecialB256(c)?i[Te]+=4:i[Te]++,a>=4){if(fe.fill(o,0),fe.fill(s,0),this.findMinimums(i,s,G.MAX_VALUE,o),s[ee]<this.min(s[Te],s[Ae],s[Pe],s[he],s[xe]))return ee;if(s[Te]<s[ee]||s[Te]+1<this.min(s[Ae],s[Pe],s[he],s[xe]))return Te;if(s[xe]+1<this.min(s[Te],s[Ae],s[Pe],s[he],s[ee]))return xe;if(s[Pe]+1<this.min(s[Te],s[Ae],s[xe],s[he],s[ee]))return Pe;if(s[he]+1<this.min(s[Te],s[Ae],s[xe],s[Pe],s[ee]))return he;if(s[Ae]+1<this.min(s[ee],s[Te],s[xe],s[Pe])){if(s[Ae]<s[he])return Ae;if(s[Ae]===s[he]){for(var l=t+a+1;l<e.length;){var d=e.charCodeAt(l);if(this.isX12TermSep(d))return he;if(!this.isNativeX12(d))break;l++}return Ae}}}}},r.min=function(e,t,n,i,a){var o=Math.min(e,Math.min(t,Math.min(n,i)));return a===void 0?o:Math.min(o,a)},r.findMinimums=function(e,t,n,i){for(var a=0;a<6;a++){var o=t[a]=Math.ceil(e[a]);n>o&&(n=o,fe.fill(i,0)),n===o&&(i[a]=i[a]+1)}return n},r.getMinimumCount=function(e){for(var t=0,n=0;n<6;n++)t+=e[n];return t||0},r.isDigit=function(e){return e>=48&&e<=57},r.isExtendedASCII=function(e){return e>=128&&e<=255},r.isNativeC40=function(e){return e===32||e>=48&&e<=57||e>=65&&e<=90},r.isNativeText=function(e){return e===32||e>=48&&e<=57||e>=97&&e<=122},r.isNativeX12=function(e){return this.isX12TermSep(e)||e===32||e>=48&&e<=57||e>=65&&e<=90},r.isX12TermSep=function(e){return e===13||e===42||e===62},r.isNativeEDIFACT=function(e){return e>=32&&e<=94},r.isSpecialB256=function(e){return!1},r.determineConsecutiveDigitCount=function(e,t){t===void 0&&(t=0);for(var n=e.length,i=t;i<n&&this.isDigit(e.charCodeAt(i));)i++;return i-t},r.illegalCharacter=function(e){var t=G.toHexString(e.charCodeAt(0));throw t="0000".substring(0,4-t.length)+t,new Error("Illegal character: "+e+" (0x"+t+")")},r}(),oi=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},No=function(){function r(e){this.charset=e,this.name=e.name}return r.prototype.canEncode=function(e){try{return He.encode(e,this.charset)!=null}catch{return!1}},r}(),v1=function(){function r(e,t,n){var i,a,o,s,f,u;this.ENCODERS=["IBM437","ISO-8859-2","ISO-8859-3","ISO-8859-4","ISO-8859-5","ISO-8859-6","ISO-8859-7","ISO-8859-8","ISO-8859-9","ISO-8859-10","ISO-8859-11","ISO-8859-13","ISO-8859-14","ISO-8859-15","ISO-8859-16","windows-1250","windows-1251","windows-1252","windows-1256","Shift_JIS"].map(function(M){return new No(Xl.forName(M))}),this.encoders=[];var c=[];c.push(new No($l.ISO_8859_1));for(var l=t!=null&&t.name.startsWith("UTF"),d=0;d<e.length;d++){var h=!1;try{for(var p=(i=void 0,oi(c)),v=p.next();!v.done;v=p.next()){var x=v.value,w=e.charAt(d),m=w.charCodeAt(0);if(m===n||x.canEncode(w)){h=!0;break}}}catch(M){i={error:M}}finally{try{v&&!v.done&&(a=p.return)&&a.call(p)}finally{if(i)throw i.error}}if(!h)try{for(var C=(o=void 0,oi(this.ENCODERS)),_=C.next();!_.done;_=C.next()){var x=_.value;if(x.canEncode(e.charAt(d))){c.push(x),h=!0;break}}}catch(M){o={error:M}}finally{try{_&&!_.done&&(s=C.return)&&s.call(C)}finally{if(o)throw o.error}}h||(l=!0)}if(c.length===1&&!l)this.encoders=[c[0]];else{this.encoders=[];var A=0;try{for(var b=oi(c),T=b.next();!T.done;T=b.next()){var x=T.value;this.encoders[A++]=x}}catch(M){f={error:M}}finally{try{T&&!T.done&&(u=b.return)&&u.call(b)}finally{if(f)throw f.error}}}var O=-1;if(t!=null){for(var d=0;d<this.encoders.length;d++)if(this.encoders[d]!=null&&t.name===this.encoders[d].name){O=d;break}}this.priorityEncoderIndex=O}return r.prototype.length=function(){return this.encoders.length},r.prototype.getCharsetName=function(e){if(!(e<this.length()))throw new Error("index must be less than length");return this.encoders[e].name},r.prototype.getCharset=function(e){if(!(e<this.length()))throw new Error("index must be less than length");return this.encoders[e].charset},r.prototype.getECIValue=function(e){return this.encoders[e].charset.getValueIdentifier()},r.prototype.getPriorityEncoderIndex=function(){return this.priorityEncoderIndex},r.prototype.canEncode=function(e,t){if(!(t<this.length()))throw new Error("index must be less than length");return!0},r.prototype.encode=function(e,t){if(!(t<this.length()))throw new Error("index must be less than length");return He.encode($.getCharAt(e),this.encoders[t].name)},r}(),g1=3,x1=function(){function r(e,t,n){this.fnc1=n;var i=new v1(e,t,n);if(i.length()===1)for(var a=0;a<this.bytes.length;a++){var o=e.charAt(a).charCodeAt(0);this.bytes[a]=o===n?1e3:o}else this.bytes=this.encodeMinimally(e,i,n)}return r.prototype.getFNC1Character=function(){return this.fnc1},r.prototype.length=function(){return this.bytes.length},r.prototype.haveNCharacters=function(e,t){if(e+t-1>=this.bytes.length)return!1;for(var n=0;n<t;n++)if(this.isECI(e+n))return!1;return!0},r.prototype.charAt=function(e){if(e<0||e>=this.length())throw new Error(""+e);if(this.isECI(e))throw new Error("value at "+e+" is not a character but an ECI");return this.isFNC1(e)?this.fnc1:this.bytes[e]},r.prototype.subSequence=function(e,t){if(e<0||e>t||t>this.length())throw new Error(""+e);for(var n=new z,i=e;i<t;i++){if(this.isECI(i))throw new Error("value at "+i+" is not a character but an ECI");n.append(this.charAt(i))}return n.toString()},r.prototype.isECI=function(e){if(e<0||e>=this.length())throw new Error(""+e);return this.bytes[e]>255&&this.bytes[e]<=999},r.prototype.isFNC1=function(e){if(e<0||e>=this.length())throw new Error(""+e);return this.bytes[e]===1e3},r.prototype.getECIValue=function(e){if(e<0||e>=this.length())throw new Error(""+e);if(!this.isECI(e))throw new Error("value at "+e+" is not an ECI but a character");return this.bytes[e]-256},r.prototype.addEdge=function(e,t,n){(e[t][n.encoderIndex]==null||e[t][n.encoderIndex].cachedTotalSize>n.cachedTotalSize)&&(e[t][n.encoderIndex]=n)},r.prototype.addEdges=function(e,t,n,i,a,o){var s=e.charAt(i).charCodeAt(0),f=0,u=t.length();t.getPriorityEncoderIndex()>=0&&(s===o||t.canEncode(s,t.getPriorityEncoderIndex()))&&(f=t.getPriorityEncoderIndex(),u=f+1);for(var c=f;c<u;c++)(s===o||t.canEncode(s,c))&&this.addEdge(n,i+1,new Do(s,t,c,a,o))},r.prototype.encodeMinimally=function(e,t,n){var i=e.length,a=new Do[i+1][t.length()];this.addEdges(e,t,a,0,null,n);for(var o=1;o<=i;o++){for(var s=0;s<t.length();s++)a[o][s]!=null&&o<i&&this.addEdges(e,t,a,o,a[o][s],n);for(var s=0;s<t.length();s++)a[o-1][s]=null}for(var f=-1,u=G.MAX_VALUE,s=0;s<t.length();s++)if(a[i][s]!=null){var c=a[i][s];c.cachedTotalSize<u&&(u=c.cachedTotalSize,f=s)}if(f<0)throw new Error('Failed to encode "'+e+'"');for(var l=[],d=a[i][f];d!=null;){if(d.isFNC1())l.unshift(1e3);else for(var h=t.encode(d.c,d.encoderIndex),o=h.length-1;o>=0;o--)l.unshift(h[o]&255);var p=d.previous===null?0:d.previous.encoderIndex;p!==d.encoderIndex&&l.unshift(256+t.getECIValue(d.encoderIndex)),d=d.previous}for(var v=[],o=0;o<v.length;o++)v[o]=l[o];return v},r}(),Do=function(){function r(e,t,n,i,a){this.c=e,this.encoderSet=t,this.encoderIndex=n,this.previous=i,this.fnc1=a,this.c=e===a?1e3:e;var o=this.isFNC1()?1:t.encode(e,n).length,s=i===null?0:i.encoderIndex;s!==n&&(o+=g1),i!=null&&(o+=i.cachedTotalSize),this.cachedTotalSize=o}return r.prototype.isFNC1=function(){return this.c===1e3},r}(),y1=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),w1=function(r,e){var t=typeof Symbol=="function"&&r[Symbol.iterator];if(!t)return r;var n=t.call(r),i,a=[],o;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)a.push(i.value)}catch(s){o={error:s}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(o)throw o.error}}return a},Po;(function(r){r[r.ASCII=0]="ASCII",r[r.C40=1]="C40",r[r.TEXT=2]="TEXT",r[r.X12=3]="X12",r[r.EDF=4]="EDF",r[r.B256=5]="B256"})(Po||(Po={})),function(r){y1(e,r);function e(t,n,i,a,o){var s=r.call(this,t,n,i)||this;return s.shape=a,s.macroId=o,s}return e.prototype.getMacroId=function(){return this.macroId},e.prototype.getShapeHint=function(){return this.shape},e}(x1);var m1=function(){function r(){}return r.prototype.isCompact=function(){return this.compact},r.prototype.setCompact=function(e){this.compact=e},r.prototype.getSize=function(){return this.size},r.prototype.setSize=function(e){this.size=e},r.prototype.getLayers=function(){return this.layers},r.prototype.setLayers=function(e){this.layers=e},r.prototype.getCodeWords=function(){return this.codeWords},r.prototype.setCodeWords=function(e){this.codeWords=e},r.prototype.getMatrix=function(){return this.matrix},r.prototype.setMatrix=function(e){this.matrix=e},r}(),Mo=function(){function r(){}return r.singletonList=function(e){return[e]},r.min=function(e,t){return e.sort(t)[0]},r}(),C1=function(){function r(e){this.previous=e}return r.prototype.getPrevious=function(){return this.previous},r}(),_1=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),si=function(r){_1(e,r);function e(t,n,i){var a=r.call(this,t)||this;return a.value=n,a.bitCount=i,a}return e.prototype.appendTo=function(t,n){t.appendBits(this.value,this.bitCount)},e.prototype.add=function(t,n){return new e(this,t,n)},e.prototype.addBinaryShift=function(t,n){return console.warn("addBinaryShift on SimpleToken, this simply returns a copy of this token"),new e(this,t,n)},e.prototype.toString=function(){var t=this.value&(1<<this.bitCount)-1;return t|=1<<this.bitCount,"<"+G.toBinaryString(t|1<<this.bitCount).substring(1)+">"},e}(C1),A1=function(){var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)i.hasOwnProperty(a)&&(n[a]=i[a])},r(e,t)};return function(e,t){r(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}}(),E1=function(r){A1(e,r);function e(t,n,i){var a=r.call(this,t,0,0)||this;return a.binaryShiftStart=n,a.binaryShiftByteCount=i,a}return e.prototype.appendTo=function(t,n){for(var i=0;i<this.binaryShiftByteCount;i++)(i===0||i===31&&this.binaryShiftByteCount<=62)&&(t.appendBits(31,5),this.binaryShiftByteCount>62?t.appendBits(this.binaryShiftByteCount-31,16):i===0?t.appendBits(Math.min(this.binaryShiftByteCount,31),5):t.appendBits(this.binaryShiftByteCount-31,5)),t.appendBits(n[this.binaryShiftStart+i],8)},e.prototype.addBinaryShift=function(t,n){return new e(this,t,n)},e.prototype.toString=function(){return"<"+this.binaryShiftStart+"::"+(this.binaryShiftStart+this.binaryShiftByteCount-1)+">"},e}(si);function I1(r,e,t){return new E1(r,e,t)}function nr(r,e,t){return new si(r,e,t)}var S1=["UPPER","LOWER","DIGIT","MIXED","PUNCT"],dt=0,Vr=1,Ge=2,Fo=3,Je=4,b1=new si(null,0,0),fi=[Int32Array.from([0,(5<<16)+28,(5<<16)+30,(5<<16)+29,656318]),Int32Array.from([(9<<16)+480+14,0,(5<<16)+30,(5<<16)+29,656318]),Int32Array.from([(4<<16)+14,(9<<16)+448+28,0,(9<<16)+448+29,932798]),Int32Array.from([(5<<16)+29,(5<<16)+28,656318,0,(5<<16)+30]),Int32Array.from([(5<<16)+31,656380,656382,656381,0])],T1=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};function O1(r){var e,t;try{for(var n=T1(r),i=n.next();!i.done;i=n.next()){var a=i.value;fe.fill(a,-1)}}catch(o){e={error:o}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}return r[dt][Je]=0,r[Vr][Je]=0,r[Vr][dt]=28,r[Fo][Je]=0,r[Ge][Je]=0,r[Ge][dt]=15,r}var Ro=O1(fe.createInt32Array(6,6)),N1=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},D1=function(){function r(e,t,n,i){this.token=e,this.mode=t,this.binaryShiftByteCount=n,this.bitCount=i}return r.prototype.getMode=function(){return this.mode},r.prototype.getToken=function(){return this.token},r.prototype.getBinaryShiftByteCount=function(){return this.binaryShiftByteCount},r.prototype.getBitCount=function(){return this.bitCount},r.prototype.latchAndAppend=function(e,t){var n=this.bitCount,i=this.token;if(e!==this.mode){var a=fi[this.mode][e];i=nr(i,a&65535,a>>16),n+=a>>16}var o=e===Ge?4:5;return i=nr(i,t,o),new r(i,e,0,n+o)},r.prototype.shiftAndAppend=function(e,t){var n=this.token,i=this.mode===Ge?4:5;return n=nr(n,Ro[this.mode][e],i),n=nr(n,t,5),new r(n,this.mode,0,this.bitCount+i+5)},r.prototype.addBinaryShiftChar=function(e){var t=this.token,n=this.mode,i=this.bitCount;if(this.mode===Je||this.mode===Ge){var a=fi[n][dt];t=nr(t,a&65535,a>>16),i+=a>>16,n=dt}var o=this.binaryShiftByteCount===0||this.binaryShiftByteCount===31?18:this.binaryShiftByteCount===62?9:8,s=new r(t,n,this.binaryShiftByteCount+1,i+o);return s.binaryShiftByteCount===2078&&(s=s.endBinaryShift(e+1)),s},r.prototype.endBinaryShift=function(e){if(this.binaryShiftByteCount===0)return this;var t=this.token;return t=I1(t,e-this.binaryShiftByteCount,this.binaryShiftByteCount),new r(t,this.mode,0,this.bitCount)},r.prototype.isBetterThanOrEqualTo=function(e){var t=this.bitCount+(fi[this.mode][e.mode]>>16);return this.binaryShiftByteCount<e.binaryShiftByteCount?t+=r.calculateBinaryShiftCost(e)-r.calculateBinaryShiftCost(this):this.binaryShiftByteCount>e.binaryShiftByteCount&&e.binaryShiftByteCount>0&&(t+=10),t<=e.bitCount},r.prototype.toBitArray=function(e){for(var t,n,i=[],a=this.endBinaryShift(e.length).token;a!==null;a=a.getPrevious())i.unshift(a);var o=new ve;try{for(var s=N1(i),f=s.next();!f.done;f=s.next()){var u=f.value;u.appendTo(o,e)}}catch(c){t={error:c}}finally{try{f&&!f.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}return o},r.prototype.toString=function(){return $.format("%s bits=%d bytes=%d",S1[this.mode],this.bitCount,this.binaryShiftByteCount)},r.calculateBinaryShiftCost=function(e){return e.binaryShiftByteCount>62?21:e.binaryShiftByteCount>31?20:e.binaryShiftByteCount>0?10:0},r.INITIAL_STATE=new r(b1,dt,0,0),r}();function P1(r){var e=$.getCharCode(" "),t=$.getCharCode("."),n=$.getCharCode(",");r[dt][e]=1;for(var i=$.getCharCode("Z"),a=$.getCharCode("A"),o=a;o<=i;o++)r[dt][o]=o-a+2;r[Vr][e]=1;for(var s=$.getCharCode("z"),f=$.getCharCode("a"),o=f;o<=s;o++)r[Vr][o]=o-f+2;r[Ge][e]=1;for(var u=$.getCharCode("9"),c=$.getCharCode("0"),o=c;o<=u;o++)r[Ge][o]=o-c+2;r[Ge][n]=12,r[Ge][t]=13;for(var l=["\0"," ","","","","","","","\x07","\b"," ",`
|
|
63
63
|
`,"\v","\f","\r","\x1B","","","","","@","\\","^","_","`","|","~",""],d=0;d<l.length;d++)r[Fo][$.getCharCode(l[d])]=d;for(var h=["\0","\r","\0","\0","\0","\0","!","'","#","$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","?","[","]","{","}"],d=0;d<h.length;d++)$.getCharCode(h[d])>0&&(r[Je][$.getCharCode(h[d])]=d);return r}var ui=P1(fe.createInt32Array(5,256)),Hr=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},M1=function(){function r(e){this.text=e}return r.prototype.encode=function(){for(var e=$.getCharCode(" "),t=$.getCharCode(`
|
|
64
|
-
`),n=Mo.singletonList(D1.INITIAL_STATE),i=0;i<this.text.length;i++){var a=void 0,o=i+1<this.text.length?this.text[i+1]:0;switch(this.text[i]){case $.getCharCode("\r"):a=o===t?2:0;break;case $.getCharCode("."):a=o===e?3:0;break;case $.getCharCode(","):a=o===e?4:0;break;case $.getCharCode(":"):a=o===e?5:0;break;default:a=0}a>0?(n=r.updateStateListForPair(n,i,a),i++):n=this.updateStateListForChar(n,i)}var s=Mo.min(n,function(f,u){return f.getBitCount()-u.getBitCount()});return s.toBitArray(this.text)},r.prototype.updateStateListForChar=function(e,t){var n,i,a=[];try{for(var o=Hr(e),s=o.next();!s.done;s=o.next()){var f=s.value;this.updateStateForChar(f,t,a)}}catch(u){n={error:u}}finally{try{s&&!s.done&&(i=o.return)&&i.call(o)}finally{if(n)throw n.error}}return r.simplifyStates(a)},r.prototype.updateStateForChar=function(e,t,n){for(var i=this.text[t]&255,a=ui[e.getMode()][i]>0,o=null,s=0;s<=Je;s++){var f=ui[s][i];if(f>0){if(o==null&&(o=e.endBinaryShift(t)),!a||s===e.getMode()||s===Ge){var u=o.latchAndAppend(s,f);n.push(u)}if(!a&&Ro[e.getMode()][s]>=0){var c=o.shiftAndAppend(s,f);n.push(c)}}}if(e.getBinaryShiftByteCount()>0||ui[e.getMode()][i]===0){var l=e.addBinaryShiftChar(t);n.push(l)}},r.updateStateListForPair=function(e,t,n){var i,a,o=[];try{for(var s=Hr(e),f=s.next();!f.done;f=s.next()){var u=f.value;this.updateStateForPair(u,t,n,o)}}catch(c){i={error:c}}finally{try{f&&!f.done&&(a=s.return)&&a.call(s)}finally{if(i)throw i.error}}return this.simplifyStates(o)},r.updateStateForPair=function(e,t,n,i){var a=e.endBinaryShift(t);if(i.push(a.latchAndAppend(Je,n)),e.getMode()!==Je&&i.push(a.shiftAndAppend(Je,n)),n===3||n===4){var o=a.latchAndAppend(Ge,16-n).latchAndAppend(Ge,1);i.push(o)}if(e.getBinaryShiftByteCount()>0){var s=e.addBinaryShiftChar(t).addBinaryShiftChar(t+1);i.push(s)}},r.simplifyStates=function(e){var t,n,i,a,o=[];try{for(var s=Hr(e),f=s.next();!f.done;f=s.next()){var u=f.value,c=!0,l=function(x){if(x.isBetterThanOrEqualTo(u))return c=!1,"break";u.isBetterThanOrEqualTo(x)&&(o=o.filter(function(m){return m!==x}))};try{for(var d=(i=void 0,Hr(o)),h=d.next();!h.done;h=d.next()){var p=h.value,v=l(p);if(v==="break")break}}catch(x){i={error:x}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}c&&o.push(u)}}catch(x){t={error:x}}finally{try{f&&!f.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}return o},r}(),F1=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};(function(){function r(){}return r.encodeBytes=function(e){return r.encode(e,r.DEFAULT_EC_PERCENT,r.DEFAULT_AZTEC_LAYERS)},r.encode=function(e,t,n){var i=new M1(e).encode(),a=G.truncDivision(i.getSize()*t,100)+11,o=i.getSize()+a,s,f,u,c,l;if(n!==r.DEFAULT_AZTEC_LAYERS){if(s=n<0,f=Math.abs(n),f>(s?r.MAX_NB_BITS_COMPACT:r.MAX_NB_BITS))throw new V($.format("Illegal value %s for layers",n));u=r.totalBitsInLayer(f,s),c=r.WORD_SIZE[f];var d=u-u%c;if(l=r.stuffBits(i,c),l.getSize()+a>d)throw new V("Data to large for user specified layer");if(s&&l.getSize()>c*64)throw new V("Data to large for user specified layer")}else{c=0,l=null;for(var h=0;;h++){if(h>r.MAX_NB_BITS)throw new V("Data too large for an Aztec code");if(s=h<=3,f=s?h+1:h,u=r.totalBitsInLayer(f,s),!(o>u)){(l==null||c!==r.WORD_SIZE[f])&&(c=r.WORD_SIZE[f],l=r.stuffBits(i,c));var d=u-u%c;if(!(s&&l.getSize()>c*64)&&l.getSize()+a<=d)break}}}var p=r.generateCheckWords(l,u,c),v=l.getSize()/c,x=r.generateModeMessage(s,f,v),m=(s?11:14)+f*4,w=new Int32Array(m),C;if(s){C=m;for(var h=0;h<w.length;h++)w[h]=h}else{C=m+1+2*G.truncDivision(G.truncDivision(m,2)-1,15);for(var _=G.truncDivision(m,2),A=G.truncDivision(C,2),h=0;h<_;h++){var T=h+G.truncDivision(h,15);w[_-h-1]=A-T-1,w[_+h]=A+T+1}}for(var b=new Qe(C),h=0,N=0;h<f;h++){for(var M=(f-h)*4+(s?9:12),B=0;B<M;B++)for(var U=B*2,H=0;H<2;H++)p.get(N+U+H)&&b.set(w[h*2+H],w[h*2+B]),p.get(N+M*2+U+H)&&b.set(w[h*2+B],w[m-1-h*2-H]),p.get(N+M*4+U+H)&&b.set(w[m-1-h*2-H],w[m-1-h*2-B]),p.get(N+M*6+U+H)&&b.set(w[m-1-h*2-B],w[h*2+H]);N+=M*8}if(r.drawModeMessage(b,s,C,x),s)r.drawBullsEye(b,G.truncDivision(C,2),5);else{r.drawBullsEye(b,G.truncDivision(C,2),7);for(var h=0,B=0;h<G.truncDivision(m,2)-1;h+=15,B+=16)for(var H=G.truncDivision(C,2)&1;H<C;H+=2)b.set(G.truncDivision(C,2)-B,H),b.set(G.truncDivision(C,2)+B,H),b.set(H,G.truncDivision(C,2)-B),b.set(H,G.truncDivision(C,2)+B)}var W=new m1;return W.setCompact(s),W.setSize(C),W.setLayers(f),W.setCodeWords(v),W.setMatrix(b),W},r.drawBullsEye=function(e,t,n){for(var i=0;i<n;i+=2)for(var a=t-i;a<=t+i;a++)e.set(a,t-i),e.set(a,t+i),e.set(t-i,a),e.set(t+i,a);e.set(t-n,t-n),e.set(t-n+1,t-n),e.set(t-n,t-n+1),e.set(t+n,t-n),e.set(t+n,t-n+1),e.set(t+n,t+n-1)},r.generateModeMessage=function(e,t,n){var i=new ve;return e?(i.appendBits(t-1,2),i.appendBits(n-1,6),i=r.generateCheckWords(i,28,4)):(i.appendBits(t-1,5),i.appendBits(n-1,11),i=r.generateCheckWords(i,40,4)),i},r.drawModeMessage=function(e,t,n,i){var a=G.truncDivision(n,2);if(t)for(var o=0;o<7;o++){var s=a-3+o;i.get(o)&&e.set(s,a-5),i.get(o+7)&&e.set(a+5,s),i.get(20-o)&&e.set(s,a+5),i.get(27-o)&&e.set(a-5,s)}else for(var o=0;o<10;o++){var s=a-5+o+G.truncDivision(o,5);i.get(o)&&e.set(s,a-7),i.get(o+10)&&e.set(a+7,s),i.get(29-o)&&e.set(s,a+7),i.get(39-o)&&e.set(a-7,s)}},r.generateCheckWords=function(e,t,n){var i,a,o=e.getSize()/n,s=new Co(r.getGF(n)),f=G.truncDivision(t,n),u=r.bitsToWords(e,n,f);s.encode(u,f-o);var c=t%n,l=new ve;l.appendBits(0,c);try{for(var d=F1(Array.from(u)),h=d.next();!h.done;h=d.next()){var p=h.value;l.appendBits(p,n)}}catch(v){i={error:v}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}return l},r.bitsToWords=function(e,t,n){var i=new Int32Array(n),a,o;for(a=0,o=e.getSize()/t;a<o;a++){for(var s=0,f=0;f<t;f++)s|=e.get(a*t+f)?1<<t-f-1:0;i[a]=s}return i},r.getGF=function(e){switch(e){case 4:return Re.AZTEC_PARAM;case 6:return Re.AZTEC_DATA_6;case 8:return Re.AZTEC_DATA_8;case 10:return Re.AZTEC_DATA_10;case 12:return Re.AZTEC_DATA_12;default:throw new V("Unsupported word size "+e)}},r.stuffBits=function(e,t){for(var n=new ve,i=e.getSize(),a=(1<<t)-2,o=0;o<i;o+=t){for(var s=0,f=0;f<t;f++)(o+f>=i||e.get(o+f))&&(s|=1<<t-1-f);(s&a)===a?(n.appendBits(s&a,t),o--):s&a?n.appendBits(s,t):(n.appendBits(s|1,t),o--)}return n},r.totalBitsInLayer=function(e,t){return((t?88:112)+16*e)*e},r.DEFAULT_EC_PERCENT=33,r.DEFAULT_AZTEC_LAYERS=0,r.MAX_NB_BITS=32,r.MAX_NB_BITS_COMPACT=4,r.WORD_SIZE=Int32Array.from([4,6,6,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12]),r})();const ci=E.memo(r=>{const[{inputId:e,labelId:t,label:n,helpText:i,size:a,severity:o,showInputOnly:s,field:f,fieldProps:u,helpers:c,touched:l},d]=ke(r),{name:h,onBlur:p,onChange:v,value:x}=u,[m,w]=E.useState(!1),C=s?null:i,_=s?"":n,[A,T]=E.useState(void 0);E.useEffect(()=>{T(x)},[x]);const b=E.useCallback(U=>{T(U.target.value||void 0),(l||!f.onlyValidateAfterTouched)&&c.setError(f.getError(U.target.value))},[f,c,l]),N=E.useCallback(()=>{v(A),p(A)},[A,p,v]),M=E.useCallback(U=>{v(U),w(!1)},[v]),B=E.useCallback(U=>{w(U),U||p(x)},[p,x]);return g.jsx(Ve,{helpText:C,severity:o,children:g.jsxs(Ue,{size:a,severity:o,inputId:e,labelId:t,label:_,image:s?void 0:f.image,className:"flex-col items-start justify-start gap-2",children:[g.jsx(I.TextArea,{className:"w-full field-sizing-content",accentColor:"base",variant:"surface",size:"sm",id:e,name:h,value:A??"",placeholder:"Enter a qr or barcode",onChange:b,onBlur:N,...d}),g.jsxs(Sa,{open:m,onOpenChange:B,children:[g.jsx(Yf,{asChild:!0,children:g.jsxs(I.Button,{className:"w-max",type:"button",variant:"soft",size:"sm",accentColor:"base",children:[g.jsx(I.RiIcon,{icon:"RiFullscreenLine"}),"Scan"]})}),g.jsxs(ba,{children:[g.jsx(Ta,{className:"light:bg-(--black-a6) fixed inset-0 dark:bg-(--black-a8)"}),g.jsx(Oa,{className:"fixed inset-0",children:g.jsx(li,{onScan:M})})]})]})]})})});ci.displayName="QrInput";const R1=new Map([[bi.DecodeHintType.POSSIBLE_FORMATS,[L.AZTEC,L.CODABAR,L.CODE_39,L.CODE_93,L.CODE_128,L.DATA_MATRIX,L.EAN_8,L.EAN_13,L.ITF,L.MAXICODE,L.PDF_417,L.QR_CODE,L.RSS_14,L.RSS_EXPANDED,L.UPC_A,L.UPC_E,L.UPC_EAN_EXTENSION]]]),li=E.memo(r=>{const{onScan:e}=r,{showError:t}=I.useToast(),n=E.useCallback(o=>{e(o.getText())},[e]),i=E.useCallback(()=>{t({title:"Scan Error",description:"An unknown error occurred while scanning."})},[t]),{ref:a}=bi.useZxing({onDecodeResult:n,onError:i,hints:R1});return g.jsxs("div",{className:"relative flex h-full w-full flex-col justify-center overflow-hidden p-4 gap-4 bg-(--color-background)",children:[g.jsx("div",{className:"flex w-full",children:g.jsx(Na,{asChild:!0,children:g.jsx(I.IconButton,{"aria-label":"close",variant:"soft",accentColor:"base",children:g.jsx(I.RiIcon,{icon:"RiCloseLine"})})})}),g.jsx("div",{className:"relative grow w-full max-h-full overflow-hidden",children:g.jsx("video",{className:"size-full",ref:a})})]})});li.displayName="QrScanner";const Bo={...Le,type:"qr"},Gt=class Gt extends ye{constructor(t){super({...t,type:"qr"});R(this,"onlyValidateAfterTouched",!1)}serialize(){return super._serialize()}static deserialize(t){if(t.type!=="qr")throw new Error("Type mismatch.");return new Gt(t)}getInput(t){return g.jsx(ci,{...t,field:this})}};R(Gt,"fieldTypeName","Scan"),R(Gt,"fieldTypeDescription","Used for scanning/reading QR and barcodes."),R(Gt,"Icon",Ie.RiFullscreenLine);let zr=Gt;const di=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u},c]=ke(r),{name:l,onChange:d,onBlur:h,value:p}=u,v=a?null:s,x=a?"":f,m=E.useCallback(C=>{d(C),h(C)},[h,d]),w=E.useMemo(()=>o.options.find(C=>C.value===p),[o.options,p]);return g.jsx(Ve,{helpText:v,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:x,image:a?void 0:o.image,children:g.jsxs(I.Menu.Root,{align:"start",children:[g.jsx(I.Menu.ClickTrigger,{children:g.jsxs(I.Button,{id:e,name:l,className:"!justify-between",accentColor:"base",variant:"surface",type:"button",size:"sm",...c,children:[g.jsx("span",{className:"truncate",children:w?w.label:o.placeholder}),g.jsx(I.RiIcon,{icon:"RiArrowDownSLine"})]})}),g.jsx(I.Menu.Content,{children:g.jsx(I.Menu.Scroll,{children:g.jsx(I.Menu.SelectGroup,{required:!1,value:p??void 0,onValueChange:m,children:o.options.map(C=>g.jsxs(I.Menu.SelectItem,{value:C.value,children:[g.jsx(I.Menu.SelectedIndicator,{children:g.jsx(I.RiIcon,{icon:"RiCheckLine"})}),C.label]},C.value))})})})]})})})});di.displayName="SelectInput";const Lo={...Le,type:"select",options:[]},Wt=class Wt extends bn{constructor(e){const{placeholder:t="Select one...",...n}=e;super({...n,placeholder:t,type:"select"})}serialize(){return super._serialize()}static deserialize(e){if(e.type!=="select")throw new Error("Type mismatch.");return new Wt(e)}getInput(e){return g.jsx(di,{field:this,...e})}};R(Wt,"fieldTypeName","Dropdown"),R(Wt,"fieldTypeDescription","Allows the user to select a single option from a list of options."),R(Wt,"Icon",Ie.RiMenuFoldLine);let ir=Wt;const ar=500,_t=1e4,ko=r=>"fields"in r;class or extends ye{constructor(t){const{minLength:n,maxLength:i,placeholder:a="",...o}=t;super(o);R(this,"minLength");R(this,"maxLength");R(this,"placeholder");this.minLength=n?Math.max(n,0):void 0,this.maxLength=i?Math.max(i,0):_t,this.placeholder=a}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new st({label:"Minimum length",description:"Minimum number of characters",required:!1,identifier:`${n}minimum_length`,minimum:0,maximum:100,formValidators:[this._validateMin(t)],integers:!0}),showDirectly:!1},{field:new st({label:"Maximum length",description:"Maximum number of characters",required:!1,identifier:`${n}maximum_length`,minimum:1,maximum:_t,formValidators:[this._validateMax(t)],integers:!0}),showDirectly:!1}]}getFieldValidators(){const t=super.getFieldValidators();return this.minLength&&t.push(n=>{if(this.minLength&&(!n||n.length<this.minLength))return!this.required&&!n?null:`Minimum ${this.minLength} character(s).`}),this.maxLength&&t.push(n=>{if(typeof n=="string"&&this.maxLength&&n.length>this.maxLength)return`Maximum ${this.maxLength} character(s).`}),t}_serialize(){if(!this.identifier)throw new Error("Field identifier must be set before serializing.");return{...super._serialize(),minimum_length:this.minLength,maximum_length:this.maxLength,placeholder:this.placeholder}}}R(or,"_validateMin",t=>(n,i)=>{const a=ko(i)?Ke(i,t):i;return typeof a.maximum_length=="number"&&typeof n=="number"&&a.maximum_length<n?"Minimum cannot be greater than maximum.":null}),R(or,"_validateMax",t=>(n,i)=>{if(typeof n!="number")return null;const{minimum_length:a}=ko(i)?Ke(i,t):i;return typeof a!="number"?null:a>n?"Maximum cannot be less than minimum.":null});const hi=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u,touched:c,helpers:l},d]=ke(r),{name:h,onBlur:p,onChange:v,value:x}=u,m=a?null:s,w=a?"":f,[C,_]=E.useState(void 0);E.useEffect(()=>{_(x)},[x]);const A=E.useCallback(b=>{_(b.target.value||void 0),(c||!o.onlyValidateAfterTouched)&&l.setError(o.getError(b.target.value))},[o,l,c]),T=E.useCallback(()=>{v(C),p(C)},[C,p,v]);return g.jsx(Ve,{helpText:m,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:w,image:a?void 0:o.image,children:g.jsx(I.Input.Root,{accentColor:"base",variant:"surface",size:"sm",children:g.jsx(I.Input.Field,{id:e,className:"truncate",name:h,value:C??"",type:o.inputType,placeholder:o.placeholder,onChange:A,onBlur:T,...d})})})})});hi.displayName="StringInput";const Uo={...Le,type:"string",maximum_length:ar,input_type:"text"},Xt=class Xt extends or{constructor(t){const{inputType:n="text",...i}=t,a=t.maxLength?Math.min(ar,t.maxLength):ar,o=t.minLength?Math.min(t.minLength,a):void 0;super({...i,maxLength:a,minLength:o,type:"string"});R(this,"inputType");this.inputType=n}serialize(){return{...super._serialize(),input_type:this.inputType}}static deserialize(t){if(t.type!=="string")throw new Error("Type mismatch.");const{maximum_length:n,minimum_length:i,input_type:a,...o}=t;return new Xt({...o,maxLength:n,minLength:i,inputType:a,placeholder:"Enter a short description"})}getInput(t){return g.jsx(hi,{field:this,...t})}};R(Xt,"fieldTypeName","Short Text"),R(Xt,"fieldTypeDescription",`Short text fields can hold up to ${ar} characters on a single line.`),R(Xt,"Icon",Ie.RiInputField);let Gr=Xt;const pi=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u,touched:c,helpers:l},d]=ke(r),{name:h,onBlur:p,onChange:v,value:x}=u,m=a?null:s,w=a?"":f,[C,_]=E.useState(void 0);E.useEffect(()=>{_(x)},[x]);const A=E.useCallback(b=>{_(b.target.value||void 0),(c||!o.onlyValidateAfterTouched)&&l.setError(o.getError(b.target.value))},[o,l,c]),T=E.useCallback(()=>{v(C),p(C)},[C,p,v]);return g.jsx(Ve,{helpText:m,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:w,image:a?void 0:o.image,children:g.jsx(I.TextArea,{id:e,value:C??"",name:h,onChange:A,onBlur:T,className:"field-sizing-content min-h-12",placeholder:o.placeholder,resize:"vertical",accentColor:"base",variant:"surface",size:"sm",...d})})})});pi.displayName="TextInput";const Vo={...Le,type:"text",maximum_length:_t},$t=class $t extends or{constructor(e){const t=e.maxLength?Math.min(_t,e.maxLength):_t,n=e.minLength?Math.min(e.minLength,t):void 0;super({...e,maxLength:t,minLength:n,type:"text"})}serialize(){return super._serialize()}static deserialize(e){if(e.type!=="text")throw new Error("Type mismatch.");const{maximum_length:t,minimum_length:n,...i}=e;return new $t({...i,maxLength:t,minLength:n,placeholder:"Enter a description"})}getInput(e){return g.jsx(pi,{field:this,...e})}};R($t,"fieldTypeName","Paragraph"),R($t,"fieldTypeDescription",`Paragraph fields can hold up to ${_t} characters and can have multiple lines.`),R($t,"Icon",Ie.RiAlignJustify);let Wr=$t;const Ho=E.memo(E.forwardRef((r,e)=>{const{file:t,alt:n,error:i,rightSlot:a,className:o,...s}=r;return g.jsxs("div",{className:It.cx(o,"relative flex h-[200px] w-full flex-col gap-0 overflow-hidden rounded-md border items-center border-(--base-a6)"),ref:e,...s,children:[!t&&!i&&g.jsx("div",{className:"absolute flex h-full w-full flex-col items-center justify-center",children:g.jsx(I.Spinner,{})}),g.jsx("div",{className:"-m-4 flex max-w-full grow items-center justify-center overflow-hidden bg-clip-padding",children:t&&!i&&g.jsx("img",{className:"max-w-full object-cover",src:URL.createObjectURL(t),alt:n??t.name})}),g.jsxs("div",{className:It.cx("flex h-max w-full items-center gap-1 bg-(--base-2) px-2 py-1",{"bg-transparent":!t}),children:[i?g.jsx(I.RiIcon,{icon:"RiFileWarningLine"}):t&&g.jsx(ur,{fileType:t.type}),g.jsx(I.Text,{className:"truncate",size:"sm",children:i??(t==null?void 0:t.name)}),a]})]})})),B1=r=>{const e=["byte","kilobyte","megabyte"];let t=r,n=0;for(;t>1e3&&n<e.length-1;)t/=1e3,n++;return new Intl.NumberFormat([],{maximumFractionDigits:Math.max(0,n-1),style:"unit",unit:e[n]}).format(t)},vi=E.memo(r=>{var b;const[{inputId:e,labelId:t,size:n,severity:i,helpText:a,showInputOnly:o,field:s,fieldProps:f},u]=ke(r),{name:c,onChange:l,onBlur:d}=f;let[{label:h}]=ke(r);h=o?"":h;const p=f.value??nn,v=E.useRef(null),x=E.useMemo(()=>o?null:a||(s.maxFileSize?`Maximum file size: ${s.maxFileSize}MB`:null),[s.maxFileSize,a,o]),m=E.useCallback(()=>{var N;(N=v.current)==null||N.click()},[]),w=E.useCallback(()=>{if(!v.current)return;const N=v.current.files;if(!N){d([]);return}const M=Array.from(N),B=[...p,...M];l(B),d(B)},[d,l,p]),C=E.useCallback(N=>{const M=[...p];M.splice(N,1),l(M.length>0?M:void 0)},[p,l]);E.useEffect(()=>{if(!v.current)return;const N=new AbortController;return v.current.addEventListener("cancel",()=>{d(void 0)},{signal:N.signal}),()=>{N.abort()}},[d,p]);const T=s.maxFiles>1?"Select files":"Select a file";return g.jsxs("div",{className:"flex flex-col gap-2",children:[g.jsx(Ve,{helpText:x,severity:i,children:g.jsxs(Ue,{size:n,severity:i,inputId:e,labelId:t,label:h,image:o?void 0:s.image,children:[g.jsx("div",{className:"flex gap-2",children:g.jsxs(I.Button,{className:"w-max",size:"sm",variant:"soft",accentColor:"base",onClick:m,id:"upload-input-upload-button",type:"button",...u,children:[g.jsx(I.RiIcon,{icon:"RiUpload2Line"})," ",T]})}),g.jsx("input",{id:e,name:c,type:"file",ref:v,accept:(b=s.extensions)==null?void 0:b.join(","),multiple:s.maxFiles>1,className:"hidden",onChange:w,value:""})]})}),Array.isArray(p)&&p.length>0&&g.jsx("div",{className:"flex h-max flex-col gap-2",children:p.map((N,M)=>g.jsx(zo,{field:s,file:N,onRemove:()=>{C(M)},disabled:u.disabled},M))})]})});vi.displayName="UploadInput";const zo=E.memo(r=>{const{file:e,field:t,onRemove:n,disabled:i}=r,[a,o]=E.useState(null),s=pr(),f=E.useMemo(()=>a&&t.getError([a]),[t,a]),{url:u,name:c}=E.useMemo(()=>{let v=null,x,m;return a!=null&&a.type.startsWith("image/")&&(v=URL.createObjectURL(a)),a?(x=a.name,m=B1(a.size)):(x="Downloading...",m="..."),{url:v,name:x,size:m}},[a]);E.useEffect(()=>{e instanceof Promise?e.then(o).catch(console.error):o(e)},[e]);const l=E.useCallback(v=>{if(v.stopPropagation(),!a)throw new Error("Cannot download a file that is not resolved.");const x=new Blob([a]);Si.saveAs(x,c)},[c,a]),d=E.useCallback(v=>{v.stopPropagation(),n()},[n]),h=E.useCallback(()=>{a&&s(v=>({file:a,onDelete:i?void 0:()=>{n(),v()}}))},[i,n,s,a]),p=E.useMemo(()=>g.jsxs(I.ButtonGroup,{className:"flex grow justify-end",variant:"ghost",accentColor:"base",size:"sm",children:[g.jsx(I.IconButton,{"aria-label":`Download ${c}`,type:"button",onClick:l,disabled:!a,children:g.jsx(I.RiIcon,{icon:"RiDownload2Line"})}),!i&&g.jsx(I.IconButton,{type:"button","aria-label":`Remove ${c}`,disabled:i,onClick:d,children:g.jsx(I.RiIcon,{icon:"RiDeleteBin7Fill"})})]}),[i,d,l,c,a]);return u?g.jsx(Ho,{className:"cursor-pointer",onClick:h,file:a,error:f??void 0,rightSlot:p}):g.jsx(tn,{file:a,error:f??void 0,rightSlot:p})});zo.displayName="DisplayFile";const Go={...Le,type:"upload",extensions:[],maximum_size:void 0,maximum_files:1};function Wo(r,e){return r.name===e.name&&r.size===e.size&&r.type===e.type}const jt=class jt extends ye{constructor(t){const{extensions:n,maximum_files:i,maximum_size:a,...o}=t;super({...o,type:"upload"});R(this,"extensions");R(this,"maxFileSize");R(this,"maxFiles");R(this,"onlyValidateAfterTouched",!1);this.maxFileSize=typeof a=="number"?a:void 0,this.maxFiles=Math.max(typeof i=="number"?i:1,1),this.extensions=n}isBlank(t){return super.isBlank(t)||(t==null?void 0:t.length)===0}isEqual(t,n){return t===void 0&&n===void 0?!0:!(t===void 0||n===void 0||!t.every(i=>n.some(a=>Wo(i,a)))||!n.every(i=>t.some(a=>Wo(a,i))))}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new st({label:"How many files can be uploaded?",description:"By default, only one file can be uploaded.",required:!1,minimum:1,maximum:10,identifier:`${n}maximum_files`,integers:!0}),showDirectly:!1},{field:new st({label:"What is the maximum size of each file?",description:`Maximum file size in megabytes (between 1MB–${sr}MB).`,required:!1,identifier:`${n}maximum_size`,minimum:1,maximum:sr,integers:!0}),showDirectly:!1},{field:new Zt({label:"Accepted file types",description:"Types of allowed files to upload. If left blank, all files will be accepted.",required:!1,identifier:`${n}extensions`,options:[{value:"image/*",label:"Images"},{value:"audio/*",label:"Audio files"},{value:"video/*",label:"Videos"},{value:"text/*",label:"Text files"},{value:"application/*",label:"Application files (includes PDFs and Word documents)"}]}),showDirectly:!1}]}getFieldValidators(){const t=super.getFieldValidators(),n=this.maxFileSize??sr,i=n*1e3*1e3,a=this.maxFiles||1;return t.push(o=>{if(o&&o.some(s=>s.size>i))return`Files must be at most ${n}MB.`}),t.push(o=>{if(o&&o.length>a)return`You can only upload ${a} files.`}),t}serialize(){return{...super._serialize(),extensions:this.extensions,maximum_size:this.maxFileSize,maximum_files:this.maxFiles}}static deserialize(t){if(t.type!=="upload")throw new Error("Type mismatch.");return new jt(t)}getInput(t){return g.jsx(vi,{field:this,...t})}};R(jt,"fieldTypeName","Upload"),R(jt,"fieldTypeDescription","Allows a file to be uploaded."),R(jt,"Icon",Ie.RiUpload2Line);let Xr=jt;const $r={date:br,number:st,boolean:Pt,select:ir,string:Gr,text:Wr,custom:Sr,upload:Xr,qr:zr,"multi-string":Dt,"multi-select":Zt,radio:Tr},Xo={date:Fa,number:Ba,boolean:Ma,select:Lo,string:Uo,text:Vo,custom:Zf,upload:Go,qr:Bo,"multi-string":Pa,"multi-select":Ra,radio:ka},L1={boolean:"RiCheckboxCircleLine",date:"RiCalendarLine","multi-string":"RiListCheck",number:"RiHashtag",qr:"RiFullscreenLine","multi-select":"RiCheckboxLine",select:"RiMenuFoldLine",string:"RiInputField",text:"RiAlignJustify",upload:"RiUpload2Line",custom:"RiCodeSSlashLine",section:"RiFolderLine",radio:"RiRadioButtonFill"},sr=50,$o=sr*1e3,jo=$o*1e3,Yo=E.memo(r=>{const{field:e,...t}=r,[{value:n}]=Ee.useField(e.options.clonedFieldIdentifier),i=E.useMemo(()=>{const a=e.options.getFieldToClone(n);return a?jr(a):null},[e.options,n]);return yi(i,t)});Yo.displayName="FieldInputCloner";class k1 extends Sr{constructor(e){super(e,Yo)}}const gi=r=>{const e=r.type;return $r[e].deserialize(r)},jr=r=>r.type==="section"?Te.deserialize(r):gi(r);function Zo(r){return r.map(e=>jr(e))}function Yr(r){const e=[];for(const t of r)if(t instanceof Te)for(const n of t.fields)e.push(n);else{if(!(t instanceof ye))throw new Error(`Invalid field type: ${t.type}`);e.push(t)}return e}function Ko(r){const e=Yr(r),t={};for(const n of e)t[n.identifier]=n;return t}function U1(r,e){const t=Yr(r),n={};for(const i of t){const a=e[i.identifier]??null;a!==null?n[i.identifier]=i.decodeJsonToValue(a):n[i.identifier]=a}return n}function V1(r,e){const t=Yr(r),n={};for(const i of t){const a=e[i.identifier];n[i.identifier]=i.encodeValueToJson(a)}return n}function Zr(r){return Array.isArray(r)&&r.some(e=>e instanceof File||e instanceof Promise)}function xi(r,e){if(!r)return!0;if(Zr(e)||Zr(r.value))throw new Error("Conditions do not support file uploads");const t=Array.isArray(e)?e.map(i=>typeof i=="string"?i:i.value):e,n=Array.isArray(r.value)?r.value.map(i=>typeof i=="string"?i:i.value):r.value;if(Array.isArray(n)&&Array.isArray(t)){for(const i of n)if(!t.includes(i))return!1;return!0}return n===e}const yi=(r,e)=>E.useMemo(()=>!e||!r?null:r.getInput(e),[r,e]),fr=(r,e)=>{const t=E.useMemo(()=>r.map(n=>g.jsx(E.Fragment,{children:n.getInput(e)},n.getId())),[r,e]);return g.jsx("div",{className:"flex flex-col gap-4",children:t})},wi=E.memo(r=>{const{field:e,...t}=r,{label:n,description:i,fields:a,condition:o}=e,{values:s,setFieldValue:f}=Ee.useFormikContext(),u=o!=null&&o.identifier?Ke(s,o.identifier):void 0,c=E.useMemo(()=>xi(o,u),[o,u]);E.useEffect(()=>{if(!c)for(const d of a)f(d.getId(),"").then()},[c,a,f]);const l=fr(a,t);return c?g.jsx(I.Card,{variant:"soft",children:g.jsxs("div",{className:"flex flex-col gap-4",children:[(n||i)&&g.jsxs(g.Fragment,{children:[g.jsxs("div",{className:"flex flex-col",children:[g.jsx(I.Heading,{size:"md",children:n}),g.jsx(I.Text,{accentColor:"base",children:i})]}),g.jsx(I.Separator,{size:"full"})]}),l]})}):null});wi.displayName="FieldSectionLayout";const Yt=class Yt extends rn{constructor(t){const{label:n=null,fields:i,condition:a=null,conditional:o,...s}=t;super({...s,type:"section"});R(this,"label");R(this,"fields");R(this,"condition");this.fields=i,this.condition=a,this.label=n,o===!1&&(this.condition=null)}static getFieldCreationSchema(t,n=""){if(t.length===0)return[];const i=n&&`${n}.`;return[{field:new Pt({label:"Conditionally render section",identifier:`${i}conditional`,required:!1}),showDirectly:!0},{field:new Yt({label:"Conditional settings",identifier:`${i}conditional-settings`,condition:{identifier:`${i}conditional`,value:!0},fields:[new ir({label:"Field",description:"The field to use for the condition.",options:t.map(a=>!a.label||a.type==="upload"?null:{label:a.label,value:a.identifier}).filter(a=>!!a),identifier:`${i}condition.identifier`,required:!0}),new k1({label:"Value",identifier:`${i}condition.value`,required:!0,clonedFieldIdentifier:`${i}condition.identifier`,getFieldToClone(a){if(!a)return null;const o=t.find(s=>s.identifier===a);return o?{...o,label:"Value",identifier:`${i}condition.value`,description:"The value to compare against.",required:o.type!=="boolean"}:(console.error("Could not find field with identifier",a),null)}})]}),showDirectly:!1}]}static deserialize(t){if(t.type!=="section")throw new Error("Invalid type");if(!Array.isArray(t.fields))throw new Error(`Invalid fields: ${t.fields} (not an array)`);const n=t.fields.map(gi);return new Yt({...t,fields:n})}conditional(){return this.condition!==null}serialize(){return{...super._serialize(),label:this.label,condition:this.condition,conditional:this.conditional(),fields:this.fields.map(t=>t.serialize())}}getErrors(t){const n={};for(const i of this.fields){const a=i.getId(),o=i.getError(Ke(t,a),t);o&&St(n,i.getId(),o)}return n}getInput(t){return g.jsx(wi,{field:this,...t})}};R(Yt,"fieldTypeName","Section"),R(Yt,"fieldTypeDescription","Sections can be useful for grouping fields together. They can also be conditionally shown or hidden.");let Te=Yt;const At=r=>Object.keys(r).length>0,Kr=(r,e)=>{const t={};for(const n of r)if(n instanceof Te){if(n.condition){const{identifier:i}=n.condition;if(!xi(n.condition,Ke(e,i)))continue}Object.assign(t,n.getErrors(e))}else{if(!(n instanceof ye))throw new Error("Invalid field type");const i=n.getId(),a=n.getError(Ke(e,i),e);a&&St(t,i,a)}if(At(t))return t},qr=(r,e)=>r.reduce((t,n)=>{if(n instanceof Te)return{...t,...qr(n.fields,e)};const i=n.getId(),a=t[i];switch(a){case"":St(t,i,void 0);break;case[]:St(t,i,void 0);break;default:St(t,i,a??void 0)}return t},cs(e)),qo=(r,e,t)=>r.reduce((n,i)=>{if(i instanceof Te)return{...n,...qo(i.fields,e,t)};if(i instanceof ye){const a=i.getId(),o=e[a],s=t[a];i.isEqual(o,s)||St(n,a,s)}return n},{}),Qo=E.memo(E.forwardRef((r,e)=>{const{schema:t,values:n={},onValuesChange:i,onSubmit:a,submitText:o="Submit",cancelText:s,onCancel:f,onDirty:u,onDirtyChange:c,hideTitle:l=!t.title,hideDescription:d,className:h,buttonProps:p,enableReinitialize:v=!1,excludeUnchangedFields:x=!1}=r,{readonly:m}=t.meta,w=E.useId(),C=E.useMemo(()=>qr(t.fields,n),[t.fields,n]),_=E.useCallback(U=>{a==null||a(x?qo(t.fields,C,U):U)},[x,C,a,t.fields]),A=Ee.useFormik({initialValues:C,onSubmit:_,validate:U=>Kr(t.fields,U),validateOnBlur:!1,validateOnChange:!1,enableReinitialize:v}),{dirty:T}=A,b=E.useMemo(()=>typeof t.title=="string"?g.jsx(I.Heading,{size:"md",children:t.title}):t.title,[t.title]),N=E.useMemo(()=>typeof t.description=="string"?g.jsx(I.Text,{accentColor:"base",children:t.description}):t.description,[t.description]),M=E.useCallback((U,H)=>{Ko(t.fields)[U].isEqual(C[U],H)||i==null||i({...A.values,[U]:H},{[U]:H})},[A.values,C,i,t.fields]),B=fr(t.fields,{formId:w,disabled:m,onValuesChange:M});return E.useEffect(()=>{T&&u&&u(),c&&c(T)},[T,u,c]),g.jsx(Ee.FormikProvider,{value:A,children:g.jsxs("form",{id:w,ref:e,className:It.cx(h,"flex flex-col gap-2"),onSubmit:A.handleSubmit,children:[!l&&g.jsx(I.Card,{variant:"soft",children:g.jsxs("div",{className:"flex flex-col gap-1",children:[b,!d&&N]})}),B,!m&&g.jsxs("div",{className:"flex items-center justify-end gap-2",children:[s&&g.jsxs(I.Button,{accentColor:it.danger,...p,type:"button",onClick:f,children:[g.jsx(I.RiIcon,{icon:"RiCloseLine"}),s]}),g.jsxs(I.Button,{...p,type:"submit",disabled:!A.isValid,accentColor:"success",children:[g.jsx(I.RiIcon,{icon:"RiCheckLine"}),o]})]})]})})})),Et=E.memo(r=>{const{name:e,render:t}=r,{submitForm:n}=Ee.useFormikContext(),[i,a,o]=Ee.useField(e),s=E.useMemo(()=>{const f=u=>{o.setValue(u,!1)};return t({value:i.value,meta:a,setValue:f,patchValue:()=>{n()}})},[t,i.value,a,n,o]);return g.jsx(g.Fragment,{children:s})});Et.displayName="PatchField";const H1=E.memo(E.forwardRef((r,e)=>{const{children:t,schema:n,values:i,onPatch:a,onError:o,requiresDiff:s=!0,onDirtyChange:f,...u}=r,c=E.useMemo(()=>qr(n.fields,i),[n.fields,i]),l=E.useCallback(w=>{const C={};for(const _ in w){const A=w[_];A!==c[_]&&A!==void 0&&(C[_]=A)}return C},[c]),d=E.useCallback(w=>{const C=l(w);s&&!At(C)||a(C)},[l,a,s]),h=E.useCallback(w=>{const C=Kr(n.fields,w);if(C&&o(C),f){const _=l(w);f(At(_))}return C},[n.fields,f,o,l]),p=Ee.useFormik({initialValues:c,onSubmit:d,validate:h,validateOnBlur:!1,validateOnChange:!1}),v=E.useCallback(()=>{if(f){const w=l(p.values);At(w)&&f(!0)}},[p.values,l,f]),{errors:x,resetForm:m}=p;return E.useEffect(()=>{At(x)&&m({values:c,errors:{}})},[x,c,m]),g.jsx(Ee.FormikProvider,{value:p,children:g.jsx("form",{...u,ref:e,onSubmit:p.handleSubmit,onChange:v,children:t})})})),Qr="form-builder",z1=[["string","text"],["select","multi-select","upload","qr","radio"],["boolean","date","number","multi-string"]],mi={...$r,section:Te},Jr=E.createContext({}),G1=(r,e)=>{var n;const t={...r};switch(e.type){case"release":for(const i in t)t[i].disabled=!1;return t;case"hold":for(const i in t)(n=t[i])!=null&&n.conditionFields.has(e.fieldId)&&(t[i].disabled=!0);return t;case"update":return e.state}},W1=(r,e)=>{if(e)for(let t=0;t<r.length;t++){const n=r[t];if(n){for(const i of n.fields)if(i.identifier===e)return t}}},Jo=r=>{var t,n,i;const e={};for(let a=0;a<r.length;a++){const o=r[a];if(!o)throw new Error("Field is undefined.");const s=a>0?(t=e[r[a-1].identifier])==null?void 0:t.conditionFields:void 0,f=new Set(s);(n=o.condition)!=null&&n.identifier&&f.add(o.condition.identifier),e[o.identifier]={disabled:!1,conditionFields:f,conditionIndex:W1(r,(i=o.condition)==null?void 0:i.identifier),index:a,label:o.label}}return e},Ci=E.memo(r=>{const{index:e,type:t,sectionIndex:n,remove:i,duplicate:a,move:o,upload:s}=r;if(t!=="section"&&!s)throw new Error("Upload function prop must be defined for non-section fields.");const{values:f}=Ee.useFormikContext(),u=E.useRef(null),c=E.useMemo(()=>{const l=[{Icon:Ie.RiFileCopyLine,key:"duplicate",text:"Duplicate",buttonProps:{onClick:a}}];return l.push({Icon:Ie.RiDeleteBin7Fill,key:"delete",text:"Delete",buttonProps:{onClick:i}}),t!=="section"&&l.unshift({Icon:Ie.RiImageLine,key:"upload",text:"Upload image",buttonProps:{onClick:()=>{var d;(d=u.current)==null||d.click()}}}),(n===void 0&&e!==f.fields.length-1||n!==void 0&&(n<f.fields.length-1||e!==f.fields[n].fields.length-1))&&l.unshift({Icon:Ie.RiArrowDownLine,key:"moveDown",text:"Move down",buttonProps:{onClick:()=>{o("down")}}}),(n===void 0&&e!==0||n!==void 0&&(n!==0||e!==0))&&l.unshift({Icon:Ie.RiArrowUpLine,key:"moveUp",text:"Move up",buttonProps:{onClick:()=>{o("up")}}}),l},[a,e,o,i,n,t,f.fields]);return g.jsxs(g.Fragment,{children:[g.jsx(I.ButtonGroup,{className:"mx-2 hidden flex-col gap-0.5 sm:flex",variant:"ghost",accentColor:"base",size:"sm",children:c.map(l=>g.jsx(I.IconButton,{type:"button","aria-label":l.text,...l.buttonProps,children:g.jsx(l.Icon,{})},l.key))}),g.jsx("div",{className:"sm:hidden",children:g.jsxs(I.Menu.Root,{children:[g.jsx(I.Menu.ClickTrigger,{children:g.jsx(I.IconButton,{variant:"ghost",accentColor:"base","aria-label":"Actions menu",size:"sm",type:"button",children:g.jsx(I.RiIcon,{icon:"RiMore2Line"})})}),g.jsx(I.Menu.Content,{children:c.map(l=>{var d;return g.jsxs(I.Menu.Item,{onClick:(d=l.buttonProps)==null?void 0:d.onClick,children:[g.jsx(l.Icon,{}),l.text]},l.key)})})]})}),t!=="section"&&g.jsx("input",{style:{display:"none"},ref:u,type:"file",accept:"image/*",onChange:s})]})});Ci.displayName="FieldActions";const _i=E.memo(r=>{const{popoverInputs:e,hasError:t,...n}=r;return g.jsxs(I.Popover.Root,{children:[g.jsx(I.Popover.Trigger,{asChild:!0,children:g.jsxs(I.Button,{variant:"soft",type:"button",size:"sm","aria-label":"settings",accentColor:"base",...t&&{color:it.danger},children:[g.jsx(I.RiIcon,{icon:"RiSettings2Line"}),g.jsx("span",{children:"Settings"})]},"settings")}),g.jsx(I.Popover.Content,{size:"sm",...n,children:g.jsx("div",{className:"flex w-full max-w-[350px] flex-col",children:e})})]})});_i.displayName="FieldSettingsPopover";const es=(r=()=>null)=>E.useMemo(()=>z1.map(e=>e.map(t=>{const n=$r[t],i=n.Icon;return{children:n.fieldTypeName,icon:g.jsx(i,{}),value:t,onSelect:()=>{r(t)}}})),[r]),ts=576,Ai=E.memo(r=>{var en,os,ss,fs,us;const{parentPath:e,index:t,initial:n,conditionalSourceFields:i}=r,{values:a,setFieldValue:o,errors:s}=Ee.useFormikContext(),f=es(),u=pr(),{disableRequiredFields:c}=E.use(Jr),l=E.useRef(null),[d,h]=E.useState(l.current&&l.current.getBoundingClientRect().width>=ts);E.useEffect(()=>{const X=l.current;if(X){const ae=new ResizeObserver(Me=>{Me[0]&&h(Me[0].contentRect.width>=ts)});return ae.observe(X),()=>{ae.disconnect()}}},[]);const[p,v]=E.useState(void 0);E.useEffect(()=>{ht(n)?v(void 0):n.image instanceof Promise?n.image.then(v).catch(console.error):v(n.image)},[n]);const x=p?URL.createObjectURL(p):void 0,m=E.useCallback(X=>{X.stopPropagation();const{image:ae,...Me}=n;o(`${e}.${t}`,Me).then()},[t,n,e,o]);E.useEffect(()=>{ht(n)&&!n.conditional&&o(`${e}.${t}.condition`,null).then()},[t,n,e,o]);const w=E.useMemo(()=>{var X,ae;return ht(n)?(ae=Fi(a.fields,(X=n.condition)==null?void 0:X.identifier))==null?void 0:ae.label:void 0},[n,a.fields]),C=ht(n)?Array.isArray((en=n.condition)==null?void 0:en.value)?"contains all of":"equals":void 0;let _;if(ht(n)){if(Zr((os=n.condition)==null?void 0:os.value))throw new Error("File values are not supported for conditions.");_=Array.isArray((ss=n.condition)==null?void 0:ss.value)?n.condition.value.map(X=>typeof X=="string"?X:X.label).join(", "):(us=(fs=n.condition)==null?void 0:fs.value)==null?void 0:us.toString()}const A=E.useCallback(X=>{X.target.parentNode instanceof HTMLElement&&(X.target.parentNode.dataset.replicatedValue=X.target.value)},[]),T=E.useCallback(X=>{X.target.parentNode instanceof HTMLElement&&(X.target.parentNode.dataset.replicatedValue=X.target.value)},[]),b=n.type,N=mi[b],[M,B]=E.useMemo(()=>{let X=[],ae=[];if(N===Te){if(i===void 0)throw new Error("Conditional source fields must be provided when changing sections.");const Me=N.getFieldCreationSchema(i,`${e}.${t}`);X=X.concat(Me.filter(Ae=>Ae.showDirectly).map(Ae=>Ae.field)),ae=ae.concat(Me.filter(Ae=>!Ae.showDirectly).map(Ae=>Ae.field))}else{if(!(N.prototype instanceof ye))throw new Error(`Field must be an instance of BaseField. Got ${N.toString()}.`);const Me=N.getFieldCreationSchema(`${e}.${t}`);d?(X=[...X,...Me.filter(Ae=>Ae.showDirectly).map(Ae=>Ae.field)],ae=[...ae,...Me.filter(Ae=>!Ae.showDirectly).map(Ae=>Ae.field)]):ae=[...ae,...Me.map(Ae=>Ae.field)]}return[X,ae]},[N,i,e,t,d]),U=fr(M,{formId:Qr,disabled:!1,...N===Te&&{size:"sm"}}),H=fr(B,{formId:Qr,disabled:!1});let W=B.length>0;ht(n)&&B.length>0&&(W=n.conditional);const se=B.some(X=>{const ae=Ke(s,N===Te?`${e}.${t}.condition`:X.getId());return ae&&(typeof ae!="object"||At(ae))}),j=se?it.danger:void 0,Oe=E.useMemo(()=>jr(n),[n]),tt=yi(Oe,{formId:Qr,showInputOnly:!1}),We=E.useMemo(()=>f.flat().find(X=>X.value===b),[f,b]),Ei=E.useCallback(()=>{p&&u(()=>({file:p}))},[u,p]);return g.jsx("div",{className:"flex grow items-center w-full",ref:l,children:g.jsxs("div",{className:"flex w-full flex-col gap-2",children:[N===Te&&(M.length>0||W)&&g.jsxs("div",{className:"flex flex-col gap-2",children:[U,W&&g.jsxs("div",{className:"flex items-center gap-4",children:[g.jsx(_i,{popoverInputs:H,hasError:se,align:"start"}),ht(n)&&n.conditional&&g.jsx("span",{className:"text-sm text-(--accent-a11)","data-accent-color":j,children:g.jsxs("em",{children:["Display only if ",g.jsx("strong",{children:w})," ",C," ",g.jsx("strong",{children:_})]})})]})]}),N!==Te&&g.jsxs("div",{className:"flex gap-2 w-full justify-between",children:[g.jsxs("div",{className:"flex gap-2 items-center",children:[g.jsxs(I.Badge,{accentColor:"base",variant:"soft",size:"sm",children:[We==null?void 0:We.icon,We==null?void 0:We.children]}),!c&&g.jsx(Et,{name:`${e}.${t}.required`,render:({setValue:X,value:ae})=>g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx(I.Checkbox.Root,{checked:ae,onCheckedChange:X,size:"sm",children:g.jsx(I.Checkbox.Indicator,{children:g.jsx(I.RiIcon,{icon:"RiCheckLine"})})}),g.jsx(I.Text,{size:"sm",accentColor:"base",children:"Required"})]})})]}),W&&g.jsx(_i,{popoverInputs:H,hasError:se,align:"end"})]}),p&&g.jsxs("div",{className:"group relative inline-block w-full min-w-[300px]",children:[g.jsx("img",{className:"h-[100px] w-full min-w-[300px] cursor-pointer rounded-md object-cover",src:x,alt:p.name,onClick:Ei}),g.jsx(I.IconButton,{className:"absolute top-2 right-2 hidden group-hover:not-disabled:flex",variant:"solid",accentColor:"base","aria-label":"delete",onClick:m,size:"sm",children:g.jsx(I.RiIcon,{icon:"RiDeleteBin7Fill"})})]}),g.jsx(Et,{name:`${e}.${t}.label`,render:({setValue:X,value:ae})=>g.jsx("input",{className:"bg-transparent outline-none text-sm placeholder-(--base-a9)",placeholder:b==="section"?"Enter a section label (optional)":"Enter your question",value:ae,onChange:Me=>{X(Me.target.value)},onInput:A,maxLength:200})}),g.jsx(Et,{name:`${e}.${t}.description`,render:({setValue:X,value:ae})=>g.jsx("textarea",{className:"bg-transparent outline-none text-sm field-sizing-content grow placeholder-(--base-a9)",placeholder:`Enter a ${b==="section"?"section":"field"} description (optional)`,value:ae,onChange:Me=>{X(Me.target.value)},onInput:T,maxLength:1e3})}),N!==Te&&M.length>0&&g.jsx("div",{className:"w-full",children:U}),N!==Te&&g.jsxs(I.Card,{className:"flex gap-4 bg-(--accent-a2) items-center",children:[g.jsxs(I.HoverCard.Root,{children:[g.jsx(I.HoverCard.Trigger,{asChild:!0,children:g.jsx(I.Badge,{icon:!0,size:"sm",variant:"soft",accentColor:"base",children:g.jsx(I.RiIcon,{icon:"RiEyeLine"})})}),g.jsx(I.HoverCard.Content,{className:"w-[225px]",size:"sm",align:"start",children:"This is a preview of the field as it will be rendered in the form."})]}),g.jsx("div",{className:"grow h-max min-w-0",children:tt})]})]})})});Ai.displayName="FieldBuilder";const rs=E.memo(r=>{const{field:e,index:t,sectionIndex:n,remove:i}=r,{setFieldValue:a,values:o}=Ee.useFormikContext(),{reorderField:s}=sn(),{showInfo:f,showError:u}=I.useToast(),c=`fields.${n}.fields`,l=E.useMemo(()=>({index:t,parentPath:c,initial:e}),[e,t,c]),d=E.useCallback(()=>{const v=e.label||"Unlabelled field",x={...e,label:v};hr(c,t+1,x,o,a),f({title:"Field duplicated",description:`The field "${v}" has been duplicated`})},[e,c,t,o,a,f]),h=E.useCallback(v=>{const x=n,m=o.fields[x];let w=n,C=v==="up"?t-1:t+1;v==="up"&&t===0?(w=n-1,C=o.fields[w].fields.length):v==="down"&&t===m.fields.length-1&&(w=n+1,C=0);const _=o.fields[w];s(m,x,t,_,w,C,a)},[n,o.fields,t,s,a]),p=E.useCallback(v=>{const{files:x}=v.target;if(!x||x.length!==1)return;const m=x.item(0);if(m){if(m.size>jo){u({title:"File upload error",description:`The file ${m.name} exceeded the maximum file size`});return}a(`${c}.${t}`,{...e,image:m}).then()}},[e,t,c,a,u]);return g.jsx(nt.Draggable,{draggableId:e.identifier,index:t,children:v=>g.jsx(I.Card,{ref:v.innerRef,...v.draggableProps,...v.dragHandleProps,className:"mb-4",children:g.jsxs("div",{className:"flex items-center justify-between gap-4 w-full",children:[g.jsx(Ai,{...l}),g.jsx(Ci,{index:t,type:e.type,sectionIndex:n,remove:i,duplicate:d,move:h,upload:p})]})})})});rs.displayName="FieldWithActions";const ns=E.memo(r=>{var _;const{field:e,index:t,dropState:n}=r,i=(_=n[e.identifier])==null?void 0:_.disabled,{setFieldValue:a,values:o}=Ee.useFormikContext(),s=I.useAlertDialog(),{reorderSection:f}=sn(),{showInfo:u}=I.useToast(),{fieldsOnly:c}=E.use(Jr),l=E.useCallback((A,T)=>{for(const b of A){const N=T.indexOf(b);a(`fields.${N}.condition`,null).then(),a(`fields.${N}.conditional`,!1).then()}},[a]),d=E.useCallback(A=>{var N;const T=e.fields[A];if(!T)throw new Error("Could not find field to remove.");const b=[];for(const M of o.fields)((N=M.condition)==null?void 0:N.identifier)===T.identifier&&b.push(M);return{removing:T,affectedSections:b,action:()=>a(`fields.${t}.fields`,dr(e.fields,A))}},[e.fields,o.fields,a,t]),h=E.useCallback(A=>{const{affectedSections:T,action:b,removing:N}=d(A),M=()=>{b().then(),l(T,o.fields)};if(T.length>0){const B=T.map(U=>U.label).join(", ");s({title:"Remove condition?",description:`${N.label} is being used as a condition, deleting it will remove the condition from the ${B} section(s).`,action:"Remove",onAction:M});return}M()},[d,l,o.fields,s]),p=E.useCallback(()=>{const T=e.fields.map((W,se)=>d(se)).flatMap(W=>W.affectedSections),b=T.length?"Remove fields and conditions?":"Remove fields?",N=e.fields.length,M=T.map(W=>W.label).join(", "),B=T.length?`Deleting this section will remove the ${N} field(s) it contains and will remove the conditions from following sections: ${M}`:`Deleting this section will remove the ${N} field(s) it contains.`,U=dr(o.fields,t),H=()=>a("fields",U);if(T.length>0){s({title:b,description:B,action:"Remove",onAction:()=>{H().then(()=>{l(T,U)})}});return}H().then()},[e.fields,o.fields,t,d,a,s,l]),v=E.useCallback(A=>{const T=A==="up"?t-1:t+1;f(n,e.identifier,t,T,o,a)},[t,f,n,e.identifier,o,a]),x=E.useMemo(()=>({index:t,parentPath:"fields",initial:e,conditionalSourceFields:Ri(o.fields,t)}),[e,t,o.fields]),m=E.useCallback(()=>{const A=e.label||"Untitled section",T=e.fields.map(N=>({...N,identifier:on()})),b={...e,label:A,fields:T};hr("fields",t+1,b,o,a),u({title:"Section duplicated",description:`The section "${A}" has been duplicated.`})},[e,t,o,a,u]),w=E.useCallback(A=>{hr(`fields.${t}.fields`,e.fields.length,Xo[A],o,a)},[t,e.fields.length,o,a]),C=es(w);return g.jsx(nt.Draggable,{draggableId:e.identifier,index:t,children:A=>g.jsx(I.Card,{ref:A.innerRef,...A.draggableProps,...A.dragHandleProps,variant:"outline",className:"mb-4 w-full",children:g.jsxs("div",{className:"flex items-center justify-between gap-3 w-full",children:[g.jsxs("div",{className:"flex grow flex-col gap-2 w-full",children:[!c&&g.jsx(Ai,{...x}),g.jsx(nt.Droppable,{droppableId:e.identifier,type:"SECTION",isDropDisabled:i,children:T=>g.jsxs("div",{className:"flex flex-col gap-0 w-full",ref:T.innerRef,...T.droppableProps,children:[e.fields.map((b,N)=>g.jsx(rs,{field:b,index:N,sectionIndex:t,remove:()=>{h(N)}},b.identifier)),T.placeholder,g.jsxs(I.Menu.Root,{children:[g.jsx(I.Menu.ClickTrigger,{children:g.jsxs(I.Button,{type:"button",variant:"soft",size:"sm",children:[g.jsx(I.RiIcon,{icon:"RiAddLine"})," Add field"]})}),g.jsx(I.Menu.Content,{children:C.flat().map(b=>g.jsxs(I.Menu.Item,{onSelect:b.onSelect,children:[b.icon,b.children]},b.value))})]})]})})]}),!c&&g.jsx(Ci,{index:t,type:e.type,remove:p,duplicate:m,move:v})]})})})});ns.displayName="FieldSectionWithActions";const is=(r,e)=>{for(const[t,n]of Object.entries(r))if(n.identifier===e)return[n,t]},as=E.memo(()=>{const{values:r,setFieldValue:e}=Ee.useFormikContext(),[t,n]=E.useReducer(G1,r.fields,Jo),{reorderSection:i,reorderField:a}=sn(),{fieldsOnly:o}=E.use(Jr);E.useEffect(()=>{n({type:"update",state:Jo(r.fields)})},[n,r.fields]);const s=E.useCallback(c=>{c.type==="SECTION"&&n({type:"hold",fieldId:c.draggableId})},[]),f=E.useCallback(c=>{const{source:l,destination:d,type:h,reason:p,draggableId:v}=c;if(n({type:"release"}),!d||p==="CANCEL")return;if(h==="ROOT"){i(t,v,l.index,d.index,r,e);return}if(h!=="SECTION")throw new Error("Unexpected droppable type.");const[x,m]=is(r.fields,l.droppableId)??[],[w,C]=is(r.fields,d.droppableId)??[];a(x,m,l.index,w,C,d.index,e)},[r,a,e,i,t]),u=E.useCallback(c=>{xs(c+1,r,e)},[r,e]);return g.jsx(nt.DragDropContext,{onDragStart:s,onDragEnd:f,children:g.jsx(nt.Droppable,{droppableId:"droppable",type:"ROOT",children:c=>g.jsxs("div",{className:"flex flex-col gap-0",ref:c.innerRef,...c.droppableProps,children:[r.fields.map((l,d)=>g.jsxs(E.Fragment,{children:[g.jsx(ns,{field:l,index:d,dropState:t,fieldsOnly:o}),!o&&d!==r.fields.length-1&&g.jsxs(I.Button,{className:"mb-4",type:"button",variant:"soft",size:"sm",accentColor:"base",onClick:()=>{u(d)},children:[g.jsx(I.RiIcon,{icon:"RiAddLine"})," Add section"]})]},l.identifier)),g.jsxs(I.Button,{className:"mb-4",type:"button",variant:"soft",accentColor:"base",size:"sm",onClick:()=>{u(r.fields.length)},children:[g.jsx(I.RiIcon,{icon:"RiAddLine"})," Add section"]}),c.placeholder]})})})});as.displayName="FieldsEditor";const X1=E.memo(E.forwardRef((r,e)=>{const{onCancel:t,onSave:n,initialTitle:i,initialDescription:a,initialFields:o,showExplainerText:s=!0,showFormTitle:f=!0,fieldsOnly:u=!1,showTabs:c=!0,disableRequiredFields:l=!1,tabsListClassName:d}=r,{showError:h}=I.useToast(),p=E.useCallback(C=>{const _={};C.title||(_.title="Title is required."),(!C.fields||C.fields.length===0)&&(_.fields="At least one field is required.");let A=[];for(const[b,N]of C.fields.entries()){const B=mi.section.getFieldCreationSchema(Ri(C.fields,b),`fields.${b}`).map(U=>U.field);A=[...A,...B];for(const[U,H]of N.fields.entries()){const se=mi[H.type].getFieldCreationSchema(`fields.${b}.fields.${U}`).map(j=>j.field);A=[...A,...se]}}const T=Kr(A,C);if(T&&(_.fields=T.fields),At(_))return h({title:"Some form settings are invalid",description:"Please check settings highlighted in red."}),_},[h]),v=E.useMemo(()=>({title:i??"",description:a??"",fields:o?gs(o):[{...lr(on()),label:""}]}),[a,o,i]),x=Ee.useFormik({initialValues:v,validate:p,onSubmit:n,validateOnChange:!1,validateOnBlur:!1}),m=E.useMemo(()=>({title:x.values.title,description:x.values.description,fields:Zo(x.values.fields),meta:{readonly:!1}}),[x.values]),w=E.useMemo(()=>({disableRequiredFields:l,fieldsOnly:u}),[l,u]);return g.jsx(Jr,{value:w,children:g.jsx(I.Tabs.Root,{ref:e,defaultValue:"edit",children:g.jsxs("div",{className:"flex flex-col gap-2",children:[c&&g.jsxs(I.Tabs.List,{className:It.cx("sticky top-0 z-[2000] flex bg-(--color-background)",d),children:[g.jsx(I.Tabs.Trigger,{className:"grow",value:"edit",children:g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx(I.RiIcon,{icon:"RiPencilLine"}),"Edit form"]})}),g.jsx(I.Tabs.Trigger,{className:"grow",value:"preview",children:g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx(I.RiIcon,{icon:"RiEyeLine"}),"Preview form"]})})]}),g.jsxs(I.Tabs.Content,{value:"edit",children:[s&&g.jsxs(I.Text,{children:["Create your form using various field types. Sections can be"," ",g.jsx("strong",{children:"conditionally rendered"})," based on"," ",g.jsx("strong",{children:"answers to fields in preceding sections. "})]}),g.jsxs("form",{className:"mt-3 flex flex-col gap-2",id:Qr,onSubmit:x.handleSubmit,children:[g.jsxs(Ee.FormikProvider,{value:x,children:[f&&g.jsxs(g.Fragment,{children:[g.jsx(Et,{name:"title",render:({setValue:C,value:_,meta:A})=>g.jsx(fn,{severity:"danger",helpText:A.error??null,children:g.jsx(I.Input.Root,{variant:"outline",size:"md",accentColor:A.error?it.danger:"primary",children:g.jsx(I.Input.Field,{placeholder:"Form title",value:_,onChange:T=>{C(T.target.value)},maxLength:100})})})}),g.jsx(Et,{name:"description",render:({setValue:C,value:_})=>g.jsx(I.TextArea,{className:"field-sizing-content",placeholder:"Explain the purpose of this form",value:_,onChange:A=>{C(A.target.value)},resize:"vertical",maxLength:1e3,size:"md"})})]}),g.jsx(as,{}),g.jsx("span",{"data-accent-color":it.danger,className:"text-xs text-(--accent-a11)",children:typeof x.errors.fields=="string"&&x.errors.fields})]}),g.jsxs("div",{className:"flex items-center justify-end gap-2",children:[t&&g.jsx(I.Button,{type:"button",variant:"solid",accentColor:"base",onClick:t,children:"Cancel"}),g.jsx(I.Button,{type:"submit",children:"Save form"})]})]})]}),g.jsx(I.Tabs.Content,{value:"preview",children:g.jsx(Qo,{schema:m,hideTitle:!f})})]})})})}));P.BaseField=ye,P.BaseFormElement=rn,P.BaseSelectField=bn,P.BooleanField=Pt,P.BooleanInput=Tn,P.DateField=br,P.DateInput=On,P.FieldSection=Te,P.FieldSectionLayout=wi,P.FieldTypeToClsMapping=$r,P.FieldTypeToEmptyFieldMapping=Xo,P.FileCard=tn,P.FileIcon=ur,P.FormBuilder=X1,P.FormRenderer=Qo,P.ImageCard=Ho,P.ImageViewer=In,P.ImageViewerProvider=Da,P.InputWithHelpText=fn,P.InputWithLabel=Ue,P.InputWithLabelAndHelpText=Ve,P.LONG_TEXT_FIELD_MAX_LENGTH=_t,P.MultiSelectField=Zt,P.MultiSelectInput=Nn,P.MultiStringField=Dt,P.MultiStringInput=Sn,P.NumberField=st,P.NumberInput=Dn,P.PatchField=Et,P.PatchFormProvider=H1,P.RadioField=Tr,P.RadioInput=Pn,P.SEVERITY_COLOR_MAPPING=it,P.SHORT_TEXT_FIELD_MAX_LENGTH=ar,P.SUPPORTED_IMAGE_FILE_TYPES=Oi,P.SUPPORTED_PDF_FILE_TYPES=Di,P.SUPPORTED_SPREADSHEET_FILE_EXTENSIONS=Ni,P.ScanField=zr,P.ScanInput=ci,P.Scanner=li,P.SelectField=ir,P.SelectInput=di,P.StringField=Gr,P.StringInput=hi,P.StringOrTextField=or,P.TextField=Wr,P.TextInput=pi,P.UploadField=Xr,P.UploadInput=vi,P.decodeFieldValues=U1,P.deserialize=jr,P.deserializeField=gi,P.deserializeFields=Zo,P.emptyBaseField=Le,P.emptyBooleanField=Ma,P.emptyDateField=Fa,P.emptyMultiSelectField=Ra,P.emptyMultiStringField=Pa,P.emptyNumberField=Ba,P.emptyRadioField=ka,P.emptyScanField=Bo,P.emptySelectField=Lo,P.emptyStringField=Uo,P.emptyTextField=Vo,P.emptyUploadField=Go,P.encodeFieldValues=V1,P.fieldIcons=L1,P.flattenFields=Yr,P.getFieldsMapping=Ko,P.initializeFormValues=qr,P.isConditionMet=xi,P.maxFileSizeB=jo,P.maxFileSizeKB=$o,P.maxFileSizeMB=sr,P.useFieldInput=yi,P.useFieldInputs=fr,P.useFormikInput=ke,P.useImageViewer=pr,P.validateFields=Kr,P.valueIsFile=Zr,Object.defineProperty(P,Symbol.toStringTag,{value:"Module"})});
|
|
64
|
+
`),n=Mo.singletonList(D1.INITIAL_STATE),i=0;i<this.text.length;i++){var a=void 0,o=i+1<this.text.length?this.text[i+1]:0;switch(this.text[i]){case $.getCharCode("\r"):a=o===t?2:0;break;case $.getCharCode("."):a=o===e?3:0;break;case $.getCharCode(","):a=o===e?4:0;break;case $.getCharCode(":"):a=o===e?5:0;break;default:a=0}a>0?(n=r.updateStateListForPair(n,i,a),i++):n=this.updateStateListForChar(n,i)}var s=Mo.min(n,function(f,u){return f.getBitCount()-u.getBitCount()});return s.toBitArray(this.text)},r.prototype.updateStateListForChar=function(e,t){var n,i,a=[];try{for(var o=Hr(e),s=o.next();!s.done;s=o.next()){var f=s.value;this.updateStateForChar(f,t,a)}}catch(u){n={error:u}}finally{try{s&&!s.done&&(i=o.return)&&i.call(o)}finally{if(n)throw n.error}}return r.simplifyStates(a)},r.prototype.updateStateForChar=function(e,t,n){for(var i=this.text[t]&255,a=ui[e.getMode()][i]>0,o=null,s=0;s<=Je;s++){var f=ui[s][i];if(f>0){if(o==null&&(o=e.endBinaryShift(t)),!a||s===e.getMode()||s===Ge){var u=o.latchAndAppend(s,f);n.push(u)}if(!a&&Ro[e.getMode()][s]>=0){var c=o.shiftAndAppend(s,f);n.push(c)}}}if(e.getBinaryShiftByteCount()>0||ui[e.getMode()][i]===0){var l=e.addBinaryShiftChar(t);n.push(l)}},r.updateStateListForPair=function(e,t,n){var i,a,o=[];try{for(var s=Hr(e),f=s.next();!f.done;f=s.next()){var u=f.value;this.updateStateForPair(u,t,n,o)}}catch(c){i={error:c}}finally{try{f&&!f.done&&(a=s.return)&&a.call(s)}finally{if(i)throw i.error}}return this.simplifyStates(o)},r.updateStateForPair=function(e,t,n,i){var a=e.endBinaryShift(t);if(i.push(a.latchAndAppend(Je,n)),e.getMode()!==Je&&i.push(a.shiftAndAppend(Je,n)),n===3||n===4){var o=a.latchAndAppend(Ge,16-n).latchAndAppend(Ge,1);i.push(o)}if(e.getBinaryShiftByteCount()>0){var s=e.addBinaryShiftChar(t).addBinaryShiftChar(t+1);i.push(s)}},r.simplifyStates=function(e){var t,n,i,a,o=[];try{for(var s=Hr(e),f=s.next();!f.done;f=s.next()){var u=f.value,c=!0,l=function(x){if(x.isBetterThanOrEqualTo(u))return c=!1,"break";u.isBetterThanOrEqualTo(x)&&(o=o.filter(function(w){return w!==x}))};try{for(var d=(i=void 0,Hr(o)),h=d.next();!h.done;h=d.next()){var p=h.value,v=l(p);if(v==="break")break}}catch(x){i={error:x}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}c&&o.push(u)}}catch(x){t={error:x}}finally{try{f&&!f.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}return o},r}(),F1=function(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};(function(){function r(){}return r.encodeBytes=function(e){return r.encode(e,r.DEFAULT_EC_PERCENT,r.DEFAULT_AZTEC_LAYERS)},r.encode=function(e,t,n){var i=new M1(e).encode(),a=G.truncDivision(i.getSize()*t,100)+11,o=i.getSize()+a,s,f,u,c,l;if(n!==r.DEFAULT_AZTEC_LAYERS){if(s=n<0,f=Math.abs(n),f>(s?r.MAX_NB_BITS_COMPACT:r.MAX_NB_BITS))throw new U($.format("Illegal value %s for layers",n));u=r.totalBitsInLayer(f,s),c=r.WORD_SIZE[f];var d=u-u%c;if(l=r.stuffBits(i,c),l.getSize()+a>d)throw new U("Data to large for user specified layer");if(s&&l.getSize()>c*64)throw new U("Data to large for user specified layer")}else{c=0,l=null;for(var h=0;;h++){if(h>r.MAX_NB_BITS)throw new U("Data too large for an Aztec code");if(s=h<=3,f=s?h+1:h,u=r.totalBitsInLayer(f,s),!(o>u)){(l==null||c!==r.WORD_SIZE[f])&&(c=r.WORD_SIZE[f],l=r.stuffBits(i,c));var d=u-u%c;if(!(s&&l.getSize()>c*64)&&l.getSize()+a<=d)break}}}var p=r.generateCheckWords(l,u,c),v=l.getSize()/c,x=r.generateModeMessage(s,f,v),w=(s?11:14)+f*4,m=new Int32Array(w),C;if(s){C=w;for(var h=0;h<m.length;h++)m[h]=h}else{C=w+1+2*G.truncDivision(G.truncDivision(w,2)-1,15);for(var _=G.truncDivision(w,2),A=G.truncDivision(C,2),h=0;h<_;h++){var b=h+G.truncDivision(h,15);m[_-h-1]=A-b-1,m[_+h]=A+b+1}}for(var T=new Qe(C),h=0,O=0;h<f;h++){for(var M=(f-h)*4+(s?9:12),B=0;B<M;B++)for(var V=B*2,H=0;H<2;H++)p.get(O+V+H)&&T.set(m[h*2+H],m[h*2+B]),p.get(O+M*2+V+H)&&T.set(m[h*2+B],m[w-1-h*2-H]),p.get(O+M*4+V+H)&&T.set(m[w-1-h*2-H],m[w-1-h*2-B]),p.get(O+M*6+V+H)&&T.set(m[w-1-h*2-B],m[h*2+H]);O+=M*8}if(r.drawModeMessage(T,s,C,x),s)r.drawBullsEye(T,G.truncDivision(C,2),5);else{r.drawBullsEye(T,G.truncDivision(C,2),7);for(var h=0,B=0;h<G.truncDivision(w,2)-1;h+=15,B+=16)for(var H=G.truncDivision(C,2)&1;H<C;H+=2)T.set(G.truncDivision(C,2)-B,H),T.set(G.truncDivision(C,2)+B,H),T.set(H,G.truncDivision(C,2)-B),T.set(H,G.truncDivision(C,2)+B)}var W=new m1;return W.setCompact(s),W.setSize(C),W.setLayers(f),W.setCodeWords(v),W.setMatrix(T),W},r.drawBullsEye=function(e,t,n){for(var i=0;i<n;i+=2)for(var a=t-i;a<=t+i;a++)e.set(a,t-i),e.set(a,t+i),e.set(t-i,a),e.set(t+i,a);e.set(t-n,t-n),e.set(t-n+1,t-n),e.set(t-n,t-n+1),e.set(t+n,t-n),e.set(t+n,t-n+1),e.set(t+n,t+n-1)},r.generateModeMessage=function(e,t,n){var i=new ve;return e?(i.appendBits(t-1,2),i.appendBits(n-1,6),i=r.generateCheckWords(i,28,4)):(i.appendBits(t-1,5),i.appendBits(n-1,11),i=r.generateCheckWords(i,40,4)),i},r.drawModeMessage=function(e,t,n,i){var a=G.truncDivision(n,2);if(t)for(var o=0;o<7;o++){var s=a-3+o;i.get(o)&&e.set(s,a-5),i.get(o+7)&&e.set(a+5,s),i.get(20-o)&&e.set(s,a+5),i.get(27-o)&&e.set(a-5,s)}else for(var o=0;o<10;o++){var s=a-5+o+G.truncDivision(o,5);i.get(o)&&e.set(s,a-7),i.get(o+10)&&e.set(a+7,s),i.get(29-o)&&e.set(s,a+7),i.get(39-o)&&e.set(a-7,s)}},r.generateCheckWords=function(e,t,n){var i,a,o=e.getSize()/n,s=new Co(r.getGF(n)),f=G.truncDivision(t,n),u=r.bitsToWords(e,n,f);s.encode(u,f-o);var c=t%n,l=new ve;l.appendBits(0,c);try{for(var d=F1(Array.from(u)),h=d.next();!h.done;h=d.next()){var p=h.value;l.appendBits(p,n)}}catch(v){i={error:v}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}return l},r.bitsToWords=function(e,t,n){var i=new Int32Array(n),a,o;for(a=0,o=e.getSize()/t;a<o;a++){for(var s=0,f=0;f<t;f++)s|=e.get(a*t+f)?1<<t-f-1:0;i[a]=s}return i},r.getGF=function(e){switch(e){case 4:return Re.AZTEC_PARAM;case 6:return Re.AZTEC_DATA_6;case 8:return Re.AZTEC_DATA_8;case 10:return Re.AZTEC_DATA_10;case 12:return Re.AZTEC_DATA_12;default:throw new U("Unsupported word size "+e)}},r.stuffBits=function(e,t){for(var n=new ve,i=e.getSize(),a=(1<<t)-2,o=0;o<i;o+=t){for(var s=0,f=0;f<t;f++)(o+f>=i||e.get(o+f))&&(s|=1<<t-1-f);(s&a)===a?(n.appendBits(s&a,t),o--):s&a?n.appendBits(s,t):(n.appendBits(s|1,t),o--)}return n},r.totalBitsInLayer=function(e,t){return((t?88:112)+16*e)*e},r.DEFAULT_EC_PERCENT=33,r.DEFAULT_AZTEC_LAYERS=0,r.MAX_NB_BITS=32,r.MAX_NB_BITS_COMPACT=4,r.WORD_SIZE=Int32Array.from([4,6,6,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12]),r})();const ci=E.memo(r=>{const[{inputId:e,labelId:t,label:n,helpText:i,size:a,severity:o,showInputOnly:s,field:f,fieldProps:u,helpers:c,touched:l},d]=ke(r),{name:h,onBlur:p,onChange:v,value:x}=u,[w,m]=E.useState(!1),C=s?null:i,_=s?"":n,[A,b]=E.useState(void 0);E.useEffect(()=>{b(x)},[x]);const T=E.useCallback(V=>{b(V.target.value||void 0),(l||!f.onlyValidateAfterTouched)&&c.setError(f.getError(V.target.value))},[f,c,l]),O=E.useCallback(()=>{v(A),p(A)},[A,p,v]),M=E.useCallback(V=>{v(V),m(!1)},[v]),B=E.useCallback(V=>{m(V),V||p(x)},[p,x]);return g.jsx(Ve,{helpText:C,severity:o,children:g.jsxs(Ue,{size:a,severity:o,inputId:e,labelId:t,label:_,image:s?void 0:f.image,className:"flex-col items-start justify-start gap-2",children:[g.jsx(I.TextArea,{className:"w-full field-sizing-content",accentColor:"base",variant:"surface",size:"sm",id:e,name:h,value:A??"",placeholder:"Enter a qr or barcode",onChange:T,onBlur:O,...d}),g.jsxs(Sa,{open:w,onOpenChange:B,children:[g.jsx(Yf,{asChild:!0,children:g.jsxs(I.Button,{className:"w-max",type:"button",variant:"soft",size:"sm",accentColor:"base",children:[g.jsx(I.RiIcon,{icon:"RiFullscreenLine"}),"Scan"]})}),g.jsxs(ba,{children:[g.jsx(Ta,{className:"light:bg-(--black-a6) fixed inset-0 dark:bg-(--black-a8)"}),g.jsx(Oa,{className:"fixed inset-0",children:g.jsx(li,{onScan:M})})]})]})]})})});ci.displayName="QrInput";const R1=new Map([[bi.DecodeHintType.POSSIBLE_FORMATS,[L.AZTEC,L.CODABAR,L.CODE_39,L.CODE_93,L.CODE_128,L.DATA_MATRIX,L.EAN_8,L.EAN_13,L.ITF,L.MAXICODE,L.PDF_417,L.QR_CODE,L.RSS_14,L.RSS_EXPANDED,L.UPC_A,L.UPC_E,L.UPC_EAN_EXTENSION]]]),li=E.memo(r=>{const{onScan:e}=r,{showError:t}=I.useToast(),n=E.useCallback(o=>{e(o.getText())},[e]),i=E.useCallback(()=>{t({title:"Scan Error",description:"An unknown error occurred while scanning."})},[t]),{ref:a}=bi.useZxing({onDecodeResult:n,onError:i,hints:R1});return g.jsxs("div",{className:"relative flex h-full w-full flex-col justify-center overflow-hidden p-4 gap-4 bg-(--color-background)",children:[g.jsx("div",{className:"flex w-full",children:g.jsx(Na,{asChild:!0,children:g.jsx(I.IconButton,{"aria-label":"close",variant:"soft",accentColor:"base",children:g.jsx(I.RiIcon,{icon:"RiCloseLine"})})})}),g.jsx("div",{className:"relative grow w-full max-h-full overflow-hidden",children:g.jsx("video",{className:"size-full",ref:a})})]})});li.displayName="QrScanner";const Bo={...Le,type:"qr"},Gt=class Gt extends we{constructor(t){super({...t,type:"qr"});R(this,"onlyValidateAfterTouched",!1)}serialize(){return super._serialize()}static deserialize(t){if(t.type!=="qr")throw new Error("Type mismatch.");return new Gt(t)}getInput(t){return g.jsx(ci,{...t,field:this})}};R(Gt,"fieldTypeName","Scan"),R(Gt,"fieldTypeDescription","Used for scanning/reading QR and barcodes."),R(Gt,"Icon",Se.RiFullscreenLine);let zr=Gt;const di=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u},c]=ke(r),{name:l,onChange:d,onBlur:h,value:p}=u,v=a?null:s,x=a?"":f,w=E.useCallback(C=>{d(C),h(C)},[h,d]),m=E.useMemo(()=>o.options.find(C=>C.value===p),[o.options,p]);return g.jsx(Ve,{helpText:v,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:x,image:a?void 0:o.image,children:g.jsxs(I.Menu.Root,{align:"start",children:[g.jsx(I.Menu.ClickTrigger,{children:g.jsxs(I.Button,{id:e,name:l,className:"!justify-between",accentColor:"base",variant:"surface",type:"button",size:"sm",...c,children:[g.jsx("span",{className:"truncate",children:m?m.label:o.placeholder}),g.jsx(I.RiIcon,{icon:"RiArrowDownSLine"})]})}),g.jsx(I.Menu.Content,{children:g.jsx(I.Menu.Scroll,{children:g.jsx(I.Menu.SelectGroup,{required:!1,value:p??void 0,onValueChange:w,children:o.options.map(C=>g.jsxs(I.Menu.SelectItem,{value:C.value,children:[g.jsx(I.Menu.SelectedIndicator,{children:g.jsx(I.RiIcon,{icon:"RiCheckLine"})}),C.label]},C.value))})})})]})})})});di.displayName="SelectInput";const Lo={...Le,type:"select",options:[]},Wt=class Wt extends bn{constructor(e){const{placeholder:t="Select one...",...n}=e;super({...n,placeholder:t,type:"select"})}serialize(){return super._serialize()}static deserialize(e){if(e.type!=="select")throw new Error("Type mismatch.");return new Wt(e)}getInput(e){return g.jsx(di,{field:this,...e})}};R(Wt,"fieldTypeName","Dropdown"),R(Wt,"fieldTypeDescription","Allows the user to select a single option from a list of options."),R(Wt,"Icon",Se.RiMenuFoldLine);let ir=Wt;const ar=500,_t=1e4,ko=r=>"fields"in r;class or extends we{constructor(t){const{minLength:n,maxLength:i,placeholder:a="",...o}=t;super(o);R(this,"minLength");R(this,"maxLength");R(this,"placeholder");this.minLength=n?Math.max(n,0):void 0,this.maxLength=i?Math.max(i,0):_t,this.placeholder=a}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new st({label:"Minimum length",description:"Minimum number of characters",required:!1,identifier:`${n}minimum_length`,minimum:0,maximum:100,formValidators:[this._validateMin(t)],integers:!0}),showDirectly:!1},{field:new st({label:"Maximum length",description:"Maximum number of characters",required:!1,identifier:`${n}maximum_length`,minimum:1,maximum:_t,formValidators:[this._validateMax(t)],integers:!0}),showDirectly:!1}]}getFieldValidators(){const t=super.getFieldValidators();return this.minLength&&t.push(n=>{if(this.minLength&&(!n||n.length<this.minLength))return!this.required&&!n?null:`Minimum ${this.minLength} character(s).`}),this.maxLength&&t.push(n=>{if(typeof n=="string"&&this.maxLength&&n.length>this.maxLength)return`Maximum ${this.maxLength} character(s).`}),t}_serialize(){if(!this.identifier)throw new Error("Field identifier must be set before serializing.");return{...super._serialize(),minimum_length:this.minLength,maximum_length:this.maxLength,placeholder:this.placeholder}}}R(or,"_validateMin",t=>(n,i)=>{const a=ko(i)?Ke(i,t):i;return typeof a.maximum_length=="number"&&typeof n=="number"&&a.maximum_length<n?"Minimum cannot be greater than maximum.":null}),R(or,"_validateMax",t=>(n,i)=>{if(typeof n!="number")return null;const{minimum_length:a}=ko(i)?Ke(i,t):i;return typeof a!="number"?null:a>n?"Maximum cannot be less than minimum.":null});const hi=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u,touched:c,helpers:l},d]=ke(r),{name:h,onBlur:p,onChange:v,value:x}=u,w=a?null:s,m=a?"":f,[C,_]=E.useState(void 0);E.useEffect(()=>{_(x)},[x]);const A=E.useCallback(T=>{_(T.target.value||void 0),(c||!o.onlyValidateAfterTouched)&&l.setError(o.getError(T.target.value))},[o,l,c]),b=E.useCallback(()=>{v(C),p(C)},[C,p,v]);return g.jsx(Ve,{helpText:w,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:m,image:a?void 0:o.image,children:g.jsx(I.Input.Root,{accentColor:"base",variant:"surface",size:"sm",children:g.jsx(I.Input.Field,{id:e,className:"truncate",name:h,value:C??"",type:o.inputType,placeholder:o.placeholder,onChange:A,onBlur:b,...d})})})})});hi.displayName="StringInput";const Uo={...Le,type:"string",maximum_length:ar,input_type:"text"},Xt=class Xt extends or{constructor(t){const{inputType:n="text",...i}=t,a=t.maxLength?Math.min(ar,t.maxLength):ar,o=t.minLength?Math.min(t.minLength,a):void 0;super({...i,maxLength:a,minLength:o,type:"string"});R(this,"inputType");this.inputType=n}serialize(){return{...super._serialize(),input_type:this.inputType}}static deserialize(t){if(t.type!=="string")throw new Error("Type mismatch.");const{maximum_length:n,minimum_length:i,input_type:a,...o}=t;return new Xt({...o,maxLength:n,minLength:i,inputType:a,placeholder:"Enter a short description"})}getInput(t){return g.jsx(hi,{field:this,...t})}};R(Xt,"fieldTypeName","Short Text"),R(Xt,"fieldTypeDescription",`Short text fields can hold up to ${ar} characters on a single line.`),R(Xt,"Icon",Se.RiInputField);let Gr=Xt;const pi=E.memo(r=>{const[{inputId:e,labelId:t,size:n,severity:i,showInputOnly:a,field:o,helpText:s,label:f,fieldProps:u,touched:c,helpers:l},d]=ke(r),{name:h,onBlur:p,onChange:v,value:x}=u,w=a?null:s,m=a?"":f,[C,_]=E.useState(void 0);E.useEffect(()=>{_(x)},[x]);const A=E.useCallback(T=>{_(T.target.value||void 0),(c||!o.onlyValidateAfterTouched)&&l.setError(o.getError(T.target.value))},[o,l,c]),b=E.useCallback(()=>{v(C),p(C)},[C,p,v]);return g.jsx(Ve,{helpText:w,severity:i,children:g.jsx(Ue,{size:n,severity:i,inputId:e,labelId:t,label:m,image:a?void 0:o.image,children:g.jsx(I.TextArea,{id:e,value:C??"",name:h,onChange:A,onBlur:b,className:"field-sizing-content min-h-12",placeholder:o.placeholder,resize:"vertical",accentColor:"base",variant:"surface",size:"sm",...d})})})});pi.displayName="TextInput";const Vo={...Le,type:"text",maximum_length:_t},$t=class $t extends or{constructor(e){const t=e.maxLength?Math.min(_t,e.maxLength):_t,n=e.minLength?Math.min(e.minLength,t):void 0;super({...e,maxLength:t,minLength:n,type:"text"})}serialize(){return super._serialize()}static deserialize(e){if(e.type!=="text")throw new Error("Type mismatch.");const{maximum_length:t,minimum_length:n,...i}=e;return new $t({...i,maxLength:t,minLength:n,placeholder:"Enter a description"})}getInput(e){return g.jsx(pi,{field:this,...e})}};R($t,"fieldTypeName","Paragraph"),R($t,"fieldTypeDescription",`Paragraph fields can hold up to ${_t} characters and can have multiple lines.`),R($t,"Icon",Se.RiAlignJustify);let Wr=$t;const Ho=E.memo(E.forwardRef((r,e)=>{const{file:t,alt:n,error:i,rightSlot:a,className:o,...s}=r;return g.jsxs("div",{className:It.cx(o,"relative flex h-[200px] w-full flex-col gap-0 overflow-hidden rounded-md border items-center border-(--base-a6)"),ref:e,...s,children:[!t&&!i&&g.jsx("div",{className:"absolute flex h-full w-full flex-col items-center justify-center",children:g.jsx(I.Spinner,{})}),g.jsx("div",{className:"-m-4 flex max-w-full grow items-center justify-center overflow-hidden bg-clip-padding",children:t&&!i&&g.jsx("img",{className:"max-w-full object-cover",src:URL.createObjectURL(t),alt:n??t.name})}),g.jsxs("div",{className:It.cx("flex h-max w-full items-center gap-1 bg-(--base-2) px-2 py-1",{"bg-transparent":!t}),children:[i?g.jsx(I.RiIcon,{icon:"RiFileWarningLine"}):t&&g.jsx(ur,{fileType:t.type}),g.jsx(I.Text,{className:"truncate",size:"sm",children:i??(t==null?void 0:t.name)}),a]})]})})),B1=r=>{const e=["byte","kilobyte","megabyte"];let t=r,n=0;for(;t>1e3&&n<e.length-1;)t/=1e3,n++;return new Intl.NumberFormat([],{maximumFractionDigits:Math.max(0,n-1),style:"unit",unit:e[n]}).format(t)},vi=E.memo(r=>{var T;const[{inputId:e,labelId:t,size:n,severity:i,helpText:a,showInputOnly:o,field:s,fieldProps:f},u]=ke(r),{name:c,onChange:l,onBlur:d}=f;let[{label:h}]=ke(r);h=o?"":h;const p=f.value??nn,v=E.useRef(null),x=E.useMemo(()=>o?null:a||(s.maxFileSize?`Maximum file size: ${s.maxFileSize}MB`:null),[s.maxFileSize,a,o]),w=E.useCallback(()=>{var O;(O=v.current)==null||O.click()},[]),m=E.useCallback(()=>{if(!v.current)return;const O=v.current.files;if(!O){d([]);return}const M=Array.from(O),B=[...p,...M];l(B),d(B)},[d,l,p]),C=E.useCallback(O=>{const M=[...p];M.splice(O,1),l(M.length>0?M:void 0)},[p,l]);E.useEffect(()=>{if(!v.current)return;const O=new AbortController;return v.current.addEventListener("cancel",()=>{d(void 0)},{signal:O.signal}),()=>{O.abort()}},[d,p]);const b=s.maxFiles>1?"Select files":"Select a file";return g.jsxs("div",{className:"flex flex-col gap-2",children:[g.jsx(Ve,{helpText:x,severity:i,children:g.jsxs(Ue,{size:n,severity:i,inputId:e,labelId:t,label:h,image:o?void 0:s.image,children:[g.jsx("div",{className:"flex gap-2",children:g.jsxs(I.Button,{className:"w-max",size:"sm",variant:"soft",accentColor:"base",onClick:w,id:"upload-input-upload-button",type:"button",...u,children:[g.jsx(I.RiIcon,{icon:"RiUpload2Line"})," ",b]})}),g.jsx("input",{id:e,name:c,type:"file",ref:v,accept:(T=s.extensions)==null?void 0:T.join(","),multiple:s.maxFiles>1,className:"hidden",onChange:m,value:""})]})}),Array.isArray(p)&&p.length>0&&g.jsx("div",{className:"flex h-max flex-col gap-2",children:p.map((O,M)=>g.jsx(zo,{field:s,file:O,onRemove:()=>{C(M)},disabled:u.disabled},M))})]})});vi.displayName="UploadInput";const zo=E.memo(r=>{const{file:e,field:t,onRemove:n,disabled:i}=r,[a,o]=E.useState(null),s=pr(),f=E.useMemo(()=>a&&t.getError([a]),[t,a]),{url:u,name:c}=E.useMemo(()=>{let v=null,x,w;return a!=null&&a.type.startsWith("image/")&&(v=URL.createObjectURL(a)),a?(x=a.name,w=B1(a.size)):(x="Downloading...",w="..."),{url:v,name:x,size:w}},[a]);E.useEffect(()=>{e instanceof Promise?e.then(o).catch(console.error):o(e)},[e]);const l=E.useCallback(v=>{if(v.stopPropagation(),!a)throw new Error("Cannot download a file that is not resolved.");const x=new Blob([a]);Si.saveAs(x,c)},[c,a]),d=E.useCallback(v=>{v.stopPropagation(),n()},[n]),h=E.useCallback(()=>{a&&s(v=>({file:a,onDelete:i?void 0:()=>{n(),v()}}))},[i,n,s,a]),p=E.useMemo(()=>g.jsxs(I.ButtonGroup,{className:"flex grow justify-end",variant:"ghost",accentColor:"base",size:"sm",children:[g.jsx(I.IconButton,{"aria-label":`Download ${c}`,type:"button",onClick:l,disabled:!a,children:g.jsx(I.RiIcon,{icon:"RiDownload2Line"})}),!i&&g.jsx(I.IconButton,{type:"button","aria-label":`Remove ${c}`,disabled:i,onClick:d,children:g.jsx(I.RiIcon,{icon:"RiDeleteBin7Fill"})})]}),[i,d,l,c,a]);return u?g.jsx(Ho,{className:"cursor-pointer",onClick:h,file:a,error:f??void 0,rightSlot:p}):g.jsx(tn,{file:a,error:f??void 0,rightSlot:p})});zo.displayName="DisplayFile";const Go={...Le,type:"upload",extensions:[],maximum_size:void 0,maximum_files:1};function Wo(r,e){return r.name===e.name&&r.size===e.size&&r.type===e.type}const jt=class jt extends we{constructor(t){const{extensions:n,maximum_files:i,maximum_size:a,...o}=t;super({...o,type:"upload"});R(this,"extensions");R(this,"maxFileSize");R(this,"maxFiles");R(this,"onlyValidateAfterTouched",!1);this.maxFileSize=typeof a=="number"?a:void 0,this.maxFiles=Math.max(typeof i=="number"?i:1,1),this.extensions=n}isBlank(t){return super.isBlank(t)||(t==null?void 0:t.length)===0}isEqual(t,n){return t===void 0&&n===void 0?!0:!(t===void 0||n===void 0||!t.every(i=>n.some(a=>Wo(i,a)))||!n.every(i=>t.some(a=>Wo(a,i))))}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new st({label:"How many files can be uploaded?",description:"By default, only one file can be uploaded.",required:!1,minimum:1,maximum:10,identifier:`${n}maximum_files`,integers:!0}),showDirectly:!1},{field:new st({label:"What is the maximum size of each file?",description:`Maximum file size in megabytes (between 1MB–${sr}MB).`,required:!1,identifier:`${n}maximum_size`,minimum:1,maximum:sr,integers:!0}),showDirectly:!1},{field:new Zt({label:"Accepted file types",description:"Types of allowed files to upload. If left blank, all files will be accepted.",required:!1,identifier:`${n}extensions`,options:[{value:"image/*",label:"Images"},{value:"audio/*",label:"Audio files"},{value:"video/*",label:"Videos"},{value:"text/*",label:"Text files"},{value:"application/*",label:"Application files (includes PDFs and Word documents)"}]}),showDirectly:!1}]}getFieldValidators(){const t=super.getFieldValidators(),n=this.maxFileSize??sr,i=n*1e3*1e3,a=this.maxFiles||1;return t.push(o=>{if(o&&o.some(s=>s.size>i))return`Files must be at most ${n}MB.`}),t.push(o=>{if(o&&o.length>a)return`You can only upload ${a} files.`}),t}serialize(){return{...super._serialize(),extensions:this.extensions,maximum_size:this.maxFileSize,maximum_files:this.maxFiles}}static deserialize(t){if(t.type!=="upload")throw new Error("Type mismatch.");return new jt(t)}getInput(t){return g.jsx(vi,{field:this,...t})}};R(jt,"fieldTypeName","Upload"),R(jt,"fieldTypeDescription","Allows a file to be uploaded."),R(jt,"Icon",Se.RiUpload2Line);let Xr=jt;const $r={date:br,number:st,boolean:Pt,select:ir,string:Gr,text:Wr,custom:Sr,upload:Xr,qr:zr,"multi-string":Dt,"multi-select":Zt,radio:Tr},Xo={date:Fa,number:Ba,boolean:Ma,select:Lo,string:Uo,text:Vo,custom:Zf,upload:Go,qr:Bo,"multi-string":Pa,"multi-select":Ra,radio:ka},L1={boolean:"RiCheckboxCircleLine",date:"RiCalendarLine","multi-string":"RiListCheck",number:"RiHashtag",qr:"RiFullscreenLine","multi-select":"RiCheckboxLine",select:"RiMenuFoldLine",string:"RiInputField",text:"RiAlignJustify",upload:"RiUpload2Line",custom:"RiCodeSSlashLine",section:"RiFolderLine",radio:"RiRadioButtonFill"},sr=50,$o=sr*1e3,jo=$o*1e3,Yo=E.memo(r=>{const{field:e,...t}=r,[{value:n}]=Ie.useField(e.options.clonedFieldIdentifier),i=E.useMemo(()=>{const a=e.options.getFieldToClone(n);return a?jr(a):null},[e.options,n]);return yi(i,t)});Yo.displayName="FieldInputCloner";class k1 extends Sr{constructor(e){super(e,Yo)}}const gi=r=>{const e=r.type;return $r[e].deserialize(r)},jr=r=>r.type==="section"?Oe.deserialize(r):gi(r);function Zo(r){return r.map(e=>jr(e))}function Yr(r){const e=[];for(const t of r)if(t instanceof Oe)for(const n of t.fields)e.push(n);else{if(!(t instanceof we))throw new Error(`Invalid field type: ${t.type}`);e.push(t)}return e}function Ko(r){const e=Yr(r),t={};for(const n of e)t[n.identifier]=n;return t}function U1(r,e){const t=Yr(r),n={};for(const i of t){const a=e[i.identifier]??null;a!==null?n[i.identifier]=i.decodeJsonToValue(a):n[i.identifier]=a}return n}function V1(r,e){const t=Yr(r),n={};for(const i of t){const a=e[i.identifier];n[i.identifier]=i.encodeValueToJson(a)}return n}function Zr(r){return Array.isArray(r)&&r.some(e=>e instanceof File||e instanceof Promise)}function xi(r,e){if(!r)return!0;if(Zr(e)||Zr(r.value))throw new Error("Conditions do not support file uploads");const t=Array.isArray(e)?e.map(i=>typeof i=="string"?i:i.value):e,n=Array.isArray(r.value)?r.value.map(i=>typeof i=="string"?i:i.value):r.value;if(Array.isArray(n)&&Array.isArray(t)){for(const i of n)if(!t.includes(i))return!1;return!0}return n===e}const yi=(r,e)=>E.useMemo(()=>!e||!r?null:r.getInput(e),[r,e]),fr=(r,e)=>{const t=E.useMemo(()=>r.map(n=>g.jsx(E.Fragment,{children:n.getInput(e)},n.getId())),[r,e]);return g.jsx("div",{className:"flex flex-col gap-4",children:t})},wi=E.memo(r=>{const{field:e,...t}=r,{label:n,description:i,fields:a,condition:o}=e,{values:s,setFieldValue:f}=Ie.useFormikContext(),u=o!=null&&o.identifier?Ke(s,o.identifier):void 0,c=E.useMemo(()=>xi(o,u),[o,u]);E.useEffect(()=>{if(!c)for(const d of a)f(d.getId(),"").then()},[c,a,f]);const l=fr(a,t);return c?g.jsx(I.Card,{variant:"soft",children:g.jsxs("div",{className:"flex flex-col gap-4",children:[(n||i)&&g.jsxs(g.Fragment,{children:[g.jsxs("div",{className:"flex flex-col",children:[g.jsx(I.Heading,{size:"md",children:n}),g.jsx(I.Text,{accentColor:"base",children:i})]}),g.jsx(I.Separator,{size:"full"})]}),l]})}):null});wi.displayName="FieldSectionLayout";const Yt=class Yt extends rn{constructor(t){const{label:n=null,fields:i,condition:a=null,conditional:o,...s}=t;super({...s,type:"section"});R(this,"label");R(this,"fields");R(this,"condition");this.fields=i,this.condition=a,this.label=n,o===!1&&(this.condition=null)}static getFieldCreationSchema(t,n=""){if(t.length===0)return[];const i=n&&`${n}.`;return[{field:new Pt({label:"Conditionally render section",identifier:`${i}conditional`,required:!1}),showDirectly:!0},{field:new Yt({label:"Conditional settings",identifier:`${i}conditional-settings`,condition:{identifier:`${i}conditional`,value:!0},fields:[new ir({label:"Field",description:"The field to use for the condition.",options:t.map(a=>!a.label||a.type==="upload"?null:{label:a.label,value:a.identifier}).filter(a=>!!a),identifier:`${i}condition.identifier`,required:!0}),new k1({label:"Value",identifier:`${i}condition.value`,required:!0,clonedFieldIdentifier:`${i}condition.identifier`,getFieldToClone(a){if(!a)return null;const o=t.find(s=>s.identifier===a);return o?{...o,label:"Value",identifier:`${i}condition.value`,description:"The value to compare against.",required:o.type!=="boolean"}:(console.error("Could not find field with identifier",a),null)}})]}),showDirectly:!1}]}static deserialize(t){if(t.type!=="section")throw new Error("Invalid type");if(!Array.isArray(t.fields))throw new Error(`Invalid fields: ${t.fields} (not an array)`);const n=t.fields.map(gi);return new Yt({...t,fields:n})}conditional(){return this.condition!==null}serialize(){return{...super._serialize(),label:this.label,condition:this.condition,conditional:this.conditional(),fields:this.fields.map(t=>t.serialize())}}getErrors(t){const n={};for(const i of this.fields){const a=i.getId(),o=i.getError(Ke(t,a),t);o&&St(n,i.getId(),o)}return n}getInput(t){return g.jsx(wi,{field:this,...t})}};R(Yt,"fieldTypeName","Section"),R(Yt,"fieldTypeDescription","Sections can be useful for grouping fields together. They can also be conditionally shown or hidden.");let Oe=Yt;const At=r=>Object.keys(r).length>0,Kr=(r,e)=>{const t={};for(const n of r)if(n instanceof Oe){if(n.condition){const{identifier:i}=n.condition;if(!xi(n.condition,Ke(e,i)))continue}Object.assign(t,n.getErrors(e))}else{if(!(n instanceof we))throw new Error("Invalid field type");const i=n.getId(),a=n.getError(Ke(e,i),e);a&&St(t,i,a)}if(At(t))return t},qr=(r,e)=>r.reduce((t,n)=>{if(n instanceof Oe)return{...t,...qr(n.fields,e)};const i=n.getId(),a=t[i];switch(a){case"":St(t,i,void 0);break;case[]:St(t,i,void 0);break;default:St(t,i,a??void 0)}return t},cs(e)),qo=(r,e,t)=>r.reduce((n,i)=>{if(i instanceof Oe)return{...n,...qo(i.fields,e,t)};if(i instanceof we){const a=i.getId(),o=e[a],s=t[a];i.isEqual(o,s)||St(n,a,s)}return n},{}),Qo=E.memo(E.forwardRef((r,e)=>{const{schema:t,values:n={},onValuesChange:i,onSubmit:a,submitText:o="Submit",cancelText:s,onCancel:f,onDirty:u,onDirtyChange:c,hideTitle:l=!t.title,hideDescription:d,className:h,buttonProps:p,enableReinitialize:v=!1,excludeUnchangedFields:x=!1}=r,{readonly:w}=t.meta,m=E.useId(),C=E.useMemo(()=>qr(t.fields,n),[t.fields,n]),_=E.useCallback(V=>{a==null||a(x?qo(t.fields,C,V):V)},[x,C,a,t.fields]),A=Ie.useFormik({initialValues:C,onSubmit:_,validate:V=>Kr(t.fields,V),validateOnBlur:!1,validateOnChange:!1,enableReinitialize:v}),{dirty:b}=A,T=E.useMemo(()=>typeof t.title=="string"?g.jsx(I.Heading,{size:"md",children:t.title}):t.title,[t.title]),O=E.useMemo(()=>typeof t.description=="string"?g.jsx(I.Text,{accentColor:"base",children:t.description}):t.description,[t.description]),M=E.useCallback((V,H)=>{Ko(t.fields)[V].isEqual(C[V],H)||i==null||i({...A.values,[V]:H},{[V]:H})},[A.values,C,i,t.fields]),B=fr(t.fields,{formId:m,disabled:w,onValuesChange:M});return E.useEffect(()=>{b&&u&&u(),c&&c(b)},[b,u,c]),g.jsx(Ie.FormikProvider,{value:A,children:g.jsxs("form",{id:m,ref:e,className:It.cx(h,"flex flex-col gap-2"),onSubmit:A.handleSubmit,children:[!l&&g.jsx(I.Card,{variant:"soft",children:g.jsxs("div",{className:"flex flex-col gap-1",children:[T,!d&&O]})}),B,!w&&g.jsxs("div",{className:"flex items-center justify-end gap-2",children:[s&&g.jsxs(I.Button,{accentColor:it.danger,...p,type:"button",onClick:f,children:[g.jsx(I.RiIcon,{icon:"RiCloseLine"}),s]}),g.jsxs(I.Button,{...p,type:"submit",disabled:!A.isValid,accentColor:"success",children:[g.jsx(I.RiIcon,{icon:"RiCheckLine"}),o]})]})]})})})),Et=E.memo(r=>{const{name:e,render:t}=r,{submitForm:n}=Ie.useFormikContext(),[i,a,o]=Ie.useField(e),s=E.useMemo(()=>{const f=u=>{o.setValue(u,!1)};return t({value:i.value,meta:a,setValue:f,patchValue:()=>{n()}})},[t,i.value,a,n,o]);return g.jsx(g.Fragment,{children:s})});Et.displayName="PatchField";const H1=E.memo(E.forwardRef((r,e)=>{const{children:t,schema:n,values:i,onPatch:a,onError:o,requiresDiff:s=!0,onDirtyChange:f,...u}=r,c=E.useMemo(()=>qr(n.fields,i),[n.fields,i]),l=E.useCallback(m=>{const C={};for(const _ in m){const A=m[_];A!==c[_]&&A!==void 0&&(C[_]=A)}return C},[c]),d=E.useCallback(m=>{const C=l(m);s&&!At(C)||a(C)},[l,a,s]),h=E.useCallback(m=>{const C=Kr(n.fields,m);if(C&&o(C),f){const _=l(m);f(At(_))}return C},[n.fields,f,o,l]),p=Ie.useFormik({initialValues:c,onSubmit:d,validate:h,validateOnBlur:!1,validateOnChange:!1}),v=E.useCallback(()=>{if(f){const m=l(p.values);At(m)&&f(!0)}},[p.values,l,f]),{errors:x,resetForm:w}=p;return E.useEffect(()=>{At(x)&&w({values:c,errors:{}})},[x,c,w]),g.jsx(Ie.FormikProvider,{value:p,children:g.jsx("form",{...u,ref:e,onSubmit:p.handleSubmit,onChange:v,children:t})})})),Qr="form-builder",z1=[["string","text"],["select","multi-select","upload","qr","radio"],["boolean","date","number","multi-string"]],mi={...$r,section:Oe},Jr=E.createContext({}),G1=(r,e)=>{var n;const t={...r};switch(e.type){case"release":for(const i in t)t[i].disabled=!1;return t;case"hold":for(const i in t)(n=t[i])!=null&&n.conditionFields.has(e.fieldId)&&(t[i].disabled=!0);return t;case"update":return e.state}},W1=(r,e)=>{if(e)for(let t=0;t<r.length;t++){const n=r[t];if(n){for(const i of n.fields)if(i.identifier===e)return t}}},Jo=r=>{var t,n,i;const e={};for(let a=0;a<r.length;a++){const o=r[a];if(!o)throw new Error("Field is undefined.");const s=a>0?(t=e[r[a-1].identifier])==null?void 0:t.conditionFields:void 0,f=new Set(s);(n=o.condition)!=null&&n.identifier&&f.add(o.condition.identifier),e[o.identifier]={disabled:!1,conditionFields:f,conditionIndex:W1(r,(i=o.condition)==null?void 0:i.identifier),index:a,label:o.label}}return e},Ci=E.memo(r=>{const{index:e,type:t,sectionIndex:n,remove:i,duplicate:a,move:o,upload:s}=r;if(t!=="section"&&!s)throw new Error("Upload function prop must be defined for non-section fields.");const{values:f}=Ie.useFormikContext(),u=E.useRef(null),c=E.useMemo(()=>{const l=[{Icon:Se.RiFileCopyLine,key:"duplicate",text:"Duplicate",buttonProps:{onClick:a}}];return l.push({Icon:Se.RiDeleteBin7Fill,key:"delete",text:"Delete",buttonProps:{onClick:i}}),t!=="section"&&l.unshift({Icon:Se.RiImageLine,key:"upload",text:"Upload image",buttonProps:{onClick:()=>{var d;(d=u.current)==null||d.click()}}}),(n===void 0&&e!==f.fields.length-1||n!==void 0&&(n<f.fields.length-1||e!==f.fields[n].fields.length-1))&&l.unshift({Icon:Se.RiArrowDownLine,key:"moveDown",text:"Move down",buttonProps:{onClick:()=>{o("down")}}}),(n===void 0&&e!==0||n!==void 0&&(n!==0||e!==0))&&l.unshift({Icon:Se.RiArrowUpLine,key:"moveUp",text:"Move up",buttonProps:{onClick:()=>{o("up")}}}),l},[a,e,o,i,n,t,f.fields]);return g.jsxs(g.Fragment,{children:[g.jsx(I.ButtonGroup,{className:"mx-2 hidden flex-col gap-0.5 sm:flex",variant:"ghost",accentColor:"base",size:"sm",children:c.map(l=>g.jsx(I.IconButton,{type:"button","aria-label":l.text,...l.buttonProps,children:g.jsx(l.Icon,{})},l.key))}),g.jsx("div",{className:"sm:hidden",children:g.jsxs(I.Menu.Root,{children:[g.jsx(I.Menu.ClickTrigger,{children:g.jsx(I.IconButton,{variant:"ghost",accentColor:"base","aria-label":"Actions menu",size:"sm",type:"button",children:g.jsx(I.RiIcon,{icon:"RiMore2Line"})})}),g.jsx(I.Menu.Content,{children:c.map(l=>{var d;return g.jsxs(I.Menu.Item,{onClick:(d=l.buttonProps)==null?void 0:d.onClick,children:[g.jsx(l.Icon,{}),l.text]},l.key)})})]})}),t!=="section"&&g.jsx("input",{style:{display:"none"},ref:u,type:"file",accept:"image/*",onChange:s})]})});Ci.displayName="FieldActions";const _i=E.memo(r=>{const{popoverInputs:e,hasError:t,...n}=r;return g.jsxs(I.Popover.Root,{children:[g.jsx(I.Popover.Trigger,{asChild:!0,children:g.jsxs(I.Button,{variant:"soft",type:"button",size:"sm","aria-label":"settings",accentColor:"base",...t&&{color:it.danger},children:[g.jsx(I.RiIcon,{icon:"RiSettings2Line"}),g.jsx("span",{children:"Settings"})]},"settings")}),g.jsx(I.Popover.Content,{size:"sm",...n,children:g.jsx("div",{className:"flex w-full max-w-[350px] flex-col",children:e})})]})});_i.displayName="FieldSettingsPopover";const es=(r=()=>null)=>E.useMemo(()=>z1.map(e=>e.map(t=>{const n=$r[t],i=n.Icon;return{children:n.fieldTypeName,icon:g.jsx(i,{}),value:t,onSelect:()=>{r(t)}}})),[r]),ts=576,Ai=E.memo(r=>{var en,os,ss,fs,us;const{parentPath:e,index:t,initial:n,conditionalSourceFields:i}=r,{values:a,setFieldValue:o,errors:s}=Ie.useFormikContext(),f=es(),u=pr(),{disableRequiredFields:c}=E.use(Jr),l=E.useRef(null),[d,h]=E.useState(l.current&&l.current.getBoundingClientRect().width>=ts);E.useEffect(()=>{const X=l.current;if(X){const ae=new ResizeObserver(Me=>{Me[0]&&h(Me[0].contentRect.width>=ts)});return ae.observe(X),()=>{ae.disconnect()}}},[]);const[p,v]=E.useState(void 0);E.useEffect(()=>{ht(n)?v(void 0):n.image instanceof Promise?n.image.then(v).catch(console.error):v(n.image)},[n]);const x=p?URL.createObjectURL(p):void 0,w=E.useCallback(X=>{X.stopPropagation();const{image:ae,...Me}=n;o(`${e}.${t}`,Me).then()},[t,n,e,o]);E.useEffect(()=>{ht(n)&&!n.conditional&&o(`${e}.${t}.condition`,null).then()},[t,n,e,o]);const m=E.useMemo(()=>{var X,ae;return ht(n)?(ae=Fi(a.fields,(X=n.condition)==null?void 0:X.identifier))==null?void 0:ae.label:void 0},[n,a.fields]),C=ht(n)?Array.isArray((en=n.condition)==null?void 0:en.value)?"contains all of":"equals":void 0;let _;if(ht(n)){if(Zr((os=n.condition)==null?void 0:os.value))throw new Error("File values are not supported for conditions.");_=Array.isArray((ss=n.condition)==null?void 0:ss.value)?n.condition.value.map(X=>typeof X=="string"?X:X.label).join(", "):(us=(fs=n.condition)==null?void 0:fs.value)==null?void 0:us.toString()}const A=E.useCallback(X=>{X.target.parentNode instanceof HTMLElement&&(X.target.parentNode.dataset.replicatedValue=X.target.value)},[]),b=E.useCallback(X=>{X.target.parentNode instanceof HTMLElement&&(X.target.parentNode.dataset.replicatedValue=X.target.value)},[]),T=n.type,O=mi[T],[M,B]=E.useMemo(()=>{let X=[],ae=[];if(O===Oe){if(i===void 0)throw new Error("Conditional source fields must be provided when changing sections.");const Me=O.getFieldCreationSchema(i,`${e}.${t}`);X=X.concat(Me.filter(Ee=>Ee.showDirectly).map(Ee=>Ee.field)),ae=ae.concat(Me.filter(Ee=>!Ee.showDirectly).map(Ee=>Ee.field))}else{if(!(O.prototype instanceof we))throw new Error(`Field must be an instance of BaseField. Got ${O.toString()}.`);const Me=O.getFieldCreationSchema(`${e}.${t}`);d?(X=[...X,...Me.filter(Ee=>Ee.showDirectly).map(Ee=>Ee.field)],ae=[...ae,...Me.filter(Ee=>!Ee.showDirectly).map(Ee=>Ee.field)]):ae=[...ae,...Me.map(Ee=>Ee.field)]}return[X,ae]},[O,i,e,t,d]),V=fr(M,{formId:Qr,disabled:!1,...O===Oe&&{size:"sm"}}),H=fr(B,{formId:Qr,disabled:!1});let W=B.length>0;ht(n)&&B.length>0&&(W=n.conditional);const se=B.some(X=>{const ae=Ke(s,O===Oe?`${e}.${t}.condition`:X.getId());return ae&&(typeof ae!="object"||At(ae))}),j=se?it.danger:void 0,ye=E.useMemo(()=>jr(n),[n]),tt=yi(ye,{formId:Qr,showInputOnly:!1}),We=E.useMemo(()=>f.flat().find(X=>X.value===T),[f,T]),Ei=E.useCallback(()=>{p&&u(()=>({file:p}))},[u,p]);return g.jsx("div",{className:"flex grow items-center w-full",ref:l,children:g.jsxs("div",{className:"flex w-full flex-col gap-2",children:[O===Oe&&(M.length>0||W)&&g.jsxs("div",{className:"flex flex-col gap-2",children:[V,W&&g.jsxs("div",{className:"flex items-center gap-4",children:[g.jsx(_i,{popoverInputs:H,hasError:se,align:"start"}),ht(n)&&n.conditional&&g.jsx("span",{className:"text-sm text-(--accent-a11)","data-accent-color":j,children:g.jsxs("em",{children:["Display only if ",g.jsx("strong",{children:m})," ",C," ",g.jsx("strong",{children:_})]})})]})]}),O!==Oe&&g.jsxs("div",{className:"flex gap-2 w-full justify-between",children:[g.jsxs("div",{className:"flex gap-2 items-center",children:[g.jsxs(I.Badge,{accentColor:"base",variant:"soft",size:"sm",children:[We==null?void 0:We.icon,We==null?void 0:We.children]}),!c&&g.jsx(Et,{name:`${e}.${t}.required`,render:({setValue:X,value:ae})=>g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx(I.Checkbox.Root,{checked:ae,onCheckedChange:X,size:"sm",children:g.jsx(I.Checkbox.Indicator,{children:g.jsx(I.RiIcon,{icon:"RiCheckLine"})})}),g.jsx(I.Text,{size:"sm",accentColor:"base",children:"Required"})]})})]}),W&&g.jsx(_i,{popoverInputs:H,hasError:se,align:"end"})]}),p&&g.jsxs("div",{className:"group relative inline-block w-full min-w-[300px]",children:[g.jsx("img",{className:"h-[100px] w-full min-w-[300px] cursor-pointer rounded-md object-cover",src:x,alt:p.name,onClick:Ei}),g.jsx(I.IconButton,{className:"absolute top-2 right-2 hidden group-hover:not-disabled:flex",variant:"solid",accentColor:"base","aria-label":"delete",onClick:w,size:"sm",children:g.jsx(I.RiIcon,{icon:"RiDeleteBin7Fill"})})]}),g.jsx(Et,{name:`${e}.${t}.label`,render:({setValue:X,value:ae})=>g.jsx("input",{className:"bg-transparent outline-none text-sm placeholder-(--base-a9)",placeholder:T==="section"?"Enter a section label (optional)":"Enter your question",value:ae,onChange:Me=>{X(Me.target.value)},onInput:A,maxLength:200})}),g.jsx(Et,{name:`${e}.${t}.description`,render:({setValue:X,value:ae})=>g.jsx("textarea",{className:"bg-transparent outline-none text-sm field-sizing-content grow placeholder-(--base-a9)",placeholder:`Enter a ${T==="section"?"section":"field"} description (optional)`,value:ae,onChange:Me=>{X(Me.target.value)},onInput:b,maxLength:1e3})}),O!==Oe&&M.length>0&&g.jsx("div",{className:"w-full",children:V}),O!==Oe&&g.jsxs(I.Card,{className:"flex gap-4 bg-(--accent-a2) items-center",children:[g.jsxs(I.HoverCard.Root,{children:[g.jsx(I.HoverCard.Trigger,{asChild:!0,children:g.jsx(I.Badge,{icon:!0,size:"sm",variant:"soft",accentColor:"base",children:g.jsx(I.RiIcon,{icon:"RiEyeLine"})})}),g.jsx(I.HoverCard.Content,{className:"w-[225px]",size:"sm",align:"start",children:"This is a preview of the field as it will be rendered in the form."})]}),g.jsx("div",{className:"grow h-max min-w-0",children:tt})]})]})})});Ai.displayName="FieldBuilder";const rs=E.memo(r=>{const{field:e,index:t,sectionIndex:n,remove:i}=r,{setFieldValue:a,values:o}=Ie.useFormikContext(),{reorderField:s}=sn(),{showInfo:f,showError:u}=I.useToast(),c=`fields.${n}.fields`,l=E.useMemo(()=>({index:t,parentPath:c,initial:e}),[e,t,c]),d=E.useCallback(()=>{const v=e.label||"Unlabelled field",x={...e,label:v};hr(c,t+1,x,o,a),f({title:"Field duplicated",description:`The field "${v}" has been duplicated`})},[e,c,t,o,a,f]),h=E.useCallback(v=>{const x=n,w=o.fields[x];let m=n,C=v==="up"?t-1:t+1;v==="up"&&t===0?(m=n-1,C=o.fields[m].fields.length):v==="down"&&t===w.fields.length-1&&(m=n+1,C=0);const _=o.fields[m];s(w,x,t,_,m,C,a)},[n,o.fields,t,s,a]),p=E.useCallback(v=>{const{files:x}=v.target;if(!x||x.length!==1)return;const w=x.item(0);if(w){if(w.size>jo){u({title:"File upload error",description:`The file ${w.name} exceeded the maximum file size`});return}a(`${c}.${t}`,{...e,image:w}).then()}},[e,t,c,a,u]);return g.jsx(nt.Draggable,{draggableId:e.identifier,index:t,children:v=>g.jsx(I.Card,{ref:v.innerRef,...v.draggableProps,...v.dragHandleProps,className:"mb-4",children:g.jsxs("div",{className:"flex items-center justify-between gap-4 w-full",children:[g.jsx(Ai,{...l}),g.jsx(Ci,{index:t,type:e.type,sectionIndex:n,remove:i,duplicate:d,move:h,upload:p})]})})})});rs.displayName="FieldWithActions";const ns=E.memo(r=>{var _;const{field:e,index:t,dropState:n}=r,i=(_=n[e.identifier])==null?void 0:_.disabled,{setFieldValue:a,values:o}=Ie.useFormikContext(),s=I.useAlertDialog(),{reorderSection:f}=sn(),{showInfo:u}=I.useToast(),{fieldsOnly:c}=E.use(Jr),l=E.useCallback((A,b)=>{for(const T of A){const O=b.indexOf(T);a(`fields.${O}.condition`,null).then(),a(`fields.${O}.conditional`,!1).then()}},[a]),d=E.useCallback(A=>{var O;const b=e.fields[A];if(!b)throw new Error("Could not find field to remove.");const T=[];for(const M of o.fields)((O=M.condition)==null?void 0:O.identifier)===b.identifier&&T.push(M);return{removing:b,affectedSections:T,action:()=>a(`fields.${t}.fields`,dr(e.fields,A))}},[e.fields,o.fields,a,t]),h=E.useCallback(A=>{const{affectedSections:b,action:T,removing:O}=d(A),M=()=>{T().then(),l(b,o.fields)};if(b.length>0){const B=b.map(V=>V.label).join(", ");s({title:"Remove condition?",description:`${O.label} is being used as a condition, deleting it will remove the condition from the ${B} section(s).`,action:"Remove",onAction:M});return}M()},[d,l,o.fields,s]),p=E.useCallback(()=>{const b=e.fields.map((W,se)=>d(se)).flatMap(W=>W.affectedSections),T=b.length?"Remove fields and conditions?":"Remove fields?",O=e.fields.length,M=b.map(W=>W.label).join(", "),B=b.length?`Deleting this section will remove the ${O} field(s) it contains and will remove the conditions from following sections: ${M}`:`Deleting this section will remove the ${O} field(s) it contains.`,V=dr(o.fields,t),H=()=>a("fields",V);if(b.length>0){s({title:T,description:B,action:"Remove",onAction:()=>{H().then(()=>{l(b,V)})}});return}H().then()},[e.fields,o.fields,t,d,a,s,l]),v=E.useCallback(A=>{const b=A==="up"?t-1:t+1;f(n,e.identifier,t,b,o,a)},[t,f,n,e.identifier,o,a]),x=E.useMemo(()=>({index:t,parentPath:"fields",initial:e,conditionalSourceFields:Ri(o.fields,t)}),[e,t,o.fields]),w=E.useCallback(()=>{const A=e.label||"Untitled section",b=e.fields.map(O=>({...O,identifier:on()})),T={...e,label:A,fields:b};hr("fields",t+1,T,o,a),u({title:"Section duplicated",description:`The section "${A}" has been duplicated.`})},[e,t,o,a,u]),m=E.useCallback(A=>{hr(`fields.${t}.fields`,e.fields.length,Xo[A],o,a)},[t,e.fields.length,o,a]),C=es(m);return g.jsx(nt.Draggable,{draggableId:e.identifier,index:t,children:A=>g.jsx(I.Card,{ref:A.innerRef,...A.draggableProps,...A.dragHandleProps,variant:"outline",className:"mb-4 w-full",children:g.jsxs("div",{className:"flex items-center justify-between gap-3 w-full",children:[g.jsxs("div",{className:"flex grow flex-col gap-2 w-full",children:[!c&&g.jsx(Ai,{...x}),g.jsx(nt.Droppable,{droppableId:e.identifier,type:"SECTION",isDropDisabled:i,children:b=>g.jsxs("div",{className:"flex flex-col gap-0 w-full",ref:b.innerRef,...b.droppableProps,children:[e.fields.map((T,O)=>g.jsx(rs,{field:T,index:O,sectionIndex:t,remove:()=>{h(O)}},T.identifier)),b.placeholder,g.jsxs(I.Menu.Root,{children:[g.jsx(I.Menu.ClickTrigger,{children:g.jsxs(I.Button,{type:"button",variant:"soft",size:"sm",children:[g.jsx(I.RiIcon,{icon:"RiAddLine"})," Add field"]})}),g.jsx(I.Menu.Content,{children:C.flat().map(T=>g.jsxs(I.Menu.Item,{onSelect:T.onSelect,children:[T.icon,T.children]},T.value))})]})]})})]}),!c&&g.jsx(Ci,{index:t,type:e.type,remove:p,duplicate:w,move:v})]})})})});ns.displayName="FieldSectionWithActions";const is=(r,e)=>{for(const[t,n]of Object.entries(r))if(n.identifier===e)return[n,t]},as=E.memo(()=>{const{values:r,setFieldValue:e}=Ie.useFormikContext(),[t,n]=E.useReducer(G1,r.fields,Jo),{reorderSection:i,reorderField:a}=sn(),{fieldsOnly:o}=E.use(Jr);E.useEffect(()=>{n({type:"update",state:Jo(r.fields)})},[n,r.fields]);const s=E.useCallback(c=>{c.type==="SECTION"&&n({type:"hold",fieldId:c.draggableId})},[]),f=E.useCallback(c=>{const{source:l,destination:d,type:h,reason:p,draggableId:v}=c;if(n({type:"release"}),!d||p==="CANCEL")return;if(h==="ROOT"){i(t,v,l.index,d.index,r,e);return}if(h!=="SECTION")throw new Error("Unexpected droppable type.");const[x,w]=is(r.fields,l.droppableId)??[],[m,C]=is(r.fields,d.droppableId)??[];a(x,w,l.index,m,C,d.index,e)},[r,a,e,i,t]),u=E.useCallback(c=>{xs(c+1,r,e)},[r,e]);return g.jsx(nt.DragDropContext,{onDragStart:s,onDragEnd:f,children:g.jsx(nt.Droppable,{droppableId:"droppable",type:"ROOT",children:c=>g.jsxs("div",{className:"flex flex-col gap-0",ref:c.innerRef,...c.droppableProps,children:[r.fields.map((l,d)=>g.jsxs(E.Fragment,{children:[g.jsx(ns,{field:l,index:d,dropState:t,fieldsOnly:o}),!o&&d!==r.fields.length-1&&g.jsxs(I.Button,{className:"mb-4",type:"button",variant:"soft",size:"sm",accentColor:"base",onClick:()=>{u(d)},children:[g.jsx(I.RiIcon,{icon:"RiAddLine"})," Add section"]})]},l.identifier)),g.jsxs(I.Button,{className:"mb-4",type:"button",variant:"soft",accentColor:"base",size:"sm",onClick:()=>{u(r.fields.length)},children:[g.jsx(I.RiIcon,{icon:"RiAddLine"})," Add section"]}),c.placeholder]})})})});as.displayName="FieldsEditor";const X1=E.memo(E.forwardRef((r,e)=>{const{onCancel:t,onSave:n,initialTitle:i,initialDescription:a,initialFields:o,showExplainerText:s=!0,showFormTitle:f=!0,fieldsOnly:u=!1,showTabs:c=!0,disableRequiredFields:l=!1,enableReinitialize:d=!1,tabsListClassName:h}=r,{showError:p}=I.useToast(),v=E.useCallback(_=>{const A={};_.title||(A.title="Title is required."),(!_.fields||_.fields.length===0)&&(A.fields="At least one field is required.");let b=[];for(const[O,M]of _.fields.entries()){const V=mi.section.getFieldCreationSchema(Ri(_.fields,O),`fields.${O}`).map(H=>H.field);b=[...b,...V];for(const[H,W]of M.fields.entries()){const j=mi[W.type].getFieldCreationSchema(`fields.${O}.fields.${H}`).map(ye=>ye.field);b=[...b,...j]}}const T=Kr(b,_);if(T&&(A.fields=T.fields),At(A))return p({title:"Some form settings are invalid",description:"Please check settings highlighted in red."}),A},[p]),x=E.useMemo(()=>({title:i??"",description:a??"",fields:o?gs(o):[{...lr(on()),label:""}]}),[a,o,i]),w=Ie.useFormik({initialValues:x,validate:v,onSubmit:n,validateOnChange:!1,validateOnBlur:!1,enableReinitialize:d}),m=E.useMemo(()=>({title:w.values.title,description:w.values.description,fields:Zo(w.values.fields),meta:{readonly:!1}}),[w.values]),C=E.useMemo(()=>({disableRequiredFields:l,fieldsOnly:u}),[l,u]);return g.jsx(Jr,{value:C,children:g.jsx(I.Tabs.Root,{ref:e,defaultValue:"edit",children:g.jsxs("div",{className:"flex flex-col gap-2",children:[c&&g.jsxs(I.Tabs.List,{className:It.cx("sticky top-0 z-[2000] flex bg-(--color-background)",h),children:[g.jsx(I.Tabs.Trigger,{className:"grow",value:"edit",children:g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx(I.RiIcon,{icon:"RiPencilLine"}),"Edit form"]})}),g.jsx(I.Tabs.Trigger,{className:"grow",value:"preview",children:g.jsxs("div",{className:"flex items-center gap-2",children:[g.jsx(I.RiIcon,{icon:"RiEyeLine"}),"Preview form"]})})]}),g.jsxs(I.Tabs.Content,{value:"edit",children:[s&&g.jsxs(I.Text,{children:["Create your form using various field types. Sections can be"," ",g.jsx("strong",{children:"conditionally rendered"})," based on"," ",g.jsx("strong",{children:"answers to fields in preceding sections. "})]}),g.jsxs("form",{className:"mt-3 flex flex-col gap-2",id:Qr,onSubmit:w.handleSubmit,children:[g.jsxs(Ie.FormikProvider,{value:w,children:[f&&g.jsxs(g.Fragment,{children:[g.jsx(Et,{name:"title",render:({setValue:_,value:A,meta:b})=>g.jsx(fn,{severity:"danger",helpText:b.error??null,children:g.jsx(I.Input.Root,{variant:"outline",size:"md",accentColor:b.error?it.danger:"primary",children:g.jsx(I.Input.Field,{placeholder:"Form title",value:A,onChange:T=>{_(T.target.value)},maxLength:100})})})}),g.jsx(Et,{name:"description",render:({setValue:_,value:A})=>g.jsx(I.TextArea,{className:"field-sizing-content",placeholder:"Explain the purpose of this form",value:A,onChange:b=>{_(b.target.value)},resize:"vertical",maxLength:1e3,size:"md"})})]}),g.jsx(as,{}),g.jsx("span",{"data-accent-color":it.danger,className:"text-xs text-(--accent-a11)",children:typeof w.errors.fields=="string"&&w.errors.fields})]}),g.jsxs("div",{className:"flex items-center justify-end gap-2",children:[t&&g.jsx(I.Button,{type:"button",variant:"solid",accentColor:"base",onClick:t,children:"Cancel"}),g.jsx(I.Button,{type:"submit",children:"Save form"})]})]})]}),g.jsx(I.Tabs.Content,{value:"preview",children:g.jsx(Qo,{schema:m,hideTitle:!f})})]})})})}));P.BaseField=we,P.BaseFormElement=rn,P.BaseSelectField=bn,P.BooleanField=Pt,P.BooleanInput=Tn,P.DateField=br,P.DateInput=On,P.FieldSection=Oe,P.FieldSectionLayout=wi,P.FieldTypeToClsMapping=$r,P.FieldTypeToEmptyFieldMapping=Xo,P.FileCard=tn,P.FileIcon=ur,P.FormBuilder=X1,P.FormRenderer=Qo,P.ImageCard=Ho,P.ImageViewer=In,P.ImageViewerProvider=Da,P.InputWithHelpText=fn,P.InputWithLabel=Ue,P.InputWithLabelAndHelpText=Ve,P.LONG_TEXT_FIELD_MAX_LENGTH=_t,P.MultiSelectField=Zt,P.MultiSelectInput=Nn,P.MultiStringField=Dt,P.MultiStringInput=Sn,P.NumberField=st,P.NumberInput=Dn,P.PatchField=Et,P.PatchFormProvider=H1,P.RadioField=Tr,P.RadioInput=Pn,P.SEVERITY_COLOR_MAPPING=it,P.SHORT_TEXT_FIELD_MAX_LENGTH=ar,P.SUPPORTED_IMAGE_FILE_TYPES=Oi,P.SUPPORTED_PDF_FILE_TYPES=Di,P.SUPPORTED_SPREADSHEET_FILE_EXTENSIONS=Ni,P.ScanField=zr,P.ScanInput=ci,P.Scanner=li,P.SelectField=ir,P.SelectInput=di,P.StringField=Gr,P.StringInput=hi,P.StringOrTextField=or,P.TextField=Wr,P.TextInput=pi,P.UploadField=Xr,P.UploadInput=vi,P.decodeFieldValues=U1,P.deserialize=jr,P.deserializeField=gi,P.deserializeFields=Zo,P.emptyBaseField=Le,P.emptyBooleanField=Ma,P.emptyDateField=Fa,P.emptyMultiSelectField=Ra,P.emptyMultiStringField=Pa,P.emptyNumberField=Ba,P.emptyRadioField=ka,P.emptyScanField=Bo,P.emptySelectField=Lo,P.emptyStringField=Uo,P.emptyTextField=Vo,P.emptyUploadField=Go,P.encodeFieldValues=V1,P.fieldIcons=L1,P.flattenFields=Yr,P.getFieldsMapping=Ko,P.initializeFormValues=qr,P.isConditionMet=xi,P.maxFileSizeB=jo,P.maxFileSizeKB=$o,P.maxFileSizeMB=sr,P.useFieldInput=yi,P.useFieldInputs=fr,P.useFormikInput=ke,P.useImageViewer=pr,P.validateFields=Kr,P.valueIsFile=Zr,Object.defineProperty(P,Symbol.toStringTag,{value:"Module"})});
|