zb-admin/docs/assets/index.7869187d.js

13 lines
100 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import{Q as mt,g as Pt,i as St,r as _t,o as It,c as Ot,a as Bt,b as gt,w as zt,d as jt,F as Wt,D as Zt,_ as Mt}from"./index.034c045c.js";import{c as xt,e as Ht}from"./exceljs.min.1781a218.js";var Rt={exports:{}};(function(Q,rt){(function(_,T){T()})(mt,function(){function _(c,v){return typeof v>"u"?v={autoBom:!1}:typeof v!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),v={autoBom:!v}),v.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(c.type)?new Blob(["\uFEFF",c],{type:c.type}):c}function T(c,v,g){var m=new XMLHttpRequest;m.open("GET",c),m.responseType="blob",m.onload=function(){h(m.response,v,g)},m.onerror=function(){console.error("could not download file")},m.send()}function w(c){var v=new XMLHttpRequest;v.open("HEAD",c,!1);try{v.send()}catch{}return 200<=v.status&&299>=v.status}function u(c){try{c.dispatchEvent(new MouseEvent("click"))}catch{var v=document.createEvent("MouseEvents");v.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),c.dispatchEvent(v)}}var a=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof mt=="object"&&mt.global===mt?mt:void 0,r=a.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),h=a.saveAs||(typeof window!="object"||window!==a?function(){}:"download"in HTMLAnchorElement.prototype&&!r?function(c,v,g){var m=a.URL||a.webkitURL,i=document.createElement("a");v=v||c.name||"download",i.download=v,i.rel="noopener",typeof c=="string"?(i.href=c,i.origin===location.origin?u(i):w(i.href)?T(c,v,g):u(i,i.target="_blank")):(i.href=m.createObjectURL(c),setTimeout(function(){m.revokeObjectURL(i.href)},4e4),setTimeout(function(){u(i)},0))}:"msSaveOrOpenBlob"in navigator?function(c,v,g){if(v=v||c.name||"download",typeof c!="string")navigator.msSaveOrOpenBlob(_(c,g),v);else if(w(c))T(c,v,g);else{var m=document.createElement("a");m.href=c,m.target="_blank",setTimeout(function(){u(m)})}}:function(c,v,g,m){if(m=m||open("","_blank"),m&&(m.document.title=m.document.body.innerText="downloading..."),typeof c=="string")return T(c,v,g);var i=c.type==="application/octet-stream",d=/constructor/i.test(a.HTMLElement)||a.safari,n=/CriOS\/[\d]+/.test(navigator.userAgent);if((n||i&&d||r)&&typeof FileReader<"u"){var l=new FileReader;l.onloadend=function(){var y=l.result;y=n?y:y.replace(/^data:[^;]*;/,"data:attachment/file;"),m?m.location.href=y:location=y,m=null},l.readAsDataURL(c)}else{var s=a.URL||a.webkitURL,p=s.createObjectURL(c);m?m.location=p:location.href=p,m=null,setTimeout(function(){s.revokeObjectURL(p)},4e4)}});a.saveAs=h.saveAs=h,Q.exports=h})})(Rt);var Dt={exports:{}};/*!
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
<http://stuartk.com/jszip>
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
JSZip uses the library pako released under the MIT license :
https://github.com/nodeca/pako/blob/main/LICENSE
*/(function(Q,rt){(function(_){Q.exports=_()})(function(){return function _(T,w,u){function a(c,v){if(!w[c]){if(!T[c]){var g=typeof xt=="function"&&xt;if(!v&&g)return g(c,!0);if(r)return r(c,!0);var m=new Error("Cannot find module '"+c+"'");throw m.code="MODULE_NOT_FOUND",m}var i=w[c]={exports:{}};T[c][0].call(i.exports,function(d){var n=T[c][1][d];return a(n||d)},i,i.exports,_,T,w,u)}return w[c].exports}for(var r=typeof xt=="function"&&xt,h=0;h<u.length;h++)a(u[h]);return a}({1:[function(_,T,w){var u=_("./utils"),a=_("./support"),r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";w.encode=function(h){for(var c,v,g,m,i,d,n,l=[],s=0,p=h.length,y=p,E=u.getTypeOf(h)!=="string";s<h.length;)y=p-s,g=E?(c=h[s++],v=s<p?h[s++]:0,s<p?h[s++]:0):(c=h.charCodeAt(s++),v=s<p?h.charCodeAt(s++):0,s<p?h.charCodeAt(s++):0),m=c>>2,i=(3&c)<<4|v>>4,d=1<y?(15&v)<<2|g>>6:64,n=2<y?63&g:64,l.push(r.charAt(m)+r.charAt(i)+r.charAt(d)+r.charAt(n));return l.join("")},w.decode=function(h){var c,v,g,m,i,d,n=0,l=0,s="data:";if(h.substr(0,s.length)===s)throw new Error("Invalid base64 input, it looks like a data url.");var p,y=3*(h=h.replace(/[^A-Za-z0-9+/=]/g,"")).length/4;if(h.charAt(h.length-1)===r.charAt(64)&&y--,h.charAt(h.length-2)===r.charAt(64)&&y--,y%1!=0)throw new Error("Invalid base64 input, bad content length.");for(p=a.uint8array?new Uint8Array(0|y):new Array(0|y);n<h.length;)c=r.indexOf(h.charAt(n++))<<2|(m=r.indexOf(h.charAt(n++)))>>4,v=(15&m)<<4|(i=r.indexOf(h.charAt(n++)))>>2,g=(3&i)<<6|(d=r.indexOf(h.charAt(n++))),p[l++]=c,i!==64&&(p[l++]=v),d!==64&&(p[l++]=g);return p}},{"./support":30,"./utils":32}],2:[function(_,T,w){var u=_("./external"),a=_("./stream/DataWorker"),r=_("./stream/Crc32Probe"),h=_("./stream/DataLengthProbe");function c(v,g,m,i,d){this.compressedSize=v,this.uncompressedSize=g,this.crc32=m,this.compression=i,this.compressedContent=d}c.prototype={getContentWorker:function(){var v=new a(u.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new h("data_length")),g=this;return v.on("end",function(){if(this.streamInfo.data_length!==g.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),v},getCompressedWorker:function(){return new a(u.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},c.createWorkerFrom=function(v,g,m){return v.pipe(new r).pipe(new h("uncompressedSize")).pipe(g.compressWorker(m)).pipe(new h("compressedSize")).withStreamInfo("compression",g)},T.exports=c},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(_,T,w){var u=_("./stream/GenericWorker");w.STORE={magic:"\0\0",compressWorker:function(){return new u("STORE compression")},uncompressWorker:function(){return new u("STORE decompression")}},w.DEFLATE=_("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(_,T,w){var u=_("./utils"),a=function(){for(var r,h=[],c=0;c<256;c++){r=c;for(var v=0;v<8;v++)r=1&r?3988292384^r>>>1:r>>>1;h[c]=r}return h}();T.exports=function(r,h){return r!==void 0&&r.length?u.getTypeOf(r)!=="string"?function(c,v,g,m){var i=a,d=m+g;c^=-1;for(var n=m;n<d;n++)c=c>>>8^i[255&(c^v[n])];return-1^c}(0|h,r,r.length,0):function(c,v,g,m){var i=a,d=m+g;c^=-1;for(var n=m;n<d;n++)c=c>>>8^i[255&(c^v.charCodeAt(n))];return-1^c}(0|h,r,r.length,0):0}},{"./utils":32}],5:[function(_,T,w){w.base64=!1,w.binary=!1,w.dir=!1,w.createFolders=!0,w.date=null,w.compression=null,w.compressionOptions=null,w.comment=null,w.unixPermissions=null,w.dosPermissions=null},{}],6:[function(_,T,w){var u=null;u=typeof Promise<"u"?Promise:_("lie"),T.exports={Promise:u}},{lie:37}],7:[function(_,T,w){var u=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Uint32Array<"u",a=_("pako"),r=_("./utils"),h=_("./stream/GenericWorker"),c=u?"uint8array":"array";function v(g,m){h.call(this,"FlateWorker/"+g),this._pako=null,this._pakoAction=g,this._pakoOptions=m,this.meta={}}w.magic="\b\0",r.inherits(v,h),v.prototype.processChunk=function(g){this.meta=g.meta,this._pako===null&&this._createPako(),this._pako.push(r.transformTo(c,g.data),!1)},v.prototype.flush=function(){h.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},v.prototype.cleanUp=function(){h.prototype.cleanUp.call(this),this._pako=null},v.prototype._createPako=function(){this._pako=new a[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var g=this;this._pako.onData=function(m){g.push({data:m,meta:g.meta})}},w.compressWorker=function(g){return new v("Deflate",g)},w.uncompressWorker=function(){return new v("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(_,T,w){function u(i,d){var n,l="";for(n=0;n<d;n++)l+=String.fromCharCode(255&i),i>>>=8;return l}function a(i,d,n,l,s,p){var y,E,x=i.file,F=i.compression,O=p!==c.utf8encode,P=r.transformTo("string",p(x.name)),I=r.transformTo("string",c.utf8encode(x.name)),M=x.comment,X=r.transformTo("string",p(M)),b=r.transformTo("string",c.utf8encode(M)),B=I.length!==x.name.length,e=b.length!==M.length,D="",J="",L="",$=x.dir,j=x.date,q={crc32:0,compressedSize:0,uncompressedSize:0};d&&!n||(q.crc32=i.crc32,q.compressedSize=i.compressedSize,q.uncompressedSize=i.uncompressedSize);var A=0;d&&(A|=8),O||!B&&!e||(A|=2048);var z=0,Y=0;$&&(z|=16),s==="UNIX"?(Y=798,z|=function(H,at){var ut=H;return H||(ut=at?16893:33204),(65535&ut)<<16}(x.unixPermissions,$)):(Y=20,z|=function(H){return 63&(H||0)}(x.dosPermissions)),y=j.getUTCHours(),y<<=6,y|=j.getUTCMinutes(),y<<=5,y|=j.getUTCSeconds()/2,E=j.getUTCFullYear()-1980,E<<=4,E|=j.getUTCMonth()+1,E<<=5,E|=j.getUTCDate(),B&&(J=u(1,1)+u(v(P),4)+I,D+="up"+u(J.length,2)+J),e&&(L=u(1,1)+u(v(X),4)+b,D+="uc"+u(L.length,2)+L);var G="";return G+=`
\0`,G+=u(A,2),G+=F.magic,G+=u(y,2),G+=u(E,2),G+=u(q.crc32,4),G+=u(q.compressedSize,4),G+=u(q.uncompressedSize,4),G+=u(P.length,2),G+=u(D.length,2),{fileRecord:g.LOCAL_FILE_HEADER+G+P+D,dirRecord:g.CENTRAL_FILE_HEADER+u(Y,2)+G+u(X.length,2)+"\0\0\0\0"+u(z,4)+u(l,4)+P+D+X}}var r=_("../utils"),h=_("../stream/GenericWorker"),c=_("../utf8"),v=_("../crc32"),g=_("../signature");function m(i,d,n,l){h.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=d,this.zipPlatform=n,this.encodeFileName=l,this.streamFiles=i,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}r.inherits(m,h),m.prototype.push=function(i){var d=i.meta.percent||0,n=this.entriesCount,l=this._sources.length;this.accumulate?this.contentBuffer.push(i):(this.bytesWritten+=i.data.length,h.prototype.push.call(this,{data:i.data,meta:{currentFile:this.currentFile,percent:n?(d+100*(n-l-1))/n:100}}))},m.prototype.openedSource=function(i){this.currentSourceOffset=this.bytesWritten,this.currentFile=i.file.name;var d=this.streamFiles&&!i.file.dir;if(d){var n=a(i,d,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:n.fileRecord,meta:{percent:0}})}else this.accumulate=!0},m.prototype.closedSource=function(i){this.accumulate=!1;var d=this.streamFiles&&!i.file.dir,n=a(i,d,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(n.dirRecord),d)this.push({data:function(l){return g.DATA_DESCRIPTOR+u(l.crc32,4)+u(l.compressedSize,4)+u(l.uncompressedSize,4)}(i),meta:{percent:100}});else for(this.push({data:n.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},m.prototype.flush=function(){for(var i=this.bytesWritten,d=0;d<this.dirRecords.length;d++)this.push({data:this.dirRecords[d],meta:{percent:100}});var n=this.bytesWritten-i,l=function(s,p,y,E,x){var F=r.transformTo("string",x(E));return g.CENTRAL_DIRECTORY_END+"\0\0\0\0"+u(s,2)+u(s,2)+u(p,4)+u(y,4)+u(F.length,2)+F}(this.dirRecords.length,n,i,this.zipComment,this.encodeFileName);this.push({data:l,meta:{percent:100}})},m.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},m.prototype.registerPrevious=function(i){this._sources.push(i);var d=this;return i.on("data",function(n){d.processChunk(n)}),i.on("end",function(){d.closedSource(d.previous.streamInfo),d._sources.length?d.prepareNextSource():d.end()}),i.on("error",function(n){d.error(n)}),this},m.prototype.resume=function(){return!!h.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},m.prototype.error=function(i){var d=this._sources;if(!h.prototype.error.call(this,i))return!1;for(var n=0;n<d.length;n++)try{d[n].error(i)}catch{}return!0},m.prototype.lock=function(){h.prototype.lock.call(this);for(var i=this._sources,d=0;d<i.length;d++)i[d].lock()},T.exports=m},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(_,T,w){var u=_("../compressions"),a=_("./ZipFileWorker");w.generateWorker=function(r,h,c){var v=new a(h.streamFiles,c,h.platform,h.encodeFileName),g=0;try{r.forEach(function(m,i){g++;var d=function(p,y){var E=p||y,x=u[E];if(!x)throw new Error(E+" is not a valid compression method !");return x}(i.options.compression,h.compression),n=i.options.compressionOptions||h.compressionOptions||{},l=i.dir,s=i.date;i._compressWorker(d,n).withStreamInfo("file",{name:m,dir:l,date:s,comment:i.comment||"",unixPermissions:i.unixPermissions,dosPermissions:i.dosPermissions}).pipe(v)}),v.entriesCount=g}catch(m){v.error(m)}return v}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(_,T,w){function u(){if(!(this instanceof u))return new u;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var a=new u;for(var r in this)typeof this[r]!="function"&&(a[r]=this[r]);return a}}(u.prototype=_("./object")).loadAsync=_("./load"),u.support=_("./support"),u.defaults=_("./defaults"),u.version="3.10.1",u.loadAsync=function(a,r){return new u().loadAsync(a,r)},u.external=_("./external"),T.exports=u},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(_,T,w){var u=_("./utils"),a=_("./external"),r=_("./utf8"),h=_("./zipEntries"),c=_("./stream/Crc32Probe"),v=_("./nodejsUtils");function g(m){return new a.Promise(function(i,d){var n=m.decompressed.getContentWorker().pipe(new c);n.on("error",function(l){d(l)}).on("end",function(){n.streamInfo.crc32!==m.decompressed.crc32?d(new Error("Corrupted zip : CRC32 mismatch")):i()}).resume()})}T.exports=function(m,i){var d=this;return i=u.extend(i||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:r.utf8decode}),v.isNode&&v.isStream(m)?a.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):u.prepareContent("the loaded zip file",m,!0,i.optimizedBinaryString,i.base64).then(function(n){var l=new h(i);return l.load(n),l}).then(function(n){var l=[a.Promise.resolve(n)],s=n.files;if(i.checkCRC32)for(var p=0;p<s.length;p++)l.push(g(s[p]));return a.Promise.all(l)}).then(function(n){for(var l=n.shift(),s=l.files,p=0;p<s.length;p++){var y=s[p],E=y.fileNameStr,x=u.resolve(y.fileNameStr);d.file(x,y.decompressed,{binary:!0,optimizedBinaryString:!0,date:y.date,dir:y.dir,comment:y.fileCommentStr.length?y.fileCommentStr:null,unixPermissions:y.unixPermissions,dosPermissions:y.dosPermissions,createFolders:i.createFolders}),y.dir||(d.file(x).unsafeOriginalName=E)}return l.zipComment.length&&(d.comment=l.zipComment),d})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(_,T,w){var u=_("../utils"),a=_("../stream/GenericWorker");function r(h,c){a.call(this,"Nodejs stream input adapter for "+h),this._upstreamEnded=!1,this._bindStream(c)}u.inherits(r,a),r.prototype._bindStream=function(h){var c=this;(this._stream=h).pause(),h.on("data",function(v){c.push({data:v,meta:{percent:0}})}).on("error",function(v){c.isPaused?this.generatedError=v:c.error(v)}).on("end",function(){c.isPaused?c._upstreamEnded=!0:c.end()})},r.prototype.pause=function(){return!!a.prototype.pause.call(this)&&(this._stream.pause(),!0)},r.prototype.resume=function(){return!!a.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},T.exports=r},{"../stream/GenericWorker":28,"../utils":32}],13:[function(_,T,w){var u=_("readable-stream").Readable;function a(r,h,c){u.call(this,h),this._helper=r;var v=this;r.on("data",function(g,m){v.push(g)||v._helper.pause(),c&&c(m)}).on("error",function(g){v.emit("error",g)}).on("end",function(){v.push(null)})}_("../utils").inherits(a,u),a.prototype._read=function(){this._helper.resume()},T.exports=a},{"../utils":32,"readable-stream":16}],14:[function(_,T,w){T.exports={isNode:typeof Buffer<"u",newBufferFrom:function(u,a){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(u,a);if(typeof u=="number")throw new Error('The "data" argument must not be a number');return new Buffer(u,a)},allocBuffer:function(u){if(Buffer.alloc)return Buffer.alloc(u);var a=new Buffer(u);return a.fill(0),a},isBuffer:function(u){return Buffer.isBuffer(u)},isStream:function(u){return u&&typeof u.on=="function"&&typeof u.pause=="function"&&typeof u.resume=="function"}}},{}],15:[function(_,T,w){function u(x,F,O){var P,I=r.getTypeOf(F),M=r.extend(O||{},v);M.date=M.date||new Date,M.compression!==null&&(M.compression=M.compression.toUpperCase()),typeof M.unixPermissions=="string"&&(M.unixPermissions=parseInt(M.unixPermissions,8)),M.unixPermissions&&16384&M.unixPermissions&&(M.dir=!0),M.dosPermissions&&16&M.dosPermissions&&(M.dir=!0),M.dir&&(x=s(x)),M.createFolders&&(P=l(x))&&p.call(this,P,!0);var X=I==="string"&&M.binary===!1&&M.base64===!1;O&&O.binary!==void 0||(M.binary=!X),(F instanceof g&&F.uncompressedSize===0||M.dir||!F||F.length===0)&&(M.base64=!1,M.binary=!0,F="",M.compression="STORE",I="string");var b=null;b=F instanceof g||F instanceof h?F:d.isNode&&d.isStream(F)?new n(x,F):r.prepareContent(x,F,M.binary,M.optimizedBinaryString,M.base64);var B=new m(x,b,M);this.files[x]=B}var a=_("./utf8"),r=_("./utils"),h=_("./stream/GenericWorker"),c=_("./stream/StreamHelper"),v=_("./defaults"),g=_("./compressedObject"),m=_("./zipObject"),i=_("./generate"),d=_("./nodejsUtils"),n=_("./nodejs/NodejsStreamInputAdapter"),l=function(x){x.slice(-1)==="/"&&(x=x.substring(0,x.length-1));var F=x.lastIndexOf("/");return 0<F?x.substring(0,F):""},s=function(x){return x.slice(-1)!=="/"&&(x+="/"),x},p=function(x,F){return F=F!==void 0?F:v.createFolders,x=s(x),this.files[x]||u.call(this,x,null,{dir:!0,createFolders:F}),this.files[x]};function y(x){return Object.prototype.toString.call(x)==="[object RegExp]"}var E={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(x){var F,O,P;for(F in this.files)P=this.files[F],(O=F.slice(this.root.length,F.length))&&F.slice(0,this.root.length)===this.root&&x(O,P)},filter:function(x){var F=[];return this.forEach(function(O,P){x(O,P)&&F.push(P)}),F},file:function(x,F,O){if(arguments.length!==1)return x=this.root+x,u.call(this,x,F,O),this;if(y(x)){var P=x;return this.filter(function(M,X){return!X.dir&&P.test(M)})}var I=this.files[this.root+x];return I&&!I.dir?I:null},folder:function(x){if(!x)return this;if(y(x))return this.filter(function(I,M){return M.dir&&x.test(I)});var F=this.root+x,O=p.call(this,F),P=this.clone();return P.root=O.name,P},remove:function(x){x=this.root+x;var F=this.files[x];if(F||(x.slice(-1)!=="/"&&(x+="/"),F=this.files[x]),F&&!F.dir)delete this.files[x];else for(var O=this.filter(function(I,M){return M.name.slice(0,x.length)===x}),P=0;P<O.length;P++)delete this.files[O[P].name];return this},generate:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(x){var F,O={};try{if((O=r.extend(x||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:a.utf8encode})).type=O.type.toLowerCase(),O.compression=O.compression.toUpperCase(),O.type==="binarystring"&&(O.type="string"),!O.type)throw new Error("No output type specified.");r.checkSupport(O.type),O.platform!=="darwin"&&O.platform!=="freebsd"&&O.platform!=="linux"&&O.platform!=="sunos"||(O.platform="UNIX"),O.platform==="win32"&&(O.platform="DOS");var P=O.comment||this.comment||"";F=i.generateWorker(this,O,P)}catch(I){(F=new h("error")).error(I)}return new c(F,O.type||"string",O.mimeType)},generateAsync:function(x,F){return this.generateInternalStream(x).accumulate(F)},generateNodeStream:function(x,F){return(x=x||{}).type||(x.type="nodebuffer"),this.generateInternalStream(x).toNodejsStream(F)}};T.exports=E},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(_,T,w){T.exports=_("stream")},{stream:void 0}],17:[function(_,T,w){var u=_("./DataReader");function a(r){u.call(this,r);for(var h=0;h<this.data.length;h++)r[h]=255&r[h]}_("../utils").inherits(a,u),a.prototype.byteAt=function(r){return this.data[this.zero+r]},a.prototype.lastIndexOfSignature=function(r){for(var h=r.charCodeAt(0),c=r.charCodeAt(1),v=r.charCodeAt(2),g=r.charCodeAt(3),m=this.length-4;0<=m;--m)if(this.data[m]===h&&this.data[m+1]===c&&this.data[m+2]===v&&this.data[m+3]===g)return m-this.zero;return-1},a.prototype.readAndCheckSignature=function(r){var h=r.charCodeAt(0),c=r.charCodeAt(1),v=r.charCodeAt(2),g=r.charCodeAt(3),m=this.readData(4);return h===m[0]&&c===m[1]&&v===m[2]&&g===m[3]},a.prototype.readData=function(r){if(this.checkOffset(r),r===0)return[];var h=this.data.slice(this.zero+this.index,this.zero+this.index+r);return this.index+=r,h},T.exports=a},{"../utils":32,"./DataReader":18}],18:[function(_,T,w){var u=_("../utils");function a(r){this.data=r,this.length=r.length,this.index=0,this.zero=0}a.prototype={checkOffset:function(r){this.checkIndex(this.index+r)},checkIndex:function(r){if(this.length<this.zero+r||r<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+r+"). Corrupted zip ?")},setIndex:function(r){this.checkIndex(r),this.index=r},skip:function(r){this.setIndex(this.index+r)},byteAt:function(){},readInt:function(r){var h,c=0;for(this.checkOffset(r),h=this.index+r-1;h>=this.index;h--)c=(c<<8)+this.byteAt(h);return this.index+=r,c},readString:function(r){return u.transformTo("string",this.readData(r))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var r=this.readInt(4);return new Date(Date.UTC(1980+(r>>25&127),(r>>21&15)-1,r>>16&31,r>>11&31,r>>5&63,(31&r)<<1))}},T.exports=a},{"../utils":32}],19:[function(_,T,w){var u=_("./Uint8ArrayReader");function a(r){u.call(this,r)}_("../utils").inherits(a,u),a.prototype.readData=function(r){this.checkOffset(r);var h=this.data.slice(this.zero+this.index,this.zero+this.index+r);return this.index+=r,h},T.exports=a},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(_,T,w){var u=_("./DataReader");function a(r){u.call(this,r)}_("../utils").inherits(a,u),a.prototype.byteAt=function(r){return this.data.charCodeAt(this.zero+r)},a.prototype.lastIndexOfSignature=function(r){return this.data.lastIndexOf(r)-this.zero},a.prototype.readAndCheckSignature=function(r){return r===this.readData(4)},a.prototype.readData=function(r){this.checkOffset(r);var h=this.data.slice(this.zero+this.index,this.zero+this.index+r);return this.index+=r,h},T.exports=a},{"../utils":32,"./DataReader":18}],21:[function(_,T,w){var u=_("./ArrayReader");function a(r){u.call(this,r)}_("../utils").inherits(a,u),a.prototype.readData=function(r){if(this.checkOffset(r),r===0)return new Uint8Array(0);var h=this.data.subarray(this.zero+this.index,this.zero+this.index+r);return this.index+=r,h},T.exports=a},{"../utils":32,"./ArrayReader":17}],22:[function(_,T,w){var u=_("../utils"),a=_("../support"),r=_("./ArrayReader"),h=_("./StringReader"),c=_("./NodeBufferReader"),v=_("./Uint8ArrayReader");T.exports=function(g){var m=u.getTypeOf(g);return u.checkSupport(m),m!=="string"||a.uint8array?m==="nodebuffer"?new c(g):a.uint8array?new v(u.transformTo("uint8array",g)):new r(u.transformTo("array",g)):new h(g)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(_,T,w){w.LOCAL_FILE_HEADER="PK",w.CENTRAL_FILE_HEADER="PK",w.CENTRAL_DIRECTORY_END="PK",w.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",w.ZIP64_CENTRAL_DIRECTORY_END="PK",w.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(_,T,w){var u=_("./GenericWorker"),a=_("../utils");function r(h){u.call(this,"ConvertWorker to "+h),this.destType=h}a.inherits(r,u),r.prototype.processChunk=function(h){this.push({data:a.transformTo(this.destType,h.data),meta:h.meta})},T.exports=r},{"../utils":32,"./GenericWorker":28}],25:[function(_,T,w){var u=_("./GenericWorker"),a=_("../crc32");function r(){u.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}_("../utils").inherits(r,u),r.prototype.processChunk=function(h){this.streamInfo.crc32=a(h.data,this.streamInfo.crc32||0),this.push(h)},T.exports=r},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(_,T,w){var u=_("../utils"),a=_("./GenericWorker");function r(h){a.call(this,"DataLengthProbe for "+h),this.propName=h,this.withStreamInfo(h,0)}u.inherits(r,a),r.prototype.processChunk=function(h){if(h){var c=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=c+h.data.length}a.prototype.processChunk.call(this,h)},T.exports=r},{"../utils":32,"./GenericWorker":28}],27:[function(_,T,w){var u=_("../utils"),a=_("./GenericWorker");function r(h){a.call(this,"DataWorker");var c=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,h.then(function(v){c.dataIsReady=!0,c.data=v,c.max=v&&v.length||0,c.type=u.getTypeOf(v),c.isPaused||c._tickAndRepeat()},function(v){c.error(v)})}u.inherits(r,a),r.prototype.cleanUp=function(){a.prototype.cleanUp.call(this),this.data=null},r.prototype.resume=function(){return!!a.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,u.delay(this._tickAndRepeat,[],this)),!0)},r.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(u.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},r.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var h=null,c=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":h=this.data.substring(this.index,c);break;case"uint8array":h=this.data.subarray(this.index,c);break;case"array":case"nodebuffer":h=this.data.slice(this.index,c)}return this.index=c,this.push({data:h,meta:{percent:this.max?this.index/this.max*100:0}})},T.exports=r},{"../utils":32,"./GenericWorker":28}],28:[function(_,T,w){function u(a){this.name=a||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}u.prototype={push:function(a){this.emit("data",a)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(a){this.emit("error",a)}return!0},error:function(a){return!this.isFinished&&(this.isPaused?this.generatedError=a:(this.isFinished=!0,this.emit("error",a),this.previous&&this.previous.error(a),this.cleanUp()),!0)},on:function(a,r){return this._listeners[a].push(r),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(a,r){if(this._listeners[a])for(var h=0;h<this._listeners[a].length;h++)this._listeners[a][h].call(this,r)},pipe:function(a){return a.registerPrevious(this)},registerPrevious:function(a){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=a.streamInfo,this.mergeStreamInfo(),this.previous=a;var r=this;return a.on("data",function(h){r.processChunk(h)}),a.on("end",function(){r.end()}),a.on("error",function(h){r.error(h)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var a=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),a=!0),this.previous&&this.previous.resume(),!a},flush:function(){},processChunk:function(a){this.push(a)},withStreamInfo:function(a,r){return this.extraStreamInfo[a]=r,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var a in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,a)&&(this.streamInfo[a]=this.extraStreamInfo[a])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var a="Worker "+this.name;return this.previous?this.previous+" -> "+a:a}},T.exports=u},{}],29:[function(_,T,w){var u=_("../utils"),a=_("./ConvertWorker"),r=_("./GenericWorker"),h=_("../base64"),c=_("../support"),v=_("../external"),g=null;if(c.nodestream)try{g=_("../nodejs/NodejsStreamOutputAdapter")}catch{}function m(d,n){return new v.Promise(function(l,s){var p=[],y=d._internalType,E=d._outputType,x=d._mimeType;d.on("data",function(F,O){p.push(F),n&&n(O)}).on("error",function(F){p=[],s(F)}).on("end",function(){try{var F=function(O,P,I){switch(O){case"blob":return u.newBlob(u.transformTo("arraybuffer",P),I);case"base64":return h.encode(P);default:return u.transformTo(O,P)}}(E,function(O,P){var I,M=0,X=null,b=0;for(I=0;I<P.length;I++)b+=P[I].length;switch(O){case"string":return P.join("");case"array":return Array.prototype.concat.apply([],P);case"uint8array":for(X=new Uint8Array(b),I=0;I<P.length;I++)X.set(P[I],M),M+=P[I].length;return X;case"nodebuffer":return Buffer.concat(P);default:throw new Error("concat : unsupported type '"+O+"'")}}(y,p),x);l(F)}catch(O){s(O)}p=[]}).resume()})}function i(d,n,l){var s=n;switch(n){case"blob":case"arraybuffer":s="uint8array";break;case"base64":s="string"}try{this._internalType=s,this._outputType=n,this._mimeType=l,u.checkSupport(s),this._worker=d.pipe(new a(s)),d.lock()}catch(p){this._worker=new r("error"),this._worker.error(p)}}i.prototype={accumulate:function(d){return m(this,d)},on:function(d,n){var l=this;return d==="data"?this._worker.on(d,function(s){n.call(l,s.data,s.meta)}):this._worker.on(d,function(){u.delay(n,arguments,l)}),this},resume:function(){return u.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(d){if(u.checkSupport("nodestream"),this._outputType!=="nodebuffer")throw new Error(this._outputType+" is not supported by this method");return new g(this,{objectMode:this._outputType!=="nodebuffer"},d)}},T.exports=i},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(_,T,w){if(w.base64=!0,w.array=!0,w.string=!0,w.arraybuffer=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",w.nodebuffer=typeof Buffer<"u",w.uint8array=typeof Uint8Array<"u",typeof ArrayBuffer>"u")w.blob=!1;else{var u=new ArrayBuffer(0);try{w.blob=new Blob([u],{type:"application/zip"}).size===0}catch{try{var a=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);a.append(u),w.blob=a.getBlob("application/zip").size===0}catch{w.blob=!1}}}try{w.nodestream=!!_("readable-stream").Readable}catch{w.nodestream=!1}},{"readable-stream":16}],31:[function(_,T,w){for(var u=_("./utils"),a=_("./support"),r=_("./nodejsUtils"),h=_("./stream/GenericWorker"),c=new Array(256),v=0;v<256;v++)c[v]=252<=v?6:248<=v?5:240<=v?4:224<=v?3:192<=v?2:1;c[254]=c[254]=1;function g(){h.call(this,"utf-8 decode"),this.leftOver=null}function m(){h.call(this,"utf-8 encode")}w.utf8encode=function(i){return a.nodebuffer?r.newBufferFrom(i,"utf-8"):function(d){var n,l,s,p,y,E=d.length,x=0;for(p=0;p<E;p++)(64512&(l=d.charCodeAt(p)))==55296&&p+1<E&&(64512&(s=d.charCodeAt(p+1)))==56320&&(l=65536+(l-55296<<10)+(s-56320),p++),x+=l<128?1:l<2048?2:l<65536?3:4;for(n=a.uint8array?new Uint8Array(x):new Array(x),p=y=0;y<x;p++)(64512&(l=d.charCodeAt(p)))==55296&&p+1<E&&(64512&(s=d.charCodeAt(p+1)))==56320&&(l=65536+(l-55296<<10)+(s-56320),p++),l<128?n[y++]=l:(l<2048?n[y++]=192|l>>>6:(l<65536?n[y++]=224|l>>>12:(n[y++]=240|l>>>18,n[y++]=128|l>>>12&63),n[y++]=128|l>>>6&63),n[y++]=128|63&l);return n}(i)},w.utf8decode=function(i){return a.nodebuffer?u.transformTo("nodebuffer",i).toString("utf-8"):function(d){var n,l,s,p,y=d.length,E=new Array(2*y);for(n=l=0;n<y;)if((s=d[n++])<128)E[l++]=s;else if(4<(p=c[s]))E[l++]=65533,n+=p-1;else{for(s&=p===2?31:p===3?15:7;1<p&&n<y;)s=s<<6|63&d[n++],p--;1<p?E[l++]=65533:s<65536?E[l++]=s:(s-=65536,E[l++]=55296|s>>10&1023,E[l++]=56320|1023&s)}return E.length!==l&&(E.subarray?E=E.subarray(0,l):E.length=l),u.applyFromCharCode(E)}(i=u.transformTo(a.uint8array?"uint8array":"array",i))},u.inherits(g,h),g.prototype.processChunk=function(i){var d=u.transformTo(a.uint8array?"uint8array":"array",i.data);if(this.leftOver&&this.leftOver.length){if(a.uint8array){var n=d;(d=new Uint8Array(n.length+this.leftOver.length)).set(this.leftOver,0),d.set(n,this.leftOver.length)}else d=this.leftOver.concat(d);this.leftOver=null}var l=function(p,y){var E;for((y=y||p.length)>p.length&&(y=p.length),E=y-1;0<=E&&(192&p[E])==128;)E--;return E<0||E===0?y:E+c[p[E]]>y?E:y}(d),s=d;l!==d.length&&(a.uint8array?(s=d.subarray(0,l),this.leftOver=d.subarray(l,d.length)):(s=d.slice(0,l),this.leftOver=d.slice(l,d.length))),this.push({data:w.utf8decode(s),meta:i.meta})},g.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:w.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},w.Utf8DecodeWorker=g,u.inherits(m,h),m.prototype.processChunk=function(i){this.push({data:w.utf8encode(i.data),meta:i.meta})},w.Utf8EncodeWorker=m},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(_,T,w){var u=_("./support"),a=_("./base64"),r=_("./nodejsUtils"),h=_("./external");function c(n){return n}function v(n,l){for(var s=0;s<n.length;++s)l[s]=255&n.charCodeAt(s);return l}_("setimmediate"),w.newBlob=function(n,l){w.checkSupport("blob");try{return new Blob([n],{type:l})}catch{try{var s=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return s.append(n),s.getBlob(l)}catch{throw new Error("Bug : can't construct the Blob.")}}};var g={stringifyByChunk:function(n,l,s){var p=[],y=0,E=n.length;if(E<=s)return String.fromCharCode.apply(null,n);for(;y<E;)l==="array"||l==="nodebuffer"?p.push(String.fromCharCode.apply(null,n.slice(y,Math.min(y+s,E)))):p.push(String.fromCharCode.apply(null,n.subarray(y,Math.min(y+s,E)))),y+=s;return p.join("")},stringifyByChar:function(n){for(var l="",s=0;s<n.length;s++)l+=String.fromCharCode(n[s]);return l},applyCanBeUsed:{uint8array:function(){try{return u.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch{return!1}}(),nodebuffer:function(){try{return u.nodebuffer&&String.fromCharCode.apply(null,r.allocBuffer(1)).length===1}catch{return!1}}()}};function m(n){var l=65536,s=w.getTypeOf(n),p=!0;if(s==="uint8array"?p=g.applyCanBeUsed.uint8array:s==="nodebuffer"&&(p=g.applyCanBeUsed.nodebuffer),p)for(;1<l;)try{return g.stringifyByChunk(n,s,l)}catch{l=Math.floor(l/2)}return g.stringifyByChar(n)}function i(n,l){for(var s=0;s<n.length;s++)l[s]=n[s];return l}w.applyFromCharCode=m;var d={};d.string={string:c,array:function(n){return v(n,new Array(n.length))},arraybuffer:function(n){return d.string.uint8array(n).buffer},uint8array:function(n){return v(n,new Uint8Array(n.length))},nodebuffer:function(n){return v(n,r.allocBuffer(n.length))}},d.array={string:m,array:c,arraybuffer:function(n){return new Uint8Array(n).buffer},uint8array:function(n){return new Uint8Array(n)},nodebuffer:function(n){return r.newBufferFrom(n)}},d.arraybuffer={string:function(n){return m(new Uint8Array(n))},array:function(n){return i(new Uint8Array(n),new Array(n.byteLength))},arraybuffer:c,uint8array:function(n){return new Uint8Array(n)},nodebuffer:function(n){return r.newBufferFrom(new Uint8Array(n))}},d.uint8array={string:m,array:function(n){return i(n,new Array(n.length))},arraybuffer:function(n){return n.buffer},uint8array:c,nodebuffer:function(n){return r.newBufferFrom(n)}},d.nodebuffer={string:m,array:function(n){return i(n,new Array(n.length))},arraybuffer:function(n){return d.nodebuffer.uint8array(n).buffer},uint8array:function(n){return i(n,new Uint8Array(n.length))},nodebuffer:c},w.transformTo=function(n,l){if(l=l||"",!n)return l;w.checkSupport(n);var s=w.getTypeOf(l);return d[s][n](l)},w.resolve=function(n){for(var l=n.split("/"),s=[],p=0;p<l.length;p++){var y=l[p];y==="."||y===""&&p!==0&&p!==l.length-1||(y===".."?s.pop():s.push(y))}return s.join("/")},w.getTypeOf=function(n){return typeof n=="string"?"string":Object.prototype.toString.call(n)==="[object Array]"?"array":u.nodebuffer&&r.isBuffer(n)?"nodebuffer":u.uint8array&&n instanceof Uint8Array?"uint8array":u.arraybuffer&&n instanceof ArrayBuffer?"arraybuffer":void 0},w.checkSupport=function(n){if(!u[n.toLowerCase()])throw new Error(n+" is not supported by this platform")},w.MAX_VALUE_16BITS=65535,w.MAX_VALUE_32BITS=-1,w.pretty=function(n){var l,s,p="";for(s=0;s<(n||"").length;s++)p+="\\x"+((l=n.charCodeAt(s))<16?"0":"")+l.toString(16).toUpperCase();return p},w.delay=function(n,l,s){setImmediate(function(){n.apply(s||null,l||[])})},w.inherits=function(n,l){function s(){}s.prototype=l.prototype,n.prototype=new s},w.extend=function(){var n,l,s={};for(n=0;n<arguments.length;n++)for(l in arguments[n])Object.prototype.hasOwnProperty.call(arguments[n],l)&&s[l]===void 0&&(s[l]=arguments[n][l]);return s},w.prepareContent=function(n,l,s,p,y){return h.Promise.resolve(l).then(function(E){return u.blob&&(E instanceof Blob||["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(E))!==-1)&&typeof FileReader<"u"?new h.Promise(function(x,F){var O=new FileReader;O.onload=function(P){x(P.target.result)},O.onerror=function(P){F(P.target.error)},O.readAsArrayBuffer(E)}):E}).then(function(E){var x=w.getTypeOf(E);return x?(x==="arraybuffer"?E=w.transformTo("uint8array",E):x==="string"&&(y?E=a.decode(E):s&&p!==!0&&(E=function(F){return v(F,u.uint8array?new Uint8Array(F.length):new Array(F.length))}(E))),E):h.Promise.reject(new Error("Can't read the data of '"+n+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(_,T,w){var u=_("./reader/readerFor"),a=_("./utils"),r=_("./signature"),h=_("./zipEntry"),c=_("./support");function v(g){this.files=[],this.loadOptions=g}v.prototype={checkSignature:function(g){if(!this.reader.readAndCheckSignature(g)){this.reader.index-=4;var m=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+a.pretty(m)+", expected "+a.pretty(g)+")")}},isSignature:function(g,m){var i=this.reader.index;this.reader.setIndex(g);var d=this.reader.readString(4)===m;return this.reader.setIndex(i),d},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var g=this.reader.readData(this.zipCommentLength),m=c.uint8array?"uint8array":"array",i=a.transformTo(m,g);this.zipComment=this.loadOptions.decodeFileName(i)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var g,m,i,d=this.zip64EndOfCentralSize-44;0<d;)g=this.reader.readInt(2),m=this.reader.readInt(4),i=this.reader.readData(m),this.zip64ExtensibleData[g]={id:g,length:m,value:i}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var g,m;for(g=0;g<this.files.length;g++)m=this.files[g],this.reader.setIndex(m.localHeaderOffset),this.checkSignature(r.LOCAL_FILE_HEADER),m.readLocalPart(this.reader),m.handleUTF8(),m.processAttributes()},readCentralDir:function(){var g;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(r.CENTRAL_FILE_HEADER);)(g=new h({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(g);if(this.centralDirRecords!==this.files.length&&this.centralDirRecords!==0&&this.files.length===0)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var g=this.reader.lastIndexOfSignature(r.CENTRAL_DIRECTORY_END);if(g<0)throw this.isSignature(0,r.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(g);var m=g;if(this.checkSignature(r.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===a.MAX_VALUE_16BITS||this.diskWithCentralDirStart===a.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===a.MAX_VALUE_16BITS||this.centralDirRecords===a.MAX_VALUE_16BITS||this.centralDirSize===a.MAX_VALUE_32BITS||this.centralDirOffset===a.MAX_VALUE_32BITS){if(this.zip64=!0,(g=this.reader.lastIndexOfSignature(r.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(g),this.checkSignature(r.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,r.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(r.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(r.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var i=this.centralDirOffset+this.centralDirSize;this.zip64&&(i+=20,i+=12+this.zip64EndOfCentralSize);var d=m-i;if(0<d)this.isSignature(m,r.CENTRAL_FILE_HEADER)||(this.reader.zero=d);else if(d<0)throw new Error("Corrupted zip: missing "+Math.abs(d)+" bytes.")},prepareReader:function(g){this.reader=u(g)},load:function(g){this.prepareReader(g),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},T.exports=v},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(_,T,w){var u=_("./reader/readerFor"),a=_("./utils"),r=_("./compressedObject"),h=_("./crc32"),c=_("./utf8"),v=_("./compressions"),g=_("./support");function m(i,d){this.options=i,this.loadOptions=d}m.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(i){var d,n;if(i.skip(22),this.fileNameLength=i.readInt(2),n=i.readInt(2),this.fileName=i.readData(this.fileNameLength),i.skip(n),this.compressedSize===-1||this.uncompressedSize===-1)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if((d=function(l){for(var s in v)if(Object.prototype.hasOwnProperty.call(v,s)&&v[s].magic===l)return v[s];return null}(this.compressionMethod))===null)throw new Error("Corrupted zip : compression "+a.pretty(this.compressionMethod)+" unknown (inner file : "+a.transformTo("string",this.fileName)+")");this.decompressed=new r(this.compressedSize,this.uncompressedSize,this.crc32,d,i.readData(this.compressedSize))},readCentralPart:function(i){this.versionMadeBy=i.readInt(2),i.skip(2),this.bitFlag=i.readInt(2),this.compressionMethod=i.readString(2),this.date=i.readDate(),this.crc32=i.readInt(4),this.compressedSize=i.readInt(4),this.uncompressedSize=i.readInt(4);var d=i.readInt(2);if(this.extraFieldsLength=i.readInt(2),this.fileCommentLength=i.readInt(2),this.diskNumberStart=i.readInt(2),this.internalFileAttributes=i.readInt(2),this.externalFileAttributes=i.readInt(4),this.localHeaderOffset=i.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");i.skip(d),this.readExtraFields(i),this.parseZIP64ExtraField(i),this.fileComment=i.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var i=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),i==0&&(this.dosPermissions=63&this.externalFileAttributes),i==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var i=u(this.extraFields[1].value);this.uncompressedSize===a.MAX_VALUE_32BITS&&(this.uncompressedSize=i.readInt(8)),this.compressedSize===a.MAX_VALUE_32BITS&&(this.compressedSize=i.readInt(8)),this.localHeaderOffset===a.MAX_VALUE_32BITS&&(this.localHeaderOffset=i.readInt(8)),this.diskNumberStart===a.MAX_VALUE_32BITS&&(this.diskNumberStart=i.readInt(4))}},readExtraFields:function(i){var d,n,l,s=i.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});i.index+4<s;)d=i.readInt(2),n=i.readInt(2),l=i.readData(n),this.extraFields[d]={id:d,length:n,value:l};i.setIndex(s)},handleUTF8:function(){var i=g.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=c.utf8decode(this.fileName),this.fileCommentStr=c.utf8decode(this.fileComment);else{var d=this.findExtraFieldUnicodePath();if(d!==null)this.fileNameStr=d;else{var n=a.transformTo(i,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(n)}var l=this.findExtraFieldUnicodeComment();if(l!==null)this.fileCommentStr=l;else{var s=a.transformTo(i,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(s)}}},findExtraFieldUnicodePath:function(){var i=this.extraFields[28789];if(i){var d=u(i.value);return d.readInt(1)!==1||h(this.fileName)!==d.readInt(4)?null:c.utf8decode(d.readData(i.length-5))}return null},findExtraFieldUnicodeComment:function(){var i=this.extraFields[25461];if(i){var d=u(i.value);return d.readInt(1)!==1||h(this.fileComment)!==d.readInt(4)?null:c.utf8decode(d.readData(i.length-5))}return null}},T.exports=m},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(_,T,w){function u(d,n,l){this.name=d,this.dir=l.dir,this.date=l.date,this.comment=l.comment,this.unixPermissions=l.unixPermissions,this.dosPermissions=l.dosPermissions,this._data=n,this._dataBinary=l.binary,this.options={compression:l.compression,compressionOptions:l.compressionOptions}}var a=_("./stream/StreamHelper"),r=_("./stream/DataWorker"),h=_("./utf8"),c=_("./compressedObject"),v=_("./stream/GenericWorker");u.prototype={internalStream:function(d){var n=null,l="string";try{if(!d)throw new Error("No output type specified.");var s=(l=d.toLowerCase())==="string"||l==="text";l!=="binarystring"&&l!=="text"||(l="string"),n=this._decompressWorker();var p=!this._dataBinary;p&&!s&&(n=n.pipe(new h.Utf8EncodeWorker)),!p&&s&&(n=n.pipe(new h.Utf8DecodeWorker))}catch(y){(n=new v("error")).error(y)}return new a(n,l,"")},async:function(d,n){return this.internalStream(d).accumulate(n)},nodeStream:function(d,n){return this.internalStream(d||"nodebuffer").toNodejsStream(n)},_compressWorker:function(d,n){if(this._data instanceof c&&this._data.compression.magic===d.magic)return this._data.getCompressedWorker();var l=this._decompressWorker();return this._dataBinary||(l=l.pipe(new h.Utf8EncodeWorker)),c.createWorkerFrom(l,d,n)},_decompressWorker:function(){return this._data instanceof c?this._data.getContentWorker():this._data instanceof v?this._data:new r(this._data)}};for(var g=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],m=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},i=0;i<g.length;i++)u.prototype[g[i]]=m;T.exports=u},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(_,T,w){(function(u){var a,r,h=u.MutationObserver||u.WebKitMutationObserver;if(h){var c=0,v=new h(d),g=u.document.createTextNode("");v.observe(g,{characterData:!0}),a=function(){g.data=c=++c%2}}else if(u.setImmediate||u.MessageChannel===void 0)a="document"in u&&"onreadystatechange"in u.document.createElement("script")?function(){var n=u.document.createElement("script");n.onreadystatechange=function(){d(),n.onreadystatechange=null,n.parentNode.removeChild(n),n=null},u.document.documentElement.appendChild(n)}:function(){setTimeout(d,0)};else{var m=new u.MessageChannel;m.port1.onmessage=d,a=function(){m.port2.postMessage(0)}}var i=[];function d(){var n,l;r=!0;for(var s=i.length;s;){for(l=i,i=[],n=-1;++n<s;)l[n]();s=i.length}r=!1}T.exports=function(n){i.push(n)!==1||r||a()}}).call(this,typeof mt<"u"?mt:typeof self<"u"?self:typeof window<"u"?window:{})},{}],37:[function(_,T,w){var u=_("immediate");function a(){}var r={},h=["REJECTED"],c=["FULFILLED"],v=["PENDING"];function g(s){if(typeof s!="function")throw new TypeError("resolver must be a function");this.state=v,this.queue=[],this.outcome=void 0,s!==a&&n(this,s)}function m(s,p,y){this.promise=s,typeof p=="function"&&(this.onFulfilled=p,this.callFulfilled=this.otherCallFulfilled),typeof y=="function"&&(this.onRejected=y,this.callRejected=this.otherCallRejected)}function i(s,p,y){u(function(){var E;try{E=p(y)}catch(x){return r.reject(s,x)}E===s?r.reject(s,new TypeError("Cannot resolve promise with itself")):r.resolve(s,E)})}function d(s){var p=s&&s.then;if(s&&(typeof s=="object"||typeof s=="function")&&typeof p=="function")return function(){p.apply(s,arguments)}}function n(s,p){var y=!1;function E(O){y||(y=!0,r.reject(s,O))}function x(O){y||(y=!0,r.resolve(s,O))}var F=l(function(){p(x,E)});F.status==="error"&&E(F.value)}function l(s,p){var y={};try{y.value=s(p),y.status="success"}catch(E){y.status="error",y.value=E}return y}(T.exports=g).prototype.finally=function(s){if(typeof s!="function")return this;var p=this.constructor;return this.then(function(y){return p.resolve(s()).then(function(){return y})},function(y){return p.resolve(s()).then(function(){throw y})})},g.prototype.catch=function(s){return this.then(null,s)},g.prototype.then=function(s,p){if(typeof s!="function"&&this.state===c||typeof p!="function"&&this.state===h)return this;var y=new this.constructor(a);return this.state!==v?i(y,this.state===c?s:p,this.outcome):this.queue.push(new m(y,s,p)),y},m.prototype.callFulfilled=function(s){r.resolve(this.promise,s)},m.prototype.otherCallFulfilled=function(s){i(this.promise,this.onFulfilled,s)},m.prototype.callRejected=function(s){r.reject(this.promise,s)},m.prototype.otherCallRejected=function(s){i(this.promise,this.onRejected,s)},r.resolve=function(s,p){var y=l(d,p);if(y.status==="error")return r.reject(s,y.value);var E=y.value;if(E)n(s,E);else{s.state=c,s.outcome=p;for(var x=-1,F=s.queue.length;++x<F;)s.queue[x].callFulfilled(p)}return s},r.reject=function(s,p){s.state=h,s.outcome=p;for(var y=-1,E=s.queue.length;++y<E;)s.queue[y].callRejected(p);return s},g.resolve=function(s){return s instanceof this?s:r.resolve(new this(a),s)},g.reject=function(s){var p=new this(a);return r.reject(p,s)},g.all=function(s){var p=this;if(Object.prototype.toString.call(s)!=="[object Array]")return this.reject(new TypeError("must be an array"));var y=s.length,E=!1;if(!y)return this.resolve([]);for(var x=new Array(y),F=0,O=-1,P=new this(a);++O<y;)I(s[O],O);return P;function I(M,X){p.resolve(M).then(function(b){x[X]=b,++F!==y||E||(E=!0,r.resolve(P,x))},function(b){E||(E=!0,r.reject(P,b))})}},g.race=function(s){var p=this;if(Object.prototype.toString.call(s)!=="[object Array]")return this.reject(new TypeError("must be an array"));var y=s.length,E=!1;if(!y)return this.resolve([]);for(var x=-1,F=new this(a);++x<y;)O=s[x],p.resolve(O).then(function(P){E||(E=!0,r.resolve(F,P))},function(P){E||(E=!0,r.reject(F,P))});var O;return F}},{immediate:36}],38:[function(_,T,w){var u={};(0,_("./lib/utils/common").assign)(u,_("./lib/deflate"),_("./lib/inflate"),_("./lib/zlib/constants")),T.exports=u},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(_,T,w){var u=_("./zlib/deflate"),a=_("./utils/common"),r=_("./utils/strings"),h=_("./zlib/messages"),c=_("./zlib/zstream"),v=Object.prototype.toString,g=0,m=-1,i=0,d=8;function n(s){if(!(this instanceof n))return new n(s);this.options=a.assign({level:m,method:d,chunkSize:16384,windowBits:15,memLevel:8,strategy:i,to:""},s||{});var p=this.options;p.raw&&0<p.windowBits?p.windowBits=-p.windowBits:p.gzip&&0<p.windowBits&&p.windowBits<16&&(p.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new c,this.strm.avail_out=0;var y=u.deflateInit2(this.strm,p.level,p.method,p.windowBits,p.memLevel,p.strategy);if(y!==g)throw new Error(h[y]);if(p.header&&u.deflateSetHeader(this.strm,p.header),p.dictionary){var E;if(E=typeof p.dictionary=="string"?r.string2buf(p.dictionary):v.call(p.dictionary)==="[object ArrayBuffer]"?new Uint8Array(p.dictionary):p.dictionary,(y=u.deflateSetDictionary(this.strm,E))!==g)throw new Error(h[y]);this._dict_set=!0}}function l(s,p){var y=new n(p);if(y.push(s,!0),y.err)throw y.msg||h[y.err];return y.result}n.prototype.push=function(s,p){var y,E,x=this.strm,F=this.options.chunkSize;if(this.ended)return!1;E=p===~~p?p:p===!0?4:0,typeof s=="string"?x.input=r.string2buf(s):v.call(s)==="[object ArrayBuffer]"?x.input=new Uint8Array(s):x.input=s,x.next_in=0,x.avail_in=x.input.length;do{if(x.avail_out===0&&(x.output=new a.Buf8(F),x.next_out=0,x.avail_out=F),(y=u.deflate(x,E))!==1&&y!==g)return this.onEnd(y),!(this.ended=!0);x.avail_out!==0&&(x.avail_in!==0||E!==4&&E!==2)||(this.options.to==="string"?this.onData(r.buf2binstring(a.shrinkBuf(x.output,x.next_out))):this.onData(a.shrinkBuf(x.output,x.next_out)))}while((0<x.avail_in||x.avail_out===0)&&y!==1);return E===4?(y=u.deflateEnd(this.strm),this.onEnd(y),this.ended=!0,y===g):E!==2||(this.onEnd(g),!(x.avail_out=0))},n.prototype.onData=function(s){this.chunks.push(s)},n.prototype.onEnd=function(s){s===g&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=a.flattenChunks(this.chunks)),this.chunks=[],this.err=s,this.msg=this.strm.msg},w.Deflate=n,w.deflate=l,w.deflateRaw=function(s,p){return(p=p||{}).raw=!0,l(s,p)},w.gzip=function(s,p){return(p=p||{}).gzip=!0,l(s,p)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(_,T,w){var u=_("./zlib/inflate"),a=_("./utils/common"),r=_("./utils/strings"),h=_("./zlib/constants"),c=_("./zlib/messages"),v=_("./zlib/zstream"),g=_("./zlib/gzheader"),m=Object.prototype.toString;function i(n){if(!(this instanceof i))return new i(n);this.options=a.assign({chunkSize:16384,windowBits:0,to:""},n||{});var l=this.options;l.raw&&0<=l.windowBits&&l.windowBits<16&&(l.windowBits=-l.windowBits,l.windowBits===0&&(l.windowBits=-15)),!(0<=l.windowBits&&l.windowBits<16)||n&&n.windowBits||(l.windowBits+=32),15<l.windowBits&&l.windowBits<48&&(15&l.windowBits)==0&&(l.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new v,this.strm.avail_out=0;var s=u.inflateInit2(this.strm,l.windowBits);if(s!==h.Z_OK)throw new Error(c[s]);this.header=new g,u.inflateGetHeader(this.strm,this.header)}function d(n,l){var s=new i(l);if(s.push(n,!0),s.err)throw s.msg||c[s.err];return s.result}i.prototype.push=function(n,l){var s,p,y,E,x,F,O=this.strm,P=this.options.chunkSize,I=this.options.dictionary,M=!1;if(this.ended)return!1;p=l===~~l?l:l===!0?h.Z_FINISH:h.Z_NO_FLUSH,typeof n=="string"?O.input=r.binstring2buf(n):m.call(n)==="[object ArrayBuffer]"?O.input=new Uint8Array(n):O.input=n,O.next_in=0,O.avail_in=O.input.length;do{if(O.avail_out===0&&(O.output=new a.Buf8(P),O.next_out=0,O.avail_out=P),(s=u.inflate(O,h.Z_NO_FLUSH))===h.Z_NEED_DICT&&I&&(F=typeof I=="string"?r.string2buf(I):m.call(I)==="[object ArrayBuffer]"?new Uint8Array(I):I,s=u.inflateSetDictionary(this.strm,F)),s===h.Z_BUF_ERROR&&M===!0&&(s=h.Z_OK,M=!1),s!==h.Z_STREAM_END&&s!==h.Z_OK)return this.onEnd(s),!(this.ended=!0);O.next_out&&(O.avail_out!==0&&s!==h.Z_STREAM_END&&(O.avail_in!==0||p!==h.Z_FINISH&&p!==h.Z_SYNC_FLUSH)||(this.options.to==="string"?(y=r.utf8border(O.output,O.next_out),E=O.next_out-y,x=r.buf2string(O.output,y),O.next_out=E,O.avail_out=P-E,E&&a.arraySet(O.output,O.output,y,E,0),this.onData(x)):this.onData(a.shrinkBuf(O.output,O.next_out)))),O.avail_in===0&&O.avail_out===0&&(M=!0)}while((0<O.avail_in||O.avail_out===0)&&s!==h.Z_STREAM_END);return s===h.Z_STREAM_END&&(p=h.Z_FINISH),p===h.Z_FINISH?(s=u.inflateEnd(this.strm),this.onEnd(s),this.ended=!0,s===h.Z_OK):p!==h.Z_SYNC_FLUSH||(this.onEnd(h.Z_OK),!(O.avail_out=0))},i.prototype.onData=function(n){this.chunks.push(n)},i.prototype.onEnd=function(n){n===h.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=a.flattenChunks(this.chunks)),this.chunks=[],this.err=n,this.msg=this.strm.msg},w.Inflate=i,w.inflate=d,w.inflateRaw=function(n,l){return(l=l||{}).raw=!0,d(n,l)},w.ungzip=d},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(_,T,w){var u=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";w.assign=function(h){for(var c=Array.prototype.slice.call(arguments,1);c.length;){var v=c.shift();if(v){if(typeof v!="object")throw new TypeError(v+"must be non-object");for(var g in v)v.hasOwnProperty(g)&&(h[g]=v[g])}}return h},w.shrinkBuf=function(h,c){return h.length===c?h:h.subarray?h.subarray(0,c):(h.length=c,h)};var a={arraySet:function(h,c,v,g,m){if(c.subarray&&h.subarray)h.set(c.subarray(v,v+g),m);else for(var i=0;i<g;i++)h[m+i]=c[v+i]},flattenChunks:function(h){var c,v,g,m,i,d;for(c=g=0,v=h.length;c<v;c++)g+=h[c].length;for(d=new Uint8Array(g),c=m=0,v=h.length;c<v;c++)i=h[c],d.set(i,m),m+=i.length;return d}},r={arraySet:function(h,c,v,g,m){for(var i=0;i<g;i++)h[m+i]=c[v+i]},flattenChunks:function(h){return[].concat.apply([],h)}};w.setTyped=function(h){h?(w.Buf8=Uint8Array,w.Buf16=Uint16Array,w.Buf32=Int32Array,w.assign(w,a)):(w.Buf8=Array,w.Buf16=Array,w.Buf32=Array,w.assign(w,r))},w.setTyped(u)},{}],42:[function(_,T,w){var u=_("./common"),a=!0,r=!0;try{String.fromCharCode.apply(null,[0])}catch{a=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{r=!1}for(var h=new u.Buf8(256),c=0;c<256;c++)h[c]=252<=c?6:248<=c?5:240<=c?4:224<=c?3:192<=c?2:1;function v(g,m){if(m<65537&&(g.subarray&&r||!g.subarray&&a))return String.fromCharCode.apply(null,u.shrinkBuf(g,m));for(var i="",d=0;d<m;d++)i+=String.fromCharCode(g[d]);return i}h[254]=h[254]=1,w.string2buf=function(g){var m,i,d,n,l,s=g.length,p=0;for(n=0;n<s;n++)(64512&(i=g.charCodeAt(n)))==55296&&n+1<s&&(64512&(d=g.charCodeAt(n+1)))==56320&&(i=65536+(i-55296<<10)+(d-56320),n++),p+=i<128?1:i<2048?2:i<65536?3:4;for(m=new u.Buf8(p),n=l=0;l<p;n++)(64512&(i=g.charCodeAt(n)))==55296&&n+1<s&&(64512&(d=g.charCodeAt(n+1)))==56320&&(i=65536+(i-55296<<10)+(d-56320),n++),i<128?m[l++]=i:(i<2048?m[l++]=192|i>>>6:(i<65536?m[l++]=224|i>>>12:(m[l++]=240|i>>>18,m[l++]=128|i>>>12&63),m[l++]=128|i>>>6&63),m[l++]=128|63&i);return m},w.buf2binstring=function(g){return v(g,g.length)},w.binstring2buf=function(g){for(var m=new u.Buf8(g.length),i=0,d=m.length;i<d;i++)m[i]=g.charCodeAt(i);return m},w.buf2string=function(g,m){var i,d,n,l,s=m||g.length,p=new Array(2*s);for(i=d=0;i<s;)if((n=g[i++])<128)p[d++]=n;else if(4<(l=h[n]))p[d++]=65533,i+=l-1;else{for(n&=l===2?31:l===3?15:7;1<l&&i<s;)n=n<<6|63&g[i++],l--;1<l?p[d++]=65533:n<65536?p[d++]=n:(n-=65536,p[d++]=55296|n>>10&1023,p[d++]=56320|1023&n)}return v(p,d)},w.utf8border=function(g,m){var i;for((m=m||g.length)>g.length&&(m=g.length),i=m-1;0<=i&&(192&g[i])==128;)i--;return i<0||i===0?m:i+h[g[i]]>m?i:m}},{"./common":41}],43:[function(_,T,w){T.exports=function(u,a,r,h){for(var c=65535&u|0,v=u>>>16&65535|0,g=0;r!==0;){for(r-=g=2e3<r?2e3:r;v=v+(c=c+a[h++]|0)|0,--g;);c%=65521,v%=65521}return c|v<<16|0}},{}],44:[function(_,T,w){T.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(_,T,w){var u=function(){for(var a,r=[],h=0;h<256;h++){a=h;for(var c=0;c<8;c++)a=1&a?3988292384^a>>>1:a>>>1;r[h]=a}return r}();T.exports=function(a,r,h,c){var v=u,g=c+h;a^=-1;for(var m=c;m<g;m++)a=a>>>8^v[255&(a^r[m])];return-1^a}},{}],46:[function(_,T,w){var u,a=_("../utils/common"),r=_("./trees"),h=_("./adler32"),c=_("./crc32"),v=_("./messages"),g=0,m=4,i=0,d=-2,n=-1,l=4,s=2,p=8,y=9,E=286,x=30,F=19,O=2*E+1,P=15,I=3,M=258,X=M+I+1,b=42,B=113,e=1,D=2,J=3,L=4;function $(t,R){return t.msg=v[R],R}function j(t){return(t<<1)-(4<t?9:0)}function q(t){for(var R=t.length;0<=--R;)t[R]=0}function A(t){var R=t.state,C=R.pending;C>t.avail_out&&(C=t.avail_out),C!==0&&(a.arraySet(t.output,R.pending_buf,R.pending_out,C,t.next_out),t.next_out+=C,R.pending_out+=C,t.total_out+=C,t.avail_out-=C,R.pending-=C,R.pending===0&&(R.pending_out=0))}function z(t,R){r._tr_flush_block(t,0<=t.block_start?t.block_start:-1,t.strstart-t.block_start,R),t.block_start=t.strstart,A(t.strm)}function Y(t,R){t.pending_buf[t.pending++]=R}function G(t,R){t.pending_buf[t.pending++]=R>>>8&255,t.pending_buf[t.pending++]=255&R}function H(t,R){var C,f,o=t.max_chain_length,k=t.strstart,N=t.prev_length,U=t.nice_match,S=t.strstart>t.w_size-X?t.strstart-(t.w_size-X):0,W=t.window,K=t.w_mask,Z=t.prev,V=t.strstart+M,it=W[k+N-1],et=W[k+N];t.prev_length>=t.good_match&&(o>>=2),U>t.lookahead&&(U=t.lookahead);do if(W[(C=R)+N]===et&&W[C+N-1]===it&&W[C]===W[k]&&W[++C]===W[k+1]){k+=2,C++;do;while(W[++k]===W[++C]&&W[++k]===W[++C]&&W[++k]===W[++C]&&W[++k]===W[++C]&&W[++k]===W[++C]&&W[++k]===W[++C]&&W[++k]===W[++C]&&W[++k]===W[++C]&&k<V);if(f=M-(V-k),k=V-M,N<f){if(t.match_start=R,U<=(N=f))break;it=W[k+N-1],et=W[k+N]}}while((R=Z[R&K])>S&&--o!=0);return N<=t.lookahead?N:t.lookahead}function at(t){var R,C,f,o,k,N,U,S,W,K,Z=t.w_size;do{if(o=t.window_size-t.lookahead-t.strstart,t.strstart>=Z+(Z-X)){for(a.arraySet(t.window,t.window,Z,Z,0),t.match_start-=Z,t.strstart-=Z,t.block_start-=Z,R=C=t.hash_size;f=t.head[--R],t.head[R]=Z<=f?f-Z:0,--C;);for(R=C=Z;f=t.prev[--R],t.prev[R]=Z<=f?f-Z:0,--C;);o+=Z}if(t.strm.avail_in===0)break;if(N=t.strm,U=t.window,S=t.strstart+t.lookahead,W=o,K=void 0,K=N.avail_in,W<K&&(K=W),C=K===0?0:(N.avail_in-=K,a.arraySet(U,N.input,N.next_in,K,S),N.state.wrap===1?N.adler=h(N.adler,U,K,S):N.state.wrap===2&&(N.adler=c(N.adler,U,K,S)),N.next_in+=K,N.total_in+=K,K),t.lookahead+=C,t.lookahead+t.insert>=I)for(k=t.strstart-t.insert,t.ins_h=t.window[k],t.ins_h=(t.ins_h<<t.hash_shift^t.window[k+1])&t.hash_mask;t.insert&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[k+I-1])&t.hash_mask,t.prev[k&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=k,k++,t.insert--,!(t.lookahead+t.insert<I)););}while(t.lookahead<X&&t.strm.avail_in!==0)}function ut(t,R){for(var C,f;;){if(t.lookahead<X){if(at(t),t.lookahead<X&&R===g)return e;if(t.lookahead===0)break}if(C=0,t.lookahead>=I&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+I-1])&t.hash_mask,C=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),C!==0&&t.strstart-C<=t.w_size-X&&(t.match_length=H(t,C)),t.match_length>=I)if(f=r._tr_tally(t,t.strstart-t.match_start,t.match_length-I),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=I){for(t.match_length--;t.strstart++,t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+I-1])&t.hash_mask,C=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart,--t.match_length!=0;);t.strstart++}else t.strstart+=t.match_length,t.match_length=0,t.ins_h=t.window[t.strstart],t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+1])&t.hash_mask;else f=r._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(f&&(z(t,!1),t.strm.avail_out===0))return e}return t.insert=t.strstart<I-1?t.strstart:I-1,R===m?(z(t,!0),t.strm.avail_out===0?J:L):t.last_lit&&(z(t,!1),t.strm.avail_out===0)?e:D}function tt(t,R){for(var C,f,o;;){if(t.lookahead<X){if(at(t),t.lookahead<X&&R===g)return e;if(t.lookahead===0)break}if(C=0,t.lookahead>=I&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+I-1])&t.hash_mask,C=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),t.prev_length=t.match_length,t.prev_match=t.match_start,t.match_length=I-1,C!==0&&t.prev_length<t.max_lazy_match&&t.strstart-C<=t.w_size-X&&(t.match_length=H(t,C),t.match_length<=5&&(t.strategy===1||t.match_length===I&&4096<t.strstart-t.match_start)&&(t.match_length=I-1)),t.prev_length>=I&&t.match_length<=t.prev_length){for(o=t.strstart+t.lookahead-I,f=r._tr_tally(t,t.strstart-1-t.prev_match,t.prev_length-I),t.lookahead-=t.prev_length-1,t.prev_length-=2;++t.strstart<=o&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+I-1])&t.hash_mask,C=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),--t.prev_length!=0;);if(t.match_available=0,t.match_length=I-1,t.strstart++,f&&(z(t,!1),t.strm.avail_out===0))return e}else if(t.match_available){if((f=r._tr_tally(t,0,t.window[t.strstart-1]))&&z(t,!1),t.strstart++,t.lookahead--,t.strm.avail_out===0)return e}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(f=r._tr_tally(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<I-1?t.strstart:I-1,R===m?(z(t,!0),t.strm.avail_out===0?J:L):t.last_lit&&(z(t,!1),t.strm.avail_out===0)?e:D}function nt(t,R,C,f,o){this.good_length=t,this.max_lazy=R,this.nice_length=C,this.max_chain=f,this.func=o}function ht(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=p,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new a.Buf16(2*O),this.dyn_dtree=new a.Buf16(2*(2*x+1)),this.bl_tree=new a.Buf16(2*(2*F+1)),q(this.dyn_ltree),q(this.dyn_dtree),q(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new a.Buf16(P+1),this.heap=new a.Buf16(2*E+1),q(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new a.Buf16(2*E+1),q(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function st(t){var R;return t&&t.state?(t.total_in=t.total_out=0,t.data_type=s,(R=t.state).pending=0,R.pending_out=0,R.wrap<0&&(R.wrap=-R.wrap),R.status=R.wrap?b:B,t.adler=R.wrap===2?0:1,R.last_flush=g,r._tr_init(R),i):$(t,d)}function dt(t){var R=st(t);return R===i&&function(C){C.window_size=2*C.w_size,q(C.head),C.max_lazy_match=u[C.level].max_lazy,C.good_match=u[C.level].good_length,C.nice_match=u[C.level].nice_length,C.max_chain_length=u[C.level].max_chain,C.strstart=0,C.block_start=0,C.lookahead=0,C.insert=0,C.match_length=C.prev_length=I-1,C.match_available=0,C.ins_h=0}(t.state),R}function ft(t,R,C,f,o,k){if(!t)return d;var N=1;if(R===n&&(R=6),f<0?(N=0,f=-f):15<f&&(N=2,f-=16),o<1||y<o||C!==p||f<8||15<f||R<0||9<R||k<0||l<k)return $(t,d);f===8&&(f=9);var U=new ht;return(t.state=U).strm=t,U.wrap=N,U.gzhead=null,U.w_bits=f,U.w_size=1<<U.w_bits,U.w_mask=U.w_size-1,U.hash_bits=o+7,U.hash_size=1<<U.hash_bits,U.hash_mask=U.hash_size-1,U.hash_shift=~~((U.hash_bits+I-1)/I),U.window=new a.Buf8(2*U.w_size),U.head=new a.Buf16(U.hash_size),U.prev=new a.Buf16(U.w_size),U.lit_bufsize=1<<o+6,U.pending_buf_size=4*U.lit_bufsize,U.pending_buf=new a.Buf8(U.pending_buf_size),U.d_buf=1*U.lit_bufsize,U.l_buf=3*U.lit_bufsize,U.level=R,U.strategy=k,U.method=C,dt(t)}u=[new nt(0,0,0,0,function(t,R){var C=65535;for(C>t.pending_buf_size-5&&(C=t.pending_buf_size-5);;){if(t.lookahead<=1){if(at(t),t.lookahead===0&&R===g)return e;if(t.lookahead===0)break}t.strstart+=t.lookahead,t.lookahead=0;var f=t.block_start+C;if((t.strstart===0||t.strstart>=f)&&(t.lookahead=t.strstart-f,t.strstart=f,z(t,!1),t.strm.avail_out===0)||t.strstart-t.block_start>=t.w_size-X&&(z(t,!1),t.strm.avail_out===0))return e}return t.insert=0,R===m?(z(t,!0),t.strm.avail_out===0?J:L):(t.strstart>t.block_start&&(z(t,!1),t.strm.avail_out),e)}),new nt(4,4,8,4,ut),new nt(4,5,16,8,ut),new nt(4,6,32,32,ut),new nt(4,4,16,16,tt),new nt(8,16,32,32,tt),new nt(8,16,128,128,tt),new nt(8,32,128,256,tt),new nt(32,128,258,1024,tt),new nt(32,258,258,4096,tt)],w.deflateInit=function(t,R){return ft(t,R,p,15,8,0)},w.deflateInit2=ft,w.deflateReset=dt,w.deflateResetKeep=st,w.deflateSetHeader=function(t,R){return t&&t.state?t.state.wrap!==2?d:(t.state.gzhead=R,i):d},w.deflate=function(t,R){var C,f,o,k;if(!t||!t.state||5<R||R<0)return t?$(t,d):d;if(f=t.state,!t.output||!t.input&&t.avail_in!==0||f.status===666&&R!==m)return $(t,t.avail_out===0?-5:d);if(f.strm=t,C=f.last_flush,f.last_flush=R,f.status===b)if(f.wrap===2)t.adler=0,Y(f,31),Y(f,139),Y(f,8),f.gzhead?(Y(f,(f.gzhead.text?1:0)+(f.gzhead.hcrc?2:0)+(f.gzhead.extra?4:0)+(f.gzhead.name?8:0)+(f.gzhead.comment?16:0)),Y(f,255&f.gzhead.time),Y(f,f.gzhead.time>>8&255),Y(f,f.gzhead.time>>16&255),Y(f,f.gzhead.time>>24&255),Y(f,f.level===9?2:2<=f.strategy||f.level<2?4:0),Y(f,255&f.gzhead.os),f.gzhead.extra&&f.gzhead.extra.length&&(Y(f,255&f.gzhead.extra.length),Y(f,f.gzhead.extra.length>>8&255)),f.gzhead.hcrc&&(t.adler=c(t.adler,f.pending_buf,f.pending,0)),f.gzindex=0,f.status=69):(Y(f,0),Y(f,0),Y(f,0),Y(f,0),Y(f,0),Y(f,f.level===9?2:2<=f.strategy||f.level<2?4:0),Y(f,3),f.status=B);else{var N=p+(f.w_bits-8<<4)<<8;N|=(2<=f.strategy||f.level<2?0:f.level<6?1:f.level===6?2:3)<<6,f.strstart!==0&&(N|=32),N+=31-N%31,f.status=B,G(f,N),f.strstart!==0&&(G(f,t.adler>>>16),G(f,65535&t.adler)),t.adler=1}if(f.status===69)if(f.gzhead.extra){for(o=f.pending;f.gzindex<(65535&f.gzhead.extra.length)&&(f.pending!==f.pending_buf_size||(f.gzhead.hcrc&&f.pending>o&&(t.adler=c(t.adler,f.pending_buf,f.pending-o,o)),A(t),o=f.pending,f.pending!==f.pending_buf_size));)Y(f,255&f.gzhead.extra[f.gzindex]),f.gzindex++;f.gzhead.hcrc&&f.pending>o&&(t.adler=c(t.adler,f.pending_buf,f.pending-o,o)),f.gzindex===f.gzhead.extra.length&&(f.gzindex=0,f.status=73)}else f.status=73;if(f.status===73)if(f.gzhead.name){o=f.pending;do{if(f.pending===f.pending_buf_size&&(f.gzhead.hcrc&&f.pending>o&&(t.adler=c(t.adler,f.pending_buf,f.pending-o,o)),A(t),o=f.pending,f.pending===f.pending_buf_size)){k=1;break}k=f.gzindex<f.gzhead.name.length?255&f.gzhead.name.charCodeAt(f.gzindex++):0,Y(f,k)}while(k!==0);f.gzhead.hcrc&&f.pending>o&&(t.adler=c(t.adler,f.pending_buf,f.pending-o,o)),k===0&&(f.gzindex=0,f.status=91)}else f.status=91;if(f.status===91)if(f.gzhead.comment){o=f.pending;do{if(f.pending===f.pending_buf_size&&(f.gzhead.hcrc&&f.pending>o&&(t.adler=c(t.adler,f.pending_buf,f.pending-o,o)),A(t),o=f.pending,f.pending===f.pending_buf_size)){k=1;break}k=f.gzindex<f.gzhead.comment.length?255&f.gzhead.comment.charCodeAt(f.gzindex++):0,Y(f,k)}while(k!==0);f.gzhead.hcrc&&f.pending>o&&(t.adler=c(t.adler,f.pending_buf,f.pending-o,o)),k===0&&(f.status=103)}else f.status=103;if(f.status===103&&(f.gzhead.hcrc?(f.pending+2>f.pending_buf_size&&A(t),f.pending+2<=f.pending_buf_size&&(Y(f,255&t.adler),Y(f,t.adler>>8&255),t.adler=0,f.status=B)):f.status=B),f.pending!==0){if(A(t),t.avail_out===0)return f.last_flush=-1,i}else if(t.avail_in===0&&j(R)<=j(C)&&R!==m)return $(t,-5);if(f.status===666&&t.avail_in!==0)return $(t,-5);if(t.avail_in!==0||f.lookahead!==0||R!==g&&f.status!==666){var U=f.strategy===2?function(S,W){for(var K;;){if(S.lookahead===0&&(at(S),S.lookahead===0)){if(W===g)return e;break}if(S.match_length=0,K=r._tr_tally(S,0,S.window[S.strstart]),S.lookahead--,S.strstart++,K&&(z(S,!1),S.strm.avail_out===0))return e}return S.insert=0,W===m?(z(S,!0),S.strm.avail_out===0?J:L):S.last_lit&&(z(S,!1),S.strm.avail_out===0)?e:D}(f,R):f.strategy===3?function(S,W){for(var K,Z,V,it,et=S.window;;){if(S.lookahead<=M){if(at(S),S.lookahead<=M&&W===g)return e;if(S.lookahead===0)break}if(S.match_length=0,S.lookahead>=I&&0<S.strstart&&(Z=et[V=S.strstart-1])===et[++V]&&Z===et[++V]&&Z===et[++V]){it=S.strstart+M;do;while(Z===et[++V]&&Z===et[++V]&&Z===et[++V]&&Z===et[++V]&&Z===et[++V]&&Z===et[++V]&&Z===et[++V]&&Z===et[++V]&&V<it);S.match_length=M-(it-V),S.match_length>S.lookahead&&(S.match_length=S.lookahead)}if(S.match_length>=I?(K=r._tr_tally(S,1,S.match_length-I),S.lookahead-=S.match_length,S.strstart+=S.match_length,S.match_length=0):(K=r._tr_tally(S,0,S.window[S.strstart]),S.lookahead--,S.strstart++),K&&(z(S,!1),S.strm.avail_out===0))return e}return S.insert=0,W===m?(z(S,!0),S.strm.avail_out===0?J:L):S.last_lit&&(z(S,!1),S.strm.avail_out===0)?e:D}(f,R):u[f.level].func(f,R);if(U!==J&&U!==L||(f.status=666),U===e||U===J)return t.avail_out===0&&(f.last_flush=-1),i;if(U===D&&(R===1?r._tr_align(f):R!==5&&(r._tr_stored_block(f,0,0,!1),R===3&&(q(f.head),f.lookahead===0&&(f.strstart=0,f.block_start=0,f.insert=0))),A(t),t.avail_out===0))return f.last_flush=-1,i}return R!==m?i:f.wrap<=0?1:(f.wrap===2?(Y(f,255&t.adler),Y(f,t.adler>>8&255),Y(f,t.adler>>16&255),Y(f,t.adler>>24&255),Y(f,255&t.total_in),Y(f,t.total_in>>8&255),Y(f,t.total_in>>16&255),Y(f,t.total_in>>24&255)):(G(f,t.adler>>>16),G(f,65535&t.adler)),A(t),0<f.wrap&&(f.wrap=-f.wrap),f.pending!==0?i:1)},w.deflateEnd=function(t){var R;return t&&t.state?(R=t.state.status)!==b&&R!==69&&R!==73&&R!==91&&R!==103&&R!==B&&R!==666?$(t,d):(t.state=null,R===B?$(t,-3):i):d},w.deflateSetDictionary=function(t,R){var C,f,o,k,N,U,S,W,K=R.length;if(!t||!t.state||(k=(C=t.state).wrap)===2||k===1&&C.status!==b||C.lookahead)return d;for(k===1&&(t.adler=h(t.adler,R,K,0)),C.wrap=0,K>=C.w_size&&(k===0&&(q(C.head),C.strstart=0,C.block_start=0,C.insert=0),W=new a.Buf8(C.w_size),a.arraySet(W,R,K-C.w_size,C.w_size,0),R=W,K=C.w_size),N=t.avail_in,U=t.next_in,S=t.input,t.avail_in=K,t.next_in=0,t.input=R,at(C);C.lookahead>=I;){for(f=C.strstart,o=C.lookahead-(I-1);C.ins_h=(C.ins_h<<C.hash_shift^C.window[f+I-1])&C.hash_mask,C.prev[f&C.w_mask]=C.head[C.ins_h],C.head[C.ins_h]=f,f++,--o;);C.strstart=f,C.lookahead=I-1,at(C)}return C.strstart+=C.lookahead,C.block_start=C.strstart,C.insert=C.lookahead,C.lookahead=0,C.match_length=C.prev_length=I-1,C.match_available=0,t.next_in=U,t.input=S,t.avail_in=N,C.wrap=k,i},w.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(_,T,w){T.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(_,T,w){T.exports=function(u,a){var r,h,c,v,g,m,i,d,n,l,s,p,y,E,x,F,O,P,I,M,X,b,B,e,D;r=u.state,h=u.next_in,e=u.input,c=h+(u.avail_in-5),v=u.next_out,D=u.output,g=v-(a-u.avail_out),m=v+(u.avail_out-257),i=r.dmax,d=r.wsize,n=r.whave,l=r.wnext,s=r.window,p=r.hold,y=r.bits,E=r.lencode,x=r.distcode,F=(1<<r.lenbits)-1,O=(1<<r.distbits)-1;t:do{y<15&&(p+=e[h++]<<y,y+=8,p+=e[h++]<<y,y+=8),P=E[p&F];e:for(;;){if(p>>>=I=P>>>24,y-=I,(I=P>>>16&255)===0)D[v++]=65535&P;else{if(!(16&I)){if((64&I)==0){P=E[(65535&P)+(p&(1<<I)-1)];continue e}if(32&I){r.mode=12;break t}u.msg="invalid literal/length code",r.mode=30;break t}M=65535&P,(I&=15)&&(y<I&&(p+=e[h++]<<y,y+=8),M+=p&(1<<I)-1,p>>>=I,y-=I),y<15&&(p+=e[h++]<<y,y+=8,p+=e[h++]<<y,y+=8),P=x[p&O];r:for(;;){if(p>>>=I=P>>>24,y-=I,!(16&(I=P>>>16&255))){if((64&I)==0){P=x[(65535&P)+(p&(1<<I)-1)];continue r}u.msg="invalid distance code",r.mode=30;break t}if(X=65535&P,y<(I&=15)&&(p+=e[h++]<<y,(y+=8)<I&&(p+=e[h++]<<y,y+=8)),i<(X+=p&(1<<I)-1)){u.msg="invalid distance too far back",r.mode=30;break t}if(p>>>=I,y-=I,(I=v-g)<X){if(n<(I=X-I)&&r.sane){u.msg="invalid distance too far back",r.mode=30;break t}if(B=s,(b=0)===l){if(b+=d-I,I<M){for(M-=I;D[v++]=s[b++],--I;);b=v-X,B=D}}else if(l<I){if(b+=d+l-I,(I-=l)<M){for(M-=I;D[v++]=s[b++],--I;);if(b=0,l<M){for(M-=I=l;D[v++]=s[b++],--I;);b=v-X,B=D}}}else if(b+=l-I,I<M){for(M-=I;D[v++]=s[b++],--I;);b=v-X,B=D}for(;2<M;)D[v++]=B[b++],D[v++]=B[b++],D[v++]=B[b++],M-=3;M&&(D[v++]=B[b++],1<M&&(D[v++]=B[b++]))}else{for(b=v-X;D[v++]=D[b++],D[v++]=D[b++],D[v++]=D[b++],2<(M-=3););M&&(D[v++]=D[b++],1<M&&(D[v++]=D[b++]))}break}}break}}while(h<c&&v<m);h-=M=y>>3,p&=(1<<(y-=M<<3))-1,u.next_in=h,u.next_out=v,u.avail_in=h<c?c-h+5:5-(h-c),u.avail_out=v<m?m-v+257:257-(v-m),r.hold=p,r.bits=y}},{}],49:[function(_,T,w){var u=_("../utils/common"),a=_("./adler32"),r=_("./crc32"),h=_("./inffast"),c=_("./inftrees"),v=1,g=2,m=0,i=-2,d=1,n=852,l=592;function s(b){return(b>>>24&255)+(b>>>8&65280)+((65280&b)<<8)+((255&b)<<24)}function p(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new u.Buf16(320),this.work=new u.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function y(b){var B;return b&&b.state?(B=b.state,b.total_in=b.total_out=B.total=0,b.msg="",B.wrap&&(b.adler=1&B.wrap),B.mode=d,B.last=0,B.havedict=0,B.dmax=32768,B.head=null,B.hold=0,B.bits=0,B.lencode=B.lendyn=new u.Buf32(n),B.distcode=B.distdyn=new u.Buf32(l),B.sane=1,B.back=-1,m):i}function E(b){var B;return b&&b.state?((B=b.state).wsize=0,B.whave=0,B.wnext=0,y(b)):i}function x(b,B){var e,D;return b&&b.state?(D=b.state,B<0?(e=0,B=-B):(e=1+(B>>4),B<48&&(B&=15)),B&&(B<8||15<B)?i:(D.window!==null&&D.wbits!==B&&(D.window=null),D.wrap=e,D.wbits=B,E(b))):i}function F(b,B){var e,D;return b?(D=new p,(b.state=D).window=null,(e=x(b,B))!==m&&(b.state=null),e):i}var O,P,I=!0;function M(b){if(I){var B;for(O=new u.Buf32(512),P=new u.Buf32(32),B=0;B<144;)b.lens[B++]=8;for(;B<256;)b.lens[B++]=9;for(;B<280;)b.lens[B++]=7;for(;B<288;)b.lens[B++]=8;for(c(v,b.lens,0,288,O,0,b.work,{bits:9}),B=0;B<32;)b.lens[B++]=5;c(g,b.lens,0,32,P,0,b.work,{bits:5}),I=!1}b.lencode=O,b.lenbits=9,b.distcode=P,b.distbits=5}function X(b,B,e,D){var J,L=b.state;return L.window===null&&(L.wsize=1<<L.wbits,L.wnext=0,L.whave=0,L.window=new u.Buf8(L.wsize)),D>=L.wsize?(u.arraySet(L.window,B,e-L.wsize,L.wsize,0),L.wnext=0,L.whave=L.wsize):(D<(J=L.wsize-L.wnext)&&(J=D),u.arraySet(L.window,B,e-D,J,L.wnext),(D-=J)?(u.arraySet(L.window,B,e-D,D,0),L.wnext=D,L.whave=L.wsize):(L.wnext+=J,L.wnext===L.wsize&&(L.wnext=0),L.whave<L.wsize&&(L.whave+=J))),0}w.inflateReset=E,w.inflateReset2=x,w.inflateResetKeep=y,w.inflateInit=function(b){return F(b,15)},w.inflateInit2=F,w.inflate=function(b,B){var e,D,J,L,$,j,q,A,z,Y,G,H,at,ut,tt,nt,ht,st,dt,ft,t,R,C,f,o=0,k=new u.Buf8(4),N=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!b||!b.state||!b.output||!b.input&&b.avail_in!==0)return i;(e=b.state).mode===12&&(e.mode=13),$=b.next_out,J=b.output,q=b.avail_out,L=b.next_in,D=b.input,j=b.avail_in,A=e.hold,z=e.bits,Y=j,G=q,R=m;t:for(;;)switch(e.mode){case d:if(e.wrap===0){e.mode=13;break}for(;z<16;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}if(2&e.wrap&&A===35615){k[e.check=0]=255&A,k[1]=A>>>8&255,e.check=r(e.check,k,2,0),z=A=0,e.mode=2;break}if(e.flags=0,e.head&&(e.head.done=!1),!(1&e.wrap)||(((255&A)<<8)+(A>>8))%31){b.msg="incorrect header check",e.mode=30;break}if((15&A)!=8){b.msg="unknown compression method",e.mode=30;break}if(z-=4,t=8+(15&(A>>>=4)),e.wbits===0)e.wbits=t;else if(t>e.wbits){b.msg="invalid window size",e.mode=30;break}e.dmax=1<<t,b.adler=e.check=1,e.mode=512&A?10:12,z=A=0;break;case 2:for(;z<16;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}if(e.flags=A,(255&e.flags)!=8){b.msg="unknown compression method",e.mode=30;break}if(57344&e.flags){b.msg="unknown header flags set",e.mode=30;break}e.head&&(e.head.text=A>>8&1),512&e.flags&&(k[0]=255&A,k[1]=A>>>8&255,e.check=r(e.check,k,2,0)),z=A=0,e.mode=3;case 3:for(;z<32;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}e.head&&(e.head.time=A),512&e.flags&&(k[0]=255&A,k[1]=A>>>8&255,k[2]=A>>>16&255,k[3]=A>>>24&255,e.check=r(e.check,k,4,0)),z=A=0,e.mode=4;case 4:for(;z<16;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}e.head&&(e.head.xflags=255&A,e.head.os=A>>8),512&e.flags&&(k[0]=255&A,k[1]=A>>>8&255,e.check=r(e.check,k,2,0)),z=A=0,e.mode=5;case 5:if(1024&e.flags){for(;z<16;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}e.length=A,e.head&&(e.head.extra_len=A),512&e.flags&&(k[0]=255&A,k[1]=A>>>8&255,e.check=r(e.check,k,2,0)),z=A=0}else e.head&&(e.head.extra=null);e.mode=6;case 6:if(1024&e.flags&&(j<(H=e.length)&&(H=j),H&&(e.head&&(t=e.head.extra_len-e.length,e.head.extra||(e.head.extra=new Array(e.head.extra_len)),u.arraySet(e.head.extra,D,L,H,t)),512&e.flags&&(e.check=r(e.check,D,H,L)),j-=H,L+=H,e.length-=H),e.length))break t;e.length=0,e.mode=7;case 7:if(2048&e.flags){if(j===0)break t;for(H=0;t=D[L+H++],e.head&&t&&e.length<65536&&(e.head.name+=String.fromCharCode(t)),t&&H<j;);if(512&e.flags&&(e.check=r(e.check,D,H,L)),j-=H,L+=H,t)break t}else e.head&&(e.head.name=null);e.length=0,e.mode=8;case 8:if(4096&e.flags){if(j===0)break t;for(H=0;t=D[L+H++],e.head&&t&&e.length<65536&&(e.head.comment+=String.fromCharCode(t)),t&&H<j;);if(512&e.flags&&(e.check=r(e.check,D,H,L)),j-=H,L+=H,t)break t}else e.head&&(e.head.comment=null);e.mode=9;case 9:if(512&e.flags){for(;z<16;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}if(A!==(65535&e.check)){b.msg="header crc mismatch",e.mode=30;break}z=A=0}e.head&&(e.head.hcrc=e.flags>>9&1,e.head.done=!0),b.adler=e.check=0,e.mode=12;break;case 10:for(;z<32;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}b.adler=e.check=s(A),z=A=0,e.mode=11;case 11:if(e.havedict===0)return b.next_out=$,b.avail_out=q,b.next_in=L,b.avail_in=j,e.hold=A,e.bits=z,2;b.adler=e.check=1,e.mode=12;case 12:if(B===5||B===6)break t;case 13:if(e.last){A>>>=7&z,z-=7&z,e.mode=27;break}for(;z<3;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}switch(e.last=1&A,z-=1,3&(A>>>=1)){case 0:e.mode=14;break;case 1:if(M(e),e.mode=20,B!==6)break;A>>>=2,z-=2;break t;case 2:e.mode=17;break;case 3:b.msg="invalid block type",e.mode=30}A>>>=2,z-=2;break;case 14:for(A>>>=7&z,z-=7&z;z<32;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}if((65535&A)!=(A>>>16^65535)){b.msg="invalid stored block lengths",e.mode=30;break}if(e.length=65535&A,z=A=0,e.mode=15,B===6)break t;case 15:e.mode=16;case 16:if(H=e.length){if(j<H&&(H=j),q<H&&(H=q),H===0)break t;u.arraySet(J,D,L,H,$),j-=H,L+=H,q-=H,$+=H,e.length-=H;break}e.mode=12;break;case 17:for(;z<14;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}if(e.nlen=257+(31&A),A>>>=5,z-=5,e.ndist=1+(31&A),A>>>=5,z-=5,e.ncode=4+(15&A),A>>>=4,z-=4,286<e.nlen||30<e.ndist){b.msg="too many length or distance symbols",e.mode=30;break}e.have=0,e.mode=18;case 18:for(;e.have<e.ncode;){for(;z<3;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}e.lens[N[e.have++]]=7&A,A>>>=3,z-=3}for(;e.have<19;)e.lens[N[e.have++]]=0;if(e.lencode=e.lendyn,e.lenbits=7,C={bits:e.lenbits},R=c(0,e.lens,0,19,e.lencode,0,e.work,C),e.lenbits=C.bits,R){b.msg="invalid code lengths set",e.mode=30;break}e.have=0,e.mode=19;case 19:for(;e.have<e.nlen+e.ndist;){for(;nt=(o=e.lencode[A&(1<<e.lenbits)-1])>>>16&255,ht=65535&o,!((tt=o>>>24)<=z);){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}if(ht<16)A>>>=tt,z-=tt,e.lens[e.have++]=ht;else{if(ht===16){for(f=tt+2;z<f;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}if(A>>>=tt,z-=tt,e.have===0){b.msg="invalid bit length repeat",e.mode=30;break}t=e.lens[e.have-1],H=3+(3&A),A>>>=2,z-=2}else if(ht===17){for(f=tt+3;z<f;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}z-=tt,t=0,H=3+(7&(A>>>=tt)),A>>>=3,z-=3}else{for(f=tt+7;z<f;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}z-=tt,t=0,H=11+(127&(A>>>=tt)),A>>>=7,z-=7}if(e.have+H>e.nlen+e.ndist){b.msg="invalid bit length repeat",e.mode=30;break}for(;H--;)e.lens[e.have++]=t}}if(e.mode===30)break;if(e.lens[256]===0){b.msg="invalid code -- missing end-of-block",e.mode=30;break}if(e.lenbits=9,C={bits:e.lenbits},R=c(v,e.lens,0,e.nlen,e.lencode,0,e.work,C),e.lenbits=C.bits,R){b.msg="invalid literal/lengths set",e.mode=30;break}if(e.distbits=6,e.distcode=e.distdyn,C={bits:e.distbits},R=c(g,e.lens,e.nlen,e.ndist,e.distcode,0,e.work,C),e.distbits=C.bits,R){b.msg="invalid distances set",e.mode=30;break}if(e.mode=20,B===6)break t;case 20:e.mode=21;case 21:if(6<=j&&258<=q){b.next_out=$,b.avail_out=q,b.next_in=L,b.avail_in=j,e.hold=A,e.bits=z,h(b,G),$=b.next_out,J=b.output,q=b.avail_out,L=b.next_in,D=b.input,j=b.avail_in,A=e.hold,z=e.bits,e.mode===12&&(e.back=-1);break}for(e.back=0;nt=(o=e.lencode[A&(1<<e.lenbits)-1])>>>16&255,ht=65535&o,!((tt=o>>>24)<=z);){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}if(nt&&(240&nt)==0){for(st=tt,dt=nt,ft=ht;nt=(o=e.lencode[ft+((A&(1<<st+dt)-1)>>st)])>>>16&255,ht=65535&o,!(st+(tt=o>>>24)<=z);){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}A>>>=st,z-=st,e.back+=st}if(A>>>=tt,z-=tt,e.back+=tt,e.length=ht,nt===0){e.mode=26;break}if(32&nt){e.back=-1,e.mode=12;break}if(64&nt){b.msg="invalid literal/length code",e.mode=30;break}e.extra=15&nt,e.mode=22;case 22:if(e.extra){for(f=e.extra;z<f;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}e.length+=A&(1<<e.extra)-1,A>>>=e.extra,z-=e.extra,e.back+=e.extra}e.was=e.length,e.mode=23;case 23:for(;nt=(o=e.distcode[A&(1<<e.distbits)-1])>>>16&255,ht=65535&o,!((tt=o>>>24)<=z);){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}if((240&nt)==0){for(st=tt,dt=nt,ft=ht;nt=(o=e.distcode[ft+((A&(1<<st+dt)-1)>>st)])>>>16&255,ht=65535&o,!(st+(tt=o>>>24)<=z);){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}A>>>=st,z-=st,e.back+=st}if(A>>>=tt,z-=tt,e.back+=tt,64&nt){b.msg="invalid distance code",e.mode=30;break}e.offset=ht,e.extra=15&nt,e.mode=24;case 24:if(e.extra){for(f=e.extra;z<f;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}e.offset+=A&(1<<e.extra)-1,A>>>=e.extra,z-=e.extra,e.back+=e.extra}if(e.offset>e.dmax){b.msg="invalid distance too far back",e.mode=30;break}e.mode=25;case 25:if(q===0)break t;if(H=G-q,e.offset>H){if((H=e.offset-H)>e.whave&&e.sane){b.msg="invalid distance too far back",e.mode=30;break}at=H>e.wnext?(H-=e.wnext,e.wsize-H):e.wnext-H,H>e.length&&(H=e.length),ut=e.window}else ut=J,at=$-e.offset,H=e.length;for(q<H&&(H=q),q-=H,e.length-=H;J[$++]=ut[at++],--H;);e.length===0&&(e.mode=21);break;case 26:if(q===0)break t;J[$++]=e.length,q--,e.mode=21;break;case 27:if(e.wrap){for(;z<32;){if(j===0)break t;j--,A|=D[L++]<<z,z+=8}if(G-=q,b.total_out+=G,e.total+=G,G&&(b.adler=e.check=e.flags?r(e.check,J,G,$-G):a(e.check,J,G,$-G)),G=q,(e.flags?A:s(A))!==e.check){b.msg="incorrect data check",e.mode=30;break}z=A=0}e.mode=28;case 28:if(e.wrap&&e.flags){for(;z<32;){if(j===0)break t;j--,A+=D[L++]<<z,z+=8}if(A!==(4294967295&e.total)){b.msg="incorrect length check",e.mode=30;break}z=A=0}e.mode=29;case 29:R=1;break t;case 30:R=-3;break t;case 31:return-4;case 32:default:return i}return b.next_out=$,b.avail_out=q,b.next_in=L,b.avail_in=j,e.hold=A,e.bits=z,(e.wsize||G!==b.avail_out&&e.mode<30&&(e.mode<27||B!==4))&&X(b,b.output,b.next_out,G-b.avail_out)?(e.mode=31,-4):(Y-=b.avail_in,G-=b.avail_out,b.total_in+=Y,b.total_out+=G,e.total+=G,e.wrap&&G&&(b.adler=e.check=e.flags?r(e.check,J,G,b.next_out-G):a(e.check,J,G,b.next_out-G)),b.data_type=e.bits+(e.last?64:0)+(e.mode===12?128:0)+(e.mode===20||e.mode===15?256:0),(Y==0&&G===0||B===4)&&R===m&&(R=-5),R)},w.inflateEnd=function(b){if(!b||!b.state)return i;var B=b.state;return B.window&&(B.window=null),b.state=null,m},w.inflateGetHeader=function(b,B){var e;return b&&b.state?(2&(e=b.state).wrap)==0?i:((e.head=B).done=!1,m):i},w.inflateSetDictionary=function(b,B){var e,D=B.length;return b&&b.state?(e=b.state).wrap!==0&&e.mode!==11?i:e.mode===11&&a(1,B,D,0)!==e.check?-3:X(b,B,D,D)?(e.mode=31,-4):(e.havedict=1,m):i},w.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(_,T,w){var u=_("../utils/common"),a=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],r=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],h=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],c=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];T.exports=function(v,g,m,i,d,n,l,s){var p,y,E,x,F,O,P,I,M,X=s.bits,b=0,B=0,e=0,D=0,J=0,L=0,$=0,j=0,q=0,A=0,z=null,Y=0,G=new u.Buf16(16),H=new u.Buf16(16),at=null,ut=0;for(b=0;b<=15;b++)G[b]=0;for(B=0;B<i;B++)G[g[m+B]]++;for(J=X,D=15;1<=D&&G[D]===0;D--);if(D<J&&(J=D),D===0)return d[n++]=20971520,d[n++]=20971520,s.bits=1,0;for(e=1;e<D&&G[e]===0;e++);for(J<e&&(J=e),b=j=1;b<=15;b++)if(j<<=1,(j-=G[b])<0)return-1;if(0<j&&(v===0||D!==1))return-1;for(H[1]=0,b=1;b<15;b++)H[b+1]=H[b]+G[b];for(B=0;B<i;B++)g[m+B]!==0&&(l[H[g[m+B]]++]=B);if(O=v===0?(z=at=l,19):v===1?(z=a,Y-=257,at=r,ut-=257,256):(z=h,at=c,-1),b=e,F=n,$=B=A=0,E=-1,x=(q=1<<(L=J))-1,v===1&&852<q||v===2&&592<q)return 1;for(;;){for(P=b-$,M=l[B]<O?(I=0,l[B]):l[B]>O?(I=at[ut+l[B]],z[Y+l[B]]):(I=96,0),p=1<<b-$,e=y=1<<L;d[F+(A>>$)+(y-=p)]=P<<24|I<<16|M|0,y!==0;);for(p=1<<b-1;A&p;)p>>=1;if(p!==0?(A&=p-1,A+=p):A=0,B++,--G[b]==0){if(b===D)break;b=g[m+l[B]]}if(J<b&&(A&x)!==E){for($===0&&($=J),F+=e,j=1<<(L=b-$);L+$<D&&!((j-=G[L+$])<=0);)L++,j<<=1;if(q+=1<<L,v===1&&852<q||v===2&&592<q)return 1;d[E=A&x]=J<<24|L<<16|F-n|0}}return A!==0&&(d[F+A]=b-$<<24|64<<16|0),s.bits=J,0}},{"../utils/common":41}],51:[function(_,T,w){T.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(_,T,w){var u=_("../utils/common"),a=0,r=1;function h(o){for(var k=o.length;0<=--k;)o[k]=0}var c=0,v=29,g=256,m=g+1+v,i=30,d=19,n=2*m+1,l=15,s=16,p=7,y=256,E=16,x=17,F=18,O=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],P=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],I=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],M=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],X=new Array(2*(m+2));h(X);var b=new Array(2*i);h(b);var B=new Array(512);h(B);var e=new Array(256);h(e);var D=new Array(v);h(D);var J,L,$,j=new Array(i);function q(o,k,N,U,S){this.static_tree=o,this.extra_bits=k,this.extra_base=N,this.elems=U,this.max_length=S,this.has_stree=o&&o.length}function A(o,k){this.dyn_tree=o,this.max_code=0,this.stat_desc=k}function z(o){return o<256?B[o]:B[256+(o>>>7)]}function Y(o,k){o.pending_buf[o.pending++]=255&k,o.pending_buf[o.pending++]=k>>>8&255}function G(o,k,N){o.bi_valid>s-N?(o.bi_buf|=k<<o.bi_valid&65535,Y(o,o.bi_buf),o.bi_buf=k>>s-o.bi_valid,o.bi_valid+=N-s):(o.bi_buf|=k<<o.bi_valid&65535,o.bi_valid+=N)}function H(o,k,N){G(o,N[2*k],N[2*k+1])}function at(o,k){for(var N=0;N|=1&o,o>>>=1,N<<=1,0<--k;);return N>>>1}function ut(o,k,N){var U,S,W=new Array(l+1),K=0;for(U=1;U<=l;U++)W[U]=K=K+N[U-1]<<1;for(S=0;S<=k;S++){var Z=o[2*S+1];Z!==0&&(o[2*S]=at(W[Z]++,Z))}}function tt(o){var k;for(k=0;k<m;k++)o.dyn_ltree[2*k]=0;for(k=0;k<i;k++)o.dyn_dtree[2*k]=0;for(k=0;k<d;k++)o.bl_tree[2*k]=0;o.dyn_ltree[2*y]=1,o.opt_len=o.static_len=0,o.last_lit=o.matches=0}function nt(o){8<o.bi_valid?Y(o,o.bi_buf):0<o.bi_valid&&(o.pending_buf[o.pending++]=o.bi_buf),o.bi_buf=0,o.bi_valid=0}function ht(o,k,N,U){var S=2*k,W=2*N;return o[S]<o[W]||o[S]===o[W]&&U[k]<=U[N]}function st(o,k,N){for(var U=o.heap[N],S=N<<1;S<=o.heap_len&&(S<o.heap_len&&ht(k,o.heap[S+1],o.heap[S],o.depth)&&S++,!ht(k,U,o.heap[S],o.depth));)o.heap[N]=o.heap[S],N=S,S<<=1;o.heap[N]=U}function dt(o,k,N){var U,S,W,K,Z=0;if(o.last_lit!==0)for(;U=o.pending_buf[o.d_buf+2*Z]<<8|o.pending_buf[o.d_buf+2*Z+1],S=o.pending_buf[o.l_buf+Z],Z++,U===0?H(o,S,k):(H(o,(W=e[S])+g+1,k),(K=O[W])!==0&&G(o,S-=D[W],K),H(o,W=z(--U),N),(K=P[W])!==0&&G(o,U-=j[W],K)),Z<o.last_lit;);H(o,y,k)}function ft(o,k){var N,U,S,W=k.dyn_tree,K=k.stat_desc.static_tree,Z=k.stat_desc.has_stree,V=k.stat_desc.elems,it=-1;for(o.heap_len=0,o.heap_max=n,N=0;N<V;N++)W[2*N]!==0?(o.heap[++o.heap_len]=it=N,o.depth[N]=0):W[2*N+1]=0;for(;o.heap_len<2;)W[2*(S=o.heap[++o.heap_len]=it<2?++it:0)]=1,o.depth[S]=0,o.opt_len--,Z&&(o.static_len-=K[2*S+1]);for(k.max_code=it,N=o.heap_len>>1;1<=N;N--)st(o,W,N);for(S=V;N=o.heap[1],o.heap[1]=o.heap[o.heap_len--],st(o,W,1),U=o.heap[1],o.heap[--o.heap_max]=N,o.heap[--o.heap_max]=U,W[2*S]=W[2*N]+W[2*U],o.depth[S]=(o.depth[N]>=o.depth[U]?o.depth[N]:o.depth[U])+1,W[2*N+1]=W[2*U+1]=S,o.heap[1]=S++,st(o,W,1),2<=o.heap_len;);o.heap[--o.heap_max]=o.heap[1],function(et,lt){var vt,ct,bt,ot,yt,Et,pt=lt.dyn_tree,At=lt.max_code,Nt=lt.stat_desc.static_tree,Ut=lt.stat_desc.has_stree,Lt=lt.stat_desc.extra_bits,Ct=lt.stat_desc.extra_base,wt=lt.stat_desc.max_length,kt=0;for(ot=0;ot<=l;ot++)et.bl_count[ot]=0;for(pt[2*et.heap[et.heap_max]+1]=0,vt=et.heap_max+1;vt<n;vt++)wt<(ot=pt[2*pt[2*(ct=et.heap[vt])+1]+1]+1)&&(ot=wt,kt++),pt[2*ct+1]=ot,At<ct||(et.bl_count[ot]++,yt=0,Ct<=ct&&(yt=Lt[ct-Ct]),Et=pt[2*ct],et.opt_len+=Et*(ot+yt),Ut&&(et.static_len+=Et*(Nt[2*ct+1]+yt)));if(kt!==0){do{for(ot=wt-1;et.bl_count[ot]===0;)ot--;et.bl_count[ot]--,et.bl_count[ot+1]+=2,et.bl_count[wt]--,kt-=2}while(0<kt);for(ot=wt;ot!==0;ot--)for(ct=et.bl_count[ot];ct!==0;)At<(bt=et.heap[--vt])||(pt[2*bt+1]!==ot&&(et.opt_len+=(ot-pt[2*bt+1])*pt[2*bt],pt[2*bt+1]=ot),ct--)}}(o,k),ut(W,it,o.bl_count)}function t(o,k,N){var U,S,W=-1,K=k[1],Z=0,V=7,it=4;for(K===0&&(V=138,it=3),k[2*(N+1)+1]=65535,U=0;U<=N;U++)S=K,K=k[2*(U+1)+1],++Z<V&&S===K||(Z<it?o.bl_tree[2*S]+=Z:S!==0?(S!==W&&o.bl_tree[2*S]++,o.bl_tree[2*E]++):Z<=10?o.bl_tree[2*x]++:o.bl_tree[2*F]++,W=S,it=(Z=0)===K?(V=138,3):S===K?(V=6,3):(V=7,4))}function R(o,k,N){var U,S,W=-1,K=k[1],Z=0,V=7,it=4;for(K===0&&(V=138,it=3),U=0;U<=N;U++)if(S=K,K=k[2*(U+1)+1],!(++Z<V&&S===K)){if(Z<it)for(;H(o,S,o.bl_tree),--Z!=0;);else S!==0?(S!==W&&(H(o,S,o.bl_tree),Z--),H(o,E,o.bl_tree),G(o,Z-3,2)):Z<=10?(H(o,x,o.bl_tree),G(o,Z-3,3)):(H(o,F,o.bl_tree),G(o,Z-11,7));W=S,it=(Z=0)===K?(V=138,3):S===K?(V=6,3):(V=7,4)}}h(j);var C=!1;function f(o,k,N,U){G(o,(c<<1)+(U?1:0),3),function(S,W,K,Z){nt(S),Z&&(Y(S,K),Y(S,~K)),u.arraySet(S.pending_buf,S.window,W,K,S.pending),S.pending+=K}(o,k,N,!0)}w._tr_init=function(o){C||(function(){var k,N,U,S,W,K=new Array(l+1);for(S=U=0;S<v-1;S++)for(D[S]=U,k=0;k<1<<O[S];k++)e[U++]=S;for(e[U-1]=S,S=W=0;S<16;S++)for(j[S]=W,k=0;k<1<<P[S];k++)B[W++]=S;for(W>>=7;S<i;S++)for(j[S]=W<<7,k=0;k<1<<P[S]-7;k++)B[256+W++]=S;for(N=0;N<=l;N++)K[N]=0;for(k=0;k<=143;)X[2*k+1]=8,k++,K[8]++;for(;k<=255;)X[2*k+1]=9,k++,K[9]++;for(;k<=279;)X[2*k+1]=7,k++,K[7]++;for(;k<=287;)X[2*k+1]=8,k++,K[8]++;for(ut(X,m+1,K),k=0;k<i;k++)b[2*k+1]=5,b[2*k]=at(k,5);J=new q(X,O,g+1,m,l),L=new q(b,P,0,i,l),$=new q(new Array(0),I,0,d,p)}(),C=!0),o.l_desc=new A(o.dyn_ltree,J),o.d_desc=new A(o.dyn_dtree,L),o.bl_desc=new A(o.bl_tree,$),o.bi_buf=0,o.bi_valid=0,tt(o)},w._tr_stored_block=f,w._tr_flush_block=function(o,k,N,U){var S,W,K=0;0<o.level?(o.strm.data_type===2&&(o.strm.data_type=function(Z){var V,it=4093624447;for(V=0;V<=31;V++,it>>>=1)if(1&it&&Z.dyn_ltree[2*V]!==0)return a;if(Z.dyn_ltree[18]!==0||Z.dyn_ltree[20]!==0||Z.dyn_ltree[26]!==0)return r;for(V=32;V<g;V++)if(Z.dyn_ltree[2*V]!==0)return r;return a}(o)),ft(o,o.l_desc),ft(o,o.d_desc),K=function(Z){var V;for(t(Z,Z.dyn_ltree,Z.l_desc.max_code),t(Z,Z.dyn_dtree,Z.d_desc.max_code),ft(Z,Z.bl_desc),V=d-1;3<=V&&Z.bl_tree[2*M[V]+1]===0;V--);return Z.opt_len+=3*(V+1)+5+5+4,V}(o),S=o.opt_len+3+7>>>3,(W=o.static_len+3+7>>>3)<=S&&(S=W)):S=W=N+5,N+4<=S&&k!==-1?f(o,k,N,U):o.strategy===4||W===S?(G(o,2+(U?1:0),3),dt(o,X,b)):(G(o,4+(U?1:0),3),function(Z,V,it,et){var lt;for(G(Z,V-257,5),G(Z,it-1,5),G(Z,et-4,4),lt=0;lt<et;lt++)G(Z,Z.bl_tree[2*M[lt]+1],3);R(Z,Z.dyn_ltree,V-1),R(Z,Z.dyn_dtree,it-1)}(o,o.l_desc.max_code+1,o.d_desc.max_code+1,K+1),dt(o,o.dyn_ltree,o.dyn_dtree)),tt(o),U&&nt(o)},w._tr_tally=function(o,k,N){return o.pending_buf[o.d_buf+2*o.last_lit]=k>>>8&255,o.pending_buf[o.d_buf+2*o.last_lit+1]=255&k,o.pending_buf[o.l_buf+o.last_lit]=255&N,o.last_lit++,k===0?o.dyn_ltree[2*N]++:(o.matches++,k--,o.dyn_ltree[2*(e[N]+g+1)]++,o.dyn_dtree[2*z(k)]++),o.last_lit===o.lit_bufsize-1},w._tr_align=function(o){G(o,2,3),H(o,y,X),function(k){k.bi_valid===16?(Y(k,k.bi_buf),k.bi_buf=0,k.bi_valid=0):8<=k.bi_valid&&(k.pending_buf[k.pending++]=255&k.bi_buf,k.bi_buf>>=8,k.bi_valid-=8)}(o)}},{"../utils/common":41}],53:[function(_,T,w){T.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(_,T,w){(function(u){(function(a,r){if(!a.setImmediate){var h,c,v,g,m=1,i={},d=!1,n=a.document,l=Object.getPrototypeOf&&Object.getPrototypeOf(a);l=l&&l.setTimeout?l:a,h={}.toString.call(a.process)==="[object process]"?function(E){process.nextTick(function(){p(E)})}:function(){if(a.postMessage&&!a.importScripts){var E=!0,x=a.onmessage;return a.onmessage=function(){E=!1},a.postMessage("","*"),a.onmessage=x,E}}()?(g="setImmediate$"+Math.random()+"$",a.addEventListener?a.addEventListener("message",y,!1):a.attachEvent("onmessage",y),function(E){a.postMessage(g+E,"*")}):a.MessageChannel?((v=new MessageChannel).port1.onmessage=function(E){p(E.data)},function(E){v.port2.postMessage(E)}):n&&"onreadystatechange"in n.createElement("script")?(c=n.documentElement,function(E){var x=n.createElement("script");x.onreadystatechange=function(){p(E),x.onreadystatechange=null,c.removeChild(x),x=null},c.appendChild(x)}):function(E){setTimeout(p,0,E)},l.setImmediate=function(E){typeof E!="function"&&(E=new Function(""+E));for(var x=new Array(arguments.length-1),F=0;F<x.length;F++)x[F]=arguments[F+1];var O={callback:E,args:x};return i[m]=O,h(m),m++},l.clearImmediate=s}function s(E){delete i[E]}function p(E){if(d)setTimeout(p,0,E);else{var x=i[E];if(x){d=!0;try{(function(F){var O=F.callback,P=F.args;switch(P.length){case 0:O();break;case 1:O(P[0]);break;case 2:O(P[0],P[1]);break;case 3:O(P[0],P[1],P[2]);break;default:O.apply(r,P)}})(x)}finally{s(E),d=!1}}}}function y(E){E.source===a&&typeof E.data=="string"&&E.data.indexOf(g)===0&&p(+E.data.slice(g.length))}})(typeof self>"u"?u===void 0?this:u:self)}).call(this,typeof mt<"u"?mt:typeof self<"u"?self:typeof window<"u"?window:{})},{}]},{},[10])(10)})})(Dt);const Gt=Dt.exports,Tt=20;async function Kt(Q){var T;const rt=new Gt,_=(T=Q==null?void 0:Q.files)==null?void 0:T.map(async w=>await Vt(w,rt,""));await Promise.all(_),rt.generateAsync({type:"blob"}).then(w=>{Rt.exports.saveAs(w,`${Q.zipName}.zip`)})}async function Vt(Q,rt,_){var a,r;const T=new Ht.exports.Workbook;(a=Q==null?void 0:Q.sheets)==null||a.forEach(h=>Yt(T,h));const w=await T.xlsx.writeBuffer(),u=new Blob([w],{type:""});_?(r=rt.folder(_))==null||r.file(`${Q.filename}.xlsx`,u):rt.file(`${Q.filename}.xlsx`,u)}function Yt(Q,rt){const _=Q.addWorksheet(rt.sheetName);_.columns=Jt(rt.columns),Xt(_,rt)}function Xt(Q,rt){const{dataSource:_,columns:T}=rt,w=_==null?void 0:_.map(a=>T==null?void 0:T.map(r=>{var c;const h=(c=r==null?void 0:r.render)==null?void 0:c.call(r,a[r.name],a);return h?typeof h!="object"?h:Ft(h):a[r.name]}));console.log({rowsData:w});const u=Q.addRows(w);qt(u)}function Ft(Q){var rt;if(Q!=null&&Q.type){const _=(rt=Q==null?void 0:Q.props)==null?void 0:rt.children;return _!=null&&_.type?Ft(_):_}return""}function qt(Q){Q==null||Q.forEach(rt=>{rt.font={size:11,name:"\u5FAE\u8F6F\u96C5\u9ED1"},rt.alignment={vertical:"middle",horizontal:"left",wrapText:!0}})}function Jt(Q){return Q==null?void 0:Q.map(rt=>{var T;const _={header:rt.label,key:rt.name,width:rt.width/5>Tt?rt.width/5:Tt};return rt.children&&(_.children=(T=rt.children)==null?void 0:T.map(w=>({key:w.name,header:w.label,width:w.width,parentKey:rt.name}))),_})}const $t={class:"app-container"},Qt={class:"header"},te={class:"footer"},ee=Pt({__name:"index",setup(Q){const rt=[];for(let a=0;a<10;a++)rt.push({date:"2016-05-02",name:"\u738B\u4E94"+a,price:1+a,province:"\u4E0A\u6D77",admin:"admin",checked:!0,id:a+1,age:0,city:"\u666E\u9640\u533A",address:"\u4E0A\u6D77\u5E02\u666E\u4E0A\u6D77",zip:200333});const _=[{name:"id",label:"id"},{name:"name",label:"\u59D3\u540D"},{name:"age",label:"\u5E74\u9F84",align:"right"},{name:"price",label:"\u4EF7\u683C"},{name:"admin",label:"\u8D26\u53F7"},{name:"address",label:"\u5730\u5740",width:180},{name:"date",label:"\u65E5\u671F",width:140},{name:"province",label:"\u7701\u4EFD"},{name:"city",label:"\u57CE\u5E02"},{name:"zip",label:"\u90AE\u7F16"}],T=St(rt),w=St("\u4E0B\u8F7Dzip");St("xlsx");const u=()=>{Kt({zipName:w.value,files:[{filename:"test",sheets:[{sheetName:"test",columns:_,dataSource:rt}]}]})};return(a,r)=>{const h=_t("el-input"),c=_t("Download"),v=_t("el-icon"),g=_t("el-button"),m=_t("el-table-column"),i=_t("el-table");return It(),Ot("div",$t,[Bt("div",Qt,[gt(h,{modelValue:w.value,"onUpdate:modelValue":r[0]||(r[0]=d=>w.value=d),placeholder:"\u8BF7\u8F93\u5165\u6587\u4EF6\u540D",style:{width:"200px","margin-right":"10px"}},null,8,["modelValue"]),gt(g,{onClick:u,type:"primary"},{default:zt(()=>[gt(v,{style:{"margin-right":"6px"}},{default:zt(()=>[gt(c)]),_:1}),jt("\u5BFC\u51FA zip ")]),_:1})]),Bt("div",te,[gt(i,{data:T.value,style:{width:"100%"},border:""},{default:zt(()=>[(It(),Ot(Wt,null,Zt(_,(d,n)=>gt(m,{key:n,prop:d.name,label:d.label,width:d.width},null,8,["prop","label","width"])),64))]),_:1},8,["data"])])])}}});const ie=Mt(ee,[["__scopeId","data-v-7a929926"]]);export{ie as default};