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