mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-04 14:22:00 +01:00
1 line
212 KiB
Plaintext
1 line
212 KiB
Plaintext
|
{"version":3,"file":"Capture-x-RcmcHd.js","sources":["../../../node_modules/vue-qrcode-reader/dist/vue-qrcode-reader.js","../../../resources/js/views/twofaccounts/Capture.vue"],"sourcesContent":["import { defineComponent as jt, ref as we, watch as We, onMounted as vo, onUnmounted as yo, computed as Ut, openBlock as Lt, createElementBlock as Ht, createElementVNode as nt, normalizeStyle as go, withDirectives as wo, vShow as bo, renderSlot as Dr, withModifiers as at } from \"vue\";\nvar Mr = (r, o, i) => {\n if (!o.has(r))\n throw TypeError(\"Cannot \" + i);\n}, br = (r, o, i) => (Mr(r, o, \"read from private field\"), i ? i.call(r) : o.get(r)), Co = (r, o, i) => {\n if (o.has(r))\n throw TypeError(\"Cannot add the same private member more than once\");\n o instanceof WeakSet ? o.add(r) : o.set(r, i);\n}, $o = (r, o, i, c) => (Mr(r, o, \"write to private field\"), o.set(r, i), i);\nconst Ar = [\n [\"aztec\", \"Aztec\"],\n [\"code_128\", \"Code128\"],\n [\"code_39\", \"Code39\"],\n [\"code_93\", \"Code93\"],\n [\"codabar\", \"Codabar\"],\n [\"databar\", \"DataBar\"],\n [\"databar_expanded\", \"DataBarExpanded\"],\n [\"data_matrix\", \"DataMatrix\"],\n [\"dx_film_edge\", \"DXFilmEdge\"],\n [\"ean_13\", \"EAN-13\"],\n [\"ean_8\", \"EAN-8\"],\n [\"itf\", \"ITF\"],\n [\"maxi_code\", \"MaxiCode\"],\n [\"micro_qr_code\", \"MicroQRCode\"],\n [\"pdf417\", \"PDF417\"],\n [\"qr_code\", \"QRCode\"],\n [\"rm_qr_code\", \"rMQRCode\"],\n [\"upc_a\", \"UPC-A\"],\n [\"upc_e\", \"UPC-E\"],\n [\"linear_codes\", \"Linear-Codes\"],\n [\"matrix_codes\", \"Matrix-Codes\"]\n], _o = [...Ar, [\"unknown\"]].map((r) => r[0]), it = new Map(\n Ar\n);\nfunction So(r) {\n for (const [o, i] of it)\n if (r === i)\n return o;\n return \"unknown\";\n}\nfunction Po(r) {\n if (xr(r))\n return {\n width: r.naturalWidth,\n height: r.naturalHeight\n };\n if (Rr(r))\n return {\n width: r.width.baseVal.value,\n height: r.height.baseVal.value\n };\n if (kr(r))\n return {\n width: r.videoWidth,\n height: r.videoHeight\n };\n if (Fr(r))\n return {\n width: r.width,\n height: r.height\n };\n if (Wr(r))\n return {\n width: r.displayWidth,\n height: r.displayHeight\n };\n if (Ir(r))\n return {\n width: r.width,\n height: r.height\n };\n if (Ur(r))\n return {\n width: r.width,\n height: r.height\n };\n throw new TypeError(\n \"The provided value is not of type '(Blob or HTMLCanvasElement or HTMLImageElement or HTMLVideoElement or ImageBitmap or ImageData or OffscreenCanvas or SVGImageElement or VideoFrame)'.\"\n );\n}\nfunction xr(r) {\n try {\n return r instanceof HTMLImageElement;\n } catch (o) {\n return !1;\n }\n}\nfunction Rr(r) {\n try {\n return r instanceof SVGImageElement;\n } catch (o) {\n return !1;\n }\n}\nfunction kr(r) {\n try {\n return r instanceof HTMLVideoElement;\n } catch (o) {\n return !1;\n }\n}\nfunction Ir(r) {\n try {\n return r instanceof HTMLCanvasElement;\n } catch (o) {\n return !1;\n }\n}\nfunction Fr(r) {\n try {\n return r instanceof ImageBitmap;\n } catch (o) {\n return !1;\n }\n}\nfunction Ur(r) {\n try {\n return r instanceof OffscreenCanvas;\n } catch (o) {\n return !1;\n }\n}\nfunction Wr(r) {\n try {\n return r instanceof VideoFrame;\n } catch (o) {\n return !1;\n }\n}\nfunction jr(r) {\n try {\n return r instanceof Blob;\n } catch (o) {\n return !1;\n }\n}\nfunction To(r) {\n try {\n return r instanceof ImageData;\n } catch (o) {\n return !1;\n }\n}\nfunction Eo(r, o) {\n try {\n const i = new OffscreenCanvas(r, o);\n if (i.getContext(\"2d\") instanceof OffscreenCanvasRenderingContext2D)\n return i;\n throw void 0;\n } catch (i) {\n const c = document.createElement(\"canvas\");\n return c.width = r, c.height = o, c;\n }\n}\nasync function Lr(r) {\n if (xr(r) && !await Ao(r))\n throw new DOMException(\n \"Failed to load or decode HTMLImageElement.\",\n \"In
|