iobroker.backitup
Version:
ioBroker.backitup allows you to backup and restore your ioBroker installation and other systems, such as databases, Zigbee, scripts and many more.
3 lines (2 loc) • 16.9 kB
JavaScript
(self.webpackChunkiobroker_admin_component_backitup=self.webpackChunkiobroker_admin_component_backitup||[]).push([["vendors-node_modules_react-qr-code_lib_index_js"],{5324:(T,E,h)=>{var f=h(40294);function c(s){this.mode=f.MODE_8BIT_BYTE,this.data=s}c.prototype={getLength:function(s){return this.data.length},write:function(s){for(var d=0;d<this.data.length;d++)s.put(this.data.charCodeAt(d),8)}},T.exports=c},71580:T=>{function E(){this.buffer=new Array,this.length=0}E.prototype={get:function(h){var f=Math.floor(h/8);return(this.buffer[f]>>>7-h%8&1)==1},put:function(h,f){for(var c=0;c<f;c++)this.putBit((h>>>f-c-1&1)==1)},getLengthInBits:function(){return this.length},putBit:function(h){var f=Math.floor(this.length/8);this.buffer.length<=f&&this.buffer.push(0),h&&(this.buffer[f]|=128>>>this.length%8),this.length++}},T.exports=E},91075:T=>{T.exports={L:1,M:0,Q:3,H:2}},14199:(T,E,h)=>{var f=h(43979);function c(s,d){if(s.length==null)throw new Error(s.length+"/"+d);for(var g=0;g<s.length&&s[g]==0;)g++;this.num=new Array(s.length-g+d);for(var n=0;n<s.length-g;n++)this.num[n]=s[n+g]}c.prototype={get:function(s){return this.num[s]},getLength:function(){return this.num.length},multiply:function(s){for(var d=new Array(this.getLength()+s.getLength()-1),g=0;g<this.getLength();g++)for(var n=0;n<s.getLength();n++)d[g+n]^=f.gexp(f.glog(this.get(g))+f.glog(s.get(n)));return new c(d,0)},mod:function(s){if(this.getLength()-s.getLength()<0)return this;for(var d=f.glog(this.get(0))-f.glog(s.get(0)),g=new Array(this.getLength()),n=0;n<this.getLength();n++)g[n]=this.get(n);for(var n=0;n<s.getLength();n++)g[n]^=f.gexp(f.glog(s.get(n))+d);return new c(g,0).mod(s)}},T.exports=c},56139:(T,E,h)=>{var f=h(5324),c=h(92157),s=h(71580),d=h(14549),g=h(14199);function n(r,e){this.typeNumber=r,this.errorCorrectLevel=e,this.modules=null,this.moduleCount=0,this.dataCache=null,this.dataList=[]}var o=n.prototype;o.addData=function(r){var e=new f(r);this.dataList.push(e),this.dataCache=null},o.isDark=function(r,e){if(r<0||this.moduleCount<=r||e<0||this.moduleCount<=e)throw new Error(r+","+e);return this.modules[r][e]},o.getModuleCount=function(){return this.moduleCount},o.make=function(){if(this.typeNumber<1){var r=1;for(r=1;r<40;r++){for(var e=c.getRSBlocks(r,this.errorCorrectLevel),t=new s,i=0,a=0;a<e.length;a++)i+=e[a].dataCount;for(var a=0;a<this.dataList.length;a++){var u=this.dataList[a];t.put(u.mode,4),t.put(u.getLength(),d.getLengthInBits(u.mode,r)),u.write(t)}if(t.getLengthInBits()<=i*8)break}this.typeNumber=r}this.makeImpl(!1,this.getBestMaskPattern())},o.makeImpl=function(r,e){this.moduleCount=this.typeNumber*4+17,this.modules=new Array(this.moduleCount);for(var t=0;t<this.moduleCount;t++){this.modules[t]=new Array(this.moduleCount);for(var i=0;i<this.moduleCount;i++)this.modules[t][i]=null}this.setupPositionProbePattern(0,0),this.setupPositionProbePattern(this.moduleCount-7,0),this.setupPositionProbePattern(0,this.moduleCount-7),this.setupPositionAdjustPattern(),this.setupTimingPattern(),this.setupTypeInfo(r,e),this.typeNumber>=7&&this.setupTypeNumber(r),this.dataCache==null&&(this.dataCache=n.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,e)},o.setupPositionProbePattern=function(r,e){for(var t=-1;t<=7;t++)if(!(r+t<=-1||this.moduleCount<=r+t))for(var i=-1;i<=7;i++)e+i<=-1||this.moduleCount<=e+i||(0<=t&&t<=6&&(i==0||i==6)||0<=i&&i<=6&&(t==0||t==6)||2<=t&&t<=4&&2<=i&&i<=4?this.modules[r+t][e+i]=!0:this.modules[r+t][e+i]=!1)},o.getBestMaskPattern=function(){for(var r=0,e=0,t=0;t<8;t++){this.makeImpl(!0,t);var i=d.getLostPoint(this);(t==0||r>i)&&(r=i,e=t)}return e},o.createMovieClip=function(r,e,t){var i=r.createEmptyMovieClip(e,t),a=1;this.make();for(var u=0;u<this.modules.length;u++)for(var v=u*a,l=0;l<this.modules[u].length;l++){var p=l*a,B=this.modules[u][l];B&&(i.beginFill(0,100),i.moveTo(p,v),i.lineTo(p+a,v),i.lineTo(p+a,v+a),i.lineTo(p,v+a),i.endFill())}return i},o.setupTimingPattern=function(){for(var r=8;r<this.moduleCount-8;r++)this.modules[r][6]==null&&(this.modules[r][6]=r%2==0);for(var e=8;e<this.moduleCount-8;e++)this.modules[6][e]==null&&(this.modules[6][e]=e%2==0)},o.setupPositionAdjustPattern=function(){for(var r=d.getPatternPosition(this.typeNumber),e=0;e<r.length;e++)for(var t=0;t<r.length;t++){var i=r[e],a=r[t];if(this.modules[i][a]==null)for(var u=-2;u<=2;u++)for(var v=-2;v<=2;v++)u==-2||u==2||v==-2||v==2||u==0&&v==0?this.modules[i+u][a+v]=!0:this.modules[i+u][a+v]=!1}},o.setupTypeNumber=function(r){for(var e=d.getBCHTypeNumber(this.typeNumber),t=0;t<18;t++){var i=!r&&(e>>t&1)==1;this.modules[Math.floor(t/3)][t%3+this.moduleCount-8-3]=i}for(var t=0;t<18;t++){var i=!r&&(e>>t&1)==1;this.modules[t%3+this.moduleCount-8-3][Math.floor(t/3)]=i}},o.setupTypeInfo=function(r,e){for(var t=this.errorCorrectLevel<<3|e,i=d.getBCHTypeInfo(t),a=0;a<15;a++){var u=!r&&(i>>a&1)==1;a<6?this.modules[a][8]=u:a<8?this.modules[a+1][8]=u:this.modules[this.moduleCount-15+a][8]=u}for(var a=0;a<15;a++){var u=!r&&(i>>a&1)==1;a<8?this.modules[8][this.moduleCount-a-1]=u:a<9?this.modules[8][15-a-1+1]=u:this.modules[8][15-a-1]=u}this.modules[this.moduleCount-8][8]=!r},o.mapData=function(r,e){for(var t=-1,i=this.moduleCount-1,a=7,u=0,v=this.moduleCount-1;v>0;v-=2)for(v==6&&v--;;){for(var l=0;l<2;l++)if(this.modules[i][v-l]==null){var p=!1;u<r.length&&(p=(r[u]>>>a&1)==1);var B=d.getMask(e,i,v-l);B&&(p=!p),this.modules[i][v-l]=p,a--,a==-1&&(u++,a=7)}if(i+=t,i<0||this.moduleCount<=i){i-=t,t=-t;break}}},n.PAD0=236,n.PAD1=17,n.createData=function(r,e,t){for(var i=c.getRSBlocks(r,e),a=new s,u=0;u<t.length;u++){var v=t[u];a.put(v.mode,4),a.put(v.getLength(),d.getLengthInBits(v.mode,r)),v.write(a)}for(var l=0,u=0;u<i.length;u++)l+=i[u].dataCount;if(a.getLengthInBits()>l*8)throw new Error("code length overflow. ("+a.getLengthInBits()+">"+l*8+")");for(a.getLengthInBits()+4<=l*8&&a.put(0,4);a.getLengthInBits()%8!=0;)a.putBit(!1);for(;!(a.getLengthInBits()>=l*8||(a.put(n.PAD0,8),a.getLengthInBits()>=l*8));)a.put(n.PAD1,8);return n.createBytes(a,i)},n.createBytes=function(r,e){for(var t=0,i=0,a=0,u=new Array(e.length),v=new Array(e.length),l=0;l<e.length;l++){var p=e[l].dataCount,B=e[l].totalCount-p;i=Math.max(i,p),a=Math.max(a,B),u[l]=new Array(p);for(var m=0;m<u[l].length;m++)u[l][m]=255&r.buffer[m+t];t+=p;var C=d.getErrorCorrectPolynomial(B),L=new g(u[l],C.getLength()-1),P=L.mod(C);v[l]=new Array(C.getLength()-1);for(var m=0;m<v[l].length;m++){var D=m+P.getLength()-v[l].length;v[l][m]=D>=0?P.get(D):0}}for(var w=0,m=0;m<e.length;m++)w+=e[m].totalCount;for(var A=new Array(w),R=0,m=0;m<i;m++)for(var l=0;l<e.length;l++)m<u[l].length&&(A[R++]=u[l][m]);for(var m=0;m<a;m++)for(var l=0;l<e.length;l++)m<v[l].length&&(A[R++]=v[l][m]);return A},T.exports=n},92157:(T,E,h)=>{var f=h(91075);function c(s,d){this.totalCount=s,this.dataCount=d}c.RS_BLOCK_TABLE=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]],c.getRSBlocks=function(s,d){var g=c.getRsBlockTable(s,d);if(g==null)throw new Error("bad rs block @ typeNumber:"+s+"/errorCorrectLevel:"+d);for(var n=g.length/3,o=new Array,r=0;r<n;r++)for(var e=g[r*3+0],t=g[r*3+1],i=g[r*3+2],a=0;a<e;a++)o.push(new c(t,i));return o},c.getRsBlockTable=function(s,d){switch(d){case f.L:return c.RS_BLOCK_TABLE[(s-1)*4+0];case f.M:return c.RS_BLOCK_TABLE[(s-1)*4+1];case f.Q:return c.RS_BLOCK_TABLE[(s-1)*4+2];case f.H:return c.RS_BLOCK_TABLE[(s-1)*4+3];default:return}},T.exports=c},43979:T=>{for(var E={glog:function(f){if(f<1)throw new Error("glog("+f+")");return E.LOG_TABLE[f]},gexp:function(f){for(;f<0;)f+=255;for(;f>=256;)f-=255;return E.EXP_TABLE[f]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)},h=0;h<8;h++)E.EXP_TABLE[h]=1<<h;for(var h=8;h<256;h++)E.EXP_TABLE[h]=E.EXP_TABLE[h-4]^E.EXP_TABLE[h-5]^E.EXP_TABLE[h-6]^E.EXP_TABLE[h-8];for(var h=0;h<255;h++)E.LOG_TABLE[E.EXP_TABLE[h]]=h;T.exports=E},40294:T=>{T.exports={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8}},14549:(T,E,h)=>{var f=h(40294),c=h(14199),s=h(43979),d={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},g={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:1335,G18:7973,G15_MASK:21522,getBCHTypeInfo:function(n){for(var o=n<<10;g.getBCHDigit(o)-g.getBCHDigit(g.G15)>=0;)o^=g.G15<<g.getBCHDigit(o)-g.getBCHDigit(g.G15);return(n<<10|o)^g.G15_MASK},getBCHTypeNumber:function(n){for(var o=n<<12;g.getBCHDigit(o)-g.getBCHDigit(g.G18)>=0;)o^=g.G18<<g.getBCHDigit(o)-g.getBCHDigit(g.G18);return n<<12|o},getBCHDigit:function(n){for(var o=0;n!=0;)o++,n>>>=1;return o},getPatternPosition:function(n){return g.PATTERN_POSITION_TABLE[n-1]},getMask:function(n,o,r){switch(n){case d.PATTERN000:return(o+r)%2==0;case d.PATTERN001:return o%2==0;case d.PATTERN010:return r%3==0;case d.PATTERN011:return(o+r)%3==0;case d.PATTERN100:return(Math.floor(o/2)+Math.floor(r/3))%2==0;case d.PATTERN101:return o*r%2+o*r%3==0;case d.PATTERN110:return(o*r%2+o*r%3)%2==0;case d.PATTERN111:return(o*r%3+(o+r)%2)%2==0;default:throw new Error("bad maskPattern:"+n)}},getErrorCorrectPolynomial:function(n){for(var o=new c([1],0),r=0;r<n;r++)o=o.multiply(new c([1,s.gexp(r)],0));return o},getLengthInBits:function(n,o){if(1<=o&&o<10)switch(n){case f.MODE_NUMBER:return 10;case f.MODE_ALPHA_NUM:return 9;case f.MODE_8BIT_BYTE:return 8;case f.MODE_KANJI:return 8;default:throw new Error("mode:"+n)}else if(o<27)switch(n){case f.MODE_NUMBER:return 12;case f.MODE_ALPHA_NUM:return 11;case f.MODE_8BIT_BYTE:return 16;case f.MODE_KANJI:return 10;default:throw new Error("mode:"+n)}else if(o<41)switch(n){case f.MODE_NUMBER:return 14;case f.MODE_ALPHA_NUM:return 13;case f.MODE_8BIT_BYTE:return 16;case f.MODE_KANJI:return 12;default:throw new Error("mode:"+n)}else throw new Error("type:"+o)},getLostPoint:function(n){for(var o=n.getModuleCount(),r=0,e=0;e<o;e++)for(var t=0;t<o;t++){for(var i=0,a=n.isDark(e,t),u=-1;u<=1;u++)if(!(e+u<0||o<=e+u))for(var v=-1;v<=1;v++)t+v<0||o<=t+v||u==0&&v==0||a==n.isDark(e+u,t+v)&&i++;i>5&&(r+=3+i-5)}for(var e=0;e<o-1;e++)for(var t=0;t<o-1;t++){var l=0;n.isDark(e,t)&&l++,n.isDark(e+1,t)&&l++,n.isDark(e,t+1)&&l++,n.isDark(e+1,t+1)&&l++,(l==0||l==4)&&(r+=3)}for(var e=0;e<o;e++)for(var t=0;t<o-6;t++)n.isDark(e,t)&&!n.isDark(e,t+1)&&n.isDark(e,t+2)&&n.isDark(e,t+3)&&n.isDark(e,t+4)&&!n.isDark(e,t+5)&&n.isDark(e,t+6)&&(r+=40);for(var t=0;t<o;t++)for(var e=0;e<o-6;e++)n.isDark(e,t)&&!n.isDark(e+1,t)&&n.isDark(e+2,t)&&n.isDark(e+3,t)&&n.isDark(e+4,t)&&!n.isDark(e+5,t)&&n.isDark(e+6,t)&&(r+=40);for(var p=0,t=0;t<o;t++)for(var e=0;e<o;e++)n.isDark(e,t)&&p++;var B=Math.abs(100*p/o/o-50)/5;return r+=B*10,r}};T.exports=g},15315:(T,E,h)=>{"use strict";Object.defineProperty(E,"__esModule",{value:!0});var f=Object.assign||function(t){for(var i=1;i<arguments.length;i++){var a=arguments[i];for(var u in a)Object.prototype.hasOwnProperty.call(a,u)&&(t[u]=a[u])}return t},c=h(95973),s=n(c),d=h(28437),g=n(d);function n(t){return t&&t.__esModule?t:{default:t}}function o(t,i){var a={};for(var u in t)i.indexOf(u)>=0||Object.prototype.hasOwnProperty.call(t,u)&&(a[u]=t[u]);return a}var r={bgColor:s.default.oneOfType([s.default.object,s.default.string]).isRequired,bgD:s.default.string.isRequired,fgColor:s.default.oneOfType([s.default.object,s.default.string]).isRequired,fgD:s.default.string.isRequired,size:s.default.number.isRequired,title:s.default.string,viewBoxSize:s.default.number.isRequired,xmlns:s.default.string},e=(0,d.forwardRef)(function(t,i){var a=t.bgColor,u=t.bgD,v=t.fgD,l=t.fgColor,p=t.size,B=t.title,m=t.viewBoxSize,C=t.xmlns,L=C===void 0?"http://www.w3.org/2000/svg":C,P=o(t,["bgColor","bgD","fgD","fgColor","size","title","viewBoxSize","xmlns"]);return g.default.createElement("svg",f({},P,{height:p,ref:i,viewBox:"0 0 "+m+" "+m,width:p,xmlns:L}),B?g.default.createElement("title",null,B):null,g.default.createElement("path",{d:u,fill:a}),g.default.createElement("path",{d:v,fill:l}))});e.displayName="QRCodeSvg",e.propTypes=r,E.default=e},10732:(T,E,h)=>{"use strict";Object.defineProperty(E,"__esModule",{value:!0}),E.QRCode=void 0;var f=Object.assign||function(p){for(var B=1;B<arguments.length;B++){var m=arguments[B];for(var C in m)Object.prototype.hasOwnProperty.call(m,C)&&(p[C]=m[C])}return p},c=h(95973),s=a(c),d=h(91075),g=a(d),n=h(56139),o=a(n),r=h(28437),e=a(r),t=h(15315),i=a(t);function a(p){return p&&p.__esModule?p:{default:p}}function u(p,B){var m={};for(var C in p)B.indexOf(C)>=0||Object.prototype.hasOwnProperty.call(p,C)&&(m[C]=p[C]);return m}var v={bgColor:s.default.oneOfType([s.default.object,s.default.string]),fgColor:s.default.oneOfType([s.default.object,s.default.string]),level:s.default.string,size:s.default.number,value:s.default.string.isRequired},l=(0,r.forwardRef)(function(p,B){var m=p.bgColor,C=m===void 0?"#FFFFFF":m,L=p.fgColor,P=L===void 0?"#000000":L,D=p.level,w=D===void 0?"L":D,A=p.size,R=A===void 0?256:A,N=p.value,k=u(p,["bgColor","fgColor","level","size","value"]),_=new o.default(-1,g.default[w]);_.addData(N),_.make();var b=_.modules;return e.default.createElement(i.default,f({},k,{bgColor:C,bgD:b.map(function(M,y){return M.map(function(O,x){return O?"":"M "+x+" "+y+" l 1 0 0 1 -1 0 Z"}).join(" ")}).join(" "),fgColor:P,fgD:b.map(function(M,y){return M.map(function(O,x){return O?"M "+x+" "+y+" l 1 0 0 1 -1 0 Z":""}).join(" ")}).join(" "),ref:B,size:R,viewBoxSize:b.length}))});E.QRCode=l,l.displayName="QRCode",l.propTypes=v,E.default=l}}]);
//# sourceMappingURL=vendors-node_modules_react-qr-code_lib_index_js.4bf0d163.chunk.js.map