[{"data":1,"prerenderedAt":1461},["ShallowReactive",2],{"navigation":3,"\u002Fread\u002Fqrcode-drop-zone":48,"\u002Fread\u002Fqrcode-drop-zone-surround":87,"component-example-qrcode-drop-zone-simple":90},[4,18,31],{"title":5,"path":6,"stem":7,"children":8,"page":17},"Guide","\u002Fguide","1.guide",[9,13],{"title":10,"path":11,"stem":12},"Installation","\u002Fguide\u002Finstallation","1.guide\u002F1.installation",{"title":14,"path":15,"stem":16},"Configuration","\u002Fguide\u002Fconfiguration","1.guide\u002F2.configuration",false,{"title":19,"path":20,"stem":21,"children":22,"page":17},"Generate","\u002Fgenerate","2.generate",[23,27],{"title":24,"path":25,"stem":26},"Qrcode Component","\u002Fgenerate\u002Fqrcode","2.generate\u002F1.qrcode",{"title":28,"path":29,"stem":30},"useQrcode Composable","\u002Fgenerate\u002Fuse-qrcode","2.generate\u002F2.use-qrcode",{"title":32,"path":33,"stem":34,"children":35,"page":17},"Read","\u002Fread","3.read",[36,40,44],{"title":37,"path":38,"stem":39},"QrcodeStream Component","\u002Fread\u002Fqrcode-stream","3.read\u002F1.qrcode-stream",{"title":41,"path":42,"stem":43},"QrcodeCapture Component","\u002Fread\u002Fqrcode-capture","3.read\u002F2.qrcode-capture",{"title":45,"path":46,"stem":47},"QrcodeDropZone Component","\u002Fread\u002Fqrcode-drop-zone","3.read\u002F3.qrcode-drop-zone",{"id":49,"title":45,"body":50,"description":78,"extension":79,"links":80,"meta":81,"navigation":83,"path":46,"seo":84,"sitemap":85,"stem":47,"__hash__":86},"docs\u002F3.read\u002F3.qrcode-drop-zone.md",{"type":51,"value":52,"toc":72},"minimark",[53,61,68],[54,55,57],"h2",{"id":56},"qrcodedropzone",[58,59,60],"code",{},"QrcodeDropZone",[62,63,64,65,67],"p",{},"The ",[58,66,60],{}," component lets you read and decode QRCodes and various other barcodes by dropping files onto a designated area. It processes the files locally on the client, without uploading them.",[69,70],"component-example",{"name":71},"qrcode-drop-zone-simple",{"title":73,"searchDepth":74,"depth":75,"links":76},"",1,2,[77],{"id":56,"depth":75,"text":60},"Learn how to read QRCodes by dropping files.","md",null,{"icon":82},"i-lucide-square-mouse-pointer",true,{"title":45,"description":78},{"loc":46},"BYZjD1lCNB60hvaVIrVxzBohtlKti6N4K2BYBd9m498",[88,80],{"title":41,"path":42,"stem":43,"description":89,"children":-1},"Learn how to read QRCodes from a file input.",{"data":91,"body":92,"toc":1459},{"title":73,"description":73},{"type":93,"children":94},"root",[95,1453],{"type":96,"tag":97,"props":98,"children":102},"element","pre",{"className":99,"code":100,"language":101,"meta":73,"style":73},"language-vue shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Ctemplate>\n  \u003Cdiv class=\"min-w-full h-fit\">\n    \u003Cdiv class=\"h-24 w-full\">\n      \u003CQrcodeDropZone\n        class=\"border size-full px-2 py-1 border-gray-300 rounded-lg\"\n        @detect=\"onDetect\"\n        @dragover=\"onDropping\"\n      \u002F>\n    \u003C\u002Fdiv>\n    \u003Cdiv class=\"pt-4\">\n      \u003Ch5>\n        Scanned QRCodes: {{ isDropping ? 'Dropping...' : '' }}\n      \u003C\u002Fh5>\n      \u003Cul v-if=\"result\" class=\"list-disc pl-4\">\n        \u003Cli v-for=\"(r, i) in result\" :key=\"i\">\n          \u003Cspan class=\"text-wrap wrap-anywhere\">\n            {{ r }}\n          \u003C\u002Fspan>\n        \u003C\u002Fli>\n      \u003C\u002Ful>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Ftemplate>\n\n\u003Cscript setup lang=\"ts\">\nimport type { DetectedBarcode } from 'nuxt-qrcode'\n\nconst toast = useToast()\n\nconst result = ref\u003Cstring[]>()\nconst isDropping = ref(false)\n\nfunction onDetect(detectedCodes: DetectedBarcode[]) {\n  result.value = detectedCodes.map((code) => {\n    toast.add({\n      title: 'Detected',\n      description: `Value: ${code.rawValue}`,\n      actions: [\n        {\n          label: 'Copy',\n          onClick: () => {\n            navigator.clipboard.writeText(code.rawValue)\n          },\n        },\n      ],\n    })\n    return code.rawValue\n  })\n}\n\nfunction onDropping(dropping: boolean) {\n  isDropping.value = dropping\n}\n\u003C\u002Fscript>\n\n","vue",[103],{"type":96,"tag":58,"props":104,"children":105},{"__ignoreMap":73},[106,129,172,210,224,251,277,303,312,329,366,383,393,410,470,532,570,579,596,613,629,645,662,679,688,732,782,790,819,827,873,910,918,965,1028,1055,1087,1137,1155,1164,1194,1220,1267,1276,1285,1298,1311,1334,1347,1356,1364,1403,1429,1437],{"type":96,"tag":107,"props":108,"children":110},"span",{"class":109,"line":74},"line",[111,118,124],{"type":96,"tag":107,"props":112,"children":114},{"style":113},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[115],{"type":116,"value":117},"text","\u003C",{"type":96,"tag":107,"props":119,"children":121},{"style":120},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[122],{"type":116,"value":123},"template",{"type":96,"tag":107,"props":125,"children":126},{"style":113},[127],{"type":116,"value":128},">\n",{"type":96,"tag":107,"props":130,"children":131},{"class":109,"line":75},[132,137,142,148,153,158,164,168],{"type":96,"tag":107,"props":133,"children":134},{"style":113},[135],{"type":116,"value":136},"  \u003C",{"type":96,"tag":107,"props":138,"children":139},{"style":120},[140],{"type":116,"value":141},"div",{"type":96,"tag":107,"props":143,"children":145},{"style":144},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[146],{"type":116,"value":147}," class",{"type":96,"tag":107,"props":149,"children":150},{"style":113},[151],{"type":116,"value":152},"=",{"type":96,"tag":107,"props":154,"children":155},{"style":113},[156],{"type":116,"value":157},"\"",{"type":96,"tag":107,"props":159,"children":161},{"style":160},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[162],{"type":116,"value":163},"min-w-full h-fit",{"type":96,"tag":107,"props":165,"children":166},{"style":113},[167],{"type":116,"value":157},{"type":96,"tag":107,"props":169,"children":170},{"style":113},[171],{"type":116,"value":128},{"type":96,"tag":107,"props":173,"children":175},{"class":109,"line":174},3,[176,181,185,189,193,197,202,206],{"type":96,"tag":107,"props":177,"children":178},{"style":113},[179],{"type":116,"value":180},"    \u003C",{"type":96,"tag":107,"props":182,"children":183},{"style":120},[184],{"type":116,"value":141},{"type":96,"tag":107,"props":186,"children":187},{"style":144},[188],{"type":116,"value":147},{"type":96,"tag":107,"props":190,"children":191},{"style":113},[192],{"type":116,"value":152},{"type":96,"tag":107,"props":194,"children":195},{"style":113},[196],{"type":116,"value":157},{"type":96,"tag":107,"props":198,"children":199},{"style":160},[200],{"type":116,"value":201},"h-24 w-full",{"type":96,"tag":107,"props":203,"children":204},{"style":113},[205],{"type":116,"value":157},{"type":96,"tag":107,"props":207,"children":208},{"style":113},[209],{"type":116,"value":128},{"type":96,"tag":107,"props":211,"children":213},{"class":109,"line":212},4,[214,219],{"type":96,"tag":107,"props":215,"children":216},{"style":113},[217],{"type":116,"value":218},"      \u003C",{"type":96,"tag":107,"props":220,"children":221},{"style":120},[222],{"type":116,"value":223},"QrcodeDropZone\n",{"type":96,"tag":107,"props":225,"children":227},{"class":109,"line":226},5,[228,233,237,241,246],{"type":96,"tag":107,"props":229,"children":230},{"style":144},[231],{"type":116,"value":232},"        class",{"type":96,"tag":107,"props":234,"children":235},{"style":113},[236],{"type":116,"value":152},{"type":96,"tag":107,"props":238,"children":239},{"style":113},[240],{"type":116,"value":157},{"type":96,"tag":107,"props":242,"children":243},{"style":160},[244],{"type":116,"value":245},"border size-full px-2 py-1 border-gray-300 rounded-lg",{"type":96,"tag":107,"props":247,"children":248},{"style":113},[249],{"type":116,"value":250},"\"\n",{"type":96,"tag":107,"props":252,"children":254},{"class":109,"line":253},6,[255,260,264,268,273],{"type":96,"tag":107,"props":256,"children":257},{"style":144},[258],{"type":116,"value":259},"        @detect",{"type":96,"tag":107,"props":261,"children":262},{"style":113},[263],{"type":116,"value":152},{"type":96,"tag":107,"props":265,"children":266},{"style":113},[267],{"type":116,"value":157},{"type":96,"tag":107,"props":269,"children":270},{"style":160},[271],{"type":116,"value":272},"onDetect",{"type":96,"tag":107,"props":274,"children":275},{"style":113},[276],{"type":116,"value":250},{"type":96,"tag":107,"props":278,"children":280},{"class":109,"line":279},7,[281,286,290,294,299],{"type":96,"tag":107,"props":282,"children":283},{"style":144},[284],{"type":116,"value":285},"        @dragover",{"type":96,"tag":107,"props":287,"children":288},{"style":113},[289],{"type":116,"value":152},{"type":96,"tag":107,"props":291,"children":292},{"style":113},[293],{"type":116,"value":157},{"type":96,"tag":107,"props":295,"children":296},{"style":160},[297],{"type":116,"value":298},"onDropping",{"type":96,"tag":107,"props":300,"children":301},{"style":113},[302],{"type":116,"value":250},{"type":96,"tag":107,"props":304,"children":306},{"class":109,"line":305},8,[307],{"type":96,"tag":107,"props":308,"children":309},{"style":113},[310],{"type":116,"value":311},"      \u002F>\n",{"type":96,"tag":107,"props":313,"children":315},{"class":109,"line":314},9,[316,321,325],{"type":96,"tag":107,"props":317,"children":318},{"style":113},[319],{"type":116,"value":320},"    \u003C\u002F",{"type":96,"tag":107,"props":322,"children":323},{"style":120},[324],{"type":116,"value":141},{"type":96,"tag":107,"props":326,"children":327},{"style":113},[328],{"type":116,"value":128},{"type":96,"tag":107,"props":330,"children":332},{"class":109,"line":331},10,[333,337,341,345,349,353,358,362],{"type":96,"tag":107,"props":334,"children":335},{"style":113},[336],{"type":116,"value":180},{"type":96,"tag":107,"props":338,"children":339},{"style":120},[340],{"type":116,"value":141},{"type":96,"tag":107,"props":342,"children":343},{"style":144},[344],{"type":116,"value":147},{"type":96,"tag":107,"props":346,"children":347},{"style":113},[348],{"type":116,"value":152},{"type":96,"tag":107,"props":350,"children":351},{"style":113},[352],{"type":116,"value":157},{"type":96,"tag":107,"props":354,"children":355},{"style":160},[356],{"type":116,"value":357},"pt-4",{"type":96,"tag":107,"props":359,"children":360},{"style":113},[361],{"type":116,"value":157},{"type":96,"tag":107,"props":363,"children":364},{"style":113},[365],{"type":116,"value":128},{"type":96,"tag":107,"props":367,"children":369},{"class":109,"line":368},11,[370,374,379],{"type":96,"tag":107,"props":371,"children":372},{"style":113},[373],{"type":116,"value":218},{"type":96,"tag":107,"props":375,"children":376},{"style":120},[377],{"type":116,"value":378},"h5",{"type":96,"tag":107,"props":380,"children":381},{"style":113},[382],{"type":116,"value":128},{"type":96,"tag":107,"props":384,"children":386},{"class":109,"line":385},12,[387],{"type":96,"tag":107,"props":388,"children":390},{"style":389},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[391],{"type":116,"value":392},"        Scanned QRCodes: {{ isDropping ? 'Dropping...' : '' }}\n",{"type":96,"tag":107,"props":394,"children":396},{"class":109,"line":395},13,[397,402,406],{"type":96,"tag":107,"props":398,"children":399},{"style":113},[400],{"type":116,"value":401},"      \u003C\u002F",{"type":96,"tag":107,"props":403,"children":404},{"style":120},[405],{"type":116,"value":378},{"type":96,"tag":107,"props":407,"children":408},{"style":113},[409],{"type":116,"value":128},{"type":96,"tag":107,"props":411,"children":413},{"class":109,"line":412},14,[414,418,423,428,432,436,441,445,449,453,457,462,466],{"type":96,"tag":107,"props":415,"children":416},{"style":113},[417],{"type":116,"value":218},{"type":96,"tag":107,"props":419,"children":420},{"style":120},[421],{"type":116,"value":422},"ul",{"type":96,"tag":107,"props":424,"children":425},{"style":144},[426],{"type":116,"value":427}," v-if",{"type":96,"tag":107,"props":429,"children":430},{"style":113},[431],{"type":116,"value":152},{"type":96,"tag":107,"props":433,"children":434},{"style":113},[435],{"type":116,"value":157},{"type":96,"tag":107,"props":437,"children":438},{"style":160},[439],{"type":116,"value":440},"result",{"type":96,"tag":107,"props":442,"children":443},{"style":113},[444],{"type":116,"value":157},{"type":96,"tag":107,"props":446,"children":447},{"style":144},[448],{"type":116,"value":147},{"type":96,"tag":107,"props":450,"children":451},{"style":113},[452],{"type":116,"value":152},{"type":96,"tag":107,"props":454,"children":455},{"style":113},[456],{"type":116,"value":157},{"type":96,"tag":107,"props":458,"children":459},{"style":160},[460],{"type":116,"value":461},"list-disc pl-4",{"type":96,"tag":107,"props":463,"children":464},{"style":113},[465],{"type":116,"value":157},{"type":96,"tag":107,"props":467,"children":468},{"style":113},[469],{"type":116,"value":128},{"type":96,"tag":107,"props":471,"children":473},{"class":109,"line":472},15,[474,479,484,489,493,497,502,506,511,515,519,524,528],{"type":96,"tag":107,"props":475,"children":476},{"style":113},[477],{"type":116,"value":478},"        \u003C",{"type":96,"tag":107,"props":480,"children":481},{"style":120},[482],{"type":116,"value":483},"li",{"type":96,"tag":107,"props":485,"children":486},{"style":144},[487],{"type":116,"value":488}," v-for",{"type":96,"tag":107,"props":490,"children":491},{"style":113},[492],{"type":116,"value":152},{"type":96,"tag":107,"props":494,"children":495},{"style":113},[496],{"type":116,"value":157},{"type":96,"tag":107,"props":498,"children":499},{"style":160},[500],{"type":116,"value":501},"(r, i) in result",{"type":96,"tag":107,"props":503,"children":504},{"style":113},[505],{"type":116,"value":157},{"type":96,"tag":107,"props":507,"children":508},{"style":144},[509],{"type":116,"value":510}," :key",{"type":96,"tag":107,"props":512,"children":513},{"style":113},[514],{"type":116,"value":152},{"type":96,"tag":107,"props":516,"children":517},{"style":113},[518],{"type":116,"value":157},{"type":96,"tag":107,"props":520,"children":521},{"style":160},[522],{"type":116,"value":523},"i",{"type":96,"tag":107,"props":525,"children":526},{"style":113},[527],{"type":116,"value":157},{"type":96,"tag":107,"props":529,"children":530},{"style":113},[531],{"type":116,"value":128},{"type":96,"tag":107,"props":533,"children":535},{"class":109,"line":534},16,[536,541,545,549,553,557,562,566],{"type":96,"tag":107,"props":537,"children":538},{"style":113},[539],{"type":116,"value":540},"          \u003C",{"type":96,"tag":107,"props":542,"children":543},{"style":120},[544],{"type":116,"value":107},{"type":96,"tag":107,"props":546,"children":547},{"style":144},[548],{"type":116,"value":147},{"type":96,"tag":107,"props":550,"children":551},{"style":113},[552],{"type":116,"value":152},{"type":96,"tag":107,"props":554,"children":555},{"style":113},[556],{"type":116,"value":157},{"type":96,"tag":107,"props":558,"children":559},{"style":160},[560],{"type":116,"value":561},"text-wrap wrap-anywhere",{"type":96,"tag":107,"props":563,"children":564},{"style":113},[565],{"type":116,"value":157},{"type":96,"tag":107,"props":567,"children":568},{"style":113},[569],{"type":116,"value":128},{"type":96,"tag":107,"props":571,"children":573},{"class":109,"line":572},17,[574],{"type":96,"tag":107,"props":575,"children":576},{"style":389},[577],{"type":116,"value":578},"            {{ r }}\n",{"type":96,"tag":107,"props":580,"children":582},{"class":109,"line":581},18,[583,588,592],{"type":96,"tag":107,"props":584,"children":585},{"style":113},[586],{"type":116,"value":587},"          \u003C\u002F",{"type":96,"tag":107,"props":589,"children":590},{"style":120},[591],{"type":116,"value":107},{"type":96,"tag":107,"props":593,"children":594},{"style":113},[595],{"type":116,"value":128},{"type":96,"tag":107,"props":597,"children":599},{"class":109,"line":598},19,[600,605,609],{"type":96,"tag":107,"props":601,"children":602},{"style":113},[603],{"type":116,"value":604},"        \u003C\u002F",{"type":96,"tag":107,"props":606,"children":607},{"style":120},[608],{"type":116,"value":483},{"type":96,"tag":107,"props":610,"children":611},{"style":113},[612],{"type":116,"value":128},{"type":96,"tag":107,"props":614,"children":616},{"class":109,"line":615},20,[617,621,625],{"type":96,"tag":107,"props":618,"children":619},{"style":113},[620],{"type":116,"value":401},{"type":96,"tag":107,"props":622,"children":623},{"style":120},[624],{"type":116,"value":422},{"type":96,"tag":107,"props":626,"children":627},{"style":113},[628],{"type":116,"value":128},{"type":96,"tag":107,"props":630,"children":632},{"class":109,"line":631},21,[633,637,641],{"type":96,"tag":107,"props":634,"children":635},{"style":113},[636],{"type":116,"value":320},{"type":96,"tag":107,"props":638,"children":639},{"style":120},[640],{"type":116,"value":141},{"type":96,"tag":107,"props":642,"children":643},{"style":113},[644],{"type":116,"value":128},{"type":96,"tag":107,"props":646,"children":648},{"class":109,"line":647},22,[649,654,658],{"type":96,"tag":107,"props":650,"children":651},{"style":113},[652],{"type":116,"value":653},"  \u003C\u002F",{"type":96,"tag":107,"props":655,"children":656},{"style":120},[657],{"type":116,"value":141},{"type":96,"tag":107,"props":659,"children":660},{"style":113},[661],{"type":116,"value":128},{"type":96,"tag":107,"props":663,"children":665},{"class":109,"line":664},23,[666,671,675],{"type":96,"tag":107,"props":667,"children":668},{"style":113},[669],{"type":116,"value":670},"\u003C\u002F",{"type":96,"tag":107,"props":672,"children":673},{"style":120},[674],{"type":116,"value":123},{"type":96,"tag":107,"props":676,"children":677},{"style":113},[678],{"type":116,"value":128},{"type":96,"tag":107,"props":680,"children":682},{"class":109,"line":681},24,[683],{"type":96,"tag":107,"props":684,"children":685},{"emptyLinePlaceholder":83},[686],{"type":116,"value":687},"\n",{"type":96,"tag":107,"props":689,"children":691},{"class":109,"line":690},25,[692,696,701,706,711,715,719,724,728],{"type":96,"tag":107,"props":693,"children":694},{"style":113},[695],{"type":116,"value":117},{"type":96,"tag":107,"props":697,"children":698},{"style":120},[699],{"type":116,"value":700},"script",{"type":96,"tag":107,"props":702,"children":703},{"style":144},[704],{"type":116,"value":705}," setup",{"type":96,"tag":107,"props":707,"children":708},{"style":144},[709],{"type":116,"value":710}," lang",{"type":96,"tag":107,"props":712,"children":713},{"style":113},[714],{"type":116,"value":152},{"type":96,"tag":107,"props":716,"children":717},{"style":113},[718],{"type":116,"value":157},{"type":96,"tag":107,"props":720,"children":721},{"style":160},[722],{"type":116,"value":723},"ts",{"type":96,"tag":107,"props":725,"children":726},{"style":113},[727],{"type":116,"value":157},{"type":96,"tag":107,"props":729,"children":730},{"style":113},[731],{"type":116,"value":128},{"type":96,"tag":107,"props":733,"children":735},{"class":109,"line":734},26,[736,742,747,752,757,762,767,772,777],{"type":96,"tag":107,"props":737,"children":739},{"style":738},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[740],{"type":116,"value":741},"import",{"type":96,"tag":107,"props":743,"children":744},{"style":738},[745],{"type":116,"value":746}," type",{"type":96,"tag":107,"props":748,"children":749},{"style":113},[750],{"type":116,"value":751}," {",{"type":96,"tag":107,"props":753,"children":754},{"style":389},[755],{"type":116,"value":756}," DetectedBarcode",{"type":96,"tag":107,"props":758,"children":759},{"style":113},[760],{"type":116,"value":761}," }",{"type":96,"tag":107,"props":763,"children":764},{"style":738},[765],{"type":116,"value":766}," from",{"type":96,"tag":107,"props":768,"children":769},{"style":113},[770],{"type":116,"value":771}," '",{"type":96,"tag":107,"props":773,"children":774},{"style":160},[775],{"type":116,"value":776},"nuxt-qrcode",{"type":96,"tag":107,"props":778,"children":779},{"style":113},[780],{"type":116,"value":781},"'\n",{"type":96,"tag":107,"props":783,"children":785},{"class":109,"line":784},27,[786],{"type":96,"tag":107,"props":787,"children":788},{"emptyLinePlaceholder":83},[789],{"type":116,"value":687},{"type":96,"tag":107,"props":791,"children":793},{"class":109,"line":792},28,[794,799,804,808,814],{"type":96,"tag":107,"props":795,"children":796},{"style":144},[797],{"type":116,"value":798},"const",{"type":96,"tag":107,"props":800,"children":801},{"style":389},[802],{"type":116,"value":803}," toast ",{"type":96,"tag":107,"props":805,"children":806},{"style":113},[807],{"type":116,"value":152},{"type":96,"tag":107,"props":809,"children":811},{"style":810},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[812],{"type":116,"value":813}," useToast",{"type":96,"tag":107,"props":815,"children":816},{"style":389},[817],{"type":116,"value":818},"()\n",{"type":96,"tag":107,"props":820,"children":822},{"class":109,"line":821},29,[823],{"type":96,"tag":107,"props":824,"children":825},{"emptyLinePlaceholder":83},[826],{"type":116,"value":687},{"type":96,"tag":107,"props":828,"children":830},{"class":109,"line":829},30,[831,835,840,844,849,853,859,864,869],{"type":96,"tag":107,"props":832,"children":833},{"style":144},[834],{"type":116,"value":798},{"type":96,"tag":107,"props":836,"children":837},{"style":389},[838],{"type":116,"value":839}," result ",{"type":96,"tag":107,"props":841,"children":842},{"style":113},[843],{"type":116,"value":152},{"type":96,"tag":107,"props":845,"children":846},{"style":810},[847],{"type":116,"value":848}," ref",{"type":96,"tag":107,"props":850,"children":851},{"style":113},[852],{"type":116,"value":117},{"type":96,"tag":107,"props":854,"children":856},{"style":855},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[857],{"type":116,"value":858},"string",{"type":96,"tag":107,"props":860,"children":861},{"style":389},[862],{"type":116,"value":863},"[]",{"type":96,"tag":107,"props":865,"children":866},{"style":113},[867],{"type":116,"value":868},">",{"type":96,"tag":107,"props":870,"children":871},{"style":389},[872],{"type":116,"value":818},{"type":96,"tag":107,"props":874,"children":876},{"class":109,"line":875},31,[877,881,886,890,894,899,905],{"type":96,"tag":107,"props":878,"children":879},{"style":144},[880],{"type":116,"value":798},{"type":96,"tag":107,"props":882,"children":883},{"style":389},[884],{"type":116,"value":885}," isDropping ",{"type":96,"tag":107,"props":887,"children":888},{"style":113},[889],{"type":116,"value":152},{"type":96,"tag":107,"props":891,"children":892},{"style":810},[893],{"type":116,"value":848},{"type":96,"tag":107,"props":895,"children":896},{"style":389},[897],{"type":116,"value":898},"(",{"type":96,"tag":107,"props":900,"children":902},{"style":901},"--shiki-light:#FF5370;--shiki-default:#FF9CAC;--shiki-dark:#FF9CAC",[903],{"type":116,"value":904},"false",{"type":96,"tag":107,"props":906,"children":907},{"style":389},[908],{"type":116,"value":909},")\n",{"type":96,"tag":107,"props":911,"children":913},{"class":109,"line":912},32,[914],{"type":96,"tag":107,"props":915,"children":916},{"emptyLinePlaceholder":83},[917],{"type":116,"value":687},{"type":96,"tag":107,"props":919,"children":921},{"class":109,"line":920},33,[922,927,932,936,942,947,951,955,960],{"type":96,"tag":107,"props":923,"children":924},{"style":144},[925],{"type":116,"value":926},"function",{"type":96,"tag":107,"props":928,"children":929},{"style":810},[930],{"type":116,"value":931}," onDetect",{"type":96,"tag":107,"props":933,"children":934},{"style":113},[935],{"type":116,"value":898},{"type":96,"tag":107,"props":937,"children":939},{"style":938},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#EEFFFF;--shiki-default-font-style:italic;--shiki-dark:#BABED8;--shiki-dark-font-style:italic",[940],{"type":116,"value":941},"detectedCodes",{"type":96,"tag":107,"props":943,"children":944},{"style":113},[945],{"type":116,"value":946},":",{"type":96,"tag":107,"props":948,"children":949},{"style":855},[950],{"type":116,"value":756},{"type":96,"tag":107,"props":952,"children":953},{"style":389},[954],{"type":116,"value":863},{"type":96,"tag":107,"props":956,"children":957},{"style":113},[958],{"type":116,"value":959},")",{"type":96,"tag":107,"props":961,"children":962},{"style":113},[963],{"type":116,"value":964}," {\n",{"type":96,"tag":107,"props":966,"children":968},{"class":109,"line":967},34,[969,974,979,984,989,994,998,1003,1007,1011,1015,1019,1024],{"type":96,"tag":107,"props":970,"children":971},{"style":389},[972],{"type":116,"value":973},"  result",{"type":96,"tag":107,"props":975,"children":976},{"style":113},[977],{"type":116,"value":978},".",{"type":96,"tag":107,"props":980,"children":981},{"style":389},[982],{"type":116,"value":983},"value",{"type":96,"tag":107,"props":985,"children":986},{"style":113},[987],{"type":116,"value":988}," =",{"type":96,"tag":107,"props":990,"children":991},{"style":389},[992],{"type":116,"value":993}," detectedCodes",{"type":96,"tag":107,"props":995,"children":996},{"style":113},[997],{"type":116,"value":978},{"type":96,"tag":107,"props":999,"children":1000},{"style":810},[1001],{"type":116,"value":1002},"map",{"type":96,"tag":107,"props":1004,"children":1005},{"style":120},[1006],{"type":116,"value":898},{"type":96,"tag":107,"props":1008,"children":1009},{"style":113},[1010],{"type":116,"value":898},{"type":96,"tag":107,"props":1012,"children":1013},{"style":938},[1014],{"type":116,"value":58},{"type":96,"tag":107,"props":1016,"children":1017},{"style":113},[1018],{"type":116,"value":959},{"type":96,"tag":107,"props":1020,"children":1021},{"style":144},[1022],{"type":116,"value":1023}," =>",{"type":96,"tag":107,"props":1025,"children":1026},{"style":113},[1027],{"type":116,"value":964},{"type":96,"tag":107,"props":1029,"children":1031},{"class":109,"line":1030},35,[1032,1037,1041,1046,1050],{"type":96,"tag":107,"props":1033,"children":1034},{"style":389},[1035],{"type":116,"value":1036},"    toast",{"type":96,"tag":107,"props":1038,"children":1039},{"style":113},[1040],{"type":116,"value":978},{"type":96,"tag":107,"props":1042,"children":1043},{"style":810},[1044],{"type":116,"value":1045},"add",{"type":96,"tag":107,"props":1047,"children":1048},{"style":120},[1049],{"type":116,"value":898},{"type":96,"tag":107,"props":1051,"children":1052},{"style":113},[1053],{"type":116,"value":1054},"{\n",{"type":96,"tag":107,"props":1056,"children":1058},{"class":109,"line":1057},36,[1059,1064,1068,1072,1077,1082],{"type":96,"tag":107,"props":1060,"children":1061},{"style":120},[1062],{"type":116,"value":1063},"      title",{"type":96,"tag":107,"props":1065,"children":1066},{"style":113},[1067],{"type":116,"value":946},{"type":96,"tag":107,"props":1069,"children":1070},{"style":113},[1071],{"type":116,"value":771},{"type":96,"tag":107,"props":1073,"children":1074},{"style":160},[1075],{"type":116,"value":1076},"Detected",{"type":96,"tag":107,"props":1078,"children":1079},{"style":113},[1080],{"type":116,"value":1081},"'",{"type":96,"tag":107,"props":1083,"children":1084},{"style":113},[1085],{"type":116,"value":1086},",\n",{"type":96,"tag":107,"props":1088,"children":1090},{"class":109,"line":1089},37,[1091,1096,1100,1105,1110,1115,1119,1123,1128,1133],{"type":96,"tag":107,"props":1092,"children":1093},{"style":120},[1094],{"type":116,"value":1095},"      description",{"type":96,"tag":107,"props":1097,"children":1098},{"style":113},[1099],{"type":116,"value":946},{"type":96,"tag":107,"props":1101,"children":1102},{"style":113},[1103],{"type":116,"value":1104}," `",{"type":96,"tag":107,"props":1106,"children":1107},{"style":160},[1108],{"type":116,"value":1109},"Value: ",{"type":96,"tag":107,"props":1111,"children":1112},{"style":113},[1113],{"type":116,"value":1114},"${",{"type":96,"tag":107,"props":1116,"children":1117},{"style":389},[1118],{"type":116,"value":58},{"type":96,"tag":107,"props":1120,"children":1121},{"style":113},[1122],{"type":116,"value":978},{"type":96,"tag":107,"props":1124,"children":1125},{"style":389},[1126],{"type":116,"value":1127},"rawValue",{"type":96,"tag":107,"props":1129,"children":1130},{"style":113},[1131],{"type":116,"value":1132},"}`",{"type":96,"tag":107,"props":1134,"children":1135},{"style":113},[1136],{"type":116,"value":1086},{"type":96,"tag":107,"props":1138,"children":1140},{"class":109,"line":1139},38,[1141,1146,1150],{"type":96,"tag":107,"props":1142,"children":1143},{"style":120},[1144],{"type":116,"value":1145},"      actions",{"type":96,"tag":107,"props":1147,"children":1148},{"style":113},[1149],{"type":116,"value":946},{"type":96,"tag":107,"props":1151,"children":1152},{"style":120},[1153],{"type":116,"value":1154}," [\n",{"type":96,"tag":107,"props":1156,"children":1158},{"class":109,"line":1157},39,[1159],{"type":96,"tag":107,"props":1160,"children":1161},{"style":113},[1162],{"type":116,"value":1163},"        {\n",{"type":96,"tag":107,"props":1165,"children":1167},{"class":109,"line":1166},40,[1168,1173,1177,1181,1186,1190],{"type":96,"tag":107,"props":1169,"children":1170},{"style":120},[1171],{"type":116,"value":1172},"          label",{"type":96,"tag":107,"props":1174,"children":1175},{"style":113},[1176],{"type":116,"value":946},{"type":96,"tag":107,"props":1178,"children":1179},{"style":113},[1180],{"type":116,"value":771},{"type":96,"tag":107,"props":1182,"children":1183},{"style":160},[1184],{"type":116,"value":1185},"Copy",{"type":96,"tag":107,"props":1187,"children":1188},{"style":113},[1189],{"type":116,"value":1081},{"type":96,"tag":107,"props":1191,"children":1192},{"style":113},[1193],{"type":116,"value":1086},{"type":96,"tag":107,"props":1195,"children":1197},{"class":109,"line":1196},41,[1198,1203,1207,1212,1216],{"type":96,"tag":107,"props":1199,"children":1200},{"style":810},[1201],{"type":116,"value":1202},"          onClick",{"type":96,"tag":107,"props":1204,"children":1205},{"style":113},[1206],{"type":116,"value":946},{"type":96,"tag":107,"props":1208,"children":1209},{"style":113},[1210],{"type":116,"value":1211}," ()",{"type":96,"tag":107,"props":1213,"children":1214},{"style":144},[1215],{"type":116,"value":1023},{"type":96,"tag":107,"props":1217,"children":1218},{"style":113},[1219],{"type":116,"value":964},{"type":96,"tag":107,"props":1221,"children":1223},{"class":109,"line":1222},42,[1224,1229,1233,1238,1242,1247,1251,1255,1259,1263],{"type":96,"tag":107,"props":1225,"children":1226},{"style":389},[1227],{"type":116,"value":1228},"            navigator",{"type":96,"tag":107,"props":1230,"children":1231},{"style":113},[1232],{"type":116,"value":978},{"type":96,"tag":107,"props":1234,"children":1235},{"style":389},[1236],{"type":116,"value":1237},"clipboard",{"type":96,"tag":107,"props":1239,"children":1240},{"style":113},[1241],{"type":116,"value":978},{"type":96,"tag":107,"props":1243,"children":1244},{"style":810},[1245],{"type":116,"value":1246},"writeText",{"type":96,"tag":107,"props":1248,"children":1249},{"style":120},[1250],{"type":116,"value":898},{"type":96,"tag":107,"props":1252,"children":1253},{"style":389},[1254],{"type":116,"value":58},{"type":96,"tag":107,"props":1256,"children":1257},{"style":113},[1258],{"type":116,"value":978},{"type":96,"tag":107,"props":1260,"children":1261},{"style":389},[1262],{"type":116,"value":1127},{"type":96,"tag":107,"props":1264,"children":1265},{"style":120},[1266],{"type":116,"value":909},{"type":96,"tag":107,"props":1268,"children":1270},{"class":109,"line":1269},43,[1271],{"type":96,"tag":107,"props":1272,"children":1273},{"style":113},[1274],{"type":116,"value":1275},"          },\n",{"type":96,"tag":107,"props":1277,"children":1279},{"class":109,"line":1278},44,[1280],{"type":96,"tag":107,"props":1281,"children":1282},{"style":113},[1283],{"type":116,"value":1284},"        },\n",{"type":96,"tag":107,"props":1286,"children":1288},{"class":109,"line":1287},45,[1289,1294],{"type":96,"tag":107,"props":1290,"children":1291},{"style":120},[1292],{"type":116,"value":1293},"      ]",{"type":96,"tag":107,"props":1295,"children":1296},{"style":113},[1297],{"type":116,"value":1086},{"type":96,"tag":107,"props":1299,"children":1301},{"class":109,"line":1300},46,[1302,1307],{"type":96,"tag":107,"props":1303,"children":1304},{"style":113},[1305],{"type":116,"value":1306},"    }",{"type":96,"tag":107,"props":1308,"children":1309},{"style":120},[1310],{"type":116,"value":909},{"type":96,"tag":107,"props":1312,"children":1314},{"class":109,"line":1313},47,[1315,1320,1325,1329],{"type":96,"tag":107,"props":1316,"children":1317},{"style":738},[1318],{"type":116,"value":1319},"    return",{"type":96,"tag":107,"props":1321,"children":1322},{"style":389},[1323],{"type":116,"value":1324}," code",{"type":96,"tag":107,"props":1326,"children":1327},{"style":113},[1328],{"type":116,"value":978},{"type":96,"tag":107,"props":1330,"children":1331},{"style":389},[1332],{"type":116,"value":1333},"rawValue\n",{"type":96,"tag":107,"props":1335,"children":1337},{"class":109,"line":1336},48,[1338,1343],{"type":96,"tag":107,"props":1339,"children":1340},{"style":113},[1341],{"type":116,"value":1342},"  }",{"type":96,"tag":107,"props":1344,"children":1345},{"style":120},[1346],{"type":116,"value":909},{"type":96,"tag":107,"props":1348,"children":1350},{"class":109,"line":1349},49,[1351],{"type":96,"tag":107,"props":1352,"children":1353},{"style":113},[1354],{"type":116,"value":1355},"}\n",{"type":96,"tag":107,"props":1357,"children":1359},{"class":109,"line":1358},50,[1360],{"type":96,"tag":107,"props":1361,"children":1362},{"emptyLinePlaceholder":83},[1363],{"type":116,"value":687},{"type":96,"tag":107,"props":1365,"children":1367},{"class":109,"line":1366},51,[1368,1372,1377,1381,1386,1390,1395,1399],{"type":96,"tag":107,"props":1369,"children":1370},{"style":144},[1371],{"type":116,"value":926},{"type":96,"tag":107,"props":1373,"children":1374},{"style":810},[1375],{"type":116,"value":1376}," onDropping",{"type":96,"tag":107,"props":1378,"children":1379},{"style":113},[1380],{"type":116,"value":898},{"type":96,"tag":107,"props":1382,"children":1383},{"style":938},[1384],{"type":116,"value":1385},"dropping",{"type":96,"tag":107,"props":1387,"children":1388},{"style":113},[1389],{"type":116,"value":946},{"type":96,"tag":107,"props":1391,"children":1392},{"style":855},[1393],{"type":116,"value":1394}," boolean",{"type":96,"tag":107,"props":1396,"children":1397},{"style":113},[1398],{"type":116,"value":959},{"type":96,"tag":107,"props":1400,"children":1401},{"style":113},[1402],{"type":116,"value":964},{"type":96,"tag":107,"props":1404,"children":1406},{"class":109,"line":1405},52,[1407,1412,1416,1420,1424],{"type":96,"tag":107,"props":1408,"children":1409},{"style":389},[1410],{"type":116,"value":1411},"  isDropping",{"type":96,"tag":107,"props":1413,"children":1414},{"style":113},[1415],{"type":116,"value":978},{"type":96,"tag":107,"props":1417,"children":1418},{"style":389},[1419],{"type":116,"value":983},{"type":96,"tag":107,"props":1421,"children":1422},{"style":113},[1423],{"type":116,"value":988},{"type":96,"tag":107,"props":1425,"children":1426},{"style":389},[1427],{"type":116,"value":1428}," dropping\n",{"type":96,"tag":107,"props":1430,"children":1432},{"class":109,"line":1431},53,[1433],{"type":96,"tag":107,"props":1434,"children":1435},{"style":113},[1436],{"type":116,"value":1355},{"type":96,"tag":107,"props":1438,"children":1440},{"class":109,"line":1439},54,[1441,1445,1449],{"type":96,"tag":107,"props":1442,"children":1443},{"style":113},[1444],{"type":116,"value":670},{"type":96,"tag":107,"props":1446,"children":1447},{"style":120},[1448],{"type":116,"value":700},{"type":96,"tag":107,"props":1450,"children":1451},{"style":113},[1452],{"type":116,"value":128},{"type":96,"tag":1454,"props":1455,"children":1456},"style",{},[1457],{"type":116,"value":1458},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":73,"searchDepth":75,"depth":75,"links":1460},[],1775086371873]