function setAttributeInner(node,field,value,ns){if(ns==="style"){node.style.setProperty(field,value);return;}if(ns){node.setAttributeNS(ns,field,value);return;}switch(field){case"value":if(node.tagName==="OPTION")setAttributeDefault(node,field,value);else if(node.value!==value)node.value=value;break;case"initial_value":node.defaultValue=value;break;case"checked":node.checked=truthy(value);break;case"initial_checked":node.defaultChecked=truthy(value);break;case"selected":node.selected=truthy(value);break;case"initial_selected":node.defaultSelected=truthy(value);break;case"dangerous_inner_html":node.innerHTML=value;break;case"style":let existingStyles={};for(let i=0;i{for(let entry of entries)this.handleResizeEvent(entry);});this.resizeObserver.observe(element);}removeResizeObserver(element){if(this.resizeObserver)this.resizeObserver.unobserve(element);}handleIntersectionEvent(entry){let target=entry.target,event=new CustomEvent("visible",{bubbles:!1,detail:entry});target.dispatchEvent(event);}createIntersectionObserver(element){if(!this.intersectionObserver)this.intersectionObserver=new IntersectionObserver(entries=>{for(let entry of entries)this.handleIntersectionEvent(entry);});this.intersectionObserver.observe(element);}removeIntersectionObserver(element){if(this.intersectionObserver)this.intersectionObserver.unobserve(element);}createListener(event_name,element,bubbles){if(event_name=="resize")this.createResizeObserver(element);else if(event_name=="visible")this.createIntersectionObserver(element);if(bubbles)if(this.global[event_name]===void 0)this.global[event_name]={active:1,callback:this.handler},this.root.addEventListener(event_name,this.handler);else this.global[event_name].active++;else{let id=element.getAttribute("data-dioxus-id");if(!this.local[id])this.local[id]={};element.addEventListener(event_name,this.handler);}}removeListener(element,event_name,bubbles){if(event_name=="resize")this.removeResizeObserver(element);else if(event_name=="visible")this.removeIntersectionObserver(element);else if(bubbles)this.removeBubblingListener(event_name);else this.removeNonBubblingListener(element,event_name);}removeBubblingListener(event_name){if(this.global[event_name].active--,this.global[event_name].active===0)this.root.removeEventListener(event_name,this.global[event_name].callback),delete this.global[event_name];}removeNonBubblingListener(element,event_name){let id=element.getAttribute("data-dioxus-id");if(delete this.local[id][event_name],Object.keys(this.local[id]).length===0)delete this.local[id];element.removeEventListener(event_name,this.handler);}removeAllNonBubblingListeners(element){let id=element.getAttribute("data-dioxus-id");delete this.local[id];}getNode(id){return this.nodes[id];}pushRoot(node){this.stack.push(node);}appendChildren(id,many){let root=this.nodes[id],els=this.stack.splice(this.stack.length-many);for(let k=0;k0;end--)node=node.nextSibling;}return node;}saveTemplate(nodes,tmpl_id){this.templates[tmpl_id]=nodes;}hydrate_node(hydrateNode,ids){let split=hydrateNode.getAttribute("data-node-hydration").split(","),id=ids[parseInt(split[0])];if(this.nodes[id]=hydrateNode,split.length>1){hydrateNode.listening=split.length-1,hydrateNode.setAttribute("data-dioxus-id",id.toString());for(let j=1;j{if(!treeWalker.nextNode())return!1;return treeWalker.currentNode!==nextSibling;};while(treeWalker.currentNode){let currentNode=treeWalker.currentNode;if(currentNode.nodeType===Node.COMMENT_NODE){let id=currentNode.textContent,placeholderSplit=id.split("placeholder");if(placeholderSplit.length>1){if(this.nodes[ids[parseInt(placeholderSplit[1])]]=currentNode,!continueToNextNode())break;continue;}let textNodeSplit=id.split("node-id");if(textNodeSplit.length>1){let next=currentNode.nextSibling;currentNode.remove();let commentAfterText,textNode;if(next.nodeType===Node.COMMENT_NODE){let newText=next.parentElement.insertBefore(document.createTextNode(""),next);commentAfterText=next,textNode=newText;}else textNode=next,commentAfterText=textNode.nextSibling;treeWalker.currentNode=commentAfterText,this.nodes[ids[parseInt(textNodeSplit[1])]]=textNode;let exit=currentNode===under||!continueToNextNode();if(commentAfterText.remove(),exit)break;continue;}}if(!continueToNextNode())break;}}}setAttributeInner(node,field,value,ns){setAttributeInner(node,field,value,ns);}}let bubbles,field,id,many,ns;class RawInterpreter extends BaseInterpreter{constructor(r){super();this.d=r;this.m=null;this.p=null;this.ls=null;this.t=null;this.op=null;this.e=null;this.z=null;this.metaflags=null;this.u16buf=null;this.u16bufp=null;this.u32buf=null;this.u32bufp=null;this.u8buf=null;this.u8bufp=null;this.attr=[];this.attr_cache_hit=null;this.attr_cache_idx;this.get_attr=function(){this.attr_cache_idx=this.u8buf[this.u8bufp++];if(this.attr_cache_idx&128){this.attr_cache_hit=this.s.substring(this.sp,this.sp+=this.u8buf[this.u8bufp++]);this.attr[this.attr_cache_idx&0xffffff7f]=this.attr_cache_hit;return this.attr_cache_hit;}else{return this.attr[this.attr_cache_idx&0xffffff7f];}};this.el=[];this.el_cache_hit=null;this.el_cache_idx;this.get_el=function(){this.el_cache_idx=this.u8buf[this.u8bufp++];if(this.el_cache_idx&128){this.el_cache_hit=this.s.substring(this.sp,this.sp+=this.u8buf[this.u8bufp++]);this.el[this.el_cache_idx&0xffffff7f]=this.el_cache_hit;return this.el_cache_hit;}else{return this.el[this.el_cache_idx&0xffffff7f];}};this.evt=[];this.evt_cache_hit=null;this.evt_cache_idx;this.get_evt=function(){this.evt_cache_idx=this.u8buf[this.u8bufp++];if(this.evt_cache_idx&128){this.evt_cache_hit=this.s.substring(this.sp,this.sp+=this.u8buf[this.u8bufp++]);this.evt[this.evt_cache_idx&0xffffff7f]=this.evt_cache_hit;return this.evt_cache_hit;}else{return this.evt[this.evt_cache_idx&0xffffff7f];}};this.namespace=[];this.namespace_cache_hit=null;this.namespace_cache_idx;this.get_namespace=function(){this.namespace_cache_idx=this.u8buf[this.u8bufp++];if(this.namespace_cache_idx&128){this.namespace_cache_hit=this.s.substring(this.sp,this.sp+=this.u8buf[this.u8bufp++]);this.namespace[this.namespace_cache_idx&0xffffff7f]=this.namespace_cache_hit;return this.namespace_cache_hit;}else{return this.namespace[this.namespace_cache_idx&0xffffff7f];}};this.ns_cache=[];this.ns_cache_cache_hit=null;this.ns_cache_cache_idx;this.get_ns_cache=function(){this.ns_cache_cache_idx=this.u8buf[this.u8bufp++];if(this.ns_cache_cache_idx&128){this.ns_cache_cache_hit=this.s.substring(this.sp,this.sp+=this.u8buf[this.u8bufp++]);this.ns_cache[this.ns_cache_cache_idx&0xffffff7f]=this.ns_cache_cache_hit;return this.ns_cache_cache_hit;}else{return this.ns_cache[this.ns_cache_cache_idx&0xffffff7f];}};this.s="";this.lsp=null;this.sp=null;this.sl=null;this.c=new TextDecoder;}update_memory(b){this.m=new DataView(b.buffer);}run(){this.metaflags=this.m.getUint32(this.d,true);if(this.metaflags>>>6&1){this.ls=this.m.getUint32(this.d+6*4,true);}this.p=this.ls;if(this.metaflags>>>4&1){this.t=this.m.getUint32(this.d+4*4,true);this.u16buf=new Uint16Array(this.m.buffer,this.t,(this.m.buffer.byteLength-this.t-(this.m.buffer.byteLength-this.t)%2)/2);}this.u16bufp=0;if(this.metaflags>>>3&1){this.t=this.m.getUint32(this.d+3*4,true);this.u32buf=new Uint32Array(this.m.buffer,this.t,(this.m.buffer.byteLength-this.t-(this.m.buffer.byteLength-this.t)%4)/4);}this.u32bufp=0;if(this.metaflags>>>5&1){this.t=this.m.getUint32(this.d+5*4,true);this.u8buf=new Uint8Array(this.m.buffer,this.t,(this.m.buffer.byteLength-this.t-(this.m.buffer.byteLength-this.t)%1)/1);}this.u8bufp=0;if(this.metaflags&1){this.lsp=this.m.getUint32(this.d+1*4,true);}if(this.metaflags>>>2&1){this.sl=this.m.getUint32(this.d+2*4,true);if(this.metaflags>>>1&1){this.sp=this.lsp;this.s="";this.e=this.sp+(this.sl/4|0)*4;while(this.sp>8,(this.t&0xff0000)>>16,this.t>>24);this.sp+=4;}while(this.sp{this.handler(event,event_name,bubbles);});}break;case 25:{this.nodes[this.u32buf[this.u32bufp++]]=this.loadChild((()=>{this.e=this.u8bufp+this.u32buf[this.u32bufp++];const final_array=this.u8buf.slice(this.u8bufp,this.e);this.u8bufp=this.e;return final_array;})());}break;case 26:{let els=this.stack.splice(this.stack.length-this.u16buf[this.u16bufp++]);let node=this.loadChild((()=>{this.e=this.u8bufp+this.u32buf[this.u32bufp++];const final_array=this.u8buf.slice(this.u8bufp,this.e);this.u8bufp=this.e;return final_array;})());node.replaceWith(...els);}break;case 27:return true;}this.op>>>=8;}}}run_from_bytes(bytes){this.d=0;this.update_memory(new Uint8Array(bytes));this.run();}}function setAttributeInner1(node,field,value,ns){if(ns==="style"){node.style.setProperty(field,value);return;}if(ns){node.setAttributeNS(ns,field,value);return;}switch(field){case"value":if(node.tagName==="OPTION")setAttributeDefault1(node,field,value);else if(node.value!==value)node.value=value;break;case"initial_value":node.defaultValue=value;break;case"checked":node.checked=truthy1(value);break;case"initial_checked":node.defaultChecked=truthy1(value);break;case"selected":node.selected=truthy1(value);break;case"initial_selected":node.defaultSelected=truthy1(value);break;case"dangerous_inner_html":node.innerHTML=value;break;case"style":let existingStyles={};for(let i=0;i0){this.waiting.shift()(data);return;}this.pending.push(data);}async recv(){return new Promise((resolve,_reject)=>{if(this.pending.length>0){resolve(this.pending.shift());return;}this.waiting.push(resolve);});}}class WeakDioxusChannel{inner;constructor(channel){this.inner=new WeakRef(channel);}rustSend(data){let channel=this.inner.deref();if(channel)channel.rustSend(data);}async rustRecv(){let channel=this.inner.deref();if(channel)return await channel.rustRecv();}}class DioxusChannel{weak(){return new WeakDioxusChannel(this);}}globalThis.__nextChannelId=0;globalThis.__channels=[];class WebDioxusChannel extends DioxusChannel{js_to_rust;rust_to_js;owner;id;constructor(owner){super();this.owner=owner,this.js_to_rust=new Channel,this.rust_to_js=new Channel,this.id=globalThis.__nextChannelId,globalThis.__channels[this.id]=this,globalThis.__nextChannelId+=1;}weak(){return new WeakDioxusChannel(this);}async recv(){return await this.rust_to_js.recv();}send(data){this.js_to_rust.send(data);}rustSend(data){this.rust_to_js.send(data);}async rustRecv(){return await this.js_to_rust.recv();}close(){globalThis.__channels[this.id]=null;}}const importMeta={url:"/mnt/MyData/dev/seat-route/target/dx/seat-route/release/web/public/wasm/seat-route.js",main:import.meta.main};let wasm;function addToExternrefTable0(obj){const idx=wasm.__externref_table_alloc();wasm.__wbindgen_externrefs.set(idx,obj);return idx;}const CLOSURE_DTORS=typeof FinalizationRegistry==="undefined"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(state=>state.dtor(state.a,state.b));function debugString(val){const type=typeof val;if(type=="number"||type=="boolean"||val==null){return`${val}`;}if(type=="string"){return`"${val}"`;}if(type=="symbol"){const description=val.description;if(description==null){return"Symbol";}else{return`Symbol(${description})`;}}if(type=="function"){const name=val.name;if(typeof name=="string"&&name.length>0){return`Function(${name})`;}else{return"Function";}}if(Array.isArray(val)){const length=val.length;let debug="[";if(length>0){debug+=debugString(val[0]);}for(let i=1;i1){className=builtInMatches[1];}else{return toString.call(val);}if(className=="Object"){try{return"Object("+JSON.stringify(val)+")";}catch(_){return"Object";}}if(val instanceof Error){return`${val.name}: ${val.message} ${val.stack}`;}return className;}function getArrayJsValueFromWasm0(ptr,len){ptr=ptr>>>0;const mem=getDataViewMemory0();const result=[];for(let i=ptr;i>>0;return getUint8ArrayMemory0().subarray(ptr/1,ptr/1+len);}let cachedDataViewMemory0=null;function getDataViewMemory0(){if(cachedDataViewMemory0===null||cachedDataViewMemory0.buffer.detached===true||cachedDataViewMemory0.buffer.detached===undefined&&cachedDataViewMemory0.buffer!==wasm.memory.buffer){cachedDataViewMemory0=new DataView(wasm.memory.buffer);}return cachedDataViewMemory0;}function getStringFromWasm0(ptr,len){ptr=ptr>>>0;return decodeText(ptr,len);}let cachedUint8ArrayMemory0=null;function getUint8ArrayMemory0(){if(cachedUint8ArrayMemory0===null||cachedUint8ArrayMemory0.byteLength===0){cachedUint8ArrayMemory0=new Uint8Array(wasm.memory.buffer);}return cachedUint8ArrayMemory0;}function handleError(f,args){try{return f.apply(this,args);}catch(e){const idx=addToExternrefTable0(e);wasm.__wbindgen_exn_store(idx);}}function isLikeNone(x){return x===undefined||x===null;}function makeClosure(arg0,arg1,dtor,f){const state={a:arg0,b:arg1,cnt:1,dtor};const real=(...args)=>{state.cnt++;try{return f(state.a,state.b,...args);}finally{real._wbg_cb_unref();}};real._wbg_cb_unref=()=>{if(--state.cnt===0){state.dtor(state.a,state.b);state.a=0;CLOSURE_DTORS.unregister(state);}};CLOSURE_DTORS.register(real,state,state);return real;}function makeMutClosure(arg0,arg1,dtor,f){const state={a:arg0,b:arg1,cnt:1,dtor};const real=(...args)=>{state.cnt++;const a=state.a;state.a=0;try{return f(a,state.b,...args);}finally{state.a=a;real._wbg_cb_unref();}};real._wbg_cb_unref=()=>{if(--state.cnt===0){state.dtor(state.a,state.b);state.a=0;CLOSURE_DTORS.unregister(state);}};CLOSURE_DTORS.register(real,state,state);return real;}function passArrayJsValueToWasm0(array,malloc){const ptr=malloc(array.length*4,4)>>>0;for(let i=0;i>>0;getUint8ArrayMemory0().subarray(ptr,ptr+buf.length).set(buf);WASM_VECTOR_LEN=buf.length;return ptr;}let len=arg.length;let ptr=malloc(len,1)>>>0;const mem=getUint8ArrayMemory0();let offset=0;for(;offset127)break;mem[ptr+offset]=code;}if(offset!==len){if(offset!==0){arg=arg.slice(offset);}ptr=realloc(ptr,len,len=offset+arg.length*3,1)>>>0;const view=getUint8ArrayMemory0().subarray(ptr+offset,ptr+len);const ret=cachedTextEncoder.encodeInto(arg,view);offset+=ret.written;ptr=realloc(ptr,len,offset,1)>>>0;}WASM_VECTOR_LEN=offset;return ptr;}let cachedTextDecoder=new TextDecoder("utf-8",{ignoreBOM:true,fatal:true});cachedTextDecoder.decode();let numBytesDecoded=0;function decodeText(ptr,len){numBytesDecoded+=len;if(numBytesDecoded>=0x7ff00000){cachedTextDecoder=new TextDecoder("utf-8",{ignoreBOM:true,fatal:true});cachedTextDecoder.decode();numBytesDecoded=len;}return cachedTextDecoder.decode(getUint8ArrayMemory0().subarray(ptr,ptr+len));}const cachedTextEncoder=new TextEncoder;if(!("encodeInto"in cachedTextEncoder)){cachedTextEncoder.encodeInto=function(arg,view){const buf=cachedTextEncoder.encode(arg);view.set(buf);return{read:arg.length,written:buf.length};};}let WASM_VECTOR_LEN=0;function _ZN12wasm_bindgen7convert8closures1_6invoke17h2b28aff232bca251E(arg0,arg1,arg2){wasm._ZN12wasm_bindgen7convert8closures1_6invoke17h2b28aff232bca251E(arg0,arg1,arg2);}function _ZN12wasm_bindgen7convert8closures1_6invoke17h05151c4ea9a36b89E(arg0,arg1){wasm._ZN12wasm_bindgen7convert8closures1_6invoke17h05151c4ea9a36b89E(arg0,arg1);}function _ZN12wasm_bindgen7convert8closures1_1_6invoke17hc7ac202f4f0dddf8E(arg0,arg1,arg2){wasm._ZN12wasm_bindgen7convert8closures1_1_6invoke17hc7ac202f4f0dddf8E(arg0,arg1,arg2);}const __wbindgen_enum_ScrollBehavior=["auto","instant","smooth"];const __wbindgen_enum_ScrollLogicalPosition=["start","center","end","nearest"];const __wbindgen_enum_ScrollRestoration=["auto","manual"];const JSOwnerFinalization=typeof FinalizationRegistry==="undefined"?{register:()=>{},unregister:()=>{}}:new FinalizationRegistry(ptr=>wasm.__wbg_jsowner_free(ptr>>>0,1));class JSOwner{static __wrap(ptr){ptr=ptr>>>0;const obj=Object.create(JSOwner.prototype);obj.__wbg_ptr=ptr;JSOwnerFinalization.register(obj,obj.__wbg_ptr,obj);return obj;}__destroy_into_raw(){const ptr=this.__wbg_ptr;this.__wbg_ptr=0;JSOwnerFinalization.unregister(this);return ptr;}free(){const ptr=this.__destroy_into_raw();wasm.__wbg_jsowner_free(ptr,0);}}if(Symbol.dispose)JSOwner.prototype[Symbol.dispose]=JSOwner.prototype.free;const EXPECTED_RESPONSE_TYPES=new Set(["basic","cors","default"]);async function __wbg_load(module,imports){if(typeof Response==="function"&&module instanceof Response){if(typeof WebAssembly.instantiateStreaming==="function"){try{return await WebAssembly.instantiateStreaming(module,imports);}catch(e){const validResponse=module.ok&&EXPECTED_RESPONSE_TYPES.has(module.type);if(validResponse&&module.headers.get("Content-Type")!=="application/wasm"){console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",e);}else{throw e;}}}const bytes=await module.arrayBuffer();return await WebAssembly.instantiate(bytes,imports);}else{const instance=await WebAssembly.instantiate(module,imports);if(instance instanceof WebAssembly.Instance){return{instance,module};}else{return instance;}}}function __wbg_get_imports(){const imports={};imports.wbg={};imports.wbg.__wbg_Error_52673b7de5a0ca89=function(arg0,arg1){const ret=Error(getStringFromWasm0(arg0,arg1));return ret;};imports.wbg.__wbg_String_8f0eb39a4a4c2f66=function(arg0,arg1){const ret=String(arg1);const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg___wbindgen_bigint_get_as_i64_6e32f5e6aff02e1d=function(arg0,arg1){const v=arg1;const ret=typeof v==="bigint"?v:undefined;getDataViewMemory0().setBigInt64(arg0+8*1,isLikeNone(ret)?BigInt(0):ret,true);getDataViewMemory0().setInt32(arg0+4*0,!isLikeNone(ret),true);};imports.wbg.__wbg___wbindgen_boolean_get_dea25b33882b895b=function(arg0){const v=arg0;const ret=typeof v==="boolean"?v:undefined;return isLikeNone(ret)?0xffffff:ret?1:0;};imports.wbg.__wbg___wbindgen_debug_string_adfb662ae34724b6=function(arg0,arg1){const ret=debugString(arg1);const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg___wbindgen_in_0d3e1e8f0c669317=function(arg0,arg1){const ret=arg0 in arg1;return ret;};imports.wbg.__wbg___wbindgen_is_bigint_0e1a2e3f55cfae27=function(arg0){const ret=typeof arg0==="bigint";return ret;};imports.wbg.__wbg___wbindgen_is_function_8d400b8b1af978cd=function(arg0){const ret=typeof arg0==="function";return ret;};imports.wbg.__wbg___wbindgen_is_object_ce774f3490692386=function(arg0){const val=arg0;const ret=typeof val==="object"&&val!==null;return ret;};imports.wbg.__wbg___wbindgen_is_string_704ef9c8fc131030=function(arg0){const ret=typeof arg0==="string";return ret;};imports.wbg.__wbg___wbindgen_is_undefined_f6b95eab589e0269=function(arg0){const ret=arg0===undefined;return ret;};imports.wbg.__wbg___wbindgen_jsval_eq_b6101cc9cef1fe36=function(arg0,arg1){const ret=arg0===arg1;return ret;};imports.wbg.__wbg___wbindgen_jsval_loose_eq_766057600fdd1b0d=function(arg0,arg1){const ret=arg0==arg1;return ret;};imports.wbg.__wbg___wbindgen_memory_a342e963fbcabd68=function(){const ret=wasm.memory;return ret;};imports.wbg.__wbg___wbindgen_number_get_9619185a74197f95=function(arg0,arg1){const obj=arg1;const ret=typeof obj==="number"?obj:undefined;getDataViewMemory0().setFloat64(arg0+8*1,isLikeNone(ret)?0:ret,true);getDataViewMemory0().setInt32(arg0+4*0,!isLikeNone(ret),true);};imports.wbg.__wbg___wbindgen_string_get_a2a31e16edf96e42=function(arg0,arg1){const obj=arg1;const ret=typeof obj==="string"?obj:undefined;var ptr1=isLikeNone(ret)?0:passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);var len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg___wbindgen_throw_dd24417ed36fc46e=function(arg0,arg1){throw new Error(getStringFromWasm0(arg0,arg1));};imports.wbg.__wbg__wbg_cb_unref_87dfb5aaa0cbcea7=function(arg0){arg0._wbg_cb_unref();};imports.wbg.__wbg_addEventListener_6a82629b3d430a48=function(){return handleError(function(arg0,arg1,arg2,arg3){arg0.addEventListener(getStringFromWasm0(arg1,arg2),arg3);},arguments);};imports.wbg.__wbg_altKey_5ad2d5a305de8b3e=function(arg0){const ret=arg0.altKey;return ret;};imports.wbg.__wbg_altKey_e13fae92dfebca3e=function(arg0){const ret=arg0.altKey;return ret;};imports.wbg.__wbg_appendChild_7465eba84213c75f=function(){return handleError(function(arg0,arg1){const ret=arg0.appendChild(arg1);return ret;},arguments);};imports.wbg.__wbg_arrayBuffer_3356d392ef2d2aa9=function(arg0){const ret=arg0.arrayBuffer();return ret;};imports.wbg.__wbg_arrayBuffer_c04af4fce566092d=function(){return handleError(function(arg0){const ret=arg0.arrayBuffer();return ret;},arguments);};imports.wbg.__wbg_back_0496114634bc11e8=function(){return handleError(function(arg0){arg0.back();},arguments);};imports.wbg.__wbg_blur_ca11f751d4c09d3f=function(){return handleError(function(arg0){arg0.blur();},arguments);};imports.wbg.__wbg_bubbles_e4c9c79552ecbd09=function(arg0){const ret=arg0.bubbles;return ret;};imports.wbg.__wbg_button_a54acd25bab5d442=function(arg0){const ret=arg0.button;return ret;};imports.wbg.__wbg_buttons_a37ff9ffacadddb5=function(arg0){const ret=arg0.buttons;return ret;};imports.wbg.__wbg_call_3020136f7a2d6e44=function(){return handleError(function(arg0,arg1,arg2){const ret=arg0.call(arg1,arg2);return ret;},arguments);};imports.wbg.__wbg_call_abb4ff46ce38be40=function(){return handleError(function(arg0,arg1){const ret=arg0.call(arg1);return ret;},arguments);};imports.wbg.__wbg_changedTouches_002fee0da4489efe=function(arg0){const ret=arg0.changedTouches;return ret;};imports.wbg.__wbg_charCodeAt_6c748220ece97752=function(arg0,arg1){const ret=arg0.charCodeAt(arg1>>>0);return ret;};imports.wbg.__wbg_checkValidity_61cde4e80b082115=function(arg0){const ret=arg0.checkValidity();return ret;};imports.wbg.__wbg_checked_3e525f462e60e1bb=function(arg0){const ret=arg0.checked;return ret;};imports.wbg.__wbg_clearTimeout_5a54f8841c30079a=function(arg0){const ret=clearTimeout(arg0);return ret;};imports.wbg.__wbg_clientX_2ea1e898842f21ed=function(arg0){const ret=arg0.clientX;return ret;};imports.wbg.__wbg_clientX_c17906c33ea43025=function(arg0){const ret=arg0.clientX;return ret;};imports.wbg.__wbg_clientY_70eb66d231a332a3=function(arg0){const ret=arg0.clientY;return ret;};imports.wbg.__wbg_clientY_d12086a5a6a3a9d5=function(arg0){const ret=arg0.clientY;return ret;};imports.wbg.__wbg_createComment_89db599aa930ef8a=function(arg0,arg1,arg2){const ret=arg0.createComment(getStringFromWasm0(arg1,arg2));return ret;};imports.wbg.__wbg_createElementNS_e7c12bbd579529e2=function(){return handleError(function(arg0,arg1,arg2,arg3,arg4){const ret=arg0.createElementNS(arg1===0?undefined:getStringFromWasm0(arg1,arg2),getStringFromWasm0(arg3,arg4));return ret;},arguments);};imports.wbg.__wbg_createElement_da4ed2b219560fc6=function(){return handleError(function(arg0,arg1,arg2){const ret=arg0.createElement(getStringFromWasm0(arg1,arg2));return ret;},arguments);};imports.wbg.__wbg_createTextNode_0cf8168f7646a5d2=function(arg0,arg1,arg2){const ret=arg0.createTextNode(getStringFromWasm0(arg1,arg2));return ret;};imports.wbg.__wbg_ctrlKey_878cf4b58012cbf1=function(arg0){const ret=arg0.ctrlKey;return ret;};imports.wbg.__wbg_ctrlKey_b391e5105c3f6e76=function(arg0){const ret=arg0.ctrlKey;return ret;};imports.wbg.__wbg_deltaMode_d74ec093e23ffeec=function(arg0){const ret=arg0.deltaMode;return ret;};imports.wbg.__wbg_deltaX_41f7678c94b10355=function(arg0){const ret=arg0.deltaX;return ret;};imports.wbg.__wbg_deltaY_3f10fd796fae2a0f=function(arg0){const ret=arg0.deltaY;return ret;};imports.wbg.__wbg_deltaZ_72be8a01aff78a55=function(arg0){const ret=arg0.deltaZ;return ret;};imports.wbg.__wbg_document_5b745e82ba551ca5=function(arg0){const ret=arg0.document;return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_done_62ea16af4ce34b24=function(arg0){const ret=arg0.done;return ret;};imports.wbg.__wbg_entries_608bc70200b16c2f=function(arg0){const ret=arg0.entries();return ret;};imports.wbg.__wbg_entries_83c79938054e065f=function(arg0){const ret=Object.entries(arg0);return ret;};imports.wbg.__wbg_error_7bc7d576a6aaf855=function(arg0){console.error(arg0);};imports.wbg.__wbg_fetch_8119fbf8d0e4f4d1=function(arg0,arg1){const ret=arg0.fetch(arg1);return ret;};imports.wbg.__wbg_files_aa1f009258eadae6=function(arg0){const ret=arg0.files;return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_focus_220a53e22147dc0f=function(){return handleError(function(arg0){arg0.focus();},arguments);};imports.wbg.__wbg_force_ec61071358a7ae6f=function(arg0){const ret=arg0.force;return ret;};imports.wbg.__wbg_forward_2c225c2dffd128c8=function(){return handleError(function(arg0){arg0.forward();},arguments);};imports.wbg.__wbg_getAttribute_80900eec94cb3636=function(arg0,arg1,arg2,arg3){const ret=arg1.getAttribute(getStringFromWasm0(arg2,arg3));var ptr1=isLikeNone(ret)?0:passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);var len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg_getBoundingClientRect_25e44a78507968b0=function(arg0){const ret=arg0.getBoundingClientRect();return ret;};imports.wbg.__wbg_getElementById_e05488d2143c2b21=function(arg0,arg1,arg2){const ret=arg0.getElementById(getStringFromWasm0(arg1,arg2));return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_getNode_c70a31f61cabe0a8=function(arg0,arg1){const ret=arg0.getNode(arg1>>>0);return ret;};imports.wbg.__wbg_get_6b7bd52aca3f9671=function(arg0,arg1){const ret=arg0[arg1>>>0];return ret;};imports.wbg.__wbg_get_84957f57555c0874=function(arg0,arg1){const ret=arg0[arg1>>>0];return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_get_af9dab7e9603ea93=function(){return handleError(function(arg0,arg1){const ret=Reflect.get(arg0,arg1);return ret;},arguments);};imports.wbg.__wbg_get_select_data_6e0428e22d7a42ca=function(arg0,arg1){const ret=get_select_data(arg1);const ptr1=passArrayJsValueToWasm0(ret,wasm.__wbindgen_malloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg_hash_979a7861415bf1f8=function(){return handleError(function(arg0,arg1){const ret=arg1.hash;const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);},arguments);};imports.wbg.__wbg_head_aa354d3e01363673=function(arg0){const ret=arg0.head;return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_height_b5f604f110c1540c=function(arg0){const ret=arg0.height;return ret;};imports.wbg.__wbg_history_42a0e31617a8f00e=function(){return handleError(function(arg0){const ret=arg0.history;return ret;},arguments);};imports.wbg.__wbg_identifier_4045753259aef15d=function(arg0){const ret=arg0.identifier;return ret;};imports.wbg.__wbg_initialize_985a2a247c58b5f0=function(arg0,arg1,arg2){arg0.initialize(arg1,arg2);};imports.wbg.__wbg_instanceof_ArrayBuffer_f3320d2419cd0355=function(arg0){let result;try{result=arg0 instanceof ArrayBuffer;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_Blob_e9c51ce33a4b6181=function(arg0){let result;try{result=arg0 instanceof Blob;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_Element_6f7ba982258cfc0f=function(arg0){let result;try{result=arg0 instanceof Element;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_Error_3443650560328fa9=function(arg0){let result;try{result=arg0 instanceof Error;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_File_8de82c08b7cd5db7=function(arg0){let result;try{result=arg0 instanceof File;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_HtmlElement_20a3acb594113d73=function(arg0){let result;try{result=arg0 instanceof HTMLElement;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_HtmlFormElement_c19e72a917a5f1f0=function(arg0){let result;try{result=arg0 instanceof HTMLFormElement;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_HtmlInputElement_46b31917ce88698f=function(arg0){let result;try{result=arg0 instanceof HTMLInputElement;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_HtmlSelectElement_7b43062ce94166ee=function(arg0){let result;try{result=arg0 instanceof HTMLSelectElement;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_HtmlTextAreaElement_c536f795b9189187=function(arg0){let result;try{result=arg0 instanceof HTMLTextAreaElement;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_Map_084be8da74364158=function(arg0){let result;try{result=arg0 instanceof Map;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_Node_8af87d5d16d153d3=function(arg0){let result;try{result=arg0 instanceof Node;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_Uint8Array_da54ccc9d3e09434=function(arg0){let result;try{result=arg0 instanceof Uint8Array;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_instanceof_Window_b5cf7783caa68180=function(arg0){let result;try{result=arg0 instanceof Window;}catch(_){result=false;}const ret=result;return ret;};imports.wbg.__wbg_isArray_51fd9e6422c0a395=function(arg0){const ret=Array.isArray(arg0);return ret;};imports.wbg.__wbg_isSafeInteger_ae7d3f054d55fa16=function(arg0){const ret=Number.isSafeInteger(arg0);return ret;};imports.wbg.__wbg_item_1e5438e413f910c3=function(arg0,arg1){const ret=arg0.item(arg1>>>0);return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_iterator_27b7c8b35ab3e86b=function(){const ret=Symbol.iterator;return ret;};imports.wbg.__wbg_lastModified_0b523634ff1e63fc=function(arg0){const ret=arg0.lastModified;return ret;};imports.wbg.__wbg_left_d52bfa3824286825=function(arg0){const ret=arg0.left;return ret;};imports.wbg.__wbg_length_1f83b8e5895c84aa=function(arg0){const ret=arg0.length;return ret;};imports.wbg.__wbg_length_22ac23eaec9d8053=function(arg0){const ret=arg0.length;return ret;};imports.wbg.__wbg_length_5548a3a9b927d0af=function(arg0){const ret=arg0.length;return ret;};imports.wbg.__wbg_length_7226f74c66ca4a9d=function(arg0){const ret=arg0.length;return ret;};imports.wbg.__wbg_length_d45040a40c570362=function(arg0){const ret=arg0.length;return ret;};imports.wbg.__wbg_location_962e75c1c1b3ebed=function(arg0){const ret=arg0.location;return ret;};imports.wbg.__wbg_log_0cc1b7768397bcfe=function(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7){let deferred0_0;let deferred0_1;try{deferred0_0=arg0;deferred0_1=arg1;console.log(getStringFromWasm0(arg0,arg1),getStringFromWasm0(arg2,arg3),getStringFromWasm0(arg4,arg5),getStringFromWasm0(arg6,arg7));}finally{wasm.__wbindgen_free(deferred0_0,deferred0_1,1);}};imports.wbg.__wbg_log_cb9e190acc5753fb=function(arg0,arg1){let deferred0_0;let deferred0_1;try{deferred0_0=arg0;deferred0_1=arg1;console.log(getStringFromWasm0(arg0,arg1));}finally{wasm.__wbindgen_free(deferred0_0,deferred0_1,1);}};imports.wbg.__wbg_mark_7438147ce31e9d4b=function(arg0,arg1){performance.mark(getStringFromWasm0(arg0,arg1));};imports.wbg.__wbg_matchMedia_29904c79dbaba90b=function(){return handleError(function(arg0,arg1,arg2){const ret=arg0.matchMedia(getStringFromWasm0(arg1,arg2));return isLikeNone(ret)?0:addToExternrefTable0(ret);},arguments);};imports.wbg.__wbg_matches_9cef9b7c722bd7c8=function(arg0){const ret=arg0.matches;return ret;};imports.wbg.__wbg_measure_fb7825c11612c823=function(){return handleError(function(arg0,arg1,arg2,arg3){let deferred0_0;let deferred0_1;let deferred1_0;let deferred1_1;try{deferred0_0=arg0;deferred0_1=arg1;deferred1_0=arg2;deferred1_1=arg3;performance.measure(getStringFromWasm0(arg0,arg1),getStringFromWasm0(arg2,arg3));}finally{wasm.__wbindgen_free(deferred0_0,deferred0_1,1);wasm.__wbindgen_free(deferred1_0,deferred1_1,1);}},arguments);};imports.wbg.__wbg_message_0305fa7903f4b3d9=function(arg0){const ret=arg0.message;return ret;};imports.wbg.__wbg_metaKey_2bf7f6d8dbe23ee7=function(arg0){const ret=arg0.metaKey;return ret;};imports.wbg.__wbg_metaKey_448c751accad2eba=function(arg0){const ret=arg0.metaKey;return ret;};imports.wbg.__wbg_name_13bb9dc8b6e6e67c=function(arg0,arg1){const ret=arg1.name;const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg_name_c54db7e5623d6be4=function(arg0,arg1){const ret=arg1.name;const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg_name_f33243968228ce95=function(arg0){const ret=arg0.name;return ret;};imports.wbg.__wbg_new_111dde64cffa8ba1=function(){return handleError(function(){const ret=new FileReader;return ret;},arguments);};imports.wbg.__wbg_new_1ba21ce319a06297=function(){const ret=new Object;return ret;};imports.wbg.__wbg_new_25f239778d6112b9=function(){const ret=new Array;return ret;};imports.wbg.__wbg_new_2bf71a3ccff43439=function(arg0){const ret=new RawInterpreter(arg0>>>0);return ret;};imports.wbg.__wbg_new_46c0389d2d01722a=function(arg0){const ret=new WebDioxusChannel(JSOwner.__wrap(arg0));return ret;};imports.wbg.__wbg_new_6421f6084cc5bc5a=function(arg0){const ret=new Uint8Array(arg0);return ret;};imports.wbg.__wbg_new_b546ae120718850e=function(){const ret=new Map;return ret;};imports.wbg.__wbg_new_no_args_cb138f77cf6151ee=function(arg0,arg1){const ret=new Function(getStringFromWasm0(arg0,arg1));return ret;};imports.wbg.__wbg_new_with_args_df9e7125ffe55248=function(arg0,arg1,arg2,arg3){const ret=new Function(getStringFromWasm0(arg0,arg1),getStringFromWasm0(arg2,arg3));return ret;};imports.wbg.__wbg_new_with_form_4ec726a563608093=function(){return handleError(function(arg0){const ret=new FormData(arg0);return ret;},arguments);};imports.wbg.__wbg_new_with_str_e8aac3eec73c239d=function(){return handleError(function(arg0,arg1){const ret=new Request(getStringFromWasm0(arg0,arg1));return ret;},arguments);};imports.wbg.__wbg_next_138a17bbf04e926c=function(arg0){const ret=arg0.next;return ret;};imports.wbg.__wbg_next_3cfe5c0fe2a4cc53=function(){return handleError(function(arg0){const ret=arg0.next();return ret;},arguments);};imports.wbg.__wbg_now_8cf15d6e317793e1=function(arg0){const ret=arg0.now();return ret;};imports.wbg.__wbg_offsetX_cef943cf53ab2b5a=function(arg0){const ret=arg0.offsetX;return ret;};imports.wbg.__wbg_offsetY_9a093457f71ef493=function(arg0){const ret=arg0.offsetY;return ret;};imports.wbg.__wbg_ownerDocument_b75b31a8bf74b91c=function(arg0){const ret=arg0.ownerDocument;return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_pageX_c507cebeb57ab01d=function(arg0){const ret=arg0.pageX;return ret;};imports.wbg.__wbg_pageX_ce36de7e920713f7=function(arg0){const ret=arg0.pageX;return ret;};imports.wbg.__wbg_pageY_17e7067b0778ce53=function(arg0){const ret=arg0.pageY;return ret;};imports.wbg.__wbg_pageY_8c978486a596a63a=function(arg0){const ret=arg0.pageY;return ret;};imports.wbg.__wbg_parentElement_f12dbbdecc1452a6=function(arg0){const ret=arg0.parentElement;return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_pathname_7b4426cce3f331cf=function(){return handleError(function(arg0,arg1){const ret=arg1.pathname;const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);},arguments);};imports.wbg.__wbg_performance_c77a440eff2efd9b=function(arg0){const ret=arg0.performance;return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_preventDefault_e97663aeeb9709d3=function(arg0){arg0.preventDefault();};imports.wbg.__wbg_prototypesetcall_dfe9b766cdc1f1fd=function(arg0,arg1,arg2){Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0,arg1),arg2);};imports.wbg.__wbg_pushState_97ca33be0ff17d82=function(){return handleError(function(arg0,arg1,arg2,arg3,arg4,arg5){arg0.pushState(arg1,getStringFromWasm0(arg2,arg3),arg4===0?undefined:getStringFromWasm0(arg4,arg5));},arguments);};imports.wbg.__wbg_push_7d9be8f38fc13975=function(arg0,arg1){const ret=arg0.push(arg1);return ret;};imports.wbg.__wbg_queueMicrotask_9b549dfce8865860=function(arg0){const ret=arg0.queueMicrotask;return ret;};imports.wbg.__wbg_queueMicrotask_fca69f5bfad613a5=function(arg0){queueMicrotask(arg0);};imports.wbg.__wbg_radiusX_38def550a11079ca=function(arg0){const ret=arg0.radiusX;return ret;};imports.wbg.__wbg_radiusY_e5774684c0b0cf69=function(arg0){const ret=arg0.radiusY;return ret;};imports.wbg.__wbg_readAsArrayBuffer_0aca937439be3197=function(){return handleError(function(arg0,arg1){arg0.readAsArrayBuffer(arg1);},arguments);};imports.wbg.__wbg_readAsText_576ce4784fdfa327=function(){return handleError(function(arg0,arg1){arg0.readAsText(arg1);},arguments);};imports.wbg.__wbg_replaceState_9b53ce8415668210=function(){return handleError(function(arg0,arg1,arg2,arg3,arg4,arg5){arg0.replaceState(arg1,getStringFromWasm0(arg2,arg3),arg4===0?undefined:getStringFromWasm0(arg4,arg5));},arguments);};imports.wbg.__wbg_requestAnimationFrame_994dc4ebde22b8d9=function(){return handleError(function(arg0,arg1){const ret=arg0.requestAnimationFrame(arg1);return ret;},arguments);};imports.wbg.__wbg_resolve_fd5bfbaa4ce36e1e=function(arg0){const ret=Promise.resolve(arg0);return ret;};imports.wbg.__wbg_result_893437a1eaacc4df=function(){return handleError(function(arg0){const ret=arg0.result;return ret;},arguments);};imports.wbg.__wbg_rotationAngle_a0ab68dd3196f28d=function(arg0){const ret=arg0.rotationAngle;return ret;};imports.wbg.__wbg_run_995b2b00adbb975a=function(arg0){arg0.run();};imports.wbg.__wbg_rustRecv_dbfa12838d83231a=function(arg0){const ret=arg0.rustRecv();return ret;};imports.wbg.__wbg_rustSend_b3dd3c459eea7ca6=function(arg0,arg1){arg0.rustSend(arg1);};imports.wbg.__wbg_saveTemplate_16846e51dbaadf41=function(arg0,arg1,arg2,arg3){var v0=getArrayJsValueFromWasm0(arg1,arg2).slice();wasm.__wbindgen_free(arg1,arg2*4,4);arg0.saveTemplate(v0,arg3);};imports.wbg.__wbg_screenX_4d261d4f77e92194=function(arg0){const ret=arg0.screenX;return ret;};imports.wbg.__wbg_screenX_80c8b173b23a4491=function(arg0){const ret=arg0.screenX;return ret;};imports.wbg.__wbg_screenY_18dc707f629386e5=function(arg0){const ret=arg0.screenY;return ret;};imports.wbg.__wbg_screenY_432cd3a76fe116ba=function(arg0){const ret=arg0.screenY;return ret;};imports.wbg.__wbg_scrollHeight_3902413ae40f24a7=function(arg0){const ret=arg0.scrollHeight;return ret;};imports.wbg.__wbg_scrollIntoView_eb85b1ffb418b67c=function(arg0,arg1){arg0.scrollIntoView(arg1);};imports.wbg.__wbg_scrollLeft_fd09c4fc9e877b68=function(arg0){const ret=arg0.scrollLeft;return ret;};imports.wbg.__wbg_scrollTo_c18d69ba522ef774=function(arg0,arg1,arg2){arg0.scrollTo(arg1,arg2);};imports.wbg.__wbg_scrollTop_76691208c28906d5=function(arg0){const ret=arg0.scrollTop;return ret;};imports.wbg.__wbg_scrollWidth_1879d4fcf958465f=function(arg0){const ret=arg0.scrollWidth;return ret;};imports.wbg.__wbg_scrollX_1d9327a9ce76af46=function(){return handleError(function(arg0){const ret=arg0.scrollX;return ret;},arguments);};imports.wbg.__wbg_scrollY_559107419fb2470d=function(){return handleError(function(arg0){const ret=arg0.scrollY;return ret;},arguments);};imports.wbg.__wbg_scroll_0f9b9183dd6e485b=function(arg0,arg1){arg0.scroll(arg1);};imports.wbg.__wbg_search_856af82f9dccb2ef=function(){return handleError(function(arg0,arg1){const ret=arg1.search;const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);},arguments);};imports.wbg.__wbg_setAttributeInner_acc4e02e3ffee8ca=function(arg0,arg1,arg2,arg3,arg4,arg5){setAttributeInner1(arg0,getStringFromWasm0(arg1,arg2),arg3,arg4===0?undefined:getStringFromWasm0(arg4,arg5));};imports.wbg.__wbg_setAttribute_34747dd193f45828=function(){return handleError(function(arg0,arg1,arg2,arg3,arg4){arg0.setAttribute(getStringFromWasm0(arg1,arg2),getStringFromWasm0(arg3,arg4));},arguments);};imports.wbg.__wbg_setTimeout_db2dbaeefb6f39c7=function(){return handleError(function(arg0,arg1){const ret=setTimeout(arg0,arg1);return ret;},arguments);};imports.wbg.__wbg_set_3f1d0b984ed272ed=function(arg0,arg1,arg2){arg0[arg1]=arg2;};imports.wbg.__wbg_set_7df433eea03a5c14=function(arg0,arg1,arg2){arg0[arg1>>>0]=arg2;};imports.wbg.__wbg_set_behavior_334841a9fd85b905=function(arg0,arg1){arg0.behavior=__wbindgen_enum_ScrollBehavior[arg1];};imports.wbg.__wbg_set_behavior_c6b0a0729df3dbc8=function(arg0,arg1){arg0.behavior=__wbindgen_enum_ScrollBehavior[arg1];};imports.wbg.__wbg_set_block_c4027502c06aed10=function(arg0,arg1){arg0.block=__wbindgen_enum_ScrollLogicalPosition[arg1];};imports.wbg.__wbg_set_efaaf145b9377369=function(arg0,arg1,arg2){const ret=arg0.set(arg1,arg2);return ret;};imports.wbg.__wbg_set_href_851b22e9bb498129=function(){return handleError(function(arg0,arg1,arg2){arg0.href=getStringFromWasm0(arg1,arg2);},arguments);};imports.wbg.__wbg_set_inline_2c787f025e559c6e=function(arg0,arg1){arg0.inline=__wbindgen_enum_ScrollLogicalPosition[arg1];};imports.wbg.__wbg_set_left_4ee87c9515441340=function(arg0,arg1){arg0.left=arg1;};imports.wbg.__wbg_set_onload_3ff2f72af5cc911d=function(arg0,arg1){arg0.onload=arg1;};imports.wbg.__wbg_set_scrollRestoration_92f4d7fa7576128f=function(){return handleError(function(arg0,arg1){arg0.scrollRestoration=__wbindgen_enum_ScrollRestoration[arg1];},arguments);};imports.wbg.__wbg_set_textContent_e461237efe237e01=function(arg0,arg1,arg2){arg0.textContent=arg1===0?undefined:getStringFromWasm0(arg1,arg2);};imports.wbg.__wbg_set_top_24ffb0a67b7cb634=function(arg0,arg1){arg0.top=arg1;};imports.wbg.__wbg_shiftKey_44c751cbb8c6c454=function(arg0){const ret=arg0.shiftKey;return ret;};imports.wbg.__wbg_shiftKey_a6df227a917d203b=function(arg0){const ret=arg0.shiftKey;return ret;};imports.wbg.__wbg_size_82fbdb656de23326=function(arg0){const ret=arg0.size;return ret;};imports.wbg.__wbg_state_f49c29369f3eefd7=function(){return handleError(function(arg0){const ret=arg0.state;return ret;},arguments);};imports.wbg.__wbg_static_accessor_GLOBAL_769e6b65d6557335=function(){const ret=typeof global==="undefined"?null:global;return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_static_accessor_GLOBAL_THIS_60cf02db4de8e1c1=function(){const ret=typeof globalThis==="undefined"?null:globalThis;return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_static_accessor_SELF_08f5a74c69739274=function(){const ret=typeof self==="undefined"?null:self;return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_static_accessor_WINDOW_a8924b26aa92d024=function(){const ret=typeof window==="undefined"?null:window;return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_stringify_655a6390e1f5eb6b=function(){return handleError(function(arg0){const ret=JSON.stringify(arg0);return ret;},arguments);};imports.wbg.__wbg_targetTouches_4ad109409736cd74=function(arg0){const ret=arg0.targetTouches;return ret;};imports.wbg.__wbg_target_0e3e05a6263c37a0=function(arg0){const ret=arg0.target;return isLikeNone(ret)?0:addToExternrefTable0(ret);};imports.wbg.__wbg_textContent_8083fbe3416e42c7=function(arg0,arg1){const ret=arg1.textContent;var ptr1=isLikeNone(ret)?0:passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);var len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg_then_429f7caf1026411d=function(arg0,arg1,arg2){const ret=arg0.then(arg1,arg2);return ret;};imports.wbg.__wbg_then_4f95312d68691235=function(arg0,arg1){const ret=arg0.then(arg1);return ret;};imports.wbg.__wbg_top_7d5b82a2c5d7f13f=function(arg0){const ret=arg0.top;return ret;};imports.wbg.__wbg_touches_1cf6f6e3e2a7e85d=function(arg0){const ret=arg0.touches;return ret;};imports.wbg.__wbg_type_4bea23a78318af32=function(arg0,arg1){const ret=arg1.type;const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg_type_cb833fc71b5282fb=function(arg0,arg1){const ret=arg1.type;const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg_type_cbb6d97cde55e808=function(arg0,arg1){const ret=arg1.type;const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg_update_memory_8a2de58b3e57d851=function(arg0,arg1){arg0.update_memory(arg1);};imports.wbg.__wbg_value_2c75ca481407d038=function(arg0,arg1){const ret=arg1.value;const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg_value_57b7b035e117f7ee=function(arg0){const ret=arg0.value;return ret;};imports.wbg.__wbg_value_5ea6e5ab9f609290=function(arg0,arg1){const ret=arg1.value;const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg_value_db52a130d93fb044=function(arg0,arg1){const ret=arg1.value;const ptr1=passStringToWasm0(ret,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;getDataViewMemory0().setInt32(arg0+4*1,len1,true);getDataViewMemory0().setInt32(arg0+4*0,ptr1,true);};imports.wbg.__wbg_weak_ecc8615497afb681=function(arg0){const ret=arg0.weak();return ret;};imports.wbg.__wbg_width_2ea6e6731430a171=function(arg0){const ret=arg0.width;return ret;};imports.wbg.__wbg_x_069c9a138e362471=function(arg0){const ret=arg0.x;return ret;};imports.wbg.__wbg_y_033d56f0aba0b2d0=function(arg0){const ret=arg0.y;return ret;};imports.wbg.__wbindgen_cast_2241b6af4c4b2941=function(arg0,arg1){const ret=getStringFromWasm0(arg0,arg1);return ret;};imports.wbg.__wbindgen_cast_4625c577ab2ec9ee=function(arg0){const ret=BigInt.asUintN(64,arg0);return ret;};imports.wbg.__wbindgen_cast_4a3dde1e3d77780c=function(arg0,arg1){const ret=makeClosure(arg0,arg1,wasm._ZN12wasm_bindgen7closure7destroy17h5b52930a1a8ff117E,_ZN12wasm_bindgen7convert8closures1_1_6invoke17hc7ac202f4f0dddf8E);return ret;};imports.wbg.__wbindgen_cast_58758bc468ba78ef=function(arg0,arg1){const ret=makeMutClosure(arg0,arg1,wasm._ZN12wasm_bindgen7closure7destroy17h5b52930a1a8ff117E,_ZN12wasm_bindgen7convert8closures1_6invoke17h2b28aff232bca251E);return ret;};imports.wbg.__wbindgen_cast_6ca5e5b50e82b8b0=function(arg0,arg1){const ret=makeMutClosure(arg0,arg1,wasm._ZN12wasm_bindgen7closure7destroy17h4c3ca3fd1adaeae7E,_ZN12wasm_bindgen7convert8closures1_6invoke17h05151c4ea9a36b89E);return ret;};imports.wbg.__wbindgen_cast_8780754904db37c3=function(arg0,arg1){const ret=makeMutClosure(arg0,arg1,wasm._ZN12wasm_bindgen7closure7destroy17h5b52930a1a8ff117E,_ZN12wasm_bindgen7convert8closures1_6invoke17h05151c4ea9a36b89E);return ret;};imports.wbg.__wbindgen_cast_9ae0607507abb057=function(arg0){const ret=arg0;return ret;};imports.wbg.__wbindgen_cast_a6ebd8d7a1335424=function(arg0,arg1){const ret=makeMutClosure(arg0,arg1,wasm._ZN12wasm_bindgen7closure7destroy17h4c3ca3fd1adaeae7E,_ZN12wasm_bindgen7convert8closures1_6invoke17h2b28aff232bca251E);return ret;};imports.wbg.__wbindgen_cast_d6cd19b81560fd6e=function(arg0){const ret=arg0;return ret;};imports.wbg.__wbindgen_init_externref_table=function(){const table=wasm.__wbindgen_externrefs;const offset=table.grow(4);table.set(0,undefined);table.set(offset+0,undefined);table.set(offset+1,null);table.set(offset+2,true);table.set(offset+3,false);};return imports;}function __wbg_finalize_init(instance,module){wasm=instance.exports;__wbg_init.__wbindgen_wasm_module=module;cachedDataViewMemory0=null;cachedUint8ArrayMemory0=null;wasm.__wbindgen_start();return wasm;}function initSync(module){if(wasm!==undefined)return wasm;if(typeof module!=="undefined"){if(Object.getPrototypeOf(module)===Object.prototype){({module}=module);}else{console.warn("using deprecated parameters for `initSync()`; pass a single object instead");}}const imports=__wbg_get_imports();if(!(module instanceof WebAssembly.Module)){module=new WebAssembly.Module(module);}const instance=new WebAssembly.Instance(module,imports);return __wbg_finalize_init(instance,module);}async function __wbg_init(module_or_path){if(wasm!==undefined)return wasm;if(typeof module_or_path!=="undefined"){if(Object.getPrototypeOf(module_or_path)===Object.prototype){({module_or_path}=module_or_path);}else{console.warn("using deprecated parameters for the initialization function; pass a single object instead");}}if(typeof module_or_path==="undefined"){module_or_path=new URL("seat-route_bg.wasm",importMeta.url);}const imports=__wbg_get_imports();if(typeof module_or_path==="string"||typeof Request==="function"&&module_or_path instanceof Request||typeof URL==="function"&&module_or_path instanceof URL){module_or_path=fetch(module_or_path);}const{instance,module}=await __wbg_load(await module_or_path,imports);return __wbg_finalize_init(instance,module);}globalThis.__wasm_split_main_initSync=initSync;__wbg_init({module_or_path:"/files/folder.10/seat-route_bg-dxh6f6511bfdffdd6ca.wasm"}).then(wasm=>{globalThis.__dx_mainWasm=wasm;globalThis.__dx_mainInit=__wbg_init;globalThis.__dx_mainInitSync=initSync;globalThis.__dx___wbg_get_imports=__wbg_get_imports;if(wasm.__wbindgen_start==undefined){wasm.main();}});export{initSync as initSync,JSOwner as JSOwner,__wbg_init as default};