@zhaoxiangjun/base44-document 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +138 -0
- package/dist/base44-document.css +1 -0
- package/dist/components/DocumentContent.d.ts +11 -0
- package/dist/components/DocumentPreviewDialog.d.ts +2 -0
- package/dist/components/DocumentToolbar.d.ts +13 -0
- package/dist/components/DocumentViewer.d.ts +2 -0
- package/dist/components/ExcelPreview.d.ts +6 -0
- package/dist/constants/documentConstants.d.ts +2 -0
- package/dist/hooks/useDocumentPreview.d.ts +12 -0
- package/dist/i18n/messages.d.ts +2 -0
- package/dist/index.cjs +372 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.js +40709 -0
- package/dist/types/document.d.ts +59 -0
- package/dist/utils/cn.d.ts +2 -0
- package/dist/utils/documentActions.d.ts +4 -0
- package/dist/utils/documentIcons.d.ts +2 -0
- package/dist/utils/documentTypes.d.ts +4 -0
- package/dist/utils/excel.d.ts +7 -0
- package/dist/utils/format.d.ts +2 -0
- package/dist/utils/readDocumentSource.d.ts +4 -0
- package/docs/base44-usage.md +200 -0
- package/docs/fun/document-preview.md +64 -0
- package/docs/local-display.md +36 -0
- package/docs/logs/2026-06-30-initial-document-package.md +24 -0
- package/docs/npm-package.md +45 -0
- package/docs/project-status.md +66 -0
- package/package.json +55 -0
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,372 @@
|
|
|
1
|
+
"use strict";var uu=Object.defineProperty;var hu=(e,n,t)=>n in e?uu(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t;var bt=(e,n,t)=>hu(e,typeof n!="symbol"?n+"":n,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const rt=require("react/jsx-runtime"),Cn=require("@zhaoxiangjun/base44-ui"),Dn=require("react");/*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */var to=1252,du=[874,932,936,949,950,1250,1251,1252,1253,1254,1255,1256,1257,1258,1e4],Ba={0:1252,1:65001,2:65001,77:1e4,128:932,129:949,130:1361,134:936,136:950,161:1253,162:1254,163:1258,177:1255,178:1256,186:1257,204:1251,222:874,238:1250,255:1252,69:6969},La=function(e){du.indexOf(e)!=-1&&(to=Ba[0]=e)};function pu(){La(1252)}var Tn=function(e){La(e)};function no(){Tn(1200),pu()}function js(e){for(var n=[],t=0,i=e.length;t<i;++t)n[t]=e.charCodeAt(t);return n}function gu(e){for(var n=[],t=0;t<e.length>>1;++t)n[t]=String.fromCharCode(e.charCodeAt(2*t)+(e.charCodeAt(2*t+1)<<8));return n.join("")}function ro(e){for(var n=[],t=0;t<e.length>>1;++t)n[t]=String.fromCharCode(e.charCodeAt(2*t+1)+(e.charCodeAt(2*t)<<8));return n.join("")}var zr=function(e){var n=e.charCodeAt(0),t=e.charCodeAt(1);return n==255&&t==254?gu(e.slice(2)):n==254&&t==255?ro(e.slice(2)):n==65279?e.slice(1):e},_i=function(n){return String.fromCharCode(n)},Hs=function(n){return String.fromCharCode(n)},ni,Yn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";function Vs(e){for(var n="",t=0,i=0,r=0,a=0,s=0,c=0,f=0,l=0;l<e.length;)t=e.charCodeAt(l++),a=t>>2,i=e.charCodeAt(l++),s=(t&3)<<4|i>>4,r=e.charCodeAt(l++),c=(i&15)<<2|r>>6,f=r&63,isNaN(i)?c=f=64:isNaN(r)&&(f=64),n+=Yn.charAt(a)+Yn.charAt(s)+Yn.charAt(c)+Yn.charAt(f);return n}function hn(e){var n="",t=0,i=0,r=0,a=0,s=0,c=0,f=0;e=e.replace(/[^\w\+\/\=]/g,"");for(var l=0;l<e.length;)a=Yn.indexOf(e.charAt(l++)),s=Yn.indexOf(e.charAt(l++)),t=a<<2|s>>4,n+=String.fromCharCode(t),c=Yn.indexOf(e.charAt(l++)),i=(s&15)<<4|c>>2,c!==64&&(n+=String.fromCharCode(i)),f=Yn.indexOf(e.charAt(l++)),r=(c&3)<<6|f,f!==64&&(n+=String.fromCharCode(r));return n}var ht=(function(){return typeof Buffer<"u"&&typeof process<"u"&&typeof process.versions<"u"&&!!process.versions.node})(),hr=(function(){if(typeof Buffer<"u"){var e=!Buffer.from;if(!e)try{Buffer.from("foo","utf8")}catch{e=!0}return e?function(n,t){return t?new Buffer(n,t):new Buffer(n)}:Buffer.from.bind(Buffer)}return function(){}})();function Qn(e){return ht?Buffer.alloc?Buffer.alloc(e):new Buffer(e):typeof Uint8Array<"u"?new Uint8Array(e):new Array(e)}function Gs(e){return ht?Buffer.allocUnsafe?Buffer.allocUnsafe(e):new Buffer(e):typeof Uint8Array<"u"?new Uint8Array(e):new Array(e)}var wn=function(n){return ht?hr(n,"binary"):n.split("").map(function(t){return t.charCodeAt(0)&255})};function dr(e){if(Array.isArray(e))return e.map(function(i){return String.fromCharCode(i)}).join("");for(var n=[],t=0;t<e.length;++t)n[t]=String.fromCharCode(e[t]);return n.join("")}function Ma(e){if(typeof ArrayBuffer>"u")throw new Error("Unsupported");if(e instanceof ArrayBuffer)return Ma(new Uint8Array(e));for(var n=new Array(e.length),t=0;t<e.length;++t)n[t]=e[t];return n}var $n=ht?function(e){return Buffer.concat(e.map(function(n){return Buffer.isBuffer(n)?n:hr(n)}))}:function(e){if(typeof Uint8Array<"u"){var n=0,t=0;for(n=0;n<e.length;++n)t+=e[n].length;var i=new Uint8Array(t),r=0;for(n=0,t=0;n<e.length;t+=r,++n)if(r=e[n].length,e[n]instanceof Uint8Array)i.set(e[n],t);else{if(typeof e[n]=="string")throw"wtf";i.set(new Uint8Array(e[n]),t)}return i}return[].concat.apply([],e.map(function(a){return Array.isArray(a)?a:[].slice.call(a)}))};function xu(e){for(var n=[],t=0,i=e.length+250,r=Qn(e.length+255),a=0;a<e.length;++a){var s=e.charCodeAt(a);if(s<128)r[t++]=s;else if(s<2048)r[t++]=192|s>>6&31,r[t++]=128|s&63;else if(s>=55296&&s<57344){s=(s&1023)+64;var c=e.charCodeAt(++a)&1023;r[t++]=240|s>>8&7,r[t++]=128|s>>2&63,r[t++]=128|c>>6&15|(s&3)<<4,r[t++]=128|c&63}else r[t++]=224|s>>12&15,r[t++]=128|s>>6&63,r[t++]=128|s&63;t>i&&(n.push(r.slice(0,t)),t=0,r=Qn(65535),i=65530)}return n.push(r.slice(0,t)),$n(n)}var tn=/\u0000/g,Xr=/[\u0001-\u0006]/g;function Tr(e){for(var n="",t=e.length-1;t>=0;)n+=e.charAt(t--);return n}function En(e,n){var t=""+e;return t.length>=n?t:kt("0",n-t.length)+t}function Wa(e,n){var t=""+e;return t.length>=n?t:kt(" ",n-t.length)+t}function Ri(e,n){var t=""+e;return t.length>=n?t:t+kt(" ",n-t.length)}function mu(e,n){var t=""+Math.round(e);return t.length>=n?t:kt("0",n-t.length)+t}function vu(e,n){var t=""+e;return t.length>=n?t:kt("0",n-t.length)+t}var $s=Math.pow(2,32);function _r(e,n){if(e>$s||e<-$s)return mu(e,n);var t=Math.round(e);return vu(t,n)}function Oi(e,n){return n=n||0,e.length>=7+n&&(e.charCodeAt(n)|32)===103&&(e.charCodeAt(n+1)|32)===101&&(e.charCodeAt(n+2)|32)===110&&(e.charCodeAt(n+3)|32)===101&&(e.charCodeAt(n+4)|32)===114&&(e.charCodeAt(n+5)|32)===97&&(e.charCodeAt(n+6)|32)===108}var Ys=[["Sun","Sunday"],["Mon","Monday"],["Tue","Tuesday"],["Wed","Wednesday"],["Thu","Thursday"],["Fri","Friday"],["Sat","Saturday"]],fa=[["J","Jan","January"],["F","Feb","February"],["M","Mar","March"],["A","Apr","April"],["M","May","May"],["J","Jun","June"],["J","Jul","July"],["A","Aug","August"],["S","Sep","September"],["O","Oct","October"],["N","Nov","November"],["D","Dec","December"]];function yu(e){return e||(e={}),e[0]="General",e[1]="0",e[2]="0.00",e[3]="#,##0",e[4]="#,##0.00",e[9]="0%",e[10]="0.00%",e[11]="0.00E+00",e[12]="# ?/?",e[13]="# ??/??",e[14]="m/d/yy",e[15]="d-mmm-yy",e[16]="d-mmm",e[17]="mmm-yy",e[18]="h:mm AM/PM",e[19]="h:mm:ss AM/PM",e[20]="h:mm",e[21]="h:mm:ss",e[22]="m/d/yy h:mm",e[37]="#,##0 ;(#,##0)",e[38]="#,##0 ;[Red](#,##0)",e[39]="#,##0.00;(#,##0.00)",e[40]="#,##0.00;[Red](#,##0.00)",e[45]="mm:ss",e[46]="[h]:mm:ss",e[47]="mmss.0",e[48]="##0.0E+0",e[49]="@",e[56]='"上午/下午 "hh"時"mm"分"ss"秒 "',e}var ft={0:"General",1:"0",2:"0.00",3:"#,##0",4:"#,##0.00",9:"0%",10:"0.00%",11:"0.00E+00",12:"# ?/?",13:"# ??/??",14:"m/d/yy",15:"d-mmm-yy",16:"d-mmm",17:"mmm-yy",18:"h:mm AM/PM",19:"h:mm:ss AM/PM",20:"h:mm",21:"h:mm:ss",22:"m/d/yy h:mm",37:"#,##0 ;(#,##0)",38:"#,##0 ;[Red](#,##0)",39:"#,##0.00;(#,##0.00)",40:"#,##0.00;[Red](#,##0.00)",45:"mm:ss",46:"[h]:mm:ss",47:"mmss.0",48:"##0.0E+0",49:"@",56:'"上午/下午 "hh"時"mm"分"ss"秒 "'},Ks={5:37,6:38,7:39,8:40,23:0,24:0,25:0,26:0,27:14,28:14,29:14,30:14,31:14,50:14,51:14,52:14,53:14,54:14,55:14,56:14,57:14,58:14,59:1,60:2,61:3,62:4,67:9,68:10,69:12,70:13,71:14,72:14,73:15,74:16,75:17,76:20,77:21,78:22,79:45,80:46,81:47,82:0},bu={5:'"$"#,##0_);\\("$"#,##0\\)',63:'"$"#,##0_);\\("$"#,##0\\)',6:'"$"#,##0_);[Red]\\("$"#,##0\\)',64:'"$"#,##0_);[Red]\\("$"#,##0\\)',7:'"$"#,##0.00_);\\("$"#,##0.00\\)',65:'"$"#,##0.00_);\\("$"#,##0.00\\)',8:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',66:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',41:'_(* #,##0_);_(* \\(#,##0\\);_(* "-"_);_(@_)',42:'_("$"* #,##0_);_("$"* \\(#,##0\\);_("$"* "-"_);_(@_)',43:'_(* #,##0.00_);_(* \\(#,##0.00\\);_(* "-"??_);_(@_)',44:'_("$"* #,##0.00_);_("$"* \\(#,##0.00\\);_("$"* "-"??_);_(@_)'};function Ni(e,n,t){for(var i=e<0?-1:1,r=e*i,a=0,s=1,c=0,f=1,l=0,o=0,h=Math.floor(r);l<n&&(h=Math.floor(r),c=h*s+a,o=h*l+f,!(r-h<5e-8));)r=1/(r-h),a=s,s=c,f=l,l=o;if(o>n&&(l>n?(o=f,c=a):(o=l,c=s)),!t)return[0,i*c,o];var u=Math.floor(i*c/o);return[u,i*c-u*o,o]}function ir(e,n,t){if(e>2958465||e<0)return null;var i=e|0,r=Math.floor(86400*(e-i)),a=0,s=[],c={D:i,T:r,u:86400*(e-i)-r,y:0,m:0,d:0,H:0,M:0,S:0,q:0};if(Math.abs(c.u)<1e-6&&(c.u=0),n&&n.date1904&&(i+=1462),c.u>.9999&&(c.u=0,++r==86400&&(c.T=r=0,++i,++c.D)),i===60)s=t?[1317,10,29]:[1900,2,29],a=3;else if(i===0)s=t?[1317,8,29]:[1900,1,0],a=6;else{i>60&&--i;var f=new Date(1900,0,1);f.setDate(f.getDate()+i-1),s=[f.getFullYear(),f.getMonth()+1,f.getDate()],a=f.getDay(),i<60&&(a=(a+6)%7),t&&(a=ku(f,s))}return c.y=s[0],c.m=s[1],c.d=s[2],c.S=r%60,r=Math.floor(r/60),c.M=r%60,r=Math.floor(r/60),c.H=r,c.q=a,c}var io=new Date(1899,11,31,0,0,0),_u=io.getTime(),wu=new Date(1900,2,1,0,0,0);function ao(e,n){var t=e.getTime();return n?t-=1461*24*60*60*1e3:e>=wu&&(t+=1440*60*1e3),(t-(_u+(e.getTimezoneOffset()-io.getTimezoneOffset())*6e4))/(1440*60*1e3)}function Pa(e){return e.indexOf(".")==-1?e:e.replace(/(?:\.0*|(\.\d*[1-9])0+)$/,"$1")}function Du(e){return e.indexOf("E")==-1?e:e.replace(/(?:\.0*|(\.\d*[1-9])0+)[Ee]/,"$1E").replace(/(E[+-])(\d)$/,"$10$2")}function Tu(e){var n=e<0?12:11,t=Pa(e.toFixed(12));return t.length<=n||(t=e.toPrecision(10),t.length<=n)?t:e.toExponential(5)}function Eu(e){var n=Pa(e.toFixed(11));return n.length>(e<0?12:11)||n==="0"||n==="-0"?e.toPrecision(6):n}function ri(e){var n=Math.floor(Math.log(Math.abs(e))*Math.LOG10E),t;return n>=-4&&n<=-1?t=e.toPrecision(10+n):Math.abs(n)<=9?t=Tu(e):n===10?t=e.toFixed(10).substr(0,12):t=Eu(e),Pa(Du(t.toUpperCase()))}function or(e,n){switch(typeof e){case"string":return e;case"boolean":return e?"TRUE":"FALSE";case"number":return(e|0)===e?e.toString(10):ri(e);case"undefined":return"";case"object":if(e==null)return"";if(e instanceof Date)return vn(14,ao(e,n&&n.date1904),n)}throw new Error("unsupported value in General format: "+e)}function ku(e,n){n[0]-=581;var t=e.getDay();return e<60&&(t=(t+6)%7),t}function Fu(e,n,t,i){var r="",a=0,s=0,c=t.y,f,l=0;switch(e){case 98:c=t.y+543;case 121:switch(n.length){case 1:case 2:f=c%100,l=2;break;default:f=c%1e4,l=4;break}break;case 109:switch(n.length){case 1:case 2:f=t.m,l=n.length;break;case 3:return fa[t.m-1][1];case 5:return fa[t.m-1][0];default:return fa[t.m-1][2]}break;case 100:switch(n.length){case 1:case 2:f=t.d,l=n.length;break;case 3:return Ys[t.q][0];default:return Ys[t.q][1]}break;case 104:switch(n.length){case 1:case 2:f=1+(t.H+11)%12,l=n.length;break;default:throw"bad hour format: "+n}break;case 72:switch(n.length){case 1:case 2:f=t.H,l=n.length;break;default:throw"bad hour format: "+n}break;case 77:switch(n.length){case 1:case 2:f=t.M,l=n.length;break;default:throw"bad minute format: "+n}break;case 115:if(n!="s"&&n!="ss"&&n!=".0"&&n!=".00"&&n!=".000")throw"bad second format: "+n;return t.u===0&&(n=="s"||n=="ss")?En(t.S,n.length):(i>=2?s=i===3?1e3:100:s=i===1?10:1,a=Math.round(s*(t.S+t.u)),a>=60*s&&(a=0),n==="s"?a===0?"0":""+a/s:(r=En(a,2+i),n==="ss"?r.substr(0,2):"."+r.substr(2,n.length-1)));case 90:switch(n){case"[h]":case"[hh]":f=t.D*24+t.H;break;case"[m]":case"[mm]":f=(t.D*24+t.H)*60+t.M;break;case"[s]":case"[ss]":f=((t.D*24+t.H)*60+t.M)*60+Math.round(t.S+t.u);break;default:throw"bad abstime format: "+n}l=n.length===3?1:2;break;case 101:f=c,l=1;break}var o=l>0?En(f,l):"";return o}function Kn(e){var n=3;if(e.length<=n)return e;for(var t=e.length%n,i=e.substr(0,t);t!=e.length;t+=n)i+=(i.length>0?",":"")+e.substr(t,n);return i}var so=/%/g;function Uu(e,n,t){var i=n.replace(so,""),r=n.length-i.length;return Wn(e,i,t*Math.pow(10,2*r))+kt("%",r)}function Au(e,n,t){for(var i=n.length-1;n.charCodeAt(i-1)===44;)--i;return Wn(e,n.substr(0,i),t/Math.pow(10,3*(n.length-i)))}function co(e,n){var t,i=e.indexOf("E")-e.indexOf(".")-1;if(e.match(/^#+0.0E\+0$/)){if(n==0)return"0.0E+0";if(n<0)return"-"+co(e,-n);var r=e.indexOf(".");r===-1&&(r=e.indexOf("E"));var a=Math.floor(Math.log(n)*Math.LOG10E)%r;if(a<0&&(a+=r),t=(n/Math.pow(10,a)).toPrecision(i+1+(r+a)%r),t.indexOf("e")===-1){var s=Math.floor(Math.log(n)*Math.LOG10E);for(t.indexOf(".")===-1?t=t.charAt(0)+"."+t.substr(1)+"E+"+(s-t.length+a):t+="E+"+(s-a);t.substr(0,2)==="0.";)t=t.charAt(0)+t.substr(2,r)+"."+t.substr(2+r),t=t.replace(/^0+([1-9])/,"$1").replace(/^0+\./,"0.");t=t.replace(/\+-/,"-")}t=t.replace(/^([+-]?)(\d*)\.(\d*)[Ee]/,function(c,f,l,o){return f+l+o.substr(0,(r+a)%r)+"."+o.substr(a)+"E"})}else t=n.toExponential(i);return e.match(/E\+00$/)&&t.match(/e[+-]\d$/)&&(t=t.substr(0,t.length-1)+"0"+t.charAt(t.length-1)),e.match(/E\-/)&&t.match(/e\+/)&&(t=t.replace(/e\+/,"e")),t.replace("e","E")}var oo=/# (\?+)( ?)\/( ?)(\d+)/;function Cu(e,n,t){var i=parseInt(e[4],10),r=Math.round(n*i),a=Math.floor(r/i),s=r-a*i,c=i;return t+(a===0?"":""+a)+" "+(s===0?kt(" ",e[1].length+1+e[4].length):Wa(s,e[1].length)+e[2]+"/"+e[3]+En(c,e[4].length))}function Su(e,n,t){return t+(n===0?"":""+n)+kt(" ",e[1].length+2+e[4].length)}var fo=/^#*0*\.([0#]+)/,lo=/\).*[0#]/,uo=/\(###\) ###\\?-####/;function Jt(e){for(var n="",t,i=0;i!=e.length;++i)switch(t=e.charCodeAt(i)){case 35:break;case 63:n+=" ";break;case 48:n+="0";break;default:n+=String.fromCharCode(t)}return n}function Zs(e,n){var t=Math.pow(10,n);return""+Math.round(e*t)/t}function Qs(e,n){var t=e-Math.floor(e),i=Math.pow(10,n);return n<(""+Math.round(t*i)).length?0:Math.round(t*i)}function Iu(e,n){return n<(""+Math.round((e-Math.floor(e))*Math.pow(10,n))).length?1:0}function Ru(e){return e<2147483647&&e>-2147483648?""+(e>=0?e|0:e-1|0):""+Math.floor(e)}function pn(e,n,t){if(e.charCodeAt(0)===40&&!n.match(lo)){var i=n.replace(/\( */,"").replace(/ \)/,"").replace(/\)/,"");return t>=0?pn("n",i,t):"("+pn("n",i,-t)+")"}if(n.charCodeAt(n.length-1)===44)return Au(e,n,t);if(n.indexOf("%")!==-1)return Uu(e,n,t);if(n.indexOf("E")!==-1)return co(n,t);if(n.charCodeAt(0)===36)return"$"+pn(e,n.substr(n.charAt(1)==" "?2:1),t);var r,a,s,c,f=Math.abs(t),l=t<0?"-":"";if(n.match(/^00+$/))return l+_r(f,n.length);if(n.match(/^[#?]+$/))return r=_r(t,0),r==="0"&&(r=""),r.length>n.length?r:Jt(n.substr(0,n.length-r.length))+r;if(a=n.match(oo))return Cu(a,f,l);if(n.match(/^#+0+$/))return l+_r(f,n.length-n.indexOf("0"));if(a=n.match(fo))return r=Zs(t,a[1].length).replace(/^([^\.]+)$/,"$1."+Jt(a[1])).replace(/\.$/,"."+Jt(a[1])).replace(/\.(\d*)$/,function(p,g){return"."+g+kt("0",Jt(a[1]).length-g.length)}),n.indexOf("0.")!==-1?r:r.replace(/^0\./,".");if(n=n.replace(/^#+([0.])/,"$1"),a=n.match(/^(0*)\.(#*)$/))return l+Zs(f,a[2].length).replace(/\.(\d*[1-9])0*$/,".$1").replace(/^(-?\d*)$/,"$1.").replace(/^0\./,a[1].length?"0.":".");if(a=n.match(/^#{1,3},##0(\.?)$/))return l+Kn(_r(f,0));if(a=n.match(/^#,##0\.([#0]*0)$/))return t<0?"-"+pn(e,n,-t):Kn(""+(Math.floor(t)+Iu(t,a[1].length)))+"."+En(Qs(t,a[1].length),a[1].length);if(a=n.match(/^#,#*,#0/))return pn(e,n.replace(/^#,#*,/,""),t);if(a=n.match(/^([0#]+)(\\?-([0#]+))+$/))return r=Tr(pn(e,n.replace(/[\\-]/g,""),t)),s=0,Tr(Tr(n.replace(/\\/g,"")).replace(/[0#]/g,function(p){return s<r.length?r.charAt(s++):p==="0"?"0":""}));if(n.match(uo))return r=pn(e,"##########",t),"("+r.substr(0,3)+") "+r.substr(3,3)+"-"+r.substr(6);var o="";if(a=n.match(/^([#0?]+)( ?)\/( ?)([#0?]+)/))return s=Math.min(a[4].length,7),c=Ni(f,Math.pow(10,s)-1,!1),r=""+l,o=Wn("n",a[1],c[1]),o.charAt(o.length-1)==" "&&(o=o.substr(0,o.length-1)+"0"),r+=o+a[2]+"/"+a[3],o=Ri(c[2],s),o.length<a[4].length&&(o=Jt(a[4].substr(a[4].length-o.length))+o),r+=o,r;if(a=n.match(/^# ([#0?]+)( ?)\/( ?)([#0?]+)/))return s=Math.min(Math.max(a[1].length,a[4].length),7),c=Ni(f,Math.pow(10,s)-1,!0),l+(c[0]||(c[1]?"":"0"))+" "+(c[1]?Wa(c[1],s)+a[2]+"/"+a[3]+Ri(c[2],s):kt(" ",2*s+1+a[2].length+a[3].length));if(a=n.match(/^[#0?]+$/))return r=_r(t,0),n.length<=r.length?r:Jt(n.substr(0,n.length-r.length))+r;if(a=n.match(/^([#0?]+)\.([#0]+)$/)){r=""+t.toFixed(Math.min(a[2].length,10)).replace(/([^0])0+$/,"$1"),s=r.indexOf(".");var h=n.indexOf(".")-s,u=n.length-r.length-h;return Jt(n.substr(0,h)+r+n.substr(n.length-u))}if(a=n.match(/^00,000\.([#0]*0)$/))return s=Qs(t,a[1].length),t<0?"-"+pn(e,n,-t):Kn(Ru(t)).replace(/^\d,\d{3}$/,"0$&").replace(/^\d*$/,function(p){return"00,"+(p.length<3?En(0,3-p.length):"")+p})+"."+En(s,a[1].length);switch(n){case"###,##0.00":return pn(e,"#,##0.00",t);case"###,###":case"##,###":case"#,###":var d=Kn(_r(f,0));return d!=="0"?l+d:"";case"###,###.00":return pn(e,"###,##0.00",t).replace(/^0\./,".");case"#,###.00":return pn(e,"#,##0.00",t).replace(/^0\./,".")}throw new Error("unsupported format |"+n+"|")}function Ou(e,n,t){for(var i=n.length-1;n.charCodeAt(i-1)===44;)--i;return Wn(e,n.substr(0,i),t/Math.pow(10,3*(n.length-i)))}function Nu(e,n,t){var i=n.replace(so,""),r=n.length-i.length;return Wn(e,i,t*Math.pow(10,2*r))+kt("%",r)}function ho(e,n){var t,i=e.indexOf("E")-e.indexOf(".")-1;if(e.match(/^#+0.0E\+0$/)){if(n==0)return"0.0E+0";if(n<0)return"-"+ho(e,-n);var r=e.indexOf(".");r===-1&&(r=e.indexOf("E"));var a=Math.floor(Math.log(n)*Math.LOG10E)%r;if(a<0&&(a+=r),t=(n/Math.pow(10,a)).toPrecision(i+1+(r+a)%r),!t.match(/[Ee]/)){var s=Math.floor(Math.log(n)*Math.LOG10E);t.indexOf(".")===-1?t=t.charAt(0)+"."+t.substr(1)+"E+"+(s-t.length+a):t+="E+"+(s-a),t=t.replace(/\+-/,"-")}t=t.replace(/^([+-]?)(\d*)\.(\d*)[Ee]/,function(c,f,l,o){return f+l+o.substr(0,(r+a)%r)+"."+o.substr(a)+"E"})}else t=n.toExponential(i);return e.match(/E\+00$/)&&t.match(/e[+-]\d$/)&&(t=t.substr(0,t.length-1)+"0"+t.charAt(t.length-1)),e.match(/E\-/)&&t.match(/e\+/)&&(t=t.replace(/e\+/,"e")),t.replace("e","E")}function An(e,n,t){if(e.charCodeAt(0)===40&&!n.match(lo)){var i=n.replace(/\( */,"").replace(/ \)/,"").replace(/\)/,"");return t>=0?An("n",i,t):"("+An("n",i,-t)+")"}if(n.charCodeAt(n.length-1)===44)return Ou(e,n,t);if(n.indexOf("%")!==-1)return Nu(e,n,t);if(n.indexOf("E")!==-1)return ho(n,t);if(n.charCodeAt(0)===36)return"$"+An(e,n.substr(n.charAt(1)==" "?2:1),t);var r,a,s,c,f=Math.abs(t),l=t<0?"-":"";if(n.match(/^00+$/))return l+En(f,n.length);if(n.match(/^[#?]+$/))return r=""+t,t===0&&(r=""),r.length>n.length?r:Jt(n.substr(0,n.length-r.length))+r;if(a=n.match(oo))return Su(a,f,l);if(n.match(/^#+0+$/))return l+En(f,n.length-n.indexOf("0"));if(a=n.match(fo))return r=(""+t).replace(/^([^\.]+)$/,"$1."+Jt(a[1])).replace(/\.$/,"."+Jt(a[1])),r=r.replace(/\.(\d*)$/,function(p,g){return"."+g+kt("0",Jt(a[1]).length-g.length)}),n.indexOf("0.")!==-1?r:r.replace(/^0\./,".");if(n=n.replace(/^#+([0.])/,"$1"),a=n.match(/^(0*)\.(#*)$/))return l+(""+f).replace(/\.(\d*[1-9])0*$/,".$1").replace(/^(-?\d*)$/,"$1.").replace(/^0\./,a[1].length?"0.":".");if(a=n.match(/^#{1,3},##0(\.?)$/))return l+Kn(""+f);if(a=n.match(/^#,##0\.([#0]*0)$/))return t<0?"-"+An(e,n,-t):Kn(""+t)+"."+kt("0",a[1].length);if(a=n.match(/^#,#*,#0/))return An(e,n.replace(/^#,#*,/,""),t);if(a=n.match(/^([0#]+)(\\?-([0#]+))+$/))return r=Tr(An(e,n.replace(/[\\-]/g,""),t)),s=0,Tr(Tr(n.replace(/\\/g,"")).replace(/[0#]/g,function(p){return s<r.length?r.charAt(s++):p==="0"?"0":""}));if(n.match(uo))return r=An(e,"##########",t),"("+r.substr(0,3)+") "+r.substr(3,3)+"-"+r.substr(6);var o="";if(a=n.match(/^([#0?]+)( ?)\/( ?)([#0?]+)/))return s=Math.min(a[4].length,7),c=Ni(f,Math.pow(10,s)-1,!1),r=""+l,o=Wn("n",a[1],c[1]),o.charAt(o.length-1)==" "&&(o=o.substr(0,o.length-1)+"0"),r+=o+a[2]+"/"+a[3],o=Ri(c[2],s),o.length<a[4].length&&(o=Jt(a[4].substr(a[4].length-o.length))+o),r+=o,r;if(a=n.match(/^# ([#0?]+)( ?)\/( ?)([#0?]+)/))return s=Math.min(Math.max(a[1].length,a[4].length),7),c=Ni(f,Math.pow(10,s)-1,!0),l+(c[0]||(c[1]?"":"0"))+" "+(c[1]?Wa(c[1],s)+a[2]+"/"+a[3]+Ri(c[2],s):kt(" ",2*s+1+a[2].length+a[3].length));if(a=n.match(/^[#0?]+$/))return r=""+t,n.length<=r.length?r:Jt(n.substr(0,n.length-r.length))+r;if(a=n.match(/^([#0]+)\.([#0]+)$/)){r=""+t.toFixed(Math.min(a[2].length,10)).replace(/([^0])0+$/,"$1"),s=r.indexOf(".");var h=n.indexOf(".")-s,u=n.length-r.length-h;return Jt(n.substr(0,h)+r+n.substr(n.length-u))}if(a=n.match(/^00,000\.([#0]*0)$/))return t<0?"-"+An(e,n,-t):Kn(""+t).replace(/^\d,\d{3}$/,"0$&").replace(/^\d*$/,function(p){return"00,"+(p.length<3?En(0,3-p.length):"")+p})+"."+En(0,a[1].length);switch(n){case"###,###":case"##,###":case"#,###":var d=Kn(""+f);return d!=="0"?l+d:"";default:if(n.match(/\.[0#?]*$/))return An(e,n.slice(0,n.lastIndexOf(".")),t)+Jt(n.slice(n.lastIndexOf(".")))}throw new Error("unsupported format |"+n+"|")}function Wn(e,n,t){return(t|0)===t?An(e,n,t):pn(e,n,t)}function Bu(e){for(var n=[],t=!1,i=0,r=0;i<e.length;++i)switch(e.charCodeAt(i)){case 34:t=!t;break;case 95:case 42:case 92:++i;break;case 59:n[n.length]=e.substr(r,i-r),r=i+1}if(n[n.length]=e.substr(r),t===!0)throw new Error("Format |"+e+"| unterminated string ");return n}var po=/\[[HhMmSs\u0E0A\u0E19\u0E17]*\]/;function Cr(e){for(var n=0,t="",i="";n<e.length;)switch(t=e.charAt(n)){case"G":Oi(e,n)&&(n+=6),n++;break;case'"':for(;e.charCodeAt(++n)!==34&&n<e.length;);++n;break;case"\\":n+=2;break;case"_":n+=2;break;case"@":++n;break;case"B":case"b":if(e.charAt(n+1)==="1"||e.charAt(n+1)==="2")return!0;case"M":case"D":case"Y":case"H":case"S":case"E":case"m":case"d":case"y":case"h":case"s":case"e":case"g":return!0;case"A":case"a":case"上":if(e.substr(n,3).toUpperCase()==="A/P"||e.substr(n,5).toUpperCase()==="AM/PM"||e.substr(n,5).toUpperCase()==="上午/下午")return!0;++n;break;case"[":for(i=t;e.charAt(n++)!=="]"&&n<e.length;)i+=e.charAt(n);if(i.match(po))return!0;break;case".":case"0":case"#":for(;n<e.length&&("0#?.,E+-%".indexOf(t=e.charAt(++n))>-1||t=="\\"&&e.charAt(n+1)=="-"&&"0#".indexOf(e.charAt(n+2))>-1););break;case"?":for(;e.charAt(++n)===t;);break;case"*":++n,(e.charAt(n)==" "||e.charAt(n)=="*")&&++n;break;case"(":case")":++n;break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":for(;n<e.length&&"0123456789".indexOf(e.charAt(++n))>-1;);break;case" ":++n;break;default:++n;break}return!1}function Lu(e,n,t,i){for(var r=[],a="",s=0,c="",f="t",l,o,h,u="H";s<e.length;)switch(c=e.charAt(s)){case"G":if(!Oi(e,s))throw new Error("unrecognized character "+c+" in "+e);r[r.length]={t:"G",v:"General"},s+=7;break;case'"':for(a="";(h=e.charCodeAt(++s))!==34&&s<e.length;)a+=String.fromCharCode(h);r[r.length]={t:"t",v:a},++s;break;case"\\":var d=e.charAt(++s),p=d==="("||d===")"?d:"t";r[r.length]={t:p,v:d},++s;break;case"_":r[r.length]={t:"t",v:" "},s+=2;break;case"@":r[r.length]={t:"T",v:n},++s;break;case"B":case"b":if(e.charAt(s+1)==="1"||e.charAt(s+1)==="2"){if(l==null&&(l=ir(n,t,e.charAt(s+1)==="2"),l==null))return"";r[r.length]={t:"X",v:e.substr(s,2)},f=c,s+=2;break}case"M":case"D":case"Y":case"H":case"S":case"E":c=c.toLowerCase();case"m":case"d":case"y":case"h":case"s":case"e":case"g":if(n<0||l==null&&(l=ir(n,t),l==null))return"";for(a=c;++s<e.length&&e.charAt(s).toLowerCase()===c;)a+=c;c==="m"&&f.toLowerCase()==="h"&&(c="M"),c==="h"&&(c=u),r[r.length]={t:c,v:a},f=c;break;case"A":case"a":case"上":var g={t:c,v:c};if(l==null&&(l=ir(n,t)),e.substr(s,3).toUpperCase()==="A/P"?(l!=null&&(g.v=l.H>=12?"P":"A"),g.t="T",u="h",s+=3):e.substr(s,5).toUpperCase()==="AM/PM"?(l!=null&&(g.v=l.H>=12?"PM":"AM"),g.t="T",s+=5,u="h"):e.substr(s,5).toUpperCase()==="上午/下午"?(l!=null&&(g.v=l.H>=12?"下午":"上午"),g.t="T",s+=5,u="h"):(g.t="t",++s),l==null&&g.t==="T")return"";r[r.length]=g,f=c;break;case"[":for(a=c;e.charAt(s++)!=="]"&&s<e.length;)a+=e.charAt(s);if(a.slice(-1)!=="]")throw'unterminated "[" block: |'+a+"|";if(a.match(po)){if(l==null&&(l=ir(n,t),l==null))return"";r[r.length]={t:"Z",v:a.toLowerCase()},f=a.charAt(1)}else a.indexOf("$")>-1&&(a=(a.match(/\$([^-\[\]]*)/)||[])[1]||"$",Cr(e)||(r[r.length]={t:"t",v:a}));break;case".":if(l!=null){for(a=c;++s<e.length&&(c=e.charAt(s))==="0";)a+=c;r[r.length]={t:"s",v:a};break}case"0":case"#":for(a=c;++s<e.length&&"0#?.,E+-%".indexOf(c=e.charAt(s))>-1;)a+=c;r[r.length]={t:"n",v:a};break;case"?":for(a=c;e.charAt(++s)===c;)a+=c;r[r.length]={t:c,v:a},f=c;break;case"*":++s,(e.charAt(s)==" "||e.charAt(s)=="*")&&++s;break;case"(":case")":r[r.length]={t:i===1?"t":c,v:c},++s;break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":for(a=c;s<e.length&&"0123456789".indexOf(e.charAt(++s))>-1;)a+=e.charAt(s);r[r.length]={t:"D",v:a};break;case" ":r[r.length]={t:c,v:c},++s;break;case"$":r[r.length]={t:"t",v:"$"},++s;break;default:if(",$-+/():!^&'~{}<>=€acfijklopqrtuvwxzP".indexOf(c)===-1)throw new Error("unrecognized character "+c+" in "+e);r[r.length]={t:"t",v:c},++s;break}var x=0,_=0,b;for(s=r.length-1,f="t";s>=0;--s)switch(r[s].t){case"h":case"H":r[s].t=u,f="h",x<1&&(x=1);break;case"s":(b=r[s].v.match(/\.0+$/))&&(_=Math.max(_,b[0].length-1)),x<3&&(x=3);case"d":case"y":case"M":case"e":f=r[s].t;break;case"m":f==="s"&&(r[s].t="M",x<2&&(x=2));break;case"X":break;case"Z":x<1&&r[s].v.match(/[Hh]/)&&(x=1),x<2&&r[s].v.match(/[Mm]/)&&(x=2),x<3&&r[s].v.match(/[Ss]/)&&(x=3)}switch(x){case 0:break;case 1:l.u>=.5&&(l.u=0,++l.S),l.S>=60&&(l.S=0,++l.M),l.M>=60&&(l.M=0,++l.H);break;case 2:l.u>=.5&&(l.u=0,++l.S),l.S>=60&&(l.S=0,++l.M);break}var m="",w;for(s=0;s<r.length;++s)switch(r[s].t){case"t":case"T":case" ":case"D":break;case"X":r[s].v="",r[s].t=";";break;case"d":case"m":case"y":case"h":case"H":case"M":case"s":case"e":case"b":case"Z":r[s].v=Fu(r[s].t.charCodeAt(0),r[s].v,l,_),r[s].t="t";break;case"n":case"?":for(w=s+1;r[w]!=null&&((c=r[w].t)==="?"||c==="D"||(c===" "||c==="t")&&r[w+1]!=null&&(r[w+1].t==="?"||r[w+1].t==="t"&&r[w+1].v==="/")||r[s].t==="("&&(c===" "||c==="n"||c===")")||c==="t"&&(r[w].v==="/"||r[w].v===" "&&r[w+1]!=null&&r[w+1].t=="?"));)r[s].v+=r[w].v,r[w]={v:"",t:";"},++w;m+=r[s].v,s=w-1;break;case"G":r[s].t="t",r[s].v=or(n,t);break}var y="",v,D;if(m.length>0){m.charCodeAt(0)==40?(v=n<0&&m.charCodeAt(0)===45?-n:n,D=Wn("n",m,v)):(v=n<0&&i>1?-n:n,D=Wn("n",m,v),v<0&&r[0]&&r[0].t=="t"&&(D=D.substr(1),r[0].v="-"+r[0].v)),w=D.length-1;var E=r.length;for(s=0;s<r.length;++s)if(r[s]!=null&&r[s].t!="t"&&r[s].v.indexOf(".")>-1){E=s;break}var I=r.length;if(E===r.length&&D.indexOf("E")===-1){for(s=r.length-1;s>=0;--s)r[s]==null||"n?".indexOf(r[s].t)===-1||(w>=r[s].v.length-1?(w-=r[s].v.length,r[s].v=D.substr(w+1,r[s].v.length)):w<0?r[s].v="":(r[s].v=D.substr(0,w+1),w=-1),r[s].t="t",I=s);w>=0&&I<r.length&&(r[I].v=D.substr(0,w+1)+r[I].v)}else if(E!==r.length&&D.indexOf("E")===-1){for(w=D.indexOf(".")-1,s=E;s>=0;--s)if(!(r[s]==null||"n?".indexOf(r[s].t)===-1)){for(o=r[s].v.indexOf(".")>-1&&s===E?r[s].v.indexOf(".")-1:r[s].v.length-1,y=r[s].v.substr(o+1);o>=0;--o)w>=0&&(r[s].v.charAt(o)==="0"||r[s].v.charAt(o)==="#")&&(y=D.charAt(w--)+y);r[s].v=y,r[s].t="t",I=s}for(w>=0&&I<r.length&&(r[I].v=D.substr(0,w+1)+r[I].v),w=D.indexOf(".")+1,s=E;s<r.length;++s)if(!(r[s]==null||"n?(".indexOf(r[s].t)===-1&&s!==E)){for(o=r[s].v.indexOf(".")>-1&&s===E?r[s].v.indexOf(".")+1:0,y=r[s].v.substr(0,o);o<r[s].v.length;++o)w<D.length&&(y+=D.charAt(w++));r[s].v=y,r[s].t="t",I=s}}}for(s=0;s<r.length;++s)r[s]!=null&&"n?".indexOf(r[s].t)>-1&&(v=i>1&&n<0&&s>0&&r[s-1].v==="-"?-n:n,r[s].v=Wn(r[s].t,r[s].v,v),r[s].t="t");var U="";for(s=0;s!==r.length;++s)r[s]!=null&&(U+=r[s].v);return U}var Js=/\[(=|>[=]?|<[>=]?)(-?\d+(?:\.\d*)?)\]/;function qs(e,n){if(n==null)return!1;var t=parseFloat(n[2]);switch(n[1]){case"=":if(e==t)return!0;break;case">":if(e>t)return!0;break;case"<":if(e<t)return!0;break;case"<>":if(e!=t)return!0;break;case">=":if(e>=t)return!0;break;case"<=":if(e<=t)return!0;break}return!1}function Mu(e,n){var t=Bu(e),i=t.length,r=t[i-1].indexOf("@");if(i<4&&r>-1&&--i,t.length>4)throw new Error("cannot find right format for |"+t.join("|")+"|");if(typeof n!="number")return[4,t.length===4||r>-1?t[t.length-1]:"@"];switch(t.length){case 1:t=r>-1?["General","General","General",t[0]]:[t[0],t[0],t[0],"@"];break;case 2:t=r>-1?[t[0],t[0],t[0],t[1]]:[t[0],t[1],t[0],"@"];break;case 3:t=r>-1?[t[0],t[1],t[0],t[2]]:[t[0],t[1],t[2],"@"];break}var a=n>0?t[0]:n<0?t[1]:t[2];if(t[0].indexOf("[")===-1&&t[1].indexOf("[")===-1)return[i,a];if(t[0].match(/\[[=<>]/)!=null||t[1].match(/\[[=<>]/)!=null){var s=t[0].match(Js),c=t[1].match(Js);return qs(n,s)?[i,t[0]]:qs(n,c)?[i,t[1]]:[i,t[s!=null&&c!=null?2:1]]}return[i,a]}function vn(e,n,t){t==null&&(t={});var i="";switch(typeof e){case"string":e=="m/d/yy"&&t.dateNF?i=t.dateNF:i=e;break;case"number":e==14&&t.dateNF?i=t.dateNF:i=(t.table!=null?t.table:ft)[e],i==null&&(i=t.table&&t.table[Ks[e]]||ft[Ks[e]]),i==null&&(i=bu[e]||"General");break}if(Oi(i,0))return or(n,t);n instanceof Date&&(n=ao(n,t.date1904));var r=Mu(i,n);if(Oi(r[1]))return or(n,t);if(n===!0)n="TRUE";else if(n===!1)n="FALSE";else if(n===""||n==null)return"";return Lu(r[1],n,t,r[0])}function sr(e,n){if(typeof n!="number"){n=+n||-1;for(var t=0;t<392;++t){if(ft[t]==null){n<0&&(n=t);continue}if(ft[t]==e){n=t;break}}n<0&&(n=391)}return ft[n]=e,n}function go(){ft=yu()}var Wu={5:'"$"#,##0_);\\("$"#,##0\\)',6:'"$"#,##0_);[Red]\\("$"#,##0\\)',7:'"$"#,##0.00_);\\("$"#,##0.00\\)',8:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',23:"General",24:"General",25:"General",26:"General",27:"m/d/yy",28:"m/d/yy",29:"m/d/yy",30:"m/d/yy",31:"m/d/yy",32:"h:mm:ss",33:"h:mm:ss",34:"h:mm:ss",35:"h:mm:ss",36:"m/d/yy",41:'_(* #,##0_);_(* (#,##0);_(* "-"_);_(@_)',42:'_("$"* #,##0_);_("$"* (#,##0);_("$"* "-"_);_(@_)',43:'_(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_)',44:'_("$"* #,##0.00_);_("$"* (#,##0.00);_("$"* "-"??_);_(@_)',50:"m/d/yy",51:"m/d/yy",52:"m/d/yy",53:"m/d/yy",54:"m/d/yy",55:"m/d/yy",56:"m/d/yy",57:"m/d/yy",58:"m/d/yy",59:"0",60:"0.00",61:"#,##0",62:"#,##0.00",63:'"$"#,##0_);\\("$"#,##0\\)',64:'"$"#,##0_);[Red]\\("$"#,##0\\)',65:'"$"#,##0.00_);\\("$"#,##0.00\\)',66:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',67:"0%",68:"0.00%",69:"# ?/?",70:"# ??/??",71:"m/d/yy",72:"m/d/yy",73:"d-mmm-yy",74:"d-mmm",75:"mmm-yy",76:"h:mm",77:"h:mm:ss",78:"m/d/yy h:mm",79:"mm:ss",80:"[h]:mm:ss",81:"mmss.0"},xo=/[dD]+|[mM]+|[yYeE]+|[Hh]+|[Ss]+/g;function Pu(e){var n=typeof e=="number"?ft[e]:e;return n=n.replace(xo,"(\\d+)"),new RegExp("^"+n+"$")}function zu(e,n,t){var i=-1,r=-1,a=-1,s=-1,c=-1,f=-1;(n.match(xo)||[]).forEach(function(h,u){var d=parseInt(t[u+1],10);switch(h.toLowerCase().charAt(0)){case"y":i=d;break;case"d":a=d;break;case"h":s=d;break;case"s":f=d;break;case"m":s>=0?c=d:r=d;break}}),f>=0&&c==-1&&r>=0&&(c=r,r=-1);var l=(""+(i>=0?i:new Date().getFullYear())).slice(-4)+"-"+("00"+(r>=1?r:1)).slice(-2)+"-"+("00"+(a>=1?a:1)).slice(-2);l.length==7&&(l="0"+l),l.length==8&&(l="20"+l);var o=("00"+(s>=0?s:0)).slice(-2)+":"+("00"+(c>=0?c:0)).slice(-2)+":"+("00"+(f>=0?f:0)).slice(-2);return s==-1&&c==-1&&f==-1?l:i==-1&&r==-1&&a==-1?o:l+"T"+o}var Xu=(function(){var e={};e.version="1.2.0";function n(){for(var D=0,E=new Array(256),I=0;I!=256;++I)D=I,D=D&1?-306674912^D>>>1:D>>>1,D=D&1?-306674912^D>>>1:D>>>1,D=D&1?-306674912^D>>>1:D>>>1,D=D&1?-306674912^D>>>1:D>>>1,D=D&1?-306674912^D>>>1:D>>>1,D=D&1?-306674912^D>>>1:D>>>1,D=D&1?-306674912^D>>>1:D>>>1,D=D&1?-306674912^D>>>1:D>>>1,E[I]=D;return typeof Int32Array<"u"?new Int32Array(E):E}var t=n();function i(D){var E=0,I=0,U=0,R=typeof Int32Array<"u"?new Int32Array(4096):new Array(4096);for(U=0;U!=256;++U)R[U]=D[U];for(U=0;U!=256;++U)for(I=D[U],E=256+U;E<4096;E+=256)I=R[E]=I>>>8^D[I&255];var S=[];for(U=1;U!=16;++U)S[U-1]=typeof Int32Array<"u"?R.subarray(U*256,U*256+256):R.slice(U*256,U*256+256);return S}var r=i(t),a=r[0],s=r[1],c=r[2],f=r[3],l=r[4],o=r[5],h=r[6],u=r[7],d=r[8],p=r[9],g=r[10],x=r[11],_=r[12],b=r[13],m=r[14];function w(D,E){for(var I=E^-1,U=0,R=D.length;U<R;)I=I>>>8^t[(I^D.charCodeAt(U++))&255];return~I}function y(D,E){for(var I=E^-1,U=D.length-15,R=0;R<U;)I=m[D[R++]^I&255]^b[D[R++]^I>>8&255]^_[D[R++]^I>>16&255]^x[D[R++]^I>>>24]^g[D[R++]]^p[D[R++]]^d[D[R++]]^u[D[R++]]^h[D[R++]]^o[D[R++]]^l[D[R++]]^f[D[R++]]^c[D[R++]]^s[D[R++]]^a[D[R++]]^t[D[R++]];for(U+=15;R<U;)I=I>>>8^t[(I^D[R++])&255];return~I}function v(D,E){for(var I=E^-1,U=0,R=D.length,S=0,M=0;U<R;)S=D.charCodeAt(U++),S<128?I=I>>>8^t[(I^S)&255]:S<2048?(I=I>>>8^t[(I^(192|S>>6&31))&255],I=I>>>8^t[(I^(128|S&63))&255]):S>=55296&&S<57344?(S=(S&1023)+64,M=D.charCodeAt(U++)&1023,I=I>>>8^t[(I^(240|S>>8&7))&255],I=I>>>8^t[(I^(128|S>>2&63))&255],I=I>>>8^t[(I^(128|M>>6&15|(S&3)<<4))&255],I=I>>>8^t[(I^(128|M&63))&255]):(I=I>>>8^t[(I^(224|S>>12&15))&255],I=I>>>8^t[(I^(128|S>>6&63))&255],I=I>>>8^t[(I^(128|S&63))&255]);return~I}return e.table=t,e.bstr=w,e.buf=y,e.str=v,e})(),dt=(function(){var n={};n.version="1.2.1";function t(H,oe){for(var ne=H.split("/"),se=oe.split("/"),fe=0,ue=0,Te=Math.min(ne.length,se.length);fe<Te;++fe){if(ue=ne[fe].length-se[fe].length)return ue;if(ne[fe]!=se[fe])return ne[fe]<se[fe]?-1:1}return ne.length-se.length}function i(H){if(H.charAt(H.length-1)=="/")return H.slice(0,-1).indexOf("/")===-1?H:i(H.slice(0,-1));var oe=H.lastIndexOf("/");return oe===-1?H:H.slice(0,oe+1)}function r(H){if(H.charAt(H.length-1)=="/")return r(H.slice(0,-1));var oe=H.lastIndexOf("/");return oe===-1?H:H.slice(oe+1)}function a(H,oe){typeof oe=="string"&&(oe=new Date(oe));var ne=oe.getHours();ne=ne<<6|oe.getMinutes(),ne=ne<<5|oe.getSeconds()>>>1,H.write_shift(2,ne);var se=oe.getFullYear()-1980;se=se<<4|oe.getMonth()+1,se=se<<5|oe.getDate(),H.write_shift(2,se)}function s(H){var oe=H.read_shift(2)&65535,ne=H.read_shift(2)&65535,se=new Date,fe=ne&31;ne>>>=5;var ue=ne&15;ne>>>=4,se.setMilliseconds(0),se.setFullYear(ne+1980),se.setMonth(ue-1),se.setDate(fe);var Te=oe&31;oe>>>=5;var Se=oe&63;return oe>>>=6,se.setHours(oe),se.setMinutes(Se),se.setSeconds(Te<<1),se}function c(H){zt(H,0);for(var oe={},ne=0;H.l<=H.length-4;){var se=H.read_shift(2),fe=H.read_shift(2),ue=H.l+fe,Te={};switch(se){case 21589:ne=H.read_shift(1),ne&1&&(Te.mtime=H.read_shift(4)),fe>5&&(ne&2&&(Te.atime=H.read_shift(4)),ne&4&&(Te.ctime=H.read_shift(4))),Te.mtime&&(Te.mt=new Date(Te.mtime*1e3));break}H.l=ue,oe[se]=Te}return oe}var f;function l(){return f||(f={})}function o(H,oe){if(H[0]==80&&H[1]==75)return Xe(H,oe);if((H[0]|32)==109&&(H[1]|32)==105)return Ce(H,oe);if(H.length<512)throw new Error("CFB file size "+H.length+" < 512");var ne=3,se=512,fe=0,ue=0,Te=0,Se=0,ke=0,Ee=[],Ae=H.slice(0,512);zt(Ae,0);var We=h(Ae);switch(ne=We[0],ne){case 3:se=512;break;case 4:se=4096;break;case 0:if(We[1]==0)return Xe(H,oe);default:throw new Error("Major Version: Expected 3 or 4 saw "+ne)}se!==512&&(Ae=H.slice(0,se),zt(Ae,28));var Ve=H.slice(0,se);u(Ae,ne);var Ze=Ae.read_shift(4,"i");if(ne===3&&Ze!==0)throw new Error("# Directory Sectors: Expected 0 saw "+Ze);Ae.l+=4,Te=Ae.read_shift(4,"i"),Ae.l+=4,Ae.chk("00100000","Mini Stream Cutoff Size: "),Se=Ae.read_shift(4,"i"),fe=Ae.read_shift(4,"i"),ke=Ae.read_shift(4,"i"),ue=Ae.read_shift(4,"i");for(var ze=-1,Ge=0;Ge<109&&(ze=Ae.read_shift(4,"i"),!(ze<0));++Ge)Ee[Ge]=ze;var nt=d(H,se);x(ke,ue,nt,se,Ee);var mt=b(nt,Te,Ee,se);mt[Te].name="!Directory",fe>0&&Se!==M&&(mt[Se].name="!MiniFAT"),mt[Ee[0]].name="!FAT",mt.fat_addrs=Ee,mt.ssz=se;var _t={},At=[],Ct=[],er=[];m(Te,mt,nt,At,fe,_t,Ct,Se),p(Ct,er,At),At.shift();var jn={FileIndex:Ct,FullPaths:er};return oe&&oe.raw&&(jn.raw={header:Ve,sectors:nt}),jn}function h(H){if(H[H.l]==80&&H[H.l+1]==75)return[0,0];H.chk(L,"Header Signature: "),H.l+=16;var oe=H.read_shift(2,"u");return[H.read_shift(2,"u"),oe]}function u(H,oe){var ne=9;switch(H.l+=2,ne=H.read_shift(2)){case 9:if(oe!=3)throw new Error("Sector Shift: Expected 9 saw "+ne);break;case 12:if(oe!=4)throw new Error("Sector Shift: Expected 12 saw "+ne);break;default:throw new Error("Sector Shift: Expected 9 or 12 saw "+ne)}H.chk("0600","Mini Sector Shift: "),H.chk("000000000000","Reserved: ")}function d(H,oe){for(var ne=Math.ceil(H.length/oe)-1,se=[],fe=1;fe<ne;++fe)se[fe-1]=H.slice(fe*oe,(fe+1)*oe);return se[ne-1]=H.slice(ne*oe),se}function p(H,oe,ne){for(var se=0,fe=0,ue=0,Te=0,Se=0,ke=ne.length,Ee=[],Ae=[];se<ke;++se)Ee[se]=Ae[se]=se,oe[se]=ne[se];for(;Se<Ae.length;++Se)se=Ae[Se],fe=H[se].L,ue=H[se].R,Te=H[se].C,Ee[se]===se&&(fe!==-1&&Ee[fe]!==fe&&(Ee[se]=Ee[fe]),ue!==-1&&Ee[ue]!==ue&&(Ee[se]=Ee[ue])),Te!==-1&&(Ee[Te]=se),fe!==-1&&se!=Ee[se]&&(Ee[fe]=Ee[se],Ae.lastIndexOf(fe)<Se&&Ae.push(fe)),ue!==-1&&se!=Ee[se]&&(Ee[ue]=Ee[se],Ae.lastIndexOf(ue)<Se&&Ae.push(ue));for(se=1;se<ke;++se)Ee[se]===se&&(ue!==-1&&Ee[ue]!==ue?Ee[se]=Ee[ue]:fe!==-1&&Ee[fe]!==fe&&(Ee[se]=Ee[fe]));for(se=1;se<ke;++se)if(H[se].type!==0){if(Se=se,Se!=Ee[Se])do Se=Ee[Se],oe[se]=oe[Se]+"/"+oe[se];while(Se!==0&&Ee[Se]!==-1&&Se!=Ee[Se]);Ee[se]=-1}for(oe[0]+="/",se=1;se<ke;++se)H[se].type!==2&&(oe[se]+="/")}function g(H,oe,ne){for(var se=H.start,fe=H.size,ue=[],Te=se;ne&&fe>0&&Te>=0;)ue.push(oe.slice(Te*S,Te*S+S)),fe-=S,Te=rr(ne,Te*4);return ue.length===0?Ot(0):$n(ue).slice(0,H.size)}function x(H,oe,ne,se,fe){var ue=M;if(H===M){if(oe!==0)throw new Error("DIFAT chain shorter than expected")}else if(H!==-1){var Te=ne[H],Se=(se>>>2)-1;if(!Te)return;for(var ke=0;ke<Se&&(ue=rr(Te,ke*4))!==M;++ke)fe.push(ue);x(rr(Te,se-4),oe-1,ne,se,fe)}}function _(H,oe,ne,se,fe){var ue=[],Te=[];fe||(fe=[]);var Se=se-1,ke=0,Ee=0;for(ke=oe;ke>=0;){fe[ke]=!0,ue[ue.length]=ke,Te.push(H[ke]);var Ae=ne[Math.floor(ke*4/se)];if(Ee=ke*4&Se,se<4+Ee)throw new Error("FAT boundary crossed: "+ke+" 4 "+se);if(!H[Ae])break;ke=rr(H[Ae],Ee)}return{nodes:ue,data:fc([Te])}}function b(H,oe,ne,se){var fe=H.length,ue=[],Te=[],Se=[],ke=[],Ee=se-1,Ae=0,We=0,Ve=0,Ze=0;for(Ae=0;Ae<fe;++Ae)if(Se=[],Ve=Ae+oe,Ve>=fe&&(Ve-=fe),!Te[Ve]){ke=[];var ze=[];for(We=Ve;We>=0;){ze[We]=!0,Te[We]=!0,Se[Se.length]=We,ke.push(H[We]);var Ge=ne[Math.floor(We*4/se)];if(Ze=We*4&Ee,se<4+Ze)throw new Error("FAT boundary crossed: "+We+" 4 "+se);if(!H[Ge]||(We=rr(H[Ge],Ze),ze[We]))break}ue[Ve]={nodes:Se,data:fc([ke])}}return ue}function m(H,oe,ne,se,fe,ue,Te,Se){for(var ke=0,Ee=se.length?2:0,Ae=oe[H].data,We=0,Ve=0,Ze;We<Ae.length;We+=128){var ze=Ae.slice(We,We+128);zt(ze,64),Ve=ze.read_shift(2),Ze=Va(ze,0,Ve-Ee),se.push(Ze);var Ge={name:Ze,type:ze.read_shift(1),color:ze.read_shift(1),L:ze.read_shift(4,"i"),R:ze.read_shift(4,"i"),C:ze.read_shift(4,"i"),clsid:ze.read_shift(16),state:ze.read_shift(4,"i"),start:0,size:0},nt=ze.read_shift(2)+ze.read_shift(2)+ze.read_shift(2)+ze.read_shift(2);nt!==0&&(Ge.ct=w(ze,ze.l-8));var mt=ze.read_shift(2)+ze.read_shift(2)+ze.read_shift(2)+ze.read_shift(2);mt!==0&&(Ge.mt=w(ze,ze.l-8)),Ge.start=ze.read_shift(4,"i"),Ge.size=ze.read_shift(4,"i"),Ge.size<0&&Ge.start<0&&(Ge.size=Ge.type=0,Ge.start=M,Ge.name=""),Ge.type===5?(ke=Ge.start,fe>0&&ke!==M&&(oe[ke].name="!StreamData")):Ge.size>=4096?(Ge.storage="fat",oe[Ge.start]===void 0&&(oe[Ge.start]=_(ne,Ge.start,oe.fat_addrs,oe.ssz)),oe[Ge.start].name=Ge.name,Ge.content=oe[Ge.start].data.slice(0,Ge.size)):(Ge.storage="minifat",Ge.size<0?Ge.size=0:ke!==M&&Ge.start!==M&&oe[ke]&&(Ge.content=g(Ge,oe[ke].data,(oe[Se]||{}).data))),Ge.content&&zt(Ge.content,0),ue[Ze]=Ge,Te.push(Ge)}}function w(H,oe){return new Date((ln(H,oe+4)/1e7*Math.pow(2,32)+ln(H,oe)/1e7-11644473600)*1e3)}function y(H,oe){return l(),o(f.readFileSync(H),oe)}function v(H,oe){var ne=oe&&oe.type;switch(ne||ht&&Buffer.isBuffer(H)&&(ne="buffer"),ne||"base64"){case"file":return y(H,oe);case"base64":return o(wn(hn(H)),oe);case"binary":return o(wn(H),oe)}return o(H,oe)}function D(H,oe){var ne=oe||{},se=ne.root||"Root Entry";if(H.FullPaths||(H.FullPaths=[]),H.FileIndex||(H.FileIndex=[]),H.FullPaths.length!==H.FileIndex.length)throw new Error("inconsistent CFB structure");H.FullPaths.length===0&&(H.FullPaths[0]=se+"/",H.FileIndex[0]={name:se,type:5}),ne.CLSID&&(H.FileIndex[0].clsid=ne.CLSID),E(H)}function E(H){var oe="Sh33tJ5";if(!dt.find(H,"/"+oe)){var ne=Ot(4);ne[0]=55,ne[1]=ne[3]=50,ne[2]=54,H.FileIndex.push({name:oe,type:2,content:ne,size:4,L:69,R:69,C:69}),H.FullPaths.push(H.FullPaths[0]+oe),I(H)}}function I(H,oe){D(H);for(var ne=!1,se=!1,fe=H.FullPaths.length-1;fe>=0;--fe){var ue=H.FileIndex[fe];switch(ue.type){case 0:se?ne=!0:(H.FileIndex.pop(),H.FullPaths.pop());break;case 1:case 2:case 5:se=!0,isNaN(ue.R*ue.L*ue.C)&&(ne=!0),ue.R>-1&&ue.L>-1&&ue.R==ue.L&&(ne=!0);break;default:ne=!0;break}}if(!(!ne&&!oe)){var Te=new Date(1987,1,19),Se=0,ke=Object.create?Object.create(null):{},Ee=[];for(fe=0;fe<H.FullPaths.length;++fe)ke[H.FullPaths[fe]]=!0,H.FileIndex[fe].type!==0&&Ee.push([H.FullPaths[fe],H.FileIndex[fe]]);for(fe=0;fe<Ee.length;++fe){var Ae=i(Ee[fe][0]);se=ke[Ae],se||(Ee.push([Ae,{name:r(Ae).replace("/",""),type:1,clsid:le,ct:Te,mt:Te,content:null}]),ke[Ae]=!0)}for(Ee.sort(function(Ze,ze){return t(Ze[0],ze[0])}),H.FullPaths=[],H.FileIndex=[],fe=0;fe<Ee.length;++fe)H.FullPaths[fe]=Ee[fe][0],H.FileIndex[fe]=Ee[fe][1];for(fe=0;fe<Ee.length;++fe){var We=H.FileIndex[fe],Ve=H.FullPaths[fe];if(We.name=r(Ve).replace("/",""),We.L=We.R=We.C=-(We.color=1),We.size=We.content?We.content.length:0,We.start=0,We.clsid=We.clsid||le,fe===0)We.C=Ee.length>1?1:-1,We.size=0,We.type=5;else if(Ve.slice(-1)=="/"){for(Se=fe+1;Se<Ee.length&&i(H.FullPaths[Se])!=Ve;++Se);for(We.C=Se>=Ee.length?-1:Se,Se=fe+1;Se<Ee.length&&i(H.FullPaths[Se])!=i(Ve);++Se);We.R=Se>=Ee.length?-1:Se,We.type=1}else i(H.FullPaths[fe+1]||"")==i(Ve)&&(We.R=fe+1),We.type=2}}}function U(H,oe){var ne=oe||{};if(ne.fileType=="mad")return je(H,ne);switch(I(H),ne.fileType){case"zip":return Je(H,ne)}var se=(function(Ze){for(var ze=0,Ge=0,nt=0;nt<Ze.FileIndex.length;++nt){var mt=Ze.FileIndex[nt];if(mt.content){var _t=mt.content.length;_t>0&&(_t<4096?ze+=_t+63>>6:Ge+=_t+511>>9)}}for(var At=Ze.FullPaths.length+3>>2,Ct=ze+7>>3,er=ze+127>>7,jn=Ct+Ge+At+er,On=jn+127>>7,Nr=On<=109?0:Math.ceil((On-109)/127);jn+On+Nr+127>>7>On;)Nr=++On<=109?0:Math.ceil((On-109)/127);var on=[1,Nr,On,er,At,Ge,ze,0];return Ze.FileIndex[0].size=ze<<6,on[7]=(Ze.FileIndex[0].start=on[0]+on[1]+on[2]+on[3]+on[4]+on[5])+(on[6]+7>>3),on})(H),fe=Ot(se[7]<<9),ue=0,Te=0;{for(ue=0;ue<8;++ue)fe.write_shift(1,Y[ue]);for(ue=0;ue<8;++ue)fe.write_shift(2,0);for(fe.write_shift(2,62),fe.write_shift(2,3),fe.write_shift(2,65534),fe.write_shift(2,9),fe.write_shift(2,6),ue=0;ue<3;++ue)fe.write_shift(2,0);for(fe.write_shift(4,0),fe.write_shift(4,se[2]),fe.write_shift(4,se[0]+se[1]+se[2]+se[3]-1),fe.write_shift(4,0),fe.write_shift(4,4096),fe.write_shift(4,se[3]?se[0]+se[1]+se[2]-1:M),fe.write_shift(4,se[3]),fe.write_shift(-4,se[1]?se[0]-1:M),fe.write_shift(4,se[1]),ue=0;ue<109;++ue)fe.write_shift(-4,ue<se[2]?se[1]+ue:-1)}if(se[1])for(Te=0;Te<se[1];++Te){for(;ue<236+Te*127;++ue)fe.write_shift(-4,ue<se[2]?se[1]+ue:-1);fe.write_shift(-4,Te===se[1]-1?M:Te+1)}var Se=function(Ze){for(Te+=Ze;ue<Te-1;++ue)fe.write_shift(-4,ue+1);Ze&&(++ue,fe.write_shift(-4,M))};for(Te=ue=0,Te+=se[1];ue<Te;++ue)fe.write_shift(-4,N.DIFSECT);for(Te+=se[2];ue<Te;++ue)fe.write_shift(-4,N.FATSECT);Se(se[3]),Se(se[4]);for(var ke=0,Ee=0,Ae=H.FileIndex[0];ke<H.FileIndex.length;++ke)Ae=H.FileIndex[ke],Ae.content&&(Ee=Ae.content.length,!(Ee<4096)&&(Ae.start=Te,Se(Ee+511>>9)));for(Se(se[6]+7>>3);fe.l&511;)fe.write_shift(-4,N.ENDOFCHAIN);for(Te=ue=0,ke=0;ke<H.FileIndex.length;++ke)Ae=H.FileIndex[ke],Ae.content&&(Ee=Ae.content.length,!(!Ee||Ee>=4096)&&(Ae.start=Te,Se(Ee+63>>6)));for(;fe.l&511;)fe.write_shift(-4,N.ENDOFCHAIN);for(ue=0;ue<se[4]<<2;++ue){var We=H.FullPaths[ue];if(!We||We.length===0){for(ke=0;ke<17;++ke)fe.write_shift(4,0);for(ke=0;ke<3;++ke)fe.write_shift(4,-1);for(ke=0;ke<12;++ke)fe.write_shift(4,0);continue}Ae=H.FileIndex[ue],ue===0&&(Ae.start=Ae.size?Ae.start-1:M);var Ve=ue===0&&ne.root||Ae.name;if(Ee=2*(Ve.length+1),fe.write_shift(64,Ve,"utf16le"),fe.write_shift(2,Ee),fe.write_shift(1,Ae.type),fe.write_shift(1,Ae.color),fe.write_shift(-4,Ae.L),fe.write_shift(-4,Ae.R),fe.write_shift(-4,Ae.C),Ae.clsid)fe.write_shift(16,Ae.clsid,"hex");else for(ke=0;ke<4;++ke)fe.write_shift(4,0);fe.write_shift(4,Ae.state||0),fe.write_shift(4,0),fe.write_shift(4,0),fe.write_shift(4,0),fe.write_shift(4,0),fe.write_shift(4,Ae.start),fe.write_shift(4,Ae.size),fe.write_shift(4,0)}for(ue=1;ue<H.FileIndex.length;++ue)if(Ae=H.FileIndex[ue],Ae.size>=4096)if(fe.l=Ae.start+1<<9,ht&&Buffer.isBuffer(Ae.content))Ae.content.copy(fe,fe.l,0,Ae.size),fe.l+=Ae.size+511&-512;else{for(ke=0;ke<Ae.size;++ke)fe.write_shift(1,Ae.content[ke]);for(;ke&511;++ke)fe.write_shift(1,0)}for(ue=1;ue<H.FileIndex.length;++ue)if(Ae=H.FileIndex[ue],Ae.size>0&&Ae.size<4096)if(ht&&Buffer.isBuffer(Ae.content))Ae.content.copy(fe,fe.l,0,Ae.size),fe.l+=Ae.size+63&-64;else{for(ke=0;ke<Ae.size;++ke)fe.write_shift(1,Ae.content[ke]);for(;ke&63;++ke)fe.write_shift(1,0)}if(ht)fe.l=fe.length;else for(;fe.l<fe.length;)fe.write_shift(1,0);return fe}function R(H,oe){var ne=H.FullPaths.map(function(ke){return ke.toUpperCase()}),se=ne.map(function(ke){var Ee=ke.split("/");return Ee[Ee.length-(ke.slice(-1)=="/"?2:1)]}),fe=!1;oe.charCodeAt(0)===47?(fe=!0,oe=ne[0].slice(0,-1)+oe):fe=oe.indexOf("/")!==-1;var ue=oe.toUpperCase(),Te=fe===!0?ne.indexOf(ue):se.indexOf(ue);if(Te!==-1)return H.FileIndex[Te];var Se=!ue.match(Xr);for(ue=ue.replace(tn,""),Se&&(ue=ue.replace(Xr,"!")),Te=0;Te<ne.length;++Te)if((Se?ne[Te].replace(Xr,"!"):ne[Te]).replace(tn,"")==ue||(Se?se[Te].replace(Xr,"!"):se[Te]).replace(tn,"")==ue)return H.FileIndex[Te];return null}var S=64,M=-2,L="d0cf11e0a1b11ae1",Y=[208,207,17,224,161,177,26,225],le="00000000000000000000000000000000",N={MAXREGSECT:-6,DIFSECT:-4,FATSECT:-3,ENDOFCHAIN:M,FREESECT:-1,HEADER_SIGNATURE:L,HEADER_MINOR_VERSION:"3e00",MAXREGSID:-6,NOSTREAM:-1,HEADER_CLSID:le,EntryTypes:["unknown","storage","stream","lockbytes","property","root"]};function ee(H,oe,ne){l();var se=U(H,ne);f.writeFileSync(oe,se)}function k(H){for(var oe=new Array(H.length),ne=0;ne<H.length;++ne)oe[ne]=String.fromCharCode(H[ne]);return oe.join("")}function ce(H,oe){var ne=U(H,oe);switch(oe&&oe.type||"buffer"){case"file":return l(),f.writeFileSync(oe.filename,ne),ne;case"binary":return typeof ne=="string"?ne:k(ne);case"base64":return Vs(typeof ne=="string"?ne:k(ne));case"buffer":if(ht)return Buffer.isBuffer(ne)?ne:hr(ne);case"array":return typeof ne=="string"?wn(ne):ne}return ne}var G;function O(H){try{var oe=H.InflateRaw,ne=new oe;if(ne._processChunk(new Uint8Array([3,0]),ne._finishFlushFlag),ne.bytesRead)G=H;else throw new Error("zlib does not expose bytesRead")}catch(se){console.error("cannot use native zlib: "+(se.message||se))}}function Z(H,oe){if(!G)return be(H,oe);var ne=G.InflateRaw,se=new ne,fe=se._processChunk(H.slice(H.l),se._finishFlushFlag);return H.l+=se.bytesRead,fe}function W(H){return G?G.deflateRawSync(H):q(H)}var K=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],z=[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],ie=[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];function De(H){var oe=(H<<1|H<<11)&139536|(H<<5|H<<15)&558144;return(oe>>16|oe>>8|oe)&255}for(var ae=typeof Uint8Array<"u",de=ae?new Uint8Array(256):[],Le=0;Le<256;++Le)de[Le]=De(Le);function te(H,oe){var ne=de[H&255];return oe<=8?ne>>>8-oe:(ne=ne<<8|de[H>>8&255],oe<=16?ne>>>16-oe:(ne=ne<<8|de[H>>16&255],ne>>>24-oe))}function Ie(H,oe){var ne=oe&7,se=oe>>>3;return(H[se]|(ne<=6?0:H[se+1]<<8))>>>ne&3}function Ne(H,oe){var ne=oe&7,se=oe>>>3;return(H[se]|(ne<=5?0:H[se+1]<<8))>>>ne&7}function Pe(H,oe){var ne=oe&7,se=oe>>>3;return(H[se]|(ne<=4?0:H[se+1]<<8))>>>ne&15}function Me(H,oe){var ne=oe&7,se=oe>>>3;return(H[se]|(ne<=3?0:H[se+1]<<8))>>>ne&31}function Oe(H,oe){var ne=oe&7,se=oe>>>3;return(H[se]|(ne<=1?0:H[se+1]<<8))>>>ne&127}function Qe(H,oe,ne){var se=oe&7,fe=oe>>>3,ue=(1<<ne)-1,Te=H[fe]>>>se;return ne<8-se||(Te|=H[fe+1]<<8-se,ne<16-se)||(Te|=H[fe+2]<<16-se,ne<24-se)||(Te|=H[fe+3]<<24-se),Te&ue}function C(H,oe,ne){var se=oe&7,fe=oe>>>3;return se<=5?H[fe]|=(ne&7)<<se:(H[fe]|=ne<<se&255,H[fe+1]=(ne&7)>>8-se),oe+3}function ve(H,oe,ne){var se=oe&7,fe=oe>>>3;return ne=(ne&1)<<se,H[fe]|=ne,oe+1}function ge(H,oe,ne){var se=oe&7,fe=oe>>>3;return ne<<=se,H[fe]|=ne&255,ne>>>=8,H[fe+1]=ne,oe+8}function re(H,oe,ne){var se=oe&7,fe=oe>>>3;return ne<<=se,H[fe]|=ne&255,ne>>>=8,H[fe+1]=ne&255,H[fe+2]=ne>>>8,oe+16}function A(H,oe){var ne=H.length,se=2*ne>oe?2*ne:oe+5,fe=0;if(ne>=oe)return H;if(ht){var ue=Gs(se);if(H.copy)H.copy(ue);else for(;fe<H.length;++fe)ue[fe]=H[fe];return ue}else if(ae){var Te=new Uint8Array(se);if(Te.set)Te.set(H);else for(;fe<ne;++fe)Te[fe]=H[fe];return Te}return H.length=se,H}function T(H){for(var oe=new Array(H),ne=0;ne<H;++ne)oe[ne]=0;return oe}function F(H,oe,ne){var se=1,fe=0,ue=0,Te=0,Se=0,ke=H.length,Ee=ae?new Uint16Array(32):T(32);for(ue=0;ue<32;++ue)Ee[ue]=0;for(ue=ke;ue<ne;++ue)H[ue]=0;ke=H.length;var Ae=ae?new Uint16Array(ke):T(ke);for(ue=0;ue<ke;++ue)Ee[fe=H[ue]]++,se<fe&&(se=fe),Ae[ue]=0;for(Ee[0]=0,ue=1;ue<=se;++ue)Ee[ue+16]=Se=Se+Ee[ue-1]<<1;for(ue=0;ue<ke;++ue)Se=H[ue],Se!=0&&(Ae[ue]=Ee[Se+16]++);var We=0;for(ue=0;ue<ke;++ue)if(We=H[ue],We!=0)for(Se=te(Ae[ue],se)>>se-We,Te=(1<<se+4-We)-1;Te>=0;--Te)oe[Se|Te<<We]=We&15|ue<<4;return se}var P=ae?new Uint16Array(512):T(512),V=ae?new Uint16Array(32):T(32);if(!ae){for(var pe=0;pe<512;++pe)P[pe]=0;for(pe=0;pe<32;++pe)V[pe]=0}(function(){for(var H=[],oe=0;oe<32;oe++)H.push(5);F(H,V,32);var ne=[];for(oe=0;oe<=143;oe++)ne.push(8);for(;oe<=255;oe++)ne.push(9);for(;oe<=279;oe++)ne.push(7);for(;oe<=287;oe++)ne.push(8);F(ne,P,288)})();var Q=(function(){for(var oe=ae?new Uint8Array(32768):[],ne=0,se=0;ne<ie.length-1;++ne)for(;se<ie[ne+1];++se)oe[se]=ne;for(;se<32768;++se)oe[se]=29;var fe=ae?new Uint8Array(259):[];for(ne=0,se=0;ne<z.length-1;++ne)for(;se<z[ne+1];++se)fe[se]=ne;function ue(Se,ke){for(var Ee=0;Ee<Se.length;){var Ae=Math.min(65535,Se.length-Ee),We=Ee+Ae==Se.length;for(ke.write_shift(1,+We),ke.write_shift(2,Ae),ke.write_shift(2,~Ae&65535);Ae-- >0;)ke[ke.l++]=Se[Ee++]}return ke.l}function Te(Se,ke){for(var Ee=0,Ae=0,We=ae?new Uint16Array(32768):[];Ae<Se.length;){var Ve=Math.min(65535,Se.length-Ae);if(Ve<10){for(Ee=C(ke,Ee,+(Ae+Ve==Se.length)),Ee&7&&(Ee+=8-(Ee&7)),ke.l=Ee/8|0,ke.write_shift(2,Ve),ke.write_shift(2,~Ve&65535);Ve-- >0;)ke[ke.l++]=Se[Ae++];Ee=ke.l*8;continue}Ee=C(ke,Ee,+(Ae+Ve==Se.length)+2);for(var Ze=0;Ve-- >0;){var ze=Se[Ae];Ze=(Ze<<5^ze)&32767;var Ge=-1,nt=0;if((Ge=We[Ze])&&(Ge|=Ae&-32768,Ge>Ae&&(Ge-=32768),Ge<Ae))for(;Se[Ge+nt]==Se[Ae+nt]&&nt<250;)++nt;if(nt>2){ze=fe[nt],ze<=22?Ee=ge(ke,Ee,de[ze+1]>>1)-1:(ge(ke,Ee,3),Ee+=5,ge(ke,Ee,de[ze-23]>>5),Ee+=3);var mt=ze<8?0:ze-4>>2;mt>0&&(re(ke,Ee,nt-z[ze]),Ee+=mt),ze=oe[Ae-Ge],Ee=ge(ke,Ee,de[ze]>>3),Ee-=3;var _t=ze<4?0:ze-2>>1;_t>0&&(re(ke,Ee,Ae-Ge-ie[ze]),Ee+=_t);for(var At=0;At<nt;++At)We[Ze]=Ae&32767,Ze=(Ze<<5^Se[Ae])&32767,++Ae;Ve-=nt-1}else ze<=143?ze=ze+48:Ee=ve(ke,Ee,1),Ee=ge(ke,Ee,de[ze]),We[Ze]=Ae&32767,++Ae}Ee=ge(ke,Ee,0)-1}return ke.l=(Ee+7)/8|0,ke.l}return function(ke,Ee){return ke.length<8?ue(ke,Ee):Te(ke,Ee)}})();function q(H){var oe=Ot(50+Math.floor(H.length*1.1)),ne=Q(H,oe);return oe.slice(0,ne)}var ye=ae?new Uint16Array(32768):T(32768),Fe=ae?new Uint16Array(32768):T(32768),Ue=ae?new Uint16Array(128):T(128),$e=1,qe=1;function Ye(H,oe){var ne=Me(H,oe)+257;oe+=5;var se=Me(H,oe)+1;oe+=5;var fe=Pe(H,oe)+4;oe+=4;for(var ue=0,Te=ae?new Uint8Array(19):T(19),Se=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],ke=1,Ee=ae?new Uint8Array(8):T(8),Ae=ae?new Uint8Array(8):T(8),We=Te.length,Ve=0;Ve<fe;++Ve)Te[K[Ve]]=ue=Ne(H,oe),ke<ue&&(ke=ue),Ee[ue]++,oe+=3;var Ze=0;for(Ee[0]=0,Ve=1;Ve<=ke;++Ve)Ae[Ve]=Ze=Ze+Ee[Ve-1]<<1;for(Ve=0;Ve<We;++Ve)(Ze=Te[Ve])!=0&&(Se[Ve]=Ae[Ze]++);var ze=0;for(Ve=0;Ve<We;++Ve)if(ze=Te[Ve],ze!=0){Ze=de[Se[Ve]]>>8-ze;for(var Ge=(1<<7-ze)-1;Ge>=0;--Ge)Ue[Ze|Ge<<ze]=ze&7|Ve<<3}var nt=[];for(ke=1;nt.length<ne+se;)switch(Ze=Ue[Oe(H,oe)],oe+=Ze&7,Ze>>>=3){case 16:for(ue=3+Ie(H,oe),oe+=2,Ze=nt[nt.length-1];ue-- >0;)nt.push(Ze);break;case 17:for(ue=3+Ne(H,oe),oe+=3;ue-- >0;)nt.push(0);break;case 18:for(ue=11+Oe(H,oe),oe+=7;ue-- >0;)nt.push(0);break;default:nt.push(Ze),ke<Ze&&(ke=Ze);break}var mt=nt.slice(0,ne),_t=nt.slice(ne);for(Ve=ne;Ve<286;++Ve)mt[Ve]=0;for(Ve=se;Ve<30;++Ve)_t[Ve]=0;return $e=F(mt,ye,286),qe=F(_t,Fe,30),oe}function at(H,oe){if(H[0]==3&&!(H[1]&3))return[Qn(oe),2];for(var ne=0,se=0,fe=Gs(oe||1<<18),ue=0,Te=fe.length>>>0,Se=0,ke=0;(se&1)==0;){if(se=Ne(H,ne),ne+=3,se>>>1)se>>1==1?(Se=9,ke=5):(ne=Ye(H,ne),Se=$e,ke=qe);else{ne&7&&(ne+=8-(ne&7));var Ee=H[ne>>>3]|H[(ne>>>3)+1]<<8;if(ne+=32,Ee>0)for(!oe&&Te<ue+Ee&&(fe=A(fe,ue+Ee),Te=fe.length);Ee-- >0;)fe[ue++]=H[ne>>>3],ne+=8;continue}for(;;){!oe&&Te<ue+32767&&(fe=A(fe,ue+32767),Te=fe.length);var Ae=Qe(H,ne,Se),We=se>>>1==1?P[Ae]:ye[Ae];if(ne+=We&15,We>>>=4,(We>>>8&255)===0)fe[ue++]=We;else{if(We==256)break;We-=257;var Ve=We<8?0:We-4>>2;Ve>5&&(Ve=0);var Ze=ue+z[We];Ve>0&&(Ze+=Qe(H,ne,Ve),ne+=Ve),Ae=Qe(H,ne,ke),We=se>>>1==1?V[Ae]:Fe[Ae],ne+=We&15,We>>>=4;var ze=We<4?0:We-2>>1,Ge=ie[We];for(ze>0&&(Ge+=Qe(H,ne,ze),ne+=ze),!oe&&Te<Ze&&(fe=A(fe,Ze+100),Te=fe.length);ue<Ze;)fe[ue]=fe[ue-Ge],++ue}}}return oe?[fe,ne+7>>>3]:[fe.slice(0,ue),ne+7>>>3]}function be(H,oe){var ne=H.slice(H.l||0),se=at(ne,oe);return H.l+=se[1],se[0]}function Be(H,oe){if(H)typeof console<"u"&&console.error(oe);else throw new Error(oe)}function Xe(H,oe){var ne=H;zt(ne,0);var se=[],fe=[],ue={FileIndex:se,FullPaths:fe};D(ue,{root:oe.root});for(var Te=ne.length-4;(ne[Te]!=80||ne[Te+1]!=75||ne[Te+2]!=5||ne[Te+3]!=6)&&Te>=0;)--Te;ne.l=Te+4,ne.l+=4;var Se=ne.read_shift(2);ne.l+=6;var ke=ne.read_shift(4);for(ne.l=ke,Te=0;Te<Se;++Te){ne.l+=20;var Ee=ne.read_shift(4),Ae=ne.read_shift(4),We=ne.read_shift(2),Ve=ne.read_shift(2),Ze=ne.read_shift(2);ne.l+=8;var ze=ne.read_shift(4),Ge=c(ne.slice(ne.l+We,ne.l+We+Ve));ne.l+=We+Ve+Ze;var nt=ne.l;ne.l=ze+4,Ke(ne,Ee,Ae,ue,Ge),ne.l=nt}return ue}function Ke(H,oe,ne,se,fe){H.l+=2;var ue=H.read_shift(2),Te=H.read_shift(2),Se=s(H);if(ue&8257)throw new Error("Unsupported ZIP encryption");for(var ke=H.read_shift(4),Ee=H.read_shift(4),Ae=H.read_shift(4),We=H.read_shift(2),Ve=H.read_shift(2),Ze="",ze=0;ze<We;++ze)Ze+=String.fromCharCode(H[H.l++]);if(Ve){var Ge=c(H.slice(H.l,H.l+Ve));(Ge[21589]||{}).mt&&(Se=Ge[21589].mt),((fe||{})[21589]||{}).mt&&(Se=fe[21589].mt)}H.l+=Ve;var nt=H.slice(H.l,H.l+Ee);switch(Te){case 8:nt=Z(H,Ae);break;case 0:break;default:throw new Error("Unsupported ZIP Compression method "+Te)}var mt=!1;ue&8&&(ke=H.read_shift(4),ke==134695760&&(ke=H.read_shift(4),mt=!0),Ee=H.read_shift(4),Ae=H.read_shift(4)),Ee!=oe&&Be(mt,"Bad compressed size: "+oe+" != "+Ee),Ae!=ne&&Be(mt,"Bad uncompressed size: "+ne+" != "+Ae),ut(se,Ze,nt,{unsafe:!0,mt:Se})}function Je(H,oe){var ne=oe||{},se=[],fe=[],ue=Ot(1),Te=ne.compression?8:0,Se=0,ke=0,Ee=0,Ae=0,We=0,Ve=H.FullPaths[0],Ze=Ve,ze=H.FileIndex[0],Ge=[],nt=0;for(ke=1;ke<H.FullPaths.length;++ke)if(Ze=H.FullPaths[ke].slice(Ve.length),ze=H.FileIndex[ke],!(!ze.size||!ze.content||Ze=="Sh33tJ5")){var mt=Ae,_t=Ot(Ze.length);for(Ee=0;Ee<Ze.length;++Ee)_t.write_shift(1,Ze.charCodeAt(Ee)&127);_t=_t.slice(0,_t.l),Ge[We]=Xu.buf(ze.content,0);var At=ze.content;Te==8&&(At=W(At)),ue=Ot(30),ue.write_shift(4,67324752),ue.write_shift(2,20),ue.write_shift(2,Se),ue.write_shift(2,Te),ze.mt?a(ue,ze.mt):ue.write_shift(4,0),ue.write_shift(-4,Ge[We]),ue.write_shift(4,At.length),ue.write_shift(4,ze.content.length),ue.write_shift(2,_t.length),ue.write_shift(2,0),Ae+=ue.length,se.push(ue),Ae+=_t.length,se.push(_t),Ae+=At.length,se.push(At),ue=Ot(46),ue.write_shift(4,33639248),ue.write_shift(2,0),ue.write_shift(2,20),ue.write_shift(2,Se),ue.write_shift(2,Te),ue.write_shift(4,0),ue.write_shift(-4,Ge[We]),ue.write_shift(4,At.length),ue.write_shift(4,ze.content.length),ue.write_shift(2,_t.length),ue.write_shift(2,0),ue.write_shift(2,0),ue.write_shift(2,0),ue.write_shift(2,0),ue.write_shift(4,0),ue.write_shift(4,mt),nt+=ue.l,fe.push(ue),nt+=_t.length,fe.push(_t),++We}return ue=Ot(22),ue.write_shift(4,101010256),ue.write_shift(2,0),ue.write_shift(2,0),ue.write_shift(2,We),ue.write_shift(2,We),ue.write_shift(4,nt),ue.write_shift(4,Ae),ue.write_shift(2,0),$n([$n(se),$n(fe),ue])}var ct={htm:"text/html",xml:"text/xml",gif:"image/gif",jpg:"image/jpeg",png:"image/png",mso:"application/x-mso",thmx:"application/vnd.ms-officetheme",sh33tj5:"application/octet-stream"};function xt(H,oe){if(H.ctype)return H.ctype;var ne=H.name||"",se=ne.match(/\.([^\.]+)$/);return se&&ct[se[1]]||oe&&(se=(ne=oe).match(/[\.\\]([^\.\\])+$/),se&&ct[se[1]])?ct[se[1]]:"application/octet-stream"}function Et(H){for(var oe=Vs(H),ne=[],se=0;se<oe.length;se+=76)ne.push(oe.slice(se,se+76));return ne.join(`\r
|
|
2
|
+
`)+`\r
|
|
3
|
+
`}function j(H){var oe=H.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7E-\xFF=]/g,function(Ee){var Ae=Ee.charCodeAt(0).toString(16).toUpperCase();return"="+(Ae.length==1?"0"+Ae:Ae)});oe=oe.replace(/ $/mg,"=20").replace(/\t$/mg,"=09"),oe.charAt(0)==`
|
|
4
|
+
`&&(oe="=0D"+oe.slice(1)),oe=oe.replace(/\r(?!\n)/mg,"=0D").replace(/\n\n/mg,`
|
|
5
|
+
=0A`).replace(/([^\r\n])\n/mg,"$1=0A");for(var ne=[],se=oe.split(`\r
|
|
6
|
+
`),fe=0;fe<se.length;++fe){var ue=se[fe];if(ue.length==0){ne.push("");continue}for(var Te=0;Te<ue.length;){var Se=76,ke=ue.slice(Te,Te+Se);ke.charAt(Se-1)=="="?Se--:ke.charAt(Se-2)=="="?Se-=2:ke.charAt(Se-3)=="="&&(Se-=3),ke=ue.slice(Te,Te+Se),Te+=Se,Te<ue.length&&(ke+="="),ne.push(ke)}}return ne.join(`\r
|
|
7
|
+
`)}function J(H){for(var oe=[],ne=0;ne<H.length;++ne){for(var se=H[ne];ne<=H.length&&se.charAt(se.length-1)=="=";)se=se.slice(0,se.length-1)+H[++ne];oe.push(se)}for(var fe=0;fe<oe.length;++fe)oe[fe]=oe[fe].replace(/[=][0-9A-Fa-f]{2}/g,function(ue){return String.fromCharCode(parseInt(ue.slice(1),16))});return wn(oe.join(`\r
|
|
8
|
+
`))}function me(H,oe,ne){for(var se="",fe="",ue="",Te,Se=0;Se<10;++Se){var ke=oe[Se];if(!ke||ke.match(/^\s*$/))break;var Ee=ke.match(/^(.*?):\s*([^\s].*)$/);if(Ee)switch(Ee[1].toLowerCase()){case"content-location":se=Ee[2].trim();break;case"content-type":ue=Ee[2].trim();break;case"content-transfer-encoding":fe=Ee[2].trim();break}}switch(++Se,fe.toLowerCase()){case"base64":Te=wn(hn(oe.slice(Se).join("")));break;case"quoted-printable":Te=J(oe.slice(Se));break;default:throw new Error("Unsupported Content-Transfer-Encoding "+fe)}var Ae=ut(H,se.slice(ne.length),Te,{unsafe:!0});ue&&(Ae.ctype=ue)}function Ce(H,oe){if(k(H.slice(0,13)).toLowerCase()!="mime-version:")throw new Error("Unsupported MAD header");var ne=oe&&oe.root||"",se=(ht&&Buffer.isBuffer(H)?H.toString("binary"):k(H)).split(`\r
|
|
9
|
+
`),fe=0,ue="";for(fe=0;fe<se.length;++fe)if(ue=se[fe],!!/^Content-Location:/i.test(ue)&&(ue=ue.slice(ue.indexOf("file")),ne||(ne=ue.slice(0,ue.lastIndexOf("/")+1)),ue.slice(0,ne.length)!=ne))for(;ne.length>0&&(ne=ne.slice(0,ne.length-1),ne=ne.slice(0,ne.lastIndexOf("/")+1),ue.slice(0,ne.length)!=ne););var Te=(se[1]||"").match(/boundary="(.*?)"/);if(!Te)throw new Error("MAD cannot find boundary");var Se="--"+(Te[1]||""),ke=[],Ee=[],Ae={FileIndex:ke,FullPaths:Ee};D(Ae);var We,Ve=0;for(fe=0;fe<se.length;++fe){var Ze=se[fe];Ze!==Se&&Ze!==Se+"--"||(Ve++&&me(Ae,se.slice(We,fe),ne),We=fe)}return Ae}function je(H,oe){var ne=oe||{},se=ne.boundary||"SheetJS";se="------="+se;for(var fe=["MIME-Version: 1.0",'Content-Type: multipart/related; boundary="'+se.slice(2)+'"',"","",""],ue=H.FullPaths[0],Te=ue,Se=H.FileIndex[0],ke=1;ke<H.FullPaths.length;++ke)if(Te=H.FullPaths[ke].slice(ue.length),Se=H.FileIndex[ke],!(!Se.size||!Se.content||Te=="Sh33tJ5")){Te=Te.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7E-\xFF]/g,function(nt){return"_x"+nt.charCodeAt(0).toString(16)+"_"}).replace(/[\u0080-\uFFFF]/g,function(nt){return"_u"+nt.charCodeAt(0).toString(16)+"_"});for(var Ee=Se.content,Ae=ht&&Buffer.isBuffer(Ee)?Ee.toString("binary"):k(Ee),We=0,Ve=Math.min(1024,Ae.length),Ze=0,ze=0;ze<=Ve;++ze)(Ze=Ae.charCodeAt(ze))>=32&&Ze<128&&++We;var Ge=We>=Ve*4/5;fe.push(se),fe.push("Content-Location: "+(ne.root||"file:///C:/SheetJS/")+Te),fe.push("Content-Transfer-Encoding: "+(Ge?"quoted-printable":"base64")),fe.push("Content-Type: "+xt(Se,Te)),fe.push(""),fe.push(Ge?j(Ae):Et(Ae))}return fe.push(se+`--\r
|
|
10
|
+
`),fe.join(`\r
|
|
11
|
+
`)}function et(H){var oe={};return D(oe,H),oe}function ut(H,oe,ne,se){var fe=se&&se.unsafe;fe||D(H);var ue=!fe&&dt.find(H,oe);if(!ue){var Te=H.FullPaths[0];oe.slice(0,Te.length)==Te?Te=oe:(Te.slice(-1)!="/"&&(Te+="/"),Te=(Te+oe).replace("//","/")),ue={name:r(oe),type:2},H.FileIndex.push(ue),H.FullPaths.push(Te),fe||dt.utils.cfb_gc(H)}return ue.content=ne,ue.size=ne?ne.length:0,se&&(se.CLSID&&(ue.clsid=se.CLSID),se.mt&&(ue.mt=se.mt),se.ct&&(ue.ct=se.ct)),ue}function Lt(H,oe){D(H);var ne=dt.find(H,oe);if(ne){for(var se=0;se<H.FileIndex.length;++se)if(H.FileIndex[se]==ne)return H.FileIndex.splice(se,1),H.FullPaths.splice(se,1),!0}return!1}function rn(H,oe,ne){D(H);var se=dt.find(H,oe);if(se){for(var fe=0;fe<H.FileIndex.length;++fe)if(H.FileIndex[fe]==se)return H.FileIndex[fe].name=r(ne),H.FullPaths[fe]=ne,!0}return!1}function an(H){I(H,!0)}return n.find=R,n.read=v,n.parse=o,n.write=ce,n.writeFile=ee,n.utils={cfb_new:et,cfb_add:ut,cfb_del:Lt,cfb_mov:rn,cfb_gc:an,ReadShift:Vr,CheckField:Mo,prep_blob:zt,bconcat:$n,use_zlib:O,_deflateRaw:q,_inflateRaw:be,consts:N},n})();function ju(e){if(typeof Deno<"u")return Deno.readFileSync(e);if(typeof $<"u"&&typeof File<"u"&&typeof Folder<"u")try{var n=File(e);n.open("r"),n.encoding="binary";var t=n.read();return n.close(),t}catch(i){if(!i.message||!i.message.match(/onstruct/))throw i}throw new Error("Cannot access file "+e)}function Sn(e){for(var n=Object.keys(e),t=[],i=0;i<n.length;++i)Object.prototype.hasOwnProperty.call(e,n[i])&&t.push(n[i]);return t}function za(e){for(var n=[],t=Sn(e),i=0;i!==t.length;++i)n[e[t[i]]]=t[i];return n}var Bi=new Date(1899,11,30,0,0,0);function nn(e,n){var t=e.getTime(),i=Bi.getTime()+(e.getTimezoneOffset()-Bi.getTimezoneOffset())*6e4;return(t-i)/(1440*60*1e3)}var mo=new Date,Hu=Bi.getTime()+(mo.getTimezoneOffset()-Bi.getTimezoneOffset())*6e4,ec=mo.getTimezoneOffset();function $i(e){var n=new Date;return n.setTime(e*24*60*60*1e3+Hu),n.getTimezoneOffset()!==ec&&n.setTime(n.getTime()+(n.getTimezoneOffset()-ec)*6e4),n}function Vu(e){var n=0,t=0,i=!1,r=e.match(/P([0-9\.]+Y)?([0-9\.]+M)?([0-9\.]+D)?T([0-9\.]+H)?([0-9\.]+M)?([0-9\.]+S)?/);if(!r)throw new Error("|"+e+"| is not an ISO8601 Duration");for(var a=1;a!=r.length;++a)if(r[a]){switch(t=1,a>3&&(i=!0),r[a].slice(r[a].length-1)){case"Y":throw new Error("Unsupported ISO Duration Field: "+r[a].slice(r[a].length-1));case"D":t*=24;case"H":t*=60;case"M":if(i)t*=60;else throw new Error("Unsupported ISO Duration Field: M")}n+=t*parseInt(r[a],10)}return n}var tc=new Date("2017-02-19T19:06:09.000Z"),vo=isNaN(tc.getFullYear())?new Date("2/19/17"):tc,Gu=vo.getFullYear()==2017;function Pt(e,n){var t=new Date(e);if(Gu)return n>0?t.setTime(t.getTime()+t.getTimezoneOffset()*60*1e3):n<0&&t.setTime(t.getTime()-t.getTimezoneOffset()*60*1e3),t;if(e instanceof Date)return e;if(vo.getFullYear()==1917&&!isNaN(t.getFullYear())){var i=t.getFullYear();return e.indexOf(""+i)>-1||t.setFullYear(t.getFullYear()+100),t}var r=e.match(/\d+/g)||["2017","2","19","0","0","0"],a=new Date(+r[0],+r[1]-1,+r[2],+r[3]||0,+r[4]||0,+r[5]||0);return e.indexOf("Z")>-1&&(a=new Date(a.getTime()-a.getTimezoneOffset()*60*1e3)),a}function fr(e,n){if(ht&&Buffer.isBuffer(e)){if(n){if(e[0]==255&&e[1]==254)return Hr(e.slice(2).toString("utf16le"));if(e[1]==254&&e[2]==255)return Hr(ro(e.slice(2).toString("binary")))}return e.toString("binary")}if(typeof TextDecoder<"u")try{if(n){if(e[0]==255&&e[1]==254)return Hr(new TextDecoder("utf-16le").decode(e.slice(2)));if(e[0]==254&&e[1]==255)return Hr(new TextDecoder("utf-16be").decode(e.slice(2)))}var t={"€":"","‚":"",ƒ:"","„":"","…":"
","†":"","‡":"","ˆ":"","‰":"",Š:"","‹":"",Œ:"",Ž:"","‘":"","’":"","“":"","”":"","•":"","–":"","—":"","˜":"","™":"",š:"","›":"",œ:"",ž:"",Ÿ:""};return Array.isArray(e)&&(e=new Uint8Array(e)),new TextDecoder("latin1").decode(e).replace(/[€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ]/g,function(a){return t[a]||a})}catch{}for(var i=[],r=0;r!=e.length;++r)i.push(String.fromCharCode(e[r]));return i.join("")}function Xt(e){if(typeof JSON<"u"&&!Array.isArray(e))return JSON.parse(JSON.stringify(e));if(typeof e!="object"||e==null)return e;if(e instanceof Date)return new Date(e.getTime());var n={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=Xt(e[t]));return n}function kt(e,n){for(var t="";t.length<n;)t+=e;return t}function kn(e){var n=Number(e);if(!isNaN(n))return isFinite(n)?n:NaN;if(!/\d/.test(e))return n;var t=1,i=e.replace(/([\d]),([\d])/g,"$1$2").replace(/[$]/g,"").replace(/[%]/g,function(){return t*=100,""});return!isNaN(n=Number(i))||(i=i.replace(/[(](.*)[)]/,function(r,a){return t=-t,a}),!isNaN(n=Number(i)))?n/t:n}var $u=["january","february","march","april","may","june","july","august","september","october","november","december"];function Ur(e){var n=new Date(e),t=new Date(NaN),i=n.getYear(),r=n.getMonth(),a=n.getDate();if(isNaN(a))return t;var s=e.toLowerCase();if(s.match(/jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec/)){if(s=s.replace(/[^a-z]/g,"").replace(/([^a-z]|^)[ap]m?([^a-z]|$)/,""),s.length>3&&$u.indexOf(s)==-1)return t}else if(s.match(/[a-z]/))return t;return i<0||i>8099?t:(r>0||a>1)&&i!=101?n:e.match(/[^-0-9:,\/\\]/)?t:n}var Yu=(function(){var e="abacaba".split(/(:?b)/i).length==5;return function(t,i,r){if(e||typeof i=="string")return t.split(i);for(var a=t.split(i),s=[a[0]],c=1;c<a.length;++c)s.push(r),s.push(a[c]);return s}})();function yo(e){return e?e.content&&e.type?fr(e.content,!0):e.data?zr(e.data):e.asNodeBuffer&&ht?zr(e.asNodeBuffer().toString("binary")):e.asBinary?zr(e.asBinary()):e._data&&e._data.getContent?zr(fr(Array.prototype.slice.call(e._data.getContent(),0))):null:null}function bo(e){if(!e)return null;if(e.data)return js(e.data);if(e.asNodeBuffer&&ht)return e.asNodeBuffer();if(e._data&&e._data.getContent){var n=e._data.getContent();return typeof n=="string"?js(n):Array.prototype.slice.call(n)}return e.content&&e.type?e.content:null}function Ku(e){return e&&e.name.slice(-4)===".bin"?bo(e):yo(e)}function gn(e,n){for(var t=e.FullPaths||Sn(e.files),i=n.toLowerCase().replace(/[\/]/g,"\\"),r=i.replace(/\\/g,"/"),a=0;a<t.length;++a){var s=t[a].replace(/^Root Entry[\/]/,"").toLowerCase();if(i==s||r==s)return e.files?e.files[t[a]]:e.FileIndex[a]}return null}function Xa(e,n){var t=gn(e,n);if(t==null)throw new Error("Cannot find file "+n+" in zip");return t}function It(e,n,t){if(!t)return Ku(Xa(e,n));if(!n)return null;try{return It(e,n)}catch{return null}}function un(e,n,t){if(!t)return yo(Xa(e,n));if(!n)return null;try{return un(e,n)}catch{return null}}function Zu(e,n,t){return bo(Xa(e,n))}function nc(e){for(var n=e.FullPaths||Sn(e.files),t=[],i=0;i<n.length;++i)n[i].slice(-1)!="/"&&t.push(n[i].replace(/^Root Entry[\/]/,""));return t.sort()}function Qu(e,n,t){if(e.FullPaths){if(typeof t=="string"){var i;return ht?i=hr(t):i=xu(t),dt.utils.cfb_add(e,n,i)}dt.utils.cfb_add(e,n,t)}else e.file(n,t)}function _o(e,n){switch(n.type){case"base64":return dt.read(e,{type:"base64"});case"binary":return dt.read(e,{type:"binary"});case"buffer":case"array":return dt.read(e,{type:"buffer"})}throw new Error("Unrecognized type "+n.type)}function jr(e,n){if(e.charAt(0)=="/")return e.slice(1);var t=n.split("/");n.slice(-1)!="/"&&t.pop();for(var i=e.split("/");i.length!==0;){var r=i.shift();r===".."?t.pop():r!=="."&&t.push(r)}return t.join("/")}var wo=`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
|
|
12
|
+
`,Ju=/([^"\s?>\/]+)\s*=\s*((?:")([^"]*)(?:")|(?:')([^']*)(?:')|([^'">\s]+))/g,rc=/<[\/\?]?[a-zA-Z0-9:_-]+(?:\s+[^"\s?>\/]+\s*=\s*(?:"[^"]*"|'[^']*'|[^'">\s=]+))*\s*[\/\?]?>/mg,qu=/<[^>]*>/g,Zt=wo.match(rc)?rc:qu,e0=/<\w*:/,t0=/<(\/?)\w+:/;function tt(e,n,t){for(var i={},r=0,a=0;r!==e.length&&!((a=e.charCodeAt(r))===32||a===10||a===13);++r);if(n||(i[0]=e.slice(0,r)),r===e.length)return i;var s=e.match(Ju),c=0,f="",l=0,o="",h="",u=1;if(s)for(l=0;l!=s.length;++l){for(h=s[l],a=0;a!=h.length&&h.charCodeAt(a)!==61;++a);for(o=h.slice(0,a).trim();h.charCodeAt(a+1)==32;)++a;for(u=(r=h.charCodeAt(a+1))==34||r==39?1:0,f=h.slice(a+1+u,h.length-u),c=0;c!=o.length&&o.charCodeAt(c)!==58;++c);if(c===o.length)o.indexOf("_")>0&&(o=o.slice(0,o.indexOf("_"))),i[o]=f,i[o.toLowerCase()]=f;else{var d=(c===5&&o.slice(0,5)==="xmlns"?"xmlns":"")+o.slice(c+1);if(i[d]&&o.slice(c-3,c)=="ext")continue;i[d]=f,i[d.toLowerCase()]=f}}return i}function In(e){return e.replace(t0,"<$1")}var Do={""":'"',"'":"'",">":">","<":"<","&":"&"},n0=za(Do),gt=(function(){var e=/&(?:quot|apos|gt|lt|amp|#x?([\da-fA-F]+));/ig,n=/_x([\da-fA-F]{4})_/ig;return function t(i){var r=i+"",a=r.indexOf("<![CDATA[");if(a==-1)return r.replace(e,function(c,f){return Do[c]||String.fromCharCode(parseInt(f,c.indexOf("x")>-1?16:10))||c}).replace(n,function(c,f){return String.fromCharCode(parseInt(f,16))});var s=r.indexOf("]]>");return t(r.slice(0,a))+r.slice(a+9,s)+t(r.slice(s+3))}})(),r0=/[&<>'"]/g,i0=/[\u0000-\u001f]/g;function ja(e){var n=e+"";return n.replace(r0,function(t){return n0[t]}).replace(/\n/g,"<br/>").replace(i0,function(t){return"&#x"+("000"+t.charCodeAt(0).toString(16)).slice(-4)+";"})}var ic=(function(){var e=/&#(\d+);/g;function n(t,i){return String.fromCharCode(parseInt(i,10))}return function(i){return i.replace(e,n)}})();function Tt(e){switch(e){case 1:case!0:case"1":case"true":case"TRUE":return!0;default:return!1}}function la(e){for(var n="",t=0,i=0,r=0,a=0,s=0,c=0;t<e.length;){if(i=e.charCodeAt(t++),i<128){n+=String.fromCharCode(i);continue}if(r=e.charCodeAt(t++),i>191&&i<224){s=(i&31)<<6,s|=r&63,n+=String.fromCharCode(s);continue}if(a=e.charCodeAt(t++),i<240){n+=String.fromCharCode((i&15)<<12|(r&63)<<6|a&63);continue}s=e.charCodeAt(t++),c=((i&7)<<18|(r&63)<<12|(a&63)<<6|s&63)-65536,n+=String.fromCharCode(55296+(c>>>10&1023)),n+=String.fromCharCode(56320+(c&1023))}return n}function ac(e){var n=Qn(2*e.length),t,i,r=1,a=0,s=0,c;for(i=0;i<e.length;i+=r)r=1,(c=e.charCodeAt(i))<128?t=c:c<224?(t=(c&31)*64+(e.charCodeAt(i+1)&63),r=2):c<240?(t=(c&15)*4096+(e.charCodeAt(i+1)&63)*64+(e.charCodeAt(i+2)&63),r=3):(r=4,t=(c&7)*262144+(e.charCodeAt(i+1)&63)*4096+(e.charCodeAt(i+2)&63)*64+(e.charCodeAt(i+3)&63),t-=65536,s=55296+(t>>>10&1023),t=56320+(t&1023)),s!==0&&(n[a++]=s&255,n[a++]=s>>>8,s=0),n[a++]=t%256,n[a++]=t>>>8;return n.slice(0,a).toString("ucs2")}function sc(e){return hr(e,"binary").toString("utf8")}var wi="foo bar bazâð£",wt=ht&&(sc(wi)==la(wi)&&sc||ac(wi)==la(wi)&&ac)||la,Hr=ht?function(e){return hr(e,"utf8").toString("binary")}:function(e){for(var n=[],t=0,i=0,r=0;t<e.length;)switch(i=e.charCodeAt(t++),!0){case i<128:n.push(String.fromCharCode(i));break;case i<2048:n.push(String.fromCharCode(192+(i>>6))),n.push(String.fromCharCode(128+(i&63)));break;case(i>=55296&&i<57344):i-=55296,r=e.charCodeAt(t++)-56320+(i<<10),n.push(String.fromCharCode(240+(r>>18&7))),n.push(String.fromCharCode(144+(r>>12&63))),n.push(String.fromCharCode(128+(r>>6&63))),n.push(String.fromCharCode(128+(r&63)));break;default:n.push(String.fromCharCode(224+(i>>12))),n.push(String.fromCharCode(128+(i>>6&63))),n.push(String.fromCharCode(128+(i&63)))}return n.join("")},ii=(function(){var e={};return function(t,i){var r=t+"|"+(i||"");return e[r]?e[r]:e[r]=new RegExp("<(?:\\w+:)?"+t+'(?: xml:space="preserve")?(?:[^>]*)>([\\s\\S]*?)</(?:\\w+:)?'+t+">",i||"")}})(),To=(function(){var e=[["nbsp"," "],["middot","·"],["quot",'"'],["apos","'"],["gt",">"],["lt","<"],["amp","&"]].map(function(n){return[new RegExp("&"+n[0]+";","ig"),n[1]]});return function(t){for(var i=t.replace(/^[\t\n\r ]+/,"").replace(/[\t\n\r ]+$/,"").replace(/>\s+/g,">").replace(/\s+</g,"<").replace(/[\t\n\r ]+/g," ").replace(/<\s*[bB][rR]\s*\/?>/g,`
|
|
13
|
+
`).replace(/<[^>]*>/g,""),r=0;r<e.length;++r)i=i.replace(e[r][0],e[r][1]);return i}})(),a0=(function(){var e={};return function(t){return e[t]!==void 0?e[t]:e[t]=new RegExp("<(?:vt:)?"+t+">([\\s\\S]*?)</(?:vt:)?"+t+">","g")}})(),s0=/<\/?(?:vt:)?variant>/g,c0=/<(?:vt:)([^>]*)>([\s\S]*)</;function cc(e,n){var t=tt(e),i=e.match(a0(t.baseType))||[],r=[];if(i.length!=t.size){if(n.WTF)throw new Error("unexpected vector length "+i.length+" != "+t.size);return r}return i.forEach(function(a){var s=a.replace(s0,"").match(c0);s&&r.push({v:wt(s[2]),t:s[1]})}),r}var o0=/(^\s|\s$|\n)/;function f0(e){return Sn(e).map(function(n){return" "+n+'="'+e[n]+'"'}).join("")}function l0(e,n,t){return"<"+e+(t!=null?f0(t):"")+(n!=null?(n.match(o0)?' xml:space="preserve"':"")+">"+n+"</"+e:"/")+">"}function Ha(e){if(ht&&Buffer.isBuffer(e))return e.toString("utf8");if(typeof e=="string")return e;if(typeof Uint8Array<"u"&&e instanceof Uint8Array)return wt(dr(Ma(e)));throw new Error("Bad input format: expected Buffer or string")}var ai=/<(\/?)([^\s?><!\/:]*:|)([^\s?<>:\/]+)(?:[\s?:\/][^>]*)?>/mg,u0={CT:"http://schemas.openxmlformats.org/package/2006/content-types"},h0=["http://schemas.openxmlformats.org/spreadsheetml/2006/main","http://purl.oclc.org/ooxml/spreadsheetml/main","http://schemas.microsoft.com/office/excel/2006/main","http://schemas.microsoft.com/office/excel/2006/2"];function d0(e,n){for(var t=1-2*(e[n+7]>>>7),i=((e[n+7]&127)<<4)+(e[n+6]>>>4&15),r=e[n+6]&15,a=5;a>=0;--a)r=r*256+e[n+a];return i==2047?r==0?t*(1/0):NaN:(i==0?i=-1022:(i-=1023,r+=Math.pow(2,52)),t*Math.pow(2,i-52)*r)}function p0(e,n,t){var i=(n<0||1/n==-1/0?1:0)<<7,r=0,a=0,s=i?-n:n;isFinite(s)?s==0?r=a=0:(r=Math.floor(Math.log(s)/Math.LN2),a=s*Math.pow(2,52-r),r<=-1023&&(!isFinite(a)||a<Math.pow(2,52))?r=-1022:(a-=Math.pow(2,52),r+=1023)):(r=2047,a=isNaN(n)?26985:0);for(var c=0;c<=5;++c,a/=256)e[t+c]=a&255;e[t+6]=(r&15)<<4|a&15,e[t+7]=r>>4|i}var oc=function(e){for(var n=[],t=10240,i=0;i<e[0].length;++i)if(e[0][i])for(var r=0,a=e[0][i].length;r<a;r+=t)n.push.apply(n,e[0][i].slice(r,r+t));return n},fc=ht?function(e){return e[0].length>0&&Buffer.isBuffer(e[0][0])?Buffer.concat(e[0].map(function(n){return Buffer.isBuffer(n)?n:hr(n)})):oc(e)}:oc,lc=function(e,n,t){for(var i=[],r=n;r<t;r+=2)i.push(String.fromCharCode(Mn(e,r)));return i.join("").replace(tn,"")},Va=ht?function(e,n,t){return Buffer.isBuffer(e)?e.toString("utf16le",n,t).replace(tn,""):lc(e,n,t)}:lc,uc=function(e,n,t){for(var i=[],r=n;r<n+t;++r)i.push(("0"+e[r].toString(16)).slice(-2));return i.join("")},Eo=ht?function(e,n,t){return Buffer.isBuffer(e)?e.toString("hex",n,n+t):uc(e,n,t)}:uc,hc=function(e,n,t){for(var i=[],r=n;r<t;r++)i.push(String.fromCharCode(wr(e,r)));return i.join("")},ui=ht?function(n,t,i){return Buffer.isBuffer(n)?n.toString("utf8",t,i):hc(n,t,i)}:hc,ko=function(e,n){var t=ln(e,n);return t>0?ui(e,n+4,n+4+t-1):""},Fo=ko,Uo=function(e,n){var t=ln(e,n);return t>0?ui(e,n+4,n+4+t-1):""},Ao=Uo,Co=function(e,n){var t=2*ln(e,n);return t>0?ui(e,n+4,n+4+t-1):""},So=Co,Io=function(n,t){var i=ln(n,t);return i>0?Va(n,t+4,t+4+i):""},Ro=Io,Oo=function(e,n){var t=ln(e,n);return t>0?ui(e,n+4,n+4+t):""},No=Oo,Bo=function(e,n){return d0(e,n)},Li=Bo,Lo=function(n){return Array.isArray(n)||typeof Uint8Array<"u"&&n instanceof Uint8Array};ht&&(Fo=function(n,t){if(!Buffer.isBuffer(n))return ko(n,t);var i=n.readUInt32LE(t);return i>0?n.toString("utf8",t+4,t+4+i-1):""},Ao=function(n,t){if(!Buffer.isBuffer(n))return Uo(n,t);var i=n.readUInt32LE(t);return i>0?n.toString("utf8",t+4,t+4+i-1):""},So=function(n,t){if(!Buffer.isBuffer(n))return Co(n,t);var i=2*n.readUInt32LE(t);return n.toString("utf16le",t+4,t+4+i-1)},Ro=function(n,t){if(!Buffer.isBuffer(n))return Io(n,t);var i=n.readUInt32LE(t);return n.toString("utf16le",t+4,t+4+i)},No=function(n,t){if(!Buffer.isBuffer(n))return Oo(n,t);var i=n.readUInt32LE(t);return n.toString("utf8",t+4,t+4+i)},Li=function(n,t){return Buffer.isBuffer(n)?n.readDoubleLE(t):Bo(n,t)},Lo=function(n){return Buffer.isBuffer(n)||Array.isArray(n)||typeof Uint8Array<"u"&&n instanceof Uint8Array});var wr=function(e,n){return e[n]},Mn=function(e,n){return e[n+1]*256+e[n]},g0=function(e,n){var t=e[n+1]*256+e[n];return t<32768?t:(65535-t+1)*-1},ln=function(e,n){return e[n+3]*(1<<24)+(e[n+2]<<16)+(e[n+1]<<8)+e[n]},rr=function(e,n){return e[n+3]<<24|e[n+2]<<16|e[n+1]<<8|e[n]},x0=function(e,n){return e[n]<<24|e[n+1]<<16|e[n+2]<<8|e[n+3]};function Vr(e,n){var t="",i,r,a=[],s,c,f,l;switch(n){case"dbcs":if(l=this.l,ht&&Buffer.isBuffer(this))t=this.slice(this.l,this.l+2*e).toString("utf16le");else for(f=0;f<e;++f)t+=String.fromCharCode(Mn(this,l)),l+=2;e*=2;break;case"utf8":t=ui(this,this.l,this.l+e);break;case"utf16le":e*=2,t=Va(this,this.l,this.l+e);break;case"wstr":return Vr.call(this,e,"dbcs");case"lpstr-ansi":t=Fo(this,this.l),e=4+ln(this,this.l);break;case"lpstr-cp":t=Ao(this,this.l),e=4+ln(this,this.l);break;case"lpwstr":t=So(this,this.l),e=4+2*ln(this,this.l);break;case"lpp4":e=4+ln(this,this.l),t=Ro(this,this.l),e&2&&(e+=2);break;case"8lpp4":e=4+ln(this,this.l),t=No(this,this.l),e&3&&(e+=4-(e&3));break;case"cstr":for(e=0,t="";(s=wr(this,this.l+e++))!==0;)a.push(_i(s));t=a.join("");break;case"_wstr":for(e=0,t="";(s=Mn(this,this.l+e))!==0;)a.push(_i(s)),e+=2;e+=2,t=a.join("");break;case"dbcs-cont":for(t="",l=this.l,f=0;f<e;++f){if(this.lens&&this.lens.indexOf(l)!==-1)return s=wr(this,l),this.l=l+1,c=Vr.call(this,e-f,s?"dbcs-cont":"sbcs-cont"),a.join("")+c;a.push(_i(Mn(this,l))),l+=2}t=a.join(""),e*=2;break;case"cpstr":case"sbcs-cont":for(t="",l=this.l,f=0;f!=e;++f){if(this.lens&&this.lens.indexOf(l)!==-1)return s=wr(this,l),this.l=l+1,c=Vr.call(this,e-f,s?"dbcs-cont":"sbcs-cont"),a.join("")+c;a.push(_i(wr(this,l))),l+=1}t=a.join("");break;default:switch(e){case 1:return i=wr(this,this.l),this.l++,i;case 2:return i=(n==="i"?g0:Mn)(this,this.l),this.l+=2,i;case 4:case-4:return n==="i"||(this[this.l+3]&128)===0?(i=(e>0?rr:x0)(this,this.l),this.l+=4,i):(r=ln(this,this.l),this.l+=4,r);case 8:case-8:if(n==="f")return e==8?r=Li(this,this.l):r=Li([this[this.l+7],this[this.l+6],this[this.l+5],this[this.l+4],this[this.l+3],this[this.l+2],this[this.l+1],this[this.l+0]],0),this.l+=8,r;e=8;case 16:t=Eo(this,this.l,e);break}}return this.l+=e,t}var m0=function(e,n,t){e[t]=n&255,e[t+1]=n>>>8&255,e[t+2]=n>>>16&255,e[t+3]=n>>>24&255},v0=function(e,n,t){e[t]=n&255,e[t+1]=n>>8&255,e[t+2]=n>>16&255,e[t+3]=n>>24&255},y0=function(e,n,t){e[t]=n&255,e[t+1]=n>>>8&255};function b0(e,n,t){var i=0,r=0;if(t==="dbcs"){for(r=0;r!=n.length;++r)y0(this,n.charCodeAt(r),this.l+2*r);i=2*n.length}else if(t==="sbcs"){for(n=n.replace(/[^\x00-\x7F]/g,"_"),r=0;r!=n.length;++r)this[this.l+r]=n.charCodeAt(r)&255;i=n.length}else if(t==="hex"){for(;r<e;++r)this[this.l++]=parseInt(n.slice(2*r,2*r+2),16)||0;return this}else if(t==="utf16le"){var a=Math.min(this.l+e,this.length);for(r=0;r<Math.min(n.length,e);++r){var s=n.charCodeAt(r);this[this.l++]=s&255,this[this.l++]=s>>8}for(;this.l<a;)this[this.l++]=0;return this}else switch(e){case 1:i=1,this[this.l]=n&255;break;case 2:i=2,this[this.l]=n&255,n>>>=8,this[this.l+1]=n&255;break;case 3:i=3,this[this.l]=n&255,n>>>=8,this[this.l+1]=n&255,n>>>=8,this[this.l+2]=n&255;break;case 4:i=4,m0(this,n,this.l);break;case 8:if(i=8,t==="f"){p0(this,n,this.l);break}case 16:break;case-4:i=4,v0(this,n,this.l);break}return this.l+=i,this}function Mo(e,n){var t=Eo(this,this.l,e.length>>1);if(t!==e)throw new Error(n+"Expected "+e+" saw "+t);this.l+=e.length>>1}function zt(e,n){e.l=n,e.read_shift=Vr,e.chk=Mo,e.write_shift=b0}function Kt(e,n){e.l+=n}function Ot(e){var n=Qn(e);return zt(n,0),n}function Xn(e,n,t){if(e){var i,r,a;zt(e,e.l||0);for(var s=e.length,c=0,f=0;e.l<s;){c=e.read_shift(1),c&128&&(c=(c&127)+((e.read_shift(1)&127)<<7));var l=ji[c]||ji[65535];for(i=e.read_shift(1),a=i&127,r=1;r<4&&i&128;++r)a+=((i=e.read_shift(1))&127)<<7*r;f=e.l+a;var o=l.f&&l.f(e,a,t);if(e.l=f,n(o,l,c))return}}}function _a(){var e=[],n=ht?256:2048,t=function(l){var o=Ot(l);return zt(o,0),o},i=t(n),r=function(){i&&(i.length>i.l&&(i=i.slice(0,i.l),i.l=i.length),i.length>0&&e.push(i),i=null)},a=function(l){return i&&l<i.length-i.l?i:(r(),i=t(Math.max(l+1,n)))},s=function(){return r(),$n(e)},c=function(l){r(),i=l,i.l==null&&(i.l=i.length),a(n)};return{next:a,push:c,end:s,_bufs:e}}function Gr(e,n,t){var i=Xt(e);if(n.s?(i.cRel&&(i.c+=n.s.c),i.rRel&&(i.r+=n.s.r)):(i.cRel&&(i.c+=n.c),i.rRel&&(i.r+=n.r)),!t||t.biff<12){for(;i.c>=256;)i.c-=256;for(;i.r>=65536;)i.r-=65536}return i}function dc(e,n,t){var i=Xt(e);return i.s=Gr(i.s,n.s,t),i.e=Gr(i.e,n.s,t),i}function $r(e,n){if(e.cRel&&e.c<0)for(e=Xt(e);e.c<0;)e.c+=n>8?16384:256;if(e.rRel&&e.r<0)for(e=Xt(e);e.r<0;)e.r+=n>8?1048576:n>5?65536:16384;var t=st(e);return!e.cRel&&e.cRel!=null&&(t=D0(t)),!e.rRel&&e.rRel!=null&&(t=_0(t)),t}function ua(e,n){return e.s.r==0&&!e.s.rRel&&e.e.r==(n.biff>=12?1048575:n.biff>=8?65536:16384)&&!e.e.rRel?(e.s.cRel?"":"$")+Nt(e.s.c)+":"+(e.e.cRel?"":"$")+Nt(e.e.c):e.s.c==0&&!e.s.cRel&&e.e.c==(n.biff>=12?16383:255)&&!e.e.cRel?(e.s.rRel?"":"$")+jt(e.s.r)+":"+(e.e.rRel?"":"$")+jt(e.e.r):$r(e.s,n.biff)+":"+$r(e.e,n.biff)}function Ga(e){return parseInt(w0(e),10)-1}function jt(e){return""+(e+1)}function _0(e){return e.replace(/([A-Z]|^)(\d+)$/,"$1$$$2")}function w0(e){return e.replace(/\$(\d+)$/,"$1")}function $a(e){for(var n=T0(e),t=0,i=0;i!==n.length;++i)t=26*t+n.charCodeAt(i)-64;return t-1}function Nt(e){if(e<0)throw new Error("invalid column "+e);var n="";for(++e;e;e=Math.floor((e-1)/26))n=String.fromCharCode((e-1)%26+65)+n;return n}function D0(e){return e.replace(/^([A-Z])/,"$$$1")}function T0(e){return e.replace(/^\$([A-Z])/,"$1")}function E0(e){return e.replace(/(\$?[A-Z]*)(\$?\d*)/,"$1,$2").split(",")}function en(e){for(var n=0,t=0,i=0;i<e.length;++i){var r=e.charCodeAt(i);r>=48&&r<=57?n=10*n+(r-48):r>=65&&r<=90&&(t=26*t+(r-64))}return{c:t-1,r:n-1}}function st(e){for(var n=e.c+1,t="";n;n=(n-1)/26|0)t=String.fromCharCode((n-1)%26+65)+t;return t+(e.r+1)}function Sr(e){var n=e.indexOf(":");return n==-1?{s:en(e),e:en(e)}:{s:en(e.slice(0,n)),e:en(e.slice(n+1))}}function pt(e,n){return typeof n>"u"||typeof n=="number"?pt(e.s,e.e):(typeof e!="string"&&(e=st(e)),typeof n!="string"&&(n=st(n)),e==n?e:e+":"+n)}function Ft(e){var n={s:{c:0,r:0},e:{c:0,r:0}},t=0,i=0,r=0,a=e.length;for(t=0;i<a&&!((r=e.charCodeAt(i)-64)<1||r>26);++i)t=26*t+r;for(n.s.c=--t,t=0;i<a&&!((r=e.charCodeAt(i)-48)<0||r>9);++i)t=10*t+r;if(n.s.r=--t,i===a||r!=10)return n.e.c=n.s.c,n.e.r=n.s.r,n;for(++i,t=0;i!=a&&!((r=e.charCodeAt(i)-64)<1||r>26);++i)t=26*t+r;for(n.e.c=--t,t=0;i!=a&&!((r=e.charCodeAt(i)-48)<0||r>9);++i)t=10*t+r;return n.e.r=--t,n}function pc(e,n){var t=e.t=="d"&&n instanceof Date;if(e.z!=null)try{return e.w=vn(e.z,t?nn(n):n)}catch{}try{return e.w=vn((e.XF||{}).numFmtId||(t?14:0),t?nn(n):n)}catch{return""+n}}function zn(e,n,t){return e==null||e.t==null||e.t=="z"?"":e.w!==void 0?e.w:(e.t=="d"&&!e.z&&t&&t.dateNF&&(e.z=t.dateNF),e.t=="e"?xr[e.v]||e.v:n==null?pc(e,e.v):pc(e,n))}function qn(e,n){var t=n&&n.sheet?n.sheet:"Sheet1",i={};return i[t]=e,{SheetNames:[t],Sheets:i}}function Wo(e,n,t){var i=t||{},r=e?Array.isArray(e):i.dense,a=e||(r?[]:{}),s=0,c=0;if(a&&i.origin!=null){if(typeof i.origin=="number")s=i.origin;else{var f=typeof i.origin=="string"?en(i.origin):i.origin;s=f.r,c=f.c}a["!ref"]||(a["!ref"]="A1:A1")}var l={s:{c:1e7,r:1e7},e:{c:0,r:0}};if(a["!ref"]){var o=Ft(a["!ref"]);l.s.c=o.s.c,l.s.r=o.s.r,l.e.c=Math.max(l.e.c,o.e.c),l.e.r=Math.max(l.e.r,o.e.r),s==-1&&(l.e.r=s=o.e.r+1)}for(var h=0;h!=n.length;++h)if(n[h]){if(!Array.isArray(n[h]))throw new Error("aoa_to_sheet expects an array of arrays");for(var u=0;u!=n[h].length;++u)if(!(typeof n[h][u]>"u")){var d={v:n[h][u]},p=s+h,g=c+u;if(l.s.r>p&&(l.s.r=p),l.s.c>g&&(l.s.c=g),l.e.r<p&&(l.e.r=p),l.e.c<g&&(l.e.c=g),n[h][u]&&typeof n[h][u]=="object"&&!Array.isArray(n[h][u])&&!(n[h][u]instanceof Date))d=n[h][u];else if(Array.isArray(d.v)&&(d.f=n[h][u][1],d.v=d.v[0]),d.v===null)if(d.f)d.t="n";else if(i.nullError)d.t="e",d.v=0;else if(i.sheetStubs)d.t="z";else continue;else typeof d.v=="number"?d.t="n":typeof d.v=="boolean"?d.t="b":d.v instanceof Date?(d.z=i.dateNF||ft[14],i.cellDates?(d.t="d",d.w=vn(d.z,nn(d.v))):(d.t="n",d.v=nn(d.v),d.w=vn(d.z,d.v))):d.t="s";if(r)a[p]||(a[p]=[]),a[p][g]&&a[p][g].z&&(d.z=a[p][g].z),a[p][g]=d;else{var x=st({c:g,r:p});a[x]&&a[x].z&&(d.z=a[x].z),a[x]=d}}}return l.s.c<1e7&&(a["!ref"]=pt(l)),a}function Ir(e,n){return Wo(null,e,n)}function k0(e){return e.read_shift(4,"i")}function Yt(e){var n=e.read_shift(4);return n===0?"":e.read_shift(n,"dbcs")}function F0(e){return{ich:e.read_shift(2),ifnt:e.read_shift(2)}}function Ya(e,n){var t=e.l,i=e.read_shift(1),r=Yt(e),a=[],s={t:r,h:r};if((i&1)!==0){for(var c=e.read_shift(4),f=0;f!=c;++f)a.push(F0(e));s.r=a}else s.r=[{ich:0,ifnt:0}];return e.l=t+n,s}var U0=Ya;function yn(e){var n=e.read_shift(4),t=e.read_shift(2);return t+=e.read_shift(1)<<16,e.l++,{c:n,iStyleRef:t}}function pr(e){var n=e.read_shift(2);return n+=e.read_shift(1)<<16,e.l++,{c:-1,iStyleRef:n}}var A0=Yt;function Ka(e){var n=e.read_shift(4);return n===0||n===4294967295?"":e.read_shift(n,"dbcs")}var C0=Yt,wa=Ka;function Za(e){var n=e.slice(e.l,e.l+4),t=n[0]&1,i=n[0]&2;e.l+=4;var r=i===0?Li([0,0,0,0,n[0]&252,n[1],n[2],n[3]],0):rr(n,0)>>2;return t?r/100:r}function Po(e){var n={s:{},e:{}};return n.s.r=e.read_shift(4),n.e.r=e.read_shift(4),n.s.c=e.read_shift(4),n.e.c=e.read_shift(4),n}var gr=Po;function Gt(e){if(e.length-e.l<8)throw"XLS Xnum Buffer underflow";return e.read_shift(8,"f")}function S0(e){var n={},t=e.read_shift(1),i=t>>>1,r=e.read_shift(1),a=e.read_shift(2,"i"),s=e.read_shift(1),c=e.read_shift(1),f=e.read_shift(1);switch(e.l++,i){case 0:n.auto=1;break;case 1:n.index=r;var l=cr[r];l&&(n.rgb=ci(l));break;case 2:n.rgb=ci([s,c,f]);break;case 3:n.theme=r;break}return a!=0&&(n.tint=a>0?a/32767:a/32768),n}function I0(e){var n=e.read_shift(1);e.l++;var t={fBold:n&1,fItalic:n&2,fUnderline:n&4,fStrikeout:n&8,fOutline:n&16,fShadow:n&32,fCondense:n&64,fExtend:n&128};return t}function zo(e,n){var t={2:"BITMAP",3:"METAFILEPICT",8:"DIB",14:"ENHMETAFILE"},i=e.read_shift(4);switch(i){case 0:return"";case 4294967295:case 4294967294:return t[e.read_shift(4)]||""}if(i>400)throw new Error("Unsupported Clipboard: "+i.toString(16));return e.l-=4,e.read_shift(0,n==1?"lpstr":"lpwstr")}function R0(e){return zo(e,1)}function O0(e){return zo(e,2)}var Qa=2,cn=3,Di=11,gc=12,Mi=19,Ti=64,N0=65,B0=71,L0=4108,M0=4126,Wt=80,Xo=81,W0=[Wt,Xo],P0={1:{n:"CodePage",t:Qa},2:{n:"Category",t:Wt},3:{n:"PresentationFormat",t:Wt},4:{n:"ByteCount",t:cn},5:{n:"LineCount",t:cn},6:{n:"ParagraphCount",t:cn},7:{n:"SlideCount",t:cn},8:{n:"NoteCount",t:cn},9:{n:"HiddenCount",t:cn},10:{n:"MultimediaClipCount",t:cn},11:{n:"ScaleCrop",t:Di},12:{n:"HeadingPairs",t:L0},13:{n:"TitlesOfParts",t:M0},14:{n:"Manager",t:Wt},15:{n:"Company",t:Wt},16:{n:"LinksUpToDate",t:Di},17:{n:"CharacterCount",t:cn},19:{n:"SharedDoc",t:Di},22:{n:"HyperlinksChanged",t:Di},23:{n:"AppVersion",t:cn,p:"version"},24:{n:"DigSig",t:N0},26:{n:"ContentType",t:Wt},27:{n:"ContentStatus",t:Wt},28:{n:"Language",t:Wt},29:{n:"Version",t:Wt},255:{},2147483648:{n:"Locale",t:Mi},2147483651:{n:"Behavior",t:Mi},1919054434:{}},z0={1:{n:"CodePage",t:Qa},2:{n:"Title",t:Wt},3:{n:"Subject",t:Wt},4:{n:"Author",t:Wt},5:{n:"Keywords",t:Wt},6:{n:"Comments",t:Wt},7:{n:"Template",t:Wt},8:{n:"LastAuthor",t:Wt},9:{n:"RevNumber",t:Wt},10:{n:"EditTime",t:Ti},11:{n:"LastPrinted",t:Ti},12:{n:"CreatedDate",t:Ti},13:{n:"ModifiedDate",t:Ti},14:{n:"PageCount",t:cn},15:{n:"WordCount",t:cn},16:{n:"CharCount",t:cn},17:{n:"Thumbnail",t:B0},18:{n:"Application",t:Wt},19:{n:"DocSecurity",t:cn},255:{},2147483648:{n:"Locale",t:Mi},2147483651:{n:"Behavior",t:Mi},1919054434:{}},xc={1:"US",2:"CA",3:"",7:"RU",20:"EG",30:"GR",31:"NL",32:"BE",33:"FR",34:"ES",36:"HU",39:"IT",41:"CH",43:"AT",44:"GB",45:"DK",46:"SE",47:"NO",48:"PL",49:"DE",52:"MX",55:"BR",61:"AU",64:"NZ",66:"TH",81:"JP",82:"KR",84:"VN",86:"CN",90:"TR",105:"JS",213:"DZ",216:"MA",218:"LY",351:"PT",354:"IS",358:"FI",420:"CZ",886:"TW",961:"LB",962:"JO",963:"SY",964:"IQ",965:"KW",966:"SA",971:"AE",972:"IL",974:"QA",981:"IR",65535:"US"},X0=[null,"solid","mediumGray","darkGray","lightGray","darkHorizontal","darkVertical","darkDown","darkUp","darkGrid","darkTrellis","lightHorizontal","lightVertical","lightDown","lightUp","lightGrid","lightTrellis","gray125","gray0625"];function j0(e){return e.map(function(n){return[n>>16&255,n>>8&255,n&255]})}var H0=j0([0,16777215,16711680,65280,255,16776960,16711935,65535,0,16777215,16711680,65280,255,16776960,16711935,65535,8388608,32768,128,8421376,8388736,32896,12632256,8421504,10066431,10040166,16777164,13434879,6684774,16744576,26316,13421823,128,16711935,16776960,65535,8388736,8388608,32896,255,52479,13434879,13434828,16777113,10079487,16751052,13408767,16764057,3368703,3394764,10079232,16763904,16750848,16737792,6710937,9868950,13158,3381606,13056,3355392,10040064,10040166,3355545,3355443,16777215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),cr=Xt(H0),xr={0:"#NULL!",7:"#DIV/0!",15:"#VALUE!",23:"#REF!",29:"#NAME?",36:"#NUM!",42:"#N/A",43:"#GETTING_DATA",255:"#WTF?"},jo={"#NULL!":0,"#DIV/0!":7,"#VALUE!":15,"#REF!":23,"#NAME?":29,"#NUM!":36,"#N/A":42,"#GETTING_DATA":43,"#WTF?":255},mc={"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":"workbooks","application/vnd.ms-excel.sheet.macroEnabled.main+xml":"workbooks","application/vnd.ms-excel.sheet.binary.macroEnabled.main":"workbooks","application/vnd.ms-excel.addin.macroEnabled.main+xml":"workbooks","application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":"workbooks","application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":"sheets","application/vnd.ms-excel.worksheet":"sheets","application/vnd.ms-excel.binIndexWs":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":"charts","application/vnd.ms-excel.chartsheet":"charts","application/vnd.ms-excel.macrosheet+xml":"macros","application/vnd.ms-excel.macrosheet":"macros","application/vnd.ms-excel.intlmacrosheet":"TODO","application/vnd.ms-excel.binIndexMs":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":"dialogs","application/vnd.ms-excel.dialogsheet":"dialogs","application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml":"strs","application/vnd.ms-excel.sharedStrings":"strs","application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":"styles","application/vnd.ms-excel.styles":"styles","application/vnd.openxmlformats-package.core-properties+xml":"coreprops","application/vnd.openxmlformats-officedocument.custom-properties+xml":"custprops","application/vnd.openxmlformats-officedocument.extended-properties+xml":"extprops","application/vnd.openxmlformats-officedocument.customXmlProperties+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.customProperty":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":"comments","application/vnd.ms-excel.comments":"comments","application/vnd.ms-excel.threadedcomments+xml":"threadedcomments","application/vnd.ms-excel.person+xml":"people","application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml":"metadata","application/vnd.ms-excel.sheetMetadata":"metadata","application/vnd.ms-excel.pivotTable":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.chart+xml":"TODO","application/vnd.ms-office.chartcolorstyle+xml":"TODO","application/vnd.ms-office.chartstyle+xml":"TODO","application/vnd.ms-office.chartex+xml":"TODO","application/vnd.ms-excel.calcChain":"calcchains","application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml":"calcchains","application/vnd.openxmlformats-officedocument.spreadsheetml.printerSettings":"TODO","application/vnd.ms-office.activeX":"TODO","application/vnd.ms-office.activeX+xml":"TODO","application/vnd.ms-excel.attachedToolbars":"TODO","application/vnd.ms-excel.connections":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":"TODO","application/vnd.ms-excel.externalLink":"links","application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml":"links","application/vnd.ms-excel.pivotCacheDefinition":"TODO","application/vnd.ms-excel.pivotCacheRecords":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml":"TODO","application/vnd.ms-excel.queryTable":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml":"TODO","application/vnd.ms-excel.userNames":"TODO","application/vnd.ms-excel.revisionHeaders":"TODO","application/vnd.ms-excel.revisionLog":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml":"TODO","application/vnd.ms-excel.tableSingleCells":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml":"TODO","application/vnd.ms-excel.slicer":"TODO","application/vnd.ms-excel.slicerCache":"TODO","application/vnd.ms-excel.slicer+xml":"TODO","application/vnd.ms-excel.slicerCache+xml":"TODO","application/vnd.ms-excel.wsSortMap":"TODO","application/vnd.ms-excel.table":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":"TODO","application/vnd.openxmlformats-officedocument.theme+xml":"themes","application/vnd.openxmlformats-officedocument.themeOverride+xml":"TODO","application/vnd.ms-excel.Timeline+xml":"TODO","application/vnd.ms-excel.TimelineCache+xml":"TODO","application/vnd.ms-office.vbaProject":"vba","application/vnd.ms-office.vbaProjectSignature":"TODO","application/vnd.ms-office.volatileDependencies":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml":"TODO","application/vnd.ms-excel.controlproperties+xml":"TODO","application/vnd.openxmlformats-officedocument.model+data":"TODO","application/vnd.ms-excel.Survey+xml":"TODO","application/vnd.openxmlformats-officedocument.drawing+xml":"drawings","application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml":"TODO","application/vnd.openxmlformats-officedocument.vmlDrawing":"TODO","application/vnd.openxmlformats-package.relationships+xml":"rels","application/vnd.openxmlformats-officedocument.oleObject":"TODO","image/png":"TODO",sheet:"js"};function V0(){return{workbooks:[],sheets:[],charts:[],dialogs:[],macros:[],rels:[],strs:[],comments:[],threadedcomments:[],links:[],coreprops:[],extprops:[],custprops:[],themes:[],styles:[],calcchains:[],vba:[],drawings:[],metadata:[],people:[],TODO:[],xmlns:""}}function G0(e){var n=V0();if(!e||!e.match)return n;var t={};if((e.match(Zt)||[]).forEach(function(i){var r=tt(i);switch(r[0].replace(e0,"<")){case"<?xml":break;case"<Types":n.xmlns=r["xmlns"+(r[0].match(/<(\w+):/)||["",""])[1]];break;case"<Default":t[r.Extension]=r.ContentType;break;case"<Override":n[mc[r.ContentType]]!==void 0&&n[mc[r.ContentType]].push(r.PartName);break}}),n.xmlns!==u0.CT)throw new Error("Unknown Namespace: "+n.xmlns);return n.calcchain=n.calcchains.length>0?n.calcchains[0]:"",n.sst=n.strs.length>0?n.strs[0]:"",n.style=n.styles.length>0?n.styles[0]:"",n.defaults=t,delete n.calcchains,n}var Dr={WB:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",SHEET:"http://sheetjs.openxmlformats.org/officeDocument/2006/relationships/officeDocument",HLINK:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink",VML:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing",XPATH:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath",XMISS:"http://schemas.microsoft.com/office/2006/relationships/xlExternalLinkPath/xlPathMissing",XLINK:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink",CXML:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml",CXMLP:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps",CMNT:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments",CORE_PROPS:"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",EXT_PROPS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",CUST_PROPS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",SST:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings",STY:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles",THEME:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme",CHART:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart",CHARTEX:"http://schemas.microsoft.com/office/2014/relationships/chartEx",CS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartsheet",WS:["http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet","http://purl.oclc.org/ooxml/officeDocument/relationships/worksheet"],DS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/dialogsheet",MS:"http://schemas.microsoft.com/office/2006/relationships/xlMacrosheet",IMG:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",DRAW:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing",XLMETA:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata",TCMNT:"http://schemas.microsoft.com/office/2017/10/relationships/threadedComment",PEOPLE:"http://schemas.microsoft.com/office/2017/10/relationships/person",VBA:"http://schemas.microsoft.com/office/2006/relationships/vbaProject"};function Da(e){var n=e.lastIndexOf("/");return e.slice(0,n+1)+"_rels/"+e.slice(n+1)+".rels"}function Yr(e,n){var t={"!id":{}};if(!e)return t;n.charAt(0)!=="/"&&(n="/"+n);var i={};return(e.match(Zt)||[]).forEach(function(r){var a=tt(r);if(a[0]==="<Relationship"){var s={};s.Type=a.Type,s.Target=a.Target,s.Id=a.Id,a.TargetMode&&(s.TargetMode=a.TargetMode);var c=a.TargetMode==="External"?a.Target:jr(a.Target,n);t[c]=s,i[a.Id]=s}}),t["!id"]=i,t}var $0="application/vnd.oasis.opendocument.spreadsheet";function Y0(e,n){for(var t=Ha(e),i,r;i=ai.exec(t);)switch(i[3]){case"manifest":break;case"file-entry":if(r=tt(i[0],!1),r.path=="/"&&r.type!==$0)throw new Error("This OpenDocument is not a spreadsheet");break;case"encryption-data":case"algorithm":case"start-key-generation":case"key-derivation":throw new Error("Unsupported ODS Encryption");default:if(n&&n.WTF)throw i}}var Kr=[["cp:category","Category"],["cp:contentStatus","ContentStatus"],["cp:keywords","Keywords"],["cp:lastModifiedBy","LastAuthor"],["cp:lastPrinted","LastPrinted"],["cp:revision","RevNumber"],["cp:version","Version"],["dc:creator","Author"],["dc:description","Comments"],["dc:identifier","Identifier"],["dc:language","Language"],["dc:subject","Subject"],["dc:title","Title"],["dcterms:created","CreatedDate","date"],["dcterms:modified","ModifiedDate","date"]],K0=(function(){for(var e=new Array(Kr.length),n=0;n<Kr.length;++n){var t=Kr[n],i="(?:"+t[0].slice(0,t[0].indexOf(":"))+":)"+t[0].slice(t[0].indexOf(":")+1);e[n]=new RegExp("<"+i+"[^>]*>([\\s\\S]*?)</"+i+">")}return e})();function Ho(e){var n={};e=wt(e);for(var t=0;t<Kr.length;++t){var i=Kr[t],r=e.match(K0[t]);r!=null&&r.length>0&&(n[i[1]]=gt(r[1])),i[2]==="date"&&n[i[1]]&&(n[i[1]]=Pt(n[i[1]]))}return n}var Z0=[["Application","Application","string"],["AppVersion","AppVersion","string"],["Company","Company","string"],["DocSecurity","DocSecurity","string"],["Manager","Manager","string"],["HyperlinksChanged","HyperlinksChanged","bool"],["SharedDoc","SharedDoc","bool"],["LinksUpToDate","LinksUpToDate","bool"],["ScaleCrop","ScaleCrop","bool"],["HeadingPairs","HeadingPairs","raw"],["TitlesOfParts","TitlesOfParts","raw"]];function Vo(e,n,t,i){var r=[];if(typeof e=="string")r=cc(e,i);else for(var a=0;a<e.length;++a)r=r.concat(e[a].map(function(o){return{v:o}}));var s=typeof n=="string"?cc(n,i).map(function(o){return o.v}):n,c=0,f=0;if(s.length>0)for(var l=0;l!==r.length;l+=2){switch(f=+r[l+1].v,r[l].v){case"Worksheets":case"工作表":case"Листы":case"أوراق العمل":case"ワークシート":case"גליונות עבודה":case"Arbeitsblätter":case"Çalışma Sayfaları":case"Feuilles de calcul":case"Fogli di lavoro":case"Folhas de cálculo":case"Planilhas":case"Regneark":case"Hojas de cálculo":case"Werkbladen":t.Worksheets=f,t.SheetNames=s.slice(c,c+f);break;case"Named Ranges":case"Rangos con nombre":case"名前付き一覧":case"Benannte Bereiche":case"Navngivne områder":t.NamedRanges=f,t.DefinedNames=s.slice(c,c+f);break;case"Charts":case"Diagramme":t.Chartsheets=f,t.ChartNames=s.slice(c,c+f);break}c+=f}}function Q0(e,n,t){var i={};return n||(n={}),e=wt(e),Z0.forEach(function(r){var a=(e.match(ii(r[0]))||[])[1];switch(r[2]){case"string":a&&(n[r[1]]=gt(a));break;case"bool":n[r[1]]=a==="true";break;case"raw":var s=e.match(new RegExp("<"+r[0]+"[^>]*>([\\s\\S]*?)</"+r[0]+">"));s&&s.length>0&&(i[r[1]]=s[1]);break}}),i.HeadingPairs&&i.TitlesOfParts&&Vo(i.HeadingPairs,i.TitlesOfParts,n,t),n}var J0=/<[^>]+>[^<]*/g;function q0(e,n){var t={},i="",r=e.match(J0);if(r)for(var a=0;a!=r.length;++a){var s=r[a],c=tt(s);switch(c[0]){case"<?xml":break;case"<Properties":break;case"<property":i=gt(c.name);break;case"</property>":i=null;break;default:if(s.indexOf("<vt:")===0){var f=s.split(">"),l=f[0].slice(4),o=f[1];switch(l){case"lpstr":case"bstr":case"lpwstr":t[i]=gt(o);break;case"bool":t[i]=Tt(o);break;case"i1":case"i2":case"i4":case"i8":case"int":case"uint":t[i]=parseInt(o,10);break;case"r4":case"r8":case"decimal":t[i]=parseFloat(o);break;case"filetime":case"date":t[i]=Pt(o);break;case"cy":case"error":t[i]=gt(o);break;default:if(l.slice(-1)=="/")break;n.WTF&&typeof console<"u"&&console.warn("Unexpected",s,l,f)}}else if(s.slice(0,2)!=="</"){if(n.WTF)throw new Error(s)}}}return t}var eh={Title:"Title",Subject:"Subject",Author:"Author",Keywords:"Keywords",Comments:"Description",LastAuthor:"LastAuthor",RevNumber:"Revision",Application:"AppName",LastPrinted:"LastPrinted",CreatedDate:"Created",ModifiedDate:"LastSaved",Category:"Category",Manager:"Manager",Company:"Company",AppVersion:"Version",ContentStatus:"ContentStatus",Identifier:"Identifier",Language:"Language"},ha;function th(e,n,t){ha||(ha=za(eh)),n=ha[n]||n,e[n]=t}function Ja(e){var n=e.read_shift(4),t=e.read_shift(4);return new Date((t/1e7*Math.pow(2,32)+n/1e7-11644473600)*1e3).toISOString().replace(/\.000/,"")}function Go(e,n,t){var i=e.l,r=e.read_shift(0,"lpstr-cp");if(t)for(;e.l-i&3;)++e.l;return r}function $o(e,n,t){var i=e.read_shift(0,"lpwstr");return i}function Yo(e,n,t){return n===31?$o(e):Go(e,n,t)}function Ta(e,n,t){return Yo(e,n,t===!1?0:4)}function nh(e,n){if(!n)throw new Error("VtUnalignedString must have positive length");return Yo(e,n,0)}function rh(e){for(var n=e.read_shift(4),t=[],i=0;i!=n;++i){var r=e.l;t[i]=e.read_shift(0,"lpwstr").replace(tn,""),e.l-r&2&&(e.l+=2)}return t}function ih(e){for(var n=e.read_shift(4),t=[],i=0;i!=n;++i)t[i]=e.read_shift(0,"lpstr-cp").replace(tn,"");return t}function ah(e){var n=e.l,t=Wi(e,Xo);e[e.l]==0&&e[e.l+1]==0&&e.l-n&2&&(e.l+=2);var i=Wi(e,cn);return[t,i]}function sh(e){for(var n=e.read_shift(4),t=[],i=0;i<n/2;++i)t.push(ah(e));return t}function vc(e,n){for(var t=e.read_shift(4),i={},r=0;r!=t;++r){var a=e.read_shift(4),s=e.read_shift(4);i[a]=e.read_shift(s,n===1200?"utf16le":"utf8").replace(tn,"").replace(Xr,"!"),n===1200&&s%2&&(e.l+=2)}return e.l&3&&(e.l=e.l>>3<<2),i}function Ko(e){var n=e.read_shift(4),t=e.slice(e.l,e.l+n);return e.l+=n,(n&3)>0&&(e.l+=4-(n&3)&3),t}function ch(e){var n={};return n.Size=e.read_shift(4),e.l+=n.Size+3-(n.Size-1)%4,n}function Wi(e,n,t){var i=e.read_shift(2),r,a=t||{};if(e.l+=2,n!==gc&&i!==n&&W0.indexOf(n)===-1&&!((n&65534)==4126&&(i&65534)==4126))throw new Error("Expected type "+n+" saw "+i);switch(n===gc?i:n){case 2:return r=e.read_shift(2,"i"),a.raw||(e.l+=2),r;case 3:return r=e.read_shift(4,"i"),r;case 11:return e.read_shift(4)!==0;case 19:return r=e.read_shift(4),r;case 30:return Go(e,i,4).replace(tn,"");case 31:return $o(e);case 64:return Ja(e);case 65:return Ko(e);case 71:return ch(e);case 80:return Ta(e,i,!a.raw).replace(tn,"");case 81:return nh(e,i).replace(tn,"");case 4108:return sh(e);case 4126:case 4127:return i==4127?rh(e):ih(e);default:throw new Error("TypedPropertyValue unrecognized type "+n+" "+i)}}function yc(e,n){var t=e.l,i=e.read_shift(4),r=e.read_shift(4),a=[],s=0,c=0,f=-1,l={};for(s=0;s!=r;++s){var o=e.read_shift(4),h=e.read_shift(4);a[s]=[o,h+t]}a.sort(function(b,m){return b[1]-m[1]});var u={};for(s=0;s!=r;++s){if(e.l!==a[s][1]){var d=!0;if(s>0&&n)switch(n[a[s-1][0]].t){case 2:e.l+2===a[s][1]&&(e.l+=2,d=!1);break;case 80:e.l<=a[s][1]&&(e.l=a[s][1],d=!1);break;case 4108:e.l<=a[s][1]&&(e.l=a[s][1],d=!1);break}if((!n||s==0)&&e.l<=a[s][1]&&(d=!1,e.l=a[s][1]),d)throw new Error("Read Error: Expected address "+a[s][1]+" at "+e.l+" :"+s)}if(n){var p=n[a[s][0]];if(u[p.n]=Wi(e,p.t,{raw:!0}),p.p==="version"&&(u[p.n]=String(u[p.n]>>16)+"."+("0000"+String(u[p.n]&65535)).slice(-4)),p.n=="CodePage")switch(u[p.n]){case 0:u[p.n]=1252;case 874:case 932:case 936:case 949:case 950:case 1250:case 1251:case 1253:case 1254:case 1255:case 1256:case 1257:case 1258:case 1e4:case 1200:case 1201:case 1252:case 65e3:case-536:case 65001:case-535:Tn(c=u[p.n]>>>0&65535);break;default:throw new Error("Unsupported CodePage: "+u[p.n])}}else if(a[s][0]===1){if(c=u.CodePage=Wi(e,Qa),Tn(c),f!==-1){var g=e.l;e.l=a[f][1],l=vc(e,c),e.l=g}}else if(a[s][0]===0){if(c===0){f=s,e.l=a[s+1][1];continue}l=vc(e,c)}else{var x=l[a[s][0]],_;switch(e[e.l]){case 65:e.l+=4,_=Ko(e);break;case 30:e.l+=4,_=Ta(e,e[e.l-4]).replace(/\u0000+$/,"");break;case 31:e.l+=4,_=Ta(e,e[e.l-4]).replace(/\u0000+$/,"");break;case 3:e.l+=4,_=e.read_shift(4,"i");break;case 19:e.l+=4,_=e.read_shift(4);break;case 5:e.l+=4,_=e.read_shift(8,"f");break;case 11:e.l+=4,_=Ut(e,4);break;case 64:e.l+=4,_=Pt(Ja(e));break;default:throw new Error("unparsed value: "+e[e.l])}u[x]=_}}return e.l=t+i,u}function bc(e,n,t){var i=e.content;if(!i)return{};zt(i,0);var r,a,s,c,f=0;i.chk("feff","Byte Order: "),i.read_shift(2);var l=i.read_shift(4),o=i.read_shift(16);if(o!==dt.utils.consts.HEADER_CLSID&&o!==t)throw new Error("Bad PropertySet CLSID "+o);if(r=i.read_shift(4),r!==1&&r!==2)throw new Error("Unrecognized #Sets: "+r);if(a=i.read_shift(16),c=i.read_shift(4),r===1&&c!==i.l)throw new Error("Length mismatch: "+c+" !== "+i.l);r===2&&(s=i.read_shift(16),f=i.read_shift(4));var h=yc(i,n),u={SystemIdentifier:l};for(var d in h)u[d]=h[d];if(u.FMTID=a,r===1)return u;if(f-i.l==2&&(i.l+=2),i.l!==f)throw new Error("Length mismatch 2: "+i.l+" !== "+f);var p;try{p=yc(i,null)}catch{}for(d in p)u[d]=p[d];return u.FMTID=[a,s],u}function Hn(e,n){return e.read_shift(n),null}function oh(e,n,t){for(var i=[],r=e.l+n;e.l<r;)i.push(t(e,r-e.l));if(r!==e.l)throw new Error("Slurp error");return i}function Ut(e,n){return e.read_shift(n)===1}function Rt(e){return e.read_shift(2,"u")}function Zo(e,n){return oh(e,n,Rt)}function fh(e){var n=e.read_shift(1),t=e.read_shift(1);return t===1?n:n===1}function hi(e,n,t){var i=e.read_shift(t&&t.biff>=12?2:1),r="sbcs-cont";if(t&&t.biff>=8,!t||t.biff==8){var a=e.read_shift(1);a&&(r="dbcs-cont")}else t.biff==12&&(r="wstr");t.biff>=2&&t.biff<=5&&(r="cpstr");var s=i?e.read_shift(i,r):"";return s}function lh(e){var n=e.read_shift(2),t=e.read_shift(1),i=t&4,r=t&8,a=1+(t&1),s=0,c,f={};r&&(s=e.read_shift(2)),i&&(c=e.read_shift(4));var l=a==2?"dbcs-cont":"sbcs-cont",o=n===0?"":e.read_shift(n,l);return r&&(e.l+=4*s),i&&(e.l+=c),f.t=o,r||(f.raw="<t>"+f.t+"</t>",f.r=f.t),f}function lr(e,n,t){var i;if(t){if(t.biff>=2&&t.biff<=5)return e.read_shift(n,"cpstr");if(t.biff>=12)return e.read_shift(n,"dbcs-cont")}var r=e.read_shift(1);return r===0?i=e.read_shift(n,"sbcs-cont"):i=e.read_shift(n,"dbcs-cont"),i}function di(e,n,t){var i=e.read_shift(t&&t.biff==2?1:2);return i===0?(e.l++,""):lr(e,i,t)}function mr(e,n,t){if(t.biff>5)return di(e,n,t);var i=e.read_shift(1);return i===0?(e.l++,""):e.read_shift(i,t.biff<=4||!e.lens?"cpstr":"sbcs-cont")}function uh(e){var n=e.read_shift(1);e.l++;var t=e.read_shift(2);return e.l+=2,[n,t]}function hh(e){var n=e.read_shift(4),t=e.l,i=!1;n>24&&(e.l+=n-24,e.read_shift(16)==="795881f43b1d7f48af2c825dc4852763"&&(i=!0),e.l=t);var r=e.read_shift((i?n-24:n)>>1,"utf16le").replace(tn,"");return i&&(e.l+=24),r}function dh(e){for(var n=e.read_shift(2),t="";n-- >0;)t+="../";var i=e.read_shift(0,"lpstr-ansi");if(e.l+=2,e.read_shift(2)!=57005)throw new Error("Bad FileMoniker");var r=e.read_shift(4);if(r===0)return t+i.replace(/\\/g,"/");var a=e.read_shift(4);if(e.read_shift(2)!=3)throw new Error("Bad FileMoniker");var s=e.read_shift(a>>1,"utf16le").replace(tn,"");return t+s}function ph(e,n){var t=e.read_shift(16);switch(t){case"e0c9ea79f9bace118c8200aa004ba90b":return hh(e);case"0303000000000000c000000000000046":return dh(e);default:throw new Error("Unsupported Moniker "+t)}}function Ei(e){var n=e.read_shift(4),t=n>0?e.read_shift(n,"utf16le").replace(tn,""):"";return t}function gh(e,n){var t=e.l+n,i=e.read_shift(4);if(i!==2)throw new Error("Unrecognized streamVersion: "+i);var r=e.read_shift(2);e.l+=2;var a,s,c,f,l="",o,h;r&16&&(a=Ei(e,t-e.l)),r&128&&(s=Ei(e,t-e.l)),(r&257)===257&&(c=Ei(e,t-e.l)),(r&257)===1&&(f=ph(e,t-e.l)),r&8&&(l=Ei(e,t-e.l)),r&32&&(o=e.read_shift(16)),r&64&&(h=Ja(e)),e.l=t;var u=s||c||f||"";u&&l&&(u+="#"+l),u||(u="#"+l),r&2&&u.charAt(0)=="/"&&u.charAt(1)!="/"&&(u="file://"+u);var d={Target:u};return o&&(d.guid=o),h&&(d.time=h),a&&(d.Tooltip=a),d}function Qo(e){var n=e.read_shift(1),t=e.read_shift(1),i=e.read_shift(1),r=e.read_shift(1);return[n,t,i,r]}function Jo(e,n){var t=Qo(e);return t[3]=0,t}function Rn(e){var n=e.read_shift(2),t=e.read_shift(2),i=e.read_shift(2);return{r:n,c:t,ixfe:i}}function xh(e){var n=e.read_shift(2),t=e.read_shift(2);return e.l+=8,{type:n,flags:t}}function mh(e,n,t){return n===0?"":mr(e,n,t)}function vh(e,n,t){var i=t.biff>8?4:2,r=e.read_shift(i),a=e.read_shift(i,"i"),s=e.read_shift(i,"i");return[r,a,s]}function qo(e){var n=e.read_shift(2),t=Za(e);return[n,t]}function yh(e,n,t){e.l+=4,n-=4;var i=e.l+n,r=hi(e,n,t),a=e.read_shift(2);if(i-=e.l,a!==i)throw new Error("Malformed AddinUdf: padding = "+i+" != "+a);return e.l+=a,r}function Yi(e){var n=e.read_shift(2),t=e.read_shift(2),i=e.read_shift(2),r=e.read_shift(2);return{s:{c:i,r:n},e:{c:r,r:t}}}function ef(e){var n=e.read_shift(2),t=e.read_shift(2),i=e.read_shift(1),r=e.read_shift(1);return{s:{c:i,r:n},e:{c:r,r:t}}}var bh=ef;function tf(e){e.l+=4;var n=e.read_shift(2),t=e.read_shift(2),i=e.read_shift(2);return e.l+=12,[t,n,i]}function _h(e){var n={};return e.l+=4,e.l+=16,n.fSharedNote=e.read_shift(2),e.l+=4,n}function wh(e){var n={};return e.l+=4,e.cf=e.read_shift(2),n}function Ht(e){e.l+=2,e.l+=e.read_shift(2)}var Dh={0:Ht,4:Ht,5:Ht,6:Ht,7:wh,8:Ht,9:Ht,10:Ht,11:Ht,12:Ht,13:_h,14:Ht,15:Ht,16:Ht,17:Ht,18:Ht,19:Ht,20:Ht,21:tf};function Th(e,n){for(var t=e.l+n,i=[];e.l<t;){var r=e.read_shift(2);e.l-=2;try{i.push(Dh[r](e,t-e.l))}catch{return e.l=t,i}}return e.l!=t&&(e.l=t),i}function ki(e,n){var t={BIFFVer:0,dt:0};switch(t.BIFFVer=e.read_shift(2),n-=2,n>=2&&(t.dt=e.read_shift(2),e.l-=2),t.BIFFVer){case 1536:case 1280:case 1024:case 768:case 512:case 2:case 7:break;default:if(n>6)throw new Error("Unexpected BIFF Ver "+t.BIFFVer)}return e.read_shift(n),t}function Eh(e,n){return n===0||e.read_shift(2),1200}function kh(e,n,t){if(t.enc)return e.l+=n,"";var i=e.l,r=mr(e,0,t);return e.read_shift(n+i-e.l),r}function Fh(e,n,t){var i=t&&t.biff==8||n==2?e.read_shift(2):(e.l+=n,0);return{fDialog:i&16,fBelow:i&64,fRight:i&128}}function Uh(e,n,t){var i=e.read_shift(4),r=e.read_shift(1)&3,a=e.read_shift(1);switch(a){case 0:a="Worksheet";break;case 1:a="Macrosheet";break;case 2:a="Chartsheet";break;case 6:a="VBAModule";break}var s=hi(e,0,t);return s.length===0&&(s="Sheet1"),{pos:i,hs:r,dt:a,name:s}}function Ah(e,n){for(var t=e.l+n,i=e.read_shift(4),r=e.read_shift(4),a=[],s=0;s!=r&&e.l<t;++s)a.push(lh(e));return a.Count=i,a.Unique=r,a}function Ch(e,n){var t={};return t.dsst=e.read_shift(2),e.l+=n-2,t}function Sh(e){var n={};n.r=e.read_shift(2),n.c=e.read_shift(2),n.cnt=e.read_shift(2)-n.c;var t=e.read_shift(2);e.l+=4;var i=e.read_shift(1);return e.l+=3,i&7&&(n.level=i&7),i&32&&(n.hidden=!0),i&64&&(n.hpt=t/20),n}function Ih(e){var n=xh(e);if(n.type!=2211)throw new Error("Invalid Future Record "+n.type);var t=e.read_shift(4);return t!==0}function Rh(e){return e.read_shift(2),e.read_shift(4)}function _c(e,n,t){var i=0;t&&t.biff==2||(i=e.read_shift(2));var r=e.read_shift(2);t&&t.biff==2&&(i=1-(r>>15),r&=32767);var a={Unsynced:i&1,DyZero:(i&2)>>1,ExAsc:(i&4)>>2,ExDsc:(i&8)>>3};return[a,r]}function Oh(e){var n=e.read_shift(2),t=e.read_shift(2),i=e.read_shift(2),r=e.read_shift(2),a=e.read_shift(2),s=e.read_shift(2),c=e.read_shift(2),f=e.read_shift(2),l=e.read_shift(2);return{Pos:[n,t],Dim:[i,r],Flags:a,CurTab:s,FirstTab:c,Selected:f,TabRatio:l}}function Nh(e,n,t){if(t&&t.biff>=2&&t.biff<5)return{};var i=e.read_shift(2);return{RTL:i&64}}function Bh(){}function Lh(e,n,t){var i={dyHeight:e.read_shift(2),fl:e.read_shift(2)};switch(t&&t.biff||8){case 2:break;case 3:case 4:e.l+=2;break;default:e.l+=10;break}return i.name=hi(e,0,t),i}function Mh(e){var n=Rn(e);return n.isst=e.read_shift(4),n}function Wh(e,n,t){t.biffguess&&t.biff==2&&(t.biff=5);var i=e.l+n,r=Rn(e);t.biff==2&&e.l++;var a=di(e,i-e.l,t);return r.val=a,r}function Ph(e,n,t){var i=e.read_shift(2),r=mr(e,0,t);return[i,r]}var zh=mr;function wc(e,n,t){var i=e.l+n,r=t.biff==8||!t.biff?4:2,a=e.read_shift(r),s=e.read_shift(r),c=e.read_shift(2),f=e.read_shift(2);return e.l=i,{s:{r:a,c},e:{r:s,c:f}}}function Xh(e){var n=e.read_shift(2),t=e.read_shift(2),i=qo(e);return{r:n,c:t,ixfe:i[0],rknum:i[1]}}function jh(e,n){for(var t=e.l+n-2,i=e.read_shift(2),r=e.read_shift(2),a=[];e.l<t;)a.push(qo(e));if(e.l!==t)throw new Error("MulRK read error");var s=e.read_shift(2);if(a.length!=s-r+1)throw new Error("MulRK length mismatch");return{r:i,c:r,C:s,rkrec:a}}function Hh(e,n){for(var t=e.l+n-2,i=e.read_shift(2),r=e.read_shift(2),a=[];e.l<t;)a.push(e.read_shift(2));if(e.l!==t)throw new Error("MulBlank read error");var s=e.read_shift(2);if(a.length!=s-r+1)throw new Error("MulBlank length mismatch");return{r:i,c:r,C:s,ixfe:a}}function Vh(e,n,t,i){var r={},a=e.read_shift(4),s=e.read_shift(4),c=e.read_shift(4),f=e.read_shift(2);return r.patternType=X0[c>>26],i.cellStyles&&(r.alc=a&7,r.fWrap=a>>3&1,r.alcV=a>>4&7,r.fJustLast=a>>7&1,r.trot=a>>8&255,r.cIndent=a>>16&15,r.fShrinkToFit=a>>20&1,r.iReadOrder=a>>22&2,r.fAtrNum=a>>26&1,r.fAtrFnt=a>>27&1,r.fAtrAlc=a>>28&1,r.fAtrBdr=a>>29&1,r.fAtrPat=a>>30&1,r.fAtrProt=a>>31&1,r.dgLeft=s&15,r.dgRight=s>>4&15,r.dgTop=s>>8&15,r.dgBottom=s>>12&15,r.icvLeft=s>>16&127,r.icvRight=s>>23&127,r.grbitDiag=s>>30&3,r.icvTop=c&127,r.icvBottom=c>>7&127,r.icvDiag=c>>14&127,r.dgDiag=c>>21&15,r.icvFore=f&127,r.icvBack=f>>7&127,r.fsxButton=f>>14&1),r}function Gh(e,n,t){var i={};return i.ifnt=e.read_shift(2),i.numFmtId=e.read_shift(2),i.flags=e.read_shift(2),i.fStyle=i.flags>>2&1,n-=6,i.data=Vh(e,n,i.fStyle,t),i}function $h(e){e.l+=4;var n=[e.read_shift(2),e.read_shift(2)];if(n[0]!==0&&n[0]--,n[1]!==0&&n[1]--,n[0]>7||n[1]>7)throw new Error("Bad Gutters: "+n.join("|"));return n}function Dc(e,n,t){var i=Rn(e);(t.biff==2||n==9)&&++e.l;var r=fh(e);return i.val=r,i.t=r===!0||r===!1?"b":"e",i}function Yh(e,n,t){t.biffguess&&t.biff==2&&(t.biff=5);var i=Rn(e),r=Gt(e);return i.val=r,i}var Tc=mh;function Kh(e,n,t){var i=e.l+n,r=e.read_shift(2),a=e.read_shift(2);if(t.sbcch=a,a==1025||a==14849)return[a,r];if(a<1||a>255)throw new Error("Unexpected SupBook type: "+a);for(var s=lr(e,a),c=[];i>e.l;)c.push(di(e));return[a,r,s,c]}function Ec(e,n,t){var i=e.read_shift(2),r,a={fBuiltIn:i&1,fWantAdvise:i>>>1&1,fWantPict:i>>>2&1,fOle:i>>>3&1,fOleLink:i>>>4&1,cf:i>>>5&1023,fIcon:i>>>15&1};return t.sbcch===14849&&(r=yh(e,n-2,t)),a.body=r||e.read_shift(n-2),typeof r=="string"&&(a.Name=r),a}var Zh=["_xlnm.Consolidate_Area","_xlnm.Auto_Open","_xlnm.Auto_Close","_xlnm.Extract","_xlnm.Database","_xlnm.Criteria","_xlnm.Print_Area","_xlnm.Print_Titles","_xlnm.Recorder","_xlnm.Data_Form","_xlnm.Auto_Activate","_xlnm.Auto_Deactivate","_xlnm.Sheet_Title","_xlnm._FilterDatabase"];function kc(e,n,t){var i=e.l+n,r=e.read_shift(2),a=e.read_shift(1),s=e.read_shift(1),c=e.read_shift(t&&t.biff==2?1:2),f=0;(!t||t.biff>=5)&&(t.biff!=5&&(e.l+=2),f=e.read_shift(2),t.biff==5&&(e.l+=2),e.l+=4);var l=lr(e,s,t);r&32&&(l=Zh[l.charCodeAt(0)]);var o=i-e.l;t&&t.biff==2&&--o;var h=i==e.l||c===0||!(o>0)?[]:Sg(e,o,t,c);return{chKey:a,Name:l,itab:f,rgce:h}}function nf(e,n,t){if(t.biff<8)return Qh(e,n,t);for(var i=[],r=e.l+n,a=e.read_shift(t.biff>8?4:2);a--!==0;)i.push(vh(e,t.biff>8?12:6,t));if(e.l!=r)throw new Error("Bad ExternSheet: "+e.l+" != "+r);return i}function Qh(e,n,t){e[e.l+1]==3&&e[e.l]++;var i=hi(e,n,t);return i.charCodeAt(0)==3?i.slice(1):i}function Jh(e,n,t){if(t.biff<8){e.l+=n;return}var i=e.read_shift(2),r=e.read_shift(2),a=lr(e,i,t),s=lr(e,r,t);return[a,s]}function qh(e,n,t){var i=ef(e);e.l++;var r=e.read_shift(1);return n-=8,[Ig(e,n,t),r,i]}function Fc(e,n,t){var i=bh(e);switch(t.biff){case 2:e.l++,n-=7;break;case 3:case 4:e.l+=2,n-=8;break;default:e.l+=6,n-=12}return[i,Ag(e,n,t)]}function ed(e){var n=e.read_shift(4)!==0,t=e.read_shift(4)!==0,i=e.read_shift(4);return[n,t,i]}function td(e,n,t){if(!(t.biff<8)){var i=e.read_shift(2),r=e.read_shift(2),a=e.read_shift(2),s=e.read_shift(2),c=mr(e,0,t);return t.biff<8&&e.read_shift(1),[{r:i,c:r},c,s,a]}}function nd(e,n,t){return td(e,n,t)}function rd(e,n){for(var t=[],i=e.read_shift(2);i--;)t.push(Yi(e));return t}function id(e,n,t){if(t&&t.biff<8)return sd(e,n,t);var i=tf(e),r=Th(e,n-22,i[1]);return{cmo:i,ft:r}}var ad={8:function(e,n){var t=e.l+n;e.l+=10;var i=e.read_shift(2);e.l+=4,e.l+=2,e.l+=2,e.l+=2,e.l+=4;var r=e.read_shift(1);return e.l+=r,e.l=t,{fmt:i}}};function sd(e,n,t){e.l+=4;var i=e.read_shift(2),r=e.read_shift(2),a=e.read_shift(2);e.l+=2,e.l+=2,e.l+=2,e.l+=2,e.l+=2,e.l+=2,e.l+=2,e.l+=2,e.l+=2,e.l+=6,n-=36;var s=[];return s.push((ad[i]||Kt)(e,n,t)),{cmo:[r,i,a],ft:s}}function cd(e,n,t){var i=e.l,r="";try{e.l+=4;var a=(t.lastobj||{cmo:[0,0]}).cmo[1],s;[0,5,7,11,12,14].indexOf(a)==-1?e.l+=6:s=uh(e,6,t);var c=e.read_shift(2);e.read_shift(2),Rt(e,2);var f=e.read_shift(2);e.l+=f;for(var l=1;l<e.lens.length-1;++l){if(e.l-i!=e.lens[l])throw new Error("TxO: bad continue record");var o=e[e.l],h=lr(e,e.lens[l+1]-e.lens[l]-1);if(r+=h,r.length>=(o?c:2*c))break}if(r.length!==c&&r.length!==c*2)throw new Error("cchText: "+c+" != "+r.length);return e.l=i+n,{t:r}}catch{return e.l=i+n,{t:r}}}function od(e,n){var t=Yi(e);e.l+=16;var i=gh(e,n-24);return[t,i]}function fd(e,n){e.read_shift(2);var t=Yi(e),i=e.read_shift((n-10)/2,"dbcs-cont");return i=i.replace(tn,""),[t,i]}function ld(e){var n=[0,0],t;return t=e.read_shift(2),n[0]=xc[t]||t,t=e.read_shift(2),n[1]=xc[t]||t,n}function ud(e){for(var n=e.read_shift(2),t=[];n-- >0;)t.push(Jo(e));return t}function hd(e){for(var n=e.read_shift(2),t=[];n-- >0;)t.push(Jo(e));return t}function dd(e){e.l+=2;var n={cxfs:0,crc:0};return n.cxfs=e.read_shift(2),n.crc=e.read_shift(4),n}function rf(e,n,t){if(!t.cellStyles)return Kt(e,n);var i=t&&t.biff>=12?4:2,r=e.read_shift(i),a=e.read_shift(i),s=e.read_shift(i),c=e.read_shift(i),f=e.read_shift(2);i==2&&(e.l+=2);var l={s:r,e:a,w:s,ixfe:c,flags:f};return(t.biff>=5||!t.biff)&&(l.level=f>>8&7),l}function pd(e,n){var t={};return n<32||(e.l+=16,t.header=Gt(e),t.footer=Gt(e),e.l+=2),t}function gd(e,n,t){var i={area:!1};if(t.biff!=5)return e.l+=n,i;var r=e.read_shift(1);return e.l+=3,r&16&&(i.area=!0),i}var xd=Rn,md=Zo,vd=di;function yd(e){var n=e.read_shift(2),t=e.read_shift(2),i=e.read_shift(4),r={fmt:n,env:t,len:i,data:e.slice(e.l,e.l+i)};return e.l+=i,r}function bd(e,n,t){t.biffguess&&t.biff==5&&(t.biff=2);var i=Rn(e);++e.l;var r=mr(e,n-7,t);return i.t="str",i.val=r,i}function _d(e){var n=Rn(e);++e.l;var t=Gt(e);return n.t="n",n.val=t,n}function wd(e){var n=Rn(e);++e.l;var t=e.read_shift(2);return n.t="n",n.val=t,n}function Dd(e){var n=e.read_shift(1);return n===0?(e.l++,""):e.read_shift(n,"sbcs-cont")}function Td(e,n){e.l+=6,e.l+=2,e.l+=1,e.l+=3,e.l+=1,e.l+=n-13}function Ed(e,n,t){var i=e.l+n,r=Rn(e),a=e.read_shift(2),s=lr(e,a,t);return e.l=i,r.t="str",r.val=s,r}var kd=[2,3,48,49,131,139,140,245],Uc=(function(){var e={1:437,2:850,3:1252,4:1e4,100:852,101:866,102:865,103:861,104:895,105:620,106:737,107:857,120:950,121:949,122:936,123:932,124:874,125:1255,126:1256,150:10007,151:10029,152:10006,200:1250,201:1251,202:1254,203:1253,0:20127,8:865,9:437,10:850,11:437,13:437,14:850,15:437,16:850,17:437,18:850,19:932,20:850,21:437,22:850,23:865,24:437,25:437,26:850,27:437,28:863,29:850,31:852,34:852,35:852,36:860,37:850,38:866,55:850,64:852,77:936,78:949,79:950,80:874,87:1252,88:1252,89:1252,108:863,134:737,135:852,136:857,204:1257,255:16969},n=za({1:437,2:850,3:1252,4:1e4,100:852,101:866,102:865,103:861,104:895,105:620,106:737,107:857,120:950,121:949,122:936,123:932,124:874,125:1255,126:1256,150:10007,151:10029,152:10006,200:1250,201:1251,202:1254,203:1253,0:20127});function t(c,f){var l=[],o=Qn(1);switch(f.type){case"base64":o=wn(hn(c));break;case"binary":o=wn(c);break;case"buffer":case"array":o=c;break}zt(o,0);var h=o.read_shift(1),u=!!(h&136),d=!1,p=!1;switch(h){case 2:break;case 3:break;case 48:d=!0,u=!0;break;case 49:d=!0,u=!0;break;case 131:break;case 139:break;case 140:p=!0;break;case 245:break;default:throw new Error("DBF Unsupported Version: "+h.toString(16))}var g=0,x=521;h==2&&(g=o.read_shift(2)),o.l+=3,h!=2&&(g=o.read_shift(4)),g>1048576&&(g=1e6),h!=2&&(x=o.read_shift(2));var _=o.read_shift(2),b=f.codepage||1252;h!=2&&(o.l+=16,o.read_shift(1),o[o.l]!==0&&(b=e[o[o.l]]),o.l+=1,o.l+=2),p&&(o.l+=36);for(var m=[],w={},y=Math.min(o.length,h==2?521:x-10-(d?264:0)),v=p?32:11;o.l<y&&o[o.l]!=13;)switch(w={},w.name=ni.utils.decode(b,o.slice(o.l,o.l+v)).replace(/[\u0000\r\n].*$/g,""),o.l+=v,w.type=String.fromCharCode(o.read_shift(1)),h!=2&&!p&&(w.offset=o.read_shift(4)),w.len=o.read_shift(1),h==2&&(w.offset=o.read_shift(2)),w.dec=o.read_shift(1),w.name.length&&m.push(w),h!=2&&(o.l+=p?13:14),w.type){case"B":(!d||w.len!=8)&&f.WTF&&console.log("Skipping "+w.name+":"+w.type);break;case"G":case"P":f.WTF&&console.log("Skipping "+w.name+":"+w.type);break;case"+":case"0":case"@":case"C":case"D":case"F":case"I":case"L":case"M":case"N":case"O":case"T":case"Y":break;default:throw new Error("Unknown Field Type: "+w.type)}if(o[o.l]!==13&&(o.l=x-1),o.read_shift(1)!==13)throw new Error("DBF Terminator not found "+o.l+" "+o[o.l]);o.l=x;var D=0,E=0;for(l[0]=[],E=0;E!=m.length;++E)l[0][E]=m[E].name;for(;g-- >0;){if(o[o.l]===42){o.l+=_;continue}for(++o.l,l[++D]=[],E=0,E=0;E!=m.length;++E){var I=o.slice(o.l,o.l+m[E].len);o.l+=m[E].len,zt(I,0);var U=ni.utils.decode(b,I);switch(m[E].type){case"C":U.trim().length&&(l[D][E]=U.replace(/\s+$/,""));break;case"D":U.length===8?l[D][E]=new Date(+U.slice(0,4),+U.slice(4,6)-1,+U.slice(6,8)):l[D][E]=U;break;case"F":l[D][E]=parseFloat(U.trim());break;case"+":case"I":l[D][E]=p?I.read_shift(-4,"i")^2147483648:I.read_shift(4,"i");break;case"L":switch(U.trim().toUpperCase()){case"Y":case"T":l[D][E]=!0;break;case"N":case"F":l[D][E]=!1;break;case"":case"?":break;default:throw new Error("DBF Unrecognized L:|"+U+"|")}break;case"M":if(!u)throw new Error("DBF Unexpected MEMO for type "+h.toString(16));l[D][E]="##MEMO##"+(p?parseInt(U.trim(),10):I.read_shift(4));break;case"N":U=U.replace(/\u0000/g,"").trim(),U&&U!="."&&(l[D][E]=+U||0);break;case"@":l[D][E]=new Date(I.read_shift(-8,"f")-621356832e5);break;case"T":l[D][E]=new Date((I.read_shift(4)-2440588)*864e5+I.read_shift(4));break;case"Y":l[D][E]=I.read_shift(4,"i")/1e4+I.read_shift(4,"i")/1e4*Math.pow(2,32);break;case"O":l[D][E]=-I.read_shift(-8,"f");break;case"B":if(d&&m[E].len==8){l[D][E]=I.read_shift(8,"f");break}case"G":case"P":I.l+=m[E].len;break;case"0":if(m[E].name==="_NullFlags")break;default:throw new Error("DBF Unsupported data type "+m[E].type)}}}if(h!=2&&o.l<o.length&&o[o.l++]!=26)throw new Error("DBF EOF Marker missing "+(o.l-1)+" of "+o.length+" "+o[o.l-1].toString(16));return f&&f.sheetRows&&(l=l.slice(0,f.sheetRows)),f.DBF=m,l}function i(c,f){var l=f||{};l.dateNF||(l.dateNF="yyyymmdd");var o=Ir(t(c,l),l);return o["!cols"]=l.DBF.map(function(h){return{wch:h.len,DBF:h}}),delete l.DBF,o}function r(c,f){try{return qn(i(c,f),f)}catch(l){if(f&&f.WTF)throw l}return{SheetNames:[],Sheets:{}}}var a={B:8,C:250,L:1,D:8,"?":0,"":0};function s(c,f){var l=f||{};if(+l.codepage>=0&&Tn(+l.codepage),l.type=="string")throw new Error("Cannot write DBF to JS string");var o=_a(),h=Sa(c,{header:1,raw:!0,cellDates:!0}),u=h[0],d=h.slice(1),p=c["!cols"]||[],g=0,x=0,_=0,b=1;for(g=0;g<u.length;++g){if(((p[g]||{}).DBF||{}).name){u[g]=p[g].DBF.name,++_;continue}if(u[g]!=null){if(++_,typeof u[g]=="number"&&(u[g]=u[g].toString(10)),typeof u[g]!="string")throw new Error("DBF Invalid column name "+u[g]+" |"+typeof u[g]+"|");if(u.indexOf(u[g])!==g){for(x=0;x<1024;++x)if(u.indexOf(u[g]+"_"+x)==-1){u[g]+="_"+x;break}}}}var m=Ft(c["!ref"]),w=[],y=[],v=[];for(g=0;g<=m.e.c-m.s.c;++g){var D="",E="",I=0,U=[];for(x=0;x<d.length;++x)d[x][g]!=null&&U.push(d[x][g]);if(U.length==0||u[g]==null){w[g]="?";continue}for(x=0;x<U.length;++x){switch(typeof U[x]){case"number":E="B";break;case"string":E="C";break;case"boolean":E="L";break;case"object":E=U[x]instanceof Date?"D":"C";break;default:E="C"}I=Math.max(I,String(U[x]).length),D=D&&D!=E?"C":E}I>250&&(I=250),E=((p[g]||{}).DBF||{}).type,E=="C"&&p[g].DBF.len>I&&(I=p[g].DBF.len),D=="B"&&E=="N"&&(D="N",v[g]=p[g].DBF.dec,I=p[g].DBF.len),y[g]=D=="C"||E=="N"?I:a[D]||0,b+=y[g],w[g]=D}var R=o.next(32);for(R.write_shift(4,318902576),R.write_shift(4,d.length),R.write_shift(2,296+32*_),R.write_shift(2,b),g=0;g<4;++g)R.write_shift(4,0);for(R.write_shift(4,0|(+n[to]||3)<<8),g=0,x=0;g<u.length;++g)if(u[g]!=null){var S=o.next(32),M=(u[g].slice(-10)+"\0\0\0\0\0\0\0\0\0\0\0").slice(0,11);S.write_shift(1,M,"sbcs"),S.write_shift(1,w[g]=="?"?"C":w[g],"sbcs"),S.write_shift(4,x),S.write_shift(1,y[g]||a[w[g]]||0),S.write_shift(1,v[g]||0),S.write_shift(1,2),S.write_shift(4,0),S.write_shift(1,0),S.write_shift(4,0),S.write_shift(4,0),x+=y[g]||a[w[g]]||0}var L=o.next(264);for(L.write_shift(4,13),g=0;g<65;++g)L.write_shift(4,0);for(g=0;g<d.length;++g){var Y=o.next(b);for(Y.write_shift(1,0),x=0;x<u.length;++x)if(u[x]!=null)switch(w[x]){case"L":Y.write_shift(1,d[g][x]==null?63:d[g][x]?84:70);break;case"B":Y.write_shift(8,d[g][x]||0,"f");break;case"N":var le="0";for(typeof d[g][x]=="number"&&(le=d[g][x].toFixed(v[x]||0)),_=0;_<y[x]-le.length;++_)Y.write_shift(1,32);Y.write_shift(1,le,"sbcs");break;case"D":d[g][x]?(Y.write_shift(4,("0000"+d[g][x].getFullYear()).slice(-4),"sbcs"),Y.write_shift(2,("00"+(d[g][x].getMonth()+1)).slice(-2),"sbcs"),Y.write_shift(2,("00"+d[g][x].getDate()).slice(-2),"sbcs")):Y.write_shift(8,"00000000","sbcs");break;case"C":var N=String(d[g][x]!=null?d[g][x]:"").slice(0,y[x]);for(Y.write_shift(1,N,"sbcs"),_=0;_<y[x]-N.length;++_)Y.write_shift(1,32);break}}return o.next(1).write_shift(1,26),o.end()}return{to_workbook:r,to_sheet:i,from_sheet:s}})(),Fd=(function(){var e={AA:"À",BA:"Á",CA:"Â",DA:195,HA:"Ä",JA:197,AE:"È",BE:"É",CE:"Ê",HE:"Ë",AI:"Ì",BI:"Í",CI:"Î",HI:"Ï",AO:"Ò",BO:"Ó",CO:"Ô",DO:213,HO:"Ö",AU:"Ù",BU:"Ú",CU:"Û",HU:"Ü",Aa:"à",Ba:"á",Ca:"â",Da:227,Ha:"ä",Ja:229,Ae:"è",Be:"é",Ce:"ê",He:"ë",Ai:"ì",Bi:"í",Ci:"î",Hi:"ï",Ao:"ò",Bo:"ó",Co:"ô",Do:245,Ho:"ö",Au:"ù",Bu:"ú",Cu:"û",Hu:"ü",KC:"Ç",Kc:"ç",q:"æ",z:"œ",a:"Æ",j:"Œ",DN:209,Dn:241,Hy:255,S:169,c:170,R:174,"B ":180,0:176,1:177,2:178,3:179,5:181,6:182,7:183,Q:185,k:186,b:208,i:216,l:222,s:240,y:248,"!":161,'"':162,"#":163,"(":164,"%":165,"'":167,"H ":168,"+":171,";":187,"<":188,"=":189,">":190,"?":191,"{":223},n=new RegExp("\x1BN("+Sn(e).join("|").replace(/\|\|\|/,"|\\||").replace(/([?()+])/g,"\\$1")+"|\\|)","gm"),t=function(u,d){var p=e[d];return typeof p=="number"?Hs(p):p},i=function(u,d,p){var g=d.charCodeAt(0)-32<<4|p.charCodeAt(0)-48;return g==59?u:Hs(g)};e["|"]=254;function r(u,d){switch(d.type){case"base64":return a(hn(u),d);case"binary":return a(u,d);case"buffer":return a(ht&&Buffer.isBuffer(u)?u.toString("binary"):dr(u),d);case"array":return a(fr(u),d)}throw new Error("Unrecognized type "+d.type)}function a(u,d){var p=u.split(/[\n\r]+/),g=-1,x=-1,_=0,b=0,m=[],w=[],y=null,v={},D=[],E=[],I=[],U=0,R;for(+d.codepage>=0&&Tn(+d.codepage);_!==p.length;++_){U=0;var S=p[_].trim().replace(/\x1B([\x20-\x2F])([\x30-\x3F])/g,i).replace(n,t),M=S.replace(/;;/g,"\0").split(";").map(function(K){return K.replace(/\u0000/g,";")}),L=M[0],Y;if(S.length>0)switch(L){case"ID":break;case"E":break;case"B":break;case"O":break;case"W":break;case"P":M[1].charAt(0)=="P"&&w.push(S.slice(3).replace(/;;/g,";"));break;case"C":var le=!1,N=!1,ee=!1,k=!1,ce=-1,G=-1;for(b=1;b<M.length;++b)switch(M[b].charAt(0)){case"A":break;case"X":x=parseInt(M[b].slice(1))-1,N=!0;break;case"Y":for(g=parseInt(M[b].slice(1))-1,N||(x=0),R=m.length;R<=g;++R)m[R]=[];break;case"K":Y=M[b].slice(1),Y.charAt(0)==='"'?Y=Y.slice(1,Y.length-1):Y==="TRUE"?Y=!0:Y==="FALSE"?Y=!1:isNaN(kn(Y))?isNaN(Ur(Y).getDate())||(Y=Pt(Y)):(Y=kn(Y),y!==null&&Cr(y)&&(Y=$i(Y))),le=!0;break;case"E":k=!0;var O=Er(M[b].slice(1),{r:g,c:x});m[g][x]=[m[g][x],O];break;case"S":ee=!0,m[g][x]=[m[g][x],"S5S"];break;case"G":break;case"R":ce=parseInt(M[b].slice(1))-1;break;case"C":G=parseInt(M[b].slice(1))-1;break;default:if(d&&d.WTF)throw new Error("SYLK bad record "+S)}if(le&&(m[g][x]&&m[g][x].length==2?m[g][x][0]=Y:m[g][x]=Y,y=null),ee){if(k)throw new Error("SYLK shared formula cannot have own formula");var Z=ce>-1&&m[ce][G];if(!Z||!Z[1])throw new Error("SYLK shared formula cannot find base");m[g][x][1]=pf(Z[1],{r:g-ce,c:x-G})}break;case"F":var W=0;for(b=1;b<M.length;++b)switch(M[b].charAt(0)){case"X":x=parseInt(M[b].slice(1))-1,++W;break;case"Y":for(g=parseInt(M[b].slice(1))-1,R=m.length;R<=g;++R)m[R]=[];break;case"M":U=parseInt(M[b].slice(1))/20;break;case"F":break;case"G":break;case"P":y=w[parseInt(M[b].slice(1))];break;case"S":break;case"D":break;case"N":break;case"W":for(I=M[b].slice(1).split(" "),R=parseInt(I[0],10);R<=parseInt(I[1],10);++R)U=parseInt(I[2],10),E[R-1]=U===0?{hidden:!0}:{wch:U},Ar(E[R-1]);break;case"C":x=parseInt(M[b].slice(1))-1,E[x]||(E[x]={});break;case"R":g=parseInt(M[b].slice(1))-1,D[g]||(D[g]={}),U>0?(D[g].hpt=U,D[g].hpx=oi(U)):U===0&&(D[g].hidden=!0);break;default:if(d&&d.WTF)throw new Error("SYLK bad record "+S)}W<1&&(y=null);break;default:if(d&&d.WTF)throw new Error("SYLK bad record "+S)}}return D.length>0&&(v["!rows"]=D),E.length>0&&(v["!cols"]=E),d&&d.sheetRows&&(m=m.slice(0,d.sheetRows)),[m,v]}function s(u,d){var p=r(u,d),g=p[0],x=p[1],_=Ir(g,d);return Sn(x).forEach(function(b){_[b]=x[b]}),_}function c(u,d){return qn(s(u,d),d)}function f(u,d,p,g){var x="C;Y"+(p+1)+";X"+(g+1)+";K";switch(u.t){case"n":x+=u.v||0,u.f&&!u.F&&(x+=";E"+d1(u.f,{r:p,c:g}));break;case"b":x+=u.v?"TRUE":"FALSE";break;case"e":x+=u.w||u.v;break;case"d":x+='"'+(u.w||u.v)+'"';break;case"s":x+='"'+u.v.replace(/"/g,"").replace(/;/g,";;")+'"';break}return x}function l(u,d){d.forEach(function(p,g){var x="F;W"+(g+1)+" "+(g+1)+" ";p.hidden?x+="0":(typeof p.width=="number"&&!p.wpx&&(p.wpx=zi(p.width)),typeof p.wpx=="number"&&!p.wch&&(p.wch=Xi(p.wpx)),typeof p.wch=="number"&&(x+=Math.round(p.wch))),x.charAt(x.length-1)!=" "&&u.push(x)})}function o(u,d){d.forEach(function(p,g){var x="F;";p.hidden?x+="M0;":p.hpt?x+="M"+20*p.hpt+";":p.hpx&&(x+="M"+20*uf(p.hpx)+";"),x.length>2&&u.push(x+"R"+(g+1))})}function h(u,d){var p=["ID;PWXL;N;E"],g=[],x=Ft(u["!ref"]),_,b=Array.isArray(u),m=`\r
|
|
14
|
+
`;p.push("P;PGeneral"),p.push("F;P0;DG0G8;M255"),u["!cols"]&&l(p,u["!cols"]),u["!rows"]&&o(p,u["!rows"]),p.push("B;Y"+(x.e.r-x.s.r+1)+";X"+(x.e.c-x.s.c+1)+";D"+[x.s.c,x.s.r,x.e.c,x.e.r].join(" "));for(var w=x.s.r;w<=x.e.r;++w)for(var y=x.s.c;y<=x.e.c;++y){var v=st({r:w,c:y});_=b?(u[w]||[])[y]:u[v],!(!_||_.v==null&&(!_.f||_.F))&&g.push(f(_,u,w,y))}return p.join(m)+m+g.join(m)+m+"E"+m}return{to_workbook:c,to_sheet:s,from_sheet:h}})(),Ud=(function(){function e(a,s){switch(s.type){case"base64":return n(hn(a),s);case"binary":return n(a,s);case"buffer":return n(ht&&Buffer.isBuffer(a)?a.toString("binary"):dr(a),s);case"array":return n(fr(a),s)}throw new Error("Unrecognized type "+s.type)}function n(a,s){for(var c=a.split(`
|
|
15
|
+
`),f=-1,l=-1,o=0,h=[];o!==c.length;++o){if(c[o].trim()==="BOT"){h[++f]=[],l=0;continue}if(!(f<0)){var u=c[o].trim().split(","),d=u[0],p=u[1];++o;for(var g=c[o]||"";(g.match(/["]/g)||[]).length&1&&o<c.length-1;)g+=`
|
|
16
|
+
`+c[++o];switch(g=g.trim(),+d){case-1:if(g==="BOT"){h[++f]=[],l=0;continue}else if(g!=="EOD")throw new Error("Unrecognized DIF special command "+g);break;case 0:g==="TRUE"?h[f][l]=!0:g==="FALSE"?h[f][l]=!1:isNaN(kn(p))?isNaN(Ur(p).getDate())?h[f][l]=p:h[f][l]=Pt(p):h[f][l]=kn(p),++l;break;case 1:g=g.slice(1,g.length-1),g=g.replace(/""/g,'"'),g&&g.match(/^=".*"$/)&&(g=g.slice(2,-1)),h[f][l++]=g!==""?g:null;break}if(g==="EOD")break}}return s&&s.sheetRows&&(h=h.slice(0,s.sheetRows)),h}function t(a,s){return Ir(e(a,s),s)}function i(a,s){return qn(t(a,s),s)}var r=(function(){var a=function(f,l,o,h,u){f.push(l),f.push(o+","+h),f.push('"'+u.replace(/"/g,'""')+'"')},s=function(f,l,o,h){f.push(l+","+o),f.push(l==1?'"'+h.replace(/"/g,'""')+'"':h)};return function(f){var l=[],o=Ft(f["!ref"]),h,u=Array.isArray(f);a(l,"TABLE",0,1,"sheetjs"),a(l,"VECTORS",0,o.e.r-o.s.r+1,""),a(l,"TUPLES",0,o.e.c-o.s.c+1,""),a(l,"DATA",0,0,"");for(var d=o.s.r;d<=o.e.r;++d){s(l,-1,0,"BOT");for(var p=o.s.c;p<=o.e.c;++p){var g=st({r:d,c:p});if(h=u?(f[d]||[])[p]:f[g],!h){s(l,1,0,"");continue}switch(h.t){case"n":var x=h.w;!x&&h.v!=null&&(x=h.v),x==null?h.f&&!h.F?s(l,1,0,"="+h.f):s(l,1,0,""):s(l,0,x,"V");break;case"b":s(l,0,h.v?1:0,h.v?"TRUE":"FALSE");break;case"s":s(l,1,0,isNaN(h.v)?h.v:'="'+h.v+'"');break;case"d":h.w||(h.w=vn(h.z||ft[14],nn(Pt(h.v)))),s(l,0,h.w,"V");break;default:s(l,1,0,"")}}}s(l,-1,0,"EOD");var _=`\r
|
|
17
|
+
`,b=l.join(_);return b}})();return{to_workbook:i,to_sheet:t,from_sheet:r}})(),Ad=(function(){function e(h){return h.replace(/\\b/g,"\\").replace(/\\c/g,":").replace(/\\n/g,`
|
|
18
|
+
`)}function n(h){return h.replace(/\\/g,"\\b").replace(/:/g,"\\c").replace(/\n/g,"\\n")}function t(h,u){for(var d=h.split(`
|
|
19
|
+
`),p=-1,g=-1,x=0,_=[];x!==d.length;++x){var b=d[x].trim().split(":");if(b[0]==="cell"){var m=en(b[1]);if(_.length<=m.r)for(p=_.length;p<=m.r;++p)_[p]||(_[p]=[]);switch(p=m.r,g=m.c,b[2]){case"t":_[p][g]=e(b[3]);break;case"v":_[p][g]=+b[3];break;case"vtf":var w=b[b.length-1];case"vtc":switch(b[3]){case"nl":_[p][g]=!!+b[4];break;default:_[p][g]=+b[4];break}b[2]=="vtf"&&(_[p][g]=[_[p][g],w])}}}return u&&u.sheetRows&&(_=_.slice(0,u.sheetRows)),_}function i(h,u){return Ir(t(h,u),u)}function r(h,u){return qn(i(h,u),u)}var a=["socialcalc:version:1.5","MIME-Version: 1.0","Content-Type: multipart/mixed; boundary=SocialCalcSpreadsheetControlSave"].join(`
|
|
20
|
+
`),s=["--SocialCalcSpreadsheetControlSave","Content-type: text/plain; charset=UTF-8"].join(`
|
|
21
|
+
`)+`
|
|
22
|
+
`,c=["# SocialCalc Spreadsheet Control Save","part:sheet"].join(`
|
|
23
|
+
`),f="--SocialCalcSpreadsheetControlSave--";function l(h){if(!h||!h["!ref"])return"";for(var u=[],d=[],p,g="",x=Sr(h["!ref"]),_=Array.isArray(h),b=x.s.r;b<=x.e.r;++b)for(var m=x.s.c;m<=x.e.c;++m)if(g=st({r:b,c:m}),p=_?(h[b]||[])[m]:h[g],!(!p||p.v==null||p.t==="z")){switch(d=["cell",g,"t"],p.t){case"s":case"str":d.push(n(p.v));break;case"n":p.f?(d[2]="vtf",d[3]="n",d[4]=p.v,d[5]=n(p.f)):(d[2]="v",d[3]=p.v);break;case"b":d[2]="vt"+(p.f?"f":"c"),d[3]="nl",d[4]=p.v?"1":"0",d[5]=n(p.f||(p.v?"TRUE":"FALSE"));break;case"d":var w=nn(Pt(p.v));d[2]="vtc",d[3]="nd",d[4]=""+w,d[5]=p.w||vn(p.z||ft[14],w);break;case"e":continue}u.push(d.join(":"))}return u.push("sheet:c:"+(x.e.c-x.s.c+1)+":r:"+(x.e.r-x.s.r+1)+":tvf:1"),u.push("valueformat:1:text-wiki"),u.join(`
|
|
24
|
+
`)}function o(h){return[a,s,c,s,l(h),f].join(`
|
|
25
|
+
`)}return{to_workbook:r,to_sheet:i,from_sheet:o}})(),si=(function(){function e(o,h,u,d,p){p.raw?h[u][d]=o:o===""||(o==="TRUE"?h[u][d]=!0:o==="FALSE"?h[u][d]=!1:isNaN(kn(o))?isNaN(Ur(o).getDate())?h[u][d]=o:h[u][d]=Pt(o):h[u][d]=kn(o))}function n(o,h){var u=h||{},d=[];if(!o||o.length===0)return d;for(var p=o.split(/[\r\n]/),g=p.length-1;g>=0&&p[g].length===0;)--g;for(var x=10,_=0,b=0;b<=g;++b)_=p[b].indexOf(" "),_==-1?_=p[b].length:_++,x=Math.max(x,_);for(b=0;b<=g;++b){d[b]=[];var m=0;for(e(p[b].slice(0,x).trim(),d,b,m,u),m=1;m<=(p[b].length-x)/10+1;++m)e(p[b].slice(x+(m-1)*10,x+m*10).trim(),d,b,m,u)}return u.sheetRows&&(d=d.slice(0,u.sheetRows)),d}var t={44:",",9:" ",59:";",124:"|"},i={44:3,9:2,59:1,124:0};function r(o){for(var h={},u=!1,d=0,p=0;d<o.length;++d)(p=o.charCodeAt(d))==34?u=!u:!u&&p in t&&(h[p]=(h[p]||0)+1);p=[];for(d in h)Object.prototype.hasOwnProperty.call(h,d)&&p.push([h[d],d]);if(!p.length){h=i;for(d in h)Object.prototype.hasOwnProperty.call(h,d)&&p.push([h[d],d])}return p.sort(function(g,x){return g[0]-x[0]||i[g[1]]-i[x[1]]}),t[p.pop()[1]]||44}function a(o,h){var u=h||{},d="",p=u.dense?[]:{},g={s:{c:0,r:0},e:{c:0,r:0}};o.slice(0,4)=="sep="?o.charCodeAt(5)==13&&o.charCodeAt(6)==10?(d=o.charAt(4),o=o.slice(7)):o.charCodeAt(5)==13||o.charCodeAt(5)==10?(d=o.charAt(4),o=o.slice(6)):d=r(o.slice(0,1024)):u&&u.FS?d=u.FS:d=r(o.slice(0,1024));var x=0,_=0,b=0,m=0,w=0,y=d.charCodeAt(0),v=!1,D=0,E=o.charCodeAt(0);o=o.replace(/\r\n/mg,`
|
|
26
|
+
`);var I=u.dateNF!=null?Pu(u.dateNF):null;function U(){var R=o.slice(m,w),S={};if(R.charAt(0)=='"'&&R.charAt(R.length-1)=='"'&&(R=R.slice(1,-1).replace(/""/g,'"')),R.length===0)S.t="z";else if(u.raw)S.t="s",S.v=R;else if(R.trim().length===0)S.t="s",S.v=R;else if(R.charCodeAt(0)==61)R.charCodeAt(1)==34&&R.charCodeAt(R.length-1)==34?(S.t="s",S.v=R.slice(2,-1).replace(/""/g,'"')):g1(R)?(S.t="n",S.f=R.slice(1)):(S.t="s",S.v=R);else if(R=="TRUE")S.t="b",S.v=!0;else if(R=="FALSE")S.t="b",S.v=!1;else if(!isNaN(b=kn(R)))S.t="n",u.cellText!==!1&&(S.w=R),S.v=b;else if(!isNaN(Ur(R).getDate())||I&&R.match(I)){S.z=u.dateNF||ft[14];var M=0;I&&R.match(I)&&(R=zu(R,u.dateNF,R.match(I)||[]),M=1),u.cellDates?(S.t="d",S.v=Pt(R,M)):(S.t="n",S.v=nn(Pt(R,M))),u.cellText!==!1&&(S.w=vn(S.z,S.v instanceof Date?nn(S.v):S.v)),u.cellNF||delete S.z}else S.t="s",S.v=R;if(S.t=="z"||(u.dense?(p[x]||(p[x]=[]),p[x][_]=S):p[st({c:_,r:x})]=S),m=w+1,E=o.charCodeAt(m),g.e.c<_&&(g.e.c=_),g.e.r<x&&(g.e.r=x),D==y)++_;else if(_=0,++x,u.sheetRows&&u.sheetRows<=x)return!0}e:for(;w<o.length;++w)switch(D=o.charCodeAt(w)){case 34:E===34&&(v=!v);break;case y:case 10:case 13:if(!v&&U())break e;break}return w-m>0&&U(),p["!ref"]=pt(g),p}function s(o,h){return!(h&&h.PRN)||h.FS||o.slice(0,4)=="sep="||o.indexOf(" ")>=0||o.indexOf(",")>=0||o.indexOf(";")>=0?a(o,h):Ir(n(o,h),h)}function c(o,h){var u="",d=h.type=="string"?[0,0,0,0]:ss(o,h);switch(h.type){case"base64":u=hn(o);break;case"binary":u=o;break;case"buffer":h.codepage==65001?u=o.toString("utf8"):h.codepage&&typeof ni<"u"||(u=ht&&Buffer.isBuffer(o)?o.toString("binary"):dr(o));break;case"array":u=fr(o);break;case"string":u=o;break;default:throw new Error("Unrecognized type "+h.type)}return d[0]==239&&d[1]==187&&d[2]==191?u=wt(u.slice(3)):h.type!="string"&&h.type!="buffer"&&h.codepage==65001?u=wt(u):h.type=="binary"&&typeof ni<"u",u.slice(0,19)=="socialcalc:version:"?Ad.to_sheet(h.type=="string"?u:wt(u),h):s(u,h)}function f(o,h){return qn(c(o,h),h)}function l(o){for(var h=[],u=Ft(o["!ref"]),d,p=Array.isArray(o),g=u.s.r;g<=u.e.r;++g){for(var x=[],_=u.s.c;_<=u.e.c;++_){var b=st({r:g,c:_});if(d=p?(o[g]||[])[_]:o[b],!d||d.v==null){x.push(" ");continue}for(var m=(d.w||(zn(d),d.w)||"").slice(0,10);m.length<10;)m+=" ";x.push(m+(_===0?" ":""))}h.push(x.join(""))}return h.join(`
|
|
27
|
+
`)}return{to_workbook:f,to_sheet:c,from_sheet:l}})();function Cd(e,n){var t=n||{},i=!!t.WTF;t.WTF=!0;try{var r=Fd.to_workbook(e,t);return t.WTF=i,r}catch(a){if(t.WTF=i,!a.message.match(/SYLK bad record ID/)&&i)throw a;return si.to_workbook(e,n)}}var Zr=(function(){function e(O,Z,W){if(O){zt(O,O.l||0);for(var K=W.Enum||ce;O.l<O.length;){var z=O.read_shift(2),ie=K[z]||K[65535],De=O.read_shift(2),ae=O.l+De,de=ie.f&&ie.f(O,De,W);if(O.l=ae,Z(de,ie,z))return}}}function n(O,Z){switch(Z.type){case"base64":return t(wn(hn(O)),Z);case"binary":return t(wn(O),Z);case"buffer":case"array":return t(O,Z)}throw"Unsupported type "+Z.type}function t(O,Z){if(!O)return O;var W=Z||{},K=W.dense?[]:{},z="Sheet1",ie="",De=0,ae={},de=[],Le=[],te={s:{r:0,c:0},e:{r:0,c:0}},Ie=W.sheetRows||0;if(O[2]==0&&(O[3]==8||O[3]==9)&&O.length>=16&&O[14]==5&&O[15]===108)throw new Error("Unsupported Works 3 for Mac file");if(O[2]==2)W.Enum=ce,e(O,function(Oe,Qe,C){switch(C){case 0:W.vers=Oe,Oe>=4096&&(W.qpro=!0);break;case 6:te=Oe;break;case 204:Oe&&(ie=Oe);break;case 222:ie=Oe;break;case 15:case 51:W.qpro||(Oe[1].v=Oe[1].v.slice(1));case 13:case 14:case 16:C==14&&(Oe[2]&112)==112&&(Oe[2]&15)>1&&(Oe[2]&15)<15&&(Oe[1].z=W.dateNF||ft[14],W.cellDates&&(Oe[1].t="d",Oe[1].v=$i(Oe[1].v))),W.qpro&&Oe[3]>De&&(K["!ref"]=pt(te),ae[z]=K,de.push(z),K=W.dense?[]:{},te={s:{r:0,c:0},e:{r:0,c:0}},De=Oe[3],z=ie||"Sheet"+(De+1),ie="");var ve=W.dense?(K[Oe[0].r]||[])[Oe[0].c]:K[st(Oe[0])];if(ve){ve.t=Oe[1].t,ve.v=Oe[1].v,Oe[1].z!=null&&(ve.z=Oe[1].z),Oe[1].f!=null&&(ve.f=Oe[1].f);break}W.dense?(K[Oe[0].r]||(K[Oe[0].r]=[]),K[Oe[0].r][Oe[0].c]=Oe[1]):K[st(Oe[0])]=Oe[1];break}},W);else if(O[2]==26||O[2]==14)W.Enum=G,O[2]==14&&(W.qpro=!0,O.l=0),e(O,function(Oe,Qe,C){switch(C){case 204:z=Oe;break;case 22:Oe[1].v=Oe[1].v.slice(1);case 23:case 24:case 25:case 37:case 39:case 40:if(Oe[3]>De&&(K["!ref"]=pt(te),ae[z]=K,de.push(z),K=W.dense?[]:{},te={s:{r:0,c:0},e:{r:0,c:0}},De=Oe[3],z="Sheet"+(De+1)),Ie>0&&Oe[0].r>=Ie)break;W.dense?(K[Oe[0].r]||(K[Oe[0].r]=[]),K[Oe[0].r][Oe[0].c]=Oe[1]):K[st(Oe[0])]=Oe[1],te.e.c<Oe[0].c&&(te.e.c=Oe[0].c),te.e.r<Oe[0].r&&(te.e.r=Oe[0].r);break;case 27:Oe[14e3]&&(Le[Oe[14e3][0]]=Oe[14e3][1]);break;case 1537:Le[Oe[0]]=Oe[1],Oe[0]==De&&(z=Oe[1]);break}},W);else throw new Error("Unrecognized LOTUS BOF "+O[2]);if(K["!ref"]=pt(te),ae[ie||z]=K,de.push(ie||z),!Le.length)return{SheetNames:de,Sheets:ae};for(var Ne={},Pe=[],Me=0;Me<Le.length;++Me)ae[de[Me]]?(Pe.push(Le[Me]||de[Me]),Ne[Le[Me]]=ae[Le[Me]]||ae[de[Me]]):(Pe.push(Le[Me]),Ne[Le[Me]]={"!ref":"A1"});return{SheetNames:Pe,Sheets:Ne}}function i(O,Z){var W=Z||{};if(+W.codepage>=0&&Tn(+W.codepage),W.type=="string")throw new Error("Cannot write WK1 to JS string");var K=_a(),z=Ft(O["!ref"]),ie=Array.isArray(O),De=[];_n(K,0,a(1030)),_n(K,6,f(z));for(var ae=Math.min(z.e.r,8191),de=z.s.r;de<=ae;++de)for(var Le=jt(de),te=z.s.c;te<=z.e.c;++te){de===z.s.r&&(De[te]=Nt(te));var Ie=De[te]+Le,Ne=ie?(O[de]||[])[te]:O[Ie];if(!(!Ne||Ne.t=="z"))if(Ne.t=="n")(Ne.v|0)==Ne.v&&Ne.v>=-32768&&Ne.v<=32767?_n(K,13,d(de,te,Ne.v)):_n(K,14,g(de,te,Ne.v));else{var Pe=zn(Ne);_n(K,15,h(de,te,Pe.slice(0,239)))}}return _n(K,1),K.end()}function r(O,Z){var W=Z||{};if(+W.codepage>=0&&Tn(+W.codepage),W.type=="string")throw new Error("Cannot write WK3 to JS string");var K=_a();_n(K,0,s(O));for(var z=0,ie=0;z<O.SheetNames.length;++z)(O.Sheets[O.SheetNames[z]]||{})["!ref"]&&_n(K,27,k(O.SheetNames[z],ie++));var De=0;for(z=0;z<O.SheetNames.length;++z){var ae=O.Sheets[O.SheetNames[z]];if(!(!ae||!ae["!ref"])){for(var de=Ft(ae["!ref"]),Le=Array.isArray(ae),te=[],Ie=Math.min(de.e.r,8191),Ne=de.s.r;Ne<=Ie;++Ne)for(var Pe=jt(Ne),Me=de.s.c;Me<=de.e.c;++Me){Ne===de.s.r&&(te[Me]=Nt(Me));var Oe=te[Me]+Pe,Qe=Le?(ae[Ne]||[])[Me]:ae[Oe];if(!(!Qe||Qe.t=="z"))if(Qe.t=="n")_n(K,23,U(Ne,Me,De,Qe.v));else{var C=zn(Qe);_n(K,22,D(Ne,Me,De,C.slice(0,239)))}}++De}}return _n(K,1),K.end()}function a(O){var Z=Ot(2);return Z.write_shift(2,O),Z}function s(O){var Z=Ot(26);Z.write_shift(2,4096),Z.write_shift(2,4),Z.write_shift(4,0);for(var W=0,K=0,z=0,ie=0;ie<O.SheetNames.length;++ie){var De=O.SheetNames[ie],ae=O.Sheets[De];if(!(!ae||!ae["!ref"])){++z;var de=Sr(ae["!ref"]);W<de.e.r&&(W=de.e.r),K<de.e.c&&(K=de.e.c)}}return W>8191&&(W=8191),Z.write_shift(2,W),Z.write_shift(1,z),Z.write_shift(1,K),Z.write_shift(2,0),Z.write_shift(2,0),Z.write_shift(1,1),Z.write_shift(1,2),Z.write_shift(4,0),Z.write_shift(4,0),Z}function c(O,Z,W){var K={s:{c:0,r:0},e:{c:0,r:0}};return Z==8&&W.qpro?(K.s.c=O.read_shift(1),O.l++,K.s.r=O.read_shift(2),K.e.c=O.read_shift(1),O.l++,K.e.r=O.read_shift(2),K):(K.s.c=O.read_shift(2),K.s.r=O.read_shift(2),Z==12&&W.qpro&&(O.l+=2),K.e.c=O.read_shift(2),K.e.r=O.read_shift(2),Z==12&&W.qpro&&(O.l+=2),K.s.c==65535&&(K.s.c=K.e.c=K.s.r=K.e.r=0),K)}function f(O){var Z=Ot(8);return Z.write_shift(2,O.s.c),Z.write_shift(2,O.s.r),Z.write_shift(2,O.e.c),Z.write_shift(2,O.e.r),Z}function l(O,Z,W){var K=[{c:0,r:0},{t:"n",v:0},0,0];return W.qpro&&W.vers!=20768?(K[0].c=O.read_shift(1),K[3]=O.read_shift(1),K[0].r=O.read_shift(2),O.l+=2):(K[2]=O.read_shift(1),K[0].c=O.read_shift(2),K[0].r=O.read_shift(2)),K}function o(O,Z,W){var K=O.l+Z,z=l(O,Z,W);if(z[1].t="s",W.vers==20768){O.l++;var ie=O.read_shift(1);return z[1].v=O.read_shift(ie,"utf8"),z}return W.qpro&&O.l++,z[1].v=O.read_shift(K-O.l,"cstr"),z}function h(O,Z,W){var K=Ot(7+W.length);K.write_shift(1,255),K.write_shift(2,Z),K.write_shift(2,O),K.write_shift(1,39);for(var z=0;z<K.length;++z){var ie=W.charCodeAt(z);K.write_shift(1,ie>=128?95:ie)}return K.write_shift(1,0),K}function u(O,Z,W){var K=l(O,Z,W);return K[1].v=O.read_shift(2,"i"),K}function d(O,Z,W){var K=Ot(7);return K.write_shift(1,255),K.write_shift(2,Z),K.write_shift(2,O),K.write_shift(2,W,"i"),K}function p(O,Z,W){var K=l(O,Z,W);return K[1].v=O.read_shift(8,"f"),K}function g(O,Z,W){var K=Ot(13);return K.write_shift(1,255),K.write_shift(2,Z),K.write_shift(2,O),K.write_shift(8,W,"f"),K}function x(O,Z,W){var K=O.l+Z,z=l(O,Z,W);if(z[1].v=O.read_shift(8,"f"),W.qpro)O.l=K;else{var ie=O.read_shift(2);w(O.slice(O.l,O.l+ie),z),O.l+=ie}return z}function _(O,Z,W){var K=Z&32768;return Z&=-32769,Z=(K?O:0)+(Z>=8192?Z-16384:Z),(K?"":"$")+(W?Nt(Z):jt(Z))}var b={51:["FALSE",0],52:["TRUE",0],70:["LEN",1],80:["SUM",69],81:["AVERAGEA",69],82:["COUNTA",69],83:["MINA",69],84:["MAXA",69],111:["T",1]},m=["","","","","","","","","","+","-","*","/","^","=","<>","<=",">=","<",">","","","","","&","","","","","","",""];function w(O,Z){zt(O,0);for(var W=[],K=0,z="",ie="",De="",ae="";O.l<O.length;){var de=O[O.l++];switch(de){case 0:W.push(O.read_shift(8,"f"));break;case 1:ie=_(Z[0].c,O.read_shift(2),!0),z=_(Z[0].r,O.read_shift(2),!1),W.push(ie+z);break;case 2:{var Le=_(Z[0].c,O.read_shift(2),!0),te=_(Z[0].r,O.read_shift(2),!1);ie=_(Z[0].c,O.read_shift(2),!0),z=_(Z[0].r,O.read_shift(2),!1),W.push(Le+te+":"+ie+z)}break;case 3:if(O.l<O.length){console.error("WK1 premature formula end");return}break;case 4:W.push("("+W.pop()+")");break;case 5:W.push(O.read_shift(2));break;case 6:{for(var Ie="";de=O[O.l++];)Ie+=String.fromCharCode(de);W.push('"'+Ie.replace(/"/g,'""')+'"')}break;case 8:W.push("-"+W.pop());break;case 23:W.push("+"+W.pop());break;case 22:W.push("NOT("+W.pop()+")");break;case 20:case 21:ae=W.pop(),De=W.pop(),W.push(["AND","OR"][de-20]+"("+De+","+ae+")");break;default:if(de<32&&m[de])ae=W.pop(),De=W.pop(),W.push(De+m[de]+ae);else if(b[de]){if(K=b[de][1],K==69&&(K=O[O.l++]),K>W.length){console.error("WK1 bad formula parse 0x"+de.toString(16)+":|"+W.join("|")+"|");return}var Ne=W.slice(-K);W.length-=K,W.push(b[de][0]+"("+Ne.join(",")+")")}else return de<=7?console.error("WK1 invalid opcode "+de.toString(16)):de<=24?console.error("WK1 unsupported op "+de.toString(16)):de<=30?console.error("WK1 invalid opcode "+de.toString(16)):de<=115?console.error("WK1 unsupported function opcode "+de.toString(16)):console.error("WK1 unrecognized opcode "+de.toString(16))}}W.length==1?Z[1].f=""+W[0]:console.error("WK1 bad formula parse |"+W.join("|")+"|")}function y(O){var Z=[{c:0,r:0},{t:"n",v:0},0];return Z[0].r=O.read_shift(2),Z[3]=O[O.l++],Z[0].c=O[O.l++],Z}function v(O,Z){var W=y(O);return W[1].t="s",W[1].v=O.read_shift(Z-4,"cstr"),W}function D(O,Z,W,K){var z=Ot(6+K.length);z.write_shift(2,O),z.write_shift(1,W),z.write_shift(1,Z),z.write_shift(1,39);for(var ie=0;ie<K.length;++ie){var De=K.charCodeAt(ie);z.write_shift(1,De>=128?95:De)}return z.write_shift(1,0),z}function E(O,Z){var W=y(O);W[1].v=O.read_shift(2);var K=W[1].v>>1;if(W[1].v&1)switch(K&7){case 0:K=(K>>3)*5e3;break;case 1:K=(K>>3)*500;break;case 2:K=(K>>3)/20;break;case 3:K=(K>>3)/200;break;case 4:K=(K>>3)/2e3;break;case 5:K=(K>>3)/2e4;break;case 6:K=(K>>3)/16;break;case 7:K=(K>>3)/64;break}return W[1].v=K,W}function I(O,Z){var W=y(O),K=O.read_shift(4),z=O.read_shift(4),ie=O.read_shift(2);if(ie==65535)return K===0&&z===3221225472?(W[1].t="e",W[1].v=15):K===0&&z===3489660928?(W[1].t="e",W[1].v=42):W[1].v=0,W;var De=ie&32768;return ie=(ie&32767)-16446,W[1].v=(1-De*2)*(z*Math.pow(2,ie+32)+K*Math.pow(2,ie)),W}function U(O,Z,W,K){var z=Ot(14);if(z.write_shift(2,O),z.write_shift(1,W),z.write_shift(1,Z),K==0)return z.write_shift(4,0),z.write_shift(4,0),z.write_shift(2,65535),z;var ie=0,De=0,ae=0,de=0;return K<0&&(ie=1,K=-K),De=Math.log2(K)|0,K/=Math.pow(2,De-31),de=K>>>0,(de&2147483648)==0&&(K/=2,++De,de=K>>>0),K-=de,de|=2147483648,de>>>=0,K*=Math.pow(2,32),ae=K>>>0,z.write_shift(4,ae),z.write_shift(4,de),De+=16383+(ie?32768:0),z.write_shift(2,De),z}function R(O,Z){var W=I(O);return O.l+=Z-14,W}function S(O,Z){var W=y(O),K=O.read_shift(4);return W[1].v=K>>6,W}function M(O,Z){var W=y(O),K=O.read_shift(8,"f");return W[1].v=K,W}function L(O,Z){var W=M(O);return O.l+=Z-10,W}function Y(O,Z){return O[O.l+Z-1]==0?O.read_shift(Z,"cstr"):""}function le(O,Z){var W=O[O.l++];W>Z-1&&(W=Z-1);for(var K="";K.length<W;)K+=String.fromCharCode(O[O.l++]);return K}function N(O,Z,W){if(!(!W.qpro||Z<21)){var K=O.read_shift(1);O.l+=17,O.l+=1,O.l+=2;var z=O.read_shift(Z-21,"cstr");return[K,z]}}function ee(O,Z){for(var W={},K=O.l+Z;O.l<K;){var z=O.read_shift(2);if(z==14e3){for(W[z]=[0,""],W[z][0]=O.read_shift(2);O[O.l];)W[z][1]+=String.fromCharCode(O[O.l]),O.l++;O.l++}}return W}function k(O,Z){var W=Ot(5+O.length);W.write_shift(2,14e3),W.write_shift(2,Z);for(var K=0;K<O.length;++K){var z=O.charCodeAt(K);W[W.l++]=z>127?95:z}return W[W.l++]=0,W}var ce={0:{n:"BOF",f:Rt},1:{n:"EOF"},2:{n:"CALCMODE"},3:{n:"CALCORDER"},4:{n:"SPLIT"},5:{n:"SYNC"},6:{n:"RANGE",f:c},7:{n:"WINDOW1"},8:{n:"COLW1"},9:{n:"WINTWO"},10:{n:"COLW2"},11:{n:"NAME"},12:{n:"BLANK"},13:{n:"INTEGER",f:u},14:{n:"NUMBER",f:p},15:{n:"LABEL",f:o},16:{n:"FORMULA",f:x},24:{n:"TABLE"},25:{n:"ORANGE"},26:{n:"PRANGE"},27:{n:"SRANGE"},28:{n:"FRANGE"},29:{n:"KRANGE1"},32:{n:"HRANGE"},35:{n:"KRANGE2"},36:{n:"PROTEC"},37:{n:"FOOTER"},38:{n:"HEADER"},39:{n:"SETUP"},40:{n:"MARGINS"},41:{n:"LABELFMT"},42:{n:"TITLES"},43:{n:"SHEETJS"},45:{n:"GRAPH"},46:{n:"NGRAPH"},47:{n:"CALCCOUNT"},48:{n:"UNFORMATTED"},49:{n:"CURSORW12"},50:{n:"WINDOW"},51:{n:"STRING",f:o},55:{n:"PASSWORD"},56:{n:"LOCKED"},60:{n:"QUERY"},61:{n:"QUERYNAME"},62:{n:"PRINT"},63:{n:"PRINTNAME"},64:{n:"GRAPH2"},65:{n:"GRAPHNAME"},66:{n:"ZOOM"},67:{n:"SYMSPLIT"},68:{n:"NSROWS"},69:{n:"NSCOLS"},70:{n:"RULER"},71:{n:"NNAME"},72:{n:"ACOMM"},73:{n:"AMACRO"},74:{n:"PARSE"},102:{n:"PRANGES??"},103:{n:"RRANGES??"},104:{n:"FNAME??"},105:{n:"MRANGES??"},204:{n:"SHEETNAMECS",f:Y},222:{n:"SHEETNAMELP",f:le},65535:{n:""}},G={0:{n:"BOF"},1:{n:"EOF"},2:{n:"PASSWORD"},3:{n:"CALCSET"},4:{n:"WINDOWSET"},5:{n:"SHEETCELLPTR"},6:{n:"SHEETLAYOUT"},7:{n:"COLUMNWIDTH"},8:{n:"HIDDENCOLUMN"},9:{n:"USERRANGE"},10:{n:"SYSTEMRANGE"},11:{n:"ZEROFORCE"},12:{n:"SORTKEYDIR"},13:{n:"FILESEAL"},14:{n:"DATAFILLNUMS"},15:{n:"PRINTMAIN"},16:{n:"PRINTSTRING"},17:{n:"GRAPHMAIN"},18:{n:"GRAPHSTRING"},19:{n:"??"},20:{n:"ERRCELL"},21:{n:"NACELL"},22:{n:"LABEL16",f:v},23:{n:"NUMBER17",f:I},24:{n:"NUMBER18",f:E},25:{n:"FORMULA19",f:R},26:{n:"FORMULA1A"},27:{n:"XFORMAT",f:ee},28:{n:"DTLABELMISC"},29:{n:"DTLABELCELL"},30:{n:"GRAPHWINDOW"},31:{n:"CPA"},32:{n:"LPLAUTO"},33:{n:"QUERY"},34:{n:"HIDDENSHEET"},35:{n:"??"},37:{n:"NUMBER25",f:S},38:{n:"??"},39:{n:"NUMBER27",f:M},40:{n:"FORMULA28",f:L},142:{n:"??"},147:{n:"??"},150:{n:"??"},151:{n:"??"},152:{n:"??"},153:{n:"??"},154:{n:"??"},155:{n:"??"},156:{n:"??"},163:{n:"??"},174:{n:"??"},175:{n:"??"},176:{n:"??"},177:{n:"??"},184:{n:"??"},185:{n:"??"},186:{n:"??"},187:{n:"??"},188:{n:"??"},195:{n:"??"},201:{n:"??"},204:{n:"SHEETNAMECS",f:Y},205:{n:"??"},206:{n:"??"},207:{n:"??"},208:{n:"??"},256:{n:"??"},259:{n:"??"},260:{n:"??"},261:{n:"??"},262:{n:"??"},263:{n:"??"},265:{n:"??"},266:{n:"??"},267:{n:"??"},268:{n:"??"},270:{n:"??"},271:{n:"??"},384:{n:"??"},389:{n:"??"},390:{n:"??"},393:{n:"??"},396:{n:"??"},512:{n:"??"},514:{n:"??"},513:{n:"??"},516:{n:"??"},517:{n:"??"},640:{n:"??"},641:{n:"??"},642:{n:"??"},643:{n:"??"},644:{n:"??"},645:{n:"??"},646:{n:"??"},647:{n:"??"},648:{n:"??"},658:{n:"??"},659:{n:"??"},660:{n:"??"},661:{n:"??"},662:{n:"??"},665:{n:"??"},666:{n:"??"},768:{n:"??"},772:{n:"??"},1537:{n:"SHEETINFOQP",f:N},1600:{n:"??"},1602:{n:"??"},1793:{n:"??"},1794:{n:"??"},1795:{n:"??"},1796:{n:"??"},1920:{n:"??"},2048:{n:"??"},2049:{n:"??"},2052:{n:"??"},2688:{n:"??"},10998:{n:"??"},12849:{n:"??"},28233:{n:"??"},28484:{n:"??"},65535:{n:""}};return{sheet_to_wk1:i,book_to_wk3:r,to_workbook:n}})();function Sd(e){var n={},t=e.match(Zt),i=0,r=!1;if(t)for(;i!=t.length;++i){var a=tt(t[i]);switch(a[0].replace(/\w*:/g,"")){case"<condense":break;case"<extend":break;case"<shadow":if(!a.val)break;case"<shadow>":case"<shadow/>":n.shadow=1;break;case"</shadow>":break;case"<charset":if(a.val=="1")break;n.cp=Ba[parseInt(a.val,10)];break;case"<outline":if(!a.val)break;case"<outline>":case"<outline/>":n.outline=1;break;case"</outline>":break;case"<rFont":n.name=a.val;break;case"<sz":n.sz=a.val;break;case"<strike":if(!a.val)break;case"<strike>":case"<strike/>":n.strike=1;break;case"</strike>":break;case"<u":if(!a.val)break;switch(a.val){case"double":n.uval="double";break;case"singleAccounting":n.uval="single-accounting";break;case"doubleAccounting":n.uval="double-accounting";break}case"<u>":case"<u/>":n.u=1;break;case"</u>":break;case"<b":if(a.val=="0")break;case"<b>":case"<b/>":n.b=1;break;case"</b>":break;case"<i":if(a.val=="0")break;case"<i>":case"<i/>":n.i=1;break;case"</i>":break;case"<color":a.rgb&&(n.color=a.rgb.slice(2,8));break;case"<color>":case"<color/>":case"</color>":break;case"<family":n.family=a.val;break;case"<family>":case"<family/>":case"</family>":break;case"<vertAlign":n.valign=a.val;break;case"<vertAlign>":case"<vertAlign/>":case"</vertAlign>":break;case"<scheme":break;case"<scheme>":case"<scheme/>":case"</scheme>":break;case"<extLst":case"<extLst>":case"</extLst>":break;case"<ext":r=!0;break;case"</ext>":r=!1;break;default:if(a[0].charCodeAt(1)!==47&&!r)throw new Error("Unrecognized rich format "+a[0])}}return n}var Id=(function(){var e=ii("t"),n=ii("rPr");function t(a){var s=a.match(e);if(!s)return{t:"s",v:""};var c={t:"s",v:gt(s[1])},f=a.match(n);return f&&(c.s=Sd(f[1])),c}var i=/<(?:\w+:)?r>/g,r=/<\/(?:\w+:)?r>/;return function(s){return s.replace(i,"").split(r).map(t).filter(function(c){return c.v})}})(),Rd=(function(){var n=/(\r\n|\n)/g;function t(r,a,s){var c=[];r.u&&c.push("text-decoration: underline;"),r.uval&&c.push("text-underline-style:"+r.uval+";"),r.sz&&c.push("font-size:"+r.sz+"pt;"),r.outline&&c.push("text-effect: outline;"),r.shadow&&c.push("text-shadow: auto;"),a.push('<span style="'+c.join("")+'">'),r.b&&(a.push("<b>"),s.push("</b>")),r.i&&(a.push("<i>"),s.push("</i>")),r.strike&&(a.push("<s>"),s.push("</s>"));var f=r.valign||"";return f=="superscript"||f=="super"?f="sup":f=="subscript"&&(f="sub"),f!=""&&(a.push("<"+f+">"),s.push("</"+f+">")),s.push("</span>"),r}function i(r){var a=[[],r.v,[]];return r.v?(r.s&&t(r.s,a[0],a[2]),a[0].join("")+a[1].replace(n,"<br/>")+a[2].join("")):""}return function(a){return a.map(i).join("")}})(),Od=/<(?:\w+:)?t[^>]*>([^<]*)<\/(?:\w+:)?t>/g,Nd=/<(?:\w+:)?r>/,Bd=/<(?:\w+:)?rPh.*?>([\s\S]*?)<\/(?:\w+:)?rPh>/g;function qa(e,n){var t=n?n.cellHTML:!0,i={};return e?(e.match(/^\s*<(?:\w+:)?t[^>]*>/)?(i.t=gt(wt(e.slice(e.indexOf(">")+1).split(/<\/(?:\w+:)?t>/)[0]||"")),i.r=wt(e),t&&(i.h=ja(i.t))):e.match(Nd)&&(i.r=wt(e),i.t=gt(wt((e.replace(Bd,"").match(Od)||[]).join("").replace(Zt,""))),t&&(i.h=Rd(Id(i.r)))),i):{t:""}}var Ld=/<(?:\w+:)?sst([^>]*)>([\s\S]*)<\/(?:\w+:)?sst>/,Md=/<(?:\w+:)?(?:si|sstItem)>/g,Wd=/<\/(?:\w+:)?(?:si|sstItem)>/;function Pd(e,n){var t=[],i="";if(!e)return t;var r=e.match(Ld);if(r){i=r[2].replace(Md,"").split(Wd);for(var a=0;a!=i.length;++a){var s=qa(i[a].trim(),n);s!=null&&(t[t.length]=s)}r=tt(r[1]),t.Count=r.count,t.Unique=r.uniqueCount}return t}function zd(e){return[e.read_shift(4),e.read_shift(4)]}function Xd(e,n){var t=[],i=!1;return Xn(e,function(a,s,c){switch(c){case 159:t.Count=a[0],t.Unique=a[1];break;case 19:t.push(a);break;case 160:return!0;case 35:i=!0;break;case 36:i=!1;break;default:if(s.T,!i||n.WTF)throw new Error("Unexpected record 0x"+c.toString(16))}}),t}function af(e){for(var n=[],t=e.split(""),i=0;i<t.length;++i)n[i]=t[i].charCodeAt(0);return n}function Pn(e,n){var t={};return t.Major=e.read_shift(2),t.Minor=e.read_shift(2),n>=4&&(e.l+=n-4),t}function jd(e){var n={};return n.id=e.read_shift(0,"lpp4"),n.R=Pn(e,4),n.U=Pn(e,4),n.W=Pn(e,4),n}function Hd(e){for(var n=e.read_shift(4),t=e.l+n-4,i={},r=e.read_shift(4),a=[];r-- >0;)a.push({t:e.read_shift(4),v:e.read_shift(0,"lpp4")});if(i.name=e.read_shift(0,"lpp4"),i.comps=a,e.l!=t)throw new Error("Bad DataSpaceMapEntry: "+e.l+" != "+t);return i}function Vd(e){var n=[];e.l+=4;for(var t=e.read_shift(4);t-- >0;)n.push(Hd(e));return n}function Gd(e){var n=[];e.l+=4;for(var t=e.read_shift(4);t-- >0;)n.push(e.read_shift(0,"lpp4"));return n}function $d(e){var n={};return e.read_shift(4),e.l+=4,n.id=e.read_shift(0,"lpp4"),n.name=e.read_shift(0,"lpp4"),n.R=Pn(e,4),n.U=Pn(e,4),n.W=Pn(e,4),n}function Yd(e){var n=$d(e);if(n.ename=e.read_shift(0,"8lpp4"),n.blksz=e.read_shift(4),n.cmode=e.read_shift(4),e.read_shift(4)!=4)throw new Error("Bad !Primary record");return n}function sf(e,n){var t=e.l+n,i={};i.Flags=e.read_shift(4)&63,e.l+=4,i.AlgID=e.read_shift(4);var r=!1;switch(i.AlgID){case 26126:case 26127:case 26128:r=i.Flags==36;break;case 26625:r=i.Flags==4;break;case 0:r=i.Flags==16||i.Flags==4||i.Flags==36;break;default:throw"Unrecognized encryption algorithm: "+i.AlgID}if(!r)throw new Error("Encryption Flags/AlgID mismatch");return i.AlgIDHash=e.read_shift(4),i.KeySize=e.read_shift(4),i.ProviderType=e.read_shift(4),e.l+=8,i.CSPName=e.read_shift(t-e.l>>1,"utf16le"),e.l=t,i}function cf(e,n){var t={},i=e.l+n;return e.l+=4,t.Salt=e.slice(e.l,e.l+16),e.l+=16,t.Verifier=e.slice(e.l,e.l+16),e.l+=16,e.read_shift(4),t.VerifierHash=e.slice(e.l,i),e.l=i,t}function Kd(e){var n=Pn(e);switch(n.Minor){case 2:return[n.Minor,Zd(e)];case 3:return[n.Minor,Qd()];case 4:return[n.Minor,Jd(e)]}throw new Error("ECMA-376 Encrypted file unrecognized Version: "+n.Minor)}function Zd(e){var n=e.read_shift(4);if((n&63)!=36)throw new Error("EncryptionInfo mismatch");var t=e.read_shift(4),i=sf(e,t),r=cf(e,e.length-e.l);return{t:"Std",h:i,v:r}}function Qd(){throw new Error("File is password-protected: ECMA-376 Extensible")}function Jd(e){var n=["saltSize","blockSize","keyBits","hashSize","cipherAlgorithm","cipherChaining","hashAlgorithm","saltValue"];e.l+=4;var t=e.read_shift(e.length-e.l,"utf8"),i={};return t.replace(Zt,function(a){var s=tt(a);switch(In(s[0])){case"<?xml":break;case"<encryption":case"</encryption>":break;case"<keyData":n.forEach(function(c){i[c]=s[c]});break;case"<dataIntegrity":i.encryptedHmacKey=s.encryptedHmacKey,i.encryptedHmacValue=s.encryptedHmacValue;break;case"<keyEncryptors>":case"<keyEncryptors":i.encs=[];break;case"</keyEncryptors>":break;case"<keyEncryptor":i.uri=s.uri;break;case"</keyEncryptor>":break;case"<encryptedKey":i.encs.push(s);break;default:throw s[0]}}),i}function qd(e,n){var t={},i=t.EncryptionVersionInfo=Pn(e,4);if(n-=4,i.Minor!=2)throw new Error("unrecognized minor version code: "+i.Minor);if(i.Major>4||i.Major<2)throw new Error("unrecognized major version code: "+i.Major);t.Flags=e.read_shift(4),n-=4;var r=e.read_shift(4);return n-=4,t.EncryptionHeader=sf(e,r),n-=r,t.EncryptionVerifier=cf(e,n),t}function ep(e){var n={},t=n.EncryptionVersionInfo=Pn(e,4);if(t.Major!=1||t.Minor!=1)throw"unrecognized version code "+t.Major+" : "+t.Minor;return n.Salt=e.read_shift(16),n.EncryptedVerifier=e.read_shift(16),n.EncryptedVerifierHash=e.read_shift(16),n}function tp(e){var n=0,t,i=af(e),r=i.length+1,a,s,c,f,l;for(t=Qn(r),t[0]=i.length,a=1;a!=r;++a)t[a]=i[a-1];for(a=r-1;a>=0;--a)s=t[a],c=(n&16384)===0?0:1,f=n<<1&32767,l=c|f,n=l^s;return n^52811}var of=(function(){var e=[187,255,255,186,255,255,185,128,0,190,15,0,191,15,0],n=[57840,7439,52380,33984,4364,3600,61902,12606,6258,57657,54287,34041,10252,43370,20163],t=[44796,19929,39858,10053,20106,40212,10761,31585,63170,64933,60267,50935,40399,11199,17763,35526,1453,2906,5812,11624,23248,885,1770,3540,7080,14160,28320,56640,55369,41139,20807,41614,21821,43642,17621,28485,56970,44341,19019,38038,14605,29210,60195,50791,40175,10751,21502,43004,24537,18387,36774,3949,7898,15796,31592,63184,47201,24803,49606,37805,14203,28406,56812,17824,35648,1697,3394,6788,13576,27152,43601,17539,35078,557,1114,2228,4456,30388,60776,51953,34243,7079,14158,28316,14128,28256,56512,43425,17251,34502,7597,13105,26210,52420,35241,883,1766,3532,4129,8258,16516,33032,4657,9314,18628],i=function(s){return(s/2|s*128)&255},r=function(s,c){return i(s^c)},a=function(s){for(var c=n[s.length-1],f=104,l=s.length-1;l>=0;--l)for(var o=s[l],h=0;h!=7;++h)o&64&&(c^=t[f]),o*=2,--f;return c};return function(s){for(var c=af(s),f=a(c),l=c.length,o=Qn(16),h=0;h!=16;++h)o[h]=0;var u,d,p;for((l&1)===1&&(u=f>>8,o[l]=r(e[0],u),--l,u=f&255,d=c[c.length-1],o[l]=r(d,u));l>0;)--l,u=f>>8,o[l]=r(c[l],u),--l,u=f&255,o[l]=r(c[l],u);for(l=15,p=15-c.length;p>0;)u=f>>8,o[l]=r(e[p],u),--l,--p,u=f&255,o[l]=r(c[l],u),--l,--p;return o}})(),np=function(e,n,t,i,r){r||(r=n),i||(i=of(e));var a,s;for(a=0;a!=n.length;++a)s=n[a],s^=i[t],s=(s>>5|s<<3)&255,r[a]=s,++t;return[r,t,i]},rp=function(e){var n=0,t=of(e);return function(i){var r=np("",i,n,t);return n=r[1],r[0]}};function ip(e,n,t,i){var r={key:Rt(e),verificationBytes:Rt(e)};return t.password&&(r.verifier=tp(t.password)),i.valid=r.verificationBytes===r.verifier,i.valid&&(i.insitu=rp(t.password)),r}function ap(e,n,t){var i=t||{};return i.Info=e.read_shift(2),e.l-=2,i.Info===1?i.Data=ep(e):i.Data=qd(e,n),i}function sp(e,n,t){var i={Type:t.biff>=8?e.read_shift(2):0};return i.Type?ap(e,n-2,i):ip(e,t.biff>=8?n:n-2,t,i),i}var cp=(function(){function e(r,a){switch(a.type){case"base64":return n(hn(r),a);case"binary":return n(r,a);case"buffer":return n(ht&&Buffer.isBuffer(r)?r.toString("binary"):dr(r),a);case"array":return n(fr(r),a)}throw new Error("Unrecognized type "+a.type)}function n(r,a){var s=a||{},c=s.dense?[]:{},f=r.match(/\\trowd.*?\\row\b/g);if(!f.length)throw new Error("RTF missing table");var l={s:{c:0,r:0},e:{c:0,r:f.length-1}};return f.forEach(function(o,h){Array.isArray(c)&&(c[h]=[]);for(var u=/\\\w+\b/g,d=0,p,g=-1;p=u.exec(o);){switch(p[0]){case"\\cell":var x=o.slice(d,u.lastIndex-p[0].length);if(x[0]==" "&&(x=x.slice(1)),++g,x.length){var _={v:x,t:"s"};Array.isArray(c)?c[h][g]=_:c[st({r:h,c:g})]=_}break}d=u.lastIndex}g>l.e.c&&(l.e.c=g)}),c["!ref"]=pt(l),c}function t(r,a){return qn(e(r,a),a)}function i(r){for(var a=["{\\rtf1\\ansi"],s=Ft(r["!ref"]),c,f=Array.isArray(r),l=s.s.r;l<=s.e.r;++l){a.push("\\trowd\\trautofit1");for(var o=s.s.c;o<=s.e.c;++o)a.push("\\cellx"+(o+1));for(a.push("\\pard\\intbl"),o=s.s.c;o<=s.e.c;++o){var h=st({r:l,c:o});c=f?(r[l]||[])[o]:r[h],!(!c||c.v==null&&(!c.f||c.F))&&(a.push(" "+(c.w||(zn(c),c.w))),a.push("\\cell"))}a.push("\\pard\\intbl\\row")}return a.join("")+"}"}return{to_workbook:t,to_sheet:e,from_sheet:i}})();function op(e){var n=e.slice(e[0]==="#"?1:0).slice(0,6);return[parseInt(n.slice(0,2),16),parseInt(n.slice(2,4),16),parseInt(n.slice(4,6),16)]}function ci(e){for(var n=0,t=1;n!=3;++n)t=t*256+(e[n]>255?255:e[n]<0?0:e[n]);return t.toString(16).toUpperCase().slice(1)}function fp(e){var n=e[0]/255,t=e[1]/255,i=e[2]/255,r=Math.max(n,t,i),a=Math.min(n,t,i),s=r-a;if(s===0)return[0,0,n];var c=0,f=0,l=r+a;switch(f=s/(l>1?2-l:l),r){case n:c=((t-i)/s+6)%6;break;case t:c=(i-n)/s+2;break;case i:c=(n-t)/s+4;break}return[c/6,f,l/2]}function lp(e){var n=e[0],t=e[1],i=e[2],r=t*2*(i<.5?i:1-i),a=i-r/2,s=[a,a,a],c=6*n,f;if(t!==0)switch(c|0){case 0:case 6:f=r*c,s[0]+=r,s[1]+=f;break;case 1:f=r*(2-c),s[0]+=f,s[1]+=r;break;case 2:f=r*(c-2),s[1]+=r,s[2]+=f;break;case 3:f=r*(4-c),s[1]+=f,s[2]+=r;break;case 4:f=r*(c-4),s[2]+=r,s[0]+=f;break;case 5:f=r*(6-c),s[2]+=f,s[0]+=r;break}for(var l=0;l!=3;++l)s[l]=Math.round(s[l]*255);return s}function Pi(e,n){if(n===0)return e;var t=fp(op(e));return n<0?t[2]=t[2]*(1+n):t[2]=1-(1-t[2])*(1-n),ci(lp(t))}var ff=6,up=15,hp=1,qt=ff;function zi(e){return Math.floor((e+Math.round(128/qt)/256)*qt)}function Xi(e){return Math.floor((e-5)/qt*100+.5)/100}function Ea(e){return Math.round((e*qt+5)/qt*256)/256}function da(e){return Ea(Xi(zi(e)))}function es(e){var n=Math.abs(e-da(e)),t=qt;if(n>.005)for(qt=hp;qt<up;++qt)Math.abs(e-da(e))<=n&&(n=Math.abs(e-da(e)),t=qt);qt=t}function Ar(e){e.width?(e.wpx=zi(e.width),e.wch=Xi(e.wpx),e.MDW=qt):e.wpx?(e.wch=Xi(e.wpx),e.width=Ea(e.wch),e.MDW=qt):typeof e.wch=="number"&&(e.width=Ea(e.wch),e.wpx=zi(e.width),e.MDW=qt),e.customWidth&&delete e.customWidth}var dp=96,lf=dp;function uf(e){return e*96/lf}function oi(e){return e*lf/96}var pp={None:"none",Solid:"solid",Gray50:"mediumGray",Gray75:"darkGray",Gray25:"lightGray",HorzStripe:"darkHorizontal",VertStripe:"darkVertical",ReverseDiagStripe:"darkDown",DiagStripe:"darkUp",DiagCross:"darkGrid",ThickDiagCross:"darkTrellis",ThinHorzStripe:"lightHorizontal",ThinVertStripe:"lightVertical",ThinReverseDiagStripe:"lightDown",ThinHorzCross:"lightGrid"};function gp(e,n,t,i){n.Borders=[];var r={},a=!1;(e[0].match(Zt)||[]).forEach(function(s){var c=tt(s);switch(In(c[0])){case"<borders":case"<borders>":case"</borders>":break;case"<border":case"<border>":case"<border/>":r={},c.diagonalUp&&(r.diagonalUp=Tt(c.diagonalUp)),c.diagonalDown&&(r.diagonalDown=Tt(c.diagonalDown)),n.Borders.push(r);break;case"</border>":break;case"<left/>":break;case"<left":case"<left>":break;case"</left>":break;case"<right/>":break;case"<right":case"<right>":break;case"</right>":break;case"<top/>":break;case"<top":case"<top>":break;case"</top>":break;case"<bottom/>":break;case"<bottom":case"<bottom>":break;case"</bottom>":break;case"<diagonal":case"<diagonal>":case"<diagonal/>":break;case"</diagonal>":break;case"<horizontal":case"<horizontal>":case"<horizontal/>":break;case"</horizontal>":break;case"<vertical":case"<vertical>":case"<vertical/>":break;case"</vertical>":break;case"<start":case"<start>":case"<start/>":break;case"</start>":break;case"<end":case"<end>":case"<end/>":break;case"</end>":break;case"<color":case"<color>":break;case"<color/>":case"</color>":break;case"<extLst":case"<extLst>":case"</extLst>":break;case"<ext":a=!0;break;case"</ext>":a=!1;break;default:if(i&&i.WTF&&!a)throw new Error("unrecognized "+c[0]+" in borders")}})}function xp(e,n,t,i){n.Fills=[];var r={},a=!1;(e[0].match(Zt)||[]).forEach(function(s){var c=tt(s);switch(In(c[0])){case"<fills":case"<fills>":case"</fills>":break;case"<fill>":case"<fill":case"<fill/>":r={},n.Fills.push(r);break;case"</fill>":break;case"<gradientFill>":break;case"<gradientFill":case"</gradientFill>":n.Fills.push(r),r={};break;case"<patternFill":case"<patternFill>":c.patternType&&(r.patternType=c.patternType);break;case"<patternFill/>":case"</patternFill>":break;case"<bgColor":r.bgColor||(r.bgColor={}),c.indexed&&(r.bgColor.indexed=parseInt(c.indexed,10)),c.theme&&(r.bgColor.theme=parseInt(c.theme,10)),c.tint&&(r.bgColor.tint=parseFloat(c.tint)),c.rgb&&(r.bgColor.rgb=c.rgb.slice(-6));break;case"<bgColor/>":case"</bgColor>":break;case"<fgColor":r.fgColor||(r.fgColor={}),c.theme&&(r.fgColor.theme=parseInt(c.theme,10)),c.tint&&(r.fgColor.tint=parseFloat(c.tint)),c.rgb!=null&&(r.fgColor.rgb=c.rgb.slice(-6));break;case"<fgColor/>":case"</fgColor>":break;case"<stop":case"<stop/>":break;case"</stop>":break;case"<color":case"<color/>":break;case"</color>":break;case"<extLst":case"<extLst>":case"</extLst>":break;case"<ext":a=!0;break;case"</ext>":a=!1;break;default:if(i&&i.WTF&&!a)throw new Error("unrecognized "+c[0]+" in fills")}})}function mp(e,n,t,i){n.Fonts=[];var r={},a=!1;(e[0].match(Zt)||[]).forEach(function(s){var c=tt(s);switch(In(c[0])){case"<fonts":case"<fonts>":case"</fonts>":break;case"<font":case"<font>":break;case"</font>":case"<font/>":n.Fonts.push(r),r={};break;case"<name":c.val&&(r.name=wt(c.val));break;case"<name/>":case"</name>":break;case"<b":r.bold=c.val?Tt(c.val):1;break;case"<b/>":r.bold=1;break;case"<i":r.italic=c.val?Tt(c.val):1;break;case"<i/>":r.italic=1;break;case"<u":switch(c.val){case"none":r.underline=0;break;case"single":r.underline=1;break;case"double":r.underline=2;break;case"singleAccounting":r.underline=33;break;case"doubleAccounting":r.underline=34;break}break;case"<u/>":r.underline=1;break;case"<strike":r.strike=c.val?Tt(c.val):1;break;case"<strike/>":r.strike=1;break;case"<outline":r.outline=c.val?Tt(c.val):1;break;case"<outline/>":r.outline=1;break;case"<shadow":r.shadow=c.val?Tt(c.val):1;break;case"<shadow/>":r.shadow=1;break;case"<condense":r.condense=c.val?Tt(c.val):1;break;case"<condense/>":r.condense=1;break;case"<extend":r.extend=c.val?Tt(c.val):1;break;case"<extend/>":r.extend=1;break;case"<sz":c.val&&(r.sz=+c.val);break;case"<sz/>":case"</sz>":break;case"<vertAlign":c.val&&(r.vertAlign=c.val);break;case"<vertAlign/>":case"</vertAlign>":break;case"<family":c.val&&(r.family=parseInt(c.val,10));break;case"<family/>":case"</family>":break;case"<scheme":c.val&&(r.scheme=c.val);break;case"<scheme/>":case"</scheme>":break;case"<charset":if(c.val=="1")break;c.codepage=Ba[parseInt(c.val,10)];break;case"<color":if(r.color||(r.color={}),c.auto&&(r.color.auto=Tt(c.auto)),c.rgb)r.color.rgb=c.rgb.slice(-6);else if(c.indexed){r.color.index=parseInt(c.indexed,10);var f=cr[r.color.index];r.color.index==81&&(f=cr[1]),f||(f=cr[1]),r.color.rgb=f[0].toString(16)+f[1].toString(16)+f[2].toString(16)}else c.theme&&(r.color.theme=parseInt(c.theme,10),c.tint&&(r.color.tint=parseFloat(c.tint)),c.theme&&t.themeElements&&t.themeElements.clrScheme&&(r.color.rgb=Pi(t.themeElements.clrScheme[r.color.theme].rgb,r.color.tint||0)));break;case"<color/>":case"</color>":break;case"<AlternateContent":a=!0;break;case"</AlternateContent>":a=!1;break;case"<extLst":case"<extLst>":case"</extLst>":break;case"<ext":a=!0;break;case"</ext>":a=!1;break;default:if(i&&i.WTF&&!a)throw new Error("unrecognized "+c[0]+" in fonts")}})}function vp(e,n,t){n.NumberFmt=[];for(var i=Sn(ft),r=0;r<i.length;++r)n.NumberFmt[i[r]]=ft[i[r]];var a=e[0].match(Zt);if(a)for(r=0;r<a.length;++r){var s=tt(a[r]);switch(In(s[0])){case"<numFmts":case"</numFmts>":case"<numFmts/>":case"<numFmts>":break;case"<numFmt":{var c=gt(wt(s.formatCode)),f=parseInt(s.numFmtId,10);if(n.NumberFmt[f]=c,f>0){if(f>392){for(f=392;f>60&&n.NumberFmt[f]!=null;--f);n.NumberFmt[f]=c}sr(c,f)}}break;case"</numFmt>":break;default:if(t.WTF)throw new Error("unrecognized "+s[0]+" in numFmts")}}}var Fi=["numFmtId","fillId","fontId","borderId","xfId"],Ui=["applyAlignment","applyBorder","applyFill","applyFont","applyNumberFormat","applyProtection","pivotButton","quotePrefix"];function yp(e,n,t){n.CellXf=[];var i,r=!1;(e[0].match(Zt)||[]).forEach(function(a){var s=tt(a),c=0;switch(In(s[0])){case"<cellXfs":case"<cellXfs>":case"<cellXfs/>":case"</cellXfs>":break;case"<xf":case"<xf/>":for(i=s,delete i[0],c=0;c<Fi.length;++c)i[Fi[c]]&&(i[Fi[c]]=parseInt(i[Fi[c]],10));for(c=0;c<Ui.length;++c)i[Ui[c]]&&(i[Ui[c]]=Tt(i[Ui[c]]));if(n.NumberFmt&&i.numFmtId>392){for(c=392;c>60;--c)if(n.NumberFmt[i.numFmtId]==n.NumberFmt[c]){i.numFmtId=c;break}}n.CellXf.push(i);break;case"</xf>":break;case"<alignment":case"<alignment/>":var f={};s.vertical&&(f.vertical=s.vertical),s.horizontal&&(f.horizontal=s.horizontal),s.textRotation!=null&&(f.textRotation=s.textRotation),s.indent&&(f.indent=s.indent),s.wrapText&&(f.wrapText=Tt(s.wrapText)),i.alignment=f;break;case"</alignment>":break;case"<protection":break;case"</protection>":case"<protection/>":break;case"<AlternateContent":r=!0;break;case"</AlternateContent>":r=!1;break;case"<extLst":case"<extLst>":case"</extLst>":break;case"<ext":r=!0;break;case"</ext>":r=!1;break;default:if(t&&t.WTF&&!r)throw new Error("unrecognized "+s[0]+" in cellXfs")}})}var bp=(function(){var n=/<(?:\w+:)?numFmts([^>]*)>[\S\s]*?<\/(?:\w+:)?numFmts>/,t=/<(?:\w+:)?cellXfs([^>]*)>[\S\s]*?<\/(?:\w+:)?cellXfs>/,i=/<(?:\w+:)?fills([^>]*)>[\S\s]*?<\/(?:\w+:)?fills>/,r=/<(?:\w+:)?fonts([^>]*)>[\S\s]*?<\/(?:\w+:)?fonts>/,a=/<(?:\w+:)?borders([^>]*)>[\S\s]*?<\/(?:\w+:)?borders>/;return function(c,f,l){var o={};if(!c)return o;c=c.replace(/<!--([\s\S]*?)-->/mg,"").replace(/<!DOCTYPE[^\[]*\[[^\]]*\]>/gm,"");var h;return(h=c.match(n))&&vp(h,o,l),(h=c.match(r))&&mp(h,o,f,l),(h=c.match(i))&&xp(h,o,f,l),(h=c.match(a))&&gp(h,o,f,l),(h=c.match(t))&&yp(h,o,l),o}})();function _p(e,n){var t=e.read_shift(2),i=Yt(e);return[t,i]}function wp(e,n,t){var i={};i.sz=e.read_shift(2)/20;var r=I0(e);r.fItalic&&(i.italic=1),r.fCondense&&(i.condense=1),r.fExtend&&(i.extend=1),r.fShadow&&(i.shadow=1),r.fOutline&&(i.outline=1),r.fStrikeout&&(i.strike=1);var a=e.read_shift(2);switch(a===700&&(i.bold=1),e.read_shift(2)){case 1:i.vertAlign="superscript";break;case 2:i.vertAlign="subscript";break}var s=e.read_shift(1);s!=0&&(i.underline=s);var c=e.read_shift(1);c>0&&(i.family=c);var f=e.read_shift(1);switch(f>0&&(i.charset=f),e.l++,i.color=S0(e),e.read_shift(1)){case 1:i.scheme="major";break;case 2:i.scheme="minor";break}return i.name=Yt(e),i}var Dp=Kt;function Tp(e,n){var t=e.l+n,i=e.read_shift(2),r=e.read_shift(2);return e.l=t,{ixfe:i,numFmtId:r}}var Ep=Kt;function kp(e,n,t){var i={};i.NumberFmt=[];for(var r in ft)i.NumberFmt[r]=ft[r];i.CellXf=[],i.Fonts=[];var a=[],s=!1;return Xn(e,function(f,l,o){switch(o){case 44:i.NumberFmt[f[0]]=f[1],sr(f[1],f[0]);break;case 43:i.Fonts.push(f),f.color.theme!=null&&n&&n.themeElements&&n.themeElements.clrScheme&&(f.color.rgb=Pi(n.themeElements.clrScheme[f.color.theme].rgb,f.color.tint||0));break;case 1025:break;case 45:break;case 46:break;case 47:a[a.length-1]==617&&i.CellXf.push(f);break;case 48:case 507:case 572:case 475:break;case 1171:case 2102:case 1130:case 512:case 2095:case 3072:break;case 35:s=!0;break;case 36:s=!1;break;case 37:a.push(o),s=!0;break;case 38:a.pop(),s=!1;break;default:if(l.T>0)a.push(o);else if(l.T<0)a.pop();else if(!s||t.WTF&&a[a.length-1]!=37)throw new Error("Unexpected record 0x"+o.toString(16))}}),i}var Fp=["</a:lt1>","</a:dk1>","</a:lt2>","</a:dk2>","</a:accent1>","</a:accent2>","</a:accent3>","</a:accent4>","</a:accent5>","</a:accent6>","</a:hlink>","</a:folHlink>"];function Up(e,n,t){n.themeElements.clrScheme=[];var i={};(e[0].match(Zt)||[]).forEach(function(r){var a=tt(r);switch(a[0]){case"<a:clrScheme":case"</a:clrScheme>":break;case"<a:srgbClr":i.rgb=a.val;break;case"<a:sysClr":i.rgb=a.lastClr;break;case"<a:dk1>":case"</a:dk1>":case"<a:lt1>":case"</a:lt1>":case"<a:dk2>":case"</a:dk2>":case"<a:lt2>":case"</a:lt2>":case"<a:accent1>":case"</a:accent1>":case"<a:accent2>":case"</a:accent2>":case"<a:accent3>":case"</a:accent3>":case"<a:accent4>":case"</a:accent4>":case"<a:accent5>":case"</a:accent5>":case"<a:accent6>":case"</a:accent6>":case"<a:hlink>":case"</a:hlink>":case"<a:folHlink>":case"</a:folHlink>":a[0].charAt(1)==="/"?(n.themeElements.clrScheme[Fp.indexOf(a[0])]=i,i={}):i.name=a[0].slice(3,a[0].length-1);break;default:if(t&&t.WTF)throw new Error("Unrecognized "+a[0]+" in clrScheme")}})}function Ap(){}function Cp(){}var Sp=/<a:clrScheme([^>]*)>[\s\S]*<\/a:clrScheme>/,Ip=/<a:fontScheme([^>]*)>[\s\S]*<\/a:fontScheme>/,Rp=/<a:fmtScheme([^>]*)>[\s\S]*<\/a:fmtScheme>/;function Op(e,n,t){n.themeElements={};var i;[["clrScheme",Sp,Up],["fontScheme",Ip,Ap],["fmtScheme",Rp,Cp]].forEach(function(r){if(!(i=e.match(r[1])))throw new Error(r[0]+" not found in themeElements");r[2](i,n,t)})}var Np=/<a:themeElements([^>]*)>[\s\S]*<\/a:themeElements>/;function hf(e,n){(!e||e.length===0)&&(e=Bp());var t,i={};if(!(t=e.match(Np)))throw new Error("themeElements not found in theme");return Op(t[0],i,n),i.raw=e,i}function Bp(e,n){var t=[wo];return t[t.length]='<a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Office Theme">',t[t.length]="<a:themeElements>",t[t.length]='<a:clrScheme name="Office">',t[t.length]='<a:dk1><a:sysClr val="windowText" lastClr="000000"/></a:dk1>',t[t.length]='<a:lt1><a:sysClr val="window" lastClr="FFFFFF"/></a:lt1>',t[t.length]='<a:dk2><a:srgbClr val="1F497D"/></a:dk2>',t[t.length]='<a:lt2><a:srgbClr val="EEECE1"/></a:lt2>',t[t.length]='<a:accent1><a:srgbClr val="4F81BD"/></a:accent1>',t[t.length]='<a:accent2><a:srgbClr val="C0504D"/></a:accent2>',t[t.length]='<a:accent3><a:srgbClr val="9BBB59"/></a:accent3>',t[t.length]='<a:accent4><a:srgbClr val="8064A2"/></a:accent4>',t[t.length]='<a:accent5><a:srgbClr val="4BACC6"/></a:accent5>',t[t.length]='<a:accent6><a:srgbClr val="F79646"/></a:accent6>',t[t.length]='<a:hlink><a:srgbClr val="0000FF"/></a:hlink>',t[t.length]='<a:folHlink><a:srgbClr val="800080"/></a:folHlink>',t[t.length]="</a:clrScheme>",t[t.length]='<a:fontScheme name="Office">',t[t.length]="<a:majorFont>",t[t.length]='<a:latin typeface="Cambria"/>',t[t.length]='<a:ea typeface=""/>',t[t.length]='<a:cs typeface=""/>',t[t.length]='<a:font script="Jpan" typeface="MS Pゴシック"/>',t[t.length]='<a:font script="Hang" typeface="맑은 고딕"/>',t[t.length]='<a:font script="Hans" typeface="宋体"/>',t[t.length]='<a:font script="Hant" typeface="新細明體"/>',t[t.length]='<a:font script="Arab" typeface="Times New Roman"/>',t[t.length]='<a:font script="Hebr" typeface="Times New Roman"/>',t[t.length]='<a:font script="Thai" typeface="Tahoma"/>',t[t.length]='<a:font script="Ethi" typeface="Nyala"/>',t[t.length]='<a:font script="Beng" typeface="Vrinda"/>',t[t.length]='<a:font script="Gujr" typeface="Shruti"/>',t[t.length]='<a:font script="Khmr" typeface="MoolBoran"/>',t[t.length]='<a:font script="Knda" typeface="Tunga"/>',t[t.length]='<a:font script="Guru" typeface="Raavi"/>',t[t.length]='<a:font script="Cans" typeface="Euphemia"/>',t[t.length]='<a:font script="Cher" typeface="Plantagenet Cherokee"/>',t[t.length]='<a:font script="Yiii" typeface="Microsoft Yi Baiti"/>',t[t.length]='<a:font script="Tibt" typeface="Microsoft Himalaya"/>',t[t.length]='<a:font script="Thaa" typeface="MV Boli"/>',t[t.length]='<a:font script="Deva" typeface="Mangal"/>',t[t.length]='<a:font script="Telu" typeface="Gautami"/>',t[t.length]='<a:font script="Taml" typeface="Latha"/>',t[t.length]='<a:font script="Syrc" typeface="Estrangelo Edessa"/>',t[t.length]='<a:font script="Orya" typeface="Kalinga"/>',t[t.length]='<a:font script="Mlym" typeface="Kartika"/>',t[t.length]='<a:font script="Laoo" typeface="DokChampa"/>',t[t.length]='<a:font script="Sinh" typeface="Iskoola Pota"/>',t[t.length]='<a:font script="Mong" typeface="Mongolian Baiti"/>',t[t.length]='<a:font script="Viet" typeface="Times New Roman"/>',t[t.length]='<a:font script="Uigh" typeface="Microsoft Uighur"/>',t[t.length]='<a:font script="Geor" typeface="Sylfaen"/>',t[t.length]="</a:majorFont>",t[t.length]="<a:minorFont>",t[t.length]='<a:latin typeface="Calibri"/>',t[t.length]='<a:ea typeface=""/>',t[t.length]='<a:cs typeface=""/>',t[t.length]='<a:font script="Jpan" typeface="MS Pゴシック"/>',t[t.length]='<a:font script="Hang" typeface="맑은 고딕"/>',t[t.length]='<a:font script="Hans" typeface="宋体"/>',t[t.length]='<a:font script="Hant" typeface="新細明體"/>',t[t.length]='<a:font script="Arab" typeface="Arial"/>',t[t.length]='<a:font script="Hebr" typeface="Arial"/>',t[t.length]='<a:font script="Thai" typeface="Tahoma"/>',t[t.length]='<a:font script="Ethi" typeface="Nyala"/>',t[t.length]='<a:font script="Beng" typeface="Vrinda"/>',t[t.length]='<a:font script="Gujr" typeface="Shruti"/>',t[t.length]='<a:font script="Khmr" typeface="DaunPenh"/>',t[t.length]='<a:font script="Knda" typeface="Tunga"/>',t[t.length]='<a:font script="Guru" typeface="Raavi"/>',t[t.length]='<a:font script="Cans" typeface="Euphemia"/>',t[t.length]='<a:font script="Cher" typeface="Plantagenet Cherokee"/>',t[t.length]='<a:font script="Yiii" typeface="Microsoft Yi Baiti"/>',t[t.length]='<a:font script="Tibt" typeface="Microsoft Himalaya"/>',t[t.length]='<a:font script="Thaa" typeface="MV Boli"/>',t[t.length]='<a:font script="Deva" typeface="Mangal"/>',t[t.length]='<a:font script="Telu" typeface="Gautami"/>',t[t.length]='<a:font script="Taml" typeface="Latha"/>',t[t.length]='<a:font script="Syrc" typeface="Estrangelo Edessa"/>',t[t.length]='<a:font script="Orya" typeface="Kalinga"/>',t[t.length]='<a:font script="Mlym" typeface="Kartika"/>',t[t.length]='<a:font script="Laoo" typeface="DokChampa"/>',t[t.length]='<a:font script="Sinh" typeface="Iskoola Pota"/>',t[t.length]='<a:font script="Mong" typeface="Mongolian Baiti"/>',t[t.length]='<a:font script="Viet" typeface="Arial"/>',t[t.length]='<a:font script="Uigh" typeface="Microsoft Uighur"/>',t[t.length]='<a:font script="Geor" typeface="Sylfaen"/>',t[t.length]="</a:minorFont>",t[t.length]="</a:fontScheme>",t[t.length]='<a:fmtScheme name="Office">',t[t.length]="<a:fillStyleLst>",t[t.length]='<a:solidFill><a:schemeClr val="phClr"/></a:solidFill>',t[t.length]='<a:gradFill rotWithShape="1">',t[t.length]="<a:gsLst>",t[t.length]='<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="50000"/><a:satMod val="300000"/></a:schemeClr></a:gs>',t[t.length]='<a:gs pos="35000"><a:schemeClr val="phClr"><a:tint val="37000"/><a:satMod val="300000"/></a:schemeClr></a:gs>',t[t.length]='<a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="15000"/><a:satMod val="350000"/></a:schemeClr></a:gs>',t[t.length]="</a:gsLst>",t[t.length]='<a:lin ang="16200000" scaled="1"/>',t[t.length]="</a:gradFill>",t[t.length]='<a:gradFill rotWithShape="1">',t[t.length]="<a:gsLst>",t[t.length]='<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="100000"/><a:shade val="100000"/><a:satMod val="130000"/></a:schemeClr></a:gs>',t[t.length]='<a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="50000"/><a:shade val="100000"/><a:satMod val="350000"/></a:schemeClr></a:gs>',t[t.length]="</a:gsLst>",t[t.length]='<a:lin ang="16200000" scaled="0"/>',t[t.length]="</a:gradFill>",t[t.length]="</a:fillStyleLst>",t[t.length]="<a:lnStyleLst>",t[t.length]='<a:ln w="9525" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"><a:shade val="95000"/><a:satMod val="105000"/></a:schemeClr></a:solidFill><a:prstDash val="solid"/></a:ln>',t[t.length]='<a:ln w="25400" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln>',t[t.length]='<a:ln w="38100" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln>',t[t.length]="</a:lnStyleLst>",t[t.length]="<a:effectStyleLst>",t[t.length]="<a:effectStyle>",t[t.length]="<a:effectLst>",t[t.length]='<a:outerShdw blurRad="40000" dist="20000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="38000"/></a:srgbClr></a:outerShdw>',t[t.length]="</a:effectLst>",t[t.length]="</a:effectStyle>",t[t.length]="<a:effectStyle>",t[t.length]="<a:effectLst>",t[t.length]='<a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw>',t[t.length]="</a:effectLst>",t[t.length]="</a:effectStyle>",t[t.length]="<a:effectStyle>",t[t.length]="<a:effectLst>",t[t.length]='<a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw>',t[t.length]="</a:effectLst>",t[t.length]='<a:scene3d><a:camera prst="orthographicFront"><a:rot lat="0" lon="0" rev="0"/></a:camera><a:lightRig rig="threePt" dir="t"><a:rot lat="0" lon="0" rev="1200000"/></a:lightRig></a:scene3d>',t[t.length]='<a:sp3d><a:bevelT w="63500" h="25400"/></a:sp3d>',t[t.length]="</a:effectStyle>",t[t.length]="</a:effectStyleLst>",t[t.length]="<a:bgFillStyleLst>",t[t.length]='<a:solidFill><a:schemeClr val="phClr"/></a:solidFill>',t[t.length]='<a:gradFill rotWithShape="1">',t[t.length]="<a:gsLst>",t[t.length]='<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="40000"/><a:satMod val="350000"/></a:schemeClr></a:gs>',t[t.length]='<a:gs pos="40000"><a:schemeClr val="phClr"><a:tint val="45000"/><a:shade val="99000"/><a:satMod val="350000"/></a:schemeClr></a:gs>',t[t.length]='<a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="20000"/><a:satMod val="255000"/></a:schemeClr></a:gs>',t[t.length]="</a:gsLst>",t[t.length]='<a:path path="circle"><a:fillToRect l="50000" t="-80000" r="50000" b="180000"/></a:path>',t[t.length]="</a:gradFill>",t[t.length]='<a:gradFill rotWithShape="1">',t[t.length]="<a:gsLst>",t[t.length]='<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="80000"/><a:satMod val="300000"/></a:schemeClr></a:gs>',t[t.length]='<a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="30000"/><a:satMod val="200000"/></a:schemeClr></a:gs>',t[t.length]="</a:gsLst>",t[t.length]='<a:path path="circle"><a:fillToRect l="50000" t="50000" r="50000" b="50000"/></a:path>',t[t.length]="</a:gradFill>",t[t.length]="</a:bgFillStyleLst>",t[t.length]="</a:fmtScheme>",t[t.length]="</a:themeElements>",t[t.length]="<a:objectDefaults>",t[t.length]="<a:spDef>",t[t.length]='<a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx="1"><a:schemeClr val="accent1"/></a:lnRef><a:fillRef idx="3"><a:schemeClr val="accent1"/></a:fillRef><a:effectRef idx="2"><a:schemeClr val="accent1"/></a:effectRef><a:fontRef idx="minor"><a:schemeClr val="lt1"/></a:fontRef></a:style>',t[t.length]="</a:spDef>",t[t.length]="<a:lnDef>",t[t.length]='<a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx="2"><a:schemeClr val="accent1"/></a:lnRef><a:fillRef idx="0"><a:schemeClr val="accent1"/></a:fillRef><a:effectRef idx="1"><a:schemeClr val="accent1"/></a:effectRef><a:fontRef idx="minor"><a:schemeClr val="tx1"/></a:fontRef></a:style>',t[t.length]="</a:lnDef>",t[t.length]="</a:objectDefaults>",t[t.length]="<a:extraClrSchemeLst/>",t[t.length]="</a:theme>",t.join("")}function Lp(e,n,t){var i=e.l+n,r=e.read_shift(4);if(r!==124226){if(!t.cellStyles){e.l=i;return}var a=e.slice(e.l);e.l=i;var s;try{s=_o(a,{type:"array"})}catch{return}var c=un(s,"theme/theme/theme1.xml",!0);if(c)return hf(c,t)}}function Mp(e){return e.read_shift(4)}function Wp(e){var n={};switch(n.xclrType=e.read_shift(2),n.nTintShade=e.read_shift(2),n.xclrType){case 0:e.l+=4;break;case 1:n.xclrValue=Pp(e,4);break;case 2:n.xclrValue=Qo(e);break;case 3:n.xclrValue=Mp(e);break;case 4:e.l+=4;break}return e.l+=8,n}function Pp(e,n){return Kt(e,n)}function zp(e,n){return Kt(e,n)}function Xp(e){var n=e.read_shift(2),t=e.read_shift(2)-4,i=[n];switch(n){case 4:case 5:case 7:case 8:case 9:case 10:case 11:case 13:i[1]=Wp(e);break;case 6:i[1]=zp(e,t);break;case 14:case 15:i[1]=e.read_shift(t===1?1:2);break;default:throw new Error("Unrecognized ExtProp type: "+n+" "+t)}return i}function jp(e,n){var t=e.l+n;e.l+=2;var i=e.read_shift(2);e.l+=2;for(var r=e.read_shift(2),a=[];r-- >0;)a.push(Xp(e,t-e.l));return{ixfe:i,ext:a}}function Hp(e,n){n.forEach(function(t){t[0]})}function Vp(e,n){return{flags:e.read_shift(4),version:e.read_shift(4),name:Yt(e)}}function Gp(e){for(var n=[],t=e.read_shift(4);t-- >0;)n.push([e.read_shift(4),e.read_shift(4)]);return n}function $p(e){return e.l+=4,e.read_shift(4)!=0}function Yp(e,n,t){var i={Types:[],Cell:[],Value:[]},r=t||{},a=[],s=!1,c=2;return Xn(e,function(f,l,o){switch(o){case 335:i.Types.push({name:f.name});break;case 51:f.forEach(function(h){c==1?i.Cell.push({type:i.Types[h[0]-1].name,index:h[1]}):c==0&&i.Value.push({type:i.Types[h[0]-1].name,index:h[1]})});break;case 337:c=f?1:0;break;case 338:c=2;break;case 35:a.push(o),s=!0;break;case 36:a.pop(),s=!1;break;default:if(!l.T){if(!s||r.WTF&&a[a.length-1]!=35)throw new Error("Unexpected record 0x"+o.toString(16))}}}),i}function Kp(e,n,t){var i={Types:[],Cell:[],Value:[]};if(!e)return i;var r=!1,a=2,s;return e.replace(Zt,function(c){var f=tt(c);switch(In(f[0])){case"<?xml":break;case"<metadata":case"</metadata>":break;case"<metadataTypes":case"</metadataTypes>":break;case"<metadataType":i.Types.push({name:f.name});break;case"</metadataType>":break;case"<futureMetadata":for(var l=0;l<i.Types.length;++l)i.Types[l].name==f.name&&(s=i.Types[l]);break;case"</futureMetadata>":break;case"<bk>":break;case"</bk>":break;case"<rc":a==1?i.Cell.push({type:i.Types[f.t-1].name,index:+f.v}):a==0&&i.Value.push({type:i.Types[f.t-1].name,index:+f.v});break;case"</rc>":break;case"<cellMetadata":a=1;break;case"</cellMetadata>":a=2;break;case"<valueMetadata":a=0;break;case"</valueMetadata>":a=2;break;case"<extLst":case"<extLst>":case"</extLst>":case"<extLst/>":break;case"<ext":r=!0;break;case"</ext>":r=!1;break;case"<rvb":if(!s)break;s.offsets||(s.offsets=[]),s.offsets.push(+f.i);break;default:if(!r&&t.WTF)throw new Error("unrecognized "+f[0]+" in metadata")}return c}),i}function Zp(e){var n=[];if(!e)return n;var t=1;return(e.match(Zt)||[]).forEach(function(i){var r=tt(i);switch(r[0]){case"<?xml":break;case"<calcChain":case"<calcChain>":case"</calcChain>":break;case"<c":delete r[0],r.i?t=r.i:r.i=t,n.push(r);break}}),n}function Qp(e){var n={};n.i=e.read_shift(4);var t={};t.r=e.read_shift(4),t.c=e.read_shift(4),n.r=st(t);var i=e.read_shift(1);return i&2&&(n.l="1"),i&8&&(n.a="1"),n}function Jp(e,n,t){var i=[];return Xn(e,function(a,s,c){switch(c){case 63:i.push(a);break;default:if(!s.T)throw new Error("Unexpected record 0x"+c.toString(16))}}),i}function qp(e,n,t,i){if(!e)return e;var r=i||{},a=!1;Xn(e,function(c,f,l){switch(l){case 359:case 363:case 364:case 366:case 367:case 368:case 369:case 370:case 371:case 472:case 577:case 578:case 579:case 580:case 581:case 582:case 583:case 584:case 585:case 586:case 587:break;case 35:a=!0;break;case 36:a=!1;break;default:if(!f.T){if(!a||r.WTF)throw new Error("Unexpected record 0x"+l.toString(16))}}},r)}function e1(e,n){if(!e)return"??";var t=(e.match(/<c:chart [^>]*r:id="([^"]*)"/)||["",""])[1];return n["!id"][t].Target}function Ac(e,n,t,i){var r=Array.isArray(e),a;n.forEach(function(s){var c=en(s.ref);if(r?(e[c.r]||(e[c.r]=[]),a=e[c.r][c.c]):a=e[s.ref],!a){a={t:"z"},r?e[c.r][c.c]=a:e[s.ref]=a;var f=Ft(e["!ref"]||"BDWGO1000001:A1");f.s.r>c.r&&(f.s.r=c.r),f.e.r<c.r&&(f.e.r=c.r),f.s.c>c.c&&(f.s.c=c.c),f.e.c<c.c&&(f.e.c=c.c);var l=pt(f);l!==e["!ref"]&&(e["!ref"]=l)}a.c||(a.c=[]);var o={a:s.author,t:s.t,r:s.r,T:t};s.h&&(o.h=s.h);for(var h=a.c.length-1;h>=0;--h){if(!t&&a.c[h].T)return;t&&!a.c[h].T&&a.c.splice(h,1)}if(t&&i){for(h=0;h<i.length;++h)if(o.a==i[h].id){o.a=i[h].name||o.a;break}}a.c.push(o)})}function t1(e,n){if(e.match(/<(?:\w+:)?comments *\/>/))return[];var t=[],i=[],r=e.match(/<(?:\w+:)?authors>([\s\S]*)<\/(?:\w+:)?authors>/);r&&r[1]&&r[1].split(/<\/\w*:?author>/).forEach(function(s){if(!(s===""||s.trim()==="")){var c=s.match(/<(?:\w+:)?author[^>]*>(.*)/);c&&t.push(c[1])}});var a=e.match(/<(?:\w+:)?commentList>([\s\S]*)<\/(?:\w+:)?commentList>/);return a&&a[1]&&a[1].split(/<\/\w*:?comment>/).forEach(function(s){if(!(s===""||s.trim()==="")){var c=s.match(/<(?:\w+:)?comment[^>]*>/);if(c){var f=tt(c[0]),l={author:f.authorId&&t[f.authorId]||"sheetjsghost",ref:f.ref,guid:f.guid},o=en(f.ref);if(!(n.sheetRows&&n.sheetRows<=o.r)){var h=s.match(/<(?:\w+:)?text>([\s\S]*)<\/(?:\w+:)?text>/),u=!!h&&!!h[1]&&qa(h[1])||{r:"",t:"",h:""};l.r=u.r,u.r=="<t></t>"&&(u.t=u.h=""),l.t=(u.t||"").replace(/\r\n/g,`
|
|
28
|
+
`).replace(/\r/g,`
|
|
29
|
+
`),n.cellHTML&&(l.h=u.h),i.push(l)}}}}),i}function n1(e,n){var t=[],i=!1,r={},a=0;return e.replace(Zt,function(c,f){var l=tt(c);switch(In(l[0])){case"<?xml":break;case"<ThreadedComments":break;case"</ThreadedComments>":break;case"<threadedComment":r={author:l.personId,guid:l.id,ref:l.ref,T:1};break;case"</threadedComment>":r.t!=null&&t.push(r);break;case"<text>":case"<text":a=f+c.length;break;case"</text>":r.t=e.slice(a,f).replace(/\r\n/g,`
|
|
30
|
+
`).replace(/\r/g,`
|
|
31
|
+
`);break;case"<mentions":case"<mentions>":i=!0;break;case"</mentions>":i=!1;break;case"<extLst":case"<extLst>":case"</extLst>":case"<extLst/>":break;case"<ext":i=!0;break;case"</ext>":i=!1;break;default:if(!i&&n.WTF)throw new Error("unrecognized "+l[0]+" in threaded comments")}return c}),t}function r1(e,n){var t=[],i=!1;return e.replace(Zt,function(a){var s=tt(a);switch(In(s[0])){case"<?xml":break;case"<personList":break;case"</personList>":break;case"<person":t.push({name:s.displayname,id:s.id});break;case"</person>":break;case"<extLst":case"<extLst>":case"</extLst>":case"<extLst/>":break;case"<ext":i=!0;break;case"</ext>":i=!1;break;default:if(!i&&n.WTF)throw new Error("unrecognized "+s[0]+" in threaded comments")}return a}),t}function i1(e){var n={};n.iauthor=e.read_shift(4);var t=gr(e);return n.rfx=t.s,n.ref=st(t.s),e.l+=16,n}var a1=Yt;function s1(e,n){var t=[],i=[],r={},a=!1;return Xn(e,function(c,f,l){switch(l){case 632:i.push(c);break;case 635:r=c;break;case 637:r.t=c.t,r.h=c.h,r.r=c.r;break;case 636:if(r.author=i[r.iauthor],delete r.iauthor,n.sheetRows&&r.rfx&&n.sheetRows<=r.rfx.r)break;r.t||(r.t=""),delete r.rfx,t.push(r);break;case 3072:break;case 35:a=!0;break;case 36:a=!1;break;case 37:break;case 38:break;default:if(!f.T){if(!a||n.WTF)throw new Error("Unexpected record 0x"+l.toString(16))}}}),t}var c1="application/vnd.ms-office.vbaProject";function o1(e){var n=dt.utils.cfb_new({root:"R"});return e.FullPaths.forEach(function(t,i){if(!(t.slice(-1)==="/"||!t.match(/_VBA_PROJECT_CUR/))){var r=t.replace(/^[^\/]*/,"R").replace(/\/_VBA_PROJECT_CUR\u0000*/,"");dt.utils.cfb_add(n,r,e.FileIndex[i].content)}}),dt.write(n)}function f1(){return{"!type":"dialog"}}function l1(){return{"!type":"dialog"}}function u1(){return{"!type":"macro"}}function h1(){return{"!type":"macro"}}var Er=(function(){var e=/(^|[^A-Za-z_])R(\[?-?\d+\]|[1-9]\d*|)C(\[?-?\d+\]|[1-9]\d*|)(?![A-Za-z0-9_])/g,n={r:0,c:0};function t(i,r,a,s){var c=!1,f=!1;a.length==0?f=!0:a.charAt(0)=="["&&(f=!0,a=a.slice(1,-1)),s.length==0?c=!0:s.charAt(0)=="["&&(c=!0,s=s.slice(1,-1));var l=a.length>0?parseInt(a,10)|0:0,o=s.length>0?parseInt(s,10)|0:0;return c?o+=n.c:--o,f?l+=n.r:--l,r+(c?"":"$")+Nt(o)+(f?"":"$")+jt(l)}return function(r,a){return n=a,r.replace(e,t)}})(),df=/(^|[^._A-Z0-9])([$]?)([A-Z]{1,2}|[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D])([$]?)(10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5})(?![_.\(A-Za-z0-9])/g,d1=(function(){return function(n,t){return n.replace(df,function(i,r,a,s,c,f){var l=$a(s)-(a?0:t.c),o=Ga(f)-(c?0:t.r),h=o==0?"":c?o+1:"["+o+"]",u=l==0?"":a?l+1:"["+l+"]";return r+"R"+h+"C"+u})}})();function pf(e,n){return e.replace(df,function(t,i,r,a,s,c){return i+(r=="$"?r+a:Nt($a(a)+n.c))+(s=="$"?s+c:jt(Ga(c)+n.r))})}function p1(e,n,t){var i=Sr(n),r=i.s,a=en(t),s={r:a.r-r.r,c:a.c-r.c};return pf(e,s)}function g1(e){return e.length!=1}function Cc(e){return e.replace(/_xlfn\./g,"")}function St(e){e.l+=1}function Jn(e,n){var t=e.read_shift(2);return[t&16383,t>>14&1,t>>15&1]}function gf(e,n,t){var i=2;if(t){if(t.biff>=2&&t.biff<=5)return xf(e);t.biff==12&&(i=4)}var r=e.read_shift(i),a=e.read_shift(i),s=Jn(e),c=Jn(e);return{s:{r,c:s[0],cRel:s[1],rRel:s[2]},e:{r:a,c:c[0],cRel:c[1],rRel:c[2]}}}function xf(e){var n=Jn(e),t=Jn(e),i=e.read_shift(1),r=e.read_shift(1);return{s:{r:n[0],c:i,cRel:n[1],rRel:n[2]},e:{r:t[0],c:r,cRel:t[1],rRel:t[2]}}}function x1(e,n,t){if(t.biff<8)return xf(e);var i=e.read_shift(t.biff==12?4:2),r=e.read_shift(t.biff==12?4:2),a=Jn(e),s=Jn(e);return{s:{r:i,c:a[0],cRel:a[1],rRel:a[2]},e:{r,c:s[0],cRel:s[1],rRel:s[2]}}}function mf(e,n,t){if(t&&t.biff>=2&&t.biff<=5)return m1(e);var i=e.read_shift(t&&t.biff==12?4:2),r=Jn(e);return{r:i,c:r[0],cRel:r[1],rRel:r[2]}}function m1(e){var n=Jn(e),t=e.read_shift(1);return{r:n[0],c:t,cRel:n[1],rRel:n[2]}}function v1(e){var n=e.read_shift(2),t=e.read_shift(2);return{r:n,c:t&255,fQuoted:!!(t&16384),cRel:t>>15,rRel:t>>15}}function y1(e,n,t){var i=t&&t.biff?t.biff:8;if(i>=2&&i<=5)return b1(e);var r=e.read_shift(i>=12?4:2),a=e.read_shift(2),s=(a&16384)>>14,c=(a&32768)>>15;if(a&=16383,c==1)for(;r>524287;)r-=1048576;if(s==1)for(;a>8191;)a=a-16384;return{r,c:a,cRel:s,rRel:c}}function b1(e){var n=e.read_shift(2),t=e.read_shift(1),i=(n&32768)>>15,r=(n&16384)>>14;return n&=16383,i==1&&n>=8192&&(n=n-16384),r==1&&t>=128&&(t=t-256),{r:n,c:t,cRel:r,rRel:i}}function _1(e,n,t){var i=(e[e.l++]&96)>>5,r=gf(e,t.biff>=2&&t.biff<=5?6:8,t);return[i,r]}function w1(e,n,t){var i=(e[e.l++]&96)>>5,r=e.read_shift(2,"i"),a=8;if(t)switch(t.biff){case 5:e.l+=12,a=6;break;case 12:a=12;break}var s=gf(e,a,t);return[i,r,s]}function D1(e,n,t){var i=(e[e.l++]&96)>>5;return e.l+=t&&t.biff>8?12:t.biff<8?6:8,[i]}function T1(e,n,t){var i=(e[e.l++]&96)>>5,r=e.read_shift(2),a=8;if(t)switch(t.biff){case 5:e.l+=12,a=6;break;case 12:a=12;break}return e.l+=a,[i,r]}function E1(e,n,t){var i=(e[e.l++]&96)>>5,r=x1(e,n-1,t);return[i,r]}function k1(e,n,t){var i=(e[e.l++]&96)>>5;return e.l+=t.biff==2?6:t.biff==12?14:7,[i]}function Sc(e){var n=e[e.l+1]&1,t=1;return e.l+=4,[n,t]}function F1(e,n,t){e.l+=2;for(var i=e.read_shift(t&&t.biff==2?1:2),r=[],a=0;a<=i;++a)r.push(e.read_shift(t&&t.biff==2?1:2));return r}function U1(e,n,t){var i=e[e.l+1]&255?1:0;return e.l+=2,[i,e.read_shift(t&&t.biff==2?1:2)]}function A1(e,n,t){var i=e[e.l+1]&255?1:0;return e.l+=2,[i,e.read_shift(t&&t.biff==2?1:2)]}function C1(e){var n=e[e.l+1]&255?1:0;return e.l+=2,[n,e.read_shift(2)]}function S1(e,n,t){var i=e[e.l+1]&255?1:0;return e.l+=t&&t.biff==2?3:4,[i]}function vf(e){var n=e.read_shift(1),t=e.read_shift(1);return[n,t]}function I1(e){return e.read_shift(2),vf(e)}function R1(e){return e.read_shift(2),vf(e)}function O1(e,n,t){var i=(e[e.l]&96)>>5;e.l+=1;var r=mf(e,0,t);return[i,r]}function N1(e,n,t){var i=(e[e.l]&96)>>5;e.l+=1;var r=y1(e,0,t);return[i,r]}function B1(e,n,t){var i=(e[e.l]&96)>>5;e.l+=1;var r=e.read_shift(2);t&&t.biff==5&&(e.l+=12);var a=mf(e,0,t);return[i,r,a]}function L1(e,n,t){var i=(e[e.l]&96)>>5;e.l+=1;var r=e.read_shift(t&&t.biff<=3?1:2);return[Mg[r],_f[r],i]}function M1(e,n,t){var i=e[e.l++],r=e.read_shift(1),a=t&&t.biff<=3?[i==88?-1:0,e.read_shift(1)]:W1(e);return[r,(a[0]===0?_f:Lg)[a[1]]]}function W1(e){return[e[e.l+1]>>7,e.read_shift(2)&32767]}function P1(e,n,t){e.l+=t&&t.biff==2?3:4}function z1(e,n,t){if(e.l++,t&&t.biff==12)return[e.read_shift(4,"i"),0];var i=e.read_shift(2),r=e.read_shift(t&&t.biff==2?1:2);return[i,r]}function X1(e){return e.l++,xr[e.read_shift(1)]}function j1(e){return e.l++,e.read_shift(2)}function H1(e){return e.l++,e.read_shift(1)!==0}function V1(e){return e.l++,Gt(e)}function G1(e,n,t){return e.l++,hi(e,n-1,t)}function $1(e,n){var t=[e.read_shift(1)];if(n==12)switch(t[0]){case 2:t[0]=4;break;case 4:t[0]=16;break;case 0:t[0]=1;break;case 1:t[0]=2;break}switch(t[0]){case 4:t[1]=Ut(e,1)?"TRUE":"FALSE",n!=12&&(e.l+=7);break;case 37:case 16:t[1]=xr[e[e.l]],e.l+=n==12?4:8;break;case 0:e.l+=8;break;case 1:t[1]=Gt(e);break;case 2:t[1]=mr(e,0,{biff:n>0&&n<8?2:n});break;default:throw new Error("Bad SerAr: "+t[0])}return t}function Y1(e,n,t){for(var i=e.read_shift(t.biff==12?4:2),r=[],a=0;a!=i;++a)r.push((t.biff==12?gr:Yi)(e));return r}function K1(e,n,t){var i=0,r=0;t.biff==12?(i=e.read_shift(4),r=e.read_shift(4)):(r=1+e.read_shift(1),i=1+e.read_shift(2)),t.biff>=2&&t.biff<8&&(--i,--r==0&&(r=256));for(var a=0,s=[];a!=i&&(s[a]=[]);++a)for(var c=0;c!=r;++c)s[a][c]=$1(e,t.biff);return s}function Z1(e,n,t){var i=e.read_shift(1)>>>5&3,r=!t||t.biff>=8?4:2,a=e.read_shift(r);switch(t.biff){case 2:e.l+=5;break;case 3:case 4:e.l+=8;break;case 5:e.l+=12;break}return[i,0,a]}function Q1(e,n,t){if(t.biff==5)return J1(e);var i=e.read_shift(1)>>>5&3,r=e.read_shift(2),a=e.read_shift(4);return[i,r,a]}function J1(e){var n=e.read_shift(1)>>>5&3,t=e.read_shift(2,"i");e.l+=8;var i=e.read_shift(2);return e.l+=12,[n,t,i]}function q1(e,n,t){var i=e.read_shift(1)>>>5&3;e.l+=t&&t.biff==2?3:4;var r=e.read_shift(t&&t.biff==2?1:2);return[i,r]}function eg(e,n,t){var i=e.read_shift(1)>>>5&3,r=e.read_shift(t&&t.biff==2?1:2);return[i,r]}function tg(e,n,t){var i=e.read_shift(1)>>>5&3;return e.l+=4,t.biff<8&&e.l--,t.biff==12&&(e.l+=2),[i]}function ng(e,n,t){var i=(e[e.l++]&96)>>5,r=e.read_shift(2),a=4;if(t)switch(t.biff){case 5:a=15;break;case 12:a=6;break}return e.l+=a,[i,r]}var rg=Kt,ig=Kt,ag=Kt;function pi(e,n,t){return e.l+=2,[v1(e)]}function ts(e){return e.l+=6,[]}var sg=pi,cg=ts,og=ts,fg=pi;function yf(e){return e.l+=2,[Rt(e),e.read_shift(2)&1]}var lg=pi,ug=yf,hg=ts,dg=pi,pg=pi,gg=["Data","All","Headers","??","?Data2","??","?DataHeaders","??","Totals","??","??","??","?DataTotals","??","??","??","?Current"];function xg(e){e.l+=2;var n=e.read_shift(2),t=e.read_shift(2),i=e.read_shift(4),r=e.read_shift(2),a=e.read_shift(2),s=gg[t>>2&31];return{ixti:n,coltype:t&3,rt:s,idx:i,c:r,C:a}}function mg(e){return e.l+=2,[e.read_shift(4)]}function vg(e,n,t){return e.l+=5,e.l+=2,e.l+=t.biff==2?1:4,["PTGSHEET"]}function yg(e,n,t){return e.l+=t.biff==2?4:5,["PTGENDSHEET"]}function bg(e){var n=e.read_shift(1)>>>5&3,t=e.read_shift(2);return[n,t]}function _g(e){var n=e.read_shift(1)>>>5&3,t=e.read_shift(2);return[n,t]}function wg(e){return e.l+=4,[0,0]}var Ic={1:{n:"PtgExp",f:z1},2:{n:"PtgTbl",f:ag},3:{n:"PtgAdd",f:St},4:{n:"PtgSub",f:St},5:{n:"PtgMul",f:St},6:{n:"PtgDiv",f:St},7:{n:"PtgPower",f:St},8:{n:"PtgConcat",f:St},9:{n:"PtgLt",f:St},10:{n:"PtgLe",f:St},11:{n:"PtgEq",f:St},12:{n:"PtgGe",f:St},13:{n:"PtgGt",f:St},14:{n:"PtgNe",f:St},15:{n:"PtgIsect",f:St},16:{n:"PtgUnion",f:St},17:{n:"PtgRange",f:St},18:{n:"PtgUplus",f:St},19:{n:"PtgUminus",f:St},20:{n:"PtgPercent",f:St},21:{n:"PtgParen",f:St},22:{n:"PtgMissArg",f:St},23:{n:"PtgStr",f:G1},26:{n:"PtgSheet",f:vg},27:{n:"PtgEndSheet",f:yg},28:{n:"PtgErr",f:X1},29:{n:"PtgBool",f:H1},30:{n:"PtgInt",f:j1},31:{n:"PtgNum",f:V1},32:{n:"PtgArray",f:k1},33:{n:"PtgFunc",f:L1},34:{n:"PtgFuncVar",f:M1},35:{n:"PtgName",f:Z1},36:{n:"PtgRef",f:O1},37:{n:"PtgArea",f:_1},38:{n:"PtgMemArea",f:q1},39:{n:"PtgMemErr",f:rg},40:{n:"PtgMemNoMem",f:ig},41:{n:"PtgMemFunc",f:eg},42:{n:"PtgRefErr",f:tg},43:{n:"PtgAreaErr",f:D1},44:{n:"PtgRefN",f:N1},45:{n:"PtgAreaN",f:E1},46:{n:"PtgMemAreaN",f:bg},47:{n:"PtgMemNoMemN",f:_g},57:{n:"PtgNameX",f:Q1},58:{n:"PtgRef3d",f:B1},59:{n:"PtgArea3d",f:w1},60:{n:"PtgRefErr3d",f:ng},61:{n:"PtgAreaErr3d",f:T1},255:{}},Dg={64:32,96:32,65:33,97:33,66:34,98:34,67:35,99:35,68:36,100:36,69:37,101:37,70:38,102:38,71:39,103:39,72:40,104:40,73:41,105:41,74:42,106:42,75:43,107:43,76:44,108:44,77:45,109:45,78:46,110:46,79:47,111:47,88:34,120:34,89:57,121:57,90:58,122:58,91:59,123:59,92:60,124:60,93:61,125:61},Tg={1:{n:"PtgElfLel",f:yf},2:{n:"PtgElfRw",f:dg},3:{n:"PtgElfCol",f:sg},6:{n:"PtgElfRwV",f:pg},7:{n:"PtgElfColV",f:fg},10:{n:"PtgElfRadical",f:lg},11:{n:"PtgElfRadicalS",f:hg},13:{n:"PtgElfColS",f:cg},15:{n:"PtgElfColSV",f:og},16:{n:"PtgElfRadicalLel",f:ug},25:{n:"PtgList",f:xg},29:{n:"PtgSxName",f:mg},255:{}},Eg={0:{n:"PtgAttrNoop",f:wg},1:{n:"PtgAttrSemi",f:S1},2:{n:"PtgAttrIf",f:A1},4:{n:"PtgAttrChoose",f:F1},8:{n:"PtgAttrGoto",f:U1},16:{n:"PtgAttrSum",f:P1},32:{n:"PtgAttrBaxcel",f:Sc},33:{n:"PtgAttrBaxcel",f:Sc},64:{n:"PtgAttrSpace",f:I1},65:{n:"PtgAttrSpaceSemi",f:R1},128:{n:"PtgAttrIfError",f:C1},255:{}};function gi(e,n,t,i){if(i.biff<8)return Kt(e,n);for(var r=e.l+n,a=[],s=0;s!==t.length;++s)switch(t[s][0]){case"PtgArray":t[s][1]=K1(e,0,i),a.push(t[s][1]);break;case"PtgMemArea":t[s][2]=Y1(e,t[s][1],i),a.push(t[s][2]);break;case"PtgExp":i&&i.biff==12&&(t[s][1][1]=e.read_shift(4),a.push(t[s][1]));break;case"PtgList":case"PtgElfRadicalS":case"PtgElfColS":case"PtgElfColSV":throw"Unsupported "+t[s][0]}return n=r-e.l,n!==0&&a.push(Kt(e,n)),a}function xi(e,n,t){for(var i=e.l+n,r,a,s=[];i!=e.l;)n=i-e.l,a=e[e.l],r=Ic[a]||Ic[Dg[a]],(a===24||a===25)&&(r=(a===24?Tg:Eg)[e[e.l+1]]),!r||!r.f?Kt(e,n):s.push([r.n,r.f(e,n,t)]);return s}function kg(e){for(var n=[],t=0;t<e.length;++t){for(var i=e[t],r=[],a=0;a<i.length;++a){var s=i[a];if(s)switch(s[0]){case 2:r.push('"'+s[1].replace(/"/g,'""')+'"');break;default:r.push(s[1])}else r.push("")}n.push(r.join(","))}return n.join(";")}var Fg={PtgAdd:"+",PtgConcat:"&",PtgDiv:"/",PtgEq:"=",PtgGe:">=",PtgGt:">",PtgLe:"<=",PtgLt:"<",PtgMul:"*",PtgNe:"<>",PtgPower:"^",PtgSub:"-"};function Ug(e,n){if(!e&&!(n&&n.biff<=5&&n.biff>=2))throw new Error("empty sheet name");return/[^\w\u4E00-\u9FFF\u3040-\u30FF]/.test(e)?"'"+e+"'":e}function bf(e,n,t){if(!e)return"SH33TJSERR0";if(t.biff>8&&(!e.XTI||!e.XTI[n]))return e.SheetNames[n];if(!e.XTI)return"SH33TJSERR6";var i=e.XTI[n];if(t.biff<8)return n>1e4&&(n-=65536),n<0&&(n=-n),n==0?"":e.XTI[n-1];if(!i)return"SH33TJSERR1";var r="";if(t.biff>8)switch(e[i[0]][0]){case 357:return r=i[1]==-1?"#REF":e.SheetNames[i[1]],i[1]==i[2]?r:r+":"+e.SheetNames[i[2]];case 358:return t.SID!=null?e.SheetNames[t.SID]:"SH33TJSSAME"+e[i[0]][0];case 355:default:return"SH33TJSSRC"+e[i[0]][0]}switch(e[i[0]][0][0]){case 1025:return r=i[1]==-1?"#REF":e.SheetNames[i[1]]||"SH33TJSERR3",i[1]==i[2]?r:r+":"+e.SheetNames[i[2]];case 14849:return e[i[0]].slice(1).map(function(a){return a.Name}).join(";;");default:return e[i[0]][0][3]?(r=i[1]==-1?"#REF":e[i[0]][0][3][i[1]]||"SH33TJSERR4",i[1]==i[2]?r:r+":"+e[i[0]][0][3][i[2]]):"SH33TJSERR2"}}function Rc(e,n,t){var i=bf(e,n,t);return i=="#REF"?i:Ug(i,t)}function Vt(e,n,t,i,r){var a=r&&r.biff||8,s={s:{c:0,r:0}},c=[],f,l,o,h=0,u=0,d,p="";if(!e[0]||!e[0][0])return"";for(var g=-1,x="",_=0,b=e[0].length;_<b;++_){var m=e[0][_];switch(m[0]){case"PtgUminus":c.push("-"+c.pop());break;case"PtgUplus":c.push("+"+c.pop());break;case"PtgPercent":c.push(c.pop()+"%");break;case"PtgAdd":case"PtgConcat":case"PtgDiv":case"PtgEq":case"PtgGe":case"PtgGt":case"PtgLe":case"PtgLt":case"PtgMul":case"PtgNe":case"PtgPower":case"PtgSub":if(f=c.pop(),l=c.pop(),g>=0){switch(e[0][g][1][0]){case 0:x=kt(" ",e[0][g][1][1]);break;case 1:x=kt("\r",e[0][g][1][1]);break;default:if(x="",r.WTF)throw new Error("Unexpected PtgAttrSpaceType "+e[0][g][1][0])}l=l+x,g=-1}c.push(l+Fg[m[0]]+f);break;case"PtgIsect":f=c.pop(),l=c.pop(),c.push(l+" "+f);break;case"PtgUnion":f=c.pop(),l=c.pop(),c.push(l+","+f);break;case"PtgRange":f=c.pop(),l=c.pop(),c.push(l+":"+f);break;case"PtgAttrChoose":break;case"PtgAttrGoto":break;case"PtgAttrIf":break;case"PtgAttrIfError":break;case"PtgRef":o=Gr(m[1][1],s,r),c.push($r(o,a));break;case"PtgRefN":o=t?Gr(m[1][1],t,r):m[1][1],c.push($r(o,a));break;case"PtgRef3d":h=m[1][1],o=Gr(m[1][2],s,r),p=Rc(i,h,r),c.push(p+"!"+$r(o,a));break;case"PtgFunc":case"PtgFuncVar":var w=m[1][0],y=m[1][1];w||(w=0),w&=127;var v=w==0?[]:c.slice(-w);c.length-=w,y==="User"&&(y=v.shift()),c.push(y+"("+v.join(",")+")");break;case"PtgBool":c.push(m[1]?"TRUE":"FALSE");break;case"PtgInt":c.push(m[1]);break;case"PtgNum":c.push(String(m[1]));break;case"PtgStr":c.push('"'+m[1].replace(/"/g,'""')+'"');break;case"PtgErr":c.push(m[1]);break;case"PtgAreaN":d=dc(m[1][1],t?{s:t}:s,r),c.push(ua(d,r));break;case"PtgArea":d=dc(m[1][1],s,r),c.push(ua(d,r));break;case"PtgArea3d":h=m[1][1],d=m[1][2],p=Rc(i,h,r),c.push(p+"!"+ua(d,r));break;case"PtgAttrSum":c.push("SUM("+c.pop()+")");break;case"PtgAttrBaxcel":case"PtgAttrSemi":break;case"PtgName":u=m[1][2];var D=(i.names||[])[u-1]||(i[0]||[])[u],E=D?D.Name:"SH33TJSNAME"+String(u);E&&E.slice(0,6)=="_xlfn."&&!r.xlfn&&(E=E.slice(6)),c.push(E);break;case"PtgNameX":var I=m[1][1];u=m[1][2];var U;if(r.biff<=5)I<0&&(I=-I),i[I]&&(U=i[I][u]);else{var R="";if(((i[I]||[])[0]||[])[0]==14849||(((i[I]||[])[0]||[])[0]==1025?i[I][u]&&i[I][u].itab>0&&(R=i.SheetNames[i[I][u].itab-1]+"!"):R=i.SheetNames[u-1]+"!"),i[I]&&i[I][u])R+=i[I][u].Name;else if(i[0]&&i[0][u])R+=i[0][u].Name;else{var S=(bf(i,I,r)||"").split(";;");S[u-1]?R=S[u-1]:R+="SH33TJSERRX"}c.push(R);break}U||(U={Name:"SH33TJSERRY"}),c.push(U.Name);break;case"PtgParen":var M="(",L=")";if(g>=0){switch(x="",e[0][g][1][0]){case 2:M=kt(" ",e[0][g][1][1])+M;break;case 3:M=kt("\r",e[0][g][1][1])+M;break;case 4:L=kt(" ",e[0][g][1][1])+L;break;case 5:L=kt("\r",e[0][g][1][1])+L;break;default:if(r.WTF)throw new Error("Unexpected PtgAttrSpaceType "+e[0][g][1][0])}g=-1}c.push(M+c.pop()+L);break;case"PtgRefErr":c.push("#REF!");break;case"PtgRefErr3d":c.push("#REF!");break;case"PtgExp":o={c:m[1][1],r:m[1][0]};var Y={c:t.c,r:t.r};if(i.sharedf[st(o)]){var le=i.sharedf[st(o)];c.push(Vt(le,s,Y,i,r))}else{var N=!1;for(f=0;f!=i.arrayf.length;++f)if(l=i.arrayf[f],!(o.c<l[0].s.c||o.c>l[0].e.c)&&!(o.r<l[0].s.r||o.r>l[0].e.r)){c.push(Vt(l[1],s,Y,i,r)),N=!0;break}N||c.push(m[1])}break;case"PtgArray":c.push("{"+kg(m[1])+"}");break;case"PtgMemArea":break;case"PtgAttrSpace":case"PtgAttrSpaceSemi":g=_;break;case"PtgTbl":break;case"PtgMemErr":break;case"PtgMissArg":c.push("");break;case"PtgAreaErr":c.push("#REF!");break;case"PtgAreaErr3d":c.push("#REF!");break;case"PtgList":c.push("Table"+m[1].idx+"[#"+m[1].rt+"]");break;case"PtgMemAreaN":case"PtgMemNoMemN":case"PtgAttrNoop":case"PtgSheet":case"PtgEndSheet":break;case"PtgMemFunc":break;case"PtgMemNoMem":break;case"PtgElfCol":case"PtgElfColS":case"PtgElfColSV":case"PtgElfColV":case"PtgElfLel":case"PtgElfRadical":case"PtgElfRadicalLel":case"PtgElfRadicalS":case"PtgElfRw":case"PtgElfRwV":throw new Error("Unsupported ELFs");case"PtgSxName":throw new Error("Unrecognized Formula Token: "+String(m));default:throw new Error("Unrecognized Formula Token: "+String(m))}var ee=["PtgAttrSpace","PtgAttrSpaceSemi","PtgAttrGoto"];if(r.biff!=3&&g>=0&&ee.indexOf(e[0][_][0])==-1){m=e[0][g];var k=!0;switch(m[1][0]){case 4:k=!1;case 0:x=kt(" ",m[1][1]);break;case 5:k=!1;case 1:x=kt("\r",m[1][1]);break;default:if(x="",r.WTF)throw new Error("Unexpected PtgAttrSpaceType "+m[1][0])}c.push((k?x:"")+c.pop()+(k?"":x)),g=-1}}if(c.length>1&&r.WTF)throw new Error("bad formula stack");return c[0]}function Ag(e,n,t){var i=e.l+n,r=t.biff==2?1:2,a,s=e.read_shift(r);if(s==65535)return[[],Kt(e,n-2)];var c=xi(e,s,t);return n!==s+r&&(a=gi(e,n-s-r,c,t)),e.l=i,[c,a]}function Cg(e,n,t){var i=e.l+n,r=t.biff==2?1:2,a,s=e.read_shift(r);if(s==65535)return[[],Kt(e,n-2)];var c=xi(e,s,t);return n!==s+r&&(a=gi(e,n-s-r,c,t)),e.l=i,[c,a]}function Sg(e,n,t,i){var r=e.l+n,a=xi(e,i,t),s;return r!==e.l&&(s=gi(e,r-e.l,a,t)),[a,s]}function Ig(e,n,t){var i=e.l+n,r,a=e.read_shift(2),s=xi(e,a,t);return a==65535?[[],Kt(e,n-2)]:(n!==a+2&&(r=gi(e,i-a-2,s,t)),[s,r])}function Rg(e){var n;if(Mn(e,e.l+6)!==65535)return[Gt(e),"n"];switch(e[e.l]){case 0:return e.l+=8,["String","s"];case 1:return n=e[e.l+2]===1,e.l+=8,[n,"b"];case 2:return n=e[e.l+2],e.l+=8,[n,"e"];case 3:return e.l+=8,["","s"]}return[]}function pa(e,n,t){var i=e.l+n,r=Rn(e);t.biff==2&&++e.l;var a=Rg(e),s=e.read_shift(1);t.biff!=2&&(e.read_shift(1),t.biff>=5&&e.read_shift(4));var c=Cg(e,i-e.l,t);return{cell:r,val:a[0],formula:c,shared:s>>3&1,tt:a[1]}}function Ki(e,n,t){var i=e.read_shift(4),r=xi(e,i,t),a=e.read_shift(4),s=a>0?gi(e,a,r,t):null;return[r,s]}var Og=Ki,Zi=Ki,Ng=Ki,Bg=Ki,Lg={0:"BEEP",1:"OPEN",2:"OPEN.LINKS",3:"CLOSE.ALL",4:"SAVE",5:"SAVE.AS",6:"FILE.DELETE",7:"PAGE.SETUP",8:"PRINT",9:"PRINTER.SETUP",10:"QUIT",11:"NEW.WINDOW",12:"ARRANGE.ALL",13:"WINDOW.SIZE",14:"WINDOW.MOVE",15:"FULL",16:"CLOSE",17:"RUN",22:"SET.PRINT.AREA",23:"SET.PRINT.TITLES",24:"SET.PAGE.BREAK",25:"REMOVE.PAGE.BREAK",26:"FONT",27:"DISPLAY",28:"PROTECT.DOCUMENT",29:"PRECISION",30:"A1.R1C1",31:"CALCULATE.NOW",32:"CALCULATION",34:"DATA.FIND",35:"EXTRACT",36:"DATA.DELETE",37:"SET.DATABASE",38:"SET.CRITERIA",39:"SORT",40:"DATA.SERIES",41:"TABLE",42:"FORMAT.NUMBER",43:"ALIGNMENT",44:"STYLE",45:"BORDER",46:"CELL.PROTECTION",47:"COLUMN.WIDTH",48:"UNDO",49:"CUT",50:"COPY",51:"PASTE",52:"CLEAR",53:"PASTE.SPECIAL",54:"EDIT.DELETE",55:"INSERT",56:"FILL.RIGHT",57:"FILL.DOWN",61:"DEFINE.NAME",62:"CREATE.NAMES",63:"FORMULA.GOTO",64:"FORMULA.FIND",65:"SELECT.LAST.CELL",66:"SHOW.ACTIVE.CELL",67:"GALLERY.AREA",68:"GALLERY.BAR",69:"GALLERY.COLUMN",70:"GALLERY.LINE",71:"GALLERY.PIE",72:"GALLERY.SCATTER",73:"COMBINATION",74:"PREFERRED",75:"ADD.OVERLAY",76:"GRIDLINES",77:"SET.PREFERRED",78:"AXES",79:"LEGEND",80:"ATTACH.TEXT",81:"ADD.ARROW",82:"SELECT.CHART",83:"SELECT.PLOT.AREA",84:"PATTERNS",85:"MAIN.CHART",86:"OVERLAY",87:"SCALE",88:"FORMAT.LEGEND",89:"FORMAT.TEXT",90:"EDIT.REPEAT",91:"PARSE",92:"JUSTIFY",93:"HIDE",94:"UNHIDE",95:"WORKSPACE",96:"FORMULA",97:"FORMULA.FILL",98:"FORMULA.ARRAY",99:"DATA.FIND.NEXT",100:"DATA.FIND.PREV",101:"FORMULA.FIND.NEXT",102:"FORMULA.FIND.PREV",103:"ACTIVATE",104:"ACTIVATE.NEXT",105:"ACTIVATE.PREV",106:"UNLOCKED.NEXT",107:"UNLOCKED.PREV",108:"COPY.PICTURE",109:"SELECT",110:"DELETE.NAME",111:"DELETE.FORMAT",112:"VLINE",113:"HLINE",114:"VPAGE",115:"HPAGE",116:"VSCROLL",117:"HSCROLL",118:"ALERT",119:"NEW",120:"CANCEL.COPY",121:"SHOW.CLIPBOARD",122:"MESSAGE",124:"PASTE.LINK",125:"APP.ACTIVATE",126:"DELETE.ARROW",127:"ROW.HEIGHT",128:"FORMAT.MOVE",129:"FORMAT.SIZE",130:"FORMULA.REPLACE",131:"SEND.KEYS",132:"SELECT.SPECIAL",133:"APPLY.NAMES",134:"REPLACE.FONT",135:"FREEZE.PANES",136:"SHOW.INFO",137:"SPLIT",138:"ON.WINDOW",139:"ON.DATA",140:"DISABLE.INPUT",142:"OUTLINE",143:"LIST.NAMES",144:"FILE.CLOSE",145:"SAVE.WORKBOOK",146:"DATA.FORM",147:"COPY.CHART",148:"ON.TIME",149:"WAIT",150:"FORMAT.FONT",151:"FILL.UP",152:"FILL.LEFT",153:"DELETE.OVERLAY",155:"SHORT.MENUS",159:"SET.UPDATE.STATUS",161:"COLOR.PALETTE",162:"DELETE.STYLE",163:"WINDOW.RESTORE",164:"WINDOW.MAXIMIZE",166:"CHANGE.LINK",167:"CALCULATE.DOCUMENT",168:"ON.KEY",169:"APP.RESTORE",170:"APP.MOVE",171:"APP.SIZE",172:"APP.MINIMIZE",173:"APP.MAXIMIZE",174:"BRING.TO.FRONT",175:"SEND.TO.BACK",185:"MAIN.CHART.TYPE",186:"OVERLAY.CHART.TYPE",187:"SELECT.END",188:"OPEN.MAIL",189:"SEND.MAIL",190:"STANDARD.FONT",191:"CONSOLIDATE",192:"SORT.SPECIAL",193:"GALLERY.3D.AREA",194:"GALLERY.3D.COLUMN",195:"GALLERY.3D.LINE",196:"GALLERY.3D.PIE",197:"VIEW.3D",198:"GOAL.SEEK",199:"WORKGROUP",200:"FILL.GROUP",201:"UPDATE.LINK",202:"PROMOTE",203:"DEMOTE",204:"SHOW.DETAIL",206:"UNGROUP",207:"OBJECT.PROPERTIES",208:"SAVE.NEW.OBJECT",209:"SHARE",210:"SHARE.NAME",211:"DUPLICATE",212:"APPLY.STYLE",213:"ASSIGN.TO.OBJECT",214:"OBJECT.PROTECTION",215:"HIDE.OBJECT",216:"SET.EXTRACT",217:"CREATE.PUBLISHER",218:"SUBSCRIBE.TO",219:"ATTRIBUTES",220:"SHOW.TOOLBAR",222:"PRINT.PREVIEW",223:"EDIT.COLOR",224:"SHOW.LEVELS",225:"FORMAT.MAIN",226:"FORMAT.OVERLAY",227:"ON.RECALC",228:"EDIT.SERIES",229:"DEFINE.STYLE",240:"LINE.PRINT",243:"ENTER.DATA",249:"GALLERY.RADAR",250:"MERGE.STYLES",251:"EDITION.OPTIONS",252:"PASTE.PICTURE",253:"PASTE.PICTURE.LINK",254:"SPELLING",256:"ZOOM",259:"INSERT.OBJECT",260:"WINDOW.MINIMIZE",265:"SOUND.NOTE",266:"SOUND.PLAY",267:"FORMAT.SHAPE",268:"EXTEND.POLYGON",269:"FORMAT.AUTO",272:"GALLERY.3D.BAR",273:"GALLERY.3D.SURFACE",274:"FILL.AUTO",276:"CUSTOMIZE.TOOLBAR",277:"ADD.TOOL",278:"EDIT.OBJECT",279:"ON.DOUBLECLICK",280:"ON.ENTRY",281:"WORKBOOK.ADD",282:"WORKBOOK.MOVE",283:"WORKBOOK.COPY",284:"WORKBOOK.OPTIONS",285:"SAVE.WORKSPACE",288:"CHART.WIZARD",289:"DELETE.TOOL",290:"MOVE.TOOL",291:"WORKBOOK.SELECT",292:"WORKBOOK.ACTIVATE",293:"ASSIGN.TO.TOOL",295:"COPY.TOOL",296:"RESET.TOOL",297:"CONSTRAIN.NUMERIC",298:"PASTE.TOOL",302:"WORKBOOK.NEW",305:"SCENARIO.CELLS",306:"SCENARIO.DELETE",307:"SCENARIO.ADD",308:"SCENARIO.EDIT",309:"SCENARIO.SHOW",310:"SCENARIO.SHOW.NEXT",311:"SCENARIO.SUMMARY",312:"PIVOT.TABLE.WIZARD",313:"PIVOT.FIELD.PROPERTIES",314:"PIVOT.FIELD",315:"PIVOT.ITEM",316:"PIVOT.ADD.FIELDS",318:"OPTIONS.CALCULATION",319:"OPTIONS.EDIT",320:"OPTIONS.VIEW",321:"ADDIN.MANAGER",322:"MENU.EDITOR",323:"ATTACH.TOOLBARS",324:"VBAActivate",325:"OPTIONS.CHART",328:"VBA.INSERT.FILE",330:"VBA.PROCEDURE.DEFINITION",336:"ROUTING.SLIP",338:"ROUTE.DOCUMENT",339:"MAIL.LOGON",342:"INSERT.PICTURE",343:"EDIT.TOOL",344:"GALLERY.DOUGHNUT",350:"CHART.TREND",352:"PIVOT.ITEM.PROPERTIES",354:"WORKBOOK.INSERT",355:"OPTIONS.TRANSITION",356:"OPTIONS.GENERAL",370:"FILTER.ADVANCED",373:"MAIL.ADD.MAILER",374:"MAIL.DELETE.MAILER",375:"MAIL.REPLY",376:"MAIL.REPLY.ALL",377:"MAIL.FORWARD",378:"MAIL.NEXT.LETTER",379:"DATA.LABEL",380:"INSERT.TITLE",381:"FONT.PROPERTIES",382:"MACRO.OPTIONS",383:"WORKBOOK.HIDE",384:"WORKBOOK.UNHIDE",385:"WORKBOOK.DELETE",386:"WORKBOOK.NAME",388:"GALLERY.CUSTOM",390:"ADD.CHART.AUTOFORMAT",391:"DELETE.CHART.AUTOFORMAT",392:"CHART.ADD.DATA",393:"AUTO.OUTLINE",394:"TAB.ORDER",395:"SHOW.DIALOG",396:"SELECT.ALL",397:"UNGROUP.SHEETS",398:"SUBTOTAL.CREATE",399:"SUBTOTAL.REMOVE",400:"RENAME.OBJECT",412:"WORKBOOK.SCROLL",413:"WORKBOOK.NEXT",414:"WORKBOOK.PREV",415:"WORKBOOK.TAB.SPLIT",416:"FULL.SCREEN",417:"WORKBOOK.PROTECT",420:"SCROLLBAR.PROPERTIES",421:"PIVOT.SHOW.PAGES",422:"TEXT.TO.COLUMNS",423:"FORMAT.CHARTTYPE",424:"LINK.FORMAT",425:"TRACER.DISPLAY",430:"TRACER.NAVIGATE",431:"TRACER.CLEAR",432:"TRACER.ERROR",433:"PIVOT.FIELD.GROUP",434:"PIVOT.FIELD.UNGROUP",435:"CHECKBOX.PROPERTIES",436:"LABEL.PROPERTIES",437:"LISTBOX.PROPERTIES",438:"EDITBOX.PROPERTIES",439:"PIVOT.REFRESH",440:"LINK.COMBO",441:"OPEN.TEXT",442:"HIDE.DIALOG",443:"SET.DIALOG.FOCUS",444:"ENABLE.OBJECT",445:"PUSHBUTTON.PROPERTIES",446:"SET.DIALOG.DEFAULT",447:"FILTER",448:"FILTER.SHOW.ALL",449:"CLEAR.OUTLINE",450:"FUNCTION.WIZARD",451:"ADD.LIST.ITEM",452:"SET.LIST.ITEM",453:"REMOVE.LIST.ITEM",454:"SELECT.LIST.ITEM",455:"SET.CONTROL.VALUE",456:"SAVE.COPY.AS",458:"OPTIONS.LISTS.ADD",459:"OPTIONS.LISTS.DELETE",460:"SERIES.AXES",461:"SERIES.X",462:"SERIES.Y",463:"ERRORBAR.X",464:"ERRORBAR.Y",465:"FORMAT.CHART",466:"SERIES.ORDER",467:"MAIL.LOGOFF",468:"CLEAR.ROUTING.SLIP",469:"APP.ACTIVATE.MICROSOFT",470:"MAIL.EDIT.MAILER",471:"ON.SHEET",472:"STANDARD.WIDTH",473:"SCENARIO.MERGE",474:"SUMMARY.INFO",475:"FIND.FILE",476:"ACTIVE.CELL.FONT",477:"ENABLE.TIPWIZARD",478:"VBA.MAKE.ADDIN",480:"INSERTDATATABLE",481:"WORKGROUP.OPTIONS",482:"MAIL.SEND.MAILER",485:"AUTOCORRECT",489:"POST.DOCUMENT",491:"PICKLIST",493:"VIEW.SHOW",494:"VIEW.DEFINE",495:"VIEW.DELETE",509:"SHEET.BACKGROUND",510:"INSERT.MAP.OBJECT",511:"OPTIONS.MENONO",517:"MSOCHECKS",518:"NORMAL",519:"LAYOUT",520:"RM.PRINT.AREA",521:"CLEAR.PRINT.AREA",522:"ADD.PRINT.AREA",523:"MOVE.BRK",545:"HIDECURR.NOTE",546:"HIDEALL.NOTES",547:"DELETE.NOTE",548:"TRAVERSE.NOTES",549:"ACTIVATE.NOTES",620:"PROTECT.REVISIONS",621:"UNPROTECT.REVISIONS",647:"OPTIONS.ME",653:"WEB.PUBLISH",667:"NEWWEBQUERY",673:"PIVOT.TABLE.CHART",753:"OPTIONS.SAVE",755:"OPTIONS.SPELL",808:"HIDEALL.INKANNOTS"},_f={0:"COUNT",1:"IF",2:"ISNA",3:"ISERROR",4:"SUM",5:"AVERAGE",6:"MIN",7:"MAX",8:"ROW",9:"COLUMN",10:"NA",11:"NPV",12:"STDEV",13:"DOLLAR",14:"FIXED",15:"SIN",16:"COS",17:"TAN",18:"ATAN",19:"PI",20:"SQRT",21:"EXP",22:"LN",23:"LOG10",24:"ABS",25:"INT",26:"SIGN",27:"ROUND",28:"LOOKUP",29:"INDEX",30:"REPT",31:"MID",32:"LEN",33:"VALUE",34:"TRUE",35:"FALSE",36:"AND",37:"OR",38:"NOT",39:"MOD",40:"DCOUNT",41:"DSUM",42:"DAVERAGE",43:"DMIN",44:"DMAX",45:"DSTDEV",46:"VAR",47:"DVAR",48:"TEXT",49:"LINEST",50:"TREND",51:"LOGEST",52:"GROWTH",53:"GOTO",54:"HALT",55:"RETURN",56:"PV",57:"FV",58:"NPER",59:"PMT",60:"RATE",61:"MIRR",62:"IRR",63:"RAND",64:"MATCH",65:"DATE",66:"TIME",67:"DAY",68:"MONTH",69:"YEAR",70:"WEEKDAY",71:"HOUR",72:"MINUTE",73:"SECOND",74:"NOW",75:"AREAS",76:"ROWS",77:"COLUMNS",78:"OFFSET",79:"ABSREF",80:"RELREF",81:"ARGUMENT",82:"SEARCH",83:"TRANSPOSE",84:"ERROR",85:"STEP",86:"TYPE",87:"ECHO",88:"SET.NAME",89:"CALLER",90:"DEREF",91:"WINDOWS",92:"SERIES",93:"DOCUMENTS",94:"ACTIVE.CELL",95:"SELECTION",96:"RESULT",97:"ATAN2",98:"ASIN",99:"ACOS",100:"CHOOSE",101:"HLOOKUP",102:"VLOOKUP",103:"LINKS",104:"INPUT",105:"ISREF",106:"GET.FORMULA",107:"GET.NAME",108:"SET.VALUE",109:"LOG",110:"EXEC",111:"CHAR",112:"LOWER",113:"UPPER",114:"PROPER",115:"LEFT",116:"RIGHT",117:"EXACT",118:"TRIM",119:"REPLACE",120:"SUBSTITUTE",121:"CODE",122:"NAMES",123:"DIRECTORY",124:"FIND",125:"CELL",126:"ISERR",127:"ISTEXT",128:"ISNUMBER",129:"ISBLANK",130:"T",131:"N",132:"FOPEN",133:"FCLOSE",134:"FSIZE",135:"FREADLN",136:"FREAD",137:"FWRITELN",138:"FWRITE",139:"FPOS",140:"DATEVALUE",141:"TIMEVALUE",142:"SLN",143:"SYD",144:"DDB",145:"GET.DEF",146:"REFTEXT",147:"TEXTREF",148:"INDIRECT",149:"REGISTER",150:"CALL",151:"ADD.BAR",152:"ADD.MENU",153:"ADD.COMMAND",154:"ENABLE.COMMAND",155:"CHECK.COMMAND",156:"RENAME.COMMAND",157:"SHOW.BAR",158:"DELETE.MENU",159:"DELETE.COMMAND",160:"GET.CHART.ITEM",161:"DIALOG.BOX",162:"CLEAN",163:"MDETERM",164:"MINVERSE",165:"MMULT",166:"FILES",167:"IPMT",168:"PPMT",169:"COUNTA",170:"CANCEL.KEY",171:"FOR",172:"WHILE",173:"BREAK",174:"NEXT",175:"INITIATE",176:"REQUEST",177:"POKE",178:"EXECUTE",179:"TERMINATE",180:"RESTART",181:"HELP",182:"GET.BAR",183:"PRODUCT",184:"FACT",185:"GET.CELL",186:"GET.WORKSPACE",187:"GET.WINDOW",188:"GET.DOCUMENT",189:"DPRODUCT",190:"ISNONTEXT",191:"GET.NOTE",192:"NOTE",193:"STDEVP",194:"VARP",195:"DSTDEVP",196:"DVARP",197:"TRUNC",198:"ISLOGICAL",199:"DCOUNTA",200:"DELETE.BAR",201:"UNREGISTER",204:"USDOLLAR",205:"FINDB",206:"SEARCHB",207:"REPLACEB",208:"LEFTB",209:"RIGHTB",210:"MIDB",211:"LENB",212:"ROUNDUP",213:"ROUNDDOWN",214:"ASC",215:"DBCS",216:"RANK",219:"ADDRESS",220:"DAYS360",221:"TODAY",222:"VDB",223:"ELSE",224:"ELSE.IF",225:"END.IF",226:"FOR.CELL",227:"MEDIAN",228:"SUMPRODUCT",229:"SINH",230:"COSH",231:"TANH",232:"ASINH",233:"ACOSH",234:"ATANH",235:"DGET",236:"CREATE.OBJECT",237:"VOLATILE",238:"LAST.ERROR",239:"CUSTOM.UNDO",240:"CUSTOM.REPEAT",241:"FORMULA.CONVERT",242:"GET.LINK.INFO",243:"TEXT.BOX",244:"INFO",245:"GROUP",246:"GET.OBJECT",247:"DB",248:"PAUSE",251:"RESUME",252:"FREQUENCY",253:"ADD.TOOLBAR",254:"DELETE.TOOLBAR",255:"User",256:"RESET.TOOLBAR",257:"EVALUATE",258:"GET.TOOLBAR",259:"GET.TOOL",260:"SPELLING.CHECK",261:"ERROR.TYPE",262:"APP.TITLE",263:"WINDOW.TITLE",264:"SAVE.TOOLBAR",265:"ENABLE.TOOL",266:"PRESS.TOOL",267:"REGISTER.ID",268:"GET.WORKBOOK",269:"AVEDEV",270:"BETADIST",271:"GAMMALN",272:"BETAINV",273:"BINOMDIST",274:"CHIDIST",275:"CHIINV",276:"COMBIN",277:"CONFIDENCE",278:"CRITBINOM",279:"EVEN",280:"EXPONDIST",281:"FDIST",282:"FINV",283:"FISHER",284:"FISHERINV",285:"FLOOR",286:"GAMMADIST",287:"GAMMAINV",288:"CEILING",289:"HYPGEOMDIST",290:"LOGNORMDIST",291:"LOGINV",292:"NEGBINOMDIST",293:"NORMDIST",294:"NORMSDIST",295:"NORMINV",296:"NORMSINV",297:"STANDARDIZE",298:"ODD",299:"PERMUT",300:"POISSON",301:"TDIST",302:"WEIBULL",303:"SUMXMY2",304:"SUMX2MY2",305:"SUMX2PY2",306:"CHITEST",307:"CORREL",308:"COVAR",309:"FORECAST",310:"FTEST",311:"INTERCEPT",312:"PEARSON",313:"RSQ",314:"STEYX",315:"SLOPE",316:"TTEST",317:"PROB",318:"DEVSQ",319:"GEOMEAN",320:"HARMEAN",321:"SUMSQ",322:"KURT",323:"SKEW",324:"ZTEST",325:"LARGE",326:"SMALL",327:"QUARTILE",328:"PERCENTILE",329:"PERCENTRANK",330:"MODE",331:"TRIMMEAN",332:"TINV",334:"MOVIE.COMMAND",335:"GET.MOVIE",336:"CONCATENATE",337:"POWER",338:"PIVOT.ADD.DATA",339:"GET.PIVOT.TABLE",340:"GET.PIVOT.FIELD",341:"GET.PIVOT.ITEM",342:"RADIANS",343:"DEGREES",344:"SUBTOTAL",345:"SUMIF",346:"COUNTIF",347:"COUNTBLANK",348:"SCENARIO.GET",349:"OPTIONS.LISTS.GET",350:"ISPMT",351:"DATEDIF",352:"DATESTRING",353:"NUMBERSTRING",354:"ROMAN",355:"OPEN.DIALOG",356:"SAVE.DIALOG",357:"VIEW.GET",358:"GETPIVOTDATA",359:"HYPERLINK",360:"PHONETIC",361:"AVERAGEA",362:"MAXA",363:"MINA",364:"STDEVPA",365:"VARPA",366:"STDEVA",367:"VARA",368:"BAHTTEXT",369:"THAIDAYOFWEEK",370:"THAIDIGIT",371:"THAIMONTHOFYEAR",372:"THAINUMSOUND",373:"THAINUMSTRING",374:"THAISTRINGLENGTH",375:"ISTHAIDIGIT",376:"ROUNDBAHTDOWN",377:"ROUNDBAHTUP",378:"THAIYEAR",379:"RTD",380:"CUBEVALUE",381:"CUBEMEMBER",382:"CUBEMEMBERPROPERTY",383:"CUBERANKEDMEMBER",384:"HEX2BIN",385:"HEX2DEC",386:"HEX2OCT",387:"DEC2BIN",388:"DEC2HEX",389:"DEC2OCT",390:"OCT2BIN",391:"OCT2HEX",392:"OCT2DEC",393:"BIN2DEC",394:"BIN2OCT",395:"BIN2HEX",396:"IMSUB",397:"IMDIV",398:"IMPOWER",399:"IMABS",400:"IMSQRT",401:"IMLN",402:"IMLOG2",403:"IMLOG10",404:"IMSIN",405:"IMCOS",406:"IMEXP",407:"IMARGUMENT",408:"IMCONJUGATE",409:"IMAGINARY",410:"IMREAL",411:"COMPLEX",412:"IMSUM",413:"IMPRODUCT",414:"SERIESSUM",415:"FACTDOUBLE",416:"SQRTPI",417:"QUOTIENT",418:"DELTA",419:"GESTEP",420:"ISEVEN",421:"ISODD",422:"MROUND",423:"ERF",424:"ERFC",425:"BESSELJ",426:"BESSELK",427:"BESSELY",428:"BESSELI",429:"XIRR",430:"XNPV",431:"PRICEMAT",432:"YIELDMAT",433:"INTRATE",434:"RECEIVED",435:"DISC",436:"PRICEDISC",437:"YIELDDISC",438:"TBILLEQ",439:"TBILLPRICE",440:"TBILLYIELD",441:"PRICE",442:"YIELD",443:"DOLLARDE",444:"DOLLARFR",445:"NOMINAL",446:"EFFECT",447:"CUMPRINC",448:"CUMIPMT",449:"EDATE",450:"EOMONTH",451:"YEARFRAC",452:"COUPDAYBS",453:"COUPDAYS",454:"COUPDAYSNC",455:"COUPNCD",456:"COUPNUM",457:"COUPPCD",458:"DURATION",459:"MDURATION",460:"ODDLPRICE",461:"ODDLYIELD",462:"ODDFPRICE",463:"ODDFYIELD",464:"RANDBETWEEN",465:"WEEKNUM",466:"AMORDEGRC",467:"AMORLINC",468:"CONVERT",724:"SHEETJS",469:"ACCRINT",470:"ACCRINTM",471:"WORKDAY",472:"NETWORKDAYS",473:"GCD",474:"MULTINOMIAL",475:"LCM",476:"FVSCHEDULE",477:"CUBEKPIMEMBER",478:"CUBESET",479:"CUBESETCOUNT",480:"IFERROR",481:"COUNTIFS",482:"SUMIFS",483:"AVERAGEIF",484:"AVERAGEIFS"},Mg={2:1,3:1,10:0,15:1,16:1,17:1,18:1,19:0,20:1,21:1,22:1,23:1,24:1,25:1,26:1,27:2,30:2,31:3,32:1,33:1,34:0,35:0,38:1,39:2,40:3,41:3,42:3,43:3,44:3,45:3,47:3,48:2,53:1,61:3,63:0,65:3,66:3,67:1,68:1,69:1,70:1,71:1,72:1,73:1,74:0,75:1,76:1,77:1,79:2,80:2,83:1,85:0,86:1,89:0,90:1,94:0,95:0,97:2,98:1,99:1,101:3,102:3,105:1,106:1,108:2,111:1,112:1,113:1,114:1,117:2,118:1,119:4,121:1,126:1,127:1,128:1,129:1,130:1,131:1,133:1,134:1,135:1,136:2,137:2,138:2,140:1,141:1,142:3,143:4,144:4,161:1,162:1,163:1,164:1,165:2,172:1,175:2,176:2,177:3,178:2,179:1,184:1,186:1,189:3,190:1,195:3,196:3,197:1,198:1,199:3,201:1,207:4,210:3,211:1,212:2,213:2,214:1,215:1,225:0,229:1,230:1,231:1,232:1,233:1,234:1,235:3,244:1,247:4,252:2,257:1,261:1,271:1,273:4,274:2,275:2,276:2,277:3,278:3,279:1,280:3,281:3,282:3,283:1,284:1,285:2,286:4,287:3,288:2,289:4,290:3,291:3,292:3,293:4,294:1,295:3,296:1,297:3,298:1,299:2,300:3,301:3,302:4,303:2,304:2,305:2,306:2,307:2,308:2,309:3,310:2,311:2,312:2,313:2,314:2,315:2,316:4,325:2,326:2,327:2,328:2,331:2,332:2,337:2,342:1,343:1,346:2,347:1,350:4,351:3,352:1,353:2,360:1,368:1,369:1,370:1,371:1,372:1,373:1,374:1,375:1,376:1,377:1,378:1,382:3,385:1,392:1,393:1,396:2,397:2,398:2,399:1,400:1,401:1,402:1,403:1,404:1,405:1,406:1,407:1,408:1,409:1,410:1,414:4,415:1,416:1,417:2,420:1,421:1,422:2,424:1,425:2,426:2,427:2,428:2,430:3,438:3,439:3,440:3,443:2,444:2,445:2,446:2,447:6,448:6,449:2,450:2,464:2,468:3,476:2,479:1,480:2,65535:0};function Oc(e){return e.slice(0,3)=="of:"&&(e=e.slice(3)),e.charCodeAt(0)==61&&(e=e.slice(1),e.charCodeAt(0)==61&&(e=e.slice(1))),e=e.replace(/COM\.MICROSOFT\./g,""),e=e.replace(/\[((?:\.[A-Z]+[0-9]+)(?::\.[A-Z]+[0-9]+)?)\]/g,function(n,t){return t.replace(/\./g,"")}),e=e.replace(/\[.(#[A-Z]*[?!])\]/g,"$1"),e.replace(/[;~]/g,",").replace(/\|/g,";")}function ga(e){var n=e.split(":"),t=n[0].split(".")[0];return[t,n[0].split(".")[1]+(n.length>1?":"+(n[1].split(".")[1]||n[1].split(".")[0]):"")]}var Qr={},kr={};function Jr(e,n){if(e){var t=[.7,.7,.75,.75,.3,.3];n=="xlml"&&(t=[1,1,1,1,.5,.5]),e.left==null&&(e.left=t[0]),e.right==null&&(e.right=t[1]),e.top==null&&(e.top=t[2]),e.bottom==null&&(e.bottom=t[3]),e.header==null&&(e.header=t[4]),e.footer==null&&(e.footer=t[5])}}function wf(e,n,t,i,r,a){try{i.cellNF&&(e.z=ft[n])}catch(c){if(i.WTF)throw c}if(!(e.t==="z"&&!i.cellStyles)){if(e.t==="d"&&typeof e.v=="string"&&(e.v=Pt(e.v)),(!i||i.cellText!==!1)&&e.t!=="z")try{if(ft[n]==null&&sr(Wu[n]||"General",n),e.t==="e")e.w=e.w||xr[e.v];else if(n===0)if(e.t==="n")(e.v|0)===e.v?e.w=e.v.toString(10):e.w=ri(e.v);else if(e.t==="d"){var s=nn(e.v);(s|0)===s?e.w=s.toString(10):e.w=ri(s)}else{if(e.v===void 0)return"";e.w=or(e.v,kr)}else e.t==="d"?e.w=vn(n,nn(e.v),kr):e.w=vn(n,e.v,kr)}catch(c){if(i.WTF)throw c}if(i.cellStyles&&t!=null)try{e.s=a.Fills[t],e.s.fgColor&&e.s.fgColor.theme&&!e.s.fgColor.rgb&&(e.s.fgColor.rgb=Pi(r.themeElements.clrScheme[e.s.fgColor.theme].rgb,e.s.fgColor.tint||0),i.WTF&&(e.s.fgColor.raw_rgb=r.themeElements.clrScheme[e.s.fgColor.theme].rgb)),e.s.bgColor&&e.s.bgColor.theme&&(e.s.bgColor.rgb=Pi(r.themeElements.clrScheme[e.s.bgColor.theme].rgb,e.s.bgColor.tint||0),i.WTF&&(e.s.bgColor.raw_rgb=r.themeElements.clrScheme[e.s.bgColor.theme].rgb))}catch(c){if(i.WTF&&a.Fills)throw c}}}function Wg(e,n){var t=Ft(n);t.s.r<=t.e.r&&t.s.c<=t.e.c&&t.s.r>=0&&t.s.c>=0&&(e["!ref"]=pt(t))}var Pg=/<(?:\w:)?mergeCell ref="[A-Z0-9:]+"\s*[\/]?>/g,zg=/<(?:\w+:)?sheetData[^>]*>([\s\S]*)<\/(?:\w+:)?sheetData>/,Xg=/<(?:\w:)?hyperlink [^>]*>/mg,jg=/"(\w*:\w*)"/,Hg=/<(?:\w:)?col\b[^>]*[\/]?>/g,Vg=/<(?:\w:)?autoFilter[^>]*([\/]|>([\s\S]*)<\/(?:\w:)?autoFilter)>/g,Gg=/<(?:\w:)?pageMargins[^>]*\/>/g,Df=/<(?:\w:)?sheetPr\b(?:[^>a-z][^>]*)?\/>/,$g=/<(?:\w:)?sheetPr[^>]*(?:[\/]|>([\s\S]*)<\/(?:\w:)?sheetPr)>/,Yg=/<(?:\w:)?sheetViews[^>]*(?:[\/]|>([\s\S]*)<\/(?:\w:)?sheetViews)>/;function Kg(e,n,t,i,r,a,s){if(!e)return e;i||(i={"!id":{}});var c=n.dense?[]:{},f={s:{r:2e6,c:2e6},e:{r:0,c:0}},l="",o="",h=e.match(zg);h?(l=e.slice(0,h.index),o=e.slice(h.index+h[0].length)):l=o=e;var u=l.match(Df);u?ns(u[0],c,r,t):(u=l.match($g))&&Zg(u[0],u[1]||"",c,r,t);var d=(l.match(/<(?:\w*:)?dimension/)||{index:-1}).index;if(d>0){var p=l.slice(d,d+50).match(jg);p&&Wg(c,p[1])}var g=l.match(Yg);g&&g[1]&&nx(g[1],r);var x=[];if(n.cellStyles){var _=l.match(Hg);_&&qg(x,_)}h&&rx(h[1],c,n,f,a,s);var b=o.match(Vg);b&&(c["!autofilter"]=ex(b[0]));var m=[],w=o.match(Pg);if(w)for(d=0;d!=w.length;++d)m[d]=Ft(w[d].slice(w[d].indexOf('"')+1));var y=o.match(Xg);y&&Qg(c,y,i);var v=o.match(Gg);if(v&&(c["!margins"]=Jg(tt(v[0]))),!c["!ref"]&&f.e.c>=f.s.c&&f.e.r>=f.s.r&&(c["!ref"]=pt(f)),n.sheetRows>0&&c["!ref"]){var D=Ft(c["!ref"]);n.sheetRows<=+D.e.r&&(D.e.r=n.sheetRows-1,D.e.r>f.e.r&&(D.e.r=f.e.r),D.e.r<D.s.r&&(D.s.r=D.e.r),D.e.c>f.e.c&&(D.e.c=f.e.c),D.e.c<D.s.c&&(D.s.c=D.e.c),c["!fullref"]=c["!ref"],c["!ref"]=pt(D))}return x.length>0&&(c["!cols"]=x),m.length>0&&(c["!merges"]=m),c}function ns(e,n,t,i){var r=tt(e);t.Sheets[i]||(t.Sheets[i]={}),r.codeName&&(t.Sheets[i].CodeName=gt(wt(r.codeName)))}function Zg(e,n,t,i,r){ns(e.slice(0,e.indexOf(">")),t,i,r)}function Qg(e,n,t){for(var i=Array.isArray(e),r=0;r!=n.length;++r){var a=tt(wt(n[r]),!0);if(!a.ref)return;var s=((t||{})["!id"]||[])[a.id];s?(a.Target=s.Target,a.location&&(a.Target+="#"+gt(a.location))):(a.Target="#"+gt(a.location),s={Target:a.Target,TargetMode:"Internal"}),a.Rel=s,a.tooltip&&(a.Tooltip=a.tooltip,delete a.tooltip);for(var c=Ft(a.ref),f=c.s.r;f<=c.e.r;++f)for(var l=c.s.c;l<=c.e.c;++l){var o=st({c:l,r:f});i?(e[f]||(e[f]=[]),e[f][l]||(e[f][l]={t:"z",v:void 0}),e[f][l].l=a):(e[o]||(e[o]={t:"z",v:void 0}),e[o].l=a)}}}function Jg(e){var n={};return["left","right","top","bottom","header","footer"].forEach(function(t){e[t]&&(n[t]=parseFloat(e[t]))}),n}function qg(e,n){for(var t=!1,i=0;i!=n.length;++i){var r=tt(n[i],!0);r.hidden&&(r.hidden=Tt(r.hidden));var a=parseInt(r.min,10)-1,s=parseInt(r.max,10)-1;for(r.outlineLevel&&(r.level=+r.outlineLevel||0),delete r.min,delete r.max,r.width=+r.width,!t&&r.width&&(t=!0,es(r.width)),Ar(r);a<=s;)e[a++]=Xt(r)}}function ex(e){var n={ref:(e.match(/ref="([^"]*)"/)||[])[1]};return n}var tx=/<(?:\w:)?sheetView(?:[^>a-z][^>]*)?\/?>/;function nx(e,n){n.Views||(n.Views=[{}]),(e.match(tx)||[]).forEach(function(t,i){var r=tt(t);n.Views[i]||(n.Views[i]={}),+r.zoomScale&&(n.Views[i].zoom=+r.zoomScale),Tt(r.rightToLeft)&&(n.Views[i].RTL=!0)})}var rx=(function(){var e=/<(?:\w+:)?c[ \/>]/,n=/<\/(?:\w+:)?row>/,t=/r=["']([^"']*)["']/,i=/<(?:\w+:)?is>([\S\s]*?)<\/(?:\w+:)?is>/,r=/ref=["']([^"']*)["']/,a=ii("v"),s=ii("f");return function(f,l,o,h,u,d){for(var p=0,g="",x=[],_=[],b=0,m=0,w=0,y="",v,D,E=0,I=0,U,R,S=0,M=0,L=Array.isArray(d.CellXf),Y,le=[],N=[],ee=Array.isArray(l),k=[],ce={},G=!1,O=!!o.sheetStubs,Z=f.split(n),W=0,K=Z.length;W!=K;++W){g=Z[W].trim();var z=g.length;if(z!==0){var ie=0;e:for(p=0;p<z;++p)switch(g[p]){case">":if(g[p-1]!="/"){++p;break e}if(o&&o.cellStyles){if(D=tt(g.slice(ie,p),!0),E=D.r!=null?parseInt(D.r,10):E+1,I=-1,o.sheetRows&&o.sheetRows<E)continue;ce={},G=!1,D.ht&&(G=!0,ce.hpt=parseFloat(D.ht),ce.hpx=oi(ce.hpt)),D.hidden=="1"&&(G=!0,ce.hidden=!0),D.outlineLevel!=null&&(G=!0,ce.level=+D.outlineLevel),G&&(k[E-1]=ce)}break;case"<":ie=p;break}if(ie>=p)break;if(D=tt(g.slice(ie,p),!0),E=D.r!=null?parseInt(D.r,10):E+1,I=-1,!(o.sheetRows&&o.sheetRows<E)){h.s.r>E-1&&(h.s.r=E-1),h.e.r<E-1&&(h.e.r=E-1),o&&o.cellStyles&&(ce={},G=!1,D.ht&&(G=!0,ce.hpt=parseFloat(D.ht),ce.hpx=oi(ce.hpt)),D.hidden=="1"&&(G=!0,ce.hidden=!0),D.outlineLevel!=null&&(G=!0,ce.level=+D.outlineLevel),G&&(k[E-1]=ce)),x=g.slice(p).split(e);for(var De=0;De!=x.length&&x[De].trim().charAt(0)=="<";++De);for(x=x.slice(De),p=0;p!=x.length;++p)if(g=x[p].trim(),g.length!==0){if(_=g.match(t),b=p,m=0,w=0,g="<c "+(g.slice(0,1)=="<"?">":"")+g,_!=null&&_.length===2){for(b=0,y=_[1],m=0;m!=y.length&&!((w=y.charCodeAt(m)-64)<1||w>26);++m)b=26*b+w;--b,I=b}else++I;for(m=0;m!=g.length&&g.charCodeAt(m)!==62;++m);if(++m,D=tt(g.slice(0,m),!0),D.r||(D.r=st({r:E-1,c:I})),y=g.slice(m),v={t:""},(_=y.match(a))!=null&&_[1]!==""&&(v.v=gt(_[1])),o.cellFormula){if((_=y.match(s))!=null&&_[1]!==""){if(v.f=gt(wt(_[1])).replace(/\r\n/g,`
|
|
32
|
+
`),o.xlfn||(v.f=Cc(v.f)),_[0].indexOf('t="array"')>-1)v.F=(y.match(r)||[])[1],v.F.indexOf(":")>-1&&le.push([Ft(v.F),v.F]);else if(_[0].indexOf('t="shared"')>-1){R=tt(_[0]);var ae=gt(wt(_[1]));o.xlfn||(ae=Cc(ae)),N[parseInt(R.si,10)]=[R,ae,D.r]}}else(_=y.match(/<f[^>]*\/>/))&&(R=tt(_[0]),N[R.si]&&(v.f=p1(N[R.si][1],N[R.si][2],D.r)));var de=en(D.r);for(m=0;m<le.length;++m)de.r>=le[m][0].s.r&&de.r<=le[m][0].e.r&&de.c>=le[m][0].s.c&&de.c<=le[m][0].e.c&&(v.F=le[m][1])}if(D.t==null&&v.v===void 0)if(v.f||v.F)v.v=0,v.t="n";else if(O)v.t="z";else continue;else v.t=D.t||"n";switch(h.s.c>I&&(h.s.c=I),h.e.c<I&&(h.e.c=I),v.t){case"n":if(v.v==""||v.v==null){if(!O)continue;v.t="z"}else v.v=parseFloat(v.v);break;case"s":if(typeof v.v>"u"){if(!O)continue;v.t="z"}else U=Qr[parseInt(v.v,10)],v.v=U.t,v.r=U.r,o.cellHTML&&(v.h=U.h);break;case"str":v.t="s",v.v=v.v!=null?wt(v.v):"",o.cellHTML&&(v.h=ja(v.v));break;case"inlineStr":_=y.match(i),v.t="s",_!=null&&(U=qa(_[1]))?(v.v=U.t,o.cellHTML&&(v.h=U.h)):v.v="";break;case"b":v.v=Tt(v.v);break;case"d":o.cellDates?v.v=Pt(v.v,1):(v.v=nn(Pt(v.v,1)),v.t="n");break;case"e":(!o||o.cellText!==!1)&&(v.w=v.v),v.v=jo[v.v];break}if(S=M=0,Y=null,L&&D.s!==void 0&&(Y=d.CellXf[D.s],Y!=null&&(Y.numFmtId!=null&&(S=Y.numFmtId),o.cellStyles&&Y.fillId!=null&&(M=Y.fillId))),wf(v,S,M,o,u,d),o.cellDates&&L&&v.t=="n"&&Cr(ft[S])&&(v.t="d",v.v=$i(v.v)),D.cm&&o.xlmeta){var Le=(o.xlmeta.Cell||[])[+D.cm-1];Le&&Le.type=="XLDAPR"&&(v.D=!0)}if(ee){var te=en(D.r);l[te.r]||(l[te.r]=[]),l[te.r][te.c]=v}else l[D.r]=v}}}}k.length>0&&(l["!rows"]=k)}})();function ix(e,n){var t={},i=e.l+n;t.r=e.read_shift(4),e.l+=4;var r=e.read_shift(2);e.l+=1;var a=e.read_shift(1);return e.l=i,a&7&&(t.level=a&7),a&16&&(t.hidden=!0),a&32&&(t.hpt=r/20),t}var ax=gr;function sx(){}function cx(e,n){var t={},i=e[e.l];return++e.l,t.above=!(i&64),t.left=!(i&128),e.l+=18,t.name=A0(e),t}function ox(e){var n=yn(e);return[n]}function fx(e){var n=pr(e);return[n]}function lx(e){var n=yn(e),t=e.read_shift(1);return[n,t,"b"]}function ux(e){var n=pr(e),t=e.read_shift(1);return[n,t,"b"]}function hx(e){var n=yn(e),t=e.read_shift(1);return[n,t,"e"]}function dx(e){var n=pr(e),t=e.read_shift(1);return[n,t,"e"]}function px(e){var n=yn(e),t=e.read_shift(4);return[n,t,"s"]}function gx(e){var n=pr(e),t=e.read_shift(4);return[n,t,"s"]}function xx(e){var n=yn(e),t=Gt(e);return[n,t,"n"]}function Tf(e){var n=pr(e),t=Gt(e);return[n,t,"n"]}function mx(e){var n=yn(e),t=Za(e);return[n,t,"n"]}function vx(e){var n=pr(e),t=Za(e);return[n,t,"n"]}function yx(e){var n=yn(e),t=Ya(e);return[n,t,"is"]}function bx(e){var n=yn(e),t=Yt(e);return[n,t,"str"]}function _x(e){var n=pr(e),t=Yt(e);return[n,t,"str"]}function wx(e,n,t){var i=e.l+n,r=yn(e);r.r=t["!row"];var a=e.read_shift(1),s=[r,a,"b"];if(t.cellFormula){e.l+=2;var c=Zi(e,i-e.l,t);s[3]=Vt(c,null,r,t.supbooks,t)}else e.l=i;return s}function Dx(e,n,t){var i=e.l+n,r=yn(e);r.r=t["!row"];var a=e.read_shift(1),s=[r,a,"e"];if(t.cellFormula){e.l+=2;var c=Zi(e,i-e.l,t);s[3]=Vt(c,null,r,t.supbooks,t)}else e.l=i;return s}function Tx(e,n,t){var i=e.l+n,r=yn(e);r.r=t["!row"];var a=Gt(e),s=[r,a,"n"];if(t.cellFormula){e.l+=2;var c=Zi(e,i-e.l,t);s[3]=Vt(c,null,r,t.supbooks,t)}else e.l=i;return s}function Ex(e,n,t){var i=e.l+n,r=yn(e);r.r=t["!row"];var a=Yt(e),s=[r,a,"str"];if(t.cellFormula){e.l+=2;var c=Zi(e,i-e.l,t);s[3]=Vt(c,null,r,t.supbooks,t)}else e.l=i;return s}var kx=gr;function Fx(e,n){var t=e.l+n,i=gr(e),r=Ka(e),a=Yt(e),s=Yt(e),c=Yt(e);e.l=t;var f={rfx:i,relId:r,loc:a,display:c};return s&&(f.Tooltip=s),f}function Ux(){}function Ax(e,n,t){var i=e.l+n,r=Po(e),a=e.read_shift(1),s=[r];if(s[2]=a,t.cellFormula){var c=Og(e,i-e.l,t);s[1]=c}else e.l=i;return s}function Cx(e,n,t){var i=e.l+n,r=gr(e),a=[r];if(t.cellFormula){var s=Bg(e,i-e.l,t);a[1]=s,e.l=i}else e.l=i;return a}var Sx=["left","right","top","bottom","header","footer"];function Ix(e){var n={};return Sx.forEach(function(t){n[t]=Gt(e)}),n}function Rx(e){var n=e.read_shift(2);return e.l+=28,{RTL:n&32}}function Ox(){}function Nx(){}function Bx(e,n,t,i,r,a,s){if(!e)return e;var c=n||{};i||(i={"!id":{}});var f=c.dense?[]:{},l,o={s:{r:2e6,c:2e6},e:{r:0,c:0}},h=!1,u=!1,d,p,g,x,_,b,m,w,y,v=[];c.biff=12,c["!row"]=0;var D=0,E=!1,I=[],U={},R=c.supbooks||r.supbooks||[[]];if(R.sharedf=U,R.arrayf=I,R.SheetNames=r.SheetNames||r.Sheets.map(function(ee){return ee.name}),!c.supbooks&&(c.supbooks=R,r.Names))for(var S=0;S<r.Names.length;++S)R[0][S+1]=r.Names[S];var M=[],L=[],Y=!1;ji[16]={n:"BrtShortReal",f:Tf};var le;if(Xn(e,function(k,ce,G){if(!u)switch(G){case 148:l=k;break;case 0:d=k,c.sheetRows&&c.sheetRows<=d.r&&(u=!0),w=jt(x=d.r),c["!row"]=d.r,(k.hidden||k.hpt||k.level!=null)&&(k.hpt&&(k.hpx=oi(k.hpt)),L[k.r]=k);break;case 2:case 3:case 4:case 5:case 6:case 7:case 8:case 9:case 10:case 11:case 13:case 14:case 15:case 16:case 17:case 18:case 62:switch(p={t:k[2]},k[2]){case"n":p.v=k[1];break;case"s":m=Qr[k[1]],p.v=m.t,p.r=m.r;break;case"b":p.v=!!k[1];break;case"e":p.v=k[1],c.cellText!==!1&&(p.w=xr[p.v]);break;case"str":p.t="s",p.v=k[1];break;case"is":p.t="s",p.v=k[1].t;break}if((g=s.CellXf[k[0].iStyleRef])&&wf(p,g.numFmtId,null,c,a,s),_=k[0].c==-1?_+1:k[0].c,c.dense?(f[x]||(f[x]=[]),f[x][_]=p):f[Nt(_)+w]=p,c.cellFormula){for(E=!1,D=0;D<I.length;++D){var O=I[D];d.r>=O[0].s.r&&d.r<=O[0].e.r&&_>=O[0].s.c&&_<=O[0].e.c&&(p.F=pt(O[0]),E=!0)}!E&&k.length>3&&(p.f=k[3])}if(o.s.r>d.r&&(o.s.r=d.r),o.s.c>_&&(o.s.c=_),o.e.r<d.r&&(o.e.r=d.r),o.e.c<_&&(o.e.c=_),c.cellDates&&g&&p.t=="n"&&Cr(ft[g.numFmtId])){var Z=ir(p.v);Z&&(p.t="d",p.v=new Date(Z.y,Z.m-1,Z.d,Z.H,Z.M,Z.S,Z.u))}le&&(le.type=="XLDAPR"&&(p.D=!0),le=void 0);break;case 1:case 12:if(!c.sheetStubs||h)break;p={t:"z",v:void 0},_=k[0].c==-1?_+1:k[0].c,c.dense?(f[x]||(f[x]=[]),f[x][_]=p):f[Nt(_)+w]=p,o.s.r>d.r&&(o.s.r=d.r),o.s.c>_&&(o.s.c=_),o.e.r<d.r&&(o.e.r=d.r),o.e.c<_&&(o.e.c=_),le&&(le.type=="XLDAPR"&&(p.D=!0),le=void 0);break;case 176:v.push(k);break;case 49:le=((c.xlmeta||{}).Cell||[])[k-1];break;case 494:var W=i["!id"][k.relId];for(W?(k.Target=W.Target,k.loc&&(k.Target+="#"+k.loc),k.Rel=W):k.relId==""&&(k.Target="#"+k.loc),x=k.rfx.s.r;x<=k.rfx.e.r;++x)for(_=k.rfx.s.c;_<=k.rfx.e.c;++_)c.dense?(f[x]||(f[x]=[]),f[x][_]||(f[x][_]={t:"z",v:void 0}),f[x][_].l=k):(b=st({c:_,r:x}),f[b]||(f[b]={t:"z",v:void 0}),f[b].l=k);break;case 426:if(!c.cellFormula)break;I.push(k),y=c.dense?f[x][_]:f[Nt(_)+w],y.f=Vt(k[1],o,{r:d.r,c:_},R,c),y.F=pt(k[0]);break;case 427:if(!c.cellFormula)break;U[st(k[0].s)]=k[1],y=c.dense?f[x][_]:f[Nt(_)+w],y.f=Vt(k[1],o,{r:d.r,c:_},R,c);break;case 60:if(!c.cellStyles)break;for(;k.e>=k.s;)M[k.e--]={width:k.w/256,hidden:!!(k.flags&1),level:k.level},Y||(Y=!0,es(k.w/256)),Ar(M[k.e+1]);break;case 161:f["!autofilter"]={ref:pt(k)};break;case 476:f["!margins"]=k;break;case 147:r.Sheets[t]||(r.Sheets[t]={}),k.name&&(r.Sheets[t].CodeName=k.name),(k.above||k.left)&&(f["!outline"]={above:k.above,left:k.left});break;case 137:r.Views||(r.Views=[{}]),r.Views[0]||(r.Views[0]={}),k.RTL&&(r.Views[0].RTL=!0);break;case 485:break;case 64:case 1053:break;case 151:break;case 152:case 175:case 644:case 625:case 562:case 396:case 1112:case 1146:case 471:case 1050:case 649:case 1105:case 589:case 607:case 564:case 1055:case 168:case 174:case 1180:case 499:case 507:case 550:case 171:case 167:case 1177:case 169:case 1181:case 551:case 552:case 661:case 639:case 478:case 537:case 477:case 536:case 1103:case 680:case 1104:case 1024:case 663:case 535:case 678:case 504:case 1043:case 428:case 170:case 3072:case 50:case 2070:case 1045:break;case 35:h=!0;break;case 36:h=!1;break;case 37:h=!0;break;case 38:h=!1;break;default:if(!ce.T){if(!h||c.WTF)throw new Error("Unexpected record 0x"+G.toString(16))}}},c),delete c.supbooks,delete c["!row"],!f["!ref"]&&(o.s.r<2e6||l&&(l.e.r>0||l.e.c>0||l.s.r>0||l.s.c>0))&&(f["!ref"]=pt(l||o)),c.sheetRows&&f["!ref"]){var N=Ft(f["!ref"]);c.sheetRows<=+N.e.r&&(N.e.r=c.sheetRows-1,N.e.r>o.e.r&&(N.e.r=o.e.r),N.e.r<N.s.r&&(N.s.r=N.e.r),N.e.c>o.e.c&&(N.e.c=o.e.c),N.e.c<N.s.c&&(N.s.c=N.e.c),f["!fullref"]=f["!ref"],f["!ref"]=pt(N))}return v.length>0&&(f["!merges"]=v),M.length>0&&(f["!cols"]=M),L.length>0&&(f["!rows"]=L),f}function Lx(e){var n=[],t=e.match(/^<c:numCache>/),i;(e.match(/<c:pt idx="(\d*)">(.*?)<\/c:pt>/mg)||[]).forEach(function(a){var s=a.match(/<c:pt idx="(\d*?)"><c:v>(.*)<\/c:v><\/c:pt>/);s&&(n[+s[1]]=t?+s[2]:s[2])});var r=gt((e.match(/<c:formatCode>([\s\S]*?)<\/c:formatCode>/)||["","General"])[1]);return(e.match(/<c:f>(.*?)<\/c:f>/mg)||[]).forEach(function(a){i=a.replace(/<.*?>/g,"")}),[n,r,i]}function Mx(e,n,t,i,r,a){var s=a||{"!type":"chart"};if(!e)return a;var c=0,f=0,l="A",o={s:{r:2e6,c:2e6},e:{r:0,c:0}};return(e.match(/<c:numCache>[\s\S]*?<\/c:numCache>/gm)||[]).forEach(function(h){var u=Lx(h);o.s.r=o.s.c=0,o.e.c=c,l=Nt(c),u[0].forEach(function(d,p){s[l+jt(p)]={t:"n",v:d,z:u[1]},f=p}),o.e.r<f&&(o.e.r=f),++c}),c>0&&(s["!ref"]=pt(o)),s}function Wx(e,n,t,i,r){if(!e)return e;i||(i={"!id":{}});var a={"!type":"chart","!drawel":null,"!rel":""},s,c=e.match(Df);return c&&ns(c[0],a,r,t),(s=e.match(/drawing r:id="(.*?)"/))&&(a["!rel"]=s[1]),i["!id"][a["!rel"]]&&(a["!drawel"]=i["!id"][a["!rel"]]),a}function Px(e,n){e.l+=10;var t=Yt(e);return{name:t}}function zx(e,n,t,i,r){if(!e)return e;i||(i={"!id":{}});var a={"!type":"chart","!drawel":null,"!rel":""},s=!1;return Xn(e,function(f,l,o){switch(o){case 550:a["!rel"]=f;break;case 651:r.Sheets[t]||(r.Sheets[t]={}),f.name&&(r.Sheets[t].CodeName=f.name);break;case 562:case 652:case 669:case 679:case 551:case 552:case 476:case 3072:break;case 35:s=!0;break;case 36:s=!1;break;case 37:break;case 38:break;default:if(!(l.T>0)){if(!(l.T<0)){if(!s||n.WTF)throw new Error("Unexpected record 0x"+o.toString(16))}}}},n),i["!id"][a["!rel"]]&&(a["!drawel"]=i["!id"][a["!rel"]]),a}var Ef=[["allowRefreshQuery",!1,"bool"],["autoCompressPictures",!0,"bool"],["backupFile",!1,"bool"],["checkCompatibility",!1,"bool"],["CodeName",""],["date1904",!1,"bool"],["defaultThemeVersion",0,"int"],["filterPrivacy",!1,"bool"],["hidePivotFieldList",!1,"bool"],["promptedSolutions",!1,"bool"],["publishItems",!1,"bool"],["refreshAllConnections",!1,"bool"],["saveExternalLinkValues",!0,"bool"],["showBorderUnselectedTables",!0,"bool"],["showInkAnnotation",!0,"bool"],["showObjects","all"],["showPivotChartFilter",!1,"bool"],["updateLinks","userSet"]],Xx=[["activeTab",0,"int"],["autoFilterDateGrouping",!0,"bool"],["firstSheet",0,"int"],["minimized",!1,"bool"],["showHorizontalScroll",!0,"bool"],["showSheetTabs",!0,"bool"],["showVerticalScroll",!0,"bool"],["tabRatio",600,"int"],["visibility","visible"]],jx=[],Hx=[["calcCompleted","true"],["calcMode","auto"],["calcOnSave","true"],["concurrentCalc","true"],["fullCalcOnLoad","false"],["fullPrecision","true"],["iterate","false"],["iterateCount","100"],["iterateDelta","0.001"],["refMode","A1"]];function Nc(e,n){for(var t=0;t!=e.length;++t)for(var i=e[t],r=0;r!=n.length;++r){var a=n[r];if(i[a[0]]==null)i[a[0]]=a[1];else switch(a[2]){case"bool":typeof i[a[0]]=="string"&&(i[a[0]]=Tt(i[a[0]]));break;case"int":typeof i[a[0]]=="string"&&(i[a[0]]=parseInt(i[a[0]],10));break}}}function Bc(e,n){for(var t=0;t!=n.length;++t){var i=n[t];if(e[i[0]]==null)e[i[0]]=i[1];else switch(i[2]){case"bool":typeof e[i[0]]=="string"&&(e[i[0]]=Tt(e[i[0]]));break;case"int":typeof e[i[0]]=="string"&&(e[i[0]]=parseInt(e[i[0]],10));break}}}function kf(e){Bc(e.WBProps,Ef),Bc(e.CalcPr,Hx),Nc(e.WBView,Xx),Nc(e.Sheets,jx),kr.date1904=Tt(e.WBProps.date1904)}var Vx="][*?/\\".split("");function Gx(e,n){if(e.length>31)throw new Error("Sheet names cannot exceed 31 chars");var t=!0;return Vx.forEach(function(i){if(e.indexOf(i)!=-1)throw new Error("Sheet name cannot contain : \\ / ? * [ ]")}),t}var $x=/<\w+:workbook/;function Yx(e,n){if(!e)throw new Error("Could not find file");var t={AppVersion:{},WBProps:{},WBView:[],Sheets:[],CalcPr:{},Names:[],xmlns:""},i=!1,r="xmlns",a={},s=0;if(e.replace(Zt,function(f,l){var o=tt(f);switch(In(o[0])){case"<?xml":break;case"<workbook":f.match($x)&&(r="xmlns"+f.match(/<(\w+):/)[1]),t.xmlns=o[r];break;case"</workbook>":break;case"<fileVersion":delete o[0],t.AppVersion=o;break;case"<fileVersion/>":case"</fileVersion>":break;case"<fileSharing":break;case"<fileSharing/>":break;case"<workbookPr":case"<workbookPr/>":Ef.forEach(function(h){if(o[h[0]]!=null)switch(h[2]){case"bool":t.WBProps[h[0]]=Tt(o[h[0]]);break;case"int":t.WBProps[h[0]]=parseInt(o[h[0]],10);break;default:t.WBProps[h[0]]=o[h[0]]}}),o.codeName&&(t.WBProps.CodeName=wt(o.codeName));break;case"</workbookPr>":break;case"<workbookProtection":break;case"<workbookProtection/>":break;case"<bookViews":case"<bookViews>":case"</bookViews>":break;case"<workbookView":case"<workbookView/>":delete o[0],t.WBView.push(o);break;case"</workbookView>":break;case"<sheets":case"<sheets>":case"</sheets>":break;case"<sheet":switch(o.state){case"hidden":o.Hidden=1;break;case"veryHidden":o.Hidden=2;break;default:o.Hidden=0}delete o.state,o.name=gt(wt(o.name)),delete o[0],t.Sheets.push(o);break;case"</sheet>":break;case"<functionGroups":case"<functionGroups/>":break;case"<functionGroup":break;case"<externalReferences":case"</externalReferences>":case"<externalReferences>":break;case"<externalReference":break;case"<definedNames/>":break;case"<definedNames>":case"<definedNames":i=!0;break;case"</definedNames>":i=!1;break;case"<definedName":a={},a.Name=wt(o.name),o.comment&&(a.Comment=o.comment),o.localSheetId&&(a.Sheet=+o.localSheetId),Tt(o.hidden||"0")&&(a.Hidden=!0),s=l+f.length;break;case"</definedName>":a.Ref=gt(wt(e.slice(s,l))),t.Names.push(a);break;case"<definedName/>":break;case"<calcPr":delete o[0],t.CalcPr=o;break;case"<calcPr/>":delete o[0],t.CalcPr=o;break;case"</calcPr>":break;case"<oleSize":break;case"<customWorkbookViews>":case"</customWorkbookViews>":case"<customWorkbookViews":break;case"<customWorkbookView":case"</customWorkbookView>":break;case"<pivotCaches>":case"</pivotCaches>":case"<pivotCaches":break;case"<pivotCache":break;case"<smartTagPr":case"<smartTagPr/>":break;case"<smartTagTypes":case"<smartTagTypes>":case"</smartTagTypes>":break;case"<smartTagType":break;case"<webPublishing":case"<webPublishing/>":break;case"<fileRecoveryPr":case"<fileRecoveryPr/>":break;case"<webPublishObjects>":case"<webPublishObjects":case"</webPublishObjects>":break;case"<webPublishObject":break;case"<extLst":case"<extLst>":case"</extLst>":case"<extLst/>":break;case"<ext":i=!0;break;case"</ext>":i=!1;break;case"<ArchID":break;case"<AlternateContent":case"<AlternateContent>":i=!0;break;case"</AlternateContent>":i=!1;break;case"<revisionPtr":break;default:if(!i&&n.WTF)throw new Error("unrecognized "+o[0]+" in workbook")}return f}),h0.indexOf(t.xmlns)===-1)throw new Error("Unknown Namespace: "+t.xmlns);return kf(t),t}function Kx(e,n){var t={};return t.Hidden=e.read_shift(4),t.iTabID=e.read_shift(4),t.strRelID=wa(e),t.name=Yt(e),t}function Zx(e,n){var t={},i=e.read_shift(4);t.defaultThemeVersion=e.read_shift(4);var r=n>8?Yt(e):"";return r.length>0&&(t.CodeName=r),t.autoCompressPictures=!!(i&65536),t.backupFile=!!(i&64),t.checkCompatibility=!!(i&4096),t.date1904=!!(i&1),t.filterPrivacy=!!(i&8),t.hidePivotFieldList=!!(i&1024),t.promptedSolutions=!!(i&16),t.publishItems=!!(i&2048),t.refreshAllConnections=!!(i&262144),t.saveExternalLinkValues=!!(i&128),t.showBorderUnselectedTables=!!(i&4),t.showInkAnnotation=!!(i&32),t.showObjects=["all","placeholders","none"][i>>13&3],t.showPivotChartFilter=!!(i&32768),t.updateLinks=["userSet","never","always"][i>>8&3],t}function Qx(e,n){var t={};return e.read_shift(4),t.ArchID=e.read_shift(4),e.l+=n-8,t}function Jx(e,n,t){var i=e.l+n;e.l+=4,e.l+=1;var r=e.read_shift(4),a=C0(e),s=Ng(e,0,t),c=Ka(e);e.l=i;var f={Name:a,Ptg:s};return r<268435455&&(f.Sheet=r),c&&(f.Comment=c),f}function qx(e,n){var t={AppVersion:{},WBProps:{},WBView:[],Sheets:[],CalcPr:{},xmlns:""},i=[],r=!1;n||(n={}),n.biff=12;var a=[],s=[[]];return s.SheetNames=[],s.XTI=[],ji[16]={n:"BrtFRTArchID$",f:Qx},Xn(e,function(f,l,o){switch(o){case 156:s.SheetNames.push(f.name),t.Sheets.push(f);break;case 153:t.WBProps=f;break;case 39:f.Sheet!=null&&(n.SID=f.Sheet),f.Ref=Vt(f.Ptg,null,null,s,n),delete n.SID,delete f.Ptg,a.push(f);break;case 1036:break;case 357:case 358:case 355:case 667:s[0].length?s.push([o,f]):s[0]=[o,f],s[s.length-1].XTI=[];break;case 362:s.length===0&&(s[0]=[],s[0].XTI=[]),s[s.length-1].XTI=s[s.length-1].XTI.concat(f),s.XTI=s.XTI.concat(f);break;case 361:break;case 2071:case 158:case 143:case 664:case 353:break;case 3072:case 3073:case 534:case 677:case 157:case 610:case 2050:case 155:case 548:case 676:case 128:case 665:case 2128:case 2125:case 549:case 2053:case 596:case 2076:case 2075:case 2082:case 397:case 154:case 1117:case 553:case 2091:break;case 35:i.push(o),r=!0;break;case 36:i.pop(),r=!1;break;case 37:i.push(o),r=!0;break;case 38:i.pop(),r=!1;break;case 16:break;default:if(!l.T){if(!r||n.WTF&&i[i.length-1]!=37&&i[i.length-1]!=35)throw new Error("Unexpected record 0x"+o.toString(16))}}},n),kf(t),t.Names=a,t.supbooks=s,t}function em(e,n,t){return n.slice(-4)===".bin"?qx(e,t):Yx(e,t)}function tm(e,n,t,i,r,a,s,c){return n.slice(-4)===".bin"?Bx(e,i,t,r,a,s,c):Kg(e,i,t,r,a,s,c)}function nm(e,n,t,i,r,a,s,c){return n.slice(-4)===".bin"?zx(e,i,t,r,a):Wx(e,i,t,r,a)}function rm(e,n,t,i,r,a,s,c){return n.slice(-4)===".bin"?u1():h1()}function im(e,n,t,i,r,a,s,c){return n.slice(-4)===".bin"?f1():l1()}function am(e,n,t,i){return n.slice(-4)===".bin"?kp(e,t,i):bp(e,t,i)}function sm(e,n,t){return hf(e,t)}function cm(e,n,t){return n.slice(-4)===".bin"?Xd(e,t):Pd(e,t)}function om(e,n,t){return n.slice(-4)===".bin"?s1(e,t):t1(e,t)}function fm(e,n,t){return n.slice(-4)===".bin"?Jp(e):Zp(e)}function lm(e,n,t,i){return t.slice(-4)===".bin"?qp(e,n,t,i):void 0}function um(e,n,t){return n.slice(-4)===".bin"?Yp(e,n,t):Kp(e,n,t)}var Ff=/([\w:]+)=((?:")([^"]*)(?:")|(?:')([^']*)(?:'))/g,Uf=/([\w:]+)=((?:")(?:[^"]*)(?:")|(?:')(?:[^']*)(?:'))/;function bn(e,n){var t=e.split(/\s+/),i=[];if(i[0]=t[0],t.length===1)return i;var r=e.match(Ff),a,s,c,f;if(r)for(f=0;f!=r.length;++f)a=r[f].match(Uf),(s=a[1].indexOf(":"))===-1?i[a[1]]=a[2].slice(1,a[2].length-1):(a[1].slice(0,6)==="xmlns:"?c="xmlns"+a[1].slice(6):c=a[1].slice(s+1),i[c]=a[2].slice(1,a[2].length-1));return i}function hm(e){var n=e.split(/\s+/),t={};if(n.length===1)return t;var i=e.match(Ff),r,a,s,c;if(i)for(c=0;c!=i.length;++c)r=i[c].match(Uf),(a=r[1].indexOf(":"))===-1?t[r[1]]=r[2].slice(1,r[2].length-1):(r[1].slice(0,6)==="xmlns:"?s="xmlns"+r[1].slice(6):s=r[1].slice(a+1),t[s]=r[2].slice(1,r[2].length-1));return t}var qr;function dm(e,n){var t=qr[e]||gt(e);return t==="General"?or(n):vn(t,n)}function pm(e,n,t,i){var r=i;switch((t[0].match(/dt:dt="([\w.]+)"/)||["",""])[1]){case"boolean":r=Tt(i);break;case"i2":case"int":r=parseInt(i,10);break;case"r4":case"float":r=parseFloat(i);break;case"date":case"dateTime.tz":r=Pt(i);break;case"i8":case"string":case"fixed":case"uuid":case"bin.base64":break;default:throw new Error("bad custprop:"+t[0])}e[gt(n)]=r}function gm(e,n,t){if(e.t!=="z"){if(!t||t.cellText!==!1)try{e.t==="e"?e.w=e.w||xr[e.v]:n==="General"?e.t==="n"?(e.v|0)===e.v?e.w=e.v.toString(10):e.w=ri(e.v):e.w=or(e.v):e.w=dm(n||"General",e.v)}catch(a){if(t.WTF)throw a}try{var i=qr[n]||n||"General";if(t.cellNF&&(e.z=i),t.cellDates&&e.t=="n"&&Cr(i)){var r=ir(e.v);r&&(e.t="d",e.v=new Date(r.y,r.m-1,r.d,r.H,r.M,r.S,r.u))}}catch(a){if(t.WTF)throw a}}}function xm(e,n,t){if(t.cellStyles&&n.Interior){var i=n.Interior;i.Pattern&&(i.patternType=pp[i.Pattern]||i.Pattern)}e[n.ID]=n}function mm(e,n,t,i,r,a,s,c,f,l){var o="General",h=i.StyleID,u={};l=l||{};var d=[],p=0;for(h===void 0&&c&&(h=c.StyleID),h===void 0&&s&&(h=s.StyleID);a[h]!==void 0&&(a[h].nf&&(o=a[h].nf),a[h].Interior&&d.push(a[h].Interior),!!a[h].Parent);)h=a[h].Parent;switch(t.Type){case"Boolean":i.t="b",i.v=Tt(e);break;case"String":i.t="s",i.r=ic(gt(e)),i.v=e.indexOf("<")>-1?gt(n||e).replace(/<.*?>/g,""):i.r;break;case"DateTime":e.slice(-1)!="Z"&&(e+="Z"),i.v=(Pt(e)-new Date(Date.UTC(1899,11,30)))/(1440*60*1e3),i.v!==i.v?i.v=gt(e):i.v<60&&(i.v=i.v-1),(!o||o=="General")&&(o="yyyy-mm-dd");case"Number":i.v===void 0&&(i.v=+e),i.t||(i.t="n");break;case"Error":i.t="e",i.v=jo[e],l.cellText!==!1&&(i.w=e);break;default:e==""&&n==""?i.t="z":(i.t="s",i.v=ic(n||e));break}if(gm(i,o,l),l.cellFormula!==!1)if(i.Formula){var g=gt(i.Formula);g.charCodeAt(0)==61&&(g=g.slice(1)),i.f=Er(g,r),delete i.Formula,i.ArrayRange=="RC"?i.F=Er("RC:RC",r):i.ArrayRange&&(i.F=Er(i.ArrayRange,r),f.push([Ft(i.F),i.F]))}else for(p=0;p<f.length;++p)r.r>=f[p][0].s.r&&r.r<=f[p][0].e.r&&r.c>=f[p][0].s.c&&r.c<=f[p][0].e.c&&(i.F=f[p][1]);l.cellStyles&&(d.forEach(function(x){!u.patternType&&x.patternType&&(u.patternType=x.patternType)}),i.s=u),i.StyleID!==void 0&&(i.ixfe=i.StyleID)}function vm(e){e.t=e.v||"",e.t=e.t.replace(/\r\n/g,`
|
|
33
|
+
`).replace(/\r/g,`
|
|
34
|
+
`),e.v=e.w=e.ixfe=void 0}function xa(e,n){var t=n||{};go();var i=zr(Ha(e));(t.type=="binary"||t.type=="array"||t.type=="base64")&&(i=wt(i));var r=i.slice(0,1024).toLowerCase(),a=!1;if(r=r.replace(/".*?"/g,""),(r.indexOf(">")&1023)>Math.min(r.indexOf(",")&1023,r.indexOf(";")&1023)){var s=Xt(t);return s.type="string",si.to_workbook(i,s)}if(r.indexOf("<?xml")==-1&&["html","table","head","meta","script","style","div"].forEach(function(Qe){r.indexOf("<"+Qe)>=0&&(a=!0)}),a)return Fm(i,t);qr={"General Number":"General","General Date":ft[22],"Long Date":"dddd, mmmm dd, yyyy","Medium Date":ft[15],"Short Date":ft[14],"Long Time":ft[19],"Medium Time":ft[18],"Short Time":ft[20],Currency:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',Fixed:ft[2],Standard:ft[4],Percent:ft[10],Scientific:ft[11],"Yes/No":'"Yes";"Yes";"No";@',"True/False":'"True";"True";"False";@',"On/Off":'"Yes";"Yes";"No";@'};var c,f=[],l,o={},h=[],u=t.dense?[]:{},d="",p={},g={},x=bn('<Data ss:Type="String">'),_=0,b=0,m=0,w={s:{r:2e6,c:2e6},e:{r:0,c:0}},y={},v={},D="",E=0,I=[],U={},R={},S=0,M=[],L=[],Y={},le=[],N,ee=!1,k=[],ce=[],G={},O=0,Z=0,W={Sheets:[],WBProps:{date1904:!1}},K={};ai.lastIndex=0,i=i.replace(/<!--([\s\S]*?)-->/mg,"");for(var z="";c=ai.exec(i);)switch(c[3]=(z=c[3]).toLowerCase()){case"data":if(z=="data"){if(c[1]==="/"){if((l=f.pop())[0]!==c[3])throw new Error("Bad state: "+l.join("|"))}else c[0].charAt(c[0].length-2)!=="/"&&f.push([c[3],!0]);break}if(f[f.length-1][1])break;c[1]==="/"?mm(i.slice(_,c.index),D,x,f[f.length-1][0]=="comment"?Y:p,{c:b,r:m},y,le[b],g,k,t):(D="",x=bn(c[0]),_=c.index+c[0].length);break;case"cell":if(c[1]==="/")if(L.length>0&&(p.c=L),(!t.sheetRows||t.sheetRows>m)&&p.v!==void 0&&(t.dense?(u[m]||(u[m]=[]),u[m][b]=p):u[Nt(b)+jt(m)]=p),p.HRef&&(p.l={Target:gt(p.HRef)},p.HRefScreenTip&&(p.l.Tooltip=p.HRefScreenTip),delete p.HRef,delete p.HRefScreenTip),(p.MergeAcross||p.MergeDown)&&(O=b+(parseInt(p.MergeAcross,10)|0),Z=m+(parseInt(p.MergeDown,10)|0),I.push({s:{c:b,r:m},e:{c:O,r:Z}})),!t.sheetStubs)p.MergeAcross?b=O+1:++b;else if(p.MergeAcross||p.MergeDown){for(var ie=b;ie<=O;++ie)for(var De=m;De<=Z;++De)(ie>b||De>m)&&(t.dense?(u[De]||(u[De]=[]),u[De][ie]={t:"z"}):u[Nt(ie)+jt(De)]={t:"z"});b=O+1}else++b;else p=hm(c[0]),p.Index&&(b=+p.Index-1),b<w.s.c&&(w.s.c=b),b>w.e.c&&(w.e.c=b),c[0].slice(-2)==="/>"&&++b,L=[];break;case"row":c[1]==="/"||c[0].slice(-2)==="/>"?(m<w.s.r&&(w.s.r=m),m>w.e.r&&(w.e.r=m),c[0].slice(-2)==="/>"&&(g=bn(c[0]),g.Index&&(m=+g.Index-1)),b=0,++m):(g=bn(c[0]),g.Index&&(m=+g.Index-1),G={},(g.AutoFitHeight=="0"||g.Height)&&(G.hpx=parseInt(g.Height,10),G.hpt=uf(G.hpx),ce[m]=G),g.Hidden=="1"&&(G.hidden=!0,ce[m]=G));break;case"worksheet":if(c[1]==="/"){if((l=f.pop())[0]!==c[3])throw new Error("Bad state: "+l.join("|"));h.push(d),w.s.r<=w.e.r&&w.s.c<=w.e.c&&(u["!ref"]=pt(w),t.sheetRows&&t.sheetRows<=w.e.r&&(u["!fullref"]=u["!ref"],w.e.r=t.sheetRows-1,u["!ref"]=pt(w))),I.length&&(u["!merges"]=I),le.length>0&&(u["!cols"]=le),ce.length>0&&(u["!rows"]=ce),o[d]=u}else w={s:{r:2e6,c:2e6},e:{r:0,c:0}},m=b=0,f.push([c[3],!1]),l=bn(c[0]),d=gt(l.Name),u=t.dense?[]:{},I=[],k=[],ce=[],K={name:d,Hidden:0},W.Sheets.push(K);break;case"table":if(c[1]==="/"){if((l=f.pop())[0]!==c[3])throw new Error("Bad state: "+l.join("|"))}else{if(c[0].slice(-2)=="/>")break;f.push([c[3],!1]),le=[],ee=!1}break;case"style":c[1]==="/"?xm(y,v,t):v=bn(c[0]);break;case"numberformat":v.nf=gt(bn(c[0]).Format||"General"),qr[v.nf]&&(v.nf=qr[v.nf]);for(var ae=0;ae!=392&&ft[ae]!=v.nf;++ae);if(ae==392){for(ae=57;ae!=392;++ae)if(ft[ae]==null){sr(v.nf,ae);break}}break;case"column":if(f[f.length-1][0]!=="table")break;if(N=bn(c[0]),N.Hidden&&(N.hidden=!0,delete N.Hidden),N.Width&&(N.wpx=parseInt(N.Width,10)),!ee&&N.wpx>10){ee=!0,qt=ff;for(var de=0;de<le.length;++de)le[de]&&Ar(le[de])}ee&&Ar(N),le[N.Index-1||le.length]=N;for(var Le=0;Le<+N.Span;++Le)le[le.length]=Xt(N);break;case"namedrange":if(c[1]==="/")break;W.Names||(W.Names=[]);var te=tt(c[0]),Ie={Name:te.Name,Ref:Er(te.RefersTo.slice(1),{r:0,c:0})};W.Sheets.length>0&&(Ie.Sheet=W.Sheets.length-1),W.Names.push(Ie);break;case"namedcell":break;case"b":break;case"i":break;case"u":break;case"s":break;case"em":break;case"h2":break;case"h3":break;case"sub":break;case"sup":break;case"span":break;case"alignment":break;case"borders":break;case"border":break;case"font":if(c[0].slice(-2)==="/>")break;c[1]==="/"?D+=i.slice(E,c.index):E=c.index+c[0].length;break;case"interior":if(!t.cellStyles)break;v.Interior=bn(c[0]);break;case"protection":break;case"author":case"title":case"description":case"created":case"keywords":case"subject":case"category":case"company":case"lastauthor":case"lastsaved":case"lastprinted":case"version":case"revision":case"totaltime":case"hyperlinkbase":case"manager":case"contentstatus":case"identifier":case"language":case"appname":if(c[0].slice(-2)==="/>")break;c[1]==="/"?th(U,z,i.slice(S,c.index)):S=c.index+c[0].length;break;case"paragraphs":break;case"styles":case"workbook":if(c[1]==="/"){if((l=f.pop())[0]!==c[3])throw new Error("Bad state: "+l.join("|"))}else f.push([c[3],!1]);break;case"comment":if(c[1]==="/"){if((l=f.pop())[0]!==c[3])throw new Error("Bad state: "+l.join("|"));vm(Y),L.push(Y)}else f.push([c[3],!1]),l=bn(c[0]),Y={a:l.Author};break;case"autofilter":if(c[1]==="/"){if((l=f.pop())[0]!==c[3])throw new Error("Bad state: "+l.join("|"))}else if(c[0].charAt(c[0].length-2)!=="/"){var Ne=bn(c[0]);u["!autofilter"]={ref:Er(Ne.Range).replace(/\$/g,"")},f.push([c[3],!0])}break;case"name":break;case"datavalidation":if(c[1]==="/"){if((l=f.pop())[0]!==c[3])throw new Error("Bad state: "+l.join("|"))}else c[0].charAt(c[0].length-2)!=="/"&&f.push([c[3],!0]);break;case"pixelsperinch":break;case"componentoptions":case"documentproperties":case"customdocumentproperties":case"officedocumentsettings":case"pivottable":case"pivotcache":case"names":case"mapinfo":case"pagebreaks":case"querytable":case"sorting":case"schema":case"conditionalformatting":case"smarttagtype":case"smarttags":case"excelworkbook":case"workbookoptions":case"worksheetoptions":if(c[1]==="/"){if((l=f.pop())[0]!==c[3])throw new Error("Bad state: "+l.join("|"))}else c[0].charAt(c[0].length-2)!=="/"&&f.push([c[3],!0]);break;case"null":break;default:if(f.length==0&&c[3]=="document"||f.length==0&&c[3]=="uof")return Xc(i,t);var Pe=!0;switch(f[f.length-1][0]){case"officedocumentsettings":switch(c[3]){case"allowpng":break;case"removepersonalinformation":break;case"downloadcomponents":break;case"locationofcomponents":break;case"colors":break;case"color":break;case"index":break;case"rgb":break;case"targetscreensize":break;case"readonlyrecommended":break;default:Pe=!1}break;case"componentoptions":switch(c[3]){case"toolbar":break;case"hideofficelogo":break;case"spreadsheetautofit":break;case"label":break;case"caption":break;case"maxheight":break;case"maxwidth":break;case"nextsheetnumber":break;default:Pe=!1}break;case"excelworkbook":switch(c[3]){case"date1904":W.WBProps.date1904=!0;break;case"windowheight":break;case"windowwidth":break;case"windowtopx":break;case"windowtopy":break;case"tabratio":break;case"protectstructure":break;case"protectwindow":break;case"protectwindows":break;case"activesheet":break;case"displayinknotes":break;case"firstvisiblesheet":break;case"supbook":break;case"sheetname":break;case"sheetindex":break;case"sheetindexfirst":break;case"sheetindexlast":break;case"dll":break;case"acceptlabelsinformulas":break;case"donotsavelinkvalues":break;case"iteration":break;case"maxiterations":break;case"maxchange":break;case"path":break;case"xct":break;case"count":break;case"selectedsheets":break;case"calculation":break;case"uncalced":break;case"startupprompt":break;case"crn":break;case"externname":break;case"formula":break;case"colfirst":break;case"collast":break;case"wantadvise":break;case"boolean":break;case"error":break;case"text":break;case"ole":break;case"noautorecover":break;case"publishobjects":break;case"donotcalculatebeforesave":break;case"number":break;case"refmoder1c1":break;case"embedsavesmarttags":break;default:Pe=!1}break;case"workbookoptions":switch(c[3]){case"owcversion":break;case"height":break;case"width":break;default:Pe=!1}break;case"worksheetoptions":switch(c[3]){case"visible":if(c[0].slice(-2)!=="/>")if(c[1]==="/")switch(i.slice(S,c.index)){case"SheetHidden":K.Hidden=1;break;case"SheetVeryHidden":K.Hidden=2;break}else S=c.index+c[0].length;break;case"header":u["!margins"]||Jr(u["!margins"]={},"xlml"),isNaN(+tt(c[0]).Margin)||(u["!margins"].header=+tt(c[0]).Margin);break;case"footer":u["!margins"]||Jr(u["!margins"]={},"xlml"),isNaN(+tt(c[0]).Margin)||(u["!margins"].footer=+tt(c[0]).Margin);break;case"pagemargins":var Me=tt(c[0]);u["!margins"]||Jr(u["!margins"]={},"xlml"),isNaN(+Me.Top)||(u["!margins"].top=+Me.Top),isNaN(+Me.Left)||(u["!margins"].left=+Me.Left),isNaN(+Me.Right)||(u["!margins"].right=+Me.Right),isNaN(+Me.Bottom)||(u["!margins"].bottom=+Me.Bottom);break;case"displayrighttoleft":W.Views||(W.Views=[]),W.Views[0]||(W.Views[0]={}),W.Views[0].RTL=!0;break;case"freezepanes":break;case"frozennosplit":break;case"splithorizontal":case"splitvertical":break;case"donotdisplaygridlines":break;case"activerow":break;case"activecol":break;case"toprowbottompane":break;case"leftcolumnrightpane":break;case"unsynced":break;case"print":break;case"printerrors":break;case"panes":break;case"scale":break;case"pane":break;case"number":break;case"layout":break;case"pagesetup":break;case"selected":break;case"protectobjects":break;case"enableselection":break;case"protectscenarios":break;case"validprinterinfo":break;case"horizontalresolution":break;case"verticalresolution":break;case"numberofcopies":break;case"activepane":break;case"toprowvisible":break;case"leftcolumnvisible":break;case"fittopage":break;case"rangeselection":break;case"papersizeindex":break;case"pagelayoutzoom":break;case"pagebreakzoom":break;case"filteron":break;case"fitwidth":break;case"fitheight":break;case"commentslayout":break;case"zoom":break;case"lefttoright":break;case"gridlines":break;case"allowsort":break;case"allowfilter":break;case"allowinsertrows":break;case"allowdeleterows":break;case"allowinsertcols":break;case"allowdeletecols":break;case"allowinserthyperlinks":break;case"allowformatcells":break;case"allowsizecols":break;case"allowsizerows":break;case"nosummaryrowsbelowdetail":u["!outline"]||(u["!outline"]={}),u["!outline"].above=!0;break;case"tabcolorindex":break;case"donotdisplayheadings":break;case"showpagelayoutzoom":break;case"nosummarycolumnsrightdetail":u["!outline"]||(u["!outline"]={}),u["!outline"].left=!0;break;case"blackandwhite":break;case"donotdisplayzeros":break;case"displaypagebreak":break;case"rowcolheadings":break;case"donotdisplayoutline":break;case"noorientation":break;case"allowusepivottables":break;case"zeroheight":break;case"viewablerange":break;case"selection":break;case"protectcontents":break;default:Pe=!1}break;case"pivottable":case"pivotcache":switch(c[3]){case"immediateitemsondrop":break;case"showpagemultipleitemlabel":break;case"compactrowindent":break;case"location":break;case"pivotfield":break;case"orientation":break;case"layoutform":break;case"layoutsubtotallocation":break;case"layoutcompactrow":break;case"position":break;case"pivotitem":break;case"datatype":break;case"datafield":break;case"sourcename":break;case"parentfield":break;case"ptlineitems":break;case"ptlineitem":break;case"countofsameitems":break;case"item":break;case"itemtype":break;case"ptsource":break;case"cacheindex":break;case"consolidationreference":break;case"filename":break;case"reference":break;case"nocolumngrand":break;case"norowgrand":break;case"blanklineafteritems":break;case"hidden":break;case"subtotal":break;case"basefield":break;case"mapchilditems":break;case"function":break;case"refreshonfileopen":break;case"printsettitles":break;case"mergelabels":break;case"defaultversion":break;case"refreshname":break;case"refreshdate":break;case"refreshdatecopy":break;case"versionlastrefresh":break;case"versionlastupdate":break;case"versionupdateablemin":break;case"versionrefreshablemin":break;case"calculation":break;default:Pe=!1}break;case"pagebreaks":switch(c[3]){case"colbreaks":break;case"colbreak":break;case"rowbreaks":break;case"rowbreak":break;case"colstart":break;case"colend":break;case"rowend":break;default:Pe=!1}break;case"autofilter":switch(c[3]){case"autofiltercolumn":break;case"autofiltercondition":break;case"autofilterand":break;case"autofilteror":break;default:Pe=!1}break;case"querytable":switch(c[3]){case"id":break;case"autoformatfont":break;case"autoformatpattern":break;case"querysource":break;case"querytype":break;case"enableredirections":break;case"refreshedinxl9":break;case"urlstring":break;case"htmltables":break;case"connection":break;case"commandtext":break;case"refreshinfo":break;case"notitles":break;case"nextid":break;case"columninfo":break;case"overwritecells":break;case"donotpromptforfile":break;case"textwizardsettings":break;case"source":break;case"number":break;case"decimal":break;case"thousandseparator":break;case"trailingminusnumbers":break;case"formatsettings":break;case"fieldtype":break;case"delimiters":break;case"tab":break;case"comma":break;case"autoformatname":break;case"versionlastedit":break;case"versionlastrefresh":break;default:Pe=!1}break;case"datavalidation":switch(c[3]){case"range":break;case"type":break;case"min":break;case"max":break;case"sort":break;case"descending":break;case"order":break;case"casesensitive":break;case"value":break;case"errorstyle":break;case"errormessage":break;case"errortitle":break;case"inputmessage":break;case"inputtitle":break;case"combohide":break;case"inputhide":break;case"condition":break;case"qualifier":break;case"useblank":break;case"value1":break;case"value2":break;case"format":break;case"cellrangelist":break;default:Pe=!1}break;case"sorting":case"conditionalformatting":switch(c[3]){case"range":break;case"type":break;case"min":break;case"max":break;case"sort":break;case"descending":break;case"order":break;case"casesensitive":break;case"value":break;case"errorstyle":break;case"errormessage":break;case"errortitle":break;case"cellrangelist":break;case"inputmessage":break;case"inputtitle":break;case"combohide":break;case"inputhide":break;case"condition":break;case"qualifier":break;case"useblank":break;case"value1":break;case"value2":break;case"format":break;default:Pe=!1}break;case"mapinfo":case"schema":case"data":switch(c[3]){case"map":break;case"entry":break;case"range":break;case"xpath":break;case"field":break;case"xsdtype":break;case"filteron":break;case"aggregate":break;case"elementtype":break;case"attributetype":break;case"schema":case"element":case"complextype":case"datatype":case"all":case"attribute":case"extends":break;case"row":break;default:Pe=!1}break;case"smarttags":break;default:Pe=!1;break}if(Pe||c[3].match(/!\[CDATA/))break;if(!f[f.length-1][1])throw"Unrecognized tag: "+c[3]+"|"+f.join("|");if(f[f.length-1][0]==="customdocumentproperties"){if(c[0].slice(-2)==="/>")break;c[1]==="/"?pm(R,z,M,i.slice(S,c.index)):(M=c,S=c.index+c[0].length);break}if(t.WTF)throw"Unrecognized tag: "+c[3]+"|"+f.join("|")}var Oe={};return!t.bookSheets&&!t.bookProps&&(Oe.Sheets=o),Oe.SheetNames=h,Oe.Workbook=W,Oe.SSF=Xt(ft),Oe.Props=U,Oe.Custprops=R,Oe}function ka(e,n){switch(as(n=n||{}),n.type||"base64"){case"base64":return xa(hn(e),n);case"binary":case"buffer":case"file":return xa(e,n);case"array":return xa(dr(e),n)}}function ym(e){var n={},t=e.content;if(t.l=28,n.AnsiUserType=t.read_shift(0,"lpstr-ansi"),n.AnsiClipboardFormat=R0(t),t.length-t.l<=4)return n;var i=t.read_shift(4);if(i==0||i>40||(t.l-=4,n.Reserved1=t.read_shift(0,"lpstr-ansi"),t.length-t.l<=4)||(i=t.read_shift(4),i!==1907505652)||(n.UnicodeClipboardFormat=O0(t),i=t.read_shift(4),i==0||i>40))return n;t.l-=4,n.Reserved2=t.read_shift(0,"lpwstr")}var bm=[60,1084,2066,2165,2175];function _m(e,n,t,i,r){var a=i,s=[],c=t.slice(t.l,t.l+a);if(r&&r.enc&&r.enc.insitu&&c.length>0)switch(e){case 9:case 521:case 1033:case 2057:case 47:case 405:case 225:case 406:case 312:case 404:case 10:break;case 133:break;default:r.enc.insitu(c)}s.push(c),t.l+=a;for(var f=Mn(t,t.l),l=Fa[f],o=0;l!=null&&bm.indexOf(f)>-1;)a=Mn(t,t.l+2),o=t.l+4,f==2066?o+=4:(f==2165||f==2175)&&(o+=12),c=t.slice(o,t.l+4+a),s.push(c),t.l+=4+a,l=Fa[f=Mn(t,t.l)];var h=$n(s);zt(h,0);var u=0;h.lens=[];for(var d=0;d<s.length;++d)h.lens.push(u),u+=s[d].length;if(h.length<i)throw"XLS Record 0x"+e.toString(16)+" Truncated: "+h.length+" < "+i;return n.f(h,h.length,r)}function Fn(e,n,t){if(e.t!=="z"&&e.XF){var i=0;try{i=e.z||e.XF.numFmtId||0,n.cellNF&&(e.z=ft[i])}catch(a){if(n.WTF)throw a}if(!n||n.cellText!==!1)try{e.t==="e"?e.w=e.w||xr[e.v]:i===0||i=="General"?e.t==="n"?(e.v|0)===e.v?e.w=e.v.toString(10):e.w=ri(e.v):e.w=or(e.v):e.w=vn(i,e.v,{date1904:!!t,dateNF:n&&n.dateNF})}catch(a){if(n.WTF)throw a}if(n.cellDates&&i&&e.t=="n"&&Cr(ft[i]||String(i))){var r=ir(e.v);r&&(e.t="d",e.v=new Date(r.y,r.m-1,r.d,r.H,r.M,r.S,r.u))}}}function Ai(e,n,t){return{v:e,ixfe:n,t}}function wm(e,n){var t={opts:{}},i={},r=n.dense?[]:{},a={},s={},c=null,f=[],l="",o={},h,u="",d,p,g,x,_={},b=[],m,w,y=[],v=[],D={Sheets:[],WBProps:{date1904:!1},Views:[{}]},E={},I=function(q){return q<8?cr[q]:q<64&&v[q-8]||cr[q]},U=function(q,ye,Fe){var Ue=ye.XF.data;if(!(!Ue||!Ue.patternType||!Fe||!Fe.cellStyles)){ye.s={},ye.s.patternType=Ue.patternType;var $e;($e=ci(I(Ue.icvFore)))&&(ye.s.fgColor={rgb:$e}),($e=ci(I(Ue.icvBack)))&&(ye.s.bgColor={rgb:$e})}},R=function(q,ye,Fe){if(!(G>1)&&!(Fe.sheetRows&&q.r>=Fe.sheetRows)){if(Fe.cellStyles&&ye.XF&&ye.XF.data&&U(q,ye,Fe),delete ye.ixfe,delete ye.XF,h=q,u=st(q),(!s||!s.s||!s.e)&&(s={s:{r:0,c:0},e:{r:0,c:0}}),q.r<s.s.r&&(s.s.r=q.r),q.c<s.s.c&&(s.s.c=q.c),q.r+1>s.e.r&&(s.e.r=q.r+1),q.c+1>s.e.c&&(s.e.c=q.c+1),Fe.cellFormula&&ye.f){for(var Ue=0;Ue<b.length;++Ue)if(!(b[Ue][0].s.c>q.c||b[Ue][0].s.r>q.r)&&!(b[Ue][0].e.c<q.c||b[Ue][0].e.r<q.r)){ye.F=pt(b[Ue][0]),(b[Ue][0].s.c!=q.c||b[Ue][0].s.r!=q.r)&&delete ye.f,ye.f&&(ye.f=""+Vt(b[Ue][1],s,q,k,S));break}}Fe.dense?(r[q.r]||(r[q.r]=[]),r[q.r][q.c]=ye):r[u]=ye}},S={enc:!1,sbcch:0,snames:[],sharedf:_,arrayf:b,rrtabid:[],lastuser:"",biff:8,codepage:0,winlocked:0,cellStyles:!!n&&!!n.cellStyles,WTF:!!n&&!!n.wtf};n.password&&(S.password=n.password);var M,L=[],Y=[],le=[],N=[],ee=!1,k=[];k.SheetNames=S.snames,k.sharedf=S.sharedf,k.arrayf=S.arrayf,k.names=[],k.XTI=[];var ce=0,G=0,O=0,Z=[],W=[],K;S.codepage=1200,Tn(1200);for(var z=!1;e.l<e.length-1;){var ie=e.l,De=e.read_shift(2);if(De===0&&ce===10)break;var ae=e.l===e.length?0:e.read_shift(2),de=Fa[De];if(de&&de.f){if(n.bookSheets&&ce===133&&De!==133)break;if(ce=De,de.r===2||de.r==12){var Le=e.read_shift(2);if(ae-=2,!S.enc&&Le!==De&&((Le&255)<<8|Le>>8)!==De)throw new Error("rt mismatch: "+Le+"!="+De);de.r==12&&(e.l+=10,ae-=10)}var te={};if(De===10?te=de.f(e,ae,S):te=_m(De,de,e,ae,S),G==0&&[9,521,1033,2057].indexOf(ce)===-1)continue;switch(De){case 34:t.opts.Date1904=D.WBProps.date1904=te;break;case 134:t.opts.WriteProtect=!0;break;case 47:if(S.enc||(e.l=0),S.enc=te,!n.password)throw new Error("File is password-protected");if(te.valid==null)throw new Error("Encryption scheme unsupported");if(!te.valid)throw new Error("Password is incorrect");break;case 92:S.lastuser=te;break;case 66:var Ie=Number(te);switch(Ie){case 21010:Ie=1200;break;case 32768:Ie=1e4;break;case 32769:Ie=1252;break}Tn(S.codepage=Ie),z=!0;break;case 317:S.rrtabid=te;break;case 25:S.winlocked=te;break;case 439:t.opts.RefreshAll=te;break;case 12:t.opts.CalcCount=te;break;case 16:t.opts.CalcDelta=te;break;case 17:t.opts.CalcIter=te;break;case 13:t.opts.CalcMode=te;break;case 14:t.opts.CalcPrecision=te;break;case 95:t.opts.CalcSaveRecalc=te;break;case 15:S.CalcRefMode=te;break;case 2211:t.opts.FullCalc=te;break;case 129:te.fDialog&&(r["!type"]="dialog"),te.fBelow||((r["!outline"]||(r["!outline"]={})).above=!0),te.fRight||((r["!outline"]||(r["!outline"]={})).left=!0);break;case 224:y.push(te);break;case 430:k.push([te]),k[k.length-1].XTI=[];break;case 35:case 547:k[k.length-1].push(te);break;case 24:case 536:K={Name:te.Name,Ref:Vt(te.rgce,s,null,k,S)},te.itab>0&&(K.Sheet=te.itab-1),k.names.push(K),k[0]||(k[0]=[],k[0].XTI=[]),k[k.length-1].push(te),te.Name=="_xlnm._FilterDatabase"&&te.itab>0&&te.rgce&&te.rgce[0]&&te.rgce[0][0]&&te.rgce[0][0][0]=="PtgArea3d"&&(W[te.itab-1]={ref:pt(te.rgce[0][0][1][2])});break;case 22:S.ExternCount=te;break;case 23:k.length==0&&(k[0]=[],k[0].XTI=[]),k[k.length-1].XTI=k[k.length-1].XTI.concat(te),k.XTI=k.XTI.concat(te);break;case 2196:if(S.biff<8)break;K!=null&&(K.Comment=te[1]);break;case 18:r["!protect"]=te;break;case 19:te!==0&&S.WTF&&console.error("Password verifier: "+te);break;case 133:a[te.pos]=te,S.snames.push(te.name);break;case 10:{if(--G)break;if(s.e){if(s.e.r>0&&s.e.c>0){if(s.e.r--,s.e.c--,r["!ref"]=pt(s),n.sheetRows&&n.sheetRows<=s.e.r){var Ne=s.e.r;s.e.r=n.sheetRows-1,r["!fullref"]=r["!ref"],r["!ref"]=pt(s),s.e.r=Ne}s.e.r++,s.e.c++}L.length>0&&(r["!merges"]=L),Y.length>0&&(r["!objects"]=Y),le.length>0&&(r["!cols"]=le),N.length>0&&(r["!rows"]=N),D.Sheets.push(E)}l===""?o=r:i[l]=r,r=n.dense?[]:{}}break;case 9:case 521:case 1033:case 2057:{if(S.biff===8&&(S.biff={9:2,521:3,1033:4}[De]||{512:2,768:3,1024:4,1280:5,1536:8,2:2,7:2}[te.BIFFVer]||8),S.biffguess=te.BIFFVer==0,te.BIFFVer==0&&te.dt==4096&&(S.biff=5,z=!0,Tn(S.codepage=28591)),S.biff==8&&te.BIFFVer==0&&te.dt==16&&(S.biff=2),G++)break;if(r=n.dense?[]:{},S.biff<8&&!z&&(z=!0,Tn(S.codepage=n.codepage||1252)),S.biff<5||te.BIFFVer==0&&te.dt==4096){l===""&&(l="Sheet1"),s={s:{r:0,c:0},e:{r:0,c:0}};var Pe={pos:e.l-ae,name:l};a[Pe.pos]=Pe,S.snames.push(l)}else l=(a[ie]||{name:""}).name;te.dt==32&&(r["!type"]="chart"),te.dt==64&&(r["!type"]="macro"),L=[],Y=[],S.arrayf=b=[],le=[],N=[],ee=!1,E={Hidden:(a[ie]||{hs:0}).hs,name:l}}break;case 515:case 3:case 2:r["!type"]=="chart"&&(n.dense?(r[te.r]||[])[te.c]:r[st({c:te.c,r:te.r})])&&++te.c,m={ixfe:te.ixfe,XF:y[te.ixfe]||{},v:te.val,t:"n"},O>0&&(m.z=Z[m.ixfe>>8&63]),Fn(m,n,t.opts.Date1904),R({c:te.c,r:te.r},m,n);break;case 5:case 517:m={ixfe:te.ixfe,XF:y[te.ixfe],v:te.val,t:te.t},O>0&&(m.z=Z[m.ixfe>>8&63]),Fn(m,n,t.opts.Date1904),R({c:te.c,r:te.r},m,n);break;case 638:m={ixfe:te.ixfe,XF:y[te.ixfe],v:te.rknum,t:"n"},O>0&&(m.z=Z[m.ixfe>>8&63]),Fn(m,n,t.opts.Date1904),R({c:te.c,r:te.r},m,n);break;case 189:for(var Me=te.c;Me<=te.C;++Me){var Oe=te.rkrec[Me-te.c][0];m={ixfe:Oe,XF:y[Oe],v:te.rkrec[Me-te.c][1],t:"n"},O>0&&(m.z=Z[m.ixfe>>8&63]),Fn(m,n,t.opts.Date1904),R({c:Me,r:te.r},m,n)}break;case 6:case 518:case 1030:{if(te.val=="String"){c=te;break}if(m=Ai(te.val,te.cell.ixfe,te.tt),m.XF=y[m.ixfe],n.cellFormula){var Qe=te.formula;if(Qe&&Qe[0]&&Qe[0][0]&&Qe[0][0][0]=="PtgExp"){var C=Qe[0][0][1][0],ve=Qe[0][0][1][1],ge=st({r:C,c:ve});_[ge]?m.f=""+Vt(te.formula,s,te.cell,k,S):m.F=((n.dense?(r[C]||[])[ve]:r[ge])||{}).F}else m.f=""+Vt(te.formula,s,te.cell,k,S)}O>0&&(m.z=Z[m.ixfe>>8&63]),Fn(m,n,t.opts.Date1904),R(te.cell,m,n),c=te}break;case 7:case 519:if(c)c.val=te,m=Ai(te,c.cell.ixfe,"s"),m.XF=y[m.ixfe],n.cellFormula&&(m.f=""+Vt(c.formula,s,c.cell,k,S)),O>0&&(m.z=Z[m.ixfe>>8&63]),Fn(m,n,t.opts.Date1904),R(c.cell,m,n),c=null;else throw new Error("String record expects Formula");break;case 33:case 545:{b.push(te);var re=st(te[0].s);if(d=n.dense?(r[te[0].s.r]||[])[te[0].s.c]:r[re],n.cellFormula&&d){if(!c||!re||!d)break;d.f=""+Vt(te[1],s,te[0],k,S),d.F=pt(te[0])}}break;case 1212:{if(!n.cellFormula)break;if(u){if(!c)break;_[st(c.cell)]=te[0],d=n.dense?(r[c.cell.r]||[])[c.cell.c]:r[st(c.cell)],(d||{}).f=""+Vt(te[0],s,h,k,S)}}break;case 253:m=Ai(f[te.isst].t,te.ixfe,"s"),f[te.isst].h&&(m.h=f[te.isst].h),m.XF=y[m.ixfe],O>0&&(m.z=Z[m.ixfe>>8&63]),Fn(m,n,t.opts.Date1904),R({c:te.c,r:te.r},m,n);break;case 513:n.sheetStubs&&(m={ixfe:te.ixfe,XF:y[te.ixfe],t:"z"},O>0&&(m.z=Z[m.ixfe>>8&63]),Fn(m,n,t.opts.Date1904),R({c:te.c,r:te.r},m,n));break;case 190:if(n.sheetStubs)for(var A=te.c;A<=te.C;++A){var T=te.ixfe[A-te.c];m={ixfe:T,XF:y[T],t:"z"},O>0&&(m.z=Z[m.ixfe>>8&63]),Fn(m,n,t.opts.Date1904),R({c:A,r:te.r},m,n)}break;case 214:case 516:case 4:m=Ai(te.val,te.ixfe,"s"),m.XF=y[m.ixfe],O>0&&(m.z=Z[m.ixfe>>8&63]),Fn(m,n,t.opts.Date1904),R({c:te.c,r:te.r},m,n);break;case 0:case 512:G===1&&(s=te);break;case 252:f=te;break;case 1054:if(S.biff==4){Z[O++]=te[1];for(var F=0;F<O+163&&ft[F]!=te[1];++F);F>=163&&sr(te[1],O+163)}else sr(te[1],te[0]);break;case 30:{Z[O++]=te;for(var P=0;P<O+163&&ft[P]!=te;++P);P>=163&&sr(te,O+163)}break;case 229:L=L.concat(te);break;case 93:Y[te.cmo[0]]=S.lastobj=te;break;case 438:S.lastobj.TxO=te;break;case 127:S.lastobj.ImData=te;break;case 440:for(x=te[0].s.r;x<=te[0].e.r;++x)for(g=te[0].s.c;g<=te[0].e.c;++g)d=n.dense?(r[x]||[])[g]:r[st({c:g,r:x})],d&&(d.l=te[1]);break;case 2048:for(x=te[0].s.r;x<=te[0].e.r;++x)for(g=te[0].s.c;g<=te[0].e.c;++g)d=n.dense?(r[x]||[])[g]:r[st({c:g,r:x})],d&&d.l&&(d.l.Tooltip=te[1]);break;case 28:{if(S.biff<=5&&S.biff>=2)break;d=n.dense?(r[te[0].r]||[])[te[0].c]:r[st(te[0])];var V=Y[te[2]];d||(n.dense?(r[te[0].r]||(r[te[0].r]=[]),d=r[te[0].r][te[0].c]={t:"z"}):d=r[st(te[0])]={t:"z"},s.e.r=Math.max(s.e.r,te[0].r),s.s.r=Math.min(s.s.r,te[0].r),s.e.c=Math.max(s.e.c,te[0].c),s.s.c=Math.min(s.s.c,te[0].c)),d.c||(d.c=[]),p={a:te[1],t:V.TxO.t},d.c.push(p)}break;case 2173:Hp(y[te.ixfe],te.ext);break;case 125:{if(!S.cellStyles)break;for(;te.e>=te.s;)le[te.e--]={width:te.w/256,level:te.level||0,hidden:!!(te.flags&1)},ee||(ee=!0,es(te.w/256)),Ar(le[te.e+1])}break;case 520:{var pe={};te.level!=null&&(N[te.r]=pe,pe.level=te.level),te.hidden&&(N[te.r]=pe,pe.hidden=!0),te.hpt&&(N[te.r]=pe,pe.hpt=te.hpt,pe.hpx=oi(te.hpt))}break;case 38:case 39:case 40:case 41:r["!margins"]||Jr(r["!margins"]={}),r["!margins"][{38:"left",39:"right",40:"top",41:"bottom"}[De]]=te;break;case 161:r["!margins"]||Jr(r["!margins"]={}),r["!margins"].header=te.header,r["!margins"].footer=te.footer;break;case 574:te.RTL&&(D.Views[0].RTL=!0);break;case 146:v=te;break;case 2198:M=te;break;case 140:w=te;break;case 442:l?E.CodeName=te||E.name:D.WBProps.CodeName=te||"ThisWorkbook";break}}else de||console.error("Missing Info for XLS Record 0x"+De.toString(16)),e.l+=ae}return t.SheetNames=Sn(a).sort(function(Q,q){return Number(Q)-Number(q)}).map(function(Q){return a[Q].name}),n.bookSheets||(t.Sheets=i),!t.SheetNames.length&&o["!ref"]?(t.SheetNames.push("Sheet1"),t.Sheets&&(t.Sheets.Sheet1=o)):t.Preamble=o,t.Sheets&&W.forEach(function(Q,q){t.Sheets[t.SheetNames[q]]["!autofilter"]=Q}),t.Strings=f,t.SSF=Xt(ft),S.enc&&(t.Encryption=S.enc),M&&(t.Themes=M),t.Metadata={},w!==void 0&&(t.Metadata.Country=w),k.names.length>0&&(D.Names=k.names),t.Workbook=D,t}var Lc={SI:"e0859ff2f94f6810ab9108002b27b3d9",DSI:"02d5cdd59c2e1b10939708002b2cf9ae",UDI:"05d5cdd59c2e1b10939708002b2cf9ae"};function Dm(e,n,t){var i=dt.find(e,"/!DocumentSummaryInformation");if(i&&i.size>0)try{var r=bc(i,P0,Lc.DSI);for(var a in r)n[a]=r[a]}catch(l){if(t.WTF)throw l}var s=dt.find(e,"/!SummaryInformation");if(s&&s.size>0)try{var c=bc(s,z0,Lc.SI);for(var f in c)n[f]==null&&(n[f]=c[f])}catch(l){if(t.WTF)throw l}n.HeadingPairs&&n.TitlesOfParts&&(Vo(n.HeadingPairs,n.TitlesOfParts,n,t),delete n.HeadingPairs,delete n.TitlesOfParts)}function Af(e,n){n||(n={}),as(n),no(),n.codepage&&La(n.codepage);var t,i;if(e.FullPaths){if(dt.find(e,"/encryption"))throw new Error("File is password-protected");t=dt.find(e,"!CompObj"),i=dt.find(e,"/Workbook")||dt.find(e,"/Book")}else{switch(n.type){case"base64":e=wn(hn(e));break;case"binary":e=wn(e);break;case"buffer":break;case"array":Array.isArray(e)||(e=Array.prototype.slice.call(e));break}zt(e,0),i={content:e}}var r,a;if(t&&ym(t),n.bookProps&&!n.bookSheets)r={};else{var s=ht?"buffer":"array";if(i&&i.content)r=wm(i.content,n);else if((a=dt.find(e,"PerfectOffice_MAIN"))&&a.content)r=Zr.to_workbook(a.content,(n.type=s,n));else if((a=dt.find(e,"NativeContent_MAIN"))&&a.content)r=Zr.to_workbook(a.content,(n.type=s,n));else throw(a=dt.find(e,"MN0"))&&a.content?new Error("Unsupported Works 4 for Mac file"):new Error("Cannot find Workbook stream");n.bookVBA&&e.FullPaths&&dt.find(e,"/_VBA_PROJECT_CUR/VBA/dir")&&(r.vbaraw=o1(e))}var c={};return e.FullPaths&&Dm(e,c,n),r.Props=r.Custprops=c,n.bookFiles&&(r.cfb=e),r}var ji={0:{f:ix},1:{f:ox},2:{f:mx},3:{f:hx},4:{f:lx},5:{f:xx},6:{f:bx},7:{f:px},8:{f:Ex},9:{f:Tx},10:{f:wx},11:{f:Dx},12:{f:fx},13:{f:vx},14:{f:dx},15:{f:ux},16:{f:Tf},17:{f:_x},18:{f:gx},19:{f:Ya},20:{},21:{},22:{},23:{},24:{},25:{},26:{},27:{},28:{},29:{},30:{},31:{},32:{},33:{},34:{},35:{T:1},36:{T:-1},37:{T:1},38:{T:-1},39:{f:Jx},40:{},42:{},43:{f:wp},44:{f:_p},45:{f:Dp},46:{f:Ep},47:{f:Tp},48:{},49:{f:k0},50:{},51:{f:Gp},52:{T:1},53:{T:-1},54:{T:1},55:{T:-1},56:{T:1},57:{T:-1},58:{},59:{},60:{f:rf},62:{f:yx},63:{f:Qp},64:{f:Ox},65:{},66:{},67:{},68:{},69:{},70:{},128:{},129:{T:1},130:{T:-1},131:{T:1,f:Kt,p:0},132:{T:-1},133:{T:1},134:{T:-1},135:{T:1},136:{T:-1},137:{T:1,f:Rx},138:{T:-1},139:{T:1},140:{T:-1},141:{T:1},142:{T:-1},143:{T:1},144:{T:-1},145:{T:1},146:{T:-1},147:{f:cx},148:{f:ax,p:16},151:{f:Ux},152:{},153:{f:Zx},154:{},155:{},156:{f:Kx},157:{},158:{},159:{T:1,f:zd},160:{T:-1},161:{T:1,f:gr},162:{T:-1},163:{T:1},164:{T:-1},165:{T:1},166:{T:-1},167:{},168:{},169:{},170:{},171:{},172:{T:1},173:{T:-1},174:{},175:{},176:{f:kx},177:{T:1},178:{T:-1},179:{T:1},180:{T:-1},181:{T:1},182:{T:-1},183:{T:1},184:{T:-1},185:{T:1},186:{T:-1},187:{T:1},188:{T:-1},189:{T:1},190:{T:-1},191:{T:1},192:{T:-1},193:{T:1},194:{T:-1},195:{T:1},196:{T:-1},197:{T:1},198:{T:-1},199:{T:1},200:{T:-1},201:{T:1},202:{T:-1},203:{T:1},204:{T:-1},205:{T:1},206:{T:-1},207:{T:1},208:{T:-1},209:{T:1},210:{T:-1},211:{T:1},212:{T:-1},213:{T:1},214:{T:-1},215:{T:1},216:{T:-1},217:{T:1},218:{T:-1},219:{T:1},220:{T:-1},221:{T:1},222:{T:-1},223:{T:1},224:{T:-1},225:{T:1},226:{T:-1},227:{T:1},228:{T:-1},229:{T:1},230:{T:-1},231:{T:1},232:{T:-1},233:{T:1},234:{T:-1},235:{T:1},236:{T:-1},237:{T:1},238:{T:-1},239:{T:1},240:{T:-1},241:{T:1},242:{T:-1},243:{T:1},244:{T:-1},245:{T:1},246:{T:-1},247:{T:1},248:{T:-1},249:{T:1},250:{T:-1},251:{T:1},252:{T:-1},253:{T:1},254:{T:-1},255:{T:1},256:{T:-1},257:{T:1},258:{T:-1},259:{T:1},260:{T:-1},261:{T:1},262:{T:-1},263:{T:1},264:{T:-1},265:{T:1},266:{T:-1},267:{T:1},268:{T:-1},269:{T:1},270:{T:-1},271:{T:1},272:{T:-1},273:{T:1},274:{T:-1},275:{T:1},276:{T:-1},277:{},278:{T:1},279:{T:-1},280:{T:1},281:{T:-1},282:{T:1},283:{T:1},284:{T:-1},285:{T:1},286:{T:-1},287:{T:1},288:{T:-1},289:{T:1},290:{T:-1},291:{T:1},292:{T:-1},293:{T:1},294:{T:-1},295:{T:1},296:{T:-1},297:{T:1},298:{T:-1},299:{T:1},300:{T:-1},301:{T:1},302:{T:-1},303:{T:1},304:{T:-1},305:{T:1},306:{T:-1},307:{T:1},308:{T:-1},309:{T:1},310:{T:-1},311:{T:1},312:{T:-1},313:{T:-1},314:{T:1},315:{T:-1},316:{T:1},317:{T:-1},318:{T:1},319:{T:-1},320:{T:1},321:{T:-1},322:{T:1},323:{T:-1},324:{T:1},325:{T:-1},326:{T:1},327:{T:-1},328:{T:1},329:{T:-1},330:{T:1},331:{T:-1},332:{T:1},333:{T:-1},334:{T:1},335:{f:Vp},336:{T:-1},337:{f:$p,T:1},338:{T:-1},339:{T:1},340:{T:-1},341:{T:1},342:{T:-1},343:{T:1},344:{T:-1},345:{T:1},346:{T:-1},347:{T:1},348:{T:-1},349:{T:1},350:{T:-1},351:{},352:{},353:{T:1},354:{T:-1},355:{f:wa},357:{},358:{},359:{},360:{T:1},361:{},362:{f:nf},363:{},364:{},366:{},367:{},368:{},369:{},370:{},371:{},372:{T:1},373:{T:-1},374:{T:1},375:{T:-1},376:{T:1},377:{T:-1},378:{T:1},379:{T:-1},380:{T:1},381:{T:-1},382:{T:1},383:{T:-1},384:{T:1},385:{T:-1},386:{T:1},387:{T:-1},388:{T:1},389:{T:-1},390:{T:1},391:{T:-1},392:{T:1},393:{T:-1},394:{T:1},395:{T:-1},396:{},397:{},398:{},399:{},400:{},401:{T:1},403:{},404:{},405:{},406:{},407:{},408:{},409:{},410:{},411:{},412:{},413:{},414:{},415:{},416:{},417:{},418:{},419:{},420:{},421:{},422:{T:1},423:{T:1},424:{T:-1},425:{T:-1},426:{f:Ax},427:{f:Cx},428:{},429:{T:1},430:{T:-1},431:{T:1},432:{T:-1},433:{T:1},434:{T:-1},435:{T:1},436:{T:-1},437:{T:1},438:{T:-1},439:{T:1},440:{T:-1},441:{T:1},442:{T:-1},443:{T:1},444:{T:-1},445:{T:1},446:{T:-1},447:{T:1},448:{T:-1},449:{T:1},450:{T:-1},451:{T:1},452:{T:-1},453:{T:1},454:{T:-1},455:{T:1},456:{T:-1},457:{T:1},458:{T:-1},459:{T:1},460:{T:-1},461:{T:1},462:{T:-1},463:{T:1},464:{T:-1},465:{T:1},466:{T:-1},467:{T:1},468:{T:-1},469:{T:1},470:{T:-1},471:{},472:{},473:{T:1},474:{T:-1},475:{},476:{f:Ix},477:{},478:{},479:{T:1},480:{T:-1},481:{T:1},482:{T:-1},483:{T:1},484:{T:-1},485:{f:sx},486:{T:1},487:{T:-1},488:{T:1},489:{T:-1},490:{T:1},491:{T:-1},492:{T:1},493:{T:-1},494:{f:Fx},495:{T:1},496:{T:-1},497:{T:1},498:{T:-1},499:{},500:{T:1},501:{T:-1},502:{T:1},503:{T:-1},504:{},505:{T:1},506:{T:-1},507:{},508:{T:1},509:{T:-1},510:{T:1},511:{T:-1},512:{},513:{},514:{T:1},515:{T:-1},516:{T:1},517:{T:-1},518:{T:1},519:{T:-1},520:{T:1},521:{T:-1},522:{},523:{},524:{},525:{},526:{},527:{},528:{T:1},529:{T:-1},530:{T:1},531:{T:-1},532:{T:1},533:{T:-1},534:{},535:{},536:{},537:{},538:{T:1},539:{T:-1},540:{T:1},541:{T:-1},542:{T:1},548:{},549:{},550:{f:wa},551:{},552:{},553:{},554:{T:1},555:{T:-1},556:{T:1},557:{T:-1},558:{T:1},559:{T:-1},560:{T:1},561:{T:-1},562:{},564:{},565:{T:1},566:{T:-1},569:{T:1},570:{T:-1},572:{},573:{T:1},574:{T:-1},577:{},578:{},579:{},580:{},581:{},582:{},583:{},584:{},585:{},586:{},587:{},588:{T:-1},589:{},590:{T:1},591:{T:-1},592:{T:1},593:{T:-1},594:{T:1},595:{T:-1},596:{},597:{T:1},598:{T:-1},599:{T:1},600:{T:-1},601:{T:1},602:{T:-1},603:{T:1},604:{T:-1},605:{T:1},606:{T:-1},607:{},608:{T:1},609:{T:-1},610:{},611:{T:1},612:{T:-1},613:{T:1},614:{T:-1},615:{T:1},616:{T:-1},617:{T:1},618:{T:-1},619:{T:1},620:{T:-1},625:{},626:{T:1},627:{T:-1},628:{T:1},629:{T:-1},630:{T:1},631:{T:-1},632:{f:a1},633:{T:1},634:{T:-1},635:{T:1,f:i1},636:{T:-1},637:{f:U0},638:{T:1},639:{},640:{T:-1},641:{T:1},642:{T:-1},643:{T:1},644:{},645:{T:-1},646:{T:1},648:{T:1},649:{},650:{T:-1},651:{f:Px},652:{},653:{T:1},654:{T:-1},655:{T:1},656:{T:-1},657:{T:1},658:{T:-1},659:{},660:{T:1},661:{},662:{T:-1},663:{},664:{T:1},665:{},666:{T:-1},667:{},668:{},669:{},671:{T:1},672:{T:-1},673:{T:1},674:{T:-1},675:{},676:{},677:{},678:{},679:{},680:{},681:{},1024:{},1025:{},1026:{T:1},1027:{T:-1},1028:{T:1},1029:{T:-1},1030:{},1031:{T:1},1032:{T:-1},1033:{T:1},1034:{T:-1},1035:{},1036:{},1037:{},1038:{T:1},1039:{T:-1},1040:{},1041:{T:1},1042:{T:-1},1043:{},1044:{},1045:{},1046:{T:1},1047:{T:-1},1048:{T:1},1049:{T:-1},1050:{},1051:{T:1},1052:{T:1},1053:{f:Nx},1054:{T:1},1055:{},1056:{T:1},1057:{T:-1},1058:{T:1},1059:{T:-1},1061:{},1062:{T:1},1063:{T:-1},1064:{T:1},1065:{T:-1},1066:{T:1},1067:{T:-1},1068:{T:1},1069:{T:-1},1070:{T:1},1071:{T:-1},1072:{T:1},1073:{T:-1},1075:{T:1},1076:{T:-1},1077:{T:1},1078:{T:-1},1079:{T:1},1080:{T:-1},1081:{T:1},1082:{T:-1},1083:{T:1},1084:{T:-1},1085:{},1086:{T:1},1087:{T:-1},1088:{T:1},1089:{T:-1},1090:{T:1},1091:{T:-1},1092:{T:1},1093:{T:-1},1094:{T:1},1095:{T:-1},1096:{},1097:{T:1},1098:{},1099:{T:-1},1100:{T:1},1101:{T:-1},1102:{},1103:{},1104:{},1105:{},1111:{},1112:{},1113:{T:1},1114:{T:-1},1115:{T:1},1116:{T:-1},1117:{},1118:{T:1},1119:{T:-1},1120:{T:1},1121:{T:-1},1122:{T:1},1123:{T:-1},1124:{T:1},1125:{T:-1},1126:{},1128:{T:1},1129:{T:-1},1130:{},1131:{T:1},1132:{T:-1},1133:{T:1},1134:{T:-1},1135:{T:1},1136:{T:-1},1137:{T:1},1138:{T:-1},1139:{T:1},1140:{T:-1},1141:{},1142:{T:1},1143:{T:-1},1144:{T:1},1145:{T:-1},1146:{},1147:{T:1},1148:{T:-1},1149:{T:1},1150:{T:-1},1152:{T:1},1153:{T:-1},1154:{T:-1},1155:{T:-1},1156:{T:-1},1157:{T:1},1158:{T:-1},1159:{T:1},1160:{T:-1},1161:{T:1},1162:{T:-1},1163:{T:1},1164:{T:-1},1165:{T:1},1166:{T:-1},1167:{T:1},1168:{T:-1},1169:{T:1},1170:{T:-1},1171:{},1172:{T:1},1173:{T:-1},1177:{},1178:{T:1},1180:{},1181:{},1182:{},2048:{T:1},2049:{T:-1},2050:{},2051:{T:1},2052:{T:-1},2053:{},2054:{},2055:{T:1},2056:{T:-1},2057:{T:1},2058:{T:-1},2060:{},2067:{},2068:{T:1},2069:{T:-1},2070:{},2071:{},2072:{T:1},2073:{T:-1},2075:{},2076:{},2077:{T:1},2078:{T:-1},2079:{},2080:{T:1},2081:{T:-1},2082:{},2083:{T:1},2084:{T:-1},2085:{T:1},2086:{T:-1},2087:{T:1},2088:{T:-1},2089:{T:1},2090:{T:-1},2091:{},2092:{},2093:{T:1},2094:{T:-1},2095:{},2096:{T:1},2097:{T:-1},2098:{T:1},2099:{T:-1},2100:{T:1},2101:{T:-1},2102:{},2103:{T:1},2104:{T:-1},2105:{},2106:{T:1},2107:{T:-1},2108:{},2109:{T:1},2110:{T:-1},2111:{T:1},2112:{T:-1},2113:{T:1},2114:{T:-1},2115:{},2116:{},2117:{},2118:{T:1},2119:{T:-1},2120:{},2121:{T:1},2122:{T:-1},2123:{T:1},2124:{T:-1},2125:{},2126:{T:1},2127:{T:-1},2128:{},2129:{T:1},2130:{T:-1},2131:{T:1},2132:{T:-1},2133:{T:1},2134:{},2135:{},2136:{},2137:{T:1},2138:{T:-1},2139:{T:1},2140:{T:-1},2141:{},3072:{},3073:{},4096:{T:1},4097:{T:-1},5002:{T:1},5003:{T:-1},5081:{T:1},5082:{T:-1},5083:{},5084:{T:1},5085:{T:-1},5086:{T:1},5087:{T:-1},5088:{},5089:{},5090:{},5092:{T:1},5093:{T:-1},5094:{},5095:{T:1},5096:{T:-1},5097:{},5099:{},65535:{n:""}},Fa={6:{f:pa},10:{f:Hn},12:{f:Rt},13:{f:Rt},14:{f:Ut},15:{f:Ut},16:{f:Gt},17:{f:Ut},18:{f:Ut},19:{f:Rt},20:{f:Tc},21:{f:Tc},23:{f:nf},24:{f:kc},25:{f:Ut},26:{},27:{},28:{f:nd},29:{},34:{f:Ut},35:{f:Ec},38:{f:Gt},39:{f:Gt},40:{f:Gt},41:{f:Gt},42:{f:Ut},43:{f:Ut},47:{f:sp},49:{f:Lh},51:{f:Rt},60:{},61:{f:Oh},64:{f:Ut},65:{f:Bh},66:{f:Rt},77:{},80:{},81:{},82:{},85:{f:Rt},89:{},90:{},91:{},92:{f:kh},93:{f:id},94:{},95:{f:Ut},96:{},97:{},99:{f:Ut},125:{f:rf},128:{f:$h},129:{f:Fh},130:{f:Rt},131:{f:Ut},132:{f:Ut},133:{f:Uh},134:{},140:{f:ld},141:{f:Rt},144:{},146:{f:hd},151:{},152:{},153:{},154:{},155:{},156:{f:Rt},157:{},158:{},160:{f:md},161:{f:pd},174:{},175:{},176:{},177:{},178:{},180:{},181:{},182:{},184:{},185:{},189:{f:jh},190:{f:Hh},193:{f:Hn},197:{},198:{},199:{},200:{},201:{},202:{f:Ut},203:{},204:{},205:{},206:{},207:{},208:{},209:{},210:{},211:{},213:{},215:{},216:{},217:{},218:{f:Rt},220:{},221:{f:Ut},222:{},224:{f:Gh},225:{f:Eh},226:{f:Hn},227:{},229:{f:rd},233:{},235:{},236:{},237:{},239:{},240:{},241:{},242:{},244:{},245:{},246:{},247:{},248:{},249:{},251:{},252:{f:Ah},253:{f:Mh},255:{f:Ch},256:{},259:{},290:{},311:{},312:{},315:{},317:{f:Zo},318:{},319:{},320:{},330:{},331:{},333:{},334:{},335:{},336:{},337:{},338:{},339:{},340:{},351:{},352:{f:Ut},353:{f:Hn},401:{},402:{},403:{},404:{},405:{},406:{},407:{},408:{},425:{},426:{},427:{},428:{},429:{},430:{f:Kh},431:{f:Ut},432:{},433:{},434:{},437:{},438:{f:cd},439:{f:Ut},440:{f:od},441:{},442:{f:di},443:{},444:{f:Rt},445:{},446:{},448:{f:Hn},449:{f:Rh,r:2},450:{f:Hn},512:{f:wc},513:{f:xd},515:{f:Yh},516:{f:Wh},517:{f:Dc},519:{f:vd},520:{f:Sh},523:{},545:{f:Fc},549:{f:_c},566:{},574:{f:Nh},638:{f:Xh},659:{},1048:{},1054:{f:Ph},1084:{},1212:{f:qh},2048:{f:fd},2049:{},2050:{},2051:{},2052:{},2053:{},2054:{},2055:{},2056:{},2057:{f:ki},2058:{},2059:{},2060:{},2061:{},2062:{},2063:{},2064:{},2066:{},2067:{},2128:{},2129:{},2130:{},2131:{},2132:{},2133:{},2134:{},2135:{},2136:{},2137:{},2138:{},2146:{},2147:{r:12},2148:{},2149:{},2150:{},2151:{f:Hn},2152:{},2154:{},2155:{},2156:{},2161:{},2162:{},2164:{},2165:{},2166:{},2167:{},2168:{},2169:{},2170:{},2171:{},2172:{f:dd,r:12},2173:{f:jp,r:12},2174:{},2175:{},2180:{},2181:{},2182:{},2183:{},2184:{},2185:{},2186:{},2187:{},2188:{f:Ut,r:12},2189:{},2190:{r:12},2191:{},2192:{},2194:{},2195:{},2196:{f:Jh,r:12},2197:{},2198:{f:Lp,r:12},2199:{},2200:{},2201:{},2202:{f:ed,r:12},2203:{f:Hn},2204:{},2205:{},2206:{},2207:{},2211:{f:Ih},2212:{},2213:{},2214:{},2215:{},4097:{},4098:{},4099:{},4102:{},4103:{},4105:{},4106:{},4107:{},4108:{},4109:{},4116:{},4117:{},4118:{},4119:{},4120:{},4121:{},4122:{},4123:{},4124:{},4125:{},4126:{},4127:{},4128:{},4129:{},4130:{},4132:{},4133:{},4134:{f:Rt},4135:{},4146:{},4147:{},4148:{},4149:{},4154:{},4156:{},4157:{},4158:{},4159:{},4160:{},4161:{},4163:{},4164:{f:gd},4165:{},4166:{},4168:{},4170:{},4171:{},4174:{},4175:{},4176:{},4177:{},4187:{},4188:{f:ud},4189:{},4191:{},4192:{},4193:{},4194:{},4195:{},4196:{},4197:{},4198:{},4199:{},4200:{},0:{f:wc},1:{},2:{f:wd},3:{f:_d},4:{f:bd},5:{f:Dc},7:{f:Dd},8:{},9:{f:ki},11:{},22:{f:Rt},30:{f:zh},31:{},32:{},33:{f:Fc},36:{},37:{f:_c},50:{f:Td},62:{},52:{},67:{},68:{f:Rt},69:{},86:{},126:{},127:{f:yd},135:{},136:{},137:{},145:{},148:{},149:{},150:{},169:{},171:{},188:{},191:{},192:{},194:{},195:{},214:{f:Ed},223:{},234:{},354:{},421:{},518:{f:pa},521:{f:ki},536:{f:kc},547:{f:Ec},561:{},579:{},1030:{f:pa},1033:{f:ki},1091:{},2157:{},2163:{},2177:{},2240:{},2241:{},2242:{},2243:{},2244:{},2245:{},2246:{},2247:{},2248:{},2249:{},2250:{},2251:{},2262:{r:12},29282:{}};function _n(e,n,t,i){var r=n;if(!isNaN(r)){var a=(t||[]).length||0,s=e.next(4);s.write_shift(2,r),s.write_shift(2,a),a>0&&Lo(t)&&e.push(t)}}function Mc(e,n){var t=n||{},i=t.dense?[]:{};e=e.replace(/<!--.*?-->/g,"");var r=e.match(/<table/i);if(!r)throw new Error("Invalid HTML: could not find <table>");var a=e.match(/<\/table/i),s=r.index,c=a&&a.index||e.length,f=Yu(e.slice(s,c),/(:?<tr[^>]*>)/i,"<tr>"),l=-1,o=0,h=0,u=0,d={s:{r:1e7,c:1e7},e:{r:0,c:0}},p=[];for(s=0;s<f.length;++s){var g=f[s].trim(),x=g.slice(0,3).toLowerCase();if(x=="<tr"){if(++l,t.sheetRows&&t.sheetRows<=l){--l;break}o=0;continue}if(!(x!="<td"&&x!="<th")){var _=g.split(/<\/t[dh]>/i);for(c=0;c<_.length;++c){var b=_[c].trim();if(b.match(/<t[dh]/i)){for(var m=b,w=0;m.charAt(0)=="<"&&(w=m.indexOf(">"))>-1;)m=m.slice(w+1);for(var y=0;y<p.length;++y){var v=p[y];v.s.c==o&&v.s.r<l&&l<=v.e.r&&(o=v.e.c+1,y=-1)}var D=tt(b.slice(0,b.indexOf(">")));u=D.colspan?+D.colspan:1,((h=+D.rowspan)>1||u>1)&&p.push({s:{r:l,c:o},e:{r:l+(h||1)-1,c:o+u-1}});var E=D.t||D["data-t"]||"";if(!m.length){o+=u;continue}if(m=To(m),d.s.r>l&&(d.s.r=l),d.e.r<l&&(d.e.r=l),d.s.c>o&&(d.s.c=o),d.e.c<o&&(d.e.c=o),!m.length){o+=u;continue}var I={t:"s",v:m};t.raw||!m.trim().length||E=="s"||(m==="TRUE"?I={t:"b",v:!0}:m==="FALSE"?I={t:"b",v:!1}:isNaN(kn(m))?isNaN(Ur(m).getDate())||(I={t:"d",v:Pt(m)},t.cellDates||(I={t:"n",v:nn(I.v)}),I.z=t.dateNF||ft[14]):I={t:"n",v:kn(m)}),t.dense?(i[l]||(i[l]=[]),i[l][o]=I):i[st({r:l,c:o})]=I,o+=u}}}}return i["!ref"]=pt(d),p.length&&(i["!merges"]=p),i}function Tm(e,n,t,i){for(var r=e["!merges"]||[],a=[],s=n.s.c;s<=n.e.c;++s){for(var c=0,f=0,l=0;l<r.length;++l)if(!(r[l].s.r>t||r[l].s.c>s)&&!(r[l].e.r<t||r[l].e.c<s)){if(r[l].s.r<t||r[l].s.c<s){c=-1;break}c=r[l].e.r-r[l].s.r+1,f=r[l].e.c-r[l].s.c+1;break}if(!(c<0)){var o=st({r:t,c:s}),h=i.dense?(e[t]||[])[s]:e[o],u=h&&h.v!=null&&(h.h||ja(h.w||(zn(h),h.w)||""))||"",d={};c>1&&(d.rowspan=c),f>1&&(d.colspan=f),i.editable?u='<span contenteditable="true">'+u+"</span>":h&&(d["data-t"]=h&&h.t||"z",h.v!=null&&(d["data-v"]=h.v),h.z!=null&&(d["data-z"]=h.z),h.l&&(h.l.Target||"#").charAt(0)!="#"&&(u='<a href="'+h.l.Target+'">'+u+"</a>")),d.id=(i.id||"sjs")+"-"+o,a.push(l0("td",u,d))}}var p="<tr>";return p+a.join("")+"</tr>"}var Em='<html><head><meta charset="utf-8"/><title>SheetJS Table Export</title></head><body>',km="</body></html>";function Fm(e,n){var t=e.match(/<table[\s\S]*?>[\s\S]*?<\/table>/gi);if(!t||t.length==0)throw new Error("Invalid HTML: could not find <table>");if(t.length==1)return qn(Mc(t[0],n),n);var i=cs();return t.forEach(function(r,a){os(i,Mc(r,n),"Sheet"+(a+1))}),i}function Um(e,n,t){var i=[];return i.join("")+"<table"+(t&&t.id?' id="'+t.id+'"':"")+">"}function Am(e,n){var t=n||{},i=t.header!=null?t.header:Em,r=t.footer!=null?t.footer:km,a=[i],s=Sr(e["!ref"]);t.dense=Array.isArray(e),a.push(Um(e,s,t));for(var c=s.s.r;c<=s.e.r;++c)a.push(Tm(e,s,c,t));return a.push("</table>"+r),a.join("")}function Cf(e,n,t){var i=t||{},r=0,a=0;if(i.origin!=null)if(typeof i.origin=="number")r=i.origin;else{var s=typeof i.origin=="string"?en(i.origin):i.origin;r=s.r,a=s.c}var c=n.getElementsByTagName("tr"),f=Math.min(i.sheetRows||1e7,c.length),l={s:{r:0,c:0},e:{r,c:a}};if(e["!ref"]){var o=Sr(e["!ref"]);l.s.r=Math.min(l.s.r,o.s.r),l.s.c=Math.min(l.s.c,o.s.c),l.e.r=Math.max(l.e.r,o.e.r),l.e.c=Math.max(l.e.c,o.e.c),r==-1&&(l.e.r=r=o.e.r+1)}var h=[],u=0,d=e["!rows"]||(e["!rows"]=[]),p=0,g=0,x=0,_=0,b=0,m=0;for(e["!cols"]||(e["!cols"]=[]);p<c.length&&g<f;++p){var w=c[p];if(Wc(w)){if(i.display)continue;d[g]={hidden:!0}}var y=w.children;for(x=_=0;x<y.length;++x){var v=y[x];if(!(i.display&&Wc(v))){var D=v.hasAttribute("data-v")?v.getAttribute("data-v"):v.hasAttribute("v")?v.getAttribute("v"):To(v.innerHTML),E=v.getAttribute("data-z")||v.getAttribute("z");for(u=0;u<h.length;++u){var I=h[u];I.s.c==_+a&&I.s.r<g+r&&g+r<=I.e.r&&(_=I.e.c+1-a,u=-1)}m=+v.getAttribute("colspan")||1,((b=+v.getAttribute("rowspan")||1)>1||m>1)&&h.push({s:{r:g+r,c:_+a},e:{r:g+r+(b||1)-1,c:_+a+(m||1)-1}});var U={t:"s",v:D},R=v.getAttribute("data-t")||v.getAttribute("t")||"";D!=null&&(D.length==0?U.t=R||"z":i.raw||D.trim().length==0||R=="s"||(D==="TRUE"?U={t:"b",v:!0}:D==="FALSE"?U={t:"b",v:!1}:isNaN(kn(D))?isNaN(Ur(D).getDate())||(U={t:"d",v:Pt(D)},i.cellDates||(U={t:"n",v:nn(U.v)}),U.z=i.dateNF||ft[14]):U={t:"n",v:kn(D)})),U.z===void 0&&E!=null&&(U.z=E);var S="",M=v.getElementsByTagName("A");if(M&&M.length)for(var L=0;L<M.length&&!(M[L].hasAttribute("href")&&(S=M[L].getAttribute("href"),S.charAt(0)!="#"));++L);S&&S.charAt(0)!="#"&&(U.l={Target:S}),i.dense?(e[g+r]||(e[g+r]=[]),e[g+r][_+a]=U):e[st({c:_+a,r:g+r})]=U,l.e.c<_+a&&(l.e.c=_+a),_+=m}}++g}return h.length&&(e["!merges"]=(e["!merges"]||[]).concat(h)),l.e.r=Math.max(l.e.r,g-1+r),e["!ref"]=pt(l),g>=f&&(e["!fullref"]=pt((l.e.r=c.length-p+g-1+r,l))),e}function Sf(e,n){var t=n||{},i=t.dense?[]:{};return Cf(i,e,n)}function Cm(e,n){return qn(Sf(e,n),n)}function Wc(e){var n="",t=Sm(e);return t&&(n=t(e).getPropertyValue("display")),n||(n=e.style&&e.style.display),n==="none"}function Sm(e){return e.ownerDocument.defaultView&&typeof e.ownerDocument.defaultView.getComputedStyle=="function"?e.ownerDocument.defaultView.getComputedStyle:typeof getComputedStyle=="function"?getComputedStyle:null}function Im(e){var n=e.replace(/[\t\r\n]/g," ").trim().replace(/ +/g," ").replace(/<text:s\/>/g," ").replace(/<text:s text:c="(\d+)"\/>/g,function(i,r){return Array(parseInt(r,10)+1).join(" ")}).replace(/<text:tab[^>]*\/>/g," ").replace(/<text:line-break\/>/g,`
|
|
35
|
+
`),t=gt(n.replace(/<[^>]*>/g,""));return[t]}var Pc={day:["d","dd"],month:["m","mm"],year:["y","yy"],hours:["h","hh"],minutes:["m","mm"],seconds:["s","ss"],"am-pm":["A/P","AM/PM"],"day-of-week":["ddd","dddd"],era:["e","ee"],quarter:["\\Qm",'m\\"th quarter"']};function If(e,n){var t=n||{},i=Ha(e),r=[],a,s,c={name:""},f="",l=0,o,h,u={},d=[],p=t.dense?[]:{},g,x,_={value:""},b="",m=0,w=[],y=-1,v=-1,D={s:{r:1e6,c:1e7},e:{r:0,c:0}},E=0,I={},U=[],R={},S=0,M=0,L=[],Y=1,le=1,N=[],ee={Names:[]},k={},ce=["",""],G=[],O={},Z="",W=0,K=!1,z=!1,ie=0;for(ai.lastIndex=0,i=i.replace(/<!--([\s\S]*?)-->/mg,"").replace(/<!DOCTYPE[^\[]*\[[^\]]*\]>/gm,"");g=ai.exec(i);)switch(g[3]=g[3].replace(/_.*$/,"")){case"table":case"工作表":g[1]==="/"?(D.e.c>=D.s.c&&D.e.r>=D.s.r?p["!ref"]=pt(D):p["!ref"]="A1:A1",t.sheetRows>0&&t.sheetRows<=D.e.r&&(p["!fullref"]=p["!ref"],D.e.r=t.sheetRows-1,p["!ref"]=pt(D)),U.length&&(p["!merges"]=U),L.length&&(p["!rows"]=L),o.name=o.名称||o.name,typeof JSON<"u"&&JSON.stringify(o),d.push(o.name),u[o.name]=p,z=!1):g[0].charAt(g[0].length-2)!=="/"&&(o=tt(g[0],!1),y=v=-1,D.s.r=D.s.c=1e7,D.e.r=D.e.c=0,p=t.dense?[]:{},U=[],L=[],z=!0);break;case"table-row-group":g[1]==="/"?--E:++E;break;case"table-row":case"行":if(g[1]==="/"){y+=Y,Y=1;break}if(h=tt(g[0],!1),h.行号?y=h.行号-1:y==-1&&(y=0),Y=+h["number-rows-repeated"]||1,Y<10)for(ie=0;ie<Y;++ie)E>0&&(L[y+ie]={level:E});v=-1;break;case"covered-table-cell":g[1]!=="/"&&++v,t.sheetStubs&&(t.dense?(p[y]||(p[y]=[]),p[y][v]={t:"z"}):p[st({r:y,c:v})]={t:"z"}),b="",w=[];break;case"table-cell":case"数据":if(g[0].charAt(g[0].length-2)==="/")++v,_=tt(g[0],!1),le=parseInt(_["number-columns-repeated"]||"1",10),x={t:"z",v:null},_.formula&&t.cellFormula!=!1&&(x.f=Oc(gt(_.formula))),(_.数据类型||_["value-type"])=="string"&&(x.t="s",x.v=gt(_["string-value"]||""),t.dense?(p[y]||(p[y]=[]),p[y][v]=x):p[st({r:y,c:v})]=x),v+=le-1;else if(g[1]!=="/"){++v,b="",m=0,w=[],le=1;var De=Y?y+Y-1:y;if(v>D.e.c&&(D.e.c=v),v<D.s.c&&(D.s.c=v),y<D.s.r&&(D.s.r=y),De>D.e.r&&(D.e.r=De),_=tt(g[0],!1),G=[],O={},x={t:_.数据类型||_["value-type"],v:null},t.cellFormula)if(_.formula&&(_.formula=gt(_.formula)),_["number-matrix-columns-spanned"]&&_["number-matrix-rows-spanned"]&&(S=parseInt(_["number-matrix-rows-spanned"],10)||0,M=parseInt(_["number-matrix-columns-spanned"],10)||0,R={s:{r:y,c:v},e:{r:y+S-1,c:v+M-1}},x.F=pt(R),N.push([R,x.F])),_.formula)x.f=Oc(_.formula);else for(ie=0;ie<N.length;++ie)y>=N[ie][0].s.r&&y<=N[ie][0].e.r&&v>=N[ie][0].s.c&&v<=N[ie][0].e.c&&(x.F=N[ie][1]);switch((_["number-columns-spanned"]||_["number-rows-spanned"])&&(S=parseInt(_["number-rows-spanned"],10)||0,M=parseInt(_["number-columns-spanned"],10)||0,R={s:{r:y,c:v},e:{r:y+S-1,c:v+M-1}},U.push(R)),_["number-columns-repeated"]&&(le=parseInt(_["number-columns-repeated"],10)),x.t){case"boolean":x.t="b",x.v=Tt(_["boolean-value"]);break;case"float":x.t="n",x.v=parseFloat(_.value);break;case"percentage":x.t="n",x.v=parseFloat(_.value);break;case"currency":x.t="n",x.v=parseFloat(_.value);break;case"date":x.t="d",x.v=Pt(_["date-value"]),t.cellDates||(x.t="n",x.v=nn(x.v)),x.z="m/d/yy";break;case"time":x.t="n",x.v=Vu(_["time-value"])/86400,t.cellDates&&(x.t="d",x.v=$i(x.v)),x.z="HH:MM:SS";break;case"number":x.t="n",x.v=parseFloat(_.数据数值);break;default:if(x.t==="string"||x.t==="text"||!x.t)x.t="s",_["string-value"]!=null&&(b=gt(_["string-value"]),w=[]);else throw new Error("Unsupported value type "+x.t)}}else{if(K=!1,x.t==="s"&&(x.v=b||"",w.length&&(x.R=w),K=m==0),k.Target&&(x.l=k),G.length>0&&(x.c=G,G=[]),b&&t.cellText!==!1&&(x.w=b),K&&(x.t="z",delete x.v),(!K||t.sheetStubs)&&!(t.sheetRows&&t.sheetRows<=y))for(var ae=0;ae<Y;++ae){if(le=parseInt(_["number-columns-repeated"]||"1",10),t.dense)for(p[y+ae]||(p[y+ae]=[]),p[y+ae][v]=ae==0?x:Xt(x);--le>0;)p[y+ae][v+le]=Xt(x);else for(p[st({r:y+ae,c:v})]=x;--le>0;)p[st({r:y+ae,c:v+le})]=Xt(x);D.e.c<=v&&(D.e.c=v)}le=parseInt(_["number-columns-repeated"]||"1",10),v+=le-1,le=0,x={},b="",w=[]}k={};break;case"document":case"document-content":case"电子表格文档":case"spreadsheet":case"主体":case"scripts":case"styles":case"font-face-decls":case"master-styles":if(g[1]==="/"){if((a=r.pop())[0]!==g[3])throw"Bad state: "+a}else g[0].charAt(g[0].length-2)!=="/"&&r.push([g[3],!0]);break;case"annotation":if(g[1]==="/"){if((a=r.pop())[0]!==g[3])throw"Bad state: "+a;O.t=b,w.length&&(O.R=w),O.a=Z,G.push(O)}else g[0].charAt(g[0].length-2)!=="/"&&r.push([g[3],!1]);Z="",W=0,b="",m=0,w=[];break;case"creator":g[1]==="/"?Z=i.slice(W,g.index):W=g.index+g[0].length;break;case"meta":case"元数据":case"settings":case"config-item-set":case"config-item-map-indexed":case"config-item-map-entry":case"config-item-map-named":case"shapes":case"frame":case"text-box":case"image":case"data-pilot-tables":case"list-style":case"form":case"dde-links":case"event-listeners":case"chart":if(g[1]==="/"){if((a=r.pop())[0]!==g[3])throw"Bad state: "+a}else g[0].charAt(g[0].length-2)!=="/"&&r.push([g[3],!1]);b="",m=0,w=[];break;case"scientific-number":break;case"currency-symbol":break;case"currency-style":break;case"number-style":case"percentage-style":case"date-style":case"time-style":if(g[1]==="/"){if(I[c.name]=f,(a=r.pop())[0]!==g[3])throw"Bad state: "+a}else g[0].charAt(g[0].length-2)!=="/"&&(f="",c=tt(g[0],!1),r.push([g[3],!0]));break;case"script":break;case"libraries":break;case"automatic-styles":break;case"default-style":case"page-layout":break;case"style":break;case"map":break;case"font-face":break;case"paragraph-properties":break;case"table-properties":break;case"table-column-properties":break;case"table-row-properties":break;case"table-cell-properties":break;case"number":switch(r[r.length-1][0]){case"time-style":case"date-style":s=tt(g[0],!1),f+=Pc[g[3]][s.style==="long"?1:0];break}break;case"fraction":break;case"day":case"month":case"year":case"era":case"day-of-week":case"week-of-year":case"quarter":case"hours":case"minutes":case"seconds":case"am-pm":switch(r[r.length-1][0]){case"time-style":case"date-style":s=tt(g[0],!1),f+=Pc[g[3]][s.style==="long"?1:0];break}break;case"boolean-style":break;case"boolean":break;case"text-style":break;case"text":if(g[0].slice(-2)==="/>")break;if(g[1]==="/")switch(r[r.length-1][0]){case"number-style":case"date-style":case"time-style":f+=i.slice(l,g.index);break}else l=g.index+g[0].length;break;case"named-range":s=tt(g[0],!1),ce=ga(s["cell-range-address"]);var de={Name:s.name,Ref:ce[0]+"!"+ce[1]};z&&(de.Sheet=d.length),ee.Names.push(de);break;case"text-content":break;case"text-properties":break;case"embedded-text":break;case"body":case"电子表格":break;case"forms":break;case"table-column":break;case"table-header-rows":break;case"table-rows":break;case"table-column-group":break;case"table-header-columns":break;case"table-columns":break;case"null-date":break;case"graphic-properties":break;case"calculation-settings":break;case"named-expressions":break;case"label-range":break;case"label-ranges":break;case"named-expression":break;case"sort":break;case"sort-by":break;case"sort-groups":break;case"tab":break;case"line-break":break;case"span":break;case"p":case"文本串":if(["master-styles"].indexOf(r[r.length-1][0])>-1)break;if(g[1]==="/"&&(!_||!_["string-value"])){var Le=Im(i.slice(m,g.index));b=(b.length>0?b+`
|
|
36
|
+
`:"")+Le[0]}else tt(g[0],!1),m=g.index+g[0].length;break;case"s":break;case"database-range":if(g[1]==="/")break;try{ce=ga(tt(g[0])["target-range-address"]),u[ce[0]]["!autofilter"]={ref:ce[1]}}catch{}break;case"date":break;case"object":break;case"title":case"标题":break;case"desc":break;case"binary-data":break;case"table-source":break;case"scenario":break;case"iteration":break;case"content-validations":break;case"content-validation":break;case"help-message":break;case"error-message":break;case"database-ranges":break;case"filter":break;case"filter-and":break;case"filter-or":break;case"filter-condition":break;case"list-level-style-bullet":break;case"list-level-style-number":break;case"list-level-properties":break;case"sender-firstname":case"sender-lastname":case"sender-initials":case"sender-title":case"sender-position":case"sender-email":case"sender-phone-private":case"sender-fax":case"sender-company":case"sender-phone-work":case"sender-street":case"sender-city":case"sender-postal-code":case"sender-country":case"sender-state-or-province":case"author-name":case"author-initials":case"chapter":case"file-name":case"template-name":case"sheet-name":break;case"event-listener":break;case"initial-creator":case"creation-date":case"print-date":case"generator":case"document-statistic":case"user-defined":case"editing-duration":case"editing-cycles":break;case"config-item":break;case"page-number":break;case"page-count":break;case"time":break;case"cell-range-source":break;case"detective":break;case"operation":break;case"highlighted-range":break;case"data-pilot-table":case"source-cell-range":case"source-service":case"data-pilot-field":case"data-pilot-level":case"data-pilot-subtotals":case"data-pilot-subtotal":case"data-pilot-members":case"data-pilot-member":case"data-pilot-display-info":case"data-pilot-sort-info":case"data-pilot-layout-info":case"data-pilot-field-reference":case"data-pilot-groups":case"data-pilot-group":case"data-pilot-group-member":break;case"rect":break;case"dde-connection-decls":case"dde-connection-decl":case"dde-link":case"dde-source":break;case"properties":break;case"property":break;case"a":if(g[1]!=="/"){if(k=tt(g[0],!1),!k.href)break;k.Target=gt(k.href),delete k.href,k.Target.charAt(0)=="#"&&k.Target.indexOf(".")>-1?(ce=ga(k.Target.slice(1)),k.Target="#"+ce[0]+"!"+ce[1]):k.Target.match(/^\.\.[\\\/]/)&&(k.Target=k.Target.slice(3))}break;case"table-protection":break;case"data-pilot-grand-total":break;case"office-document-common-attrs":break;default:switch(g[2]){case"dc:":case"calcext:":case"loext:":case"ooo:":case"chartooo:":case"draw:":case"style:":case"chart:":case"form:":case"uof:":case"表:":case"字:":break;default:if(t.WTF)throw new Error(g)}}var te={Sheets:u,SheetNames:d,Workbook:ee};return t.bookSheets&&delete te.Sheets,te}function zc(e,n){n=n||{},gn(e,"META-INF/manifest.xml")&&Y0(It(e,"META-INF/manifest.xml"),n);var t=un(e,"content.xml");if(!t)throw new Error("Missing content.xml in ODS / UOF file");var i=If(wt(t),n);return gn(e,"meta.xml")&&(i.Props=Ho(It(e,"meta.xml"))),i}function Xc(e,n){return If(e,n)}/*! sheetjs (C) 2013-present SheetJS -- http://sheetjs.com */function rs(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function Ua(e){return typeof TextDecoder<"u"?new TextDecoder().decode(e):wt(dr(e))}function Aa(e){var n=e.reduce(function(r,a){return r+a.length},0),t=new Uint8Array(n),i=0;return e.forEach(function(r){t.set(r,i),i+=r.length}),t}function jc(e){return e-=e>>1&1431655765,e=(e&858993459)+(e>>2&858993459),(e+(e>>4)&252645135)*16843009>>>24}function Rm(e,n){for(var t=(e[n+15]&127)<<7|e[n+14]>>1,i=e[n+14]&1,r=n+13;r>=n;--r)i=i*256+e[r];return(e[n+15]&128?-i:i)*Math.pow(10,t-6176)}function fi(e,n){var t=n?n[0]:0,i=e[t]&127;e:if(e[t++]>=128&&(i|=(e[t]&127)<<7,e[t++]<128||(i|=(e[t]&127)<<14,e[t++]<128)||(i|=(e[t]&127)<<21,e[t++]<128)||(i+=(e[t]&127)*Math.pow(2,28),++t,e[t++]<128)||(i+=(e[t]&127)*Math.pow(2,35),++t,e[t++]<128)||(i+=(e[t]&127)*Math.pow(2,42),++t,e[t++]<128)))break e;return n&&(n[0]=t),i}function Bt(e){var n=0,t=e[n]&127;e:if(e[n++]>=128){if(t|=(e[n]&127)<<7,e[n++]<128||(t|=(e[n]&127)<<14,e[n++]<128)||(t|=(e[n]&127)<<21,e[n++]<128))break e;t|=(e[n]&127)<<28}return t}function $t(e){for(var n=[],t=[0];t[0]<e.length;){var i=t[0],r=fi(e,t),a=r&7;r=Math.floor(r/8);var s=0,c;if(r==0)break;switch(a){case 0:{for(var f=t[0];e[t[0]++]>=128;);c=e.slice(f,t[0])}break;case 5:s=4,c=e.slice(t[0],t[0]+s),t[0]+=s;break;case 1:s=8,c=e.slice(t[0],t[0]+s),t[0]+=s;break;case 2:s=fi(e,t),c=e.slice(t[0],t[0]+s),t[0]+=s;break;case 3:case 4:default:throw new Error("PB Type ".concat(a," for Field ").concat(r," at offset ").concat(i))}var l={data:c,type:a};n[r]==null?n[r]=[l]:n[r].push(l)}return n}function is(e,n){return(e==null?void 0:e.map(function(t){return n(t.data)}))||[]}function Om(e){for(var n,t=[],i=[0];i[0]<e.length;){var r=fi(e,i),a=$t(e.slice(i[0],i[0]+r));i[0]+=r;var s={id:Bt(a[1][0].data),messages:[]};a[2].forEach(function(c){var f=$t(c.data),l=Bt(f[3][0].data);s.messages.push({meta:f,data:e.slice(i[0],i[0]+l)}),i[0]+=l}),(n=a[3])!=null&&n[0]&&(s.merge=Bt(a[3][0].data)>>>0>0),t.push(s)}return t}function Nm(e,n){if(e!=0)throw new Error("Unexpected Snappy chunk type ".concat(e));for(var t=[0],i=fi(n,t),r=[];t[0]<n.length;){var a=n[t[0]]&3;if(a==0){var s=n[t[0]++]>>2;if(s<60)++s;else{var c=s-59;s=n[t[0]],c>1&&(s|=n[t[0]+1]<<8),c>2&&(s|=n[t[0]+2]<<16),c>3&&(s|=n[t[0]+3]<<24),s>>>=0,s++,t[0]+=c}r.push(n.slice(t[0],t[0]+s)),t[0]+=s;continue}else{var f=0,l=0;if(a==1?(l=(n[t[0]]>>2&7)+4,f=(n[t[0]++]&224)<<3,f|=n[t[0]++]):(l=(n[t[0]++]>>2)+1,a==2?(f=n[t[0]]|n[t[0]+1]<<8,t[0]+=2):(f=(n[t[0]]|n[t[0]+1]<<8|n[t[0]+2]<<16|n[t[0]+3]<<24)>>>0,t[0]+=4)),r=[Aa(r)],f==0)throw new Error("Invalid offset 0");if(f>r[0].length)throw new Error("Invalid offset beyond length");if(l>=f)for(r.push(r[0].slice(-f)),l-=f;l>=r[r.length-1].length;)r.push(r[r.length-1]),l-=r[r.length-1].length;r.push(r[0].slice(-f,-f+l))}}var o=Aa(r);if(o.length!=i)throw new Error("Unexpected length: ".concat(o.length," != ").concat(i));return o}function Bm(e){for(var n=[],t=0;t<e.length;){var i=e[t++],r=e[t]|e[t+1]<<8|e[t+2]<<16;t+=3,n.push(Nm(i,e.slice(t,t+r))),t+=r}if(t!==e.length)throw new Error("data is not a valid framed stream!");return Aa(n)}function Lm(e,n,t,i){var r=rs(e),a=r.getUint32(4,!0),s=(i>1?12:8)+jc(a&(i>1?3470:398))*4,c=-1,f=-1,l=NaN,o=new Date(2001,0,1);a&512&&(c=r.getUint32(s,!0),s+=4),s+=jc(a&(i>1?12288:4096))*4,a&16&&(f=r.getUint32(s,!0),s+=4),a&32&&(l=r.getFloat64(s,!0),s+=8),a&64&&(o.setTime(o.getTime()+r.getFloat64(s,!0)*1e3),s+=8);var h;switch(e[2]){case 0:break;case 2:h={t:"n",v:l};break;case 3:h={t:"s",v:n[f]};break;case 5:h={t:"d",v:o};break;case 6:h={t:"b",v:l>0};break;case 7:h={t:"n",v:l/86400};break;case 8:h={t:"e",v:0};break;case 9:if(c>-1)h={t:"s",v:t[c]};else if(f>-1)h={t:"s",v:n[f]};else if(!isNaN(l))h={t:"n",v:l};else throw new Error("Unsupported cell type ".concat(e.slice(0,4)));break;default:throw new Error("Unsupported cell type ".concat(e.slice(0,4)))}return h}function Mm(e,n,t){var i=rs(e),r=i.getUint32(8,!0),a=12,s=-1,c=-1,f=NaN,l=NaN,o=new Date(2001,0,1);r&1&&(f=Rm(e,a),a+=16),r&2&&(l=i.getFloat64(a,!0),a+=8),r&4&&(o.setTime(o.getTime()+i.getFloat64(a,!0)*1e3),a+=8),r&8&&(c=i.getUint32(a,!0),a+=4),r&16&&(s=i.getUint32(a,!0),a+=4);var h;switch(e[1]){case 0:break;case 2:h={t:"n",v:f};break;case 3:h={t:"s",v:n[c]};break;case 5:h={t:"d",v:o};break;case 6:h={t:"b",v:l>0};break;case 7:h={t:"n",v:l/86400};break;case 8:h={t:"e",v:0};break;case 9:if(s>-1)h={t:"s",v:t[s]};else throw new Error("Unsupported cell type ".concat(e[1]," : ").concat(r&31," : ").concat(e.slice(0,4)));break;case 10:h={t:"n",v:f};break;default:throw new Error("Unsupported cell type ".concat(e[1]," : ").concat(r&31," : ").concat(e.slice(0,4)))}return h}function Wm(e,n,t){switch(e[0]){case 0:case 1:case 2:case 3:return Lm(e,n,t,e[0]);case 5:return Mm(e,n,t);default:throw new Error("Unsupported payload version ".concat(e[0]))}}function Zn(e){var n=$t(e);return fi(n[1][0].data)}function Hc(e,n){var t=$t(n.data),i=Bt(t[1][0].data),r=t[3],a=[];return(r||[]).forEach(function(s){var c=$t(s.data),f=Bt(c[1][0].data)>>>0;switch(i){case 1:a[f]=Ua(c[3][0].data);break;case 8:{var l=e[Zn(c[9][0].data)][0],o=$t(l.data),h=e[Zn(o[1][0].data)][0],u=Bt(h.meta[1][0].data);if(u!=2001)throw new Error("2000 unexpected reference to ".concat(u));var d=$t(h.data);a[f]=d[3].map(function(p){return Ua(p.data)}).join("")}break}}),a}function Pm(e,n){var t,i,r,a,s,c,f,l,o,h,u,d,p,g,x=$t(e),_=Bt(x[1][0].data)>>>0,b=Bt(x[2][0].data)>>>0,m=((i=(t=x[8])==null?void 0:t[0])==null?void 0:i.data)&&Bt(x[8][0].data)>0||!1,w,y;if((a=(r=x[7])==null?void 0:r[0])!=null&&a.data&&n!=0)w=(c=(s=x[7])==null?void 0:s[0])==null?void 0:c.data,y=(l=(f=x[6])==null?void 0:f[0])==null?void 0:l.data;else if((h=(o=x[4])==null?void 0:o[0])!=null&&h.data&&n!=1)w=(d=(u=x[4])==null?void 0:u[0])==null?void 0:d.data,y=(g=(p=x[3])==null?void 0:p[0])==null?void 0:g.data;else throw"NUMBERS Tile missing ".concat(n," cell storage");for(var v=m?4:1,D=rs(w),E=[],I=0;I<w.length/2;++I){var U=D.getUint16(I*2,!0);U<65535&&E.push([I,U])}if(E.length!=b)throw"Expected ".concat(b," cells, found ").concat(E.length);var R=[];for(I=0;I<E.length-1;++I)R[E[I][0]]=y.subarray(E[I][1]*v,E[I+1][1]*v);return E.length>=1&&(R[E[E.length-1][0]]=y.subarray(E[E.length-1][1]*v)),{R:_,cells:R}}function zm(e,n){var t,i=$t(n.data),r=(t=i==null?void 0:i[7])!=null&&t[0]?Bt(i[7][0].data)>>>0>0?1:0:-1,a=is(i[5],function(s){return Pm(s,r)});return{nrows:Bt(i[4][0].data)>>>0,data:a.reduce(function(s,c){return s[c.R]||(s[c.R]=[]),c.cells.forEach(function(f,l){if(s[c.R][l])throw new Error("Duplicate cell r=".concat(c.R," c=").concat(l));s[c.R][l]=f}),s},[])}}function Xm(e,n,t){var i,r=$t(n.data),a={s:{r:0,c:0},e:{r:0,c:0}};if(a.e.r=(Bt(r[6][0].data)>>>0)-1,a.e.r<0)throw new Error("Invalid row varint ".concat(r[6][0].data));if(a.e.c=(Bt(r[7][0].data)>>>0)-1,a.e.c<0)throw new Error("Invalid col varint ".concat(r[7][0].data));t["!ref"]=pt(a);var s=$t(r[4][0].data),c=Hc(e,e[Zn(s[4][0].data)][0]),f=(i=s[17])!=null&&i[0]?Hc(e,e[Zn(s[17][0].data)][0]):[],l=$t(s[3][0].data),o=0;l[1].forEach(function(h){var u=$t(h.data),d=e[Zn(u[2][0].data)][0],p=Bt(d.meta[1][0].data);if(p!=6002)throw new Error("6001 unexpected reference to ".concat(p));var g=zm(e,d);g.data.forEach(function(x,_){x.forEach(function(b,m){var w=st({r:o+_,c:m}),y=Wm(b,c,f);y&&(t[w]=y)})}),o+=g.nrows})}function jm(e,n){var t=$t(n.data),i={"!ref":"A1"},r=e[Zn(t[2][0].data)],a=Bt(r[0].meta[1][0].data);if(a!=6001)throw new Error("6000 unexpected reference to ".concat(a));return Xm(e,r[0],i),i}function Hm(e,n){var t,i=$t(n.data),r={name:(t=i[1])!=null&&t[0]?Ua(i[1][0].data):"",sheets:[]},a=is(i[2],Zn);return a.forEach(function(s){e[s].forEach(function(c){var f=Bt(c.meta[1][0].data);f==6e3&&r.sheets.push(jm(e,c))})}),r}function Vm(e,n){var t=cs(),i=$t(n.data),r=is(i[1],Zn);if(r.forEach(function(a){e[a].forEach(function(s){var c=Bt(s.meta[1][0].data);if(c==2){var f=Hm(e,s);f.sheets.forEach(function(l,o){os(t,l,o==0?f.name:f.name+"_"+o,!0)})}})}),t.SheetNames.length==0)throw new Error("Empty NUMBERS file");return t}function ma(e){var n,t,i,r,a={},s=[];if(e.FullPaths.forEach(function(f){if(f.match(/\.iwpv2/))throw new Error("Unsupported password protection")}),e.FileIndex.forEach(function(f){if(f.name.match(/\.iwa$/)){var l;try{l=Bm(f.content)}catch(h){return console.log("?? "+f.content.length+" "+(h.message||h))}var o;try{o=Om(l)}catch(h){return console.log("## "+(h.message||h))}o.forEach(function(h){a[h.id]=h.messages,s.push(h.id)})}}),!s.length)throw new Error("File has no messages");var c=((r=(i=(t=(n=a==null?void 0:a[1])==null?void 0:n[0])==null?void 0:t.meta)==null?void 0:i[1])==null?void 0:r[0].data)&&Bt(a[1][0].meta[1][0].data)==1&&a[1][0];if(c||s.forEach(function(f){a[f].forEach(function(l){var o=Bt(l.meta[1][0].data)>>>0;if(o==1)if(!c)c=l;else throw new Error("Document has multiple roots")})}),!c)throw new Error("Cannot find Document root");return Vm(a,c)}function Gm(e){return function(t){for(var i=0;i!=e.length;++i){var r=e[i];t[r[0]]===void 0&&(t[r[0]]=r[1]),r[2]==="n"&&(t[r[0]]=Number(t[r[0]]))}}}function as(e){Gm([["cellNF",!1],["cellHTML",!0],["cellFormula",!0],["cellStyles",!1],["cellText",!0],["cellDates",!1],["sheetStubs",!1],["sheetRows",0,"n"],["bookDeps",!1],["bookSheets",!1],["bookProps",!1],["bookFiles",!1],["bookVBA",!1],["password",""],["WTF",!1]])(e)}function $m(e){return Dr.WS.indexOf(e)>-1?"sheet":e==Dr.CS?"chart":e==Dr.DS?"dialog":e==Dr.MS?"macro":e&&e.length?e:"sheet"}function Ym(e,n){if(!e)return 0;try{e=n.map(function(i){return i.id||(i.id=i.strRelID),[i.name,e["!id"][i.id].Target,$m(e["!id"][i.id].Type)]})}catch{return null}return!e||e.length===0?null:e}function Km(e,n,t,i,r,a,s,c,f,l,o,h){try{a[i]=Yr(un(e,t,!0),n);var u=It(e,n),d;switch(c){case"sheet":d=tm(u,n,r,f,a[i],l,o,h);break;case"chart":if(d=nm(u,n,r,f,a[i],l,o,h),!d||!d["!drawel"])break;var p=jr(d["!drawel"].Target,n),g=Da(p),x=e1(un(e,p,!0),Yr(un(e,g,!0),p)),_=jr(x,p),b=Da(_);d=Mx(un(e,_,!0),_,f,Yr(un(e,b,!0),_),l,d);break;case"macro":d=rm(u,n,r,f,a[i],l,o,h);break;case"dialog":d=im(u,n,r,f,a[i],l,o,h);break;default:throw new Error("Unrecognized sheet type "+c)}s[i]=d;var m=[];a&&a[i]&&Sn(a[i]).forEach(function(w){var y="";if(a[i][w].Type==Dr.CMNT){y=jr(a[i][w].Target,n);var v=om(It(e,y,!0),y,f);if(!v||!v.length)return;Ac(d,v,!1)}a[i][w].Type==Dr.TCMNT&&(y=jr(a[i][w].Target,n),m=m.concat(n1(It(e,y,!0),f)))}),m&&m.length&&Ac(d,m,!0,f.people||[])}catch(w){if(f.WTF)throw w}}function dn(e){return e.charAt(0)=="/"?e.slice(1):e}function Zm(e,n){if(go(),n=n||{},as(n),gn(e,"META-INF/manifest.xml")||gn(e,"objectdata.xml"))return zc(e,n);if(gn(e,"Index/Document.iwa")){if(typeof Uint8Array>"u")throw new Error("NUMBERS file parsing requires Uint8Array support");if(typeof ma<"u"){if(e.FileIndex)return ma(e);var t=dt.utils.cfb_new();return nc(e).forEach(function(L){Qu(t,L,Zu(e,L))}),ma(t)}throw new Error("Unsupported NUMBERS file")}if(!gn(e,"[Content_Types].xml"))throw gn(e,"index.xml.gz")?new Error("Unsupported NUMBERS 08 file"):gn(e,"index.xml")?new Error("Unsupported NUMBERS 09 file"):new Error("Unsupported ZIP file");var i=nc(e),r=G0(un(e,"[Content_Types].xml")),a=!1,s,c;if(r.workbooks.length===0&&(c="xl/workbook.xml",It(e,c,!0)&&r.workbooks.push(c)),r.workbooks.length===0){if(c="xl/workbook.bin",!It(e,c,!0))throw new Error("Could not find workbook");r.workbooks.push(c),a=!0}r.workbooks[0].slice(-3)=="bin"&&(a=!0);var f={},l={};if(!n.bookSheets&&!n.bookProps){if(Qr=[],r.sst)try{Qr=cm(It(e,dn(r.sst)),r.sst,n)}catch(L){if(n.WTF)throw L}n.cellStyles&&r.themes.length&&(f=sm(un(e,r.themes[0].replace(/^\//,""),!0)||"",r.themes[0],n)),r.style&&(l=am(It(e,dn(r.style)),r.style,f,n))}r.links.map(function(L){try{var Y=Yr(un(e,Da(dn(L))),L);return lm(It(e,dn(L)),Y,L,n)}catch{}});var o=em(It(e,dn(r.workbooks[0])),r.workbooks[0],n),h={},u="";r.coreprops.length&&(u=It(e,dn(r.coreprops[0]),!0),u&&(h=Ho(u)),r.extprops.length!==0&&(u=It(e,dn(r.extprops[0]),!0),u&&Q0(u,h,n)));var d={};(!n.bookSheets||n.bookProps)&&r.custprops.length!==0&&(u=un(e,dn(r.custprops[0]),!0),u&&(d=q0(u,n)));var p={};if((n.bookSheets||n.bookProps)&&(o.Sheets?s=o.Sheets.map(function(Y){return Y.name}):h.Worksheets&&h.SheetNames.length>0&&(s=h.SheetNames),n.bookProps&&(p.Props=h,p.Custprops=d),n.bookSheets&&typeof s<"u"&&(p.SheetNames=s),n.bookSheets?p.SheetNames:n.bookProps))return p;s={};var g={};n.bookDeps&&r.calcchain&&(g=fm(It(e,dn(r.calcchain)),r.calcchain));var x=0,_={},b,m;{var w=o.Sheets;h.Worksheets=w.length,h.SheetNames=[];for(var y=0;y!=w.length;++y)h.SheetNames[y]=w[y].name}var v=a?"bin":"xml",D=r.workbooks[0].lastIndexOf("/"),E=(r.workbooks[0].slice(0,D+1)+"_rels/"+r.workbooks[0].slice(D+1)+".rels").replace(/^\//,"");gn(e,E)||(E="xl/_rels/workbook."+v+".rels");var I=Yr(un(e,E,!0),E.replace(/_rels.*/,"s5s"));(r.metadata||[]).length>=1&&(n.xlmeta=um(It(e,dn(r.metadata[0])),r.metadata[0],n)),(r.people||[]).length>=1&&(n.people=r1(It(e,dn(r.people[0])),n)),I&&(I=Ym(I,o.Sheets));var U=It(e,"xl/worksheets/sheet.xml",!0)?1:0;e:for(x=0;x!=h.Worksheets;++x){var R="sheet";if(I&&I[x]?(b="xl/"+I[x][1].replace(/[\/]?xl\//,""),gn(e,b)||(b=I[x][1]),gn(e,b)||(b=E.replace(/_rels\/.*$/,"")+I[x][1]),R=I[x][2]):(b="xl/worksheets/sheet"+(x+1-U)+"."+v,b=b.replace(/sheet0\./,"sheet.")),m=b.replace(/^(.*)(\/)([^\/]*)$/,"$1/_rels/$3.rels"),n&&n.sheets!=null)switch(typeof n.sheets){case"number":if(x!=n.sheets)continue e;break;case"string":if(h.SheetNames[x].toLowerCase()!=n.sheets.toLowerCase())continue e;break;default:if(Array.isArray&&Array.isArray(n.sheets)){for(var S=!1,M=0;M!=n.sheets.length;++M)typeof n.sheets[M]=="number"&&n.sheets[M]==x&&(S=1),typeof n.sheets[M]=="string"&&n.sheets[M].toLowerCase()==h.SheetNames[x].toLowerCase()&&(S=1);if(!S)continue e}}Km(e,b,m,h.SheetNames[x],x,_,s,R,n,o,f,l)}return p={Directory:r,Workbook:o,Props:h,Custprops:d,Deps:g,Sheets:s,SheetNames:h.SheetNames,Strings:Qr,Styles:l,Themes:f,SSF:Xt(ft)},n&&n.bookFiles&&(e.files?(p.keys=i,p.files=e.files):(p.keys=[],p.files={},e.FullPaths.forEach(function(L,Y){L=L.replace(/^Root Entry[\/]/,""),p.keys.push(L),p.files[L]=e.FileIndex[Y]}))),n&&n.bookVBA&&(r.vba.length>0?p.vbaraw=It(e,dn(r.vba[0]),!0):r.defaults&&r.defaults.bin===c1&&(p.vbaraw=It(e,"xl/vbaProject.bin",!0))),p}function Qm(e,n){var t=n||{},i="Workbook",r=dt.find(e,i);try{if(i="/!DataSpaces/Version",r=dt.find(e,i),!r||!r.content)throw new Error("ECMA-376 Encrypted file missing "+i);if(jd(r.content),i="/!DataSpaces/DataSpaceMap",r=dt.find(e,i),!r||!r.content)throw new Error("ECMA-376 Encrypted file missing "+i);var a=Vd(r.content);if(a.length!==1||a[0].comps.length!==1||a[0].comps[0].t!==0||a[0].name!=="StrongEncryptionDataSpace"||a[0].comps[0].v!=="EncryptedPackage")throw new Error("ECMA-376 Encrypted file bad "+i);if(i="/!DataSpaces/DataSpaceInfo/StrongEncryptionDataSpace",r=dt.find(e,i),!r||!r.content)throw new Error("ECMA-376 Encrypted file missing "+i);var s=Gd(r.content);if(s.length!=1||s[0]!="StrongEncryptionTransform")throw new Error("ECMA-376 Encrypted file bad "+i);if(i="/!DataSpaces/TransformInfo/StrongEncryptionTransform/!Primary",r=dt.find(e,i),!r||!r.content)throw new Error("ECMA-376 Encrypted file missing "+i);Yd(r.content)}catch{}if(i="/EncryptionInfo",r=dt.find(e,i),!r||!r.content)throw new Error("ECMA-376 Encrypted file missing "+i);var c=Kd(r.content);if(i="/EncryptedPackage",r=dt.find(e,i),!r||!r.content)throw new Error("ECMA-376 Encrypted file missing "+i);if(c[0]==4&&typeof decrypt_agile<"u")return decrypt_agile(c[1],r.content,t.password||"",t);if(c[0]==2&&typeof decrypt_std76<"u")return decrypt_std76(c[1],r.content,t.password||"",t);throw new Error("File is password-protected")}function ss(e,n){var t="";switch((n||{}).type||"base64"){case"buffer":return[e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7]];case"base64":t=hn(e.slice(0,12));break;case"binary":t=e;break;case"array":return[e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7]];default:throw new Error("Unrecognized type "+(n&&n.type||"undefined"))}return[t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2),t.charCodeAt(3),t.charCodeAt(4),t.charCodeAt(5),t.charCodeAt(6),t.charCodeAt(7)]}function Jm(e,n){return dt.find(e,"EncryptedPackage")?Qm(e,n):Af(e,n)}function qm(e,n){var t,i=e,r=n||{};return r.type||(r.type=ht&&Buffer.isBuffer(e)?"buffer":"base64"),t=_o(i,r),Zm(t,r)}function Rf(e,n){var t=0;e:for(;t<e.length;)switch(e.charCodeAt(t)){case 10:case 13:case 32:++t;break;case 60:return ka(e.slice(t),n);default:break e}return si.to_workbook(e,n)}function e2(e,n){var t="",i=ss(e,n);switch(n.type){case"base64":t=hn(e);break;case"binary":t=e;break;case"buffer":t=e.toString("binary");break;case"array":t=fr(e);break;default:throw new Error("Unrecognized type "+n.type)}return i[0]==239&&i[1]==187&&i[2]==191&&(t=wt(t)),n.type="binary",Rf(t,n)}function t2(e,n){var t=e;return n.type=="base64"&&(t=hn(t)),t=ni.utils.decode(1200,t.slice(2),"str"),n.type="binary",Rf(t,n)}function n2(e){return e.match(/[^\x00-\x7F]/)?Hr(e):e}function va(e,n,t,i){return i?(t.type="string",si.to_workbook(e,t)):si.to_workbook(n,t)}function Ca(e,n){no();var t=n||{};if(typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer)return Ca(new Uint8Array(e),(t=Xt(t),t.type="array",t));typeof Uint8Array<"u"&&e instanceof Uint8Array&&!t.type&&(t.type=typeof Deno<"u"?"buffer":"array");var i=e,r=[0,0,0,0],a=!1;if(t.cellStyles&&(t.cellNF=!0,t.sheetStubs=!0),kr={},t.dateNF&&(kr.dateNF=t.dateNF),t.type||(t.type=ht&&Buffer.isBuffer(e)?"buffer":"base64"),t.type=="file"&&(t.type=ht?"buffer":"binary",i=ju(e),typeof Uint8Array<"u"&&!ht&&(t.type="array")),t.type=="string"&&(a=!0,t.type="binary",t.codepage=65001,i=n2(e)),t.type=="array"&&typeof Uint8Array<"u"&&e instanceof Uint8Array&&typeof ArrayBuffer<"u"){var s=new ArrayBuffer(3),c=new Uint8Array(s);if(c.foo="bar",!c.foo)return t=Xt(t),t.type="array",Ca(Ma(i),t)}switch((r=ss(i,t))[0]){case 208:if(r[1]===207&&r[2]===17&&r[3]===224&&r[4]===161&&r[5]===177&&r[6]===26&&r[7]===225)return Jm(dt.read(i,t),t);break;case 9:if(r[1]<=8)return Af(i,t);break;case 60:return ka(i,t);case 73:if(r[1]===73&&r[2]===42&&r[3]===0)throw new Error("TIFF Image File is not a spreadsheet");if(r[1]===68)return Cd(i,t);break;case 84:if(r[1]===65&&r[2]===66&&r[3]===76)return Ud.to_workbook(i,t);break;case 80:return r[1]===75&&r[2]<9&&r[3]<9?qm(i,t):va(e,i,t,a);case 239:return r[3]===60?ka(i,t):va(e,i,t,a);case 255:if(r[1]===254)return t2(i,t);if(r[1]===0&&r[2]===2&&r[3]===0)return Zr.to_workbook(i,t);break;case 0:if(r[1]===0&&(r[2]>=2&&r[3]===0||r[2]===0&&(r[3]===8||r[3]===9)))return Zr.to_workbook(i,t);break;case 3:case 131:case 139:case 140:return Uc.to_workbook(i,t);case 123:if(r[1]===92&&r[2]===114&&r[3]===116)return cp.to_workbook(i,t);break;case 10:case 13:case 32:return e2(i,t);case 137:if(r[1]===80&&r[2]===78&&r[3]===71)throw new Error("PNG Image File is not a spreadsheet");break}return kd.indexOf(r[0])>-1&&r[2]<=12&&r[3]<=31?Uc.to_workbook(i,t):va(e,i,t,a)}function r2(e,n,t,i,r,a,s,c){var f=jt(t),l=c.defval,o=c.raw||!Object.prototype.hasOwnProperty.call(c,"raw"),h=!0,u=r===1?[]:{};if(r!==1)if(Object.defineProperty)try{Object.defineProperty(u,"__rowNum__",{value:t,enumerable:!1})}catch{u.__rowNum__=t}else u.__rowNum__=t;if(!s||e[t])for(var d=n.s.c;d<=n.e.c;++d){var p=s?e[t][d]:e[i[d]+f];if(p===void 0||p.t===void 0){if(l===void 0)continue;a[d]!=null&&(u[a[d]]=l);continue}var g=p.v;switch(p.t){case"z":if(g==null)break;continue;case"e":g=g==0?null:void 0;break;case"s":case"d":case"b":case"n":break;default:throw new Error("unrecognized type "+p.t)}if(a[d]!=null){if(g==null)if(p.t=="e"&&g===null)u[a[d]]=null;else if(l!==void 0)u[a[d]]=l;else if(o&&g===null)u[a[d]]=null;else continue;else u[a[d]]=o&&(p.t!=="n"||p.t==="n"&&c.rawNumbers!==!1)?g:zn(p,g,c);g!=null&&(h=!1)}}return{row:u,isempty:h}}function Sa(e,n){if(e==null||e["!ref"]==null)return[];var t={t:"n",v:0},i=0,r=1,a=[],s=0,c="",f={s:{r:0,c:0},e:{r:0,c:0}},l=n||{},o=l.range!=null?l.range:e["!ref"];switch(l.header===1?i=1:l.header==="A"?i=2:Array.isArray(l.header)?i=3:l.header==null&&(i=0),typeof o){case"string":f=Ft(o);break;case"number":f=Ft(e["!ref"]),f.s.r=o;break;default:f=o}i>0&&(r=0);var h=jt(f.s.r),u=[],d=[],p=0,g=0,x=Array.isArray(e),_=f.s.r,b=0,m={};x&&!e[_]&&(e[_]=[]);var w=l.skipHidden&&e["!cols"]||[],y=l.skipHidden&&e["!rows"]||[];for(b=f.s.c;b<=f.e.c;++b)if(!(w[b]||{}).hidden)switch(u[b]=Nt(b),t=x?e[_][b]:e[u[b]+h],i){case 1:a[b]=b-f.s.c;break;case 2:a[b]=u[b];break;case 3:a[b]=l.header[b-f.s.c];break;default:if(t==null&&(t={w:"__EMPTY",t:"s"}),c=s=zn(t,null,l),g=m[s]||0,!g)m[s]=1;else{do c=s+"_"+g++;while(m[c]);m[s]=g,m[c]=1}a[b]=c}for(_=f.s.r+r;_<=f.e.r;++_)if(!(y[_]||{}).hidden){var v=r2(e,f,_,u,i,a,x,l);(v.isempty===!1||(i===1?l.blankrows!==!1:l.blankrows))&&(d[p++]=v.row)}return d.length=p,d}var Vc=/"/g;function i2(e,n,t,i,r,a,s,c){for(var f=!0,l=[],o="",h=jt(t),u=n.s.c;u<=n.e.c;++u)if(i[u]){var d=c.dense?(e[t]||[])[u]:e[i[u]+h];if(d==null)o="";else if(d.v!=null){f=!1,o=""+(c.rawNumbers&&d.t=="n"?d.v:zn(d,null,c));for(var p=0,g=0;p!==o.length;++p)if((g=o.charCodeAt(p))===r||g===a||g===34||c.forceQuotes){o='"'+o.replace(Vc,'""')+'"';break}o=="ID"&&(o='"ID"')}else d.f!=null&&!d.F?(f=!1,o="="+d.f,o.indexOf(",")>=0&&(o='"'+o.replace(Vc,'""')+'"')):o="";l.push(o)}return c.blankrows===!1&&f?null:l.join(s)}function Of(e,n){var t=[],i=n??{};if(e==null||e["!ref"]==null)return"";var r=Ft(e["!ref"]),a=i.FS!==void 0?i.FS:",",s=a.charCodeAt(0),c=i.RS!==void 0?i.RS:`
|
|
37
|
+
`,f=c.charCodeAt(0),l=new RegExp((a=="|"?"\\|":a)+"+$"),o="",h=[];i.dense=Array.isArray(e);for(var u=i.skipHidden&&e["!cols"]||[],d=i.skipHidden&&e["!rows"]||[],p=r.s.c;p<=r.e.c;++p)(u[p]||{}).hidden||(h[p]=Nt(p));for(var g=0,x=r.s.r;x<=r.e.r;++x)(d[x]||{}).hidden||(o=i2(e,r,x,h,s,f,a,i),o!=null&&(i.strip&&(o=o.replace(l,"")),(o||i.blankrows!==!1)&&t.push((g++?c:"")+o)));return delete i.dense,t.join("")}function a2(e,n){n||(n={}),n.FS=" ",n.RS=`
|
|
38
|
+
`;var t=Of(e,n);return t}function s2(e){var n="",t,i="";if(e==null||e["!ref"]==null)return[];var r=Ft(e["!ref"]),a="",s=[],c,f=[],l=Array.isArray(e);for(c=r.s.c;c<=r.e.c;++c)s[c]=Nt(c);for(var o=r.s.r;o<=r.e.r;++o)for(a=jt(o),c=r.s.c;c<=r.e.c;++c)if(n=s[c]+a,t=l?(e[o]||[])[c]:e[n],i="",t!==void 0){if(t.F!=null){if(n=t.F,!t.f)continue;i=t.f,n.indexOf(":")==-1&&(n=n+":"+n)}if(t.f!=null)i=t.f;else{if(t.t=="z")continue;if(t.t=="n"&&t.v!=null)i=""+t.v;else if(t.t=="b")i=t.v?"TRUE":"FALSE";else if(t.w!==void 0)i="'"+t.w;else{if(t.v===void 0)continue;t.t=="s"?i="'"+t.v:i=""+t.v}}f[f.length]=n+"="+i}return f}function Nf(e,n,t){var i=t||{},r=+!i.skipHeader,a=e||{},s=0,c=0;if(a&&i.origin!=null)if(typeof i.origin=="number")s=i.origin;else{var f=typeof i.origin=="string"?en(i.origin):i.origin;s=f.r,c=f.c}var l,o={s:{c:0,r:0},e:{c,r:s+n.length-1+r}};if(a["!ref"]){var h=Ft(a["!ref"]);o.e.c=Math.max(o.e.c,h.e.c),o.e.r=Math.max(o.e.r,h.e.r),s==-1&&(s=h.e.r+1,o.e.r=s+n.length-1+r)}else s==-1&&(s=0,o.e.r=n.length-1+r);var u=i.header||[],d=0;n.forEach(function(g,x){Sn(g).forEach(function(_){(d=u.indexOf(_))==-1&&(u[d=u.length]=_);var b=g[_],m="z",w="",y=st({c:c+d,r:s+x+r});l=li(a,y),b&&typeof b=="object"&&!(b instanceof Date)?a[y]=b:(typeof b=="number"?m="n":typeof b=="boolean"?m="b":typeof b=="string"?m="s":b instanceof Date?(m="d",i.cellDates||(m="n",b=nn(b)),w=i.dateNF||ft[14]):b===null&&i.nullError&&(m="e",b=0),l?(l.t=m,l.v=b,delete l.w,delete l.R,w&&(l.z=w)):a[y]=l={t:m,v:b},w&&(l.z=w))})}),o.e.c=Math.max(o.e.c,c+u.length-1);var p=jt(s);if(r)for(d=0;d<u.length;++d)a[Nt(d+c)+p]={t:"s",v:u[d]};return a["!ref"]=pt(o),a}function c2(e,n){return Nf(null,e,n)}function li(e,n,t){if(typeof n=="string"){if(Array.isArray(e)){var i=en(n);return e[i.r]||(e[i.r]=[]),e[i.r][i.c]||(e[i.r][i.c]={t:"z"})}return e[n]||(e[n]={t:"z"})}return typeof n!="number"?li(e,st(n)):li(e,st({r:n,c:t||0}))}function o2(e,n){if(typeof n=="number"){if(n>=0&&e.SheetNames.length>n)return n;throw new Error("Cannot find sheet # "+n)}else if(typeof n=="string"){var t=e.SheetNames.indexOf(n);if(t>-1)return t;throw new Error("Cannot find sheet name |"+n+"|")}else throw new Error("Cannot find sheet |"+n+"|")}function cs(){return{SheetNames:[],Sheets:{}}}function os(e,n,t,i){var r=1;if(!t)for(;r<=65535&&e.SheetNames.indexOf(t="Sheet"+r)!=-1;++r,t=void 0);if(!t||e.SheetNames.length>=65535)throw new Error("Too many worksheets");if(i&&e.SheetNames.indexOf(t)>=0){var a=t.match(/(^.*?)(\d+)$/);r=a&&+a[2]||0;var s=a&&a[1]||t;for(++r;r<=65535&&e.SheetNames.indexOf(t=s+r)!=-1;++r);}if(Gx(t),e.SheetNames.indexOf(t)>=0)throw new Error("Worksheet with name |"+t+"| already exists!");return e.SheetNames.push(t),e.Sheets[t]=n,t}function f2(e,n,t){e.Workbook||(e.Workbook={}),e.Workbook.Sheets||(e.Workbook.Sheets=[]);var i=o2(e,n);switch(e.Workbook.Sheets[i]||(e.Workbook.Sheets[i]={}),t){case 0:case 1:case 2:break;default:throw new Error("Bad sheet visibility setting "+t)}e.Workbook.Sheets[i].Hidden=t}function l2(e,n){return e.z=n,e}function Bf(e,n,t){return n?(e.l={Target:n},t&&(e.l.Tooltip=t)):delete e.l,e}function u2(e,n,t){return Bf(e,"#"+n,t)}function h2(e,n,t){e.c||(e.c=[]),e.c.push({t:n,a:t||"SheetJS"})}function d2(e,n,t,i){for(var r=typeof n!="string"?n:Ft(n),a=typeof n=="string"?n:pt(n),s=r.s.r;s<=r.e.r;++s)for(var c=r.s.c;c<=r.e.c;++c){var f=li(e,s,c);f.t="n",f.F=a,delete f.v,s==r.s.r&&c==r.s.c&&(f.f=t,i&&(f.D=!0))}return e}var p2={encode_col:Nt,encode_row:jt,encode_cell:st,encode_range:pt,decode_col:$a,decode_row:Ga,split_cell:E0,decode_cell:en,decode_range:Sr,format_cell:zn,sheet_add_aoa:Wo,sheet_add_json:Nf,sheet_add_dom:Cf,aoa_to_sheet:Ir,json_to_sheet:c2,table_to_sheet:Sf,table_to_book:Cm,sheet_to_csv:Of,sheet_to_txt:a2,sheet_to_json:Sa,sheet_to_html:Am,sheet_to_formulae:s2,sheet_to_row_object_array:Sa,sheet_get_cell:li,book_new:cs,book_append_sheet:os,book_set_sheet_visibility:f2,cell_set_number_format:l2,cell_set_hyperlink:Bf,cell_set_internal_link:u2,cell_add_comment:h2,sheet_set_array_formula:d2,consts:{SHEET_VISIBLE:0,SHEET_HIDDEN:1,SHEET_VERY_HIDDEN:2}};function Lf(e){const n=e.rows.reduce((t,i)=>Math.max(t,i.length),0);return{rowCount:e.rows.length,columnCount:n}}function Mf(e,n){return e.SheetNames.map(t=>{const i=e.Sheets[t],r=p2.sheet_to_json(i,{header:1,raw:!1,defval:""});return{name:t,rows:r.slice(0,n).map(a=>a.map(g2))}})}function g2(e){return e==null?"":e instanceof Date?e.toLocaleString():String(e)}function Wf(e){var n,t,i="";if(typeof e=="string"||typeof e=="number")i+=e;else if(typeof e=="object")if(Array.isArray(e)){var r=e.length;for(n=0;n<r;n++)e[n]&&(t=Wf(e[n]))&&(i&&(i+=" "),i+=t)}else for(t in e)e[t]&&(i&&(i+=" "),i+=t);return i}function x2(){for(var e,n,t=0,i="",r=arguments.length;t<r;t++)(e=arguments[t])&&(n=Wf(e))&&(i&&(i+=" "),i+=n);return i}const fs="-",m2=e=>{const n=y2(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:i}=e;return{getClassGroupId:s=>{const c=s.split(fs);return c[0]===""&&c.length!==1&&c.shift(),Pf(c,n)||v2(s)},getConflictingClassGroupIds:(s,c)=>{const f=t[s]||[];return c&&i[s]?[...f,...i[s]]:f}}},Pf=(e,n)=>{var s;if(e.length===0)return n.classGroupId;const t=e[0],i=n.nextPart.get(t),r=i?Pf(e.slice(1),i):void 0;if(r)return r;if(n.validators.length===0)return;const a=e.join(fs);return(s=n.validators.find(({validator:c})=>c(a)))==null?void 0:s.classGroupId},Gc=/^\[(.+)\]$/,v2=e=>{if(Gc.test(e)){const n=Gc.exec(e)[1],t=n==null?void 0:n.substring(0,n.indexOf(":"));if(t)return"arbitrary.."+t}},y2=e=>{const{theme:n,prefix:t}=e,i={nextPart:new Map,validators:[]};return _2(Object.entries(e.classGroups),t).forEach(([a,s])=>{Ia(s,i,a,n)}),i},Ia=(e,n,t,i)=>{e.forEach(r=>{if(typeof r=="string"){const a=r===""?n:$c(n,r);a.classGroupId=t;return}if(typeof r=="function"){if(b2(r)){Ia(r(i),n,t,i);return}n.validators.push({validator:r,classGroupId:t});return}Object.entries(r).forEach(([a,s])=>{Ia(s,$c(n,a),t,i)})})},$c=(e,n)=>{let t=e;return n.split(fs).forEach(i=>{t.nextPart.has(i)||t.nextPart.set(i,{nextPart:new Map,validators:[]}),t=t.nextPart.get(i)}),t},b2=e=>e.isThemeGetter,_2=(e,n)=>n?e.map(([t,i])=>{const r=i.map(a=>typeof a=="string"?n+a:typeof a=="object"?Object.fromEntries(Object.entries(a).map(([s,c])=>[n+s,c])):a);return[t,r]}):e,w2=e=>{if(e<1)return{get:()=>{},set:()=>{}};let n=0,t=new Map,i=new Map;const r=(a,s)=>{t.set(a,s),n++,n>e&&(n=0,i=t,t=new Map)};return{get(a){let s=t.get(a);if(s!==void 0)return s;if((s=i.get(a))!==void 0)return r(a,s),s},set(a,s){t.has(a)?t.set(a,s):r(a,s)}}},zf="!",D2=e=>{const{separator:n,experimentalParseClassName:t}=e,i=n.length===1,r=n[0],a=n.length,s=c=>{const f=[];let l=0,o=0,h;for(let x=0;x<c.length;x++){let _=c[x];if(l===0){if(_===r&&(i||c.slice(x,x+a)===n)){f.push(c.slice(o,x)),o=x+a;continue}if(_==="/"){h=x;continue}}_==="["?l++:_==="]"&&l--}const u=f.length===0?c:c.substring(o),d=u.startsWith(zf),p=d?u.substring(1):u,g=h&&h>o?h-o:void 0;return{modifiers:f,hasImportantModifier:d,baseClassName:p,maybePostfixModifierPosition:g}};return t?c=>t({className:c,parseClassName:s}):s},T2=e=>{if(e.length<=1)return e;const n=[];let t=[];return e.forEach(i=>{i[0]==="["?(n.push(...t.sort(),i),t=[]):t.push(i)}),n.push(...t.sort()),n},E2=e=>({cache:w2(e.cacheSize),parseClassName:D2(e),...m2(e)}),k2=/\s+/,F2=(e,n)=>{const{parseClassName:t,getClassGroupId:i,getConflictingClassGroupIds:r}=n,a=[],s=e.trim().split(k2);let c="";for(let f=s.length-1;f>=0;f-=1){const l=s[f],{modifiers:o,hasImportantModifier:h,baseClassName:u,maybePostfixModifierPosition:d}=t(l);let p=!!d,g=i(p?u.substring(0,d):u);if(!g){if(!p){c=l+(c.length>0?" "+c:c);continue}if(g=i(u),!g){c=l+(c.length>0?" "+c:c);continue}p=!1}const x=T2(o).join(":"),_=h?x+zf:x,b=_+g;if(a.includes(b))continue;a.push(b);const m=r(g,p);for(let w=0;w<m.length;++w){const y=m[w];a.push(_+y)}c=l+(c.length>0?" "+c:c)}return c};function U2(){let e=0,n,t,i="";for(;e<arguments.length;)(n=arguments[e++])&&(t=Xf(n))&&(i&&(i+=" "),i+=t);return i}const Xf=e=>{if(typeof e=="string")return e;let n,t="";for(let i=0;i<e.length;i++)e[i]&&(n=Xf(e[i]))&&(t&&(t+=" "),t+=n);return t};function A2(e,...n){let t,i,r,a=s;function s(f){const l=n.reduce((o,h)=>h(o),e());return t=E2(l),i=t.cache.get,r=t.cache.set,a=c,c(f)}function c(f){const l=i(f);if(l)return l;const o=F2(f,t);return r(f,o),o}return function(){return a(U2.apply(null,arguments))}}const Dt=e=>{const n=t=>t[e]||[];return n.isThemeGetter=!0,n},jf=/^\[(?:([a-z-]+):)?(.+)\]$/i,C2=/^\d+\/\d+$/,S2=new Set(["px","full","screen"]),I2=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,R2=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,O2=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,N2=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,B2=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Ln=e=>Fr(e)||S2.has(e)||C2.test(e),Vn=e=>Rr(e,"length",H2),Fr=e=>!!e&&!Number.isNaN(Number(e)),ya=e=>Rr(e,"number",Fr),Lr=e=>!!e&&Number.isInteger(Number(e)),L2=e=>e.endsWith("%")&&Fr(e.slice(0,-1)),lt=e=>jf.test(e),Gn=e=>I2.test(e),M2=new Set(["length","size","percentage"]),W2=e=>Rr(e,M2,Hf),P2=e=>Rr(e,"position",Hf),z2=new Set(["image","url"]),X2=e=>Rr(e,z2,G2),j2=e=>Rr(e,"",V2),Mr=()=>!0,Rr=(e,n,t)=>{const i=jf.exec(e);return i?i[1]?typeof n=="string"?i[1]===n:n.has(i[1]):t(i[2]):!1},H2=e=>R2.test(e)&&!O2.test(e),Hf=()=>!1,V2=e=>N2.test(e),G2=e=>B2.test(e),$2=()=>{const e=Dt("colors"),n=Dt("spacing"),t=Dt("blur"),i=Dt("brightness"),r=Dt("borderColor"),a=Dt("borderRadius"),s=Dt("borderSpacing"),c=Dt("borderWidth"),f=Dt("contrast"),l=Dt("grayscale"),o=Dt("hueRotate"),h=Dt("invert"),u=Dt("gap"),d=Dt("gradientColorStops"),p=Dt("gradientColorStopPositions"),g=Dt("inset"),x=Dt("margin"),_=Dt("opacity"),b=Dt("padding"),m=Dt("saturate"),w=Dt("scale"),y=Dt("sepia"),v=Dt("skew"),D=Dt("space"),E=Dt("translate"),I=()=>["auto","contain","none"],U=()=>["auto","hidden","clip","visible","scroll"],R=()=>["auto",lt,n],S=()=>[lt,n],M=()=>["",Ln,Vn],L=()=>["auto",Fr,lt],Y=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],le=()=>["solid","dashed","dotted","double","none"],N=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],ee=()=>["start","end","center","between","around","evenly","stretch"],k=()=>["","0",lt],ce=()=>["auto","avoid","all","avoid-page","page","left","right","column"],G=()=>[Fr,lt];return{cacheSize:500,separator:":",theme:{colors:[Mr],spacing:[Ln,Vn],blur:["none","",Gn,lt],brightness:G(),borderColor:[e],borderRadius:["none","","full",Gn,lt],borderSpacing:S(),borderWidth:M(),contrast:G(),grayscale:k(),hueRotate:G(),invert:k(),gap:S(),gradientColorStops:[e],gradientColorStopPositions:[L2,Vn],inset:R(),margin:R(),opacity:G(),padding:S(),saturate:G(),scale:G(),sepia:k(),skew:G(),space:S(),translate:S()},classGroups:{aspect:[{aspect:["auto","square","video",lt]}],container:["container"],columns:[{columns:[Gn]}],"break-after":[{"break-after":ce()}],"break-before":[{"break-before":ce()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...Y(),lt]}],overflow:[{overflow:U()}],"overflow-x":[{"overflow-x":U()}],"overflow-y":[{"overflow-y":U()}],overscroll:[{overscroll:I()}],"overscroll-x":[{"overscroll-x":I()}],"overscroll-y":[{"overscroll-y":I()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[g]}],"inset-x":[{"inset-x":[g]}],"inset-y":[{"inset-y":[g]}],start:[{start:[g]}],end:[{end:[g]}],top:[{top:[g]}],right:[{right:[g]}],bottom:[{bottom:[g]}],left:[{left:[g]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",Lr,lt]}],basis:[{basis:R()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",lt]}],grow:[{grow:k()}],shrink:[{shrink:k()}],order:[{order:["first","last","none",Lr,lt]}],"grid-cols":[{"grid-cols":[Mr]}],"col-start-end":[{col:["auto",{span:["full",Lr,lt]},lt]}],"col-start":[{"col-start":L()}],"col-end":[{"col-end":L()}],"grid-rows":[{"grid-rows":[Mr]}],"row-start-end":[{row:["auto",{span:[Lr,lt]},lt]}],"row-start":[{"row-start":L()}],"row-end":[{"row-end":L()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",lt]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",lt]}],gap:[{gap:[u]}],"gap-x":[{"gap-x":[u]}],"gap-y":[{"gap-y":[u]}],"justify-content":[{justify:["normal",...ee()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...ee(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...ee(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[b]}],px:[{px:[b]}],py:[{py:[b]}],ps:[{ps:[b]}],pe:[{pe:[b]}],pt:[{pt:[b]}],pr:[{pr:[b]}],pb:[{pb:[b]}],pl:[{pl:[b]}],m:[{m:[x]}],mx:[{mx:[x]}],my:[{my:[x]}],ms:[{ms:[x]}],me:[{me:[x]}],mt:[{mt:[x]}],mr:[{mr:[x]}],mb:[{mb:[x]}],ml:[{ml:[x]}],"space-x":[{"space-x":[D]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[D]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",lt,n]}],"min-w":[{"min-w":[lt,n,"min","max","fit"]}],"max-w":[{"max-w":[lt,n,"none","full","min","max","fit","prose",{screen:[Gn]},Gn]}],h:[{h:[lt,n,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[lt,n,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[lt,n,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[lt,n,"auto","min","max","fit"]}],"font-size":[{text:["base",Gn,Vn]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",ya]}],"font-family":[{font:[Mr]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",lt]}],"line-clamp":[{"line-clamp":["none",Fr,ya]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Ln,lt]}],"list-image":[{"list-image":["none",lt]}],"list-style-type":[{list:["none","disc","decimal",lt]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[_]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[_]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...le(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Ln,Vn]}],"underline-offset":[{"underline-offset":["auto",Ln,lt]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:S()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",lt]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",lt]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[_]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...Y(),P2]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",W2]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},X2]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[p]}],"gradient-via-pos":[{via:[p]}],"gradient-to-pos":[{to:[p]}],"gradient-from":[{from:[d]}],"gradient-via":[{via:[d]}],"gradient-to":[{to:[d]}],rounded:[{rounded:[a]}],"rounded-s":[{"rounded-s":[a]}],"rounded-e":[{"rounded-e":[a]}],"rounded-t":[{"rounded-t":[a]}],"rounded-r":[{"rounded-r":[a]}],"rounded-b":[{"rounded-b":[a]}],"rounded-l":[{"rounded-l":[a]}],"rounded-ss":[{"rounded-ss":[a]}],"rounded-se":[{"rounded-se":[a]}],"rounded-ee":[{"rounded-ee":[a]}],"rounded-es":[{"rounded-es":[a]}],"rounded-tl":[{"rounded-tl":[a]}],"rounded-tr":[{"rounded-tr":[a]}],"rounded-br":[{"rounded-br":[a]}],"rounded-bl":[{"rounded-bl":[a]}],"border-w":[{border:[c]}],"border-w-x":[{"border-x":[c]}],"border-w-y":[{"border-y":[c]}],"border-w-s":[{"border-s":[c]}],"border-w-e":[{"border-e":[c]}],"border-w-t":[{"border-t":[c]}],"border-w-r":[{"border-r":[c]}],"border-w-b":[{"border-b":[c]}],"border-w-l":[{"border-l":[c]}],"border-opacity":[{"border-opacity":[_]}],"border-style":[{border:[...le(),"hidden"]}],"divide-x":[{"divide-x":[c]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[c]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[_]}],"divide-style":[{divide:le()}],"border-color":[{border:[r]}],"border-color-x":[{"border-x":[r]}],"border-color-y":[{"border-y":[r]}],"border-color-s":[{"border-s":[r]}],"border-color-e":[{"border-e":[r]}],"border-color-t":[{"border-t":[r]}],"border-color-r":[{"border-r":[r]}],"border-color-b":[{"border-b":[r]}],"border-color-l":[{"border-l":[r]}],"divide-color":[{divide:[r]}],"outline-style":[{outline:["",...le()]}],"outline-offset":[{"outline-offset":[Ln,lt]}],"outline-w":[{outline:[Ln,Vn]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:M()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[_]}],"ring-offset-w":[{"ring-offset":[Ln,Vn]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",Gn,j2]}],"shadow-color":[{shadow:[Mr]}],opacity:[{opacity:[_]}],"mix-blend":[{"mix-blend":[...N(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":N()}],filter:[{filter:["","none"]}],blur:[{blur:[t]}],brightness:[{brightness:[i]}],contrast:[{contrast:[f]}],"drop-shadow":[{"drop-shadow":["","none",Gn,lt]}],grayscale:[{grayscale:[l]}],"hue-rotate":[{"hue-rotate":[o]}],invert:[{invert:[h]}],saturate:[{saturate:[m]}],sepia:[{sepia:[y]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[t]}],"backdrop-brightness":[{"backdrop-brightness":[i]}],"backdrop-contrast":[{"backdrop-contrast":[f]}],"backdrop-grayscale":[{"backdrop-grayscale":[l]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[o]}],"backdrop-invert":[{"backdrop-invert":[h]}],"backdrop-opacity":[{"backdrop-opacity":[_]}],"backdrop-saturate":[{"backdrop-saturate":[m]}],"backdrop-sepia":[{"backdrop-sepia":[y]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[s]}],"border-spacing-x":[{"border-spacing-x":[s]}],"border-spacing-y":[{"border-spacing-y":[s]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",lt]}],duration:[{duration:G()}],ease:[{ease:["linear","in","out","in-out",lt]}],delay:[{delay:G()}],animate:[{animate:["none","spin","ping","pulse","bounce",lt]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[w]}],"scale-x":[{"scale-x":[w]}],"scale-y":[{"scale-y":[w]}],rotate:[{rotate:[Lr,lt]}],"translate-x":[{"translate-x":[E]}],"translate-y":[{"translate-y":[E]}],"skew-x":[{"skew-x":[v]}],"skew-y":[{"skew-y":[v]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",lt]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",lt]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":S()}],"scroll-mx":[{"scroll-mx":S()}],"scroll-my":[{"scroll-my":S()}],"scroll-ms":[{"scroll-ms":S()}],"scroll-me":[{"scroll-me":S()}],"scroll-mt":[{"scroll-mt":S()}],"scroll-mr":[{"scroll-mr":S()}],"scroll-mb":[{"scroll-mb":S()}],"scroll-ml":[{"scroll-ml":S()}],"scroll-p":[{"scroll-p":S()}],"scroll-px":[{"scroll-px":S()}],"scroll-py":[{"scroll-py":S()}],"scroll-ps":[{"scroll-ps":S()}],"scroll-pe":[{"scroll-pe":S()}],"scroll-pt":[{"scroll-pt":S()}],"scroll-pr":[{"scroll-pr":S()}],"scroll-pb":[{"scroll-pb":S()}],"scroll-pl":[{"scroll-pl":S()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",lt]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Ln,Vn,ya]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}},Y2=A2($2);function ar(...e){return Y2(x2(e))}function Vf({sheets:e,messages:n}){var s;const[t,i]=Dn.useState(((s=e[0])==null?void 0:s.name)??""),r=e.find(c=>c.name===t)??e[0],a=r?Lf(r):{rowCount:0,columnCount:0};return r?rt.jsxs("div",{className:"flex h-full min-h-0 flex-col",children:[rt.jsxs("div",{className:"flex shrink-0 flex-wrap items-center gap-2 border-b border-border bg-background px-3 py-2",children:[e.map(c=>rt.jsx("button",{type:"button",className:ar("h-8 rounded-md border border-border px-3 text-xs font-medium transition-colors",c.name===r.name?"bg-primary text-primary-foreground":"bg-background hover:bg-muted"),onClick:()=>i(c.name),children:c.name},c.name)),rt.jsxs("div",{className:"ml-auto text-xs text-muted-foreground",children:[n.rowsLabel,": ",a.rowCount," · ",n.columnsLabel,": ",a.columnCount]})]}),rt.jsx("div",{className:"min-h-0 flex-1 overflow-auto",children:rt.jsx("table",{className:"w-full min-w-max border-collapse text-left text-xs",children:rt.jsx("tbody",{children:r.rows.map((c,f)=>rt.jsx("tr",{className:f===0?"bg-muted/70 font-medium":"",children:Array.from({length:a.columnCount}).map((l,o)=>rt.jsx("td",{className:"max-w-[260px] border border-border px-2 py-1.5 align-top",title:c[o]??"",children:rt.jsx("div",{className:"truncate",children:c[o]??""})},`${r.name}-${f}-${o}`))},`${r.name}-${f}`))})})})]}):rt.jsx(Cn.EmptyState,{title:n.emptyTitle,message:n.emptyDescription})}function Gf({source:e,title:n,state:t,isLoading:i,messages:r,classNames:a,height:s}){return rt.jsxs("div",{className:ar("min-h-0 shrink-0 overflow-hidden",a==null?void 0:a.content),style:{height:s},children:[!e&&rt.jsx(Ci,{children:rt.jsx(Cn.EmptyState,{title:r.emptyTitle,message:r.emptyDescription})}),e&&i&&rt.jsx(Ci,{children:rt.jsx(Cn.LoadingState,{message:r.loading})}),e&&!i&&t.error&&rt.jsx(Ci,{children:rt.jsx(Cn.ErrorState,{title:r.errorTitle,message:t.error})}),e&&!i&&!t.error&&t.kind==="pdf"&&t.objectUrl&&rt.jsx("div",{className:ar("h-full min-h-0",a==null?void 0:a.viewport),children:rt.jsx("iframe",{className:"block h-full w-full border-0",src:t.objectUrl,title:n})}),e&&!i&&!t.error&&(t.kind==="markdown"||t.kind==="docx")&&t.html&&rt.jsx("div",{className:ar("h-full overflow-auto p-4",a==null?void 0:a.viewport),children:rt.jsx("article",{className:"ts-document-markdown max-w-none",dangerouslySetInnerHTML:{__html:t.html}})}),e&&!i&&!t.error&&t.kind==="text"&&rt.jsx("div",{className:ar("h-full overflow-auto p-4",a==null?void 0:a.viewport),children:rt.jsx("pre",{className:"min-h-full whitespace-pre-wrap rounded-md bg-muted p-3 text-sm leading-6",children:t.text})}),e&&!i&&!t.error&&t.kind==="excel"&&t.sheets&&rt.jsx(Vf,{sheets:t.sheets,messages:r}),e&&!i&&!t.error&&t.kind==="unsupported"&&rt.jsx(Ci,{children:rt.jsx(Cn.EmptyState,{title:r.unsupportedTitle,message:e.name.toLowerCase().endsWith(".doc")?r.docFallback:r.unsupportedDescription})})]})}function Ci({children:e}){return rt.jsx("div",{className:"flex h-full items-center justify-center p-6",children:e})}const ls={title:"Document preview",loading:"Loading document...",emptyTitle:"No document selected",emptyDescription:"Choose a document source to preview it here.",errorTitle:"Preview failed",unsupportedTitle:"Preview is not available",unsupportedDescription:"This file type cannot be previewed in the browser yet.",openExternal:"Open",download:"Download",sheetLabel:"Sheet",rowsLabel:"Rows",columnsLabel:"Columns",docFallback:"Legacy .doc files are not parsed in the browser. Open or download the file to view it.",pdfFallback:"If the PDF does not render, open it in a new tab."};function us(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}let vr=us();function $f(e){vr=e}const Yf=/[&<>"']/,K2=new RegExp(Yf.source,"g"),Kf=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,Z2=new RegExp(Kf.source,"g"),Q2={"&":"&","<":"<",">":">",'"':""","'":"'"},Yc=e=>Q2[e];function fn(e,n){if(n){if(Yf.test(e))return e.replace(K2,Yc)}else if(Kf.test(e))return e.replace(Z2,Yc);return e}const J2=/(^|[^\[])\^/g;function yt(e,n){let t=typeof e=="string"?e:e.source;n=n||"";const i={replace:(r,a)=>{let s=typeof a=="string"?a:a.source;return s=s.replace(J2,"$1"),t=t.replace(r,s),i},getRegex:()=>new RegExp(t,n)};return i}function Kc(e){try{e=encodeURI(e).replace(/%25/g,"%")}catch{return null}return e}const ei={exec:()=>null};function Zc(e,n){const t=e.replace(/\|/g,(a,s,c)=>{let f=!1,l=s;for(;--l>=0&&c[l]==="\\";)f=!f;return f?"|":" |"}),i=t.split(/ \|/);let r=0;if(i[0].trim()||i.shift(),i.length>0&&!i[i.length-1].trim()&&i.pop(),n)if(i.length>n)i.splice(n);else for(;i.length<n;)i.push("");for(;r<i.length;r++)i[r]=i[r].trim().replace(/\\\|/g,"|");return i}function Wr(e,n,t){const i=e.length;if(i===0)return"";let r=0;for(;r<i&&e.charAt(i-r-1)===n;)r++;return e.slice(0,i-r)}function q2(e,n){if(e.indexOf(n[1])===-1)return-1;let t=0;for(let i=0;i<e.length;i++)if(e[i]==="\\")i++;else if(e[i]===n[0])t++;else if(e[i]===n[1]&&(t--,t<0))return i;return-1}function Qc(e,n,t,i){const r=n.href,a=n.title?fn(n.title):null,s=e[1].replace(/\\([\[\]])/g,"$1");if(e[0].charAt(0)!=="!"){i.state.inLink=!0;const c={type:"link",raw:t,href:r,title:a,text:s,tokens:i.inlineTokens(s)};return i.state.inLink=!1,c}return{type:"image",raw:t,href:r,title:a,text:fn(s)}}function ev(e,n){const t=e.match(/^(\s+)(?:```)/);if(t===null)return n;const i=t[1];return n.split(`
|
|
39
|
+
`).map(r=>{const a=r.match(/^\s+/);if(a===null)return r;const[s]=a;return s.length>=i.length?r.slice(i.length):r}).join(`
|
|
40
|
+
`)}class Hi{constructor(n){bt(this,"options");bt(this,"rules");bt(this,"lexer");this.options=n||vr}space(n){const t=this.rules.block.newline.exec(n);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}code(n){const t=this.rules.block.code.exec(n);if(t){const i=t[0].replace(/^(?: {1,4}| {0,3}\t)/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?i:Wr(i,`
|
|
41
|
+
`)}}}fences(n){const t=this.rules.block.fences.exec(n);if(t){const i=t[0],r=ev(i,t[3]||"");return{type:"code",raw:i,lang:t[2]?t[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):t[2],text:r}}}heading(n){const t=this.rules.block.heading.exec(n);if(t){let i=t[2].trim();if(/#$/.test(i)){const r=Wr(i,"#");(this.options.pedantic||!r||/ $/.test(r))&&(i=r.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:i,tokens:this.lexer.inline(i)}}}hr(n){const t=this.rules.block.hr.exec(n);if(t)return{type:"hr",raw:Wr(t[0],`
|
|
42
|
+
`)}}blockquote(n){const t=this.rules.block.blockquote.exec(n);if(t){let i=Wr(t[0],`
|
|
43
|
+
`).split(`
|
|
44
|
+
`),r="",a="";const s=[];for(;i.length>0;){let c=!1;const f=[];let l;for(l=0;l<i.length;l++)if(/^ {0,3}>/.test(i[l]))f.push(i[l]),c=!0;else if(!c)f.push(i[l]);else break;i=i.slice(l);const o=f.join(`
|
|
45
|
+
`),h=o.replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,`
|
|
46
|
+
$1`).replace(/^ {0,3}>[ \t]?/gm,"");r=r?`${r}
|
|
47
|
+
${o}`:o,a=a?`${a}
|
|
48
|
+
${h}`:h;const u=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(h,s,!0),this.lexer.state.top=u,i.length===0)break;const d=s[s.length-1];if((d==null?void 0:d.type)==="code")break;if((d==null?void 0:d.type)==="blockquote"){const p=d,g=p.raw+`
|
|
49
|
+
`+i.join(`
|
|
50
|
+
`),x=this.blockquote(g);s[s.length-1]=x,r=r.substring(0,r.length-p.raw.length)+x.raw,a=a.substring(0,a.length-p.text.length)+x.text;break}else if((d==null?void 0:d.type)==="list"){const p=d,g=p.raw+`
|
|
51
|
+
`+i.join(`
|
|
52
|
+
`),x=this.list(g);s[s.length-1]=x,r=r.substring(0,r.length-d.raw.length)+x.raw,a=a.substring(0,a.length-p.raw.length)+x.raw,i=g.substring(s[s.length-1].raw.length).split(`
|
|
53
|
+
`);continue}}return{type:"blockquote",raw:r,tokens:s,text:a}}}list(n){let t=this.rules.block.list.exec(n);if(t){let i=t[1].trim();const r=i.length>1,a={type:"list",raw:"",ordered:r,start:r?+i.slice(0,-1):"",loose:!1,items:[]};i=r?`\\d{1,9}\\${i.slice(-1)}`:`\\${i}`,this.options.pedantic&&(i=r?i:"[*+-]");const s=new RegExp(`^( {0,3}${i})((?:[ ][^\\n]*)?(?:\\n|$))`);let c=!1;for(;n;){let f=!1,l="",o="";if(!(t=s.exec(n))||this.rules.block.hr.test(n))break;l=t[0],n=n.substring(l.length);let h=t[2].split(`
|
|
54
|
+
`,1)[0].replace(/^\t+/,_=>" ".repeat(3*_.length)),u=n.split(`
|
|
55
|
+
`,1)[0],d=!h.trim(),p=0;if(this.options.pedantic?(p=2,o=h.trimStart()):d?p=t[1].length+1:(p=t[2].search(/[^ ]/),p=p>4?1:p,o=h.slice(p),p+=t[1].length),d&&/^[ \t]*$/.test(u)&&(l+=u+`
|
|
56
|
+
`,n=n.substring(u.length+1),f=!0),!f){const _=new RegExp(`^ {0,${Math.min(3,p-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),b=new RegExp(`^ {0,${Math.min(3,p-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),m=new RegExp(`^ {0,${Math.min(3,p-1)}}(?:\`\`\`|~~~)`),w=new RegExp(`^ {0,${Math.min(3,p-1)}}#`),y=new RegExp(`^ {0,${Math.min(3,p-1)}}<(?:[a-z].*>|!--)`,"i");for(;n;){const v=n.split(`
|
|
57
|
+
`,1)[0];let D;if(u=v,this.options.pedantic?(u=u.replace(/^ {1,4}(?=( {4})*[^ ])/g," "),D=u):D=u.replace(/\t/g," "),m.test(u)||w.test(u)||y.test(u)||_.test(u)||b.test(u))break;if(D.search(/[^ ]/)>=p||!u.trim())o+=`
|
|
58
|
+
`+D.slice(p);else{if(d||h.replace(/\t/g," ").search(/[^ ]/)>=4||m.test(h)||w.test(h)||b.test(h))break;o+=`
|
|
59
|
+
`+u}!d&&!u.trim()&&(d=!0),l+=v+`
|
|
60
|
+
`,n=n.substring(v.length+1),h=D.slice(p)}}a.loose||(c?a.loose=!0:/\n[ \t]*\n[ \t]*$/.test(l)&&(c=!0));let g=null,x;this.options.gfm&&(g=/^\[[ xX]\] /.exec(o),g&&(x=g[0]!=="[ ] ",o=o.replace(/^\[[ xX]\] +/,""))),a.items.push({type:"list_item",raw:l,task:!!g,checked:x,loose:!1,text:o,tokens:[]}),a.raw+=l}a.items[a.items.length-1].raw=a.items[a.items.length-1].raw.trimEnd(),a.items[a.items.length-1].text=a.items[a.items.length-1].text.trimEnd(),a.raw=a.raw.trimEnd();for(let f=0;f<a.items.length;f++)if(this.lexer.state.top=!1,a.items[f].tokens=this.lexer.blockTokens(a.items[f].text,[]),!a.loose){const l=a.items[f].tokens.filter(h=>h.type==="space"),o=l.length>0&&l.some(h=>/\n.*\n/.test(h.raw));a.loose=o}if(a.loose)for(let f=0;f<a.items.length;f++)a.items[f].loose=!0;return a}}html(n){const t=this.rules.block.html.exec(n);if(t)return{type:"html",block:!0,raw:t[0],pre:t[1]==="pre"||t[1]==="script"||t[1]==="style",text:t[0]}}def(n){const t=this.rules.block.def.exec(n);if(t){const i=t[1].toLowerCase().replace(/\s+/g," "),r=t[2]?t[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",a=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):t[3];return{type:"def",tag:i,raw:t[0],href:r,title:a}}}table(n){const t=this.rules.block.table.exec(n);if(!t||!/[:|]/.test(t[2]))return;const i=Zc(t[1]),r=t[2].replace(/^\||\| *$/g,"").split("|"),a=t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split(`
|
|
61
|
+
`):[],s={type:"table",raw:t[0],header:[],align:[],rows:[]};if(i.length===r.length){for(const c of r)/^ *-+: *$/.test(c)?s.align.push("right"):/^ *:-+: *$/.test(c)?s.align.push("center"):/^ *:-+ *$/.test(c)?s.align.push("left"):s.align.push(null);for(let c=0;c<i.length;c++)s.header.push({text:i[c],tokens:this.lexer.inline(i[c]),header:!0,align:s.align[c]});for(const c of a)s.rows.push(Zc(c,s.header.length).map((f,l)=>({text:f,tokens:this.lexer.inline(f),header:!1,align:s.align[l]})));return s}}lheading(n){const t=this.rules.block.lheading.exec(n);if(t)return{type:"heading",raw:t[0],depth:t[2].charAt(0)==="="?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}paragraph(n){const t=this.rules.block.paragraph.exec(n);if(t){const i=t[1].charAt(t[1].length-1)===`
|
|
62
|
+
`?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:i,tokens:this.lexer.inline(i)}}}text(n){const t=this.rules.block.text.exec(n);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}escape(n){const t=this.rules.inline.escape.exec(n);if(t)return{type:"escape",raw:t[0],text:fn(t[1])}}tag(n){const t=this.rules.inline.tag.exec(n);if(t)return!this.lexer.state.inLink&&/^<a /i.test(t[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:t[0]}}link(n){const t=this.rules.inline.link.exec(n);if(t){const i=t[2].trim();if(!this.options.pedantic&&/^</.test(i)){if(!/>$/.test(i))return;const s=Wr(i.slice(0,-1),"\\");if((i.length-s.length)%2===0)return}else{const s=q2(t[2],"()");if(s>-1){const f=(t[0].indexOf("!")===0?5:4)+t[1].length+s;t[2]=t[2].substring(0,s),t[0]=t[0].substring(0,f).trim(),t[3]=""}}let r=t[2],a="";if(this.options.pedantic){const s=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(r);s&&(r=s[1],a=s[3])}else a=t[3]?t[3].slice(1,-1):"";return r=r.trim(),/^</.test(r)&&(this.options.pedantic&&!/>$/.test(i)?r=r.slice(1):r=r.slice(1,-1)),Qc(t,{href:r&&r.replace(this.rules.inline.anyPunctuation,"$1"),title:a&&a.replace(this.rules.inline.anyPunctuation,"$1")},t[0],this.lexer)}}reflink(n,t){let i;if((i=this.rules.inline.reflink.exec(n))||(i=this.rules.inline.nolink.exec(n))){const r=(i[2]||i[1]).replace(/\s+/g," "),a=t[r.toLowerCase()];if(!a){const s=i[0].charAt(0);return{type:"text",raw:s,text:s}}return Qc(i,a,i[0],this.lexer)}}emStrong(n,t,i=""){let r=this.rules.inline.emStrongLDelim.exec(n);if(!r||r[3]&&i.match(/[\p{L}\p{N}]/u))return;if(!(r[1]||r[2]||"")||!i||this.rules.inline.punctuation.exec(i)){const s=[...r[0]].length-1;let c,f,l=s,o=0;const h=r[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(h.lastIndex=0,t=t.slice(-1*n.length+s);(r=h.exec(t))!=null;){if(c=r[1]||r[2]||r[3]||r[4]||r[5]||r[6],!c)continue;if(f=[...c].length,r[3]||r[4]){l+=f;continue}else if((r[5]||r[6])&&s%3&&!((s+f)%3)){o+=f;continue}if(l-=f,l>0)continue;f=Math.min(f,f+l+o);const u=[...r[0]][0].length,d=n.slice(0,s+r.index+u+f);if(Math.min(s,f)%2){const g=d.slice(1,-1);return{type:"em",raw:d,text:g,tokens:this.lexer.inlineTokens(g)}}const p=d.slice(2,-2);return{type:"strong",raw:d,text:p,tokens:this.lexer.inlineTokens(p)}}}}codespan(n){const t=this.rules.inline.code.exec(n);if(t){let i=t[2].replace(/\n/g," ");const r=/[^ ]/.test(i),a=/^ /.test(i)&&/ $/.test(i);return r&&a&&(i=i.substring(1,i.length-1)),i=fn(i,!0),{type:"codespan",raw:t[0],text:i}}}br(n){const t=this.rules.inline.br.exec(n);if(t)return{type:"br",raw:t[0]}}del(n){const t=this.rules.inline.del.exec(n);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}autolink(n){const t=this.rules.inline.autolink.exec(n);if(t){let i,r;return t[2]==="@"?(i=fn(t[1]),r="mailto:"+i):(i=fn(t[1]),r=i),{type:"link",raw:t[0],text:i,href:r,tokens:[{type:"text",raw:i,text:i}]}}}url(n){var i;let t;if(t=this.rules.inline.url.exec(n)){let r,a;if(t[2]==="@")r=fn(t[0]),a="mailto:"+r;else{let s;do s=t[0],t[0]=((i=this.rules.inline._backpedal.exec(t[0]))==null?void 0:i[0])??"";while(s!==t[0]);r=fn(t[0]),t[1]==="www."?a="http://"+t[0]:a=t[0]}return{type:"link",raw:t[0],text:r,href:a,tokens:[{type:"text",raw:r,text:r}]}}}inlineText(n){const t=this.rules.inline.text.exec(n);if(t){let i;return this.lexer.state.inRawBlock?i=t[0]:i=fn(t[0]),{type:"text",raw:t[0],text:i}}}}const tv=/^(?:[ \t]*(?:\n|$))+/,nv=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,rv=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,mi=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,iv=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,Zf=/(?:[*+-]|\d{1,9}[.)])/,Qf=yt(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,Zf).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).getRegex(),hs=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,av=/^[^\n]+/,ds=/(?!\s*\])(?:\\.|[^\[\]\\])+/,sv=yt(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",ds).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),cv=yt(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,Zf).getRegex(),Qi="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",ps=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,ov=yt("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))","i").replace("comment",ps).replace("tag",Qi).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),Jf=yt(hs).replace("hr",mi).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Qi).getRegex(),fv=yt(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",Jf).getRegex(),gs={blockquote:fv,code:nv,def:sv,fences:rv,heading:iv,hr:mi,html:ov,lheading:Qf,list:cv,newline:tv,paragraph:Jf,table:ei,text:av},Jc=yt("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",mi).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3} )[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Qi).getRegex(),lv={...gs,table:Jc,paragraph:yt(hs).replace("hr",mi).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",Jc).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Qi).getRegex()},uv={...gs,html:yt(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",ps).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:ei,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:yt(hs).replace("hr",mi).replace("heading",` *#{1,6} *[^
|
|
63
|
+
]`).replace("lheading",Qf).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},qf=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,hv=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,el=/^( {2,}|\\)\n(?!\s*$)/,dv=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,vi="\\p{P}\\p{S}",pv=yt(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,vi).getRegex(),gv=/\[[^[\]]*?\]\((?:\\.|[^\\\(\)]|\((?:\\.|[^\\\(\)])*\))*\)|`[^`]*?`|<[^<>]*?>/g,xv=yt(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,vi).getRegex(),mv=yt("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,vi).getRegex(),vv=yt("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,vi).getRegex(),yv=yt(/\\([punct])/,"gu").replace(/punct/g,vi).getRegex(),bv=yt(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),_v=yt(ps).replace("(?:-->|$)","-->").getRegex(),wv=yt("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",_v).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),Vi=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Dv=yt(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",Vi).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),tl=yt(/^!?\[(label)\]\[(ref)\]/).replace("label",Vi).replace("ref",ds).getRegex(),nl=yt(/^!?\[(ref)\](?:\[\])?/).replace("ref",ds).getRegex(),Tv=yt("reflink|nolink(?!\\()","g").replace("reflink",tl).replace("nolink",nl).getRegex(),xs={_backpedal:ei,anyPunctuation:yv,autolink:bv,blockSkip:gv,br:el,code:hv,del:ei,emStrongLDelim:xv,emStrongRDelimAst:mv,emStrongRDelimUnd:vv,escape:qf,link:Dv,nolink:nl,punctuation:pv,reflink:tl,reflinkSearch:Tv,tag:wv,text:dv,url:ei},Ev={...xs,link:yt(/^!?\[(label)\]\((.*?)\)/).replace("label",Vi).getRegex(),reflink:yt(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Vi).getRegex()},Ra={...xs,escape:yt(qf).replace("])","~|])").getRegex(),url:yt(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},kv={...Ra,br:yt(el).replace("{2,}","*").getRegex(),text:yt(Ra.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},Si={normal:gs,gfm:lv,pedantic:uv},Pr={normal:xs,gfm:Ra,breaks:kv,pedantic:Ev};class xn{constructor(n){bt(this,"tokens");bt(this,"options");bt(this,"state");bt(this,"tokenizer");bt(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=n||vr,this.options.tokenizer=this.options.tokenizer||new Hi,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};const t={block:Si.normal,inline:Pr.normal};this.options.pedantic?(t.block=Si.pedantic,t.inline=Pr.pedantic):this.options.gfm&&(t.block=Si.gfm,this.options.breaks?t.inline=Pr.breaks:t.inline=Pr.gfm),this.tokenizer.rules=t}static get rules(){return{block:Si,inline:Pr}}static lex(n,t){return new xn(t).lex(n)}static lexInline(n,t){return new xn(t).inlineTokens(n)}lex(n){n=n.replace(/\r\n|\r/g,`
|
|
64
|
+
`),this.blockTokens(n,this.tokens);for(let t=0;t<this.inlineQueue.length;t++){const i=this.inlineQueue[t];this.inlineTokens(i.src,i.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(n,t=[],i=!1){this.options.pedantic&&(n=n.replace(/\t/g," ").replace(/^ +$/gm,""));let r,a,s;for(;n;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some(c=>(r=c.call({lexer:this},n,t))?(n=n.substring(r.raw.length),t.push(r),!0):!1))){if(r=this.tokenizer.space(n)){n=n.substring(r.raw.length),r.raw.length===1&&t.length>0?t[t.length-1].raw+=`
|
|
65
|
+
`:t.push(r);continue}if(r=this.tokenizer.code(n)){n=n.substring(r.raw.length),a=t[t.length-1],a&&(a.type==="paragraph"||a.type==="text")?(a.raw+=`
|
|
66
|
+
`+r.raw,a.text+=`
|
|
67
|
+
`+r.text,this.inlineQueue[this.inlineQueue.length-1].src=a.text):t.push(r);continue}if(r=this.tokenizer.fences(n)){n=n.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.heading(n)){n=n.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.hr(n)){n=n.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.blockquote(n)){n=n.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.list(n)){n=n.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.html(n)){n=n.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.def(n)){n=n.substring(r.raw.length),a=t[t.length-1],a&&(a.type==="paragraph"||a.type==="text")?(a.raw+=`
|
|
68
|
+
`+r.raw,a.text+=`
|
|
69
|
+
`+r.raw,this.inlineQueue[this.inlineQueue.length-1].src=a.text):this.tokens.links[r.tag]||(this.tokens.links[r.tag]={href:r.href,title:r.title});continue}if(r=this.tokenizer.table(n)){n=n.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.lheading(n)){n=n.substring(r.raw.length),t.push(r);continue}if(s=n,this.options.extensions&&this.options.extensions.startBlock){let c=1/0;const f=n.slice(1);let l;this.options.extensions.startBlock.forEach(o=>{l=o.call({lexer:this},f),typeof l=="number"&&l>=0&&(c=Math.min(c,l))}),c<1/0&&c>=0&&(s=n.substring(0,c+1))}if(this.state.top&&(r=this.tokenizer.paragraph(s))){a=t[t.length-1],i&&(a==null?void 0:a.type)==="paragraph"?(a.raw+=`
|
|
70
|
+
`+r.raw,a.text+=`
|
|
71
|
+
`+r.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=a.text):t.push(r),i=s.length!==n.length,n=n.substring(r.raw.length);continue}if(r=this.tokenizer.text(n)){n=n.substring(r.raw.length),a=t[t.length-1],a&&a.type==="text"?(a.raw+=`
|
|
72
|
+
`+r.raw,a.text+=`
|
|
73
|
+
`+r.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=a.text):t.push(r);continue}if(n){const c="Infinite loop on byte: "+n.charCodeAt(0);if(this.options.silent){console.error(c);break}else throw new Error(c)}}return this.state.top=!0,t}inline(n,t=[]){return this.inlineQueue.push({src:n,tokens:t}),t}inlineTokens(n,t=[]){let i,r,a,s=n,c,f,l;if(this.tokens.links){const o=Object.keys(this.tokens.links);if(o.length>0)for(;(c=this.tokenizer.rules.inline.reflinkSearch.exec(s))!=null;)o.includes(c[0].slice(c[0].lastIndexOf("[")+1,-1))&&(s=s.slice(0,c.index)+"["+"a".repeat(c[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(c=this.tokenizer.rules.inline.blockSkip.exec(s))!=null;)s=s.slice(0,c.index)+"["+"a".repeat(c[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;(c=this.tokenizer.rules.inline.anyPunctuation.exec(s))!=null;)s=s.slice(0,c.index)+"++"+s.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;n;)if(f||(l=""),f=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some(o=>(i=o.call({lexer:this},n,t))?(n=n.substring(i.raw.length),t.push(i),!0):!1))){if(i=this.tokenizer.escape(n)){n=n.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.tag(n)){n=n.substring(i.raw.length),r=t[t.length-1],r&&i.type==="text"&&r.type==="text"?(r.raw+=i.raw,r.text+=i.text):t.push(i);continue}if(i=this.tokenizer.link(n)){n=n.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.reflink(n,this.tokens.links)){n=n.substring(i.raw.length),r=t[t.length-1],r&&i.type==="text"&&r.type==="text"?(r.raw+=i.raw,r.text+=i.text):t.push(i);continue}if(i=this.tokenizer.emStrong(n,s,l)){n=n.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.codespan(n)){n=n.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.br(n)){n=n.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.del(n)){n=n.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.autolink(n)){n=n.substring(i.raw.length),t.push(i);continue}if(!this.state.inLink&&(i=this.tokenizer.url(n))){n=n.substring(i.raw.length),t.push(i);continue}if(a=n,this.options.extensions&&this.options.extensions.startInline){let o=1/0;const h=n.slice(1);let u;this.options.extensions.startInline.forEach(d=>{u=d.call({lexer:this},h),typeof u=="number"&&u>=0&&(o=Math.min(o,u))}),o<1/0&&o>=0&&(a=n.substring(0,o+1))}if(i=this.tokenizer.inlineText(a)){n=n.substring(i.raw.length),i.raw.slice(-1)!=="_"&&(l=i.raw.slice(-1)),f=!0,r=t[t.length-1],r&&r.type==="text"?(r.raw+=i.raw,r.text+=i.text):t.push(i);continue}if(n){const o="Infinite loop on byte: "+n.charCodeAt(0);if(this.options.silent){console.error(o);break}else throw new Error(o)}}return t}}class Gi{constructor(n){bt(this,"options");bt(this,"parser");this.options=n||vr}space(n){return""}code({text:n,lang:t,escaped:i}){var s;const r=(s=(t||"").match(/^\S*/))==null?void 0:s[0],a=n.replace(/\n$/,"")+`
|
|
74
|
+
`;return r?'<pre><code class="language-'+fn(r)+'">'+(i?a:fn(a,!0))+`</code></pre>
|
|
75
|
+
`:"<pre><code>"+(i?a:fn(a,!0))+`</code></pre>
|
|
76
|
+
`}blockquote({tokens:n}){return`<blockquote>
|
|
77
|
+
${this.parser.parse(n)}</blockquote>
|
|
78
|
+
`}html({text:n}){return n}heading({tokens:n,depth:t}){return`<h${t}>${this.parser.parseInline(n)}</h${t}>
|
|
79
|
+
`}hr(n){return`<hr>
|
|
80
|
+
`}list(n){const t=n.ordered,i=n.start;let r="";for(let c=0;c<n.items.length;c++){const f=n.items[c];r+=this.listitem(f)}const a=t?"ol":"ul",s=t&&i!==1?' start="'+i+'"':"";return"<"+a+s+`>
|
|
81
|
+
`+r+"</"+a+`>
|
|
82
|
+
`}listitem(n){let t="";if(n.task){const i=this.checkbox({checked:!!n.checked});n.loose?n.tokens.length>0&&n.tokens[0].type==="paragraph"?(n.tokens[0].text=i+" "+n.tokens[0].text,n.tokens[0].tokens&&n.tokens[0].tokens.length>0&&n.tokens[0].tokens[0].type==="text"&&(n.tokens[0].tokens[0].text=i+" "+n.tokens[0].tokens[0].text)):n.tokens.unshift({type:"text",raw:i+" ",text:i+" "}):t+=i+" "}return t+=this.parser.parse(n.tokens,!!n.loose),`<li>${t}</li>
|
|
83
|
+
`}checkbox({checked:n}){return"<input "+(n?'checked="" ':"")+'disabled="" type="checkbox">'}paragraph({tokens:n}){return`<p>${this.parser.parseInline(n)}</p>
|
|
84
|
+
`}table(n){let t="",i="";for(let a=0;a<n.header.length;a++)i+=this.tablecell(n.header[a]);t+=this.tablerow({text:i});let r="";for(let a=0;a<n.rows.length;a++){const s=n.rows[a];i="";for(let c=0;c<s.length;c++)i+=this.tablecell(s[c]);r+=this.tablerow({text:i})}return r&&(r=`<tbody>${r}</tbody>`),`<table>
|
|
85
|
+
<thead>
|
|
86
|
+
`+t+`</thead>
|
|
87
|
+
`+r+`</table>
|
|
88
|
+
`}tablerow({text:n}){return`<tr>
|
|
89
|
+
${n}</tr>
|
|
90
|
+
`}tablecell(n){const t=this.parser.parseInline(n.tokens),i=n.header?"th":"td";return(n.align?`<${i} align="${n.align}">`:`<${i}>`)+t+`</${i}>
|
|
91
|
+
`}strong({tokens:n}){return`<strong>${this.parser.parseInline(n)}</strong>`}em({tokens:n}){return`<em>${this.parser.parseInline(n)}</em>`}codespan({text:n}){return`<code>${n}</code>`}br(n){return"<br>"}del({tokens:n}){return`<del>${this.parser.parseInline(n)}</del>`}link({href:n,title:t,tokens:i}){const r=this.parser.parseInline(i),a=Kc(n);if(a===null)return r;n=a;let s='<a href="'+n+'"';return t&&(s+=' title="'+t+'"'),s+=">"+r+"</a>",s}image({href:n,title:t,text:i}){const r=Kc(n);if(r===null)return i;n=r;let a=`<img src="${n}" alt="${i}"`;return t&&(a+=` title="${t}"`),a+=">",a}text(n){return"tokens"in n&&n.tokens?this.parser.parseInline(n.tokens):n.text}}class ms{strong({text:n}){return n}em({text:n}){return n}codespan({text:n}){return n}del({text:n}){return n}html({text:n}){return n}text({text:n}){return n}link({text:n}){return""+n}image({text:n}){return""+n}br(){return""}}class mn{constructor(n){bt(this,"options");bt(this,"renderer");bt(this,"textRenderer");this.options=n||vr,this.options.renderer=this.options.renderer||new Gi,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new ms}static parse(n,t){return new mn(t).parse(n)}static parseInline(n,t){return new mn(t).parseInline(n)}parse(n,t=!0){let i="";for(let r=0;r<n.length;r++){const a=n[r];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[a.type]){const c=a,f=this.options.extensions.renderers[c.type].call({parser:this},c);if(f!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(c.type)){i+=f||"";continue}}const s=a;switch(s.type){case"space":{i+=this.renderer.space(s);continue}case"hr":{i+=this.renderer.hr(s);continue}case"heading":{i+=this.renderer.heading(s);continue}case"code":{i+=this.renderer.code(s);continue}case"table":{i+=this.renderer.table(s);continue}case"blockquote":{i+=this.renderer.blockquote(s);continue}case"list":{i+=this.renderer.list(s);continue}case"html":{i+=this.renderer.html(s);continue}case"paragraph":{i+=this.renderer.paragraph(s);continue}case"text":{let c=s,f=this.renderer.text(c);for(;r+1<n.length&&n[r+1].type==="text";)c=n[++r],f+=`
|
|
92
|
+
`+this.renderer.text(c);t?i+=this.renderer.paragraph({type:"paragraph",raw:f,text:f,tokens:[{type:"text",raw:f,text:f}]}):i+=f;continue}default:{const c='Token with "'+s.type+'" type was not found.';if(this.options.silent)return console.error(c),"";throw new Error(c)}}}return i}parseInline(n,t){t=t||this.renderer;let i="";for(let r=0;r<n.length;r++){const a=n[r];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[a.type]){const c=this.options.extensions.renderers[a.type].call({parser:this},a);if(c!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(a.type)){i+=c||"";continue}}const s=a;switch(s.type){case"escape":{i+=t.text(s);break}case"html":{i+=t.html(s);break}case"link":{i+=t.link(s);break}case"image":{i+=t.image(s);break}case"strong":{i+=t.strong(s);break}case"em":{i+=t.em(s);break}case"codespan":{i+=t.codespan(s);break}case"br":{i+=t.br(s);break}case"del":{i+=t.del(s);break}case"text":{i+=t.text(s);break}default:{const c='Token with "'+s.type+'" type was not found.';if(this.options.silent)return console.error(c),"";throw new Error(c)}}}return i}}class ti{constructor(n){bt(this,"options");bt(this,"block");this.options=n||vr}preprocess(n){return n}postprocess(n){return n}processAllTokens(n){return n}provideLexer(){return this.block?xn.lex:xn.lexInline}provideParser(){return this.block?mn.parse:mn.parseInline}}bt(ti,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));class Fv{constructor(...n){bt(this,"defaults",us());bt(this,"options",this.setOptions);bt(this,"parse",this.parseMarkdown(!0));bt(this,"parseInline",this.parseMarkdown(!1));bt(this,"Parser",mn);bt(this,"Renderer",Gi);bt(this,"TextRenderer",ms);bt(this,"Lexer",xn);bt(this,"Tokenizer",Hi);bt(this,"Hooks",ti);this.use(...n)}walkTokens(n,t){var r,a;let i=[];for(const s of n)switch(i=i.concat(t.call(this,s)),s.type){case"table":{const c=s;for(const f of c.header)i=i.concat(this.walkTokens(f.tokens,t));for(const f of c.rows)for(const l of f)i=i.concat(this.walkTokens(l.tokens,t));break}case"list":{const c=s;i=i.concat(this.walkTokens(c.items,t));break}default:{const c=s;(a=(r=this.defaults.extensions)==null?void 0:r.childTokens)!=null&&a[c.type]?this.defaults.extensions.childTokens[c.type].forEach(f=>{const l=c[f].flat(1/0);i=i.concat(this.walkTokens(l,t))}):c.tokens&&(i=i.concat(this.walkTokens(c.tokens,t)))}}return i}use(...n){const t=this.defaults.extensions||{renderers:{},childTokens:{}};return n.forEach(i=>{const r={...i};if(r.async=this.defaults.async||r.async||!1,i.extensions&&(i.extensions.forEach(a=>{if(!a.name)throw new Error("extension name required");if("renderer"in a){const s=t.renderers[a.name];s?t.renderers[a.name]=function(...c){let f=a.renderer.apply(this,c);return f===!1&&(f=s.apply(this,c)),f}:t.renderers[a.name]=a.renderer}if("tokenizer"in a){if(!a.level||a.level!=="block"&&a.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");const s=t[a.level];s?s.unshift(a.tokenizer):t[a.level]=[a.tokenizer],a.start&&(a.level==="block"?t.startBlock?t.startBlock.push(a.start):t.startBlock=[a.start]:a.level==="inline"&&(t.startInline?t.startInline.push(a.start):t.startInline=[a.start]))}"childTokens"in a&&a.childTokens&&(t.childTokens[a.name]=a.childTokens)}),r.extensions=t),i.renderer){const a=this.defaults.renderer||new Gi(this.defaults);for(const s in i.renderer){if(!(s in a))throw new Error(`renderer '${s}' does not exist`);if(["options","parser"].includes(s))continue;const c=s,f=i.renderer[c],l=a[c];a[c]=(...o)=>{let h=f.apply(a,o);return h===!1&&(h=l.apply(a,o)),h||""}}r.renderer=a}if(i.tokenizer){const a=this.defaults.tokenizer||new Hi(this.defaults);for(const s in i.tokenizer){if(!(s in a))throw new Error(`tokenizer '${s}' does not exist`);if(["options","rules","lexer"].includes(s))continue;const c=s,f=i.tokenizer[c],l=a[c];a[c]=(...o)=>{let h=f.apply(a,o);return h===!1&&(h=l.apply(a,o)),h}}r.tokenizer=a}if(i.hooks){const a=this.defaults.hooks||new ti;for(const s in i.hooks){if(!(s in a))throw new Error(`hook '${s}' does not exist`);if(["options","block"].includes(s))continue;const c=s,f=i.hooks[c],l=a[c];ti.passThroughHooks.has(s)?a[c]=o=>{if(this.defaults.async)return Promise.resolve(f.call(a,o)).then(u=>l.call(a,u));const h=f.call(a,o);return l.call(a,h)}:a[c]=(...o)=>{let h=f.apply(a,o);return h===!1&&(h=l.apply(a,o)),h}}r.hooks=a}if(i.walkTokens){const a=this.defaults.walkTokens,s=i.walkTokens;r.walkTokens=function(c){let f=[];return f.push(s.call(this,c)),a&&(f=f.concat(a.call(this,c))),f}}this.defaults={...this.defaults,...r}}),this}setOptions(n){return this.defaults={...this.defaults,...n},this}lexer(n,t){return xn.lex(n,t??this.defaults)}parser(n,t){return mn.parse(n,t??this.defaults)}parseMarkdown(n){return(i,r)=>{const a={...r},s={...this.defaults,...a},c=this.onError(!!s.silent,!!s.async);if(this.defaults.async===!0&&a.async===!1)return c(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof i>"u"||i===null)return c(new Error("marked(): input parameter is undefined or null"));if(typeof i!="string")return c(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(i)+", string expected"));s.hooks&&(s.hooks.options=s,s.hooks.block=n);const f=s.hooks?s.hooks.provideLexer():n?xn.lex:xn.lexInline,l=s.hooks?s.hooks.provideParser():n?mn.parse:mn.parseInline;if(s.async)return Promise.resolve(s.hooks?s.hooks.preprocess(i):i).then(o=>f(o,s)).then(o=>s.hooks?s.hooks.processAllTokens(o):o).then(o=>s.walkTokens?Promise.all(this.walkTokens(o,s.walkTokens)).then(()=>o):o).then(o=>l(o,s)).then(o=>s.hooks?s.hooks.postprocess(o):o).catch(c);try{s.hooks&&(i=s.hooks.preprocess(i));let o=f(i,s);s.hooks&&(o=s.hooks.processAllTokens(o)),s.walkTokens&&this.walkTokens(o,s.walkTokens);let h=l(o,s);return s.hooks&&(h=s.hooks.postprocess(h)),h}catch(o){return c(o)}}}onError(n,t){return i=>{if(i.message+=`
|
|
93
|
+
Please report this to https://github.com/markedjs/marked.`,n){const r="<p>An error occurred:</p><pre>"+fn(i.message+"",!0)+"</pre>";return t?Promise.resolve(r):r}if(t)return Promise.reject(i);throw i}}}const ur=new Fv;function vt(e,n){return ur.parse(e,n)}vt.options=vt.setOptions=function(e){return ur.setOptions(e),vt.defaults=ur.defaults,$f(vt.defaults),vt};vt.getDefaults=us;vt.defaults=vr;vt.use=function(...e){return ur.use(...e),vt.defaults=ur.defaults,$f(vt.defaults),vt};vt.walkTokens=function(e,n){return ur.walkTokens(e,n)};vt.parseInline=ur.parseInline;vt.Parser=mn;vt.parser=mn.parse;vt.Renderer=Gi;vt.TextRenderer=ms;vt.Lexer=xn;vt.lexer=xn.lex;vt.Tokenizer=Hi;vt.Hooks=ti;vt.parse=vt;vt.options;vt.setOptions;vt.use;vt.walkTokens;vt.parseInline;mn.parse;xn.lex;var Un=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Uv(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Ii(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var ba={exports:{}},qc;function Av(){return qc||(qc=1,(function(e,n){(function(t){e.exports=t()})(function(){return(function t(i,r,a){function s(l,o){if(!r[l]){if(!i[l]){var h=typeof Ii=="function"&&Ii;if(!o&&h)return h(l,!0);if(c)return c(l,!0);var u=new Error("Cannot find module '"+l+"'");throw u.code="MODULE_NOT_FOUND",u}var d=r[l]={exports:{}};i[l][0].call(d.exports,function(p){var g=i[l][1][p];return s(g||p)},d,d.exports,t,i,r,a)}return r[l].exports}for(var c=typeof Ii=="function"&&Ii,f=0;f<a.length;f++)s(a[f]);return s})({1:[function(t,i,r){var a=t("../../lib/promises");r.Files=s;function s(){function c(f){return a.reject(new Error("could not open external image: '"+f+`'
|
|
94
|
+
cannot open linked files from a web browser`))}return{read:c}}},{"../../lib/promises":23}],2:[function(t,i,r){var a=t("../lib/promises"),s=t("../lib/zipfile");r.openZip=c;function c(f){return f.arrayBuffer?a.resolve(s.openArrayBuffer(f.arrayBuffer)):a.reject(new Error("Could not find file in options"))}},{"../lib/promises":23,"../lib/zipfile":40}],3:[function(t,i,r){var a=t("underscore"),s=t("./promises"),c=t("./documents"),f=t("./styles/html-paths"),l=t("./results"),o=t("./images"),h=t("./html"),u=t("./writers");r.DocumentConverter=d;function d(y){return{convertToHtml:function(v){var D=a.indexBy(v.type===c.types.document?v.comments:[],"commentId"),E=new p(y,D);return E.convertToHtml(v)}}}function p(y,v){var D=1,E=[],I=[];y=a.extend({ignoreEmptyParagraphs:!0},y);var U=y.idPrefix===void 0?"":y.idPrefix,R=y.ignoreEmptyParagraphs,S=f.topLevelElement("p"),M=y.styleMap||[];function L(C){var ve=[],ge=le(C,ve,{}),re=[];m(ge,function(T){T.type==="deferred"&&re.push(T)});var A={};return s.mapSeries(re,function(T){return T.value().then(function(F){A[T.id]=F})}).then(function(){function T(P){return b(P,function(V){return V.type==="deferred"?A[V.id]:V.children?[a.extend({},V,{children:T(V.children)})]:[V]})}var F=u.writer({prettyPrint:y.prettyPrint,outputFormat:y.outputFormat});return h.write(F,h.simplify(T(ge))),new l.Result(F.asString(),ve)})}function Y(C,ve,ge){return b(C,function(re){return le(re,ve,ge)})}function le(C,ve,ge){if(!ge)throw new Error("options not set");var re=Qe[C.type];return re?re(C,ve,ge):[]}function N(C,ve,ge){return ee(C,ve).wrap(function(){var re=Y(C.children,ve,ge);return R?re:[h.forceWrite].concat(re)})}function ee(C,ve){var ge=O(C);return ge?ge.to:(C.styleId&&ve.push(_("paragraph",C)),S)}function k(C,ve,ge){var re=function(){return Y(C.children,ve,ge)},A=[];if(C.highlight!==null){var T=G({type:"highlight",color:C.highlight});T&&A.push(T)}C.isSmallCaps&&A.push(ce("smallCaps")),C.isAllCaps&&A.push(ce("allCaps")),C.isStrikethrough&&A.push(ce("strikethrough","s")),C.isUnderline&&A.push(ce("underline")),C.verticalAlignment===c.verticalAlignment.subscript&&A.push(f.element("sub",{},{fresh:!1})),C.verticalAlignment===c.verticalAlignment.superscript&&A.push(f.element("sup",{},{fresh:!1})),C.isItalic&&A.push(ce("italic","em")),C.isBold&&A.push(ce("bold","strong"));var F=f.empty,P=O(C);return P?F=P.to:C.styleId&&ve.push(_("run",C)),A.push(F),A.forEach(function(V){re=V.wrap.bind(V,re)}),re()}function ce(C,ve){var ge=G({type:C});return ge||(ve?f.element(ve,{},{fresh:!1}):f.empty)}function G(C,ve){var ge=O(C);return ge?ge.to:ve}function O(C){for(var ve=0;ve<M.length;ve++)if(M[ve].from.matches(C))return M[ve]}function Z(C){return function(ve,ge){return s.attempt(function(){return C(ve,ge)}).caught(function(re){return ge.push(l.error(re)),[]})}}function W(C){return z(C.noteType,C.noteId)}function K(C){return ie(C.noteType,C.noteId)}function z(C,ve){return De(C+"-"+ve)}function ie(C,ve){return De(C+"-ref-"+ve)}function De(C){return U+C}var ae=f.elements([f.element("table",{},{fresh:!0})]);function de(C,ve,ge){return G(C,ae).wrap(function(){return Le(C,ve,ge)})}function Le(C,ve,ge){var re=a.findIndex(C.children,function(P){return!P.type===c.types.tableRow||!P.isHeader});re===-1&&(re=C.children.length);var A;if(re===0)A=Y(C.children,ve,a.extend({},ge,{isTableHeader:!1}));else{var T=Y(C.children.slice(0,re),ve,a.extend({},ge,{isTableHeader:!0})),F=Y(C.children.slice(re),ve,a.extend({},ge,{isTableHeader:!1}));A=[h.freshElement("thead",{},T),h.freshElement("tbody",{},F)]}return[h.forceWrite].concat(A)}function te(C,ve,ge){var re=Y(C.children,ve,ge);return[h.freshElement("tr",{},[h.forceWrite].concat(re))]}function Ie(C,ve,ge){var re=ge.isTableHeader?"th":"td",A=Y(C.children,ve,ge),T={};return C.colSpan!==1&&(T.colspan=C.colSpan.toString()),C.rowSpan!==1&&(T.rowspan=C.rowSpan.toString()),[h.freshElement(re,T,[h.forceWrite].concat(A))]}function Ne(C,ve,ge){return G(C,f.ignore).wrap(function(){var re=v[C.commentId],A=I.length+1,T="["+w(re)+A+"]";return I.push({label:T,comment:re}),[h.freshElement("a",{href:"#"+z("comment",C.commentId),id:ie("comment",C.commentId)},[h.text(T)])]})}function Pe(C,ve,ge){var re=C.label,A=C.comment,T=Y(A.body,ve,ge).concat([h.nonFreshElement("p",{},[h.text(" "),h.freshElement("a",{href:"#"+ie("comment",A.commentId)},[h.text("↑")])])]);return[h.freshElement("dt",{id:z("comment",A.commentId)},[h.text("Comment "+re)]),h.freshElement("dd",{},T)]}function Me(C,ve,ge){return Oe(C).wrap(function(){return[]})}function Oe(C){var ve=O(C);return ve?ve.to:C.breakType==="line"?f.topLevelElement("br"):f.empty}var Qe={document:function(C,ve,ge){var re=Y(C.children,ve,ge),A=E.map(function(F){return C.notes.resolve(F)}),T=Y(A,ve,ge);return re.concat([h.freshElement("ol",{},T),h.freshElement("dl",{},b(I,function(F){return Pe(F,ve,ge)}))])},paragraph:N,run:k,text:function(C,ve,ge){return[h.text(C.value)]},tab:function(C,ve,ge){return[h.text(" ")]},hyperlink:function(C,ve,ge){var re=C.anchor?"#"+De(C.anchor):C.href,A={href:re};C.targetFrame!=null&&(A.target=C.targetFrame);var T=Y(C.children,ve,ge);return[h.nonFreshElement("a",A,T)]},checkbox:function(C){var ve={type:"checkbox"};return C.checked&&(ve.checked="checked"),[h.freshElement("input",ve)]},bookmarkStart:function(C,ve,ge){var re=h.freshElement("a",{id:De(C.name)},[h.forceWrite]);return[re]},noteReference:function(C,ve,ge){E.push(C);var re=h.freshElement("a",{href:"#"+W(C),id:K(C)},[h.text("["+D+++"]")]);return[h.freshElement("sup",{},[re])]},note:function(C,ve,ge){var re=Y(C.body,ve,ge),A=h.elementWithTag(f.element("p",{},{fresh:!1}),[h.text(" "),h.freshElement("a",{href:"#"+K(C)},[h.text("↑")])]),T=re.concat([A]);return h.freshElement("li",{id:W(C)},T)},commentReference:Ne,comment:Pe,image:x(Z(y.convertImage||o.dataUri)),table:de,tableRow:te,tableCell:Ie,break:Me};return{convertToHtml:L}}var g=1;function x(y){return function(v,D,E){return[{type:"deferred",id:g++,value:function(){return y(v,D,E)}}]}}function _(y,v){return l.warning("Unrecognised "+y+" style: '"+v.styleName+"' (Style ID: "+v.styleId+")")}function b(y,v){return a.flatten(y.map(v),!0)}function m(y,v){y.forEach(function(D){v(D),D.children&&m(D.children,v)})}var w=r.commentAuthorLabel=function(v){return v.authorInitials||""}},{"./documents":4,"./html":18,"./images":20,"./promises":23,"./results":25,"./styles/html-paths":28,"./writers":33,underscore:102}],4:[function(t,i,r){(function(a){var s=t("underscore"),c=r.types={document:"document",paragraph:"paragraph",run:"run",text:"text",tab:"tab",checkbox:"checkbox",hyperlink:"hyperlink",noteReference:"noteReference",image:"image",note:"note",commentReference:"commentReference",comment:"comment",table:"table",tableRow:"tableRow",tableCell:"tableCell",break:"break",bookmarkStart:"bookmarkStart"};function f(S,M){return M=M||{},{type:c.document,children:S,notes:M.notes||new _({}),comments:M.comments||[]}}function l(S,M){M=M||{};var L=M.indent||{};return{type:c.paragraph,children:S,styleId:M.styleId||null,styleName:M.styleName||null,numbering:M.numbering||null,alignment:M.alignment||null,indent:{start:L.start||null,end:L.end||null,firstLine:L.firstLine||null,hanging:L.hanging||null}}}function o(S,M){return M=M||{},{type:c.run,children:S,styleId:M.styleId||null,styleName:M.styleName||null,isBold:!!M.isBold,isUnderline:!!M.isUnderline,isItalic:!!M.isItalic,isStrikethrough:!!M.isStrikethrough,isAllCaps:!!M.isAllCaps,isSmallCaps:!!M.isSmallCaps,verticalAlignment:M.verticalAlignment||h.baseline,font:M.font||null,fontSize:M.fontSize||null,highlight:M.highlight||null}}var h={baseline:"baseline",superscript:"superscript",subscript:"subscript"};function u(S){return{type:c.text,value:S}}function d(){return{type:c.tab}}function p(S){return{type:c.checkbox,checked:S.checked}}function g(S,M){return{type:c.hyperlink,children:S,href:M.href,anchor:M.anchor,targetFrame:M.targetFrame}}function x(S){return{type:c.noteReference,noteType:S.noteType,noteId:S.noteId}}function _(S){this._notes=s.indexBy(S,function(M){return y(M.noteType,M.noteId)})}_.prototype.resolve=function(S){return this.findNoteByKey(y(S.noteType,S.noteId))},_.prototype.findNoteByKey=function(S){return this._notes[S]||null};function b(S){return{type:c.note,noteType:S.noteType,noteId:S.noteId,body:S.body}}function m(S){return{type:c.commentReference,commentId:S.commentId}}function w(S){return{type:c.comment,commentId:S.commentId,body:S.body,authorName:S.authorName,authorInitials:S.authorInitials}}function y(S,M){return S+"-"+M}function v(S){return{type:c.image,read:function(M){return M?S.readImage(M):S.readImage().then(function(L){return a.from(L)})},readAsArrayBuffer:function(){return S.readImage()},readAsBase64String:function(){return S.readImage("base64")},readAsBuffer:function(){return S.readImage().then(function(M){return a.from(M)})},altText:S.altText,contentType:S.contentType}}function D(S,M){return M=M||{},{type:c.table,children:S,styleId:M.styleId||null,styleName:M.styleName||null}}function E(S,M){return M=M||{},{type:c.tableRow,children:S,isHeader:M.isHeader||!1}}function I(S,M){return M=M||{},{type:c.tableCell,children:S,colSpan:M.colSpan==null?1:M.colSpan,rowSpan:M.rowSpan==null?1:M.rowSpan}}function U(S){return{type:c.break,breakType:S}}function R(S){return{type:c.bookmarkStart,name:S.name}}r.document=r.Document=f,r.paragraph=r.Paragraph=l,r.run=r.Run=o,r.text=r.Text=u,r.tab=r.Tab=d,r.checkbox=r.Checkbox=p,r.Hyperlink=g,r.noteReference=r.NoteReference=x,r.Notes=_,r.Note=b,r.commentReference=m,r.comment=w,r.Image=v,r.Table=D,r.TableRow=E,r.TableCell=I,r.lineBreak=U("line"),r.pageBreak=U("page"),r.columnBreak=U("column"),r.BookmarkStart=R,r.verticalAlignment=h}).call(this,t("buffer").Buffer)},{buffer:83,underscore:102}],5:[function(t,i,r){r.createBodyReader=d,r._readNumberingProperties=g;var a=t("dingbat-to-unicode"),s=t("underscore"),c=t("../documents"),f=t("../results").Result,l=t("../results").warning,o=t("../xml"),h=t("../transforms"),u=t("./uris");function d(U){return{readXmlElement:function(R){return new p(U).readXmlElement(R)},readXmlElements:function(R){return new p(U).readXmlElements(R)}}}function p(U){var R=[],S=[],M=[],L=U.relationships,Y=U.contentTypes,le=U.docxFile,N=U.files,ee=U.numbering,k=U.styles;function ce(be){var Be=be.map(G);return D(Be)}function G(be){if(be.type==="element"){var Be=re[be.name];if(Be)return Be(be);if(!Object.prototype.hasOwnProperty.call(_,be.name)){var Xe=l("An unrecognised element was ignored: "+be.name);return b([Xe])}}return m()}function O(be){return ae(be).map(function(Be){return{type:"paragraphProperties",styleId:Be.styleId,styleName:Be.name,alignment:be.firstOrEmpty("w:jc").attributes["w:val"],numbering:g(Be.styleId,be.firstOrEmpty("w:numPr"),ee),indent:Z(be.firstOrEmpty("w:ind"))}})}function Z(be){return{start:be.attributes["w:start"]||be.attributes["w:left"],end:be.attributes["w:end"]||be.attributes["w:right"],firstLine:be.attributes["w:firstLine"],hanging:be.attributes["w:hanging"]}}function W(be){return de(be).map(function(Be){var Xe=be.firstOrEmpty("w:sz").attributes["w:val"],Ke=/^[0-9]+$/.test(Xe)?parseInt(Xe,10)/2:null;return{type:"runProperties",styleId:Be.styleId,styleName:Be.name,verticalAlignment:be.firstOrEmpty("w:vertAlign").attributes["w:val"],font:be.firstOrEmpty("w:rFonts").attributes["w:ascii"],fontSize:Ke,isBold:z(be.first("w:b")),isUnderline:K(be.first("w:u")),isItalic:z(be.first("w:i")),isStrikethrough:z(be.first("w:strike")),isAllCaps:z(be.first("w:caps")),isSmallCaps:z(be.first("w:smallCaps")),highlight:De(be.firstOrEmpty("w:highlight").attributes["w:val"])}})}function K(be){if(be){var Be=be.attributes["w:val"];return Be!==void 0&&Be!=="false"&&Be!=="0"&&Be!=="none"}else return!1}function z(be){if(be){var Be=be.attributes["w:val"];return Be!=="false"&&Be!=="0"}else return!1}function ie(be){return be!=="false"&&be!=="0"}function De(be){return!be||be==="none"?null:be}function ae(be){return te(be,"w:pStyle","Paragraph",k.findParagraphStyleById)}function de(be){return te(be,"w:rStyle","Run",k.findCharacterStyleById)}function Le(be){return te(be,"w:tblStyle","Table",k.findTableStyleById)}function te(be,Be,Xe,Ke){var Je=[],ct=be.first(Be),xt=null,Et=null;if(ct&&(xt=ct.attributes["w:val"],xt)){var j=Ke(xt);j?Et=j.name:Je.push(at(Xe,xt))}return y({styleId:xt,name:Et},Je)}function Ie(be){var Be=be.attributes["w:fldCharType"];if(Be==="begin")R.push({type:"begin",fldChar:be}),S=[];else if(Be==="end"){var Xe=R.pop();if(Xe.type==="begin"&&(Xe=Pe(Xe)),Xe.type==="checkbox")return w(c.checkbox({checked:Xe.checked}))}else if(Be==="separate"){var Ke=R.pop(),Je=Pe(Ke);R.push(Je)}return m()}function Ne(){var be=s.last(R.filter(function(Be){return Be.type==="hyperlink"}));return be?be.options:null}function Pe(be){return Me(S.join(""),be.type==="begin"?be.fldChar:o.emptyElement)}function Me(be,Be){var Xe=/^\s*HYPERLINK\s+(\\l\s+)?(?:"(.*)"|([^\\]\S*))/.exec(be);if(Xe){var Ke=Xe[2]===void 0?Xe[3]:Xe[2],Je=Xe[1]===void 0?{href:Ke}:{anchor:Ke};return{type:"hyperlink",options:Je}}var ct=/\s*FORMCHECKBOX\s*/.exec(be);if(ct){var xt=Be.firstOrEmpty("w:ffData").firstOrEmpty("w:checkBox"),Et=xt.first("w:checked"),j=Et==null?z(xt.first("w:default")):z(Et);return{type:"checkbox",checked:j}}return{type:"unknown"}}function Oe(be){return S.push(be.text()),m()}function Qe(be){var Be=be.attributes["w:font"],Xe=be.attributes["w:char"],Ke=a.hex(Be,Xe);return Ke==null&&/^F0..$/.test(Xe)&&(Ke=a.hex(Be,Xe.substring(2))),Ke==null?b([l("A w:sym element with an unsupported character was ignored: char "+Xe+" in font "+Be)]):w(new c.Text(Ke.string))}function C(be){return function(Be){var Xe=Be.attributes["w:id"];return w(new c.NoteReference({noteType:be,noteId:Xe}))}}function ve(be){return w(c.commentReference({commentId:be.attributes["w:id"]}))}function ge(be){return ce(be.children)}var re={"w:p":function(be){var Be=be.firstOrEmpty("w:pPr"),Xe=!!Be.firstOrEmpty("w:rPr").first("w:del");if(Xe)return be.children.forEach(function(Je){M.push(Je)}),m();var Ke=be.children;return M.length>0&&(Ke=M.concat(Ke),M=[]),v.map(O(Be),ce(Ke),function(Je,ct){return new c.Paragraph(ct,Je)}).insertExtra()},"w:r":function(be){return v.map(W(be.firstOrEmpty("w:rPr")),ce(be.children),function(Be,Xe){var Ke=Ne();return Ke!==null&&(Xe=[new c.Hyperlink(Xe,Ke)]),new c.Run(Xe,Be)})},"w:fldChar":Ie,"w:instrText":Oe,"w:t":function(be){return w(new c.Text(be.text()))},"w:tab":function(be){return w(new c.Tab)},"w:noBreakHyphen":function(){return w(new c.Text("‑"))},"w:softHyphen":function(be){return w(new c.Text(""))},"w:sym":Qe,"w:hyperlink":function(be){var Be=be.attributes["r:id"],Xe=be.attributes["w:anchor"];return ce(be.children).map(function(Ke){function Je(xt){var Et=be.attributes["w:tgtFrame"]||null;return new c.Hyperlink(Ke,s.extend({targetFrame:Et},xt))}if(Be){var ct=L.findTargetByRelationshipId(Be);return Xe&&(ct=u.replaceFragment(ct,Xe)),Je({href:ct})}else return Xe?Je({anchor:Xe}):Ke})},"w:tbl":A,"w:tr":F,"w:tc":P,"w:footnoteReference":C("footnote"),"w:endnoteReference":C("endnote"),"w:commentReference":ve,"w:br":function(be){var Be=be.attributes["w:type"];return Be==null||Be==="textWrapping"?w(c.lineBreak):Be==="page"?w(c.pageBreak):Be==="column"?w(c.columnBreak):b([l("Unsupported break type: "+Be)])},"w:bookmarkStart":function(be){var Be=be.attributes["w:name"];return Be==="_GoBack"?m():w(new c.BookmarkStart({name:Be}))},"mc:AlternateContent":function(be){return ge(be.firstOrEmpty("mc:Fallback"))},"w:sdt":function(be){var Be=ce(be.firstOrEmpty("w:sdtContent").children);return Be.map(function(Xe){var Ke=be.firstOrEmpty("w:sdtPr").first("wordml:checkbox");if(Ke){var Je=Ke.first("wordml:checked"),ct=!!Je&&ie(Je.attributes["wordml:val"]),xt=c.checkbox({checked:ct}),Et=!1,j=Xe.map(h._elementsOfType(c.types.text,function(J){return J.value.length>0&&!Et?(Et=!0,xt):J}));return Et?j:xt}else return Xe})},"w:ins":ge,"w:object":ge,"w:smartTag":ge,"w:drawing":ge,"w:pict":function(be){return ge(be).toExtra()},"v:roundrect":ge,"v:shape":ge,"v:textbox":ge,"w:txbxContent":ge,"wp:inline":q,"wp:anchor":q,"v:imagedata":$e,"v:group":ge,"v:rect":ge};return{readXmlElement:G,readXmlElements:ce};function A(be){var Be=T(be.firstOrEmpty("w:tblPr"));return ce(be.children).flatMap(pe).flatMap(function(Xe){return Be.map(function(Ke){return c.Table(Xe,Ke)})})}function T(be){return Le(be).map(function(Be){return{styleId:Be.styleId,styleName:Be.name}})}function F(be){var Be=be.firstOrEmpty("w:trPr"),Xe=!!Be.first("w:del");if(Xe)return m();var Ke=!!Be.first("w:tblHeader");return ce(be.children).map(function(Je){return c.TableRow(Je,{isHeader:Ke})})}function P(be){return ce(be.children).map(function(Be){var Xe=be.firstOrEmpty("w:tcPr"),Ke=Xe.firstOrEmpty("w:gridSpan").attributes["w:val"],Je=Ke?parseInt(Ke,10):1,ct=c.TableCell(Be,{colSpan:Je});return ct._vMerge=V(Xe),ct})}function V(be){var Be=be.first("w:vMerge");if(Be){var Xe=Be.attributes["w:val"];return Xe==="continue"||!Xe}else return null}function pe(be){var Be=s.any(be,function(Je){return Je.type!==c.types.tableRow});if(Be)return Q(be),y(be,[l("unexpected non-row element in table, cell merging may be incorrect")]);var Xe=s.any(be,function(Je){return s.any(Je.children,function(ct){return ct.type!==c.types.tableCell})});if(Xe)return Q(be),y(be,[l("unexpected non-cell element in table row, cell merging may be incorrect")]);var Ke={};return be.forEach(function(Je){var ct=0;Je.children.forEach(function(xt){xt._vMerge&&Ke[ct]?Ke[ct].rowSpan++:(Ke[ct]=xt,xt._vMerge=!1),ct+=xt.colSpan})}),be.forEach(function(Je){Je.children=Je.children.filter(function(ct){return!ct._vMerge}),Je.children.forEach(function(ct){delete ct._vMerge})}),w(be)}function Q(be){be.forEach(function(Be){var Xe=h.getDescendantsOfType(Be,c.types.tableCell);Xe.forEach(function(Ke){delete Ke._vMerge})})}function q(be){var Be=be.getElementsByTagName("a:graphic").getElementsByTagName("a:graphicData").getElementsByTagName("pic:pic").getElementsByTagName("pic:blipFill").getElementsByTagName("a:blip");return D(Be.map(ye.bind(null,be)))}function ye(be,Be){var Xe=be.firstOrEmpty("wp:docPr"),Ke=Xe.attributes,Je=Fe(Ke.descr)?Ke.title:Ke.descr,ct=Ue(Be);return ct===null?b([l("Could not find image file for a:blip element")]):Ye(ct,Je).map(function(xt){var Et=Xe.firstOrEmpty("a:hlinkClick"),j=Et.attributes["r:id"];if(j){var J=L.findTargetByRelationshipId(j);return new c.Hyperlink([xt],{href:J})}else return xt})}function Fe(be){return be==null||/^\s*$/.test(be)}function Ue(be){var Be=be.attributes["r:embed"],Xe=be.attributes["r:link"];if(Be)return qe(Be);if(Xe){var Ke=L.findTargetByRelationshipId(Xe);return{path:Ke,read:N.read.bind(N,Ke)}}else return null}function $e(be){var Be=be.attributes["r:id"];return Be?Ye(qe(Be),be.attributes["o:title"]):b([l("A v:imagedata element without a relationship ID was ignored")])}function qe(be){var Be=u.uriToZipEntryName("word",L.findTargetByRelationshipId(be));return{path:Be,read:le.read.bind(le,Be)}}function Ye(be,Be){var Xe=Y.findContentType(be.path),Ke=c.Image({readImage:be.read,altText:Be,contentType:Xe}),Je=x[Xe]?[]:l("Image of type "+Xe+" is unlikely to display in web browsers");return y(Ke,Je)}function at(be,Be){return l(be+" style with ID "+Be+" was referenced but not defined in the document")}}function g(U,R,S){var M=R.firstOrEmpty("w:ilvl").attributes["w:val"],L=R.firstOrEmpty("w:numId").attributes["w:val"];if(M!==void 0&&L!==void 0)return S.findLevel(L,M);if(U!=null){var Y=S.findLevelByParagraphStyleId(U);if(Y!=null)return Y}return L!==void 0?S.findLevel(L,"0"):null}var x={"image/png":!0,"image/gif":!0,"image/jpeg":!0,"image/svg+xml":!0,"image/tiff":!0},_={"office-word:wrap":!0,"v:shadow":!0,"v:shapetype":!0,"w:annotationRef":!0,"w:bookmarkEnd":!0,"w:sectPr":!0,"w:proofErr":!0,"w:lastRenderedPageBreak":!0,"w:commentRangeStart":!0,"w:commentRangeEnd":!0,"w:del":!0,"w:footnoteRef":!0,"w:endnoteRef":!0,"w:pPr":!0,"w:rPr":!0,"w:tblPr":!0,"w:tblGrid":!0,"w:trPr":!0,"w:tcPr":!0};function b(U){return new v(null,null,U)}function m(){return new v(null)}function w(U){return new v(U)}function y(U,R){return new v(U,null,R)}function v(U,R,S){this.value=U||[],this.extra=R||[],this._result=new f({element:this.value,extra:R},S),this.messages=this._result.messages}v.prototype.toExtra=function(){return new v(null,E(this.extra,this.value),this.messages)},v.prototype.insertExtra=function(){var U=this.extra;return U&&U.length?new v(E(this.value,U),null,this.messages):this},v.prototype.map=function(U){var R=this._result.map(function(S){return U(S.element)});return new v(R.value,this.extra,R.messages)},v.prototype.flatMap=function(U){var R=this._result.flatMap(function(S){return U(S.element)._result});return new v(R.value.element,E(this.extra,R.value.extra),R.messages)},v.map=function(U,R,S){return new v(S(U.value,R.value),E(U.extra,R.extra),U.messages.concat(R.messages))};function D(U){var R=f.combine(s.pluck(U,"_result"));return new v(s.flatten(s.pluck(R.value,"element")),s.filter(s.flatten(s.pluck(R.value,"extra")),I),R.messages)}function E(U,R){return s.flatten([U,R])}function I(U){return U}},{"../documents":4,"../results":25,"../transforms":30,"../xml":35,"./uris":16,"dingbat-to-unicode":85,underscore:102}],6:[function(t,i,r){var a=t("../documents"),s=t("../results").Result;function c(f){function l(h){return s.combine(h.getElementsByTagName("w:comment").map(o))}function o(h){var u=h.attributes["w:id"];function d(p){return(h.attributes[p]||"").trim()||null}return f.readXmlElements(h.children).map(function(p){return a.comment({commentId:u,body:p,authorName:d("w:author"),authorInitials:d("w:initials")})})}return l}r.createCommentsReader=c},{"../documents":4,"../results":25}],7:[function(t,i,r){r.readContentTypesFromXml=s;var a={png:"png",gif:"gif",jpeg:"jpeg",jpg:"jpeg",tif:"tiff",tiff:"tiff",bmp:"bmp"};r.defaultContentTypes=c({},{});function s(f){var l={},o={};return f.children.forEach(function(h){if(h.name==="content-types:Default"&&(l[h.attributes.Extension]=h.attributes.ContentType),h.name==="content-types:Override"){var u=h.attributes.PartName;u.charAt(0)==="/"&&(u=u.substring(1)),o[u]=h.attributes.ContentType}}),c(o,l)}function c(f,l){return{findContentType:function(o){var h=f[o];if(h)return h;var u=o.split("."),d=u[u.length-1];if(l.hasOwnProperty(d))return l[d];var p=a[d.toLowerCase()];return p?"image/"+p:null}}}},{}],8:[function(t,i,r){r.DocumentXmlReader=c;var a=t("../documents"),s=t("../results").Result;function c(f){var l=f.bodyReader;function o(h){var u=h.first("w:body");if(u==null)throw new Error("Could not find the body element: are you sure this is a docx file?");var d=l.readXmlElements(u.children).map(function(p){return new a.Document(p,{notes:f.notes,comments:f.comments})});return new s(d.value,d.messages)}return{convertXmlToDocument:o}}},{"../documents":4,"../results":25}],9:[function(t,i,r){r.read=m,r._findPartPaths=w;var a=t("../promises"),s=t("../documents"),c=t("../results").Result,f=t("../zipfile"),l=t("./office-xml-reader").readXmlFromZipFile,o=t("./body-reader").createBodyReader,h=t("./document-xml-reader").DocumentXmlReader,u=t("./relationships-reader"),d=t("./content-types-reader"),p=t("./numbering-xml"),g=t("./styles-reader"),x=t("./notes-reader"),_=t("./comments-reader"),b=t("./files").Files;function m(L,Y,le){Y=Y||{},le=le||{};var N=new b({externalFileAccess:le.externalFileAccess,relativeToFile:Y.path});return a.props({contentTypes:U(L),partPaths:w(L),docxFile:L,files:N}).also(function(ee){return{styles:S(L,ee.partPaths.styles)}}).also(function(ee){return{numbering:R(L,ee.partPaths.numbering,ee.styles)}}).also(function(ee){return{footnotes:E(ee.partPaths.footnotes,ee,function(k,ce){return ce?x.createFootnotesReader(k)(ce):new c([])}),endnotes:E(ee.partPaths.endnotes,ee,function(k,ce){return ce?x.createEndnotesReader(k)(ce):new c([])}),comments:E(ee.partPaths.comments,ee,function(k,ce){return ce?_.createCommentsReader(k)(ce):new c([])})}}).also(function(ee){return{notes:ee.footnotes.flatMap(function(k){return ee.endnotes.map(function(ce){return new s.Notes(k.concat(ce))})})}}).then(function(ee){return E(ee.partPaths.mainDocument,ee,function(k,ce){return ee.notes.flatMap(function(G){return ee.comments.flatMap(function(O){var Z=new h({bodyReader:k,notes:G,comments:O});return Z.convertXmlToDocument(ce)})})})})}function w(L){return M(L).then(function(Y){var le=y({docxFile:L,relationships:Y,relationshipType:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",basePath:"",fallbackPath:"word/document.xml"});if(!L.exists(le))throw new Error("Could not find main document part. Are you sure this is a valid .docx file?");return D({filename:I(le),readElement:u.readRelationships,defaultValue:u.defaultValue})(L).then(function(N){function ee(k){return y({docxFile:L,relationships:N,relationshipType:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/"+k,basePath:f.splitPath(le).dirname,fallbackPath:"word/"+k+".xml"})}return{mainDocument:le,comments:ee("comments"),endnotes:ee("endnotes"),footnotes:ee("footnotes"),numbering:ee("numbering"),styles:ee("styles")}})})}function y(L){var Y=L.docxFile,le=L.relationships,N=L.relationshipType,ee=L.basePath,k=L.fallbackPath,ce=le.findTargetsByType(N),G=ce.map(function(Z){return v(f.joinPath(ee,Z),"/")}),O=G.filter(function(Z){return Y.exists(Z)});return O.length===0?k:O[0]}function v(L,Y){return L.substring(0,Y.length)===Y?L.substring(Y.length):L}function D(L){return function(Y){return l(Y,L.filename).then(function(le){return le?L.readElement(le):L.defaultValue})}}function E(L,Y,le){var N=D({filename:I(L),readElement:u.readRelationships,defaultValue:u.defaultValue});return N(Y.docxFile).then(function(ee){var k=new o({relationships:ee,contentTypes:Y.contentTypes,docxFile:Y.docxFile,numbering:Y.numbering,styles:Y.styles,files:Y.files});return l(Y.docxFile,L).then(function(ce){return le(k,ce)})})}function I(L){var Y=f.splitPath(L);return f.joinPath(Y.dirname,"_rels",Y.basename+".rels")}var U=D({filename:"[Content_Types].xml",readElement:d.readContentTypesFromXml,defaultValue:d.defaultContentTypes});function R(L,Y,le){return D({filename:Y,readElement:function(N){return p.readNumberingXml(N,{styles:le})},defaultValue:p.defaultNumbering})(L)}function S(L,Y){return D({filename:Y,readElement:g.readStylesXml,defaultValue:g.defaultStyles})(L)}var M=D({filename:"_rels/.rels",readElement:u.readRelationships,defaultValue:u.defaultValue})},{"../documents":4,"../promises":23,"../results":25,"../zipfile":40,"./body-reader":5,"./comments-reader":6,"./content-types-reader":7,"./document-xml-reader":8,"./files":1,"./notes-reader":10,"./numbering-xml":11,"./office-xml-reader":12,"./relationships-reader":13,"./styles-reader":15}],10:[function(t,i,r){var a=t("../documents"),s=t("../results").Result;r.createFootnotesReader=c.bind(this,"footnote"),r.createEndnotesReader=c.bind(this,"endnote");function c(f,l){function o(d){return s.combine(d.getElementsByTagName("w:"+f).filter(h).map(u))}function h(d){var p=d.attributes["w:type"];return p!=="continuationSeparator"&&p!=="separator"}function u(d){var p=d.attributes["w:id"];return l.readXmlElements(d.children).map(function(g){return a.Note({noteType:f,noteId:p,body:g})})}return o}},{"../documents":4,"../results":25}],11:[function(t,i,r){var a=t("underscore");r.readNumberingXml=c,r.Numbering=s,r.defaultNumbering=new s({},{});function s(h,u,d){var p=a.flatten(a.values(u).map(function(b){return a.values(b.levels)})),g=a.indexBy(p.filter(function(b){return b.paragraphStyleId!=null}),"paragraphStyleId");function x(b,m){var w=h[b];if(w){var y=u[w.abstractNumId];if(y){if(y.numStyleLink==null)return u[w.abstractNumId].levels[m];var v=d.findNumberingStyleById(y.numStyleLink);return x(v.numId,m)}else return null}else return null}function _(b){return g[b]||null}return{findLevel:x,findLevelByParagraphStyleId:_}}function c(h,u){if(!u||!u.styles)throw new Error("styles is missing");var d=f(h),p=o(h);return new s(p,d,u.styles)}function f(h){var u={};return h.getElementsByTagName("w:abstractNum").forEach(function(d){var p=d.attributes["w:abstractNumId"];u[p]=l(d)}),u}function l(h){var u={},d=null;h.getElementsByTagName("w:lvl").forEach(function(g){var x=g.attributes["w:ilvl"],_=g.firstOrEmpty("w:numFmt").attributes["w:val"],b=_!=="bullet",m=g.firstOrEmpty("w:pStyle").attributes["w:val"];x===void 0?d={isOrdered:b,level:"0",paragraphStyleId:m}:u[x]={isOrdered:b,level:x,paragraphStyleId:m}}),d!==null&&u[d.level]===void 0&&(u[d.level]=d);var p=h.firstOrEmpty("w:numStyleLink").attributes["w:val"];return{levels:u,numStyleLink:p}}function o(h){var u={};return h.getElementsByTagName("w:num").forEach(function(d){var p=d.attributes["w:numId"],g=d.first("w:abstractNumId").attributes["w:val"];u[p]={abstractNumId:g}}),u}},{underscore:102}],12:[function(t,i,r){var a=t("underscore"),s=t("../promises"),c=t("../xml");r.read=l,r.readXmlFromZipFile=o;var f={"http://schemas.openxmlformats.org/wordprocessingml/2006/main":"w","http://schemas.openxmlformats.org/officeDocument/2006/relationships":"r","http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing":"wp","http://schemas.openxmlformats.org/drawingml/2006/main":"a","http://schemas.openxmlformats.org/drawingml/2006/picture":"pic","http://purl.oclc.org/ooxml/wordprocessingml/main":"w","http://purl.oclc.org/ooxml/officeDocument/relationships":"r","http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing":"wp","http://purl.oclc.org/ooxml/drawingml/main":"a","http://purl.oclc.org/ooxml/drawingml/picture":"pic","http://schemas.openxmlformats.org/package/2006/content-types":"content-types","http://schemas.openxmlformats.org/package/2006/relationships":"relationships","http://schemas.openxmlformats.org/markup-compatibility/2006":"mc","urn:schemas-microsoft-com:vml":"v","urn:schemas-microsoft-com:office:word":"office-word","http://schemas.microsoft.com/office/word/2010/wordml":"wordml"};function l(d){return c.readString(d,f).then(function(p){return u(p)[0]})}function o(d,p){return d.exists(p)?d.read(p,"utf-8").then(h).then(l):s.resolve(null)}function h(d){return d.replace(/^\uFEFF/g,"")}function u(d){return d.type==="element"?d.name==="mc:AlternateContent"?d.firstOrEmpty("mc:Fallback").children:(d.children=a.flatten(d.children.map(u,!0)),[d]):[d]}},{"../promises":23,"../xml":35,underscore:102}],13:[function(t,i,r){r.readRelationships=a,r.defaultValue=new s([]),r.Relationships=s;function a(c){var f=[];return c.children.forEach(function(l){if(l.name==="relationships:Relationship"){var o={relationshipId:l.attributes.Id,target:l.attributes.Target,type:l.attributes.Type};f.push(o)}}),new s(f)}function s(c){var f={};c.forEach(function(o){f[o.relationshipId]=o.target});var l={};return c.forEach(function(o){l[o.type]||(l[o.type]=[]),l[o.type].push(o.target)}),{findTargetByRelationshipId:function(o){return f[o]},findTargetsByType:function(o){return l[o]||[]}}}},{}],14:[function(t,i,r){var a=t("underscore"),s=t("../promises"),c=t("../xml");r.writeStyleMap=h,r.readStyleMap=g;var f="http://schemas.zwobble.org/mammoth/style-map",l="mammoth/style-map",o="/"+l;function h(x,_){return x.write(l,_),u(x).then(function(){return d(x)})}function u(x){var _="word/_rels/document.xml.rels",b="http://schemas.openxmlformats.org/package/2006/relationships",m="{"+b+"}Relationship";return x.read(_,"utf8").then(c.readString).then(function(w){var y=w.children;p(y,m,"Id",{Id:"rMammothStyleMap",Type:f,Target:o});var v={"":b};return x.write(_,c.writeString(w,v))})}function d(x){var _="[Content_Types].xml",b="http://schemas.openxmlformats.org/package/2006/content-types",m="{"+b+"}Override";return x.read(_,"utf8").then(c.readString).then(function(w){var y=w.children;p(y,m,"PartName",{PartName:o,ContentType:"text/prs.mammoth.style-map"});var v={"":b};return x.write(_,c.writeString(w,v))})}function p(x,_,b,m){var w=a.find(x,function(y){return y.name===_&&y.attributes[b]===m[b]});w?w.attributes=m:x.push(c.element(_,m))}function g(x){return x.exists(l)?x.read(l,"utf8"):s.resolve(null)}},{"../promises":23,"../xml":35,underscore:102}],15:[function(t,i,r){r.readStylesXml=s,r.Styles=a,r.defaultStyles=new a({},{});function a(h,u,d,p){return{findParagraphStyleById:function(g){return h[g]},findCharacterStyleById:function(g){return u[g]},findTableStyleById:function(g){return d[g]},findNumberingStyleById:function(g){return p[g]}}}a.EMPTY=new a({},{},{},{});function s(h){var u={},d={},p={},g={},x={paragraph:u,character:d,table:p,numbering:g};return h.getElementsByTagName("w:style").forEach(function(_){var b=c(_),m=x[b.type];m&&m[b.styleId]===void 0&&(m[b.styleId]=b)}),new a(u,d,p,g)}function c(h){var u=h.attributes["w:type"];if(u==="numbering")return l(u,h);var d=o(h),p=f(h);return{type:u,styleId:d,name:p}}function f(h){var u=h.first("w:name");return u?u.attributes["w:val"]:null}function l(h,u){var d=o(u),p=u.firstOrEmpty("w:pPr").firstOrEmpty("w:numPr").firstOrEmpty("w:numId").attributes["w:val"];return{type:h,numId:p,styleId:d}}function o(h){return h.attributes["w:styleId"]}},{}],16:[function(t,i,r){r.uriToZipEntryName=a,r.replaceFragment=s;function a(c,f){return f.charAt(0)==="/"?f.substr(1):c+"/"+f}function s(c,f){var l=c.indexOf("#");return l!==-1&&(c=c.substring(0,l)),c+"#"+f}},{}],17:[function(t,i,r){var a=t("../styles/html-paths");function s(d,p,g){return f(a.element(d,p,{fresh:!1}),g)}function c(d,p,g){var x=a.element(d,p,{fresh:!0});return f(x,g)}function f(d,p){return{type:"element",tag:d,children:p||[]}}function l(d){return{type:"text",value:d}}var o={type:"forceWrite"};r.freshElement=c,r.nonFreshElement=s,r.elementWithTag=f,r.text=l,r.forceWrite=o;var h={br:!0,hr:!0,img:!0,input:!0};function u(d){return d.children.length===0&&h[d.tag.tagName]}r.isVoidElement=u},{"../styles/html-paths":28}],18:[function(t,i,r){var a=t("./ast");r.freshElement=a.freshElement,r.nonFreshElement=a.nonFreshElement,r.elementWithTag=a.elementWithTag,r.text=a.text,r.forceWrite=a.forceWrite,r.simplify=t("./simplify");function s(h,u){u.forEach(function(d){c(h,d)})}function c(h,u){f[u.type](h,u)}var f={element:l,text:o,forceWrite:function(){}};function l(h,u){a.isVoidElement(u)?h.selfClosing(u.tag.tagName,u.tag.attributes):(h.open(u.tag.tagName,u.tag.attributes),s(h,u.children),h.close(u.tag.tagName))}function o(h,u){h.text(u.value)}r.write=s},{"./ast":17,"./simplify":19}],19:[function(t,i,r){var a=t("underscore"),s=t("./ast");function c(w){return f(p(w))}function f(w){var y=[];return w.map(l).forEach(function(v){d(y,v)}),y}function l(w){return o[w.type](w)}var o={element:h,text:u,forceWrite:u};function h(w){return s.elementWithTag(w.tag,f(w.children))}function u(w){return w}function d(w,y){var v=w[w.length-1];y.type==="element"&&!y.tag.fresh&&v&&v.type==="element"&&y.tag.matchesElement(v.tag)?(y.tag.separator&&d(v.children,s.text(y.tag.separator)),y.children.forEach(function(D){d(v.children,D)})):w.push(y)}function p(w){return g(w,function(y){return x[y.type](y)})}function g(w,y){return a.flatten(a.map(w,y),!0)}var x={element:b,text:m,forceWrite:_};function _(w){return[w]}function b(w){var y=p(w.children);return y.length===0&&!s.isVoidElement(w)?[]:[s.elementWithTag(w.tag,y)]}function m(w){return w.value.length===0?[]:[w]}i.exports=c},{"./ast":17,underscore:102}],20:[function(t,i,r){var a=t("underscore"),s=t("./promises"),c=t("./html");r.imgElement=f;function f(l){return function(o,h){return s.when(l(o)).then(function(u){var d={};return o.altText&&(d.alt=o.altText),a.extend(d,u),[c.freshElement("img",d)]})}}r.inline=r.imgElement,r.dataUri=f(function(l){return l.readAsBase64String().then(function(o){return{src:"data:"+l.contentType+";base64,"+o}})})},{"./html":18,"./promises":23,underscore:102}],21:[function(t,i,r){(function(a){var s=t("underscore"),c=t("./docx/docx-reader"),f=t("./docx/style-map"),l=t("./document-to-html").DocumentConverter,o=t("./raw-text").convertElementToRawText,h=t("./style-reader").readStyle,u=t("./options-reader").readOptions,d=t("./unzip"),p=t("./results").Result;r.convertToHtml=g,r.convertToMarkdown=x,r.convert=_,r.extractRawText=y,r.images=t("./images"),r.transforms=t("./transforms"),r.underline=t("./underline"),r.embedStyleMap=v,r.readEmbeddedStyleMap=b;function g(D,E){return _(D,E)}function x(D,E){var I=Object.create(E||{});return I.outputFormat="markdown",_(D,I)}function _(D,E){return E=u(E),d.openZip(D).tap(function(I){return f.readStyleMap(I).then(function(U){E.embeddedStyleMap=U})}).then(function(I){return c.read(I,D,E).then(function(U){return U.map(E.transformDocument)}).then(function(U){return m(U,E)})})}function b(D){return d.openZip(D).then(f.readStyleMap)}function m(D,E){var I=w(E.readStyleMap()),U=s.extend({},E,{styleMap:I.value}),R=new l(U);return D.flatMapThen(function(S){return I.flatMapThen(function(M){return R.convertToHtml(S)})})}function w(D){return p.combine((D||[]).map(h)).map(function(E){return E.filter(function(I){return!!I})})}function y(D){return d.openZip(D).then(c.read).then(function(E){return E.map(o)})}function v(D,E){return d.openZip(D).tap(function(I){return f.writeStyleMap(I,E)}).then(function(I){return I.toArrayBuffer()}).then(function(I){return{toArrayBuffer:function(){return I},toBuffer:function(){return a.from(I)}}})}r.styleMapping=function(){throw new Error(`Use a raw string instead of mammoth.styleMapping e.g. "p[style-name='Title'] => h1" instead of mammoth.styleMapping("p[style-name='Title'] => h1")`)}}).call(this,t("buffer").Buffer)},{"./document-to-html":3,"./docx/docx-reader":9,"./docx/style-map":14,"./images":20,"./options-reader":22,"./raw-text":24,"./results":25,"./style-reader":26,"./transforms":30,"./underline":31,"./unzip":2,buffer:83,underscore:102}],22:[function(t,i,r){r.readOptions=f;var a=t("underscore"),s=r._defaultStyleMap=["p.Heading1 => h1:fresh","p.Heading2 => h2:fresh","p.Heading3 => h3:fresh","p.Heading4 => h4:fresh","p.Heading5 => h5:fresh","p.Heading6 => h6:fresh","p[style-name='Heading 1'] => h1:fresh","p[style-name='Heading 2'] => h2:fresh","p[style-name='Heading 3'] => h3:fresh","p[style-name='Heading 4'] => h4:fresh","p[style-name='Heading 5'] => h5:fresh","p[style-name='Heading 6'] => h6:fresh","p[style-name='heading 1'] => h1:fresh","p[style-name='heading 2'] => h2:fresh","p[style-name='heading 3'] => h3:fresh","p[style-name='heading 4'] => h4:fresh","p[style-name='heading 5'] => h5:fresh","p[style-name='heading 6'] => h6:fresh","p.Heading => h1:fresh","p[style-name='Heading'] => h1:fresh","r[style-name='Strong'] => strong","p[style-name='footnote text'] => p:fresh","r[style-name='footnote reference'] =>","p[style-name='endnote text'] => p:fresh","r[style-name='endnote reference'] =>","p[style-name='annotation text'] => p:fresh","r[style-name='annotation reference'] =>","p[style-name='Footnote'] => p:fresh","r[style-name='Footnote anchor'] =>","p[style-name='Endnote'] => p:fresh","r[style-name='Endnote anchor'] =>","p:unordered-list(1) => ul > li:fresh","p:unordered-list(2) => ul|ol > li > ul > li:fresh","p:unordered-list(3) => ul|ol > li > ul|ol > li > ul > li:fresh","p:unordered-list(4) => ul|ol > li > ul|ol > li > ul|ol > li > ul > li:fresh","p:unordered-list(5) => ul|ol > li > ul|ol > li > ul|ol > li > ul|ol > li > ul > li:fresh","p:ordered-list(1) => ol > li:fresh","p:ordered-list(2) => ul|ol > li > ol > li:fresh","p:ordered-list(3) => ul|ol > li > ul|ol > li > ol > li:fresh","p:ordered-list(4) => ul|ol > li > ul|ol > li > ul|ol > li > ol > li:fresh","p:ordered-list(5) => ul|ol > li > ul|ol > li > ul|ol > li > ul|ol > li > ol > li:fresh","r[style-name='Hyperlink'] =>","p[style-name='Normal'] => p:fresh","p.Body => p:fresh","p[style-name='Body'] => p:fresh"],c=r._standardOptions={externalFileAccess:!1,transformDocument:o,includeDefaultStyleMap:!0,includeEmbeddedStyleMap:!0};function f(h){return h=h||{},a.extend({},c,h,{customStyleMap:l(h.styleMap),readStyleMap:function(){var u=this.customStyleMap;return this.includeEmbeddedStyleMap&&(u=u.concat(l(this.embeddedStyleMap))),this.includeDefaultStyleMap&&(u=u.concat(s)),u}})}function l(h){return h?a.isString(h)?h.split(`
|
|
95
|
+
`).map(function(u){return u.trim()}).filter(function(u){return u!==""&&u.charAt(0)!=="#"}):h:[]}function o(h){return h}},{underscore:102}],23:[function(t,i,r){var a=t("underscore"),s=t("bluebird/js/release/promise")();r.defer=c,r.when=s.resolve,r.resolve=s.resolve,r.all=s.all,r.props=s.props,r.reject=s.reject,r.promisify=s.promisify,r.mapSeries=s.mapSeries,r.attempt=s.attempt,r.nfcall=function(f){var l=Array.prototype.slice.call(arguments,1),o=s.promisify(f);return o.apply(null,l)},s.prototype.fail=s.prototype.caught,s.prototype.also=function(f){return this.then(function(l){var o=a.extend({},l,f(l));return s.props(o)})};function c(){var f,l,o=new s.Promise(function(h,u){f=h,l=u});return{resolve:f,reject:l,promise:o}}},{"bluebird/js/release/promise":68,underscore:102}],24:[function(t,i,r){var a=t("./documents");function s(c){if(c.type==="text")return c.value;if(c.type===a.types.tab)return" ";var f=c.type==="paragraph"?`
|
|
96
|
+
|
|
97
|
+
`:"";return(c.children||[]).map(s).join("")+f}r.convertElementToRawText=s},{"./documents":4}],25:[function(t,i,r){var a=t("underscore");r.Result=s,r.success=c,r.warning=f,r.error=l;function s(d,p){this.value=d,this.messages=p||[]}s.prototype.map=function(d){return new s(d(this.value),this.messages)},s.prototype.flatMap=function(d){var p=d(this.value);return new s(p.value,o([this,p]))},s.prototype.flatMapThen=function(d){var p=this;return d(this.value).then(function(g){return new s(g.value,o([p,g]))})},s.combine=function(d){var p=a.flatten(a.pluck(d,"value")),g=o(d);return new s(p,g)};function c(d){return new s(d,[])}function f(d){return{type:"warning",message:d}}function l(d){return{type:"error",message:d.message,error:d}}function o(d){var p=[];return a.flatten(a.pluck(d,"messages"),!0).forEach(function(g){h(p,g)||p.push(g)}),p}function h(d,p){return a.find(d,u.bind(null,p))!==void 0}function u(d,p){return d.type===p.type&&d.message===p.message}},{underscore:102}],26:[function(t,i,r){var a=t("underscore"),s=t("lop"),c=t("./styles/document-matchers"),f=t("./styles/html-paths"),l=t("./styles/parser/tokeniser").tokenise,o=t("./results");r.readHtmlPath=g,r.readDocumentMatcher=d,r.readStyle=h;function h(M){return I(S,M)}function u(){return s.rules.sequence(s.rules.sequence.capture(p()),s.rules.tokenOfType("whitespace"),s.rules.tokenOfType("arrow"),s.rules.sequence.capture(s.rules.optional(s.rules.sequence(s.rules.tokenOfType("whitespace"),s.rules.sequence.capture(x())).head())),s.rules.tokenOfType("end")).map(function(M,L){return{from:M,to:L.valueOrElse(f.empty)}})}function d(M){return I(p(),M)}function p(){var M=s.rules.sequence,L=function(Pe,Me){return s.rules.then(s.rules.token("identifier",Pe),function(){return Me})},Y=L("p",c.paragraph),le=L("r",c.run),N=s.rules.firstOf("p or r or table",Y,le),ee=s.rules.sequence(s.rules.tokenOfType("dot"),s.rules.sequence.cut(),s.rules.sequence.capture(_)).map(function(Pe){return{styleId:Pe}}),k=s.rules.firstOf("style name matcher",s.rules.then(s.rules.sequence(s.rules.tokenOfType("equals"),s.rules.sequence.cut(),s.rules.sequence.capture(m)).head(),function(Pe){return{styleName:c.equalTo(Pe)}}),s.rules.then(s.rules.sequence(s.rules.tokenOfType("startsWith"),s.rules.sequence.cut(),s.rules.sequence.capture(m)).head(),function(Pe){return{styleName:c.startsWith(Pe)}})),ce=s.rules.sequence(s.rules.tokenOfType("open-square-bracket"),s.rules.sequence.cut(),s.rules.token("identifier","style-name"),s.rules.sequence.capture(k),s.rules.tokenOfType("close-square-bracket")).head(),G=s.rules.firstOf("list type",L("ordered-list",{isOrdered:!0}),L("unordered-list",{isOrdered:!1})),O=M(s.rules.tokenOfType("colon"),M.capture(G),M.cut(),s.rules.tokenOfType("open-paren"),M.capture(b),s.rules.tokenOfType("close-paren")).map(function(Pe,Me){return{list:{isOrdered:Pe.isOrdered,levelIndex:Me-1}}});function Z(Pe){var Me=s.rules.firstOf.apply(s.rules.firstOf,["matcher suffix"].concat(Pe)),Oe=s.rules.zeroOrMore(Me);return s.rules.then(Oe,function(Qe){var C={};return Qe.forEach(function(ve){a.extend(C,ve)}),C})}var W=M(M.capture(N),M.capture(Z([ee,ce,O]))).map(function(Pe,Me){return Pe(Me)}),K=M(s.rules.token("identifier","table"),M.capture(Z([ee,ce]))).map(function(Pe){return c.table(Pe)}),z=L("b",c.bold),ie=L("i",c.italic),De=L("u",c.underline),ae=L("strike",c.strikethrough),de=L("all-caps",c.allCaps),Le=L("small-caps",c.smallCaps),te=M(s.rules.token("identifier","highlight"),s.rules.sequence.capture(s.rules.optional(s.rules.sequence(s.rules.tokenOfType("open-square-bracket"),s.rules.sequence.cut(),s.rules.token("identifier","color"),s.rules.tokenOfType("equals"),s.rules.sequence.capture(m),s.rules.tokenOfType("close-square-bracket")).head()))).map(function(Pe){return c.highlight({color:Pe.valueOrElse(void 0)})}),Ie=L("comment-reference",c.commentReference),Ne=M(s.rules.token("identifier","br"),M.cut(),s.rules.tokenOfType("open-square-bracket"),s.rules.token("identifier","type"),s.rules.tokenOfType("equals"),M.capture(m),s.rules.tokenOfType("close-square-bracket")).map(function(Pe){switch(Pe){case"line":return c.lineBreak;case"page":return c.pageBreak;case"column":return c.columnBreak}});return s.rules.firstOf("element type",W,K,z,ie,De,ae,de,Le,te,Ie,Ne)}function g(M){return I(x(),M)}function x(){var M=s.rules.sequence.capture,L=s.rules.tokenOfType("whitespace"),Y=s.rules.then(s.rules.optional(s.rules.sequence(s.rules.tokenOfType("colon"),s.rules.token("identifier","fresh"))),function(k){return k.map(function(){return!0}).valueOrElse(!1)}),le=s.rules.then(s.rules.optional(s.rules.sequence(s.rules.tokenOfType("colon"),s.rules.token("identifier","separator"),s.rules.tokenOfType("open-paren"),M(m),s.rules.tokenOfType("close-paren")).head()),function(k){return k.valueOrElse("")}),N=s.rules.oneOrMoreWithSeparator(_,s.rules.tokenOfType("choice")),ee=s.rules.sequence(M(N),M(s.rules.zeroOrMore(E)),M(Y),M(le)).map(function(k,ce,G,O){var Z={},W={};return ce.forEach(function(K){K.append&&Z[K.name]?Z[K.name]+=" "+K.value:Z[K.name]=K.value}),G&&(W.fresh=!0),O&&(W.separator=O),f.element(k,Z,W)});return s.rules.firstOf("html path",s.rules.then(s.rules.tokenOfType("bang"),function(){return f.ignore}),s.rules.then(s.rules.zeroOrMoreWithSeparator(ee,s.rules.sequence(L,s.rules.tokenOfType("gt"),L)),f.elements))}var _=s.rules.then(s.rules.tokenOfType("identifier"),y),b=s.rules.tokenOfType("integer"),m=s.rules.then(s.rules.tokenOfType("string"),y),w={n:`
|
|
98
|
+
`,r:"\r",t:" "};function y(M){return M.replace(/\\(.)/g,function(L,Y){return w[Y]||Y})}var v=s.rules.sequence(s.rules.tokenOfType("open-square-bracket"),s.rules.sequence.cut(),s.rules.sequence.capture(_),s.rules.tokenOfType("equals"),s.rules.sequence.capture(m),s.rules.tokenOfType("close-square-bracket")).map(function(M,L){return{name:M,value:L,append:!1}}),D=s.rules.sequence(s.rules.tokenOfType("dot"),s.rules.sequence.cut(),s.rules.sequence.capture(_)).map(function(M){return{name:"class",value:M,append:!0}}),E=s.rules.firstOf("attribute or class",v,D);function I(M,L){var Y=l(L),le=s.Parser(),N=le.parseTokens(M,Y);return N.isSuccess()?o.success(N.value()):new o.Result(null,[o.warning(U(L,N))])}function U(M,L){return"Did not understand this style mapping, so ignored it: "+M+`
|
|
99
|
+
`+L.errors().map(R).join(`
|
|
100
|
+
`)}function R(M){return"Error was at character number "+M.characterNumber()+": Expected "+M.expected+" but got "+M.actual}var S=u()},{"./results":25,"./styles/document-matchers":27,"./styles/html-paths":28,"./styles/parser/tokeniser":29,lop:89,underscore:102}],27:[function(t,i,r){r.paragraph=a,r.run=s,r.table=c,r.bold=new l("bold"),r.italic=new l("italic"),r.underline=new l("underline"),r.strikethrough=new l("strikethrough"),r.allCaps=new l("allCaps"),r.smallCaps=new l("smallCaps"),r.highlight=f,r.commentReference=new l("commentReference"),r.lineBreak=new h({breakType:"line"}),r.pageBreak=new h({breakType:"page"}),r.columnBreak=new h({breakType:"column"}),r.equalTo=d,r.startsWith=p;function a(_){return new l("paragraph",_)}function s(_){return new l("run",_)}function c(_){return new l("table",_)}function f(_){return new o(_)}function l(_,b){b=b||{},this._elementType=_,this._styleId=b.styleId,this._styleName=b.styleName,b.list&&(this._listIndex=b.list.levelIndex,this._listIsOrdered=b.list.isOrdered)}l.prototype.matches=function(_){return _.type===this._elementType&&(this._styleId===void 0||_.styleId===this._styleId)&&(this._styleName===void 0||_.styleName&&this._styleName.operator(this._styleName.operand,_.styleName))&&(this._listIndex===void 0||u(_,this._listIndex,this._listIsOrdered))&&(this._breakType===void 0||this._breakType===_.breakType)};function o(_){_=_||{},this._color=_.color}o.prototype.matches=function(_){return _.type==="highlight"&&(this._color===void 0||_.color===this._color)};function h(_){_=_||{},this._breakType=_.breakType}h.prototype.matches=function(_){return _.type==="break"&&(this._breakType===void 0||_.breakType===this._breakType)};function u(_,b,m){return _.numbering&&_.numbering.level==b&&_.numbering.isOrdered==m}function d(_){return{operator:g,operand:_}}function p(_){return{operator:x,operand:_}}function g(_,b){return _.toUpperCase()===b.toUpperCase()}function x(_,b){return b.toUpperCase().indexOf(_.toUpperCase())===0}},{}],28:[function(t,i,r){var a=t("underscore"),s=t("../html");r.topLevelElement=c,r.elements=f,r.element=o;function c(u,d){return f([o(u,d,{fresh:!0})])}function f(u){return new l(u.map(function(d){return a.isString(d)?o(d):d}))}function l(u){this._elements=u}l.prototype.wrap=function(d){for(var p=d(),g=this._elements.length-1;g>=0;g--)p=this._elements[g].wrapNodes(p);return p};function o(u,d,p){return p=p||{},new h(u,d,p)}function h(u,d,p){var g={};a.isArray(u)?(u.forEach(function(x){g[x]=!0}),u=u[0]):g[u]=!0,this.tagName=u,this.tagNames=g,this.attributes=d||{},this.fresh=p.fresh,this.separator=p.separator}h.prototype.matchesElement=function(u){return this.tagNames[u.tagName]&&a.isEqual(this.attributes||{},u.attributes||{})},h.prototype.wrap=function(d){return this.wrapNodes(d())},h.prototype.wrapNodes=function(d){return[s.elementWithTag(this,d)]},r.empty=f([]),r.ignore={wrap:function(){return[]}}},{"../html":18,underscore:102}],29:[function(t,i,r){var a=t("lop"),s=a.RegexTokeniser;r.tokenise=f;var c="'((?:\\\\.|[^'])*)";function f(l){var o="(?:[a-zA-Z\\-_]|\\\\.)",h=new s([{name:"identifier",regex:new RegExp("("+o+"(?:"+o+"|[0-9])*)")},{name:"dot",regex:/\./},{name:"colon",regex:/:/},{name:"gt",regex:/>/},{name:"whitespace",regex:/\s+/},{name:"arrow",regex:/=>/},{name:"equals",regex:/=/},{name:"startsWith",regex:/\^=/},{name:"open-paren",regex:/\(/},{name:"close-paren",regex:/\)/},{name:"open-square-bracket",regex:/\[/},{name:"close-square-bracket",regex:/\]/},{name:"string",regex:new RegExp(c+"'")},{name:"unterminated-string",regex:new RegExp(c)},{name:"integer",regex:/([0-9]+)/},{name:"choice",regex:/\|/},{name:"bang",regex:/(!)/}]);return h.tokenise(l)}},{lop:89}],30:[function(t,i,r){var a=t("underscore");r.paragraph=s,r.run=c,r._elements=l,r._elementsOfType=f,r.getDescendantsOfType=o,r.getDescendants=h;function s(d){return f("paragraph",d)}function c(d){return f("run",d)}function f(d,p){return l(function(g){return g.type===d?p(g):g})}function l(d){return function p(g){if(g.children){var x=a.map(g.children,p);g=a.extend(g,{children:x})}return d(g)}}function o(d,p){return h(d).filter(function(g){return g.type===p})}function h(d){var p=[];return u(d,function(g){p.push(g)}),p}function u(d,p){d.children&&d.children.forEach(function(g){u(g,p),p(g)})}},{underscore:102}],31:[function(t,i,r){var a=t("./styles/html-paths"),s=t("./html");r.element=c;function c(f){return function(l){return s.elementWithTag(a.element(f),[l])}}},{"./html":18,"./styles/html-paths":28}],32:[function(t,i,r){var a=t("underscore");r.writer=s;function s(u){return u=u||{},u.prettyPrint?f():l()}var c={div:!0,p:!0,ul:!0,li:!0};function f(){var u=0,d=" ",p=[],g=!0,x=!1,_=l();function b(U,R){c[U]&&E(),p.push(U),_.open(U,R),c[U]&&u++,g=!1}function m(U){c[U]&&(u--,E()),p.pop(),_.close(U)}function w(U){D();var R=I()?U:U.replace(`
|
|
101
|
+
`,`
|
|
102
|
+
`+d);_.text(R)}function y(U,R){E(),_.selfClosing(U,R)}function v(){return p.length===0||c[p[p.length-1]]}function D(){x||(E(),x=!0)}function E(){if(x=!1,!g&&v()&&!I()){_._append(`
|
|
103
|
+
`);for(var U=0;U<u;U++)_._append(d)}}function I(){return a.some(p,function(U){return U==="pre"})}return{asString:_.asString,open:b,close:m,text:w,selfClosing:y}}function l(){var u=[];function d(w,y){var v=x(y);u.push("<"+w+v+">")}function p(w){u.push("</"+w+">")}function g(w,y){var v=x(y);u.push("<"+w+v+" />")}function x(w){return a.map(w,function(y,v){return" "+v+'="'+h(y)+'"'}).join("")}function _(w){u.push(o(w))}function b(w){u.push(w)}function m(){return u.join("")}return{asString:m,open:d,close:p,text:_,selfClosing:g,_append:b}}function o(u){return u.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function h(u){return u.replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")}},{underscore:102}],33:[function(t,i,r){var a=t("./html-writer"),s=t("./markdown-writer");r.writer=c;function c(f){return f=f||{},f.outputFormat==="markdown"?s.writer():a.writer(f)}},{"./html-writer":32,"./markdown-writer":34}],34:[function(t,i,r){var a=t("underscore");function s(x){return c(x,x)}function c(x,_){return function(){return{start:x,end:_}}}function f(x){var _=x.href||"";return _?{start:"[",end:"]("+_+")",anchorPosition:"before"}:{}}function l(x){var _=x.src||"",b=x.alt||"";return _||b?{start:""}:{}}function o(x){return function(_,b){return{start:b?`
|
|
104
|
+
`:"",end:b?"":`
|
|
105
|
+
`,list:{isOrdered:x.isOrdered,indent:b?b.indent+1:0,count:0}}}}function h(x,_,b){_=_||{indent:0,isOrdered:!1,count:0},_.count++,b.hasClosed=!1;var m=_.isOrdered?_.count+".":"-",w=d(" ",_.indent)+m+" ";return{start:w,end:function(){if(!b.hasClosed)return b.hasClosed=!0,`
|
|
106
|
+
`}}}var u={p:c("",`
|
|
107
|
+
|
|
108
|
+
`),br:c("",`
|
|
109
|
+
`),ul:o({isOrdered:!1}),ol:o({isOrdered:!0}),li:h,strong:s("__"),em:s("*"),a:f,img:l};(function(){for(var x=1;x<=6;x++)u["h"+x]=c(d("#",x)+" ",`
|
|
110
|
+
|
|
111
|
+
`)})();function d(x,_){return new Array(_+1).join(x)}function p(){var x=[],_=[],b=null,m={};function w(U,R){R=R||{};var S=u[U]||function(){return{}},M=S(R,b,m);_.push({end:M.end,list:b}),M.list&&(b=M.list);var L=M.anchorPosition==="before";L&&y(R),x.push(M.start||""),L||y(R)}function y(U){U.id&&x.push('<a id="'+U.id+'"></a>')}function v(U){var R=_.pop();b=R.list;var S=a.isFunction(R.end)?R.end():R.end;x.push(S||"")}function D(U,R){w(U,R),v()}function E(U){x.push(g(U))}function I(){return x.join("")}return{asString:I,open:w,close:v,text:E,selfClosing:D}}r.writer=p;function g(x){return x.replace(/\\/g,"\\\\").replace(/([\`\*_\{\}\[\]\(\)\#\+\-\.\!])/g,"\\$1")}},{underscore:102}],35:[function(t,i,r){var a=t("./nodes");r.Element=a.Element,r.element=a.element,r.emptyElement=a.emptyElement,r.text=a.text,r.readString=t("./reader").readString,r.writeString=t("./writer").writeString},{"./nodes":36,"./reader":37,"./writer":38}],36:[function(t,i,r){var a=t("underscore");r.Element=c,r.element=function(o,h,u){return new c(o,h,u)},r.text=function(o){return{type:"text",value:o}};var s=r.emptyElement={first:function(){return null},firstOrEmpty:function(){return s},attributes:{},children:[]};function c(o,h,u){this.type="element",this.name=o,this.attributes=h||{},this.children=u||[]}c.prototype.first=function(o){return a.find(this.children,function(h){return h.name===o})},c.prototype.firstOrEmpty=function(o){return this.first(o)||s},c.prototype.getElementsByTagName=function(o){var h=a.filter(this.children,function(u){return u.name===o});return l(h)},c.prototype.text=function(){if(this.children.length===0)return"";if(this.children.length!==1||this.children[0].type!=="text")throw new Error("Not implemented");return this.children[0].value};var f={getElementsByTagName:function(o){return l(a.flatten(this.map(function(h){return h.getElementsByTagName(o)},!0)))}};function l(o){return a.extend(o,f)}},{underscore:102}],37:[function(t,i,r){var a=t("../promises"),s=t("underscore"),c=t("./xmldom"),f=t("./nodes"),l=f.Element;r.readString=h;var o=c.Node;function h(u,d){d=d||{};try{var p=c.parseFromString(u,"text/xml")}catch(b){return a.reject(b)}if(p.documentElement.tagName==="parsererror")return a.resolve(new Error(p.documentElement.textContent));function g(b){switch(b.nodeType){case o.ELEMENT_NODE:return x(b);case o.TEXT_NODE:return f.text(b.nodeValue)}}function x(b){var m=_(b),w=[];s.forEach(b.childNodes,function(v){var D=g(v);D&&w.push(D)});var y={};return s.forEach(b.attributes,function(v){y[_(v)]=v.value}),new l(m,y,w)}function _(b){if(b.namespaceURI){var m=d[b.namespaceURI],w;return m?w=m+":":w="{"+b.namespaceURI+"}",w+b.localName}else return b.localName}return a.resolve(g(p.documentElement))}},{"../promises":23,"./nodes":36,"./xmldom":39,underscore:102}],38:[function(t,i,r){var a=t("underscore"),s=t("xmlbuilder");r.writeString=c;function c(l,o){var h=a.invert(o),u={element:p,text:f};function d(_,b){return u[b.type](_,b)}function p(_,b){var m=_.element(g(b.name),b.attributes);b.children.forEach(function(w){d(m,w)})}function g(_){var b=/^\{(.*)\}(.*)$/.exec(_);if(b){var m=h[b[1]];return m+(m===""?"":":")+b[2]}else return _}function x(_){var b=s.create(g(_.name),{version:"1.0",encoding:"UTF-8",standalone:!0});return a.forEach(o,function(m,w){var y="xmlns"+(w===""?"":":"+w);b.attribute(y,m)}),_.children.forEach(function(m){d(b,m)}),b.end()}return x(l)}function f(l,o){l.text(o.value)}},{underscore:102,xmlbuilder:124}],39:[function(t,i,r){var a=t("@xmldom/xmldom"),s=t("@xmldom/xmldom/lib/dom");function c(f){var l=null,o=new a.DOMParser({errorHandler:function(u,d){l={level:u,message:d}}}),h=o.parseFromString(f);if(l===null)return h;throw new Error(l.level+": "+l.message)}r.parseFromString=c,r.Node=s.Node},{"@xmldom/xmldom":45,"@xmldom/xmldom/lib/dom":43}],40:[function(t,i,r){var a=t("base64-js"),s=t("jszip");r.openArrayBuffer=c,r.splitPath=f,r.joinPath=l;function c(o){return s.loadAsync(o).then(function(h){function u(x){return h.file(x)!==null}function d(x,_){return h.file(x).async("uint8array").then(function(b){if(_==="base64")return a.fromByteArray(b);if(_){var m=new TextDecoder(_);return m.decode(b)}else return b})}function p(x,_){h.file(x,_)}function g(){return h.generateAsync({type:"arraybuffer"})}return{exists:u,read:d,write:p,toArrayBuffer:g}})}function f(o){var h=o.lastIndexOf("/");return h===-1?{dirname:"",basename:o}:{dirname:o.substring(0,h),basename:o.substring(h+1)}}function l(){var o=Array.prototype.filter.call(arguments,function(u){return u}),h=[];return o.forEach(function(u){/^\//.test(u)?h=[u]:h.push(u)}),h.join("/")}},{"base64-js":47,jszip:88}],41:[function(t,i,r){function a(o,h,u){if(u===void 0&&(u=Array.prototype),o&&typeof u.find=="function")return u.find.call(o,h);for(var d=0;d<o.length;d++)if(Object.prototype.hasOwnProperty.call(o,d)){var p=o[d];if(h.call(void 0,p,d,o))return p}}function s(o,h){return h===void 0&&(h=Object),h&&typeof h.freeze=="function"?h.freeze(o):o}function c(o,h){if(o===null||typeof o!="object")throw new TypeError("target is not an object");for(var u in h)Object.prototype.hasOwnProperty.call(h,u)&&(o[u]=h[u]);return o}var f=s({HTML:"text/html",isHTML:function(o){return o===f.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),l=s({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(o){return o===l.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});r.assign=c,r.find=a,r.freeze=s,r.MIME_TYPE=f,r.NAMESPACE=l},{}],42:[function(t,i,r){var a=t("./conventions"),s=t("./dom"),c=t("./entities"),f=t("./sax"),l=s.DOMImplementation,o=a.NAMESPACE,h=f.ParseError,u=f.XMLReader;function d(y){return y.replace(/\r[\n\u0085]/g,`
|
|
112
|
+
`).replace(/[\r\u0085\u2028]/g,`
|
|
113
|
+
`)}function p(y){this.options=y||{locator:{}}}p.prototype.parseFromString=function(y,v){var D=this.options,E=new u,I=D.domBuilder||new x,U=D.errorHandler,R=D.locator,S=D.xmlns||{},M=/\/x?html?$/.test(v),L=M?c.HTML_ENTITIES:c.XML_ENTITIES;R&&I.setDocumentLocator(R),E.errorHandler=g(U,I,R),E.domBuilder=D.domBuilder||I,M&&(S[""]=o.HTML),S.xml=S.xml||o.XML;var Y=D.normalizeLineEndings||d;return y&&typeof y=="string"?E.parse(Y(y),S,L):E.errorHandler.error("invalid doc source"),I.doc};function g(y,v,D){if(!y){if(v instanceof x)return v;y=v}var E={},I=y instanceof Function;D=D||{};function U(R){var S=y[R];!S&&I&&(S=y.length==2?function(M){y(R,M)}:y),E[R]=S&&function(M){S("[xmldom "+R+"] "+M+b(D))}||function(){}}return U("warning"),U("error"),U("fatalError"),E}function x(){this.cdata=!1}function _(y,v){v.lineNumber=y.lineNumber,v.columnNumber=y.columnNumber}x.prototype={startDocument:function(){this.doc=new l().createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(y,v,D,E){var I=this.doc,U=I.createElementNS(y,D||v),R=E.length;w(this,U),this.currentElement=U,this.locator&&_(this.locator,U);for(var S=0;S<R;S++){var y=E.getURI(S),M=E.getValue(S),D=E.getQName(S),L=I.createAttributeNS(y,D);this.locator&&_(E.getLocator(S),L),L.value=L.nodeValue=M,U.setAttributeNode(L)}},endElement:function(y,v,D){var E=this.currentElement;E.tagName,this.currentElement=E.parentNode},startPrefixMapping:function(y,v){},endPrefixMapping:function(y){},processingInstruction:function(y,v){var D=this.doc.createProcessingInstruction(y,v);this.locator&&_(this.locator,D),w(this,D)},ignorableWhitespace:function(y,v,D){},characters:function(y,v,D){if(y=m.apply(this,arguments),y){if(this.cdata)var E=this.doc.createCDATASection(y);else var E=this.doc.createTextNode(y);this.currentElement?this.currentElement.appendChild(E):/^\s*$/.test(y)&&this.doc.appendChild(E),this.locator&&_(this.locator,E)}},skippedEntity:function(y){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(y){(this.locator=y)&&(y.lineNumber=0)},comment:function(y,v,D){y=m.apply(this,arguments);var E=this.doc.createComment(y);this.locator&&_(this.locator,E),w(this,E)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(y,v,D){var E=this.doc.implementation;if(E&&E.createDocumentType){var I=E.createDocumentType(y,v,D);this.locator&&_(this.locator,I),w(this,I),this.doc.doctype=I}},warning:function(y){console.warn("[xmldom warning] "+y,b(this.locator))},error:function(y){console.error("[xmldom error] "+y,b(this.locator))},fatalError:function(y){throw new h(y,this.locator)}};function b(y){if(y)return`
|
|
114
|
+
@`+(y.systemId||"")+"#[line:"+y.lineNumber+",col:"+y.columnNumber+"]"}function m(y,v,D){return typeof y=="string"?y.substr(v,D):y.length>=v+D||v?new java.lang.String(y,v,D)+"":y}"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(y){x.prototype[y]=function(){return null}});function w(y,v){y.currentElement?y.currentElement.appendChild(v):y.doc.appendChild(v)}r.__DOMHandler=x,r.normalizeLineEndings=d,r.DOMParser=p},{"./conventions":41,"./dom":43,"./entities":44,"./sax":46}],43:[function(t,i,r){var a=t("./conventions"),s=a.find,c=a.NAMESPACE;function f(j){return j!==""}function l(j){return j?j.split(/[\t\n\f\r ]+/).filter(f):[]}function o(j,J){return j.hasOwnProperty(J)||(j[J]=!0),j}function h(j){if(!j)return[];var J=l(j);return Object.keys(J.reduce(o,{}))}function u(j){return function(J){return j&&j.indexOf(J)!==-1}}function d(j,J){for(var me in j)Object.prototype.hasOwnProperty.call(j,me)&&(J[me]=j[me])}function p(j,J){var me=j.prototype;if(!(me instanceof J)){let Ce=function(){};Ce.prototype=J.prototype,Ce=new Ce,d(me,Ce),j.prototype=me=Ce}me.constructor!=j&&(typeof j!="function"&&console.error("unknown Class:"+j),me.constructor=j)}var g={},x=g.ELEMENT_NODE=1,_=g.ATTRIBUTE_NODE=2,b=g.TEXT_NODE=3,m=g.CDATA_SECTION_NODE=4,w=g.ENTITY_REFERENCE_NODE=5,y=g.ENTITY_NODE=6,v=g.PROCESSING_INSTRUCTION_NODE=7,D=g.COMMENT_NODE=8,E=g.DOCUMENT_NODE=9,I=g.DOCUMENT_TYPE_NODE=10,U=g.DOCUMENT_FRAGMENT_NODE=11,R=g.NOTATION_NODE=12,S={},M={};S.INDEX_SIZE_ERR=(M[1]="Index size error",1),S.DOMSTRING_SIZE_ERR=(M[2]="DOMString size error",2);var L=S.HIERARCHY_REQUEST_ERR=(M[3]="Hierarchy request error",3);S.WRONG_DOCUMENT_ERR=(M[4]="Wrong document",4),S.INVALID_CHARACTER_ERR=(M[5]="Invalid character",5),S.NO_DATA_ALLOWED_ERR=(M[6]="No data allowed",6),S.NO_MODIFICATION_ALLOWED_ERR=(M[7]="No modification allowed",7);var Y=S.NOT_FOUND_ERR=(M[8]="Not found",8);S.NOT_SUPPORTED_ERR=(M[9]="Not supported",9);var le=S.INUSE_ATTRIBUTE_ERR=(M[10]="Attribute in use",10);S.INVALID_STATE_ERR=(M[11]="Invalid state",11),S.SYNTAX_ERR=(M[12]="Syntax error",12),S.INVALID_MODIFICATION_ERR=(M[13]="Invalid modification",13),S.NAMESPACE_ERR=(M[14]="Invalid namespace",14),S.INVALID_ACCESS_ERR=(M[15]="Invalid access",15);function N(j,J){if(J instanceof Error)var me=J;else me=this,Error.call(this,M[j]),this.message=M[j],Error.captureStackTrace&&Error.captureStackTrace(this,N);return me.code=j,J&&(this.message=this.message+": "+J),me}N.prototype=Error.prototype,d(S,N);function ee(){}ee.prototype={length:0,item:function(j){return this[j]||null},toString:function(j,J){for(var me=[],Ce=0;Ce<this.length;Ce++)Je(this[Ce],me,j,J);return me.join("")},filter:function(j){return Array.prototype.filter.call(this,j)},indexOf:function(j){return Array.prototype.indexOf.call(this,j)}};function k(j,J){this._node=j,this._refresh=J,ce(this)}function ce(j){var J=j._node._inc||j._node.ownerDocument._inc;if(j._inc!=J){var me=j._refresh(j._node);Et(j,"length",me.length),d(me,j),j._inc=J}}k.prototype.item=function(j){return ce(this),this[j]},p(k,ee);function G(){}function O(j,J){for(var me=j.length;me--;)if(j[me]===J)return me}function Z(j,J,me,Ce){if(Ce?J[O(J,Ce)]=me:J[J.length++]=me,j){me.ownerElement=j;var je=j.ownerDocument;je&&(Ce&&Le(je,j,Ce),de(je,j,me))}}function W(j,J,me){var Ce=O(J,me);if(Ce>=0){for(var je=J.length-1;Ce<je;)J[Ce]=J[++Ce];if(J.length=je,j){var et=j.ownerDocument;et&&(Le(et,j,me),me.ownerElement=null)}}else throw new N(Y,new Error(j.tagName+"@"+me))}G.prototype={length:0,item:ee.prototype.item,getNamedItem:function(j){for(var J=this.length;J--;){var me=this[J];if(me.nodeName==j)return me}},setNamedItem:function(j){var J=j.ownerElement;if(J&&J!=this._ownerElement)throw new N(le);var me=this.getNamedItem(j.nodeName);return Z(this._ownerElement,this,j,me),me},setNamedItemNS:function(j){var J=j.ownerElement,me;if(J&&J!=this._ownerElement)throw new N(le);return me=this.getNamedItemNS(j.namespaceURI,j.localName),Z(this._ownerElement,this,j,me),me},removeNamedItem:function(j){var J=this.getNamedItem(j);return W(this._ownerElement,this,J),J},removeNamedItemNS:function(j,J){var me=this.getNamedItemNS(j,J);return W(this._ownerElement,this,me),me},getNamedItemNS:function(j,J){for(var me=this.length;me--;){var Ce=this[me];if(Ce.localName==J&&Ce.namespaceURI==j)return Ce}return null}};function K(){}K.prototype={hasFeature:function(j,J){return!0},createDocument:function(j,J,me){var Ce=new ae;if(Ce.implementation=this,Ce.childNodes=new ee,Ce.doctype=me||null,me&&Ce.appendChild(me),J){var je=Ce.createElementNS(j,J);Ce.appendChild(je)}return Ce},createDocumentType:function(j,J,me){var Ce=new Fe;return Ce.name=j,Ce.nodeName=j,Ce.publicId=J||"",Ce.systemId=me||"",Ce}};function z(){}z.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(j,J){return T(this,j,J)},replaceChild:function(j,J){T(this,j,J,A),J&&this.removeChild(J)},removeChild:function(j){return Ie(this,j)},appendChild:function(j){return this.insertBefore(j,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(j){return xt(this.ownerDocument||this,this,j)},normalize:function(){for(var j=this.firstChild;j;){var J=j.nextSibling;J&&J.nodeType==b&&j.nodeType==b?(this.removeChild(J),j.appendData(J.data)):(j.normalize(),j=J)}},isSupported:function(j,J){return this.ownerDocument.implementation.hasFeature(j,J)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(j){for(var J=this;J;){var me=J._nsMap;if(me){for(var Ce in me)if(Object.prototype.hasOwnProperty.call(me,Ce)&&me[Ce]===j)return Ce}J=J.nodeType==_?J.ownerDocument:J.parentNode}return null},lookupNamespaceURI:function(j){for(var J=this;J;){var me=J._nsMap;if(me&&Object.prototype.hasOwnProperty.call(me,j))return me[j];J=J.nodeType==_?J.ownerDocument:J.parentNode}return null},isDefaultNamespace:function(j){var J=this.lookupPrefix(j);return J==null}};function ie(j){return j=="<"&&"<"||j==">"&&">"||j=="&"&&"&"||j=='"'&&"""||"&#"+j.charCodeAt()+";"}d(g,z),d(g,z.prototype);function De(j,J){if(J(j))return!0;if(j=j.firstChild)do if(De(j,J))return!0;while(j=j.nextSibling)}function ae(){this.ownerDocument=this}function de(j,J,me){j&&j._inc++;var Ce=me.namespaceURI;Ce===c.XMLNS&&(J._nsMap[me.prefix?me.localName:""]=me.value)}function Le(j,J,me,Ce){j&&j._inc++;var je=me.namespaceURI;je===c.XMLNS&&delete J._nsMap[me.prefix?me.localName:""]}function te(j,J,me){if(j&&j._inc){j._inc++;var Ce=J.childNodes;if(me)Ce[Ce.length++]=me;else{for(var je=J.firstChild,et=0;je;)Ce[et++]=je,je=je.nextSibling;Ce.length=et,delete Ce[Ce.length]}}}function Ie(j,J){var me=J.previousSibling,Ce=J.nextSibling;return me?me.nextSibling=Ce:j.firstChild=Ce,Ce?Ce.previousSibling=me:j.lastChild=me,J.parentNode=null,J.previousSibling=null,J.nextSibling=null,te(j.ownerDocument,j),J}function Ne(j){return j&&(j.nodeType===z.DOCUMENT_NODE||j.nodeType===z.DOCUMENT_FRAGMENT_NODE||j.nodeType===z.ELEMENT_NODE)}function Pe(j){return j&&(Oe(j)||Qe(j)||Me(j)||j.nodeType===z.DOCUMENT_FRAGMENT_NODE||j.nodeType===z.COMMENT_NODE||j.nodeType===z.PROCESSING_INSTRUCTION_NODE)}function Me(j){return j&&j.nodeType===z.DOCUMENT_TYPE_NODE}function Oe(j){return j&&j.nodeType===z.ELEMENT_NODE}function Qe(j){return j&&j.nodeType===z.TEXT_NODE}function C(j,J){var me=j.childNodes||[];if(s(me,Oe)||Me(J))return!1;var Ce=s(me,Me);return!(J&&Ce&&me.indexOf(Ce)>me.indexOf(J))}function ve(j,J){var me=j.childNodes||[];function Ce(et){return Oe(et)&&et!==J}if(s(me,Ce))return!1;var je=s(me,Me);return!(J&&je&&me.indexOf(je)>me.indexOf(J))}function ge(j,J,me){if(!Ne(j))throw new N(L,"Unexpected parent node type "+j.nodeType);if(me&&me.parentNode!==j)throw new N(Y,"child not in parent");if(!Pe(J)||Me(J)&&j.nodeType!==z.DOCUMENT_NODE)throw new N(L,"Unexpected node type "+J.nodeType+" for parent node type "+j.nodeType)}function re(j,J,me){var Ce=j.childNodes||[],je=J.childNodes||[];if(J.nodeType===z.DOCUMENT_FRAGMENT_NODE){var et=je.filter(Oe);if(et.length>1||s(je,Qe))throw new N(L,"More than one element or text in fragment");if(et.length===1&&!C(j,me))throw new N(L,"Element in fragment can not be inserted before doctype")}if(Oe(J)&&!C(j,me))throw new N(L,"Only one element can be added and only after doctype");if(Me(J)){if(s(Ce,Me))throw new N(L,"Only one doctype is allowed");var ut=s(Ce,Oe);if(me&&Ce.indexOf(ut)<Ce.indexOf(me))throw new N(L,"Doctype can only be inserted before an element");if(!me&&ut)throw new N(L,"Doctype can not be appended since element is present")}}function A(j,J,me){var Ce=j.childNodes||[],je=J.childNodes||[];if(J.nodeType===z.DOCUMENT_FRAGMENT_NODE){var et=je.filter(Oe);if(et.length>1||s(je,Qe))throw new N(L,"More than one element or text in fragment");if(et.length===1&&!ve(j,me))throw new N(L,"Element in fragment can not be inserted before doctype")}if(Oe(J)&&!ve(j,me))throw new N(L,"Only one element can be added and only after doctype");if(Me(J)){if(s(Ce,function(rn){return Me(rn)&&rn!==me}))throw new N(L,"Only one doctype is allowed");var ut=s(Ce,Oe);if(me&&Ce.indexOf(ut)<Ce.indexOf(me))throw new N(L,"Doctype can only be inserted before an element")}}function T(j,J,me,Ce){ge(j,J,me),j.nodeType===z.DOCUMENT_NODE&&(Ce||re)(j,J,me);var je=J.parentNode;if(je&&je.removeChild(J),J.nodeType===U){var et=J.firstChild;if(et==null)return J;var ut=J.lastChild}else et=ut=J;var Lt=me?me.previousSibling:j.lastChild;et.previousSibling=Lt,ut.nextSibling=me,Lt?Lt.nextSibling=et:j.firstChild=et,me==null?j.lastChild=ut:me.previousSibling=ut;do et.parentNode=j;while(et!==ut&&(et=et.nextSibling));return te(j.ownerDocument||j,j),J.nodeType==U&&(J.firstChild=J.lastChild=null),J}function F(j,J){return J.parentNode&&J.parentNode.removeChild(J),J.parentNode=j,J.previousSibling=j.lastChild,J.nextSibling=null,J.previousSibling?J.previousSibling.nextSibling=J:j.firstChild=J,j.lastChild=J,te(j.ownerDocument,j,J),J}ae.prototype={nodeName:"#document",nodeType:E,doctype:null,documentElement:null,_inc:1,insertBefore:function(j,J){if(j.nodeType==U){for(var me=j.firstChild;me;){var Ce=me.nextSibling;this.insertBefore(me,J),me=Ce}return j}return T(this,j,J),j.ownerDocument=this,this.documentElement===null&&j.nodeType===x&&(this.documentElement=j),j},removeChild:function(j){return this.documentElement==j&&(this.documentElement=null),Ie(this,j)},replaceChild:function(j,J){T(this,j,J,A),j.ownerDocument=this,J&&this.removeChild(J),Oe(j)&&(this.documentElement=j)},importNode:function(j,J){return ct(this,j,J)},getElementById:function(j){var J=null;return De(this.documentElement,function(me){if(me.nodeType==x&&me.getAttribute("id")==j)return J=me,!0}),J},getElementsByClassName:function(j){var J=h(j);return new k(this,function(me){var Ce=[];return J.length>0&&De(me.documentElement,function(je){if(je!==me&&je.nodeType===x){var et=je.getAttribute("class");if(et){var ut=j===et;if(!ut){var Lt=h(et);ut=J.every(u(Lt))}ut&&Ce.push(je)}}}),Ce})},createElement:function(j){var J=new P;J.ownerDocument=this,J.nodeName=j,J.tagName=j,J.localName=j,J.childNodes=new ee;var me=J.attributes=new G;return me._ownerElement=J,J},createDocumentFragment:function(){var j=new Ye;return j.ownerDocument=this,j.childNodes=new ee,j},createTextNode:function(j){var J=new Q;return J.ownerDocument=this,J.appendData(j),J},createComment:function(j){var J=new q;return J.ownerDocument=this,J.appendData(j),J},createCDATASection:function(j){var J=new ye;return J.ownerDocument=this,J.appendData(j),J},createProcessingInstruction:function(j,J){var me=new at;return me.ownerDocument=this,me.tagName=me.target=j,me.nodeValue=me.data=J,me},createAttribute:function(j){var J=new V;return J.ownerDocument=this,J.name=j,J.nodeName=j,J.localName=j,J.specified=!0,J},createEntityReference:function(j){var J=new qe;return J.ownerDocument=this,J.nodeName=j,J},createElementNS:function(j,J){var me=new P,Ce=J.split(":"),je=me.attributes=new G;return me.childNodes=new ee,me.ownerDocument=this,me.nodeName=J,me.tagName=J,me.namespaceURI=j,Ce.length==2?(me.prefix=Ce[0],me.localName=Ce[1]):me.localName=J,je._ownerElement=me,me},createAttributeNS:function(j,J){var me=new V,Ce=J.split(":");return me.ownerDocument=this,me.nodeName=J,me.name=J,me.namespaceURI=j,me.specified=!0,Ce.length==2?(me.prefix=Ce[0],me.localName=Ce[1]):me.localName=J,me}},p(ae,z);function P(){this._nsMap={}}P.prototype={nodeType:x,hasAttribute:function(j){return this.getAttributeNode(j)!=null},getAttribute:function(j){var J=this.getAttributeNode(j);return J&&J.value||""},getAttributeNode:function(j){return this.attributes.getNamedItem(j)},setAttribute:function(j,J){var me=this.ownerDocument.createAttribute(j);me.value=me.nodeValue=""+J,this.setAttributeNode(me)},removeAttribute:function(j){var J=this.getAttributeNode(j);J&&this.removeAttributeNode(J)},appendChild:function(j){return j.nodeType===U?this.insertBefore(j,null):F(this,j)},setAttributeNode:function(j){return this.attributes.setNamedItem(j)},setAttributeNodeNS:function(j){return this.attributes.setNamedItemNS(j)},removeAttributeNode:function(j){return this.attributes.removeNamedItem(j.nodeName)},removeAttributeNS:function(j,J){var me=this.getAttributeNodeNS(j,J);me&&this.removeAttributeNode(me)},hasAttributeNS:function(j,J){return this.getAttributeNodeNS(j,J)!=null},getAttributeNS:function(j,J){var me=this.getAttributeNodeNS(j,J);return me&&me.value||""},setAttributeNS:function(j,J,me){var Ce=this.ownerDocument.createAttributeNS(j,J);Ce.value=Ce.nodeValue=""+me,this.setAttributeNode(Ce)},getAttributeNodeNS:function(j,J){return this.attributes.getNamedItemNS(j,J)},getElementsByTagName:function(j){return new k(this,function(J){var me=[];return De(J,function(Ce){Ce!==J&&Ce.nodeType==x&&(j==="*"||Ce.tagName==j)&&me.push(Ce)}),me})},getElementsByTagNameNS:function(j,J){return new k(this,function(me){var Ce=[];return De(me,function(je){je!==me&&je.nodeType===x&&(j==="*"||je.namespaceURI===j)&&(J==="*"||je.localName==J)&&Ce.push(je)}),Ce})}},ae.prototype.getElementsByTagName=P.prototype.getElementsByTagName,ae.prototype.getElementsByTagNameNS=P.prototype.getElementsByTagNameNS,p(P,z);function V(){}V.prototype.nodeType=_,p(V,z);function pe(){}pe.prototype={data:"",substringData:function(j,J){return this.data.substring(j,j+J)},appendData:function(j){j=this.data+j,this.nodeValue=this.data=j,this.length=j.length},insertData:function(j,J){this.replaceData(j,0,J)},appendChild:function(j){throw new Error(M[L])},deleteData:function(j,J){this.replaceData(j,J,"")},replaceData:function(j,J,me){var Ce=this.data.substring(0,j),je=this.data.substring(j+J);me=Ce+me+je,this.nodeValue=this.data=me,this.length=me.length}},p(pe,z);function Q(){}Q.prototype={nodeName:"#text",nodeType:b,splitText:function(j){var J=this.data,me=J.substring(j);J=J.substring(0,j),this.data=this.nodeValue=J,this.length=J.length;var Ce=this.ownerDocument.createTextNode(me);return this.parentNode&&this.parentNode.insertBefore(Ce,this.nextSibling),Ce}},p(Q,pe);function q(){}q.prototype={nodeName:"#comment",nodeType:D},p(q,pe);function ye(){}ye.prototype={nodeName:"#cdata-section",nodeType:m},p(ye,pe);function Fe(){}Fe.prototype.nodeType=I,p(Fe,z);function Ue(){}Ue.prototype.nodeType=R,p(Ue,z);function $e(){}$e.prototype.nodeType=y,p($e,z);function qe(){}qe.prototype.nodeType=w,p(qe,z);function Ye(){}Ye.prototype.nodeName="#document-fragment",Ye.prototype.nodeType=U,p(Ye,z);function at(){}at.prototype.nodeType=v,p(at,z);function be(){}be.prototype.serializeToString=function(j,J,me){return Be.call(j,J,me)},z.prototype.toString=Be;function Be(j,J){var me=[],Ce=this.nodeType==9&&this.documentElement||this,je=Ce.prefix,et=Ce.namespaceURI;if(et&&je==null){var je=Ce.lookupPrefix(et);if(je==null)var ut=[{namespace:et,prefix:null}]}return Je(this,me,j,J,ut),me.join("")}function Xe(j,J,me){var Ce=j.prefix||"",je=j.namespaceURI;if(!je||Ce==="xml"&&je===c.XML||je===c.XMLNS)return!1;for(var et=me.length;et--;){var ut=me[et];if(ut.prefix===Ce)return ut.namespace!==je}return!0}function Ke(j,J,me){j.push(" ",J,'="',me.replace(/[<>&"\t\n\r]/g,ie),'"')}function Je(j,J,me,Ce,je){if(je||(je=[]),Ce)if(j=Ce(j),j){if(typeof j=="string"){J.push(j);return}}else return;switch(j.nodeType){case x:var et=j.attributes,ut=et.length,Se=j.firstChild,Lt=j.tagName;me=c.isHTML(j.namespaceURI)||me;var rn=Lt;if(!me&&!j.prefix&&j.namespaceURI){for(var an,H=0;H<et.length;H++)if(et.item(H).name==="xmlns"){an=et.item(H).value;break}if(!an)for(var oe=je.length-1;oe>=0;oe--){var ne=je[oe];if(ne.prefix===""&&ne.namespace===j.namespaceURI){an=ne.namespace;break}}if(an!==j.namespaceURI)for(var oe=je.length-1;oe>=0;oe--){var ne=je[oe];if(ne.namespace===j.namespaceURI){ne.prefix&&(rn=ne.prefix+":"+Lt);break}}}J.push("<",rn);for(var se=0;se<ut;se++){var fe=et.item(se);fe.prefix=="xmlns"?je.push({prefix:fe.localName,namespace:fe.value}):fe.nodeName=="xmlns"&&je.push({prefix:"",namespace:fe.value})}for(var se=0;se<ut;se++){var fe=et.item(se);if(Xe(fe,me,je)){var ue=fe.prefix||"",Te=fe.namespaceURI;Ke(J,ue?"xmlns:"+ue:"xmlns",Te),je.push({prefix:ue,namespace:Te})}Je(fe,J,me,Ce,je)}if(Lt===rn&&Xe(j,me,je)){var ue=j.prefix||"",Te=j.namespaceURI;Ke(J,ue?"xmlns:"+ue:"xmlns",Te),je.push({prefix:ue,namespace:Te})}if(Se||me&&!/^(?:meta|link|img|br|hr|input)$/i.test(Lt)){if(J.push(">"),me&&/^script$/i.test(Lt))for(;Se;)Se.data?J.push(Se.data):Je(Se,J,me,Ce,je.slice()),Se=Se.nextSibling;else for(;Se;)Je(Se,J,me,Ce,je.slice()),Se=Se.nextSibling;J.push("</",rn,">")}else J.push("/>");return;case E:case U:for(var Se=j.firstChild;Se;)Je(Se,J,me,Ce,je.slice()),Se=Se.nextSibling;return;case _:return Ke(J,j.name,j.value);case b:return J.push(j.data.replace(/[<&>]/g,ie));case m:return J.push("<![CDATA[",j.data,"]]>");case D:return J.push("<!--",j.data,"-->");case I:var ke=j.publicId,Ee=j.systemId;if(J.push("<!DOCTYPE ",j.name),ke)J.push(" PUBLIC ",ke),Ee&&Ee!="."&&J.push(" ",Ee),J.push(">");else if(Ee&&Ee!=".")J.push(" SYSTEM ",Ee,">");else{var Ae=j.internalSubset;Ae&&J.push(" [",Ae,"]"),J.push(">")}return;case v:return J.push("<?",j.target," ",j.data,"?>");case w:return J.push("&",j.nodeName,";");default:J.push("??",j.nodeName)}}function ct(j,J,me){var Ce;switch(J.nodeType){case x:Ce=J.cloneNode(!1),Ce.ownerDocument=j;case U:break;case _:me=!0;break}if(Ce||(Ce=J.cloneNode(!1)),Ce.ownerDocument=j,Ce.parentNode=null,me)for(var je=J.firstChild;je;)Ce.appendChild(ct(j,je,me)),je=je.nextSibling;return Ce}function xt(j,J,me){var Ce=new J.constructor;for(var je in J)if(Object.prototype.hasOwnProperty.call(J,je)){var et=J[je];typeof et!="object"&&et!=Ce[je]&&(Ce[je]=et)}switch(J.childNodes&&(Ce.childNodes=new ee),Ce.ownerDocument=j,Ce.nodeType){case x:var ut=J.attributes,Lt=Ce.attributes=new G,rn=ut.length;Lt._ownerElement=Ce;for(var an=0;an<rn;an++)Ce.setAttributeNode(xt(j,ut.item(an),!0));break;case _:me=!0}if(me)for(var H=J.firstChild;H;)Ce.appendChild(xt(j,H,me)),H=H.nextSibling;return Ce}function Et(j,J,me){j[J]=me}try{if(Object.defineProperty){let j=function(J){switch(J.nodeType){case x:case U:var me=[];for(J=J.firstChild;J;)J.nodeType!==7&&J.nodeType!==8&&me.push(j(J)),J=J.nextSibling;return me.join("");default:return J.nodeValue}};Object.defineProperty(k.prototype,"length",{get:function(){return ce(this),this.$$length}}),Object.defineProperty(z.prototype,"textContent",{get:function(){return j(this)},set:function(J){switch(this.nodeType){case x:case U:for(;this.firstChild;)this.removeChild(this.firstChild);(J||String(J))&&this.appendChild(this.ownerDocument.createTextNode(J));break;default:this.data=J,this.value=J,this.nodeValue=J}}}),Et=function(J,me,Ce){J["$$"+me]=Ce}}}catch{}r.DocumentType=Fe,r.DOMException=N,r.DOMImplementation=K,r.Element=P,r.Node=z,r.NodeList=ee,r.XMLSerializer=be},{"./conventions":41}],44:[function(t,i,r){var a=t("./conventions").freeze;r.XML_ENTITIES=a({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),r.HTML_ENTITIES=a({lt:"<",gt:">",amp:"&",quot:'"',apos:"'",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",times:"×",divide:"÷",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",fnof:"ƒ",circ:"ˆ",tilde:"˜",ensp:" ",emsp:" ",thinsp:" ",zwnj:"",zwj:"",lrm:"",rlm:"",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",bull:"•",hellip:"…",permil:"‰",prime:"′",Prime:"″",lsaquo:"‹",rsaquo:"›",oline:"‾",euro:"€",trade:"™",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦"}),r.entityMap=r.HTML_ENTITIES},{"./conventions":41}],45:[function(t,i,r){var a=t("./dom");r.DOMImplementation=a.DOMImplementation,r.XMLSerializer=a.XMLSerializer,r.DOMParser=t("./dom-parser").DOMParser},{"./dom":43,"./dom-parser":42}],46:[function(t,i,r){var a=t("./conventions").NAMESPACE,s=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,c=new RegExp("[\\-\\.0-9"+s.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),f=new RegExp("^"+s.source+c.source+"*(?::"+s.source+c.source+"*)?$"),l=0,o=1,h=2,u=3,d=4,p=5,g=6,x=7;function _(L,Y){this.message=L,this.locator=Y,Error.captureStackTrace&&Error.captureStackTrace(this,_)}_.prototype=new Error,_.prototype.name=_.name;function b(){}b.prototype={parse:function(L,Y,le){var N=this.domBuilder;N.startDocument(),I(Y,Y={}),m(L,Y,le,N,this.errorHandler),N.endDocument()}};function m(L,Y,le,N,ee){function k(P){if(P>65535){P-=65536;var V=55296+(P>>10),pe=56320+(P&1023);return String.fromCharCode(V,pe)}else return String.fromCharCode(P)}function ce(P){var V=P.slice(1,-1);return Object.hasOwnProperty.call(le,V)?le[V]:V.charAt(0)==="#"?k(parseInt(V.substr(1).replace("x","0x"))):(ee.error("entity not found:"+P),P)}function G(P){if(P>ae){var V=L.substring(ae,P).replace(/&#?\w+;/g,ce);z&&O(ae),N.characters(V,0,P-ae),ae=P}}function O(P,V){for(;P>=W&&(V=K.exec(L));)Z=V.index,W=Z+V[0].length,z.lineNumber++;z.columnNumber=P-Z+1}for(var Z=0,W=0,K=/.*(?:\r\n?|\n)|.*$/g,z=N.locator,ie=[{currentNSMap:Y}],De={},ae=0;;){try{var de=L.indexOf("<",ae);if(de<0){if(!L.substr(ae).match(/^\s*$/)){var Le=N.doc,te=Le.createTextNode(L.substr(ae));Le.appendChild(te),N.currentElement=te}return}switch(de>ae&&G(de),L.charAt(de+1)){case"/":var ge=L.indexOf(">",de+3),Ie=L.substring(de+2,ge).replace(/[ \t\n\r]+$/g,""),Ne=ie.pop();ge<0?(Ie=L.substring(de+2).replace(/[\s<].*/,""),ee.error("end tag name: "+Ie+" is not complete:"+Ne.tagName),ge=de+1+Ie.length):Ie.match(/\s</)&&(Ie=Ie.replace(/[\s<].*/,""),ee.error("end tag name: "+Ie+" maybe not complete"),ge=de+1+Ie.length);var Pe=Ne.localNSMap,Me=Ne.tagName==Ie,Oe=Me||Ne.tagName&&Ne.tagName.toLowerCase()==Ie.toLowerCase();if(Oe){if(N.endElement(Ne.uri,Ne.localName,Ie),Pe)for(var Qe in Pe)Object.prototype.hasOwnProperty.call(Pe,Qe)&&N.endPrefixMapping(Qe);Me||ee.fatalError("end tag name: "+Ie+" is not match the current start tagName:"+Ne.tagName)}else ie.push(Ne);ge++;break;case"?":z&&O(de),ge=R(L,de,N);break;case"!":z&&O(de),ge=U(L,de,N,ee);break;default:z&&O(de);var C=new S,ve=ie[ie.length-1].currentNSMap,ge=y(L,de,C,ve,ce,ee),re=C.length;if(!C.closed&&E(L,ge,C.tagName,De)&&(C.closed=!0,le.nbsp||ee.warning("unclosed xml attribute")),z&&re){for(var A=w(z,{}),T=0;T<re;T++){var F=C[T];O(F.offset),F.locator=w(z,{})}N.locator=A,v(C,N,ve)&&ie.push(C),N.locator=z}else v(C,N,ve)&&ie.push(C);a.isHTML(C.uri)&&!C.closed?ge=D(L,ge,C.tagName,ce,N):ge++}}catch(P){if(P instanceof _)throw P;ee.error("element parse error: "+P),ge=-1}ge>ae?ae=ge:G(Math.max(de,ae)+1)}}function w(L,Y){return Y.lineNumber=L.lineNumber,Y.columnNumber=L.columnNumber,Y}function y(L,Y,le,N,ee,k){function ce(z,ie,De){le.attributeNames.hasOwnProperty(z)&&k.fatalError("Attribute "+z+" redefined"),le.addValue(z,ie.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,ee),De)}for(var G,O,Z=++Y,W=l;;){var K=L.charAt(Z);switch(K){case"=":if(W===o)G=L.slice(Y,Z),W=u;else if(W===h)W=u;else throw new Error("attribute equal must after attrName");break;case"'":case'"':if(W===u||W===o)if(W===o&&(k.warning('attribute value must after "="'),G=L.slice(Y,Z)),Y=Z+1,Z=L.indexOf(K,Y),Z>0)O=L.slice(Y,Z),ce(G,O,Y-1),W=p;else throw new Error("attribute value no end '"+K+"' match");else if(W==d)O=L.slice(Y,Z),ce(G,O,Y),k.warning('attribute "'+G+'" missed start quot('+K+")!!"),Y=Z+1,W=p;else throw new Error('attribute value must after "="');break;case"/":switch(W){case l:le.setTagName(L.slice(Y,Z));case p:case g:case x:W=x,le.closed=!0;case d:case o:case h:break;default:throw new Error("attribute invalid close char('/')")}break;case"":return k.error("unexpected end of input"),W==l&&le.setTagName(L.slice(Y,Z)),Z;case">":switch(W){case l:le.setTagName(L.slice(Y,Z));case p:case g:case x:break;case d:case o:O=L.slice(Y,Z),O.slice(-1)==="/"&&(le.closed=!0,O=O.slice(0,-1));case h:W===h&&(O=G),W==d?(k.warning('attribute "'+O+'" missed quot(")!'),ce(G,O,Y)):((!a.isHTML(N[""])||!O.match(/^(?:disabled|checked|selected)$/i))&&k.warning('attribute "'+O+'" missed value!! "'+O+'" instead!!'),ce(O,O,Y));break;case u:throw new Error("attribute value missed!!")}return Z;case"":K=" ";default:if(K<=" ")switch(W){case l:le.setTagName(L.slice(Y,Z)),W=g;break;case o:G=L.slice(Y,Z),W=h;break;case d:var O=L.slice(Y,Z);k.warning('attribute "'+O+'" missed quot(")!!'),ce(G,O,Y);case p:W=g;break}else switch(W){case h:le.tagName,(!a.isHTML(N[""])||!G.match(/^(?:disabled|checked|selected)$/i))&&k.warning('attribute "'+G+'" missed value!! "'+G+'" instead2!!'),ce(G,G,Y),Y=Z,W=o;break;case p:k.warning('attribute space is required"'+G+'"!!');case g:W=o,Y=Z;break;case u:W=d,Y=Z;break;case x:throw new Error("elements closed character '/' and '>' must be connected to")}}Z++}}function v(L,Y,le){for(var N=L.tagName,ee=null,K=L.length;K--;){var k=L[K],ce=k.qName,G=k.value,z=ce.indexOf(":");if(z>0)var O=k.prefix=ce.slice(0,z),Z=ce.slice(z+1),W=O==="xmlns"&&Z;else Z=ce,O=null,W=ce==="xmlns"&&"";k.localName=Z,W!==!1&&(ee==null&&(ee={},I(le,le={})),le[W]=ee[W]=G,k.uri=a.XMLNS,Y.startPrefixMapping(W,G))}for(var K=L.length;K--;){k=L[K];var O=k.prefix;O&&(O==="xml"&&(k.uri=a.XML),O!=="xmlns"&&(k.uri=le[O||""]))}var z=N.indexOf(":");z>0?(O=L.prefix=N.slice(0,z),Z=L.localName=N.slice(z+1)):(O=null,Z=L.localName=N);var ie=L.uri=le[O||""];if(Y.startElement(ie,Z,N,L),L.closed){if(Y.endElement(ie,Z,N),ee)for(O in ee)Object.prototype.hasOwnProperty.call(ee,O)&&Y.endPrefixMapping(O)}else return L.currentNSMap=le,L.localNSMap=ee,!0}function D(L,Y,le,N,ee){if(/^(?:script|textarea)$/i.test(le)){var k=L.indexOf("</"+le+">",Y),ce=L.substring(Y+1,k);if(/[&<]/.test(ce))return/^script$/i.test(le)?(ee.characters(ce,0,ce.length),k):(ce=ce.replace(/&#?\w+;/g,N),ee.characters(ce,0,ce.length),k)}return Y+1}function E(L,Y,le,N){var ee=N[le];return ee==null&&(ee=L.lastIndexOf("</"+le+">"),ee<Y&&(ee=L.lastIndexOf("</"+le)),N[le]=ee),ee<Y}function I(L,Y){for(var le in L)Object.prototype.hasOwnProperty.call(L,le)&&(Y[le]=L[le])}function U(L,Y,le,N){var ee=L.charAt(Y+2);switch(ee){case"-":if(L.charAt(Y+3)==="-"){var k=L.indexOf("-->",Y+4);return k>Y?(le.comment(L,Y+4,k-Y-4),k+3):(N.error("Unclosed comment"),-1)}else return-1;default:if(L.substr(Y+3,6)=="CDATA["){var k=L.indexOf("]]>",Y+9);return le.startCDATA(),le.characters(L,Y+9,k-Y-9),le.endCDATA(),k+3}var ce=M(L,Y),G=ce.length;if(G>1&&/!doctype/i.test(ce[0][0])){var O=ce[1][0],Z=!1,W=!1;G>3&&(/^public$/i.test(ce[2][0])?(Z=ce[3][0],W=G>4&&ce[4][0]):/^system$/i.test(ce[2][0])&&(W=ce[3][0]));var K=ce[G-1];return le.startDTD(O,Z,W),le.endDTD(),K.index+K[0].length}}return-1}function R(L,Y,le){var N=L.indexOf("?>",Y);if(N){var ee=L.substring(Y,N).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);return ee?(ee[0].length,le.processingInstruction(ee[1],ee[2]),N+2):-1}return-1}function S(){this.attributeNames={}}S.prototype={setTagName:function(L){if(!f.test(L))throw new Error("invalid tagName:"+L);this.tagName=L},addValue:function(L,Y,le){if(!f.test(L))throw new Error("invalid attribute:"+L);this.attributeNames[L]=this.length,this[this.length++]={qName:L,value:Y,offset:le}},length:0,getLocalName:function(L){return this[L].localName},getLocator:function(L){return this[L].locator},getQName:function(L){return this[L].qName},getURI:function(L){return this[L].uri},getValue:function(L){return this[L].value}};function M(L,Y){var le,N=[],ee=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(ee.lastIndex=Y,ee.exec(L);le=ee.exec(L);)if(N.push(le),le[1])return N}r.XMLReader=b,r.ParseError=_},{"./conventions":41}],47:[function(t,i,r){r.byteLength=u,r.toByteArray=p,r.fromByteArray=_;for(var a=[],s=[],c=typeof Uint8Array<"u"?Uint8Array:Array,f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=0,o=f.length;l<o;++l)a[l]=f[l],s[f.charCodeAt(l)]=l;s[45]=62,s[95]=63;function h(b){var m=b.length;if(m%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var w=b.indexOf("=");w===-1&&(w=m);var y=w===m?0:4-w%4;return[w,y]}function u(b){var m=h(b),w=m[0],y=m[1];return(w+y)*3/4-y}function d(b,m,w){return(m+w)*3/4-w}function p(b){var m,w=h(b),y=w[0],v=w[1],D=new c(d(b,y,v)),E=0,I=v>0?y-4:y,U;for(U=0;U<I;U+=4)m=s[b.charCodeAt(U)]<<18|s[b.charCodeAt(U+1)]<<12|s[b.charCodeAt(U+2)]<<6|s[b.charCodeAt(U+3)],D[E++]=m>>16&255,D[E++]=m>>8&255,D[E++]=m&255;return v===2&&(m=s[b.charCodeAt(U)]<<2|s[b.charCodeAt(U+1)]>>4,D[E++]=m&255),v===1&&(m=s[b.charCodeAt(U)]<<10|s[b.charCodeAt(U+1)]<<4|s[b.charCodeAt(U+2)]>>2,D[E++]=m>>8&255,D[E++]=m&255),D}function g(b){return a[b>>18&63]+a[b>>12&63]+a[b>>6&63]+a[b&63]}function x(b,m,w){for(var y,v=[],D=m;D<w;D+=3)y=(b[D]<<16&16711680)+(b[D+1]<<8&65280)+(b[D+2]&255),v.push(g(y));return v.join("")}function _(b){for(var m,w=b.length,y=w%3,v=[],D=16383,E=0,I=w-y;E<I;E+=D)v.push(x(b,E,E+D>I?I:E+D));return y===1?(m=b[w-1],v.push(a[m>>2]+a[m<<4&63]+"==")):y===2&&(m=(b[w-2]<<8)+b[w-1],v.push(a[m>>10]+a[m>>4&63]+a[m<<2&63]+"=")),v.join("")}},{}],48:[function(t,i,r){i.exports=function(a){var s=a._SomePromiseArray;function c(f){var l=new s(f),o=l.promise();return l.setHowMany(1),l.setUnwrap(),l.init(),o}a.any=function(f){return c(f)},a.prototype.any=function(){return c(this)}}},{}],49:[function(t,i,r){(function(a){var s;try{throw new Error}catch(p){s=p}var c=t("./schedule"),f=t("./queue"),l=t("./util");function o(){this._customScheduler=!1,this._isTickUsed=!1,this._lateQueue=new f(16),this._normalQueue=new f(16),this._haveDrainedQueues=!1,this._trampolineEnabled=!0;var p=this;this.drainQueues=function(){p._drainQueues()},this._schedule=c}o.prototype.setScheduler=function(p){var g=this._schedule;return this._schedule=p,this._customScheduler=!0,g},o.prototype.hasCustomScheduler=function(){return this._customScheduler},o.prototype.enableTrampoline=function(){this._trampolineEnabled=!0},o.prototype.disableTrampolineIfNecessary=function(){l.hasDevTools&&(this._trampolineEnabled=!1)},o.prototype.haveItemsQueued=function(){return this._isTickUsed||this._haveDrainedQueues},o.prototype.fatalError=function(p,g){g?(a.stderr.write("Fatal "+(p instanceof Error?p.stack:p)+`
|
|
115
|
+
`),a.exit(2)):this.throwLater(p)},o.prototype.throwLater=function(p,g){if(arguments.length===1&&(g=p,p=function(){throw g}),typeof setTimeout<"u")setTimeout(function(){p(g)},0);else try{this._schedule(function(){p(g)})}catch{throw new Error(`No async scheduler available
|
|
116
|
+
|
|
117
|
+
See http://goo.gl/MqrFmX
|
|
118
|
+
`)}};function h(p,g,x){this._lateQueue.push(p,g,x),this._queueTick()}function u(p,g,x){this._normalQueue.push(p,g,x),this._queueTick()}function d(p){this._normalQueue._pushOne(p),this._queueTick()}l.hasDevTools?(o.prototype.invokeLater=function(p,g,x){this._trampolineEnabled?h.call(this,p,g,x):this._schedule(function(){setTimeout(function(){p.call(g,x)},100)})},o.prototype.invoke=function(p,g,x){this._trampolineEnabled?u.call(this,p,g,x):this._schedule(function(){p.call(g,x)})},o.prototype.settlePromises=function(p){this._trampolineEnabled?d.call(this,p):this._schedule(function(){p._settlePromises()})}):(o.prototype.invokeLater=h,o.prototype.invoke=u,o.prototype.settlePromises=d),o.prototype._drainQueue=function(p){for(;p.length()>0;){var g=p.shift();if(typeof g!="function"){g._settlePromises();continue}var x=p.shift(),_=p.shift();g.call(x,_)}},o.prototype._drainQueues=function(){this._drainQueue(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,this._drainQueue(this._lateQueue)},o.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},o.prototype._reset=function(){this._isTickUsed=!1},i.exports=o,i.exports.firstLineError=s}).call(this,t("_process"))},{"./queue":72,"./schedule":75,"./util":82,_process:101}],50:[function(t,i,r){i.exports=function(a,s,c,f){var l=!1,o=function(p,g){this._reject(g)},h=function(p,g){g.promiseRejectionQueued=!0,g.bindingPromise._then(o,o,null,this,p)},u=function(p,g){(this._bitField&50397184)===0&&this._resolveCallback(g.target)},d=function(p,g){g.promiseRejectionQueued||this._reject(p)};a.prototype.bind=function(p){l||(l=!0,a.prototype._propagateFrom=f.propagateFromFunction(),a.prototype._boundValue=f.boundValueFunction());var g=c(p),x=new a(s);x._propagateFrom(this,1);var _=this._target();if(x._setBoundTo(g),g instanceof a){var b={promiseRejectionQueued:!1,promise:x,target:_,bindingPromise:g};_._then(s,h,void 0,x,b),g._then(u,d,void 0,x,b),x._setOnCancel(g)}else x._resolveCallback(_);return x},a.prototype._setBoundTo=function(p){p!==void 0?(this._bitField=this._bitField|2097152,this._boundTo=p):this._bitField=this._bitField&-2097153},a.prototype._isBound=function(){return(this._bitField&2097152)===2097152},a.bind=function(p,g){return a.resolve(g).bind(p)}}},{}],51:[function(t,i,r){var a=Object.create;if(a){var s=a(null),c=a(null);s[" size"]=c[" size"]=0}i.exports=function(f){var l=t("./util"),o=l.canEvaluate,h=l.isIdentifier,u,d;{var p=function(y){return new Function("ensureMethod",`
|
|
119
|
+
return function(obj) {
|
|
120
|
+
'use strict'
|
|
121
|
+
var len = this.length;
|
|
122
|
+
ensureMethod(obj, 'methodName');
|
|
123
|
+
switch(len) {
|
|
124
|
+
case 1: return obj.methodName(this[0]);
|
|
125
|
+
case 2: return obj.methodName(this[0], this[1]);
|
|
126
|
+
case 3: return obj.methodName(this[0], this[1], this[2]);
|
|
127
|
+
case 0: return obj.methodName();
|
|
128
|
+
default:
|
|
129
|
+
return obj.methodName.apply(obj, this);
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
`.replace(/methodName/g,y))(_)},g=function(y){return new Function("obj",`
|
|
133
|
+
'use strict';
|
|
134
|
+
return obj.propertyName;
|
|
135
|
+
`.replace("propertyName",y))},x=function(y,v,D){var E=D[y];if(typeof E!="function"){if(!h(y))return null;if(E=v(y),D[y]=E,D[" size"]++,D[" size"]>512){for(var I=Object.keys(D),U=0;U<256;++U)delete D[I[U]];D[" size"]=I.length-256}}return E};u=function(y){return x(y,p,s)},d=function(y){return x(y,g,c)}}function _(y,v){var D;if(y!=null&&(D=y[v]),typeof D!="function"){var E="Object "+l.classString(y)+" has no method '"+l.toString(v)+"'";throw new f.TypeError(E)}return D}function b(y){var v=this.pop(),D=_(y,v);return D.apply(y,this)}f.prototype.call=function(y){for(var v=arguments.length,D=new Array(Math.max(v-1,0)),E=1;E<v;++E)D[E-1]=arguments[E];if(o){var I=u(y);if(I!==null)return this._then(I,void 0,void 0,D,void 0)}return D.push(y),this._then(b,void 0,void 0,D,void 0)};function m(y){return y[this]}function w(y){var v=+this;return v<0&&(v=Math.max(0,v+y.length)),y[v]}f.prototype.get=function(y){var v=typeof y=="number",D;if(v)D=w;else if(o){var E=d(y);D=E!==null?E:m}else D=m;return this._then(D,void 0,void 0,y,void 0)}}},{"./util":82}],52:[function(t,i,r){i.exports=function(a,s,c,f){var l=t("./util"),o=l.tryCatch,h=l.errorObj,u=a._async;a.prototype.break=a.prototype.cancel=function(){if(!f.cancellation())return this._warn("cancellation is disabled");for(var d=this,p=d;d._isCancellable();){if(!d._cancelBy(p)){p._isFollowing()?p._followee().cancel():p._cancelBranched();break}var g=d._cancellationParent;if(g==null||!g._isCancellable()){d._isFollowing()?d._followee().cancel():d._cancelBranched();break}else d._isFollowing()&&d._followee().cancel(),d._setWillBeCancelled(),p=d,d=g}},a.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},a.prototype._enoughBranchesHaveCancelled=function(){return this._branchesRemainingToCancel===void 0||this._branchesRemainingToCancel<=0},a.prototype._cancelBy=function(d){return d===this?(this._branchesRemainingToCancel=0,this._invokeOnCancel(),!0):(this._branchHasCancelled(),this._enoughBranchesHaveCancelled()?(this._invokeOnCancel(),!0):!1)},a.prototype._cancelBranched=function(){this._enoughBranchesHaveCancelled()&&this._cancel()},a.prototype._cancel=function(){this._isCancellable()&&(this._setCancelled(),u.invoke(this._cancelPromises,this,void 0))},a.prototype._cancelPromises=function(){this._length()>0&&this._settlePromises()},a.prototype._unsetOnCancel=function(){this._onCancelField=void 0},a.prototype._isCancellable=function(){return this.isPending()&&!this._isCancelled()},a.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},a.prototype._doInvokeOnCancel=function(d,p){if(l.isArray(d))for(var g=0;g<d.length;++g)this._doInvokeOnCancel(d[g],p);else if(d!==void 0)if(typeof d=="function"){if(!p){var x=o(d).call(this._boundValue());x===h&&(this._attachExtraTrace(x.e),u.throwLater(x.e))}}else d._resultCancelled(this)},a.prototype._invokeOnCancel=function(){var d=this._onCancel();this._unsetOnCancel(),u.invoke(this._doInvokeOnCancel,this,d)},a.prototype._invokeInternalOnCancel=function(){this._isCancellable()&&(this._doInvokeOnCancel(this._onCancel(),!0),this._unsetOnCancel())},a.prototype._resultCancelled=function(){this.cancel()}}},{"./util":82}],53:[function(t,i,r){i.exports=function(a){var s=t("./util"),c=t("./es5").keys,f=s.tryCatch,l=s.errorObj;function o(h,u,d){return function(p){var g=d._boundValue();e:for(var x=0;x<h.length;++x){var _=h[x];if(_===Error||_!=null&&_.prototype instanceof Error){if(p instanceof _)return f(u).call(g,p)}else if(typeof _=="function"){var b=f(_).call(g,p);if(b===l)return b;if(b)return f(u).call(g,p)}else if(s.isObject(p)){for(var m=c(_),w=0;w<m.length;++w){var y=m[w];if(_[y]!=p[y])continue e}return f(u).call(g,p)}}return a}}return o}},{"./es5":59,"./util":82}],54:[function(t,i,r){i.exports=function(a){var s=!1,c=[];a.prototype._promiseCreated=function(){},a.prototype._pushContext=function(){},a.prototype._popContext=function(){return null},a._peekContext=a.prototype._peekContext=function(){};function f(){this._trace=new f.CapturedTrace(o())}f.prototype._pushContext=function(){this._trace!==void 0&&(this._trace._promiseCreated=null,c.push(this._trace))},f.prototype._popContext=function(){if(this._trace!==void 0){var h=c.pop(),u=h._promiseCreated;return h._promiseCreated=null,u}return null};function l(){if(s)return new f}function o(){var h=c.length-1;if(h>=0)return c[h]}return f.CapturedTrace=null,f.create=l,f.deactivateLongStackTraces=function(){},f.activateLongStackTraces=function(){var h=a.prototype._pushContext,u=a.prototype._popContext,d=a._peekContext,p=a.prototype._peekContext,g=a.prototype._promiseCreated;f.deactivateLongStackTraces=function(){a.prototype._pushContext=h,a.prototype._popContext=u,a._peekContext=d,a.prototype._peekContext=p,a.prototype._promiseCreated=g,s=!1},s=!0,a.prototype._pushContext=f.prototype._pushContext,a.prototype._popContext=f.prototype._popContext,a._peekContext=a.prototype._peekContext=o,a.prototype._promiseCreated=function(){var x=this._peekContext();x&&x._promiseCreated==null&&(x._promiseCreated=this)}},f}},{}],55:[function(t,i,r){(function(a){i.exports=function(s,c){var f=s._getDomain,l=s._async,o=t("./errors").Warning,h=t("./util"),u=h.canAttachTrace,d,p,g=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,x=/\((?:timers\.js):\d+:\d+\)/,_=/[\/<\(](.+?):(\d+):(\d+)\)?\s*$/,b=null,m=null,w=!1,y,v=!!(h.env("BLUEBIRD_DEBUG")!=0&&(h.env("BLUEBIRD_DEBUG")||h.env("NODE_ENV")==="development")),D=!!(h.env("BLUEBIRD_WARNINGS")!=0&&(v||h.env("BLUEBIRD_WARNINGS"))),E=!!(h.env("BLUEBIRD_LONG_STACK_TRACES")!=0&&(v||h.env("BLUEBIRD_LONG_STACK_TRACES"))),I=h.env("BLUEBIRD_W_FORGOTTEN_RETURN")!=0&&(D||!!h.env("BLUEBIRD_W_FORGOTTEN_RETURN"));s.prototype.suppressUnhandledRejections=function(){var Q=this._target();Q._bitField=Q._bitField&-1048577|524288},s.prototype._ensurePossibleRejectionHandled=function(){(this._bitField&524288)===0&&(this._setRejectionIsUnhandled(),l.invokeLater(this._notifyUnhandledRejection,this,void 0))},s.prototype._notifyUnhandledRejectionIsHandled=function(){Qe("rejectionHandled",d,void 0,this)},s.prototype._setReturnedNonUndefined=function(){this._bitField=this._bitField|268435456},s.prototype._returnedNonUndefined=function(){return(this._bitField&268435456)!==0},s.prototype._notifyUnhandledRejection=function(){if(this._isRejectionUnhandled()){var Q=this._settledValue();this._setUnhandledRejectionIsNotified(),Qe("unhandledRejection",p,Q,this)}},s.prototype._setUnhandledRejectionIsNotified=function(){this._bitField=this._bitField|262144},s.prototype._unsetUnhandledRejectionIsNotified=function(){this._bitField=this._bitField&-262145},s.prototype._isUnhandledRejectionNotified=function(){return(this._bitField&262144)>0},s.prototype._setRejectionIsUnhandled=function(){this._bitField=this._bitField|1048576},s.prototype._unsetRejectionIsUnhandled=function(){this._bitField=this._bitField&-1048577,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},s.prototype._isRejectionUnhandled=function(){return(this._bitField&1048576)>0},s.prototype._warn=function(Q,q,ye){return de(Q,q,ye||this)},s.onPossiblyUnhandledRejection=function(Q){var q=f();p=typeof Q=="function"?q===null?Q:h.domainBind(q,Q):void 0},s.onUnhandledRejectionHandled=function(Q){var q=f();d=typeof Q=="function"?q===null?Q:h.domainBind(q,Q):void 0};var U=function(){};s.longStackTraces=function(){if(l.haveItemsQueued()&&!pe.longStackTraces)throw new Error(`cannot enable long stack traces after promises have been created
|
|
136
|
+
|
|
137
|
+
See http://goo.gl/MqrFmX
|
|
138
|
+
`);if(!pe.longStackTraces&&ge()){var Q=s.prototype._captureStackTrace,q=s.prototype._attachExtraTrace;pe.longStackTraces=!0,U=function(){if(l.haveItemsQueued()&&!pe.longStackTraces)throw new Error(`cannot enable long stack traces after promises have been created
|
|
139
|
+
|
|
140
|
+
See http://goo.gl/MqrFmX
|
|
141
|
+
`);s.prototype._captureStackTrace=Q,s.prototype._attachExtraTrace=q,c.deactivateLongStackTraces(),l.enableTrampoline(),pe.longStackTraces=!1},s.prototype._captureStackTrace=z,s.prototype._attachExtraTrace=ie,c.activateLongStackTraces(),l.disableTrampolineIfNecessary()}},s.hasLongStackTraces=function(){return pe.longStackTraces&&ge()};var R=(function(){try{if(typeof CustomEvent=="function"){var Q=new CustomEvent("CustomEvent");return h.global.dispatchEvent(Q),function(q,ye){var Fe=new CustomEvent(q.toLowerCase(),{detail:ye,cancelable:!0});return!h.global.dispatchEvent(Fe)}}else if(typeof Event=="function"){var Q=new Event("CustomEvent");return h.global.dispatchEvent(Q),function(ye,Fe){var Ue=new Event(ye.toLowerCase(),{cancelable:!0});return Ue.detail=Fe,!h.global.dispatchEvent(Ue)}}else{var Q=document.createEvent("CustomEvent");return Q.initCustomEvent("testingtheevent",!1,!0,{}),h.global.dispatchEvent(Q),function(ye,Fe){var Ue=document.createEvent("CustomEvent");return Ue.initCustomEvent(ye.toLowerCase(),!1,!0,Fe),!h.global.dispatchEvent(Ue)}}}catch{}return function(){return!1}})(),S=(function(){return h.isNode?function(){return a.emit.apply(a,arguments)}:h.global?function(Q){var q="on"+Q.toLowerCase(),ye=h.global[q];return ye?(ye.apply(h.global,[].slice.call(arguments,1)),!0):!1}:function(){return!1}})();function M(Q,q){return{promise:q}}var L={promiseCreated:M,promiseFulfilled:M,promiseRejected:M,promiseResolved:M,promiseCancelled:M,promiseChained:function(Q,q,ye){return{promise:q,child:ye}},warning:function(Q,q){return{warning:q}},unhandledRejection:function(Q,q,ye){return{reason:q,promise:ye}},rejectionHandled:M},Y=function(Q){var q=!1;try{q=S.apply(null,arguments)}catch(Fe){l.throwLater(Fe),q=!0}var ye=!1;try{ye=R(Q,L[Q].apply(null,arguments))}catch(Fe){l.throwLater(Fe),ye=!0}return ye||q};s.config=function(Q){if(Q=Object(Q),"longStackTraces"in Q&&(Q.longStackTraces?s.longStackTraces():!Q.longStackTraces&&s.hasLongStackTraces()&&U()),"warnings"in Q){var q=Q.warnings;pe.warnings=!!q,I=pe.warnings,h.isObject(q)&&"wForgottenReturn"in q&&(I=!!q.wForgottenReturn)}if("cancellation"in Q&&Q.cancellation&&!pe.cancellation){if(l.haveItemsQueued())throw new Error("cannot enable cancellation after promises are in use");s.prototype._clearCancellationData=G,s.prototype._propagateFrom=O,s.prototype._onCancel=k,s.prototype._setOnCancel=ce,s.prototype._attachCancellationCallback=ee,s.prototype._execute=N,W=O,pe.cancellation=!0}return"monitoring"in Q&&(Q.monitoring&&!pe.monitoring?(pe.monitoring=!0,s.prototype._fireEvent=Y):!Q.monitoring&&pe.monitoring&&(pe.monitoring=!1,s.prototype._fireEvent=le)),s};function le(){return!1}s.prototype._fireEvent=le,s.prototype._execute=function(Q,q,ye){try{Q(q,ye)}catch(Fe){return Fe}},s.prototype._onCancel=function(){},s.prototype._setOnCancel=function(Q){},s.prototype._attachCancellationCallback=function(Q){},s.prototype._captureStackTrace=function(){},s.prototype._attachExtraTrace=function(){},s.prototype._clearCancellationData=function(){},s.prototype._propagateFrom=function(Q,q){};function N(Q,q,ye){var Fe=this;try{Q(q,ye,function(Ue){if(typeof Ue!="function")throw new TypeError("onCancel must be a function, got: "+h.toString(Ue));Fe._attachCancellationCallback(Ue)})}catch(Ue){return Ue}}function ee(Q){if(!this._isCancellable())return this;var q=this._onCancel();q!==void 0?h.isArray(q)?q.push(Q):this._setOnCancel([q,Q]):this._setOnCancel(Q)}function k(){return this._onCancelField}function ce(Q){this._onCancelField=Q}function G(){this._cancellationParent=void 0,this._onCancelField=void 0}function O(Q,q){if((q&1)!==0){this._cancellationParent=Q;var ye=Q._branchesRemainingToCancel;ye===void 0&&(ye=0),Q._branchesRemainingToCancel=ye+1}(q&2)!==0&&Q._isBound()&&this._setBoundTo(Q._boundTo)}function Z(Q,q){(q&2)!==0&&Q._isBound()&&this._setBoundTo(Q._boundTo)}var W=Z;function K(){var Q=this._boundTo;return Q!==void 0&&Q instanceof s?Q.isFulfilled()?Q.value():void 0:Q}function z(){this._trace=new P(this._peekContext())}function ie(Q,q){if(u(Q)){var ye=this._trace;if(ye!==void 0&&q&&(ye=ye._parent),ye!==void 0)ye.attachExtraTrace(Q);else if(!Q.__stackCleaned__){var Fe=Me(Q);h.notEnumerableProp(Q,"stack",Fe.message+`
|
|
142
|
+
`+Fe.stack.join(`
|
|
143
|
+
`)),h.notEnumerableProp(Q,"__stackCleaned__",!0)}}}function De(Q,q,ye,Fe,Ue){if(Q===void 0&&q!==null&&I){if(Ue!==void 0&&Ue._returnedNonUndefined()||(Fe._bitField&65535)===0)return;ye&&(ye=ye+" ");var $e="",qe="";if(q._trace){for(var Ye=q._trace.stack.split(`
|
|
144
|
+
`),at=Ne(Ye),be=at.length-1;be>=0;--be){var Be=at[be];if(!x.test(Be)){var Xe=Be.match(_);Xe&&($e="at "+Xe[1]+":"+Xe[2]+":"+Xe[3]+" ");break}}if(at.length>0){for(var Ke=at[0],be=0;be<Ye.length;++be)if(Ye[be]===Ke){be>0&&(qe=`
|
|
145
|
+
`+Ye[be-1]);break}}}var Je="a promise was created in a "+ye+"handler "+$e+"but was not returned from it, see http://goo.gl/rRqMUw"+qe;Fe._warn(Je,!0,q)}}function ae(Q,q){var ye=Q+" is deprecated and will be removed in a future version.";return q&&(ye+=" Use "+q+" instead."),de(ye)}function de(Q,q,ye){if(pe.warnings){var Fe=new o(Q),Ue;if(q)ye._attachExtraTrace(Fe);else if(pe.longStackTraces&&(Ue=s._peekContext()))Ue.attachExtraTrace(Fe);else{var $e=Me(Fe);Fe.stack=$e.message+`
|
|
146
|
+
`+$e.stack.join(`
|
|
147
|
+
`)}Y("warning",Fe)||Oe(Fe,"",!0)}}function Le(Q,q){for(var ye=0;ye<q.length-1;++ye)q[ye].push("From previous event:"),q[ye]=q[ye].join(`
|
|
148
|
+
`);return ye<q.length&&(q[ye]=q[ye].join(`
|
|
149
|
+
`)),Q+`
|
|
150
|
+
`+q.join(`
|
|
151
|
+
`)}function te(Q){for(var q=0;q<Q.length;++q)(Q[q].length===0||q+1<Q.length&&Q[q][0]===Q[q+1][0])&&(Q.splice(q,1),q--)}function Ie(Q){for(var q=Q[0],ye=1;ye<Q.length;++ye){for(var Fe=Q[ye],Ue=q.length-1,$e=q[Ue],qe=-1,Ye=Fe.length-1;Ye>=0;--Ye)if(Fe[Ye]===$e){qe=Ye;break}for(var Ye=qe;Ye>=0;--Ye){var at=Fe[Ye];if(q[Ue]===at)q.pop(),Ue--;else break}q=Fe}}function Ne(Q){for(var q=[],ye=0;ye<Q.length;++ye){var Fe=Q[ye],Ue=Fe===" (No stack trace)"||b.test(Fe),$e=Ue&&re(Fe);Ue&&!$e&&(w&&Fe.charAt(0)!==" "&&(Fe=" "+Fe),q.push(Fe))}return q}function Pe(Q){for(var q=Q.stack.replace(/\s+$/g,"").split(`
|
|
152
|
+
`),ye=0;ye<q.length;++ye){var Fe=q[ye];if(Fe===" (No stack trace)"||b.test(Fe))break}return ye>0&&Q.name!="SyntaxError"&&(q=q.slice(ye)),q}function Me(Q){var q=Q.stack,ye=Q.toString();return q=typeof q=="string"&&q.length>0?Pe(Q):[" (No stack trace)"],{message:ye,stack:Q.name=="SyntaxError"?q:Ne(q)}}function Oe(Q,q,ye){if(typeof console<"u"){var Fe;if(h.isObject(Q)){var Ue=Q.stack;Fe=q+m(Ue,Q)}else Fe=q+String(Q);typeof y=="function"?y(Fe,ye):(typeof console.log=="function"||typeof console.log=="object")&&console.log(Fe)}}function Qe(Q,q,ye,Fe){var Ue=!1;try{typeof q=="function"&&(Ue=!0,Q==="rejectionHandled"?q(Fe):q(ye,Fe))}catch($e){l.throwLater($e)}Q==="unhandledRejection"?!Y(Q,ye,Fe)&&!Ue&&Oe(ye,"Unhandled rejection "):Y(Q,Fe)}function C(Q){var q;if(typeof Q=="function")q="[function "+(Q.name||"anonymous")+"]";else{q=Q&&typeof Q.toString=="function"?Q.toString():h.toString(Q);var ye=/\[object [a-zA-Z0-9$_]+\]/;if(ye.test(q))try{var Fe=JSON.stringify(Q);q=Fe}catch{}q.length===0&&(q="(empty array)")}return"(<"+ve(q)+">, no stack trace)"}function ve(Q){var q=41;return Q.length<q?Q:Q.substr(0,q-3)+"..."}function ge(){return typeof V=="function"}var re=function(){return!1},A=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;function T(Q){var q=Q.match(A);if(q)return{fileName:q[1],line:parseInt(q[2],10)}}function F(Q,q){if(ge()){for(var ye=Q.stack.split(`
|
|
153
|
+
`),Fe=q.stack.split(`
|
|
154
|
+
`),Ue=-1,$e=-1,qe,Ye,at=0;at<ye.length;++at){var be=T(ye[at]);if(be){qe=be.fileName,Ue=be.line;break}}for(var at=0;at<Fe.length;++at){var be=T(Fe[at]);if(be){Ye=be.fileName,$e=be.line;break}}Ue<0||$e<0||!qe||!Ye||qe!==Ye||Ue>=$e||(re=function(Be){if(g.test(Be))return!0;var Xe=T(Be);return!!(Xe&&Xe.fileName===qe&&Ue<=Xe.line&&Xe.line<=$e)})}}function P(Q){this._parent=Q,this._promisesCreated=0;var q=this._length=1+(Q===void 0?0:Q._length);V(this,P),q>32&&this.uncycle()}h.inherits(P,Error),c.CapturedTrace=P,P.prototype.uncycle=function(){var Q=this._length;if(!(Q<2)){for(var q=[],ye={},Fe=0,Ue=this;Ue!==void 0;++Fe)q.push(Ue),Ue=Ue._parent;Q=this._length=Fe;for(var Fe=Q-1;Fe>=0;--Fe){var $e=q[Fe].stack;ye[$e]===void 0&&(ye[$e]=Fe)}for(var Fe=0;Fe<Q;++Fe){var qe=q[Fe].stack,Ye=ye[qe];if(Ye!==void 0&&Ye!==Fe){Ye>0&&(q[Ye-1]._parent=void 0,q[Ye-1]._length=1),q[Fe]._parent=void 0,q[Fe]._length=1;var at=Fe>0?q[Fe-1]:this;Ye<Q-1?(at._parent=q[Ye+1],at._parent.uncycle(),at._length=at._parent._length+1):(at._parent=void 0,at._length=1);for(var be=at._length+1,Be=Fe-2;Be>=0;--Be)q[Be]._length=be,be++;return}}}},P.prototype.attachExtraTrace=function(Q){if(!Q.__stackCleaned__){this.uncycle();for(var q=Me(Q),ye=q.message,Fe=[q.stack],Ue=this;Ue!==void 0;)Fe.push(Ne(Ue.stack.split(`
|
|
155
|
+
`))),Ue=Ue._parent;Ie(Fe),te(Fe),h.notEnumerableProp(Q,"stack",Le(ye,Fe)),h.notEnumerableProp(Q,"__stackCleaned__",!0)}};var V=(function(){var q=/^\s*at\s*/,ye=function(qe,Ye){return typeof qe=="string"?qe:Ye.name!==void 0&&Ye.message!==void 0?Ye.toString():C(Ye)};if(typeof Error.stackTraceLimit=="number"&&typeof Error.captureStackTrace=="function"){Error.stackTraceLimit+=6,b=q,m=ye;var Fe=Error.captureStackTrace;return re=function(qe){return g.test(qe)},function(qe,Ye){Error.stackTraceLimit+=6,Fe(qe,Ye),Error.stackTraceLimit-=6}}var Ue=new Error;if(typeof Ue.stack=="string"&&Ue.stack.split(`
|
|
156
|
+
`)[0].indexOf("stackDetection@")>=0)return b=/@/,m=ye,w=!0,function(Ye){Ye.stack=new Error().stack};var $e;try{throw new Error}catch(qe){$e="stack"in qe}return!("stack"in Ue)&&$e&&typeof Error.stackTraceLimit=="number"?(b=q,m=ye,function(Ye){Error.stackTraceLimit+=6;try{throw new Error}catch(at){Ye.stack=at.stack}Error.stackTraceLimit-=6}):(m=function(qe,Ye){return typeof qe=="string"?qe:(typeof Ye=="object"||typeof Ye=="function")&&Ye.name!==void 0&&Ye.message!==void 0?Ye.toString():C(Ye)},null)})();typeof console<"u"&&typeof console.warn<"u"&&(y=function(Q){console.warn(Q)},h.isNode&&a.stderr.isTTY?y=function(Q,q){var ye=q?"\x1B[33m":"\x1B[31m";console.warn(ye+Q+`\x1B[0m
|
|
157
|
+
`)}:!h.isNode&&typeof new Error().stack=="string"&&(y=function(Q,q){console.warn("%c"+Q,q?"color: darkorange":"color: red")}));var pe={warnings:D,longStackTraces:!1,cancellation:!1,monitoring:!1};return E&&s.longStackTraces(),{longStackTraces:function(){return pe.longStackTraces},warnings:function(){return pe.warnings},cancellation:function(){return pe.cancellation},monitoring:function(){return pe.monitoring},propagateFromFunction:function(){return W},boundValueFunction:function(){return K},checkForgottenReturns:De,setBounds:F,warn:de,deprecated:ae,CapturedTrace:P,fireDomEvent:R,fireGlobalEvent:S}}}).call(this,t("_process"))},{"./errors":58,"./util":82,_process:101}],56:[function(t,i,r){i.exports=function(a){function s(){return this.value}function c(){throw this.reason}a.prototype.return=a.prototype.thenReturn=function(f){return f instanceof a&&f.suppressUnhandledRejections(),this._then(s,void 0,void 0,{value:f},void 0)},a.prototype.throw=a.prototype.thenThrow=function(f){return this._then(c,void 0,void 0,{reason:f},void 0)},a.prototype.catchThrow=function(f){if(arguments.length<=1)return this._then(void 0,c,void 0,{reason:f},void 0);var l=arguments[1],o=function(){throw l};return this.caught(f,o)},a.prototype.catchReturn=function(f){if(arguments.length<=1)return f instanceof a&&f.suppressUnhandledRejections(),this._then(void 0,s,void 0,{value:f},void 0);var l=arguments[1];l instanceof a&&l.suppressUnhandledRejections();var o=function(){return l};return this.caught(f,o)}}},{}],57:[function(t,i,r){i.exports=function(a,s){var c=a.reduce,f=a.all;function l(){return f(this)}function o(h,u){return c(h,u,s,s)}a.prototype.each=function(h){return c(this,h,s,0)._then(l,void 0,void 0,this,void 0)},a.prototype.mapSeries=function(h){return c(this,h,s,s)},a.each=function(h,u){return c(h,u,s,0)._then(l,void 0,void 0,h,void 0)},a.mapSeries=o}},{}],58:[function(t,i,r){var a=t("./es5"),s=a.freeze,c=t("./util"),f=c.inherits,l=c.notEnumerableProp;function o(v,D){function E(I){if(!(this instanceof E))return new E(I);l(this,"message",typeof I=="string"?I:D),l(this,"name",v),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):Error.call(this)}return f(E,Error),E}var h,u,d=o("Warning","warning"),p=o("CancellationError","cancellation error"),g=o("TimeoutError","timeout error"),x=o("AggregateError","aggregate error");try{h=TypeError,u=RangeError}catch{h=o("TypeError","type error"),u=o("RangeError","range error")}for(var _="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),b=0;b<_.length;++b)typeof Array.prototype[_[b]]=="function"&&(x.prototype[_[b]]=Array.prototype[_[b]]);a.defineProperty(x.prototype,"length",{value:0,configurable:!1,writable:!0,enumerable:!0}),x.prototype.isOperational=!0;var m=0;x.prototype.toString=function(){var v=Array(m*4+1).join(" "),D=`
|
|
158
|
+
`+v+`AggregateError of:
|
|
159
|
+
`;m++,v=Array(m*4+1).join(" ");for(var E=0;E<this.length;++E){for(var I=this[E]===this?"[Circular AggregateError]":this[E]+"",U=I.split(`
|
|
160
|
+
`),R=0;R<U.length;++R)U[R]=v+U[R];I=U.join(`
|
|
161
|
+
`),D+=I+`
|
|
162
|
+
`}return m--,D};function w(v){if(!(this instanceof w))return new w(v);l(this,"name","OperationalError"),l(this,"message",v),this.cause=v,this.isOperational=!0,v instanceof Error?(l(this,"message",v.message),l(this,"stack",v.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}f(w,Error);var y=Error.__BluebirdErrorTypes__;y||(y=s({CancellationError:p,TimeoutError:g,OperationalError:w,RejectionError:w,AggregateError:x}),a.defineProperty(Error,"__BluebirdErrorTypes__",{value:y,writable:!1,enumerable:!1,configurable:!1})),i.exports={Error,TypeError:h,RangeError:u,CancellationError:y.CancellationError,OperationalError:y.OperationalError,TimeoutError:y.TimeoutError,AggregateError:y.AggregateError,Warning:d}},{"./es5":59,"./util":82}],59:[function(t,i,r){var a=(function(){return this===void 0})();if(a)i.exports={freeze:Object.freeze,defineProperty:Object.defineProperty,getDescriptor:Object.getOwnPropertyDescriptor,keys:Object.keys,names:Object.getOwnPropertyNames,getPrototypeOf:Object.getPrototypeOf,isArray:Array.isArray,isES5:a,propertyIsWritable:function(g,x){var _=Object.getOwnPropertyDescriptor(g,x);return!!(!_||_.writable||_.set)}};else{var s={}.hasOwnProperty,c={}.toString,f={}.constructor.prototype,l=function(g){var x=[];for(var _ in g)s.call(g,_)&&x.push(_);return x},o=function(g,x){return{value:g[x]}},h=function(g,x,_){return g[x]=_.value,g},u=function(g){return g},d=function(g){try{return Object(g).constructor.prototype}catch{return f}},p=function(g){try{return c.call(g)==="[object Array]"}catch{return!1}};i.exports={isArray:p,keys:l,names:l,defineProperty:h,getDescriptor:o,freeze:u,getPrototypeOf:d,isES5:a,propertyIsWritable:function(){return!0}}}},{}],60:[function(t,i,r){i.exports=function(a,s){var c=a.map;a.prototype.filter=function(f,l){return c(this,f,l,s)},a.filter=function(f,l,o){return c(f,l,o,s)}}},{}],61:[function(t,i,r){i.exports=function(a,s){var c=t("./util"),f=a.CancellationError,l=c.errorObj;function o(x,_,b){this.promise=x,this.type=_,this.handler=b,this.called=!1,this.cancelPromise=null}o.prototype.isFinallyHandler=function(){return this.type===0};function h(x){this.finallyHandler=x}h.prototype._resultCancelled=function(){u(this.finallyHandler)};function u(x,_){return x.cancelPromise!=null?(arguments.length>1?x.cancelPromise._reject(_):x.cancelPromise._cancel(),x.cancelPromise=null,!0):!1}function d(){return g.call(this,this.promise._target()._settledValue())}function p(x){if(!u(this,x))return l.e=x,l}function g(x){var _=this.promise,b=this.handler;if(!this.called){this.called=!0;var m=this.isFinallyHandler()?b.call(_._boundValue()):b.call(_._boundValue(),x);if(m!==void 0){_._setReturnedNonUndefined();var w=s(m,_);if(w instanceof a){if(this.cancelPromise!=null)if(w._isCancelled()){var y=new f("late cancellation observer");return _._attachExtraTrace(y),l.e=y,l}else w.isPending()&&w._attachCancellationCallback(new h(this));return w._then(d,p,void 0,this,void 0)}}}return _.isRejected()?(u(this),l.e=x,l):(u(this),x)}return a.prototype._passThrough=function(x,_,b,m){return typeof x!="function"?this.then():this._then(b,m,void 0,new o(this,_,x),void 0)},a.prototype.lastly=a.prototype.finally=function(x){return this._passThrough(x,0,g,g)},a.prototype.tap=function(x){return this._passThrough(x,1,g)},o}},{"./util":82}],62:[function(t,i,r){i.exports=function(a,s,c,f,l,o){var h=t("./errors"),u=h.TypeError,d=t("./util"),p=d.errorObj,g=d.tryCatch,x=[];function _(m,w,y){for(var v=0;v<w.length;++v){y._pushContext();var D=g(w[v])(m);if(y._popContext(),D===p){y._pushContext();var E=a.reject(p.e);return y._popContext(),E}var I=f(D,y);if(I instanceof a)return I}return null}function b(m,w,y,v){if(o.cancellation()){var D=new a(c),E=this._finallyPromise=new a(c);this._promise=D.lastly(function(){return E}),D._captureStackTrace(),D._setOnCancel(this)}else{var I=this._promise=new a(c);I._captureStackTrace()}this._stack=v,this._generatorFunction=m,this._receiver=w,this._generator=void 0,this._yieldHandlers=typeof y=="function"?[y].concat(x):x,this._yieldedPromise=null,this._cancellationPhase=!1}d.inherits(b,l),b.prototype._isResolved=function(){return this._promise===null},b.prototype._cleanup=function(){this._promise=this._generator=null,o.cancellation()&&this._finallyPromise!==null&&(this._finallyPromise._fulfill(),this._finallyPromise=null)},b.prototype._promiseCancelled=function(){if(!this._isResolved()){var m=typeof this._generator.return<"u",w;if(m)this._promise._pushContext(),w=g(this._generator.return).call(this._generator,void 0),this._promise._popContext();else{var y=new a.CancellationError("generator .return() sentinel");a.coroutine.returnSentinel=y,this._promise._attachExtraTrace(y),this._promise._pushContext(),w=g(this._generator.throw).call(this._generator,y),this._promise._popContext()}this._cancellationPhase=!0,this._yieldedPromise=null,this._continue(w)}},b.prototype._promiseFulfilled=function(m){this._yieldedPromise=null,this._promise._pushContext();var w=g(this._generator.next).call(this._generator,m);this._promise._popContext(),this._continue(w)},b.prototype._promiseRejected=function(m){this._yieldedPromise=null,this._promise._attachExtraTrace(m),this._promise._pushContext();var w=g(this._generator.throw).call(this._generator,m);this._promise._popContext(),this._continue(w)},b.prototype._resultCancelled=function(){if(this._yieldedPromise instanceof a){var m=this._yieldedPromise;this._yieldedPromise=null,m.cancel()}},b.prototype.promise=function(){return this._promise},b.prototype._run=function(){this._generator=this._generatorFunction.call(this._receiver),this._receiver=this._generatorFunction=void 0,this._promiseFulfilled(void 0)},b.prototype._continue=function(m){var w=this._promise;if(m===p)return this._cleanup(),this._cancellationPhase?w.cancel():w._rejectCallback(m.e,!1);var y=m.value;if(m.done===!0)return this._cleanup(),this._cancellationPhase?w.cancel():w._resolveCallback(y);var v=f(y,this._promise);if(!(v instanceof a)&&(v=_(v,this._yieldHandlers,this._promise),v===null)){this._promiseRejected(new u(`A value %s was yielded that could not be treated as a promise
|
|
163
|
+
|
|
164
|
+
See http://goo.gl/MqrFmX
|
|
165
|
+
|
|
166
|
+
`.replace("%s",y)+`From coroutine:
|
|
167
|
+
`+this._stack.split(`
|
|
168
|
+
`).slice(1,-7).join(`
|
|
169
|
+
`)));return}v=v._target();var D=v._bitField;(D&50397184)===0?(this._yieldedPromise=v,v._proxy(this,null)):(D&33554432)!==0?a._async.invoke(this._promiseFulfilled,this,v._value()):(D&16777216)!==0?a._async.invoke(this._promiseRejected,this,v._reason()):this._promiseCancelled()},a.coroutine=function(m,w){if(typeof m!="function")throw new u(`generatorFunction must be a function
|
|
170
|
+
|
|
171
|
+
See http://goo.gl/MqrFmX
|
|
172
|
+
`);var y=Object(w).yieldHandler,v=b,D=new Error().stack;return function(){var E=m.apply(this,arguments),I=new v(void 0,void 0,y,D),U=I.promise();return I._generator=E,I._promiseFulfilled(void 0),U}},a.coroutine.addYieldHandler=function(m){if(typeof m!="function")throw new u("expecting a function but got "+d.classString(m));x.push(m)},a.spawn=function(m){if(o.deprecated("Promise.spawn()","Promise.coroutine()"),typeof m!="function")return s(`generatorFunction must be a function
|
|
173
|
+
|
|
174
|
+
See http://goo.gl/MqrFmX
|
|
175
|
+
`);var w=new b(m,this),y=w.promise();return w._run(a.spawn),y}}},{"./errors":58,"./util":82}],63:[function(t,i,r){i.exports=function(a,s,c,f,l,o){var h=t("./util"),u=h.canEvaluate,d=h.tryCatch,p=h.errorObj,g;if(u){for(var x=function(D){return new Function("value","holder",`
|
|
176
|
+
'use strict';
|
|
177
|
+
holder.pIndex = value;
|
|
178
|
+
holder.checkFulfillment(this);
|
|
179
|
+
`.replace(/Index/g,D))},_=function(D){return new Function("promise","holder",`
|
|
180
|
+
'use strict';
|
|
181
|
+
holder.pIndex = promise;
|
|
182
|
+
`.replace(/Index/g,D))},b=function(D){for(var E=new Array(D),I=0;I<E.length;++I)E[I]="this.p"+(I+1);var U=E.join(" = ")+" = null;",R=`var promise;
|
|
183
|
+
`+E.map(function(Y){return`
|
|
184
|
+
promise = `+Y+`;
|
|
185
|
+
if (promise instanceof Promise) {
|
|
186
|
+
promise.cancel();
|
|
187
|
+
}
|
|
188
|
+
`}).join(`
|
|
189
|
+
`),S=E.join(", "),M="Holder$"+D,L=`return function(tryCatch, errorObj, Promise, async) {
|
|
190
|
+
'use strict';
|
|
191
|
+
function [TheName](fn) {
|
|
192
|
+
[TheProperties]
|
|
193
|
+
this.fn = fn;
|
|
194
|
+
this.asyncNeeded = true;
|
|
195
|
+
this.now = 0;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
[TheName].prototype._callFunction = function(promise) {
|
|
199
|
+
promise._pushContext();
|
|
200
|
+
var ret = tryCatch(this.fn)([ThePassedArguments]);
|
|
201
|
+
promise._popContext();
|
|
202
|
+
if (ret === errorObj) {
|
|
203
|
+
promise._rejectCallback(ret.e, false);
|
|
204
|
+
} else {
|
|
205
|
+
promise._resolveCallback(ret);
|
|
206
|
+
}
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
[TheName].prototype.checkFulfillment = function(promise) {
|
|
210
|
+
var now = ++this.now;
|
|
211
|
+
if (now === [TheTotal]) {
|
|
212
|
+
if (this.asyncNeeded) {
|
|
213
|
+
async.invoke(this._callFunction, this, promise);
|
|
214
|
+
} else {
|
|
215
|
+
this._callFunction(promise);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
}
|
|
219
|
+
};
|
|
220
|
+
|
|
221
|
+
[TheName].prototype._resultCancelled = function() {
|
|
222
|
+
[CancellationCode]
|
|
223
|
+
};
|
|
224
|
+
|
|
225
|
+
return [TheName];
|
|
226
|
+
}(tryCatch, errorObj, Promise, async);
|
|
227
|
+
`;return L=L.replace(/\[TheName\]/g,M).replace(/\[TheTotal\]/g,D).replace(/\[ThePassedArguments\]/g,S).replace(/\[TheProperties\]/g,U).replace(/\[CancellationCode\]/g,R),new Function("tryCatch","errorObj","Promise","async",L)(d,p,a,l)},m=[],w=[],y=[],v=0;v<8;++v)m.push(b(v+1)),w.push(x(v+1)),y.push(_(v+1));g=function(D){this._reject(D)}}a.join=function(){var D=arguments.length-1,E;if(D>0&&typeof arguments[D]=="function"&&(E=arguments[D],D<=8&&u)){var k=new a(f);k._captureStackTrace();for(var I=m[D-1],U=new I(E),R=w,S=0;S<D;++S){var M=c(arguments[S],k);if(M instanceof a){M=M._target();var L=M._bitField;(L&50397184)===0?(M._then(R[S],g,void 0,k,U),y[S](M,U),U.asyncNeeded=!1):(L&33554432)!==0?R[S].call(k,M._value(),U):(L&16777216)!==0?k._reject(M._reason()):k._cancel()}else R[S].call(k,M,U)}if(!k._isFateSealed()){if(U.asyncNeeded){var Y=o();Y!==null&&(U.fn=h.domainBind(Y,U.fn))}k._setAsyncGuaranteed(),k._setOnCancel(U)}return k}for(var le=arguments.length,N=new Array(le),ee=0;ee<le;++ee)N[ee]=arguments[ee];E&&N.pop();var k=new s(N).promise();return E!==void 0?k.spread(E):k}}},{"./util":82}],64:[function(t,i,r){i.exports=function(a,s,c,f,l,o){var h=a._getDomain,u=t("./util"),d=u.tryCatch,p=u.errorObj,g=a._async;function x(b,m,w,y){this.constructor$(b),this._promise._captureStackTrace();var v=h();this._callback=v===null?m:u.domainBind(v,m),this._preservedValues=y===l?new Array(this.length()):null,this._limit=w,this._inFlight=0,this._queue=[],g.invoke(this._asyncInit,this,void 0)}u.inherits(x,s),x.prototype._asyncInit=function(){this._init$(void 0,-2)},x.prototype._init=function(){},x.prototype._promiseFulfilled=function(b,m){var w=this._values,y=this.length(),v=this._preservedValues,D=this._limit;if(m<0){if(m=m*-1-1,w[m]=b,D>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(D>=1&&this._inFlight>=D)return w[m]=b,this._queue.push(m),!1;v!==null&&(v[m]=b);var E=this._promise,I=this._callback,U=E._boundValue();E._pushContext();var R=d(I).call(U,b,m,y),S=E._popContext();if(o.checkForgottenReturns(R,S,v!==null?"Promise.filter":"Promise.map",E),R===p)return this._reject(R.e),!0;var M=f(R,this._promise);if(M instanceof a){M=M._target();var L=M._bitField;if((L&50397184)===0)return D>=1&&this._inFlight++,w[m]=M,M._proxy(this,(m+1)*-1),!1;if((L&33554432)!==0)R=M._value();else return(L&16777216)!==0?(this._reject(M._reason()),!0):(this._cancel(),!0)}w[m]=R}var Y=++this._totalResolved;return Y>=y?(v!==null?this._filter(w,v):this._resolve(w),!0):!1},x.prototype._drainQueue=function(){for(var b=this._queue,m=this._limit,w=this._values;b.length>0&&this._inFlight<m;){if(this._isResolved())return;var y=b.pop();this._promiseFulfilled(w[y],y)}},x.prototype._filter=function(b,m){for(var w=m.length,y=new Array(w),v=0,D=0;D<w;++D)b[D]&&(y[v++]=m[D]);y.length=v,this._resolve(y)},x.prototype.preservedValues=function(){return this._preservedValues};function _(b,m,w,y){if(typeof m!="function")return c("expecting a function but got "+u.classString(m));var v=0;if(w!==void 0)if(typeof w=="object"&&w!==null){if(typeof w.concurrency!="number")return a.reject(new TypeError("'concurrency' must be a number but it is "+u.classString(w.concurrency)));v=w.concurrency}else return a.reject(new TypeError("options argument must be an object but it is "+u.classString(w)));return v=typeof v=="number"&&isFinite(v)&&v>=1?v:0,new x(b,m,v,y).promise()}a.prototype.map=function(b,m){return _(this,b,m,null)},a.map=function(b,m,w,y){return _(b,m,w,y)}}},{"./util":82}],65:[function(t,i,r){i.exports=function(a,s,c,f,l){var o=t("./util"),h=o.tryCatch;a.method=function(u){if(typeof u!="function")throw new a.TypeError("expecting a function but got "+o.classString(u));return function(){var d=new a(s);d._captureStackTrace(),d._pushContext();var p=h(u).apply(this,arguments),g=d._popContext();return l.checkForgottenReturns(p,g,"Promise.method",d),d._resolveFromSyncValue(p),d}},a.attempt=a.try=function(u){if(typeof u!="function")return f("expecting a function but got "+o.classString(u));var d=new a(s);d._captureStackTrace(),d._pushContext();var p;if(arguments.length>1){l.deprecated("calling Promise.try with more than 1 argument");var g=arguments[1],x=arguments[2];p=o.isArray(g)?h(u).apply(x,g):h(u).call(x,g)}else p=h(u)();var _=d._popContext();return l.checkForgottenReturns(p,_,"Promise.try",d),d._resolveFromSyncValue(p),d},a.prototype._resolveFromSyncValue=function(u){u===o.errorObj?this._rejectCallback(u.e,!1):this._resolveCallback(u,!0)}}},{"./util":82}],66:[function(t,i,r){var a=t("./util"),s=a.maybeWrapAsError,c=t("./errors"),f=c.OperationalError,l=t("./es5");function o(p){return p instanceof Error&&l.getPrototypeOf(p)===Error.prototype}var h=/^(?:name|message|stack|cause)$/;function u(p){var g;if(o(p)){g=new f(p),g.name=p.name,g.message=p.message,g.stack=p.stack;for(var x=l.keys(p),_=0;_<x.length;++_){var b=x[_];h.test(b)||(g[b]=p[b])}return g}return a.markAsOriginatingFromRejection(p),p}function d(p,g){return function(x,_){if(p!==null){if(x){var b=u(s(x));p._attachExtraTrace(b),p._reject(b)}else if(!g)p._fulfill(_);else{for(var m=arguments.length,w=new Array(Math.max(m-1,0)),y=1;y<m;++y)w[y-1]=arguments[y];p._fulfill(w)}p=null}}}i.exports=d},{"./errors":58,"./es5":59,"./util":82}],67:[function(t,i,r){i.exports=function(a){var s=t("./util"),c=a._async,f=s.tryCatch,l=s.errorObj;function o(d,p){var g=this;if(!s.isArray(d))return h.call(g,d,p);var x=f(p).apply(g._boundValue(),[null].concat(d));x===l&&c.throwLater(x.e)}function h(d,p){var g=this,x=g._boundValue(),_=d===void 0?f(p).call(x,null):f(p).call(x,null,d);_===l&&c.throwLater(_.e)}function u(d,p){var g=this;if(!d){var x=new Error(d+"");x.cause=d,d=x}var _=f(p).call(g._boundValue(),d);_===l&&c.throwLater(_.e)}a.prototype.asCallback=a.prototype.nodeify=function(d,p){if(typeof d=="function"){var g=h;p!==void 0&&Object(p).spread&&(g=o),this._then(g,u,void 0,this,d)}return this}}},{"./util":82}],68:[function(t,i,r){(function(a){i.exports=function(){var s=function(){return new _(`circular promise resolution chain
|
|
228
|
+
|
|
229
|
+
See http://goo.gl/MqrFmX
|
|
230
|
+
`)},c=function(){return new N.PromiseInspection(this._target())},f=function(G){return N.reject(new _(G))};function l(){}var o={},h=t("./util"),u;h.isNode?u=function(){var G=a.domain;return G===void 0&&(G=null),G}:u=function(){return null},h.notEnumerableProp(N,"_getDomain",u);var d=t("./es5"),p=t("./async"),g=new p;d.defineProperty(N,"_async",{value:g});var x=t("./errors"),_=N.TypeError=x.TypeError;N.RangeError=x.RangeError;var b=N.CancellationError=x.CancellationError;N.TimeoutError=x.TimeoutError,N.OperationalError=x.OperationalError,N.RejectionError=x.OperationalError,N.AggregateError=x.AggregateError;var m=function(){},w={},y={},v=t("./thenables")(N,m),D=t("./promise_array")(N,m,v,f,l),E=t("./context")(N),I=E.create,U=t("./debuggability")(N,E);U.CapturedTrace;var R=t("./finally")(N,v),S=t("./catch_filter")(y),M=t("./nodeback"),L=h.errorObj,Y=h.tryCatch;function le(G,O){if(typeof O!="function")throw new _("expecting a function but got "+h.classString(O));if(G.constructor!==N)throw new _(`the promise constructor cannot be invoked directly
|
|
231
|
+
|
|
232
|
+
See http://goo.gl/MqrFmX
|
|
233
|
+
`)}function N(G){this._bitField=0,this._fulfillmentHandler0=void 0,this._rejectionHandler0=void 0,this._promise0=void 0,this._receiver0=void 0,G!==m&&(le(this,G),this._resolveFromExecutor(G)),this._promiseCreated(),this._fireEvent("promiseCreated",this)}N.prototype.toString=function(){return"[object Promise]"},N.prototype.caught=N.prototype.catch=function(G){var O=arguments.length;if(O>1){var Z=new Array(O-1),W=0,K;for(K=0;K<O-1;++K){var z=arguments[K];if(h.isObject(z))Z[W++]=z;else return f("expecting an object but got A catch statement predicate "+h.classString(z))}return Z.length=W,G=arguments[K],this.then(void 0,S(Z,G,this))}return this.then(void 0,G)},N.prototype.reflect=function(){return this._then(c,c,void 0,this,void 0)},N.prototype.then=function(G,O){if(U.warnings()&&arguments.length>0&&typeof G!="function"&&typeof O!="function"){var Z=".then() only accepts functions but was passed: "+h.classString(G);arguments.length>1&&(Z+=", "+h.classString(O)),this._warn(Z)}return this._then(G,O,void 0,void 0,void 0)},N.prototype.done=function(G,O){var Z=this._then(G,O,void 0,void 0,void 0);Z._setIsFinal()},N.prototype.spread=function(G){return typeof G!="function"?f("expecting a function but got "+h.classString(G)):this.all()._then(G,void 0,void 0,w,void 0)},N.prototype.toJSON=function(){var G={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(G.fulfillmentValue=this.value(),G.isFulfilled=!0):this.isRejected()&&(G.rejectionReason=this.reason(),G.isRejected=!0),G},N.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new D(this).promise()},N.prototype.error=function(G){return this.caught(h.originatesFromRejection,G)},N.getNewLibraryCopy=i.exports,N.is=function(G){return G instanceof N},N.fromNode=N.fromCallback=function(G){var O=new N(m);O._captureStackTrace();var Z=arguments.length>1?!!Object(arguments[1]).multiArgs:!1,W=Y(G)(M(O,Z));return W===L&&O._rejectCallback(W.e,!0),O._isFateSealed()||O._setAsyncGuaranteed(),O},N.all=function(G){return new D(G).promise()},N.cast=function(G){var O=v(G);return O instanceof N||(O=new N(m),O._captureStackTrace(),O._setFulfilled(),O._rejectionHandler0=G),O},N.resolve=N.fulfilled=N.cast,N.reject=N.rejected=function(G){var O=new N(m);return O._captureStackTrace(),O._rejectCallback(G,!0),O},N.setScheduler=function(G){if(typeof G!="function")throw new _("expecting a function but got "+h.classString(G));return g.setScheduler(G)},N.prototype._then=function(G,O,Z,W,K){var z=K!==void 0,ie=z?K:new N(m),De=this._target(),ae=De._bitField;z||(ie._propagateFrom(this,3),ie._captureStackTrace(),W===void 0&&(this._bitField&2097152)!==0&&((ae&50397184)!==0?W=this._boundValue():W=De===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,ie));var de=u();if((ae&50397184)!==0){var Le,te,Ie=De._settlePromiseCtx;(ae&33554432)!==0?(te=De._rejectionHandler0,Le=G):(ae&16777216)!==0?(te=De._fulfillmentHandler0,Le=O,De._unsetRejectionIsUnhandled()):(Ie=De._settlePromiseLateCancellationObserver,te=new b("late cancellation observer"),De._attachExtraTrace(te),Le=O),g.invoke(Ie,De,{handler:de===null?Le:typeof Le=="function"&&h.domainBind(de,Le),promise:ie,receiver:W,value:te})}else De._addCallbacks(G,O,ie,W,de);return ie},N.prototype._length=function(){return this._bitField&65535},N.prototype._isFateSealed=function(){return(this._bitField&117506048)!==0},N.prototype._isFollowing=function(){return(this._bitField&67108864)===67108864},N.prototype._setLength=function(G){this._bitField=this._bitField&-65536|G&65535},N.prototype._setFulfilled=function(){this._bitField=this._bitField|33554432,this._fireEvent("promiseFulfilled",this)},N.prototype._setRejected=function(){this._bitField=this._bitField|16777216,this._fireEvent("promiseRejected",this)},N.prototype._setFollowing=function(){this._bitField=this._bitField|67108864,this._fireEvent("promiseResolved",this)},N.prototype._setIsFinal=function(){this._bitField=this._bitField|4194304},N.prototype._isFinal=function(){return(this._bitField&4194304)>0},N.prototype._unsetCancelled=function(){this._bitField=this._bitField&-65537},N.prototype._setCancelled=function(){this._bitField=this._bitField|65536,this._fireEvent("promiseCancelled",this)},N.prototype._setWillBeCancelled=function(){this._bitField=this._bitField|8388608},N.prototype._setAsyncGuaranteed=function(){g.hasCustomScheduler()||(this._bitField=this._bitField|134217728)},N.prototype._receiverAt=function(G){var O=G===0?this._receiver0:this[G*4-4+3];if(O!==o)return O===void 0&&this._isBound()?this._boundValue():O},N.prototype._promiseAt=function(G){return this[G*4-4+2]},N.prototype._fulfillmentHandlerAt=function(G){return this[G*4-4+0]},N.prototype._rejectionHandlerAt=function(G){return this[G*4-4+1]},N.prototype._boundValue=function(){},N.prototype._migrateCallback0=function(G){G._bitField;var O=G._fulfillmentHandler0,Z=G._rejectionHandler0,W=G._promise0,K=G._receiverAt(0);K===void 0&&(K=o),this._addCallbacks(O,Z,W,K,null)},N.prototype._migrateCallbackAt=function(G,O){var Z=G._fulfillmentHandlerAt(O),W=G._rejectionHandlerAt(O),K=G._promiseAt(O),z=G._receiverAt(O);z===void 0&&(z=o),this._addCallbacks(Z,W,K,z,null)},N.prototype._addCallbacks=function(G,O,Z,W,K){var z=this._length();if(z>=65531&&(z=0,this._setLength(0)),z===0)this._promise0=Z,this._receiver0=W,typeof G=="function"&&(this._fulfillmentHandler0=K===null?G:h.domainBind(K,G)),typeof O=="function"&&(this._rejectionHandler0=K===null?O:h.domainBind(K,O));else{var ie=z*4-4;this[ie+2]=Z,this[ie+3]=W,typeof G=="function"&&(this[ie+0]=K===null?G:h.domainBind(K,G)),typeof O=="function"&&(this[ie+1]=K===null?O:h.domainBind(K,O))}return this._setLength(z+1),z},N.prototype._proxy=function(G,O){this._addCallbacks(void 0,void 0,O,G,null)},N.prototype._resolveCallback=function(G,O){if((this._bitField&117506048)===0){if(G===this)return this._rejectCallback(s(),!1);var Z=v(G,this);if(!(Z instanceof N))return this._fulfill(G);O&&this._propagateFrom(Z,2);var W=Z._target();if(W===this){this._reject(s());return}var K=W._bitField;if((K&50397184)===0){var z=this._length();z>0&&W._migrateCallback0(this);for(var ie=1;ie<z;++ie)W._migrateCallbackAt(this,ie);this._setFollowing(),this._setLength(0),this._setFollowee(W)}else if((K&33554432)!==0)this._fulfill(W._value());else if((K&16777216)!==0)this._reject(W._reason());else{var De=new b("late cancellation observer");W._attachExtraTrace(De),this._reject(De)}}},N.prototype._rejectCallback=function(G,O,Z){var W=h.ensureErrorObject(G),K=W===G;if(!K&&!Z&&U.warnings()){var z="a promise was rejected with a non-error: "+h.classString(G);this._warn(z,!0)}this._attachExtraTrace(W,O?K:!1),this._reject(G)},N.prototype._resolveFromExecutor=function(G){var O=this;this._captureStackTrace(),this._pushContext();var Z=!0,W=this._execute(G,function(K){O._resolveCallback(K)},function(K){O._rejectCallback(K,Z)});Z=!1,this._popContext(),W!==void 0&&O._rejectCallback(W,!0)},N.prototype._settlePromiseFromHandler=function(G,O,Z,W){var K=W._bitField;if((K&65536)===0){W._pushContext();var z;O===w?!Z||typeof Z.length!="number"?(z=L,z.e=new _("cannot .spread() a non-array: "+h.classString(Z))):z=Y(G).apply(this._boundValue(),Z):z=Y(G).call(O,Z);var ie=W._popContext();K=W._bitField,(K&65536)===0&&(z===y?W._reject(Z):z===L?W._rejectCallback(z.e,!1):(U.checkForgottenReturns(z,ie,"",W,this),W._resolveCallback(z)))}},N.prototype._target=function(){for(var G=this;G._isFollowing();)G=G._followee();return G},N.prototype._followee=function(){return this._rejectionHandler0},N.prototype._setFollowee=function(G){this._rejectionHandler0=G},N.prototype._settlePromise=function(G,O,Z,W){var K=G instanceof N,z=this._bitField,ie=(z&134217728)!==0;(z&65536)!==0?(K&&G._invokeInternalOnCancel(),Z instanceof R&&Z.isFinallyHandler()?(Z.cancelPromise=G,Y(O).call(Z,W)===L&&G._reject(L.e)):O===c?G._fulfill(c.call(Z)):Z instanceof l?Z._promiseCancelled(G):K||G instanceof D?G._cancel():Z.cancel()):typeof O=="function"?K?(ie&&G._setAsyncGuaranteed(),this._settlePromiseFromHandler(O,Z,W,G)):O.call(Z,W,G):Z instanceof l?Z._isResolved()||((z&33554432)!==0?Z._promiseFulfilled(W,G):Z._promiseRejected(W,G)):K&&(ie&&G._setAsyncGuaranteed(),(z&33554432)!==0?G._fulfill(W):G._reject(W))},N.prototype._settlePromiseLateCancellationObserver=function(G){var O=G.handler,Z=G.promise,W=G.receiver,K=G.value;typeof O=="function"?Z instanceof N?this._settlePromiseFromHandler(O,W,K,Z):O.call(W,K,Z):Z instanceof N&&Z._reject(K)},N.prototype._settlePromiseCtx=function(G){this._settlePromise(G.promise,G.handler,G.receiver,G.value)},N.prototype._settlePromise0=function(G,O,Z){var W=this._promise0,K=this._receiverAt(0);this._promise0=void 0,this._receiver0=void 0,this._settlePromise(W,G,K,O)},N.prototype._clearCallbackDataAtIndex=function(G){var O=G*4-4;this[O+2]=this[O+3]=this[O+0]=this[O+1]=void 0},N.prototype._fulfill=function(G){var O=this._bitField;if(!((O&117506048)>>>16)){if(G===this){var Z=s();return this._attachExtraTrace(Z),this._reject(Z)}this._setFulfilled(),this._rejectionHandler0=G,(O&65535)>0&&((O&134217728)!==0?this._settlePromises():g.settlePromises(this))}},N.prototype._reject=function(G){var O=this._bitField;if(!((O&117506048)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=G,this._isFinal())return g.fatalError(G,h.isNode);(O&65535)>0?g.settlePromises(this):this._ensurePossibleRejectionHandled()}},N.prototype._fulfillPromises=function(G,O){for(var Z=1;Z<G;Z++){var W=this._fulfillmentHandlerAt(Z),K=this._promiseAt(Z),z=this._receiverAt(Z);this._clearCallbackDataAtIndex(Z),this._settlePromise(K,W,z,O)}},N.prototype._rejectPromises=function(G,O){for(var Z=1;Z<G;Z++){var W=this._rejectionHandlerAt(Z),K=this._promiseAt(Z),z=this._receiverAt(Z);this._clearCallbackDataAtIndex(Z),this._settlePromise(K,W,z,O)}},N.prototype._settlePromises=function(){var G=this._bitField,O=G&65535;if(O>0){if((G&16842752)!==0){var Z=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,Z,G),this._rejectPromises(O,Z)}else{var W=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,W,G),this._fulfillPromises(O,W)}this._setLength(0)}this._clearCancellationData()},N.prototype._settledValue=function(){var G=this._bitField;if((G&33554432)!==0)return this._rejectionHandler0;if((G&16777216)!==0)return this._fulfillmentHandler0};function ee(G){this.promise._resolveCallback(G)}function k(G){this.promise._rejectCallback(G,!1)}N.defer=N.pending=function(){U.deprecated("Promise.defer","new Promise");var G=new N(m);return{promise:G,resolve:ee,reject:k}},h.notEnumerableProp(N,"_makeSelfResolutionError",s),t("./method")(N,m,v,f,U),t("./bind")(N,m,v,U),t("./cancel")(N,D,f,U),t("./direct_resolve")(N),t("./synchronous_inspection")(N),t("./join")(N,D,v,m,g,u),N.Promise=N,N.version="3.4.7",t("./map.js")(N,D,f,v,m,U),t("./call_get.js")(N),t("./using.js")(N,f,v,I,m,U),t("./timers.js")(N,m,U),t("./generators.js")(N,f,m,v,l,U),t("./nodeify.js")(N),t("./promisify.js")(N,m),t("./props.js")(N,D,v,f),t("./race.js")(N,m,v,f),t("./reduce.js")(N,D,f,v,m,U),t("./settle.js")(N,D,U),t("./some.js")(N,D,f),t("./filter.js")(N,m),t("./each.js")(N,m),t("./any.js")(N),h.toFastProperties(N),h.toFastProperties(N.prototype);function ce(G){var O=new N(m);O._fulfillmentHandler0=G,O._rejectionHandler0=G,O._promise0=G,O._receiver0=G}return ce({a:1}),ce({b:2}),ce({c:3}),ce(1),ce(function(){}),ce(void 0),ce(!1),ce(new N(m)),U.setBounds(p.firstLineError,h.lastLineError),N}}).call(this,t("_process"))},{"./any.js":48,"./async":49,"./bind":50,"./call_get.js":51,"./cancel":52,"./catch_filter":53,"./context":54,"./debuggability":55,"./direct_resolve":56,"./each.js":57,"./errors":58,"./es5":59,"./filter.js":60,"./finally":61,"./generators.js":62,"./join":63,"./map.js":64,"./method":65,"./nodeback":66,"./nodeify.js":67,"./promise_array":69,"./promisify.js":70,"./props.js":71,"./race.js":73,"./reduce.js":74,"./settle.js":76,"./some.js":77,"./synchronous_inspection":78,"./thenables":79,"./timers.js":80,"./using.js":81,"./util":82,_process:101}],69:[function(t,i,r){i.exports=function(a,s,c,f,l){var o=t("./util");o.isArray;function h(d){switch(d){case-2:return[];case-3:return{}}}function u(d){var p=this._promise=new a(s);d instanceof a&&p._propagateFrom(d,3),p._setOnCancel(this),this._values=d,this._length=0,this._totalResolved=0,this._init(void 0,-2)}return o.inherits(u,l),u.prototype.length=function(){return this._length},u.prototype.promise=function(){return this._promise},u.prototype._init=function d(p,g){var x=c(this._values,this._promise);if(x instanceof a){x=x._target();var _=x._bitField;if(this._values=x,(_&50397184)===0)return this._promise._setAsyncGuaranteed(),x._then(d,this._reject,void 0,this,g);if((_&33554432)!==0)x=x._value();else return(_&16777216)!==0?this._reject(x._reason()):this._cancel()}if(x=o.asArray(x),x===null){var b=f("expecting an array or an iterable object but got "+o.classString(x)).reason();this._promise._rejectCallback(b,!1);return}if(x.length===0){g===-5?this._resolveEmptyArray():this._resolve(h(g));return}this._iterate(x)},u.prototype._iterate=function(d){var p=this.getActualLength(d.length);this._length=p,this._values=this.shouldCopyValues()?new Array(p):this._values;for(var g=this._promise,x=!1,_=null,b=0;b<p;++b){var m=c(d[b],g);m instanceof a?(m=m._target(),_=m._bitField):_=null,x?_!==null&&m.suppressUnhandledRejections():_!==null?(_&50397184)===0?(m._proxy(this,b),this._values[b]=m):(_&33554432)!==0?x=this._promiseFulfilled(m._value(),b):(_&16777216)!==0?x=this._promiseRejected(m._reason(),b):x=this._promiseCancelled(b):x=this._promiseFulfilled(m,b)}x||g._setAsyncGuaranteed()},u.prototype._isResolved=function(){return this._values===null},u.prototype._resolve=function(d){this._values=null,this._promise._fulfill(d)},u.prototype._cancel=function(){this._isResolved()||!this._promise._isCancellable()||(this._values=null,this._promise._cancel())},u.prototype._reject=function(d){this._values=null,this._promise._rejectCallback(d,!1)},u.prototype._promiseFulfilled=function(d,p){this._values[p]=d;var g=++this._totalResolved;return g>=this._length?(this._resolve(this._values),!0):!1},u.prototype._promiseCancelled=function(){return this._cancel(),!0},u.prototype._promiseRejected=function(d){return this._totalResolved++,this._reject(d),!0},u.prototype._resultCancelled=function(){if(!this._isResolved()){var d=this._values;if(this._cancel(),d instanceof a)d.cancel();else for(var p=0;p<d.length;++p)d[p]instanceof a&&d[p].cancel()}},u.prototype.shouldCopyValues=function(){return!0},u.prototype.getActualLength=function(d){return d},u}},{"./util":82}],70:[function(t,i,r){i.exports=function(a,s){var c={},f=t("./util"),l=t("./nodeback"),o=f.withAppended,h=f.maybeWrapAsError,u=f.canEvaluate,d=t("./errors").TypeError,p="Async",g={__isPromisified__:!0},x=["arity","length","name","arguments","caller","callee","prototype","__isPromisified__"],_=new RegExp("^(?:"+x.join("|")+")$"),b=function(ee){return f.isIdentifier(ee)&&ee.charAt(0)!=="_"&&ee!=="constructor"};function m(ee){return!_.test(ee)}function w(ee){try{return ee.__isPromisified__===!0}catch{return!1}}function y(ee,k,ce){var G=f.getDataPropertyOrDefault(ee,k+ce,g);return G?w(G):!1}function v(ee,k,ce){for(var G=0;G<ee.length;G+=2){var O=ee[G];if(ce.test(O)){for(var Z=O.replace(ce,""),W=0;W<ee.length;W+=2)if(ee[W]===Z)throw new d(`Cannot promisify an API that has normal methods with '%s'-suffix
|
|
234
|
+
|
|
235
|
+
See http://goo.gl/MqrFmX
|
|
236
|
+
`.replace("%s",k))}}}function D(ee,k,ce,G){for(var O=f.inheritedDataKeys(ee),Z=[],W=0;W<O.length;++W){var K=O[W],z=ee[K],ie=G===b?!0:b(K);typeof z=="function"&&!w(z)&&!y(ee,K,k)&&G(K,z,ee,ie)&&Z.push(K,z)}return v(Z,k,ce),Z}var E=function(ee){return ee.replace(/([$])/,"\\$")},I;{var U=function(ee){for(var k=[ee],ce=Math.max(0,ee-1-3),G=ee-1;G>=ce;--G)k.push(G);for(var G=ee+1;G<=3;++G)k.push(G);return k},R=function(ee){return f.filledRange(ee,"_arg","")},S=function(ee){return f.filledRange(Math.max(ee,3),"_arg","")},M=function(ee){return typeof ee.length=="number"?Math.max(Math.min(ee.length,1024),0):0};I=function(ee,k,ce,G,O,Z){var W=Math.max(0,M(G)-1),K=U(W),z=typeof ee=="string"||k===c;function ie(Le){var te=R(Le).join(", "),Ie=Le>0?", ":"",Ne;return z?Ne=`ret = callback.call(this, {{args}}, nodeback); break;
|
|
237
|
+
`:Ne=k===void 0?`ret = callback({{args}}, nodeback); break;
|
|
238
|
+
`:`ret = callback.call(receiver, {{args}}, nodeback); break;
|
|
239
|
+
`,Ne.replace("{{args}}",te).replace(", ",Ie)}function De(){for(var Le="",te=0;te<K.length;++te)Le+="case "+K[te]+":"+ie(K[te]);return Le+=`
|
|
240
|
+
default:
|
|
241
|
+
var args = new Array(len + 1);
|
|
242
|
+
var i = 0;
|
|
243
|
+
for (var i = 0; i < len; ++i) {
|
|
244
|
+
args[i] = arguments[i];
|
|
245
|
+
}
|
|
246
|
+
args[i] = nodeback;
|
|
247
|
+
[CodeForCall]
|
|
248
|
+
break;
|
|
249
|
+
`.replace("[CodeForCall]",z?`ret = callback.apply(this, args);
|
|
250
|
+
`:`ret = callback.apply(receiver, args);
|
|
251
|
+
`),Le}var ae=typeof ee=="string"?"this != null ? this['"+ee+"'] : fn":"fn",de=`'use strict';
|
|
252
|
+
var ret = function (Parameters) {
|
|
253
|
+
'use strict';
|
|
254
|
+
var len = arguments.length;
|
|
255
|
+
var promise = new Promise(INTERNAL);
|
|
256
|
+
promise._captureStackTrace();
|
|
257
|
+
var nodeback = nodebackForPromise(promise, `+Z+`);
|
|
258
|
+
var ret;
|
|
259
|
+
var callback = tryCatch([GetFunctionCode]);
|
|
260
|
+
switch(len) {
|
|
261
|
+
[CodeForSwitchCase]
|
|
262
|
+
}
|
|
263
|
+
if (ret === errorObj) {
|
|
264
|
+
promise._rejectCallback(maybeWrapAsError(ret.e), true, true);
|
|
265
|
+
}
|
|
266
|
+
if (!promise._isFateSealed()) promise._setAsyncGuaranteed();
|
|
267
|
+
return promise;
|
|
268
|
+
};
|
|
269
|
+
notEnumerableProp(ret, '__isPromisified__', true);
|
|
270
|
+
return ret;
|
|
271
|
+
`.replace("[CodeForSwitchCase]",De()).replace("[GetFunctionCode]",ae);return de=de.replace("Parameters",S(W)),new Function("Promise","fn","receiver","withAppended","maybeWrapAsError","nodebackForPromise","tryCatch","errorObj","notEnumerableProp","INTERNAL",de)(a,G,k,o,h,l,f.tryCatch,f.errorObj,f.notEnumerableProp,s)}}function L(ee,k,ce,G,O,Z){var W=(function(){return this})(),K=ee;typeof K=="string"&&(ee=G);function z(){var ie=k;k===c&&(ie=this);var De=new a(s);De._captureStackTrace();var ae=typeof K=="string"&&this!==W?this[K]:ee,de=l(De,Z);try{ae.apply(ie,o(arguments,de))}catch(Le){De._rejectCallback(h(Le),!0,!0)}return De._isFateSealed()||De._setAsyncGuaranteed(),De}return f.notEnumerableProp(z,"__isPromisified__",!0),z}var Y=u?I:L;function le(ee,k,ce,G,O){for(var Z=new RegExp(E(k)+"$"),W=D(ee,k,Z,ce),K=0,z=W.length;K<z;K+=2){var ie=W[K],De=W[K+1],ae=ie+k;if(G===Y)ee[ae]=Y(ie,c,ie,De,k,O);else{var de=G(De,function(){return Y(ie,c,ie,De,k,O)});f.notEnumerableProp(de,"__isPromisified__",!0),ee[ae]=de}}return f.toFastProperties(ee),ee}function N(ee,k,ce){return Y(ee,k,void 0,ee,null,ce)}a.promisify=function(ee,k){if(typeof ee!="function")throw new d("expecting a function but got "+f.classString(ee));if(w(ee))return ee;k=Object(k);var ce=k.context===void 0?c:k.context,G=!!k.multiArgs,O=N(ee,ce,G);return f.copyDescriptors(ee,O,m),O},a.promisifyAll=function(ee,k){if(typeof ee!="function"&&typeof ee!="object")throw new d(`the target of promisifyAll must be an object or a function
|
|
272
|
+
|
|
273
|
+
See http://goo.gl/MqrFmX
|
|
274
|
+
`);k=Object(k);var ce=!!k.multiArgs,G=k.suffix;typeof G!="string"&&(G=p);var O=k.filter;typeof O!="function"&&(O=b);var Z=k.promisifier;if(typeof Z!="function"&&(Z=Y),!f.isIdentifier(G))throw new RangeError(`suffix must be a valid identifier
|
|
275
|
+
|
|
276
|
+
See http://goo.gl/MqrFmX
|
|
277
|
+
`);for(var W=f.inheritedDataKeys(ee),K=0;K<W.length;++K){var z=ee[W[K]];W[K]!=="constructor"&&f.isClass(z)&&(le(z.prototype,G,O,Z,ce),le(z,G,O,Z,ce))}return le(ee,G,O,Z,ce)}}},{"./errors":58,"./nodeback":66,"./util":82}],71:[function(t,i,r){i.exports=function(a,s,c,f){var l=t("./util"),o=l.isObject,h=t("./es5"),u;typeof Map=="function"&&(u=Map);var d=(function(){var _=0,b=0;function m(w,y){this[_]=w,this[_+b]=y,_++}return function(y){b=y.size,_=0;var v=new Array(y.size*2);return y.forEach(m,v),v}})(),p=function(_){for(var b=new u,m=_.length/2|0,w=0;w<m;++w){var y=_[m+w],v=_[w];b.set(y,v)}return b};function g(_){var b=!1,m;if(u!==void 0&&_ instanceof u)m=d(_),b=!0;else{var w=h.keys(_),y=w.length;m=new Array(y*2);for(var v=0;v<y;++v){var D=w[v];m[v]=_[D],m[v+y]=D}}this.constructor$(m),this._isMap=b,this._init$(void 0,-3)}l.inherits(g,s),g.prototype._init=function(){},g.prototype._promiseFulfilled=function(_,b){this._values[b]=_;var m=++this._totalResolved;if(m>=this._length){var w;if(this._isMap)w=p(this._values);else{w={};for(var y=this.length(),v=0,D=this.length();v<D;++v)w[this._values[v+y]]=this._values[v]}return this._resolve(w),!0}return!1},g.prototype.shouldCopyValues=function(){return!1},g.prototype.getActualLength=function(_){return _>>1};function x(_){var b,m=c(_);if(o(m))m instanceof a?b=m._then(a.props,void 0,void 0,void 0,void 0):b=new g(m).promise();else return f(`cannot await properties of a non-object
|
|
278
|
+
|
|
279
|
+
See http://goo.gl/MqrFmX
|
|
280
|
+
`);return m instanceof a&&b._propagateFrom(m,2),b}a.prototype.props=function(){return x(this)},a.props=function(_){return x(_)}}},{"./es5":59,"./util":82}],72:[function(t,i,r){function a(c,f,l,o,h){for(var u=0;u<h;++u)l[u+o]=c[u+f],c[u+f]=void 0}function s(c){this._capacity=c,this._length=0,this._front=0}s.prototype._willBeOverCapacity=function(c){return this._capacity<c},s.prototype._pushOne=function(c){var f=this.length();this._checkCapacity(f+1);var l=this._front+f&this._capacity-1;this[l]=c,this._length=f+1},s.prototype.push=function(c,f,l){var o=this.length()+3;if(this._willBeOverCapacity(o)){this._pushOne(c),this._pushOne(f),this._pushOne(l);return}var h=this._front+o-3;this._checkCapacity(o);var u=this._capacity-1;this[h+0&u]=c,this[h+1&u]=f,this[h+2&u]=l,this._length=o},s.prototype.shift=function(){var c=this._front,f=this[c];return this[c]=void 0,this._front=c+1&this._capacity-1,this._length--,f},s.prototype.length=function(){return this._length},s.prototype._checkCapacity=function(c){this._capacity<c&&this._resizeTo(this._capacity<<1)},s.prototype._resizeTo=function(c){var f=this._capacity;this._capacity=c;var l=this._front,o=this._length,h=l+o&f-1;a(this,0,this,f,h)},i.exports=s},{}],73:[function(t,i,r){i.exports=function(a,s,c,f){var l=t("./util"),o=function(u){return u.then(function(d){return h(d,u)})};function h(u,d){var p=c(u);if(p instanceof a)return o(p);if(u=l.asArray(u),u===null)return f("expecting an array or an iterable object but got "+l.classString(u));var g=new a(s);d!==void 0&&g._propagateFrom(d,3);for(var x=g._fulfill,_=g._reject,b=0,m=u.length;b<m;++b){var w=u[b];w===void 0&&!(b in u)||a.cast(w)._then(x,_,void 0,g,null)}return g}a.race=function(u){return h(u,void 0)},a.prototype.race=function(){return h(this,void 0)}}},{"./util":82}],74:[function(t,i,r){i.exports=function(a,s,c,f,l,o){var h=a._getDomain,u=t("./util"),d=u.tryCatch;function p(m,w,y,v){this.constructor$(m);var D=h();this._fn=D===null?w:u.domainBind(D,w),y!==void 0&&(y=a.resolve(y),y._attachCancellationCallback(this)),this._initialValue=y,this._currentCancellable=null,v===l?this._eachValues=Array(this._length):v===0?this._eachValues=null:this._eachValues=void 0,this._promise._captureStackTrace(),this._init$(void 0,-5)}u.inherits(p,s),p.prototype._gotAccum=function(m){this._eachValues!==void 0&&this._eachValues!==null&&m!==l&&this._eachValues.push(m)},p.prototype._eachComplete=function(m){return this._eachValues!==null&&this._eachValues.push(m),this._eachValues},p.prototype._init=function(){},p.prototype._resolveEmptyArray=function(){this._resolve(this._eachValues!==void 0?this._eachValues:this._initialValue)},p.prototype.shouldCopyValues=function(){return!1},p.prototype._resolve=function(m){this._promise._resolveCallback(m),this._values=null},p.prototype._resultCancelled=function(m){if(m===this._initialValue)return this._cancel();this._isResolved()||(this._resultCancelled$(),this._currentCancellable instanceof a&&this._currentCancellable.cancel(),this._initialValue instanceof a&&this._initialValue.cancel())},p.prototype._iterate=function(m){this._values=m;var w,y,v=m.length;if(this._initialValue!==void 0?(w=this._initialValue,y=0):(w=a.resolve(m[0]),y=1),this._currentCancellable=w,!w.isRejected())for(;y<v;++y){var D={accum:null,value:m[y],index:y,length:v,array:this};w=w._then(_,void 0,void 0,D,void 0)}this._eachValues!==void 0&&(w=w._then(this._eachComplete,void 0,void 0,this,void 0)),w._then(g,g,void 0,w,this)},a.prototype.reduce=function(m,w){return x(this,m,w,null)},a.reduce=function(m,w,y,v){return x(m,w,y,v)};function g(m,w){this.isFulfilled()?w._resolve(m):w._reject(m)}function x(m,w,y,v){if(typeof w!="function")return c("expecting a function but got "+u.classString(w));var D=new p(m,w,y,v);return D.promise()}function _(m){this.accum=m,this.array._gotAccum(m);var w=f(this.value,this.array._promise);return w instanceof a?(this.array._currentCancellable=w,w._then(b,void 0,void 0,this,void 0)):b.call(this,w)}function b(m){var w=this.array,y=w._promise,v=d(w._fn);y._pushContext();var D;w._eachValues!==void 0?D=v.call(y._boundValue(),m,this.index,this.length):D=v.call(y._boundValue(),this.accum,m,this.index,this.length),D instanceof a&&(w._currentCancellable=D);var E=y._popContext();return o.checkForgottenReturns(D,E,w._eachValues!==void 0?"Promise.each":"Promise.reduce",y),D}}},{"./util":82}],75:[function(t,i,r){(function(a,s){var c=t("./util"),f,l=function(){throw new Error(`No async scheduler available
|
|
281
|
+
|
|
282
|
+
See http://goo.gl/MqrFmX
|
|
283
|
+
`)},o=c.getNativePromise();if(c.isNode&&typeof MutationObserver>"u"){var h=s.setImmediate,u=a.nextTick;f=c.isRecentNode?function(p){h.call(s,p)}:function(p){u.call(a,p)}}else if(typeof o=="function"&&typeof o.resolve=="function"){var d=o.resolve();f=function(p){d.then(p)}}else typeof MutationObserver<"u"&&!(typeof window<"u"&&window.navigator&&(window.navigator.standalone||window.cordova))?f=(function(){var p=document.createElement("div"),g={attributes:!0},x=!1,_=document.createElement("div"),b=new MutationObserver(function(){p.classList.toggle("foo"),x=!1});b.observe(_,g);var m=function(){x||(x=!0,_.classList.toggle("foo"))};return function(y){var v=new MutationObserver(function(){v.disconnect(),y()});v.observe(p,g),m()}})():typeof setImmediate<"u"?f=function(p){setImmediate(p)}:typeof setTimeout<"u"?f=function(p){setTimeout(p,0)}:f=l;i.exports=f}).call(this,t("_process"),typeof Un<"u"?Un:typeof self<"u"?self:typeof window<"u"?window:{})},{"./util":82,_process:101}],76:[function(t,i,r){i.exports=function(a,s,c){var f=a.PromiseInspection,l=t("./util");function o(h){this.constructor$(h)}l.inherits(o,s),o.prototype._promiseResolved=function(h,u){this._values[h]=u;var d=++this._totalResolved;return d>=this._length?(this._resolve(this._values),!0):!1},o.prototype._promiseFulfilled=function(h,u){var d=new f;return d._bitField=33554432,d._settledValueField=h,this._promiseResolved(u,d)},o.prototype._promiseRejected=function(h,u){var d=new f;return d._bitField=16777216,d._settledValueField=h,this._promiseResolved(u,d)},a.settle=function(h){return c.deprecated(".settle()",".reflect()"),new o(h).promise()},a.prototype.settle=function(){return a.settle(this)}}},{"./util":82}],77:[function(t,i,r){i.exports=function(a,s,c){var f=t("./util"),l=t("./errors").RangeError,o=t("./errors").AggregateError,h=f.isArray,u={};function d(g){this.constructor$(g),this._howMany=0,this._unwrap=!1,this._initialized=!1}f.inherits(d,s),d.prototype._init=function(){if(this._initialized){if(this._howMany===0){this._resolve([]);return}this._init$(void 0,-5);var g=h(this._values);!this._isResolved()&&g&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))}},d.prototype.init=function(){this._initialized=!0,this._init()},d.prototype.setUnwrap=function(){this._unwrap=!0},d.prototype.howMany=function(){return this._howMany},d.prototype.setHowMany=function(g){this._howMany=g},d.prototype._promiseFulfilled=function(g){return this._addFulfilled(g),this._fulfilled()===this.howMany()?(this._values.length=this.howMany(),this.howMany()===1&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0):!1},d.prototype._promiseRejected=function(g){return this._addRejected(g),this._checkOutcome()},d.prototype._promiseCancelled=function(){return this._values instanceof a||this._values==null?this._cancel():(this._addRejected(u),this._checkOutcome())},d.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var g=new o,x=this.length();x<this._values.length;++x)this._values[x]!==u&&g.push(this._values[x]);return g.length>0?this._reject(g):this._cancel(),!0}return!1},d.prototype._fulfilled=function(){return this._totalResolved},d.prototype._rejected=function(){return this._values.length-this.length()},d.prototype._addRejected=function(g){this._values.push(g)},d.prototype._addFulfilled=function(g){this._values[this._totalResolved++]=g},d.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},d.prototype._getRangeError=function(g){var x="Input array must contain at least "+this._howMany+" items but contains only "+g+" items";return new l(x)},d.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))};function p(g,x){if((x|0)!==x||x<0)return c(`expecting a positive integer
|
|
284
|
+
|
|
285
|
+
See http://goo.gl/MqrFmX
|
|
286
|
+
`);var _=new d(g),b=_.promise();return _.setHowMany(x),_.init(),b}a.some=function(g,x){return p(g,x)},a.prototype.some=function(g){return p(this,g)},a._SomePromiseArray=d}},{"./errors":58,"./util":82}],78:[function(t,i,r){i.exports=function(a){function s(d){d!==void 0?(d=d._target(),this._bitField=d._bitField,this._settledValueField=d._isFateSealed()?d._settledValue():void 0):(this._bitField=0,this._settledValueField=void 0)}s.prototype._settledValue=function(){return this._settledValueField};var c=s.prototype.value=function(){if(!this.isFulfilled())throw new TypeError(`cannot get fulfillment value of a non-fulfilled promise
|
|
287
|
+
|
|
288
|
+
See http://goo.gl/MqrFmX
|
|
289
|
+
`);return this._settledValue()},f=s.prototype.error=s.prototype.reason=function(){if(!this.isRejected())throw new TypeError(`cannot get rejection reason of a non-rejected promise
|
|
290
|
+
|
|
291
|
+
See http://goo.gl/MqrFmX
|
|
292
|
+
`);return this._settledValue()},l=s.prototype.isFulfilled=function(){return(this._bitField&33554432)!==0},o=s.prototype.isRejected=function(){return(this._bitField&16777216)!==0},h=s.prototype.isPending=function(){return(this._bitField&50397184)===0},u=s.prototype.isResolved=function(){return(this._bitField&50331648)!==0};s.prototype.isCancelled=function(){return(this._bitField&8454144)!==0},a.prototype.__isCancelled=function(){return(this._bitField&65536)===65536},a.prototype._isCancelled=function(){return this._target().__isCancelled()},a.prototype.isCancelled=function(){return(this._target()._bitField&8454144)!==0},a.prototype.isPending=function(){return h.call(this._target())},a.prototype.isRejected=function(){return o.call(this._target())},a.prototype.isFulfilled=function(){return l.call(this._target())},a.prototype.isResolved=function(){return u.call(this._target())},a.prototype.value=function(){return c.call(this._target())},a.prototype.reason=function(){var d=this._target();return d._unsetRejectionIsUnhandled(),f.call(d)},a.prototype._value=function(){return this._settledValue()},a.prototype._reason=function(){return this._unsetRejectionIsUnhandled(),this._settledValue()},a.PromiseInspection=s}},{}],79:[function(t,i,r){i.exports=function(a,s){var c=t("./util"),f=c.errorObj,l=c.isObject;function o(x,_){if(l(x)){if(x instanceof a)return x;var b=u(x);if(b===f){_&&_._pushContext();var m=a.reject(b.e);return _&&_._popContext(),m}else if(typeof b=="function"){if(p(x)){var m=new a(s);return x._then(m._fulfill,m._reject,void 0,m,null),m}return g(x,b,_)}}return x}function h(x){return x.then}function u(x){try{return h(x)}catch(_){return f.e=_,f}}var d={}.hasOwnProperty;function p(x){try{return d.call(x,"_promise0")}catch{return!1}}function g(x,_,b){var m=new a(s),w=m;b&&b._pushContext(),m._captureStackTrace(),b&&b._popContext();var y=!0,v=c.tryCatch(_).call(x,D,E);y=!1,m&&v===f&&(m._rejectCallback(v.e,!0,!0),m=null);function D(I){m&&(m._resolveCallback(I),m=null)}function E(I){m&&(m._rejectCallback(I,y,!0),m=null)}return w}return o}},{"./util":82}],80:[function(t,i,r){i.exports=function(a,s,c){var f=t("./util"),l=a.TimeoutError;function o(x){this.handle=x}o.prototype._resultCancelled=function(){clearTimeout(this.handle)};var h=function(x){return u(+this).thenReturn(x)},u=a.delay=function(x,_){var b,m;return _!==void 0?(b=a.resolve(_)._then(h,null,null,x,void 0),c.cancellation()&&_ instanceof a&&b._setOnCancel(_)):(b=new a(s),m=setTimeout(function(){b._fulfill()},+x),c.cancellation()&&b._setOnCancel(new o(m)),b._captureStackTrace()),b._setAsyncGuaranteed(),b};a.prototype.delay=function(x){return u(x,this)};var d=function(x,_,b){var m;typeof _!="string"?_ instanceof Error?m=_:m=new l("operation timed out"):m=new l(_),f.markAsOriginatingFromRejection(m),x._attachExtraTrace(m),x._reject(m),b!=null&&b.cancel()};function p(x){return clearTimeout(this.handle),x}function g(x){throw clearTimeout(this.handle),x}a.prototype.timeout=function(x,_){x=+x;var b,m,w=new o(setTimeout(function(){b.isPending()&&d(b,_,m)},x));return c.cancellation()?(m=this.then(),b=m._then(p,g,void 0,w,void 0),b._setOnCancel(w)):b=this._then(p,g,void 0,w,void 0),b}}},{"./util":82}],81:[function(t,i,r){i.exports=function(a,s,c,f,l,o){var h=t("./util"),u=t("./errors").TypeError,d=t("./util").inherits,p=h.errorObj,g=h.tryCatch,x={};function _(E){setTimeout(function(){throw E},0)}function b(E){var I=c(E);return I!==E&&typeof E._isDisposable=="function"&&typeof E._getDisposer=="function"&&E._isDisposable()&&I._setDisposable(E._getDisposer()),I}function m(E,I){var U=0,R=E.length,S=new a(l);function M(){if(U>=R)return S._fulfill();var L=b(E[U++]);if(L instanceof a&&L._isDisposable()){try{L=c(L._getDisposer().tryDispose(I),E.promise)}catch(Y){return _(Y)}if(L instanceof a)return L._then(M,_,null,null,null)}M()}return M(),S}function w(E,I,U){this._data=E,this._promise=I,this._context=U}w.prototype.data=function(){return this._data},w.prototype.promise=function(){return this._promise},w.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():x},w.prototype.tryDispose=function(E){var I=this.resource(),U=this._context;U!==void 0&&U._pushContext();var R=I!==x?this.doDispose(I,E):null;return U!==void 0&&U._popContext(),this._promise._unsetDisposable(),this._data=null,R},w.isDisposer=function(E){return E!=null&&typeof E.resource=="function"&&typeof E.tryDispose=="function"};function y(E,I,U){this.constructor$(E,I,U)}d(y,w),y.prototype.doDispose=function(E,I){var U=this.data();return U.call(E,E,I)};function v(E){return w.isDisposer(E)?(this.resources[this.index]._setDisposable(E),E.promise()):E}function D(E){this.length=E,this.promise=null,this[E-1]=null}D.prototype._resultCancelled=function(){for(var E=this.length,I=0;I<E;++I){var U=this[I];U instanceof a&&U.cancel()}},a.using=function(){var E=arguments.length;if(E<2)return s("you must pass at least 2 arguments to Promise.using");var I=arguments[E-1];if(typeof I!="function")return s("expecting a function but got "+h.classString(I));var U,R=!0;E===2&&Array.isArray(arguments[0])?(U=arguments[0],E=U.length,R=!1):(U=arguments,E--);for(var S=new D(E),M=0;M<E;++M){var L=U[M];if(w.isDisposer(L)){var Y=L;L=L.promise(),L._setDisposable(Y)}else{var le=c(L);le instanceof a&&(L=le._then(v,null,null,{resources:S,index:M},void 0))}S[M]=L}for(var N=new Array(S.length),M=0;M<N.length;++M)N[M]=a.resolve(S[M]).reflect();var ee=a.all(N).then(function(ce){for(var G=0;G<ce.length;++G){var O=ce[G];if(O.isRejected())return p.e=O.error(),p;if(!O.isFulfilled()){ee.cancel();return}ce[G]=O.value()}k._pushContext(),I=g(I);var Z=R?I.apply(void 0,ce):I(ce),W=k._popContext();return o.checkForgottenReturns(Z,W,"Promise.using",k),Z}),k=ee.lastly(function(){var ce=new a.PromiseInspection(ee);return m(S,ce)});return S.promise=k,k._setOnCancel(S),k},a.prototype._setDisposable=function(E){this._bitField=this._bitField|131072,this._disposer=E},a.prototype._isDisposable=function(){return(this._bitField&131072)>0},a.prototype._getDisposer=function(){return this._disposer},a.prototype._unsetDisposable=function(){this._bitField=this._bitField&-131073,this._disposer=void 0},a.prototype.disposer=function(E){if(typeof E=="function")return new y(E,this,f());throw new u}}},{"./errors":58,"./util":82}],82:[function(t,i,r){(function(a,s){var c=t("./es5"),f=typeof navigator>"u",l={e:{}},o,h=typeof self<"u"?self:typeof window<"u"?window:typeof s<"u"?s:this!==void 0?this:null;function u(){try{var ae=o;return o=null,ae.apply(this,arguments)}catch(de){return l.e=de,l}}function d(ae){return o=ae,u}var p=function(ae,de){var Le={}.hasOwnProperty;function te(){this.constructor=ae,this.constructor$=de;for(var Ie in de.prototype)Le.call(de.prototype,Ie)&&Ie.charAt(Ie.length-1)!=="$"&&(this[Ie+"$"]=de.prototype[Ie])}return te.prototype=de.prototype,ae.prototype=new te,ae.prototype};function g(ae){return ae==null||ae===!0||ae===!1||typeof ae=="string"||typeof ae=="number"}function x(ae){return typeof ae=="function"||typeof ae=="object"&&ae!==null}function _(ae){return g(ae)?new Error(M(ae)):ae}function b(ae,de){var Le=ae.length,te=new Array(Le+1),Ie;for(Ie=0;Ie<Le;++Ie)te[Ie]=ae[Ie];return te[Ie]=de,te}function m(ae,de,Le){if(c.isES5){var te=Object.getOwnPropertyDescriptor(ae,de);if(te!=null)return te.get==null&&te.set==null?te.value:Le}else return{}.hasOwnProperty.call(ae,de)?ae[de]:void 0}function w(ae,de,Le){if(g(ae))return ae;var te={value:Le,configurable:!0,enumerable:!1,writable:!0};return c.defineProperty(ae,de,te),ae}function y(ae){throw ae}var v=(function(){var ae=[Array.prototype,Object.prototype,Function.prototype],de=function(Ie){for(var Ne=0;Ne<ae.length;++Ne)if(ae[Ne]===Ie)return!0;return!1};if(c.isES5){var Le=Object.getOwnPropertyNames;return function(Ie){for(var Ne=[],Pe=Object.create(null);Ie!=null&&!de(Ie);){var Me;try{Me=Le(Ie)}catch{return Ne}for(var Oe=0;Oe<Me.length;++Oe){var Qe=Me[Oe];if(!Pe[Qe]){Pe[Qe]=!0;var C=Object.getOwnPropertyDescriptor(Ie,Qe);C!=null&&C.get==null&&C.set==null&&Ne.push(Qe)}}Ie=c.getPrototypeOf(Ie)}return Ne}}else{var te={}.hasOwnProperty;return function(Ie){if(de(Ie))return[];var Ne=[];e:for(var Pe in Ie)if(te.call(Ie,Pe))Ne.push(Pe);else{for(var Me=0;Me<ae.length;++Me)if(te.call(ae[Me],Pe))continue e;Ne.push(Pe)}return Ne}}})(),D=/this\s*\.\s*\S+\s*=/;function E(ae){try{if(typeof ae=="function"){var de=c.names(ae.prototype),Le=c.isES5&&de.length>1,te=de.length>0&&!(de.length===1&&de[0]==="constructor"),Ie=D.test(ae+"")&&c.names(ae).length>0;if(Le||te||Ie)return!0}return!1}catch{return!1}}function I(ae){return ae}var U=/^[a-z$_][a-z$_0-9]*$/i;function R(ae){return U.test(ae)}function S(ae,de,Le){for(var te=new Array(ae),Ie=0;Ie<ae;++Ie)te[Ie]=de+Ie+Le;return te}function M(ae){try{return ae+""}catch{return"[no string representation]"}}function L(ae){return ae!==null&&typeof ae=="object"&&typeof ae.message=="string"&&typeof ae.name=="string"}function Y(ae){try{w(ae,"isOperational",!0)}catch{}}function le(ae){return ae==null?!1:ae instanceof Error.__BluebirdErrorTypes__.OperationalError||ae.isOperational===!0}function N(ae){return L(ae)&&c.propertyIsWritable(ae,"stack")}var ee=(function(){return"stack"in new Error?function(ae){return N(ae)?ae:new Error(M(ae))}:function(ae){if(N(ae))return ae;try{throw new Error(M(ae))}catch(de){return de}}})();function k(ae){return{}.toString.call(ae)}function ce(ae,de,Le){for(var te=c.names(ae),Ie=0;Ie<te.length;++Ie){var Ne=te[Ie];if(Le(Ne))try{c.defineProperty(de,Ne,c.getDescriptor(ae,Ne))}catch{}}}var G=function(ae){return c.isArray(ae)?ae:null};if(typeof Symbol<"u"&&Symbol.iterator){var O=typeof Array.from=="function"?function(ae){return Array.from(ae)}:function(ae){for(var de=[],Le=ae[Symbol.iterator](),te;!(te=Le.next()).done;)de.push(te.value);return de};G=function(ae){return c.isArray(ae)?ae:ae!=null&&typeof ae[Symbol.iterator]=="function"?O(ae):null}}var Z=typeof a<"u"&&k(a).toLowerCase()==="[object process]",W=typeof a<"u"&&typeof a.env<"u";function K(ae){return W?a.env[ae]:void 0}function z(){if(typeof Promise=="function")try{var ae=new Promise(function(){});if({}.toString.call(ae)==="[object Promise]")return Promise}catch{}}function ie(ae,de){return ae.bind(de)}var De={isClass:E,isIdentifier:R,inheritedDataKeys:v,getDataPropertyOrDefault:m,thrower:y,isArray:c.isArray,asArray:G,notEnumerableProp:w,isPrimitive:g,isObject:x,isError:L,canEvaluate:f,errorObj:l,tryCatch:d,inherits:p,withAppended:b,maybeWrapAsError:_,toFastProperties:I,filledRange:S,toString:M,canAttachTrace:N,ensureErrorObject:ee,originatesFromRejection:le,markAsOriginatingFromRejection:Y,classString:k,copyDescriptors:ce,hasDevTools:typeof chrome<"u"&&chrome&&typeof chrome.loadTimes=="function",isNode:Z,hasEnvVariables:W,env:K,global:h,getNativePromise:z,domainBind:ie};De.isRecentNode=De.isNode&&(function(){var ae=a.versions.node.split(".").map(Number);return ae[0]===0&&ae[1]>10||ae[0]>0})(),De.isNode&&De.toFastProperties(a);try{throw new Error}catch(ae){De.lastLineError=ae}i.exports=De}).call(this,t("_process"),typeof Un<"u"?Un:typeof self<"u"?self:typeof window<"u"?window:{})},{"./es5":59,_process:101}],83:[function(t,i,r){(function(a){var s=t("base64-js"),c=t("ieee754"),f=t("isarray");r.Buffer=u,r.SlowBuffer=v,r.INSPECT_MAX_BYTES=50,u.TYPED_ARRAY_SUPPORT=a.TYPED_ARRAY_SUPPORT!==void 0?a.TYPED_ARRAY_SUPPORT:l(),r.kMaxLength=o();function l(){try{var A=new Uint8Array(1);return A.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},A.foo()===42&&typeof A.subarray=="function"&&A.subarray(1,1).byteLength===0}catch{return!1}}function o(){return u.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function h(A,T){if(o()<T)throw new RangeError("Invalid typed array length");return u.TYPED_ARRAY_SUPPORT?(A=new Uint8Array(T),A.__proto__=u.prototype):(A===null&&(A=new u(T)),A.length=T),A}function u(A,T,F){if(!u.TYPED_ARRAY_SUPPORT&&!(this instanceof u))return new u(A,T,F);if(typeof A=="number"){if(typeof T=="string")throw new Error("If encoding is specified then the first argument must be a string");return x(this,A)}return d(this,A,T,F)}u.poolSize=8192,u._augment=function(A){return A.__proto__=u.prototype,A};function d(A,T,F,P){if(typeof T=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer<"u"&&T instanceof ArrayBuffer?m(A,T,F,P):typeof T=="string"?_(A,T,F):w(A,T)}u.from=function(A,T,F){return d(null,A,T,F)},u.TYPED_ARRAY_SUPPORT&&(u.prototype.__proto__=Uint8Array.prototype,u.__proto__=Uint8Array,typeof Symbol<"u"&&Symbol.species&&u[Symbol.species]===u&&Object.defineProperty(u,Symbol.species,{value:null,configurable:!0}));function p(A){if(typeof A!="number")throw new TypeError('"size" argument must be a number');if(A<0)throw new RangeError('"size" argument must not be negative')}function g(A,T,F,P){return p(T),T<=0?h(A,T):F!==void 0?typeof P=="string"?h(A,T).fill(F,P):h(A,T).fill(F):h(A,T)}u.alloc=function(A,T,F){return g(null,A,T,F)};function x(A,T){if(p(T),A=h(A,T<0?0:y(T)|0),!u.TYPED_ARRAY_SUPPORT)for(var F=0;F<T;++F)A[F]=0;return A}u.allocUnsafe=function(A){return x(null,A)},u.allocUnsafeSlow=function(A){return x(null,A)};function _(A,T,F){if((typeof F!="string"||F==="")&&(F="utf8"),!u.isEncoding(F))throw new TypeError('"encoding" must be a valid string encoding');var P=D(T,F)|0;A=h(A,P);var V=A.write(T,F);return V!==P&&(A=A.slice(0,V)),A}function b(A,T){var F=T.length<0?0:y(T.length)|0;A=h(A,F);for(var P=0;P<F;P+=1)A[P]=T[P]&255;return A}function m(A,T,F,P){if(T.byteLength,F<0||T.byteLength<F)throw new RangeError("'offset' is out of bounds");if(T.byteLength<F+(P||0))throw new RangeError("'length' is out of bounds");return F===void 0&&P===void 0?T=new Uint8Array(T):P===void 0?T=new Uint8Array(T,F):T=new Uint8Array(T,F,P),u.TYPED_ARRAY_SUPPORT?(A=T,A.__proto__=u.prototype):A=b(A,T),A}function w(A,T){if(u.isBuffer(T)){var F=y(T.length)|0;return A=h(A,F),A.length===0||T.copy(A,0,0,F),A}if(T){if(typeof ArrayBuffer<"u"&&T.buffer instanceof ArrayBuffer||"length"in T)return typeof T.length!="number"||re(T.length)?h(A,0):b(A,T);if(T.type==="Buffer"&&f(T.data))return b(A,T.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function y(A){if(A>=o())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o().toString(16)+" bytes");return A|0}function v(A){return+A!=A&&(A=0),u.alloc(+A)}u.isBuffer=function(T){return!!(T!=null&&T._isBuffer)},u.compare=function(T,F){if(!u.isBuffer(T)||!u.isBuffer(F))throw new TypeError("Arguments must be Buffers");if(T===F)return 0;for(var P=T.length,V=F.length,pe=0,Q=Math.min(P,V);pe<Q;++pe)if(T[pe]!==F[pe]){P=T[pe],V=F[pe];break}return P<V?-1:V<P?1:0},u.isEncoding=function(T){switch(String(T).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},u.concat=function(T,F){if(!f(T))throw new TypeError('"list" argument must be an Array of Buffers');if(T.length===0)return u.alloc(0);var P;if(F===void 0)for(F=0,P=0;P<T.length;++P)F+=T[P].length;var V=u.allocUnsafe(F),pe=0;for(P=0;P<T.length;++P){var Q=T[P];if(!u.isBuffer(Q))throw new TypeError('"list" argument must be an Array of Buffers');Q.copy(V,pe),pe+=Q.length}return V};function D(A,T){if(u.isBuffer(A))return A.length;if(typeof ArrayBuffer<"u"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(A)||A instanceof ArrayBuffer))return A.byteLength;typeof A!="string"&&(A=""+A);var F=A.length;if(F===0)return 0;for(var P=!1;;)switch(T){case"ascii":case"latin1":case"binary":return F;case"utf8":case"utf-8":case void 0:return Oe(A).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return F*2;case"hex":return F>>>1;case"base64":return ve(A).length;default:if(P)return Oe(A).length;T=(""+T).toLowerCase(),P=!0}}u.byteLength=D;function E(A,T,F){var P=!1;if((T===void 0||T<0)&&(T=0),T>this.length||((F===void 0||F>this.length)&&(F=this.length),F<=0)||(F>>>=0,T>>>=0,F<=T))return"";for(A||(A="utf8");;)switch(A){case"hex":return W(this,T,F);case"utf8":case"utf-8":return k(this,T,F);case"ascii":return O(this,T,F);case"latin1":case"binary":return Z(this,T,F);case"base64":return ee(this,T,F);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return K(this,T,F);default:if(P)throw new TypeError("Unknown encoding: "+A);A=(A+"").toLowerCase(),P=!0}}u.prototype._isBuffer=!0;function I(A,T,F){var P=A[T];A[T]=A[F],A[F]=P}u.prototype.swap16=function(){var T=this.length;if(T%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var F=0;F<T;F+=2)I(this,F,F+1);return this},u.prototype.swap32=function(){var T=this.length;if(T%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var F=0;F<T;F+=4)I(this,F,F+3),I(this,F+1,F+2);return this},u.prototype.swap64=function(){var T=this.length;if(T%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var F=0;F<T;F+=8)I(this,F,F+7),I(this,F+1,F+6),I(this,F+2,F+5),I(this,F+3,F+4);return this},u.prototype.toString=function(){var T=this.length|0;return T===0?"":arguments.length===0?k(this,0,T):E.apply(this,arguments)},u.prototype.equals=function(T){if(!u.isBuffer(T))throw new TypeError("Argument must be a Buffer");return this===T?!0:u.compare(this,T)===0},u.prototype.inspect=function(){var T="",F=r.INSPECT_MAX_BYTES;return this.length>0&&(T=this.toString("hex",0,F).match(/.{2}/g).join(" "),this.length>F&&(T+=" ... ")),"<Buffer "+T+">"},u.prototype.compare=function(T,F,P,V,pe){if(!u.isBuffer(T))throw new TypeError("Argument must be a Buffer");if(F===void 0&&(F=0),P===void 0&&(P=T?T.length:0),V===void 0&&(V=0),pe===void 0&&(pe=this.length),F<0||P>T.length||V<0||pe>this.length)throw new RangeError("out of range index");if(V>=pe&&F>=P)return 0;if(V>=pe)return-1;if(F>=P)return 1;if(F>>>=0,P>>>=0,V>>>=0,pe>>>=0,this===T)return 0;for(var Q=pe-V,q=P-F,ye=Math.min(Q,q),Fe=this.slice(V,pe),Ue=T.slice(F,P),$e=0;$e<ye;++$e)if(Fe[$e]!==Ue[$e]){Q=Fe[$e],q=Ue[$e];break}return Q<q?-1:q<Q?1:0};function U(A,T,F,P,V){if(A.length===0)return-1;if(typeof F=="string"?(P=F,F=0):F>2147483647?F=2147483647:F<-2147483648&&(F=-2147483648),F=+F,isNaN(F)&&(F=V?0:A.length-1),F<0&&(F=A.length+F),F>=A.length){if(V)return-1;F=A.length-1}else if(F<0)if(V)F=0;else return-1;if(typeof T=="string"&&(T=u.from(T,P)),u.isBuffer(T))return T.length===0?-1:R(A,T,F,P,V);if(typeof T=="number")return T=T&255,u.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?V?Uint8Array.prototype.indexOf.call(A,T,F):Uint8Array.prototype.lastIndexOf.call(A,T,F):R(A,[T],F,P,V);throw new TypeError("val must be string, number or Buffer")}function R(A,T,F,P,V){var pe=1,Q=A.length,q=T.length;if(P!==void 0&&(P=String(P).toLowerCase(),P==="ucs2"||P==="ucs-2"||P==="utf16le"||P==="utf-16le")){if(A.length<2||T.length<2)return-1;pe=2,Q/=2,q/=2,F/=2}function ye(Ye,at){return pe===1?Ye[at]:Ye.readUInt16BE(at*pe)}var Fe;if(V){var Ue=-1;for(Fe=F;Fe<Q;Fe++)if(ye(A,Fe)===ye(T,Ue===-1?0:Fe-Ue)){if(Ue===-1&&(Ue=Fe),Fe-Ue+1===q)return Ue*pe}else Ue!==-1&&(Fe-=Fe-Ue),Ue=-1}else for(F+q>Q&&(F=Q-q),Fe=F;Fe>=0;Fe--){for(var $e=!0,qe=0;qe<q;qe++)if(ye(A,Fe+qe)!==ye(T,qe)){$e=!1;break}if($e)return Fe}return-1}u.prototype.includes=function(T,F,P){return this.indexOf(T,F,P)!==-1},u.prototype.indexOf=function(T,F,P){return U(this,T,F,P,!0)},u.prototype.lastIndexOf=function(T,F,P){return U(this,T,F,P,!1)};function S(A,T,F,P){F=Number(F)||0;var V=A.length-F;P?(P=Number(P),P>V&&(P=V)):P=V;var pe=T.length;if(pe%2!==0)throw new TypeError("Invalid hex string");P>pe/2&&(P=pe/2);for(var Q=0;Q<P;++Q){var q=parseInt(T.substr(Q*2,2),16);if(isNaN(q))return Q;A[F+Q]=q}return Q}function M(A,T,F,P){return ge(Oe(T,A.length-F),A,F,P)}function L(A,T,F,P){return ge(Qe(T),A,F,P)}function Y(A,T,F,P){return L(A,T,F,P)}function le(A,T,F,P){return ge(ve(T),A,F,P)}function N(A,T,F,P){return ge(C(T,A.length-F),A,F,P)}u.prototype.write=function(T,F,P,V){if(F===void 0)V="utf8",P=this.length,F=0;else if(P===void 0&&typeof F=="string")V=F,P=this.length,F=0;else if(isFinite(F))F=F|0,isFinite(P)?(P=P|0,V===void 0&&(V="utf8")):(V=P,P=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var pe=this.length-F;if((P===void 0||P>pe)&&(P=pe),T.length>0&&(P<0||F<0)||F>this.length)throw new RangeError("Attempt to write outside buffer bounds");V||(V="utf8");for(var Q=!1;;)switch(V){case"hex":return S(this,T,F,P);case"utf8":case"utf-8":return M(this,T,F,P);case"ascii":return L(this,T,F,P);case"latin1":case"binary":return Y(this,T,F,P);case"base64":return le(this,T,F,P);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return N(this,T,F,P);default:if(Q)throw new TypeError("Unknown encoding: "+V);V=(""+V).toLowerCase(),Q=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ee(A,T,F){return T===0&&F===A.length?s.fromByteArray(A):s.fromByteArray(A.slice(T,F))}function k(A,T,F){F=Math.min(A.length,F);for(var P=[],V=T;V<F;){var pe=A[V],Q=null,q=pe>239?4:pe>223?3:pe>191?2:1;if(V+q<=F){var ye,Fe,Ue,$e;switch(q){case 1:pe<128&&(Q=pe);break;case 2:ye=A[V+1],(ye&192)===128&&($e=(pe&31)<<6|ye&63,$e>127&&(Q=$e));break;case 3:ye=A[V+1],Fe=A[V+2],(ye&192)===128&&(Fe&192)===128&&($e=(pe&15)<<12|(ye&63)<<6|Fe&63,$e>2047&&($e<55296||$e>57343)&&(Q=$e));break;case 4:ye=A[V+1],Fe=A[V+2],Ue=A[V+3],(ye&192)===128&&(Fe&192)===128&&(Ue&192)===128&&($e=(pe&15)<<18|(ye&63)<<12|(Fe&63)<<6|Ue&63,$e>65535&&$e<1114112&&(Q=$e))}}Q===null?(Q=65533,q=1):Q>65535&&(Q-=65536,P.push(Q>>>10&1023|55296),Q=56320|Q&1023),P.push(Q),V+=q}return G(P)}var ce=4096;function G(A){var T=A.length;if(T<=ce)return String.fromCharCode.apply(String,A);for(var F="",P=0;P<T;)F+=String.fromCharCode.apply(String,A.slice(P,P+=ce));return F}function O(A,T,F){var P="";F=Math.min(A.length,F);for(var V=T;V<F;++V)P+=String.fromCharCode(A[V]&127);return P}function Z(A,T,F){var P="";F=Math.min(A.length,F);for(var V=T;V<F;++V)P+=String.fromCharCode(A[V]);return P}function W(A,T,F){var P=A.length;(!T||T<0)&&(T=0),(!F||F<0||F>P)&&(F=P);for(var V="",pe=T;pe<F;++pe)V+=Me(A[pe]);return V}function K(A,T,F){for(var P=A.slice(T,F),V="",pe=0;pe<P.length;pe+=2)V+=String.fromCharCode(P[pe]+P[pe+1]*256);return V}u.prototype.slice=function(T,F){var P=this.length;T=~~T,F=F===void 0?P:~~F,T<0?(T+=P,T<0&&(T=0)):T>P&&(T=P),F<0?(F+=P,F<0&&(F=0)):F>P&&(F=P),F<T&&(F=T);var V;if(u.TYPED_ARRAY_SUPPORT)V=this.subarray(T,F),V.__proto__=u.prototype;else{var pe=F-T;V=new u(pe,void 0);for(var Q=0;Q<pe;++Q)V[Q]=this[Q+T]}return V};function z(A,T,F){if(A%1!==0||A<0)throw new RangeError("offset is not uint");if(A+T>F)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUIntLE=function(T,F,P){T=T|0,F=F|0,P||z(T,F,this.length);for(var V=this[T],pe=1,Q=0;++Q<F&&(pe*=256);)V+=this[T+Q]*pe;return V},u.prototype.readUIntBE=function(T,F,P){T=T|0,F=F|0,P||z(T,F,this.length);for(var V=this[T+--F],pe=1;F>0&&(pe*=256);)V+=this[T+--F]*pe;return V},u.prototype.readUInt8=function(T,F){return F||z(T,1,this.length),this[T]},u.prototype.readUInt16LE=function(T,F){return F||z(T,2,this.length),this[T]|this[T+1]<<8},u.prototype.readUInt16BE=function(T,F){return F||z(T,2,this.length),this[T]<<8|this[T+1]},u.prototype.readUInt32LE=function(T,F){return F||z(T,4,this.length),(this[T]|this[T+1]<<8|this[T+2]<<16)+this[T+3]*16777216},u.prototype.readUInt32BE=function(T,F){return F||z(T,4,this.length),this[T]*16777216+(this[T+1]<<16|this[T+2]<<8|this[T+3])},u.prototype.readIntLE=function(T,F,P){T=T|0,F=F|0,P||z(T,F,this.length);for(var V=this[T],pe=1,Q=0;++Q<F&&(pe*=256);)V+=this[T+Q]*pe;return pe*=128,V>=pe&&(V-=Math.pow(2,8*F)),V},u.prototype.readIntBE=function(T,F,P){T=T|0,F=F|0,P||z(T,F,this.length);for(var V=F,pe=1,Q=this[T+--V];V>0&&(pe*=256);)Q+=this[T+--V]*pe;return pe*=128,Q>=pe&&(Q-=Math.pow(2,8*F)),Q},u.prototype.readInt8=function(T,F){return F||z(T,1,this.length),this[T]&128?(255-this[T]+1)*-1:this[T]},u.prototype.readInt16LE=function(T,F){F||z(T,2,this.length);var P=this[T]|this[T+1]<<8;return P&32768?P|4294901760:P},u.prototype.readInt16BE=function(T,F){F||z(T,2,this.length);var P=this[T+1]|this[T]<<8;return P&32768?P|4294901760:P},u.prototype.readInt32LE=function(T,F){return F||z(T,4,this.length),this[T]|this[T+1]<<8|this[T+2]<<16|this[T+3]<<24},u.prototype.readInt32BE=function(T,F){return F||z(T,4,this.length),this[T]<<24|this[T+1]<<16|this[T+2]<<8|this[T+3]},u.prototype.readFloatLE=function(T,F){return F||z(T,4,this.length),c.read(this,T,!0,23,4)},u.prototype.readFloatBE=function(T,F){return F||z(T,4,this.length),c.read(this,T,!1,23,4)},u.prototype.readDoubleLE=function(T,F){return F||z(T,8,this.length),c.read(this,T,!0,52,8)},u.prototype.readDoubleBE=function(T,F){return F||z(T,8,this.length),c.read(this,T,!1,52,8)};function ie(A,T,F,P,V,pe){if(!u.isBuffer(A))throw new TypeError('"buffer" argument must be a Buffer instance');if(T>V||T<pe)throw new RangeError('"value" argument is out of bounds');if(F+P>A.length)throw new RangeError("Index out of range")}u.prototype.writeUIntLE=function(T,F,P,V){if(T=+T,F=F|0,P=P|0,!V){var pe=Math.pow(2,8*P)-1;ie(this,T,F,P,pe,0)}var Q=1,q=0;for(this[F]=T&255;++q<P&&(Q*=256);)this[F+q]=T/Q&255;return F+P},u.prototype.writeUIntBE=function(T,F,P,V){if(T=+T,F=F|0,P=P|0,!V){var pe=Math.pow(2,8*P)-1;ie(this,T,F,P,pe,0)}var Q=P-1,q=1;for(this[F+Q]=T&255;--Q>=0&&(q*=256);)this[F+Q]=T/q&255;return F+P},u.prototype.writeUInt8=function(T,F,P){return T=+T,F=F|0,P||ie(this,T,F,1,255,0),u.TYPED_ARRAY_SUPPORT||(T=Math.floor(T)),this[F]=T&255,F+1};function De(A,T,F,P){T<0&&(T=65535+T+1);for(var V=0,pe=Math.min(A.length-F,2);V<pe;++V)A[F+V]=(T&255<<8*(P?V:1-V))>>>(P?V:1-V)*8}u.prototype.writeUInt16LE=function(T,F,P){return T=+T,F=F|0,P||ie(this,T,F,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[F]=T&255,this[F+1]=T>>>8):De(this,T,F,!0),F+2},u.prototype.writeUInt16BE=function(T,F,P){return T=+T,F=F|0,P||ie(this,T,F,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[F]=T>>>8,this[F+1]=T&255):De(this,T,F,!1),F+2};function ae(A,T,F,P){T<0&&(T=4294967295+T+1);for(var V=0,pe=Math.min(A.length-F,4);V<pe;++V)A[F+V]=T>>>(P?V:3-V)*8&255}u.prototype.writeUInt32LE=function(T,F,P){return T=+T,F=F|0,P||ie(this,T,F,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[F+3]=T>>>24,this[F+2]=T>>>16,this[F+1]=T>>>8,this[F]=T&255):ae(this,T,F,!0),F+4},u.prototype.writeUInt32BE=function(T,F,P){return T=+T,F=F|0,P||ie(this,T,F,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[F]=T>>>24,this[F+1]=T>>>16,this[F+2]=T>>>8,this[F+3]=T&255):ae(this,T,F,!1),F+4},u.prototype.writeIntLE=function(T,F,P,V){if(T=+T,F=F|0,!V){var pe=Math.pow(2,8*P-1);ie(this,T,F,P,pe-1,-pe)}var Q=0,q=1,ye=0;for(this[F]=T&255;++Q<P&&(q*=256);)T<0&&ye===0&&this[F+Q-1]!==0&&(ye=1),this[F+Q]=(T/q>>0)-ye&255;return F+P},u.prototype.writeIntBE=function(T,F,P,V){if(T=+T,F=F|0,!V){var pe=Math.pow(2,8*P-1);ie(this,T,F,P,pe-1,-pe)}var Q=P-1,q=1,ye=0;for(this[F+Q]=T&255;--Q>=0&&(q*=256);)T<0&&ye===0&&this[F+Q+1]!==0&&(ye=1),this[F+Q]=(T/q>>0)-ye&255;return F+P},u.prototype.writeInt8=function(T,F,P){return T=+T,F=F|0,P||ie(this,T,F,1,127,-128),u.TYPED_ARRAY_SUPPORT||(T=Math.floor(T)),T<0&&(T=255+T+1),this[F]=T&255,F+1},u.prototype.writeInt16LE=function(T,F,P){return T=+T,F=F|0,P||ie(this,T,F,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[F]=T&255,this[F+1]=T>>>8):De(this,T,F,!0),F+2},u.prototype.writeInt16BE=function(T,F,P){return T=+T,F=F|0,P||ie(this,T,F,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[F]=T>>>8,this[F+1]=T&255):De(this,T,F,!1),F+2},u.prototype.writeInt32LE=function(T,F,P){return T=+T,F=F|0,P||ie(this,T,F,4,2147483647,-2147483648),u.TYPED_ARRAY_SUPPORT?(this[F]=T&255,this[F+1]=T>>>8,this[F+2]=T>>>16,this[F+3]=T>>>24):ae(this,T,F,!0),F+4},u.prototype.writeInt32BE=function(T,F,P){return T=+T,F=F|0,P||ie(this,T,F,4,2147483647,-2147483648),T<0&&(T=4294967295+T+1),u.TYPED_ARRAY_SUPPORT?(this[F]=T>>>24,this[F+1]=T>>>16,this[F+2]=T>>>8,this[F+3]=T&255):ae(this,T,F,!1),F+4};function de(A,T,F,P,V,pe){if(F+P>A.length)throw new RangeError("Index out of range");if(F<0)throw new RangeError("Index out of range")}function Le(A,T,F,P,V){return V||de(A,T,F,4),c.write(A,T,F,P,23,4),F+4}u.prototype.writeFloatLE=function(T,F,P){return Le(this,T,F,!0,P)},u.prototype.writeFloatBE=function(T,F,P){return Le(this,T,F,!1,P)};function te(A,T,F,P,V){return V||de(A,T,F,8),c.write(A,T,F,P,52,8),F+8}u.prototype.writeDoubleLE=function(T,F,P){return te(this,T,F,!0,P)},u.prototype.writeDoubleBE=function(T,F,P){return te(this,T,F,!1,P)},u.prototype.copy=function(T,F,P,V){if(P||(P=0),!V&&V!==0&&(V=this.length),F>=T.length&&(F=T.length),F||(F=0),V>0&&V<P&&(V=P),V===P||T.length===0||this.length===0)return 0;if(F<0)throw new RangeError("targetStart out of bounds");if(P<0||P>=this.length)throw new RangeError("sourceStart out of bounds");if(V<0)throw new RangeError("sourceEnd out of bounds");V>this.length&&(V=this.length),T.length-F<V-P&&(V=T.length-F+P);var pe=V-P,Q;if(this===T&&P<F&&F<V)for(Q=pe-1;Q>=0;--Q)T[Q+F]=this[Q+P];else if(pe<1e3||!u.TYPED_ARRAY_SUPPORT)for(Q=0;Q<pe;++Q)T[Q+F]=this[Q+P];else Uint8Array.prototype.set.call(T,this.subarray(P,P+pe),F);return pe},u.prototype.fill=function(T,F,P,V){if(typeof T=="string"){if(typeof F=="string"?(V=F,F=0,P=this.length):typeof P=="string"&&(V=P,P=this.length),T.length===1){var pe=T.charCodeAt(0);pe<256&&(T=pe)}if(V!==void 0&&typeof V!="string")throw new TypeError("encoding must be a string");if(typeof V=="string"&&!u.isEncoding(V))throw new TypeError("Unknown encoding: "+V)}else typeof T=="number"&&(T=T&255);if(F<0||this.length<F||this.length<P)throw new RangeError("Out of range index");if(P<=F)return this;F=F>>>0,P=P===void 0?this.length:P>>>0,T||(T=0);var Q;if(typeof T=="number")for(Q=F;Q<P;++Q)this[Q]=T;else{var q=u.isBuffer(T)?T:Oe(new u(T,V).toString()),ye=q.length;for(Q=0;Q<P-F;++Q)this[Q+F]=q[Q%ye]}return this};var Ie=/[^+\/0-9A-Za-z-_]/g;function Ne(A){if(A=Pe(A).replace(Ie,""),A.length<2)return"";for(;A.length%4!==0;)A=A+"=";return A}function Pe(A){return A.trim?A.trim():A.replace(/^\s+|\s+$/g,"")}function Me(A){return A<16?"0"+A.toString(16):A.toString(16)}function Oe(A,T){T=T||1/0;for(var F,P=A.length,V=null,pe=[],Q=0;Q<P;++Q){if(F=A.charCodeAt(Q),F>55295&&F<57344){if(!V){if(F>56319){(T-=3)>-1&&pe.push(239,191,189);continue}else if(Q+1===P){(T-=3)>-1&&pe.push(239,191,189);continue}V=F;continue}if(F<56320){(T-=3)>-1&&pe.push(239,191,189),V=F;continue}F=(V-55296<<10|F-56320)+65536}else V&&(T-=3)>-1&&pe.push(239,191,189);if(V=null,F<128){if((T-=1)<0)break;pe.push(F)}else if(F<2048){if((T-=2)<0)break;pe.push(F>>6|192,F&63|128)}else if(F<65536){if((T-=3)<0)break;pe.push(F>>12|224,F>>6&63|128,F&63|128)}else if(F<1114112){if((T-=4)<0)break;pe.push(F>>18|240,F>>12&63|128,F>>6&63|128,F&63|128)}else throw new Error("Invalid code point")}return pe}function Qe(A){for(var T=[],F=0;F<A.length;++F)T.push(A.charCodeAt(F)&255);return T}function C(A,T){for(var F,P,V,pe=[],Q=0;Q<A.length&&!((T-=2)<0);++Q)F=A.charCodeAt(Q),P=F>>8,V=F%256,pe.push(V),pe.push(P);return pe}function ve(A){return s.toByteArray(Ne(A))}function ge(A,T,F,P){for(var V=0;V<P&&!(V+F>=T.length||V>=A.length);++V)T[V+F]=A[V];return V}function re(A){return A!==A}}).call(this,typeof Un<"u"?Un:typeof self<"u"?self:typeof window<"u"?window:{})},{"base64-js":47,ieee754:86,isarray:87}],84:[function(t,i,r){Object.defineProperty(r,"__esModule",{value:!0});var a=[{"Typeface name":"Symbol","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Symbol","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"33","Unicode hex":"21"},{"Typeface name":"Symbol","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"8704","Unicode hex":"2200"},{"Typeface name":"Symbol","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"35","Unicode hex":"23"},{"Typeface name":"Symbol","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"8707","Unicode hex":"2203"},{"Typeface name":"Symbol","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"37","Unicode hex":"25"},{"Typeface name":"Symbol","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"38","Unicode hex":"26"},{"Typeface name":"Symbol","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"8717","Unicode hex":"220D"},{"Typeface name":"Symbol","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"40","Unicode hex":"28"},{"Typeface name":"Symbol","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"41","Unicode hex":"29"},{"Typeface name":"Symbol","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"42","Unicode hex":"2A"},{"Typeface name":"Symbol","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"43","Unicode hex":"2B"},{"Typeface name":"Symbol","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"44","Unicode hex":"2C"},{"Typeface name":"Symbol","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"8722","Unicode hex":"2212"},{"Typeface name":"Symbol","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"46","Unicode hex":"2E"},{"Typeface name":"Symbol","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"47","Unicode hex":"2F"},{"Typeface name":"Symbol","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"48","Unicode hex":"30"},{"Typeface name":"Symbol","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"49","Unicode hex":"31"},{"Typeface name":"Symbol","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"50","Unicode hex":"32"},{"Typeface name":"Symbol","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"51","Unicode hex":"33"},{"Typeface name":"Symbol","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"52","Unicode hex":"34"},{"Typeface name":"Symbol","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"53","Unicode hex":"35"},{"Typeface name":"Symbol","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"54","Unicode hex":"36"},{"Typeface name":"Symbol","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"55","Unicode hex":"37"},{"Typeface name":"Symbol","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"56","Unicode hex":"38"},{"Typeface name":"Symbol","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"57","Unicode hex":"39"},{"Typeface name":"Symbol","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"58","Unicode hex":"3A"},{"Typeface name":"Symbol","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"59","Unicode hex":"3B"},{"Typeface name":"Symbol","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"60","Unicode hex":"3C"},{"Typeface name":"Symbol","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"61","Unicode hex":"3D"},{"Typeface name":"Symbol","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"62","Unicode hex":"3E"},{"Typeface name":"Symbol","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"63","Unicode hex":"3F"},{"Typeface name":"Symbol","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"8773","Unicode hex":"2245"},{"Typeface name":"Symbol","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"913","Unicode hex":"391"},{"Typeface name":"Symbol","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"914","Unicode hex":"392"},{"Typeface name":"Symbol","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"935","Unicode hex":"3A7"},{"Typeface name":"Symbol","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"916","Unicode hex":"394"},{"Typeface name":"Symbol","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"917","Unicode hex":"395"},{"Typeface name":"Symbol","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"934","Unicode hex":"3A6"},{"Typeface name":"Symbol","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"915","Unicode hex":"393"},{"Typeface name":"Symbol","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"919","Unicode hex":"397"},{"Typeface name":"Symbol","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"921","Unicode hex":"399"},{"Typeface name":"Symbol","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"977","Unicode hex":"3D1"},{"Typeface name":"Symbol","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"922","Unicode hex":"39A"},{"Typeface name":"Symbol","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"923","Unicode hex":"39B"},{"Typeface name":"Symbol","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"924","Unicode hex":"39C"},{"Typeface name":"Symbol","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"925","Unicode hex":"39D"},{"Typeface name":"Symbol","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"927","Unicode hex":"39F"},{"Typeface name":"Symbol","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"928","Unicode hex":"3A0"},{"Typeface name":"Symbol","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"920","Unicode hex":"398"},{"Typeface name":"Symbol","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"929","Unicode hex":"3A1"},{"Typeface name":"Symbol","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"931","Unicode hex":"3A3"},{"Typeface name":"Symbol","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"932","Unicode hex":"3A4"},{"Typeface name":"Symbol","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"933","Unicode hex":"3A5"},{"Typeface name":"Symbol","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"962","Unicode hex":"3C2"},{"Typeface name":"Symbol","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"937","Unicode hex":"3A9"},{"Typeface name":"Symbol","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"926","Unicode hex":"39E"},{"Typeface name":"Symbol","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"936","Unicode hex":"3A8"},{"Typeface name":"Symbol","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"918","Unicode hex":"396"},{"Typeface name":"Symbol","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"91","Unicode hex":"5B"},{"Typeface name":"Symbol","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"8756","Unicode hex":"2234"},{"Typeface name":"Symbol","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"93","Unicode hex":"5D"},{"Typeface name":"Symbol","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"8869","Unicode hex":"22A5"},{"Typeface name":"Symbol","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"95","Unicode hex":"5F"},{"Typeface name":"Symbol","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"8254","Unicode hex":"203E"},{"Typeface name":"Symbol","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"945","Unicode hex":"3B1"},{"Typeface name":"Symbol","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"946","Unicode hex":"3B2"},{"Typeface name":"Symbol","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"967","Unicode hex":"3C7"},{"Typeface name":"Symbol","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"948","Unicode hex":"3B4"},{"Typeface name":"Symbol","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"949","Unicode hex":"3B5"},{"Typeface name":"Symbol","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"966","Unicode hex":"3C6"},{"Typeface name":"Symbol","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"947","Unicode hex":"3B3"},{"Typeface name":"Symbol","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"951","Unicode hex":"3B7"},{"Typeface name":"Symbol","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"953","Unicode hex":"3B9"},{"Typeface name":"Symbol","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"981","Unicode hex":"3D5"},{"Typeface name":"Symbol","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"954","Unicode hex":"3BA"},{"Typeface name":"Symbol","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"955","Unicode hex":"3BB"},{"Typeface name":"Symbol","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"956","Unicode hex":"3BC"},{"Typeface name":"Symbol","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"957","Unicode hex":"3BD"},{"Typeface name":"Symbol","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"959","Unicode hex":"3BF"},{"Typeface name":"Symbol","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"960","Unicode hex":"3C0"},{"Typeface name":"Symbol","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"952","Unicode hex":"3B8"},{"Typeface name":"Symbol","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"961","Unicode hex":"3C1"},{"Typeface name":"Symbol","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"963","Unicode hex":"3C3"},{"Typeface name":"Symbol","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"964","Unicode hex":"3C4"},{"Typeface name":"Symbol","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"965","Unicode hex":"3C5"},{"Typeface name":"Symbol","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"982","Unicode hex":"3D6"},{"Typeface name":"Symbol","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"969","Unicode hex":"3C9"},{"Typeface name":"Symbol","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"958","Unicode hex":"3BE"},{"Typeface name":"Symbol","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"968","Unicode hex":"3C8"},{"Typeface name":"Symbol","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"950","Unicode hex":"3B6"},{"Typeface name":"Symbol","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"123","Unicode hex":"7B"},{"Typeface name":"Symbol","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"124","Unicode hex":"7C"},{"Typeface name":"Symbol","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"125","Unicode hex":"7D"},{"Typeface name":"Symbol","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"126","Unicode hex":"7E"},{"Typeface name":"Symbol","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"8364","Unicode hex":"20AC"},{"Typeface name":"Symbol","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"978","Unicode hex":"3D2"},{"Typeface name":"Symbol","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"8242","Unicode hex":"2032"},{"Typeface name":"Symbol","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"8804","Unicode hex":"2264"},{"Typeface name":"Symbol","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"8260","Unicode hex":"2044"},{"Typeface name":"Symbol","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"8734","Unicode hex":"221E"},{"Typeface name":"Symbol","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"402","Unicode hex":"192"},{"Typeface name":"Symbol","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9827","Unicode hex":"2663"},{"Typeface name":"Symbol","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9830","Unicode hex":"2666"},{"Typeface name":"Symbol","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"9829","Unicode hex":"2665"},{"Typeface name":"Symbol","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"9824","Unicode hex":"2660"},{"Typeface name":"Symbol","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"8596","Unicode hex":"2194"},{"Typeface name":"Symbol","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"8592","Unicode hex":"2190"},{"Typeface name":"Symbol","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"8593","Unicode hex":"2191"},{"Typeface name":"Symbol","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"8594","Unicode hex":"2192"},{"Typeface name":"Symbol","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"8595","Unicode hex":"2193"},{"Typeface name":"Symbol","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"176","Unicode hex":"B0"},{"Typeface name":"Symbol","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"177","Unicode hex":"B1"},{"Typeface name":"Symbol","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"8243","Unicode hex":"2033"},{"Typeface name":"Symbol","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"8805","Unicode hex":"2265"},{"Typeface name":"Symbol","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"215","Unicode hex":"D7"},{"Typeface name":"Symbol","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"8733","Unicode hex":"221D"},{"Typeface name":"Symbol","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"8706","Unicode hex":"2202"},{"Typeface name":"Symbol","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Symbol","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"247","Unicode hex":"F7"},{"Typeface name":"Symbol","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"8800","Unicode hex":"2260"},{"Typeface name":"Symbol","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"8801","Unicode hex":"2261"},{"Typeface name":"Symbol","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"8776","Unicode hex":"2248"},{"Typeface name":"Symbol","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"8230","Unicode hex":"2026"},{"Typeface name":"Symbol","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Symbol","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"9135","Unicode hex":"23AF"},{"Typeface name":"Symbol","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"8629","Unicode hex":"21B5"},{"Typeface name":"Symbol","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"8501","Unicode hex":"2135"},{"Typeface name":"Symbol","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"8465","Unicode hex":"2111"},{"Typeface name":"Symbol","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"8476","Unicode hex":"211C"},{"Typeface name":"Symbol","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"8472","Unicode hex":"2118"},{"Typeface name":"Symbol","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"8855","Unicode hex":"2297"},{"Typeface name":"Symbol","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"8853","Unicode hex":"2295"},{"Typeface name":"Symbol","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"8709","Unicode hex":"2205"},{"Typeface name":"Symbol","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"8745","Unicode hex":"2229"},{"Typeface name":"Symbol","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"8746","Unicode hex":"222A"},{"Typeface name":"Symbol","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"8835","Unicode hex":"2283"},{"Typeface name":"Symbol","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"8839","Unicode hex":"2287"},{"Typeface name":"Symbol","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"8836","Unicode hex":"2284"},{"Typeface name":"Symbol","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"8834","Unicode hex":"2282"},{"Typeface name":"Symbol","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"8838","Unicode hex":"2286"},{"Typeface name":"Symbol","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"8712","Unicode hex":"2208"},{"Typeface name":"Symbol","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"8713","Unicode hex":"2209"},{"Typeface name":"Symbol","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"8736","Unicode hex":"2220"},{"Typeface name":"Symbol","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"8711","Unicode hex":"2207"},{"Typeface name":"Symbol","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"8719","Unicode hex":"220F"},{"Typeface name":"Symbol","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8730","Unicode hex":"221A"},{"Typeface name":"Symbol","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Symbol","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"172","Unicode hex":"AC"},{"Typeface name":"Symbol","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"8743","Unicode hex":"2227"},{"Typeface name":"Symbol","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"8744","Unicode hex":"2228"},{"Typeface name":"Symbol","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"8660","Unicode hex":"21D4"},{"Typeface name":"Symbol","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"8656","Unicode hex":"21D0"},{"Typeface name":"Symbol","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"8657","Unicode hex":"21D1"},{"Typeface name":"Symbol","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"8658","Unicode hex":"21D2"},{"Typeface name":"Symbol","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"8659","Unicode hex":"21D3"},{"Typeface name":"Symbol","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Symbol","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"12296","Unicode hex":"3008"},{"Typeface name":"Symbol","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"8721","Unicode hex":"2211"},{"Typeface name":"Symbol","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"9115","Unicode hex":"239B"},{"Typeface name":"Symbol","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"9116","Unicode hex":"239C"},{"Typeface name":"Symbol","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9117","Unicode hex":"239D"},{"Typeface name":"Symbol","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9121","Unicode hex":"23A1"},{"Typeface name":"Symbol","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"9122","Unicode hex":"23A2"},{"Typeface name":"Symbol","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"9123","Unicode hex":"23A3"},{"Typeface name":"Symbol","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"9127","Unicode hex":"23A7"},{"Typeface name":"Symbol","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"9128","Unicode hex":"23A8"},{"Typeface name":"Symbol","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"9129","Unicode hex":"23A9"},{"Typeface name":"Symbol","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"9130","Unicode hex":"23AA"},{"Typeface name":"Symbol","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"63743","Unicode hex":"F8FF"},{"Typeface name":"Symbol","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"12297","Unicode hex":"3009"},{"Typeface name":"Symbol","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8747","Unicode hex":"222B"},{"Typeface name":"Symbol","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"8992","Unicode hex":"2320"},{"Typeface name":"Symbol","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"9134","Unicode hex":"23AE"},{"Typeface name":"Symbol","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"8993","Unicode hex":"2321"},{"Typeface name":"Symbol","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"9118","Unicode hex":"239E"},{"Typeface name":"Symbol","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"9119","Unicode hex":"239F"},{"Typeface name":"Symbol","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"9120","Unicode hex":"23A0"},{"Typeface name":"Symbol","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"9124","Unicode hex":"23A4"},{"Typeface name":"Symbol","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"9125","Unicode hex":"23A5"},{"Typeface name":"Symbol","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"9126","Unicode hex":"23A6"},{"Typeface name":"Symbol","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"9131","Unicode hex":"23AB"},{"Typeface name":"Symbol","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"9132","Unicode hex":"23AC"},{"Typeface name":"Symbol","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"9133","Unicode hex":"23AD"},{"Typeface name":"Webdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Webdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128375","Unicode hex":"1F577"},{"Typeface name":"Webdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128376","Unicode hex":"1F578"},{"Typeface name":"Webdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128370","Unicode hex":"1F572"},{"Typeface name":"Webdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128374","Unicode hex":"1F576"},{"Typeface name":"Webdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"127942","Unicode hex":"1F3C6"},{"Typeface name":"Webdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"127894","Unicode hex":"1F396"},{"Typeface name":"Webdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128391","Unicode hex":"1F587"},{"Typeface name":"Webdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128488","Unicode hex":"1F5E8"},{"Typeface name":"Webdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128489","Unicode hex":"1F5E9"},{"Typeface name":"Webdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128496","Unicode hex":"1F5F0"},{"Typeface name":"Webdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128497","Unicode hex":"1F5F1"},{"Typeface name":"Webdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"127798","Unicode hex":"1F336"},{"Typeface name":"Webdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"127895","Unicode hex":"1F397"},{"Typeface name":"Webdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128638","Unicode hex":"1F67E"},{"Typeface name":"Webdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128636","Unicode hex":"1F67C"},{"Typeface name":"Webdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128469","Unicode hex":"1F5D5"},{"Typeface name":"Webdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128470","Unicode hex":"1F5D6"},{"Typeface name":"Webdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128471","Unicode hex":"1F5D7"},{"Typeface name":"Webdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"9204","Unicode hex":"23F4"},{"Typeface name":"Webdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"9205","Unicode hex":"23F5"},{"Typeface name":"Webdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"9206","Unicode hex":"23F6"},{"Typeface name":"Webdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"9207","Unicode hex":"23F7"},{"Typeface name":"Webdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"9194","Unicode hex":"23EA"},{"Typeface name":"Webdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"9193","Unicode hex":"23E9"},{"Typeface name":"Webdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"9198","Unicode hex":"23EE"},{"Typeface name":"Webdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"9197","Unicode hex":"23ED"},{"Typeface name":"Webdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"9208","Unicode hex":"23F8"},{"Typeface name":"Webdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"9209","Unicode hex":"23F9"},{"Typeface name":"Webdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"9210","Unicode hex":"23FA"},{"Typeface name":"Webdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128474","Unicode hex":"1F5DA"},{"Typeface name":"Webdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128499","Unicode hex":"1F5F3"},{"Typeface name":"Webdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128736","Unicode hex":"1F6E0"},{"Typeface name":"Webdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"127959","Unicode hex":"1F3D7"},{"Typeface name":"Webdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"127960","Unicode hex":"1F3D8"},{"Typeface name":"Webdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"127961","Unicode hex":"1F3D9"},{"Typeface name":"Webdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"127962","Unicode hex":"1F3DA"},{"Typeface name":"Webdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"127964","Unicode hex":"1F3DC"},{"Typeface name":"Webdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"127981","Unicode hex":"1F3ED"},{"Typeface name":"Webdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"127963","Unicode hex":"1F3DB"},{"Typeface name":"Webdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"127968","Unicode hex":"1F3E0"},{"Typeface name":"Webdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"127958","Unicode hex":"1F3D6"},{"Typeface name":"Webdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"127965","Unicode hex":"1F3DD"},{"Typeface name":"Webdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128739","Unicode hex":"1F6E3"},{"Typeface name":"Webdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128269","Unicode hex":"1F50D"},{"Typeface name":"Webdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"127956","Unicode hex":"1F3D4"},{"Typeface name":"Webdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128065","Unicode hex":"1F441"},{"Typeface name":"Webdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128066","Unicode hex":"1F442"},{"Typeface name":"Webdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127966","Unicode hex":"1F3DE"},{"Typeface name":"Webdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"127957","Unicode hex":"1F3D5"},{"Typeface name":"Webdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"128740","Unicode hex":"1F6E4"},{"Typeface name":"Webdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127967","Unicode hex":"1F3DF"},{"Typeface name":"Webdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"128755","Unicode hex":"1F6F3"},{"Typeface name":"Webdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128364","Unicode hex":"1F56C"},{"Typeface name":"Webdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"128363","Unicode hex":"1F56B"},{"Typeface name":"Webdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128360","Unicode hex":"1F568"},{"Typeface name":"Webdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"128264","Unicode hex":"1F508"},{"Typeface name":"Webdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"127892","Unicode hex":"1F394"},{"Typeface name":"Webdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"127893","Unicode hex":"1F395"},{"Typeface name":"Webdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128492","Unicode hex":"1F5EC"},{"Typeface name":"Webdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128637","Unicode hex":"1F67D"},{"Typeface name":"Webdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"128493","Unicode hex":"1F5ED"},{"Typeface name":"Webdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128490","Unicode hex":"1F5EA"},{"Typeface name":"Webdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128491","Unicode hex":"1F5EB"},{"Typeface name":"Webdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"11156","Unicode hex":"2B94"},{"Typeface name":"Webdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"10004","Unicode hex":"2714"},{"Typeface name":"Webdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128690","Unicode hex":"1F6B2"},{"Typeface name":"Webdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"11036","Unicode hex":"2B1C"},{"Typeface name":"Webdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128737","Unicode hex":"1F6E1"},{"Typeface name":"Webdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128230","Unicode hex":"1F4E6"},{"Typeface name":"Webdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128753","Unicode hex":"1F6F1"},{"Typeface name":"Webdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"11035","Unicode hex":"2B1B"},{"Typeface name":"Webdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128657","Unicode hex":"1F691"},{"Typeface name":"Webdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"128712","Unicode hex":"1F6C8"},{"Typeface name":"Webdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128745","Unicode hex":"1F6E9"},{"Typeface name":"Webdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128752","Unicode hex":"1F6F0"},{"Typeface name":"Webdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"128968","Unicode hex":"1F7C8"},{"Typeface name":"Webdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128372","Unicode hex":"1F574"},{"Typeface name":"Webdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"11044","Unicode hex":"2B24"},{"Typeface name":"Webdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128741","Unicode hex":"1F6E5"},{"Typeface name":"Webdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128660","Unicode hex":"1F694"},{"Typeface name":"Webdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"128472","Unicode hex":"1F5D8"},{"Typeface name":"Webdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"128473","Unicode hex":"1F5D9"},{"Typeface name":"Webdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"10067","Unicode hex":"2753"},{"Typeface name":"Webdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"128754","Unicode hex":"1F6F2"},{"Typeface name":"Webdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"128647","Unicode hex":"1F687"},{"Typeface name":"Webdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"128653","Unicode hex":"1F68D"},{"Typeface name":"Webdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9971","Unicode hex":"26F3"},{"Typeface name":"Webdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Webdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"8854","Unicode hex":"2296"},{"Typeface name":"Webdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"128685","Unicode hex":"1F6AD"},{"Typeface name":"Webdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"128494","Unicode hex":"1F5EE"},{"Typeface name":"Webdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Webdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128495","Unicode hex":"1F5EF"},{"Typeface name":"Webdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128498","Unicode hex":"1F5F2"},{"Typeface name":"Webdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128697","Unicode hex":"1F6B9"},{"Typeface name":"Webdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"128698","Unicode hex":"1F6BA"},{"Typeface name":"Webdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"128713","Unicode hex":"1F6C9"},{"Typeface name":"Webdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"128714","Unicode hex":"1F6CA"},{"Typeface name":"Webdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"128700","Unicode hex":"1F6BC"},{"Typeface name":"Webdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"128125","Unicode hex":"1F47D"},{"Typeface name":"Webdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"127947","Unicode hex":"1F3CB"},{"Typeface name":"Webdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"9975","Unicode hex":"26F7"},{"Typeface name":"Webdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"127938","Unicode hex":"1F3C2"},{"Typeface name":"Webdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"127948","Unicode hex":"1F3CC"},{"Typeface name":"Webdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"127946","Unicode hex":"1F3CA"},{"Typeface name":"Webdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127940","Unicode hex":"1F3C4"},{"Typeface name":"Webdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"127949","Unicode hex":"1F3CD"},{"Typeface name":"Webdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"127950","Unicode hex":"1F3CE"},{"Typeface name":"Webdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128664","Unicode hex":"1F698"},{"Typeface name":"Webdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128480","Unicode hex":"1F5E0"},{"Typeface name":"Webdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128738","Unicode hex":"1F6E2"},{"Typeface name":"Webdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128176","Unicode hex":"1F4B0"},{"Typeface name":"Webdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"127991","Unicode hex":"1F3F7"},{"Typeface name":"Webdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128179","Unicode hex":"1F4B3"},{"Typeface name":"Webdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128106","Unicode hex":"1F46A"},{"Typeface name":"Webdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"128481","Unicode hex":"1F5E1"},{"Typeface name":"Webdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128482","Unicode hex":"1F5E2"},{"Typeface name":"Webdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128483","Unicode hex":"1F5E3"},{"Typeface name":"Webdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Webdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128388","Unicode hex":"1F584"},{"Typeface name":"Webdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128389","Unicode hex":"1F585"},{"Typeface name":"Webdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Webdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128390","Unicode hex":"1F586"},{"Typeface name":"Webdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128441","Unicode hex":"1F5B9"},{"Typeface name":"Webdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"128442","Unicode hex":"1F5BA"},{"Typeface name":"Webdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128443","Unicode hex":"1F5BB"},{"Typeface name":"Webdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128373","Unicode hex":"1F575"},{"Typeface name":"Webdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"128368","Unicode hex":"1F570"},{"Typeface name":"Webdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128445","Unicode hex":"1F5BD"},{"Typeface name":"Webdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128446","Unicode hex":"1F5BE"},{"Typeface name":"Webdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Webdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128466","Unicode hex":"1F5D2"},{"Typeface name":"Webdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128467","Unicode hex":"1F5D3"},{"Typeface name":"Webdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Webdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128218","Unicode hex":"1F4DA"},{"Typeface name":"Webdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128478","Unicode hex":"1F5DE"},{"Typeface name":"Webdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128479","Unicode hex":"1F5DF"},{"Typeface name":"Webdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128451","Unicode hex":"1F5C3"},{"Typeface name":"Webdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128450","Unicode hex":"1F5C2"},{"Typeface name":"Webdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128444","Unicode hex":"1F5BC"},{"Typeface name":"Webdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"127917","Unicode hex":"1F3AD"},{"Typeface name":"Webdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"127900","Unicode hex":"1F39C"},{"Typeface name":"Webdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"127896","Unicode hex":"1F398"},{"Typeface name":"Webdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"127897","Unicode hex":"1F399"},{"Typeface name":"Webdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"127911","Unicode hex":"1F3A7"},{"Typeface name":"Webdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128191","Unicode hex":"1F4BF"},{"Typeface name":"Webdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"127902","Unicode hex":"1F39E"},{"Typeface name":"Webdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128247","Unicode hex":"1F4F7"},{"Typeface name":"Webdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"127903","Unicode hex":"1F39F"},{"Typeface name":"Webdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"127916","Unicode hex":"1F3AC"},{"Typeface name":"Webdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128253","Unicode hex":"1F4FD"},{"Typeface name":"Webdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128249","Unicode hex":"1F4F9"},{"Typeface name":"Webdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128254","Unicode hex":"1F4FE"},{"Typeface name":"Webdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128251","Unicode hex":"1F4FB"},{"Typeface name":"Webdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"127898","Unicode hex":"1F39A"},{"Typeface name":"Webdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"127899","Unicode hex":"1F39B"},{"Typeface name":"Webdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128250","Unicode hex":"1F4FA"},{"Typeface name":"Webdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128187","Unicode hex":"1F4BB"},{"Typeface name":"Webdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128421","Unicode hex":"1F5A5"},{"Typeface name":"Webdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128422","Unicode hex":"1F5A6"},{"Typeface name":"Webdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128423","Unicode hex":"1F5A7"},{"Typeface name":"Webdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"128377","Unicode hex":"1F579"},{"Typeface name":"Webdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"127918","Unicode hex":"1F3AE"},{"Typeface name":"Webdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"128379","Unicode hex":"1F57B"},{"Typeface name":"Webdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128380","Unicode hex":"1F57C"},{"Typeface name":"Webdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128223","Unicode hex":"1F4DF"},{"Typeface name":"Webdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128385","Unicode hex":"1F581"},{"Typeface name":"Webdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128384","Unicode hex":"1F580"},{"Typeface name":"Webdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128424","Unicode hex":"1F5A8"},{"Typeface name":"Webdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128425","Unicode hex":"1F5A9"},{"Typeface name":"Webdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128447","Unicode hex":"1F5BF"},{"Typeface name":"Webdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128426","Unicode hex":"1F5AA"},{"Typeface name":"Webdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128476","Unicode hex":"1F5DC"},{"Typeface name":"Webdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128274","Unicode hex":"1F512"},{"Typeface name":"Webdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128275","Unicode hex":"1F513"},{"Typeface name":"Webdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128477","Unicode hex":"1F5DD"},{"Typeface name":"Webdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128229","Unicode hex":"1F4E5"},{"Typeface name":"Webdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128228","Unicode hex":"1F4E4"},{"Typeface name":"Webdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128371","Unicode hex":"1F573"},{"Typeface name":"Webdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"127779","Unicode hex":"1F323"},{"Typeface name":"Webdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"127780","Unicode hex":"1F324"},{"Typeface name":"Webdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"127781","Unicode hex":"1F325"},{"Typeface name":"Webdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"127782","Unicode hex":"1F326"},{"Typeface name":"Webdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"9729","Unicode hex":"2601"},{"Typeface name":"Webdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"127784","Unicode hex":"1F328"},{"Typeface name":"Webdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"127783","Unicode hex":"1F327"},{"Typeface name":"Webdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"127785","Unicode hex":"1F329"},{"Typeface name":"Webdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"127786","Unicode hex":"1F32A"},{"Typeface name":"Webdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"127788","Unicode hex":"1F32C"},{"Typeface name":"Webdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"127787","Unicode hex":"1F32B"},{"Typeface name":"Webdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"127772","Unicode hex":"1F31C"},{"Typeface name":"Webdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"127777","Unicode hex":"1F321"},{"Typeface name":"Webdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128715","Unicode hex":"1F6CB"},{"Typeface name":"Webdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128719","Unicode hex":"1F6CF"},{"Typeface name":"Webdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"127869","Unicode hex":"1F37D"},{"Typeface name":"Webdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"127864","Unicode hex":"1F378"},{"Typeface name":"Webdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128718","Unicode hex":"1F6CE"},{"Typeface name":"Webdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128717","Unicode hex":"1F6CD"},{"Typeface name":"Webdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9413","Unicode hex":"24C5"},{"Typeface name":"Webdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9855","Unicode hex":"267F"},{"Typeface name":"Webdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128710","Unicode hex":"1F6C6"},{"Typeface name":"Webdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"128392","Unicode hex":"1F588"},{"Typeface name":"Webdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"127891","Unicode hex":"1F393"},{"Typeface name":"Webdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128484","Unicode hex":"1F5E4"},{"Typeface name":"Webdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128485","Unicode hex":"1F5E5"},{"Typeface name":"Webdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128486","Unicode hex":"1F5E6"},{"Typeface name":"Webdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"128487","Unicode hex":"1F5E7"},{"Typeface name":"Webdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128746","Unicode hex":"1F6EA"},{"Typeface name":"Webdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128063","Unicode hex":"1F43F"},{"Typeface name":"Webdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"128038","Unicode hex":"1F426"},{"Typeface name":"Webdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128031","Unicode hex":"1F41F"},{"Typeface name":"Webdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128021","Unicode hex":"1F415"},{"Typeface name":"Webdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"128008","Unicode hex":"1F408"},{"Typeface name":"Webdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"128620","Unicode hex":"1F66C"},{"Typeface name":"Webdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"128622","Unicode hex":"1F66E"},{"Typeface name":"Webdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"128621","Unicode hex":"1F66D"},{"Typeface name":"Webdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"128623","Unicode hex":"1F66F"},{"Typeface name":"Webdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128506","Unicode hex":"1F5FA"},{"Typeface name":"Webdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"127757","Unicode hex":"1F30D"},{"Typeface name":"Webdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"127759","Unicode hex":"1F30F"},{"Typeface name":"Webdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"127758","Unicode hex":"1F30E"},{"Typeface name":"Webdings","Dingbat dec":"255","Dingbat hex":"FF","Unicode dec":"128330","Unicode hex":"1F54A"},{"Typeface name":"Wingdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128393","Unicode hex":"1F589"},{"Typeface name":"Wingdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"9986","Unicode hex":"2702"},{"Typeface name":"Wingdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"9985","Unicode hex":"2701"},{"Typeface name":"Wingdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128083","Unicode hex":"1F453"},{"Typeface name":"Wingdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"128365","Unicode hex":"1F56D"},{"Typeface name":"Wingdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Wingdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128367","Unicode hex":"1F56F"},{"Typeface name":"Wingdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128383","Unicode hex":"1F57F"},{"Typeface name":"Wingdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"9990","Unicode hex":"2706"},{"Typeface name":"Wingdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128386","Unicode hex":"1F582"},{"Typeface name":"Wingdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Wingdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128234","Unicode hex":"1F4EA"},{"Typeface name":"Wingdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128235","Unicode hex":"1F4EB"},{"Typeface name":"Wingdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128236","Unicode hex":"1F4EC"},{"Typeface name":"Wingdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128237","Unicode hex":"1F4ED"},{"Typeface name":"Wingdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128448","Unicode hex":"1F5C0"},{"Typeface name":"Wingdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128449","Unicode hex":"1F5C1"},{"Typeface name":"Wingdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128462","Unicode hex":"1F5CE"},{"Typeface name":"Wingdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128463","Unicode hex":"1F5CF"},{"Typeface name":"Wingdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128464","Unicode hex":"1F5D0"},{"Typeface name":"Wingdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128452","Unicode hex":"1F5C4"},{"Typeface name":"Wingdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"8987","Unicode hex":"231B"},{"Typeface name":"Wingdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128430","Unicode hex":"1F5AE"},{"Typeface name":"Wingdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128432","Unicode hex":"1F5B0"},{"Typeface name":"Wingdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128434","Unicode hex":"1F5B2"},{"Typeface name":"Wingdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128435","Unicode hex":"1F5B3"},{"Typeface name":"Wingdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128436","Unicode hex":"1F5B4"},{"Typeface name":"Wingdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128427","Unicode hex":"1F5AB"},{"Typeface name":"Wingdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128428","Unicode hex":"1F5AC"},{"Typeface name":"Wingdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"9991","Unicode hex":"2707"},{"Typeface name":"Wingdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"9997","Unicode hex":"270D"},{"Typeface name":"Wingdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128398","Unicode hex":"1F58E"},{"Typeface name":"Wingdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"9996","Unicode hex":"270C"},{"Typeface name":"Wingdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128399","Unicode hex":"1F58F"},{"Typeface name":"Wingdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128077","Unicode hex":"1F44D"},{"Typeface name":"Wingdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128078","Unicode hex":"1F44E"},{"Typeface name":"Wingdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"9756","Unicode hex":"261C"},{"Typeface name":"Wingdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"9758","Unicode hex":"261E"},{"Typeface name":"Wingdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"9757","Unicode hex":"261D"},{"Typeface name":"Wingdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"9759","Unicode hex":"261F"},{"Typeface name":"Wingdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128400","Unicode hex":"1F590"},{"Typeface name":"Wingdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"9786","Unicode hex":"263A"},{"Typeface name":"Wingdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128528","Unicode hex":"1F610"},{"Typeface name":"Wingdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"9785","Unicode hex":"2639"},{"Typeface name":"Wingdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128163","Unicode hex":"1F4A3"},{"Typeface name":"Wingdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128369","Unicode hex":"1F571"},{"Typeface name":"Wingdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"127987","Unicode hex":"1F3F3"},{"Typeface name":"Wingdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127985","Unicode hex":"1F3F1"},{"Typeface name":"Wingdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"9992","Unicode hex":"2708"},{"Typeface name":"Wingdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9788","Unicode hex":"263C"},{"Typeface name":"Wingdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127778","Unicode hex":"1F322"},{"Typeface name":"Wingdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"10052","Unicode hex":"2744"},{"Typeface name":"Wingdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128326","Unicode hex":"1F546"},{"Typeface name":"Wingdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"10014","Unicode hex":"271E"},{"Typeface name":"Wingdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128328","Unicode hex":"1F548"},{"Typeface name":"Wingdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10016","Unicode hex":"2720"},{"Typeface name":"Wingdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"10017","Unicode hex":"2721"},{"Typeface name":"Wingdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"9770","Unicode hex":"262A"},{"Typeface name":"Wingdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"9775","Unicode hex":"262F"},{"Typeface name":"Wingdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128329","Unicode hex":"1F549"},{"Typeface name":"Wingdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"9784","Unicode hex":"2638"},{"Typeface name":"Wingdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"9800","Unicode hex":"2648"},{"Typeface name":"Wingdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"9801","Unicode hex":"2649"},{"Typeface name":"Wingdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"9802","Unicode hex":"264A"},{"Typeface name":"Wingdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"9803","Unicode hex":"264B"},{"Typeface name":"Wingdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"9804","Unicode hex":"264C"},{"Typeface name":"Wingdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"9805","Unicode hex":"264D"},{"Typeface name":"Wingdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"9806","Unicode hex":"264E"},{"Typeface name":"Wingdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"9807","Unicode hex":"264F"},{"Typeface name":"Wingdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"9808","Unicode hex":"2650"},{"Typeface name":"Wingdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"9809","Unicode hex":"2651"},{"Typeface name":"Wingdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"9810","Unicode hex":"2652"},{"Typeface name":"Wingdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9811","Unicode hex":"2653"},{"Typeface name":"Wingdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128624","Unicode hex":"1F670"},{"Typeface name":"Wingdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128629","Unicode hex":"1F675"},{"Typeface name":"Wingdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9899","Unicode hex":"26AB"},{"Typeface name":"Wingdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128318","Unicode hex":"1F53E"},{"Typeface name":"Wingdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9724","Unicode hex":"25FC"},{"Typeface name":"Wingdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128911","Unicode hex":"1F78F"},{"Typeface name":"Wingdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128912","Unicode hex":"1F790"},{"Typeface name":"Wingdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"10065","Unicode hex":"2751"},{"Typeface name":"Wingdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"10066","Unicode hex":"2752"},{"Typeface name":"Wingdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"128927","Unicode hex":"1F79F"},{"Typeface name":"Wingdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"10731","Unicode hex":"29EB"},{"Typeface name":"Wingdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9670","Unicode hex":"25C6"},{"Typeface name":"Wingdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10070","Unicode hex":"2756"},{"Typeface name":"Wingdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"8999","Unicode hex":"2327"},{"Typeface name":"Wingdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"11193","Unicode hex":"2BB9"},{"Typeface name":"Wingdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"8984","Unicode hex":"2318"},{"Typeface name":"Wingdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"127989","Unicode hex":"1F3F5"},{"Typeface name":"Wingdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"127990","Unicode hex":"1F3F6"},{"Typeface name":"Wingdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128630","Unicode hex":"1F676"},{"Typeface name":"Wingdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128631","Unicode hex":"1F677"},{"Typeface name":"Wingdings","Dingbat dec":"127","Dingbat hex":"7F","Unicode dec":"9647","Unicode hex":"25AF"},{"Typeface name":"Wingdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"127243","Unicode hex":"1F10B"},{"Typeface name":"Wingdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"10112","Unicode hex":"2780"},{"Typeface name":"Wingdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"10113","Unicode hex":"2781"},{"Typeface name":"Wingdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"10114","Unicode hex":"2782"},{"Typeface name":"Wingdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"10115","Unicode hex":"2783"},{"Typeface name":"Wingdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10116","Unicode hex":"2784"},{"Typeface name":"Wingdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"10117","Unicode hex":"2785"},{"Typeface name":"Wingdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"10118","Unicode hex":"2786"},{"Typeface name":"Wingdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"10119","Unicode hex":"2787"},{"Typeface name":"Wingdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"10120","Unicode hex":"2788"},{"Typeface name":"Wingdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"10121","Unicode hex":"2789"},{"Typeface name":"Wingdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127244","Unicode hex":"1F10C"},{"Typeface name":"Wingdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"10122","Unicode hex":"278A"},{"Typeface name":"Wingdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"10123","Unicode hex":"278B"},{"Typeface name":"Wingdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"10124","Unicode hex":"278C"},{"Typeface name":"Wingdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"10125","Unicode hex":"278D"},{"Typeface name":"Wingdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"10126","Unicode hex":"278E"},{"Typeface name":"Wingdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"10127","Unicode hex":"278F"},{"Typeface name":"Wingdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"10128","Unicode hex":"2790"},{"Typeface name":"Wingdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"10129","Unicode hex":"2791"},{"Typeface name":"Wingdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"10130","Unicode hex":"2792"},{"Typeface name":"Wingdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"10131","Unicode hex":"2793"},{"Typeface name":"Wingdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128610","Unicode hex":"1F662"},{"Typeface name":"Wingdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128608","Unicode hex":"1F660"},{"Typeface name":"Wingdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"128609","Unicode hex":"1F661"},{"Typeface name":"Wingdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128611","Unicode hex":"1F663"},{"Typeface name":"Wingdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128606","Unicode hex":"1F65E"},{"Typeface name":"Wingdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128604","Unicode hex":"1F65C"},{"Typeface name":"Wingdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128605","Unicode hex":"1F65D"},{"Typeface name":"Wingdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128607","Unicode hex":"1F65F"},{"Typeface name":"Wingdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"8729","Unicode hex":"2219"},{"Typeface name":"Wingdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Wingdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"11037","Unicode hex":"2B1D"},{"Typeface name":"Wingdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"11096","Unicode hex":"2B58"},{"Typeface name":"Wingdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128902","Unicode hex":"1F786"},{"Typeface name":"Wingdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128904","Unicode hex":"1F788"},{"Typeface name":"Wingdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128906","Unicode hex":"1F78A"},{"Typeface name":"Wingdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128907","Unicode hex":"1F78B"},{"Typeface name":"Wingdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128319","Unicode hex":"1F53F"},{"Typeface name":"Wingdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9642","Unicode hex":"25AA"},{"Typeface name":"Wingdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128910","Unicode hex":"1F78E"},{"Typeface name":"Wingdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128961","Unicode hex":"1F7C1"},{"Typeface name":"Wingdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128965","Unicode hex":"1F7C5"},{"Typeface name":"Wingdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"9733","Unicode hex":"2605"},{"Typeface name":"Wingdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128971","Unicode hex":"1F7CB"},{"Typeface name":"Wingdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128975","Unicode hex":"1F7CF"},{"Typeface name":"Wingdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"128979","Unicode hex":"1F7D3"},{"Typeface name":"Wingdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"128977","Unicode hex":"1F7D1"},{"Typeface name":"Wingdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"11216","Unicode hex":"2BD0"},{"Typeface name":"Wingdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"8982","Unicode hex":"2316"},{"Typeface name":"Wingdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"11214","Unicode hex":"2BCE"},{"Typeface name":"Wingdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"11215","Unicode hex":"2BCF"},{"Typeface name":"Wingdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"11217","Unicode hex":"2BD1"},{"Typeface name":"Wingdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"10026","Unicode hex":"272A"},{"Typeface name":"Wingdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"10032","Unicode hex":"2730"},{"Typeface name":"Wingdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"128336","Unicode hex":"1F550"},{"Typeface name":"Wingdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128337","Unicode hex":"1F551"},{"Typeface name":"Wingdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128338","Unicode hex":"1F552"},{"Typeface name":"Wingdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128339","Unicode hex":"1F553"},{"Typeface name":"Wingdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128340","Unicode hex":"1F554"},{"Typeface name":"Wingdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"128341","Unicode hex":"1F555"},{"Typeface name":"Wingdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"128342","Unicode hex":"1F556"},{"Typeface name":"Wingdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128343","Unicode hex":"1F557"},{"Typeface name":"Wingdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128344","Unicode hex":"1F558"},{"Typeface name":"Wingdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128345","Unicode hex":"1F559"},{"Typeface name":"Wingdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128346","Unicode hex":"1F55A"},{"Typeface name":"Wingdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128347","Unicode hex":"1F55B"},{"Typeface name":"Wingdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11184","Unicode hex":"2BB0"},{"Typeface name":"Wingdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11185","Unicode hex":"2BB1"},{"Typeface name":"Wingdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11186","Unicode hex":"2BB2"},{"Typeface name":"Wingdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"11187","Unicode hex":"2BB3"},{"Typeface name":"Wingdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"11188","Unicode hex":"2BB4"},{"Typeface name":"Wingdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"11189","Unicode hex":"2BB5"},{"Typeface name":"Wingdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11190","Unicode hex":"2BB6"},{"Typeface name":"Wingdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11191","Unicode hex":"2BB7"},{"Typeface name":"Wingdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128618","Unicode hex":"1F66A"},{"Typeface name":"Wingdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128619","Unicode hex":"1F66B"},{"Typeface name":"Wingdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128597","Unicode hex":"1F655"},{"Typeface name":"Wingdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128596","Unicode hex":"1F654"},{"Typeface name":"Wingdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128599","Unicode hex":"1F657"},{"Typeface name":"Wingdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128598","Unicode hex":"1F656"},{"Typeface name":"Wingdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128592","Unicode hex":"1F650"},{"Typeface name":"Wingdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128593","Unicode hex":"1F651"},{"Typeface name":"Wingdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128594","Unicode hex":"1F652"},{"Typeface name":"Wingdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128595","Unicode hex":"1F653"},{"Typeface name":"Wingdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"9003","Unicode hex":"232B"},{"Typeface name":"Wingdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8998","Unicode hex":"2326"},{"Typeface name":"Wingdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"11160","Unicode hex":"2B98"},{"Typeface name":"Wingdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"11162","Unicode hex":"2B9A"},{"Typeface name":"Wingdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"11161","Unicode hex":"2B99"},{"Typeface name":"Wingdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"11163","Unicode hex":"2B9B"},{"Typeface name":"Wingdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"11144","Unicode hex":"2B88"},{"Typeface name":"Wingdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"11146","Unicode hex":"2B8A"},{"Typeface name":"Wingdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"11145","Unicode hex":"2B89"},{"Typeface name":"Wingdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"11147","Unicode hex":"2B8B"},{"Typeface name":"Wingdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129128","Unicode hex":"1F868"},{"Typeface name":"Wingdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129130","Unicode hex":"1F86A"},{"Typeface name":"Wingdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129129","Unicode hex":"1F869"},{"Typeface name":"Wingdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129131","Unicode hex":"1F86B"},{"Typeface name":"Wingdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129132","Unicode hex":"1F86C"},{"Typeface name":"Wingdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129133","Unicode hex":"1F86D"},{"Typeface name":"Wingdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129135","Unicode hex":"1F86F"},{"Typeface name":"Wingdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129134","Unicode hex":"1F86E"},{"Typeface name":"Wingdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129144","Unicode hex":"1F878"},{"Typeface name":"Wingdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129146","Unicode hex":"1F87A"},{"Typeface name":"Wingdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129145","Unicode hex":"1F879"},{"Typeface name":"Wingdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129147","Unicode hex":"1F87B"},{"Typeface name":"Wingdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129148","Unicode hex":"1F87C"},{"Typeface name":"Wingdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129149","Unicode hex":"1F87D"},{"Typeface name":"Wingdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129151","Unicode hex":"1F87F"},{"Typeface name":"Wingdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129150","Unicode hex":"1F87E"},{"Typeface name":"Wingdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"8678","Unicode hex":"21E6"},{"Typeface name":"Wingdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"8680","Unicode hex":"21E8"},{"Typeface name":"Wingdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"8679","Unicode hex":"21E7"},{"Typeface name":"Wingdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8681","Unicode hex":"21E9"},{"Typeface name":"Wingdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"11012","Unicode hex":"2B04"},{"Typeface name":"Wingdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"8691","Unicode hex":"21F3"},{"Typeface name":"Wingdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"11009","Unicode hex":"2B01"},{"Typeface name":"Wingdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11008","Unicode hex":"2B00"},{"Typeface name":"Wingdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11011","Unicode hex":"2B03"},{"Typeface name":"Wingdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"11010","Unicode hex":"2B02"},{"Typeface name":"Wingdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"129196","Unicode hex":"1F8AC"},{"Typeface name":"Wingdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"129197","Unicode hex":"1F8AD"},{"Typeface name":"Wingdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128502","Unicode hex":"1F5F6"},{"Typeface name":"Wingdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"10003","Unicode hex":"2713"},{"Typeface name":"Wingdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"128503","Unicode hex":"1F5F7"},{"Typeface name":"Wingdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"128505","Unicode hex":"1F5F9"},{"Typeface name":"Wingdings 2","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 2","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128394","Unicode hex":"1F58A"},{"Typeface name":"Wingdings 2","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128395","Unicode hex":"1F58B"},{"Typeface name":"Wingdings 2","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128396","Unicode hex":"1F58C"},{"Typeface name":"Wingdings 2","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128397","Unicode hex":"1F58D"},{"Typeface name":"Wingdings 2","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"9988","Unicode hex":"2704"},{"Typeface name":"Wingdings 2","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"9984","Unicode hex":"2700"},{"Typeface name":"Wingdings 2","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128382","Unicode hex":"1F57E"},{"Typeface name":"Wingdings 2","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128381","Unicode hex":"1F57D"},{"Typeface name":"Wingdings 2","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128453","Unicode hex":"1F5C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128454","Unicode hex":"1F5C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128455","Unicode hex":"1F5C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128456","Unicode hex":"1F5C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128457","Unicode hex":"1F5C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128458","Unicode hex":"1F5CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128459","Unicode hex":"1F5CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128460","Unicode hex":"1F5CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128461","Unicode hex":"1F5CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128465","Unicode hex":"1F5D1"},{"Typeface name":"Wingdings 2","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128468","Unicode hex":"1F5D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128437","Unicode hex":"1F5B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"128438","Unicode hex":"1F5B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128439","Unicode hex":"1F5B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128440","Unicode hex":"1F5B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128429","Unicode hex":"1F5AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128431","Unicode hex":"1F5AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128433","Unicode hex":"1F5B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128402","Unicode hex":"1F592"},{"Typeface name":"Wingdings 2","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128403","Unicode hex":"1F593"},{"Typeface name":"Wingdings 2","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128408","Unicode hex":"1F598"},{"Typeface name":"Wingdings 2","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128409","Unicode hex":"1F599"},{"Typeface name":"Wingdings 2","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128410","Unicode hex":"1F59A"},{"Typeface name":"Wingdings 2","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"128411","Unicode hex":"1F59B"},{"Typeface name":"Wingdings 2","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128072","Unicode hex":"1F448"},{"Typeface name":"Wingdings 2","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128073","Unicode hex":"1F449"},{"Typeface name":"Wingdings 2","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128412","Unicode hex":"1F59C"},{"Typeface name":"Wingdings 2","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"128413","Unicode hex":"1F59D"},{"Typeface name":"Wingdings 2","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"128414","Unicode hex":"1F59E"},{"Typeface name":"Wingdings 2","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"128415","Unicode hex":"1F59F"},{"Typeface name":"Wingdings 2","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"128416","Unicode hex":"1F5A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128417","Unicode hex":"1F5A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"128070","Unicode hex":"1F446"},{"Typeface name":"Wingdings 2","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128071","Unicode hex":"1F447"},{"Typeface name":"Wingdings 2","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128418","Unicode hex":"1F5A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128419","Unicode hex":"1F5A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128401","Unicode hex":"1F591"},{"Typeface name":"Wingdings 2","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128500","Unicode hex":"1F5F4"},{"Typeface name":"Wingdings 2","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"128504","Unicode hex":"1F5F8"},{"Typeface name":"Wingdings 2","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"128501","Unicode hex":"1F5F5"},{"Typeface name":"Wingdings 2","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9745","Unicode hex":"2611"},{"Typeface name":"Wingdings 2","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"11197","Unicode hex":"2BBD"},{"Typeface name":"Wingdings 2","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"9746","Unicode hex":"2612"},{"Typeface name":"Wingdings 2","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"11198","Unicode hex":"2BBE"},{"Typeface name":"Wingdings 2","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"11199","Unicode hex":"2BBF"},{"Typeface name":"Wingdings 2","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128711","Unicode hex":"1F6C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"128625","Unicode hex":"1F671"},{"Typeface name":"Wingdings 2","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"128628","Unicode hex":"1F674"},{"Typeface name":"Wingdings 2","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128626","Unicode hex":"1F672"},{"Typeface name":"Wingdings 2","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128627","Unicode hex":"1F673"},{"Typeface name":"Wingdings 2","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"8253","Unicode hex":"203D"},{"Typeface name":"Wingdings 2","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128633","Unicode hex":"1F679"},{"Typeface name":"Wingdings 2","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128634","Unicode hex":"1F67A"},{"Typeface name":"Wingdings 2","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"128635","Unicode hex":"1F67B"},{"Typeface name":"Wingdings 2","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"128614","Unicode hex":"1F666"},{"Typeface name":"Wingdings 2","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128612","Unicode hex":"1F664"},{"Typeface name":"Wingdings 2","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"128613","Unicode hex":"1F665"},{"Typeface name":"Wingdings 2","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128615","Unicode hex":"1F667"},{"Typeface name":"Wingdings 2","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128602","Unicode hex":"1F65A"},{"Typeface name":"Wingdings 2","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128600","Unicode hex":"1F658"},{"Typeface name":"Wingdings 2","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"128601","Unicode hex":"1F659"},{"Typeface name":"Wingdings 2","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128603","Unicode hex":"1F65B"},{"Typeface name":"Wingdings 2","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9450","Unicode hex":"24EA"},{"Typeface name":"Wingdings 2","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"9312","Unicode hex":"2460"},{"Typeface name":"Wingdings 2","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"9313","Unicode hex":"2461"},{"Typeface name":"Wingdings 2","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9314","Unicode hex":"2462"},{"Typeface name":"Wingdings 2","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"9315","Unicode hex":"2463"},{"Typeface name":"Wingdings 2","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9316","Unicode hex":"2464"},{"Typeface name":"Wingdings 2","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"9317","Unicode hex":"2465"},{"Typeface name":"Wingdings 2","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9318","Unicode hex":"2466"},{"Typeface name":"Wingdings 2","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9319","Unicode hex":"2467"},{"Typeface name":"Wingdings 2","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9320","Unicode hex":"2468"},{"Typeface name":"Wingdings 2","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9321","Unicode hex":"2469"},{"Typeface name":"Wingdings 2","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9471","Unicode hex":"24FF"},{"Typeface name":"Wingdings 2","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"10102","Unicode hex":"2776"},{"Typeface name":"Wingdings 2","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10103","Unicode hex":"2777"},{"Typeface name":"Wingdings 2","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"10104","Unicode hex":"2778"},{"Typeface name":"Wingdings 2","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10105","Unicode hex":"2779"},{"Typeface name":"Wingdings 2","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"10106","Unicode hex":"277A"},{"Typeface name":"Wingdings 2","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"10107","Unicode hex":"277B"},{"Typeface name":"Wingdings 2","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"10108","Unicode hex":"277C"},{"Typeface name":"Wingdings 2","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"10109","Unicode hex":"277D"},{"Typeface name":"Wingdings 2","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"10110","Unicode hex":"277E"},{"Typeface name":"Wingdings 2","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"10111","Unicode hex":"277F"},{"Typeface name":"Wingdings 2","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"9737","Unicode hex":"2609"},{"Typeface name":"Wingdings 2","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"127765","Unicode hex":"1F315"},{"Typeface name":"Wingdings 2","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"9789","Unicode hex":"263D"},{"Typeface name":"Wingdings 2","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"9790","Unicode hex":"263E"},{"Typeface name":"Wingdings 2","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11839","Unicode hex":"2E3F"},{"Typeface name":"Wingdings 2","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10013","Unicode hex":"271D"},{"Typeface name":"Wingdings 2","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"128327","Unicode hex":"1F547"},{"Typeface name":"Wingdings 2","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"128348","Unicode hex":"1F55C"},{"Typeface name":"Wingdings 2","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"128349","Unicode hex":"1F55D"},{"Typeface name":"Wingdings 2","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"128350","Unicode hex":"1F55E"},{"Typeface name":"Wingdings 2","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"128351","Unicode hex":"1F55F"},{"Typeface name":"Wingdings 2","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"128352","Unicode hex":"1F560"},{"Typeface name":"Wingdings 2","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"128353","Unicode hex":"1F561"},{"Typeface name":"Wingdings 2","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"128354","Unicode hex":"1F562"},{"Typeface name":"Wingdings 2","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128355","Unicode hex":"1F563"},{"Typeface name":"Wingdings 2","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128356","Unicode hex":"1F564"},{"Typeface name":"Wingdings 2","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128357","Unicode hex":"1F565"},{"Typeface name":"Wingdings 2","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128358","Unicode hex":"1F566"},{"Typeface name":"Wingdings 2","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"128359","Unicode hex":"1F567"},{"Typeface name":"Wingdings 2","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128616","Unicode hex":"1F668"},{"Typeface name":"Wingdings 2","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128617","Unicode hex":"1F669"},{"Typeface name":"Wingdings 2","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128900","Unicode hex":"1F784"},{"Typeface name":"Wingdings 2","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"10625","Unicode hex":"2981"},{"Typeface name":"Wingdings 2","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"9679","Unicode hex":"25CF"},{"Typeface name":"Wingdings 2","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"9675","Unicode hex":"25CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128901","Unicode hex":"1F785"},{"Typeface name":"Wingdings 2","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128903","Unicode hex":"1F787"},{"Typeface name":"Wingdings 2","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128905","Unicode hex":"1F789"},{"Typeface name":"Wingdings 2","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"8857","Unicode hex":"2299"},{"Typeface name":"Wingdings 2","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"10687","Unicode hex":"29BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128908","Unicode hex":"1F78C"},{"Typeface name":"Wingdings 2","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128909","Unicode hex":"1F78D"},{"Typeface name":"Wingdings 2","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"9726","Unicode hex":"25FE"},{"Typeface name":"Wingdings 2","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"9632","Unicode hex":"25A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"9633","Unicode hex":"25A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128913","Unicode hex":"1F791"},{"Typeface name":"Wingdings 2","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128914","Unicode hex":"1F792"},{"Typeface name":"Wingdings 2","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128915","Unicode hex":"1F793"},{"Typeface name":"Wingdings 2","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128916","Unicode hex":"1F794"},{"Typeface name":"Wingdings 2","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9635","Unicode hex":"25A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128917","Unicode hex":"1F795"},{"Typeface name":"Wingdings 2","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128918","Unicode hex":"1F796"},{"Typeface name":"Wingdings 2","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128919","Unicode hex":"1F797"},{"Typeface name":"Wingdings 2","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128920","Unicode hex":"1F798"},{"Typeface name":"Wingdings 2","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings 2","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"11045","Unicode hex":"2B25"},{"Typeface name":"Wingdings 2","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"9671","Unicode hex":"25C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"128922","Unicode hex":"1F79A"},{"Typeface name":"Wingdings 2","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"9672","Unicode hex":"25C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"128923","Unicode hex":"1F79B"},{"Typeface name":"Wingdings 2","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128924","Unicode hex":"1F79C"},{"Typeface name":"Wingdings 2","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"128925","Unicode hex":"1F79D"},{"Typeface name":"Wingdings 2","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128926","Unicode hex":"1F79E"},{"Typeface name":"Wingdings 2","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"11050","Unicode hex":"2B2A"},{"Typeface name":"Wingdings 2","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"11047","Unicode hex":"2B27"},{"Typeface name":"Wingdings 2","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128928","Unicode hex":"1F7A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"9686","Unicode hex":"25D6"},{"Typeface name":"Wingdings 2","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"9687","Unicode hex":"25D7"},{"Typeface name":"Wingdings 2","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"11210","Unicode hex":"2BCA"},{"Typeface name":"Wingdings 2","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"11211","Unicode hex":"2BCB"},{"Typeface name":"Wingdings 2","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"11200","Unicode hex":"2BC0"},{"Typeface name":"Wingdings 2","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"11201","Unicode hex":"2BC1"},{"Typeface name":"Wingdings 2","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"11039","Unicode hex":"2B1F"},{"Typeface name":"Wingdings 2","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"11202","Unicode hex":"2BC2"},{"Typeface name":"Wingdings 2","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"11043","Unicode hex":"2B23"},{"Typeface name":"Wingdings 2","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11042","Unicode hex":"2B22"},{"Typeface name":"Wingdings 2","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11203","Unicode hex":"2BC3"},{"Typeface name":"Wingdings 2","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11204","Unicode hex":"2BC4"},{"Typeface name":"Wingdings 2","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128929","Unicode hex":"1F7A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128930","Unicode hex":"1F7A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128931","Unicode hex":"1F7A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128932","Unicode hex":"1F7A4"},{"Typeface name":"Wingdings 2","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128933","Unicode hex":"1F7A5"},{"Typeface name":"Wingdings 2","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128934","Unicode hex":"1F7A6"},{"Typeface name":"Wingdings 2","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128935","Unicode hex":"1F7A7"},{"Typeface name":"Wingdings 2","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128936","Unicode hex":"1F7A8"},{"Typeface name":"Wingdings 2","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128937","Unicode hex":"1F7A9"},{"Typeface name":"Wingdings 2","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128938","Unicode hex":"1F7AA"},{"Typeface name":"Wingdings 2","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128939","Unicode hex":"1F7AB"},{"Typeface name":"Wingdings 2","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128940","Unicode hex":"1F7AC"},{"Typeface name":"Wingdings 2","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128941","Unicode hex":"1F7AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128942","Unicode hex":"1F7AE"},{"Typeface name":"Wingdings 2","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128943","Unicode hex":"1F7AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"128944","Unicode hex":"1F7B0"},{"Typeface name":"Wingdings 2","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"128945","Unicode hex":"1F7B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"128946","Unicode hex":"1F7B2"},{"Typeface name":"Wingdings 2","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"128947","Unicode hex":"1F7B3"},{"Typeface name":"Wingdings 2","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"128948","Unicode hex":"1F7B4"},{"Typeface name":"Wingdings 2","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"128949","Unicode hex":"1F7B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"128950","Unicode hex":"1F7B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"128951","Unicode hex":"1F7B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"128952","Unicode hex":"1F7B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"128953","Unicode hex":"1F7B9"},{"Typeface name":"Wingdings 2","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"128954","Unicode hex":"1F7BA"},{"Typeface name":"Wingdings 2","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"128955","Unicode hex":"1F7BB"},{"Typeface name":"Wingdings 2","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"128956","Unicode hex":"1F7BC"},{"Typeface name":"Wingdings 2","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128957","Unicode hex":"1F7BD"},{"Typeface name":"Wingdings 2","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128958","Unicode hex":"1F7BE"},{"Typeface name":"Wingdings 2","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"128959","Unicode hex":"1F7BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"128960","Unicode hex":"1F7C0"},{"Typeface name":"Wingdings 2","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128962","Unicode hex":"1F7C2"},{"Typeface name":"Wingdings 2","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128964","Unicode hex":"1F7C4"},{"Typeface name":"Wingdings 2","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"128966","Unicode hex":"1F7C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"128969","Unicode hex":"1F7C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128970","Unicode hex":"1F7CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"10038","Unicode hex":"2736"},{"Typeface name":"Wingdings 2","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"128972","Unicode hex":"1F7CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128974","Unicode hex":"1F7CE"},{"Typeface name":"Wingdings 2","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128976","Unicode hex":"1F7D0"},{"Typeface name":"Wingdings 2","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128978","Unicode hex":"1F7D2"},{"Typeface name":"Wingdings 2","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"10041","Unicode hex":"2739"},{"Typeface name":"Wingdings 2","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128963","Unicode hex":"1F7C3"},{"Typeface name":"Wingdings 2","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128967","Unicode hex":"1F7C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Wingdings 2","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128973","Unicode hex":"1F7CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128980","Unicode hex":"1F7D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11212","Unicode hex":"2BCC"},{"Typeface name":"Wingdings 2","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11213","Unicode hex":"2BCD"},{"Typeface name":"Wingdings 2","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"8251","Unicode hex":"203B"},{"Typeface name":"Wingdings 2","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"8258","Unicode hex":"2042"},{"Typeface name":"Wingdings 3","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 3","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"11104","Unicode hex":"2B60"},{"Typeface name":"Wingdings 3","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"11106","Unicode hex":"2B62"},{"Typeface name":"Wingdings 3","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"11105","Unicode hex":"2B61"},{"Typeface name":"Wingdings 3","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"11107","Unicode hex":"2B63"},{"Typeface name":"Wingdings 3","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"11110","Unicode hex":"2B66"},{"Typeface name":"Wingdings 3","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"11111","Unicode hex":"2B67"},{"Typeface name":"Wingdings 3","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"11113","Unicode hex":"2B69"},{"Typeface name":"Wingdings 3","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"11112","Unicode hex":"2B68"},{"Typeface name":"Wingdings 3","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"11120","Unicode hex":"2B70"},{"Typeface name":"Wingdings 3","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"11122","Unicode hex":"2B72"},{"Typeface name":"Wingdings 3","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"11121","Unicode hex":"2B71"},{"Typeface name":"Wingdings 3","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"11123","Unicode hex":"2B73"},{"Typeface name":"Wingdings 3","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"11126","Unicode hex":"2B76"},{"Typeface name":"Wingdings 3","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"11128","Unicode hex":"2B78"},{"Typeface name":"Wingdings 3","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"11131","Unicode hex":"2B7B"},{"Typeface name":"Wingdings 3","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"11133","Unicode hex":"2B7D"},{"Typeface name":"Wingdings 3","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"11108","Unicode hex":"2B64"},{"Typeface name":"Wingdings 3","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"11109","Unicode hex":"2B65"},{"Typeface name":"Wingdings 3","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"11114","Unicode hex":"2B6A"},{"Typeface name":"Wingdings 3","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"11116","Unicode hex":"2B6C"},{"Typeface name":"Wingdings 3","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"11115","Unicode hex":"2B6B"},{"Typeface name":"Wingdings 3","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"11117","Unicode hex":"2B6D"},{"Typeface name":"Wingdings 3","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"11085","Unicode hex":"2B4D"},{"Typeface name":"Wingdings 3","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"11168","Unicode hex":"2BA0"},{"Typeface name":"Wingdings 3","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"11169","Unicode hex":"2BA1"},{"Typeface name":"Wingdings 3","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"11170","Unicode hex":"2BA2"},{"Typeface name":"Wingdings 3","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"11171","Unicode hex":"2BA3"},{"Typeface name":"Wingdings 3","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"11172","Unicode hex":"2BA4"},{"Typeface name":"Wingdings 3","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"11173","Unicode hex":"2BA5"},{"Typeface name":"Wingdings 3","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"11174","Unicode hex":"2BA6"},{"Typeface name":"Wingdings 3","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"11175","Unicode hex":"2BA7"},{"Typeface name":"Wingdings 3","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"11152","Unicode hex":"2B90"},{"Typeface name":"Wingdings 3","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"11153","Unicode hex":"2B91"},{"Typeface name":"Wingdings 3","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"11154","Unicode hex":"2B92"},{"Typeface name":"Wingdings 3","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"11155","Unicode hex":"2B93"},{"Typeface name":"Wingdings 3","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"11136","Unicode hex":"2B80"},{"Typeface name":"Wingdings 3","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"11139","Unicode hex":"2B83"},{"Typeface name":"Wingdings 3","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"11134","Unicode hex":"2B7E"},{"Typeface name":"Wingdings 3","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"11135","Unicode hex":"2B7F"},{"Typeface name":"Wingdings 3","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"11140","Unicode hex":"2B84"},{"Typeface name":"Wingdings 3","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"11142","Unicode hex":"2B86"},{"Typeface name":"Wingdings 3","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"11141","Unicode hex":"2B85"},{"Typeface name":"Wingdings 3","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"11143","Unicode hex":"2B87"},{"Typeface name":"Wingdings 3","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"11151","Unicode hex":"2B8F"},{"Typeface name":"Wingdings 3","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"11149","Unicode hex":"2B8D"},{"Typeface name":"Wingdings 3","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"11150","Unicode hex":"2B8E"},{"Typeface name":"Wingdings 3","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"11148","Unicode hex":"2B8C"},{"Typeface name":"Wingdings 3","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"11118","Unicode hex":"2B6E"},{"Typeface name":"Wingdings 3","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"11119","Unicode hex":"2B6F"},{"Typeface name":"Wingdings 3","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9099","Unicode hex":"238B"},{"Typeface name":"Wingdings 3","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"8996","Unicode hex":"2324"},{"Typeface name":"Wingdings 3","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"8963","Unicode hex":"2303"},{"Typeface name":"Wingdings 3","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"8997","Unicode hex":"2325"},{"Typeface name":"Wingdings 3","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"9251","Unicode hex":"2423"},{"Typeface name":"Wingdings 3","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"9085","Unicode hex":"237D"},{"Typeface name":"Wingdings 3","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"8682","Unicode hex":"21EA"},{"Typeface name":"Wingdings 3","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"11192","Unicode hex":"2BB8"},{"Typeface name":"Wingdings 3","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"129184","Unicode hex":"1F8A0"},{"Typeface name":"Wingdings 3","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"129185","Unicode hex":"1F8A1"},{"Typeface name":"Wingdings 3","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"129186","Unicode hex":"1F8A2"},{"Typeface name":"Wingdings 3","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"129187","Unicode hex":"1F8A3"},{"Typeface name":"Wingdings 3","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"129188","Unicode hex":"1F8A4"},{"Typeface name":"Wingdings 3","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"129189","Unicode hex":"1F8A5"},{"Typeface name":"Wingdings 3","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"129190","Unicode hex":"1F8A6"},{"Typeface name":"Wingdings 3","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"129191","Unicode hex":"1F8A7"},{"Typeface name":"Wingdings 3","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"129192","Unicode hex":"1F8A8"},{"Typeface name":"Wingdings 3","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"129193","Unicode hex":"1F8A9"},{"Typeface name":"Wingdings 3","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"129194","Unicode hex":"1F8AA"},{"Typeface name":"Wingdings 3","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"129195","Unicode hex":"1F8AB"},{"Typeface name":"Wingdings 3","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"129104","Unicode hex":"1F850"},{"Typeface name":"Wingdings 3","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"129106","Unicode hex":"1F852"},{"Typeface name":"Wingdings 3","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"129105","Unicode hex":"1F851"},{"Typeface name":"Wingdings 3","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"129107","Unicode hex":"1F853"},{"Typeface name":"Wingdings 3","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"129108","Unicode hex":"1F854"},{"Typeface name":"Wingdings 3","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"129109","Unicode hex":"1F855"},{"Typeface name":"Wingdings 3","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"129111","Unicode hex":"1F857"},{"Typeface name":"Wingdings 3","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"129110","Unicode hex":"1F856"},{"Typeface name":"Wingdings 3","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"129112","Unicode hex":"1F858"},{"Typeface name":"Wingdings 3","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"129113","Unicode hex":"1F859"},{"Typeface name":"Wingdings 3","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9650","Unicode hex":"25B2"},{"Typeface name":"Wingdings 3","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9660","Unicode hex":"25BC"},{"Typeface name":"Wingdings 3","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9651","Unicode hex":"25B3"},{"Typeface name":"Wingdings 3","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9661","Unicode hex":"25BD"},{"Typeface name":"Wingdings 3","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9664","Unicode hex":"25C0"},{"Typeface name":"Wingdings 3","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9654","Unicode hex":"25B6"},{"Typeface name":"Wingdings 3","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"9665","Unicode hex":"25C1"},{"Typeface name":"Wingdings 3","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9655","Unicode hex":"25B7"},{"Typeface name":"Wingdings 3","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"9699","Unicode hex":"25E3"},{"Typeface name":"Wingdings 3","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"9698","Unicode hex":"25E2"},{"Typeface name":"Wingdings 3","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"9700","Unicode hex":"25E4"},{"Typeface name":"Wingdings 3","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"9701","Unicode hex":"25E5"},{"Typeface name":"Wingdings 3","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"128896","Unicode hex":"1F780"},{"Typeface name":"Wingdings 3","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128898","Unicode hex":"1F782"},{"Typeface name":"Wingdings 3","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128897","Unicode hex":"1F781"},{"Typeface name":"Wingdings 3","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128899","Unicode hex":"1F783"},{"Typeface name":"Wingdings 3","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"11205","Unicode hex":"2BC5"},{"Typeface name":"Wingdings 3","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"11206","Unicode hex":"2BC6"},{"Typeface name":"Wingdings 3","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"11207","Unicode hex":"2BC7"},{"Typeface name":"Wingdings 3","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11208","Unicode hex":"2BC8"},{"Typeface name":"Wingdings 3","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"11164","Unicode hex":"2B9C"},{"Typeface name":"Wingdings 3","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"11166","Unicode hex":"2B9E"},{"Typeface name":"Wingdings 3","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"11165","Unicode hex":"2B9D"},{"Typeface name":"Wingdings 3","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"11167","Unicode hex":"2B9F"},{"Typeface name":"Wingdings 3","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"129040","Unicode hex":"1F810"},{"Typeface name":"Wingdings 3","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"129042","Unicode hex":"1F812"},{"Typeface name":"Wingdings 3","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"129041","Unicode hex":"1F811"},{"Typeface name":"Wingdings 3","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"129043","Unicode hex":"1F813"},{"Typeface name":"Wingdings 3","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"129044","Unicode hex":"1F814"},{"Typeface name":"Wingdings 3","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"129046","Unicode hex":"1F816"},{"Typeface name":"Wingdings 3","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"129045","Unicode hex":"1F815"},{"Typeface name":"Wingdings 3","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"129047","Unicode hex":"1F817"},{"Typeface name":"Wingdings 3","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"129048","Unicode hex":"1F818"},{"Typeface name":"Wingdings 3","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"129050","Unicode hex":"1F81A"},{"Typeface name":"Wingdings 3","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"129049","Unicode hex":"1F819"},{"Typeface name":"Wingdings 3","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"129051","Unicode hex":"1F81B"},{"Typeface name":"Wingdings 3","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"129052","Unicode hex":"1F81C"},{"Typeface name":"Wingdings 3","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"129054","Unicode hex":"1F81E"},{"Typeface name":"Wingdings 3","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"129053","Unicode hex":"1F81D"},{"Typeface name":"Wingdings 3","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"129055","Unicode hex":"1F81F"},{"Typeface name":"Wingdings 3","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"129024","Unicode hex":"1F800"},{"Typeface name":"Wingdings 3","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"129026","Unicode hex":"1F802"},{"Typeface name":"Wingdings 3","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"129025","Unicode hex":"1F801"},{"Typeface name":"Wingdings 3","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"129027","Unicode hex":"1F803"},{"Typeface name":"Wingdings 3","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"129028","Unicode hex":"1F804"},{"Typeface name":"Wingdings 3","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"129030","Unicode hex":"1F806"},{"Typeface name":"Wingdings 3","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"129029","Unicode hex":"1F805"},{"Typeface name":"Wingdings 3","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"129031","Unicode hex":"1F807"},{"Typeface name":"Wingdings 3","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"129032","Unicode hex":"1F808"},{"Typeface name":"Wingdings 3","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"129034","Unicode hex":"1F80A"},{"Typeface name":"Wingdings 3","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"129033","Unicode hex":"1F809"},{"Typeface name":"Wingdings 3","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"129035","Unicode hex":"1F80B"},{"Typeface name":"Wingdings 3","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"129056","Unicode hex":"1F820"},{"Typeface name":"Wingdings 3","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"129058","Unicode hex":"1F822"},{"Typeface name":"Wingdings 3","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"129060","Unicode hex":"1F824"},{"Typeface name":"Wingdings 3","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"129062","Unicode hex":"1F826"},{"Typeface name":"Wingdings 3","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"129064","Unicode hex":"1F828"},{"Typeface name":"Wingdings 3","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"129066","Unicode hex":"1F82A"},{"Typeface name":"Wingdings 3","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"129068","Unicode hex":"1F82C"},{"Typeface name":"Wingdings 3","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"129180","Unicode hex":"1F89C"},{"Typeface name":"Wingdings 3","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"129181","Unicode hex":"1F89D"},{"Typeface name":"Wingdings 3","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"129182","Unicode hex":"1F89E"},{"Typeface name":"Wingdings 3","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"129183","Unicode hex":"1F89F"},{"Typeface name":"Wingdings 3","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"129070","Unicode hex":"1F82E"},{"Typeface name":"Wingdings 3","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"129072","Unicode hex":"1F830"},{"Typeface name":"Wingdings 3","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"129074","Unicode hex":"1F832"},{"Typeface name":"Wingdings 3","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"129076","Unicode hex":"1F834"},{"Typeface name":"Wingdings 3","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"129078","Unicode hex":"1F836"},{"Typeface name":"Wingdings 3","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"129080","Unicode hex":"1F838"},{"Typeface name":"Wingdings 3","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"129082","Unicode hex":"1F83A"},{"Typeface name":"Wingdings 3","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"129081","Unicode hex":"1F839"},{"Typeface name":"Wingdings 3","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"129083","Unicode hex":"1F83B"},{"Typeface name":"Wingdings 3","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"129176","Unicode hex":"1F898"},{"Typeface name":"Wingdings 3","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"129178","Unicode hex":"1F89A"},{"Typeface name":"Wingdings 3","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"129177","Unicode hex":"1F899"},{"Typeface name":"Wingdings 3","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"129179","Unicode hex":"1F89B"},{"Typeface name":"Wingdings 3","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"129084","Unicode hex":"1F83C"},{"Typeface name":"Wingdings 3","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"129086","Unicode hex":"1F83E"},{"Typeface name":"Wingdings 3","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"129085","Unicode hex":"1F83D"},{"Typeface name":"Wingdings 3","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"129087","Unicode hex":"1F83F"},{"Typeface name":"Wingdings 3","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"129088","Unicode hex":"1F840"},{"Typeface name":"Wingdings 3","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"129090","Unicode hex":"1F842"},{"Typeface name":"Wingdings 3","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"129089","Unicode hex":"1F841"},{"Typeface name":"Wingdings 3","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"129091","Unicode hex":"1F843"},{"Typeface name":"Wingdings 3","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"129092","Unicode hex":"1F844"},{"Typeface name":"Wingdings 3","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"129094","Unicode hex":"1F846"},{"Typeface name":"Wingdings 3","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"129093","Unicode hex":"1F845"},{"Typeface name":"Wingdings 3","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"129095","Unicode hex":"1F847"},{"Typeface name":"Wingdings 3","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11176","Unicode hex":"2BA8"},{"Typeface name":"Wingdings 3","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11177","Unicode hex":"2BA9"},{"Typeface name":"Wingdings 3","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"11178","Unicode hex":"2BAA"},{"Typeface name":"Wingdings 3","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"11179","Unicode hex":"2BAB"},{"Typeface name":"Wingdings 3","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"11180","Unicode hex":"2BAC"},{"Typeface name":"Wingdings 3","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"11181","Unicode hex":"2BAD"},{"Typeface name":"Wingdings 3","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"11182","Unicode hex":"2BAE"},{"Typeface name":"Wingdings 3","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"11183","Unicode hex":"2BAF"},{"Typeface name":"Wingdings 3","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"129120","Unicode hex":"1F860"},{"Typeface name":"Wingdings 3","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"129122","Unicode hex":"1F862"},{"Typeface name":"Wingdings 3","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"129121","Unicode hex":"1F861"},{"Typeface name":"Wingdings 3","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"129123","Unicode hex":"1F863"},{"Typeface name":"Wingdings 3","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"129124","Unicode hex":"1F864"},{"Typeface name":"Wingdings 3","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"129125","Unicode hex":"1F865"},{"Typeface name":"Wingdings 3","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"129127","Unicode hex":"1F867"},{"Typeface name":"Wingdings 3","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"129126","Unicode hex":"1F866"},{"Typeface name":"Wingdings 3","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"129136","Unicode hex":"1F870"},{"Typeface name":"Wingdings 3","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"129138","Unicode hex":"1F872"},{"Typeface name":"Wingdings 3","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"129137","Unicode hex":"1F871"},{"Typeface name":"Wingdings 3","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"129139","Unicode hex":"1F873"},{"Typeface name":"Wingdings 3","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"129140","Unicode hex":"1F874"},{"Typeface name":"Wingdings 3","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"129141","Unicode hex":"1F875"},{"Typeface name":"Wingdings 3","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129143","Unicode hex":"1F877"},{"Typeface name":"Wingdings 3","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129142","Unicode hex":"1F876"},{"Typeface name":"Wingdings 3","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129152","Unicode hex":"1F880"},{"Typeface name":"Wingdings 3","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129154","Unicode hex":"1F882"},{"Typeface name":"Wingdings 3","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129153","Unicode hex":"1F881"},{"Typeface name":"Wingdings 3","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129155","Unicode hex":"1F883"},{"Typeface name":"Wingdings 3","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129156","Unicode hex":"1F884"},{"Typeface name":"Wingdings 3","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129157","Unicode hex":"1F885"},{"Typeface name":"Wingdings 3","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129159","Unicode hex":"1F887"},{"Typeface name":"Wingdings 3","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129158","Unicode hex":"1F886"},{"Typeface name":"Wingdings 3","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129168","Unicode hex":"1F890"},{"Typeface name":"Wingdings 3","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129170","Unicode hex":"1F892"},{"Typeface name":"Wingdings 3","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129169","Unicode hex":"1F891"},{"Typeface name":"Wingdings 3","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129171","Unicode hex":"1F893"},{"Typeface name":"Wingdings 3","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129172","Unicode hex":"1F894"},{"Typeface name":"Wingdings 3","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129174","Unicode hex":"1F896"},{"Typeface name":"Wingdings 3","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"129173","Unicode hex":"1F895"},{"Typeface name":"Wingdings 3","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"129175","Unicode hex":"1F897"}];r.default=a},{}],85:[function(t,i,r){var a=this&&this.__importDefault||function(b){return b&&b.__esModule?b:{default:b}};Object.defineProperty(r,"__esModule",{value:!0}),r.hex=r.dec=r.codePoint=void 0;for(var s=a(t("./dingbats")),c={},f=String.fromCodePoint?String.fromCodePoint:_,l=0,o=s.default;l<o.length;l++){var h=o[l],u=parseInt(h["Unicode dec"],10),d={codePoint:u,string:f(u)};c[h["Typeface name"].toUpperCase()+"_"+h["Dingbat dec"]]=d}function p(b,m){return c[b.toUpperCase()+"_"+m]}r.codePoint=p;function g(b,m){return p(b,parseInt(m,10))}r.dec=g;function x(b,m){return p(b,parseInt(m,16))}r.hex=x;function _(b){if(b<=65535)return String.fromCharCode(b);var m=Math.floor((b-65536)/1024)+55296,w=(b-65536)%1024+56320;return String.fromCharCode(m,w)}},{"./dingbats":84}],86:[function(t,i,r){r.read=function(a,s,c,f,l){var o,h,u=l*8-f-1,d=(1<<u)-1,p=d>>1,g=-7,x=c?l-1:0,_=c?-1:1,b=a[s+x];for(x+=_,o=b&(1<<-g)-1,b>>=-g,g+=u;g>0;o=o*256+a[s+x],x+=_,g-=8);for(h=o&(1<<-g)-1,o>>=-g,g+=f;g>0;h=h*256+a[s+x],x+=_,g-=8);if(o===0)o=1-p;else{if(o===d)return h?NaN:(b?-1:1)*(1/0);h=h+Math.pow(2,f),o=o-p}return(b?-1:1)*h*Math.pow(2,o-f)},r.write=function(a,s,c,f,l,o){var h,u,d,p=o*8-l-1,g=(1<<p)-1,x=g>>1,_=l===23?Math.pow(2,-24)-Math.pow(2,-77):0,b=f?0:o-1,m=f?1:-1,w=s<0||s===0&&1/s<0?1:0;for(s=Math.abs(s),isNaN(s)||s===1/0?(u=isNaN(s)?1:0,h=g):(h=Math.floor(Math.log(s)/Math.LN2),s*(d=Math.pow(2,-h))<1&&(h--,d*=2),h+x>=1?s+=_/d:s+=_*Math.pow(2,1-x),s*d>=2&&(h++,d/=2),h+x>=g?(u=0,h=g):h+x>=1?(u=(s*d-1)*Math.pow(2,l),h=h+x):(u=s*Math.pow(2,x-1)*Math.pow(2,l),h=0));l>=8;a[c+b]=u&255,b+=m,u/=256,l-=8);for(h=h<<l|u,p+=l;p>0;a[c+b]=h&255,b+=m,h/=256,p-=8);a[c+b-m]|=w*128}},{}],87:[function(t,i,r){var a={}.toString;i.exports=Array.isArray||function(s){return a.call(s)=="[object Array]"}},{}],88:[function(t,i,r){(function(a,s){/*!
|
|
293
|
+
|
|
294
|
+
JSZip v3.7.1 - A JavaScript class for generating and reading zip files
|
|
295
|
+
<http://stuartk.com/jszip>
|
|
296
|
+
|
|
297
|
+
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
|
|
298
|
+
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown.
|
|
299
|
+
|
|
300
|
+
JSZip uses the library pako released under the MIT license :
|
|
301
|
+
https://github.com/nodeca/pako/blob/master/LICENSE
|
|
302
|
+
*/(function(c){typeof r=="object"&&typeof i<"u"?i.exports=c():(typeof window<"u"?window:typeof a<"u"?a:typeof self<"u"?self:this).JSZip=c()})(function(){return(function c(f,l,o){function h(p,g){if(!l[p]){if(!f[p]){var x=typeof t=="function"&&t;if(!g&&x)return x(p,!0);if(u)return u(p,!0);var _=new Error("Cannot find module '"+p+"'");throw _.code="MODULE_NOT_FOUND",_}var b=l[p]={exports:{}};f[p][0].call(b.exports,function(m){var w=f[p][1][m];return h(w||m)},b,b.exports,c,f,l,o)}return l[p].exports}for(var u=typeof t=="function"&&t,d=0;d<o.length;d++)h(o[d]);return h})({1:[function(c,f,l){var o=c("./utils"),h=c("./support"),u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";l.encode=function(d){for(var p,g,x,_,b,m,w,y=[],v=0,D=d.length,E=D,I=o.getTypeOf(d)!=="string";v<d.length;)E=D-v,x=I?(p=d[v++],g=v<D?d[v++]:0,v<D?d[v++]:0):(p=d.charCodeAt(v++),g=v<D?d.charCodeAt(v++):0,v<D?d.charCodeAt(v++):0),_=p>>2,b=(3&p)<<4|g>>4,m=1<E?(15&g)<<2|x>>6:64,w=2<E?63&x:64,y.push(u.charAt(_)+u.charAt(b)+u.charAt(m)+u.charAt(w));return y.join("")},l.decode=function(d){var p,g,x,_,b,m,w=0,y=0,v="data:";if(d.substr(0,v.length)===v)throw new Error("Invalid base64 input, it looks like a data url.");var D,E=3*(d=d.replace(/[^A-Za-z0-9\+\/\=]/g,"")).length/4;if(d.charAt(d.length-1)===u.charAt(64)&&E--,d.charAt(d.length-2)===u.charAt(64)&&E--,E%1!=0)throw new Error("Invalid base64 input, bad content length.");for(D=h.uint8array?new Uint8Array(0|E):new Array(0|E);w<d.length;)p=u.indexOf(d.charAt(w++))<<2|(_=u.indexOf(d.charAt(w++)))>>4,g=(15&_)<<4|(b=u.indexOf(d.charAt(w++)))>>2,x=(3&b)<<6|(m=u.indexOf(d.charAt(w++))),D[y++]=p,b!==64&&(D[y++]=g),m!==64&&(D[y++]=x);return D}},{"./support":30,"./utils":32}],2:[function(c,f,l){var o=c("./external"),h=c("./stream/DataWorker"),u=c("./stream/Crc32Probe"),d=c("./stream/DataLengthProbe");function p(g,x,_,b,m){this.compressedSize=g,this.uncompressedSize=x,this.crc32=_,this.compression=b,this.compressedContent=m}p.prototype={getContentWorker:function(){var g=new h(o.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new d("data_length")),x=this;return g.on("end",function(){if(this.streamInfo.data_length!==x.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),g},getCompressedWorker:function(){return new h(o.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},p.createWorkerFrom=function(g,x,_){return g.pipe(new u).pipe(new d("uncompressedSize")).pipe(x.compressWorker(_)).pipe(new d("compressedSize")).withStreamInfo("compression",x)},f.exports=p},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(c,f,l){var o=c("./stream/GenericWorker");l.STORE={magic:"\0\0",compressWorker:function(h){return new o("STORE compression")},uncompressWorker:function(){return new o("STORE decompression")}},l.DEFLATE=c("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(c,f,l){var o=c("./utils"),h=(function(){for(var u,d=[],p=0;p<256;p++){u=p;for(var g=0;g<8;g++)u=1&u?3988292384^u>>>1:u>>>1;d[p]=u}return d})();f.exports=function(u,d){return u!==void 0&&u.length?o.getTypeOf(u)!=="string"?(function(p,g,x,_){var b=h,m=_+x;p^=-1;for(var w=_;w<m;w++)p=p>>>8^b[255&(p^g[w])];return-1^p})(0|d,u,u.length,0):(function(p,g,x,_){var b=h,m=_+x;p^=-1;for(var w=_;w<m;w++)p=p>>>8^b[255&(p^g.charCodeAt(w))];return-1^p})(0|d,u,u.length,0):0}},{"./utils":32}],5:[function(c,f,l){l.base64=!1,l.binary=!1,l.dir=!1,l.createFolders=!0,l.date=null,l.compression=null,l.compressionOptions=null,l.comment=null,l.unixPermissions=null,l.dosPermissions=null},{}],6:[function(c,f,l){var o=null;o=typeof Promise<"u"?Promise:c("lie"),f.exports={Promise:o}},{lie:37}],7:[function(c,f,l){var o=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Uint32Array<"u",h=c("pako"),u=c("./utils"),d=c("./stream/GenericWorker"),p=o?"uint8array":"array";function g(x,_){d.call(this,"FlateWorker/"+x),this._pako=null,this._pakoAction=x,this._pakoOptions=_,this.meta={}}l.magic="\b\0",u.inherits(g,d),g.prototype.processChunk=function(x){this.meta=x.meta,this._pako===null&&this._createPako(),this._pako.push(u.transformTo(p,x.data),!1)},g.prototype.flush=function(){d.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},g.prototype.cleanUp=function(){d.prototype.cleanUp.call(this),this._pako=null},g.prototype._createPako=function(){this._pako=new h[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var x=this;this._pako.onData=function(_){x.push({data:_,meta:x.meta})}},l.compressWorker=function(x){return new g("Deflate",x)},l.uncompressWorker=function(){return new g("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(c,f,l){function o(b,m){var w,y="";for(w=0;w<m;w++)y+=String.fromCharCode(255&b),b>>>=8;return y}function h(b,m,w,y,v,D){var E,I,U=b.file,R=b.compression,S=D!==p.utf8encode,M=u.transformTo("string",D(U.name)),L=u.transformTo("string",p.utf8encode(U.name)),Y=U.comment,le=u.transformTo("string",D(Y)),N=u.transformTo("string",p.utf8encode(Y)),ee=L.length!==U.name.length,k=N.length!==Y.length,ce="",G="",O="",Z=U.dir,W=U.date,K={crc32:0,compressedSize:0,uncompressedSize:0};m&&!w||(K.crc32=b.crc32,K.compressedSize=b.compressedSize,K.uncompressedSize=b.uncompressedSize);var z=0;m&&(z|=8),S||!ee&&!k||(z|=2048);var ie=0,De=0;Z&&(ie|=16),v==="UNIX"?(De=798,ie|=(function(de,Le){var te=de;return de||(te=Le?16893:33204),(65535&te)<<16})(U.unixPermissions,Z)):(De=20,ie|=(function(de){return 63&(de||0)})(U.dosPermissions)),E=W.getUTCHours(),E<<=6,E|=W.getUTCMinutes(),E<<=5,E|=W.getUTCSeconds()/2,I=W.getUTCFullYear()-1980,I<<=4,I|=W.getUTCMonth()+1,I<<=5,I|=W.getUTCDate(),ee&&(G=o(1,1)+o(g(M),4)+L,ce+="up"+o(G.length,2)+G),k&&(O=o(1,1)+o(g(le),4)+N,ce+="uc"+o(O.length,2)+O);var ae="";return ae+=`
|
|
303
|
+
\0`,ae+=o(z,2),ae+=R.magic,ae+=o(E,2),ae+=o(I,2),ae+=o(K.crc32,4),ae+=o(K.compressedSize,4),ae+=o(K.uncompressedSize,4),ae+=o(M.length,2),ae+=o(ce.length,2),{fileRecord:x.LOCAL_FILE_HEADER+ae+M+ce,dirRecord:x.CENTRAL_FILE_HEADER+o(De,2)+ae+o(le.length,2)+"\0\0\0\0"+o(ie,4)+o(y,4)+M+ce+le}}var u=c("../utils"),d=c("../stream/GenericWorker"),p=c("../utf8"),g=c("../crc32"),x=c("../signature");function _(b,m,w,y){d.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=m,this.zipPlatform=w,this.encodeFileName=y,this.streamFiles=b,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}u.inherits(_,d),_.prototype.push=function(b){var m=b.meta.percent||0,w=this.entriesCount,y=this._sources.length;this.accumulate?this.contentBuffer.push(b):(this.bytesWritten+=b.data.length,d.prototype.push.call(this,{data:b.data,meta:{currentFile:this.currentFile,percent:w?(m+100*(w-y-1))/w:100}}))},_.prototype.openedSource=function(b){this.currentSourceOffset=this.bytesWritten,this.currentFile=b.file.name;var m=this.streamFiles&&!b.file.dir;if(m){var w=h(b,m,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:w.fileRecord,meta:{percent:0}})}else this.accumulate=!0},_.prototype.closedSource=function(b){this.accumulate=!1;var m=this.streamFiles&&!b.file.dir,w=h(b,m,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(w.dirRecord),m)this.push({data:(function(y){return x.DATA_DESCRIPTOR+o(y.crc32,4)+o(y.compressedSize,4)+o(y.uncompressedSize,4)})(b),meta:{percent:100}});else for(this.push({data:w.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},_.prototype.flush=function(){for(var b=this.bytesWritten,m=0;m<this.dirRecords.length;m++)this.push({data:this.dirRecords[m],meta:{percent:100}});var w=this.bytesWritten-b,y=(function(v,D,E,I,U){var R=u.transformTo("string",U(I));return x.CENTRAL_DIRECTORY_END+"\0\0\0\0"+o(v,2)+o(v,2)+o(D,4)+o(E,4)+o(R.length,2)+R})(this.dirRecords.length,w,b,this.zipComment,this.encodeFileName);this.push({data:y,meta:{percent:100}})},_.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},_.prototype.registerPrevious=function(b){this._sources.push(b);var m=this;return b.on("data",function(w){m.processChunk(w)}),b.on("end",function(){m.closedSource(m.previous.streamInfo),m._sources.length?m.prepareNextSource():m.end()}),b.on("error",function(w){m.error(w)}),this},_.prototype.resume=function(){return!!d.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},_.prototype.error=function(b){var m=this._sources;if(!d.prototype.error.call(this,b))return!1;for(var w=0;w<m.length;w++)try{m[w].error(b)}catch{}return!0},_.prototype.lock=function(){d.prototype.lock.call(this);for(var b=this._sources,m=0;m<b.length;m++)b[m].lock()},f.exports=_},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(c,f,l){var o=c("../compressions"),h=c("./ZipFileWorker");l.generateWorker=function(u,d,p){var g=new h(d.streamFiles,p,d.platform,d.encodeFileName),x=0;try{u.forEach(function(_,b){x++;var m=(function(D,E){var I=D||E,U=o[I];if(!U)throw new Error(I+" is not a valid compression method !");return U})(b.options.compression,d.compression),w=b.options.compressionOptions||d.compressionOptions||{},y=b.dir,v=b.date;b._compressWorker(m,w).withStreamInfo("file",{name:_,dir:y,date:v,comment:b.comment||"",unixPermissions:b.unixPermissions,dosPermissions:b.dosPermissions}).pipe(g)}),g.entriesCount=x}catch(_){g.error(_)}return g}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(c,f,l){function o(){if(!(this instanceof o))return new o;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 h=new o;for(var u in this)typeof this[u]!="function"&&(h[u]=this[u]);return h}}(o.prototype=c("./object")).loadAsync=c("./load"),o.support=c("./support"),o.defaults=c("./defaults"),o.version="3.7.1",o.loadAsync=function(h,u){return new o().loadAsync(h,u)},o.external=c("./external"),f.exports=o},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(c,f,l){var o=c("./utils"),h=c("./external"),u=c("./utf8"),d=c("./zipEntries"),p=c("./stream/Crc32Probe"),g=c("./nodejsUtils");function x(_){return new h.Promise(function(b,m){var w=_.decompressed.getContentWorker().pipe(new p);w.on("error",function(y){m(y)}).on("end",function(){w.streamInfo.crc32!==_.decompressed.crc32?m(new Error("Corrupted zip : CRC32 mismatch")):b()}).resume()})}f.exports=function(_,b){var m=this;return b=o.extend(b||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:u.utf8decode}),g.isNode&&g.isStream(_)?h.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):o.prepareContent("the loaded zip file",_,!0,b.optimizedBinaryString,b.base64).then(function(w){var y=new d(b);return y.load(w),y}).then(function(w){var y=[h.Promise.resolve(w)],v=w.files;if(b.checkCRC32)for(var D=0;D<v.length;D++)y.push(x(v[D]));return h.Promise.all(y)}).then(function(w){for(var y=w.shift(),v=y.files,D=0;D<v.length;D++){var E=v[D];m.file(E.fileNameStr,E.decompressed,{binary:!0,optimizedBinaryString:!0,date:E.date,dir:E.dir,comment:E.fileCommentStr.length?E.fileCommentStr:null,unixPermissions:E.unixPermissions,dosPermissions:E.dosPermissions,createFolders:b.createFolders})}return y.zipComment.length&&(m.comment=y.zipComment),m})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(c,f,l){var o=c("../utils"),h=c("../stream/GenericWorker");function u(d,p){h.call(this,"Nodejs stream input adapter for "+d),this._upstreamEnded=!1,this._bindStream(p)}o.inherits(u,h),u.prototype._bindStream=function(d){var p=this;(this._stream=d).pause(),d.on("data",function(g){p.push({data:g,meta:{percent:0}})}).on("error",function(g){p.isPaused?this.generatedError=g:p.error(g)}).on("end",function(){p.isPaused?p._upstreamEnded=!0:p.end()})},u.prototype.pause=function(){return!!h.prototype.pause.call(this)&&(this._stream.pause(),!0)},u.prototype.resume=function(){return!!h.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},f.exports=u},{"../stream/GenericWorker":28,"../utils":32}],13:[function(c,f,l){var o=c("readable-stream").Readable;function h(u,d,p){o.call(this,d),this._helper=u;var g=this;u.on("data",function(x,_){g.push(x)||g._helper.pause(),p&&p(_)}).on("error",function(x){g.emit("error",x)}).on("end",function(){g.push(null)})}c("../utils").inherits(h,o),h.prototype._read=function(){this._helper.resume()},f.exports=h},{"../utils":32,"readable-stream":16}],14:[function(c,f,l){f.exports={isNode:typeof s<"u",newBufferFrom:function(o,h){if(s.from&&s.from!==Uint8Array.from)return s.from(o,h);if(typeof o=="number")throw new Error('The "data" argument must not be a number');return new s(o,h)},allocBuffer:function(o){if(s.alloc)return s.alloc(o);var h=new s(o);return h.fill(0),h},isBuffer:function(o){return s.isBuffer(o)},isStream:function(o){return o&&typeof o.on=="function"&&typeof o.pause=="function"&&typeof o.resume=="function"}}},{}],15:[function(c,f,l){function o(U,R,S){var M,L=u.getTypeOf(R),Y=u.extend(S||{},g);Y.date=Y.date||new Date,Y.compression!==null&&(Y.compression=Y.compression.toUpperCase()),typeof Y.unixPermissions=="string"&&(Y.unixPermissions=parseInt(Y.unixPermissions,8)),Y.unixPermissions&&16384&Y.unixPermissions&&(Y.dir=!0),Y.dosPermissions&&16&Y.dosPermissions&&(Y.dir=!0),Y.dir&&(U=v(U)),Y.createFolders&&(M=y(U))&&D.call(this,M,!0);var le=L==="string"&&Y.binary===!1&&Y.base64===!1;S&&S.binary!==void 0||(Y.binary=!le),(R instanceof x&&R.uncompressedSize===0||Y.dir||!R||R.length===0)&&(Y.base64=!1,Y.binary=!0,R="",Y.compression="STORE",L="string");var N=null;N=R instanceof x||R instanceof d?R:m.isNode&&m.isStream(R)?new w(U,R):u.prepareContent(U,R,Y.binary,Y.optimizedBinaryString,Y.base64);var ee=new _(U,N,Y);this.files[U]=ee}var h=c("./utf8"),u=c("./utils"),d=c("./stream/GenericWorker"),p=c("./stream/StreamHelper"),g=c("./defaults"),x=c("./compressedObject"),_=c("./zipObject"),b=c("./generate"),m=c("./nodejsUtils"),w=c("./nodejs/NodejsStreamInputAdapter"),y=function(U){U.slice(-1)==="/"&&(U=U.substring(0,U.length-1));var R=U.lastIndexOf("/");return 0<R?U.substring(0,R):""},v=function(U){return U.slice(-1)!=="/"&&(U+="/"),U},D=function(U,R){return R=R!==void 0?R:g.createFolders,U=v(U),this.files[U]||o.call(this,U,null,{dir:!0,createFolders:R}),this.files[U]};function E(U){return Object.prototype.toString.call(U)==="[object RegExp]"}var I={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(U){var R,S,M;for(R in this.files)M=this.files[R],(S=R.slice(this.root.length,R.length))&&R.slice(0,this.root.length)===this.root&&U(S,M)},filter:function(U){var R=[];return this.forEach(function(S,M){U(S,M)&&R.push(M)}),R},file:function(U,R,S){if(arguments.length!==1)return U=this.root+U,o.call(this,U,R,S),this;if(E(U)){var M=U;return this.filter(function(Y,le){return!le.dir&&M.test(Y)})}var L=this.files[this.root+U];return L&&!L.dir?L:null},folder:function(U){if(!U)return this;if(E(U))return this.filter(function(L,Y){return Y.dir&&U.test(L)});var R=this.root+U,S=D.call(this,R),M=this.clone();return M.root=S.name,M},remove:function(U){U=this.root+U;var R=this.files[U];if(R||(U.slice(-1)!=="/"&&(U+="/"),R=this.files[U]),R&&!R.dir)delete this.files[U];else for(var S=this.filter(function(L,Y){return Y.name.slice(0,U.length)===U}),M=0;M<S.length;M++)delete this.files[S[M].name];return this},generate:function(U){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(U){var R,S={};try{if((S=u.extend(U||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:h.utf8encode})).type=S.type.toLowerCase(),S.compression=S.compression.toUpperCase(),S.type==="binarystring"&&(S.type="string"),!S.type)throw new Error("No output type specified.");u.checkSupport(S.type),S.platform!=="darwin"&&S.platform!=="freebsd"&&S.platform!=="linux"&&S.platform!=="sunos"||(S.platform="UNIX"),S.platform==="win32"&&(S.platform="DOS");var M=S.comment||this.comment||"";R=b.generateWorker(this,S,M)}catch(L){(R=new d("error")).error(L)}return new p(R,S.type||"string",S.mimeType)},generateAsync:function(U,R){return this.generateInternalStream(U).accumulate(R)},generateNodeStream:function(U,R){return(U=U||{}).type||(U.type="nodebuffer"),this.generateInternalStream(U).toNodejsStream(R)}};f.exports=I},{"./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(c,f,l){f.exports=c("stream")},{stream:void 0}],17:[function(c,f,l){var o=c("./DataReader");function h(u){o.call(this,u);for(var d=0;d<this.data.length;d++)u[d]=255&u[d]}c("../utils").inherits(h,o),h.prototype.byteAt=function(u){return this.data[this.zero+u]},h.prototype.lastIndexOfSignature=function(u){for(var d=u.charCodeAt(0),p=u.charCodeAt(1),g=u.charCodeAt(2),x=u.charCodeAt(3),_=this.length-4;0<=_;--_)if(this.data[_]===d&&this.data[_+1]===p&&this.data[_+2]===g&&this.data[_+3]===x)return _-this.zero;return-1},h.prototype.readAndCheckSignature=function(u){var d=u.charCodeAt(0),p=u.charCodeAt(1),g=u.charCodeAt(2),x=u.charCodeAt(3),_=this.readData(4);return d===_[0]&&p===_[1]&&g===_[2]&&x===_[3]},h.prototype.readData=function(u){if(this.checkOffset(u),u===0)return[];var d=this.data.slice(this.zero+this.index,this.zero+this.index+u);return this.index+=u,d},f.exports=h},{"../utils":32,"./DataReader":18}],18:[function(c,f,l){var o=c("../utils");function h(u){this.data=u,this.length=u.length,this.index=0,this.zero=0}h.prototype={checkOffset:function(u){this.checkIndex(this.index+u)},checkIndex:function(u){if(this.length<this.zero+u||u<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+u+"). Corrupted zip ?")},setIndex:function(u){this.checkIndex(u),this.index=u},skip:function(u){this.setIndex(this.index+u)},byteAt:function(u){},readInt:function(u){var d,p=0;for(this.checkOffset(u),d=this.index+u-1;d>=this.index;d--)p=(p<<8)+this.byteAt(d);return this.index+=u,p},readString:function(u){return o.transformTo("string",this.readData(u))},readData:function(u){},lastIndexOfSignature:function(u){},readAndCheckSignature:function(u){},readDate:function(){var u=this.readInt(4);return new Date(Date.UTC(1980+(u>>25&127),(u>>21&15)-1,u>>16&31,u>>11&31,u>>5&63,(31&u)<<1))}},f.exports=h},{"../utils":32}],19:[function(c,f,l){var o=c("./Uint8ArrayReader");function h(u){o.call(this,u)}c("../utils").inherits(h,o),h.prototype.readData=function(u){this.checkOffset(u);var d=this.data.slice(this.zero+this.index,this.zero+this.index+u);return this.index+=u,d},f.exports=h},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(c,f,l){var o=c("./DataReader");function h(u){o.call(this,u)}c("../utils").inherits(h,o),h.prototype.byteAt=function(u){return this.data.charCodeAt(this.zero+u)},h.prototype.lastIndexOfSignature=function(u){return this.data.lastIndexOf(u)-this.zero},h.prototype.readAndCheckSignature=function(u){return u===this.readData(4)},h.prototype.readData=function(u){this.checkOffset(u);var d=this.data.slice(this.zero+this.index,this.zero+this.index+u);return this.index+=u,d},f.exports=h},{"../utils":32,"./DataReader":18}],21:[function(c,f,l){var o=c("./ArrayReader");function h(u){o.call(this,u)}c("../utils").inherits(h,o),h.prototype.readData=function(u){if(this.checkOffset(u),u===0)return new Uint8Array(0);var d=this.data.subarray(this.zero+this.index,this.zero+this.index+u);return this.index+=u,d},f.exports=h},{"../utils":32,"./ArrayReader":17}],22:[function(c,f,l){var o=c("../utils"),h=c("../support"),u=c("./ArrayReader"),d=c("./StringReader"),p=c("./NodeBufferReader"),g=c("./Uint8ArrayReader");f.exports=function(x){var _=o.getTypeOf(x);return o.checkSupport(_),_!=="string"||h.uint8array?_==="nodebuffer"?new p(x):h.uint8array?new g(o.transformTo("uint8array",x)):new u(o.transformTo("array",x)):new d(x)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(c,f,l){l.LOCAL_FILE_HEADER="PK",l.CENTRAL_FILE_HEADER="PK",l.CENTRAL_DIRECTORY_END="PK",l.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",l.ZIP64_CENTRAL_DIRECTORY_END="PK",l.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(c,f,l){var o=c("./GenericWorker"),h=c("../utils");function u(d){o.call(this,"ConvertWorker to "+d),this.destType=d}h.inherits(u,o),u.prototype.processChunk=function(d){this.push({data:h.transformTo(this.destType,d.data),meta:d.meta})},f.exports=u},{"../utils":32,"./GenericWorker":28}],25:[function(c,f,l){var o=c("./GenericWorker"),h=c("../crc32");function u(){o.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}c("../utils").inherits(u,o),u.prototype.processChunk=function(d){this.streamInfo.crc32=h(d.data,this.streamInfo.crc32||0),this.push(d)},f.exports=u},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(c,f,l){var o=c("../utils"),h=c("./GenericWorker");function u(d){h.call(this,"DataLengthProbe for "+d),this.propName=d,this.withStreamInfo(d,0)}o.inherits(u,h),u.prototype.processChunk=function(d){if(d){var p=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=p+d.data.length}h.prototype.processChunk.call(this,d)},f.exports=u},{"../utils":32,"./GenericWorker":28}],27:[function(c,f,l){var o=c("../utils"),h=c("./GenericWorker");function u(d){h.call(this,"DataWorker");var p=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,d.then(function(g){p.dataIsReady=!0,p.data=g,p.max=g&&g.length||0,p.type=o.getTypeOf(g),p.isPaused||p._tickAndRepeat()},function(g){p.error(g)})}o.inherits(u,h),u.prototype.cleanUp=function(){h.prototype.cleanUp.call(this),this.data=null},u.prototype.resume=function(){return!!h.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,o.delay(this._tickAndRepeat,[],this)),!0)},u.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(o.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},u.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var d=null,p=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":d=this.data.substring(this.index,p);break;case"uint8array":d=this.data.subarray(this.index,p);break;case"array":case"nodebuffer":d=this.data.slice(this.index,p)}return this.index=p,this.push({data:d,meta:{percent:this.max?this.index/this.max*100:0}})},f.exports=u},{"../utils":32,"./GenericWorker":28}],28:[function(c,f,l){function o(h){this.name=h||"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}o.prototype={push:function(h){this.emit("data",h)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(h){this.emit("error",h)}return!0},error:function(h){return!this.isFinished&&(this.isPaused?this.generatedError=h:(this.isFinished=!0,this.emit("error",h),this.previous&&this.previous.error(h),this.cleanUp()),!0)},on:function(h,u){return this._listeners[h].push(u),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(h,u){if(this._listeners[h])for(var d=0;d<this._listeners[h].length;d++)this._listeners[h][d].call(this,u)},pipe:function(h){return h.registerPrevious(this)},registerPrevious:function(h){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=h.streamInfo,this.mergeStreamInfo(),this.previous=h;var u=this;return h.on("data",function(d){u.processChunk(d)}),h.on("end",function(){u.end()}),h.on("error",function(d){u.error(d)}),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 h=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),h=!0),this.previous&&this.previous.resume(),!h},flush:function(){},processChunk:function(h){this.push(h)},withStreamInfo:function(h,u){return this.extraStreamInfo[h]=u,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var h in this.extraStreamInfo)this.extraStreamInfo.hasOwnProperty(h)&&(this.streamInfo[h]=this.extraStreamInfo[h])},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 h="Worker "+this.name;return this.previous?this.previous+" -> "+h:h}},f.exports=o},{}],29:[function(c,f,l){var o=c("../utils"),h=c("./ConvertWorker"),u=c("./GenericWorker"),d=c("../base64"),p=c("../support"),g=c("../external"),x=null;if(p.nodestream)try{x=c("../nodejs/NodejsStreamOutputAdapter")}catch{}function _(m,w){return new g.Promise(function(y,v){var D=[],E=m._internalType,I=m._outputType,U=m._mimeType;m.on("data",function(R,S){D.push(R),w&&w(S)}).on("error",function(R){D=[],v(R)}).on("end",function(){try{var R=(function(S,M,L){switch(S){case"blob":return o.newBlob(o.transformTo("arraybuffer",M),L);case"base64":return d.encode(M);default:return o.transformTo(S,M)}})(I,(function(S,M){var L,Y=0,le=null,N=0;for(L=0;L<M.length;L++)N+=M[L].length;switch(S){case"string":return M.join("");case"array":return Array.prototype.concat.apply([],M);case"uint8array":for(le=new Uint8Array(N),L=0;L<M.length;L++)le.set(M[L],Y),Y+=M[L].length;return le;case"nodebuffer":return s.concat(M);default:throw new Error("concat : unsupported type '"+S+"'")}})(E,D),U);y(R)}catch(S){v(S)}D=[]}).resume()})}function b(m,w,y){var v=w;switch(w){case"blob":case"arraybuffer":v="uint8array";break;case"base64":v="string"}try{this._internalType=v,this._outputType=w,this._mimeType=y,o.checkSupport(v),this._worker=m.pipe(new h(v)),m.lock()}catch(D){this._worker=new u("error"),this._worker.error(D)}}b.prototype={accumulate:function(m){return _(this,m)},on:function(m,w){var y=this;return m==="data"?this._worker.on(m,function(v){w.call(y,v.data,v.meta)}):this._worker.on(m,function(){o.delay(w,arguments,y)}),this},resume:function(){return o.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(m){if(o.checkSupport("nodestream"),this._outputType!=="nodebuffer")throw new Error(this._outputType+" is not supported by this method");return new x(this,{objectMode:this._outputType!=="nodebuffer"},m)}},f.exports=b},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(c,f,l){if(l.base64=!0,l.array=!0,l.string=!0,l.arraybuffer=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",l.nodebuffer=typeof s<"u",l.uint8array=typeof Uint8Array<"u",typeof ArrayBuffer>"u")l.blob=!1;else{var o=new ArrayBuffer(0);try{l.blob=new Blob([o],{type:"application/zip"}).size===0}catch{try{var h=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);h.append(o),l.blob=h.getBlob("application/zip").size===0}catch{l.blob=!1}}}try{l.nodestream=!!c("readable-stream").Readable}catch{l.nodestream=!1}},{"readable-stream":16}],31:[function(c,f,l){for(var o=c("./utils"),h=c("./support"),u=c("./nodejsUtils"),d=c("./stream/GenericWorker"),p=new Array(256),g=0;g<256;g++)p[g]=252<=g?6:248<=g?5:240<=g?4:224<=g?3:192<=g?2:1;p[254]=p[254]=1;function x(){d.call(this,"utf-8 decode"),this.leftOver=null}function _(){d.call(this,"utf-8 encode")}l.utf8encode=function(b){return h.nodebuffer?u.newBufferFrom(b,"utf-8"):(function(m){var w,y,v,D,E,I=m.length,U=0;for(D=0;D<I;D++)(64512&(y=m.charCodeAt(D)))==55296&&D+1<I&&(64512&(v=m.charCodeAt(D+1)))==56320&&(y=65536+(y-55296<<10)+(v-56320),D++),U+=y<128?1:y<2048?2:y<65536?3:4;for(w=h.uint8array?new Uint8Array(U):new Array(U),D=E=0;E<U;D++)(64512&(y=m.charCodeAt(D)))==55296&&D+1<I&&(64512&(v=m.charCodeAt(D+1)))==56320&&(y=65536+(y-55296<<10)+(v-56320),D++),y<128?w[E++]=y:(y<2048?w[E++]=192|y>>>6:(y<65536?w[E++]=224|y>>>12:(w[E++]=240|y>>>18,w[E++]=128|y>>>12&63),w[E++]=128|y>>>6&63),w[E++]=128|63&y);return w})(b)},l.utf8decode=function(b){return h.nodebuffer?o.transformTo("nodebuffer",b).toString("utf-8"):(function(m){var w,y,v,D,E=m.length,I=new Array(2*E);for(w=y=0;w<E;)if((v=m[w++])<128)I[y++]=v;else if(4<(D=p[v]))I[y++]=65533,w+=D-1;else{for(v&=D===2?31:D===3?15:7;1<D&&w<E;)v=v<<6|63&m[w++],D--;1<D?I[y++]=65533:v<65536?I[y++]=v:(v-=65536,I[y++]=55296|v>>10&1023,I[y++]=56320|1023&v)}return I.length!==y&&(I.subarray?I=I.subarray(0,y):I.length=y),o.applyFromCharCode(I)})(b=o.transformTo(h.uint8array?"uint8array":"array",b))},o.inherits(x,d),x.prototype.processChunk=function(b){var m=o.transformTo(h.uint8array?"uint8array":"array",b.data);if(this.leftOver&&this.leftOver.length){if(h.uint8array){var w=m;(m=new Uint8Array(w.length+this.leftOver.length)).set(this.leftOver,0),m.set(w,this.leftOver.length)}else m=this.leftOver.concat(m);this.leftOver=null}var y=(function(D,E){var I;for((E=E||D.length)>D.length&&(E=D.length),I=E-1;0<=I&&(192&D[I])==128;)I--;return I<0||I===0?E:I+p[D[I]]>E?I:E})(m),v=m;y!==m.length&&(h.uint8array?(v=m.subarray(0,y),this.leftOver=m.subarray(y,m.length)):(v=m.slice(0,y),this.leftOver=m.slice(y,m.length))),this.push({data:l.utf8decode(v),meta:b.meta})},x.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:l.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},l.Utf8DecodeWorker=x,o.inherits(_,d),_.prototype.processChunk=function(b){this.push({data:l.utf8encode(b.data),meta:b.meta})},l.Utf8EncodeWorker=_},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(c,f,l){var o=c("./support"),h=c("./base64"),u=c("./nodejsUtils"),d=c("set-immediate-shim"),p=c("./external");function g(y){return y}function x(y,v){for(var D=0;D<y.length;++D)v[D]=255&y.charCodeAt(D);return v}l.newBlob=function(y,v){l.checkSupport("blob");try{return new Blob([y],{type:v})}catch{try{var D=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return D.append(y),D.getBlob(v)}catch{throw new Error("Bug : can't construct the Blob.")}}};var _={stringifyByChunk:function(y,v,D){var E=[],I=0,U=y.length;if(U<=D)return String.fromCharCode.apply(null,y);for(;I<U;)v==="array"||v==="nodebuffer"?E.push(String.fromCharCode.apply(null,y.slice(I,Math.min(I+D,U)))):E.push(String.fromCharCode.apply(null,y.subarray(I,Math.min(I+D,U)))),I+=D;return E.join("")},stringifyByChar:function(y){for(var v="",D=0;D<y.length;D++)v+=String.fromCharCode(y[D]);return v},applyCanBeUsed:{uint8array:(function(){try{return o.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch{return!1}})(),nodebuffer:(function(){try{return o.nodebuffer&&String.fromCharCode.apply(null,u.allocBuffer(1)).length===1}catch{return!1}})()}};function b(y){var v=65536,D=l.getTypeOf(y),E=!0;if(D==="uint8array"?E=_.applyCanBeUsed.uint8array:D==="nodebuffer"&&(E=_.applyCanBeUsed.nodebuffer),E)for(;1<v;)try{return _.stringifyByChunk(y,D,v)}catch{v=Math.floor(v/2)}return _.stringifyByChar(y)}function m(y,v){for(var D=0;D<y.length;D++)v[D]=y[D];return v}l.applyFromCharCode=b;var w={};w.string={string:g,array:function(y){return x(y,new Array(y.length))},arraybuffer:function(y){return w.string.uint8array(y).buffer},uint8array:function(y){return x(y,new Uint8Array(y.length))},nodebuffer:function(y){return x(y,u.allocBuffer(y.length))}},w.array={string:b,array:g,arraybuffer:function(y){return new Uint8Array(y).buffer},uint8array:function(y){return new Uint8Array(y)},nodebuffer:function(y){return u.newBufferFrom(y)}},w.arraybuffer={string:function(y){return b(new Uint8Array(y))},array:function(y){return m(new Uint8Array(y),new Array(y.byteLength))},arraybuffer:g,uint8array:function(y){return new Uint8Array(y)},nodebuffer:function(y){return u.newBufferFrom(new Uint8Array(y))}},w.uint8array={string:b,array:function(y){return m(y,new Array(y.length))},arraybuffer:function(y){return y.buffer},uint8array:g,nodebuffer:function(y){return u.newBufferFrom(y)}},w.nodebuffer={string:b,array:function(y){return m(y,new Array(y.length))},arraybuffer:function(y){return w.nodebuffer.uint8array(y).buffer},uint8array:function(y){return m(y,new Uint8Array(y.length))},nodebuffer:g},l.transformTo=function(y,v){if(v=v||"",!y)return v;l.checkSupport(y);var D=l.getTypeOf(v);return w[D][y](v)},l.getTypeOf=function(y){return typeof y=="string"?"string":Object.prototype.toString.call(y)==="[object Array]"?"array":o.nodebuffer&&u.isBuffer(y)?"nodebuffer":o.uint8array&&y instanceof Uint8Array?"uint8array":o.arraybuffer&&y instanceof ArrayBuffer?"arraybuffer":void 0},l.checkSupport=function(y){if(!o[y.toLowerCase()])throw new Error(y+" is not supported by this platform")},l.MAX_VALUE_16BITS=65535,l.MAX_VALUE_32BITS=-1,l.pretty=function(y){var v,D,E="";for(D=0;D<(y||"").length;D++)E+="\\x"+((v=y.charCodeAt(D))<16?"0":"")+v.toString(16).toUpperCase();return E},l.delay=function(y,v,D){d(function(){y.apply(D||null,v||[])})},l.inherits=function(y,v){function D(){}D.prototype=v.prototype,y.prototype=new D},l.extend=function(){var y,v,D={};for(y=0;y<arguments.length;y++)for(v in arguments[y])arguments[y].hasOwnProperty(v)&&D[v]===void 0&&(D[v]=arguments[y][v]);return D},l.prepareContent=function(y,v,D,E,I){return p.Promise.resolve(v).then(function(U){return o.blob&&(U instanceof Blob||["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(U))!==-1)&&typeof FileReader<"u"?new p.Promise(function(R,S){var M=new FileReader;M.onload=function(L){R(L.target.result)},M.onerror=function(L){S(L.target.error)},M.readAsArrayBuffer(U)}):U}).then(function(U){var R=l.getTypeOf(U);return R?(R==="arraybuffer"?U=l.transformTo("uint8array",U):R==="string"&&(I?U=h.decode(U):D&&E!==!0&&(U=(function(S){return x(S,o.uint8array?new Uint8Array(S.length):new Array(S.length))})(U))),U):p.Promise.reject(new Error("Can't read the data of '"+y+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,"set-immediate-shim":54}],33:[function(c,f,l){var o=c("./reader/readerFor"),h=c("./utils"),u=c("./signature"),d=c("./zipEntry"),p=(c("./utf8"),c("./support"));function g(x){this.files=[],this.loadOptions=x}g.prototype={checkSignature:function(x){if(!this.reader.readAndCheckSignature(x)){this.reader.index-=4;var _=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+h.pretty(_)+", expected "+h.pretty(x)+")")}},isSignature:function(x,_){var b=this.reader.index;this.reader.setIndex(x);var m=this.reader.readString(4)===_;return this.reader.setIndex(b),m},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 x=this.reader.readData(this.zipCommentLength),_=p.uint8array?"uint8array":"array",b=h.transformTo(_,x);this.zipComment=this.loadOptions.decodeFileName(b)},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 x,_,b,m=this.zip64EndOfCentralSize-44;0<m;)x=this.reader.readInt(2),_=this.reader.readInt(4),b=this.reader.readData(_),this.zip64ExtensibleData[x]={id:x,length:_,value:b}},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 x,_;for(x=0;x<this.files.length;x++)_=this.files[x],this.reader.setIndex(_.localHeaderOffset),this.checkSignature(u.LOCAL_FILE_HEADER),_.readLocalPart(this.reader),_.handleUTF8(),_.processAttributes()},readCentralDir:function(){var x;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(u.CENTRAL_FILE_HEADER);)(x=new d({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(x);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 x=this.reader.lastIndexOfSignature(u.CENTRAL_DIRECTORY_END);if(x<0)throw this.isSignature(0,u.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(x);var _=x;if(this.checkSignature(u.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===h.MAX_VALUE_16BITS||this.diskWithCentralDirStart===h.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===h.MAX_VALUE_16BITS||this.centralDirRecords===h.MAX_VALUE_16BITS||this.centralDirSize===h.MAX_VALUE_32BITS||this.centralDirOffset===h.MAX_VALUE_32BITS){if(this.zip64=!0,(x=this.reader.lastIndexOfSignature(u.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(x),this.checkSignature(u.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,u.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(u.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(u.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var b=this.centralDirOffset+this.centralDirSize;this.zip64&&(b+=20,b+=12+this.zip64EndOfCentralSize);var m=_-b;if(0<m)this.isSignature(_,u.CENTRAL_FILE_HEADER)||(this.reader.zero=m);else if(m<0)throw new Error("Corrupted zip: missing "+Math.abs(m)+" bytes.")},prepareReader:function(x){this.reader=o(x)},load:function(x){this.prepareReader(x),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},f.exports=g},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utf8":31,"./utils":32,"./zipEntry":34}],34:[function(c,f,l){var o=c("./reader/readerFor"),h=c("./utils"),u=c("./compressedObject"),d=c("./crc32"),p=c("./utf8"),g=c("./compressions"),x=c("./support");function _(b,m){this.options=b,this.loadOptions=m}_.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(b){var m,w;if(b.skip(22),this.fileNameLength=b.readInt(2),w=b.readInt(2),this.fileName=b.readData(this.fileNameLength),b.skip(w),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((m=(function(y){for(var v in g)if(g.hasOwnProperty(v)&&g[v].magic===y)return g[v];return null})(this.compressionMethod))===null)throw new Error("Corrupted zip : compression "+h.pretty(this.compressionMethod)+" unknown (inner file : "+h.transformTo("string",this.fileName)+")");this.decompressed=new u(this.compressedSize,this.uncompressedSize,this.crc32,m,b.readData(this.compressedSize))},readCentralPart:function(b){this.versionMadeBy=b.readInt(2),b.skip(2),this.bitFlag=b.readInt(2),this.compressionMethod=b.readString(2),this.date=b.readDate(),this.crc32=b.readInt(4),this.compressedSize=b.readInt(4),this.uncompressedSize=b.readInt(4);var m=b.readInt(2);if(this.extraFieldsLength=b.readInt(2),this.fileCommentLength=b.readInt(2),this.diskNumberStart=b.readInt(2),this.internalFileAttributes=b.readInt(2),this.externalFileAttributes=b.readInt(4),this.localHeaderOffset=b.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");b.skip(m),this.readExtraFields(b),this.parseZIP64ExtraField(b),this.fileComment=b.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var b=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),b==0&&(this.dosPermissions=63&this.externalFileAttributes),b==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(b){if(this.extraFields[1]){var m=o(this.extraFields[1].value);this.uncompressedSize===h.MAX_VALUE_32BITS&&(this.uncompressedSize=m.readInt(8)),this.compressedSize===h.MAX_VALUE_32BITS&&(this.compressedSize=m.readInt(8)),this.localHeaderOffset===h.MAX_VALUE_32BITS&&(this.localHeaderOffset=m.readInt(8)),this.diskNumberStart===h.MAX_VALUE_32BITS&&(this.diskNumberStart=m.readInt(4))}},readExtraFields:function(b){var m,w,y,v=b.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});b.index+4<v;)m=b.readInt(2),w=b.readInt(2),y=b.readData(w),this.extraFields[m]={id:m,length:w,value:y};b.setIndex(v)},handleUTF8:function(){var b=x.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=p.utf8decode(this.fileName),this.fileCommentStr=p.utf8decode(this.fileComment);else{var m=this.findExtraFieldUnicodePath();if(m!==null)this.fileNameStr=m;else{var w=h.transformTo(b,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(w)}var y=this.findExtraFieldUnicodeComment();if(y!==null)this.fileCommentStr=y;else{var v=h.transformTo(b,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(v)}}},findExtraFieldUnicodePath:function(){var b=this.extraFields[28789];if(b){var m=o(b.value);return m.readInt(1)!==1||d(this.fileName)!==m.readInt(4)?null:p.utf8decode(m.readData(b.length-5))}return null},findExtraFieldUnicodeComment:function(){var b=this.extraFields[25461];if(b){var m=o(b.value);return m.readInt(1)!==1||d(this.fileComment)!==m.readInt(4)?null:p.utf8decode(m.readData(b.length-5))}return null}},f.exports=_},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(c,f,l){function o(m,w,y){this.name=m,this.dir=y.dir,this.date=y.date,this.comment=y.comment,this.unixPermissions=y.unixPermissions,this.dosPermissions=y.dosPermissions,this._data=w,this._dataBinary=y.binary,this.options={compression:y.compression,compressionOptions:y.compressionOptions}}var h=c("./stream/StreamHelper"),u=c("./stream/DataWorker"),d=c("./utf8"),p=c("./compressedObject"),g=c("./stream/GenericWorker");o.prototype={internalStream:function(m){var w=null,y="string";try{if(!m)throw new Error("No output type specified.");var v=(y=m.toLowerCase())==="string"||y==="text";y!=="binarystring"&&y!=="text"||(y="string"),w=this._decompressWorker();var D=!this._dataBinary;D&&!v&&(w=w.pipe(new d.Utf8EncodeWorker)),!D&&v&&(w=w.pipe(new d.Utf8DecodeWorker))}catch(E){(w=new g("error")).error(E)}return new h(w,y,"")},async:function(m,w){return this.internalStream(m).accumulate(w)},nodeStream:function(m,w){return this.internalStream(m||"nodebuffer").toNodejsStream(w)},_compressWorker:function(m,w){if(this._data instanceof p&&this._data.compression.magic===m.magic)return this._data.getCompressedWorker();var y=this._decompressWorker();return this._dataBinary||(y=y.pipe(new d.Utf8EncodeWorker)),p.createWorkerFrom(y,m,w)},_decompressWorker:function(){return this._data instanceof p?this._data.getContentWorker():this._data instanceof g?this._data:new u(this._data)}};for(var x=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],_=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},b=0;b<x.length;b++)o.prototype[x[b]]=_;f.exports=o},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(c,f,l){(function(o){var h,u,d=o.MutationObserver||o.WebKitMutationObserver;if(d){var p=0,g=new d(m),x=o.document.createTextNode("");g.observe(x,{characterData:!0}),h=function(){x.data=p=++p%2}}else if(o.setImmediate||o.MessageChannel===void 0)h="document"in o&&"onreadystatechange"in o.document.createElement("script")?function(){var w=o.document.createElement("script");w.onreadystatechange=function(){m(),w.onreadystatechange=null,w.parentNode.removeChild(w),w=null},o.document.documentElement.appendChild(w)}:function(){setTimeout(m,0)};else{var _=new o.MessageChannel;_.port1.onmessage=m,h=function(){_.port2.postMessage(0)}}var b=[];function m(){var w,y;u=!0;for(var v=b.length;v;){for(y=b,b=[],w=-1;++w<v;)y[w]();v=b.length}u=!1}f.exports=function(w){b.push(w)!==1||u||h()}}).call(this,typeof a<"u"?a:typeof self<"u"?self:typeof window<"u"?window:{})},{}],37:[function(c,f,l){var o=c("immediate");function h(){}var u={},d=["REJECTED"],p=["FULFILLED"],g=["PENDING"];function x(v){if(typeof v!="function")throw new TypeError("resolver must be a function");this.state=g,this.queue=[],this.outcome=void 0,v!==h&&w(this,v)}function _(v,D,E){this.promise=v,typeof D=="function"&&(this.onFulfilled=D,this.callFulfilled=this.otherCallFulfilled),typeof E=="function"&&(this.onRejected=E,this.callRejected=this.otherCallRejected)}function b(v,D,E){o(function(){var I;try{I=D(E)}catch(U){return u.reject(v,U)}I===v?u.reject(v,new TypeError("Cannot resolve promise with itself")):u.resolve(v,I)})}function m(v){var D=v&&v.then;if(v&&(typeof v=="object"||typeof v=="function")&&typeof D=="function")return function(){D.apply(v,arguments)}}function w(v,D){var E=!1;function I(S){E||(E=!0,u.reject(v,S))}function U(S){E||(E=!0,u.resolve(v,S))}var R=y(function(){D(U,I)});R.status==="error"&&I(R.value)}function y(v,D){var E={};try{E.value=v(D),E.status="success"}catch(I){E.status="error",E.value=I}return E}(f.exports=x).prototype.finally=function(v){if(typeof v!="function")return this;var D=this.constructor;return this.then(function(E){return D.resolve(v()).then(function(){return E})},function(E){return D.resolve(v()).then(function(){throw E})})},x.prototype.catch=function(v){return this.then(null,v)},x.prototype.then=function(v,D){if(typeof v!="function"&&this.state===p||typeof D!="function"&&this.state===d)return this;var E=new this.constructor(h);return this.state!==g?b(E,this.state===p?v:D,this.outcome):this.queue.push(new _(E,v,D)),E},_.prototype.callFulfilled=function(v){u.resolve(this.promise,v)},_.prototype.otherCallFulfilled=function(v){b(this.promise,this.onFulfilled,v)},_.prototype.callRejected=function(v){u.reject(this.promise,v)},_.prototype.otherCallRejected=function(v){b(this.promise,this.onRejected,v)},u.resolve=function(v,D){var E=y(m,D);if(E.status==="error")return u.reject(v,E.value);var I=E.value;if(I)w(v,I);else{v.state=p,v.outcome=D;for(var U=-1,R=v.queue.length;++U<R;)v.queue[U].callFulfilled(D)}return v},u.reject=function(v,D){v.state=d,v.outcome=D;for(var E=-1,I=v.queue.length;++E<I;)v.queue[E].callRejected(D);return v},x.resolve=function(v){return v instanceof this?v:u.resolve(new this(h),v)},x.reject=function(v){var D=new this(h);return u.reject(D,v)},x.all=function(v){var D=this;if(Object.prototype.toString.call(v)!=="[object Array]")return this.reject(new TypeError("must be an array"));var E=v.length,I=!1;if(!E)return this.resolve([]);for(var U=new Array(E),R=0,S=-1,M=new this(h);++S<E;)L(v[S],S);return M;function L(Y,le){D.resolve(Y).then(function(N){U[le]=N,++R!==E||I||(I=!0,u.resolve(M,U))},function(N){I||(I=!0,u.reject(M,N))})}},x.race=function(v){var D=this;if(Object.prototype.toString.call(v)!=="[object Array]")return this.reject(new TypeError("must be an array"));var E=v.length,I=!1;if(!E)return this.resolve([]);for(var U=-1,R=new this(h);++U<E;)S=v[U],D.resolve(S).then(function(M){I||(I=!0,u.resolve(R,M))},function(M){I||(I=!0,u.reject(R,M))});var S;return R}},{immediate:36}],38:[function(c,f,l){var o={};(0,c("./lib/utils/common").assign)(o,c("./lib/deflate"),c("./lib/inflate"),c("./lib/zlib/constants")),f.exports=o},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(c,f,l){var o=c("./zlib/deflate"),h=c("./utils/common"),u=c("./utils/strings"),d=c("./zlib/messages"),p=c("./zlib/zstream"),g=Object.prototype.toString,x=0,_=-1,b=0,m=8;function w(v){if(!(this instanceof w))return new w(v);this.options=h.assign({level:_,method:m,chunkSize:16384,windowBits:15,memLevel:8,strategy:b,to:""},v||{});var D=this.options;D.raw&&0<D.windowBits?D.windowBits=-D.windowBits:D.gzip&&0<D.windowBits&&D.windowBits<16&&(D.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new p,this.strm.avail_out=0;var E=o.deflateInit2(this.strm,D.level,D.method,D.windowBits,D.memLevel,D.strategy);if(E!==x)throw new Error(d[E]);if(D.header&&o.deflateSetHeader(this.strm,D.header),D.dictionary){var I;if(I=typeof D.dictionary=="string"?u.string2buf(D.dictionary):g.call(D.dictionary)==="[object ArrayBuffer]"?new Uint8Array(D.dictionary):D.dictionary,(E=o.deflateSetDictionary(this.strm,I))!==x)throw new Error(d[E]);this._dict_set=!0}}function y(v,D){var E=new w(D);if(E.push(v,!0),E.err)throw E.msg||d[E.err];return E.result}w.prototype.push=function(v,D){var E,I,U=this.strm,R=this.options.chunkSize;if(this.ended)return!1;I=D===~~D?D:D===!0?4:0,typeof v=="string"?U.input=u.string2buf(v):g.call(v)==="[object ArrayBuffer]"?U.input=new Uint8Array(v):U.input=v,U.next_in=0,U.avail_in=U.input.length;do{if(U.avail_out===0&&(U.output=new h.Buf8(R),U.next_out=0,U.avail_out=R),(E=o.deflate(U,I))!==1&&E!==x)return this.onEnd(E),!(this.ended=!0);U.avail_out!==0&&(U.avail_in!==0||I!==4&&I!==2)||(this.options.to==="string"?this.onData(u.buf2binstring(h.shrinkBuf(U.output,U.next_out))):this.onData(h.shrinkBuf(U.output,U.next_out)))}while((0<U.avail_in||U.avail_out===0)&&E!==1);return I===4?(E=o.deflateEnd(this.strm),this.onEnd(E),this.ended=!0,E===x):I!==2||(this.onEnd(x),!(U.avail_out=0))},w.prototype.onData=function(v){this.chunks.push(v)},w.prototype.onEnd=function(v){v===x&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=h.flattenChunks(this.chunks)),this.chunks=[],this.err=v,this.msg=this.strm.msg},l.Deflate=w,l.deflate=y,l.deflateRaw=function(v,D){return(D=D||{}).raw=!0,y(v,D)},l.gzip=function(v,D){return(D=D||{}).gzip=!0,y(v,D)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(c,f,l){var o=c("./zlib/inflate"),h=c("./utils/common"),u=c("./utils/strings"),d=c("./zlib/constants"),p=c("./zlib/messages"),g=c("./zlib/zstream"),x=c("./zlib/gzheader"),_=Object.prototype.toString;function b(w){if(!(this instanceof b))return new b(w);this.options=h.assign({chunkSize:16384,windowBits:0,to:""},w||{});var y=this.options;y.raw&&0<=y.windowBits&&y.windowBits<16&&(y.windowBits=-y.windowBits,y.windowBits===0&&(y.windowBits=-15)),!(0<=y.windowBits&&y.windowBits<16)||w&&w.windowBits||(y.windowBits+=32),15<y.windowBits&&y.windowBits<48&&(15&y.windowBits)==0&&(y.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new g,this.strm.avail_out=0;var v=o.inflateInit2(this.strm,y.windowBits);if(v!==d.Z_OK)throw new Error(p[v]);this.header=new x,o.inflateGetHeader(this.strm,this.header)}function m(w,y){var v=new b(y);if(v.push(w,!0),v.err)throw v.msg||p[v.err];return v.result}b.prototype.push=function(w,y){var v,D,E,I,U,R,S=this.strm,M=this.options.chunkSize,L=this.options.dictionary,Y=!1;if(this.ended)return!1;D=y===~~y?y:y===!0?d.Z_FINISH:d.Z_NO_FLUSH,typeof w=="string"?S.input=u.binstring2buf(w):_.call(w)==="[object ArrayBuffer]"?S.input=new Uint8Array(w):S.input=w,S.next_in=0,S.avail_in=S.input.length;do{if(S.avail_out===0&&(S.output=new h.Buf8(M),S.next_out=0,S.avail_out=M),(v=o.inflate(S,d.Z_NO_FLUSH))===d.Z_NEED_DICT&&L&&(R=typeof L=="string"?u.string2buf(L):_.call(L)==="[object ArrayBuffer]"?new Uint8Array(L):L,v=o.inflateSetDictionary(this.strm,R)),v===d.Z_BUF_ERROR&&Y===!0&&(v=d.Z_OK,Y=!1),v!==d.Z_STREAM_END&&v!==d.Z_OK)return this.onEnd(v),!(this.ended=!0);S.next_out&&(S.avail_out!==0&&v!==d.Z_STREAM_END&&(S.avail_in!==0||D!==d.Z_FINISH&&D!==d.Z_SYNC_FLUSH)||(this.options.to==="string"?(E=u.utf8border(S.output,S.next_out),I=S.next_out-E,U=u.buf2string(S.output,E),S.next_out=I,S.avail_out=M-I,I&&h.arraySet(S.output,S.output,E,I,0),this.onData(U)):this.onData(h.shrinkBuf(S.output,S.next_out)))),S.avail_in===0&&S.avail_out===0&&(Y=!0)}while((0<S.avail_in||S.avail_out===0)&&v!==d.Z_STREAM_END);return v===d.Z_STREAM_END&&(D=d.Z_FINISH),D===d.Z_FINISH?(v=o.inflateEnd(this.strm),this.onEnd(v),this.ended=!0,v===d.Z_OK):D!==d.Z_SYNC_FLUSH||(this.onEnd(d.Z_OK),!(S.avail_out=0))},b.prototype.onData=function(w){this.chunks.push(w)},b.prototype.onEnd=function(w){w===d.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=h.flattenChunks(this.chunks)),this.chunks=[],this.err=w,this.msg=this.strm.msg},l.Inflate=b,l.inflate=m,l.inflateRaw=function(w,y){return(y=y||{}).raw=!0,m(w,y)},l.ungzip=m},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(c,f,l){var o=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";l.assign=function(d){for(var p=Array.prototype.slice.call(arguments,1);p.length;){var g=p.shift();if(g){if(typeof g!="object")throw new TypeError(g+"must be non-object");for(var x in g)g.hasOwnProperty(x)&&(d[x]=g[x])}}return d},l.shrinkBuf=function(d,p){return d.length===p?d:d.subarray?d.subarray(0,p):(d.length=p,d)};var h={arraySet:function(d,p,g,x,_){if(p.subarray&&d.subarray)d.set(p.subarray(g,g+x),_);else for(var b=0;b<x;b++)d[_+b]=p[g+b]},flattenChunks:function(d){var p,g,x,_,b,m;for(p=x=0,g=d.length;p<g;p++)x+=d[p].length;for(m=new Uint8Array(x),p=_=0,g=d.length;p<g;p++)b=d[p],m.set(b,_),_+=b.length;return m}},u={arraySet:function(d,p,g,x,_){for(var b=0;b<x;b++)d[_+b]=p[g+b]},flattenChunks:function(d){return[].concat.apply([],d)}};l.setTyped=function(d){d?(l.Buf8=Uint8Array,l.Buf16=Uint16Array,l.Buf32=Int32Array,l.assign(l,h)):(l.Buf8=Array,l.Buf16=Array,l.Buf32=Array,l.assign(l,u))},l.setTyped(o)},{}],42:[function(c,f,l){var o=c("./common"),h=!0,u=!0;try{String.fromCharCode.apply(null,[0])}catch{h=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{u=!1}for(var d=new o.Buf8(256),p=0;p<256;p++)d[p]=252<=p?6:248<=p?5:240<=p?4:224<=p?3:192<=p?2:1;function g(x,_){if(_<65537&&(x.subarray&&u||!x.subarray&&h))return String.fromCharCode.apply(null,o.shrinkBuf(x,_));for(var b="",m=0;m<_;m++)b+=String.fromCharCode(x[m]);return b}d[254]=d[254]=1,l.string2buf=function(x){var _,b,m,w,y,v=x.length,D=0;for(w=0;w<v;w++)(64512&(b=x.charCodeAt(w)))==55296&&w+1<v&&(64512&(m=x.charCodeAt(w+1)))==56320&&(b=65536+(b-55296<<10)+(m-56320),w++),D+=b<128?1:b<2048?2:b<65536?3:4;for(_=new o.Buf8(D),w=y=0;y<D;w++)(64512&(b=x.charCodeAt(w)))==55296&&w+1<v&&(64512&(m=x.charCodeAt(w+1)))==56320&&(b=65536+(b-55296<<10)+(m-56320),w++),b<128?_[y++]=b:(b<2048?_[y++]=192|b>>>6:(b<65536?_[y++]=224|b>>>12:(_[y++]=240|b>>>18,_[y++]=128|b>>>12&63),_[y++]=128|b>>>6&63),_[y++]=128|63&b);return _},l.buf2binstring=function(x){return g(x,x.length)},l.binstring2buf=function(x){for(var _=new o.Buf8(x.length),b=0,m=_.length;b<m;b++)_[b]=x.charCodeAt(b);return _},l.buf2string=function(x,_){var b,m,w,y,v=_||x.length,D=new Array(2*v);for(b=m=0;b<v;)if((w=x[b++])<128)D[m++]=w;else if(4<(y=d[w]))D[m++]=65533,b+=y-1;else{for(w&=y===2?31:y===3?15:7;1<y&&b<v;)w=w<<6|63&x[b++],y--;1<y?D[m++]=65533:w<65536?D[m++]=w:(w-=65536,D[m++]=55296|w>>10&1023,D[m++]=56320|1023&w)}return g(D,m)},l.utf8border=function(x,_){var b;for((_=_||x.length)>x.length&&(_=x.length),b=_-1;0<=b&&(192&x[b])==128;)b--;return b<0||b===0?_:b+d[x[b]]>_?b:_}},{"./common":41}],43:[function(c,f,l){f.exports=function(o,h,u,d){for(var p=65535&o|0,g=o>>>16&65535|0,x=0;u!==0;){for(u-=x=2e3<u?2e3:u;g=g+(p=p+h[d++]|0)|0,--x;);p%=65521,g%=65521}return p|g<<16|0}},{}],44:[function(c,f,l){f.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(c,f,l){var o=(function(){for(var h,u=[],d=0;d<256;d++){h=d;for(var p=0;p<8;p++)h=1&h?3988292384^h>>>1:h>>>1;u[d]=h}return u})();f.exports=function(h,u,d,p){var g=o,x=p+d;h^=-1;for(var _=p;_<x;_++)h=h>>>8^g[255&(h^u[_])];return-1^h}},{}],46:[function(c,f,l){var o,h=c("../utils/common"),u=c("./trees"),d=c("./adler32"),p=c("./crc32"),g=c("./messages"),x=0,_=4,b=0,m=-2,w=-1,y=4,v=2,D=8,E=9,I=286,U=30,R=19,S=2*I+1,M=15,L=3,Y=258,le=Y+L+1,N=42,ee=113,k=1,ce=2,G=3,O=4;function Z(C,ve){return C.msg=g[ve],ve}function W(C){return(C<<1)-(4<C?9:0)}function K(C){for(var ve=C.length;0<=--ve;)C[ve]=0}function z(C){var ve=C.state,ge=ve.pending;ge>C.avail_out&&(ge=C.avail_out),ge!==0&&(h.arraySet(C.output,ve.pending_buf,ve.pending_out,ge,C.next_out),C.next_out+=ge,ve.pending_out+=ge,C.total_out+=ge,C.avail_out-=ge,ve.pending-=ge,ve.pending===0&&(ve.pending_out=0))}function ie(C,ve){u._tr_flush_block(C,0<=C.block_start?C.block_start:-1,C.strstart-C.block_start,ve),C.block_start=C.strstart,z(C.strm)}function De(C,ve){C.pending_buf[C.pending++]=ve}function ae(C,ve){C.pending_buf[C.pending++]=ve>>>8&255,C.pending_buf[C.pending++]=255&ve}function de(C,ve){var ge,re,A=C.max_chain_length,T=C.strstart,F=C.prev_length,P=C.nice_match,V=C.strstart>C.w_size-le?C.strstart-(C.w_size-le):0,pe=C.window,Q=C.w_mask,q=C.prev,ye=C.strstart+Y,Fe=pe[T+F-1],Ue=pe[T+F];C.prev_length>=C.good_match&&(A>>=2),P>C.lookahead&&(P=C.lookahead);do if(pe[(ge=ve)+F]===Ue&&pe[ge+F-1]===Fe&&pe[ge]===pe[T]&&pe[++ge]===pe[T+1]){T+=2,ge++;do;while(pe[++T]===pe[++ge]&&pe[++T]===pe[++ge]&&pe[++T]===pe[++ge]&&pe[++T]===pe[++ge]&&pe[++T]===pe[++ge]&&pe[++T]===pe[++ge]&&pe[++T]===pe[++ge]&&pe[++T]===pe[++ge]&&T<ye);if(re=Y-(ye-T),T=ye-Y,F<re){if(C.match_start=ve,P<=(F=re))break;Fe=pe[T+F-1],Ue=pe[T+F]}}while((ve=q[ve&Q])>V&&--A!=0);return F<=C.lookahead?F:C.lookahead}function Le(C){var ve,ge,re,A,T,F,P,V,pe,Q,q=C.w_size;do{if(A=C.window_size-C.lookahead-C.strstart,C.strstart>=q+(q-le)){for(h.arraySet(C.window,C.window,q,q,0),C.match_start-=q,C.strstart-=q,C.block_start-=q,ve=ge=C.hash_size;re=C.head[--ve],C.head[ve]=q<=re?re-q:0,--ge;);for(ve=ge=q;re=C.prev[--ve],C.prev[ve]=q<=re?re-q:0,--ge;);A+=q}if(C.strm.avail_in===0)break;if(F=C.strm,P=C.window,V=C.strstart+C.lookahead,pe=A,Q=void 0,Q=F.avail_in,pe<Q&&(Q=pe),ge=Q===0?0:(F.avail_in-=Q,h.arraySet(P,F.input,F.next_in,Q,V),F.state.wrap===1?F.adler=d(F.adler,P,Q,V):F.state.wrap===2&&(F.adler=p(F.adler,P,Q,V)),F.next_in+=Q,F.total_in+=Q,Q),C.lookahead+=ge,C.lookahead+C.insert>=L)for(T=C.strstart-C.insert,C.ins_h=C.window[T],C.ins_h=(C.ins_h<<C.hash_shift^C.window[T+1])&C.hash_mask;C.insert&&(C.ins_h=(C.ins_h<<C.hash_shift^C.window[T+L-1])&C.hash_mask,C.prev[T&C.w_mask]=C.head[C.ins_h],C.head[C.ins_h]=T,T++,C.insert--,!(C.lookahead+C.insert<L)););}while(C.lookahead<le&&C.strm.avail_in!==0)}function te(C,ve){for(var ge,re;;){if(C.lookahead<le){if(Le(C),C.lookahead<le&&ve===x)return k;if(C.lookahead===0)break}if(ge=0,C.lookahead>=L&&(C.ins_h=(C.ins_h<<C.hash_shift^C.window[C.strstart+L-1])&C.hash_mask,ge=C.prev[C.strstart&C.w_mask]=C.head[C.ins_h],C.head[C.ins_h]=C.strstart),ge!==0&&C.strstart-ge<=C.w_size-le&&(C.match_length=de(C,ge)),C.match_length>=L)if(re=u._tr_tally(C,C.strstart-C.match_start,C.match_length-L),C.lookahead-=C.match_length,C.match_length<=C.max_lazy_match&&C.lookahead>=L){for(C.match_length--;C.strstart++,C.ins_h=(C.ins_h<<C.hash_shift^C.window[C.strstart+L-1])&C.hash_mask,ge=C.prev[C.strstart&C.w_mask]=C.head[C.ins_h],C.head[C.ins_h]=C.strstart,--C.match_length!=0;);C.strstart++}else C.strstart+=C.match_length,C.match_length=0,C.ins_h=C.window[C.strstart],C.ins_h=(C.ins_h<<C.hash_shift^C.window[C.strstart+1])&C.hash_mask;else re=u._tr_tally(C,0,C.window[C.strstart]),C.lookahead--,C.strstart++;if(re&&(ie(C,!1),C.strm.avail_out===0))return k}return C.insert=C.strstart<L-1?C.strstart:L-1,ve===_?(ie(C,!0),C.strm.avail_out===0?G:O):C.last_lit&&(ie(C,!1),C.strm.avail_out===0)?k:ce}function Ie(C,ve){for(var ge,re,A;;){if(C.lookahead<le){if(Le(C),C.lookahead<le&&ve===x)return k;if(C.lookahead===0)break}if(ge=0,C.lookahead>=L&&(C.ins_h=(C.ins_h<<C.hash_shift^C.window[C.strstart+L-1])&C.hash_mask,ge=C.prev[C.strstart&C.w_mask]=C.head[C.ins_h],C.head[C.ins_h]=C.strstart),C.prev_length=C.match_length,C.prev_match=C.match_start,C.match_length=L-1,ge!==0&&C.prev_length<C.max_lazy_match&&C.strstart-ge<=C.w_size-le&&(C.match_length=de(C,ge),C.match_length<=5&&(C.strategy===1||C.match_length===L&&4096<C.strstart-C.match_start)&&(C.match_length=L-1)),C.prev_length>=L&&C.match_length<=C.prev_length){for(A=C.strstart+C.lookahead-L,re=u._tr_tally(C,C.strstart-1-C.prev_match,C.prev_length-L),C.lookahead-=C.prev_length-1,C.prev_length-=2;++C.strstart<=A&&(C.ins_h=(C.ins_h<<C.hash_shift^C.window[C.strstart+L-1])&C.hash_mask,ge=C.prev[C.strstart&C.w_mask]=C.head[C.ins_h],C.head[C.ins_h]=C.strstart),--C.prev_length!=0;);if(C.match_available=0,C.match_length=L-1,C.strstart++,re&&(ie(C,!1),C.strm.avail_out===0))return k}else if(C.match_available){if((re=u._tr_tally(C,0,C.window[C.strstart-1]))&&ie(C,!1),C.strstart++,C.lookahead--,C.strm.avail_out===0)return k}else C.match_available=1,C.strstart++,C.lookahead--}return C.match_available&&(re=u._tr_tally(C,0,C.window[C.strstart-1]),C.match_available=0),C.insert=C.strstart<L-1?C.strstart:L-1,ve===_?(ie(C,!0),C.strm.avail_out===0?G:O):C.last_lit&&(ie(C,!1),C.strm.avail_out===0)?k:ce}function Ne(C,ve,ge,re,A){this.good_length=C,this.max_lazy=ve,this.nice_length=ge,this.max_chain=re,this.func=A}function Pe(){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=D,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 h.Buf16(2*S),this.dyn_dtree=new h.Buf16(2*(2*U+1)),this.bl_tree=new h.Buf16(2*(2*R+1)),K(this.dyn_ltree),K(this.dyn_dtree),K(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new h.Buf16(M+1),this.heap=new h.Buf16(2*I+1),K(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new h.Buf16(2*I+1),K(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 Me(C){var ve;return C&&C.state?(C.total_in=C.total_out=0,C.data_type=v,(ve=C.state).pending=0,ve.pending_out=0,ve.wrap<0&&(ve.wrap=-ve.wrap),ve.status=ve.wrap?N:ee,C.adler=ve.wrap===2?0:1,ve.last_flush=x,u._tr_init(ve),b):Z(C,m)}function Oe(C){var ve=Me(C);return ve===b&&(function(ge){ge.window_size=2*ge.w_size,K(ge.head),ge.max_lazy_match=o[ge.level].max_lazy,ge.good_match=o[ge.level].good_length,ge.nice_match=o[ge.level].nice_length,ge.max_chain_length=o[ge.level].max_chain,ge.strstart=0,ge.block_start=0,ge.lookahead=0,ge.insert=0,ge.match_length=ge.prev_length=L-1,ge.match_available=0,ge.ins_h=0})(C.state),ve}function Qe(C,ve,ge,re,A,T){if(!C)return m;var F=1;if(ve===w&&(ve=6),re<0?(F=0,re=-re):15<re&&(F=2,re-=16),A<1||E<A||ge!==D||re<8||15<re||ve<0||9<ve||T<0||y<T)return Z(C,m);re===8&&(re=9);var P=new Pe;return(C.state=P).strm=C,P.wrap=F,P.gzhead=null,P.w_bits=re,P.w_size=1<<P.w_bits,P.w_mask=P.w_size-1,P.hash_bits=A+7,P.hash_size=1<<P.hash_bits,P.hash_mask=P.hash_size-1,P.hash_shift=~~((P.hash_bits+L-1)/L),P.window=new h.Buf8(2*P.w_size),P.head=new h.Buf16(P.hash_size),P.prev=new h.Buf16(P.w_size),P.lit_bufsize=1<<A+6,P.pending_buf_size=4*P.lit_bufsize,P.pending_buf=new h.Buf8(P.pending_buf_size),P.d_buf=1*P.lit_bufsize,P.l_buf=3*P.lit_bufsize,P.level=ve,P.strategy=T,P.method=ge,Oe(C)}o=[new Ne(0,0,0,0,function(C,ve){var ge=65535;for(ge>C.pending_buf_size-5&&(ge=C.pending_buf_size-5);;){if(C.lookahead<=1){if(Le(C),C.lookahead===0&&ve===x)return k;if(C.lookahead===0)break}C.strstart+=C.lookahead,C.lookahead=0;var re=C.block_start+ge;if((C.strstart===0||C.strstart>=re)&&(C.lookahead=C.strstart-re,C.strstart=re,ie(C,!1),C.strm.avail_out===0)||C.strstart-C.block_start>=C.w_size-le&&(ie(C,!1),C.strm.avail_out===0))return k}return C.insert=0,ve===_?(ie(C,!0),C.strm.avail_out===0?G:O):(C.strstart>C.block_start&&(ie(C,!1),C.strm.avail_out),k)}),new Ne(4,4,8,4,te),new Ne(4,5,16,8,te),new Ne(4,6,32,32,te),new Ne(4,4,16,16,Ie),new Ne(8,16,32,32,Ie),new Ne(8,16,128,128,Ie),new Ne(8,32,128,256,Ie),new Ne(32,128,258,1024,Ie),new Ne(32,258,258,4096,Ie)],l.deflateInit=function(C,ve){return Qe(C,ve,D,15,8,0)},l.deflateInit2=Qe,l.deflateReset=Oe,l.deflateResetKeep=Me,l.deflateSetHeader=function(C,ve){return C&&C.state?C.state.wrap!==2?m:(C.state.gzhead=ve,b):m},l.deflate=function(C,ve){var ge,re,A,T;if(!C||!C.state||5<ve||ve<0)return C?Z(C,m):m;if(re=C.state,!C.output||!C.input&&C.avail_in!==0||re.status===666&&ve!==_)return Z(C,C.avail_out===0?-5:m);if(re.strm=C,ge=re.last_flush,re.last_flush=ve,re.status===N)if(re.wrap===2)C.adler=0,De(re,31),De(re,139),De(re,8),re.gzhead?(De(re,(re.gzhead.text?1:0)+(re.gzhead.hcrc?2:0)+(re.gzhead.extra?4:0)+(re.gzhead.name?8:0)+(re.gzhead.comment?16:0)),De(re,255&re.gzhead.time),De(re,re.gzhead.time>>8&255),De(re,re.gzhead.time>>16&255),De(re,re.gzhead.time>>24&255),De(re,re.level===9?2:2<=re.strategy||re.level<2?4:0),De(re,255&re.gzhead.os),re.gzhead.extra&&re.gzhead.extra.length&&(De(re,255&re.gzhead.extra.length),De(re,re.gzhead.extra.length>>8&255)),re.gzhead.hcrc&&(C.adler=p(C.adler,re.pending_buf,re.pending,0)),re.gzindex=0,re.status=69):(De(re,0),De(re,0),De(re,0),De(re,0),De(re,0),De(re,re.level===9?2:2<=re.strategy||re.level<2?4:0),De(re,3),re.status=ee);else{var F=D+(re.w_bits-8<<4)<<8;F|=(2<=re.strategy||re.level<2?0:re.level<6?1:re.level===6?2:3)<<6,re.strstart!==0&&(F|=32),F+=31-F%31,re.status=ee,ae(re,F),re.strstart!==0&&(ae(re,C.adler>>>16),ae(re,65535&C.adler)),C.adler=1}if(re.status===69)if(re.gzhead.extra){for(A=re.pending;re.gzindex<(65535&re.gzhead.extra.length)&&(re.pending!==re.pending_buf_size||(re.gzhead.hcrc&&re.pending>A&&(C.adler=p(C.adler,re.pending_buf,re.pending-A,A)),z(C),A=re.pending,re.pending!==re.pending_buf_size));)De(re,255&re.gzhead.extra[re.gzindex]),re.gzindex++;re.gzhead.hcrc&&re.pending>A&&(C.adler=p(C.adler,re.pending_buf,re.pending-A,A)),re.gzindex===re.gzhead.extra.length&&(re.gzindex=0,re.status=73)}else re.status=73;if(re.status===73)if(re.gzhead.name){A=re.pending;do{if(re.pending===re.pending_buf_size&&(re.gzhead.hcrc&&re.pending>A&&(C.adler=p(C.adler,re.pending_buf,re.pending-A,A)),z(C),A=re.pending,re.pending===re.pending_buf_size)){T=1;break}T=re.gzindex<re.gzhead.name.length?255&re.gzhead.name.charCodeAt(re.gzindex++):0,De(re,T)}while(T!==0);re.gzhead.hcrc&&re.pending>A&&(C.adler=p(C.adler,re.pending_buf,re.pending-A,A)),T===0&&(re.gzindex=0,re.status=91)}else re.status=91;if(re.status===91)if(re.gzhead.comment){A=re.pending;do{if(re.pending===re.pending_buf_size&&(re.gzhead.hcrc&&re.pending>A&&(C.adler=p(C.adler,re.pending_buf,re.pending-A,A)),z(C),A=re.pending,re.pending===re.pending_buf_size)){T=1;break}T=re.gzindex<re.gzhead.comment.length?255&re.gzhead.comment.charCodeAt(re.gzindex++):0,De(re,T)}while(T!==0);re.gzhead.hcrc&&re.pending>A&&(C.adler=p(C.adler,re.pending_buf,re.pending-A,A)),T===0&&(re.status=103)}else re.status=103;if(re.status===103&&(re.gzhead.hcrc?(re.pending+2>re.pending_buf_size&&z(C),re.pending+2<=re.pending_buf_size&&(De(re,255&C.adler),De(re,C.adler>>8&255),C.adler=0,re.status=ee)):re.status=ee),re.pending!==0){if(z(C),C.avail_out===0)return re.last_flush=-1,b}else if(C.avail_in===0&&W(ve)<=W(ge)&&ve!==_)return Z(C,-5);if(re.status===666&&C.avail_in!==0)return Z(C,-5);if(C.avail_in!==0||re.lookahead!==0||ve!==x&&re.status!==666){var P=re.strategy===2?(function(V,pe){for(var Q;;){if(V.lookahead===0&&(Le(V),V.lookahead===0)){if(pe===x)return k;break}if(V.match_length=0,Q=u._tr_tally(V,0,V.window[V.strstart]),V.lookahead--,V.strstart++,Q&&(ie(V,!1),V.strm.avail_out===0))return k}return V.insert=0,pe===_?(ie(V,!0),V.strm.avail_out===0?G:O):V.last_lit&&(ie(V,!1),V.strm.avail_out===0)?k:ce})(re,ve):re.strategy===3?(function(V,pe){for(var Q,q,ye,Fe,Ue=V.window;;){if(V.lookahead<=Y){if(Le(V),V.lookahead<=Y&&pe===x)return k;if(V.lookahead===0)break}if(V.match_length=0,V.lookahead>=L&&0<V.strstart&&(q=Ue[ye=V.strstart-1])===Ue[++ye]&&q===Ue[++ye]&&q===Ue[++ye]){Fe=V.strstart+Y;do;while(q===Ue[++ye]&&q===Ue[++ye]&&q===Ue[++ye]&&q===Ue[++ye]&&q===Ue[++ye]&&q===Ue[++ye]&&q===Ue[++ye]&&q===Ue[++ye]&&ye<Fe);V.match_length=Y-(Fe-ye),V.match_length>V.lookahead&&(V.match_length=V.lookahead)}if(V.match_length>=L?(Q=u._tr_tally(V,1,V.match_length-L),V.lookahead-=V.match_length,V.strstart+=V.match_length,V.match_length=0):(Q=u._tr_tally(V,0,V.window[V.strstart]),V.lookahead--,V.strstart++),Q&&(ie(V,!1),V.strm.avail_out===0))return k}return V.insert=0,pe===_?(ie(V,!0),V.strm.avail_out===0?G:O):V.last_lit&&(ie(V,!1),V.strm.avail_out===0)?k:ce})(re,ve):o[re.level].func(re,ve);if(P!==G&&P!==O||(re.status=666),P===k||P===G)return C.avail_out===0&&(re.last_flush=-1),b;if(P===ce&&(ve===1?u._tr_align(re):ve!==5&&(u._tr_stored_block(re,0,0,!1),ve===3&&(K(re.head),re.lookahead===0&&(re.strstart=0,re.block_start=0,re.insert=0))),z(C),C.avail_out===0))return re.last_flush=-1,b}return ve!==_?b:re.wrap<=0?1:(re.wrap===2?(De(re,255&C.adler),De(re,C.adler>>8&255),De(re,C.adler>>16&255),De(re,C.adler>>24&255),De(re,255&C.total_in),De(re,C.total_in>>8&255),De(re,C.total_in>>16&255),De(re,C.total_in>>24&255)):(ae(re,C.adler>>>16),ae(re,65535&C.adler)),z(C),0<re.wrap&&(re.wrap=-re.wrap),re.pending!==0?b:1)},l.deflateEnd=function(C){var ve;return C&&C.state?(ve=C.state.status)!==N&&ve!==69&&ve!==73&&ve!==91&&ve!==103&&ve!==ee&&ve!==666?Z(C,m):(C.state=null,ve===ee?Z(C,-3):b):m},l.deflateSetDictionary=function(C,ve){var ge,re,A,T,F,P,V,pe,Q=ve.length;if(!C||!C.state||(T=(ge=C.state).wrap)===2||T===1&&ge.status!==N||ge.lookahead)return m;for(T===1&&(C.adler=d(C.adler,ve,Q,0)),ge.wrap=0,Q>=ge.w_size&&(T===0&&(K(ge.head),ge.strstart=0,ge.block_start=0,ge.insert=0),pe=new h.Buf8(ge.w_size),h.arraySet(pe,ve,Q-ge.w_size,ge.w_size,0),ve=pe,Q=ge.w_size),F=C.avail_in,P=C.next_in,V=C.input,C.avail_in=Q,C.next_in=0,C.input=ve,Le(ge);ge.lookahead>=L;){for(re=ge.strstart,A=ge.lookahead-(L-1);ge.ins_h=(ge.ins_h<<ge.hash_shift^ge.window[re+L-1])&ge.hash_mask,ge.prev[re&ge.w_mask]=ge.head[ge.ins_h],ge.head[ge.ins_h]=re,re++,--A;);ge.strstart=re,ge.lookahead=L-1,Le(ge)}return ge.strstart+=ge.lookahead,ge.block_start=ge.strstart,ge.insert=ge.lookahead,ge.lookahead=0,ge.match_length=ge.prev_length=L-1,ge.match_available=0,C.next_in=P,C.input=V,C.avail_in=F,ge.wrap=T,b},l.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(c,f,l){f.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(c,f,l){f.exports=function(o,h){var u,d,p,g,x,_,b,m,w,y,v,D,E,I,U,R,S,M,L,Y,le,N,ee,k,ce;u=o.state,d=o.next_in,k=o.input,p=d+(o.avail_in-5),g=o.next_out,ce=o.output,x=g-(h-o.avail_out),_=g+(o.avail_out-257),b=u.dmax,m=u.wsize,w=u.whave,y=u.wnext,v=u.window,D=u.hold,E=u.bits,I=u.lencode,U=u.distcode,R=(1<<u.lenbits)-1,S=(1<<u.distbits)-1;e:do{E<15&&(D+=k[d++]<<E,E+=8,D+=k[d++]<<E,E+=8),M=I[D&R];t:for(;;){if(D>>>=L=M>>>24,E-=L,(L=M>>>16&255)===0)ce[g++]=65535&M;else{if(!(16&L)){if((64&L)==0){M=I[(65535&M)+(D&(1<<L)-1)];continue t}if(32&L){u.mode=12;break e}o.msg="invalid literal/length code",u.mode=30;break e}Y=65535&M,(L&=15)&&(E<L&&(D+=k[d++]<<E,E+=8),Y+=D&(1<<L)-1,D>>>=L,E-=L),E<15&&(D+=k[d++]<<E,E+=8,D+=k[d++]<<E,E+=8),M=U[D&S];n:for(;;){if(D>>>=L=M>>>24,E-=L,!(16&(L=M>>>16&255))){if((64&L)==0){M=U[(65535&M)+(D&(1<<L)-1)];continue n}o.msg="invalid distance code",u.mode=30;break e}if(le=65535&M,E<(L&=15)&&(D+=k[d++]<<E,(E+=8)<L&&(D+=k[d++]<<E,E+=8)),b<(le+=D&(1<<L)-1)){o.msg="invalid distance too far back",u.mode=30;break e}if(D>>>=L,E-=L,(L=g-x)<le){if(w<(L=le-L)&&u.sane){o.msg="invalid distance too far back",u.mode=30;break e}if(ee=v,(N=0)===y){if(N+=m-L,L<Y){for(Y-=L;ce[g++]=v[N++],--L;);N=g-le,ee=ce}}else if(y<L){if(N+=m+y-L,(L-=y)<Y){for(Y-=L;ce[g++]=v[N++],--L;);if(N=0,y<Y){for(Y-=L=y;ce[g++]=v[N++],--L;);N=g-le,ee=ce}}}else if(N+=y-L,L<Y){for(Y-=L;ce[g++]=v[N++],--L;);N=g-le,ee=ce}for(;2<Y;)ce[g++]=ee[N++],ce[g++]=ee[N++],ce[g++]=ee[N++],Y-=3;Y&&(ce[g++]=ee[N++],1<Y&&(ce[g++]=ee[N++]))}else{for(N=g-le;ce[g++]=ce[N++],ce[g++]=ce[N++],ce[g++]=ce[N++],2<(Y-=3););Y&&(ce[g++]=ce[N++],1<Y&&(ce[g++]=ce[N++]))}break}}break}}while(d<p&&g<_);d-=Y=E>>3,D&=(1<<(E-=Y<<3))-1,o.next_in=d,o.next_out=g,o.avail_in=d<p?p-d+5:5-(d-p),o.avail_out=g<_?_-g+257:257-(g-_),u.hold=D,u.bits=E}},{}],49:[function(c,f,l){var o=c("../utils/common"),h=c("./adler32"),u=c("./crc32"),d=c("./inffast"),p=c("./inftrees"),g=1,x=2,_=0,b=-2,m=1,w=852,y=592;function v(N){return(N>>>24&255)+(N>>>8&65280)+((65280&N)<<8)+((255&N)<<24)}function D(){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 o.Buf16(320),this.work=new o.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function E(N){var ee;return N&&N.state?(ee=N.state,N.total_in=N.total_out=ee.total=0,N.msg="",ee.wrap&&(N.adler=1&ee.wrap),ee.mode=m,ee.last=0,ee.havedict=0,ee.dmax=32768,ee.head=null,ee.hold=0,ee.bits=0,ee.lencode=ee.lendyn=new o.Buf32(w),ee.distcode=ee.distdyn=new o.Buf32(y),ee.sane=1,ee.back=-1,_):b}function I(N){var ee;return N&&N.state?((ee=N.state).wsize=0,ee.whave=0,ee.wnext=0,E(N)):b}function U(N,ee){var k,ce;return N&&N.state?(ce=N.state,ee<0?(k=0,ee=-ee):(k=1+(ee>>4),ee<48&&(ee&=15)),ee&&(ee<8||15<ee)?b:(ce.window!==null&&ce.wbits!==ee&&(ce.window=null),ce.wrap=k,ce.wbits=ee,I(N))):b}function R(N,ee){var k,ce;return N?(ce=new D,(N.state=ce).window=null,(k=U(N,ee))!==_&&(N.state=null),k):b}var S,M,L=!0;function Y(N){if(L){var ee;for(S=new o.Buf32(512),M=new o.Buf32(32),ee=0;ee<144;)N.lens[ee++]=8;for(;ee<256;)N.lens[ee++]=9;for(;ee<280;)N.lens[ee++]=7;for(;ee<288;)N.lens[ee++]=8;for(p(g,N.lens,0,288,S,0,N.work,{bits:9}),ee=0;ee<32;)N.lens[ee++]=5;p(x,N.lens,0,32,M,0,N.work,{bits:5}),L=!1}N.lencode=S,N.lenbits=9,N.distcode=M,N.distbits=5}function le(N,ee,k,ce){var G,O=N.state;return O.window===null&&(O.wsize=1<<O.wbits,O.wnext=0,O.whave=0,O.window=new o.Buf8(O.wsize)),ce>=O.wsize?(o.arraySet(O.window,ee,k-O.wsize,O.wsize,0),O.wnext=0,O.whave=O.wsize):(ce<(G=O.wsize-O.wnext)&&(G=ce),o.arraySet(O.window,ee,k-ce,G,O.wnext),(ce-=G)?(o.arraySet(O.window,ee,k-ce,ce,0),O.wnext=ce,O.whave=O.wsize):(O.wnext+=G,O.wnext===O.wsize&&(O.wnext=0),O.whave<O.wsize&&(O.whave+=G))),0}l.inflateReset=I,l.inflateReset2=U,l.inflateResetKeep=E,l.inflateInit=function(N){return R(N,15)},l.inflateInit2=R,l.inflate=function(N,ee){var k,ce,G,O,Z,W,K,z,ie,De,ae,de,Le,te,Ie,Ne,Pe,Me,Oe,Qe,C,ve,ge,re,A=0,T=new o.Buf8(4),F=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!N||!N.state||!N.output||!N.input&&N.avail_in!==0)return b;(k=N.state).mode===12&&(k.mode=13),Z=N.next_out,G=N.output,K=N.avail_out,O=N.next_in,ce=N.input,W=N.avail_in,z=k.hold,ie=k.bits,De=W,ae=K,ve=_;e:for(;;)switch(k.mode){case m:if(k.wrap===0){k.mode=13;break}for(;ie<16;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}if(2&k.wrap&&z===35615){T[k.check=0]=255&z,T[1]=z>>>8&255,k.check=u(k.check,T,2,0),ie=z=0,k.mode=2;break}if(k.flags=0,k.head&&(k.head.done=!1),!(1&k.wrap)||(((255&z)<<8)+(z>>8))%31){N.msg="incorrect header check",k.mode=30;break}if((15&z)!=8){N.msg="unknown compression method",k.mode=30;break}if(ie-=4,C=8+(15&(z>>>=4)),k.wbits===0)k.wbits=C;else if(C>k.wbits){N.msg="invalid window size",k.mode=30;break}k.dmax=1<<C,N.adler=k.check=1,k.mode=512&z?10:12,ie=z=0;break;case 2:for(;ie<16;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}if(k.flags=z,(255&k.flags)!=8){N.msg="unknown compression method",k.mode=30;break}if(57344&k.flags){N.msg="unknown header flags set",k.mode=30;break}k.head&&(k.head.text=z>>8&1),512&k.flags&&(T[0]=255&z,T[1]=z>>>8&255,k.check=u(k.check,T,2,0)),ie=z=0,k.mode=3;case 3:for(;ie<32;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}k.head&&(k.head.time=z),512&k.flags&&(T[0]=255&z,T[1]=z>>>8&255,T[2]=z>>>16&255,T[3]=z>>>24&255,k.check=u(k.check,T,4,0)),ie=z=0,k.mode=4;case 4:for(;ie<16;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}k.head&&(k.head.xflags=255&z,k.head.os=z>>8),512&k.flags&&(T[0]=255&z,T[1]=z>>>8&255,k.check=u(k.check,T,2,0)),ie=z=0,k.mode=5;case 5:if(1024&k.flags){for(;ie<16;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}k.length=z,k.head&&(k.head.extra_len=z),512&k.flags&&(T[0]=255&z,T[1]=z>>>8&255,k.check=u(k.check,T,2,0)),ie=z=0}else k.head&&(k.head.extra=null);k.mode=6;case 6:if(1024&k.flags&&(W<(de=k.length)&&(de=W),de&&(k.head&&(C=k.head.extra_len-k.length,k.head.extra||(k.head.extra=new Array(k.head.extra_len)),o.arraySet(k.head.extra,ce,O,de,C)),512&k.flags&&(k.check=u(k.check,ce,de,O)),W-=de,O+=de,k.length-=de),k.length))break e;k.length=0,k.mode=7;case 7:if(2048&k.flags){if(W===0)break e;for(de=0;C=ce[O+de++],k.head&&C&&k.length<65536&&(k.head.name+=String.fromCharCode(C)),C&&de<W;);if(512&k.flags&&(k.check=u(k.check,ce,de,O)),W-=de,O+=de,C)break e}else k.head&&(k.head.name=null);k.length=0,k.mode=8;case 8:if(4096&k.flags){if(W===0)break e;for(de=0;C=ce[O+de++],k.head&&C&&k.length<65536&&(k.head.comment+=String.fromCharCode(C)),C&&de<W;);if(512&k.flags&&(k.check=u(k.check,ce,de,O)),W-=de,O+=de,C)break e}else k.head&&(k.head.comment=null);k.mode=9;case 9:if(512&k.flags){for(;ie<16;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}if(z!==(65535&k.check)){N.msg="header crc mismatch",k.mode=30;break}ie=z=0}k.head&&(k.head.hcrc=k.flags>>9&1,k.head.done=!0),N.adler=k.check=0,k.mode=12;break;case 10:for(;ie<32;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}N.adler=k.check=v(z),ie=z=0,k.mode=11;case 11:if(k.havedict===0)return N.next_out=Z,N.avail_out=K,N.next_in=O,N.avail_in=W,k.hold=z,k.bits=ie,2;N.adler=k.check=1,k.mode=12;case 12:if(ee===5||ee===6)break e;case 13:if(k.last){z>>>=7&ie,ie-=7&ie,k.mode=27;break}for(;ie<3;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}switch(k.last=1&z,ie-=1,3&(z>>>=1)){case 0:k.mode=14;break;case 1:if(Y(k),k.mode=20,ee!==6)break;z>>>=2,ie-=2;break e;case 2:k.mode=17;break;case 3:N.msg="invalid block type",k.mode=30}z>>>=2,ie-=2;break;case 14:for(z>>>=7&ie,ie-=7&ie;ie<32;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}if((65535&z)!=(z>>>16^65535)){N.msg="invalid stored block lengths",k.mode=30;break}if(k.length=65535&z,ie=z=0,k.mode=15,ee===6)break e;case 15:k.mode=16;case 16:if(de=k.length){if(W<de&&(de=W),K<de&&(de=K),de===0)break e;o.arraySet(G,ce,O,de,Z),W-=de,O+=de,K-=de,Z+=de,k.length-=de;break}k.mode=12;break;case 17:for(;ie<14;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}if(k.nlen=257+(31&z),z>>>=5,ie-=5,k.ndist=1+(31&z),z>>>=5,ie-=5,k.ncode=4+(15&z),z>>>=4,ie-=4,286<k.nlen||30<k.ndist){N.msg="too many length or distance symbols",k.mode=30;break}k.have=0,k.mode=18;case 18:for(;k.have<k.ncode;){for(;ie<3;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}k.lens[F[k.have++]]=7&z,z>>>=3,ie-=3}for(;k.have<19;)k.lens[F[k.have++]]=0;if(k.lencode=k.lendyn,k.lenbits=7,ge={bits:k.lenbits},ve=p(0,k.lens,0,19,k.lencode,0,k.work,ge),k.lenbits=ge.bits,ve){N.msg="invalid code lengths set",k.mode=30;break}k.have=0,k.mode=19;case 19:for(;k.have<k.nlen+k.ndist;){for(;Ne=(A=k.lencode[z&(1<<k.lenbits)-1])>>>16&255,Pe=65535&A,!((Ie=A>>>24)<=ie);){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}if(Pe<16)z>>>=Ie,ie-=Ie,k.lens[k.have++]=Pe;else{if(Pe===16){for(re=Ie+2;ie<re;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}if(z>>>=Ie,ie-=Ie,k.have===0){N.msg="invalid bit length repeat",k.mode=30;break}C=k.lens[k.have-1],de=3+(3&z),z>>>=2,ie-=2}else if(Pe===17){for(re=Ie+3;ie<re;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}ie-=Ie,C=0,de=3+(7&(z>>>=Ie)),z>>>=3,ie-=3}else{for(re=Ie+7;ie<re;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}ie-=Ie,C=0,de=11+(127&(z>>>=Ie)),z>>>=7,ie-=7}if(k.have+de>k.nlen+k.ndist){N.msg="invalid bit length repeat",k.mode=30;break}for(;de--;)k.lens[k.have++]=C}}if(k.mode===30)break;if(k.lens[256]===0){N.msg="invalid code -- missing end-of-block",k.mode=30;break}if(k.lenbits=9,ge={bits:k.lenbits},ve=p(g,k.lens,0,k.nlen,k.lencode,0,k.work,ge),k.lenbits=ge.bits,ve){N.msg="invalid literal/lengths set",k.mode=30;break}if(k.distbits=6,k.distcode=k.distdyn,ge={bits:k.distbits},ve=p(x,k.lens,k.nlen,k.ndist,k.distcode,0,k.work,ge),k.distbits=ge.bits,ve){N.msg="invalid distances set",k.mode=30;break}if(k.mode=20,ee===6)break e;case 20:k.mode=21;case 21:if(6<=W&&258<=K){N.next_out=Z,N.avail_out=K,N.next_in=O,N.avail_in=W,k.hold=z,k.bits=ie,d(N,ae),Z=N.next_out,G=N.output,K=N.avail_out,O=N.next_in,ce=N.input,W=N.avail_in,z=k.hold,ie=k.bits,k.mode===12&&(k.back=-1);break}for(k.back=0;Ne=(A=k.lencode[z&(1<<k.lenbits)-1])>>>16&255,Pe=65535&A,!((Ie=A>>>24)<=ie);){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}if(Ne&&(240&Ne)==0){for(Me=Ie,Oe=Ne,Qe=Pe;Ne=(A=k.lencode[Qe+((z&(1<<Me+Oe)-1)>>Me)])>>>16&255,Pe=65535&A,!(Me+(Ie=A>>>24)<=ie);){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}z>>>=Me,ie-=Me,k.back+=Me}if(z>>>=Ie,ie-=Ie,k.back+=Ie,k.length=Pe,Ne===0){k.mode=26;break}if(32&Ne){k.back=-1,k.mode=12;break}if(64&Ne){N.msg="invalid literal/length code",k.mode=30;break}k.extra=15&Ne,k.mode=22;case 22:if(k.extra){for(re=k.extra;ie<re;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}k.length+=z&(1<<k.extra)-1,z>>>=k.extra,ie-=k.extra,k.back+=k.extra}k.was=k.length,k.mode=23;case 23:for(;Ne=(A=k.distcode[z&(1<<k.distbits)-1])>>>16&255,Pe=65535&A,!((Ie=A>>>24)<=ie);){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}if((240&Ne)==0){for(Me=Ie,Oe=Ne,Qe=Pe;Ne=(A=k.distcode[Qe+((z&(1<<Me+Oe)-1)>>Me)])>>>16&255,Pe=65535&A,!(Me+(Ie=A>>>24)<=ie);){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}z>>>=Me,ie-=Me,k.back+=Me}if(z>>>=Ie,ie-=Ie,k.back+=Ie,64&Ne){N.msg="invalid distance code",k.mode=30;break}k.offset=Pe,k.extra=15&Ne,k.mode=24;case 24:if(k.extra){for(re=k.extra;ie<re;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}k.offset+=z&(1<<k.extra)-1,z>>>=k.extra,ie-=k.extra,k.back+=k.extra}if(k.offset>k.dmax){N.msg="invalid distance too far back",k.mode=30;break}k.mode=25;case 25:if(K===0)break e;if(de=ae-K,k.offset>de){if((de=k.offset-de)>k.whave&&k.sane){N.msg="invalid distance too far back",k.mode=30;break}Le=de>k.wnext?(de-=k.wnext,k.wsize-de):k.wnext-de,de>k.length&&(de=k.length),te=k.window}else te=G,Le=Z-k.offset,de=k.length;for(K<de&&(de=K),K-=de,k.length-=de;G[Z++]=te[Le++],--de;);k.length===0&&(k.mode=21);break;case 26:if(K===0)break e;G[Z++]=k.length,K--,k.mode=21;break;case 27:if(k.wrap){for(;ie<32;){if(W===0)break e;W--,z|=ce[O++]<<ie,ie+=8}if(ae-=K,N.total_out+=ae,k.total+=ae,ae&&(N.adler=k.check=k.flags?u(k.check,G,ae,Z-ae):h(k.check,G,ae,Z-ae)),ae=K,(k.flags?z:v(z))!==k.check){N.msg="incorrect data check",k.mode=30;break}ie=z=0}k.mode=28;case 28:if(k.wrap&&k.flags){for(;ie<32;){if(W===0)break e;W--,z+=ce[O++]<<ie,ie+=8}if(z!==(4294967295&k.total)){N.msg="incorrect length check",k.mode=30;break}ie=z=0}k.mode=29;case 29:ve=1;break e;case 30:ve=-3;break e;case 31:return-4;case 32:default:return b}return N.next_out=Z,N.avail_out=K,N.next_in=O,N.avail_in=W,k.hold=z,k.bits=ie,(k.wsize||ae!==N.avail_out&&k.mode<30&&(k.mode<27||ee!==4))&&le(N,N.output,N.next_out,ae-N.avail_out)?(k.mode=31,-4):(De-=N.avail_in,ae-=N.avail_out,N.total_in+=De,N.total_out+=ae,k.total+=ae,k.wrap&&ae&&(N.adler=k.check=k.flags?u(k.check,G,ae,N.next_out-ae):h(k.check,G,ae,N.next_out-ae)),N.data_type=k.bits+(k.last?64:0)+(k.mode===12?128:0)+(k.mode===20||k.mode===15?256:0),(De==0&&ae===0||ee===4)&&ve===_&&(ve=-5),ve)},l.inflateEnd=function(N){if(!N||!N.state)return b;var ee=N.state;return ee.window&&(ee.window=null),N.state=null,_},l.inflateGetHeader=function(N,ee){var k;return N&&N.state?(2&(k=N.state).wrap)==0?b:((k.head=ee).done=!1,_):b},l.inflateSetDictionary=function(N,ee){var k,ce=ee.length;return N&&N.state?(k=N.state).wrap!==0&&k.mode!==11?b:k.mode===11&&h(1,ee,ce,0)!==k.check?-3:le(N,ee,ce,ce)?(k.mode=31,-4):(k.havedict=1,_):b},l.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(c,f,l){var o=c("../utils/common"),h=[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],u=[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],d=[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],p=[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];f.exports=function(g,x,_,b,m,w,y,v){var D,E,I,U,R,S,M,L,Y,le=v.bits,N=0,ee=0,k=0,ce=0,G=0,O=0,Z=0,W=0,K=0,z=0,ie=null,De=0,ae=new o.Buf16(16),de=new o.Buf16(16),Le=null,te=0;for(N=0;N<=15;N++)ae[N]=0;for(ee=0;ee<b;ee++)ae[x[_+ee]]++;for(G=le,ce=15;1<=ce&&ae[ce]===0;ce--);if(ce<G&&(G=ce),ce===0)return m[w++]=20971520,m[w++]=20971520,v.bits=1,0;for(k=1;k<ce&&ae[k]===0;k++);for(G<k&&(G=k),N=W=1;N<=15;N++)if(W<<=1,(W-=ae[N])<0)return-1;if(0<W&&(g===0||ce!==1))return-1;for(de[1]=0,N=1;N<15;N++)de[N+1]=de[N]+ae[N];for(ee=0;ee<b;ee++)x[_+ee]!==0&&(y[de[x[_+ee]]++]=ee);if(S=g===0?(ie=Le=y,19):g===1?(ie=h,De-=257,Le=u,te-=257,256):(ie=d,Le=p,-1),N=k,R=w,Z=ee=z=0,I=-1,U=(K=1<<(O=G))-1,g===1&&852<K||g===2&&592<K)return 1;for(;;){for(M=N-Z,Y=y[ee]<S?(L=0,y[ee]):y[ee]>S?(L=Le[te+y[ee]],ie[De+y[ee]]):(L=96,0),D=1<<N-Z,k=E=1<<O;m[R+(z>>Z)+(E-=D)]=M<<24|L<<16|Y|0,E!==0;);for(D=1<<N-1;z&D;)D>>=1;if(D!==0?(z&=D-1,z+=D):z=0,ee++,--ae[N]==0){if(N===ce)break;N=x[_+y[ee]]}if(G<N&&(z&U)!==I){for(Z===0&&(Z=G),R+=k,W=1<<(O=N-Z);O+Z<ce&&!((W-=ae[O+Z])<=0);)O++,W<<=1;if(K+=1<<O,g===1&&852<K||g===2&&592<K)return 1;m[I=z&U]=G<<24|O<<16|R-w|0}}return z!==0&&(m[R+z]=N-Z<<24|64<<16|0),v.bits=G,0}},{"../utils/common":41}],51:[function(c,f,l){f.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(c,f,l){var o=c("../utils/common"),h=0,u=1;function d(A){for(var T=A.length;0<=--T;)A[T]=0}var p=0,g=29,x=256,_=x+1+g,b=30,m=19,w=2*_+1,y=15,v=16,D=7,E=256,I=16,U=17,R=18,S=[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],M=[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],L=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],Y=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],le=new Array(2*(_+2));d(le);var N=new Array(2*b);d(N);var ee=new Array(512);d(ee);var k=new Array(256);d(k);var ce=new Array(g);d(ce);var G,O,Z,W=new Array(b);function K(A,T,F,P,V){this.static_tree=A,this.extra_bits=T,this.extra_base=F,this.elems=P,this.max_length=V,this.has_stree=A&&A.length}function z(A,T){this.dyn_tree=A,this.max_code=0,this.stat_desc=T}function ie(A){return A<256?ee[A]:ee[256+(A>>>7)]}function De(A,T){A.pending_buf[A.pending++]=255&T,A.pending_buf[A.pending++]=T>>>8&255}function ae(A,T,F){A.bi_valid>v-F?(A.bi_buf|=T<<A.bi_valid&65535,De(A,A.bi_buf),A.bi_buf=T>>v-A.bi_valid,A.bi_valid+=F-v):(A.bi_buf|=T<<A.bi_valid&65535,A.bi_valid+=F)}function de(A,T,F){ae(A,F[2*T],F[2*T+1])}function Le(A,T){for(var F=0;F|=1&A,A>>>=1,F<<=1,0<--T;);return F>>>1}function te(A,T,F){var P,V,pe=new Array(y+1),Q=0;for(P=1;P<=y;P++)pe[P]=Q=Q+F[P-1]<<1;for(V=0;V<=T;V++){var q=A[2*V+1];q!==0&&(A[2*V]=Le(pe[q]++,q))}}function Ie(A){var T;for(T=0;T<_;T++)A.dyn_ltree[2*T]=0;for(T=0;T<b;T++)A.dyn_dtree[2*T]=0;for(T=0;T<m;T++)A.bl_tree[2*T]=0;A.dyn_ltree[2*E]=1,A.opt_len=A.static_len=0,A.last_lit=A.matches=0}function Ne(A){8<A.bi_valid?De(A,A.bi_buf):0<A.bi_valid&&(A.pending_buf[A.pending++]=A.bi_buf),A.bi_buf=0,A.bi_valid=0}function Pe(A,T,F,P){var V=2*T,pe=2*F;return A[V]<A[pe]||A[V]===A[pe]&&P[T]<=P[F]}function Me(A,T,F){for(var P=A.heap[F],V=F<<1;V<=A.heap_len&&(V<A.heap_len&&Pe(T,A.heap[V+1],A.heap[V],A.depth)&&V++,!Pe(T,P,A.heap[V],A.depth));)A.heap[F]=A.heap[V],F=V,V<<=1;A.heap[F]=P}function Oe(A,T,F){var P,V,pe,Q,q=0;if(A.last_lit!==0)for(;P=A.pending_buf[A.d_buf+2*q]<<8|A.pending_buf[A.d_buf+2*q+1],V=A.pending_buf[A.l_buf+q],q++,P===0?de(A,V,T):(de(A,(pe=k[V])+x+1,T),(Q=S[pe])!==0&&ae(A,V-=ce[pe],Q),de(A,pe=ie(--P),F),(Q=M[pe])!==0&&ae(A,P-=W[pe],Q)),q<A.last_lit;);de(A,E,T)}function Qe(A,T){var F,P,V,pe=T.dyn_tree,Q=T.stat_desc.static_tree,q=T.stat_desc.has_stree,ye=T.stat_desc.elems,Fe=-1;for(A.heap_len=0,A.heap_max=w,F=0;F<ye;F++)pe[2*F]!==0?(A.heap[++A.heap_len]=Fe=F,A.depth[F]=0):pe[2*F+1]=0;for(;A.heap_len<2;)pe[2*(V=A.heap[++A.heap_len]=Fe<2?++Fe:0)]=1,A.depth[V]=0,A.opt_len--,q&&(A.static_len-=Q[2*V+1]);for(T.max_code=Fe,F=A.heap_len>>1;1<=F;F--)Me(A,pe,F);for(V=ye;F=A.heap[1],A.heap[1]=A.heap[A.heap_len--],Me(A,pe,1),P=A.heap[1],A.heap[--A.heap_max]=F,A.heap[--A.heap_max]=P,pe[2*V]=pe[2*F]+pe[2*P],A.depth[V]=(A.depth[F]>=A.depth[P]?A.depth[F]:A.depth[P])+1,pe[2*F+1]=pe[2*P+1]=V,A.heap[1]=V++,Me(A,pe,1),2<=A.heap_len;);A.heap[--A.heap_max]=A.heap[1],(function(Ue,$e){var qe,Ye,at,be,Be,Xe,Ke=$e.dyn_tree,Je=$e.max_code,ct=$e.stat_desc.static_tree,xt=$e.stat_desc.has_stree,Et=$e.stat_desc.extra_bits,j=$e.stat_desc.extra_base,J=$e.stat_desc.max_length,me=0;for(be=0;be<=y;be++)Ue.bl_count[be]=0;for(Ke[2*Ue.heap[Ue.heap_max]+1]=0,qe=Ue.heap_max+1;qe<w;qe++)J<(be=Ke[2*Ke[2*(Ye=Ue.heap[qe])+1]+1]+1)&&(be=J,me++),Ke[2*Ye+1]=be,Je<Ye||(Ue.bl_count[be]++,Be=0,j<=Ye&&(Be=Et[Ye-j]),Xe=Ke[2*Ye],Ue.opt_len+=Xe*(be+Be),xt&&(Ue.static_len+=Xe*(ct[2*Ye+1]+Be)));if(me!==0){do{for(be=J-1;Ue.bl_count[be]===0;)be--;Ue.bl_count[be]--,Ue.bl_count[be+1]+=2,Ue.bl_count[J]--,me-=2}while(0<me);for(be=J;be!==0;be--)for(Ye=Ue.bl_count[be];Ye!==0;)Je<(at=Ue.heap[--qe])||(Ke[2*at+1]!==be&&(Ue.opt_len+=(be-Ke[2*at+1])*Ke[2*at],Ke[2*at+1]=be),Ye--)}})(A,T),te(pe,Fe,A.bl_count)}function C(A,T,F){var P,V,pe=-1,Q=T[1],q=0,ye=7,Fe=4;for(Q===0&&(ye=138,Fe=3),T[2*(F+1)+1]=65535,P=0;P<=F;P++)V=Q,Q=T[2*(P+1)+1],++q<ye&&V===Q||(q<Fe?A.bl_tree[2*V]+=q:V!==0?(V!==pe&&A.bl_tree[2*V]++,A.bl_tree[2*I]++):q<=10?A.bl_tree[2*U]++:A.bl_tree[2*R]++,pe=V,Fe=(q=0)===Q?(ye=138,3):V===Q?(ye=6,3):(ye=7,4))}function ve(A,T,F){var P,V,pe=-1,Q=T[1],q=0,ye=7,Fe=4;for(Q===0&&(ye=138,Fe=3),P=0;P<=F;P++)if(V=Q,Q=T[2*(P+1)+1],!(++q<ye&&V===Q)){if(q<Fe)for(;de(A,V,A.bl_tree),--q!=0;);else V!==0?(V!==pe&&(de(A,V,A.bl_tree),q--),de(A,I,A.bl_tree),ae(A,q-3,2)):q<=10?(de(A,U,A.bl_tree),ae(A,q-3,3)):(de(A,R,A.bl_tree),ae(A,q-11,7));pe=V,Fe=(q=0)===Q?(ye=138,3):V===Q?(ye=6,3):(ye=7,4)}}d(W);var ge=!1;function re(A,T,F,P){ae(A,(p<<1)+(P?1:0),3),(function(V,pe,Q,q){Ne(V),De(V,Q),De(V,~Q),o.arraySet(V.pending_buf,V.window,pe,Q,V.pending),V.pending+=Q})(A,T,F)}l._tr_init=function(A){ge||((function(){var T,F,P,V,pe,Q=new Array(y+1);for(V=P=0;V<g-1;V++)for(ce[V]=P,T=0;T<1<<S[V];T++)k[P++]=V;for(k[P-1]=V,V=pe=0;V<16;V++)for(W[V]=pe,T=0;T<1<<M[V];T++)ee[pe++]=V;for(pe>>=7;V<b;V++)for(W[V]=pe<<7,T=0;T<1<<M[V]-7;T++)ee[256+pe++]=V;for(F=0;F<=y;F++)Q[F]=0;for(T=0;T<=143;)le[2*T+1]=8,T++,Q[8]++;for(;T<=255;)le[2*T+1]=9,T++,Q[9]++;for(;T<=279;)le[2*T+1]=7,T++,Q[7]++;for(;T<=287;)le[2*T+1]=8,T++,Q[8]++;for(te(le,_+1,Q),T=0;T<b;T++)N[2*T+1]=5,N[2*T]=Le(T,5);G=new K(le,S,x+1,_,y),O=new K(N,M,0,b,y),Z=new K(new Array(0),L,0,m,D)})(),ge=!0),A.l_desc=new z(A.dyn_ltree,G),A.d_desc=new z(A.dyn_dtree,O),A.bl_desc=new z(A.bl_tree,Z),A.bi_buf=0,A.bi_valid=0,Ie(A)},l._tr_stored_block=re,l._tr_flush_block=function(A,T,F,P){var V,pe,Q=0;0<A.level?(A.strm.data_type===2&&(A.strm.data_type=(function(q){var ye,Fe=4093624447;for(ye=0;ye<=31;ye++,Fe>>>=1)if(1&Fe&&q.dyn_ltree[2*ye]!==0)return h;if(q.dyn_ltree[18]!==0||q.dyn_ltree[20]!==0||q.dyn_ltree[26]!==0)return u;for(ye=32;ye<x;ye++)if(q.dyn_ltree[2*ye]!==0)return u;return h})(A)),Qe(A,A.l_desc),Qe(A,A.d_desc),Q=(function(q){var ye;for(C(q,q.dyn_ltree,q.l_desc.max_code),C(q,q.dyn_dtree,q.d_desc.max_code),Qe(q,q.bl_desc),ye=m-1;3<=ye&&q.bl_tree[2*Y[ye]+1]===0;ye--);return q.opt_len+=3*(ye+1)+5+5+4,ye})(A),V=A.opt_len+3+7>>>3,(pe=A.static_len+3+7>>>3)<=V&&(V=pe)):V=pe=F+5,F+4<=V&&T!==-1?re(A,T,F,P):A.strategy===4||pe===V?(ae(A,2+(P?1:0),3),Oe(A,le,N)):(ae(A,4+(P?1:0),3),(function(q,ye,Fe,Ue){var $e;for(ae(q,ye-257,5),ae(q,Fe-1,5),ae(q,Ue-4,4),$e=0;$e<Ue;$e++)ae(q,q.bl_tree[2*Y[$e]+1],3);ve(q,q.dyn_ltree,ye-1),ve(q,q.dyn_dtree,Fe-1)})(A,A.l_desc.max_code+1,A.d_desc.max_code+1,Q+1),Oe(A,A.dyn_ltree,A.dyn_dtree)),Ie(A),P&&Ne(A)},l._tr_tally=function(A,T,F){return A.pending_buf[A.d_buf+2*A.last_lit]=T>>>8&255,A.pending_buf[A.d_buf+2*A.last_lit+1]=255&T,A.pending_buf[A.l_buf+A.last_lit]=255&F,A.last_lit++,T===0?A.dyn_ltree[2*F]++:(A.matches++,T--,A.dyn_ltree[2*(k[F]+x+1)]++,A.dyn_dtree[2*ie(T)]++),A.last_lit===A.lit_bufsize-1},l._tr_align=function(A){ae(A,2,3),de(A,E,le),(function(T){T.bi_valid===16?(De(T,T.bi_buf),T.bi_buf=0,T.bi_valid=0):8<=T.bi_valid&&(T.pending_buf[T.pending++]=255&T.bi_buf,T.bi_buf>>=8,T.bi_valid-=8)})(A)}},{"../utils/common":41}],53:[function(c,f,l){f.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(c,f,l){f.exports=typeof setImmediate=="function"?setImmediate:function(){var o=[].slice.apply(arguments);o.splice(1,0,0),setTimeout.apply(null,o)}},{}]},{},[10])(10)})}).call(this,typeof Un<"u"?Un:typeof self<"u"?self:typeof window<"u"?window:{},t("buffer").Buffer)},{buffer:83}],89:[function(t,i,r){r.Parser=t("./lib/parser").Parser,r.rules=t("./lib/rules"),r.errors=t("./lib/errors"),r.results=t("./lib/parsing-results"),r.StringSource=t("./lib/StringSource"),r.Token=t("./lib/Token"),r.bottomUp=t("./lib/bottom-up"),r.RegexTokeniser=t("./lib/regex-tokeniser").RegexTokeniser,r.rule=function(a){var s;return function(c){return s||(s=a()),s(c)}}},{"./lib/StringSource":90,"./lib/Token":91,"./lib/bottom-up":93,"./lib/errors":94,"./lib/parser":96,"./lib/parsing-results":97,"./lib/regex-tokeniser":98,"./lib/rules":99}],90:[function(t,i,r){i.exports=function(s,c){var f={asString:function(){return s},range:function(l,o){return new a(s,c,l,o)}};return f};var a=function(s,c,f,l){this._string=s,this._description=c,this._startIndex=f,this._endIndex=l};a.prototype.to=function(s){return new a(this._string,this._description,this._startIndex,s._endIndex)},a.prototype.describe=function(){var s=this._position(),c=this._description?this._description+`
|
|
304
|
+
`:"";return c+"Line number: "+s.lineNumber+`
|
|
305
|
+
Character number: `+s.characterNumber},a.prototype.lineNumber=function(){return this._position().lineNumber},a.prototype.characterNumber=function(){return this._position().characterNumber},a.prototype._position=function(){for(var s=this,c=0,f=function(){return s._string.indexOf(`
|
|
306
|
+
`,c)},l=1;f()!==-1&&f()<this._startIndex;)c=f()+1,l+=1;var o=this._startIndex-c+1;return{lineNumber:l,characterNumber:o}}},{}],91:[function(t,i,r){i.exports=function(a,s,c){this.name=a,this.value=s,c&&(this.source=c)}},{}],92:[function(t,i,r){var a=i.exports=function(s,c){this._tokens=s,this._startIndex=c||0};a.prototype.head=function(){return this._tokens[this._startIndex]},a.prototype.tail=function(s){return new a(this._tokens,this._startIndex+1)},a.prototype.toArray=function(){return this._tokens.slice(this._startIndex)},a.prototype.end=function(){return this._tokens[this._tokens.length-1]},a.prototype.to=function(s){var c=this.head().source,f=s.head()||s.end();return c.to(f.source)}},{}],93:[function(t,i,r){var a=t("./rules"),s=t("./parsing-results");r.parser=function(l,o,h){var u={rule:x,leftAssociative:_,rightAssociative:b},d=new c(h.map(g)),p=a.firstOf(l,o);function g(y){return{name:y.name,rule:f(y.ruleBuilder.bind(null,u))}}function x(){return m(d)}function _(y){return m(d.untilExclusive(y))}function b(y){return m(d.untilInclusive(y))}function m(y){return w.bind(null,y)}function w(y,v){var D=p(v);return D.isSuccess()?y.apply(D):D}return u};function c(l){function o(g){return new c(l.slice(0,u().indexOf(g)))}function h(g){return new c(l.slice(0,u().indexOf(g)+1))}function u(){return l.map(function(g){return g.name})}function d(g){for(var x,_;;)if(x=p(g.remaining()),x.isSuccess())_=g.source().to(x.source()),g=s.success(x.value()(g.value(),_),x.remaining(),_);else return x.isFailure()?g:x}function p(g){return a.firstOf("infix",l.map(function(x){return x.rule}))(g)}return{apply:d,untilExclusive:o,untilInclusive:h}}r.infix=function(l,o){function h(u){return r.infix(l,function(d){var p=o(d);return function(g){var x=p(g);return x.map(function(_){return function(b,m){return u(b,_,m)}})}})}return{name:l,ruleBuilder:o,map:h}};var f=function(l){var o;return function(h){return o||(o=l()),o(h)}}},{"./parsing-results":97,"./rules":99}],94:[function(t,i,r){r.error=function(s){return new a(s)};var a=function(s){this.expected=s.expected,this.actual=s.actual,this._location=s.location};a.prototype.describe=function(){var s=this._location?this._location.describe()+`:
|
|
307
|
+
`:"";return s+"Expected "+this.expected+`
|
|
308
|
+
but got `+this.actual},a.prototype.lineNumber=function(){return this._location.lineNumber()},a.prototype.characterNumber=function(){return this._location.characterNumber()}},{}],95:[function(t,i,r){r.fromArray=function(s){var c=0,f=function(){return c<s.length};return new a({hasNext:f,next:function(){if(f())return s[c++];throw new Error("No more elements")}})};var a=function(s){this._iterator=s};a.prototype.map=function(s){var c=this._iterator;return new a({hasNext:function(){return c.hasNext()},next:function(){return s(c.next())}})},a.prototype.filter=function(s){var c=this._iterator,f=!1,l=!1,o,h=function(){if(!f)for(f=!0,l=!1;c.hasNext()&&!l;)o=c.next(),l=s(o)};return new a({hasNext:function(){return h(),l},next:function(){h();var u=o;return f=!1,u}})},a.prototype.first=function(){var s=this._iterator;return this._iterator.hasNext()?s.next():null},a.prototype.toArray=function(){for(var s=[];this._iterator.hasNext();)s.push(this._iterator.next());return s}},{}],96:[function(t,i,r){var a=t("./TokenIterator");r.Parser=function(s){var c=function(f,l){return f(new a(l))};return{parseTokens:c}}},{"./TokenIterator":92}],97:[function(t,i,r){i.exports={failure:function(s,c){if(s.length<1)throw new Error("Failure must have errors");return new a({status:"failure",remaining:c,errors:s})},error:function(s,c){if(s.length<1)throw new Error("Failure must have errors");return new a({status:"error",remaining:c,errors:s})},success:function(s,c,f){return new a({status:"success",value:s,source:f,remaining:c,errors:[]})},cut:function(s){return new a({status:"cut",remaining:s,errors:[]})}};var a=function(s){this._value=s.value,this._status=s.status,this._hasValue=s.value!==void 0,this._remaining=s.remaining,this._source=s.source,this._errors=s.errors};a.prototype.map=function(s){return this._hasValue?new a({value:s(this._value,this._source),status:this._status,remaining:this._remaining,source:this._source,errors:this._errors}):this},a.prototype.changeRemaining=function(s){return new a({value:this._value,status:this._status,remaining:s,source:this._source,errors:this._errors})},a.prototype.isSuccess=function(){return this._status==="success"||this._status==="cut"},a.prototype.isFailure=function(){return this._status==="failure"},a.prototype.isError=function(){return this._status==="error"},a.prototype.isCut=function(){return this._status==="cut"},a.prototype.value=function(){return this._value},a.prototype.remaining=function(){return this._remaining},a.prototype.source=function(){return this._source},a.prototype.errors=function(){return this._errors}},{}],98:[function(t,i,r){var a=t("./Token"),s=t("./StringSource");r.RegexTokeniser=c;function c(f){f=f.map(function(u){return{name:u.name,regex:new RegExp(u.regex.source,"g")}});function l(u,d){for(var p=new s(u,d),g=0,x=[];g<u.length;){var _=o(u,g,p);g=_.endIndex,x.push(_.token)}return x.push(h(u,p)),x}function o(u,d,p){for(var g=0;g<f.length;g++){var x=f[g].regex;x.lastIndex=d;var _=x.exec(u);if(_){var m=d+_[0].length;if(_.index===d&&m>d){var b=_[1],w=new a(f[g].name,b,p.range(d,m));return{token:w,endIndex:m}}}}var m=d+1,w=new a("unrecognisedCharacter",u.substring(d,m),p.range(d,m));return{token:w,endIndex:m}}function h(u,d){return new a("end",null,d.range(u.length,u.length))}return{tokenise:l}}},{"./StringSource":90,"./Token":91}],99:[function(t,i,r){var a=t("underscore"),s=t("option"),c=t("./parsing-results"),f=t("./errors"),l=t("./lazy-iterators");r.token=function(x,_){var b=_!==void 0;return function(m){var w=m.head();if(w&&w.name===x&&(!b||w.value===_))return c.success(w.value,m.tail(),w.source);var y=p({name:x,value:_});return g(m,y)}},r.tokenOfType=function(x){return r.token(x)},r.firstOf=function(x,_){return a.isArray(_)||(_=Array.prototype.slice.call(arguments,1)),function(b){return l.fromArray(_).map(function(m){return m(b)}).filter(function(m){return m.isSuccess()||m.isError()}).first()||g(b,x)}},r.then=function(x,_){return function(b){var m=x(b);return m.map||console.log(m),m.map(_)}},r.sequence=function(){var x=Array.prototype.slice.call(arguments,0),_=function(m){var w=a.foldl(x,function(v,D){var E=v.result,I=v.hasCut;if(!E.isSuccess())return{result:E,hasCut:I};var U=D(E.remaining());if(U.isCut())return{result:E,hasCut:!0};if(U.isSuccess()){var R;D.isCaptured?R=E.value().withValue(D,U.value()):R=E.value();var S=U.remaining(),M=m.to(S);return{result:c.success(R,S,M),hasCut:I}}else return I?{result:c.error(U.errors(),U.remaining()),hasCut:I}:{result:U,hasCut:I}},{result:c.success(new o,m),hasCut:!1}).result,y=m.to(w.remaining());return w.map(function(v){return v.withValue(r.sequence.source,y)})};_.head=function(){var m=a.find(x,b);return r.then(_,r.sequence.extract(m))},_.map=function(m){return r.then(_,function(w){return m.apply(this,w.toArray())})};function b(m){return m.isCaptured}return _};var o=function(x,_){this._values=x||{},this._valuesArray=_||[]};o.prototype.withValue=function(x,_){if(x.captureName&&x.captureName in this._values)throw new Error('Cannot add second value for capture "'+x.captureName+'"');var b=a.clone(this._values);b[x.captureName]=_;var m=this._valuesArray.concat([_]);return new o(b,m)},o.prototype.get=function(x){if(x.captureName in this._values)return this._values[x.captureName];throw new Error('No value for capture "'+x.captureName+'"')},o.prototype.toArray=function(){return this._valuesArray},r.sequence.capture=function(x,_){var b=function(){return x.apply(this,arguments)};return b.captureName=_,b.isCaptured=!0,b},r.sequence.extract=function(x){return function(_){return _.get(x)}},r.sequence.applyValues=function(x){var _=Array.prototype.slice.call(arguments,1);return function(b){var m=_.map(function(w){return b.get(w)});return x.apply(this,m)}},r.sequence.source={captureName:"☃source☃"},r.sequence.cut=function(){return function(x){return c.cut(x)}},r.optional=function(x){return function(_){var b=x(_);return b.isSuccess()?b.map(s.some):b.isFailure()?c.success(s.none,_):b}},r.zeroOrMoreWithSeparator=function(x,_){return d(x,_,!1)},r.oneOrMoreWithSeparator=function(x,_){return d(x,_,!0)};var h=r.zeroOrMore=function(x){return function(_){for(var b=[],m;(m=x(_))&&m.isSuccess();)_=m.remaining(),b.push(m.value());return m.isError()?m:c.success(b,_)}};r.oneOrMore=function(x){return r.oneOrMoreWithSeparator(x,u)};function u(x){return c.success(null,x)}var d=function(x,_,b){return function(m){var w=x(m);if(w.isSuccess()){var y=r.sequence.capture(x,"main"),v=h(r.then(r.sequence(_,y),r.sequence.extract(y))),D=v(w.remaining());return c.success([w.value()].concat(D.value()),D.remaining())}else return b||w.isError()?w:c.success([],m)}};r.leftAssociative=function(x,_,b){var m;b?m=[{func:b,rule:_}]:m=_,m=m.map(function(y){return r.then(y.rule,function(v){return function(D,E){return y.func(D,v,E)}})});var w=r.firstOf.apply(null,["rules"].concat(m));return function(y){var v=y,D=x(y);if(!D.isSuccess())return D;for(var E=w(D.remaining());E.isSuccess();){var I=E.remaining(),U=v.to(E.remaining()),R=E.value();D=c.success(R(D.value(),U),I,U),E=w(D.remaining())}return E.isError()?E:D}},r.leftAssociative.firstOf=function(){return Array.prototype.slice.call(arguments,0)},r.nonConsuming=function(x){return function(_){return x(_).changeRemaining(_)}};var p=function(x){return x.value?x.name+' "'+x.value+'"':x.name};function g(x,_){var b,m=x.head();return m?b=f.error({expected:_,actual:p(m),location:m.source}):b=f.error({expected:_,actual:"end of tokens"}),c.failure([b],x)}},{"./errors":94,"./lazy-iterators":95,"./parsing-results":97,option:100,underscore:102}],100:[function(t,i,r){r.none=Object.create({value:function(){throw new Error("Called value on none")},isNone:function(){return!0},isSome:function(){return!1},map:function(){return r.none},flatMap:function(){return r.none},filter:function(){return r.none},toArray:function(){return[]},orElse:a,valueOrElse:a});function a(c){return typeof c=="function"?c():c}r.some=function(c){return new s(c)};var s=function(c){this._value=c};s.prototype.value=function(){return this._value},s.prototype.isNone=function(){return!1},s.prototype.isSome=function(){return!0},s.prototype.map=function(c){return new s(c(this._value))},s.prototype.flatMap=function(c){return c(this._value)},s.prototype.filter=function(c){return c(this._value)?this:r.none},s.prototype.toArray=function(){return[this._value]},s.prototype.orElse=function(c){return this},s.prototype.valueOrElse=function(c){return this._value},r.isOption=function(c){return c===r.none||c instanceof s},r.fromNullable=function(c){return c==null?r.none:new s(c)}},{}],101:[function(t,i,r){var a=i.exports={},s,c;function f(){throw new Error("setTimeout has not been defined")}function l(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?s=setTimeout:s=f}catch{s=f}try{typeof clearTimeout=="function"?c=clearTimeout:c=l}catch{c=l}})();function o(w){if(s===setTimeout)return setTimeout(w,0);if((s===f||!s)&&setTimeout)return s=setTimeout,setTimeout(w,0);try{return s(w,0)}catch{try{return s.call(null,w,0)}catch{return s.call(this,w,0)}}}function h(w){if(c===clearTimeout)return clearTimeout(w);if((c===l||!c)&&clearTimeout)return c=clearTimeout,clearTimeout(w);try{return c(w)}catch{try{return c.call(null,w)}catch{return c.call(this,w)}}}var u=[],d=!1,p,g=-1;function x(){!d||!p||(d=!1,p.length?u=p.concat(u):g=-1,u.length&&_())}function _(){if(!d){var w=o(x);d=!0;for(var y=u.length;y;){for(p=u,u=[];++g<y;)p&&p[g].run();g=-1,y=u.length}p=null,d=!1,h(w)}}a.nextTick=function(w){var y=new Array(arguments.length-1);if(arguments.length>1)for(var v=1;v<arguments.length;v++)y[v-1]=arguments[v];u.push(new b(w,y)),u.length===1&&!d&&o(_)};function b(w,y){this.fun=w,this.array=y}b.prototype.run=function(){this.fun.apply(null,this.array)},a.title="browser",a.browser=!0,a.env={},a.argv=[],a.version="",a.versions={};function m(){}a.on=m,a.addListener=m,a.once=m,a.off=m,a.removeListener=m,a.removeAllListeners=m,a.emit=m,a.binding=function(w){throw new Error("process.binding is not supported")},a.cwd=function(){return"/"},a.chdir=function(w){throw new Error("process.chdir is not supported")},a.umask=function(){return 0}},{}],102:[function(t,i,r){(function(a){(function(s,c){typeof r=="object"&&typeof i<"u"?i.exports=c():(s=typeof globalThis<"u"?globalThis:s||self,(function(){var f=s._,l=s._=c();l.noConflict=function(){return s._=f,l}})())})(this,(function(){var s="1.13.1",c=typeof self=="object"&&self.self===self&&self||typeof a=="object"&&a.global===a&&a||Function("return this")()||{},f=Array.prototype,l=Object.prototype,o=typeof Symbol<"u"?Symbol.prototype:null,h=f.push,u=f.slice,d=l.toString,p=l.hasOwnProperty,g=typeof ArrayBuffer<"u",x=typeof DataView<"u",_=Array.isArray,b=Object.keys,m=Object.create,w=g&&ArrayBuffer.isView,y=isNaN,v=isFinite,D=!{toString:null}.propertyIsEnumerable("toString"),E=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],I=Math.pow(2,53)-1;function U(B,X){return X=X==null?B.length-1:+X,function(){for(var he=Math.max(arguments.length-X,0),xe=Array(he),we=0;we<he;we++)xe[we]=arguments[we+X];switch(X){case 0:return B.call(this,xe);case 1:return B.call(this,arguments[0],xe);case 2:return B.call(this,arguments[0],arguments[1],xe)}var _e=Array(X+1);for(we=0;we<X;we++)_e[we]=arguments[we];return _e[X]=xe,B.apply(this,_e)}}function R(B){var X=typeof B;return X==="function"||X==="object"&&!!B}function S(B){return B===null}function M(B){return B===void 0}function L(B){return B===!0||B===!1||d.call(B)==="[object Boolean]"}function Y(B){return!!(B&&B.nodeType===1)}function le(B){var X="[object "+B+"]";return function(he){return d.call(he)===X}}var N=le("String"),ee=le("Number"),k=le("Date"),ce=le("RegExp"),G=le("Error"),O=le("Symbol"),Z=le("ArrayBuffer"),W=le("Function"),K=c.document&&c.document.childNodes;typeof/./!="function"&&typeof Int8Array!="object"&&typeof K!="function"&&(W=function(B){return typeof B=="function"||!1});var z=W,ie=le("Object"),De=x&&ie(new DataView(new ArrayBuffer(8))),ae=typeof Map<"u"&&ie(new Map),de=le("DataView");function Le(B){return B!=null&&z(B.getInt8)&&Z(B.buffer)}var te=De?Le:de,Ie=_||le("Array");function Ne(B,X){return B!=null&&p.call(B,X)}var Pe=le("Arguments");(function(){Pe(arguments)||(Pe=function(B){return Ne(B,"callee")})})();var Me=Pe;function Oe(B){return!O(B)&&v(B)&&!isNaN(parseFloat(B))}function Qe(B){return ee(B)&&y(B)}function C(B){return function(){return B}}function ve(B){return function(X){var he=B(X);return typeof he=="number"&&he>=0&&he<=I}}function ge(B){return function(X){return X==null?void 0:X[B]}}var re=ge("byteLength"),A=ve(re),T=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;function F(B){return w?w(B)&&!te(B):A(B)&&T.test(d.call(B))}var P=g?F:C(!1),V=ge("length");function pe(B){for(var X={},he=B.length,xe=0;xe<he;++xe)X[B[xe]]=!0;return{contains:function(we){return X[we]},push:function(we){return X[we]=!0,B.push(we)}}}function Q(B,X){X=pe(X);var he=E.length,xe=B.constructor,we=z(xe)&&xe.prototype||l,_e="constructor";for(Ne(B,_e)&&!X.contains(_e)&&X.push(_e);he--;)_e=E[he],_e in B&&B[_e]!==we[_e]&&!X.contains(_e)&&X.push(_e)}function q(B){if(!R(B))return[];if(b)return b(B);var X=[];for(var he in B)Ne(B,he)&&X.push(he);return D&&Q(B,X),X}function ye(B){if(B==null)return!0;var X=V(B);return typeof X=="number"&&(Ie(B)||N(B)||Me(B))?X===0:V(q(B))===0}function Fe(B,X){var he=q(X),xe=he.length;if(B==null)return!xe;for(var we=Object(B),_e=0;_e<xe;_e++){var Re=he[_e];if(X[Re]!==we[Re]||!(Re in we))return!1}return!0}function Ue(B){if(B instanceof Ue)return B;if(!(this instanceof Ue))return new Ue(B);this._wrapped=B}Ue.VERSION=s,Ue.prototype.value=function(){return this._wrapped},Ue.prototype.valueOf=Ue.prototype.toJSON=Ue.prototype.value,Ue.prototype.toString=function(){return String(this._wrapped)};function $e(B){return new Uint8Array(B.buffer||B,B.byteOffset||0,re(B))}var qe="[object DataView]";function Ye(B,X,he,xe){if(B===X)return B!==0||1/B===1/X;if(B==null||X==null)return!1;if(B!==B)return X!==X;var we=typeof B;return we!=="function"&&we!=="object"&&typeof X!="object"?!1:at(B,X,he,xe)}function at(B,X,he,xe){B instanceof Ue&&(B=B._wrapped),X instanceof Ue&&(X=X._wrapped);var we=d.call(B);if(we!==d.call(X))return!1;if(De&&we=="[object Object]"&&te(B)){if(!te(X))return!1;we=qe}switch(we){case"[object RegExp]":case"[object String]":return""+B==""+X;case"[object Number]":return+B!=+B?+X!=+X:+B==0?1/+B===1/X:+B==+X;case"[object Date]":case"[object Boolean]":return+B==+X;case"[object Symbol]":return o.valueOf.call(B)===o.valueOf.call(X);case"[object ArrayBuffer]":case qe:return at($e(B),$e(X),he,xe)}var _e=we==="[object Array]";if(!_e&&P(B)){var Re=re(B);if(Re!==re(X))return!1;if(B.buffer===X.buffer&&B.byteOffset===X.byteOffset)return!0;_e=!0}if(!_e){if(typeof B!="object"||typeof X!="object")return!1;var He=B.constructor,ot=X.constructor;if(He!==ot&&!(z(He)&&He instanceof He&&z(ot)&&ot instanceof ot)&&"constructor"in B&&"constructor"in X)return!1}he=he||[],xe=xe||[];for(var it=he.length;it--;)if(he[it]===B)return xe[it]===X;if(he.push(B),xe.push(X),_e){if(it=B.length,it!==X.length)return!1;for(;it--;)if(!Ye(B[it],X[it],he,xe))return!1}else{var Mt=q(B),Qt;if(it=Mt.length,q(X).length!==it)return!1;for(;it--;)if(Qt=Mt[it],!(Ne(X,Qt)&&Ye(B[Qt],X[Qt],he,xe)))return!1}return he.pop(),xe.pop(),!0}function be(B,X){return Ye(B,X)}function Be(B){if(!R(B))return[];var X=[];for(var he in B)X.push(he);return D&&Q(B,X),X}function Xe(B){var X=V(B);return function(he){if(he==null)return!1;var xe=Be(he);if(V(xe))return!1;for(var we=0;we<X;we++)if(!z(he[B[we]]))return!1;return B!==j||!z(he[Ke])}}var Ke="forEach",Je="has",ct=["clear","delete"],xt=["get",Je,"set"],Et=ct.concat(Ke,xt),j=ct.concat(xt),J=["add"].concat(ct,Ke,Je),me=ae?Xe(Et):le("Map"),Ce=ae?Xe(j):le("WeakMap"),je=ae?Xe(J):le("Set"),et=le("WeakSet");function ut(B){for(var X=q(B),he=X.length,xe=Array(he),we=0;we<he;we++)xe[we]=B[X[we]];return xe}function Lt(B){for(var X=q(B),he=X.length,xe=Array(he),we=0;we<he;we++)xe[we]=[X[we],B[X[we]]];return xe}function rn(B){for(var X={},he=q(B),xe=0,we=he.length;xe<we;xe++)X[B[he[xe]]]=he[xe];return X}function an(B){var X=[];for(var he in B)z(B[he])&&X.push(he);return X.sort()}function H(B,X){return function(he){var xe=arguments.length;if(X&&(he=Object(he)),xe<2||he==null)return he;for(var we=1;we<xe;we++)for(var _e=arguments[we],Re=B(_e),He=Re.length,ot=0;ot<He;ot++){var it=Re[ot];(!X||he[it]===void 0)&&(he[it]=_e[it])}return he}}var oe=H(Be),ne=H(q),se=H(Be,!0);function fe(){return function(){}}function ue(B){if(!R(B))return{};if(m)return m(B);var X=fe();X.prototype=B;var he=new X;return X.prototype=null,he}function Te(B,X){var he=ue(B);return X&&ne(he,X),he}function Se(B){return R(B)?Ie(B)?B.slice():oe({},B):B}function ke(B,X){return X(B),B}function Ee(B){return Ie(B)?B:[B]}Ue.toPath=Ee;function Ae(B){return Ue.toPath(B)}function We(B,X){for(var he=X.length,xe=0;xe<he;xe++){if(B==null)return;B=B[X[xe]]}return he?B:void 0}function Ve(B,X,he){var xe=We(B,Ae(X));return M(xe)?he:xe}function Ze(B,X){X=Ae(X);for(var he=X.length,xe=0;xe<he;xe++){var we=X[xe];if(!Ne(B,we))return!1;B=B[we]}return!!he}function ze(B){return B}function Ge(B){return B=ne({},B),function(X){return Fe(X,B)}}function nt(B){return B=Ae(B),function(X){return We(X,B)}}function mt(B,X,he){if(X===void 0)return B;switch(he??3){case 1:return function(xe){return B.call(X,xe)};case 3:return function(xe,we,_e){return B.call(X,xe,we,_e)};case 4:return function(xe,we,_e,Re){return B.call(X,xe,we,_e,Re)}}return function(){return B.apply(X,arguments)}}function _t(B,X,he){return B==null?ze:z(B)?mt(B,X,he):R(B)&&!Ie(B)?Ge(B):nt(B)}function At(B,X){return _t(B,X,1/0)}Ue.iteratee=At;function Ct(B,X,he){return Ue.iteratee!==At?Ue.iteratee(B,X):_t(B,X,he)}function er(B,X,he){X=Ct(X,he);for(var xe=q(B),we=xe.length,_e={},Re=0;Re<we;Re++){var He=xe[Re];_e[He]=X(B[He],He,B)}return _e}function jn(){}function On(B){return B==null?jn:function(X){return Ve(B,X)}}function Nr(B,X,he){var xe=Array(Math.max(0,B));X=mt(X,he,1);for(var we=0;we<B;we++)xe[we]=X(we);return xe}function on(B,X){return X==null&&(X=B,B=0),B+Math.floor(Math.random()*(X-B+1))}var Br=Date.now||function(){return new Date().getTime()};function ys(B){var X=function(_e){return B[_e]},he="(?:"+q(B).join("|")+")",xe=RegExp(he),we=RegExp(he,"g");return function(_e){return _e=_e==null?"":""+_e,xe.test(_e)?_e.replace(we,X):_e}}var bs={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},gl=ys(bs),xl=rn(bs),ml=ys(xl),vl=Ue.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},Ji=/(.)^/,yl={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},bl=/\\|'|\r|\n|\u2028|\u2029/g;function _l(B){return"\\"+yl[B]}var wl=/^\s*(\w|\$)+\s*$/;function Dl(B,X,he){!X&&he&&(X=he),X=se({},X,Ue.templateSettings);var xe=RegExp([(X.escape||Ji).source,(X.interpolate||Ji).source,(X.evaluate||Ji).source].join("|")+"|$","g"),we=0,_e="__p+='";B.replace(xe,function(it,Mt,Qt,zs,Xs){return _e+=B.slice(we,Xs).replace(bl,_l),we=Xs+it.length,Mt?_e+=`'+
|
|
309
|
+
((__t=(`+Mt+`))==null?'':_.escape(__t))+
|
|
310
|
+
'`:Qt?_e+=`'+
|
|
311
|
+
((__t=(`+Qt+`))==null?'':__t)+
|
|
312
|
+
'`:zs&&(_e+=`';
|
|
313
|
+
`+zs+`
|
|
314
|
+
__p+='`),it}),_e+=`';
|
|
315
|
+
`;var Re=X.variable;if(Re){if(!wl.test(Re))throw new Error("variable is not a bare identifier: "+Re)}else _e=`with(obj||{}){
|
|
316
|
+
`+_e+`}
|
|
317
|
+
`,Re="obj";_e=`var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};
|
|
318
|
+
`+_e+`return __p;
|
|
319
|
+
`;var He;try{He=new Function(Re,"_",_e)}catch(it){throw it.source=_e,it}var ot=function(it){return He.call(this,it,Ue)};return ot.source="function("+Re+`){
|
|
320
|
+
`+_e+"}",ot}function Tl(B,X,he){X=Ae(X);var xe=X.length;if(!xe)return z(he)?he.call(B):he;for(var we=0;we<xe;we++){var _e=B==null?void 0:B[X[we]];_e===void 0&&(_e=he,we=xe),B=z(_e)?_e.call(B):_e}return B}var El=0;function kl(B){var X=++El+"";return B?B+X:X}function Fl(B){var X=Ue(B);return X._chain=!0,X}function _s(B,X,he,xe,we){if(!(xe instanceof X))return B.apply(he,we);var _e=ue(B.prototype),Re=B.apply(_e,we);return R(Re)?Re:_e}var yr=U(function(B,X){var he=yr.placeholder,xe=function(){for(var we=0,_e=X.length,Re=Array(_e),He=0;He<_e;He++)Re[He]=X[He]===he?arguments[we++]:X[He];for(;we<arguments.length;)Re.push(arguments[we++]);return _s(B,xe,this,this,Re)};return xe});yr.placeholder=Ue;var ws=U(function(B,X,he){if(!z(B))throw new TypeError("Bind must be called on a function");var xe=U(function(we){return _s(B,xe,X,this,he.concat(we))});return xe}),sn=ve(V);function tr(B,X,he,xe){if(xe=xe||[],!X&&X!==0)X=1/0;else if(X<=0)return xe.concat(B);for(var we=xe.length,_e=0,Re=V(B);_e<Re;_e++){var He=B[_e];if(sn(He)&&(Ie(He)||Me(He)))if(X>1)tr(He,X-1,he,xe),we=xe.length;else for(var ot=0,it=He.length;ot<it;)xe[we++]=He[ot++];else he||(xe[we++]=He)}return xe}var Ul=U(function(B,X){X=tr(X,!1,!1);var he=X.length;if(he<1)throw new Error("bindAll must be passed function names");for(;he--;){var xe=X[he];B[xe]=ws(B[xe],B)}return B});function Al(B,X){var he=function(xe){var we=he.cache,_e=""+(X?X.apply(this,arguments):xe);return Ne(we,_e)||(we[_e]=B.apply(this,arguments)),we[_e]};return he.cache={},he}var Ds=U(function(B,X,he){return setTimeout(function(){return B.apply(null,he)},X)}),Cl=yr(Ds,Ue,1);function Sl(B,X,he){var xe,we,_e,Re,He=0;he||(he={});var ot=function(){He=he.leading===!1?0:Br(),xe=null,Re=B.apply(we,_e),xe||(we=_e=null)},it=function(){var Mt=Br();!He&&he.leading===!1&&(He=Mt);var Qt=X-(Mt-He);return we=this,_e=arguments,Qt<=0||Qt>X?(xe&&(clearTimeout(xe),xe=null),He=Mt,Re=B.apply(we,_e),xe||(we=_e=null)):!xe&&he.trailing!==!1&&(xe=setTimeout(ot,Qt)),Re};return it.cancel=function(){clearTimeout(xe),He=0,xe=we=_e=null},it}function Il(B,X,he){var xe,we,_e,Re,He,ot=function(){var Mt=Br()-we;X>Mt?xe=setTimeout(ot,X-Mt):(xe=null,he||(Re=B.apply(He,_e)),xe||(_e=He=null))},it=U(function(Mt){return He=this,_e=Mt,we=Br(),xe||(xe=setTimeout(ot,X),he&&(Re=B.apply(He,_e))),Re});return it.cancel=function(){clearTimeout(xe),xe=_e=He=null},it}function Rl(B,X){return yr(X,B)}function qi(B){return function(){return!B.apply(this,arguments)}}function Ol(){var B=arguments,X=B.length-1;return function(){for(var he=X,xe=B[X].apply(this,arguments);he--;)xe=B[he].call(this,xe);return xe}}function Nl(B,X){return function(){if(--B<1)return X.apply(this,arguments)}}function Ts(B,X){var he;return function(){return--B>0&&(he=X.apply(this,arguments)),B<=1&&(X=null),he}}var Bl=yr(Ts,2);function Es(B,X,he){X=Ct(X,he);for(var xe=q(B),we,_e=0,Re=xe.length;_e<Re;_e++)if(we=xe[_e],X(B[we],we,B))return we}function ks(B){return function(X,he,xe){he=Ct(he,xe);for(var we=V(X),_e=B>0?0:we-1;_e>=0&&_e<we;_e+=B)if(he(X[_e],_e,X))return _e;return-1}}var ea=ks(1),Fs=ks(-1);function Us(B,X,he,xe){he=Ct(he,xe,1);for(var we=he(X),_e=0,Re=V(B);_e<Re;){var He=Math.floor((_e+Re)/2);he(B[He])<we?_e=He+1:Re=He}return _e}function As(B,X,he){return function(xe,we,_e){var Re=0,He=V(xe);if(typeof _e=="number")B>0?Re=_e>=0?_e:Math.max(_e+He,Re):He=_e>=0?Math.min(_e+1,He):_e+He+1;else if(he&&_e&&He)return _e=he(xe,we),xe[_e]===we?_e:-1;if(we!==we)return _e=X(u.call(xe,Re,He),Qe),_e>=0?_e+Re:-1;for(_e=B>0?Re:He-1;_e>=0&&_e<He;_e+=B)if(xe[_e]===we)return _e;return-1}}var Cs=As(1,ea,Us),Ll=As(-1,Fs);function ta(B,X,he){var xe=sn(B)?ea:Es,we=xe(B,X,he);if(we!==void 0&&we!==-1)return B[we]}function Ml(B,X){return ta(B,Ge(X))}function Nn(B,X,he){X=mt(X,he);var xe,we;if(sn(B))for(xe=0,we=B.length;xe<we;xe++)X(B[xe],xe,B);else{var _e=q(B);for(xe=0,we=_e.length;xe<we;xe++)X(B[_e[xe]],_e[xe],B)}return B}function nr(B,X,he){X=Ct(X,he);for(var xe=!sn(B)&&q(B),we=(xe||B).length,_e=Array(we),Re=0;Re<we;Re++){var He=xe?xe[Re]:Re;_e[Re]=X(B[He],He,B)}return _e}function Ss(B){var X=function(he,xe,we,_e){var Re=!sn(he)&&q(he),He=(Re||he).length,ot=B>0?0:He-1;for(_e||(we=he[Re?Re[ot]:ot],ot+=B);ot>=0&&ot<He;ot+=B){var it=Re?Re[ot]:ot;we=xe(we,he[it],it,he)}return we};return function(he,xe,we,_e){var Re=arguments.length>=3;return X(he,mt(xe,_e,4),we,Re)}}var na=Ss(1),Is=Ss(-1);function br(B,X,he){var xe=[];return X=Ct(X,he),Nn(B,function(we,_e,Re){X(we,_e,Re)&&xe.push(we)}),xe}function Wl(B,X,he){return br(B,qi(Ct(X)),he)}function Rs(B,X,he){X=Ct(X,he);for(var xe=!sn(B)&&q(B),we=(xe||B).length,_e=0;_e<we;_e++){var Re=xe?xe[_e]:_e;if(!X(B[Re],Re,B))return!1}return!0}function Os(B,X,he){X=Ct(X,he);for(var xe=!sn(B)&&q(B),we=(xe||B).length,_e=0;_e<we;_e++){var Re=xe?xe[_e]:_e;if(X(B[Re],Re,B))return!0}return!1}function Bn(B,X,he,xe){return sn(B)||(B=ut(B)),(typeof he!="number"||xe)&&(he=0),Cs(B,X,he)>=0}var Pl=U(function(B,X,he){var xe,we;return z(X)?we=X:(X=Ae(X),xe=X.slice(0,-1),X=X[X.length-1]),nr(B,function(_e){var Re=we;if(!Re){if(xe&&xe.length&&(_e=We(_e,xe)),_e==null)return;Re=_e[X]}return Re==null?Re:Re.apply(_e,he)})});function ra(B,X){return nr(B,nt(X))}function zl(B,X){return br(B,Ge(X))}function Ns(B,X,he){var xe=-1/0,we=-1/0,_e,Re;if(X==null||typeof X=="number"&&typeof B[0]!="object"&&B!=null){B=sn(B)?B:ut(B);for(var He=0,ot=B.length;He<ot;He++)_e=B[He],_e!=null&&_e>xe&&(xe=_e)}else X=Ct(X,he),Nn(B,function(it,Mt,Qt){Re=X(it,Mt,Qt),(Re>we||Re===-1/0&&xe===-1/0)&&(xe=it,we=Re)});return xe}function Xl(B,X,he){var xe=1/0,we=1/0,_e,Re;if(X==null||typeof X=="number"&&typeof B[0]!="object"&&B!=null){B=sn(B)?B:ut(B);for(var He=0,ot=B.length;He<ot;He++)_e=B[He],_e!=null&&_e<xe&&(xe=_e)}else X=Ct(X,he),Nn(B,function(it,Mt,Qt){Re=X(it,Mt,Qt),(Re<we||Re===1/0&&xe===1/0)&&(xe=it,we=Re)});return xe}function Bs(B,X,he){if(X==null||he)return sn(B)||(B=ut(B)),B[on(B.length-1)];var xe=sn(B)?Se(B):ut(B),we=V(xe);X=Math.max(Math.min(X,we),0);for(var _e=we-1,Re=0;Re<X;Re++){var He=on(Re,_e),ot=xe[Re];xe[Re]=xe[He],xe[He]=ot}return xe.slice(0,X)}function jl(B){return Bs(B,1/0)}function Hl(B,X,he){var xe=0;return X=Ct(X,he),ra(nr(B,function(we,_e,Re){return{value:we,index:xe++,criteria:X(we,_e,Re)}}).sort(function(we,_e){var Re=we.criteria,He=_e.criteria;if(Re!==He){if(Re>He||Re===void 0)return 1;if(Re<He||He===void 0)return-1}return we.index-_e.index}),"value")}function yi(B,X){return function(he,xe,we){var _e=X?[[],[]]:{};return xe=Ct(xe,we),Nn(he,function(Re,He){var ot=xe(Re,He,he);B(_e,Re,ot)}),_e}}var Vl=yi(function(B,X,he){Ne(B,he)?B[he].push(X):B[he]=[X]}),Gl=yi(function(B,X,he){B[he]=X}),$l=yi(function(B,X,he){Ne(B,he)?B[he]++:B[he]=1}),Yl=yi(function(B,X,he){B[he?0:1].push(X)},!0),Kl=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function Zl(B){return B?Ie(B)?u.call(B):N(B)?B.match(Kl):sn(B)?nr(B,ze):ut(B):[]}function Ql(B){return B==null?0:sn(B)?B.length:q(B).length}function Jl(B,X,he){return X in he}var Ls=U(function(B,X){var he={},xe=X[0];if(B==null)return he;z(xe)?(X.length>1&&(xe=mt(xe,X[1])),X=Be(B)):(xe=Jl,X=tr(X,!1,!1),B=Object(B));for(var we=0,_e=X.length;we<_e;we++){var Re=X[we],He=B[Re];xe(He,Re,B)&&(he[Re]=He)}return he}),ql=U(function(B,X){var he=X[0],xe;return z(he)?(he=qi(he),X.length>1&&(xe=X[1])):(X=nr(tr(X,!1,!1),String),he=function(we,_e){return!Bn(X,_e)}),Ls(B,he,xe)});function Ms(B,X,he){return u.call(B,0,Math.max(0,B.length-(X==null||he?1:X)))}function ia(B,X,he){return B==null||B.length<1?X==null||he?void 0:[]:X==null||he?B[0]:Ms(B,B.length-X)}function bi(B,X,he){return u.call(B,X==null||he?1:X)}function eu(B,X,he){return B==null||B.length<1?X==null||he?void 0:[]:X==null||he?B[B.length-1]:bi(B,Math.max(0,B.length-X))}function tu(B){return br(B,Boolean)}function nu(B,X){return tr(B,X,!1)}var Ws=U(function(B,X){return X=tr(X,!0,!0),br(B,function(he){return!Bn(X,he)})}),ru=U(function(B,X){return Ws(B,X)});function aa(B,X,he,xe){L(X)||(xe=he,he=X,X=!1),he!=null&&(he=Ct(he,xe));for(var we=[],_e=[],Re=0,He=V(B);Re<He;Re++){var ot=B[Re],it=he?he(ot,Re,B):ot;X&&!he?((!Re||_e!==it)&&we.push(ot),_e=it):he?Bn(_e,it)||(_e.push(it),we.push(ot)):Bn(we,ot)||we.push(ot)}return we}var iu=U(function(B){return aa(tr(B,!0,!0))});function au(B){for(var X=[],he=arguments.length,xe=0,we=V(B);xe<we;xe++){var _e=B[xe];if(!Bn(X,_e)){var Re;for(Re=1;Re<he&&Bn(arguments[Re],_e);Re++);Re===he&&X.push(_e)}}return X}function sa(B){for(var X=B&&Ns(B,V).length||0,he=Array(X),xe=0;xe<X;xe++)he[xe]=ra(B,xe);return he}var su=U(sa);function cu(B,X){for(var he={},xe=0,we=V(B);xe<we;xe++)X?he[B[xe]]=X[xe]:he[B[xe][0]]=B[xe][1];return he}function ou(B,X,he){X==null&&(X=B||0,B=0),he||(he=X<B?-1:1);for(var xe=Math.max(Math.ceil((X-B)/he),0),we=Array(xe),_e=0;_e<xe;_e++,B+=he)we[_e]=B;return we}function fu(B,X){if(X==null||X<1)return[];for(var he=[],xe=0,we=B.length;xe<we;)he.push(u.call(B,xe,xe+=X));return he}function ca(B,X){return B._chain?Ue(X).chain():X}function Ps(B){return Nn(an(B),function(X){var he=Ue[X]=B[X];Ue.prototype[X]=function(){var xe=[this._wrapped];return h.apply(xe,arguments),ca(this,he.apply(Ue,xe))}}),Ue}Nn(["pop","push","reverse","shift","sort","splice","unshift"],function(B){var X=f[B];Ue.prototype[B]=function(){var he=this._wrapped;return he!=null&&(X.apply(he,arguments),(B==="shift"||B==="splice")&&he.length===0&&delete he[0]),ca(this,he)}}),Nn(["concat","join","slice"],function(B){var X=f[B];Ue.prototype[B]=function(){var he=this._wrapped;return he!=null&&(he=X.apply(he,arguments)),ca(this,he)}});var lu={__proto__:null,VERSION:s,restArguments:U,isObject:R,isNull:S,isUndefined:M,isBoolean:L,isElement:Y,isString:N,isNumber:ee,isDate:k,isRegExp:ce,isError:G,isSymbol:O,isArrayBuffer:Z,isDataView:te,isArray:Ie,isFunction:z,isArguments:Me,isFinite:Oe,isNaN:Qe,isTypedArray:P,isEmpty:ye,isMatch:Fe,isEqual:be,isMap:me,isWeakMap:Ce,isSet:je,isWeakSet:et,keys:q,allKeys:Be,values:ut,pairs:Lt,invert:rn,functions:an,methods:an,extend:oe,extendOwn:ne,assign:ne,defaults:se,create:Te,clone:Se,tap:ke,get:Ve,has:Ze,mapObject:er,identity:ze,constant:C,noop:jn,toPath:Ee,property:nt,propertyOf:On,matcher:Ge,matches:Ge,times:Nr,random:on,now:Br,escape:gl,unescape:ml,templateSettings:vl,template:Dl,result:Tl,uniqueId:kl,chain:Fl,iteratee:At,partial:yr,bind:ws,bindAll:Ul,memoize:Al,delay:Ds,defer:Cl,throttle:Sl,debounce:Il,wrap:Rl,negate:qi,compose:Ol,after:Nl,before:Ts,once:Bl,findKey:Es,findIndex:ea,findLastIndex:Fs,sortedIndex:Us,indexOf:Cs,lastIndexOf:Ll,find:ta,detect:ta,findWhere:Ml,each:Nn,forEach:Nn,map:nr,collect:nr,reduce:na,foldl:na,inject:na,reduceRight:Is,foldr:Is,filter:br,select:br,reject:Wl,every:Rs,all:Rs,some:Os,any:Os,contains:Bn,includes:Bn,include:Bn,invoke:Pl,pluck:ra,where:zl,max:Ns,min:Xl,shuffle:jl,sample:Bs,sortBy:Hl,groupBy:Vl,indexBy:Gl,countBy:$l,partition:Yl,toArray:Zl,size:Ql,pick:Ls,omit:ql,first:ia,head:ia,take:ia,initial:Ms,last:eu,rest:bi,tail:bi,drop:bi,compact:tu,flatten:nu,without:ru,uniq:aa,unique:aa,union:iu,intersection:au,difference:Ws,unzip:sa,transpose:sa,zip:su,object:cu,range:ou,chunk:fu,mixin:Ps,default:Ue},oa=Ps(lu);return oa._=oa,oa}))}).call(this,typeof Un<"u"?Un:typeof self<"u"?self:typeof window<"u"?window:{})},{}],103:[function(t,i,r){(function(){var a,s,c,f,l,o,h,u=[].slice,d={}.hasOwnProperty;a=function(){var p,g,x,_,b,m;if(m=arguments[0],b=2<=arguments.length?u.call(arguments,1):[],l(Object.assign))Object.assign.apply(null,arguments);else for(p=0,x=b.length;p<x;p++)if(_=b[p],_!=null)for(g in _)d.call(_,g)&&(m[g]=_[g]);return m},l=function(p){return!!p&&Object.prototype.toString.call(p)==="[object Function]"},o=function(p){var g;return!!p&&((g=typeof p)=="function"||g==="object")},c=function(p){return l(Array.isArray)?Array.isArray(p):Object.prototype.toString.call(p)==="[object Array]"},f=function(p){var g;if(c(p))return!p.length;for(g in p)if(d.call(p,g))return!1;return!0},h=function(p){var g,x;return o(p)&&(x=Object.getPrototypeOf(p))&&(g=x.constructor)&&typeof g=="function"&&g instanceof g&&Function.prototype.toString.call(g)===Function.prototype.toString.call(Object)},s=function(p){return l(p.valueOf)?p.valueOf():p},i.exports.assign=a,i.exports.isFunction=l,i.exports.isObject=o,i.exports.isArray=c,i.exports.isEmpty=f,i.exports.isPlainObject=h,i.exports.getValue=s}).call(this)},{}],104:[function(t,i,r){(function(){i.exports=(function(){function a(s,c,f){if(this.options=s.options,this.stringify=s.stringify,this.parent=s,c==null)throw new Error("Missing attribute name. "+this.debugInfo(c));if(f==null)throw new Error("Missing attribute value. "+this.debugInfo(c));this.name=this.stringify.attName(c),this.value=this.stringify.attValue(f)}return a.prototype.clone=function(){return Object.create(this)},a.prototype.toString=function(s){return this.options.writer.set(s).attribute(this)},a.prototype.debugInfo=function(s){var c,f;return s=s||this.name,s==null&&!((c=this.parent)!=null&&c.name)?"":s==null?"parent: <"+this.parent.name+">":(f=this.parent)!=null&&f.name?"attribute: {"+s+"}, parent: <"+this.parent.name+">":"attribute: {"+s+"}"},a})()}).call(this)},{}],105:[function(t,i,r){(function(){var a,s=function(f,l){for(var o in l)c.call(l,o)&&(f[o]=l[o]);function h(){this.constructor=f}return h.prototype=l.prototype,f.prototype=new h,f.__super__=l.prototype,f},c={}.hasOwnProperty;a=t("./XMLNode"),i.exports=(function(f){s(l,f);function l(o,h){if(l.__super__.constructor.call(this,o),h==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.text=this.stringify.cdata(h)}return l.prototype.clone=function(){return Object.create(this)},l.prototype.toString=function(o){return this.options.writer.set(o).cdata(this)},l})(a)}).call(this)},{"./XMLNode":116}],106:[function(t,i,r){(function(){var a,s=function(f,l){for(var o in l)c.call(l,o)&&(f[o]=l[o]);function h(){this.constructor=f}return h.prototype=l.prototype,f.prototype=new h,f.__super__=l.prototype,f},c={}.hasOwnProperty;a=t("./XMLNode"),i.exports=(function(f){s(l,f);function l(o,h){if(l.__super__.constructor.call(this,o),h==null)throw new Error("Missing comment text. "+this.debugInfo());this.text=this.stringify.comment(h)}return l.prototype.clone=function(){return Object.create(this)},l.prototype.toString=function(o){return this.options.writer.set(o).comment(this)},l})(a)}).call(this)},{"./XMLNode":116}],107:[function(t,i,r){(function(){var a,s=function(f,l){for(var o in l)c.call(l,o)&&(f[o]=l[o]);function h(){this.constructor=f}return h.prototype=l.prototype,f.prototype=new h,f.__super__=l.prototype,f},c={}.hasOwnProperty;a=t("./XMLNode"),i.exports=(function(f){s(l,f);function l(o,h,u,d,p,g){if(l.__super__.constructor.call(this,o),h==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(u==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(h));if(!d)throw new Error("Missing DTD attribute type. "+this.debugInfo(h));if(!p)throw new Error("Missing DTD attribute default. "+this.debugInfo(h));if(p.indexOf("#")!==0&&(p="#"+p),!p.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(h));if(g&&!p.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(h));this.elementName=this.stringify.eleName(h),this.attributeName=this.stringify.attName(u),this.attributeType=this.stringify.dtdAttType(d),this.defaultValue=this.stringify.dtdAttDefault(g),this.defaultValueType=p}return l.prototype.toString=function(o){return this.options.writer.set(o).dtdAttList(this)},l})(a)}).call(this)},{"./XMLNode":116}],108:[function(t,i,r){(function(){var a,s=function(f,l){for(var o in l)c.call(l,o)&&(f[o]=l[o]);function h(){this.constructor=f}return h.prototype=l.prototype,f.prototype=new h,f.__super__=l.prototype,f},c={}.hasOwnProperty;a=t("./XMLNode"),i.exports=(function(f){s(l,f);function l(o,h,u){if(l.__super__.constructor.call(this,o),h==null)throw new Error("Missing DTD element name. "+this.debugInfo());u||(u="(#PCDATA)"),Array.isArray(u)&&(u="("+u.join(",")+")"),this.name=this.stringify.eleName(h),this.value=this.stringify.dtdElementValue(u)}return l.prototype.toString=function(o){return this.options.writer.set(o).dtdElement(this)},l})(a)}).call(this)},{"./XMLNode":116}],109:[function(t,i,r){(function(){var a,s,c=function(l,o){for(var h in o)f.call(o,h)&&(l[h]=o[h]);function u(){this.constructor=l}return u.prototype=o.prototype,l.prototype=new u,l.__super__=o.prototype,l},f={}.hasOwnProperty;s=t("./Utility").isObject,a=t("./XMLNode"),i.exports=(function(l){c(o,l);function o(h,u,d,p){if(o.__super__.constructor.call(this,h),d==null)throw new Error("Missing DTD entity name. "+this.debugInfo(d));if(p==null)throw new Error("Missing DTD entity value. "+this.debugInfo(d));if(this.pe=!!u,this.name=this.stringify.eleName(d),!s(p))this.value=this.stringify.dtdEntityValue(p);else{if(!p.pubID&&!p.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(d));if(p.pubID&&!p.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(d));if(p.pubID!=null&&(this.pubID=this.stringify.dtdPubID(p.pubID)),p.sysID!=null&&(this.sysID=this.stringify.dtdSysID(p.sysID)),p.nData!=null&&(this.nData=this.stringify.dtdNData(p.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(d))}}return o.prototype.toString=function(h){return this.options.writer.set(h).dtdEntity(this)},o})(a)}).call(this)},{"./Utility":103,"./XMLNode":116}],110:[function(t,i,r){(function(){var a,s=function(f,l){for(var o in l)c.call(l,o)&&(f[o]=l[o]);function h(){this.constructor=f}return h.prototype=l.prototype,f.prototype=new h,f.__super__=l.prototype,f},c={}.hasOwnProperty;a=t("./XMLNode"),i.exports=(function(f){s(l,f);function l(o,h,u){if(l.__super__.constructor.call(this,o),h==null)throw new Error("Missing DTD notation name. "+this.debugInfo(h));if(!u.pubID&&!u.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(h));this.name=this.stringify.eleName(h),u.pubID!=null&&(this.pubID=this.stringify.dtdPubID(u.pubID)),u.sysID!=null&&(this.sysID=this.stringify.dtdSysID(u.sysID))}return l.prototype.toString=function(o){return this.options.writer.set(o).dtdNotation(this)},l})(a)}).call(this)},{"./XMLNode":116}],111:[function(t,i,r){(function(){var a,s,c=function(l,o){for(var h in o)f.call(o,h)&&(l[h]=o[h]);function u(){this.constructor=l}return u.prototype=o.prototype,l.prototype=new u,l.__super__=o.prototype,l},f={}.hasOwnProperty;s=t("./Utility").isObject,a=t("./XMLNode"),i.exports=(function(l){c(o,l);function o(h,u,d,p){var g;o.__super__.constructor.call(this,h),s(u)&&(g=u,u=g.version,d=g.encoding,p=g.standalone),u||(u="1.0"),this.version=this.stringify.xmlVersion(u),d!=null&&(this.encoding=this.stringify.xmlEncoding(d)),p!=null&&(this.standalone=this.stringify.xmlStandalone(p))}return o.prototype.toString=function(h){return this.options.writer.set(h).declaration(this)},o})(a)}).call(this)},{"./Utility":103,"./XMLNode":116}],112:[function(t,i,r){(function(){var a,s,c,f,l,o,h=function(d,p){for(var g in p)u.call(p,g)&&(d[g]=p[g]);function x(){this.constructor=d}return x.prototype=p.prototype,d.prototype=new x,d.__super__=p.prototype,d},u={}.hasOwnProperty;o=t("./Utility").isObject,l=t("./XMLNode"),a=t("./XMLDTDAttList"),c=t("./XMLDTDEntity"),s=t("./XMLDTDElement"),f=t("./XMLDTDNotation"),i.exports=(function(d){h(p,d);function p(g,x,_){var b,m;p.__super__.constructor.call(this,g),this.name="!DOCTYPE",this.documentObject=g,o(x)&&(b=x,x=b.pubID,_=b.sysID),_==null&&(m=[x,_],_=m[0],x=m[1]),x!=null&&(this.pubID=this.stringify.dtdPubID(x)),_!=null&&(this.sysID=this.stringify.dtdSysID(_))}return p.prototype.element=function(g,x){var _;return _=new s(this,g,x),this.children.push(_),this},p.prototype.attList=function(g,x,_,b,m){var w;return w=new a(this,g,x,_,b,m),this.children.push(w),this},p.prototype.entity=function(g,x){var _;return _=new c(this,!1,g,x),this.children.push(_),this},p.prototype.pEntity=function(g,x){var _;return _=new c(this,!0,g,x),this.children.push(_),this},p.prototype.notation=function(g,x){var _;return _=new f(this,g,x),this.children.push(_),this},p.prototype.toString=function(g){return this.options.writer.set(g).docType(this)},p.prototype.ele=function(g,x){return this.element(g,x)},p.prototype.att=function(g,x,_,b,m){return this.attList(g,x,_,b,m)},p.prototype.ent=function(g,x){return this.entity(g,x)},p.prototype.pent=function(g,x){return this.pEntity(g,x)},p.prototype.not=function(g,x){return this.notation(g,x)},p.prototype.up=function(){return this.root()||this.documentObject},p})(l)}).call(this)},{"./Utility":103,"./XMLDTDAttList":107,"./XMLDTDElement":108,"./XMLDTDEntity":109,"./XMLDTDNotation":110,"./XMLNode":116}],113:[function(t,i,r){(function(){var a,s,c,f,l=function(h,u){for(var d in u)o.call(u,d)&&(h[d]=u[d]);function p(){this.constructor=h}return p.prototype=u.prototype,h.prototype=new p,h.__super__=u.prototype,h},o={}.hasOwnProperty;f=t("./Utility").isPlainObject,a=t("./XMLNode"),c=t("./XMLStringifier"),s=t("./XMLStringWriter"),i.exports=(function(h){l(u,h);function u(d){u.__super__.constructor.call(this,null),this.name="?xml",d||(d={}),d.writer||(d.writer=new s),this.options=d,this.stringify=new c(d),this.isDocument=!0}return u.prototype.end=function(d){var p;return d?f(d)&&(p=d,d=this.options.writer.set(p)):d=this.options.writer,d.document(this)},u.prototype.toString=function(d){return this.options.writer.set(d).document(this)},u})(a)}).call(this)},{"./Utility":103,"./XMLNode":116,"./XMLStringWriter":120,"./XMLStringifier":121}],114:[function(t,i,r){(function(){var a,s,c,f,l,o,h,u,d,p,g,x,_,b,m,w,y,v,D,E,I={}.hasOwnProperty;E=t("./Utility"),v=E.isObject,y=E.isFunction,D=E.isPlainObject,w=E.getValue,p=t("./XMLElement"),s=t("./XMLCData"),c=t("./XMLComment"),x=t("./XMLRaw"),m=t("./XMLText"),g=t("./XMLProcessingInstruction"),u=t("./XMLDeclaration"),d=t("./XMLDocType"),f=t("./XMLDTDAttList"),o=t("./XMLDTDEntity"),l=t("./XMLDTDElement"),h=t("./XMLDTDNotation"),a=t("./XMLAttribute"),b=t("./XMLStringifier"),_=t("./XMLStringWriter"),i.exports=(function(){function U(R,S,M){var L;this.name="?xml",R||(R={}),R.writer?D(R.writer)&&(L=R.writer,R.writer=new _(L)):R.writer=new _(R),this.options=R,this.writer=R.writer,this.stringify=new b(R),this.onDataCallback=S||function(){},this.onEndCallback=M||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return U.prototype.node=function(R,S,M){var L;if(R==null)throw new Error("Missing node name.");if(this.root&&this.currentLevel===-1)throw new Error("Document can only have one root node. "+this.debugInfo(R));return this.openCurrent(),R=w(R),S==null&&(S={}),S=w(S),v(S)||(L=[S,M],M=L[0],S=L[1]),this.currentNode=new p(this,R,S),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,M!=null&&this.text(M),this},U.prototype.element=function(R,S,M){return this.currentNode&&this.currentNode instanceof d?this.dtdElement.apply(this,arguments):this.node(R,S,M)},U.prototype.attribute=function(R,S){var M,L;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(R));if(R!=null&&(R=w(R)),v(R))for(M in R)I.call(R,M)&&(L=R[M],this.attribute(M,L));else y(S)&&(S=S.apply()),(!this.options.skipNullAttributes||S!=null)&&(this.currentNode.attributes[R]=new a(this,R,S));return this},U.prototype.text=function(R){var S;return this.openCurrent(),S=new m(this,R),this.onData(this.writer.text(S,this.currentLevel+1),this.currentLevel+1),this},U.prototype.cdata=function(R){var S;return this.openCurrent(),S=new s(this,R),this.onData(this.writer.cdata(S,this.currentLevel+1),this.currentLevel+1),this},U.prototype.comment=function(R){var S;return this.openCurrent(),S=new c(this,R),this.onData(this.writer.comment(S,this.currentLevel+1),this.currentLevel+1),this},U.prototype.raw=function(R){var S;return this.openCurrent(),S=new x(this,R),this.onData(this.writer.raw(S,this.currentLevel+1),this.currentLevel+1),this},U.prototype.instruction=function(R,S){var M,L,Y,le,N;if(this.openCurrent(),R!=null&&(R=w(R)),S!=null&&(S=w(S)),Array.isArray(R))for(M=0,le=R.length;M<le;M++)L=R[M],this.instruction(L);else if(v(R))for(L in R)I.call(R,L)&&(Y=R[L],this.instruction(L,Y));else y(S)&&(S=S.apply()),N=new g(this,R,S),this.onData(this.writer.processingInstruction(N,this.currentLevel+1),this.currentLevel+1);return this},U.prototype.declaration=function(R,S,M){var L;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return L=new u(this,R,S,M),this.onData(this.writer.declaration(L,this.currentLevel+1),this.currentLevel+1),this},U.prototype.doctype=function(R,S,M){if(this.openCurrent(),R==null)throw new Error("Missing root node name.");if(this.root)throw new Error("dtd() must come before the root node.");return this.currentNode=new d(this,S,M),this.currentNode.rootNodeName=R,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},U.prototype.dtdElement=function(R,S){var M;return this.openCurrent(),M=new l(this,R,S),this.onData(this.writer.dtdElement(M,this.currentLevel+1),this.currentLevel+1),this},U.prototype.attList=function(R,S,M,L,Y){var le;return this.openCurrent(),le=new f(this,R,S,M,L,Y),this.onData(this.writer.dtdAttList(le,this.currentLevel+1),this.currentLevel+1),this},U.prototype.entity=function(R,S){var M;return this.openCurrent(),M=new o(this,!1,R,S),this.onData(this.writer.dtdEntity(M,this.currentLevel+1),this.currentLevel+1),this},U.prototype.pEntity=function(R,S){var M;return this.openCurrent(),M=new o(this,!0,R,S),this.onData(this.writer.dtdEntity(M,this.currentLevel+1),this.currentLevel+1),this},U.prototype.notation=function(R,S){var M;return this.openCurrent(),M=new h(this,R,S),this.onData(this.writer.dtdNotation(M,this.currentLevel+1),this.currentLevel+1),this},U.prototype.up=function(){if(this.currentLevel<0)throw new Error("The document node has no parent.");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},U.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},U.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},U.prototype.openNode=function(R){if(!R.isOpen)return!this.root&&this.currentLevel===0&&R instanceof p&&(this.root=R),this.onData(this.writer.openNode(R,this.currentLevel),this.currentLevel),R.isOpen=!0},U.prototype.closeNode=function(R){if(!R.isClosed)return this.onData(this.writer.closeNode(R,this.currentLevel),this.currentLevel),R.isClosed=!0},U.prototype.onData=function(R,S){return this.documentStarted=!0,this.onDataCallback(R,S+1)},U.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},U.prototype.debugInfo=function(R){return R==null?"":"node: <"+R+">"},U.prototype.ele=function(){return this.element.apply(this,arguments)},U.prototype.nod=function(R,S,M){return this.node(R,S,M)},U.prototype.txt=function(R){return this.text(R)},U.prototype.dat=function(R){return this.cdata(R)},U.prototype.com=function(R){return this.comment(R)},U.prototype.ins=function(R,S){return this.instruction(R,S)},U.prototype.dec=function(R,S,M){return this.declaration(R,S,M)},U.prototype.dtd=function(R,S,M){return this.doctype(R,S,M)},U.prototype.e=function(R,S,M){return this.element(R,S,M)},U.prototype.n=function(R,S,M){return this.node(R,S,M)},U.prototype.t=function(R){return this.text(R)},U.prototype.d=function(R){return this.cdata(R)},U.prototype.c=function(R){return this.comment(R)},U.prototype.r=function(R){return this.raw(R)},U.prototype.i=function(R,S){return this.instruction(R,S)},U.prototype.att=function(){return this.currentNode&&this.currentNode instanceof d?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},U.prototype.a=function(){return this.currentNode&&this.currentNode instanceof d?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},U.prototype.ent=function(R,S){return this.entity(R,S)},U.prototype.pent=function(R,S){return this.pEntity(R,S)},U.prototype.not=function(R,S){return this.notation(R,S)},U})()}).call(this)},{"./Utility":103,"./XMLAttribute":104,"./XMLCData":105,"./XMLComment":106,"./XMLDTDAttList":107,"./XMLDTDElement":108,"./XMLDTDEntity":109,"./XMLDTDNotation":110,"./XMLDeclaration":111,"./XMLDocType":112,"./XMLElement":115,"./XMLProcessingInstruction":117,"./XMLRaw":118,"./XMLStringWriter":120,"./XMLStringifier":121,"./XMLText":122}],115:[function(t,i,r){(function(){var a,s,c,f,l,o,h=function(d,p){for(var g in p)u.call(p,g)&&(d[g]=p[g]);function x(){this.constructor=d}return x.prototype=p.prototype,d.prototype=new x,d.__super__=p.prototype,d},u={}.hasOwnProperty;o=t("./Utility"),l=o.isObject,f=o.isFunction,c=o.getValue,s=t("./XMLNode"),a=t("./XMLAttribute"),i.exports=(function(d){h(p,d);function p(g,x,_){if(p.__super__.constructor.call(this,g),x==null)throw new Error("Missing element name. "+this.debugInfo());this.name=this.stringify.eleName(x),this.attributes={},_!=null&&this.attribute(_),g.isDocument&&(this.isRoot=!0,this.documentObject=g,g.rootObject=this)}return p.prototype.clone=function(){var g,x,_,b;_=Object.create(this),_.isRoot&&(_.documentObject=null),_.attributes={},b=this.attributes;for(x in b)u.call(b,x)&&(g=b[x],_.attributes[x]=g.clone());return _.children=[],this.children.forEach(function(m){var w;return w=m.clone(),w.parent=_,_.children.push(w)}),_},p.prototype.attribute=function(g,x){var _,b;if(g!=null&&(g=c(g)),l(g))for(_ in g)u.call(g,_)&&(b=g[_],this.attribute(_,b));else f(x)&&(x=x.apply()),(!this.options.skipNullAttributes||x!=null)&&(this.attributes[g]=new a(this,g,x));return this},p.prototype.removeAttribute=function(g){var x,_,b;if(g==null)throw new Error("Missing attribute name. "+this.debugInfo());if(g=c(g),Array.isArray(g))for(_=0,b=g.length;_<b;_++)x=g[_],delete this.attributes[x];else delete this.attributes[g];return this},p.prototype.toString=function(g){return this.options.writer.set(g).element(this)},p.prototype.att=function(g,x){return this.attribute(g,x)},p.prototype.a=function(g,x){return this.attribute(g,x)},p})(s)}).call(this)},{"./Utility":103,"./XMLAttribute":104,"./XMLNode":116}],116:[function(t,i,r){(function(){var a,s,c,f,l,o,h,u,d,p,g,x,_,b={}.hasOwnProperty;_=t("./Utility"),x=_.isObject,g=_.isFunction,p=_.isEmpty,d=_.getValue,l=null,a=null,s=null,c=null,f=null,h=null,u=null,o=null,i.exports=(function(){function m(w){this.parent=w,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.children=[],l||(l=t("./XMLElement"),a=t("./XMLCData"),s=t("./XMLComment"),c=t("./XMLDeclaration"),f=t("./XMLDocType"),h=t("./XMLRaw"),u=t("./XMLText"),o=t("./XMLProcessingInstruction"))}return m.prototype.element=function(w,y,v){var D,E,I,U,R,S,M,L,Y,le;if(S=null,y==null&&(y={}),y=d(y),x(y)||(Y=[y,v],v=Y[0],y=Y[1]),w!=null&&(w=d(w)),Array.isArray(w))for(I=0,M=w.length;I<M;I++)E=w[I],S=this.element(E);else if(g(w))S=this.element(w.apply());else if(x(w)){for(R in w)if(b.call(w,R))if(le=w[R],g(le)&&(le=le.apply()),x(le)&&p(le)&&(le=null),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&R.indexOf(this.stringify.convertAttKey)===0)S=this.attribute(R.substr(this.stringify.convertAttKey.length),le);else if(!this.options.separateArrayItems&&Array.isArray(le))for(U=0,L=le.length;U<L;U++)E=le[U],D={},D[R]=E,S=this.element(D);else x(le)?(S=this.element(R),S.element(le)):S=this.element(R,le)}else!this.options.ignoreDecorators&&this.stringify.convertTextKey&&w.indexOf(this.stringify.convertTextKey)===0?S=this.text(v):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&w.indexOf(this.stringify.convertCDataKey)===0?S=this.cdata(v):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&w.indexOf(this.stringify.convertCommentKey)===0?S=this.comment(v):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&w.indexOf(this.stringify.convertRawKey)===0?S=this.raw(v):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&w.indexOf(this.stringify.convertPIKey)===0?S=this.instruction(w.substr(this.stringify.convertPIKey.length),v):S=this.node(w,y,v);if(S==null)throw new Error("Could not create any elements with: "+w+". "+this.debugInfo());return S},m.prototype.insertBefore=function(w,y,v){var D,E,I;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(w));return E=this.parent.children.indexOf(this),I=this.parent.children.splice(E),D=this.parent.element(w,y,v),Array.prototype.push.apply(this.parent.children,I),D},m.prototype.insertAfter=function(w,y,v){var D,E,I;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(w));return E=this.parent.children.indexOf(this),I=this.parent.children.splice(E+1),D=this.parent.element(w,y,v),Array.prototype.push.apply(this.parent.children,I),D},m.prototype.remove=function(){var w;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return w=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[w,w-w+1].concat([])),this.parent},m.prototype.node=function(w,y,v){var D,E;return w!=null&&(w=d(w)),y||(y={}),y=d(y),x(y)||(E=[y,v],v=E[0],y=E[1]),D=new l(this,w,y),v!=null&&D.text(v),this.children.push(D),D},m.prototype.text=function(w){var y;return y=new u(this,w),this.children.push(y),this},m.prototype.cdata=function(w){var y;return y=new a(this,w),this.children.push(y),this},m.prototype.comment=function(w){var y;return y=new s(this,w),this.children.push(y),this},m.prototype.commentBefore=function(w){var y,v;return y=this.parent.children.indexOf(this),v=this.parent.children.splice(y),this.parent.comment(w),Array.prototype.push.apply(this.parent.children,v),this},m.prototype.commentAfter=function(w){var y,v;return y=this.parent.children.indexOf(this),v=this.parent.children.splice(y+1),this.parent.comment(w),Array.prototype.push.apply(this.parent.children,v),this},m.prototype.raw=function(w){var y;return y=new h(this,w),this.children.push(y),this},m.prototype.instruction=function(w,y){var v,D,E,I,U;if(w!=null&&(w=d(w)),y!=null&&(y=d(y)),Array.isArray(w))for(I=0,U=w.length;I<U;I++)v=w[I],this.instruction(v);else if(x(w))for(v in w)b.call(w,v)&&(D=w[v],this.instruction(v,D));else g(y)&&(y=y.apply()),E=new o(this,w,y),this.children.push(E);return this},m.prototype.instructionBefore=function(w,y){var v,D;return v=this.parent.children.indexOf(this),D=this.parent.children.splice(v),this.parent.instruction(w,y),Array.prototype.push.apply(this.parent.children,D),this},m.prototype.instructionAfter=function(w,y){var v,D;return v=this.parent.children.indexOf(this),D=this.parent.children.splice(v+1),this.parent.instruction(w,y),Array.prototype.push.apply(this.parent.children,D),this},m.prototype.declaration=function(w,y,v){var D,E;return D=this.document(),E=new c(D,w,y,v),D.children[0]instanceof c?D.children[0]=E:D.children.unshift(E),D.root()||D},m.prototype.doctype=function(w,y){var v,D,E,I,U,R,S,M,L,Y;for(D=this.document(),E=new f(D,w,y),L=D.children,I=U=0,S=L.length;U<S;I=++U)if(v=L[I],v instanceof f)return D.children[I]=E,E;for(Y=D.children,I=R=0,M=Y.length;R<M;I=++R)if(v=Y[I],v.isRoot)return D.children.splice(I,0,E),E;return D.children.push(E),E},m.prototype.up=function(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},m.prototype.root=function(){var w;for(w=this;w;){if(w.isDocument)return w.rootObject;if(w.isRoot)return w;w=w.parent}},m.prototype.document=function(){var w;for(w=this;w;){if(w.isDocument)return w;w=w.parent}},m.prototype.end=function(w){return this.document().end(w)},m.prototype.prev=function(){var w;if(w=this.parent.children.indexOf(this),w<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[w-1]},m.prototype.next=function(){var w;if(w=this.parent.children.indexOf(this),w===-1||w===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[w+1]},m.prototype.importDocument=function(w){var y;return y=w.root().clone(),y.parent=this,y.isRoot=!1,this.children.push(y),this},m.prototype.debugInfo=function(w){var y,v;return w=w||this.name,w==null&&!((y=this.parent)!=null&&y.name)?"":w==null?"parent: <"+this.parent.name+">":(v=this.parent)!=null&&v.name?"node: <"+w+">, parent: <"+this.parent.name+">":"node: <"+w+">"},m.prototype.ele=function(w,y,v){return this.element(w,y,v)},m.prototype.nod=function(w,y,v){return this.node(w,y,v)},m.prototype.txt=function(w){return this.text(w)},m.prototype.dat=function(w){return this.cdata(w)},m.prototype.com=function(w){return this.comment(w)},m.prototype.ins=function(w,y){return this.instruction(w,y)},m.prototype.doc=function(){return this.document()},m.prototype.dec=function(w,y,v){return this.declaration(w,y,v)},m.prototype.dtd=function(w,y){return this.doctype(w,y)},m.prototype.e=function(w,y,v){return this.element(w,y,v)},m.prototype.n=function(w,y,v){return this.node(w,y,v)},m.prototype.t=function(w){return this.text(w)},m.prototype.d=function(w){return this.cdata(w)},m.prototype.c=function(w){return this.comment(w)},m.prototype.r=function(w){return this.raw(w)},m.prototype.i=function(w,y){return this.instruction(w,y)},m.prototype.u=function(){return this.up()},m.prototype.importXMLBuilder=function(w){return this.importDocument(w)},m})()}).call(this)},{"./Utility":103,"./XMLCData":105,"./XMLComment":106,"./XMLDeclaration":111,"./XMLDocType":112,"./XMLElement":115,"./XMLProcessingInstruction":117,"./XMLRaw":118,"./XMLText":122}],117:[function(t,i,r){(function(){var a,s=function(f,l){for(var o in l)c.call(l,o)&&(f[o]=l[o]);function h(){this.constructor=f}return h.prototype=l.prototype,f.prototype=new h,f.__super__=l.prototype,f},c={}.hasOwnProperty;a=t("./XMLNode"),i.exports=(function(f){s(l,f);function l(o,h,u){if(l.__super__.constructor.call(this,o),h==null)throw new Error("Missing instruction target. "+this.debugInfo());this.target=this.stringify.insTarget(h),u&&(this.value=this.stringify.insValue(u))}return l.prototype.clone=function(){return Object.create(this)},l.prototype.toString=function(o){return this.options.writer.set(o).processingInstruction(this)},l})(a)}).call(this)},{"./XMLNode":116}],118:[function(t,i,r){(function(){var a,s=function(f,l){for(var o in l)c.call(l,o)&&(f[o]=l[o]);function h(){this.constructor=f}return h.prototype=l.prototype,f.prototype=new h,f.__super__=l.prototype,f},c={}.hasOwnProperty;a=t("./XMLNode"),i.exports=(function(f){s(l,f);function l(o,h){if(l.__super__.constructor.call(this,o),h==null)throw new Error("Missing raw text. "+this.debugInfo());this.value=this.stringify.raw(h)}return l.prototype.clone=function(){return Object.create(this)},l.prototype.toString=function(o){return this.options.writer.set(o).raw(this)},l})(a)}).call(this)},{"./XMLNode":116}],119:[function(t,i,r){(function(){var a,s,c,f,l,o,h,u,d,p,g,x,_,b=function(w,y){for(var v in y)m.call(y,v)&&(w[v]=y[v]);function D(){this.constructor=w}return D.prototype=y.prototype,w.prototype=new D,w.__super__=y.prototype,w},m={}.hasOwnProperty;h=t("./XMLDeclaration"),u=t("./XMLDocType"),a=t("./XMLCData"),s=t("./XMLComment"),d=t("./XMLElement"),g=t("./XMLRaw"),x=t("./XMLText"),p=t("./XMLProcessingInstruction"),c=t("./XMLDTDAttList"),f=t("./XMLDTDElement"),l=t("./XMLDTDEntity"),o=t("./XMLDTDNotation"),_=t("./XMLWriterBase"),i.exports=(function(w){b(y,w);function y(v,D){y.__super__.constructor.call(this,D),this.stream=v}return y.prototype.document=function(v){var D,E,I,U,R,S,M,L;for(S=v.children,E=0,U=S.length;E<U;E++)D=S[E],D.isLastRootNode=!1;for(v.children[v.children.length-1].isLastRootNode=!0,M=v.children,L=[],I=0,R=M.length;I<R;I++)switch(D=M[I],!1){case!(D instanceof h):L.push(this.declaration(D));break;case!(D instanceof u):L.push(this.docType(D));break;case!(D instanceof s):L.push(this.comment(D));break;case!(D instanceof p):L.push(this.processingInstruction(D));break;default:L.push(this.element(D))}return L},y.prototype.attribute=function(v){return this.stream.write(" "+v.name+'="'+v.value+'"')},y.prototype.cdata=function(v,D){return this.stream.write(this.space(D)+"<![CDATA["+v.text+"]]>"+this.endline(v))},y.prototype.comment=function(v,D){return this.stream.write(this.space(D)+"<!-- "+v.text+" -->"+this.endline(v))},y.prototype.declaration=function(v,D){return this.stream.write(this.space(D)),this.stream.write('<?xml version="'+v.version+'"'),v.encoding!=null&&this.stream.write(' encoding="'+v.encoding+'"'),v.standalone!=null&&this.stream.write(' standalone="'+v.standalone+'"'),this.stream.write(this.spacebeforeslash+"?>"),this.stream.write(this.endline(v))},y.prototype.docType=function(v,D){var E,I,U,R;if(D||(D=0),this.stream.write(this.space(D)),this.stream.write("<!DOCTYPE "+v.root().name),v.pubID&&v.sysID?this.stream.write(' PUBLIC "'+v.pubID+'" "'+v.sysID+'"'):v.sysID&&this.stream.write(' SYSTEM "'+v.sysID+'"'),v.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(v)),R=v.children,I=0,U=R.length;I<U;I++)switch(E=R[I],!1){case!(E instanceof c):this.dtdAttList(E,D+1);break;case!(E instanceof f):this.dtdElement(E,D+1);break;case!(E instanceof l):this.dtdEntity(E,D+1);break;case!(E instanceof o):this.dtdNotation(E,D+1);break;case!(E instanceof a):this.cdata(E,D+1);break;case!(E instanceof s):this.comment(E,D+1);break;case!(E instanceof p):this.processingInstruction(E,D+1);break;default:throw new Error("Unknown DTD node type: "+E.constructor.name)}this.stream.write("]")}return this.stream.write(this.spacebeforeslash+">"),this.stream.write(this.endline(v))},y.prototype.element=function(v,D){var E,I,U,R,S,M,L,Y;D||(D=0),Y=this.space(D),this.stream.write(Y+"<"+v.name),M=v.attributes;for(S in M)m.call(M,S)&&(E=M[S],this.attribute(E));if(v.children.length===0||v.children.every(function(le){return le.value===""}))this.allowEmpty?this.stream.write("></"+v.name+">"):this.stream.write(this.spacebeforeslash+"/>");else if(this.pretty&&v.children.length===1&&v.children[0].value!=null)this.stream.write(">"),this.stream.write(v.children[0].value),this.stream.write("</"+v.name+">");else{for(this.stream.write(">"+this.newline),L=v.children,U=0,R=L.length;U<R;U++)switch(I=L[U],!1){case!(I instanceof a):this.cdata(I,D+1);break;case!(I instanceof s):this.comment(I,D+1);break;case!(I instanceof d):this.element(I,D+1);break;case!(I instanceof g):this.raw(I,D+1);break;case!(I instanceof x):this.text(I,D+1);break;case!(I instanceof p):this.processingInstruction(I,D+1);break;default:throw new Error("Unknown XML node type: "+I.constructor.name)}this.stream.write(Y+"</"+v.name+">")}return this.stream.write(this.endline(v))},y.prototype.processingInstruction=function(v,D){return this.stream.write(this.space(D)+"<?"+v.target),v.value&&this.stream.write(" "+v.value),this.stream.write(this.spacebeforeslash+"?>"+this.endline(v))},y.prototype.raw=function(v,D){return this.stream.write(this.space(D)+v.value+this.endline(v))},y.prototype.text=function(v,D){return this.stream.write(this.space(D)+v.value+this.endline(v))},y.prototype.dtdAttList=function(v,D){return this.stream.write(this.space(D)+"<!ATTLIST "+v.elementName+" "+v.attributeName+" "+v.attributeType),v.defaultValueType!=="#DEFAULT"&&this.stream.write(" "+v.defaultValueType),v.defaultValue&&this.stream.write(' "'+v.defaultValue+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(v))},y.prototype.dtdElement=function(v,D){return this.stream.write(this.space(D)+"<!ELEMENT "+v.name+" "+v.value),this.stream.write(this.spacebeforeslash+">"+this.endline(v))},y.prototype.dtdEntity=function(v,D){return this.stream.write(this.space(D)+"<!ENTITY"),v.pe&&this.stream.write(" %"),this.stream.write(" "+v.name),v.value?this.stream.write(' "'+v.value+'"'):(v.pubID&&v.sysID?this.stream.write(' PUBLIC "'+v.pubID+'" "'+v.sysID+'"'):v.sysID&&this.stream.write(' SYSTEM "'+v.sysID+'"'),v.nData&&this.stream.write(" NDATA "+v.nData)),this.stream.write(this.spacebeforeslash+">"+this.endline(v))},y.prototype.dtdNotation=function(v,D){return this.stream.write(this.space(D)+"<!NOTATION "+v.name),v.pubID&&v.sysID?this.stream.write(' PUBLIC "'+v.pubID+'" "'+v.sysID+'"'):v.pubID?this.stream.write(' PUBLIC "'+v.pubID+'"'):v.sysID&&this.stream.write(' SYSTEM "'+v.sysID+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(v))},y.prototype.endline=function(v){return v.isLastRootNode?"":this.newline},y})(_)}).call(this)},{"./XMLCData":105,"./XMLComment":106,"./XMLDTDAttList":107,"./XMLDTDElement":108,"./XMLDTDEntity":109,"./XMLDTDNotation":110,"./XMLDeclaration":111,"./XMLDocType":112,"./XMLElement":115,"./XMLProcessingInstruction":117,"./XMLRaw":118,"./XMLText":122,"./XMLWriterBase":123}],120:[function(t,i,r){(function(){var a,s,c,f,l,o,h,u,d,p,g,x,_,b=function(w,y){for(var v in y)m.call(y,v)&&(w[v]=y[v]);function D(){this.constructor=w}return D.prototype=y.prototype,w.prototype=new D,w.__super__=y.prototype,w},m={}.hasOwnProperty;h=t("./XMLDeclaration"),u=t("./XMLDocType"),a=t("./XMLCData"),s=t("./XMLComment"),d=t("./XMLElement"),g=t("./XMLRaw"),x=t("./XMLText"),p=t("./XMLProcessingInstruction"),c=t("./XMLDTDAttList"),f=t("./XMLDTDElement"),l=t("./XMLDTDEntity"),o=t("./XMLDTDNotation"),_=t("./XMLWriterBase"),i.exports=(function(w){b(y,w);function y(v){y.__super__.constructor.call(this,v)}return y.prototype.document=function(v){var D,E,I,U,R;for(this.textispresent=!1,U="",R=v.children,E=0,I=R.length;E<I;E++)D=R[E],U+=(function(){switch(!1){case!(D instanceof h):return this.declaration(D);case!(D instanceof u):return this.docType(D);case!(D instanceof s):return this.comment(D);case!(D instanceof p):return this.processingInstruction(D);default:return this.element(D,0)}}).call(this);return this.pretty&&U.slice(-this.newline.length)===this.newline&&(U=U.slice(0,-this.newline.length)),U},y.prototype.attribute=function(v){return" "+v.name+'="'+v.value+'"'},y.prototype.cdata=function(v,D){return this.space(D)+"<![CDATA["+v.text+"]]>"+this.newline},y.prototype.comment=function(v,D){return this.space(D)+"<!-- "+v.text+" -->"+this.newline},y.prototype.declaration=function(v,D){var E;return E=this.space(D),E+='<?xml version="'+v.version+'"',v.encoding!=null&&(E+=' encoding="'+v.encoding+'"'),v.standalone!=null&&(E+=' standalone="'+v.standalone+'"'),E+=this.spacebeforeslash+"?>",E+=this.newline,E},y.prototype.docType=function(v,D){var E,I,U,R,S;if(D||(D=0),R=this.space(D),R+="<!DOCTYPE "+v.root().name,v.pubID&&v.sysID?R+=' PUBLIC "'+v.pubID+'" "'+v.sysID+'"':v.sysID&&(R+=' SYSTEM "'+v.sysID+'"'),v.children.length>0){for(R+=" [",R+=this.newline,S=v.children,I=0,U=S.length;I<U;I++)E=S[I],R+=(function(){switch(!1){case!(E instanceof c):return this.dtdAttList(E,D+1);case!(E instanceof f):return this.dtdElement(E,D+1);case!(E instanceof l):return this.dtdEntity(E,D+1);case!(E instanceof o):return this.dtdNotation(E,D+1);case!(E instanceof a):return this.cdata(E,D+1);case!(E instanceof s):return this.comment(E,D+1);case!(E instanceof p):return this.processingInstruction(E,D+1);default:throw new Error("Unknown DTD node type: "+E.constructor.name)}}).call(this);R+="]"}return R+=this.spacebeforeslash+">",R+=this.newline,R},y.prototype.element=function(v,D){var E,I,U,R,S,M,L,Y,le,N,ee,k,ce;D||(D=0),ce=!1,this.textispresent?(this.newline="",this.pretty=!1):(this.newline=this.newlinedefault,this.pretty=this.prettydefault),k=this.space(D),Y="",Y+=k+"<"+v.name,le=v.attributes;for(L in le)m.call(le,L)&&(E=le[L],Y+=this.attribute(E));if(v.children.length===0||v.children.every(function(G){return G.value===""}))this.allowEmpty?Y+="></"+v.name+">"+this.newline:Y+=this.spacebeforeslash+"/>"+this.newline;else if(this.pretty&&v.children.length===1&&v.children[0].value!=null)Y+=">",Y+=v.children[0].value,Y+="</"+v.name+">"+this.newline;else{if(this.dontprettytextnodes){for(N=v.children,U=0,S=N.length;U<S;U++)if(I=N[U],I.value!=null){this.textispresent++,ce=!0;break}}for(this.textispresent&&(this.newline="",this.pretty=!1,k=this.space(D)),Y+=">"+this.newline,ee=v.children,R=0,M=ee.length;R<M;R++)I=ee[R],Y+=(function(){switch(!1){case!(I instanceof a):return this.cdata(I,D+1);case!(I instanceof s):return this.comment(I,D+1);case!(I instanceof d):return this.element(I,D+1);case!(I instanceof g):return this.raw(I,D+1);case!(I instanceof x):return this.text(I,D+1);case!(I instanceof p):return this.processingInstruction(I,D+1);default:throw new Error("Unknown XML node type: "+I.constructor.name)}}).call(this);ce&&this.textispresent--,this.textispresent||(this.newline=this.newlinedefault,this.pretty=this.prettydefault),Y+=k+"</"+v.name+">"+this.newline}return Y},y.prototype.processingInstruction=function(v,D){var E;return E=this.space(D)+"<?"+v.target,v.value&&(E+=" "+v.value),E+=this.spacebeforeslash+"?>"+this.newline,E},y.prototype.raw=function(v,D){return this.space(D)+v.value+this.newline},y.prototype.text=function(v,D){return this.space(D)+v.value+this.newline},y.prototype.dtdAttList=function(v,D){var E;return E=this.space(D)+"<!ATTLIST "+v.elementName+" "+v.attributeName+" "+v.attributeType,v.defaultValueType!=="#DEFAULT"&&(E+=" "+v.defaultValueType),v.defaultValue&&(E+=' "'+v.defaultValue+'"'),E+=this.spacebeforeslash+">"+this.newline,E},y.prototype.dtdElement=function(v,D){return this.space(D)+"<!ELEMENT "+v.name+" "+v.value+this.spacebeforeslash+">"+this.newline},y.prototype.dtdEntity=function(v,D){var E;return E=this.space(D)+"<!ENTITY",v.pe&&(E+=" %"),E+=" "+v.name,v.value?E+=' "'+v.value+'"':(v.pubID&&v.sysID?E+=' PUBLIC "'+v.pubID+'" "'+v.sysID+'"':v.sysID&&(E+=' SYSTEM "'+v.sysID+'"'),v.nData&&(E+=" NDATA "+v.nData)),E+=this.spacebeforeslash+">"+this.newline,E},y.prototype.dtdNotation=function(v,D){var E;return E=this.space(D)+"<!NOTATION "+v.name,v.pubID&&v.sysID?E+=' PUBLIC "'+v.pubID+'" "'+v.sysID+'"':v.pubID?E+=' PUBLIC "'+v.pubID+'"':v.sysID&&(E+=' SYSTEM "'+v.sysID+'"'),E+=this.spacebeforeslash+">"+this.newline,E},y.prototype.openNode=function(v,D){var E,I,U,R;if(D||(D=0),v instanceof d){U=this.space(D)+"<"+v.name,R=v.attributes;for(I in R)m.call(R,I)&&(E=R[I],U+=this.attribute(E));return U+=(v.children?">":"/>")+this.newline,U}else return U=this.space(D)+"<!DOCTYPE "+v.rootNodeName,v.pubID&&v.sysID?U+=' PUBLIC "'+v.pubID+'" "'+v.sysID+'"':v.sysID&&(U+=' SYSTEM "'+v.sysID+'"'),U+=(v.children?" [":">")+this.newline,U},y.prototype.closeNode=function(v,D){switch(D||(D=0),!1){case!(v instanceof d):return this.space(D)+"</"+v.name+">"+this.newline;case!(v instanceof u):return this.space(D)+"]>"+this.newline}},y})(_)}).call(this)},{"./XMLCData":105,"./XMLComment":106,"./XMLDTDAttList":107,"./XMLDTDElement":108,"./XMLDTDEntity":109,"./XMLDTDNotation":110,"./XMLDeclaration":111,"./XMLDocType":112,"./XMLElement":115,"./XMLProcessingInstruction":117,"./XMLRaw":118,"./XMLText":122,"./XMLWriterBase":123}],121:[function(t,i,r){(function(){var a=function(c,f){return function(){return c.apply(f,arguments)}},s={}.hasOwnProperty;i.exports=(function(){function c(f){this.assertLegalChar=a(this.assertLegalChar,this);var l,o,h;f||(f={}),this.noDoubleEncoding=f.noDoubleEncoding,o=f.stringify||{};for(l in o)s.call(o,l)&&(h=o[l],this[l]=h)}return c.prototype.eleName=function(f){return f=""+f||"",this.assertLegalChar(f)},c.prototype.eleText=function(f){return f=""+f||"",this.assertLegalChar(this.elEscape(f))},c.prototype.cdata=function(f){return f=""+f||"",f=f.replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(f)},c.prototype.comment=function(f){if(f=""+f||"",f.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+f);return this.assertLegalChar(f)},c.prototype.raw=function(f){return""+f||""},c.prototype.attName=function(f){return f=""+f||""},c.prototype.attValue=function(f){return f=""+f||"",this.attEscape(f)},c.prototype.insTarget=function(f){return""+f||""},c.prototype.insValue=function(f){if(f=""+f||"",f.match(/\?>/))throw new Error("Invalid processing instruction value: "+f);return f},c.prototype.xmlVersion=function(f){if(f=""+f||"",!f.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+f);return f},c.prototype.xmlEncoding=function(f){if(f=""+f||"",!f.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+f);return f},c.prototype.xmlStandalone=function(f){return f?"yes":"no"},c.prototype.dtdPubID=function(f){return""+f||""},c.prototype.dtdSysID=function(f){return""+f||""},c.prototype.dtdElementValue=function(f){return""+f||""},c.prototype.dtdAttType=function(f){return""+f||""},c.prototype.dtdAttDefault=function(f){return f!=null?""+f||"":f},c.prototype.dtdEntityValue=function(f){return""+f||""},c.prototype.dtdNData=function(f){return""+f||""},c.prototype.convertAttKey="@",c.prototype.convertPIKey="?",c.prototype.convertTextKey="#text",c.prototype.convertCDataKey="#cdata",c.prototype.convertCommentKey="#comment",c.prototype.convertRawKey="#raw",c.prototype.assertLegalChar=function(f){var l;if(l=f.match(/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/),l)throw new Error("Invalid character in string: "+f+" at index "+l.index);return f},c.prototype.elEscape=function(f){var l;return l=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,f.replace(l,"&").replace(/</g,"<").replace(/>/g,">").replace(/\r/g,"
")},c.prototype.attEscape=function(f){var l;return l=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,f.replace(l,"&").replace(/</g,"<").replace(/"/g,""").replace(/\t/g,"	").replace(/\n/g,"
").replace(/\r/g,"
")},c})()}).call(this)},{}],122:[function(t,i,r){(function(){var a,s=function(f,l){for(var o in l)c.call(l,o)&&(f[o]=l[o]);function h(){this.constructor=f}return h.prototype=l.prototype,f.prototype=new h,f.__super__=l.prototype,f},c={}.hasOwnProperty;a=t("./XMLNode"),i.exports=(function(f){s(l,f);function l(o,h){if(l.__super__.constructor.call(this,o),h==null)throw new Error("Missing element text. "+this.debugInfo());this.value=this.stringify.eleText(h)}return l.prototype.clone=function(){return Object.create(this)},l.prototype.toString=function(o){return this.options.writer.set(o).text(this)},l})(a)}).call(this)},{"./XMLNode":116}],123:[function(t,i,r){(function(){var a={}.hasOwnProperty;i.exports=(function(){function s(c){var f,l,o,h,u,d,p,g,x;c||(c={}),this.pretty=c.pretty||!1,this.allowEmpty=(l=c.allowEmpty)!=null?l:!1,this.pretty?(this.indent=(o=c.indent)!=null?o:" ",this.newline=(h=c.newline)!=null?h:`
|
|
321
|
+
`,this.offset=(u=c.offset)!=null?u:0,this.dontprettytextnodes=(d=c.dontprettytextnodes)!=null?d:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash=(p=c.spacebeforeslash)!=null?p:"",this.spacebeforeslash===!0&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,g=c.writer||{};for(f in g)a.call(g,f)&&(x=g[f],this[f]=x)}return s.prototype.set=function(c){var f,l,o;c||(c={}),"pretty"in c&&(this.pretty=c.pretty),"allowEmpty"in c&&(this.allowEmpty=c.allowEmpty),this.pretty?(this.indent="indent"in c?c.indent:" ",this.newline="newline"in c?c.newline:`
|
|
322
|
+
`,this.offset="offset"in c?c.offset:0,this.dontprettytextnodes="dontprettytextnodes"in c?c.dontprettytextnodes:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash="spacebeforeslash"in c?c.spacebeforeslash:"",this.spacebeforeslash===!0&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,l=c.writer||{};for(f in l)a.call(l,f)&&(o=l[f],this[f]=o);return this},s.prototype.space=function(c){var f;return this.pretty?(f=(c||0)+this.offset+1,f>0?new Array(f).join(this.indent):""):""},s})()}).call(this)},{}],124:[function(t,i,r){(function(){var a,s,c,f,l,o,h;h=t("./Utility"),l=h.assign,o=h.isFunction,a=t("./XMLDocument"),s=t("./XMLDocumentCB"),f=t("./XMLStringWriter"),c=t("./XMLStreamWriter"),i.exports.create=function(u,d,p,g){var x,_;if(u==null)throw new Error("Root element needs a name.");return g=l({},d,p,g),x=new a(g),_=x.element(u),g.headless||(x.declaration(g),(g.pubID!=null||g.sysID!=null)&&x.doctype(g)),_},i.exports.begin=function(u,d,p){var g;return o(u)&&(g=[u,d],d=g[0],p=g[1],u={}),d?new s(u,d,p):new a(u)},i.exports.stringWriter=function(u){return new f(u)},i.exports.streamWriter=function(u,d){return new c(u,d)}}).call(this)},{"./Utility":103,"./XMLDocument":113,"./XMLDocumentCB":114,"./XMLStreamWriter":119,"./XMLStringWriter":120}]},{},[21])(21)})})(ba)),ba.exports}var Cv=Av();const Sv=Uv(Cv),rl=100,Iv=".md,.markdown,.pdf,.csv,.xls,.xlsx,.doc,.docx,.txt,.json,.xml,.log,.yaml,.yml";async function Oa(e){if(e.file)return e.file.arrayBuffer();if(!e.url)throw new Error("Document source does not include a readable file or URL.");const n=await fetch(e.url);if(!n.ok)throw new Error(`Document request failed with status ${n.status}.`);return n.arrayBuffer()}async function Na(e){if(e.file)return e.file.text();if(!e.url)throw new Error("Document source does not include a readable file or URL.");const n=await fetch(e.url);if(!n.ok)throw new Error(`Document request failed with status ${n.status}.`);return n.text()}function il(e){return e.file?URL.createObjectURL(e.file):e.url}const Rv={md:"markdown",markdown:"markdown",pdf:"pdf",xls:"excel",xlsx:"excel",csv:"excel",docx:"docx",txt:"text",log:"text",json:"text",xml:"text",yaml:"text",yml:"text"};function al(e){if(e.extension)return e.extension.replace(/^\./,"").toLowerCase();const n=e.name.split("?")[0]??e.name,t=n.lastIndexOf(".");return t>=0?n.slice(t+1).toLowerCase():""}function vs(e){const n=e.mimeType||(e.file instanceof File?e.file.type:"");return n.includes("pdf")?"pdf":n.includes("markdown")?"markdown":n.includes("spreadsheet")||n.includes("excel")||n.includes("csv")?"excel":n.includes("wordprocessingml")?"docx":n.startsWith("text/")||n.includes("json")||n.includes("xml")?"text":Rv[al(e)]??"unsupported"}function sl(e){return!!(e!=null&&e.url)}function cl({source:e,maxRows:n=rl,onError:t}){const[i,r]=Dn.useState({kind:"unsupported"}),[a,s]=Dn.useState(!1),c=Dn.useMemo(()=>{var o;if(!e)return"";const f=((o=e.file)==null?void 0:o.size)??0,l=e.file instanceof File?e.file.type:"";return[e.name,e.url??"",e.mimeType??"",e.extension??"",f,l].join("|")},[e]);return Dn.useEffect(()=>{if(!e){r({kind:"unsupported"}),s(!1);return}const f=e;let l=!1,o;async function h(){const u=vs(f);s(!0),r({kind:u});try{if(u==="pdf"){const d=il(f);f.file&&(o=d),l||r({kind:u,objectUrl:d});return}if(u==="markdown"){const d=await Na(f),p=await vt.parse(d,{async:!0});l||r({kind:u,html:p,text:d});return}if(u==="text"){const d=await Na(f);l||r({kind:u,text:d});return}if(u==="excel"){const d=await Oa(f),p=Ca(d,{type:"array"}),g=Mf(p,n);l||r({kind:u,sheets:g});return}if(u==="docx"){const d=await Oa(f),p=await Sv.convertToHtml({arrayBuffer:d});l||r({kind:u,html:p.value});return}l||r({kind:"unsupported"})}catch(d){const p=d instanceof Error?d:new Error("Document preview failed.");console.error(p),t==null||t(p),l||r({kind:u,error:p.message})}finally{l||s(!1)}}return h(),()=>{l=!0,o&&URL.revokeObjectURL(o)}},[c,n,t,e]),{state:i,isLoading:a}}function Ov(e){return`${e.name}-${e.size}-${e.lastModified}`}function ol(e){e.url&&window.open(e.url,"_blank","noopener,noreferrer")}function fl(e){if(e.file){const n=URL.createObjectURL(e.file);eo(n,e.name),URL.revokeObjectURL(n);return}e.url&&eo(e.url,e.name)}function eo(e,n){const t=document.createElement("a");t.href=e,t.download=n,t.rel="noopener noreferrer",t.click()}function ll(e){return typeof e=="number"?`${e}px`:e}function Nv(e){return e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:`${(e/1024/1024).toFixed(1)} MB`}/**
|
|
323
|
+
* @license lucide-react v0.468.0 - ISC
|
|
324
|
+
*
|
|
325
|
+
* This source code is licensed under the ISC license.
|
|
326
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
327
|
+
*/const Bv=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),ul=(...e)=>e.filter((n,t,i)=>!!n&&n.trim()!==""&&i.indexOf(n)===t).join(" ").trim();/**
|
|
328
|
+
* @license lucide-react v0.468.0 - ISC
|
|
329
|
+
*
|
|
330
|
+
* This source code is licensed under the ISC license.
|
|
331
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
332
|
+
*/var Lv={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
|
|
333
|
+
* @license lucide-react v0.468.0 - ISC
|
|
334
|
+
*
|
|
335
|
+
* This source code is licensed under the ISC license.
|
|
336
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
337
|
+
*/const Mv=Dn.forwardRef(({color:e="currentColor",size:n=24,strokeWidth:t=2,absoluteStrokeWidth:i,className:r="",children:a,iconNode:s,...c},f)=>Dn.createElement("svg",{ref:f,...Lv,width:n,height:n,stroke:e,strokeWidth:i?Number(t)*24/Number(n):t,className:ul("lucide",r),...c},[...s.map(([l,o])=>Dn.createElement(l,o)),...Array.isArray(a)?a:[a]]));/**
|
|
338
|
+
* @license lucide-react v0.468.0 - ISC
|
|
339
|
+
*
|
|
340
|
+
* This source code is licensed under the ISC license.
|
|
341
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
342
|
+
*/const Or=(e,n)=>{const t=Dn.forwardRef(({className:i,...r},a)=>Dn.createElement(Mv,{ref:a,iconNode:n,className:ul(`lucide-${Bv(e)}`,i),...r}));return t.displayName=`${e}`,t};/**
|
|
343
|
+
* @license lucide-react v0.468.0 - ISC
|
|
344
|
+
*
|
|
345
|
+
* This source code is licensed under the ISC license.
|
|
346
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
347
|
+
*/const Wv=Or("Download",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]]);/**
|
|
348
|
+
* @license lucide-react v0.468.0 - ISC
|
|
349
|
+
*
|
|
350
|
+
* This source code is licensed under the ISC license.
|
|
351
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
352
|
+
*/const Pv=Or("ExternalLink",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]);/**
|
|
353
|
+
* @license lucide-react v0.468.0 - ISC
|
|
354
|
+
*
|
|
355
|
+
* This source code is licensed under the ISC license.
|
|
356
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
357
|
+
*/const zv=Or("FileSpreadsheet",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 13h2",key:"yr2amv"}],["path",{d:"M14 13h2",key:"un5t4a"}],["path",{d:"M8 17h2",key:"2yhykz"}],["path",{d:"M14 17h2",key:"10kma7"}]]);/**
|
|
358
|
+
* @license lucide-react v0.468.0 - ISC
|
|
359
|
+
*
|
|
360
|
+
* This source code is licensed under the ISC license.
|
|
361
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
362
|
+
*/const hl=Or("FileText",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]);/**
|
|
363
|
+
* @license lucide-react v0.468.0 - ISC
|
|
364
|
+
*
|
|
365
|
+
* This source code is licensed under the ISC license.
|
|
366
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
367
|
+
*/const Xv=Or("File",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}]]);/**
|
|
368
|
+
* @license lucide-react v0.468.0 - ISC
|
|
369
|
+
*
|
|
370
|
+
* This source code is licensed under the ISC license.
|
|
371
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
372
|
+
*/const jv=Or("ScrollText",[["path",{d:"M15 12h-5",key:"r7krc0"}],["path",{d:"M15 8h-5",key:"1khuty"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]]);function dl({title:e,messages:n,actions:t,className:i,canOpenExternal:r=!1,canDownload:a=!1,onOpenExternal:s,onDownload:c}){return rt.jsxs("div",{className:ar("flex shrink-0 items-center gap-3 border-b border-border px-3 py-2",i),children:[rt.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[rt.jsx(hl,{className:"h-4 w-4 shrink-0 text-muted-foreground","aria-hidden":"true"}),rt.jsx("h2",{className:"truncate text-sm font-semibold",title:e,children:e})]}),rt.jsxs("div",{className:"ml-auto flex shrink-0 items-center gap-2",children:[t,r&&rt.jsx(Cn.Button,{variant:"secondary",size:"sm",icon:rt.jsx(Pv,{className:"h-4 w-4"}),onClick:s,children:n.openExternal}),a&&rt.jsx(Cn.Button,{variant:"secondary",size:"sm",icon:rt.jsx(Wv,{className:"h-4 w-4"}),onClick:c,children:n.download})]})]})}function pl({source:e,className:n,classNames:t,height:i=560,maxRows:r,messages:a,actions:s,onOpenExternal:c,onDownload:f,onError:l}){const o=Dn.useMemo(()=>({...ls,...a}),[a]),{state:h,isLoading:u}=cl({source:e,maxRows:r,onError:l}),d=ll(i),p=sl(e),g=!!(e!=null&&e.url||e!=null&&e.file);function x(){if(e){if(c){c(e);return}ol(e)}}function _(){if(e){if(f){f(e);return}fl(e)}}const b=(e==null?void 0:e.name)||o.title;return rt.jsxs("section",{className:ar("ts-document-root flex min-h-0 flex-col overflow-hidden rounded-md border border-border bg-background",n,t==null?void 0:t.root),children:[rt.jsx(dl,{title:b,messages:o,actions:s,className:t==null?void 0:t.toolbar,canOpenExternal:p,canDownload:g,onOpenExternal:x,onDownload:_}),rt.jsx(Gf,{source:e,title:b,state:h,isLoading:u,messages:o,classNames:t,height:d}),h.kind==="pdf"&&!u&&!h.error&&rt.jsx("div",{className:"shrink-0 border-t border-border px-3 py-2 text-xs text-muted-foreground",children:o.pdfFallback})]})}function Hv({open:e,onOpenChange:n,source:t,messages:i,height:r="min(70vh, 680px)",...a}){const s=(t==null?void 0:t.name)||(i==null?void 0:i.title)||ls.title;return rt.jsxs(Cn.DialogFrame,{open:e,onOpenChange:n,className:"flex max-h-[88vh] w-[min(94vw,1080px)] flex-col overflow-hidden p-0",contentClassName:"flex min-h-0 flex-1 flex-col",children:[rt.jsxs("div",{className:"flex items-center justify-between border-b border-border px-4 py-3",children:[rt.jsx(Cn.DialogTitle,{className:"truncate text-sm font-semibold",children:s}),rt.jsx(Cn.DialogCloseButton,{})]}),rt.jsx("div",{className:"min-h-0 flex-1 p-4",children:rt.jsx(pl,{source:t,messages:i,height:r,className:"h-full",...a})})]})}function Vv(e){const n=vs(e);return n==="excel"?zv:n==="pdf"?jv:n==="markdown"||n==="docx"||n==="text"?hl:Xv}exports.ACCEPTED_DOCUMENT_TYPES=Iv;exports.DEFAULT_DOCUMENT_VIEWER_MESSAGES=ls;exports.DEFAULT_MAX_ROWS=rl;exports.DocumentContent=Gf;exports.DocumentPreviewDialog=Hv;exports.DocumentToolbar=dl;exports.DocumentViewer=pl;exports.ExcelPreview=Vf;exports.canOpenDocumentExternally=sl;exports.createDocumentId=Ov;exports.createDocumentObjectUrl=il;exports.downloadDocumentSource=fl;exports.formatFileSize=Nv;exports.getDocumentExtension=al;exports.getDocumentIcon=Vv;exports.getSheetStats=Lf;exports.openDocumentExternal=ol;exports.readDocumentArrayBuffer=Oa;exports.readDocumentText=Na;exports.resolveDocumentKind=vs;exports.resolveSizeValue=ll;exports.useDocumentPreview=cl;exports.workbookToSheets=Mf;
|