@overmap-ai/forms 1.0.39-react-hook-form.0 → 1.0.39-react-hook-form.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/forms.js +83 -81
- package/dist/forms.umd.cjs +5 -5
- package/package.json +1 -1
package/dist/forms.umd.cjs
CHANGED
|
@@ -248,13 +248,13 @@
|
|
|
248
248
|
*
|
|
249
249
|
* This source code is licensed under the ISC license.
|
|
250
250
|
* See the LICENSE file in the root directory of this source tree.
|
|
251
|
-
*/const Je=U("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]),An=w.memo(r=>{const{ref:e,file:t,className:n,error:i,rightSlot:a,size:o,...s}=r;return f.jsxs(v.Card,{className:Qe.cx(n,"flex w-full items-center gap-2"),ref:e,size:"xs",...s,children:[i?f.jsx(v.LuIcon,{icon:pl,color:"var(--base-a11)"}):f.jsx(v.LuIcon,{icon:vl,color:"var(--base-a11)"}),i?f.jsx(v.Text,{accentColor:"danger",className:"truncate",size:o,children:i}):t?f.jsx(v.Text,{className:"truncate",size:o,children:t.name}):f.jsx("div",{className:"flex w-full justify-center",children:f.jsx(v.Spinner,{})}),a]})});An.displayName="FileCard";function sr(r){return Array.isArray(r)?r.every(e=>typeof e=="string"):!1}class lr{constructor(){N(this,"observers",new Set)}notify(e){for(const t of this.observers)t(e)}observe(e){return this.observers.add(e),()=>{this.observers.delete(e)}}}class En extends lr{constructor(t){const{identifier:n}=t;super();N(this,"identifier");this.identifier=n}getOptions(){return{identifier:this.identifier}}setOptions(t){this.identifier=t.identifier??this.identifier,this.notify(this)}serialize(){return{type:this.type,identifier:this.identifier}}}class Oe extends En{constructor(t){const{label:n,description:i=null,required:a,image:o,...s}=t;super(s);N(this,"label");N(this,"description");N(this,"required");N(this,"image");this.label=n,this.description=i,this.required=a,this.image=o}getError(t){if(!(!this.required&&this.isValueBlank(t))){if(this.required&&this.isValueBlank(t))return"This field is required.";for(const n of this.getFieldValidators()){const i=n(t);if(i)return i}}}serialize(){return{...super.serialize(),label:this.label,description:this.description,required:this.required,image:this.image}}getOptions(){return{...super.getOptions(),label:this.label,description:this.description,required:this.required,image:this.image}}setOptions(t){const{label:n,description:i=null,required:a,image:o,...s}=t;this.label=n??this.label,this.description=i??this.description,this.required=a??this.required,this.image=o??this.image,super.setOptions(s)}isValueBlank(t){return this.areValuesEqual(t,this.blankValue())}cleanValue(t){return t}isValueClean(t){return this.areValuesEqual(t,this.cleanValue(t))}cleanSerializedValue(t){return t}isSerializedValueClean(t){return this.areSerializedValuesEqual(t,this.cleanSerializedValue(t))}isSerializedValueBlank(t){return this.areSerializedValuesEqual(t,this.blankSerializedValue())}getFieldValidators(){return[]}}N(Oe,"fieldTypeName"),N(Oe,"fieldTypeDescription");const Sn=r=>{const[e,t]=w.useState(null);return w.useEffect(()=>{const n=URL.createObjectURL(r);return t(n),()=>{URL.revokeObjectURL(n)}},[r]),e},ur=w.memo(r=>{const{file:e,...t}=r,n=Sn(e);return n?f.jsx("img",{src:n,alt:e.name,...t}):null});ur.displayName="ImageFile";const xa=w.createContext(()=>{throw new Error("No ImageViewerProvider found")}),Ur=()=>w.useContext(xa),In=w.memo(r=>{const{file:e,onClose:t}=r,n=w.useCallback(()=>{ta.saveAs(e,e.name)},[e]);return f.jsx(v.Overlay.Root,{open:!0,onOpenChange:t,children:f.jsxs(v.Overlay.Content,{onOpenAutoFocus:i=>i.preventDefault(),children:[f.jsxs(v.ButtonGroup,{className:"flex gap-2 items-center top-0 absolute right-0 p-2",accentColor:"base",variant:"ghost",children:[f.jsxs(v.Tooltip.Root,{children:[f.jsx(v.Tooltip.Trigger,{asChild:!0,children:f.jsx(v.IconButton,{onClick:n,"aria-label":"download",children:f.jsx(v.LuIcon,{icon:ca})})}),f.jsx(v.Tooltip.Content,{size:"sm",children:"Download"})]}),f.jsx(v.Separator,{orientation:"vertical",size:"sm"}),f.jsx(v.Overlay.Close,{asChild:!0,children:f.jsx(v.IconButton,{onClick:t,"aria-label":"close",children:f.jsx(v.LuIcon,{icon:Je})})})]}),f.jsx("figure",{className:"size-full overflow-hidden p-4 flex justify-center items-center",children:f.jsx(ur,{className:"max-w-full max-h-full",file:e})})]})})});In.displayName="ImageViewer";const ya=w.memo(r=>{const{children:e}=r,[t,n]=w.useState(null),i=w.useCallback(()=>{n(null)},[]),a=w.useCallback(s=>{n(s(i))},[i]),o=w.useCallback(()=>{t&&(t.onClose&&t.onClose(),i())},[i,t]);return f.jsxs(xa.Provider,{value:a,children:[e,t&&f.jsx(In,{file:t.file,onClose:o})]})});ya.displayName="FileViewerProvider";const we=w.memo(r=>{const{label:e,error:t,description:n,required:i,children:a,inputId:o,image:s,size:l}=r,[u,c]=w.useState(void 0),d=Ur();w.useEffect(()=>{s instanceof Promise?s.then(c).catch(console.error):c(s)},[s]);const h=w.useCallback(()=>{u&&d(()=>({file:u}))},[d,u]),p=i?`${e} *`:e;return f.jsxs("div",{className:"flex flex-col gap-1",children:[u&&f.jsx(ur,{className:"h-[100px] w-full min-w-[300px] cursor-pointer rounded-md object-cover",file:u,onClick:h}),(!!e||!!n)&&f.jsxs("div",{className:"flex flex-col",children:[f.jsx("label",{className:"w-max max-w-full",htmlFor:o,children:f.jsx(v.Text,{size:l,className:"text-wrap",children:p})}),!!n&&f.jsx(v.Text,{accentColor:"base",size:l,children:n})]}),a,!!t&&f.jsx(v.Text,{accentColor:"danger",size:l,children:t})]})}),Dl=Qe.cva(["flex","flex-col"],{variants:{size:{xs:["gap-2"],sm:["gap-4"],md:["gap-6"],lg:["gap-8"],xl:["gap-10"]}}}),cr=(r,e)=>{const{size:t}=e;return f.jsx("div",{className:Dl({size:t}),children:r.map((n,i)=>f.jsx(w.Fragment,{children:n.render({index:i,...e})},n.identifier))})},me=r=>{const{field:e}=r,{field:{value:t,name:n,onChange:i,onBlur:a},fieldState:{isTouched:o,error:s}}=qe.useController({name:e.identifier});return{value:t,name:n,isTouched:o,error:(s==null?void 0:s.message)??"",onChange:i,onBlur:a}},On=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),[u,c]=w.useState(""),[d,h]=w.useState(""),p=w.useCallback(E=>{s(E),o()},[s,o]),g=w.useCallback(E=>{i&&i.findIndex(O=>O===E.target.value.trim())>=0?h("All options must be unique"):E.target.value?h(""):h("Option cannot be empty"),c(E.target.value)},[c,i]),x=w.useCallback(()=>{if(d)return;if(!u.trim()){h("Option cannot be empty");return}const E=u.trim();p([...i,E]),c("")},[u,d,p,i]),C=w.useCallback(E=>{E.key==="Enter"&&(E.preventDefault(),x())},[x]),m=w.useCallback(E=>{const O=Array.from(i);O.splice(E,1),p(O)},[i,p]),_=w.useCallback(E=>{if(!E.destination)return;const O=E.source.index,T=E.destination.index,D=Array.from(i),[F]=D.splice(O,1);D.splice(T,0,F),p(D)},[p,i]),S=w.useCallback(()=>{o()},[o]);return f.jsx(Cn.DragDropContext,{onDragEnd:_,children:f.jsxs(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:d||l,image:t.image,children:[(!n||i.length===0)&&f.jsxs("div",{className:"flex gap-2",children:[f.jsx(v.Input.Root,{className:"grow",accentColor:"base",variant:"surface",size:e,children:f.jsx(v.Input.Field,{value:u,onChange:g,onKeyDown:C,id:t.identifier,placeholder:t.placeholder,onBlur:S,name:a,disabled:n})}),f.jsx(v.IconButton,{size:e,accentColor:"base",variant:"soft",type:"button","aria-label":"Add option",disabled:!!d||n,onClick:x,children:f.jsx(v.LuIcon,{icon:Xe})})]}),i.length!==0&&f.jsx(Cn.Droppable,{droppableId:`${t.identifier}-droppable`,children:E=>f.jsxs("div",{className:"flex flex-col gap-1",...E.droppableProps,ref:E.innerRef,children:[i.map((O,T)=>f.jsx(Cn.Draggable,{draggableId:`${O}-draggable`,index:T,isDragDisabled:n,children:({draggableProps:D,dragHandleProps:F,innerRef:B})=>f.jsxs(v.Badge,{...F,...D,ref:B,className:"flex items-center justify-between gap-2",accentColor:"base",size:e,variant:"soft",children:[f.jsx(v.Text,{className:"truncate",highContrast:!0,children:typeof O=="object"&&"label"in O?O.label:O}),f.jsx(v.IconButton,{className:"bg-transparent!",size:e,variant:"ghost",type:"button","aria-label":"Delete option",accentColor:"base",disabled:n,onClick:()=>{m(T)},children:f.jsx(v.LuIcon,{icon:Je})})]})},`${t.identifier}-${O}-${T}`)),E.placeholder]})})]})})});On.displayName="MultiStringFieldInput";const $t=class $t extends Oe{constructor(t){const{minimum_length:n,maximum_length:i,placeholder:a,...o}=t;super(o);N(this,"type","multi-string");N(this,"minLength");N(this,"maxLength");N(this,"placeholder");this.minLength=n??0,this.maxLength=i??1/0,this.placeholder=a??"Press enter to add a new option"}render(t){return f.jsx(On,{field:this,...t})}serialize(){return{...super.serialize(),minimum_length:this.minLength,maximum_length:this.maxLength,placeholder:this.placeholder}}getOptions(){return{...super.getOptions(),minimum_length:this.minLength,maximum_length:this.maxLength,placeholder:this.placeholder}}duplicate(t){return new $t({...this.getOptions(),identifier:t})}setOptions(t){const{minimum_length:n,maximum_length:i,placeholder:a,...o}=t;this.minLength=n??this.minLength,this.maxLength=i??this.maxLength,this.placeholder=a??this.placeholder,super.setOptions(o)}serializeValue(t){return t}deserializeValue(t){return t}getFieldValidators(){const t=super.getFieldValidators();return t.push(n=>{if(n.length<this.minLength)return`Must have at least ${this.minLength} options.`}),t.push(n=>{if(n.length>this.maxLength)return`Must have at most ${this.maxLength} options.`}),t}static deserialize(t){return new $t(t)}isSerializedValue(t){return sr(t)}isValue(t){return sr(t)}blankValue(){return[]}areValuesEqual(t,n){const i=new Set(t),a=new Set(n);return i.size===a.size&&i.isSubsetOf(a)}blankSerializedValue(){return[]}areSerializedValuesEqual(t,n){const i=new Set(t),a=new Set(n);return i.size===a.size&&i.isSubsetOf(a)}};N($t,"fieldTypeName","Multi-string"),N($t,"fieldTypeDescription","Allows the user to provide multiple unique strings.");let Et=$t;class dr extends Oe{constructor(t){const{options:n,...i}=t;super(i);N(this,"options");this.options=n.map(a=>(typeof a=="string"&&(a={label:a,value:a}),a))}serialize(){return{...super.serialize(),options:this.options}}getOptions(){return{...super.getOptions(),options:this.options}}setOptions(t){const{options:n,...i}=t;this.options=(n==null?void 0:n.map(a=>(typeof a=="string"&&(a={label:a,value:a}),a)))??this.options,super.setOptions(i)}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new Et({label:"Options",description:"List possible options for the user to select from.",required:!0,identifier:`${n}options`,minimum_length:2}),showDirectly:!0}]}}const Nn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(d=>{s(!!d),o()},[o,s]),c=w.useCallback(()=>{o()},[o]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,error:l,image:t.image,required:t.required,children:f.jsx(v.Checkbox.Root,{id:t.identifier,name:a,checked:i??!1,onCheckedChange:u,onBlur:c,size:e,accentColor:"base",variant:"surface",disabled:n,children:f.jsx(v.Checkbox.Indicator,{children:f.jsx(v.LuIcon,{icon:Le})})})})});Nn.displayName="BooleanFieldInput";const Wt=class Wt extends Oe{constructor(t){super(t);N(this,"type","boolean")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}setOptions(t){super.setOptions(t)}duplicate(t){return new Wt({...this.getOptions(),identifier:t})}static deserialize(t){return new Wt(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Nn,{...t,field:this})}isSerializedValue(t){return typeof t=="boolean"}isValue(t){return typeof t=="boolean"}blankValue(){return!1}blankSerializedValue(){return!1}areSerializedValuesEqual(t,n){return t===n}areValuesEqual(t,n){return t===n}};N(Wt,"fieldTypeName","Checkbox"),N(Wt,"fieldTypeDescription","Perfect for both optional and required yes/no questions.");let St=Wt;const bn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(h=>{const p=h.target.valueAsNumber,g=isNaN(p)?null:p;s(g)},[s]),c=w.useCallback(()=>{o()},[o]),d=w.useCallback(h=>{h.key==="Enter"&&h.preventDefault()},[]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsx(v.Input.Root,{accentColor:"base",variant:"surface",size:e,children:f.jsx(v.Input.Field,{id:t.identifier,name:a,onChange:u,onBlur:c,value:i??"",type:"number",min:t.minimum,max:t.maximum,step:t.integers?1:"any",placeholder:t.placeholder??"Enter a number",disabled:n,onKeyDown:d})})})});bn.displayName="NumberFieldInput";const ct=class ct extends Oe{constructor(t){const{minimum:n=Number.MIN_SAFE_INTEGER,maximum:i=Number.MAX_SAFE_INTEGER,integers:a=!1,placeholder:o,...s}=t;super(s);N(this,"type","number");N(this,"minimum");N(this,"maximum");N(this,"integers");N(this,"placeholder");this.minimum=n,this.maximum=i,this.integers=a,this.placeholder=o}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new ct({label:"Minimum",description:"Minimum value",integers:!0,required:!1,identifier:`${n}minimum`}),showDirectly:!1},{field:new ct({label:"Maximum",description:"Maximum value",integers:!0,required:!1,identifier:`${n}maximum`}),showDirectly:!1},{field:new St({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}}getOptions(){return{...super.getOptions(),minimum:this.minimum,maximum:this.maximum,integers:this.integers,placeholder:this.placeholder}}duplicate(t){return new ct({...this.getOptions(),identifier:t})}setOptions(t){const{minimum:n,maximum:i,integers:a,placeholder:o,...s}=t;this.minimum=n??this.minimum,this.maximum=i??this.maximum,this.integers=a??this.integers,this.placeholder=o??this.placeholder,super.setOptions(s)}static deserialize(t){return new ct(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(bn,{field:this,...t})}isSerializedValue(t){return this.isValue(t)}isValue(t){return typeof t=="number"&&!isNaN(t)||t===null}areValuesEqual(t,n){return t===n}blankValue(){return null}blankSerializedValue(){return null}areSerializedValuesEqual(t,n){return t===n}};N(ct,"fieldTypeName","Number"),N(ct,"fieldTypeDescription","Allows specifying a number within a given range.");let ke=ct;const It=1e4;class Tn extends Oe{constructor(t){const{minLength:n,maxLength:i,placeholder:a="",...o}=t;super(o);N(this,"minLength");N(this,"maxLength");N(this,"placeholder");this.minLength=n?Math.max(n,0):void 0,this.maxLength=i?Math.max(i,0):It,this.placeholder=a}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new ke({label:"Minimum length",description:"Minimum number of characters",required:!1,identifier:`${n}minimum_length`,minimum:0,maximum:100,integers:!0}),showDirectly:!1},{field:new ke({label:"Maximum length",description:"Maximum number of characters",required:!1,identifier:`${n}maximum_length`,minimum:1,maximum:It,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?void 0:`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(){return{...super.serialize(),minimum_length:this.minLength,maximum_length:this.maxLength,placeholder:this.placeholder}}getOptions(){return{...super.getOptions(),minLength:this.minLength,maxLength:this.maxLength,placeholder:this.placeholder}}setOptions(t){const{minLength:n,maxLength:i,placeholder:a,...o}=t;this.minLength=n,this.maxLength=i??this.maxLength,this.placeholder=a,super.setOptions(o)}serializeValue(t){return t}deserializeValue(t){return t}isSerializedValue(t){return typeof t=="string"}isValue(t){return typeof t=="string"}blankValue(){return""}blankSerializedValue(){return""}areSerializedValuesEqual(t,n){return t===n}areValuesEqual(t,n){return t===n}}const Dn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(d=>{s(d),o()},[o,s]),c=w.useCallback(()=>{o()},[o]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsx(v.CheckboxGroup.Root,{id:t.identifier,name:a,className:"flex flex-col gap-1",accentColor:"base",variant:"surface",size:e,values:i,onValuesChange:u,disabled:n,children:t.options.map((d,h)=>f.jsxs("label",{className:"flex gap-2 items-center min-w-0",children:[f.jsx(v.CheckboxGroup.Item,{value:d.value,onBlur:c,children:f.jsx(v.CheckboxGroup.ItemIndicator,{children:f.jsx(v.LuIcon,{icon:Le})})}),f.jsx(v.Text,{size:e,accentColor:"base",className:"truncate",children:d.label})]},`${t.identifier}-${d.value}-${h}`))})})});Dn.displayName="CheckboxListFieldInput";const jt=class jt extends dr{constructor(t){super(t);N(this,"type","checkbox-list")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}duplicate(t){return new jt({...this.getOptions(),identifier:t})}static deserialize(t){return new jt(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Dn,{field:this,...t})}isSerializedValue(t){if(!sr(t))return!1;const n=new Set(this.options.map(({value:i})=>i));return t.every(i=>n.has(i))}isValue(t){return this.isSerializedValue(t)}blankValue(){return[]}blankSerializedValue(){return[]}areSerializedValuesEqual(t,n){const i=new Set(t),a=new Set(n);return i.size===a.size&&i.isSubsetOf(a)}areValuesEqual(t,n){const i=new Set(t),a=new Set(n);return i.size===a.size&&i.isSubsetOf(a)}};N(jt,"fieldTypeName","Checkbox list"),N(jt,"fieldTypeDescription","Allows the user to select a multiple options from a list.");let Ot=jt;const Mn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),[u,c]=w.useState(!1),d=w.useCallback(p=>{s(p??null),o(),c(!1)},[s,o]),h=w.useCallback(p=>{c(p),p||o()},[o]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs(v.Popover.Root,{open:u,onOpenChange:h,children:[f.jsx(v.Popover.Trigger,{asChild:!0,children:f.jsxs(v.Button,{id:t.identifier,name:a,type:"button",className:"!justify-between",accentColor:"base",variant:"surface",size:e,disabled:n,children:[f.jsx(v.Text,{className:"truncate",highContrast:!!i,children:i?i.toLocaleString(void 0,{year:"numeric",month:"2-digit",day:"2-digit"}):"yyyy-mm-dd"}),f.jsx(v.LuIcon,{icon:wn})]})}),f.jsx(v.Popover.Content,{align:"start",size:e,children:f.jsx(v.DayPicker,{size:e,required:!1,mode:"single",variant:"solid",selected:i??void 0,onSelect:d})})]})})});Mn.displayName="DateFieldInput";const Yt=class Yt extends Oe{constructor(t){super(t);N(this,"type","date")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}duplicate(t){return new Yt({...this.getOptions(),identifier:t})}static deserialize(t){return new Yt(t)}setOptions(t){super.setOptions(t)}serializeValue(t){return t?t.toISOString():null}deserializeValue(t){return t?new Date(t):null}render(t){return f.jsx(Mn,{field:this,...t})}isSerializedValue(t){return typeof t!="string"&&t!==null?!1:this.isValue(this.deserializeValue(t))}isValue(t){return!(!(t instanceof Date)&&t!==null||t instanceof Date&&isNaN(t.getTime()))}blankValue(){return null}blankSerializedValue(){return null}areSerializedValuesEqual(t,n){return t===n}areValuesEqual(t,n){return!t&&!n?!0:!t||!n?!1:t.getTime()===n.getTime()}};N(Yt,"fieldTypeName","Date"),N(Yt,"fieldTypeDescription","Allows specifying a date.");let fr=Yt;const Fn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(d=>{s(d),o()},[o,s]),c=w.useCallback(d=>{d||o()},[o]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs(v.Menu.Root,{onOpenChange:c,align:"start",children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsxs(v.Button,{id:t.identifier,name:a,className:"!justify-between",variant:"surface",type:"button",size:e,accentColor:"base",disabled:n,children:[f.jsx(v.Text,{className:"truncate",highContrast:i&&i.length>0,children:i&&i.length>0?i.join(", "):t.placeholder??"Select one or more..."}),f.jsx(v.LuIcon,{icon:wn})]})}),f.jsx(v.Menu.Content,{size:e,children:f.jsx(v.Menu.Scroll,{children:f.jsxs(v.Menu.MultiSelectGroup,{values:i,onValuesChange:u,children:[f.jsxs(v.Menu.SelectAllItem,{children:[f.jsx(v.Menu.CheckboxItemIndicator,{children:d=>d?f.jsx(v.LuIcon,{icon:Rr}):f.jsx(v.LuIcon,{icon:Le})}),"Select all"]}),t.options.map((d,h)=>f.jsxs(v.Menu.MultiSelectItem,{value:d.value,children:[f.jsx(v.Menu.SelectedIndicator,{children:f.jsx(v.LuIcon,{icon:Le})}),d.label]},`${t.identifier}-${d.value}-${h}`))]})})})]})})});Fn.displayName="MultiSelectFieldInput";const Zt=class Zt extends dr{constructor(t){const{placeholder:n,...i}=t;super(i);N(this,"type","multi-select");N(this,"placeholder");this.placeholder=n}serialize(){return super.serialize()}getOptions(){return{...super.getOptions(),placeholder:this.placeholder}}duplicate(t){return new Zt({...this.getOptions(),identifier:t})}setOptions(t){const{placeholder:n}=t;this.placeholder=n,super.setOptions(t)}static deserialize(t){return new Zt(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Fn,{field:this,...t})}isSerializedValue(t){if(!sr(t))return!1;const n=new Set(this.options.map(({value:i})=>i));return t.every(i=>n.has(i))}isValue(t){return this.isSerializedValue(t)}blankValue(){return[]}areValuesEqual(t,n){const i=new Set(t),a=new Set(n);return i.size===a.size&&i.isSubsetOf(a)}blankSerializedValue(){return[]}areSerializedValuesEqual(t,n){const i=new Set(t),a=new Set(n);return i.size===a.size&&i.isSubsetOf(a)}};N(Zt,"fieldTypeName","Multi-select"),N(Zt,"fieldTypeDescription","Allows the user to select a multiple options from a list of options.");let et=Zt;const Vn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(h=>{s(h??null),o()},[o,s]),c=w.useCallback(h=>{h||o()},[o]),d=w.useMemo(()=>t.options.find(h=>h.value===i),[t.options,i]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs(v.Menu.Root,{onOpenChange:c,align:"start",children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsxs(v.Button,{id:t.identifier,name:a,className:"!justify-between",accentColor:"base",variant:"surface",type:"button",size:e,disabled:n,children:[f.jsx(v.Text,{className:"truncate",highContrast:!!d,children:d?d.label:t.placeholder??"Select one..."}),f.jsx(v.LuIcon,{icon:wn})]})}),f.jsx(v.Menu.Content,{size:e,children:f.jsx(v.Menu.Scroll,{children:f.jsx(v.Menu.SelectGroup,{required:!1,value:i??void 0,onValueChange:u,children:t.options.map((h,p)=>f.jsxs(v.Menu.SelectItem,{value:h.value,children:[f.jsx(v.Menu.SelectedIndicator,{children:f.jsx(v.LuIcon,{icon:Le})}),h.label]},`${t.identifier}-${h.value}-${p}`))})})})]})})});Vn.displayName="SelectFieldInput";const Kt=class Kt extends dr{constructor(t){const{placeholder:n,...i}=t;super(i);N(this,"type","select");N(this,"placeholder");this.placeholder=n}serialize(){return super.serialize()}getOptions(){return{...super.getOptions(),placeholder:this.placeholder}}duplicate(t){return new Kt({...this.getOptions(),identifier:t})}setOptions(t){const{placeholder:n}=t;this.placeholder=n,super.setOptions(t)}static deserialize(t){return new Kt(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Vn,{field:this,...t})}isSerializedValue(t){return typeof t!="string"&&t!==null?!1:new Set([null,...this.options.map(({value:i})=>i)]).has(t)}isValue(t){return this.isSerializedValue(t)}blankValue(){return null}areValuesEqual(t,n){return t===n}blankSerializedValue(){return null}areSerializedValuesEqual(t,n){return t===n}};N(Kt,"fieldTypeName","Dropdown"),N(Kt,"fieldTypeDescription","Allows the user to select a single option from a list of options.");let ht=Kt;const Pn=w.memo(r=>{const{size:e,field:t,formId:n,disabled:i}=r,{value:a,name:o,onBlur:s,onChange:l,error:u}=me({field:t}),c=w.useCallback(p=>{l(p)},[l]),d=w.useCallback(()=>{s()},[s]),h=w.useMemo(()=>Array.from({length:t.length},()=>R.v4()),[t.length]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:u,image:t.image,children:f.jsxs(v.OneTimePasswordField.Root,{id:t.identifier,name:o,value:a,onValueChange:c,validationType:t.validationType,form:n,disabled:i,orientation:"horizontal",dir:"ltr",type:"text",autoComplete:"off",autoFocus:!1,autoSubmit:!1,className:"flex gap-1 h-max w-full overflow-x-auto p-0.25",accentColor:"base",variant:"surface",size:e,onBlur:d,children:[h.map(p=>f.jsx(v.OneTimePasswordField.Input,{id:p},p)),f.jsx(v.OneTimePasswordField.HiddenInput,{})]})})});Pn.displayName="OTPFieldInput";const Qt=class Qt extends Oe{constructor(t){const{length:n,validationType:i,...a}=t;super(a);N(this,"type","otp");N(this,"length");N(this,"validationType");this.length=n,this.validationType=i}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new ke({label:"Length",integers:!0,required:!1,minimum:1,maximum:16,identifier:`${n}length`}),showDirectly:!1},{field:new ht({label:"Type",required:!1,identifier:`${n}validationType`,options:[{value:"none",label:"Any"},{value:"numeric",label:"Numeric"},{value:"alpha",label:"Alpha"},{value:"alphanumeric",label:"Alphanumeric"}]}),showDirectly:!1}]}getFieldValidators(){const t=super.getFieldValidators(),n=this.length;return t.push(i=>{if(i.length!=n)return`Must be ${n} characters.`}),t}serialize(){return{...super.serialize(),length:this.length,validationType:this.validationType}}getOptions(){return{...super.getOptions(),length:this.length,validationType:this.validationType}}duplicate(t){return new Qt({...this.getOptions(),identifier:t})}setOptions(t){const{length:n,validationType:i,...a}=t;this.length=n??this.length,this.validationType=i??this.validationType,super.setOptions(a)}static deserialize(t){return new Qt(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Pn,{field:this,...t})}isSerializedValue(t){return typeof t=="string"}isValue(t){return typeof t=="string"}blankValue(){return""}areValuesEqual(t,n){return t===n}blankSerializedValue(){return""}areSerializedValuesEqual(t,n){return t===n}};N(Qt,"fieldTypeName","OTP"),N(Qt,"fieldTypeDescription","Allows specifying a number within a given range.");let Nt=Qt;const pt={pass:{label:"Pass",icon:sl},fail:{label:"Fail",icon:cl},na:{label:"N/A",icon:ul}},bt=Object.keys(pt);class tt extends File{constructor(t,...n){super(...n);N(this,"uuid");this.uuid=t}static from(t,n){return new tt(t,[n],n.name,{lastModified:n.lastModified,type:n.type})}}class Tt extends Promise{constructor(t,n){super(t);N(this,"_uuid");this._uuid=n}get uuid(){return this._uuid}set uuid(t){this._uuid=t}static from(t,n){return new Tt((i,a)=>{Promise.resolve(t).then(i).catch(a)},n)}then(t,n){const i=super.then(t,n);return i.uuid=this.uuid,i}catch(t){const n=super.catch(t);return n.uuid=this.uuid,n}finally(t){const n=super.finally(t);return n.uuid=this.uuid,n}}function Ca(r){return Array.isArray(r)?r.every(e=>e instanceof Tt||e instanceof tt):!1}function Gr(r,e){const t=new Set(r.map(({uuid:i})=>i)),n=new Set(e.map(({uuid:i})=>i));return t.size===n.size&&t.isSubsetOf(n)}const Bn=w.memo(r=>{const{ref:e,file:t,error:n,rightSlot:i,className:a,size:o,...s}=r;return f.jsxs(v.Card,{className:Qe.cx(a,"relative flex h-48 w-full flex-col items-center p-0!"),ref:e,size:"xs",...s,children:[!t&&!n&&f.jsx("div",{className:"absolute inset-0 grow flex items-center justify-center",children:f.jsx(v.Spinner,{})}),!!t&&!n&&f.jsx("div",{className:"flex grow w-full items-center justify-center overflow-hidden bg-clip-padding p-3",children:f.jsx(ur,{className:"max-w-full size-full object-cover",file:t})}),f.jsx(v.Separator,{size:"full"}),(!!t||!!n)&&f.jsxs("div",{className:Qe.cx("flex w-full items-center gap-2 self-end p-3",{"bg-transparent":!t}),children:[n?f.jsx(v.LuIcon,{color:"var(--base-11)",icon:fa}):t&&f.jsx(v.LuIcon,{color:"var(--base-11)",icon:ha}),f.jsx(v.Text,{className:"truncate",size:o,children:n??(t==null?void 0:t.name)}),i]})]})});Bn.displayName="ImageCard";const Ln=w.memo(r=>{const{file:e,...t}=r,n=Sn(e);return n?f.jsx("video",{src:n,...t}):null});Ln.displayName="VideoFile";const zn=w.memo(r=>{const{ref:e,file:t,className:n,error:i,rightSlot:a,size:o,...s}=r;return f.jsxs(v.Card,{className:Qe.cx(n,"relative flex h-48 w-full flex-col items-center p-0!"),ref:e,size:"xs",...s,children:[!t&&!i&&f.jsx("div",{className:"absolute inset-0 grow flex items-center justify-center",children:f.jsx(v.Spinner,{})}),!!t&&!i&&f.jsx("div",{className:"flex grow w-full items-center justify-center overflow-hidden bg-clip-padding p-3",children:f.jsx(Ln,{className:"max-w-full size-full object-cover",file:t,controls:!0})}),f.jsx(v.Separator,{size:"full"}),(!!t||!!i)&&f.jsxs("div",{className:Qe.cx("flex w-full items-center gap-2 self-end p-3",{"bg-transparent":!t}),children:[i?f.jsx(v.LuIcon,{color:"var(--base-11)",icon:fa}):t&&f.jsx(v.LuIcon,{color:"var(--base-11)",icon:Tl}),f.jsx(v.Text,{className:"truncate",size:o,children:i??(t==null?void 0:t.name)}),a]})]})});zn.displayName="VideoCard";const kn=w.memo(r=>{const{file:e,onRemove:t,disabled:n,size:i}=r,[a,o]=w.useState(null),[s,l]=w.useState(null),u=Ur();w.useEffect(()=>{e instanceof Tt?e.then(C=>{o(C)}).catch(C=>{l(C instanceof Error?C.message:"Unknown error")}):o(e)},[e]);const c=w.useCallback(()=>{if(!a)return;const C=new Blob([a]);ta.saveAs(C,a.name)},[a]),d=w.useCallback(()=>{if(!a)return;const C=URL.createObjectURL(a);window.open(C,"_blank"),URL.revokeObjectURL(C)},[a]),h=w.useCallback(()=>{a&&u(C=>({file:a,onDelete:n?void 0:()=>{t(),C()}}))},[n,t,u,a]),p=w.useMemo(()=>f.jsx("div",{className:"flex grow justify-end",children:f.jsxs(v.Menu.Root,{modal:!0,children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.IconButton,{onClick:v.stopPropagation,type:"button",variant:"ghost",accentColor:"base",size:i,children:f.jsx(v.LuIcon,{icon:da})})}),f.jsxs(v.Menu.Content,{size:i,children:[f.jsxs(v.Menu.Item,{onSelect:c,disabled:!a,children:[f.jsx(v.LuIcon,{icon:ca})," Download"]}),n?null:f.jsxs(f.Fragment,{children:[f.jsx(v.Menu.Separator,{}),f.jsxs(v.Menu.Item,{onSelect:t,children:[f.jsx(v.LuIcon,{icon:ft})," Delete"]})]})]})]})}),[n,t,c,a,i]),g=!!(a!=null&&a.type.startsWith("image/")),x=!!(a!=null&&a.type.startsWith("video/"));return g?f.jsx(Bn,{className:"cursor-pointer",onClick:h,file:a,error:s??void 0,rightSlot:p,size:i}):x?f.jsx(zn,{className:"cursor-pointer",onClick:h,file:a,error:s??void 0,rightSlot:p,size:i}):f.jsx(An,{className:"cursor-pointer",file:a,error:s??void 0,onClick:d,rightSlot:p,size:i})});kn.displayName="DisplayFile";const Rn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useRef(null),c=w.useCallback(E=>{const O=t.cleanValue({...i,status:E});s(O),o()},[t,o,s,i]),d=w.useCallback(E=>{const O=E.target.value,T={...i,notes:O};s(T)},[i,s]),h=w.useCallback(()=>{o()},[o]),p=w.useCallback(E=>{const O=[...i.files];O.splice(E,1),s({...i,files:O}),o()},[s,o,i]),g=w.useCallback(()=>{var E;(E=u.current)==null||E.click()},[]),x=w.useCallback(E=>{const O=Array.from(E.target.files??[]).map(D=>tt.from(R.v4(),D)),T={...i,files:[...i.files,...O]};s(T),o()},[o,s,i]);w.useEffect(()=>{if(!u.current)return;const E=new AbortController;return u.current.addEventListener("cancel",()=>{o()},{signal:E.signal}),()=>{E.abort()}},[o,i]);const C=i.status&&t.showNotesAndFilesOn.includes(i.status),m=`${t.identifier}-status`,_=`${t.identifier}-notes`,S=`${t.identifier}-files`;return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs("div",{className:"flex flex-col gap-2",children:[f.jsx(v.RadioGroup.Root,{id:m,className:"flex gap-2",name:a,value:i.status,disabled:n,accentColor:"base",variant:"surface",size:e,onValueChange:c,children:bt.map(E=>{const{label:O}=pt[E];return f.jsxs("label",{className:"flex gap-2 items-center min-w-0",children:[f.jsx(v.RadioGroup.Item,{value:E,children:f.jsx(v.RadioGroup.Indicator,{children:f.jsx(v.LuIcon,{icon:sa,className:"fill-current"})})}),f.jsx(v.Text,{size:e,accentColor:"base",className:"truncate",children:O})]},`${t.identifier}-${E}`)})}),C&&f.jsxs(f.Fragment,{children:[f.jsx("div",{children:f.jsx(v.TextArea,{id:_,value:i.notes??"",name:a,onChange:d,onBlur:h,className:"field-sizing-content w-full min-h-12",placeholder:"Notes",resize:"vertical",accentColor:"base",variant:"surface",size:e,disabled:n})}),f.jsxs("div",{className:"flex flex-col gap-2",children:[f.jsxs(v.Button,{className:"w-max",size:e,variant:"soft",accentColor:"base",onClick:g,type:"button",disabled:n,children:[f.jsx(v.LuIcon,{icon:_n}),"Select files"]}),f.jsx("input",{id:S,name:a,type:"file",ref:u,multiple:!0,className:"hidden",onChange:x,value:""}),i.files.length>0&&f.jsx("div",{className:"flex h-max flex-wrap gap-2",children:i.files.map((E,O)=>f.jsx(kn,{size:e,file:E,onRemove:()=>{p(O)},disabled:n},O))})]})]})]})})});Rn.displayName="PassFailFieldInput";const Un=r=>typeof r=="string"&&bt.includes(r),wa=r=>!(r===null||typeof r!="object"||!("status"in r)||!Un(r.status)||!("notes"in r)||typeof r.notes!="string"||!("files"in r)||!(Array.isArray(r.files)&&r.files.length===0)),ma=r=>!(r===null||typeof r!="object"||!("status"in r)||!Un(r.status)||!("notes"in r)||typeof r.notes!="string"||!("files"in r)||!Ca(r.files)),_a=r=>({status:r.status,notes:r.notes,files:[]}),Aa=r=>({status:r.status,notes:r.notes,files:[]}),Ea=(r,e)=>!(r.status!==e.status||r.notes!==e.notes||!Gr(r.files,e.files)),Sa=(r,e)=>!(r.status!==e.status||r.notes!==e.notes||r.files.length!==e.files.length),Jt=class Jt extends Oe{constructor(t){const{showNotesAndFilesOn:n,...i}=t;super(i);N(this,"type","pass-fail");N(this,"showNotesAndFilesOn");this.showNotesAndFilesOn=n}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new et({identifier:`${n}showNotesAndFilesOn`,label:"Show notes and files on",description:"Show the notes and files on desired statuses.",options:bt.map(i=>{const{label:a}=pt[i];return{value:i,label:a}}),required:!1}),showDirectly:!1}]}serialize(){return{...super.serialize(),showNotesAndFilesOn:this.showNotesAndFilesOn}}getOptions(){return{...super.getOptions(),showNotesAndFilesOn:this.showNotesAndFilesOn}}duplicate(t){return new Jt({...this.getOptions(),identifier:t})}setOptions(t){const{showNotesAndFilesOn:n,...i}=t;this.showNotesAndFilesOn=n??this.showNotesAndFilesOn,super.setOptions(i)}getFieldValidators(){const t=super.getFieldValidators(),n=this.showNotesAndFilesOn,i=this.blankValue();return n.length>0&&(t.push(a=>{if(!(!a.status||!n.includes(a.status))&&i.notes===a.notes)return"Notes is required."}),t.push(a=>{if(!(!a.status||!n.includes(a.status))&&Gr(i.files,a.files))return"Files is required."})),t}static deserialize(t){return new Jt({...t,showNotesAndFilesOn:t.showNotesAndFilesOn??!1})}serializeValue(t){return _a(t)}deserializeValue(t){return Aa(t)}render(t){return f.jsx(Rn,{field:this,...t})}isSerializedValue(t){return wa(t)}isValue(t){return ma(t)}areValuesEqual(t,n){return Ea(t,n)}blankValue(){return{status:null,notes:"",files:[]}}cleanValue(t){return t.status&&this.showNotesAndFilesOn.includes(t.status)?t:{status:t.status,notes:"",files:[]}}cleanSerializedValue(t){return super.cleanSerializedValue(t)}blankSerializedValue(){return{status:null,notes:"",files:[]}}areSerializedValuesEqual(t,n){return Sa(t,n)}};N(Jt,"fieldTypeName","Pass - Fail"),N(Jt,"fieldTypeDescription","Track pass, fail, or N/A outcome.");let Dt=Jt;const Gn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(h=>{s(h),o()},[o,s]),c=w.useCallback(()=>{o()},[o]),d=w.useCallback(()=>{s(null),o()},[o,s]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs(v.RadioGroup.Root,{id:t.identifier,name:a,className:"flex flex-col gap-1",accentColor:"base",variant:"surface",size:e,value:i??"",onValueChange:u,disabled:n,children:[t.options.map((h,p)=>f.jsxs("label",{className:"flex gap-2 items-center min-w-0",children:[f.jsx(v.RadioGroup.Item,{value:h.value,onBlur:c,children:f.jsx(v.RadioGroup.Indicator,{children:f.jsx(v.LuIcon,{icon:sa,className:"fill-current"})})}),f.jsx(v.Text,{size:e,accentColor:"base",className:"truncate",children:h.label})]},`${t.identifier}-${h.value}-${p}`)),!!i&&f.jsxs(v.Button,{onClick:d,className:"w-max -mx-2",type:"button",variant:"ghost",accentColor:"base",size:e,children:[f.jsx(v.LuIcon,{icon:Je}),"Clear"]})]})})});Gn.displayName="RadioFieldInput";const er=class er extends dr{constructor(t){super(t);N(this,"type","radio")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}duplicate(t){return new er({...this.getOptions(),identifier:t})}setOptions(t){super.setOptions(t)}static deserialize(t){return new er(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Gn,{field:this,...t})}isSerializedValue(t){return typeof t!="string"&&t!==null?!1:new Set([null,...this.options.map(({value:i})=>i)]).has(t)}isValue(t){return this.isSerializedValue(t)}blankValue(){return null}areValuesEqual(t,n){return t===n}blankSerializedValue(){return null}areSerializedValuesEqual(t,n){return t===n}};N(er,"fieldTypeName","Option list"),N(er,"fieldTypeDescription","Allows the user to select a single option from a list of options.");let Mt=er;const Ml=Qe.cva(["group flex cursor-pointer disabled:opacity-50 disabled:pointer-events-none items-center justify-center text-yellow-500 transition-colors"],{variants:{size:{xs:["size-5"],sm:["size-6"],md:["size-7"],lg:["size-8"],xl:["size-9"]}}}),Hn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(h=>{s(h),o()},[o,s]),c=w.useCallback(()=>{s(null),o()},[o,s]),d=Array.from({length:t.maxRating},(h,p)=>p+1);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs("div",{className:"flex flex-row gap-1 items-center",children:[f.jsx(v.Rating.Root,{id:t.identifier,name:a,className:"flex items-center gap-0.5",value:i,onValueChange:u,disabled:n,children:d.map(h=>f.jsx(v.Rating.Item,{value:h,className:Ml({size:e}),children:f.jsx(v.LuIcon,{icon:ga,className:"group-data-[active=true]:fill-current size-full"})},`${t.identifier}-${h}`))}),!n&&i!==null&&f.jsx(v.IconButton,{onClick:c,type:"button",variant:"ghost",accentColor:"base",size:e,children:f.jsx(v.LuIcon,{icon:Je})})]})})});Hn.displayName="RatingFieldInput";const tr=class tr extends Oe{constructor(t){const{maxRating:n,...i}=t;super(i);N(this,"type","rating");N(this,"maxRating");this.maxRating=n}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new ke({label:"Max Rating",description:"Maximum rating value",integers:!0,required:!1,minimum:1,maximum:10,identifier:`${n}maxRating`}),showDirectly:!1}]}getFieldValidators(){const t=super.getFieldValidators(),n=this.maxRating;return t.push(i=>{if(typeof i=="number"&&(i<1||i>n))return`Rating must be between 1 and ${n}.`}),t}serialize(){return{...super.serialize(),maxRating:this.maxRating}}getOptions(){return{...super.getOptions(),maxRating:this.maxRating}}duplicate(t){return new tr({...this.getOptions(),identifier:t})}setOptions(t){const{maxRating:n,...i}=t;this.maxRating=n??this.maxRating,super.setOptions(i)}static deserialize(t){return new tr(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Hn,{field:this,...t})}isSerializedValue(t){return this.isValue(t)}isValue(t){return typeof t=="number"&&!isNaN(t)||t===null}areValuesEqual(t,n){return t===n}blankValue(){return null}blankSerializedValue(){return null}areSerializedValuesEqual(t,n){return t===n}};N(tr,"fieldTypeName","Rating"),N(tr,"fieldTypeDescription","Allows users to select a rating value.");let Ft=tr;const Ia=w.createContext(()=>{throw new Error("No ScannerProvider found")}),Fl=()=>w.use(Ia);function Vl(r,e){var t=Object.setPrototypeOf;t?t(r,e):r.__proto__=e}function Pl(r,e){e===void 0&&(e=r.constructor);var t=Error.captureStackTrace;t&&t(r,e)}var Bl=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)}}(),Ll=function(r){Bl(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}),Vl(a,i.prototype),Pl(a),a}return e}(Error),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)}}(),Ve=function(r){zl(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}(Ll),kl=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){kl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ArgumentException",e}(Ve),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)}}(),k=function(r){Rl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="IllegalArgumentException",e}(Ve),Ul=function(){function r(e){if(this.binarizer=e,e===null)throw new k("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}(),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)}}(),ve=function(r){Gl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.getChecksumInstance=function(){return new e},e.kind="ChecksumException",e}(Ve),Hl=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}(),ql=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)}}(),qn=function(r){ql(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="IndexOutOfBoundsException",e}(Ve),Xl=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)}}(),Oa=function(r){Xl(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}(qn),$l=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.")},ue=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 k("fromIndex("+t+") > toIndex("+n+")");if(t<0)throw new Oa(t);if(n>e)throw new Oa(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=$l(e),o=a.next();!o.done;o=a.next()){var s=o.value;i=31*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},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}(),q=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}(),ge=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+q.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+q.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 k;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,l=o<i?31:t&31,u=(2<<l)-(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 k;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 l=s>i?0:e&31,u=s<a?31:t&31,c=(2<<u)-(1<<l)&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 k("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 k("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,l=e[0]>>>s,a=1;a<n;a++){var u=e[a];l|=u<<32-s,e[a-1]=l,l=u>>>s}e[n-1]=l}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&&ue.equals(this.bits,t.bits)},r.prototype.hashCode=function(){return 31*this.size+ue.hashCode(this.bits)},r.prototype.toString=function(){for(var e="",t=0,n=this.size;t<n;t++)(t&7)===0&&(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}(),Xn;(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"})(Xn||(Xn={}));const oe=Xn;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)}}(),M=function(r){Wl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.getFormatInstance=function(){return new e},e.kind="FormatException",e}(Ve),jl=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(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"})(Q||(Q={}));var ce=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 l=this.values,u=0,c=l.length;u!==c;u++){var d=l[u];r.VALUES_TO_ECI.set(d,this)}try{for(var h=jl(o),p=h.next();!p.done;p=h.next()){var g=p.value;r.NAME_TO_ECI.set(g,this)}}catch(x){i={error:x}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}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 M("incorect value");var t=r.VALUES_TO_ECI.get(e);if(t===void 0)throw new M("incorect value");return t},r.getCharacterSetECIByName=function(e){var t=r.NAME_TO_ECI.get(e);if(t===void 0)throw new M("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(Q.Cp437,Int32Array.from([0,2]),"Cp437"),r.ISO8859_1=new r(Q.ISO8859_1,Int32Array.from([1,3]),"ISO-8859-1","ISO88591","ISO8859_1"),r.ISO8859_2=new r(Q.ISO8859_2,4,"ISO-8859-2","ISO88592","ISO8859_2"),r.ISO8859_3=new r(Q.ISO8859_3,5,"ISO-8859-3","ISO88593","ISO8859_3"),r.ISO8859_4=new r(Q.ISO8859_4,6,"ISO-8859-4","ISO88594","ISO8859_4"),r.ISO8859_5=new r(Q.ISO8859_5,7,"ISO-8859-5","ISO88595","ISO8859_5"),r.ISO8859_6=new r(Q.ISO8859_6,8,"ISO-8859-6","ISO88596","ISO8859_6"),r.ISO8859_7=new r(Q.ISO8859_7,9,"ISO-8859-7","ISO88597","ISO8859_7"),r.ISO8859_8=new r(Q.ISO8859_8,10,"ISO-8859-8","ISO88598","ISO8859_8"),r.ISO8859_9=new r(Q.ISO8859_9,11,"ISO-8859-9","ISO88599","ISO8859_9"),r.ISO8859_10=new r(Q.ISO8859_10,12,"ISO-8859-10","ISO885910","ISO8859_10"),r.ISO8859_11=new r(Q.ISO8859_11,13,"ISO-8859-11","ISO885911","ISO8859_11"),r.ISO8859_13=new r(Q.ISO8859_13,15,"ISO-8859-13","ISO885913","ISO8859_13"),r.ISO8859_14=new r(Q.ISO8859_14,16,"ISO-8859-14","ISO885914","ISO8859_14"),r.ISO8859_15=new r(Q.ISO8859_15,17,"ISO-8859-15","ISO885915","ISO8859_15"),r.ISO8859_16=new r(Q.ISO8859_16,18,"ISO-8859-16","ISO885916","ISO8859_16"),r.SJIS=new r(Q.SJIS,20,"SJIS","Shift_JIS"),r.Cp1250=new r(Q.Cp1250,21,"Cp1250","windows-1250"),r.Cp1251=new r(Q.Cp1251,22,"Cp1251","windows-1251"),r.Cp1252=new r(Q.Cp1252,23,"Cp1252","windows-1252"),r.Cp1256=new r(Q.Cp1256,24,"Cp1256","windows-1256"),r.UnicodeBigUnmarked=new r(Q.UnicodeBigUnmarked,25,"UnicodeBigUnmarked","UTF-16BE","UnicodeBig"),r.UTF8=new r(Q.UTF8,26,"UTF8","UTF-8"),r.ASCII=new r(Q.ASCII,Int32Array.from([27,170]),"ASCII","US-ASCII"),r.Big5=new r(Q.Big5,28,"Big5"),r.GB18030=new r(Q.GB18030,29,"GB18030","GB2312","EUC_CN","GBK"),r.EUC_KR=new r(Q.EUC_KR,30,"EUC_KR","EUC-KR"),r}(),Yl=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)}}(),Hr=function(r){Yl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="UnsupportedOperationException",e}(Ve),Re=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 ce?e:ce.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(ce.UnicodeBigUnmarked))return String.fromCharCode.apply(null,new Uint16Array(e.buffer));throw new Hr("Encoding "+this.encodingName(t)+" not supported by fallback.")},r.isDecodeFallbackSupported=function(e){return e.equals(ce.UTF8)||e.equals(ce.ISO8859_1)||e.equals(ce.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 Re.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,l=0,u=0,c=0,d=0,h=0,p=0,g=0,x=0,C=0,m=0,_=e.length>3&&e[0]===239&&e[1]===187&&e[2]===191,S=0;S<n&&(i||a||o);S++){var E=e[S]&255;o&&(s>0?(E&128)===0?o=!1:s--:(E&128)!==0&&((E&64)===0?o=!1:(s++,(E&32)===0?l++:(s++,(E&16)===0?u++:(s++,(E&8)===0?c++:o=!1))))),i&&(E>127&&E<160?i=!1:E>159&&(E<192||E===215||E===247)&&m++),a&&(d>0?E<64||E===127||E>252?a=!1:d--:E===128||E===160||E>239?a=!1:E>160&&E<224?(h++,g=0,p++,p>x&&(x=p)):E>127?(d++,p=0,g++,g>C&&(C=g)):(p=0,g=0))}return o&&s>0&&(o=!1),a&&d>0&&(a=!1),o&&(_||l+u+c>0)?r.UTF8:a&&(r.ASSUME_SHIFT_JIS||x>=3||C>=3)?r.SHIFT_JIS:i&&a?x===2&&h===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,l,u,c,d,h){if(s==="%%")return"%";if(t[++i]!==void 0){s=c?parseInt(c.substr(1)):void 0;var p=d?parseInt(d.substr(1)):void 0,g;switch(h){case"s":g=t[i];break;case"c":g=t[i][0];break;case"f":g=parseFloat(t[i]).toFixed(s);break;case"p":g=parseFloat(t[i]).toPrecision(s);break;case"e":g=parseFloat(t[i]).toExponential(s);break;case"x":g=parseInt(t[i]).toString(p||16);break;case"d":g=parseFloat(parseInt(t[i],p||10).toPrecision(s)).toFixed(0);break}g=typeof g=="object"?JSON.stringify(g):(+g).toString(p);for(var x=parseInt(u),C=u&&u[0]+""=="0"?"0":" ";g.length<x;)g=l!==void 0?g+C:C+g;return g}}var o=/%(-)?(0?[0-9]+)?([.][0-9]+)?([#][0-9]+)?([scfpexd%])/g;return e.replace(o,a)},r.getBytes=function(e,t){return Re.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=ce.SJIS.getName(),r.GB2312="GB2312",r.ISO88591=ce.ISO8859_1.getName(),r.EUC_JP="EUC_JP",r.UTF8=ce.UTF8.getName(),r.PLATFORM_DEFAULT_ENCODING=r.UTF8,r.ASSUME_SHIFT_JIS=!1,r}(),H=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}(),Ze=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 k("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 k("stringRepresentation cannot be null");for(var i=new Array(e.length),a=0,o=0,s=-1,l=0,u=0;u<e.length;)if(e.charAt(u)===`
|
|
251
|
+
*/const Je=U("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]),An=w.memo(r=>{const{ref:e,file:t,className:n,error:i,rightSlot:a,size:o,...s}=r;return f.jsxs(v.Card,{className:Qe.cx(n,"flex w-full items-center gap-2"),ref:e,size:"xs",...s,children:[i?f.jsx(v.LuIcon,{icon:pl,color:"var(--base-a11)"}):f.jsx(v.LuIcon,{icon:vl,color:"var(--base-a11)"}),i?f.jsx(v.Text,{accentColor:"danger",className:"truncate",size:o,children:i}):t?f.jsx(v.Text,{className:"truncate",size:o,children:t.name}):f.jsx("div",{className:"flex w-full justify-center",children:f.jsx(v.Spinner,{})}),a]})});An.displayName="FileCard";function sr(r){return Array.isArray(r)?r.every(e=>typeof e=="string"):!1}class lr{constructor(){N(this,"observers",new Set)}notify(e){for(const t of this.observers)t(e)}observe(e){return this.observers.add(e),()=>{this.observers.delete(e)}}}class En extends lr{constructor(t){const{identifier:n}=t;super();N(this,"identifier");this.identifier=n}getOptions(){return{identifier:this.identifier}}setOptions(t){this.identifier=t.identifier??this.identifier,this.notify(this)}serialize(){return{type:this.type,identifier:this.identifier}}}class Oe extends En{constructor(t){const{label:n,description:i=null,required:a,image:o,...s}=t;super(s);N(this,"label");N(this,"description");N(this,"required");N(this,"image");this.label=n,this.description=i,this.required=a,this.image=o}getError(t){if(!(!this.required&&this.isValueBlank(t))){if(this.required&&this.isValueBlank(t))return"This field is required.";for(const n of this.getFieldValidators()){const i=n(t);if(i)return i}}}serialize(){return{...super.serialize(),label:this.label,description:this.description,required:this.required,image:this.image}}getOptions(){return{...super.getOptions(),label:this.label,description:this.description,required:this.required,image:this.image}}setOptions(t){const{label:n,description:i=null,required:a,image:o,...s}=t;this.label=n??this.label,this.description=i??this.description,this.required=a??this.required,this.image=o??this.image,super.setOptions(s)}isValueBlank(t){return this.areValuesEqual(t,this.blankValue())}cleanValue(t){return t}isValueClean(t){return this.areValuesEqual(t,this.cleanValue(t))}cleanSerializedValue(t){return t}isSerializedValueClean(t){return this.areSerializedValuesEqual(t,this.cleanSerializedValue(t))}isSerializedValueBlank(t){return this.areSerializedValuesEqual(t,this.blankSerializedValue())}getFieldValidators(){return[]}}N(Oe,"fieldTypeName"),N(Oe,"fieldTypeDescription");const Sn=r=>{const[e,t]=w.useState(null);return w.useEffect(()=>{const n=URL.createObjectURL(r);return t(n),()=>{URL.revokeObjectURL(n)}},[r]),e},ur=w.memo(r=>{const{file:e,...t}=r,n=Sn(e);return n?f.jsx("img",{src:n,alt:e.name,...t}):null});ur.displayName="ImageFile";const xa=w.createContext(()=>{throw new Error("No ImageViewerProvider found")}),Ur=()=>w.useContext(xa),In=w.memo(r=>{const{file:e,onClose:t}=r,n=w.useCallback(()=>{ta.saveAs(e,e.name)},[e]);return f.jsx(v.Overlay.Root,{open:!0,onOpenChange:t,children:f.jsxs(v.Overlay.Content,{onOpenAutoFocus:i=>i.preventDefault(),children:[f.jsxs(v.ButtonGroup,{className:"flex gap-2 items-center top-0 absolute right-0 p-2",accentColor:"base",variant:"ghost",children:[f.jsxs(v.Tooltip.Root,{children:[f.jsx(v.Tooltip.Trigger,{asChild:!0,children:f.jsx(v.IconButton,{onClick:n,"aria-label":"download",children:f.jsx(v.LuIcon,{icon:ca})})}),f.jsx(v.Tooltip.Content,{size:"sm",children:"Download"})]}),f.jsx(v.Separator,{orientation:"vertical",size:"sm"}),f.jsx(v.Overlay.Close,{asChild:!0,children:f.jsx(v.IconButton,{onClick:t,"aria-label":"close",children:f.jsx(v.LuIcon,{icon:Je})})})]}),f.jsx("figure",{className:"size-full overflow-hidden p-4 flex justify-center items-center",children:f.jsx(ur,{className:"max-w-full max-h-full",file:e})})]})})});In.displayName="ImageViewer";const ya=w.memo(r=>{const{children:e}=r,[t,n]=w.useState(null),i=w.useCallback(()=>{n(null)},[]),a=w.useCallback(s=>{n(s(i))},[i]),o=w.useCallback(()=>{t&&(t.onClose&&t.onClose(),i())},[i,t]);return f.jsxs(xa.Provider,{value:a,children:[e,t&&f.jsx(In,{file:t.file,onClose:o})]})});ya.displayName="FileViewerProvider";const we=w.memo(r=>{const{label:e,error:t,description:n,required:i,children:a,inputId:o,image:s,size:l}=r,[u,c]=w.useState(void 0),d=Ur();w.useEffect(()=>{s instanceof Promise?s.then(c).catch(console.error):c(s)},[s]);const h=w.useCallback(()=>{u&&d(()=>({file:u}))},[d,u]),p=i?`${e} *`:e;return f.jsxs("div",{className:"flex flex-col gap-1",children:[u&&f.jsx(ur,{className:"h-[100px] w-full min-w-[300px] cursor-pointer rounded-md object-cover",file:u,onClick:h}),(!!e||!!n)&&f.jsxs("div",{className:"flex flex-col",children:[f.jsx("label",{className:"w-max max-w-full",htmlFor:o,children:f.jsx(v.Text,{size:l,className:"text-wrap",children:p})}),!!n&&f.jsx(v.Text,{accentColor:"base",size:l,children:n})]}),a,!!t&&f.jsx(v.Text,{accentColor:"danger",size:l,children:t})]})}),Dl=Qe.cva(["flex","flex-col"],{variants:{size:{xs:["gap-2"],sm:["gap-4"],md:["gap-6"],lg:["gap-8"],xl:["gap-10"]}}}),cr=(r,e)=>{const{size:t}=e;return f.jsx("div",{className:Dl({size:t}),children:r.map((n,i)=>f.jsx(w.Fragment,{children:n.render({index:i,...e})},n.identifier))})},me=r=>{const{field:e}=r,{field:{value:t,name:n,onChange:i,onBlur:a},fieldState:{isTouched:o,error:s}}=qe.useController({name:e.identifier});return{value:t,name:n,isTouched:o,error:(s==null?void 0:s.message)??"",onChange:i,onBlur:a}},On=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),[u,c]=w.useState(""),[d,h]=w.useState(""),p=w.useCallback(E=>{s(E),o()},[s,o]),g=w.useCallback(E=>{i&&i.findIndex(O=>O===E.target.value.trim())>=0?h("All options must be unique"):E.target.value?h(""):h("Option cannot be empty"),c(E.target.value)},[c,i]),x=w.useCallback(()=>{if(d)return;if(!u.trim()){h("Option cannot be empty");return}const E=u.trim();p([...i,E]),c("")},[u,d,p,i]),C=w.useCallback(E=>{E.key==="Enter"&&(E.preventDefault(),x())},[x]),m=w.useCallback(E=>{const O=Array.from(i);O.splice(E,1),p(O)},[i,p]),_=w.useCallback(E=>{if(!E.destination)return;const O=E.source.index,T=E.destination.index,D=Array.from(i),[F]=D.splice(O,1);D.splice(T,0,F),p(D)},[p,i]),S=w.useCallback(()=>{o()},[o]);return f.jsx(Cn.DragDropContext,{onDragEnd:_,children:f.jsxs(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:d||l,image:t.image,children:[(!n||i.length===0)&&f.jsxs("div",{className:"flex gap-2",children:[f.jsx(v.Input.Root,{className:"grow",accentColor:"base",variant:"surface",size:e,children:f.jsx(v.Input.Field,{value:u,onChange:g,onKeyDown:C,id:t.identifier,placeholder:t.placeholder,onBlur:S,name:a,disabled:n})}),f.jsx(v.IconButton,{size:e,accentColor:"base",variant:"soft",type:"button","aria-label":"Add option",disabled:!!d||n,onClick:x,children:f.jsx(v.LuIcon,{icon:Xe})})]}),i.length!==0&&f.jsx(Cn.Droppable,{droppableId:`${t.identifier}-droppable`,children:E=>f.jsxs("div",{className:"flex flex-col gap-1",...E.droppableProps,ref:E.innerRef,children:[i.map((O,T)=>f.jsx(Cn.Draggable,{draggableId:`${O}-draggable`,index:T,isDragDisabled:n,children:({draggableProps:D,dragHandleProps:F,innerRef:B})=>f.jsxs(v.Badge,{...F,...D,ref:B,className:"flex items-center justify-between gap-2",accentColor:"base",size:e,variant:"soft",children:[f.jsx(v.Text,{className:"truncate",highContrast:!0,children:typeof O=="object"&&"label"in O?O.label:O}),f.jsx(v.IconButton,{className:"bg-transparent!",size:e,variant:"ghost",type:"button","aria-label":"Delete option",accentColor:"base",disabled:n,onClick:()=>{m(T)},children:f.jsx(v.LuIcon,{icon:Je})})]})},`${t.identifier}-${O}-${T}`)),E.placeholder]})})]})})});On.displayName="MultiStringFieldInput";const $t=class $t extends Oe{constructor(t){const{minimum_length:n,maximum_length:i,placeholder:a,...o}=t;super(o);N(this,"type","multi-string");N(this,"minLength");N(this,"maxLength");N(this,"placeholder");this.minLength=n??0,this.maxLength=i??1/0,this.placeholder=a??"Press enter to add a new option"}render(t){return f.jsx(On,{field:this,...t})}serialize(){return{...super.serialize(),minimum_length:this.minLength,maximum_length:this.maxLength,placeholder:this.placeholder}}getOptions(){return{...super.getOptions(),minimum_length:this.minLength,maximum_length:this.maxLength,placeholder:this.placeholder}}duplicate(t){return new $t({...this.getOptions(),identifier:t})}setOptions(t){const{minimum_length:n,maximum_length:i,placeholder:a,...o}=t;this.minLength=n??this.minLength,this.maxLength=i??this.maxLength,this.placeholder=a??this.placeholder,super.setOptions(o)}serializeValue(t){return t}deserializeValue(t){return t}getFieldValidators(){const t=super.getFieldValidators();return t.push(n=>{if(n.length<this.minLength)return`Must have at least ${this.minLength} options.`}),t.push(n=>{if(n.length>this.maxLength)return`Must have at most ${this.maxLength} options.`}),t}static deserialize(t){return new $t(t)}isSerializedValue(t){return sr(t)}isValue(t){return sr(t)}blankValue(){return[]}areValuesEqual(t,n){const i=new Set(t),a=new Set(n);return i.size===a.size&&i.isSubsetOf(a)}blankSerializedValue(){return[]}areSerializedValuesEqual(t,n){const i=new Set(t),a=new Set(n);return i.size===a.size&&i.isSubsetOf(a)}};N($t,"fieldTypeName","Multi-string"),N($t,"fieldTypeDescription","Allows the user to provide multiple unique strings.");let Et=$t;class dr extends Oe{constructor(t){const{options:n,...i}=t;super(i);N(this,"options");this.options=n.map(a=>(typeof a=="string"&&(a={label:a,value:a}),a))}serialize(){return{...super.serialize(),options:this.options}}getOptions(){return{...super.getOptions(),options:this.options}}setOptions(t){const{options:n,...i}=t;this.options=(n==null?void 0:n.map(a=>(typeof a=="string"&&(a={label:a,value:a}),a)))??this.options,super.setOptions(i)}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new Et({label:"Options",description:"List possible options for the user to select from.",required:!0,identifier:`${n}options`,minimum_length:2}),showDirectly:!0}]}}const Nn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(d=>{s(!!d),o()},[o,s]),c=w.useCallback(()=>{o()},[o]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,error:l,image:t.image,required:t.required,children:f.jsx(v.Checkbox.Root,{id:t.identifier,name:a,checked:i??!1,onCheckedChange:u,onBlur:c,size:e,accentColor:"base",variant:"surface",disabled:n,children:f.jsx(v.Checkbox.Indicator,{children:f.jsx(v.LuIcon,{icon:Le})})})})});Nn.displayName="BooleanFieldInput";const Wt=class Wt extends Oe{constructor(t){super(t);N(this,"type","boolean")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}setOptions(t){super.setOptions(t)}duplicate(t){return new Wt({...this.getOptions(),identifier:t})}static deserialize(t){return new Wt(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Nn,{...t,field:this})}isSerializedValue(t){return typeof t=="boolean"}isValue(t){return typeof t=="boolean"}blankValue(){return!1}blankSerializedValue(){return!1}areSerializedValuesEqual(t,n){return t===n}areValuesEqual(t,n){return t===n}};N(Wt,"fieldTypeName","Checkbox"),N(Wt,"fieldTypeDescription","Perfect for both optional and required yes/no questions.");let St=Wt;const bn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(h=>{const p=h.target.valueAsNumber,g=isNaN(p)?null:p;s(g)},[s]),c=w.useCallback(()=>{o()},[o]),d=w.useCallback(h=>{h.key==="Enter"&&h.preventDefault()},[]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsx(v.Input.Root,{accentColor:"base",variant:"surface",size:e,children:f.jsx(v.Input.Field,{id:t.identifier,name:a,onChange:u,onBlur:c,value:i??"",type:"number",min:t.minimum,max:t.maximum,step:t.integers?1:"any",placeholder:t.placeholder??"Enter a number",disabled:n,onKeyDown:d})})})});bn.displayName="NumberFieldInput";const ct=class ct extends Oe{constructor(t){const{minimum:n=Number.MIN_SAFE_INTEGER,maximum:i=Number.MAX_SAFE_INTEGER,integers:a=!1,placeholder:o,...s}=t;super(s);N(this,"type","number");N(this,"minimum");N(this,"maximum");N(this,"integers");N(this,"placeholder");this.minimum=n,this.maximum=i,this.integers=a,this.placeholder=o}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new ct({label:"Minimum",description:"Minimum value",integers:!0,required:!1,identifier:`${n}minimum`}),showDirectly:!1},{field:new ct({label:"Maximum",description:"Maximum value",integers:!0,required:!1,identifier:`${n}maximum`}),showDirectly:!1},{field:new St({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}}getOptions(){return{...super.getOptions(),minimum:this.minimum,maximum:this.maximum,integers:this.integers,placeholder:this.placeholder}}duplicate(t){return new ct({...this.getOptions(),identifier:t})}setOptions(t){const{minimum:n,maximum:i,integers:a,placeholder:o,...s}=t;this.minimum=n??this.minimum,this.maximum=i??this.maximum,this.integers=a??this.integers,this.placeholder=o??this.placeholder,super.setOptions(s)}static deserialize(t){return new ct(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(bn,{field:this,...t})}isSerializedValue(t){return this.isValue(t)}isValue(t){return typeof t=="number"&&!isNaN(t)||t===null}areValuesEqual(t,n){return t===n}blankValue(){return null}blankSerializedValue(){return null}areSerializedValuesEqual(t,n){return t===n}};N(ct,"fieldTypeName","Number"),N(ct,"fieldTypeDescription","Allows specifying a number within a given range.");let ke=ct;const It=1e4;class Tn extends Oe{constructor(t){const{minLength:n,maxLength:i,placeholder:a="",...o}=t;super(o);N(this,"minLength");N(this,"maxLength");N(this,"placeholder");this.minLength=n?Math.max(n,0):void 0,this.maxLength=i?Math.max(i,0):It,this.placeholder=a}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new ke({label:"Minimum length",description:"Minimum number of characters",required:!1,identifier:`${n}minimum_length`,minimum:0,maximum:100,integers:!0}),showDirectly:!1},{field:new ke({label:"Maximum length",description:"Maximum number of characters",required:!1,identifier:`${n}maximum_length`,minimum:1,maximum:It,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?void 0:`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(){return{...super.serialize(),minimum_length:this.minLength,maximum_length:this.maxLength,placeholder:this.placeholder}}getOptions(){return{...super.getOptions(),minLength:this.minLength,maxLength:this.maxLength,placeholder:this.placeholder}}setOptions(t){const{minLength:n,maxLength:i,placeholder:a,...o}=t;this.minLength=n,this.maxLength=i??this.maxLength,this.placeholder=a,super.setOptions(o)}serializeValue(t){return t}deserializeValue(t){return t}isSerializedValue(t){return typeof t=="string"}isValue(t){return typeof t=="string"}blankValue(){return""}blankSerializedValue(){return""}areSerializedValuesEqual(t,n){return t===n}areValuesEqual(t,n){return t===n}}const Dn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(d=>{s(d),o()},[o,s]),c=w.useCallback(()=>{o()},[o]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsx(v.CheckboxGroup.Root,{id:t.identifier,name:a,className:"flex flex-col gap-1",accentColor:"base",variant:"surface",size:e,values:i,onValuesChange:u,disabled:n,children:t.options.map((d,h)=>f.jsxs("label",{className:"flex gap-2 items-center min-w-0",children:[f.jsx(v.CheckboxGroup.Item,{value:d.value,onBlur:c,children:f.jsx(v.CheckboxGroup.ItemIndicator,{children:f.jsx(v.LuIcon,{icon:Le})})}),f.jsx(v.Text,{size:e,accentColor:"base",className:"truncate",children:d.label})]},`${t.identifier}-${d.value}-${h}`))})})});Dn.displayName="CheckboxListFieldInput";const jt=class jt extends dr{constructor(t){super(t);N(this,"type","checkbox-list")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}duplicate(t){return new jt({...this.getOptions(),identifier:t})}static deserialize(t){return new jt(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Dn,{field:this,...t})}isSerializedValue(t){if(!sr(t))return!1;const n=new Set(this.options.map(({value:i})=>i));return t.every(i=>n.has(i))}isValue(t){return this.isSerializedValue(t)}blankValue(){return[]}blankSerializedValue(){return[]}areSerializedValuesEqual(t,n){const i=new Set(t),a=new Set(n);return i.size===a.size&&i.isSubsetOf(a)}areValuesEqual(t,n){const i=new Set(t),a=new Set(n);return i.size===a.size&&i.isSubsetOf(a)}};N(jt,"fieldTypeName","Checkbox list"),N(jt,"fieldTypeDescription","Allows the user to select a multiple options from a list.");let Ot=jt;const Mn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),[u,c]=w.useState(!1),d=w.useCallback(p=>{s(p??null),o(),c(!1)},[s,o]),h=w.useCallback(p=>{c(p),p||o()},[o]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs(v.Popover.Root,{open:u,onOpenChange:h,children:[f.jsx(v.Popover.Trigger,{asChild:!0,children:f.jsxs(v.Button,{id:t.identifier,name:a,type:"button",className:"!justify-between",accentColor:"base",variant:"surface",size:e,disabled:n,children:[f.jsx(v.Text,{className:"truncate",highContrast:!!i,children:i?i.toLocaleString(void 0,{year:"numeric",month:"2-digit",day:"2-digit"}):"yyyy-mm-dd"}),f.jsx(v.LuIcon,{icon:wn})]})}),f.jsx(v.Popover.Content,{align:"start",size:e,children:f.jsx(v.DayPicker,{size:e,required:!1,mode:"single",variant:"solid",selected:i??void 0,onSelect:d})})]})})});Mn.displayName="DateFieldInput";const Yt=class Yt extends Oe{constructor(t){super(t);N(this,"type","date")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}duplicate(t){return new Yt({...this.getOptions(),identifier:t})}static deserialize(t){return new Yt(t)}setOptions(t){super.setOptions(t)}serializeValue(t){return t?t.toISOString():null}deserializeValue(t){return t?new Date(t):null}render(t){return f.jsx(Mn,{field:this,...t})}isSerializedValue(t){return typeof t!="string"&&t!==null?!1:this.isValue(this.deserializeValue(t))}isValue(t){return!(!(t instanceof Date)&&t!==null||t instanceof Date&&isNaN(t.getTime()))}blankValue(){return null}blankSerializedValue(){return null}areSerializedValuesEqual(t,n){return t===n}areValuesEqual(t,n){return!t&&!n?!0:!t||!n?!1:t.getTime()===n.getTime()}};N(Yt,"fieldTypeName","Date"),N(Yt,"fieldTypeDescription","Allows specifying a date.");let fr=Yt;const Fn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(d=>{s(d),o()},[o,s]),c=w.useCallback(d=>{d||o()},[o]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs(v.Menu.Root,{onOpenChange:c,align:"start",children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsxs(v.Button,{id:t.identifier,name:a,className:"!justify-between",variant:"surface",type:"button",size:e,accentColor:"base",disabled:n,children:[f.jsx(v.Text,{className:"truncate",highContrast:i&&i.length>0,children:i&&i.length>0?i.join(", "):t.placeholder??"Select one or more..."}),f.jsx(v.LuIcon,{icon:wn})]})}),f.jsx(v.Menu.Content,{size:e,children:f.jsx(v.Menu.Scroll,{children:f.jsxs(v.Menu.MultiSelectGroup,{values:i,onValuesChange:u,children:[f.jsxs(v.Menu.SelectAllItem,{children:[f.jsx(v.Menu.CheckboxItemIndicator,{children:d=>d?f.jsx(v.LuIcon,{icon:Rr}):f.jsx(v.LuIcon,{icon:Le})}),"Select all"]}),t.options.map((d,h)=>f.jsxs(v.Menu.MultiSelectItem,{value:d.value,children:[f.jsx(v.Menu.SelectedIndicator,{children:f.jsx(v.LuIcon,{icon:Le})}),d.label]},`${t.identifier}-${d.value}-${h}`))]})})})]})})});Fn.displayName="MultiSelectFieldInput";const Zt=class Zt extends dr{constructor(t){const{placeholder:n,...i}=t;super(i);N(this,"type","multi-select");N(this,"placeholder");this.placeholder=n}serialize(){return super.serialize()}getOptions(){return{...super.getOptions(),placeholder:this.placeholder}}duplicate(t){return new Zt({...this.getOptions(),identifier:t})}setOptions(t){const{placeholder:n}=t;this.placeholder=n,super.setOptions(t)}static deserialize(t){return new Zt(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Fn,{field:this,...t})}isSerializedValue(t){if(!sr(t))return!1;const n=new Set(this.options.map(({value:i})=>i));return t.every(i=>n.has(i))}isValue(t){return this.isSerializedValue(t)}blankValue(){return[]}areValuesEqual(t,n){const i=new Set(t),a=new Set(n);return i.size===a.size&&i.isSubsetOf(a)}blankSerializedValue(){return[]}areSerializedValuesEqual(t,n){const i=new Set(t),a=new Set(n);return i.size===a.size&&i.isSubsetOf(a)}};N(Zt,"fieldTypeName","Multi-select"),N(Zt,"fieldTypeDescription","Allows the user to select a multiple options from a list of options.");let et=Zt;const Vn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(h=>{s(h??null),o()},[o,s]),c=w.useCallback(h=>{h||o()},[o]),d=w.useMemo(()=>t.options.find(h=>h.value===i),[t.options,i]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs(v.Menu.Root,{onOpenChange:c,align:"start",children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsxs(v.Button,{id:t.identifier,name:a,className:"!justify-between",accentColor:"base",variant:"surface",type:"button",size:e,disabled:n,children:[f.jsx(v.Text,{className:"truncate",highContrast:!!d,children:d?d.label:t.placeholder??"Select one..."}),f.jsx(v.LuIcon,{icon:wn})]})}),f.jsx(v.Menu.Content,{size:e,children:f.jsx(v.Menu.Scroll,{children:f.jsx(v.Menu.SelectGroup,{required:!1,value:i??void 0,onValueChange:u,children:t.options.map((h,p)=>f.jsxs(v.Menu.SelectItem,{value:h.value,children:[f.jsx(v.Menu.SelectedIndicator,{children:f.jsx(v.LuIcon,{icon:Le})}),h.label]},`${t.identifier}-${h.value}-${p}`))})})})]})})});Vn.displayName="SelectFieldInput";const Kt=class Kt extends dr{constructor(t){const{placeholder:n,...i}=t;super(i);N(this,"type","select");N(this,"placeholder");this.placeholder=n}serialize(){return super.serialize()}getOptions(){return{...super.getOptions(),placeholder:this.placeholder}}duplicate(t){return new Kt({...this.getOptions(),identifier:t})}setOptions(t){const{placeholder:n}=t;this.placeholder=n,super.setOptions(t)}static deserialize(t){return new Kt(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Vn,{field:this,...t})}isSerializedValue(t){return typeof t!="string"&&t!==null?!1:new Set([null,...this.options.map(({value:i})=>i)]).has(t)}isValue(t){return this.isSerializedValue(t)}blankValue(){return null}areValuesEqual(t,n){return t===n}blankSerializedValue(){return null}areSerializedValuesEqual(t,n){return t===n}};N(Kt,"fieldTypeName","Dropdown"),N(Kt,"fieldTypeDescription","Allows the user to select a single option from a list of options.");let ht=Kt;const Pn=w.memo(r=>{const{size:e,field:t,formId:n,disabled:i}=r,{value:a,name:o,onBlur:s,onChange:l,error:u}=me({field:t}),c=w.useCallback(p=>{l(p)},[l]),d=w.useCallback(()=>{s()},[s]),h=w.useMemo(()=>Array.from({length:t.length},()=>R.v4()),[t.length]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:u,image:t.image,children:f.jsxs(v.OneTimePasswordField.Root,{id:t.identifier,name:o,value:a,onValueChange:c,validationType:t.validationType,form:n,disabled:i,orientation:"horizontal",dir:"ltr",type:"text",autoComplete:"off",autoFocus:!1,autoSubmit:!1,className:"flex gap-1 h-max w-full overflow-x-auto p-0.25",accentColor:"base",variant:"surface",size:e,onBlur:d,children:[h.map(p=>f.jsx(v.OneTimePasswordField.Input,{id:p},p)),f.jsx(v.OneTimePasswordField.HiddenInput,{})]})})});Pn.displayName="OTPFieldInput";const Qt=class Qt extends Oe{constructor(t){const{length:n,validationType:i,...a}=t;super(a);N(this,"type","otp");N(this,"length");N(this,"validationType");this.length=n,this.validationType=i}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new ke({label:"Length",integers:!0,required:!1,minimum:1,maximum:16,identifier:`${n}length`}),showDirectly:!1},{field:new ht({label:"Type",required:!1,identifier:`${n}validationType`,options:[{value:"none",label:"Any"},{value:"numeric",label:"Numeric"},{value:"alpha",label:"Alpha"},{value:"alphanumeric",label:"Alphanumeric"}]}),showDirectly:!1}]}getFieldValidators(){const t=super.getFieldValidators(),n=this.length;return t.push(i=>{if(i.length!=n)return`Must be ${n} characters.`}),t}serialize(){return{...super.serialize(),length:this.length,validationType:this.validationType}}getOptions(){return{...super.getOptions(),length:this.length,validationType:this.validationType}}duplicate(t){return new Qt({...this.getOptions(),identifier:t})}setOptions(t){const{length:n,validationType:i,...a}=t;this.length=n??this.length,this.validationType=i??this.validationType,super.setOptions(a)}static deserialize(t){return new Qt(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Pn,{field:this,...t})}isSerializedValue(t){return typeof t=="string"}isValue(t){return typeof t=="string"}blankValue(){return""}areValuesEqual(t,n){return t===n}blankSerializedValue(){return""}areSerializedValuesEqual(t,n){return t===n}};N(Qt,"fieldTypeName","OTP"),N(Qt,"fieldTypeDescription","Allows specifying a number within a given range.");let Nt=Qt;const pt={pass:{label:"Pass",icon:sl},fail:{label:"Fail",icon:cl},na:{label:"N/A",icon:ul}},bt=Object.keys(pt);class tt extends File{constructor(t,...n){super(...n);N(this,"uuid");this.uuid=t}static from(t,n){return new tt(t,[n],n.name,{lastModified:n.lastModified,type:n.type})}}class Tt extends Promise{constructor(t,n){super(t);N(this,"_uuid");this._uuid=n}get uuid(){return this._uuid}set uuid(t){this._uuid=t}static from(t,n){return new Tt((i,a)=>{Promise.resolve(t).then(i).catch(a)},n)}then(t,n){const i=super.then(t,n);return i.uuid=this.uuid,i}catch(t){const n=super.catch(t);return n.uuid=this.uuid,n}finally(t){const n=super.finally(t);return n.uuid=this.uuid,n}}function Ca(r){return Array.isArray(r)?r.every(e=>e instanceof Tt||e instanceof tt):!1}function Gr(r,e){const t=new Set(r.map(({uuid:i})=>i)),n=new Set(e.map(({uuid:i})=>i));return t.size===n.size&&t.isSubsetOf(n)}const Bn=w.memo(r=>{const{ref:e,file:t,error:n,rightSlot:i,className:a,size:o,...s}=r;return f.jsxs(v.Card,{className:Qe.cx(a,"relative flex h-48 w-full flex-col items-center p-0!"),ref:e,size:"xs",...s,children:[!t&&!n&&f.jsx("div",{className:"absolute inset-0 grow flex items-center justify-center",children:f.jsx(v.Spinner,{})}),!!t&&!n&&f.jsx("div",{className:"flex grow w-full items-center justify-center overflow-hidden bg-clip-padding p-3",children:f.jsx(ur,{className:"max-w-full size-full object-cover",file:t})}),f.jsx(v.Separator,{size:"full"}),(!!t||!!n)&&f.jsxs("div",{className:Qe.cx("flex w-full items-center gap-2 self-end p-3",{"bg-transparent":!t}),children:[n?f.jsx(v.LuIcon,{color:"var(--base-11)",icon:fa}):t&&f.jsx(v.LuIcon,{color:"var(--base-11)",icon:ha}),f.jsx(v.Text,{className:"truncate",size:o,children:n??(t==null?void 0:t.name)}),i]})]})});Bn.displayName="ImageCard";const Ln=w.memo(r=>{const{file:e,...t}=r,n=Sn(e);return n?f.jsx("video",{src:n,...t}):null});Ln.displayName="VideoFile";const zn=w.memo(r=>{const{ref:e,file:t,className:n,error:i,rightSlot:a,size:o,...s}=r;return f.jsxs(v.Card,{className:Qe.cx(n,"relative flex h-48 w-full flex-col items-center p-0!"),ref:e,size:"xs",...s,children:[!t&&!i&&f.jsx("div",{className:"absolute inset-0 grow flex items-center justify-center",children:f.jsx(v.Spinner,{})}),!!t&&!i&&f.jsx("div",{className:"flex grow w-full items-center justify-center overflow-hidden bg-clip-padding p-3",children:f.jsx(Ln,{className:"max-w-full size-full object-cover",file:t,controls:!0})}),f.jsx(v.Separator,{size:"full"}),(!!t||!!i)&&f.jsxs("div",{className:Qe.cx("flex w-full items-center gap-2 self-end p-3",{"bg-transparent":!t}),children:[i?f.jsx(v.LuIcon,{color:"var(--base-11)",icon:fa}):t&&f.jsx(v.LuIcon,{color:"var(--base-11)",icon:Tl}),f.jsx(v.Text,{className:"truncate",size:o,children:i??(t==null?void 0:t.name)}),a]})]})});zn.displayName="VideoCard";const kn=w.memo(r=>{const{file:e,onRemove:t,disabled:n,size:i}=r,[a,o]=w.useState(null),[s,l]=w.useState(null),u=Ur();w.useEffect(()=>{e instanceof Tt?e.then(C=>{o(C)}).catch(C=>{l(C instanceof Error?C.message:"Unknown error")}):o(e)},[e]);const c=w.useCallback(()=>{if(!a)return;const C=new Blob([a]);ta.saveAs(C,a.name)},[a]),d=w.useCallback(()=>{if(!a)return;const C=URL.createObjectURL(a);window.open(C,"_blank"),URL.revokeObjectURL(C)},[a]),h=w.useCallback(()=>{a&&u(C=>({file:a,onDelete:n?void 0:()=>{t(),C()}}))},[n,t,u,a]),p=w.useMemo(()=>f.jsx("div",{className:"flex grow justify-end",children:f.jsxs(v.Menu.Root,{modal:!0,children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.IconButton,{onClick:v.stopPropagation,type:"button",variant:"ghost",accentColor:"base",size:i,children:f.jsx(v.LuIcon,{icon:da})})}),f.jsxs(v.Menu.Content,{size:i,children:[f.jsxs(v.Menu.Item,{onSelect:c,disabled:!a,children:[f.jsx(v.LuIcon,{icon:ca})," Download"]}),n?null:f.jsxs(f.Fragment,{children:[f.jsx(v.Menu.Separator,{}),f.jsxs(v.Menu.Item,{onSelect:t,children:[f.jsx(v.LuIcon,{icon:ft})," Delete"]})]})]})]})}),[n,t,c,a,i]),g=!!(a!=null&&a.type.startsWith("image/")),x=!!(a!=null&&a.type.startsWith("video/"));return g?f.jsx(Bn,{className:"cursor-pointer",onClick:h,file:a,error:s??void 0,rightSlot:p,size:i}):x?f.jsx(zn,{className:"cursor-pointer",onClick:h,file:a,error:s??void 0,rightSlot:p,size:i}):f.jsx(An,{className:"cursor-pointer",file:a,error:s??void 0,onClick:d,rightSlot:p,size:i})});kn.displayName="DisplayFile";const Rn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useRef(null),c=w.useCallback(E=>{const O=t.cleanValue({...i,status:E});s(O),o()},[t,o,s,i]),d=w.useCallback(E=>{const O=E.target.value,T={...i,notes:O};s(T)},[i,s]),h=w.useCallback(()=>{o()},[o]),p=w.useCallback(E=>{const O=[...i.files];O.splice(E,1),s({...i,files:O}),o()},[s,o,i]),g=w.useCallback(()=>{var E;(E=u.current)==null||E.click()},[]),x=w.useCallback(E=>{const O=Array.from(E.target.files??[]).map(D=>tt.from(R.v4(),D)),T={...i,files:[...i.files,...O]};s(T),o()},[o,s,i]);w.useEffect(()=>{if(!u.current)return;const E=new AbortController;return u.current.addEventListener("cancel",()=>{o()},{signal:E.signal}),()=>{E.abort()}},[o,i]);const C=i.status&&t.showNotesAndFilesOn.includes(i.status),m=`${t.identifier}-status`,_=`${t.identifier}-notes`,S=`${t.identifier}-files`;return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs("div",{className:"flex flex-col gap-2",children:[f.jsx(v.RadioGroup.Root,{id:m,className:"flex gap-2",name:a,value:i.status,disabled:n,accentColor:"base",variant:"surface",size:e,onValueChange:c,children:bt.map(E=>{const{label:O}=pt[E];return f.jsxs("label",{className:"flex gap-2 items-center min-w-0",children:[f.jsx(v.RadioGroup.Item,{value:E,children:f.jsx(v.RadioGroup.Indicator,{children:f.jsx(v.LuIcon,{icon:sa,className:"fill-current"})})}),f.jsx(v.Text,{size:e,accentColor:"base",className:"truncate",children:O})]},`${t.identifier}-${E}`)})}),C&&f.jsxs(f.Fragment,{children:[f.jsx("div",{children:f.jsx(v.TextArea,{id:_,value:i.notes??"",name:a,onChange:d,onBlur:h,className:"field-sizing-content w-full min-h-12",placeholder:"Notes",resize:"vertical",accentColor:"base",variant:"surface",size:e,disabled:n})}),f.jsxs("div",{className:"flex flex-col gap-2",children:[f.jsxs(v.Button,{className:"w-max",size:e,variant:"soft",accentColor:"base",onClick:g,type:"button",disabled:n,children:[f.jsx(v.LuIcon,{icon:_n}),"Select files"]}),f.jsx("input",{id:S,name:a,type:"file",ref:u,multiple:!0,className:"hidden",onChange:x,value:""}),i.files.length>0&&f.jsx("div",{className:"flex h-max flex-wrap gap-2",children:i.files.map((E,O)=>f.jsx(kn,{size:e,file:E,onRemove:()=>{p(O)},disabled:n},O))})]})]})]})})});Rn.displayName="PassFailFieldInput";const Un=r=>typeof r=="string"&&bt.includes(r),wa=r=>!(r===null||typeof r!="object"||!("status"in r)||!Un(r.status)||!("notes"in r)||typeof r.notes!="string"||!("files"in r)||!(Array.isArray(r.files)&&r.files.length===0)),ma=r=>!(r===null||typeof r!="object"||!("status"in r)||!Un(r.status)||!("notes"in r)||typeof r.notes!="string"||!("files"in r)||!Ca(r.files)),_a=r=>({status:r.status,notes:r.notes,files:[]}),Aa=r=>({status:r.status,notes:r.notes,files:[]}),Ea=(r,e)=>!(r.status!==e.status||r.notes!==e.notes||!Gr(r.files,e.files)),Sa=(r,e)=>!(r.status!==e.status||r.notes!==e.notes||r.files.length!==e.files.length),Jt=class Jt extends Oe{constructor(t){const{showNotesAndFilesOn:n,...i}=t;super(i);N(this,"type","pass-fail");N(this,"showNotesAndFilesOn");this.showNotesAndFilesOn=n}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new et({identifier:`${n}showNotesAndFilesOn`,label:"Show notes and files on",description:"Show the notes and files on desired statuses.",options:bt.map(i=>{const{label:a}=pt[i];return{value:i,label:a}}),required:!1}),showDirectly:!1}]}serialize(){return{...super.serialize(),showNotesAndFilesOn:this.showNotesAndFilesOn}}getOptions(){return{...super.getOptions(),showNotesAndFilesOn:this.showNotesAndFilesOn}}duplicate(t){return new Jt({...this.getOptions(),identifier:t})}setOptions(t){const{showNotesAndFilesOn:n,...i}=t;this.showNotesAndFilesOn=n??this.showNotesAndFilesOn,super.setOptions(i)}getFieldValidators(){const t=super.getFieldValidators(),n=this.showNotesAndFilesOn,i=this.blankValue();return n.length>0&&(t.push(a=>{if(!(!a.status||!n.includes(a.status))&&i.notes===a.notes)return"Notes is required."}),t.push(a=>{if(!(!a.status||!n.includes(a.status))&&Gr(i.files,a.files))return"Files is required."})),t}static deserialize(t){return new Jt({...t,showNotesAndFilesOn:t.showNotesAndFilesOn??!1})}serializeValue(t){return _a(t)}deserializeValue(t){return Aa(t)}render(t){return f.jsx(Rn,{field:this,...t})}isSerializedValue(t){return wa(t)}isValue(t){return ma(t)}areValuesEqual(t,n){return Ea(t,n)}blankValue(){return{status:null,notes:"",files:[]}}cleanValue(t){return t.status&&this.showNotesAndFilesOn.includes(t.status)?t:{status:t.status,notes:"",files:[]}}cleanSerializedValue(t){return super.cleanSerializedValue(t)}blankSerializedValue(){return{status:null,notes:"",files:[]}}areSerializedValuesEqual(t,n){return Sa(t,n)}};N(Jt,"fieldTypeName","Pass - Fail"),N(Jt,"fieldTypeDescription","Track pass, fail, or N/A outcome.");let Dt=Jt;const Gn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(h=>{s(h),o()},[o,s]),c=w.useCallback(()=>{o()},[o]),d=w.useCallback(()=>{s(null),o()},[o,s]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs(v.RadioGroup.Root,{id:t.identifier,name:a,className:"flex flex-col gap-1",accentColor:"base",variant:"surface",size:e,value:i??"",onValueChange:u,disabled:n,children:[t.options.map((h,p)=>f.jsxs("label",{className:"flex gap-2 items-center min-w-0",children:[f.jsx(v.RadioGroup.Item,{value:h.value,onBlur:c,children:f.jsx(v.RadioGroup.Indicator,{children:f.jsx(v.LuIcon,{icon:sa,className:"fill-current"})})}),f.jsx(v.Text,{size:e,accentColor:"base",className:"truncate",children:h.label})]},`${t.identifier}-${h.value}-${p}`)),!!i&&f.jsxs(v.Button,{onClick:d,className:"w-max -mx-2",type:"button",variant:"ghost",accentColor:"base",size:e,children:[f.jsx(v.LuIcon,{icon:Je}),"Clear"]})]})})});Gn.displayName="RadioFieldInput";const er=class er extends dr{constructor(t){super(t);N(this,"type","radio")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}duplicate(t){return new er({...this.getOptions(),identifier:t})}setOptions(t){super.setOptions(t)}static deserialize(t){return new er(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Gn,{field:this,...t})}isSerializedValue(t){return typeof t!="string"&&t!==null?!1:new Set([null,...this.options.map(({value:i})=>i)]).has(t)}isValue(t){return this.isSerializedValue(t)}blankValue(){return null}areValuesEqual(t,n){return t===n}blankSerializedValue(){return null}areSerializedValuesEqual(t,n){return t===n}};N(er,"fieldTypeName","Option list"),N(er,"fieldTypeDescription","Allows the user to select a single option from a list of options.");let Mt=er;const Ml=Qe.cva(["group flex cursor-pointer disabled:opacity-50 disabled:pointer-events-none items-center justify-center text-yellow-500 transition-colors"],{variants:{size:{xs:["size-5"],sm:["size-6"],md:["size-7"],lg:["size-8"],xl:["size-9"]}}}),Hn=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(h=>{s(h),o()},[o,s]),c=w.useCallback(()=>{s(null),o()},[o,s]),d=Array.from({length:t.maxRating},(h,p)=>p+1);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs("div",{className:"flex flex-row gap-1 items-center",children:[f.jsx(v.Rating.Root,{id:t.identifier,name:a,className:"flex items-center gap-0.5",value:i,onValueChange:u,disabled:n,children:d.map(h=>f.jsx(v.Rating.Item,{value:h,className:Ml({size:e}),children:f.jsx(v.LuIcon,{icon:ga,className:"group-data-[active=true]:fill-current size-full"})},`${t.identifier}-${h}`))}),!n&&i!==null&&f.jsx(v.IconButton,{onClick:c,type:"button",variant:"ghost",accentColor:"base",size:e,children:f.jsx(v.LuIcon,{icon:Je})})]})})});Hn.displayName="RatingFieldInput";const tr=class tr extends Oe{constructor(t){const{maxRating:n,...i}=t;super(i);N(this,"type","rating");N(this,"maxRating");this.maxRating=n}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new ke({label:"Max Rating",description:"Maximum rating value",integers:!0,required:!1,minimum:1,maximum:10,identifier:`${n}maxRating`}),showDirectly:!1}]}getFieldValidators(){const t=super.getFieldValidators(),n=this.maxRating;return t.push(i=>{if(typeof i=="number"&&(i<1||i>n))return`Rating must be between 1 and ${n}.`}),t}serialize(){return{...super.serialize(),maxRating:this.maxRating}}getOptions(){return{...super.getOptions(),maxRating:this.maxRating}}duplicate(t){return new tr({...this.getOptions(),identifier:t})}setOptions(t){const{maxRating:n,...i}=t;this.maxRating=n??this.maxRating,super.setOptions(i)}static deserialize(t){return new tr(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(Hn,{field:this,...t})}isSerializedValue(t){return this.isValue(t)}isValue(t){return typeof t=="number"&&!isNaN(t)||t===null}areValuesEqual(t,n){return t===n}blankValue(){return null}blankSerializedValue(){return null}areSerializedValuesEqual(t,n){return t===n}};N(tr,"fieldTypeName","Rating"),N(tr,"fieldTypeDescription","Allows users to select a rating value.");let Ft=tr;const Ia=w.createContext(()=>{throw new Error("No ScannerProvider found")}),Fl=()=>w.use(Ia);function Vl(r,e){var t=Object.setPrototypeOf;t?t(r,e):r.__proto__=e}function Pl(r,e){e===void 0&&(e=r.constructor);var t=Error.captureStackTrace;t&&t(r,e)}var Bl=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)}}(),Ll=function(r){Bl(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}),Vl(a,i.prototype),Pl(a),a}return e}(Error),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)}}(),Ve=function(r){zl(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}(Ll),kl=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){kl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ArgumentException",e}(Ve),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)}}(),k=function(r){Rl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="IllegalArgumentException",e}(Ve),Ul=function(){function r(e){if(this.binarizer=e,e===null)throw new k("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}(),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)}}(),ve=function(r){Gl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.getChecksumInstance=function(){return new e},e.kind="ChecksumException",e}(Ve),Hl=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}(),ql=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)}}(),qn=function(r){ql(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="IndexOutOfBoundsException",e}(Ve),Xl=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)}}(),Oa=function(r){Xl(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}(qn),$l=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.")},ue=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 k("fromIndex("+t+") > toIndex("+n+")");if(t<0)throw new Oa(t);if(n>e)throw new Oa(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=$l(e),o=a.next();!o.done;o=a.next()){var s=o.value;i=31*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},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}(),q=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}(),ge=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+q.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+q.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 k;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,l=o<i?31:t&31,u=(2<<l)-(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 k;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 l=s>i?0:e&31,u=s<a?31:t&31,c=(2<<u)-(1<<l)&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 k("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 k("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,l=e[0]>>>s,a=1;a<n;a++){var u=e[a];l|=u<<32-s,e[a-1]=l,l=u>>>s}e[n-1]=l}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&&ue.equals(this.bits,t.bits)},r.prototype.hashCode=function(){return 31*this.size+ue.hashCode(this.bits)},r.prototype.toString=function(){for(var e="",t=0,n=this.size;t<n;t++)(t&7)===0&&(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}(),Xn;(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"})(Xn||(Xn={}));const oe=Xn;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)}}(),M=function(r){Wl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.getFormatInstance=function(){return new e},e.kind="FormatException",e}(Ve),jl=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 ce=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 l=this.values,u=0,c=l.length;u!==c;u++){var d=l[u];r.VALUES_TO_ECI.set(d,this)}try{for(var h=jl(o),p=h.next();!p.done;p=h.next()){var g=p.value;r.NAME_TO_ECI.set(g,this)}}catch(x){i={error:x}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}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 M("incorect value");var t=r.VALUES_TO_ECI.get(e);if(t===void 0)throw new M("incorect value");return t},r.getCharacterSetECIByName=function(e){var t=r.NAME_TO_ECI.get(e);if(t===void 0)throw new M("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}(),Yl=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)}}(),Hr=function(r){Yl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="UnsupportedOperationException",e}(Ve),Re=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 ce?e:ce.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(ce.UnicodeBigUnmarked))return String.fromCharCode.apply(null,new Uint16Array(e.buffer));throw new Hr("Encoding "+this.encodingName(t)+" not supported by fallback.")},r.isDecodeFallbackSupported=function(e){return e.equals(ce.UTF8)||e.equals(ce.ISO8859_1)||e.equals(ce.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 Re.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,l=0,u=0,c=0,d=0,h=0,p=0,g=0,x=0,C=0,m=0,_=e.length>3&&e[0]===239&&e[1]===187&&e[2]===191,S=0;S<n&&(i||a||o);S++){var E=e[S]&255;o&&(s>0?(E&128)===0?o=!1:s--:(E&128)!==0&&((E&64)===0?o=!1:(s++,(E&32)===0?l++:(s++,(E&16)===0?u++:(s++,(E&8)===0?c++:o=!1))))),i&&(E>127&&E<160?i=!1:E>159&&(E<192||E===215||E===247)&&m++),a&&(d>0?E<64||E===127||E>252?a=!1:d--:E===128||E===160||E>239?a=!1:E>160&&E<224?(h++,g=0,p++,p>x&&(x=p)):E>127?(d++,p=0,g++,g>C&&(C=g)):(p=0,g=0))}return o&&s>0&&(o=!1),a&&d>0&&(a=!1),o&&(_||l+u+c>0)?r.UTF8:a&&(r.ASSUME_SHIFT_JIS||x>=3||C>=3)?r.SHIFT_JIS:i&&a?x===2&&h===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,l,u,c,d,h){if(s==="%%")return"%";if(t[++i]!==void 0){s=c?parseInt(c.substr(1)):void 0;var p=d?parseInt(d.substr(1)):void 0,g;switch(h){case"s":g=t[i];break;case"c":g=t[i][0];break;case"f":g=parseFloat(t[i]).toFixed(s);break;case"p":g=parseFloat(t[i]).toPrecision(s);break;case"e":g=parseFloat(t[i]).toExponential(s);break;case"x":g=parseInt(t[i]).toString(p||16);break;case"d":g=parseFloat(parseInt(t[i],p||10).toPrecision(s)).toFixed(0);break}g=typeof g=="object"?JSON.stringify(g):(+g).toString(p);for(var x=parseInt(u),C=u&&u[0]+""=="0"?"0":" ";g.length<x;)g=l!==void 0?g+C:C+g;return g}}var o=/%(-)?(0?[0-9]+)?([.][0-9]+)?([#][0-9]+)?([scfpexd%])/g;return e.replace(o,a)},r.getBytes=function(e,t){return Re.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=ce.SJIS.getName(),r.GB2312="GB2312",r.ISO88591=ce.ISO8859_1.getName(),r.EUC_JP="EUC_JP",r.UTF8=ce.UTF8.getName(),r.PLATFORM_DEFAULT_ENCODING=r.UTF8,r.ASSUME_SHIFT_JIS=!1,r}(),H=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}(),Ze=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 k("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 k("stringRepresentation cannot be null");for(var i=new Array(e.length),a=0,o=0,s=-1,l=0,u=0;u<e.length;)if(e.charAt(u)===`
|
|
252
252
|
`||e.charAt(u)==="\r"){if(a>o){if(s===-1)s=a-o;else if(a-o!==s)throw new k("row lengths do not match");o=a,l++}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 k("illegal character encountered: "+e.substring(u));if(a>o){if(s===-1)s=a-o;else if(a-o!==s)throw new k("row lengths do not match");l++}for(var c=new r(s,l),d=0;d<a;d++)i[d]&&c.set(Math.floor(d%s),Math.floor(d/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 k("input matrix dimensions do not match");for(var t=new ge(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,l=e.getRow(a,t).getBitArray(),u=0;u<n;u++)i[s+u]^=l[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 k("Left and top must be nonnegative");if(i<1||n<1)throw new k("Height and width must be at least 1");var a=e+n,o=t+i;if(o>this.height||a>this.width)throw new k("The region must fit inside the matrix");for(var s=this.rowSize,l=this.bits,u=t;u<o;u++)for(var c=u*s,d=e;d<a;d++)l[c+Math.floor(d/32)]|=1<<(d&31)&4294967295},r.prototype.getRow=function(e,t){t==null||t.getSize()<this.width?t=new ge(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 ge(e),i=new ge(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,l=-1,u=0;u<t;u++)for(var c=0;c<n;c++){var d=i[u*n+c];if(d!==0){if(u<o&&(o=u),u>l&&(l=u),c*32<a){for(var h=0;(d<<31-h&4294967295)===0;)h++;c*32+h<a&&(a=c*32+h)}if(c*32+31>s){for(var h=31;!(d>>>h);)h--;c*32+h>s&&(s=c*32+h)}}}return s<a||l<o?null:Int32Array.from([a,o,s-a+1,l-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)===0;)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&&ue.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+ue.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=`
|
|
253
253
|
`),this.buildToString(e,t,n)},r.prototype.buildToString=function(e,t,n){for(var i=new H,a=0,o=this.height;a<o;a++){for(var s=0,l=this.width;s<l;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}(),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)}}(),b=function(r){Zl(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.getNotFoundInstance=function(){return new e},e.kind="NotFoundException",e}(Ve),Kl=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)}}(),Ql=function(r){Kl(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 ge(a):n.clear(),this.initArrays(a);for(var o=i.getRow(t,this.luminances),s=this.buckets,l=0;l<a;l++)s[(o[l]&255)>>e.LUMINANCE_SHIFT]++;var u=e.estimateBlackPoint(s);if(a<3)for(var l=0;l<a;l++)(o[l]&255)<u&&n.set(l);else for(var c=o[0]&255,d=o[1]&255,l=1;l<a-1;l++){var h=o[l+1]&255;(d*4-c-h)/2<u&&n.set(l),c=d,d=h}return n},e.prototype.getBlackMatrix=function(){var t=this.getLuminanceSource(),n=t.getWidth(),i=t.getHeight(),a=new Ze(n,i);this.initArrays(n);for(var o=this.buckets,s=1;s<5;s++)for(var l=Math.floor(i*s/5),u=t.getRow(l,this.luminances),c=Math.floor(n*4/5),d=Math.floor(n/5);d<c;d++){var h=u[d]&255;o[h>>e.LUMINANCE_SHIFT]++}for(var p=e.estimateBlackPoint(o),g=t.getMatrix(),s=0;s<i;s++)for(var x=s*n,d=0;d<n;d++){var h=g[x+d]&255;h<p&&a.set(d,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 l=0,u=0,s=0;s<n;s++){var c=s-a,d=t[s]*c*c;d>u&&(l=s,u=d)}if(a>l){var h=a;a=l,l=h}if(l-a<=n/16)throw new b;for(var p=l-1,g=-1,s=l-1;s>a;s--){var x=s-a,d=x*x*(l-s)*(i-t[s]);d>g&&(p=s,g=d)}return p<<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}(Hl),Jl=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)}}(),eu=function(r){Jl(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)!==0&&o++;var s=i>>e.BLOCK_SIZE_POWER;(i&e.BLOCK_SIZE_MASK)!==0&&s++;var l=e.calculateBlackPoints(a,o,s,n,i),u=new Ze(n,i);e.calculateThresholdForBlock(a,o,s,n,i,l,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,l){for(var u=o-e.BLOCK_SIZE,c=a-e.BLOCK_SIZE,d=0;d<i;d++){var h=d<<e.BLOCK_SIZE_POWER;h>u&&(h=u);for(var p=e.cap(d,2,i-3),g=0;g<n;g++){var x=g<<e.BLOCK_SIZE_POWER;x>c&&(x=c);for(var C=e.cap(g,2,n-3),m=0,_=-2;_<=2;_++){var S=s[p+_];m+=S[C-2]+S[C-1]+S[C]+S[C+1]+S[C+2]}var E=m/25;e.thresholdBlock(t,x,h,E,a,l)}}},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 l=0,u=i*o+n;l<e.BLOCK_SIZE;l++,u+=o)for(var c=0;c<e.BLOCK_SIZE;c++)(t[u+c]&255)<=a&&s.set(n+c,i+l)},e.calculateBlackPoints=function(t,n,i,a,o){for(var s=o-e.BLOCK_SIZE,l=a-e.BLOCK_SIZE,u=new Array(i),c=0;c<i;c++){u[c]=new Int32Array(n);var d=c<<e.BLOCK_SIZE_POWER;d>s&&(d=s);for(var h=0;h<n;h++){var p=h<<e.BLOCK_SIZE_POWER;p>l&&(p=l);for(var g=0,x=255,C=0,m=0,_=d*a+p;m<e.BLOCK_SIZE;m++,_+=a){for(var S=0;S<e.BLOCK_SIZE;S++){var E=t[_+S]&255;g+=E,E<x&&(x=E),E>C&&(C=E)}if(C-x>e.MIN_DYNAMIC_RANGE)for(m++,_+=a;m<e.BLOCK_SIZE;m++,_+=a)for(var S=0;S<e.BLOCK_SIZE;S++)g+=t[_+S]&255}var O=g>>e.BLOCK_SIZE_POWER*2;if(C-x<=e.MIN_DYNAMIC_RANGE&&(O=x/2,c>0&&h>0)){var T=(u[c-1][h]+2*u[c][h-1]+u[c-1][h-1])/4;x<T&&(O=T)}u[c][h]=O}}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}(Ql),qr=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 Hr("This luminance source does not support cropping.")},r.prototype.isRotateSupported=function(){return!1},r.prototype.rotateCounterClockwise=function(){throw new Hr("This luminance source does not support rotation by 90 degrees.")},r.prototype.rotateCounterClockwise45=function(){throw new Hr("This luminance source does not support rotation by 45 degrees.")},r.prototype.toString=function(){for(var e=new Uint8ClampedArray(this.width),t=new H,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(`
|
|
254
254
|
`)}return t.toString()},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)}}(),$n=function(r){tu(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}(qr),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)}}(),nu=function(r){ru(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,l=t.length;o<l;o+=4,s++){var u=void 0,c=t[o+3];if(c===0)u=255;else{var d=t[o],h=t[o+1],p=t[o+2];u=306*d+601*h+117*p+512>>10}a[s]=u}else for(var o=0,s=0,g=t.length;o<g;o+=4,s++){var u=void 0,c=t[o+3];if(c===0)u=255;else{var d=t[o],h=t[o+1],p=t[o+2];u=306*d+601*h+117*p+512>>10}a[s]=255-u}return a},e.prototype.getRow=function(t,n){if(t<0||t>=this.getHeight())throw new k("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,l=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=l,n.height=u,i.translate(l/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 $n(this)},e.DEGREE_TO_RADIANS=Math.PI/180,e.FRAME_INDEX=!0,e}(qr),iu=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}(),De=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(d){o(d)}}function l(c){try{u(n.throw(c))}catch(d){o(d)}}function u(c){c.done?a(c.value):i(c.value).then(s,l)}u((n=n.apply(r,e||[])).next())})},Me=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 l([u,c])}}function l(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}}},au=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.")},Vt=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 De(this,void 0,void 0,function(){var e,t,n,i,a,o,s,l,u,c,d,h;return Me(this,function(p){switch(p.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=p.sent(),t=[];try{for(n=au(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,l=a.label||"Video device "+(t.length+1),u=a.groupId,c={deviceId:s,label:l,kind:o,groupId:u},t.push(c))}catch(g){d={error:g}}finally{try{i&&!i.done&&(h=n.return)&&h.call(n)}finally{if(d)throw d.error}}return[2,t]}})})},r.prototype.getVideoInputDevices=function(){return De(this,void 0,void 0,function(){var e;return Me(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 iu(n.deviceId,n.label)})]}})})},r.prototype.findDeviceById=function(e){return De(this,void 0,void 0,function(){var t;return Me(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 De(this,void 0,void 0,function(){return Me(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 De(this,void 0,void 0,function(){var n,i;return Me(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 De(this,void 0,void 0,function(){var n;return Me(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 De(this,void 0,void 0,function(){var n,i;return Me(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 De(this,void 0,void 0,function(){return Me(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 De(this,void 0,void 0,function(){var i,a;return Me(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 De(this,void 0,void 0,function(){var i;return Me(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 De(this,void 0,void 0,function(){var i;return Me(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 De(this,void 0,void 0,function(){var n;return Me(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 De(this,void 0,void 0,function(){return Me(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 De(this,void 0,void 0,function(){return Me(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 De(this,void 0,void 0,function(){return Me(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 b("Video stream has ended before any code could be detected.")),i._stopAsyncDecode=void 0;return}try{var l=i.decode(e);o(l)}catch(h){var u=t&&h instanceof b,c=h instanceof ve||h instanceof M,d=c&&n;if(u||d)return setTimeout(a,i._timeBetweenDecodingAttempts,o,s);s(h)}};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(l){t(null,l);var o=l instanceof ve||l instanceof M,s=l instanceof b;(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 nu(t),i=new eu(n);return new Ul(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}(),Ne=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}(),Wn;(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"})(Wn||(Wn={}));const P=Wn;var jn;(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"})(jn||(jn={}));const _e=jn;var Xr=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}(),hr=function(){function r(){}return r.prototype.exp=function(e){return this.expTable[e]},r.prototype.log=function(e){if(e===0)throw new k;return this.logTable[e]},r.addOrSubtract=function(e,t){return e^t},r}(),rt=function(){function r(e,t){if(t.length===0)throw new k;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=hr.addOrSubtract(n,o)}return n}n=t[0];for(var s=t.length,l=this.field,i=1;i<s;i++)n=hr.addOrSubtract(l.multiply(e,n),t[i]);return n},r.prototype.addOrSubtract=function(e){if(!this.field.equals(e.field))throw new k("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]=hr.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 k("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,l=0;l<n;l++)for(var u=t[l],c=0;c<a;c++)o[l+c]=hr.addOrSubtract(o[l+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 k;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 k("GenericGFPolys do not have same GenericGF field");if(e.isZero())throw new k("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(),l=t.multiply(i.getCoefficient(i.getDegree()),o),u=e.multiplyByMonomial(s,l),c=t.buildMonomial(s,l);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}(),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)}}(),Na=function(r){ou(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ArithmeticException",e}(Ve),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)}}(),Pe=function(r){su(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,l=0;l<n;l++)o[l]=s,s*=2,s>=n&&(s^=t,s&=n-1);a.expTable=o;for(var u=new Int32Array(n),l=0;l<n-1;l++)u[o[l]]=l;return a.logTable=u,a.zero=new rt(a,Int32Array.from([0])),a.one=new rt(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 k;if(n===0)return this.zero;var i=new Int32Array(t+1);return i[0]=n,new rt(this,i)},e.prototype.inverse=function(t){if(t===0)throw new Na;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"+q.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}(hr),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)}}(),$r=function(r){lu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ReedSolomonException",e}(Ve),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)}}(),pr=function(r){uu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="IllegalStateException",e}(Ve),Wr=function(){function r(e){this.field=e}return r.prototype.decode=function(e,t){for(var n=this.field,i=new rt(n,e),a=new Int32Array(t),o=!0,s=0;s<t;s++){var l=i.evaluateAt(n.exp(s+n.getGeneratorBase()));a[a.length-1-s]=l,l!==0&&(o=!1)}if(!o)for(var u=new rt(n,a),c=this.runEuclideanAlgorithm(n.buildMonomial(t,1),u,t),d=c[0],h=c[1],p=this.findErrorLocations(d),g=this.findErrorMagnitudes(h,p),s=0;s<p.length;s++){var x=e.length-1-n.log(p[s]);if(x<0)throw new $r("Bad error location");e[x]=Pe.addOrSubtract(e[x],g[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,l=a.getZero(),u=a.getOne();s.getDegree()>=(n/2|0);){var c=o,d=l;if(o=s,l=u,o.isZero())throw new $r("r_{i-1} was zero");s=c;for(var h=a.getZero(),p=o.getCoefficient(o.getDegree()),g=a.inverse(p);s.getDegree()>=o.getDegree()&&!s.isZero();){var x=s.getDegree()-o.getDegree(),C=a.multiply(s.getCoefficient(s.getDegree()),g);h=h.addOrSubtract(a.buildMonomial(x,C)),s=s.addOrSubtract(o.multiplyByMonomial(x,C))}if(u=h.multiply(l).addOrSubtract(d),s.getDegree()>=o.getDegree())throw new pr("Division algorithm failed to reduce polynomial?")}var m=u.getCoefficient(0);if(m===0)throw new $r("sigmaTilde(0) was zero");var _=a.inverse(m),S=u.multiplyScalar(_),E=s.multiplyScalar(_);return[S,E]},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 $r("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]),l=1,u=0;u<n;u++)if(o!==u){var c=a.multiply(t[u],s),d=(c&1)===0?c|1:c&-2;l=a.multiply(l,d)}i[o]=a.multiply(e.evaluateAt(s),a.inverse(l)),a.getGeneratorBase()!==0&&(i[o]=a.multiply(i[o],s))}return i},r}(),Ae;(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"})(Ae||(Ae={}));var ba=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 Xr(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=Ae.UPPER,i=Ae.UPPER,a="",o=0;o<t;)if(i===Ae.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 l=0;l<s;l++){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===Ae.DIGIT?4:5;if(t-o<c)break;var u=r.readCode(e,o,c);o+=c;var d=r.getCharacter(i,u);d.startsWith("CTRL_")?(n=i,i=r.getTable(d.charAt(5)),d.charAt(6)==="L"&&(n=i)):(a+=d,i=n)}return a},r.getTable=function(e){switch(e){case"L":return Ae.LOWER;case"P":return Ae.PUNCT;case"M":return Ae.MIXED;case"D":return Ae.DIGIT;case"B":return Ae.BINARY;case"U":default:return Ae.UPPER}},r.getCharacter=function(e,t){switch(e){case Ae.UPPER:return r.UPPER_TABLE[t];case Ae.LOWER:return r.LOWER_TABLE[t];case Ae.MIXED:return r.MIXED_TABLE[t];case Ae.PUNCT:return r.PUNCT_TABLE[t];case Ae.DIGIT:return r.DIGIT_TABLE[t];default:throw new pr("Bad table")}},r.prototype.correctBits=function(e){var t,n;this.ddata.getNbLayers()<=2?(n=6,t=Pe.AZTEC_DATA_6):this.ddata.getNbLayers()<=8?(n=8,t=Pe.AZTEC_DATA_8):this.ddata.getNbLayers()<=22?(n=10,t=Pe.AZTEC_DATA_10):(n=12,t=Pe.AZTEC_DATA_12);var i=this.ddata.getNbDatablocks(),a=e.length/n;if(a<i)throw new M;for(var o=e.length%n,s=new Int32Array(a),l=0;l<a;l++,o+=n)s[l]=r.readCode(e,o,n);try{var u=new Wr(t);u.decode(s,a-i)}catch(C){throw new M(C)}for(var c=(1<<n)-1,d=0,l=0;l<i;l++){var h=s[l];if(h===0||h===c)throw new M;(h===1||h===c-1)&&d++}for(var p=new Array(i*n-d),g=0,l=0;l<i;l++){var h=s[l];if(h===1||h===c-1)p.fill(h>1,g,g+n-1),g+=n-1;else for(var x=n-1;x>=0;--x)p[g++]=(h&1<<x)!==0}return p},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 l=i+1+2*q.truncDivision(q.truncDivision(i,2)-1,15),u=i/2,c=q.truncDivision(l,2),s=0;s<u;s++){var d=s+q.truncDivision(s,15);a[u-s-1]=c-d-1,a[u+s]=c+d+1}for(var s=0,h=0;s<n;s++){for(var p=(n-s)*4+(t?9:12),g=s*2,x=i-1-g,C=0;C<p;C++)for(var m=C*2,_=0;_<2;_++)o[h+m+_]=e.get(a[g+_],a[g+C]),o[h+2*p+m+_]=e.get(a[g+C],a[x-_]),o[h+4*p+m+_]=e.get(a[x-_],a[x-C]),o[h+6*p+m+_]=e.get(a[x-C],a[g+_]);h+=p*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"," ",`
|
|
255
255
|
`,"\\13","\f","\r","\\33","\\34","\\35","\\36","\\37","@","\\","^","_","`","|","~","\\177","CTRL_LL","CTRL_UL","CTRL_PL","CTRL_BS"],r.PUNCT_TABLE=["","\r",`\r
|
|
256
|
-
`,". ",", ",": ","!",'"',"#","$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","?","[","]","{","}","CTRL_UL"],r.DIGIT_TABLE=["CTRL_PS"," ","0","1","2","3","4","5","6","7","8","9",",",".","CTRL_UL","CTRL_US"],r}(),j=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}(),Yn=function(){function r(){}return r.floatToIntBits=function(e){return e},r.MAX_VALUE=Number.MAX_SAFE_INTEGER,r}(),z=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*Yn.floatToIntBits(this.x)+Yn.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 l=a;a=s,s=l}e[0]=a,e[1]=o,e[2]=s},r.distance=function(e,t){return j.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}(),Zn=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}(),cu=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)}}(),du=function(r){cu(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}(Zn),Kn=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 b}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,l=!1,u=!1,c=!1,d=!1,h=this.width,p=this.height;o;){o=!1;for(var g=!0;(g||!l)&&t<h;)g=this.containsBlackPoint(n,i,t,!1),g?(t++,o=!0,l=!0):l||t++;if(t>=h){a=!0;break}for(var x=!0;(x||!u)&&i<p;)x=this.containsBlackPoint(e,t,i,!0),x?(i++,o=!0,u=!0):u||i++;if(i>=p){a=!0;break}for(var C=!0;(C||!c)&&e>=0;)C=this.containsBlackPoint(n,i,e,!1),C?(e--,o=!0,c=!0):c||e--;if(e<0){a=!0;break}for(var m=!0;(m||!d)&&n>=0;)m=this.containsBlackPoint(e,t,n,!0),m?(n--,o=!0,d=!0):d||n--;if(n<0){a=!0;break}o&&(s=!0)}if(!a&&s){for(var _=t-e,S=null,E=1;S===null&&E<_;E++)S=this.getBlackPointOnSegment(e,i-E,e+E,i);if(S==null)throw new b;for(var O=null,E=1;O===null&&E<_;E++)O=this.getBlackPointOnSegment(e,n+E,e+E,n);if(O==null)throw new b;for(var T=null,E=1;T===null&&E<_;E++)T=this.getBlackPointOnSegment(t,n+E,t-E,n);if(T==null)throw new b;for(var D=null,E=1;D===null&&E<_;E++)D=this.getBlackPointOnSegment(t,i-E,t-E,i);if(D==null)throw new b;return this.centerEdges(D,S,T,O)}else throw new b},r.prototype.getBlackPointOnSegment=function(e,t,n,i){for(var a=j.round(j.distance(e,t,n,i)),o=(n-e)/a,s=(i-t)/a,l=this.image,u=0;u<a;u++){var c=j.round(e+u*o),d=j.round(t+u*s);if(l.get(c,d))return new z(c,d)}return null},r.prototype.centerEdges=function(e,t,n,i){var a=e.getX(),o=e.getY(),s=t.getX(),l=t.getY(),u=n.getX(),c=n.getY(),d=i.getX(),h=i.getY(),p=r.CORR;return a<this.width/2?[new z(d-p,h+p),new z(s+p,l+p),new z(u-p,c-p),new z(a+p,o-p)]:[new z(d+p,h+p),new z(s+p,l-p),new z(u-p,c+p),new z(a-p,o-p)]},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}(),Ta=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]),l=Math.floor(t[o+1]);if(s<-1||s>n||l<-1||l>i)throw new b;a=!1,s===-1?(t[o]=0,a=!0):s===n&&(t[o]=n-1,a=!0),l===-1?(t[o+1]=0,a=!0):l===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]),l=Math.floor(t[o+1]);if(s<-1||s>n||l<-1||l>i)throw new b;a=!1,s===-1?(t[o]=0,a=!0):s===n&&(t[o]=n-1,a=!0),l===-1?(t[o+1]=0,a=!0):l===i&&(t[o+1]=i-1,a=!0)}},r}(),Da=function(){function r(e,t,n,i,a,o,s,l,u){this.a11=e,this.a21=t,this.a31=n,this.a12=i,this.a22=a,this.a32=o,this.a13=s,this.a23=l,this.a33=u}return r.quadrilateralToQuadrilateral=function(e,t,n,i,a,o,s,l,u,c,d,h,p,g,x,C){var m=r.quadrilateralToSquare(e,t,n,i,a,o,s,l),_=r.squareToQuadrilateral(u,c,d,h,p,g,x,C);return _.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,l=this.a23,u=this.a31,c=this.a32,d=this.a33,h=0;h<t;h+=2){var p=e[h],g=e[h+1],x=a*p+l*g+d;e[h]=(n*p+o*g+u)/x,e[h+1]=(i*p+s*g+c)/x}},r.prototype.transformPointsWithValues=function(e,t){for(var n=this.a11,i=this.a12,a=this.a13,o=this.a21,s=this.a22,l=this.a23,u=this.a31,c=this.a32,d=this.a33,h=e.length,p=0;p<h;p++){var g=e[p],x=t[p],C=a*g+l*x+d;e[p]=(n*g+o*x+u)/C,t[p]=(i*g+s*x+c)/C}},r.squareToQuadrilateral=function(e,t,n,i,a,o,s,l){var u=e-n+a-s,c=t-i+o-l;if(u===0&&c===0)return new r(n-e,a-n,e,i-t,o-i,t,0,0,1);var d=n-a,h=s-a,p=i-o,g=l-o,x=d*g-h*p,C=(u*g-h*c)/x,m=(d*c-u*p)/x;return new r(n-e+C*n,s-e+m*s,e,i-t+C*i,l-t+m*l,t,C,m,1)},r.quadrilateralToSquare=function(e,t,n,i,a,o,s,l){return r.squareToQuadrilateral(e,t,n,i,a,o,s,l).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}(),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)}}(),hu=function(r){fu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.sampleGrid=function(t,n,i,a,o,s,l,u,c,d,h,p,g,x,C,m,_,S,E){var O=Da.quadrilateralToQuadrilateral(a,o,s,l,u,c,d,h,p,g,x,C,m,_,S,E);return this.sampleGridWithTransform(t,n,i,O)},e.prototype.sampleGridWithTransform=function(t,n,i,a){if(n<=0||i<=0)throw new b;for(var o=new Ze(n,i),s=new Float32Array(2*n),l=0;l<i;l++){for(var u=s.length,c=l+.5,d=0;d<u;d+=2)s[d]=d/2+.5,s[d+1]=c;a.transformPoints(s),Ta.checkAndNudgePoints(t,s);try{for(var d=0;d<u;d+=2)t.get(Math.floor(s[d]),Math.floor(s[d+1]))&&o.set(d/2,l)}catch{throw new b}}return o},e}(Ta),Qn=function(){function r(){}return r.setGridSampler=function(e){r.gridSampler=e},r.getInstance=function(){return r.gridSampler},r.gridSampler=new hu,r}(),Be=function(){function r(e,t){this.x=e,this.y=t}return r.prototype.toResultPoint=function(){return new z(this.getX(),this.getY())},r.prototype.getX=function(){return this.x},r.prototype.getY=function(){return this.y},r}(),pu=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 du(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 b;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 l=(a>>t-2<<1)+(a&1);n=(n<<3)+l}),n=((n&1)<<11)+(n>>1);for(var i=0;i<4;i++)if(q.bitCount(n^this.EXPECTED_CORNER_BITS[i])<=2)return i;throw new b},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 l=new Wr(Pe.AZTEC_PARAM);l.decode(o,a)}catch{throw new b}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),l=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 d=this.distancePoint(c,s)*this.nbCenterLayers/(this.distancePoint(a,t)*(this.nbCenterLayers+2));if(d<.75||d>1.25||!this.isWhiteOrBlackRectangle(s,l,u,c))break}t=s,n=l,i=u,a=c,o=!o}if(this.nbCenterLayers!==5&&this.nbCenterLayers!==7)throw new b;this.compact=this.nbCenterLayers===5;var h=new z(t.getX()+.5,t.getY()-.5),p=new z(n.getX()+.5,n.getY()+.5),g=new z(i.getX()-.5,i.getY()+.5),x=new z(a.getX()-.5,a.getY()-.5);return this.expandSquare([h,p,g,x],2*this.nbCenterLayers-3,2*this.nbCenterLayers)},r.prototype.getMatrixCenter=function(){var e,t,n,i;try{var a=new Kn(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 l=j.round((e.getX()+i.getX()+t.getX()+n.getX())/4),u=j.round((e.getY()+i.getY()+t.getY()+n.getY())/4);try{var a=new Kn(this.image,15,l,u).detect();e=a[0],t=a[1],n=a[2],i=a[3]}catch{e=this.getFirstDifferent(new Be(l+7,u-7),!1,1,-1).toResultPoint(),t=this.getFirstDifferent(new Be(l+7,u+7),!1,1,1).toResultPoint(),n=this.getFirstDifferent(new Be(l-7,u+7),!1,-1,1).toResultPoint(),i=this.getFirstDifferent(new Be(l-7,u-7),!1,-1,-1).toResultPoint()}return l=j.round((e.getX()+i.getX()+t.getX()+n.getX())/4),u=j.round((e.getY()+i.getY()+t.getY()+n.getY())/4),new Be(l,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=Qn.getInstance(),s=this.getDimension(),l=s/2-this.nbCenterLayers,u=s/2+this.nbCenterLayers;return o.sampleGrid(e,s,s,l,l,u,l,u,u,l,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(),l=e.getY(),u=o*(t.getX()-e.getX())/a,c=o*(t.getY()-e.getY())/a,d=0;d<n;d++)this.image.get(j.round(s+d*u),j.round(l+d*c))&&(i|=1<<n-d-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(),l=e.getY(),u=this.image.get(e.getX(),e.getY()),c=Math.ceil(n),d=0;d<c;d++)s+=i,l+=a,this.image.get(j.round(s),j.round(l))!==u&&o++;var h=o/n;return h>.1&&h<.9?0:h<=.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,l=(e[0].getY()+e[2].getY())/2,u=new z(s+i*a,l+i*o),c=new z(s-i*a,l-i*o);a=e[1].getX()-e[3].getX(),o=e[1].getY()-e[3].getY(),s=(e[1].getX()+e[3].getX())/2,l=(e[1].getY()+e[3].getY())/2;var d=new z(s+i*a,l+i*o),h=new z(s-i*a,l-i*o),p=[u,d,c,h];return p},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=j.round(e.getX()),n=j.round(e.getY());return this.isValid(t,n)},r.prototype.distancePoint=function(e,t){return j.distance(e.getX(),e.getY(),t.getX(),t.getY())},r.prototype.distanceResultPoint=function(e,t){return j.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*(q.truncDivision(this.nbLayers-4,8)+1)+15},r}(),Jn=function(){function r(){}return r.prototype.decode=function(e,t){t===void 0&&(t=null);var n=null,i=new pu(e.getBlackMatrix()),a=null,o=null;try{var s=i.detectMirror(!1);a=s.getPoints(),this.reportFoundResultPoints(t,a),o=new ba().decode(s)}catch(d){n=d}if(o==null)try{var s=i.detectMirror(!0);a=s.getPoints(),this.reportFoundResultPoints(t,a),o=new ba().decode(s)}catch(d){throw n??d}var l=new Ne(o.getText(),o.getRawBytes(),o.getNumBits(),a,P.AZTEC,re.currentTimeMillis()),u=o.getByteSegments();u!=null&&l.putMetadata(_e.BYTE_SEGMENTS,u);var c=o.getECLevel();return c!=null&&l.putMetadata(_e.ERROR_CORRECTION_LEVEL,c),l},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}(),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)}}();(function(r){vu(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new Jn,t)||this}return e})(Vt);var de=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(_e.ORIENTATION)===!0&&(s=s+o.get(_e.ORIENTATION)%360),a.putMetadata(_e.ORIENTATION,s);var l=a.getResultPoints();if(l!==null)for(var u=i.getHeight(),c=0;c<l.length;c++)l[c]=new z(u-l[c].getY()-1,l[c].getX());return a}else throw new b}},r.prototype.reset=function(){},r.prototype.doDecode=function(e,t){var n=e.getWidth(),i=e.getHeight(),a=new ge(n),o=t&&t.get(oe.TRY_HARDER)===!0,s=Math.max(1,i>>(o?8:5)),l;o?l=i:l=15;for(var u=Math.trunc(i/2),c=0;c<l;c++){var d=Math.trunc((c+1)/2),h=(c&1)===0,p=u+s*(h?d:-d);if(p<0||p>=i)break;try{a=e.getBlackRow(p,a)}catch{continue}for(var g=function(_){if(_===1&&(a.reverse(),t&&t.get(oe.NEED_RESULT_POINT_CALLBACK)===!0)){var S=new Map;t.forEach(function(T,D){return S.set(D,T)}),S.delete(oe.NEED_RESULT_POINT_CALLBACK),t=S}try{var E=x.decodeRow(p,a,t);if(_===1){E.putMetadata(_e.ORIENTATION,180);var O=E.getResultPoints();O!==null&&(O[0]=new z(n-O[0].getX()-1,O[0].getY()),O[1]=new z(n-O[1].getX()-1,O[1].getY()))}return{value:E}}catch{}},x=this,C=0;C<2;C++){var m=g(C);if(typeof m=="object")return m.value}}throw new b},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 b;for(var s=!e.get(t),l=0,u=t;u<o;){if(e.get(u)!==s)n[l]++;else{if(++l===i)break;n[l]=1,s=!s}u++}if(!(l===i||l===i-1&&u===o))throw new b},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 b;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 l=a/o;n*=l;for(var u=0,c=0;c<i;c++){var d=e[c],h=t[c]*l,p=d>h?d-h:h-d;if(p>n)return Number.POSITIVE_INFINITY;u+=p}return u/a},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)}}(),Ma=function(r){gu(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,l=!1,u=6,c=i;c<n;c++)if(t.get(c)!==l)o[a]++;else{if(a===u-1){for(var d=e.MAX_AVG_VARIANCE,h=-1,p=e.CODE_START_A;p<=e.CODE_START_C;p++){var g=de.patternMatchVariance(o,e.CODE_PATTERNS[p],e.MAX_INDIVIDUAL_VARIANCE);g<d&&(d=g,h=p)}if(h>=0&&t.isRange(Math.max(0,s-(c-s)/2),s,!1))return Int32Array.from([s,c,h]);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,l=!l}throw new b},e.decodeCode=function(t,n,i){de.recordPattern(t,i,n);for(var a=e.MAX_AVG_VARIANCE,o=-1,s=0;s<e.CODE_PATTERNS.length;s++){var l=e.CODE_PATTERNS[s],u=this.patternMatchVariance(n,l,e.MAX_INDIVIDUAL_VARIANCE);u<a&&(a=u,o=s)}if(o>=0)return o;throw new b},e.prototype.decodeRow=function(t,n,i){var a=i&&i.get(oe.ASSUME_GS1)===!0,o=e.findStartPattern(n),s=o[2],l=0,u=new Uint8Array(20);u[l++]=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 M}for(var d=!1,h=!1,p="",g=o[0],x=o[1],C=Int32Array.from([0,0,0,0,0,0]),m=0,_=0,S=s,E=0,O=!0,T=!1,D=!1;!d;){var F=h;switch(h=!1,m=_,_=e.decodeCode(n,C,x),u[l++]=_,_!==e.CODE_STOP&&(O=!0),_!==e.CODE_STOP&&(E++,S+=E*_),g=x,x+=C.reduce(function(Qi,Ji){return Qi+Ji},0),_){case e.CODE_START_A:case e.CODE_START_B:case e.CODE_START_C:throw new M}switch(c){case e.CODE_CODE_A:if(_<64)D===T?p+=String.fromCharCode(32+_):p+=String.fromCharCode(32+_+128),D=!1;else if(_<96)D===T?p+=String.fromCharCode(_-64):p+=String.fromCharCode(_+64),D=!1;else switch(_!==e.CODE_STOP&&(O=!1),_){case e.CODE_FNC_1:a&&(p.length===0?p+="]C1":p+="");break;case e.CODE_FNC_2:case e.CODE_FNC_3:break;case e.CODE_FNC_4_A:!T&&D?(T=!0,D=!1):T&&D?(T=!1,D=!1):D=!0;break;case e.CODE_SHIFT:h=!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:d=!0;break}break;case e.CODE_CODE_B:if(_<96)D===T?p+=String.fromCharCode(32+_):p+=String.fromCharCode(32+_+128),D=!1;else switch(_!==e.CODE_STOP&&(O=!1),_){case e.CODE_FNC_1:a&&(p.length===0?p+="]C1":p+="");break;case e.CODE_FNC_2:case e.CODE_FNC_3:break;case e.CODE_FNC_4_B:!T&&D?(T=!0,D=!1):T&&D?(T=!1,D=!1):D=!0;break;case e.CODE_SHIFT:h=!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:d=!0;break}break;case e.CODE_CODE_C:if(_<100)_<10&&(p+="0"),p+=_;else switch(_!==e.CODE_STOP&&(O=!1),_){case e.CODE_FNC_1:a&&(p.length===0?p+="]C1":p+="");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:d=!0;break}break}F&&(c=c===e.CODE_CODE_A?e.CODE_CODE_B:e.CODE_CODE_A)}var B=x-g;if(x=n.getNextUnset(x),!n.isRange(x,Math.min(n.getSize(),x+(x-g)/2),!1))throw new b;if(S-=E*m,S%103!==m)throw new ve;var L=p.length;if(L===0)throw new b;L>0&&O&&(c===e.CODE_CODE_C?p=p.substring(0,L-2):p=p.substring(0,L-1));for(var te=(o[1]+o[0])/2,G=g+B/2,ae=u.length,He=new Uint8Array(ae),dt=0;dt<ae;dt++)He[dt]=u[dt];var Ki=[new z(te,t),new z(G,t)];return new Ne(p,He,0,Ki,P.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}(de),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)}}(),ei=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.")},Fa=function(r){xu(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,l,u=this.counters;u.fill(0),this.decodeRowResult="";var c=e.findAsteriskPattern(n,u),d=n.getNextSet(c[1]),h=n.getSize(),p,g;do{e.recordPattern(n,d,u);var x=e.toNarrowWidePattern(u);if(x<0)throw new b;p=e.patternToChar(x),this.decodeRowResult+=p,g=d;try{for(var C=(a=void 0,ei(u)),m=C.next();!m.done;m=C.next()){var _=m.value;d+=_}}catch(ae){a={error:ae}}finally{try{m&&!m.done&&(o=C.return)&&o.call(C)}finally{if(a)throw a.error}}d=n.getNextSet(d)}while(p!=="*");this.decodeRowResult=this.decodeRowResult.substring(0,this.decodeRowResult.length-1);var S=0;try{for(var E=ei(u),O=E.next();!O.done;O=E.next()){var _=O.value;S+=_}}catch(ae){s={error:ae}}finally{try{O&&!O.done&&(l=E.return)&&l.call(E)}finally{if(s)throw s.error}}var T=d-g-S;if(d!==h&&T*2<S)throw new b;if(this.usingCheckDigit){for(var D=this.decodeRowResult.length-1,F=0,B=0;B<D;B++)F+=e.ALPHABET_STRING.indexOf(this.decodeRowResult.charAt(B));if(this.decodeRowResult.charAt(D)!==e.ALPHABET_STRING.charAt(F%43))throw new ve;this.decodeRowResult=this.decodeRowResult.substring(0,D)}if(this.decodeRowResult.length===0)throw new b;var L;this.extendedMode?L=e.decodeExtended(this.decodeRowResult):L=this.decodeRowResult;var te=(c[1]+c[0])/2,G=g+S/2;return new Ne(L,null,0,[new z(te,t),new z(G,t)],P.CODE_39,new Date().getTime())},e.findAsteriskPattern=function(t,n){for(var i=t.getSize(),a=t.getNextSet(0),o=0,s=a,l=!1,u=n.length,c=a;c<i;c++)if(t.get(c)!==l)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,l=!l}throw new b},e.toNarrowWidePattern=function(t){var n,i,a=t.length,o=0,s;do{var l=2147483647;try{for(var u=(n=void 0,ei(t)),c=u.next();!c.done;c=u.next()){var d=c.value;d<l&&d>o&&(l=d)}}catch(x){n={error:x}}finally{try{c&&!c.done&&(i=u.return)&&i.call(u)}finally{if(n)throw n.error}}o=l,s=0;for(var h=0,p=0,g=0;g<a;g++){var d=t[g];d>o&&(p|=1<<a-1-g,s++,h+=d)}if(s===3){for(var g=0;g<a&&s>0;g++){var d=t[g];if(d>o&&(s--,d*2>=h))return-1}return p}}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 b},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),l="\0";switch(o){case"+":if(s>="A"&&s<="Z")l=String.fromCharCode(s.charCodeAt(0)+32);else throw new M;break;case"$":if(s>="A"&&s<="Z")l=String.fromCharCode(s.charCodeAt(0)-64);else throw new M;break;case"%":if(s>="A"&&s<="E")l=String.fromCharCode(s.charCodeAt(0)-38);else if(s>="F"&&s<="J")l=String.fromCharCode(s.charCodeAt(0)-11);else if(s>="K"&&s<="O")l=String.fromCharCode(s.charCodeAt(0)+16);else if(s>="P"&&s<="T")l=String.fromCharCode(s.charCodeAt(0)+43);else if(s==="U")l="\0";else if(s==="V")l="@";else if(s==="W")l="`";else if(s==="X"||s==="Y"||s==="Z")l="";else throw new M;break;case"/":if(s>="A"&&s<="O")l=String.fromCharCode(s.charCodeAt(0)-32);else if(s==="Z")l=":";else throw new M;break}i+=l,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}(de),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)}}(),ti=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.")},Va=function(r){yu(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,l,u=this.findAsteriskPattern(n),c=n.getNextSet(u[1]),d=n.getSize(),h=this.counters;h.fill(0),this.decodeRowResult="";var p,g;do{e.recordPattern(n,c,h);var x=this.toPattern(h);if(x<0)throw new b;p=this.patternToChar(x),this.decodeRowResult+=p,g=c;try{for(var C=(a=void 0,ti(h)),m=C.next();!m.done;m=C.next()){var _=m.value;c+=_}}catch(B){a={error:B}}finally{try{m&&!m.done&&(o=C.return)&&o.call(C)}finally{if(a)throw a.error}}c=n.getNextSet(c)}while(p!=="*");this.decodeRowResult=this.decodeRowResult.substring(0,this.decodeRowResult.length-1);var S=0;try{for(var E=ti(h),O=E.next();!O.done;O=E.next()){var _=O.value;S+=_}}catch(B){s={error:B}}finally{try{O&&!O.done&&(l=E.return)&&l.call(E)}finally{if(s)throw s.error}}if(c===d||!n.get(c))throw new b;if(this.decodeRowResult.length<2)throw new b;this.checkChecksums(this.decodeRowResult),this.decodeRowResult=this.decodeRowResult.substring(0,this.decodeRowResult.length-2);var T=this.decodeExtended(this.decodeRowResult),D=(u[1]+u[0])/2,F=g+S/2;return new Ne(T,null,0,[new z(D,t),new z(F,t)],P.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,l=a.length,u=0,c=i;c<n;c++)if(t.get(c)!==s)a[u]++;else{if(u===l-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 b},e.prototype.toPattern=function(t){var n,i,a=0;try{for(var o=ti(t),s=o.next();!s.done;s=o.next()){var l=s.value;a+=l}}catch(g){n={error:g}}finally{try{s&&!s.done&&(i=o.return)&&i.call(o)}finally{if(n)throw n.error}}for(var u=0,c=t.length,d=0;d<c;d++){var h=Math.round(t[d]*9/a);if(h<1||h>4)return-1;if((d&1)===0)for(var p=0;p<h;p++)u=u<<1|1;else u<<=h}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 b},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 M;var s=t.charAt(a+1),l="\0";switch(o){case"d":if(s>="A"&&s<="Z")l=String.fromCharCode(s.charCodeAt(0)+32);else throw new M;break;case"a":if(s>="A"&&s<="Z")l=String.fromCharCode(s.charCodeAt(0)-64);else throw new M;break;case"b":if(s>="A"&&s<="E")l=String.fromCharCode(s.charCodeAt(0)-38);else if(s>="F"&&s<="J")l=String.fromCharCode(s.charCodeAt(0)-11);else if(s>="K"&&s<="O")l=String.fromCharCode(s.charCodeAt(0)+16);else if(s>="P"&&s<="T")l=String.fromCharCode(s.charCodeAt(0)+43);else if(s==="U")l="\0";else if(s==="V")l="@";else if(s==="W")l="`";else if(s>="X"&&s<="Z")l="";else throw new M;break;case"c":if(s>="A"&&s<="O")l=String.fromCharCode(s.charCodeAt(0)-32);else if(s==="Z")l=":";else throw new M;break}i+=l,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 ve},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}(de),Cu=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){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.")},Pa=function(r){Cu(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),l=this.decodeEnd(n),u=new H;e.decodeMiddle(n,s[1],l[0],u);var c=u.toString(),d=null;i!=null&&(d=i.get(oe.ALLOWED_LENGTHS)),d==null&&(d=e.DEFAULT_ALLOWED_LENGTHS);var h=c.length,p=!1,g=0;try{for(var x=wu(d),C=x.next();!C.done;C=x.next()){var m=C.value;if(h===m){p=!0;break}m>g&&(g=m)}}catch(E){a={error:E}}finally{try{C&&!C.done&&(o=x.return)&&o.call(x)}finally{if(a)throw a.error}}if(!p&&h>g&&(p=!0),!p)throw new M;var _=[new z(s[1],t),new z(l[0],t)],S=new Ne(c,null,0,_,P.ITF,new Date().getTime());return S},e.decodeMiddle=function(t,n,i,a){var o=new Int32Array(10),s=new Int32Array(5),l=new Int32Array(5);for(o.fill(0),s.fill(0),l.fill(0);n<i;){de.recordPattern(t,n,o);for(var u=0;u<5;u++){var c=2*u;s[u]=o[c],l[u]=o[c+1]}var d=e.decodeDigit(s);a.append(d.toString()),d=this.decodeDigit(l),a.append(d.toString()),o.forEach(function(h){n+=h})}},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 b},e.skipWhiteSpace=function(t){var n=t.getSize(),i=t.getNextSet(0);if(i===n)throw new b;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 b&&(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(),l=!1,u=0,c=n;o.fill(0);for(var d=n;d<s;d++)if(t.get(d)!==l)o[u]++;else{if(u===a-1){if(de.patternMatchVariance(o,i,e.MAX_INDIVIDUAL_VARIANCE)<e.MAX_AVG_VARIANCE)return[c,d];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,l=!l}throw new b},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],l=de.patternMatchVariance(t,s,e.MAX_INDIVIDUAL_VARIANCE);l<n?(n=l,i=o):l===n&&(i=-1)}if(i>=0)return i%10;throw new b},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}(de),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)}}(),Pt=function(r){mu(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 l=s-(a-s);l>=0&&(n=t.isRange(l,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 M;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 M;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 l=0,u=n,c=a.length,d=i,h=n;h<s;h++)if(t.get(h)!==d)o[l]++;else{if(l===c-1){if(de.patternMatchVariance(o,a,e.MAX_INDIVIDUAL_VARIANCE)<e.MAX_AVG_VARIANCE)return Int32Array.from([u,h]);u+=o[0]+o[1];for(var p=o.slice(2,o.length),g=0;g<l-1;g++)o[g]=p[g];o[l-1]=0,o[l]=0,l--}else l++;o[l]=1,d=!d}throw new b},e.decodeDigit=function(t,n,i,a){this.recordPattern(t,i,n);for(var o=this.MAX_AVG_VARIANCE,s=-1,l=a.length,u=0;u<l;u++){var c=a[u],d=de.patternMatchVariance(n,c,e.MAX_INDIVIDUAL_VARIANCE);d<o&&(o=d,s=u)}if(s>=0)return s;throw new b},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}(de),_u=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.")},Au=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),l=[new z((n[0]+n[1])/2,e),new z(a,e)],u=new Ne(o,null,0,l,P.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(),l=t[1],u=0,c=0;c<5&&l<s;c++){var d=Pt.decodeDigit(e,o,l,Pt.L_AND_G_PATTERNS);n+=String.fromCharCode(48+d%10);try{for(var h=(i=void 0,_u(o)),p=h.next();!p.done;p=h.next()){var g=p.value;l+=g}}catch(C){i={error:C}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}finally{if(i)throw i.error}}d>=10&&(u|=1<<4-c),c!==4&&(l=e.getNextSet(l),l=e.getNextUnset(l))}if(n.length!==5)throw new b;var x=this.determineCheckDigit(u);if(r.extensionChecksum(n.toString())!==x)throw new b;return l},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 b},r.parseExtensionString=function(e){if(e.length!==5)return null;var t=r.parseExtension5String(e);return t==null?null:new Map([[_e.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}(),Eu=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.")},Su=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),l=[new z((n[0]+n[1])/2,e),new z(a,e)],u=new Ne(o,null,0,l,P.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(),l=t[1],u=0,c=0;c<2&&l<s;c++){var d=Pt.decodeDigit(e,o,l,Pt.L_AND_G_PATTERNS);n+=String.fromCharCode(48+d%10);try{for(var h=(i=void 0,Eu(o)),p=h.next();!p.done;p=h.next()){var g=p.value;l+=g}}catch(x){i={error:x}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}finally{if(i)throw i.error}}d>=10&&(u|=1<<1-c),c!==1&&(l=e.getNextSet(l),l=e.getNextUnset(l))}if(n.length!==2)throw new b;if(parseInt(n.toString())%4!==u)throw new b;return l},r.parseExtensionString=function(e){return e.length!==2?null:new Map([[_e.ISSUE_NUMBER,parseInt(e)]])},r}(),Iu=function(){function r(){}return r.decodeRow=function(e,t,n){var i=Pt.findGuardPattern(t,n,!1,this.EXTENSION_START_PATTERN,new Int32Array(this.EXTENSION_START_PATTERN.length).fill(0));try{var a=new Au;return a.decodeRow(e,t,i)}catch{var o=new Su;return o.decodeRow(e,t,i)}},r.EXTENSION_START_PATTERN=Int32Array.from([1,1,2]),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)}}(),fe=function(r){Ou(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 z((a[0]+a[1])/2,t);o.foundPossibleResultPoint(s)}var l=this.decodeMiddle(n,a,this.decodeRowStringBuffer),u=l.rowOffset,c=l.resultString;if(o!=null){var d=new z(u,t);o.foundPossibleResultPoint(d)}var h=e.decodeEnd(n,u);if(o!=null){var p=new z((h[0]+h[1])/2,t);o.foundPossibleResultPoint(p)}var g=h[1],x=g+(g-h[0]);if(x>=n.getSize()||!n.isRange(g,x,!1))throw new b;var C=c.toString();if(C.length<8)throw new M;if(!e.checkChecksum(C))throw new ve;var m=(a[1]+a[0])/2,_=(h[1]+h[0])/2,S=this.getBarcodeFormat(),E=[new z(m,t),new z(_,t)],O=new Ne(C,null,0,E,S,new Date().getTime()),T=0;try{var D=Iu.decodeRow(t,n,h[1]);O.putMetadata(_e.UPC_EAN_EXTENSION,D.getText()),O.putAllMetadata(D.getResultMetadata()),O.addResultPoints(D.getResultPoints()),T=D.getText().length}catch{}var F=i==null?null:i.get(oe.ALLOWED_EAN_EXTENSIONS);if(F!=null){var B=!1;for(var L in F)if(T.toString()===L){B=!0;break}if(!B)throw new b}return S===P.EAN_13||P.UPC_A,O},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 M;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 M;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}(Pt),Nu=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)}}(),Ba=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.")},ri=function(r){Nu(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,l,u=this.decodeMiddleCounters;u[0]=0,u[1]=0,u[2]=0,u[3]=0;for(var c=t.getSize(),d=n[1],h=0,p=0;p<6&&d<c;p++){var g=fe.decodeDigit(t,u,d,fe.L_AND_G_PATTERNS);i+=String.fromCharCode(48+g%10);try{for(var x=(a=void 0,Ba(u)),C=x.next();!C.done;C=x.next()){var m=C.value;d+=m}}catch(O){a={error:O}}finally{try{C&&!C.done&&(o=x.return)&&o.call(x)}finally{if(a)throw a.error}}g>=10&&(h|=1<<5-p)}i=e.determineFirstDigit(i,h);var _=fe.findGuardPattern(t,d,!0,fe.MIDDLE_PATTERN,new Int32Array(fe.MIDDLE_PATTERN.length).fill(0));d=_[1];for(var p=0;p<6&&d<c;p++){var g=fe.decodeDigit(t,u,d,fe.L_PATTERNS);i+=String.fromCharCode(48+g);try{for(var S=(s=void 0,Ba(u)),E=S.next();!E.done;E=S.next()){var m=E.value;d+=m}}catch(D){s={error:D}}finally{try{E&&!E.done&&(l=S.return)&&l.call(S)}finally{if(s)throw s.error}}}return{rowOffset:d,resultString:i}},e.prototype.getBarcodeFormat=function(){return P.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 b},e.FIRST_DIGIT_ENCODINGS=[0,11,13,14,19,25,28,21,22,26],e}(fe),bu=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)}}(),La=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.")},za=function(r){bu(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,l,u=this.decodeMiddleCounters;u[0]=0,u[1]=0,u[2]=0,u[3]=0;for(var c=t.getSize(),d=n[1],h=0;h<4&&d<c;h++){var p=fe.decodeDigit(t,u,d,fe.L_PATTERNS);i+=String.fromCharCode(48+p);try{for(var g=(a=void 0,La(u)),x=g.next();!x.done;x=g.next()){var C=x.value;d+=C}}catch(E){a={error:E}}finally{try{x&&!x.done&&(o=g.return)&&o.call(g)}finally{if(a)throw a.error}}}var m=fe.findGuardPattern(t,d,!0,fe.MIDDLE_PATTERN,new Int32Array(fe.MIDDLE_PATTERN.length).fill(0));d=m[1];for(var h=0;h<4&&d<c;h++){var p=fe.decodeDigit(t,u,d,fe.L_PATTERNS);i+=String.fromCharCode(48+p);try{for(var _=(s=void 0,La(u)),S=_.next();!S.done;S=_.next()){var C=S.value;d+=C}}catch(T){s={error:T}}finally{try{S&&!S.done&&(l=_.return)&&l.call(_)}finally{if(s)throw s.error}}}return{rowOffset:d,resultString:i}},e.prototype.getBarcodeFormat=function(){return P.EAN_8},e}(fe),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)}}(),ka=function(r){Tu(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.ean13Reader=new ri,t}return e.prototype.getBarcodeFormat=function(){return P.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 Ne(n.substring(1),null,null,t.getResultPoints(),P.UPC_A);return t.getResultMetadata()!=null&&i.putAllMetadata(t.getResultMetadata()),i}else throw new b},e.prototype.reset=function(){this.ean13Reader.reset()},e}(fe),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)}}(),Mu=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.")},Ra=function(r){Du(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(C){return C});s[0]=0,s[1]=0,s[2]=0,s[3]=0;for(var l=t.getSize(),u=n[1],c=0,d=0;d<6&&u<l;d++){var h=e.decodeDigit(t,s,u,e.L_AND_G_PATTERNS);i+=String.fromCharCode(48+h%10);try{for(var p=(a=void 0,Mu(s)),g=p.next();!g.done;g=p.next()){var x=g.value;u+=x}}catch(C){a={error:C}}finally{try{g&&!g.done&&(o=p.return)&&o.call(p)}finally{if(a)throw a.error}}h>=10&&(c|=1<<5-d)}return e.determineNumSysAndCheckDigit(new H(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 fe.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 b.getNotFoundInstance()},e.prototype.getBarcodeFormat=function(){return P.UPC_E},e.convertUPCEtoUPCA=function(t){var n=t.slice(1,7).split("").map(function(o){return o.charCodeAt(0)}),i=new H;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}(fe),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)}}(),Ua=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.")},ni=function(r){Fu(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(P.EAN_13)>-1&&a.push(new ri),i.indexOf(P.UPC_A)>-1&&a.push(new ka),i.indexOf(P.EAN_8)>-1&&a.push(new za),i.indexOf(P.UPC_E)>-1&&a.push(new Ra)),a.length===0&&(a.push(new ri),a.push(new ka),a.push(new za),a.push(new Ra)),n.readers=a,n}return e.prototype.decodeRow=function(t,n,i){var a,o;try{for(var s=Ua(this.readers),l=s.next();!l.done;l=s.next()){var u=l.value;try{var c=u.decodeRow(t,n,i),d=c.getBarcodeFormat()===P.EAN_13&&c.getText().charAt(0)==="0",h=i==null?null:i.get(oe.POSSIBLE_FORMATS),p=h==null||h.includes(P.UPC_A);if(d&&p){var g=c.getRawBytes(),x=new Ne(c.getText().substring(1),g,g?g.length:null,c.getResultPoints(),P.UPC_A);return x.putAllMetadata(c.getResultMetadata()),x}return c}catch{}}}catch(C){a={error:C}}finally{try{l&&!l.done&&(o=s.return)&&o.call(s)}finally{if(a)throw a.error}}throw new b},e.prototype.reset=function(){var t,n;try{for(var i=Ua(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}(de),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)}}(),Pu=function(r){Vu(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 b;var o=this.codaBarDecodeRow(a.row);if(!o)throw new b;return new Ne(o,null,0,[new z(a.left,t),new z(a.right,t)],P.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],l=1,u=1;u<n.length;u++)n[u]===s?l++:(s=n[u],o.push(l),l=1);return o.push(l),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(l,u){return(l+u)/2},0));t.length>0;){var a=t.splice(0,8).splice(0,7),o=a.map(function(l){return l<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}(de),Bu=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)}}(),Lu=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.")},vt=function(r){Bu(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(de.patternMatchVariance(t,n[i],e.MAX_INDIVIDUAL_VARIANCE)<e.MAX_AVG_VARIANCE)return i;throw new b},e.count=function(t){return j.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 l=Number.MAX_SAFE_INTEGER,u=Number.MIN_SAFE_INTEGER;try{for(var c=Lu(t),d=c.next();!d.done;d=c.next()){var h=d.value;h>u&&(u=h),h<l&&(l=h)}}catch(p){n={error:p}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}return u<10*l}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}(de),jr=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}(),Ga=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 z(n,a)),this.resultPoints.push(new z(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}(),zu=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.")},Bt=function(){function r(){}return r.getRSSvalue=function(e,t,n){var i,a,o=0;try{for(var s=zu(e),l=s.next();!l.done;l=s.next()){var u=l.value;o+=u}}catch(_){i={error:_}}finally{try{l&&!l.done&&(a=s.return)&&a.call(s)}finally{if(i)throw i.error}}for(var c=0,d=0,h=e.length,p=0;p<h-1;p++){var g=void 0;for(g=1,d|=1<<p;g<e[p];g++,d&=~(1<<p)){var x=r.combins(o-g-1,h-p-2);if(n&&d===0&&o-g-(h-p-1)>=h-p-1&&(x-=r.combins(o-g-(h-p),h-p-2)),h-p-1>1){for(var C=0,m=o-g-(h-p-2);m>t;m--)C+=r.combins(o-g-m-1,h-p-3);x-=C*(h-1-p)}else o-g>t&&x--;c+=x}o-=g}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}(),ku=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 ge(n),a=0,o=e[0],s=o.getRightChar().getValue(),l=11;l>=0;--l)(s&1<<l)!==0&&i.set(a),a++;for(var l=1;l<e.length;++l){for(var u=e[l],c=u.getLeftChar().getValue(),d=11;d>=0;--d)(c&1<<d)!==0&&i.set(a),a++;if(u.getRightChar()!==null)for(var h=u.getRightChar().getValue(),d=11;d>=0;--d)(h&1<<d)!==0&&i.set(a),a++}return i},r}(),gt=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}(),ii=function(){function r(e){this.newPosition=e}return r.prototype.getNewPosition=function(){return this.newPosition},r}(),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)}}(),We=function(r){Ru(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}(ii),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)}}(),xt=function(r){Uu(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}(ii),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)}}(),Lt=function(r){Gu(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 M;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}(ii),Yr=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(){}return r.parseFieldsInGeneralPurpose=function(e){var t,n,i,a,o,s,l,u;if(!e)return null;if(e.length<2)throw new b;var c=e.substring(0,2);try{for(var d=Yr(r.TWO_DIGIT_DATA_LENGTH),h=d.next();!h.done;h=d.next()){var p=h.value;if(p[0]===c)return p[1]===r.VARIABLE_LENGTH?r.processVariableAI(2,p[2],e):r.processFixedAI(2,p[1],e)}}catch(T){t={error:T}}finally{try{h&&!h.done&&(n=d.return)&&n.call(d)}finally{if(t)throw t.error}}if(e.length<3)throw new b;var g=e.substring(0,3);try{for(var x=Yr(r.THREE_DIGIT_DATA_LENGTH),C=x.next();!C.done;C=x.next()){var p=C.value;if(p[0]===g)return p[1]===r.VARIABLE_LENGTH?r.processVariableAI(3,p[2],e):r.processFixedAI(3,p[1],e)}}catch(T){i={error:T}}finally{try{C&&!C.done&&(a=x.return)&&a.call(x)}finally{if(i)throw i.error}}try{for(var m=Yr(r.THREE_DIGIT_PLUS_DIGIT_DATA_LENGTH),_=m.next();!_.done;_=m.next()){var p=_.value;if(p[0]===g)return p[1]===r.VARIABLE_LENGTH?r.processVariableAI(4,p[2],e):r.processFixedAI(4,p[1],e)}}catch(T){o={error:T}}finally{try{_&&!_.done&&(s=m.return)&&s.call(m)}finally{if(o)throw o.error}}if(e.length<4)throw new b;var S=e.substring(0,4);try{for(var E=Yr(r.FOUR_DIGIT_DATA_LENGTH),O=E.next();!O.done;O=E.next()){var p=O.value;if(p[0]===S)return p[1]===r.VARIABLE_LENGTH?r.processVariableAI(4,p[2],e):r.processFixedAI(4,p[1],e)}}catch(T){l={error:T}}finally{try{O&&!O.done&&(u=E.return)&&u.call(E)}finally{if(l)throw l.error}}throw new b},r.processFixedAI=function(e,t,n){if(n.length<e)throw new b;var i=n.substring(0,e);if(n.length<e+t)throw new b;var a=n.substring(e,e+t),o=n.substring(e+t),s="("+i+")"+a,l=r.parseFieldsInGeneralPurpose(o);return l==null?s:s+l},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),l="("+i+")"+o,u=r.parseFieldsInGeneralPurpose(s);return u==null?l:l+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}(),Zr=function(){function r(e){this.buffer=new H,this.information=e}return r.prototype.decodeAllCodes=function(e,t){var n=t,i=null;do{var a=this.decodeGeneralPurposeField(n,i),o=Hu.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 Lt(this.information.getSize(),Lt.FNC1,Lt.FNC1):new Lt(this.information.getSize(),t-1,Lt.FNC1)}var n=this.extractNumericValueFromBitArray(e,7),i=(n-8)/11,a=(n-8)%11;return new Lt(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 xt(this.current.getPosition(),this.buffer.toString(),n.getRemainingValue()):new xt(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 xt(this.current.getPosition(),this.buffer.toString()):t=new xt(this.current.getPosition(),this.buffer.toString(),e.getSecondDigit()),new gt(!0,t)}if(this.buffer.append(e.getFirstDigit()),e.isSecondDigitFNC1()){var t=new xt(this.current.getPosition(),this.buffer.toString());return new gt(!0,t)}this.buffer.append(e.getSecondDigit())}return this.isNumericToAlphaNumericLatch(this.current.getPosition())&&(this.current.setAlpha(),this.current.incrementPosition(4)),new gt(!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 xt(this.current.getPosition(),this.buffer.toString());return new gt(!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 gt(!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 xt(this.current.getPosition(),this.buffer.toString());return new gt(!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 gt(!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 We(e+5,We.FNC1);if(t>=5&&t<15)return new We(e+5,"0"+(t-5));var n=this.extractNumericValueFromBitArray(e,7);if(n>=64&&n<90)return new We(e+7,""+(n+1));if(n>=90&&n<116)return new We(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 M}return new We(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 We(e+5,We.FNC1);if(t>=5&&t<15)return new We(e+5,"0"+(t-5));var n=this.extractNumericValueFromBitArray(e,6);if(n>=32&&n<58)return new We(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 pr("Decoding invalid alphanumeric value: "+n)}return new We(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}(),Ha=function(){function r(e){this.information=e,this.generalDecoder=new Zr(e)}return r.prototype.getInformation=function(){return this.information},r.prototype.getGeneralDecoder=function(){return this.generalDecoder},r}(),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)}}(),je=function(r){qu(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)===0?3*o:o}i=10-i%10,i===10&&(i=0),t.append(i)},e.GTIN_SIZE=40,e}(Ha),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)}}(),$u=function(r){Xu(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){var t=new H;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}(je),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)}}(),ju=function(r){Wu(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){var t=new H;return this.getGeneralDecoder().decodeAllCodes(t,e.HEADER_SIZE)},e.HEADER_SIZE=5,e}(Ha),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)}}(),Kr=function(r){Yu(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,l=0;l<5;++l)o/s===0&&t.append("0"),s/=10;t.append(o)},e}(je),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)}}(),qa=function(r){Zu(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()!==e.HEADER_SIZE+Kr.GTIN_SIZE+e.WEIGHT_SIZE)throw new b;var t=new H;return this.encodeCompressedGtin(t,e.HEADER_SIZE),this.encodeCompressedWeight(t,e.HEADER_SIZE+Kr.GTIN_SIZE,e.WEIGHT_SIZE),t.toString()},e.HEADER_SIZE=5,e.WEIGHT_SIZE=15,e}(Kr),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(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}(qa),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)}}(),ec=function(r){Ju(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}(qa),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)}}(),rc=function(r){tc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()<e.HEADER_SIZE+je.GTIN_SIZE)throw new b;var t=new H;this.encodeCompressedGtin(t,e.HEADER_SIZE);var n=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE+je.GTIN_SIZE,e.LAST_DIGIT_SIZE);t.append("(392"),t.append(n),t.append(")");var i=this.getGeneralDecoder().decodeGeneralPurposeField(e.HEADER_SIZE+je.GTIN_SIZE+e.LAST_DIGIT_SIZE,null);return t.append(i.getNewString()),t.toString()},e.HEADER_SIZE=8,e.LAST_DIGIT_SIZE=2,e}(je),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)}}(),ic=function(r){nc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()<e.HEADER_SIZE+je.GTIN_SIZE)throw new b;var t=new H;this.encodeCompressedGtin(t,e.HEADER_SIZE);var n=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE+je.GTIN_SIZE,e.LAST_DIGIT_SIZE);t.append("(393"),t.append(n),t.append(")");var i=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE+je.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+je.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}(je),ac=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)}}(),nt=function(r){ac(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 b;var t=new H;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}(Kr);function oc(r){try{if(r.get(1))return new $u(r);if(!r.get(2))return new ju(r);var e=Zr.extractNumericValueFromBitArray(r,1,4);switch(e){case 4:return new Qu(r);case 5:return new ec(r)}var t=Zr.extractNumericValueFromBitArray(r,1,5);switch(t){case 12:return new rc(r);case 13:return new ic(r)}var n=Zr.extractNumericValueFromBitArray(r,1,7);switch(n){case 56:return new nt(r,"310","11");case 57:return new nt(r,"320","11");case 58:return new nt(r,"310","13");case 59:return new nt(r,"320","13");case 60:return new nt(r,"310","15");case 61:return new nt(r,"320","15");case 62:return new nt(r,"310","17");case 63:return new nt(r,"320","17")}}catch(i){throw console.log(i),new pr("unknown decoder: "+r)}}var Xa=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}(),sc=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}(),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)}}(),it=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.")},uc=function(r){lc(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 b){if(!this.pairs.length)throw new b;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 b},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 l=(i=void 0,it(t)),u=l.next();!u.done;u=l.next()){var c=u.value;this.pairs.push(c.getPairs())}}catch(h){i={error:h}}finally{try{u&&!u.done&&(a=l.return)&&a.call(l)}finally{if(i)throw i.error}}if(this.pairs.push(s.getPairs()),!!e.isValidSequence(this.pairs)){if(this.checkChecksum())return this.pairs;var d=new Array(t);d.push(s);try{return this.checkRows(d,o+1)}catch(h){console.log(h)}}}throw new b},e.isValidSequence=function(t){var n,i;try{for(var a=it(e.FINDER_PATTERN_SEQUENCES),o=a.next();!o.done;o=a.next()){var s=o.value;if(!(t.length>s.length)){for(var l=!0,u=0;u<t.length;u++)if(t[u].getFinderPattern().getValue()!==s[u]){l=!1;break}if(l)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 sc(this.pairs,t,n)),this.removePartialRows(this.pairs,this.rows))},e.prototype.removePartialRows=function(t,n){var i,a,o,s,l,u;try{for(var c=it(n),d=c.next();!d.done;d=c.next()){var h=d.value;if(h.getPairs().length!==t.length){var p=!0;try{for(var g=(o=void 0,it(h.getPairs())),x=g.next();!x.done;x=g.next()){var C=x.value,m=!1;try{for(var _=(l=void 0,it(t)),S=_.next();!S.done;S=_.next()){var E=S.value;if(Xa.equals(C,E)){m=!0;break}}}catch(O){l={error:O}}finally{try{S&&!S.done&&(u=_.return)&&u.call(_)}finally{if(l)throw l.error}}m||(p=!1)}}catch(O){o={error:O}}finally{try{x&&!x.done&&(s=g.return)&&s.call(g)}finally{if(o)throw o.error}}}}}catch(O){i={error:O}}finally{try{d&&!d.done&&(a=c.return)&&a.call(c)}finally{if(i)throw i.error}}},e.isPartialRow=function(t,n){var i,a,o,s,l,u;try{for(var c=it(n),d=c.next();!d.done;d=c.next()){var h=d.value,p=!0;try{for(var g=(o=void 0,it(t)),x=g.next();!x.done;x=g.next()){var C=x.value,m=!1;try{for(var _=(l=void 0,it(h.getPairs())),S=_.next();!S.done;S=_.next()){var E=S.value;if(C.equals(E)){m=!0;break}}}catch(O){l={error:O}}finally{try{S&&!S.done&&(u=_.return)&&u.call(_)}finally{if(l)throw l.error}}if(!m){p=!1;break}}}catch(O){o={error:O}}finally{try{x&&!x.done&&(s=g.return)&&s.call(g)}finally{if(o)throw o.error}}if(p)return!0}}catch(O){i={error:O}}finally{try{d&&!d.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=ku.buildBitArray(t),i=oc(n),a=i.parseInformation(),o=t[0].getFinderPattern().getResultPoints(),s=t[t.length-1].getFinderPattern().getResultPoints(),l=[o[0],o[1],s[0],s[1]];return new Ne(a,null,null,l,P.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 l=this.pairs.get(s);a+=l.getLeftChar().getChecksumPortion(),o++;var u=l.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,l=-1;do this.findNextPair(t,n,l),o=this.parseFoundFinderPattern(t,i,a),o===null?l=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 b;var c;try{c=this.decodeDataCharacter(t,o,a,!1)}catch(d){c=null,console.log(d)}return new Xa(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 l=n[n.length-1];s=l.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 d=0,h=s,p=s;p<o;p++)if(t.get(p)!==c)a[d]++;else{if(d===3){if(u&&e.reverseCounters(a),e.isFinderPattern(a)){this.startEnd[0]=h,this.startEnd[1]=p;return}u&&e.reverseCounters(a),h+=a[0]+a[1],a[0]=a[2],a[1]=a[3],a[2]=0,a[3]=0,d--}else d++;a[d]=1,c=!c}throw new b},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 l=this.startEnd[0]-1;l>=0&&!t.get(l);)l--;l++,a=this.startEnd[0]-l,o=l,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 Ga(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 l=0,u=o.length-1;l<u;l++,u--){var c=o[l];o[l]=o[u],o[u]=c}}var d=17,h=j.sum(new Int32Array(o))/d,p=(n.getStartEnd()[1]-n.getStartEnd()[0])/15;if(Math.abs(h-p)/p>.3)throw new b;for(var g=this.getOddCounts(),x=this.getEvenCounts(),C=this.getOddRoundingErrors(),m=this.getEvenRoundingErrors(),l=0;l<o.length;l++){var _=1*o[l]/h,S=_+.5;if(S<1){if(_<.3)throw new b;S=1}else if(S>8){if(_>8.7)throw new b;S=8}var E=l/2;(l&1)===0?(g[E]=S,C[E]=_-S):(x[E]=S,m[E]=_-S)}this.adjustOddEvenCounts(d);for(var O=4*n.getValue()+(i?0:2)+(a?0:1)-1,T=0,D=0,l=g.length-1;l>=0;l--){if(e.isNotA1left(n,i,a)){var F=e.WEIGHTS[O][2*l];D+=g[l]*F}T+=g[l]}for(var B=0,l=x.length-1;l>=0;l--)if(e.isNotA1left(n,i,a)){var F=e.WEIGHTS[O][2*l+1];B+=x[l]*F}var L=D+B;if((T&1)!==0||T>13||T<4)throw new b;var te=(13-T)/2,G=e.SYMBOL_WIDEST[te],ae=9-G,He=Bt.getRSSvalue(g,G,!0),dt=Bt.getRSSvalue(x,ae,!1),Ki=e.EVEN_TOTAL_SUBSET[te],Qi=e.GSUM[te],Ji=He*Ki+dt+Qi;return new jr(Ji,L)},e.isNotA1left=function(t,n,i){return!(t.getValue()===0&&n&&i)},e.prototype.adjustOddEvenCounts=function(t){var n=j.sum(new Int32Array(this.getOddCounts())),i=j.sum(new Int32Array(this.getEvenCounts())),a=!1,o=!1;n>13?o=!0:n<4&&(a=!0);var s=!1,l=!1;i>13?l=!0:i<4&&(s=!0);var u=n+i-t,c=(n&1)===1,d=(i&1)===0;if(u===1)if(c){if(d)throw new b;o=!0}else{if(!d)throw new b;l=!0}else if(u===-1)if(c){if(d)throw new b;a=!0}else{if(!d)throw new b;s=!0}else if(u===0){if(c){if(!d)throw new b;n<i?(a=!0,l=!0):(o=!0,s=!0)}else if(d)throw new b}else throw new b;if(a){if(o)throw new b;e.increment(this.getOddCounts(),this.getOddRoundingErrors())}if(o&&e.decrement(this.getOddCounts(),this.getOddRoundingErrors()),s){if(l)throw new b;e.increment(this.getEvenCounts(),this.getOddRoundingErrors())}l&&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}(vt),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)}}(),dc=function(r){cc(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}(jr),fc=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)}}(),ai=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){fc(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,l,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 d=ai(this.possibleLeftPairs),h=d.next();!h.done;h=d.next()){var p=h.value;if(p.getCount()>1)try{for(var g=(s=void 0,ai(this.possibleRightPairs)),x=g.next();!x.done;x=g.next()){var C=x.value;if(C.getCount()>1&&e.checkChecksum(p,C))return e.constructResult(p,C)}}catch(m){s={error:m}}finally{try{x&&!x.done&&(l=g.return)&&l.call(g)}finally{if(s)throw s.error}}}}catch(m){a={error:m}}finally{try{h&&!h.done&&(o=d.return)&&o.call(d)}finally{if(a)throw a.error}}throw new b},e.addOrTally=function(t,n){var i,a;if(n!=null){var o=!1;try{for(var s=ai(t),l=s.next();!l.done;l=s.next()){var u=l.value;if(u.getValue()===n.getValue()){u.incrementCount(),o=!0;break}}}catch(c){i={error:c}}finally{try{l&&!l.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 H,s=13-a.length;s>0;s--)o.append("0");o.append(a);for(var l=0,s=0;s<13;s++){var u=o.charAt(s).charCodeAt(0)-48;l+=(s&1)===0?3*u:u}l=10-l%10,l===10&&(l=0),o.append(l.toString());var c=t.getFinderPattern().getResultPoints(),d=n.getFinderPattern().getResultPoints();return new Ne(o.toString(),null,0,[c[0],c[1],d[0],d[1]],P.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),l=a==null?null:a.get(oe.NEED_RESULT_POINT_CALLBACK);if(l!=null){var u=(o[0]+o[1])/2;n&&(u=t.getSize()-1-u),l.foundPossibleResultPoint(new z(u,i))}var c=this.decodeDataCharacter(t,s,!0),d=this.decodeDataCharacter(t,s,!1);return new dc(1597*c.getValue()+d.getValue(),c.getChecksumPortion()+4*d.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)de.recordPatternInReverse(t,n.getStartEnd()[0],a);else{de.recordPattern(t,n.getStartEnd()[1]+1,a);for(var s=0,l=a.length-1;s<l;s++,l--){var u=a[s];a[s]=a[l],a[l]=u}}for(var c=i?16:15,d=j.sum(new Int32Array(a))/c,h=this.getOddCounts(),p=this.getEvenCounts(),g=this.getOddRoundingErrors(),x=this.getEvenRoundingErrors(),s=0;s<a.length;s++){var C=a[s]/d,m=Math.floor(C+.5);m<1?m=1:m>8&&(m=8);var _=Math.floor(s/2);(s&1)===0?(h[_]=m,g[_]=C-m):(p[_]=m,x[_]=C-m)}this.adjustOddEvenCounts(i,c);for(var S=0,E=0,s=h.length-1;s>=0;s--)E*=9,E+=h[s],S+=h[s];for(var O=0,T=0,s=p.length-1;s>=0;s--)O*=9,O+=p[s],T+=p[s];var D=E+3*O;if(i){if((S&1)!==0||S>12||S<4)throw new b;var F=(12-S)/2,B=e.OUTSIDE_ODD_WIDEST[F],L=9-B,te=Bt.getRSSvalue(h,B,!1),G=Bt.getRSSvalue(p,L,!0),ae=e.OUTSIDE_EVEN_TOTAL_SUBSET[F],He=e.OUTSIDE_GSUM[F];return new jr(te*ae+G+He,D)}else{if((T&1)!==0||T>10||T<4)throw new b;var F=(10-T)/2,B=e.INSIDE_ODD_WIDEST[F],L=9-B,te=Bt.getRSSvalue(h,B,!0),G=Bt.getRSSvalue(p,L,!1),dt=e.INSIDE_ODD_TOTAL_SUBSET[F],He=e.INSIDE_GSUM[F];return new jr(G*dt+te+He,D)}},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 l=0,u=s,c=s;c<a;c++)if(t.get(c)!==o)i[l]++;else{if(l===3){if(vt.isFinderPattern(i))return[u,c];u+=i[0]+i[1],i[0]=i[2],i[1]=i[3],i[2]=0,i[3]=0,l--}else l++;i[l]=1,o=!o}throw new b},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 l=a[0]-s,u=this.getDecodeFinderCounters(),c=new Int32Array(u.length);re.arraycopy(u,0,c,1,u.length-1),c[0]=l;var d=this.parseFinderValue(c,e.FINDER_PATTERNS),h=s,p=a[1];return i&&(h=t.getSize()-1-h,p=t.getSize()-1-p),new Ga(d,[s,a[1]],h,p,n)},e.prototype.adjustOddEvenCounts=function(t,n){var i=j.sum(new Int32Array(this.getOddCounts())),a=j.sum(new Int32Array(this.getEvenCounts())),o=!1,s=!1,l=!1,u=!1;t?(i>12?s=!0:i<4&&(o=!0),a>12?u=!0:a<4&&(l=!0)):(i>11?s=!0:i<5&&(o=!0),a>10?u=!0:a<4&&(l=!0));var c=i+a-n,d=(i&1)===(t?1:0),h=(a&1)===1;if(c===1)if(d){if(h)throw new b;s=!0}else{if(!h)throw new b;u=!0}else if(c===-1)if(d){if(h)throw new b;o=!0}else{if(!h)throw new b;l=!0}else if(c===0){if(d){if(!h)throw new b;i<a?(o=!0,u=!0):(s=!0,l=!0)}else if(h)throw new b}else throw new b;if(o){if(s)throw new b;vt.increment(this.getOddCounts(),this.getOddRoundingErrors())}if(s&&vt.decrement(this.getOddCounts(),this.getOddRoundingErrors()),l){if(u)throw new b;vt.increment(this.getEvenCounts(),this.getOddRoundingErrors())}u&&vt.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}(vt),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)}}(),vr=function(r){hc(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(P.EAN_13)||i.includes(P.UPC_A)||i.includes(P.EAN_8)||i.includes(P.UPC_E))&&n.readers.push(new ni(t)),i.includes(P.CODE_39)&&n.readers.push(new Fa(a)),i.includes(P.CODE_93)&&n.readers.push(new Va),i.includes(P.CODE_128)&&n.readers.push(new Ma),i.includes(P.ITF)&&n.readers.push(new Pa),i.includes(P.CODABAR)&&n.readers.push(new Pu),i.includes(P.RSS_14)&&n.readers.push(new $a),i.includes(P.RSS_EXPANDED)&&(console.warn("RSS Expanded reader IS NOT ready for production yet! use at your own risk."),n.readers.push(new uc))),n.readers.length===0&&(n.readers.push(new ni(t)),n.readers.push(new Fa),n.readers.push(new Va),n.readers.push(new ni(t)),n.readers.push(new Ma),n.readers.push(new Pa),n.readers.push(new $a)),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 b},e.prototype.reset=function(){this.readers.forEach(function(t){return t.reset()})},e}(de),pc=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){pc(e,r);function e(t,n){return t===void 0&&(t=500),r.call(this,new vr(n),t,n)||this}return e})(Vt);var Wa=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.")},K=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}(),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}(),vc=function(){function r(e,t,n,i,a,o){var s,l;this.versionNumber=e,this.symbolSizeRows=t,this.symbolSizeColumns=n,this.dataRegionSizeRows=i,this.dataRegionSizeColumns=a,this.ecBlocks=o;var u=0,c=o.getECCodewords(),d=o.getECBlocks();try{for(var h=Wa(d),p=h.next();!p.done;p=h.next()){var g=p.value;u+=g.getCount()*(g.getDataCodewords()+c)}}catch(x){s={error:x}}finally{try{p&&!p.done&&(l=h.return)&&l.call(h)}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)!==0||(t&1)!==0)throw new M;try{for(var a=Wa(r.VERSIONS),o=a.next();!o.done;o=a.next()){var s=o.value;if(s.symbolSizeRows===e&&s.symbolSizeColumns===t)return s}}catch(l){n={error:l}}finally{try{o&&!o.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}throw new M},r.prototype.toString=function(){return""+this.versionNumber},r.buildVersions=function(){return[new r(1,10,10,8,8,new K(5,new Y(1,3))),new r(2,12,12,10,10,new K(7,new Y(1,5))),new r(3,14,14,12,12,new K(10,new Y(1,8))),new r(4,16,16,14,14,new K(12,new Y(1,12))),new r(5,18,18,16,16,new K(14,new Y(1,18))),new r(6,20,20,18,18,new K(18,new Y(1,22))),new r(7,22,22,20,20,new K(20,new Y(1,30))),new r(8,24,24,22,22,new K(24,new Y(1,36))),new r(9,26,26,24,24,new K(28,new Y(1,44))),new r(10,32,32,14,14,new K(36,new Y(1,62))),new r(11,36,36,16,16,new K(42,new Y(1,86))),new r(12,40,40,18,18,new K(48,new Y(1,114))),new r(13,44,44,20,20,new K(56,new Y(1,144))),new r(14,48,48,22,22,new K(68,new Y(1,174))),new r(15,52,52,24,24,new K(42,new Y(2,102))),new r(16,64,64,14,14,new K(56,new Y(2,140))),new r(17,72,72,16,16,new K(36,new Y(4,92))),new r(18,80,80,18,18,new K(48,new Y(4,114))),new r(19,88,88,20,20,new K(56,new Y(4,144))),new r(20,96,96,22,22,new K(68,new Y(4,174))),new r(21,104,104,24,24,new K(56,new Y(6,136))),new r(22,120,120,18,18,new K(68,new Y(6,175))),new r(23,132,132,20,20,new K(62,new Y(8,163))),new r(24,144,144,22,22,new K(62,new Y(8,156),new Y(2,155))),new r(25,8,18,6,16,new K(7,new Y(1,5))),new r(26,8,32,6,14,new K(11,new Y(1,10))),new r(27,12,26,10,24,new K(14,new Y(1,16))),new r(28,12,36,10,16,new K(18,new Y(1,22))),new r(29,16,36,14,16,new K(24,new Y(1,32))),new r(30,16,48,14,22,new K(28,new Y(1,49)))]},r.VERSIONS=r.buildVersions(),r}(),gc=function(){function r(e){var t=e.getHeight();if(t<8||t>144||(t&1)!==0)throw new M;this.version=r.readVersion(e),this.mappingBitMatrix=this.extractDataRegion(e),this.readMappingMatrix=new Ze(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 vc.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,l=!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)!==0&&!l)e[t++]=this.readCorner2(a,o)&255,n-=2,i+=2,l=!0;else if(n===a+4&&i===2&&(o&7)===0&&!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 M;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 k("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,l=o*i,u=s*a,c=new Ze(u,l),d=0;d<o;++d)for(var h=d*i,p=0;p<s;++p)for(var g=p*a,x=0;x<i;++x)for(var C=d*(i+2)+1+x,m=h+x,_=0;_<a;++_){var S=p*(a+2)+1+_;if(e.get(S,C)){var E=g+_;c.set(E,m)}}return c},r}(),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.")},xc=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(),l=0,u=s.getECBlocks();try{for(var c=ja(u),d=c.next();!d.done;d=c.next()){var h=d.value;l+=h.getCount()}}catch(He){n={error:He}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}var p=new Array(l),g=0;try{for(var x=ja(u),C=x.next();!C.done;C=x.next())for(var h=C.value,m=0;m<h.getCount();m++){var _=h.getDataCodewords(),S=s.getECCodewords()+_;p[g++]=new r(_,new Uint8Array(S))}}catch(He){a={error:He}}finally{try{C&&!C.done&&(o=x.return)&&o.call(x)}finally{if(a)throw a.error}}for(var E=p[0].codewords.length,O=E-s.getECCodewords(),T=O-1,D=0,m=0;m<T;m++)for(var F=0;F<g;F++)p[F].codewords[m]=e[D++];for(var B=t.getVersionNumber()===24,L=B?8:g,F=0;F<L;F++)p[F].codewords[O-1]=e[D++];for(var te=p[0].codewords.length,m=O;m<te;m++)for(var F=0;F<g;F++){var G=B?(F+8)%g:F,ae=B&&G>7?m-1:m;p[G].codewords[ae]=e[D++]}if(D!==e.length)throw new k;return p},r.prototype.getNumDataCodewords=function(){return this.numDataCodewords},r.prototype.getCodewords=function(){return this.codewords},r}(),Ya=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 k(""+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,l=o-s,u=255>>8-s<<l;t=(a[i]&u)>>l,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 l=8-e,u=255>>l<<l;t=t<<e|(a[i]&u)>>l,n+=e}}return this.bitOffset=n,this.byteOffset=i,t},r.prototype.available=function(){return 8*(this.bytes.length-this.byteOffset)-this.bitOffset},r}(),he;(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"})(he||(he={}));var yc=function(){function r(){}return r.decode=function(e){var t=new Ya(e),n=new H,i=new H,a=new Array,o=he.ASCII_ENCODE;do if(o===he.ASCII_ENCODE)o=this.decodeAsciiSegment(t,n,i);else{switch(o){case he.C40_ENCODE:this.decodeC40Segment(t,n);break;case he.TEXT_ENCODE:this.decodeTextSegment(t,n);break;case he.ANSIX12_ENCODE:this.decodeAnsiX12Segment(t,n);break;case he.EDIFACT_ENCODE:this.decodeEdifactSegment(t,n);break;case he.BASE256_ENCODE:this.decodeBase256Segment(t,n,a);break;default:throw new M}o=he.ASCII_ENCODE}while(o!==he.PAD_ENCODE&&t.available()>0);return i.length()>0&&n.append(i.toString()),new Xr(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 M;if(a<=128)return i&&(a+=128),t.append(String.fromCharCode(a-1)),he.ASCII_ENCODE;if(a===129)return he.PAD_ENCODE;if(a<=229){var o=a-130;o<10&&t.append("0"),t.append(""+o)}else switch(a){case 230:return he.C40_ENCODE;case 231:return he.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 he.ANSIX12_ENCODE;case 239:return he.TEXT_ENCODE;case 240:return he.EDIFACT_ENCODE;case 241:break;default:if(a!==254||e.available()!==0)throw new M;break}}while(e.available()>0);return he.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 l=i[s];switch(a){case 0:if(l<3)a=l+1;else if(l<this.C40_BASIC_SET_CHARS.length){var u=this.C40_BASIC_SET_CHARS[l];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else throw new M;break;case 1:n?(t.append(String.fromCharCode(l+128)),n=!1):t.append(String.fromCharCode(l)),a=0;break;case 2:if(l<this.C40_SHIFT2_SET_CHARS.length){var u=this.C40_SHIFT2_SET_CHARS[l];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else switch(l){case 27:t.append("");break;case 30:n=!0;break;default:throw new M}a=0;break;case 3:n?(t.append(String.fromCharCode(l+224)),n=!1):t.append(String.fromCharCode(l+96)),a=0;break;default:throw new M}}}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 l=i[s];switch(a){case 0:if(l<3)a=l+1;else if(l<this.TEXT_BASIC_SET_CHARS.length){var u=this.TEXT_BASIC_SET_CHARS[l];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else throw new M;break;case 1:n?(t.append(String.fromCharCode(l+128)),n=!1):t.append(String.fromCharCode(l)),a=0;break;case 2:if(l<this.TEXT_SHIFT2_SET_CHARS.length){var u=this.TEXT_SHIFT2_SET_CHARS[l];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else switch(l){case 27:t.append("");break;case 30:n=!0;break;default:throw new M}a=0;break;case 3:if(l<this.TEXT_SHIFT3_SET_CHARS.length){var u=this.TEXT_SHIFT3_SET_CHARS[l];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u),a=0}else throw new M;break;default:throw new M}}}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 M;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)===0&&(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 M;for(var s=new Uint8Array(o),l=0;l<o;l++){if(e.available()<8)throw new M;s[l]=this.unrandomize255State(e.readBits(8),i++)}n.push(s);try{t.append(Re.decode(s,$.ISO88591))}catch(u){throw new pr("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}(),Cc=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(){this.rsDecoder=new Wr(Pe.DATA_MATRIX_FIELD_256)}return r.prototype.decode=function(e){var t,n,i=new gc(e),a=i.getVersion(),o=i.readCodewords(),s=xc.getDataBlocks(o,a),l=0;try{for(var u=Cc(s),c=u.next();!c.done;c=u.next()){var d=c.value;l+=d.getNumDataCodewords()}}catch(S){t={error:S}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}for(var h=new Uint8Array(l),p=s.length,g=0;g<p;g++){var x=s[g],C=x.getCodewords(),m=x.getNumDataCodewords();this.correctErrors(C,m);for(var _=0;_<m;_++)h[_*p+g]=C[_]}return yc.decode(h)},r.prototype.correctErrors=function(e,t){var n=new Int32Array(e);try{this.rsDecoder.decode(n,e.length-t)}catch{throw new ve}for(var i=0;i<t;i++)e[i]=n[i]},r}(),mc=function(){function r(e){this.image=e,this.rectangleDetector=new Kn(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 b;t=this.shiftToModuleCenter(t);var n=t[0],i=t[1],a=t[2],o=t[3],s=this.transitionsBetween(n,o)+1,l=this.transitionsBetween(a,o)+1;(s&1)===1&&(s+=1),(l&1)===1&&(l+=1),4*s<7*l&&4*l<7*s&&(s=l=Math.max(s,l));var u=r.sampleGrid(this.image,n,i,a,o,s,l);return new Zn(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 z(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 z(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),l=this.transitionsBetween(i,a),u=this.transitionsBetween(a,t),c=o,d=[a,t,n,i];return c>s&&(c=s,d[0]=t,d[1]=n,d[2]=i,d[3]=a),c>l&&(c=l,d[0]=n,d[1]=i,d[2]=a,d[3]=t),c>u&&(d[0]=i,d[1]=a,d[2]=t,d[3]=n),d},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),l=r.shiftPoint(i,n,(o+1)*4),u=this.transitionsBetween(s,t),c=this.transitionsBetween(l,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),l=r.shiftPoint(t,n,(s+1)*4),u=r.shiftPoint(i,n,(o+1)*4);o=this.transitionsBetween(l,a),s=this.transitionsBetween(u,a);var c=new z(a.getX()+(i.getX()-n.getX())/(o+1),a.getY()+(i.getY()-n.getY())/(o+1)),d=new z(a.getX()+(t.getX()-n.getX())/(s+1),a.getY()+(t.getY()-n.getY())/(s+1));if(!this.isValid(c))return this.isValid(d)?d:null;if(!this.isValid(d))return c;var h=this.transitionsBetween(l,c)+this.transitionsBetween(u,c),p=this.transitionsBetween(l,d)+this.transitionsBetween(u,d);return h>p?c:d},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,l=r.shiftPoint(t,n,s*4),u=r.shiftPoint(i,n,o*4);o=this.transitionsBetween(l,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,d=(t.getY()+n.getY()+i.getY()+a.getY())/4;t=r.moveAway(t,c,d),n=r.moveAway(n,c,d),i=r.moveAway(i,c,d),a=r.moveAway(a,c,d);var h,p;return l=r.shiftPoint(t,n,s*4),l=r.shiftPoint(l,a,o*4),h=r.shiftPoint(n,t,s*4),h=r.shiftPoint(h,i,o*4),u=r.shiftPoint(i,a,s*4),u=r.shiftPoint(u,n,o*4),p=r.shiftPoint(a,i,s*4),p=r.shiftPoint(p,t,o*4),[l,h,u,p]},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 l=Qn.getInstance();return l.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 l=n;n=i,i=l,l=a,a=o,o=l}for(var u=Math.abs(a-n),c=Math.abs(o-i),d=-u/2,h=i<o?1:-1,p=n<a?1:-1,g=0,x=this.image.get(s?i:n,s?n:i),C=n,m=i;C!==a;C+=p){var _=this.image.get(s?m:C,s?C:m);if(_!==x&&(g++,x=_),d+=c,d>0){if(m===o)break;m+=h,d-=u}}return g},r}(),oi=function(){function r(){this.decoder=new wc}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 mc(e.getBlackMatrix()).detect();n=this.decoder.decode(o.getBits()),i=o.getPoints()}var s=n.getRawBytes(),l=new Ne(n.getText(),s,8*s.length,i,P.DATA_MATRIX,re.currentTimeMillis()),u=n.getByteSegments();u!=null&&l.putMetadata(_e.BYTE_SEGMENTS,u);var c=n.getECLevel();return c!=null&&l.putMetadata(_e.ERROR_CORRECTION_LEVEL,c),l},r.prototype.reset=function(){},r.extractPureBits=function(e){var t=e.getTopLeftOnBit(),n=e.getBottomRightOnBit();if(t==null||n==null)throw new b;var i=this.moduleSize(t,e),a=t[1],o=n[1],s=t[0],l=n[0],u=(l-s+1)/i,c=(o-a+1)/i;if(u<=0||c<=0)throw new b;var d=i/2;a+=d,s+=d;for(var h=new Ze(u,c),p=0;p<c;p++)for(var g=a+p*i,x=0;x<u;x++)e.get(s+x*i,g)&&h.set(x,p);return h},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 b;var o=i-e[0];if(o===0)throw new b;return o},r.NO_POINTS=[],r}(),_c=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){_c(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new oi,t)||this}return e})(Vt);var zt;(function(r){r[r.L=0]="L",r[r.M=1]="M",r[r.Q=2]="Q",r[r.H=3]="H"})(zt||(zt={}));var Ac=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 k;return r.FOR_BITS.get(e)},r.FOR_BITS=new Map,r.FOR_VALUE=new Map,r.L=new r(zt.L,"L",1),r.M=new r(zt.M,"M",0),r.Q=new r(zt.Q,"Q",3),r.H=new r(zt.H,"H",2),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.")},Za=function(){function r(e){this.errorCorrectionLevel=Ac.forBits(e>>3&3),this.dataMask=e&7}return r.numBitsDiffering=function(e,t){return q.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=Ec(r.FORMAT_INFO_DECODE_LOOKUP),l=s.next();!l.done;l=s.next()){var u=l.value,c=u[0];if(c===e||c===t)return new r(u[1]);var d=r.numBitsDiffering(e,c);d<a&&(o=u[1],a=d),e!==t&&(d=r.numBitsDiffering(t,c),d<a&&(o=u[1],a=d))}}catch(h){n={error:h}}finally{try{l&&!l.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}(),Sc=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.")},I=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=Sc(i),o=a.next();!o.done;o=a.next()){var s=o.value;n+=s.getCount()}}catch(l){e={error:l}}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}(),Ic=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.")},yt=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,l=a[0].getECCodewordsPerBlock(),u=a[0].getECBlocks();try{for(var c=Ic(u),d=c.next();!d.done;d=c.next()){var h=d.value;s+=h.getCount()*(h.getDataCodewords()+l)}}catch(p){n={error:p}}finally{try{d&&!d.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 M;try{return this.getVersionForNumber((e-17)/4)}catch{throw new M}},r.getVersionForNumber=function(e){if(e<1||e>40)throw new k;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=Za.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 Ze(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 I(7,new y(1,19)),new I(10,new y(1,16)),new I(13,new y(1,13)),new I(17,new y(1,9))),new r(2,Int32Array.from([6,18]),new I(10,new y(1,34)),new I(16,new y(1,28)),new I(22,new y(1,22)),new I(28,new y(1,16))),new r(3,Int32Array.from([6,22]),new I(15,new y(1,55)),new I(26,new y(1,44)),new I(18,new y(2,17)),new I(22,new y(2,13))),new r(4,Int32Array.from([6,26]),new I(20,new y(1,80)),new I(18,new y(2,32)),new I(26,new y(2,24)),new I(16,new y(4,9))),new r(5,Int32Array.from([6,30]),new I(26,new y(1,108)),new I(24,new y(2,43)),new I(18,new y(2,15),new y(2,16)),new I(22,new y(2,11),new y(2,12))),new r(6,Int32Array.from([6,34]),new I(18,new y(2,68)),new I(16,new y(4,27)),new I(24,new y(4,19)),new I(28,new y(4,15))),new r(7,Int32Array.from([6,22,38]),new I(20,new y(2,78)),new I(18,new y(4,31)),new I(18,new y(2,14),new y(4,15)),new I(26,new y(4,13),new y(1,14))),new r(8,Int32Array.from([6,24,42]),new I(24,new y(2,97)),new I(22,new y(2,38),new y(2,39)),new I(22,new y(4,18),new y(2,19)),new I(26,new y(4,14),new y(2,15))),new r(9,Int32Array.from([6,26,46]),new I(30,new y(2,116)),new I(22,new y(3,36),new y(2,37)),new I(20,new y(4,16),new y(4,17)),new I(24,new y(4,12),new y(4,13))),new r(10,Int32Array.from([6,28,50]),new I(18,new y(2,68),new y(2,69)),new I(26,new y(4,43),new y(1,44)),new I(24,new y(6,19),new y(2,20)),new I(28,new y(6,15),new y(2,16))),new r(11,Int32Array.from([6,30,54]),new I(20,new y(4,81)),new I(30,new y(1,50),new y(4,51)),new I(28,new y(4,22),new y(4,23)),new I(24,new y(3,12),new y(8,13))),new r(12,Int32Array.from([6,32,58]),new I(24,new y(2,92),new y(2,93)),new I(22,new y(6,36),new y(2,37)),new I(26,new y(4,20),new y(6,21)),new I(28,new y(7,14),new y(4,15))),new r(13,Int32Array.from([6,34,62]),new I(26,new y(4,107)),new I(22,new y(8,37),new y(1,38)),new I(24,new y(8,20),new y(4,21)),new I(22,new y(12,11),new y(4,12))),new r(14,Int32Array.from([6,26,46,66]),new I(30,new y(3,115),new y(1,116)),new I(24,new y(4,40),new y(5,41)),new I(20,new y(11,16),new y(5,17)),new I(24,new y(11,12),new y(5,13))),new r(15,Int32Array.from([6,26,48,70]),new I(22,new y(5,87),new y(1,88)),new I(24,new y(5,41),new y(5,42)),new I(30,new y(5,24),new y(7,25)),new I(24,new y(11,12),new y(7,13))),new r(16,Int32Array.from([6,26,50,74]),new I(24,new y(5,98),new y(1,99)),new I(28,new y(7,45),new y(3,46)),new I(24,new y(15,19),new y(2,20)),new I(30,new y(3,15),new y(13,16))),new r(17,Int32Array.from([6,30,54,78]),new I(28,new y(1,107),new y(5,108)),new I(28,new y(10,46),new y(1,47)),new I(28,new y(1,22),new y(15,23)),new I(28,new y(2,14),new y(17,15))),new r(18,Int32Array.from([6,30,56,82]),new I(30,new y(5,120),new y(1,121)),new I(26,new y(9,43),new y(4,44)),new I(28,new y(17,22),new y(1,23)),new I(28,new y(2,14),new y(19,15))),new r(19,Int32Array.from([6,30,58,86]),new I(28,new y(3,113),new y(4,114)),new I(26,new y(3,44),new y(11,45)),new I(26,new y(17,21),new y(4,22)),new I(26,new y(9,13),new y(16,14))),new r(20,Int32Array.from([6,34,62,90]),new I(28,new y(3,107),new y(5,108)),new I(26,new y(3,41),new y(13,42)),new I(30,new y(15,24),new y(5,25)),new I(28,new y(15,15),new y(10,16))),new r(21,Int32Array.from([6,28,50,72,94]),new I(28,new y(4,116),new y(4,117)),new I(26,new y(17,42)),new I(28,new y(17,22),new y(6,23)),new I(30,new y(19,16),new y(6,17))),new r(22,Int32Array.from([6,26,50,74,98]),new I(28,new y(2,111),new y(7,112)),new I(28,new y(17,46)),new I(30,new y(7,24),new y(16,25)),new I(24,new y(34,13))),new r(23,Int32Array.from([6,30,54,78,102]),new I(30,new y(4,121),new y(5,122)),new I(28,new y(4,47),new y(14,48)),new I(30,new y(11,24),new y(14,25)),new I(30,new y(16,15),new y(14,16))),new r(24,Int32Array.from([6,28,54,80,106]),new I(30,new y(6,117),new y(4,118)),new I(28,new y(6,45),new y(14,46)),new I(30,new y(11,24),new y(16,25)),new I(30,new y(30,16),new y(2,17))),new r(25,Int32Array.from([6,32,58,84,110]),new I(26,new y(8,106),new y(4,107)),new I(28,new y(8,47),new y(13,48)),new I(30,new y(7,24),new y(22,25)),new I(30,new y(22,15),new y(13,16))),new r(26,Int32Array.from([6,30,58,86,114]),new I(28,new y(10,114),new y(2,115)),new I(28,new y(19,46),new y(4,47)),new I(28,new y(28,22),new y(6,23)),new I(30,new y(33,16),new y(4,17))),new r(27,Int32Array.from([6,34,62,90,118]),new I(30,new y(8,122),new y(4,123)),new I(28,new y(22,45),new y(3,46)),new I(30,new y(8,23),new y(26,24)),new I(30,new y(12,15),new y(28,16))),new r(28,Int32Array.from([6,26,50,74,98,122]),new I(30,new y(3,117),new y(10,118)),new I(28,new y(3,45),new y(23,46)),new I(30,new y(4,24),new y(31,25)),new I(30,new y(11,15),new y(31,16))),new r(29,Int32Array.from([6,30,54,78,102,126]),new I(30,new y(7,116),new y(7,117)),new I(28,new y(21,45),new y(7,46)),new I(30,new y(1,23),new y(37,24)),new I(30,new y(19,15),new y(26,16))),new r(30,Int32Array.from([6,26,52,78,104,130]),new I(30,new y(5,115),new y(10,116)),new I(28,new y(19,47),new y(10,48)),new I(30,new y(15,24),new y(25,25)),new I(30,new y(23,15),new y(25,16))),new r(31,Int32Array.from([6,30,56,82,108,134]),new I(30,new y(13,115),new y(3,116)),new I(28,new y(2,46),new y(29,47)),new I(30,new y(42,24),new y(1,25)),new I(30,new y(23,15),new y(28,16))),new r(32,Int32Array.from([6,34,60,86,112,138]),new I(30,new y(17,115)),new I(28,new y(10,46),new y(23,47)),new I(30,new y(10,24),new y(35,25)),new I(30,new y(19,15),new y(35,16))),new r(33,Int32Array.from([6,30,58,86,114,142]),new I(30,new y(17,115),new y(1,116)),new I(28,new y(14,46),new y(21,47)),new I(30,new y(29,24),new y(19,25)),new I(30,new y(11,15),new y(46,16))),new r(34,Int32Array.from([6,34,62,90,118,146]),new I(30,new y(13,115),new y(6,116)),new I(28,new y(14,46),new y(23,47)),new I(30,new y(44,24),new y(7,25)),new I(30,new y(59,16),new y(1,17))),new r(35,Int32Array.from([6,30,54,78,102,126,150]),new I(30,new y(12,121),new y(7,122)),new I(28,new y(12,47),new y(26,48)),new I(30,new y(39,24),new y(14,25)),new I(30,new y(22,15),new y(41,16))),new r(36,Int32Array.from([6,24,50,76,102,128,154]),new I(30,new y(6,121),new y(14,122)),new I(28,new y(6,47),new y(34,48)),new I(30,new y(46,24),new y(10,25)),new I(30,new y(2,15),new y(64,16))),new r(37,Int32Array.from([6,28,54,80,106,132,158]),new I(30,new y(17,122),new y(4,123)),new I(28,new y(29,46),new y(14,47)),new I(30,new y(49,24),new y(10,25)),new I(30,new y(24,15),new y(46,16))),new r(38,Int32Array.from([6,32,58,84,110,136,162]),new I(30,new y(4,122),new y(18,123)),new I(28,new y(13,46),new y(32,47)),new I(30,new y(48,24),new y(14,25)),new I(30,new y(42,15),new y(32,16))),new r(39,Int32Array.from([6,26,54,82,110,138,166]),new I(30,new y(20,117),new y(4,118)),new I(28,new y(40,47),new y(7,48)),new I(30,new y(43,24),new y(22,25)),new I(30,new y(10,15),new y(67,16))),new r(40,Int32Array.from([6,30,58,86,114,142,170]),new I(30,new y(19,118),new y(6,119)),new I(28,new y(18,47),new y(31,48)),new I(30,new y(34,24),new y(34,25)),new I(30,new y(20,15),new y(61,16)))],r}(),xe;(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"})(xe||(xe={}));var Ka=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([[xe.DATA_MASK_000,new r(xe.DATA_MASK_000,function(e,t){return(e+t&1)===0})],[xe.DATA_MASK_001,new r(xe.DATA_MASK_001,function(e,t){return(e&1)===0})],[xe.DATA_MASK_010,new r(xe.DATA_MASK_010,function(e,t){return t%3===0})],[xe.DATA_MASK_011,new r(xe.DATA_MASK_011,function(e,t){return(e+t)%3===0})],[xe.DATA_MASK_100,new r(xe.DATA_MASK_100,function(e,t){return(Math.floor(e/2)+Math.floor(t/3)&1)===0})],[xe.DATA_MASK_101,new r(xe.DATA_MASK_101,function(e,t){return e*t%6===0})],[xe.DATA_MASK_110,new r(xe.DATA_MASK_110,function(e,t){return e*t%6<3})],[xe.DATA_MASK_111,new r(xe.DATA_MASK_111,function(e,t){return(e+t+e*t%3&1)===0})]]),r}(),Oc=function(){function r(e){var t=e.getHeight();if(t<21||(t&3)!==1)throw new M;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=Za.decodeFormatInformation(e,a),this.parsedFormatInfo!==null)return this.parsedFormatInfo;throw new M},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 yt.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=yt.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=yt.decodeVersionInformation(n),s!==null&&s.getDimensionForVersion()===e)return this.parsedVersion=s,s;throw new M},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=Ka.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()),l=0,u=0,c=0,d=i-1;d>0;d-=2){d===6&&d--;for(var h=0;h<i;h++)for(var p=o?i-1-h:h,g=0;g<2;g++)a.get(d-g,p)||(c++,u<<=1,this.bitMatrix.get(d-g,p)&&(u|=1),c===8&&(s[l++]=u,c=0,u=0));o=!o}if(l!==t.getTotalCodewords())throw new M;return s},r.prototype.remask=function(){if(this.parsedFormatInfo!==null){var e=Ka.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}(),Qa=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.")},Nc=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 k;var l=t.getECBlocksForLevel(n),u=0,c=l.getECBlocks();try{for(var d=Qa(c),h=d.next();!h.done;h=d.next()){var p=h.value;u+=p.getCount()}}catch(ae){i={error:ae}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}var g=new Array(u),x=0;try{for(var C=Qa(c),m=C.next();!m.done;m=C.next())for(var p=m.value,_=0;_<p.getCount();_++){var S=p.getDataCodewords(),E=l.getECCodewordsPerBlock()+S;g[x++]=new r(S,new Uint8Array(E))}}catch(ae){o={error:ae}}finally{try{m&&!m.done&&(s=C.return)&&s.call(C)}finally{if(o)throw o.error}}for(var O=g[0].codewords.length,T=g.length-1;T>=0;){var D=g[T].codewords.length;if(D===O)break;T--}T++;for(var F=O-l.getECCodewordsPerBlock(),B=0,_=0;_<F;_++)for(var L=0;L<x;L++)g[L].codewords[_]=e[B++];for(var L=T;L<x;L++)g[L].codewords[F]=e[B++];for(var te=g[0].codewords.length,_=F;_<te;_++)for(var L=0;L<x;L++){var G=L<T?_:_+1;g[L].codewords[G]=e[B++]}return g},r.prototype.getNumDataCodewords=function(){return this.numDataCodewords},r.prototype.getCodewords=function(){return this.codewords},r}(),Ue;(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"})(Ue||(Ue={}));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 k;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(Ue.TERMINATOR,"TERMINATOR",Int32Array.from([0,0,0]),0),r.NUMERIC=new r(Ue.NUMERIC,"NUMERIC",Int32Array.from([10,12,14]),1),r.ALPHANUMERIC=new r(Ue.ALPHANUMERIC,"ALPHANUMERIC",Int32Array.from([9,11,13]),2),r.STRUCTURED_APPEND=new r(Ue.STRUCTURED_APPEND,"STRUCTURED_APPEND",Int32Array.from([0,0,0]),3),r.BYTE=new r(Ue.BYTE,"BYTE",Int32Array.from([8,16,16]),4),r.ECI=new r(Ue.ECI,"ECI",Int32Array.from([0,0,0]),7),r.KANJI=new r(Ue.KANJI,"KANJI",Int32Array.from([8,10,12]),8),r.FNC1_FIRST_POSITION=new r(Ue.FNC1_FIRST_POSITION,"FNC1_FIRST_POSITION",Int32Array.from([0,0,0]),5),r.FNC1_SECOND_POSITION=new r(Ue.FNC1_SECOND_POSITION,"FNC1_SECOND_POSITION",Int32Array.from([0,0,0]),9),r.HANZI=new r(Ue.HANZI,"HANZI",Int32Array.from([8,10,12]),13),r}(),bc=function(){function r(){}return r.decode=function(e,t,n,i){var a=new Ya(e),o=new H,s=new Array,l=-1,u=-1;try{var c=null,d=!1,h=void 0;do{if(a.available()<4)h=ne.TERMINATOR;else{var p=a.readBits(4);h=ne.forBits(p)}switch(h){case ne.TERMINATOR:break;case ne.FNC1_FIRST_POSITION:case ne.FNC1_SECOND_POSITION:d=!0;break;case ne.STRUCTURED_APPEND:if(a.available()<16)throw new M;l=a.readBits(8),u=a.readBits(8);break;case ne.ECI:var g=r.parseECIValue(a);if(c=ce.getCharacterSetECIByValue(g),c===null)throw new M;break;case ne.HANZI:var x=a.readBits(4),C=a.readBits(h.getCharacterCountBits(t));x===r.GB2312_SUBSET&&r.decodeHanziSegment(a,o,C);break;default:var m=a.readBits(h.getCharacterCountBits(t));switch(h){case ne.NUMERIC:r.decodeNumericSegment(a,o,m);break;case ne.ALPHANUMERIC:r.decodeAlphanumericSegment(a,o,m,d);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 M}break}}while(h!==ne.TERMINATOR)}catch{throw new M}return new Xr(e,o.toString(),s.length===0?null:s,n===null?null:n.toString(),l,u)},r.decodeHanziSegment=function(e,t,n){if(n*13>e.available())throw new M;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(Re.decode(i,$.GB2312))}catch(l){throw new M(l)}},r.decodeKanjiSegment=function(e,t,n){if(n*13>e.available())throw new M;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(Re.decode(i,$.SHIFT_JIS))}catch(l){throw new M(l)}},r.decodeByteSegment=function(e,t,n,i,a,o){if(8*n>e.available())throw new M;for(var s=new Uint8Array(n),l=0;l<n;l++)s[l]=e.readBits(8);var u;i===null?u=$.guessEncoding(s,o):u=i.getName();try{t.append(Re.decode(s,u))}catch(c){throw new M(c)}a.push(s)},r.toAlphaNumericChar=function(e){if(e>=r.ALPHANUMERIC_CHARS.length)throw new M;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 M;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 M;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 M;var i=e.readBits(10);if(i>=1e3)throw new M;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 M;var a=e.readBits(7);if(a>=100)throw new M;t.append(r.toAlphaNumericChar(Math.floor(a/10))),t.append(r.toAlphaNumericChar(a%10))}else if(n===1){if(e.available()<4)throw new M;var o=e.readBits(4);if(o>=10)throw new M;t.append(r.toAlphaNumericChar(o))}},r.parseECIValue=function(e){var t=e.readBits(8);if((t&128)===0)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 M},r.ALPHANUMERIC_CHARS="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:",r.GB2312_SUBSET=1,r}(),Ja=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}(),eo=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.")},Tc=function(){function r(){this.rsDecoder=new Wr(Pe.QR_CODE_FIELD_256)}return r.prototype.decodeBooleanArray=function(e,t){return this.decodeBitMatrix(Ze.parseFromBooleanArray(e),t)},r.prototype.decodeBitMatrix=function(e,t){var n=new Oc(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 Ja(!0)),a}catch(o){throw i!==null?i:o}},r.prototype.decodeBitMatrixParser=function(e,t){var n,i,a,o,s=e.readVersion(),l=e.readFormatInformation().getErrorCorrectionLevel(),u=e.readCodewords(),c=Nc.getDataBlocks(u,s,l),d=0;try{for(var h=eo(c),p=h.next();!p.done;p=h.next()){var g=p.value;d+=g.getNumDataCodewords()}}catch(T){n={error:T}}finally{try{p&&!p.done&&(i=h.return)&&i.call(h)}finally{if(n)throw n.error}}var x=new Uint8Array(d),C=0;try{for(var m=eo(c),_=m.next();!_.done;_=m.next()){var g=_.value,S=g.getCodewords(),E=g.getNumDataCodewords();this.correctErrors(S,E);for(var O=0;O<E;O++)x[C++]=S[O]}}catch(T){a={error:T}}finally{try{_&&!_.done&&(o=m.return)&&o.call(m)}finally{if(a)throw a.error}}return bc.decode(x,s,l,t)},r.prototype.correctErrors=function(e,t){var n=new Int32Array(e);try{this.rsDecoder.decode(n,e.length-t)}catch{throw new ve}for(var i=0;i<t;i++)e[i]=n[i]},r}(),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)}}(),Mc=function(r){Dc(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}(z),Fc=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.")},Vc=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,l=0;l<t;l++){var u=a+((l&1)===0?Math.floor((l+1)/2):-Math.floor((l+1)/2));o[0]=0,o[1]=0,o[2]=0;for(var c=e;c<i&&!s.get(c,u);)c++;for(var d=0;c<i;){if(s.get(c,u))if(d===1)o[1]++;else if(d===2){if(this.foundPatternCross(o)){var h=this.handlePossibleCenter(o,u,c);if(h!==null)return h}o[0]=o[2],o[1]=1,o[2]=0,d=1}else o[++d]++;else d===1&&d++,o[d]++;c++}if(this.foundPatternCross(o)){var h=this.handlePossibleCenter(o,u,i);if(h!==null)return h}}if(this.possibleCenters.length!==0)return this.possibleCenters[0];throw new b},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 l=e;l>=0&&a.get(t,l)&&s[1]<=n;)s[1]++,l--;if(l<0||s[1]>n)return NaN;for(;l>=0&&!a.get(t,l)&&s[0]<=n;)s[0]++,l--;if(s[0]>n)return NaN;for(l=e+1;l<o&&a.get(t,l)&&s[1]<=n;)s[1]++,l++;if(l===o||s[1]>n)return NaN;for(;l<o&&!a.get(t,l)&&s[2]<=n;)s[2]++,l++;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,l):NaN},r.prototype.handlePossibleCenter=function(e,t,n){var i,a,o=e[0]+e[1]+e[2],s=r.centerFromEnd(e,n),l=this.crossCheckVertical(t,s,2*e[1],o);if(!isNaN(l)){var u=(e[0]+e[1]+e[2])/3;try{for(var c=Fc(this.possibleCenters),d=c.next();!d.done;d=c.next()){var h=d.value;if(h.aboutEquals(u,l,s))return h.combineEstimate(l,s,u)}}catch(g){i={error:g}}finally{try{d&&!d.done&&(a=c.return)&&a.call(c)}finally{if(i)throw i.error}}var p=new Mc(s,l,u);this.possibleCenters.push(p),this.resultPointCallback!==null&&this.resultPointCallback!==void 0&&this.resultPointCallback.foundPossibleResultPoint(p)}return null},r}(),Pc=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){Pc(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,l=(this.count*this.estimatedModuleSize+i)/a;return new e(o,s,l,a)},e}(z),Lc=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}(),gr=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.")},zc=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 l=!1,u=new Int32Array(5),c=s-1;c<a&&!l;c+=s){u[0]=0,u[1]=0,u[2]=0,u[3]=0,u[4]=0;for(var d=0,h=0;h<o;h++)if(i.get(h,c))(d&1)===1&&d++,u[d]++;else if((d&1)===0)if(d===4)if(r.foundPatternCross(u)){var p=this.handlePossibleCenter(u,c,h,n);if(p===!0)if(s=2,this.hasSkipped===!0)l=this.haveMultiplyConfirmedCenters();else{var g=this.findRowSkip();g>u[2]&&(c+=g-u[2]-s,h=o-1)}else{u[0]=u[2],u[1]=u[3],u[2]=u[4],u[3]=1,u[4]=0,d=3;continue}d=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,d=3;else u[++d]++;else u[d]++;if(r.foundPatternCross(u)){var p=this.handlePossibleCenter(u,c,o,n);p===!0&&(s=u[0],this.hasSkipped&&(l=this.haveMultiplyConfirmedCenters()))}}var x=this.selectBestPatterns();return z.orderBestPatterns(x),new Lc(x)},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 l=s.getHeight(),u=s.getWidth();for(o=1;e+o<l&&t+o<u&&s.get(t+o,e+o);)a[2]++,o++;if(e+o>=l||t+o>=u)return!1;for(;e+o<l&&t+o<u&&!s.get(t+o,e+o)&&a[3]<n;)a[3]++,o++;if(e+o>=l||t+o>=u||a[3]>=n)return!1;for(;e+o<l&&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(),l=e;l>=0&&a.get(t,l);)s[2]++,l--;if(l<0)return NaN;for(;l>=0&&!a.get(t,l)&&s[1]<=n;)s[1]++,l--;if(l<0||s[1]>n)return NaN;for(;l>=0&&a.get(t,l)&&s[0]<=n;)s[0]++,l--;if(s[0]>n)return NaN;for(l=e+1;l<o&&a.get(t,l);)s[2]++,l++;if(l===o)return NaN;for(;l<o&&!a.get(t,l)&&s[3]<n;)s[3]++,l++;if(l===o||s[3]>=n)return NaN;for(;l<o&&a.get(t,l)&&s[4]<n;)s[4]++,l++;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,l):NaN},r.prototype.crossCheckHorizontal=function(e,t,n,i){for(var a=this.image,o=a.getWidth(),s=this.getCrossCheckStateCount(),l=e;l>=0&&a.get(l,t);)s[2]++,l--;if(l<0)return NaN;for(;l>=0&&!a.get(l,t)&&s[1]<=n;)s[1]++,l--;if(l<0||s[1]>n)return NaN;for(;l>=0&&a.get(l,t)&&s[0]<=n;)s[0]++,l--;if(s[0]>n)return NaN;for(l=e+1;l<o&&a.get(l,t);)s[2]++,l++;if(l===o)return NaN;for(;l<o&&!a.get(l,t)&&s[3]<n;)s[3]++,l++;if(l===o||s[3]>=n)return NaN;for(;l<o&&a.get(l,t)&&s[4]<n;)s[4]++,l++;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,l):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 l=a/7,u=!1,c=this.possibleCenters,d=0,h=c.length;d<h;d++){var p=c[d];if(p.aboutEquals(l,s,o)){c[d]=p.combineEstimate(s,o,l),u=!0;break}}if(!u){var g=new Bc(o,s,l);c.push(g),this.resultPointCallback!==null&&this.resultPointCallback!==void 0&&this.resultPointCallback.foundPossibleResultPoint(g)}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=gr(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(l){e={error:l}}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 l=gr(this.possibleCenters),u=l.next();!u.done;u=l.next()){var c=u.value;c.getCount()>=r.CENTER_QUORUM&&(a++,o+=c.getEstimatedModuleSize())}}catch(x){e={error:x}}finally{try{u&&!u.done&&(t=l.return)&&t.call(l)}finally{if(e)throw e.error}}if(a<3)return!1;var d=o/s,h=0;try{for(var p=gr(this.possibleCenters),g=p.next();!g.done;g=p.next()){var c=g.value;h+=Math.abs(c.getEstimatedModuleSize()-d)}}catch(x){n={error:x}}finally{try{g&&!g.done&&(i=p.return)&&i.call(p)}finally{if(n)throw n.error}}return h<=.05*o},r.prototype.selectBestPatterns=function(){var e,t,n,i,a=this.possibleCenters.length;if(a<3)throw new b;var o=this.possibleCenters,s;if(a>3){var l=0,u=0;try{for(var c=gr(this.possibleCenters),d=c.next();!d.done;d=c.next()){var h=d.value,p=h.getEstimatedModuleSize();l+=p,u+=p*p}}catch(O){e={error:O}}finally{try{d&&!d.done&&(t=c.return)&&t.call(c)}finally{if(e)throw e.error}}s=l/a;var g=Math.sqrt(u/a-s*s);o.sort(function(O,T){var D=Math.abs(T.getEstimatedModuleSize()-s),F=Math.abs(O.getEstimatedModuleSize()-s);return D<F?-1:D>F?1:0});for(var x=Math.max(.2*s,g),C=0;C<o.length&&o.length>3;C++){var m=o[C];Math.abs(m.getEstimatedModuleSize()-s)>x&&(o.splice(C,1),C--)}}if(o.length>3){var l=0;try{for(var _=gr(o),S=_.next();!S.done;S=_.next()){var E=S.value;l+=E.getEstimatedModuleSize()}}catch(T){n={error:T}}finally{try{S&&!S.done&&(i=_.return)&&i.call(_)}finally{if(n)throw n.error}}s=l/o.length,o.sort(function(T,D){if(D.getCount()===T.getCount()){var F=Math.abs(D.getEstimatedModuleSize()-s),B=Math.abs(T.getEstimatedModuleSize()-s);return F<B?1:F>B?-1:0}else return D.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}(),kc=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 zc(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 b("No pattern found in proccess finder.");var o=r.computeDimension(t,n,i,a),s=yt.getProvisionalVersionForDimension(o),l=s.getDimensionForVersion()-7,u=null;if(s.getAlignmentPatternCenters().length>0)for(var c=n.getX()-t.getX()+i.getX(),d=n.getY()-t.getY()+i.getY(),h=1-3/l,p=Math.floor(t.getX()+h*(c-t.getX())),g=Math.floor(t.getY()+h*(d-t.getY())),x=4;x<=16;x<<=1)try{u=this.findAlignmentInRegion(a,p,g,x);break}catch(S){if(!(S instanceof b))throw S}var C=r.createTransform(t,n,i,u,o),m=r.sampleGrid(this.image,C,o),_;return u===null?_=[i,t,n]:_=[i,t,n,u],new Zn(m,_)},r.createTransform=function(e,t,n,i,a){var o=a-3.5,s,l,u,c;return i!==null?(s=i.getX(),l=i.getY(),u=o-3,c=u):(s=t.getX()-e.getX()+n.getX(),l=t.getY()-e.getY()+n.getY(),u=o,c=o),Da.quadrilateralToQuadrilateral(3.5,3.5,o,3.5,u,c,3.5,o,e.getX(),e.getY(),t.getX(),t.getY(),s,l,n.getX(),n.getY())},r.sampleGrid=function(e,t,n){var i=Qn.getInstance();return i.sampleGridWithTransform(e,n,n,t)},r.computeDimension=function(e,t,n,i){var a=j.round(z.distance(e,t)/i),o=j.round(z.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 b("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 l=Math.floor(t-(i-t)*o);return o=1,l<0?(o=t/(t-l),l=0):l>=this.image.getHeight()&&(o=(this.image.getHeight()-1-t)/(l-t),l=this.image.getHeight()-1),s=Math.floor(e+(s-e)*o),a+=this.sizeOfBlackWhiteBlackRun(e,t,s,l),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),l=Math.abs(i-t),u=-s/2,c=e<n?1:-1,d=t<i?1:-1,h=0,p=n+c,g=e,x=t;g!==p;g+=c){var C=a?x:g,m=a?g:x;if(h===1===this.image.get(C,m)){if(h===2)return j.distance(g,x,e,t);h++}if(u+=l,u>0){if(x===i)break;x+=d,u-=s}}return h===2?j.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 b("Alignment top exceeds estimated module size.");var l=Math.max(0,n-a),u=Math.min(this.image.getHeight()-1,n+a);if(u-l<e*3)throw new b("Alignment bottom exceeds estimated module size.");var c=new Vc(this.image,o,l,s-o,u-l,e,this.resultPointCallback);return c.find()},r}(),si=function(){function r(){this.decoder=new Tc}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 kc(e.getBlackMatrix()).detect(t);n=this.decoder.decodeBitMatrix(o.getBits(),t),i=o.getPoints()}n.getOther()instanceof Ja&&n.getOther().applyMirroredCorrection(i);var s=new Ne(n.getText(),n.getRawBytes(),void 0,i,P.QR_CODE,void 0),l=n.getByteSegments();l!==null&&s.putMetadata(_e.BYTE_SEGMENTS,l);var u=n.getECLevel();return u!==null&&s.putMetadata(_e.ERROR_CORRECTION_LEVEL,u),n.hasStructuredAppend()&&(s.putMetadata(_e.STRUCTURED_APPEND_SEQUENCE,n.getStructuredAppendSequenceNumber()),s.putMetadata(_e.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 b;var i=this.moduleSize(t,e),a=t[1],o=n[1],s=t[0],l=n[0];if(s>=l||a>=o)throw new b;if(o-a!==l-s&&(l=s+(o-a),l>=e.getWidth()))throw new b;var u=Math.round((l-s+1)/i),c=Math.round((o-a+1)/i);if(u<=0||c<=0)throw new b;if(c!==u)throw new b;var d=Math.floor(i/2);a+=d,s+=d;var h=s+Math.floor((u-1)*i)-l;if(h>0){if(h>d)throw new b;s-=h}var p=a+Math.floor((c-1)*i)-o;if(p>0){if(p>d)throw new b;a-=p}for(var g=new Ze(u,c),x=0;x<c;x++)for(var C=a+Math.floor(x*i),m=0;m<u;m++)e.get(s+Math.floor(m*i),C)&&g.set(m,x);return g},r.moduleSize=function(e,t){for(var n=t.getHeight(),i=t.getWidth(),a=e[0],o=e[1],s=!0,l=0;a<i&&o<n;){if(s!==t.get(a,o)){if(++l===5)break;s=!s}a++,o++}if(a===i||o===n)throw new b;return(a-e[0])/7},r.NO_POINTS=new Array,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.")},W=function(){function r(){}return r.prototype.PDF417Common=function(){},r.getBitCountSum=function(e){return j.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=Rc(e),s=o.next();!s.done;s=o.next()){var l=s.value;i[a++]=l}}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=ue.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}(),Uc=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}(),Gc=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.")},Hc=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 Uc(i,a)},r.detect=function(e,t){for(var n,i,a=new Array,o=0,s=0,l=!1;o<t.getHeight();){var u=r.findVertices(t,o,s);if(u[0]==null&&u[3]==null){if(!l)break;l=!1,s=0;try{for(var c=(n=void 0,Gc(a)),d=c.next();!d.done;d=c.next()){var h=d.value;h[1]!=null&&(o=Math.trunc(Math.max(o,h[1].getY()))),h[3]!=null&&(o=Math.max(o,Math.trunc(h[3].getY())))}}catch(p){n={error:p}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}o+=r.ROW_STEP;continue}if(l=!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),l=!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 d=r.findGuardPattern(e,a,--i,n,!1,o,u);if(d!=null)c=d;else{i++;break}}s[0]=new z(c[0],i),s[1]=new z(c[1],i),l=!0;break}}var h=i+1;if(l){for(var p=0,d=Int32Array.from([Math.trunc(s[0].getX()),Math.trunc(s[1].getX())]);h<t;h++){var c=r.findGuardPattern(e,d[0],h,n,!1,o,u);if(c!=null&&Math.abs(d[0]-c[0])<r.MAX_PATTERN_DRIFT&&Math.abs(d[1]-c[1])<r.MAX_PATTERN_DRIFT)d=c,p=0;else{if(p>r.SKIPPED_ROW_COUNT_MAX)break;p++}}h-=p+1,s[2]=new z(d[0],h),s[3]=new z(d[1],h)}return h-i<r.BARCODE_MIN_HEIGHT&&ue.fill(s,null),s},r.findGuardPattern=function(e,t,n,i,a,o,s){ue.fillWithin(s,0,s.length,0);for(var l=t,u=0;e.get(l,n)&&l>0&&u++<r.MAX_PIXEL_DRIFT;)l--;for(var c=l,d=0,h=o.length,p=a;c<i;c++){var g=e.get(c,n);if(g!==p)s[d]++;else{if(d===h-1){if(r.patternMatchVariance(s,o,r.MAX_INDIVIDUAL_VARIANCE)<r.MAX_AVG_VARIANCE)return new Int32Array([l,c]);l+=s[0]+s[1],re.arraycopy(s,2,s,0,d-1),s[d-1]=0,s[d]=0,d--}else d++;s[d]=1,p=!p}}return d===h-1&&r.patternMatchVariance(s,o,r.MAX_INDIVIDUAL_VARIANCE)<r.MAX_AVG_VARIANCE?new Int32Array([l,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 l=a/o;n*=l;for(var u=0,c=0;c<i;c++){var d=e[c],h=t[c]*l,p=d>h?d-h:h-d;if(p>n)return 1/0;u+=p}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}(),qc=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 k;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=qc(this.coefficients),o=a.next();!o.done;o=a.next()){var s=o.value;i=this.field.add(i,s)}}catch(d){t={error:d}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return i}for(var l=this.coefficients[0],u=this.coefficients.length,c=1;c<u;c++)l=this.field.add(this.field.multiply(e,l),this.coefficients[c]);return l},r.prototype.add=function(e){if(!this.field.equals(e.field))throw new k("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 k("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 k("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 l=t[s],u=0;u<a;u++)o[s+u]=this.field.add(o[s+u],this.field.multiply(l,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 k;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 H,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}(),Xc=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 k;return this.logTable[e]},r.prototype.inverse=function(e){if(e===0)throw new Na;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}(),$c=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)}}(),Wc=function(r){$c(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 k;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(W.NUMBER_OF_CODEWORDS,3),e}(Xc),jc=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.")},Yc=function(){function r(){this.field=Wc.PDF417_GF}return r.prototype.decode=function(e,t,n){for(var i,a,o=new Ct(this.field,e),s=new Int32Array(t),l=!1,u=t;u>0;u--){var c=o.evaluateAt(this.field.exp(u));s[t-u]=c,c!==0&&(l=!0)}if(!l)return 0;var d=this.field.getOne();if(n!=null)try{for(var h=jc(n),p=h.next();!p.done;p=h.next()){var g=p.value,x=this.field.exp(e.length-1-g),C=new Ct(this.field,new Int32Array([this.field.subtract(0,x),1]));d=d.multiply(C)}}catch(F){i={error:F}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}finally{if(i)throw i.error}}for(var m=new Ct(this.field,s),_=this.runEuclideanAlgorithm(this.field.buildMonomial(t,1),m,t),S=_[0],E=_[1],O=this.findErrorLocations(S),T=this.findErrorMagnitudes(E,S,O),u=0;u<O.length;u++){var D=e.length-1-this.field.log(O[u]);if(D<0)throw ve.getChecksumInstance();e[D]=this.field.subtract(e[D],T[u])}return O.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(),l=this.field.getOne();o.getDegree()>=Math.round(n/2);){var u=a,c=s;if(a=o,s=l,a.isZero())throw ve.getChecksumInstance();o=u;for(var d=this.field.getZero(),h=a.getCoefficient(a.getDegree()),p=this.field.inverse(h);o.getDegree()>=a.getDegree()&&!o.isZero();){var g=o.getDegree()-a.getDegree(),x=this.field.multiply(o.getCoefficient(o.getDegree()),p);d=d.add(this.field.buildMonomial(g,x)),o=o.subtract(a.multiplyByMonomial(g,x))}l=d.multiply(s).subtract(c).negative()}var C=l.getCoefficient(0);if(C===0)throw ve.getChecksumInstance();var m=this.field.inverse(C),_=l.multiply(m),S=o.multiply(m);return[_,S]},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 ve.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),l=n.length,u=new Int32Array(l),o=0;o<l;o++){var c=this.field.inverse(n[o]),d=this.field.subtract(0,e.evaluateAt(c)),h=this.field.inverse(s.evaluateAt(c));u[o]=this.field.multiply(d,h)}return u},r}(),li=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 b;o?(t=new z(0,i.getY()),n=new z(0,a.getY())):s&&(i=new z(e.getWidth()-1,t.getY()),a=new z(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 l=n?this.topLeft:this.topRight,u=Math.trunc(l.getY()-e);u<0&&(u=0);var c=new z(l.getX(),u);n?i=c:o=c}if(t>0){var d=n?this.bottomLeft:this.bottomRight,h=Math.trunc(d.getY()+t);h>=this.image.getHeight()&&(h=this.image.getHeight()-1);var p=new z(d.getX(),h);n?a=p:s=p}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}(),Zc=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}(),ui=function(){function r(){this.buffer=""}return r.form=function(e,t){var n=-1;function i(o,s,l,u,c,d){if(o==="%%")return"%";if(t[++n]!==void 0){o=u?parseInt(u.substr(1)):void 0;var h=c?parseInt(c.substr(1)):void 0,p;switch(d){case"s":p=t[n];break;case"c":p=t[n][0];break;case"f":p=parseFloat(t[n]).toFixed(o);break;case"p":p=parseFloat(t[n]).toPrecision(o);break;case"e":p=parseFloat(t[n]).toExponential(o);break;case"x":p=parseInt(t[n]).toString(h||16);break;case"d":p=parseFloat(parseInt(t[n],h||10).toPrecision(o)).toFixed(0);break}p=typeof p=="object"?JSON.stringify(p):(+p).toString(h);for(var g=parseInt(l),x=l&&l[0]+""=="0"?"0":" ";p.length<g;)p=s!==void 0?p+x:x+p;return p}}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}(),Kc=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.")},to=function(){function r(e){this.boundingBox=new li(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 ui,i=0;try{for(var a=Kc(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(l){e={error:l}}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}(),Qc=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.")},Jc=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},xr=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(d,h){var p={getKey:function(){return d},getValue:function(){return h}};p.getValue()>n?(n=p.getValue(),i=[],i.push(p.getKey())):p.getValue()===n&&i.push(p.getKey())};try{for(var o=Qc(this.values.entries()),s=o.next();!s.done;s=o.next()){var l=Jc(s.value,2),u=l[0],c=l[1];a(u,c)}}catch(d){e={error:d}}finally{try{s&&!s.done&&(t=o.return)&&t.call(o)}finally{if(e)throw e.error}}return W.toIntArray(i)},r.prototype.getConfidence=function(e){return this.values.get(e)},r}(),ed=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)}}(),ci=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.")},ro=function(r){ed(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=ci(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())),l=this.imageRowToCodewordIndex(Math.trunc(o.getY())),u=-1,c=1,d=0,h=s;h<l;h++)if(n[h]!=null){var p=n[h],g=p.getRowNumber()-u;if(g===0)d++;else if(g===1)c=Math.max(c,d),d=1,u=p.getRowNumber();else if(g<0||p.getRowNumber()>=t.getRowCount()||g>h)n[h]=null;else{var x=void 0;c>2?x=(c-2)*g:x=g;for(var C=x>=h,m=1;m<=x&&!C;m++)C=n[h-m]!=null;C?n[h]=null:(u=p.getRowNumber(),d=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=ci(this.getCodewords()),s=o.next();!s.done;s=o.next()){var l=s.value;if(l!=null){var u=l.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())),l=this.getCodewords(),u=-1,c=o;c<s;c++)if(l[c]!=null){var d=l[c];d.setRowNumberAsRowIndicatorColumn();var h=d.getRowNumber()-u;h===0||(h===1?u=d.getRowNumber():d.getRowNumber()>=t.getRowCount()?l[c]=null:u=d.getRowNumber())}},e.prototype.getBarcodeMetadata=function(){var t,n,i=this.getCodewords(),a=new xr,o=new xr,s=new xr,l=new xr;try{for(var u=ci(i),c=u.next();!c.done;c=u.next()){var d=c.value;if(d!=null){d.setRowNumberAsRowIndicatorColumn();var h=d.getValue()%30,p=d.getRowNumber();switch(this._isLeft||(p+=2),p%3){case 0:o.setValue(h*3+1);break;case 1:l.setValue(h/3),s.setValue(h%3);break;case 2:a.setValue(h+1);break}}}}catch(x){t={error:x}}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||l.getValue().length===0||a.getValue()[0]<1||o.getValue()[0]+s.getValue()[0]<W.MIN_ROWS_IN_BARCODE||o.getValue()[0]+s.getValue()[0]>W.MAX_ROWS_IN_BARCODE)return null;var g=new Zc(a.getValue()[0],o.getValue()[0],s.getValue()[0],l.getValue()[0]);return this.removeIncorrectCodewords(i,g),g},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+`
|
|
257
|
-
`+r.prototype.toString.call(this)},e}(to),td=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.")},rd=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=W.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(),l=s;this.detectionResultColumns[e+1]!=null&&(l=this.detectionResultColumns[e+1].getCodewords());var u=new Array(14);u[2]=s[t],u[3]=l[t],t>0&&(u[0]=n[t-1],u[4]=s[t-1],u[5]=l[t-1]),t>1&&(u[8]=n[t-2],u[10]=s[t-2],u[11]=l[t-2]),t<n.length-1&&(u[1]=n[t+1],u[6]=s[t+1],u[7]=l[t+1]),t<n.length-2&&(u[9]=n[t+2],u[12]=s[t+2],u[13]=l[t+2]);try{for(var c=td(u),d=c.next();!d.done;d=c.next()){var h=d.value;if(r.adjustRowNumber(o,h))return}}catch(p){i={error:p}}finally{try{d&&!d.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 ui,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}(),nd=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}(),id=function(){function r(){}return r.initialize=function(){for(var e=0;e<W.SYMBOL_TABLE.length;e++)for(var t=W.SYMBOL_TABLE[e],n=t&1,i=0;i<W.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(W.BARS_IN_MODULE)),r.RATIOS_TABLE[e][W.BARS_IN_MODULE-i-1]=Math.fround(a/W.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=j.sum(e),n=new Int32Array(W.BARS_IN_MODULE),i=0,a=0,o=0;o<W.MODULES_IN_CODEWORD;o++){var s=t/(2*W.MODULES_IN_CODEWORD)+o*t/W.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 W.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=j.sum(e),n=new Array(W.BARS_IN_MODULE);if(t>1)for(var i=0;i<n.length;i++)n[i]=Math.fround(e[i]/t);var a=Yn.MAX_VALUE,o=-1;this.bSymbolTableReady||r.initialize();for(var s=0;s<r.RATIOS_TABLE.length;s++){for(var l=0,u=r.RATIOS_TABLE[s],c=0;c<W.BARS_IN_MODULE;c++){var d=Math.fround(u[c]-n[c]);if(l+=Math.fround(d*d),l>=a)break}l<a&&(a=l,o=W.SYMBOL_TABLE[s])}return o},r.bSymbolTableReady=!1,r.RATIOS_TABLE=new Array(W.SYMBOL_TABLE.length).map(function(e){return new Array(W.BARS_IN_MODULE)}),r}(),ad=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}(),no=function(){function r(){}return r.parseLong=function(e,t){return t===void 0&&(t=void 0),parseInt(e,t)},r}(),od=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)}}(),sd=function(r){od(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="NullPointerException",e}(Ve),ld=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 sd;if(t<0||t>e.length||n<0||t+n>e.length||t+n<0)throw new qn;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}(),ud=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)}}(),cd=function(r){ud(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(Ve),dd=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)}}(),fd=function(r){dd(e,r);function e(t){t===void 0&&(t=32);var n=r.call(this)||this;if(n.count=0,t<0)throw new k("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 cd;i=q.MAX_VALUE}this.buf=ue.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 qn;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 ue.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}(ld),ee;(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"})(ee||(ee={}));function io(){if(typeof window<"u")return window.BigInt||null;if(typeof global<"u")return global.BigInt||null;if(typeof self<"u")return self.BigInt||null;throw new Error("Can't search globals for BigInt!")}var Qr;function at(r){if(typeof Qr>"u"&&(Qr=io()),Qr===null)throw new Error("BigInt is not supported!");return Qr(r)}function hd(){var r=[];r[0]=at(1);var e=at(900);r[1]=e;for(var t=2;t<16;t++)r[t]=r[t-1]*e;return r}var pd=function(){function r(){}return r.decode=function(e,t){var n=new H(""),i=ce.ISO8859_1;n.enableDecoding(i);for(var a=1,o=e[a++],s=new ad;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:ce.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 M;default:a--,a=r.textCompaction(e,a,n);break}if(a<e.length)o=e[a++];else throw M.getFormatInstance()}if(n.length()===0)throw M.getFormatInstance();var l=new Xr(null,n.toString(),null,t);return l.setOther(s),l},r.decodeMacroBlock=function(e,t,n){if(t+r.NUMBER_OF_SEQUENCE_CODEWORDS>e[0])throw M.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(q.parseInt(r.decodeBase900toBase10(i,r.NUMBER_OF_SEQUENCE_CODEWORDS)));var o=new H;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 l=new H;t=r.textCompaction(e,t+1,l),n.setFileName(l.toString());break;case r.MACRO_PDF417_OPTIONAL_FIELD_SENDER:var u=new H;t=r.textCompaction(e,t+1,u),n.setSender(u.toString());break;case r.MACRO_PDF417_OPTIONAL_FIELD_ADDRESSEE:var c=new H;t=r.textCompaction(e,t+1,c),n.setAddressee(c.toString());break;case r.MACRO_PDF417_OPTIONAL_FIELD_SEGMENT_COUNT:var d=new H;t=r.numericCompaction(e,t+1,d),n.setSegmentCount(q.parseInt(d.toString()));break;case r.MACRO_PDF417_OPTIONAL_FIELD_TIME_STAMP:var h=new H;t=r.numericCompaction(e,t+1,h),n.setTimestamp(no.parseLong(h.toString()));break;case r.MACRO_PDF417_OPTIONAL_FIELD_CHECKSUM:var p=new H;t=r.numericCompaction(e,t+1,p),n.setChecksum(q.parseInt(p.toString()));break;case r.MACRO_PDF417_OPTIONAL_FIELD_FILE_SIZE:var g=new H;t=r.numericCompaction(e,t+1,g),n.setFileSize(no.parseLong(g.toString()));break;default:throw M.getFormatInstance()}break;case r.MACRO_PDF417_TERMINATOR:t++,n.setLastSegment(!0);break;default:throw M.getFormatInstance()}if(s!==-1){var x=t-s;n.isLastSegment()&&x--,n.setOptionalData(ue.copyOfRange(e,s,s+x))}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 l=e[t++];if(l<r.TEXT_COMPACTION_MODE_LATCH)i[o]=l/30,i[o+1]=l%30,o+=2;else switch(l){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,l=e[t++],a[o]=l,o++;break}}return r.decodeTextCompaction(i,a,o,n),t},r.decodeTextCompaction=function(e,t,n,i){for(var a=ee.ALPHA,o=ee.ALPHA,s=0;s<n;){var l=e[s],u="";switch(a){case ee.ALPHA:if(l<26)u=String.fromCharCode(65+l);else switch(l){case 26:u=" ";break;case r.LL:a=ee.LOWER;break;case r.ML:a=ee.MIXED;break;case r.PS:o=a,a=ee.PUNCT_SHIFT;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=ee.ALPHA;break}break;case ee.LOWER:if(l<26)u=String.fromCharCode(97+l);else switch(l){case 26:u=" ";break;case r.AS:o=a,a=ee.ALPHA_SHIFT;break;case r.ML:a=ee.MIXED;break;case r.PS:o=a,a=ee.PUNCT_SHIFT;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=ee.ALPHA;break}break;case ee.MIXED:if(l<r.PL)u=r.MIXED_CHARS[l];else switch(l){case r.PL:a=ee.PUNCT;break;case 26:u=" ";break;case r.LL:a=ee.LOWER;break;case r.AL:a=ee.ALPHA;break;case r.PS:o=a,a=ee.PUNCT_SHIFT;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=ee.ALPHA;break}break;case ee.PUNCT:if(l<r.PAL)u=r.PUNCT_CHARS[l];else switch(l){case r.PAL:a=ee.ALPHA;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=ee.ALPHA;break}break;case ee.ALPHA_SHIFT:if(a=o,l<26)u=String.fromCharCode(65+l);else switch(l){case 26:u=" ";break;case r.TEXT_COMPACTION_MODE_LATCH:a=ee.ALPHA;break}break;case ee.PUNCT_SHIFT:if(a=o,l<r.PAL)u=r.PUNCT_CHARS[l];else switch(l){case r.PAL:a=ee.ALPHA;break;case r.MODE_SHIFT_TO_BYTE_COMPACTION_MODE:i.append(t[s]);break;case r.TEXT_COMPACTION_MODE_LATCH:a=ee.ALPHA;break}break}u!==""&&i.append(u),s++}},r.byteCompaction=function(e,t,n,i,a){var o=new fd,s=0,l=0,u=!1;switch(e){case r.BYTE_COMPACTION_MODE_LATCH:for(var c=new Int32Array(6),d=t[i++];i<t[0]&&!u;)switch(c[s++]=d,l=900*l+d,d=t[i++],d){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 h=0;h<6;++h)o.write(Number(at(l)>>at(8*(5-h))));l=0,s=0}break}i===t[0]&&d<r.TEXT_COMPACTION_MODE_LATCH&&(c[s++]=d);for(var p=0;p<s;p++)o.write(c[p]);break;case r.BYTE_COMPACTION_MODE_LATCH_6:for(;i<t[0]&&!u;){var g=t[i++];if(g<r.TEXT_COMPACTION_MODE_LATCH)s++,l=900*l+g;else switch(g){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 h=0;h<6;++h)o.write(Number(at(l)>>at(8*(5-h))));l=0,s=0}}break}return a.append(Re.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=at(0),i=0;i<t;i++)n+=r.EXP900[t-i-1]*at(e[i]);var a=n.toString();if(a.charAt(0)!=="1")throw new M;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 ,:
|
|
256
|
+
`,". ",", ",": ","!",'"',"#","$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","?","[","]","{","}","CTRL_UL"],r.DIGIT_TABLE=["CTRL_PS"," ","0","1","2","3","4","5","6","7","8","9",",",".","CTRL_UL","CTRL_US"],r}(),j=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}(),Yn=function(){function r(){}return r.floatToIntBits=function(e){return e},r.MAX_VALUE=Number.MAX_SAFE_INTEGER,r}(),z=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*Yn.floatToIntBits(this.x)+Yn.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 l=a;a=s,s=l}e[0]=a,e[1]=o,e[2]=s},r.distance=function(e,t){return j.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}(),Zn=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}(),cu=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)}}(),du=function(r){cu(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}(Zn),Kn=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 b}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,l=!1,u=!1,c=!1,d=!1,h=this.width,p=this.height;o;){o=!1;for(var g=!0;(g||!l)&&t<h;)g=this.containsBlackPoint(n,i,t,!1),g?(t++,o=!0,l=!0):l||t++;if(t>=h){a=!0;break}for(var x=!0;(x||!u)&&i<p;)x=this.containsBlackPoint(e,t,i,!0),x?(i++,o=!0,u=!0):u||i++;if(i>=p){a=!0;break}for(var C=!0;(C||!c)&&e>=0;)C=this.containsBlackPoint(n,i,e,!1),C?(e--,o=!0,c=!0):c||e--;if(e<0){a=!0;break}for(var m=!0;(m||!d)&&n>=0;)m=this.containsBlackPoint(e,t,n,!0),m?(n--,o=!0,d=!0):d||n--;if(n<0){a=!0;break}o&&(s=!0)}if(!a&&s){for(var _=t-e,S=null,E=1;S===null&&E<_;E++)S=this.getBlackPointOnSegment(e,i-E,e+E,i);if(S==null)throw new b;for(var O=null,E=1;O===null&&E<_;E++)O=this.getBlackPointOnSegment(e,n+E,e+E,n);if(O==null)throw new b;for(var T=null,E=1;T===null&&E<_;E++)T=this.getBlackPointOnSegment(t,n+E,t-E,n);if(T==null)throw new b;for(var D=null,E=1;D===null&&E<_;E++)D=this.getBlackPointOnSegment(t,i-E,t-E,i);if(D==null)throw new b;return this.centerEdges(D,S,T,O)}else throw new b},r.prototype.getBlackPointOnSegment=function(e,t,n,i){for(var a=j.round(j.distance(e,t,n,i)),o=(n-e)/a,s=(i-t)/a,l=this.image,u=0;u<a;u++){var c=j.round(e+u*o),d=j.round(t+u*s);if(l.get(c,d))return new z(c,d)}return null},r.prototype.centerEdges=function(e,t,n,i){var a=e.getX(),o=e.getY(),s=t.getX(),l=t.getY(),u=n.getX(),c=n.getY(),d=i.getX(),h=i.getY(),p=r.CORR;return a<this.width/2?[new z(d-p,h+p),new z(s+p,l+p),new z(u-p,c-p),new z(a+p,o-p)]:[new z(d+p,h+p),new z(s+p,l-p),new z(u-p,c+p),new z(a-p,o-p)]},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}(),Ta=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]),l=Math.floor(t[o+1]);if(s<-1||s>n||l<-1||l>i)throw new b;a=!1,s===-1?(t[o]=0,a=!0):s===n&&(t[o]=n-1,a=!0),l===-1?(t[o+1]=0,a=!0):l===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]),l=Math.floor(t[o+1]);if(s<-1||s>n||l<-1||l>i)throw new b;a=!1,s===-1?(t[o]=0,a=!0):s===n&&(t[o]=n-1,a=!0),l===-1?(t[o+1]=0,a=!0):l===i&&(t[o+1]=i-1,a=!0)}},r}(),Da=function(){function r(e,t,n,i,a,o,s,l,u){this.a11=e,this.a21=t,this.a31=n,this.a12=i,this.a22=a,this.a32=o,this.a13=s,this.a23=l,this.a33=u}return r.quadrilateralToQuadrilateral=function(e,t,n,i,a,o,s,l,u,c,d,h,p,g,x,C){var m=r.quadrilateralToSquare(e,t,n,i,a,o,s,l),_=r.squareToQuadrilateral(u,c,d,h,p,g,x,C);return _.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,l=this.a23,u=this.a31,c=this.a32,d=this.a33,h=0;h<t;h+=2){var p=e[h],g=e[h+1],x=a*p+l*g+d;e[h]=(n*p+o*g+u)/x,e[h+1]=(i*p+s*g+c)/x}},r.prototype.transformPointsWithValues=function(e,t){for(var n=this.a11,i=this.a12,a=this.a13,o=this.a21,s=this.a22,l=this.a23,u=this.a31,c=this.a32,d=this.a33,h=e.length,p=0;p<h;p++){var g=e[p],x=t[p],C=a*g+l*x+d;e[p]=(n*g+o*x+u)/C,t[p]=(i*g+s*x+c)/C}},r.squareToQuadrilateral=function(e,t,n,i,a,o,s,l){var u=e-n+a-s,c=t-i+o-l;if(u===0&&c===0)return new r(n-e,a-n,e,i-t,o-i,t,0,0,1);var d=n-a,h=s-a,p=i-o,g=l-o,x=d*g-h*p,C=(u*g-h*c)/x,m=(d*c-u*p)/x;return new r(n-e+C*n,s-e+m*s,e,i-t+C*i,l-t+m*l,t,C,m,1)},r.quadrilateralToSquare=function(e,t,n,i,a,o,s,l){return r.squareToQuadrilateral(e,t,n,i,a,o,s,l).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}(),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)}}(),hu=function(r){fu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.sampleGrid=function(t,n,i,a,o,s,l,u,c,d,h,p,g,x,C,m,_,S,E){var O=Da.quadrilateralToQuadrilateral(a,o,s,l,u,c,d,h,p,g,x,C,m,_,S,E);return this.sampleGridWithTransform(t,n,i,O)},e.prototype.sampleGridWithTransform=function(t,n,i,a){if(n<=0||i<=0)throw new b;for(var o=new Ze(n,i),s=new Float32Array(2*n),l=0;l<i;l++){for(var u=s.length,c=l+.5,d=0;d<u;d+=2)s[d]=d/2+.5,s[d+1]=c;a.transformPoints(s),Ta.checkAndNudgePoints(t,s);try{for(var d=0;d<u;d+=2)t.get(Math.floor(s[d]),Math.floor(s[d+1]))&&o.set(d/2,l)}catch{throw new b}}return o},e}(Ta),Qn=function(){function r(){}return r.setGridSampler=function(e){r.gridSampler=e},r.getInstance=function(){return r.gridSampler},r.gridSampler=new hu,r}(),Be=function(){function r(e,t){this.x=e,this.y=t}return r.prototype.toResultPoint=function(){return new z(this.getX(),this.getY())},r.prototype.getX=function(){return this.x},r.prototype.getY=function(){return this.y},r}(),pu=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 du(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 b;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 l=(a>>t-2<<1)+(a&1);n=(n<<3)+l}),n=((n&1)<<11)+(n>>1);for(var i=0;i<4;i++)if(q.bitCount(n^this.EXPECTED_CORNER_BITS[i])<=2)return i;throw new b},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 l=new Wr(Pe.AZTEC_PARAM);l.decode(o,a)}catch{throw new b}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),l=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 d=this.distancePoint(c,s)*this.nbCenterLayers/(this.distancePoint(a,t)*(this.nbCenterLayers+2));if(d<.75||d>1.25||!this.isWhiteOrBlackRectangle(s,l,u,c))break}t=s,n=l,i=u,a=c,o=!o}if(this.nbCenterLayers!==5&&this.nbCenterLayers!==7)throw new b;this.compact=this.nbCenterLayers===5;var h=new z(t.getX()+.5,t.getY()-.5),p=new z(n.getX()+.5,n.getY()+.5),g=new z(i.getX()-.5,i.getY()+.5),x=new z(a.getX()-.5,a.getY()-.5);return this.expandSquare([h,p,g,x],2*this.nbCenterLayers-3,2*this.nbCenterLayers)},r.prototype.getMatrixCenter=function(){var e,t,n,i;try{var a=new Kn(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 l=j.round((e.getX()+i.getX()+t.getX()+n.getX())/4),u=j.round((e.getY()+i.getY()+t.getY()+n.getY())/4);try{var a=new Kn(this.image,15,l,u).detect();e=a[0],t=a[1],n=a[2],i=a[3]}catch{e=this.getFirstDifferent(new Be(l+7,u-7),!1,1,-1).toResultPoint(),t=this.getFirstDifferent(new Be(l+7,u+7),!1,1,1).toResultPoint(),n=this.getFirstDifferent(new Be(l-7,u+7),!1,-1,1).toResultPoint(),i=this.getFirstDifferent(new Be(l-7,u-7),!1,-1,-1).toResultPoint()}return l=j.round((e.getX()+i.getX()+t.getX()+n.getX())/4),u=j.round((e.getY()+i.getY()+t.getY()+n.getY())/4),new Be(l,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=Qn.getInstance(),s=this.getDimension(),l=s/2-this.nbCenterLayers,u=s/2+this.nbCenterLayers;return o.sampleGrid(e,s,s,l,l,u,l,u,u,l,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(),l=e.getY(),u=o*(t.getX()-e.getX())/a,c=o*(t.getY()-e.getY())/a,d=0;d<n;d++)this.image.get(j.round(s+d*u),j.round(l+d*c))&&(i|=1<<n-d-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(),l=e.getY(),u=this.image.get(e.getX(),e.getY()),c=Math.ceil(n),d=0;d<c;d++)s+=i,l+=a,this.image.get(j.round(s),j.round(l))!==u&&o++;var h=o/n;return h>.1&&h<.9?0:h<=.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,l=(e[0].getY()+e[2].getY())/2,u=new z(s+i*a,l+i*o),c=new z(s-i*a,l-i*o);a=e[1].getX()-e[3].getX(),o=e[1].getY()-e[3].getY(),s=(e[1].getX()+e[3].getX())/2,l=(e[1].getY()+e[3].getY())/2;var d=new z(s+i*a,l+i*o),h=new z(s-i*a,l-i*o),p=[u,d,c,h];return p},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=j.round(e.getX()),n=j.round(e.getY());return this.isValid(t,n)},r.prototype.distancePoint=function(e,t){return j.distance(e.getX(),e.getY(),t.getX(),t.getY())},r.prototype.distanceResultPoint=function(e,t){return j.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*(q.truncDivision(this.nbLayers-4,8)+1)+15},r}(),Jn=function(){function r(){}return r.prototype.decode=function(e,t){t===void 0&&(t=null);var n=null,i=new pu(e.getBlackMatrix()),a=null,o=null;try{var s=i.detectMirror(!1);a=s.getPoints(),this.reportFoundResultPoints(t,a),o=new ba().decode(s)}catch(d){n=d}if(o==null)try{var s=i.detectMirror(!0);a=s.getPoints(),this.reportFoundResultPoints(t,a),o=new ba().decode(s)}catch(d){throw n??d}var l=new Ne(o.getText(),o.getRawBytes(),o.getNumBits(),a,P.AZTEC,re.currentTimeMillis()),u=o.getByteSegments();u!=null&&l.putMetadata(_e.BYTE_SEGMENTS,u);var c=o.getECLevel();return c!=null&&l.putMetadata(_e.ERROR_CORRECTION_LEVEL,c),l},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}(),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)}}();(function(r){vu(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new Jn,t)||this}return e})(Vt);var de=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(_e.ORIENTATION)===!0&&(s=s+o.get(_e.ORIENTATION)%360),a.putMetadata(_e.ORIENTATION,s);var l=a.getResultPoints();if(l!==null)for(var u=i.getHeight(),c=0;c<l.length;c++)l[c]=new z(u-l[c].getY()-1,l[c].getX());return a}else throw new b}},r.prototype.reset=function(){},r.prototype.doDecode=function(e,t){var n=e.getWidth(),i=e.getHeight(),a=new ge(n),o=t&&t.get(oe.TRY_HARDER)===!0,s=Math.max(1,i>>(o?8:5)),l;o?l=i:l=15;for(var u=Math.trunc(i/2),c=0;c<l;c++){var d=Math.trunc((c+1)/2),h=(c&1)===0,p=u+s*(h?d:-d);if(p<0||p>=i)break;try{a=e.getBlackRow(p,a)}catch{continue}for(var g=function(_){if(_===1&&(a.reverse(),t&&t.get(oe.NEED_RESULT_POINT_CALLBACK)===!0)){var S=new Map;t.forEach(function(T,D){return S.set(D,T)}),S.delete(oe.NEED_RESULT_POINT_CALLBACK),t=S}try{var E=x.decodeRow(p,a,t);if(_===1){E.putMetadata(_e.ORIENTATION,180);var O=E.getResultPoints();O!==null&&(O[0]=new z(n-O[0].getX()-1,O[0].getY()),O[1]=new z(n-O[1].getX()-1,O[1].getY()))}return{value:E}}catch{}},x=this,C=0;C<2;C++){var m=g(C);if(typeof m=="object")return m.value}}throw new b},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 b;for(var s=!e.get(t),l=0,u=t;u<o;){if(e.get(u)!==s)n[l]++;else{if(++l===i)break;n[l]=1,s=!s}u++}if(!(l===i||l===i-1&&u===o))throw new b},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 b;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 l=a/o;n*=l;for(var u=0,c=0;c<i;c++){var d=e[c],h=t[c]*l,p=d>h?d-h:h-d;if(p>n)return Number.POSITIVE_INFINITY;u+=p}return u/a},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)}}(),Ma=function(r){gu(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,l=!1,u=6,c=i;c<n;c++)if(t.get(c)!==l)o[a]++;else{if(a===u-1){for(var d=e.MAX_AVG_VARIANCE,h=-1,p=e.CODE_START_A;p<=e.CODE_START_C;p++){var g=de.patternMatchVariance(o,e.CODE_PATTERNS[p],e.MAX_INDIVIDUAL_VARIANCE);g<d&&(d=g,h=p)}if(h>=0&&t.isRange(Math.max(0,s-(c-s)/2),s,!1))return Int32Array.from([s,c,h]);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,l=!l}throw new b},e.decodeCode=function(t,n,i){de.recordPattern(t,i,n);for(var a=e.MAX_AVG_VARIANCE,o=-1,s=0;s<e.CODE_PATTERNS.length;s++){var l=e.CODE_PATTERNS[s],u=this.patternMatchVariance(n,l,e.MAX_INDIVIDUAL_VARIANCE);u<a&&(a=u,o=s)}if(o>=0)return o;throw new b},e.prototype.decodeRow=function(t,n,i){var a=i&&i.get(oe.ASSUME_GS1)===!0,o=e.findStartPattern(n),s=o[2],l=0,u=new Uint8Array(20);u[l++]=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 M}for(var d=!1,h=!1,p="",g=o[0],x=o[1],C=Int32Array.from([0,0,0,0,0,0]),m=0,_=0,S=s,E=0,O=!0,T=!1,D=!1;!d;){var F=h;switch(h=!1,m=_,_=e.decodeCode(n,C,x),u[l++]=_,_!==e.CODE_STOP&&(O=!0),_!==e.CODE_STOP&&(E++,S+=E*_),g=x,x+=C.reduce(function(Qi,Ji){return Qi+Ji},0),_){case e.CODE_START_A:case e.CODE_START_B:case e.CODE_START_C:throw new M}switch(c){case e.CODE_CODE_A:if(_<64)D===T?p+=String.fromCharCode(32+_):p+=String.fromCharCode(32+_+128),D=!1;else if(_<96)D===T?p+=String.fromCharCode(_-64):p+=String.fromCharCode(_+64),D=!1;else switch(_!==e.CODE_STOP&&(O=!1),_){case e.CODE_FNC_1:a&&(p.length===0?p+="]C1":p+="");break;case e.CODE_FNC_2:case e.CODE_FNC_3:break;case e.CODE_FNC_4_A:!T&&D?(T=!0,D=!1):T&&D?(T=!1,D=!1):D=!0;break;case e.CODE_SHIFT:h=!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:d=!0;break}break;case e.CODE_CODE_B:if(_<96)D===T?p+=String.fromCharCode(32+_):p+=String.fromCharCode(32+_+128),D=!1;else switch(_!==e.CODE_STOP&&(O=!1),_){case e.CODE_FNC_1:a&&(p.length===0?p+="]C1":p+="");break;case e.CODE_FNC_2:case e.CODE_FNC_3:break;case e.CODE_FNC_4_B:!T&&D?(T=!0,D=!1):T&&D?(T=!1,D=!1):D=!0;break;case e.CODE_SHIFT:h=!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:d=!0;break}break;case e.CODE_CODE_C:if(_<100)_<10&&(p+="0"),p+=_;else switch(_!==e.CODE_STOP&&(O=!1),_){case e.CODE_FNC_1:a&&(p.length===0?p+="]C1":p+="");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:d=!0;break}break}F&&(c=c===e.CODE_CODE_A?e.CODE_CODE_B:e.CODE_CODE_A)}var B=x-g;if(x=n.getNextUnset(x),!n.isRange(x,Math.min(n.getSize(),x+(x-g)/2),!1))throw new b;if(S-=E*m,S%103!==m)throw new ve;var L=p.length;if(L===0)throw new b;L>0&&O&&(c===e.CODE_CODE_C?p=p.substring(0,L-2):p=p.substring(0,L-1));for(var Q=(o[1]+o[0])/2,G=g+B/2,ae=u.length,He=new Uint8Array(ae),dt=0;dt<ae;dt++)He[dt]=u[dt];var Ki=[new z(Q,t),new z(G,t)];return new Ne(p,He,0,Ki,P.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}(de),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)}}(),ei=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.")},Fa=function(r){xu(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,l,u=this.counters;u.fill(0),this.decodeRowResult="";var c=e.findAsteriskPattern(n,u),d=n.getNextSet(c[1]),h=n.getSize(),p,g;do{e.recordPattern(n,d,u);var x=e.toNarrowWidePattern(u);if(x<0)throw new b;p=e.patternToChar(x),this.decodeRowResult+=p,g=d;try{for(var C=(a=void 0,ei(u)),m=C.next();!m.done;m=C.next()){var _=m.value;d+=_}}catch(ae){a={error:ae}}finally{try{m&&!m.done&&(o=C.return)&&o.call(C)}finally{if(a)throw a.error}}d=n.getNextSet(d)}while(p!=="*");this.decodeRowResult=this.decodeRowResult.substring(0,this.decodeRowResult.length-1);var S=0;try{for(var E=ei(u),O=E.next();!O.done;O=E.next()){var _=O.value;S+=_}}catch(ae){s={error:ae}}finally{try{O&&!O.done&&(l=E.return)&&l.call(E)}finally{if(s)throw s.error}}var T=d-g-S;if(d!==h&&T*2<S)throw new b;if(this.usingCheckDigit){for(var D=this.decodeRowResult.length-1,F=0,B=0;B<D;B++)F+=e.ALPHABET_STRING.indexOf(this.decodeRowResult.charAt(B));if(this.decodeRowResult.charAt(D)!==e.ALPHABET_STRING.charAt(F%43))throw new ve;this.decodeRowResult=this.decodeRowResult.substring(0,D)}if(this.decodeRowResult.length===0)throw new b;var L;this.extendedMode?L=e.decodeExtended(this.decodeRowResult):L=this.decodeRowResult;var Q=(c[1]+c[0])/2,G=g+S/2;return new Ne(L,null,0,[new z(Q,t),new z(G,t)],P.CODE_39,new Date().getTime())},e.findAsteriskPattern=function(t,n){for(var i=t.getSize(),a=t.getNextSet(0),o=0,s=a,l=!1,u=n.length,c=a;c<i;c++)if(t.get(c)!==l)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,l=!l}throw new b},e.toNarrowWidePattern=function(t){var n,i,a=t.length,o=0,s;do{var l=2147483647;try{for(var u=(n=void 0,ei(t)),c=u.next();!c.done;c=u.next()){var d=c.value;d<l&&d>o&&(l=d)}}catch(x){n={error:x}}finally{try{c&&!c.done&&(i=u.return)&&i.call(u)}finally{if(n)throw n.error}}o=l,s=0;for(var h=0,p=0,g=0;g<a;g++){var d=t[g];d>o&&(p|=1<<a-1-g,s++,h+=d)}if(s===3){for(var g=0;g<a&&s>0;g++){var d=t[g];if(d>o&&(s--,d*2>=h))return-1}return p}}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 b},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),l="\0";switch(o){case"+":if(s>="A"&&s<="Z")l=String.fromCharCode(s.charCodeAt(0)+32);else throw new M;break;case"$":if(s>="A"&&s<="Z")l=String.fromCharCode(s.charCodeAt(0)-64);else throw new M;break;case"%":if(s>="A"&&s<="E")l=String.fromCharCode(s.charCodeAt(0)-38);else if(s>="F"&&s<="J")l=String.fromCharCode(s.charCodeAt(0)-11);else if(s>="K"&&s<="O")l=String.fromCharCode(s.charCodeAt(0)+16);else if(s>="P"&&s<="T")l=String.fromCharCode(s.charCodeAt(0)+43);else if(s==="U")l="\0";else if(s==="V")l="@";else if(s==="W")l="`";else if(s==="X"||s==="Y"||s==="Z")l="";else throw new M;break;case"/":if(s>="A"&&s<="O")l=String.fromCharCode(s.charCodeAt(0)-32);else if(s==="Z")l=":";else throw new M;break}i+=l,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}(de),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)}}(),ti=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.")},Va=function(r){yu(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,l,u=this.findAsteriskPattern(n),c=n.getNextSet(u[1]),d=n.getSize(),h=this.counters;h.fill(0),this.decodeRowResult="";var p,g;do{e.recordPattern(n,c,h);var x=this.toPattern(h);if(x<0)throw new b;p=this.patternToChar(x),this.decodeRowResult+=p,g=c;try{for(var C=(a=void 0,ti(h)),m=C.next();!m.done;m=C.next()){var _=m.value;c+=_}}catch(B){a={error:B}}finally{try{m&&!m.done&&(o=C.return)&&o.call(C)}finally{if(a)throw a.error}}c=n.getNextSet(c)}while(p!=="*");this.decodeRowResult=this.decodeRowResult.substring(0,this.decodeRowResult.length-1);var S=0;try{for(var E=ti(h),O=E.next();!O.done;O=E.next()){var _=O.value;S+=_}}catch(B){s={error:B}}finally{try{O&&!O.done&&(l=E.return)&&l.call(E)}finally{if(s)throw s.error}}if(c===d||!n.get(c))throw new b;if(this.decodeRowResult.length<2)throw new b;this.checkChecksums(this.decodeRowResult),this.decodeRowResult=this.decodeRowResult.substring(0,this.decodeRowResult.length-2);var T=this.decodeExtended(this.decodeRowResult),D=(u[1]+u[0])/2,F=g+S/2;return new Ne(T,null,0,[new z(D,t),new z(F,t)],P.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,l=a.length,u=0,c=i;c<n;c++)if(t.get(c)!==s)a[u]++;else{if(u===l-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 b},e.prototype.toPattern=function(t){var n,i,a=0;try{for(var o=ti(t),s=o.next();!s.done;s=o.next()){var l=s.value;a+=l}}catch(g){n={error:g}}finally{try{s&&!s.done&&(i=o.return)&&i.call(o)}finally{if(n)throw n.error}}for(var u=0,c=t.length,d=0;d<c;d++){var h=Math.round(t[d]*9/a);if(h<1||h>4)return-1;if((d&1)===0)for(var p=0;p<h;p++)u=u<<1|1;else u<<=h}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 b},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 M;var s=t.charAt(a+1),l="\0";switch(o){case"d":if(s>="A"&&s<="Z")l=String.fromCharCode(s.charCodeAt(0)+32);else throw new M;break;case"a":if(s>="A"&&s<="Z")l=String.fromCharCode(s.charCodeAt(0)-64);else throw new M;break;case"b":if(s>="A"&&s<="E")l=String.fromCharCode(s.charCodeAt(0)-38);else if(s>="F"&&s<="J")l=String.fromCharCode(s.charCodeAt(0)-11);else if(s>="K"&&s<="O")l=String.fromCharCode(s.charCodeAt(0)+16);else if(s>="P"&&s<="T")l=String.fromCharCode(s.charCodeAt(0)+43);else if(s==="U")l="\0";else if(s==="V")l="@";else if(s==="W")l="`";else if(s>="X"&&s<="Z")l="";else throw new M;break;case"c":if(s>="A"&&s<="O")l=String.fromCharCode(s.charCodeAt(0)-32);else if(s==="Z")l=":";else throw new M;break}i+=l,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 ve},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}(de),Cu=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){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.")},Pa=function(r){Cu(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),l=this.decodeEnd(n),u=new H;e.decodeMiddle(n,s[1],l[0],u);var c=u.toString(),d=null;i!=null&&(d=i.get(oe.ALLOWED_LENGTHS)),d==null&&(d=e.DEFAULT_ALLOWED_LENGTHS);var h=c.length,p=!1,g=0;try{for(var x=wu(d),C=x.next();!C.done;C=x.next()){var m=C.value;if(h===m){p=!0;break}m>g&&(g=m)}}catch(E){a={error:E}}finally{try{C&&!C.done&&(o=x.return)&&o.call(x)}finally{if(a)throw a.error}}if(!p&&h>g&&(p=!0),!p)throw new M;var _=[new z(s[1],t),new z(l[0],t)],S=new Ne(c,null,0,_,P.ITF,new Date().getTime());return S},e.decodeMiddle=function(t,n,i,a){var o=new Int32Array(10),s=new Int32Array(5),l=new Int32Array(5);for(o.fill(0),s.fill(0),l.fill(0);n<i;){de.recordPattern(t,n,o);for(var u=0;u<5;u++){var c=2*u;s[u]=o[c],l[u]=o[c+1]}var d=e.decodeDigit(s);a.append(d.toString()),d=this.decodeDigit(l),a.append(d.toString()),o.forEach(function(h){n+=h})}},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 b},e.skipWhiteSpace=function(t){var n=t.getSize(),i=t.getNextSet(0);if(i===n)throw new b;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 b&&(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(),l=!1,u=0,c=n;o.fill(0);for(var d=n;d<s;d++)if(t.get(d)!==l)o[u]++;else{if(u===a-1){if(de.patternMatchVariance(o,i,e.MAX_INDIVIDUAL_VARIANCE)<e.MAX_AVG_VARIANCE)return[c,d];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,l=!l}throw new b},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],l=de.patternMatchVariance(t,s,e.MAX_INDIVIDUAL_VARIANCE);l<n?(n=l,i=o):l===n&&(i=-1)}if(i>=0)return i%10;throw new b},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}(de),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)}}(),Pt=function(r){mu(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 l=s-(a-s);l>=0&&(n=t.isRange(l,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 M;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 M;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 l=0,u=n,c=a.length,d=i,h=n;h<s;h++)if(t.get(h)!==d)o[l]++;else{if(l===c-1){if(de.patternMatchVariance(o,a,e.MAX_INDIVIDUAL_VARIANCE)<e.MAX_AVG_VARIANCE)return Int32Array.from([u,h]);u+=o[0]+o[1];for(var p=o.slice(2,o.length),g=0;g<l-1;g++)o[g]=p[g];o[l-1]=0,o[l]=0,l--}else l++;o[l]=1,d=!d}throw new b},e.decodeDigit=function(t,n,i,a){this.recordPattern(t,i,n);for(var o=this.MAX_AVG_VARIANCE,s=-1,l=a.length,u=0;u<l;u++){var c=a[u],d=de.patternMatchVariance(n,c,e.MAX_INDIVIDUAL_VARIANCE);d<o&&(o=d,s=u)}if(s>=0)return s;throw new b},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}(de),_u=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.")},Au=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),l=[new z((n[0]+n[1])/2,e),new z(a,e)],u=new Ne(o,null,0,l,P.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(),l=t[1],u=0,c=0;c<5&&l<s;c++){var d=Pt.decodeDigit(e,o,l,Pt.L_AND_G_PATTERNS);n+=String.fromCharCode(48+d%10);try{for(var h=(i=void 0,_u(o)),p=h.next();!p.done;p=h.next()){var g=p.value;l+=g}}catch(C){i={error:C}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}finally{if(i)throw i.error}}d>=10&&(u|=1<<4-c),c!==4&&(l=e.getNextSet(l),l=e.getNextUnset(l))}if(n.length!==5)throw new b;var x=this.determineCheckDigit(u);if(r.extensionChecksum(n.toString())!==x)throw new b;return l},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 b},r.parseExtensionString=function(e){if(e.length!==5)return null;var t=r.parseExtension5String(e);return t==null?null:new Map([[_e.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}(),Eu=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.")},Su=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),l=[new z((n[0]+n[1])/2,e),new z(a,e)],u=new Ne(o,null,0,l,P.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(),l=t[1],u=0,c=0;c<2&&l<s;c++){var d=Pt.decodeDigit(e,o,l,Pt.L_AND_G_PATTERNS);n+=String.fromCharCode(48+d%10);try{for(var h=(i=void 0,Eu(o)),p=h.next();!p.done;p=h.next()){var g=p.value;l+=g}}catch(x){i={error:x}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}finally{if(i)throw i.error}}d>=10&&(u|=1<<1-c),c!==1&&(l=e.getNextSet(l),l=e.getNextUnset(l))}if(n.length!==2)throw new b;if(parseInt(n.toString())%4!==u)throw new b;return l},r.parseExtensionString=function(e){return e.length!==2?null:new Map([[_e.ISSUE_NUMBER,parseInt(e)]])},r}(),Iu=function(){function r(){}return r.decodeRow=function(e,t,n){var i=Pt.findGuardPattern(t,n,!1,this.EXTENSION_START_PATTERN,new Int32Array(this.EXTENSION_START_PATTERN.length).fill(0));try{var a=new Au;return a.decodeRow(e,t,i)}catch{var o=new Su;return o.decodeRow(e,t,i)}},r.EXTENSION_START_PATTERN=Int32Array.from([1,1,2]),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)}}(),fe=function(r){Ou(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 z((a[0]+a[1])/2,t);o.foundPossibleResultPoint(s)}var l=this.decodeMiddle(n,a,this.decodeRowStringBuffer),u=l.rowOffset,c=l.resultString;if(o!=null){var d=new z(u,t);o.foundPossibleResultPoint(d)}var h=e.decodeEnd(n,u);if(o!=null){var p=new z((h[0]+h[1])/2,t);o.foundPossibleResultPoint(p)}var g=h[1],x=g+(g-h[0]);if(x>=n.getSize()||!n.isRange(g,x,!1))throw new b;var C=c.toString();if(C.length<8)throw new M;if(!e.checkChecksum(C))throw new ve;var m=(a[1]+a[0])/2,_=(h[1]+h[0])/2,S=this.getBarcodeFormat(),E=[new z(m,t),new z(_,t)],O=new Ne(C,null,0,E,S,new Date().getTime()),T=0;try{var D=Iu.decodeRow(t,n,h[1]);O.putMetadata(_e.UPC_EAN_EXTENSION,D.getText()),O.putAllMetadata(D.getResultMetadata()),O.addResultPoints(D.getResultPoints()),T=D.getText().length}catch{}var F=i==null?null:i.get(oe.ALLOWED_EAN_EXTENSIONS);if(F!=null){var B=!1;for(var L in F)if(T.toString()===L){B=!0;break}if(!B)throw new b}return S===P.EAN_13||P.UPC_A,O},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 M;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 M;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}(Pt),Nu=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)}}(),Ba=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.")},ri=function(r){Nu(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,l,u=this.decodeMiddleCounters;u[0]=0,u[1]=0,u[2]=0,u[3]=0;for(var c=t.getSize(),d=n[1],h=0,p=0;p<6&&d<c;p++){var g=fe.decodeDigit(t,u,d,fe.L_AND_G_PATTERNS);i+=String.fromCharCode(48+g%10);try{for(var x=(a=void 0,Ba(u)),C=x.next();!C.done;C=x.next()){var m=C.value;d+=m}}catch(O){a={error:O}}finally{try{C&&!C.done&&(o=x.return)&&o.call(x)}finally{if(a)throw a.error}}g>=10&&(h|=1<<5-p)}i=e.determineFirstDigit(i,h);var _=fe.findGuardPattern(t,d,!0,fe.MIDDLE_PATTERN,new Int32Array(fe.MIDDLE_PATTERN.length).fill(0));d=_[1];for(var p=0;p<6&&d<c;p++){var g=fe.decodeDigit(t,u,d,fe.L_PATTERNS);i+=String.fromCharCode(48+g);try{for(var S=(s=void 0,Ba(u)),E=S.next();!E.done;E=S.next()){var m=E.value;d+=m}}catch(D){s={error:D}}finally{try{E&&!E.done&&(l=S.return)&&l.call(S)}finally{if(s)throw s.error}}}return{rowOffset:d,resultString:i}},e.prototype.getBarcodeFormat=function(){return P.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 b},e.FIRST_DIGIT_ENCODINGS=[0,11,13,14,19,25,28,21,22,26],e}(fe),bu=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)}}(),La=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.")},za=function(r){bu(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,l,u=this.decodeMiddleCounters;u[0]=0,u[1]=0,u[2]=0,u[3]=0;for(var c=t.getSize(),d=n[1],h=0;h<4&&d<c;h++){var p=fe.decodeDigit(t,u,d,fe.L_PATTERNS);i+=String.fromCharCode(48+p);try{for(var g=(a=void 0,La(u)),x=g.next();!x.done;x=g.next()){var C=x.value;d+=C}}catch(E){a={error:E}}finally{try{x&&!x.done&&(o=g.return)&&o.call(g)}finally{if(a)throw a.error}}}var m=fe.findGuardPattern(t,d,!0,fe.MIDDLE_PATTERN,new Int32Array(fe.MIDDLE_PATTERN.length).fill(0));d=m[1];for(var h=0;h<4&&d<c;h++){var p=fe.decodeDigit(t,u,d,fe.L_PATTERNS);i+=String.fromCharCode(48+p);try{for(var _=(s=void 0,La(u)),S=_.next();!S.done;S=_.next()){var C=S.value;d+=C}}catch(T){s={error:T}}finally{try{S&&!S.done&&(l=_.return)&&l.call(_)}finally{if(s)throw s.error}}}return{rowOffset:d,resultString:i}},e.prototype.getBarcodeFormat=function(){return P.EAN_8},e}(fe),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)}}(),ka=function(r){Tu(e,r);function e(){var t=r!==null&&r.apply(this,arguments)||this;return t.ean13Reader=new ri,t}return e.prototype.getBarcodeFormat=function(){return P.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 Ne(n.substring(1),null,null,t.getResultPoints(),P.UPC_A);return t.getResultMetadata()!=null&&i.putAllMetadata(t.getResultMetadata()),i}else throw new b},e.prototype.reset=function(){this.ean13Reader.reset()},e}(fe),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)}}(),Mu=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.")},Ra=function(r){Du(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(C){return C});s[0]=0,s[1]=0,s[2]=0,s[3]=0;for(var l=t.getSize(),u=n[1],c=0,d=0;d<6&&u<l;d++){var h=e.decodeDigit(t,s,u,e.L_AND_G_PATTERNS);i+=String.fromCharCode(48+h%10);try{for(var p=(a=void 0,Mu(s)),g=p.next();!g.done;g=p.next()){var x=g.value;u+=x}}catch(C){a={error:C}}finally{try{g&&!g.done&&(o=p.return)&&o.call(p)}finally{if(a)throw a.error}}h>=10&&(c|=1<<5-d)}return e.determineNumSysAndCheckDigit(new H(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 fe.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 b.getNotFoundInstance()},e.prototype.getBarcodeFormat=function(){return P.UPC_E},e.convertUPCEtoUPCA=function(t){var n=t.slice(1,7).split("").map(function(o){return o.charCodeAt(0)}),i=new H;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}(fe),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)}}(),Ua=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.")},ni=function(r){Fu(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(P.EAN_13)>-1&&a.push(new ri),i.indexOf(P.UPC_A)>-1&&a.push(new ka),i.indexOf(P.EAN_8)>-1&&a.push(new za),i.indexOf(P.UPC_E)>-1&&a.push(new Ra)),a.length===0&&(a.push(new ri),a.push(new ka),a.push(new za),a.push(new Ra)),n.readers=a,n}return e.prototype.decodeRow=function(t,n,i){var a,o;try{for(var s=Ua(this.readers),l=s.next();!l.done;l=s.next()){var u=l.value;try{var c=u.decodeRow(t,n,i),d=c.getBarcodeFormat()===P.EAN_13&&c.getText().charAt(0)==="0",h=i==null?null:i.get(oe.POSSIBLE_FORMATS),p=h==null||h.includes(P.UPC_A);if(d&&p){var g=c.getRawBytes(),x=new Ne(c.getText().substring(1),g,g?g.length:null,c.getResultPoints(),P.UPC_A);return x.putAllMetadata(c.getResultMetadata()),x}return c}catch{}}}catch(C){a={error:C}}finally{try{l&&!l.done&&(o=s.return)&&o.call(s)}finally{if(a)throw a.error}}throw new b},e.prototype.reset=function(){var t,n;try{for(var i=Ua(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}(de),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)}}(),Pu=function(r){Vu(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 b;var o=this.codaBarDecodeRow(a.row);if(!o)throw new b;return new Ne(o,null,0,[new z(a.left,t),new z(a.right,t)],P.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],l=1,u=1;u<n.length;u++)n[u]===s?l++:(s=n[u],o.push(l),l=1);return o.push(l),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(l,u){return(l+u)/2},0));t.length>0;){var a=t.splice(0,8).splice(0,7),o=a.map(function(l){return l<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}(de),Bu=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)}}(),Lu=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.")},vt=function(r){Bu(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(de.patternMatchVariance(t,n[i],e.MAX_INDIVIDUAL_VARIANCE)<e.MAX_AVG_VARIANCE)return i;throw new b},e.count=function(t){return j.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 l=Number.MAX_SAFE_INTEGER,u=Number.MIN_SAFE_INTEGER;try{for(var c=Lu(t),d=c.next();!d.done;d=c.next()){var h=d.value;h>u&&(u=h),h<l&&(l=h)}}catch(p){n={error:p}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}return u<10*l}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}(de),jr=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}(),Ga=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 z(n,a)),this.resultPoints.push(new z(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}(),zu=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.")},Bt=function(){function r(){}return r.getRSSvalue=function(e,t,n){var i,a,o=0;try{for(var s=zu(e),l=s.next();!l.done;l=s.next()){var u=l.value;o+=u}}catch(_){i={error:_}}finally{try{l&&!l.done&&(a=s.return)&&a.call(s)}finally{if(i)throw i.error}}for(var c=0,d=0,h=e.length,p=0;p<h-1;p++){var g=void 0;for(g=1,d|=1<<p;g<e[p];g++,d&=~(1<<p)){var x=r.combins(o-g-1,h-p-2);if(n&&d===0&&o-g-(h-p-1)>=h-p-1&&(x-=r.combins(o-g-(h-p),h-p-2)),h-p-1>1){for(var C=0,m=o-g-(h-p-2);m>t;m--)C+=r.combins(o-g-m-1,h-p-3);x-=C*(h-1-p)}else o-g>t&&x--;c+=x}o-=g}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}(),ku=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 ge(n),a=0,o=e[0],s=o.getRightChar().getValue(),l=11;l>=0;--l)(s&1<<l)!==0&&i.set(a),a++;for(var l=1;l<e.length;++l){for(var u=e[l],c=u.getLeftChar().getValue(),d=11;d>=0;--d)(c&1<<d)!==0&&i.set(a),a++;if(u.getRightChar()!==null)for(var h=u.getRightChar().getValue(),d=11;d>=0;--d)(h&1<<d)!==0&&i.set(a),a++}return i},r}(),gt=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}(),ii=function(){function r(e){this.newPosition=e}return r.prototype.getNewPosition=function(){return this.newPosition},r}(),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)}}(),We=function(r){Ru(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}(ii),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)}}(),xt=function(r){Uu(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}(ii),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)}}(),Lt=function(r){Gu(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 M;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}(ii),Yr=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(){}return r.parseFieldsInGeneralPurpose=function(e){var t,n,i,a,o,s,l,u;if(!e)return null;if(e.length<2)throw new b;var c=e.substring(0,2);try{for(var d=Yr(r.TWO_DIGIT_DATA_LENGTH),h=d.next();!h.done;h=d.next()){var p=h.value;if(p[0]===c)return p[1]===r.VARIABLE_LENGTH?r.processVariableAI(2,p[2],e):r.processFixedAI(2,p[1],e)}}catch(T){t={error:T}}finally{try{h&&!h.done&&(n=d.return)&&n.call(d)}finally{if(t)throw t.error}}if(e.length<3)throw new b;var g=e.substring(0,3);try{for(var x=Yr(r.THREE_DIGIT_DATA_LENGTH),C=x.next();!C.done;C=x.next()){var p=C.value;if(p[0]===g)return p[1]===r.VARIABLE_LENGTH?r.processVariableAI(3,p[2],e):r.processFixedAI(3,p[1],e)}}catch(T){i={error:T}}finally{try{C&&!C.done&&(a=x.return)&&a.call(x)}finally{if(i)throw i.error}}try{for(var m=Yr(r.THREE_DIGIT_PLUS_DIGIT_DATA_LENGTH),_=m.next();!_.done;_=m.next()){var p=_.value;if(p[0]===g)return p[1]===r.VARIABLE_LENGTH?r.processVariableAI(4,p[2],e):r.processFixedAI(4,p[1],e)}}catch(T){o={error:T}}finally{try{_&&!_.done&&(s=m.return)&&s.call(m)}finally{if(o)throw o.error}}if(e.length<4)throw new b;var S=e.substring(0,4);try{for(var E=Yr(r.FOUR_DIGIT_DATA_LENGTH),O=E.next();!O.done;O=E.next()){var p=O.value;if(p[0]===S)return p[1]===r.VARIABLE_LENGTH?r.processVariableAI(4,p[2],e):r.processFixedAI(4,p[1],e)}}catch(T){l={error:T}}finally{try{O&&!O.done&&(u=E.return)&&u.call(E)}finally{if(l)throw l.error}}throw new b},r.processFixedAI=function(e,t,n){if(n.length<e)throw new b;var i=n.substring(0,e);if(n.length<e+t)throw new b;var a=n.substring(e,e+t),o=n.substring(e+t),s="("+i+")"+a,l=r.parseFieldsInGeneralPurpose(o);return l==null?s:s+l},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),l="("+i+")"+o,u=r.parseFieldsInGeneralPurpose(s);return u==null?l:l+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}(),Zr=function(){function r(e){this.buffer=new H,this.information=e}return r.prototype.decodeAllCodes=function(e,t){var n=t,i=null;do{var a=this.decodeGeneralPurposeField(n,i),o=Hu.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 Lt(this.information.getSize(),Lt.FNC1,Lt.FNC1):new Lt(this.information.getSize(),t-1,Lt.FNC1)}var n=this.extractNumericValueFromBitArray(e,7),i=(n-8)/11,a=(n-8)%11;return new Lt(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 xt(this.current.getPosition(),this.buffer.toString(),n.getRemainingValue()):new xt(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 xt(this.current.getPosition(),this.buffer.toString()):t=new xt(this.current.getPosition(),this.buffer.toString(),e.getSecondDigit()),new gt(!0,t)}if(this.buffer.append(e.getFirstDigit()),e.isSecondDigitFNC1()){var t=new xt(this.current.getPosition(),this.buffer.toString());return new gt(!0,t)}this.buffer.append(e.getSecondDigit())}return this.isNumericToAlphaNumericLatch(this.current.getPosition())&&(this.current.setAlpha(),this.current.incrementPosition(4)),new gt(!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 xt(this.current.getPosition(),this.buffer.toString());return new gt(!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 gt(!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 xt(this.current.getPosition(),this.buffer.toString());return new gt(!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 gt(!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 We(e+5,We.FNC1);if(t>=5&&t<15)return new We(e+5,"0"+(t-5));var n=this.extractNumericValueFromBitArray(e,7);if(n>=64&&n<90)return new We(e+7,""+(n+1));if(n>=90&&n<116)return new We(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 M}return new We(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 We(e+5,We.FNC1);if(t>=5&&t<15)return new We(e+5,"0"+(t-5));var n=this.extractNumericValueFromBitArray(e,6);if(n>=32&&n<58)return new We(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 pr("Decoding invalid alphanumeric value: "+n)}return new We(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}(),Ha=function(){function r(e){this.information=e,this.generalDecoder=new Zr(e)}return r.prototype.getInformation=function(){return this.information},r.prototype.getGeneralDecoder=function(){return this.generalDecoder},r}(),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)}}(),je=function(r){qu(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)===0?3*o:o}i=10-i%10,i===10&&(i=0),t.append(i)},e.GTIN_SIZE=40,e}(Ha),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)}}(),$u=function(r){Xu(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){var t=new H;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}(je),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)}}(),ju=function(r){Wu(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){var t=new H;return this.getGeneralDecoder().decodeAllCodes(t,e.HEADER_SIZE)},e.HEADER_SIZE=5,e}(Ha),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)}}(),Kr=function(r){Yu(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,l=0;l<5;++l)o/s===0&&t.append("0"),s/=10;t.append(o)},e}(je),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)}}(),qa=function(r){Zu(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()!==e.HEADER_SIZE+Kr.GTIN_SIZE+e.WEIGHT_SIZE)throw new b;var t=new H;return this.encodeCompressedGtin(t,e.HEADER_SIZE),this.encodeCompressedWeight(t,e.HEADER_SIZE+Kr.GTIN_SIZE,e.WEIGHT_SIZE),t.toString()},e.HEADER_SIZE=5,e.WEIGHT_SIZE=15,e}(Kr),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(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}(qa),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)}}(),ec=function(r){Ju(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}(qa),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)}}(),rc=function(r){tc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()<e.HEADER_SIZE+je.GTIN_SIZE)throw new b;var t=new H;this.encodeCompressedGtin(t,e.HEADER_SIZE);var n=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE+je.GTIN_SIZE,e.LAST_DIGIT_SIZE);t.append("(392"),t.append(n),t.append(")");var i=this.getGeneralDecoder().decodeGeneralPurposeField(e.HEADER_SIZE+je.GTIN_SIZE+e.LAST_DIGIT_SIZE,null);return t.append(i.getNewString()),t.toString()},e.HEADER_SIZE=8,e.LAST_DIGIT_SIZE=2,e}(je),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)}}(),ic=function(r){nc(e,r);function e(t){return r.call(this,t)||this}return e.prototype.parseInformation=function(){if(this.getInformation().getSize()<e.HEADER_SIZE+je.GTIN_SIZE)throw new b;var t=new H;this.encodeCompressedGtin(t,e.HEADER_SIZE);var n=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE+je.GTIN_SIZE,e.LAST_DIGIT_SIZE);t.append("(393"),t.append(n),t.append(")");var i=this.getGeneralDecoder().extractNumericValueFromBitArray(e.HEADER_SIZE+je.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+je.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}(je),ac=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)}}(),nt=function(r){ac(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 b;var t=new H;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}(Kr);function oc(r){try{if(r.get(1))return new $u(r);if(!r.get(2))return new ju(r);var e=Zr.extractNumericValueFromBitArray(r,1,4);switch(e){case 4:return new Qu(r);case 5:return new ec(r)}var t=Zr.extractNumericValueFromBitArray(r,1,5);switch(t){case 12:return new rc(r);case 13:return new ic(r)}var n=Zr.extractNumericValueFromBitArray(r,1,7);switch(n){case 56:return new nt(r,"310","11");case 57:return new nt(r,"320","11");case 58:return new nt(r,"310","13");case 59:return new nt(r,"320","13");case 60:return new nt(r,"310","15");case 61:return new nt(r,"320","15");case 62:return new nt(r,"310","17");case 63:return new nt(r,"320","17")}}catch(i){throw console.log(i),new pr("unknown decoder: "+r)}}var Xa=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}(),sc=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}(),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)}}(),it=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.")},uc=function(r){lc(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 b){if(!this.pairs.length)throw new b;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 b},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 l=(i=void 0,it(t)),u=l.next();!u.done;u=l.next()){var c=u.value;this.pairs.push(c.getPairs())}}catch(h){i={error:h}}finally{try{u&&!u.done&&(a=l.return)&&a.call(l)}finally{if(i)throw i.error}}if(this.pairs.push(s.getPairs()),!!e.isValidSequence(this.pairs)){if(this.checkChecksum())return this.pairs;var d=new Array(t);d.push(s);try{return this.checkRows(d,o+1)}catch(h){console.log(h)}}}throw new b},e.isValidSequence=function(t){var n,i;try{for(var a=it(e.FINDER_PATTERN_SEQUENCES),o=a.next();!o.done;o=a.next()){var s=o.value;if(!(t.length>s.length)){for(var l=!0,u=0;u<t.length;u++)if(t[u].getFinderPattern().getValue()!==s[u]){l=!1;break}if(l)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 sc(this.pairs,t,n)),this.removePartialRows(this.pairs,this.rows))},e.prototype.removePartialRows=function(t,n){var i,a,o,s,l,u;try{for(var c=it(n),d=c.next();!d.done;d=c.next()){var h=d.value;if(h.getPairs().length!==t.length){var p=!0;try{for(var g=(o=void 0,it(h.getPairs())),x=g.next();!x.done;x=g.next()){var C=x.value,m=!1;try{for(var _=(l=void 0,it(t)),S=_.next();!S.done;S=_.next()){var E=S.value;if(Xa.equals(C,E)){m=!0;break}}}catch(O){l={error:O}}finally{try{S&&!S.done&&(u=_.return)&&u.call(_)}finally{if(l)throw l.error}}m||(p=!1)}}catch(O){o={error:O}}finally{try{x&&!x.done&&(s=g.return)&&s.call(g)}finally{if(o)throw o.error}}}}}catch(O){i={error:O}}finally{try{d&&!d.done&&(a=c.return)&&a.call(c)}finally{if(i)throw i.error}}},e.isPartialRow=function(t,n){var i,a,o,s,l,u;try{for(var c=it(n),d=c.next();!d.done;d=c.next()){var h=d.value,p=!0;try{for(var g=(o=void 0,it(t)),x=g.next();!x.done;x=g.next()){var C=x.value,m=!1;try{for(var _=(l=void 0,it(h.getPairs())),S=_.next();!S.done;S=_.next()){var E=S.value;if(C.equals(E)){m=!0;break}}}catch(O){l={error:O}}finally{try{S&&!S.done&&(u=_.return)&&u.call(_)}finally{if(l)throw l.error}}if(!m){p=!1;break}}}catch(O){o={error:O}}finally{try{x&&!x.done&&(s=g.return)&&s.call(g)}finally{if(o)throw o.error}}if(p)return!0}}catch(O){i={error:O}}finally{try{d&&!d.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=ku.buildBitArray(t),i=oc(n),a=i.parseInformation(),o=t[0].getFinderPattern().getResultPoints(),s=t[t.length-1].getFinderPattern().getResultPoints(),l=[o[0],o[1],s[0],s[1]];return new Ne(a,null,null,l,P.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 l=this.pairs.get(s);a+=l.getLeftChar().getChecksumPortion(),o++;var u=l.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,l=-1;do this.findNextPair(t,n,l),o=this.parseFoundFinderPattern(t,i,a),o===null?l=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 b;var c;try{c=this.decodeDataCharacter(t,o,a,!1)}catch(d){c=null,console.log(d)}return new Xa(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 l=n[n.length-1];s=l.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 d=0,h=s,p=s;p<o;p++)if(t.get(p)!==c)a[d]++;else{if(d===3){if(u&&e.reverseCounters(a),e.isFinderPattern(a)){this.startEnd[0]=h,this.startEnd[1]=p;return}u&&e.reverseCounters(a),h+=a[0]+a[1],a[0]=a[2],a[1]=a[3],a[2]=0,a[3]=0,d--}else d++;a[d]=1,c=!c}throw new b},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 l=this.startEnd[0]-1;l>=0&&!t.get(l);)l--;l++,a=this.startEnd[0]-l,o=l,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 Ga(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 l=0,u=o.length-1;l<u;l++,u--){var c=o[l];o[l]=o[u],o[u]=c}}var d=17,h=j.sum(new Int32Array(o))/d,p=(n.getStartEnd()[1]-n.getStartEnd()[0])/15;if(Math.abs(h-p)/p>.3)throw new b;for(var g=this.getOddCounts(),x=this.getEvenCounts(),C=this.getOddRoundingErrors(),m=this.getEvenRoundingErrors(),l=0;l<o.length;l++){var _=1*o[l]/h,S=_+.5;if(S<1){if(_<.3)throw new b;S=1}else if(S>8){if(_>8.7)throw new b;S=8}var E=l/2;(l&1)===0?(g[E]=S,C[E]=_-S):(x[E]=S,m[E]=_-S)}this.adjustOddEvenCounts(d);for(var O=4*n.getValue()+(i?0:2)+(a?0:1)-1,T=0,D=0,l=g.length-1;l>=0;l--){if(e.isNotA1left(n,i,a)){var F=e.WEIGHTS[O][2*l];D+=g[l]*F}T+=g[l]}for(var B=0,l=x.length-1;l>=0;l--)if(e.isNotA1left(n,i,a)){var F=e.WEIGHTS[O][2*l+1];B+=x[l]*F}var L=D+B;if((T&1)!==0||T>13||T<4)throw new b;var Q=(13-T)/2,G=e.SYMBOL_WIDEST[Q],ae=9-G,He=Bt.getRSSvalue(g,G,!0),dt=Bt.getRSSvalue(x,ae,!1),Ki=e.EVEN_TOTAL_SUBSET[Q],Qi=e.GSUM[Q],Ji=He*Ki+dt+Qi;return new jr(Ji,L)},e.isNotA1left=function(t,n,i){return!(t.getValue()===0&&n&&i)},e.prototype.adjustOddEvenCounts=function(t){var n=j.sum(new Int32Array(this.getOddCounts())),i=j.sum(new Int32Array(this.getEvenCounts())),a=!1,o=!1;n>13?o=!0:n<4&&(a=!0);var s=!1,l=!1;i>13?l=!0:i<4&&(s=!0);var u=n+i-t,c=(n&1)===1,d=(i&1)===0;if(u===1)if(c){if(d)throw new b;o=!0}else{if(!d)throw new b;l=!0}else if(u===-1)if(c){if(d)throw new b;a=!0}else{if(!d)throw new b;s=!0}else if(u===0){if(c){if(!d)throw new b;n<i?(a=!0,l=!0):(o=!0,s=!0)}else if(d)throw new b}else throw new b;if(a){if(o)throw new b;e.increment(this.getOddCounts(),this.getOddRoundingErrors())}if(o&&e.decrement(this.getOddCounts(),this.getOddRoundingErrors()),s){if(l)throw new b;e.increment(this.getEvenCounts(),this.getOddRoundingErrors())}l&&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}(vt),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)}}(),dc=function(r){cc(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}(jr),fc=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)}}(),ai=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){fc(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,l,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 d=ai(this.possibleLeftPairs),h=d.next();!h.done;h=d.next()){var p=h.value;if(p.getCount()>1)try{for(var g=(s=void 0,ai(this.possibleRightPairs)),x=g.next();!x.done;x=g.next()){var C=x.value;if(C.getCount()>1&&e.checkChecksum(p,C))return e.constructResult(p,C)}}catch(m){s={error:m}}finally{try{x&&!x.done&&(l=g.return)&&l.call(g)}finally{if(s)throw s.error}}}}catch(m){a={error:m}}finally{try{h&&!h.done&&(o=d.return)&&o.call(d)}finally{if(a)throw a.error}}throw new b},e.addOrTally=function(t,n){var i,a;if(n!=null){var o=!1;try{for(var s=ai(t),l=s.next();!l.done;l=s.next()){var u=l.value;if(u.getValue()===n.getValue()){u.incrementCount(),o=!0;break}}}catch(c){i={error:c}}finally{try{l&&!l.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 H,s=13-a.length;s>0;s--)o.append("0");o.append(a);for(var l=0,s=0;s<13;s++){var u=o.charAt(s).charCodeAt(0)-48;l+=(s&1)===0?3*u:u}l=10-l%10,l===10&&(l=0),o.append(l.toString());var c=t.getFinderPattern().getResultPoints(),d=n.getFinderPattern().getResultPoints();return new Ne(o.toString(),null,0,[c[0],c[1],d[0],d[1]],P.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),l=a==null?null:a.get(oe.NEED_RESULT_POINT_CALLBACK);if(l!=null){var u=(o[0]+o[1])/2;n&&(u=t.getSize()-1-u),l.foundPossibleResultPoint(new z(u,i))}var c=this.decodeDataCharacter(t,s,!0),d=this.decodeDataCharacter(t,s,!1);return new dc(1597*c.getValue()+d.getValue(),c.getChecksumPortion()+4*d.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)de.recordPatternInReverse(t,n.getStartEnd()[0],a);else{de.recordPattern(t,n.getStartEnd()[1]+1,a);for(var s=0,l=a.length-1;s<l;s++,l--){var u=a[s];a[s]=a[l],a[l]=u}}for(var c=i?16:15,d=j.sum(new Int32Array(a))/c,h=this.getOddCounts(),p=this.getEvenCounts(),g=this.getOddRoundingErrors(),x=this.getEvenRoundingErrors(),s=0;s<a.length;s++){var C=a[s]/d,m=Math.floor(C+.5);m<1?m=1:m>8&&(m=8);var _=Math.floor(s/2);(s&1)===0?(h[_]=m,g[_]=C-m):(p[_]=m,x[_]=C-m)}this.adjustOddEvenCounts(i,c);for(var S=0,E=0,s=h.length-1;s>=0;s--)E*=9,E+=h[s],S+=h[s];for(var O=0,T=0,s=p.length-1;s>=0;s--)O*=9,O+=p[s],T+=p[s];var D=E+3*O;if(i){if((S&1)!==0||S>12||S<4)throw new b;var F=(12-S)/2,B=e.OUTSIDE_ODD_WIDEST[F],L=9-B,Q=Bt.getRSSvalue(h,B,!1),G=Bt.getRSSvalue(p,L,!0),ae=e.OUTSIDE_EVEN_TOTAL_SUBSET[F],He=e.OUTSIDE_GSUM[F];return new jr(Q*ae+G+He,D)}else{if((T&1)!==0||T>10||T<4)throw new b;var F=(10-T)/2,B=e.INSIDE_ODD_WIDEST[F],L=9-B,Q=Bt.getRSSvalue(h,B,!0),G=Bt.getRSSvalue(p,L,!1),dt=e.INSIDE_ODD_TOTAL_SUBSET[F],He=e.INSIDE_GSUM[F];return new jr(G*dt+Q+He,D)}},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 l=0,u=s,c=s;c<a;c++)if(t.get(c)!==o)i[l]++;else{if(l===3){if(vt.isFinderPattern(i))return[u,c];u+=i[0]+i[1],i[0]=i[2],i[1]=i[3],i[2]=0,i[3]=0,l--}else l++;i[l]=1,o=!o}throw new b},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 l=a[0]-s,u=this.getDecodeFinderCounters(),c=new Int32Array(u.length);re.arraycopy(u,0,c,1,u.length-1),c[0]=l;var d=this.parseFinderValue(c,e.FINDER_PATTERNS),h=s,p=a[1];return i&&(h=t.getSize()-1-h,p=t.getSize()-1-p),new Ga(d,[s,a[1]],h,p,n)},e.prototype.adjustOddEvenCounts=function(t,n){var i=j.sum(new Int32Array(this.getOddCounts())),a=j.sum(new Int32Array(this.getEvenCounts())),o=!1,s=!1,l=!1,u=!1;t?(i>12?s=!0:i<4&&(o=!0),a>12?u=!0:a<4&&(l=!0)):(i>11?s=!0:i<5&&(o=!0),a>10?u=!0:a<4&&(l=!0));var c=i+a-n,d=(i&1)===(t?1:0),h=(a&1)===1;if(c===1)if(d){if(h)throw new b;s=!0}else{if(!h)throw new b;u=!0}else if(c===-1)if(d){if(h)throw new b;o=!0}else{if(!h)throw new b;l=!0}else if(c===0){if(d){if(!h)throw new b;i<a?(o=!0,u=!0):(s=!0,l=!0)}else if(h)throw new b}else throw new b;if(o){if(s)throw new b;vt.increment(this.getOddCounts(),this.getOddRoundingErrors())}if(s&&vt.decrement(this.getOddCounts(),this.getOddRoundingErrors()),l){if(u)throw new b;vt.increment(this.getEvenCounts(),this.getOddRoundingErrors())}u&&vt.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}(vt),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)}}(),vr=function(r){hc(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(P.EAN_13)||i.includes(P.UPC_A)||i.includes(P.EAN_8)||i.includes(P.UPC_E))&&n.readers.push(new ni(t)),i.includes(P.CODE_39)&&n.readers.push(new Fa(a)),i.includes(P.CODE_93)&&n.readers.push(new Va),i.includes(P.CODE_128)&&n.readers.push(new Ma),i.includes(P.ITF)&&n.readers.push(new Pa),i.includes(P.CODABAR)&&n.readers.push(new Pu),i.includes(P.RSS_14)&&n.readers.push(new $a),i.includes(P.RSS_EXPANDED)&&(console.warn("RSS Expanded reader IS NOT ready for production yet! use at your own risk."),n.readers.push(new uc))),n.readers.length===0&&(n.readers.push(new ni(t)),n.readers.push(new Fa),n.readers.push(new Va),n.readers.push(new ni(t)),n.readers.push(new Ma),n.readers.push(new Pa),n.readers.push(new $a)),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 b},e.prototype.reset=function(){this.readers.forEach(function(t){return t.reset()})},e}(de),pc=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){pc(e,r);function e(t,n){return t===void 0&&(t=500),r.call(this,new vr(n),t,n)||this}return e})(Vt);var Wa=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.")},K=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}(),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}(),vc=function(){function r(e,t,n,i,a,o){var s,l;this.versionNumber=e,this.symbolSizeRows=t,this.symbolSizeColumns=n,this.dataRegionSizeRows=i,this.dataRegionSizeColumns=a,this.ecBlocks=o;var u=0,c=o.getECCodewords(),d=o.getECBlocks();try{for(var h=Wa(d),p=h.next();!p.done;p=h.next()){var g=p.value;u+=g.getCount()*(g.getDataCodewords()+c)}}catch(x){s={error:x}}finally{try{p&&!p.done&&(l=h.return)&&l.call(h)}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)!==0||(t&1)!==0)throw new M;try{for(var a=Wa(r.VERSIONS),o=a.next();!o.done;o=a.next()){var s=o.value;if(s.symbolSizeRows===e&&s.symbolSizeColumns===t)return s}}catch(l){n={error:l}}finally{try{o&&!o.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}throw new M},r.prototype.toString=function(){return""+this.versionNumber},r.buildVersions=function(){return[new r(1,10,10,8,8,new K(5,new Y(1,3))),new r(2,12,12,10,10,new K(7,new Y(1,5))),new r(3,14,14,12,12,new K(10,new Y(1,8))),new r(4,16,16,14,14,new K(12,new Y(1,12))),new r(5,18,18,16,16,new K(14,new Y(1,18))),new r(6,20,20,18,18,new K(18,new Y(1,22))),new r(7,22,22,20,20,new K(20,new Y(1,30))),new r(8,24,24,22,22,new K(24,new Y(1,36))),new r(9,26,26,24,24,new K(28,new Y(1,44))),new r(10,32,32,14,14,new K(36,new Y(1,62))),new r(11,36,36,16,16,new K(42,new Y(1,86))),new r(12,40,40,18,18,new K(48,new Y(1,114))),new r(13,44,44,20,20,new K(56,new Y(1,144))),new r(14,48,48,22,22,new K(68,new Y(1,174))),new r(15,52,52,24,24,new K(42,new Y(2,102))),new r(16,64,64,14,14,new K(56,new Y(2,140))),new r(17,72,72,16,16,new K(36,new Y(4,92))),new r(18,80,80,18,18,new K(48,new Y(4,114))),new r(19,88,88,20,20,new K(56,new Y(4,144))),new r(20,96,96,22,22,new K(68,new Y(4,174))),new r(21,104,104,24,24,new K(56,new Y(6,136))),new r(22,120,120,18,18,new K(68,new Y(6,175))),new r(23,132,132,20,20,new K(62,new Y(8,163))),new r(24,144,144,22,22,new K(62,new Y(8,156),new Y(2,155))),new r(25,8,18,6,16,new K(7,new Y(1,5))),new r(26,8,32,6,14,new K(11,new Y(1,10))),new r(27,12,26,10,24,new K(14,new Y(1,16))),new r(28,12,36,10,16,new K(18,new Y(1,22))),new r(29,16,36,14,16,new K(24,new Y(1,32))),new r(30,16,48,14,22,new K(28,new Y(1,49)))]},r.VERSIONS=r.buildVersions(),r}(),gc=function(){function r(e){var t=e.getHeight();if(t<8||t>144||(t&1)!==0)throw new M;this.version=r.readVersion(e),this.mappingBitMatrix=this.extractDataRegion(e),this.readMappingMatrix=new Ze(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 vc.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,l=!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)!==0&&!l)e[t++]=this.readCorner2(a,o)&255,n-=2,i+=2,l=!0;else if(n===a+4&&i===2&&(o&7)===0&&!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 M;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 k("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,l=o*i,u=s*a,c=new Ze(u,l),d=0;d<o;++d)for(var h=d*i,p=0;p<s;++p)for(var g=p*a,x=0;x<i;++x)for(var C=d*(i+2)+1+x,m=h+x,_=0;_<a;++_){var S=p*(a+2)+1+_;if(e.get(S,C)){var E=g+_;c.set(E,m)}}return c},r}(),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.")},xc=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(),l=0,u=s.getECBlocks();try{for(var c=ja(u),d=c.next();!d.done;d=c.next()){var h=d.value;l+=h.getCount()}}catch(He){n={error:He}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}var p=new Array(l),g=0;try{for(var x=ja(u),C=x.next();!C.done;C=x.next())for(var h=C.value,m=0;m<h.getCount();m++){var _=h.getDataCodewords(),S=s.getECCodewords()+_;p[g++]=new r(_,new Uint8Array(S))}}catch(He){a={error:He}}finally{try{C&&!C.done&&(o=x.return)&&o.call(x)}finally{if(a)throw a.error}}for(var E=p[0].codewords.length,O=E-s.getECCodewords(),T=O-1,D=0,m=0;m<T;m++)for(var F=0;F<g;F++)p[F].codewords[m]=e[D++];for(var B=t.getVersionNumber()===24,L=B?8:g,F=0;F<L;F++)p[F].codewords[O-1]=e[D++];for(var Q=p[0].codewords.length,m=O;m<Q;m++)for(var F=0;F<g;F++){var G=B?(F+8)%g:F,ae=B&&G>7?m-1:m;p[G].codewords[ae]=e[D++]}if(D!==e.length)throw new k;return p},r.prototype.getNumDataCodewords=function(){return this.numDataCodewords},r.prototype.getCodewords=function(){return this.codewords},r}(),Ya=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 k(""+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,l=o-s,u=255>>8-s<<l;t=(a[i]&u)>>l,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 l=8-e,u=255>>l<<l;t=t<<e|(a[i]&u)>>l,n+=e}}return this.bitOffset=n,this.byteOffset=i,t},r.prototype.available=function(){return 8*(this.bytes.length-this.byteOffset)-this.bitOffset},r}(),he;(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"})(he||(he={}));var yc=function(){function r(){}return r.decode=function(e){var t=new Ya(e),n=new H,i=new H,a=new Array,o=he.ASCII_ENCODE;do if(o===he.ASCII_ENCODE)o=this.decodeAsciiSegment(t,n,i);else{switch(o){case he.C40_ENCODE:this.decodeC40Segment(t,n);break;case he.TEXT_ENCODE:this.decodeTextSegment(t,n);break;case he.ANSIX12_ENCODE:this.decodeAnsiX12Segment(t,n);break;case he.EDIFACT_ENCODE:this.decodeEdifactSegment(t,n);break;case he.BASE256_ENCODE:this.decodeBase256Segment(t,n,a);break;default:throw new M}o=he.ASCII_ENCODE}while(o!==he.PAD_ENCODE&&t.available()>0);return i.length()>0&&n.append(i.toString()),new Xr(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 M;if(a<=128)return i&&(a+=128),t.append(String.fromCharCode(a-1)),he.ASCII_ENCODE;if(a===129)return he.PAD_ENCODE;if(a<=229){var o=a-130;o<10&&t.append("0"),t.append(""+o)}else switch(a){case 230:return he.C40_ENCODE;case 231:return he.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 he.ANSIX12_ENCODE;case 239:return he.TEXT_ENCODE;case 240:return he.EDIFACT_ENCODE;case 241:break;default:if(a!==254||e.available()!==0)throw new M;break}}while(e.available()>0);return he.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 l=i[s];switch(a){case 0:if(l<3)a=l+1;else if(l<this.C40_BASIC_SET_CHARS.length){var u=this.C40_BASIC_SET_CHARS[l];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else throw new M;break;case 1:n?(t.append(String.fromCharCode(l+128)),n=!1):t.append(String.fromCharCode(l)),a=0;break;case 2:if(l<this.C40_SHIFT2_SET_CHARS.length){var u=this.C40_SHIFT2_SET_CHARS[l];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else switch(l){case 27:t.append("");break;case 30:n=!0;break;default:throw new M}a=0;break;case 3:n?(t.append(String.fromCharCode(l+224)),n=!1):t.append(String.fromCharCode(l+96)),a=0;break;default:throw new M}}}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 l=i[s];switch(a){case 0:if(l<3)a=l+1;else if(l<this.TEXT_BASIC_SET_CHARS.length){var u=this.TEXT_BASIC_SET_CHARS[l];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else throw new M;break;case 1:n?(t.append(String.fromCharCode(l+128)),n=!1):t.append(String.fromCharCode(l)),a=0;break;case 2:if(l<this.TEXT_SHIFT2_SET_CHARS.length){var u=this.TEXT_SHIFT2_SET_CHARS[l];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u)}else switch(l){case 27:t.append("");break;case 30:n=!0;break;default:throw new M}a=0;break;case 3:if(l<this.TEXT_SHIFT3_SET_CHARS.length){var u=this.TEXT_SHIFT3_SET_CHARS[l];n?(t.append(String.fromCharCode(u.charCodeAt(0)+128)),n=!1):t.append(u),a=0}else throw new M;break;default:throw new M}}}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 M;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)===0&&(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 M;for(var s=new Uint8Array(o),l=0;l<o;l++){if(e.available()<8)throw new M;s[l]=this.unrandomize255State(e.readBits(8),i++)}n.push(s);try{t.append(Re.decode(s,$.ISO88591))}catch(u){throw new pr("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}(),Cc=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(){this.rsDecoder=new Wr(Pe.DATA_MATRIX_FIELD_256)}return r.prototype.decode=function(e){var t,n,i=new gc(e),a=i.getVersion(),o=i.readCodewords(),s=xc.getDataBlocks(o,a),l=0;try{for(var u=Cc(s),c=u.next();!c.done;c=u.next()){var d=c.value;l+=d.getNumDataCodewords()}}catch(S){t={error:S}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}for(var h=new Uint8Array(l),p=s.length,g=0;g<p;g++){var x=s[g],C=x.getCodewords(),m=x.getNumDataCodewords();this.correctErrors(C,m);for(var _=0;_<m;_++)h[_*p+g]=C[_]}return yc.decode(h)},r.prototype.correctErrors=function(e,t){var n=new Int32Array(e);try{this.rsDecoder.decode(n,e.length-t)}catch{throw new ve}for(var i=0;i<t;i++)e[i]=n[i]},r}(),mc=function(){function r(e){this.image=e,this.rectangleDetector=new Kn(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 b;t=this.shiftToModuleCenter(t);var n=t[0],i=t[1],a=t[2],o=t[3],s=this.transitionsBetween(n,o)+1,l=this.transitionsBetween(a,o)+1;(s&1)===1&&(s+=1),(l&1)===1&&(l+=1),4*s<7*l&&4*l<7*s&&(s=l=Math.max(s,l));var u=r.sampleGrid(this.image,n,i,a,o,s,l);return new Zn(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 z(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 z(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),l=this.transitionsBetween(i,a),u=this.transitionsBetween(a,t),c=o,d=[a,t,n,i];return c>s&&(c=s,d[0]=t,d[1]=n,d[2]=i,d[3]=a),c>l&&(c=l,d[0]=n,d[1]=i,d[2]=a,d[3]=t),c>u&&(d[0]=i,d[1]=a,d[2]=t,d[3]=n),d},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),l=r.shiftPoint(i,n,(o+1)*4),u=this.transitionsBetween(s,t),c=this.transitionsBetween(l,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),l=r.shiftPoint(t,n,(s+1)*4),u=r.shiftPoint(i,n,(o+1)*4);o=this.transitionsBetween(l,a),s=this.transitionsBetween(u,a);var c=new z(a.getX()+(i.getX()-n.getX())/(o+1),a.getY()+(i.getY()-n.getY())/(o+1)),d=new z(a.getX()+(t.getX()-n.getX())/(s+1),a.getY()+(t.getY()-n.getY())/(s+1));if(!this.isValid(c))return this.isValid(d)?d:null;if(!this.isValid(d))return c;var h=this.transitionsBetween(l,c)+this.transitionsBetween(u,c),p=this.transitionsBetween(l,d)+this.transitionsBetween(u,d);return h>p?c:d},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,l=r.shiftPoint(t,n,s*4),u=r.shiftPoint(i,n,o*4);o=this.transitionsBetween(l,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,d=(t.getY()+n.getY()+i.getY()+a.getY())/4;t=r.moveAway(t,c,d),n=r.moveAway(n,c,d),i=r.moveAway(i,c,d),a=r.moveAway(a,c,d);var h,p;return l=r.shiftPoint(t,n,s*4),l=r.shiftPoint(l,a,o*4),h=r.shiftPoint(n,t,s*4),h=r.shiftPoint(h,i,o*4),u=r.shiftPoint(i,a,s*4),u=r.shiftPoint(u,n,o*4),p=r.shiftPoint(a,i,s*4),p=r.shiftPoint(p,t,o*4),[l,h,u,p]},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 l=Qn.getInstance();return l.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 l=n;n=i,i=l,l=a,a=o,o=l}for(var u=Math.abs(a-n),c=Math.abs(o-i),d=-u/2,h=i<o?1:-1,p=n<a?1:-1,g=0,x=this.image.get(s?i:n,s?n:i),C=n,m=i;C!==a;C+=p){var _=this.image.get(s?m:C,s?C:m);if(_!==x&&(g++,x=_),d+=c,d>0){if(m===o)break;m+=h,d-=u}}return g},r}(),oi=function(){function r(){this.decoder=new wc}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 mc(e.getBlackMatrix()).detect();n=this.decoder.decode(o.getBits()),i=o.getPoints()}var s=n.getRawBytes(),l=new Ne(n.getText(),s,8*s.length,i,P.DATA_MATRIX,re.currentTimeMillis()),u=n.getByteSegments();u!=null&&l.putMetadata(_e.BYTE_SEGMENTS,u);var c=n.getECLevel();return c!=null&&l.putMetadata(_e.ERROR_CORRECTION_LEVEL,c),l},r.prototype.reset=function(){},r.extractPureBits=function(e){var t=e.getTopLeftOnBit(),n=e.getBottomRightOnBit();if(t==null||n==null)throw new b;var i=this.moduleSize(t,e),a=t[1],o=n[1],s=t[0],l=n[0],u=(l-s+1)/i,c=(o-a+1)/i;if(u<=0||c<=0)throw new b;var d=i/2;a+=d,s+=d;for(var h=new Ze(u,c),p=0;p<c;p++)for(var g=a+p*i,x=0;x<u;x++)e.get(s+x*i,g)&&h.set(x,p);return h},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 b;var o=i-e[0];if(o===0)throw new b;return o},r.NO_POINTS=[],r}(),_c=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){_c(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new oi,t)||this}return e})(Vt);var zt;(function(r){r[r.L=0]="L",r[r.M=1]="M",r[r.Q=2]="Q",r[r.H=3]="H"})(zt||(zt={}));var Ac=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 k;return r.FOR_BITS.get(e)},r.FOR_BITS=new Map,r.FOR_VALUE=new Map,r.L=new r(zt.L,"L",1),r.M=new r(zt.M,"M",0),r.Q=new r(zt.Q,"Q",3),r.H=new r(zt.H,"H",2),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.")},Za=function(){function r(e){this.errorCorrectionLevel=Ac.forBits(e>>3&3),this.dataMask=e&7}return r.numBitsDiffering=function(e,t){return q.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=Ec(r.FORMAT_INFO_DECODE_LOOKUP),l=s.next();!l.done;l=s.next()){var u=l.value,c=u[0];if(c===e||c===t)return new r(u[1]);var d=r.numBitsDiffering(e,c);d<a&&(o=u[1],a=d),e!==t&&(d=r.numBitsDiffering(t,c),d<a&&(o=u[1],a=d))}}catch(h){n={error:h}}finally{try{l&&!l.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}(),Sc=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.")},I=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=Sc(i),o=a.next();!o.done;o=a.next()){var s=o.value;n+=s.getCount()}}catch(l){e={error:l}}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}(),Ic=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.")},yt=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,l=a[0].getECCodewordsPerBlock(),u=a[0].getECBlocks();try{for(var c=Ic(u),d=c.next();!d.done;d=c.next()){var h=d.value;s+=h.getCount()*(h.getDataCodewords()+l)}}catch(p){n={error:p}}finally{try{d&&!d.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 M;try{return this.getVersionForNumber((e-17)/4)}catch{throw new M}},r.getVersionForNumber=function(e){if(e<1||e>40)throw new k;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=Za.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 Ze(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 I(7,new y(1,19)),new I(10,new y(1,16)),new I(13,new y(1,13)),new I(17,new y(1,9))),new r(2,Int32Array.from([6,18]),new I(10,new y(1,34)),new I(16,new y(1,28)),new I(22,new y(1,22)),new I(28,new y(1,16))),new r(3,Int32Array.from([6,22]),new I(15,new y(1,55)),new I(26,new y(1,44)),new I(18,new y(2,17)),new I(22,new y(2,13))),new r(4,Int32Array.from([6,26]),new I(20,new y(1,80)),new I(18,new y(2,32)),new I(26,new y(2,24)),new I(16,new y(4,9))),new r(5,Int32Array.from([6,30]),new I(26,new y(1,108)),new I(24,new y(2,43)),new I(18,new y(2,15),new y(2,16)),new I(22,new y(2,11),new y(2,12))),new r(6,Int32Array.from([6,34]),new I(18,new y(2,68)),new I(16,new y(4,27)),new I(24,new y(4,19)),new I(28,new y(4,15))),new r(7,Int32Array.from([6,22,38]),new I(20,new y(2,78)),new I(18,new y(4,31)),new I(18,new y(2,14),new y(4,15)),new I(26,new y(4,13),new y(1,14))),new r(8,Int32Array.from([6,24,42]),new I(24,new y(2,97)),new I(22,new y(2,38),new y(2,39)),new I(22,new y(4,18),new y(2,19)),new I(26,new y(4,14),new y(2,15))),new r(9,Int32Array.from([6,26,46]),new I(30,new y(2,116)),new I(22,new y(3,36),new y(2,37)),new I(20,new y(4,16),new y(4,17)),new I(24,new y(4,12),new y(4,13))),new r(10,Int32Array.from([6,28,50]),new I(18,new y(2,68),new y(2,69)),new I(26,new y(4,43),new y(1,44)),new I(24,new y(6,19),new y(2,20)),new I(28,new y(6,15),new y(2,16))),new r(11,Int32Array.from([6,30,54]),new I(20,new y(4,81)),new I(30,new y(1,50),new y(4,51)),new I(28,new y(4,22),new y(4,23)),new I(24,new y(3,12),new y(8,13))),new r(12,Int32Array.from([6,32,58]),new I(24,new y(2,92),new y(2,93)),new I(22,new y(6,36),new y(2,37)),new I(26,new y(4,20),new y(6,21)),new I(28,new y(7,14),new y(4,15))),new r(13,Int32Array.from([6,34,62]),new I(26,new y(4,107)),new I(22,new y(8,37),new y(1,38)),new I(24,new y(8,20),new y(4,21)),new I(22,new y(12,11),new y(4,12))),new r(14,Int32Array.from([6,26,46,66]),new I(30,new y(3,115),new y(1,116)),new I(24,new y(4,40),new y(5,41)),new I(20,new y(11,16),new y(5,17)),new I(24,new y(11,12),new y(5,13))),new r(15,Int32Array.from([6,26,48,70]),new I(22,new y(5,87),new y(1,88)),new I(24,new y(5,41),new y(5,42)),new I(30,new y(5,24),new y(7,25)),new I(24,new y(11,12),new y(7,13))),new r(16,Int32Array.from([6,26,50,74]),new I(24,new y(5,98),new y(1,99)),new I(28,new y(7,45),new y(3,46)),new I(24,new y(15,19),new y(2,20)),new I(30,new y(3,15),new y(13,16))),new r(17,Int32Array.from([6,30,54,78]),new I(28,new y(1,107),new y(5,108)),new I(28,new y(10,46),new y(1,47)),new I(28,new y(1,22),new y(15,23)),new I(28,new y(2,14),new y(17,15))),new r(18,Int32Array.from([6,30,56,82]),new I(30,new y(5,120),new y(1,121)),new I(26,new y(9,43),new y(4,44)),new I(28,new y(17,22),new y(1,23)),new I(28,new y(2,14),new y(19,15))),new r(19,Int32Array.from([6,30,58,86]),new I(28,new y(3,113),new y(4,114)),new I(26,new y(3,44),new y(11,45)),new I(26,new y(17,21),new y(4,22)),new I(26,new y(9,13),new y(16,14))),new r(20,Int32Array.from([6,34,62,90]),new I(28,new y(3,107),new y(5,108)),new I(26,new y(3,41),new y(13,42)),new I(30,new y(15,24),new y(5,25)),new I(28,new y(15,15),new y(10,16))),new r(21,Int32Array.from([6,28,50,72,94]),new I(28,new y(4,116),new y(4,117)),new I(26,new y(17,42)),new I(28,new y(17,22),new y(6,23)),new I(30,new y(19,16),new y(6,17))),new r(22,Int32Array.from([6,26,50,74,98]),new I(28,new y(2,111),new y(7,112)),new I(28,new y(17,46)),new I(30,new y(7,24),new y(16,25)),new I(24,new y(34,13))),new r(23,Int32Array.from([6,30,54,78,102]),new I(30,new y(4,121),new y(5,122)),new I(28,new y(4,47),new y(14,48)),new I(30,new y(11,24),new y(14,25)),new I(30,new y(16,15),new y(14,16))),new r(24,Int32Array.from([6,28,54,80,106]),new I(30,new y(6,117),new y(4,118)),new I(28,new y(6,45),new y(14,46)),new I(30,new y(11,24),new y(16,25)),new I(30,new y(30,16),new y(2,17))),new r(25,Int32Array.from([6,32,58,84,110]),new I(26,new y(8,106),new y(4,107)),new I(28,new y(8,47),new y(13,48)),new I(30,new y(7,24),new y(22,25)),new I(30,new y(22,15),new y(13,16))),new r(26,Int32Array.from([6,30,58,86,114]),new I(28,new y(10,114),new y(2,115)),new I(28,new y(19,46),new y(4,47)),new I(28,new y(28,22),new y(6,23)),new I(30,new y(33,16),new y(4,17))),new r(27,Int32Array.from([6,34,62,90,118]),new I(30,new y(8,122),new y(4,123)),new I(28,new y(22,45),new y(3,46)),new I(30,new y(8,23),new y(26,24)),new I(30,new y(12,15),new y(28,16))),new r(28,Int32Array.from([6,26,50,74,98,122]),new I(30,new y(3,117),new y(10,118)),new I(28,new y(3,45),new y(23,46)),new I(30,new y(4,24),new y(31,25)),new I(30,new y(11,15),new y(31,16))),new r(29,Int32Array.from([6,30,54,78,102,126]),new I(30,new y(7,116),new y(7,117)),new I(28,new y(21,45),new y(7,46)),new I(30,new y(1,23),new y(37,24)),new I(30,new y(19,15),new y(26,16))),new r(30,Int32Array.from([6,26,52,78,104,130]),new I(30,new y(5,115),new y(10,116)),new I(28,new y(19,47),new y(10,48)),new I(30,new y(15,24),new y(25,25)),new I(30,new y(23,15),new y(25,16))),new r(31,Int32Array.from([6,30,56,82,108,134]),new I(30,new y(13,115),new y(3,116)),new I(28,new y(2,46),new y(29,47)),new I(30,new y(42,24),new y(1,25)),new I(30,new y(23,15),new y(28,16))),new r(32,Int32Array.from([6,34,60,86,112,138]),new I(30,new y(17,115)),new I(28,new y(10,46),new y(23,47)),new I(30,new y(10,24),new y(35,25)),new I(30,new y(19,15),new y(35,16))),new r(33,Int32Array.from([6,30,58,86,114,142]),new I(30,new y(17,115),new y(1,116)),new I(28,new y(14,46),new y(21,47)),new I(30,new y(29,24),new y(19,25)),new I(30,new y(11,15),new y(46,16))),new r(34,Int32Array.from([6,34,62,90,118,146]),new I(30,new y(13,115),new y(6,116)),new I(28,new y(14,46),new y(23,47)),new I(30,new y(44,24),new y(7,25)),new I(30,new y(59,16),new y(1,17))),new r(35,Int32Array.from([6,30,54,78,102,126,150]),new I(30,new y(12,121),new y(7,122)),new I(28,new y(12,47),new y(26,48)),new I(30,new y(39,24),new y(14,25)),new I(30,new y(22,15),new y(41,16))),new r(36,Int32Array.from([6,24,50,76,102,128,154]),new I(30,new y(6,121),new y(14,122)),new I(28,new y(6,47),new y(34,48)),new I(30,new y(46,24),new y(10,25)),new I(30,new y(2,15),new y(64,16))),new r(37,Int32Array.from([6,28,54,80,106,132,158]),new I(30,new y(17,122),new y(4,123)),new I(28,new y(29,46),new y(14,47)),new I(30,new y(49,24),new y(10,25)),new I(30,new y(24,15),new y(46,16))),new r(38,Int32Array.from([6,32,58,84,110,136,162]),new I(30,new y(4,122),new y(18,123)),new I(28,new y(13,46),new y(32,47)),new I(30,new y(48,24),new y(14,25)),new I(30,new y(42,15),new y(32,16))),new r(39,Int32Array.from([6,26,54,82,110,138,166]),new I(30,new y(20,117),new y(4,118)),new I(28,new y(40,47),new y(7,48)),new I(30,new y(43,24),new y(22,25)),new I(30,new y(10,15),new y(67,16))),new r(40,Int32Array.from([6,30,58,86,114,142,170]),new I(30,new y(19,118),new y(6,119)),new I(28,new y(18,47),new y(31,48)),new I(30,new y(34,24),new y(34,25)),new I(30,new y(20,15),new y(61,16)))],r}(),xe;(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"})(xe||(xe={}));var Ka=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([[xe.DATA_MASK_000,new r(xe.DATA_MASK_000,function(e,t){return(e+t&1)===0})],[xe.DATA_MASK_001,new r(xe.DATA_MASK_001,function(e,t){return(e&1)===0})],[xe.DATA_MASK_010,new r(xe.DATA_MASK_010,function(e,t){return t%3===0})],[xe.DATA_MASK_011,new r(xe.DATA_MASK_011,function(e,t){return(e+t)%3===0})],[xe.DATA_MASK_100,new r(xe.DATA_MASK_100,function(e,t){return(Math.floor(e/2)+Math.floor(t/3)&1)===0})],[xe.DATA_MASK_101,new r(xe.DATA_MASK_101,function(e,t){return e*t%6===0})],[xe.DATA_MASK_110,new r(xe.DATA_MASK_110,function(e,t){return e*t%6<3})],[xe.DATA_MASK_111,new r(xe.DATA_MASK_111,function(e,t){return(e+t+e*t%3&1)===0})]]),r}(),Oc=function(){function r(e){var t=e.getHeight();if(t<21||(t&3)!==1)throw new M;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=Za.decodeFormatInformation(e,a),this.parsedFormatInfo!==null)return this.parsedFormatInfo;throw new M},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 yt.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=yt.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=yt.decodeVersionInformation(n),s!==null&&s.getDimensionForVersion()===e)return this.parsedVersion=s,s;throw new M},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=Ka.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()),l=0,u=0,c=0,d=i-1;d>0;d-=2){d===6&&d--;for(var h=0;h<i;h++)for(var p=o?i-1-h:h,g=0;g<2;g++)a.get(d-g,p)||(c++,u<<=1,this.bitMatrix.get(d-g,p)&&(u|=1),c===8&&(s[l++]=u,c=0,u=0));o=!o}if(l!==t.getTotalCodewords())throw new M;return s},r.prototype.remask=function(){if(this.parsedFormatInfo!==null){var e=Ka.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}(),Qa=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.")},Nc=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 k;var l=t.getECBlocksForLevel(n),u=0,c=l.getECBlocks();try{for(var d=Qa(c),h=d.next();!h.done;h=d.next()){var p=h.value;u+=p.getCount()}}catch(ae){i={error:ae}}finally{try{h&&!h.done&&(a=d.return)&&a.call(d)}finally{if(i)throw i.error}}var g=new Array(u),x=0;try{for(var C=Qa(c),m=C.next();!m.done;m=C.next())for(var p=m.value,_=0;_<p.getCount();_++){var S=p.getDataCodewords(),E=l.getECCodewordsPerBlock()+S;g[x++]=new r(S,new Uint8Array(E))}}catch(ae){o={error:ae}}finally{try{m&&!m.done&&(s=C.return)&&s.call(C)}finally{if(o)throw o.error}}for(var O=g[0].codewords.length,T=g.length-1;T>=0;){var D=g[T].codewords.length;if(D===O)break;T--}T++;for(var F=O-l.getECCodewordsPerBlock(),B=0,_=0;_<F;_++)for(var L=0;L<x;L++)g[L].codewords[_]=e[B++];for(var L=T;L<x;L++)g[L].codewords[F]=e[B++];for(var Q=g[0].codewords.length,_=F;_<Q;_++)for(var L=0;L<x;L++){var G=L<T?_:_+1;g[L].codewords[G]=e[B++]}return g},r.prototype.getNumDataCodewords=function(){return this.numDataCodewords},r.prototype.getCodewords=function(){return this.codewords},r}(),Ue;(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"})(Ue||(Ue={}));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 k;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(Ue.TERMINATOR,"TERMINATOR",Int32Array.from([0,0,0]),0),r.NUMERIC=new r(Ue.NUMERIC,"NUMERIC",Int32Array.from([10,12,14]),1),r.ALPHANUMERIC=new r(Ue.ALPHANUMERIC,"ALPHANUMERIC",Int32Array.from([9,11,13]),2),r.STRUCTURED_APPEND=new r(Ue.STRUCTURED_APPEND,"STRUCTURED_APPEND",Int32Array.from([0,0,0]),3),r.BYTE=new r(Ue.BYTE,"BYTE",Int32Array.from([8,16,16]),4),r.ECI=new r(Ue.ECI,"ECI",Int32Array.from([0,0,0]),7),r.KANJI=new r(Ue.KANJI,"KANJI",Int32Array.from([8,10,12]),8),r.FNC1_FIRST_POSITION=new r(Ue.FNC1_FIRST_POSITION,"FNC1_FIRST_POSITION",Int32Array.from([0,0,0]),5),r.FNC1_SECOND_POSITION=new r(Ue.FNC1_SECOND_POSITION,"FNC1_SECOND_POSITION",Int32Array.from([0,0,0]),9),r.HANZI=new r(Ue.HANZI,"HANZI",Int32Array.from([8,10,12]),13),r}(),bc=function(){function r(){}return r.decode=function(e,t,n,i){var a=new Ya(e),o=new H,s=new Array,l=-1,u=-1;try{var c=null,d=!1,h=void 0;do{if(a.available()<4)h=ne.TERMINATOR;else{var p=a.readBits(4);h=ne.forBits(p)}switch(h){case ne.TERMINATOR:break;case ne.FNC1_FIRST_POSITION:case ne.FNC1_SECOND_POSITION:d=!0;break;case ne.STRUCTURED_APPEND:if(a.available()<16)throw new M;l=a.readBits(8),u=a.readBits(8);break;case ne.ECI:var g=r.parseECIValue(a);if(c=ce.getCharacterSetECIByValue(g),c===null)throw new M;break;case ne.HANZI:var x=a.readBits(4),C=a.readBits(h.getCharacterCountBits(t));x===r.GB2312_SUBSET&&r.decodeHanziSegment(a,o,C);break;default:var m=a.readBits(h.getCharacterCountBits(t));switch(h){case ne.NUMERIC:r.decodeNumericSegment(a,o,m);break;case ne.ALPHANUMERIC:r.decodeAlphanumericSegment(a,o,m,d);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 M}break}}while(h!==ne.TERMINATOR)}catch{throw new M}return new Xr(e,o.toString(),s.length===0?null:s,n===null?null:n.toString(),l,u)},r.decodeHanziSegment=function(e,t,n){if(n*13>e.available())throw new M;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(Re.decode(i,$.GB2312))}catch(l){throw new M(l)}},r.decodeKanjiSegment=function(e,t,n){if(n*13>e.available())throw new M;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(Re.decode(i,$.SHIFT_JIS))}catch(l){throw new M(l)}},r.decodeByteSegment=function(e,t,n,i,a,o){if(8*n>e.available())throw new M;for(var s=new Uint8Array(n),l=0;l<n;l++)s[l]=e.readBits(8);var u;i===null?u=$.guessEncoding(s,o):u=i.getName();try{t.append(Re.decode(s,u))}catch(c){throw new M(c)}a.push(s)},r.toAlphaNumericChar=function(e){if(e>=r.ALPHANUMERIC_CHARS.length)throw new M;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 M;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 M;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 M;var i=e.readBits(10);if(i>=1e3)throw new M;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 M;var a=e.readBits(7);if(a>=100)throw new M;t.append(r.toAlphaNumericChar(Math.floor(a/10))),t.append(r.toAlphaNumericChar(a%10))}else if(n===1){if(e.available()<4)throw new M;var o=e.readBits(4);if(o>=10)throw new M;t.append(r.toAlphaNumericChar(o))}},r.parseECIValue=function(e){var t=e.readBits(8);if((t&128)===0)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 M},r.ALPHANUMERIC_CHARS="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:",r.GB2312_SUBSET=1,r}(),Ja=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}(),eo=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.")},Tc=function(){function r(){this.rsDecoder=new Wr(Pe.QR_CODE_FIELD_256)}return r.prototype.decodeBooleanArray=function(e,t){return this.decodeBitMatrix(Ze.parseFromBooleanArray(e),t)},r.prototype.decodeBitMatrix=function(e,t){var n=new Oc(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 Ja(!0)),a}catch(o){throw i!==null?i:o}},r.prototype.decodeBitMatrixParser=function(e,t){var n,i,a,o,s=e.readVersion(),l=e.readFormatInformation().getErrorCorrectionLevel(),u=e.readCodewords(),c=Nc.getDataBlocks(u,s,l),d=0;try{for(var h=eo(c),p=h.next();!p.done;p=h.next()){var g=p.value;d+=g.getNumDataCodewords()}}catch(T){n={error:T}}finally{try{p&&!p.done&&(i=h.return)&&i.call(h)}finally{if(n)throw n.error}}var x=new Uint8Array(d),C=0;try{for(var m=eo(c),_=m.next();!_.done;_=m.next()){var g=_.value,S=g.getCodewords(),E=g.getNumDataCodewords();this.correctErrors(S,E);for(var O=0;O<E;O++)x[C++]=S[O]}}catch(T){a={error:T}}finally{try{_&&!_.done&&(o=m.return)&&o.call(m)}finally{if(a)throw a.error}}return bc.decode(x,s,l,t)},r.prototype.correctErrors=function(e,t){var n=new Int32Array(e);try{this.rsDecoder.decode(n,e.length-t)}catch{throw new ve}for(var i=0;i<t;i++)e[i]=n[i]},r}(),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)}}(),Mc=function(r){Dc(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}(z),Fc=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.")},Vc=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,l=0;l<t;l++){var u=a+((l&1)===0?Math.floor((l+1)/2):-Math.floor((l+1)/2));o[0]=0,o[1]=0,o[2]=0;for(var c=e;c<i&&!s.get(c,u);)c++;for(var d=0;c<i;){if(s.get(c,u))if(d===1)o[1]++;else if(d===2){if(this.foundPatternCross(o)){var h=this.handlePossibleCenter(o,u,c);if(h!==null)return h}o[0]=o[2],o[1]=1,o[2]=0,d=1}else o[++d]++;else d===1&&d++,o[d]++;c++}if(this.foundPatternCross(o)){var h=this.handlePossibleCenter(o,u,i);if(h!==null)return h}}if(this.possibleCenters.length!==0)return this.possibleCenters[0];throw new b},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 l=e;l>=0&&a.get(t,l)&&s[1]<=n;)s[1]++,l--;if(l<0||s[1]>n)return NaN;for(;l>=0&&!a.get(t,l)&&s[0]<=n;)s[0]++,l--;if(s[0]>n)return NaN;for(l=e+1;l<o&&a.get(t,l)&&s[1]<=n;)s[1]++,l++;if(l===o||s[1]>n)return NaN;for(;l<o&&!a.get(t,l)&&s[2]<=n;)s[2]++,l++;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,l):NaN},r.prototype.handlePossibleCenter=function(e,t,n){var i,a,o=e[0]+e[1]+e[2],s=r.centerFromEnd(e,n),l=this.crossCheckVertical(t,s,2*e[1],o);if(!isNaN(l)){var u=(e[0]+e[1]+e[2])/3;try{for(var c=Fc(this.possibleCenters),d=c.next();!d.done;d=c.next()){var h=d.value;if(h.aboutEquals(u,l,s))return h.combineEstimate(l,s,u)}}catch(g){i={error:g}}finally{try{d&&!d.done&&(a=c.return)&&a.call(c)}finally{if(i)throw i.error}}var p=new Mc(s,l,u);this.possibleCenters.push(p),this.resultPointCallback!==null&&this.resultPointCallback!==void 0&&this.resultPointCallback.foundPossibleResultPoint(p)}return null},r}(),Pc=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){Pc(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,l=(this.count*this.estimatedModuleSize+i)/a;return new e(o,s,l,a)},e}(z),Lc=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}(),gr=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.")},zc=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 l=!1,u=new Int32Array(5),c=s-1;c<a&&!l;c+=s){u[0]=0,u[1]=0,u[2]=0,u[3]=0,u[4]=0;for(var d=0,h=0;h<o;h++)if(i.get(h,c))(d&1)===1&&d++,u[d]++;else if((d&1)===0)if(d===4)if(r.foundPatternCross(u)){var p=this.handlePossibleCenter(u,c,h,n);if(p===!0)if(s=2,this.hasSkipped===!0)l=this.haveMultiplyConfirmedCenters();else{var g=this.findRowSkip();g>u[2]&&(c+=g-u[2]-s,h=o-1)}else{u[0]=u[2],u[1]=u[3],u[2]=u[4],u[3]=1,u[4]=0,d=3;continue}d=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,d=3;else u[++d]++;else u[d]++;if(r.foundPatternCross(u)){var p=this.handlePossibleCenter(u,c,o,n);p===!0&&(s=u[0],this.hasSkipped&&(l=this.haveMultiplyConfirmedCenters()))}}var x=this.selectBestPatterns();return z.orderBestPatterns(x),new Lc(x)},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 l=s.getHeight(),u=s.getWidth();for(o=1;e+o<l&&t+o<u&&s.get(t+o,e+o);)a[2]++,o++;if(e+o>=l||t+o>=u)return!1;for(;e+o<l&&t+o<u&&!s.get(t+o,e+o)&&a[3]<n;)a[3]++,o++;if(e+o>=l||t+o>=u||a[3]>=n)return!1;for(;e+o<l&&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(),l=e;l>=0&&a.get(t,l);)s[2]++,l--;if(l<0)return NaN;for(;l>=0&&!a.get(t,l)&&s[1]<=n;)s[1]++,l--;if(l<0||s[1]>n)return NaN;for(;l>=0&&a.get(t,l)&&s[0]<=n;)s[0]++,l--;if(s[0]>n)return NaN;for(l=e+1;l<o&&a.get(t,l);)s[2]++,l++;if(l===o)return NaN;for(;l<o&&!a.get(t,l)&&s[3]<n;)s[3]++,l++;if(l===o||s[3]>=n)return NaN;for(;l<o&&a.get(t,l)&&s[4]<n;)s[4]++,l++;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,l):NaN},r.prototype.crossCheckHorizontal=function(e,t,n,i){for(var a=this.image,o=a.getWidth(),s=this.getCrossCheckStateCount(),l=e;l>=0&&a.get(l,t);)s[2]++,l--;if(l<0)return NaN;for(;l>=0&&!a.get(l,t)&&s[1]<=n;)s[1]++,l--;if(l<0||s[1]>n)return NaN;for(;l>=0&&a.get(l,t)&&s[0]<=n;)s[0]++,l--;if(s[0]>n)return NaN;for(l=e+1;l<o&&a.get(l,t);)s[2]++,l++;if(l===o)return NaN;for(;l<o&&!a.get(l,t)&&s[3]<n;)s[3]++,l++;if(l===o||s[3]>=n)return NaN;for(;l<o&&a.get(l,t)&&s[4]<n;)s[4]++,l++;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,l):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 l=a/7,u=!1,c=this.possibleCenters,d=0,h=c.length;d<h;d++){var p=c[d];if(p.aboutEquals(l,s,o)){c[d]=p.combineEstimate(s,o,l),u=!0;break}}if(!u){var g=new Bc(o,s,l);c.push(g),this.resultPointCallback!==null&&this.resultPointCallback!==void 0&&this.resultPointCallback.foundPossibleResultPoint(g)}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=gr(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(l){e={error:l}}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 l=gr(this.possibleCenters),u=l.next();!u.done;u=l.next()){var c=u.value;c.getCount()>=r.CENTER_QUORUM&&(a++,o+=c.getEstimatedModuleSize())}}catch(x){e={error:x}}finally{try{u&&!u.done&&(t=l.return)&&t.call(l)}finally{if(e)throw e.error}}if(a<3)return!1;var d=o/s,h=0;try{for(var p=gr(this.possibleCenters),g=p.next();!g.done;g=p.next()){var c=g.value;h+=Math.abs(c.getEstimatedModuleSize()-d)}}catch(x){n={error:x}}finally{try{g&&!g.done&&(i=p.return)&&i.call(p)}finally{if(n)throw n.error}}return h<=.05*o},r.prototype.selectBestPatterns=function(){var e,t,n,i,a=this.possibleCenters.length;if(a<3)throw new b;var o=this.possibleCenters,s;if(a>3){var l=0,u=0;try{for(var c=gr(this.possibleCenters),d=c.next();!d.done;d=c.next()){var h=d.value,p=h.getEstimatedModuleSize();l+=p,u+=p*p}}catch(O){e={error:O}}finally{try{d&&!d.done&&(t=c.return)&&t.call(c)}finally{if(e)throw e.error}}s=l/a;var g=Math.sqrt(u/a-s*s);o.sort(function(O,T){var D=Math.abs(T.getEstimatedModuleSize()-s),F=Math.abs(O.getEstimatedModuleSize()-s);return D<F?-1:D>F?1:0});for(var x=Math.max(.2*s,g),C=0;C<o.length&&o.length>3;C++){var m=o[C];Math.abs(m.getEstimatedModuleSize()-s)>x&&(o.splice(C,1),C--)}}if(o.length>3){var l=0;try{for(var _=gr(o),S=_.next();!S.done;S=_.next()){var E=S.value;l+=E.getEstimatedModuleSize()}}catch(T){n={error:T}}finally{try{S&&!S.done&&(i=_.return)&&i.call(_)}finally{if(n)throw n.error}}s=l/o.length,o.sort(function(T,D){if(D.getCount()===T.getCount()){var F=Math.abs(D.getEstimatedModuleSize()-s),B=Math.abs(T.getEstimatedModuleSize()-s);return F<B?1:F>B?-1:0}else return D.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}(),kc=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 zc(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 b("No pattern found in proccess finder.");var o=r.computeDimension(t,n,i,a),s=yt.getProvisionalVersionForDimension(o),l=s.getDimensionForVersion()-7,u=null;if(s.getAlignmentPatternCenters().length>0)for(var c=n.getX()-t.getX()+i.getX(),d=n.getY()-t.getY()+i.getY(),h=1-3/l,p=Math.floor(t.getX()+h*(c-t.getX())),g=Math.floor(t.getY()+h*(d-t.getY())),x=4;x<=16;x<<=1)try{u=this.findAlignmentInRegion(a,p,g,x);break}catch(S){if(!(S instanceof b))throw S}var C=r.createTransform(t,n,i,u,o),m=r.sampleGrid(this.image,C,o),_;return u===null?_=[i,t,n]:_=[i,t,n,u],new Zn(m,_)},r.createTransform=function(e,t,n,i,a){var o=a-3.5,s,l,u,c;return i!==null?(s=i.getX(),l=i.getY(),u=o-3,c=u):(s=t.getX()-e.getX()+n.getX(),l=t.getY()-e.getY()+n.getY(),u=o,c=o),Da.quadrilateralToQuadrilateral(3.5,3.5,o,3.5,u,c,3.5,o,e.getX(),e.getY(),t.getX(),t.getY(),s,l,n.getX(),n.getY())},r.sampleGrid=function(e,t,n){var i=Qn.getInstance();return i.sampleGridWithTransform(e,n,n,t)},r.computeDimension=function(e,t,n,i){var a=j.round(z.distance(e,t)/i),o=j.round(z.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 b("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 l=Math.floor(t-(i-t)*o);return o=1,l<0?(o=t/(t-l),l=0):l>=this.image.getHeight()&&(o=(this.image.getHeight()-1-t)/(l-t),l=this.image.getHeight()-1),s=Math.floor(e+(s-e)*o),a+=this.sizeOfBlackWhiteBlackRun(e,t,s,l),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),l=Math.abs(i-t),u=-s/2,c=e<n?1:-1,d=t<i?1:-1,h=0,p=n+c,g=e,x=t;g!==p;g+=c){var C=a?x:g,m=a?g:x;if(h===1===this.image.get(C,m)){if(h===2)return j.distance(g,x,e,t);h++}if(u+=l,u>0){if(x===i)break;x+=d,u-=s}}return h===2?j.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 b("Alignment top exceeds estimated module size.");var l=Math.max(0,n-a),u=Math.min(this.image.getHeight()-1,n+a);if(u-l<e*3)throw new b("Alignment bottom exceeds estimated module size.");var c=new Vc(this.image,o,l,s-o,u-l,e,this.resultPointCallback);return c.find()},r}(),si=function(){function r(){this.decoder=new Tc}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 kc(e.getBlackMatrix()).detect(t);n=this.decoder.decodeBitMatrix(o.getBits(),t),i=o.getPoints()}n.getOther()instanceof Ja&&n.getOther().applyMirroredCorrection(i);var s=new Ne(n.getText(),n.getRawBytes(),void 0,i,P.QR_CODE,void 0),l=n.getByteSegments();l!==null&&s.putMetadata(_e.BYTE_SEGMENTS,l);var u=n.getECLevel();return u!==null&&s.putMetadata(_e.ERROR_CORRECTION_LEVEL,u),n.hasStructuredAppend()&&(s.putMetadata(_e.STRUCTURED_APPEND_SEQUENCE,n.getStructuredAppendSequenceNumber()),s.putMetadata(_e.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 b;var i=this.moduleSize(t,e),a=t[1],o=n[1],s=t[0],l=n[0];if(s>=l||a>=o)throw new b;if(o-a!==l-s&&(l=s+(o-a),l>=e.getWidth()))throw new b;var u=Math.round((l-s+1)/i),c=Math.round((o-a+1)/i);if(u<=0||c<=0)throw new b;if(c!==u)throw new b;var d=Math.floor(i/2);a+=d,s+=d;var h=s+Math.floor((u-1)*i)-l;if(h>0){if(h>d)throw new b;s-=h}var p=a+Math.floor((c-1)*i)-o;if(p>0){if(p>d)throw new b;a-=p}for(var g=new Ze(u,c),x=0;x<c;x++)for(var C=a+Math.floor(x*i),m=0;m<u;m++)e.get(s+Math.floor(m*i),C)&&g.set(m,x);return g},r.moduleSize=function(e,t){for(var n=t.getHeight(),i=t.getWidth(),a=e[0],o=e[1],s=!0,l=0;a<i&&o<n;){if(s!==t.get(a,o)){if(++l===5)break;s=!s}a++,o++}if(a===i||o===n)throw new b;return(a-e[0])/7},r.NO_POINTS=new Array,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.")},W=function(){function r(){}return r.prototype.PDF417Common=function(){},r.getBitCountSum=function(e){return j.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=Rc(e),s=o.next();!s.done;s=o.next()){var l=s.value;i[a++]=l}}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=ue.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}(),Uc=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}(),Gc=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.")},Hc=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 Uc(i,a)},r.detect=function(e,t){for(var n,i,a=new Array,o=0,s=0,l=!1;o<t.getHeight();){var u=r.findVertices(t,o,s);if(u[0]==null&&u[3]==null){if(!l)break;l=!1,s=0;try{for(var c=(n=void 0,Gc(a)),d=c.next();!d.done;d=c.next()){var h=d.value;h[1]!=null&&(o=Math.trunc(Math.max(o,h[1].getY()))),h[3]!=null&&(o=Math.max(o,Math.trunc(h[3].getY())))}}catch(p){n={error:p}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(n)throw n.error}}o+=r.ROW_STEP;continue}if(l=!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),l=!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 d=r.findGuardPattern(e,a,--i,n,!1,o,u);if(d!=null)c=d;else{i++;break}}s[0]=new z(c[0],i),s[1]=new z(c[1],i),l=!0;break}}var h=i+1;if(l){for(var p=0,d=Int32Array.from([Math.trunc(s[0].getX()),Math.trunc(s[1].getX())]);h<t;h++){var c=r.findGuardPattern(e,d[0],h,n,!1,o,u);if(c!=null&&Math.abs(d[0]-c[0])<r.MAX_PATTERN_DRIFT&&Math.abs(d[1]-c[1])<r.MAX_PATTERN_DRIFT)d=c,p=0;else{if(p>r.SKIPPED_ROW_COUNT_MAX)break;p++}}h-=p+1,s[2]=new z(d[0],h),s[3]=new z(d[1],h)}return h-i<r.BARCODE_MIN_HEIGHT&&ue.fill(s,null),s},r.findGuardPattern=function(e,t,n,i,a,o,s){ue.fillWithin(s,0,s.length,0);for(var l=t,u=0;e.get(l,n)&&l>0&&u++<r.MAX_PIXEL_DRIFT;)l--;for(var c=l,d=0,h=o.length,p=a;c<i;c++){var g=e.get(c,n);if(g!==p)s[d]++;else{if(d===h-1){if(r.patternMatchVariance(s,o,r.MAX_INDIVIDUAL_VARIANCE)<r.MAX_AVG_VARIANCE)return new Int32Array([l,c]);l+=s[0]+s[1],re.arraycopy(s,2,s,0,d-1),s[d-1]=0,s[d]=0,d--}else d++;s[d]=1,p=!p}}return d===h-1&&r.patternMatchVariance(s,o,r.MAX_INDIVIDUAL_VARIANCE)<r.MAX_AVG_VARIANCE?new Int32Array([l,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 l=a/o;n*=l;for(var u=0,c=0;c<i;c++){var d=e[c],h=t[c]*l,p=d>h?d-h:h-d;if(p>n)return 1/0;u+=p}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}(),qc=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 k;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=qc(this.coefficients),o=a.next();!o.done;o=a.next()){var s=o.value;i=this.field.add(i,s)}}catch(d){t={error:d}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return i}for(var l=this.coefficients[0],u=this.coefficients.length,c=1;c<u;c++)l=this.field.add(this.field.multiply(e,l),this.coefficients[c]);return l},r.prototype.add=function(e){if(!this.field.equals(e.field))throw new k("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 k("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 k("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 l=t[s],u=0;u<a;u++)o[s+u]=this.field.add(o[s+u],this.field.multiply(l,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 k;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 H,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}(),Xc=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 k;return this.logTable[e]},r.prototype.inverse=function(e){if(e===0)throw new Na;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}(),$c=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)}}(),Wc=function(r){$c(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 k;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(W.NUMBER_OF_CODEWORDS,3),e}(Xc),jc=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.")},Yc=function(){function r(){this.field=Wc.PDF417_GF}return r.prototype.decode=function(e,t,n){for(var i,a,o=new Ct(this.field,e),s=new Int32Array(t),l=!1,u=t;u>0;u--){var c=o.evaluateAt(this.field.exp(u));s[t-u]=c,c!==0&&(l=!0)}if(!l)return 0;var d=this.field.getOne();if(n!=null)try{for(var h=jc(n),p=h.next();!p.done;p=h.next()){var g=p.value,x=this.field.exp(e.length-1-g),C=new Ct(this.field,new Int32Array([this.field.subtract(0,x),1]));d=d.multiply(C)}}catch(F){i={error:F}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}finally{if(i)throw i.error}}for(var m=new Ct(this.field,s),_=this.runEuclideanAlgorithm(this.field.buildMonomial(t,1),m,t),S=_[0],E=_[1],O=this.findErrorLocations(S),T=this.findErrorMagnitudes(E,S,O),u=0;u<O.length;u++){var D=e.length-1-this.field.log(O[u]);if(D<0)throw ve.getChecksumInstance();e[D]=this.field.subtract(e[D],T[u])}return O.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(),l=this.field.getOne();o.getDegree()>=Math.round(n/2);){var u=a,c=s;if(a=o,s=l,a.isZero())throw ve.getChecksumInstance();o=u;for(var d=this.field.getZero(),h=a.getCoefficient(a.getDegree()),p=this.field.inverse(h);o.getDegree()>=a.getDegree()&&!o.isZero();){var g=o.getDegree()-a.getDegree(),x=this.field.multiply(o.getCoefficient(o.getDegree()),p);d=d.add(this.field.buildMonomial(g,x)),o=o.subtract(a.multiplyByMonomial(g,x))}l=d.multiply(s).subtract(c).negative()}var C=l.getCoefficient(0);if(C===0)throw ve.getChecksumInstance();var m=this.field.inverse(C),_=l.multiply(m),S=o.multiply(m);return[_,S]},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 ve.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),l=n.length,u=new Int32Array(l),o=0;o<l;o++){var c=this.field.inverse(n[o]),d=this.field.subtract(0,e.evaluateAt(c)),h=this.field.inverse(s.evaluateAt(c));u[o]=this.field.multiply(d,h)}return u},r}(),li=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 b;o?(t=new z(0,i.getY()),n=new z(0,a.getY())):s&&(i=new z(e.getWidth()-1,t.getY()),a=new z(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 l=n?this.topLeft:this.topRight,u=Math.trunc(l.getY()-e);u<0&&(u=0);var c=new z(l.getX(),u);n?i=c:o=c}if(t>0){var d=n?this.bottomLeft:this.bottomRight,h=Math.trunc(d.getY()+t);h>=this.image.getHeight()&&(h=this.image.getHeight()-1);var p=new z(d.getX(),h);n?a=p:s=p}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}(),Zc=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}(),ui=function(){function r(){this.buffer=""}return r.form=function(e,t){var n=-1;function i(o,s,l,u,c,d){if(o==="%%")return"%";if(t[++n]!==void 0){o=u?parseInt(u.substr(1)):void 0;var h=c?parseInt(c.substr(1)):void 0,p;switch(d){case"s":p=t[n];break;case"c":p=t[n][0];break;case"f":p=parseFloat(t[n]).toFixed(o);break;case"p":p=parseFloat(t[n]).toPrecision(o);break;case"e":p=parseFloat(t[n]).toExponential(o);break;case"x":p=parseInt(t[n]).toString(h||16);break;case"d":p=parseFloat(parseInt(t[n],h||10).toPrecision(o)).toFixed(0);break}p=typeof p=="object"?JSON.stringify(p):(+p).toString(h);for(var g=parseInt(l),x=l&&l[0]+""=="0"?"0":" ";p.length<g;)p=s!==void 0?p+x:x+p;return p}}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}(),Kc=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.")},to=function(){function r(e){this.boundingBox=new li(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 ui,i=0;try{for(var a=Kc(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(l){e={error:l}}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}(),Qc=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.")},Jc=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},xr=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(d,h){var p={getKey:function(){return d},getValue:function(){return h}};p.getValue()>n?(n=p.getValue(),i=[],i.push(p.getKey())):p.getValue()===n&&i.push(p.getKey())};try{for(var o=Qc(this.values.entries()),s=o.next();!s.done;s=o.next()){var l=Jc(s.value,2),u=l[0],c=l[1];a(u,c)}}catch(d){e={error:d}}finally{try{s&&!s.done&&(t=o.return)&&t.call(o)}finally{if(e)throw e.error}}return W.toIntArray(i)},r.prototype.getConfidence=function(e){return this.values.get(e)},r}(),ed=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)}}(),ci=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.")},ro=function(r){ed(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=ci(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())),l=this.imageRowToCodewordIndex(Math.trunc(o.getY())),u=-1,c=1,d=0,h=s;h<l;h++)if(n[h]!=null){var p=n[h],g=p.getRowNumber()-u;if(g===0)d++;else if(g===1)c=Math.max(c,d),d=1,u=p.getRowNumber();else if(g<0||p.getRowNumber()>=t.getRowCount()||g>h)n[h]=null;else{var x=void 0;c>2?x=(c-2)*g:x=g;for(var C=x>=h,m=1;m<=x&&!C;m++)C=n[h-m]!=null;C?n[h]=null:(u=p.getRowNumber(),d=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=ci(this.getCodewords()),s=o.next();!s.done;s=o.next()){var l=s.value;if(l!=null){var u=l.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())),l=this.getCodewords(),u=-1,c=o;c<s;c++)if(l[c]!=null){var d=l[c];d.setRowNumberAsRowIndicatorColumn();var h=d.getRowNumber()-u;h===0||(h===1?u=d.getRowNumber():d.getRowNumber()>=t.getRowCount()?l[c]=null:u=d.getRowNumber())}},e.prototype.getBarcodeMetadata=function(){var t,n,i=this.getCodewords(),a=new xr,o=new xr,s=new xr,l=new xr;try{for(var u=ci(i),c=u.next();!c.done;c=u.next()){var d=c.value;if(d!=null){d.setRowNumberAsRowIndicatorColumn();var h=d.getValue()%30,p=d.getRowNumber();switch(this._isLeft||(p+=2),p%3){case 0:o.setValue(h*3+1);break;case 1:l.setValue(h/3),s.setValue(h%3);break;case 2:a.setValue(h+1);break}}}}catch(x){t={error:x}}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||l.getValue().length===0||a.getValue()[0]<1||o.getValue()[0]+s.getValue()[0]<W.MIN_ROWS_IN_BARCODE||o.getValue()[0]+s.getValue()[0]>W.MAX_ROWS_IN_BARCODE)return null;var g=new Zc(a.getValue()[0],o.getValue()[0],s.getValue()[0],l.getValue()[0]);return this.removeIncorrectCodewords(i,g),g},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+`
|
|
257
|
+
`+r.prototype.toString.call(this)},e}(to),td=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.")},rd=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=W.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(),l=s;this.detectionResultColumns[e+1]!=null&&(l=this.detectionResultColumns[e+1].getCodewords());var u=new Array(14);u[2]=s[t],u[3]=l[t],t>0&&(u[0]=n[t-1],u[4]=s[t-1],u[5]=l[t-1]),t>1&&(u[8]=n[t-2],u[10]=s[t-2],u[11]=l[t-2]),t<n.length-1&&(u[1]=n[t+1],u[6]=s[t+1],u[7]=l[t+1]),t<n.length-2&&(u[9]=n[t+2],u[12]=s[t+2],u[13]=l[t+2]);try{for(var c=td(u),d=c.next();!d.done;d=c.next()){var h=d.value;if(r.adjustRowNumber(o,h))return}}catch(p){i={error:p}}finally{try{d&&!d.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 ui,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}(),nd=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}(),id=function(){function r(){}return r.initialize=function(){for(var e=0;e<W.SYMBOL_TABLE.length;e++)for(var t=W.SYMBOL_TABLE[e],n=t&1,i=0;i<W.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(W.BARS_IN_MODULE)),r.RATIOS_TABLE[e][W.BARS_IN_MODULE-i-1]=Math.fround(a/W.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=j.sum(e),n=new Int32Array(W.BARS_IN_MODULE),i=0,a=0,o=0;o<W.MODULES_IN_CODEWORD;o++){var s=t/(2*W.MODULES_IN_CODEWORD)+o*t/W.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 W.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=j.sum(e),n=new Array(W.BARS_IN_MODULE);if(t>1)for(var i=0;i<n.length;i++)n[i]=Math.fround(e[i]/t);var a=Yn.MAX_VALUE,o=-1;this.bSymbolTableReady||r.initialize();for(var s=0;s<r.RATIOS_TABLE.length;s++){for(var l=0,u=r.RATIOS_TABLE[s],c=0;c<W.BARS_IN_MODULE;c++){var d=Math.fround(u[c]-n[c]);if(l+=Math.fround(d*d),l>=a)break}l<a&&(a=l,o=W.SYMBOL_TABLE[s])}return o},r.bSymbolTableReady=!1,r.RATIOS_TABLE=new Array(W.SYMBOL_TABLE.length).map(function(e){return new Array(W.BARS_IN_MODULE)}),r}(),ad=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}(),no=function(){function r(){}return r.parseLong=function(e,t){return t===void 0&&(t=void 0),parseInt(e,t)},r}(),od=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)}}(),sd=function(r){od(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="NullPointerException",e}(Ve),ld=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 sd;if(t<0||t>e.length||n<0||t+n>e.length||t+n<0)throw new qn;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}(),ud=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)}}(),cd=function(r){ud(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(Ve),dd=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)}}(),fd=function(r){dd(e,r);function e(t){t===void 0&&(t=32);var n=r.call(this)||this;if(n.count=0,t<0)throw new k("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 cd;i=q.MAX_VALUE}this.buf=ue.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 qn;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 ue.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}(ld),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 io(){if(typeof window<"u")return window.BigInt||null;if(typeof global<"u")return global.BigInt||null;if(typeof self<"u")return self.BigInt||null;throw new Error("Can't search globals for BigInt!")}var Qr;function at(r){if(typeof Qr>"u"&&(Qr=io()),Qr===null)throw new Error("BigInt is not supported!");return Qr(r)}function hd(){var r=[];r[0]=at(1);var e=at(900);r[1]=e;for(var t=2;t<16;t++)r[t]=r[t-1]*e;return r}var pd=function(){function r(){}return r.decode=function(e,t){var n=new H(""),i=ce.ISO8859_1;n.enableDecoding(i);for(var a=1,o=e[a++],s=new ad;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:ce.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 M;default:a--,a=r.textCompaction(e,a,n);break}if(a<e.length)o=e[a++];else throw M.getFormatInstance()}if(n.length()===0)throw M.getFormatInstance();var l=new Xr(null,n.toString(),null,t);return l.setOther(s),l},r.decodeMacroBlock=function(e,t,n){if(t+r.NUMBER_OF_SEQUENCE_CODEWORDS>e[0])throw M.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(q.parseInt(r.decodeBase900toBase10(i,r.NUMBER_OF_SEQUENCE_CODEWORDS)));var o=new H;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 l=new H;t=r.textCompaction(e,t+1,l),n.setFileName(l.toString());break;case r.MACRO_PDF417_OPTIONAL_FIELD_SENDER:var u=new H;t=r.textCompaction(e,t+1,u),n.setSender(u.toString());break;case r.MACRO_PDF417_OPTIONAL_FIELD_ADDRESSEE:var c=new H;t=r.textCompaction(e,t+1,c),n.setAddressee(c.toString());break;case r.MACRO_PDF417_OPTIONAL_FIELD_SEGMENT_COUNT:var d=new H;t=r.numericCompaction(e,t+1,d),n.setSegmentCount(q.parseInt(d.toString()));break;case r.MACRO_PDF417_OPTIONAL_FIELD_TIME_STAMP:var h=new H;t=r.numericCompaction(e,t+1,h),n.setTimestamp(no.parseLong(h.toString()));break;case r.MACRO_PDF417_OPTIONAL_FIELD_CHECKSUM:var p=new H;t=r.numericCompaction(e,t+1,p),n.setChecksum(q.parseInt(p.toString()));break;case r.MACRO_PDF417_OPTIONAL_FIELD_FILE_SIZE:var g=new H;t=r.numericCompaction(e,t+1,g),n.setFileSize(no.parseLong(g.toString()));break;default:throw M.getFormatInstance()}break;case r.MACRO_PDF417_TERMINATOR:t++,n.setLastSegment(!0);break;default:throw M.getFormatInstance()}if(s!==-1){var x=t-s;n.isLastSegment()&&x--,n.setOptionalData(ue.copyOfRange(e,s,s+x))}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 l=e[t++];if(l<r.TEXT_COMPACTION_MODE_LATCH)i[o]=l/30,i[o+1]=l%30,o+=2;else switch(l){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,l=e[t++],a[o]=l,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 l=e[s],u="";switch(a){case te.ALPHA:if(l<26)u=String.fromCharCode(65+l);else switch(l){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(l<26)u=String.fromCharCode(97+l);else switch(l){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(l<r.PL)u=r.MIXED_CHARS[l];else switch(l){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(l<r.PAL)u=r.PUNCT_CHARS[l];else switch(l){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,l<26)u=String.fromCharCode(65+l);else switch(l){case 26:u=" ";break;case r.TEXT_COMPACTION_MODE_LATCH:a=te.ALPHA;break}break;case te.PUNCT_SHIFT:if(a=o,l<r.PAL)u=r.PUNCT_CHARS[l];else switch(l){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 fd,s=0,l=0,u=!1;switch(e){case r.BYTE_COMPACTION_MODE_LATCH:for(var c=new Int32Array(6),d=t[i++];i<t[0]&&!u;)switch(c[s++]=d,l=900*l+d,d=t[i++],d){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 h=0;h<6;++h)o.write(Number(at(l)>>at(8*(5-h))));l=0,s=0}break}i===t[0]&&d<r.TEXT_COMPACTION_MODE_LATCH&&(c[s++]=d);for(var p=0;p<s;p++)o.write(c[p]);break;case r.BYTE_COMPACTION_MODE_LATCH_6:for(;i<t[0]&&!u;){var g=t[i++];if(g<r.TEXT_COMPACTION_MODE_LATCH)s++,l=900*l+g;else switch(g){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 h=0;h<6;++h)o.write(Number(at(l)>>at(8*(5-h))));l=0,s=0}}break}return a.append(Re.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=at(0),i=0;i<t;i++)n+=r.EXP900[t-i-1]*at(e[i]);var a=n.toString();if(a.charAt(0)!=="1")throw new M;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 ,:
|
|
258
258
|
-.$/"|*()?{}'`,r.MIXED_CHARS="0123456789&\r ,:#-.$/+%*=^",r.EXP900=io()?hd():[],r.NUMBER_OF_SEQUENCE_CODEWORDS=2,r}(),yr=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.")},vd=function(){function r(){}return r.decode=function(e,t,n,i,a,o,s){for(var l=new li(e,t,n,i,a),u=null,c=null,d,h=!0;;h=!1){if(t!=null&&(u=r.getRowIndicatorColumn(e,l,t,!0,o,s)),i!=null&&(c=r.getRowIndicatorColumn(e,l,i,!1,o,s)),d=r.merge(u,c),d==null)throw b.getNotFoundInstance();var p=d.getBoundingBox();if(h&&p!=null&&(p.getMinY()<l.getMinY()||p.getMaxY()>l.getMaxY()))l=p;else break}d.setBoundingBox(l);var g=d.getBarcodeColumnCount()+1;d.setDetectionResultColumn(0,u),d.setDetectionResultColumn(g,c);for(var x=u!=null,C=1;C<=g;C++){var m=x?C:g-C;if(d.getDetectionResultColumn(m)===void 0){var _=void 0;m===0||m===g?_=new ro(l,m===0):_=new to(l),d.setDetectionResultColumn(m,_);for(var S=-1,E=S,O=l.getMinY();O<=l.getMaxY();O++){if(S=r.getStartColumn(d,m,O,x),S<0||S>l.getMaxX()){if(E===-1)continue;S=E}var T=r.detectCodeword(e,l.getMinX(),l.getMaxX(),x,S,O,o,s);T!=null&&(_.setCodeword(O,T),E=S,o=Math.min(o,T.getWidth()),s=Math.max(s,T.getWidth()))}}}return r.createDecoderResult(d)},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=li.merge(r.adjustBoundingBox(e),r.adjustBoundingBox(t));return new rd(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=yr(i),l=s.next();!l.done;l=s.next()){var u=l.value;if(o+=a-u,u>0)break}}catch(p){t={error:p}}finally{try{l&&!l.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}for(var c=e.getCodewords(),d=0;o>0&&c[d]==null;d++)o--;for(var h=0,d=i.length-1;d>=0&&(h+=a-i[d],!(i[d]>0));d--);for(var d=c.length-1;h>0&&c[d]==null;d--)h--;return e.getBoundingBox().addMissingRows(o,h,e.isLeft())},r.getMax=function(e){var t,n,i=-1;try{for(var a=yr(e),o=a.next();!o.done;o=a.next()){var s=o.value;i=Math.max(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},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 ro(t,i),l=0;l<2;l++)for(var u=l===0?1:-1,c=Math.trunc(Math.trunc(n.getX())),d=Math.trunc(Math.trunc(n.getY()));d<=t.getMaxY()&&d>=t.getMinY();d+=u){var h=r.detectCodeword(e,0,e.getWidth(),i,c,d,a,o);h!=null&&(s.setCodeword(d,h),i?c=h.getStartX():c=h.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>W.MAX_CODEWORDS_IN_BARCODE)throw b.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 l=0;l<e.getBarcodeColumnCount();l++){var u=t[s][l+1].getValue(),c=s*e.getBarcodeColumnCount()+l;u.length===0?n.push(c):u.length===1?i[c]=u[0]:(o.push(c),a.push(u))}for(var d=new Array(a.length),h=0;h<d.length;h++)d[h]=a[h];return r.createDecoderResultFromAmbiguousValues(e.getBarcodeECLevel(),i,W.toIntArray(n),W.toIntArray(o),d)},r.createDecoderResultFromAmbiguousValues=function(e,t,n,i,a){for(var o=new Int32Array(i.length),s=100;s-- >0;){for(var l=0;l<o.length;l++)t[i[l]]=a[l][o[l]];try{return r.decodeCodewords(t,e,n)}catch(c){var u=c instanceof ve;if(!u)throw c}if(o.length===0)throw ve.getChecksumInstance();for(var l=0;l<o.length;l++)if(o[l]<a[l].length-1){o[l]++;break}else if(o[l]=0,l===o.length-1)throw ve.getChecksumInstance()}throw ve.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 l=0;l<o[s].length;l++)o[s][l]=new xr;var u=0;try{for(var c=yr(e.getDetectionResultColumns()),d=c.next();!d.done;d=c.next()){var h=d.value;if(h!=null)try{for(var p=(i=void 0,yr(h.getCodewords())),g=p.next();!g.done;g=p.next()){var x=g.value;if(x!=null){var C=x.getRowNumber();if(C>=0){if(C>=o.length)continue;o[C][u].setValue(x.getValue())}}}}catch(m){i={error:m}}finally{try{g&&!g.done&&(a=p.return)&&a.call(p)}finally{if(i)throw i.error}}u++}}catch(m){t={error:m}}finally{try{d&&!d.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,l=null;if(r.isValidBarcodeColumn(e,t-s)&&(l=e.getDetectionResultColumn(t-s).getCodeword(n)),l!=null)return i?l.getEndX():l.getStartX();if(l=e.getDetectionResultColumn(t).getCodewordNearby(n),l!=null)return i?l.getStartX():l.getEndX();if(r.isValidBarcodeColumn(e,t-s)&&(l=e.getDetectionResultColumn(t-s).getCodewordNearby(n)),l!=null)return i?l.getEndX():l.getStartX();for(var u=0;r.isValidBarcodeColumn(e,t-s);){t-=s;try{for(var c=(a=void 0,yr(e.getDetectionResultColumn(t).getCodewords())),d=c.next();!d.done;d=c.next()){var h=d.value;if(h!=null)return(i?h.getEndX():h.getStartX())+s*u*(h.getEndX()-h.getStartX())}}catch(p){a={error:p}}finally{try{d&&!d.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,l){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,d=j.sum(u);if(i)c=a+d;else{for(var h=0;h<u.length/2;h++){var p=u[h];u[h]=u[u.length-1-h],u[u.length-1-h]=p}c=a,a=c-d}if(!r.checkCodewordSkew(d,s,l))return null;var g=id.getDecodedValue(u),x=W.getCodeword(g);return x===-1?null:new nd(a,c,r.getCodewordBucketNumber(g),x)},r.getModuleBitCount=function(e,t,n,i,a,o){for(var s=a,l=new Int32Array(8),u=0,c=i?1:-1,d=i;(i?s<n:s>=t)&&u<l.length;)e.get(s,o)===d?(l[u]++,s+=c):(u++,d=!d);return u===l.length||s===(i?n:t)&&u===l.length-1?l:null},r.getNumberOfECCodeWords=function(e){return 2<<e},r.adjustCodewordStartColumn=function(e,t,n,i,a,o){for(var s=a,l=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+=l}l=-l,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 M.getFormatInstance();var i=1<<t+1,a=r.correctErrors(e,n,i);r.verifyCodewordCount(e,i);var o=pd.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 ve.getChecksumInstance();return r.errorCorrection.decode(e,n,t)},r.verifyCodewordCount=function(e,t){if(e.length<4)throw M.getFormatInstance();var n=e[0];if(n>e.length)throw M.getFormatInstance();if(n===0)if(t<e.length)e[0]=e.length-t;else throw M.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 ui,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 Yc,r}(),gd=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.")},di=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 b.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 M||n instanceof ve?b.getNotFoundInstance():n}},r.decode=function(e,t,n){var i,a,o=new Array,s=Hc.detectMultiple(e,t,n);try{for(var l=gd(s.getPoints()),u=l.next();!u.done;u=l.next()){var c=u.value,d=vd.decode(s.getBits(),c[4],c[5],c[6],c[7],r.getMinCodewordWidth(c),r.getMaxCodewordWidth(c)),h=new Ne(d.getText(),d.getRawBytes(),void 0,c,P.PDF_417);h.putMetadata(_e.ERROR_CORRECTION_LEVEL,d.getECLevel());var p=d.getOther();p!=null&&h.putMetadata(_e.PDF417_EXTRA_METADATA,p),o.push(h)}}catch(g){i={error:g}}finally{try{u&&!u.done&&(a=l.return)&&a.call(l)}finally{if(i)throw i.error}}return o.map(function(g){return g})},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?q.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])*W.MODULES_IN_CODEWORD/W.MODULES_IN_STOP_PATTERN),Math.max(r.getMaxWidth(e[1],e[5]),r.getMaxWidth(e[7],e[3])*W.MODULES_IN_CODEWORD/W.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])*W.MODULES_IN_CODEWORD/W.MODULES_IN_STOP_PATTERN),Math.min(r.getMinWidth(e[1],e[5]),r.getMinWidth(e[7],e[3])*W.MODULES_IN_CODEWORD/W.MODULES_IN_STOP_PATTERN)))},r.prototype.reset=function(){},r}(),xd=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)}}(),ao=function(r){xd(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="ReaderException",e}(Ve),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.")},yd=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===P.UPC_A||o===P.UPC_E||o===P.EAN_13||o===P.EAN_8||o===P.CODABAR||o===P.CODE_39||o===P.CODE_93||o===P.CODE_128||o===P.ITF||o===P.RSS_14||o===P.RSS_EXPANDED});a&&!t&&i.push(new vr(e)),n.includes(P.QR_CODE)&&i.push(new si),n.includes(P.DATA_MATRIX)&&i.push(new oi),n.includes(P.AZTEC)&&i.push(new Jn),n.includes(P.PDF_417)&&i.push(new di),a&&t&&i.push(new vr(e))}i.length===0&&(t||i.push(new vr(e)),i.push(new si),i.push(new oi),i.push(new Jn),i.push(new di),t&&i.push(new vr(e))),this.readers=i},r.prototype.reset=function(){var e,t;if(this.readers!==null)try{for(var n=oo(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 ao("No readers where selected, nothing can be read.");try{for(var i=oo(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 ao)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 b("No MultiFormat Readers were able to detect the code.")},r}(),Cd=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){Cd(e,r);function e(t,n){t===void 0&&(t=null),n===void 0&&(n=500);var i=this,a=new yd;return a.setHints(t),i=r.call(this,a,n)||this,i}return e.prototype.decodeBitmap=function(t){return this.reader.decodeWithState(t)},e})(Vt);var wd=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){wd(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new di,t)||this}return e})(Vt);var md=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){md(e,r);function e(t){return t===void 0&&(t=500),r.call(this,new si,t)||this}return e})(Vt);var fi;(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"})(fi||(fi={}));const Jr=fi;var so=function(){function r(e){this.field=e,this.cachedGenerators=[],this.cachedGenerators.push(new rt(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 rt(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 k("No error correction bytes");var n=e.length-t;if(n<=0)throw new k("No data bytes provided");var i=this.buildGenerator(t),a=new Int32Array(n);re.arraycopy(e,0,a,0,n);var o=new rt(this.field,a);o=o.multiplyByMonomial(t,1);for(var s=o.divide(i)[1],l=s.getCoefficients(),u=t-l.length,c=0;c<u;c++)e[n+c]=0;re.arraycopy(l,0,e,n+u,l.length)},r}(),Cr=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],l=0;l<i-1;l++){var u=s[l];u===s[l+1]&&u===n[o+1][l]&&u===n[o+1][l+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 l=n[o];s+6<i&&l[s]===1&&l[s+1]===0&&l[s+2]===1&&l[s+3]===1&&l[s+4]===1&&l[s+5]===0&&l[s+6]===1&&(r.isWhiteHorizontal(l,s-4,s)||r.isWhiteHorizontal(l,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],l=0;l<i;l++)s[l]===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 k("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 l=0,u=-1,c=0;c<a;c++){var d=t?o[s][c]:o[c][s];d===u?l++:(l>=5&&(n+=r.N1+(l-5)),l=1,u=d)}l>=5&&(n+=r.N1+(l-5))}return n},r.N1=3,r.N2=3,r.N3=40,r.N4=10,r}(),_d=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.")},Ad=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=_d(this.bytes),a=i.next();!a.done;a=i.next()){var o=a.value;ue.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,l=this.width;s<l;++s)if(a[s]!==o[s])return!1;return!0},r.prototype.toString=function(){for(var e=new H,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(`
|
|
259
259
|
`)}return e.toString()},r}(),hi=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 H;return e.append(`<<
|
|
260
260
|
`),e.append(" mode: "),e.append(this.mode?this.mode.toString():"null"),e.append(`
|
|
@@ -265,6 +265,6 @@
|
|
|
265
265
|
`),e.append(this.matrix.toString())):e.append(`
|
|
266
266
|
matrix: null
|
|
267
267
|
`),e.append(`>>
|
|
268
|
-
`),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}(),Ed=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){Ed(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="WriterException",e}(Ve),lo=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 ge;r.makeTypeInfoBits(e,t,i);for(var a=0,o=i.getSize();a<o;++a){var s=i.get(i.getSize()-1-a),l=r.TYPE_INFO_COORDINATES[a],u=l[0],c=l[1];if(n.setBoolean(u,c,s),a<8){var d=n.getWidth()-a-1,h=8;n.setBoolean(d,h,s)}else{var d=8,h=n.getHeight()-7+(a-8);n.setBoolean(d,h,s)}}},r.maybeEmbedVersionInfo=function(e,t){if(!(e.getVersionNumber()<7)){var n=new ge;r.makeVersionInfoBits(e,n);for(var i=17,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 l=0;l<2;++l){var u=o-l;if(r.isEmpty(n.get(u,s))){var c=void 0;i<e.getSize()?(c=e.get(i),++i):c=!1,t!==255&&Cr.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-q.numberOfLeadingZeros(e)},r.calculateBCHCode=function(e,t){if(t===0)throw new k("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(!hi.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 ge;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 l=0;l!==o;l++){var u=i[l];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}(),Sd=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}(),uo=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 Cr.applyMaskPenaltyRule1(e)+Cr.applyMaskPenaltyRule2(e)+Cr.applyMaskPenaltyRule3(e)+Cr.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(Jr.CHARACTER_SET)!==void 0;a&&(i=n.get(Jr.CHARACTER_SET).toString());var o=this.chooseMode(e,i),s=new ge;if(o===ne.BYTE&&(a||r.DEFAULT_BYTE_MODE_ENCODING!==i)){var l=ce.getCharacterSetECIByName(i);l!==void 0&&this.appendECI(l,s)}this.appendModeInfo(o,s);var u=new ge;this.appendBytes(e,o,u,i);var c;if(n!==null&&n.get(Jr.QR_VERSION)!==void 0){var d=Number.parseInt(n.get(Jr.QR_VERSION).toString(),10);c=yt.getVersionForNumber(d);var h=this.calculateBitsNeeded(o,s,u,c);if(!this.willFit(h,c,t))throw new ie("Data too big for requested version")}else c=this.recommendVersion(t,o,s,u);var p=new ge;p.appendBitArray(s);var g=o===ne.BYTE?u.getSizeInBytes():e.length;this.appendLengthInfo(g,c,o,p),p.appendBitArray(u);var x=c.getECBlocksForLevel(t),C=c.getTotalCodewords()-x.getTotalECCodewords();this.terminateBits(C,p);var m=this.interleaveWithECBytes(p,c.getTotalCodewords(),C,x.getNumBlocks()),_=new hi;_.setECLevel(t),_.setMode(o),_.setVersion(c);var S=c.getDimensionForVersion(),E=new Ad(S,S),O=this.chooseMaskPattern(m,t,c,E);return _.setMaskPattern(O),lo.buildMatrix(m,t,c,O,E),_.setMatrix(E),_},r.recommendVersion=function(e,t,n,i){var a=this.calculateBitsNeeded(t,n,i,yt.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),ce.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=Re.encode(e,ce.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<hi.NUM_MASK_PATTERNS;s++){lo.buildMatrix(e,t,n,s,i);var l=this.calculateMaskPenalty(i);l<a&&(a=l,o=s)}return o},r.chooseVersion=function(e,t){for(var n=1;n<=40;n++){var i=yt.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,l=(e+7)/8;return s>=l},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)===0?236:17,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,l=n-s,u=Math.floor(e/n),c=u+1,d=Math.floor(t/n),h=d+1,p=u-d,g=c-h;if(p!==g)throw new ie("EC bytes mismatch");if(n!==l+s)throw new ie("RS blocks mismatch");if(e!==(d+p)*l+(h+g)*s)throw new ie("Total bytes mismatch");i<l?(a[0]=d,o[0]=p):(a[0]=h,o[0]=g)},r.interleaveWithECBytes=function(e,t,n,i){var a,o,s,l;if(e.getSizeInBytes()!==n)throw new ie("Number of bits and data bytes does not match");for(var u=0,c=0,d=0,h=new Array,p=0;p<i;++p){var g=new Int32Array(1),x=new Int32Array(1);r.getNumDataBytesAndNumECBytesForBlockID(t,n,i,p,g,x);var C=g[0],m=new Uint8Array(C);e.toBytes(8*u,m,0,C);var _=r.generateECBytes(m,x[0]);h.push(new Sd(m,_)),c=Math.max(c,C),d=Math.max(d,_.length),u+=g[0]}if(n!==u)throw new ie("Data bytes does not match offset");for(var S=new ge,p=0;p<c;++p)try{for(var E=(a=void 0,uo(h)),O=E.next();!O.done;O=E.next()){var T=O.value,m=T.getDataBytes();p<m.length&&S.appendBits(m[p],8)}}catch(L){a={error:L}}finally{try{O&&!O.done&&(o=E.return)&&o.call(E)}finally{if(a)throw a.error}}for(var p=0;p<d;++p)try{for(var D=(s=void 0,uo(h)),F=D.next();!F.done;F=D.next()){var T=F.value,_=T.getErrorCorrectionBytes();p<_.length&&S.appendBits(_[p],8)}}catch(L){s={error:L}}finally{try{F&&!F.done&&(l=D.return)&&l.call(D)}finally{if(s)throw s.error}}if(t!==S.getSizeInBytes())throw new ie("Interleaving error: "+t+" and "+S.getSizeInBytes()+" differ.");return S},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 so(Pe.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=Re.encode(e,n)}catch(l){throw new ie(l)}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=Re.encode(e,ce.SJIS)}catch(d){throw new ie(d)}for(var i=n.length,a=0;a<i;a+=2){var o=n[a]&255,s=n[a+1]&255,l=o<<8&4294967295|s,u=-1;if(l>=33088&&l<=40956?u=l-33088:l>=57408&&l<=60351&&(u=l-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=ce.UTF8.getName(),r})();var Id=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){Id(e,r);function e(t,n,i,a,o,s,l,u){var c=r.call(this,s,l)||this;if(c.yuvData=t,c.dataWidth=n,c.dataHeight=i,c.left=a,c.top=o,a+s>n||o+l>i)throw new k("Crop rectangle does not fit within image data.");return u&&c.reverseHorizontal(s,l),c}return e.prototype.getRow=function(t,n){if(t<0||t>=this.getHeight())throw new k("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 l=s*t;re.arraycopy(this.yuvData,o,a,l,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 l=s*t,u=0;u<t;u++){var c=a[o+u*e.THUMBNAIL_SCALE_FACTOR]&255;i[l+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,l=o,u=o+t-1;l<s;l++,u--){var c=i[l];i[l]=i[u],i[u]=c}},e.prototype.invert=function(){return new $n(this)},e.THUMBNAIL_SCALE_FACTOR=2,e})(qr);var Od=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){Od(e,r);function e(t,n,i,a,o,s,l){var u=r.call(this,n,i)||this;if(u.dataWidth=a,u.dataHeight=o,u.left=s,u.top=l,t.BYTES_PER_ELEMENT===4){for(var c=n*i,d=new Uint8ClampedArray(c),h=0;h<c;h++){var p=t[h],g=p>>16&255,x=p>>7&510,C=p&255;d[h]=(g+x+C)/4&255}u.luminances=d}else u.luminances=t;if(a===void 0&&(u.dataWidth=n),o===void 0&&(u.dataHeight=i),s===void 0&&(u.left=0),l===void 0&&(u.top=0),u.left+n>u.dataWidth||u.top+i>u.dataHeight)throw new k("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 k("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 l=s*t;re.arraycopy(this.luminances,o,a,l,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 $n(this)},e})(qr);var Nd=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)}}(),bd=function(r){Nd(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.forName=function(t){return this.getCharacterSetECIByName(t)},e}(ce),Td=function(){function r(){}return r.ISO_8859_1=ce.ISO8859_1,r}(),pi,Dd=301,Md=function(r,e){for(var t=1,n=0;n<255;n++)e[n]=t,r[t]=n,t*=2,t>=256&&(t^=Dd);return{LOG:r,ALOG:e}};pi=Md([],[]),pi.LOG,pi.ALOG;var co;(function(r){r[r.FORCE_NONE=0]="FORCE_NONE",r[r.FORCE_SQUARE=1]="FORCE_SQUARE",r[r.FORCE_RECTANGLE=2]="FORCE_RECTANGLE"})(co||(co={}));var fo=129,ho=230,Fd=231,Vd=235,Pd=236,Bd=237,Ld=238,zd=239,kd=240,vi=254,Rd=254,po="[)>05",vo="[)>06",go="",J=0,Ee=1,Fe=2,pe=3,ye=4,be=5,Ud=function(){function r(){}return r.prototype.getEncodingMode=function(){return J},r.prototype.encode=function(e){var t=Ye.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=Ye.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(i!==this.getEncodingMode())switch(i){case be:e.writeCodeword(Fd),e.signalEncoderChange(be);return;case Ee:e.writeCodeword(ho),e.signalEncoderChange(Ee);return;case pe:e.writeCodeword(Ld),e.signalEncoderChange(pe);break;case Fe:e.writeCodeword(zd),e.signalEncoderChange(Fe);break;case ye:e.writeCodeword(kd),e.signalEncoderChange(ye);break;default:throw new Error("Illegal mode: "+i)}else Ye.isExtendedASCII(n)?(e.writeCodeword(Vd),e.writeCodeword(n-128+1),e.pos++):(e.writeCodeword(n+1),e.pos++)}},r.prototype.encodeASCIIDigits=function(e,t){if(Ye.isDigit(e)&&Ye.isDigit(t)){var n=(e-48)*10+(t-48);return n+130}throw new Error("not digits: "+e+t)},r}(),Gd=function(){function r(){}return r.prototype.getEncodingMode=function(){return be},r.prototype.encode=function(e){var t=new H;for(t.append(0);e.hasMoreCharacters();){var n=e.getCurrentChar();t.append(n),e.pos++;var i=Ye.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(i!==this.getEncodingMode()){e.signalEncoderChange(J);break}}var a=t.length()-1,o=1,s=e.getCodewordCount()+a+o;e.updateSymbolInfo(s);var l=e.getSymbolInfo().getDataCapacity()-s>0;if(e.hasMoreCharacters()||l)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}(),gi=function(){function r(){}return r.prototype.getEncodingMode=function(){return Ee},r.prototype.encodeMaximal=function(e){for(var t=new H,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),l=Math.floor(e.getCodewordCount()+s+1);e.updateSymbolInfo(l);var u=e.getSymbolInfo().getDataCapacity()-l,c=Math.floor(t.length()%3);(c===2&&u!==2||c===1&&(n>3||u!==1))&&(e.pos=i)}t.length()>0&&e.writeCodeword(ho),this.handleEOD(e,t)},r.prototype.encode=function(e){for(var t=new H;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 l=new H;for(t.length()%3===2&&s!==2&&(i=this.backtrackOneCharacter(e,t,l,i));t.length()%3===1&&(i>3||s!==1);)i=this.backtrackOneCharacter(e,t,l,i);break}var u=t.length();if(u%3===0){var c=Ye.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(c!==this.getEncodingMode()){e.signalEncoderChange(J);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(vi)}else if(o===1&&i===1){for(;t.length()>=3;)this.writeNextTriplet(e,t);e.hasMoreCharacters()&&e.writeCodeword(vi),e.pos--}else if(i===0){for(;t.length()>=3;)this.writeNextTriplet(e,t);(o>0||e.hasMoreCharacters())&&e.writeCodeword(vi)}else throw new Error("Unexpected case. Please report!");e.signalEncoderChange(J)},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 H;return a.append(n),a.append(i),a.toString()},r}(),Hd=function(){function r(){}return r.prototype.getEncodingMode=function(){return ye},r.prototype.encode=function(e){for(var t=new H;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=Ye.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(o!==this.getEncodingMode()){e.signalEncoderChange(J);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()),l=!e.hasMoreCharacters(),u=l&&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(J)}},r.prototype.encodeChar=function(e,t){e>=32&&e<=63?t.append(e):e>=64&&e<=94?t.append($.getCharAt(e-64)):Ye.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,l=s>>16&255,u=s>>8&255,c=s&255,d=new H;return d.append(l),t>=2&&d.append(u),t>=3&&d.append(c),d.toString()},r}(),qd=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)}}(),Xd=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.")},Z=function(){function r(e,t,n,i,a,o,s,l){s===void 0&&(s=0),l===void 0&&(l=0),this.rectangular=e,this.dataCapacity=t,this.errorCodewords=n,this.matrixWidth=i,this.matrixHeight=a,this.dataRegions=o,this.rsBlockData=s,this.rsBlockError=l}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 l=Xd(Wd),u=l.next();!u.done;u=l.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(d){o={error:d}}finally{try{u&&!u.done&&(s=l.return)&&s.call(l)}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}(),$d=function(r){qd(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}(Z),Wd=[new Z(!1,3,5,8,8,1),new Z(!1,5,7,10,10,1),new Z(!0,5,7,16,6,1),new Z(!1,8,10,12,12,1),new Z(!0,10,11,14,6,2),new Z(!1,12,12,14,14,1),new Z(!0,16,14,24,10,1),new Z(!1,18,14,16,16,1),new Z(!1,22,18,18,18,1),new Z(!0,22,18,16,10,2),new Z(!1,30,20,20,20,1),new Z(!0,32,24,16,14,2),new Z(!1,36,24,22,22,1),new Z(!1,44,28,24,24,1),new Z(!0,49,28,22,14,2),new Z(!1,62,36,14,14,4),new Z(!1,86,42,16,16,4),new Z(!1,114,48,18,18,4),new Z(!1,144,56,20,20,4),new Z(!1,174,68,22,22,4),new Z(!1,204,84,24,24,4,102,42),new Z(!1,280,112,14,14,16,140,56),new Z(!1,368,144,16,16,16,92,36),new Z(!1,456,192,18,18,16,114,48),new Z(!1,576,224,20,20,16,144,56),new Z(!1,696,272,22,22,16,174,68),new Z(!1,816,336,24,24,16,136,56),new Z(!1,1050,408,18,18,36,175,68),new Z(!1,1304,496,20,20,36,163,62),new $d],jd=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 H,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 H,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=Z.lookup(e,this.shape,this.minSize,this.maxSize,!0))},r.prototype.resetSymbolInfo=function(){this.symbolInfo=null},r}(),Yd=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)}}(),Zd=function(r){Yd(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getEncodingMode=function(){return pe},e.prototype.encode=function(t){for(var n=new H;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=Ye.lookAheadTest(t.getMessage(),t.pos,this.getEncodingMode());if(o!==this.getEncodingMode()){t.signalEncoderChange(J);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):Ye.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(Rd),t.getNewEncoding()<0&&t.signalEncoderChange(J)},e}(gi),Kd=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)}}(),Qd=function(r){Kd(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getEncodingMode=function(){return Fe},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}(gi),Ye=function(){function r(){}return r.randomize253State=function(e){var t=149*e%253+1,n=fo+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 gi,s=[new Ud,o,new Qd,new Zd,new Hd,new Gd],l=new jd(e);l.setSymbolShape(t),l.setSizeConstraints(n,i),e.startsWith(po)&&e.endsWith(go)?(l.writeCodeword(Pd),l.setSkipAtEnd(2),l.pos+=po.length):e.startsWith(vo)&&e.endsWith(go)&&(l.writeCodeword(Bd),l.setSkipAtEnd(2),l.pos+=vo.length);var u=J;for(a&&(o.encodeMaximal(l),u=l.getNewEncoding(),l.resetEncoderSignal());l.hasMoreCharacters();)s[u].encode(l),l.getNewEncoding()>=0&&(u=l.getNewEncoding(),l.resetEncoderSignal());var c=l.getCodewordCount();l.updateSymbolInfo();var d=l.getSymbolInfo().getDataCapacity();c<d&&u!==J&&u!==be&&u!==ye&&l.writeCodeword("þ");var h=l.getCodewords();for(h.length()<d&&h.append(fo);h.length()<d;)h.append(this.randomize253State(h.length()+1));return l.getCodewords().toString()},r.lookAheadTest=function(e,t,n){var i=this.lookAheadTestIntern(e,t,n);if(n===pe&&i===pe){for(var a=Math.min(t+3,e.length),o=t;o<a;o++)if(!this.isNativeX12(e.charCodeAt(o)))return J}else if(n===ye&&i===ye){for(var a=Math.min(t+4,e.length),o=t;o<a;o++)if(!this.isNativeEDIFACT(e.charCodeAt(o)))return J}return i},r.lookAheadTestIntern=function(e,t,n){if(t>=e.length)return n;var i;n===J?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){ue.fill(o,0),ue.fill(s,0);var l=this.findMinimums(i,s,q.MAX_VALUE,o),u=this.getMinimumCount(o);if(s[J]===l)return J;if(u===1){if(o[be]>0)return be;if(o[ye]>0)return ye;if(o[Fe]>0)return Fe;if(o[pe]>0)return pe}return Ee}var c=e.charCodeAt(t+a);if(a++,this.isDigit(c)?i[J]+=.5:this.isExtendedASCII(c)?(i[J]=Math.ceil(i[J]),i[J]+=2):(i[J]=Math.ceil(i[J]),i[J]++),this.isNativeC40(c)?i[Ee]+=2/3:this.isExtendedASCII(c)?i[Ee]+=8/3:i[Ee]+=4/3,this.isNativeText(c)?i[Fe]+=2/3:this.isExtendedASCII(c)?i[Fe]+=8/3:i[Fe]+=4/3,this.isNativeX12(c)?i[pe]+=2/3:this.isExtendedASCII(c)?i[pe]+=13/3:i[pe]+=10/3,this.isNativeEDIFACT(c)?i[ye]+=3/4:this.isExtendedASCII(c)?i[ye]+=17/4:i[ye]+=13/4,this.isSpecialB256(c)?i[be]+=4:i[be]++,a>=4){if(ue.fill(o,0),ue.fill(s,0),this.findMinimums(i,s,q.MAX_VALUE,o),s[J]<this.min(s[be],s[Ee],s[Fe],s[pe],s[ye]))return J;if(s[be]<s[J]||s[be]+1<this.min(s[Ee],s[Fe],s[pe],s[ye]))return be;if(s[ye]+1<this.min(s[be],s[Ee],s[Fe],s[pe],s[J]))return ye;if(s[Fe]+1<this.min(s[be],s[Ee],s[ye],s[pe],s[J]))return Fe;if(s[pe]+1<this.min(s[be],s[Ee],s[ye],s[Fe],s[J]))return pe;if(s[Ee]+1<this.min(s[J],s[be],s[ye],s[Fe])){if(s[Ee]<s[pe])return Ee;if(s[Ee]===s[pe]){for(var d=t+a+1;d<e.length;){var h=e.charCodeAt(d);if(this.isX12TermSep(h))return pe;if(!this.isNativeX12(h))break;d++}return Ee}}}}},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,ue.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=q.toHexString(e.charCodeAt(0));throw t="0000".substring(0,4-t.length)+t,new Error("Illegal character: "+e+" (0x"+t+")")},r}(),xi=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.")},xo=function(){function r(e){this.charset=e,this.name=e.name}return r.prototype.canEncode=function(e){try{return Re.encode(e,this.charset)!=null}catch{return!1}},r}(),Jd=function(){function r(e,t,n){var i,a,o,s,l,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(B){return new xo(bd.forName(B))}),this.encoders=[];var c=[];c.push(new xo(Td.ISO_8859_1));for(var d=t!=null&&t.name.startsWith("UTF"),h=0;h<e.length;h++){var p=!1;try{for(var g=(i=void 0,xi(c)),x=g.next();!x.done;x=g.next()){var C=x.value,m=e.charAt(h),_=m.charCodeAt(0);if(_===n||C.canEncode(m)){p=!0;break}}}catch(B){i={error:B}}finally{try{x&&!x.done&&(a=g.return)&&a.call(g)}finally{if(i)throw i.error}}if(!p)try{for(var S=(o=void 0,xi(this.ENCODERS)),E=S.next();!E.done;E=S.next()){var C=E.value;if(C.canEncode(e.charAt(h))){c.push(C),p=!0;break}}}catch(B){o={error:B}}finally{try{E&&!E.done&&(s=S.return)&&s.call(S)}finally{if(o)throw o.error}}p||(d=!0)}if(c.length===1&&!d)this.encoders=[c[0]];else{this.encoders=[];var O=0;try{for(var T=xi(c),D=T.next();!D.done;D=T.next()){var C=D.value;this.encoders[O++]=C}}catch(B){l={error:B}}finally{try{D&&!D.done&&(u=T.return)&&u.call(T)}finally{if(l)throw l.error}}}var F=-1;if(t!=null){for(var h=0;h<this.encoders.length;h++)if(this.encoders[h]!=null&&t.name===this.encoders[h].name){F=h;break}}this.priorityEncoderIndex=F}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 Re.encode($.getCharAt(e),this.encoders[t].name)},r}(),ef=3,tf=function(){function r(e,t,n){this.fnc1=n;var i=new Jd(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 H,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),l=0,u=t.length();t.getPriorityEncoderIndex()>=0&&(s===o||t.canEncode(s,t.getPriorityEncoderIndex()))&&(l=t.getPriorityEncoderIndex(),u=l+1);for(var c=l;c<u;c++)(s===o||t.canEncode(s,c))&&this.addEdge(n,i+1,new yo(s,t,c,a,o))},r.prototype.encodeMinimally=function(e,t,n){var i=e.length,a=new yo[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 l=-1,u=q.MAX_VALUE,s=0;s<t.length();s++)if(a[i][s]!=null){var c=a[i][s];c.cachedTotalSize<u&&(u=c.cachedTotalSize,l=s)}if(l<0)throw new Error('Failed to encode "'+e+'"');for(var d=[],h=a[i][l];h!=null;){if(h.isFNC1())d.unshift(1e3);else for(var p=t.encode(h.c,h.encoderIndex),o=p.length-1;o>=0;o--)d.unshift(p[o]&255);var g=h.previous===null?0:h.previous.encoderIndex;g!==h.encoderIndex&&d.unshift(256+t.getECIValue(h.encoderIndex)),h=h.previous}for(var x=[],o=0;o<x.length;o++)x[o]=d[o];return x},r}(),yo=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+=ef),i!=null&&(o+=i.cachedTotalSize),this.cachedTotalSize=o}return r.prototype.isFNC1=function(){return this.c===1e3},r}(),rf=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)}}(),nf=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},Co;(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"})(Co||(Co={})),function(r){rf(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}(tf);var af=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}(),wo=function(){function r(){}return r.singletonList=function(e){return[e]},r.min=function(e,t){return e.sort(t)[0]},r}(),of=function(){function r(e){this.previous=e}return r.prototype.getPrevious=function(){return this.previous},r}(),sf=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)}}(),yi=function(r){sf(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,"<"+q.toBinaryString(t|1<<this.bitCount).substring(1)+">"},e}(of),lf=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)}}(),uf=function(r){lf(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}(yi);function cf(r,e,t){return new uf(r,e,t)}function wr(r,e,t){return new yi(r,e,t)}var df=["UPPER","LOWER","DIGIT","MIXED","PUNCT"],ot=0,en=1,Ge=2,mo=3,Ke=4,ff=new yi(null,0,0),Ci=[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])],hf=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 pf(r){var e,t;try{for(var n=hf(r),i=n.next();!i.done;i=n.next()){var a=i.value;ue.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[ot][Ke]=0,r[en][Ke]=0,r[en][ot]=28,r[mo][Ke]=0,r[Ge][Ke]=0,r[Ge][ot]=15,r}var _o=pf(ue.createInt32Array(6,6)),vf=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.")},gf=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=Ci[this.mode][e];i=wr(i,a&65535,a>>16),n+=a>>16}var o=e===Ge?4:5;return i=wr(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=wr(n,_o[this.mode][e],i),n=wr(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===Ke||this.mode===Ge){var a=Ci[n][ot];t=wr(t,a&65535,a>>16),i+=a>>16,n=ot}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=cf(t,e-this.binaryShiftByteCount,this.binaryShiftByteCount),new r(t,this.mode,0,this.bitCount)},r.prototype.isBetterThanOrEqualTo=function(e){var t=this.bitCount+(Ci[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 ge;try{for(var s=vf(i),l=s.next();!l.done;l=s.next()){var u=l.value;u.appendTo(o,e)}}catch(c){t={error:c}}finally{try{l&&!l.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",df[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(ff,ot,0,0),r}();function xf(r){var e=$.getCharCode(" "),t=$.getCharCode("."),n=$.getCharCode(",");r[ot][e]=1;for(var i=$.getCharCode("Z"),a=$.getCharCode("A"),o=a;o<=i;o++)r[ot][o]=o-a+2;r[en][e]=1;for(var s=$.getCharCode("z"),l=$.getCharCode("a"),o=l;o<=s;o++)r[en][o]=o-l+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 d=["\0"," ","","","","","","","\x07","\b"," ",`
|
|
268
|
+
`),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}(),Ed=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){Ed(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.kind="WriterException",e}(Ve),lo=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 ge;r.makeTypeInfoBits(e,t,i);for(var a=0,o=i.getSize();a<o;++a){var s=i.get(i.getSize()-1-a),l=r.TYPE_INFO_COORDINATES[a],u=l[0],c=l[1];if(n.setBoolean(u,c,s),a<8){var d=n.getWidth()-a-1,h=8;n.setBoolean(d,h,s)}else{var d=8,h=n.getHeight()-7+(a-8);n.setBoolean(d,h,s)}}},r.maybeEmbedVersionInfo=function(e,t){if(!(e.getVersionNumber()<7)){var n=new ge;r.makeVersionInfoBits(e,n);for(var i=17,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 l=0;l<2;++l){var u=o-l;if(r.isEmpty(n.get(u,s))){var c=void 0;i<e.getSize()?(c=e.get(i),++i):c=!1,t!==255&&Cr.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-q.numberOfLeadingZeros(e)},r.calculateBCHCode=function(e,t){if(t===0)throw new k("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(!hi.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 ge;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 l=0;l!==o;l++){var u=i[l];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}(),Sd=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}(),uo=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 Cr.applyMaskPenaltyRule1(e)+Cr.applyMaskPenaltyRule2(e)+Cr.applyMaskPenaltyRule3(e)+Cr.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(Jr.CHARACTER_SET)!==void 0;a&&(i=n.get(Jr.CHARACTER_SET).toString());var o=this.chooseMode(e,i),s=new ge;if(o===ne.BYTE&&(a||r.DEFAULT_BYTE_MODE_ENCODING!==i)){var l=ce.getCharacterSetECIByName(i);l!==void 0&&this.appendECI(l,s)}this.appendModeInfo(o,s);var u=new ge;this.appendBytes(e,o,u,i);var c;if(n!==null&&n.get(Jr.QR_VERSION)!==void 0){var d=Number.parseInt(n.get(Jr.QR_VERSION).toString(),10);c=yt.getVersionForNumber(d);var h=this.calculateBitsNeeded(o,s,u,c);if(!this.willFit(h,c,t))throw new ie("Data too big for requested version")}else c=this.recommendVersion(t,o,s,u);var p=new ge;p.appendBitArray(s);var g=o===ne.BYTE?u.getSizeInBytes():e.length;this.appendLengthInfo(g,c,o,p),p.appendBitArray(u);var x=c.getECBlocksForLevel(t),C=c.getTotalCodewords()-x.getTotalECCodewords();this.terminateBits(C,p);var m=this.interleaveWithECBytes(p,c.getTotalCodewords(),C,x.getNumBlocks()),_=new hi;_.setECLevel(t),_.setMode(o),_.setVersion(c);var S=c.getDimensionForVersion(),E=new Ad(S,S),O=this.chooseMaskPattern(m,t,c,E);return _.setMaskPattern(O),lo.buildMatrix(m,t,c,O,E),_.setMatrix(E),_},r.recommendVersion=function(e,t,n,i){var a=this.calculateBitsNeeded(t,n,i,yt.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),ce.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=Re.encode(e,ce.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<hi.NUM_MASK_PATTERNS;s++){lo.buildMatrix(e,t,n,s,i);var l=this.calculateMaskPenalty(i);l<a&&(a=l,o=s)}return o},r.chooseVersion=function(e,t){for(var n=1;n<=40;n++){var i=yt.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,l=(e+7)/8;return s>=l},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)===0?236:17,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,l=n-s,u=Math.floor(e/n),c=u+1,d=Math.floor(t/n),h=d+1,p=u-d,g=c-h;if(p!==g)throw new ie("EC bytes mismatch");if(n!==l+s)throw new ie("RS blocks mismatch");if(e!==(d+p)*l+(h+g)*s)throw new ie("Total bytes mismatch");i<l?(a[0]=d,o[0]=p):(a[0]=h,o[0]=g)},r.interleaveWithECBytes=function(e,t,n,i){var a,o,s,l;if(e.getSizeInBytes()!==n)throw new ie("Number of bits and data bytes does not match");for(var u=0,c=0,d=0,h=new Array,p=0;p<i;++p){var g=new Int32Array(1),x=new Int32Array(1);r.getNumDataBytesAndNumECBytesForBlockID(t,n,i,p,g,x);var C=g[0],m=new Uint8Array(C);e.toBytes(8*u,m,0,C);var _=r.generateECBytes(m,x[0]);h.push(new Sd(m,_)),c=Math.max(c,C),d=Math.max(d,_.length),u+=g[0]}if(n!==u)throw new ie("Data bytes does not match offset");for(var S=new ge,p=0;p<c;++p)try{for(var E=(a=void 0,uo(h)),O=E.next();!O.done;O=E.next()){var T=O.value,m=T.getDataBytes();p<m.length&&S.appendBits(m[p],8)}}catch(L){a={error:L}}finally{try{O&&!O.done&&(o=E.return)&&o.call(E)}finally{if(a)throw a.error}}for(var p=0;p<d;++p)try{for(var D=(s=void 0,uo(h)),F=D.next();!F.done;F=D.next()){var T=F.value,_=T.getErrorCorrectionBytes();p<_.length&&S.appendBits(_[p],8)}}catch(L){s={error:L}}finally{try{F&&!F.done&&(l=D.return)&&l.call(D)}finally{if(s)throw s.error}}if(t!==S.getSizeInBytes())throw new ie("Interleaving error: "+t+" and "+S.getSizeInBytes()+" differ.");return S},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 so(Pe.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=Re.encode(e,n)}catch(l){throw new ie(l)}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=Re.encode(e,ce.SJIS)}catch(d){throw new ie(d)}for(var i=n.length,a=0;a<i;a+=2){var o=n[a]&255,s=n[a+1]&255,l=o<<8&4294967295|s,u=-1;if(l>=33088&&l<=40956?u=l-33088:l>=57408&&l<=60351&&(u=l-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=ce.UTF8.getName(),r})();var Id=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){Id(e,r);function e(t,n,i,a,o,s,l,u){var c=r.call(this,s,l)||this;if(c.yuvData=t,c.dataWidth=n,c.dataHeight=i,c.left=a,c.top=o,a+s>n||o+l>i)throw new k("Crop rectangle does not fit within image data.");return u&&c.reverseHorizontal(s,l),c}return e.prototype.getRow=function(t,n){if(t<0||t>=this.getHeight())throw new k("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 l=s*t;re.arraycopy(this.yuvData,o,a,l,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 l=s*t,u=0;u<t;u++){var c=a[o+u*e.THUMBNAIL_SCALE_FACTOR]&255;i[l+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,l=o,u=o+t-1;l<s;l++,u--){var c=i[l];i[l]=i[u],i[u]=c}},e.prototype.invert=function(){return new $n(this)},e.THUMBNAIL_SCALE_FACTOR=2,e})(qr);var Od=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){Od(e,r);function e(t,n,i,a,o,s,l){var u=r.call(this,n,i)||this;if(u.dataWidth=a,u.dataHeight=o,u.left=s,u.top=l,t.BYTES_PER_ELEMENT===4){for(var c=n*i,d=new Uint8ClampedArray(c),h=0;h<c;h++){var p=t[h],g=p>>16&255,x=p>>7&510,C=p&255;d[h]=(g+x+C)/4&255}u.luminances=d}else u.luminances=t;if(a===void 0&&(u.dataWidth=n),o===void 0&&(u.dataHeight=i),s===void 0&&(u.left=0),l===void 0&&(u.top=0),u.left+n>u.dataWidth||u.top+i>u.dataHeight)throw new k("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 k("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 l=s*t;re.arraycopy(this.luminances,o,a,l,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 $n(this)},e})(qr);var Nd=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)}}(),bd=function(r){Nd(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.forName=function(t){return this.getCharacterSetECIByName(t)},e}(ce),Td=function(){function r(){}return r.ISO_8859_1=ce.ISO8859_1,r}(),pi,Dd=301,Md=function(r,e){for(var t=1,n=0;n<255;n++)e[n]=t,r[t]=n,t*=2,t>=256&&(t^=Dd);return{LOG:r,ALOG:e}};pi=Md([],[]),pi.LOG,pi.ALOG;var co;(function(r){r[r.FORCE_NONE=0]="FORCE_NONE",r[r.FORCE_SQUARE=1]="FORCE_SQUARE",r[r.FORCE_RECTANGLE=2]="FORCE_RECTANGLE"})(co||(co={}));var fo=129,ho=230,Fd=231,Vd=235,Pd=236,Bd=237,Ld=238,zd=239,kd=240,vi=254,Rd=254,po="[)>05",vo="[)>06",go="",ee=0,Ee=1,Fe=2,pe=3,ye=4,be=5,Ud=function(){function r(){}return r.prototype.getEncodingMode=function(){return ee},r.prototype.encode=function(e){var t=Ye.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=Ye.lookAheadTest(e.getMessage(),e.pos,this.getEncodingMode());if(i!==this.getEncodingMode())switch(i){case be:e.writeCodeword(Fd),e.signalEncoderChange(be);return;case Ee:e.writeCodeword(ho),e.signalEncoderChange(Ee);return;case pe:e.writeCodeword(Ld),e.signalEncoderChange(pe);break;case Fe:e.writeCodeword(zd),e.signalEncoderChange(Fe);break;case ye:e.writeCodeword(kd),e.signalEncoderChange(ye);break;default:throw new Error("Illegal mode: "+i)}else Ye.isExtendedASCII(n)?(e.writeCodeword(Vd),e.writeCodeword(n-128+1),e.pos++):(e.writeCodeword(n+1),e.pos++)}},r.prototype.encodeASCIIDigits=function(e,t){if(Ye.isDigit(e)&&Ye.isDigit(t)){var n=(e-48)*10+(t-48);return n+130}throw new Error("not digits: "+e+t)},r}(),Gd=function(){function r(){}return r.prototype.getEncodingMode=function(){return be},r.prototype.encode=function(e){var t=new H;for(t.append(0);e.hasMoreCharacters();){var n=e.getCurrentChar();t.append(n),e.pos++;var i=Ye.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 l=e.getSymbolInfo().getDataCapacity()-s>0;if(e.hasMoreCharacters()||l)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}(),gi=function(){function r(){}return r.prototype.getEncodingMode=function(){return Ee},r.prototype.encodeMaximal=function(e){for(var t=new H,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),l=Math.floor(e.getCodewordCount()+s+1);e.updateSymbolInfo(l);var u=e.getSymbolInfo().getDataCapacity()-l,c=Math.floor(t.length()%3);(c===2&&u!==2||c===1&&(n>3||u!==1))&&(e.pos=i)}t.length()>0&&e.writeCodeword(ho),this.handleEOD(e,t)},r.prototype.encode=function(e){for(var t=new H;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 l=new H;for(t.length()%3===2&&s!==2&&(i=this.backtrackOneCharacter(e,t,l,i));t.length()%3===1&&(i>3||s!==1);)i=this.backtrackOneCharacter(e,t,l,i);break}var u=t.length();if(u%3===0){var c=Ye.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(vi)}else if(o===1&&i===1){for(;t.length()>=3;)this.writeNextTriplet(e,t);e.hasMoreCharacters()&&e.writeCodeword(vi),e.pos--}else if(i===0){for(;t.length()>=3;)this.writeNextTriplet(e,t);(o>0||e.hasMoreCharacters())&&e.writeCodeword(vi)}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 H;return a.append(n),a.append(i),a.toString()},r}(),Hd=function(){function r(){}return r.prototype.getEncodingMode=function(){return ye},r.prototype.encode=function(e){for(var t=new H;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=Ye.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()),l=!e.hasMoreCharacters(),u=l&&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)):Ye.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,l=s>>16&255,u=s>>8&255,c=s&255,d=new H;return d.append(l),t>=2&&d.append(u),t>=3&&d.append(c),d.toString()},r}(),qd=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)}}(),Xd=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.")},Z=function(){function r(e,t,n,i,a,o,s,l){s===void 0&&(s=0),l===void 0&&(l=0),this.rectangular=e,this.dataCapacity=t,this.errorCodewords=n,this.matrixWidth=i,this.matrixHeight=a,this.dataRegions=o,this.rsBlockData=s,this.rsBlockError=l}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 l=Xd(Wd),u=l.next();!u.done;u=l.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(d){o={error:d}}finally{try{u&&!u.done&&(s=l.return)&&s.call(l)}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}(),$d=function(r){qd(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}(Z),Wd=[new Z(!1,3,5,8,8,1),new Z(!1,5,7,10,10,1),new Z(!0,5,7,16,6,1),new Z(!1,8,10,12,12,1),new Z(!0,10,11,14,6,2),new Z(!1,12,12,14,14,1),new Z(!0,16,14,24,10,1),new Z(!1,18,14,16,16,1),new Z(!1,22,18,18,18,1),new Z(!0,22,18,16,10,2),new Z(!1,30,20,20,20,1),new Z(!0,32,24,16,14,2),new Z(!1,36,24,22,22,1),new Z(!1,44,28,24,24,1),new Z(!0,49,28,22,14,2),new Z(!1,62,36,14,14,4),new Z(!1,86,42,16,16,4),new Z(!1,114,48,18,18,4),new Z(!1,144,56,20,20,4),new Z(!1,174,68,22,22,4),new Z(!1,204,84,24,24,4,102,42),new Z(!1,280,112,14,14,16,140,56),new Z(!1,368,144,16,16,16,92,36),new Z(!1,456,192,18,18,16,114,48),new Z(!1,576,224,20,20,16,144,56),new Z(!1,696,272,22,22,16,174,68),new Z(!1,816,336,24,24,16,136,56),new Z(!1,1050,408,18,18,36,175,68),new Z(!1,1304,496,20,20,36,163,62),new $d],jd=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 H,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 H,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=Z.lookup(e,this.shape,this.minSize,this.maxSize,!0))},r.prototype.resetSymbolInfo=function(){this.symbolInfo=null},r}(),Yd=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)}}(),Zd=function(r){Yd(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getEncodingMode=function(){return pe},e.prototype.encode=function(t){for(var n=new H;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=Ye.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):Ye.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(Rd),t.getNewEncoding()<0&&t.signalEncoderChange(ee)},e}(gi),Kd=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)}}(),Qd=function(r){Kd(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e.prototype.getEncodingMode=function(){return Fe},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}(gi),Ye=function(){function r(){}return r.randomize253State=function(e){var t=149*e%253+1,n=fo+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 gi,s=[new Ud,o,new Qd,new Zd,new Hd,new Gd],l=new jd(e);l.setSymbolShape(t),l.setSizeConstraints(n,i),e.startsWith(po)&&e.endsWith(go)?(l.writeCodeword(Pd),l.setSkipAtEnd(2),l.pos+=po.length):e.startsWith(vo)&&e.endsWith(go)&&(l.writeCodeword(Bd),l.setSkipAtEnd(2),l.pos+=vo.length);var u=ee;for(a&&(o.encodeMaximal(l),u=l.getNewEncoding(),l.resetEncoderSignal());l.hasMoreCharacters();)s[u].encode(l),l.getNewEncoding()>=0&&(u=l.getNewEncoding(),l.resetEncoderSignal());var c=l.getCodewordCount();l.updateSymbolInfo();var d=l.getSymbolInfo().getDataCapacity();c<d&&u!==ee&&u!==be&&u!==ye&&l.writeCodeword("þ");var h=l.getCodewords();for(h.length()<d&&h.append(fo);h.length()<d;)h.append(this.randomize253State(h.length()+1));return l.getCodewords().toString()},r.lookAheadTest=function(e,t,n){var i=this.lookAheadTestIntern(e,t,n);if(n===pe&&i===pe){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===ye&&i===ye){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){ue.fill(o,0),ue.fill(s,0);var l=this.findMinimums(i,s,q.MAX_VALUE,o),u=this.getMinimumCount(o);if(s[ee]===l)return ee;if(u===1){if(o[be]>0)return be;if(o[ye]>0)return ye;if(o[Fe]>0)return Fe;if(o[pe]>0)return pe}return Ee}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[Ee]+=2/3:this.isExtendedASCII(c)?i[Ee]+=8/3:i[Ee]+=4/3,this.isNativeText(c)?i[Fe]+=2/3:this.isExtendedASCII(c)?i[Fe]+=8/3:i[Fe]+=4/3,this.isNativeX12(c)?i[pe]+=2/3:this.isExtendedASCII(c)?i[pe]+=13/3:i[pe]+=10/3,this.isNativeEDIFACT(c)?i[ye]+=3/4:this.isExtendedASCII(c)?i[ye]+=17/4:i[ye]+=13/4,this.isSpecialB256(c)?i[be]+=4:i[be]++,a>=4){if(ue.fill(o,0),ue.fill(s,0),this.findMinimums(i,s,q.MAX_VALUE,o),s[ee]<this.min(s[be],s[Ee],s[Fe],s[pe],s[ye]))return ee;if(s[be]<s[ee]||s[be]+1<this.min(s[Ee],s[Fe],s[pe],s[ye]))return be;if(s[ye]+1<this.min(s[be],s[Ee],s[Fe],s[pe],s[ee]))return ye;if(s[Fe]+1<this.min(s[be],s[Ee],s[ye],s[pe],s[ee]))return Fe;if(s[pe]+1<this.min(s[be],s[Ee],s[ye],s[Fe],s[ee]))return pe;if(s[Ee]+1<this.min(s[ee],s[be],s[ye],s[Fe])){if(s[Ee]<s[pe])return Ee;if(s[Ee]===s[pe]){for(var d=t+a+1;d<e.length;){var h=e.charCodeAt(d);if(this.isX12TermSep(h))return pe;if(!this.isNativeX12(h))break;d++}return Ee}}}}},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,ue.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=q.toHexString(e.charCodeAt(0));throw t="0000".substring(0,4-t.length)+t,new Error("Illegal character: "+e+" (0x"+t+")")},r}(),xi=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.")},xo=function(){function r(e){this.charset=e,this.name=e.name}return r.prototype.canEncode=function(e){try{return Re.encode(e,this.charset)!=null}catch{return!1}},r}(),Jd=function(){function r(e,t,n){var i,a,o,s,l,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(B){return new xo(bd.forName(B))}),this.encoders=[];var c=[];c.push(new xo(Td.ISO_8859_1));for(var d=t!=null&&t.name.startsWith("UTF"),h=0;h<e.length;h++){var p=!1;try{for(var g=(i=void 0,xi(c)),x=g.next();!x.done;x=g.next()){var C=x.value,m=e.charAt(h),_=m.charCodeAt(0);if(_===n||C.canEncode(m)){p=!0;break}}}catch(B){i={error:B}}finally{try{x&&!x.done&&(a=g.return)&&a.call(g)}finally{if(i)throw i.error}}if(!p)try{for(var S=(o=void 0,xi(this.ENCODERS)),E=S.next();!E.done;E=S.next()){var C=E.value;if(C.canEncode(e.charAt(h))){c.push(C),p=!0;break}}}catch(B){o={error:B}}finally{try{E&&!E.done&&(s=S.return)&&s.call(S)}finally{if(o)throw o.error}}p||(d=!0)}if(c.length===1&&!d)this.encoders=[c[0]];else{this.encoders=[];var O=0;try{for(var T=xi(c),D=T.next();!D.done;D=T.next()){var C=D.value;this.encoders[O++]=C}}catch(B){l={error:B}}finally{try{D&&!D.done&&(u=T.return)&&u.call(T)}finally{if(l)throw l.error}}}var F=-1;if(t!=null){for(var h=0;h<this.encoders.length;h++)if(this.encoders[h]!=null&&t.name===this.encoders[h].name){F=h;break}}this.priorityEncoderIndex=F}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 Re.encode($.getCharAt(e),this.encoders[t].name)},r}(),ef=3,tf=function(){function r(e,t,n){this.fnc1=n;var i=new Jd(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 H,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),l=0,u=t.length();t.getPriorityEncoderIndex()>=0&&(s===o||t.canEncode(s,t.getPriorityEncoderIndex()))&&(l=t.getPriorityEncoderIndex(),u=l+1);for(var c=l;c<u;c++)(s===o||t.canEncode(s,c))&&this.addEdge(n,i+1,new yo(s,t,c,a,o))},r.prototype.encodeMinimally=function(e,t,n){var i=e.length,a=new yo[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 l=-1,u=q.MAX_VALUE,s=0;s<t.length();s++)if(a[i][s]!=null){var c=a[i][s];c.cachedTotalSize<u&&(u=c.cachedTotalSize,l=s)}if(l<0)throw new Error('Failed to encode "'+e+'"');for(var d=[],h=a[i][l];h!=null;){if(h.isFNC1())d.unshift(1e3);else for(var p=t.encode(h.c,h.encoderIndex),o=p.length-1;o>=0;o--)d.unshift(p[o]&255);var g=h.previous===null?0:h.previous.encoderIndex;g!==h.encoderIndex&&d.unshift(256+t.getECIValue(h.encoderIndex)),h=h.previous}for(var x=[],o=0;o<x.length;o++)x[o]=d[o];return x},r}(),yo=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+=ef),i!=null&&(o+=i.cachedTotalSize),this.cachedTotalSize=o}return r.prototype.isFNC1=function(){return this.c===1e3},r}(),rf=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)}}(),nf=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},Co;(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"})(Co||(Co={})),function(r){rf(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}(tf);var af=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}(),wo=function(){function r(){}return r.singletonList=function(e){return[e]},r.min=function(e,t){return e.sort(t)[0]},r}(),of=function(){function r(e){this.previous=e}return r.prototype.getPrevious=function(){return this.previous},r}(),sf=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)}}(),yi=function(r){sf(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,"<"+q.toBinaryString(t|1<<this.bitCount).substring(1)+">"},e}(of),lf=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)}}(),uf=function(r){lf(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}(yi);function cf(r,e,t){return new uf(r,e,t)}function wr(r,e,t){return new yi(r,e,t)}var df=["UPPER","LOWER","DIGIT","MIXED","PUNCT"],ot=0,en=1,Ge=2,mo=3,Ke=4,ff=new yi(null,0,0),Ci=[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])],hf=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 pf(r){var e,t;try{for(var n=hf(r),i=n.next();!i.done;i=n.next()){var a=i.value;ue.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[ot][Ke]=0,r[en][Ke]=0,r[en][ot]=28,r[mo][Ke]=0,r[Ge][Ke]=0,r[Ge][ot]=15,r}var _o=pf(ue.createInt32Array(6,6)),vf=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.")},gf=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=Ci[this.mode][e];i=wr(i,a&65535,a>>16),n+=a>>16}var o=e===Ge?4:5;return i=wr(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=wr(n,_o[this.mode][e],i),n=wr(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===Ke||this.mode===Ge){var a=Ci[n][ot];t=wr(t,a&65535,a>>16),i+=a>>16,n=ot}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=cf(t,e-this.binaryShiftByteCount,this.binaryShiftByteCount),new r(t,this.mode,0,this.bitCount)},r.prototype.isBetterThanOrEqualTo=function(e){var t=this.bitCount+(Ci[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 ge;try{for(var s=vf(i),l=s.next();!l.done;l=s.next()){var u=l.value;u.appendTo(o,e)}}catch(c){t={error:c}}finally{try{l&&!l.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",df[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(ff,ot,0,0),r}();function xf(r){var e=$.getCharCode(" "),t=$.getCharCode("."),n=$.getCharCode(",");r[ot][e]=1;for(var i=$.getCharCode("Z"),a=$.getCharCode("A"),o=a;o<=i;o++)r[ot][o]=o-a+2;r[en][e]=1;for(var s=$.getCharCode("z"),l=$.getCharCode("a"),o=l;o<=s;o++)r[en][o]=o-l+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 d=["\0"," ","","","","","","","\x07","\b"," ",`
|
|
269
269
|
`,"\v","\f","\r","\x1B","","","","","@","\\","^","_","`","|","~",""],h=0;h<d.length;h++)r[mo][$.getCharCode(d[h])]=h;for(var p=["\0","\r","\0","\0","\0","\0","!","'","#","$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","?","[","]","{","}"],h=0;h<p.length;h++)$.getCharCode(p[h])>0&&(r[Ke][$.getCharCode(p[h])]=h);return r}var wi=xf(ue.createInt32Array(5,256)),tn=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.")},yf=function(){function r(e){this.text=e}return r.prototype.encode=function(){for(var e=$.getCharCode(" "),t=$.getCharCode(`
|
|
270
|
-
`),n=wo.singletonList(gf.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=wo.min(n,function(l,u){return l.getBitCount()-u.getBitCount()});return s.toBitArray(this.text)},r.prototype.updateStateListForChar=function(e,t){var n,i,a=[];try{for(var o=tn(e),s=o.next();!s.done;s=o.next()){var l=s.value;this.updateStateForChar(l,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=wi[e.getMode()][i]>0,o=null,s=0;s<=Ke;s++){var l=wi[s][i];if(l>0){if(o==null&&(o=e.endBinaryShift(t)),!a||s===e.getMode()||s===Ge){var u=o.latchAndAppend(s,l);n.push(u)}if(!a&&_o[e.getMode()][s]>=0){var c=o.shiftAndAppend(s,l);n.push(c)}}}if(e.getBinaryShiftByteCount()>0||wi[e.getMode()][i]===0){var d=e.addBinaryShiftChar(t);n.push(d)}},r.updateStateListForPair=function(e,t,n){var i,a,o=[];try{for(var s=tn(e),l=s.next();!l.done;l=s.next()){var u=l.value;this.updateStateForPair(u,t,n,o)}}catch(c){i={error:c}}finally{try{l&&!l.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(Ke,n)),e.getMode()!==Ke&&i.push(a.shiftAndAppend(Ke,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=tn(e),l=s.next();!l.done;l=s.next()){var u=l.value,c=!0,d=function(C){if(C.isBetterThanOrEqualTo(u))return c=!1,"break";u.isBetterThanOrEqualTo(C)&&(o=o.filter(function(m){return m!==C}))};try{for(var h=(i=void 0,tn(o)),p=h.next();!p.done;p=h.next()){var g=p.value,x=d(g);if(x==="break")break}}catch(C){i={error:C}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}finally{if(i)throw i.error}}c&&o.push(u)}}catch(C){t={error:C}}finally{try{l&&!l.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}return o},r}(),Cf=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 yf(e).encode(),a=q.truncDivision(i.getSize()*t,100)+11,o=i.getSize()+a,s,l,u,c,d;if(n!==r.DEFAULT_AZTEC_LAYERS){if(s=n<0,l=Math.abs(n),l>(s?r.MAX_NB_BITS_COMPACT:r.MAX_NB_BITS))throw new k($.format("Illegal value %s for layers",n));u=r.totalBitsInLayer(l,s),c=r.WORD_SIZE[l];var h=u-u%c;if(d=r.stuffBits(i,c),d.getSize()+a>h)throw new k("Data to large for user specified layer");if(s&&d.getSize()>c*64)throw new k("Data to large for user specified layer")}else{c=0,d=null;for(var p=0;;p++){if(p>r.MAX_NB_BITS)throw new k("Data too large for an Aztec code");if(s=p<=3,l=s?p+1:p,u=r.totalBitsInLayer(l,s),!(o>u)){(d==null||c!==r.WORD_SIZE[l])&&(c=r.WORD_SIZE[l],d=r.stuffBits(i,c));var h=u-u%c;if(!(s&&d.getSize()>c*64)&&d.getSize()+a<=h)break}}}var g=r.generateCheckWords(d,u,c),x=d.getSize()/c,C=r.generateModeMessage(s,l,x),m=(s?11:14)+l*4,_=new Int32Array(m),S;if(s){S=m;for(var p=0;p<_.length;p++)_[p]=p}else{S=m+1+2*q.truncDivision(q.truncDivision(m,2)-1,15);for(var E=q.truncDivision(m,2),O=q.truncDivision(S,2),p=0;p<E;p++){var T=p+q.truncDivision(p,15);_[E-p-1]=O-T-1,_[E+p]=O+T+1}}for(var D=new Ze(S),p=0,F=0;p<l;p++){for(var B=(l-p)*4+(s?9:12),L=0;L<B;L++)for(var te=L*2,G=0;G<2;G++)g.get(F+te+G)&&D.set(_[p*2+G],_[p*2+L]),g.get(F+B*2+te+G)&&D.set(_[p*2+L],_[m-1-p*2-G]),g.get(F+B*4+te+G)&&D.set(_[m-1-p*2-G],_[m-1-p*2-L]),g.get(F+B*6+te+G)&&D.set(_[m-1-p*2-L],_[p*2+G]);F+=B*8}if(r.drawModeMessage(D,s,S,C),s)r.drawBullsEye(D,q.truncDivision(S,2),5);else{r.drawBullsEye(D,q.truncDivision(S,2),7);for(var p=0,L=0;p<q.truncDivision(m,2)-1;p+=15,L+=16)for(var G=q.truncDivision(S,2)&1;G<S;G+=2)D.set(q.truncDivision(S,2)-L,G),D.set(q.truncDivision(S,2)+L,G),D.set(G,q.truncDivision(S,2)-L),D.set(G,q.truncDivision(S,2)+L)}var ae=new af;return ae.setCompact(s),ae.setSize(S),ae.setLayers(l),ae.setCodeWords(x),ae.setMatrix(D),ae},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 ge;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=q.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+q.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 so(r.getGF(n)),l=q.truncDivision(t,n),u=r.bitsToWords(e,n,l);s.encode(u,l-o);var c=t%n,d=new ge;d.appendBits(0,c);try{for(var h=Cf(Array.from(u)),p=h.next();!p.done;p=h.next()){var g=p.value;d.appendBits(g,n)}}catch(x){i={error:x}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}finally{if(i)throw i.error}}return d},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,l=0;l<t;l++)s|=e.get(a*t+l)?1<<t-l-1:0;i[a]=s}return i},r.getGF=function(e){switch(e){case 4:return Pe.AZTEC_PARAM;case 6:return Pe.AZTEC_DATA_6;case 8:return Pe.AZTEC_DATA_8;case 10:return Pe.AZTEC_DATA_10;case 12:return Pe.AZTEC_DATA_12;default:throw new k("Unsupported word size "+e)}},r.stuffBits=function(e,t){for(var n=new ge,i=e.getSize(),a=(1<<t)-2,o=0;o<i;o+=t){for(var s=0,l=0;l<t;l++)(o+l>=i||e.get(o+l))&&(s|=1<<t-1-l);(s&a)===a?(n.appendBits(s&a,t),o--):(s&a)===0?(n.appendBits(s|1,t),o--):n.appendBits(s,t)}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 wf=new Map([[ra.DecodeHintType.POSSIBLE_FORMATS,[P.AZTEC,P.CODABAR,P.CODE_39,P.CODE_93,P.CODE_128,P.DATA_MATRIX,P.EAN_8,P.EAN_13,P.ITF,P.MAXICODE,P.PDF_417,P.QR_CODE,P.RSS_14,P.RSS_EXPANDED,P.UPC_A,P.UPC_E,P.UPC_EAN_EXTENSION]]]),rn=w.memo(r=>{const{children:e,open:t,onOpenChange:n,defaultOpen:i,modal:a,...o}=r;return f.jsxs(v.Overlay.Root,{open:t,onOpenChange:n,defaultOpen:i,modal:a,children:[!!e&&f.jsx(v.Overlay.Trigger,{asChild:!0,children:e}),f.jsxs(v.Overlay.Content,{children:[f.jsx(v.Overlay.Title,{className:"sr-only",children:"Scanner"}),f.jsx(v.Overlay.Description,{className:"sr-only",children:"Scan a barcode or a qr code."}),f.jsx(Ao,{...o})]})]})});rn.displayName="Scanner";const Ao=w.memo(r=>{const{paused:e,timeBetweenDecodingAttempts:t,onDecodeResult:n,onDecodeError:i,onError:a}=r,{ref:o}=ra.useZxing({paused:e,timeBetweenDecodingAttempts:t,onDecodeResult:n,onDecodeError:i,onError:a,hints:wf});return f.jsxs("div",{className:"flex size-full flex-col justify-center overflow-hidden bg-(--color-background)",children:[f.jsx("div",{className:"flex w-full justify-end p-4",children:f.jsx(v.Overlay.Close,{asChild:!0,children:f.jsx(v.IconButton,{"aria-label":"close",variant:"soft",accentColor:"base",children:f.jsx(v.LuIcon,{icon:Je})})})}),f.jsx("div",{className:"grow w-full max-h-full overflow-hidden p-4",children:f.jsx("video",{className:"size-full",ref:o})})]})});Ao.displayName="ScannerInternal";const Eo=w.memo(r=>{const{children:e}=r,[t,n]=w.useState(null),i=w.useCallback(()=>{n(null)},[]),a=w.useCallback(s=>{n(s(i))},[i]),o=w.useCallback(()=>{t&&(t.onClose&&t.onClose(),i())},[i,t]);return f.jsxs(Ia.Provider,{value:a,children:[e,t&&f.jsx(rn,{open:!0,onOpenChange:o,...t})]})});Eo.displayName="FileViewerProvider";const mi=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),[u,c]=w.useState(!1),d=w.useCallback(C=>{const m=C.target.value;s(m)},[s]),h=w.useCallback(()=>{o()},[o]),p=w.useCallback(C=>{s(C.getText()),o(),c(!1)},[s,o]),g=w.useCallback(()=>{c(!0)},[]),x=w.useCallback(()=>{c(!1),o()},[o]);return f.jsxs(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:[f.jsx(v.TextArea,{className:"w-full field-sizing-content",accentColor:"base",variant:"surface",size:e,id:t.identifier,name:a,value:i??"",placeholder:"Enter a qr or barcode",onChange:d,onBlur:h,disabled:n}),f.jsxs(v.Button,{onClick:g,className:"w-max",type:"button",variant:"soft",size:e,accentColor:"base",disabled:n,children:[f.jsx(v.LuIcon,{icon:Al}),"Scan"]}),f.jsx(rn,{open:u,onDecodeResult:p,onOpenChange:x})]})});mi.displayName="ScanFieldInput";const rr=class rr extends Oe{constructor(t){super(t);N(this,"type","qr")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}duplicate(t){return new rr({...this.getOptions(),identifier:t})}setOptions(t){super.setOptions(t)}static deserialize(t){return new rr(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(mi,{...t,field:this})}isSerializedValue(t){return typeof t=="string"}isValue(t){return typeof t=="string"}blankValue(){return""}areValuesEqual(t,n){return t===n}blankSerializedValue(){return""}areSerializedValuesEqual(t,n){return t===n}};N(rr,"fieldTypeName","Scan"),N(rr,"fieldTypeDescription","Used for scanning/reading QR and barcodes.");let mr=rr;const nn=500,_i=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(h=>{const p=h.target.value;s(p)},[s]),c=w.useCallback(()=>{o()},[o]),d=w.useCallback(h=>{h.key==="Enter"&&h.preventDefault()},[]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsx(v.Input.Root,{accentColor:"base",variant:"surface",size:e,children:f.jsx(v.Input.Field,{id:t.identifier,className:"truncate",name:a,value:i??"",type:"text",placeholder:t.placeholder,onChange:u,onBlur:c,disabled:n,onKeyDown:d})})})});_i.displayName="StringFieldInput";const nr=class nr extends Tn{constructor(t){const{...n}=t,i=t.maxLength?Math.min(nn,t.maxLength):nn,a=t.minLength?Math.min(t.minLength,i):void 0;super({...n,maxLength:i,minLength:a});N(this,"type","string")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}duplicate(t){return new nr({...this.getOptions(),identifier:t})}setOptions(t){super.setOptions(t)}static deserialize(t){const{maximum_length:n,minimum_length:i,...a}=t;return new nr({...a,maxLength:n,minLength:i,placeholder:"Enter a short description"})}render(t){return f.jsx(_i,{field:this,...t})}};N(nr,"fieldTypeName","Short Text"),N(nr,"fieldTypeDescription",`Short text fields can hold up to ${nn} characters on a single line.`);let kt=nr;const Ai=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(d=>{const h=d.target.value;s(h)},[s]),c=w.useCallback(()=>{o()},[o]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsx(v.TextArea,{id:t.identifier,value:i??"",name:a,onChange:u,onBlur:c,className:"field-sizing-content min-h-12",placeholder:t.placeholder,resize:"vertical",accentColor:"base",variant:"surface",size:e,disabled:n})})});Ai.displayName="TextFieldInput";const ir=class ir extends Tn{constructor(t){const n=t.maxLength?Math.min(It,t.maxLength):It,i=t.minLength?Math.min(t.minLength,n):void 0;super({...t,maxLength:n,minLength:i});N(this,"type","text")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}duplicate(t){return new ir({...this.getOptions(),identifier:t})}setOptions(t){super.setOptions(t)}static deserialize(t){const{maximum_length:n,minimum_length:i,...a}=t;return new ir({...a,maxLength:n,minLength:i,placeholder:"Enter a description"})}render(t){return f.jsx(Ai,{field:this,...t})}};N(ir,"fieldTypeName","Paragraph"),N(ir,"fieldTypeDescription",`Paragraph fields can hold up to ${It} characters and can have multiple lines.`);let Rt=ir;const Ei=w.memo(r=>{var C;const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useRef(null),c=w.useCallback(()=>{var m;(m=u.current)==null||m.click()},[]),d=w.useCallback(()=>{if(!u.current)return;const m=u.current.files;if(!m){o();return}const _=Array.from(m).map(E=>tt.from(R.v4(),E)),S=[...i,..._];s(S),o()},[o,s,i]),h=w.useCallback(m=>{const _=[...i];_.splice(m,1),s(_),o()},[i,s,o]);w.useEffect(()=>{if(!u.current)return;const m=new AbortController;return u.current.addEventListener("cancel",()=>{o()},{signal:m.signal}),()=>{m.abort()}},[o,i]);const x=t.maxFiles>1?"Select files":"Select a file";return f.jsxs(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:[f.jsxs(v.Button,{className:"w-max",size:e,variant:"soft",accentColor:"base",onClick:c,type:"button",disabled:n,children:[f.jsx(v.LuIcon,{icon:_n}),x]}),f.jsx("input",{id:t.identifier,name:a,type:"file",ref:u,accept:(C=t.extensions)==null?void 0:C.join(","),multiple:t.maxFiles>1,className:"hidden",onChange:d,value:""}),i.length>0&&f.jsx("div",{className:"flex h-max flex-col gap-2",children:i.map((m,_)=>f.jsx(kn,{size:e,file:m,onRemove:()=>{h(_)},disabled:n},_))})]})});Ei.displayName="UploadFieldInput";const ar=class ar extends Oe{constructor(t){const{extensions:n,maximum_files:i,maximum_size:a,...o}=t;super(o);N(this,"type","upload");N(this,"extensions");N(this,"maxFileSize");N(this,"maxFiles");this.maxFileSize=typeof a=="number"?a:void 0,this.maxFiles=Math.max(typeof i=="number"?i:1,1),this.extensions=n}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new ke({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 ke({label:"What is the maximum size of each file?",description:`Maximum file size in megabytes (between 1MB–${Gt}MB).`,required:!1,identifier:`${n}maximum_size`,minimum:1,maximum:Gt,integers:!0}),showDirectly:!1},{field:new et({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??Gt,i=n*1e3*1e3,a=this.maxFiles||1;return t.push(o=>{if(o.some(s=>s instanceof tt&&s.size>i))return`Files must be at most ${n}MB.`}),t.push(o=>{if(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}}getOptions(){return{...super.getOptions(),extensions:this.extensions,maximum_size:this.maxFileSize,maximum_files:this.maxFiles}}duplicate(t){return new ar({...this.getOptions(),identifier:t})}setOptions(t){const{extensions:n,maximum_files:i,maximum_size:a,...o}=t;this.maxFileSize=typeof a=="number"?a:this.maxFileSize,this.maxFiles=typeof i=="number"?i:this.maxFiles,this.extensions=n,super.setOptions(o)}static deserialize(t){return new ar(t)}serializeValue(t){return[]}deserializeValue(t){return[]}render(t){return f.jsx(Ei,{field:this,...t})}isSerializedValue(t){return Array.isArray(t)&&t.length===0}isValue(t){return Array.isArray(t)?t.every(n=>n instanceof Tt||n instanceof tt):!1}areValuesEqual(t,n){return Gr(t,n)}blankValue(){return[]}blankSerializedValue(){return[]}areSerializedValuesEqual(t,n){return t.length===n.length}};N(ar,"fieldTypeName","Upload"),N(ar,"fieldTypeDescription","Allows a file to be uploaded.");let Ut=ar;const Si=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(p=>{const g=p.target.value;g!==""&&!URL.canParse(g)||s(g!==""?new URL(g):null)},[s]),c=w.useCallback(()=>{o()},[o]),d=w.useCallback(p=>{p.key==="Enter"&&p.preventDefault()},[]),h=w.useCallback(()=>{i!==null&&window.open(i,"_blank","noopener,noreferrer")},[i]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs("div",{className:"flex gap-2 w-full",children:[f.jsx(v.Input.Root,{className:"grow",accentColor:"base",variant:"surface",size:e,children:f.jsx(v.Input.Field,{id:t.identifier,className:"truncate",name:a,value:i?i.toString():"",type:"url",inputMode:"url",placeholder:t.placeholder,onChange:u,onBlur:c,disabled:n,onKeyDown:d})}),f.jsx(v.IconButton,{size:e,variant:"soft",accentColor:"base",type:"button",disabled:i===null,onClick:h,children:f.jsx(v.LuIcon,{icon:hl})})]})})});Si.displayName="URLFieldInput";const or=class or extends Oe{constructor(t){const{placeholder:n="https://example.com",...i}=t;super(i);N(this,"type","url");N(this,"placeholder");this.placeholder=n}serialize(){return{...super.serialize(),placeholder:this.placeholder}}getOptions(){return{...super.getOptions(),placeholder:this.placeholder}}duplicate(t){return new or({...this.getOptions(),identifier:t})}setOptions(t){const{placeholder:n,...i}=t;this.placeholder=n??this.placeholder,super.setOptions(i)}static deserialize(t){return new or(t)}serializeValue(t){return(t==null?void 0:t.toString())??null}deserializeValue(t){return t===null?null:new URL(t)}isSerializedValue(t){return t===null?!0:typeof t!="string"?!1:URL.canParse(t)}isValue(t){return t===null||t instanceof URL}blankValue(){return null}blankSerializedValue(){return null}areSerializedValuesEqual(t,n){return t===n}areValuesEqual(t,n){return(t==null?void 0:t.toString())===(n==null?void 0:n.toString())}render(t){return f.jsx(Si,{field:this,...t})}};N(or,"fieldTypeName","URL"),N(or,"fieldTypeDescription","Allows users to enter a URL.");let _r=or;const an={date:fr,number:ke,boolean:St,select:ht,string:kt,url:_r,text:Rt,upload:Ut,qr:mr,"multi-string":Et,"multi-select":et,radio:Mt,"checkbox-list":Ot,"pass-fail":Dt,otp:Nt,rating:Ft},le={boolean:Ol,date:ol,"multi-string":_l,number:xl,qr:Sl,"multi-select":wl,select:ml,string:bl,url:Cl,text:nl,upload:_n,section:yl,radio:ll,"checkbox-list":fl,"pass-fail":dl,otp:El,rating:ga},Gt=50,So=Gt*1e3,Io=So*1e3,Ce="Unlabelled",Ii="Unlabelled";class X{constructor(e){N(this,"id");N(this,"label");N(this,"getApplyFn");N(this,"serialize");N(this,"deserialize");const{id:t,getApplyFn:n,label:i,serialize:a,deserialize:o}=e;this.id=t,this.getApplyFn=n,this.label=i,this.serialize=a,this.deserialize=o}static create(e){return new X(e)}}const Oo=X.create({id:"nullable-boolean-equals",label:"is",getApplyFn:r=>e=>e===r,serialize:r=>r,deserialize:r=>r}),No=X.create({id:"nullable-boolean-not-equals",label:"is not",getApplyFn:r=>e=>e!==r,serialize:r=>r,deserialize:r=>r}),bo=X.create({id:"date-equals",getApplyFn:r=>e=>e.getTime()===r.getTime(),label:"is",serialize:r=>r.toISOString(),deserialize:r=>new Date(r)}),To=X.create({id:"date-not-equals",getApplyFn:r=>e=>e.getTime()!==r.getTime(),label:"is not",serialize:r=>r.toISOString(),deserialize:r=>new Date(r)}),Do=X.create({id:"date-before",getApplyFn:r=>e=>e.getTime()<r.getTime(),label:"before",serialize:r=>r.toISOString(),deserialize:r=>new Date(r)}),Mo=X.create({id:"date-after",label:"after",getApplyFn:r=>e=>e.getTime()>r.getTime(),serialize:r=>r.toISOString(),deserialize:r=>new Date(r)}),Fo=X.create({id:"date-range-in",label:"in between",getApplyFn:r=>e=>!(r!=null&&r.from&&r.from.getTime()>e.getTime()||r!=null&&r.to&&r.to.getTime()<e.getTime()),serialize:r=>{var e,t;return{from:((e=r.from)==null?void 0:e.toISOString())??null,to:((t=r.to)==null?void 0:t.toISOString())??null}},deserialize:r=>({from:r.from?new Date(r.from):void 0,to:r.to?new Date(r.to):void 0})}),Vo=X.create({id:"date-range-not-in",label:"not in between",getApplyFn:r=>e=>!!(r!=null&&r.from&&r.from.getTime()>e.getTime()||r!=null&&r.to&&r.to.getTime()<e.getTime()),serialize:r=>{var e,t;return{from:((e=r.from)==null?void 0:e.toISOString())??null,to:((t=r.to)==null?void 0:t.toISOString())??null}},deserialize:r=>({from:r.from?new Date(r.from):void 0,to:r.to?new Date(r.to):void 0})}),Po=X.create({id:"has-files",label:"is",getApplyFn:r=>e=>e.length>0,serialize:r=>r,deserialize:r=>r}),Bo=X.create({id:"does-not-have-files",label:"is not",getApplyFn:r=>e=>e.length===0,serialize:r=>r,deserialize:r=>r}),Oi=X.create({id:"number-equals",getApplyFn:r=>e=>e===r,label:"is",serialize:r=>r,deserialize:r=>r}),Ni=X.create({id:"number-not-equals",getApplyFn:r=>e=>e!==r,label:"is not",serialize:r=>r,deserialize:r=>r}),bi=X.create({id:"number-less-than",getApplyFn:r=>e=>e<r,label:"is less than",serialize:r=>r,deserialize:r=>r}),Ti=X.create({id:"number-less-than-or-equals",getApplyFn:r=>e=>e<=r,label:"is less than or equal to",serialize:r=>r,deserialize:r=>r}),Di=X.create({id:"number-greater-than",getApplyFn:r=>e=>e>r,label:"is greater than",serialize:r=>r,deserialize:r=>r}),Mi=X.create({id:"number-greater-than-or-equals",getApplyFn:r=>e=>e>=r,label:"is greater than or equal to",serialize:r=>r,deserialize:r=>r}),Fi=X.create({id:"number-range-in",getApplyFn:r=>e=>!(r.to&&e>r.to||r.from&&e<r.from),label:"is between",serialize:r=>r,deserialize:r=>r}),Vi=X.create({id:"number-range-not-in",getApplyFn:r=>e=>!!(r.to&&e>r.to||r.from&&e<r.from),label:"is not between",serialize:r=>r,deserialize:r=>r}),Lo=X.create({id:"pass-fail-equals",getApplyFn:r=>e=>e===r,label:"is",serialize:r=>r,deserialize:r=>r}),zo=X.create({id:"pass-fail-not-equals",getApplyFn:r=>e=>e!==r,label:"is not",serialize:r=>r,deserialize:r=>r}),ko=X.create({id:"pass-fail-array-includes",getApplyFn:r=>{const e=new Set(r);return t=>e.has(t)},label:"is any of",serialize:r=>r,deserialize:r=>r}),Ro=X.create({id:"pass-fail-array-excludes",getApplyFn:r=>{const e=new Set(r);return t=>!e.has(t)},label:"is none of",serialize:r=>r,deserialize:r=>r}),st=X.create({id:"nullable-string-equals",getApplyFn:r=>e=>e===r,label:"is",serialize:r=>r,deserialize:r=>r}),lt=X.create({id:"nullable-string-not-equals",getApplyFn:r=>e=>e!==r,label:"is not",serialize:r=>r,deserialize:r=>r}),Ht=X.create({id:"string-includes",getApplyFn:r=>e=>e.includes(r),label:"includes",serialize:r=>r,deserialize:r=>r}),qt=X.create({id:"string-excludes",getApplyFn:r=>e=>!e.includes(r),label:"does not include",serialize:r=>r,deserialize:r=>r}),Pi=X.create({id:"string-array-includes",getApplyFn:r=>{const e=new Set(r);return t=>e.has(t)},label:"is any of",serialize:r=>r,deserialize:r=>r}),Bi=X.create({id:"string-array-excludes",getApplyFn:r=>{const e=new Set(r);return t=>!e.has(t)},label:"is none of",serialize:r=>r,deserialize:r=>r}),on=X.create({id:"string-array-every",getApplyFn:r=>{const e=new Set(r);return t=>{const n=new Set(t);return e.isSubsetOf(n)}},label:"has all of",serialize:r=>r,deserialize:r=>r}),sn=X.create({id:"string-array-some",getApplyFn:r=>{const e=new Set(r);return t=>{const n=new Set(t);return!e.isDisjointFrom(n)}},label:"has any of",serialize:r=>r,deserialize:r=>r}),ln=X.create({id:"string-array-none",getApplyFn:r=>{const e=new Set(r);return t=>{const n=new Set(t);return e.isDisjointFrom(n)}},label:"has none of",serialize:r=>r,deserialize:r=>r}),un=X.create({id:"string-array-equals",getApplyFn:r=>{const e=new Set(r);return t=>{const n=new Set(t);return e.size===n.size&&n.isSubsetOf(e)}},label:"is",serialize:r=>r,deserialize:r=>r}),cn=X.create({id:"string-array-not-equals",getApplyFn:r=>{const e=new Set(r);return t=>{const n=new Set(t);return e.size!==n.size||!n.isSubsetOf(e)}},label:"is not",serialize:r=>r,deserialize:r=>r}),V=r=>r;class Se extends lr{constructor(t){const{id:n,field:i,conditionValue:a,conditionModifier:o}=t;super();N(this,"id");N(this,"conditionValue");N(this,"conditionModifier");N(this,"field");N(this,"getConditionValue",()=>this.conditionValue);N(this,"setConditionValue",t=>{const n=this.modifiers[this.conditionModifier];t!==void 0&&!n.isConditionValueValid(t)||(this.conditionValue=t,this.notify(this))});N(this,"getConditionModifier",()=>this.conditionModifier);N(this,"setConditionModifier",t=>{const n=this.modifiers[t],i=this.getConditionValue();i&&!n.isConditionValueValid(i)&&(this.conditionValue=void 0),this.conditionModifier=t,this.notify(this)});N(this,"getConditionModifiers",()=>Object.entries(this.modifiers));N(this,"accessorFn",t=>t[this.field.identifier]);N(this,"getApplyFn",()=>{const t=this.modifiers[this.conditionModifier],n=this.getConditionValue(),i=n!==void 0&&t.isConditionValueValid(n),a=i?t.modifier.getApplyFn(n):null;return o=>{if(!i)return!0;const s=this.transformValue(o);return t.isValueValid(s)?a(s):!1}});this.id=n,this.field=i,this.conditionValue=a,this.conditionModifier=o}serialize(){return{id:this.id,type:this.field.type,fieldId:this.field.identifier,conditionValue:this.conditionValue!==void 0?this.modifiers[this.conditionModifier].modifier.serialize(this.conditionValue):void 0,conditionModifier:this.conditionModifier}}transformValue(t){return t}}const Uo=w.memo,wt=Uo(function(r){const{ref:e,children:t,...n}=r,i=w.useCallback(a=>typeof t=="function"?f.jsxs(f.Fragment,{children:[t(a),f.jsx(v.Menu.SelectedIndicator,{className:"ml-[auto]",children:f.jsx(v.LuIcon,{icon:Le})})]}):f.jsxs(f.Fragment,{children:[t,f.jsx(v.Menu.SelectedIndicator,{className:"ml-[auto]",children:f.jsx(v.LuIcon,{icon:Le})})]}),[t]);return f.jsx(v.Menu.SelectItem,{ref:e,...n,children:i})}),Go=Uo(function(r){const{ref:e,children:t,...n}=r,i=w.useCallback(a=>typeof t=="function"?f.jsxs(f.Fragment,{children:[t(a),f.jsx(v.Menu.SelectedIndicator,{className:"ml-auto",children:f.jsx(v.LuIcon,{icon:Le})})]}):f.jsxs(f.Fragment,{children:[t,f.jsx(v.Menu.SelectedIndicator,{className:"ml-auto",children:f.jsx(v.LuIcon,{icon:Le})})]}),[t]);return f.jsx(v.Menu.MultiSelectItem,{ref:e,...n,children:i})}),Li=w.memo(r=>{const{ref:e,children:t,...n}=r,i=w.useCallback(a=>typeof t=="function"?f.jsxs(f.Fragment,{children:[t(a),f.jsx(v.Menu.CheckboxItemIndicator,{className:"ml-[auto]",children:o=>o?f.jsx(v.LuIcon,{icon:Rr}):f.jsx(v.LuIcon,{icon:Le})})]}):f.jsxs(f.Fragment,{children:[t,f.jsx(v.Menu.CheckboxItemIndicator,{className:"ml-[auto]",children:o=>o?f.jsx(v.LuIcon,{icon:Rr}):f.jsx(v.LuIcon,{icon:Le})})]}),[t]);return f.jsx(v.Menu.SelectAllItem,{ref:e,...n,children:i})});Li.displayName="SelectAllItemTemplate";const Te=r=>{const{children:e,condition:t,size:n="sm",variant:i,accentColor:a,radius:o}=r,s=w.useCallback(l=>{t.setConditionModifier(l)},[t]);return f.jsxs(v.Menu.Root,{align:"start",children:[f.jsx(v.Menu.ClickTrigger,{children:e}),f.jsx(v.Menu.Content,{size:n,variant:i,radius:o,accentColor:a,children:f.jsx(v.Menu.SelectGroup,{required:!0,value:t.getConditionModifier(),onValueChange:s,children:t.getConditionModifiers().map(([l,u])=>f.jsx(wt,{value:l,children:u.modifier.label},l))})})]})},dn=w.memo(r=>{const{children:e,open:t,onOpenChange:n,defaultOpen:i,modal:a,size:o,align:s,accentColor:l="base",...u}=r;return f.jsxs(v.Popover.Root,{open:t,onOpenChange:n,defaultOpen:i,modal:a,children:[f.jsx(v.Popover.Trigger,{asChild:!0,children:e}),f.jsx(v.Popover.Content,{size:o,align:s,children:f.jsx(v.DayPicker,{size:o,accentColor:l,...u})})]})});dn.displayName="DayPickerPopover";const Ho=w.memo(r=>{const{children:e,open:t,onOpenChange:n,defaultOpen:i,modal:a,size:o,accentColor:s="base",values:l,onValuesChange:u,placeholder:c="Enter text",...d}=r,[h,p]=w.useState(""),g=w.useCallback(_=>{p(_.target.value)},[]),x=w.useCallback(_=>{_.key==="Enter"&&(_.preventDefault(),_.stopPropagation(),u([...l,h]),p(""))},[h,u,l]),C=w.useCallback(()=>{u([...l,h]),p("")},[h,u,l]),m=w.useCallback(_=>{const S=[...l];S.splice(_,1),u(S)},[u,l]);return f.jsxs(v.Popover.Root,{open:t,onOpenChange:n,defaultOpen:i,modal:a,children:[f.jsx(v.Popover.Trigger,{asChild:!0,children:e}),f.jsx(v.Popover.Content,{size:o,onClick:v.stopPropagation,accentColor:s,...d,children:f.jsxs("div",{className:"flex flex-col gap-2",children:[f.jsxs("div",{className:"flex gap-2",children:[f.jsx(v.Input.Root,{className:"grow",accentColor:"base",variant:"outline",size:"sm",children:f.jsx(v.Input.Field,{value:h,onChange:g,onKeyDown:x,placeholder:c,...d})}),f.jsx(v.IconButton,{size:"sm",accentColor:"base",variant:"soft",type:"button",onClick:C,children:f.jsx(v.LuIcon,{icon:Xe})})]}),l.length>0&&f.jsx("div",{className:"flex flex-col gap-1",children:l.map((_,S)=>f.jsxs(v.Badge,{className:"flex items-center justify-between gap-2",accentColor:"base",size:"sm",variant:"soft",children:[f.jsx("span",{className:"truncate",children:_}),f.jsx(v.IconButton,{size:"xs",variant:"ghost",type:"button",accentColor:"base",onClick:()=>{m(S)},children:f.jsx(v.LuIcon,{icon:Je})})]},`${_}-${S}`))})]})})]})});Ho.displayName="NumberInputPopover";const mt=w.memo(r=>{const{children:e,open:t,onOpenChange:n,defaultOpen:i,modal:a,size:o,accentColor:s="base",value:l,onValueChange:u,placeholder:c="Enter a number",...d}=r,[h,p]=w.useState(null);w.useEffect(()=>{l!==void 0&&p(l)},[l]);const g=w.useCallback(C=>{const m=C.target.valueAsNumber;p(isNaN(m)?null:m)},[]),x=w.useCallback(C=>{const m=C.target.valueAsNumber;u==null||u(isNaN(m)?null:m)},[u]);return f.jsxs(v.Popover.Root,{open:t,onOpenChange:n,defaultOpen:i,modal:a,children:[f.jsx(v.Popover.Trigger,{asChild:!0,children:e}),f.jsx(v.Popover.Content,{size:o,onClick:v.stopPropagation,...d,children:f.jsx(v.Input.Root,{size:o,accentColor:s,children:f.jsx(v.Input.Field,{placeholder:c,type:"number",value:h??"",onChange:g,onBlur:x})})})]})});mt.displayName="NumberInputPopover";const Ie=r=>{const{condition:e,onClick:t,...n}=r,i=w.useCallback(()=>{t(e)},[e,t]);return f.jsx(v.IconButton,{onClick:i,...n,children:f.jsx(v.LuIcon,{icon:Je})})};Ie.displayName="RemoveConditionButton";const Ar=w.memo(r=>{const{ref:e,selectFieldOptions:t,...n}=r,i=w.useMemo(()=>t.map(a=>typeof a=="string"?{value:a,label:a}:a),[t]);return f.jsxs(v.Menu.MultiSelectGroup,{ref:e,...n,children:[f.jsx(Li,{children:"Select all"}),i.map(a=>f.jsx(Go,{value:a.value,children:f.jsx("span",{className:"truncate",children:a.label})},a.value))]})});Ar.displayName="SelectFieldOptionMultiSelectGroup";const zi=w.memo(r=>{const{ref:e,selectFieldOptions:t,...n}=r,i=w.useMemo(()=>t.map(a=>typeof a=="string"?{value:a,label:a}:a),[t]);return f.jsx(v.Menu.SelectGroup,{ref:e,...n,children:i.map(a=>f.jsx(wt,{value:a.value,children:f.jsx("span",{className:"truncate",children:a.label})},a.value))})});zi.displayName="SelectFieldOptionSelectGroup";const Xt=w.memo(r=>{const{children:e,open:t,onOpenChange:n,defaultOpen:i,modal:a,size:o,accentColor:s="base",value:l,onValueChange:u,placeholder:c="Enter text",...d}=r,[h,p]=w.useState(""),g=w.useCallback(C=>{p(C.target.value)},[]),x=w.useCallback(C=>{const m=C.target.value;u==null||u(m)},[u]);return w.useEffect(()=>{l&&p(l)},[l]),f.jsxs(v.Popover.Root,{open:t,onOpenChange:n,defaultOpen:i,modal:a,children:[f.jsx(v.Popover.Trigger,{asChild:!0,children:e}),f.jsx(v.Popover.Content,{size:o,onClick:v.stopPropagation,...d,children:f.jsx(v.Input.Root,{size:o,accentColor:s,children:f.jsx(v.Input.Field,{placeholder:c,type:"text",value:h,onChange:g,onBlur:x})})})]})});Xt.displayName="TextInputPopover";const qo=r=>{const{condition:e,onRemove:t}=r,n=e.getConditionValue(),i=e.getConditionModifier(),a=()=>{switch(n){case void 0:return"...";case!0:return"true";case!1:return"false";case null:return"empty"}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[e.field.type]}),f.jsx("span",{className:"truncate",children:e.field.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[i].modifier.label})}),f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:a()})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsxs(v.Menu.SelectGroup,{required:!0,value:n,onValueChange:e.setConditionValue,children:[f.jsx(wt,{value:!0,children:"true"}),f.jsx(wt,{value:!1,children:"false"})]})})]}),f.jsx(Ie,{condition:e,onClick:t})]})},Xo={equals:V({modifier:Oo,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:No,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Er extends Se{constructor(t){super(t);N(this,"modifiers",Xo)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=Xo[a];let l;return i!==void 0&&(l=s.modifier.deserialize(i)),new Er({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(qo,{condition:this,...t},this.id)}}const $o=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=w.useCallback(l=>{l.length>0?e.setConditionValue(l):e.setConditionValue(void 0)},[e]),s=()=>{if(i===void 0)return"...";if(i===null)return"empty";switch(i.length){case 0:return"...";default:return`${i.length} options`}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"soft",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"soft",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"truncate",children:s()})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(Ar,{values:i??[],selectFieldOptions:e.field.options,onValuesChange:o})})]}),f.jsx(Ie,{condition:e,onClick:t})]})},Wo={equals:V({modifier:un,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:cn,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),every:V({modifier:on,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),some:V({modifier:sn,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),none:V({modifier:ln,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Sr extends Se{constructor(t){super(t);N(this,"modifiers",Wo)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=Wo[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Sr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx($o,{condition:this,...t},this.id)}}class fn extends lr{constructor(t){super();N(this,"conditions");N(this,"conditionObserver",()=>{this.conditions=[...this.conditions],this.notify(this)});N(this,"initConditions",t=>{for(const n of t)n.observe(this.conditionObserver);return t});this.conditions=this.initConditions(t)}getConditions(){return this.conditions}addCondition(t){this.conditions=this.initConditions([...this.conditions,t]),this.notify(this)}addConditions(t){this.conditions=this.initConditions([...this.conditions,...t]),this.notify(this)}removeCondition(t){this.conditions=this.initConditions(this.conditions.filter(n=>n.id!==t.id)),this.notify(this)}removeConditions(t){const n=new Set(t.map(i=>i.id));this.conditions=this.initConditions(this.conditions.filter(i=>!n.has(i.id))),this.notify(this)}applyConditions(t){return this.conditions.length===0?!0:this.conditions.map(i=>[i.getApplyFn(),i.accessorFn]).every(([i,a])=>i(a(t)))}}const mf=(r,e)=>w.useMemo(()=>{const t=new fn(r);return t.observe(n=>e(n.getConditions())),t},[r,e]),jo=r=>{const{condition:e,onRemove:t}=r,n=e.getConditionValue(),i=e.getConditionModifier(),a=()=>{var o,s;switch(i){case"equals":case"notEquals":{const l=e.modifiers.equals,u=n!==void 0&&l.isConditionValueValid(n)?n:void 0;return f.jsx(dn,{required:!1,size:"sm",mode:"single",selected:u??void 0,onSelect:c=>e.setConditionValue(c),children:f.jsx(v.Button,{type:"button",className:"truncate",children:u!==void 0?(u==null?void 0:u.toLocaleDateString())??"empty":"..."})})}case"before":case"after":{const l=e.modifiers.after,u=n!==void 0&&l.isConditionValueValid(n)?n:void 0;return f.jsx(dn,{required:!0,size:"sm",mode:"single",selected:u,onSelect:e.setConditionValue,children:f.jsx(v.Button,{type:"button",className:"truncate",children:u?u.toLocaleDateString():"..."})})}case"in":case"notIn":{const l=e.modifiers.in,u=n!==void 0&&l.isConditionValueValid(n)?n:void 0;return f.jsx(dn,{required:!0,mode:"range",size:"sm",selected:u,onSelect:e.setConditionValue,children:f.jsx(v.Button,{className:"truncate",children:u?`${(o=u.from)==null?void 0:o.toLocaleDateString()} - ${(s=u.to)==null?void 0:s.toLocaleDateString()}`:"..."})})}}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[e.field.type]}),f.jsx("span",{className:"truncate",children:e.field.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[i].modifier.label})}),a(),f.jsx(Ie,{condition:e,onClick:t})]})},Yo={equals:V({modifier:bo,isValueValid:r=>r instanceof Date,isConditionValueValid:r=>r instanceof Date,isSerializedValueValid:r=>typeof r=="string"}),notEquals:V({modifier:To,isValueValid:r=>r instanceof Date,isConditionValueValid:r=>r instanceof Date,isSerializedValueValid:r=>typeof r=="string"}),before:V({modifier:Do,isValueValid:r=>r instanceof Date,isConditionValueValid:r=>r instanceof Date,isSerializedValueValid:r=>typeof r=="string"}),after:V({modifier:Mo,isValueValid:r=>r instanceof Date,isConditionValueValid:r=>r instanceof Date,isSerializedValueValid:r=>typeof r=="string"}),in:V({modifier:Fo,isValueValid:r=>r instanceof Date,isConditionValueValid:r=>"to"in(r??{})&&"from"in(r??{}),isSerializedValueValid:r=>typeof r=="object"&&"to"in r&&"from"in r}),notIn:V({modifier:Vo,isValueValid:r=>r instanceof Date,isConditionValueValid:r=>"to"in(r??{})&&"from"in(r??{}),isSerializedValueValid:r=>typeof r=="object"&&"to"in r&&"from"in r})};class Ir extends Se{constructor(t){super(t);N(this,"modifiers",Yo)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=Yo[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Ir({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(jo,{condition:this,...t},this.id)}}const Zo=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=w.useCallback(l=>{l.length>0?e.setConditionValue(l):e.setConditionValue(void 0)},[e]),s=()=>{if(i===void 0)return"...";if(i===null)return"empty";switch(i.length){case 0:return"...";default:return`${i.length} options`}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"truncate",children:s()})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(Ar,{values:i??[],selectFieldOptions:n.options,onValuesChange:o})})]}),f.jsx(Ie,{condition:e,onClick:t})]})},Ko={equals:V({modifier:un,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:cn,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),every:V({modifier:on,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),some:V({modifier:sn,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),none:V({modifier:ln,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Or extends Se{constructor(t){super(t);N(this,"modifiers",Ko)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=Ko[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Or({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(Zo,{condition:this,...t},this.id)}}const ki=[],Qo=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=w.useCallback(l=>{e.setConditionValue(l.length>0?l:void 0)},[e]),s=()=>{if(i===void 0)return"...";if(i===null)return"empty";switch(i.length){case 0:return"...";case 1:return i[0].toString();default:return`${i.length} values`}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),f.jsx(Ho,{values:i??ki,onValuesChange:o,children:f.jsx(v.Button,{type:"button",className:"truncate",children:s()})}),f.jsx(Ie,{condition:e,onClick:t})]})},Jo={equals:V({modifier:un,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:cn,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),every:V({modifier:on,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),some:V({modifier:sn,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),none:V({modifier:ln,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Nr extends Se{constructor(t){super(t);N(this,"modifiers",Jo)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=Jo[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Nr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(Qo,{condition:this,...t},this.id)}}const es=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"greaterThanOrEquals":case"lessThanOrEquals":case"greaterThan":case"lessThan":{const s=e.modifiers.greaterThan,l=i!==void 0&&s.isConditionValueValid(i)?i:void 0;return f.jsx(mt,{value:l??null,onValueChange:u=>e.setConditionValue(u??void 0),size:"sm",children:f.jsx(v.Button,{type:"button",className:"truncate",children:l!==void 0?l??"empty":"..."})})}case"inRange":case"notInRange":{const s=e.modifiers.inRange,l=i!==void 0&&s.isConditionValueValid(i)?i:void 0;return f.jsxs(f.Fragment,{children:[f.jsx(mt,{value:(l==null?void 0:l.from)??null,onValueChange:u=>{e.setConditionValue({from:u,to:(l==null?void 0:l.to)??null})},size:"sm",children:f.jsx(v.Button,{className:"truncate",children:(l==null?void 0:l.from)??"..."})}),f.jsx(mt,{value:(l==null?void 0:l.to)??null,onValueChange:u=>{e.setConditionValue({from:(l==null?void 0:l.from)??null,to:u})},size:"sm",children:f.jsx(v.Button,{className:"truncate",children:(l==null?void 0:l.to)??"..."})})]})}}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},ts={equals:V({modifier:Oi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),notEquals:V({modifier:Ni,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),lessThan:V({modifier:bi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),lessThanOrEquals:V({modifier:Ti,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),greaterThan:V({modifier:Di,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),greaterThanOrEquals:V({modifier:Mi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),inRange:V({modifier:Fi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="object",isSerializedValueValid:r=>typeof r=="object"}),notInRange:V({modifier:Vi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="object",isSerializedValueValid:r=>typeof r=="object"})};class br extends Se{constructor(t){super(t);N(this,"modifiers",ts)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=ts[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new br({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(es,{condition:this,...t},this.id)}}const rs=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":case"includes":case"excludes":return f.jsx(Xt,{value:i??"",onValueChange:e.setConditionValue,size:"sm",children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:i||"..."})})})}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},ns={equals:V({modifier:st,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:lt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),includes:V({modifier:Ht,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),excludes:V({modifier:qt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Tr extends Se{constructor(t){super(t);N(this,"modifiers",ns)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=ns[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Tr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(rs,{condition:this,...t},this.id)}}const is=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":{const s=e.modifiers.equals,l=i!==void 0&&s.isConditionValueValid(i)?i:void 0;return f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:l!==void 0?l?pt[l].label:"empty":"..."})})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(v.Menu.SelectGroup,{required:!1,value:l,onValueChange:e.setConditionValue,children:bt.map(u=>{const{label:c}=pt[u];return f.jsx(wt,{value:u,children:f.jsx("span",{className:"truncate",children:c})},u)})})})]})}case"includes":case"excludes":{const s=e.modifiers.includes,l=i!==void 0&&s.isConditionValueValid(i)?i:void 0;return f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",children:l?`${l.length} statuses`:"..."})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsxs(v.Menu.MultiSelectGroup,{values:l??ki,onValuesChange:e.setConditionValue,children:[f.jsx(Li,{children:"Select all"}),bt.map(u=>{const{label:c,icon:d}=pt[u];return f.jsxs(Go,{value:u,children:[f.jsx(v.LuIcon,{icon:d}),f.jsx("span",{className:"truncate",children:c})]},u)})]})})]})}}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},as={equals:V({modifier:Lo,isValueValid:r=>r!==null,isConditionValueValid:r=>typeof r=="string",isSerializedValueValid:r=>typeof r=="string"}),notEquals:V({modifier:zo,isValueValid:r=>r!==null,isConditionValueValid:r=>typeof r=="string",isSerializedValueValid:r=>typeof r=="string"}),includes:V({modifier:ko,isValueValid:r=>r!==null,isConditionValueValid:r=>Array.isArray(r),isSerializedValueValid:r=>Array.isArray(r)}),excludes:V({modifier:Ro,isValueValid:r=>r!==null,isConditionValueValid:r=>Array.isArray(r),isSerializedValueValid:r=>Array.isArray(r)})};class Dr extends Se{constructor(t){super(t);N(this,"modifiers",as)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=as[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Dr({field:n,conditionModifier:a,conditionValue:l,...o})}transformValue(t){return t.status}render(t){return f.jsx(is,{condition:this,...t},this.id)}}const os=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=w.useMemo(()=>n.options.map(u=>typeof u=="string"?{value:u,label:u}:u),[n.options]),s=w.useMemo(()=>{const u={};for(const c of o)u[c.value]=c.label;return u},[o]),l=()=>{switch(a){case"equals":case"notEquals":{const u=e.modifiers.equals,c=i!==void 0&&u.isConditionValueValid(i)?i:void 0;return f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:c!==void 0?c?s[c]:"empty":"..."})})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(zi,{required:!0,selectFieldOptions:n.options,value:c??void 0,onValueChange:e.setConditionValue})})]})}case"includes":case"excludes":{const u=e.modifiers.includes,c=i!==void 0&&u.isConditionValueValid(i)?i:void 0;return f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",children:c?`${c.length} options`:"..."})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(Ar,{selectFieldOptions:n.options,values:c??ki,onValuesChange:e.setConditionValue})})]})}}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),l(),f.jsx(Ie,{condition:e,onClick:t})]})},ss={equals:V({modifier:st,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>!Array.isArray(r),isSerializedValueValid:r=>!Array.isArray(r)}),notEquals:V({modifier:lt,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>!Array.isArray(r),isSerializedValueValid:r=>!Array.isArray(r)}),includes:V({modifier:Pi,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>Array.isArray(r),isSerializedValueValid:r=>Array.isArray(r)}),excludes:V({modifier:Bi,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>Array.isArray(r),isSerializedValueValid:r=>Array.isArray(r)})};class Mr extends Se{constructor(t){super(t);N(this,"modifiers",ss)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=ss[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Mr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(os,{condition:this,...t},this.id)}}const ls=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":case"greaterThanOrEquals":case"lessThanOrEquals":case"greaterThan":case"lessThan":{const s=e.modifiers[a],l=i!==void 0&&s.isConditionValueValid(i)?i:void 0;return f.jsx(mt,{value:l??null,onValueChange:u=>e.setConditionValue(u??void 0),size:"sm",children:f.jsx(v.Button,{type:"button",className:"truncate",children:l!==void 0?l:"..."})})}case"inRange":case"notInRange":{const s=e.modifiers.inRange,l=i!==void 0&&s.isConditionValueValid(i)?i:void 0;return f.jsxs(f.Fragment,{children:[f.jsx(mt,{value:(l==null?void 0:l.from)??null,onValueChange:u=>{e.setConditionValue({from:u,to:(l==null?void 0:l.to)??null})},size:"sm",children:f.jsx(v.Button,{className:"truncate",children:(l==null?void 0:l.from)??"..."})}),f.jsx(mt,{value:(l==null?void 0:l.to)??null,onValueChange:u=>{e.setConditionValue({from:(l==null?void 0:l.from)??null,to:u})},size:"sm",children:f.jsx(v.Button,{className:"truncate",children:(l==null?void 0:l.to)??"..."})})]})}}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},us={equals:V({modifier:Oi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),notEquals:V({modifier:Ni,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),lessThan:V({modifier:bi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),lessThanOrEquals:V({modifier:Ti,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),greaterThan:V({modifier:Di,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),greaterThanOrEquals:V({modifier:Mi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),inRange:V({modifier:Fi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="object",isSerializedValueValid:r=>typeof r=="object"}),notInRange:V({modifier:Vi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="object",isSerializedValueValid:r=>typeof r=="object"})};class Fr extends Se{constructor(t){super(t);N(this,"modifiers",us)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=us[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Fr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(ls,{condition:this,...t},this.id)}}const cs=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":case"includes":case"excludes":return f.jsx(Xt,{value:i??"",onValueChange:e.setConditionValue,size:"sm",children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:i||"..."})})})}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},ds={equals:V({modifier:st,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:lt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),includes:V({modifier:Ht,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),excludes:V({modifier:qt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Vr extends Se{constructor(t){super(t);N(this,"modifiers",ds)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=ds[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Vr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(cs,{condition:this,...t},this.id)}}const fs=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=w.useMemo(()=>n.options.map(c=>typeof c=="string"?{value:c,label:c}:c),[n.options]),s=w.useMemo(()=>{const c={};for(const d of o)c[d.value]=d.label;return c},[o]),l=w.useCallback(c=>{c.length>0?e.setConditionValue(c):e.setConditionValue([])},[e]),u=()=>{switch(a){case"equals":case"notEquals":{const c=e.modifiers.equals,d=i!==void 0&&c.isConditionValueValid(i)?i:void 0;return f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:d!==void 0?d?s[d]:"empty":"..."})})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(zi,{required:!1,selectFieldOptions:n.options,value:d??void 0,onValueChange:e.setConditionValue})})]})}case"includes":case"excludes":{const c=e.modifiers.includes,d=i!==void 0&&c.isConditionValueValid(i)?i:void 0;return f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",children:d?`${d.length} options`:"..."})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(Ar,{selectFieldOptions:n.options,values:d??[],onValuesChange:l})})]})}}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),u(),f.jsx(Ie,{condition:e,onClick:t})]})},hs={equals:V({modifier:st,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>!Array.isArray(r),isSerializedValueValid:r=>!Array.isArray(r)}),notEquals:V({modifier:lt,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>!Array.isArray(r),isSerializedValueValid:r=>!Array.isArray(r)}),includes:V({modifier:Pi,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>Array.isArray(r),isSerializedValueValid:r=>Array.isArray(r)}),excludes:V({modifier:Bi,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>Array.isArray(r),isSerializedValueValid:r=>Array.isArray(r)})};class Pr extends Se{constructor(t){super(t);N(this,"modifiers",hs)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=hs[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Pr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(fs,{condition:this,...t},this.id)}}const ps=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":case"includes":case"excludes":return f.jsx(Xt,{value:i??"",onValueChange:e.setConditionValue,size:"sm",children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:i||"..."})})})}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},vs={equals:V({modifier:st,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:lt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),includes:V({modifier:Ht,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),excludes:V({modifier:qt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Br extends Se{constructor(t){super(t);N(this,"modifiers",vs)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=vs[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Br({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(ps,{condition:this,...t},this.id)}}const gs=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":case"includes":case"excludes":return f.jsx(Xt,{value:i??"",onValueChange:e.setConditionValue,size:"sm",children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:i||"..."})})})}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},xs={equals:V({modifier:st,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:lt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),includes:V({modifier:Ht,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),excludes:V({modifier:qt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Lr extends Se{constructor(t){super(t);N(this,"modifiers",xs)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=xs[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Lr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(gs,{condition:this,...t},this.id)}}const ys=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(i){case void 0:return"...";case!0:return"true";case!1:return"false";case null:return"empty"}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:o()})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsxs(v.Menu.SelectGroup,{required:!0,value:i,onValueChange:e.setConditionValue,children:[f.jsx(wt,{value:!0,children:"empty"}),f.jsx(wt,{value:!1,children:"not empty"})]})})]}),f.jsx(Ie,{condition:e,onClick:t})]})},Cs={equals:V({modifier:Po,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:Bo,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class zr extends Se{constructor(t){super(t);N(this,"modifiers",Cs)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=Cs[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new zr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(ys,{condition:this,...t},this.id)}}const ws=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":case"includes":case"excludes":return f.jsx(Xt,{value:i??"",onValueChange:e.setConditionValue,size:"sm",children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:i||"..."})})})}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},ms={equals:V({modifier:st,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:lt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),includes:V({modifier:Ht,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),excludes:V({modifier:qt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class kr extends Se{constructor(t){super(t);N(this,"modifiers",ms)}transformValue(t){return(t==null?void 0:t.toString())??""}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=ms[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new kr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(ws,{condition:this,...t},this.id)}}const _f={date:Ir,number:br,boolean:Er,select:Pr,string:Br,url:kr,text:Lr,upload:zr,qr:Vr,"multi-string":Nr,"multi-select":Or,radio:Mr,"checkbox-list":Sr,"pass-fail":Dr,otp:Tr,rating:Fr},_s=(r,e)=>{if(r.type!==e.type)throw new Error(`field and condition type mismatch ${r.type} !== ${e.type}`);return _f[e.type].deserialize(e,r)},Ri=(r,e)=>{const t=Ui(r,e),n={};for(const i of r)n[i.identifier]=i;return t.map(i=>_s(n[i.fieldId],i))},As=(r,e)=>Gi(r,e).map(n=>n.serialize()),Ui=(r,e)=>{const t=new Set(r.map(n=>n.identifier));return e.filter(n=>t.has(n.fieldId))},Gi=(r,e)=>{const t=new Set(r.map(n=>n.identifier));return e.filter(n=>t.has(n.field.identifier))},hn=r=>an[r.type].deserialize(r);function Af(r){return r.map(Es)}const Es=r=>r.type==="section"?ze.deserialize(r):hn(r);function Ef(r){return r.map(hn)}function Sf(r){const e=[];for(const t of r)if(t instanceof ze)for(const n of t.getFields())e.push(n);else e.push(t);return e}function If(r){const e={};for(const t of r)e[t.identifier]=t;return e}function Ss(r,e,t=!0){const n=t?pn(r,e):e,i={};for(const a of r){if(!(a.identifier in n))continue;const o=n[a.identifier];i[a.identifier]=a.serializeValue(o)}return i}function Is(r,e,t=!0){const n=t?Hi(r,e):e,i={};for(const a of r){if(!(a.identifier in n))continue;const o=n[a.identifier];i[a.identifier]=a.deserializeValue(o)}return i}function pn(r,e){const t={};for(const n of r){if(!(n.identifier in e))continue;const i=e[n.identifier];n.isValue(i)&&(t[n.identifier]=n.cleanValue(i))}return t}function Hi(r,e){const t={};for(const n of r){if(!(n.identifier in e))continue;const i=e[n.identifier];n.isSerializedValue(i)&&(t[n.identifier]=n.cleanSerializedValue(i))}return t}function Os(r,e){const t=pn(r,e),n={},i={};for(const a of r){if(!(a.identifier in t))continue;const o=t[a.identifier];switch(a.type){case"upload":if(!a.isValue(o))break;i[a.identifier]=o,n[a.identifier]=[];break;case"pass-fail":if(!a.isValue(o))break;i[a.identifier]=o.files,n[a.identifier]={...o,files:[]};break;default:n[a.identifier]=e[a.identifier]}}return[n,i]}function Ns(r,e,t){const n={};for(const i of r){if(!(i.identifier in e))continue;const a=e[i.identifier];switch(i.type){case"upload":if(!i.isValue(a))break;n[i.identifier]=t[i.identifier]??[];break;case"pass-fail":if(!i.isValue(a))break;n[i.identifier]={...a,files:t[i.identifier]??[]};break;default:if(!i.isValue(a))break;n[i.identifier]=a}}return n}const bs=(r,e)=>{const t={};for(const n of r){const i=e[n.identifier];t[n.identifier]=i!==void 0?i:n.blankValue()}return t},Ts=(r,e,t)=>{const n={};for(const i of r){const a=e[i.identifier],o=t[i.identifier];i.areValuesEqual(a,o)||(n[i.identifier]=o)}return n},Ds=(r,e,t)=>{const n={};for(const i of r){const a=e[i.identifier],o=t[i.identifier];i.areValuesEqual(a,o)&&(n[i.identifier]=o)}return n},qi=(r,e,t)=>r.every(n=>{const i=e[n.identifier],a=t[n.identifier];return n.areValuesEqual(i,a)}),Xi=r=>{const e={};for(const t of r)e[t.identifier]=t.blankValue();return e},Ms=(r,e)=>qi(r,e,Xi(r)),Of=(r,e,t={})=>{const{conditions:n=!1}=t,i=r.get(e.identifier);if(!i)throw new Error(`Attempting to reseed serialized section with identifier ${e.identifier} which is not present in the reseeded identifier map`);const a=new Map,o=e.fields.map(l=>{const u=R.v4(),{image:c,...d}=l;return a.set(l.identifier,u),{...d,identifier:u}}),s={};if(n)for(const[l,u]of Object.entries(e.conditions??{})){const c=r.get(l);if(!c)continue;const d=u.map(h=>{const p=a.get(h.fieldId);if(!p)throw new Error(`Serialized condition referencing undefined field with identifier: ${h.fieldId}`);return{...h,fieldId:p}});s[c]=d}return{...e,identifier:i,conditions:s,fields:o}},Nf=(r,e={})=>{const t=new Map(r.map(n=>[n.identifier,R.v4()]));return r.map(n=>Of(t,n,e))},$i=(r,e)=>{const t={},n=r.filter(i=>i instanceof ze);for(const i of r)if(i instanceof ze){const a=n.filter(s=>i.identifier in s.conditions);if(a.length>0&&!a.some(s=>{const l=s.getConditions(i.identifier);return new fn(l).applyConditions(e)}))continue;const o=i.getErrors(e);Object.assign(t,o)}else{if(!(i instanceof Oe))throw new Error("Invalid field type");const a=i.identifier,o=i.getError(na(e,a));o&&Ks(t,a,o)}return t},bf=async r=>{const e={},t=[];for(const n of r){const{fields:i}=n,a=[];for(const o of i){if(o.image){if(o.image instanceof Promise)try{e[o.identifier]=await o.image}catch(s){console.error("Failed to get image from promise",s)}else e[o.identifier]=o.image;delete o.image}a.push(o)}t.push({...n,fields:a})}return{fields:t,images:e}};async function Tf(r){const e={};for(const[t,n]of Object.entries(r))e[t]=await Promise.all(n);return e}class ut extends lr{constructor(t){super();N(this,"fieldSections");N(this,"fieldObserver",()=>{this.notify(this)});N(this,"initFields",t=>{for(const n of t)n.observe(this.fieldObserver);return t});this.fieldSections=this.initFields(t)}serialize(){return this.fieldSections.map(t=>t.serialize())}static deserialize(t){return new ut(t.map(ze.deserialize))}static reseedFieldSections(t,n){return Nf(t,n)}getFields(){return this.fieldSections.flatMap(t=>t.getFields())}getFieldSections(){return this.fieldSections}addFieldSection(t,n){const i=[...this.fieldSections];i.splice(n??this.fieldSections.length,0,t),this.fieldSections=this.initFields(i),this.notify(this)}removeFieldSection(t){const n=this.fieldSections.filter(i=>i.identifier!==t.identifier);for(const i of n)i.removeConditional(i.identifier);this.fieldSections=this.initFields(n),this.notify(this)}moveFieldSection(t,n){const i=[...this.fieldSections],[a]=i.splice(t,1);i.splice(n,0,a),this.fieldSections=this.initFields(i),this.notify(this)}getSectionDependencyGraph(){const t=new Ys.DirectedGraph({type:"directed"});for(const n of this.fieldSections)for(const i of Object.keys(n.conditions))t.mergeEdge(n.identifier,i);return t}getDependenciesOfSection(t){const n=this.getSectionDependencyGraph(),i=new Map(this.fieldSections.map(o=>[o.identifier,o])),a=[];return Zs.bfsFromNode(n,t,(o,s,l)=>{a.push(i.get(o))},{mode:"in"}),a}cleanValues(t){return pn(this.getFields(),t)}cleanSerializedValues(t){return Hi(this.getFields(),t)}deserializeValues(t,n){return Is(this.getFields(),t,n)}serializeValues(t,n){return Ss(this.getFields(),t,n)}initializeValues(t){return bs(this.getFields(),t)}validateValues(t){return $i(this.getFieldSections(),t)}deserializeConditions(t){return Ri(this.getFields(),t)}cleanConditions(t){return Gi(this.getFields(),t)}serializeConditions(t){return As(this.getFields(),t)}cleanSerializedConditions(t){return Ui(this.getFields(),t)}changedFieldValues(t,n){return Ts(this.getFields(),t,n)}unchangedFieldValues(t,n){return Ds(this.getFields(),t,n)}areValuesEqual(t,n){return qi(this.getFields(),t,n)}areValuesBlank(t){return Ms(this.getFields(),t)}blankValues(){return Xi(this.getFields())}extractFilesAndPromisesFromFieldValues(t){return Os(this.getFields(),t)}insertFilesAndPromisesToFieldValues(t,n){return Ns(this.getFields(),t,n)}}const Fs=w.createContext({}),Wi=w.memo(r=>{const{fieldSection:e,size:t,index:n,...i}=r,{label:a,description:o}=e,s=qe.useWatch(),{fieldSchema:l}=w.use(Fs),u=w.useMemo(()=>l.getFieldSections(),[l]),c=w.useMemo(()=>u.filter(p=>e.identifier in p.conditions),[u,e.identifier]),d=w.useMemo(()=>c.length===0?!0:c.some(p=>{const g=p.getConditions(e.identifier);return new fn(g).applyConditions(s)}),[c,e,s]),h=cr(e.fields,{size:t,...i});return d?f.jsxs(f.Fragment,{children:[n!==0?f.jsx(v.Separator,{size:"full"}):null,f.jsxs("div",{className:"flex flex-col gap-4",children:[(a||o)&&f.jsx(f.Fragment,{children:f.jsxs("div",{className:"flex flex-col gap-1",children:[f.jsx(v.Heading,{size:t,children:a}),o&&f.jsx(v.Text,{accentColor:"base",size:t,children:o})]})}),h]})]}):null});Wi.displayName="FieldSectionLayout";const At=class At extends En{constructor(t){const{label:n=null,description:i=null,fields:a,conditions:o={},...s}=t;super(s);N(this,"type","section");N(this,"label");N(this,"description");N(this,"conditions");N(this,"fields",[]);N(this,"fieldObserver",()=>{this.notify(this)});N(this,"initFields",t=>{for(const n of t)n.observe(this.fieldObserver);return t});N(this,"conditionObserver",()=>{this.notify(this)});N(this,"initConditions",t=>{for(const n of Object.values(t).flat())n.observe(this.conditionObserver);return t});this.label=n,this.description=i,this.fields=this.initFields(a),this.conditions=this.initConditions(o)}serialize(){const t={};for(const[n,i]of Object.entries(this.conditions))t[n]=i.map(a=>a.serialize());return{...super.serialize(),label:this.label,description:this.description,conditions:t,fields:this.fields.map(n=>n.serialize())}}getOptions(){return{...super.getOptions(),label:this.label,description:this.description,fields:this.fields,conditions:this.conditions}}duplicate(t){return new At({...this.getOptions(),identifier:t,fields:this.fields.map(n=>n.duplicate(R.v4()))})}setOptions(t){const{label:n,description:i,fields:a,conditions:o,...s}=t;this.label=n??this.label,this.description=i??this.description,this.fields=a||this.fields,this.conditions=o||this.conditions,super.setOptions(s)}getErrors(t){const n={};for(const i of this.fields){const a=i.getError(t[i.identifier]);a&&(n[i.identifier]=a)}return n}getFields(){return this.fields}addField(t,n){const i=[...this.fields];i.splice(n??this.fields.length,0,t),this.fields=this.initFields(i),this.notify(this)}moveField(t,n){const i=[...this.fields],[a]=i.splice(t,1);i.splice(n,0,a),this.fields=i,this.notify(this)}removeField(t){this.fields=this.initFields(this.fields.filter(({identifier:i})=>i!==t.identifier));const n={};for(const[i,a]of Object.entries(this.conditions))n[i]=a.filter(o=>o.field.identifier!==t.identifier);this.conditions=n,this.notify(this)}getConditions(t){return this.conditions[t]}addCondition(t,n){this.conditions=this.initConditions({...this.conditions,[t]:[...this.conditions[t]??[],n]}),this.notify(this)}addConditions(t,n){this.conditions=this.initConditions({...this.conditions,[t]:[...this.conditions[t]??[],...n]}),this.notify(this)}removeCondition(t,n){this.conditions=this.initConditions({...this.conditions,[t]:(this.conditions[t]??[]).filter(i=>i.id!==n.id)}),this.notify(this)}removeConditions(t,n){const i=new Set(n.map(a=>a.id));this.conditions=this.initConditions({...this.conditions,[t]:(this.conditions[t]??[]).filter(a=>!i.has(a.id))}),this.notify(this)}getConditionals(){return new Set(Object.keys(this.conditions))}addConditional(t){this.conditions=this.initConditions({...this.conditions,[t]:[]}),this.notify(this)}removeConditional(t){const n={...this.conditions};delete n[t],this.conditions=this.initConditions(n),this.notify(this)}render(t){return f.jsx(Wi,{fieldSection:this,...t})}};N(At,"fieldTypeName","Section"),N(At,"fieldTypeDescription","Sections can be useful for grouping fields together. They can also be conditionally shown or hidden."),N(At,"deserialize",t=>{const n=t.fields.map(hn),i={};for(const[a,o]of Object.entries(t.conditions))i[a]=Ri(n,o);return new At({...t,fields:n,conditions:i})});let ze=At;const _t=w.createContext(new ut([])),vn="form-builder",gn=w.createContext({}),Df=(r=()=>null)=>w.useMemo(()=>Object.entries(an).map(([t,n])=>({children:n.fieldTypeName,icon:f.jsx(v.LuIcon,{icon:le[t]}),value:t,onSelect:()=>{r(t)}})),[r]),xn=w.memo(r=>{const{children:e,variant:t,size:n,accentColor:i,onSelectFieldType:a,...o}=r,s=Df(a);return f.jsxs(v.Menu.Root,{...o,children:[f.jsx(v.Menu.ClickTrigger,{children:e}),f.jsx(v.Menu.Content,{variant:t,size:n,accentColor:i,children:f.jsx(v.Menu.Scroll,{children:s.flat().map(l=>f.jsxs(v.Menu.Item,{onSelect:l.onSelect,children:[l.icon,l.children]},l.value))})})]})});xn.displayName="CreateFieldDropdownMenu";const yn=r=>{switch(r){case"text":return new Rt({label:"",required:!1,identifier:R.v4()});case"boolean":return new St({label:"",required:!1,identifier:R.v4()});case"number":return new ke({label:"",required:!1,identifier:R.v4()});case"date":return new fr({label:"",required:!1,identifier:R.v4()});case"string":return new kt({label:"",required:!1,identifier:R.v4()});case"url":return new _r({label:"",required:!1,identifier:R.v4()});case"select":return new ht({label:"",options:[],required:!1,identifier:R.v4()});case"multi-string":return new Et({label:"",required:!1,identifier:R.v4()});case"multi-select":return new et({label:"",options:[],required:!1,identifier:R.v4()});case"upload":return new Ut({label:"",required:!1,identifier:R.v4(),maximum_files:6,maximum_size:Gt});case"qr":return new mr({label:"",required:!1,identifier:R.v4()});case"radio":return new Mt({label:"",options:[],required:!1,identifier:R.v4()});case"checkbox-list":return new Ot({label:"",options:[],required:!1,identifier:R.v4()});case"pass-fail":return new Dt({label:"",required:!1,identifier:R.v4(),showNotesAndFilesOn:["fail"]});case"otp":return new Nt({label:"",validationType:"none",required:!1,identifier:R.v4(),length:6});case"rating":return new Ft({label:"",required:!1,identifier:R.v4(),maxRating:5})}},ji=r=>{switch(r.type){case"text":return new Lr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"boolean":return new Er({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"number":return new br({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"date":return new Ir({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"string":return new Br({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"url":return new kr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"select":return new Pr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"multi-string":return new Nr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"multi-select":return new Or({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"upload":return new zr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"qr":return new Vr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"radio":return new Mr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"checkbox-list":return new Sr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"pass-fail":return new Dr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"otp":return new Tr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"rating":return new Fr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r})}},Vs=(r,e)=>{switch(r){case"checkbox-list":return Ot.getFieldCreationSchema(e);case"multi-select":return et.getFieldCreationSchema(e);case"number":return ke.getFieldCreationSchema(e);case"radio":return Mt.getFieldCreationSchema(e);case"select":return ht.getFieldCreationSchema(e);case"string":return kt.getFieldCreationSchema(e);case"text":return Rt.getFieldCreationSchema(e);case"upload":return Ut.getFieldCreationSchema(e);case"pass-fail":return Dt.getFieldCreationSchema(e);case"otp":return Nt.getFieldCreationSchema(e);case"rating":return Ft.getFieldCreationSchema(e);default:return}},Ps=w.memo(r=>{const{popoverInputs:e,...t}=r;return f.jsxs(v.Popover.Root,{children:[f.jsx(v.Popover.Trigger,{asChild:!0,children:f.jsxs(v.Button,{variant:"soft",type:"button",size:"sm",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:Il}),"Settings"]})}),f.jsx(v.Popover.Content,{size:"sm",...t,children:f.jsx("div",{className:"flex w-full max-w-[350px] flex-col",children:e})})]})});Ps.displayName="FieldSettingsPopover";const Bs=w.memo(r=>{const{parentPath:e,fieldIndex:t,field:n}=r,i=Ur(),{disableRequiredFields:a}=w.use(gn),[o,s]=w.useState(void 0);w.useEffect(()=>{n.image instanceof Promise?n.image.then(s).catch(console.error):s(n.image)},[n]);const l=o?URL.createObjectURL(o):void 0,u=w.useCallback(()=>{n.setOptions({image:void 0})},[n]),[c,d]=w.useMemo(()=>{const m=[],_=[],S=Vs(n.type,`${e}.${t}`)??[];for(const E of S)E.showDirectly?m.push(E.field):_.push(E.field);return[m,_]},[n,e,t]),h=cr(c,{formId:vn,disabled:!1,size:"sm"}),p=cr(d,{formId:vn,disabled:!1,size:"sm"}),g=d.length>0,x=w.useCallback(()=>{o&&i(()=>({file:o}))},[i,o]),{fieldTypeName:C}=an[n.type];return f.jsxs("div",{className:"flex grow w-full flex-col gap-4",children:[f.jsxs("div",{className:"flex gap-2 w-full justify-between",children:[f.jsxs("div",{className:"flex gap-2 items-center",children:[f.jsxs(v.Badge,{accentColor:"base",variant:"soft",size:"sm",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),C]}),!a&&f.jsxs("div",{className:"flex items-center gap-2",children:[f.jsx(v.Checkbox.Root,{checked:n.required,onCheckedChange:m=>n.setOptions({required:!!m}),size:"sm",children:f.jsx(v.Checkbox.Indicator,{children:f.jsx(v.LuIcon,{icon:Le})})}),f.jsx(v.Text,{size:"sm",accentColor:"base",children:"Required"})]})]}),g&&f.jsx(Ps,{popoverInputs:p,align:"end"})]}),o&&f.jsxs("div",{className:"group relative inline-block w-full min-w-[300px]",children:[f.jsx("img",{className:"h-[100px] w-full min-w-[300px] cursor-pointer rounded-md object-cover",src:l,alt:o.name,onClick:x}),f.jsx(v.IconButton,{type:"button",className:"absolute top-2 right-2 hidden group-hover:not-disabled:flex",variant:"solid",accentColor:"base","aria-label":"delete",onClick:u,size:"sm",children:f.jsx(v.LuIcon,{icon:ft})})]}),f.jsxs("div",{className:"flex flex-col gap-2 w-full overflow-hidden",children:[f.jsx(v.Input.Root,{variant:"outline",size:"md",children:f.jsx(v.Input.Field,{placeholder:"Enter your question",value:n.label??"",onChange:m=>n.setOptions({label:m.target.value}),maxLength:200})}),f.jsx(v.TextArea,{className:"field-sizing-content",placeholder:"Enter a field description (optional)",value:n.description??"",onChange:m=>n.setOptions({description:m.target.value}),maxLength:1e3,resize:"vertical",size:"md"})]}),c.length>0&&f.jsx("div",{className:"w-full",children:h})]})});Bs.displayName="FieldBuilder";const Yi=w.memo(r=>{const{field:e,fieldSection:t,fieldIndex:n,sectionIndex:i}=r,a=w.useRef(null),o=`fields.${i}.fields`,s=w.useCallback(x=>{t.addField(yn(x),n+1)},[n,t]),l=w.useCallback(()=>{t.addField(e.duplicate(R.v4()))},[e,t]),u=w.useCallback(x=>{const C=x==="up"?i-1:i+1;t.moveField(n,C)},[t,n,i]),c=w.useCallback(x=>{const{files:C}=x.target;if(!C||C.length!==1)return;const m=C.item(0);if(m){if(m.size>Io){v.toast.error({title:"File upload error",description:`The file ${m.name} exceeded the maximum file size`});return}e.setOptions({image:m})}},[e]),d=w.useCallback(()=>{u("up")},[u]),h=w.useCallback(()=>{u("down")},[u]),p=w.useCallback(()=>{var x;(x=a.current)==null||x.click()},[]),g=w.useCallback(()=>{t.removeField(e)},[e,t]);return f.jsxs(v.Card,{className:"flex items-center justify-between gap-4 w-full",size:"sm",children:[f.jsx(Bs,{fieldIndex:n,field:e,parentPath:o}),f.jsxs(v.ButtonGroup,{className:"flex-col gap-0.5 flex",variant:"ghost",accentColor:"base",size:"sm",children:[f.jsx(xn,{onSelectFieldType:s,size:"sm",children:f.jsx(v.IconButton,{type:"button",children:f.jsx(v.LuIcon,{icon:Xe})})}),f.jsx(v.IconButton,{type:"button",onClick:d,children:f.jsx(v.LuIcon,{icon:va})}),f.jsx(v.IconButton,{type:"button",onClick:h,children:f.jsx(v.LuIcon,{icon:pa})}),f.jsx(v.IconButton,{type:"button",onClick:l,children:f.jsx(v.LuIcon,{icon:mn})}),f.jsx(v.IconButton,{type:"button",onClick:p,children:f.jsx(v.LuIcon,{icon:ha})}),f.jsx(v.IconButton,{type:"button",onClick:g,children:f.jsx(v.LuIcon,{icon:ft})})]}),f.jsx("input",{className:"hidden",ref:a,type:"file",accept:"image/*",onChange:c})]})});Yi.displayName="FieldBuilderWithActions";const Zi=w.memo(r=>{const{children:e,variant:t,size:n,accentColor:i,fields:a,onSelectField:o,...s}=r;return f.jsxs(v.Menu.Root,{...s,children:[f.jsx(v.Menu.ClickTrigger,{children:e}),f.jsx(v.Menu.Content,{variant:t,size:n,accentColor:i,children:f.jsx(v.Menu.Scroll,{children:a.map(l=>f.jsxs(v.Menu.Item,{onSelect:()=>o(l),children:[f.jsx(v.LuIcon,{icon:le[l.type]}),l.label||Ce]},l.identifier))})})]})});Zi.displayName="IssueDataFilterMenu";const Ls=w.memo(r=>{const{children:e,variant:t,size:n,accentColor:i,fieldSections:a,onSelectFieldCondition:o,...s}=r;return f.jsxs(v.Menu.Root,{...s,children:[f.jsx(v.Menu.ClickTrigger,{children:e}),f.jsx(v.Menu.Content,{variant:t,size:n,accentColor:i,children:a.map(l=>f.jsxs(v.Menu.Item,{onSelect:()=>o(l),children:[f.jsx(v.LuIcon,{icon:le[l.type]}),l.label||Ii]},l.identifier))})]})});Ls.displayName="IssueDataFilterMenu";const zs=w.memo(r=>{const{id:e,sourceX:t,sourceY:n,targetX:i,targetY:a,style:o,markerEnd:s,data:l}=r,{targetSection:u,sourceSection:c,layoutDirection:d}=l,h=w.useMemo(()=>c.getConditions(u.identifier),[c,u.identifier]),p=w.useCallback(()=>{c.removeConditional(u.identifier)},[c,u.identifier]),g=w.useCallback(S=>{c.addCondition(u.identifier,ji(S))},[c,u.identifier]),x=w.useCallback(S=>{c.removeCondition(u.identifier,S)},[c,u.identifier]),[C,m,_]=se.getBezierPath({sourceX:t,sourceY:n,sourcePosition:d==="LR"?se.Position.Right:se.Position.Bottom,targetX:i,targetY:a,targetPosition:d==="LR"?se.Position.Left:se.Position.Top});return f.jsxs(f.Fragment,{children:[f.jsx(se.BaseEdge,{id:e,path:C,style:o,markerEnd:s,labelX:m,labelY:_}),f.jsx(se.EdgeLabelRenderer,{children:f.jsxs(v.Card,{size:"xs",variant:"surface",className:"absolute nodrag nopan pointer-events-auto inline-flex flex-col gap-2 bg-(--base-2)",onMouseDown:S=>S.stopPropagation(),onClick:S=>S.stopPropagation(),"data-floating-content":"",style:{transform:`translate(-50%, -50%) translate(${m}px, ${_}px)`},children:[f.jsxs("div",{className:"flex items-center gap-2",children:[f.jsx(v.Text,{size:"xs",className:"truncate max-w-[280px]",children:c.label||"Untitled section"}),f.jsxs("div",{className:"ml-auto flex items-center gap-1",children:[f.jsx(Zi,{fields:c.fields,onSelectField:g,children:f.jsx(v.IconButton,{"aria-label":"Add condition",type:"button",variant:"surface",size:"xs",accentColor:"base",children:f.jsx(v.LuIcon,{icon:Xe})})}),f.jsxs(v.Tooltip.Root,{children:[f.jsx(v.Tooltip.Trigger,{asChild:!0,children:f.jsx(v.IconButton,{"aria-label":"Remove conditional logic",type:"button",variant:"surface",size:"xs",accentColor:"base",color:"danger",onClick:p,children:f.jsx(v.LuIcon,{icon:ft})})}),f.jsx(v.Tooltip.Content,{size:"sm",children:"Remove conditional logic"})]})]})]}),h.length>0&&f.jsx("div",{className:"flex flex-col h-max w-full flex-wrap gap-1",children:h.map(S=>f.jsx(w.Fragment,{children:S.render({onRemove:x})},S.id))})]})})]})});zs.displayName="FieldSectionConditionEdgeComponent";const ks=w.memo(r=>{const{data:e,selected:t}=r,{fieldSection:n,index:i,layoutDirection:a}=e,o=w.use(_t),s=w.useCallback(()=>{o.removeFieldSection(n)},[o,n]),l=w.useCallback(d=>{n.addField(yn(d))},[n]),u=w.useCallback(()=>{const d=new ze({identifier:R.v4(),fields:[]});o.addFieldSection(d),n.addConditional(d.identifier)},[o,n]),c=w.useCallback(()=>{o.addFieldSection(n.duplicate(R.v4()))},[o,n]);return f.jsxs(v.Card,{variant:"surface",className:"cursor-pointer relative bg-(--base-2)",size:"sm","data-selected":t?"true":void 0,children:[f.jsxs("div",{className:"flex flex-col gap-3",children:[f.jsxs("div",{className:"flex flex-col gap-2 w-full overflow-hidden",children:[f.jsx(v.Input.Root,{variant:"outline",size:"md",accentColor:"base",children:f.jsx(v.Input.Field,{placeholder:"Enter a section label (optional)",value:n.label??"",onChange:d=>n.setOptions({label:d.target.value}),maxLength:200})}),f.jsx(v.TextArea,{className:"field-sizing-content",placeholder:"Enter a section description (optional)",value:n.description??"",onChange:d=>n.setOptions({description:d.target.value}),maxLength:1e3,resize:"vertical",size:"md"})]}),f.jsxs("div",{className:"flex items-center justify-between",children:[f.jsx(v.Text,{weight:"bold",children:"Fields"}),f.jsx(xn,{onSelectFieldType:l,size:"sm",children:f.jsxs(v.Button,{type:"button",variant:"soft",size:"sm",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:Xe})," Add field"]})})]}),f.jsx("div",{className:"flex flex-col gap-3",children:n.fields.map((d,h)=>f.jsx(Yi,{field:d,fieldSection:n,fieldIndex:h,sectionIndex:i},d.identifier))})]}),f.jsx(se.NodeToolbar,{isVisible:!0,position:se.Position.Right,align:"start",offset:8,onMouseDown:d=>d.stopPropagation(),children:f.jsx(v.Card,{variant:"surface",className:"flex flex-col items-center gap-1 p-1 bg-(--base-2)",size:"xs",onClick:d=>d.stopPropagation(),children:f.jsxs(v.ButtonGroup,{className:"flex flex-col gap-2",variant:"surface",size:"xs",accentColor:"base",children:[f.jsx(v.IconButton,{type:"button",onClick:u,children:f.jsx(v.LuIcon,{icon:gl})}),f.jsx(v.IconButton,{type:"button",onClick:c,children:f.jsx(v.LuIcon,{icon:mn})}),f.jsx(v.IconButton,{type:"button",onClick:s,children:f.jsx(v.LuIcon,{icon:ft})})]})})}),f.jsx(se.Handle,{type:"target",className:"size-4! bg-(--base-3)! border-(--base-7)!",position:a==="LR"?se.Position.Left:se.Position.Top}),f.jsx(se.Handle,{type:"source",className:"size-4! bg-(--base-3)! border-(--base-7)!",position:a==="LR"?se.Position.Right:se.Position.Bottom})]})});ks.displayName="CustomNode";const Mf={fieldSection:ks},Ff={fieldSectionCondition:zs},Vf=(r,e,t)=>{const n=new ia.graphlib.Graph().setDefaultEdgeLabel(()=>({}));return n.setGraph({rankdir:t,nodesep:200,edgesep:500,ranksep:500}),e.forEach(i=>n.setEdge(i.source,i.target,{width:500,height:200,labelpos:"c"})),r.forEach(i=>{var a,o;return n.setNode(i.id,{...i,width:((a=i.measured)==null?void 0:a.width)??0,height:((o=i.measured)==null?void 0:o.height)??0})}),ia.layout(n),[r.map(i=>{var l,u;const a=n.node(i.id),o=a.x-(((l=i.measured)==null?void 0:l.width)??0)/2,s=a.y-(((u=i.measured)==null?void 0:u.height)??0)/2;return{...i,position:{x:o,y:s}}}),e]},Pf={hideAttribution:!0},Rs=w.memo(()=>{var D;const{errors:r}=qe.useFormState(),{handleSubmit:e}=qe.useFormContext(),{onSave:t,onCancel:n}=w.use(gn),i=w.use(_t),a=w.useRef(null),[o,s]=w.useState(),[l,u]=w.useState("TB");w.useLayoutEffect(()=>{a.current&&a.current.classList.remove("light")},[]);const c=w.useMemo(()=>i.fieldSections.map((F,B)=>({id:F.identifier,position:{x:0,y:0},data:{index:B,fieldSection:F,layoutDirection:l},draggable:!0,type:"fieldSection"})),[i.fieldSections,l]),d=w.useMemo(()=>{const F=[],B={};for(const L of i.fieldSections)B[L.identifier]=L;for(const L of i.fieldSections){const te=L.conditions;for(const[G,ae]of Object.entries(te))F.push({id:`${L.identifier}-${G}`,source:L.identifier,target:G,data:{targetSection:B[G],sourceSection:L,layoutDirection:l},animated:ae.length>0,markerEnd:se.MarkerType.Arrow,style:{strokeWidth:2,stroke:"var(--base-a8)"},type:"fieldSectionCondition"})}return F},[i.fieldSections,l]),[h,p,g]=se.useNodesState(c),[x,C,m]=se.useEdgesState(d);w.useEffect(()=>{p(c)},[c,p]),w.useEffect(()=>{C(d)},[d,C]);const[_,S]=w.useMemo(()=>Vf(h,x,l),[x,l,h]),E=w.useCallback(()=>{i.addFieldSection(new ze({identifier:R.v4(),fields:[]}))},[i]),O=w.useCallback(F=>{const{source:B,target:L}=F,te=i.fieldSections.find(({identifier:G})=>G===B);te.setOptions({conditions:{...te.conditions,[L]:[]}})},[i.fieldSections]),T=w.useCallback(F=>{const B=i.getSectionDependencyGraph();return!ea.willCreateCycle(B,F.source,F.target)},[i]);return f.jsxs("form",{className:"size-full flex flex-col gap-4",id:vn,onSubmit:e(t),children:[f.jsxs(v.Card,{className:"size-full relative",variant:"outline",children:[f.jsx(se.ReactFlow,{ref:a,onInit:s,nodes:_,onNodesChange:g,edges:S,onEdgesChange:m,nodeTypes:Mf,edgeTypes:Ff,onConnect:O,attributionPosition:"bottom-left",fitView:!0,minZoom:0,isValidConnection:T,proOptions:Pf}),f.jsx(se.Panel,{position:"top-left",children:f.jsx(v.ButtonGroup,{className:"flex items-center justify-end gap-2",size:"sm",children:f.jsxs(v.Button,{type:"button",variant:"surface",onClick:E,children:[f.jsx(v.LuIcon,{icon:Xe})," Add section"]})})}),f.jsxs(se.Panel,{position:"top-right",className:"flex flex-col items-center gap-2",children:[f.jsxs(v.ToggleGroup.Root,{className:"flex flex-col",type:"single",accentColor:"base",size:"sm",value:l,onValueChange:u,children:[f.jsx(v.ToggleGroup.IconItem,{className:"rounded-b-none",value:"LR",type:"button",children:f.jsx(v.LuIcon,{icon:al})}),f.jsx(v.ToggleGroup.IconItem,{className:"rounded-t-none",value:"TB",type:"button",children:f.jsx(v.LuIcon,{icon:il})})]}),f.jsx(v.Separator,{size:"sm"}),f.jsxs(v.ButtonGroup,{className:"flex flex-col",size:"sm",accentColor:"base",variant:"soft",children:[f.jsx(v.IconButton,{className:"rounded-b-none",onClick:()=>o==null?void 0:o.zoomIn(),type:"button",children:f.jsx(v.LuIcon,{icon:Xe})}),f.jsx(v.IconButton,{onClick:()=>o==null?void 0:o.zoomOut(),radius:"none",type:"button",children:f.jsx(v.LuIcon,{icon:Rr})}),f.jsx(v.IconButton,{className:"rounded-t-none",onClick:()=>o==null?void 0:o.fitView(),type:"button",children:f.jsx(v.LuIcon,{icon:Nl})})]})]}),f.jsx(se.Panel,{position:"bottom-right",children:f.jsxs(v.ButtonGroup,{className:"flex items-center justify-end gap-2",size:"sm",children:[n&&f.jsx(v.Button,{type:"button",variant:"soft",accentColor:"base",onClick:n,children:"Cancel"}),f.jsx(v.Button,{type:"submit",variant:"surface",children:"Save"})]})})]}),!!((D=r.fields)!=null&&D.message)&&f.jsx(v.Text,{size:"xs",accentColor:"danger",children:r.fields.message})]})});Rs.displayName="FormBuilderFlowBuilder";const Us=w.memo(r=>{const{sourceFieldSection:e,targetFieldSection:t}=r,n=w.useMemo(()=>e.getConditions(t.identifier),[e,t.identifier]),i=w.useCallback(()=>{e.removeConditional(t.identifier)},[e,t.identifier]),a=w.useCallback(s=>{e.addCondition(t.identifier,ji(s))},[e,t.identifier]),o=w.useCallback(s=>{e.removeCondition(t.identifier,s)},[e,t.identifier]);return f.jsxs(v.Card,{className:"flex flex-col gap-2",size:"sm",children:[f.jsxs(v.ButtonGroup,{className:"justify-between gap-2 flex",size:"sm",accentColor:"base",variant:"soft",children:[f.jsxs(v.Badge,{accentColor:"base",variant:"soft",size:"sm",children:[f.jsx(v.LuIcon,{icon:le.section}),e.label??Ii]}),f.jsx(v.IconButton,{type:"button",onClick:i,variant:"ghost",children:f.jsx(v.LuIcon,{icon:ft})})]}),f.jsxs("div",{className:"flex h-max w-full flex-wrap gap-2",children:[n.map(s=>s.render({onRemove:o})),f.jsx(Zi,{fields:e.fields,onSelectField:a,align:"start",children:f.jsx(v.IconButton,{type:"button",size:"sm",variant:"soft",accentColor:"base",children:f.jsx(v.LuIcon,{icon:Xe})})})]})]})});Us.displayName="FieldSectionConditionalItem";const Gs=w.memo(r=>{const{fieldSection:e}=r,t=w.use(_t),n=w.useMemo(()=>t.fieldSections.filter(o=>e.identifier in o.conditions),[t.fieldSections,e.identifier]),i=w.useCallback(o=>{o.addConditional(e.identifier)},[e.identifier]),a=w.useMemo(()=>{const o=t.getSectionDependencyGraph();return t.fieldSections.filter(s=>!ea.willCreateCycle(o,s.identifier,e.identifier))},[e.identifier,t]);return f.jsxs("div",{className:"flex grow w-full flex-col gap-4",children:[f.jsxs("div",{className:"flex flex-col gap-2 w-full overflow-hidden",children:[f.jsx(v.Input.Root,{variant:"outline",size:"md",children:f.jsx(v.Input.Field,{placeholder:"Enter a section label (optional)",value:e.label??"",onChange:o=>e.setOptions({label:o.target.value}),maxLength:200})}),f.jsx(v.TextArea,{className:"field-sizing-content",placeholder:"Enter a section description (optional)",value:e.description??"",onChange:o=>e.setOptions({description:o.target.value}),maxLength:1e3,resize:"vertical",size:"md"})]}),f.jsx(v.Separator,{size:"full"}),f.jsxs("div",{className:"flex flex-col gap-2",children:[f.jsxs("div",{className:"flex gap-2 justify-between",children:[f.jsx(v.Text,{accentColor:"base",children:"Conditions"}),f.jsx(Ls,{fieldSections:a,onSelectFieldCondition:i,children:f.jsxs(v.Button,{type:"button",variant:"soft",size:"sm",className:"w-max",children:[f.jsx(v.LuIcon,{icon:Xe}),"Add condition"]})})]}),n.map(o=>f.jsx(Us,{sourceFieldSection:o,targetFieldSection:e},o.identifier))]}),f.jsx(v.Separator,{size:"full"})]})});Gs.displayName="FieldSectionBuilder";const Hs=w.memo(r=>{const{fieldSection:e,sectionIndex:t}=r,n=w.use(_t),i=v.useAlertDialog(),a=w.useCallback(()=>{n.removeFieldSection(e)},[n,e]),o=w.useCallback(x=>{const C=x==="up"?t-1:t+1;n.moveFieldSection(t,C)},[n,t]),s=w.useCallback(()=>{n.addFieldSection(e.duplicate(R.v4()))},[n,e]),l=w.useCallback(x=>{e.addField(yn(x))},[e]),u=w.useCallback(()=>{o("up")},[o]),c=w.useCallback(()=>{o("down")},[o]),d=w.useCallback(async()=>{const x=[e.serialize()],C=ut.reseedFieldSections(x,{conditions:!1}),m=JSON.stringify(C);await navigator.clipboard.writeText(m),v.toast.success({title:"Section copied"})},[e]),h=w.useCallback(async()=>{const C=n.getDependenciesOfSection(e.identifier).map(S=>S.serialize()),m=ut.reseedFieldSections(C,{conditions:!0}),_=JSON.stringify(m);await navigator.clipboard.writeText(_),v.toast.success({title:"Section copied"})},[e,n]),p=w.useCallback(async()=>{const x=n.getDependenciesOfSection(e.identifier),C=x.length>1,m=x.length-1;C?i({title:"Copy section dependencies?",description:`This section has ${m} dependent section${m>1?"s":""} that will also be copied to maintain the conditions. Do you want to include these dependencies?`,action:"Include",onAction:h,cancel:"Dont include",onCancel:d}):d()},[e,n,i,h,d]),g=w.useCallback(async()=>{let x="";try{x=await navigator.clipboard.readText()}catch{v.toast.error({title:"Paste failed",description:"Unable to read clipboard contents."});return}const C=x.trim();if(!C){v.toast.error({title:"Paste failed",description:"Clipboard is empty."});return}let m;try{m=JSON.parse(C)}catch{v.toast.error({title:"Invalid JSON",description:"Check the JSON and try again."});return}const _=Array.isArray(m)?m:[m],S=[];for(const E of _){if(!E||typeof E!="object")continue;const O=E;if(O.type!=="section"||!Array.isArray(O.fields))continue;const T={type:"section",identifier:typeof O.identifier=="string"?O.identifier:R.v4(),label:typeof O.label=="string"||O.label===null?O.label:null,description:typeof O.description=="string"||O.description===null?O.description:null,conditions:O.conditions&&typeof O.conditions=="object"?O.conditions:{},fields:O.fields};try{S.push(ze.deserialize(T))}catch{}}if(S.length===0){v.toast.error({title:"Paste failed",description:"No valid sections found in the JSON."});return}S.forEach((E,O)=>{n.addFieldSection(E,t+1+O)}),v.toast.success({title:"Section pasted",description:"Serialized JSON imported successfully."})},[n,t]);return f.jsxs(v.Card,{variant:"outline",className:"flex items-center justify-between gap-4 w-full",size:"sm",children:[f.jsxs("div",{className:"flex grow flex-col gap-4 w-full",children:[f.jsx(Gs,{fieldSection:e}),f.jsxs("div",{className:"flex flex-col gap-2 w-full",children:[f.jsxs("div",{className:"flex gap-2 justify-between",children:[f.jsx(v.Text,{accentColor:"base",size:"md",children:"Fields"}),f.jsx(xn,{onSelectFieldType:l,size:"sm",children:f.jsxs(v.Button,{type:"button",variant:"soft",size:"sm",children:[f.jsx(v.LuIcon,{icon:Xe})," Add field"]})})]}),e.fields.map((x,C)=>f.jsx(Yi,{field:x,fieldSection:e,fieldIndex:C,sectionIndex:t},x.identifier))]})]}),f.jsxs(v.ButtonGroup,{className:"flex-col gap-0.5 flex",variant:"ghost",accentColor:"base",size:"sm",children:[f.jsx(v.IconButton,{type:"button",onClick:u,children:f.jsx(v.LuIcon,{icon:va})}),f.jsx(v.IconButton,{type:"button",onClick:c,children:f.jsx(v.LuIcon,{icon:pa})}),f.jsxs(v.Menu.Root,{align:"end",children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.IconButton,{type:"button",children:f.jsx(v.LuIcon,{icon:da})})}),f.jsxs(v.Menu.Content,{size:"sm",children:[f.jsxs(v.Menu.Item,{onSelect:s,children:[f.jsx(v.LuIcon,{icon:mn}),"Duplicate section"]}),f.jsxs(v.Menu.Item,{onSelect:p,children:[f.jsx(v.LuIcon,{icon:la}),"Copy JSON"]}),f.jsxs(v.Menu.Item,{onSelect:g,children:[f.jsx(v.LuIcon,{icon:ua}),"Paste JSON"]}),f.jsxs(v.Menu.Item,{onSelect:a,children:[f.jsx(v.LuIcon,{icon:ft}),"Delete section"]})]})]})]})]})});Hs.displayName="FieldSectionWithActions";const qs=w.memo(()=>{var l;const{handleSubmit:r}=qe.useFormContext(),{errors:e}=qe.useFormState(),{onSave:t,onCancel:n}=w.use(gn),i=w.use(_t),a=w.useCallback(()=>{i.addFieldSection(new ze({identifier:R.v4(),fields:[]}))},[i]),o=w.useCallback(async()=>{try{const u=i.serialize(),c=ut.reseedFieldSections(u),d=JSON.stringify(c);await navigator.clipboard.writeText(d),v.toast.success({title:"Sections copied",description:"All sections JSON copied to clipboard."})}catch{v.toast.error({title:"Copy failed",description:"Unable to copy the sections JSON."})}},[i]),s=w.useCallback(async()=>{let u="";try{u=await navigator.clipboard.readText()}catch{v.toast.error({title:"Paste failed",description:"Unable to read clipboard contents."});return}const c=u.trim();if(!c){v.toast.error({title:"Paste failed",description:"Clipboard is empty."});return}let d;try{d=JSON.parse(c)}catch{v.toast.error({title:"Invalid JSON",description:"Check the JSON and try again."});return}const h=Array.isArray(d)?d:[d],p=[];for(const x of h){if(!x||typeof x!="object")continue;const C=x;if(C.type!=="section"||!Array.isArray(C.fields))continue;const m={type:"section",identifier:typeof C.identifier=="string"?C.identifier:R.v4(),label:typeof C.label=="string"||C.label===null?C.label:null,description:typeof C.description=="string"||C.description===null?C.description:null,conditions:C.conditions&&typeof C.conditions=="object"?C.conditions:{},fields:C.fields};try{p.push(ze.deserialize(m))}catch{}}if(p.length===0){v.toast.error({title:"Paste failed",description:"No valid sections found in the JSON."});return}const g=i.fieldSections.length;p.forEach((x,C)=>{i.addFieldSection(x,g+C)}),v.toast.success({title:"Sections pasted",description:"Serialized JSON imported successfully."})},[i]);return f.jsxs("form",{className:"flex flex-col gap-4",id:vn,onSubmit:r(t),children:[f.jsxs("div",{className:"flex flex-col gap-4",children:[f.jsxs("div",{className:"flex items-center justify-end gap-2",children:[f.jsxs(v.Button,{type:"button",variant:"soft",size:"sm",onClick:o,children:[f.jsx(v.LuIcon,{icon:la})," Copy JSON"]}),f.jsxs(v.Button,{type:"button",variant:"soft",size:"sm",onClick:s,children:[f.jsx(v.LuIcon,{icon:ua})," Paste JSON"]})]}),i.fieldSections.map((u,c)=>f.jsx(Hs,{fieldSection:u,sectionIndex:c},u.identifier)),f.jsxs(v.Button,{className:"mb-4",type:"button",variant:"soft",accentColor:"base",size:"sm",onClick:a,children:[f.jsx(v.LuIcon,{icon:Xe})," Add section"]})]}),!!((l=e.fields)!=null&&l.message)&&f.jsx(v.Text,{size:"xs",accentColor:"danger",children:e.fields.message}),f.jsxs(v.ButtonGroup,{className:"flex items-center justify-end gap-2",size:"sm",children:[n&&f.jsx(v.Button,{type:"button",variant:"soft",accentColor:"base",onClick:n,children:"Cancel"}),f.jsx(v.Button,{type:"submit",variant:"surface",children:"Save"})]})]})});qs.displayName="FormBuilderListBuilder";function Xs(r){const e=t=>{const n={};for(const[i,a]of Object.entries(t))typeof a=="string"?n[i]={type:"validate",message:a}:n[i]=e(a);return n};return e(r)}const $s=w.memo(w.forwardRef((r,e)=>{const{disabled:t=!1,fieldSchema:n,values:i={},onValuesChange:a,onSubmit:o,submitText:s="Submit",hideSubmit:l=!1,cancelText:u,onCancel:c,hideCancel:d=!1,className:h,buttonProps:p,size:g="md"}=r,x=w.useId(),C=w.useMemo(()=>n.initializeValues(i),[n,i]),m=w.useCallback(B=>{o==null||o(B)},[o]),_=qe.useForm({values:C,mode:"onBlur",criteriaMode:"all",resolver:B=>{const L=n.validateValues(B),te=Xs(L);return Object.keys(L).length>0?{values:{},errors:te}:{values:B,errors:{}}}}),S=w.useCallback(B=>{a==null||a(B)},[a]);w.useEffect(()=>{const{unsubscribe:B}=_.watch(L=>{S(L)});return()=>B()},[_,S]);const E=w.useMemo(()=>({formId:x,disabled:t,size:g}),[x,t,g]),O=cr(n.getFieldSections(),E),T=w.useMemo(()=>({fieldSchema:n,size:g}),[n,g]),D=!d&&!!c,F=!l;return f.jsx(qe.FormProvider,{..._,children:f.jsx(Fs,{value:T,children:f.jsxs("form",{id:x,ref:e,className:Qe.cx(h,"flex flex-col gap-4"),onSubmit:_.handleSubmit(m),children:[O,!t&&(D||F)?f.jsxs(v.ButtonGroup,{className:"flex items-center justify-end gap-2",size:g,children:[D?f.jsxs(v.Button,{...p,accentColor:"base",type:"button",variant:"soft",onClick:c,children:[f.jsx(v.LuIcon,{icon:Je}),u]}):null,F?f.jsxs(v.Button,{...p,type:"submit",accentColor:"primary",variant:"surface",children:[f.jsx(v.LuIcon,{icon:Le}),s]}):null]}):null]})})})})),Ws=w.memo(()=>{const r=w.use(_t);return f.jsx($s,{fieldSchema:r,disabled:!1})});Ws.displayName="FormBuilderPreview";const js=w.memo(r=>{const{children:e,initialFields:t,onSave:n,onCancel:i,disableRequiredFields:a=!1}=r,o=w.useCallback(p=>{var _;const g={};(!p.fields||p.fields.length===0)&&(g.fields="At least one field is required.");const x=[];for(const[S,E]of p.fields.entries())for(const[O,T]of E.fields.entries()){const D=((_=Vs(T.type,`fields.${S}.fields.${O}`))==null?void 0:_.map(({field:F})=>F))??[];x.push(...D)}const C={};for(const S of x)C[S.identifier]=na(p,S.identifier);const m=$i(x,C);return Object.keys(m).length>0&&(g.fields=m.fields),Object.keys(g).length>0&&v.toast.error({title:"Some form settings are invalid",description:"Please check settings highlighted in red."}),g},[]),s=w.useMemo(()=>({fields:t??[]}),[t]),l=qe.useForm({values:s,mode:"onSubmit",criteriaMode:"all",reValidateMode:"onSubmit",resolver:p=>{const g=o(p),x=Xs(g);return Object.keys(g).length>0?{values:{},errors:x}:{values:p,errors:{}}}}),u=w.useCallback(p=>{l.setValue("fields",p.serialize())},[l]),c=qe.useWatch({control:l.control,compute:p=>p.fields}),d=w.useMemo(()=>{const p=ut.deserialize(c);return p.observe(u),p},[c,u]),h=w.useMemo(()=>({disableRequiredFields:a,onSave:n,onCancel:i}),[a,n,i]);return f.jsx(gn,{value:h,children:f.jsx(_t,{value:d,children:f.jsx(qe.FormProvider,{...l,children:e})})})});js.displayName="FormBuilderRoot";const Bf={Root:js,FlowBuilder:Rs,ListBuilder:qs,Preview:Ws};A.BaseCondition=Se,A.BaseField=Oe,A.BaseFormElement=En,A.BaseOptionsField=dr,A.BaseStringField=Tn,A.BooleanEqualsConditionModifier=Oo,A.BooleanField=St,A.BooleanFieldCondition=Er,A.BooleanFieldConditionCell=qo,A.BooleanFieldInput=Nn,A.BooleanNotEqualsConditionModifier=No,A.CheckboxListField=Ot,A.CheckboxListFieldCondition=Sr,A.CheckboxListFieldConditionCell=$o,A.CheckboxListFieldInput=Dn,A.ConditionManager=fn,A.DateAfterConditionModifier=Mo,A.DateBeforeConditionModifier=Do,A.DateEqualsConditionModifier=bo,A.DateField=fr,A.DateFieldCondition=Ir,A.DateFieldConditionCell=jo,A.DateFieldInput=Mn,A.DateNotEqualsConditionModifier=To,A.DateRangeInConditionModifier=Fo,A.DateRangeNotInConditionModifier=Vo,A.DoesNotHaveFilesConditionModifier=Bo,A.FieldSchema=ut,A.FieldSection=ze,A.FieldSectionLayout=Wi,A.FieldTypeToClsMapping=an,A.FieldsRenderer=$s,A.FileCard=An,A.FormBuilder=Bf,A.HasFilesConditionModifier=Po,A.ImageCard=Bn,A.ImageFile=ur,A.ImageViewer=In,A.ImageViewerProvider=ya,A.InputWithLabel=we,A.LONG_TEXT_FIELD_MAX_LENGTH=It,A.MultiSelectField=et,A.MultiSelectFieldCondition=Or,A.MultiSelectFieldConditionCell=Zo,A.MultiSelectFieldInput=Fn,A.MultiStringField=Et,A.MultiStringFieldCondition=Nr,A.MultiStringFieldConditionCell=Qo,A.MultiStringFieldInput=On,A.NumberEqualsConditionModifier=Oi,A.NumberField=ke,A.NumberFieldCondition=br,A.NumberFieldConditionCell=es,A.NumberFieldInput=bn,A.NumberGreaterThanConditionModifier=Di,A.NumberGreaterThanOrEqualsConditionModifier=Mi,A.NumberLessThanConditionModifier=bi,A.NumberLessThanOrEqualsConditionModifier=Ti,A.NumberNotEqualsConditionModifier=Ni,A.NumberRangeInConditionModifier=Fi,A.NumberRangeNotInConditionModifier=Vi,A.OTPField=Nt,A.OTPFieldCondition=Tr,A.OTPFieldConditionCell=rs,A.OTPFieldInput=Pn,A.Observable=lr,A.PassFailArrayExcludesConditionModifier=Ro,A.PassFailArrayIncludesConditionModifier=ko,A.PassFailEqualsConditionModifier=Lo,A.PassFailField=Dt,A.PassFailFieldCondition=Dr,A.PassFailFieldConditionCell=is,A.PassFailFieldInput=Rn,A.PassFailNotEqualsConditionModifier=zo,A.RadioField=Mt,A.RadioFieldCondition=Mr,A.RadioFieldConditionCell=os,A.RadioFieldInput=Gn,A.RatingField=Ft,A.RatingFieldCondition=Fr,A.RatingFieldConditionCell=ls,A.RatingFieldInput=Hn,A.SHORT_TEXT_FIELD_MAX_LENGTH=nn,A.ScanField=mr,A.ScanFieldCondition=Vr,A.ScanFieldConditionCell=cs,A.ScanFieldInput=mi,A.Scanner=rn,A.ScannerProvider=Eo,A.SelectField=ht,A.SelectFieldCondition=Pr,A.SelectFieldConditionCell=fs,A.SelectFieldInput=Vn,A.StringArrayEqualsConditionModifier=un,A.StringArrayEveryConditionModifier=on,A.StringArrayExcludesConditionModifier=Bi,A.StringArrayIncludesConditionModifier=Pi,A.StringArrayNoneConditionModifier=ln,A.StringArrayNotEqualsConditionModifier=cn,A.StringArraySomeConditionModifier=sn,A.StringEqualsConditionModifier=st,A.StringExcludesConditionModifier=qt,A.StringField=kt,A.StringFieldCondition=Br,A.StringFieldConditionCell=ps,A.StringFieldInput=_i,A.StringIncludesConditionModifier=Ht,A.StringNotEqualsConditionModifier=lt,A.TextField=Rt,A.TextFieldCondition=Lr,A.TextFieldConditionCell=gs,A.TextFieldInput=Ai,A.UNLABELLED_FIELD_LABEL=Ce,A.UNLABELLED_SECTION_LABEL=Ii,A.URLField=_r,A.URLFieldCondition=kr,A.URLFieldConditionCell=ws,A.URLFieldInput=Si,A.UUIDFile=tt,A.UUIDPromise=Tt,A.UploadField=Ut,A.UploadFieldCondition=zr,A.UploadFieldConditionCell=ys,A.UploadFieldInput=Ei,A.VideoCard=zn,A.VideoFile=Ln,A.areFieldValuesBlank=Ms,A.areFieldValuesEqual=qi,A.areFileAndPromiseArraysEqual=Gr,A.arePassFieldValuesEqual=Ea,A.areSerializedPassFailFieldValuesEqual=Sa,A.awaitFilesAndPromises=Tf,A.blankFieldValues=Xi,A.changedFieldValues=Ts,A.cleanConditions=Gi,A.cleanFieldValues=pn,A.cleanSerializedConditions=Ui,A.cleanSerializedFieldValues=Hi,A.createCondition=ji,A.createConditionModifierConfig=V,A.createField=yn,A.deserialize=Es,A.deserializeCondition=_s,A.deserializeConditions=Ri,A.deserializeField=hn,A.deserializeFieldValues=Is,A.deserializeFields=Af,A.deserializeOnlyFields=Ef,A.deserializePassFailFieldValue=Aa,A.extractFilesAndPromisesFromFieldValues=Os,A.fieldIcons=le,A.flattenFields=Sf,A.getFieldsMapping=If,A.initializeFieldValues=bs,A.insertFilesAndPromisesToFieldValues=Ns,A.isFileAndPromiseArray=Ca,A.isPassFailFieldStatus=Un,A.isPassFailFieldValue=ma,A.isSerializedPassFailFieldValue=wa,A.isStringArray=sr,A.maxFileSizeB=Io,A.maxFileSizeKB=So,A.maxFileSizeMB=Gt,A.passFailFieldStatusMapping=pt,A.passFailFieldStatuses=bt,A.separateImagesFromFields=bf,A.serializeConditions=As,A.serializeFieldValues=Ss,A.serializePassFailFieldValue=_a,A.unchangedFieldValues=Ds,A.useConditionManager=mf,A.useFieldInput=me,A.useFieldInputs=cr,A.useImageViewer=Ur,A.useObjectUrl=Sn,A.useScanner=Fl,A.validateFieldValues=$i,Object.defineProperty(A,Symbol.toStringTag,{value:"Module"})});
|
|
270
|
+
`),n=wo.singletonList(gf.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=wo.min(n,function(l,u){return l.getBitCount()-u.getBitCount()});return s.toBitArray(this.text)},r.prototype.updateStateListForChar=function(e,t){var n,i,a=[];try{for(var o=tn(e),s=o.next();!s.done;s=o.next()){var l=s.value;this.updateStateForChar(l,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=wi[e.getMode()][i]>0,o=null,s=0;s<=Ke;s++){var l=wi[s][i];if(l>0){if(o==null&&(o=e.endBinaryShift(t)),!a||s===e.getMode()||s===Ge){var u=o.latchAndAppend(s,l);n.push(u)}if(!a&&_o[e.getMode()][s]>=0){var c=o.shiftAndAppend(s,l);n.push(c)}}}if(e.getBinaryShiftByteCount()>0||wi[e.getMode()][i]===0){var d=e.addBinaryShiftChar(t);n.push(d)}},r.updateStateListForPair=function(e,t,n){var i,a,o=[];try{for(var s=tn(e),l=s.next();!l.done;l=s.next()){var u=l.value;this.updateStateForPair(u,t,n,o)}}catch(c){i={error:c}}finally{try{l&&!l.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(Ke,n)),e.getMode()!==Ke&&i.push(a.shiftAndAppend(Ke,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=tn(e),l=s.next();!l.done;l=s.next()){var u=l.value,c=!0,d=function(C){if(C.isBetterThanOrEqualTo(u))return c=!1,"break";u.isBetterThanOrEqualTo(C)&&(o=o.filter(function(m){return m!==C}))};try{for(var h=(i=void 0,tn(o)),p=h.next();!p.done;p=h.next()){var g=p.value,x=d(g);if(x==="break")break}}catch(C){i={error:C}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}finally{if(i)throw i.error}}c&&o.push(u)}}catch(C){t={error:C}}finally{try{l&&!l.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}return o},r}(),Cf=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 yf(e).encode(),a=q.truncDivision(i.getSize()*t,100)+11,o=i.getSize()+a,s,l,u,c,d;if(n!==r.DEFAULT_AZTEC_LAYERS){if(s=n<0,l=Math.abs(n),l>(s?r.MAX_NB_BITS_COMPACT:r.MAX_NB_BITS))throw new k($.format("Illegal value %s for layers",n));u=r.totalBitsInLayer(l,s),c=r.WORD_SIZE[l];var h=u-u%c;if(d=r.stuffBits(i,c),d.getSize()+a>h)throw new k("Data to large for user specified layer");if(s&&d.getSize()>c*64)throw new k("Data to large for user specified layer")}else{c=0,d=null;for(var p=0;;p++){if(p>r.MAX_NB_BITS)throw new k("Data too large for an Aztec code");if(s=p<=3,l=s?p+1:p,u=r.totalBitsInLayer(l,s),!(o>u)){(d==null||c!==r.WORD_SIZE[l])&&(c=r.WORD_SIZE[l],d=r.stuffBits(i,c));var h=u-u%c;if(!(s&&d.getSize()>c*64)&&d.getSize()+a<=h)break}}}var g=r.generateCheckWords(d,u,c),x=d.getSize()/c,C=r.generateModeMessage(s,l,x),m=(s?11:14)+l*4,_=new Int32Array(m),S;if(s){S=m;for(var p=0;p<_.length;p++)_[p]=p}else{S=m+1+2*q.truncDivision(q.truncDivision(m,2)-1,15);for(var E=q.truncDivision(m,2),O=q.truncDivision(S,2),p=0;p<E;p++){var T=p+q.truncDivision(p,15);_[E-p-1]=O-T-1,_[E+p]=O+T+1}}for(var D=new Ze(S),p=0,F=0;p<l;p++){for(var B=(l-p)*4+(s?9:12),L=0;L<B;L++)for(var Q=L*2,G=0;G<2;G++)g.get(F+Q+G)&&D.set(_[p*2+G],_[p*2+L]),g.get(F+B*2+Q+G)&&D.set(_[p*2+L],_[m-1-p*2-G]),g.get(F+B*4+Q+G)&&D.set(_[m-1-p*2-G],_[m-1-p*2-L]),g.get(F+B*6+Q+G)&&D.set(_[m-1-p*2-L],_[p*2+G]);F+=B*8}if(r.drawModeMessage(D,s,S,C),s)r.drawBullsEye(D,q.truncDivision(S,2),5);else{r.drawBullsEye(D,q.truncDivision(S,2),7);for(var p=0,L=0;p<q.truncDivision(m,2)-1;p+=15,L+=16)for(var G=q.truncDivision(S,2)&1;G<S;G+=2)D.set(q.truncDivision(S,2)-L,G),D.set(q.truncDivision(S,2)+L,G),D.set(G,q.truncDivision(S,2)-L),D.set(G,q.truncDivision(S,2)+L)}var ae=new af;return ae.setCompact(s),ae.setSize(S),ae.setLayers(l),ae.setCodeWords(x),ae.setMatrix(D),ae},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 ge;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=q.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+q.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 so(r.getGF(n)),l=q.truncDivision(t,n),u=r.bitsToWords(e,n,l);s.encode(u,l-o);var c=t%n,d=new ge;d.appendBits(0,c);try{for(var h=Cf(Array.from(u)),p=h.next();!p.done;p=h.next()){var g=p.value;d.appendBits(g,n)}}catch(x){i={error:x}}finally{try{p&&!p.done&&(a=h.return)&&a.call(h)}finally{if(i)throw i.error}}return d},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,l=0;l<t;l++)s|=e.get(a*t+l)?1<<t-l-1:0;i[a]=s}return i},r.getGF=function(e){switch(e){case 4:return Pe.AZTEC_PARAM;case 6:return Pe.AZTEC_DATA_6;case 8:return Pe.AZTEC_DATA_8;case 10:return Pe.AZTEC_DATA_10;case 12:return Pe.AZTEC_DATA_12;default:throw new k("Unsupported word size "+e)}},r.stuffBits=function(e,t){for(var n=new ge,i=e.getSize(),a=(1<<t)-2,o=0;o<i;o+=t){for(var s=0,l=0;l<t;l++)(o+l>=i||e.get(o+l))&&(s|=1<<t-1-l);(s&a)===a?(n.appendBits(s&a,t),o--):(s&a)===0?(n.appendBits(s|1,t),o--):n.appendBits(s,t)}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 wf=new Map([[ra.DecodeHintType.POSSIBLE_FORMATS,[P.AZTEC,P.CODABAR,P.CODE_39,P.CODE_93,P.CODE_128,P.DATA_MATRIX,P.EAN_8,P.EAN_13,P.ITF,P.MAXICODE,P.PDF_417,P.QR_CODE,P.RSS_14,P.RSS_EXPANDED,P.UPC_A,P.UPC_E,P.UPC_EAN_EXTENSION]]]),rn=w.memo(r=>{const{children:e,open:t,onOpenChange:n,defaultOpen:i,modal:a,...o}=r;return f.jsxs(v.Overlay.Root,{open:t,onOpenChange:n,defaultOpen:i,modal:a,children:[!!e&&f.jsx(v.Overlay.Trigger,{asChild:!0,children:e}),f.jsxs(v.Overlay.Content,{children:[f.jsx(v.Overlay.Title,{className:"sr-only",children:"Scanner"}),f.jsx(v.Overlay.Description,{className:"sr-only",children:"Scan a barcode or a qr code."}),f.jsx(Ao,{...o})]})]})});rn.displayName="Scanner";const Ao=w.memo(r=>{const{paused:e,timeBetweenDecodingAttempts:t,onDecodeResult:n,onDecodeError:i,onError:a}=r,{ref:o}=ra.useZxing({paused:e,timeBetweenDecodingAttempts:t,onDecodeResult:n,onDecodeError:i,onError:a,hints:wf});return f.jsxs("div",{className:"flex size-full flex-col justify-center overflow-hidden bg-(--color-background)",children:[f.jsx("div",{className:"flex w-full justify-end p-4",children:f.jsx(v.Overlay.Close,{asChild:!0,children:f.jsx(v.IconButton,{"aria-label":"close",variant:"soft",accentColor:"base",children:f.jsx(v.LuIcon,{icon:Je})})})}),f.jsx("div",{className:"grow w-full max-h-full overflow-hidden p-4",children:f.jsx("video",{className:"size-full",ref:o})})]})});Ao.displayName="ScannerInternal";const Eo=w.memo(r=>{const{children:e}=r,[t,n]=w.useState(null),i=w.useCallback(()=>{n(null)},[]),a=w.useCallback(s=>{n(s(i))},[i]),o=w.useCallback(()=>{t&&(t.onClose&&t.onClose(),i())},[i,t]);return f.jsxs(Ia.Provider,{value:a,children:[e,t&&f.jsx(rn,{open:!0,onOpenChange:o,...t})]})});Eo.displayName="FileViewerProvider";const mi=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),[u,c]=w.useState(!1),d=w.useCallback(C=>{const m=C.target.value;s(m)},[s]),h=w.useCallback(()=>{o()},[o]),p=w.useCallback(C=>{s(C.getText()),o(),c(!1)},[s,o]),g=w.useCallback(()=>{c(!0)},[]),x=w.useCallback(()=>{c(!1),o()},[o]);return f.jsxs(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:[f.jsx(v.TextArea,{className:"w-full field-sizing-content",accentColor:"base",variant:"surface",size:e,id:t.identifier,name:a,value:i??"",placeholder:"Enter a qr or barcode",onChange:d,onBlur:h,disabled:n}),f.jsxs(v.Button,{onClick:g,className:"w-max",type:"button",variant:"soft",size:e,accentColor:"base",disabled:n,children:[f.jsx(v.LuIcon,{icon:Al}),"Scan"]}),f.jsx(rn,{open:u,onDecodeResult:p,onOpenChange:x})]})});mi.displayName="ScanFieldInput";const rr=class rr extends Oe{constructor(t){super(t);N(this,"type","qr")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}duplicate(t){return new rr({...this.getOptions(),identifier:t})}setOptions(t){super.setOptions(t)}static deserialize(t){return new rr(t)}serializeValue(t){return t}deserializeValue(t){return t}render(t){return f.jsx(mi,{...t,field:this})}isSerializedValue(t){return typeof t=="string"}isValue(t){return typeof t=="string"}blankValue(){return""}areValuesEqual(t,n){return t===n}blankSerializedValue(){return""}areSerializedValuesEqual(t,n){return t===n}};N(rr,"fieldTypeName","Scan"),N(rr,"fieldTypeDescription","Used for scanning/reading QR and barcodes.");let mr=rr;const nn=500,_i=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(h=>{const p=h.target.value;s(p)},[s]),c=w.useCallback(()=>{o()},[o]),d=w.useCallback(h=>{h.key==="Enter"&&h.preventDefault()},[]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsx(v.Input.Root,{accentColor:"base",variant:"surface",size:e,children:f.jsx(v.Input.Field,{id:t.identifier,className:"truncate",name:a,value:i??"",type:"text",placeholder:t.placeholder,onChange:u,onBlur:c,disabled:n,onKeyDown:d})})})});_i.displayName="StringFieldInput";const nr=class nr extends Tn{constructor(t){const{...n}=t,i=t.maxLength?Math.min(nn,t.maxLength):nn,a=t.minLength?Math.min(t.minLength,i):void 0;super({...n,maxLength:i,minLength:a});N(this,"type","string")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}duplicate(t){return new nr({...this.getOptions(),identifier:t})}setOptions(t){super.setOptions(t)}static deserialize(t){const{maximum_length:n,minimum_length:i,...a}=t;return new nr({...a,maxLength:n,minLength:i,placeholder:"Enter a short description"})}render(t){return f.jsx(_i,{field:this,...t})}};N(nr,"fieldTypeName","Short Text"),N(nr,"fieldTypeDescription",`Short text fields can hold up to ${nn} characters on a single line.`);let kt=nr;const Ai=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(d=>{const h=d.target.value;s(h)},[s]),c=w.useCallback(()=>{o()},[o]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsx(v.TextArea,{id:t.identifier,value:i??"",name:a,onChange:u,onBlur:c,className:"field-sizing-content min-h-12",placeholder:t.placeholder,resize:"vertical",accentColor:"base",variant:"surface",size:e,disabled:n})})});Ai.displayName="TextFieldInput";const ir=class ir extends Tn{constructor(t){const n=t.maxLength?Math.min(It,t.maxLength):It,i=t.minLength?Math.min(t.minLength,n):void 0;super({...t,maxLength:n,minLength:i});N(this,"type","text")}serialize(){return super.serialize()}getOptions(){return super.getOptions()}duplicate(t){return new ir({...this.getOptions(),identifier:t})}setOptions(t){super.setOptions(t)}static deserialize(t){const{maximum_length:n,minimum_length:i,...a}=t;return new ir({...a,maxLength:n,minLength:i,placeholder:"Enter a description"})}render(t){return f.jsx(Ai,{field:this,...t})}};N(ir,"fieldTypeName","Paragraph"),N(ir,"fieldTypeDescription",`Paragraph fields can hold up to ${It} characters and can have multiple lines.`);let Rt=ir;const Ei=w.memo(r=>{var C;const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useRef(null),c=w.useCallback(()=>{var m;(m=u.current)==null||m.click()},[]),d=w.useCallback(()=>{if(!u.current)return;const m=u.current.files;if(!m){o();return}const _=Array.from(m).map(E=>tt.from(R.v4(),E)),S=[...i,..._];s(S),o()},[o,s,i]),h=w.useCallback(m=>{const _=[...i];_.splice(m,1),s(_),o()},[i,s,o]);w.useEffect(()=>{if(!u.current)return;const m=new AbortController;return u.current.addEventListener("cancel",()=>{o()},{signal:m.signal}),()=>{m.abort()}},[o,i]);const x=t.maxFiles>1?"Select files":"Select a file";return f.jsxs(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:[f.jsxs(v.Button,{className:"w-max",size:e,variant:"soft",accentColor:"base",onClick:c,type:"button",disabled:n,children:[f.jsx(v.LuIcon,{icon:_n}),x]}),f.jsx("input",{id:t.identifier,name:a,type:"file",ref:u,accept:(C=t.extensions)==null?void 0:C.join(","),multiple:t.maxFiles>1,className:"hidden",onChange:d,value:""}),i.length>0&&f.jsx("div",{className:"flex h-max flex-col gap-2",children:i.map((m,_)=>f.jsx(kn,{size:e,file:m,onRemove:()=>{h(_)},disabled:n},_))})]})});Ei.displayName="UploadFieldInput";const ar=class ar extends Oe{constructor(t){const{extensions:n,maximum_files:i,maximum_size:a,...o}=t;super(o);N(this,"type","upload");N(this,"extensions");N(this,"maxFileSize");N(this,"maxFiles");this.maxFileSize=typeof a=="number"?a:void 0,this.maxFiles=Math.max(typeof i=="number"?i:1,1),this.extensions=n}static getFieldCreationSchema(t=""){const n=t&&`${t}.`;return[{field:new ke({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 ke({label:"What is the maximum size of each file?",description:`Maximum file size in megabytes (between 1MB–${Gt}MB).`,required:!1,identifier:`${n}maximum_size`,minimum:1,maximum:Gt,integers:!0}),showDirectly:!1},{field:new et({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??Gt,i=n*1e3*1e3,a=this.maxFiles||1;return t.push(o=>{if(o.some(s=>s instanceof tt&&s.size>i))return`Files must be at most ${n}MB.`}),t.push(o=>{if(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}}getOptions(){return{...super.getOptions(),extensions:this.extensions,maximum_size:this.maxFileSize,maximum_files:this.maxFiles}}duplicate(t){return new ar({...this.getOptions(),identifier:t})}setOptions(t){const{extensions:n,maximum_files:i,maximum_size:a,...o}=t;this.maxFileSize=typeof a=="number"?a:this.maxFileSize,this.maxFiles=typeof i=="number"?i:this.maxFiles,this.extensions=n,super.setOptions(o)}static deserialize(t){return new ar(t)}serializeValue(t){return[]}deserializeValue(t){return[]}render(t){return f.jsx(Ei,{field:this,...t})}isSerializedValue(t){return Array.isArray(t)&&t.length===0}isValue(t){return Array.isArray(t)?t.every(n=>n instanceof Tt||n instanceof tt):!1}areValuesEqual(t,n){return Gr(t,n)}blankValue(){return[]}blankSerializedValue(){return[]}areSerializedValuesEqual(t,n){return t.length===n.length}};N(ar,"fieldTypeName","Upload"),N(ar,"fieldTypeDescription","Allows a file to be uploaded.");let Ut=ar;const Si=w.memo(r=>{const{size:e,field:t,disabled:n}=r,{value:i,name:a,onBlur:o,onChange:s,error:l}=me({field:t}),u=w.useCallback(p=>{const g=p.target.value;g!==""&&!URL.canParse(g)||s(g!==""?new URL(g):null)},[s]),c=w.useCallback(()=>{o()},[o]),d=w.useCallback(p=>{p.key==="Enter"&&p.preventDefault()},[]),h=w.useCallback(()=>{i!==null&&window.open(i,"_blank","noopener,noreferrer")},[i]);return f.jsx(we,{size:e,inputId:t.identifier,label:t.label,description:t.description,required:t.required,error:l,image:t.image,children:f.jsxs("div",{className:"flex gap-2 w-full",children:[f.jsx(v.Input.Root,{className:"grow",accentColor:"base",variant:"surface",size:e,children:f.jsx(v.Input.Field,{id:t.identifier,className:"truncate",name:a,value:i?i.toString():"",type:"url",inputMode:"url",placeholder:t.placeholder,onChange:u,onBlur:c,disabled:n,onKeyDown:d})}),f.jsx(v.IconButton,{size:e,variant:"soft",accentColor:"base",type:"button",disabled:i===null,onClick:h,children:f.jsx(v.LuIcon,{icon:hl})})]})})});Si.displayName="URLFieldInput";const or=class or extends Oe{constructor(t){const{placeholder:n="https://example.com",...i}=t;super(i);N(this,"type","url");N(this,"placeholder");this.placeholder=n}serialize(){return{...super.serialize(),placeholder:this.placeholder}}getOptions(){return{...super.getOptions(),placeholder:this.placeholder}}duplicate(t){return new or({...this.getOptions(),identifier:t})}setOptions(t){const{placeholder:n,...i}=t;this.placeholder=n??this.placeholder,super.setOptions(i)}static deserialize(t){return new or(t)}serializeValue(t){return(t==null?void 0:t.toString())??null}deserializeValue(t){return t===null?null:new URL(t)}isSerializedValue(t){return t===null?!0:typeof t!="string"?!1:URL.canParse(t)}isValue(t){return t===null||t instanceof URL}blankValue(){return null}blankSerializedValue(){return null}areSerializedValuesEqual(t,n){return t===n}areValuesEqual(t,n){return(t==null?void 0:t.toString())===(n==null?void 0:n.toString())}render(t){return f.jsx(Si,{field:this,...t})}};N(or,"fieldTypeName","URL"),N(or,"fieldTypeDescription","Allows users to enter a URL.");let _r=or;const an={date:fr,number:ke,boolean:St,select:ht,string:kt,url:_r,text:Rt,upload:Ut,qr:mr,"multi-string":Et,"multi-select":et,radio:Mt,"checkbox-list":Ot,"pass-fail":Dt,otp:Nt,rating:Ft},le={boolean:Ol,date:ol,"multi-string":_l,number:xl,qr:Sl,"multi-select":wl,select:ml,string:bl,url:Cl,text:nl,upload:_n,section:yl,radio:ll,"checkbox-list":fl,"pass-fail":dl,otp:El,rating:ga},Gt=50,So=Gt*1e3,Io=So*1e3,Ce="Unlabelled",Ii="Unlabelled";class X{constructor(e){N(this,"id");N(this,"label");N(this,"getApplyFn");N(this,"serialize");N(this,"deserialize");const{id:t,getApplyFn:n,label:i,serialize:a,deserialize:o}=e;this.id=t,this.getApplyFn=n,this.label=i,this.serialize=a,this.deserialize=o}static create(e){return new X(e)}}const Oo=X.create({id:"nullable-boolean-equals",label:"is",getApplyFn:r=>e=>e===r,serialize:r=>r,deserialize:r=>r}),No=X.create({id:"nullable-boolean-not-equals",label:"is not",getApplyFn:r=>e=>e!==r,serialize:r=>r,deserialize:r=>r}),bo=X.create({id:"date-equals",getApplyFn:r=>e=>e.getTime()===r.getTime(),label:"is",serialize:r=>r.toISOString(),deserialize:r=>new Date(r)}),To=X.create({id:"date-not-equals",getApplyFn:r=>e=>e.getTime()!==r.getTime(),label:"is not",serialize:r=>r.toISOString(),deserialize:r=>new Date(r)}),Do=X.create({id:"date-before",getApplyFn:r=>e=>e.getTime()<r.getTime(),label:"before",serialize:r=>r.toISOString(),deserialize:r=>new Date(r)}),Mo=X.create({id:"date-after",label:"after",getApplyFn:r=>e=>e.getTime()>r.getTime(),serialize:r=>r.toISOString(),deserialize:r=>new Date(r)}),Fo=X.create({id:"date-range-in",label:"in between",getApplyFn:r=>e=>!(r!=null&&r.from&&r.from.getTime()>e.getTime()||r!=null&&r.to&&r.to.getTime()<e.getTime()),serialize:r=>{var e,t;return{from:((e=r.from)==null?void 0:e.toISOString())??null,to:((t=r.to)==null?void 0:t.toISOString())??null}},deserialize:r=>({from:r.from?new Date(r.from):void 0,to:r.to?new Date(r.to):void 0})}),Vo=X.create({id:"date-range-not-in",label:"not in between",getApplyFn:r=>e=>!!(r!=null&&r.from&&r.from.getTime()>e.getTime()||r!=null&&r.to&&r.to.getTime()<e.getTime()),serialize:r=>{var e,t;return{from:((e=r.from)==null?void 0:e.toISOString())??null,to:((t=r.to)==null?void 0:t.toISOString())??null}},deserialize:r=>({from:r.from?new Date(r.from):void 0,to:r.to?new Date(r.to):void 0})}),Po=X.create({id:"has-files",label:"is",getApplyFn:r=>e=>e.length>0,serialize:r=>r,deserialize:r=>r}),Bo=X.create({id:"does-not-have-files",label:"is not",getApplyFn:r=>e=>e.length===0,serialize:r=>r,deserialize:r=>r}),Oi=X.create({id:"number-equals",getApplyFn:r=>e=>e===r,label:"is",serialize:r=>r,deserialize:r=>r}),Ni=X.create({id:"number-not-equals",getApplyFn:r=>e=>e!==r,label:"is not",serialize:r=>r,deserialize:r=>r}),bi=X.create({id:"number-less-than",getApplyFn:r=>e=>e<r,label:"is less than",serialize:r=>r,deserialize:r=>r}),Ti=X.create({id:"number-less-than-or-equals",getApplyFn:r=>e=>e<=r,label:"is less than or equal to",serialize:r=>r,deserialize:r=>r}),Di=X.create({id:"number-greater-than",getApplyFn:r=>e=>e>r,label:"is greater than",serialize:r=>r,deserialize:r=>r}),Mi=X.create({id:"number-greater-than-or-equals",getApplyFn:r=>e=>e>=r,label:"is greater than or equal to",serialize:r=>r,deserialize:r=>r}),Fi=X.create({id:"number-range-in",getApplyFn:r=>e=>!(r.to&&e>r.to||r.from&&e<r.from),label:"is between",serialize:r=>r,deserialize:r=>r}),Vi=X.create({id:"number-range-not-in",getApplyFn:r=>e=>!!(r.to&&e>r.to||r.from&&e<r.from),label:"is not between",serialize:r=>r,deserialize:r=>r}),Lo=X.create({id:"pass-fail-equals",getApplyFn:r=>e=>e===r,label:"is",serialize:r=>r,deserialize:r=>r}),zo=X.create({id:"pass-fail-not-equals",getApplyFn:r=>e=>e!==r,label:"is not",serialize:r=>r,deserialize:r=>r}),ko=X.create({id:"pass-fail-array-includes",getApplyFn:r=>{const e=new Set(r);return t=>e.has(t)},label:"is any of",serialize:r=>r,deserialize:r=>r}),Ro=X.create({id:"pass-fail-array-excludes",getApplyFn:r=>{const e=new Set(r);return t=>!e.has(t)},label:"is none of",serialize:r=>r,deserialize:r=>r}),st=X.create({id:"nullable-string-equals",getApplyFn:r=>e=>e===r,label:"is",serialize:r=>r,deserialize:r=>r}),lt=X.create({id:"nullable-string-not-equals",getApplyFn:r=>e=>e!==r,label:"is not",serialize:r=>r,deserialize:r=>r}),Ht=X.create({id:"string-includes",getApplyFn:r=>e=>e.includes(r),label:"includes",serialize:r=>r,deserialize:r=>r}),qt=X.create({id:"string-excludes",getApplyFn:r=>e=>!e.includes(r),label:"does not include",serialize:r=>r,deserialize:r=>r}),Pi=X.create({id:"string-array-includes",getApplyFn:r=>{const e=new Set(r);return t=>e.has(t)},label:"is any of",serialize:r=>r,deserialize:r=>r}),Bi=X.create({id:"string-array-excludes",getApplyFn:r=>{const e=new Set(r);return t=>!e.has(t)},label:"is none of",serialize:r=>r,deserialize:r=>r}),on=X.create({id:"string-array-every",getApplyFn:r=>{const e=new Set(r);return t=>{const n=new Set(t);return e.isSubsetOf(n)}},label:"has all of",serialize:r=>r,deserialize:r=>r}),sn=X.create({id:"string-array-some",getApplyFn:r=>{const e=new Set(r);return t=>{const n=new Set(t);return!e.isDisjointFrom(n)}},label:"has any of",serialize:r=>r,deserialize:r=>r}),ln=X.create({id:"string-array-none",getApplyFn:r=>{const e=new Set(r);return t=>{const n=new Set(t);return e.isDisjointFrom(n)}},label:"has none of",serialize:r=>r,deserialize:r=>r}),un=X.create({id:"string-array-equals",getApplyFn:r=>{const e=new Set(r);return t=>{const n=new Set(t);return e.size===n.size&&n.isSubsetOf(e)}},label:"is",serialize:r=>r,deserialize:r=>r}),cn=X.create({id:"string-array-not-equals",getApplyFn:r=>{const e=new Set(r);return t=>{const n=new Set(t);return e.size!==n.size||!n.isSubsetOf(e)}},label:"is not",serialize:r=>r,deserialize:r=>r}),V=r=>r;class Se extends lr{constructor(t){const{id:n,field:i,conditionValue:a,conditionModifier:o}=t;super();N(this,"id");N(this,"conditionValue");N(this,"conditionModifier");N(this,"field");N(this,"getConditionValue",()=>this.conditionValue);N(this,"setConditionValue",t=>{const n=this.modifiers[this.conditionModifier];t!==void 0&&!n.isConditionValueValid(t)||(this.conditionValue=t,this.notify(this))});N(this,"getConditionModifier",()=>this.conditionModifier);N(this,"setConditionModifier",t=>{const n=this.modifiers[t],i=this.getConditionValue();i&&!n.isConditionValueValid(i)&&(this.conditionValue=void 0),this.conditionModifier=t,this.notify(this)});N(this,"getConditionModifiers",()=>Object.entries(this.modifiers));N(this,"accessorFn",t=>t[this.field.identifier]);N(this,"getApplyFn",()=>{const t=this.modifiers[this.conditionModifier],n=this.getConditionValue(),i=n!==void 0&&t.isConditionValueValid(n),a=i?t.modifier.getApplyFn(n):null;return o=>{if(!i)return!0;const s=this.transformValue(o);return t.isValueValid(s)?a(s):!1}});this.id=n,this.field=i,this.conditionValue=a,this.conditionModifier=o}serialize(){return{id:this.id,type:this.field.type,fieldId:this.field.identifier,conditionValue:this.conditionValue!==void 0?this.modifiers[this.conditionModifier].modifier.serialize(this.conditionValue):void 0,conditionModifier:this.conditionModifier}}transformValue(t){return t}}const Uo=w.memo,wt=Uo(function(r){const{ref:e,children:t,...n}=r,i=w.useCallback(a=>typeof t=="function"?f.jsxs(f.Fragment,{children:[t(a),f.jsx(v.Menu.SelectedIndicator,{className:"ml-[auto]",children:f.jsx(v.LuIcon,{icon:Le})})]}):f.jsxs(f.Fragment,{children:[t,f.jsx(v.Menu.SelectedIndicator,{className:"ml-[auto]",children:f.jsx(v.LuIcon,{icon:Le})})]}),[t]);return f.jsx(v.Menu.SelectItem,{ref:e,...n,children:i})}),Go=Uo(function(r){const{ref:e,children:t,...n}=r,i=w.useCallback(a=>typeof t=="function"?f.jsxs(f.Fragment,{children:[t(a),f.jsx(v.Menu.SelectedIndicator,{className:"ml-auto",children:f.jsx(v.LuIcon,{icon:Le})})]}):f.jsxs(f.Fragment,{children:[t,f.jsx(v.Menu.SelectedIndicator,{className:"ml-auto",children:f.jsx(v.LuIcon,{icon:Le})})]}),[t]);return f.jsx(v.Menu.MultiSelectItem,{ref:e,...n,children:i})}),Li=w.memo(r=>{const{ref:e,children:t,...n}=r,i=w.useCallback(a=>typeof t=="function"?f.jsxs(f.Fragment,{children:[t(a),f.jsx(v.Menu.CheckboxItemIndicator,{className:"ml-[auto]",children:o=>o?f.jsx(v.LuIcon,{icon:Rr}):f.jsx(v.LuIcon,{icon:Le})})]}):f.jsxs(f.Fragment,{children:[t,f.jsx(v.Menu.CheckboxItemIndicator,{className:"ml-[auto]",children:o=>o?f.jsx(v.LuIcon,{icon:Rr}):f.jsx(v.LuIcon,{icon:Le})})]}),[t]);return f.jsx(v.Menu.SelectAllItem,{ref:e,...n,children:i})});Li.displayName="SelectAllItemTemplate";const Te=r=>{const{children:e,condition:t,size:n="sm",variant:i,accentColor:a,radius:o}=r,s=w.useCallback(l=>{t.setConditionModifier(l)},[t]);return f.jsxs(v.Menu.Root,{align:"start",children:[f.jsx(v.Menu.ClickTrigger,{children:e}),f.jsx(v.Menu.Content,{size:n,variant:i,radius:o,accentColor:a,children:f.jsx(v.Menu.SelectGroup,{required:!0,value:t.getConditionModifier(),onValueChange:s,children:t.getConditionModifiers().map(([l,u])=>f.jsx(wt,{value:l,children:u.modifier.label},l))})})]})},dn=w.memo(r=>{const{children:e,open:t,onOpenChange:n,defaultOpen:i,modal:a,size:o,align:s,accentColor:l="base",...u}=r;return f.jsxs(v.Popover.Root,{open:t,onOpenChange:n,defaultOpen:i,modal:a,children:[f.jsx(v.Popover.Trigger,{asChild:!0,children:e}),f.jsx(v.Popover.Content,{size:o,align:s,children:f.jsx(v.DayPicker,{size:o,accentColor:l,...u})})]})});dn.displayName="DayPickerPopover";const Ho=w.memo(r=>{const{children:e,open:t,onOpenChange:n,defaultOpen:i,modal:a,size:o,accentColor:s="base",values:l,onValuesChange:u,placeholder:c="Enter text",...d}=r,[h,p]=w.useState(""),g=w.useCallback(_=>{p(_.target.value)},[]),x=w.useCallback(_=>{_.key==="Enter"&&(_.preventDefault(),_.stopPropagation(),u([...l,h]),p(""))},[h,u,l]),C=w.useCallback(()=>{u([...l,h]),p("")},[h,u,l]),m=w.useCallback(_=>{const S=[...l];S.splice(_,1),u(S)},[u,l]);return f.jsxs(v.Popover.Root,{open:t,onOpenChange:n,defaultOpen:i,modal:a,children:[f.jsx(v.Popover.Trigger,{asChild:!0,children:e}),f.jsx(v.Popover.Content,{size:o,onClick:v.stopPropagation,accentColor:s,...d,children:f.jsxs("div",{className:"flex flex-col gap-2",children:[f.jsxs("div",{className:"flex gap-2",children:[f.jsx(v.Input.Root,{className:"grow",accentColor:"base",variant:"outline",size:"sm",children:f.jsx(v.Input.Field,{value:h,onChange:g,onKeyDown:x,placeholder:c,...d})}),f.jsx(v.IconButton,{size:"sm",accentColor:"base",variant:"soft",type:"button",onClick:C,children:f.jsx(v.LuIcon,{icon:Xe})})]}),l.length>0&&f.jsx("div",{className:"flex flex-col gap-1",children:l.map((_,S)=>f.jsxs(v.Badge,{className:"flex items-center justify-between gap-2",accentColor:"base",size:"sm",variant:"soft",children:[f.jsx("span",{className:"truncate",children:_}),f.jsx(v.IconButton,{size:"xs",variant:"ghost",type:"button",accentColor:"base",onClick:()=>{m(S)},children:f.jsx(v.LuIcon,{icon:Je})})]},`${_}-${S}`))})]})})]})});Ho.displayName="NumberInputPopover";const mt=w.memo(r=>{const{children:e,open:t,onOpenChange:n,defaultOpen:i,modal:a,size:o,accentColor:s="base",value:l,onValueChange:u,placeholder:c="Enter a number",...d}=r,[h,p]=w.useState(null);w.useEffect(()=>{l!==void 0&&p(l)},[l]);const g=w.useCallback(C=>{const m=C.target.valueAsNumber;p(isNaN(m)?null:m)},[]),x=w.useCallback(C=>{const m=C.target.valueAsNumber;u==null||u(isNaN(m)?null:m)},[u]);return f.jsxs(v.Popover.Root,{open:t,onOpenChange:n,defaultOpen:i,modal:a,children:[f.jsx(v.Popover.Trigger,{asChild:!0,children:e}),f.jsx(v.Popover.Content,{size:o,onClick:v.stopPropagation,...d,children:f.jsx(v.Input.Root,{size:o,accentColor:s,children:f.jsx(v.Input.Field,{placeholder:c,type:"number",value:h??"",onChange:g,onBlur:x})})})]})});mt.displayName="NumberInputPopover";const Ie=r=>{const{condition:e,onClick:t,...n}=r,i=w.useCallback(()=>{t(e)},[e,t]);return f.jsx(v.IconButton,{onClick:i,...n,children:f.jsx(v.LuIcon,{icon:Je})})};Ie.displayName="RemoveConditionButton";const Ar=w.memo(r=>{const{ref:e,selectFieldOptions:t,...n}=r,i=w.useMemo(()=>t.map(a=>typeof a=="string"?{value:a,label:a}:a),[t]);return f.jsxs(v.Menu.MultiSelectGroup,{ref:e,...n,children:[f.jsx(Li,{children:"Select all"}),i.map(a=>f.jsx(Go,{value:a.value,children:f.jsx("span",{className:"truncate",children:a.label})},a.value))]})});Ar.displayName="SelectFieldOptionMultiSelectGroup";const zi=w.memo(r=>{const{ref:e,selectFieldOptions:t,...n}=r,i=w.useMemo(()=>t.map(a=>typeof a=="string"?{value:a,label:a}:a),[t]);return f.jsx(v.Menu.SelectGroup,{ref:e,...n,children:i.map(a=>f.jsx(wt,{value:a.value,children:f.jsx("span",{className:"truncate",children:a.label})},a.value))})});zi.displayName="SelectFieldOptionSelectGroup";const Xt=w.memo(r=>{const{children:e,open:t,onOpenChange:n,defaultOpen:i,modal:a,size:o,accentColor:s="base",value:l,onValueChange:u,placeholder:c="Enter text",...d}=r,[h,p]=w.useState(""),g=w.useCallback(C=>{p(C.target.value)},[]),x=w.useCallback(C=>{const m=C.target.value;u==null||u(m)},[u]);return w.useEffect(()=>{l&&p(l)},[l]),f.jsxs(v.Popover.Root,{open:t,onOpenChange:n,defaultOpen:i,modal:a,children:[f.jsx(v.Popover.Trigger,{asChild:!0,children:e}),f.jsx(v.Popover.Content,{size:o,onClick:v.stopPropagation,...d,children:f.jsx(v.Input.Root,{size:o,accentColor:s,children:f.jsx(v.Input.Field,{placeholder:c,type:"text",value:h,onChange:g,onBlur:x})})})]})});Xt.displayName="TextInputPopover";const qo=r=>{const{condition:e,onRemove:t}=r,n=e.getConditionValue(),i=e.getConditionModifier(),a=()=>{switch(n){case void 0:return"...";case!0:return"true";case!1:return"false";case null:return"empty"}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[e.field.type]}),f.jsx("span",{className:"truncate",children:e.field.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[i].modifier.label})}),f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:a()})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsxs(v.Menu.SelectGroup,{required:!0,value:n,onValueChange:e.setConditionValue,children:[f.jsx(wt,{value:!0,children:"true"}),f.jsx(wt,{value:!1,children:"false"})]})})]}),f.jsx(Ie,{condition:e,onClick:t})]})},Xo={equals:V({modifier:Oo,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:No,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Er extends Se{constructor(t){super(t);N(this,"modifiers",Xo)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=Xo[a];let l;return i!==void 0&&(l=s.modifier.deserialize(i)),new Er({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(qo,{condition:this,...t},this.id)}}const $o=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=w.useCallback(l=>{l.length>0?e.setConditionValue(l):e.setConditionValue(void 0)},[e]),s=()=>{if(i===void 0)return"...";if(i===null)return"empty";switch(i.length){case 0:return"...";default:return`${i.length} options`}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"soft",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"soft",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"truncate",children:s()})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(Ar,{values:i??[],selectFieldOptions:e.field.options,onValuesChange:o})})]}),f.jsx(Ie,{condition:e,onClick:t})]})},Wo={equals:V({modifier:un,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:cn,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),every:V({modifier:on,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),some:V({modifier:sn,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),none:V({modifier:ln,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Sr extends Se{constructor(t){super(t);N(this,"modifiers",Wo)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=Wo[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Sr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx($o,{condition:this,...t},this.id)}}class fn extends lr{constructor(t){super();N(this,"conditions");N(this,"conditionObserver",()=>{this.conditions=[...this.conditions],this.notify(this)});N(this,"initConditions",t=>{for(const n of t)n.observe(this.conditionObserver);return t});this.conditions=this.initConditions(t)}getConditions(){return this.conditions}addCondition(t){this.conditions=this.initConditions([...this.conditions,t]),this.notify(this)}addConditions(t){this.conditions=this.initConditions([...this.conditions,...t]),this.notify(this)}removeCondition(t){this.conditions=this.initConditions(this.conditions.filter(n=>n.id!==t.id)),this.notify(this)}removeConditions(t){const n=new Set(t.map(i=>i.id));this.conditions=this.initConditions(this.conditions.filter(i=>!n.has(i.id))),this.notify(this)}applyConditions(t){return this.conditions.length===0?!0:this.conditions.map(i=>[i.getApplyFn(),i.accessorFn]).every(([i,a])=>i(a(t)))}}const mf=(r,e)=>w.useMemo(()=>{const t=new fn(r);return t.observe(n=>e(n.getConditions())),t},[r,e]),jo=r=>{const{condition:e,onRemove:t}=r,n=e.getConditionValue(),i=e.getConditionModifier(),a=()=>{var o,s;switch(i){case"equals":case"notEquals":{const l=e.modifiers.equals,u=n!==void 0&&l.isConditionValueValid(n)?n:void 0;return f.jsx(dn,{required:!1,size:"sm",mode:"single",selected:u??void 0,onSelect:c=>e.setConditionValue(c),children:f.jsx(v.Button,{type:"button",className:"truncate",children:u!==void 0?(u==null?void 0:u.toLocaleDateString())??"empty":"..."})})}case"before":case"after":{const l=e.modifiers.after,u=n!==void 0&&l.isConditionValueValid(n)?n:void 0;return f.jsx(dn,{required:!0,size:"sm",mode:"single",selected:u,onSelect:e.setConditionValue,children:f.jsx(v.Button,{type:"button",className:"truncate",children:u?u.toLocaleDateString():"..."})})}case"in":case"notIn":{const l=e.modifiers.in,u=n!==void 0&&l.isConditionValueValid(n)?n:void 0;return f.jsx(dn,{required:!0,mode:"range",size:"sm",selected:u,onSelect:e.setConditionValue,children:f.jsx(v.Button,{className:"truncate",children:u?`${(o=u.from)==null?void 0:o.toLocaleDateString()} - ${(s=u.to)==null?void 0:s.toLocaleDateString()}`:"..."})})}}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[e.field.type]}),f.jsx("span",{className:"truncate",children:e.field.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[i].modifier.label})}),a(),f.jsx(Ie,{condition:e,onClick:t})]})},Yo={equals:V({modifier:bo,isValueValid:r=>r instanceof Date,isConditionValueValid:r=>r instanceof Date,isSerializedValueValid:r=>typeof r=="string"}),notEquals:V({modifier:To,isValueValid:r=>r instanceof Date,isConditionValueValid:r=>r instanceof Date,isSerializedValueValid:r=>typeof r=="string"}),before:V({modifier:Do,isValueValid:r=>r instanceof Date,isConditionValueValid:r=>r instanceof Date,isSerializedValueValid:r=>typeof r=="string"}),after:V({modifier:Mo,isValueValid:r=>r instanceof Date,isConditionValueValid:r=>r instanceof Date,isSerializedValueValid:r=>typeof r=="string"}),in:V({modifier:Fo,isValueValid:r=>r instanceof Date,isConditionValueValid:r=>"to"in(r??{})&&"from"in(r??{}),isSerializedValueValid:r=>typeof r=="object"&&"to"in r&&"from"in r}),notIn:V({modifier:Vo,isValueValid:r=>r instanceof Date,isConditionValueValid:r=>"to"in(r??{})&&"from"in(r??{}),isSerializedValueValid:r=>typeof r=="object"&&"to"in r&&"from"in r})};class Ir extends Se{constructor(t){super(t);N(this,"modifiers",Yo)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=Yo[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Ir({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(jo,{condition:this,...t},this.id)}}const Zo=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=w.useCallback(l=>{l.length>0?e.setConditionValue(l):e.setConditionValue(void 0)},[e]),s=()=>{if(i===void 0)return"...";if(i===null)return"empty";switch(i.length){case 0:return"...";default:return`${i.length} options`}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"truncate",children:s()})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(Ar,{values:i??[],selectFieldOptions:n.options,onValuesChange:o})})]}),f.jsx(Ie,{condition:e,onClick:t})]})},Ko={equals:V({modifier:un,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:cn,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),every:V({modifier:on,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),some:V({modifier:sn,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),none:V({modifier:ln,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Or extends Se{constructor(t){super(t);N(this,"modifiers",Ko)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=Ko[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Or({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(Zo,{condition:this,...t},this.id)}}const ki=[],Qo=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=w.useCallback(l=>{e.setConditionValue(l.length>0?l:void 0)},[e]),s=()=>{if(i===void 0)return"...";if(i===null)return"empty";switch(i.length){case 0:return"...";case 1:return i[0].toString();default:return`${i.length} values`}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),f.jsx(Ho,{values:i??ki,onValuesChange:o,children:f.jsx(v.Button,{type:"button",className:"truncate",children:s()})}),f.jsx(Ie,{condition:e,onClick:t})]})},Jo={equals:V({modifier:un,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:cn,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),every:V({modifier:on,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),some:V({modifier:sn,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),none:V({modifier:ln,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Nr extends Se{constructor(t){super(t);N(this,"modifiers",Jo)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=Jo[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Nr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(Qo,{condition:this,...t},this.id)}}const es=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"greaterThanOrEquals":case"lessThanOrEquals":case"greaterThan":case"lessThan":{const s=e.modifiers.greaterThan,l=i!==void 0&&s.isConditionValueValid(i)?i:void 0;return f.jsx(mt,{value:l??null,onValueChange:u=>e.setConditionValue(u??void 0),size:"sm",children:f.jsx(v.Button,{type:"button",className:"truncate",children:l!==void 0?l??"empty":"..."})})}case"inRange":case"notInRange":{const s=e.modifiers.inRange,l=i!==void 0&&s.isConditionValueValid(i)?i:void 0;return f.jsxs(f.Fragment,{children:[f.jsx(mt,{value:(l==null?void 0:l.from)??null,onValueChange:u=>{e.setConditionValue({from:u,to:(l==null?void 0:l.to)??null})},size:"sm",children:f.jsx(v.Button,{className:"truncate",children:(l==null?void 0:l.from)??"..."})}),f.jsx(mt,{value:(l==null?void 0:l.to)??null,onValueChange:u=>{e.setConditionValue({from:(l==null?void 0:l.from)??null,to:u})},size:"sm",children:f.jsx(v.Button,{className:"truncate",children:(l==null?void 0:l.to)??"..."})})]})}}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},ts={equals:V({modifier:Oi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),notEquals:V({modifier:Ni,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),lessThan:V({modifier:bi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),lessThanOrEquals:V({modifier:Ti,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),greaterThan:V({modifier:Di,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),greaterThanOrEquals:V({modifier:Mi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),inRange:V({modifier:Fi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="object",isSerializedValueValid:r=>typeof r=="object"}),notInRange:V({modifier:Vi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="object",isSerializedValueValid:r=>typeof r=="object"})};class br extends Se{constructor(t){super(t);N(this,"modifiers",ts)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=ts[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new br({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(es,{condition:this,...t},this.id)}}const rs=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":case"includes":case"excludes":return f.jsx(Xt,{value:i??"",onValueChange:e.setConditionValue,size:"sm",children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:i||"..."})})})}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},ns={equals:V({modifier:st,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:lt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),includes:V({modifier:Ht,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),excludes:V({modifier:qt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Tr extends Se{constructor(t){super(t);N(this,"modifiers",ns)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=ns[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Tr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(rs,{condition:this,...t},this.id)}}const is=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":{const s=e.modifiers.equals,l=i!==void 0&&s.isConditionValueValid(i)?i:void 0;return f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:l!==void 0?l?pt[l].label:"empty":"..."})})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(v.Menu.SelectGroup,{required:!1,value:l,onValueChange:e.setConditionValue,children:bt.map(u=>{const{label:c}=pt[u];return f.jsx(wt,{value:u,children:f.jsx("span",{className:"truncate",children:c})},u)})})})]})}case"includes":case"excludes":{const s=e.modifiers.includes,l=i!==void 0&&s.isConditionValueValid(i)?i:void 0;return f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",children:l?`${l.length} statuses`:"..."})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsxs(v.Menu.MultiSelectGroup,{values:l??ki,onValuesChange:e.setConditionValue,children:[f.jsx(Li,{children:"Select all"}),bt.map(u=>{const{label:c,icon:d}=pt[u];return f.jsxs(Go,{value:u,children:[f.jsx(v.LuIcon,{icon:d}),f.jsx("span",{className:"truncate",children:c})]},u)})]})})]})}}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},as={equals:V({modifier:Lo,isValueValid:r=>r!==null,isConditionValueValid:r=>typeof r=="string",isSerializedValueValid:r=>typeof r=="string"}),notEquals:V({modifier:zo,isValueValid:r=>r!==null,isConditionValueValid:r=>typeof r=="string",isSerializedValueValid:r=>typeof r=="string"}),includes:V({modifier:ko,isValueValid:r=>r!==null,isConditionValueValid:r=>Array.isArray(r),isSerializedValueValid:r=>Array.isArray(r)}),excludes:V({modifier:Ro,isValueValid:r=>r!==null,isConditionValueValid:r=>Array.isArray(r),isSerializedValueValid:r=>Array.isArray(r)})};class Dr extends Se{constructor(t){super(t);N(this,"modifiers",as)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=as[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Dr({field:n,conditionModifier:a,conditionValue:l,...o})}transformValue(t){return t.status}render(t){return f.jsx(is,{condition:this,...t},this.id)}}const os=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=w.useMemo(()=>n.options.map(u=>typeof u=="string"?{value:u,label:u}:u),[n.options]),s=w.useMemo(()=>{const u={};for(const c of o)u[c.value]=c.label;return u},[o]),l=()=>{switch(a){case"equals":case"notEquals":{const u=e.modifiers.equals,c=i!==void 0&&u.isConditionValueValid(i)?i:void 0;return f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:c!==void 0?c?s[c]:"empty":"..."})})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(zi,{required:!0,selectFieldOptions:n.options,value:c??void 0,onValueChange:e.setConditionValue})})]})}case"includes":case"excludes":{const u=e.modifiers.includes,c=i!==void 0&&u.isConditionValueValid(i)?i:void 0;return f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",children:c?`${c.length} options`:"..."})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(Ar,{selectFieldOptions:n.options,values:c??ki,onValuesChange:e.setConditionValue})})]})}}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),l(),f.jsx(Ie,{condition:e,onClick:t})]})},ss={equals:V({modifier:st,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>!Array.isArray(r),isSerializedValueValid:r=>!Array.isArray(r)}),notEquals:V({modifier:lt,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>!Array.isArray(r),isSerializedValueValid:r=>!Array.isArray(r)}),includes:V({modifier:Pi,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>Array.isArray(r),isSerializedValueValid:r=>Array.isArray(r)}),excludes:V({modifier:Bi,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>Array.isArray(r),isSerializedValueValid:r=>Array.isArray(r)})};class Mr extends Se{constructor(t){super(t);N(this,"modifiers",ss)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=ss[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Mr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(os,{condition:this,...t},this.id)}}const ls=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":case"greaterThanOrEquals":case"lessThanOrEquals":case"greaterThan":case"lessThan":{const s=e.modifiers[a],l=i!==void 0&&s.isConditionValueValid(i)?i:void 0;return f.jsx(mt,{value:l??null,onValueChange:u=>e.setConditionValue(u??void 0),size:"sm",children:f.jsx(v.Button,{type:"button",className:"truncate",children:l!==void 0?l:"..."})})}case"inRange":case"notInRange":{const s=e.modifiers.inRange,l=i!==void 0&&s.isConditionValueValid(i)?i:void 0;return f.jsxs(f.Fragment,{children:[f.jsx(mt,{value:(l==null?void 0:l.from)??null,onValueChange:u=>{e.setConditionValue({from:u,to:(l==null?void 0:l.to)??null})},size:"sm",children:f.jsx(v.Button,{className:"truncate",children:(l==null?void 0:l.from)??"..."})}),f.jsx(mt,{value:(l==null?void 0:l.to)??null,onValueChange:u=>{e.setConditionValue({from:(l==null?void 0:l.from)??null,to:u})},size:"sm",children:f.jsx(v.Button,{className:"truncate",children:(l==null?void 0:l.to)??"..."})})]})}}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},us={equals:V({modifier:Oi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),notEquals:V({modifier:Ni,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),lessThan:V({modifier:bi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),lessThanOrEquals:V({modifier:Ti,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),greaterThan:V({modifier:Di,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),greaterThanOrEquals:V({modifier:Mi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="number",isSerializedValueValid:r=>typeof r=="number"}),inRange:V({modifier:Fi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="object",isSerializedValueValid:r=>typeof r=="object"}),notInRange:V({modifier:Vi,isValueValid:r=>typeof r=="number",isConditionValueValid:r=>typeof r=="object",isSerializedValueValid:r=>typeof r=="object"})};class Fr extends Se{constructor(t){super(t);N(this,"modifiers",us)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=us[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Fr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(ls,{condition:this,...t},this.id)}}const cs=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":case"includes":case"excludes":return f.jsx(Xt,{value:i??"",onValueChange:e.setConditionValue,size:"sm",children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:i||"..."})})})}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},ds={equals:V({modifier:st,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:lt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),includes:V({modifier:Ht,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),excludes:V({modifier:qt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Vr extends Se{constructor(t){super(t);N(this,"modifiers",ds)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=ds[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Vr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(cs,{condition:this,...t},this.id)}}const fs=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=w.useMemo(()=>n.options.map(c=>typeof c=="string"?{value:c,label:c}:c),[n.options]),s=w.useMemo(()=>{const c={};for(const d of o)c[d.value]=d.label;return c},[o]),l=w.useCallback(c=>{c.length>0?e.setConditionValue(c):e.setConditionValue([])},[e]),u=()=>{switch(a){case"equals":case"notEquals":{const c=e.modifiers.equals,d=i!==void 0&&c.isConditionValueValid(i)?i:void 0;return f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:d!==void 0?d?s[d]:"empty":"..."})})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(zi,{required:!1,selectFieldOptions:n.options,value:d??void 0,onValueChange:e.setConditionValue})})]})}case"includes":case"excludes":{const c=e.modifiers.includes,d=i!==void 0&&c.isConditionValueValid(i)?i:void 0;return f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",children:d?`${d.length} options`:"..."})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsx(Ar,{selectFieldOptions:n.options,values:d??[],onValuesChange:l})})]})}}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),u(),f.jsx(Ie,{condition:e,onClick:t})]})},hs={equals:V({modifier:st,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>!Array.isArray(r),isSerializedValueValid:r=>!Array.isArray(r)}),notEquals:V({modifier:lt,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>!Array.isArray(r),isSerializedValueValid:r=>!Array.isArray(r)}),includes:V({modifier:Pi,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>Array.isArray(r),isSerializedValueValid:r=>Array.isArray(r)}),excludes:V({modifier:Bi,isValueValid:r=>typeof r=="string",isConditionValueValid:r=>Array.isArray(r),isSerializedValueValid:r=>Array.isArray(r)})};class Pr extends Se{constructor(t){super(t);N(this,"modifiers",hs)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=hs[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Pr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(fs,{condition:this,...t},this.id)}}const ps=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":case"includes":case"excludes":return f.jsx(Xt,{value:i??"",onValueChange:e.setConditionValue,size:"sm",children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:i||"..."})})})}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},vs={equals:V({modifier:st,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:lt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),includes:V({modifier:Ht,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),excludes:V({modifier:qt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Br extends Se{constructor(t){super(t);N(this,"modifiers",vs)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=vs[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Br({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(ps,{condition:this,...t},this.id)}}const gs=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":case"includes":case"excludes":return f.jsx(Xt,{value:i??"",onValueChange:e.setConditionValue,size:"sm",children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:i||"..."})})})}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},xs={equals:V({modifier:st,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:lt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),includes:V({modifier:Ht,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),excludes:V({modifier:qt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class Lr extends Se{constructor(t){super(t);N(this,"modifiers",xs)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=xs[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new Lr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(gs,{condition:this,...t},this.id)}}const ys=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(i){case void 0:return"...";case!0:return"true";case!1:return"false";case null:return"empty"}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),f.jsxs(v.Menu.Root,{children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:o()})}),f.jsx(v.Menu.Content,{size:"sm",children:f.jsxs(v.Menu.SelectGroup,{required:!0,value:i,onValueChange:e.setConditionValue,children:[f.jsx(wt,{value:!0,children:"empty"}),f.jsx(wt,{value:!1,children:"not empty"})]})})]}),f.jsx(Ie,{condition:e,onClick:t})]})},Cs={equals:V({modifier:Po,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:Bo,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class zr extends Se{constructor(t){super(t);N(this,"modifiers",Cs)}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=Cs[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new zr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(ys,{condition:this,...t},this.id)}}const ws=r=>{const{condition:e,onRemove:t}=r,n=e.field,i=e.getConditionValue(),a=e.getConditionModifier(),o=()=>{switch(a){case"equals":case"notEquals":case"includes":case"excludes":return f.jsx(Xt,{value:i??"",onValueChange:e.setConditionValue,size:"sm",children:f.jsx(v.Button,{type:"button",className:"min-w-0 shrink-1 grow",children:f.jsx("span",{className:"truncate",children:i||"..."})})})}};return f.jsxs(v.ButtonGroup,{className:"flex w-max max-w-full min-w-0 gap-0.5",size:"sm",variant:"fill",accentColor:"base",children:[f.jsxs(v.Badge,{className:"min-w-0 shrink-1",size:"sm",variant:"fill",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),f.jsx("span",{className:"truncate",children:n.label||Ce})]}),f.jsx(Te,{condition:e,children:f.jsx(v.Button,{type:"button",children:e.modifiers[a].modifier.label})}),o(),f.jsx(Ie,{condition:e,onClick:t})]})},ms={equals:V({modifier:st,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),notEquals:V({modifier:lt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),includes:V({modifier:Ht,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0}),excludes:V({modifier:qt,isValueValid:r=>!0,isConditionValueValid:r=>!0,isSerializedValueValid:r=>!0})};class kr extends Se{constructor(t){super(t);N(this,"modifiers",ms)}transformValue(t){return(t==null?void 0:t.toString())??""}static deserialize(t,n){const{conditionValue:i,conditionModifier:a,...o}=t,s=ms[a],l=i!==void 0&&s.isSerializedValueValid(i)?s.modifier.deserialize(i):void 0;return new kr({field:n,conditionModifier:a,conditionValue:l,...o})}render(t){return f.jsx(ws,{condition:this,...t},this.id)}}const _f={date:Ir,number:br,boolean:Er,select:Pr,string:Br,url:kr,text:Lr,upload:zr,qr:Vr,"multi-string":Nr,"multi-select":Or,radio:Mr,"checkbox-list":Sr,"pass-fail":Dr,otp:Tr,rating:Fr},_s=(r,e)=>{if(r.type!==e.type)throw new Error(`field and condition type mismatch ${r.type} !== ${e.type}`);return _f[e.type].deserialize(e,r)},Ri=(r,e)=>{const t=Ui(r,e),n={};for(const i of r)n[i.identifier]=i;return t.map(i=>_s(n[i.fieldId],i))},As=(r,e)=>Gi(r,e).map(n=>n.serialize()),Ui=(r,e)=>{const t=new Set(r.map(n=>n.identifier));return e.filter(n=>t.has(n.fieldId))},Gi=(r,e)=>{const t=new Set(r.map(n=>n.identifier));return e.filter(n=>t.has(n.field.identifier))},hn=r=>an[r.type].deserialize(r);function Af(r){return r.map(Es)}const Es=r=>r.type==="section"?ze.deserialize(r):hn(r);function Ef(r){return r.map(hn)}function Sf(r){const e=[];for(const t of r)if(t instanceof ze)for(const n of t.getFields())e.push(n);else e.push(t);return e}function If(r){const e={};for(const t of r)e[t.identifier]=t;return e}function Ss(r,e,t=!0){const n=t?pn(r,e):e,i={};for(const a of r){if(!(a.identifier in n))continue;const o=n[a.identifier];i[a.identifier]=a.serializeValue(o)}return i}function Is(r,e,t=!0){const n=t?Hi(r,e):e,i={};for(const a of r){if(!(a.identifier in n))continue;const o=n[a.identifier];i[a.identifier]=a.deserializeValue(o)}return i}function pn(r,e){const t={};for(const n of r){if(!(n.identifier in e))continue;const i=e[n.identifier];n.isValue(i)&&(t[n.identifier]=n.cleanValue(i))}return t}function Hi(r,e){const t={};for(const n of r){if(!(n.identifier in e))continue;const i=e[n.identifier];n.isSerializedValue(i)&&(t[n.identifier]=n.cleanSerializedValue(i))}return t}function Os(r,e){const t=pn(r,e),n={},i={};for(const a of r){if(!(a.identifier in t))continue;const o=t[a.identifier];switch(a.type){case"upload":if(!a.isValue(o))break;i[a.identifier]=o,n[a.identifier]=[];break;case"pass-fail":if(!a.isValue(o))break;i[a.identifier]=o.files,n[a.identifier]={...o,files:[]};break;default:n[a.identifier]=e[a.identifier]}}return[n,i]}function Ns(r,e,t){const n={};for(const i of r){if(!(i.identifier in e))continue;const a=e[i.identifier];switch(i.type){case"upload":if(!i.isValue(a))break;n[i.identifier]=t[i.identifier]??[];break;case"pass-fail":if(!i.isValue(a))break;n[i.identifier]={...a,files:t[i.identifier]??[]};break;default:if(!i.isValue(a))break;n[i.identifier]=a}}return n}const bs=(r,e)=>{const t={};for(const n of r){const i=e[n.identifier];t[n.identifier]=i!==void 0?i:n.blankValue()}return t},Ts=(r,e,t)=>{const n={};for(const i of r){const a=e[i.identifier],o=t[i.identifier];i.areValuesEqual(a,o)||(n[i.identifier]=o)}return n},Ds=(r,e,t)=>{const n={};for(const i of r){const a=e[i.identifier],o=t[i.identifier];i.areValuesEqual(a,o)&&(n[i.identifier]=o)}return n},qi=(r,e,t)=>r.every(n=>{const i=e[n.identifier],a=t[n.identifier];return n.areValuesEqual(i,a)}),Xi=r=>{const e={};for(const t of r)e[t.identifier]=t.blankValue();return e},Ms=(r,e)=>qi(r,e,Xi(r)),Of=(r,e,t={})=>{const{conditions:n=!1}=t,i=r.get(e.identifier);if(!i)throw new Error(`Attempting to reseed serialized section with identifier ${e.identifier} which is not present in the reseeded identifier map`);const a=new Map,o=e.fields.map(l=>{const u=R.v4(),{image:c,...d}=l;return a.set(l.identifier,u),{...d,identifier:u}}),s={};if(n)for(const[l,u]of Object.entries(e.conditions??{})){const c=r.get(l);if(!c)continue;const d=u.map(h=>{const p=a.get(h.fieldId);if(!p)throw new Error(`Serialized condition referencing undefined field with identifier: ${h.fieldId}`);return{...h,fieldId:p}});s[c]=d}return{...e,identifier:i,conditions:s,fields:o}},Nf=(r,e={})=>{const t=new Map(r.map(n=>[n.identifier,R.v4()]));return r.map(n=>Of(t,n,e))},$i=(r,e)=>{const t={},n=r.filter(i=>i instanceof ze);for(const i of r)if(i instanceof ze){const a=n.filter(s=>i.identifier in s.conditions);if(a.length>0&&!a.some(s=>{const l=s.getConditions(i.identifier);return new fn(l).applyConditions(e)}))continue;const o=i.getErrors(e);Object.assign(t,o)}else{if(!(i instanceof Oe))throw new Error("Invalid field type");const a=i.identifier,o=i.getError(na(e,a));o&&Ks(t,a,o)}return t},bf=async r=>{const e={},t=[];for(const n of r){const{fields:i}=n,a=[];for(const o of i){if(o.image){if(o.image instanceof Promise)try{e[o.identifier]=await o.image}catch(s){console.error("Failed to get image from promise",s)}else e[o.identifier]=o.image;delete o.image}a.push(o)}t.push({...n,fields:a})}return{fields:t,images:e}};async function Tf(r){const e={};for(const[t,n]of Object.entries(r))e[t]=await Promise.all(n);return e}class ut extends lr{constructor(t){super();N(this,"fieldSections");N(this,"fieldObserver",()=>{this.notify(this)});N(this,"initFields",t=>{for(const n of t)n.observe(this.fieldObserver);return t});this.fieldSections=this.initFields(t)}serialize(){return this.fieldSections.map(t=>t.serialize())}static deserialize(t){return new ut(t.map(ze.deserialize))}static reseedFieldSections(t,n){return Nf(t,n)}getFields(){return this.fieldSections.flatMap(t=>t.getFields())}getFieldSections(){return this.fieldSections}addFieldSection(t,n){const i=[...this.fieldSections];i.splice(n??this.fieldSections.length,0,t),this.fieldSections=this.initFields(i),this.notify(this)}removeFieldSection(t){const n=this.fieldSections.filter(i=>i.identifier!==t.identifier);for(const i of n)i.removeConditional(i.identifier);this.fieldSections=this.initFields(n),this.notify(this)}moveFieldSection(t,n){const i=[...this.fieldSections],[a]=i.splice(t,1);i.splice(n,0,a),this.fieldSections=this.initFields(i),this.notify(this)}getSectionDependencyGraph(){const t=new Ys.DirectedGraph({type:"directed"});for(const n of this.fieldSections)for(const i of Object.keys(n.conditions))t.mergeEdge(n.identifier,i);return t}getDependenciesOfSection(t){const n=this.getSectionDependencyGraph(),i=new Map(this.fieldSections.map(o=>[o.identifier,o])),a=[];return Zs.bfsFromNode(n,t,(o,s,l)=>{a.push(i.get(o))},{mode:"in"}),a}cleanValues(t){return pn(this.getFields(),t)}cleanSerializedValues(t){return Hi(this.getFields(),t)}deserializeValues(t,n){return Is(this.getFields(),t,n)}serializeValues(t,n){return Ss(this.getFields(),t,n)}initializeValues(t){return bs(this.getFields(),t)}validateValues(t){return $i(this.getFieldSections(),t)}deserializeConditions(t){return Ri(this.getFields(),t)}cleanConditions(t){return Gi(this.getFields(),t)}serializeConditions(t){return As(this.getFields(),t)}cleanSerializedConditions(t){return Ui(this.getFields(),t)}changedFieldValues(t,n){return Ts(this.getFields(),t,n)}unchangedFieldValues(t,n){return Ds(this.getFields(),t,n)}areValuesEqual(t,n){return qi(this.getFields(),t,n)}areValuesBlank(t){return Ms(this.getFields(),t)}blankValues(){return Xi(this.getFields())}extractFilesAndPromisesFromFieldValues(t){return Os(this.getFields(),t)}insertFilesAndPromisesToFieldValues(t,n){return Ns(this.getFields(),t,n)}}const Fs=w.createContext({}),Wi=w.memo(r=>{const{fieldSection:e,size:t,index:n,...i}=r,{label:a,description:o}=e,s=qe.useWatch(),{fieldSchema:l}=w.use(Fs),u=w.useMemo(()=>l.getFieldSections(),[l]),c=w.useMemo(()=>u.filter(p=>e.identifier in p.conditions),[u,e.identifier]),d=w.useMemo(()=>c.length===0?!0:c.some(p=>{const g=p.getConditions(e.identifier);return new fn(g).applyConditions(s)}),[c,e,s]),h=cr(e.fields,{size:t,...i});return d?f.jsxs(f.Fragment,{children:[n!==0?f.jsx(v.Separator,{size:"full"}):null,f.jsxs("div",{className:"flex flex-col gap-4",children:[(a||o)&&f.jsx(f.Fragment,{children:f.jsxs("div",{className:"flex flex-col gap-1",children:[f.jsx(v.Heading,{size:t,children:a}),o&&f.jsx(v.Text,{accentColor:"base",size:t,children:o})]})}),h]})]}):null});Wi.displayName="FieldSectionLayout";const At=class At extends En{constructor(t){const{label:n=null,description:i=null,fields:a,conditions:o={},...s}=t;super(s);N(this,"type","section");N(this,"label");N(this,"description");N(this,"conditions");N(this,"fields",[]);N(this,"fieldObserver",()=>{this.notify(this)});N(this,"initFields",t=>{for(const n of t)n.observe(this.fieldObserver);return t});N(this,"conditionObserver",()=>{this.notify(this)});N(this,"initConditions",t=>{for(const n of Object.values(t).flat())n.observe(this.conditionObserver);return t});this.label=n,this.description=i,this.fields=this.initFields(a),this.conditions=this.initConditions(o)}serialize(){const t={};for(const[n,i]of Object.entries(this.conditions))t[n]=i.map(a=>a.serialize());return{...super.serialize(),label:this.label,description:this.description,conditions:t,fields:this.fields.map(n=>n.serialize())}}getOptions(){return{...super.getOptions(),label:this.label,description:this.description,fields:this.fields,conditions:this.conditions}}duplicate(t){return new At({...this.getOptions(),identifier:t,fields:this.fields.map(n=>n.duplicate(R.v4()))})}setOptions(t){const{label:n,description:i,fields:a,conditions:o,...s}=t;this.label=n??this.label,this.description=i??this.description,this.fields=a||this.fields,this.conditions=o||this.conditions,super.setOptions(s)}getErrors(t){const n={};for(const i of this.fields){const a=i.getError(t[i.identifier]);a&&(n[i.identifier]=a)}return n}getFields(){return this.fields}addField(t,n){const i=[...this.fields];i.splice(n??this.fields.length,0,t),this.fields=this.initFields(i),this.notify(this)}moveField(t,n){const i=[...this.fields],[a]=i.splice(t,1);i.splice(n,0,a),this.fields=i,this.notify(this)}removeField(t){this.fields=this.initFields(this.fields.filter(({identifier:i})=>i!==t.identifier));const n={};for(const[i,a]of Object.entries(this.conditions))n[i]=a.filter(o=>o.field.identifier!==t.identifier);this.conditions=n,this.notify(this)}getConditions(t){return this.conditions[t]}addCondition(t,n){this.conditions=this.initConditions({...this.conditions,[t]:[...this.conditions[t]??[],n]}),this.notify(this)}addConditions(t,n){this.conditions=this.initConditions({...this.conditions,[t]:[...this.conditions[t]??[],...n]}),this.notify(this)}removeCondition(t,n){this.conditions=this.initConditions({...this.conditions,[t]:(this.conditions[t]??[]).filter(i=>i.id!==n.id)}),this.notify(this)}removeConditions(t,n){const i=new Set(n.map(a=>a.id));this.conditions=this.initConditions({...this.conditions,[t]:(this.conditions[t]??[]).filter(a=>!i.has(a.id))}),this.notify(this)}getConditionals(){return new Set(Object.keys(this.conditions))}addConditional(t){this.conditions=this.initConditions({...this.conditions,[t]:[]}),this.notify(this)}removeConditional(t){const n={...this.conditions};delete n[t],this.conditions=this.initConditions(n),this.notify(this)}render(t){return f.jsx(Wi,{fieldSection:this,...t})}};N(At,"fieldTypeName","Section"),N(At,"fieldTypeDescription","Sections can be useful for grouping fields together. They can also be conditionally shown or hidden."),N(At,"deserialize",t=>{const n=t.fields.map(hn),i={};for(const[a,o]of Object.entries(t.conditions))i[a]=Ri(n,o);return new At({...t,fields:n,conditions:i})});let ze=At;const _t=w.createContext(new ut([])),vn="form-builder",gn=w.createContext({}),Df=(r=()=>null)=>w.useMemo(()=>Object.entries(an).map(([t,n])=>({children:n.fieldTypeName,icon:f.jsx(v.LuIcon,{icon:le[t]}),value:t,onSelect:()=>{r(t)}})),[r]),xn=w.memo(r=>{const{children:e,variant:t,size:n,accentColor:i,onSelectFieldType:a,...o}=r,s=Df(a);return f.jsxs(v.Menu.Root,{...o,children:[f.jsx(v.Menu.ClickTrigger,{children:e}),f.jsx(v.Menu.Content,{variant:t,size:n,accentColor:i,children:f.jsx(v.Menu.Scroll,{children:s.flat().map(l=>f.jsxs(v.Menu.Item,{onSelect:l.onSelect,children:[l.icon,l.children]},l.value))})})]})});xn.displayName="CreateFieldDropdownMenu";const yn=r=>{switch(r){case"text":return new Rt({label:"",required:!1,identifier:R.v4()});case"boolean":return new St({label:"",required:!1,identifier:R.v4()});case"number":return new ke({label:"",required:!1,identifier:R.v4()});case"date":return new fr({label:"",required:!1,identifier:R.v4()});case"string":return new kt({label:"",required:!1,identifier:R.v4()});case"url":return new _r({label:"",required:!1,identifier:R.v4()});case"select":return new ht({label:"",options:[],required:!1,identifier:R.v4()});case"multi-string":return new Et({label:"",required:!1,identifier:R.v4()});case"multi-select":return new et({label:"",options:[],required:!1,identifier:R.v4()});case"upload":return new Ut({label:"",required:!1,identifier:R.v4(),maximum_files:6,maximum_size:Gt});case"qr":return new mr({label:"",required:!1,identifier:R.v4()});case"radio":return new Mt({label:"",options:[],required:!1,identifier:R.v4()});case"checkbox-list":return new Ot({label:"",options:[],required:!1,identifier:R.v4()});case"pass-fail":return new Dt({label:"",required:!1,identifier:R.v4(),showNotesAndFilesOn:["fail"]});case"otp":return new Nt({label:"",validationType:"none",required:!1,identifier:R.v4(),length:6});case"rating":return new Ft({label:"",required:!1,identifier:R.v4(),maxRating:5})}},ji=r=>{switch(r.type){case"text":return new Lr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"boolean":return new Er({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"number":return new br({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"date":return new Ir({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"string":return new Br({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"url":return new kr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"select":return new Pr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"multi-string":return new Nr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"multi-select":return new Or({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"upload":return new zr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"qr":return new Vr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"radio":return new Mr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"checkbox-list":return new Sr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"pass-fail":return new Dr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"otp":return new Tr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r});case"rating":return new Fr({id:R.v4(),conditionValue:void 0,conditionModifier:"equals",field:r})}},Vs=(r,e)=>{switch(r){case"checkbox-list":return Ot.getFieldCreationSchema(e);case"multi-select":return et.getFieldCreationSchema(e);case"number":return ke.getFieldCreationSchema(e);case"radio":return Mt.getFieldCreationSchema(e);case"select":return ht.getFieldCreationSchema(e);case"string":return kt.getFieldCreationSchema(e);case"text":return Rt.getFieldCreationSchema(e);case"upload":return Ut.getFieldCreationSchema(e);case"pass-fail":return Dt.getFieldCreationSchema(e);case"otp":return Nt.getFieldCreationSchema(e);case"rating":return Ft.getFieldCreationSchema(e);default:return}},Ps=w.memo(r=>{const{popoverInputs:e,...t}=r;return f.jsxs(v.Popover.Root,{children:[f.jsx(v.Popover.Trigger,{asChild:!0,children:f.jsxs(v.Button,{variant:"soft",type:"button",size:"sm",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:Il}),"Settings"]})}),f.jsx(v.Popover.Content,{size:"sm",...t,children:f.jsx("div",{className:"flex w-full max-w-[350px] flex-col",children:e})})]})});Ps.displayName="FieldSettingsPopover";const Bs=w.memo(r=>{const{parentPath:e,fieldIndex:t,field:n}=r,i=Ur(),{disableRequiredFields:a}=w.use(gn),[o,s]=w.useState(void 0);w.useEffect(()=>{n.image instanceof Promise?n.image.then(s).catch(console.error):s(n.image)},[n]);const l=o?URL.createObjectURL(o):void 0,u=w.useCallback(()=>{n.setOptions({image:void 0})},[n]),[c,d]=w.useMemo(()=>{const m=[],_=[],S=Vs(n.type,`${e}.${t}`)??[];for(const E of S)E.showDirectly?m.push(E.field):_.push(E.field);return[m,_]},[n,e,t]),h=cr(c,{formId:vn,disabled:!1,size:"sm"}),p=cr(d,{formId:vn,disabled:!1,size:"sm"}),g=d.length>0,x=w.useCallback(()=>{o&&i(()=>({file:o}))},[i,o]),{fieldTypeName:C}=an[n.type];return f.jsxs("div",{className:"flex grow w-full flex-col gap-4",children:[f.jsxs("div",{className:"flex gap-2 w-full justify-between",children:[f.jsxs("div",{className:"flex gap-2 items-center",children:[f.jsxs(v.Badge,{accentColor:"base",variant:"soft",size:"sm",children:[f.jsx(v.LuIcon,{icon:le[n.type]}),C]}),!a&&f.jsxs("div",{className:"flex items-center gap-2",children:[f.jsx(v.Checkbox.Root,{checked:n.required,onCheckedChange:m=>n.setOptions({required:!!m}),size:"sm",children:f.jsx(v.Checkbox.Indicator,{children:f.jsx(v.LuIcon,{icon:Le})})}),f.jsx(v.Text,{size:"sm",accentColor:"base",children:"Required"})]})]}),g&&f.jsx(Ps,{popoverInputs:p,align:"end"})]}),o&&f.jsxs("div",{className:"group relative inline-block w-full min-w-[300px]",children:[f.jsx("img",{className:"h-[100px] w-full min-w-[300px] cursor-pointer rounded-md object-cover",src:l,alt:o.name,onClick:x}),f.jsx(v.IconButton,{type:"button",className:"absolute top-2 right-2 hidden group-hover:not-disabled:flex",variant:"solid",accentColor:"base","aria-label":"delete",onClick:u,size:"sm",children:f.jsx(v.LuIcon,{icon:ft})})]}),f.jsxs("div",{className:"flex flex-col gap-2 w-full overflow-hidden",children:[f.jsx(v.Input.Root,{variant:"outline",size:"md",children:f.jsx(v.Input.Field,{placeholder:"Enter your question",value:n.label??"",onChange:m=>n.setOptions({label:m.target.value}),maxLength:200})}),f.jsx(v.TextArea,{className:"field-sizing-content",placeholder:"Enter a field description (optional)",value:n.description??"",onChange:m=>n.setOptions({description:m.target.value}),maxLength:1e3,resize:"vertical",size:"md"})]}),c.length>0&&f.jsx("div",{className:"w-full",children:h})]})});Bs.displayName="FieldBuilder";const Yi=w.memo(r=>{const{field:e,fieldSection:t,fieldIndex:n,sectionIndex:i}=r,a=w.useRef(null),o=`fields.${i}.fields`,s=w.useCallback(x=>{t.addField(yn(x),n+1)},[n,t]),l=w.useCallback(()=>{t.addField(e.duplicate(R.v4()))},[e,t]),u=w.useCallback(x=>{const C=x==="up"?i-1:i+1;t.moveField(n,C)},[t,n,i]),c=w.useCallback(x=>{const{files:C}=x.target;if(!C||C.length!==1)return;const m=C.item(0);if(m){if(m.size>Io){v.toast.error({title:"File upload error",description:`The file ${m.name} exceeded the maximum file size`});return}e.setOptions({image:m})}},[e]),d=w.useCallback(()=>{u("up")},[u]),h=w.useCallback(()=>{u("down")},[u]),p=w.useCallback(()=>{var x;(x=a.current)==null||x.click()},[]),g=w.useCallback(()=>{t.removeField(e)},[e,t]);return f.jsxs(v.Card,{className:"flex items-center justify-between gap-4 w-full",size:"sm",children:[f.jsx(Bs,{fieldIndex:n,field:e,parentPath:o}),f.jsxs(v.ButtonGroup,{className:"flex-col gap-0.5 flex",variant:"ghost",accentColor:"base",size:"sm",children:[f.jsx(xn,{onSelectFieldType:s,size:"sm",children:f.jsx(v.IconButton,{type:"button",children:f.jsx(v.LuIcon,{icon:Xe})})}),f.jsx(v.IconButton,{type:"button",onClick:d,children:f.jsx(v.LuIcon,{icon:va})}),f.jsx(v.IconButton,{type:"button",onClick:h,children:f.jsx(v.LuIcon,{icon:pa})}),f.jsx(v.IconButton,{type:"button",onClick:l,children:f.jsx(v.LuIcon,{icon:mn})}),f.jsx(v.IconButton,{type:"button",onClick:p,children:f.jsx(v.LuIcon,{icon:ha})}),f.jsx(v.IconButton,{type:"button",onClick:g,children:f.jsx(v.LuIcon,{icon:ft})})]}),f.jsx("input",{className:"hidden",ref:a,type:"file",accept:"image/*",onChange:c})]})});Yi.displayName="FieldBuilderWithActions";const Zi=w.memo(r=>{const{children:e,variant:t,size:n,accentColor:i,fields:a,onSelectField:o,...s}=r;return f.jsxs(v.Menu.Root,{...s,children:[f.jsx(v.Menu.ClickTrigger,{children:e}),f.jsx(v.Menu.Content,{variant:t,size:n,accentColor:i,children:f.jsx(v.Menu.Scroll,{children:a.map(l=>f.jsxs(v.Menu.Item,{onSelect:()=>o(l),children:[f.jsx(v.LuIcon,{icon:le[l.type]}),l.label||Ce]},l.identifier))})})]})});Zi.displayName="IssueDataFilterMenu";const Ls=w.memo(r=>{const{children:e,variant:t,size:n,accentColor:i,fieldSections:a,onSelectFieldCondition:o,...s}=r;return f.jsxs(v.Menu.Root,{...s,children:[f.jsx(v.Menu.ClickTrigger,{children:e}),f.jsx(v.Menu.Content,{variant:t,size:n,accentColor:i,children:a.map(l=>f.jsxs(v.Menu.Item,{onSelect:()=>o(l),children:[f.jsx(v.LuIcon,{icon:le[l.type]}),l.label||Ii]},l.identifier))})]})});Ls.displayName="IssueDataFilterMenu";const zs=w.memo(r=>{const{id:e,sourceX:t,sourceY:n,targetX:i,targetY:a,style:o,markerEnd:s,data:l}=r,{targetSection:u,sourceSection:c,layoutDirection:d}=l,h=w.useMemo(()=>c.getConditions(u.identifier),[c,u.identifier]),p=w.useCallback(()=>{c.removeConditional(u.identifier)},[c,u.identifier]),g=w.useCallback(S=>{c.addCondition(u.identifier,ji(S))},[c,u.identifier]),x=w.useCallback(S=>{c.removeCondition(u.identifier,S)},[c,u.identifier]),[C,m,_]=se.getBezierPath({sourceX:t,sourceY:n,sourcePosition:d==="LR"?se.Position.Right:se.Position.Bottom,targetX:i,targetY:a,targetPosition:d==="LR"?se.Position.Left:se.Position.Top});return f.jsxs(f.Fragment,{children:[f.jsx(se.BaseEdge,{id:e,path:C,style:o,markerEnd:s,labelX:m,labelY:_}),f.jsx(se.EdgeLabelRenderer,{children:f.jsxs(v.Card,{size:"xs",variant:"surface",className:"absolute nodrag nopan pointer-events-auto inline-flex flex-col gap-2 bg-(--base-2)",onMouseDown:S=>S.stopPropagation(),onClick:S=>S.stopPropagation(),"data-floating-content":"",style:{transform:`translate(-50%, -50%) translate(${m}px, ${_}px)`},children:[f.jsxs("div",{className:"flex items-center gap-2",children:[f.jsx(v.Text,{size:"xs",className:"truncate max-w-[280px]",children:c.label||"Untitled section"}),f.jsxs("div",{className:"ml-auto flex items-center gap-1",children:[f.jsx(Zi,{fields:c.fields,onSelectField:g,children:f.jsx(v.IconButton,{"aria-label":"Add condition",type:"button",variant:"surface",size:"xs",accentColor:"base",children:f.jsx(v.LuIcon,{icon:Xe})})}),f.jsxs(v.Tooltip.Root,{children:[f.jsx(v.Tooltip.Trigger,{asChild:!0,children:f.jsx(v.IconButton,{"aria-label":"Remove conditional logic",type:"button",variant:"surface",size:"xs",accentColor:"base",color:"danger",onClick:p,children:f.jsx(v.LuIcon,{icon:ft})})}),f.jsx(v.Tooltip.Content,{size:"sm",children:"Remove conditional logic"})]})]})]}),h.length>0&&f.jsx("div",{className:"flex flex-col h-max w-full flex-wrap gap-1",children:h.map(S=>f.jsx(w.Fragment,{children:S.render({onRemove:x})},S.id))})]})})]})});zs.displayName="FieldSectionConditionEdgeComponent";const ks=w.memo(r=>{const{data:e,selected:t}=r,{fieldSection:n,index:i,layoutDirection:a}=e,o=w.use(_t),s=w.useCallback(()=>{o.removeFieldSection(n)},[o,n]),l=w.useCallback(d=>{n.addField(yn(d))},[n]),u=w.useCallback(()=>{const d=new ze({identifier:R.v4(),fields:[]});o.addFieldSection(d),n.addConditional(d.identifier)},[o,n]),c=w.useCallback(()=>{o.addFieldSection(n.duplicate(R.v4()))},[o,n]);return f.jsxs(v.Card,{variant:"surface",className:"cursor-pointer relative bg-(--base-2)",size:"sm","data-selected":t?"true":void 0,children:[f.jsxs("div",{className:"flex flex-col gap-3",children:[f.jsxs("div",{className:"flex flex-col gap-2 w-full overflow-hidden",children:[f.jsx(v.Input.Root,{variant:"outline",size:"md",accentColor:"base",children:f.jsx(v.Input.Field,{placeholder:"Enter a section label (optional)",value:n.label??"",onChange:d=>n.setOptions({label:d.target.value}),maxLength:200})}),f.jsx(v.TextArea,{className:"field-sizing-content",placeholder:"Enter a section description (optional)",value:n.description??"",onChange:d=>n.setOptions({description:d.target.value}),maxLength:1e3,resize:"vertical",size:"md"})]}),f.jsxs("div",{className:"flex items-center justify-between",children:[f.jsx(v.Text,{weight:"bold",children:"Fields"}),f.jsx(xn,{onSelectFieldType:l,size:"sm",children:f.jsxs(v.Button,{type:"button",variant:"soft",size:"sm",accentColor:"base",children:[f.jsx(v.LuIcon,{icon:Xe})," Add field"]})})]}),f.jsx("div",{className:"flex flex-col gap-3",children:n.fields.map((d,h)=>f.jsx(Yi,{field:d,fieldSection:n,fieldIndex:h,sectionIndex:i},d.identifier))})]}),f.jsx(se.NodeToolbar,{isVisible:!0,position:se.Position.Right,align:"start",offset:8,onMouseDown:d=>d.stopPropagation(),children:f.jsx(v.Card,{variant:"surface",className:"flex flex-col items-center gap-1 p-1 bg-(--base-2)",size:"xs",onClick:d=>d.stopPropagation(),children:f.jsxs(v.ButtonGroup,{className:"flex flex-col gap-2",variant:"surface",size:"xs",accentColor:"base",children:[f.jsx(v.IconButton,{type:"button",onClick:u,children:f.jsx(v.LuIcon,{icon:gl})}),f.jsx(v.IconButton,{type:"button",onClick:c,children:f.jsx(v.LuIcon,{icon:mn})}),f.jsx(v.IconButton,{type:"button",onClick:s,children:f.jsx(v.LuIcon,{icon:ft})})]})})}),f.jsx(se.Handle,{type:"target",className:"size-4! bg-(--base-3)! border-(--base-7)!",position:a==="LR"?se.Position.Left:se.Position.Top}),f.jsx(se.Handle,{type:"source",className:"size-4! bg-(--base-3)! border-(--base-7)!",position:a==="LR"?se.Position.Right:se.Position.Bottom})]})});ks.displayName="CustomNode";const Mf={fieldSection:ks},Ff={fieldSectionCondition:zs},Vf=(r,e,t)=>{const n=new ia.graphlib.Graph().setDefaultEdgeLabel(()=>({}));return n.setGraph({rankdir:t,nodesep:200,edgesep:500,ranksep:500}),e.forEach(i=>n.setEdge(i.source,i.target,{width:500,height:200,labelpos:"c"})),r.forEach(i=>{var a,o;return n.setNode(i.id,{...i,width:((a=i.measured)==null?void 0:a.width)??0,height:((o=i.measured)==null?void 0:o.height)??0})}),ia.layout(n),[r.map(i=>{var l,u;const a=n.node(i.id),o=a.x-(((l=i.measured)==null?void 0:l.width)??0)/2,s=a.y-(((u=i.measured)==null?void 0:u.height)??0)/2;return{...i,position:{x:o,y:s}}}),e]},Pf={hideAttribution:!0},Rs=w.memo(()=>{var D;const{errors:r}=qe.useFormState(),{handleSubmit:e}=qe.useFormContext(),{onSave:t,onCancel:n}=w.use(gn),i=w.use(_t),a=w.useRef(null),[o,s]=w.useState(),[l,u]=w.useState("TB");w.useLayoutEffect(()=>{a.current&&a.current.classList.remove("light")},[]);const c=w.useMemo(()=>i.fieldSections.map((F,B)=>({id:F.identifier,position:{x:0,y:0},data:{index:B,fieldSection:F,layoutDirection:l},draggable:!0,type:"fieldSection"})),[i.fieldSections,l]),d=w.useMemo(()=>{const F=[],B={};for(const L of i.fieldSections)B[L.identifier]=L;for(const L of i.fieldSections){const Q=L.conditions;for(const[G,ae]of Object.entries(Q))F.push({id:`${L.identifier}-${G}`,source:L.identifier,target:G,data:{targetSection:B[G],sourceSection:L,layoutDirection:l},animated:ae.length>0,markerEnd:se.MarkerType.Arrow,style:{strokeWidth:2,stroke:"var(--base-a8)"},type:"fieldSectionCondition"})}return F},[i.fieldSections,l]),[h,p,g]=se.useNodesState(c),[x,C,m]=se.useEdgesState(d);w.useEffect(()=>{p(c)},[c,p]),w.useEffect(()=>{C(d)},[d,C]);const[_,S]=w.useMemo(()=>Vf(h,x,l),[x,l,h]),E=w.useCallback(()=>{i.addFieldSection(new ze({identifier:R.v4(),fields:[]}))},[i]),O=w.useCallback(F=>{const{source:B,target:L}=F,Q=i.fieldSections.find(({identifier:G})=>G===B);Q.setOptions({conditions:{...Q.conditions,[L]:[]}})},[i.fieldSections]),T=w.useCallback(F=>{const B=i.getSectionDependencyGraph();return!ea.willCreateCycle(B,F.source,F.target)},[i]);return f.jsxs("form",{className:"size-full flex flex-col gap-4",id:vn,onSubmit:e(t),children:[f.jsxs(v.Card,{className:"size-full relative",variant:"outline",children:[f.jsx(se.ReactFlow,{ref:a,onInit:s,nodes:_,onNodesChange:g,edges:S,onEdgesChange:m,nodeTypes:Mf,edgeTypes:Ff,onConnect:O,attributionPosition:"bottom-left",fitView:!0,minZoom:0,isValidConnection:T,proOptions:Pf}),f.jsx(se.Panel,{position:"top-left",children:f.jsx(v.ButtonGroup,{className:"flex items-center justify-end gap-2",size:"sm",children:f.jsxs(v.Button,{type:"button",variant:"surface",onClick:E,children:[f.jsx(v.LuIcon,{icon:Xe})," Add section"]})})}),f.jsxs(se.Panel,{position:"top-right",className:"flex flex-col items-center gap-2",children:[f.jsxs(v.ToggleGroup.Root,{className:"flex flex-col",type:"single",accentColor:"base",size:"sm",value:l,onValueChange:u,children:[f.jsx(v.ToggleGroup.IconItem,{className:"rounded-b-none",value:"LR",type:"button",children:f.jsx(v.LuIcon,{icon:al})}),f.jsx(v.ToggleGroup.IconItem,{className:"rounded-t-none",value:"TB",type:"button",children:f.jsx(v.LuIcon,{icon:il})})]}),f.jsx(v.Separator,{size:"sm"}),f.jsxs(v.ButtonGroup,{className:"flex flex-col",size:"sm",accentColor:"base",variant:"soft",children:[f.jsx(v.IconButton,{className:"rounded-b-none",onClick:()=>o==null?void 0:o.zoomIn(),type:"button",children:f.jsx(v.LuIcon,{icon:Xe})}),f.jsx(v.IconButton,{onClick:()=>o==null?void 0:o.zoomOut(),radius:"none",type:"button",children:f.jsx(v.LuIcon,{icon:Rr})}),f.jsx(v.IconButton,{className:"rounded-t-none",onClick:()=>o==null?void 0:o.fitView(),type:"button",children:f.jsx(v.LuIcon,{icon:Nl})})]})]}),f.jsx(se.Panel,{position:"bottom-right",children:f.jsxs(v.ButtonGroup,{className:"flex items-center justify-end gap-2",size:"sm",children:[n&&f.jsx(v.Button,{type:"button",variant:"soft",accentColor:"base",onClick:n,children:"Cancel"}),f.jsx(v.Button,{type:"submit",variant:"surface",children:"Save"})]})})]}),!!((D=r.fields)!=null&&D.message)&&f.jsx(v.Text,{size:"xs",accentColor:"danger",children:r.fields.message})]})});Rs.displayName="FormBuilderFlowBuilder";const Us=w.memo(r=>{const{sourceFieldSection:e,targetFieldSection:t}=r,n=w.useMemo(()=>e.getConditions(t.identifier),[e,t.identifier]),i=w.useCallback(()=>{e.removeConditional(t.identifier)},[e,t.identifier]),a=w.useCallback(s=>{e.addCondition(t.identifier,ji(s))},[e,t.identifier]),o=w.useCallback(s=>{e.removeCondition(t.identifier,s)},[e,t.identifier]);return f.jsxs(v.Card,{className:"flex flex-col gap-2",size:"sm",children:[f.jsxs(v.ButtonGroup,{className:"justify-between gap-2 flex",size:"sm",accentColor:"base",variant:"soft",children:[f.jsxs(v.Badge,{accentColor:"base",variant:"soft",size:"sm",children:[f.jsx(v.LuIcon,{icon:le.section}),e.label??Ii]}),f.jsx(v.IconButton,{type:"button",onClick:i,variant:"ghost",children:f.jsx(v.LuIcon,{icon:ft})})]}),f.jsxs("div",{className:"flex h-max w-full flex-wrap gap-2",children:[n.map(s=>s.render({onRemove:o})),f.jsx(Zi,{fields:e.fields,onSelectField:a,align:"start",children:f.jsx(v.IconButton,{type:"button",size:"sm",variant:"soft",accentColor:"base",children:f.jsx(v.LuIcon,{icon:Xe})})})]})]})});Us.displayName="FieldSectionConditionalItem";const Gs=w.memo(r=>{const{fieldSection:e}=r,t=w.use(_t),n=w.useMemo(()=>t.fieldSections.filter(o=>e.identifier in o.conditions),[t.fieldSections,e.identifier]),i=w.useCallback(o=>{o.addConditional(e.identifier)},[e.identifier]),a=w.useMemo(()=>{const o=t.getSectionDependencyGraph();return t.fieldSections.filter(s=>!ea.willCreateCycle(o,s.identifier,e.identifier))},[e.identifier,t]);return f.jsxs("div",{className:"flex grow w-full flex-col gap-4",children:[f.jsxs("div",{className:"flex flex-col gap-2 w-full overflow-hidden",children:[f.jsx(v.Input.Root,{variant:"outline",size:"md",children:f.jsx(v.Input.Field,{placeholder:"Enter a section label (optional)",value:e.label??"",onChange:o=>e.setOptions({label:o.target.value}),maxLength:200})}),f.jsx(v.TextArea,{className:"field-sizing-content",placeholder:"Enter a section description (optional)",value:e.description??"",onChange:o=>e.setOptions({description:o.target.value}),maxLength:1e3,resize:"vertical",size:"md"})]}),f.jsx(v.Separator,{size:"full"}),f.jsxs("div",{className:"flex flex-col gap-2",children:[f.jsxs("div",{className:"flex gap-2 justify-between",children:[f.jsx(v.Text,{accentColor:"base",children:"Conditions"}),f.jsx(Ls,{fieldSections:a,onSelectFieldCondition:i,children:f.jsxs(v.Button,{type:"button",variant:"soft",size:"sm",className:"w-max",children:[f.jsx(v.LuIcon,{icon:Xe}),"Add condition"]})})]}),n.map(o=>f.jsx(Us,{sourceFieldSection:o,targetFieldSection:e},o.identifier))]}),f.jsx(v.Separator,{size:"full"})]})});Gs.displayName="FieldSectionBuilder";const Hs=w.memo(r=>{const{fieldSection:e,sectionIndex:t}=r,n=w.use(_t),i=v.useAlertDialog(),a=w.useCallback(()=>{n.removeFieldSection(e)},[n,e]),o=w.useCallback(x=>{const C=x==="up"?t-1:t+1;n.moveFieldSection(t,C)},[n,t]),s=w.useCallback(()=>{n.addFieldSection(e.duplicate(R.v4()))},[n,e]),l=w.useCallback(x=>{e.addField(yn(x))},[e]),u=w.useCallback(()=>{o("up")},[o]),c=w.useCallback(()=>{o("down")},[o]),d=w.useCallback(async()=>{const x=[e.serialize()],C=ut.reseedFieldSections(x,{conditions:!1}),m=JSON.stringify(C);await navigator.clipboard.writeText(m),v.toast.success({title:"Section copied"})},[e]),h=w.useCallback(async()=>{const C=n.getDependenciesOfSection(e.identifier).map(S=>S.serialize()),m=ut.reseedFieldSections(C,{conditions:!0}),_=JSON.stringify(m);await navigator.clipboard.writeText(_),v.toast.success({title:"Section copied"})},[e,n]),p=w.useCallback(async()=>{const x=n.getDependenciesOfSection(e.identifier),C=x.length>1,m=x.length-1;C?i({title:"Copy section dependencies?",description:`This section has ${m} dependent section${m>1?"s":""} that will also be copied to maintain the conditions. Do you want to include these dependencies?`,action:"Include",onAction:h,cancel:"Dont include",onCancel:d}):d()},[e,n,i,h,d]),g=w.useCallback(async()=>{let x="";try{x=await navigator.clipboard.readText()}catch{v.toast.error({title:"Paste failed",description:"Unable to read clipboard contents."});return}const C=x.trim();if(!C){v.toast.error({title:"Paste failed",description:"Clipboard is empty."});return}let m;try{m=JSON.parse(C)}catch{v.toast.error({title:"Invalid JSON",description:"Check the JSON and try again."});return}const _=Array.isArray(m)?m:[m],S=[];for(const E of _){if(!E||typeof E!="object")continue;const O=E;if(O.type!=="section"||!Array.isArray(O.fields))continue;const T={type:"section",identifier:typeof O.identifier=="string"?O.identifier:R.v4(),label:typeof O.label=="string"||O.label===null?O.label:null,description:typeof O.description=="string"||O.description===null?O.description:null,conditions:O.conditions&&typeof O.conditions=="object"?O.conditions:{},fields:O.fields};try{S.push(ze.deserialize(T))}catch{}}if(S.length===0){v.toast.error({title:"Paste failed",description:"No valid sections found in the JSON."});return}S.forEach((E,O)=>{n.addFieldSection(E,t+1+O)}),v.toast.success({title:"Section pasted",description:"Serialized JSON imported successfully."})},[n,t]);return f.jsxs(v.Card,{variant:"outline",className:"flex items-center justify-between gap-4 w-full",size:"sm",children:[f.jsxs("div",{className:"flex grow flex-col gap-4 w-full",children:[f.jsx(Gs,{fieldSection:e}),f.jsxs("div",{className:"flex flex-col gap-2 w-full",children:[f.jsxs("div",{className:"flex gap-2 justify-between",children:[f.jsx(v.Text,{accentColor:"base",size:"md",children:"Fields"}),f.jsx(xn,{onSelectFieldType:l,size:"sm",children:f.jsxs(v.Button,{type:"button",variant:"soft",size:"sm",children:[f.jsx(v.LuIcon,{icon:Xe})," Add field"]})})]}),e.fields.map((x,C)=>f.jsx(Yi,{field:x,fieldSection:e,fieldIndex:C,sectionIndex:t},x.identifier))]})]}),f.jsxs(v.ButtonGroup,{className:"flex-col gap-0.5 flex",variant:"ghost",accentColor:"base",size:"sm",children:[f.jsx(v.IconButton,{type:"button",onClick:u,children:f.jsx(v.LuIcon,{icon:va})}),f.jsx(v.IconButton,{type:"button",onClick:c,children:f.jsx(v.LuIcon,{icon:pa})}),f.jsxs(v.Menu.Root,{align:"end",children:[f.jsx(v.Menu.ClickTrigger,{children:f.jsx(v.IconButton,{type:"button",children:f.jsx(v.LuIcon,{icon:da})})}),f.jsxs(v.Menu.Content,{size:"sm",children:[f.jsxs(v.Menu.Item,{onSelect:s,children:[f.jsx(v.LuIcon,{icon:mn}),"Duplicate section"]}),f.jsxs(v.Menu.Item,{onSelect:p,children:[f.jsx(v.LuIcon,{icon:la}),"Copy JSON"]}),f.jsxs(v.Menu.Item,{onSelect:g,children:[f.jsx(v.LuIcon,{icon:ua}),"Paste JSON"]}),f.jsxs(v.Menu.Item,{onSelect:a,children:[f.jsx(v.LuIcon,{icon:ft}),"Delete section"]})]})]})]})]})});Hs.displayName="FieldSectionWithActions";const qs=w.memo(()=>{var l;const{handleSubmit:r}=qe.useFormContext(),{errors:e}=qe.useFormState(),{onSave:t,onCancel:n}=w.use(gn),i=w.use(_t),a=w.useCallback(()=>{i.addFieldSection(new ze({identifier:R.v4(),fields:[]}))},[i]),o=w.useCallback(async()=>{try{const u=i.serialize(),c=ut.reseedFieldSections(u),d=JSON.stringify(c);await navigator.clipboard.writeText(d),v.toast.success({title:"Sections copied",description:"All sections JSON copied to clipboard."})}catch{v.toast.error({title:"Copy failed",description:"Unable to copy the sections JSON."})}},[i]),s=w.useCallback(async()=>{let u="";try{u=await navigator.clipboard.readText()}catch{v.toast.error({title:"Paste failed",description:"Unable to read clipboard contents."});return}const c=u.trim();if(!c){v.toast.error({title:"Paste failed",description:"Clipboard is empty."});return}let d;try{d=JSON.parse(c)}catch{v.toast.error({title:"Invalid JSON",description:"Check the JSON and try again."});return}const h=Array.isArray(d)?d:[d],p=[];for(const x of h){if(!x||typeof x!="object")continue;const C=x;if(C.type!=="section"||!Array.isArray(C.fields))continue;const m={type:"section",identifier:typeof C.identifier=="string"?C.identifier:R.v4(),label:typeof C.label=="string"||C.label===null?C.label:null,description:typeof C.description=="string"||C.description===null?C.description:null,conditions:C.conditions&&typeof C.conditions=="object"?C.conditions:{},fields:C.fields};try{p.push(ze.deserialize(m))}catch{}}if(p.length===0){v.toast.error({title:"Paste failed",description:"No valid sections found in the JSON."});return}const g=i.fieldSections.length;p.forEach((x,C)=>{i.addFieldSection(x,g+C)}),v.toast.success({title:"Sections pasted",description:"Serialized JSON imported successfully."})},[i]);return f.jsxs("form",{className:"flex flex-col gap-4",id:vn,onSubmit:r(t),children:[f.jsxs("div",{className:"flex flex-col gap-4",children:[f.jsxs("div",{className:"flex items-center justify-end gap-2",children:[f.jsxs(v.Button,{type:"button",variant:"soft",size:"sm",onClick:o,children:[f.jsx(v.LuIcon,{icon:la})," Copy JSON"]}),f.jsxs(v.Button,{type:"button",variant:"soft",size:"sm",onClick:s,children:[f.jsx(v.LuIcon,{icon:ua})," Paste JSON"]})]}),i.fieldSections.map((u,c)=>f.jsx(Hs,{fieldSection:u,sectionIndex:c},u.identifier)),f.jsxs(v.Button,{className:"mb-4",type:"button",variant:"soft",accentColor:"base",size:"sm",onClick:a,children:[f.jsx(v.LuIcon,{icon:Xe})," Add section"]})]}),!!((l=e.fields)!=null&&l.message)&&f.jsx(v.Text,{size:"xs",accentColor:"danger",children:e.fields.message}),f.jsxs(v.ButtonGroup,{className:"flex items-center justify-end gap-2",size:"sm",children:[n&&f.jsx(v.Button,{type:"button",variant:"soft",accentColor:"base",onClick:n,children:"Cancel"}),f.jsx(v.Button,{type:"submit",variant:"surface",children:"Save"})]})]})});qs.displayName="FormBuilderListBuilder";function Xs(r){const e=t=>{const n={};for(const[i,a]of Object.entries(t))typeof a=="string"?n[i]={type:"validate",message:a}:n[i]=e(a);return n};return e(r)}const $s=w.memo(w.forwardRef((r,e)=>{const{disabled:t=!1,fieldSchema:n,values:i={},onValuesChange:a,onSubmit:o,submitText:s="Submit",hideSubmit:l=!1,cancelText:u,onCancel:c,hideCancel:d=!1,className:h,buttonProps:p,size:g="md"}=r,x=w.useId(),C=w.useMemo(()=>n.initializeValues(i),[n,i]),m=w.useCallback(B=>{o==null||o(B)},[o]),_=qe.useForm({values:C,mode:"onBlur",criteriaMode:"all",resolver:B=>{const L=n.validateValues(B),Q=Xs(L);return Object.keys(L).length>0?{values:{},errors:Q}:{values:B,errors:{}}}}),S=w.useCallback(B=>{a==null||a(B)},[a]);w.useEffect(()=>{const{unsubscribe:B}=_.watch((L,{type:Q})=>{Q==="change"&&S(L)});return()=>{B()}},[_,S]);const E=w.useMemo(()=>({formId:x,disabled:t,size:g}),[x,t,g]),O=cr(n.getFieldSections(),E),T=w.useMemo(()=>({fieldSchema:n,size:g}),[n,g]),D=!d&&!!c,F=!l;return f.jsx(qe.FormProvider,{..._,children:f.jsx(Fs,{value:T,children:f.jsxs("form",{id:x,ref:e,className:Qe.cx(h,"flex flex-col gap-4"),onSubmit:_.handleSubmit(m),children:[O,!t&&(D||F)?f.jsxs(v.ButtonGroup,{className:"flex items-center justify-end gap-2",size:g,children:[D?f.jsxs(v.Button,{...p,accentColor:"base",type:"button",variant:"soft",onClick:c,children:[f.jsx(v.LuIcon,{icon:Je}),u]}):null,F?f.jsxs(v.Button,{...p,type:"submit",accentColor:"primary",variant:"surface",children:[f.jsx(v.LuIcon,{icon:Le}),s]}):null]}):null]})})})})),Ws=w.memo(()=>{const r=w.use(_t);return f.jsx($s,{fieldSchema:r,disabled:!1})});Ws.displayName="FormBuilderPreview";const js=w.memo(r=>{const{children:e,initialFields:t,onSave:n,onCancel:i,disableRequiredFields:a=!1}=r,o=w.useCallback(p=>{var _;const g={};(!p.fields||p.fields.length===0)&&(g.fields="At least one field is required.");const x=[];for(const[S,E]of p.fields.entries())for(const[O,T]of E.fields.entries()){const D=((_=Vs(T.type,`fields.${S}.fields.${O}`))==null?void 0:_.map(({field:F})=>F))??[];x.push(...D)}const C={};for(const S of x)C[S.identifier]=na(p,S.identifier);const m=$i(x,C);return Object.keys(m).length>0&&(g.fields=m.fields),Object.keys(g).length>0&&v.toast.error({title:"Some form settings are invalid",description:"Please check settings highlighted in red."}),g},[]),s=w.useMemo(()=>({fields:t??[]}),[t]),l=qe.useForm({values:s,mode:"onSubmit",criteriaMode:"all",reValidateMode:"onSubmit",resolver:p=>{const g=o(p),x=Xs(g);return Object.keys(g).length>0?{values:{},errors:x}:{values:p,errors:{}}}}),u=w.useCallback(p=>{l.setValue("fields",p.serialize())},[l]),c=qe.useWatch({control:l.control,compute:p=>p.fields}),d=w.useMemo(()=>{const p=ut.deserialize(c);return p.observe(u),p},[c,u]),h=w.useMemo(()=>({disableRequiredFields:a,onSave:n,onCancel:i}),[a,n,i]);return f.jsx(gn,{value:h,children:f.jsx(_t,{value:d,children:f.jsx(qe.FormProvider,{...l,children:e})})})});js.displayName="FormBuilderRoot";const Bf={Root:js,FlowBuilder:Rs,ListBuilder:qs,Preview:Ws};A.BaseCondition=Se,A.BaseField=Oe,A.BaseFormElement=En,A.BaseOptionsField=dr,A.BaseStringField=Tn,A.BooleanEqualsConditionModifier=Oo,A.BooleanField=St,A.BooleanFieldCondition=Er,A.BooleanFieldConditionCell=qo,A.BooleanFieldInput=Nn,A.BooleanNotEqualsConditionModifier=No,A.CheckboxListField=Ot,A.CheckboxListFieldCondition=Sr,A.CheckboxListFieldConditionCell=$o,A.CheckboxListFieldInput=Dn,A.ConditionManager=fn,A.DateAfterConditionModifier=Mo,A.DateBeforeConditionModifier=Do,A.DateEqualsConditionModifier=bo,A.DateField=fr,A.DateFieldCondition=Ir,A.DateFieldConditionCell=jo,A.DateFieldInput=Mn,A.DateNotEqualsConditionModifier=To,A.DateRangeInConditionModifier=Fo,A.DateRangeNotInConditionModifier=Vo,A.DoesNotHaveFilesConditionModifier=Bo,A.FieldSchema=ut,A.FieldSection=ze,A.FieldSectionLayout=Wi,A.FieldTypeToClsMapping=an,A.FieldsRenderer=$s,A.FileCard=An,A.FormBuilder=Bf,A.HasFilesConditionModifier=Po,A.ImageCard=Bn,A.ImageFile=ur,A.ImageViewer=In,A.ImageViewerProvider=ya,A.InputWithLabel=we,A.LONG_TEXT_FIELD_MAX_LENGTH=It,A.MultiSelectField=et,A.MultiSelectFieldCondition=Or,A.MultiSelectFieldConditionCell=Zo,A.MultiSelectFieldInput=Fn,A.MultiStringField=Et,A.MultiStringFieldCondition=Nr,A.MultiStringFieldConditionCell=Qo,A.MultiStringFieldInput=On,A.NumberEqualsConditionModifier=Oi,A.NumberField=ke,A.NumberFieldCondition=br,A.NumberFieldConditionCell=es,A.NumberFieldInput=bn,A.NumberGreaterThanConditionModifier=Di,A.NumberGreaterThanOrEqualsConditionModifier=Mi,A.NumberLessThanConditionModifier=bi,A.NumberLessThanOrEqualsConditionModifier=Ti,A.NumberNotEqualsConditionModifier=Ni,A.NumberRangeInConditionModifier=Fi,A.NumberRangeNotInConditionModifier=Vi,A.OTPField=Nt,A.OTPFieldCondition=Tr,A.OTPFieldConditionCell=rs,A.OTPFieldInput=Pn,A.Observable=lr,A.PassFailArrayExcludesConditionModifier=Ro,A.PassFailArrayIncludesConditionModifier=ko,A.PassFailEqualsConditionModifier=Lo,A.PassFailField=Dt,A.PassFailFieldCondition=Dr,A.PassFailFieldConditionCell=is,A.PassFailFieldInput=Rn,A.PassFailNotEqualsConditionModifier=zo,A.RadioField=Mt,A.RadioFieldCondition=Mr,A.RadioFieldConditionCell=os,A.RadioFieldInput=Gn,A.RatingField=Ft,A.RatingFieldCondition=Fr,A.RatingFieldConditionCell=ls,A.RatingFieldInput=Hn,A.SHORT_TEXT_FIELD_MAX_LENGTH=nn,A.ScanField=mr,A.ScanFieldCondition=Vr,A.ScanFieldConditionCell=cs,A.ScanFieldInput=mi,A.Scanner=rn,A.ScannerProvider=Eo,A.SelectField=ht,A.SelectFieldCondition=Pr,A.SelectFieldConditionCell=fs,A.SelectFieldInput=Vn,A.StringArrayEqualsConditionModifier=un,A.StringArrayEveryConditionModifier=on,A.StringArrayExcludesConditionModifier=Bi,A.StringArrayIncludesConditionModifier=Pi,A.StringArrayNoneConditionModifier=ln,A.StringArrayNotEqualsConditionModifier=cn,A.StringArraySomeConditionModifier=sn,A.StringEqualsConditionModifier=st,A.StringExcludesConditionModifier=qt,A.StringField=kt,A.StringFieldCondition=Br,A.StringFieldConditionCell=ps,A.StringFieldInput=_i,A.StringIncludesConditionModifier=Ht,A.StringNotEqualsConditionModifier=lt,A.TextField=Rt,A.TextFieldCondition=Lr,A.TextFieldConditionCell=gs,A.TextFieldInput=Ai,A.UNLABELLED_FIELD_LABEL=Ce,A.UNLABELLED_SECTION_LABEL=Ii,A.URLField=_r,A.URLFieldCondition=kr,A.URLFieldConditionCell=ws,A.URLFieldInput=Si,A.UUIDFile=tt,A.UUIDPromise=Tt,A.UploadField=Ut,A.UploadFieldCondition=zr,A.UploadFieldConditionCell=ys,A.UploadFieldInput=Ei,A.VideoCard=zn,A.VideoFile=Ln,A.areFieldValuesBlank=Ms,A.areFieldValuesEqual=qi,A.areFileAndPromiseArraysEqual=Gr,A.arePassFieldValuesEqual=Ea,A.areSerializedPassFailFieldValuesEqual=Sa,A.awaitFilesAndPromises=Tf,A.blankFieldValues=Xi,A.changedFieldValues=Ts,A.cleanConditions=Gi,A.cleanFieldValues=pn,A.cleanSerializedConditions=Ui,A.cleanSerializedFieldValues=Hi,A.createCondition=ji,A.createConditionModifierConfig=V,A.createField=yn,A.deserialize=Es,A.deserializeCondition=_s,A.deserializeConditions=Ri,A.deserializeField=hn,A.deserializeFieldValues=Is,A.deserializeFields=Af,A.deserializeOnlyFields=Ef,A.deserializePassFailFieldValue=Aa,A.extractFilesAndPromisesFromFieldValues=Os,A.fieldIcons=le,A.flattenFields=Sf,A.getFieldsMapping=If,A.initializeFieldValues=bs,A.insertFilesAndPromisesToFieldValues=Ns,A.isFileAndPromiseArray=Ca,A.isPassFailFieldStatus=Un,A.isPassFailFieldValue=ma,A.isSerializedPassFailFieldValue=wa,A.isStringArray=sr,A.maxFileSizeB=Io,A.maxFileSizeKB=So,A.maxFileSizeMB=Gt,A.passFailFieldStatusMapping=pt,A.passFailFieldStatuses=bt,A.separateImagesFromFields=bf,A.serializeConditions=As,A.serializeFieldValues=Ss,A.serializePassFailFieldValue=_a,A.unchangedFieldValues=Ds,A.useConditionManager=mf,A.useFieldInput=me,A.useFieldInputs=cr,A.useImageViewer=Ur,A.useObjectUrl=Sn,A.useScanner=Fl,A.validateFieldValues=$i,Object.defineProperty(A,Symbol.toStringTag,{value:"Module"})});
|