| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /*!
- *
- * Spread.Sheets ExcelIO Library 13.1.0
- *
- * Copyright(c) GrapeCity, Inc. All rights reserved.
- *
- * Licensed under the SpreadJS Commercial License.
- * us.sales@grapecity.com
- * http://www.grapecity.com/licensing/grapecity/
- *
- */
- !function e(t,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define([],r):"object"==typeof exports?exports.Excel=r():(t.GC=t.GC||{},t.GC.Spread=t.GC.Spread||{},t.GC.Spread.Excel=r())}(this,function(){return function(e){var t={};function r(i){if(t[i])return t[i].exports;var n=t[i]={exports:{},id:i,loaded:!1};return e[i].call(n.exports,n,n.exports,r),n.loaded=!0,n.exports}return r.m=e,r.c=t,r.p="/assets/",r(0)}([function(e,t,r){!function(){"use strict";var e,i,n,o=r(1),a=r(21),l=r(46),s=r(5),c=r(9),u=r(10),f=r(18),d=r(19),h=r(20);t.ErrorCode=d,e=r(69),e&&(e.j&&e.j(t),i=e.k,1===i&&e.o()),n=function(){function e(){this.q=new o}return e.prototype.open=function(e,t,r,i){var n=this;t||(t=function(){}),r||(r=function(){}),n.q.onFileLoad=function(e){try{var i=new a;i.B(e,function(e){t(e)})}catch(e){r({errorCode:d.fileFormatError,errorMessage:h().EXP_FILE_FORMAT})}},n.q.onError=r,n.q.loadFile(e,i)},e.prototype.save=function(e,t,r,i){t||(t=function(){}),r||(r=function(){});var n,o;"object"==typeof e&&(n=JSON.parse(JSON.stringify(e))),"string"==typeof e&&(n=JSON.parse(e)),new l(n,function(){try{var e=this;e.onZip=function(e){if(i&&i.password)try{e=s.C(e,i.password),o||(e=s.F(e))}catch(e){return void r({errorCode:d.fileFormatError,errorMessage:h().EXP_FILE_FORMAT})}t(e)},e.onError=function(){r({errorCode:d.fileFormatError,errorMessage:h().EXP_FILE_FORMAT})},i&&i.password&&(o=i.useArrayBuffer,i.useArrayBuffer=!0),e.G=i||{},e.I()}catch(e){r({errorCode:d.fileFormatError,errorMessage:h().EXP_FILE_FORMAT})}})},e}(),t.IO=n,t.J=f,t.K=c,t.L=u}()},function(e,t,r){!function(){"use strict";var t=r(2),i=void 0,n="undefined",o=r(3),a=r(5),l=r(19),s=r(20),c=function(){function e(e){var t=this;if(e===i?t.loadType=1:t.loadType=e,typeof FileReader===n)throw Error("The browser doesn't support FileReader!");t.fileReader=new FileReader,t.passwordFileReader=new FileReader,t.compoundFile=new o}return e.prototype.loadFile=function(e,t){var r=this,i=r.fileReader;if(e instanceof ArrayBuffer)return void r.fileLoad(e,t);if(e&&i)switch(i.onload=function(e){r.fileLoad(e.target.result,t)},i.onerror=function(){r.N()},r.loadType){case 1:if(i.readAsArrayBuffer){i.readAsArrayBuffer(e);break}r.loadType=0;break;default:i.readAsDataURL&&i.readAsDataURL(e)}},e.prototype.N=function(){this.onError({errorCode:l.fileIOError,errorMessage:s().EXP_IO})},e.prototype.O=function(){this.onError({errorCode:l.fileFormatError,errorMessage:s().EXP_FILE_FORMAT})},e.prototype.P=function(){this.onError({errorCode:l.noPassword,errorMessage:s().EXP_NO_PASSWORD})},e.prototype.R=function(){this.onError({errorCode:l.invalidPassword,errorMessage:s().EXP_INVALID_PASSWORD})},e.prototype.fileLoad=function(e,r){var n,o,l,s,c=this;if(r&&r.password)try{if(e=a.T(e,r.password),!e)return void c.R()}catch(e){return void c.R()}else if(a.U(e))return void c.P();switch(n=new t,c.loadType){case 1:n.loadAsync(e).then(u).catch(function(){c.O()});break;case 0:default:o="base64,",l=e.indexOf(o),l!==-1&&(s=e.substring(l+o.length),n.loadAsync(s,{base64:!0}).then(u).catch(function(){c.O()}))}function u(){var e,t,r=n.files,o={};for(e in r)r.hasOwnProperty(e)&&(t="xml"===e.substring(e.length-3)?"text":e.indexOf("/media/")===-1?"binarystring":"base64",r[e].async(t).then(function(e){return function(t){o[e.toLowerCase()]=t;for(var n in r)if(o[n.toLowerCase()]===i)return;c.onFileLoad(o)}}(e)).catch(function(){c.O()}))}},e}();e.exports=c}()},function(e,t,r){var i;(function(t){!function(t){var r;e.exports=t()}(function(){var e;return function e(t,r,n){function o(l,s){var c,u,f;if(!r[l]){if(!t[l]){if(c="function"==typeof i&&i,!s&&c)return i(l,!0);if(a)return a(l,!0);throw u=Error("Cannot find module '"+l+"'"),u.code="MODULE_NOT_FOUND",u}f=r[l]={exports:{}},t[l][0].call(f.exports,function(e){var r=t[l][1][e];return o(r?r:e)},f,f.exports,e,t,r,n)}return r[l].exports}for(var a="function"==typeof i&&i,l=0;l<n.length;l++)o(n[l]);return o}({1:[function(e,t,r){"use strict";var i=e("./utils"),n=e("./support"),o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";r.encode=function(e){for(var t,r,n,a,l,s,c,u=[],f=0,d=e.length,h=d,p="string"!==i.getTypeOf(e);f<e.length;)h=d-f,p?(t=e[f++],r=d>f?e[f++]:0,n=d>f?e[f++]:0):(t=e.charCodeAt(f++),r=d>f?e.charCodeAt(f++):0,n=d>f?e.charCodeAt(f++):0),a=t>>2,l=(3&t)<<4|r>>4,s=h>1?(15&r)<<2|n>>6:64,c=h>2?63&n:64,u.push(o.charAt(a)+o.charAt(l)+o.charAt(s)+o.charAt(c));return u.join("")},r.decode=function(e){var t,r,i,a,l,s,c,u,f,d=0,h=0;for(e=e.replace(/[^A-Za-z0-9\+\/\=]/g,""),u=3*e.length/4,e.charAt(e.length-1)===o.charAt(64)&&u--,e.charAt(e.length-2)===o.charAt(64)&&u--,f=n.uint8array?new Uint8Array(u):Array(u);d<e.length;)a=o.indexOf(e.charAt(d++)),l=o.indexOf(e.charAt(d++)),s=o.indexOf(e.charAt(d++)),c=o.indexOf(e.charAt(d++)),t=a<<2|l>>4,r=(15&l)<<4|s>>2,i=(3&s)<<6|c,f[h++]=t,64!==s&&(f[h++]=r),64!==c&&(f[h++]=i);return f}},{"./support":27,"./utils":29}],2:[function(e,t,r){"use strict";function i(e,t,r,i,n){this.compressedSize=e,this.uncompressedSize=t,this.crc32=r,this.compression=i,this.compressedContent=n}var n=e("./external"),o=e("./stream/DataWorker"),a=e("./stream/DataLengthProbe"),l=e("./stream/Crc32Probe"),a=e("./stream/DataLengthProbe");i.prototype={getContentWorker:function(){var e=new o(n.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new a("data_length")),t=this;return e.on("end",function(){if(this.streamInfo.data_length!==t.uncompressedSize)throw Error("Bug : uncompressed data size mismatch")}),e},getCompressedWorker:function(){return new o(n.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},i.createWorkerFrom=function(e,t,r){return e.pipe(new l).pipe(new a("uncompressedSize")).pipe(t.compressWorker(r)).pipe(new a("compressedSize")).withStreamInfo("compression",t)},t.exports=i},{"./external":6,"./stream/Crc32Probe":22,"./stream/DataLengthProbe":23,"./stream/DataWorker":24}],3:[function(e,t,r){"use strict";var i=e("./stream/GenericWorker");r.STORE={magic:"\0\0",compressWorker:function(e){return new i("STORE compression")},uncompressWorker:function(){return new i("STORE decompression")}},r.DEFLATE=e("./flate")},{"./flate":7,"./stream/GenericWorker":25}],4:[function(e,t,r){"use strict";function i(){var e,t,r,i;for(t=[],r=0;256>r;r++){for(e=r,i=0;8>i;i++)e=1&e?3988292384^e>>>1:e>>>1;t[r]=e}return t}function n(e,t,r,i){var n,o=l,a=i+r;for(e^=-1,n=i;a>n;n++)e=e>>>8^o[255&(e^t[n])];return-1^e}function o(e,t,r,i){var n,o=l,a=i+r;for(e^=-1,n=i;a>n;n++)e=e>>>8^o[255&(e^t.charCodeAt(n))];return-1^e}var a=e("./utils"),l=i();t.exports=function(e,t){if(void 0===e||!e.length)return 0;var r="string"!==a.getTypeOf(e);return r?n(0|t,e,e.length,0):o(0|t,e,e.length,0)}},{"./utils":29}],5:[function(e,t,r){"use strict";r.base64=!1,r.binary=!1,r.dir=!1,r.createFolders=!0,r.date=null,r.compression=null,r.compressionOptions=null,r.comment=null,r.unixPermissions=null,r.dosPermissions=null},{}],6:[function(e,t,r){"use strict";var i=e("es6-promise").Promise;t.exports={Promise:i}},{"es6-promise":37}],7:[function(e,t,r){"use strict";function i(e,t){l.call(this,"FlateWorker/"+e),this.V=new o[e]({raw:!0,level:t.level||-1}),this.meta={};var r=this;this.V.onData=function(e){r.push({data:e,meta:r.meta})}}var n="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Uint32Array,o=e("pako"),a=e("./utils"),l=e("./stream/GenericWorker"),s=n?"uint8array":"array";r.magic="\b\0",a.inherits(i,l),i.prototype.processChunk=function(e){this.meta=e.meta,this.V.push(a.transformTo(s,e.data),!1)},i.prototype.flush=function(){l.prototype.flush.call(this),this.V.push([],!0)},i.prototype.cleanUp=function(){l.prototype.cleanUp.call(this),this.V=null},r.compressWorker=function(e){return new i("Deflate",e)},r.uncompressWorker=function(){return new i("Inflate",{})}},{"./stream/GenericWorker":25,"./utils":29,pako:38}],8:[function(e,t,r){"use strict";function i(e,t,r,i){o.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=t,this.zipPlatform=r,this.encodeFileName=i,this.streamFiles=e,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this.W=[]}var n=e("../utils"),o=e("../stream/GenericWorker"),a=e("../utf8"),l=e("../crc32"),s=e("../signature"),c=function(e,t){var r,i="";for(r=0;t>r;r++)i+=String.fromCharCode(255&e),e>>>=8;return i},u=function(e,t){var r=e;return e||(r=t?16893:33204),(65535&r)<<16},f=function(e,t){return 63&(e||0)},d=function(e,t,r,i,o,d){var h,p,m,g,b,S,C,y,w=e.file,T=e.compression,v=d!==a.utf8encode,x=n.transformTo("string",d(w.name)),A=n.transformTo("string",a.utf8encode(w.name)),k=w.comment,E=n.transformTo("string",d(k)),I=n.transformTo("string",a.utf8encode(k)),P=A.length!==w.name.length,L=I.length!==k.length,F="",R="",_="",B=w.dir,M=w.date,D={crc32:0,compressedSize:0,uncompressedSize:0};return t&&!r||(D.crc32=e.crc32,D.compressedSize=e.compressedSize,D.uncompressedSize=e.uncompressedSize),m=0,t&&(m|=8),v||!P&&!L||(m|=2048),g=0,b=0,B&&(g|=16),"UNIX"===o?(b=798,g|=u(w.unixPermissions,B)):(b=20,g|=f(w.dosPermissions,B)),h=M.getUTCHours(),h<<=6,h|=M.getUTCMinutes(),h<<=5,h|=M.getUTCSeconds()/2,p=M.getUTCFullYear()-1980,p<<=4,p|=M.getUTCMonth()+1,p<<=5,p|=M.getUTCDate(),P&&(R=c(1,1)+c(l(x),4)+A,F+="up"+c(R.length,2)+R),L&&(_=c(1,1)+c(l(E),4)+I,F+="uc"+c(_.length,2)+_),S="",S+="\n\0",S+=c(m,2),S+=T.magic,S+=c(h,2),S+=c(p,2),S+=c(D.crc32,4),S+=c(D.compressedSize,4),S+=c(D.uncompressedSize,4),S+=c(x.length,2),S+=c(F.length,2),C=s.LOCAL_FILE_HEADER+S+x+F,y=s.CENTRAL_FILE_HEADER+c(b,2)+S+c(E.length,2)+"\0\0\0\0"+c(g,4)+c(i,4)+x+F+E,{fileRecord:C,dirRecord:y}},h=function(e,t,r,i,o){var a="",l=n.transformTo("string",o(i));return a=s.CENTRAL_DIRECTORY_END+"\0\0\0\0"+c(e,2)+c(e,2)+c(t,4)+c(r,4)+c(l.length,2)+l},p=function(e){var t="";return t=s.DATA_DESCRIPTOR+c(e.crc32,4)+c(e.compressedSize,4)+c(e.uncompressedSize,4)};n.inherits(i,o),i.prototype.push=function(e){var t=e.meta.percent||0,r=this.entriesCount,i=this.W.length;this.accumulate?this.contentBuffer.push(e):(this.bytesWritten+=e.data.length,o.prototype.push.call(this,{data:e.data,meta:{currentFile:this.currentFile,percent:r?(t+100*(r-i-1))/r:100}}))},i.prototype.openedSource=function(e){if(this.currentSourceOffset=this.bytesWritten,this.currentFile=e.file.name,this.streamFiles&&!e.file.dir){var t=d(e,this.streamFiles,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:t.fileRecord,meta:{percent:0}})}else this.accumulate=!0},i.prototype.closedSource=function(e){this.accumulate=!1;var t=d(e,this.streamFiles,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(t.dirRecord),this.streamFiles&&!e.file.dir)this.push({data:p(e),meta:{percent:100}});else for(this.push({data:t.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},i.prototype.flush=function(){var e,t,r,i;for(e=this.bytesWritten,t=0;t<this.dirRecords.length;t++)this.push({data:this.dirRecords[t],meta:{percent:100}});r=this.bytesWritten-e,i=h(this.dirRecords.length,r,e,this.zipComment,this.encodeFileName),this.push({data:i,meta:{percent:100}})},i.prototype.prepareNextSource=function(){this.previous=this.W.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},i.prototype.registerPrevious=function(e){this.W.push(e);var t=this;return e.on("data",function(e){t.processChunk(e)}),e.on("end",function(){t.closedSource(t.previous.streamInfo),t.W.length?t.prepareNextSource():t.end()}),e.on("error",function(e){t.error(e)}),this},i.prototype.resume=function(){return!!o.prototype.resume.call(this)&&(!this.previous&&this.W.length?(this.prepareNextSource(),!0):this.previous||this.W.length||this.generatedError?void 0:(this.end(),!0))},i.prototype.error=function(e){var t,r=this.W;if(!o.prototype.error.call(this,e))return!1;for(t=0;t<r.length;t++)try{r[t].error(e)}catch(e){}return!0},i.prototype.lock=function(){o.prototype.lock.call(this);for(var e=this.W,t=0;t<e.length;t++)e[t].lock()},t.exports=i},{"../crc32":4,"../signature":20,"../stream/GenericWorker":25,"../utf8":28,"../utils":29}],9:[function(e,t,r){"use strict";var i=e("../compressions"),n=e("./ZipFileWorker"),o=function(e,t){var r=e||t,n=i[r];if(!n)throw Error(r+" is not a valid compression method !");return n};r.generateWorker=function(e,t,r){var i=new n(t.streamFiles,r,t.platform,t.encodeFileName),a=0;try{e.forEach(function(e,r){a++;var n=o(r.options.compression,t.compression),l=r.options.compressionOptions||t.compressionOptions||{},s=r.dir,c=r.date;r.X(n,l).withStreamInfo("file",{name:e,dir:s,date:c,comment:r.comment||"",unixPermissions:r.unixPermissions,dosPermissions:r.dosPermissions}).pipe(i)}),i.entriesCount=a}catch(e){i.error(e)}return i}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(e,t,r){"use strict";function i(){if(!(this instanceof i))return new i;if(arguments.length)throw Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files={},this.comment=null,this.root="",this.clone=function(){var e,t=new i;for(e in this)"function"!=typeof this[e]&&(t[e]=this[e]);return t}}i.prototype=e("./object"),i.prototype.loadAsync=e("./load"),i.support=e("./support"),i.defaults=e("./defaults"),i.loadAsync=function(e,t){return(new i).loadAsync(e,t)},i.external=e("./external"),t.exports=i},{"./defaults":5,"./external":6,"./load":11,"./object":13,"./support":27}],11:[function(e,t,r){"use strict";function i(e){return new o.Promise(function(t,r){var i=e.decompressed.getContentWorker().pipe(new s);i.on("error",function(e){r(e)}).on("end",function(){i.streamInfo.crc32!==e.decompressed.crc32?r(Error("Corrupted zip : CRC32 mismatch")):t()}).resume()})}var n=e("./utils"),o=e("./external"),a=e("./utf8"),n=e("./utils"),l=e("./zipEntries"),s=e("./stream/Crc32Probe"),c=e("./nodejsUtils");t.exports=function(e,t){var r=this;return t=n.extend(t||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:a.utf8decode}),c.isNode&&c.isStream(e)?o.Promise.reject(Error("JSZip can't accept a stream when loading a zip file.")):n.prepareContent("the loaded zip file",e,!0,t.optimizedBinaryString,t.base64).then(function(e){var r=new l(t);return r.load(e),r}).then(function(e){var r,n=[o.Promise.resolve(e)],a=e.files;if(t.checkCRC32)for(r=0;r<a.length;r++)n.push(i(a[r]));return o.Promise.all(n)}).then(function(e){var i,n,o,a;for(i=e.shift(),n=i.files,o=0;o<n.length;o++)a=n[o],r.file(a.fileNameStr,a.decompressed,{binary:!0,optimizedBinaryString:!0,date:a.date,dir:a.dir,comment:a.fileCommentStr.length?a.fileCommentStr:null,unixPermissions:a.unixPermissions,dosPermissions:a.dosPermissions,createFolders:t.createFolders});return i.zipComment.length&&(r.comment=i.zipComment),r})}},{"./external":6,"./nodejsUtils":12,"./stream/Crc32Probe":22,"./utf8":28,"./utils":29,"./zipEntries":30}],12:[function(e,t,r){(function(e){"use strict";t.exports={isNode:void 0!==e,newBuffer:function(t,r){return new e(t,r)},isBuffer:function(t){return e.isBuffer(t)},isStream:function(e){return e&&"function"==typeof e.on&&"function"==typeof e.pause&&"function"==typeof e.resume}}}).call(this,"undefined"!=typeof Buffer?Buffer:void 0)},{}],13:[function(e,t,r){"use strict";function i(e){return"[object RegExp]"===Object.prototype.toString.call(e)}var n=e("./utf8"),o=e("./utils"),a=e("./stream/GenericWorker"),l=e("./stream/StreamHelper"),s=e("./defaults"),c=e("./compressedObject"),u=e("./zipObject"),f=e("./generate"),d=e("./nodejsUtils"),h=e("./nodejs/NodejsStreamInputAdapter"),p=function(e,t,r){var i,n,l,f,p,S=o.getTypeOf(t);r=o.extend(r||{},s),r.date=r.date||new Date,null!==r.compression&&(r.compression=r.compression.toUpperCase()),"string"==typeof r.unixPermissions&&(r.unixPermissions=parseInt(r.unixPermissions,8)),r.unixPermissions&&16384&r.unixPermissions&&(r.dir=!0),r.dosPermissions&&16&r.dosPermissions&&(r.dir=!0),r.dir&&(e=g(e)),r.createFolders&&(i=m(e))&&b.call(this,i,!0),n="string"===S&&r.binary===!1&&r.base64===!1,r.binary=!n,l=t instanceof c&&0===t.uncompressedSize,(l||r.dir||!t||0===t.length)&&(r.base64=!1,r.binary=!0,t="",r.compression="STORE",S="string"),f=null,f=t instanceof c||t instanceof a?t:d.isNode&&d.isStream(t)?new h(e,t):o.prepareContent(e,t,r.binary,r.optimizedBinaryString,r.base64),p=new u(e,f,r),this.files[e]=p},m=function(e){"/"===e.slice(-1)&&(e=e.substring(0,e.length-1));var t=e.lastIndexOf("/");return t>0?e.substring(0,t):""},g=function(e){return"/"!==e.slice(-1)&&(e+="/"),e},b=function(e,t){return t=void 0!==t?t:s.createFolders,e=g(e),this.files[e]||p.call(this,e,null,{dir:!0,createFolders:t}),this.files[e]},S={load:function(){throw Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(e){var t,r,i;for(t in this.files)this.files.hasOwnProperty(t)&&(i=this.files[t],r=t.slice(this.root.length,t.length),r&&t.slice(0,this.root.length)===this.root&&e(r,i))},filter:function(e){var t=[];return this.forEach(function(r,i){e(r,i)&&t.push(i)}),t},file:function(e,t,r){var n,o;return 1===arguments.length?i(e)?(n=e,this.filter(function(e,t){return!t.dir&&n.test(e)})):(o=this.files[this.root+e],o&&!o.dir?o:null):(e=this.root+e,p.call(this,e,t,r),this)},folder:function(e){if(!e)return this;if(i(e))return this.filter(function(t,r){return r.dir&&e.test(t)});var t=this.root+e,r=b.call(this,t),n=this.clone();return n.root=r.name,n},remove:function(e){var t,r,i;if(e=this.root+e,t=this.files[e],t||("/"!==e.slice(-1)&&(e+="/"),t=this.files[e]),t&&!t.dir)delete this.files[e];else for(r=this.filter(function(t,r){return r.name.slice(0,e.length)===e}),i=0;i<r.length;i++)delete this.files[r[i].name];return this},generate:function(e){throw Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(e){var t,r,i={};try{if(i=o.extend(e||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:n.utf8encode}),i.type=i.type.toLowerCase(),i.compression=i.compression.toUpperCase(),"binarystring"===i.type&&(i.type="string"),!i.type)throw Error("No output type specified.");o.checkSupport(i.type),"darwin"!==e.platform&&"freebsd"!==e.platform&&"linux"!==e.platform&&"sunos"!==e.platform||(e.platform="UNIX"),"win32"===e.platform&&(e.platform="DOS"),r=i.comment||this.comment||"",t=f.generateWorker(this,i,r)}catch(e){t=new a("error"),t.error(e)}return new l(t,i.type||"string",i.mimeType)},generateAsync:function(e,t){return this.generateInternalStream(e).accumulate(t)},generateNodeStream:function(e,t){return e=e||{},e.type||(e.type="nodebuffer"),this.generateInternalStream(e).toNodejsStream(t)}};t.exports=S},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":35,"./nodejsUtils":12,"./stream/GenericWorker":25,"./stream/StreamHelper":26,"./utf8":28,"./utils":29,"./zipObject":32}],14:[function(e,t,r){"use strict";function i(e){n.call(this,e);for(var t=0;t<this.data.length;t++)e[t]=255&e[t]}var n=e("./DataReader"),o=e("../utils");o.inherits(i,n),i.prototype.byteAt=function(e){return this.data[this.zero+e]},i.prototype.lastIndexOfSignature=function(e){for(var t=e.charCodeAt(0),r=e.charCodeAt(1),i=e.charCodeAt(2),n=e.charCodeAt(3),o=this.length-4;o>=0;--o)if(this.data[o]===t&&this.data[o+1]===r&&this.data[o+2]===i&&this.data[o+3]===n)return o-this.zero;return-1},i.prototype.readAndCheckSignature=function(e){var t=e.charCodeAt(0),r=e.charCodeAt(1),i=e.charCodeAt(2),n=e.charCodeAt(3),o=this.readData(4);return t===o[0]&&r===o[1]&&i===o[2]&&n===o[3]},i.prototype.readData=function(e){if(this.checkOffset(e),0===e)return[];var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":29,"./DataReader":15}],15:[function(e,t,r){"use strict";function i(e){this.data=e,this.length=e.length,this.index=0,this.zero=0}var n=e("../utils");i.prototype={checkOffset:function(e){this.checkIndex(this.index+e)},checkIndex:function(e){if(this.length<this.zero+e||0>e)throw Error("End of data reached (data length = "+this.length+", asked index = "+e+"). Corrupted zip ?")},setIndex:function(e){this.checkIndex(e),this.index=e},skip:function(e){this.setIndex(this.index+e)},byteAt:function(e){},readInt:function(e){var t,r=0;for(this.checkOffset(e),t=this.index+e-1;t>=this.index;t--)r=(r<<8)+this.byteAt(t);return this.index+=e,r},readString:function(e){return n.transformTo("string",this.readData(e))},readData:function(e){},lastIndexOfSignature:function(e){},readAndCheckSignature:function(e){},readDate:function(){var e=this.readInt(4);return new Date(Date.UTC((e>>25&127)+1980,(e>>21&15)-1,e>>16&31,e>>11&31,e>>5&63,(31&e)<<1))}},t.exports=i},{"../utils":29}],16:[function(e,t,r){"use strict";function i(e){n.call(this,e)}var n=e("./Uint8ArrayReader"),o=e("../utils");o.inherits(i,n),i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":29,"./Uint8ArrayReader":18}],17:[function(e,t,r){"use strict";function i(e){n.call(this,e)}var n=e("./DataReader"),o=e("../utils");o.inherits(i,n),i.prototype.byteAt=function(e){return this.data.charCodeAt(this.zero+e)},i.prototype.lastIndexOfSignature=function(e){return this.data.lastIndexOf(e)-this.zero},i.prototype.readAndCheckSignature=function(e){var t=this.readData(4);return e===t},i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":29,"./DataReader":15}],18:[function(e,t,r){"use strict";function i(e){n.call(this,e)}var n=e("./ArrayReader"),o=e("../utils");o.inherits(i,n),i.prototype.readData=function(e){if(this.checkOffset(e),0===e)return new Uint8Array(0);var t=this.data.subarray(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":29,"./ArrayReader":14}],19:[function(e,t,r){"use strict";var i=e("../utils"),n=e("../support"),o=e("./ArrayReader"),a=e("./StringReader"),l=e("./NodeBufferReader"),s=e("./Uint8ArrayReader");t.exports=function(e){var t=i.getTypeOf(e);return i.checkSupport(t),"string"!==t||n.uint8array?"nodebuffer"===t?new l(e):n.uint8array?new s(i.transformTo("uint8array",e)):new o(i.transformTo("array",e)):new a(e)}},{"../support":27,"../utils":29,"./ArrayReader":14,"./NodeBufferReader":16,"./StringReader":17,"./Uint8ArrayReader":18}],20:[function(e,t,r){"use strict";r.LOCAL_FILE_HEADER="PK\x03\x04",r.CENTRAL_FILE_HEADER="PK\x01\x02",r.CENTRAL_DIRECTORY_END="PK\x05\x06",r.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x06\x07",r.ZIP64_CENTRAL_DIRECTORY_END="PK\x06\x06",r.DATA_DESCRIPTOR="PK\x07\b"},{}],21:[function(e,t,r){"use strict";function i(e){n.call(this,"ConvertWorker to "+e),this.destType=e}var n=e("./GenericWorker"),o=e("../utils");o.inherits(i,n),i.prototype.processChunk=function(e){this.push({data:o.transformTo(this.destType,e.data),meta:e.meta})},t.exports=i},{"../utils":29,"./GenericWorker":25}],22:[function(e,t,r){"use strict";function i(){n.call(this,"Crc32Probe")}var n=e("./GenericWorker"),o=e("../crc32"),a=e("../utils");a.inherits(i,n),i.prototype.processChunk=function(e){this.streamInfo.crc32=o(e.data,this.streamInfo.crc32||0),this.push(e)},t.exports=i},{"../crc32":4,"../utils":29,"./GenericWorker":25}],23:[function(e,t,r){"use strict";function i(e){o.call(this,"DataLengthProbe for "+e),this.propName=e,this.withStreamInfo(e,0)}var n=e("../utils"),o=e("./GenericWorker");n.inherits(i,o),i.prototype.processChunk=function(e){if(e){var t=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=t+e.data.length}o.prototype.processChunk.call(this,e)},t.exports=i},{"../utils":29,"./GenericWorker":25}],24:[function(e,t,r){"use strict";function i(e){o.call(this,"DataWorker");var t=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this.Z=!1,e.then(function(e){t.dataIsReady=!0,t.data=e,t.max=e&&e.length||0,t.type=n.getTypeOf(e),t.isPaused||t.$()},function(e){t.error(e)})}var n=e("../utils"),o=e("./GenericWorker"),a=16384;n.inherits(i,o),i.prototype.cleanUp=function(){o.prototype.cleanUp.call(this),this.data=null},i.prototype.resume=function(){return!!o.prototype.resume.call(this)&&(!this.Z&&this.dataIsReady&&(this.Z=!0,n.delay(this.$,[],this)),!0)},i.prototype.$=function(){this.Z=!1,this.isPaused||this.isFinished||(this._(),this.isFinished||(n.delay(this.$,[],this),this.Z=!0))},i.prototype._=function(){if(this.isPaused||this.isFinished)return!1;var e=a,t=null,r=Math.min(this.max,this.index+e);if(this.index>=this.max)return this.end();switch(this.type){case"string":t=this.data.substring(this.index,r);break;case"uint8array":t=this.data.subarray(this.index,r);break;case"array":case"nodebuffer":t=this.data.slice(this.index,r)}return this.index=r,this.push({data:t,meta:{percent:this.max?this.index/this.max*100:0}})},t.exports=i},{"../utils":29,"./GenericWorker":25}],25:[function(e,t,r){"use strict";function i(e){this.name=e||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this.aa={data:[],end:[],error:[]},this.previous=null}i.prototype={push:function(e){this.emit("data",e)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(e){this.emit("error",e)}return!0},error:function(e){return!this.isFinished&&(this.isPaused?this.generatedError=e:(this.isFinished=!0,this.emit("error",e),this.previous&&this.previous.error(e),this.cleanUp()),!0)},on:function(e,t){return this.aa[e].push(t),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this.aa=[]},emit:function(e,t){if(this.aa[e])for(var r=0;r<this.aa[e].length;r++)this.aa[e][r].call(this,t)},pipe:function(e){return e.registerPrevious(this)},registerPrevious:function(e){if(this.isLocked)throw Error("The stream '"+this+"' has already been used.");this.streamInfo=e.streamInfo,this.mergeStreamInfo(),this.previous=e;var t=this;return e.on("data",function(e){t.processChunk(e)}),e.on("end",function(){t.end()}),e.on("error",function(e){t.error(e)}),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;this.isPaused=!1;var e=!1;return this.generatedError&&(this.error(this.generatedError),e=!0),this.previous&&this.previous.resume(),!e},flush:function(){},processChunk:function(e){this.push(e)},withStreamInfo:function(e,t){return this.extraStreamInfo[e]=t,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var e in this.extraStreamInfo)this.extraStreamInfo.hasOwnProperty(e)&&(this.streamInfo[e]=this.extraStreamInfo[e])},lock:function(){if(this.isLocked)throw Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var e="Worker "+this.name;return this.previous?this.previous+" -> "+e:e}},t.exports=i},{}],26:[function(e,t,r){(function(r){"use strict";function i(e,t,r){switch(e){case"blob":return l.newBlob(l.transformTo("arraybuffer",t),r);case"base64":return u.encode(t);default:return l.transformTo(e,t)}}function n(e,t){var i,n=0,o=null,a=0;for(i=0;i<t.length;i++)a+=t[i].length;switch(e){case"string":return t.join("");case"array":return Array.prototype.concat.apply([],t);case"uint8array":for(o=new Uint8Array(a),i=0;i<t.length;i++)o.set(t[i],n),n+=t[i].length;return o;case"nodebuffer":return r.concat(t);default:throw Error("concat : unsupported type '"+e+"'")}}function o(e,t){return new d.Promise(function(r,o){var a=[],l=e.ba,s=e.ca,c=e.da;e.on("data",function(e,r){a.push(e),t&&t(r)}).on("error",function(e){a=[],o(e)}).on("end",function(){try{var e=i(s,n(l,a),c);r(e)}catch(e){o(e)}a=[]}).resume()})}function a(e,t,r){var i=t;switch(t){case"blob":case"arraybuffer":i="uint8array";break;case"base64":i="string"}try{this.ba=i,this.ca=t,this.da=r,l.checkSupport(i),this.fa=e.pipe(new s(i)),e.lock()}catch(e){this.fa=new c("error"),this.fa.error(e)}}var l=e("../utils"),s=e("./ConvertWorker"),c=e("./GenericWorker"),u=e("../base64"),f=e("../nodejs/NodejsStreamOutputAdapter"),d=e("../external");a.prototype={accumulate:function(e){return o(this,e)},on:function(e,t){var r=this;return"data"===e?this.fa.on(e,function(e){t.call(r,e.data,e.meta)}):this.fa.on(e,function(){l.delay(t,arguments,r)}),this},resume:function(){return l.delay(this.fa.resume,[],this.fa),this},pause:function(){return this.fa.pause(),this},toNodejsStream:function(e){if(l.checkSupport("nodestream"),"nodebuffer"!==this.ca)throw Error(this.ca+" is not supported by this method");return new f(this,{objectMode:"nodebuffer"!==this.ca},e)}},t.exports=a}).call(this,"undefined"!=typeof Buffer?Buffer:void 0)},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":35,"../utils":29,"./ConvertWorker":21,"./GenericWorker":25}],27:[function(e,t,r){(function(t){"use strict";var i,n,o;if(r.base64=!0,r.array=!0,r.string=!0,r.arraybuffer="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array,r.nodebuffer=void 0!==t,r.uint8array="undefined"!=typeof Uint8Array,"undefined"==typeof ArrayBuffer)r.blob=!1;else{i=new ArrayBuffer(0);try{r.blob=0===new Blob([i],{type:"application/zip"}).size}catch(e){try{n=window.BlobBuilder||window.WebKitBlobBuilder||window.MozBlobBuilder||window.MSBlobBuilder,o=new n,o.append(i),r.blob=0===o.getBlob("application/zip").size}catch(e){r.blob=!1}}}r.nodestream=!!e("./nodejs/NodejsStreamOutputAdapter").prototype}).call(this,"undefined"!=typeof Buffer?Buffer:void 0)},{"./nodejs/NodejsStreamOutputAdapter":35}],28:[function(e,t,r){"use strict";var i,n,o,a,l,s,c,u,f;function d(){a.call(this,"utf-8 decode"),this.leftOver=null}function h(){a.call(this,"utf-8 encode")}for(i=e("./utils"),n=e("./support"),o=e("./nodejsUtils"),a=e("./stream/GenericWorker"),l=Array(256),s=0;256>s;s++)l[s]=s>=252?6:s>=248?5:s>=240?4:s>=224?3:s>=192?2:1;l[254]=l[254]=1,c=function(e){var t,r,i,o,a,l=e.length,s=0;for(o=0;l>o;o++)r=e.charCodeAt(o),55296===(64512&r)&&l>o+1&&(i=e.charCodeAt(o+1),56320===(64512&i)&&(r=65536+(r-55296<<10)+(i-56320),o++)),s+=128>r?1:2048>r?2:65536>r?3:4;for(t=n.uint8array?new Uint8Array(s):Array(s),a=0,o=0;s>a;o++)r=e.charCodeAt(o),55296===(64512&r)&&l>o+1&&(i=e.charCodeAt(o+1),56320===(64512&i)&&(r=65536+(r-55296<<10)+(i-56320),o++)),128>r?t[a++]=r:2048>r?(t[a++]=192|r>>>6,t[a++]=128|63&r):65536>r?(t[a++]=224|r>>>12,t[a++]=128|r>>>6&63,t[a++]=128|63&r):(t[a++]=240|r>>>18,t[a++]=128|r>>>12&63,t[a++]=128|r>>>6&63,t[a++]=128|63&r);return t},u=function(e,t){var r;for(t=t||e.length,t>e.length&&(t=e.length),r=t-1;r>=0&&128===(192&e[r]);)r--;return 0>r?t:0===r?t:r+l[e[r]]>t?r:t},f=function(e){var t,r,n,o,a=e.length,s=Array(2*a);for(r=0,t=0;a>t;)if(n=e[t++],128>n)s[r++]=n;else if(o=l[n],o>4)s[r++]=65533,t+=o-1;else{for(n&=2===o?31:3===o?15:7;o>1&&a>t;)n=n<<6|63&e[t++],o--;o>1?s[r++]=65533:65536>n?s[r++]=n:(n-=65536,s[r++]=55296|n>>10&1023,s[r++]=56320|1023&n)}return s.length!==r&&(s.subarray?s=s.subarray(0,r):s.length=r),i.applyFromCharCode(s)},r.utf8encode=function(e){return n.nodebuffer?o.newBuffer(e,"utf-8"):c(e)},r.utf8decode=function(e){return n.nodebuffer?i.transformTo("nodebuffer",e).toString("utf-8"):(e=i.transformTo(n.uint8array?"uint8array":"array",e),f(e))},i.inherits(d,a),d.prototype.processChunk=function(e){var t,o,a,l=i.transformTo(n.uint8array?"uint8array":"array",e.data);this.leftOver&&this.leftOver.length&&(n.uint8array?(t=l,l=new Uint8Array(t.length+this.leftOver.length),l.set(this.leftOver,0),l.set(t,this.leftOver.length)):l=this.leftOver.concat(l),this.leftOver=null),
- o=u(l),a=l,o!==l.length&&(n.uint8array?(a=l.subarray(0,o),this.leftOver=l.subarray(o,l.length)):(a=l.slice(0,o),this.leftOver=l.slice(o,l.length))),this.push({data:r.utf8decode(a),meta:e.meta})},d.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:r.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},r.Utf8DecodeWorker=d,i.inherits(h,a),h.prototype.processChunk=function(e){this.push({data:r.utf8encode(e.data),meta:e.meta})},r.Utf8EncodeWorker=h},{"./nodejsUtils":12,"./stream/GenericWorker":25,"./support":27,"./utils":29}],29:[function(e,t,r){"use strict";var i,n,o,a,l,s,c;function u(e){var t=null;return t=i.uint8array?new Uint8Array(e.length):Array(e.length),d(e,t)}function f(e){return e}function d(e,t){for(var r=0;r<e.length;++r)t[r]=255&e.charCodeAt(r);return t}function h(e){var t=65536,i=r.getTypeOf(e),n=!0;if("uint8array"===i?n=s.applyCanBeUsed.uint8array:"nodebuffer"===i&&(n=s.applyCanBeUsed.nodebuffer),n)for(;t>1;)try{return s.stringifyByChunk(e,i,t)}catch(e){t=Math.floor(t/2)}return s.stringifyByChar(e)}function p(e,t){for(var r=0;r<e.length;r++)t[r]=e[r];return t}i=e("./support"),n=e("./base64"),o=e("./nodejsUtils"),a=e("asap"),l=e("./external"),r.newBlob=function(e,t){r.checkSupport("blob");try{return new Blob([e],{type:t})}catch(r){try{var i=window.BlobBuilder||window.WebKitBlobBuilder||window.MozBlobBuilder||window.MSBlobBuilder,n=new i;return n.append(e),n.getBlob(t)}catch(e){throw Error("Bug : can't construct the Blob.")}}},s={stringifyByChunk:function(e,t,r){var i=[],n=0,o=e.length;if(r>=o)return String.fromCharCode.apply(null,e);for(;o>n;)"array"===t||"nodebuffer"===t?i.push(String.fromCharCode.apply(null,e.slice(n,Math.min(n+r,o)))):i.push(String.fromCharCode.apply(null,e.subarray(n,Math.min(n+r,o)))),n+=r;return i.join("")},stringifyByChar:function(e){for(var t="",r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return t},applyCanBeUsed:{uint8array:function(){try{return i.uint8array&&1===String.fromCharCode.apply(null,new Uint8Array(1)).length}catch(e){return!1}}(),nodebuffer:function(){try{return i.nodebuffer&&1===String.fromCharCode.apply(null,o.newBuffer(1)).length}catch(e){return!1}}()}},r.applyFromCharCode=h,c={},c.string={string:f,array:function(e){return d(e,Array(e.length))},arraybuffer:function(e){return c.string.uint8array(e).buffer},uint8array:function(e){return d(e,new Uint8Array(e.length))},nodebuffer:function(e){return d(e,o.newBuffer(e.length))}},c.array={string:h,array:f,arraybuffer:function(e){return new Uint8Array(e).buffer},uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return o.newBuffer(e)}},c.arraybuffer={string:function(e){return h(new Uint8Array(e))},array:function(e){return p(new Uint8Array(e),Array(e.byteLength))},arraybuffer:f,uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return o.newBuffer(new Uint8Array(e))}},c.uint8array={string:h,array:function(e){return p(e,Array(e.length))},arraybuffer:function(e){return e.buffer},uint8array:f,nodebuffer:function(e){return o.newBuffer(e)}},c.nodebuffer={string:h,array:function(e){return p(e,Array(e.length))},arraybuffer:function(e){return c.nodebuffer.uint8array(e).buffer},uint8array:function(e){return p(e,new Uint8Array(e.length))},nodebuffer:f},r.transformTo=function(e,t){if(t||(t=""),!e)return t;r.checkSupport(e);var i=r.getTypeOf(t),n=c[i][e](t);return n},r.getTypeOf=function(e){return"string"==typeof e?"string":"[object Array]"===Object.prototype.toString.call(e)?"array":i.nodebuffer&&o.isBuffer(e)?"nodebuffer":i.uint8array&&e instanceof Uint8Array?"uint8array":i.arraybuffer&&e instanceof ArrayBuffer?"arraybuffer":void 0},r.checkSupport=function(e){var t=i[e.toLowerCase()];if(!t)throw Error(e+" is not supported by this platform")},r.MAX_VALUE_16BITS=65535,r.MAX_VALUE_32BITS=-1,r.pretty=function(e){var t,r,i="";for(r=0;r<(e||"").length;r++)t=e.charCodeAt(r),i+="\\x"+(16>t?"0":"")+t.toString(16).toUpperCase();return i},r.delay=function(e,t,r){a(function(){e.apply(r||null,t||[])})},r.inherits=function(e,t){var r=function(){};r.prototype=t.prototype,e.prototype=new r},r.extend=function(){var e,t,r={};for(e=0;e<arguments.length;e++)for(t in arguments[e])arguments[e].hasOwnProperty(t)&&void 0===r[t]&&(r[t]=arguments[e][t]);return r},r.prepareContent=function(e,t,o,a,s){var c=null;return c=i.blob&&t instanceof Blob&&"undefined"!=typeof FileReader?new l.Promise(function(e,r){var i=new FileReader;i.onload=function(t){e(t.target.result)},i.onerror=function(e){r(e.target.error)},i.readAsArrayBuffer(t)}):l.Promise.resolve(t),c.then(function(t){var i=r.getTypeOf(t);return i?("arraybuffer"===i?t=r.transformTo("uint8array",t):"string"===i&&(s?t=n.decode(t):o&&a!==!0&&(t=u(t))),t):l.Promise.reject(Error("The data of '"+e+"' is in an unsupported format !"))})}},{"./base64":1,"./external":6,"./nodejsUtils":12,"./support":27,asap:33}],30:[function(e,t,r){"use strict";function i(e){this.files=[],this.loadOptions=e}var n=e("./reader/readerFor"),o=e("./utils"),a=e("./signature"),l=e("./zipEntry"),s=(e("./utf8"),e("./support"));i.prototype={checkSignature:function(e){if(!this.reader.readAndCheckSignature(e)){this.reader.index-=4;var t=this.reader.readString(4);throw Error("Corrupted zip or bug : unexpected signature ("+o.pretty(t)+", expected "+o.pretty(e)+")")}},isSignature:function(e,t){var r,i,n=this.reader.index;return this.reader.setIndex(e),r=this.reader.readString(4),i=r===t,this.reader.setIndex(n),i},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 e=this.reader.readData(this.zipCommentLength),t=s.uint8array?"uint8array":"array",r=o.transformTo(t,e);this.zipComment=this.loadOptions.decodeFileName(r)},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 e,t,r,i=this.zip64EndOfCentralSize-44,n=0;i>n;)e=this.reader.readInt(2),t=this.reader.readInt(4),r=this.reader.readData(t),this.zip64ExtensibleData[e]={id:e,length:t,value:r}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),this.disksCount>1)throw Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var e,t;for(e=0;e<this.files.length;e++)t=this.files[e],this.reader.setIndex(t.localHeaderOffset),this.checkSignature(a.LOCAL_FILE_HEADER),t.readLocalPart(this.reader),t.handleUTF8(),t.processAttributes()},readCentralDir:function(){var e;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(a.CENTRAL_FILE_HEADER);)e=new l({zip64:this.zip64},this.loadOptions),e.readCentralPart(this.reader),this.files.push(e);if(this.centralDirRecords!==this.files.length&&0!==this.centralDirRecords&&0===this.files.length)throw Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var e,t,r,i,n=this.reader.lastIndexOfSignature(a.CENTRAL_DIRECTORY_END);if(0>n)throw e=!this.isSignature(0,a.LOCAL_FILE_HEADER),e?Error("Can't find end of central directory : is this a zip file ? If it is, see http://stuk.github.io/jszip/documentation/howto/read_zip.html"):Error("Corrupted zip : can't find end of central directory");if(this.reader.setIndex(n),t=n,this.checkSignature(a.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===o.MAX_VALUE_16BITS||this.diskWithCentralDirStart===o.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===o.MAX_VALUE_16BITS||this.centralDirRecords===o.MAX_VALUE_16BITS||this.centralDirSize===o.MAX_VALUE_32BITS||this.centralDirOffset===o.MAX_VALUE_32BITS){if(this.zip64=!0,n=this.reader.lastIndexOfSignature(a.ZIP64_CENTRAL_DIRECTORY_LOCATOR),0>n)throw Error("Corrupted zip : can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(n),this.checkSignature(a.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,a.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(a.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw Error("Corrupted zip : can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(a.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}if(r=this.centralDirOffset+this.centralDirSize,this.zip64&&(r+=20,r+=12+this.zip64EndOfCentralSize),i=t-r,i>0)this.isSignature(t,a.CENTRAL_FILE_HEADER)||(this.reader.zero=i);else if(0>i)throw Error("Corrupted zip: missing "+Math.abs(i)+" bytes.")},prepareReader:function(e){this.reader=n(e)},load:function(e){this.prepareReader(e),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},t.exports=i},{"./reader/readerFor":19,"./signature":20,"./support":27,"./utf8":28,"./utils":29,"./zipEntry":31}],31:[function(e,t,r){"use strict";function i(e,t){this.options=e,this.loadOptions=t}var n=e("./reader/readerFor"),o=e("./utils"),a=e("./compressedObject"),l=e("./crc32"),s=e("./utf8"),c=e("./compressions"),u=e("./support"),f=0,d=3,h=function(e){for(var t in c)if(c.hasOwnProperty(t)&&c[t].magic===e)return c[t];return null};i.prototype={isEncrypted:function(){return 1===(1&this.bitFlag)},useUTF8:function(){return 2048===(2048&this.bitFlag)},readLocalPart:function(e){var t,r;if(e.skip(22),this.fileNameLength=e.readInt(2),r=e.readInt(2),this.fileName=e.readData(this.fileNameLength),e.skip(r),-1===this.compressedSize||-1===this.uncompressedSize)throw Error("Bug or corrupted zip : didn't get enough informations from the central directory (compressedSize === -1 || uncompressedSize === -1)");if(t=h(this.compressionMethod),null===t)throw Error("Corrupted zip : compression "+o.pretty(this.compressionMethod)+" unknown (inner file : "+o.transformTo("string",this.fileName)+")");this.decompressed=new a(this.compressedSize,this.uncompressedSize,this.crc32,t,e.readData(this.compressedSize))},readCentralPart:function(e){this.versionMadeBy=e.readInt(2),e.skip(2),this.bitFlag=e.readInt(2),this.compressionMethod=e.readString(2),this.date=e.readDate(),this.crc32=e.readInt(4),this.compressedSize=e.readInt(4),this.uncompressedSize=e.readInt(4);var t=e.readInt(2);if(this.extraFieldsLength=e.readInt(2),this.fileCommentLength=e.readInt(2),this.diskNumberStart=e.readInt(2),this.internalFileAttributes=e.readInt(2),this.externalFileAttributes=e.readInt(4),this.localHeaderOffset=e.readInt(4),this.isEncrypted())throw Error("Encrypted zip are not supported");e.skip(t),this.readExtraFields(e),this.parseZIP64ExtraField(e),this.fileComment=e.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var e=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),e===f&&(this.dosPermissions=63&this.externalFileAttributes),e===d&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||"/"!==this.fileNameStr.slice(-1)||(this.dir=!0)},parseZIP64ExtraField:function(e){if(this.extraFields[1]){var t=n(this.extraFields[1].value);this.uncompressedSize===o.MAX_VALUE_32BITS&&(this.uncompressedSize=t.readInt(8)),this.compressedSize===o.MAX_VALUE_32BITS&&(this.compressedSize=t.readInt(8)),this.localHeaderOffset===o.MAX_VALUE_32BITS&&(this.localHeaderOffset=t.readInt(8)),this.diskNumberStart===o.MAX_VALUE_32BITS&&(this.diskNumberStart=t.readInt(4))}},readExtraFields:function(e){var t,r,i,n=e.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});e.index<n;)t=e.readInt(2),r=e.readInt(2),i=e.readData(r),this.extraFields[t]={id:t,length:r,value:i}},handleUTF8:function(){var e,t,r,i,n=u.uint8array?"uint8array":"array";this.useUTF8()?(this.fileNameStr=s.utf8decode(this.fileName),this.fileCommentStr=s.utf8decode(this.fileComment)):(e=this.findExtraFieldUnicodePath(),null!==e?this.fileNameStr=e:(t=o.transformTo(n,this.fileName),this.fileNameStr=this.loadOptions.decodeFileName(t)),r=this.findExtraFieldUnicodeComment(),null!==r?this.fileCommentStr=r:(i=o.transformTo(n,this.fileComment),this.fileCommentStr=this.loadOptions.decodeFileName(i)))},findExtraFieldUnicodePath:function(){var e,t=this.extraFields[28789];return t?(e=n(t.value),1!==e.readInt(1)?null:l(this.fileName)!==e.readInt(4)?null:s.utf8decode(e.readData(t.length-5))):null},findExtraFieldUnicodeComment:function(){var e,t=this.extraFields[25461];return t?(e=n(t.value),1!==e.readInt(1)?null:l(this.fileComment)!==e.readInt(4)?null:s.utf8decode(e.readData(t.length-5))):null}},t.exports=i},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":19,"./support":27,"./utf8":28,"./utils":29}],32:[function(e,t,r){"use strict";var i,n,o,a=e("./stream/StreamHelper"),l=e("./stream/DataWorker"),s=e("./utf8"),c=e("./compressedObject"),u=e("./stream/GenericWorker"),f=function(e,t,r){this.name=e,this.dir=r.dir,this.date=r.date,this.comment=r.comment,this.unixPermissions=r.unixPermissions,this.dosPermissions=r.dosPermissions,this.ga=t,this.ha=r.binary,this.options={compression:r.compression,compressionOptions:r.compressionOptions}};for(f.prototype={internalStream:function(e){var t,r,i=e.toLowerCase(),n="string"===i||"text"===i;return"binarystring"!==i&&"text"!==i||(i="string"),t=this.ia(),r=!this.ha,r&&!n&&(t=t.pipe(new s.Utf8EncodeWorker)),!r&&n&&(t=t.pipe(new s.Utf8DecodeWorker)),new a(t,i,"")},async:function(e,t){return this.internalStream(e).accumulate(t)},nodeStream:function(e,t){return this.internalStream(e||"nodebuffer").toNodejsStream(t)},X:function(e,t){if(this.ga instanceof c&&this.ga.compression.magic===e.magic)return this.ga.getCompressedWorker();var r=this.ia();return this.ha||(r=r.pipe(new s.Utf8EncodeWorker)),c.createWorkerFrom(r,e,t)},ia:function(){return this.ga instanceof c?this.ga.getContentWorker():this.ga instanceof u?this.ga:new l(this.ga)}},i=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],n=function(){throw Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},o=0;o<i.length;o++)f.prototype[i[o]]=n;t.exports=f},{"./compressedObject":2,"./stream/DataWorker":24,"./stream/GenericWorker":25,"./stream/StreamHelper":26,"./utf8":28}],33:[function(e,t,r){"use strict";function i(){if(s.length)throw s.shift()}function n(e){var t;t=l.length?l.pop():new o,t.task=e,a(t)}function o(){this.task=null}var a=e("./raw"),l=[],s=[],c=a.makeRequestCallFromTimer(i);t.exports=n,o.prototype.call=function(){try{this.task.call()}catch(e){n.onerror?n.onerror(e):(s.push(e),c())}finally{this.task=null,l[l.length]=this}}},{"./raw":34}],34:[function(e,r,i){(function(e){"use strict";function t(e){l.length||(a(),s=!0),l[l.length]=e}function i(){for(var e,t,r;c<l.length;)if(e=c,c+=1,l[e].call(),c>u){for(t=0,r=l.length-c;r>t;t++)l[t]=l[t+c];l.length-=c,c=0}l.length=0,c=0,s=!1}function n(e){var t=1,r=new f(e),i=document.createTextNode("");return r.observe(i,{characterData:!0}),function(){t=-t,i.data=t}}function o(e){return function(){function t(){clearTimeout(r),clearInterval(i),e()}var r=setTimeout(t,0),i=setInterval(t,50)}}r.exports=t;var a,l=[],s=!1,c=0,u=1024,f=e.MutationObserver||e.WebKitMutationObserver;a="function"==typeof f?n(i):o(i),t.requestFlush=a,t.makeRequestCallFromTimer=o}).call(this,void 0!==t?t:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],35:[function(e,t,r){},{}],36:[function(e,t,r){function i(){u=!1,l.length?c=l.concat(c):f=-1,c.length&&n()}function n(){var e,t;if(!u){for(e=setTimeout(i),u=!0,t=c.length;t;){for(l=c,c=[];++f<t;)l&&l[f].run();f=-1,t=c.length}l=null,u=!1,clearTimeout(e)}}function o(e,t){this.fun=e,this.array=t}function a(){}var l,s=t.exports={},c=[],u=!1,f=-1;s.nextTick=function(e){var t,r=Array(arguments.length-1);if(arguments.length>1)for(t=1;t<arguments.length;t++)r[t-1]=arguments[t];c.push(new o(e,r)),1!==c.length||u||setTimeout(n,0)},o.prototype.run=function(){this.fun.apply(null,this.array)},s.title="browser",s.browser=!0,s.env={},s.argv=[],s.version="",s.versions={},s.on=a,s.addListener=a,s.once=a,s.off=a,s.removeListener=a,s.removeAllListeners=a,s.emit=a,s.binding=function(e){throw Error("process.binding is not supported")},s.cwd=function(){return"/"},s.chdir=function(e){throw Error("process.chdir is not supported")},s.umask=function(){return 0}},{}],37:[function(r,i,n){(function(t,n){(function(){"use strict";var o,a,l,s,c,u,f,d,h,p,m,g,b,S,C,y,w,T,v,x,A,k,E,I,P,L,F;function R(e){return"function"==typeof e||"object"==typeof e&&null!==e}function _(e){return"function"==typeof e}function B(e){return"object"==typeof e&&null!==e}function M(e){l=e}function D(e){f=e}function N(){return function(){t.nextTick(W)}}function G(){return function(){a(W)}}function O(){var e=0,t=new p(W),r=document.createTextNode("");return t.observe(r,{characterData:!0}),function(){r.data=e=++e%2}}function H(){var e=new MessageChannel;return e.port1.onmessage=W,function(){e.port2.postMessage(0)}}function U(){return function(){setTimeout(W,1)}}function W(){var e,t,r;for(e=0;u>e;e+=2)t=b[e],r=b[e+1],t(r),b[e]=void 0,b[e+1]=void 0;u=0}function V(){try{var e=r,t=e("vertx");return a=t.runOnLoop||t.runOnContext,G()}catch(e){return U()}}function z(){}function j(){return new TypeError("You cannot resolve a promise with itself")}function K(){return new TypeError("A promises callback cannot return that same promise.")}function Y(e){try{return e.then}catch(e){return w.error=e,w}}function Z(e,t,r,i){try{e.call(t,r,i)}catch(e){return e}}function q(e,t,r){f(function(e){var i=!1,n=Z(r,t,function(r){i||(i=!0,t!==r?X(e,r):ee(e,r))},function(t){i||(i=!0,te(e,t))},"Settle: "+(e.ka||" unknown promise"));!i&&n&&(i=!0,te(e,n))},e)}function J(e,t){t.la===C?ee(e,t.ma):t.la===y?te(e,t.ma):re(t,void 0,function(t){X(e,t)},function(t){te(e,t)})}function Q(e,t){if(t.constructor===e.constructor)J(e,t);else{var r=Y(t);r===w?te(e,w.error):void 0===r?ee(e,t):_(r)?q(e,t,r):ee(e,t)}}function X(e,t){e===t?te(e,j()):R(t)?Q(e,t):ee(e,t)}function $(e){e.na&&e.na(e.ma),ie(e)}function ee(e,t){e.la===S&&(e.ma=t,e.la=C,0!==e.oa.length&&f(ie,e))}function te(e,t){e.la===S&&(e.la=y,e.ma=t,f($,e))}function re(e,t,r,i){var n=e.oa,o=n.length;e.na=null,n[o]=t,n[o+C]=r,n[o+y]=i,0===o&&e.la&&f(ie,e)}function ie(e){var t,r,i,n,o=e.oa,a=e.la;if(0!==o.length){for(i=e.ma,n=0;n<o.length;n+=3)t=o[n],r=o[n+a],t?ae(a,t,r,i):r(i);e.oa.length=0}}function ne(){this.error=null}function oe(e,t){try{return e(t)}catch(e){return T.error=e,T}}function ae(e,t,r,i){var n,o,a,l,s=_(r);if(s){if(n=oe(r,i),n===T?(l=!0,o=n.error,n=null):a=!0,t===n)return void te(t,K())}else n=i,a=!0;t.la!==S||(s&&a?X(t,n):l?te(t,o):e===C?ee(t,n):e===y&&te(t,n))}function le(e,t){try{t(function(t){X(e,t)},function(t){te(e,t)})}catch(t){te(e,t)}}function se(e,t){var r=this;r.pa=e,r.promise=new e(z),r.qa(t)?(r.ra=t,r.length=t.length,r.sa=t.length,r.ta(),0===r.length?ee(r.promise,r.ma):(r.length=r.length||0,r.ua(),0===r.sa&&ee(r.promise,r.ma))):te(r.promise,r.va())}function ce(e){return new v(this,e).promise}function ue(e){var t,r,i,n;function o(e){X(r,e)}function a(e){te(r,e)}if(t=this,r=new t(z),!c(e))return te(r,new TypeError("You must pass an array to race.")),r;for(i=e.length,n=0;r.la===S&&i>n;n++)re(t.resolve(e[n]),void 0,o,a);return r}function fe(e){var t,r=this;return e&&"object"==typeof e&&e.constructor===r?e:(t=new r(z),X(t,e),t)}function de(e){var t=this,r=new t(z);return te(r,e),r}function he(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}function pe(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}function me(e){this.wa=I++,this.la=void 0,this.ma=void 0,this.oa=[],z!==e&&(_(e)||he(),this instanceof me||pe(),le(this,e))}function ge(){var e,t;if(void 0!==n)e=n;else if("undefined"!=typeof self)e=self;else try{e=Function("return this")()}catch(e){throw Error("polyfill failed because global object is unavailable in this environment")}t=e.Promise,t&&"[object Promise]"===Object.prototype.toString.call(t.resolve())&&!t.cast||(e.Promise=P)}o=Array.isArray?Array.isArray:function(e){return"[object Array]"===Object.prototype.toString.call(e)},c=o,u=0,{}.toString,f=function(e,t){b[u]=e,b[u+1]=t,u+=2,2===u&&(l?l(W):s())},d="undefined"!=typeof window?window:void 0,h=d||{},p=h.MutationObserver||h.WebKitMutationObserver,m=void 0!==t&&"[object process]"==={}.toString.call(t),g="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel,b=Array(1e3),s=m?N():p?O():g?H():void 0===d&&"function"==typeof r?V():U(),S=void 0,C=1,y=2,w=new ne,T=new ne,se.prototype.qa=function(e){return c(e)},se.prototype.va=function(){return Error("Array Methods must be provided an Array")},se.prototype.ta=function(){this.ma=Array(this.length)},v=se,se.prototype.ua=function(){for(var e=this,t=e.length,r=e.promise,i=e.ra,n=0;r.la===S&&t>n;n++)e.xa(i[n],n)},se.prototype.xa=function(e,t){var r=this,i=r.pa;B(e)?e.constructor===i&&e.la!==S?(e.na=null,r.ya(e.la,t,e.ma)):r.za(i.resolve(e),t):(r.sa--,r.ma[t]=e)},se.prototype.ya=function(e,t,r){var i=this,n=i.promise;n.la===S&&(i.sa--,e===y?te(n,r):i.ma[t]=r),0===i.sa&&ee(n,i.ma)},se.prototype.za=function(e,t){var r=this;re(e,void 0,function(e){r.ya(C,t,e)},function(e){r.ya(y,t,e)})},x=ce,A=ue,k=fe,E=de,I=0,P=me,me.all=x,me.race=A,me.resolve=k,me.reject=E,me.Aa=M,me.Ba=D,me.Ca=f,me.prototype={constructor:me,then:function(e,t){var r,i,n,o=this,a=o.la;return a===C&&!e||a===y&&!t?this:(r=new this.constructor(z),i=o.ma,a?(n=arguments[a-1],f(function(){ae(a,r,n,i)})):re(o,r,e,t),r)},catch:function(e){return this.then(null,e)}},L=ge,F={Promise:P,polyfill:L},"function"==typeof e&&e.amd?e(function(){return F}):void 0!==i&&i.exports?i.exports=F:void 0!==this&&(this.ES6Promise=F),L()}).call(this)}).call(this,r("_process"),void 0!==t?t:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{_process:36}],38:[function(e,t,r){"use strict";var i=e("./lib/utils/common").assign,n=e("./lib/deflate"),o=e("./lib/inflate"),a=e("./lib/zlib/constants"),l={};i(l,n,o,a),t.exports=l},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(e,t,r){"use strict";function i(e){var t,r,n;if(!(this instanceof i))return new i(e);if(this.options=s.assign({level:S,method:y,chunkSize:16384,windowBits:15,memLevel:8,strategy:C,to:""},e||{}),t=this.options,t.raw&&t.windowBits>0?t.windowBits=-t.windowBits:t.gzip&&t.windowBits>0&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new f,this.strm.avail_out=0,r=l.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy),r!==m)throw Error(u[r]);if(t.header&&l.deflateSetHeader(this.strm,t.header),t.dictionary){if(n="string"==typeof t.dictionary?c.string2buf(t.dictionary):"[object ArrayBuffer]"===d.call(t.dictionary)?new Uint8Array(t.dictionary):t.dictionary,r=l.deflateSetDictionary(this.strm,n),r!==m)throw Error(u[r]);this.Da=!0}}function n(e,t){var r=new i(t);if(r.push(e,!0),r.err)throw r.msg;return r.result}function o(e,t){return t=t||{},t.raw=!0,n(e,t)}function a(e,t){return t=t||{},t.gzip=!0,n(e,t)}var l=e("./zlib/deflate"),s=e("./utils/common"),c=e("./utils/strings"),u=e("./zlib/messages"),f=e("./zlib/zstream"),d=Object.prototype.toString,h=0,p=4,m=0,g=1,b=2,S=-1,C=0,y=8;i.prototype.push=function(e,t){var r,i,n=this.strm,o=this.options.chunkSize;if(this.ended)return!1;i=t===~~t?t:t===!0?p:h,"string"==typeof e?n.input=c.string2buf(e):"[object ArrayBuffer]"===d.call(e)?n.input=new Uint8Array(e):n.input=e,n.next_in=0,n.avail_in=n.input.length;do{if(0===n.avail_out&&(n.output=new s.Buf8(o),n.next_out=0,n.avail_out=o),r=l.deflate(n,i),r!==g&&r!==m)return this.onEnd(r),this.ended=!0,!1;0!==n.avail_out&&(0!==n.avail_in||i!==p&&i!==b)||("string"===this.options.to?this.onData(c.buf2binstring(s.shrinkBuf(n.output,n.next_out))):this.onData(s.shrinkBuf(n.output,n.next_out)))}while((n.avail_in>0||0===n.avail_out)&&r!==g);return i===p?(r=l.deflateEnd(this.strm),this.onEnd(r),this.ended=!0,r===m):i!==b||(this.onEnd(m),n.avail_out=0,!0)},i.prototype.onData=function(e){this.chunks.push(e)},i.prototype.onEnd=function(e){e===m&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=s.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},r.Deflate=i,r.deflate=n,r.deflateRaw=o,r.gzip=a},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(e,t,r){"use strict";function i(e){var t,r;if(!(this instanceof i))return new i(e);if(this.options=l.assign({chunkSize:16384,windowBits:0,to:""},e||{}),t=this.options,t.raw&&t.windowBits>=0&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(t.windowBits>=0&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),t.windowBits>15&&t.windowBits<48&&0===(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new f,this.strm.avail_out=0,r=a.inflateInit2(this.strm,t.windowBits),r!==c.Z_OK)throw Error(u[r]);this.header=new d,a.inflateGetHeader(this.strm,this.header)}function n(e,t){var r=new i(t);if(r.push(e,!0),r.err)throw r.msg;return r.result}function o(e,t){return t=t||{},t.raw=!0,n(e,t)}var a=e("./zlib/inflate"),l=e("./utils/common"),s=e("./utils/strings"),c=e("./zlib/constants"),u=e("./zlib/messages"),f=e("./zlib/zstream"),d=e("./zlib/gzheader"),h=Object.prototype.toString;i.prototype.push=function(e,t){var r,i,n,o,u,f,d=this.strm,p=this.options.chunkSize,m=this.options.dictionary,g=!1;if(this.ended)return!1;i=t===~~t?t:t===!0?c.Z_FINISH:c.Z_NO_FLUSH,"string"==typeof e?d.input=s.binstring2buf(e):"[object ArrayBuffer]"===h.call(e)?d.input=new Uint8Array(e):d.input=e,d.next_in=0,d.avail_in=d.input.length;do{if(0===d.avail_out&&(d.output=new l.Buf8(p),d.next_out=0,d.avail_out=p),r=a.inflate(d,c.Z_NO_FLUSH),r===c.Z_NEED_DICT&&m&&(f="string"==typeof m?s.string2buf(m):"[object ArrayBuffer]"===h.call(m)?new Uint8Array(m):m,r=a.inflateSetDictionary(this.strm,f)),r===c.Z_BUF_ERROR&&g===!0&&(r=c.Z_OK,g=!1),r!==c.Z_STREAM_END&&r!==c.Z_OK)return this.onEnd(r),this.ended=!0,!1;d.next_out&&(0!==d.avail_out&&r!==c.Z_STREAM_END&&(0!==d.avail_in||i!==c.Z_FINISH&&i!==c.Z_SYNC_FLUSH)||("string"===this.options.to?(n=s.utf8border(d.output,d.next_out),o=d.next_out-n,u=s.buf2string(d.output,n),d.next_out=o,d.avail_out=p-o,o&&l.arraySet(d.output,d.output,n,o,0),this.onData(u)):this.onData(l.shrinkBuf(d.output,d.next_out)))),0===d.avail_in&&0===d.avail_out&&(g=!0)}while((d.avail_in>0||0===d.avail_out)&&r!==c.Z_STREAM_END);return r===c.Z_STREAM_END&&(i=c.Z_FINISH),i===c.Z_FINISH?(r=a.inflateEnd(this.strm),this.onEnd(r),this.ended=!0,r===c.Z_OK):i!==c.Z_SYNC_FLUSH||(this.onEnd(c.Z_OK),d.avail_out=0,!0)},i.prototype.onData=function(e){this.chunks.push(e)},i.prototype.onEnd=function(e){e===c.Z_OK&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=l.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},r.Inflate=i,r.inflate=n,r.inflateRaw=o,r.ungzip=n},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(e,t,r){"use strict";var i,n,o="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Int32Array;r.assign=function(e){var t,r,i;for(t=Array.prototype.slice.call(arguments,1);t.length;)if(r=t.shift()){if("object"!=typeof r)throw new TypeError(r+"must be non-object");for(i in r)r.hasOwnProperty(i)&&(e[i]=r[i])}return e},r.shrinkBuf=function(e,t){return e.length===t?e:e.subarray?e.subarray(0,t):(e.length=t,e)},i={arraySet:function(e,t,r,i,n){if(t.subarray&&e.subarray)return void e.set(t.subarray(r,r+i),n);for(var o=0;i>o;o++)e[n+o]=t[r+o]},flattenChunks:function(e){var t,r,i,n,o,a;for(i=0,t=0,r=e.length;r>t;t++)i+=e[t].length;for(a=new Uint8Array(i),n=0,t=0,r=e.length;r>t;t++)o=e[t],a.set(o,n),n+=o.length;return a}},n={arraySet:function(e,t,r,i,n){for(var o=0;i>o;o++)e[n+o]=t[r+o]},flattenChunks:function(e){return[].concat.apply([],e)}},r.setTyped=function(e){e?(r.Buf8=Uint8Array,r.Buf16=Uint16Array,r.Buf32=Int32Array,r.assign(r,i)):(r.Buf8=Array,r.Buf16=Array,r.Buf32=Array,r.assign(r,n))},r.setTyped(o)},{}],42:[function(e,t,r){"use strict";var i,n,o,a,l;function s(e,t){if(65537>t&&(e.subarray&&o||!e.subarray&&n))return String.fromCharCode.apply(null,i.shrinkBuf(e,t));for(var r="",a=0;t>a;a++)r+=String.fromCharCode(e[a]);return r}i=e("./common"),n=!0,o=!0;try{String.fromCharCode.apply(null,[0])}catch(e){n=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(e){o=!1}for(a=new i.Buf8(256),l=0;256>l;l++)a[l]=l>=252?6:l>=248?5:l>=240?4:l>=224?3:l>=192?2:1;a[254]=a[254]=1,r.string2buf=function(e){var t,r,n,o,a,l=e.length,s=0;for(o=0;l>o;o++)r=e.charCodeAt(o),55296===(64512&r)&&l>o+1&&(n=e.charCodeAt(o+1),56320===(64512&n)&&(r=65536+(r-55296<<10)+(n-56320),o++)),s+=128>r?1:2048>r?2:65536>r?3:4;for(t=new i.Buf8(s),a=0,o=0;s>a;o++)r=e.charCodeAt(o),55296===(64512&r)&&l>o+1&&(n=e.charCodeAt(o+1),56320===(64512&n)&&(r=65536+(r-55296<<10)+(n-56320),o++)),128>r?t[a++]=r:2048>r?(t[a++]=192|r>>>6,t[a++]=128|63&r):65536>r?(t[a++]=224|r>>>12,t[a++]=128|r>>>6&63,t[a++]=128|63&r):(t[a++]=240|r>>>18,t[a++]=128|r>>>12&63,t[a++]=128|r>>>6&63,t[a++]=128|63&r);return t},r.buf2binstring=function(e){return s(e,e.length)},r.binstring2buf=function(e){for(var t=new i.Buf8(e.length),r=0,n=t.length;n>r;r++)t[r]=e.charCodeAt(r);return t},r.buf2string=function(e,t){var r,i,n,o,l=t||e.length,c=Array(2*l);for(i=0,r=0;l>r;)if(n=e[r++],128>n)c[i++]=n;else if(o=a[n],o>4)c[i++]=65533,r+=o-1;else{for(n&=2===o?31:3===o?15:7;o>1&&l>r;)n=n<<6|63&e[r++],o--;o>1?c[i++]=65533:65536>n?c[i++]=n:(n-=65536,c[i++]=55296|n>>10&1023,c[i++]=56320|1023&n)}return s(c,i)},r.utf8border=function(e,t){var r;for(t=t||e.length,t>e.length&&(t=e.length),r=t-1;r>=0&&128===(192&e[r]);)r--;return 0>r?t:0===r?t:r+a[e[r]]>t?r:t}},{"./common":41}],43:[function(e,t,r){"use strict";function i(e,t,r,i){for(var n=65535&e|0,o=e>>>16&65535|0,a=0;0!==r;){a=r>2e3?2e3:r,r-=a;do n=n+t[i++]|0,o=o+n|0;while(--a);n%=65521,o%=65521}return n|o<<16|0}t.exports=i},{}],44:[function(e,t,r){"use strict";t.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(e,t,r){"use strict";function i(){var e,t,r,i;for(t=[],r=0;256>r;r++){for(e=r,i=0;8>i;i++)e=1&e?3988292384^e>>>1:e>>>1;t[r]=e}return t}function n(e,t,r,i){var n,a=o,l=i+r;for(e^=-1,n=i;l>n;n++)e=e>>>8^a[255&(e^t[n])];return-1^e}var o=i();t.exports=n},{}],46:[function(e,t,r){"use strict";function i(e,t){return e.msg=B[t],t}function n(e){return(e<<1)-(e>4?9:0)}function o(e){for(var t=e.length;--t>=0;)e[t]=0}function a(e){var t=e.state,r=t.pending;r>e.avail_out&&(r=e.avail_out),0!==r&&(L.arraySet(e.output,t.pending_buf,t.pending_out,r,e.next_out),e.next_out+=r,t.pending_out+=r,e.total_out+=r,e.avail_out-=r,t.pending-=r,0===t.pending&&(t.pending_out=0));
- }function l(e,t){F.Ea(e,e.block_start>=0?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,a(e.strm)}function s(e,t){e.pending_buf[e.pending++]=t}function c(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function u(e,t,r,i){var n=e.avail_in;return n>i&&(n=i),0===n?0:(e.avail_in-=n,L.arraySet(t,e.input,e.next_in,n,r),1===e.state.wrap?e.adler=R(e.adler,t,n,r):2===e.state.wrap&&(e.adler=_(e.adler,t,n,r)),e.next_in+=n,e.total_in+=n,n)}function f(e,t){var r,i,n=e.max_chain_length,o=e.strstart,a=e.prev_length,l=e.nice_match,s=e.strstart>e.w_size-fe?e.strstart-(e.w_size-fe):0,c=e.window,u=e.w_mask,f=e.prev,d=e.strstart+ue,h=c[o+a-1],p=c[o+a];e.prev_length>=e.good_match&&(n>>=2),l>e.lookahead&&(l=e.lookahead);do if(r=t,c[r+a]===p&&c[r+a-1]===h&&c[r]===c[o]&&c[++r]===c[o+1]){o+=2,r++;do;while(c[++o]===c[++r]&&c[++o]===c[++r]&&c[++o]===c[++r]&&c[++o]===c[++r]&&c[++o]===c[++r]&&c[++o]===c[++r]&&c[++o]===c[++r]&&c[++o]===c[++r]&&d>o);if(i=ue-(d-o),o=d-ue,i>a){if(e.match_start=t,a=i,i>=l)break;h=c[o+a-1],p=c[o+a]}}while((t=f[t&u])>s&&0!==--n);return a<=e.lookahead?a:e.lookahead}function d(e){var t,r,i,n,o,a=e.w_size;do{if(n=e.window_size-e.lookahead-e.strstart,e.strstart>=a+(a-fe)){L.arraySet(e.window,e.window,a,a,0),e.match_start-=a,e.strstart-=a,e.block_start-=a,r=e.hash_size,t=r;do i=e.head[--t],e.head[t]=i>=a?i-a:0;while(--r);r=a,t=r;do i=e.prev[--t],e.prev[t]=i>=a?i-a:0;while(--r);n+=a}if(0===e.strm.avail_in)break;if(r=u(e.strm,e.window,e.strstart+e.lookahead,n),e.lookahead+=r,e.lookahead+e.insert>=ce)for(o=e.strstart-e.insert,e.ins_h=e.window[o],e.ins_h=(e.ins_h<<e.hash_shift^e.window[o+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[o+ce-1])&e.hash_mask,e.prev[o&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=o,o++,e.insert--,!(e.lookahead+e.insert<ce)););}while(e.lookahead<fe&&0!==e.strm.avail_in)}function h(e,t){var r,i=65535;for(i>e.pending_buf_size-5&&(i=e.pending_buf_size-5);;){if(e.lookahead<=1){if(d(e),0===e.lookahead&&t===M)return ye;if(0===e.lookahead)break}if(e.strstart+=e.lookahead,e.lookahead=0,r=e.block_start+i,(0===e.strstart||e.strstart>=r)&&(e.lookahead=e.strstart-r,e.strstart=r,l(e,!1),0===e.strm.avail_out))return ye;if(e.strstart-e.block_start>=e.w_size-fe&&(l(e,!1),0===e.strm.avail_out))return ye}return e.insert=0,t===G?(l(e,!0),0===e.strm.avail_out?Te:ve):e.strstart>e.block_start&&(l(e,!1),0===e.strm.avail_out)?ye:ye}function p(e,t){for(var r,i;;){if(e.lookahead<fe){if(d(e),e.lookahead<fe&&t===M)return ye;if(0===e.lookahead)break}if(r=0,e.lookahead>=ce&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+ce-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!==r&&e.strstart-r<=e.w_size-fe&&(e.match_length=f(e,r)),e.match_length>=ce)if(i=F.Fa(e,e.strstart-e.match_start,e.match_length-ce),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=ce){e.match_length--;do e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+ce-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart;while(0!==--e.match_length);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else i=F.Fa(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(i&&(l(e,!1),0===e.strm.avail_out))return ye}return e.insert=e.strstart<ce-1?e.strstart:ce-1,t===G?(l(e,!0),0===e.strm.avail_out?Te:ve):e.last_lit&&(l(e,!1),0===e.strm.avail_out)?ye:we}function m(e,t){for(var r,i,n;;){if(e.lookahead<fe){if(d(e),e.lookahead<fe&&t===M)return ye;if(0===e.lookahead)break}if(r=0,e.lookahead>=ce&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+ce-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=ce-1,0!==r&&e.prev_length<e.max_lazy_match&&e.strstart-r<=e.w_size-fe&&(e.match_length=f(e,r),e.match_length<=5&&(e.strategy===K||e.match_length===ce&&e.strstart-e.match_start>4096)&&(e.match_length=ce-1)),e.prev_length>=ce&&e.match_length<=e.prev_length){n=e.strstart+e.lookahead-ce,i=F.Fa(e,e.strstart-1-e.prev_match,e.prev_length-ce),e.lookahead-=e.prev_length-1,e.prev_length-=2;do++e.strstart<=n&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+ce-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart);while(0!==--e.prev_length);if(e.match_available=0,e.match_length=ce-1,e.strstart++,i&&(l(e,!1),0===e.strm.avail_out))return ye}else if(e.match_available){if(i=F.Fa(e,0,e.window[e.strstart-1]),i&&l(e,!1),e.strstart++,e.lookahead--,0===e.strm.avail_out)return ye}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(i=F.Fa(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<ce-1?e.strstart:ce-1,t===G?(l(e,!0),0===e.strm.avail_out?Te:ve):e.last_lit&&(l(e,!1),0===e.strm.avail_out)?ye:we}function g(e,t){for(var r,i,n,o,a=e.window;;){if(e.lookahead<=ue){if(d(e),e.lookahead<=ue&&t===M)return ye;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=ce&&e.strstart>0&&(n=e.strstart-1,i=a[n],i===a[++n]&&i===a[++n]&&i===a[++n])){o=e.strstart+ue;do;while(i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&i===a[++n]&&o>n);e.match_length=ue-(o-n),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=ce?(r=F.Fa(e,1,e.match_length-ce),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(r=F.Fa(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),r&&(l(e,!1),0===e.strm.avail_out))return ye}return e.insert=0,t===G?(l(e,!0),0===e.strm.avail_out?Te:ve):e.last_lit&&(l(e,!1),0===e.strm.avail_out)?ye:we}function b(e,t){for(var r;;){if(0===e.lookahead&&(d(e),0===e.lookahead)){if(t===M)return ye;break}if(e.match_length=0,r=F.Fa(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,r&&(l(e,!1),0===e.strm.avail_out))return ye}return e.insert=0,t===G?(l(e,!0),0===e.strm.avail_out?Te:ve):e.last_lit&&(l(e,!1),0===e.strm.avail_out)?ye:we}function S(e,t,r,i,n){this.good_length=e,this.max_lazy=t,this.nice_length=r,this.max_chain=i,this.func=n}function C(e){e.window_size=2*e.w_size,o(e.head),e.max_lazy_match=P[e.level].max_lazy,e.good_match=P[e.level].good_length,e.nice_match=P[e.level].nice_length,e.max_chain_length=P[e.level].max_chain,e.strstart=0,e.block_start=0,e.lookahead=0,e.insert=0,e.match_length=e.prev_length=ce-1,e.match_available=0,e.ins_h=0}function y(){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=X,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 L.Buf16(2*le),this.dyn_dtree=new L.Buf16(2*(2*oe+1)),this.bl_tree=new L.Buf16(2*(2*ae+1)),o(this.dyn_ltree),o(this.dyn_dtree),o(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new L.Buf16(se+1),this.heap=new L.Buf16(2*ne+1),o(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new L.Buf16(2*ne+1),o(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 w(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=Q,t=e.state,t.pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?he:Se,e.adler=2===t.wrap?0:1,t.last_flush=M,F.Ga(t),H):i(e,W)}function T(e){var t=w(e);return t===H&&C(e.state),t}function v(e,t){return e&&e.state?2!==e.state.wrap?W:(e.state.gzhead=t,H):W}function x(e,t,r,n,o,a){var l,s;return e?(l=1,t===j&&(t=6),0>n?(l=0,n=-n):n>15&&(l=2,n-=16),1>o||o>$||r!==X||8>n||n>15||0>t||t>9||0>a||a>q?i(e,W):(8===n&&(n=9),s=new y,e.state=s,s.strm=e,s.wrap=l,s.gzhead=null,s.w_bits=n,s.w_size=1<<s.w_bits,s.w_mask=s.w_size-1,s.hash_bits=o+7,s.hash_size=1<<s.hash_bits,s.hash_mask=s.hash_size-1,s.hash_shift=~~((s.hash_bits+ce-1)/ce),s.window=new L.Buf8(2*s.w_size),s.head=new L.Buf16(s.hash_size),s.prev=new L.Buf16(s.w_size),s.lit_bufsize=1<<o+6,s.pending_buf_size=4*s.lit_bufsize,s.pending_buf=new L.Buf8(s.pending_buf_size),s.d_buf=s.lit_bufsize>>1,s.l_buf=3*s.lit_bufsize,s.level=t,s.strategy=a,s.method=r,T(e))):W}function A(e,t){return x(e,t,X,ee,te,J)}function k(e,t){var r,l,u,f,d,h,p;if(!e||!e.state||t>O||0>t)return e?i(e,W):W;if(l=e.state,!e.output||!e.input&&0!==e.avail_in||l.status===Ce&&t!==G)return i(e,0===e.avail_out?z:W);if(l.strm=e,r=l.last_flush,l.last_flush=t,l.status===he&&(2===l.wrap?(e.adler=0,s(l,31),s(l,139),s(l,8),l.gzhead?(s(l,(l.gzhead.text?1:0)+(l.gzhead.hcrc?2:0)+(l.gzhead.extra?4:0)+(l.gzhead.name?8:0)+(l.gzhead.comment?16:0)),s(l,255&l.gzhead.time),s(l,l.gzhead.time>>8&255),s(l,l.gzhead.time>>16&255),s(l,l.gzhead.time>>24&255),s(l,9===l.level?2:l.strategy>=Y||l.level<2?4:0),s(l,255&l.gzhead.os),l.gzhead.extra&&l.gzhead.extra.length&&(s(l,255&l.gzhead.extra.length),s(l,l.gzhead.extra.length>>8&255)),l.gzhead.hcrc&&(e.adler=_(e.adler,l.pending_buf,l.pending,0)),l.gzindex=0,l.status=pe):(s(l,0),s(l,0),s(l,0),s(l,0),s(l,0),s(l,9===l.level?2:l.strategy>=Y||l.level<2?4:0),s(l,xe),l.status=Se)):(d=X+(l.w_bits-8<<4)<<8,h=-1,h=l.strategy>=Y||l.level<2?0:l.level<6?1:6===l.level?2:3,d|=h<<6,0!==l.strstart&&(d|=de),d+=31-d%31,l.status=Se,c(l,d),0!==l.strstart&&(c(l,e.adler>>>16),c(l,65535&e.adler)),e.adler=1)),l.status===pe)if(l.gzhead.extra){for(u=l.pending;l.gzindex<(65535&l.gzhead.extra.length)&&(l.pending!==l.pending_buf_size||(l.gzhead.hcrc&&l.pending>u&&(e.adler=_(e.adler,l.pending_buf,l.pending-u,u)),a(e),u=l.pending,l.pending!==l.pending_buf_size));)s(l,255&l.gzhead.extra[l.gzindex]),l.gzindex++;l.gzhead.hcrc&&l.pending>u&&(e.adler=_(e.adler,l.pending_buf,l.pending-u,u)),l.gzindex===l.gzhead.extra.length&&(l.gzindex=0,l.status=me)}else l.status=me;if(l.status===me)if(l.gzhead.name){u=l.pending;do{if(l.pending===l.pending_buf_size&&(l.gzhead.hcrc&&l.pending>u&&(e.adler=_(e.adler,l.pending_buf,l.pending-u,u)),a(e),u=l.pending,l.pending===l.pending_buf_size)){f=1;break}f=l.gzindex<l.gzhead.name.length?255&l.gzhead.name.charCodeAt(l.gzindex++):0,s(l,f)}while(0!==f);l.gzhead.hcrc&&l.pending>u&&(e.adler=_(e.adler,l.pending_buf,l.pending-u,u)),0===f&&(l.gzindex=0,l.status=ge)}else l.status=ge;if(l.status===ge)if(l.gzhead.comment){u=l.pending;do{if(l.pending===l.pending_buf_size&&(l.gzhead.hcrc&&l.pending>u&&(e.adler=_(e.adler,l.pending_buf,l.pending-u,u)),a(e),u=l.pending,l.pending===l.pending_buf_size)){f=1;break}f=l.gzindex<l.gzhead.comment.length?255&l.gzhead.comment.charCodeAt(l.gzindex++):0,s(l,f)}while(0!==f);l.gzhead.hcrc&&l.pending>u&&(e.adler=_(e.adler,l.pending_buf,l.pending-u,u)),0===f&&(l.status=be)}else l.status=be;if(l.status===be&&(l.gzhead.hcrc?(l.pending+2>l.pending_buf_size&&a(e),l.pending+2<=l.pending_buf_size&&(s(l,255&e.adler),s(l,e.adler>>8&255),e.adler=0,l.status=Se)):l.status=Se),0!==l.pending){if(a(e),0===e.avail_out)return l.last_flush=-1,H}else if(0===e.avail_in&&n(t)<=n(r)&&t!==G)return i(e,z);if(l.status===Ce&&0!==e.avail_in)return i(e,z);if(0!==e.avail_in||0!==l.lookahead||t!==M&&l.status!==Ce){if(p=l.strategy===Y?b(l,t):l.strategy===Z?g(l,t):P[l.level].func(l,t),p!==Te&&p!==ve||(l.status=Ce),p===ye||p===Te)return 0===e.avail_out&&(l.last_flush=-1),H;if(p===we&&(t===D?F.Ha(l):t!==O&&(F.Ia(l,0,0,!1),t===N&&(o(l.head),0===l.lookahead&&(l.strstart=0,l.block_start=0,l.insert=0))),a(e),0===e.avail_out))return l.last_flush=-1,H}return t!==G?H:l.wrap<=0?U:(2===l.wrap?(s(l,255&e.adler),s(l,e.adler>>8&255),s(l,e.adler>>16&255),s(l,e.adler>>24&255),s(l,255&e.total_in),s(l,e.total_in>>8&255),s(l,e.total_in>>16&255),s(l,e.total_in>>24&255)):(c(l,e.adler>>>16),c(l,65535&e.adler)),a(e),l.wrap>0&&(l.wrap=-l.wrap),0!==l.pending?H:U)}function E(e){var t;return e&&e.state?(t=e.state.status,t!==he&&t!==pe&&t!==me&&t!==ge&&t!==be&&t!==Se&&t!==Ce?i(e,W):(e.state=null,t===Se?i(e,V):H)):W}function I(e,t){var r,i,n,a,l,s,c,u,f=t.length;if(!e||!e.state)return W;if(r=e.state,a=r.wrap,2===a||1===a&&r.status!==he||r.lookahead)return W;for(1===a&&(e.adler=R(e.adler,t,f,0)),r.wrap=0,f>=r.w_size&&(0===a&&(o(r.head),r.strstart=0,r.block_start=0,r.insert=0),u=new L.Buf8(r.w_size),L.arraySet(u,t,f-r.w_size,r.w_size,0),t=u,f=r.w_size),l=e.avail_in,s=e.next_in,c=e.input,e.avail_in=f,e.next_in=0,e.input=t,d(r);r.lookahead>=ce;){i=r.strstart,n=r.lookahead-(ce-1);do r.ins_h=(r.ins_h<<r.hash_shift^r.window[i+ce-1])&r.hash_mask,r.prev[i&r.w_mask]=r.head[r.ins_h],r.head[r.ins_h]=i,i++;while(--n);r.strstart=i,r.lookahead=ce-1,d(r)}return r.strstart+=r.lookahead,r.block_start=r.strstart,r.insert=r.lookahead,r.lookahead=0,r.match_length=r.prev_length=ce-1,r.match_available=0,e.next_in=s,e.input=c,e.avail_in=l,r.wrap=a,H}var P,L=e("../utils/common"),F=e("./trees"),R=e("./adler32"),_=e("./crc32"),B=e("./messages"),M=0,D=1,N=3,G=4,O=5,H=0,U=1,W=-2,V=-3,z=-5,j=-1,K=1,Y=2,Z=3,q=4,J=0,Q=2,X=8,$=9,ee=15,te=8,re=29,ie=256,ne=ie+1+re,oe=30,ae=19,le=2*ne+1,se=15,ce=3,ue=258,fe=ue+ce+1,de=32,he=42,pe=69,me=73,ge=91,be=103,Se=113,Ce=666,ye=1,we=2,Te=3,ve=4,xe=3;P=[new S(0,0,0,0,h),new S(4,4,8,4,p),new S(4,5,16,8,p),new S(4,6,32,32,p),new S(4,4,16,16,m),new S(8,16,32,32,m),new S(8,16,128,128,m),new S(8,32,128,256,m),new S(32,128,258,1024,m),new S(32,258,258,4096,m)],r.deflateInit=A,r.deflateInit2=x,r.deflateReset=T,r.deflateResetKeep=w,r.deflateSetHeader=v,r.deflate=k,r.deflateEnd=E,r.deflateSetDictionary=I,r.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(e,t,r){"use strict";function i(){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}t.exports=i},{}],48:[function(e,t,r){"use strict";var i=30,n=12;t.exports=function(e,t){var r,o,a,l,s,c,u,f,d,h,p,m,g,b,S,C,y,w,T,v,x,A,k,E,I;r=e.state,o=e.next_in,E=e.input,a=o+(e.avail_in-5),l=e.next_out,I=e.output,s=l-(t-e.avail_out),c=l+(e.avail_out-257),u=r.dmax,f=r.wsize,d=r.whave,h=r.wnext,p=r.window,m=r.hold,g=r.bits,b=r.lencode,S=r.distcode,C=(1<<r.lenbits)-1,y=(1<<r.distbits)-1;e:do{15>g&&(m+=E[o++]<<g,g+=8,m+=E[o++]<<g,g+=8),w=b[m&C];t:for(;;){if(T=w>>>24,m>>>=T,g-=T,T=w>>>16&255,0===T)I[l++]=65535&w;else{if(!(16&T)){if(0===(64&T)){w=b[(65535&w)+(m&(1<<T)-1)];continue t}if(32&T){r.mode=n;break e}e.msg="invalid literal/length code",r.mode=i;break e}v=65535&w,T&=15,T&&(T>g&&(m+=E[o++]<<g,g+=8),v+=m&(1<<T)-1,m>>>=T,g-=T),15>g&&(m+=E[o++]<<g,g+=8,m+=E[o++]<<g,g+=8),w=S[m&y];r:for(;;){if(T=w>>>24,m>>>=T,g-=T,T=w>>>16&255,!(16&T)){if(0===(64&T)){w=S[(65535&w)+(m&(1<<T)-1)];continue r}e.msg="invalid distance code",r.mode=i;break e}if(x=65535&w,T&=15,T>g&&(m+=E[o++]<<g,g+=8,T>g&&(m+=E[o++]<<g,g+=8)),x+=m&(1<<T)-1,x>u){e.msg="invalid distance too far back",r.mode=i;break e}if(m>>>=T,g-=T,T=l-s,x>T){if(T=x-T,T>d&&r.sane){e.msg="invalid distance too far back",r.mode=i;break e}if(A=0,k=p,0===h){if(A+=f-T,v>T){v-=T;do I[l++]=p[A++];while(--T);A=l-x,k=I}}else if(T>h){if(A+=f+h-T,T-=h,v>T){v-=T;do I[l++]=p[A++];while(--T);if(A=0,v>h){T=h,v-=T;do I[l++]=p[A++];while(--T);A=l-x,k=I}}}else if(A+=h-T,v>T){v-=T;do I[l++]=p[A++];while(--T);A=l-x,k=I}for(;v>2;)I[l++]=k[A++],I[l++]=k[A++],I[l++]=k[A++],v-=3;v&&(I[l++]=k[A++],v>1&&(I[l++]=k[A++]))}else{A=l-x;do I[l++]=I[A++],I[l++]=I[A++],I[l++]=I[A++],v-=3;while(v>2);v&&(I[l++]=I[A++],v>1&&(I[l++]=I[A++]))}break}}break}}while(a>o&&c>l);v=g>>3,o-=v,g-=v<<3,m&=(1<<g)-1,e.next_in=o,e.next_out=l,e.avail_in=a>o?5+(a-o):5-(o-a),e.avail_out=c>l?257+(c-l):257-(l-c),r.hold=m,r.bits=g}},{}],49:[function(e,t,r){"use strict";function i(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function n(){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 S.Buf16(320),this.work=new S.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function o(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=N,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new S.Buf32(me),t.distcode=t.distdyn=new S.Buf32(ge),t.sane=1,t.back=-1,P):R}function a(e){var t;return e&&e.state?(t=e.state,t.wsize=0,t.whave=0,t.wnext=0,o(e)):R}function l(e,t){var r,i;return e&&e.state?(i=e.state,0>t?(r=0,t=-t):(r=(t>>4)+1,48>t&&(t&=15)),t&&(8>t||t>15)?R:(null!==i.window&&i.wbits!==t&&(i.window=null),i.wrap=r,i.wbits=t,a(e))):R}function s(e,t){var r,i;return e?(i=new n,e.state=i,i.window=null,r=l(e,t),r!==P&&(e.state=null),r):R}function c(e){return s(e,Se)}function u(e){if(Ce){var t;for(g=new S.Buf32(512),b=new S.Buf32(32),t=0;144>t;)e.lens[t++]=8;for(;256>t;)e.lens[t++]=9;for(;280>t;)e.lens[t++]=7;for(;288>t;)e.lens[t++]=8;for(T(x,e.lens,0,288,g,0,e.work,{bits:9}),t=0;32>t;)e.lens[t++]=5;T(A,e.lens,0,32,b,0,e.work,{bits:5}),Ce=!1}e.lencode=g,e.lenbits=9,e.distcode=b,e.distbits=5}function f(e,t,r,i){var n,o=e.state;return null===o.window&&(o.wsize=1<<o.wbits,o.wnext=0,o.whave=0,o.window=new S.Buf8(o.wsize)),i>=o.wsize?(S.arraySet(o.window,t,r-o.wsize,o.wsize,0),o.wnext=0,o.whave=o.wsize):(n=o.wsize-o.wnext,n>i&&(n=i),S.arraySet(o.window,t,r-i,n,o.wnext),i-=n,i?(S.arraySet(o.window,t,r-i,i,0),o.wnext=i,o.whave=o.wsize):(o.wnext+=n,o.wnext===o.wsize&&(o.wnext=0),o.whave<o.wsize&&(o.whave+=n))),0}function d(e,t){var r,n,o,a,l,s,c,d,h,p,m,g,b,me,ge,be,Se,Ce,ye,we,Te,ve,xe,Ae,ke=0,Ee=new S.Buf8(4),Ie=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&0!==e.avail_in)return R;r=e.state,r.mode===Z&&(r.mode=q),l=e.next_out,o=e.output,c=e.avail_out,a=e.next_in,n=e.input,s=e.avail_in,d=r.hold,h=r.bits,p=s,m=c,ve=P;e:for(;;)switch(r.mode){case N:if(0===r.wrap){r.mode=q;break}for(;16>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}if(2&r.wrap&&35615===d){r.check=0,Ee[0]=255&d,Ee[1]=d>>>8&255,r.check=y(r.check,Ee,2,0),d=0,h=0,r.mode=G;break}if(r.flags=0,r.head&&(r.head.done=!1),!(1&r.wrap)||(((255&d)<<8)+(d>>8))%31){e.msg="incorrect header check",r.mode=de;break}if((15&d)!==D){e.msg="unknown compression method",r.mode=de;break}if(d>>>=4,h-=4,Te=(15&d)+8,0===r.wbits)r.wbits=Te;else if(Te>r.wbits){e.msg="invalid window size",r.mode=de;break}r.dmax=1<<Te,e.adler=r.check=1,r.mode=512&d?K:Z,d=0,h=0;break;case G:for(;16>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}if(r.flags=d,(255&r.flags)!==D){e.msg="unknown compression method",r.mode=de;break}if(57344&r.flags){e.msg="unknown header flags set",r.mode=de;break}r.head&&(r.head.text=d>>8&1),512&r.flags&&(Ee[0]=255&d,Ee[1]=d>>>8&255,r.check=y(r.check,Ee,2,0)),d=0,h=0,r.mode=O;case O:for(;32>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}r.head&&(r.head.time=d),512&r.flags&&(Ee[0]=255&d,Ee[1]=d>>>8&255,Ee[2]=d>>>16&255,Ee[3]=d>>>24&255,r.check=y(r.check,Ee,4,0)),d=0,h=0,r.mode=H;case H:for(;16>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}r.head&&(r.head.xflags=255&d,r.head.os=d>>8),512&r.flags&&(Ee[0]=255&d,Ee[1]=d>>>8&255,r.check=y(r.check,Ee,2,0)),d=0,h=0,r.mode=U;case U:if(1024&r.flags){for(;16>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}r.length=d,r.head&&(r.head.extra_len=d),512&r.flags&&(Ee[0]=255&d,Ee[1]=d>>>8&255,r.check=y(r.check,Ee,2,0)),d=0,h=0}else r.head&&(r.head.extra=null);r.mode=W;case W:if(1024&r.flags&&(g=r.length,g>s&&(g=s),g&&(r.head&&(Te=r.head.extra_len-r.length,r.head.extra||(r.head.extra=Array(r.head.extra_len)),S.arraySet(r.head.extra,n,a,g,Te)),512&r.flags&&(r.check=y(r.check,n,g,a)),s-=g,a+=g,r.length-=g),r.length))break e;r.length=0,r.mode=V;case V:if(2048&r.flags){if(0===s)break e;g=0;do Te=n[a+g++],r.head&&Te&&r.length<65536&&(r.head.name+=String.fromCharCode(Te));while(Te&&s>g);if(512&r.flags&&(r.check=y(r.check,n,g,a)),s-=g,a+=g,Te)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=z;case z:if(4096&r.flags){if(0===s)break e;g=0;do Te=n[a+g++],r.head&&Te&&r.length<65536&&(r.head.comment+=String.fromCharCode(Te));while(Te&&s>g);if(512&r.flags&&(r.check=y(r.check,n,g,a)),s-=g,a+=g,Te)break e}else r.head&&(r.head.comment=null);r.mode=j;case j:if(512&r.flags){for(;16>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}if(d!==(65535&r.check)){e.msg="header crc mismatch",r.mode=de;break}d=0,h=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),e.adler=r.check=0,r.mode=Z;break;case K:for(;32>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}e.adler=r.check=i(d),d=0,h=0,r.mode=Y;case Y:if(0===r.havedict)return e.next_out=l,e.avail_out=c,e.next_in=a,e.avail_in=s,r.hold=d,r.bits=h,F;e.adler=r.check=1,r.mode=Z;case Z:if(t===E||t===I)break e;case q:if(r.last){d>>>=7&h,h-=7&h,r.mode=ce;break}for(;3>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}switch(r.last=1&d,d>>>=1,h-=1,3&d){case 0:r.mode=J;break;case 1:if(u(r),r.mode=re,t===I){d>>>=2,h-=2;break e}break;case 2:r.mode=$;break;case 3:e.msg="invalid block type",r.mode=de}d>>>=2,h-=2;break;case J:for(d>>>=7&h,h-=7&h;32>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}if((65535&d)!==(d>>>16^65535)){e.msg="invalid stored block lengths",r.mode=de;break}if(r.length=65535&d,d=0,h=0,r.mode=Q,t===I)break e;case Q:r.mode=X;case X:if(g=r.length){if(g>s&&(g=s),g>c&&(g=c),0===g)break e;S.arraySet(o,n,a,g,l),s-=g,a+=g,c-=g,l+=g,r.length-=g;break}r.mode=Z;break;case $:for(;14>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}if(r.nlen=(31&d)+257,d>>>=5,h-=5,r.ndist=(31&d)+1,d>>>=5,h-=5,r.ncode=(15&d)+4,d>>>=4,h-=4,r.nlen>286||r.ndist>30){e.msg="too many length or distance symbols",r.mode=de;break}r.have=0,r.mode=ee;case ee:for(;r.have<r.ncode;){for(;3>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}r.lens[Ie[r.have++]]=7&d,d>>>=3,h-=3}for(;r.have<19;)r.lens[Ie[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,xe={bits:r.lenbits},ve=T(v,r.lens,0,19,r.lencode,0,r.work,xe),r.lenbits=xe.bits,ve){e.msg="invalid code lengths set",r.mode=de;break}r.have=0,r.mode=te;case te:for(;r.have<r.nlen+r.ndist;){for(;ke=r.lencode[d&(1<<r.lenbits)-1],ge=ke>>>24,be=ke>>>16&255,Se=65535&ke,!(h>=ge);){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}if(16>Se)d>>>=ge,h-=ge,r.lens[r.have++]=Se;else{if(16===Se){for(Ae=ge+2;Ae>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}if(d>>>=ge,h-=ge,0===r.have){e.msg="invalid bit length repeat",r.mode=de;break}Te=r.lens[r.have-1],g=3+(3&d),d>>>=2,h-=2}else if(17===Se){for(Ae=ge+3;Ae>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}d>>>=ge,h-=ge,Te=0,g=3+(7&d),d>>>=3,h-=3}else{for(Ae=ge+7;Ae>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}d>>>=ge,h-=ge,Te=0,g=11+(127&d),d>>>=7,h-=7}if(r.have+g>r.nlen+r.ndist){e.msg="invalid bit length repeat",r.mode=de;break}for(;g--;)r.lens[r.have++]=Te}}if(r.mode===de)break;if(0===r.lens[256]){e.msg="invalid code -- missing end-of-block",r.mode=de;break}if(r.lenbits=9,xe={bits:r.lenbits},ve=T(x,r.lens,0,r.nlen,r.lencode,0,r.work,xe),r.lenbits=xe.bits,ve){e.msg="invalid literal/lengths set",r.mode=de;break}if(r.distbits=6,r.distcode=r.distdyn,xe={bits:r.distbits},ve=T(A,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,xe),r.distbits=xe.bits,ve){e.msg="invalid distances set",r.mode=de;break}if(r.mode=re,t===I)break e;case re:r.mode=ie;case ie:if(s>=6&&c>=258){e.next_out=l,e.avail_out=c,e.next_in=a,e.avail_in=s,r.hold=d,r.bits=h,w(e,m),l=e.next_out,o=e.output,c=e.avail_out,a=e.next_in,n=e.input,s=e.avail_in,d=r.hold,h=r.bits,r.mode===Z&&(r.back=-1);break}for(r.back=0;ke=r.lencode[d&(1<<r.lenbits)-1],ge=ke>>>24,be=ke>>>16&255,Se=65535&ke,!(h>=ge);){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}if(be&&0===(240&be)){for(Ce=ge,ye=be,we=Se;ke=r.lencode[we+((d&(1<<Ce+ye)-1)>>Ce)],ge=ke>>>24,be=ke>>>16&255,Se=65535&ke,!(h>=Ce+ge);){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}d>>>=Ce,h-=Ce,r.back+=Ce}if(d>>>=ge,h-=ge,r.back+=ge,r.length=Se,0===be){r.mode=se;break}if(32&be){r.back=-1,r.mode=Z;break}if(64&be){e.msg="invalid literal/length code",r.mode=de;break}r.extra=15&be,r.mode=ne;case ne:if(r.extra){for(Ae=r.extra;Ae>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}r.length+=d&(1<<r.extra)-1,d>>>=r.extra,h-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=oe;case oe:for(;ke=r.distcode[d&(1<<r.distbits)-1],ge=ke>>>24,be=ke>>>16&255,Se=65535&ke,!(h>=ge);){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}if(0===(240&be)){for(Ce=ge,ye=be,we=Se;ke=r.distcode[we+((d&(1<<Ce+ye)-1)>>Ce)],ge=ke>>>24,be=ke>>>16&255,Se=65535&ke,!(h>=Ce+ge);){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}d>>>=Ce,h-=Ce,r.back+=Ce}if(d>>>=ge,h-=ge,r.back+=ge,64&be){e.msg="invalid distance code",r.mode=de;break}r.offset=Se,r.extra=15&be,r.mode=ae;case ae:if(r.extra){for(Ae=r.extra;Ae>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}r.offset+=d&(1<<r.extra)-1,d>>>=r.extra,h-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){e.msg="invalid distance too far back",r.mode=de;break}r.mode=le;case le:if(0===c)break e;if(g=m-c,r.offset>g){if(g=r.offset-g,g>r.whave&&r.sane){e.msg="invalid distance too far back",r.mode=de;break}g>r.wnext?(g-=r.wnext,b=r.wsize-g):b=r.wnext-g,g>r.length&&(g=r.length),me=r.window}else me=o,b=l-r.offset,g=r.length;g>c&&(g=c),c-=g,r.length-=g;do o[l++]=me[b++];while(--g);0===r.length&&(r.mode=ie);break;case se:if(0===c)break e;o[l++]=r.length,c--,r.mode=ie;break;case ce:if(r.wrap){for(;32>h;){if(0===s)break e;s--,d|=n[a++]<<h,h+=8}if(m-=c,e.total_out+=m,r.total+=m,m&&(e.adler=r.check=r.flags?y(r.check,o,m,l-m):C(r.check,o,m,l-m)),m=c,(r.flags?d:i(d))!==r.check){e.msg="incorrect data check",r.mode=de;break}d=0,h=0}r.mode=ue;case ue:if(r.wrap&&r.flags){for(;32>h;){if(0===s)break e;s--,d+=n[a++]<<h,h+=8}if(d!==(4294967295&r.total)){e.msg="incorrect length check",r.mode=de;break}d=0,h=0}r.mode=fe;case fe:ve=L;break e;case de:ve=_;break e;case he:return B;case pe:default:return R}return e.next_out=l,e.avail_out=c,e.next_in=a,e.avail_in=s,r.hold=d,r.bits=h,(r.wsize||m!==e.avail_out&&r.mode<de&&(r.mode<ce||t!==k))&&f(e,e.output,e.next_out,m-e.avail_out)?(r.mode=he,B):(p-=e.avail_in,m-=e.avail_out,e.total_in+=p,e.total_out+=m,r.total+=m,r.wrap&&m&&(e.adler=r.check=r.flags?y(r.check,o,m,e.next_out-m):C(r.check,o,m,e.next_out-m)),e.data_type=r.bits+(r.last?64:0)+(r.mode===Z?128:0)+(r.mode===re||r.mode===Q?256:0),(0===p&&0===m||t===k)&&ve===P&&(ve=M),ve)}function h(e){if(!e||!e.state)return R;var t=e.state;return t.window&&(t.window=null),e.state=null,P}function p(e,t){var r;return e&&e.state?(r=e.state,0===(2&r.wrap)?R:(r.head=t,t.done=!1,P)):R}function m(e,t){var r,i,n,o=t.length;return e&&e.state?(r=e.state,0!==r.wrap&&r.mode!==Y?R:r.mode===Y&&(i=1,i=C(i,t,o,0),i!==r.check)?_:(n=f(e,t,o,o))?(r.mode=he,B):(r.havedict=1,P)):R}var g,b,S=e("../utils/common"),C=e("./adler32"),y=e("./crc32"),w=e("./inffast"),T=e("./inftrees"),v=0,x=1,A=2,k=4,E=5,I=6,P=0,L=1,F=2,R=-2,_=-3,B=-4,M=-5,D=8,N=1,G=2,O=3,H=4,U=5,W=6,V=7,z=8,j=9,K=10,Y=11,Z=12,q=13,J=14,Q=15,X=16,$=17,ee=18,te=19,re=20,ie=21,ne=22,oe=23,ae=24,le=25,se=26,ce=27,ue=28,fe=29,de=30,he=31,pe=32,me=852,ge=592,be=15,Se=be,Ce=!0;r.inflateReset=a,r.inflateReset2=l,r.inflateResetKeep=o,r.inflateInit=c,r.inflateInit2=s,r.inflate=d,r.inflateEnd=h,r.inflateGetHeader=p,r.inflateSetDictionary=m,r.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(e,t,r){"use strict";var i=e("../utils/common"),n=15,o=852,a=592,l=0,s=1,c=2,u=[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],f=[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],h=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];t.exports=function(e,t,r,p,m,g,b,S){var C,y,w,T,v,x,A,k,E,I,P=S.bits,L=0,F=0,R=0,_=0,B=0,M=0,D=0,N=0,G=0,O=0,H=null,U=0,W=new i.Buf16(n+1),V=new i.Buf16(n+1),z=null,j=0;for(L=0;n>=L;L++)W[L]=0;for(F=0;p>F;F++)W[t[r+F]]++;for(B=P,_=n;_>=1&&0===W[_];_--);if(B>_&&(B=_),0===_)return m[g++]=20971520,m[g++]=20971520,S.bits=1,0;for(R=1;_>R&&0===W[R];R++);for(R>B&&(B=R),N=1,L=1;n>=L;L++)if(N<<=1,N-=W[L],0>N)return-1;if(N>0&&(e===l||1!==_))return-1;for(V[1]=0,L=1;n>L;L++)V[L+1]=V[L]+W[L];for(F=0;p>F;F++)0!==t[r+F]&&(b[V[t[r+F]]++]=F);if(e===l?(H=z=b,x=19):e===s?(H=u,U-=257,z=f,j-=257,x=256):(H=d,z=h,x=-1),O=0,F=0,L=R,v=g,M=B,D=0,w=-1,G=1<<B,T=G-1,e===s&&G>o||e===c&&G>a)return 1;for(I=0;;){I++,A=L-D,b[F]<x?(k=0,E=b[F]):b[F]>x?(k=z[j+b[F]],E=H[U+b[F]]):(k=96,E=0),C=1<<L-D,y=1<<M,R=y;do y-=C,m[v+(O>>D)+y]=A<<24|k<<16|E|0;while(0!==y);for(C=1<<L-1;O&C;)C>>=1;if(0!==C?(O&=C-1,O+=C):O=0,F++,0===--W[L]){if(L===_)break;L=t[r+b[F]]}if(L>B&&(O&T)!==w){for(0===D&&(D=B),v+=R,M=L-D,N=1<<M;_>M+D&&(N-=W[M+D],!(0>=N));)M++,N<<=1;if(G+=1<<M,e===s&&G>o||e===c&&G>a)return 1;w=O&T,m[w]=B<<24|M<<16|v-g|0}}return 0!==O&&(m[v+O]=L-D<<24|64<<16|0),S.bits=B,0}},{"../utils/common":41}],51:[function(e,t,r){"use strict";t.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(e,t,r){"use strict";var i,n,o,a,l,s,c,u,f,d,h,p,m,g,b,S,C,y,w,T,v,x,A,k,E,I,P,L,F,R,_,B,M,D,N,G,O,H;function U(e){for(var t=e.length;--t>=0;)e[t]=0}function W(e,t,r,i,n){this.static_tree=e,this.extra_bits=t,this.extra_base=r,this.elems=i,this.max_length=n,this.has_stree=e&&e.length}function V(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}function z(e){return 256>e?_[e]:_[256+(e>>>7)]}function j(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function K(e,t,r){e.bi_valid>y-r?(e.bi_buf|=t<<e.bi_valid&65535,j(e,e.bi_buf),e.bi_buf=t>>y-e.bi_valid,e.bi_valid+=r-y):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=r)}function Y(e,t,r){K(e,r[2*t],r[2*t+1])}function Z(e,t){var r=0;do r|=1&e,e>>>=1,r<<=1;while(--t>0);return r>>>1}function q(e){16===e.bi_valid?(j(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)}function J(e,t){var r,i,n,o,a,l,s=t.dyn_tree,c=t.max_code,u=t.stat_desc.static_tree,f=t.stat_desc.has_stree,d=t.stat_desc.extra_bits,h=t.stat_desc.extra_base,p=t.stat_desc.max_length,m=0;for(o=0;C>=o;o++)e.bl_count[o]=0;for(s[2*e.heap[e.heap_max]+1]=0,r=e.heap_max+1;S>r;r++)i=e.heap[r],o=s[2*s[2*i+1]+1]+1,o>p&&(o=p,m++),s[2*i+1]=o,i>c||(e.bl_count[o]++,a=0,i>=h&&(a=d[i-h]),l=s[2*i],e.opt_len+=l*(o+a),f&&(e.static_len+=l*(u[2*i+1]+a)));if(0!==m){do{for(o=p-1;0===e.bl_count[o];)o--;e.bl_count[o]--,e.bl_count[o+1]+=2,e.bl_count[p]--,m-=2}while(m>0);for(o=p;0!==o;o--)for(i=e.bl_count[o];0!==i;)n=e.heap[--r],n>c||(s[2*n+1]!==o&&(e.opt_len+=(o-s[2*n+1])*s[2*n],s[2*n+1]=o),i--)}}function Q(e,t,r){var i,n,o,a=Array(C+1),l=0;for(i=1;C>=i;i++)a[i]=l=l+r[i-1]<<1;for(n=0;t>=n;n++)o=e[2*n+1],0!==o&&(e[2*n]=Z(a[o]++,o))}function X(){var e,t,r,i,n,o=Array(C+1);for(r=0,i=0;h-1>i;i++)for(M[i]=r,e=0;e<1<<k[i];e++)B[r++]=i;for(B[r-1]=i,n=0,i=0;16>i;i++)for(D[i]=n,e=0;e<1<<E[i];e++)_[n++]=i;for(n>>=7;g>i;i++)for(D[i]=n<<7,e=0;e<1<<E[i]-7;e++)_[256+n++]=i;for(t=0;C>=t;t++)o[t]=0;for(e=0;143>=e;)F[2*e+1]=8,e++,o[8]++;for(;255>=e;)F[2*e+1]=9,e++,o[9]++;for(;279>=e;)F[2*e+1]=7,e++,o[7]++;for(;287>=e;)F[2*e+1]=8,e++,o[8]++;for(Q(F,m+1,o),e=0;g>e;e++)R[2*e+1]=5,R[2*e]=Z(e,5);N=new W(F,k,p+1,m,C),G=new W(R,E,0,g,C),O=new W(Array(0),I,0,b,w)}function $(e){var t;for(t=0;m>t;t++)e.dyn_ltree[2*t]=0;for(t=0;g>t;t++)e.dyn_dtree[2*t]=0;
- for(t=0;b>t;t++)e.bl_tree[2*t]=0;e.dyn_ltree[2*T]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function ee(e){e.bi_valid>8?j(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function te(e,t,r,n){ee(e),n&&(j(e,r),j(e,~r)),i.arraySet(e.pending_buf,e.window,t,r,e.pending),e.pending+=r}function re(e,t,r,i){var n=2*t,o=2*r;return e[n]<e[o]||e[n]===e[o]&&i[t]<=i[r]}function ie(e,t,r){for(var i=e.heap[r],n=r<<1;n<=e.heap_len&&(n<e.heap_len&&re(t,e.heap[n+1],e.heap[n],e.depth)&&n++,!re(t,i,e.heap[n],e.depth));)e.heap[r]=e.heap[n],r=n,n<<=1;e.heap[r]=i}function ne(e,t,r){var i,n,o,a,l=0;if(0!==e.last_lit)do i=e.pending_buf[e.d_buf+2*l]<<8|e.pending_buf[e.d_buf+2*l+1],n=e.pending_buf[e.l_buf+l],l++,0===i?Y(e,n,t):(o=B[n],Y(e,o+p+1,t),a=k[o],0!==a&&(n-=M[o],K(e,n,a)),i--,o=z(i),Y(e,o,r),a=E[o],0!==a&&(i-=D[o],K(e,i,a)));while(l<e.last_lit);Y(e,T,t)}function oe(e,t){var r,i,n,o=t.dyn_tree,a=t.stat_desc.static_tree,l=t.stat_desc.has_stree,s=t.stat_desc.elems,c=-1;for(e.heap_len=0,e.heap_max=S,r=0;s>r;r++)0!==o[2*r]?(e.heap[++e.heap_len]=c=r,e.depth[r]=0):o[2*r+1]=0;for(;e.heap_len<2;)n=e.heap[++e.heap_len]=2>c?++c:0,o[2*n]=1,e.depth[n]=0,e.opt_len--,l&&(e.static_len-=a[2*n+1]);for(t.max_code=c,r=e.heap_len>>1;r>=1;r--)ie(e,o,r);n=s;do r=e.heap[1],e.heap[1]=e.heap[e.heap_len--],ie(e,o,1),i=e.heap[1],e.heap[--e.heap_max]=r,e.heap[--e.heap_max]=i,o[2*n]=o[2*r]+o[2*i],e.depth[n]=(e.depth[r]>=e.depth[i]?e.depth[r]:e.depth[i])+1,o[2*r+1]=o[2*i+1]=n,e.heap[1]=n++,ie(e,o,1);while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],J(e,t),Q(o,c,e.bl_count)}function ae(e,t,r){var i,n,o=-1,a=t[1],l=0,s=7,c=4;for(0===a&&(s=138,c=3),t[2*(r+1)+1]=65535,i=0;r>=i;i++)n=a,a=t[2*(i+1)+1],++l<s&&n===a||(c>l?e.bl_tree[2*n]+=l:0!==n?(n!==o&&e.bl_tree[2*n]++,e.bl_tree[2*v]++):10>=l?e.bl_tree[2*x]++:e.bl_tree[2*A]++,l=0,o=n,0===a?(s=138,c=3):n===a?(s=6,c=3):(s=7,c=4))}function le(e,t,r){var i,n,o=-1,a=t[1],l=0,s=7,c=4;for(0===a&&(s=138,c=3),i=0;r>=i;i++)if(n=a,a=t[2*(i+1)+1],!(++l<s&&n===a)){if(c>l){do Y(e,n,e.bl_tree);while(0!==--l)}else 0!==n?(n!==o&&(Y(e,n,e.bl_tree),l--),Y(e,v,e.bl_tree),K(e,l-3,2)):10>=l?(Y(e,x,e.bl_tree),K(e,l-3,3)):(Y(e,A,e.bl_tree),K(e,l-11,7));l=0,o=n,0===a?(s=138,c=3):n===a?(s=6,c=3):(s=7,c=4)}}function se(e){var t;for(ae(e,e.dyn_ltree,e.l_desc.max_code),ae(e,e.dyn_dtree,e.d_desc.max_code),oe(e,e.bl_desc),t=b-1;t>=3&&0===e.bl_tree[2*P[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t}function ce(e,t,r,i){var n;for(K(e,t-257,5),K(e,r-1,5),K(e,i-4,4),n=0;i>n;n++)K(e,e.bl_tree[2*P[n]+1],3);le(e,e.dyn_ltree,t-1),le(e,e.dyn_dtree,r-1)}function ue(e){var t,r=4093624447;for(t=0;31>=t;t++,r>>>=1)if(1&r&&0!==e.dyn_ltree[2*t])return o;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return a;for(t=32;p>t;t++)if(0!==e.dyn_ltree[2*t])return a;return o}function fe(e){H||(X(),H=!0),e.l_desc=new V(e.dyn_ltree,N),e.d_desc=new V(e.dyn_dtree,G),e.bl_desc=new V(e.bl_tree,O),e.bi_buf=0,e.bi_valid=0,$(e)}function de(e,t,r,i){K(e,(s<<1)+(i?1:0),3),te(e,t,r,!0)}function he(e){K(e,c<<1,3),Y(e,T,F),q(e)}function pe(e,t,r,i){var o,a,s=0;e.level>0?(e.strm.data_type===l&&(e.strm.data_type=ue(e)),oe(e,e.l_desc),oe(e,e.d_desc),s=se(e),o=e.opt_len+3+7>>>3,a=e.static_len+3+7>>>3,o>=a&&(o=a)):o=a=r+5,o>=r+4&&-1!==t?de(e,t,r,i):e.strategy===n||a===o?(K(e,(c<<1)+(i?1:0),3),ne(e,F,R)):(K(e,(u<<1)+(i?1:0),3),ce(e,e.l_desc.max_code+1,e.d_desc.max_code+1,s+1),ne(e,e.dyn_ltree,e.dyn_dtree)),$(e),i&&ee(e)}function me(e,t,r){return e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&r,e.last_lit++,0===t?e.dyn_ltree[2*r]++:(e.matches++,t--,e.dyn_ltree[2*(B[r]+p+1)]++,e.dyn_dtree[2*z(t)]++),e.last_lit===e.lit_bufsize-1}i=e("../utils/common"),n=4,o=0,a=1,l=2,s=0,c=1,u=2,f=3,d=258,h=29,p=256,m=p+1+h,g=30,b=19,S=2*m+1,C=15,y=16,w=7,T=256,v=16,x=17,A=18,k=[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],E=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],I=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],P=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],L=512,F=Array(2*(m+2)),U(F),R=Array(2*g),U(R),_=Array(L),U(_),B=Array(d-f+1),U(B),M=Array(h),U(M),D=Array(g),U(D),H=!1,r.Ga=fe,r.Ia=de,r.Ea=pe,r.Fa=me,r.Ha=he},{"../utils/common":41}],53:[function(e,t,r){"use strict";function i(){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}t.exports=i},{}]},{},[10])(10)})}).call(t,function(){return this}())},function(e,t,r){!function(){"use strict";var t,i,n,o,a,l={Unknown:0,Storage:1,Stream:2,RootStorage:5},s={Red:0,Black:1},c=0xe11ab1a1e011d000,u=-2,f=512,d=64,h=128,p=-6,m=-1,g="Root Entry",b=-1,S=512,C=109,y=r(4).Ja;function w(e){var t,r,i,n={StartSectorIndex:0,SectorCount:0},o=[];for(t=0;t<e.length;t++)r=0===n.SectorCount,r?(n.StartSectorIndex=e[t],n.SectorCount=1):(i=e[t]===n.SectorCount+n.StartSectorIndex,i?n.SectorCount+=1:(o.push(n),n.SectorCount=0,t--));return o.push(n),o}t=function(){this.Ka=Array(32),this.La=0,this.Ma=5,this.Na=b,this.Oa=b,this.Pa=b,this.Qa=m,this.Ra=0,this.Sa=[]},t.prototype={getName:function(){var e="";for(this.Ka.forEach(function(t){var r=t.indexOf("\0");e+=r!==-1?t.substring(0,r):t});e.length>0&&0===e[e.length-1];)e.substring(0,e.length-2);return e},setName:function(e){for(var t=0;t<this.Ka.length&&t<e.length;t++)this.Ka[t]=e[t];this.La=Math.min(2*this.Ka.length,2*(e.length+1))},read:function(e){switch(this.Ka=e.readChars(this.Ka.length),this.La=e.readInt16(),this.getName()){case"R":this.setName(g);break;case"Book":this.setName("Workbook")}this.Ma=e.readByte()[0],e.readByte(),this.Na=e.readInt32(),this.Oa=e.readInt32(),this.Pa=e.readInt32(),e.readInt32(),e.readInt32(),e.readInt32(),e.readInt32(),e.readInt32(),e.readInt64(),e.readInt64(),this.Qa=e.readInt32(),this.Ra=e.readInt32(),e.readInt32()}},i=function(){},i.prototype={Ta:c,Ua:62,Va:3,Wa:65534,Xa:9,Ya:6,Za:0,$a:0,_a:0,ab:0,bb:0,cb:0,eb:4096,fb:u,gb:0,hb:u,ib:0,jb:[],sectorSize:function(){return Math.pow(2,this.Xa)},minisectorSize:function(){return Math.pow(2,this.Ya)},read:function(e){var t,r;if(this.Ta=e.readUInt64(),e.readInt32(),e.readInt32(),e.readInt32(),e.readInt32(),this.Ua=e.readUInt16(),this.Va=e.readUInt16(),this.Va>3)return!1;for(this.Wa=e.readUInt16(),this.Xa=e.readInt16(),this.Ya=e.readInt32(),this.Za=e.readInt32(),this.$a=e.readInt16(),this._a=e.readInt16(),this.ab=e.readInt32(),this.bb=e.readInt32(),this.cb=e.readInt32(),this.eb=e.readInt32(),this.fb=e.readInt32(),this.gb=e.readInt32(),this.hb=e.readInt32(),this.ib=e.readInt32(),t=Math.min(this.ab,C),this.jb=[],r=0;r<t;r++)this.jb[r]=e.readInt32()}},n=function(){this.kb=[]},n.prototype={length:function(){return this.kb.length},getList:function(){return this.kb},getSectorList:function(e){for(var t=[],r=e;r<=p||r>m;)t.push(r),r=this.kb[r];return t},addRange:function(e){var t=this;e&&e.length&&e.forEach(function(e){t.kb.push(e)})},read:function(e,t){for(var r=0;r<t;r++)this.kb.push(e.readInt32())}},o=function(){this.lb=[]},o.prototype={add:function(e){e.getName()===g?this.lb.splice(0,0,e):this.lb.push(e)},clear:function(){this.lb=[]},length:function(){return this.lb.length},entries:function(){return this.lb},read:function(e,r){var i,n;for(i=0;i<r;i++)n=new t,n.read(e),this.lb.push(n)}},a=function(e){this.mb=0,this.nb=new i,this.lb=new o,this.ob=new n,this.pb=new n,this.qb=new n;var r=new t;r.setName(g),r.Ma=l.Stream,r.rb=s.Black,r.Pa=b,e||(r.sb=(new Date).getTime(),r.tb=(new Date).getTime()),r.Na=b,r.Oa=b,r.Pa=b,r.Ma=l.RootStorage,r.Qa=u,r.Ra=0,r.Bytes=null,this.lb.add(r)},a.prototype={ub:function(e,t){var r,i,n,o;for(1===arguments.length&&(t=g),r=-1,i=0;i<this.lb.length();i++)if(n=this.lb.entries()[i],n.getName()===t&&(n.Ma===l.Storage||n.Ma===l.RootStorage)){r=i;break}if(r===-1)return null;if(this.lb.entries()[r].Pa===b)return null;for(o=[],o.push(this.lb.entries()[r].Pa),this.vb(this.lb.entries()[r].Pa,o),i=0;i<o.length;i++)if(n=this.lb.entries()[o[i]],n.getName()===e&&n.Ma===l.Stream)return n.Sa;return null},vb:function(e,t){this.lb.entries()[e].Na!==b&&(t.push(this.lb.entries()[e].Na),this.vb(this.lb.entries()[e].Na,t)),this.lb.entries()[e].Oa!==b&&(t.push(this.lb.entries()[e].Oa),this.vb(this.lb.entries()[e].Oa,t))},wb:function(e){this.view=e;var t=this.xb();this.yb(t),this.zb(t),this.Ab(t)},yb:function(e){this.nb.read(e),f=this.nb.sectorSize(),d=this.nb.minisectorSize()},zb:function(e){var t,r,i,n,o;for(this.ob.addRange(this.nb.jb),t=this.nb.ab-(this.nb.jb?this.nb.jb.length:0),r=this.nb.hb,i=(f-4)/4;t>0;)this.Bb(r,e),this.ob.read(e,Math.min(i,t)),t-=Math.min(i,t),t>0&&(r=e.readInt32());for(n=0;n<this.ob.length();n++)this.Bb(this.ob.getList()[n],e),this.pb.read(e,f/4);for(o=this.pb.getSectorList(this.nb.fb),n=0;n<o.length;n++)this.Bb(o[n],e),this.qb.read(e,f/4)},Ab:function(e){var t,r,i,n,o;for(this.lb.clear(),t=this.nb.bb,r=this.pb.getSectorList(t),i=0;i<r.length;i++)this.Bb(r[i],e),this.lb.read(e,f/h);if(n=this.lb.entries()[0],n.getName()===g.replace(" ","")&&n.setName(g),n.getName()===g)for(i=1;i<this.lb.length();i++)o=this.lb.entries()[i],o.Ma===l.Stream&&(o.Sa=this.Cb(o,e))},Cb:function(e,t){return null===e?null:e.Ra<this.nb.eb?this.Db(e.Qa,e.Ra,t):this.Eb(e.Qa,e.Ra,t)},Db:function(e,t,r){var i,n,o,a,l=[],s=this.qb.getSectorList(e);for(i=0;i<s.length;i++)for(this.Fb(s[i],r),n=d,i===s.length-1&&t%d!==0&&(n=t%d),o=r.readBytes(n),a=0;a<o.length;a++)l.push(o[a]);return l},Bb:function(e){this.mb=S+this.nb.sectorSize()*e},Fb:function(e){var t=f/d,r=Math.floor(e/t),i=this.pb.getSectorList(this.lb.entries()[0].Qa);this.Bb(i[r]),this.mb+=e%t*d},Eb:function(e,t,r){var i,n,o,a,l=this.pb.getSectorList(e),s=w(l),c=[];for(i=0;i<s.length;i++)for(this.Bb(s[i].StartSectorIndex),n=f*s[i].SectorCount,i===s.length-1&&t%f!==0&&(n-=f-t%f),n=Math.min(n,this.view.length-this.mb),o=r.readBytes(n),a=0;a<o.length;a++)c.push(o[a]);return c},xb:function(){var e=this,t=function(e){var t,r=[];for(t=0;t<e.length;t++)r[t]=e[e.length-t-1];return r},r=function(r){var i=0;return t(y.Gb(e.view,e.mb,e.mb+r)).forEach(function(e){i=256*i+e}),e.mb+=r,i},i=function(r){var i=0;return t(y.Gb(e.view,e.mb,e.mb+r)).forEach(function(e){i=(i<<8)+e}),e.mb+=r,i},n=function(t){var r=y.Gb(e.view,e.mb,e.mb+t);return e.mb+=t,r};return{readUInt64:function(){return r(8)},readInt64:function(){return i(8)},readInt32:function(){return i(4)},readUInt32:function(){return r(4)},readInt16:function(){return i(2)},readUInt16:function(){return i(2)},readByte:function(){return n(1)},readBytes:function(e){return n(e)},readChars:function(e){var t,r,i=[];for(t=0;t<e;t++)r=n(2),i.push(String.fromCharCode.apply(null,r));return i}}}},e.exports=a}()},function(e,t){(function(e){!function(){"use strict";var r,i,n,o,a,l,s,c,u,f,d,h,p,m,g,b,S,C,y,w,T,v,x,A,k=null,E=void 0,I="object",P="string";function L(e){return null===e||void 0===e}t.Hb=L,r=function(){function e(){}return e.Ib=function(e){return!e||""===e},e.Jb=function(e){return!e||" "===e},e}(),t.Kb=r,i=function(){function e(e,t,r,i){this.row=e,this.col=t,this.rowCount=r,this.colCount=i}return e}(),t.Lb=i;function F(e){return e.col===-1||e.colCount===-1}function R(e){return e.row===-1||e.rowCount===-1}t.isRangeWholeRow=F,t.isRangeWholeColumn=R,n="_xlfn._xlws.",o={AVERAGEIF:/\bAVERAGEIF\b\(/gi,AVERAGEIFS:/\bAVERAGEIFS\b\(/gi,CUBEKPIMEMBER:/\bCUBEKPIMEMBER\b\(/gi,CUBEMEMBER:/\bCUBEMEMBER\b\(/gi,CUBEMEMBERPROPERTY:/\bCUBEMEMBERPROPERTY\b\(/gi,CUBERANKEDMEMBER:/\bCUBERANKEDMEMBER\b\(/gi,CUBESET:/\bCUBESET\b\(/gi,CUBESETCOUNT:/\bCUBESETCOUNT\b\(/gi,CUBEVALUE:/\bCUBEVALUE\b\(/gi,COUNTIFS:/\bCOUNTIFS\b\(/gi,IFERROR:/\bIFERROR\b\(/gi,SUMIFS:/\bSUMIFS\b\(/gi,ACOT:/\bACOT\b\(/gi,ACOTH:/\bACOTH\b\(/gi,AGGREGATE:/\bAGGREGATE\b\(/gi,ARABIC:/\bARABIC\b\(/gi,BASE:/\bBASE\b\(/gi,"BETA.DIST":/\bBETA\.DIST\b\(/gi,"BETA.INV":/\bBETA\.INV\b\(/gi,"BINOM.DIST":/\bBINOM\.DIST\b\(/gi,"BINOM.DIST.RANGE":/\bBINOM\.DIST\.RANGE\b\(/gi,"BINOM.INV":/\bBINOM\.INV\b\(/gi,BITAND:/\bBITAND\b\(/gi,BITLSHIFT:/\bBITLSHIFT\b\(/gi,BITOR:/\bBITOR\b\(/gi,BITRSHIFT:/\bBITRSHIFT\b\(/gi,BITXOR:/\bBITXOR\b\(/gi,"CEILING.MATH":/\bCEILING\.MATH\b\(/gi,"CEILING.PRECISE":/\bCEILING\.PRECISE\b\(/gi,"CHISQ.DIST":/\bCHISQ\.DIST\b\(/gi,"CHISQ.DIST.RT":/\bCHISQ\.DIST\.RT\b\(/gi,"CHISQ.INV":/\bCHISQ\.INV\b\(/gi,"CHISQ.INV.RT":/\bCHISQ\.INV\.RT\b\(/gi,"CHISQ.TEST":/\bCHISQ\.TEST\b\(/gi,COMBINA:/\bCOMBINA\b\(/gi,CONCAT:/\bCONCAT\b\(/gi,"CONFIDENCE.T":/\bCONFIDENCE\.T\b\(/gi,COT:/\bCOT\b\(/gi,"COVARIANCE.P":/\bCOVARIANCE\.P\b\(/gi,"COVARIANCE.S":/\bCOVARIANCE\.S\b\(/gi,CSC:/\bCSC\b\(/gi,CSCH:/\bCSCH\b\(/gi,DAYS:/\bDAYS\b\(/gi,DECIMAL:/\bDECIMAL\b\(/gi,ENCODEURL:/\bENCODEURL\b\(/gi,"ERF.PRECISE":/\bERF\.PRECISE\b\(/gi,"ERFC.PRECISE":/\bERFC\.PRECISE\b\(/gi,"EXPON.DIST":/\bEXPON\.DIST\b\(/gi,"F.DIST":/\bF\.DIST\b\(/gi,"F.DIST.RT":/\bF\.DIST\.RT\b\(/gi,"F.INV":/\bF\.INV\b\(/gi,"F.INV.RT":/\bF\.INV\.RT\b\(/gi,FILTERXML:/\bFILTERXML\b\(/gi,"FLOOR.MATH":/\bFLOOR\.MATH\b\(/gi,"FLOOR.PRECISE":/\bFLOOR\.PRECISE\b\(/gi,FORMULATEXT:/\bFORMULATEXT\b\(/gi,GAMMA:/\bGAMMA\b\(/gi,"GAMMA.DIST":/\bGAMMA\.DIST\b\(/gi,"GAMMA.INV":/\bGAMMA\.INV\b\(/gi,"GAMMALN.PRECISE":/\bGAMMALN\.PRECISE\b\(/gi,"HYPGEOM.DIST":/\bHYPGEOM\.DIST\b\(/gi,IFNA:/\bIFNA\b\(/gi,IFS:/\bIFS\b\(/gi,IMCOSH:/\bIMCOSH\b\(/gi,IMCOT:/\bIMCOT\b\(/gi,IMCSCH:/\bIMCSCH\b\(/gi,IMSEC:/\bIMSEC\b\(/gi,IMSECH:/\bIMSECH\b\(/gi,IMSINH:/\bIMSINH\b\(/gi,IMTAN:/\bIMTAN\b\(/gi,ISFORMULA:/\bISFORMULA\b\(/gi,ISOWEEKNUM:/\bISOWEEKNUM\b\(/gi,"LOGNORM.DIST":/\bLOGNORM\.DIST\b\(/gi,"LOGNORM.INV":/\bLOGNORM\.INV\b\(/gi,MAXIFS:/\bMAXIFS\b\(/gi,MINIFS:/\bMINIFS\b\(/gi,"MODE.MULT":/\bMODE\.MULT\b\(/gi,"MODE.SNGL":/\bMODE\.SNGL\b\(/gi,MUNIT:/\bMUNIT\b\(/gi,"NEGBINOM.DIST":/\bNEGBINOM\.DIST\b\(/gi,"NORM.DIST":/\bNORM\.DIST\b\(/gi,"NORM.INV":/\bNORM\.INV\b\(/gi,"NORM.S.DIST":/\bNORM\.S\.DIST\b\(/gi,"NORM.S.INV":/\bNORM\.S\.INV\b\(/gi,NUMBERVALUE:/\bNUMBERVALUE\b\(/gi,PDURATION:/\bPDURATION\b\(/gi,"PERCENTILE.EXC":/\bPERCENTILE\.EXC\b\(/gi,"PERCENTILE.INC":/\bPERCENTILE\.INC\b\(/gi,"PERCENTRANK.EXC":/\bPERCENTRANK\.EXC\b\(/gi,"PERCENTRANK.INC":/\bPERCENTRANK\.INC\b\(/gi,PERMUTATIONA:/\bPERMUTATIONA\b\(/gi,PHI:/\bPHI\b\(/gi,"POISSON.DIST":/\bPOISSON\.DIST\b\(/gi,"QUARTILE.EXC":/\bQUARTILE\.EXC\b\(/gi,"QUARTILE.INC":/\bQUARTILE\.INC\b\(/gi,"RANK.AVG":/\bRANK\.AVG\b\(/gi,"RANK.EQ":/\bRANK\.EQ\b\(/gi,RRI:/\bRRI\b\(/gi,SECH:/\bSECH\b\(/gi,SHEET:/\bSHEET\b\(/gi,SHEETS:/\bSHEETS\b\(/gi,"STDEV.P":/\bSTDEV\.P\b\(/gi,"STDEV.S":/\bSTDEV\.S\b\(/gi,SWITCH:/\bSWITCH\b\(/gi,"T.DIST":/\bT\.DIST\b\(/gi,"T.DIST.2T":/\bT\.DIST\.2T\b\(/gi,"T.DIST.RT":/\bT\.DIST\.RT\b\(/gi,"T.INV":/\bT\.INV\b\(/gi,"T.INV.2T":/\bT\.INV\.2T\b\(/gi,TEXTJOIN:/\bTEXTJOIN\b\(/gi,UNICHAR:/\bUNICHAR\b\(/gi,UNICODE:/\bUNICODE\b\(/gi,"VAR.P":/\bVAR\.P\b\(/gi,"VAR.S":/\bVAR\.S\b\(/gi,WEBSERVICE:/\bWEBSERVICE\b\(/gi,"WEIBULL.DIST":/\bWEIBULL\.DIST\b\(/gi,XOR:/\bXOR\b\(/gi,"Z.TEST":/\bZ\.TEST\b\(/gi,RANDARRAY:/RANDARRAY\(/gi,SEQUENCE:/SEQUENCE\(/gi,SORTBY:/SORTBY\(/gi,UNIQUE:/UNIQUE\(/gi,ANCHORARRAY:/ANCHORARRAY\(/gi,SINGLE:/SINGLE\(/gi,FILTER:{reg:/FILTER\(/gi,prefix:n},SORT:{reg:/SORT\(/gi,prefix:n}},a=/([A-Z][A-Z.]+)\(/gi,l="_xlfn.";function _(e,t){var r,i=t.toUpperCase(),n=o[i];return n?(r=l,n.reg&&(r=n.prefix),r+e):e}function B(e){return 0===e.indexOf("@")&&(e=e.slice(1,e.length)),e=e.replace(/\@(.*)\,/gi,"SINGLE($1),").replace(/\@(.*)\)/gi,"SINGLE($1))"),e=e.replace(a,_)}function M(e){var t="_xlfn.";return e&&e.toLowerCase().indexOf(t)>=0?e.replace(/_xlfn(\._xlws)?\./gi,""):e}t.addXLFNPrefix=B,t.processFunction=M,s=function(e){var t=e.charCodeAt(0);return t|=32,t>=96&&t<=122},c=function(){function e(){}return e.Mb=function(e){if(r.Ib(e))return 0;for(var t=0,i=0;i<e.length&&isNaN(parseInt(e[i],10));)i++;return i<e.length&&(t=parseInt(e.substring(i))),t-1},e.Ob=function(e){var t,r,i,n,o=0,a=e.length;for(t=0;t<a&&(r=e[t],i=r.charCodeAt(),n=i-97,!(n>25))&&(n<0&&(n=i-65),!(n<0));t++)o=26*o+n+1;return o--,o},e.Pb=function(t){var r,i,n,o,a,l;if(t<0)return"";if(r=e.Qb[t])return r;for(i=t,n="",o=n.length,t+=1;t>0;t=Math.floor((t-1)/26))a=n.substring(0,o),l=n.substring(o),n=a+String.fromCharCode(65+(t-1)%26)+l;return r=""+n,e.Qb[i]=r,r},e.Qb=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"],e.Rb=function(e){var t=function(e){return!(/^\d+$/.test(e)||e.indexOf(" ")>-1||e.indexOf("'")>-1||e.indexOf("%")>-1||e.indexOf('"')>-1||e.indexOf("(")>-1||e.indexOf(")")>-1||e.indexOf("\uff08")>-1||e.indexOf("\uff09")>-1)};return"'"===e[0]&&"'"===e.substr(-1)||t(e)?e:"'"+e+"'"},e}(),t.Sb=c,u=function(){function e(){var e=this;e.sharedFormulaType=0,e.index=0,e.length=0,e.column1=0,e.column2=0,e.row1=0,e.row2=0,e.firstSign=k,e.secondSign=k,e.formatString=k}return e}(),f=function(){function e(){}return e.Tb=function(e,t,r,i,n){var o,a,l=e.length,s=r===i?0:1,c="";for(o=t+1;o<l;o++)if(a=e.charAt(o),a===r&&s++,a===i)if(s--,r===i&&o+2<l&&e.charAt(o+1)===r)c+=r,o++;else{if(0===s)return{result:c,endIndex:o};c+=a}else c+=a;if(n)throw Error()},e.Ub=function(e,t,r,i,n,o){var a,l,s=e.length,c=0,u="";for(a=t;a<s;a++)if(l=e.charAt(a),l===n&&(u+=l,a++,l=e.charAt(a)),l===r)u+=l,c++;else if(l===i){if(c--,0===c)return{result:u,endIndex:a};u+=l}else u+=l;if(o)throw Error()},e.Vb=function(t,r,i){var n,o,a,l,s,u,f,d,h,p,m;if(t.parsedSharedFormulaStructs||e.Wb(t,r,i,0),t.parsedSharedFormulaStructs){if(n="",o=t.baseFormula,t.parsedSharedFormulaStructs&&0!==t.parsedSharedFormulaStructs.length)for(a=0,l=t.parsedSharedFormulaStructs.length;a<l;a++)s=t.parsedSharedFormulaStructs[a],0===s.sharedFormulaType?(u=s.column1+r,u>=e.Xb&&(u=s.column1),f=s.row1+i,f>=e.Yb&&(f=s.row1),d=s.formatString.replace("{0}",c.Pb(u)),d=d.replace("{1}",""+f),n=n.concat(d)):1===s.sharedFormulaType?(h=s.column1+r,h>=e.Xb&&(h=s.column1),p=s.column2+r,p>=e.Xb&&(p=s.column2),d=s.formatString.replace("{0}",c.Pb(h)),d=d.replace("{1}",c.Pb(p)),n=n.concat(d)):2===s.sharedFormulaType&&(f=s.row1+i,f>=e.Yb&&(f=s.row1),m=s.row2+i,m>=e.Yb&&(m=s.row2),d=s.formatString.replace("{0}",""+f),d=d.replace("{1}",""+m),n=n.concat(d));else n=o;return n}return""},e.Wb=function(t,r,i,n){var o,a,l,f,d,h,p,m,g,b,S,C,y,w,T;if(!(n>=t.baseFormula.length)){for(o=n;n<t.baseFormula.length;){if(a=!1,l=t.baseFormula.substring(n).match(e.Zb),l!==k?(f=!0,d=l.index+l[0].length+n,d<t.baseFormula.length&&(h=t.baseFormula[d],(s(h)||"_"===h||"\\"===h||"?"===h||"."===h||'"'===h||"("===h)&&(f=!1)),f&&(a=!0,t.parsedSharedFormulaStructs||(t.parsedSharedFormulaStructs=[]),p="",m=l[2],g=l[4],b=new u,b.sharedFormulaType=0,b.index=l.index,b.length=l[0].length,b.column1=c.Ob(m),b.row1=parseInt(g),b.firstSign=l[1],b.secondSign=l[3],p=p.concat(t.baseFormula.substring(o,l.index+n)),S=l[0],b.index>0&&"_"===t.baseFormula[b.index+n-1]?p=p.concat(S):b.firstSign===b.secondSign&&""===b.firstSign?(S=S.replace(m,"{0}"),S=S.replace(g,"{1}"),p=p.concat(S)):"$"===b.firstSign&&""===b.secondSign?(S=S.replace(g,"{1}"),p=p.concat(S)):"$"===b.secondSign&&""===b.firstSign?(S=S.replace(m,"{0}"),p=p.concat(S)):p=p.concat(S),b.formatString=p,t.parsedSharedFormulaStructs.push(b))):0===r?(l=t.baseFormula.substring(n).match(e.$b),l!==k&&(a=!0,t.parsedSharedFormulaStructs||(t.parsedSharedFormulaStructs=[]),p="",C=l[2],y=l[4],b=new u,b.sharedFormulaType=2,b.index=l.index,b.length=l[0].length,b.row1=parseInt(C),b.row2=parseInt(y),b.firstSign=l[1],b.secondSign=l[3],p=p.concat(t.baseFormula.substring(o,l.index+n)),S=t.baseFormula.substring(l.index+n,l.index+n+l[0].length),p=b.index>0&&"_"===t.baseFormula[b.index+n-1]?p.concat(S):b.firstSign===b.secondSign&&""===b.firstSign?p.concat("{0}:{1}"):p.concat(S),b.formatString=p,t.parsedSharedFormulaStructs.push(b))):0===i&&(l=t.baseFormula.substring(n).match(e._b),l!==k&&(a=!0,t.parsedSharedFormulaStructs||(t.parsedSharedFormulaStructs=[]),p="",w=l[2],T=l[4],b=new u,b.sharedFormulaType=1,b.index=l.indexOf(l[0]),b.length=l[0].length,b.column1=c.Ob(w),b.column2=c.Ob(T),b.firstSign=l[1],b.secondSign=l[3],p=p.concat(t.baseFormula.substring(o,l.index+n)),S=t.baseFormula.substring(l.index+n,l.index+n+l[0].length),p=b.index>0&&"_"===t.baseFormula[b.index+n-1]?p.concat(S):b.firstSign===b.secondSign&&""===b.firstSign?p.concat("{0}:{1}"):p.concat(S),b.formatString=p,t.parsedSharedFormulaStructs.push(b))),!l){b=new u,b.formatString=t.baseFormula.substring(o),t.parsedSharedFormulaStructs||(t.parsedSharedFormulaStructs=[]),t.parsedSharedFormulaStructs.push(b);break}n=n+l.index+l[0].length,a&&(o=n)}return L(t.parsedSharedFormulaStructs)&&(t.parsedSharedFormulaStructs=[]),a}},e.ac=function(e,t,r){return(e.row===-1||e.row<=t&&t<e.row+e.rowCount)&&(e.col===-1||e.col<=r&&r<e.col+e.colCount)},e.Zb=/(\$?)([A-Z]+)(\$?)(\d+)/,e.$b=/(\$?)(\d+):(\$?)(\d+)/,e._b=/(\$?)([A-Z]+):(\$?)([A-Z]+)/,e.Yb=1048576,e.Xb=16384,e.bc={UppercaseLetter:0,LowercaseLetter:1,DecimalDigitNumber:8,OtherNumber:10,SpaceSeparator:11,Control:14,ConnectorPunctuation:18,DashPunctuation:19,OpenPunctuation:20,ClosePunctuation:21,InitialQuotePunctuation:22,FinalQuotePunctuation:23,OtherPunctuation:24,MathSymbol:25,currencySymbol:26,ModifierSymbol:27,OtherSymbol:28},e.cc=[14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,11,24,24,24,26,24,24,24,20,21,24,25,24,19,24,24,8,8,8,8,8,8,8,8,8,8,24,24,25,25,25,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,24,21,27,18,27,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,20,25,21,25,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,11,24,26,26,26,26,28,28,27,28,1,22,25,19,28,27,28,25,10,10,27,1,28,24,27,10,1,23,10,10,10,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,25,1,1,1,1,1,1,1,1],e}(),t.dc=f;function D(e){var t={};return L(e.color)||(t.color=e.color),L(e.style)||(t.style=e.style),L(e.level)||(t.level=e.level),t}d=function(){function e(){}return e.ec=function(e,t){return e&&e[t]},e.fc=function(e,t){var r,i,n;if(!e)return null;for(r=0,i=e.length;r<i;r++)if(n=e[r],n&&n.name===t)return e[r];return null},e.gc=function(t,r,i){var n,o;i&&(n=i.name,o=e.ec(r,i.name),L(o)?(t.push(i),r[n]=t.length-1):t[o]=i)},e.hc=function(e){var t,r;return!e||(t=void 0===e.name&&void 0===e.parentName&&void 0===e.locked&&void 0===e.tabStop&&void 0===e.themeFont&&void 0===e.font&&void 0===e.hAlign&&void 0===e.vAlign&&void 0===e.textIndent&&void 0===e.wordWrap&&void 0===e.shrinkToFit&&void 0===e.borderLeft&&void 0===e.borderTop&&void 0===e.borderRight&&void 0===e.borderBottom&&void 0===e.diagonalUp&&void 0===e.diagonalDown&&void 0===e.backColor&&void 0===e.foreColor&&void 0===e.textDecoration&&void 0===e.isVerticalText&&void 0===e.quotePrefix&&void 0===e.textOrientation)&&(r=e.formatter,typeof r!==P||"GENERAL"===r.toUpperCase())},e.ic=function(t,r,i){r&&!e.hc(r)&&(i&&t.parentName===E&&r.parentName&&(t.parentName=r.parentName),t.backColor===E&&r.backColor!==E&&(t.backColor=r.backColor),t.foreColor===E&&r.foreColor!==E&&(t.foreColor=r.foreColor),t.hAlign===E&&r.hAlign!==E&&(t.hAlign=r.hAlign),t.vAlign===E&&r.vAlign!==E&&(t.vAlign=r.vAlign),t.themeFont===E&&t.font===E?(t.themeFont=r.themeFont,t.font=r.font):t.themeFont!==E&&t.font===E&&(t.font=r.font),t.formatter===E&&r.formatter!==E&&(t.formatter=r.formatter),t.borderLeft===E&&r.borderLeft&&(t.borderLeft=D(r.borderLeft)),t.borderTop===E&&r.borderTop&&(t.borderTop=D(r.borderTop)),t.borderRight===E&&r.borderRight&&(t.borderRight=D(r.borderRight)),t.borderBottom===E&&r.borderBottom&&(t.borderBottom=D(r.borderBottom)),t.diagonalUp===E&&r.diagonalUp&&(t.diagonalUp=D(r.diagonalUp)),t.diagonalDown===E&&r.diagonalDown&&(t.diagonalDown=D(r.diagonalDown)),t.locked===E&&(t.locked=r.locked),t.textIndent===E&&r.textIndent!==E&&(t.textIndent=r.textIndent),t.wordWrap===E&&r.wordWrap!==E&&(t.wordWrap=r.wordWrap),t.shrinkToFit===E&&r.shrinkToFit!==E&&(t.shrinkToFit=r.shrinkToFit),t.textDecoration===E&&r.textDecoration!==E&&(t.textDecoration=r.textDecoration),t.textOrientation===E&&r.textOrientation!==E&&(t.textOrientation=r.textOrientation),t.quotePrefix===E&&r.quotePrefix!==E&&(t.quotePrefix=r.quotePrefix),t.isVerticalText===E&&r.isVerticalText!==E&&(t.isVerticalText=r.isVerticalText))},e.jc=function(t,r){if(!r||t.length<=0)return k;for(var i=r;i.parentName&&(i=e.fc(t,i.parentName));)e.ic(r,i)},e.kc=function(e,t){if(!e&&!t)return!0;function r(e,t){return!e&&!t||!(!e||!t)&&(e.color===t.color&&e.style===t.style)}function i(e,t){return!e&&!t||("string"==typeof e&&"string"==typeof t?e===t:!("object"!=typeof e||!e||"object"!=typeof t||!t)&&(e.formatCached===t.formatCached&&e.customerCultureName===t.customerCultureName))}return!(!e||!t)&&(e.name===t.name&&e.parentName===t.parentName&&e.backColor===t.backColor&&e.foreColor===t.foreColor&&e.hAlign===t.hAlign&&e.vAlign===t.vAlign&&e.themeFont===t.themeFont&&e.font===t.font&&e.locked===t.locked&&e.textIndent===t.textIndent&&e.wordWrap===t.wordWrap&&e.shrinkToFit===t.shrinkToFit&&e.textDecoration===t.textDecoration&&e.textOrientation===t.textOrientation&&i(e.formatter,t.formatter)&&i(e.autoFormatter,t.autoFormatter)&&e.quotePrefix===t.quotePrefix&&e.isVerticalText===t.isVerticalText&&r(e.borderLeft,t.borderLeft)&&r(e.borderTop,t.borderTop)&&r(e.borderRight,t.borderRight)&&r(e.borderBottom,t.borderBottom)&&r(e.diagonalDown,t.diagonalDown)&&r(e.diagonalUp,t.diagonalUp))},e}(),t.lc=d,h=function(){function e(){}return e.nc=function(e,t){var r=0|e||0;return r<0?Math.max(r+t,0):Math.min(r,t)},e.Gb=function(t,r,i){var n,o,a,l,s,c,u,f,d,h,p;if(!t.slice){if(n=t.byteLength,o=e.nc,a=o(r,n),l=n,void 0!==i&&(l=o(i,n)),s=t.constructor,a>l)return new s(0);if(c=l-a,t instanceof ArrayBuffer)return u=new ArrayBuffer(c),f=new Uint8Array(u),d=new Uint8Array(t,a,c),f.set(d),u;for(h=new s(c),p=0;p<c;p++)h[p]=t[a+p];return h}return t.slice(r,i)},e}(),t.Ja=h,p=/&/g,m=/</g,g=/>/g,b=/"/g,S=/'/g,C=/&/g,y=/>/g,w=/</g,T=/"/g,v=/'/g,x=/_x00[0-1][0-9A-Fa-f]_/,A=function(){var e,t,i;function n(){}n.oc=function(e,t,r){if(!e||0===e.length)return r;if(!t)return e[0];for(var i=0,n=e.length;i<n;i++)if(t(e[i]))return e[i];return r},n.pc=function(e,t){var r,i,n;if(!e)return-1;for(r=0,i=e.length;r<i;r++)if(n=e[r],n.equals&&n.equals(t)||n===t)return r;return-1},n.qc=function(e,t){var r,i,o;if(!e)return-1;for(r=0,i=e.length;r<i;r++)if(o=e[r],n.sc(o,t)||o===t)return r;return-1},n.sc=function(e,t){return JSON.stringify(e)===JSON.stringify(t)},n.tc=function(e){return typeof e===P?e.replace(p,"&").replace(m,"<").replace(g,">").replace(b,""").replace(S,"'"):L(e)?e:""+e},e=/&#(\d+);/g,t=/&#x([0-9A-F]+);/gi;function o(e){return function(t,r){return String.fromCharCode(parseInt(r,e))}}return n.uc=function(r){return typeof r===P?(r.indexOf("&#")!==-1&&(r=r.replace(e,o(10)).replace(t,o(16))),r.replace(C,"&").replace(y,">").replace(w,"<").replace(T,'"').replace(v,"'")):L(r)?r:""+r},n.vc=function(e,t){var r,i=e.split("/"),n=t.split("/");for(i.pop();n.length>0;)if(r=n[0],".."===r)n.shift(),i.pop();else{if("."!==r)break;n.shift()}return i.concat(n).join("/")},n.wc=function(e){var t,i,n;return r.Ib(e)||(n=e.split("/"),i=n.pop(),t=n.join("/")),{dir:t||"",fileName:i||""}},i=function(e,t,r){var n,o,a;function l(e,t){if(!e&&!t)return!0;if(!e||!t||e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(typeof e[r]===I){if(typeof t[r]!==I)return!1;if(!i(e[r],t[r]))return!1}else if(Array.isArray(e[r])){if(!Array.isArray(t[r]))return!1;if(!l(e[r],t[r]))return!1}else if(e[r]!==t[r])return!1;return!0}if(!e&&!t)return!0;if(!e||!t)return!1;if(r||(r=i),Object.getOwnPropertyNames(e).length!==Object.getOwnPropertyNames(t).length)return!1;n={};for(o in e)if(e.hasOwnProperty(o)){if(a=e[o],Array.isArray(a)){if(!l(a,t[o]))return!1}else if(typeof a===I){if(!r(a,t[o]))return!1}else if(a!==t[o])return!1;n[o]=!0}for(o in t)if(t.hasOwnProperty(o)&&!n[o])return!1;return!0},n.xc=i,n.yc=function(e,t,r){var i,n;if(e&&typeof e===P)for(i=0;i<r.length;i++)if(n=r[i],n!==t&&(e.indexOf(n+"!")>-1||e.indexOf("'"+n+"'!")>-1))return!0;return!1},n.zc=function(e,t,r){return e.split(t).join(r)},n.Ac=function(){return"{xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx}".replace(/[xy]/g,function(e){var t=16*Math.random()|0,r="x"===e?t:3&t|8;return r.toString(16)})},n.Bc=function(e){if(!L(e)&&e.match(x)!==k){var t=/(_x005[fF])?_x00([0-1][0-9A-Fa-f])_/g;return e.replace(t,function(e,t,r){var i=0;return r&&(i=parseInt(r,16)),t?"_x00"+r+"_":String.fromCharCode(i)}).replace(/(\r)+\n/g,"\r\n")}return e},n.Cc=function(e,t){var r,i,n,o,a,l;if(L(e)||""===e)return e;for(e.match(x)!==k&&(r=/(_x00[0-1][0-9A-Fa-f]_)/g,e=e.replace(r,function(e){return"_x005F"+e})),i=["_x0000_","_x0001_","_x0002_","_x0003_","_x0004_","_x0005_","_x0006_","_x0007_","_x0008_","_x0009_","_x000A_","_x000B_","_x000C_","_x000D_","_x000E_","_x000F_","_x0010_","_x0011_","_x0012_","_x0013_","_x0014_","_x0015_","_x0016_","_x0017_","_x0018_","_x0019_","_x001A_","_x001B_","_x001C_","_x001D_","_x001E_","_x001F_"],n=[],o=0;o<e.length;o++)a=e.charCodeAt(o),l=e[o],a>31||10===a&&t?n.push(l):n.push(i[a]);return n.join("")},n.Dc=function(e){var t=e&&e.Choice,r=t&&t.GraphicalObjectFrame,i=r&&r.graphic,n=i&&i.graphicData;return!(!n||!n.chart)},n.Ec=function(e){var t=e.chartSpace,r=t&&t.chart.plotArea,i=r&&r.plotAreaRegion;return i&&i.series[0]},n.Fc=function(e){return 16===e||17===e||18===e||19===e||20===e||21===e||22===e||23===e},n}(),t.Gc=A,t.Hc=function(){return{colHeaderRowHeight:20,rowHeaderColWidth:40,rowHeight:20,colWidth:62}};function N(){var t,r,i,n;try{r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol?"symbol":typeof e},i="object"===(void 0===e?"undefined":r(e))&&e&&e.Object===Object&&e,n="object"===("undefined"==typeof self?"undefined":r(self))&&self&&self.Object===Object&&self,t=i||n||Function("return this")()}catch(e){}return t}t.Ic=N,t.Jc=function(){var e=N();return e&&e.gcCultureInfo};function G(e){return Math.random().toString(16).slice(-e)}function O(){var e="{"+G(8)+"-"+G(4)+"-"+G(4)+"-"+G(4)+"-"+G(12)+"}";return e.toUpperCase()}t.Kc=O;function H(e){if(!e)return e;if("number"==typeof e||"string"==typeof e||"boolean"==typeof e||L(e))return e;if(e.clone)return e.clone();if(e instanceof Date)return new Date(e.valueOf());var t,r,i;t=e instanceof Object?new e.constructor:new e.constructor(e.valueOf());for(r in e)e.hasOwnProperty(r)&&(i=e[r],e.hasOwnProperty(r)&&t[r]!==i&&("object"==typeof i?t[r]=H(i):t[r]=i));return t.toString=e.toString,t.valueOf=e.valueOf,t}t.Lc=H}()}).call(t,function(){return this}())},function(e,t,r){!function(){"use strict";var t,i=r(3),n=r(6),o=r(4).Ja;function a(e){var t,r=0,i=0,n=function(e){var t,r=[];for(t=0;t<e.length;t++)r[t]=e[e.length-t-1];return r};if(n(new Uint8Array(o.Gb(e,0,4))).forEach(function(e){r=256*r+e}),n(new Uint8Array(o.Gb(e,4,8))).forEach(function(e){i=256*i+e}),"E011CFD0"===r.toString(16).toUpperCase()&&"E11AB1A1"===i.toString(16).toUpperCase())try{return t=l(e),t.success&&t.encryptionInfoStream&&t.encryptPagStream}catch(e){return!1}return!1}function l(e){var t,r,n={success:!1,encryptionInfoStream:null,encryptPagStream:null},o=new i,a=new Uint8Array(e);return o.wb(a),t=o.ub("EncryptionInfo"),r=o.ub("EncryptedPackage"),null===t||null===r?n:(n.success=!0,n.encryptionInfoStream=t,n.encryptPagStream=r,n)}function s(e,t){var r,i,o,a={success:!1},s=l(e);return s.success?(r=s.encryptionInfoStream,i=s.encryptPagStream,null!==r&&null!==i&&(o=new n,o.Mc(r)&&(o.Nc?o.Oc(t)&&(a=o.Pc(i)):(o.key=o.Qc(t,o.salt,o.hashAlgorithm),o.Rc(o.keySize,o.key),o.Sc()&&(a=o.Tc(i))))),a):a}function c(e,t){var r,i,n,o,a,l,s=1024,c=atob(e),u=c.length,f=Math.ceil(u/s),d=Array(f);for(r=0;r<f;++r){for(i=r*s,n=Math.min(i+s,u),o=Array(n-i),a=i,l=0;a<n;++l,++a)o[l]=c[a].charCodeAt(0);d[r]=new Uint8Array(o)}return new Blob(d,{type:t})}t={T:function(e,t){var r,i=a(e);return i?(r=s(e,t),r&&r.success?r.data:null):e},C:function(e,t){var r,i=new n,o=i.Uc(t),a=i.Vc(e);
- if(null!==o&&null!==a&&(r=i.Wc(o,a),r.success))return r.data},F:function(e){var t,r=[];for(t=0;t<e.length;t++)r[t]=String.fromCharCode(e[t]);return c(btoa(r.join("")),"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet")},U:a},e.exports=t}()},function(e,t,r){!function(){"use strict";var t,i,n=r(7).Xc,o=r(9),a=r(10),l=r(11),s=r(18),c=l.Yc,u=r(4),f=u.Ja,d=u.Ic,h={Begin:0,Current:1,End:2};function p(e){var t,r=d(),i=r&&r.atob&&r.atob(e),n=i?i.length:0,o=new Uint8Array(n);for(t=0;t<n;t++)o[t]=i.charCodeAt(t);return o}function m(e,t,r,i,n){var o,a=i;for(o=t;o<t+n;o++)r[a]=e[o],a++}function g(e){var t,r,i=[];for(t=0;t<e.length;++t)r=e.charCodeAt(t),i=i.concat([255&r,parseInt(r/256)>>>0]);return i}function b(e,t){var r=[];do r[--e]=255&t,t>>=8;while(e);return r.reverse()}function S(e){var t,r,i=[];for(r=0;r<e.length;++r)t=e.charCodeAt(r),i.push(255&t),i.push((65280&t)>>8);return i}function C(e,t,r){var i,n,a=o;switch(r){case"SHA1":a=s}for(i=[],n=0;n<e.length;n++)i.push(e[n]);return a.hash(i.concat(t))}function y(e,t,r){var i,n,o,a,l=g(e),c=C(t,l,r);for(i=0;i<5e4;i++)n=b(4,i),c=C(n,c,r);for(c=C(c,b(4,0),r),o=[],i=0;i<64;i++)o[i]=54;for(i=0;i<c.length;i++)o[i]^=c[i];return c=s.hash(o),a=[],m(c,0,a,0,16),a}function w(e){var t=function(t){var r=0;return f.Gb(e,e.mb,e.mb+t).reverse().forEach(function(e){r=256*r+e}),e.mb+=t,r},r=function(t){var r=0;return f.Gb(e,e.mb,e.mb+t).reverse().forEach(function(e){r=(r<<8)+e}),e.mb+=t,r},i=function(t){var r=f.Gb(e,e.mb,e.mb+t);return e.mb+=t,r};return{readUInt64:function(){return t(8)},readInt64:function(){return r(8)},readInt32:function(){return r(4)},readUInt32:function(){return t(4)},readInt16:function(){return r(2)},readUInt16:function(){return r(2)},readByte:function(){return i(1)},readBytes:function(e){return i(e)},readChars:function(e){var t=i(e),r=[];return t.forEach(function(e){r.push(String.fromCharCode(e))}),r},seek:function(t,r){r===h.Begin?e.mb=t:r===h.Current?e.mb+=t:r===h.End&&(e.mb=e.length+t)}}}function T(e){var t=function(t,r){var i,n=b(t,r),o=e.mb;for(i=0;i<n.length;i++)e[i+o]=n[i];e.mb=o+t};return{writeBytes:function(t){var r,i=e.mb;for(r=0;r<t.length;r++)e[r+i]=t[r];e.mb=i+t.length},writeByte:function(e){this.writeBytes([e])},writeUshort:function(e){return t(2,e)},writeShort:function(e){return t(2,e)},writeInt:function(e){return t(4,e)},writeUint:function(e){return t(4,e)},writeLong:function(e){return t(8,e)},seek:function(t,r){r===h.Begin?e.mb=t:r===h.Current?e.mb+=t:r===h.End&&(e.mb=e.length+t)},getView:function(){return e}}}function v(e,t,r){var i,n,o=[];for(i=0;i<e;i++)for(o[i]=o[i]||[],n=0;n<t;n++)r?o[i][n]=r:o[i][n]=0;return o}function x(){return[[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118],[202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192],[183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21],[4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117],[9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132],[83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207],[208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168],[81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210],[205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115],[96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219],[224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121],[231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8],[186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138],[112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158],[225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223],[140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22]]}function A(){return[[82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251],[124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203],[84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78],[8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37],[114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146],[108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132],[144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6],[208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107],[58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115],[150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110],[71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27],[252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244],[31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95],[96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239],[160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97],[23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125]]}function k(){return[[0,0,0,0],[1,0,0,0],[2,0,0,0],[4,0,0,0],[8,0,0,0],[16,0,0,0],[32,0,0,0],[64,0,0,0],[128,0,0,0],[27,0,0,0],[54,0,0,0]]}function E(e,t,r,i,n,o){var a,l,s=v(e*(t+1),4,0);for(a=0;a<r;++a)s[a][0]=i[4*a],s[a][1]=i[4*a+1],s[a][2]=i[4*a+2],s[a][3]=i[4*a+3];for(l=[],a=r;a<e*(t+1);++a)l[0]=s[a-1][0],l[1]=s[a-1][1],l[2]=s[a-1][2],l[3]=s[a-1][3],a%r===0?(l=I(P(l),o),l[0]=(l[0]^n[parseInt(a/r)][0])%256,l[1]=(l[1]^n[parseInt(a/r)][1])%256,l[2]=(l[2]^n[parseInt(a/r)][2])%256,l[3]=(l[3]^n[parseInt(a/r)][3])%256):r>6&&a%r===4&&(l=I(l)),s[a][0]=(s[a-r][0]^l[0])%256,s[a][1]=(s[a-r][1]^l[1])%256,s[a][2]=(s[a-r][2]^l[2])%256,s[a][3]=(s[a-r][3]^l[3])%256;return s}function I(e,t){var r=[];return r[0]=t[e[0]>>4][15&e[0]],r[1]=t[e[1]>>4][15&e[1]],r[2]=t[e[2]>>4][15&e[2]],r[3]=t[e[3]>>4][15&e[3]],r}function P(e){var t=[];return t[0]=e[1],t[1]=e[2],t[2]=e[3],t[3]=e[0],t}function L(e){return e}function F(e){return e<128?(e<<1)%256:(e<<1^27)%256}function R(e){return(F(e)^e)%256}function _(e){return(F(F(F(e)))^e)%256}function B(e){return(F(F(F(e)))^F(e)^e)%256}function M(e){return(F(F(F(e)))^F(F(e))^e)%256}function D(e){return(F(F(F(e)))^F(F(e))^F(e))%256}function N(e){var t,r,i=[];for(t=0;t<128;t++)i[t]=0;return i.mb=0,r=T(i),r.writeBytes(g("Root Entry")),r.seek(64,h.Begin),r.writeShort(22),r.writeByte(5),r.writeByte(0),r.writeInt(-1),r.writeInt(-1),r.writeInt(1),r.seek(100,h.Begin),r.writeInt(0),r.writeInt(0),r.writeInt(0),r.writeInt(0),r.writeInt(e),r.writeInt(832),r.getView()}function G(){var e,t,r=[];for(e=0;e<128;e++)r[e]=0;return r.mb=0,t=T(r),t.writeBytes(g("EncryptionInfo")),t.seek(64,h.Begin),t.writeShort(30),t.writeByte(2),t.writeByte(1),t.writeInt(3),t.writeInt(2),t.writeInt(-1),t.seek(100,h.Begin),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(248),t.getView()}function O(e,t){var r,i,n=[];for(r=0;r<128;r++)n[r]=0;return n.mb=0,i=T(n),i.writeBytes(g("EncryptedPackage")),i.seek(64,h.Begin),i.writeShort(34),i.writeByte(2),i.writeByte(0),i.writeInt(-1),i.writeInt(-1),i.writeInt(-1),i.seek(100,h.Begin),i.writeInt(0),i.writeInt(0),i.writeInt(0),i.writeInt(0),i.writeInt(e),i.writeInt(t),i.getView()}function H(){var e,t,r=[];for(e=0;e<128;e++)r[e]=0;return r.mb=0,t=T(r),t.writeShort(6),t.writeBytes(g("DataSpaces")),t.seek(64,h.Begin),t.writeShort(24),t.writeByte(1),t.writeByte(0),t.writeInt(-1),t.writeInt(-1),t.writeInt(5),t.seek(100,h.Begin),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.getView()}function U(){var e,t,r=[];for(e=0;e<128;e++)r[e]=0;return r.mb=0,t=T(r),t.writeBytes(g("Version")),t.seek(64,h.Begin),t.writeShort(16),t.writeByte(2),t.writeByte(1),t.writeInt(-1),t.writeInt(-1),t.writeInt(-1),t.seek(100,h.Begin),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(4),t.writeInt(76),t.getView()}function W(){var e,t,r=[];for(e=0;e<128;e++)r[e]=0;return r.mb=0,t=T(r),t.writeBytes(g("DataSpaceMap")),t.seek(64,h.Begin),t.writeShort(26),t.writeByte(2),t.writeByte(1),t.writeInt(4),t.writeInt(6),t.writeInt(-1),t.seek(100,h.Begin),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(6),t.writeInt(112),t.getView()}function V(){var e,t,r=[];for(e=0;e<128;e++)r[e]=0;return r.mb=0,t=T(r),t.writeBytes(g("DataSpaceInfo")),t.seek(64,h.Begin),t.writeShort(28),t.writeByte(1),t.writeByte(1),t.writeInt(-1),t.writeInt(8),t.writeInt(7),t.seek(100,h.Begin),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.getView()}function z(){var e,t,r=[];for(e=0;e<128;e++)r[e]=0;return r.mb=0,t=T(r),t.writeBytes(g("StrongEncryptionDataSpace")),t.seek(64,h.Begin),t.writeShort(52),t.writeByte(2),t.writeByte(1),t.writeInt(-1),t.writeInt(-1),t.writeInt(-1),t.seek(100,h.Begin),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(8),t.writeInt(64),t.getView()}function j(){var e,t,r=[];for(e=0;e<128;e++)r[e]=0;return r.mb=0,t=T(r),t.writeBytes(g("TransformInfo")),t.seek(64,h.Begin),t.writeShort(28),t.writeByte(1),t.writeByte(0),t.writeInt(-1),t.writeInt(-1),t.writeInt(9),t.seek(100,h.Begin),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.getView()}function K(){var e,t,r=[];for(e=0;e<128;e++)r[e]=0;return r.mb=0,t=T(r),t.writeBytes(g("StrongEncryptionTransform")),t.seek(64,h.Begin),t.writeShort(52),t.writeByte(1),t.writeByte(1),t.writeInt(-1),t.writeInt(-1),t.writeInt(10),t.seek(100,h.Begin),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.getView()}function Y(){var e,t,r=[];for(e=0;e<128;e++)r[e]=0;return r.mb=0,t=T(r),t.writeShort(6),t.writeBytes(g("Primary")),t.seek(64,h.Begin),t.writeShort(18),t.writeByte(2),t.writeByte(1),t.writeInt(-1),t.writeInt(-1),t.writeInt(-1),t.seek(100,h.Begin),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(0),t.writeInt(9),t.writeInt(208),t.getView()}function Z(){var e,t,r=[];for(e=0;e<128;e++)r[e]=0;return r.mb=0,t=T(r),t.seek(64,h.Begin),t.writeShort(0),t.writeShort(0),t.writeInt(-1),t.writeInt(-1),t.writeInt(-1),t.getView()}function q(e,t,r){var i,n,o,a,l,s,c,u,f,d,h,p,m,g=[];return g.mb=0,i=T(g),r<0&&(r=0),n=N(t),i.writeBytes(n),o=G(),i.writeBytes(o),a=O(e,r),i.writeBytes(a),l=H(),i.writeBytes(l),s=U(),i.writeBytes(s),c=W(),i.writeBytes(c),u=V(),i.writeBytes(u),f=z(),i.writeBytes(f),d=j(),i.writeBytes(d),h=K(),i.writeBytes(h),p=Y(),i.writeBytes(p),m=Z(),i.writeBytes(m),i.getView()}function J(){var e,t=[];return t.mb=0,e=T(t),e.writeInt(60),e.writeBytes(g("Microsoft.Container.DataSpaces")),e.writeInt(1),e.writeInt(1),e.writeInt(1),e.getView()}function Q(){var e,t=[];return t.mb=0,e=T(t),e.writeUint(8),e.writeUint(1),e.writeUint(104),e.writeUint(1),e.writeUint(0),e.writeUint(32),e.writeBytes(g("EncryptedPackage")),e.writeUint(50),e.writeBytes(g("StrongEncryptionDataSpace")),e.writeShort(0),e.getView()}function X(){var e,t=[];return t.mb=0,e=T(t),e.writeUint(8),e.writeUint(1),e.writeUint(50),e.writeBytes(g("StrongEncryptionTransform")),e.writeShort(0),e.getView()}function $(){var e,t=[];return t.mb=0,e=T(t),e.writeUint(108),e.writeUint(1),e.writeInt(76),e.writeBytes(g("{FF9A3F03-56EF-4613-BDD5-5A41C1D07246}")),e.writeInt(78),e.writeBytes(g("Microsoft.Container.EncryptionTransform")),e.writeShort(0),e.writeInt(1),e.writeInt(1),e.writeInt(1),e.writeInt(7),e.writeBytes(g("AES128")),e.writeByte(0),e.writeInt(16),e.writeInt(0),e.writeInt(4),e.getView()}function ee(e,t){var r,i,n,o,a,l,s,c,u,f,d,p,g,b,S,C,y=[];for(y.mb=0,r=T(y),i=0,n=Array(256),null!==e&&m(e,0,n,0,e.length),r.writeBytes(n),o=parseInt(n.length/64),n.length%64>0&&o++,a=1;a<o;a++)t.push(a);for(t.push(-2),i+=o,l=Array(128),s=J(),m(s,0,l,0,s.length),r.writeBytes(l),c=parseInt(l.length/64),l.length%64>0&&c++,a=1;a<c;a++)t.push(a+i);for(t.push(-2),i+=c,u=Array(128),f=Q(),m(f,0,u,0,f.length),r.writeBytes(u),d=parseInt(u.length/64),u.length%64>0&&d++,a=1;a<d;a++)t.push(a+i);for(t.push(-2),i+=d,p=X(),r.writeBytes(p),g=parseInt(p.length/64),p.length%64>0&&g++,a=1;a<g;a++)t.push(a+i);for(t.push(-2),i+=g,b=Array(448),S=$(),m(S,0,b,0,S.length),r.writeBytes(b),C=parseInt(S.length/64),S.length%64>0&&C++,a=1;a<C;a++)t.push(a+i);if(t.push(-2),t.length<128)for(a=t.length;a<128;a++)t.push(-1);return r.seek(0,h.Begin),r.getView()}function te(e,t,r){var i,n;for(i=0;i<4;++i)for(n=0;n<4;++n)t[i][n]=(t[i][n]^r[4*e+n][i])%256;return t}function re(e,t){var r,i,n=v(4,4,0);for(r=0;r<4;++r)for(i=0;i<4;++i)n[r][i]=e[r][i];for(r=1;r<4;++r)for(i=0;i<4;++i)e[r][i]=n[r][(i+r)%t];return e}function ie(e){var t,r,i=v(4,4,0);for(t=0;t<4;++t)for(r=0;r<4;++r)i[t][r]=e[t][r];for(r=0;r<4;++r)e[0][r]=(F(i[0][r])^R(i[1][r])^L(i[2][r])^L(i[3][r]))%256,e[1][r]=(L(i[0][r])^F(i[1][r])^R(i[2][r])^L(i[3][r]))%256,e[2][r]=(L(i[0][r])^L(i[1][r])^F(i[2][r])^R(i[3][r]))%256,e[3][r]=(R(i[0][r])^L(i[1][r])^L(i[2][r])^F(i[3][r]))%256;return e}function ne(e,t){var r,i;for(r=0;r<4;++r)for(i=0;i<4;++i)e[r][i]=t[e[r][i]>>4][15&e[r][i]];return e}t=function(){this.salt=Array(16),this.pwdVerifier=Array(16),this.pwdVerifierHash=Array(32),this.blockLen=16,this.Nc=!1,this.hashAlgorithm="SHA1",this.cipherChaining="ChainingModeCBC",this.cipherAlgorithm="AES",this.iterator=1e5,this.blockSize=16,this.keyBits=128,this.saltSize=16,this.hashSize=20,this.encryptedKeyValueBlockKey=[20,110,11,231,171,172,208,214],this.encryptedVerifierHashInputBlockKey=[254,167,210,118,59,75,158,121],this.encryptedVerifierHashValueBlockKey=[215,170,15,109,48,97,52,78]},i={Bits128:"Bits128",Bits192:"Bits192",Bits256:"Bits256"},t.prototype={Mc:function(e){var t,r,o,a,l,s,u,f,d,m,g,b,S,C,y,T,v,x,A,k;return e.mb=0,t=w(e),r=t.readInt16(),o=t.readInt16(),3!==r&&4!==r||2!==o?4===r&&4===o&&(u=t.readUInt32(),64===u&&(f=t.readBytes(e.length-8),null!==f))&&(d=n(String.fromCharCode.apply(null,f)),m={},g=d.encryption,b=[],S=g.keyData,C={},C.SaltSize=S.Zc.saltSize?S.Zc.saltSize:16,C.BlockSize=S.Zc.blockSize?S.Zc.blockSize:16,C.KeyBits=S.Zc.keyBits?S.Zc.keyBits:128,C.HashSize=S.Zc.hashSize?S.Zc.hashSize:20,C.CipherAlgorithm=S.Zc.cipherAlgorithm?S.Zc.cipherAlgorithm:"AES",C.CipherChaining=S.Zc.cipherChaining?S.Zc.cipherChaining:"ChainingModeCBC",C.HashAlgorithm=S.Zc.hashAlgorithm?S.Zc.hashAlgorithm:"SHA1",C.SaltValue=p(S.Zc.saltValue),m.KeyData=C,y=g.dataIntegrity,T={},T.EncryptedHmacKey=y.Zc.encryptedHmacKey,T.EncryptedHmacValue=y.Zc.encryptedHmacValue,m.DataIntegrity=T,v=g.keyEncryptors,x={},x.Uri=v.Zc.uri?v.Zc.uri:"http://schemas.microsoft.com/office/2006/keyEncryptor/password",x.Any={},A=c(v.keyEncryptor),A&&A.length&&A.forEach(function(e){var t=e["p:encryptedKey"];x.Any.SpinCount=t.Zc.spinCount?t.Zc.spinCount:1e5,x.Any.SaltSize=t.Zc.saltSize?t.Zc.saltSize:16,x.Any.BlockSize=t.Zc.blockSize?t.Zc.blockSize:16,x.Any.KeyBits=t.Zc.keyBits?t.Zc.keyBits:128,x.Any.HashSize=t.Zc.hashSize?t.Zc.hashSize:20,x.Any.CipherAlgorithm=t.Zc.cipherAlgorithm?t.Zc.cipherAlgorithm:"AES",x.Any.CipherChaining=t.Zc.cipherChaining?t.Zc.cipherChaining:"ChainingModeCBC",x.Any.HashAlgorithm=t.Zc.hashAlgorithm?t.Zc.hashAlgorithm:"SHA1",x.Any.SaltValue=p(t.Zc.saltValue),x.Any.EncryptedVerifierHashInput=p(t.Zc.encryptedVerifierHashInput),x.Any.EncryptedVerifierHashValue=p(t.Zc.encryptedVerifierHashValue),x.Any.EncryptedKeyValue=p(t.Zc.encryptedKeyValue),b.push(x),m.KeyEncryptors=b}),k=m.KeyEncryptors[0].Any,this.iterator=parseInt(k.SpinCount),this.blockSize=k.BlockSize,this.saltSize=k.SaltSize,this.hashSize=k.HashSize,this.keyBits=k.KeyBits,this.hashAlgorithm=k.HashAlgorithm,this.cipherAlgorithm=k.CipherAlgorithm,this.cipherChaining=k.CipherChaining,this.encryptedKeyValue=k.EncryptedKeyValue,this.encryptedVerifierHashInput=k.EncryptedVerifierHashInput,this.encryptedVerifierHashValue=k.EncryptedVerifierHashValue,this.salt=k.SaltValue,this.saltForIV=m.KeyData.SaltValue,this.Nc=!0,"AES"===this.cipherAlgorithm):(t.seek(8,h.Begin),a=t.readUInt32()+12,t.seek(28,h.Begin),l=t.readInt32(),128===l?this.keySize=i.Bits128:192===l?this.keySize=i.Bits192:256===l&&(this.keySize=i.Bits256),t.seek(a,h.Begin),s=t.readInt32(),a+=4,t.seek(a,h.Begin),this.salt=t.readBytes(s),a+=s,t.seek(a,h.Begin),this.pwdVerifier=t.readBytes(s),a+=s,t.seek(a,h.Begin),t.readInt32(),a+=4,t.seek(a,h.Begin),this.pwdVerifierHash=t.readBytes(2*s),!0)},Oc:function(e){var t,r,i,n,a,l,s;for(this.userPassWord=e,t=this.$c(this.salt,null,this.blockSize),r=this._c(e,this.encryptedVerifierHashInputBlockKey,this.salt),i=this.ad(this.saltSize,r,this.encryptedVerifierHashInput,t),i=o.hash(i),n=Array(this.saltSize),m(i,0,n,0,this.saltSize),r=this._c(e,this.encryptedVerifierHashValueBlockKey,this.salt),a=this.bd(n,r,t),l=this.encryptedVerifierHashValue.length,l>a.length&&(l=a.length),s=0;s<l;s++)if(a[s]!==this.encryptedVerifierHashValue[s])return!1;return!0},bd:function(e,t,r){var i=new a.ModeOfOperation.cbc(t,r);return i.encrypt(e)},ad:function(e,t,r,i){var n,o,l,s,c,u=null,d=[],h=0,p=4096,g=parseInt(r.length/p);for(l=0;l<g;l++)o=i?i:this.$c(this.saltForIV,b(4,l),this.blockSize),s=new a.ModeOfOperation.cbc(t,o),n=s.decrypt(f.Gb(r,h,h+p)),m(n,0,d,h,p),h+=p;return c=r.length%p,c>0&&(o=i?i:this.$c(this.saltForIV,b(4,g),this.blockSize),s=new a.ModeOfOperation.cbc(t,o),n=s.decrypt(f.Gb(r,h,h+c)),m(n,0,d,h,c)),u=Array(e),m(d,0,u,0,e),u},$c:function(e,t,r){var i,n,o,a=e;for(null!==t&&(a=C(a,t,this.hashAlgorithm)),r=+r,i=new Uint8Array(r),n=a.length,m(a,0,i,0,Math.min(r,n)),o=n;o<r;o++)i[o]=54;return i},_c:function(e,t,r){var i,n,o,a,l,s,c,u=S(e),f=C(r,u,this.hashAlgorithm);for(i=0;i<this.iterator;i++)n=b(4,i),f=C(n,f,this.hashAlgorithm);for(f=C(f,t,this.hashAlgorithm),o=this.keyBits/8,a=[],l=f.length,s=Math.min(l,o),c=0;c<s;c++)a[c]=f[c];for(i=l;i<o;i++)a[i]=54;return a},Pc:function(e){var t,r,i,n,o={success:!1};return null===e?o:(e.mb=0,t=w(e),r=t.readUInt64(),i=t.readBytes(e.length-8),this.dd(this.userPassWord),n=this.ad(r,this.key,i,null),null!==n&&(o.data=n,o.success=!0),o)},dd:function(e){var t=this._c(e,this.encryptedKeyValueBlockKey,this.salt),r=this.$c(this.salt,null,this.blockSize),i=this.keyBits/8;this.key=this.ad(i,t,this.encryptedKeyValue,r)},Tc:function(e){var t,r,i,n,o,l,s;return!!e&&(e.mb=0,t=w(e),r=t.readInt64(),i=t.readBytes(e.length-8),n=null,o=new a.ModeOfOperation.ecb(this.key),l=o.decrypt(i),s=Array(r),l?m(l,0,s,0,s.length):m(n,0,s,0,s.length),{success:!0,data:s})},Qc:y,Uc:function(e){var t,r,i;if(e&&!(e.length>256))return t=[],t.mb=0,r=T(t),r.writeUshort(3),r.writeUshort(2),r.writeInt(36),r.writeUint(164),r.writeInt(36),r.writeInt(0),r.writeInt(26126),r.writeInt(32772),r.writeUint(128),r.writeInt(24),r.writeLong(0),i="Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype)",r.writeBytes(g(i)),r.writeShort(0),r.writeInt(16),this.ed(e),this.Sc()&&(r.writeBytes(this.salt),r.writeBytes(this.pwdVerifier),r.writeUint(20),r.writeBytes(this.pwdVerifierHash)),r.seek(0,h.Begin),r.getView()},ed:function(e){var t,r,n=[],o=[];for(t=0;t<this.blockLen;t++)n[t]=parseInt(255*Math.random()),o[t]=parseInt(255*Math.random());return this.salt=n,this.key=y(e,this.salt,this.hashAlgorithm),this.Rc(i.Bits128,this.key),r=s.hash(o),this.pwdVerifier=this.fd(o),this.pwdVerifierHash=this.fd(r),!0},Rc:function(e,t){this.Nb=4,e===i.Bits128?(this.Nk=4,this.Nr=10):e===i.Bits192?(this.Nk=6,this.Nr=12):e===i.Bits256&&(this.Nk=8,this.Nr=14),this.key=[].concat(t),this.Sbox=x(),this.iSbox=A(),this.Rcon=k(),this.w=E(this.Nb,this.Nr,this.Nk,this.key,this.Rcon,this.Sbox)},fd:function(e){var t,r,i,n,o=e.length,a=e.length%this.blockLen;for(0!==a&&(o+=this.blockLen-a),t=[],m(e,0,t,0,e.length),r=[],i=[],n=0;n<o;n+=this.blockLen)m(t,n,r,0,this.blockLen),this.hd(r,i),m(i,0,t,n,this.blockLen);return t},hd:function(e,t){var r,i;for(this.State=v(4,this.Nb),r=0;r<4*this.Nb;++r)this.State[r%4][parseInt(r/4)]=e[r];for(this.State=te(0,this.State,this.w),i=1;i<=this.Nr-1;++i)this.State=ne(this.State,this.Sbox),this.State=re(this.State,this.Nb),this.State=ie(this.State),this.State=te(i,this.State,this.w);for(this.State=ne(this.State,this.Sbox),this.State=re(this.State,this.Nb),this.State=te(this.Nr,this.State,this.w),r=0;r<4*this.Nb;++r)t[r]=this.State[r%4][parseInt(r/4)]},Sc:function(){var e,t=s,r=this.jd(this.pwdVerifier),i=this.jd(this.pwdVerifierHash);for(r=t.hash(r),e=0;e<r.length;e++)if(r[e]!==i[e])return!1;return!0},jd:function(e){var t,r,i,n,o,a;if(null===e)return null;if(t=e.length,e.length%this.blockLen===0&&!(t>e.length)){for(r=[],i=[],n=[],o=0;o<e.length;o+=this.blockLen)m(e,o,i,0,this.blockLen),this.kd(i,n),a=o+this.blockLen-t,m(n,0,r,o,a>0?this.blockLen-a:this.blockLen);return r}},kd:function(e,t){var r,i;for(this.State=v(4,this.Nb),r=0;r<4*this.Nb;++r)this.State[r%4][parseInt(r/4)]=e[r];for(this.State=te(this.Nr,this.State,this.w),i=this.Nr-1;i>=1;--i)this.ld(),this.md(),this.State=te(i,this.State,this.w),this.nd();for(this.ld(),this.md(),this.State=te(0,this.State,this.w),r=0;r<4*this.Nb;++r)t[r]=this.State[r%4][parseInt(r/4)]},ld:function(){var e,t,r=v(4,4);for(e=0;e<4;++e)for(t=0;t<4;++t)r[e][t]=this.State[e][t];for(e=1;e<4;++e)for(t=0;t<4;++t)this.State[e][(t+e)%this.Nb]=r[e][t]},md:function(){var e,t;for(e=0;e<4;++e)for(t=0;t<4;++t)this.State[e][t]=this.iSbox[this.State[e][t]>>4][15&this.State[e][t]]},nd:function(){var e,t,r=v(4,4);for(e=0;e<4;++e)for(t=0;t<4;++t)r[e][t]=this.State[e][t];for(t=0;t<4;++t)this.State[0][t]=(D(r[0][t])^B(r[1][t])^M(r[2][t])^_(r[3][t]))%256,this.State[1][t]=(_(r[0][t])^D(r[1][t])^B(r[2][t])^M(r[3][t]))%256,this.State[2][t]=(M(r[0][t])^_(r[1][t])^D(r[2][t])^B(r[3][t]))%256,this.State[3][t]=(B(r[0][t])^M(r[1][t])^_(r[2][t])^D(r[3][t]))%256},Vc:function(e){var t,r,i,n,o,a=new Uint8Array(e);return a.mb=0,t=w(a),r=a.length,i=t.readBytes(r),n=this.fd(i),o=[],m(b(8,r),0,o,0,8),m(n,0,o,8,n.length),t.seek(0,h.Begin),o},Wc:function(e,t){var r,i,n,o,a,l,s,c,u,f,d,h,p,m,g,b,S,C,y,w,v,x,A,k,E,I,P=[];for(P.mb=0,r=T(P),i=0,n=3,o=2,a=1,l=[],s=[],c=[],u=Math.max(t.length,4096),f=parseInt(t.length/512),t.length%512>0&&f++,d=n+o+a,h=4*(f+d),p=parseInt(h/512),h%512>0&&p++,m=0,g=!0;g;)b=0,S=0,g=!1,h=4*(f+d+p+m),b=parseInt(h/512),h%512>0&&b++,b>p?(p=b,g=!0):p>109&&(C=4*(p-109),S=parseInt(C/512),y=C%512,y>0&&S++,y+4*S>512&&S++,S>m&&(m=S,g=!0));if(m>0)for(w=128*m+109,v=0,i=0;i<w;i++)i<p?(x=i-109,x>0&&x%128===0&&l.push(++v),l.push(i+m)):l.push(-1);else for(i=0;i<109;i++)i<p?l.push(i):l.push(-1);if(A=0,p>0){for(i=1;i<=m;i++)s.push(-4);for(A=m,i=1;i<=p;i++)s.push(-3);for(A+=p,i=1;i<a;i++)s.push(i);for(s.push(-2),A+=a,i=1;i<n;i++)s.push(i+A);for(s.push(-2),A+=n,i=1;i<o;i++)s.push(i+A);for(s.push(-2),A+=o,i=1;i<f;i++)s.push(i+A);s.push(-2)}for(r.writeInt(3759263696),r.writeInt(3776623009),r.writeLong(0),r.writeLong(0),r.writeShort(62),r.writeShort(3),r.writeShort(-2),r.writeShort(9),r.writeInt(6),r.writeInt(0),r.writeInt(0),r.writeInt(p),r.writeInt(m+p+a),r.writeInt(0),r.writeInt(4096),r.writeInt(p+m),r.writeInt(a),m>0?(r.writeInt(0),r.writeInt(m)):(r.writeInt(-2),r.writeInt(0)),l.forEach(function(e){r.writeInt(e)}),k=0;k<128*p;k++)k<s.length?r.writeInt(s[k]):r.writeInt(-1);return E=ee(e,c),c.forEach(function(e){r.writeInt(e)}),I=q(A,A-o,u),r.writeBytes(I),r.writeBytes(E),r.writeBytes(t),{success:!0,data:r.getView()}}},e.exports=t}()},function(e,t,r){!function(){"use strict";var e=r(8);function i(t,r){var i,o,a;if(t){for(i=new e,o={},i.reset(),i.setXml(t),i.keepRootNamespace=r;i.read();)if(2!==i.elementType){for(a={},a.Zc={},o[i.name()]=a;i.moveToNextAttribute();)a.Zc[i.readAttributeNameAsString()]=i.readContentAsString();3!==i.elementType&&n(i,a)}return o}}function n(e,t){for(var r,i,o,a=e.depth;e.read()&&!(e.depth<=a);)if(1===e.nodeType()){for(r={},i=e.name(),t[i]?(Array.isArray(t[i])||(t[i]=[t[i]]),t[i].push(r)):t[i]=r,r.Zc={};e.moveToNextAttribute();)r.Zc[e.readAttributeNameAsString()]=e.readContentAsString();if(3===e.elementType)continue;o=e.readElementContentAsString(),1===(1&e.elementType)&&""!==o&&e.od>e.pd&&("preserve"===r.Zc["xml:space"]&&(o=e.readElementContentAsString(!0)),r[i]=o),n(e,r)}}function o(e,t){var r,i,n="<"+t,a=e.Zc;if(a)for(r in a)a.hasOwnProperty(r)&&(n+=" "+r+'="'+a[r]+'"');n+=">";for(i in e)e.hasOwnProperty(i)&&a!==e[i]&&(n+="object"==typeof e[i]?o(e[i],i):e[i]);return n+="</"+t+">"}t.Xc=i,t.qd=o}()},function(e,t,r){!function(){"use strict";var t=r(4).Gc.tc,i="<![CDATA[",n="]]>",o=function(){function e(){this.rd=-1,this.sd=0,this.td=0,this.ud=0,this.buffer="",this.elementType=2,this.depth=0,this.pd=0,this.La=0,this.vd=0,this.wd=0,this.xd=0,this.yd=0,this.od=0,this.zd=0,this.xmlIndex=0,this.xml="",this.Ad=!1,this.reset()}return e.prototype.reset=function(){var e=this;e.rd=-1,e.sd=0,e.td=0,e.ud=0,e.buffer="",e.elementType=2,e.depth=0,e.pd=0,e.La=0,e.vd=0,e.wd=0,e.xd=0,e.yd=0,e.od=0,e.zd=0,e.xmlIndex=0,e.xml="",e.Ad=!1,e.Bd=0,e.Cd=""},e.prototype.setXml=function(e){this.xml=e},e.prototype.name=function(){var e,t=this,r=t.buffer.slice(t.pd,t.pd+t.La);return r&&!t.keepRootNamespace?(e=r.lastIndexOf(":")+1,e===t.Bd&&r.substr(0,e)===t.Cd||(e=0),r.substr(e)):r},e.prototype.nodeType=function(){return 2===this.elementType?15:1},e.prototype.fillBuffer=function(){var e=this,t=e.buffer.length;return 0===t&&(e.buffer=e.xml,e.rd=0,e.od=0,e.td=e.buffer.length,!0)},e.prototype.read=function(){var e,t,r,o,a,l,s,c,u,f,d,h=this;for(h.sd=Number.MAX_VALUE,h.Ad=!1;;){if(h.rd++,h.rd>=h.td&&!h.fillBuffer())return!1;if(e=h.buffer[h.rd],"<"===e)break}for(t=["elementStarting","elementStart","elementNameEnd","elementEnd","elementContent","elementContentStart","endElementStart"],r=t.length,o=0,a=!1;o<r;)switch(t[o]){case"elementStarting":for(a=!1;;){if(h.rd++,e=h.buffer[h.rd],"/"===e){o=6,a=!0;break}if("?"===e){for(h.elementType=3;;)if(h.rd++,e=h.buffer[h.rd],">"===e)return!0}else if(" "!==e&&"\r"!==e&&"\n"!==e&&"\t"!==e){h.pd=h.rd;break}}if(a)continue;case"elementStart":for(a=!1,1===h.elementType&&h.depth++;;){if(h.rd++,e=h.buffer[h.rd],">"===e){h.La=h.rd-h.pd,o=3,a=!0;break}if(" "===e||"\r"===e||"\n"===e||"\t"===e||"/"===e){h.La=h.rd-h.pd,h.sd=h.rd;break}}if(0===h.depth&&!h.keepRootNamespace&&h.La&&(l=h.buffer.substr(h.pd,h.La),s=l.lastIndexOf(":")+1,s&&(h.Cd=l.substr(0,s),h.Bd=s)),a)continue;case"elementNameEnd":for(c=!1;;)if(h.rd++,e=h.buffer[h.rd],'"'===e&&(c=!c),!c&&">"===e)break;for(u=h.rd;;){if(u--,e=h.buffer[u],"/"===e)return h.ud=u,h.elementType=3,!0;if(" "!==e&&"\r"!==e&&"\n"!==e&&"\t"!==e){h.ud=u,h.elementType=1,o=4;break}}continue;case"elementEnd":for(u=h.rd;;){if(u--,e=h.buffer[u],"/"===e)return h.elementType=3,!0;if(" "!==e&&"\r"!==e&&"\n"!==e&&"\t"!==e){h.elementType=1;break}}case"elementContent":for(f=!1;;){if(h.rd++,e=h.buffer[h.rd],h.buffer.substr(h.rd,9)===i)return d=h.buffer.indexOf(n,h.rd),h.od=h.rd,h.zd=d+n.length,h.rd=h.zd-1,h.Ad=!0,!0;if("<"===e)return h.rd--,f&&(h.zd=h.rd+1),!0;if(h.od=h.rd,f=!0,"\r"!==e&&"\n"!==e&&"\t"!==e)break}case"elementContentStart":for(;;)if(h.rd++,e=h.buffer[h.rd],"<"===e)return h.zd=h.rd,h.rd--,!0;case"endElementStart":for(2!==h.elementType&&3!==h.elementType||h.depth--,h.elementType=2,h.pd=h.rd+1;;)if(h.rd++,e=h.buffer[h.rd],">"===e)return h.La=h.rd-h.pd,!0}},e.prototype.fastRead=function(){var e,t,r,o,a,l,s,c,u,f=this;for(f.sd=Number.MAX_VALUE,f.Ad=!1;;){if(f.rd++,f.rd>=f.td&&!f.fillBuffer())return!1;if(e=f.buffer[f.rd],"<"===e)break}for(t=["elementStarting","elementStart","elementNameEnd","elementEnd","elementContent","elementContentStart","endElementStart"],r=0,o=!1;r<t.length;)switch(t[r]){case"elementStarting":for(o=!1;;){if(f.rd++,e=f.buffer[f.rd],"/"===e){r=6,o=!0;break}if(" "!==e&&"\r"!==e&&"\n"!==e&&"\t"!==e){f.pd=f.rd;break}}if(o)continue;case"elementStart":for(o=!1,1===f.elementType&&f.depth++;;){if(f.rd++,e=f.buffer[f.rd],">"===e){f.La=f.rd-f.pd,r=3,o=!0;break}if(" "===e||"\r"===e||"\n"===e||"\t"===e){f.La=f.rd-f.pd,f.sd=f.rd;break}}if(0===f.depth&&!f.keepRootNamespace&&f.La&&(a=f.buffer.substr(f.pd,f.La),l=a.lastIndexOf(":")+1,l&&(f.Cd=a.substr(0,l),f.Bd=l)),o)continue;case"elementNameEnd":for(s=!1;;)if(f.rd++,e=f.buffer[f.rd],'"'===e&&(s=!s),!s&&">"===e)break;for(c=f.rd;;){if(c--,e=f.buffer[c],"/"===e)return f.ud=c,f.elementType=3,!0;if(" "!==e&&"\r"!==e&&"\n"!==e&&"\t"!==e){f.ud=c,f.elementType=1,r=4;break}}continue;case"elementEnd":for(c=f.rd;;){if(c--,e=f.buffer[c],"/"===e)return f.elementType=3,!0;if(" "!==e&&"\r"!==e&&"\n"!==e&&"\t"!==e){f.elementType=1;break}}case"elementContent":for(;;){if(f.rd++,e=f.buffer[f.rd],f.buffer.substr(f.rd,9)===i)return u=f.buffer.indexOf(n,f.rd),f.od=f.rd,f.zd=u+n.length,f.rd=f.zd-1,f.Ad=!0,!0;if("<"===e)return f.rd--,!0;if("\r"!==e&&"\n"!==e&&"\t"!==e){f.od=f.rd;break}}case"elementContentStart":for(;;)if(f.rd++,e=f.buffer[f.rd],"<"===e)return f.zd=f.rd,f.rd--,!0;case"endElementStart":for(2!==f.elementType&&3!==f.elementType||f.depth--,f.elementType=2;;)if(f.rd++,e=f.buffer[f.rd],">"===e)return!0}},e.prototype.moveToNextAttribute=function(){for(var e,t,r=this;;){if(r.sd>=r.ud-1)return!1;if(r.sd++,e=r.buffer[r.sd]," "!==e&&"\r"!==e&&"\n"!==e&&"\t"!==e){r.vd=r.sd;break}}for(;;)if(r.sd++,e=r.buffer[r.sd],"="===e||" "===e||"\r"===e||"\n"===e||"\t"===e){r.wd=r.sd-r.vd;break}for(t='"';;)if(r.sd++,e=r.buffer[r.sd],'"'===e||"'"===e){t=e,r.xd=r.sd+1;break}for(;;)if(r.sd++,e=r.buffer[r.sd],e===t)return r.yd=r.sd,!0},e.prototype.readContentAsString=function(){var e=this;return e.buffer.slice(e.xd,e.yd)},e.prototype.readContentAsBoolean=function(e){var t=this,r=t.buffer[t.xd];return"1"===r||"t"===r||"0"!==r&&"f"!==r&&e},e.prototype.readContentAsInt=function(e){var t=this,r=parseInt(t.buffer.slice(t.xd,t.yd));return isNaN(r)?e:r},e.prototype.readContentAsDouble=function(e){var t=this,r=parseFloat(t.buffer.slice(t.xd,t.yd));return isNaN(r)?e:r},e.prototype.readElementContentAsString=function(e){var r,o,a,l=this,s=l.od;if(this.od<=this.pd)return"";if(e)for(r=l.buffer,o=r[s-1];" "===o||"\r"===o||"\n"===o||"\t"===o;)s--,o=r[s-1];return a=l.buffer.slice(s,l.zd),l.Ad&&(a=t(a.replace(i,"").replace(n,"")),l.Ad=!1),a},e.prototype.readElementContentAsInt=function(e){var t=this,r=parseInt(t.buffer.slice(t.od,t.zd));return isNaN(r)?e:r},e.prototype.readElementContentAsDouble=function(e){var t=this,r=parseFloat(t.buffer.slice(t.od,t.zd));return isNaN(r)?e:r},e.prototype.readElementContentAsBoolean=function(e){var t=this,r=t.buffer[t.od];return"1"===r||"t"===r||"0"!==r&&"f"!==r&&e},e.prototype.readAttributeNameAsString=function(){var e=this;return e.buffer.slice(e.vd,e.vd+e.wd)},e.prototype.readFullElement=function(){var e,t,r=this;if(2===r.elementType)return"";if(e=r.pd-1,3===r.elementType)return r.buffer.slice(e,r.ud+2);if(t=r.depth,1===r.elementType){for(;r.read()&&!(r.depth<=t););return r.buffer.slice(e,r.pd+r.La+1)}return""},e}();e.exports=o}()},function(e,t){!function(t){"use strict";var r={},i=[-2147483648,8388608,32768,128],n=[24,16,8,0],o=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],a=[],l=function(e){var t,r,l,s,c,u,f,d,h,p,m,g,b,S,C,y,w,T,v,x,A,k,E,I,P,L,F,R,_,B,M,D,N,G,O,H,U,W,V,z,j,K,Y=!1,Z=0,q=0,J=0,Q=e.length,X=1779033703,$=4089235720,ee=3144134277,te=2227873595,re=1013904242,ie=4271175723,ne=2773480762,oe=1595750129,ae=1359893119,le=2917565137,se=2600822924,ce=725511199,ue=528734635,fe=4215389547,de=1541459225,he=327033209,pe=0;
- do{for(a[0]=pe,a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=a[16]=a[17]=a[18]=a[19]=a[20]=a[21]=a[22]=a[23]=a[24]=a[25]=a[26]=a[27]=a[28]=a[29]=a[30]=a[31]=a[32]=0,t=q;Z<Q&&t<128;++Z)a[t>>2]|=e[Z]<<n[3&t++];for(J+=t-q,q=t-128,Z===Q&&(a[t>>2]|=i[3&t],++Z),pe=a[32],Z>Q&&t<112&&(a[31]=J<<3,Y=!0),r=32;r<160;r+=2)A=a[r-30],k=a[r-29],l=(A>>>1|k<<31)^(A>>>8|k<<24)^A>>>7,s=(k>>>1|A<<31)^(k>>>8|A<<24)^(k>>>7|A<<25),A=a[r-4],k=a[r-3],c=(A>>>19|k<<13)^(k>>>29|A<<3)^A>>>6,u=(k>>>19|A<<13)^(A>>>29|k<<3)^(k>>>6|A<<26),A=a[r-32],k=a[r-31],E=a[r-14],I=a[r-13],f=(65535&I)+(65535&k)+(65535&s)+(65535&u),d=(I>>>16)+(k>>>16)+(s>>>16)+(u>>>16)+(f>>>16),h=(65535&E)+(65535&A)+(65535&l)+(65535&c)+(d>>>16),p=(E>>>16)+(A>>>16)+(l>>>16)+(c>>>16)+(h>>>16),a[r]=p<<16|65535&h,a[r+1]=d<<16|65535&f;for(F=X,R=$,_=ee,B=te,M=re,D=ie,N=ne,G=oe,O=ae,H=le,U=se,W=ce,V=ue,z=fe,j=de,K=he,w=_&M,T=B&D,r=0;r<160;r+=8)l=(F>>>28|R<<4)^(R>>>2|F<<30)^(R>>>7|F<<25),s=(R>>>28|F<<4)^(F>>>2|R<<30)^(F>>>7|R<<25),c=(O>>>14|H<<18)^(O>>>18|H<<14)^(H>>>9|O<<23),u=(H>>>14|O<<18)^(H>>>18|O<<14)^(O>>>9|H<<23),m=F&_,g=R&B,v=m^F&M^w,x=g^R&D^T,P=O&U^~O&V,L=H&W^~H&z,A=a[r],k=a[r+1],E=o[r],I=o[r+1],f=(65535&I)+(65535&k)+(65535&L)+(65535&u)+(65535&K),d=(I>>>16)+(k>>>16)+(L>>>16)+(u>>>16)+(K>>>16)+(f>>>16),h=(65535&E)+(65535&A)+(65535&P)+(65535&c)+(65535&j)+(d>>>16),p=(E>>>16)+(A>>>16)+(P>>>16)+(c>>>16)+(j>>>16)+(h>>>16),A=p<<16|65535&h,k=d<<16|65535&f,f=(65535&x)+(65535&s),d=(x>>>16)+(s>>>16)+(f>>>16),h=(65535&v)+(65535&l)+(d>>>16),p=(v>>>16)+(l>>>16)+(h>>>16),E=p<<16|65535&h,I=d<<16|65535&f,f=(65535&G)+(65535&k),d=(G>>>16)+(k>>>16)+(f>>>16),h=(65535&N)+(65535&A)+(d>>>16),p=(N>>>16)+(A>>>16)+(h>>>16),j=p<<16|65535&h,K=d<<16|65535&f,f=(65535&I)+(65535&k),d=(I>>>16)+(k>>>16)+(f>>>16),h=(65535&E)+(65535&A)+(d>>>16),p=(E>>>16)+(A>>>16)+(h>>>16),N=p<<16|65535&h,G=d<<16|65535&f,l=(N>>>28|G<<4)^(G>>>2|N<<30)^(G>>>7|N<<25),s=(G>>>28|N<<4)^(N>>>2|G<<30)^(N>>>7|G<<25),c=(j>>>14|K<<18)^(j>>>18|K<<14)^(K>>>9|j<<23),u=(K>>>14|j<<18)^(K>>>18|j<<14)^(j>>>9|K<<23),b=N&F,S=G&R,v=b^N&_^m,x=S^G&B^g,P=j&O^~j&U,L=K&H^~K&W,A=a[r+2],k=a[r+3],E=o[r+2],I=o[r+3],f=(65535&I)+(65535&k)+(65535&L)+(65535&u)+(65535&z),d=(I>>>16)+(k>>>16)+(L>>>16)+(u>>>16)+(z>>>16)+(f>>>16),h=(65535&E)+(65535&A)+(65535&P)+(65535&c)+(65535&V)+(d>>>16),p=(E>>>16)+(A>>>16)+(P>>>16)+(c>>>16)+(V>>>16)+(h>>>16),A=p<<16|65535&h,k=d<<16|65535&f,f=(65535&x)+(65535&s),d=(x>>>16)+(s>>>16)+(f>>>16),h=(65535&v)+(65535&l)+(d>>>16),p=(v>>>16)+(l>>>16)+(h>>>16),E=p<<16|65535&h,I=d<<16|65535&f,f=(65535&D)+(65535&k),d=(D>>>16)+(k>>>16)+(f>>>16),h=(65535&M)+(65535&A)+(d>>>16),p=(M>>>16)+(A>>>16)+(h>>>16),V=p<<16|65535&h,z=d<<16|65535&f,f=(65535&I)+(65535&k),d=(I>>>16)+(k>>>16)+(f>>>16),h=(65535&E)+(65535&A)+(d>>>16),p=(E>>>16)+(A>>>16)+(h>>>16),M=p<<16|65535&h,D=d<<16|65535&f,l=(M>>>28|D<<4)^(D>>>2|M<<30)^(D>>>7|M<<25),s=(D>>>28|M<<4)^(M>>>2|D<<30)^(M>>>7|D<<25),c=(V>>>14|z<<18)^(V>>>18|z<<14)^(z>>>9|V<<23),u=(z>>>14|V<<18)^(z>>>18|V<<14)^(V>>>9|z<<23),C=M&N,y=D&G,v=C^M&F^b,x=y^D&R^S,P=V&j^~V&O,L=z&K^~z&H,A=a[r+4],k=a[r+5],E=o[r+4],I=o[r+5],f=(65535&I)+(65535&k)+(65535&L)+(65535&u)+(65535&W),d=(I>>>16)+(k>>>16)+(L>>>16)+(u>>>16)+(W>>>16)+(f>>>16),h=(65535&E)+(65535&A)+(65535&P)+(65535&c)+(65535&U)+(d>>>16),p=(E>>>16)+(A>>>16)+(P>>>16)+(c>>>16)+(U>>>16)+(h>>>16),A=p<<16|65535&h,k=d<<16|65535&f,f=(65535&x)+(65535&s),d=(x>>>16)+(s>>>16)+(f>>>16),h=(65535&v)+(65535&l)+(d>>>16),p=(v>>>16)+(l>>>16)+(h>>>16),E=p<<16|65535&h,I=d<<16|65535&f,f=(65535&B)+(65535&k),d=(B>>>16)+(k>>>16)+(f>>>16),h=(65535&_)+(65535&A)+(d>>>16),p=(_>>>16)+(A>>>16)+(h>>>16),U=p<<16|65535&h,W=d<<16|65535&f,f=(65535&I)+(65535&k),d=(I>>>16)+(k>>>16)+(f>>>16),h=(65535&E)+(65535&A)+(d>>>16),p=(E>>>16)+(A>>>16)+(h>>>16),_=p<<16|65535&h,B=d<<16|65535&f,l=(_>>>28|B<<4)^(B>>>2|_<<30)^(B>>>7|_<<25),s=(B>>>28|_<<4)^(_>>>2|B<<30)^(_>>>7|B<<25),c=(U>>>14|W<<18)^(U>>>18|W<<14)^(W>>>9|U<<23),u=(W>>>14|U<<18)^(W>>>18|U<<14)^(U>>>9|W<<23),w=_&M,T=B&D,v=w^_&N^C,x=T^B&G^y,P=U&V^~U&j,L=W&z^~W&K,A=a[r+6],k=a[r+7],E=o[r+6],I=o[r+7],f=(65535&I)+(65535&k)+(65535&L)+(65535&u)+(65535&H),d=(I>>>16)+(k>>>16)+(L>>>16)+(u>>>16)+(H>>>16)+(f>>>16),h=(65535&E)+(65535&A)+(65535&P)+(65535&c)+(65535&O)+(d>>>16),p=(E>>>16)+(A>>>16)+(P>>>16)+(c>>>16)+(O>>>16)+(h>>>16),A=p<<16|65535&h,k=d<<16|65535&f,f=(65535&x)+(65535&s),d=(x>>>16)+(s>>>16)+(f>>>16),h=(65535&v)+(65535&l)+(d>>>16),p=(v>>>16)+(l>>>16)+(h>>>16),E=p<<16|65535&h,I=d<<16|65535&f,f=(65535&R)+(65535&k),d=(R>>>16)+(k>>>16)+(f>>>16),h=(65535&F)+(65535&A)+(d>>>16),p=(F>>>16)+(A>>>16)+(h>>>16),O=p<<16|65535&h,H=d<<16|65535&f,f=(65535&I)+(65535&k),d=(I>>>16)+(k>>>16)+(f>>>16),h=(65535&E)+(65535&A)+(d>>>16),p=(E>>>16)+(A>>>16)+(h>>>16),F=p<<16|65535&h,R=d<<16|65535&f;f=(65535&$)+(65535&R),d=($>>>16)+(R>>>16)+(f>>>16),h=(65535&X)+(65535&F)+(d>>>16),p=(X>>>16)+(F>>>16)+(h>>>16),X=p<<16|65535&h,$=d<<16|65535&f,f=(65535&te)+(65535&B),d=(te>>>16)+(B>>>16)+(f>>>16),h=(65535&ee)+(65535&_)+(d>>>16),p=(ee>>>16)+(_>>>16)+(h>>>16),ee=p<<16|65535&h,te=d<<16|65535&f,f=(65535&ie)+(65535&D),d=(ie>>>16)+(D>>>16)+(f>>>16),h=(65535&re)+(65535&M)+(d>>>16),p=(re>>>16)+(M>>>16)+(h>>>16),re=p<<16|65535&h,ie=d<<16|65535&f,f=(65535&oe)+(65535&G),d=(oe>>>16)+(G>>>16)+(f>>>16),h=(65535&ne)+(65535&N)+(d>>>16),p=(ne>>>16)+(N>>>16)+(h>>>16),ne=p<<16|65535&h,oe=d<<16|65535&f,f=(65535&le)+(65535&H),d=(le>>>16)+(H>>>16)+(f>>>16),h=(65535&ae)+(65535&O)+(d>>>16),p=(ae>>>16)+(O>>>16)+(h>>>16),ae=p<<16|65535&h,le=d<<16|65535&f,f=(65535&ce)+(65535&W),d=(ce>>>16)+(W>>>16)+(f>>>16),h=(65535&se)+(65535&U)+(d>>>16),p=(se>>>16)+(U>>>16)+(h>>>16),se=p<<16|65535&h,ce=d<<16|65535&f,f=(65535&fe)+(65535&z),d=(fe>>>16)+(z>>>16)+(f>>>16),h=(65535&ue)+(65535&V)+(d>>>16),p=(ue>>>16)+(V>>>16)+(h>>>16),ue=p<<16|65535&h,fe=d<<16|65535&f,f=(65535&he)+(65535&K),d=(he>>>16)+(K>>>16)+(f>>>16),h=(65535&de)+(65535&j)+(d>>>16),p=(de>>>16)+(j>>>16)+(h>>>16),de=p<<16|65535&h,he=d<<16|65535&f}while(!Y);return[16*(X>>28&15)+(X>>24&15),16*(X>>20&15)+(X>>16&15),16*(X>>12&15)+(X>>8&15),16*(X>>4&15)+(15&X),16*($>>28&15)+($>>24&15),16*($>>20&15)+($>>16&15),16*($>>12&15)+($>>8&15),16*($>>4&15)+(15&$),16*(ee>>28&15)+(ee>>24&15),16*(ee>>20&15)+(ee>>16&15),16*(ee>>12&15)+(ee>>8&15),16*(ee>>4&15)+(15&ee),16*(te>>28&15)+(te>>24&15),16*(te>>20&15)+(te>>16&15),16*(te>>12&15)+(te>>8&15),16*(te>>4&15)+(15&te),16*(re>>28&15)+(re>>24&15),16*(re>>20&15)+(re>>16&15),16*(re>>12&15)+(re>>8&15),16*(re>>4&15)+(15&re),16*(ie>>28&15)+(ie>>24&15),16*(ie>>20&15)+(ie>>16&15),16*(ie>>12&15)+(ie>>8&15),16*(ie>>4&15)+(15&ie),16*(ne>>28&15)+(ne>>24&15),16*(ne>>20&15)+(ne>>16&15),16*(ne>>12&15)+(ne>>8&15),16*(ne>>4&15)+(15&ne),16*(oe>>28&15)+(oe>>24&15),16*(oe>>20&15)+(oe>>16&15),16*(oe>>12&15)+(oe>>8&15),16*(oe>>4&15)+(15&oe),16*(ae>>28&15)+(ae>>24&15),16*(ae>>20&15)+(ae>>16&15),16*(ae>>12&15)+(ae>>8&15),16*(ae>>4&15)+(15&ae),16*(le>>28&15)+(le>>24&15),16*(le>>20&15)+(le>>16&15),16*(le>>12&15)+(le>>8&15),16*(le>>4&15)+(15&le),16*(se>>28&15)+(se>>24&15),16*(se>>20&15)+(se>>16&15),16*(se>>12&15)+(se>>8&15),16*(se>>4&15)+(15&se),16*(ce>>28&15)+(ce>>24&15),16*(ce>>20&15)+(ce>>16&15),16*(ce>>12&15)+(ce>>8&15),16*(ce>>4&15)+(15&ce),16*(ue>>28&15)+(ue>>24&15),16*(ue>>20&15)+(ue>>16&15),16*(ue>>12&15)+(ue>>8&15),16*(ue>>4&15)+(15&ue),16*(fe>>28&15)+(fe>>24&15),16*(fe>>20&15)+(fe>>16&15),16*(fe>>12&15)+(fe>>8&15),16*(fe>>4&15)+(15&fe),16*(de>>28&15)+(de>>24&15),16*(de>>20&15)+(de>>16&15),16*(de>>12&15)+(de>>8&15),16*(de>>4&15)+(15&de),16*(he>>28&15)+(he>>24&15),16*(he>>20&15)+(he>>16&15),16*(he>>12&15)+(he>>8&15),16*(he>>4&15)+(15&he)]};t.sha512=l,r.hash=l,e.exports=r}(this)},function(e,t){"use strict";!function(){var t,r,i,n,o,a,l,s,c,u,f,d,h,p,m,g,b,S,C,y,w,T=null,v=null,x=function(e){var t,r;if("number"==typeof e){for(t=[],r=0;r<e;r++)t.push(0);return t}for(r=0;r<e.length;r++)if(e[r]<0||e[r]>=256||"number"!=typeof e[r])throw Error("invalid byte ("+e[r]+":"+r+")");if(e.slice)return e.slice(0);for(t=[],r=0;r<e.length;r++)t.push(e[r]);return t};T=x,v=function(e,t,r,i,n){null===r&&(r=0),null===i&&(i=0),null===n&&(n=e.length);for(var o=i;o<n;o++)t[r++]=e[o]},t={16:10,24:12,32:14},r=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],i=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],n=[82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251,124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203,84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78,8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37,114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146,108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132,144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6,208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107,58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115,150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110,71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27,252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244,31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95,96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239,160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97,23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125],o=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],a=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],l=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],s=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],c=[1374988112,2118214995,437757123,975658646,1001089995,530400753,2902087851,1273168787,540080725,2910219766,2295101073,4110568485,1340463100,3307916247,641025152,3043140495,3736164937,632953703,1172967064,1576976609,3274667266,2169303058,2370213795,1809054150,59727847,361929877,3211623147,2505202138,3569255213,1484005843,1239443753,2395588676,1975683434,4102977912,2572697195,666464733,3202437046,4035489047,3374361702,2110667444,1675577880,3843699074,2538681184,1649639237,2976151520,3144396420,4269907996,4178062228,1883793496,2403728665,2497604743,1383856311,2876494627,1917518562,3810496343,1716890410,3001755655,800440835,2261089178,3543599269,807962610,599762354,33778362,3977675356,2328828971,2809771154,4077384432,1315562145,1708848333,101039829,3509871135,3299278474,875451293,2733856160,92987698,2767645557,193195065,1080094634,1584504582,3178106961,1042385657,2531067453,3711829422,1306967366,2438237621,1908694277,67556463,1615861247,429456164,3602770327,2302690252,1742315127,2968011453,126454664,3877198648,2043211483,2709260871,2084704233,4169408201,0,159417987,841739592,504459436,1817866830,4245618683,260388950,1034867998,908933415,168810852,1750902305,2606453969,607530554,202008497,2472011535,3035535058,463180190,2160117071,1641816226,1517767529,470948374,3801332234,3231722213,1008918595,303765277,235474187,4069246893,766945465,337553864,1475418501,2943682380,4003061179,2743034109,4144047775,1551037884,1147550661,1543208500,2336434550,3408119516,3069049960,3102011747,3610369226,1113818384,328671808,2227573024,2236228733,3535486456,2935566865,3341394285,496906059,3702665459,226906860,2009195472,733156972,2842737049,294930682,1206477858,2835123396,2700099354,1451044056,573804783,2269728455,3644379585,2362090238,2564033334,2801107407,2776292904,3669462566,1068351396,742039012,1350078989,1784663195,1417561698,4136440770,2430122216,775550814,2193862645,2673705150,1775276924,1876241833,3475313331,3366754619,270040487,3902563182,3678124923,3441850377,1851332852,3969562369,2203032232,3868552805,2868897406,566021896,4011190502,3135740889,1248802510,3936291284,699432150,832877231,708780849,3332740144,899835584,1951317047,4236429990,3767586992,866637845,4043610186,1106041591,2144161806,395441711,1984812685,1139781709,3433712980,3835036895,2664543715,1282050075,3240894392,1181045119,2640243204,25965917,4203181171,4211818798,3009879386,2463879762,3910161971,1842759443,2597806476,933301370,1509430414,3943906441,3467192302,3076639029,3776767469,2051518780,2631065433,1441952575,404016761,1942435775,1408749034,1610459739,3745345300,2017778566,3400528769,3110650942,941896748,3265478751,371049330,3168937228,675039627,4279080257,967311729,135050206,3635733660,1683407248,2076935265,3576870512,1215061108,3501741890],u=[1347548327,1400783205,3273267108,2520393566,3409685355,4045380933,2880240216,2471224067,1428173050,4138563181,2441661558,636813900,4233094615,3620022987,2149987652,2411029155,1239331162,1730525723,2554718734,3781033664,46346101,310463728,2743944855,3328955385,3875770207,2501218972,3955191162,3667219033,768917123,3545789473,692707433,1150208456,1786102409,2029293177,1805211710,3710368113,3065962831,401639597,1724457132,3028143674,409198410,2196052529,1620529459,1164071807,3769721975,2226875310,486441376,2499348523,1483753576,428819965,2274680428,3075636216,598438867,3799141122,1474502543,711349675,129166120,53458370,2592523643,2782082824,4063242375,2988687269,3120694122,1559041666,730517276,2460449204,4042459122,2706270690,3446004468,3573941694,533804130,2328143614,2637442643,2695033685,839224033,1973745387,957055980,2856345839,106852767,1371368976,4181598602,1033297158,2933734917,1179510461,3046200461,91341917,1862534868,4284502037,605657339,2547432937,3431546947,2003294622,3182487618,2282195339,954669403,3682191598,1201765386,3917234703,3388507166,0,2198438022,1211247597,2887651696,1315723890,4227665663,1443857720,507358933,657861945,1678381017,560487590,3516619604,975451694,2970356327,261314535,3535072918,2652609425,1333838021,2724322336,1767536459,370938394,182621114,3854606378,1128014560,487725847,185469197,2918353863,3106780840,3356761769,2237133081,1286567175,3152976349,4255350624,2683765030,3160175349,3309594171,878443390,1988838185,3704300486,1756818940,1673061617,3403100636,272786309,1075025698,545572369,2105887268,4174560061,296679730,1841768865,1260232239,4091327024,3960309330,3497509347,1814803222,2578018489,4195456072,575138148,3299409036,446754879,3629546796,4011996048,3347532110,3252238545,4270639778,915985419,3483825537,681933534,651868046,2755636671,3828103837,223377554,2607439820,1649704518,3270937875,3901806776,1580087799,4118987695,3198115200,2087309459,2842678573,3016697106,1003007129,2802849917,1860738147,2077965243,164439672,4100872472,32283319,2827177882,1709610350,2125135846,136428751,3874428392,3652904859,3460984630,3572145929,3593056380,2939266226,824852259,818324884,3224740454,930369212,2801566410,2967507152,355706840,1257309336,4148292826,243256656,790073846,2373340630,1296297904,1422699085,3756299780,3818836405,457992840,3099667487,2135319889,77422314,1560382517,1945798516,788204353,1521706781,1385356242,870912086,325965383,2358957921,2050466060,2388260884,2313884476,4006521127,901210569,3990953189,1014646705,1503449823,1062597235,2031621326,3212035895,3931371469,1533017514,350174575,2256028891,2177544179,1052338372,741876788,1606591296,1914052035,213705253,2334669897,1107234197,1899603969,3725069491,2631447780,2422494913,1635502980,1893020342,1950903388,1120974935],f=[2807058932,1699970625,2764249623,1586903591,1808481195,1173430173,1487645946,59984867,4199882800,1844882806,1989249228,1277555970,3623636965,3419915562,1149249077,2744104290,1514790577,459744698,244860394,3235995134,1963115311,4027744588,2544078150,4190530515,1608975247,2627016082,2062270317,1507497298,2200818878,567498868,1764313568,3359936201,2305455554,2037970062,1047239e3,1910319033,1337376481,2904027272,2892417312,984907214,1243112415,830661914,861968209,2135253587,2011214180,2927934315,2686254721,731183368,1750626376,4246310725,1820824798,4172763771,3542330227,48394827,2404901663,2871682645,671593195,3254988725,2073724613,145085239,2280796200,2779915199,1790575107,2187128086,472615631,3029510009,4075877127,3802222185,4107101658,3201631749,1646252340,4270507174,1402811438,1436590835,3778151818,3950355702,3963161475,4020912224,2667994737,273792366,2331590177,104699613,95345982,3175501286,2377486676,1560637892,3564045318,369057872,4213447064,3919042237,1137477952,2658625497,1119727848,2340947849,1530455833,4007360968,172466556,266959938,516552836,0,2256734592,3980931627,1890328081,1917742170,4294704398,945164165,3575528878,958871085,3647212047,2787207260,1423022939,775562294,1739656202,3876557655,2530391278,2443058075,3310321856,547512796,1265195639,437656594,3121275539,719700128,3762502690,387781147,218828297,3350065803,2830708150,2848461854,428169201,122466165,3720081049,1627235199,648017665,4122762354,1002783846,2117360635,695634755,3336358691,4234721005,4049844452,3704280881,2232435299,574624663,287343814,612205898,1039717051,840019705,2708326185,793451934,821288114,1391201670,3822090177,376187827,3113855344,1224348052,1679968233,2361698556,1058709744,752375421,2431590963,1321699145,3519142200,2734591178,188127444,2177869557,3727205754,2384911031,3215212461,2648976442,2450346104,3432737375,1180849278,331544205,3102249176,4150144569,2952102595,2159976285,2474404304,766078933,313773861,2570832044,2108100632,1668212892,3145456443,2013908262,418672217,3070356634,2594734927,1852171925,3867060991,3473416636,3907448597,2614737639,919489135,164948639,2094410160,2997825956,590424639,2486224549,1723872674,3157750862,3399941250,3501252752,3625268135,2555048196,3673637356,1343127501,4130281361,3599595085,2957853679,1297403050,81781910,3051593425,2283490410,532201772,1367295589,3926170974,895287692,1953757831,1093597963,492483431,3528626907,1446242576,1192455638,1636604631,209336225,344873464,1015671571,669961897,3375740769,3857572124,2973530695,3747192018,1933530610,3464042516,935293895,3454686199,2858115069,1863638845,3683022916,4085369519,3292445032,875313188,1080017571,3279033885,621591778,1233856572,2504130317,24197544,3017672716,3835484340,3247465558,2220981195,3060847922,1551124588,1463996600],d=[4104605777,1097159550,396673818,660510266,2875968315,2638606623,4200115116,3808662347,821712160,1986918061,3430322568,38544885,3856137295,718002117,893681702,1654886325,2975484382,3122358053,3926825029,4274053469,796197571,1290801793,1184342925,3556361835,2405426947,2459735317,1836772287,1381620373,3196267988,1948373848,3764988233,3385345166,3263785589,2390325492,1480485785,3111247143,3780097726,2293045232,548169417,3459953789,3746175075,439452389,1362321559,1400849762,1685577905,1806599355,2174754046,137073913,1214797936,1174215055,3731654548,2079897426,1943217067,1258480242,529487843,1437280870,3945269170,3049390895,3313212038,923313619,679998e3,3215307299,57326082,377642221,3474729866,2041877159,133361907,1776460110,3673476453,96392454,878845905,2801699524,777231668,4082475170,2330014213,4142626212,2213296395,1626319424,1906247262,1846563261,562755902,3708173718,1040559837,3871163981,1418573201,3294430577,114585348,1343618912,2566595609,3186202582,1078185097,3651041127,3896688048,2307622919,425408743,3371096953,2081048481,1108339068,2216610296,0,2156299017,736970802,292596766,1517440620,251657213,2235061775,2933202493,758720310,265905162,1554391400,1532285339,908999204,174567692,1474760595,4002861748,2610011675,3234156416,3693126241,2001430874,303699484,2478443234,2687165888,585122620,454499602,151849742,2345119218,3064510765,514443284,4044981591,1963412655,2581445614,2137062819,19308535,1928707164,1715193156,4219352155,1126790795,600235211,3992742070,3841024952,836553431,1669664834,2535604243,3323011204,1243905413,3141400786,4180808110,698445255,2653899549,2989552604,2253581325,3252932727,3004591147,1891211689,2487810577,3915653703,4237083816,4030667424,2100090966,865136418,1229899655,953270745,3399679628,3557504664,4118925222,2061379749,3079546586,2915017791,983426092,2022837584,1607244650,2118541908,2366882550,3635996816,972512814,3283088770,1568718495,3499326569,3576539503,621982671,2895723464,410887952,2623762152,1002142683,645401037,1494807662,2595684844,1335535747,2507040230,4293295786,3167684641,367585007,3885750714,1865862730,2668221674,2960971305,2763173681,1059270954,2777952454,2724642869,1320957812,2194319100,2429595872,2815956275,77089521,3973773121,3444575871,2448830231,1305906550,4021308739,2857194700,2516901860,3518358430,1787304780,740276417,1699839814,1592394909,2352307457,2272556026,188821243,1729977011,3687994002,274084841,3594982253,3613494426,2701949495,4162096729,322734571,2837966542,1640576439,484830689,1202797690,3537852828,4067639125,349075736,3342319475,4157467219,4255800159,1030690015,1155237496,2951971274,1757691577,607398968,2738905026,499347990,3794078908,1011452712,227885567,2818666809,213114376,3034881240,1455525988,3414450555,850817237,1817998408,3092726480],
- h=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],p=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],m=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],g=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];function A(e){var t,r=[];for(t=0;t<e.length;t+=4)r.push(e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3]);return r}b=function(e){if(!(this instanceof b))throw Error("AES must be instanitated with `new`");this.key=T(e),this.Dd()},b.prototype.Dd=function(){var e,n,o,a,l,s,c,u,f,d,b=t[this.key.length];if(null===b)throw Error("invalid key size (must be 16, 24 or 32 bytes)");for(this.Ed=[],this.Fd=[],e=0;e<=b;e++)this.Ed.push([0,0,0,0]),this.Fd.push([0,0,0,0]);for(n=4*(b+1),o=this.key.length/4,a=A(this.key),e=0;e<o;e++)l=e>>2,this.Ed[l][e%4]=a[e],this.Fd[b-l][e%4]=a[e];for(s=0,c=o;c<n;){if(u=a[o-1],a[0]^=i[u>>16&255]<<24^i[u>>8&255]<<16^i[255&u]<<8^i[u>>24&255]^r[s]<<24,s+=1,8!==o)for(e=1;e<o;e++)a[e]^=a[e-1];else{for(e=1;e<o/2;e++)a[e]^=a[e-1];for(u=a[o/2-1],a[o/2]^=i[255&u]^i[u>>8&255]<<8^i[u>>16&255]<<16^i[u>>24&255]<<24,e=o/2+1;e<o;e++)a[e]^=a[e-1]}for(e=0;e<o&&c<n;)f=c>>2,d=c%4,this.Ed[f][d]=a[e],this.Fd[b-f][d]=a[e++],c++}for(f=1;f<b;f++)for(d=0;d<4;d++)u=this.Fd[f][d],this.Fd[f][d]=h[u>>24&255]^p[u>>16&255]^m[u>>8&255]^g[255&u]},b.prototype.encrypt=function(e){var t,r,n,c,u,f,d;if(16!==e.length)throw Error("invalid plaintext size (must be 16 bytes)");for(t=this.Ed.length-1,r=[0,0,0,0],n=A(e),c=0;c<4;c++)n[c]^=this.Ed[0][c];for(u=1;u<t;u++){for(c=0;c<4;c++)r[c]=o[n[c]>>24&255]^a[n[(c+1)%4]>>16&255]^l[n[(c+2)%4]>>8&255]^s[255&n[(c+3)%4]]^this.Ed[u][c];n=r.slice(0)}for(f=T(16),c=0;c<4;c++)d=this.Ed[t][c],f[4*c]=255&(i[n[c]>>24&255]^d>>24),f[4*c+1]=255&(i[n[(c+1)%4]>>16&255]^d>>16),f[4*c+2]=255&(i[n[(c+2)%4]>>8&255]^d>>8),f[4*c+3]=255&(i[255&n[(c+3)%4]]^d);return f},b.prototype.decrypt=function(e){var t,r,i,o,a,l,s;if(16!==e.length)throw Error("invalid ciphertext size (must be 16 bytes)");for(t=this.Fd.length-1,r=[0,0,0,0],i=A(e),o=0;o<4;o++)i[o]^=this.Fd[0][o];for(a=1;a<t;a++){for(o=0;o<4;o++)r[o]=c[i[o]>>24&255]^u[i[(o+3)%4]>>16&255]^f[i[(o+2)%4]>>8&255]^d[255&i[(o+1)%4]]^this.Fd[a][o];i=r.slice(0)}for(l=T(16),o=0;o<4;o++)s=this.Fd[t][o],l[4*o]=255&(n[i[o]>>24&255]^s>>24),l[4*o+1]=255&(n[i[(o+3)%4]>>16&255]^s>>16),l[4*o+2]=255&(n[i[(o+2)%4]>>8&255]^s>>8),l[4*o+3]=255&(n[255&i[(o+1)%4]]^s);return l},S=function(e){if(!(this instanceof S))throw Error("AES must be instanitated with `new`");this.description="Electronic Code Block",this.name="ecb",this.L=new b(e)},S.prototype.encrypt=function(e){var t,r,i;if(e.length%16!==0)throw Error("invalid plaintext size (must be multiple of 16 bytes)");for(t=T(e.length),r=T(16),i=0;i<e.length;i+=16)v(e,r,0,i,i+16),r=this.L.encrypt(r),v(r,t,i,0,16);return t},S.prototype.decrypt=function(e){var t,r,i;if(e.length%16!==0)throw Error("invalid ciphertext size (must be multiple of 16 bytes)");for(t=T(e.length),r=T(16),i=0;i<e.length;i+=16)v(e,r,0,i,i+16),r=this.L.decrypt(r),v(r,t,i,0,16);return t},C=function(e,t){if(!(this instanceof C))throw Error("AES must be instanitated with `new`");if(this.description="Cipher Block Chaining",this.name="cbc",t){if(16!==t.length)throw Error("invalid initialation vector size (must be 16 bytes)")}else t=T([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);this.Gd=T(t),this.L=new b(e)},C.prototype.encrypt=function(e){var t,r,i,n;if(e.length%16!==0)throw Error("invalid plaintext size (must be multiple of 16 bytes)");for(t=T(e.length),r=T(16),i=0;i<e.length;i+=16){for(v(e,r,0,i,i+16),n=0;n<16;n++)r[n]^=this.Gd[n];this.Gd=this.L.encrypt(r),v(this.Gd,t,i,0,16)}return t},C.prototype.decrypt=function(e){var t,r,i,n;if(e.length%16!==0)throw Error("invalid ciphertext size (must be multiple of 16 bytes)");for(t=T(e.length),r=T(16),i=0;i<e.length;i+=16){for(v(e,r,0,i,i+16),r=this.L.decrypt(r),n=0;n<16;n++)t[i+n]=r[n]^this.Gd[n];v(e,this.Gd,0,i,i+16)}return t},y={ecb:S,cbc:C},w={AES:b,ModeOfOperation:y,util:{Hd:x}},e.exports=w}()},function(e,t,r){!function(){"use strict";var t=r(12),i=t.UnitHelper,n=i.emuToPixles,o=function(){function e(){}return e.Jd=function(e,t){return"1"===e||"0"!==e&&t},e.Kd=function(e,t){if(e){var r=parseFloat(e);if(!isNaN(r))return r}return t},e.Ld=function(e,t){if(e){var r=parseInt(e);if(!isNaN(r))return r}return t},e.Yc=function(e){return Array.isArray(e)||(e=e?[e]:[]),e},e.Md=function(e,t,r){return r=r||t,e[t]&&e[t][r]},e.Nd=function(e,t){e&&(t.x=n(parseInt(e.Zc.x)),t.y=n(parseInt(e.Zc.y)))},e.Od=function(e,t){e&&(t.width=n(parseInt(e.Zc.cx)),t.height=n(parseInt(e.Zc.cy)))},e.Pd=function(t){if(t)return{col:parseInt(e.Md(t,"xdr:col")),colOffset:n(parseInt(e.Md(t,"xdr:colOff"))),row:parseInt(e.Md(t,"xdr:row")),rowOffset:n(parseInt(e.Md(t,"xdr:rowOff")))}},e}();e.exports=o}()},function(e,t,r){!function(){"use strict";var e,i,n,o,a,l,s,c,u,f,d,h,p,m,g,b,S,C,y=r(4),w=r(13),T=r(14),v=r(15),x=y.Kb,A=v.Qd,k=null,E=void 0,I=y.Hb,P="Headings",L="Body",F="Calibri",R="bold",_="italic";!function(e){e[e.none=0]="none",e[e.major=1]="major",e[e.minor=2]="minor",e[e.ninched=255]="ninched"}(t.FontSchemeCategory||(t.FontSchemeCategory={})),function(e){e[e.top=0]="top",e[e.center=1]="center",e[e.bottom=2]="bottom",e[e.justify=3]="justify",e[e.distributed=4]="distributed"}(t.ExcelVerticalAlignment||(t.ExcelVerticalAlignment={})),function(e){e[e.general=0]="general",e[e.left=1]="left",e[e.center=2]="center",e[e.right=3]="right",e[e.fill=4]="fill",e[e.justify=5]="justify",e[e.centerContinuous=6]="centerContinuous",e[e.distributed=7]="distributed"}(t.ExcelHorizontalAlignment||(t.ExcelHorizontalAlignment={})),function(e){e[e.accordingToContext=0]="accordingToContext",e[e.leftToRight=1]="leftToRight",e[e.rightToLeft=2]="rightToLeft"}(t.TextDirection||(t.TextDirection={})),function(e){e[e.none=0]="none",e[e.single=1]="single",e[e.double=2]="double",e[e.singleaccounting=3]="singleaccounting",e[e.doubleaccounting=4]="doubleaccounting"}(t.UnderLineStyle||(t.UnderLineStyle={})),function(e){e[e.baseLine=0]="baseLine",e[e.superscript=1]="superscript",e[e.subscript=2]="subscript"}(t.VertAlign||(t.VertAlign={})),function(e){e[e.none=0]="none",e[e.thin=1]="thin",e[e.medium=2]="medium",e[e.dashed=3]="dashed",e[e.dotted=4]="dotted",e[e.thick=5]="thick",e[e.double=6]="double",e[e.hair=7]="hair",e[e.mediumDashed=8]="mediumDashed",e[e.dashDot=9]="dashDot",e[e.mediumDashDot=10]="mediumDashDot",e[e.dashDotDot=11]="dashDotDot",e[e.mediumDashDotDot=12]="mediumDashDotDot",e[e.slantDashDot=13]="slantDashDot"}(t.ExcelBorderStyle||(t.ExcelBorderStyle={})),function(e){e[e.none=0]="none",e[e.solid=1]="solid",e[e.mediumGray=2]="mediumGray",e[e.darkGray=3]="darkGray",e[e.lightGray=4]="lightGray",e[e.darkHorizontal=5]="darkHorizontal",e[e.darkVertical=6]="darkVertical",e[e.darkDown=7]="darkDown",e[e.darkUp=8]="darkUp",e[e.darkGrid=9]="darkGrid",e[e.lightTrellis=10]="lightTrellis",e[e.darkTrellis=11]="darkTrellis",e[e.lightHorizontal=12]="lightHorizontal",e[e.lightVertical=13]="lightVertical",e[e.lightDown=14]="lightDown",e[e.lightUp=15]="lightUp",e[e.lightGrid=16]="lightGrid",e[e.gray125=17]="gray125",e[e.gray0625=18]="gray0625"}(t.FillPatternType||(t.FillPatternType={})),e=function(){function e(e,t,r){var i=this;if(3===e&&t>11&&241!==t&&242!==t&&243!==t&&244!==t&&255!==t)throw Error("themeColorIndexError");if(r>1||r<-1)throw Error("colorTintError");1===e&&32767===t&&(i.Rd=!0),i.Sd=e||2,i.Td=t||0,i.Ud=r||0}return e.prototype.colorType=function(){return this.Sd},e.prototype.value=function(){return this.Td},e.prototype.tint=function(){return this.Ud},e.prototype.isAutoColor=function(e){var t=this;return 0===arguments.length?t.Rd:void("boolean"==typeof e&&e!==t.Rd&&(t.Rd=e))},e.prototype.isIndexedColor=function(){return 1===this.Sd},e.prototype.isRGBColor=function(){return 2===this.Sd},e.prototype.isThemeColor=function(){return 3===this.Sd},e.prototype.equals=function(e){return this===e||!!e&&(this.Sd===e.colorType()&&this.value()===e.value()&&this.tint()===e.tint()&&this.isAutoColor()===e.isAutoColor())},e.EmptyColor=new e,e}(),t.ExcelColor=e,i=function(){function e(e,t){this.color=e||null,this.lineStyle=t||0}return e.prototype.equals=function(e){var t=this;return t===e||!!e&&(t.color?t.color.equals(e.color)&&t.lineStyle===e.lineStyle:!e.color&&t.lineStyle===e.lineStyle)},e}(),t.ExcelBorderSide=i,n=function(){function e(){var e=this;e.left=new i,e.top=new i,e.right=new i,e.bottom=new i,e.diagonalUp=new i,e.diagonalDown=new i}return e.prototype.clone=function(){var t=this,r=new e;return r.left=new i(t.left.color,t.left.lineStyle),r.right=new i(t.right.color,t.right.lineStyle),r.top=new i(t.top.color,t.top.lineStyle),r.bottom=new i(t.bottom.color,t.bottom.lineStyle),r.diagonalUp=new i(t.diagonalUp.color,t.diagonalUp.lineStyle),r.diagonalDown=new i(t.diagonalDown.color,t.diagonalDown.lineStyle),r},e.prototype.equals=function(e){var t=this;return t===e||!!e&&(t.left.equals(e.left)&&t.right.equals(e.right)&&t.top.equals(e.top)&&t.bottom.equals(e.bottom)&&t.diagonalUp.equals(e.diagonalUp)&&t.diagonalDown.equals(e.diagonalDown))},e}(),t.ExcelBorder=n,o=function(){function t(e,t,r){var i=this;void 0!==t?i.fontColor=t:i.fontColor=null,void 0!==e?i.fontName=e:i.fontName=null,void 0!==r?i.fontFamily=r:i.fontFamily=0,i.isAutoColor=!1,i.isBold=!1,i.isItalic=!1,i.isOutlineStyle=!1,i.isShadowStyle=!1,i.isStrikeOut=!1,i.fontScheme=0,i.fontSize=11,i.charSetIndex=0,i.underLineStyle=0,i.vertAlign=0,i.Vd=null}return t.prototype.equals=function(e){var t,r=this;return r===e||!!e&&(t=r.isBold===e.isBold&&r.isItalic===e.isItalic&&this.isOutlineStyle===e.isOutlineStyle&&this.isShadowStyle===e.isShadowStyle&&this.isStrikeOut===e.isStrikeOut&&this.fontName===e.fontName&&this.fontFamily===e.fontFamily&&this.fontSize===e.fontSize&&this.charSetIndex===e.charSetIndex&&this.underLineStyle===e.underLineStyle&&this.vertAlign===e.vertAlign&&this.fontScheme===e.fontScheme,!!t&&(!r.fontColor&&!e.fontColor||!(!r.fontColor&&e.fontColor)&&(!(r.fontColor&&!e.fontColor)&&r.fontColor.equals(e.fontColor))))},t.prototype.clone=function(){var e=this,r=new t(e.fontName,e.fontColor,e.fontFamily);return r.isAutoColor=e.isAutoColor,r.isBold=e.isBold,r.isItalic=e.isItalic,r.isOutlineStyle=e.isOutlineStyle,r.isShadowStyle=e.isShadowStyle,r.isStrikeOut=e.isStrikeOut,r.fontScheme=e.fontScheme,r.fontSize=e.fontSize,r.charSetIndex=e.charSetIndex,r.underLineStyle=e.underLineStyle,r.vertAlign=e.vertAlign,r},t.prototype.Default=function(){var r=this;return r.Vd||(r.Vd=new t,r.Vd.fontSize=11,r.Vd.fontFamily=2,r.Vd.fontColor=new e(1,0,0),r.Vd.fontName="Calibri",r.Vd.charSetIndex=0),r.Vd},t}(),t.ExcelFont=o,a=function(){function e(e,t){this.numberFormatId=e,this.numberFormatCode=t}return e.prototype.equals=function(e){var t=this;return t===e||!!e&&(t.numberFormatId===e.numberFormatId&&t.numberFormatCode===e.numberFormatCode)},e}(),t.ExcelNumerFormat=a,l=function(){function e(){var e=this;e.font=(new o).Default(),e.border=new n,e.applyAlignment=E,e.applyBorder=E,e.applyFill=E,e.applyFont=E,e.applyNumberFormat=E,e.applyProtection=E,e.quotePrefix=E,e.patternBackgroundColor=E,e.patternColor=E,e.fillPattern=0,e.numberFormatIndex=0,e.numberFormat=E,e.isStyleFormat=!1,e.parentFormatID=E,e.parentName=E,e.horizontalAlign=0,e.verticalAlign=0,e.isLocked=!1,e.rotation=0,e.isWordWrap=!1,e.isJustfyLastLine=!1,e.isShrinkToFit=!1,e.isFirstSymbolApostrophe=!1,e.readingOrder=0,e.isHidden=!1,e.indent=0,e.isVerticalText=!1}return e.Default=function(){var t=new e;return t.numberFormatIndex=0,t.isLocked=!0,t.verticalAlign=2,t.horizontalAlign=0,t},e.prototype.copyFrom=function(e){var t=this;t.applyAlignment=e.applyAlignment,t.applyBorder=e.applyBorder,t.applyFill=e.applyFill,t.applyFont=e.applyFont,t.applyNumberFormat=e.applyNumberFormat,t.applyProtection=e.applyProtection,t.patternBackgroundColor=e.patternBackgroundColor,t.patternColor=e.patternColor,t.fillPattern=e.fillPattern,t.border=null!==e.border?e.border.clone():null,t.font=null!==e.font?e.font.clone():null,t.numberFormatIndex=e.numberFormatIndex,t.numberFormat=e.numberFormat,t.isStyleFormat=e.isStyleFormat,t.parentFormatID=e.parentFormatID,t.horizontalAlign=e.horizontalAlign,t.verticalAlign=e.verticalAlign,t.isLocked=e.isLocked,t.rotation=e.rotation,t.isWordWrap=e.isWordWrap,t.isJustfyLastLine=e.isJustfyLastLine,t.isShrinkToFit=e.isShrinkToFit,t.isFirstSymbolApostrophe=e.isFirstSymbolApostrophe,t.readingOrder=e.readingOrder,t.isHidden=e.isHidden,t.indent=e.indent,t.quotePrefix=e.quotePrefix},e.prototype.clone=function(){var t=new e;return t.copyFrom(this),t},e.prototype.equals=function(e,t){var r,i=this;if(i===e)return!0;if(!e)return!1;if(!i.patternColor&&e.patternColor)return!1;if(!i.patternBackgroundColor&&e.patternBackgroundColor)return!1;if(!i.numberFormat&&e.numberFormat)return!1;if(r=i.fillPattern===e.fillPattern&&i.numberFormatIndex===e.numberFormatIndex&&i.horizontalAlign===e.horizontalAlign&&i.verticalAlign===e.verticalAlign&&i.isLocked===e.isLocked&&i.rotation===e.rotation&&i.isWordWrap===e.isWordWrap&&i.isJustfyLastLine===e.isJustfyLastLine&&i.isShrinkToFit===e.isShrinkToFit&&i.isFirstSymbolApostrophe===e.isFirstSymbolApostrophe&&i.readingOrder===e.readingOrder&&i.isHidden===e.isHidden&&i.indent===e.indent&&i.applyAlignment===e.applyAlignment&&i.applyBorder===e.applyBorder&&i.applyFill===e.applyFill&&i.applyFont===e.applyFont&&i.applyNumberFormat===e.applyNumberFormat&&i.applyProtection===e.applyProtection&&i.parentFormatID===e.parentFormatID&&i.quotePrefix===e.quotePrefix&&i.border.equals(e.border),t||(r=r&&i.parentName===e.parentName),i.font)r=r&&i.font.equals(e.font);else if(e.font)return!1;return i.numberFormat&&(r=r&&i.numberFormat.equals(e.numberFormat)),i.patternBackgroundColor&&(r=r&&i.patternBackgroundColor.equals(e.patternBackgroundColor)),i.patternColor&&(r=r&&i.patternColor.equals(e.patternColor)),r},e}(),t.ExtendedFormat=l,s=function(){function e(){this.Wd=null,this.builtInStyle=0,this.category=0,this.isCustomBuiltin=!1,this.name=null,this.outLineLevel=0}return e.prototype.format=function(e){var t=this;return 0===arguments.length?(null===t.Wd&&(t.Wd=new l),t.Wd):void(t.Wd=e)},e.prototype.copy=function(){var t=this,r=new e;return r.builtInStyle=t.builtInStyle,r.outLineLevel=t.outLineLevel,r.isCustomBuiltin=t.isCustomBuiltin,r.category=t.category,r.name=t.name,r.format(t.format().clone()),r},e.prototype.isBuiltInStyle=function(){return!0},e.prototype.getBuiltInStyleCategory=function(){var e=this;if(!e.isBuiltInStyle())return 0;switch(e.builtInStyle){case 26:case 27:case 28:case 29:case 30:case 31:case 32:case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 48:case 2:case 1:return 4;case 24:return 1;case 19:return 2;case 20:return 2;case 3:case 6:case 4:case 7:return 5;case 49:return 2;case 23:return 1;case 13:case 14:case 15:case 16:return 3;case 17:return 2;case 21:return 2;case 25:return 1;case 0:return 1;case 10:case 18:return 2;case 5:return 5;case 12:case 22:return 3;case 11:return 2;default:return 0}},e}(),t.ExcelStyle=s,c=function(){function e(){this.Wd=null,this.name=null}return e.prototype.format=function(e){var t=this;return 0===arguments.length?(null===t.Wd&&(t.Wd=new l),t.Wd):(t.Wd=e,this)},e.prototype.copy=function(){var t=new e;return t.name=this.name,t.format(this.format().clone()),t},e.prototype.isBuiltInStyle=function(){return!1},e}(),t.CustomExcelStyle=c,u=function(){function t(){}return t.initBuiltInExcelStyleCollections=function(){var e,i,n,o,a,l,c,u,f,d,h,p,m,g,b;if(t.builtInStyles.length=0,e=w.BuiltInStylesResource)for(i=r(8),n=new i,n.reset(),n.setXml(e),o=[],a=[],l=[],c=[],u={};n.read();)if(1===n.depth&&2!==n.elementType)switch(f=r(16),n.name()){case"numFmts":f.Xd(n,u);break;case"fonts":f.Yd(n,o);break;case"fills":f.Zd(n,a);break;case"borders":f.$d(n,l);break;case"cellStyleXfs":f._d(n,c,o,l,u,a,!0);break;case"cellStyles":for(d=n.depth;n.read();){if(n.depth<=d)return;if(1===n.nodeType()&&"cellStyle"===n.name()){for(h=E,p=0,m=0;n.moveToNextAttribute();)switch(n.readAttributeNameAsString()){case"name":h=n.readContentAsString();break;case"xfId":p=n.readContentAsInt(0);break;case"builtinId":m=n.readContentAsInt(0)}g=c[p],g.isStyleFormat=!0,b=new s,b.name=h,b.format(g.clone()),!b.format().numberFormat&&u[b.format().numberFormatIndex]&&(b.format().numberFormat=u[b.format().numberFormatIndex],b.format().numberFormatIndex=0),b.isCustomBuiltin=!1,b.builtInStyle=m,b.category=b.getBuiltInStyleCategory(),t.builtInStyles.push(b)}}}},t.getBuiltInStyles=function(){var e,r,i=t.builtInStyles.length;for(47!==i&&t.initBuiltInExcelStyleCollections(),e=[],i=t.builtInStyles.length,r=0;r<i;r++)e.push(t.builtInStyles[r].copy());return e},t.getNormalStyle=function(){var t,r=new l;return r.font=new o,r.font.fontColor=new e(3,1),r.font.fontSize=11,r.font.fontName="Calibri",t=new s,t.format(r),t.name="Normal",t.builtInStyle=0,t},t.builtInStyles=[],t}(),t.BuiltInExcelStyles=u,f=function(){function e(){}return e.builtInNumberFomrat=function(){return e.ae||(e.ae={count:0}),0===e.ae.count&&e.initBuintNumberFormat(),e.ae},e.languageIndepedentNumberFormat=function(){return e.be||(e.be={count:0}),0===e.be.count&&e.initLanguageIndepedentNumberFormat(),e.be},e.formatCodeTable=function(){return e.ce||(e.ce=[]),e.ce},e.customNumberFormat=function(){return e.de||(e.de={count:0}),e.de},e.initBuintNumberFormat=function(){var t,r=e.ae;r[0]="General",r[1]="0",r[2]="0.00",r[3]="#,##0",r[4]="#,##0.00",r[9]="0%",r[10]="0.00%",r[11]="0.00E+00",r[12]="# ?/?",r[13]="# ??/??",r[14]="m/d/yyyy",r[15]="d-mmm-yy",r[16]="d-mmm",r[17]="mmm-yy",r[18]="h:mm AM/PM",r[19]="h:mm:ss AM/PM",r[20]="h:mm",r[21]="h:mm:ss",r[22]="m/d/yyyy h:mm",r[37]="#,##0 ;(#,##0)",r[38]="#,##0 ;[Red](#,##0)",r[39]="#,##0.00;(#,##0.00)",r[40]="#,##0.00;[Red](#,##0.00)",r[45]="mm:ss",r[46]="[h]:mm:ss",r[47]="mm:ss.0",r[48]="##0.0E+0",r[49]="@",r.count=49,y.Jc()&&(t=y.Jc(),"zh-cn"===t?(r[14]="yyyy/m/d",r[17]="mmm-yy",r[22]="yyyy/m/d h:mm",r[27]='yyyy"\u5e74"m"\u6708"',r[28]='m"\u6708"d"\u65e5"',r[29]='m"\u6708"d"\u65e5"',r[30]="m-d-yy",r[31]='yyyy"\u5e74"m"\u6708"d"\u65e5"',r[32]='h"\u65f6"mm"\u5206"',r[33]='h"\u65f6"mm"\u5206"ss"\u79d2"',r[34]='\u4e0a\u5348/\u4e0b\u5348h"\u65f6"mm"\u5206"',r[35]='\u4e0a\u5348/\u4e0b\u5348h"\u65f6"mm"\u5206"ss"\u79d2"',r[36]='yyyy"\u5e74"m"\u6708"',r[40]="#,##0.00;[Red]-#,##0.00",r[50]='yyyy"\u5e74"m"\u6708"',r[51]='m"\u6708"d"\u65e5"',r[52]='yyyy"\u5e74"m"\u6708"',r[53]='m"\u6708"d"\u65e5"',r[54]='m"\u6708"d"\u65e5"',r[55]='\u4e0a\u5348/\u4e0b\u5348h"\u65f6"mm"\u5206"',r[56]='\u4e0a\u5348/\u4e0b\u5348h"\u65f6"mm"\u5206"ss"\u79d2"',r[57]='yyyy"\u5e74"m"\u6708"',r[58]='m"\u6708"d"\u65e5"',r.count=58):"ja-jp"===t&&(r[14]="yyyy/m/d",r[15]="dd-mmm-yy",r[16]="dd-mmm",r[17]="mmm-yy",r[22]="yyyy/mm/dd h:mm",r[27]="[$-411]ge.m.d",r[28]='[$-411]ggge"\u5e74"m"\u6708"d"',r[29]='[$-411]ggge"\u5e74"m"\u6708"d"',r[30]="m/d/yy",r[31]='yyyy"\u5e74"m"\u6708"d"\u65e5"',r[32]='h"\u6642"mm"\u5206"',r[33]='h"\u6642"mm"\u5206"ss"\u79d2"',r[34]='yyyy"\u5e74"m"\u6708"',r[35]='m"\u6708"d"\u65e5"',r[36]="[$-411]ge.m.d",r[40]="#,##0.00;[Red]-#,##0.00",r[50]="[$-411]ge.m.d",r[51]='[$-411]ggge"\u5e74"m"\u6708"d"\u65e5"',r[52]='yyyy"\u5e74"m"\u6708"',r[53]='m"\u6708"d"\u65e5"',r[54]='[$-411]ggge"\u5e74"m"\u6708"d"\u65e5"',r[55]='yyyy"\u5e74"m"\u6708"',r[56]='m"\u6708"d"\u65e5"',r[57]="[$-411]ge.m.d",r[58]='[$-411]ggge"\u5e74"m"\u6708"d"\u65e5"',r.count=58))},e.initLanguageIndepedentNumberFormat=function(){var t=e.be;t[27]="m/d/yyyy",t[28]="m/d/yyyy",t[29]="m/d/yyyy",t[30]="m/d/yyyy",t[31]="m/d/yyyy",t[32]="h:mm:ss",t[33]="h:mm:ss",t[34]="m/d/yyyy",t[35]="m/d/yyyy",t[36]="m/d/yyyy",t[50]="m/d/yyyy",t[51]="m/d/yyyy",t[52]="m/d/yyyy",t[53]="m/d/yyyy",t[54]="m/d/yyyy",t[55]="m/d/yyyy",t[56]="m/d/yyyy",t[57]="m/d/yyyy",t[58]="m/d/yyyy"},e.getFormatCode=function(t){var r,i,n,o=e.builtInNumberFomrat(),a=e.customNumberFormat(),l=e.languageIndepedentNumberFormat(),s=t.numberFormatIndex;return t.numberFormat?(r=t.numberFormat,i=r.numberFormatId,n=r.numberFormatCode,o[i]&&o[i]!==n?(o[i]=n,n):(a[n]||(a[n]=i,a.count++),n)):o[s]?o[s]:l[s]?l[s]:"General"},e.getFormatId=function(t){var r,i,n,o,a,l,s,c=e.ee();if(c[t])return c[t];if(i=e.builtInNumberFomrat())for(n in i)if(i[n]===t)return r={isBuiltIn:!0,id:parseInt(n)},c[t]=r,r;if(o=e.customNumberFormat(),o&&o[t])return r={isBuiltIn:!1,id:o[t]},c[t]=r,r;if(a=0,o.count>0){l=0;for(s in o)o[s]>l&&(l=o[s]);a=l}return a=Math.max(e.fe++,a)+1,o[t]=a,r={isBuiltIn:!1,id:a}},e.ee=function(){return e.ge||(e.ge={}),e.ge},e.ae={count:0},e.be={count:0},e.de={count:0},e.fe=170,e}(),t.ExtendedNumberFormatHelper=f,d=function(){function e(){}function t(e,t){var r=Math.pow(10,t);return Math.round(e*r)/r}return e.pointToPixel=function(e){return t(96*e/72,2)},e.pixelToPoint=function(e){return 72*e/96},e.emuToPixles=function(e,r){return t(96*e/914400,r||2)},e.pixelToEMU=function(e){return Math.round(914400*e/96)},e.getMaxiumDigitWidth=function(t){var r,i,n,o,a,l,s=0,c=e.he();if(c[t])return c[t];try{if(e.ie||(e.ie=document.createElement("span")),r=e.ie,r.style.font=t,i=r.style.fontSize,i=i.indexOf("px")!==-1?parseInt(e.pixelToPoint(parseFloat(i))):parseInt(i),n=r.style.fontFamily,A[i]&&A[i][n]&&(s=A[i][n],s>0))return c[t]=s,s}catch(e){}for(o="0123456789",a=0,l=0;l<o.length;l++)a=e.measureText(o.charAt(l),t),
- a>s&&(s=a);return s>0?(c[t]=s,s):(c[t]=7,c[t])},e.he=function(){return e.je||(e.je={}),e.je},e.measureText=function(t,r){var i,n;function o(){return e.ke||(e.ke=document.createElement("canvas")),e.ke}try{return i=o(),n=i.getContext("2d"),n.font=r,n.measureText(t).width}catch(e){return 8}},e}(),t.UnitHelper=d,h=function(){function e(e,t,r,i){var n=this;n.a=e,n.r=t,n.g=r,n.b=i}return e.prototype.toString=function(){var e=this;return 255===e.a?"#"+e.getColorUnitString(e.r)+e.getColorUnitString(e.g)+e.getColorUnitString(e.b):"rgba("+e.r+","+e.g+","+e.b+","+e.a+")"},e.prototype.getColorUnitString=function(e){var t=e.toString(16);return 1===t.length&&(t="0"+t),t},e.hueToRGB=function(e,t,r){return r<0&&(r+=240),r>240&&(r-=240),r<40?e+((t-e)*r+20)/40:r<120?t:r<160?e+((t-e)*(160-r)+20)/40:e},e.fromHLS=function(t,r,i){var n,o,a,l,s;return 0===i?n=o=a=parseInt(255*r/240,10):(s=r<=120?(r*(240+i)+120)/240:r+i-(r*i+120)/240,l=2*r-s,n=parseInt((255*e.hueToRGB(l,s,t+80)+120)/240,10),o=parseInt((255*e.hueToRGB(l,s,t)+120)/240,10),a=parseInt((255*e.hueToRGB(l,s,t-80)+120)/240,10)),new e(255,n,o,a)},e}(),t.le=h,p=function(){function e(e){var t,r,i,n,o=this,a=e.r,l=e.g,s=e.b,c=Math.max(Math.max(a,l),s),u=Math.min(Math.min(a,l),s),f=c+u;o.luminosity=parseInt(""+(240*f+255)/510,10),t=c-u,0===t?(o.saturation=0,o.hue=160):(o.luminosity<=120?o.saturation=parseInt(""+(240*t+f/2)/f,10):o.saturation=parseInt(""+(240*t+(510-f)/2)/(510-f),10),r=(40*(c-a)+t/2)/t,i=(40*(c-l)+t/2)/t,n=(40*(c-s)+t/2)/t,a===c?o.hue=parseInt(""+(n-i),10):l===c?o.hue=parseInt(""+(80+r-n),10):o.hue=parseInt(""+(160+i-r),10),o.hue<0&&(o.hue+=240),o.hue>240&&(o.hue-=240))}return e.prototype.toColor=function(){return h.fromHLS(this.hue,this.luminosity,this.saturation)},e}(),m=function(){function t(){}return t.getThemeColorName=function(e){if(!e||3!==e.colorType())return null;var t=Math.round(100*e.tint());return 0===e.value()||243===e.value()?"Background 1 "+t:1===e.value()||241===e.value()?"Text 1 "+t:2===e.value()||244===e.value()?"Background 2 "+t:3===e.value()||242===e.value()?"Text 2 "+t:4===e.value()?"Accent 1 "+t:5===e.value()?"Accent 2 "+t:6===e.value()?"Accent 3 "+t:7===e.value()?"Accent 4 "+t:8===e.value()?"Accent 5 "+t:9===e.value()?"Accent 6 "+t:null},t.getThemeColorIndex=function(e,t){return"Background 1"===e.substring(0,12)?t?243:0:"Text 1"===e.substring(0,6)?t?241:1:"Background 2"===e.substring(0,12)?t?244:2:"Text 2"===e.substring(0,6)?t?242:3:"Accent 1"===e.substring(0,8)?4:"Accent 2"===e.substring(0,8)?5:"Accent 3"===e.substring(0,8)?6:"Accent 4"===e.substring(0,8)?7:"Accent 5"===e.substring(0,8)?8:"Accent 6"===e.substring(0,8)?9:void 0},t.me=function(){return t.ne||(t.ne={}),t.ne},t.getExcelThemeColor=function(r){var i,n,o,a;return x.Ib(r)?e.EmptyColor:(i=t.me(),i[r]?i[r]:(n=0,o=r.split(" "),o.length>=3&&(n=parseFloat(o[2]),isNaN(n)||(n/=100)),a=new e(3,t.getThemeColorIndex(r),n),i[r]=a,a))},t.toRGBColor=function(e){return e?""+t.getRGBColor(e):null},t.colorFromIndex=function(e,r){var i,n,o,a;return 32767===e?new h(0,0,0,0):e<0||e>=t.palette.length?new h(255,0,0,0):t.useCustomPalette?t.customPalette[e]!==E?t.customPalette[e]:64===e?new h(255,0,0,0):65===e?new h(255,255,255,255):new h(0,255,255,255):(i=t.palette[e],n=i>>16&255,o=i>>8&255,a=255&i,new h(r,n,o,a))},t.updateTint=function(e,t){var r,i,n;return 0===t?e:(r=new p(e),t>0?(i=240-r.luminosity,n=i*t,h.fromHLS(r.hue,r.luminosity+n,r.saturation)):(n=r.luminosity*-t,h.fromHLS(r.hue,r.luminosity-n,r.saturation)))},t.getRGBColor=function(e){var r,i;return null===e||e===E?new h(0,255,255,255):e.isAutoColor()?new h(255,0,0,0):e.isIndexedColor()?(r=t.colorFromIndex(0|e.value(),255,null),t.updateTint(r,e.tint())):e.isRGBColor()?(i=(16777215&e.value())+4278190080,r=t.fromArgb(i),t.updateTint(r,e.tint())):e.isThemeColor()?t.getThemeColorName(e):new h(0,255,255,255)},t.fromArgb=function(e){return new h(e>>24&255,e>>16&255,e>>8&255,255&e)},t.getRGBAColorData=function(e){var r=t.fromArgb(e.value());return{rgb:r.getColorUnitString(r.r)+r.getColorUnitString(r.g)+r.getColorUnitString(r.b),alpha:r.a}},t.oe=function(){return t.pe||(t.pe={}),t.pe},t.fromHtmlColor=function(e){var r,i,n,o,a,l;if(e)return"string"!=typeof e?e:(r=t.oe(),r[e]?r[e]:(i=e.toLowerCase(),"#"===i.substring(0,1)?(7===i.length?i="#ff"+i.substring(1):4===i.length&&(i="#ff"+i[1]+i[1]+i[2]+i[2]+i[3]+i[3]),n=parseInt(i.substring(1,i.length),16)):"rgb("===i.substring(0,4)?(o=i.indexOf("("),a=i.indexOf(")"),l=i.substring(o+1,a).split(","),n=255*Math.pow(16,6)+parseInt(l[0])*Math.pow(16,4)+parseInt(l[1])*Math.pow(16,2)+parseInt(l[2])):"rgba("===i.substring(0,5)?(o=i.indexOf("("),a=i.indexOf(")"),l=i.substring(o+1,a).split(","),n=parseInt(255*parseFloat(l[3]))*Math.pow(16,6)+parseInt(l[0])*Math.pow(16,4)+parseInt(l[1])*Math.pow(16,2)+parseInt(l[2])):n=t.qe[i]?t.qe[i]:parseInt(i),r[e]=n,n))},t.isThemeColor=function(e){if(!e||"string"!=typeof e)return!1;e=e.toLowerCase();var t=e[0];switch(t){case"b":return 0===e.indexOf("background ");case"t":return 0===e.indexOf("text ");case"a":return 0===e.indexOf("accent ");case"h":return 0===e.indexOf("hyperlink ");case"f":return 0===e.indexOf("fhyperlink ");default:return!1}},t.mixTranslucentColor=function(e,r){var i,n,o,a;return 255===r.a?r:0===r.a?e:(i=Math.round((255-e.a)*r.a/255),n=t.getMaxInt(e.a,r.a,e.r,r.r,i+e.a),o=t.getMaxInt(e.a,r.a,e.g,r.g,i+e.a),a=t.getMaxInt(e.a,r.a,e.b,r.b,i+e.a),new h(Math.round(i+e.a),n,o,a))},t.getMaxInt=function(e,t,r,i,n){return 0===n?0:(t*i+(255-t)*e*r/255)/n},t.toExcelColor=function(e,r){if(r===E&&(r=16777215),!e)return null;if(t.isThemeColor(e))return t.getExcelThemeColor(e);var i=t.fromHtmlColor(e);return i!==r?t.fromColorToExcelColor(t.fromArgb(i)):null},t.toExcelIndexedColor=function(r){if(r){var i=t.getPaletteColorIndex(r,63);return new e(1,i)}return null},t.fromColorToExcelColor=function(r){var i,n,o,a,l;return r=t.mixTranslucentColor(t.fromArgb(16777215),r),255!==r.a&&(i=t.re,n=i.r-r.a+r.a/255*r.r,o=i.g-r.a+r.a/255*r.g,a=i.b-r.a+r.a/255*r.b,r=new h(255,n,o,a)),l=r.a*Math.pow(16,6)+r.r*Math.pow(16,4)+r.g*Math.pow(16,2)+r.b,new e(2,l,0)},t.getClosestColorIndex=function(e,r){var i,n,o,a,l,s,c,u;for(r===E&&(r=64),i=-1,n=Number.MAX_VALUE,o=Math.min(t.palette.length-1,r);o>=0;o--)a=t.palette[o],l=(16711680&a)>>16,s=(65280&a)>>8,c=255&a,u=Math.abs(.3*(l-e.r))+Math.abs(.59*(s-e.g))+Math.abs(.11*(c-e.b)),u<n&&(n=u,i=o);return i},t.getPaletteColorIndex=function(r,i){return i===E&&(i=64),r.isThemeColor()?t.getClosestColorIndex(t.getRGBColor(new e(3,r.value(),0))):t.getClosestColorIndex(t.getRGBColor(r),i)},t.toColorSchemeIndex=function(e){return"ACCENT1"===e?4:"ACCENT2"===e?5:"ACCENT3"===e?6:"ACCENT4"===e?7:"ACCENT5"===e?8:"ACCENT6"===e?9:"DK1"===e?1:"DK2"===e?3:"LT1"===e?0:"LT2"===e?2:"HLIK"===e?10:"FOLHLINK"===e?11:"PHCLR"===e?240:"BG1"===e?243:"BG2"===e?244:"TX1"===e?241:"TX2"===e?242:255},t.scRgbTosRgb=function(e){return e<=0?0:e<=.0031308?255*e*12.92+.5:e<1?255*(1.055*Math.pow(e,.4166666666666667)-.055)+.5:255},t.convertHLSToRGB=function(e,r,i){var n,o,a=0,l=0,s=0;return 0===i?(a=255*r/255|0,l=a,s=a):(n=r<=127?(r*(255+i)+127)/255:r+i-(r*i+127)/255,o=2*r-n,a=parseInt(""+(255*t.hueToRGB(o,n,e+85)+127)/255),l=parseInt(""+(255*t.hueToRGB(o,n,e)+127)/255),s=parseInt(""+(255*t.hueToRGB(o,n,e-85)+127)/255)),a=a>0?a:0,l=l>0?l:0,s=s>0?s:0,a=a<255?a:255,l=l<255?l:255,s=s>255?s:255,new h(0,a,l,s)},t.hueToRGB=function(e,t,r){return r<0&&(r+=255),r>255&&(r-=255),r<42?e+((t-e)*r+21)/42:r<127?t:r<170?e+((t-e)*(170-r)+21)/42:e},t.fromPresetColorVal=function(e){var r=t.qe[e];return r!==E?t.fromArgb(r):null},t.useCustomPalette=!1,t.customPalette=null,t.palette=[4278190080,4294967295,4294901760,4278255360,4278190335,4294967040,4294902015,4278255615,4278190080,4294967295,4294901760,4278255360,4278190335,4294967040,4294902015,4278255615,4286578688,4278222848,4278190208,4286611456,4286578816,4278222976,4290822336,4286611584,4288256511,4288230246,4294967244,4291624959,4284874854,4294934656,4278216396,4291611903,4278190208,4294902015,4294967040,4278255615,4286578816,4286578688,4278222976,4278190335,4278242559,4291624959,4291624908,4294967193,4288269567,4294941132,4291598847,4294954137,4281558783,4281584844,4288269312,4294953984,4294940928,4294927872,4284901017,4288059030,4278203238,4281571686,4278203136,4281545472,4288230144,4288230246,4281545625,4281545523,4278190080],t.re=new h(255,255,255,255),t.qe={aliceblue:4293982463,antiquewhite:4294634455,aqua:4278255615,aquamarine:4286578644,azure:4293984255,beige:4294309340,bisque:4294960324,black:4278190080,blanchedalmond:4294962125,blue:4278190335,blueviolet:4287245282,brown:4289014314,burlywood:4292786311,cadetblue:4284456608,chartreuse:4286578432,chocolate:4291979550,coral:4294934352,cornflowerblue:4284782061,cornsilk:4294965468,crimson:4292613180,cyan:4278255615,darkblue:4278190219,darkcyan:4278225803,darkgoldenrod:4290283019,darkgray:4289309097,darkgreen:4278215680,darkkhaki:4290623339,darkmagenta:4287299723,darkolivegreen:4283788079,darkorange:4294937600,darkorchid:4288230092,darkred:4287299584,darksalmon:4293498490,darkseagreen:4287609999,darkslateblue:4282924427,darkslategray:4281290575,darkturquoise:4278243025,darkviolet:4287889619,deeppink:4294907027,deepskyblue:4278239231,dimgray:4285098345,dodgerblue:4280193279,feldspar:4291924597,firebrick:4289864226,floralwhite:4294966e3,forestgreen:4280453922,fuchsia:4294902015,gainsboro:4292664540,ghostwhite:4294506751,gold:4294956800,goldenrod:4292519200,gray:4286611584,green:4278222848,greenyellow:4289593135,honeydew:4293984240,hotpink:4294928820,"indianred ":4291648604,"indigo ":4283105410,ivory:4294967280,khaki:4293977740,lavender:4293322490,lavenderblush:4294963445,lawngreen:4286381056,lemonchiffon:4294965965,lightblue:4289583334,lightcoral:4293951616,lightcyan:4292935679,lightgoldenrodyellow:4294638290,lightgrey:4292072403,lightgreen:4287688336,lightpink:4294948545,lightsalmon:4294942842,lightseagreen:4280332970,lightskyblue:4287090426,lightslateblue:4286869759,lightslategray:4286023833,lightsteelblue:4289774814,lightyellow:4294967264,lime:4278255360,limegreen:4281519410,linen:4294635750,magenta:4294902015,maroon:4286578688,mediumaquamarine:4284927402,mediumblue:4278190285,mediumorchid:4290401747,mediumpurple:4287852760,mediumseagreen:4282168177,mediumslateblue:4286277870,mediumspringgreen:4278254234,mediumturquoise:4282962380,mediumvioletred:4291237253,midnightblue:4279834992,mintcream:4294311930,mistyrose:4294960353,moccasin:4294960309,navajowhite:4294958765,navy:4278190208,oldlace:4294833638,olive:4286611456,olivedrab:4285238819,orange:4294944e3,orangered:4294919424,orchid:4292505814,palegoldenrod:4293847210,palegreen:4288215960,paleturquoise:4289720046,palevioletred:4292374675,papayawhip:4294963157,peachpuff:4294957753,peru:4291659071,pink:4294951115,plum:4292714717,powderblue:4289781990,purple:4286578816,red:4294901760,rosybrown:4290547599,royalblue:4282477025,saddlebrown:4287317267,salmon:4294606962,sandybrown:4294222944,seagreen:4281240407,seashell:4294964718,sienna:4288696877,silver:4290822336,skyblue:4287090411,slateblue:4285160141,slategray:4285563024,snow:4294966010,springgreen:4278255487,steelblue:4282811060,tan:4291998860,teal:4278222976,thistle:4292394968,tomato:4294927175,turquoise:4282441936,violet:4293821166,violetred:4291829904,wheat:4294303411,white:4294967295,whitesmoke:4294309365,yellow:4294967040,yellowgreen:4288335154,transparent:16777215},t}(),t.ColorHelper=m,g=function(){function t(){}return t.getFontName=function(e){var t,r,i;if(!e)return null;if(t=e,r=",",t.indexOf(r)!==-1&&(t=t.split(r)[0]),t){for(i=t.length-1;i>=0&&"/"!==t[i];)i--;i>=0&&(t=t.substring(i)),t&&"/#"===t.substring(0,2)&&(t=t.substring(2)),'"'===t[0]&&'"'===t[t.length-1]&&(t=t.substring(1,t.length-1))}return t},t.setStyleInfoFont=function(e,t,r,i){var n,o,a,l,s,c,u=e.fontName;u||(u=F),o="",e.fontSize>0&&(o=Math.round(10*d.pointToPixel(e.fontSize))/10+"px"),a="",a=e.isItalic?"italic":"normal",l="",l=e.isBold?"bold":"normal",s="",e.fontColor&&(s=e.fontColor.isThemeColor()?m.getThemeColorName(e.fontColor):m.toRGBColor(e.fontColor)),s?t.foreColor=s:t.foreColor=null,e.isStrikeOut&&(t.textDecoration=2),e.underLineStyle!==E&&0!==e.underLineStyle&&(c=1,2===e.underLineStyle&&(c=8),t.textDecoration===E?t.textDecoration=c:t.textDecoration=t.textDecoration|c),1===e.fontScheme?(t.themeFont=P,r&&(u=r)):2===e.fontScheme&&(t.themeFont=L,i&&(u=i)),n=a+" "+l+" "+o+" "+u,n&&(t.font=n)},t.se=function(){return t.te||(t.te={}),t.te},t.fromHtmlFont=function(e){var r,i,n,o,a,l,s,c,u,f,h,p,m,g;if(!x.Ib(e)){if(r={},i=t.se(),i[e])return i[e];if(n=t.splitFontString(e),0!==n.length){for(o=0,a=!1,l=!1,s=!1;o<n.length;){if(c=n[o].toLowerCase(),"normal"===c);else if(a||"italic"!==c&&"oblique"!==c&&"inherit"!==c)if(l||"small-caps"!==c)if(s||"bold"!==c&&"bolder"!==c&&"lighter"!==c&&"100"!==c&&"200"!==c&&"300"!==c&&"400"!==c&&"500"!==c&&"600"!==c&&"700"!==c&&"800"!==c&&"900"!==c&&"inherit"!==c){if("/"===c.substring(0,1)){o++;break}if("xx-small"===c||"x-small"===c||"small"===c||"medium"===c||"large"===c||"x-large"===c||"xx-large"===c||c.indexOf("px")!==-1||c.indexOf("pt")!==-1)break}else s=!0,"bolder"===c||parseInt(c)>=700?r.fontWeight=R:"lighter"===c?r.fontWeight="ExtraLight":r.fontWeight=c;else l=!0,r.fontVariant=c;else a=!0,"oblique"===c&&(c=_),r.fontStyle=c;if(o++,a&&l&&s)break}if(o<n.length&&(u=n[o].toLowerCase(),"xx-small"===u||"x-small"===u||"small"===u||"medium"===u||"large"===u||"x-large"===u||"xx-large"===u?(f=10,"xx-small"===u||"x-small"===u?f=6:"small"===u?f=8:"medium"===u?f=10:"large"===u?f=14:"x-large"===u?f=18:"xx-large"===u&&(f=22),r.fontSize=f):(u.indexOf("px")!==-1?h=parseFloat(u):u.indexOf("pt")!==-1&&(p=parseFloat(u),isNaN(p)||(h=d.pointToPixel(p))),isNaN(h)||(r.fontSize=h)),o++),o<n.length&&(m=n[o].toLowerCase(),"/"===m.substring(0,1)&&o++),o<n.length){for(g=n[o],o++;o<n.length;o++)g=g+" "+n[o];r.fontFamily=g}return i[e]=r,r}}},t.composeFontWeightAndFontStyleToDestFont=function(e,r){var i=t.fromHtmlFont(e),n=t.fromHtmlFont(r);return i.fontWeight&&(n.fontWeight=i.fontWeight),i.fontStyle&&(n.fontStyle=i.fontStyle),(n.fontWeight?n.fontWeight:"normal")+" "+(n.fontStyle?n.fontStyle:"normal")+" "+n.fontSize+"px "+n.fontFamily+" "+(n.fontVariant?n.fontVariant:"")},t.splitFontString=function(e){var t,r,i,n,o;if(x.Ib(e))return[];for(e=e.trim(),t=[],r="",i=0,n=e.length;i<n;i++)if(o=e[i]," "===o||"/"===o)t.push(r),r="","/"===o&&(r+="/");else if("'"===o||'"'===o)for(i++;e[i]!==o;)r+=e[i],i++;else r+=o;return r.length>0&&t.push(r),t},t.toVerticalAlignment=function(e){switch(e){case 0:return 0;case 1:return 1;case 2:return 2;default:return 2}},t.toExcelVerticalAlignment=function(e){switch(e){case 2:return 2;case 1:return 1;case 0:return 0;default:return 0}},t.toHorizontalAlignment=function(e){switch(e){case 0:return 3;case 1:case 6:return 0;case 2:return 1;case 3:return 2;case 4:case 5:case 7:return 3;default:return 3}},t.toExcelHorizontalAlignment=function(e){switch(e){case 1:return 2;case 0:return 1;case 2:return 3;case 3:return 0;default:return 0}},t.toBorderLine=function(t){if(t){var r=null;return 0===t.lineStyle?null:(t.color||(t.color=new e(1,0,0)),r=t.color.isThemeColor()?{color:m.getThemeColorName(t.color),style:t.lineStyle}:{color:""+m.getRGBColor(t.color),style:t.lineStyle})}},t.toExcelBorderSide=function(t){var r,n,o=new i;return t?(r=t.color,m.isThemeColor(r)?o.color=m.getExcelThemeColor(r):(n=t.color,o.color=new e(2,m.fromHtmlColor(n),0)),o.lineStyle=t.style,o):o},t.setStyleInfoBorders=function(e,r){r.borderLeft=t.toBorderLine(e.left),r.borderRight=t.toBorderLine(e.right),r.borderTop=t.toBorderLine(e.top),r.borderBottom=t.toBorderLine(e.bottom),r.borderVertical=t.toBorderLine(e.vertical),r.borderHorizontal=t.toBorderLine(e.horizontal),r.diagonalUp=t.toBorderLine(e.diagonalUp),r.diagonalDown=t.toBorderLine(e.diagonalDown)},t.toCellStyle=function(e,r,i){var n,o,a,l,s,c,u,d={};return e?((!e.isStyleFormat||e.isStyleFormat&&(e.applyFont===E||e.applyFont))&&e.font&&t.setStyleInfoFont(e.font,d,r,i),(!e.isStyleFormat||e.isStyleFormat&&(e.applyProtection===E||e.applyProtection))&&(d.locked=e.isLocked),(!e.isStyleFormat||e.isStyleFormat&&(e.applyAlignment===E||e.applyAlignment))&&(e.indent!==E&&(d.textIndent=e.indent,d.textIndent>0&&(n=d.textIndent,o=Math.floor(n),n-o===.5&&0===(1&o)?d.textIndent=o:d.textIndent=Math.round(n))),d.wordWrap=e.isWordWrap,d.vAlign=t.toVerticalAlignment(e.verticalAlign),d.hAlign=t.toHorizontalAlignment(e.horizontalAlign),255===e.rotation&&(d.isVerticalText=!0)),e.border&&(a=e.border,e.isStyleFormat&&e.applyBorder!==E&&!e.applyBorder&&(a=null),a&&t.setStyleInfoBorders(a,d)),0!==e.fillPattern?(!e.isStyleFormat||e.isStyleFormat&&(e.applyFill===E||e.applyFill))&&(l=e.patternBackgroundColor,1===e.fillPattern&&(l=e.patternColor),t.setStyleInfoFill(l,d)):d.backColor=k,e.isShrinkToFit&&(d.shrinkToFit=!0),e.rotation&&(d.textOrientation=e.rotation>90?90-e.rotation:e.rotation),s=f.getFormatCode(e),c=e.isStyleFormat,u=e.applyNumberFormat,c&&(u!==E&&!u||"General"===s)||(d.formatter=s),I(e.quotePrefix)||(d.quotePrefix=e.quotePrefix),d):null},t.toRichTextStyle=function(e,r,i){var n={};return t.setStyleInfoFont(e,n,r,i),n.charSetIndex=e.charSetIndex,n.isCondense=e.isCondense,n.isExtend=e.isExtend,n.fontFamily=e.fontFamily,n.isOutlineStyle=e.isOutlineStyle,n.isShadowStyle=e.isShadowStyle,n.vertAlign=e.vertAlign,n},t.fromRichTextStyle=function(r){var i,n,o,a,l;if(!I(r))return i=F,n={},r.font&&(o=t.fromHtmlFont(r.font),o.fontFamily&&(i=t.getFontName(o.fontFamily)),x.Ib(i)&&(i=F),n.fontFamily=i,o.fontSize&&(n.fontSize=Math.round(d.pixelToPoint(o.fontSize))),o.fontStyle===_&&(n.isItalic=!0),o.fontWeight===R&&(n.isBold=!0)),r.foreColor&&(m.isThemeColor(r.foreColor)?n.foreColor=m.getExcelThemeColor(r.foreColor):(a=m.fromHtmlColor(r.foreColor),l=m.mixTranslucentColor(m.fromArgb(16777215),m.fromArgb(a)),a=l.a*Math.pow(16,6)+l.r*Math.pow(16,4)+l.g*Math.pow(16,2)+l.b,n.foreColor=new e(2,a,0))),r.themeFont&&(r.themeFont.toUpperCase()==="Headings".toUpperCase()?n.fontScheme=1:r.themeFont.toUpperCase()==="Body".toUpperCase()&&(n.fontScheme=2)),1===(1&r.textDecoration)&&(n.underLineStyle=1),8===(8&r.textDecoration)&&(n.underLineStyle=2),n.isStrikeOut=2===(2&r.textDecoration),n.charSetIndex=r.charSetIndex,n.isCondense=r.isCondense,n.isExtend=r.isExtend,n.fontFamilySet=r.fontFamily,n.isOutlineStyle=r.isOutlineStyle,n.isShadowStyle=r.isShadowStyle,n.vertAlign=r.vertAlign,n},t.toSchemeClrValue=function(e){switch(e){case 255:return"";case 1:return"dk1";case 0:return"lt1";case 3:return"dk2";case 2:return"lt2";case 4:return"accent1";case 5:return"accent2";case 6:return"accent3";case 7:return"accent4";case 8:return"accent5";case 9:return"accent6";case 10:return"hlink";case 11:return"folHlink";case 240:return"phClr";case 241:return"tx1";case 242:return"tx2";case 243:return"bg1";case 244:return"bg2";default:return""}},t.setStyleInfoFill=function(e,t){if(!I(e)){var r=e.isRGBColor()&&0===e.value();if(e.isRGBColor()&&0===e.value()||e.isIndexedColor()&&64===e.value()||e.isIndexedColor()&&65===e.value())return void(r&&(t.backColor=null));e.isThemeColor()?t.backColor=m.getThemeColorName(e):t.backColor=m.toRGBColor(e)}},t.getStyleFormatter=function(e){var t,r,i=k,n=e.formatter;return"string"==typeof n&&("="===n.charAt(0)||n.indexOf("{{")>=0&&n.indexOf("}}")>=0)?i:("string"==typeof n&&" "!==n?i=n:e.autoFormatter?(t=e.autoFormatter.formatCached,t&&!x.Jb(t)&&(i=t)):n&&(r=n.formatCached,r&&!x.Jb(r)&&(i=r)),i)},t.toExtendedFormat=function(r){var i,s,c,u,h,p,g,b,S,C;if(r)return i=new l,s=t.getStyleFormatter(r),s?(c=f.getFormatId(s),u=c.id,h=c.isBuiltIn,h?i.numberFormatIndex=u:i.numberFormat=new a(u,s),p=r.name&&"NORMAL"===r.name.toUpperCase()||r.parentName&&"NORMAL"===r.parentName.toUpperCase()&&0===u,p||(i.applyNumberFormat=!0)):i.numberFormatIndex=0,r.backColor&&(m.isThemeColor(r.backColor)?(i.patternBackgroundColor=new e(1,64),i.patternColor=m.getExcelThemeColor(r.backColor)):(g=m.fromHtmlColor(r.backColor),16777215!==g&&(i.patternColor=m.fromColorToExcelColor(m.fromArgb(g)))),i.patternColor&&(i.fillPattern=1,i.applyFill=!0)),(r.borderLeft||r.borderRight||r.borderTop||r.borderBottom||r.diagonalUp||r.diagonalDown)&&(i.border=new n,r.borderLeft&&(i.border.left=t.toExcelBorderSide(r.borderLeft)),r.borderRight&&(i.border.right=t.toExcelBorderSide(r.borderRight)),r.borderTop&&(i.border.top=t.toExcelBorderSide(r.borderTop)),r.borderBottom&&(i.border.bottom=t.toExcelBorderSide(r.borderBottom)),r.diagonalDown&&(i.border.diagonalDown=t.toExcelBorderSide(r.diagonalDown)),r.diagonalUp&&(i.border.diagonalUp=t.toExcelBorderSide(r.diagonalUp)),i.applyBorder=!0),(r.font||r.foreColor||r.themeFont||r.textDecoration!==E&&null!==r.textDecoration)&&(i.applyFont=!0,b=F,r.font&&(S=t.fromHtmlFont(r.font),S.fontFamily&&(b=t.getFontName(S.fontFamily)),x.Ib(b)&&(b=F),i.font=new o(b.trim(),null,0),S.fontSize&&(i.font.fontSize=Math.round(d.pixelToPoint(S.fontSize))),S.fontStyle===_&&(i.font.isItalic=!0),S.fontWeight===R&&(i.font.isBold=!0)),1===(1&r.textDecoration)&&(i.font.underLineStyle=1),8===(8&r.textDecoration)&&(i.font.underLineStyle=2),r.foreColor&&(m.isThemeColor(r.foreColor)?i.font.fontColor=m.getExcelThemeColor(r.foreColor):(g=m.fromHtmlColor(r.foreColor),C=m.mixTranslucentColor(m.fromArgb(16777215),m.fromArgb(g)),g=C.a*Math.pow(16,6)+C.r*Math.pow(16,4)+C.g*Math.pow(16,2)+C.b,i.font.fontColor=new e(2,g,0))),i.font.isStrikeOut=2===(2&r.textDecoration)),r.themeFont&&(r.themeFont.toUpperCase()==="Headings".toUpperCase()?i.font.fontScheme=1:r.themeFont.toUpperCase()==="Body".toUpperCase()&&(i.font.fontScheme=2)),r.shrinkToFit&&(i.isShrinkToFit=!0),r.textOrientation&&(i.rotation=r.textOrientation<0?90-r.textOrientation:r.textOrientation),r.locked!==E?i.isLocked=r.locked:i.isLocked=!0,r.wordWrap!==k&&r.wordWrap!==E&&(i.isWordWrap=r.wordWrap),r.textIndent!==k&&r.textIndent!==E&&(i.indent=Math.ceil(r.textIndent)),i.verticalAlign=t.toExcelVerticalAlignment(r.vAlign),i.horizontalAlign=t.toExcelHorizontalAlignment(r.hAlign),r.isVerticalText===!0&&(i.isVerticalText=r.isVerticalText),I(r.quotePrefix)||(i.quotePrefix=r.quotePrefix),I(r.parentName)||(i.parentName=r.parentName),i},t.toDifferentialFormatting=function(r){var i,l,s,c,u,h,p,g,b,S={},C=r.isSlicerHeader,y=r.isFormatStyle,w=r.formatter;return"string"==typeof w&&" "!==w&&(i=f.getFormatId(w),l=i.id,s=i.isBuiltIn,s?(S.numberFormatIndex=l,S.numberFormatCode=w):S.numberFormat=new a(l,w)),r.backColor!==E&&(c=0,u=null,u=m.toExcelColor(r.backColor),u&&(c=1),S.fill=new T(c,null,u)),(y||r.borderLeft||r.borderRight||r.borderTop||r.borderBottom||r.borderVertical||r.borderHorizontal)&&(S.border=new n,r.borderLeft?S.border.left=t.toExcelBorderSide(r.borderLeft):(C||r.borderLeft===E&&y)&&(S.border.left=E),r.borderRight?S.border.right=t.toExcelBorderSide(r.borderRight):(C||r.borderRight===E&&y)&&(S.border.right=E),r.borderTop?S.border.top=t.toExcelBorderSide(r.borderTop):(C||r.borderTop===E&&y)&&(S.border.top=E),r.borderBottom?S.border.bottom=t.toExcelBorderSide(r.borderBottom):(C||r.borderBottom===E&&y)&&(S.border.bottom=E),r.borderVertical&&(S.border.vertical=t.toExcelBorderSide(r.borderVertical)),r.borderHorizontal&&(S.border.horizontal=t.toExcelBorderSide(r.borderHorizontal))),(r.font||r.foreColor!==E||r.themeFont||r.textDecoration!==E&&null!==r.textDecoration)&&(h=F,r.font&&(g=t.fromHtmlFont(r.font),g.fontFamily&&(h=t.getFontName(g.fontFamily)),x.Ib(h)&&(h=F),S.font=new o(h.trim(),null,0),g.fontSize&&(S.font.fontSize=Math.round(d.pixelToPoint(g.fontSize))),"italic"===g.fontStyle&&(S.font.isItalic=!0),"bold"===g.fontWeight&&(S.font.isBold=!0)),S.font||(S.font=new o(h.trim(),null,0)),1===(1&r.textDecoration)&&(S.font.underLineStyle=1),8===(8&r.textDecoration)&&(S.font.underLineStyle=2),r.foreColor&&(m.isThemeColor(r.foreColor)?S.font.fontColor=m.getExcelThemeColor(r.foreColor):(p=m.fromHtmlColor(r.foreColor),b=m.mixTranslucentColor(m.fromArgb(16777215),m.fromArgb(p)),p=b.a*Math.pow(16,6)+b.r*Math.pow(16,4)+b.g*Math.pow(16,2)+b.b,S.font.fontColor=new e(2,p,0))),null===r.foreColor&&(S.font.fontColor=null),S.font.isStrikeOut=2===(2&r.textDecoration)),S.isPartFontStyle=r.isPartFontStyle,S.isSlicerHeader=C,S},t.cloneSpreadJSStyle=function(e){var t={};return t.backColor=e.backColor,t.foreColor=e.foreColor,t.hAlign=e.hAlign,t.vAlign=e.vAlign,t.font=e.font,t.themeFont=e.themeFont,t.formatter=e.formatter,t.borderLeft=e.borderLeft,t.borderTop=e.borderTop,t.borderRight=e.borderRight,t.borderBottom=e.borderBottom,t.diagonalDown=e.diagonalDown,t.diagonalUp=e.diagonalUp,t.locked=e.locked,t.textIndent=e.textIndent,t.wordWrap=e.wordWrap,t.shrinkToFit=e.shrinkToFit,t.textDecoration=e.textDecoration,t.textOrientation=e.textOrientation,t.isVerticalText=e.isVerticalText,t.quotePrefix=e.quotePrefix,t.autoFormatter=e.autoFormatter,t.name=e.name,t.parentName=e.parentName,t},t.convertDxfToStyle=function(e,r,i){var n,o={};return e.font&&t.setStyleInfoFont(e.font,o,r,i),e.fill&&(t.setStyleInfoFill(e.fill.backgroundColor,o),o.backColor===E&&0===e.fill.patternType&&(o.backColor=k)),e.border&&t.setStyleInfoBorders(e.border,o),e.numberFormat&&(n=f.getFormatCode(e),"General"!==n&&(o.formatter=n)),o},t}(),t.ConverterHelper=g,b=function(){function e(){}return e.ue=function(e){var t,r,i,n,o={foreColor:"black",font:"normal normal normal 11pt/normal Calibri",locked:!0,name:"Normal",textDecoration:0,hAlign:3,vAlign:0,formatter:"General"};for(t in e.sheets)if(e.sheets.hasOwnProperty(t)&&(r=e.sheets[t],r.data&&r.data.defaultDataNode&&r.data.defaultDataNode.style)){i=r.data.defaultDataNode.style;for(n in i)i.hasOwnProperty(n)&&!I(i[n])&&(o[n]=i[n]);break}return o},e}(),t.DefaultStyle=b,S=function(){function e(){}return e.getSystemColor=function(t){return m.fromArgb(e.ve[t])},e.ve=[4290032820,4288263377,4278190080,4289440683,4293980400,4288716960,4285098345,4293125091,4294967295,4278190080,4278190080,4290367978,4292338930,4285361517,4281571839,4294967295,4278216396,4294244348,4290760155,4282601044,4294967265,4278190080,4293980400,4293980400,4281571839,4278190080,4291348680,4294967295,4284769380,4278190080,4288716960,4293125091,4293980400,4294967295,4288716960,4278190080],e}(),C=function(){function e(){}return e.getSystemColor=function(t){return e.systemColors[t.toUpperCase()]},e.systemColors={length:0,"3DDKSHADOW":S.getSystemColor(30),"3DLIGHT":S.getSystemColor(31),ACTIVEBORDER:S.getSystemColor(0),ACTIVECAPTION:S.getSystemColor(1),APPWORKSPACE:S.getSystemColor(3),BACKGROUND:S.getSystemColor(10),BTNFACE:S.getSystemColor(32),BTNHIGHLIGHT:S.getSystemColor(33),BTNSHADOW:S.getSystemColor(34),BTNTEXT:S.getSystemColor(35),CAPTIONTEXT:S.getSystemColor(2),GRAYTEXT:S.getSystemColor(13),HIGHLIGHT:S.getSystemColor(14),HIGHLIGHTTEXT:S.getSystemColor(15),INACTIVEBORDER:S.getSystemColor(17),INACTIVECAPTION:S.getSystemColor(18),INACTIVECAPTIONTEXT:S.getSystemColor(19),INFOBK:S.getSystemColor(20),INFOTEXT:S.getSystemColor(21),MENU:S.getSystemColor(22),GRADIENTACTIVECAPTION:S.getSystemColor(11),HOTLIGHT:S.getSystemColor(16),GRADIENTINACTIVECAPTION:S.getSystemColor(12),MENUBAR:S.getSystemColor(23),MENUHIGHLIGHT:S.getSystemColor(24),MENUTEXT:S.getSystemColor(25),SCROLLBAR:S.getSystemColor(26),WINDOW:S.getSystemColor(27),WINDOWFRAME:S.getSystemColor(28),WINDOWTEXT:S.getSystemColor(29)},e}(),t.ExcelSystemColor=C,t.clearCache=function(){d.je=E,f.ge=E,g.te=E,m.ne=E,m.pe=E}}()},function(e,t){!function(){"use strict";var e,r,i;t.BuiltInStylesResource='<?xml version="1.0" encoding="UTF-8" standalone="yes"?><styleSheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"><numFmts count="4"><numFmt numFmtId="42" formatCode="_("$"* #,##0_);_("$"* (#,##0);_("$"* "-"_);_(@_)"/><numFmt numFmtId="41" formatCode="_(* #,##0_);_(* (#,##0);_(* "-"_);_(@_)"/><numFmt numFmtId="44" formatCode="_("$"* #,##0.00_);_("$"* (#,##0.00);_("$"* "-"??_);_(@_)"/><numFmt numFmtId="43" formatCode="_(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_)"/></numFmts><fonts count="18"><font><sz val="11"/><color theme="1"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><sz val="11"/><color theme="1"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><b/><sz val="18"/><color theme="3"/><name val="Cambria"/><family val="2"/><scheme val="major"/></font><font><b/><sz val="15"/><color theme="3"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><b/><sz val="13"/><color theme="3"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><b/><sz val="11"/><color theme="3"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><sz val="11"/><color rgb="FF006100"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><sz val="11"/><color rgb="FF9C0006"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><sz val="11"/><color rgb="FF9C6500"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><sz val="11"/><color rgb="FF3F3F76"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><b/><sz val="11"/><color rgb="FF3F3F3F"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><b/><sz val="11"/><color rgb="FFFA7D00"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><sz val="11"/><color rgb="FFFA7D00"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><b/><sz val="11"/><color theme="0"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><sz val="11"/><color rgb="FFFF0000"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><i/><sz val="11"/><color rgb="FF7F7F7F"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><b/><sz val="11"/><color theme="1"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font><font><sz val="11"/><color theme="0"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font></fonts><fills count="33"><fill><patternFill patternType="none"/></fill><fill><patternFill patternType="gray125"/></fill><fill><patternFill patternType="solid"><fgColor rgb="FFC6EFCE"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor rgb="FFFFC7CE"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor rgb="FFFFEB9C"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor rgb="FFFFCC99"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor rgb="FFF2F2F2"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor rgb="FFA5A5A5"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor rgb="FFFFFFCC"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="4"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="4" tint="0.79998168889431442"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="4" tint="0.59999389629810485"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="4" tint="0.39997558519241921"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="5"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="5" tint="0.79998168889431442"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="5" tint="0.59999389629810485"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="5" tint="0.39997558519241921"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="6"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="6" tint="0.79998168889431442"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="6" tint="0.59999389629810485"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="6" tint="0.39997558519241921"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="7"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="7" tint="0.79998168889431442"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="7" tint="0.59999389629810485"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="7" tint="0.39997558519241921"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="8"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="8" tint="0.79998168889431442"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="8" tint="0.59999389629810485"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="8" tint="0.39997558519241921"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="9"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="9" tint="0.79998168889431442"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="9" tint="0.59999389629810485"/><bgColor indexed="65"/></patternFill></fill><fill><patternFill patternType="solid"><fgColor theme="9" tint="0.39997558519241921"/><bgColor indexed="65"/></patternFill></fill></fills><borders count="10"><border><left/><right/><top/><bottom/><diagonal/></border><border><left/><right/><top/><bottom style="thick"><color theme="4"/></bottom><diagonal/></border><border><left/><right/><top/><bottom style="thick"><color theme="4" tint="0.499984740745262"/></bottom><diagonal/></border><border><left/><right/><top/><bottom style="medium"><color theme="4" tint="0.39997558519241921"/></bottom><diagonal/></border><border><left style="thin"><color rgb="FF7F7F7F"/></left><right style="thin"><color rgb="FF7F7F7F"/></right><top style="thin"><color rgb="FF7F7F7F"/></top><bottom style="thin"><color rgb="FF7F7F7F"/></bottom><diagonal/></border><border><left style="thin"><color rgb="FF3F3F3F"/></left><right style="thin"><color rgb="FF3F3F3F"/></right><top style="thin"><color rgb="FF3F3F3F"/></top><bottom style="thin"><color rgb="FF3F3F3F"/></bottom><diagonal/></border><border><left/><right/><top/><bottom style="double"><color rgb="FFFF8001"/></bottom><diagonal/></border><border><left style="double"><color rgb="FF3F3F3F"/></left><right style="double"><color rgb="FF3F3F3F"/></right><top style="double"><color rgb="FF3F3F3F"/></top><bottom style="double"><color rgb="FF3F3F3F"/></bottom><diagonal/></border><border><left style="thin"><color rgb="FFB2B2B2"/></left><right style="thin"><color rgb="FFB2B2B2"/></right><top style="thin"><color rgb="FFB2B2B2"/></top><bottom style="thin"><color rgb="FFB2B2B2"/></bottom><diagonal/></border><border><left/><right/><top style="thin"><color theme="4"/></top><bottom style="double"><color theme="4"/></bottom><diagonal/></border></borders><cellStyleXfs count="47"><xf numFmtId="0" fontId="0" fillId="0" borderId="0"/><xf numFmtId="43" fontId="1" fillId="0" borderId="0" applyFont="0" applyFill="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="41" fontId="1" fillId="0" borderId="0" applyFont="0" applyFill="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="44" fontId="1" fillId="0" borderId="0" applyFont="0" applyFill="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="42" fontId="1" fillId="0" borderId="0" applyFont="0" applyFill="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="9" fontId="1" fillId="0" borderId="0" applyFont="0" applyFill="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="2" fillId="0" borderId="0" applyNumberFormat="0" applyFill="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="3" fillId="0" borderId="1" applyNumberFormat="0" applyFill="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="4" fillId="0" borderId="2" applyNumberFormat="0" applyFill="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="5" fillId="0" borderId="3" applyNumberFormat="0" applyFill="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="5" fillId="0" borderId="0" applyNumberFormat="0" applyFill="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="6" fillId="2" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="7" fillId="3" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="8" fillId="4" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="9" fillId="5" borderId="4" applyNumberFormat="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="10" fillId="6" borderId="5" applyNumberFormat="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="11" fillId="6" borderId="4" applyNumberFormat="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="12" fillId="0" borderId="6" applyNumberFormat="0" applyFill="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="13" fillId="7" borderId="7" applyNumberFormat="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="14" fillId="0" borderId="0" applyNumberFormat="0" applyFill="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="8" borderId="8" applyNumberFormat="0" applyFont="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="15" fillId="0" borderId="0" applyNumberFormat="0" applyFill="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="16" fillId="0" borderId="9" applyNumberFormat="0" applyFill="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="17" fillId="9" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="10" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="11" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="17" fillId="12" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="17" fillId="13" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="14" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="15" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="17" fillId="16" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="17" fillId="17" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="18" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="19" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="17" fillId="20" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="17" fillId="21" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="22" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="23" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="17" fillId="24" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="17" fillId="25" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="26" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="27" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="17" fillId="28" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="17" fillId="29" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="30" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="1" fillId="31" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/><xf numFmtId="0" fontId="17" fillId="32" borderId="0" applyNumberFormat="0" applyBorder="0" applyAlignment="0" applyProtection="0"/></cellStyleXfs><cellXfs count="47"><xf numFmtId="0" fontId="0" fillId="0" borderId="0" xfId="0"/><xf numFmtId="0" fontId="6" fillId="2" borderId="0" xfId="11"/><xf numFmtId="0" fontId="7" fillId="3" borderId="0" xfId="12"/><xf numFmtId="0" fontId="8" fillId="4" borderId="0" xfId="13"/><xf numFmtId="0" fontId="13" fillId="7" borderId="7" xfId="18"/><xf numFmtId="0" fontId="11" fillId="6" borderId="4" xfId="16"/><xf numFmtId="0" fontId="15" fillId="0" borderId="0" xfId="21"/><xf numFmtId="0" fontId="9" fillId="5" borderId="4" xfId="14"/><xf numFmtId="0" fontId="12" fillId="0" borderId="6" xfId="17"/><xf numFmtId="0" fontId="0" fillId="8" borderId="8" xfId="20" applyFont="1"/><xf numFmtId="0" fontId="14" fillId="0" borderId="0" xfId="19"/><xf numFmtId="0" fontId="10" fillId="6" borderId="5" xfId="15"/><xf numFmtId="0" fontId="1" fillId="14" borderId="0" xfId="28"/><xf numFmtId="0" fontId="3" fillId="0" borderId="1" xfId="7"/><xf numFmtId="0" fontId="4" fillId="0" borderId="2" xfId="8"/><xf numFmtId="0" fontId="5" fillId="0" borderId="3" xfId="9"/><xf numFmtId="0" fontId="5" fillId="0" borderId="0" xfId="10"/><xf numFmtId="0" fontId="2" fillId="0" borderId="0" xfId="6"/><xf numFmtId="0" fontId="16" fillId="0" borderId="9" xfId="22"/><xf numFmtId="0" fontId="1" fillId="10" borderId="0" xfId="24"/><xf numFmtId="0" fontId="1" fillId="18" borderId="0" xfId="32"/><xf numFmtId="0" fontId="1" fillId="22" borderId="0" xfId="36"/><xf numFmtId="0" fontId="1" fillId="26" borderId="0" xfId="40"/><xf numFmtId="0" fontId="1" fillId="30" borderId="0" xfId="44"/><xf numFmtId="0" fontId="1" fillId="11" borderId="0" xfId="25"/><xf numFmtId="0" fontId="1" fillId="15" borderId="0" xfId="29"/><xf numFmtId="0" fontId="17" fillId="12" borderId="0" xfId="26"/><xf numFmtId="0" fontId="17" fillId="9" borderId="0" xfId="23"/><xf numFmtId="43" fontId="0" fillId="0" borderId="0" xfId="1" applyFont="1"/><xf numFmtId="0" fontId="1" fillId="19" borderId="0" xfId="33"/><xf numFmtId="0" fontId="17" fillId="16" borderId="0" xfId="30"/><xf numFmtId="0" fontId="17" fillId="13" borderId="0" xfId="27"/><xf numFmtId="0" fontId="17" fillId="20" borderId="0" xfId="34"/><xf numFmtId="0" fontId="17" fillId="17" borderId="0" xfId="31"/><xf numFmtId="0" fontId="1" fillId="23" borderId="0" xfId="37"/><xf numFmtId="0" fontId="17" fillId="24" borderId="0" xfId="38"/><xf numFmtId="0" fontId="17" fillId="21" borderId="0" xfId="35"/><xf numFmtId="0" fontId="17" fillId="28" borderId="0" xfId="42"/><xf numFmtId="0" fontId="1" fillId="27" borderId="0" xfId="41"/><xf numFmtId="0" fontId="17" fillId="25" borderId="0" xfId="39"/><xf numFmtId="0" fontId="1" fillId="31" borderId="0" xfId="45"/><xf numFmtId="0" fontId="17" fillId="32" borderId="0" xfId="46"/><xf numFmtId="0" fontId="17" fillId="29" borderId="0" xfId="43"/><xf numFmtId="9" fontId="0" fillId="0" borderId="0" xfId="5" applyFont="1"/><xf numFmtId="42" fontId="0" fillId="0" borderId="0" xfId="4" applyFont="1"/><xf numFmtId="44" fontId="0" fillId="0" borderId="0" xfId="3" applyFont="1"/><xf numFmtId="41" fontId="0" fillId="0" borderId="0" xfId="2" applyFont="1"/></cellXfs><cellStyles count="47"><cellStyle name="20% - Accent1" xfId="24" builtinId="30"/><cellStyle name="20% - Accent2" xfId="28" builtinId="34"/><cellStyle name="20% - Accent3" xfId="32" builtinId="38"/><cellStyle name="20% - Accent4" xfId="36" builtinId="42"/><cellStyle name="20% - Accent5" xfId="40" builtinId="46"/><cellStyle name="20% - Accent6" xfId="44" builtinId="50"/><cellStyle name="40% - Accent1" xfId="25" builtinId="31"/><cellStyle name="40% - Accent2" xfId="29" builtinId="35"/><cellStyle name="40% - Accent3" xfId="33" builtinId="39"/><cellStyle name="40% - Accent4" xfId="37" builtinId="43"/><cellStyle name="40% - Accent5" xfId="41" builtinId="47"/><cellStyle name="40% - Accent6" xfId="45" builtinId="51"/><cellStyle name="60% - Accent1" xfId="26" builtinId="32"/><cellStyle name="60% - Accent2" xfId="30" builtinId="36"/><cellStyle name="60% - Accent3" xfId="34" builtinId="40"/><cellStyle name="60% - Accent4" xfId="38" builtinId="44"/><cellStyle name="60% - Accent5" xfId="42" builtinId="48"/><cellStyle name="60% - Accent6" xfId="46" builtinId="52"/><cellStyle name="Accent1" xfId="23" builtinId="29"/><cellStyle name="Accent2" xfId="27" builtinId="33"/><cellStyle name="Accent3" xfId="31" builtinId="37"/><cellStyle name="Accent4" xfId="35" builtinId="41"/><cellStyle name="Accent5" xfId="39" builtinId="45"/><cellStyle name="Accent6" xfId="43" builtinId="49"/><cellStyle name="Bad" xfId="12" builtinId="27"/><cellStyle name="Calculation" xfId="16" builtinId="22"/><cellStyle name="Check Cell" xfId="18" builtinId="23"/><cellStyle name="Comma" xfId="1" builtinId="3"/><cellStyle name="Comma [0]" xfId="2" builtinId="6"/><cellStyle name="Currency" xfId="3" builtinId="4"/><cellStyle name="Currency [0]" xfId="4" builtinId="7"/><cellStyle name="Explanatory Text" xfId="21" builtinId="53"/><cellStyle name="Good" xfId="11" builtinId="26"/><cellStyle name="Heading 1" xfId="7" builtinId="16"/><cellStyle name="Heading 2" xfId="8" builtinId="17"/><cellStyle name="Heading 3" xfId="9" builtinId="18"/><cellStyle name="Heading 4" xfId="10" builtinId="19"/><cellStyle name="Input" xfId="14" builtinId="20"/><cellStyle name="Linked Cell" xfId="17" builtinId="24"/><cellStyle name="Neutral" xfId="13" builtinId="28"/><cellStyle name="Normal" xfId="0" builtinId="0"/><cellStyle name="Note" xfId="20" builtinId="10"/><cellStyle name="Output" xfId="15" builtinId="21"/><cellStyle name="Percent" xfId="5" builtinId="5"/><cellStyle name="Title" xfId="6" builtinId="15"/><cellStyle name="Total" xfId="22" builtinId="25"/><cellStyle name="Warning Text" xfId="19" builtinId="11"/></cellStyles><dxfs count="0"/><tableStyles count="0" defaultTableStyle="TableStyleMedium9" defaultPivotStyle="PivotStyleLight16"/></styleSheet>';
- function n(e,t,r,i,n,o,a,l,s,c,u,f,d){return'<a:clrScheme name="'+e+'"><a:dk1><a:sysClr val="windowText" lastClr="'+i+'"/></a:dk1><a:lt1><a:sysClr val="window" lastClr="'+t+'"/></a:lt1><a:dk2><a:srgbClr val="'+n+'"/></a:dk2><a:lt2><a:srgbClr val="'+r+'"/></a:lt2><a:accent1><a:srgbClr val="'+o+'"/></a:accent1><a:accent2><a:srgbClr val="'+a+'"/></a:accent2><a:accent3><a:srgbClr val="'+l+'"/></a:accent3><a:accent4><a:srgbClr val="'+s+'"/></a:accent4><a:accent5><a:srgbClr val="'+c+'"/></a:accent5><a:accent6><a:srgbClr val="'+u+'"/></a:accent6><a:hlink><a:srgbClr val="'+f+'"/></a:hlink><a:folHlink><a:srgbClr val="'+d+'"/></a:folHlink></a:clrScheme>'}e="000000",r="FFFFFF",t.ThemeClrSchemes={Default:n("Default",r,"EEECE1",e,"1F497D","4F81BD","C0504D","9BBB59","8064A2","4BACC6","F79646","0000FF","800080"),Office2007:n("Office2007",r,"EEECE1",e,"1F497D","4F81BD","C0504D","9BBB59","8064A2","4BACC6","F79646","0000FF","800080"),Office:n("Office",r,"E7E6E6",e,"44546A","5B9BD5","ED7D31","A5A5A5","FFC000","4472C4","70AD47","0563C1","954F72"),Apex:n("Apex",r,"C9C2D1",e,"69676D","CEB966","9CB084","6BB1C9","6585CF","7E6BC9","A379BB","410082","932968"),Aspect:n("Aspect",r,"E3DED1",e,"323232","F07F09","9F2936","1B587C","4E8542","604878","C19859","6B9F25","B26B02"),Concourse:n("Concourse",r,"DEF5FA",e,"464646","2DA2BF","DA1F28","EB641B","39639D","474B78","7D3C4A","FF8119","44B9E8"),Civic:n("Civic",r,"C5D1D7",e,"646B86","D16349","CCB400","8CADAE","8C7B70","8FB08C","D19049","00A3D6","694F07"),Oriel:n("Oriel",r,"FFF39D",e,"575F6D","FE8637","7598D9","B32C16","F5CD2D","AEBAD5","777C84","D2611C","3B435B"),Origin:n("Origin",r,"DDE9EC",e,"464653","727CA3","9FB8CD","D2DA7A","FADA7A","B88472","8E736A","B292CA","6B5680"),Paper:n("Paper",r,"FEFAC9",e,"444D26","A5B592","F3A447","E7BC29","D092A7","9C85C0","809EC2","8E58B6","7F6F6F"),Solstice:n("Solstice",r,"E7DEC9",e,"4F271C","3891A7","FEB80A","C32D2E","84AA33","964305","475A8D","8DC765","AA8A14"),Technic:n("Technic",r,"D4D2D0",e,"3B3B3B","6EA0B0","CCAF0A","8D89A4","748560","9E9273","7E848D","00C8C3","A116E0"),Trek:n("Trek",r,"FBEEC9",e,"4E3B30","F0A22E","A5644E","B58B80","C3986D","A19574","C17529","AD1F1F","FFC42F"),Urban:n("Urban",r,"DEDEDE",e,"424456","53548A","438086","A04DA3","C4652D","8B5D3D","5C92B5","67AFBD","C2A874"),Verve:n("Verve",r,"D2D2D2",e,"666666","FF388C","E40059","9C007F","68007F","005BD3","00349E","17BBFD","FF79C2"),Equity:n("Equity",r,"E9E5DC",e,"696464","D34817","9B2D1F","A28E6A","956251","918485","855D5D","CC9900","96A9A9"),Flow:n("Flow",r,"DBF5F9",e,"04617B","0F6FC6","009DD9","0BD0D9","10CF9B","7CCA62","A5C249","E2D700","85DFD0"),Foundry:n("Foundry",r,"EAEBDE",e,"676A55","72A376","B0CCB0","A8CDD7","C0BEAF","CEC597","E8B7B7","DB5353","903638"),Median:n("Median",r,"EBDDC3",e,"775F55","94B6D2","DD8047","A5AB81","D8B25C","7BA79D","968C8C","F7B615","704404"),Metro:n("Metro",r,"D6ECFF",e,"4E5B6F","7FD13B","EA157A","FEB80A","00ADDC","738AC8","1AB39F","EB8803","5F7791"),Module:n("Module",r,"D4D4D6",e,"5A6378","F0AD00","60B5CC","E66C7D","6BB76D","E88651","C64847","168BBA","680000"),Opulent:n("Opulent",r,"F4E7ED",e,"B13F9A","B83D68","AC66BB","DE6C36","F9B639","CF6DA4","FA8D3D","FFDE66","D490C5")};function o(e,t,r){return'<a:fontScheme name="'+e+'"><a:majorFont><a:latin typeface="'+t+'" panose="020F0302020204030204"/><a:ea typeface=""/><a:cs typeface=""/><a:font script="Jpan" typeface="\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af"/><a:font script="Hang" typeface="\ub9d1\uc740 \uace0\ub515"/><a:font script="Hans" typeface="\u5b8b\u4f53"/><a:font script="Hant" typeface="\u65b0\u7d30\u660e\u9ad4"/><a:font script="Arab" typeface="Times New Roman"/><a:font script="Hebr" typeface="Times New Roman"/><a:font script="Thai" typeface="Tahoma"/><a:font script="Ethi" typeface="Nyala"/><a:font script="Beng" typeface="Vrinda"/><a:font script="Gujr" typeface="Shruti"/><a:font script="Khmr" typeface="MoolBoran"/><a:font script="Knda" typeface="Tunga"/><a:font script="Guru" typeface="Raavi"/><a:font script="Cans" typeface="Euphemia"/><a:font script="Cher" typeface="Plantagenet Cherokee"/><a:font script="Yiii" typeface="Microsoft Yi Baiti"/><a:font script="Tibt" typeface="Microsoft Himalaya"/><a:font script="Thaa" typeface="MV Boli"/><a:font script="Deva" typeface="Mangal"/><a:font script="Telu" typeface="Gautami"/><a:font script="Taml" typeface="Latha"/><a:font script="Syrc" typeface="Estrangelo Edessa"/><a:font script="Orya" typeface="Kalinga"/><a:font script="Mlym" typeface="Kartika"/><a:font script="Laoo" typeface="DokChampa"/><a:font script="Sinh" typeface="Iskoola Pota"/><a:font script="Mong" typeface="Mongolian Baiti"/><a:font script="Viet" typeface="Times New Roman"/><a:font script="Uigh" typeface="Microsoft Uighur"/><a:font script="Geor" typeface="Sylfaen"/></a:majorFont><a:minorFont><a:latin typeface="'+r+'" panose="020F0502020204030204"/><a:ea typeface=""/><a:cs typeface=""/><a:font script="Jpan" typeface="\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af"/><a:font script="Hang" typeface="\ub9d1\uc740 \uace0\ub515"/><a:font script="Hans" typeface="\u5b8b\u4f53"/><a:font script="Hant" typeface="\u65b0\u7d30\u660e\u9ad4"/><a:font script="Arab" typeface="Arial"/><a:font script="Hebr" typeface="Arial"/><a:font script="Thai" typeface="Tahoma"/><a:font script="Ethi" typeface="Nyala"/><a:font script="Beng" typeface="Vrinda"/><a:font script="Gujr" typeface="Shruti"/><a:font script="Khmr" typeface="DaunPenh"/><a:font script="Knda" typeface="Tunga"/><a:font script="Guru" typeface="Raavi"/><a:font script="Cans" typeface="Euphemia"/><a:font script="Cher" typeface="Plantagenet Cherokee"/><a:font script="Yiii" typeface="Microsoft Yi Baiti"/><a:font script="Tibt" typeface="Microsoft Himalaya"/><a:font script="Thaa" typeface="MV Boli"/><a:font script="Deva" typeface="Mangal"/><a:font script="Telu" typeface="Gautami"/><a:font script="Taml" typeface="Latha"/><a:font script="Syrc" typeface="Estrangelo Edessa"/><a:font script="Orya" typeface="Kalinga"/><a:font script="Mlym" typeface="Kartika"/><a:font script="Laoo" typeface="DokChampa"/><a:font script="Sinh" typeface="Iskoola Pota"/><a:font script="Mong" typeface="Mongolian Baiti"/><a:font script="Viet" typeface="Arial"/><a:font script="Uigh" typeface="Microsoft Uighur"/><a:font script="Geor" typeface="Sylfaen"/></a:minorFont></a:fontScheme>'}t.ThemeFontSchemes={Default:o("Default","Cambria","Calibri"),Office:o("Office","Calibri Light","Calibri"),Office2007:o("Office2007","Cambria","Calibri"),Apex:o("Apex","Lucida Sans","Book Antiqua"),Aspect:o("Aspect","Verdana","Verdana"),Concourse:o("Concourse","Lucida Sans Unicode","Lucida Sans Unicode"),Civic:o("Civic","Georgia","Georgia"),Oriel:o("Oriel","Century Schoolbook","Century Schoolbook"),Origin:o("Origin","Bookman Old Style","Gill Sans MT"),Paper:o("Paper","Constantia","Constantia"),Solstice:o("Solstice","Gill Sans MT","Gill Sans MT"),Technic:o("Technic","Franklin Gothic Book","Arial"),Trek:o("Trek","Franklin Gothic Medium","Franklin Gothic Book"),Urban:o("Urban","Trebuchet MS","Georgia"),Verve:o("Verve","Century Gothic","Century Gothic"),Equity:o("Equity","Franklin Gothic Book","Perpetua"),Flow:o("Flow","Calibri","Constantia"),Foundry:o("Foundry","Rockwell","Rockwell"),Median:o("Median","Tw Cen MT","Tw Cen MT"),Metro:o("Metro","Consolas","Corbel"),Module:o("Module","Corbel","Corbel"),Opulent:o("Opulent","Trebuchet MS","Trebuchet MS")};function a(e){return'<a:fmtScheme name="'+e+'"><a:fillStyleLst><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="50000"/><a:satMod val="300000"/></a:schemeClr></a:gs><a:gs pos="35000"><a:schemeClr val="phClr"><a:tint val="37000"/><a:satMod val="300000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="15000"/><a:satMod val="350000"/></a:schemeClr></a:gs></a:gsLst><a:lin ang="16200000" scaled="1"/></a:gradFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:shade val="51000"/><a:satMod val="130000"/></a:schemeClr></a:gs><a:gs pos="80000"><a:schemeClr val="phClr"><a:shade val="93000"/><a:satMod val="130000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="94000"/><a:satMod val="135000"/></a:schemeClr></a:gs></a:gsLst><a:lin ang="16200000" scaled="0"/></a:gradFill></a:fillStyleLst><a:lnStyleLst><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><a:ln w="25400" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln><a:ln w="38100" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln></a:lnStyleLst><a:effectStyleLst><a:effectStyle><a:effectLst><a:outerShdw blurRad="40000" dist="20000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="38000"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw></a:effectLst><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><a:sp3d><a:bevelT w="63500" h="25400"/></a:sp3d></a:effectStyle></a:effectStyleLst><a:bgFillStyleLst><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="40000"/><a:satMod val="350000"/></a:schemeClr></a:gs><a:gs pos="40000"><a:schemeClr val="phClr"><a:tint val="45000"/><a:shade val="99000"/><a:satMod val="350000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="20000"/><a:satMod val="255000"/></a:schemeClr></a:gs></a:gsLst><a:path path="circle"><a:fillToRect l="50000" t="-80000" r="50000" b="180000"/></a:path></a:gradFill><a:gradFill rotWithShape="1"><a:gsLst><a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="80000"/><a:satMod val="300000"/></a:schemeClr></a:gs><a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="30000"/><a:satMod val="200000"/></a:schemeClr></a:gs></a:gsLst><a:path path="circle"><a:fillToRect l="50000" t="50000" r="50000" b="50000"/></a:path></a:gradFill></a:bgFillStyleLst></a:fmtScheme>'}i={},["Default","Office","Office2007","Apex","Aspect","Concourse","Civic","Oriel","Origin","Paper","Solstice","Technic","Trek","Urban","Verve","Equity","Flow","Foundry","Median","Metro","Module","Opulent"].forEach(function(e){i[e]=a(e)}),t.ThemeFmtSchemes=i,t.RelationsFile='<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml"/></Relationships>'}()},function(e,t){!function(){"use strict";var t=function(){function e(){var e,t=arguments.length;for(e=1;e<=t;e++)this["item"+e]=arguments[e-1];this.count=t}return e.prototype.equals=function(e){var t,r,i,n;for(t=1,r=this.count;t<=r;t++)if(i=this["item"+t],n=e["item"+t],!(i.equals&&i.equals(n)||i===n))return!1;return!0},e}();e.exports=t}()},function(e,t,r){!function(){"use strict";var e,i,n,o,a,l,s,c,u,f,d,h,p,m,g,b,S=r(4).Kb,C=r(4).Gc;!function(e){e[e.bottomRight=0]="bottomRight",e[e.topRight=1]="topRight",e[e.bottomLeft=2]="bottomLeft",e[e.topLeft=3]="topLeft"}(t.PaneType||(t.PaneType={})),e={we:"rId",xe:"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",ye:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",ze:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",Ae:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",Be:"http://purl.oclc.org/ooxml/officeDocument/relationships/officeDocument",Ce:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles",De:"http://purl.oclc.org/ooxml/officeDocument/relationships/styles",Ee:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet",Fe:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings",Ge:"http://purl.oclc.org/ooxml/officeDocument/relationships/sharedStrings",He:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme",Ie:"http://purl.oclc.org/ooxml/officeDocument/relationships/theme",Je:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink",Ke:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/table",Le:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments",Me:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing",Ne:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing",Oe:"http://purl.oclc.org/ooxml/officeDocument/relationships/drawing",Pe:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink",Qe:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",Re:"http://purl.oclc.org/ooxml/officeDocument/relationships/image",Se:"http://schemas.microsoft.com/office/2007/relationships/slicer",Te:"http://schemas.microsoft.com/office/2007/relationships/slicerCache",Ue:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart",Ve:"http://schemas.microsoft.com/office/2014/relationships/chartEx",We:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartUserShapes",Xe:"http://schemas.microsoft.com/office/2011/relationships/chartColorStyle",Ye:"http://schemas.microsoft.com/office/2011/relationships/chartStyle",Ze:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata"},t.$e=e,t._e={af:16384,bf:1048576},t.cf={df:20,ef:40,ff:62,gf:20},t.Qd={8:{"Gill Sans MT":6,Abadi:7,"Abadi Extra Light":6,"Agency FB":5,Aharoni:5,Aldhabi:4,Algerian:7,"Ami R":5,"Angsana New":4,AngsanaUPC:4,Aparajita:4,"Arabic Typesetting":4,Arial:6,"Arial Black":7,"Arial Narrow":5,"Arial Nova":6,"Arial Nova Cond":6,"Arial Nova Cond Light":5,"Arial Nova Light":6,"Arial Rounded MT Bold":7,"Baskerville Old Face":5,Batang:6,BatangChe:6,"Bauhaus 93":6,"Bell MT":6,Bembo:5,"Berlin Sans FB":7,"Berlin Sans FB Demi":7,"Bernard MT Condensed":5,"Blackadder ITC":4,"Bodoni MT":5,"Bodoni MT Black":7,"Bodoni MT Condensed":4,"Bodoni MT Poster Compressed":4,"Book Antiqua":6,"Bookman Old Style":7,"Bookshelf Symbol 7":8,"Bradley Hand ITC":7,"Britannic Bold":7,Broadway:7,"Browallia New":4,BrowalliaUPC:4,"Brush Script MT":6,Calibri:6,"Calibri Light":6,"Californian FB":5,"Calisto MT":6,Cambria:6,"Cambria Math":6,Candara:6,Castellar:8,Centaur:5,Century:6,"Century Gothic":6,"Century Schoolbook":6,Chiller:5,"Colonna MT":6,"Comic Sans MS":7,Consolas:6,Constantia:6,"Cooper Black":7,"Copperplate Gothic Bold":8,"Copperplate Gothic Light":8,Corbel:6,"Cordia New":4,CordiaUPC:4,"Courier New":7,"Curlz MT":6,Dante:5,DaunPenh:4,David:5,DilleniaUPC:3,DokChampa:6,Dotum:6,DotumChe:6,Dubai:6,"Dubai Light":6,"Dubai Medium":6,Ebrima:6,"Edwardian Script ITC":5,Elephant:8,"Engravers MT":7,"Eras Bold ITC":7,"Eras Demi ITC":7,"Eras Light ITC":6,"Eras Medium ITC":6,EucrosiaUPC:4,Euphemia:6,"Expo M":10,FangSong:6,"Felix Titling":6,"Footlight MT Light":6,Forte:6,"Franklin Gothic Book":6,"Franklin Gothic Demi":6,"Franklin Gothic Demi Cond":6,"Franklin Gothic Heavy":6,"Franklin Gothic Medium":6,"Franklin Gothic Medium Cond":6,FrankRuehl:5,FreesiaUPC:5,"Freestyle Script":4,"French Script MT":4,Gabriola:4,Gadugi:6,Garamond:5,Gautami:7,Georgia:8,"Georgia Pro":6,"Georgia Pro Black":8,"Georgia Pro Cond":6,"Georgia Pro Cond Black":7,"Georgia Pro Cond Light":6,"Georgia Pro Cond Semibold":6,"Georgia Pro Light":6,"Georgia Pro Semibold":7,Gigi:5,"Gill Sans MT Condensed":4,"Gill Sans MT Ext Condensed Bold":4,"Gill Sans Nova":6,"Gill Sans Nova Cond":4,"Gill Sans Nova Cond Lt":3,"Gill Sans Nova Cond Ultra Bold":6,"Gill Sans Nova Cond XBd":6,"Gill Sans Nova Light":6,"Gill Sans Nova Ultra Bold":9,"Gill Sans Ultra Bold":9,"Gill Sans Ultra Bold Condensed":6,Gisha:6,"Gloucester MT Extra Condensed":4,"Goudy Old Style":6,"Goudy Stout":9,Grotesque:5,"Grotesque Light":5,Gulim:6,GulimChe:6,Gungsuh:6,GungsuhChe:6,"Hadassah Friedlaender":6,Haettenschweiler:5,"Harlow Solid Italic":5,Harrington:6,"Headline R":8,HGGothicE:6,HGGothicM:6,HGGyoshotai:6,HGKyokashotai:6,HGMaruGothicMPRO:8,HGMinchoB:7,HGMinchoE:7,HGPGothicE:7,HGPGothicM:7,HGPGyoshotai:6,HGPKyokashotai:6,HGPMinchoB:6,HGPMinchoE:7,HGPSoeiKakugothicUB:8,HGPSoeiKakupoptai:8,HGPSoeiPresenceEB:7,HGSeikaishotaiPRO:7,HGSGothicE:6,HGSGothicM:6,HGSGyoshotai:5,HGSKyokashotai:5,HGSMinchoB:6,HGSMinchoE:7,HGSoeiKakugothicUB:7,HGSoeiKakupoptai:7,HGSoeiPresenceEB:7,HGSSoeiKakugothicUB:7,HGSSoeiKakupoptai:7,HGSSoeiPresenceEB:6,"High Tower Text":5,"HYGothic-Extra":7,"HYGothic-Medium":6,"HYGraphic-Medium":6,"HYGungSo-Bold":6,"HYHeadLine-Medium":6,"HYMyeongJo-Extra":7,"HYPMokGak-Bold":8,"HYPost-Light":7,"HYPost-Medium":8,"HYShortSamul-Medium":4,"HYSinMyeongJo-Medium":7,Impact:6,"Imprint MT Shadow":6,"Informal Roman":6,"Ink Free":6,IrisUPC:6,"Iskoola Pota":6,JasmineUPC:6,"Javanese Text":6,Jokerman:8,"Juice ITC":4,KaiTi:6,Kalinga:6,Kartika:6,"Khmer UI":6,KodchiangUPC:6,Kokila:6,"Kristen ITC":7,"Kunstler Script":4,"Lao UI":6,Latha:6,Leelawadee:6,"Leelawadee UI":6,"Leelawadee UI Semilight":6,"Levenim MT":6,LilyUPC:6,"Lucida Bright":7,"Lucida Calligraphy":7,"Lucida Console":8,"Lucida Fax":7,"Lucida Handwriting":8,"Lucida Sans":7,"Lucida Sans Typewriter":7,"Lucida Sans Unicode":8,"Magic R":7,Magneto:8,"Maiandra GD":7,"Malgun Gothic":6,"Malgun Gothic Semilight":7,Mangal:7,Marlett:12,"Matura MT Script Capitals":8,Meiryo:7,"Meiryo UI":7,"Microsoft GothicNeo":7,"Microsoft Himalaya":5,"Microsoft JhengHei":7,"Microsoft JhengHei Light":7,"Microsoft JhengHei UI":7,"Microsoft JhengHei UI Light":7,"Microsoft New Tai Lue":6,"Microsoft PhagsPa":6,"Microsoft Sans Serif":7,"Microsoft Tai Le":6,"Microsoft Uighur":4,"Microsoft YaHei Light":7,"Microsoft YaHei UI":7,"Microsoft YaHei UI Light":7,"Microsoft Yi Baiti":7,MingLiU:7,MingLiU_HKSCS:7,"MingLiU_HKSCS-ExtB":7,"MingLiU-ExtB":7,Miriam:7,"Miriam Fixed":7,Mistral:6,"Modern No. 20":6,"MoeumT R":7,"Mongolian Baiti":7,"Monotype Corsiva":6,MoolBoran:7,"MS Gothic":7,"MS Mincho":7,"MS Outlook":7,"MS PGothic":7,"MS PMincho":7,"MS Reference Sans Serif":8,"MS Reference Specialty":14,"MS UI Gothic":7,"MT Extra":12,"MV Boli":9,"Myanmar Text":6,Narkisim:7,"Neue Haas Grotesk Text Pro":7,"New Gulim":7,"News Gothic MT":7,"Niagara Engraved":5,"Niagara Solid":5,"Nirmala UI":6,"Nirmala UI Semilight":7,Nyala:7,"OCR A Extended":8,OCRB:8,"Old English Text MT":7,Onyx:5,"Palace Script MT":4,"Palatino Linotype":6,Papyrus:7,Parchment:3,Perpetua:5,"Perpetua Titling MT":7,"Plantagenet Cherokee":7,Playbill:5,PMingLiU:6,"PMingLiU-ExtB":6,"Poor Richard":7,Pristina:6,"Pyunji R":6,Raavi:7,"Rage Italic":7,Ravie:11,Rockwell:6,"Rockwell Condensed":5,"Rockwell Extra Bold":8,"Rockwell Light":7,"Rockwell Nova":7,"Rockwell Nova Cond":7,"Rockwell Nova Cond Light":7,"Rockwell Nova Extra Bold":7,"Rockwell Nova Light":7,Rod:7,"Sakkal Majalla":7,"Sanskrit Text":7,"Script MT Bold":6,"Segoe MDL2 Assets":4,"Segoe Print":8,"Segoe Script":8,"Segoe UI":6,"Segoe UI Black":7,"Segoe UI Emoji":6,"Segoe UI Historic":6,"Segoe UI Light":6,"Segoe UI Semibold":6,"Segoe UI Semilight":6,"Segoe UI Symbol":6,Selawik:6,"Selawik Light":6,"Selawik Semibold":6,"Shonar Bangla":6,"Showcard Gothic":6,Shruti:6,"Simplified Arabic":6,"Simplified Arabic Fixed":6,"SimSun-ExtB":6,"Sitka Banner":6,"Sitka Display":6,"Sitka Heading":6,"Sitka Small":8,"Sitka Subheading":6,"Sitka Text":7,"Snap ITC":10,"Source Sans Pro":6,"Source Sans Pro Black":6,"Source Sans Pro ExtraLight":6,"Source Sans Pro Light":6,"Source Sans Pro SemiBold":6,Stencil:6,Sylfaen:6,Symbol:6,Tahoma:6,"Tempus Sans ITC":7,"TH SarabunPSK":6,"Times New Roman":6,"Traditional Arabic":6,"Trebuchet MS":6,Tunga:6,"Tw Cen MT":6,"Tw Cen MT Condensed":4,"Tw Cen MT Condensed Extra Bold":5,"UD Digi Kyokasho N-B":6,"UD Digi Kyokasho NK-B":6,"UD Digi Kyokasho NK-R":6,"UD Digi Kyokasho NP-B":6,"UD Digi Kyokasho NP-R":6,"UD Digi Kyokasho N-R":6,Univers:6,"Univers Condensed":6,"Univers Condensed Light":6,"Univers Light":6,"Urdu Typesetting":6,Utsaah:6,Vani:6,Verdana:7,"Verdana Pro":6,"Verdana Pro Black":6,"Verdana Pro Cond":6,"Verdana Pro Cond Black":6,"Verdana Pro Cond Light":6,"Verdana Pro Cond SemiBold":6,"Verdana Pro Light":6,"Verdana Pro SemiBold":6,Vijaya:6,"Viner Hand ITC":7,Vivaldi:5,"Vladimir Script":5,Vrinda:6,Webdings:11,"Wide Latin":14,Wingdings:15,"Wingdings 2":12,"Wingdings 3":10,"Yet R":6,"Yu Gothic":6,"Yu Gothic Light":6,"Yu Gothic Medium":6,"Yu Gothic UI":6,"Yu Gothic UI Light":6,"Yu Gothic UI Semibold":6,"Yu Gothic UI Semilight":6,"Yu Mincho":6,"Yu Mincho Demibold":6,"Yu Mincho Light":6,"\u4eff\u5b8b":6,"\u534e\u6587\u4e2d\u5b8b":7,"\u534e\u6587\u4eff\u5b8b":5,"\u534e\u6587\u5b8b\u4f53":5,"\u534e\u6587\u5f69\u4e91":6,"\u534e\u6587\u65b0\u9b4f":6,"\u534e\u6587\u6977\u4f53":5,"\u534e\u6587\u7425\u73c0":6,"\u534e\u6587\u7ec6\u9ed1":6,"\u534e\u6587\u884c\u6977":6,"\u534e\u6587\u96b6\u4e66":5,"\u5b8b\u4f53":6,"\u5e7c\u5706":6,"\u5fae\u8f6f\u96c5\u9ed1":6,"\u5fae\u8f6f\u96c5\u9ed1 Light":6,"\u65b0\u5b8b\u4f53":6,"\u65b9\u6b63\u59da\u4f53":6,"\u65b9\u6b63\u8212\u4f53":6,"\u6977\u4f53":6,"\u7b49\u7ebf":6,"\u7b49\u7ebf Light":6,"\u96b6\u4e66":6,"\u9ed1\u4f53":6,"\u6e38\u30b4\u30b7\u30c3\u30af":6,"\uff2d\uff33 \uff30\u660e\u671d":6,"\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af":6,"\u30e1\u30a4\u30ea\u30aa":7,"HG\uff7a\uff9e\uff7c\uff6f\uff78E":6,"HG\u660e\u671dB":6,"HG\uff7a\uff9e\uff7c\uff6f\uff78M":6},9:{"Gill Sans MT":6,Abadi:7,"Abadi Extra Light":7,"Agency FB":5,Aharoni:5,Aldhabi:4,Algerian:7,"Ami R":5,"Angsana New":4,AngsanaUPC:4,Aparajita:5,"Arabic Typesetting":4,Arial:7,"Arial Black":8,"Arial Narrow":5,"Arial Nova":7,"Arial Nova Cond":6,"Arial Nova Cond Light":5,"Arial Nova Light":7,"Arial Rounded MT Bold":7,"Baskerville Old Face":6,Batang:6,BatangChe:6,"Bauhaus 93":7,"Bell MT":6,Bembo:6,"Berlin Sans FB":7,"Berlin Sans FB Demi":8,"Bernard MT Condensed":6,"Blackadder ITC":5,"Bodoni MT":6,"Bodoni MT Black":8,"Bodoni MT Condensed":4,"Bodoni MT Poster Compressed":4,"Book Antiqua":6,"Bookman Old Style":7,"Bookshelf Symbol 7":9,"Bradley Hand ITC":8,"Britannic Bold":7,Broadway:8,"Browallia New":4,BrowalliaUPC:4,"Brush Script MT":6,Calibri:6,"Calibri Light":6,"Californian FB":7,"Calisto MT":6,Cambria:7,"Cambria Math":7,Candara:7,Castellar:9,Centaur:6,Century:7,"Century Gothic":7,"Century Schoolbook":7,Chiller:6,"Colonna MT":6,"Comic Sans MS":7,Consolas:7,Constantia:7,"Cooper Black":7,"Copperplate Gothic Bold":9,"Copperplate Gothic Light":9,Corbel:6,"Cordia New":4,CordiaUPC:4,"Courier New":7,"Curlz MT":6,Dante:5,DaunPenh:4,David:5,DilleniaUPC:4,DokChampa:7,Dotum:6,DotumChe:6,Dubai:6,"Dubai Light":6,"Dubai Medium":6,Ebrima:6,"Edwardian Script ITC":6,Elephant:9,"Engravers MT":8,"Eras Bold ITC":8,"Eras Demi ITC":7,"Eras Light ITC":6,"Eras Medium ITC":7,EucrosiaUPC:5,Euphemia:7,"Expo M":10,FangSong:6,"Felix Titling":7,"Footlight MT Light":7,Forte:6,"Franklin Gothic Book":7,"Franklin Gothic Demi":7,"Franklin Gothic Demi Cond":6,"Franklin Gothic Heavy":7,"Franklin Gothic Medium":7,"Franklin Gothic Medium Cond":6,FrankRuehl:5,FreesiaUPC:5,"Freestyle Script":5,"French Script MT":4,Gabriola:5,Gadugi:6,Garamond:6,Gautami:7,Georgia:8,"Georgia Pro":7,"Georgia Pro Black":9,"Georgia Pro Cond":6,"Georgia Pro Cond Black":8,"Georgia Pro Cond Light":6,"Georgia Pro Cond Semibold":7,"Georgia Pro Light":7,"Georgia Pro Semibold":7,Gigi:7,"Gill Sans MT Condensed":4,"Gill Sans MT Ext Condensed Bold":4,"Gill Sans Nova":6,"Gill Sans Nova Cond":4,"Gill Sans Nova Cond Lt":4,"Gill Sans Nova Cond Ultra Bold":7,"Gill Sans Nova Cond XBd":6,"Gill Sans Nova Light":6,"Gill Sans Nova Ultra Bold":10,"Gill Sans Ultra Bold":10,"Gill Sans Ultra Bold Condensed":7,Gisha:6,"Gloucester MT Extra Condensed":5,"Goudy Old Style":6,"Goudy Stout":10,Grotesque:6,"Grotesque Light":6,Gulim:6,GulimChe:6,Gungsuh:6,GungsuhChe:6,"Hadassah Friedlaender":7,Haettenschweiler:5,"Harlow Solid Italic":6,Harrington:7,"Headline R":9,HGGothicE:6,HGGothicM:6,HGGyoshotai:6,HGKyokashotai:6,HGMaruGothicMPRO:9,HGMinchoB:7,HGMinchoE:7,HGPGothicE:8,HGPGothicM:8,HGPGyoshotai:7,HGPKyokashotai:7,HGPMinchoB:7,HGPMinchoE:7,HGPSoeiKakugothicUB:9,HGPSoeiKakupoptai:9,HGPSoeiPresenceEB:8,HGSeikaishotaiPRO:7,HGSGothicE:7,HGSGothicM:7,HGSGyoshotai:6,HGSKyokashotai:6,HGSMinchoB:7,HGSMinchoE:7,HGSoeiKakugothicUB:7,HGSoeiKakupoptai:7,HGSoeiPresenceEB:7,HGSSoeiKakugothicUB:8,HGSSoeiKakupoptai:8,HGSSoeiPresenceEB:7,"High Tower Text":6,"HYGothic-Extra":8,"HYGothic-Medium":7,"HYGraphic-Medium":7,"HYGungSo-Bold":7,"HYHeadLine-Medium":7,"HYMyeongJo-Extra":8,"HYPMokGak-Bold":9,"HYPost-Light":8,"HYPost-Medium":9,"HYShortSamul-Medium":5,"HYSinMyeongJo-Medium":8,Impact:7,"Imprint MT Shadow":6,"Informal Roman":7,"Ink Free":6,IrisUPC:6,"Iskoola Pota":6,JasmineUPC:6,"Javanese Text":7,Jokerman:9,"Juice ITC":4,KaiTi:6,Kalinga:6,Kartika:6,"Khmer UI":6,KodchiangUPC:6,Kokila:6,"Kristen ITC":7,"Kunstler Script":4,"Lao UI":6,Latha:6,Leelawadee:6,"Leelawadee UI":6,"Leelawadee UI Semilight":7,"Levenim MT":6,LilyUPC:6,"Lucida Bright":7,"Lucida Calligraphy":9,"Lucida Console":8,"Lucida Fax":8,"Lucida Handwriting":9,"Lucida Sans":8,"Lucida Sans Typewriter":7,"Lucida Sans Unicode":9,"Magic R":8,Magneto:9,"Maiandra GD":8,"Malgun Gothic":7,"Malgun Gothic Semilight":8,Mangal:7,Marlett:13,"Matura MT Script Capitals":9,Meiryo:8,"Meiryo UI":8,"Microsoft GothicNeo":7,"Microsoft Himalaya":5,"Microsoft JhengHei":7,"Microsoft JhengHei Light":8,"Microsoft JhengHei UI":7,"Microsoft JhengHei UI Light":8,"Microsoft New Tai Lue":7,"Microsoft PhagsPa":7,"Microsoft Sans Serif":8,"Microsoft Tai Le":7,"Microsoft Uighur":5,"Microsoft YaHei Light":8,"Microsoft YaHei UI":7,"Microsoft YaHei UI Light":8,"Microsoft Yi Baiti":7,MingLiU:7,MingLiU_HKSCS:7,"MingLiU_HKSCS-ExtB":7,"MingLiU-ExtB":7,Miriam:7,"Miriam Fixed":7,Mistral:6,"Modern No. 20":6,"MoeumT R":8,"Mongolian Baiti":7,"Monotype Corsiva":6,MoolBoran:7,"MS Gothic":7,"MS Mincho":7,"MS Outlook":7,"MS PGothic":7,"MS PMincho":7,"MS Reference Sans Serif":9,"MS Reference Specialty":15,"MS UI Gothic":7,"MT Extra":13,"MV Boli":9,"Myanmar Text":7,Narkisim:7,"Neue Haas Grotesk Text Pro":7,"New Gulim":8,"News Gothic MT":7,"Niagara Engraved":5,"Niagara Solid":5,"Nirmala UI":7,"Nirmala UI Semilight":8,Nyala:7,"OCR A Extended":8,OCRB:8,"Old English Text MT":7,Onyx:5,"Palace Script MT":5,"Palatino Linotype":6,Papyrus:8,Parchment:4,Perpetua:6,"Perpetua Titling MT":8,"Plantagenet Cherokee":7,Playbill:5,PMingLiU:7,"PMingLiU-ExtB":7,"Poor Richard":8,Pristina:6,"Pyunji R":7,Raavi:7,"Rage Italic":7,Ravie:12,Rockwell:7,"Rockwell Condensed":5,"Rockwell Extra Bold":8,"Rockwell Light":7,"Rockwell Nova":7,"Rockwell Nova Cond":7,"Rockwell Nova Cond Light":7,"Rockwell Nova Extra Bold":7,"Rockwell Nova Light":7,Rod:7,"Sakkal Majalla":7,"Sanskrit Text":7,"Script MT Bold":6,"Segoe MDL2 Assets":5,"Segoe Print":9,"Segoe Script":9,"Segoe UI":6,"Segoe UI Black":7,"Segoe UI Emoji":6,"Segoe UI Historic":6,"Segoe UI Light":6,"Segoe UI Semibold":7,"Segoe UI Semilight":7,"Segoe UI Symbol":6,Selawik:6,"Selawik Light":6,"Selawik Semibold":6,"Shonar Bangla":6,"Showcard Gothic":8,Shruti:6,"Simplified Arabic":6,"Simplified Arabic Fixed":6,"SimSun-ExtB":6,"Sitka Banner":6,"Sitka Display":6,"Sitka Heading":7,"Sitka Small":8,"Sitka Subheading":7,"Sitka Text":8,"Snap ITC":10,"Source Sans Pro":6,"Source Sans Pro Black":6,"Source Sans Pro ExtraLight":6,"Source Sans Pro Light":6,"Source Sans Pro SemiBold":6,Stencil:7,Sylfaen:6,Symbol:6,Tahoma:7,"Tempus Sans ITC":8,"TH SarabunPSK":6,"Times New Roman":6,"Traditional Arabic":6,"Trebuchet MS":6,Tunga:6,"Tw Cen MT":7,"Tw Cen MT Condensed":4,"Tw Cen MT Condensed Extra Bold":6,"UD Digi Kyokasho N-B":6,"UD Digi Kyokasho NK-B":6,"UD Digi Kyokasho NK-R":6,"UD Digi Kyokasho NP-B":6,"UD Digi Kyokasho NP-R":6,"UD Digi Kyokasho N-R":6,Univers:6,"Univers Condensed":6,"Univers Condensed Light":6,"Univers Light":6,"Urdu Typesetting":6,Utsaah:6,Vani:6,Verdana:8,"Verdana Pro":6,"Verdana Pro Black":6,"Verdana Pro Cond":6,"Verdana Pro Cond Black":6,"Verdana Pro Cond Light":6,"Verdana Pro Cond SemiBold":6,"Verdana Pro Light":6,"Verdana Pro SemiBold":6,Vijaya:6,"Viner Hand ITC":8,Vivaldi:5,"Vladimir Script":6,Vrinda:6,Webdings:12,"Wide Latin":15,Wingdings:16,"Wingdings 2":14,"Wingdings 3":11,"Yet R":6,"Yu Gothic":7,"Yu Gothic Light":6,"Yu Gothic Medium":7,"Yu Gothic UI":6,"Yu Gothic UI Light":6,"Yu Gothic UI Semibold":7,"Yu Gothic UI Semilight":7,"Yu Mincho":7,"Yu Mincho Demibold":6,"Yu Mincho Light":6,"\u4eff\u5b8b":6,"\u534e\u6587\u4e2d\u5b8b":7,"\u534e\u6587\u4eff\u5b8b":6,"\u534e\u6587\u5b8b\u4f53":6,"\u534e\u6587\u5f69\u4e91":7,"\u534e\u6587\u65b0\u9b4f":7,"\u534e\u6587\u6977\u4f53":6,"\u534e\u6587\u7425\u73c0":7,"\u534e\u6587\u7ec6\u9ed1":7,"\u534e\u6587\u884c\u6977":6,"\u534e\u6587\u96b6\u4e66":5,"\u5b8b\u4f53":6,"\u5e7c\u5706":6,"\u5fae\u8f6f\u96c5\u9ed1":7,"\u5fae\u8f6f\u96c5\u9ed1 Light":7,"\u65b0\u5b8b\u4f53":6,"\u65b9\u6b63\u59da\u4f53":6,"\u65b9\u6b63\u8212\u4f53":7,"\u6977\u4f53":6,"\u7b49\u7ebf":6,"\u7b49\u7ebf Light":6,"\u96b6\u4e66":6,"\u9ed1\u4f53":6,"\u6e38\u30b4\u30b7\u30c3\u30af":7,"\uff2d\uff33 \uff30\u660e\u671d":6,"\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af":6,"\u30e1\u30a4\u30ea\u30aa":7,"HG\uff7a\uff9e\uff7c\uff6f\uff78E":6,"HG\u660e\u671dB":6,"HG\uff7a\uff9e\uff7c\uff6f\uff78M":6},10:{"Gill Sans MT":7,Abadi:8,"Abadi Extra Light":7,"Agency FB":5,Aharoni:5,Aldhabi:4,Algerian:8,"Ami R":5,"Angsana New":4,AngsanaUPC:4,Aparajita:5,"Arabic Typesetting":4,Arial:7,"Arial Black":9,"Arial Narrow":6,"Arial Nova":7,"Arial Nova Cond":7,"Arial Nova Cond Light":6,"Arial Nova Light":7,"Arial Rounded MT Bold":8,"Baskerville Old Face":6,Batang:7,BatangChe:7,"Bauhaus 93":7,"Bell MT":7,Bembo:6,"Berlin Sans FB":8,"Berlin Sans FB Demi":8,"Bernard MT Condensed":6,"Blackadder ITC":5,"Bodoni MT":6,"Bodoni MT Black":9,"Bodoni MT Condensed":4,"Bodoni MT Poster Compressed":5,"Book Antiqua":7,"Bookman Old Style":8,"Bookshelf Symbol 7":10,"Bradley Hand ITC":8,"Britannic Bold":8,Broadway:8,"Browallia New":5,BrowalliaUPC:5,"Brush Script MT":7,Calibri:7,"Calibri Light":7,"Californian FB":7,"Calisto MT":7,Cambria:7,"Cambria Math":7,Candara:7,Castellar:9,Centaur:6,Century:7,"Century Gothic":7,"Century Schoolbook":7,Chiller:6,"Colonna MT":7,"Comic Sans MS":8,Consolas:7,Constantia:7,"Cooper Black":8,"Copperplate Gothic Bold":9,"Copperplate Gothic Light":9,Corbel:7,"Cordia New":5,CordiaUPC:5,"Courier New":8,"Curlz MT":7,Dante:6,DaunPenh:4,David:6,DilleniaUPC:4,DokChampa:7,Dotum:6,DotumChe:7,Dubai:7,"Dubai Light":7,"Dubai Medium":7,Ebrima:7,"Edwardian Script ITC":6,Elephant:10,"Engravers MT":8,"Eras Bold ITC":8,"Eras Demi ITC":8,"Eras Light ITC":7,"Eras Medium ITC":7,EucrosiaUPC:5,Euphemia:8,"Expo M":11,FangSong:7,"Felix Titling":8,"Footlight MT Light":7,Forte:7,"Franklin Gothic Book":8,"Franklin Gothic Demi":8,"Franklin Gothic Demi Cond":7,"Franklin Gothic Heavy":8,"Franklin Gothic Medium":8,"Franklin Gothic Medium Cond":7,FrankRuehl:5,FreesiaUPC:6,"Freestyle Script":5,"French Script MT":5,Gabriola:5,Gadugi:7,Garamond:6,Gautami:8,Georgia:9,"Georgia Pro":7,"Georgia Pro Black":9,"Georgia Pro Cond":7,"Georgia Pro Cond Black":8,"Georgia Pro Cond Light":7,"Georgia Pro Cond Semibold":7,"Georgia Pro Light":7,"Georgia Pro Semibold":8,Gigi:7,"Gill Sans MT Condensed":5,"Gill Sans MT Ext Condensed Bold":4,"Gill Sans Nova":7,"Gill Sans Nova Cond":4,"Gill Sans Nova Cond Lt":4,
- "Gill Sans Nova Cond Ultra Bold":8,"Gill Sans Nova Cond XBd":7,"Gill Sans Nova Light":7,"Gill Sans Nova Ultra Bold":11,"Gill Sans Ultra Bold":11,"Gill Sans Ultra Bold Condensed":8,Gisha:7,"Gloucester MT Extra Condensed":5,"Goudy Old Style":7,"Goudy Stout":11,Grotesque:6,"Grotesque Light":6,Gulim:7,GulimChe:7,Gungsuh:6,GungsuhChe:7,"Hadassah Friedlaender":7,Haettenschweiler:6,"Harlow Solid Italic":6,Harrington:7,"Headline R":9,HGGothicE:7,HGGothicM:7,HGGyoshotai:7,HGKyokashotai:7,HGMaruGothicMPRO:10,HGMinchoB:8,HGMinchoE:8,HGPGothicE:8,HGPGothicM:9,HGPGyoshotai:7,HGPKyokashotai:7,HGPMinchoB:7,HGPMinchoE:8,HGPSoeiKakugothicUB:9,HGPSoeiKakupoptai:9,HGPSoeiPresenceEB:8,HGSeikaishotaiPRO:8,HGSGothicE:7,HGSGothicM:8,HGSGyoshotai:6,HGSKyokashotai:6,HGSMinchoB:7,HGSMinchoE:8,HGSoeiKakugothicUB:8,HGSoeiKakupoptai:8,HGSoeiPresenceEB:8,HGSSoeiKakugothicUB:8,HGSSoeiKakupoptai:8,HGSSoeiPresenceEB:7,"High Tower Text":6,"HYGothic-Extra":8,"HYGothic-Medium":8,"HYGraphic-Medium":8,"HYGungSo-Bold":8,"HYHeadLine-Medium":8,"HYMyeongJo-Extra":9,"HYPMokGak-Bold":9,"HYPost-Light":9,"HYPost-Medium":9,"HYShortSamul-Medium":5,"HYSinMyeongJo-Medium":8,Impact:7,"Imprint MT Shadow":7,"Informal Roman":7,"Ink Free":7,IrisUPC:7,"Iskoola Pota":7,JasmineUPC:7,"Javanese Text":8,Jokerman:9,"Juice ITC":5,KaiTi:7,Kalinga:7,Kartika:7,"Khmer UI":7,KodchiangUPC:4,Kokila:7,"Kristen ITC":8,"Kunstler Script":5,"Lao UI":7,Latha:7,Leelawadee:7,"Leelawadee UI":7,"Leelawadee UI Semilight":7,"Levenim MT":7,LilyUPC:7,"Lucida Bright":8,"Lucida Calligraphy":10,"Lucida Console":9,"Lucida Fax":9,"Lucida Handwriting":10,"Lucida Sans":9,"Lucida Sans Typewriter":8,"Lucida Sans Unicode":9,"Magic R":8,Magneto:10,"Maiandra GD":9,"Malgun Gothic":8,"Malgun Gothic Semilight":8,Mangal:8,Marlett:14,"Matura MT Script Capitals":10,Meiryo:9,"Meiryo UI":9,"Microsoft GothicNeo":8,"Microsoft Himalaya":5,"Microsoft JhengHei":8,"Microsoft JhengHei Light":8,"Microsoft JhengHei UI":8,"Microsoft JhengHei UI Light":8,"Microsoft New Tai Lue":7,"Microsoft PhagsPa":7,"Microsoft Sans Serif":8,"Microsoft Tai Le":7,"Microsoft Uighur":5,"Microsoft YaHei Light":8,"Microsoft YaHei UI":8,"Microsoft YaHei UI Light":8,"Microsoft Yi Baiti":8,MingLiU:8,MingLiU_HKSCS:8,"MingLiU_HKSCS-ExtB":8,"MingLiU-ExtB":8,Miriam:8,"Miriam Fixed":8,Mistral:7,"Modern No. 20":7,"MoeumT R":8,"Mongolian Baiti":8,"Monotype Corsiva":7,MoolBoran:8,"MS Gothic":8,"MS Mincho":8,"MS Outlook":8,"MS PGothic":8,"MS PMincho":8,"MS Reference Sans Serif":9,"MS Reference Specialty":17,"MS UI Gothic":8,"MT Extra":14,"MV Boli":10,"Myanmar Text":7,Narkisim:8,"Neue Haas Grotesk Text Pro":8,"New Gulim":8,"News Gothic MT":8,"Niagara Engraved":5,"Niagara Solid":5,"Nirmala UI":7,"Nirmala UI Semilight":8,Nyala:8,"OCR A Extended":9,OCRB:9,"Old English Text MT":8,Onyx:6,"Palace Script MT":5,"Palatino Linotype":7,Papyrus:9,Parchment:4,Perpetua:6,"Perpetua Titling MT":9,"Plantagenet Cherokee":8,Playbill:6,PMingLiU:7,"PMingLiU-ExtB":7,"Poor Richard":8,Pristina:8,"Pyunji R":7,Raavi:8,"Rage Italic":8,Ravie:13,Rockwell:7,"Rockwell Condensed":6,"Rockwell Extra Bold":9,"Rockwell Light":8,"Rockwell Nova":8,"Rockwell Nova Cond":8,"Rockwell Nova Cond Light":8,"Rockwell Nova Extra Bold":8,"Rockwell Nova Light":8,Rod:8,"Sakkal Majalla":8,"Sanskrit Text":8,"Script MT Bold":7,"Segoe MDL2 Assets":5,"Segoe Print":10,"Segoe Script":10,"Segoe UI":7,"Segoe UI Black":8,"Segoe UI Emoji":7,"Segoe UI Historic":7,"Segoe UI Light":7,"Segoe UI Semibold":7,"Segoe UI Semilight":7,"Segoe UI Symbol":7,Selawik:7,"Selawik Light":7,"Selawik Semibold":7,"Shonar Bangla":7,"Showcard Gothic":8,Shruti:7,"Simplified Arabic":7,"Simplified Arabic Fixed":7,"SimSun-ExtB":7,"Sitka Banner":7,"Sitka Display":7,"Sitka Heading":7,"Sitka Small":9,"Sitka Subheading":8,"Sitka Text":8,"Snap ITC":11,"Source Sans Pro":7,"Source Sans Pro Black":7,"Source Sans Pro ExtraLight":7,"Source Sans Pro Light":7,"Source Sans Pro SemiBold":7,Stencil:7,Sylfaen:7,Symbol:7,Tahoma:7,"Tempus Sans ITC":9,"TH SarabunPSK":7,"Times New Roman":7,"Traditional Arabic":7,"Trebuchet MS":7,Tunga:7,"Tw Cen MT":7,"Tw Cen MT Condensed":5,"Tw Cen MT Condensed Extra Bold":6,"UD Digi Kyokasho N-B":7,"UD Digi Kyokasho NK-B":7,"UD Digi Kyokasho NK-R":7,"UD Digi Kyokasho NP-B":7,"UD Digi Kyokasho NP-R":7,"UD Digi Kyokasho N-R":7,Univers:7,"Univers Condensed":7,"Univers Condensed Light":7,"Univers Light":7,"Urdu Typesetting":7,Utsaah:7,Vani:7,Verdana:8,"Verdana Pro":8,"Verdana Pro Black":7,"Verdana Pro Cond":7,"Verdana Pro Cond Black":7,"Verdana Pro Cond Light":7,"Verdana Pro Cond SemiBold":7,"Verdana Pro Light":7,"Verdana Pro SemiBold":7,Vijaya:7,"Viner Hand ITC":9,Vivaldi:6,"Vladimir Script":6,Vrinda:7,Webdings:13,"Wide Latin":16,Wingdings:17,"Wingdings 2":15,"Wingdings 3":12,"Yet R":7,"Yu Gothic":7,"Yu Gothic Light":7,"Yu Gothic Medium":7,"Yu Gothic UI":7,"Yu Gothic UI Light":7,"Yu Gothic UI Semibold":7,"Yu Gothic UI Semilight":7,"Yu Mincho":7,"Yu Mincho Demibold":7,"Yu Mincho Light":7,"\u4eff\u5b8b":7,"\u534e\u6587\u4e2d\u5b8b":8,"\u534e\u6587\u4eff\u5b8b":6,"\u534e\u6587\u5b8b\u4f53":6,"\u534e\u6587\u5f69\u4e91":7,"\u534e\u6587\u65b0\u9b4f":8,"\u534e\u6587\u6977\u4f53":6,"\u534e\u6587\u7425\u73c0":7,"\u534e\u6587\u7ec6\u9ed1":7,"\u534e\u6587\u884c\u6977":7,"\u534e\u6587\u96b6\u4e66":6,"\u5b8b\u4f53":7,"\u5e7c\u5706":7,"\u5fae\u8f6f\u96c5\u9ed1":8,"\u5fae\u8f6f\u96c5\u9ed1 Light":7,"\u65b0\u5b8b\u4f53":7,"\u65b9\u6b63\u59da\u4f53":7,"\u65b9\u6b63\u8212\u4f53":7,"\u6977\u4f53":7,"\u7b49\u7ebf":7,"\u7b49\u7ebf Light":7,"\u96b6\u4e66":7,"\u9ed1\u4f53":7,"\u6e38\u30b4\u30b7\u30c3\u30af":7,"\uff2d\uff33 \uff30\u660e\u671d":7,"\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af":7,"\u30e1\u30a4\u30ea\u30aa":8,"HG\uff7a\uff9e\uff7c\uff6f\uff78E":7,"HG\u660e\u671dB":7,"HG\uff7a\uff9e\uff7c\uff6f\uff78M":7},11:{"Gill Sans MT":8,Abadi:9,"Abadi Extra Light":8,"Agency FB":6,Aharoni:6,Aldhabi:5,Algerian:9,"Ami R":6,"Angsana New":5,AngsanaUPC:5,Aparajita:6,"Arabic Typesetting":5,Arial:8,"Arial Black":10,"Arial Narrow":7,"Arial Nova":8,"Arial Nova Cond":8,"Arial Nova Cond Light":7,"Arial Nova Light":8,"Arial Rounded MT Bold":9,"Baskerville Old Face":7,Batang:8,BatangChe:8,"Bauhaus 93":9,"Bell MT":8,Bembo:7,"Berlin Sans FB":9,"Berlin Sans FB Demi":9,"Bernard MT Condensed":7,"Blackadder ITC":6,"Bodoni MT":7,"Bodoni MT Black":10,"Bodoni MT Condensed":5,"Bodoni MT Poster Compressed":5,"Book Antiqua":8,"Bookman Old Style":9,"Bookshelf Symbol 7":11,"Bradley Hand ITC":10,"Britannic Bold":9,Broadway:10,"Browallia New":5,BrowalliaUPC:5,"Brush Script MT":8,Calibri:7,"Calibri Light":8,"Californian FB":9,"Calisto MT":8,Cambria:8,"Cambria Math":8,Candara:8,Castellar:11,Centaur:7,Century:8,"Century Gothic":8,"Century Schoolbook":8,Chiller:7,"Colonna MT":8,"Comic Sans MS":9,Consolas:8,Constantia:8,"Cooper Black":9,"Copperplate Gothic Bold":11,"Copperplate Gothic Light":11,Corbel:8,"Cordia New":5,CordiaUPC:5,"Courier New":9,"Curlz MT":8,Dante:7,DaunPenh:5,David:7,DilleniaUPC:5,DokChampa:8,Dotum:9,DotumChe:8,Dubai:8,"Dubai Light":8,"Dubai Medium":8,Ebrima:8,"Edwardian Script ITC":7,Elephant:11,"Engravers MT":10,"Eras Bold ITC":10,"Eras Demi ITC":9,"Eras Light ITC":8,"Eras Medium ITC":9,EucrosiaUPC:6,Euphemia:9,"Expo M":13,FangSong:8,"Felix Titling":9,"Footlight MT Light":8,Forte:8,"Franklin Gothic Book":9,"Franklin Gothic Demi":9,"Franklin Gothic Demi Cond":8,"Franklin Gothic Heavy":9,"Franklin Gothic Medium":9,"Franklin Gothic Medium Cond":8,FrankRuehl:6,FreesiaUPC:7,"Freestyle Script":6,"French Script MT":5,Gabriola:6,Gadugi:8,Garamond:7,Gautami:9,Georgia:9,"Georgia Pro":8,"Georgia Pro Black":11,"Georgia Pro Cond":8,"Georgia Pro Cond Black":10,"Georgia Pro Cond Light":8,"Georgia Pro Cond Semibold":8,"Georgia Pro Light":8,"Georgia Pro Semibold":9,Gigi:7,"Gill Sans MT Condensed":5,"Gill Sans MT Ext Condensed Bold":5,"Gill Sans Nova":8,"Gill Sans Nova Cond":5,"Gill Sans Nova Cond Lt":5,"Gill Sans Nova Cond Ultra Bold":9,"Gill Sans Nova Cond XBd":8,"Gill Sans Nova Light":8,"Gill Sans Nova Ultra Bold":13,"Gill Sans Ultra Bold":13,"Gill Sans Ultra Bold Condensed":9,Gisha:8,"Gloucester MT Extra Condensed":6,"Goudy Old Style":8,"Goudy Stout":12,Grotesque:7,"Grotesque Light":7,Gulim:8,GulimChe:8,Gungsuh:7,GungsuhChe:8,"Hadassah Friedlaender":9,Haettenschweiler:7,"Harlow Solid Italic":7,Harrington:8,"Headline R":11,HGGothicE:8,HGGothicM:8,HGGyoshotai:8,HGKyokashotai:8,HGMaruGothicMPRO:11,HGMinchoB:9,HGMinchoE:9,HGPGothicE:9,HGPGothicM:10,HGPGyoshotai:8,HGPKyokashotai:8,HGPMinchoB:8,HGPMinchoE:9,HGPSoeiKakugothicUB:10,HGPSoeiKakupoptai:11,HGPSoeiPresenceEB:9,HGSeikaishotaiPRO:9,HGSGothicE:8,HGSGothicM:9,HGSGyoshotai:7,HGSKyokashotai:7,HGSMinchoB:8,HGSMinchoE:9,HGSoeiKakugothicUB:9,HGSoeiKakupoptai:9,HGSoeiPresenceEB:9,HGSSoeiKakugothicUB:9,HGSSoeiKakupoptai:10,HGSSoeiPresenceEB:8,"High Tower Text":7,"HYGothic-Extra":9,"HYGothic-Medium":9,"HYGraphic-Medium":9,"HYGungSo-Bold":9,"HYHeadLine-Medium":9,"HYMyeongJo-Extra":10,"HYPMokGak-Bold":11,"HYPost-Light":10,"HYPost-Medium":11,"HYShortSamul-Medium":6,"HYSinMyeongJo-Medium":9,Impact:8,"Imprint MT Shadow":8,"Informal Roman":8,"Ink Free":8,IrisUPC:8,"Iskoola Pota":8,JasmineUPC:8,"Javanese Text":9,Jokerman:11,"Juice ITC":6,KaiTi:8,Kalinga:8,Kartika:8,"Khmer UI":8,KodchiangUPC:5,Kokila:8,"Kristen ITC":9,"Kunstler Script":5,"Lao UI":8,Latha:8,Leelawadee:8,"Leelawadee UI":8,"Leelawadee UI Semilight":8,"Levenim MT":9,LilyUPC:8,"Lucida Bright":9,"Lucida Calligraphy":11,"Lucida Console":10,"Lucida Fax":10,"Lucida Handwriting":11,"Lucida Sans":10,"Lucida Sans Typewriter":9,"Lucida Sans Unicode":10,"Magic R":9,Magneto:12,"Maiandra GD":10,"Malgun Gothic":9,"Malgun Gothic Semilight":9,Mangal:9,Marlett:16,"Matura MT Script Capitals":11,Meiryo:10,"Meiryo UI":10,"Microsoft GothicNeo":9,"Microsoft Himalaya":6,"Microsoft JhengHei":9,"Microsoft JhengHei Light":10,"Microsoft JhengHei UI":9,"Microsoft JhengHei UI Light":10,"Microsoft New Tai Lue":9,"Microsoft PhagsPa":9,"Microsoft Sans Serif":9,"Microsoft Tai Le":9,"Microsoft Uighur":6,"Microsoft YaHei Light":10,"Microsoft YaHei UI":9,"Microsoft YaHei UI Light":10,"Microsoft Yi Baiti":9,MingLiU:9,MingLiU_HKSCS:9,"MingLiU_HKSCS-ExtB":9,"MingLiU-ExtB":9,Miriam:9,"Miriam Fixed":10,Mistral:8,"Modern No. 20":8,"MoeumT R":9,"Mongolian Baiti":9,"Monotype Corsiva":8,MoolBoran:9,"MS Gothic":9,"MS Mincho":9,"MS Outlook":9,"MS PGothic":9,"MS PMincho":9,"MS Reference Sans Serif":11,"MS Reference Specialty":19,"MS UI Gothic":9,"MT Extra":16,"MV Boli":12,"Myanmar Text":9,Narkisim:7,"Neue Haas Grotesk Text Pro":9,"New Gulim":10,"News Gothic MT":9,"Niagara Engraved":5,"Niagara Solid":6,"Nirmala UI":9,"Nirmala UI Semilight":9,Nyala:9,"OCR A Extended":10,OCRB:10,"Old English Text MT":9,Onyx:6,"Palace Script MT":6,"Palatino Linotype":8,Papyrus:10,Parchment:4,Perpetua:7,"Perpetua Titling MT":10,"Plantagenet Cherokee":9,Playbill:6,PMingLiU:8,"PMingLiU-ExtB":8,"Poor Richard":9,Pristina:9,"Pyunji R":8,Raavi:9,"Rage Italic":9,Ravie:15,Rockwell:8,"Rockwell Condensed":6,"Rockwell Extra Bold":10,"Rockwell Light":9,"Rockwell Nova":9,"Rockwell Nova Cond":9,"Rockwell Nova Cond Light":9,"Rockwell Nova Extra Bold":9,"Rockwell Nova Light":9,Rod:9,"Sakkal Majalla":9,"Sanskrit Text":9,"Script MT Bold":8,"Segoe MDL2 Assets":6,"Segoe Print":11,"Segoe Script":11,"Segoe UI":8,"Segoe UI Black":9,"Segoe UI Emoji":8,"Segoe UI Historic":8,"Segoe UI Light":8,"Segoe UI Semibold":9,"Segoe UI Semilight":8,"Segoe UI Symbol":8,Selawik:8,"Selawik Light":8,"Selawik Semibold":8,"Shonar Bangla":8,"Showcard Gothic":9,Shruti:8,"Simplified Arabic":8,"Simplified Arabic Fixed":8,"SimSun-ExtB":8,"Sitka Banner":8,"Sitka Display":8,"Sitka Heading":8,"Sitka Small":10,"Sitka Subheading":9,"Sitka Text":9,"Snap ITC":13,"Source Sans Pro":8,"Source Sans Pro Black":8,"Source Sans Pro ExtraLight":8,"Source Sans Pro Light":8,"Source Sans Pro SemiBold":8,Stencil:9,Sylfaen:8,Symbol:8,Tahoma:8,"Tempus Sans ITC":10,"TH SarabunPSK":8,"Times New Roman":8,"Traditional Arabic":8,"Trebuchet MS":8,Tunga:8,"Tw Cen MT":8,"Tw Cen MT Condensed":5,"Tw Cen MT Condensed Extra Bold":7,"UD Digi Kyokasho N-B":8,"UD Digi Kyokasho NK-B":8,"UD Digi Kyokasho NK-R":8,"UD Digi Kyokasho NP-B":8,"UD Digi Kyokasho NP-R":8,"UD Digi Kyokasho N-R":8,Univers:8,"Univers Condensed":8,"Univers Condensed Light":8,"Univers Light":8,"Urdu Typesetting":8,Utsaah:8,Vani:8,Verdana:10,"Verdana Pro":10,"Verdana Pro Black":8,"Verdana Pro Cond":8,"Verdana Pro Cond Black":8,"Verdana Pro Cond Light":8,"Verdana Pro Cond SemiBold":8,"Verdana Pro Light":8,"Verdana Pro SemiBold":8,Vijaya:8,"Viner Hand ITC":10,Vivaldi:6,"Vladimir Script":7,Vrinda:9,Webdings:15,"Wide Latin":19,Wingdings:20,"Wingdings 2":17,"Wingdings 3":13,"Yet R":8,"Yu Gothic":8,"Yu Gothic Light":8,"Yu Gothic Medium":8,"Yu Gothic UI":8,"Yu Gothic UI Light":8,"Yu Gothic UI Semibold":9,"Yu Gothic UI Semilight":8,"Yu Mincho":8,"Yu Mincho Demibold":8,"Yu Mincho Light":8,"\u4eff\u5b8b":8,"\u534e\u6587\u4e2d\u5b8b":9,"\u534e\u6587\u4eff\u5b8b":7,"\u534e\u6587\u5b8b\u4f53":7,"\u534e\u6587\u5f69\u4e91":9,"\u534e\u6587\u65b0\u9b4f":9,"\u534e\u6587\u6977\u4f53":7,"\u534e\u6587\u7425\u73c0":9,"\u534e\u6587\u7ec6\u9ed1":8,"\u534e\u6587\u884c\u6977":8,"\u534e\u6587\u96b6\u4e66":7,"\u5b8b\u4f53":8,"\u5e7c\u5706":8,"\u5fae\u8f6f\u96c5\u9ed1":9,"\u5fae\u8f6f\u96c5\u9ed1 Light":9,"\u65b0\u5b8b\u4f53":8,"\u65b9\u6b63\u59da\u4f53":8,"\u65b9\u6b63\u8212\u4f53":8,"\u6977\u4f53":8,"\u7b49\u7ebf":8,"\u7b49\u7ebf Light":8,"\u96b6\u4e66":8,"\u9ed1\u4f53":8,"\u6e38\u30b4\u30b7\u30c3\u30af":8,"\uff2d\uff33 \uff30\u660e\u671d":8,"\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af":8,"\u30e1\u30a4\u30ea\u30aa":9,"HG\uff7a\uff9e\uff7c\uff6f\uff78E":8,"HG\u660e\u671dB":8,"HG\uff7a\uff9e\uff7c\uff6f\uff78M":8},12:{"Gill Sans MT":8,Abadi:10,"Abadi Extra Light":9,"Agency FB":6,Aharoni:7,Aldhabi:5,Algerian:10,"Ami R":7,"Angsana New":5,AngsanaUPC:5,Aparajita:6,"Arabic Typesetting":5,Arial:9,"Arial Black":11,"Arial Narrow":7,"Arial Nova":9,"Arial Nova Cond":8,"Arial Nova Cond Light":7,"Arial Nova Light":9,"Arial Rounded MT Bold":10,"Baskerville Old Face":8,Batang:9,BatangChe:8,"Bauhaus 93":9,"Bell MT":8,Bembo:8,"Berlin Sans FB":10,"Berlin Sans FB Demi":10,"Bernard MT Condensed":8,"Blackadder ITC":6,"Bodoni MT":8,"Bodoni MT Black":11,"Bodoni MT Condensed":5,"Bodoni MT Poster Compressed":6,"Book Antiqua":8,"Bookman Old Style":10,"Bookshelf Symbol 7":12,"Bradley Hand ITC":10,"Britannic Bold":10,Broadway:10,"Browallia New":6,BrowalliaUPC:6,"Brush Script MT":8,Calibri:8,"Calibri Light":8,"Californian FB":9,"Calisto MT":8,Cambria:9,"Cambria Math":9,Candara:9,Castellar:12,Centaur:8,Century:9,"Century Gothic":9,"Century Schoolbook":9,Chiller:8,"Colonna MT":8,"Comic Sans MS":10,Consolas:9,Constantia:9,"Cooper Black":10,"Copperplate Gothic Bold":11,"Copperplate Gothic Light":12,Corbel:8,"Cordia New":6,CordiaUPC:6,"Courier New":10,"Curlz MT":9,Dante:7,DaunPenh:5,David:7,DilleniaUPC:5,DokChampa:9,Dotum:8,DotumChe:8,Dubai:9,"Dubai Light":9,"Dubai Medium":9,Ebrima:9,"Edwardian Script ITC":8,Elephant:12,"Engravers MT":10,"Eras Bold ITC":10,"Eras Demi ITC":10,"Eras Light ITC":9,"Eras Medium ITC":9,EucrosiaUPC:6,Euphemia:9,"Expo M":14,FangSong:8,"Felix Titling":9,"Footlight MT Light":9,Forte:8,"Franklin Gothic Book":9,"Franklin Gothic Demi":9,"Franklin Gothic Demi Cond":8,"Franklin Gothic Heavy":9,"Franklin Gothic Medium":9,"Franklin Gothic Medium Cond":8,FrankRuehl:7,FreesiaUPC:7,"Freestyle Script":6,"French Script MT":6,Gabriola:6,Gadugi:9,Garamond:8,Gautami:10,Georgia:10,"Georgia Pro":9,"Georgia Pro Black":11,"Georgia Pro Cond":8,"Georgia Pro Cond Black":10,"Georgia Pro Cond Light":8,"Georgia Pro Cond Semibold":9,"Georgia Pro Light":9,"Georgia Pro Semibold":10,Gigi:7,"Gill Sans MT Condensed":6,"Gill Sans MT Ext Condensed Bold":6,"Gill Sans Nova":8,"Gill Sans Nova Cond":5,"Gill Sans Nova Cond Lt":5,"Gill Sans Nova Cond Ultra Bold":9,"Gill Sans Nova Cond XBd":8,"Gill Sans Nova Light":8,"Gill Sans Nova Ultra Bold":14,"Gill Sans Ultra Bold":14,"Gill Sans Ultra Bold Condensed":9,Gisha:9,"Gloucester MT Extra Condensed":6,"Goudy Old Style":8,"Goudy Stout":13,Grotesque:8,"Grotesque Light":8,Gulim:9,GulimChe:8,Gungsuh:9,GungsuhChe:8,"Hadassah Friedlaender":9,Haettenschweiler:7,"Harlow Solid Italic":7,Harrington:9,"Headline R":11,HGGothicE:8,HGGothicM:8,HGGyoshotai:8,HGKyokashotai:8,HGMaruGothicMPRO:12,HGMinchoB:9,HGMinchoE:9,HGPGothicE:10,HGPGothicM:10,HGPGyoshotai:9,HGPKyokashotai:8,HGPMinchoB:9,HGPMinchoE:9,HGPSoeiKakugothicUB:11,HGPSoeiKakupoptai:11,HGPSoeiPresenceEB:10,HGSeikaishotaiPRO:10,HGSGothicE:9,HGSGothicM:9,HGSGyoshotai:8,HGSKyokashotai:7,HGSMinchoB:9,HGSMinchoE:9,HGSoeiKakugothicUB:9,HGSoeiKakupoptai:9,HGSoeiPresenceEB:9,HGSSoeiKakugothicUB:10,HGSSoeiKakupoptai:10,HGSSoeiPresenceEB:9,"High Tower Text":8,"HYGothic-Extra":10,"HYGothic-Medium":9,"HYGraphic-Medium":9,"HYGungSo-Bold":9,"HYHeadLine-Medium":9,"HYMyeongJo-Extra":11,"HYPMokGak-Bold":11,"HYPost-Light":11,"HYPost-Medium":11,"HYShortSamul-Medium":6,"HYSinMyeongJo-Medium":10,Impact:9,"Imprint MT Shadow":8,"Informal Roman":9,"Ink Free":8,IrisUPC:8,"Iskoola Pota":8,JasmineUPC:8,"Javanese Text":9,Jokerman:11,"Juice ITC":6,KaiTi:8,Kalinga:9,Kartika:8,"Khmer UI":8,KodchiangUPC:5,Kokila:8,"Kristen ITC":10,"Kunstler Script":6,"Lao UI":8,Latha:8,Leelawadee:9,"Leelawadee UI":9,"Leelawadee UI Semilight":9,"Levenim MT":9,LilyUPC:7,"Lucida Bright":10,"Lucida Calligraphy":12,"Lucida Console":11,"Lucida Fax":11,"Lucida Handwriting":12,"Lucida Sans":11,"Lucida Sans Typewriter":10,"Lucida Sans Unicode":11,"Magic R":10,Magneto:12,"Maiandra GD":10,"Malgun Gothic":9,"Malgun Gothic Semilight":10,Mangal:9,Marlett:17,"Matura MT Script Capitals":12,Meiryo:11,"Meiryo UI":11,"Microsoft GothicNeo":9,"Microsoft Himalaya":6,"Microsoft JhengHei":10,"Microsoft JhengHei Light":10,"Microsoft JhengHei UI":10,"Microsoft JhengHei UI Light":10,"Microsoft New Tai Lue":9,"Microsoft PhagsPa":9,"Microsoft Sans Serif":10,"Microsoft Tai Le":9,"Microsoft Uighur":6,"Microsoft YaHei Light":10,"Microsoft YaHei UI":10,"Microsoft YaHei UI Light":10,"Microsoft Yi Baiti":9,MingLiU:9,MingLiU_HKSCS:9,"MingLiU_HKSCS-ExtB":9,"MingLiU-ExtB":9,Miriam:9,"Miriam Fixed":11,Mistral:8,"Modern No. 20":8,"MoeumT R":10,"Mongolian Baiti":9,"Monotype Corsiva":8,MoolBoran:7,"MS Gothic":9,"MS Mincho":9,"MS Outlook":9,"MS PGothic":9,"MS PMincho":9,"MS Reference Sans Serif":11,"MS Reference Specialty":20,"MS UI Gothic":9,"MT Extra":17,"MV Boli":12,"Myanmar Text":9,Narkisim:8,"Neue Haas Grotesk Text Pro":9,"New Gulim":10,"News Gothic MT":9,"Niagara Engraved":6,"Niagara Solid":6,"Nirmala UI":9,"Nirmala UI Semilight":10,Nyala:9,"OCR A Extended":11,OCRB:11,"Old English Text MT":9,Onyx:7,"Palace Script MT":6,"Palatino Linotype":8,Papyrus:10,Parchment:4,Perpetua:7,"Perpetua Titling MT":11,"Plantagenet Cherokee":9,Playbill:7,PMingLiU:9,"PMingLiU-ExtB":9,"Poor Richard":10,Pristina:9,"Pyunji R":9,Raavi:8,"Rage Italic":9,Ravie:16,Rockwell:9,"Rockwell Condensed":7,"Rockwell Extra Bold":11,"Rockwell Light":10,"Rockwell Nova":9,"Rockwell Nova Cond":9,"Rockwell Nova Cond Light":9,"Rockwell Nova Extra Bold":9,"Rockwell Nova Light":9,Rod:9,"Sakkal Majalla":9,"Sanskrit Text":9,"Script MT Bold":8,"Segoe MDL2 Assets":7,"Segoe Print":12,"Segoe Script":12,"Segoe UI":9,"Segoe UI Black":10,"Segoe UI Emoji":9,"Segoe UI Historic":9,"Segoe UI Light":8,"Segoe UI Semibold":9,"Segoe UI Semilight":9,"Segoe UI Symbol":9,Selawik:8,"Selawik Light":8,"Selawik Semibold":8,"Shonar Bangla":8,"Showcard Gothic":9,Shruti:8,"Simplified Arabic":8,"Simplified Arabic Fixed":8,"SimSun-ExtB":8,"Sitka Banner":8,"Sitka Display":8,"Sitka Heading":9,"Sitka Small":11,"Sitka Subheading":9,"Sitka Text":10,"Snap ITC":14,"Source Sans Pro":8,"Source Sans Pro Black":8,"Source Sans Pro ExtraLight":8,"Source Sans Pro Light":8,"Source Sans Pro SemiBold":8,Stencil:9,Sylfaen:8,Symbol:8,Tahoma:9,"Tempus Sans ITC":11,"TH SarabunPSK":8,"Times New Roman":8,"Traditional Arabic":8,"Trebuchet MS":8,Tunga:8,"Tw Cen MT":9,"Tw Cen MT Condensed":6,"Tw Cen MT Condensed Extra Bold":8,"UD Digi Kyokasho N-B":8,"UD Digi Kyokasho NK-B":8,"UD Digi Kyokasho NK-R":8,"UD Digi Kyokasho NP-B":8,"UD Digi Kyokasho NP-R":8,"UD Digi Kyokasho N-R":8,Univers:8,"Univers Condensed":8,"Univers Condensed Light":8,"Univers Light":8,"Urdu Typesetting":8,Utsaah:6,Vani:8,Verdana:10,"Verdana Pro":10,"Verdana Pro Black":8,"Verdana Pro Cond":8,"Verdana Pro Cond Black":8,"Verdana Pro Cond Light":8,"Verdana Pro Cond SemiBold":8,"Verdana Pro Light":8,"Verdana Pro SemiBold":8,Vijaya:8,"Viner Hand ITC":11,Vivaldi:7,"Vladimir Script":7,Vrinda:9,Webdings:16,"Wide Latin":20,Wingdings:22,"Wingdings 2":18,"Wingdings 3":14,"Yet R":9,"Yu Gothic":9,"Yu Gothic Light":9,"Yu Gothic Medium":9,"Yu Gothic UI":9,"Yu Gothic UI Light":9,"Yu Gothic UI Semibold":9,"Yu Gothic UI Semilight":9,"Yu Mincho":9,"Yu Mincho Demibold":8,"Yu Mincho Light":8,"\u4eff\u5b8b":8,"\u534e\u6587\u4e2d\u5b8b":10,"\u534e\u6587\u4eff\u5b8b":8,"\u534e\u6587\u5b8b\u4f53":8,"\u534e\u6587\u5f69\u4e91":9,"\u534e\u6587\u65b0\u9b4f":9,"\u534e\u6587\u6977\u4f53":8,"\u534e\u6587\u7425\u73c0":9,"\u534e\u6587\u7ec6\u9ed1":9,"\u534e\u6587\u884c\u6977":8,"\u534e\u6587\u96b6\u4e66":7,"\u5b8b\u4f53":8,"\u5e7c\u5706":8,"\u5fae\u8f6f\u96c5\u9ed1":9,"\u5fae\u8f6f\u96c5\u9ed1 Light":9,"\u65b0\u5b8b\u4f53":8,"\u65b9\u6b63\u59da\u4f53":8,"\u65b9\u6b63\u8212\u4f53":9,"\u6977\u4f53":8,"\u7b49\u7ebf":8,"\u7b49\u7ebf Light":8,"\u96b6\u4e66":8,"\u9ed1\u4f53":8,"\u6e38\u30b4\u30b7\u30c3\u30af":9,"\uff2d\uff33 \uff30\u660e\u671d":8,"\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af":8,"\u30e1\u30a4\u30ea\u30aa":10,"HG\uff7a\uff9e\uff7c\uff6f\uff78E":8,"HG\u660e\u671dB":8,"HG\uff7a\uff9e\uff7c\uff6f\uff78M":8},14:{"Gill Sans MT":10,Abadi:11,"Abadi Extra Light":11,"Agency FB":8,Aharoni:8,Aldhabi:6,Algerian:11,"Ami R":8,"Angsana New":6,AngsanaUPC:6,Aparajita:8,"Arabic Typesetting":6,Arial:11,"Arial Black":13,"Arial Narrow":9,"Arial Nova":11,"Arial Nova Cond":10,"Arial Nova Cond Light":9,"Arial Nova Light":11,"Arial Rounded MT Bold":11,"Baskerville Old Face":9,Batang:10,BatangChe:10,"Bauhaus 93":11,"Bell MT":10,Bembo:9,"Berlin Sans FB":11,"Berlin Sans FB Demi":12,"Bernard MT Condensed":9,"Blackadder ITC":8,"Bodoni MT":9,"Bodoni MT Black":12,"Bodoni MT Condensed":6,"Bodoni MT Poster Compressed":6,"Book Antiqua":10,"Bookman Old Style":12,"Bookshelf Symbol 7":14,"Bradley Hand ITC":12,"Britannic Bold":12,Broadway:12,"Browallia New":7,BrowalliaUPC:7,"Brush Script MT":10,Calibri:10,"Calibri Light":10,"Californian FB":11,"Calisto MT":10,Cambria:11,"Cambria Math":11,Candara:10,Castellar:14,Centaur:9,Century:11,"Century Gothic":11,"Century Schoolbook":11,Chiller:9,"Colonna MT":10,"Comic Sans MS":12,Consolas:10,Constantia:10,"Cooper Black":11,"Copperplate Gothic Bold":14,"Copperplate Gothic Light":14,Corbel:10,"Cordia New":7,CordiaUPC:7,"Courier New":11,"Curlz MT":10,Dante:9,DaunPenh:6,David:8,DilleniaUPC:6,DokChampa:11,Dotum:10,DotumChe:10,Dubai:10,"Dubai Light":10,"Dubai Medium":10,Ebrima:10,"Edwardian Script ITC":9,Elephant:14,"Engravers MT":12,"Eras Bold ITC":12,"Eras Demi ITC":12,"Eras Light ITC":10,"Eras Medium ITC":11,EucrosiaUPC:8,Euphemia:11,"Expo M":16,FangSong:10,"Felix Titling":11,"Footlight MT Light":11,Forte:10,"Franklin Gothic Book":11,"Franklin Gothic Demi":11,"Franklin Gothic Demi Cond":10,"Franklin Gothic Heavy":11,"Franklin Gothic Medium":11,"Franklin Gothic Medium Cond":10,FrankRuehl:8,FreesiaUPC:8,"Freestyle Script":7,"French Script MT":7,Gabriola:8,Gadugi:10,Garamond:9,Gautami:11,Georgia:12,"Georgia Pro":11,"Georgia Pro Black":13,"Georgia Pro Cond":10,"Georgia Pro Cond Black":12,"Georgia Pro Cond Light":10,"Georgia Pro Cond Semibold":11,"Georgia Pro Light":10,"Georgia Pro Semibold":12,Gigi:10,"Gill Sans MT Condensed":7,"Gill Sans MT Ext Condensed Bold":7,"Gill Sans Nova":10,"Gill Sans Nova Cond":6,"Gill Sans Nova Cond Lt":6,"Gill Sans Nova Cond Ultra Bold":11,"Gill Sans Nova Cond XBd":10,"Gill Sans Nova Light":10,"Gill Sans Nova Ultra Bold":16,"Gill Sans Ultra Bold":16,"Gill Sans Ultra Bold Condensed":11,Gisha:10,"Gloucester MT Extra Condensed":7,"Goudy Old Style":10,"Goudy Stout":16,Grotesque:9,"Grotesque Light":9,Gulim:10,GulimChe:10,Gungsuh:10,GungsuhChe:10,"Hadassah Friedlaender":11,Haettenschweiler:8,"Harlow Solid Italic":9,Harrington:11,"Headline R":14,HGGothicE:10,HGGothicM:10,HGGyoshotai:10,HGKyokashotai:10,HGMaruGothicMPRO:14,HGMinchoB:11,HGMinchoE:11,HGPGothicE:11,HGPGothicM:12,HGPGyoshotai:10,HGPKyokashotai:10,HGPMinchoB:10,HGPMinchoE:11,HGPSoeiKakugothicUB:13,HGPSoeiKakupoptai:13,HGPSoeiPresenceEB:12,HGSeikaishotaiPRO:11,HGSGothicE:10,HGSGothicM:11,HGSGyoshotai:9,HGSKyokashotai:9,HGSMinchoB:10,HGSMinchoE:11,HGSoeiKakugothicUB:11,HGSoeiKakupoptai:11,HGSoeiPresenceEB:11,HGSSoeiKakugothicUB:12,HGSSoeiKakupoptai:12,HGSSoeiPresenceEB:11,"High Tower Text":9,"HYGothic-Extra":12,"HYGothic-Medium":11,"HYGraphic-Medium":11,"HYGungSo-Bold":11,"HYHeadLine-Medium":11,"HYMyeongJo-Extra":13,"HYPMokGak-Bold":13,"HYPost-Light":13,"HYPost-Medium":13,"HYShortSamul-Medium":7,"HYSinMyeongJo-Medium":12,Impact:10,"Imprint MT Shadow":10,"Informal Roman":10,"Ink Free":10,IrisUPC:10,"Iskoola Pota":10,JasmineUPC:10,"Javanese Text":11,Jokerman:14,"Juice ITC":7,KaiTi:10,Kalinga:11,Kartika:11,"Khmer UI":10,KodchiangUPC:7,Kokila:10,"Kristen ITC":11,"Kunstler Script":7,"Lao UI":10,Latha:10,Leelawadee:10,"Leelawadee UI":10,"Leelawadee UI Semilight":10,"Levenim MT":11,LilyUPC:8,"Lucida Bright":12,"Lucida Calligraphy":14,"Lucida Console":12,"Lucida Fax":13,"Lucida Handwriting":14,"Lucida Sans":13,"Lucida Sans Typewriter":11,"Lucida Sans Unicode":13,"Magic R":12,Magneto:15,"Maiandra GD":12,"Malgun Gothic":11,"Malgun Gothic Semilight":12,Mangal:11,Marlett:20,"Matura MT Script Capitals":13,Meiryo:13,"Meiryo UI":13,"Microsoft GothicNeo":11,"Microsoft Himalaya":7,"Microsoft JhengHei":11,"Microsoft JhengHei Light":12,"Microsoft JhengHei UI":11,"Microsoft JhengHei UI Light":12,"Microsoft New Tai Lue":11,"Microsoft PhagsPa":11,"Microsoft Sans Serif":11,"Microsoft Tai Le":11,"Microsoft Uighur":7,"Microsoft YaHei Light":12,"Microsoft YaHei UI":12,"Microsoft YaHei UI Light":12,"Microsoft Yi Baiti":11,MingLiU:11,MingLiU_HKSCS:11,"MingLiU_HKSCS-ExtB":11,"MingLiU-ExtB":11,Miriam:10,"Miriam Fixed":12,Mistral:10,"Modern No. 20":10,"MoeumT R":11,"Mongolian Baiti":11,"Monotype Corsiva":9,MoolBoran:8,"MS Gothic":11,"MS Mincho":11,"MS Outlook":11,"MS PGothic":11,"MS PMincho":11,"MS Reference Sans Serif":13,"MS Reference Specialty":24,"MS UI Gothic":11,"MT Extra":20,"MV Boli":14,"Myanmar Text":11,Narkisim:9,"Neue Haas Grotesk Text Pro":11,"New Gulim":12,"News Gothic MT":12,"Niagara Engraved":7,"Niagara Solid":7,"Nirmala UI":11,"Nirmala UI Semilight":11,Nyala:11,"OCR A Extended":12,OCRB:12,"Old English Text MT":11,Onyx:7,"Palace Script MT":7,"Palatino Linotype":10,Papyrus:12,Parchment:5,Perpetua:9,"Perpetua Titling MT":13,"Plantagenet Cherokee":11,Playbill:8,PMingLiU:10,"PMingLiU-ExtB":10,"Poor Richard":11,Pristina:10,"Pyunji R":10,Raavi:10,"Rage Italic":11,Ravie:19,Rockwell:10,"Rockwell Condensed":8,"Rockwell Extra Bold":13,"Rockwell Light":11,"Rockwell Nova":11,"Rockwell Nova Cond":11,"Rockwell Nova Cond Light":11,"Rockwell Nova Extra Bold":11,"Rockwell Nova Light":11,Rod:11,"Sakkal Majalla":11,"Sanskrit Text":12,"Script MT Bold":10,"Segoe MDL2 Assets":8,"Segoe Print":14,"Segoe Script":14,"Segoe UI":10,"Segoe UI Black":12,"Segoe UI Emoji":10,"Segoe UI Historic":10,"Segoe UI Light":10,"Segoe UI Semibold":11,"Segoe UI Semilight":10,"Segoe UI Symbol":10,Selawik:10,"Selawik Light":10,"Selawik Semibold":10,"Shonar Bangla":10,"Showcard Gothic":11,Shruti:11,"Simplified Arabic":10,"Simplified Arabic Fixed":11,"SimSun-ExtB":10,"Sitka Banner":10,"Sitka Display":10,"Sitka Heading":11,"Sitka Small":13,"Sitka Subheading":11,"Sitka Text":12,"Snap ITC":16,"Source Sans Pro":9,"Source Sans Pro Black":10,"Source Sans Pro ExtraLight":9,"Source Sans Pro Light":10,"Source Sans Pro SemiBold":10,Stencil:11,Sylfaen:10,Symbol:10,Tahoma:10,"Tempus Sans ITC":13,"TH SarabunPSK":7,"Times New Roman":10,"Traditional Arabic":10,"Trebuchet MS":10,Tunga:10,"Tw Cen MT":10,"Tw Cen MT Condensed":7,"Tw Cen MT Condensed Extra Bold":9,"UD Digi Kyokasho N-B":10,"UD Digi Kyokasho NK-B":10,"UD Digi Kyokasho NK-R":10,"UD Digi Kyokasho NP-B":10,"UD Digi Kyokasho NP-R":10,"UD Digi Kyokasho N-R":10,Univers:10,"Univers Condensed":10,"Univers Condensed Light":8,"Univers Light":10,"Urdu Typesetting":10,Utsaah:8,Vani:11,Verdana:12,"Verdana Pro":12,"Verdana Pro Black":10,"Verdana Pro Cond":10,"Verdana Pro Cond Black":10,"Verdana Pro Cond Light":10,"Verdana Pro Cond SemiBold":10,"Verdana Pro Light":10,"Verdana Pro SemiBold":10,Vijaya:10,"Viner Hand ITC":13,Vivaldi:8,"Vladimir Script":9,Vrinda:11,Webdings:19,"Wide Latin":24,Wingdings:26,"Wingdings 2":22,"Wingdings 3":17,"Yet R":10,"Yu Gothic":11,"Yu Gothic Light":10,"Yu Gothic Medium":11,"Yu Gothic UI":10,"Yu Gothic UI Light":10,"Yu Gothic UI Semibold":11,"Yu Gothic UI Semilight":10,"Yu Mincho":10,"Yu Mincho Demibold":10,"Yu Mincho Light":10,"\u4eff\u5b8b":10,"\u534e\u6587\u4e2d\u5b8b":12,"\u534e\u6587\u4eff\u5b8b":9,"\u534e\u6587\u5b8b\u4f53":9,"\u534e\u6587\u5f69\u4e91":11,"\u534e\u6587\u65b0\u9b4f":11,"\u534e\u6587\u6977\u4f53":9,"\u534e\u6587\u7425\u73c0":11,"\u534e\u6587\u7ec6\u9ed1":11,"\u534e\u6587\u884c\u6977":10,"\u534e\u6587\u96b6\u4e66":8,"\u5b8b\u4f53":10,"\u5e7c\u5706":10,"\u5fae\u8f6f\u96c5\u9ed1":11,"\u5fae\u8f6f\u96c5\u9ed1 Light":11,"\u65b0\u5b8b\u4f53":10,"\u65b9\u6b63\u59da\u4f53":10,"\u65b9\u6b63\u8212\u4f53":10,"\u6977\u4f53":10,"\u7b49\u7ebf":10,"\u7b49\u7ebf Light":10,"\u96b6\u4e66":10,"\u9ed1\u4f53":10,"\u6e38\u30b4\u30b7\u30c3\u30af":11,"\uff2d\uff33 \uff30\u660e\u671d":10,"\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af":10,"\u30e1\u30a4\u30ea\u30aa":12,"HG\uff7a\uff9e\uff7c\uff6f\uff78E":10,"HG\u660e\u671dB":10,"HG\uff7a\uff9e\uff7c\uff6f\uff78M":10},16:{"Gill Sans MT":11,Abadi:13,"Abadi Extra Light":12,"Agency FB":9,Aharoni:9,Aldhabi:7,Algerian:13,"Ami R":9,"Angsana New":7,AngsanaUPC:7,Aparajita:8,"Arabic Typesetting":7,Arial:12,"Arial Black":14,"Arial Narrow":10,"Arial Nova":12,"Arial Nova Cond":11,"Arial Nova Cond Light":9,"Arial Nova Light":12,"Arial Rounded MT Bold":12,"Baskerville Old Face":10,Batang:10,BatangChe:11,"Bauhaus 93":12,"Bell MT":11,Bembo:10,"Berlin Sans FB":13,"Berlin Sans FB Demi":13,"Bernard MT Condensed":10,"Blackadder ITC":8,"Bodoni MT":10,"Bodoni MT Black":14,"Bodoni MT Condensed":7,"Bodoni MT Poster Compressed":7,"Book Antiqua":11,"Bookman Old Style":13,"Bookshelf Symbol 7":16,"Bradley Hand ITC":14,"Britannic Bold":13,Broadway:14,"Browallia New":8,BrowalliaUPC:8,"Brush Script MT":11,Calibri:11,"Calibri Light":11,"Californian FB":12,"Calisto MT":11,Cambria:12,"Cambria Math":12,Candara:12,Castellar:15,Centaur:10,Century:12,"Century Gothic":12,"Century Schoolbook":12,Chiller:10,"Colonna MT":11,"Comic Sans MS":13,Consolas:12,Constantia:11,"Cooper Black":13,"Copperplate Gothic Bold":15,"Copperplate Gothic Light":15,Corbel:11,"Cordia New":8,CordiaUPC:8,"Courier New":13,"Curlz MT":11,Dante:9,DaunPenh:7,David:9,DilleniaUPC:7,DokChampa:12,Dotum:11,DotumChe:11,Dubai:11,"Dubai Light":11,"Dubai Medium":11,Ebrima:11,"Edwardian Script ITC":10,Elephant:16,"Engravers MT":14,"Eras Bold ITC":14,"Eras Demi ITC":13,"Eras Light ITC":11,"Eras Medium ITC":12,EucrosiaUPC:9,Euphemia:12,"Expo M":18,FangSong:11,"Felix Titling":12,"Footlight MT Light":12,Forte:11,"Franklin Gothic Book":12,"Franklin Gothic Demi":12,"Franklin Gothic Demi Cond":11,"Franklin Gothic Heavy":12,"Franklin Gothic Medium":12,"Franklin Gothic Medium Cond":11,FrankRuehl:9,FreesiaUPC:9,"Freestyle Script":8,"French Script MT":8,Gabriola:8,Gadugi:11,Garamond:10,Gautami:13,Georgia:13,"Georgia Pro":12,"Georgia Pro Black":15,"Georgia Pro Cond":11,"Georgia Pro Cond Black":13,"Georgia Pro Cond Light":11,"Georgia Pro Cond Semibold":12,"Georgia Pro Light":12,"Georgia Pro Semibold":13,Gigi:12,"Gill Sans MT Condensed":8,"Gill Sans MT Ext Condensed Bold":7,"Gill Sans Nova":11,"Gill Sans Nova Cond":7,"Gill Sans Nova Cond Lt":6,"Gill Sans Nova Cond Ultra Bold":12,
- "Gill Sans Nova Cond XBd":11,"Gill Sans Nova Light":11,"Gill Sans Nova Ultra Bold":18,"Gill Sans Ultra Bold":18,"Gill Sans Ultra Bold Condensed":12,Gisha:11,"Gloucester MT Extra Condensed":8,"Goudy Old Style":11,"Goudy Stout":17,Grotesque:10,"Grotesque Light":10,Gulim:11,GulimChe:11,Gungsuh:11,GungsuhChe:11,"Hadassah Friedlaender":12,Haettenschweiler:9,"Harlow Solid Italic":10,Harrington:12,"Headline R":15,HGGothicE:11,HGGothicM:11,HGGyoshotai:11,HGKyokashotai:11,HGMaruGothicMPRO:16,HGMinchoB:12,HGMinchoE:12,HGPGothicE:12,HGPGothicM:13,HGPGyoshotai:11,HGPKyokashotai:11,HGPMinchoB:11,HGPMinchoE:12,HGPSoeiKakugothicUB:14,HGPSoeiKakupoptai:15,HGPSoeiPresenceEB:13,HGSeikaishotaiPRO:12,HGSGothicE:11,HGSGothicM:12,HGSGyoshotai:10,HGSKyokashotai:10,HGSMinchoB:11,HGSMinchoE:12,HGSoeiKakugothicUB:12,HGSoeiKakupoptai:12,HGSoeiPresenceEB:12,HGSSoeiKakugothicUB:13,HGSSoeiKakupoptai:14,HGSSoeiPresenceEB:12,"High Tower Text":10,"HYGothic-Extra":13,"HYGothic-Medium":12,"HYGraphic-Medium":12,"HYGungSo-Bold":12,"HYHeadLine-Medium":12,"HYMyeongJo-Extra":14,"HYPMokGak-Bold":15,"HYPost-Light":14,"HYPost-Medium":15,"HYShortSamul-Medium":8,"HYSinMyeongJo-Medium":13,Impact:11,"Imprint MT Shadow":11,"Informal Roman":11,"Ink Free":11,IrisUPC:11,"Iskoola Pota":11,JasmineUPC:10,"Javanese Text":12,Jokerman:15,"Juice ITC":8,KaiTi:11,Kalinga:12,Kartika:12,"Khmer UI":11,KodchiangUPC:7,Kokila:8,"Kristen ITC":13,"Kunstler Script":7,"Lao UI":11,Latha:11,Leelawadee:11,"Leelawadee UI":11,"Leelawadee UI Semilight":12,"Levenim MT":12,LilyUPC:9,"Lucida Bright":13,"Lucida Calligraphy":15,"Lucida Console":14,"Lucida Fax":14,"Lucida Handwriting":15,"Lucida Sans":14,"Lucida Sans Typewriter":13,"Lucida Sans Unicode":14,"Magic R":13,Magneto:16,"Maiandra GD":13,"Malgun Gothic":12,"Malgun Gothic Semilight":13,Mangal:12,Marlett:22,"Matura MT Script Capitals":15,Meiryo:14,"Meiryo UI":14,"Microsoft GothicNeo":12,"Microsoft Himalaya":8,"Microsoft JhengHei":13,"Microsoft JhengHei Light":13,"Microsoft JhengHei UI":13,"Microsoft JhengHei UI Light":13,"Microsoft New Tai Lue":12,"Microsoft PhagsPa":12,"Microsoft Sans Serif":13,"Microsoft Tai Le":12,"Microsoft Uighur":8,"Microsoft YaHei Light":13,"Microsoft YaHei UI":13,"Microsoft YaHei UI Light":13,"Microsoft Yi Baiti":12,MingLiU:12,MingLiU_HKSCS:12,"MingLiU_HKSCS-ExtB":12,"MingLiU-ExtB":12,Miriam:11,"Miriam Fixed":14,Mistral:10,"Modern No. 20":11,"MoeumT R":13,"Mongolian Baiti":12,"Monotype Corsiva":10,MoolBoran:8,"MS Gothic":12,"MS Mincho":12,"MS Outlook":12,"MS PGothic":12,"MS PMincho":12,"MS Reference Sans Serif":14,"MS Reference Specialty":26,"MS UI Gothic":12,"MT Extra":22,"MV Boli":16,"Myanmar Text":12,Narkisim:10,"Neue Haas Grotesk Text Pro":12,"New Gulim":13,"News Gothic MT":14,"Niagara Engraved":8,"Niagara Solid":8,"Nirmala UI":12,"Nirmala UI Semilight":13,Nyala:12,"OCR A Extended":14,OCRB:14,"Old English Text MT":12,Onyx:8,"Palace Script MT":8,"Palatino Linotype":11,Papyrus:14,Parchment:5,Perpetua:10,"Perpetua Titling MT":14,"Plantagenet Cherokee":12,Playbill:8,PMingLiU:11,"PMingLiU-ExtB":11,"Poor Richard":13,Pristina:11,"Pyunji R":11,Raavi:11,"Rage Italic":12,Ravie:21,Rockwell:11,"Rockwell Condensed":9,"Rockwell Extra Bold":14,"Rockwell Light":12,"Rockwell Nova":12,"Rockwell Nova Cond":12,"Rockwell Nova Cond Light":12,"Rockwell Nova Extra Bold":12,"Rockwell Nova Light":12,Rod:12,"Sakkal Majalla":12,"Sanskrit Text":13,"Script MT Bold":11,"Segoe MDL2 Assets":8,"Segoe Print":15,"Segoe Script":15,"Segoe UI":11,"Segoe UI Black":13,"Segoe UI Emoji":11,"Segoe UI Historic":11,"Segoe UI Light":11,"Segoe UI Semibold":12,"Segoe UI Semilight":11,"Segoe UI Symbol":11,Selawik:11,"Selawik Light":11,"Selawik Semibold":12,"Shonar Bangla":11,"Showcard Gothic":12,Shruti:13,"Simplified Arabic":11,"Simplified Arabic Fixed":13,"SimSun-ExtB":11,"Sitka Banner":11,"Sitka Display":11,"Sitka Heading":12,"Sitka Small":14,"Sitka Subheading":12,"Sitka Text":13,"Snap ITC":18,"Source Sans Pro":10,"Source Sans Pro Black":11,"Source Sans Pro ExtraLight":10,"Source Sans Pro Light":11,"Source Sans Pro SemiBold":11,Stencil:12,Sylfaen:11,Symbol:11,Tahoma:11,"Tempus Sans ITC":14,"TH SarabunPSK":8,"Times New Roman":11,"Traditional Arabic":10,"Trebuchet MS":11,Tunga:11,"Tw Cen MT":12,"Tw Cen MT Condensed":8,"Tw Cen MT Condensed Extra Bold":10,"UD Digi Kyokasho N-B":11,"UD Digi Kyokasho NK-B":11,"UD Digi Kyokasho NK-R":11,"UD Digi Kyokasho NP-B":11,"UD Digi Kyokasho NP-R":11,"UD Digi Kyokasho N-R":11,Univers:11,"Univers Condensed":11,"Univers Condensed Light":9,"Univers Light":11,"Urdu Typesetting":11,Utsaah:8,Vani:13,Verdana:13,"Verdana Pro":13,"Verdana Pro Black":11,"Verdana Pro Cond":11,"Verdana Pro Cond Black":11,"Verdana Pro Cond Light":11,"Verdana Pro Cond SemiBold":11,"Verdana Pro Light":11,"Verdana Pro SemiBold":11,Vijaya:11,"Viner Hand ITC":14,Vivaldi:9,"Vladimir Script":10,Vrinda:12,Webdings:21,"Wide Latin":26,Wingdings:28,"Wingdings 2":24,"Wingdings 3":19,"Yet R":11,"Yu Gothic":12,"Yu Gothic Light":11,"Yu Gothic Medium":12,"Yu Gothic UI":11,"Yu Gothic UI Light":11,"Yu Gothic UI Semibold":12,"Yu Gothic UI Semilight":12,"Yu Mincho":11,"Yu Mincho Demibold":11,"Yu Mincho Light":11,"\u4eff\u5b8b":11,"\u534e\u6587\u4e2d\u5b8b":13,"\u534e\u6587\u4eff\u5b8b":10,"\u534e\u6587\u5b8b\u4f53":10,"\u534e\u6587\u5f69\u4e91":12,"\u534e\u6587\u65b0\u9b4f":12,"\u534e\u6587\u6977\u4f53":10,"\u534e\u6587\u7425\u73c0":12,"\u534e\u6587\u7ec6\u9ed1":12,"\u534e\u6587\u884c\u6977":11,"\u534e\u6587\u96b6\u4e66":9,"\u5b8b\u4f53":11,"\u5e7c\u5706":11,"\u5fae\u8f6f\u96c5\u9ed1":12,"\u5fae\u8f6f\u96c5\u9ed1 Light":12,"\u65b0\u5b8b\u4f53":11,"\u65b9\u6b63\u59da\u4f53":11,"\u65b9\u6b63\u8212\u4f53":11,"\u6977\u4f53":11,"\u7b49\u7ebf":11,"\u7b49\u7ebf Light":11,"\u96b6\u4e66":11,"\u9ed1\u4f53":11,"\u6e38\u30b4\u30b7\u30c3\u30af":12,"\uff2d\uff33 \uff30\u660e\u671d":11,"\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af":11,"\u30e1\u30a4\u30ea\u30aa":13,"HG\uff7a\uff9e\uff7c\uff6f\uff78E":11,"HG\u660e\u671dB":11,"HG\uff7a\uff9e\uff7c\uff6f\uff78M":11},18:{"Gill Sans MT":12,Abadi:15,"Abadi Extra Light":13,"Agency FB":10,Aharoni:10,Aldhabi:8,Algerian:14,"Ami R":10,"Angsana New":8,AngsanaUPC:8,Aparajita:10,"Arabic Typesetting":8,Arial:13,"Arial Black":16,"Arial Narrow":11,"Arial Nova":13,"Arial Nova Cond":12,"Arial Nova Cond Light":11,"Arial Nova Light":13,"Arial Rounded MT Bold":14,"Baskerville Old Face":12,Batang:12,BatangChe:12,"Bauhaus 93":14,"Bell MT":12,Bembo:12,"Berlin Sans FB":14,"Berlin Sans FB Demi":15,"Bernard MT Condensed":12,"Blackadder ITC":9,"Bodoni MT":12,"Bodoni MT Black":16,"Bodoni MT Condensed":8,"Bodoni MT Poster Compressed":8,"Book Antiqua":12,"Bookman Old Style":15,"Bookshelf Symbol 7":18,"Bradley Hand ITC":15,"Britannic Bold":15,Broadway:16,"Browallia New":9,BrowalliaUPC:9,"Brush Script MT":12,Calibri:12,"Calibri Light":12,"Californian FB":13,"Calisto MT":12,Cambria:13,"Cambria Math":13,Candara:13,Castellar:17,Centaur:12,Century:13,"Century Gothic":13,"Century Schoolbook":13,Chiller:11,"Colonna MT":12,"Comic Sans MS":15,Consolas:13,Constantia:13,"Cooper Black":14,"Copperplate Gothic Bold":17,"Copperplate Gothic Light":17,Corbel:13,"Cordia New":9,CordiaUPC:9,"Courier New":14,"Curlz MT":13,Dante:11,DaunPenh:8,David:11,DilleniaUPC:7,DokChampa:13,Dotum:13,DotumChe:12,Dubai:13,"Dubai Light":13,"Dubai Medium":13,Ebrima:13,"Edwardian Script ITC":11,Elephant:18,"Engravers MT":16,"Eras Bold ITC":16,"Eras Demi ITC":15,"Eras Light ITC":13,"Eras Medium ITC":14,EucrosiaUPC:10,Euphemia:14,"Expo M":21,FangSong:12,"Felix Titling":14,"Footlight MT Light":13,Forte:13,"Franklin Gothic Book":14,"Franklin Gothic Demi":14,"Franklin Gothic Demi Cond":12,"Franklin Gothic Heavy":14,"Franklin Gothic Medium":14,"Franklin Gothic Medium Cond":12,FrankRuehl:10,FreesiaUPC:11,"Freestyle Script":9,"French Script MT":9,Gabriola:10,Gadugi:13,Garamond:11,Gautami:14,Georgia:15,"Georgia Pro":14,"Georgia Pro Black":17,"Georgia Pro Cond":13,"Georgia Pro Cond Black":15,"Georgia Pro Cond Light":12,"Georgia Pro Cond Semibold":13,"Georgia Pro Light":13,"Georgia Pro Semibold":15,Gigi:12,"Gill Sans MT Condensed":9,"Gill Sans MT Ext Condensed Bold":8,"Gill Sans Nova":12,"Gill Sans Nova Cond":8,"Gill Sans Nova Cond Lt":7,"Gill Sans Nova Cond Ultra Bold":14,"Gill Sans Nova Cond XBd":13,"Gill Sans Nova Light":12,"Gill Sans Nova Ultra Bold":20,"Gill Sans Ultra Bold":21,"Gill Sans Ultra Bold Condensed":14,Gisha:13,"Gloucester MT Extra Condensed":9,"Goudy Old Style":12,"Goudy Stout":20,Grotesque:12,"Grotesque Light":12,Gulim:13,GulimChe:12,Gungsuh:13,GungsuhChe:12,"Hadassah Friedlaender":14,Haettenschweiler:11,"Harlow Solid Italic":11,Harrington:13,"Headline R":17,HGGothicE:12,HGGothicM:12,HGGyoshotai:12,HGKyokashotai:12,HGMaruGothicMPRO:18,HGMinchoB:13,HGMinchoE:13,HGPGothicE:14,HGPGothicM:15,HGPGyoshotai:12,HGPKyokashotai:12,HGPMinchoB:12,HGPMinchoE:13,HGPSoeiKakugothicUB:16,HGPSoeiKakupoptai:17,HGPSoeiPresenceEB:14,HGSeikaishotaiPRO:14,HGSGothicE:13,HGSGothicM:14,HGSGyoshotai:11,HGSKyokashotai:11,HGSMinchoB:12,HGSMinchoE:13,HGSoeiKakugothicUB:13,HGSoeiKakupoptai:13,HGSoeiPresenceEB:13,HGSSoeiKakugothicUB:15,HGSSoeiKakupoptai:16,HGSSoeiPresenceEB:13,"High Tower Text":12,"HYGothic-Extra":15,"HYGothic-Medium":14,"HYGraphic-Medium":14,"HYGungSo-Bold":14,"HYHeadLine-Medium":14,"HYMyeongJo-Extra":16,"HYPMokGak-Bold":17,"HYPost-Light":16,"HYPost-Medium":17,"HYShortSamul-Medium":9,"HYSinMyeongJo-Medium":15,Impact:13,"Imprint MT Shadow":12,"Informal Roman":13,"Ink Free":12,IrisUPC:12,"Iskoola Pota":12,JasmineUPC:11,"Javanese Text":14,Jokerman:17,"Juice ITC":8,KaiTi:12,Kalinga:13,Kartika:14,"Khmer UI":13,KodchiangUPC:8,Kokila:9,"Kristen ITC":14,"Kunstler Script":8,"Lao UI":13,Latha:12,Leelawadee:13,"Leelawadee UI":13,"Leelawadee UI Semilight":13,"Levenim MT":14,LilyUPC:11,"Lucida Bright":15,"Lucida Calligraphy":17,"Lucida Console":15,"Lucida Fax":16,"Lucida Handwriting":17,"Lucida Sans":16,"Lucida Sans Typewriter":14,"Lucida Sans Unicode":16,"Magic R":14,Magneto:19,"Maiandra GD":15,"Malgun Gothic":14,"Malgun Gothic Semilight":14,Mangal:14,Marlett:25,"Matura MT Script Capitals":17,Meiryo:16,"Meiryo UI":16,"Microsoft GothicNeo":13,"Microsoft Himalaya":9,"Microsoft JhengHei":14,"Microsoft JhengHei Light":15,"Microsoft JhengHei UI":14,"Microsoft JhengHei UI Light":15,"Microsoft New Tai Lue":14,"Microsoft PhagsPa":14,"Microsoft Sans Serif":14,"Microsoft Tai Le":14,"Microsoft Uighur":9,"Microsoft YaHei Light":15,"Microsoft YaHei UI":15,"Microsoft YaHei UI Light":15,"Microsoft Yi Baiti":13,MingLiU:13,MingLiU_HKSCS:13,"MingLiU_HKSCS-ExtB":13,"MingLiU-ExtB":13,Miriam:12,"Miriam Fixed":15,Mistral:12,"Modern No. 20":12,"MoeumT R":14,"Mongolian Baiti":13,"Monotype Corsiva":12,MoolBoran:9,"MS Gothic":13,"MS Mincho":13,"MS Outlook":13,"MS PGothic":13,"MS PMincho":13,"MS Reference Sans Serif":16,"MS Reference Specialty":30,"MS UI Gothic":13,"MT Extra":25,"MV Boli":18,"Myanmar Text":14,Narkisim:11,"Neue Haas Grotesk Text Pro":13,"New Gulim":15,"News Gothic MT":16,"Niagara Engraved":9,"Niagara Solid":9,"Nirmala UI":14,"Nirmala UI Semilight":14,Nyala:13,"OCR A Extended":15,OCRB:15,"Old English Text MT":13,Onyx:9,"Palace Script MT":9,"Palatino Linotype":12,Papyrus:15,Parchment:6,Perpetua:11,"Perpetua Titling MT":16,"Plantagenet Cherokee":13,Playbill:10,PMingLiU:12,"PMingLiU-ExtB":12,"Poor Richard":14,Pristina:13,"Pyunji R":13,Raavi:12,"Rage Italic":13,Ravie:24,Rockwell:13,"Rockwell Condensed":10,"Rockwell Extra Bold":17,"Rockwell Light":14,"Rockwell Nova":13,"Rockwell Nova Cond":13,"Rockwell Nova Cond Light":13,"Rockwell Nova Extra Bold":13,"Rockwell Nova Light":13,Rod:15,"Sakkal Majalla":10,"Sanskrit Text":15,"Script MT Bold":13,"Segoe MDL2 Assets":10,"Segoe Print":18,"Segoe Script":18,"Segoe UI":13,"Segoe UI Black":15,"Segoe UI Emoji":13,"Segoe UI Historic":13,"Segoe UI Light":12,"Segoe UI Semibold":14,"Segoe UI Semilight":13,"Segoe UI Symbol":13,Selawik:12,"Selawik Light":13,"Selawik Semibold":14,"Shonar Bangla":12,"Showcard Gothic":14,Shruti:14,"Simplified Arabic":13,"Simplified Arabic Fixed":14,"SimSun-ExtB":12,"Sitka Banner":12,"Sitka Display":13,"Sitka Heading":13,"Sitka Small":16,"Sitka Subheading":14,"Sitka Text":15,"Snap ITC":21,"Source Sans Pro":12,"Source Sans Pro Black":12,"Source Sans Pro ExtraLight":11,"Source Sans Pro Light":12,"Source Sans Pro SemiBold":12,Stencil:14,Sylfaen:12,Symbol:12,Tahoma:13,"Tempus Sans ITC":16,"TH SarabunPSK":9,"Times New Roman":12,"Traditional Arabic":12,"Trebuchet MS":13,Tunga:13,"Tw Cen MT":13,"Tw Cen MT Condensed":9,"Tw Cen MT Condensed Extra Bold":12,"UD Digi Kyokasho N-B":12,"UD Digi Kyokasho NK-B":12,"UD Digi Kyokasho NK-R":12,"UD Digi Kyokasho NP-B":17,"UD Digi Kyokasho NP-R":12,"UD Digi Kyokasho N-R":12,Univers:12,"Univers Condensed":12,"Univers Condensed Light":11,"Univers Light":12,"Urdu Typesetting":12,Utsaah:10,Vani:15,Verdana:15,"Verdana Pro":15,"Verdana Pro Black":12,"Verdana Pro Cond":12,"Verdana Pro Cond Black":12,"Verdana Pro Cond Light":12,"Verdana Pro Cond SemiBold":12,"Verdana Pro Light":12,"Verdana Pro SemiBold":12,Vijaya:12,"Viner Hand ITC":16,Vivaldi:10,"Vladimir Script":11,Vrinda:14,Webdings:24,"Wide Latin":30,Wingdings:32,"Wingdings 2":27,"Wingdings 3":21,"Yet R":13,"Yu Gothic":13,"Yu Gothic Light":13,"Yu Gothic Medium":13,"Yu Gothic UI":13,"Yu Gothic UI Light":13,"Yu Gothic UI Semibold":14,"Yu Gothic UI Semilight":13,"Yu Mincho":13,"Yu Mincho Demibold":13,"Yu Mincho Light":12,"\u4eff\u5b8b":12,"\u534e\u6587\u4e2d\u5b8b":15,"\u534e\u6587\u4eff\u5b8b":11,"\u534e\u6587\u5b8b\u4f53":11,"\u534e\u6587\u5f69\u4e91":14,"\u534e\u6587\u65b0\u9b4f":14,"\u534e\u6587\u6977\u4f53":11,"\u534e\u6587\u7425\u73c0":14,"\u534e\u6587\u7ec6\u9ed1":13,"\u534e\u6587\u884c\u6977":12,"\u534e\u6587\u96b6\u4e66":11,"\u5b8b\u4f53":12,"\u5e7c\u5706":12,"\u5fae\u8f6f\u96c5\u9ed1":14,"\u5fae\u8f6f\u96c5\u9ed1 Light":14,"\u65b0\u5b8b\u4f53":12,"\u65b9\u6b63\u59da\u4f53":12,"\u65b9\u6b63\u8212\u4f53":13,"\u6977\u4f53":12,"\u7b49\u7ebf":13,"\u7b49\u7ebf Light":12,"\u96b6\u4e66":12,"\u9ed1\u4f53":12,"\u6e38\u30b4\u30b7\u30c3\u30af":13,"\uff2d\uff33 \uff30\u660e\u671d":12,"\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af":12,"\u30e1\u30a4\u30ea\u30aa":15,"HG\uff7a\uff9e\uff7c\uff6f\uff78E":12,"HG\u660e\u671dB":12,"HG\uff7a\uff9e\uff7c\uff6f\uff78M":12},20:{"Gill Sans MT":14,Abadi:16,"Abadi Extra Light":15,"Agency FB":11,Aharoni:11,Aldhabi:9,Algerian:16,"Ami R":11,"Angsana New":9,AngsanaUPC:9,Aparajita:11,"Arabic Typesetting":9,Arial:15,"Arial Black":18,"Arial Narrow":12,"Arial Nova":15,"Arial Nova Cond":14,"Arial Nova Cond Light":12,"Arial Nova Light":15,"Arial Rounded MT Bold":16,"Baskerville Old Face":13,Batang:16,BatangChe:14,"Bauhaus 93":15,"Bell MT":14,Bembo:13,"Berlin Sans FB":16,"Berlin Sans FB Demi":17,"Bernard MT Condensed":13,"Blackadder ITC":11,"Bodoni MT":13,"Bodoni MT Black":18,"Bodoni MT Condensed":9,"Bodoni MT Poster Compressed":8,"Book Antiqua":14,"Bookman Old Style":17,"Bookshelf Symbol 7":20,"Bradley Hand ITC":17,"Britannic Bold":17,Broadway:17,"Browallia New":10,BrowalliaUPC:10,"Brush Script MT":14,Calibri:14,"Calibri Light":14,"Californian FB":14,"Calisto MT":14,Cambria:15,"Cambria Math":15,Candara:15,Castellar:19,Centaur:13,Century:15,"Century Gothic":15,"Century Schoolbook":15,Chiller:13,"Colonna MT":14,"Comic Sans MS":16,Consolas:15,Constantia:15,"Cooper Black":16,"Copperplate Gothic Bold":19,"Copperplate Gothic Light":19,Corbel:14,"Cordia New":10,CordiaUPC:10,"Courier New":16,"Curlz MT":15,Dante:12,DaunPenh:9,David:12,DilleniaUPC:8,DokChampa:15,Dotum:16,DotumChe:14,Dubai:15,"Dubai Light":15,"Dubai Medium":15,Ebrima:15,"Edwardian Script ITC":13,Elephant:20,"Engravers MT":17,"Eras Bold ITC":18,"Eras Demi ITC":16,"Eras Light ITC":14,"Eras Medium ITC":15,EucrosiaUPC:11,Euphemia:16,"Expo M":23,FangSong:14,"Felix Titling":16,"Footlight MT Light":15,Forte:14,"Franklin Gothic Book":16,"Franklin Gothic Demi":16,"Franklin Gothic Demi Cond":14,"Franklin Gothic Heavy":16,"Franklin Gothic Medium":16,"Franklin Gothic Medium Cond":14,FrankRuehl:11,FreesiaUPC:12,"Freestyle Script":10,"French Script MT":10,Gabriola:11,Gadugi:15,Garamond:13,Gautami:16,Georgia:17,"Georgia Pro":15,"Georgia Pro Black":19,"Georgia Pro Cond":14,"Georgia Pro Cond Black":17,"Georgia Pro Cond Light":14,"Georgia Pro Cond Semibold":15,"Georgia Pro Light":15,"Georgia Pro Semibold":17,Gigi:14,"Gill Sans MT Condensed":10,"Gill Sans MT Ext Condensed Bold":9,"Gill Sans Nova":14,"Gill Sans Nova Cond":9,"Gill Sans Nova Cond Lt":8,"Gill Sans Nova Cond Ultra Bold":16,"Gill Sans Nova Cond XBd":14,"Gill Sans Nova Light":14,"Gill Sans Nova Ultra Bold":23,"Gill Sans Ultra Bold":23,"Gill Sans Ultra Bold Condensed":16,Gisha:15,"Gloucester MT Extra Condensed":10,"Goudy Old Style":14,"Goudy Stout":22,Grotesque:13,"Grotesque Light":13,Gulim:16,GulimChe:14,Gungsuh:16,GungsuhChe:14,"Hadassah Friedlaender":15,Haettenschweiler:12,"Harlow Solid Italic":13,Harrington:15,"Headline R":19,HGGothicE:14,HGGothicM:14,HGGyoshotai:14,HGKyokashotai:14,HGMaruGothicMPRO:20,HGMinchoB:15,HGMinchoE:15,HGPGothicE:16,HGPGothicM:17,HGPGyoshotai:14,HGPKyokashotai:14,HGPMinchoB:14,HGPMinchoE:15,HGPSoeiKakugothicUB:18,HGPSoeiKakupoptai:19,HGPSoeiPresenceEB:16,HGSeikaishotaiPRO:16,HGSGothicE:15,HGSGothicM:16,HGSGyoshotai:13,HGSKyokashotai:13,HGSMinchoB:14,HGSMinchoE:15,HGSoeiKakugothicUB:15,HGSoeiKakupoptai:15,HGSoeiPresenceEB:15,HGSSoeiKakugothicUB:17,HGSSoeiKakupoptai:18,HGSSoeiPresenceEB:15,"High Tower Text":13,"HYGothic-Extra":17,"HYGothic-Medium":16,"HYGraphic-Medium":16,"HYGungSo-Bold":16,"HYHeadLine-Medium":16,"HYMyeongJo-Extra":18,"HYPMokGak-Bold":19,"HYPost-Light":18,"HYPost-Medium":19,"HYShortSamul-Medium":10,"HYSinMyeongJo-Medium":17,Impact:15,"Imprint MT Shadow":14,"Informal Roman":15,"Ink Free":14,IrisUPC:14,"Iskoola Pota":14,JasmineUPC:12,"Javanese Text":16,Jokerman:19,"Juice ITC":10,KaiTi:14,Kalinga:15,Kartika:16,"Khmer UI":15,KodchiangUPC:9,Kokila:10,"Kristen ITC":16,"Kunstler Script":10,"Lao UI":15,Latha:14,Leelawadee:15,"Leelawadee UI":15,"Leelawadee UI Semilight":15,"Levenim MT":15,LilyUPC:12,"Lucida Bright":16,"Lucida Calligraphy":19,"Lucida Console":17,"Lucida Fax":18,"Lucida Handwriting":19,"Lucida Sans":18,"Lucida Sans Typewriter":16,"Lucida Sans Unicode":18,"Magic R":16,Magneto:21,"Maiandra GD":17,"Malgun Gothic":16,"Malgun Gothic Semilight":16,Mangal:16,Marlett:28,"Matura MT Script Capitals":19,Meiryo:18,"Meiryo UI":18,"Microsoft GothicNeo":15,"Microsoft Himalaya":10,"Microsoft JhengHei":16,"Microsoft JhengHei Light":17,"Microsoft JhengHei UI":16,"Microsoft JhengHei UI Light":17,"Microsoft New Tai Lue":16,"Microsoft PhagsPa":16,"Microsoft Sans Serif":16,"Microsoft Tai Le":16,"Microsoft Uighur":10,"Microsoft YaHei Light":16,"Microsoft YaHei UI":17,"Microsoft YaHei UI Light":16,"Microsoft Yi Baiti":15,MingLiU:15,MingLiU_HKSCS:15,"MingLiU_HKSCS-ExtB":15,"MingLiU-ExtB":15,Miriam:14,"Miriam Fixed":17,Mistral:13,"Modern No. 20":13,"MoeumT R":16,"Mongolian Baiti":15,"Monotype Corsiva":13,MoolBoran:10,"MS Gothic":15,"MS Mincho":15,"MS Outlook":15,"MS PGothic":15,"MS PMincho":15,"MS Reference Sans Serif":18,"MS Reference Specialty":33,"MS UI Gothic":15,"MT Extra":29,"MV Boli":20,"Myanmar Text":16,Narkisim:12,"Neue Haas Grotesk Text Pro":15,"New Gulim":17,"News Gothic MT":18,"Niagara Engraved":9,"Niagara Solid":9,"Nirmala UI":16,"Nirmala UI Semilight":16,Nyala:15,"OCR A Extended":17,OCRB:17,"Old English Text MT":15,Onyx:9,"Palace Script MT":9,"Palatino Linotype":14,Papyrus:16,Parchment:7,Perpetua:12,"Perpetua Titling MT":18,"Plantagenet Cherokee":15,Playbill:11,PMingLiU:14,"PMingLiU-ExtB":14,"Poor Richard":16,Pristina:14,"Pyunji R":14,Raavi:14,"Rage Italic":15,Ravie:27,Rockwell:15,"Rockwell Condensed":12,"Rockwell Extra Bold":19,"Rockwell Light":15,"Rockwell Nova":15,"Rockwell Nova Cond":15,"Rockwell Nova Cond Light":15,"Rockwell Nova Extra Bold":15,"Rockwell Nova Light":15,Rod:17,"Sakkal Majalla":11,"Sanskrit Text":17,"Script MT Bold":14,"Segoe MDL2 Assets":11,"Segoe Print":20,"Segoe Script":20,"Segoe UI":15,"Segoe UI Black":17,"Segoe UI Emoji":15,"Segoe UI Historic":15,"Segoe UI Light":14,"Segoe UI Semibold":15,"Segoe UI Semilight":15,"Segoe UI Symbol":15,Selawik:14,"Selawik Light":14,"Selawik Semibold":15,"Shonar Bangla":14,"Showcard Gothic":16,Shruti:16,"Simplified Arabic":14,"Simplified Arabic Fixed":16,"SimSun-ExtB":14,"Sitka Banner":14,"Sitka Display":14,"Sitka Heading":15,"Sitka Small":18,"Sitka Subheading":16,"Sitka Text":17,"Snap ITC":23,"Source Sans Pro":13,"Source Sans Pro Black":14,"Source Sans Pro ExtraLight":12,"Source Sans Pro Light":12,"Source Sans Pro SemiBold":14,Stencil:16,Sylfaen:14,Symbol:14,Tahoma:15,"Tempus Sans ITC":18,"TH SarabunPSK":10,"Times New Roman":14,"Traditional Arabic":13,"Trebuchet MS":14,Tunga:14,"Tw Cen MT":15,"Tw Cen MT Condensed":10,"Tw Cen MT Condensed Extra Bold":13,"UD Digi Kyokasho N-B":14,"UD Digi Kyokasho NK-B":14,"UD Digi Kyokasho NK-R":14,"UD Digi Kyokasho NP-B":19,"UD Digi Kyokasho NP-R":14,"UD Digi Kyokasho N-R":14,Univers:14,"Univers Condensed":14,"Univers Condensed Light":12,"Univers Light":14,"Urdu Typesetting":14,Utsaah:11,Vani:17,Verdana:17,"Verdana Pro":17,"Verdana Pro Black":14,"Verdana Pro Cond":14,"Verdana Pro Cond Black":14,"Verdana Pro Cond Light":14,"Verdana Pro Cond SemiBold":14,"Verdana Pro Light":14,"Verdana Pro SemiBold":14,Vijaya:14,"Viner Hand ITC":18,Vivaldi:12,"Vladimir Script":13,Vrinda:16,Webdings:27,"Wide Latin":33,Wingdings:36,"Wingdings 2":31,"Wingdings 3":24,"Yet R":14,"Yu Gothic":15,"Yu Gothic Light":14,"Yu Gothic Medium":15,"Yu Gothic UI":15,"Yu Gothic UI Light":14,"Yu Gothic UI Semibold":16,"Yu Gothic UI Semilight":15,"Yu Mincho":15,"Yu Mincho Demibold":14,"Yu Mincho Light":14,"\u4eff\u5b8b":14,"\u534e\u6587\u4e2d\u5b8b":17,"\u534e\u6587\u4eff\u5b8b":13,"\u534e\u6587\u5b8b\u4f53":13,"\u534e\u6587\u5f69\u4e91":15,"\u534e\u6587\u65b0\u9b4f":16,"\u534e\u6587\u6977\u4f53":13,"\u534e\u6587\u7425\u73c0":15,"\u534e\u6587\u7ec6\u9ed1":15,"\u534e\u6587\u884c\u6977":14,"\u534e\u6587\u96b6\u4e66":12,"\u5b8b\u4f53":14,"\u5e7c\u5706":14,"\u5fae\u8f6f\u96c5\u9ed1":16,"\u5fae\u8f6f\u96c5\u9ed1 Light":15,"\u65b0\u5b8b\u4f53":14,"\u65b9\u6b63\u59da\u4f53":14,"\u65b9\u6b63\u8212\u4f53":15,"\u6977\u4f53":14,"\u7b49\u7ebf":14,"\u7b49\u7ebf Light":14,"\u96b6\u4e66":14,"\u9ed1\u4f53":14,"\u6e38\u30b4\u30b7\u30c3\u30af":15,"\uff2d\uff33 \uff30\u660e\u671d":14,"\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af":14,"\u30e1\u30a4\u30ea\u30aa":17,"HG\uff7a\uff9e\uff7c\uff6f\uff78E":14,"HG\u660e\u671dB":14,"HG\uff7a\uff9e\uff7c\uff6f\uff78M":14},22:{"Gill Sans MT":15,Abadi:18,"Abadi Extra Light":16,"Agency FB":11,Aharoni:12,Aldhabi:9,Algerian:17,"Ami R":12,"Angsana New":10,AngsanaUPC:10,Aparajita:12,"Arabic Typesetting":10,Arial:16,"Arial Black":19,"Arial Narrow":13,"Arial Nova":16,"Arial Nova Cond":15,"Arial Nova Cond Light":13,"Arial Nova Light":16,"Arial Rounded MT Bold":17,"Baskerville Old Face":14,Batang:17,BatangChe:15,"Bauhaus 93":16,"Bell MT":15,Bembo:14,"Berlin Sans FB":17,"Berlin Sans FB Demi":18,"Bernard MT Condensed":14,"Blackadder ITC":11,"Bodoni MT":14,"Bodoni MT Black":19,"Bodoni MT Condensed":10,"Bodoni MT Poster Compressed":9,"Book Antiqua":15,"Bookman Old Style":18,"Bookshelf Symbol 7":21,"Bradley Hand ITC":19,"Britannic Bold":18,Broadway:19,"Browallia New":11,BrowalliaUPC:11,"Brush Script MT":15,Calibri:15,"Calibri Light":15,"Californian FB":15,"Calisto MT":15,Cambria:16,"Cambria Math":16,Candara:16,Castellar:21,Centaur:14,Century:16,"Century Gothic":16,"Century Schoolbook":16,Chiller:14,"Colonna MT":15,"Comic Sans MS":18,Consolas:16,Constantia:16,"Cooper Black":17,"Copperplate Gothic Bold":21,"Copperplate Gothic Light":21,Corbel:15,"Cordia New":11,CordiaUPC:11,"Courier New":17,"Curlz MT":16,Dante:13,DaunPenh:10,David:13,DilleniaUPC:9,DokChampa:16,Dotum:17,DotumChe:15,Dubai:16,"Dubai Light":16,"Dubai Medium":16,Ebrima:16,"Edwardian Script ITC":14,Elephant:22,"Engravers MT":19,"Eras Bold ITC":19,"Eras Demi ITC":18,"Eras Light ITC":16,"Eras Medium ITC":17,EucrosiaUPC:12,Euphemia:17,"Expo M":25,FangSong:15,"Felix Titling":17,"Footlight MT Light":16,Forte:15,"Franklin Gothic Book":17,"Franklin Gothic Demi":17,"Franklin Gothic Demi Cond":15,"Franklin Gothic Heavy":17,"Franklin Gothic Medium":17,"Franklin Gothic Medium Cond":15,FrankRuehl:12,FreesiaUPC:13,"Freestyle Script":10,"French Script MT":11,Gabriola:12,Gadugi:16,Garamond:14,Gautami:17,Georgia:18,"Georgia Pro":16,"Georgia Pro Black":21,"Georgia Pro Cond":15,"Georgia Pro Cond Black":18,"Georgia Pro Cond Light":15,"Georgia Pro Cond Semibold":16,"Georgia Pro Light":16,"Georgia Pro Semibold":18,Gigi:14,"Gill Sans MT Condensed":11,"Gill Sans MT Ext Condensed Bold":10,"Gill Sans Nova":15,"Gill Sans Nova Cond":10,"Gill Sans Nova Cond Lt":9,"Gill Sans Nova Cond Ultra Bold":17,"Gill Sans Nova Cond XBd":15,"Gill Sans Nova Light":15,"Gill Sans Nova Ultra Bold":25,"Gill Sans Ultra Bold":25,"Gill Sans Ultra Bold Condensed":17,Gisha:16,"Gloucester MT Extra Condensed":11,"Goudy Old Style":15,"Goudy Stout":24,Grotesque:14,"Grotesque Light":14,Gulim:17,GulimChe:15,Gungsuh:17,GungsuhChe:15,"Hadassah Friedlaender":17,Haettenschweiler:13,"Harlow Solid Italic":14,Harrington:16,"Headline R":21,HGGothicE:15,HGGothicM:15,HGGyoshotai:15,HGKyokashotai:15,HGMaruGothicMPRO:22,HGMinchoB:16,HGMinchoE:16,HGPGothicE:17,HGPGothicM:18,HGPGyoshotai:15,HGPKyokashotai:14,HGPMinchoB:15,HGPMinchoE:16,HGPSoeiKakugothicUB:19,HGPSoeiKakupoptai:20,HGPSoeiPresenceEB:17,HGSeikaishotaiPRO:17,HGSGothicE:16,HGSGothicM:17,HGSGyoshotai:14,HGSKyokashotai:13,HGSMinchoB:15,HGSMinchoE:16,HGSoeiKakugothicUB:16,HGSoeiKakupoptai:16,HGSoeiPresenceEB:16,HGSSoeiKakugothicUB:18,HGSSoeiKakupoptai:19,HGSSoeiPresenceEB:16,"High Tower Text":14,"HYGothic-Extra":18,"HYGothic-Medium":17,"HYGraphic-Medium":17,"HYGungSo-Bold":17,"HYHeadLine-Medium":17,"HYMyeongJo-Extra":19,"HYPMokGak-Bold":21,"HYPost-Light":19,"HYPost-Medium":21,"HYShortSamul-Medium":11,"HYSinMyeongJo-Medium":18,Impact:16,"Imprint MT Shadow":15,"Informal Roman":16,"Ink Free":15,IrisUPC:15,"Iskoola Pota":15,JasmineUPC:13,"Javanese Text":17,Jokerman:21,"Juice ITC":11,KaiTi:15,Kalinga:16,Kartika:17,"Khmer UI":16,KodchiangUPC:10,Kokila:11,"Kristen ITC":17,"Kunstler Script":10,"Lao UI":16,Latha:15,Leelawadee:16,"Leelawadee UI":16,"Leelawadee UI Semilight":16,"Levenim MT":17,LilyUPC:13,"Lucida Bright":18,"Lucida Calligraphy":20,"Lucida Console":18,"Lucida Fax":19,"Lucida Handwriting":21,"Lucida Sans":19,"Lucida Sans Typewriter":17,"Lucida Sans Unicode":19,"Magic R":17,Magneto:22,"Maiandra GD":18,"Malgun Gothic":17,"Malgun Gothic Semilight":17,Mangal:17,Marlett:30,"Matura MT Script Capitals":20,Meiryo:20,"Meiryo UI":20,"Microsoft GothicNeo":16,"Microsoft Himalaya":11,"Microsoft JhengHei":17,"Microsoft JhengHei Light":18,"Microsoft JhengHei UI":17,"Microsoft JhengHei UI Light":18,"Microsoft New Tai Lue":17,"Microsoft PhagsPa":17,"Microsoft Sans Serif":17,"Microsoft Tai Le":17,"Microsoft Uighur":11,"Microsoft YaHei Light":18,"Microsoft YaHei UI":18,"Microsoft YaHei UI Light":18,"Microsoft Yi Baiti":16,MingLiU:16,MingLiU_HKSCS:16,"MingLiU_HKSCS-ExtB":16,"MingLiU-ExtB":16,Miriam:15,"Miriam Fixed":18,Mistral:14,"Modern No. 20":14,"MoeumT R":17,"Mongolian Baiti":16,"Monotype Corsiva":14,MoolBoran:11,"MS Gothic":16,"MS Mincho":16,"MS Outlook":16,"MS PGothic":16,"MS PMincho":16,"MS Reference Sans Serif":19,"MS Reference Specialty":36,"MS UI Gothic":16,"MT Extra":31,"MV Boli":21,"Myanmar Text":17,Narkisim:13,"Neue Haas Grotesk Text Pro":16,"New Gulim":18,"News Gothic MT":19,"Niagara Engraved":10,"Niagara Solid":10,"Nirmala UI":17,"Nirmala UI Semilight":17,Nyala:16,"OCR A Extended":19,OCRB:18,"Old English Text MT":16,Onyx:10,"Palace Script MT":10,"Palatino Linotype":15,Papyrus:18,Parchment:7,Perpetua:13,"Perpetua Titling MT":20,"Plantagenet Cherokee":16,Playbill:11,PMingLiU:15,"PMingLiU-ExtB":15,"Poor Richard":17,Pristina:15,"Pyunji R":15,Raavi:15,"Rage Italic":16,Ravie:29,Rockwell:16,"Rockwell Condensed":12,"Rockwell Extra Bold":20,"Rockwell Light":16,"Rockwell Nova":16,"Rockwell Nova Cond":16,"Rockwell Nova Cond Light":16,"Rockwell Nova Extra Bold":16,"Rockwell Nova Light":16,Rod:18,"Sakkal Majalla":12,"Sanskrit Text":18,"Script MT Bold":15,"Segoe MDL2 Assets":12,"Segoe Print":21,"Segoe Script":21,"Segoe UI":16,"Segoe UI Black":18,"Segoe UI Emoji":16,"Segoe UI Historic":16,"Segoe UI Light":15,"Segoe UI Semibold":17,"Segoe UI Semilight":16,"Segoe UI Symbol":16,Selawik:15,"Selawik Light":15,"Selawik Semibold":16,"Shonar Bangla":15,"Showcard Gothic":17,Shruti:17,"Simplified Arabic":15,"Simplified Arabic Fixed":17,"SimSun-ExtB":15,"Sitka Banner":15,"Sitka Display":15,"Sitka Heading":16,"Sitka Small":20,"Sitka Subheading":17,"Sitka Text":18,"Snap ITC":25,"Source Sans Pro":14,"Source Sans Pro Black":15,"Source Sans Pro ExtraLight":13,"Source Sans Pro Light":13,"Source Sans Pro SemiBold":14,Stencil:17,Sylfaen:15,Symbol:15,Tahoma:16,"Tempus Sans ITC":19,"TH SarabunPSK":11,"Times New Roman":15,"Traditional Arabic":14,"Trebuchet MS":15,Tunga:15,"Tw Cen MT":16,"Tw Cen MT Condensed":11,"Tw Cen MT Condensed Extra Bold":14,"UD Digi Kyokasho N-B":15,"UD Digi Kyokasho NK-B":15,"UD Digi Kyokasho NK-R":15,"UD Digi Kyokasho NP-B":21,"UD Digi Kyokasho NP-R":15,"UD Digi Kyokasho N-R":15,Univers:15,"Univers Condensed":15,"Univers Condensed Light":13,"Univers Light":15,"Urdu Typesetting":15,Utsaah:12,Vani:18,Verdana:18,"Verdana Pro":18,"Verdana Pro Black":15,"Verdana Pro Cond":15,"Verdana Pro Cond Black":15,"Verdana Pro Cond Light":15,"Verdana Pro Cond SemiBold":15,"Verdana Pro Light":15,"Verdana Pro SemiBold":15,Vijaya:12,"Viner Hand ITC":20,Vivaldi:12,"Vladimir Script":13,Vrinda:17,Webdings:29,"Wide Latin":36,Wingdings:39,"Wingdings 2":33,"Wingdings 3":26,"Yet R":16,"Yu Gothic":16,"Yu Gothic Light":16,"Yu Gothic Medium":16,"Yu Gothic UI":16,"Yu Gothic UI Light":15,"Yu Gothic UI Semibold":17,"Yu Gothic UI Semilight":16,"Yu Mincho":16,"Yu Mincho Demibold":15,"Yu Mincho Light":15,"\u4eff\u5b8b":15,"\u534e\u6587\u4e2d\u5b8b":18,"\u534e\u6587\u4eff\u5b8b":14,"\u534e\u6587\u5b8b\u4f53":14,"\u534e\u6587\u5f69\u4e91":16,"\u534e\u6587\u65b0\u9b4f":17,"\u534e\u6587\u6977\u4f53":14,"\u534e\u6587\u7425\u73c0":16,"\u534e\u6587\u7ec6\u9ed1":16,"\u534e\u6587\u884c\u6977":15,"\u534e\u6587\u96b6\u4e66":13,"\u5b8b\u4f53":15,"\u5e7c\u5706":15,"\u5fae\u8f6f\u96c5\u9ed1":17,"\u5fae\u8f6f\u96c5\u9ed1 Light":17,"\u65b0\u5b8b\u4f53":15,"\u65b9\u6b63\u59da\u4f53":15,"\u65b9\u6b63\u8212\u4f53":16,"\u6977\u4f53":15,"\u7b49\u7ebf":15,"\u7b49\u7ebf Light":15,"\u96b6\u4e66":15,"\u9ed1\u4f53":15,"\u6e38\u30b4\u30b7\u30c3\u30af":16,"\uff2d\uff33 \uff30\u660e\u671d":15,"\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af":15,"\u30e1\u30a4\u30ea\u30aa":18,"HG\uff7a\uff9e\uff7c\uff6f\uff78E":15,"HG\u660e\u671dB":15,"HG\uff7a\uff9e\uff7c\uff6f\uff78M":15},24:{"Gill Sans MT":16,Abadi:19,"Abadi Extra Light":18,"Agency FB":14,Aharoni:13,Aldhabi:10,Algerian:19,"Ami R":13,"Angsana New":11,AngsanaUPC:11,Aparajita:13,"Arabic Typesetting":11,Arial:18,"Arial Black":21,"Arial Narrow":15,"Arial Nova":18,"Arial Nova Cond":16,"Arial Nova Cond Light":14,"Arial Nova Light":18,"Arial Rounded MT Bold":19,"Baskerville Old Face":16,Batang:19,BatangChe:16,"Bauhaus 93":18,"Bell MT":16,Bembo:16,"Berlin Sans FB":19,"Berlin Sans FB Demi":20,"Bernard MT Condensed":16,"Blackadder ITC":13,"Bodoni MT":16,"Bodoni MT Black":21,"Bodoni MT Condensed":11,"Bodoni MT Poster Compressed":9,"Book Antiqua":16,"Bookman Old Style":20,"Bookshelf Symbol 7":24,"Bradley Hand ITC":21,"Britannic Bold":20,Broadway:21,"Browallia New":12,BrowalliaUPC:12,"Brush Script MT":16,Calibri:16,"Calibri Light":16,"Californian FB":17,"Calisto MT":16,Cambria:18,"Cambria Math":18,Candara:18,Castellar:23,Centaur:16,Century:18,"Century Gothic":18,"Century Schoolbook":18,Chiller:15,"Colonna MT":16,"Comic Sans MS":20,Consolas:18,Constantia:17,"Cooper Black":19,"Copperplate Gothic Bold":23,"Copperplate Gothic Light":23,Corbel:17,"Cordia New":12,CordiaUPC:12,"Courier New":19,"Curlz MT":17,Dante:14,DaunPenh:11,David:14,DilleniaUPC:10,DokChampa:18,Dotum:19,DotumChe:16,
- Dubai:17,"Dubai Light":17,"Dubai Medium":17,Ebrima:17,"Edwardian Script ITC":15,Elephant:24,"Engravers MT":21,"Eras Bold ITC":21,"Eras Demi ITC":20,"Eras Light ITC":17,"Eras Medium ITC":18,EucrosiaUPC:13,Euphemia:19,"Expo M":28,FangSong:16,"Felix Titling":19,"Footlight MT Light":18,Forte:17,"Franklin Gothic Book":19,"Franklin Gothic Demi":19,"Franklin Gothic Demi Cond":16,"Franklin Gothic Heavy":19,"Franklin Gothic Medium":19,"Franklin Gothic Medium Cond":16,FrankRuehl:13,FreesiaUPC:14,"Freestyle Script":12,"French Script MT":12,Gabriola:13,Gadugi:17,Garamond:15,Gautami:19,Georgia:20,"Georgia Pro":18,"Georgia Pro Black":23,"Georgia Pro Cond":17,"Georgia Pro Cond Black":20,"Georgia Pro Cond Light":16,"Georgia Pro Cond Semibold":18,"Georgia Pro Light":18,"Georgia Pro Semibold":20,Gigi:17,"Gill Sans MT Condensed":12,"Gill Sans MT Ext Condensed Bold":11,"Gill Sans Nova":16,"Gill Sans Nova Cond":11,"Gill Sans Nova Cond Lt":10,"Gill Sans Nova Cond Ultra Bold":19,"Gill Sans Nova Cond XBd":17,"Gill Sans Nova Light":16,"Gill Sans Nova Ultra Bold":27,"Gill Sans Ultra Bold":27,"Gill Sans Ultra Bold Condensed":19,Gisha:17,"Gloucester MT Extra Condensed":12,"Goudy Old Style":16,"Goudy Stout":26,Grotesque:15,"Grotesque Light":15,Gulim:18,GulimChe:16,Gungsuh:19,GungsuhChe:16,"Hadassah Friedlaender":18,Haettenschweiler:14,"Harlow Solid Italic":15,Harrington:18,"Headline R":23,HGGothicE:16,HGGothicM:16,HGGyoshotai:16,HGKyokashotai:16,HGMaruGothicMPRO:24,HGMinchoB:17,HGMinchoE:17,HGPGothicE:18,HGPGothicM:20,HGPGyoshotai:16,HGPKyokashotai:16,HGPMinchoB:16,HGPMinchoE:18,HGPSoeiKakugothicUB:21,HGPSoeiKakupoptai:22,HGPSoeiPresenceEB:19,HGSeikaishotaiPRO:19,HGSGothicE:17,HGSGothicM:19,HGSGyoshotai:15,HGSKyokashotai:15,HGSMinchoB:16,HGSMinchoE:18,HGSoeiKakugothicUB:17,HGSoeiKakupoptai:17,HGSoeiPresenceEB:17,HGSSoeiKakugothicUB:20,HGSSoeiKakupoptai:21,HGSSoeiPresenceEB:18,"High Tower Text":15,"HYGothic-Extra":20,"HYGothic-Medium":19,"HYGraphic-Medium":19,"HYGungSo-Bold":19,"HYHeadLine-Medium":19,"HYMyeongJo-Extra":21,"HYPMokGak-Bold":23,"HYPost-Light":21,"HYPost-Medium":23,"HYShortSamul-Medium":12,"HYSinMyeongJo-Medium":20,Impact:17,"Imprint MT Shadow":16,"Informal Roman":17,"Ink Free":16,IrisUPC:16,"Iskoola Pota":16,JasmineUPC:15,"Javanese Text":19,Jokerman:23,"Juice ITC":11,KaiTi:16,Kalinga:18,Kartika:18,"Khmer UI":17,KodchiangUPC:11,Kokila:12,"Kristen ITC":19,"Kunstler Script":11,"Lao UI":17,Latha:16,Leelawadee:17,"Leelawadee UI":17,"Leelawadee UI Semilight":18,"Levenim MT":18,LilyUPC:14,"Lucida Bright":19,"Lucida Calligraphy":22,"Lucida Console":20,"Lucida Fax":21,"Lucida Handwriting":23,"Lucida Sans":21,"Lucida Sans Typewriter":19,"Lucida Sans Unicode":21,"Magic R":19,Magneto:25,"Maiandra GD":20,"Malgun Gothic":19,"Malgun Gothic Semilight":19,Mangal:18,Marlett:33,"Matura MT Script Capitals":22,Meiryo:22,"Meiryo UI":22,"Microsoft GothicNeo":17,"Microsoft Himalaya":12,"Microsoft JhengHei":19,"Microsoft JhengHei Light":19,"Microsoft JhengHei UI":19,"Microsoft JhengHei UI Light":19,"Microsoft New Tai Lue":18,"Microsoft PhagsPa":18,"Microsoft Sans Serif":19,"Microsoft Tai Le":18,"Microsoft Uighur":12,"Microsoft YaHei Light":19,"Microsoft YaHei UI":20,"Microsoft YaHei UI Light":19,"Microsoft Yi Baiti":17,MingLiU:17,MingLiU_HKSCS:17,"MingLiU_HKSCS-ExtB":17,"MingLiU-ExtB":17,Miriam:16,"Miriam Fixed":20,Mistral:15,"Modern No. 20":16,"MoeumT R":19,"Mongolian Baiti":17,"Monotype Corsiva":15,MoolBoran:12,"MS Gothic":17,"MS Mincho":17,"MS Outlook":17,"MS PGothic":17,"MS PMincho":17,"MS Reference Sans Serif":21,"MS Reference Specialty":39,"MS UI Gothic":17,"MT Extra":34,"MV Boli":23,"Myanmar Text":18,Narkisim:14,"Neue Haas Grotesk Text Pro":17,"New Gulim":19,"News Gothic MT":21,"Niagara Engraved":11,"Niagara Solid":11,"Nirmala UI":18,"Nirmala UI Semilight":19,Nyala:17,"OCR A Extended":20,OCRB:20,"Old English Text MT":17,Onyx:10,"Palace Script MT":11,"Palatino Linotype":16,Papyrus:20,Parchment:8,Perpetua:15,"Perpetua Titling MT":22,"Plantagenet Cherokee":18,Playbill:12,PMingLiU:16,"PMingLiU-ExtB":16,"Poor Richard":19,Pristina:16,"Pyunji R":17,Raavi:16,"Rage Italic":18,Ravie:31,Rockwell:17,"Rockwell Condensed":14,"Rockwell Extra Bold":22,"Rockwell Light":18,"Rockwell Nova":17,"Rockwell Nova Cond":17,"Rockwell Nova Cond Light":17,"Rockwell Nova Extra Bold":17,"Rockwell Nova Light":17,Rod:20,"Sakkal Majalla":13,"Sanskrit Text":19,"Script MT Bold":17,"Segoe MDL2 Assets":13,"Segoe Print":23,"Segoe Script":23,"Segoe UI":17,"Segoe UI Black":20,"Segoe UI Emoji":17,"Segoe UI Historic":17,"Segoe UI Light":16,"Segoe UI Semibold":18,"Segoe UI Semilight":17,"Segoe UI Symbol":17,Selawik:17,"Selawik Light":17,"Selawik Semibold":18,"Shonar Bangla":13,"Showcard Gothic":19,Shruti:19,"Simplified Arabic":17,"Simplified Arabic Fixed":19,"SimSun-ExtB":16,"Sitka Banner":16,"Sitka Display":17,"Sitka Heading":18,"Sitka Small":22,"Sitka Subheading":19,"Sitka Text":20,"Snap ITC":28,"Source Sans Pro":15,"Source Sans Pro Black":17,"Source Sans Pro ExtraLight":15,"Source Sans Pro Light":15,"Source Sans Pro SemiBold":16,Stencil:18,Sylfaen:16,Symbol:16,Tahoma:17,"Tempus Sans ITC":21,"TH SarabunPSK":12,"Times New Roman":16,"Traditional Arabic":16,"Trebuchet MS":17,Tunga:17,"Tw Cen MT":18,"Tw Cen MT Condensed":12,"Tw Cen MT Condensed Extra Bold":16,"UD Digi Kyokasho N-B":16,"UD Digi Kyokasho NK-B":16,"UD Digi Kyokasho NK-R":16,"UD Digi Kyokasho NP-B":23,"UD Digi Kyokasho NP-R":16,"UD Digi Kyokasho N-R":16,Univers:16,"Univers Condensed":16,"Univers Condensed Light":14,"Univers Light":16,"Urdu Typesetting":16,Utsaah:13,Vani:20,Verdana:20,"Verdana Pro":20,"Verdana Pro Black":16,"Verdana Pro Cond":16,"Verdana Pro Cond Black":16,"Verdana Pro Cond Light":16,"Verdana Pro Cond SemiBold":16,"Verdana Pro Light":16,"Verdana Pro SemiBold":16,Vijaya:13,"Viner Hand ITC":22,Vivaldi:14,"Vladimir Script":15,Vrinda:18,Webdings:32,"Wide Latin":40,Wingdings:43,"Wingdings 2":36,"Wingdings 3":29,"Yet R":17,"Yu Gothic":18,"Yu Gothic Light":17,"Yu Gothic Medium":18,"Yu Gothic UI":17,"Yu Gothic UI Light":17,"Yu Gothic UI Semibold":18,"Yu Gothic UI Semilight":18,"Yu Mincho":17,"Yu Mincho Demibold":17,"Yu Mincho Light":16,"\u4eff\u5b8b":16,"\u534e\u6587\u4e2d\u5b8b":20,"\u534e\u6587\u4eff\u5b8b":15,"\u534e\u6587\u5b8b\u4f53":15,"\u534e\u6587\u5f69\u4e91":18,"\u534e\u6587\u65b0\u9b4f":19,"\u534e\u6587\u6977\u4f53":15,"\u534e\u6587\u7425\u73c0":18,"\u534e\u6587\u7ec6\u9ed1":18,"\u534e\u6587\u884c\u6977":16,"\u534e\u6587\u96b6\u4e66":14,"\u5b8b\u4f53":16,"\u5e7c\u5706":16,"\u5fae\u8f6f\u96c5\u9ed1":19,"\u5fae\u8f6f\u96c5\u9ed1 Light":18,"\u65b0\u5b8b\u4f53":16,"\u65b9\u6b63\u59da\u4f53":16,"\u65b9\u6b63\u8212\u4f53":18,"\u6977\u4f53":16,"\u7b49\u7ebf":17,"\u7b49\u7ebf Light":16,"\u96b6\u4e66":16,"\u9ed1\u4f53":16,"\u6e38\u30b4\u30b7\u30c3\u30af":18,"\uff2d\uff33 \uff30\u660e\u671d":16,"\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af":16,"\u30e1\u30a4\u30ea\u30aa":20,"HG\uff7a\uff9e\uff7c\uff6f\uff78E":16,"HG\u660e\u671dB":16,"HG\uff7a\uff9e\uff7c\uff6f\uff78M":16}},i={hf:"_rels",if:"/xl",jf:"[Content_Types].xml",kf:"bin",lf:"application/vnd.openxmlformats-officedocument.spreadsheetml.printerSettings",mf:"rels",pf:"application/vnd.openxmlformats-package.relationships+xml",qf:"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml",rf:"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml",sf:"application/vnd.openxmlformats-officedocument.theme+xml",tf:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml",uf:"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml",vf:"application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml",wf:"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml",xf:"application/vnd.openxmlformats-officedocument.drawing+xml",yf:"application/vnd.openxmlformats-officedocument.drawingml.chart+xml",zf:"application/vnd.ms-office.chartex+xml",Af:"application/vnd.ms-office.chartstyle+xml",Bf:"application/vnd.ms-office.chartcolorstyle+xml",Cf:"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml",Df:"application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml",Ef:"application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml",Ff:"application/vnd.ms-office.drawingml.diagramDrawing+xml",Gf:"application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml",Hf:"application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml",If:"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml",Jf:"application/vnd.ms-excel.threadedcomments+xml",Kf:"application/vnd.ms-excel.person+xml",Lf:"application/vnd.ms-excel.slicer+xml",Mf:"application/vnd.ms-excel.slicerCache+xml",Nf:"application/vnd.ms-office.vbaProject",Of:"application/vnd.openxmlformats-officedocument.vmlDrawing",Pf:"application/vnd.ms-excel.controlproperties+xml",Qf:"xml",Rf:"vml",Sf:"application/xml",Tf:"jpg",Uf:"image/jpg",Vf:"jpeg",Wf:"image/jpeg",Xf:"svg",Yf:"image/svg+xml",Zf:"png",$f:"image/png",_f:"bmp",ag:"image/bmp",bg:"gif",cg:"image/gif",dg:"emf",eg:"image/x-emf",fg:"wmf",gg:"image/x-wmf",hg:"drawings",ig:"vmlDrawing",jg:"/xl/charts",kg:"/xl/drawings",mg:"/xl/persons",ng:"/xl/media",og:"/xl/threadedComments",pg:"/xl/worksheets",qg:"/xl/tables",rg:"/xl/slicers",sg:"/xl/slicerCaches",tg:"sheet",ug:"comments",vg:"chart",wg:"chartEx",xg:"style",yg:"person",zg:"colors",Ag:"drawing",Bg:"threadedComment",Cg:"image",Dg:"table",Eg:"slicer",Fg:"slicerCache",Gg:"/xl/sharedStrings.xml",Hg:"/xl/theme/theme1.xml",Ig:"/xl/worksheets",Jg:"/xl/workbook.xml",Kg:"/docProps/core.xml",Lg:"/docProps/app.xml",Mg:"/docProps/custom.xml",Ng:"/xl/styles.xml",Og:"/xl/theme/theme1.xml",Pg:"metadata.xml",Qg:"/xl/_rels/workbook.xml.rels",Rg:"http://schemas.openxmlformats.org/spreadsheetml/2006/main",Sg:"http://schemas.openxmlformats.org/markup-compatibility/2006",Tg:"http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing",Ug:"http://schemas.openxmlformats.org/drawingml/2006/main",Vg:"http://schemas.openxmlformats.org/spreadsheetml/2006/main",Wg:"http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac",Xg:"x14ac",Yg:"http://schemas.microsoft.com/office/spreadsheetml/2014/revision",Zg:"http://schemas.microsoft.com/office/spreadsheetml/2015/revision2",$g:"http://schemas.microsoft.com/office/spreadsheetml/2016/revision3",_g:"http://schemas.openxmlformats.org/officeDocument/2006/relationships",ah:"http://schemas.openxmlformats.org/package/2006/content-types",bh:"http://schemas.openxmlformats.org/package/2006/relationships",dh:"http://schemas.openxmlformats.org/drawingml/2006/main",eh:"http://schemas.microsoft.com/office/drawing/2010/main",fh:"http://schemas.microsoft.com/office/drawing/2016/SVG/main",gh:"http://schemas.microsoft.com/office/spreadsheetml/2009/9/main",hh:"http://schemas.microsoft.com/office/excel/2006/main",ih:"http://schemas.openxmlformats.org/markup-compatibility/2006",jh:"http://schemas.openxmlformats.org/spreadsheetml/2006/main",kh:"http://schemas.microsoft.com/office/spreadsheetml/2009/9/main",lh:"http://schemas.microsoft.com/office/spreadsheetml/2010/11/main",mh:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml",nh:"http://schemas.microsoft.com/office/spreadsheetml/2017/dynamicarray",oh:"http://schemas.microsoft.com/office/spreadsheetml/2017/richdata",ph:"http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments",qh:"http://schemas.openxmlformats.org/spreadsheetml/2006/main",rh:"http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments",sh:"http://schemas.openxmlformats.org/spreadsheetml/2006/main",th:"http://schemas.microsoft.com/office/spreadsheetml/2014/revision",uh:"http://schemas.openxmlformats.org/package/2006/metadata/core-properties",vh:"http://purl.org/dc/elements/1.1/",wh:"http://purl.org/dc/terms/",xh:"http://purl.org/dc/dcmitype/",yh:"http://www.w3.org/2001/XMLSchema-instance",Ah:"application/vnd.openxmlformats-package.core-properties+xml",Bh:"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties",Ch:"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes",Dh:"application/vnd.openxmlformats-officedocument.extended-properties+xml",Eh:"http://schemas.openxmlformats.org/officeDocument/2006/custom-properties",Fh:"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes",Gh:"application/vnd.openxmlformats-officedocument.custom-properties+xml"},t.Hh=i,function(e){e[e.latin=0]="latin",e[e.cs=1]="cs",e[e.ea=2]="ea",e[e.sym=3]="sym"}(t.FontLanguage||(t.FontLanguage={})),n=function(){function e(e,t){this.row=e,this.col=t}return e}(),t.Ih=n,o=function(){function e(e){this.index=e}return e}(),t.Jh=o,a=function(){function e(e){this.index=e}return e}(),t.Kh=a,l=function(){function e(e,t,r){this.name=e,this.colorScheme=t,this.fontScheme=r}return e}(),t.Lh=l,s=function(){function e(e,t){this.name=e,this.schemeColors=t}return e}(),t.Mh=s,c=function(){function e(e,t,r){this.name=e,this.majorFont=t,this.minorFont=r}return e}(),t.Nh=c,u=function(){function e(e,t){this.script=e,this.typeface=t}return e}(),t.Oh=u,f=function(){function e(e,t){this.runFormattings=e,this.themesFonts=t}return e}(),t.Ph=f,d=function(){function e(e,t){this.fontLanguage=e,this.typeface=t}return e}(),t.Qh=d,h=function(){function e(){}return e}(),t.Rh=h,p=function(){function e(){}return e}(),t.Sh=p,m=function(){function e(){}return e}(),t.Th=m,g=function(){function e(){}return e}(),b=function(){function t(e,t){this.fileName=e,this.fileType=t,this.relationFiles={count:0}}return t.prototype.Uh=function(t){if(!t)return"";var r=e.we+ ++this.relationFiles.count;return this.relationFiles[r]=t,r},t.prototype.Vh=function(e){var r,i,n,o,a,l,s,c;if(e&&(r=this.Wh(this.fileName,e)))for(i=0,n=r.length;i<n;i++)o=r[i],a=o.target,l="hyperlink",s=o.type.substring(o.type.length-l.length,o.type.length)===l,s||(a="/"!==a[0]?C.vc(this.fileName,a):a.substr(1)),c=new t(a,o.type),c.Vh(e),this.relationFiles[o.id]||this.relationFiles.count++,this.relationFiles[o.id]=c},t.prototype.Wh=function(e,t){if(null===e||!t)return null;var r=this.Xh(e);return r?this.Yh(t[r.toLowerCase()]):null},t.prototype.Xh=function(e){return null===e?"":0===e.length?i.hf+"/."+i.mf:e.substring("/"===e.charAt(0)?1:0,e.lastIndexOf("/"))+"/"+i.hf+"/"+e.substring(e.lastIndexOf("/")+1)+"."+i.mf},t.prototype.Zh=function(e){var t,r;if(!this.relationFiles||0===this.relationFiles.count)return null;if(S.Ib(e))return null;for(t in this.relationFiles)if("count"!==t&&(r=this.relationFiles[t],r.fileType===e))return r;return null},t.prototype.$h=function(e){return!this.relationFiles||0===this.relationFiles.count||S.Jb(e)?null:this.relationFiles[e]},t.prototype.Yh=function(e){var t,i,n,o,a,l,s,c,u;if(e){if(t=[],i=r(7).Xc,n=i(e),o=n.Relationships)for(a=o.Relationship,Array.isArray(a)||(a=[a]),l=0,s=a.length;l<s;l++)c=a[l],c&&(u=new g,c.Zc.Id&&(u.id=c.Zc.Id),c.Zc.Target&&(u.target=c.Zc.Target),c.Zc.Type&&(u.type=c.Zc.Type),t.push(u));return t}},t}(),t._h=b}()},function(e,t,r){!function(){"use strict";var e=r(4),i=r(8),n=r(12),o=r(17),a=r(7).Xc,l=e.Gc,s=e.Kb,c=n.FontSchemeCategory,u=n.ExcelColor,f=n.ExcelVerticalAlignment,d=e.Hb;function h(e,t){var r,n,o,a,l,s,c,u,f,d=new i;for(d.setXml(e),r=[],n=[],o={},a=[],l=[],s=[];d.read();)if(1===d.depth&&2!==d.elementType)switch(d.name()){case"numFmts":p(d,o);break;case"fonts":g(d,n);break;case"fills":C(d,a);break;case"borders":w(d,l);break;case"cellStyleXfs":x(d,r,n,l,o,a,!0);break;case"cellXfs":x(d,s,n,l,o,a,!1);break;case"cellStyles":I(d,t,r);break;case"colors":P(d,t);break;case"dxfs":R(d,t);break;case"tableStyles":M(d,t);break;case"extLst":L(d,t)}if(c=r.length,c>0){for(t.ai(r[0]),u=0,f=c;u<f;u++)t.bi(r[u],u);for(u=0,f=s.length;u<f;u++)t.bi(s[u],u)}else t.ci={foreColor:"Text 1 0",themeFont:"Body",font:"normal normal 14.7px Calibri",locked:!0,textIndent:0,wordWrap:!1,vAlign:2,hAlign:3};return c}function p(e,t){var r,i;if(3!==e.elementType)for(r=e.depth;e.read();){if(e.depth<=r)return;1===e.nodeType()&&"numFmt"===e.name()&&(i=m(e),i&&i.numberFormatId>0&&(t[i.numberFormatId]=i))}}function m(e){for(var t,r=-1,i="",o="";e.moveToNextAttribute();)t=e.readAttributeNameAsString(),"numFmtId"===t?r=e.readContentAsInt(-1):"formatCode"===t?i=e.readContentAsString():t.indexOf("formatCode16")>-1&&(o=e.readContentAsString(),o.indexOf("[$-ja-JP-x-gannen]")>-1&&(i=o));return i=l.uc(i),new n.ExcelNumerFormat(r,i)}function g(e,t){if(3!==e.elementType)for(var r=e.depth;e.read();){if(e.depth<=r)return;1===e.nodeType()&&"font"===e.name()&&t.push(b(e))}}function b(e){var t,r,i,a,l,f,d;if(3!==e.elementType){for(t=new n.ExcelFont,r=e.depth;e.read()&&!(e.depth<=r);)if(1===e.nodeType())switch(e.name()){case"b":for(t.isBold=!0;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(t.isBold=e.readContentAsBoolean(-1));break;case"charset":for(;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(t.charSetIndex=e.readContentAsInt(-1));break;case"family":for(;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(t.fontFamily=e.readContentAsInt(0));break;case"name":for(;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(t.fontName=e.readContentAsString());break;case"scheme":for(;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(i=e.readContentAsString(),s.Jb(i)||void 0===c[i.toLocaleLowerCase()]||(t.fontScheme=c[i.toLocaleLowerCase()]));break;case"u":for(a=1;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(l=e.readContentAsString(),s.Jb(l)||void 0===n.UnderLineStyle[l]||(a=n.UnderLineStyle[l]));t.underLineStyle=a;break;case"i":for(t.isItalic=!0;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(t.isItalic=e.readContentAsBoolean(-1));break;case"outline":for(t.isOutlineStyle=!0;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(t.isOutlineStyle=e.readContentAsBoolean(-1));break;case"shadow":for(t.isShadowStyle=!0;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(t.isShadowStyle=e.readContentAsBoolean(-1));break;case"strike":for(t.isStrikeOut=!0;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(t.isStrikeOut=e.readContentAsBoolean(-1));break;case"sz":for(;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(t.fontSize=e.readContentAsDouble(0));break;case"vertAlign":for(;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(f=e.readContentAsString(),f&&void 0!==n.VertAlign[f.toLocaleLowerCase()]&&(t.vertAlign=n.VertAlign[f.toLocaleLowerCase()]));break;case"color":d=o(e),d!==u.EmptyColor&&(t.fontColor=d)}return t}}function S(e){for(var t,r,i,a,l,f=new n.ExcelFont,d=e.depth;e.read()&&!(e.depth<=d);)if(1===e.nodeType())switch(e.name()){case"b":for(f.isBold=!0;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(f.isBold=e.readContentAsBoolean(-1));break;case"charset":for(;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(f.charSetIndex=e.readContentAsInt(-1));break;case"color":t=o(e),t!==u.EmptyColor&&(f.fontColor=t);break;case"condense":for(f.isCondense=!0;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(f.isCondense=e.readContentAsBoolean(-1));break;case"extend":for(f.isExtend=!0;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(f.isExtend=e.readContentAsBoolean(-1));break;case"family":for(;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(f.fontFamily=e.readContentAsInt(0));break;case"i":for(f.isItalic=!0;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(f.isItalic=e.readContentAsBoolean(-1));break;case"outline":for(f.isOutlineStyle=!0;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(f.isOutlineStyle=e.readContentAsBoolean(-1));break;case"rFont":for(;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(f.fontName=e.readContentAsString());break;case"scheme":for(;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(r=e.readContentAsString(),s.Jb(r)||void 0===c[r.toLocaleLowerCase()]||(f.fontScheme=c[r.toLocaleLowerCase()]));break;case"shadow":for(f.isShadowStyle=!0;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(f.isShadowStyle=e.readContentAsBoolean(-1));break;case"strike":for(f.isStrikeOut=!0;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(f.isStrikeOut=e.readContentAsBoolean(-1));break;case"sz":for(;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(f.fontSize=e.readContentAsDouble(0));break;case"u":for(i=1;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(a=e.readContentAsString(),s.Jb(a)||void 0===n.UnderLineStyle[a]||(i=n.UnderLineStyle[a]));f.underLineStyle=i;break;case"vertAlign":for(;e.moveToNextAttribute();)"val"===e.readAttributeNameAsString()&&(l=e.readContentAsString(),l&&void 0!==n.VertAlign[l.toLocaleLowerCase()]&&(f.vertAlign=n.VertAlign[l.toLocaleLowerCase()]))}return f}function C(e,t){if(3!==e.elementType)for(var r=e.depth;e.read();){if(e.depth<=r)return;1===e.nodeType()&&"fill"===e.name()&&(t.push(y(e)),0===t.length&&t.push({patternType:0,foreColor:u.EmptyColor,backgroundColor:u.EmptyColor}))}}function y(e){for(var t,r,i={patternType:0,foreColor:new u(1,64,0),backgroundColor:new u(1,65,0)},a=e.depth;e.read()&&!(e.depth<=a);)if(1===e.nodeType()&&"patternFill"===e.name()){for(;e.moveToNextAttribute();)"patternType"===e.readAttributeNameAsString()&&(t=e.readContentAsString(),t&&void 0!==n.FillPatternType[t]&&(i.patternType=n.FillPatternType[t]));if(3===e.elementType)break;for(r=e.depth;e.read()&&!(e.depth<=r);)1===e.nodeType()&&("fgColor"===e.name()?i.foreColor=o(e):"bgColor"===e.name()&&(i.backgroundColor=o(e)))}return i}function w(e,t){if(3!==e.elementType)for(var r=e.depth;e.read();){if(e.depth<=r)return;1===e.nodeType()&&"border"===e.name()&&t.push(T(e))}}function T(e){for(var t,r,i=e.depth,o=new n.ExcelBorder,a=!1,l=!1;e.moveToNextAttribute();)t=e.readAttributeNameAsString(),"diagonalUp"===t?a=!0:"diagonalDown"===t&&(l=!0);if(3===e.elementType&&!a&&!l)return o;for(o.top=void 0,o.right=void 0,o.bottom=void 0,o.left=void 0;e.read()&&!(e.depth<=i);)if(1===e.nodeType())switch(e.name()){case"top":o.top=v(e);break;case"right":o.right=v(e);break;case"bottom":o.bottom=v(e);break;case"left":o.left=v(e);break;case"vertical":o.vertical=v(e);break;case"horizontal":o.horizontal=v(e);break;case"diagonal":r=v(e),a&&(o.diagonalUp=r),l&&(o.diagonalDown=r)}return o}function v(e){var t,r,i=new n.ExcelBorderSide;for(i.lineStyle=0;e.moveToNextAttribute();)"style"===e.readAttributeNameAsString()&&(t=e.readContentAsString(),t&&void 0!==n.ExcelBorderStyle[t]&&(i.lineStyle=n.ExcelBorderStyle[t]));if(3===e.elementType)return i;for(r=e.depth;e.read()&&!(e.depth<=r);)1===e.nodeType()&&"color"===e.name()&&(i.color=o(e));return i}function x(e,t,r,i,o,a,l){var s,c,u;if(3!==e.elementType)for(s=e.depth;e.read();){if(e.depth<=s)return;if(1===e.nodeType()&&"xf"===e.name()){if(c=new n.ExtendedFormat,c.isStyleFormat=l,A(e,c,r,i,o,a),t.push(c),3===e.elementType)continue;for(u=e.depth;e.read()&&!(e.depth<=u);)1===e.nodeType()&&("alignment"===e.name()?k(e,c):"protection"===e.name()&&E(e,c))}}}function A(e,t,r,i,n,o){for(var a,l,s,c,u,f,d,h,p,m=0,g=0,b=0,S=0;e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"numFmtId":m=e.readContentAsInt(0);break;case"fontId":g=e.readContentAsInt(0);break;case"fillId":b=e.readContentAsInt(0);break;case"borderId":S=e.readContentAsInt(0);break;case"applyAlignment":a=e.readContentAsInt(-1),0!==a&&1!==a||(t.applyAlignment=1===a);break;case"applyBorder":l=e.readContentAsInt(-1),0!==l&&1!==l||(t.applyBorder=1===l);break;case"applyFill":s=e.readContentAsInt(-1),0!==s&&1!==s||(t.applyFill=1===s);break;case"applyFont":c=e.readContentAsInt(-1),0!==c&&1!==c||(t.applyFont=1===c);break;case"applyProtection":u=e.readContentAsInt(-1),0!==u&&1!==u||(t.applyProtection=1===u);break;case"applyNumberFormat":f=e.readContentAsInt(-1),0!==f&&1!==f||(t.applyNumberFormat=1===f);break;case"xfId":d=e.readContentAsInt(-1),d>=0&&(t.parentFormatID=d);break;case"quotePrefix":h=e.readContentAsBoolean(),t.quotePrefix=h}t.font=r[g],t.border=i[S],n[m]?t.numberFormat=n[m]:t.numberFormatIndex=m,p=o[b],p&&(t.fillPattern=p.patternType,t.patternColor=p.foreColor,t.patternBackgroundColor=p.backgroundColor),t.isLocked=!0,t.isHidden=!1,t.horizontalAlign=0,t.verticalAlign=2}function k(e,t){for(var r,i,o,a=null,l=null,c=!1,u=!1,d=!1;e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"horizontal":a=e.readContentAsString();break;case"vertical":l=e.readContentAsString();break;case"textRotation":r=e.readContentAsString(),s.Jb(r)||(t.rotation=parseInt(r));break;case"readingOrder":i=e.readContentAsString(),s.Jb(i)||(t.readingOrder=parseInt(i));break;case"indent":o=e.readContentAsString(),s.Jb(o)||(t.indent=parseInt(o));break;case"justifyLastLine":c=e.readContentAsBoolean(!1);break;case"shrinkToFit":u=e.readContentAsBoolean(!1);break;case"wrapText":d=e.readContentAsBoolean(!1)}t.isJustfyLastLine=c,t.isShrinkToFit=u,t.isWordWrap=d,s.Jb(a)&&(a="general"),s.Jb(l)&&(l="bottom"),t.verticalAlign=f[l],t.horizontalAlign=n.ExcelHorizontalAlignment[a]}function E(e,t){for(var r,i;e.moveToNextAttribute();)r=e.readAttributeNameAsString(),"hidden"===r?t.isHidden=e.readContentAsBoolean(!1):"locked"===r&&(i=e.readContentAsString(),s.Ib(i)||"0"!==i&&"false"!==i||(t.isLocked=!1))}function I(e,t,r){var i,o,a,l,s,c,u,f,d;if(3!==e.elementType)for(i=e.depth;e.read();){if(e.depth<=i)return;if(1===e.nodeType()&&"cellStyle"===e.name()){for(o=void 0,a=0,l=-1,s=!1,c=0;e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"name":o=e.readContentAsString();break;case"xfId":a=e.readContentAsInt(0);break;case"builtinId":l=e.readContentAsInt(-1);break;case"customBuiltin":s=e.readContentAsBoolean(!1);break;case"iLevel":c=e.readContentAsInt(0)}u=r[a],l!==-1?(f=new n.ExcelStyle,f.name=o,f.format(u.clone()),f.isCustomBuiltin=s,f.builtInStyle=l,2!==f.builtInStyle&&1!==f.builtInStyle||(f.outLineLevel=c),t.di(f,a)):(d=new n.CustomExcelStyle,d.name=o,d.format(u.clone()),t.di(d,a))}}}function P(e,t){var r,i,n,o;if(3!==e.elementType)for(r=e.depth,i=[];e.read();){if(e.depth<=r)return;if(1===e.nodeType()&&"indexedColors"===e.name())for(n=e.depth;e.read();){if(e.depth<=n)return void t.ei(i);if(1===e.nodeType()){for(o=0;e.moveToNextAttribute();)"rgb"===e.readAttributeNameAsString()&&(o=parseInt(e.readContentAsString(),16));i.push((16777215&o)+4278190080)}}}}function L(e,t){var r,i,n,o=null,l=null;if(3!==e.elementType){for(r=e.depth;e.read()&&!(e.depth<=r);)if(1===e.nodeType()&&"ext"===e.name())for(;e.moveToNextAttribute();)if("uri"===e.readAttributeNameAsString())switch(i=e.readContentAsString()){case"{46F421CA-312F-682f-3DD2-61675219B42D}":o=F(e);break;case"{EB79DEF2-80B8-43e5-95BD-54CBDDF9020C}":n=a(e.readFullElement(),!0).ext,d(n)||(l=n["x14:slicerStyles"])}t.fi=o,t.gi=l}}function F(e){var t,r=[];if(3!==e.elementType){for(t=e.depth;e.read()&&!(e.depth<=t);)1===e.nodeType()&&"x14:dxfs"===e.name()&&(r=_(e));return r}}function R(e,t){var r=_(e);t.hi=r}function _(e){var t,r;if(3!==e.elementType){for(t=e.depth,r=[];e.read()&&!(e.depth<=t);)1===e.nodeType()&&"dxf"===e.name()&&r.push(B(e));return r}}function B(e){var t,r={};if(3===e.elementType)return r;for(t=e.depth;e.read()&&!(e.depth<=t);)if(1===e.nodeType())switch(e.name()){case"font":r.font=b(e);break;case"border":r.border=T(e);break;case"fill":r.fill=y(e);break;case"numFmt":r.numberFormat=m(e);break;case"alignment":break;case"protection":}return r}function M(e,t){3!==e.elementType&&(t.tableStylesObj=a(e.readFullElement()).tableStyles)}t.Xd=p,t.Yd=g,t.ii=S,t.Zd=C,t.$d=w,t._d=x,t.ji=h,t.ki=B}()},function(e,t,r){!function(){"use strict";var t=r(12),i=r(4),n=r(8),o=t.ExcelColor,a=i.Kb;function l(e){var t,r,i=o.EmptyColor,l=!1,s=-1,c=0,u="",f=-1;if(e&&e instanceof n)for(t=e;t.moveToNextAttribute();)switch(t.readAttributeNameAsString()){case"auto":l=t.readContentAsBoolean(!1);break;case"theme":s=t.readContentAsInt(-1);break;case"tint":c=t.readContentAsDouble(0);break;case"rgb":u=t.readContentAsString();break;case"indexed":f=t.readContentAsInt(-1)}else e&&(l=!!e.Zc.auto,e.Zc.theme&&(s=parseInt(e.Zc.theme)),e.Zc.tint&&(c=parseFloat(e.Zc.tint)),u=e.Zc.rgb||"",e.Zc.indexed&&(f=parseInt(e.Zc.indexed)));return l?(i.isAutoColor(!0),i):s!==-1?i=new o(3,s,c):a.Ib(u)?f>=0?i=new o(1,f,0):i:(r=parseInt(u,16),i=new o(2,r,c))}e.exports=l}()},function(e,t){!function(t){"use strict";var r={},i=[-2147483648,8388608,32768,128],n=[24,16,8,0],o=[],a=function(e){var t,r,a,l,s,c,u,f,d,h=0,p=!1,m=0,g=0,b=0,S=e.length,C=1732584193,y=4023233417,w=2562383102,T=271733878,v=3285377520;do{for(o[0]=h,o[16]=o[1]=o[2]=o[3]=o[4]=o[5]=o[6]=o[7]=o[8]=o[9]=o[10]=o[11]=o[12]=o[13]=o[14]=o[15]=0,a=g;m<S&&a<64;++m)o[a>>2]|=e[m]<<n[3&a++];for(b+=a-g,g=a-64,m===S&&(o[a>>2]|=i[3&a],++m),h=o[16],m>S&&a<56&&(o[15]=b<<3,p=!0),l=16;l<80;++l)t=o[l-3]^o[l-8]^o[l-14]^o[l-16],o[l]=t<<1|t>>>31;for(s=C,c=y,u=w,f=T,d=v,l=0;l<20;l+=5)r=c&u|~c&f,t=s<<5|s>>>27,d=t+r+d+1518500249+o[l]<<0,c=c<<30|c>>>2,r=s&c|~s&u,t=d<<5|d>>>27,f=t+r+f+1518500249+o[l+1]<<0,s=s<<30|s>>>2,r=d&s|~d&c,t=f<<5|f>>>27,u=t+r+u+1518500249+o[l+2]<<0,d=d<<30|d>>>2,r=f&d|~f&s,t=u<<5|u>>>27,c=t+r+c+1518500249+o[l+3]<<0,f=f<<30|f>>>2,r=u&f|~u&d,t=c<<5|c>>>27,s=t+r+s+1518500249+o[l+4]<<0,u=u<<30|u>>>2;for(;l<40;l+=5)r=c^u^f,t=s<<5|s>>>27,d=t+r+d+1859775393+o[l]<<0,c=c<<30|c>>>2,r=s^c^u,t=d<<5|d>>>27,f=t+r+f+1859775393+o[l+1]<<0,s=s<<30|s>>>2,r=d^s^c,t=f<<5|f>>>27,u=t+r+u+1859775393+o[l+2]<<0,d=d<<30|d>>>2,r=f^d^s,t=u<<5|u>>>27,c=t+r+c+1859775393+o[l+3]<<0,f=f<<30|f>>>2,r=u^f^d,t=c<<5|c>>>27,s=t+r+s+1859775393+o[l+4]<<0,u=u<<30|u>>>2;for(;l<60;l+=5)r=c&u|c&f|u&f,t=s<<5|s>>>27,d=t+r+d-1894007588+o[l]<<0,c=c<<30|c>>>2,r=s&c|s&u|c&u,t=d<<5|d>>>27,f=t+r+f-1894007588+o[l+1]<<0,s=s<<30|s>>>2,r=d&s|d&c|s&c,t=f<<5|f>>>27,u=t+r+u-1894007588+o[l+2]<<0,d=d<<30|d>>>2,r=f&d|f&s|d&s,t=u<<5|u>>>27,c=t+r+c-1894007588+o[l+3]<<0,f=f<<30|f>>>2,r=u&f|u&d|f&d,t=c<<5|c>>>27,s=t+r+s-1894007588+o[l+4]<<0,u=u<<30|u>>>2;for(;l<80;l+=5)r=c^u^f,t=s<<5|s>>>27,d=t+r+d-899497514+o[l]<<0,c=c<<30|c>>>2,r=s^c^u,t=d<<5|d>>>27,f=t+r+f-899497514+o[l+1]<<0,s=s<<30|s>>>2,r=d^s^c,t=f<<5|f>>>27,u=t+r+u-899497514+o[l+2]<<0,d=d<<30|d>>>2,r=f^d^s,t=u<<5|u>>>27,c=t+r+c-899497514+o[l+3]<<0,f=f<<30|f>>>2,r=u^f^d,t=c<<5|c>>>27,s=t+r+s-899497514+o[l+4]<<0,u=u<<30|u>>>2;C=C+s<<0,y=y+c<<0,w=w+u<<0,T=T+f<<0,v=v+d<<0}while(!p);return[16*(C>>28&15)+(C>>24&15),16*(C>>20&15)+(C>>16&15),16*(C>>12&15)+(C>>8&15),16*(C>>4&15)+(15&C),16*(y>>28&15)+(y>>24&15),16*(y>>20&15)+(y>>16&15),16*(y>>12&15)+(y>>8&15),16*(y>>4&15)+(15&y),16*(w>>28&15)+(w>>24&15),16*(w>>20&15)+(w>>16&15),16*(w>>12&15)+(w>>8&15),16*(w>>4&15)+(15&w),16*(T>>28&15)+(T>>24&15),16*(T>>20&15)+(T>>16&15),16*(T>>12&15)+(T>>8&15),16*(T>>4&15)+(15&T),16*(v>>28&15)+(v>>24&15),16*(v>>20&15)+(v>>16&15),16*(v>>12&15)+(v>>8&15),16*(v>>4&15)+(15&v)]};t.sha1=a,r.hash=a,e.exports=r}(this)},function(e,t){!function(){"use strict";e.exports={fileIOError:0,fileFormatError:1,noPassword:2,invalidPassword:3}}()},function(e,t,r){!function(){"use strict";var t=r(4).Jc,i={en:{EXP_IO:"File read and write exception.",EXP_FILE_FORMAT:"Incorrect file format.",EXP_NO_PASSWORD:"The Excel file cannot be opened because the workbook/worksheet is password protected.",EXP_INVALID_PASSWORD:"The specified password is incorrect."},ja:{EXP_IO:"\u30d5\u30a1\u30a4\u30ebIO\u306b\u95a2\u3059\u308b\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002",EXP_FILE_FORMAT:"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u8aa4\u308a\u304c\u3042\u308a\u307e\u3059\u3002",EXP_NO_PASSWORD:"\u30ef\u30fc\u30af\u30d6\u30c3\u30af/\u30ef\u30fc\u30af\u30b7\u30fc\u30c8\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u307e\u3059\u3002Excel\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",EXP_INVALID_PASSWORD:"\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e0d\u6b63\u3067\u3059\u3002"},zh:{EXP_IO:"\u6587\u4ef6\u8bfb\u5199\u5f02\u5e38",
- EXP_FILE_FORMAT:"\u6587\u4ef6\u683c\u5f0f\u9519\u8bef",EXP_NO_PASSWORD:"Excel\u6587\u4ef6\u53d7\u5bc6\u7801\u4fdd\u62a4\uff0c\u65e0\u6cd5\u88ab\u6253\u5f00",EXP_INVALID_PASSWORD:"\u5bc6\u7801\u9519\u8bef"}};e.exports=function(){var e=t()||"en",r=i[e.split("-")[0]];return r?r:i.en}}()},function(e,t,r){!function(){"use strict";var t=r(15),i=r(22),n=r(27),o=r(28),a=r(29),l=r(30),s=r(31),c=r(34),u=r(16).ji,f=r(35),d=r(41),h=r(42),p=r(43).li,m=r(44),g=r(40).mi,b=r(12),S=r(45),C=t.$e,y=null,w=function(){function e(){var e=this;e.ni={},e.oi=0,e.pi=[],e.qi=new i}e.prototype.B=function(e,r){var i,n,o;e&&(i=this,i.ni=e,n=new t._h("",""),n.Vh(e),o=n.Zh(C.Ae),o||(o=n.Zh(C.Be)),i.onCompleted=function(){i.ri(),i.si(),r(i.qi.ti)},i.ui(n),i.vi(o))},e.prototype.ui=function(e){var t=this,r=e.Zh(C.xe),i=e.Zh(C.ye),n=e.Zh(C.ze);r&&t.wi(r),i&&t.xi(i),n&&t.yi(n)},e.prototype.wi=function(e){var t=this,r=t.zi(e.fileName,!0);if(r)try{n(r,t.qi)}catch(e){}},e.prototype.xi=function(e){var t=this,r=t.zi(e.fileName,!0);if(r)try{o(r,t.qi)}catch(e){}},e.prototype.yi=function(e){var t=this,r=t.zi(e.fileName,!0);if(r)try{a(r,t.qi)}catch(e){}},e.prototype.vi=function(e){if(!e)throw Error("Incorrect file format.");if(this.Ai(e),this.Bi(e),this.Ci(e),this.Di(e),this.Ei(e),0===this.pi.length)throw Error("Incorrect file format.");this.Fi(e),this.Gi()},e.prototype.Ai=function(e){var t,r,i=e.Zh(C.Fe);if(i||(i=e.Zh(C.Ge)),i&&(t=this,r=t.zi(i.fileName)))try{t.sharedString=l(r)}catch(e){}},e.prototype.Bi=function(e){var t,r,i=e.Zh(C.He);if(i||(i=e.Zh(C.Ie)),i&&(t=this,r=t.zi(i.fileName)))try{s(r,this.qi)}catch(e){}},e.prototype.Ci=function(e){var t,r,i=e.Zh(C.Ce);if(i||(i=e.Zh(C.De)),i&&(t=this,r=t.zi(i.fileName,!0)))try{t.oi=u(r,t.qi,!0)}catch(e){}},e.prototype.Di=function(e){var t=this,r=t.zi(e.fileName);if(r)try{t.pi=c(r,t.qi)}catch(e){}},e.prototype.Fi=function(e){var t,r,i,n,o,a,l,s=this,c=s.qi,u=s.zi.bind(s);for(i=0,n=s.pi.length;i<n;i++)if(t=s.pi[i],r=t.name,o=e.$h(t.rID)){if(a=s.zi(o.fileName),c.Hi={},a)try{f(a,o.relationFiles,r,c,s.oi,s.sharedString)}catch(e){}l=o.relationFiles;try{d(l,r,c,u)}catch(e){}try{h(l,r,c,u)}catch(e){}try{m(l,r,c,u)}catch(e){}try{g(l,c,u)}catch(e){}c.Ii(r,c.Hi),c.Hi={}}for(i=0,n=s.pi.length;i<n;i++)if(t=s.pi[i],r=t.name,o=e.$h(t.rID)){l=o.relationFiles;try{p(l,r,c,u,e)}catch(e){}}for(i=0,n=s.pi.length;i<n;i++)t=s.pi[i],r=t.name,s.Ji(r)},e.prototype.Gi=function(){var e=this;e.onCompleted&&e.onCompleted()};function r(e,t){if(t){var r=t.range,i=t.filteredColumns,n;if(r&&e.rows&&i&&i.length>0)for(n=r.row;n<r.row+r.rowCount;n++)e.rows[n]&&(e.rows[n].visible=!0)}}return e.prototype.Ji=function(e){var t,i,n,o=this.qi.ti,a=o.sheets&&o.sheets[e];if(a&&(r(a,a.rowFilter),t=a.tables))for(i=0;i<t.length;i++)n=t[i],r(a,n.rowFilter)},e.prototype.zi=function(e,t){var r=e.substr("/"===e.charAt(0)?1:0).toLowerCase(),i=this.ni[r];return t||(this.ni[r]=y),i},e.prototype.ri=function(){this.ni={}},e.prototype.si=function(){b.clearCache()},e.prototype.Ei=function(e){var t,r,i=e.Zh(C.Ze);if(i&&(t=this,r=t.zi(i.fileName)))try{S(r,t.qi),t.qi.ti.allowDynamicArray=!0}catch(e){}},e}();e.exports=w}()},function(e,t,r){!function(){"use strict";var t,i=r(4),n=r(12),o=r(23),a=r(25),l=r(26),s=l.Ki,c=r(15),u=i.Sb,f=c._e,d=i.Lb,h=i.lc,p=n.ConverterHelper,m=i.Kb,g=i.Hb,b=m.Jb,S=n.ColorHelper,C=n.UnitHelper,y=n.ExcelColor,w=i.dc,T=n.ConverterHelper.convertDxfToStyle,v=o.convertFromExcelComment,x=o.convertFromExcelPicture,A=o.convertFromExcelChart,k=o.convertFromExcelShape,E=o.inflateWorksheetByAnchor,I=o.processTableCellStyle,P=o.toProtectionOptions,L=i.isRangeWholeRow,F=i.isRangeWholeColumn,R=r(11),_=R.Yc,B=null,M=void 0,D="Normal";function N(e,t,r,i,n,o){var a,l,s,c,u=e.itemsData;u&&(a=u[u.length-1],l=u[u.length-2],s=a&&a.info,c=l&&l.info,s&&(i&&n&&1===a.count?c&&l.index===a.index-1&&c.level===s.level-1?c.collapsed=!0:t>0?u.splice(u.length-2,0,{index:a.index-1,count:1,info:{level:s.level-1,collapsed:!0}}):e.head={collapsed:!0,level:r-1}:!i&&o&&(c&&a.index===l.index+1&&s.level===c.level-1?a.collapsed=!0:t>=a.index+a.count&&u.push({index:a.index+a.count,count:1,info:{level:s.level-1,collapsed:!0}}))))}function G(e,t,r,i,n,o,a,l,s,c){var u={};return u.conType=e,g(t)||(u.compareType=t),g(r)||(u.expected=r),g(i)||(u.ignoreBlank=i),g(n)||(u.type=n),g(o)||(u.isPercent=o),g(a)||(u.item1=a),g(l)||(u.item2=l),g(s)||(u.ranges=s),g(c)||(u.expectTypeId=c),2===e&&(u.ignoreCase=!0),u}function O(e,t){var r=e.cellColor?0:1,i=t.fill,n;return i&&(n=0===i.patternType?"":S.toRGBColor(i.foreColor)),G(3,r,n)}function H(e){if(e.length>0){var t=e[0];if("number"==typeof t)return"number";if("string"==typeof t&&0===t.indexOf("/OADate(")&&t.indexOf(")")===t.length-2)return"date";if("boolean"==typeof t)return"boolean"}return""}function U(e,t,r){var i,n,o={none:0,equal:0,lessThan:4,lessThanOrEqual:5,notEqual:1,greaterThan:2,greaterThanOrEqual:3};switch(e){case"string":i=2;break;case"number":i=1,r=parseFloat(r);break;case"date":i=5,"string"==typeof r&&0===r.indexOf("/OADate(")?(n=parseInt(r.replace("/OADate(","")),r=a.Li(n)):r=a.Li(parseInt(r)),o={none:0,equal:0,lessThan:2,lessThanOrEqual:3,notEqual:1,greaterThan:4,greaterThanOrEqual:5};break;case"boolean":default:i=11}return G(i,o[t||!0],r)}function W(e,t){var r,i;function n(e){var r,i,n,o,a="notEqual"===e.operator,l=e.value,s=l.indexOf("*"),c=l.lastIndexOf("*");return s!==-1?s===l.length-1&&0!==s?(i=a?3:2,r=G(2,i,l.substring(0,l.length-1))):0===s&&s===c?(i=a?5:4,r=G(2,i,l.substring(1))):(n=a?7:6,s!==-1&&c!==-1&&(l=l.substr(1,l.length-2)),r=G(2,n,l)):(o=H(t),r=U(o,e.operator,l)),r}return e.filter1&&(r=n(e.filter1)),e.filter2&&(i=e.and?1:0,r=G(0,i,B,B,B,B,r,n(e.filter2))),r}function V(e,t,r){var i,n=new d(t.row,r,t.rowCount,1),o=e.type;return 100===o||101===o?i=G(10,B,B,B,o-100,B,B,B,n):16===o?i=G(6,B,0,B,B,B,B,B,B,6):o>=17&&o<=20?i=G(6,B,o-17,B,B,B,B,B,B,2):o>=21&&o<=32?i=G(6,B,o-21,B,B,B,B,B,B,3):o>=0&&o<=15&&(i=G(6,B,o)),i}function z(e){var t=e.top?0:1;return G(8,B,e.value,B,t,e.percent)}function j(e){return b(e)?e:"="+e}function K(e){return b(e)||e.length<=2?e:e.substr(1,e.length-2)}t=function(){var e,t;function r(){var e=this;e.ti={version:"13.1.0"},e.ci=B,e.Mi=B,e.Ni=[],e.Oi=[],e.Pi=[],e.Qi=[],e.Ri=0,e.Si=0,e.Ti=0,e.Ui=[],e.Vi=[],e.Wi={},e.Xi={},e.Yi=!0,e.Zi=B,e.$i=[],e._i=!1,e.aj=3,e.bj=[],e.cj=[],e.dj="Calibri Light",e.ej="Calibri",e.hi=[],e.fj=[],e.gj=[],e.hj={}}r.prototype.ij=function(e){this.jj=e,this.kj={}},e=["fillStyleLst","lnStyleLst","effectStyleLst","bgFillStyleLst"],r.prototype.lj=function(t,r){var i,n,o,a,l,s=this.kj,c=t+","+r,u=s[c];return u?u:(i=this.jj,o=i&&i.themeElements&&i.themeElements.fmtScheme,o&&(a=e[t],l=a&&o[a],n=l,l&&(1===t?l=l.ln:0===t&&(l=l.items),n=l[r])),s[c]=n,n)},r.prototype.mj=function(e){var t,r,i,n,o,a,l,s;if(e){if(t={name:e.name},e.colorScheme&&(r=e.colorScheme,t.themeColor={name:r.name,text1:r.schemeColors[1],text2:r.schemeColors[3],background1:r.schemeColors[0],background2:r.schemeColors[2],accent1:r.schemeColors[4],accent2:r.schemeColors[5],accent3:r.schemeColors[6],accent4:r.schemeColors[7],accent5:r.schemeColors[8],accent6:r.schemeColors[9],hyperlink:r.schemeColors[10],followedHyperlink:r.schemeColors[11]}),e.fontScheme){for(i=e.fontScheme,n=i.majorFont.runFormattings,o=i.minorFont.runFormattings,a=0,l=n.length;a<l;a++)s=n[a],s&&0===s.fontLanguage&&(t.headingFont=s.typeface,this.dj=s.typeface);for(a=0,l=o.length;a<l;a++)s=o[a],s&&0===s.fontLanguage&&(t.bodyFont=s.typeface,this.ej=s.typeface)}this.nj=t}},r.prototype.ai=function(e){if(e){var t=this;t.ci=p.toCellStyle(e,t.dj,t.ej),t.Mi=e}},r.prototype.bi=function(e,t){var r,o,l,s,c,u,f,d,b,S,C,y;if(e){if(r=this,o=r.ti,l=p.toCellStyle(e,r.dj,r.ej),!g(l.formatter)){for(s=RegExp("\\[DBNum\\d+\\]","ig"),u=l.formatter;null!==(c=s.exec(l.formatter));)f=c[0],d=parseInt(f.substring(f.indexOf("m")+1,f.indexOf("]"))),(d>4||4===d&&u.indexOf("[$-412]")<0&&"ko-kr"!==i.Jc())&&(u=u.replace(f,"[DBNum3]"));l.formatter=u}r.Ni.push(l),b=n.ExtendedNumberFormatHelper.getFormatCode(e),r.Oi.push(a.oj(b)),"@"===b?r.Pi.push(!0):r.Pi.push(!1),e.isStyleFormat?(S=r.pj(t),S===-1&&(S=r.Ti),r.Ui.length>S?r.Qi[r.Qi.length]=r.Ui[S]:r.Qi[r.Qi.length]="__builtInStyle"+r.Qi.length):(C="",e.parentFormatID!==M&&r.Qi.length>e.parentFormatID&&(C=r.Qi[e.parentFormatID]),(C===D||"__builtInStyle"===C.substring(0,14)||m.Ib(C))&&(C="__builtInStyle"+r.Qi.length),l.name=C,"__builtInStyle"===C.substring(0,14)||(y=r.Xi[C])===M||e.equals(y)||(l.parentName=C,C="__builtInStyle"+r.Qi.length,l.name=C),o.namedStyles||(o.namedStyles=[]),h.gc(o.namedStyles,r.hj,l),r.Qi[r.Qi.length]=C)}},r.prototype.pj=function(e){return this.Wi[e]?this.Wi[e]:-1},r.prototype.di=function(e,t){var r,i,n,o,a,l,s,c,u;if(e){if(r=this,i=r.ti,r.Yi&&(r.qj(),r.Yi=!1),n=e.name,o=r.Zi,o&&e.isBuiltInStyle())for(a=0,l=o.length;a<l;a++)if(s=o[a],s.builtInStyle===e.builtInStyle){n=s.name;break}if(h.ec(r.hj,n)){for(a=0,l=r.$i.length;a<l;a++)if(u=r.$i[a],u.name===n){r.$i[a]=e,r.Vi[a]=e.format(),r.Wi[t]=a;break}r.Xi[n]=e.format(),c=p.toCellStyle(e.format(),r.dj,r.ej),c.name=n,h.gc(i.namedStyles,r.hj,c)}else r.Xi[n]=e.format(),r.$i.push(e),r.Vi.push(e.format()),r.Wi[t]=r.Vi.length-1,r.Ui.push(n),i.namedStyles||(i.namedStyles=[]),c=p.toCellStyle(e.format(),r.dj,r.ej),c.name=n,h.gc(i.namedStyles,r.hj,c)}},r.prototype.qj=function(){var e,t,r,i,o=this,a=o.ti;if(o.Yi)for(a.namedStyles||(a.namedStyles=[]),o.Zi=n.BuiltInExcelStyles.getBuiltInStyles(),e=0,t=o.Zi.length;e<t;e++)r=o.Zi[e],r&&r.name===D&&(o.Ti=o.Vi.length),o.$i.push(r),o.Vi.push(r.format()),o.Ui.push(r.name),o.Xi[r.name]=r.format(),i=p.toCellStyle(r.format(),o.dj,o.ej),i.name=r.name,h.gc(a.namedStyles,o.hj,i)},r.prototype.rj=function(e){this._i=e},r.prototype.sj=function(e,t){var r=this.ti;e||(r.showHorizontalScrollbar=e),t||(r.showVerticalScrollbar=t)},r.prototype.tj=function(e,t,r,i){var n=this.ti;e||(n.tabStripVisible=e),n.startSheetIndex=r,n.activeSheetIndex=t,n.tabStripRatio=i/1e3},r.prototype.uj=function(e,t,r){var n={},o=this.ti;n.name=e,n.index=t,1!==r&&2!==r||(n.visible=!1),n.allowCellOverflow=!0,n.theme=this.nj,n.defaults=i.Hc(),g(o.sheetCount)&&(o.sheetCount=0),o.sheetCount++,o.sheets||(o.sheets={}),o.sheets[e]=n},r.prototype.vj=function(e){var t,r,i;if(e&&(t=this.ti,t.referenceStyle=1,t.sheets))for(r in t.sheets)t.sheets.hasOwnProperty(r)&&(i=t.sheets[r],i.referenceStyle=1,i.colHeaderAutoText=1)},r.prototype.wj=function(e,t,r){var i=this.ti,n=i.sheets&&i.sheets[e];r===!1&&(n.rowOutlines||(n.rowOutlines={}),n.rowOutlines.direction=0),t===!1&&(n.columnOutlines||(n.columnOutlines={}),n.columnOutlines.direction=0)},r.prototype.xj=function(e,t){var r=this.ti,i=r.sheets&&r.sheets[e];t!==y.EmptyColor&&(t.isThemeColor()?i.sheetTabColor=S.getThemeColorName(t):i.sheetTabColor=S.toRGBColor(t))},r.prototype.yj=function(e,t,r){var i=this.ti,n=i.sheets&&i.sheets[e];n.rowCount=t,n.columnCount=r},r.prototype.zj=function(e,t,r,i,n,o,a){var l,s=this.ti,c=s.sheets&&s.sheets[e];i||(c.rowHeaderVisible=i,c.colHeaderVisible=i),o&&(c.showFormulas=!0),100!==n&&(c.zoomFactor=n/100),t&&t.isIndexedColor()&&64===t.value()&&(t=null),null===t&&r||(l={},null!==t&&(l.color=""+S.toRGBColor(t)),r||(l.showVerticalGridline=r,l.showHorizontalGridline=r),c.gridline=l),c.isSelected=a},r.prototype.Aj=function(e,t,r,i,n,o,a,l,s){var c,u,f,d,h,p,m,g,b=this.ti,S=b.sheets&&b.sheets[e];if(this.aj===t){for(S.rowCount<=r&&(S.rowCount=r+1),S.columnCount<=i&&(S.columnCount=i+1),c=0,u=o.length;c<u;c++)f=o[c],d=a[c],h=l[c],p=s[c],d===-1&&(d=S.rowCount-1),p===-1&&(p=S.columnCount-1),f=f>=0?f:0,d=d>=0?d:0,h=h>=0?h:0,p=p>=0?p:0,f<S.rowCount&&h<S.columnCount&&(m=Math.min(S.rowCount-f,d-f+1),g=Math.min(S.columnCount-h,p-h+1),m>=1&&g>=1&&(S.selections=S.selections||{},S.selections[c]={row:f,rowCount:m,col:h,colCount:g}));S.selections&&(S.selections.length=o.length),S.activeRow=r>=0&&r<S.rowCount?r:0,S.activeCol=i>=0&&i<S.columnCount?i:0}},r.prototype.Bj=function(e,t,r,i,n){var o,a,l,s,c,f,d,h,p;n&&(o=this.ti,a=o.sheets&&o.sheets[e],l=this.Cj,s=u.Mb(l),c=u.Ob(l),f=u.Mb(i),d=u.Ob(i),r&&t?this.Dj(f,d,e):r&&!t?this.Dj(f,c,e):!r&&t&&this.Dj(s,d,e),r&&(h=r+s,a.rowCount<=h&&(a.rowCount=h+1),a.frozenRowCount=h),t&&(p=t+c,a.columnCount<=p&&(a.columnCount=p+1),a.frozenColCount=p))},r.prototype.Ej=function(e,t,r){var i=this.ti,n=i.sheets&&i.sheets[e];n.defaults={colHeaderRowHeight:20,rowHeaderColWidth:40,rowHeight:t,colWidth:r}},r.prototype.Fj=function(e,t){var r=this.ti,i=r.sheets&&r.sheets[e];i.defaults.rowHeight=C.pointToPixel(t)},r.prototype.Gj=function(e,t,r){var i,n=this.ti,o=n.sheets&&n.sheets[e];isNaN(r)?(i=this.Hj(t),o.defaults.Ij=!0):i=this.Jj(r),o.defaults.colWidth=i},r.prototype.Hj=function(e){var t=this.ci,r=Math.round(this.getMaxiumDigitWidth(t.font));return e*(r+1)},r.prototype.Jj=function(e){var t,r;return 0===e?0:(t=this.ci,r=Math.round(this.getMaxiumDigitWidth(t.font)),Math.floor((256*e+Math.floor(128/r))/256*r))},r.prototype.getMaxiumDigitWidth=function(e){return this.Kj===M&&(this.Kj=C.getMaxiumDigitWidth(e)),this.Kj},r.prototype.Lj=function(e){var t=this,r=t.ti,i=r.sheets&&r.sheets[e],n=i.columnCount||0,o=i.rowCount||0,a=t.Mj,l=t.Nj;i.columnCount=Math.max(n,a+1),i.rowCount=Math.max(o,l+1)},r.prototype.Oj=function(e,t,r,i,n,o,a,l){var s,c,u,f,d,h,p,m,g,b,S=this.ti,C=S.sheets&&S.sheets[e],y=C.columnOutlines&&0===C.columnOutlines.direction,T=this.gj,v=this.Jj(n,S),x=w.Xb;for(r>=x-1&&(r=x-1),s=t;s<=r;s++){if((a>0||l)&&(s+2>C.columnCount&&(C.columnCount=s+2),C.columnOutlines||(C.columnOutlines={}),C.columnOutlines.itemsData||(C.columnOutlines.itemsData=[]),c=C.columnOutlines.itemsData,u=c[c.length-1],u&&s===u.index+u.count&&u.info.level===a-1&&u.info.collapsed===l?u.count++:c.push({index:s,count:1,info:{level:a-1,collapsed:l}})),C.columnOutlines&&C.columnOutlines.itemsData&&(f=C.columnOutlines.itemsData,N(f,s,a,y,o,T[s-1]&&T[s-1].hidden)),v!==-1||o){for(C.columns||(C.columns=[]),d=C.columns.length,h=d;h<s;h++)C.columns.push(B),T.push(B);p={},v!==-1&&(p.size=v),m=s<d,o?(g={hidden:!0},m?T[s]=g:T.push(g),p.visible=!o):m?T[s]=p:T.push(p),m===!0?C.columns[s]=p:C.columns.push(p)}1!==i&&(b=this.Qi[i],b!==M?this.bj[s]={style:b}:i<this.Ni.length&&(this.bj[s]={style:this.Ni[i]}))}C.columnCount>x&&(C.columnCount=x)},r.prototype.Pj=function(e,t,r,i,n){var o=this.ti,a=o.sheets&&o.sheets[e];a.spans||(a.spans=[]),r>=a.rowCount&&(r=a.rowCount-1),n>=a.columnCount&&(n=a.columnCount-1),a.spans.push(new d(t,i,r-t+1,n-i+1))},r.prototype.Qj=function(e,t){var r=this.ti,i=r.sheets&&r.sheets[e];i.isProtected=t},r.prototype.Rj=function(e,t,r){var i,n,o,a,l=this.ti,s=l.sheets&&l.sheets[e];for(s.protectionOptions=s.protectionOptions||{},i=0;i<t.length;i++)n=t[i].name,o=t[i].value,a=P[n],a?s.protectionOptions[a]=o:s.protectionOptions[n]=o;r&&s.protectionOptions.allowEditObjects===M&&(s.protectionOptions.allowEditObjects=!0)},r.prototype.Sj=function(e){var t,r=this.ti,i=r.sheets&&r.sheets[e];i.data||(i.data={}),t=i.data,this.cj.length>0&&(t.rowDataArray=this.cj,this.cj=[]),this.bj.length>0&&(t.columnDataArray=this.bj,this.bj=[]),this.ci&&(t.defaultDataNode={style:this.ci}),this.nj&&(i.theme=this.nj),this.Lj(e)},r.prototype.Tj=function(e,t,r,i,n,o,a){var l,s,c,u,f,d,h=this.ti,p=h.sheets&&h.sheets[e],m=p.rowOutlines&&0===p.rowOutlines.direction,g=this.fj;if((n>0||o)&&(t+2>p.rowCount&&(p.rowCount=t+2),p.rowOutlines||(p.rowOutlines={}),p.rowOutlines.itemsData||(p.rowOutlines.itemsData=[]),l=p.rowOutlines.itemsData,s=l[l.length-1],s&&t===s.index+s.count&&s.info.level===n-1&&s.info.collapsed===o?s.count++:l.push({index:t,count:1,info:{level:n-1,collapsed:o}})),c=g[t-1]&&g[t-1].hidden,p.rowOutlines&&p.rowOutlines.itemsData&&N(p.rowOutlines,t,n,m,a,c),n<=0&&t+1>p.rowCount&&(p.rowCount=t+1),r!==-1&&t<p.rowCount&&(u=this.Qi[r],u!==M?this.cj[t]={style:u}:r<this.Ni.length&&(this.cj[t]={style:this.Ni[r]})),i!==-1||a){for(p.rows||(p.rows=[]),f=p.rows.length;f<t;f++)p.rows.push(B),g.push(B);d={},i!==-1&&(d.size=Math.round(C.pointToPixel(i))),a?(g.push({hidden:!0}),n<=0&&(d.visible=!a)):g.push(d),p.rows.push(d)}},r.prototype.Uj=function(e){var t,r=this.ti,i=r.sheets&&r.sheets[e];i.data||(i.data={}),t=i.data,t.dataTable||(t.dataTable={})},r.prototype.Vj=function(e,t){var r=this.ti,i=r.sheets&&r.sheets[e],n=i.data.dataTable;n[t]||(n[t]={})},r.prototype.Wj=function(e,t,r,i){var n,o,a=this,l=a.ti,s=l.sheets&&l.sheets[e],c=s.data.dataTable[t];c[r]||(c[r]={}),n=c[r],o=a.Qi[i],o!==M?n.style=o:i<a.Ni.length&&(n.style=a.Ni[i])},r.prototype.Xj=function(e,t,r,i){var n,o,a=this,l=a.ti,s=l.sheets&&l.sheets[e],c=s.data.dataTable[t];c[r]||(c[r]={}),n=c[r],o=n.style,"string"==typeof o?(o=a.Ni[a.hj[o]],i.linkColor=o.foreColor):"object"==typeof o&&(i.linkColor=o.foreColor),n.hyperlink=i},r.prototype.Yj=function(e,t,r,i,n,o,a,l){var s,c,u,f=this,d=f.ti,h=d.sheets&&d.sheets[e],m=h.data.dataTable[t];if(m[r]||(m[r]={}),s=m[r],i<f.Oi.length&&f.Oi[i]&&"number"==typeof n&&(n=f.Zj(n)),void 0!==n&&(s.value=n),void 0!==o&&(s.formula=o),a&&(s.arrayInfo=a),l){for(c=[],u=0;u<l.length;u++)l[u].style?c.push({style:p.toRichTextStyle(l[u].style,f.dj,f.ej),text:l[u].text}):c.push(l[u]);s.value={richText:c}}},r.prototype.Zj=function(e){return this._i&&(e+=1462),e=a.Li(e),e instanceof Date&&(e=a.$j(e)),a._j(e)},r.prototype.ei=function(e){var t,r,i;if(e&&e.length>0){for(S.useCustomPalette=!0,t={},r=0,i=e.length;r<i;r++)t[r]=S.fromArgb(e[r]);S.customPalette=t}},r.prototype.ak=function(){this.aj=3},r.prototype.ck=function(e){this.aj=e},r.prototype.Dj=function(e,t,r){var i=this.ti,n=i.sheets&&i.sheets[r];n.topCellIndex=e,n.leftCellIndex=t},r.prototype.dk=function(){this.ti.names=[];for(var e in this.ti.sheets)this.ti.sheets.hasOwnProperty(e)&&(this.ti.sheets[e].names=[])},r.prototype.ek=function(e,t,r,i){var n,o;if(r===-1)this.ti.names.push({name:e,formula:t,row:0,col:0,comment:i});else for(n in this.ti.sheets)this.ti.sheets.hasOwnProperty(n)&&(o=this.ti.sheets[n],o.index===r&&o.names.push({name:e,formula:t,row:0,col:0,comment:i}))},r.prototype.fk=function(e){var t=this.fi[e];return T(t,this.dj,this.ej)},r.prototype.gk=function(e){var t=this.hi[e];return T(t,this.dj,this.ej)},r.prototype.hk=function(e,t){var r,i,n,o=this.ti.sheets[e];for(o.conditionalFormats||(o.conditionalFormats={rules:[]}),r=0;r<t.rules.length;r++)i=t.rules[r],!g(i.dxfId)&&i.dxfId>-1&&(n=this.gk(i.dxfId),n.font&&0===n.font.indexOf("normal normal")&&delete n.font,i.style=n,delete i.dxfId),o.conditionalFormats.rules.push(i)},r.prototype.ik=function(e){return this.ti.sheets[e].conditionalFormats},r.prototype.jk=function(e,t){var r=this,i=r.ti,n=i.sheets&&i.sheets[t];n.comments=e.map(function(e){return v(n,e)})},r.prototype.kk=function(e,t){var r=this,i=r.ti,n=i.sheets&&i.sheets[t],o=e.pictures,a=e.charts,l=e.shapes;o&&this.lk(o,n),a&&this.mk(a,n),l&&this.nk(l,n)},r.prototype.lk=function(e,t){t.floatingObjects=t.floatingObjects||[];var r=t.floatingObjects;e.forEach(function(e){var i=x(t,e,r);i.typeName="1",r.push(i)})},r.prototype.mk=function(e,t){t.charts=t.charts||[],e.map(function(e){var r=A(t,e);t.charts.push(r)})},t=["w","cap","cmpd","algn","prstDash","custDash","round","bevel","miter","headEnd","tailEnd"];function o(e,r){t.forEach(function(t){void 0===r[t]&&void 0!==e[t]&&(r[t]=e[t])})}function l(e,t){e&&o(e,t)}r.prototype.pk=function(e){var t,r,i,n,o,a,s=this,c=e.sp||e.cxnSp,u=c&&c.style,f=c&&c.spPr;u&&(t=u.lnRef,n=f.ln,n||(n={}),t&&(r=t.idx,r&&(i=s.lj(1,r-1),l(i,n),f.ln=n))),o=e.grpSp,o&&(a=o.sp,a&&a.length&&a.forEach(function(e){s.pk({sp:e})}))},r.prototype.nk=function(e,t){var r=this;t.shapes=t.shapes||[],e.map(function(e){r.pk(e);var i=k(t,e);t.shapes.push(i)})},r.prototype.qk=function(e,t){var r,i,n,o=this,a=o.ti,l=a.sheets&&a.sheets[t];for(l.sparklineGroups=e,r=0;r<e.length;r++)for(i=e[r].sparklines,n=0;n<i.length;n++)i[n].row>=l.rowCount&&(l.rowCount=i[n].row+1),i[n].col>=l.columnCount&&(l.columnCount=i[n].col+1)};function c(e,t){return!!e[t]}function b(e,t,r,i,n,o){var a,l,s,c=e.ci;if(r[i]&&r[i][n]){if(a=r[i][n].style,!a)return;l=h.fc(t.namedStyles,a),l&&(s=I(l,c),s.name="__builtInTableStyle"+e.Ri+l.name,h.gc(t.namedStyles,e.hj,s),e.Ri++,r[i][n].style=s.name,o[a]=s.name)}}r.prototype.rk=function(e,t){var r,i,n,o,a,l,s,u,f,d,h,m=this,g=m.ti,S=g.sheets&&g.sheets[t];for(S.tables=e,r=0;r<e.length;r++){e[r].row+e[r].rowCount>S.rowCount&&(S.rowCount=e[r].row+e[r].rowCount),e[r].col+e[r].colCount>S.columnCount&&(S.columnCount=e[r].col+e[r].colCount),i=S.data&&S.data.dataTable,n=e[r],o=S.data&&S.data.defaultDataNode&&S.data.defaultDataNode.style&&S.data.defaultDataNode.style.font;for(a in n.style)n.style.hasOwnProperty(a)&&n.style[a]&&n.style[a].font&&(n.style[a].font=p.composeFontWeightAndFontStyleToDestFont(n.style[a].font,o));for(l={},s=n.row+n.rowCount,u=n.col+n.colCount,f=n.row;f<s;f++)for(d=n.col;d<u;d++)i[f]&&i[f][d]&&(h=i[f][d].style,c(l,h)?i[f][d].style=l[h]:b(m,g,i,f,d,l))}},r.prototype.sk=function(e,t,r,i){var n=this.ti.sheets[e],o,a=[],l=0,s;if(n&&n.data&&n.data.dataTable&&(o=n.data.dataTable))for(;i>0&&l<t.rowCount;)o[t.row+l]&&(s=o[t.row+l][r],g(s.value)||(a.push(s.value),i--)),l++;return a},r.prototype.tk=function(e,t){var r,i,n,o,a,l,s=this;if(!g(e)&&!g(e.range))return r={},r.filterItemMap=[],r.filteredColumns=[],i=e.range,i=new d(i.row+1,i.col,i.rowCount-1,i.colCount),r.range=i,e.filterColumns.forEach(function(e){var n,o=e.autoFilterColumnId+i.col,a=[],l=e.colorFilter;l&&a.push(O(l,s.hi[l.dxfId])),n=e.filters,n&&(n.filter.forEach(function(e){a.push(G(2,0,e,n.blank))}),n.dateGroupItem.forEach(function(e){var t=new Date(e.year,e.month-1,e.day,e.hour,e.minute,e.second);a.push(G(5,0,t,!n.blank))})),e.customFilters&&a.push(W(e.customFilters,s.sk(t,i,o,1))),e.dynamicFilter&&a.push(V(e.dynamicFilter,i,o)),e.top10Filter&&a.push(z(e.top10Filter)),r.filteredColumns.push(o),r.filterItemMap.push({index:o,conditions:a})}),n=e.sortInfo,n&&n.dxfId===M?r.sortInfo=n:n&&n.dxfId!==M&&(a=e.sortInfo.isBackColor,l=s.hi[n.dxfId]&&s.hi[n.dxfId].fill,l&&(o=0===l.patternType?"":S.toRGBColor(l.foreColor)),r.sortInfo={ascending:n.ascending,index:n.index,isBackColor:a,color:o}),r},r.prototype.uk=function(e,t){if(!g(e)){var r=this,i=r.ti,n=i.sheets&&i.sheets[e];n.rowFilter=r.tk(t,e)}};function R(e,t){var r=null;return t.forEach(function(t){t.id===e&&(r=t.name)}),r}function H(e,t,r){var i=null;return r.forEach(function(r){r.id===e&&r.columns.forEach(function(e){e.id===t&&(i=e.name)})}),i}r.prototype.vk=function(e,t){var r,i,n,o=this,a=o.ti,l=a.sheets&&a.sheets[t];l.slicers=l.slicers||[],r=l.slicers,i=[];for(n in a.sheets)a.sheets[n].tables&&(i=i.concat(a.sheets[n].tables));e.forEach(function(e){e.tableName=R(e.tableId,i),e.columnName=H(e.tableId,e.columnId,i),delete e.tableId,delete e.columnId,E(l,e),r.push(e)})};function U(e,t){return t=t||" ",e.map(Y).join(t)}function Y(e){var t,r=e.row,i=e.col,n=e.rowCount,o=e.colCount,a=i+o-1,l=r+n-1;return L(e)&&F(e)?t="$1:$"+f.bf:L(e)?t=r+1+":"+(l+1):F(e)?t=u.Pb(i)+":"+u.Pb(a):(t=u.Pb(i)+(r+1),(n>1||o>1)&&(t+=":"+u.Pb(a)+(l+1))),t}r.prototype.wk=function(e,t){var r,i,n,o,a;g(e)||(r=this,i=r.ti,n=i.sheets&&i.sheets[e],o=r.xk(t),a=n.validations,a||(a=n.validations=[]),o.ranges=U(t.ranges,", "),a.push(o))},r.prototype.xk=function(e){var t,r,i,n,o,a,l,s;if(g(e))return B;switch(t=e.type,r=e.compareOperator,i=e.firstFormula,n=e.secondFormula,o={type:t},t){case 0:break;case 1:case 2:case 6:a={operator:r,value1:j(i),value2:j(n)};break;case 3:l=i,g(l)&&(l=n),l&&(a='"'===l[0]&&'"'===l[l.length-1]?{value:K(l)}:{formula:j(l)});break;case 4:case 5:g(i)||(s=parseFloat(i),isNaN(s)||(i=this.Zj(s))),g(n)||(s=parseFloat(n),isNaN(s)||(n=this.Zj(s))),a={operator:r,value1:i&&i.indexOf("/OADate(")!==-1?i:j(i),value2:n&&n.indexOf("/OADate(")!==-1?n:j(n)};break;case 7:a={formula:j(i)}}return a&&(o.validatorInfo=a),o!==B&&(o.errorStyle=e.errorType,o.errorMessage=e.error,o.errorTitle=e.errorTitle,o.ignoreBlank=e.allowBlank,o.inCellDropdown=e.showPromptBox,o.inputMessage=e.prompt,o.inputTitle=e.promptTitle,o.showErrorMessage=e.showErrorMessage,o.showInputMessage=e.showInputMessage),o},r.prototype.yk=function(e,t){var r,i,n,o;function a(e){return e=e||0,parseInt(Math.round(96*e))}g(e)||(r=this,i=r.ti,n=i.sheets&&i.sheets[e],n.printInfo||(n.printInfo={}),o=n.printInfo,o.margin={top:a(t.top),bottom:a(t.bottom),left:a(t.left),right:a(t.right),header:a(t.header),footer:a(t.footer)})},r.prototype.zk=function(e,t){var r,i,n,o,a,l,s,c;g(e)||(r=this,i=r.ti,n=i.sheets&&i.sheets[e],n.printInfo||(n.printInfo={}),o=n.printInfo,o.showGridLine=t.printGridLine,a=t.horizontalCentered,l=t.verticalCentered,s=0,a&&l?s=3:a?s=1:l&&(s=2),o.centering=s,c=t.printRowColumnsHeaders?2:1,o.showColumnHeader=c,o.showRowHeader=c)},r.prototype.Ak=function(e,t,r){e.rows||(e.rows=[]);var i=e.rows[t];i?i.pageBreak=r:e.rows[t]={pageBreak:r}},r.prototype.Bk=function(e,t,r){e.columns||(e.columns=[]);var i=e.columns[t];i?i.pageBreak=r:e.columns[t]={pageBreak:r}},r.prototype.Ii=function(e,t){var r,i,n,o,a,l,s,c,u,f;function d(e){var t,r,i,n,o;if(e===M)return B;if(t=["","",""],e===B||""===e)return t;for(r=0,i=1,n=e.length;r<n;){if(r<n-1){if(o=e.substr(r,2),"&L"===o){i=0,r+=2;continue}if("&C"===o){i=1,r+=2;continue}if("&R"===o){i=2,r+=2;continue}}t[i]=t[i].concat(e[r]),r++}return t}g(e)||(r=this,i=r.ti,n=i.sheets&&i.sheets[e],n.printInfo||(n.printInfo={}),o=n.printInfo,a=t.paperSizeIndex,0!==a&&(o.paperSize={kind:a}),t.useCustomStartingPage&&(o.firstPageNumber=t.firstPageNumber),g(t.showColor)||(o.blackAndWhite=!t.showColor),o.orientation=2===t.orientation?2:1,o.pageOrder=2===t.pageOrder?2:1,t.zoomFactor>0&&(o.zoomFactor=t.zoomFactor),t.useSmartPrint&&(t.smartPrintPagesWidth>=1&&(o.fitPagesWide=t.smartPrintPagesWidth),t.smartPrintPagesHeight>=1&&(o.fitPagesTall=t.smartPrintPagesHeight)),l=t.advancedHeadFooterSetting,l&&(s=d(l.headerOddPage),s&&(o.headerLeft=s[0],o.headerCenter=s[1],o.headerRight=s[2]),c=d(l.footerOddPage),c&&(o.footerLeft=c[0],o.footerCenter=c[1],o.footerRight=c[2]),l.headerLeftImage&&(o.headerLeftImage=l.headerLeftImage),l.headerCenterImage&&(o.headerCenterImage=l.headerCenterImage),l.headerRightImage&&(o.headerRightImage=l.headerRightImage),l.footerLeftImage&&(o.footerLeftImage=l.footerLeftImage),l.footerCenterImage&&(o.footerCenterImage=l.footerCenterImage),l.footerRightImage&&(o.footerRightImage=l.footerRightImage)),u=t.rowBreakLines,u&&u.length>0&&u.forEach(function(e){r.Ak(n,e,!0)}),f=t.columnBreakLines,f&&f.length>0&&f.forEach(function(e){r.Bk(n,e,!0)}))},r.prototype.Ck=function(e,t){var r,i,n,o;e<0||(r=this,i=r.Dk(e),i.printInfo||(i.printInfo={}),n=s(t),1===n.length&&(o=n[0],o.row>-1&&(i.printInfo.rowStart=o.row),o.rowCount>0&&(i.printInfo.rowEnd=o.row+o.rowCount-1),o.col>-1&&(i.printInfo.columnStart=o.col),o.colCount>0&&(i.printInfo.columnEnd=o.col+o.colCount-1)))},r.prototype.Ek=function(e,t){var r,i,n,o,a;if(!(e<0))for(r=this,i=r.Dk(e),i.printInfo||(i.printInfo={}),n=s(t.replace(","," ")),o=0;o<n.length;o++)a=n[o],L(a)?(i.printInfo.repeatRowStart=a.row,i.printInfo.repeatRowEnd=a.row+a.rowCount-1):F(a)&&(i.printInfo.repeatColumnStart=a.col,i.printInfo.repeatColumnEnd=a.col+a.colCount-1)},r.prototype.Dk=function(e){var t,r,i=this.ti.sheets;for(t in i)if(i.hasOwnProperty(t)&&(r=i[t],r.index===e))return r;return M},r.prototype.Fk=function(e){this.Gk=e,this.Hk={},this.Ik={}};function Z(e,t){var r=e.filter(function(e){return e.Zc.name===t});return r&&r[0]}function q(e,t){var r=_(e.bk);return r[t]}return r.prototype.Jk=function(e,t,r){var i,n,o,a,l,s,c,u,f,d,h,p,m,g,b=this.Gk,S=+t-1;if(b&&("cm"===e?(i=b.cellMetadata,n=this.Hk):"vm"===e&&(i=b.valueMetadata,n=this.Ik)),i){if(!r)return{name:b.typeNames[S]};if(o=[e,S].join(","),a=n[o])return a;if(l=q(i,S)){s=l.rc,c=s.Zc,u=+c.t-1,f=+c.v;try{if(d=_(b.metadataTypes.metadataType),h=_(b.futureMetadata),p=d[u],m=p&&p.Zc.name,g=Z(h,m))return a={name:m,detail:q(g,f)},n[o]=a,a}catch(e){}}}},r.prototype.Kk=function(e){var t=this.Jk("cm",e);return t&&"XLDAPR"===t.name},r.prototype.Lk=function(e,t){var r=this;g(r.ti.docProps)&&(r.ti.docProps={}),g(r.ti.docProps.docPropsCore)&&(r.ti.docProps.docPropsCore={}),r.ti.docProps.docPropsCore[e]=t},r.prototype.Mk=function(e,t){var r=this;g(r.ti.docProps)&&(r.ti.docProps={}),g(r.ti.docProps.docPropsApp)&&(r.ti.docProps.docPropsApp={}),r.ti.docProps.docPropsApp[e]=t},r.prototype.Ok=function(e){var t=this;g(t.ti.docProps)&&(t.ti.docProps={}),g(t.ti.docProps.docPropsCustom)&&(t.ti.docProps.docPropsCustom=[]),t.ti.docProps.docPropsCustom=e},r}(),e.exports=t}()},function(e,t,r){!function(){"use strict";var t,i,n,o,a,l,s,c,u=r(4),f=r(12),d=r(24),h=f.ColorHelper,p=f.UnitHelper,m=f.ExcelColor,g=u.Kb,b=u.Hb,S=null,C=[].find;function y(e,t,r){var i,n=e.defaults.colWidth,o=e.columns,a=0,l=o?S:n;for(i=t;i<r;i++)a+=l||w(o,i,n,e.columnOutlines);return a}function w(e,t,r,i){var n=e[t];return n?i&&E(t,i)?0:n.visible===!1?0:n.size:r}function T(e,t,r){var i,n=e.defaults.rowHeight,o=e.rows,a=0,l=o?S:n;for(i=t;i<r;i++)a+=l||v(o,i,n,e.rowOutlines);return a}function v(e,t,r,i){var n=e[t];return n?i&&E(t,i)?0:n.visible===!1?0:n.size:r}function x(e,t){for(var r,i,n=e.defaults.colWidth,o=e.columnVisibleInfo,a=0,l=0,s=o?S:n;a<t;)r=s||w(o,l,n),a+=r,l++;return i=a-t,i>0&&(l--,i=r-i),{col:l,colOffset:i}}function A(e,t){for(var r,i,n=e.defaults.rowHeight,o=e.rowsVisibleInfo,a=0,l=0,s=o?S:n;a<t;)r=s||v(o,l,n),a+=r,l++;return i=a-t,i>0&&(l--,i=r-i),{row:l,rowOffset:i}}function k(e,t){var r=t.x,i=t.y,n={},o={},a=A(e,i);return I(a,n,["row","rowOffset"]),a=x(e,r),I(a,n,["col","colOffset"]),a=A(e,i+t.height),I(a,o,["row","rowOffset"]),a=x(e,r+t.width),I(a,o,["col","colOffset"]),{startPoint:n,endPoint:o}}function E(e,t){var r,i,n,o,a,l,s;if(!t||!t.itemsData)return!1;if(r=t.itemsData,0===t.direction){for(i=r.length-1;i>=0;i--)if(o=r[i],o&&1===o.count&&o.info&&o.info.collapsed&&e>o.index){for(a=o.index+o.count,l=i+1;l<r.length;l++)s=r[l],s&&s.info&&s.info.level>o.info.level&&s.index===a&&(a=s.index+s.count);if(e<a)return!0}}else for(i=0,n=r.length;i<n;i++)if(o=r[i],o&&1===o.count&&o.info&&o.info.collapsed&&e<o.index+o.count-1){if(a=o.index-1,a<0&&o.info.level===-1)break;for(l=i-1;l>=0;l--)s=r[l],s&&s.info&&s.info.level>o.info.level&&s.index+s.count-1===a&&(a=s.index-1);if(e>a)return!0}return!1}t=7;function I(e,t,r){r.forEach(function(r){void 0!==e[r]&&(t[r]=e[r])})}function P(e,r){var i,n,o,a,l,s,c,u,f,d,g,C,w,v,x,A,k={};return I(r,k,["fontSize","fontStyle","fontFamily","fontWeight","textDecoration","text","autoSize","dynamicMove","dynamicSize","locked","lockText","displayMode"]),i=e.forzenRowCount||0,n=e.forzenColumnCount||0,o=r.row,a=r.col,l=r.anchor,s=y(e,n,a+1),c=T(e,i,o),k.rowIndex=o-i,k.colIndex=a-n,l?(u=y(e,n,l[0])+l[1]-t,f=T(e,i,l[2])+l[3]-t,d=y(e,n,l[4])+l[5]+t,g=T(e,i,l[6])+l[7]+t,k.location={x:u-s,y:f-c},k.width=d-u,k.height=g-f,q(e,l)):(k.location={x:p.pointToPixel(r.marginLeft)-s-t,y:p.pointToPixel(r.marginTop)-c-t},k.width=F(r.width)+2*t,k.height=F(r.height)+2*t,q(e,S,{x:k.location.x+s,y:k.location.y+c,width:k.width,height:k.height})),C=r.foreColor,C&&C!==m.EmptyColor&&(k.foreColor=h.toRGBColor(C)),C=r.backColor,C&&(k.backColor=C.split(" ")[0]),C=r.borderColor,C&&(k.borderColor=C.split(" ")[0]),w=r.borderWidth,w&&(k.borderWidth=F(w)),k.borderStyle=_(r.dashStyle,r.lineStyle),v=r.zIndex,b(v)||(k.zIndex=v),v=r.opacity,b(v)||(k.opacity=v),r.autoSize&&(k.autoSize=!0),k.locked=r.locked!==!1,k.lockText=r.lockText!==!1,k.dynamicSize=r.dynamicSize!==!1,k.dynamicMove=r.dynamicMove!==!1,v=r.inset,v&&(x=[0,0,0,0],v.trim().split(",").forEach(function(e,t){var r=e||["0.1in","0.05in"][t%2];x[t]=R(r)}),k.padding={left:x[0],top:x[1],right:x[2],bottom:x[3]}),A=["left","center","right"].indexOf(r.hAlign),A!==-1&&(k.horizontalAlign=A),k}function L(e,r){var i,n,o,a,l,s,c=r.rowIndex,u=r.colIndex,f=r.location||{x:9,y:-18},d={row:c,col:u};return b(r.width)&&(r.width=160),b(r.height)&&(r.height=100),r.fontFamily=r.fontFamily||"Arial",r.borderColor=r.borderColor||"black",r.backColor=r.backColor||"#FFFFE1",I(r,d,["zIndex","opacity","fontStyle","fontFamily","fontWeight","textDecoration","text","autoSize","dynamicMove","dynamicSize","locked","lockText","displayMode","backColor","borderColor"]),i=y(e,0,u+1),
- n=T(e,0,c),d.marginLeft=p.pixelToPoint(i+f.x+t),d.marginTop=p.pixelToPoint(n+f.y+t),d.width=p.pixelToPoint(r.width-2*t)+"pt",d.height=p.pixelToPoint(r.height-2*t)+"pt",o=r.fontSize||"9pt",o.indexOf("px")!==-1?d.fontSize=p.pixelToPoint(parseFloat(o)):d.fontSize=o.replace("pt",""),a=r.foreColor,d.foreColor=a&&h.toExcelColor(a),d.borderWidth=p.pixelToPoint(r.borderWidth||1)+"pt",l=B(r.borderStyle),d.dashStyle=l.dashStyle,d.lineStyle=l.lineStyle,s=r.padding,s&&(d.inset=[p.pixelToPoint(s.left)+"pt",p.pixelToPoint(s.top)+"pt",p.pixelToPoint(s.right)+"pt",p.pixelToPoint(s.bottom)+"pt"].join(",")),d.hAlign=["Left","Center","Right"][r.horizontalAlign||0]||"Left",d.visibility=1===r.displayMode?"visible":"hidden",d}function F(e){return e?p.pointToPixel(parseFloat(e.replace("pt",""))):0}function R(e){var t=0;return e.indexOf("in")!==-1?t=72*parseFloat(e.replace("in","").trim()):e.indexOf("cm")!==-1?t=72*parseFloat(e.replace("cm","").trim())/2.54:e.indexOf("mm")!==-1?t=72*parseFloat(e.replace("mm","").trim())/25.4:e.indexOf("pt")!==-1&&(t=parseFloat(e.replace("pt","").trim())),p.pointToPixel(t)}function _(e,t){if(!g.Ib(t))return"double";if(e)switch(e.toLowerCase()){case"solid":return"solid";case"1 1":return"dotted";case"dash":case"dashdot":case"longdash":case"longdashdot":case"longdashdotdot":return"dashed"}return"solid"}function B(e){var t,r;if(e)switch(e.toLowerCase()){case"solid":t="solid";break;case"dotted":t="1 1";break;case"dashed":t="dash";break;case"double":r="thinThin"}return{dashStyle:t,lineStyle:r}}function M(e,t){if(e){var r=e.startPoint,i=e.endPoint;t.startRow=r.row,t.startRowOffset=r.rowOffset,t.startColumn=r.col,t.startColumnOffset=r.colOffset,t.endRow=i.row,t.endRowOffset=i.rowOffset,t.endColumn=i.col,t.endColumnOffset=i.colOffset}}i=1e5;function D(e){return{l:e.l/i,t:e.t/i,r:e.r/i,b:e.b/i}}function N(e){return{l:parseInt((e.l||0)*i),t:parseInt((e.t||0)*i),r:parseInt((e.r||0)*i),b:parseInt((e.b||0)*i)}}function G(e,t,r){var i,n=j(r,t.name,"picture"),o={name:n};return I(t,o,["src","isVisible","locked","rot"]),ue(t.anchor,e,o,t.xfrm),K(t.pictureFormat,o),i=t.srcRect,i&&(o.srcRect=D(i)),o}function O(e,t){return t.twoCellAnchor=re(e,t),t}function H(e,t){switch(e){case"solid":return"dbl"===t?"double":"solid";case"dot":case"sysDot":return"dotted"}return"dashed"}function U(e){return!e||"hidden"===e}function W(e){switch(e){case"dotted":return"dot";case"dashed":return"dash";case"double":return"dbl"}return"solid"}function V(e,t){var r,i={},n=t.src;return z(n,i),I(t,i,["name","locked","rot"]),i.twoCellAnchor=re(e,t),i.hidden=t.isVisible===!1,i.fillColor=h.toExcelColor(t.backColor),i.lineBorder={width:U(t.borderStyle)?0:t.borderWidth,color:h.toExcelColor(t.borderColor),style:W(t.borderStyle),noFill:t.noFill},r=t.srcRect,r&&(i.srcRect=N(r)),i}n=";base64,";function z(e,t){var r,i=e.indexOf(n);i>0&&(t.base64Image=e.substr(i+n.length),r=e.substr(0,i).split("/").pop(),"x-icon"===r&&(r="png"),t.imageType=r)}function j(e,t,r){function i(e){return e.name===this.name}function n(t){var r=i.bind({name:t});return void 0!==(C?C.call(e,r):e.filter(r)[0])}t=t||r;for(var o=t,a=1;n(o);)o=t+"_"+a++;return o}function K(e,t){var r,i,n,o,a;return e?(r=e.fillFormat,r&&1===r.fillFormatType&&(t.backColor=h.toRGBColor(r.color)),i=e.lineFormat,void(i&&(t.borderWidth=i.width,n=i.fillFormat,n&&1===n.fillFormatType?t.borderColor=h.toRGBColor(n.color):n&&0===n.fillFormatType&&(t.noFill=!0),o=i.lineDashType,o&&(a=i.compoundLineType,t.borderStyle=H(o,a))))):null}o=2;function Y(e,t,r){e.rowCount<t&&(e.rowCount=t),e.columnCount<r&&(e.columnCount=r)}function Z(e,t){var r=0,i=0,n=t.endPoint;n&&(r=n.row,i=n.col),r+=o,i+=o,Y(e,r,i)}function q(e,t,r){var i,n,a;t?(i=t[6],n=t[4]):(a=k(e,r),i=a.endPoint.row,n=a.endPoint.col),i+=o,n+=o,Y(e,i,n)}function J(e,t,r){var i,n,o,a;return i=y(e,0,t.col)+t.colOffset,n=T(e,0,t.row)+t.rowOffset,o=y(e,0,r.col)+r.colOffset,a=T(e,0,r.row)+r.rowOffset,{x:i,y:n,width:o-i,height:a-n}}function Q(e,t){return J(e,t.startPoint,t.endPoint)}function X(e,t){var r=t.startPoint,i=y(e,0,r.col)+r.colOffset,n=T(e,0,r.row)+r.rowOffset;return{x:i,y:n,width:t.width,height:t.height}}function $(e){return{x:e.x,y:e.y,width:e.width,height:e.height}}function ee(e,t,r){var i=e.startPoint,n=e.endPoint,o=i.x*t,a=i.y*r,l=n.x*t,s=n.y*r;return{x:o,y:a,width:l-o,height:s-a}}function te(e,t,r){var i=e.startPoint;return{x:i.x*t,y:i.y*r,width:e.width,height:e.height}}function re(e,t){var r,i,n;return b(t.startRow)?k(e,{x:t.x||0,y:t.y||0,width:t.width||0,height:t.height||0}):(r={row:t.startRow,rowOffset:t.startRowOffset||0,col:t.startColumn,colOffset:t.startColumnOffset||0},i={row:t.endRow,rowOffset:t.endRowOffset||0,col:t.endColumn,colOffset:t.endColumnOffset||0},n=oe(t.dynamicMove,t.dynamicSize),{startPoint:r,endPoint:i,editAs:n})}function ie(e,t,r,i){var n=t.anchorType;return 0===n?Q(e,t):1===n?X(e,t):2===n?$(t):3===n?ee(t,r,i):4===n?te(t,r,i):null}function ne(e){var t=e.anchorType||e.editAs||0,r=!0,i=!0;return 2===t?(r=!1,i=!1):1===t&&(i=!1),{dynamicMove:r,dynamicSize:i}}function oe(e,t){var r;return e===!1&&t===!1?r=2:t===!1&&(r=1),r}function ae(e,t,r){var i={x:e.x||0,y:e.y||0,width:e.width||0,height:e.height||0};return{startPoint:{x:(i.x/t).toFixed(5),y:(i.y/r).toFixed(5)},endPoint:{x:((i.x+i.width)/t).toFixed(5),y:((i.y+i.height)/r).toFixed(5)}}}function le(e){var t,r,i;return e?(t=h.toExcelColor(e),r=t.colorType(),2===r?(i=h.getRGBAColorData(t),{srgbClr:{val:i.rgb}}):3===r?{schemeClr:{val:t.value()}}:null):null}function se(e,t,r){return{x:e.x*r-e.y*t,y:e.x*t+e.y*r}}a=Math.PI/180/6e4;function ce(e){var t,r,i,n,o,l,s,c,u,f,d,h,p,m,g,b,S,C,y,w;if(e&&e.rot)return t=e.rot,r=e.off,i=e.ext,n=r.x,o=r.y,l=i.cx,s=i.cy,c=l/2,u=s/2,f=t*a,d=Math.sin(f),h=Math.cos(f),p=n+c,m=o+u,g=[],b=[],[{x:-c,y:-u},{x:c,y:-u},{x:-c,y:u},{x:c,y:u}].forEach(function(e){var t=se(e,d,h);g.push(t.x+p),b.push(t.y+m)}),S=Math.min.apply(null,g),C=Math.max.apply(null,g),y=Math.min.apply(null,b),w=Math.max.apply(null,b),{x:S,y:y,width:C-S,height:w-y}}function ue(e,t,r,i){var n,o,a=ce(i)||ie(t,e),l=ne(e);r.dynamicMove=l.dynamicMove,r.dynamicSize=l.dynamicSize,I(a,r,["x","y","width","height"]),0===e.anchorType?(n=i?k(t,a):e,M(n,r)):n=k(t,a),Z(t,n),o=e.clientData,o&&(r.isLocked=o.fLocksWithSheet,r.canPrint=o.fPrintsWithSheet)}function fe(e,t){var r,i,n,o,a,l,s,c,f,d,h;return Z(e,t),n=u.Gc.Ec(t),o=n&&n.layoutId,a=u.Gc.Fc(o),r=a?t.AlternateContent&&t.AlternateContent.Choice&&t.AlternateContent.Choice.GraphicalObjectFrame&&t.AlternateContent.Choice.GraphicalObjectFrame.nvGraphicFramePr:t.graphicFrame&&t.graphicFrame.nvGraphicFramePr,i=r&&r.cNvPr,l=j(e.charts,i.name,"chart"),s=t.chartSpace,c={name:l,chartSpace:s,isVisible:!i.hidden,AlternateContent:t.AlternateContent},ue(t,e,c),f=c.width,d=c.height,h=s.userShapes,h&&(s.userShapes=h.map(function(t){return t.pic?ge(e,t,f,d):t.graphicFrame?pe(e,t,f,d):void 0})),c}function de(e,t){var r=t.shapeData;return r.editAs=oe(t.dynamicMove,t.dynamicSize),r.clientData={fLocksWithSheet:t.isLocked,fPrintsWithSheet:t.canPrint},r}function he(e,t){var r,i=re(e,t),n=t.isVisible,o=t.chartSpace,a={anchorType:0,startPoint:i.startPoint,endPoint:i.endPoint,editAs:i.editAs,graphicFrame:{nvGraphicFramePr:{cNvPr:{name:t.name,hidden:!b(n)&&!n}}},clientData:{fLocksWithSheet:t.isLocked,fPrintsWithSheet:t.canPrint},chartSpace:o,AlternateContent:t.AlternateContent},l=1,s=o.userShapes;return s&&s.length>0&&(r=s.map(function(e){return"1"===e.typeName?be(e,l++,t.width,t.height):"2"===e.typeName?me(e,l++,t.width,t.height):void 0}),o.userShapes={relSizeAnchor:r}),a}function pe(e,t,r,i){var n=t.graphicFrame&&t.graphicFrame.nvGraphicFramePr&&t.graphicFrame.nvGraphicFramePr.cNvPr&&t.graphicFrame.nvGraphicFramePr.cNvPr,o=j(e.charts,n.name,"chart"),a=ie(e,t,r,i),l={name:o,chartSpace:t.chartSpace,isVisible:!n.hidden};return I(a,l,["x","y","width","height"]),l}function me(e,t,r,i){var n=ae(e,r,i),o=e.isVisible;return{typeName:e.typeName,anchorType:3,startPoint:n.startPoint,endPoint:n.endPoint,graphicFrame:{nvGraphicFramePr:{cNvPr:{name:e.name,hidden:!b(o)&&!o}}},chartSpace:e.chartSpace}}function ge(e,t,r,i){var n,o,a,l,s,c=t.pic&&t.pic.nvPicPr&&t.pic.nvPicPr.cNvPr,u=c.name,f=e.floatingObjects;return f&&(u=j(f,u,"picture")),n=t.pic&&t.pic.blipFill,o=n&&n.blip&&n.blip.blipBlob,a=o&&o.blob,l={name:u,src:a,isVisible:!c.hidden},s=ie(e,t,r,i),I(s,l,["x","y","width","height"]),K(t.pictureFormat,l),l}function be(e,t,r,i){var n,o,a=ae(e,r,i),l={typeName:e.typeName,anchorType:3,startPoint:a.startPoint,endPoint:a.endPoint,pic:{nvPicPr:{cNvPr:{name:e.name},cNvPicPr:{picLocks:{}}},spPr:{ln:{w:U(e.borderStyle)?0:e.borderWidth},prstGeom:{prst:1,avLst:{}}}},src:e.src},s=l.pic.spPr,c=s.ln,u=le(e.backColor);return u&&(s.solidFill=u),n=le(e.borderColor),n&&(c.solidFill=n),o=W(e.borderStyle),"dbl"===o?c.cmpd=d.ST_CompoundLine[o]:c.prstDash=d.ST_PresetLineDashVal[o],l}function Se(e,t){return!(!e||!t||e.color!==t.color||e.type!==t.type)||!e&&!t}l={backColor:0,foreColor:0,borderBottom:1,borderLeft:1,borderRight:1,borderTop:1,font:0,textDecoration:0};function Ce(e,t){var r,i={};for(r in e)e.hasOwnProperty(r)&&(0===l[r]?e[r]!==t[r]&&(i[r]=e[r]):1===l[r]?Se(e[r],t[r])||(i[r]=e[r]):i[r]=e[r]);return i}function ye(e,t){var r,i="png",n=e.lastIndexOf(".");return n!==-1&&(i=e.substr(n+1)),"svg"===i&&(i="svg+xml"),r=t(e,!0),r?"data:image/"+i+";base64,"+r:S}function we(e){return JSON.parse(JSON.stringify(e))}function Te(e){var t=e.sp||e.cxnSp||e.grpSp;return t&&(t.spPr&&t.spPr.xfrm||t.grpSpPr&&t.grpSpPr.xfrm)}function ve(e,t){var r,i={},n=Te(t);return ue(t,e,i,n),t.sp?(i.shapeType=t.sp.shapeType,i.name=t.sp.nvSpPr.cNvPr.name,i.shapeData=we(t)):t.cxnSp?(i.shapeType=t.cxnSp.shapeType,i.name=t.cxnSp.nvCxnSpPr.cNvPr.name,i.shapeData=we(t)):t.grpSp&&(i.shapeType=t.grpSp.shapeType,i.name=t.grpSp.nvGrpSpPr.cNvPr.name,i.shapeData=we(t)),r=i.shapeData,r&&r.hidden&&(r.isVisible=!1,i.isVisible=!1,delete r.hidden),i}s={selectLockedCells:"allowSelectLockedCells",selectUnlockedCells:"allowSelectUnlockedCells",autoFilter:"allowFilter",sort:"allowSort",insertColumns:"allowInsertColumns",insertRows:"allowInsertRows",deleteColumns:"allowDeleteColumns",deleteRows:"allowDeleteRows",objects:"allowEditObjects"},c={allowSelectLockedCells:"selectLockedCells",allowSelectUnlockedCells:"selectUnlockedCells",allowFilter:"autoFilter",allowSort:"sort",allowInsertColumns:"insertColumns",allowInsertRows:"insertRows",allowDeleteColumns:"deleteColumns",allowDeleteRows:"deleteRows",allowEditObjects:"objects"},e.exports={convertFromExcelComment:P,convertToExcelComment:L,convertFromExcelPicture:G,convertToExcelPicture:V,convertFromExcelChart:fe,convertFromExcelShape:ve,convertToExcelChart:he,convertToExcelShape:de,getBounds:J,convertToExcelSlicer:O,processTableCellStyle:Ce,inflateWorksheetByAnchor:Z,isBorderEaual:Se,getImageContent:ye,getPictureInfo:z,getXFrm:Te,toProtectionOptions:s,fromProtectionOptions:c,isCollapsed:E}}()},function(e,t){!function(){"use strict";var t,r,i,n,o,a,l,s,c,u,f,d,h,p,m,g,b,S,C,y,w,T,v,x,A,k,E,I,P,L,F,R,_,B,M,D,N,G,O,H,U,W,V,z,j,K,Y,Z,q,J,Q,X,$,ee,te,re,ie,ne,oe,ae,le,se,ce,ue,fe,de,he,pe,me,ge,be,Se,Ce,ye,we,Te,ve,xe,Ae,ke,Ee,Ie,Pe,Le,Fe,Re,_e,Be,Me,De,Ne,Ge,Oe,He=void 0;function Ue(e){for(var t in e)e[t]!==He&&(e[e[t]]=t)}t={},r={major:0,minor:1,none:2},Ue(r),t.ST_FontCollectionIndex=r,i={dk1:0,lt1:1,dk2:2,lt2:3,accent1:4,accent2:5,accent3:6,accent4:7,accent5:8,accent6:9,hlink:10,folHlink:11},Ue(i),t.ST_ColorSchemeIndex=i,n={scrollBar:0,background:1,activeCaption:2,inactiveCaption:3,menu:4,window:5,windowFrame:6,menuText:7,windowText:8,captionText:9,activeBorder:10,inactiveBorder:11,appWorkspace:12,highlight:13,highlightText:14,btnFace:15,btnShadow:16,grayText:17,btnText:18,inactiveCaptionText:19,btnHighlight:20,Item3dDkShadow:21,Item3dLight:22,infoText:23,infoBk:24,hotLight:25,gradientActiveCaption:26,gradientInactiveCaption:27,menuHighlight:28,menuBar:29},Ue(n),t.ST_SystemColorVal=n,o={bg1:0,tx1:1,bg2:2,tx2:3,accent1:4,accent2:5,accent3:6,accent4:7,accent5:8,accent6:9,hlink:10,folHlink:11,phClr:12,dk1:13,lt1:14,dk2:15,lt2:16},Ue(o),t.ST_SchemeColorVal=o,a={aliceBlue:0,antiqueWhite:1,aqua:2,aquamarine:3,azure:4,beige:5,bisque:6,black:7,blanchedAlmond:8,blue:9,blueViolet:10,brown:11,burlyWood:12,cadetBlue:13,chartreuse:14,chocolate:15,coral:16,cornflowerBlue:17,cornsilk:18,crimson:19,cyan:20,darkBlue:21,darkCyan:22,darkGoldenrod:23,darkGray:24,darkGreen:25,darkGrey:26,darkKhaki:27,darkMagenta:28,darkOliveGreen:29,darkOrange:30,darkOrchid:31,darkRed:32,darkSalmon:33,darkSeaGreen:34,darkSlateBlue:35,darkSlateGray:36,darkSlateGrey:37,darkTurquoise:38,darkViolet:39,deepPink:40,deepSkyBlue:41,dimGray:42,dimGrey:43,dkBlue:44,dkCyan:45,dkGoldenrod:46,dkGray:47,dkGreen:48,dkGrey:49,dkKhaki:50,dkMagenta:51,dkOliveGreen:52,dkOrange:53,dkOrchid:54,dkRed:55,dkSalmon:56,dkSeaGreen:57,dkSlateBlue:58,dkSlateGray:59,dkSlateGrey:60,dkTurquoise:61,dkViolet:62,dodgerBlue:63,firebrick:64,floralWhite:65,forestGreen:66,fuchsia:67,gainsboro:68,ghostWhite:69,gold:70,goldenrod:71,gray:72,green:73,greenYellow:74,grey:75,honeydew:76,hotPink:77,indianRed:78,indigo:79,ivory:80,khaki:81,lavender:82,lavenderBlush:83,lawnGreen:84,lemonChiffon:85,lightBlue:86,lightCoral:87,lightCyan:88,lightGoldenrodYellow:89,lightGray:90,lightGreen:91,lightGrey:92,lightPink:93,lightSalmon:94,lightSeaGreen:95,lightSkyBlue:96,lightSlateGray:97,lightSlateGrey:98,lightSteelBlue:99,lightYellow:100,lime:101,limeGreen:102,linen:103,ltBlue:104,ltCoral:105,ltCyan:106,ltGoldenrodYellow:107,ltGray:108,ltGreen:109,ltGrey:110,ltPink:111,ltSalmon:112,ltSeaGreen:113,ltSkyBlue:114,ltSlateGray:115,ltSlateGrey:116,ltSteelBlue:117,ltYellow:118,magenta:119,maroon:120,medAquamarine:121,medBlue:122,mediumAquamarine:123,mediumBlue:124,mediumOrchid:125,mediumPurple:126,mediumSeaGreen:127,mediumSlateBlue:128,mediumSpringGreen:129,mediumTurquoise:130,mediumVioletRed:131,medOrchid:132,medPurple:133,medSeaGreen:134,medSlateBlue:135,medSpringGreen:136,medTurquoise:137,medVioletRed:138,midnightBlue:139,mintCream:140,mistyRose:141,moccasin:142,navajoWhite:143,navy:144,oldLace:145,olive:146,oliveDrab:147,orange:148,orangeRed:149,orchid:150,paleGoldenrod:151,paleGreen:152,paleTurquoise:153,paleVioletRed:154,papayaWhip:155,peachPuff:156,peru:157,pink:158,plum:159,powderBlue:160,purple:161,red:162,rosyBrown:163,royalBlue:164,saddleBrown:165,salmon:166,sandyBrown:167,seaGreen:168,seaShell:169,sienna:170,silver:171,skyBlue:172,slateBlue:173,slateGray:174,slateGrey:175,snow:176,springGreen:177,steelBlue:178,tan:179,teal:180,thistle:181,tomato:182,turquoise:183,violet:184,wheat:185,white:186,whiteSmoke:187,yellow:188,yellowGreen:189},Ue(a),t.ST_PresetColorVal=a,l={tl:0,t:1,tr:2,l:3,ctr:4,r:5,bl:6,b:7,br:8},Ue(l),t.ST_RectAlignment=l,s={clr:0,auto:1,gray:2,ltGray:3,invGray:4,grayWhite:5,blackGray:6,blackWhite:7,black:8,white:9,hidden:10},Ue(s),t.ST_BlackWhiteMode=s,c={inner:0,outer:1},Ue(c),t.ST_LayoutTarget=c,u={edge:0,factor:1},Ue(u),t.ST_LayoutMode=u,f={area:0,w:1},Ue(f),t.ST_SizeRepresents=f,d={auto:0,cust:1,percent:2,pos:3,val:4},Ue(d),t.ST_SplitType=d,h={ctr:0,l:1,r:2},Ue(h),t.ST_LblAlgn=h,p={bestFit:0,b:1,ctr:2,inBase:3,inEnd:4,l:5,outEnd:6,r:7,t:8},Ue(p),t.ST_DLblPos=p,m={circle:0,dash:1,diamond:2,dot:3,none:4,picture:5,plus:6,square:7,star:8,triangle:9,x:10},Ue(m),t.ST_MarkerStyle=m,g={exp:0,linear:1,log:2,movingAvg:3,poly:4,power:5},Ue(g),t.ST_TrendlineType=g,b={x:0,y:1},Ue(b),t.ST_ErrDir=b,S={both:0,minus:1,plus:2},Ue(S),t.ST_ErrBarType=S,C={cust:0,fixedVal:1,percentage:2,stdDev:3,stdErr:4},Ue(C),t.ST_ErrValType=C,y={percentStacked:0,standard:1,stacked:2},Ue(y),t.ST_Grouping=y,w={none:0,line:1,lineMarker:2,marker:3,smooth:4,smoothMarker:5},Ue(w),t.ST_ScatterStyle=w,T={standard:0,marker:1,filled:2},Ue(T),t.ST_RadarStyle=T,v={percentStacked:0,clustered:1,standard:2,stacked:3},Ue(v),t.ST_BarGrouping=v,x={bar:0,col:1},Ue(x),t.ST_BarDir=x,A={cone:0,coneToMax:1,box:2,cylinder:3,pyramid:4,pyramidToMax:5},Ue(A),t.ST_Shape=A,k={pie:0,bar:1},Ue(k),t.ST_OfPieType=k,E={b:0,l:1,r:2,t:3},Ue(E),t.ST_AxPos=E,I={autoZero:0,max:1,min:2},Ue(I),t.ST_Crosses=I,P={between:0,midCat:1},Ue(P),t.ST_CrossBetween=P,L={cross:0,in:1,none:2,out:3},Ue(L),t.ST_TickMark=L,F={high:0,low:1,nextTo:2,none:3},Ue(F),t.ST_TickLblPos=F,R={days:0,months:1,years:2},Ue(R),t.ST_TimeUnit=R,_={hundreds:0,thousands:1,tenThousands:2,hundredThousands:3,millions:4,tenMillions:5,hundredMillions:6,billions:7,trillions:8},Ue(_),t.ST_BuiltInUnit=_,B={stretch:0,stack:1,stackScale:2},Ue(B),t.ST_PictureFormat=B,M={maxMin:0,minMax:1},Ue(M),t.ST_Orientation=M,D={b:0,tr:1,l:2,r:3,t:4},Ue(D),t.ST_LegendPos=D,N={span:0,gap:1,zero:2},Ue(N),t.ST_DispBlanksAs=N,G={default:0,portrait:1,landscape:2},Ue(G),t.ST_PageSetupOrientation=G,O={legacyObliqueTopLeft:0,legacyObliqueTop:1,legacyObliqueTopRight:2,legacyObliqueLeft:3,legacyObliqueFront:4,legacyObliqueRight:5,legacyObliqueBottomLeft:6,legacyObliqueBottom:7,legacyObliqueBottomRight:8,legacyPerspectiveTopLeft:9,legacyPerspectiveTop:10,legacyPerspectiveTopRight:11,legacyPerspectiveLeft:12,legacyPerspectiveFront:13,legacyPerspectiveRight:14,legacyPerspectiveBottomLeft:15,legacyPerspectiveBottom:16,legacyPerspectiveBottomRight:17,orthographicFront:18,isometricTopUp:19,isometricTopDown:20,isometricBottomUp:21,isometricBottomDown:22,isometricLeftUp:23,isometricLeftDown:24,isometricRightUp:25,isometricRightDown:26,isometricOffAxis1Left:27,isometricOffAxis1Right:28,isometricOffAxis1Top:29,isometricOffAxis2Left:30,isometricOffAxis2Right:31,isometricOffAxis2Top:32,isometricOffAxis3Left:33,isometricOffAxis3Right:34,isometricOffAxis3Bottom:35,isometricOffAxis4Left:36,isometricOffAxis4Right:37,isometricOffAxis4Bottom:38,obliqueTopLeft:39,obliqueTop:40,obliqueTopRight:41,obliqueLeft:42,obliqueRight:43,obliqueBottomLeft:44,obliqueBottom:45,obliqueBottomRight:46,perspectiveFront:47,perspectiveLeft:48,perspectiveRight:49,perspectiveAbove:50,perspectiveBelow:51,perspectiveAboveLeftFacing:52,perspectiveAboveRightFacing:53,perspectiveContrastingLeftFacing:54,perspectiveContrastingRightFacing:55,perspectiveHeroicLeftFacing:56,perspectiveHeroicRightFacing:57,perspectiveHeroicExtremeLeftFacing:58,perspectiveHeroicExtremeRightFacing:59,perspectiveRelaxed:60,perspectiveRelaxedModerately:61},Ue(O),t.ST_PresetCameraType=O,H={tl:0,t:1,tr:2,l:3,r:4,bl:5,b:6,br:7},Ue(H),t.ST_LightRigDirection=H,U={legacyFlat1:0,legacyFlat2:1,legacyFlat3:2,legacyFlat4:3,legacyNormal1:4,legacyNormal2:5,legacyNormal3:6,legacyNormal4:7,legacyHarsh1:8,legacyHarsh2:9,legacyHarsh3:10,legacyHarsh4:11,threePt:12,balanced:13,soft:14,harsh:15,flood:16,contrasting:17,morning:18,sunrise:19,sunset:20,chilly:21,freezing:22,flat:23,twoPt:24,glow:25,brightRoom:26},Ue(U),t.ST_LightRigType=U,W={relaxedInset:0,circle:1,slope:2,cross:3,angle:4,softRound:5,convex:6,coolSlant:7,divot:8,riblet:9,hardEdge:10,artDeco:11},Ue(W),t.ST_BevelPresetType=W,V={legacyMatte:0,legacyPlastic:1,legacyMetal:2,legacyWireframe:3,matte:4,plastic:5,metal:6,warmMatte:7,translucentPowder:8,powder:9,dkEdge:10,softEdge:11,clear:12,flat:13,softmetal:14},Ue(V),t.ST_PresetMaterialType=V,z={shdw1:0,shdw2:1,shdw3:2,shdw4:3,shdw5:4,shdw6:5,shdw7:6,shdw8:7,shdw9:8,shdw10:9,shdw11:10,shdw12:11,shdw13:12,shdw14:13,shdw15:14,shdw16:15,shdw17:16,shdw18:17,shdw19:18,shdw20:19},Ue(z),t.ST_PresetShadowVal=z,j={shape:0,circle:1,rect:2},Ue(j),t.ST_PathShadeType=j,K={none:0,x:1,y:2,xy:3},Ue(K),t.ST_TileFlipMode=K,Y={email:0,screen:1,print:2,hqprint:3,none:4},Ue(Y),t.ST_BlipCompression=Y,Z={pct5:0,pct10:1,pct20:2,pct25:3,pct30:4,pct40:5,pct50:6,pct60:7,pct70:8,pct75:9,pct80:10,pct90:11,horz:12,vert:13,ltHorz:14,ltVert:15,dkHorz:16,dkVert:17,narHorz:18,narVert:19,dashHorz:20,dashVert:21,cross:22,dnDiag:23,upDiag:24,ltDnDiag:25,ltUpDiag:26,dkDnDiag:27,dkUpDiag:28,wdDnDiag:29,wdUpDiag:30,dashDnDiag:31,dashUpDiag:32,diagCross:33,smCheck:34,lgCheck:35,smGrid:36,lgGrid:37,dotGrid:38,smConfetti:39,lgConfetti:40,horzBrick:41,diagBrick:42,solidDmnd:43,openDmnd:44,dotDmnd:45,plaid:46,sphere:47,weave:48,divot:49,shingle:50,wave:51,trellis:52,zigZag:53},Ue(Z),t.ST_PresetPatternVal=Z,q={png:0,jpg:1,jpeg:2,emf:3},Ue(q),t.ST_BobType=q,J={over:0,mult:1,screen:2,darken:3,lighten:4},Ue(J),t.ST_BlendMode=J,Q={sib:0,tree:1},Ue(Q),t.ST_EffectContainerType=Q,t.ST_PathToType={PathLine:0,PathMove:1,PathQuadBez:2,PathCubicBez:3},X={line:0,lineInv:1,triangle:2,rtTriangle:3,rect:4,diamond:5,parallelogram:6,trapezoid:7,nonIsoscelesTrapezoid:8,pentagon:9,hexagon:10,heptagon:11,octagon:12,decagon:13,dodecagon:14,star4:15,star5:16,star6:17,star7:18,star8:19,star10:20,star12:21,star16:22,star24:23,star32:24,roundRect:25,round1Rect:26,round2SameRect:27,round2DiagRect:28,snipRoundRect:29,snip1Rect:30,snip2SameRect:31,snip2DiagRect:32,plaque:33,ellipse:34,teardrop:35,homePlate:36,chevron:37,pieWedge:38,pie:39,blockArc:40,donut:41,noSmoking:42,rightArrow:43,leftArrow:44,upArrow:45,downArrow:46,stripedRightArrow:47,notchedRightArrow:48,bentUpArrow:49,leftRightArrow:50,upDownArrow:51,leftUpArrow:52,leftRightUpArrow:53,quadArrow:54,leftArrowCallout:55,rightArrowCallout:56,upArrowCallout:57,downArrowCallout:58,leftRightArrowCallout:59,upDownArrowCallout:60,quadArrowCallout:61,bentArrow:62,uturnArrow:63,circularArrow:64,leftCircularArrow:65,leftRightCircularArrow:66,curvedRightArrow:67,curvedLeftArrow:68,curvedUpArrow:69,curvedDownArrow:70,swooshArrow:71,cube:72,can:73,lightningBolt:74,heart:75,sun:76,moon:77,smileyFace:78,irregularSeal1:79,irregularSeal2:80,foldedCorner:81,bevel:82,frame:83,halfFrame:84,corner:85,diagStripe:86,chord:87,arc:88,leftBracket:89,rightBracket:90,leftBrace:91,rightBrace:92,bracketPair:93,bracePair:94,straightConnector1:95,bentConnector2:96,bentConnector3:97,bentConnector4:98,bentConnector5:99,curvedConnector2:100,curvedConnector3:101,curvedConnector4:102,curvedConnector5:103,callout1:104,callout2:105,callout3:106,accentCallout1:107,accentCallout2:108,accentCallout3:109,borderCallout1:110,borderCallout2:111,borderCallout3:112,accentBorderCallout1:113,accentBorderCallout2:114,accentBorderCallout3:115,wedgeRectCallout:116,wedgeRoundRectCallout:117,wedgeEllipseCallout:118,cloudCallout:119,cloud:120,ribbon:121,ribbon2:122,ellipseRibbon:123,ellipseRibbon2:124,leftRightRibbon:125,verticalScroll:126,horizontalScroll:127,wave:128,doubleWave:129,plus:130,flowChartProcess:131,flowChartDecision:132,flowChartInputOutput:133,flowChartPredefinedProcess:134,flowChartInternalStorage:135,flowChartDocument:136,flowChartMultidocument:137,flowChartTerminator:138,flowChartPreparation:139,flowChartManualInput:140,flowChartManualOperation:141,flowChartConnector:142,flowChartPunchedCard:143,flowChartPunchedTape:144,flowChartSummingJunction:145,flowChartOr:146,flowChartCollate:147,flowChartSort:148,flowChartExtract:149,flowChartMerge:150,flowChartOfflineStorage:151,flowChartOnlineStorage:152,flowChartMagneticTape:153,flowChartMagneticDisk:154,flowChartMagneticDrum:155,flowChartDisplay:156,flowChartDelay:157,flowChartAlternateProcess:158,flowChartOffpageConnector:159,actionButtonBlank:160,actionButtonHome:161,actionButtonHelp:162,actionButtonInformation:163,actionButtonForwardNext:164,actionButtonBackPrevious:165,actionButtonEnd:166,actionButtonBeginning:167,actionButtonReturn:168,actionButtonDocument:169,actionButtonSound:170,actionButtonMovie:171,gear6:172,gear9:173,funnel:174,mathPlus:175,mathMinus:176,mathMultiply:177,mathDivide:178,mathEqual:179,mathNotEqual:180,cornerTabs:181,squareTabs:182,plaqueTabs:183,chartX:184,chartStar:185,chartPlus:186},Ue(X),t.ST_ShapeType=X,$={textNoShape:0,textPlain:1,textStop:2,textTriangle:3,textTriangleInverted:4,textChevron:5,textChevronInverted:6,textRingInside:7,textRingOutside:8,textArchUp:9,textArchDown:10,textCircle:11,textButton:12,textArchUpPour:13,textArchDownPour:14,textCirclePour:15,textButtonPour:16,textCurveUp:17,textCurveDown:18,textCanUp:19,textCanDown:20,textWave1:21,textWave2:22,textDoubleWave1:23,textWave4:24,textInflate:25,textDeflate:26,textInflateBottom:27,textDeflateBottom:28,textInflateTop:29,textDeflateTop:30,textDeflateInflate:31,textDeflateInflateDeflate:32,textFadeRight:33,textFadeLeft:34,textFadeUp:35,textFadeDown:36,textSlantUp:37,textSlantDown:38,textCascadeUp:39,textCascadeDown:40},Ue($),t.ST_TextShapeType=$,ee={none:0,norm:1,lighten:2,lightenLess:3,darken:4,darkenLess:5},Ue(ee),t.ST_PathFillMode=ee,te={none:0,triangle:1,stealth:2,diamond:3,oval:4,arrow:5},Ue(te),t.ST_LineEndType=te,re={sm:0,med:1,lg:2},Ue(re),t.ST_LineEndWidth=re,ie={sm:0,med:1,lg:2},Ue(ie),t.ST_LineEndLength=ie,ne={solid:0,dot:1,dash:2,lgDash:3,dashDot:4,lgDashDot:5,lgDashDotDot:6,sysDash:7,sysDot:8,sysDashDot:9,sysDashDotDot:10},Ue(ne),t.ST_PresetLineDashVal=ne,oe={rnd:0,sq:1,flat:2},Ue(oe),t.ST_LineCap=oe,ae={ctr:0,in:1},Ue(ae),t.ST_PenAlignment=ae,le={sng:0,dbl:1,thickThin:2,thinThick:3,tri:4},Ue(le),t.ST_CompoundLine=le,se={twoCell:0,oneCell:1,absolute:2},Ue(se),t.ST_EditAs=se,ce={t:0,ctr:1,b:2,just:3,dist:4},Ue(ce),t.ST_TextAnchoringType=ce,ue={overflow:0,ellipsis:1,clip:2},Ue(ue),t.ST_TextVertOverflowType=ue,fe={overflow:0,clip:1},Ue(fe),t.ST_TextHorzOverflowType=fe,de={horz:0,vert:1,vert270:2,wordArtVert:3,eaVert:4,mongolianVert:5,wordArtVertRtl:6},Ue(de),t.ST_TextVerticalType=de,he={none:0,square:1},Ue(he),t.ST_TextWrappingType=he;pe={alphaLcParenBoth:0,alphaUcParenBoth:1,alphaLcParenR:2,alphaUcParenR:3,alphaLcPeriod:4,alphaUcPeriod:5,arabicParenBoth:6,arabicParenR:7,arabicPeriod:8,arabicPlain:9,romanLcParenBoth:10,romanUcParenBoth:11,romanLcParenR:12,romanUcParenR:13,romanLcPeriod:14,romanUcPeriod:15,circleNumDbPlain:16,circleNumWdBlackPlain:17,circleNumWdWhitePlain:18,arabicDbPeriod:19,arabicDbPlain:20,ea1ChsPeriod:21,ea1ChsPlain:22,ea1ChtPeriod:23,ea1ChtPlain:24,ea1JpnChsDbPeriod:25,ea1JpnKorPlain:26,ea1JpnKorPeriod:27,arabic1Minus:28,arabic2Minus:29,hebrew2Minus:30,thaiAlphaPeriod:31,thaiAlphaParenR:32,thaiAlphaParenBoth:33,thaiNumPeriod:34,thaiNumParenR:35,thaiNumParenBoth:36,hindiAlphaPeriod:37,hindiNumPeriod:38,hindiNumParenR:39,hindiAlpha1Period:40};Ue(pe),t.ST_TextAutonumberScheme=pe,me={none:0,words:1,sng:2,dbl:3,heavy:4,dotted:5,dottedHeavy:6,dash:7,dashHeavy:8,dashLong:9,dashLongHeavy:10,dotDash:11,dotDashHeavy:12,dotDotDash:13,dotDotDashHeavy:14,wavy:15,wavyHeavy:16,wavyDbl:17},Ue(me),t.ST_TextUnderlineType=me,ge={noStrike:0,sngStrike:1,dblStrike:2},Ue(ge),t.ST_TextStrikeType=ge,be={none:0,small:1,all:2},Ue(be),t.ST_TextCapsType=be,Se={l:0,ctr:1,r:2,dec:3},Ue(Se),t.ST_TextTabAlignType=Se,Ce={l:0,ctr:1,r:2,just:3,justLow:4,dist:5,thaiDist:6},Ue(Ce),t.ST_TextAlignType=Ce,ye={auto:0,t:1,ctr:2,base:3,b:4},Ue(ye),t.ST_TextFontAlignType=ye,we={auto:0},Ue(we),t.ST_StyleColorVal=we,t.CT_PathType={CT_PathToList:0,CT_Path2DArcTo:1,CT_Path2DClose:2},Te={col:0,row:1},Ue(Te),t.ST_FormulaDirection=Te,ve={cat:0,colorStr:1},Ue(ve),t.ST_StringDimensionType=ve,xe={val:0,x:1,y:2,size:3,colorVal:4},Ue(xe),t.ST_NumericDimensionType=xe,Ae={l:0,t:1,r:2,b:3},Ue(Ae),t.ST_SidePos=Ae,ke={t:1,r:2,l:3,b:4},Ue(ke),t.ST_2016ChartPosLegend=ke,Ee={min:0,ctr:1,max:2},Ue(Ee),t.ST_PosAlign=Ee,Ie={hundreds:0,thousands:1,tenThousands:2,hundredThousands:3,millions:4,tenMillions:5,hundredMillions:6,billions:7,trillions:8,percentage:9},Ue(Ie),t.ST_AxisUnit=Ie,Pe={in:0,out:1,cross:2,none:3},Ue(Pe),t.ST_TickMarksType=Pe,Le={boxWhisker:0,funnel:1,paretoLine:2,regionMap:3,sunburst:4,treemap:5,waterfall:6,clusteredColumn:7},Ue(Le),t.ST_SeriesLayout=Le,Fe={none:0,banner:1,overlapping:2},Ue(Fe),t.ST_ParentLabelLayout=Fe,Re={none:0,bestFitOnly:1,showAll:2},Ue(Re),t.ST_RegionLabelLayout=Re,_e={l:0,r:1},Ue(_e),t.ST_IntervalClosedSide=_e,Be={Address:0,AdminDistrict:1,AdminDistrict2:2,AdminDistrict3:3,Continent:4,CountryRegion:5,Locality:6,Ocean:7,Planet:8,PostalCode:9,Region:10,Unsupported:11},Ue(Be),t.ST_EntityType=Be,Me={mercator:0,miller:1,robinson:2,albers:3},Ue(Me),t.ST_GeoProjectionType=Me,De={dataOnly:0,postalCode:1,county:2,state:3,countryRegion:4,countryRegionList:5,world:6},Ue(De),t.ST_GeoMappingLevel=De,Ne={inclusive:0,exclusive:1},Ue(Ne),t.ST_QuartileMethod=Ne,Ge={bestFit:0,b:1,ctr:2,inBase:3,inEnd:4,l:5,outEnd:6,r:7,t:8},Ue(Ge),t.ST_DataLabelPos=Ge,Oe={default:0,portrait:1,landscape:2},Ue(Oe),t.ST_PageOrientation=Oe,e.exports=t}()},function(e,t,r){!function(){"use strict";var t=r(4),i=t.Kb,n=null,o=void 0,a=function(){function e(e){var t=e.getTimezoneOffset();return t===-485&&(t=-485-43/60),t}function t(){}return t._j=function(e){return"/OADate("+e+")/"},t.Pk=function(e){return"string"==typeof e&&"/OADate("===e.substr(0,8)?parseInt(e.substr(8,e.length-8-1-1)):e},t.$j=function(t){return t===o||t===n?0:("number"!=typeof t&&"string"!=typeof t||(t=new Date(t)),t instanceof Date?(1440*t.getTime()+3181192704e6-864e5*e(t))/124416e6:0)},t.Li=function(t){var r,i=t-25569,n=new Date(864e5*i),o=i>=0?1:-1,a=e(n),l=(864e5*t*1440+o-3181192704e6+864e5*a)/1440,s=new Date(l),c=a>=0?1:-1,u=new Date(l+36e5*c),f=e(u);if(a!==f)if(r=new Date(l+60*(f-a)*1e3),a>f){if(c===-1||f===e(s))return r=999===r.getMilliseconds()?new Date(r.valueOf()+1):r}else if(a<f&&(1===c||f===e(s)))return r=999===r.getMilliseconds()?new Date(r.valueOf()+1):r;return s=999===s.getMilliseconds()?new Date(s.valueOf()+1):s},t.oj=function(e){var r,i,o,a,l,s,c;if(!e||" "===e)return!1;if(0===e.length)return!1;if(e=e.toUpperCase(),e=e.replace(/(\[.*\])+/g," "),e=e.replace(/"[^"]*"/g," "),e=e.replace(/(\*.|_.|\\.)+/g," "),e.indexOf("GENERAL")!==-1)return!1;for(r=-1,i=0,o=!1,a=null,l=0;l<e.length;l++){if(s=e[l],"["===s)do s=e[l],l++;while(l<e.length&&"]"!==s);if("Y"===s||"D"===s||"M"===s||"H"===s||"S"===s||"A"===s)o?i++:(0===l||e.length>0&&"\\"!==e[l-1])&&(o=!0,r=l,i=1);else{if(o=!1," "===s&&a)return!0;0!==i&&(c=e.substring(r,r+i),r=l,i=0,a=a===n?t.Qk(c):a&&t.Qk(c))}}return 0!==i&&l===e.length&&(c=e.substring(r,r+i),a=a===n?t.Qk(c):a&&t.Qk(c)),!!a},t.Qk=function(e){var t,r,n,a,l,s,c,u,f;if(i.Jb(e))return!1;for(t=[],r="",n=0,a=e.length;n<a;n++)l=e[n],r.indexOf(l)===-1&&(t.push({key:l,count:e.match(RegExp(l,"g")).length}),r+=l);for(s={Y:4,D:4,M:5,H:2,S:2,A:4},n=0,c=t.length;n<c;n++){if(u=t[n],f=s[u.key],f===o)return!1;if(u.count>f)return!1}return!0},t}();e.exports=a}()},function(e,t,r){!function(){"use strict";var e=r(4),i=r(15),n=e.Sb,o=i._e,a=e.isRangeWholeRow,l=e.isRangeWholeColumn;function s(e){var t,r=[];return null===e?r:(t=e.replace(/('.+')/g,"").split(" "),t.forEach(function(e){var t=c(e);!t||t.row>o.bf||t.col>o.af||t.rowCount>o.bf||t.col>o.af||r.push(t)}),r)}function c(e){var t,r,i,a,l,s,c,u={},f=e.indexOf("!");if(f>-1&&(e=e.substr(f+1)),t=e.split("$").join(""),t=t.split(":"),1===t.length){if(s=t[0],r=n.Mb(s),i=n.Ob(s),r===-1&&i===-1)return null;u.row=r,u.col=i,u.rowCount=1,u.colCount=1}else 2===t.length&&(s=t[0],c=t[1],r=n.Mb(s),i=n.Ob(s),a=n.Mb(c),l=n.Ob(c),u.row=r,u.col=i,u.rowCount=a-r+1,u.colCount=l-i+1,0===r&&u.rowCount===o.bf&&(u.row=-1,u.rowCount=-1),0===i&&u.colCount===o.af&&(u.col=-1,u.colCount=-1));return u}t.Ki=s;function u(e){var t,r,i,s,c,u,f,d=[];for(t=0;t<e.length;t++)r=e[t],a(r)&&(r.col=0,r.colCount=o.af),l(r)&&(r.row=0,r.rowCount=o.bf),i=r.row,s=r.row+r.rowCount-1,c=r.col,u=r.col+r.colCount-1,f=n.Pb(c)+(i+1),(r.rowCount>1||r.colCount>1)&&(f+=":"+n.Pb(u)+(s+1)),d.push(f);return d.join(" ")}t.Rk=u}()},function(e,t,r){!function(){"use strict";var t=r(8);function i(e,r){var i,o=new t;for(o.setXml(e);o.read();)1===o.depth&&2!==o.elementType&&(i=o.name(),i.indexOf(":")!==-1&&(i=o.name().split(":")[1]),n(o,r,i))}function n(e,t,r){if(1===e.nodeType()){var i=e.readElementContentAsString(!0);t.Lk(r,i)}}e.exports=i}()},function(e,t,r){!function(){"use strict";var t=r(8);function i(e,r){var i,l=new t;for(l.setXml(e);l.read();)if(1===l.depth&&2!==l.elementType)switch(i=l.name()){case"HeadingPairs":o(l,r,i);break;case"TitlesOfParts":a(l,r,i);break;default:n(l,r,i)}}function n(e,t,r){if(1===e.nodeType()){var i=e.readElementContentAsString(!0);t.Mk(r,i)}}function o(e,t,r){var i,n,o,a,s,c;if(3!==e.elementType){for(i={},n=[],o=e.depth;e.read()&&!(e.depth<=o);)if(1===e.nodeType()&&"vt:vector"===e.name()){if(l(e,i),3===e.elementType)continue;for(a=e.depth;e.read()&&!(e.depth<=a);)if(1===e.nodeType()){
- if(3===e.elementType)continue;for(s=e.depth;e.read()&&!(e.depth<=s);)1===e.nodeType()&&(c={},c.elementType=e.name(),c.value=e.readElementContentAsString(!0),n.push(c));i.workbookInfoArray=n}}t.Mk(r,i)}}function a(e,t,r){var i,n,o,a,s;if(3!==e.elementType){for(i={},n=[],o=e.depth;e.read()&&!(e.depth<=o);)if(1===e.nodeType()&&"vt:vector"===e.name()){if(l(e,i),3===e.elementType)continue;for(a=e.depth;e.read()&&!(e.depth<=a);)1===e.nodeType()&&(s=e.readElementContentAsString(!0),n.push(s));i.sheetsNameArray=n}t.Mk(r,i)}}function l(e,t){for(;e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"size":t.size=e.readContentAsInt(1);break;case"baseType":t.baseType=e.readContentAsString()}}e.exports=i}()},function(e,t,r){!function(){"use strict";var t=r(8);function i(e,r){var i,o=new t;for(o.setXml(e),i=[];o.read();)1===o.depth&&2!==o.elementType&&n(o,i);r.Ok(i)}function n(e,t){var r,i,n,o,a;if(3!==e.elementType&&1===e.nodeType()&&"property"===e.name()){for(r={};e.moveToNextAttribute();)i=e.readAttributeNameAsString(),n=e.readContentAsString(),r[i]=n;for(o=e.depth;e.read()&&!(e.depth<=o);)1===e.nodeType()&&(a={},i=e.name(),n=e.readElementContentAsString(!0),a[i]=n,r.propertyItemChildElement=a);t.push(r)}}e.exports=i}()},function(e,t,r){!function(){"use strict";var t=r(8),i=r(16),n=r(4),o=n.Gc;function a(e){var r,n,a,l,s,c,u,f=new t;for(f.setXml(e),r=[];f.read();)if(1===f.depth&&2!==f.elementType&&"si"===f.name()){for(n=f.depth,a="",l=[];f.read()&&!(f.depth<=n);)if(1===f.nodeType())if(s=f.name(),"t"===s&&1===f.elementType&&f.depth===n+1)a=o.Bc(f.readElementContentAsString());else if("r"===s){for(c=f.depth,u={};f.read()&&!(f.depth<=c);)1===f.elementType&&"t"===f.name()?(u.text=o.uc(o.Bc(f.readElementContentAsString(!0))),a+=u.text):1===f.elementType&&"rPr"===f.name()&&(u.style=i.ii(f));l.push(u)}0===l.length&&(l=void 0),r.push({value:o.uc(a),richText:l})}return r}e.exports=a}()},function(e,t,r){!function(){"use strict";var t=r(4),i=r(7).Xc,n=r(15),o=r(12),a=r(8),l=t.Kb,s=o.ColorHelper,c=t.Hb,u=r(32).ReadCT_OfficeStyleSheet;function f(e,t){var r,o,l,s,c,f,p,m=i(e,!0),g=m["a:theme"];g&&(r=g.Zc.name,r&&"OFFICE"===r.toUpperCase().substring(0,6)&&(r="Office"),o=g["a:themeElements"],o&&(l=d(o),s=h(o),c=new n.Lh(r,l,s),t.mj(c)),f=new a,f.setXml(e),p=u(f),t.ij(p))}function d(e){var t,r,i,o,a,l,s,c,u,f,d,h,p=[],g=e["a:clrScheme"];if(g)return t=m(g["a:lt1"]),t&&p.push(t),r=m(g["a:dk1"]),r&&p.push(r),i=m(g["a:lt2"]),i&&p.push(i),o=m(g["a:dk2"]),o&&p.push(o),a=m(g["a:accent1"]),a&&p.push(a),l=m(g["a:accent2"]),l&&p.push(l),s=m(g["a:accent3"]),s&&p.push(s),c=m(g["a:accent4"]),c&&p.push(c),u=m(g["a:accent5"]),u&&p.push(u),f=m(g["a:accent6"]),f&&p.push(f),d=m(g["a:hlink"]),d&&p.push(d),h=m(g["a:folHlink"]),h&&p.push(h),new n.Mh(g.Zc.name,p)}function h(e){var t,r,i=e["a:fontScheme"];return i?(t=p(i["a:majorFont"]),r=p(i["a:minorFont"]),new n.Nh(i.Zc.name,t,r)):null}function p(e){var t,r,i,o,a=[],l=[];if(e)if(e["a:latin"])a.push(new n.Qh(0,c(e["a:latin"].Zc.typeface)?"":e["a:latin"].Zc.typeface));else if(e["a:ea"])a.push(new n.Qh(2,c(e["a:ea"].Zc.typeface)?"":e["a:ea"].Zc.typeface));else if(e["a:cs"])a.push(new n.Qh(1,c(e["a:cs"].Zc.typeface)?"":e["a:cs"].Zc.typeface));else if(e["a:sym"])a.push(new n.Qh(3,c(e["a:sym"].Zc.typeface)?"":e["a:sym"].Zc.typeface));else if(e["a:font"])for(t=e["a:font"],Array.isArray(t)||(t=[t]),r=0,i=t.length;r<i;r++)o=t[r],l.push(new n.Oh(o.Zc.script,o.Zc.typeface));return new n.Ph(a,l)}function m(e){var t,r,i,n,a,c,u,f,d,h,p;if(e&&(e["a:sysClr"]?(r=e["a:sysClr"].Zc.val,i=o.ExcelSystemColor.getSystemColor(r),void 0!==i?t=i:(r=e["a:sysClr"].Zc.lastClr,l.Ib(r)||(n=4278190080+(16777215&parseInt(r,16)),t=s.fromArgb(n)))):e["a:srgbClr"]?(r=e["a:srgbClr"].Zc.val,l.Ib(r)||(n=4278190080+(16777215&parseInt(r,16)),t=s.fromArgb(n))):e["a:scrgbClr"]?(a=parseFloat(e["a:scrgbClr"].Sk),c=parseFloat(e["a:scrgbClr"].Zc.g),u=parseFloat(e["a:scrgbClr"].Zc.b),t=new o.le(255,s.scRgbTosRgb(a),s.scRgbTosRgb(c),s.scRgbTosRgb(u))):e["a:hslClr"]?(f=parseFloat(e["a:hslClr"].Tk),d=parseFloat(e["a:hslClr"].Zc.sat),h=parseFloat(e["a:hslClr"].Zc.lum),t=s.convertHLSToRGB(f,h,d)):e["a:prstClr"]?(p=e["a:prstClr"].Zc.val,l.Jb(p)||(t=s.fromPresetColorVal(p))):e["a:schemeClr"],void 0!==t))return{a:t.a,r:t.r,g:t.g,b:t.b}}e.exports=f}()},function(e,t,r){!function(){"use strict";var t,i,n,o,a=r(24),l=r(12),s=l.UnitHelper,c=s.emuToPixles,u=r(33).Uk,f=r(4),d=f.Hb,h=f.Gc.uc,p=r(11),m=p.Jd,g=p.Kd,b=p.Ld,S=null,C="val",y="name",w="type",T="prst",v="extLst",x="cNvPr",A="macro",k="effectLst",E="effectDag",I="fPublished",P="graphicFrame",L="dumy",F="ext",R="scrgbClr",_="srgbClr",B="hslClr",M="sysClr",D="schemeClr",N="prstClr",G="styleClr",O="noFill",H="solidFill",U="gradFill",W="blipFill",V="pattFill",z="grpFill",j="delete",K="idx",Y="scene3d",Z="spPr",q="txPr",J="sqref",Q="invertIfNegative",X="bubble3D",$="marker",ee="grpSp",te="cxnSp",re="clrScheme",ie="fontScheme",ne="fmtScheme",oe="layout",ae="pictureOptions",le="order",se="gapWidth",ce="dLbls",ue="trendline",fe="errBars",de="ser",he="dropLines",pe="axId",me="grouping",ge="varyColors",be="scaling",Se="axPos",Ce="majorGridlines",ye="minorGridlines",we="title",Te="numFmt",ve="majorTickMark",xe="minorTickMark",Ae="tickLblPos",ke="crossAx",Ee="crosses",Ie="crossesAt",Pe="style",Le="rotWithShape",Fe="Requires";function Re(e,t){return d(e)?t:e}function _e(e){var t=e.readAttributeNameAsString().split(":");return t.length>1?t[1]:t[0]}function Be(e){var t=e.name().split(":");return t.length>1?t[1]:t[0]}function Me(e,t,r){for(var i,n;e.moveToNextAttribute();)if(i=_e(e),i===t)return n=e.readContentAsString(),r&&(n=r(n)),n}function De(e,t,r,i){var n,o,a,l,s=i||{};if(3===e.elementType)return s;for(n=e.depth;e.read()&&(o=e.depth,a=e.elementType,o!==n||2!==a);)o>n+1||2===a||(l=Be(e),l===t&&(s[t]=r(e)));return s}function Ne(e,t){for(var r,i,n,o=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==o||2!==i);)if(!(r>o+1||2===i))switch(n=Be(e)){case R:t.scrgbClr=Ct(e);break;case _:t.srgbClr=wt(e);break;case B:t.hslClr=Tt(e);break;case M:t.sysClr=vt(e);break;case D:t.schemeClr=xt(e);break;case N:t.prstClr=At(e)}return t}function Ge(e,t){for(var r,i,n,o=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==o||2!==i);)if(!(r>o+1||2===i))switch(n=Be(e)){case O:t.noFill=Ho();break;case H:t.solidFill=Uo(e);break;case U:t.gradFill=Ko(e);break;case W:t.blipFill=Qo(e);break;case V:t.pattFill=Xo(e);break;case z:t.grpFill=$o()}return t}function Oe(e,r){for(var i,n,o,a=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==a||2!==n);)if(!(i>a+1||2===n))switch(o=Be(e)){case O:r.items.push(t.ReadCT_NoFillProperties(e));break;case H:r.items.push(t.ReadCT_SolidColorFillProperties(e));break;case U:r.items.push(t.ReadCT_GradientFillProperties(e));break;case W:r.items.push(t.ReadCT_BlipFillProperties(e));break;case V:r.items.push(t.ReadCT_PatternFillProperties(e));break;case z:r.items.push(t.ReadCT_GroupFillProperties(e))}return r}function He(e,t){for(var r,i,n,o=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==o||2!==i);)if(!(r>o+1||2===i))switch(n=Be(e)){case"tint":t.tint=[ut(e)];break;case"shade":t.shade=[ut(e)];break;case"comp":t.comp=[pt()];break;case"inv":t.inv=[mt()];break;case"gray":t.gray=[gt()];break;case"alpha":t.alpha=[ut(e)];break;case"alphaMod":t.alphaMod=[st(e)];break;case"alphaOff":t.alphaOff=[ct(e)];break;case"hue":t.hue=[at(e)];break;case"hueMod":t.hueMod=[st(e)];break;case"hueOff":t.hueOff=[ot(e)];break;case"sat":t.sat=[lt(e)];break;case"satMod":t.satMod=[lt(e)];break;case"satOff":t.satOff=[lt(e)];break;case"lum":t.lum=[lt(e)];break;case"lumMod":t.lumMod=[lt(e)];break;case"lumOff":t.lumOff=[lt(e)];break;case"red":t.red=[lt(e)];break;case"redMod":t.redMod=[lt(e)];break;case"redOff":t.redOff=[lt(e)];break;case"green":t.green=[lt(e)];break;case"greenMod":t.greenMod=[lt(e)];break;case"greenOff":t.greenOff=[lt(e)];break;case"blue":t.blue=[lt(e)];break;case"blueMod":t.blueMod=[lt(e)];break;case"blueOff":t.blueOff=[lt(e)];break;case"gamma":t.gamma=[bt()];break;case"invGamma":t.invGamma=[St()]}return t}function Ue(e,t){for(var r,i,n,o=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==o||2!==i);)if(!(r>o+1||2===i))switch(n=Be(e)){case"wireframe":t.wireframe=Ot(e);break;case de:t.ser.push(ri(e));break;case"bandFmts":t.bandFmts=ki(e);break;case pe:t.axId.push(Wt(e));break;case v:t.extLst=jt(e)}return t}function We(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===x&&(o.cNvPr=Qn(e)));return o}function Ve(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===J&&(o.sqref=e.readElementContentAsString()));return o}t={},i={},i.ReadContentValueAsString=function(e){for(var t,r="";e.moveToNextAttribute();)switch(t=_e(e)){case"val":r=e.readContentAsString()}return r},i.ReadElementContentAsString=function(e){var t="";if(3===e.elementType)return t;for(1===e.elementType&&(t=e.readElementContentAsString());e.read()&&2!==e.elementType;);return t},i.ReadCT_ChartStyle=function(e){for(var t,r,n,o={attribute:{}};e.moveToNextAttribute();)t=_e(e),o.attribute[t]=e.readContentAsString();for(r=e.depth;e.read()&&!(e.depth<=r)&&(n=Be(e),"dataPointMarkerLayout"===n?o.dataPointMarkerLayout=i.ReadCT_DataPointMarkerLayout(e):"extLst"===n?o.extLst=Et(e):o[n]=i.ReadCT_ChartStyleElement(e),!(e.depth<=r)););return o},i.ReadCT_ChartStyleElement=function(e){for(var t,r,i={attribute:{}},n=e.depth;e.moveToNextAttribute();)t=_e(e),"mods"===t&&(i.attribute[t]=e.readContentAsString());if(3===e.elementType)return i;for(;e.read()&&!(e.depth<=n)&&(r=Be(e),"lnRef"===r||"fillRef"===r||"effectRef"===r?i[r]=Na(e):"fontRef"===r?i.fontRef=Ga(e):r===Z?i.spPr=Ma(e):"defRPr"===r?i.defRPr=Gl(e):"bodyPr"===r&&(i.bodyPr=vl(e)),!(e.depth<=n)););return i},i.ReadCT_DataPointMarkerLayout=function(e){for(var t,r={attribute:{}};e.moveToNextAttribute();)t=_e(e),r.attribute[t]=e.readContentAsString();return r},i.ReadCT_Extension=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"uri":r.uri=e.readContentAsString()}return 3===e.elementType?r:r},i.ReadCT_chartColors=function(e){for(var t,r,n={schemeClr:[],variation:[],attribute:{}},o=e.depth;e.moveToNextAttribute();)t=_e(e),n.attribute[t]=e.readContentAsString();if(3===e.elementType)return n;for(;e.read()&&!(e.depth<=o)&&(r=Be(e),"schemeClr"===r?n.schemeClr.push(xt(e)):"variation"===r&&n.variation.push(i.ReadCT_Variation(e)),!(e.depth<=o)););return n},i.ReadCT_Variation=function(e){var t,r={},i=e.depth;if(3===e.elementType)return r;for(;e.read()&&!(e.depth<=i)&&(t=Be(e),"lumMod"===t?r.lumMod=lt(e):"lumOff"===t&&(r.lumOff=lt(e)),!(e.depth<=i)););return r},i.ReadCT_ExtensionList=function(e){var t,r,n={ext:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"ext":n.ext.push(i.ReadCT_Extension(e))}if(e.depth<=t)break}return n},i.ReadCT_NumberFormat=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"formatCode":r.formatCode=h(e.readContentAsString());break;case"sourceLinked":r.sourceLinked=e.readContentAsBoolean()}return r},i.ReadCT_ValueColors=function(e){var t,r,i={};if(3===e.elementType)return i;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"minColor":i.minColor=Uo(e);break;case"midColor":i.midColor=Uo(e);break;case"maxColor":i.maxColor=Uo(e)}if(e.depth<=t)break}return i},i.ReadCT_ExternalData=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"id":r.id=e.readContentAsString();break;case"autoUpdate":r.autoUpdate=e.readContentAsBoolean()}return r},i.ReadCT_Formula=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"dir":r.dir=a.ST_FormulaDirection[e.readContentAsString()]}if(3===e.elementType)return r;for(1===e.elementType&&(r.formula=e.readElementContentAsString());e.read()&&2!==e.elementType;);return r},i.ReadCT_Value=function(e){var t={};if(3===e.elementType)return t;for(1===e.elementType&&(t.value=e.readElementContentAsString());e.read()&&2!==e.elementType;);return t},i.ReadCT_DataId=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"val":r.val=parseInt(e.readContentAsString())}return r},i.ReadST_AxisId=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"val":r.val=parseInt(e.readContentAsString())}return r},i.ReadCT_StringValue=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"idx":r.idx=e.readContentAsInt()}if(3===e.elementType)return r;for(1===e.elementType&&(r.value=e.readElementContentAsString());e.read()&&2!==e.elementType;);return r},i.ReadCT_StringLevel=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"ptCount":n.ptCount=parseInt(e.readContentAsString());break;case"name":n.name=e.readContentAsString()}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"pt":n.pt.push(i.ReadCT_StringValue(e))}if(e.depth<=r)break}return n},i.ReadCT_StringDimension=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"type":n.type=a.ST_StringDimensionType[e.readContentAsString()]}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"lvl":n.lvl.push(i.ReadCT_StringLevel(e));break;case"nf":n.nf=i.ReadCT_Formula(e);break;case"f":n.f=i.ReadCT_Formula(e)}if(e.depth<=r)break}return n},i.ReadCT_NumericValue=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"idx":r.idx=e.readContentAsInt()}if(3===e.elementType)return r;for(1===e.elementType&&(r.value=e.readElementContentAsDouble());e.read()&&2!==e.elementType;);return r},i.ReadCT_NumericLevel=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"ptCount":n.ptCount=parseInt(e.readContentAsString());break;case"formatCode":n.formatCode=e.readContentAsString();break;case"name":n.name=e.readContentAsString()}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"pt":n.pt.push(i.ReadCT_NumericValue(e))}if(e.depth<=r)break}return n},i.ReadCT_NumericDimension=function(e){for(var t,r,n={lvl:[]};e.moveToNextAttribute();)switch(t=_e(e)){case"type":n.type=a.ST_NumericDimensionType[e.readContentAsString()]}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"lvl":n.lvl.push(i.ReadCT_NumericLevel(e));break;case"nf":n.nf=i.ReadCT_Formula(e);break;case"f":n.f=i.ReadCT_Formula(e)}if(e.depth<=r)break}return n},i.ReadCT_Data=function(e){for(var t,r,n={numDim:[],strDim:[]};e.moveToNextAttribute();)switch(t=_e(e)){case"id":n.id=parseInt(e.readContentAsString())}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"extLst":n.extLst=i.ReadCT_ExtensionList(e);break;case"numDim":n.numDim.push(i.ReadCT_NumericDimension(e));break;case"strDim":n.strDim.push(i.ReadCT_StringDimension(e))}if(e.depth<=r)break}return n},i.ReadCT_ChartData=function(e){var t,r,n={data:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"externalData":n.externalData=i.ReadCT_ExternalData(e);break;case"data":n.data.push(i.ReadCT_Data(e));break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=t)break}return n},i.ReadCT_TextData=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"f":n.f=i.ReadCT_Formula(e);break;case"v":n.v=i.ReadCT_Value(e)}if(e.depth<=t)break}return n},i.ReadCT_Text=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"txData":n.txData=i.ReadCT_TextData(e);break;case"rich":n.rich=xl(e)}if(e.depth<=t)break}return n},i.ReadCT_ChartTitle=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"pos":n.pos=a.ST_SidePos[e.readContentAsString()];break;case"align":n.align=a.ST_PosAlign[e.readContentAsString()];break;case"overlay":n.overlay=e.readContentAsBoolean()}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"tx":n.tx=i.ReadCT_Text(e);break;case"spPr":n.spPr=Ma(e);break;case"txPr":n.txPr=xl(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=r)break}return n},i.ReadCT_CategoryAxisScaling=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"gapWidth":r.gapWidth=e.readContentAsString()}return r},i.ReadCT_ValueAxisScaling=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"max":r.max=e.readContentAsString();break;case"min":r.min=e.readContentAsString();break;case"majorUnit":r.majorUnit=e.readContentAsString();break;case"minorUnit":r.minorUnit=e.readContentAsString()}return r},i.ReadCT_AxisTitle=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"tx":n.tx=i.ReadCT_Text(e);break;case"spPr":n.spPr=Ma(e);break;case"txPr":n.txPr=xl(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=t)break}return n},i.ReadCT_AxisUnitsLabel=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"tx":n.tx=i.ReadCT_Text(e);break;case"spPr":n.spPr=Ma(e);break;case"txPr":n.txPr=xl(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=t)break}return n},i.ReadCT_AxisUnits=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"unit":n.unit=a.ST_AxisUnit[e.readContentAsString()]}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"unitsLabel":n.unitsLabel=i.ReadCT_AxisUnitsLabel(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=r)break}return n},i.ReadCT_Gridlines=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"spPr":n.spPr=Ma(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=t)break}return n},i.ReadCT_TickMarks=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"type":n.type=a.ST_TickMarksType[e.readContentAsString()]}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=r)break}return n},i.ReadCT_TickLabels=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=t)break}return n},i.ReadCT_Axis=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"id":n.id=parseInt(e.readContentAsString());break;case"hidden":n.hidden=e.readContentAsBoolean()}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"title":n.title=i.ReadCT_AxisTitle(e);break;case"units":n.units=i.ReadCT_AxisUnits(e);break;case"majorGridlines":n.majorGridlines=i.ReadCT_Gridlines(e);break;case"minorGridlines":n.minorGridlines=i.ReadCT_Gridlines(e);break;case"majorTickMarks":n.majorTickMarks=i.ReadCT_TickMarks(e);break;case"minorTickMarks":n.minorTickMarks=i.ReadCT_TickMarks(e);break;case"tickLabels":n.tickLabels=i.ReadCT_TickLabels(e);break;case"numFmt":n.numFmt=i.ReadCT_NumberFormat(e);break;case"spPr":n.spPr=Ma(e);break;case"txPr":n.txPr=xl(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e);break;case"catScaling":n.catScaling=i.ReadCT_CategoryAxisScaling(e);break;case"valScaling":n.valScaling=i.ReadCT_ValueAxisScaling(e)}if(e.depth<=r)break}return n},i.ReadCT_ParentLabelLayout=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"val":r.val=a.ST_ParentLabelLayout[e.readContentAsString()]}return r},i.ReadCT_RegionLabelLayout=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"val":r.val=a.ST_RegionLabelLayout[e.readContentAsString()]}return r},i.ReadCT_SeriesElementVisibilities=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"connectorLines":r.connectorLines=e.readContentAsBoolean();break;case"meanLine":r.meanLine=e.readContentAsBoolean();break;case"meanMarker":r.meanMarker=e.readContentAsBoolean();break;case"nonoutliers":r.nonoutliers=e.readContentAsBoolean();break;case"outliers":r.outliers=e.readContentAsBoolean()}return r},i.ReadCT_Aggregation=function(){return{}},i.ReadCT_Binning=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"intervalClosed":n.intervalClosed=a.ST_IntervalClosedSide[e.readContentAsString()];break;case"underflow":n.underflow=e.readContentAsString();break;case"overflow":n.overflow=e.readContentAsString()}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"binSize":n.binSize=i.ReadBinSize(e);break;case"binCount":n.binCount=i.ReadBinCount(e)}if(e.depth<=r)break}return n},i.ReadBinSize=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"val":r.val=e.readContentAsDouble()}return r},i.ReadBinCount=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"val":r.val=e.readContentAsInt()}return r},i.ReadCT_GeoLocationQuery=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"countryRegion":r.countryRegion=e.readContentAsString();break;case"adminDistrict1":r.adminDistrict1=e.readContentAsString();break;case"adminDistrict2":r.adminDistrict2=e.readContentAsString();break;case"postalCode":r.postalCode=e.readContentAsString();break;case"entityType":r.entityType=a.ST_EntityType[e.readContentAsString()]}return r},i.ReadCT_Address=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"address1":r.address1=e.readContentAsString();break;case"countryRegion":r.countryRegion=e.readContentAsString();break;case"adminDistrict1":r.adminDistrict1=e.readContentAsString();break;case"adminDistrict2":r.adminDistrict2=e.readContentAsString();break;case"postalCode":r.postalCode=e.readContentAsString();break;case"locality":r.locality=e.readContentAsString();break;case"isoCountryCode":r.isoCountryCode=e.readContentAsString()}return r},i.ReadCT_GeoLocation=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"latitude":n.latitude=e.readContentAsDouble();break;case"longitude":n.longitude=e.readContentAsDouble();break;case"entityName":n.entityName=e.readContentAsString();break;case"entityType":n.entityType=a.ST_EntityType[e.readContentAsString()]}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"address":n.address=i.ReadCT_Address(e)}if(e.depth<=r)break}return n},i.ReadCT_GeoLocations=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"geoLocation":n.geoLocation=i.ReadCT_GeoLocation(e)}if(e.depth<=t)break}return n},i.ReadCT_GeoLocationQueryResult=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"geoLocationQuery":n.geoLocationQuery=i.ReadCT_GeoLocationQuery(e);break;case"geoLocations":n.geoLocations=i.ReadCT_GeoLocations(e)}if(e.depth<=t)break}return n},i.ReadCT_GeoLocationQueryResults=function(e){var t,r,n={geoLocationQueryResult:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"geoLocationQueryResult":n.geoLocationQueryResult.push(i.ReadCT_GeoLocationQueryResult(e))}if(e.depth<=t)break}return n},i.ReadCT_GeoPolygon=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"polygonId":r.polygonId=e.readContentAsString();break;case"numPoints":break;case"pcaRings":r.pcaRings=e.readContentAsString()}return r},i.ReadCT_GeoPolygons=function(e){var t,r,n={geoPolygon:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"geoPolygon":n.geoPolygon.push(i.ReadCT_GeoPolygon(e))}if(e.depth<=t)break}return n},i.ReadCT_Copyrights=function(e){var t,r,n={copyright:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"copyright":n.copyright.push(i.ReadElementContentAsString(e))}if(e.depth<=t)break}return n},i.ReadCT_GeoData=function(e){for(var t,r,n={geoPolygons:[],copyrights:[]};e.moveToNextAttribute();)switch(t=_e(e)){case"entityName":n.entityName=e.readContentAsString();break;case"entityId":n.entityId=e.readContentAsString();break;case"east":n.east=e.readContentAsDouble();break;case"west":n.west=e.readContentAsDouble();break;case"north":n.north=e.readContentAsDouble();break;case"south":n.south=e.readContentAsDouble()}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"geoPolygons":n.geoPolygons.push(i.ReadCT_GeoPolygon(e));break;case"copyrights":n.copyrights=i.ReadCT_Copyrights(e)}if(e.depth<=r)break}return n},i.ReadCT_GeoDataEntityQuery=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"entityType":r.entityType=a.ST_EntityType[e.readContentAsString()];break;case"entityId":r.entityId=e.readContentAsString()}return r},i.ReadCT_GeoDataEntityQueryResult=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"geoDataEntityQuery":n.geoDataEntityQuery=i.ReadCT_GeoDataEntityQuery(e);break;case"geoData":n.geoData=i.ReadCT_GeoData(e)}if(e.depth<=t)break}return n},i.ReadCT_GeoDataEntityQueryResults=function(e){var t,r,n={geoDataEntityQueryResult:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"geoDataEntityQueryResult":n.geoDataEntityQueryResult.push(i.ReadCT_GeoDataEntityQueryResult(e))}if(e.depth<=t)break}return n},i.ReadCT_GeoDataPointQuery=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"entityType":r.entityType=a.ST_EntityType[e.readContentAsString()];break;case"latitude":r.latitude=e.readContentAsDouble();break;case"longitude":r.longitude=e.readContentAsDouble()}return r},i.ReadCT_GeoDataPointToEntityQuery=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"entityType":r.entityType=a.ST_EntityType[e.readContentAsString()];break;case"entityId":r.entityId=e.readContentAsString()}return r},i.ReadCT_GeoDataPointToEntityQueryResult=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"geoDataPointQuery":n.geoDataPointQuery=i.ReadCT_GeoDataPointQuery(e);break;case"geoDataPointToEntityQuery":n.geoDataPointToEntityQuery=i.ReadCT_GeoDataPointToEntityQuery(e)}if(e.depth<=t)break}return n},i.ReadCT_GeoDataPointToEntityQueryResults=function(e){var t,r,n={geoDataPointToEntityQueryResult:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"geoDataPointToEntityQueryResult":n.geoDataPointToEntityQueryResult.push(i.ReadCT_GeoDataPointToEntityQueryResult(e))}if(e.depth<=t)break}return n},i.ReadCT_GeoChildTypes=function(e){var t,r,n={entityType:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"entityType":n.entityType.push(i.ReadElementContentAsString(e))}if(e.depth<=t)break}return n},i.ReadCT_GeoChildEntitiesQuery=function(e){for(var t,r,n={geoChildTypes:[]};e.moveToNextAttribute();)switch(t=_e(e)){case"entityId":n.entityId=e.readContentAsString()}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"geoChildTypes":n.geoChildTypes=i.ReadCT_GeoChildTypes(e)}if(e.depth<=r)break}return n},i.ReadCT_GeoHierarchyEntity=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"entityName":r.entityName=e.readContentAsString();break;case"entityId":r.entityId=e.readContentAsString();break;case"entityType":r.entityType=a.ST_EntityType[e.readContentAsString()]}return r},i.ReadCT_GeoChildEntities=function(e){var t,r,n={geoHierarchyEntity:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"geoHierarchyEntity":n.geoHierarchyEntity.push(i.ReadCT_GeoHierarchyEntity(e))}if(e.depth<=t)break}return n},i.ReadCT_GeoChildEntitiesQueryResult=function(e){var t,r,n={geoChildEntities:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"geoChildEntitiesQuery":n.geoChildEntitiesQuery=i.ReadCT_GeoChildEntitiesQuery(e);break;case"geoChildEntities":n.geoChildEntities.push(i.ReadCT_GeoHierarchyEntity(e))}if(e.depth<=t)break}return n},i.ReadCT_GeoChildEntitiesQueryResults=function(e){var t,r,n={geoChildEntitiesQueryResult:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"geoChildEntitiesQueryResult":n.geoChildEntitiesQueryResult.push(i.ReadCT_GeoChildEntitiesQueryResult(e))}if(e.depth<=t)break}return n},i.ReadCT_Clear=function(e){var t,r,n={geoChildEntitiesQueryResults:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"geoLocationQueryResults":n.geoLocationQueryResults=i.ReadCT_GeoLocationQueryResults(e);break;case"geoDataEntityQueryResults":n.geoDataEntityQueryResults=i.ReadCT_GeoDataEntityQueryResults(e);break;case"geoDataPointToEntityQueryResults":n.geoDataPointToEntityQueryResults=i.ReadCT_GeoDataPointToEntityQueryResults(e);break;case"geoChildEntitiesQueryResults":n.geoChildEntitiesQueryResults=i.ReadCT_GeoChildEntitiesQueryResults(e)}if(e.depth<=t)break}return n},i.ReadCT_GeoCache=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"provider":r.provider=e.readContentAsString();break;case"binary":r.binary=e.readContentAsString();break;case"clear":r.clear=i.ReadCT_Clear(e)}return r},i.ReadCT_Geography=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"projectionType":n.projectionType=a.ST_GeoProjectionType[e.readContentAsString()];break;case"viewedRegionType":n.viewedRegionType=a.ST_GeoMappingLevel[e.readContentAsString()];break;case"cultureLanguage":n.cultureLanguage=e.readContentAsString();break;case"cultureRegion":n.cultureRegion=e.readContentAsString();break;case"attribution":n.attribution=e.readContentAsString()}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"geoCache":n.geoCache=i.ReadCT_GeoCache(e)}if(e.depth<=r)break}return n},i.ReadCT_Statistics=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"quartileMethod":r.quartileMethod=a.ST_QuartileMethod[e.readContentAsString()]}return r},i.ReadCT_Subtotals=function(e){var t,r,n={idx:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"idx":n.idx.push(parseInt(i.ReadContentValueAsString(e)))}if(e.depth<=t)break}return n},i.ReadCT_SeriesLayoutProperties=function(e){var t,r,n={subtotals:[],extLst:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"parentLabelLayout":n.parentLabelLayout=i.ReadCT_ParentLabelLayout(e);break;case"regionLabelLayout":n.regionLabelLayout=i.ReadCT_RegionLabelLayout(e);break;case"visibility":n.visibility=i.ReadCT_SeriesElementVisibilities(e);break;case"geography":n.geography=i.ReadCT_Geography(e);break;case"statistics":n.statistics=i.ReadCT_Statistics(e);break;case"subtotals":n.subtotals=i.ReadCT_Subtotals(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e);break;case"aggregation":n.aggregation=i.ReadCT_Aggregation(e);break;case"binning":n.binning=i.ReadCT_Binning(e)}if(e.depth<=t)break}return n},i.ReadCT_DataPoint=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"idx":n.idx=parseInt(e.readContentAsString())}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"spPr":n.spPr=Ma(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=r)break}return n},i.ReadCT_ExtremeValueColorPosition=function(){return{}},i.ReadCT_NumberColorPosition=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"val":r.val=e.readContentAsDouble()}return r},i.ReadCT_PercentageColorPosition=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"val":r.val=e.readContentAsDouble()}return r},i.ReadCT_ValueColorEndPosition=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){
- switch(r=Be(e)){case"extremeValue":n.extremeValue=i.ReadCT_ExtremeValueColorPosition(e);break;case"number":n.number=i.ReadCT_NumberColorPosition(e);break;case"percent":n.percent=i.ReadCT_PercentageColorPosition(e)}if(e.depth<=t)break}return n},i.ReadCT_ValueColorMiddlePosition=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"number":n.aggregation=i.ReadCT_NumberColorPosition(e);break;case"percent":n.binning=i.ReadCT_PercentageColorPosition(e)}if(e.depth<=t)break}return n},i.ReadCT_ValueColorPositions=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"count":n.count=e.readContentAsInt()}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"min":n.min=i.ReadCT_ValueColorEndPosition(e);break;case"mid":n.mid=i.ReadCT_ValueColorMiddlePosition(e);break;case"max":n.max=i.ReadCT_ValueColorEndPosition(e)}if(e.depth<=r)break}return n},i.ReadCT_DataLabelVisibilities=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"seriesName":r.seriesName=e.readContentAsBoolean();break;case"categoryName":r.categoryName=e.readContentAsBoolean();break;case"value":r.value=e.readContentAsBoolean()}return r},i.ReadCT_DataLabel=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"idx":n.idx=parseInt(e.readContentAsString());break;case"pos":n.pos=a.ST_DataLabelPos[e.readContentAsString()]}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"numFmt":n.numFmt=i.ReadCT_NumberFormat(e);break;case"spPr":n.spPr=Ma(e);break;case"txPr":n.txPr=xl(e);break;case"visibility":n.visibility=i.ReadCT_DataLabelVisibilities(e);break;case"separator":n.separator=i.ReadElementContentAsString(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=r)break}return n},i.ReadCT_DataLabelHidden=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"idx":r.idx=parseInt(e.readContentAsString())}return r},i.ReadCT_DataLabels=function(e){for(var t,r,n={dataLabel:[],dataLabelHidden:[],extLst:[]};e.moveToNextAttribute();)switch(t=_e(e)){case"pos":n.pos=a.ST_DataLabelPos[e.readContentAsString()]}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"numFmt":n.numFmt=i.ReadCT_NumberFormat(e);break;case"spPr":n.spPr=Ma(e);break;case"txPr":n.txPr=xl(e);break;case"visibility":n.visibility=i.ReadCT_DataLabelVisibilities(e);break;case"separator":n.separator=i.ReadElementContentAsString(e);break;case"dataLabel":n.dataLabel.push(i.ReadCT_DataLabel(e));break;case"dataLabelHidden":n.dataLabelHidden.push(i.ReadCT_DataLabelHidden(e));break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=r)break}return n},i.ReadCT_Series=function(e){for(var t,r,n={dataPt:[],axisId:[],extLst:[]};e.moveToNextAttribute();)switch(t=_e(e)){case"layoutId":n.layoutId=u.ToCT_ChartType(a.ST_SeriesLayout[e.readContentAsString()]);break;case"hidden":n.hidden=e.readContentAsBoolean();break;case"ownerIdx":n.ownerIdx=parseInt(e.readContentAsString());break;case"uniqueId":n.uniqueId=e.readContentAsString();break;case"formatIdx":n.formatIdx=parseInt(e.readContentAsString())}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"tx":n.tx=i.ReadCT_Text(e);break;case"spPr":n.spPr=Ma(e);break;case"valueColors":n.valueColors=i.ReadCT_ValueColors(e);break;case"valueColorPositions":n.valueColorPositions=i.ReadCT_ValueColorPositions(e);break;case"dataPt":n.dataPt.push(i.ReadCT_DataPoint(e));break;case"dataLabels":n.dataLabels=i.ReadCT_DataLabels(e);break;case"dataId":n.dataId=i.ReadCT_DataId(e);break;case"layoutPr":n.layoutPr=i.ReadCT_SeriesLayoutProperties(e);break;case"axisId":n.axisId.push(i.ReadST_AxisId(e));break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=r)break}return n},i.ReadCT_Legend=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"pos":n.legendPos=a.ST_2016ChartPosLegend[e.readContentAsString()];break;case"align":n.align=a.ST_PosAlign[e.readContentAsString()];break;case"overlay":n.overlay=e.readContentAsBoolean()}if(n.legendPos===a.ST_2016ChartPosLegend.r&&n.align===a.ST_PosAlign.min&&(n.legendPos=5),3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"spPr":n.spPr=Ma(e);break;case"txPr":n.txPr=xl(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=r)break}return n},i.ReadCT_PlotSurface=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"spPr":n.spPr=Ma(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=t)break}return n},i.ReadCT_PlotAreaRegion=function(e){var t,r,n={extLst:[],series:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"plotSurface":n.plotSurface=i.ReadCT_PlotSurface(e);break;case"series":n.series.push(i.ReadCT_Series(e));break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=t)break}return n},i.ReadCT_PlotArea=function(e){var t,r,n={axes:[],extLst:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"plotAreaRegion":n.plotAreaRegion=i.ReadCT_PlotAreaRegion(e);break;case"axis":n.axes.push(i.ReadCT_Axis(e));break;case"spPr":n.spPr=Ma(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=t)break}return n},i.ReadCT_Chart=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"title":n.title=i.ReadCT_ChartTitle(e);break;case"plotArea":n.plotArea=i.ReadCT_PlotArea(e);break;case"legend":n.legend=i.ReadCT_Legend(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=t)break}return n},i.ReadCT_FormatOverride=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"idx":n.idx=parseInt(e.readContentAsString())}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"spPr":n.spPr=Ma(e);break;case"extLst":n.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=r)break}return n},i.ReadCT_FormatOverrides=function(e){var t,r,n={fmtOvr:[]};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"fmtOvr":n.fmtOvr.push(i.ReadCT_FormatOverride(e))}if(e.depth<=t)break}return n},i.ReadCT_HeaderFooter=function(e){for(var t,r,n={};e.moveToNextAttribute();)switch(t=_e(e)){case"alignWithMargins":n.alignWithMargins=e.readContentAsBoolean();break;case"differentOddEven":n.differentOddEven=e.readContentAsBoolean();break;case"differentFirst":n.differentFirst=e.readContentAsBoolean()}if(3===e.elementType)return n;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(t=Be(e)){case"oddHeader":n.oddHeader=i.ReadElementContentAsString(e);break;case"oddFooter":n.oddFooter=i.ReadElementContentAsString(e);break;case"evenHeader":n.evenHeader=i.ReadElementContentAsString(e);break;case"evenFooter":n.evenFooter=i.ReadElementContentAsString(e);break;case"firstHeader":n.firstHeader=i.ReadElementContentAsString(e);break;case"firstFooter":n.firstFooter=i.ReadElementContentAsString(e)}if(e.depth<=r)break}return n},i.ReadCT_PageMargins=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"l":r.l=e.readContentAsDouble();break;case"r":r.r=e.readContentAsDouble();break;case"t":r.t=e.readContentAsDouble();break;case"b":r.b=e.readContentAsDouble();break;case"header":r.header=e.readContentAsDouble();break;case"footer":r.footer=e.readContentAsDouble()}return r},i.ReadCT_PageSetup=function(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"paperSize":r.paperSize=parseInt(e.readContentAsString());break;case"firstPageNumber":r.firstPageNumber=parseInt(e.readContentAsString());break;case"orientation":r.orientation=a.ST_PageOrientation[e.readContentAsString()];break;case"blackAndWhite":r.blackAndWhite=e.readContentAsBoolean();break;case"draft":r.draft=e.readContentAsBoolean();break;case"useFirstPageNumber":r.useFirstPageNumber=e.readContentAsBoolean();break;case"horizontalDpi":r.horizontalDpi=e.readContentAsInt();break;case"verticalDpi":r.verticalDpi=e.readContentAsInt();break;case"copies":r.copies=parseInt(e.readContentAsString())}return r},i.ReadCT_PrintSettings=function(e){var t,r,n={};if(3===e.elementType)return n;for(t=e.depth;e.read()&&!(e.depth<=t);){switch(r=Be(e)){case"headerFooter":n.headerFooter=i.ReadCT_HeaderFooter(e);break;case"pageMargins":n.pageMargins=i.ReadCT_PageMargins(e);break;case"pageSetup":n.pageSetup=i.ReadCT_PageSetup(e)}if(e.depth<=t)break}return n},i.ReadCT_ChartSpace=function(e,t){var r,n,o={};if(3===e.elementType)return o;for(r=e.depth;e.read()&&!(e.depth<=r);){switch(n=Be(e)){case"chartData":o.chartData=i.ReadCT_ChartData(e);break;case"chart":o.chart=i.ReadCT_Chart(e);break;case"spPr":o.spPr=Ma(e);break;case"txPr":o.txPr=xl(e);break;case"clrMapOvr":o.clrMapOvr=ul(e);break;case"fmtOvrs":o.fmtOvrs=i.ReadCT_FormatOverrides(e);break;case"printSettings":o.printSettings=i.ReadCT_PrintSettings(e);break;case"extLst":o.extLst=i.ReadCT_ExtensionList(e)}if(e.depth<=r)break}return t&&i.TranstateSeriesIDToData(o.chart.plotArea.plotAreaRegion.series,o.chartData.data,t),o},i.TranstateSeriesIDToData=function(e,t,r){var n,o,a,l,s,c,u,f,h,p,m=i.TranslateChartData(t),g=i.TranslateNameSpace(r);for(n=0;n<e.length;n++)o=e[n],d(o.dataId)||(a=o.dataId.val,l=m[a],d(l)||(s={},u=l.numDim&&l.numDim.formula,f=l.strDim&&l.strDim.formula,u&&(c=g[u],s.numDim=c),f&&(c=g[f],s.strDim=c),o.formulaObj=s)),h=o.tx&&o.tx.txData&&o.tx.txData.f.formula,h&&(p=g[h],p&&(o.tx.txData.f.formula=p))},i.TranslateChartData=function(e){var t,r,i,n={};for(t=0;t<e.length;t++)r=e[t].id,i={},e[t].numDim.length>0&&(i.numDim=e[t].numDim&&e[t].numDim[0].f),e[t].strDim.length>0&&(i.strDim=e[t].strDim&&e[t].strDim[0].f),n[r]=i;return n},i.TranslateNameSpace=function(e){var t,r,i,n={};for(t=0;t<e.length;t++)r=e[t].name,i=e[t].formula,n[r]=i;return n},t.Chart2016Reader=i;function ze(e){var t,r,i,n,o,a={};if(a[y]=Me(e,y),3===e.elementType)return a;for(t=e.depth,r=["dk1","lt1","dk2","lt2","accent1","accent2","accent3","accent4","accent5","accent6","hlink","folHlink"];e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)i>t+1||2===n||(o=Be(e),o===v?a[o]=Et(e):r.indexOf(o)>=0&&(a[o]=Mt(e)));return a}t.ReadCT_ColorScheme=ze;function je(e){var t={};return t[y]=Me(e,y),3===e.elementType?t:Ne(e,t)}t.ReadCT_CustomColor=je;function Ke(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"script"!==t&&"typeface"!==t||(r[t]=e.readContentAsString());return r}t.ReadCT_SupplementalFont=Ke;function Ye(e){var t,r,i,n,o={custClr:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"custClr"===n?o.custClr.push(je(e)):n===L&&(o.dumy=e.readElementContentAsBoolean()));return o}t.ReadCT_CustomColorList=Ye;function Ze(e){var t,r,i,n,o={font:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"latin":o.latin=Bl(e);break;case"ea":o.ea=Bl(e);break;case"cs":o.cs=Bl(e);break;case"font":o.font.push(Ke(e));break;case v:o.extLst=Et(e)}return o}t.ReadCT_FontCollection=Ze;function qe(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case k:o.effectLst=la(e);break;case E:o.effectDag=na(e);break;case Y:o.scene3d=uo(e);break;case"sp3d":o.sp3d=po(e)}return o}t.ReadCT_EffectStyleItem=qe;function Je(e){var t,r,i,n,o={};if(o[y]=Me(e,y),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"majorFont"===n||"minorFont"===n?o[n]=Ze(e):n===v&&(o.extLst=Et(e)));return o}t.ReadCT_FontScheme=Je;function Qe(e){var t={items:[]};return 3===e.elementType?t:Oe(e,t)}t.ReadCT_FillStyleList=Qe;function Xe(e){var r,i,n,o,a={ln:[]};if(3===e.elementType)return a;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)i>r+1||2===n||(o=Be(e),"ln"===o?a.ln.push(t.ReadCT_LineProperties(e)):o===L&&(a.dumy=e.readElementContentAsBoolean()));return a}t.ReadCT_LineStyleList=Xe;function $e(e){var t,r,i,n,o={effectStyle:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"effectStyle"===n?o.effectStyle.push(qe(e)):n===L&&(o.dumy=e.readElementContentAsBoolean()));return o}t.ReadCT_EffectStyleList=$e;function et(e){var t={items:[]};return 3===e.elementType?t:Oe(e,t)}t.ReadCT_BackgroundFillStyleList=et;function tt(e){var t,r,i,n,o={};if(o[y]=Me(e,y),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"fillStyleLst":o.fillStyleLst=Qe(e);break;case"lnStyleLst":o.lnStyleLst=Xe(e);break;case"effectStyleLst":o.effectStyleLst=$e(e);break;case"bgFillStyleLst":o.bgFillStyleLst=et(e)}return o}t.ReadCT_StyleMatrix=tt;function rt(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case re:o.clrScheme=ze(e);break;case ie:o.fontScheme=Je(e);break;case ne:o.fmtScheme=tt(e);break;case v:o.extLst=Et(e)}return o}t.ReadCT_BaseStyles=rt,n={hiddenScene3dUri:"{31F19639-BCED-4A60-ADC4-E9642A236FB7}",hiddenSp3dUri:"{E45631CC-5BF2-4C18-A39C-3461C7D3F71A}",hiddenFillUri:"{909E8E84-426E-40DD-AFC4-6F175D3DCCD1}",hiddenFillUri2:"{909E8E84-426E-40dd-AFC4-6F175D3DCCD1}",hiddenLineUri:"{91240B29-F687-4F45-9708-019B960494DF}",hiddenLineUri2:"{91240B29-F687-4f45-9708-019B960494DF}"};function it(e){for(var t,r={};e.moveToNextAttribute();)switch(t=_e(e)){case"id":r.id=e.readContentAsString();break;case"a16":r.name=e.readContentAsString()}return r}t.ReadCT_creationId=it;function nt(e){var t,r,i,o,a,l,s;if(3===e.elementType)return{hiddenExtensionType:4};for(t={creationId:[]},t.uri=Re(Me(e,"uri"),""),r=t.uri,i=r===n.hiddenScene3dUri?0:r===n.hiddenSp3dUri?3:r===n.hiddenFillUri||r===n.hiddenFillUri2?1:r===n.hiddenLineUri||r===n.hiddenLineUri2?2:4,t.hiddenExtensionType=i,o=e.depth;e.read()&&(a=e.depth,l=e.elementType,a!==o||2!==l);)if(!(a>o+1||2===l))switch(s=Be(e)){case"hiddenScene3d":t.Scene3d=uo(e);break;case"hiddenSp3d":t.Shape3d=po(e);break;case"hiddenFill":t.Fill=ea(e);break;case"hiddenLine":t.Line=Ba(e);break;case"creationId":t.creationId.push(it(e))}return t}t.ReadCT_OfficeArtExtension=nt;function ot(e){return Me(e,C,b)}t.ReadCT_Angle=ot;function at(e){return Me(e,C,b)}t.ReadCT_PositiveFixedAngle=at;function lt(e){return Me(e,C,b)}t.ReadCT_Percentage=lt;function st(e){return Me(e,C,b)}t.ReadCT_PositivePercentage=st;function ct(e){return Me(e,C,b)}t.ReadCT_FixedPercentage=ct;function ut(e){return Me(e,C,b)}t.ReadCT_PositiveFixedPercentage=ut;function ft(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"n"!==t&&"d"!==t||(r[t]=e.readContentAsInt());return r}t.ReadCT_Ratio=ft;function dt(e,t){for(var r,i={};e.moveToNextAttribute();)r=_e(e),"x"!==r&&"y"!==r||(i[r]=e.readContentAsInt(),t&&(i[r]=c(i[r],6)));return i}t.ReadCT_Point2D=dt;function ht(e,t){for(var r,i={};e.moveToNextAttribute();)r=_e(e),"cx"!==r&&"cy"!==r||(i[r]=e.readContentAsInt(),t&&(i[r]=c(i[r],6)));return i}t.ReadCT_PositiveSize2D=ht;function pt(){return{}}t.ReadCT_ComplementTransform=pt;function mt(){return{}}t.ReadCT_InverseTransform=mt;function gt(){return{}}t.ReadCT_GrayscaleTransform=gt;function bt(){return{}}t.ReadCT_GammaTransform=bt;function St(){return{}}t.ReadCT_InverseGammaTransform=St;function Ct(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"r"!==t&&"g"!==t&&"b"!==t||(r[t]=e.readContentAsInt());return 3===e.elementType?r:He(e,r)}t.ReadCT_ScRgbColor=Ct;function yt(e){var t,r,i=[];if(e)for(t=e.length,r=0;r<t;r+=2)i[r/2]=parseInt(e.substr(r,2),16);return i}t.StringToByteArray=yt;function wt(e){var t={},r=Me(e,C);return d(r)||(t.val=yt(r)),3===e.elementType?t:He(e,t)}t.ReadCT_SRgbColor=wt;function Tt(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"hue"!==t&&"sat"!==t&&"lum"!==t||(r[t]=e.readContentAsInt());return 3===e.elementType?r:He(e,r)}t.ReadCT_HslColor=Tt;function vt(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),t===C?r.val=u.ToKnownColor(a.ST_SystemColorVal[e.readContentAsString()]):"lastClr"===t&&(r.lastClr=yt(e.readContentAsString()));return 3===e.elementType?r:He(e,r)}t.ReadCT_SystemColor=vt;function xt(e){var t={},r=Me(e,C);return d(r)||(t.val=u.ToColorSchemeIndex(a.ST_SchemeColorVal[r])),3===e.elementType?t:He(e,t)}t.ReadCT_SchemeColor=xt;function At(e){var t={},r=Me(e,C);return d(r)||(t.val=a.ST_PresetColorVal[r]),3===e.elementType?t:He(e,t)}t.ReadCT_PresetColor=At;function kt(e){var t={},r=Me(e,C);return d(r)||(t.val=a.ST_StyleColorVal[r]),3===e.elementType?t:He(e,t)}t.ReadCT_StyleColor=kt;function Et(e){var t,r,i,n,o,a={};if(3===e.elementType)return a;for(t=e.depth,r=[];e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)i>t+1||2===n||(o=Be(e),o===F&&r.push(nt(e)));return r.length>0&&(a.ext=r),a}t.ReadCT_OfficeArtExtensionList=Et;function It(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"sx"!==n&&"sy"!==n||(o[n]=ft(e)));return o}t.ReadCT_Scale2D=It;function Pt(e){for(var t,r,i,n,o,a={rot:0};e.moveToNextAttribute();)t=_e(e),"rot"===t?a.rot=e.readContentAsInt():"flipH"!==t&&"flipV"!==t||(a[t]=e.readContentAsBoolean());if(3===e.elementType)return a;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)i>r+1||2===n||(o=Be(e),"off"===o?a.off=dt(e,!0):o===F&&(a.ext=ht(e,!0)));return a}t.ReadCT_Transform2D=Pt;function Lt(e){for(var t,r,i,n,o,a={rot:0};e.moveToNextAttribute();)t=_e(e),"rot"===t?a.rot=e.readContentAsInt():"flipH"!==t&&"flipV"!==t||(a[t]=e.readContentAsBoolean());if(3===e.elementType)return a;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"off":a.off=dt(e,!0);break;case F:a.ext=ht(e,!0);break;case"chOff":a.chOff=dt(e,!0);break;case"chExt":a.chExt=ht(e,!0)}return a}t.ReadCT_GroupTransform2D=Lt;function Ft(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"x"!==t&&"y"!==t&&"z"!==t||(r[t]=e.readContentAsInt());return r}t.ReadCT_Point3D=Ft;function Rt(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"dx"!==t&&"dy"!==t&&"dz"!==t||(r[t]=e.readContentAsInt());return r}t.ReadCT_Vector3D=Rt;function _t(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"lat"!==t&&"lon"!==t&&"rev"!==t||(r[t]=e.readContentAsInt());return r}t.ReadCT_SphereCoords=_t;function Bt(e){for(var t,r={l:0,r:0,t:0,b:0},i={l:!0,t:!0,r:!0,b:!0};e.moveToNextAttribute();)t=_e(e),i[t]&&(r[t]=e.readContentAsInt());return r}t.ReadCT_RelativeRect=Bt;function Mt(e){var t={};return 3===e.elementType?t:Ne(e,t)}t.ReadCT_Color=Mt;function Dt(e){var t,r,i,n,o={scrgbClr:[],srgbClr:[],hslClr:[],sysClr:[],schemeClr:[],prstClr:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case R:o.scrgbClr.push(Ct(e));break;case _:o.srgbClr.push(wt(e));break;case B:o.hslClr.push(Tt(e));break;case M:o.sysClr.push(vt(e));break;case D:o.schemeClr.push(xt(e));break;case N:o.prstClr.push(At(e))}return o}t.ReadCT_ColorMRU=Dt;function Nt(e){for(var t,r={name:"",builtIn:!1};e.moveToNextAttribute();)t=_e(e),"embed"===t||t===y?r[t]=e.readContentAsString():"builtIn"===t&&(r[t]=e.readContentAsBoolean());return r}t.ReadCT_EmbeddedWAVAudioFile=Nt;function Gt(e){for(var t,r,i,n,o,a={invalidUrl:"",action:"",tgtFrame:"",tooltip:"",history:!0,highlightClick:!1,endSnd:!1},l={id:!0,invalidUrl:!0,action:!0,tgtFrame:!0,tooltip:!0},s={history:!0,highlightClick:!0,endSnd:!0};e.moveToNextAttribute();)t=_e(e),l[t]?a[t]=e.readContentAsString():s[t]&&(a[t]=e.readContentAsBoolean());if(3===e.elementType)return a;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)i>r+1||2===n||(o=Be(e),"snd"===o?a.snd=Nt(e):o===v&&(a.extLst=Et(e)));return a}t.ReadCT_Hyperlink=Gt;function Ot(e){for(;e.moveToNextAttribute();){var t=_e(e);if(t===C)return e.readContentAsBoolean()}}t.ReadCT_Boolean=Ot;function Ht(e){return Me(e,C,g)}t.ReadCT_Double=Ht;function Ut(e){return Me(e,C,b)}t.ReadCT_UnsignedInt=Ut;function Wt(e){return Me(e,C,b)}t.ReadCT_Int=Wt;function Vt(e){var t={};return t.id=Me(e,"id"),t}t.ReadCT_RelId=Vt;function zt(e){var t,r,i,n,o={};if(o.uri=Re(Me(e,"uri"),"{6F2FDCE9-48DA-4B69-8628-5D25D57E5C99}"),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"invertSolidFillFmt"===n?o.dataObject=Tn(e):"datalabelsRange"===n?o.dataObject=Dn(e):"dataDisplayOptions16"===n&&(o.dataObject=an(e)));return o}t.ReadCT_Extension=zt;function jt(e){var t,r,i,n,o,a={};if(3===e.elementType)return a;for(t=e.depth,r=[];e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)i>t+1||2===n||(o=Be(e),o===F?r.push(zt(e)):o===L&&(a.dumy=e.readElementContentAsBoolean()));return r.length>0&&(a.ext=r),a}t.ReadCT_ExtensionList=jt;function Kt(e){for(var t,r,i,n,o,a={};e.moveToNextAttribute();)t=_e(e),t===K?a.idx=e.readContentAsInt():"formatCode"===t&&(a.formatCode=e.readContentAsString());if(3===e.elementType)return a;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)i>r+1||2===n||(o=Be(e),"v"===o&&(a.v=e.readElementContentAsString()));return a}t.ReadCT_NumVal=Kt;function Yt(e){var t,r,i,n,o,a,l,s={};if(3===e.elementType)return s;for(t=e.depth,r=[];e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)if(!(i>t+1||2===n))switch(o=Be(e)){case"formatCode":s.formatCode=e.readElementContentAsString();break;case"ptCount":s.ptCount=Ut(e);break;case"pt":r.push(Kt(e));break;case v:s.extLst=jt(e)}return r.length>0&&(s.pt=r.map(function(e){return e.v}),a=r.map(function(e){return e.formatCode}),l=a.some(function(e){return!!e}),l&&(s.formatCodes=a)),s}t.ReadCT_NumData=Yt;function Zt(e){var t,r,i,n,o,a={};if(3===e.elementType)return a;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"f":a.f=h(e.readElementContentAsString());break;case"numCache":o=Yt(e),delete o.pt,delete o.ptCount,a.numCache=o;break;case v:a.extLst=jt(e)}return a}t.ReadCT_NumRef=Zt;function qt(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"numRef"===n?o.numRef=Zt(e):"numLit"===n&&(o.numLit=Yt(e)));return o}t.ReadCT_NumDataSource=qt;function Jt(e){var t,r,i,n,o={};if(o[K]=Me(e,K,b),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"v"===n&&(o.v=h(e.readElementContentAsString())));return o}t.ReadCT_StrVal=Jt;function Qt(e){var t,r,i,n,o,a={};if(3===e.elementType)return a;for(t=e.depth,r=[];e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)if(!(i>t+1||2===n))switch(o=Be(e)){case"ptCount":a.ptCount=Ut(e);break;case"pt":r.push(Jt(e).v);break;case v:a.extLst=jt(e)}return r.length>0&&(a.pt=r),a}t.ReadCT_StrData=Qt;function Xt(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"f":o.f=h(e.readElementContentAsString());break;case v:o.extLst=jt(e)}return o}t.ReadCT_StrRef=Xt;function $t(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"strRef"===n?o.strRef=Xt(e):"rich"===n&&(o.rich=xl(e)));return o}t.ReadCT_Tx=$t;function er(e){return Me(e,C)}t.ReadCT_TextLanguageID=er;function tr(e){var t,r,i,n,o={pt:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"pt"===n&&o.pt.push(Jt(e)));return o}t.ReadCT_Lvl=tr;function rr(e){var t,r,i,n,o={lvl:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"ptCount":o.ptCount=Ut(e);break;case"lvl":o.lvl.push(Qt(e));break;case v:o.extLst=jt(e)}return o}t.ReadCT_MultiLvlStrData=rr;function ir(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"f":o.f=h(e.readElementContentAsString());break;case"multiLvlStrCache":o.multiLvlStrCache=rr(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_MultiLvlStrRef=ir;function nr(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"multiLvlStrRef":o.multiLvlStrRef=ir(e);break;case"numRef":o.numRef=Zt(e);break;case"numLit":o.numLit=Yt(e);break;case"strRef":o.strRef=Xt(e);break;case"strLit":o.strLit=Qt(e)}return o}t.ReadCT_AxDataSource=nr;function or(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"strRef"===n?o.strRef=Xt(e):"v"===n&&(o.v=e.readElementContentAsString()));return o}t.ReadCT_SerTx=or;function ar(e){var t=Me(e,C);if(!d(t))return a.ST_LayoutTarget[t]}t.ReadCT_LayoutTarget=ar;function lr(e){var t=Me(e,C);if(!d(t))return a.ST_LayoutMode[t]}t.ReadCT_LayoutMode=lr;function sr(e){var t,r,i,n,o,a,l={};if(3===e.elementType)return l;for(t=e.depth,r={xMode:!0,yMode:!0,wMode:!0,hMode:!0},i={x:!0,y:!0,w:!0,h:!0};e.read()&&(n=e.depth,o=e.elementType,n!==t||2!==o);)n>t+1||2===o||(a=Be(e),r[a]?l[a]=lr(e):i[a]?l[a]=Ht(e):"layoutTarget"===a?l.layoutTarget=ar(e):a===v&&(l.extLst=jt(e)));return l}t.ReadCT_ManualLayout=sr;function cr(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"manualLayout"===n?o.manualLayout=sr(e):n===v&&(o.extLst=jt(e)));return o}t.ReadCT_Layout=cr;function ur(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"tx":o.tx=$t(e);break;case oe:o.layout=cr(e);break;case"overlay":o.overlay=Ot(e);break;case Z:o.spPr=Ma(e);break;case q:o.txPr=xl(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_Title=ur;function fr(e){return Re(Me(e,C),0)}t.ReadCT_RotX=fr;function dr(e){return Re(Me(e,C,b),100)}t.ReadCT_HPercent=dr;function hr(e){return Re(Me(e,C,b),0)}t.ReadCT_RotY=hr;function pr(e){return Re(Me(e,C,b),100)}t.ReadCT_DepthPercent=pr;function mr(e){return Re(Me(e,C),30)}t.ReadCT_Perspective=mr;function gr(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"rotX":o.rotX=fr(e);break;case"hPercent":o.hPercent=dr(e);break;case"rotY":o.rotY=hr(e);break;case"depthPercent":o.depthPercent=pr(e);break;case"rAngAx":o.rAngAx=Ot(e);break;case"perspective":o.perspective=mr(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_View3D=gr;function br(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"thickness":o.thickness=Ut(e);break;case Z:o.spPr=Ma(e);break;case ae:o.pictureOptions=Hi(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_Surface=br;function Sr(e){var t,r,i,n,o,a={};if(3===e.elementType)return a;for(t=e.depth,r={showHorzBorder:!0,showVertBorder:!0,showOutline:!0,showKeys:!0};e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)i>t+1||2===n||(o=Be(e),r[o]?a[o]=Ot(e):o===Z?a.spPr=Ma(e):o===q?a.txPr=xl(e):o===v&&(a.extLst=jt(e)));return a}t.ReadCT_DTable=Sr;function Cr(e){return Re(Me(e,C,b),150)}t.ReadCT_GapAmount=Cr;function yr(e){return Re(Me(e,C,b),0)}t.ReadCT_Overlap=yr;function wr(e){return Re(Me(e,C,b),100)}t.ReadCT_BubbleScale=wr;function Tr(e){var t=Re(Me(e,C),"area");return a.ST_SizeRepresents[t]}t.ReadCT_SizeRepresents=Tr;function vr(e){return Re(Me(e,C,b),0)}t.ReadCT_FirstSliceAng=vr;function xr(e){return Re(Me(e,C,b),0)}t.ReadCT_HoleSize=xr;function Ar(e){var t=Re(Me(e,C),"auto");return u.ToChartSplitType(a.ST_SplitType[t])}t.ReadCT_SplitType=Ar;function kr(e){var t,r,i,n,o={secondPiePt:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"secondPiePt"===n&&o.secondPiePt.push(Ut(e)));return o}t.ReadCT_CustSplit=kr;function Er(e){return Re(Me(e,C,b),75)}t.ReadCT_SecondPieSize=Er;function Ir(e){for(var t,r,i={};e.moveToNextAttribute();)t=_e(e),"formatCode"===t?i.formatCode=h(e.readContentAsString()):"sourceLinked"===t&&(r=e.readContentAsBoolean(),r||(i.sourceLinked=!1));return i}t.ReadCT_NumFmt=Ir;function Pr(e){var t=Me(e,C);if(!d(t))return a.ST_LblAlgn[t]}t.ReadCT_LblAlgn=Pr;function Lr(e){var t=Me(e,C);if(!d(t))return a.ST_DLblPos[t]}t.ReadCT_DLblPos=Lr;function Fr(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case K:o.idx=Ut(e);break;case j:o.delete=Ot(e);break;case oe:o.layout=cr(e);break;case"tx":o.tx=$t(e);break;case Te:o.numFmt=Ir(e);break;case Z:o.spPr=Ma(e);break;case q:o.txPr=xl(e);break;case"dLblPos":o.dLblPos=Lr(e);break;case"showLegendKey":o.showLegendKey=Ot(e);break;case"showVal":o.showVal=Ot(e);break;case"showCatName":o.showCatName=Ot(e);break;case"showSerName":o.showSerName=Ot(e);break;case"showPercent":o.showPercent=Ot(e);break;case"showBubbleSize":o.showBubbleSize=Ot(e);break;case"separator":o.separator=e.readElementContentAsString(!0);break;case v:o.extLst=bn(e)}return o}t.ReadCT_DLbl=Fr;function Rr(e){var t,r,i,n,o,a={};if(3===e.elementType)return a;for(t=e.depth,r=[];e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)if(!(i>t+1||2===n))switch(o=Be(e)){case"dLbl":r.push(Fr(e));break;case j:a.delete=Ot(e);break;case Te:a.numFmt=Ir(e);break;case Z:a.spPr=Ma(e);break;case q:a.txPr=xl(e);break;case"dLblPos":a.dLblPos=Lr(e);break;case"showLegendKey":a.showLegendKey=Ot(e);break;case"showVal":a.showVal=Ot(e);break;case"showCatName":a.showCatName=Ot(e);break;case"showSerName":a.showSerName=Ot(e);break;case"showPercent":a.showPercent=Ot(e);break;case"showBubbleSize":a.showBubbleSize=Ot(e);break;case"separator":a.separator=e.readElementContentAsString(!0);break;case"showLeaderLines":a.showLeaderLines=Ot(e);break;case"leaderLines":a.leaderLines=ni(e);break;case v:a.extLst=Cn(e)}return r.length>0&&(a.dLbl=r),a}t.ReadCT_DLbls=Rr;function _r(e){var t=Me(e,C);if(!d(t))return a.ST_MarkerStyle[t]}t.ReadCT_MarkerStyle=_r;function Br(e){return s.pointToPixel(Re(Me(e,C),5))}t.ReadCT_MarkerSize=Br;function Mr(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"symbol":o.symbol=_r(e);break;case"size":o.size=Br(e);break;case Z:o.spPr=Ma(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_Marker=Mr;function Dr(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case K:o.idx=Ut(e);break;case Q:o.invertIfNegative=Ot(e);break;case $:o.marker=Mr(e);break;case X:o.bubble3D=Ot(e);break;case"explosion":o.explosion=Ut(e);break;case Z:o.spPr=Ma(e);break;case ae:o.pictureOptions=Hi(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_DPt=Dr;function Nr(e){var t=Me(e,C);if(!d(t))return a.ST_TrendlineType[t]}t.ReadCT_TrendlineType=Nr;function Gr(e){return Me(e,C,b)}t.ReadCT_Order=Gr;function Or(e){return Me(e,C,b)}t.ReadCT_Period=Or;function Hr(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case oe:o.layout=cr(e);break;case"tx":o.tx=$t(e);break;case Te:o.numFmt=Ir(e);break;case Z:o.spPr=Ma(e);break;case q:o.txPr=xl(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_TrendlineLbl=Hr;function Ur(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case y:o.name=e.readElementContentAsString();break;case Z:o.spPr=Ma(e);break;case"trendlineType":
- o.trendlineType=Nr(e);break;case le:o.order=Gr(e);break;case"period":o.period=Or(e);break;case"forward":o.forward=Ht(e);break;case"backward":o.backward=Ht(e);break;case"intercept":o.intercept=Ht(e);break;case"dispRSqr":o.dispRSqr=Ot(e);break;case"dispEq":o.dispEq=Ot(e);break;case"trendlineLbl":o.trendlineLbl=Hr(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_Trendline=Ur;function Wr(e){var t=Me(e,C);if(!d(t))return a.ST_ErrDir[t]}t.ReadCT_ErrDir=Wr;function Vr(e){var t=Me(e,C);if(!d(t))return a.ST_ErrBarType[t]}t.ReadCT_ErrBarType=Vr;function zr(e){var t=Me(e,C);if(!d(t))return a.ST_ErrValType[t]}t.ReadCT_ErrValType=zr;function jr(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"errDir":o.errDir=Wr(e);break;case"errBarType":o.errBarType=Vr(e);break;case"errValType":o.errValType=zr(e);break;case"noEndCap":o.noEndCap=Ot(e);break;case"plus":o.plus=qt(e);break;case"minus":o.minus=qt(e);break;case C:o.val=Ht(e);break;case Z:o.spPr=Ma(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_ErrBars=jr;function Kr(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===Z&&(o.spPr=Ma(e)));return o}t.ReadCT_UpDownBar=Kr;function Yr(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case se:o.gapWidth=Cr(e);break;case"upBars":o.upBars=Kr(e);break;case"downBars":o.downBars=Kr(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_UpDownBars=Yr;function Zr(e,t,r,i){t.length>0&&(e.dPt=t),i&&i.length>0&&(e.errBars=i),r&&r.length>0&&(e.trendline=r)}function qr(e){var t,r,i,n,o,a,l,s={seriesType:2};if(3===e.elementType)return s;for(t=e.depth,r=[],i=[],n=[];e.read()&&(o=e.depth,a=e.elementType,o!==t||2!==a);)if(!(o>t+1||2===a))switch(l=Be(e)){case K:s.idx=Ut(e);break;case le:s.order=Ut(e);break;case"tx":s.tx=or(e);break;case Z:s.spPr=Ma(e);break;case $:s.marker=Mr(e);break;case"dPt":r.push(Dr(e));break;case ce:s.dLbls=Rr(e);break;case ue:i.push(Ur(e));break;case fe:n.push(jr(e));break;case"cat":s.cat=nr(e);break;case C:s.val=qt(e);break;case"smooth":s.smooth=Ot(e);break;case v:s.extLst=jt(e)}return Zr(s,r,i,n),s}t.ReadCT_LineSer=qr;function Jr(e){var t,r,i,n,o,a,l,s={seriesType:5};if(3===e.elementType)return s;for(t=e.depth,r=[],i=[],n=[];e.read()&&(o=e.depth,a=e.elementType,o!==t||2!==a);)if(!(o>t+1||2===a))switch(l=Be(e)){case K:s.idx=Ut(e);break;case le:s.order=Ut(e);break;case"tx":s.tx=or(e);break;case Z:s.spPr=Ma(e);break;case $:s.marker=Mr(e);break;case"dPt":r.push(Dr(e));break;case ce:s.dLbls=Rr(e);break;case ue:i.push(Ur(e));break;case fe:n.push(jr(e));break;case"xVal":s.xVal=nr(e);break;case"yVal":s.yVal=qt(e);break;case"smooth":s.smooth=Ot(e);break;case v:s.extLst=jt(e)}return Zr(s,r,i,n),s}t.ReadCT_ScatterSer=Jr;function Qr(e){var t,r,i,n,o,a={seriesType:4};if(3===e.elementType)return a;for(t=e.depth,r=[];e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)if(!(i>t+1||2===n))switch(o=Be(e)){case K:a.idx=Ut(e);break;case le:a.order=Ut(e);break;case"tx":a.tx=or(e);break;case Z:a.spPr=Ma(e);break;case $:a.marker=Mr(e);break;case"dPt":r.push(Dr(e));break;case ce:a.dLbls=Rr(e);break;case"cat":a.cat=nr(e);break;case C:a.val=qt(e);break;case v:a.extLst=jt(e)}return Zr(a,r),a}t.ReadCT_RadarSer=Qr;function Xr(e){var t,r,i,n,o,a,l,s={seriesType:0};if(3===e.elementType)return s;for(t=e.depth,r=[],i=[],n=[];e.read()&&(o=e.depth,a=e.elementType,o!==t||2!==a);)if(!(o>t+1||2===a))switch(l=Be(e)){case K:s.idx=Ut(e);break;case le:s.order=Ut(e);break;case"tx":s.tx=or(e);break;case Z:s.spPr=Ma(e);break;case Q:s.invertIfNegative=Ot(e);break;case ae:s.pictureOptions=Hi(e);break;case"dPt":r.push(Dr(e));break;case ce:s.dLbls=Rr(e);break;case ue:i.push(Ur(e));break;case fe:n.push(jr(e));break;case"cat":s.cat=nr(e);break;case C:s.val=qt(e);break;case"shape":s.shape=pi(e);break;case v:s.extLst=jt(e)}return Zr(s,r,i,n),s}t.ReadCT_BarSer=Xr;function $r(e){var t,r,i,n,o,a,l,s={seriesType:1};if(3===e.elementType)return s;for(t=e.depth,r=[],i=[],n=[];e.read()&&(o=e.depth,a=e.elementType,o!==t||2!==a);)if(!(o>t+1||2===a))switch(l=Be(e)){case K:s.idx=Ut(e);break;case le:s.order=Ut(e);break;case"tx":s.tx=or(e);break;case Z:s.spPr=Ma(e);break;case ae:s.pictureOptions=Hi(e);break;case"dPt":r.push(Dr(e));break;case ce:s.dLbls=Rr(e);break;case ue:i.push(Ur(e));break;case fe:n.push(jr(e));break;case"cat":s.cat=nr(e);break;case C:s.val=qt(e);break;case v:s.extLst=jt(e)}return Zr(s,r,i,n),s}t.ReadCT_AreaSer=$r;function ei(e){var t,r,i,n,o,a={seriesType:3};if(3===e.elementType)return a;for(t=[],r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case K:a.idx=Ut(e);break;case le:a.order=Ut(e);break;case"tx":a.tx=or(e);break;case Z:a.spPr=Ma(e);break;case"explosion":a.explosion=Ut(e);break;case"dPt":t.push(Dr(e));break;case ce:a.dLbls=Rr(e);break;case"cat":a.cat=nr(e);break;case C:a.val=qt(e);break;case v:a.extLst=jt(e)}return Zr(a,t),a}t.ReadCT_PieSer=ei;function ti(e){var t,r,i,n,o,a,l,s={seriesType:6};if(3===e.elementType)return s;for(t=e.depth,r=[],i=[],n=[];e.read()&&(o=e.depth,a=e.elementType,o!==t||2!==a);)if(!(o>t+1||2===a))switch(l=Be(e)){case K:s.idx=Ut(e);break;case le:s.order=Ut(e);break;case"tx":s.tx=or(e);break;case Z:s.spPr=Ma(e);break;case Q:s.invertIfNegative=Ot(e);break;case"dPt":r.push(Dr(e));break;case ce:s.dLbls=Rr(e);break;case ue:i.push(Ur(e));break;case fe:n.push(jr(e));break;case"xVal":s.xVal=nr(e);break;case"yVal":s.yVal=qt(e);break;case"bubbleSize":s.bubbleSize=qt(e);break;case X:s.bubble3D=Ot(e);break;case v:s.extLst=jt(e)}return Zr(s,r,i,n),s}t.ReadCT_BubbleSer=ti;function ri(e){var t,r,i,n,o={seriesType:7};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case K:o.idx=Ut(e);break;case le:o.order=Ut(e);break;case"tx":o.tx=or(e);break;case Z:o.spPr=Ma(e);break;case"cat":o.cat=nr(e);break;case C:o.val=qt(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_SurfaceSer=ri;function ii(e){var t=Re(Me(e,C),"standard");return a.ST_Grouping[t]}t.ReadCT_Grouping=ii;function ni(e){return De(e,Z,Ma)}t.ReadCT_ChartLines=ni;function oi(e){var t,r,i,n,o={chartType:8,ser:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case me:o.grouping=ii(e);break;case ge:o.varyColors=Ot(e);break;case de:o.ser.push(qr(e));break;case ce:o.dLbls=Rr(e);break;case he:o.dropLines=ni(e);break;case"hiLowLines":o.hiLowLines=ni(e);break;case"upDownBars":o.upDownBars=Yr(e);break;case $:o.marker=Ot(e);break;case"smooth":o.smooth=Ot(e);break;case pe:o.axId.push(Wt(e));break;case v:o.extLst=jt(e)}return o}t.ReadCT_LineChart=oi;function ai(e){var t,r,i,n,o={chartType:9,ser:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case me:o.grouping=ii(e);break;case ge:o.varyColors=Ot(e);break;case de:o.ser.push(qr(e));break;case ce:o.dLbls=Rr(e);break;case he:o.dropLines=ni(e);break;case"gapDepth":o.gapDepth=Cr(e);break;case pe:o.axId.push(Wt(e));break;case v:o.extLst=jt(e)}return o}t.ReadCT_Line3DChart=ai;function li(e){var t,r,i,n,o={chartType:0,ser:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case de:o.ser.push(qr(e));break;case ce:o.dLbls=Rr(e);break;case he:o.dropLines=ni(e);break;case"hiLowLines":o.hiLowLines=ni(e);break;case"upDownBars":o.upDownBars=Yr(e);break;case pe:o.axId.push(Wt(e));break;case v:o.extLst=jt(e)}return o}t.ReadCT_StockChart=li;function si(e){var t=Re(Me(e,C),"marker");return a.ST_ScatterStyle[t]}t.ReadCT_ScatterStyle=si;function ci(e){var t,r,i,n,o={chartType:1,ser:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"scatterStyle":o.scatterStyle=si(e);break;case ge:o.varyColors=Ot(e);break;case de:o.ser.push(Jr(e));break;case ce:o.dLbls=Rr(e);break;case pe:o.axId.push(Wt(e));break;case v:o.extLst=jt(e)}return o}t.ReadCT_ScatterChart=ci;function ui(e){var t=Re(Me(e,C),"standard");return a.ST_RadarStyle[t]}t.ReadCT_RadarStyle=ui;function fi(e){var t,r,i,n,o={chartType:2,ser:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"radarStyle":o.radarStyle=ui(e);break;case ge:o.varyColors=Ot(e);break;case de:o.ser.push(Qr(e));break;case ce:o.dLbls=Rr(e);break;case pe:o.axId.push(Wt(e));break;case v:o.extLst=jt(e)}return o}t.ReadCT_RadarChart=fi;function di(e){var t=Me(e,C);if(!d(t))return a.ST_BarGrouping[t]}t.ReadCT_BarGrouping=di;function hi(e){var t=Me(e,C);if(!d(t))return a.ST_BarDir[t]}t.ReadCT_BarDir=hi;function pi(e){var t=Re(Me(e,C),"box");return a.ST_Shape[t]}t.ReadCT_ShapeBox=pi;function mi(e){var t,r,i,n,o={chartType:6,ser:[],serLines:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"barDir":o.barDir=hi(e);break;case me:o.grouping=di(e);break;case ge:o.varyColors=Ot(e);break;case de:o.ser.push(Xr(e));break;case ce:o.dLbls=Rr(e);break;case se:o.gapWidth=Cr(e);break;case"overlap":o.overlap=yr(e);break;case"serLines":o.serLines.push(ni(e));break;case pe:o.axId.push(Wt(e));break;case v:o.extLst=jt(e)}return o}t.ReadCT_BarChart=mi;function gi(e){var t,r,i,n,o={chartType:7,ser:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"barDir":o.barDir=hi(e);break;case me:o.grouping=di(e);break;case ge:o.varyColors=Ot(e);break;case de:o.ser.push(Xr(e));break;case ce:o.dLbls=Rr(e);break;case se:o.gapWidth=Cr(e);break;case"gapDepth":o.gapDepth=Cr(e);break;case"shape":o.shape=pi(e);break;case pe:o.axId.push(Wt(e));break;case v:o.extLst=jt(e)}return o}t.ReadCT_Bar3DChart=gi;function bi(e){var t,r,i,n,o={chartType:4,ser:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case me:o.grouping=ii(e);break;case ge:o.varyColors=Ot(e);break;case de:o.ser.push($r(e));break;case ce:o.dLbls=Rr(e);break;case he:o.dropLines=ni(e);break;case pe:o.axId.push(Wt(e));break;case v:o.extLst=jt(e)}return o}t.ReadCT_AreaChart=bi;function Si(e){var t,r,i,n,o={chartType:5,ser:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case me:o.grouping=ii(e);break;case ge:o.varyColors=Ot(e);break;case de:o.ser.push($r(e));break;case ce:o.dLbls=Rr(e);break;case he:o.dropLines=ni(e);break;case"gapDepth":o.gapDepth=Cr(e);break;case pe:o.axId.push(Wt(e));break;case v:o.extLst=jt(e)}return o}t.ReadCT_Area3DChart=Si;function Ci(e){var t,r,i,n,o={chartType:10,ser:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case ge:o.varyColors=Ot(e);break;case de:o.ser.push(ei(e));break;case ce:o.dLbls=Rr(e);break;case"firstSliceAng":o.firstSliceAng=vr(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_PieChart=Ci;function yi(e){var t,r,i,n,o={chartType:11,ser:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case ge:o.varyColors=Ot(e);break;case de:o.ser.push(ei(e));break;case ce:o.dLbls=Rr(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_Pie3DChart=yi;function wi(e){var t,r,i,n,o={chartType:12,ser:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case ge:o.varyColors=Ot(e);break;case de:o.ser.push(ei(e));break;case ce:o.dLbls=Rr(e);break;case"firstSliceAng":o.firstSliceAng=vr(e);break;case"holeSize":o.holeSize=xr(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_DoughnutChart=wi;function Ti(e){var t=Me(e,C);if(!d(t))return a.ST_OfPieType[t]}t.ReadCT_OfPieType=Ti;function vi(e){var t,r,i,n,o={chartType:13,ser:[],serLines:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"ofPieType":o.ofPieType=Ti(e);break;case ge:o.varyColors=Ot(e);break;case de:o.ser.push(ei(e));break;case ce:o.dLbls=Rr(e);break;case se:o.gapWidth=Cr(e);break;case"splitType":o.splitType=Ar(e);break;case"splitPos":o.splitPos=Ht(e);break;case"custSplit":o.custSplit=kr(e);break;case"secondPieSize":o.secondPieSize=Er(e);break;case"serLines":o.serLines.push(ni(e));break;case v:o.extLst=jt(e)}return o}t.ReadCT_OfPieChart=vi;function xi(e){var t,r,i,n,o={chartType:3,ser:[],axId:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case ge:o.varyColors=Ot(e);break;case de:o.ser.push(ti(e));break;case ce:o.dLbls=Rr(e);break;case X:o.bubble3D=Ot(e);break;case"bubbleScale":o.bubbleScale=wr(e);break;case"showNegBubbles":o.showNegBubbles=Ot(e);break;case"sizeRepresents":o.sizeRepresents=Tr(e);break;case pe:o.axId.push(Wt(e));break;case v:o.extLst=jt(e)}return o}t.ReadCT_BubbleChart=xi;function Ai(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===K?o.idx=Ut(e):n===Z&&(o.spPr=Ma(e)));return o}t.ReadCT_BandFmt=Ai;function ki(e){var t,r,i,n,o={bandFmt:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"bandFmt"===n?o.bandFmt.push(Ai(e)):n===L&&(o.dumy=e.readElementContentAsBoolean()));return o}t.ReadCT_BandFmts=ki;function Ei(e){var t={chartType:14,ser:[],axId:[]};return 3===e.elementType?t:Ue(e,t)}t.ReadCT_SurfaceChart=Ei;function Ii(e){var t={chartType:15,ser:[],axId:[]};return 3===e.elementType?t:Ue(e,t)}t.ReadCT_Surface3DChart=Ii;function Pi(e){var t=Me(e,C);if(!d(t))return a.ST_AxPos[t]}t.ReadCT_AxPos=Pi;function Li(e){var t=Me(e,C);if(!d(t))return u.ToAxisCrosses(a.ST_Crosses[t])}t.ReadCT_Crosses=Li;function Fi(e){var t=Me(e,C);if(!d(t))return a.ST_CrossBetween[t]}t.ReadCT_CrossBetween=Fi;function Ri(e){var t=Me(e,C);if(!d(t))return a.ST_TickMark[t]}t.ReadCT_TickMark=Ri;function _i(e){var t=Re(Me(e,C),"nextTo");if(!d(t))return a.ST_TickLblPos[t]}t.ReadCT_TickLblPos=_i;function Bi(e){return Me(e,C,b)}t.ReadCT_Skip=Bi;function Mi(e){var t=Re(Me(e,C),"days");return a.ST_TimeUnit[t]}t.ReadCT_TimeUnit=Mi;function Di(e){return Me(e,C,g)}t.ReadCT_AxisUnit=Di;function Ni(e){var t=Me(e,C);if(!d(t))return a.ST_BuiltInUnit[t]}t.ReadCT_BuiltInUnit=Ni;function Gi(e){var t=Me(e,C);if(!d(t))return a.ST_PictureFormat[t]}t.ReadCT_PictureFormat=Gi;function Oi(e){return Me(e,C,g)}t.ReadCT_PictureStackUnit=Oi;function Hi(e){var t,r,i,n,o,a={};if(3===e.elementType)return a;for(t=e.depth,r={applyToFront:!0,applyToSides:!0,applyToEnd:!0};e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)i>t+1||2===n||(o=Be(e),r[o]?a[o]=Ot(e):"pictureFormat"===o?a.pictureFormat=Gi(e):"pictureStackUnit"===o&&(a.pictureStackUnit=Oi(e)));return a}t.ReadCT_PictureOptions=Hi;function Ui(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case oe:o.layout=cr(e);break;case"tx":o.tx=$t(e);break;case Z:o.spPr=Ma(e);break;case q:o.txPr=xl(e)}return o}t.ReadCT_DispUnitsLbl=Ui;function Wi(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"custUnit":o.custUnit=Ht(e);break;case"builtInUnit":o.builtInUnit=Ni(e);break;case"dispUnitsLbl":o.dispUnitsLbl=Ui(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_DispUnits=Wi;function Vi(e){var t=Re(Me(e,C),"minMax");return a.ST_Orientation[t]}t.ReadCT_Orientation=Vi;function zi(e){return Me(e,C,g)}t.ReadCT_LogBase=zi;function ji(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"logBase":o.logBase=zi(e);break;case"orientation":o.orientation=Vi(e);break;case"max":o.max=Ht(e);break;case"min":o.min=Ht(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_Scaling=ji;function Ki(e){return Re(Me(e,C,b),100)}t.ReadCT_LblOffset=Ki,o={majorGridlines:{ln:{w:1,cap:2,cmpd:0,algn:0,solidFill:{schemeClr:{val:1,lumMod:[15e3],lumOff:[85e3]}},round:!0},effectLst:{}},minorGridlines:{ln:{w:1,cap:2,cmpd:0,algn:0,solidFill:{schemeClr:{val:1,lumMod:[5e3],lumOff:[95e3]}},round:!0},effectLst:{}},axis:{noFill:!0,ln:{w:1,cap:2,cmpd:0,algn:0,solidFill:{schemeClr:{val:1,lumMod:[15e3],lumOff:[85e3]}},round:!0},effectLst:{}},plotArea:{noFill:!0,ln:{noFill:!0},effectLst:{}}};function Yi(e,t){e&&!e.spPr&&(e.spPr=o[t])}function Zi(e){var t,r,i,n,o={axisType:0};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case pe:o.axId=Wt(e);break;case be:o.scaling=ji(e);break;case j:o.delete=Ot(e);break;case Se:o.axPos=Pi(e);break;case Ce:o.majorGridlines=ni(e),Yi(o.majorGridlines,"majorGridlines");break;case ye:o.minorGridlines=ni(e),Yi(o.minorGridlines,"minorGridlines");break;case we:o.title=ur(e);break;case Te:o.numFmt=Ir(e);break;case ve:o.majorTickMark=Ri(e);break;case xe:o.minorTickMark=Ri(e);break;case Ae:o.tickLblPos=_i(e);break;case Z:o.spPr=Ma(e);break;case q:o.txPr=xl(e);break;case ke:o.crossAx=Wt(e);break;case Ee:o.crosses=Li(e);break;case Ie:o.crossesAt=Ht(e);break;case"auto":o.auto=Ot(e);break;case"lblAlgn":o.lblAlgn=Pr(e);break;case"lblOffset":o.lblOffset=Ki(e);break;case"tickLblSkip":o.tickLblSkip=Bi(e);break;case"tickMarkSkip":o.tickMarkSkip=Bi(e);break;case"noMultiLvlLbl":o.noMultiLvlLbl=Ot(e);break;case v:o.extLst=jt(e)}return Yi(o,"axis"),o}t.ReadCT_CatAx=Zi;function qi(e){var t,r,i,n,o={axisType:1};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case pe:o.axId=Wt(e);break;case be:o.scaling=ji(e);break;case j:o.delete=Ot(e);break;case Se:o.axPos=Pi(e);break;case Ce:o.majorGridlines=ni(e),Yi(o.majorGridlines,"majorGridlines");break;case ye:o.minorGridlines=ni(e),Yi(o.minorGridlines,"minorGridlines");break;case we:o.title=ur(e);break;case Te:o.numFmt=Ir(e);break;case ve:o.majorTickMark=Ri(e);break;case xe:o.minorTickMark=Ri(e);break;case Ae:o.tickLblPos=_i(e);break;case Z:o.spPr=Ma(e);break;case q:o.txPr=xl(e);break;case ke:o.crossAx=Wt(e);break;case Ee:o.crosses=Li(e);break;case Ie:o.crossesAt=Ht(e);break;case"auto":o.auto=Ot(e);break;case"lblOffset":o.lblOffset=Ki(e);break;case"baseTimeUnit":o.baseTimeUnit=Mi(e);break;case"majorUnit":o.majorUnit=Di(e);break;case"majorTimeUnit":o.majorTimeUnit=Mi(e);break;case"minorUnit":o.minorUnit=Di(e);break;case"minorTimeUnit":o.minorTimeUnit=Mi(e);break;case v:o.extLst=jt(e)}return Yi(o,"axis"),o}t.ReadCT_DateAx=qi;function Ji(e){var t,r,i,n,o={axisType:2};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case pe:o.axId=Wt(e);break;case be:o.scaling=ji(e);break;case j:o.delete=Ot(e);break;case Se:o.axPos=Pi(e);break;case Ce:o.majorGridlines=ni(e),Yi(o.majorGridlines,"majorGridlines");break;case ye:o.minorGridlines=ni(e),Yi(o.minorGridlines,"minorGridlines");break;case we:o.title=ur(e);break;case Te:o.numFmt=Ir(e);break;case ve:o.majorTickMark=Ri(e);break;case xe:o.minorTickMark=Ri(e);break;case Ae:o.tickLblPos=_i(e);break;case Z:o.spPr=Ma(e);break;case q:o.txPr=xl(e);break;case ke:o.crossAx=Wt(e);break;case Ee:o.crosses=Li(e);break;case Ie:o.crossesAt=Ht(e);break;case"tickLblSkip":o.tickLblSkip=Bi(e);break;case"tickMarkSkip":o.tickMarkSkip=Bi(e);break;case v:o.extLst=jt(e)}return Yi(o,"axis"),o}t.ReadCT_SerAx=Ji;function Qi(e){var t,r,i,n,o={axisType:3};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case pe:o.axId=Wt(e);break;case be:o.scaling=ji(e);break;case j:o.delete=Ot(e);break;case Se:o.axPos=Pi(e);break;case Ce:o.majorGridlines=ni(e),Yi(o.majorGridlines,"majorGridlines");break;case ye:o.minorGridlines=ni(e),Yi(o.minorGridlines,"minorGridlines");break;case we:o.title=ur(e);break;case Te:o.numFmt=Ir(e);break;case ve:o.majorTickMark=Ri(e);break;case xe:o.minorTickMark=Ri(e);break;case Ae:o.tickLblPos=_i(e);break;case Z:o.spPr=Ma(e);break;case q:o.txPr=xl(e);break;case ke:o.crossAx=Wt(e);break;case Ee:o.crosses=Li(e);break;case Ie:o.crossesAt=Ht(e);break;case"crossBetween":o.crossBetween=Fi(e);break;case"majorUnit":o.majorUnit=Di(e);break;case"minorUnit":o.minorUnit=Di(e);break;case"dispUnits":o.dispUnits=Wi(e);break;case v:o.extLst=jt(e)}return Yi(o,"axis"),o}t.ReadCT_ValAx=Qi;function Xi(e){var t,r,i,n,o={chartGroups:[],axes:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case oe:o.layout=cr(e);break;case"areaChart":o.chartGroups.push(bi(e));break;case"area3DChart":o.chartGroups.push(Si(e));break;case"barChart":o.chartGroups.push(mi(e));break;case"bar3DChart":o.chartGroups.push(gi(e));break;case"lineChart":o.chartGroups.push(oi(e));break;case"line3DChart":o.chartGroups.push(ai(e));break;case"stockChart":o.chartGroups.push(li(e));break;case"radarChart":o.chartGroups.push(fi(e));break;case"scatterChart":o.chartGroups.push(ci(e));break;case"pieChart":o.chartGroups.push(Ci(e));break;case"pie3DChart":o.chartGroups.push(yi(e));break;case"doughnutChart":o.chartGroups.push(wi(e));break;case"ofPieChart":o.chartGroups.push(vi(e));break;case"surfaceChart":o.chartGroups.push(Ei(e));break;case"surface3DChart":o.chartGroups.push(Ii(e));break;case"bubbleChart":o.chartGroups.push(xi(e));break;case"catAx":o.axes.push(Zi(e));break;case"valAx":o.axes.push(Qi(e));break;case"dateAx":o.axes.push(qi(e));break;case"serAx":o.axes.push(Ji(e));break;case"dTable":o.dTable=Sr(e);break;case Z:o.spPr=Ma(e);break;case v:o.extLst=jt(e)}return Yi(o,"plotArea"),o}t.ReadCT_PlotArea=Xi;function $i(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case K:o.idx=Ut(e);break;case Z:o.spPr=Ma(e);break;case q:o.txPr=xl(e);break;case $:o.marker=Mr(e);break;case"dLbl":o.dLbl=Fr(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_PivotFmt=$i;function en(e){var t,r,i,n,o={pivotFmt:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"pivotFmt"===n&&o.pivotFmt.push($i(e)));return o}t.ReadCT_PivotFmts=en;function tn(e){var t=Me(e,C);if(!d(t))return u.ToLegendPosition(a.ST_LegendPos[t])}t.ReadCT_LegendPos=tn;function rn(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case K:o.idx=Ut(e);break;case j:o.delete=Ot(e);break;case q:o.txPr=xl(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_LegendEntry=rn;function nn(e){var t,r,i,n,o=[],a={};if(3===e.elementType)return a;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"legendPos":a.legendPos=tn(e);break;case"legendEntry":o.push(rn(e));break;case oe:a.layout=cr(e);break;case"overlay":a.overlay=Ot(e);break;case Z:a.spPr=Ma(e);break;case q:a.txPr=xl(e);break;case v:a.extLst=jt(e)}return o.length>0&&(a.legendEntry=o),a}t.ReadCT_Legend=nn;function on(e){var t=Me(e,C);if(!d(t))return a.ST_DispBlanksAs[t]}t.ReadCT_DispBlanksAs=on;function an(e){var t,r,i,n,o={extDataType:2};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"dispNaAsBlank"===n&&(o.dispNaAsBlank=Me(e,C)));return o}t.ReadCT_DispNaAsBlank=an;function ln(e){var t,r,i,n,o={pivotFmts:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case we:o.title=ur(e);break;case"autoTitleDeleted":o.autoTitleDeleted=Ot(e);break;case"pivotFmt":o.pivotFmts.push($i(e));break;case"view3D":o.view3D=gr(e);break;case"floor":o.floor=br(e);break;case"sideWall":o.sideWall=br(e);break;case"backWall":o.backWall=br(e);break;case"plotArea":o.plotArea=Xi(e);break;case"legend":o.legend=nn(e);break;case"plotVisOnly":o.plotVisOnly=Ot(e);break;case"dispBlanksAs":o.dispBlanksAs=on(e);break;case"showDLblsOverMax":o.showDLblsOverMax=Ot(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_Chart=ln;function sn(e){return Me(e,C)}t.ReadCT_Style=sn;function cn(e){var t,r,i,n,o={extLst:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case y:o.name=e.readElementContentAsString();break;case"fmtId":o.fmtId=Ut(e);break;case v:o.extLst.push(jt(e))}return o}t.ReadCT_PivotSource=cn;function un(e){var t,r,i,n,o,a={};if(3===e.elementType)return a;for(t=e.depth,r={chartObject:!0,data:!0,formatting:!0,selection:!0,userInterface:!0};e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)i>t+1||2===n||(o=Be(e),r[o]&&(a[o]=Ot(e)));return a}t.ReadCT_Protection=un;function fn(e){for(var t,r,i,n,o,a,l={alignWithMargins:!0};e.moveToNextAttribute();)t=_e(e),"alignWithMargins"!==t&&"differentOddEven"!==t&&"differentFirst"!==t||(l[t]=e.readContentAsBoolean());if(3===e.elementType)return l;for(r=e.depth,i={oddHeader:!0,oddFooter:!0,evenHeader:!0,evenFooter:!0,firstHeader:!0,firstFooter:!0};e.read()&&(n=e.depth,o=e.elementType,n!==r||2!==o);)n>r+1||2===o||(a=Be(e),i[a]&&(l[a]=e.readElementContentAsString()));return l}t.ReadCT_HeaderFooter=fn;function dn(e){for(var t,r={},i={l:!0,r:!0,t:!0,b:!0,header:!0,footer:!0};e.moveToNextAttribute();)t=_e(e),i[t]&&(r[t]=e.readContentAsDouble());return r}t.ReadCT_PageMargins=dn;function hn(e){var t={};return t.id=Me(e,"id"),De(e,"autoUpdate",Ot,t)}t.ReadCT_ExternalData=hn;function pn(e){for(var t,r={paperSize:1,firstPageNumber:1,orientation:0,blackAndWhite:!1,draft:!1,useFirstPageNumber:!1,horizontalDpi:600,verticalDpi:600,copies:1},i={paperSize:!0,firstPageNumber:!0,horizontalDpi:!0,verticalDpi:!0,copies:!0},n={blackAndWhite:!0,draft:!0,useFirstPageNumber:!0};e.moveToNextAttribute();)t=_e(e),i[t]?r[t]=e.readContentAsInt():n[t]?r[t]=e.readContentAsBoolean():"orientation"===t&&(r.orientation=a.ST_PageSetupOrientation[e.readContentAsString()]);return r}t.ReadCT_PageSetup=pn;function mn(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"headerFooter":o.headerFooter=fn(e);break;case"pageMargins":o.pageMargins=dn(e);break;case"pageSetup":o.pageSetup=pn(e);break;case"legacyDrawingHF":o.legacyDrawingHF=Vt(e)}return o}t.ReadCT_PrintSettings=mn;function gn(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"roundedCorners":o.roundedCorners=Ot(e);break;case Pe:o.style=sn(e);break;case"clrMapOvr":o.clrMapOvr=ul(e);break;case"pivotSource":o.pivotSource=cn(e);break;case"protection":o.protection=un(e);break;case"chart":o.chart=ln(e);break;case Z:o.spPr=Ma(e);break;case q:o.txPr=xl(e);break;case"externalData":o.externalData=hn(e);break;case"printSettings":o.printSettings=mn(e);break;case"userShapes":o.userShapes=wn(e);break;case v:o.extLst=jt(e)}return o}t.ReadCT_ChartSpace=gn;function bn(e){var t,r,i,n,o={ext:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===F?o.ext.push(Sn(e)):n===L&&(o.dumy=e.readElementContentAsBoolean()));return o}t.ReadCT_DLblExtensionList=bn;function Sn(e){var t,r,i,n,o={};if(o.uri=Me(e,"uri"),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case oe:o.layout=cr(e);break;case"dlblFieldTable":o.dlblFieldTable=Hn(e);break;case"showDataLabelsRange":o.showDataLabelsRange=Ot(e)}return o}t.ReadCT_DLblExt=Sn;function Cn(e){var t,r,i,n,o={ext:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===F?o.ext.push(yn(e)):n===L&&(o.dumy=e.readElementContentAsBoolean()));return o}t.ReadCT_DLblsExtensionList=Cn;function yn(e){var t,r,i,n,o={};if(o.uri=Re(Me(e,"uri"),"{CE6537A1-D6FC-4f65-9D91-7224C49458BB}"),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case oe:o.layout=cr(e);break;case"showLeaderLines":o.showLeaderLines=Ot(e);break;case"showDataLabelsRange":o.showDataLabelsRange=Ot(e);break;case Z:o.spPr=Ma(e)}return o}t.ReadCT_DLblsExt=yn;function wn(e){var t={};return t.id=Me(e,"id"),De(e,"userShapes",jn,t)}t.ReadCT_UserShapes=wn;function Tn(e){var t={extDataType:0};return De(e,Z,Ma,t)}t.ReadCT_InvertSolidFillFmt=Tn;function vn(e){return Ve(e)}t.ReadCT_FullRef=vn;function xn(e){return Ve(e)}t.ReadCT_LevelRef=xn;function An(e){return Ve(e)}t.ReadCT_FormulaRef=An;function kn(e){return De(e,"tx",$t)}t.ReadCT_FilteredSeriesTitle=kn;function En(e){return De(e,"cat",nr)}t.ReadCT_FilteredCategoryTitle=En;function In(e){return De(e,de,Xr)}t.ReadCT_FilteredBarSer=In;function Pn(e){return De(e,de,qr)}t.ReadCT_FilteredLineSer=Pn;function Ln(e){return De(e,de,Jr)}t.ReadCT_FilteredScatterSer=Ln;function Fn(e){return De(e,de,$r)}t.ReadCT_FilteredAreaSer=Fn;function Rn(e){return De(e,de,ei)}t.ReadCT_FilteredPieSer=Rn;function _n(e){return De(e,de,ti)}t.ReadCT_FilteredBubbleSer=_n;function Bn(e){return De(e,de,Qr)}t.ReadCT_FilteredRadarSer=Bn;function Mn(e){return De(e,de,ri)}t.ReadCT_FilteredSurfaceSer=Mn;function Dn(e){var t,r,i,n,o={extDataType:1};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"f"===n?o.f=h(e.readElementContentAsString()):"dlblRangeCache"===n&&(o.dlblRangeCache=Qt(e)));return o}t.ReadCT_SeriesDataLabelsRange=Dn;function Nn(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case J:o.sqref=e.readElementContentAsString();break;case Z:o.spPr=Ma(e);break;case"explosion":o.explosion=Ut(e);break;case Q:o.invertIfNegative=Ot(e);break;case X:o.bubble3D=Ot(e);break;case $:o.marker=Mr(e);break;case"dLbl":o.dLbl=Fr(e)}return o}t.ReadCT_CategoryFilterException=Nn;function Gn(e){var t,r,i,n,o={categoryFilterException:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"categoryFilterException"===n&&o.categoryFilterException.push(Nn(e)));return o}t.ReadCT_CategoryFilterExceptions=Gn;function On(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"txfldGUID":o.txfldGUID=e.readElementContentAsString();break;case"f":o.f=h(e.readElementContentAsString());break;case"dlblFieldTableCache":o.dlblFieldTableCache=Qt(e)}return o}t.ReadCT_DataLabelFieldTableEntry=On;function Hn(e){var t,r,i,n,o={dlblFTEntry:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"dlblFTEntry"===n?o.dlblFTEntry.push(On(e)):n===L&&(o.dumy=e.readElementContentAsBoolean()));return o}t.ReadCT_DataLabelFieldTable=Hn;function Un(e){return We(e)}t.ReadCT_GraphicFrameNonVisual=Un;function Wn(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"x"!==n&&"y"!==n||(o[n]=e.readElementContentAsDouble()));
- return o}t.ReadCT_CdrPosition=Wn;function Vn(e){var t,r,i,n,o={anchorType:3};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"from":o.startPoint=Wn(e);break;case"to":o.endPoint=Wn(e);break;case"sp":o.sp=Wa(e);break;case ee:o.grpSp=Ja(e);break;case P:o.graphicFrame=Za(e);break;case te:o.cxnSp=za(e);break;case"pic":o.pic=Ka(e)}return o}t.ReadCT_RelSizeAnchor=Vn;function zn(e){var t,r,i,n,o,a={anchorType:4};if(3===e.elementType)return a;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"from":a.startPoint=Wn(e);break;case F:o=ht(e,!0),a.width=o.cx,a.height=o.cy;break;case"sp":a.sp=Wa(e);break;case ee:a.grpSp=Ja(e);break;case P:a.graphicFrame=Za(e);break;case te:a.cxnSp=za(e);break;case"pic":a.pic=Ka(e)}return a}t.ReadCT_AbsSizeAnchor=zn;function jn(e){var t,r,i,n,o={relSizeAnchor:[],absSizeAnchor:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"relSizeAnchor"===n?o.relSizeAnchor.push(Vn(e)):"absSizeAnchor"===n&&o.absSizeAnchor.push(zn(e)));return o}t.ReadCT_ChartDrawing=jn;function Kn(e){for(var t,r={noGrp:!1,noSelect:!1,noRot:!1,noChangeAspect:!1,noMove:!1,noResize:!1,noEditPoints:!1,noAdjustHandles:!1,noChangeArrowheads:!1,noChangeShapeType:!1},i={noGrp:!0,noSelect:!0,noRot:!0,noChangeAspect:!0,noMove:!0,noResize:!0,noEditPoints:!0,noAdjustHandles:!0,noChangeArrowheads:!0,noChangeShapeType:!0};e.moveToNextAttribute();)t=_e(e),i[t]&&(r[t]=e.readContentAsBoolean());return De(e,v,Et,r)}t.ReadCT_ConnectorLocking=Kn;function Yn(e){for(var t,r={noGrp:!1,noSelect:!1,noRot:!1,noChangeAspect:!1,noMove:!1,noResize:!1,noEditPoints:!1,noAdjustHandles:!1,noChangeArrowheads:!1,noChangeShapeType:!1,noTextEdit:!1},i={noGrp:!0,noSelect:!0,noRot:!0,noChangeAspect:!0,noMove:!0,noResize:!0,noEditPoints:!0,noAdjustHandles:!0,noChangeArrowheads:!0,noChangeShapeType:!0,noTextEdit:!0};e.moveToNextAttribute();)t=_e(e),i[t]&&(r[t]=e.readContentAsBoolean());return De(e,v,Et,r)}t.ReadCT_ShapeLocking=Yn;function Zn(e){for(var t,r={},i={noGrp:!0,noSelect:!0,noRot:!0,noChangeAspect:!0,noMove:!0,noResize:!0,noEditPoints:!0,noAdjustHandles:!0,noChangeArrowheads:!0,noChangeShapeType:!0,noCrop:!0};e.moveToNextAttribute();)t=_e(e),i[t]&&(r[t]=e.readContentAsBoolean());return De(e,v,Et,r)}t.ReadCT_PictureLocking=Zn;function qn(e){for(var t,r={noGrp:!1,noUngrp:!1,noSelect:!1,noRot:!1,noChangeAspect:!1,noMove:!1,noResize:!1},i={noGrp:!0,noUngrp:!0,noSelect:!0,noRot:!0,noChangeAspect:!0,noMove:!0,noResize:!0};e.moveToNextAttribute();)t=_e(e),i[t]&&(r[t]=e.readContentAsBoolean());return De(e,v,Et,r)}t.ReadCT_GroupLocking=qn;function Jn(e){for(var t,r={noGrp:!1,noDrilldown:!1,noSelect:!1,noChangeAspect:!1,noMove:!1,noResize:!1},i={noGrp:!0,noDrilldown:!0,noSelect:!0,noChangeAspect:!0,noMove:!0,noResize:!0};e.moveToNextAttribute();)t=_e(e),i[t]&&(r[t]=e.readContentAsBoolean());return De(e,v,Et,r)}t.ReadCT_GraphicalObjectFrameLocking=Jn;function Qn(e){for(var t,r,i,n,o,a={};e.moveToNextAttribute();)switch(t=_e(e)){case"id":a.id=e.readContentAsInt();break;case y:a.name=h(e.readContentAsString());break;case we:a.title=e.readContentAsString();break;case"descr":a.descr=e.readContentAsString();break;case"hidden":a.hidden=e.readContentAsBoolean()}if(3===e.elementType)return a;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)i>r+1||2===n||(o=Be(e),"hlinkClick"===o||"hlinkHover"===o?a[o]=Gt(e):o===v&&(a.extLst=Et(e)));return a}t.ReadCT_NonVisualDrawingProps=Qn;function Xn(e){var t,r,i,n,o={};if(o.txBox=Re(Me(e,"txBox",m),!1),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"spLocks"===n?o.spLocks=Yn(e):n===v&&(o.extLst=Et(e)));return o}t.ReadCT_NonVisualDrawingShapeProps=Xn;function $n(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"cxnSpLocks":o.cxnSpLocks=Kn(e);break;case"stCxn":o.stCxn=Sa(e);break;case"endCxn":o.endCxn=Sa(e);break;case v:o.extLst=Et(e)}return o}t.ReadCT_NonVisualConnectorProperties=$n;function eo(e){var t,r,i,n,o={};if(o.preferRelativeResize=Me(e,"preferRelativeResize",m),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"picLocks"===n?o.picLocks=Zn(e):n===v&&(o.extLst=Et(e)));return o}t.ReadCT_NonVisualPictureProperties=eo;function to(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"grpSpLocks"===n?o.grpSpLocks=qn(e):n===v&&(o.extLst=Et(e)));return o}t.ReadCT_NonVisualGroupDrawingShapeProps=to;function ro(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"graphicFrameLocks"===n?o.graphicFrameLocks=Jn(e):n===v&&(o.extLst=Et(e)));return o}t.ReadCT_NonVisualGraphicFrameProperties=ro;function io(e){var t={};return t.id=Me(e,"id"),t}t.ReadCT_GraphicalObjectDataContent=io;function no(e){for(var t,r,i,n={},o=e.depth;e.read()&&(t=e.depth,r=e.elementType,t!==o||2!==r);)t>o+1||2===r||(i=Be(e),"chart"===i&&(n.chart=io(e)));return n}t.ReadCT_GraphicalObjectData=no;function oo(e){return De(e,"graphicData",no)}t.ReadCT_GraphicalObject=oo;function ao(e){return e.replace(/
/g,"\n").replace(/
/g,"\r")}t.NormalizeSignificantWhitespaceFromXml=ao;function lo(e){var t,r,i,n,o={name:""};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===y&&(o.name=ao(e.readContentAsString())));return o}t.ReadCT_Slicer=lo;function so(e){for(var t,r={zoom:1e5};e.moveToNextAttribute();)t=_e(e),"fov"===t||"zoom"===t?r[t]=e.readContentAsInt():t===T&&(r.prst=a.ST_PresetCameraType[e.readContentAsString()]);return De(e,"rot",_t,r)}t.ReadCT_Camera=so;function co(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"rig"===t?r.rig=a.ST_LightRigType[e.readContentAsString()]:"dir"===t&&(r.dir=a.ST_LightRigDirection[e.readContentAsString()]);return De(e,"rot",_t,r)}t.ReadCT_LightRig=co;function uo(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"camera":o.camera=so(e);break;case"lightRig":o.lightRig=co(e);break;case"backdrop":o.backdrop=fo(e);break;case v:o.extLst=Et(e)}return o}t.ReadCT_Scene3D=uo;function fo(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"anchor":o.anchor=Ft(e);break;case"norm":o.norm=Rt(e);break;case"up":o.up=Rt(e);break;case v:o.extLst=Et(e)}return o}t.ReadCT_Backdrop=fo;function ho(e){for(var t,r={w:76200,h:76200,prst:1};e.moveToNextAttribute();)t=_e(e),"w"===t||"h"===t?r[t]=e.readContentAsInt():t===T&&(r.prst=a.ST_BevelPresetType[e.readContentAsString()]);return r}t.ReadCT_Bevel=ho;function po(e){for(var t,r,i,n,o,l,s={};e.moveToNextAttribute();)r=_e(e),"z"===r||"extrusionH"===r||"contourW"===r?(t=e.readContentAsInt(),s[r]=c(t)):"prstMaterial"===r&&(s.prstMaterial=a.ST_PresetMaterialType[e.readContentAsString()]);if(3===e.elementType)return s;for(i=e.depth;e.read()&&(n=e.depth,o=e.elementType,n!==i||2!==o);)n>i+1||2===o||(l=Be(e),"bevelT"===l||"bevelB"===l?s[l]=ho(e):"extrusionClr"===l||"contourClr"===l?s[l]=Mt(e):l===v&&(s.extLst=Et(e)));return s}t.ReadCT_Shape3D=po;function mo(e){var t={};return t.z=Re(Me(e,"z",b),0),t}t.ReadCT_FlatText=mo;function go(e){var t={};return t.thresh=Me(e,"thresh",b),t}t.ReadCT_AlphaBiLevelEffect=go;function bo(){return{}}t.ReadCT_AlphaCeilingEffect=bo;function So(){return{}}t.ReadCT_AlphaFloorEffect=So;function Co(e){var t={};return 3===e.elementType?t:Ne(e,t)}t.ReadCT_AlphaInverseEffect=Co;function yo(e){var t={};return t.amt=Re(Me(e,"amt",b),1e5),t}t.ReadCT_AlphaModulateFixedEffect=yo;function wo(e){var t={};return t.rad=Re(Me(e,"rad",b),0),t}t.ReadCT_AlphaOutsetEffect=wo;function To(e){var t={};return t.a=Me(e,"a",b),t}t.ReadCT_AlphaReplaceEffect=To;function vo(e){var t={};return t.thresh=Me(e,"thresh",b),t}t.ReadCT_BiLevelEffect=vo;function xo(e){for(var t,r={rad:0,grow:!0};e.moveToNextAttribute();)t=_e(e),"rad"===t?r.rad=e.readContentAsInt():"grow"===t&&(r.grow=e.readContentAsBoolean());return r}t.ReadCT_BlurEffect=xo;function Ao(e){var t,r,i,n,o={};if(o.useA=Re(Me(e,"useA",m),!0),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"clrFrom"!==n&&"clrTo"!==n||(o[n]=Mt(e)));return o}t.ReadCT_ColorChangeEffect=Ao;function ko(e){var t={};return 3===e.elementType?t:Ne(e,t)}t.ReadCT_ColorReplaceEffect=ko;function Eo(e){var t={};return 3===e.elementType?t:Ne(e,t)}t.ReadCT_DuotoneEffect=Eo;function Io(e){var t={};return t.rad=Re(Me(e,"rad",b),0),3===e.elementType?t:Ne(e,t)}t.ReadCT_GlowEffect=Io;function Po(){return{}}t.ReadCT_GrayscaleEffect=Po;function Lo(e){for(var t,r={hue:0,sat:0,lum:0};e.moveToNextAttribute();)t=_e(e),"hue"!==t&&"sat"!==t&&"lum"!==t||(r[t]=e.readContentAsInt());return r}t.ReadCT_HSLEffect=Lo;function Fo(e){var t,r={blurRad:0,dist:0,dir:0};for(r.shadowEffectType=1;e.moveToNextAttribute();)t=_e(e),"blurRad"!==t&&"dist"!==t&&"dir"!==t||(r[t]=e.readContentAsInt());return 3===e.elementType?r:Ne(e,r)}t.ReadCT_InnerShadowEffect=Fo;function Ro(e){for(var t,r={bright:0,contrast:0};e.moveToNextAttribute();)t=_e(e),"bright"!==t&&"contrast"!==t||(r[t]=e.readContentAsInt());return r}t.ReadCT_LuminanceEffect=Ro;function _o(e){var t,r,i={blurRad:0,dist:0,dir:0,sx:1e5,sy:1e5,kx:0,ky:0,algn:7,rotWithShape:!0};for(i.shadowEffectType=0,t={blurRad:!0,dist:!0,dir:!0,sx:!0,sy:!0,kx:!0,ky:!0};e.moveToNextAttribute();)r=_e(e),t[r]?i[r]=e.readContentAsInt():"algn"===r?i.algn=a.ST_RectAlignment[e.readContentAsString()]:r===Le&&(i.rotWithShape=e.readContentAsBoolean());return 3===e.elementType?i:Ne(e,i)}t.ReadCT_OuterShadowEffect=_o;function Bo(e){for(var t,r={dist:0,dir:0,shadowEffectType:2};e.moveToNextAttribute();)t=_e(e),"dist"===t||"dir"===t?r[t]=e.readContentAsInt():t===T&&(r.prst=a.ST_PresetShadowVal[e.readContentAsString()]);return 3===e.elementType?r:Ne(e,r)}t.ReadCT_PresetShadowEffect=Bo;function Mo(e){for(var t,r={blurRad:0,stA:1e5,stPos:0,endA:0,endPos:1e5,dist:0,dir:0,fadeDir:54e5,sx:1e5,sy:1e5,kx:0,ky:0,algn:7,rotWithShape:!0},i={blurRad:!0,stA:!0,stPos:!0,endA:!0,endPos:!0,dist:!0,dir:!0,fadeDir:!0,sx:!0,sy:!0,kx:!0,ky:!0};e.moveToNextAttribute();)t=_e(e),i[t]?r[t]=e.readContentAsInt():"algn"===t?r.algn=a.ST_RectAlignment[e.readContentAsString()]:t===Le&&(r.rotWithShape=e.readContentAsBoolean());return r}t.ReadCT_ReflectionEffect=Mo;function Do(e){for(var t,r={tx:0,ty:0};e.moveToNextAttribute();)t=_e(e),"tx"!==t&&"ty"!==t||(r[t]=e.readContentAsInt());return r}t.ReadCT_RelativeOffsetEffect=Do;function No(e){var t={};return t.rad=Me(e,"rad",b),t}t.ReadCT_SoftEdgesEffect=No;function Go(e){for(var t,r={hue:0,amt:0};e.moveToNextAttribute();)t=_e(e),"hue"!==t&&"amt"!==t||(r[t]=e.readContentAsInt());return r}t.ReadCT_TintEffect=Go;function Oo(e){for(var t,r={sx:1e5,sy:1e5,kx:0,ky:0,tx:0,ty:0},i={sx:!0,sy:!0,kx:!0,ky:!0,tx:!0,ty:!0};e.moveToNextAttribute();)t=_e(e),i[t]&&(r[t]=e.readContentAsInt());return r}t.ReadCT_TransformEffect=Oo;function Ho(){return!0}t.ReadCT_NoFillProperties=Ho;function Uo(e){var t={};return 3===e.elementType?t:Ne(e,t)}t.ReadCT_SolidColorFillProperties=Uo;function Wo(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"ang"===t?r.ang=e.readContentAsInt():"scaled"===t&&(r.scaled=e.readContentAsBoolean());return r}t.ReadCT_LinearShadeProperties=Wo;function Vo(e){var t={},r=Me(e,"path");return d(r)||(t.path=a.ST_PathShadeType[r]),De(e,"fillToRect",Bt,t)}t.ReadCT_PathShadeProperties=Vo;function zo(e){var t={};return t.pos=Me(e,"pos",b),3===e.elementType?t:Ne(e,t)}t.ReadCT_GradientStop=zo;function jo(e){var t,r,i,n,o={gs:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"gs"===n?o.gs.push(zo(e)):n===L&&(o.dumy=e.readElementContentAsBoolean()));return o}t.ReadCT_GradientStopList=jo;function Ko(e){for(var t,r,i,n,o,l={rotWithShape:!0};e.moveToNextAttribute();)t=_e(e),"flip"===t?l.flip=a.ST_TileFlipMode[e.readContentAsString()]:t===Le&&(l.rotWithShape=e.readContentAsBoolean());if(3===e.elementType)return l;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"gsLst":l.gsLst=jo(e);break;case"lin":l.lin=Wo(e);break;case"path":l.path=Vo(e);break;case"tileRect":l.tileRect=Bt(e)}return l}t.ReadCT_GradientFillProperties=Ko;function Yo(e){for(var t,r,i={},n={tx:!0,ty:!0,sx:!0,sy:!0},o={tx:!0,ty:!0};e.moveToNextAttribute();)r=_e(e),n[r]?(t=e.readContentAsInt(),o[r]&&(t=c(t)),i[r]=t):"flip"===r?i.flip=a.ST_TileFlipMode[e.readContentAsString()]:"algn"===r&&(i.algn=a.ST_RectAlignment[e.readContentAsString()]);return i}t.ReadCT_TileInfoProperties=Yo;function Zo(e){return De(e,"fillRect",Bt)}t.ReadCT_StretchInfoProperties=Zo;function qo(e){for(var t,r,i,n,o,l={cstate:4};e.moveToNextAttribute();)t=_e(e),"embed"===t||"link"===t?l[t]=e.readContentAsString():"cstate"===t&&(l.cstate=a.ST_BlipCompression[e.readContentAsString()]);if(3===e.elementType)return l;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"alphaBiLevel":l.alphaBiLevel=go(e);break;case"alphaCeiling":l.alphaCeiling=bo();break;case"alphaFloor":l.alphaFloor=So();break;case"alphaInv":l.alphaInv=Co(e);break;case"alphaMod":l.alphaMod=oa(e);break;case"alphaModFix":l.alphaModFix=yo(e);break;case"alphaRepl":l.alphaRepl=To(e);break;case"biLevel":l.biLevel=vo(e);break;case"blur":l.blur=xo(e);break;case"clrChange":l.clrChange=Ao(e);break;case"clrRepl":l.clrRepl=ko(e);break;case"duotone":l.duotone=Eo(e);break;case"fillOverlay":l.fillOverlay=ra(e);break;case"grayscl":l.grayscl=Po();break;case"hsl":l.hsl=Lo(e);break;case"lum":l.lum=Ro(e);break;case"tint":l.tint=Go(e);break;case"blipBlob":l.blipBlob=Jo(e);break;case v:l.extLst=Et(e)}return l}t.ReadCT_Blip=qo;function Jo(e){var t,r,i,n,o={},l=Re(Me(e,w),0);if(d(l)||(o.type=a.ST_BobType[l]),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"blob"===n&&(o.blob=e.readElementContentAsString()));return o}t.ReadCT_BlipBlob=Jo;function Qo(e){for(var t,r,i,n,o,a={};e.moveToNextAttribute();)t=_e(e),"dpi"===t?a.dpi=e.readContentAsInt():t===Le&&(a.rotWithShape=e.readContentAsBoolean());if(3===e.elementType)return a;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"blip":a.blip=qo(e);break;case"srcRect":a.srcRect=Bt(e);break;case"tile":a.tile=Yo(e);break;case"stretch":a.stretch=Zo(e)}return a}t.ReadCT_BlipFillProperties=Qo;function Xo(e){var t,r,i,n,o={},l=Me(e,T);if(d(l)||(o.prst=u.ToPatternType(a.ST_PresetPatternVal[l])),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"fgClr"!==n&&"bgClr"!==n||(o[n]=Mt(e)));return o}t.ReadCT_PatternFillProperties=Xo;function $o(){return{}}t.ReadCT_GroupFillProperties=$o;function ea(e){var t={};return 3===e.elementType?t:Ge(e,t)}t.ReadCT_FillProperties=ea;function ta(e){var t={};return 3===e.elementType?t:Ge(e,t)}t.ReadCT_FillEffect=ta;function ra(e){var t={},r=Me(e,"blend");return d(r)||(t.blend=a.ST_BlendMode[r]),3===e.elementType?t:Ge(e,t)}t.ReadCT_FillOverlayEffect=ra;function ia(e){var t={};return t.ref=Me(e,"ref"),t}t.ReadCT_EffectReference=ia;function na(e){for(var t,r,i,n,o,l={type:0};e.moveToNextAttribute();)t=_e(e),t===w?l.type=a.ST_EffectContainerType[e.readContentAsString()]:t===y&&(l.name=e.readContentAsString());if(3===e.elementType)return l;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"cont":l.cont=na(e);break;case"effect":l.effect=ia(e);break;case"alphaBiLevel":l.alphaBiLevel=go(e);break;case"alphaCeiling":l.alphaCeiling=bo();break;case"alphaFloor":l.alphaFloor=So();break;case"alphaInv":l.alphaInv=Co(e);break;case"alphaMod":l.alphaMod=oa(e);break;case"alphaModFix":l.alphaModFix=yo(e);break;case"alphaOutset":l.alphaOutset=wo(e);break;case"alphaRepl":l.alphaRepl=To(e);break;case"biLevel":l.biLevel=vo(e);break;case"blend":l.blend=aa(e);break;case"blur":l.blur=xo(e);break;case"clrChange":l.clrChange=Ao(e);break;case"clrRepl":l.clrRepl=ko(e);break;case"duotone":l.duotone=Eo(e);break;case"fill":l.fill=ta(e);break;case"fillOverlay":l.fillOverlay=ra(e);break;case"glow":l.glow=Io(e);break;case"grayscl":l.grayscl=Po();break;case"hsl":l.hsl=Lo(e);break;case"innerShdw":l.innerShdw=Fo(e);break;case"lum":l.lum=Ro(e);break;case"outerShdw":l.outerShdw=_o(e);break;case"prstShdw":l.prstShdw=Bo(e);break;case"reflection":l.reflection=Mo(e);break;case"relOff":l.relOff=Do(e);break;case"softEdge":l.softEdge=No(e);break;case"tint":l.tint=Go(e);break;case"xfrm":l.xfrm=Oo(e)}return l}t.ReadCT_EffectContainer=na;function oa(e){return De(e,"cont",na)}t.ReadCT_AlphaModulateEffect=oa;function aa(e){var t={},r=Me(e,"blend");return d(r)||(t.blend=a.ST_BlendMode[r]),De(e,"cont",na,t)}t.ReadCT_BlendEffect=aa;function la(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"blur":o.blur=xo(e);break;case"fillOverlay":o.fillOverlay=ra(e);break;case"glow":o.glow=Io(e);break;case"innerShdw":o.innerShdw=Fo(e);break;case"outerShdw":o.outerShdw=_o(e);break;case"prstShdw":o.prstShdw=Bo(e);break;case"reflection":o.reflection=Mo(e);break;case"softEdge":o.softEdge=No(e)}return o}t.ReadCT_EffectList=la;function sa(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===k?o.effectLst=la(e):n===E&&(o.effectDag=na(e)));return o}t.ReadCT_EffectProperties=sa;function ca(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),t!==y&&"fmla"!==t||(r[t]=e.readContentAsString());return r}t.ReadCT_GeomGuide=ca;function ua(e){var t,r,i,n,o={gd:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"gd"===n?o.gd.push(ca(e)):n===L&&(o.dumy=e.readElementContentAsBoolean()));return o}t.ReadCT_GeomGuideList=ua;function fa(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"x"!==t&&"y"!==t||(r[t]=e.readContentAsString());return r}t.ReadCT_AdjPoint2D=fa;function da(e){for(var t,r={},i={l:!0,t:!0,r:!0,b:!0};e.moveToNextAttribute();)t=_e(e),i[t]&&(r[t]=e.readContentAsString());return r}t.ReadCT_GeomRect=da;function ha(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"gdRefX"!==t&&"gdRefY"!==t||(r[t]=e.readContentAsString());return De(e,"pos",fa,r)}t.ReadCT_XYAdjustHandle=ha;function pa(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"gdRefR"!==t&&"gdRefAng"!==t||(r[t]=e.readContentAsString());return De(e,"pos",fa,r)}t.ReadCT_PolarAdjustHandle=pa;function ma(e){var t={};return t.ang=Me(e,"ang"),De(e,"pos",fa,t)}t.ReadCT_ConnectionSite=ma;function ga(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"ahXY"===n?o.ahXY=ha(e):"ahPolar"===n&&(o.ahPolar=pa(e)));return o}t.ReadCT_AdjustHandleList=ga;function ba(e){var t,r,i,n,o={cxn:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"cxn"===n?o.cxn.push(ma(e)):n===L&&(o.dumy=e.readElementContentAsBoolean()));return o}t.ReadCT_ConnectionSiteList=ba;function Sa(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"id"!==t&&t!==K||(r[t]=e.readContentAsInt());return r}t.ReadCT_Connection=Sa;function Ca(e,t){var r,i,n,o,l={PtList:[],typeName:a.CT_PathType.CT_PathToList};if(l.pathToType=t,3===e.elementType)return l;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)i>r+1||2===n||(o=Be(e),"pt"===o&&l.PtList.push(fa(e)));return l}function ya(){return{typeName:a.CT_PathType.CT_Path2DArcTo}}t.ReadCT_Path2DArcTo=ya;function wa(){return{typeName:a.CT_PathType.CT_Path2DClose}}t.ReadCT_Path2DClose=wa;function Ta(e){for(var t,r,i,n,o,l={quadBezTo:[],cubicBezTo:[],w:0,h:0,fill:1,stroke:!0,extrusionOk:!0,pathToList:[]};e.moveToNextAttribute();)t=_e(e),"w"===t||"h"===t?l[t]=e.readContentAsInt():"stroke"===t||"extrusionOk"===t?l[t]=e.readContentAsBoolean():"fill"===t&&(l.fill=a.ST_PathFillMode[e.readContentAsString()]);if(3===e.elementType)return l;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"close":l.pathToList.push(wa());break;case"moveTo":l.pathToList.push(Ca(e,1));break;case"lnTo":l.pathToList.push(Ca(e,0));break;case"arcTo":l.pathToList.push(ya());break;case"quadBezTo":l.pathToList.push(Ca(e,2));break;case"cubicBezTo":l.pathToList.push(Ca(e,3))}return l}t.ReadCT_Path2D=Ta;function va(e){var t,r,i,n,o=[];if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"path"===n&&o.push(Ta(e)));return o}t.ReadCT_Path2DList=va;function xa(e){var t={},r=Me(e,T);return d(r)||(t.prst=a.ST_ShapeType[r]),De(e,"avLst",ua,t)}t.ReadCT_PresetGeometry2D=xa;function Aa(e){var t={},r=Me(e,T);return d(r)||(t.prst=a.ST_TextShapeType[r]),De(e,"avLst",ua,t)}t.ReadCT_PresetTextShape=Aa;function ka(e){var t,r,i,n,o={pathLst:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"avLst":o.avLst=ua(e);break;case"gdLst":o.gdLst=ua(e);break;case"ahLst":o.ahLst=ga(e);break;case"cxnLst":o.cxnLst=ba(e);break;case"rect":o.rect=da(e);break;case"pathLst":o.pathLst=va(e)}return o}t.ReadCT_CustomGeometry2D=ka;function Ea(e){for(var t,r={w:1,len:1};e.moveToNextAttribute();)switch(t=_e(e)){case w:r.type=a.ST_LineEndType[e.readContentAsString()];break;case"w":r.w=a.ST_LineEndWidth[e.readContentAsString()];break;case"len":r.len=a.ST_LineEndLength[e.readContentAsString()]}return r}t.ReadCT_LineEndProperties=Ea;function Ia(){return{}}t.ReadCT_LineJoinBevel=Ia;function Pa(){return!0}t.ReadCT_LineJoinRound=Pa;function La(e){var t={};return t.lim=Me(e,"lim",b),t}t.ReadCT_LineJoinMiterProperties=La;function Fa(e){var t=Me(e,C);if(!d(t))return a.ST_PresetLineDashVal[t]}t.ReadCT_PresetLineDashProperties=Fa;function Ra(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"d"!==t&&"sp"!==t||(r[t]=e.readContentAsInt());return r}t.ReadCT_DashStop=Ra;function _a(e){var t,r,i,n,o={ds:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"ds"===n?o.ds.push(Ra(e)):n===L&&(o.dumy=e.readElementContentAsBoolean()));return o}t.ReadCT_DashStopList=_a;function Ba(e){for(var t,r,i,n,o,l={};e.moveToNextAttribute();)switch(t=_e(e)){case"w":l.w=c(e.readContentAsInt());break;case"cap":l.cap=a.ST_LineCap[e.readContentAsString()];break;case"cmpd":l.cmpd=a.ST_CompoundLine[e.readContentAsString()];break;case"algn":l.algn=a.ST_PenAlignment[e.readContentAsString()]}if(3===e.elementType)return l;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case O:l.noFill=Ho();break;case H:l.solidFill=Uo(e);break;case U:l.gradFill=Ko(e);break;case V:l.pattFill=Xo(e);break;case"prstDash":l.prstDash=Fa(e);break;case"custDash":l.custDash=_a(e);break;case"round":l.round=Pa();break;case"bevel":l.bevel=Ia();break;case"miter":l.miter=La(e);break;case"headEnd":l.headEnd=Ea(e);break;case"tailEnd":l.tailEnd=Ea(e);break;case v:l.extLst=Et(e)}return 0!==l.w||l.noFill||(l.w=1),l}t.ReadCT_LineProperties=Ba;function Ma(e){var t,r,i,n,o={},l=Me(e,"bwMode");if(d(l)||(o.bwMode=a.ST_BlackWhiteMode[l]),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"xfrm":o.xfrm=Pt(e);break;case"custGeom":o.custGeom=ka(e);break;case"prstGeom":o.prstGeom=xa(e);break;case O:o.noFill=Ho();break;case H:o.solidFill=Uo(e);break;case U:o.gradFill=Ko(e);break;case W:o.blipFill=Qo(e);break;case V:o.pattFill=Xo(e);break;case z:o.grpFill=$o();break;case"ln":o.ln=Ba(e);break;case k:o.effectLst=la(e);break;case E:o.effectDag=na(e);break;case Y:o.scene3d=uo(e);break;case"sp3d":o.sp3d=po(e);break;case v:o.extLst=Et(e)}return o}t.ReadCT_ShapeProperties=Ma;function Da(e){var t,r,i,n,o={},l=Me(e,"bwMode");if(d(l)||(o.bwMode=a.ST_BlackWhiteMode[l]),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"xfrm":o.xfrm=Lt(e);break;case O:o.noFill=Ho();break;case H:o.solidFill=Uo(e);break;case U:o.gradFill=Ko(e);break;case W:o.blipFill=Qo(e);break;case V:o.pattFill=Xo(e);break;case z:o.grpFill=$o();break;case k:o.effectLst=la(e);break;case E:o.effectDag=na(e);break;case Y:o.scene3d=uo(e);break;case v:o.extLst=Et(e)}return o}t.ReadCT_GroupShapeProperties=Da;function Na(e){var t,r,i,n,o={ColorProp:{}};if(o[K]=Me(e,K,b),3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case R:o.ColorProp.scrgbClr=Ct(e);break;case _:o.ColorProp.srgbClr=wt(e);break;case B:o.ColorProp.hslClr=Tt(e);break;case M:o.ColorProp.sysClr=vt(e);break;case D:o.ColorProp.schemeClr=xt(e);break;case N:o.ColorProp.prstClr=At(e);break;case G:o.ColorProp.styleClr=kt(e)}return o}t.ReadCT_StyleMatrixReference=Na;function Ga(e){var t,r,i,n,o,l={TextCharacterProperties:{}};if(l[K]=Me(e,K),l.idx&&(l.idx=a.ST_FontCollectionIndex[l.idx]),3===e.elementType)return l;for(t=l.TextCharacterProperties.solidFill={},r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case R:t.scrgbClr=Ct(e);break;case _:t.srgbClr=wt(e);break;case B:t.hslClr=Tt(e);break;case M:t.sysClr=vt(e);break;case D:t.schemeClr=xt(e);break;case N:t.prstClr=At(e)}return l}t.ReadCT_FontReference=Ga;function Oa(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"lnRef"===n||"fillRef"===n||"effectRef"===n?o[n]=Na(e):"fontRef"===n&&(o.fontRef=Ga(e)));return o}t.ReadCT_ShapeStyle=Oa;function Ha(e){for(var t,r={fLocksWithSheet:!0,fPrintsWithSheet:!0};e.moveToNextAttribute();)t=_e(e),"fLocksWithSheet"!==t&&"fPrintsWithSheet"!==t||(r[t]=e.readContentAsBoolean());return r}t.ReadCT_AnchorClientData=Ha;function Ua(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===x?o.cNvPr=Qn(e):"cNvSpPr"===n&&(o.cNvSpPr=Xn(e)));return o}t.ReadCT_ShapeNonVisual=Ua;function Wa(e){for(var t,r,i,n,o,a={shapeType:5};e.moveToNextAttribute();)t=_e(e),t===A||"textlink"===t?a[t]=e.readContentAsString():"fLocksText"!==t&&t!==I||(a[t]=e.readContentAsBoolean());if(3===e.elementType)return a;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"nvSpPr":a.nvSpPr=Ua(e);break;case Z:a.spPr=Ma(e);break;case Pe:a.style=Oa(e);break;case"txBody":a.txBody=xl(e)}return a}t.ReadCT_Shape=Wa;function Va(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===x?o.cNvPr=Qn(e):"cNvCxnSpPr"===n&&(o.cNvCxnSpPr=$n(e)));return o}t.ReadCT_ConnectorNonVisual=Va;function za(e){for(var t,r,i,n,o,a={shapeType:4};e.moveToNextAttribute();)t=_e(e),t===A?a.macro=e.readContentAsString():t===I&&(a.fPublished=e.readContentAsBoolean());if(3===e.elementType)return a;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"nvCxnSpPr":a.nvCxnSpPr=Va(e);break;case Z:a.spPr=Ma(e);break;case Pe:a.style=Oa(e)}return a}t.ReadCT_Connector=za;function ja(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===x?o.cNvPr=Qn(e):"cNvPicPr"===n&&(o.cNvPicPr=eo(e)));return o}t.ReadCT_PictureNonVisual=ja;function Ka(e){for(var t,r,i,n,o,a={shapeType:1};e.moveToNextAttribute();)t=_e(e),t===A?a.macro=e.readContentAsString():t===I&&(a.fPublished=e.readContentAsBoolean());if(3===e.elementType)return a;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"nvPicPr":a.nvPicPr=ja(e);break;case W:a.blipFill=Qo(e);break;case Z:a.spPr=Ma(e);break;case Pe:a.style=Oa(e)}return a}t.ReadCT_Picture=Ka;function Ya(e){return We(e)}t.ReadCT_GraphicalObjectFrameNonVisual=Ya;function Za(e){for(var t,r,i,n,o,a={shapeType:2};e.moveToNextAttribute();)t=_e(e),t===A?a.macro=e.readContentAsString():t===I&&(a.fPublished=e.readContentAsBoolean());if(3===e.elementType)return a;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"nvGraphicFramePr":a.nvGraphicFramePr=Ya(e);break;case"xfrm":a.xfrm=Pt(e);break;case"graphic":a.graphic=oo(e)}return a}t.ReadCT_GraphicalObjectFrame=Za;function qa(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===x?o.cNvPr=Qn(e):"cNvGrpSpPr"===n&&(o.cNvGrpSpPr=to(e)));return o}t.ReadCT_GroupShapeNonVisual=qa;function Ja(e){var t,r,i,n,o,a,l={shapeType:3,sp:[]};if(3===e.elementType)return l;for(t=e.depth,r=!1;(r||e.read())&&(r=!1,i=e.depth,n=e.elementType,i!==t||2!==n);)if(!(i>t+1||2===n))switch(o=Be(e)){case"nvGrpSpPr":l.nvGrpSpPr=qa(e);break;case"grpSpPr":l.grpSpPr=Da(e);break;case"sp":l.sp.push(Wa(e));break;case ee:l.sp.push(Ja(e));break;case P:l.sp.push(Za(e));break;case te:l.sp.push(za(e));break;case"pic":l.sp.push(Ka(e));break;case"AlternateContent":a=tl(e),Qa(a)&&l.sp.push(a),r=!0}return l}t.ReadCT_GroupShape=Ja;function Qa(e){return!!(e&&e.Choice&&e.Choice.GraphicalObjectFrame&&e.Choice.GraphicalObjectFrame.graphic&&e.Choice.GraphicalObjectFrame.graphic.graphicData&&e.Choice.GraphicalObjectFrame.graphic.graphicData.slicer)}function Xa(e){var t,r,i,n,o,a={};if(3===e.elementType)return a;for(t=e.depth,r={col:!0,row:!0};e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)i>t+1||2===n||(o=Be(e),r[o]?a[o]=e.readElementContentAsInt():"rowOff"===o?a.rowOffset=c(e.readElementContentAsInt()):"colOff"===o&&(a.colOffset=c(e.readElementContentAsInt())));return a}t.ReadCT_Position=Xa;function $a(e){var t,r,i,n,o,l={anchorType:0},s=Me(e,"editAs");if(d(s)||(l.editAs=a.ST_EditAs[s]),3===e.elementType)return l;for(t=e.depth,r=!1;(r||e.read())&&(r=!1,i=e.depth,n=e.elementType,i!==t||2!==n);)if(!(i>t+1||2===n))switch(o=Be(e)){case"from":l.startPoint=Xa(e);break;case"to":l.endPoint=Xa(e);break;case"sp":l.sp=Wa(e);break;case ee:l.grpSp=Ja(e);break;case P:l.graphicFrame=Za(e);break;case te:l.cxnSp=za(e);break;case"pic":l.pic=Ka(e);break;case"AlternateContent":l.AlternateContent=tl(e),r=!0;break;case"clientData":l.clientData=Ha(e)}return l}t.ReadCT_TwoCellAnchor=$a;function el(e){return e.replace(/\n/g,"
").replace(/\r/g,"
")}function tl(e){for(var t,r,i,n,o={shapeType:0};e.moveToNextAttribute();)o.AlternateContent=el(e.readContentAsString());if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"Choice"===n?o.Choice=rl(e):"Fallback"===n&&(o.Fallback={},o.Fallback.Shape=Wa(e)));return o}t.ReadCT_AlternateContent=tl;function rl(e){for(var t,r,i,n,o,a,l={};e.moveToNextAttribute();)t=_e(e),t===Fe?(r=e.readContentAsString(),0!==r&&1!==r?l.Requires=r:l.Requires=m(r)):l.cx=e.readContentAsString();if(3===e.elementType)return l;for(i=e.depth;e.read()&&(n=e.depth,o=e.elementType,n!==i||2!==o);)n>i+1||2===o||(a=Be(e),a===P&&(l.GraphicalObjectFrame=Za(e)));return l}t.ReadCT_Choice=rl;function il(e){var t,r,i,n,o,a,l={anchorType:1};if(3===e.elementType)return l;for(t=e.depth,r=!1;(r||e.read())&&(r=!1,i=e.depth,n=e.elementType,
- i!==t||2!==n);)if(!(i>t+1||2===n))switch(o=Be(e)){case"from":l.startPoint=Xa(e);break;case F:a=ht(e,!0),l.width=a.cx,l.height=a.cy;break;case"sp":l.sp=Wa(e);break;case ee:l.grpSp=Ja(e);break;case P:l.graphicFrame=Za(e);break;case te:l.cxnSp=za(e);break;case"pic":l.pic=Ka(e);break;case"AlternateContent":l.AlternateContent=tl(e),r=!0;break;case"clientData":l.clientData=Ha(e)}return l}t.ReadCT_OneCellAnchor=il;function nl(e){var t,r,i,n,o,a,l,s={anchorType:2};if(3===e.elementType)return s;for(t=e.depth,r=!1;(r||e.read())&&(r=!1,i=e.depth,n=e.elementType,i!==t||2!==n);)if(!(i>t+1||2===n))switch(o=Be(e)){case"pos":a=dt(e,!0),s.x=a.x,s.y=a.y;break;case F:l=ht(e,!0),s.width=l.cx,s.height=l.cy;break;case"sp":s.sp=Wa(e);break;case ee:s.grpSp=Ja(e);break;case P:s.graphicFrame=Za(e);break;case te:s.cxnSp=za(e);break;case"pic":s.pic=Ka(e);break;case"AlternateContent":s.AlternateContent=tl(e),r=!0;break;case"clientData":s.clientData=Ha(e)}return s}t.ReadCT_AbsoluteAnchor=nl;function ol(e){var t,r,i,n,o,a,l={twoCellAnchor:[],oneCellAnchor:[],absoluteAnchor:[],AnchorBaseList:[]};if(3===e.elementType)return l;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i)){switch(n=Be(e),o=S,n){case"twoCellAnchor":o=$a(e);break;case"oneCellAnchor":o=il(e);break;case"absoluteAnchor":o=nl(e)}o&&(o.sp||al(o))&&(a=f.Gc.Dc(o.AlternateContent),l.AnchorBaseList.push(o),o.AlternateContent&&!a&&delete o.AlternateContent)}return l}t.ReadCT_Drawing=ol;function al(e){var t,r,i=e.AlternateContent,n=f.Gc.Dc(i);return!(i&&!Qa(i)&&!n)&&!(!n&&(t=e.graphicFrame,r=t&&t.graphic&&t.graphic.graphicData,r&&!r.chart&&!r.slicer))}function ll(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case Z:o.spPr=Ma(e);break;case"bodyPr":o.bodyPr=vl(e);break;case"lstStyle":o.lstStyle=Sl(e);break;case Pe:o.style=Oa(e);break;case v:o.extLst=Et(e)}return o}t.ReadCT_DefaultShapeDefinition=ll;function sl(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"spDef"===n||"lnDef"===n||"txDef"===n?o[n]=ll(e):n===v&&(o.extLst=Et(e)));return o}t.ReadCT_ObjectStyleDefaults=sl;function cl(){return{}}t.ReadCT_EmptyElement=cl;function ul(e){for(var t,r={},i={bg1:!0,tx1:!0,bg2:!0,tx2:!0,accent1:!0,accent2:!0,accent3:!0,accent4:!0,accent5:!0,accent6:!0,hlink:!0,folHlink:!0};e.moveToNextAttribute();)t=_e(e),i[t]&&(r[t]=a.ST_ColorSchemeIndex[e.readContentAsString()]);return De(e,v,Et,r)}t.ReadCT_ColorMapping=ul;function fl(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"masterClrMapping"===n?o.masterClrMapping=cl():"overrideClrMapping"===n&&(o.overrideClrMapping=ul(e)));return o}t.ReadCT_ColorMappingOverride=fl;function dl(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),n===re?o.clrScheme=ze(e):"clrMap"===n&&(o.clrMap=ul(e)));return o}t.ReadCT_ColorSchemeAndMapping=dl;function hl(e){var t,r,i,n,o={extraClrScheme:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"extraClrScheme"===n?o.extraClrScheme.push(dl(e)):n===L&&(o.dumy=e.readElementContentAsBoolean()));return o}t.ReadCT_ColorSchemeList=hl;function pl(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case"theme":o[y]=Me(e,y);break;case"themeElements":o.themeElements=rt(e);break;case"objectDefaults":o.objectDefaults=sl(e);break;case"extraClrSchemeLst":o.extraClrSchemeLst=hl(e);break;case"custClrLst":o.custClrLst=Ye(e);break;case v:o.extLst=Et(e)}return o}t.ReadCT_OfficeStyleSheet=pl;function ml(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)if(!(r>t+1||2===i))switch(n=Be(e)){case re:o.clrScheme=ze(e);break;case ie:o.fontScheme=Je(e);break;case ne:o.fmtScheme=tt(e)}return o}t.ReadCT_BaseStylesOverride=ml;function gl(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"themeElements"===n?o.themeElements=rt(e):"clrMap"===n&&(o.clrMap=ul(e)));return o}t.ReadCT_ClipboardStyleSheet=gl;function bl(e){var r,i,n,o,a,l={};if(3===e.elementType)return l;for(r=e.depth,i=[];e.read()&&(n=e.depth,o=e.elementType,n!==r||2!==o);)if(!(n>r+1||2===o))switch(a=Be(e)){case"pPr":l.pPr=jl(e);break;case"r":i.push(t.ReadCT_RegularTextRun(e));break;case"br":i.push(t.ReadCT_TextLineBreak(e));break;case"fld":i.push(t.ReadCT_TextField(e));break;case"endParaRPr":l.endParaRPr=Gl(e)}return i.length>0&&(l.elements=i),l}t.ReadCT_TextParagraph=bl;function Sl(e){var t,r,i,n,o,a={};if(3===e.elementType)return a;for(t=e.depth,r={defPPr:!0,lvl1pPr:!0,lvl2pPr:!0,lvl3pPr:!0,lvl4pPr:!0,lvl5pPr:!0,lvl6pPr:!0,lvl7pPr:!0,lvl8pPr:!0,lvl9pPr:!0};e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)i>t+1||2===n||(o=Be(e),r[o]?a[o]=jl(e):o===v&&(a.extLst=Et(e)));return a}t.ReadCT_TextListStyle=Sl;function Cl(e){for(var t,r={fontScale:1e5,lnSpcReduction:0};e.moveToNextAttribute();)t=_e(e),"fontScale"!==t&&"lnSpcReduction"!==t||(r[t]=e.readContentAsInt());return r}t.ReadCT_TextNormalAutofit=Cl;function yl(){return!0}t.ReadCT_TextShapeAutofit=yl;function wl(){return{}}t.ReadCT_TextNoAutofit=wl;function Tl(e){return e/6e4}t.getRotationDegree=Tl;function vl(e){for(var t,r,i,n,o,l,s={},c={lIns:!0,tIns:!0,rIns:!0,bIns:!0,numCol:!0,spcCol:!0},u={spcFirstLastPara:!0,rtlCol:!0,fromWordArt:!0,anchorCtr:!0,forceAA:!0,upright:!0,compatLnSpc:!0};e.moveToNextAttribute();)t=_e(e),c[t]?s[t]=e.readContentAsInt():u[t]?s[t]=e.readContentAsBoolean():"rot"===t?(r=e.readContentAsInt(),d(r)||r===-6e7||(s.rot=Tl(r))):"vertOverflow"===t?s.vertOverflow=a.ST_TextVertOverflowType[e.readContentAsString()]:"horzOverflow"===t?s.horzOverflow=a.ST_TextHorzOverflowType[e.readContentAsString()]:"vert"===t?s.vert=a.ST_TextVerticalType[e.readContentAsString()]:"wrap"===t?s.wrap=a.ST_TextWrappingType[e.readContentAsString()]:"anchor"===t&&(s.anchor=a.ST_TextAnchoringType[e.readContentAsString()]);if(3===e.elementType)return s;for(i=e.depth;e.read()&&(n=e.depth,o=e.elementType,n!==i||2!==o);)if(!(n>i+1||2===o))switch(l=Be(e)){case"prstTxWarp":s.prstTxWarp=Aa(e);break;case"noAutofit":s.noAutofit=wl();break;case"normAutofit":s.normAutofit=Cl(e);break;case"spAutoFit":s.spAutoFit=yl();break;case Y:s.scene3d=uo(e);break;case"sp3d":s.sp3d=po(e);break;case"flatTx":s.flatTx=mo(e);break;case v:s.extLst=Et(e)}return s}t.ReadCT_TextBodyProperties=vl;function xl(e){var t,r,i,n,o,a={};if(3===e.elementType)return a;for(t=e.depth,r=[];e.read()&&(i=e.depth,n=e.elementType,i!==t||2!==n);)if(!(i>t+1||2===n))switch(o=Be(e)){case"bodyPr":a.bodyPr=vl(e);break;case"lstStyle":a.lstStyle=Sl(e);break;case"p":r.push(bl(e))}return r.length>0&&(a.p=r),a}t.ReadCT_TextBody=xl;function Al(){return{}}t.ReadCT_TextBulletColorFollowText=Al;function kl(){return{}}t.ReadCT_TextBulletSizeFollowText=kl;function El(e){return Me(e,C,b)}t.ReadCT_TextBulletSizePercent=El;function Il(e){return Me(e,C,b)}t.ReadCT_TextBulletSizePoint=Il;function Pl(){return{}}t.ReadCT_TextBulletTypefaceFollowText=Pl;function Ll(e){for(var t,r={startAt:1};e.moveToNextAttribute();)t=_e(e),t===w?r.type=a.ST_TextAutonumberScheme[e.readContentAsString()]:"startAt"===t&&(r.startAt=e.readContentAsInt());return r}t.ReadCT_TextAutonumberBullet=Ll;function Fl(e){var t={};return t.char=Me(e,"char"),t}t.ReadCT_TextCharBullet=Fl;function Rl(e){return De(e,"blip",qo)}t.ReadCT_TextBlipBullet=Rl;function _l(){return{}}t.ReadCT_TextNoBullet=_l;function Bl(e){for(var t,r={pitchFamily:0,charset:1},i={typeface:!0,panose:!0,pitchFamily:!0,charset:!0};e.moveToNextAttribute();)t=_e(e),i[t]&&(r[t]=e.readContentAsString());return r}t.ReadCT_TextFont=Bl;function Ml(){return{}}t.ReadCT_TextUnderlineLineFollowText=Ml;function Dl(){return{}}t.ReadCT_TextUnderlineFillFollowText=Dl;function Nl(e){var t={};return 3===e.elementType?t:Ge(e,t)}t.ReadCT_TextUnderlineFillGroupWrapper=Nl;function Gl(e){for(var t,r,i,n,o,l={},c={kern:!0,spc:!0,baseline:!0,smtId:!0},u={kumimoji:!0,normalizeH:!0,noProof:!0,dirty:!0,err:!0,smtClean:!0},f={altLang:!0,bmk:!0};e.moveToNextAttribute();)t=_e(e),c[t]?l[t]=e.readContentAsInt():u[t]?l[t]=e.readContentAsBoolean():f[t]?l[t]=e.readContentAsString():"sz"===t?l.sz=s.pointToPixel(e.readContentAsInt()/100):"b"===t?l.b=e.readContentAsBoolean():"i"===t?l.i=e.readContentAsBoolean():"u"===t?l.u=a.ST_TextUnderlineType[e.readContentAsString()]:"strike"===t?l.strike=a.ST_TextStrikeType[e.readContentAsString()]:"cap"===t&&(l.cap=a.ST_TextCapsType[e.readContentAsString()]);if(3===e.elementType)return l;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"ln":l.ln=Ba(e);break;case O:l.noFill=Ho();break;case H:l.solidFill=Uo(e);break;case U:l.gradFill=Ko(e);break;case W:l.blipFill=Qo(e);break;case V:l.pattFill=Xo(e);break;case z:l.grpFill=$o();break;case k:l.effectLst=la(e);break;case E:l.effectDag=na(e);break;case"highlight":l.highlight=Mt(e);break;case"uLnTx":l.uLnTx=Ml();break;case"uLn":l.uLn=Ba(e);break;case"uFillTx":l.uFillTx=Dl();break;case"uFill":l.uFill=Nl(e);break;case"latin":l.latin=Bl(e);break;case"ea":l.ea=Bl(e);break;case"cs":l.cs=Bl(e);break;case"sym":l.sym=Bl(e);break;case"hlinkClick":l.hlinkClick=Gt(e);break;case"hlinkMouseOver":l.hlinkMouseOver=Gt(e);break;case v:l.extLst=Et(e)}return l}t.ReadCT_TextCharacterProperties=Gl;function Ol(e){return Me(e,C,b)}t.ReadCT_TextSpacingPercent=Ol;function Hl(e){return Me(e,C,b)}t.ReadCT_TextSpacingPoint=Hl;function Ul(e){for(var t,r={};e.moveToNextAttribute();)t=_e(e),"pos"===t?r.pos=e.readContentAsInt():"algn"===t&&(r.algn=a.ST_TextTabAlignType[e.readContentAsString()]);return r}t.ReadCT_TextTabStop=Ul;function Wl(e){var t,r,i,n,o={tab:[]};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"tab"===n?o.tab.push(Ul(e)):n===L&&(o.dumy=e.readElementContentAsBoolean()));return o}t.ReadCT_TextTabStopList=Wl;function Vl(e){var t={elementType:1};return De(e,"rPr",Gl,t)}t.ReadCT_TextLineBreak=Vl;function zl(e){var t,r,i,n,o={};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"spcPct"===n?o.spcPct=Ol(e):"spcPts"===n&&(o.spcPts=Hl(e)));return o}t.ReadCT_TextSpacing=zl;function jl(e){for(var t,r,i,n,o,l={},s={marL:!0,marR:!0,lvl:!0,indent:!0,defTabSz:!0},c={rtl:!0,eaLnBrk:!0,latinLnBrk:!0,hangingPunct:!0};e.moveToNextAttribute();)t=_e(e),s[t]?l[t]=e.readContentAsInt():c[t]?l[t]=e.readContentAsBoolean():"fontAlgn"===t?l.fontAlgn=a.ST_TextFontAlignType[e.readContentAsString()]:"algn"===t&&(l.algn=a.ST_TextAlignType[e.readContentAsString()]);if(3===e.elementType)return l;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"lnSpc":l.lnSpc=zl(e);break;case"spcBef":l.spcBef=zl(e);break;case"spcAft":l.spcAft=zl(e);break;case"buClrTx":l.buClrTx=Al();break;case"buClr":l.buClr=Mt(e);break;case"buSzTx":l.buSzTx=kl();break;case"buSzPct":l.buSzPct=El(e);break;case"buSzPts":l.buSzPts=Il(e);break;case"buFontTx":l.buFontTx=Pl();break;case"buFont":l.buFont=Bl(e);break;case"buNone":l.buNone=_l();break;case"buAutoNum":l.buAutoNum=Ll(e);break;case"buChar":l.buChar=Fl(e);break;case"buBlip":l.buBlip=Rl(e);break;case"tabLst":l.tabLst=Wl(e);break;case"defRPr":l.defRPr=Gl(e);break;case v:l.extLst=Et(e)}return l}t.ReadCT_TextParagraphProperties=jl;function Kl(e){for(var t,r,i,n,o,a={elementType:2};e.moveToNextAttribute();)t=_e(e),"id"!==t&&t!==w||(a[t]=e.readContentAsInt());if(3===e.elementType)return a;for(r=e.depth;e.read()&&(i=e.depth,n=e.elementType,i!==r||2!==n);)if(!(i>r+1||2===n))switch(o=Be(e)){case"rPr":a.rPr=Gl(e);break;case"pPr":a.pPr=jl(e);break;case"t":a.t=e.readElementContentAsString()}return a}t.ReadCT_TextField=Kl;function Yl(e){var t,r,i,n,o={elementType:0};if(3===e.elementType)return o;for(t=e.depth;e.read()&&(r=e.depth,i=e.elementType,r!==t||2!==i);)r>t+1||2===i||(n=Be(e),"rPr"===n?o.rPr=Gl(e):"t"===n&&(o.t=h(e.readElementContentAsString())));return o}t.ReadCT_RegularTextRun=Yl,e.exports=t}()},function(e,t,r){!function(){"use strict";var e=r(24),i=e.ST_SystemColorVal,n=e.ST_SchemeColorVal,o=e.ST_SplitType,a=e.ST_MarkerStyle,l=e.ST_SeriesLayout,s=function(){function e(){}return e.ToKnownColor=function(e){var t=null;switch(e){case i.scrollBar:t=23;break;case i.activeCaption:t=2;break;case i.inactiveCaption:t=17;break;case i.menu:t=21;break;case i.window:t=24;break;case i.windowFrame:t=25;break;case i.menuText:t=22;break;case i.windowText:t=26;break;case i.activeBorder:t=1;break;case i.inactiveBorder:t=16;break;case i.appWorkspace:t=4;break;case i.highlight:t=13;break;case i.highlightText:t=14;break;case i.btnFace:t=168;break;case i.btnShadow:t=170;break;case i.grayText:t=12;break;case i.inactiveCaptionText:t=18;break;case i.btnHighlight:t=169;break;case i.infoText:t=20;break;case i.infoBk:t=19;break;case i.gradientActiveCaption:t=171;break;case i.gradientInactiveCaption:t=172;break;case i.menuHighlight:t=174;break;case i.menuBar:t=173}return t},e.ToST_SystemColorVal=function(e){var t=null;switch(e){case 1:t=i.activeBorder;break;case 2:t=i.activeCaption;break;case 168:t=i.btnFace;break;case 169:t=i.btnHighlight;break;case 170:t=i.btnShadow;break;case 171:t=i.gradientActiveCaption;break;case 172:t=i.gradientInactiveCaption;break;case 12:t=i.grayText;break;case 13:t=i.highlight;break;case 14:t=i.highlightText;break;case 16:t=i.inactiveBorder;break;case 17:t=i.inactiveCaption;break;case 18:t=i.inactiveCaptionText;break;case 20:t=i.infoText;break;case 21:t=i.menu;break;case 173:t=i.menuBar;break;case 174:t=i.menuHighlight;break;case 22:t=i.menuText;break;case 24:t=i.window;break;case 25:t=i.windowFrame;break;case 26:t=i.windowText}return t},e.ToST_SchemeColorVal=function(e){var t=n.accent1;switch(e){case 4:t=n.accent1;break;case 5:t=n.accent2;break;case 6:t=n.accent3;break;case 7:t=n.accent4;break;case 8:t=n.accent5;break;case 9:t=n.accent6;break;case 0:t=n.bg1;break;case 2:t=n.bg2;break;case 11:t=n.folHlink;break;case 10:t=n.hlink;break;case 12:t=n.phClr;break;case 13:t=n.dk1;break;case 14:t=n.lt1;break;case 15:t=n.dk2;break;case 16:t=n.lt2;break;case 1:t=n.tx1;break;case 3:t=n.tx2}return t},e.ToColorSchemeIndex=function(e){var t=4;switch(e){case n.bg1:t=0;break;case n.tx1:t=1;break;case n.bg2:t=2;break;case n.tx2:t=3;break;case n.accent1:t=4;break;case n.accent2:t=5;break;case n.accent3:t=6;break;case n.accent4:t=7;break;case n.accent5:t=8;break;case n.accent6:t=9;break;case n.hlink:t=10;break;case n.folHlink:t=11;break;case n.phClr:t=12;break;case n.dk1:t=13;break;case n.lt1:t=14;break;case n.dk2:t=15;break;case n.lt2:t=16}return t},e.ToST_PresetLineDashVal=function(e){return 11===e&&(e=1),e},e.ToPatternType=function(e){var t=0;switch(e){case 0:t=1;break;case 1:t=2;break;case 2:t=3;break;case 3:t=4;break;case 4:t=5;break;case 5:t=6;break;case 6:t=7;break;case 7:t=8;break;case 8:t=9;break;case 9:t=10;break;case 10:t=11;break;case 11:t=12;break;case 16:t=13;break;case 17:t=14;break;case 27:t=15;break;case 28:t=16;break;case 34:t=17;break;case 52:t=18;break;case 14:t=19;break;case 15:t=20;break;case 25:t=21;break;case 26:t=22;break;case 36:t=23;break;case 45:t=24;break;case 29:t=25;break;case 30:t=26;break;case 32:t=27;break;case 31:t=28;break;case 19:t=29;break;case 18:t=30;break;case 21:t=31;break;case 20:t=32;break;case 40:t=33;break;case 37:t=34;break;case 41:t=35;break;case 35:t=36;break;case 39:t=37;break;case 53:t=38;break;case 43:t=39;break;case 42:t=40;break;case 44:t=41;break;case 46:t=42;break;case 47:t=43;break;case 48:t=44;break;case 38:t=45;break;case 49:t=46;break;case 50:t=47;break;case 51:t=48;break;case 12:t=49;break;case 13:t=50;break;case 22:t=51;break;case 23:t=52;break;case 24:t=53;break;case 33:t=54}return t},e.ToST_PresetPatternVal=function(e){var t=0;switch(e){case 1:t=0;break;case 2:t=1;break;case 3:t=2;break;case 4:t=3;break;case 5:t=4;break;case 6:t=5;break;case 7:t=6;break;case 8:t=7;break;case 9:t=8;break;case 10:t=9;break;case 11:t=10;break;case 12:t=11;break;case 13:t=16;break;case 14:t=17;break;case 15:t=27;break;case 16:t=28;break;case 17:t=34;break;case 18:t=52;break;case 19:t=14;break;case 20:t=15;break;case 21:t=25;break;case 22:t=26;break;case 23:t=36;break;case 24:t=45;break;case 25:t=29;break;case 26:t=30;break;case 27:t=32;break;case 28:t=31;break;case 29:t=19;break;case 30:t=18;break;case 31:t=21;break;case 32:t=20;break;case 33:t=40;break;case 34:t=37;break;case 35:t=41;break;case 36:t=35;break;case 37:t=39;break;case 38:t=53;break;case 39:t=43;break;case 40:t=42;break;case 41:t=44;break;case 42:t=46;break;case 43:t=47;break;case 44:t=48;break;case 45:t=38;break;case 46:t=49;break;case 47:t=50;break;case 48:t=51;break;case 49:t=12;break;case 50:t=13;break;case 51:t=22;break;case 52:t=23;break;case 53:t=24;break;case 54:t=33}return t},e.ToST_PresetShadowVal=function(e){return e>19?0:e},e.ToST_SplitType=function(e){var t=o.pos;switch(e){case 0:t=o.pos;break;case 1:t=o.val;break;case 2:t=o.percent;break;case 3:t=o.cust}return t},e.ToChartSplitType=function(e){var t=0;switch(e){case o.auto:t=0;break;case o.cust:t=3;break;case o.percent:t=2;break;case o.pos:t=0;break;case o.val:t=1}return t},e.ToST_LightRigDirection=function(e){var t=1;switch(e){case 0:t=1;break;case 1:t=4;break;case 2:t=6;break;case 3:t=1;break;case 4:t=1;break;case 5:t=6;break;case 6:t=1;break;case 7:t=3;break;case 8:t=6}return t},e.ToST_MarkerStyle=function(e){return 11===e&&(e=a.circle),e},e.ToST_LegendPos=function(e){var t=0;switch(e){case 0:break;case 1:t=4;break;case 2:t=3;break;case 3:t=2;break;case 4:t=0;break;case 5:t=1}return t},e.ToLegendPosition=function(e){var t=4;switch(e){case 0:t=4;break;case 1:t=5;break;case 2:t=3;break;case 3:t=2;break;case 4:t=1}return t},e.ToST_PresetCameraType=function(e){return 62===e&&(e=0),e},e.ToST_BuiltInUnit=function(e){return e>8&&(e=0),e},e.ToST_Crosses=function(e){var t=0;switch(e){case 0:break;case 1:t=0;break;case 2:t=1;break;case 3:t=2}return t},e.ToAxisCrosses=function(e){var t=1;switch(e){case 0:t=1;break;case 1:t=2;break;case 2:t=3}return t},e.ToCT_ChartType=function(e){var t=16;switch(e){case l.boxWhisker:t=16;break;case l.funnel:t=17;break;case l.paretoLine:t=18;break;case l.regionMap:t=19;break;case l.sunburst:t=20;break;case l.treemap:t=21;break;case l.waterfall:t=22;break;case l.clusteredColumn:t=23}return t},e.ToST_SeriesLayout=function(e){var t=0;switch(e){case 16:t=l.boxWhisker;break;case 17:t=l.funnel;break;case 18:t=l.paretoLine;break;case 19:t=l.regionMap;break;case 20:t=l.sunburst;break;case 21:t=l.treemap;break;case 22:t=l.waterfall;break;case 23:t=l.clusteredColumn}return t},e}();t.Uk=s}()},function(e,t,r){!function(){"use strict";var t=r(7).Xc,i=r(11),n=r(15),o=r(4),a=o.Gc,l=o.Kb,s=o.Hb,c=void 0;function u(e,r){var i,n,o,a,l,s=[],u=t(e),g=u.workbook;if(g){if(g.workbookPr&&f(g.workbookPr,r),g.bookViews)for(i=g.bookViews.workbookView,n=i.length,n===c&&(i=[i],n=1),o=0;o<n;o++)d(i[o],r);g.sheets&&g.sheets.sheet&&(a=g.sheets.sheet,Array.isArray(a)||(a=[a]),s=h(a,r)),g.definedNames&&(l=Array.isArray(g.definedNames.definedName)?g.definedNames.definedName:[g.definedNames.definedName],p(l,r)),g.calcPr&&m(g.calcPr,r)}return s}function f(e,t){var r=i.Jd(e.Zc.dateCompatibility,!0);r&&t.rj(i.Jd(e.Zc.date1904,!1))}function d(e,t){var r=i.Jd(e.Zc.showHorizontalScroll,!0),n=i.Jd(e.Zc.showVerticalScroll,!0),o=i.Jd(e.Zc.showSheetTabs,!0),a=i.Ld(e.Zc.firstSheet,0),l=i.Ld(e.Zc.activeTab,0),s=i.Ld(e.Zc.tabRatio,600);t.sj(r,n),t.tj(o,l,a,s)}function h(e,t){var r,i,o,s,c,u,f=[];for(r=0;r<e.length;r++)i=e[r],o=new n.Rh,s=a.uc(i.Zc.name),o.name=s,o.index=r,o.sheetId=i.Zc.sheetId,o.rID=i.Zc["r:id"],l.Jb(o.rID)||f.push(o),c=i.Zc.state,u=0,c&&("hidden"===c?u=1:"veryHidden"===c&&(u=2)),t.uj(s,r,u);return f}function p(e,t){var r,i,n,o,l,c,u;if(e.length>0)for(t.dk(),i=0;i<e.length;i++)r=e[i],r&&(n=r.Zc.localSheetId,o=a.uc(r.Zc.name),l=a.uc(r.Zc.comment),c=a.uc(r.definedName),u=-1,s(n)||(u=parseInt(n,10)),"_xlnm.Print_Area"===o?t.Ck(u,c):"_xlnm.Print_Titles"===o?t.Ek(u,c):t.ek(o,c,u,l))}function m(e,t){var r=e.Zc.refMode;r&&"R1C1"===r&&t.vj(!0)}e.exports=u}()},function(e,t,r){!function(){"use strict";var t=r(17),i=r(8),n=r(4),o=r(15),a=r(12),l=r(23),s=r(36),c=r(37),u=r(38),f=r(39),d=r(40),h=n.Sb,p=a.ExcelColor,m=n.dc,g=n.Gc,b=l.isCollapsed,S=n.processFunction,C=null;function y(e,t,r,n,o,a){var l,c,h=new i;for(h.reset(),h.setXml(e),l=15,c={},n.fj=[],n.gj=[],n.Nj=0,n.Mj=0;h.read();)if(1===h.depth&&2!==h.elementType)try{switch(h.name()){case"sheetPr":w(h,r,n);break;case"dimension":T(h,r,n);break;case"sheetViews":v(h,r,n);break;case"sheetFormatPr":l=A(h,r,n);break;case"cols":k(h,r,n,o);break;case"mergeCells":I(h,r,n);break;case"sheetData":P(h,r,n,c,l,o,a);break;case"sheetProtection":R(h,r,n);break;case"conditionalFormatting":s.Vk(h,r,n);break;case"extLst":_(h,r,n);break;case"autoFilter":u.Wk(h,r,n);break;case"dataValidations":f.Xk(h,r,n);break;case"pageMargins":d.Yk(h,r,n);break;case"printOptions":d.Zk(h,r,n);break;case"pageSetup":d.$k(h,n);break;case"headerFooter":d._k(h,n);break;case"rowBreaks":d.al(h,n,!0);break;case"colBreaks":d.al(h,n,!1);break;case"legacyDrawingHF":d.cl(h,n);break;case"hyperlinks":B(h,r,n,t)}}catch(e){}}function w(e,r,i){for(var n,o,a,l;e.moveToNextAttribute();)n=e.readAttributeNameAsString(),"filterMode"===n&&e.readContentAsString();if(3!==e.elementType)for(o=e.depth;e.read()&&!(e.depth<=o);)if(1===e.nodeType())switch(e.name()){case"tabColor":i.xj(r,t(e));break;case"outlinePr":for(a=!0,l=!0;e.moveToNextAttribute();)"summaryBelow"===e.readAttributeNameAsString()?a=e.readContentAsBoolean():"summaryRight"===e.readAttributeNameAsString()&&(l=e.readContentAsBoolean());i.wj(r,l,a);break;case"pageSetUpPr":d.dl(e,i)}}function T(e,t,r){for(var i,n,o,a,l,s,c,u;e.moveToNextAttribute();)"ref"===e.readAttributeNameAsString()&&(i=e.readContentAsString(),n=i.split(":"),2===n.length?(l=h.Mb(n[0]),s=h.Mb(n[1]),c=h.Ob(n[0]),u=h.Ob(n[1]),o=Math.max(l,s)+1,a=Math.max(c,u)+1):1===n.length&&(l=h.Mb(n[0]),c=h.Ob(n[0]),o=l+1,a=c+1),r.yj(t,o,a))}function v(e,t,r){var i,n,a,l,s,c,u,f,d,p,m,g,b,S,C,y,w,T,v,A,k,E,I,P,L,F;if(r.ak(),3!==e.elementType)for(i=e.depth;e.read()&&!(e.depth<=i);)if(1===e.nodeType()&&"sheetView"===e.name()){if(x(e,t,r),n=r.Cj,n&&(a=h.Mb(n),l=h.Ob(n)),void 0!==a&&void 0!==l&&r.Dj(a,l,t),3===e.elementType)continue;for(s=e.depth;e.read()&&!(e.depth<=s);)if(1===e.nodeType())if("selection"===e.name()){for(c=-1,u=-1,f=0,d=[],p=[],m=[],g=[],b=[],S="",C=3;e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"sqref":b=e.readContentAsString().split(" ");break;case"activeCellId":break;case"activeCell":S=e.readContentAsString();break;case"pane":y=e.readContentAsString(),y&&void 0!==o.PaneType[y]&&(C=o.PaneType[y])}for(w=0,T=b.length;w<T;w++)v=b[w].split(":"),1===v.length?(A=h.Mb(v[0]),k=h.Ob(v[0]),d.push(A),p.push(A),m.push(k),g.push(k),f++):2===v.length&&(d.push(h.Mb(v[0])),m.push(h.Ob(v[0])),p.push(h.Mb(v[1])),g.push(h.Ob(v[1])),f++);S&&(c=h.Mb(S),u=h.Ob(S)),r.Aj(t,C,c,u,f,d,p,m,g)}else if("pane"===e.name()){for(E=null,I=!1,P=3,L=0,F=0;e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"topLeftCell":n=e.readContentAsString();break;case"xSplit":L=e.readContentAsInt(0);break;case"ySplit":F=e.readContentAsInt(0);break;case"state":E=e.readContentAsString(),!E||"frozen"!==E&&"frozenSplit"!==E||(I=!0);break;case"activePane":y=e.readContentAsString(),y&&void 0!==o.PaneType[y]&&(P=o.PaneType[y])}r.ck(P),r.Bj(t,L,F,n,I)}}}function x(e,t,r){for(var i,n=!1,o=null,a=!0,l=!0,s=100,c=!1,u="A1";e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"colorId":i=e.readContentAsInt(-1),i>=0&&(o=new p(1,i,0));break;case"showGridLines":a=e.readContentAsBoolean();break;case"showRowColHeaders":l=e.readContentAsBoolean();break;case"showFormulas":c=e.readContentAsBoolean();break;case"zoomScale":s=e.readContentAsDouble(100);break;case"topLeftCell":u=e.readContentAsString();break;case"tabSelected":n=e.readContentAsBoolean()}r.zj(t,o,a,l,s,c,n),r.Cj=u}function A(e,t,r){for(var i=NaN,n=NaN,o=8,a=15;e.moveToNextAttribute();)"defaultRowHeight"===e.readAttributeNameAsString()?i=e.readContentAsDouble(NaN):"defaultColWidth"===e.readAttributeNameAsString()?n=e.readContentAsDouble(NaN):"baseColWidth"===e.readAttributeNameAsString()&&(o=e.readContentAsDouble(8));return isNaN(i)||(r.Fj(t,i),a=i),r.Gj(t,o,n),a}function k(e,t,r,i){var n,o,a,l,s,c,u,f;if(3!==e.elementType){for(n=e.depth;e.read()&&!(e.depth<=n);)if(1===e.nodeType()&&"col"===e.name()){for(o=0,a=0,l=0,s=0,c=0,u=!1,f=!1;e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"min":o=e.readContentAsInt(0)-1;break;case"max":a=e.readContentAsInt(0)-1;break;case"style":l=e.readContentAsInt(0);break;case"width":s=e.readContentAsDouble(8);break;case"hidden":u=e.readContentAsBoolean(!1);break;case"collapsed":f=e.readContentAsBoolean(!1);break;case"outlineLevel":c=e.readContentAsInt(0)}o>=0&&a>=0&&r.Oj(t,o,a,l+i,s,u,c,f)}E(r.ti.sheets&&r.ti.sheets[t])}}function E(e){var t,r,i,n;if(e&&e.columns)for(t=e.columns,r=e.columnOutlines,i=0;i<t.length;i++)t[i]&&(n=b(i,r),n&&0===t[i].size&&(t[i].size=C),n&&t[i]&&t[i].visible===!1&&delete t[i].visible)}function I(e,t,r){var i,n,o,a,l,s,c;if(3!==e.elementType)for(i=e.depth;e.read()&&!(e.depth<=i);)if(1===e.nodeType()&&"mergeCell"===e.name())for(;e.moveToNextAttribute();)"ref"===e.readAttributeNameAsString()&&(n=e.readContentAsString(),o=n.split(":"),2===o.length&&(a=h.Mb(o[0]),l=h.Mb(o[1]),s=h.Ob(o[0]),c=h.Ob(o[1]),r.Pj(t,a,l,s,c)))}function P(e,t,r,i,n,o,a){var l,s;if(3!==e.elementType){l=e.depth,r.Uj(t),s=-1;do{if(e.fastRead(),e.depth<=l)break;s=L(e,t,i,s,r,n,o,a)}while(e.depth>l);r.Nj<s&&(r.Nj=s)}r.Sj(t)}function L(e,t,r,i,n,o,a,l){for(var s,c,u,f=i+1,d=-1,h=!1,p=!1,m=o,g=0;e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"r":f=e.readContentAsInt(0)-1;break;case"spans":break;case"s":d=e.readContentAsInt(-1);break;case"collapsed":h=e.readContentAsBoolean(!1);break;case"hidden":p=e.readContentAsBoolean(!1);break;case"ht":m=e.readContentAsDouble(0);break;case"outlineLevel":g=e.readContentAsInt(0)}if(m>409.5&&(m=o),s=d===-1?-1:d+a,n.Tj(t,f,s,m,g,h,p),3===e.elementType)return f;c=-1,u=e.depth;do{if(e.fastRead(),e.depth<=u)break;n.Vj(t,f),c=F(e,t,r,f,c,n,a,l)}while(e.depth>u);return n.Mj<c&&(n.Mj=c),f}function F(e,t,r,i,n,o,a,l){for(var s,c,u,f,d,p,b,y,w,T,v,x,A,k,E,I,P,L,F,R,_,B,M,D,N,G,O=n+1,H="n",U=0;e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"r":O=h.Ob(e.readContentAsString());break;case"t":H=e.readContentAsString();break;case"s":U=e.readContentAsInt(0);break;case"vm":c=!0;break;case"cm":s=e.readContentAsInt(0)}if((0!==U||o.cj&&o.cj[i]&&o.cj[i].style||o.bj&&o.bj[i]&&o.bj[i].style)&&(u=U+a),o.Wj(t,i,O,u),3===e.elementType)return O;f=e.depth,d=void 0,p=void 0,b=null,y=void 0;do{if(e.fastRead(),e.depth<=f)break;if(w=e.buffer[e.pd+e.La-1],1===(1&e.elementType))if("v"===w&&1===e.elementType)switch(T=e.readElementContentAsString(),H){case"b":d="1"===T;break;case"d":d=new Date(T);break;case"e":switch(v=C,T){case"#DIV/0!":v=7;break;case"#N/A":v=42;break;case"#NAME?":v=29;break;case"#NULL!":v=0;break;case"#NUM!":v=36;break;case"#REF!":v=23;break;case"#VALUE!":v=15}d=v!==C?{_error:T,_code:v}:C,c&&(d={_error:"#SPILL!",_code:99});break;case"inlineStr":d="";break;case"n":d=parseFloat(T);break;case"s":x=parseInt(T),l&&x>=0&&x<l.length&&l[x]?(d=l[x].value,y=l[x].richText):d=T;break;case"str":d=g.uc(T);break;default:d=T}else if("f"===w){for(A=C,k=C,E=C;e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"t":A=e.readContentAsString();break;case"ref":k=e.readContentAsString();break;case"si":E=e.readContentAsString()}if(1===e.elementType&&(p=e.readElementContentAsString()),"array"===A)I=k.split(":"),P=0,L=0,F=0,R=0,P=h.Mb(I[0]),F=h.Ob(I[0]),1===I.length?(L=P,R=F):(L=h.Mb(I[1]),R=h.Ob(I[1])),b={row:P,rowCount:L-P+1,col:F,colCount:R-F+1},s&&(b.isDynamicArray=o.Kk(s));else if("shared"===A&&E!==C)if(_=parseInt(E),p){if(B={baseFormula:p},k&&(M=k.split(":"),2===M.length?(L=h.Mb(M[1]),D=h.Ob(M[1]),B.baseRow=i,B.baseColumn=O,B.isRowShared=L===B.baseRow,B.isRowShared?B.count=D-B.baseColumn+1:B.count=L-B.baseRow+1):(B.baseRow=h.Mb(M[0]),B.baseColumn=h.Ob(M[0]),B.isRowShared=!0,B.count=1)),r[_])throw Error("sharedFormulaError");r[_]=B}else B=r[_],B&&(N=O-B.baseColumn,G=i-B.baseRow,p=m.Vb(B,N,G))}else"t"===w&&"inlineStr"===H&&(d=g.uc(e.readElementContentAsString()))}while(e.depth>f);return c&&b&&b.isDynamicArray&&(b.isInvalid=!0),o.Yj(t,i,O,u,d,g.uc(S(p)),b,y),O}function R(e,t,r){for(var i,n=[],o=!1;e.moveToNextAttribute();)i=e.readAttributeNameAsString(),"sheet"===i?(o=e.readContentAsBoolean(!1),r.Qj(t,o)):"algorithmName"===i||"hashValue"===i||"saltValue"===i||"spinCount"===i?n.push({name:i,value:e.readContentAsString()}):n.push({name:i,value:!e.readContentAsBoolean(!1)});r.Rj(t,n,o)}function _(e,t,r){var i,n,o;if(3!==e.elementType)for(i=e.depth;e.read()&&!(e.depth<=i);)if(1===e.nodeType()){if("ext"===e.name())for(;e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"uri":n=e.readContentAsString();break;case"xmlns:x14":o=e.readContentAsString()}M(n,o)&&s.el(e,t,r),D(n,o)&&c.fl(e,t,r),N(n,o)&&f.gl(e,t,r)}}function B(e,t,r,i){var n,o,a,l,s;if(3!==e.elementType)for(n=e.depth;e.read()&&!(e.depth<=n);)if(1===e.nodeType()&&"hyperlink"===e.name()){for(o={url:"",linkColor:"#0066cc",visitedLinkColor:"#3399ff",tooltip:"",target:0,drawUnderline:!0,command:""},a={row:0,col:0};e.moveToNextAttribute();)switch(e.readAttributeNameAsString()){case"ref":l=e.readContentAsString(),s=l.split(":"),a.row=h.Mb(s[0]),a.col=h.Ob(s[0]);break;case"r:id":o.url=i[e.readContentAsString()].fileName;break;case"location":o.url="sjs://"+e.readContentAsString();break;case"tooltip":o.tooltip=e.readContentAsString()}r.Xj(t,a.row,a.col,o)}}function M(e,t){var r="{78C0D931-6437-407d-A8EE-F0AAD7539E65}"===e,i="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main"===t;return r&&i}function D(e,t){var r="{05C60535-1F16-4fd2-B633-F4F36F0B64E0}"===e,i="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main"===t;return r&&i}function N(e,t){var r="{CCE6A557-97BC-4b89-ADB6-D9C93CAAB3DF}"===e,i="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main"===t;return r&&i}e.exports=y}()},function(e,t,r){!function(){"use strict";var e,i,n,o,a,l,s=r(26).Ki,c=r(17),u=r(12),f=r(7),d=f.Xc,h=f.qd,p=r(4),m=r(11),g=r(16).ki,b=r(8),S=u.ColorHelper,C=p.Hb,y=m.Yc,w=p.Gc,T=m.Md,v=u.ConverterHelper.convertDxfToStyle;function x(e,t,r){return w.uc(T(e,t,r))}function A(e,t,r){var i,n,o,a,l,c;if(3!==e.elementType&&(i=d(e.readFullElement()).conditionalFormatting,n={rules:[]},o=[],i.Zc.sqref&&(o=s(i.Zc.sqref)),0!==o.length)){for(a=y(i.cfRule),l=0;l<a.length;l++)c=E(a[l],o),c&&n.rules.push(c);r.hk(t,n)}}e={beginsWith:2,endsWith:2,notContainsText:2,containsText:2,expression:3,containsBlanks:3,notContainsBlanks:3,containsErrors:3,notContainsErrors:3,timePeriod:4,today:4,tomorrow:4,yesterday:4,last7Days:4,lastMonth:4,nextMonth:4,thisWeek:4,nextWeek:4,lastWeek:4,thisMonth:4,top10:5,uniqueValues:6,duplicateValues:7,aboveAverage:8,belowAverage:8,aboveOrEqualToAverage:8,belowOrEqualToAverage:8},i={num:0,min:1,max:2,percent:3,percentile:4,stddev:0,formula:6,autoMin:5,autoMax:7},n={$3Arrows:0,$3ArrowsGray:1,$3Flags:4,$3TrafficLights1:5,$3TrafficLights2:6,$3Signs:7,$3Symbols:8,$3Symbols2:9,$4Arrows:10,$4ArrowsGray:11,$4RedToBlack:12,$4Rating:13,$4TrafficLights:14,$5Arrows:15,$5ArrowsGray:16,$5Rating:17,$5Quarters:18,$3Stars:3,$3Triangles:2,$5Boxes:19,$NoIcons:20},o={num:1,percent:4,formula:7,percentile:5},a={equal:0,notEqual:1,greaterThan:2,greaterThanOrEqual:3,
- lessThan:4,lessThanOrEqual:5,between:6,notBetween:7};function k(e){return e&&"="!==e.charAt(0)?"="+e:e}function E(t,r){var o,l,s,c,u,f,d,h,p={priority:0,ranges:r},g=t.Zc;switch(C(g.type)||(o=g.type),C(g.priority)||(p.priority=m.Ld(g.priority,0)),o){case"colorScale":l=_(t.colorScale),p.minType=i[l.il[0].type],p.minValue=k(l.il[0].val),p.minColor=l.jl[0],3===l.il.length?(p.ruleType=11,p.midType=i[l.il[1].type],p.midValue=k(l.il[1].val),p.midColor=l.jl[1],p.maxType=i[l.il[2].type],p.maxValue=k(l.il[2].val),p.maxColor=l.jl[2]):(p.ruleType=10,p.maxType=i[l.il[1].type],p.maxValue=k(l.il[1].val),p.maxColor=l.jl[1]);break;case"dataBar":p.ruleType=12,s=t.dataBar,C(s.Zc.showValue)||(p.showBarOnly=!m.Jd(s.Zc.showValue,!0)),l=_(s),p.minType=i[l.il[0].type],p.minValue=k(l.il[0].val),p.maxType=i[l.il[1].type],p.maxValue=k(l.il[1].val),p.color=l.jl[0];break;case"iconSet":p.ruleType=13,p.iconSetType=n.$3TrafficLights1,c=t.iconSet,u=c.Zc,C(u.iconSet)||(p.iconSetType=n["$"+u.iconSet]),C(u.showValue)||(p.showIconOnly=!m.Jd(u.showValue,!0)),C(u.reverse)||(p.reverseIconOrder=m.Jd(u.reverse,!1)),p.iconCriteria=P(c);break;case"cellIs":p.ruleType=1,f=t.Zc,C(f.stopIfTrue)||(p.stopIfTrue=m.Jd(f.stopIfTrue,!1)),C(f.dxfId)||(p.dxfId=m.Ld(f.dxfId,-1)),C(f.operator)||(p.operator=a[f.operator]),d=y(t.formula),p.value1="="+w.uc(d[0].formula),2===d.length&&(p.value2="="+w.uc(d[1].formula));break;default:p.ruleType=e[o],C(g.dxfId)||(p.dxfId=m.Ld(g.dxfId,-1)),C(g.aboveAverage)||(p.aboveAverage=m.Jd(g.aboveAverage,!0),p.aboveAverage||"aboveAverage"!==o||(o="belowAverage")),C(g.bottom)||(p.bottom=m.Jd(g.bottom,!1)),C(g.equalAverage)||(h=m.Jd(g.equalAverage,!1),h&&("aboveAverage"===o&&(o="aboveOrEqualToAverage"),"belowAverage"===o&&(o="belowOrEqualToAverage"))),C(g.operator)||(p.operator=g.operator),C(g.percent)||(p.percent=m.Jd(g.percent,!1)),C(g.rank)||(p.rank=m.Ld(g.rank,0)),C(g.stdDev)||(p.stdDev=m.Ld(g.stdDev,0)),C(g.stopIfTrue)||(p.stopIfTrue=m.Jd(g.stopIfTrue,!1)),C(g.text)||(p.text=w.uc(g.text)),C(g.timePeriod)||(o=g.timePeriod),C(t.formula)||(p.formula=x(t,"formula")),p=I(p,o)}return t.extLst&&t.extLst.ext&&t.extLst.ext["x14:id"]&&(p.id=x(t.extLst.ext,"x14:id")),p}function I(e,t){var r,i,n,o,a,l,s;switch(t){case"expression":case"containsBlanks":case"notContainsBlanks":case"containsErrors":case"notContainsErrors":return e;case"top10":return r=e.ranges[0],i={ruleType:e.ruleType,dxfId:e.dxfId,rank:e.rank,stopIfTrue:e.stopIfTrue,priority:e.priority,ranges:e.ranges},i.type=0,e.bottom&&(i.type=1),e.percent&&(n=Math.floor(r.rowCount*r.colCount*e.rank/100),0===n&&(n=1),i.rank=n),i;case"uniqueValues":case"duplicateValues":return e;case"containsText":return e.operator=0,e;case"aboveAverage":case"belowAverage":case"aboveOrEqualToAverage":case"belowOrEqualToAverage":return o=0,a=!0,"belowAverage"===t&&(a=!1,o=1),"belowOrEqualToAverage"===t&&(a=!1,o=3),"aboveOrEqualToAverage"===t&&(o=2),C(e.stdDev)||(l=e.stdDev,a?1===l?o=4:2===l?o=6:3===l&&(o=8):1===l?o=5:2===l?o=7:3===l&&(o=9)),e.type=o,e;case"beginsWith":return e.operator=2,e;case"endsWith":return e.operator=3,e;case"notContainsText":return e.operator=1,e;case"timePeriod":case"today":case"tomorrow":case"yesterday":case"last7Days":case"lastMonth":case"nextMonth":case"thisWeek":case"nextWeek":case"lastWeek":case"thisMonth":return s={today:0,yesterday:1,tomorrow:2,last7Days:3,thisMonth:4,lastMonth:5,nextMonth:6,thisWeek:7,lastWeek:8,nextWeek:9},e.type=0,s[t]&&(e.type=s[t]),e;default:return e}}function P(e){var t,r,i=[],n=_(e);for(t=1;t<n.il.length;t++)r={isGreaterThanOrEqualTo:!0},n.il[t].gte===!1&&(r.isGreaterThanOrEqualTo=n.il[t].gte),r.iconValueType=o[n.il[t].type],r.iconValue=k(n.il[t].val),i.push(r);return i}function L(e){var t,r,i=[],n=_(e);for(t=0;t<n.kl.length;t++)r={},r.iconSetType=n.kl[t].iconSetType,r.iconIndex=n.kl[t].iconIndex,i.push(r);return i}function F(e){var t={};return C(e.Zc.type)||(t.type=e.Zc.type),C(e.Zc.val)||(t.val=e.Zc.val),C(e.Zc.gte)||(t.gte=m.Jd(e.Zc.gte,!0)),e["xm:f"]&&(t.val=x(e,"xm:f")),t}function R(e){var t={};return C(e.Zc.iconSet)||(t.iconSetType=n["$"+e.Zc.iconSet]),C(e.Zc.iconId)||(t.iconIndex=parseInt(e.Zc.iconId)),t}function _(e){var t,r,i,n,o,a={il:[],jl:[],kl:[]},l=y(e.cfvo||e["x14:cfvo"]),s=y(e["x14:cfIcon"]);for(t=0;t<l.length;t++)r=F(l[t]),a.il.push(r);for(t=0;t<s.length;t++)i=R(s[t]),a.kl.push(i);if(e.color)for(n=y(e.color||e["x14:color"]),o=0;o<n.length;o++)a.jl.push(S.toRGBColor(c(n[o])));return a}function B(e,t,r){var i,n,o,a,l,c,u,f,h,p,m,g=d(e.readFullElement()).ext;if(g["x14:conditionalFormattings"]&&g["x14:conditionalFormattings"]["x14:conditionalFormatting"])for(o=y(g["x14:conditionalFormattings"]["x14:conditionalFormatting"]),a=0;a<o.length;a++)for(l=o[a],c=y(l["x14:cfRule"]),u=0;u<c.length;u++)f=c[u],h=f.Zc,C(h.type)||(i=h.type),n=h.id,p=M(r,t,n),h.priority&&(p.priority=+h.priority),"dataBar"===i?(p.ruleType=12,G(f["x14:dataBar"],p)):"iconSet"===i?(p.ruleType=13,O(f["x14:iconSet"],p)):"expression"===i?(p.ruleType=3,N(f,p,r)):"cellIs"===i&&(p.ruleType=1,D(f,p,r)),l["xm:sqref"]&&(m=s(x(l,"xm:sqref")),p&&(p.ranges=m))}function M(e,t,r){var i,n,o,a=e.ik(t);if(a||(a={rules:[]}),!C(r)&&(i=a.rules,i&&i.length>0))for(n=0;n<i.length;n++)if(i[n].id===r)return i[n];return o={},e.hk(t,{rules:[o]}),o}l={automatic:0,middle:1,none:2};function D(e,t,r){var i,n,o,l,s=e.Zc;C(s.stopIfTrue)||(t.stopIfTrue=m.Jd(s.stopIfTrue,!1)),C(s.operator)||(t.operator=a[s.operator]),i=y(e["xm:f"]),t.value1="="+w.uc(i[0]["xm:f"]),2===i.length&&(t.value2="="+w.uc(i[1]["xm:f"])),n=h(e["x14:dxf"],"x14:dxf"),o=new b,o.setXml(n),o.read(),l=g(o),t.style=v(l,r.dj,r.ej)}function N(e,t,r){var i,n,o;t.formula=k(x(e,"xm:f")),i=h(e["x14:dxf"],"x14:dxf"),n=new b,n.setXml(i),n.read(),o=g(n),t.style=v(o,r.dj,r.ej)}function G(e,t){var r,n=e.Zc;C(n.showValue)||(t.showBarOnly=!m.Jd(n.showValue,!0)),C(n.border)||(t.showBorder=m.Jd(n.border,!1)),C(n.gradient)||(t.gradient=m.Jd(n.gradient,!0)),C(n.direction)||(t.dataBarDirection="rightToLeft"===n.direction?1:0),C(n.axisPosition)||(t.axisPosition=l[n.axisPosition]),C(n.negativeBarColorSameAsPositive)||(t.useNegativeFillColor=!m.Jd(n.negativeBarColorSameAsPositive,!1)),C(n.negativeBarBorderColorSameAsPositive)||(t.useNegativeBorderColor=!m.Jd(n.negativeBarBorderColorSameAsPositive,!0)),r=[],e["x14:cfvo"]&&y(e["x14:cfvo"]).forEach(function(e){r.push(F(e))}),e["x14:fillColor"]&&(t.color=S.toRGBColor(c(e["x14:fillColor"]))),e["x14:borderColor"]&&(t.borderColor=S.toRGBColor(c(e["x14:borderColor"]))),e["x14:negativeFillColor"]&&(t.negativeFillColor=S.toRGBColor(c(e["x14:negativeFillColor"]))),e["x14:negativeBorderColor"]&&(t.negativeBorderColor=S.toRGBColor(c(e["x14:negativeBorderColor"]))),e["x14:axisColor"]&&(t.axisColor=S.toRGBColor(c(e["x14:axisColor"]))),2===r.length&&(t.minType=i[r[0].type],t.minValue=k(r[0].val),t.maxType=i[r[1].type],t.maxValue=k(r[1].val))}function O(e,t){var r=e.Zc;C(r.iconSet)||(t.iconSetType=n["$"+r.iconSet]),C(r.showValue)||(t.showIconOnly=!m.Jd(r.showValue,!0)),C(r.reverse)||(t.reverseIconOrder=m.Jd(r.reverse,!1)),t.iconCriteria=P(e),t.icons=L(e)}t.Vk=A,t.el=B}()},function(e,t,r){!function(){"use strict";var e,i,n,o=r(11),a=r(7).Xc,l=r(17),s=r(4),c=s.Hb,u=r(26).Ki,f=r(12),d=r(11),h=f.ColorHelper,p=d.Yc;function m(e,t,r){var i,n,o;if(3!==e.elementType){for(i=[],n=e.depth;e.read()&&!(e.depth<=n);)1===e.nodeType()&&"x14:sparklineGroup"===e.name()&&(o=g(a(e.readFullElement(),!0)[e.name()],t),o.sparklines&&o.sparklines.length>0&&i.push(o));r.qk(i,t)}}e={span:2,gap:0,zero:1},i={line:0,column:1,stacked:2},n={individual:0,group:1,custom:2};function g(t,r){var a,s,f,d,h;if(!c(t))return a={setting:{}},a.sparklineType=0,s=t.Zc,c(s)||(c(s.manualMax)||(a.setting.manualMax=o.Kd(s.manualMax,0)),c(s.manualMin)||(a.setting.manualMin=o.Kd(s.manualMin,0)),c(s.lineWeight)||(a.setting.lineWeight=4*o.Kd(s.lineWeight,1)/3),c(s.type)||(a.sparklineType=i[s.type]||0),c(s.dateAxis)||(a.displayDateAxis=o.Jd(s.dateAxis,!1)),c(s.displayEmptyCellsAs)||(a.setting.displayEmptyCellsAs=e[s.displayEmptyCellsAs]||0),c(s.markers)||(a.setting.showMarkers=o.Jd(s.markers,!1)),c(s.high)||(a.setting.showHigh=o.Jd(s.high,!1)),c(s.low)||(a.setting.showLow=o.Jd(s.low,!1)),c(s.first)||(a.setting.showFirst=o.Jd(s.first,!1)),c(s.last)||(a.setting.showLast=o.Jd(s.last,!1)),c(s.negative)||(a.setting.showNegative=o.Jd(s.negative,!1)),c(s.displayXAxis)||(a.setting.displayXAxis=o.Jd(s.displayXAxis,!1)),c(s.displayHidden)||(a.setting.displayHidden=o.Jd(s.displayHidden,!1)),c(s.rightToLeft)||(a.setting.rightToLeft=o.Jd(s.rightToLeft,!1)),c(s.minAxisType)||(a.setting.minAxisType=n[s.minAxisType]||0),c(s.maxAxisType)||(a.setting.maxAxisType=n[s.maxAxisType]||0)),c(t["x14:colorSeries"])||(a.setting.seriesColor=S(l(t["x14:colorSeries"]))||"rgba(36,64,98,255)"),c(t["x14:colorNegative"])||(a.setting.negativeColor=S(l(t["x14:colorNegative"]))||"Brown"),c(t["x14:colorAxis"])||(a.setting.axisColor=S(l(t["x14:colorAxis"]))||"Black"),c(t["x14:colorMarkers"])||(a.setting.markersColor=S(l(t["x14:colorMarkers"]))||"rgba(36,64,98,255)"),c(t["x14:colorFirst"])||(a.setting.firstMarkerColor=S(l(t["x14:colorFirst"]))||"rgba(149,179,215,255)"),c(t["x14:colorLast"])||(a.setting.lastMarkerColor=S(l(t["x14:colorLast"]))||"rgba(149,179,215,255)"),c(t["x14:colorHigh"])||(a.setting.highMarkerColor=S(l(t["x14:colorHigh"]))||"Blue"),c(t["x14:colorLow"])||(a.setting.lowMarkerColor=S(l(t["x14:colorLow"]))||"Blue"),c(t["xm:f"])||(f=t["xm:f"],d=f["xm:f"].split("!"),a.axisReference=u(d[1])[0]||null,d[0]!==r&&(a.axisReference.sheetName=d[0])),c(t["x14:sparklines"])||(a.sparklines=b(t["x14:sparklines"],r)),h=a.axisReference,a.displayDateAxis&&h&&(a.axisOrientation=1===h.rowCount?1:0),a}function b(e,t){var r=[],i=e&&e["x14:sparkline"],n=p(i);return n.forEach(function(e){var i,n,o,a,l,s;c(e["xm:f"])||(o=e["xm:f"],a=o["xm:f"].split("!"),i=u(a[1])[0]||null),c(e["xm:sqref"])||(l=e["xm:sqref"],n=u(l["xm:sqref"])[0]||null),c(i)||c(n)||(s={},s.row=n.row,s.col=n.col,s.orientation=1===i.rowCount?1:0,s.data=i,a&&a[0]!==t&&(s.data.sheetName=a[0]),r.push(s))}),r}function S(e){var t;return t=e.isThemeColor()?h.getThemeColorName(e):h.toRGBColor(e)}t.fl=m}()},function(e,t,r){!function(){"use strict";var e=r(4).Kb,i=r(7).Xc,n=r(26).Ki,o=r(11),a=o.Jd,l=o.Kd,s=o.Ld,c=o.Yc,u=e.Jb,f={null:-1,aboveAverage:100,belowAverage:101,tomorrow:2,today:0,yesterday:1,nextWeek:9,thisWeek:7,lastWeek:8,nextMonth:6,thisMonth:4,lastMonth:5,nextQuarter:10,thisQuarter:11,lastQuarter:12,nextYear:13,thisYear:14,lastYear:15,yearToDate:16,Q1:17,Q2:18,Q3:19,Q4:20,M1:21,M2:22,M3:23,M4:24,M5:25,M6:26,M7:27,M8:28,M9:29,M10:30,M11:31,M12:32};function d(e){var t={};return t.cellColor=a(e.Zc.cellColor,!0),t.dxfId=o.Ld(e.Zc.dxfId,0),t}function h(e){var t,r,i={};return i.filter=[],i.blank=e.Zc.blank,t=c(e.filter),t.forEach(function(e){i.filter.push(e.Zc.val)}),i.dateGroupItem=[],r=c(e.dateGroupItem),r.forEach(function(e){var t={},r=e.Zc;t.day=s(r.day,1),t.hour=s(r.hour,0),t.minute=s(r.minute,0),t.month=s(r.month,0),t.second=s(r.second,0),t.year=s(r.year,0),i.dateGroupItem.push(t)}),i}function p(e){var t,r,i,n={},o=e.Zc.and;return u(o)||(n.and="1"===o),t=c(e.customFilter),t.length>0&&(r=n.filter1={},r.operator=t[0].Zc.operator,r.value=t[0].Zc.val),t.length>1&&(i=n.filter2={},i.operator=t[1].Zc.operator,i.value=t[1].Zc.val),n}function m(e){var t,r,i={};return i.type=f[e.Zc.type],t=e.Zc.val,r=e.Zc.maxVal,u(t)||(i.value=t),u(r)||(i.maxValue=r),i}function g(e){var t={};return t.value=l(e.Zc.val,NaN),t.percent=a(e.Zc.percent,!1),t.top=a(e.Zc.top,!0),t}function b(e){var t={},r=e.sortCondition.Zc;return r&&(t.ascending=!r.descending,t.index=n(r.ref)[0].col,"fontColor"!==r.sortBy&&"cellColor"!==r.sortBy||(t.isBackColor="cellColor"===r.sortBy,t.dxfId=s(r.dxfId,0))),t}t.ll=b;function S(e){var t,r,i={},a=e.Zc.ref.toUpperCase();return a&&"#REF!"!==a?(t=n(a),t[0]&&(i.range=t[0]),i.filterColumns=[],r=c(e.filterColumn),r.forEach(function(e){var t={},r=e.Zc.colId;t.hiddenButton=o.Jd(e.Zc.hiddenButton,!1),u(r)||(t.autoFilterColumnId=parseInt(r)),e.colorFilter&&(t.colorFilter=d(e.colorFilter)),e.filters&&(t.filters=h(e.filters)),e.customFilters&&(t.customFilters=p(e.customFilters)),e.dynamicFilter&&(t.dynamicFilter=m(e.dynamicFilter)),e.top10&&(t.top10Filter=g(e.top10)),i.filterColumns.push(t)}),i):null}t.ml=S;function C(e,t,r){var n=i(e.readFullElement()).autoFilter,o=S(n);n.sortState&&(o.sortInfo=b(n.sortState)),r.uk(t,o)}t.Wk=C}()},function(e,t,r){!function(){"use strict";var e,i,n,o=r(4),a=r(7).Xc,l=r(11),s=r(26).Ki,c=l.Jd,u=o.Hb,f=o.Gc,d=f.uc;function h(e,t,r){return d(l.Md(e,t,r))}e={none:0,whole:1,decimal:2,list:3,date:4,time:5,textLength:6,custom:7},i={stop:0,warning:1,information:2},n={between:6,notBetween:7,equal:0,notEqual:1,greaterThan:2,lessThan:4,greaterThanOrEqual:3,lessThanOrEqual:5};function p(t,r,o,a){var l,p,m,g,b,S,C;u(t)||u(r)||(l=t.Zc,p={type:e[l.type]||0,errorType:i[l.errorStyle]||0,compareOperator:u(n[l.operator])?6:n[l.operator],allowBlank:c(l.allowBlank,!1),showPromptBox:!c(l.showDropDown,!1),showInputMessage:c(l.showInputMessage,!1),showErrorMessage:c(l.showErrorMessage,!1),errorTitle:d(l.errorTitle),error:d(l.error),promptTitle:d(l.promptTitle),prompt:d(l.prompt)},p.error=f.Bc(p.error),p.prompt=f.Bc(p.prompt),a?(m=h(t,"xm:sqref"),S=t["x14:formula1"],C=t["x14:formula2"],S&&(g=h(S,"xm:f")),C&&(b=h(C,"xm:f"))):(m=l.sqref,g=h(t,"formula1"),b=h(t,"formula2")),p.firstFormula=g,p.secondFormula=b,p.ranges=s(m),o.wk(r,p))}function m(e,t,r){var i=a(e.readFullElement()).dataValidations,n=l.Yc(i.dataValidation);n.forEach(function(e){p(e,t,r)})}t.Xk=m;function g(e,t,r){var i=a(e.readFullElement()).ext,n=i["x14:dataValidations"],o=l.Yc(n["x14:dataValidation"]);o.forEach(function(e){p(e,t,r,!0)})}t.gl=g}()},function(e,t,r){!function(){"use strict";var e=r(4),i=r(15),n=r(7).Xc,o=r(11),a=r(23).getImageContent,l=i.$e,s=o.Jd,c=o.Ld,u=o.Md,f=o.Yc,d=e.Gc.uc,h=parseFloat,p={auto:0,downThenOver:1,overThenDown:2},m={auto:0,portrait:1,landscape:2},g={LH:0,CH:1,RH:2,LF:3,CF:4,RF:5};function b(e,t,r){var i,o=n(e.readFullElement()).pageMargins;o&&(i=o.Zc,r.yk(t,{left:h(i.left),right:h(i.right),top:h(i.top),bottom:h(i.bottom),header:h(i.header),footer:h(i.footer)}))}t.Yk=b;function S(e,t,r){var i,o=n(e.readFullElement()).printOptions;o&&(i=o.Zc,r.zk(t,{printGridLine:s(i.gridLines,!1)&&s(i.gridLinesSet,!0),horizontalCentered:s(i.horizontalCentered,!1),verticalCentered:s(i.verticalCentered,!1),printRowColumnsHeaders:s(i.headings,!1)}))}t.Zk=S;function C(e,t){var r,i,a,l=n(e.readFullElement()).pageSetup;l&&(r=l.Zc,i=t.Hi,void 0!==r.paperSize&&(a=parseInt(r.paperSize)),i.showColor=!s(r.blackAndWhite,!1),i.copies=c(r.copies,1),i.draft=s(r.draft,!1),i.useCustomStartingPage=s(r.useFirstPageNumber,!1),i.firstPageNumber=c(r.firstPageNumber,1),i.smartPrintPagesHeight=c(r.fitToHeight,1),i.smartPrintPagesWidth=c(r.fitToWidth,1),i.pageOrder=p[r.pageOrder]||0,i.paperSizeIndex="number"==typeof a?a:1,i.zoomFactor=o.Kd(r.scale,100)/100,i.orientation=m[r.orientation]||0)}t.$k=C;function y(e,t){var r=n(e.readFullElement()).pageSetUpPr;r&&(t.Hi.useSmartPrint=s(r.Zc.fitToPage,!1))}t.dl=y;function w(e,t){var r,i,o,a,l,c=n(e.readFullElement()).headerFooter;c&&(r=c.Zc,i=t.Hi.advancedHeadFooterSetting={headerFooterAlignWithPageMargin:s(r.alignWithMargins,!0),headerFooterDifferentFirstPage:s(r.differentFirst,!1)},i.headerFooterDifferentFirstPage&&(i.headerFirstPage=c.firstHeader,i.footerFirstPage=c.firstFooter),o=i.headerFooterDifferentOddEvenPages=s(r.differentOddEven,!1),a=d(u(c,"oddHeader")),l=d(u(c,"oddFooter")),i.headerEvenPage=o?d(u(c,"evenHeader")):a,i.footerEvenPage=o?d(u(c,"evenFooter")):l,i.headerOddPage=a,i.footerOddPage=l,i.headerFooterScalesWithDocument=s("scaleWithDoc",!0))}t._k=w;function T(e,t,r){var i=n(e.readFullElement()),o=r?i.rowBreaks:i.colBreaks,a=[],l=f(o.brk);l.forEach(function(e){if(e){var t=c(e.Zc.id,0);t>0&&a.push(t)}}),r?t.Hi.rowBreakLines=a:t.Hi.columnBreakLines=a}t.al=T;function v(e,t){var r=n(e.readFullElement()).legacyDrawingHF;r&&(t.nl=r.Zc["r:id"])}t.cl=v;function x(e){var t,r,i,n={};for(t in e)e.hasOwnProperty(t)&&(r=e[t],i=r.fileType,i!==l.Qe&&i!==l.Re||(n[t]=r.fileName));return n}function A(e,t,r){var i,n;if(r)switch(i=e.Hi,i.advancedHeadFooterSetting||(i.advancedHeadFooterSetting={}),n=i.advancedHeadFooterSetting,t){case g.CH:n.headerCenterImage=r;break;case g.RH:n.headerRightImage=r;break;case g.LF:n.footerLeftImage=r;break;case g.CF:n.footerCenterImage=r;break;case g.RF:n.footerRightImage=r;break;case g.LH:default:n.headerLeftImage=r}}function k(e,t,r){var i,o,s,c,u;e&&t.nl&&(i=e[t.nl],i&&i.fileType===l.Me&&(o=x(i.relationFiles),s=r(i.fileName),c=n(s).xml,u=f(c["v:shape"]),u.forEach(function(e){var i,n=e.Zc.id,l=e["v:imagedata"].Zc["o:relid"],s=o[l];s&&(i=a(s,r),i&&A(t,g[n],i))})),t.nl="")}t.mi=k}()},function(e,t,r){!function(){"use strict";var t=r(15),i=r(4),n=r(11),o=r(12),a=r(7).Xc,l=r(17),s=i.Sb,c=i.Hb,u=t.$e,f=n.Yc,d=n.Md,h=i.Gc.uc,p=[].find;function m(e,t,r,i){var n,o,a,l,s,c;if(e){for(a in e)if("count"!==a&&(l=e[a],l&&(s=l.fileType,s===u.Le?n=l:s===u.Me&&(o=l),n&&o)))break;n&&o&&(c=g(n,o,i),r.jk(c,t))}}function g(e,t,r){var i=[],n=r(e.fileName);return n&&(y(n,i,a),n=r(t.fileName),S(n,i,a)),i}function b(e,t,r){function i(e){return e.row===t&&e.col===r}return p?p.call(e,i):e.filter(i)[0]}function S(e,t,r){var i=r(e,!0),n=i.xml,o=f(n["v:shape"]);o&&o.forEach(function(e){var r,i,n,o,l,c,u,f,h=e["x:ClientData"];if(h){if(r=parseInt(d(h,"x:Row")),i=parseInt(d(h,"x:Column")),isNaN(r)||isNaN(i))return;if(n=b(t,r,i),!n)return;l=e.Zc,o=l.fillcolor,o&&(n.backColor=o),o=l.strokecolor,o&&(n.borderColor=o),o=l.strokeweight,o&&(n.borderWidth=o),o=l.style,o&&s(n,o),o=e["v:fill"],o&&(c=o.Zc.opacity,c&&("f"===c.substr(-1)?n.opacity=parseFloat(c.substr(0,c.length-1))/65535:n.opacity=parseFloat(c))),o=e["v:stroke"],o&&(n.dashStyle=o.Zc.dashstyle,n.lineStyle=o.Zc.linestyle),o=e["v:textbox"],o&&(u=o.Zc.style,u&&u.indexOf("mso-fit-shape-to-text:t")!==-1&&(n.autoSize=!0),n.inset=o.Zc.inset),h["x:SizeWithCells"]&&(n.dynamicSize=!1),h["x:MoveWithCells"]&&(n.dynamicMove=!1),o=d(h,"x:Anchor"),o&&(f=o.split(",").map(function(e){return parseInt(e)}),n.anchor=f),o=d(h,"x:Locked"),o&&(n.locked=a(o,!0)),o=d(h,"x:LockText"),o&&(n.lockText=a(o,!0)),o=d(h,"x:TextHAlign"),o&&(n.hAlign=o.toLowerCase()),h["x:Visible"]&&(n.displayMode=1)}});function a(e,t){if(e){var r=e.trim().toLowerCase();if(["false"].indexOf(r)!==-1)return!1;if(["true"].indexOf(r)!==-1)return!0}return t}function l(e,t){var r=(e||"").trim().split(t);return{key:r[0],value:r[1]}}function s(e,t){var r=t.split(";");r.forEach(function(t){var r=l(t,":"),i=r.key,n=r.value;if(!c(n))switch(i){case"margin-left":e.marginLeft=C(n);break;case"margin-top":e.marginTop=C(n);break;case"width":e.width=n;break;case"height":e.height=n;break;case"z-index":e.zIndex=parseInt(n)}})}}function C(e){var t=96,r=72,i=37.7952755905512;try{return e.indexOf("pt")!==-1?parseFloat(e.replace("pt","")):e.indexOf("in")!==-1?parseFloat(e.replace("in",""))*r:e.indexOf("cm")!==-1?parseFloat(e.replace("cm",""))*i*r/t:parseFloat(e)}catch(e){return 0}}function y(e,t,r){var i,n=r(e),o=n.comments&&n.comments.commentList;o&&(i=f(o.comment),i.forEach(function(e){var r={},i=e.Zc.ref;r.row=s.Mb(i),r.col=s.Ob(i),w(r,e.text),t.push(r)}))}function w(e,t){if(t){var r=f(t.r),i=1===r.length,n=[];r.forEach(function(t){var r,a,s,c,u,f=t.rPr;f&&i&&(r=f.rFont&&f.rFont.Zc.val,r&&(e.fontFamily=r),a=0,f.u&&(s=f.u&&f.u.Zc.val,c=1,s&&(c=o.UnderLineStyle[s]),a|=2===c?8:1),f.strike&&(a|=2),a&&(e.textDecoration=a),f.b&&(e.fontWeight="bold"),f.i&&(e.fontStyle="italic"),r=f.color,r&&(u=l(r),1===u.colorType()&&81===u.value()||(e.foreColor=u)),r=f.sz&&f.sz.Zc.val,r&&(e.fontSize=r+"pt")),n.push(d(t,"t"))}),e.text=h(n.join(""))}}e.exports=m}()},function(e,t,r){!function(){"use strict";var t=r(4),i=r(15),n=r(11),o=r(7).Xc,a=r(12),l=r(23),s=l.getImageContent,c=l.getXFrm,u=r(8),f=r(32),d=i.$e,h=n.Yc,p=n.Nd,m=n.Od,g=n.Pd,b=a.ColorHelper,S=a.ExcelColor,C=a.ExcelSystemColor,y=a.le,w=a.UnitHelper,T=r(24);function v(e,t,r,i){var n,o,a,l,s,c;if(e){n=[];for(o in e)"count"!==o&&(a=e[o],a&&(l=a.fileType,l!==d.Ne&&l!==d.Oe||n.push(a)));n.length&&(s={names:r.ti.names||[]},c=x(n,i,s),r.kk(c,t))}}function x(e,t,r){var i={},n;return e.forEach(function(e){var o,a,l,s,c=e.relationFiles;if(c)for(o in c)"count"!==o&&(a=c[o],a&&(l=a.fileType,l!==d.Qe&&l!==d.Re&&l!==d.Ue&&l!==d.Ve||(i[o]=a)));s=t(e.fileName,!0),s&&(n=L(s,i,t,r))}),n}function A(e,t,r){var i,n,o,a,l,c=e&&e.blipFill&&e.blipFill.blip&&e.blipFill.blip.embed;c&&(i=t[c],i&&(n=i.fileName,o=n.lastIndexOf("."),o>=0&&(a=s(n,r),a&&(l=e.blipFill.blip.blipBlob={},l.blob=a,l.type=n.substr(o+1)))))}function k(e){var t=e.off,r=e.ext,i=t.x,n=t.y,o=r.cx,a=r.cy,l=i+o,s=n+a;return{left:i,top:n,right:l,bottom:s}}function E(){this.cache={},this.get=function(e,t){var r=this.cache[e];return!r&&t&&(r=this.cache[e]=new k(t)),r}}function I(e,t){return e.left>=t.left&&e.top>=t.top&&e.right<=t.right&&e.bottom<=t.bottom}function P(e,t,r){var i,n,o,a,l=r.get(t,e[t].pic.spPr.xfrm);if(l)for(i=0;i<t;i++)n=e[i],n.pic||n.hidden||(o=c(n),o&&(a=r.get(i,o),a&&I(a,l)&&(n.hidden=!0)))}function L(e,t,r,i){var n,a,l,s,c,u,f=o(e,!0),d=f["xdr:wsDr"],h={};return d&&(n=R(d,t,r),n.length>0&&(h.pictures=n),a=M(e),l=a&&a.AnchorBaseList,s=_(l,t,r,i),s.length>0&&(h.charts=s),c=B(l,t,r),c.length>0&&(h.shapes=c),u=new E,l.forEach(function(e,t){var r=e.pic;r&&!r.nvPicPr.cNvPr.hidden&&P(l,t,u)})),h}function F(e,t,r,i){var n={};return q(r,t["xdr:pic"],n,i),Z(t["xdr:clientData"],n),n.src&&e.push(n),n}function R(e,t,r){var i,n,o=[];return e?(n=h(e["xdr:oneCellAnchor"]),n.forEach(function(e){if(e&&e["xdr:pic"]){var n={startPoint:g(e["xdr:from"])};m(e["xdr:ext"],n),i=F(o,e,t,r),n.anchorType=1,i.anchor=n}}),n=h(e["xdr:twoCellAnchor"]),n.forEach(function(e){var n,a;e&&e["xdr:pic"]&&(n={startPoint:g(e["xdr:from"]),endPoint:g(e["xdr:to"])},a=e.Zc.editAs,a&&(n.editAs=T.ST_EditAs[a]),i=F(o,e,t,r),n.anchorType=0,i.anchor=n)}),n=h(e["xdr:absoluteAnchor"]),n.forEach(function(e){if(e&&e["xdr:pic"]){var n={};p(e["xdr:pos"],n),m(e["xdr:ext"],n),i=F(o,e,t,r),n.anchorType=2,i.anchor=n}}),o):o}function _(e,r,i,n){var o=[];return e&&e.length>0&&e.forEach(function(e){var a,l,s,c,u,f,h,p,m,g,b=e.AlternateContent;if(a=t.Gc.Dc(b)?b.Choice.GraphicalObjectFrame:e.graphicFrame,l=a&&a.graphic&&a.graphic.graphicData&&a.graphic.graphicData.chart&&a.graphic.graphicData.chart.id,l&&(s=r[l],c=D(s,i,n))){u={},f=s.relationFiles;for(h in f)"count"!==h&&(p=f[h],p&&(m=p.fileType,m!==d.We&&m!==d.Qe||(u[h]=p)));g=O(c.userShapes,u,i),g&&(c.userShapes=g),z(c,u,i),e.chartSpace=c,o.push(e)}}),o}function B(e,t,r){var i=[];return e&&e.length>0&&e.forEach(function(e){(e.sp||e.cxnSp||e.grpSp)&&(j(e,t,r),i.push(e))}),i}function M(e){var t=new u;for(t.reset(),t.setXml(e),t.keepRootNamespace=!0;t.read();)if(0===t.depth&&2!==t.elementType&&"xdr:wsDr"===t.name())return f.ReadCT_Drawing(t);return null}function D(e,t,r){var i,n,o,a,l,s,c,h,p,m;if(!e)return null;for(i=e.fileName,n=t(i,!0),o=new u,o.reset(),o.setXml(n),o.keepRootNamespace=!0;o.read();)if(0===o.depth&&2!==o.elementType){if("c:chartSpace"===o.name()){a=f.ReadCT_ChartSpace(o),l=!1;break}if("cx:chartSpace"===o.name()){s=r&&r.names?r.names:[],a=f.Chart2016Reader.ReadCT_ChartSpace(o,s),l=!0;break}}if(l){c=e.relationFiles;for(h in c)"count"!==h&&(p=c[h],m=p&&p.fileType,m===d.Ye?a.style=N(p,t):m===d.Xe&&(a.colors=G(p,t)))}return a}function N(e,t){var r=t(e.fileName,!0),i=new u;for(i.reset(),i.setXml(r);i.read();)if(0===i.depth&&2!==i.elementType)return f.Chart2016Reader.ReadCT_ChartStyle(i)}function G(e,t){var r=t(e.fileName,!0),i=new u;for(i.reset(),i.setXml(r);i.read();)if(0===i.depth&&2!==i.elementType)return f.Chart2016Reader.ReadCT_chartColors(i)}function O(e,t,r){var i,n,o,a,l,s,c;if(!e||!e.id)return null;i=t[e.id],n={},o=i.relationFiles;for(a in o)"count"!==a&&(l=o[a],l&&(s=l.fileType,s!==d.Qe&&s!==d.Ue||(n[a]=l)));return c=U(i,r),c&&c.length>0?c.map(function(e){return e.pic?V(e,n,r):e.graphicFrame&&W(e,n,r),e}):void 0}function H(e){var t,r,i=e&&e["c:userShapes"];if(i){if(t=i["cdr:absSizeAnchor"],r=i["cdr:relSizeAnchor"],t)return t["cdr:pic"]&&t["cdr:pic"]["cdr:spPr"];if(r)return r["cdr:pic"]&&r["cdr:pic"]["cdr:spPr"]}return null}function U(e,t){var r,i,n,a,l;if(!e)return null;for(r=e.fileName,i=t(r,!0),n=new u,n.reset(),n.setXml(i),n.keepRootNamespace=!0;n.read();)if(0===n.depth&&2!==n.elementType&&"c:userShapes"===n.name()&&(a=f.ReadCT_ChartDrawing(n)))return l=a.relSizeAnchor.concat(a.absSizeAnchor),l.forEach(function(e){if(e.pic){var t=o(i);e.pictureStyleInfo=H(t)}}),l;return null}function W(e,t,r){var i=e.graphicFrame.graphic&&e.graphicFrame.graphic.graphicData&&e.graphicFrame.graphic.graphicData.chart&&e.graphicFrame.graphic.graphicData.chart.id,n=t[i];n&&(e.chartSpace=D(n,r))}function V(e,t,r){A(e.pic,t,r);var i=e.pictureStyleInfo;i&&(e.pictureFormat=ce(i),delete e.pictureStyleInfo)}function z(e,t,r){var i=e.chart.plotArea;i&&i.chartGroups&&i.chartGroups.forEach(function(e){e&&e.ser&&e.ser.forEach(function(e){e.spPr&&A(e.spPr,t,r),e.dLbls&&e.dLbls.spPr&&A(e.dLbls.spPr,t,r)})}),i&&i.spPr&&A(i.spPr,t,r),e.spPr&&A(e.spPr,t,r)}function j(e,t,r){e.sp&&e.sp.spPr?A(e.sp.spPr,t,r):e.grpSp&&(e.grpSp.sp&&e.grpSp.sp.forEach(function(e){e.spPr&&A(e.spPr,t,r)}),e.grpSp.grpSpPr&&A(e.grpSp.grpSpPr,t,r))}function K(e){var t=e.ln;t&&t.solidFill&&t.solidFill.schemeClr&&void 0===t.solidFill.schemeClr.tint}function Y(e){e.sp&&e.sp.spPr?K(e.sp.spPr):e.grpSp&&(e.grpSp.sp&&e.grpSp.sp.forEach(function(e){e.spPr&&K(e.spPr)}),e.grpSp.grpSpPr&&K(e.grpSp.grpSpPr))}function Z(e,t){e&&(t.locked=n.Jd(e.Zc.fLocksWithSheet,!0))}function q(e,t,r,i){var o,a,l,c,u,d,h,p,m,g,b,S,C,y,w,T,v;if(t){if(o=t["xdr:nvPicPr"],o&&(a=o["xdr:cNvPr"],r.name=a&&a.Zc.name,r.isVisible=!n.Jd(a&&a.Zc.hidden,!1)),o=t["xdr:blipFill"]){l=o["a:blip"],c=l&&l.Zc["r:embed"],u=l&&l["a:extLst"]&&l["a:extLst"]["a:ext"],u instanceof Array||(u=[u]);for(d in u)h=u[d]&&u[d]["asvg:svgBlip"],h&&(c=h.Zc["r:embed"]);c&&(p=e[c],p&&(m=s(p.fileName,i),m&&(r.src=m))),g=o["a:srcRect"],b=g&&g.Zc,b&&(S=+b.l||0,C=+b.t||0,y=+b.r||0,w=+b.b||0,(S||C||y||w)&&(r.srcRect={l:S,t:C,r:y,b:w}))}o=t["xdr:spPr"],o&&(r.pictureFormat=ce(o),T=o["a:xfrm"],T&&(v=parseInt(T.Zc.rot),v&&(r.rot=f.getRotationDegree(v))))}}function J(e){var t,r,i,n;if(e)return t={},r=e.Zc,i=parseInt(r.w||"0"),t.width=w.emuToPixles(i),t.compoundLineType=r.compd||"sng",t.lineEndingCap=r.cap||"sq",t.penAlignment=r.align||"ctr",t.fillFormat=Q(e),t.headLineEndStyle=te(e["a:headEnd"]),t.tailLineEndStyle=te(e["a:tailEnd"]),e["a:bevel"]&&(t.joinType="bevel"),e["a:miter"]&&(t.joinType="miter"),e["a:round"]&&(t.joinType="round"),n=e["a:prstDash"],t.lineDashType=n&&n.Zc.val||"solid",t}function Q(e){var t=e["a:solidFill"];return t?X(t):(t=e["a:pattFill"])?re(t):(t=e["a:noFill"])?ie():(t=e["a:gradFill"])?ne(t):(t=e["a:blipFill"],t?ae(t):void 0)}function X(e){var t={},r=ee(e,t);return{fillFormatType:1,color:r,drawingColorSettings:t}}function $(e,t,r){r.forEach(function(r){var i=t["a:"+r];i&&(e[r]=parseInt(i.Zc.val||"0"))})}function ee(e,t){var r,i,n,o,a,l,s,c,u,f,d,h=e["a:schemeClr"];return h&&(r=(h.Zc.val||"").toUpperCase(),$(t,h,["alpha","shade","tint","hue","hueOff","hueMod","sat","satOff","satMod","lum","lumOff","lumMod"]),r)?new S(3,b.toColorSchemeIndex(r),0):(h=e["a:hslClr"])?(n=h.Zc,o=parseInt(n.hue||"0"),a=parseInt(n.sat||"0"),l=parseInt(n.lum||"0"),$(t,h,["alpha","shade","tint"]),b.fromColorToExcelColor(b.convertHLSToRGB(o,l,a))):(h=e["a:prstClr"],h&&(r=h.Zc.val||"",$(t,h,["alpha","shade","tint"]),r)?b.fromColorToExcelColor(b.fromPresetColorVal(r)):(h=e["a:scrgbClr"])?(n=h.Zc,s=parseInt(n.r||"0"),c=parseInt(n.g||"0"),u=parseInt(n.b||"0"),$(t,h,["alpha","shade","tint"]),b.fromColorToExcelColor(new y(255,b.scRgbTosRgb(s),b.scRgbTosRgb(c),b.scRgbTosRgb(u)))):(h=e["a:srgbClr"],h&&(i=h.Zc.val,$(t,h,["alpha","shade","tint"]),i&&(r=parseInt(i,16),!isNaN(r)))?new S(2,r,0):(h=e["a:sysClr"],h&&(f=h.Zc.val,d=C.getSystemColor(f),$(t,h,["alpha","shade","tint","lumMode"]),d)?b.fromColorToExcelColor(d):null)))}function te(e){if(e){var t=e.Zc;return{length:t.len||"lg",type:t.type||"none",width:t.w||"lg"}}}function re(e){var t,r,i,n,o=e.Zc.prst||"pct5",a=e["a:bgClr"];return a&&(t={},r=ee(a,t)),a=e["a:fgClr"],a&&(i={},n=ee(a,i)),{fillFormatType:4,fillPattern:o,backgroundDrawingColorSettings:t,backgroundColor:r,foregroundDrawingColorSettings:i,foregroundColor:n}}function ie(){return{fillFormatType:0}}function ne(e){var t,r=[],i=e.Zc,o={fillFomatType:2,gradientStops:r};return o.flipMode=i.flip||"none",o.rotateWithShape=n.Jd(i.rotWithShape,!1),t=e["a:gsLst"],t&&h(t["a:gs"]).forEach(function(e){r.push(oe(e))}),t=e["a:lin"],t&&(o.gradientFillType="linear",o.angle=parseFloat(t.Zc.ang||"0")/6e4,o.scaled=n.Jd(t.Zc.scaled,!1)),t=e["a:path"],t&&(o.gradientFillType=t.Zc.path||"shape",o.fillToRect=se(t["a:fillToRect"])),o.tileRect=se(e["a:tileRect"]),o}function oe(e){var t={},r=ee(e,t),i=parseFloat(e.Zc.pos||"100000")/1e5;return{position:i,color:r,drawingColorSettings:t}}function ae(e){var t,r,i={transparency:1};return i.rotateWithShape=n.Jd(e.Zc.rotWithShape,!1),t=e["a:blip"],t&&(i.imageID=t.Zc["r:embed"],r=t["a:alphaModFix"],r&&(i.transparency=1-parseFloat(r.Zc.amt||"0")/1e5)),t=e["a:tile"],t&&(i.tile=le(t)),t=e["a:stretch"],t&&(i.stretch=se(t["a:fillRect"])),i}function le(e){var t=e.Zc,r=t.sx,i=t.sy,n=t.tx,o=t.ty;return{alignment:t.algn||"tl",flipping:t.flip||"none",horizontalRatio:r&&parseFloat(r)/1e5||1,verticalRatio:i&&parseFloat(i)/1e5||1,horizontalOffset:n&&parseFloat(n)/1e5||0,verticalOffset:o&&parseFloat(o)/1e5||0}}function se(e){if(e){var t=e.Zc;return[t.l,t.t,t.r,t.b].map(function(e){return parseFloat(e||"0")/1e5})}}function ce(e){var t,r={};return r.lineFormat=J(e["a:ln"]),t=Q(e),t&&(r.fillFormat=t),r}e.exports=v}()},function(e,t,r){!function(){"use strict";var e=r(15),i=r(11),n=r(7).Xc,o=r(4),a=r(11),l=e.$e,s=i.Yc,c=o.Hb,u=r(12),f=u.UnitHelper,d=f.emuToPixles,h=i.Pd,p=r(23),m=p.getBounds,g=o.Gc,b={selectedItemWithData:"selectedItemWithDataStyle",selectedItemWithNoData:"selectedItemWithNoDataStyle",unselectedItemWithData:"unSelectedItemWithDataStyle",unselectedItemWithNoData:"unSelectedItemWithNoDataStyle",hoveredSelectedItemWithData:"hoveredSelectedItemWithDataStyle",hoveredSelectedItemWithNoData:"hoveredSelectedItemWithNoDataStyle",hoveredUnselectedItemWithData:"hoveredUnSelectedItemWithDataStyle",hoveredUnselectedItemWithNoData:"hoveredUnSelectedItemWithNoDataStyle",wholeTable:"wholeSlicerStyle",headerRow:"headerStyle"},S={9:1,1:1,3:1,4:1,7:1,11:1,2:2,10:2,12:2,8:2,13:2,5:3,6:3};function C(e){switch(e){case 6:return"double";case 9:case 11:case 4:case 13:case 10:case 12:return"dotted";case 2:case 3:case 8:return"dashed";default:return"solid"}}function y(e){if(e){var t={};return e.style&&(t.borderWidth=S[e.style]||1,t.borderStyle=C(e.style)),e.color&&(t.borderColor=e.color),t}}function w(e){var t,r;if(e){for(t in e)e.hasOwnProperty(t)&&t.indexOf("border")>=0&&(r=e[t],r?e[t]=y(r):null===r&&(e[t]=void 0));return e}}function T(e,t,r,i,n){var o,a,s,c,u,f,d,h,p;if(e){o=[],a=[];for(s in e)"count"!==s&&(c=e[s],c&&(u=c.fileType,u===l.Se?o.push(c):u!==l.Ne&&u!==l.Oe||a.push(c)));f=R(n),d=F(n),o.length&&(h=x(o,i),p=r.ti.sheets[t],k(h,d,i),L(h,a,i,p),E(h,f,i,r),r.vk(h,t))}}function v(e,t){var r,i=n(e),o=i.slicers;o&&(r=s(o.slicer),c(r)||r.forEach(function(e){var r={},i=e.Zc;c(i)||(c(i.name)||(r.name=g.uc(g.zc(i.name,"_x000a_","\n"))),c(i.cache)||(r.nameInFormula=i.cache),c(i.caption)||(r.captionName=i.caption),c(i.columnCount)||(r.columnCount=a.Ld(i.columnCount,1)),c(i.showCaption)||(r.showHeader="0"!==i.showCaption),r.style={name:i.style},c(i.lockedPosition)||(r.disableResizingAndMoving="1"===i.lockedPosition),c(i.rowHeight)||(r.itemHeight=d(parseInt(i.rowHeight)))),t.push(r)}))}function x(e,t){var r=[];return e.forEach(function(e){var i=t(e.fileName);i&&v(i,r)}),r}function A(e,t){var r,i,o,l,c,u,f,d,h,p,m,g,b=n(t),S=b.slicerCacheDefinition;if(S){if(r=S.Zc,i=r.name,o=[],e.forEach(function(e){e.nameInFormula===i&&o.push(e)}),!o.length)return;
- l=r.sourceName,c=null,u=null,f=null,d=!0,h=!0,p=!0,m=S.extLst,m&&(g=s(m["x:ext"]),g.forEach(function(e){var t,r,i=e.Zc,n=i.uri,o=null;switch(n){case"{03082B11-2C62-411c-B77F-237D8FCFBE4C}":break;case"{2F2917AC-EB37-4324-AD4E-5DD8C200BD13}":t=s(e["x15:tableSlicerCache"]),t.forEach(function(e){var t=e.Zc;c=a.Ld(t.tableId,0),u=a.Ld(t.column,0),f=t.sortOrder,o=t.crossFilter});break;case"{470722E0-AACD-4C17-9CDC-17EF765DBC7E}":r=s(e["x15:slicerCacheHideItemsWithNoData"]),r&&r.length>0&&(d=!1)}switch(o){case"none":h=!1;break;case"showItemsWithNoData":p=!1}})),o.forEach(function(e){e.sourceName=l,e.tableId=c,e.columnId=u,"descending"===f&&(e.sortState=2),e.showNoDataItems=d,e.visuallyNoDataItems=h,e.showNoDataItemsInLast=p})}}function k(e,t,r){t.forEach(function(t){var i=r(t.fileName,!0);i&&A(e,i)})}function E(e,t,r,i){var o,a,l,u,f,d,h,p,m=r(t.fileName,!0);m&&(o=n(m),a=o.styleSheet,l={},u=i.gi,c(u)||(f=s(u["x14:slicerStyle"]),f.forEach(function(e){var t=e.Zc,r=t.name,n={name:r},o=s(e["x14:slicerStyleElements"]);o.forEach(function(e){var t=s(e["x14:slicerStyleElement"]);t.forEach(function(e){var t,r=e.Zc,o=r.type,a=r.dxfId,l=b[o];!c(a)&&l&&(t=i.fk(a),n[l]=w(t))})}),l[r]=n})),d=a.tableStyles,c(d)||(h=s(d.tableStyle),h.forEach(function(e){var t,r=e.Zc,n=r.name,o=l[n];o&&(t=s(e.tableStyleElement),t.forEach(function(e){var t=e.Zc,r=t.type,n=t.dxfId,a=i.gk(n),l=b[r];!c(n)&&l&&(o[l]=w(a))}))})),p=u.Zc.defaultSlicerStyle,e.forEach(function(e){var t=e.style.name;t||(e.style.name=p,t=p),l[t]&&(e.style=l[t])}))}function I(e,t){var r=null;return e.forEach(function(e){e.name===t&&(r=e)}),r}function P(e,t,r){var i=n(t,!0),o=i["xdr:wsDr"],a=_(s(o["xdr:twoCellAnchor"]));a.forEach(function(t){var i,n,o,a,l,s,u,f,d=t.Zc,p=!0,b=!0,S=d.editAs;"absolute"===S?(p=!1,b=!1):"oneCell"===S&&(p=!0,b=!1),i=!0,n=t.clientData,o=h(t["xdr:from"]),a=h(t["xdr:to"]),l=m(r,o,a),n&&(s=n.Zc.fLocksWithSheet,"0"===s&&(i=!1)),u=g.uc(g.zc(t.slicerName,"
","\n")),f=I(e,u),c(f)||(f.dynamicMove=p,f.dynamicSize=b,f.x=l.x,f.y=l.y,f.width=l.width,f.height=l.height,f.isLocked=i,f.endPoint=a)})}function L(e,t,r,i){t.forEach(function(t){var n=r(t.fileName,!0);n&&P(e,n,i)})}function F(e){var t,r,i,n=e.relationFiles,o=[];for(t in n)"count"!==t&&(r=n[t],r&&(i=r.fileType,i===l.Te&&o.push(r)));return o}function R(e){var t=e.Zh(l.Ce);if(t||(t=e.Zh(l.De)),t)return t}function _(e){var t=["mc:AlternateContent","mc:Choice","xdr:graphicFrame","a:graphic","a:graphicData"],r=[];return e.forEach(function(e){var i,n,o,a,l,c=e;for(i=0;i<t.length;i++)n=!1,c&&c[t[i]]&&(n=!0,c=c[t[i]]);n&&(o=c,a=o.Zc.uri,"http://schemas.microsoft.com/office/drawing/2010/slicer"===a&&(l=s(o["sle:slicer"]),l.forEach(function(t){var i=t.Zc,n=i.name;e.slicerName=n,r.push(e)})))}),r}t.li=T}()},function(e,t,r){!function(){"use strict";var t,i,n=r(15),o=r(4),a=r(7).Xc,l=r(11),s=r(11),c=r(26).Ki,u=r(38).ml,f=r(38).ll,d=n.$e,h=o.Hb,p=s.Yc,m=l.Md,g=o.Gc,b=o.processFunction;function S(e,t,r){return g.uc(m(e,t,r))}t={wholeTable:"wholeTableStyle",headerRow:"headerRowStyle",totalRow:"footerRowStyle",firstColumn:"highlightFirstColumnStyle",lastColumn:"highlightLastColumnStyle",firstRowStripe:"firstRowStripStyle",secondRowStripe:"secondRowStripStyle",firstColumnStripe:"firstColumnStripStyle",secondColumnStripe:"secondColumnStripStyle",firstHeaderCell:"firstHeaderCellStyle",lastHeaderCell:"lastHeaderCellStyle",firstTotalCell:"firstFooterCellStyle",lastTotalCell:"lastFooterCellStyle"};function C(){var e,t={};for(e=1;e<=28;e++)e<=21&&(t["TABLESTYLELIGHT"+e]=!0),e<=11&&(t["TABLESTYLEDARK"+e]=!0),t["TABLESTYLEMEDIUM"+e]=!0;return t}i=C();function y(e,t,r,i){var n,o,a,l,s,c;if(e){o=[];for(a in e)"count"!==a&&(l=e[a],l&&(s=l.fileType,s===d.Ke&&(n=l),n&&(c=w(n,i,r,t),h(c)||o.push(c))));r.rk(o,t)}}function w(e,t,r,i){var n=t(e.fileName);if(n)return T(n,r,i)}function T(e,t,r){var i,n,o,s,d,p,m,g,b,S,C=a(e),y={},w=C&&C.table&&C.table.Zc;if(!h(w)){if(y.id=l.Ld(w.id,0),y.name=w.name,i=w.ref,h(i)||(n=c(i)[0],y.row=n.row,y.col=n.col,y.rowCount=n.rowCount,y.colCount=n.colCount),o=l.Ld(w.headerRowCount,1),o>=1?y.showHeader=!0:y.showHeader=!1,y.showFooter=l.Jd(w.totalsRowShown,!0),s=l.Ld(w.totalsRowCount,-1),s<1?y.showFooter=!1:y.showFooter=!0,d=C&&C.table,!h(d))for(g in d)if(d.hasOwnProperty(g)&&!h(d[g]))switch(g){case"autoFilter":p=u(d[g]);break;case"sortState":m=f(d[g]);break;case"tableColumns":y.columns=v(d[g]);break;case"tableStyleInfo":x(d[g],y,t);break;case"extLst":y.reservedElement=d[g]}for(b=p||{},y.rowFilter=t.tk(b,r)||{},y.rowFilter.sortInfo=m,y.rowFilter.showFilterButton=!0,y.rowFilter.filterButtonVisibleInfo={},S=0;S<y.colCount;S++)y.rowFilter.filterButtonVisibleInfo[S]=!0;if(!y.rowFilter.range){if(!y.rowFilter.sortInfo)for(y.rowFilter.showFilterButton=!1,y.rowFilter.filterButtonVisibleInfo={},S=0;S<y.colCount;S++)y.rowFilter.filterButtonVisibleInfo[S]=!1;y.rowFilter.range={row:y.row+1,col:y.col,rowCount:y.rowCount-1,colCount:y.colCount},y.showFooter&&y.rowFilter.range.rowCount--}if(y.rowFilter.filteredColumns&&y.rowFilter.filteredColumns.length>0&&(b.filterColumns[0].hiddenButton||y.rowFilter.showFilterButton===!1))for(y.rowFilter.showFilterButton=!1,y.rowFilter.filterButtonVisibleInfo={},S=0;S<y.colCount;S++)y.rowFilter.filterButtonVisibleInfo[S]=!1;y.showHeader===!1&&(y.rowFilter.showFilterButton=!1)}return y}function v(e){var t=[],r=p(e.tableColumn);return h(r)||r.forEach(function(e){var r,i,n={};n.footerFormula=null,n.footerValue=null,r=e.Zc,h(r)||(h(r.id)||(n.id=l.Ld(r.id,0)),h(r.name)||(n.name=g.uc(g.zc(r.name,"_x000a_","\n"))),h(r.totalsRowLabel)||(n.footerValue=g.uc(r.totalsRowLabel)),h(r.totalsRowFunction)||("custom"===r.totalsRowFunction?n.footerFormula=S(e,"totalsRowFormula"):n.footerFormula=r.totalsRowFunction)),i=e.calculatedColumnFormula,h(i)||(n.dataAreaFormula=g.uc(b(i.calculatedColumnFormula))),t.push(n)}),t}function x(e,t,r){var i={},n=e.Zc;h(n)||(h(n.name)||A(t,i,r,n.name),h(n.showFirstColumn)||(t.highlightFirstColumn=l.Jd(n.showFirstColumn,!1)),h(n.showLastColumn)||(t.highlightLastColumn=l.Jd(n.showLastColumn,!1)),h(n.showRowStripes)||(t.bandRows=l.Jd(n.showRowStripes,!1)),h(n.showColumnStripes)||(t.bandColumns=l.Jd(n.showColumnStripes,!1)))}function A(e,t,r,n){var o,a,s,c,u,f,d,m=i[n.toUpperCase()];if(m)t.buildInName=E(n);else if(o=r.tableStylesObj,!h(o)&&(a=o.Zc,!h(a))){if(s=l.Ld(a.count,0),s>0&&(u=p(o.tableStyle),!h(u)))for(f=0;f<u.length;f++)if(d=u[f].Zc.name,n===d){c=u[f];break}k(e,t,c,r)}e.style=t}function k(e,t,r,i){var n=r,o=n.Zc;t.name=o.name,o.count&&o.count>0&&I(e,t,r,i)}function E(e){return e.substr(10)}function I(e,r,i,n){var o=p(i.tableStyleElement);h(o)||o.forEach(function(e){var i,o,a,s,c=e.Zc;h(c)||(i=c.type||"wholeTable",o=l.Ld(c.dxfId)||0,a=l.Ld(c.size)||1,s=n.gk(o),r[t[i]]=s,"firstRowStripe"!==i&&"secondRowStripe"!==i&&"firstColumnStripe"!==i&&"secondColumnStripe"!==i||(r[i.substr(0,i.length-1)+"Size"]=a))}),e.style=r}e.exports=y}()},function(e,t,r){!function(){"use strict";var t=r(7).Xc,i=r(11),n=i.Yc;function o(e){return e.Zc.name}function a(e,r){var i,a=t(e),l=a.metadata;l&&(i=n(l.metadataTypes.metadataType).map(o),l.typeNames=i,r.Fk(l))}e.exports=a}()},function(e,t,r){!function(){"use strict";var t,i=r(2),n=r(15),o=n._h,a=r(4),l=a.Gc,s=a.Hb,c=r(47),u=r(48),f=r(49).ol,d=r(51),h=r(52),p=r(53),m=r(54),g=r(61),b=r(62),S=r(63),C=r(64),y=r(65),w=r(67),T=r(57).pl,v=r(57).ql,x=r(60).rl,A=r(68).sl,k=r(66),E=r(23).getPictureInfo,I=y.writeDrawing,P=C.writeComments,L=C.writeCommentShapes,F=r(12),R=n.$e,_=n.Hh,B=void 0;function M(e,t,r){var i,n,a,l=e.imageType||"jpg";return"svg+xml"===l&&(l="svg"),i=_.Cg+t+"."+l,n=new o(_.ng+"/"+i,R.Qe),n.target="../media/"+i,a=r.Uh(n),e.rid=a,n}function D(e,t){return{AlternateContent:"http://schemas.openxmlformats.org/markup-compatibility/2006",Choice:{cx:"http://schemas.microsoft.com/office/drawing/2015/9/8/chartex",Requires:"cx1",GraphicalObjectFrame:{nvGraphicFramePr:{cNvPr:{id:1,name:e}},graphic:{graphicData:{chart:{id:t}}}}}}}t=function(){function e(e,t){var r=this;r.ul=0,r.vl=B,r.wl={},r.pi=[],r.xl=1===e.referenceStyle,r.G={},r.yl=i(),r.zl=0,r.Al=0,r.Bl=0,r.Cl=0,r.Dl=0,r.El=0,r.Fl=0,r.vl=new u(e),r.vl.onCompleted=function(){t.call(r)},r.vl.Gl(),r.vl&&r.vl.Gi()}return e.prototype.I=function(){var e,t,r,i=this,n=new o("",""),a=new o(_.Jg,R.Ae);n.Uh(a),i.Hl(n),e={Il:[],Jl:{},Kl:0,Ll:{}},t=i.Ml(a),r=[],i.Nl(a,t,e,r),i.Ol(a,e),i.Pl(a),i.Ql(a),i.Rl(r),i.Sl(n),i.Tl(n,i.zl>0),i.si(),i.yl.generateAsync({type:i.G.useArrayBuffer?"arraybuffer":"blob",mimeType:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",compression:"DEFLATE"}).then(function(e){i.onZip(e)}).catch(function(){i.onError()})},e.prototype.Hl=function(e){var t,r,i,n=this,a=n.vl.ti;s(a.docProps)||(a.docProps.docPropsCore&&(t=new o(_.Kg,R.xe),e.Uh(t),n.Ul()),a.docProps.docPropsApp&&(r=new o(_.Lg,R.ye),e.Uh(r),n.Vl()),a.docProps.docPropsCustom&&(i=new o(_.Mg,R.ze),e.Uh(i),n.Wl()))},e.prototype.Sl=function(e){var t,r,i,n,o,a,u,f,d,h;if(!s(e)&&!s(e.relationFiles)&&0!==e.relationFiles.count){t=l.wc(e.fileName),r=t.dir,i=t.fileName,n=this,o={};for(a in e.relationFiles)e.relationFiles.hasOwnProperty(a)&&(u=e.relationFiles[a],u&&"count"!==a&&(f=[u.target||u.fileName.replace(r+"/",""),u.fileType],u.targetMode&&f.push(u.targetMode),o[a]=f,this.Sl(u)));d=new c,d.writeDocument(),d.writeElement("Relationships",function(){d.writeAttributeString("xmlns",_.bh)},function(){var e,t;for(e in o)o.hasOwnProperty(e)&&(t=o[e],t&&t.length>=2&&d.writeLeafElement("Relationship",function(){d.writeAttributeString("Id",e),d.writeAttributeString("Type",t[1]),d.writeAttributeString("Target",t[0]),t[2]&&d.writeAttributeString("TargetMode",t[2])}))}),h=r+"/"+_.hf+"/"+i+"."+_.mf,n.yl.file(h.substring(1),d.xml)}},e.prototype.Tl=function(e,t){var r=this.vl.Xl(e,t),i=new c;i.writeDocument(),i.writeElement("Types",function(){i.writeAttributeString("xmlns",_.ah)},function(){var e,t,o;for(e=0,t=r.length;e<t;e++)o=r[e],o instanceof n.Sh?i.writeLeafElement("Default",function(){i.writeAttributeString("Extension",o.extension),i.writeAttributeString("ContentType",o.contentType)}):o instanceof n.Th&&i.writeLeafElement("Override",function(){i.writeAttributeString("PartName",o.partName),i.writeAttributeString("ContentType",o.contentType)})}),this.yl.file(_.jf,i.xml)},e.prototype.Ul=function(){var e=this,t=d(e.vl);this.yl.file(_.Kg.substring(1),t)},e.prototype.Vl=function(){var e=this,t=h(e.vl);this.yl.file(_.Lg.substring(1),t)},e.prototype.Wl=function(){var e=this,t=p(e.vl);this.yl.file(_.Mg.substring(1),t)},e.prototype.Ml=function(e){var t,r=this,i=new o(_.Ng,R.Ce);return e.Uh(i),t=f(r.vl,r.wl),r.yl.file(_.Ng.substring(1),t.xml),t.styleOffset},e.prototype.Nl=function(e,t,r,i){var a,l,s,c,u,f,d,h=this.vl,p=h.Yl(),m=p.length,g=0,b=h.Zl();for(b&&b.length>0&&b.forEach(function(e){e.id=++g}),a=0;a<m;a++)l=p[a],l&&(s=new n.Rh,s.name=l,s.sheetId=a+1,s.index=a,c=new o(_.pg+"/"+_.tg+s.sheetId+"."+_.Qf,R.Ee),s.rID=e.Uh(c),this.pi.push(s),u={attributes:[]},this.$l(h,l,c,u,a),f=h._l(l),d=this.am(c,u,f.withDrawingObjects),this.bm(h,d,l,f.charts,i),this.cm(h,d,f),this.dm(h,c,l),this.em(h,c,l,e),this.fm(h,c,l,e),this.gm(s,t,r,u,c))},e.prototype.Ol=function(e,t){var r,i,n=this;t.Il.length<=0||(r=new o(_.Gg,R.Fe),e.Uh(r),i=g(t),n.yl.file(_.Gg.substring(1),i))},e.prototype.Pl=function(e){var t,r=new o(_.Hg,R.He);e.Uh(r),t=b(this.vl),this.yl.file(_.Og.substring(1),t)},e.prototype.Rl=function(e){var t=this,r=S(t.vl,t.pi,t.xl,e);t.yl.file(_.Jg.substring(1),r)},e.prototype.gm=function(e,t,r,i,n){var o=this,a=m(o.vl,e.name,o.wl,t,o.G,r,i,n);this.yl.file(_.Ig.substring(1)+"/sheet"+e.sheetId+"."+_.Qf,a)},e.prototype.$l=function(e,t,r,i,n){var a,l,s,c,u,f=e.hm(t);f&&f.length>0&&(this.Al++,a=_.ug+this.Al+"."+_.Qf,l=new o(_.if+"/"+a,R.Le),l.target="../"+a,r.Uh(l),this.zl++,s=_.ig+this.zl+"."+_.Rf,c=new o(_.kg+"/"+s,R.Me),c.target="../drawings/"+s,u=r.Uh(c),i.legacyDrawingId=u,i.attributes.push({key:"xmlns:xdr",value:_.Tg}),this.im(e,n,f,l.fileName,c.fileName))},e.prototype.im=function(e,t,r,i,n){var o=this,a=o.yl,l=P(e,r);a.file(i.substring(1),l),l=L(e,t,r),a.file(n.substring(1),l)},e.prototype.bm=function(e,t,r,i,n){if(i){var l=this;i.forEach(function(e){var r,i,u,f,d,h,p,m,g,b,S,C,y=a.Gc.Ec(e),w=y&&y.layoutId,T=a.Gc.Fc(w),v=T?R.Ve:R.Ue,x=T?_.wg:_.vg;l.Fl++,r=x+l.Fl+"."+_.Qf,i=_.xg+l.Fl+"."+_.Qf,u=_.zg+l.Fl+"."+_.Qf,f=new o(_.jg+"/"+r,v),d=new o(_.jg+"/"+i,R.Ye),h=new o(_.jg+"/"+u,R.Xe),f.target="../charts/"+r,e.chartId=t.Uh(f),p=e.graphicFrame.nvGraphicFramePr.cNvPr.name,e.AlternateContent=D(p,e.chartId),m=e.chartSpace,m&&(l.jm(m,e,f),l.km(m,f),g=new c,g.writeDocument(),T?(b=l.vl&&l.vl.ti&&l.vl.ti.names?l.vl.ti.names:[],k.chart2016Write.WriteCT_ChartSpace(g,"cx","chartSpace",m,b,n)):k.WriteCT_ChartSpace(g,"c","chartSpace",m),l.yl.file(f.fileName.substring(1),g.xml),T&&(d.target="../charts/"+i,s(e.chartSpace.style)&&(e.chartSpace.style=JSON.parse('{"attribute":{"cs":"http://schemas.microsoft.com/office/drawing/2012/chartStyle","a":"http://schemas.openxmlformats.org/drawingml/2006/main","id":"381"},"axisTitle":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1,"lumMod":[65000],"lumOff":[35000]}}},"idx":1},"defRPr":{"sz":12}},"categoryAxis":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1,"lumMod":[65000],"lumOff":[35000]}}},"idx":1},"spPr":{"ln":{"w":1,"cap":2,"cmpd":0,"algn":0,"solidFill":{"schemeClr":{"val":1,"lumMod":[15000],"lumOff":[85000]}},"round":true}},"defRPr":{"sz":12}},"chartArea":{"attribute":{"mods":"allowNoFillOverride allowNoLineOverride"},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"solidFill":{"schemeClr":{"val":0}},"ln":{"w":1,"cap":2,"cmpd":0,"algn":0,"solidFill":{"schemeClr":{"val":1,"lumMod":[15000],"lumOff":[85000]}},"round":true}},"defRPr":{"sz":13.33}},"dataLabel":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":14}}},"idx":1},"defRPr":{"sz":12}},"dataLabelCallout":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":13,"lumMod":[65000],"lumOff":[35000]}}},"idx":1},"spPr":{"solidFill":{"schemeClr":{"val":14}},"ln":{"solidFill":{"schemeClr":{"val":13,"lumMod":[25000],"lumOff":[75000]}}}},"defRPr":{"sz":12},"bodyPr":{"rot":0,"spcFirstLastPara":true,"vertOverflow":2,"horzOverflow":1,"vert":0,"wrap":1,"lIns":36576,"tIns":18288,"rIns":36576,"bIns":18288,"anchor":1,"anchorCtr":true,"spAutoFit":true}},"dataPoint":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{"styleClr":{"val":0}},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"solidFill":{"schemeClr":{"val":12}},"ln":{"w":2,"solidFill":{"schemeClr":{"val":14}}}}},"dataPoint3D":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{"styleClr":{"val":0}},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"solidFill":{"schemeClr":{"val":12}}}},"dataPointLine":{"attribute":{},"lnRef":{"ColorProp":{"styleClr":{"val":0}},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"ln":{"w":3,"cap":0,"solidFill":{"schemeClr":{"val":12}},"round":true}}},"dataPointMarker":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{"styleClr":{"val":0}},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"solidFill":{"schemeClr":{"val":12}},"ln":{"w":1,"solidFill":{"schemeClr":{"val":14}}}}},"dataPointMarkerLayout":{"attribute":{"symbol":"circle","size":"5"}},"dataPointWireframe":{"attribute":{},"lnRef":{"ColorProp":{"styleClr":{"val":0}},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"ln":{"w":3,"cap":0,"solidFill":{"schemeClr":{"val":12}},"round":true}}},"dataTable":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1,"lumMod":[65000],"lumOff":[35000]}}},"idx":1},"spPr":{"ln":{"w":1,"solidFill":{"schemeClr":{"val":1,"lumMod":[15000],"lumOff":[85000]}}}},"defRPr":{"sz":12}},"downBar":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":13}}},"idx":1},"spPr":{"solidFill":{"schemeClr":{"val":13,"lumMod":[65000],"lumOff":[35000]}},"ln":{"w":1,"solidFill":{"schemeClr":{"val":1,"lumMod":[65000],"lumOff":[35000]}}}}},"dropLine":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"ln":{"w":1,"cap":2,"cmpd":0,"algn":0,"solidFill":{"schemeClr":{"val":1,"lumMod":[35000],"lumOff":[65000]}},"round":true}}},"errorBar":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"ln":{"w":1,"cap":2,"cmpd":0,"algn":0,"solidFill":{"schemeClr":{"val":1,"lumMod":[65000],"lumOff":[35000]}},"round":true}}},"floor":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1}},"gridlineMajor":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"ln":{"w":1,"cap":2,"cmpd":0,"algn":0,"solidFill":{"schemeClr":{"val":1,"lumMod":[15000],"lumOff":[85000]}},"round":true}}},"gridlineMinor":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"ln":{"w":1,"cap":2,"cmpd":0,"algn":0,"solidFill":{"schemeClr":{"val":1,"lumMod":[15000],"lumOff":[85000]}},"round":true}}},"hiLoLine":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"ln":{"w":1,"cap":2,"cmpd":0,"algn":0,"solidFill":{"schemeClr":{"val":1,"lumMod":[75000],"lumOff":[25000]}},"round":true}}},"leaderLine":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"ln":{"w":1,"cap":2,"cmpd":0,"algn":0,"solidFill":{"schemeClr":{"val":1,"lumMod":[35000],"lumOff":[65000]}},"round":true}}},"legend":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1,"lumMod":[65000],"lumOff":[35000]}}},"idx":1},"defRPr":{"sz":12}},"plotArea":{"attribute":{"mods":"allowNoFillOverride allowNoLineOverride"},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1}},"plotArea3D":{"attribute":{"mods":"allowNoFillOverride allowNoLineOverride"},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1}},"seriesAxis":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1,"lumMod":[65000],"lumOff":[35000]}}},"idx":1},"spPr":{"ln":{"w":1,"cap":2,"cmpd":0,"algn":0,"solidFill":{"schemeClr":{"val":1,"lumMod":[15000],"lumOff":[85000]}},"round":true}},"defRPr":{"sz":12}},"seriesLine":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"ln":{"w":1,"cap":2,"solidFill":{"srgbClr":{"val":[217,217,217]}},"round":true}}},"title":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1,"lumMod":[65000],"lumOff":[35000]}}},"idx":1},"defRPr":{"sz":18.67}},"trendline":{"attribute":{},"lnRef":{"ColorProp":{"styleClr":{"val":0}},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1},"spPr":{"ln":{"w":2,"cap":0,"solidFill":{"schemeClr":{"val":12}},"prstDash":7}}},"trendlineLabel":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1,"lumMod":[65000],"lumOff":[35000]}}},"idx":1},"defRPr":{"sz":12}},"upBar":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":13}}},"idx":1},"spPr":{"solidFill":{"schemeClr":{"val":14}},"ln":{"w":1,"solidFill":{"schemeClr":{"val":1,"lumMod":[15000],"lumOff":[85000]}}}}},"valueAxis":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1,"lumMod":[65000],"lumOff":[35000]}}},"idx":1},"defRPr":{"sz":12}},"wall":{"attribute":{},"lnRef":{"ColorProp":{},"idx":0},"fillRef":{"ColorProp":{},"idx":0},"effectRef":{"ColorProp":{},"idx":0},"fontRef":{"TextCharacterProperties":{"solidFill":{"schemeClr":{"val":1}}},"idx":1}}}')),e.chartSpace.style.id=f.Uh(d),h.target="../charts/"+u,s(e.chartSpace.colors)&&(e.chartSpace.colors=JSON.parse('{"schemeClr":[{"val":4},{"val":5},{"val":6},{"val":7},{"val":8},{"val":9}],"variation":[{},{"lumMod":60000},{"lumMod":80000,"lumOff":20000},{"lumMod":80000},{"lumMod":60000,"lumOff":40000},{"lumMod":50000},{"lumMod":70000,"lumOff":30000},{"lumMod":70000},{"lumMod":50000,"lumOff":50000}],"attribute":{"cs":"http://schemas.microsoft.com/office/drawing/2012/chartStyle","a":"http://schemas.openxmlformats.org/drawingml/2006/main","meth":"cycle","id":"10"}}')),e.chartSpace.colors.id=f.Uh(h),S=new c,k.chart2016Write.WriteCT_ChartStyle(S,"cs","chartStyle",null,m.style),l.yl.file(d.fileName.substring(1),S.xml),C=new c,k.chart2016Write.WriteCT_ChartColors(C,"cs","colorStyle",null,m.colors),l.yl.file(h.fileName.substring(1),C.xml)))})}},e.prototype.jm=function(e,t,r){var i,n,a,l=this,s=e.userShapes,c=s&&s.relSizeAnchor;c&&c.length>0&&(l.Bl++,i=_.Ag+l.Bl+"."+_.Qf,n=new o(_.kg+"/"+i,R.We),n.target="../drawings/"+i,t.drawingFile=n,a=r.Uh(n),e.userShapes.id=a,c.forEach(function(e){"1"===e.typeName?l.mm(e,n):"2"===e.typeName&&l.nm(e,n)}))},e.prototype.mm=function(e,t){var r,i,n,o=e.src;o&&(r=this,r.Cl++,i={},E(o,i),n=M(i,r.Cl,t),r.yl.file(n.fileName.substring(1),i.base64Image,{base64:!0}),e.pic.blipFill={blip:{embed:i.rid}})},e.prototype.nm=function(e,t){var r,i,n,l,s,u,f,d,h,p=this;p.Fl++,r=_.vg+p.Fl+"."+_.Qf,i=new o(_.jg+"/"+r,R.Ue),i.target="../charts/"+r,n=t.Uh(i),l=e.chartSpace,s=a.Gc.Ec(l),u=s&&s.layoutId,f=a.Gc.Fc(u),l&&(e.graphicFrame.graphic={graphicData:{chart:{id:n,typeName:"chartSpace"}}},d=new c,d.writeDocument(),f?(h=p.vl&&p.vl.ti&&p.vl.ti.names?p.vl.ti.names:[],k.chart2016Write.WriteCT_ChartSpace(d,"cx","chartSpace",l,h)):k.WriteCT_ChartSpace(d,"c","chartSpace",l),p.yl.file(i.fileName.substring(1),d.xml))},e.prototype.km=function(e,t){var r=this,i=e.chart.plotArea;i&&i.chartGroups&&i.chartGroups.forEach(function(e){e&&e.ser&&e.ser.forEach(function(e){e.spPr&&r.om(t,e.spPr),e.dLbls&&e.dLbls.spPr&&r.om(t,e.dLbls.spPr)})}),i.spPr&&r.om(t,i.spPr),e.spPr&&r.om(t,e.spPr)},e.prototype.pm=function(e,t){var r=this;e&&e.forEach(function(e){(e.sp||e.cxnSp||e.grpSp)&&(e.sp&&e.sp.spPr?r.om(t,e.sp.spPr):e.grpSp&&(e.grpSp.sp&&e.grpSp.sp.forEach(function(e){e.spPr&&r.om(t,e.spPr)}),e.grpSp.grpSpPr&&r.om(t,e.grpSp.grpSpPr)))})},e.prototype.om=function(e,t){var r,i,n,o=t&&t.blipFill&&t.blipFill.blip&&t.blipFill.blip.blipBlob&&t.blipFill.blip.blipBlob.blob;o&&(r=this,r.Cl++,i={},E(o,i),n=M(i,r.Cl,e),r.yl.file(n.fileName.substring(1),i.base64Image,{base64:!0}),t.blipFill.blip.embed=i.rid)},e.prototype.am=function(e,t,r){var i,n,a;if(r)return this.Bl++,i=_.Ag+this.Bl+"."+_.Qf,n=new o(_.kg+"/"+i,R.Ne),n.target="../drawings/"+i,a=e.Uh(n),t.drawingId=a,n},e.prototype.cm=function(e,t,r){var i,n=this,o=n.yl,a=r.pictures;a&&a.length>0&&a.forEach(function(e){n.Cl++;var r=M(e,n.Cl,t);o.file(r.fileName.substring(1),e.base64Image,{base64:!0})}),r.withDrawingObjects&&(n.pm(r.shapes,t),i=I(e,r),o.file(t.fileName.substring(1),i),n.qm(r.charts))},e.prototype.qm=function(e){if(e&&e.length>0){var t=this.yl;e.forEach(function(e){var r,i=e.chartSpace,n=i&&i.userShapes,o=n&&n.relSizeAnchor;o&&o.length>0&&(r=new c,r.writeDocument(!1),k.WriteCT_ChartDrawing(r,"","userShapes",n),t.file(e.drawingFile.fileName.substring(1),r.xml))})}},e.prototype.dm=function(e,t,r){var i=this,n=e.Zl(r);n&&n.length>0&&n.forEach(function(n){var a,l=_.Dg+n.id+"."+_.Qf,s=new o(_.qg+"/"+l,R.Ke);s.target="../tables/"+l,a=t.Uh(s),n.rid=a,i.rm(n,s.fileName,e,r)})},e.prototype.rm=function(e,t,r,i){var n=this,o=n.yl,a=w(e,r,i);o.file(t.substring(1),a)},e.prototype.em=function(e,t,r,i){var n=this,o=e.tm(r);o&&o.length>0&&(n.um(e,t,r,o),n.vm(e,t,r,o,i))},e.prototype.um=function(e,t,r,i){var n,a,l,s,c,u=this;u.Dl++,n=_.Eg+u.Dl+"."+_.Qf,a=new o(_.rg+"/"+n,R.Se),a.target="../slicers/"+n,l=t.Uh(a),i[0].rid=l,s=u.yl,c=T(i,e,r),s.file(a.fileName.substring(1),c)},e.prototype.vm=function(e,t,r,i,n){var a=this,l={},s=e.Zl();i.forEach(function(e){var t,r,i,c,u,f=Object.keys(l);0!==f.length&&l[e.nameInFormula]||(a.El++,t=_.Fg+a.El+"."+_.Qf,r=new o(_.sg+"/"+t,R.Te),r.target="slicerCaches/"+t,i=n.Uh(r),l[e.nameInFormula]=i,e.cacheRid=i,c=a.yl,u=v(e,s),c.file(r.fileName.substring(1),u))})},e.prototype.fm=function(e,t,r){var i,n,a,l,s=e.wm(r);s&&s.length>0&&(this.zl++,i=_.ig+this.zl+"."+_.Rf,n=new o(_.kg+"/"+i,R.Me),n.target="../drawings/"+i,this.xm(s,n),a=t.Uh(n),e.nl=a,l=x(s),this.yl.file(n.fileName.substring(1),l))},e.prototype.xm=function(e,t){var r=this;e.forEach(function(e){r.Cl++;var i=M(e,r.Cl,t);r.yl.file(i.fileName.substring(1),e.base64Image,{base64:!0}),t.relationFiles[e.rid]=i})},e.prototype.Ql=function(e){var t,r,i,n=this,a=n.vl.ym;a&&(t=_.Pg,r=new o(_.if+"/"+t,R.Ze),r.target=t,e.Uh(r),i=A(a),n.yl.file(r.fileName.substring(1),i))},e.prototype.si=function(){F.clearCache(),this.vl=B},e}(),e.exports=t}()},function(e,t){!function(){"use strict";var t=function(){function e(){this.xml=""}return e.prototype.writeDocument=function(e){this.xml+='<?xml version="1.0" encoding="UTF-8" '+(e?"":'standalone="yes"')+"?>\r\n"},e.prototype.writeElement=function(e,t,r){void 0===r&&(r=t,t=void 0),this.xml+="<"+e,"function"==typeof t&&t(),this.xml+=">","function"==typeof r&&r(),this.xml+="</"+e+">"},e.prototype.writeValue=function(e){this.xml+=e},e.prototype.writeLeafElement=function(e,t){this.xml+="<"+e,"function"==typeof t&&t(),this.xml+="/>"},e.prototype.writeAttributeString=function(e,t){this.xml+=" "+e,"style"===e?this.xml+="='"+t+"'":this.xml+='="'+t+'"'},e.prototype.writeElementString=function(e,t){this.xml+="<"+e+">"+t+"</"+e+">"},e}();e.exports=t}()},function(e,t,r){!function(){"use strict";var t,i,n=r(4),o=r(15),a=r(12),l=r(23),s=r(14),c=l.convertToExcelComment,u=l.convertToExcelPicture,f=l.convertToExcelChart,d=l.convertToExcelShape,h=l.convertToExcelSlicer,p=l.isCollapsed,m=n.lc,g=o.cf,b=a.UnitHelper,S=n.Kb,C=o.$e,y=o.Hh,w=a.ConverterHelper,T=a.ColorHelper,v=n.Hb,x=o._e,A=n.Sb,k=n.Gc,E=a.ExcelStyle,I=a.ExcelColor,P=n.Lb,L=n.Kc,F=n.Lc,R=T.fromColorToExcelColor,_=T.toExcelColor,B=l.isBorderEaual,M=k.xc,D=k.yc,N=l.getPictureInfo,G=l.fromProtectionOptions,O=void 0,H=null,U="__builtInStyle",W="__builtInValidatorStyle",V="__builtInTableStyle";function z(e){return"string"==typeof e}function j(e){return"object"==typeof e}function K(e){return e.substring(0,19)===V}function Y(e){return e.substring(0,23)===W}function Z(e){var t=e.formula;return v(t)&&(t=e.expected,z(t)&&(t='"'+t+'"')),t}function q(e){var t,r,i;return z(e)&&(t=e.indexOf("/OADate(")+1,r=e.indexOf(")"),0!==t&&r>t&&(i=parseFloat(e.substring(t+7,r)),isNaN(i)||(e=""+i))),e}function J(e,t,r){var i,n=e.tables||[];return n.every(function(e){return!(e.row<=t&&t<=e.row+e.rowCount-1&&e.col<=r&&r<=e.col+e.colCount-1)||(i=e,!1)}),i}function Q(e,t,r){var i,n=e.spans||[];return n.every(function(e){return!(e.row<=t&&t<=e.row+e.rowCount-1&&e.col<=r&&r<=e.col+e.colCount-1)||(i=e,!1)}),i}function X(e,t){var r,i=e.spans||[];for(r=0;r<i.length;r++)if(t.row===i[r].row&&t.col===i[r].col){i.splice(r,1);break}}function $(e){var t,r,i,n,o,a,l,s,c,u,f;if("/OADate("===e.substr(0,8)){if(t=parseFloat(e.substr(8,e.length-10)),r=t-25569,i=new Date(864e5*r),n=r>=0?1:-1,o=ee(i),a=(864e5*t*1440+n-3181192704e6+864e5*o)/1440,l=new Date(a),s=o>=0?1:-1,c=new Date(a+36e5*s),u=ee(c),o!==u)if(f=new Date(a+60*(u-o)*1e3),o>u){if(s===-1||u===ee(l))return f=999===f.getMilliseconds()?new Date(f.valueOf()+1):f}else if(o<u&&(1===s||u===ee(l)))return f=999===f.getMilliseconds()?new Date(f.valueOf()+1):f;return l=999===l.getMilliseconds()?new Date(l.valueOf()+1):l}}function ee(e){var t=e.getTimezoneOffset();return t===-485&&(t=-485-43/60),t===-321&&(t=-321-10/60),t}function te(e,t,r){e.zm||(e.zm={}),e.zm[t]=r}function re(e,t,r){if(!e&&!t)return!0;if(!e||!t)return!1;var i,n;return e.Am||(e.Am={Bm:w.toExtendedFormat(e)}),i=e.Am.Bm,t.Am||(t.Am={Bm:w.toExtendedFormat(t)}),n=t.Am.Bm,i.equals(n,r)}function ie(e,t){var r,i;for(r=0;r<t.length;r++)if(i=t[r],re(e,i,!0))return i;return H}function ne(e){return e.defaults?e.defaults.rowHeight:g.gf}function oe(e){return e.defaults?e.defaults.colWidth:g.ff}function ae(e,t,r){var i=e.data.dataTable[t];if(i&&i[r])return i[r].value}function le(e,t){var r=t.row,i=t.col,n=t.rowCount,o=t.colCount;return r===-1&&(r=0,n=e.rowCount),i===-1&&(i=0,o=e.columnCount),r<=0?r=0:(r--,n+=1),new P(r,i,n,o)}function se(e){return v(e)?e:e.length>=2&&"="===e[0]?e.substring(1):"="===e?"":e}function ce(e,t,r,i){var n,o,a;if(1===r.colCount){for(n=[],a=r.row;a<r.row+r.rowCount;a++)o=ae(e,a,r.col),v(o)||n.push(o);return n.sort(function(e,t){return i?t-e:e-t}),n[t-1]}}function ue(e,t,r){var i,n={filterType:1};if(n.isBottom=1===t.type,t.percent&&(n.percent=!0),i=t.expected,!v(i))return n.value=i,n.percent&&(i=Math.ceil(r.rowCount%i/100)),v(r)?n.filterValue=NaN:n.filterValue=ce(e,i,r,!n.isBottom),n}function fe(e,t,r){var i,n,o,a,l={filterType:2};if(0===t.type?l.type=100:1===t.type&&(l.type=101),r===H)return H;for(i=0,n=0,o=0;o<r.rowCount;o++)a=parseFloat(ae(e,r.row+o,r.col)),isNaN(a)||(i+=a,
- n++);return n>0&&(l.value=i/n),l}function de(e){var t=new Date,r=t.getDay(),i=t.getDate(),n=new Date(t),o=new Date(t);switch(e){case 3:n.setDate(i-6);break;case 1:n.setDate(i-1);break;case 0:break;case 2:n.setDate(i+1);break;case 8:n.setDate(i-r-7),o.setDate(i-r-1);break;case 7:n.setDate(i-r),o.setDate(i-r+6);break;case 9:n.setDate(i-r+7),o.setDate(i-r+13);break;case 5:n.setDate(1),n.setMonth(n.getMonth()-1),o.setDate(0);break;case 4:n.setDate(1),o.setMonth(o.getMonth()+1),o.setDate(0);break;case 6:n.setDate(1),n.setMonth(n.getMonth()+1),o.setMonth(o.getMonth()+2),o.setDate(0)}return n.setHours(0),n.setMinutes(0),n.setSeconds(0),o.setHours(23),o.setMinutes(59),o.setSeconds(59),{from:n,to:o}}function he(e){var t,r=e.expected,i={filterType:2,type:r,conType:e.conType,expectTypeId:e.expectTypeId};return r>=0&&r<=15||r>=21&&r<=32?(t=de(r),t.from&&t.to&&(i.value=t.from,i.maxValue=t.to)):i.type=-1,i}function pe(e){if(!v(e.compareType)){var t={filterType:4};return t.filter1={},t.filter1.operator=e.compareType,v(e.expected)?t.filter1.value=se(e.formula):t.filter1.value=e.expected,t}}function me(e){var t=e.expected,r=-1;switch(e.compareType){case 0:return{filterType:3,filter:[t]};case 1:r=1;break;case 2:t+="*";break;case 3:r=1,t+="*";break;case 4:t="*"+t;break;case 5:r=1,t="*"+t;break;case 6:t="*"+t+"*";break;case 7:r=1,t="*"+t+"*"}return{filterType:4,filter1:{operator:r,value:t}}}function ge(e,t){var r;r="/OADate"===e.expected.substring(0,7)?$(e.expected):new Date(e.expected),t.dateGroupItem=t.dateGroupItem||[],t.dateGroupItem.push({year:r.getFullYear(),month:r.getMonth()+1,day:r.getDate(),hour:r.getHours(),minute:r.getMinutes(),second:r.getSeconds(),dateTimeGrouping:2})}function be(e){var t,r,i;if(0===e.compareType)return t={filterType:3},ge(e,t),t;switch(r=-1,e.compareType){case 0:break;case 1:r=1;break;case 2:r=4;break;case 3:r=5;break;case 4:r=2;break;case 5:r=3}return r!==-1?(i=Z(e),i=q(i),{filterType:4,filter1:{operator:r,value:i}}):void 0}function Se(e){var t,r,i=[],n=[];for(n.push(e);n.length>0;)t=n.shift(),0===t.conType?(r=t,v(r.item1)||n.push(r.item1),v(r.item2)||n.push(r.item2)):i.push(t);return i}function Ce(e){var t=-1;switch(e){case 0:case 2:case 4:case 6:t=0;break;case 1:case 3:case 5:case 7:t=1;break;default:t=0}return t}function ye(e,t){switch(t){case 0:case 1:return e;case 2:case 3:return e.concat("*");case 4:case 5:return"*".concat(e);case 6:case 7:return"*".concat(e).concat("*");default:return e}}function we(e){var t={filterType:3,filter:[]};return e.forEach(function(e){v(e.expected)||t.filter.push(e.expected)}),t}function Te(e,t){return e.every(function(e){return e.conType===t})}function ve(e,t,r){var i,n,o,a,l,s,c,u,f,d,h,p,m;if(0===e.compareType){if(i=Se(e),Te(i,5))return n={filterType:3},i.forEach(function(e){ge(e,n)}),n;if(Te(i,2)){if(l=!1,i.length<=2)for(s=0;s<i.length;s++)if(0!==i[s].compareType){l=!0;break}return l?(a={filterType:4},c=i[0],o=Ce(c.compareType),a.filter1={},a.filter1.operator=o,v(c.expected)?a.filter1.value=se(c.formula):a.filter1.value=ye(c.expected,c.compareType),2===i.length&&(c=i[1],o=Ce(c.compareType),a.filter2={},a.filter2.operator=o,v(c.expected)?a.filter2.value=se(c.formula):a.filter2.value=ye(c.expected,c.compareType)),a.and=!1,a):we(i)}if(Te(i,11)){if(u=!0,i.length<=2&&(u=!1),u)return we(i);if(i.length>0)return f=i[0],a={filterType:4,filter1:{operator:f.compareType}},v(f.expected)?a.filter1.value=se(f.formula):a.filter1.value=f.expected,2===i.length&&(f=i[1],a.filter2={operator:f.compareType},v(f.expected)?a.filter2.value=se(f.formula):a.filter2.value=f.expected),a.and=!1,a}return a={filterType:4,and:!1},d=xe(t,i[0],r),a.filter1=d.filter1,i.length>1&&(h=xe(t,i[1],r),a.filter2=h.filter1),a}if(i=Se(e),2===i.length)return a={filterType:4},a.and=!0,p=xe(t,i[0],r),v(p)||!p.filter1?H:(a.filter1=p.filter1,m=xe(t,i[1],r),v(m)||!m.filter1?H:(a.filter2=m.filter1,a))}function xe(e,t,r){if(e===H)return H;var i=t.conType;if(3===i);else{if(8===i)return ue(e,t,r);if(10===i)return fe(e,t,r);if(6===i)return he(t);if(11===i||1===i)return pe(t);if(2===i)return me(t);if(5===i)return be(t);if(0===i)return ve(t,e,r)}}function Ae(e){var t,r,i;return v(e)?H:(t=H,r=H,i=0,i=1===e.compareType?6:7,e.item1&&(t=0===e.item1.conType?Ae(e.item1):ke(e.item1)),e.item2&&(r=0===e.item2.conType?Ae(e.item2):ke(e.item2)),new s(t,r,i))}function ke(e){if(!v(e)){var t=e.conType,r,i;return 0===t?Ae(e):1===t?(r=e.compareType,i=e.formula,v(i)&&(i=e.expected),new s(i,H,r)):7===t?(r=e.compareType,i=e.formula,v(i)&&(i=e.expected),new s(i,H,r)):4===t?new s(v(e.formula)?e.expected:e.formula,H,1):12===t||5===t||13===t?(i=Z(e),new s(i,H,1)):H}}function Ee(e){if(e instanceof s){var t=e;if(!v(t.item1))return Ee(t.item1)}else if(!v(e))return se(""+e);return""}function Ie(e,t,r){var i,n,o,a,l;return v(e)?H:(i=ke(e.condition),n=H,o=H,v(i)||(v(i.item1)||(n=Ee(i.item1)),v(i.item2)||(o=Ee(i.item2))),a={},(D(n,t,r)||D(o,t,r))&&(a.external=!0),l=e.type,a.type=l,a.firstFormula=n,a.secondFormula=o,4!==l&&5!==l||(v(a.firstFormula)||(a.firstFormula=q(a.firstFormula)),v(a.secondFormula)||(a.secondFormula=q(a.secondFormula))),a.compareOperator=e.comparisonOperator,a.allowBlank=e.ignoreBlank,a.error=e.errorMessage,a.errorTitle=e.errorTitle,a.errorStyle=e.errorStyle,a.prompt=e.inputMessage,a.showPromptBox=e.inCellDropdown,a.promptTitle=e.inputTitle,a.showErrorBox=e.showErrorMessage,a.showInputMessage=e.showInputMessage,a)}function Pe(e,t,r){if(r.zm&&r.zm[e])return r.zm[e];var i=m.fc(r.namedStyles,e);return i?(te(r,e,i),i):t.zm&&t.zm[e]?t.zm[e]:(i=m.fc(t.namedStyles,e),i&&te(t,e,i),i)}function Le(e,t,r,i){e.forEach(function(e){var n=Ie(e,r,i);n.ranges=e.ranges.split(", ").join(" "),t.push(n)})}t={double:6,dotted:4,dashed:3,solid:1};function Fe(e){if(e){var r={};return e.borderColor&&(r.color=e.borderColor),e.borderStyle&&(r.style=t[e.borderStyle]),r}}function Re(e,t){var r,i;if(e){for(r in e)e.hasOwnProperty(r)&&r.indexOf("border")>=0&&(i=e[r],i&&(e[r]=Fe(i)));return t&&(e.isSlicerHeader=!0),e}}i=function(){function e(e){var t=this;t.ti=e,t.Cm={},t.Dm=[],t.Em={},t.Fm=[],t.Gm={},t.$i=[],t.Hm=[],t.Im={},t.Jm={},t.Km={},t.Lm={},t.Mm={},t.Nm={},t.Om={},t.hi=[],t.Pm=[],t.ym=0,t.Qm={},t.Rm={},t.Sm=[]}function t(e){var t,r,i=e.sheets;if(i)for(t in i)i.hasOwnProperty(t)&&(r=i[t],r.defaults=r.defaults||n.Hc())}function r(e){var t,r;if(v(e)||!Array.isArray(e))return H;for(t=[],r=0;r<e.length;r++)t.push(e[r].text?e[r].text:"");return t.join("")}e.prototype.Yi=function(){var e=a.DefaultStyle.ue(this.ti);this.Cm.Normal=0,this.$i.push(e),this.Hm.push(e),this.Jm[e.name]=this.$i.length-1},e.prototype.Tm=function(e){var t=e.index;this.Im[t]||(this.Im[t]={}),this.Km[t]||(this.Km[t]={}),this.Lm[t]||(this.Lm[t]={}),this.Mm[t]||(this.Mm[t]={}),this.Nm[t]||(this.Nm[t]={})},e.prototype.Um=function(e,t){var r,i,n,a,l,s,c,u;if(!e||!t)return!1;if(r=!0,!S.Ib(t.fileName)&&(i=this.Vm(t.fileType),!S.Ib(i))){for(n=new o.Th,n.partName=t.fileName,n.contentType=i,a=!1,l=0,s=e.length;l<s;l++)if(c=e[l],c instanceof o.Th&&c.contentType===n.contentType&&c.partName===n.partName){a=!0;break}a||e.push(n)}if(t.relationFiles&&t.relationFiles.count>0)for(u in t.relationFiles)t.relationFiles.hasOwnProperty(u)&&"count"!==u&&(r=r&&this.Um(e,t.relationFiles[u]));return r},e.prototype.Vm=function(e){if(S.Ib(e))return"";switch(e){case C.Fe:return y.qf;case C.Ce:return y.rf;case C.He:return y.sf;case C.Ae:return y.tf;case C.Ee:return y.uf;case C.Je:return y.vf;case C.Ke:return y.wf;case C.Le:return y.If;case C.Wm:return y.Jf;case C.Xm:return y.Kf;case C.Ne:return y.xf;case C.Se:return y.Lf;case C.Te:return y.Mf;case C.Ue:return y.yf;case C.Ve:return y.zf;case C.Xe:return y.Bf;case C.Ye:return y.Af;case C.We:return y.Cf;case C.Ze:return y.mh;case C.xe:return y.Ah;case C.ye:return y.Dh;case C.ze:return y.Gh;default:return""}},e.prototype.Gl=function(){var e,r,i=this,n=i.ti;i.Yi(),i.Ym();for(e in n.sheets)if(n.sheets.hasOwnProperty(e)){if(r=n.sheets[e],!r)continue;i.Zm(r),i.Tm(r),i.$m(r),i._m(r),i.an(r),i.bn(r),i.cn(r)}t(i.ti)},e.prototype.Gi=function(){var e=this;e.onCompleted&&e.onCompleted()},e.prototype.cn=function(e){var t,r,i=e.conditionalFormats&&e.conditionalFormats.rules;if(i)for(t=0;t<i.length;t++)r=i[t],r.style&&(r.style.isPartFontStyle=!0,r.style.isFormatStyle=!0,r.dxfId=this.dn(r.style));e.fn=this.gn(e),this.hn(e),this.jn(e),this.kn(e)},e.prototype.dn=function(e){var t=this,r=t.hi.indexOf(e);return r===-1&&(r=t.hi.length,t.hi.push(e)),r},e.prototype.mn=function(e){var t=this,r=t.Pm.indexOf(e);return r===-1&&(r=t.Pm.length,t.Pm.push(e)),r};function i(e,t){var r=null;return t.forEach(function(t){t.name===e&&(r=t.id)}),r}e.prototype.kn=function(e){var t=this,r=e.slicers,n=t.Zl();r&&r.length>0&&r.forEach(function(e){var r,o,a,l,s,c=e&&e.style;if(!v(c.name)){if(!g(t.Em,c)){r={styleElements:[],name:k(t.Em,c.name)},c.name=r.name;for(o in c)if(c.hasOwnProperty(o)&&"name"!==o&&!v(c[o]))switch(o){case"headerStyle":case"wholeSlicerStyle":a={},a.type=o,a.dxfId=t.dn(Re(c[o],"headerStyle"===o)),a.tableId=i(e.tableName,n),r.styleElements.push(a)}t.Dm.push(r)}if(!g(t.Gm,c)){l={styleElements:[],name:k(t.Em,c.name)},c.name=r.name;for(s in c)if(c.hasOwnProperty(s)&&"name"!==s&&!v(c[s]))switch(s){case"selectedItemWithDataStyle":case"selectedItemWithNoDataStyle":case"unSelectedItemWithDataStyle":case"unSelectedItemWithNoDataStyle":case"hoveredSelectedItemWithDataStyle":case"hoveredSelectedItemWithNoDataStyle":case"hoveredUnSelectedItemWithDataStyle":case"hoveredUnSelectedItemWithNoDataStyle":l.styleElements.push({type:s,dxfId:t.mn(Re(c[s]))})}t.Fm.push(l),t.Gm[l.name]=c}}})},e.prototype.hn=function(e){var t=this,r=e.tables;r&&r.length>0&&r.forEach(function(e){var r,i,n,o,a,s,c,u=e&&e.style;if(!v(u&&u.name)){if(g(t.Em,u))return;r={styleElements:[]},r.name=k(t.Em,u.name),u.name=r.name;for(s in u)if(u.hasOwnProperty(s)&&"name"!==s&&void 0!==u[s])switch(s){case"firstRowStripSize":i=u[s];break;case"secondRowStripSize":n=u[s];break;case"firstColumnStripSize":o=u[s];break;case"secondColumnStripSize":a=u[s];break;default:c={},c.type=s,u[s].isPartFontStyle=!0,c.dxfId=t.dn(u[s]),r.styleElements.push(c)}l(r,"firstRowStripStyle",i||1),l(r,"secondRowStripStyle",n||1),l(r,"firstColumnStripStyle",o||1),l(r,"secondColumnStripStyle",a||1),t.Dm.push(r),t.Em[r.name]=u}})},e.prototype.jn=function(e){var t,r=e.tables,i=r?r.length:0,n={};for(t=0;t<i;t++)r[t].tableSortInfo=this.nn(r[t].rowFilter);e.pn=n,e.rowFilter&&(e.rowFilter.autoFilterSortInfo=this.nn(e.rowFilter))},e.prototype._m=function(e){var t,r=this,i=e.rows,n=ne(e);for(e.rowsVisibleInfo={},t=0;t<e.rowCount;t++)e.rowsVisibleInfo[t]={},e.rowsVisibleInfo[t].size=i&&i[t]&&i[t].size||n,e.rowsVisibleInfo[t].visible=r.qn(e,t)},e.prototype.an=function(e){var t,r,i=e.columns,n=oe(e),o=e.columnOutlines;for(e.columnVisibleInfo={},t=0;t<e.columnCount;t++)e.columnVisibleInfo[t]={},r=i&&i[t],e.columnVisibleInfo[t].size=r&&r.size||n,r&&r.visible===!1&&(e.columnVisibleInfo[t].visible=!1),p(t,o)&&(e.columnVisibleInfo[t].visible=!1)};function l(e,t,r){for(var i=0;i<e.styleElements.length;i++)e.styleElements[i].type===t&&(e.styleElements[i].size=r)}function s(e,t){return M(e,t,B)}function g(e,t){return e[t.name]&&M(e[t.name],t,s)}function k(e,t){for(var r=t,i=1;e[r];)r=t+"_"+i,i++;return r}e.prototype.Zm=function(e){e.rowCount===O&&(e.rowCount=200),e.columnCount===O&&(e.columnCount=20),e.activeRow===O&&(e.activeRow=0),e.activeCol===O&&(e.activeCol=0),e.visible===O&&(e.visible=!0)},e.prototype.bn=function(e){var t,r,i=e.index,n=this.Mm[i],o=e.columnCount,a=e.data&&e.data.defaultDataNode&&e.data.defaultDataNode.style;for(t=0;t<o;t++)r=this.rn(e,-1,t),this.sn(e,n,t,r,a)},e.prototype.$m=function(e){var t,i,n,a,l,s,c,u,f,d,h,p,m,g,b,C,y,w,T,x,A,k,E,I,P,L,F,R,_,B,M,D,N,G,U,W,V,z,K,Y,Z=this,$=e.index,ee=e.data&&e.data.dataTable,te=e.data&&e.data.rowDataArray,re=Z.ym,ie=Z.Sm;if(0!==e.rowCount){if(t=Z.tn(ee,e)+1,i=Z.Km[$],n=Z.Lm[$],a=Z.un(e,t),l=Z.Nm[$],s=57,c=Z.vn(e),u=e.data&&e.data.defaultDataNode&&e.data.defaultDataNode.style,f=[],d=e.tables,!v(d)&&Array.isArray(d))for(h=0;h<d.length;h++)for(p=d[h],m=p.row,g=m+p.rowCount-1,b=m;b<=g;b++)f[b]||(f[b]=!0);for(C=0;C<=c&&C>=0;C++)if(ee&&ee.hasOwnProperty(C+"")||te&&te[C]||f[C]){for(y=Z.sn(e,n,C,Z.rn(e,C,-1),u),w=s,T=ee&&ee[C],x=0;x<t&&x>=0;x++)A=J(e,C,x),(T&&T.hasOwnProperty(x+"")||A)&&(k=C*t+x,P=H,L=H,F=H,R=ee&&ee[C]&&ee[C][x],_=O,B=!1,R&&(L=R.formula,F=R.arrayInfo,M=F&&F.isDynamicArray,D=R.value,v(D)||(j(D)?Array.isArray(D)?P=D.join(","):(_=D.richText,_&&(P=r(_)),B=D._code>=99,B&&re<3&&(re=M?2:3)):(P=D,M&&re<1&&(re=1)))),N=!1,A&&(N=!0,G=Q(e,C,x),G&&X(e,G)),U=Z.wn(e,C,x,i,a[x],y,u,k,P),I=U.styleName,E=U.styleInfo,N&&(A.showHeader!==!1&&C===A.row&&(P=A.columns[x-A.col]&&A.columns[x-A.col].name),A.showFooter&&C===A.row+A.rowCount-1&&(W=A.columns[x-A.col],P=W&&W.footerValue,v(P)||(P=""+P))),V=Z.xn(P,!v(_)),z=V.value,z=q(z),K=V.cellType,(E||L||z!==H||!S.Ib(I))&&(Y=new o.Ih(C,x),Y.cellType=K,Y.value=z,Y.richText=_,Y.isSpillError=B,Z.Wj(i,k,E,I,Y),Z.yn(L,F,Y),Z.zn($,C,Y),Z.An(Y,e,C,x,ie)));l[C]=w}Z.ym=re}},e.prototype.vn=function(e){var t=this.Bn(e);return Math.min(e.rowCount-1,t.length>0?t.length:0)},e.prototype.sn=function(e,t,r,i,n){var o,a,l=this;return i?(o=l.Cn(i),o.parentName&&(a=l.$i[l.Cm[o.parentName]],m.ic(o,a)),l.Dn(o,n),m.hc(o)||(t[r]=l.En(o),o.parentName&&re(l.$i[l.Cm[o.parentName]],o,!0)||(o.parentName=H)),i):H},e.prototype.Ym=function(){var e,t,r,i,n,o,l,s,c,u,f,d,h,p=this,g=p.ti,b={},S=[];b.Normal={},e=g.sheets;for(t in e)e.hasOwnProperty(t)&&p.Fn(e[t].namedStyles,b,S);for(p.Fn(g.namedStyles,b,S),r=a.BuiltInExcelStyles.getBuiltInStyles(),i=[],n=0,o=r.length;n<o;n++)l=r[n],s=w.toCellStyle(l.format()),s.name=l.name,i.push(s);for(this.Fn(i,b,S),n=0,o=p.Hm.length;n<o;n++)c=p.Hm[n],c&&c.parentName&&m.jc(p.Hm,c);for(n=0,o=p.$i.length;n<o;n++)c=p.$i[n],u=w.cloneSpreadJSStyle(c),u.parentName=c.name,u.name="",p.Cm[c.name]=p.$i.length,p.$i.push(u),f=ie(c,S),f&&(p.Cm[f.name]=p.Cm[c.name],f.added=!0);for(d=m.fc(g.namedStyles,"Normal"),n=0,o=S.length;n<o;n++)h=S[n],h.added||(re(h,d)?p.Cm[h.name]=0:(p.Cm[h.name]=p.$i.length,p.$i.push(h)))},e.prototype.Fn=function(t,r,i){var n,o,a,l,s,c;function u(e){var t,r,i="",n=Object.getOwnPropertyNames(e);for(t=0;t<n.length;t++)r=n[t],"name"!==r&&(i+=r+":"+e[r]+"_");return i}if(t)for(n={},o=0,a=t.length;o<a;o++)l=t[o],s=l.name,r[s]||(r[s]={},Y(s)||K(s)||(s.substring(0,14)===U?i.push(l):(c=u(l),n.hasOwnProperty(c)?this.Jm[l.name]=n[c]:(this.$i.push(l),this.Hm.push(l),this.Jm[l.name]=this.$i.length-1,e.Gn[l.name]||(n[c]=this.$i.length-1)))))},e.prototype.rn=function(e,t,r){var i,n,o=e.data,a=H;return o?(t<0&&r>=0?a=o.columnDataArray&&o.columnDataArray[r]?o.columnDataArray[r].style:H:t>=0&&r<0?a=o.rowDataArray&&o.rowDataArray[t]?o.rowDataArray[t].style:H:t>=0&&r>=0&&(i=o.dataTable&&o.dataTable[t]&&o.dataTable[t][r],a=i?i.style:H,n=i?i.hyperlink:H,n&&(a=a?a:{},"string"==typeof a&&(a=F(this.$i[this.Cm[a]])),a.foreColor=n.linkColor,v(a.textDecoration)?a.textDecoration=1:1!==(1&a.textDecoration)&&(a.textDecoration+=1))),a):H},e.prototype.Hn=function(){var e,t,r,i=this.ti,n=H;for(e in i.sheets)if(i.sheets.hasOwnProperty(e)&&(t=i.sheets[e],t&&t.theme)){n=t.theme;break}return n?z(n)?n:(r=n.name,S.Jb(r)?H:("OFFICE"===r.toUpperCase()&&(r="Office Theme"),new o.Lh(r,this.In(n),this.Jn(n)))):H},e.prototype.In=function(e){var t=[];return t.push(R(e.themeColor.background1)),t.push(R(e.themeColor.text1)),t.push(R(e.themeColor.background2)),t.push(R(e.themeColor.text2)),t.push(R(e.themeColor.accent1)),t.push(R(e.themeColor.accent2)),t.push(R(e.themeColor.accent3)),t.push(R(e.themeColor.accent4)),t.push(R(e.themeColor.accent5)),t.push(R(e.themeColor.accent6)),t.push(R(e.themeColor.hyperlink)),t.push(R(e.themeColor.followedHyperlink)),new o.Mh(e.themeColor.name,t)},e.prototype.Jn=function(e){var t=new o.Ph([new o.Qh(0,e.headingFont)],[]),r=new o.Ph([new o.Qh(0,e.bodyFont)],[]);return new o.Nh(e.name,t,r)},e.prototype.Kn=function(e){return e=Math.min(e,x.af-1),A.Pb(e)},e.prototype.Xl=function(e,t){var r,i=[],n=new o.Sh;return n.extension=y.kf,n.contentType=y.lf,i.push(n),n=new o.Sh,n.extension=y.mf,n.contentType=y.pf,i.push(n),n=new o.Sh,n.extension=y.Qf,n.contentType=y.Sf,i.push(n),t&&(n=new o.Sh,n.extension=y.Rf,n.contentType=y.Of,i.push(n)),n=new o.Sh,n.extension=y.Tf,n.contentType=y.Uf,i.push(n),n=new o.Sh,n.extension=y.Vf,n.contentType=y.Wf,i.push(n),n=new o.Sh,n.extension=y.Zf,n.contentType=y.$f,i.push(n),n=new o.Sh,n.extension=y._f,n.contentType=y.ag,i.push(n),n=new o.Sh,n.extension=y.bg,n.contentType=y.cg,i.push(n),n=new o.Sh,n.extension=y.Xf,n.contentType=y.Yf,i.push(n),n=new o.Sh,n.extension=y.dg,n.contentType=y.eg,i.push(n),n=new o.Sh,n.extension=y.fg,n.contentType=y.gg,i.push(n),r=this.Um(i,e),r?i:H},e.prototype.Ln=function(e){var t=this.ti,r=t.sheets&&t.sheets[e];return this.Im[r.index]},e.prototype.Mn=function(e){var t,r,i=this,n=[],a=i.ti,l=a.sheets&&a.sheets[e],s=i.Bn(l),c=Math.min(l.rowCount-1,s.length),u=i.Nn(l.rowOutlines);for(t=0;t<=c;t++)s[t]?(r=i.On(l,t,u),(r||r.collapsed||!v(r.outLineLevel)&&0!==r.outLineLevel||r.visible===!1||r.formatId>=0)&&(r.customHeight=!isNaN(r.height),n.push(r))):l.rowFilter&&i.Pn(l.rowFilter,t)&&(r=new o.Kh(t),r.visible=!1,n.push(r));return n},e.prototype.Pn=function(e,t){var r,i,n,o=!1;if(e&&(r=e.filteredOutRows))for(i=0;i<r.length;i++)if(n=r[i],t===n){o=!0;break}return o},e.prototype.qn=function(e,t){var r,i,n,o,a=this,l=e.rows,s=e.rowOutlines;if(l&&l[t]&&l[t].visible===!1)return!1;if(p(t,s))return!1;if(r=e.rowFilter,r&&t>0&&a.Pn(r,t))return!1;if(i=e.tables)for(n=0;n<i.length;n++)if(o=i[n],a.Pn(o.rowFilter,t))return!1;return!0},e.prototype.On=function(e,t,r){var i,n,a=this,l=new o.Kh(t),s=e.rowOutlines,c=e.rows&&e.rows[t];return l.height=b.pixelToPoint(c&&void 0!==c.size?c.size:ne(e)),r>=0&&(l.collapsed=this.Qn(t,s),i=this.Rn(t,s),l.outLineLevel=i===-1?0:i),t<e.rowCount&&(l.visible=a.qn(e,t)),v(this.Lm[e.index])||(n=this.Lm[e.index][t],l.formatId=v(n)?-1:n),l},e.prototype.Bn=function(e){var t,r,i,n,o,a,l,s,c,u,f,d,h,p=this.Om[e.index];if(void 0!==p)return p;if(p=[],t=e.rows,r=e.data&&e.data.rowDataArray,i=e.data&&e.data.dataTable,t)for(n=0,o=t.length;n<o;n++)t[n]&&(p[n]=!0);if(r)for(n=0,o=r.length;n<o;n++)r[n]&&(p[n]=!0);if(i)for(a in i)i[a]&&i.hasOwnProperty(a)&&(p[a]=!0);if(l=e.tables,l&&l.forEach(function(e){var t=e.row,r=e.row+e.rowCount;for(n=t;n<r;n++)p[n]=!0}),s=e.spans)for(o=s.length,c=0;c<o;c++)for(u=s[c],f=u.row;f<u.row+u.rowCount;f++)p[f]=!0;if(d=e.rowOutlines&&e.rowOutlines.itemsData)for(n=0,o=d.length;n<o;n++)for(h=d[n],a=h.index;a<h.index+h.count;a++)p[a]=!0;return this.Om[e.index]=p,p},e.prototype.Sn=function(e){var t,r,i=[],n=this.ti,o=n.sheets&&n.sheets[e],a=this.Nn(o.columnOutlines),l=o.columnCount;for(t=0;t<l;t++)r=this.Tn(o,t,a),r&&(Math.abs(r.width-this.Un(e))>1e-4||r.collapsed||void 0!==r.outLineLevel&&r.outLineLevel!==H&&0!==r.outLineLevel||r.visible===!1||r.formatId>=0)&&i.push(r);return i},e.prototype.Rn=function(e,t){var r,i,n,o;if(!t||!t.itemsData)return 0;for(r=t.itemsData,i=0,n=r.length;i<n;i++)if(o=r[i],e>=o.index&&e<o.index+o.count)return o.info?o.info.level+1:1;return 0},e.prototype.Qn=function(e,t){var r,i,n,o;if(!t||!t.itemsData)return!1;for(r=t.itemsData,i=0,n=r.length;i<n;i++)if(o=r[i],e>=o.index&&e<o.index+o.count)return!!o.info&&!!o.info.collapsed;return!1},e.prototype.Tn=function(e,t,r){var i,n,a=new o.Jh(t),l=e.columnOutlines,s=e.columns&&e.columns[t];return a.width=this.calcColumnWidth(s&&void 0!==s.size?s.size:oe(e)),r>=0&&t<e.columnCount&&(a.collapsed=this.Qn(t,l),i=this.Rn(t,l),a.outLineLevel=i===-1?0:i),t<e.columnCount&&(s&&s.visible===!1&&(a.visible=!1),p(t,l)&&(a.visible=!1)),v(this.Mm[e.index])||(n=this.Mm[e.index][t],a.formatId=v(n)?-1:n),a},e.prototype.Nn=function(e){var t,r,i,n;if(!e||!e.itemsData)return-1;for(t=-1,r=0,i=e.itemsData.length;r<i;r++)n=e.itemsData[r],n.info&&n.info.level>t&&(t=n.info.level);return t},e.prototype.Vn=function(e){var t,r,i=this.ti,n=i.sheets&&i.sheets[e],o=0,a=0,l=-1,s=n.rowOutlines;return s&&(l=this.Nn(s)),l!==-1&&(o=l+2),t=-1,r=n.columnOutlines,r&&(t=this.Nn(r)),t!==-1&&(a=t+2),{outlineLevelRow:o,outlineLevelColumn:a}},e.prototype.Wn=function(e){var t=this.ti,r=t.sheets&&t.sheets[e],i=b.pixelToPoint(r.defaults?r.defaults.rowHeight:ne(r)),n=!1,o=57;return n=Math.abs(o-i)>=2,{height:i,customHeight:n}},e.prototype.Un=function(e){var t=this.ti,r=t.sheets&&t.sheets[e];return this.calcColumnWidth(r.defaults?r.defaults.colWidth:oe(r))},e.prototype.Xn=function(e){var t,r=this.ti,i=r.sheets&&r.sheets[e];if(i.defaults&&i.defaults.colWidth&&i.defaults.Ij!==!0)return t=i.defaults?i.defaults.colWidth:oe(i),this.calcColumnWidth(t)},e.prototype.calcColumnWidth=function(t){var r,i,n;return 0===t?0:(r=e.ue(this.ti),i=Math.round(this.Yn(r.font)),n=Math.floor((t-5)/i*100+.5)/100,Math.floor((n*i+5)/i*256)/256)},e.prototype.Yn=function(e){return this.Kj===O&&(this.Kj=b.getMaxiumDigitWidth(e)),this.Kj},e.prototype.Zn=function(e,t,r,i){var n,o,a,l,s,c,u,f=this.ti,d=f.sheets&&f.sheets[e];if(!d)return!1;if(n=d.frozenRowCount,o=d.frozenColCount,r.col=d.activeCol>=0?d.activeCol:0,r.row=d.activeRow>=0?d.activeRow:0,a=n>0,l=o>0,0===i){if(!a||!l)return!1}else if(1===i){if(!l)return!1;a&&(r.col=o,r.row=0)}else if(2===i){if(!a)return!1;l&&(r.col=0,r.row=n)}if(r.col=Math.min(x.af,r.col),r.row=Math.min(x.bf,r.row),t)if(d.selections)for(c=0;c<d.selections.length;c++)u=d.selections[c],j(u)&&(s=new P(u.row>0?u.row:0,u.col>0?u.col:0,u.rowCount>0?u.rowCount:x.bf,u.colCount>0?u.colCount:x.af),t.push(s));else t.push(new P(r.row,r.col,1,1));return!0},e.prototype.zn=function(e,t,r){v(this.Im[e][t])&&(this.Im[e][t]=[]),this.Im[e][t].push(r)},e.prototype.$n=function(e,t){var r,i,n;if(z(e)&&"/OADate"===e.substring(0,7)&&t&&!t.formatter){if(t.autoFormatter)return void(t.formatter=t.autoFormatter.formatCached);r=e.indexOf("("),i=e.indexOf(")"),r!==-1&&i!==-1&&(n=parseInt(e.substring(r+1,i)),n<1?t.formatter="h:mm:ss":n>1&&(t.formatter="M/d/yyyy"))}},e.prototype.Wj=function(e,t,r,i,n){if(S.Ib(i))r&&void 0!==(o=e[t])?n.formatId=o:n.formatId=-1;else{var o;void 0!==(o=this.Cm[i])?n.formatId=o:n.formatId=-1}},e.prototype.yn=function(e,t,r){S.Jb(e)||(r.formula=e,t?(r.isArrayFormula=!0,r.cellType=8,r.arrayFormulaRange=t,t.isDynamicArray&&(r.isDynamicArray=!0)):r.cellType=3)},e.prototype.An=function(e,t,r,i,n){var o,a,l,s,c,u,f,d;if(t.data&&t.data.dataTable&&t.data.dataTable[r]&&(o=t.data.dataTable[r][i]&&t.data.dataTable[r][i].hyperlink)){if(a={},l=this._n(t.name),s=!1,l)for(c=0;c<l.length;c++)if(u=l[c],u.row===r&&u.col===i){a.ref=A.Pb(u.col)+(u.row+1)+":"+A.Pb(u.col+u.colCount-1)+(u.row+u.rowCount),s=!0;break}s||(a.ref=A.Pb(i)+(r+1)),f="sjs://",o.url.substring(0,f.length)===f?(a.location=o.url.replace(f,""),d=t.data.dataTable[r][i].value,"string"==typeof d&&(a.display=d)):a.url=o.url,o.tooltip&&(a.tooltip=o.tooltip),a["xr:uid"]=L(),n.push(a)}},e.prototype.xn=function(e,t){var r=0;if(v(e))e=H;else{if(e._error)return r=7,{value:e._error,cellType:r};"number"==typeof e?(r=1,isNaN(e)&&(e=0)):"boolean"==typeof e?r=5:z(e)&&"/OADate"===e.substring(0,7)?r=6:t?r=9:z(e)?r=2:(r=2,e=""+e)}return{value:e,cellType:r}},e.prototype.Cn=function(e){var t,r=this;return j(e)?w.cloneSpreadJSStyle(e):z(e)?(t=e.indexOf(U),t>=0?r.$i[r.Cm[e.substring(t)]]:{parentName:e}):void 0},e.prototype.Dn=function(e,t){var r,i=this;t&&(t=i.Cn(t),m.ic(e,t,!0),t.parentName&&(r=i.$i[i.Cm[t.parentName]],m.ic(e,r)))},e.prototype.wn=function(e,t,r,i,n,o,a,l,s){var c,u=this,f=u.rn(e,t,r),d=H,h=H;return f?d=u.Cn(f):s!==H&&void 0!==s&&(d={}),d&&(d.parentName&&(c=u.$i[u.Cm[d.parentName]],m.ic(d,c)),u.Dn(d,o),u.Dn(d,n),u.Dn(d,a),u.$n(s,d,n,o),m.hc(d)?d=H:(i[l]=u.En(d),d.parentName&&re(u.$i[u.Cm[d.parentName]],d,!0)&&(h=d.parentName),d.name&&re(u.$i[u.Cm[d.name]],d,!0)&&(h=d.name))),{styleName:h,styleInfo:d}},e.prototype.En=function(e){var t,r,i=this.$i;if(!e)return 0;if(!S.Jb(e.name)){for(t=w.cloneSpreadJSStyle(e),t.name=O,t.parentName=e.name,r=i.length-1;r>=0;r--)if(m.kc(i[r],t))return r;return i.push(t),i.length-1}for(r=i.length-1;r>=0;r--)if(m.kc(i[r],e))return r;return i.push(e),i.length-1},e.prototype.ao=function(e){var t,r;if(!e)return 0;t=0;for(r in e)e.hasOwnProperty(r)&&parseInt(r)>t&&(t=parseInt(r));return t},e.prototype.tn=function(e,t){var r,i,n,o=0;if(e)for(r in e)if(e.hasOwnProperty(r))for(i in e[r])parseInt(i)>o&&(o=parseInt(i));return n=t.tables,n&&n.forEach(function(e){e.col+e.colCount>o&&(o=e.col+e.colCount)}),o},e.prototype.bo=function(e,t,r){for(r++;r>=0&&r<t&&!e[r];)r++;return r<t?r:-1},e.prototype.co=function(e,t,r,i,n){var o=H;if(i>=0&&i<t&&(o=e[i]),!o)return-1;for(n++;n>=0&&n<r&&!o[n];)n++;return n<r?n:-1},e.prototype.un=function(e,t){var r,i,n=[],o=e.columnCount;if(!e.data||!e.data.columnDataArray)return n;for(r=0;r<t;r++)r<o?(i=this.rn(e,-1,r),n.push(i)):n.push(H);return n},e.prototype.do=function(){var e,t,r,i,n,o,a=this,l=[],s={count:0};for(e=0,t=a.$i.length;e<t;e++)r=a.$i[e],i=w.toExtendedFormat(r),r.name&&r.name.substring(0,U.length)!==U?(s[r.name]||(s[r.name]=s.count,s.count++),i.isStyleFormat=!0):(n=0,void 0!==s[r.parentName]&&s[r.parentName]!==H&&(n=s[r.parentName],o=l[n],!i.applyNumberFormat&&o&&(o.numberFormat?i.numberFormat=o.numberFormat:void 0!==o.numberFormatIndex&&(i.numberFormatIndex=o.numberFormatIndex))),i.parentFormatID=n),l.push(i);return l},e.prototype.eo=function(){var t=w.cloneSpreadJSStyle(e.ue(this.ti)),r=w.toExtendedFormat(t);return r.parentFormatID=0,r},e.prototype.fo=function(){var t,r,i,n,o,l,s,c=this,u=[],f=H;for(t=0,r=c.Hm.length;t<r;t++)if(i=c.Hm[t],"Normal"===i.name){n=new E,n.name="Normal",n.format(w.toExtendedFormat(i)),n.format().isStyleFormat=!0,n.builtInStyle=0,f=n,c.ci=i;break}for(f||(o=new E,o.name="Normal",o.format(w.toExtendedFormat(e.ue(this.ti))),o.format().font.fontSize=14.67,o.format().isStyleFormat=!0,o.builtInStyle=0,u.push(o)),t=0,r=c.Hm.length;t<r;t++)l=c.Hm[t],l.name&&(void 0!==e.Gn[l.name]?(n=new E,n.name=l.name,n.format(w.toExtendedFormat(l)),n.format().isStyleFormat=!0,n.builtInStyle=e.Gn[l.name],("RowLevel_"===l.name.substring(0,9)||"ColLevel_"===l.name.substring(0,9))&&l.name.length>9&&(n.outLineLevel=parseInt(l.name.substring(9))-1),u.push(n)):(s=new a.CustomExcelStyle,s.name=l.name,s.format(w.toExtendedFormat(l)),s.format().isStyleFormat=!0,u.push(s)));return u},e.prototype.Yl=function(){var e,t,r=[],i=this.ti.sheets;for(e in i)i.hasOwnProperty(e)&&(t=i[e],r[t.index]=e);return r},e.prototype.ho=function(e){return this.ti.sheets[e]},e.prototype.io=function(e){var t=this.ti,r=t.sheets&&t.sheets[e];return r?{colsSumRight:!(r.columnOutlines&&0===r.columnOutlines.direction),rowsSumBelow:!(r.rowOutlines&&0===r.rowOutlines.direction)}:{}},e.prototype.jo=function(e){var t=this.ti,r=t.sheets&&t.sheets[e];return r?_(r.sheetTabColor):H},e.prototype.ko=function(e){var t=this.ti,r=t.sheets&&t.sheets[e];return r?{rowCount:r.rowCount,columnCount:r.columnCount}:{}},e.prototype.lo=function(e){var t,r=this.ti,i=r.sheets&&r.sheets[e],n={showGridLine:!0,showRowColHeaders:!0,gridlineColor:H,zoom:1};return i?(!i.gridline||i.gridline.showVerticalGridline!==!1&&i.gridline.showHorizontalGridline!==!1||(n.showGridLine=!1),i.rowHeaderVisible===!1&&i.colHeaderVisible===!1&&(n.showRowColHeaders=!1),i.gridline&&i.gridline.color&&(n.gridlineColor=T.toExcelIndexedColor(_(i.gridline.color,4291876837))),void 0!==i.topCellIndex&&void 0!==i.leftCellIndex&&(t={row:i.topCellIndex,col:i.leftCellIndex},n.topLeftCell=t),n.zoom=i.zoomFactor,n):n},e.prototype.mo=function(e){var t=this.ti,r=t.sheets&&t.sheets[e],i={frozenRowCount:0,frozenColCount:0};return r?(i.frozenRowCount=r.frozenRowCount||0,i.frozenColCount=r.frozenColCount||0,i):i},e.prototype.no=function(e){var t=this.ti,r=t.sheets&&t.sheets[e];return!!r&&r.isProtected},e.prototype.oo=function(e,t){var r,i,n=this.ti,o=n.sheets&&n.sheets[e],a=o.protectionOptions,l={};for(i in a)a.hasOwnProperty(i)&&(r=a[i],r&&"allowSelectLockedCells"===i||r&&"allowSelectUnlockedCells"===i||r&&"allowEditObjects"===i||(l[G[i]?G[i]:i]=a[i]));return t&&!a&&(l.objects=!1),l},e.prototype._n=function(e){var t=this.ti,r=t.sheets&&t.sheets[e];return r?r.spans:[]},e.prototype.po=function(){var e=this.ti;return{showHorizontalScrollbar:e.showHorizontalScrollbar,showVerticalScrollbar:e.showVerticalScrollbar,tabStripVisible:e.tabStripVisible,tabStripRatio:e.tabStripRatio,startSheetIndex:e.startSheetIndex,activeSheetIndex:e.activeSheetIndex}},e.prototype.qo=function(e){var t=this.ti,r=t.sheets&&t.sheets[e];return!r||r.visible===!1},e.prototype.ro=function(){var e,t,r,i,n,o=[];if(this.ti.names)for(t=0;t<this.ti.names.length;t++)e=this.ti.names[t],o.push({name:e.name,localSheetId:-1,formula:e.formula,comment:e.comment});r=this.ti.sheets;for(i in r)if(r.hasOwnProperty(i)&&(n=r[i],n.names))for(t=0;t<n.names.length;t++)e=n.names[t],o.push({name:e.name,localSheetId:n.index,formula:e.formula,comment:e.comment});return o},e.prototype.ik=function(e){var t=this,r=t.ti.sheets&&t.ti.sheets[e];return r.conditionalFormats},e.Gn={"20% - Accent1":30,"20% - Accent2":34,"20% - Accent3":38,"20% - Accent4":42,"20% - Accent5":46,"20% - Accent6":50,"40% - Accent1":31,"40% - Accent2":35,"40% - Accent3":39,"40% - Accent4":43,"40% - Accent5":47,"40% - Accent6":51,"60% - Accent1":32,"60% - Accent2":36,"60% - Accent3":40,"60% - Accent4":44,"60% - Accent5":48,"60% - Accent6":52,Accent1:29,Accent2:33,Accent3:37,Accent4:41,Accent5:45,Accent6:49,Bad:27,Calculation:22,"Check Cell":23,Comma:3,"Comma [0]":6,Currency:4,"Currency [0]":7,"Explanatory Text":53,Good:26,"Heading 1":16,"Heading 2":17,"Heading 3":18,"Heading 4":19,Input:20,"Linked Cell":24,Neutral:28,Normal:0,Note:10,Output:21,Percent:5,Title:15,Total:25,"Warning Text":11,Hyperlink:8,FollowedHyperLink:9,RowLevel_1:1,RowLevel_2:1,RowLevel_3:1,RowLevel_4:1,RowLevel_5:1,RowLevel_6:1,RowLevel_7:1,ColLevel_1:2,ColLevel_2:2,ColLevel_3:2,ColLevel_4:2,ColLevel_5:2,ColLevel_6:2,ColLevel_7:2},e.ue=function(e){var t,r,i,n,o,a,l={foreColor:"black",font:"normal normal normal 11pt/normal Calibri",locked:!0,name:"Normal",textDecoration:0,hAlign:3,vAlign:0,formatter:"General"};for(t in e.sheets)if(e.sheets.hasOwnProperty(t)&&(r=e.sheets[t],r.data&&r.data.defaultDataNode&&r.data.defaultDataNode.style)){for(i=r.data.defaultDataNode.style,n=this.prototype.Cn(i),o=n.parentName;o&&(a=Pe(o,e,r));)m.ic(n,a),o=a.parentName;return m.ic(n,l),n}return l},e.prototype.hm=function(e){var t=this.ti,r=t.sheets&&t.sheets[e];return r.comments&&r.comments.map(function(e){return c(r,e)})},e.prototype.so=function(e){return e.floatingObjects&&e.floatingObjects.filter(function(e){return"1"===e.typeName&&e.src&&e.src.indexOf(";base64,")!==-1}).map(function(t){return u(e,t)})},e.prototype.uo=function(e){var t=this.ti,r=t.sheets&&t.sheets[e];return r.sparklineGroups},e.prototype.gn=function(e){var t,r,i,n=e.rowFilter,o=this;if(n)return t=[],r=n.filteredColumns,i=n.filterItemMap,i&&r&&r.length>0&&i.forEach(function(i){var a,l,s;r.indexOf(i.index)<0||(a=i.conditions[0],3===a.conType&&(l=0===a.compareType,s=a.expected?{item1:1,item2:_(a.expected),item3:_(l?"#000000":"#FFFFFF")}:{item1:0,item2:new I(1,64,0),item3:new I(1,65,0)},t.push({autoFilterColumnId:i.index-le(e,n.range).col,colorFilter:{cellColor:l,dxfId:o.dn({isColorFilter:!0,fill:s})}})))}),t},e.prototype.nn=function(e){var t,r,i,n=H;return e&&(t=e.sortInfo,!t||v(t.ascending)||v(t.index)||(n={range:new P(e.range.row,t.index,e.range.rowCount,1),descending:!t.ascending},t.color!==O&&(r=t.isBackColor,i=t.color?{item1:1,item2:_(t.color),item3:_(r?"#000000":"#FFFFFF")}:{item1:0,item2:new I(1,64,0),item3:new I(1,65,0)},n.isBackColor=r,n.dxfid=this.dn({isColorFilter:!0,fill:i})))),n},e.prototype.vo=function(e,t,r){var i,n,o,a,l=this.ti,s=l.sheets&&l.sheets[e];return v(t)||v(t.range)?H:(i=t.range,n={range:le(s,i),filterColumns:[]},s.fn&&s.fn.length>0&&(n.filterColumns=s.fn),o=t.filteredColumns,a=t.filterItemMap,a&&o&&o.length>0&&a.forEach(function(e){var t,r,a,l,c,u;if(!(e.index<i.col||e.index>=i.col+i.colCount||o.indexOf(e.index)<0)){for(t=e.conditions,r=t[0],a=1;a<t.length;a++)r={
- conType:0,compareType:0,item1:r,item2:t[a]};r&&(l={autoFilterColumnId:e.index-n.range.col},c=xe(s,r,new P(n.range.row+1,n.range.col,n.range.rowCount-1,1)),v(c)||(u=c.filterType,1===u?l.top10=c:2===u?l.dynamicFilter=c:3===u?l.filters=c:4===u&&(l.customFilters=c),n.filterColumns.push(l)))}}),n.sortInfo=r,n)},e.prototype.wo=function(e){var t=this.ti,r=t.sheets&&t.sheets[e],i=H;return r.rowFilter&&(i=r.rowFilter.autoFilterSortInfo),this.vo(e,r.rowFilter,i)},e.prototype.Zl=function(e){var t,r=[],i=this.ti;if(e)return i.sheets[e].tables;for(t in i.sheets)i.sheets[t].tables&&(r=r.concat(i.sheets[t].tables));return r},e.prototype.tm=function(e){var t=this.ti.sheets[e];return t.slicers&&t.slicers.map(function(e){return h(t,e)})},e.prototype.xo=function(e){return e.charts&&e.charts.map(function(t){return f(e,t)})},e.prototype.yo=function(e){return e.shapes&&e.shapes.map(function(t){return d(e,t)})},e.prototype._l=function(e){var t=this.ti,r=t.sheets&&t.sheets[e],i=this.tm(e),n=this.so(r),o=this.xo(r),a=this.yo(r),l=0;return[i,n,o,a].forEach(function(e){e&&(l+=e.length)}),{slicers:i,pictures:n,charts:o,shapes:a,withDrawingObjects:l>0}},e.prototype.zo=function(e){var t,r=this.ti,i=r.sheets&&r.sheets[e],n=[],o=i.validations;return o&&(t=this.Yl(),Le(o,n,e,t)),n};function D(e){return(e/96).toFixed(2)}return e.prototype.Ao=function(e){var t=this.ti,r=t.sheets&&t.sheets[e],i=r.printInfo,n=i&&i.margin;return n?{bottom:D(n.bottom),top:D(n.top),left:D(n.left),right:D(n.right),header:D(n.header),footer:D(n.footer)}:H},e.prototype.Bo=function(e){var t,r=this.ti,i=r.sheets&&r.sheets[e],n=i.printInfo;if(n)return t=n.centering,{horizontalCentered:1===t||3===t,verticalCentered:2===t||3===t,printGridLine:n.showGridLine,printRowColumnsHeaders:2===n.showRowHeader&&2===n.showColumnHeader}},e.prototype.Co=function(e,t){var r,i,n,o,a,l,s,c,u,f,d,h,p;function m(e,t,r){return e=e||"",t=t||"",r=r||"","&L"+e+"&C"+t+"&R"+r}return r=this.ti,i=r.sheets&&r.sheets[e],(n=i.printInfo)?(o={},a=n.fitPagesTall,l=n.fitPagesWide,v(a)||a===-1||(o.useSmartPrint=!0,o.smartPrintPagesHeight=Math.max(1,a)),v(l)||l===-1||(o.useSmartPrint=!0,o.smartPrintPagesWidth=Math.max(1,l)),t||(n.paperSize&&(s=n.paperSize.kind,0!==s&&(o.paperSizeIndex=s)),o.copies=1,v(n.firstPageNumber)||(o.useCustomStartingPage=!0,o.firstPageNumber=n.firstPageNumber),o.orientation=2===n.orientation?2:1,o.pageOrder=1===n.pageOrder?1:2,o.zoomFactor=parseFloat(n.zoomFactor),o.showColor=!n.blackAndWhite,c=m(n.headerLeft,n.headerCenter,n.headerRight),u=m(n.footerLeft,n.footerCenter,n.footerRight),o.advancedHeadFooterSetting={headerEvenPage:c,headerOddPage:c,footerOddPage:u,footerEvenPage:u},f=i.rows,d=[],f&&f.length>0&&f.forEach(function(e,t){e&&e.pageBreak&&d.push(t)}),h=i.columns,p=[],h&&h.length>0&&h.forEach(function(e,t){e&&e.pageBreak&&p.push(t)}),d.length>0&&(o.rowBreakLines=d),p.length>0&&(o.columnBreakLines=p)),o):H},e.prototype.Do=function(e){return this.ti.sheets&&this.ti.sheets[e].printInfo},e.prototype.Eo=function(e){return this.ti.sheets&&this.ti.sheets[e].rowFilter},e.prototype.Fo=le,e.prototype.wm=function(e){var t,r,i,n;function o(e,t){var r={name:e};return N(t,r),r}return t=this.ti,r=t.sheets&&t.sheets[e],i=r.printInfo,n=[],i&&(i.headerLeftImage&&n.push(o("LH",i.headerLeftImage)),i.headerCenterImage&&n.push(o("CH",i.headerCenterImage)),i.headerRightImage&&n.push(o("RH",i.headerRightImage)),i.footerLeftImage&&n.push(o("LF",i.footerLeftImage)),i.footerCenterImage&&n.push(o("CF",i.footerCenterImage)),i.footerRightImage&&n.push(o("RF",i.footerRightImage))),n},e.prototype.Go=function(){return this.Jm},e}(),e.exports=i}()},function(e,t,r){!function(){"use strict";var e=r(47),i=r(15),n=r(14),o=r(12),a=r(4),l=r(50).writeColor,s=i.Hh,c=o.ExcelStyle,u=o.ExcelColor,f=o.FontSchemeCategory,d=a.Gc,h=a.Kb,p=a.Hb,m=o.ExcelVerticalAlignment,g=o.ConverterHelper,b=void 0,S={wholeSlicerStyle:"wholeTable",headerStyle:"headerRow",wholeTableStyle:"wholeTable",headerRowStyle:"headerRow",footerRowStyle:"totalRow",highlightFirstColumnStyle:"firstColumn",highlightLastColumnStyle:"lastColumn",firstRowStripStyle:"firstRowStripe",secondRowStripStyle:"secondRowStripe",firstColumnStripStyle:"firstColumnStripe",secondColumnStripStyle:"secondColumnStripe",firstHeaderCellStyle:"firstHeaderCell",lastHeaderCellStyle:"lastHeaderCell",firstFooterCellStyle:"firstTotalCell",lastFooterCellStyle:"lastTotalCell"},C={selectedItemWithDataStyle:"selectedItemWithData",selectedItemWithNoDataStyle:"selectedItemWithNoData",unSelectedItemWithDataStyle:"unselectedItemWithData",unSelectedItemWithNoDataStyle:"unselectedItemWithNoData",hoveredSelectedItemWithDataStyle:"hoveredSelectedItemWithData",hoveredSelectedItemWithNoDataStyle:"hoveredSelectedItemWithNoData",hoveredUnSelectedItemWithDataStyle:"hoveredUnselectedItemWithData",hoveredUnSelectedItemWithNoDataStyle:"hoveredUnselectedItemWithNoData"};function y(t,r){var i=x(t,r),o=new e;return o.writeDocument(),o.writeElement("styleSheet",function(){o.writeAttributeString("xmlns",s.Rg),o.writeAttributeString("xmlns:mc",s.Sg),o.writeAttributeString("xmlns:x14ac",s.Wg),o.writeAttributeString("mc:Ignorable",s.Xg)},function(){var e,r,a,l,s,c,u;if(i.Ho.count>0&&o.writeElement("numFmts",function(){o.writeAttributeString("count",""+i.Ho.count)},function(){for(var e in i.Ho)i.Ho.hasOwnProperty(e)&&"count"!==e&&A(o,{key:e,value:i.Ho[e]})}),o.writeElement("fonts",function(){o.writeAttributeString("count",""+i.Io.length)},function(){for(var e=0,t=i.Io.length;e<t;e++)k(o,i.Io[e])}),o.writeElement("fills",function(){o.writeAttributeString("count",""+i.Jo.length)},function(){o.writeElement("fill",b,function(){o.writeLeafElement("patternFill",function(){o.writeAttributeString("patternType","none")})}),o.writeElement("fill",b,function(){o.writeLeafElement("patternFill",function(){o.writeAttributeString("patternType","gray125")})});for(var e=2;e<i.Jo.length;e++)I(o,i.Jo[e])}),o.writeElement("borders",function(){o.writeAttributeString("count",""+i.Ko.length)},function(){for(var e=0,t=i.Ko.length;e<t;e++)P(o,i.Ko[e])}),F(o,i.Lo,"cellStyleXfs",!0),F(o,i.Mo,"cellXfs",!1),0===i.$i.length)R(o);else{for(e=[],r=Object.keys(i.No),a=r.length,l=0,s=a;l<s;l++)c=r[l],u=i.No[c],e.push(new n(u,i.$i[u],c));0===e.length?R(o):o.writeElement("cellStyles",function(){o.writeAttributeString("count",""+e.length)},function(){var t,r,i,n;for(t=0,r=e.length;t<r;t++)i=e[t],n=i.item2,n?o.writeLeafElement("cellStyle",function(){o.writeAttributeString("name",i.item3),o.writeAttributeString("xfId",""+i.item1),n.isBuiltInStyle()&&(o.writeAttributeString("builtinId",""+n.builtInStyle),n.isCustomBuiltin&&o.writeAttributeString("customBuiltin","1"),1!==n.builtInStyle&&2!==n.builtInStyle||o.writeAttributeString("iLevel",""+n.outLineLevel))}):o.writeLeafElement("cellStyle",function(){o.writeAttributeString("name",i.item3),o.writeAttributeString("xfId",""+i.item1)})})}_(o,t),t.Dm.length>0?o.writeElement("tableStyles",function(){o.writeAttributeString("count",t.Dm.length),o.writeAttributeString("defaultTableStyle","TableStyleMedium2"),o.writeAttributeString("defaultPivotStyle","PivotStyleMedium9")},function(){var e=t.Dm;e&&e.forEach(function(e){o.writeElement("tableStyle",function(){o.writeAttributeString("name",e.name),o.writeAttributeString("pivot","0"),o.writeAttributeString("count",e.styleElements.length),p(e.tableId)||o.writeAttributeString("table",e.tableId)},function(){e.styleElements&&e.styleElements.length>0&&e.styleElements.forEach(function(e){o.writeLeafElement("tableStyleElement",function(){o.writeAttributeString("type",S[e.type]),o.writeAttributeString("dxfId",e.dxfId),p(e.size)||o.writeAttributeString("size",e.size)})})})})}):o.writeLeafElement("tableStyles",function(){o.writeAttributeString("count","0"),o.writeAttributeString("defaultTableStyle","TableStyleMedium2"),o.writeAttributeString("defaultPivotStyle","PivotStyleLight16")}),t.Fm.length>0&&o.writeElement("extLst",function(){w(o,t),T(o,t.Fm)})}),{xml:o.xml,styleOffset:i.ul}}function w(e,t){e.writeElement("ext",function(){e.writeAttributeString("uri","{46F421CA-312F-682f-3DD2-61675219B42D}"),e.writeAttributeString("xmlns:x14",s.kh)},function(){B(e,t)})}function T(e,t){e.writeElement("ext",function(){e.writeAttributeString("uri","{EB79DEF2-80B8-43e5-95BD-54CBDDF9020C}"),e.writeAttributeString("xmlns:x14",s.kh)},function(){e.writeElement("x14:slicerStyles",function(){e.writeAttributeString("defaultSlicerStyle","SlicerStyleLight1")},function(){t&&t.length&&t.forEach(function(t){e.writeElement("x14:slicerStyle",function(){e.writeAttributeString("name",t.name)},function(){t.styleElements&&t.styleElements.length&&e.writeElement("x14:slicerStyleElements",function(){t.styleElements.forEach(function(t){e.writeLeafElement("x14:slicerStyleElement",function(){e.writeAttributeString("type",C[t.type]),e.writeAttributeString("dxfId",t.dxfId)})})})})})})})}function v(e){var t=e&&e.fontName;return t&&('"'===t.charAt(0)&&(t=t.substr(1)),'"'===t.charAt(t.length-1)&&(t=t.substring(0,t.length-1)),e.fontName=t),e}function x(e,t){var r,i,a,l,s,f,h,p,m,g,S,C,y,w,T,x,A={ul:0,Io:[],Jo:[],Ko:[],Ho:{count:0},Lo:b,$i:b,No:e.Go()},k=e.do(),E=e.eo(),I=e.fo();if(I&&0!==I.length||(E?(r=new c,r.builtInStyle=0,r.name="Normal",r.format(E),I=[],I.push(r)):(I=[],I.push(o.BuiltInExcelStyles.getNormalStyle()))),i="Normal",I)for(a=0,l=I.length;a<l;a++)s=I[a],s.isBuiltInStyle()&&0===s.builtInStyle&&(i=s.name);for(A.$i=I,f=d.oc(I,function(e){return e.name===i},null),h=d.oc(k,function(e){return!e.isStyleFormat},null),p=d.oc(k,function(e){return e.isStyleFormat},null),null!==h&&h.equals(E)||(k.splice(0,0,E),A.ul+=1),null!==p&&p.equals(f.format())||(k.splice(0,0,f.format()),A.ul+=1),m=0,g=0,S=0,C=0,y=v(f.format().font),A.Io.push(y),A.Jo.push(new n(0,u.EmptyColor,u.EmptyColor)),A.Jo.push(new n(17,u.EmptyColor,u.EmptyColor)),A.Ko.push(new o.ExcelBorder),A.Mo=[],A.Lo=[],w=0,a=0,l=k.length;a<l;a++)T=k[a],T.font&&(m=d.pc(A.Io,T.font),m===-1&&(A.Io.push(v(T.font)),m=A.Io.length-1)),T.numberFormat?(g=T.numberFormat.numberFormatId,void 0===A.Ho[g]&&A.Ho.count++,A.Ho[g]=T.numberFormat.numberFormatCode):T.numberFormatIndex>=0&&(g=T.numberFormatIndex),T.border&&(C=d.pc(A.Ko,T.border),C===-1&&(A.Ko.push(T.border),C=A.Ko.length-1)),0===T.fillPattern?S=0:(x=new n(T.fillPattern,T.patternColor?T.patternColor:u.EmptyColor,T.patternBackgroundColor?T.patternBackgroundColor:u.EmptyColor),S=d.pc(A.Jo,x),S===-1&&(A.Jo.push(x),S=A.Jo.length-1)),T.isStyleFormat?(t[w++]=""+A.Lo.length,A.Lo.push(new n(g,m,S,C,0,T,new n(T.isHidden,T.isLocked)))):(t[w++]=""+A.Mo.length,A.Mo.push(new n(g,m,S,C,0,T,new n(T.isHidden,T.isLocked))));return A}function A(e,t){t.key<0||e.writeLeafElement("numFmt",function(){e.writeAttributeString("numFmtId",""+t.key),e.writeAttributeString("formatCode",d.tc(""+t.value))})}function k(e,t,r){t&&e.writeElement("font",b,function(){if(t.isBold&&e.writeLeafElement("b"),t.isItalic&&e.writeLeafElement("i"),t.isStrikeOut&&e.writeLeafElement("strike"),0!==t.underLineStyle&&(1===t.underLineStyle?e.writeLeafElement("u"):e.writeLeafElement("u",function(){e.writeAttributeString("val",o.UnderLineStyle[t.underLineStyle])})),void 0!==t.fontColor&&t.fontColor!==u.EmptyColor&&l(e,"color",t.fontColor),!r){if(0!==t.vertAlign&&e.writeLeafElement("vertAlign",function(){e.writeAttributeString("val",o.VertAlign[t.vertAlign])}),0!==t.fontSize||t.fontSize!==-1){var i=t.fontSize;i>0&&e.writeLeafElement("sz",function(){e.writeAttributeString("val",""+i)})}h.Jb(t.fontName)||e.writeLeafElement("name",function(){e.writeAttributeString("val",t.fontName)}),p(t.fontFamily)||0===t.fontFamily||e.writeLeafElement("family",function(){e.writeAttributeString("val",""+t.fontFamily)}),t.charSetIndex>0&&e.writeLeafElement("charset",function(){e.writeAttributeString("val",""+t.charSetIndex)}),t.isShadowStyle&&e.writeLeafElement("shadow",function(){e.writeAttributeString("val","1")}),t.isOutlineStyle&&e.writeLeafElement("outline",function(){e.writeAttributeString("val","1")}),0!==t.fontScheme&&e.writeLeafElement("scheme",function(){e.writeAttributeString("val",f[t.fontScheme])})}})}function E(e,t){t&&e.writeElement("rPr",b,function(){if(t.isBold&&e.writeLeafElement("b"),t.charSetIndex>0&&e.writeLeafElement("charset",function(){e.writeAttributeString("val",""+t.charSetIndex)}),t.foreColor&&t.foreColor!==u.EmptyColor&&l(e,"color",t.foreColor),t.isCondense&&e.writeLeafElement("condense"),t.isExtend&&e.writeLeafElement("extend"),p(t.fontFamilySet)||0===t.fontFamilySet||e.writeLeafElement("family",function(){e.writeAttributeString("val",""+t.fontFamilySet)}),t.isItalic&&e.writeLeafElement("i"),t.isOutlineStyle&&e.writeLeafElement("outline",function(){e.writeAttributeString("val","1")}),h.Jb(t.fontFamily)||e.writeLeafElement("rFont",function(){e.writeAttributeString("val",t.fontFamily)}),t.fontScheme&&0!==t.fontScheme&&e.writeLeafElement("scheme",function(){e.writeAttributeString("val",f[t.fontScheme])}),t.isShadowStyle&&e.writeLeafElement("shadow",function(){e.writeAttributeString("val","1")}),t.isStrikeOut&&e.writeLeafElement("strike"),t.fontSize&&0!==t.fontSize||t.fontSize!==-1){var r=t.fontSize;r>0&&e.writeLeafElement("sz",function(){e.writeAttributeString("val",""+r)})}t.underLineStyle&&0!==t.underLineStyle&&(1===t.underLineStyle?e.writeLeafElement("u"):e.writeLeafElement("u",function(){e.writeAttributeString("val",o.UnderLineStyle[t.underLineStyle])})),t.vertAlign&&0!==t.vertAlign&&e.writeLeafElement("vertAlign",function(){e.writeAttributeString("val",o.VertAlign[t.vertAlign])})})}function I(e,t,r){e.writeElement("fill",b,function(){var i=!p(t.item1),n=t.item2&&t.item2!==u.EmptyColor,a=t.item3&&t.item3!==u.EmptyColor;!i||n||a?i&&e.writeElement("patternFill",function(){e.writeAttributeString("patternType",o.FillPatternType[t.item1])},function(){n&&l(e,"fgColor",t.item2),a&&l(e,"bgColor",t.item3)}):r?e.writeElement("patternFill",function(){e.writeAttributeString("patternType",o.FillPatternType[t.item1])},function(){l(e,"fgColor",u.EmptyColor)}):e.writeLeafElement("patternFill",function(){e.writeAttributeString("patternType",o.FillPatternType[t.item1])})})}function P(e,t,r){e.writeElement("border",function(){t.diagonalDown&&t.diagonalDown.color&&t.diagonalDown.lineStyle&&e.writeAttributeString("diagonalDown",1),t.diagonalUp&&t.diagonalUp.color&&t.diagonalUp.lineStyle&&e.writeAttributeString("diagonalUp",1)},function(){(!r||r&&t.left)&&L(e,"left",t.left),(!r||r&&t.right)&&L(e,"right",t.right),(!r||r&&t.top)&&L(e,"top",t.top),(!r||r&&t.bottom)&&L(e,"bottom",t.bottom),t.vertical&&L(e,"vertical",t.vertical),t.horizontal&&L(e,"horizontal",t.horizontal);var i=!1;t.diagonalUp&&t.diagonalUp.color&&t.diagonalUp.lineStyle&&(L(e,"diagonal",t.diagonalUp),i=!0),t.diagonalDown&&t.diagonalDown.color&&t.diagonalDown.lineStyle&&!i&&L(e,"diagonal",t.diagonalDown)})}function L(e,t,r){r&&(0!==r.lineStyle||r.color?e.writeElement(t,function(){0!==r.lineStyle&&e.writeAttributeString("style",o.ExcelBorderStyle[r.lineStyle])},function(){r.color&&l(e,"color",r.color)}):e.writeLeafElement(t))}function F(e,t,r,i){0===t.length?e.writeElement(r,function(){e.writeAttributeString("count","1")},function(){e.writeLeafElement("xf",function(){e.writeAttributeString("numFmtId","0"),e.writeAttributeString("fontId","0"),e.writeAttributeString("fillId","0"),e.writeAttributeString("borderId","0"),i||e.writeAttributeString("xfId","0")})}):e.writeElement(r,function(){e.writeAttributeString("count",""+t.length)},function(){var r,n,a,l,s,c,u,f;for(r=0,n=t.length;r<n;r++)a=t[r],l=a.item6,s=a.item7,c=0!==l.horizontalAlign||2!==l.verticalAlign||0!==l.rotation||0!==l.readingOrder||l.isWordWrap||l.isShrinkToFit||l.isJustfyLastLine||l.indent>0,u=s&&(s.item1||!s.item2),f="writeElement",c||u||(f="writeLeafElement"),e[f]("xf",function(){if(e.writeAttributeString("numFmtId",""+a.item1),e.writeAttributeString("fontId",""+a.item2),e.writeAttributeString("fillId",""+a.item3),e.writeAttributeString("borderId",""+a.item4),l){if(!i)if(l.isStyleFormat||p(l.parentFormatID))e.writeAttributeString("xfId","0");else{var t=l.parentFormatID;p(t)?e.writeAttributeString("xfId","0"):e.writeAttributeString("xfId",""+t)}p(l.applyNumberFormat)||e.writeAttributeString("applyNumberFormat",l.applyNumberFormat===!0?"1":"0"),p(l.applyFont)||e.writeAttributeString("applyFont",l.applyFont===!0?"1":"0"),p(l.applyFill)||e.writeAttributeString("applyFill",l.applyFill===!0?"1":"0"),p(l.applyBorder)||e.writeAttributeString("applyBorder",l.applyBorder===!0?"1":"0"),p(l.applyAlignment)||e.writeAttributeString("applyAlignment",l.applyAlignment===!0?"1":"0"),p(l.applyProtection)||e.writeAttributeString("applyProtection",l.applyProtection===!0?"1":"0"),p(l.quotePrefix)||e.writeAttributeString("quotePrefix",l.quotePrefix===!0?"1":"0")}},function(){c&&e.writeLeafElement("alignment",function(){0!==l.horizontalAlign&&e.writeAttributeString("horizontal",o.ExcelHorizontalAlignment[l.horizontalAlign]),2!==l.verticalAlign&&e.writeAttributeString("vertical",m[l.verticalAlign]),l.isVerticalText===!0?e.writeAttributeString("textRotation",255):0!==l.rotation&&e.writeAttributeString("textRotation",""+l.rotation),0!==l.readingOrder&&e.writeAttributeString("readingOrder",o.TextDirection[l.readingOrder]),l.isWordWrap&&e.writeAttributeString("wrapText","1"),l.isShrinkToFit&&e.writeAttributeString("shrinkToFit","1"),l.isJustfyLastLine&&e.writeAttributeString("justifyLastLine","1"),l.indent>0&&e.writeAttributeString("indent",""+l.indent)}),u&&e.writeLeafElement("protection",function(){s.item2||e.writeAttributeString("locked","0"),s.item1&&e.writeAttributeString("hidden","1")})})})}function R(e){e.writeElement("cellStyles",function(){e.writeAttributeString("count","1")},function(){e.writeLeafElement("cellStyle",function(){e.writeAttributeString("name","Normal"),e.writeAttributeString("builtinId","0"),e.writeAttributeString("xfId","0")})})}function _(e,t,r){var i=r?r:t.hi;0===i.length?e.writeLeafElement("dxfs",function(){e.writeAttributeString("count","0")}):e.writeElement("dxfs",function(){e.writeAttributeString("count",i.length)},function(){for(var t=0;t<i.length;t++)M(e,i[t],"dxf")})}function B(e,t){var r=t.Pm;0===r.length?e.writeLeafElement("x14:dxfs",function(){e.writeAttributeString("count","0")}):e.writeElement("x14:dxfs",function(){e.writeAttributeString("count",r.length)},function(){for(var t=0;t<r.length;t++)M(e,r[t],"dxf")})}function M(e,t,r){e.writeElement(r,function(){var r,i,n=t.isColorFilter?t:g.toDifferentialFormatting(t);n.font&&k(e,n.font,n.isPartFontStyle),(n.numberFormat||n.numberFormatIndex>=0)&&(n.numberFormat?(r=n.numberFormat.numberFormatId,i=n.numberFormat.numberFormatCode):(r=n.numberFormatIndex,i=n.numberFormatCode),A(e,{key:r,value:i})),n.fill&&I(e,n.fill,!0),n.border&&P(e,n.border,n.isSlicerHeader)})}t.ol=y,t.Oo=M,t.Po=E}()},function(e,t,r){!function(){"use strict";var t=r(12),i=t.ConverterHelper,n=t.ColorHelper;function o(e,t,r){void 0!==r&&e.writeLeafElement(t,function(){if(null===r||r.isAutoColor())return void e.writeAttributeString("auto","1");if(r.isIndexedColor())e.writeAttributeString("indexed",""+r.value());else if(r.isThemeColor())e.writeAttributeString("theme",""+r.value()),0!==r.tint()&&e.writeAttributeString("tint",""+r.tint());else if(r.isRGBColor()){var t=r.value().toString(16);e.writeAttributeString("rgb",t.toUpperCase()),0!==r.tint()&&e.writeAttributeString("tint",""+r.tint())}})}function a(e,t,r){r&&e.writeElement(t,void 0,function(){if("a:dk1"===t)e.writeLeafElement("a:sysClr",function(){e.writeAttributeString("val","windowText"),e.writeAttributeString("lastClr","000000")});else if("a:lt1"===t)e.writeLeafElement("a:sysClr",function(){e.writeAttributeString("val","window"),e.writeAttributeString("lastClr","FFFFFF")});else if(2===r.colorType())e.writeLeafElement("a:srgbClr",function(){e.writeAttributeString("val",r.value().toString(16).substring(2))});else if(3===r.colorType())e.writeLeafElement("a:schemeClr",function(){e.writeAttributeString("val",i.toSchemeClrValue(r.value()))});else if(1===r.colorType()){var o=n.toExcelIndexedColor(r);e.writeLeafElement("a:srgbClr",function(){e.writeAttributeString("val",o&&o.value?o.value().toString(16):"0")})}})}e.exports={writeColor:o,writeColorScheme:a}}()},function(e,t,r){!function(){"use strict";var t=r(47),i=r(15),n=i.Hh;function o(e){var r=new t;return r.writeDocument(),r.writeElement("cp:coreProperties",function(){r.writeAttributeString("xmlns:cp",n.uh),r.writeAttributeString("xmlns:dc",n.vh),r.writeAttributeString("xmlns:dcterms",n.wh),r.writeAttributeString("xmlns:dcmitype",n.xh),r.writeAttributeString("xmlns:xsi",n.yh)},function(){var t,i=e.ti.docProps.docPropsCore;for(t in i)switch(t){case"title":r.writeElement("dc:title",function(){},function(){r.writeValue(i[t])});break;case"subject":r.writeElement("dc:subject",function(){},function(){r.writeValue(i[t])});break;case"creator":r.writeElement("dc:creator",function(){},function(){r.writeValue(i[t])});break;case"keywords":r.writeElement("cp:keywords",function(){},function(){r.writeValue(i[t])});break;case"description":r.writeElement("dc:description",function(){},function(){r.writeValue(i[t])});break;case"lastModifiedBy":r.writeElement("cp:lastModifiedBy",function(){},function(){r.writeValue(i[t])});break;case"created":r.writeElement("dcterms:created",function(){r.writeAttributeString("xsi:type","dcterms:W3CDTF")},function(){r.writeValue(i[t])});break;case"modified":r.writeElement("dcterms:modified",function(){r.writeAttributeString("xsi:type","dcterms:W3CDTF")},function(){r.writeValue(i[t])});break;case"lastPrinted":r.writeElement("cp:lastPrinted",function(){},function(){r.writeValue(i[t])});break;case"category":r.writeElement("cp:category",function(){},function(){r.writeValue(i[t])});break;case"contentStatus":r.writeElement("cp:contentStatus",function(){},function(){r.writeValue(i[t])});break;case"language":r.writeElement("dc:language",function(){},function(){r.writeValue(i[t])});break;case"version":r.writeElement("cp:version",function(){},function(){r.writeValue(i[t])});break;case"revision":r.writeElement("cp:revision",function(){},function(){r.writeValue(i[t])})}}),r.xml}e.exports=o}()},function(e,t,r){!function(){"use strict";var t=r(47),i=r(15),n=i.Hh;function o(e){var r=new t;return r.writeDocument(),r.writeElement("Properties",function(){r.writeAttributeString("xmlns",n.Bh),r.writeAttributeString("xmlns:vt",n.Ch)},function(){var t,i=e.ti.docProps.docPropsApp;for(t in i)switch(t){case"HeadingPairs":a(r,i);break;case"TitlesOfParts":l(r,i);break;default:s(t,r,i)}}),r.xml}function a(e,t){e.writeElement("HeadingPairs",function(){},function(){e.writeElement("vt:vector",function(){e.writeAttributeString("size",t.HeadingPairs.size),e.writeAttributeString("baseType",t.HeadingPairs.baseType)},function(){var r,i=t.HeadingPairs.workbookInfoArray;for(r=0;r<i.length;r++)e.writeElement("vt:variant",function(){},function(){e.writeElement(i[r].elementType,function(){},function(){e.writeValue(i[r].value)})})})})}function l(e,t){e.writeElement("TitlesOfParts",function(){},function(){e.writeElement("vt:vector",function(){e.writeAttributeString("size",t.TitlesOfParts.size),e.writeAttributeString("baseType",t.TitlesOfParts.baseType)},function(){var r,i=t.TitlesOfParts.sheetsNameArray;for(r=0;r<i.length;r++)e.writeElement("vt:lpstr",function(){},function(){e.writeValue(i[r])})})})}function s(e,t,r){var i=e.slice(0,1).toUpperCase()+e.slice(1);t.writeElement(i,function(){},function(){t.writeValue(r[e])})}e.exports=o}()},function(e,t,r){!function(){"use strict";var t=r(47),i=r(15),n=i.Hh;function o(e){var r=new t;return r.writeDocument(),r.writeElement("Properties",function(){r.writeAttributeString("xmlns",n.Eh),r.writeAttributeString("xmlns:vt",n.Fh)},function(){var t,i,n=e.ti.docProps.docPropsCustom;for(t=0;t<n.length;t++)i=n[t],r.writeElement("property",function(){for(var e in i)"propertyItemChildElement"!==e&&r.writeAttributeString(e,i[e])},function(){var e,t=i.propertyItemChildElement;for(e in t)r.writeElement(e,function(){},function(){r.writeValue(t[e])})})}),r.xml}e.exports=o}()},function(e,t,r){!function(){"use strict";var t,i,n,o,a=r(4),l=r(47),s=r(15),c=s._h,u=r(50).writeColor,f=r(14),d=r(55),h=r(56),p=r(57).Qo,m=h.writeConditionalFormating,g=h.writeExtensionConditionalFormats,b=h.needWriteConditionalFormatExtension,S=r(58).Ro,C=r(59).So,y=r(59).To,w=r(60),T=s._e,v=s.Hh,x=s.$e,A=a.Kb,k=a.Lb,E=a.Sb,I=a.Gc,P=a.Kc,L=void 0,F=I.xc,R=["AVERAGEIF","AVERAGEIFS","CUBEKPIMEMBER","CUBEMEMBER","CUBEMEMBERPROPERTY","CUBERANKEDMEMBER","CUBESET","CUBESETCOUNT","CUBEVALUE","COUNTIFS","IFERROR","SUMIFS","ACOT","ACOTH","AGGREGATE","ARABIC","BASE","BETA.DIST","BETA.INV","BINOM.DIST","BINOM.DIST.RANGE","BINOM.INV","BITAND","BITLSHIFT","BITOR","BITRSHIFT","BITXOR","CEILING.MATH","CEILING.PRECISE","CHISQ.DIST","CHISQ.DIST.RT","CHISQ.INV","CHISQ.INV.RT","CHISQ.TEST","COMBINA","CONCAT","CONFIDENCE.T","COT","COVARIANCE.P","COVARIANCE.S","CSC","CSCH","DAYS","DECIMAL","ENCODEURL","ERF.PRECISE","ERFC.PRECISE","EXPON.DIST","F.DIST","F.DIST.RT","F.INV","F.INV.RT","FILTERXML","FLOOR.MATH","FLOOR.PRECISE","FORMULATEXT","GAMMA","GAMMA.DIST","GAMMA.INV","GAMMALN.PRECISE","HYPGEOM.DIST","IFNA","IFS","IMCOSH","IMCOT","IMCSCH","IMSEC","IMSECH","IMSINH","IMTAN","ISFORMULA","ISOWEEKNUM","LOGNORM.DIST","LOGNORM.INV","MAXIFS","MINIFS","MODE.MULT","MODE.SNGL","MUNIT","NEGBINOM.DIST","NORM.DIST","NORM.INV","NORM.S.DIST","NORM.S.INV","NUMBERVALUE","PDURATION","PERCENTILE.EXC","PERCENTILE.INC","PERCENTRANK.EXC","PERCENTRANK.INC","PERMUTATIONA","PHI","POISSON.DIST","QUARTILE.EXC","QUARTILE.INC","RANK.AVG","RANK.EQ","RRI","SECH","SHEET","SHEETS","STDEV.P","STDEV.S","SWITCH","T.DIST","T.DIST.2T","T.DIST.RT","T.INV","T.INV.2T","TEXTJOIN","UNICHAR","UNICODE","VAR.P","VAR.S","WEBSERVICE","WEIBULL.DIST","XOR","Z.TEST"],_=["RANDARRAY","SEQUENCE","SORTBY","UNIQUE","ANCHORARRAY","FILTER","SORT","SINGLE"];R=R.concat(_),t="_xlfn._xlws.",i={AVERAGEIF:/AVERAGEIF\(/gi,AVERAGEIFS:/AVERAGEIFS\(/gi,CUBEKPIMEMBER:/CUBEKPIMEMBER\(/gi,CUBEMEMBER:/CUBEMEMBER\(/gi,CUBEMEMBERPROPERTY:/CUBEMEMBERPROPERTY\(/gi,CUBERANKEDMEMBER:/CUBERANKEDMEMBER\(/gi,CUBESET:/CUBESET\(/gi,CUBESETCOUNT:/CUBESETCOUNT\(/gi,CUBEVALUE:/CUBEVALUE\(/gi,COUNTIFS:/COUNTIFS\(/gi,IFERROR:/IFERROR\(/gi,SUMIFS:/SUMIFS\(/gi,ACOT:/ACOT\(/gi,ACOTH:/ACOTH\(/gi,AGGREGATE:/AGGREGATE\(/gi,ARABIC:/ARABIC\(/gi,BASE:/BASE\(/gi,"BETA.DIST":/BETA\.DIST\(/gi,"BETA.INV":/BETA\.INV\(/gi,"BINOM.DIST":/BINOM\.DIST\(/gi,"BINOM.DIST.RANGE":/BINOM\.DIST\.RANGE\(/gi,"BINOM.INV":/BINOM\.INV\(/gi,BITAND:/BITAND\(/gi,BITLSHIFT:/BITLSHIFT\(/gi,BITOR:/BITOR\(/gi,BITRSHIFT:/BITRSHIFT\(/gi,BITXOR:/BITXOR\(/gi,"CEILING.MATH":/CEILING\.MATH\(/gi,"CEILING.PRECISE":/CEILING\.PRECISE\(/gi,"CHISQ.DIST":/CHISQ\.DIST\(/gi,"CHISQ.DIST.RT":/CHISQ\.DIST\.RT\(/gi,"CHISQ.INV":/CHISQ\.INV\(/gi,"CHISQ.INV.RT":/CHISQ\.INV\.RT\(/gi,"CHISQ.TEST":/CHISQ\.TEST\(/gi,COMBINA:/COMBINA\(/gi,CONCAT:/CONCAT\(/gi,"CONFIDENCE.T":/CONFIDENCE\.T\(/gi,COT:/COT\(/gi,"COVARIANCE.P":/COVARIANCE\.P\(/gi,"COVARIANCE.S":/COVARIANCE\.S\(/gi,CSC:/CSC\(/gi,CSCH:/CSCH\(/gi,DAYS:/DAYS\(/gi,DECIMAL:/DECIMAL\(/gi,ENCODEURL:/ENCODEURL\(/gi,"ERF.PRECISE":/ERF\.PRECISE\(/gi,"ERFC.PRECISE":/ERFC\.PRECISE\(/gi,"EXPON.DIST":/EXPON\.DIST\(/gi,"F.DIST":/F\.DIST\(/gi,"F.DIST.RT":/F\.DIST\.RT\(/gi,"F.INV":/F\.INV\(/gi,"F.INV.RT":/F\.INV\.RT\(/gi,FILTERXML:/FILTERXML\(/gi,"FLOOR.MATH":/FLOOR\.MATH\(/gi,"FLOOR.PRECISE":/FLOOR\.PRECISE\(/gi,FORMULATEXT:/FORMULATEXT\(/gi,GAMMA:/GAMMA\(/gi,"GAMMA.DIST":/GAMMA\.DIST\(/gi,"GAMMA.INV":/GAMMA\.INV\(/gi,"GAMMALN.PRECISE":/GAMMALN\.PRECISE\(/gi,"HYPGEOM.DIST":/HYPGEOM\.DIST\(/gi,IFNA:/IFNA\(/gi,IFS:/IFS\(/gi,IMCOSH:/IMCOSH\(/gi,IMCOT:/IMCOT\(/gi,IMCSCH:/IMCSCH\(/gi,IMSEC:/IMSEC\(/gi,IMSECH:/IMSECH\(/gi,IMSINH:/IMSINH\(/gi,IMTAN:/IMTAN\(/gi,ISFORMULA:/ISFORMULA\(/gi,ISOWEEKNUM:/ISOWEEKNUM\(/gi,"LOGNORM.DIST":/LOGNORM\.DIST\(/gi,"LOGNORM.INV":/LOGNORM\.INV\(/gi,MAXIFS:/MAXIFS\(/gi,MINIFS:/MINIFS\(/gi,"MODE.MULT":/MODE\.MULT\(/gi,"MODE.SNGL":/MODE\.SNGL\(/gi,MUNIT:/MUNIT\(/gi,"NEGBINOM.DIST":/NEGBINOM\.DIST\(/gi,"NORM.DIST":/NORM\.DIST\(/gi,"NORM.INV":/NORM\.INV\(/gi,"NORM.S.DIST":/NORM\.S\.DIST\(/gi,"NORM.S.INV":/NORM\.S\.INV\(/gi,NUMBERVALUE:/NUMBERVALUE\(/gi,PDURATION:/PDURATION\(/gi,"PERCENTILE.EXC":/PERCENTILE\.EXC\(/gi,"PERCENTILE.INC":/PERCENTILE\.INC\(/gi,"PERCENTRANK.EXC":/PERCENTRANK\.EXC\(/gi,"PERCENTRANK.INC":/PERCENTRANK\.INC\(/gi,PERMUTATIONA:/PERMUTATIONA\(/gi,PHI:/PHI\(/gi,"POISSON.DIST":/POISSON\.DIST\(/gi,"QUARTILE.EXC":/QUARTILE\.EXC\(/gi,"QUARTILE.INC":/QUARTILE\.INC\(/gi,"RANK.AVG":/RANK\.AVG\(/gi,"RANK.EQ":/RANK\.EQ\(/gi,RRI:/RRI\(/gi,SECH:/SECH\(/gi,SHEET:/SHEET\(/gi,SHEETS:/SHEETS\(/gi,"STDEV.P":/STDEV\.P\(/gi,"STDEV.S":/STDEV\.S\(/gi,SWITCH:/SWITCH\(/gi,"T.DIST":/T\.DIST\(/gi,"T.DIST.2T":/T\.DIST\.2T\(/gi,"T.DIST.RT":/T\.DIST\.RT\(/gi,"T.INV":/T\.INV\(/gi,"T.INV.2T":/T\.INV\.2T\(/gi,TEXTJOIN:/TEXTJOIN\(/gi,UNICHAR:/UNICHAR\(/gi,UNICODE:/UNICODE\(/gi,"VAR.P":/VAR\.P\(/gi,"VAR.S":/VAR\.S\(/gi,WEBSERVICE:/WEBSERVICE\(/gi,"WEIBULL.DIST":/WEIBULL\.DIST\(/gi,XOR:/XOR\(/gi,"Z.TEST":/Z\.TEST/gi,RANDARRAY:/RANDARRAY\(/gi,SEQUENCE:/SEQUENCE\(/gi,SORTBY:/SORTBY\(/gi,UNIQUE:/UNIQUE\(/gi,ANCHORARRAY:/ANCHORARRAY\(/gi,SINGLE:/SINGLE\(/gi,FILTER:{reg:/FILTER\(/gi,prefix:t},SORT:{reg:/SORT\(/gi,prefix:t}},n=a.addXLFNPrefix;function B(e,t,r,i,n,o,a,s){var c=new l;return c.writeDocument(),c.writeElement("worksheet",function(){c.writeAttributeString("xmlns",v.Rg),c.writeAttributeString("xmlns:r",v._g),c.writeAttributeString("xmlns:mc",v.Sg),a&&a.attributes&&a.attributes.forEach(function(e){c.writeAttributeString(e.key,e.value)}),c.writeAttributeString("xmlns:x14ac",v.Wg),c.writeAttributeString("xmlns:xr",v.Yg),c.writeAttributeString("xmlns:xr2",v.Zg),c.writeAttributeString("xmlns:xr3",v.$g),c.writeAttributeString("xr:uid",P()),c.writeAttributeString("mc:Ignorable",v.Xg)},function(){var l,u,f,d;if(D(c,t,e),N(c,t,e),G(c,t,e),O(c,t,e),H(c,t,e,r,i),U(c,t,e,n,r,i,o),z(c,t,e),S(c,t,e),j(c,t,e),m(c,t,e),C(c,t,e),Z(c,t,e,s),w.Uo(c,t,e),w.Vo(c,t,e),w.Wo(c,t,e),w.Xo(c,t,e),w.Yo(c,t,e),a)for(l=[{name:"drawing",value:a.drawingId},{name:"legacyDrawing",value:a.legacyDrawingId}],u=0;u<2;u++)f=l[u],d=f.value,d&&c.writeLeafElement(f.name,function(){c.writeAttributeString("r:id",d)});w.Zo(c,e),e.Zl(t)&&e.Zl(t).length>0&&Y(c,e.Zl(t)),M(e,t)&&K(c,t,e)}),c.xml}function M(e,t){var r,i,n,o,a=e.tm(t);return!!(a&&a.length>0)||(r=e.uo(t),!!(r&&r.length>0)||(i=e.ik(t),n=i&&i.rules,!(!n||!b(n,t,e.Yl()))||(o=e.$o,!!(o&&o.length>0))))}function D(e,t,r){var i=r.io(t),n=i.colsSumRight,o=i.rowsSumBelow,a=r.jo(t),l=r.Co(t,!0),s=l&&l.useSmartPrint;!a&&n&&o&&s!==!0||e.writeElement("sheetPr",function(){null!==a&&u(e,"tabColor",a),n&&o||e.writeLeafElement("outlinePr",function(){n||e.writeAttributeString("summaryRight","0"),o||e.writeAttributeString("summaryBelow","0")}),s===!0&&e.writeLeafElement("pageSetUpPr",function(){e.writeAttributeString("fitToPage","1")})})}function N(e,t,r){var i=r.ko(t),n=i.columnCount,o=i.rowCount;n>0&&o>0?e.writeLeafElement("dimension",function(){e.writeAttributeString("ref","A1:"+r.Kn(n-1)+o)}):e.writeLeafElement("dimension",function(){e.writeAttributeString("ref","A1")})}function G(e,t,r){e.writeElement("sheetViews",L,function(){e.writeElement("sheetView",function(){var i,n,o,a,l,s,c,u,f,d,h=r.lo(t),p=h.gridlineColor;null!==p&&1===p.colorType()&&64!==p.value()&&(e.writeAttributeString("defaultGridColor","0"),e.writeAttributeString("colorId",""+p.value())),i=r.mo(t),n=h.topLeftCell,o=i.frozenColCount,a=i.frozenRowCount,n&&void 0!==n.row&&void 0!==n.col&&(o||a?o&&!a?(l="A"+(n.row+1),e.writeAttributeString("topLeftCell",""+l)):!o&&a&&(l=""+r.Kn(n.col)+"1",e.writeAttributeString("topLeftCell",""+l)):(l=""+r.Kn(n.col)+(n.row+1),e.writeAttributeString("topLeftCell",""+l))),h.showGridLine||e.writeAttributeString("showGridLines","0"),h.showRowColHeaders||e.writeAttributeString("showRowColHeaders","0"),s=h.zoom,Math.abs(1-s)>.1&&e.writeAttributeString("zoomScale",""+Math.round(100*s)),c=r.ho(t),c.showFormulas&&e.writeAttributeString("showFormulas","1"),e.writeAttributeString("workbookViewId","0"),
- f=r.po(),f&&(u=f.activeSheetIndex),d=c.index===u,(c.isSelected||d)&&e.writeAttributeString("tabSelected",1)},function(){var i,n,o,a,l,c,u,f,d,h,p,m,g,b,S,C,y=r.mo(t),w=y.frozenColCount,v=y.frozenRowCount,x=0,E=0,I=3,P="1",L="A",F=r.lo(t).topLeftCell;for((w>0||v>0)&&(w>0?(x=w,L=r.Kn(F.col)):x=0,v>0?(E=v,P=F.row+1+""):E=0,w>0&&0===v?I=1:0===w&&v>0?I=2:w>0&&v>0&&(I=0),e.writeLeafElement("pane",function(){w>0&&e.writeAttributeString("xSplit",""+w),v>0&&e.writeAttributeString("ySplit",""+v),L+P==="A1"?e.writeAttributeString("topLeftCell",""+r.Kn(x)+(E+1)):e.writeAttributeString("topLeftCell",""+L+P),e.writeAttributeString("activePane",s.PaneType[I]),e.writeAttributeString("state","frozen")})),i=[],n=new k,o=0,a=1,l=-1,c=3;c>=0;c--)if(i.length=0,u=c,r.Zn(t,i,n,u)){for(a=i.length,o=0;o<a;o++)f=i[o],f.col!==-1&&f.colCount!==-1||(f=new k(f.row,0,f.rowCount,T.af)),f.row!==-1&&f.rowCount!==-1||(f=new k(0,f.col,T.bf,f.colCount)),n.col>=f.col&&n.col<=f.col+f.colCount-1&&n.row>=f.row&&n.row<=f.row+f.rowCount-1&&(l=o);if(l<0&&a>0&&(n.row=i[0].row,n.col=i[0].col),d=""+r.Kn(n.col)+(n.row+1),h="",w>0&&v>0&&(1===u||2===u))h=d;else{for(o=0;o<a;o++)p=i[o],m=Math.min(T.bf,p.row+1),g=Math.min(p.col,T.af),h+=""+r.Kn(g)+m,(p.colCount>1||p.rowCount>1)&&(b=Math.min(g+p.colCount-1,T.af),S=Math.min(m+p.rowCount-1,T.bf),C=""+r.Kn(b)+S,h+=":"+C),h+=" ";h=h.trim()}A.Jb(h)||3===u&&(w>0||v>0||3!==u)||e.writeLeafElement("selection",function(){3!==u&&e.writeAttributeString("pane",s.PaneType[u]),e.writeAttributeString("activeCell",d),0!==l&&e.writeAttributeString("activeCellId",""+l),e.writeAttributeString("sqref",h)})}})})}function O(e,t,r){var i=r.Wn(t),n=i.height,o=i.customHeight,a=r.Xn(t);e.writeLeafElement("sheetFormatPr",function(){var i,l,s;isNaN(a)||e.writeAttributeString("defaultColWidth",""+a),o&&e.writeAttributeString("customHeight","1"),e.writeAttributeString("defaultRowHeight",""+n),i=r.Vn(t),l=i.outlineLevelRow-1,s=i.outlineLevelColumn-1,l>0&&e.writeAttributeString("outlineLevelRow",""+l),s>0&&e.writeAttributeString("outlineLevelCol",""+s)})}function H(e,t,r,i,n){var o=r.Sn(t),a=r.Un(t);0!==o.length&&e.writeElement("cols",L,function(){var t,r,l,s,c,u,f;for(t=0,r=o.length;t<r&&(l=o[t],s=l.index,!(s>=T.af));t++){for(c=t+1,u=s;c<o.length&&(f=o[c],f.index===u+1&&f.index<T.af&&f.formatId===l.formatId&&f.visible===l.visible&&f.outLineLevel===l.outLineLevel&&f.collapsed===l.collapsed&&Math.abs(f.width-l.width)<=1e-4);)u=f.index,t=c,c++;e.writeLeafElement("col",function(){if(e.writeAttributeString("min",""+(s+1)),e.writeAttributeString("max",""+(u+1)),l.formatId>=0){var t=i[l.formatId+n];t!==L?e.writeAttributeString("style",t):e.writeAttributeString("style","0")}isNaN(l.width)||l.width===L?e.writeAttributeString("width",""+a):e.writeAttributeString("width",""+l.width),l.visible===!1&&e.writeAttributeString("hidden","1"),l.collapsed&&e.writeAttributeString("collapsed","1"),!isNaN(l.width)&&Math.abs(l.width-a)>1e-4&&e.writeAttributeString("customWidth","1"),"number"==typeof l.outLineLevel&&0!==l.outLineLevel&&e.writeAttributeString("outlineLevel",""+l.outLineLevel)})}})}function U(e,t,r,i,n,o,a){var l,s,c,u,d,h,p,m,g={},b=r.Mn(t);if(b)for(l=0,s=b.length;l<s;l++)c=b[l],c&&c.index<T.bf&&(g[c.index]=new f(c,[]));if(u=r.Ln(t))for(d in u)if(u.hasOwnProperty(d))for(h=u[d],l=0,p=h.length;l<p;l++)m=h[l],m&&(g[m.row]?g[m.row].item2.push(m):(g[m.row]=new f(null,[]),g[m.row].item2.push(m)));e.writeElement("sheetData",L,function(){var r,l,s,c=-1;for(r in g)g.hasOwnProperty(r)&&(l=g[r],s=parseInt(r),W(e,t,s,c,l.item2,l.item1,i,n,o,a),c=s)})}function W(e,t,r,i,n,o,a,l,s,c){var u=""+(r+1),f=function(){if(!a.keepRowColIndex&&r===i+1||!o&&!n||e.writeAttributeString("r",u),o){if(o.formatId>=0){var t=l[o.formatId+s];t!==L&&(e.writeAttributeString("s",t),e.writeAttributeString("customFormat","1"))}o.customHeight&&(e.writeAttributeString("customHeight","1"),o.height!==L&&e.writeAttributeString("ht",""+o.height)),o.visible===!1&&e.writeAttributeString("hidden","1"),o.collapsed&&e.writeAttributeString("collapsed","1"),"number"==typeof o.outLineLevel&&0!==o.outLineLevel&&e.writeAttributeString("outlineLevel",""+o.outLineLevel)}};n&&n.length>0?e.writeElement("row",f,function(){var t,r,i,o=-1;for(t=0,r=n.length;t<r;t++)i=n[t],i.col>=T.af||(V(e,i,u,o,a,l,s,c),o=i.col)}):e.writeLeafElement("row",f)}o=["#REF!","#NULL!","#DIV/0!","#VALUE!","#NAME?","#NUM!","#N/A","#SPILL!","#CALC!"];function V(e,t,r,i,a,l,s,c){var u=t.value,f=t.formula,d=t.cellType,h=t.richText,p=function(){var n,c,u,f,h;switch((a.keepRowColIndex||t.col!==i+1)&&e.writeAttributeString("r",E.Pb(t.col)+r),t.formatId===-1?e.writeAttributeString("s","0"):(n=t.formatId+s,c=l[n],c!==L&&e.writeAttributeString("s",c)),0!==d||A.Jb(t.formula)||(d=3),d){case 0:break;case 9:case 2:e.writeAttributeString("t","s");break;case 3:u=t.value,u===L||null===u||t.isArrayFormula?t.isSpillError&&(e.writeAttributeString("t","e"),e.writeAttributeString("vm","2")):"#"===(""+u).substring(0,1)?(f=(""+u).toUpperCase(),o.indexOf(f)!==-1&&e.writeAttributeString("t","e")):"string"==typeof u&&e.writeAttributeString("t","str");break;case 8:h=t.isDynamicArray,h&&e.writeAttributeString("cm","1"),t.isSpillError?(e.writeAttributeString("t","e"),e.writeAttributeString("vm","1")):e.writeAttributeString("t","str");break;case 5:e.writeAttributeString("t","b");break;case 7:e.writeAttributeString("t","e")}};function m(e){var t,r=c.Jl[e.value],i=c.Ll[e.value];return i===L&&(i=c.Ll[e.value]=[]),t=g(i,e),r===L||t===L?(r=c.Il.length,c.Il.push(e),c.Jl[e.value]=r,i.push({index:r,value:e})):r=t,c.Kl++,r}function g(e,t){for(var r=0,i=e.length;r<i;r++)if(F(e[r].value,t))return e[r].index}u!==L&&null!==u||!A.Ib(f)?e.writeElement("c",p,function(){if(!A.Ib(f)){var r=t.arrayFormulaRange;t.isArrayFormula&&r?t.row===r.row&&t.col===r.col&&e.writeElement("f",function(){e.writeAttributeString("t","array");var t=E.Pb(r.col)+(r.row+1)+":"+E.Pb(r.col+r.colCount-1)+(r.row+r.rowCount);r.isInvalid&&(t=t.substr(0,t.indexOf(":"))),e.writeAttributeString("ref",t)},function(){e.writeValue(I.tc(n(f)))}):e.writeElement("f",L,function(){e.writeValue(I.tc(n(f)))})}u!==L&&null!==u&&e.writeElement("v",L,function(){switch("string"==typeof u&&"/OADate"===u.substring(0,7)&&(d=6),d){case 3:"boolean"==typeof u&&(u=u?1:0),e.writeValue(I.tc(""+u));break;case 9:case 2:e.writeValue(""+m({value:u,richText:h}));break;case 7:e.writeValue(u._error);break;case 5:var t="1";"boolean"!=typeof u||u?"FALSE"===(""+u).toUpperCase()&&(t="0"):t="0",e.writeValue(t);break;case 6:default:e.writeValue(""+u)}})}):e.writeLeafElement("c",p)}function z(e,t,r){var i,n=r.no(t),o=r.oo(t,n);(n||Object.keys(o).length>0)&&e.writeLeafElement("sheetProtection",function(){n&&e.writeAttributeString("sheet","1");for(var t in o)o.hasOwnProperty(t)&&(i=o[t],"string"==typeof i&&"algorithmName"===t||"hashValue"===t||"saltValue"===t||"spinCount"===t?e.writeAttributeString(t,i):(i=o[t]?"0":"1",e.writeAttributeString(t,i)))})}function j(e,t,r){var i=r._n(t);i&&i.length>0&&e.writeElement("mergeCells",function(){e.writeAttributeString("count",""+i.length)},function(){var t,r,n;for(t=0,r=i.length;t<r;t++)n=i[t],e.writeLeafElement("mergeCell",function(){e.writeAttributeString("ref",E.Pb(n.col)+(n.row+1)+":"+E.Pb(n.col+n.colCount-1)+(n.row+n.rowCount))})})}function K(e,t,r){e.writeElement("extLst",L,function(){g(e,t,r),d._o(e,t,r),p(e,t,r),y(e,r)})}function Y(e,t){e.writeElement("tableParts",function(){e.writeAttributeString("count",""+t.length)},function(){t.forEach(function(t){e.writeLeafElement("tablePart",function(){e.writeAttributeString("r:id",t.rid)})})})}function Z(e,t,r,i){if(r.Sm&&r.Sm.length>0){var n=r.Sm;e.writeElement("hyperlinks",function(){var t,r,o;for(t=0,r=n.length;t<r;t++)o=n[t],e.writeLeafElement("hyperlink",function(){var t,r;e.writeAttributeString("ref",o.ref),o.location?e.writeAttributeString("location",o.location):(t="",r=new c(t,x.Pe),r.target=o.url,r.targetMode="External",o.rid=i.Uh(r),e.writeAttributeString("r:id",o.rid)),o.display&&e.writeAttributeString("display",o.display),o.tooltip&&e.writeAttributeString("tooltip",o.tooltip),o["xr:uid"]&&e.writeAttributeString("xr:uid",o["xr:uid"])})})}}e.exports=B}()},function(e,t,r){!function(){"use strict";var e,i,n,o=r(15),a=o.Hh,l=r(4),s=l.Hb,c=r(26).Rk,u=r(12),f=u.ColorHelper,d=r(50).writeColor,h=l.Sb.Rb;function p(e,t,r){!r.uo(t)||r.uo(t).length<1||e.writeElement("ext",function(){e.writeAttributeString("uri","{05C60535-1F16-4fd2-B633-F4F36F0B64E0}"),e.writeAttributeString("xmlns:x14",a.gh)},function(){m(e,t,r)})}function m(e,t,r){e.writeElement("x14:sparklineGroups",function(){e.writeAttributeString("xmlns:xm",a.hh)},function(){var i=r.uo(t);i.length>0&&i.forEach(function(r){g(e,t,r)})})}e={0:"line",1:"column",2:"stacked"},i={2:"span",0:"gap",1:"zero"},n={0:"individual",1:"group",2:"custom"};function g(t,r,o){t.writeElement("x14:sparklineGroup",function(){var r=o&&o.setting;o.sparklineType&&t.writeAttributeString("type",e[o.sparklineType]),o.displayDateAxis&&t.writeAttributeString("dateAxis","1"),s(r)||(!s(r.lineWeight)&&3*(""+r.lineWeight)/4-.75>.001&&3*t.writeAttributeString("lineWeight",""+r.lineWeight)/4,r.displayEmptyCellsAs?t.writeAttributeString("displayEmptyCellsAs",i[r.displayEmptyCellsAs]):t.writeAttributeString("displayEmptyCellsAs",i[0]),r.showMarkers&&t.writeAttributeString("markers","1"),r.showHigh&&t.writeAttributeString("high","1"),r.showLow&&t.writeAttributeString("low","1"),r.showFirst&&t.writeAttributeString("first","1"),r.showLast&&t.writeAttributeString("last","1"),r.showNegative&&t.writeAttributeString("negative","1"),r.displayXAxis&&t.writeAttributeString("displayXAxis","1"),r.displayHidden&&t.writeAttributeString("displayHidden","1"),r.rightToLeft&&t.writeAttributeString("rightToLeft","1"),r.minAxisType&&t.writeAttributeString("minAxisType",n[r.minAxisType]),r.maxAxisType&&t.writeAttributeString("maxAxisType",n[r.maxAxisType]),r.manualMin&&t.writeAttributeString("manualMin",r.manualMin),r.manualMax&&t.writeAttributeString("manualMax",r.manualMax))},function(){var e=o&&o.setting,i=f.toExcelColor(e.seriesColor||"rgba(36,64,98,1.0)");d(t,"x14:colorSeries",i),i=f.toExcelColor(e.negativeColor||"brown"),d(t,"x14:colorNegative",i),i=f.toExcelColor(e.axisColor||"black"),d(t,"x14:colorAxis",i),i=f.toExcelColor(e.markersColor||"rgba(36,64,98,1.0)"),d(t,"x14:colorMarkers",i),i=f.toExcelColor(e.firstMarkerColor||"rgba(149,179,215,1.0)"),d(t,"x14:colorFirst",i),i=f.toExcelColor(e.lastMarkerColor||"rgba(149,179,215,1.0)"),d(t,"x14:colorLast",i),i=f.toExcelColor(e.highMarkerColor||"blue"),d(t,"x14:colorHigh",i),i=f.toExcelColor(e.lowMarkerColor||"blue"),d(t,"x14:colorLow",i),o.displayDateAxis&&o.axisReference&&t.writeElement("xm:f",function(){t.writeValue(S(o.axisReference.sheetName||r,o.axisReference))}),o.sparklines&&o.sparklines.length>0&&t.writeElement("x14:sparklines",function(){o.sparklines.forEach(function(e){b(t,r,e)})})})}function b(e,t,r){e.writeElement("x14:sparkline",function(){s(r.data)||(e.writeElement("xm:f",function(){},function(){e.writeValue(S(r.data.sheetName||t,r.data))}),e.writeElement("xm:sqref",function(){},function(){e.writeValue(c([{row:r.row,col:r.col,rowCount:1,colCount:1}]))}))})}function S(e,t){return h(e)+"!"+c([t])}t._o=p}()},function(e,t,r){!function(){"use strict";var e,i,n,o,a,l,s=r(26).Rk,c=r(4),u=r(12),f=r(50).writeColor,d=r(15),h=r(49).Oo,p=c.Sb,m=u.ColorHelper,g=c.Gc,b=c.Hb,S=d._e,C={conditionRuleBase:0,cellValueRule:1,specificTextRule:2,formulaRule:3,dateOccurringRule:4,top10Rule:5,uniqueRule:6,duplicateRule:7,averageRule:8,twoScaleRule:10,threeScaleRule:11,dataBarRule:12,iconSetRule:13};for(e in C)C[C[e]]=e;i={0:"num",1:"min",2:"max",3:"percent",4:"percentile",6:"formula",5:"autoMin",7:"autoMax"},n={0:"3Arrows",1:"3ArrowsGray",4:"3Flags",5:"3TrafficLights1",6:"3TrafficLights2",7:"3Signs",8:"3Symbols",9:"3Symbols2",10:"4Arrows",11:"4ArrowsGray",12:"4RedToBlack",13:"4Rating",14:"4TrafficLights",15:"5Arrows",16:"5ArrowsGray",17:"5Rating",18:"5Quarters",3:"3Stars",2:"3Triangles",19:"5Boxes",20:"NoIcons"},o={1:"num",4:"percent",7:"formula",5:"percentile"},a={0:"equal",1:"notEqual",2:"greaterThan",3:"greaterThanOrEqual",4:"lessThan",5:"lessThanOrEqual",6:"between",7:"notBetween"};function y(e){var t=""+e;return"="===t.charAt(0)?t.substr(1):t}function w(e){return"string"==typeof e&&"="===e[0]?e.substr(1):e}function T(e,t,r){var l,c,u=r.ik(t),d=u&&u.rules;if(d&&d.length>0)for(l=0;l<d.length;l++)c=d[l],b(c.priority)&&(c.priority=1),_(c)||M(c,t,r.Yl())||e.writeElement("conditionalFormatting",function(){e.writeAttributeString("sqref",s(c.ranges))},function(){if(c.ruleType===C.dataBarRule)e.writeElement("cfRule",function(){e.writeAttributeString("type",C[c.ruleType].replace("Rule","")),e.writeAttributeString("priority",c.priority)},function(){e.writeElement("dataBar",function(){c.showBarOnly&&e.writeAttributeString("showValue","0")},function(){var t,r=i[c.minType];(b(r)||"autoMin"===r)&&(r="min"),e.writeLeafElement("cfvo",function(){e.writeAttributeString("type",r),b(c.minValue)||e.writeAttributeString("val",g.tc(y(c.minValue)))}),t=i[c.maxType],(b(t)||"autoMax"===t)&&(t="max"),e.writeLeafElement("cfvo",function(){e.writeAttributeString("type",t),b(c.maxValue)||e.writeAttributeString("val",g.tc(y(c.maxValue)))}),f(e,"color",R(c.color))}),e.writeElement("extLst",function(){e.writeElement("ext",function(){e.writeAttributeString("uri","{B025F937-C7B1-47D3-B67F-A62EFF666E3E}"),e.writeAttributeString("xmlns:x14","http://schemas.microsoft.com/office/spreadsheetml/2009/9/main")},function(){c.id=g.Ac(),e.writeElement("x14:id",function(){e.writeValue(c.id)})})})});else if(c.ruleType===C.twoScaleRule||c.ruleType===C.threeScaleRule)e.writeElement("cfRule",function(){e.writeAttributeString("type","colorScale"),e.writeAttributeString("priority",c.priority)},function(){e.writeElement("colorScale",function(){e.writeLeafElement("cfvo",function(){e.writeAttributeString("type",i[c.minType]),b(c.minValue)||e.writeAttributeString("val",g.tc(y(c.minValue)))});var t=c.ruleType===C.threeScaleRule;t&&e.writeLeafElement("cfvo",function(){e.writeAttributeString("type",i[c.midType]),b(c.midValue)?e.writeAttributeString("val","50"):e.writeAttributeString("val",g.tc(y(c.midValue)))}),e.writeLeafElement("cfvo",function(){e.writeAttributeString("type",i[c.maxType]),b(c.maxValue)||e.writeAttributeString("val",g.tc(y(c.maxValue)))}),f(e,"color",R(c.minColor)),t&&f(e,"color",R(c.midColor)),f(e,"color",R(c.maxColor))})});else if(c.ruleType===C.iconSetRule){if(_(c))return;e.writeElement("cfRule",function(){e.writeAttributeString("type","iconSet"),e.writeAttributeString("priority",c.priority)},function(){e.writeElement("iconSet",function(){var t=c.iconSetType;b(t)&&(t=0),e.writeAttributeString("iconSet",n[t]),c.reverseIconOrder&&e.writeAttributeString("reverse","1"),c.showIconOnly&&e.writeAttributeString("showValue","0")},function(){var t,r;for(e.writeLeafElement("cfvo",function(){e.writeAttributeString("type","percent"),e.writeAttributeString("val","0")}),t=0;t<c.iconCriteria.length;t++)r=c.iconCriteria[t],e.writeLeafElement("cfvo",function(){e.writeAttributeString("type",o[r.iconValueType]),e.writeAttributeString("val",y(r.iconValue)),r.isGreaterThanOrEqualTo===!1&&e.writeAttributeString("gte","0")})})})}else if(c.ruleType===C.cellValueRule)e.writeElement("cfRule",function(){e.writeAttributeString("type","cellIs"),c.priority&&e.writeAttributeString("priority",c.priority),c.dxfId>=0&&e.writeAttributeString("dxfId",c.dxfId),c.stopIfTrue&&e.writeAttributeString("stopIfTrue","1"),b(c.operator)||e.writeAttributeString("operator",a[c.operator])},function(){b(c.value1)||e.writeElement("formula",function(){e.writeValue(g.tc(w(c.value1)))}),b(c.value2)||e.writeElement("formula",function(){e.writeValue(g.tc(w(c.value2)))})});else{var t=v(c);e.writeElement("cfRule",function(){4===c.ruleType?e.writeAttributeString("type","timePeriod"):8===c.ruleType?(e.writeAttributeString("type","aboveAverage"),"aboveOrEqualToAverage"!==t.type&&"belowOrEqualToAverage"!==t.type||(t.equalAverage=!0),"belowAverage"!==t.type&&"belowOrEqualToAverage"!==t.type||(t.aboveAverage=!1)):2===c.ruleType&&b(t.type)?e.writeAttributeString("type","containsText"):e.writeAttributeString("type",t.type),t.dxfId>=0&&e.writeAttributeString("dxfId",t.dxfId),t.priority>=0&&e.writeAttributeString("priority",t.priority),t.stopIfTrue&&e.writeAttributeString("stopIfTrue","1"),b(t.aboveAverage)||(t.aboveAverage?e.writeAttributeString("aboveAverage","1"):e.writeAttributeString("aboveAverage","0")),b(t.equalAverage)||(t.equalAverage?e.writeAttributeString("equalAverage","1"):e.writeAttributeString("equalAverage","0")),b(t.bottom)||(t.bottom?e.writeAttributeString("bottom","1"):e.writeAttributeString("bottom","0")),t.percent&&e.writeAttributeString("percent","1"),b(t.operator)||e.writeAttributeString("operator",t.operator),b(t.rank)||e.writeAttributeString("rank",t.rank),b(t.stdDev)||e.writeAttributeString("stdDev",t.stdDev),b(t.text)||e.writeAttributeString("text",g.tc(t.text)),4===c.ruleType&&e.writeAttributeString("timePeriod",t.type)},function(){if(!b(t.formulas))for(var r=0;r<t.formulas.length;r++)e.writeElement("formula",function(){e.writeValue(g.tc(w(t.formulas[r])))})})}})}function v(e){switch(e.ruleType){case 2:return P(e);case 3:return I(e);case 4:return E(e);case 5:return k(e);case 6:case 7:return A(e);case 8:return x(e)}}function x(e){var t,r,i=0,n="aboveAverage";switch(e.type){case 0:n="aboveAverage";break;case 1:n="belowAverage";break;case 2:n="aboveOrEqualToAverage";break;case 3:n="belowOrEqualToAverage";break;case 4:n="aboveAverage",i=1;break;case 5:n="belowAverage",i=1;break;case 6:n="aboveAverage",i=2;break;case 7:n="belowAverage",i=2;break;case 8:n="aboveAverage",i=3;break;case 9:n="belowAverage",i=3}return t={type:n,ranges:e.ranges,priority:e.priority,stopIfTrue:e.stopIfTrue,stdDev:i,dxfId:e.dxfId},r=L(t),r&&(t.formulas=[r]),t}function A(e){var t,r,i="uniqueValues";return 7===e.ruleType&&(i="duplicateValues"),t={type:i,ranges:e.ranges,priority:e.priority,stopIfTrue:e.stopIfTrue,dxfId:e.dxfId},r=L(t),r&&(t.formulas=[r]),t}function k(e){var t,r,i=void 0;return 1===e.type&&(i=!0),t={type:"top10",ranges:e.ranges,stopIfTrue:e.stopIfTrue,percent:!1,priority:e.priority,rank:e.rank,dxfId:e.dxfId,bottom:i},r=L(t),r&&(t.formulas=[r]),t}l={0:"today",1:"yesterday",2:"tomorrow",3:"last7Days",4:"thisMonth",5:"lastMonth",6:"nextMonth",7:"thisWeek",8:"lastWeek",9:"nextWeek"};function E(e){var t=l[e.type],r={type:t,ranges:e.ranges,priority:e.priority,stopIfTrue:e.stopIfTrue,dxfId:e.dxfId},i=L(r);return i&&(r.formulas=[i]),r}function I(e){return{type:"expression",ranges:e.ranges,priority:e.priority,stopIfTrue:e.stopIfTrue,dxfId:e.dxfId,formulas:[e.formula]}}function P(e){var t,r,i=e.operator,n="containsText",o="contains";return 2===i?(n="beginsWith",o="beginsWith"):3===i?(n="endsWith",o="endsWith"):1===i&&(n="notContainsText",o="notContains"),t={type:n,priority:e.priority,operator:o,text:e.text,stopIfTrue:e.stopIfTrue,dxfId:e.dxfId,ranges:e.ranges},r=L(t),r&&(t.formulas=[r]),t}function L(e){var t,r,i;if(!e||!e.ranges)return null;if(t=e.ranges[0],t.row<0||t.col<0)return null;if(r=p.Pb(t.col)+(t.row+1),i="",i=t.rowCount===S.bf?F("${0}:${1}",p.Pb(t.col),p.Pb(t.col+t.colCount-1)):t.colCount===S.af?F("${0}:${1}",t.row+1,t.row+t.rowCount):F("${0}${1}:${2}${3}",p.Pb(t.col),t.row+1,p.Pb(t.col+t.colCount-1),t.row+t.rowCount),"top10"===e.type)return e.bottom?e.percent?F("IF(INT(COUNT({0})*{1}%)>0,SMALL({0},INT(COUNT({0})*{1}%)),MIN({0}))>={2}",i,e.rank,r):F("SMALL(({0}),MIN({1},COUNT({0})))>={2}",i,e.rank,r):e.percent?F("IF(INT(COUNT({0})*{1}%)>0,LARGE({0},INT(COUNT({0})*{1}%)),MIN({0}))<={2}",i,e.rank,r):F("LARGE(({0}),MIN({1},COUNT({0})))<={2}",i,e.rank,r);if("containsText"===e.type)return F('NOT(ISERROR(SEARCH("{0}",{1})))',e.text,r);if("notContainsText"===e.type)return F('ISERROR(SEARCH("{0}",{1}))',e.text,r);if("beginsWith"===e.type)return F('LEFT({0},{1}) = "{2}"',r,e.text.length,e.text);if("endsWith"===e.type)return F('RIGHT({0},{1}) = "{2}"',r,e.text.length,e.text);if("duplicateValues"===e.type)return F("AND(COUNTIF({0},{1})>1,NOT(ISBLANK({1})))",i,r);if("uniqueValues"===e.type)return F("AND(COUNTIF({0},{1})=1,NOT(ISBLANK({1})))",i,r);if("aboveAverage"===e.type||"belowAverage"===e.type||"aboveOrEqualToAverage"===e.type||"belowOrEqualToAverage"===e.type){if("aboveAverage"===e.type&&b(e.stdDev))return F("{0}>AVERAGE({1})",r,i);if(!b(e.aboveAverage)){if(!(b(e.equalAverage)||e.aboveAverage||b(e.equalAverage))&&e.equalAverage&&b(e.stdDev))return F("{0}<=AVERAGE({1})",r,i);if(!e.aboveAverage&&b(e.stdDev))return F("{0}<AVERAGE({1})",r,i)}if(!b(e.equalAverage)&&e.equalAverage&&b(e.stdDev))return F("{0}>=AVERAGE({1})",r,i);if(!b(e.stdDev))return b(e.aboveAverage)||e.aboveAverage?F("({0}-AVERAGE({1}))>=STDEVP({1})*({2})",r,i,e.stdDev):F("({0}-AVERAGE({1}))<=STDEVP({1})*(-{2})",r,i,e.stdDev)}return null}function F(e){var t=Array.prototype.slice.call(arguments,1);return e.replace(/{(\d+)}/g,function(e,r){return void 0!==t[r]?t[r]:e})}function R(e){return m.toExcelColor(e)}function _(e){return e.ruleType===C.iconSetRule&&(3===e.iconSetType||2===e.iconSetType||19===e.iconSetType||U(e.iconSetType,e.icons))}function B(e){return e.ruleType===C.dataBarRule&&(!(!b(e.maxType)&&7!==e.maxType)||(!(!b(e.minType)&&5!==e.minType)||(!!e.gradient||(!!e.showBorder||(!!e.negativeFillColor||(!!e.negativeBorderColor||(!!e.axisPosition||(!!e.axisColor||!!e.dataBarDirection))))))))}function M(e,t,r){return e.ruleType===C.formulaRule&&g.yc(e.formula,t,r)}function D(e,t,r){var i,n,o=0;for(i=0;i<e.length;i++)n=e[i],(B(n)||_(n)||M(n,t,r))&&o++;return 0!==o}function N(e,t,r){var i=r.ik(t),n=i&&i.rules;n&&0!==n.length&&D(n,t,r.Yl())&&e.writeElement("ext",function(){e.writeAttributeString("uri","{78C0D931-6437-407d-A8EE-F0AAD7539E65}"),e.writeAttributeString("xmlns:x14","http://schemas.microsoft.com/office/spreadsheetml/2009/9/main")},function(){e.writeElement("x14:conditionalFormattings",function(){var i,o;for(i=0;i<n.length;i++)o=n[i],b(o.id)&&(o.id=g.Ac()),B(o)&&O(e,t,o),_(o)&&H(e,t,o),M(o,t,r.Yl())&&G(e,t,o)})})}function G(e,t,r){e.writeElement("x14:conditionalFormatting",function(){e.writeAttributeString("xmlns:xm","http://schemas.microsoft.com/office/excel/2006/main")},function(){e.writeElement("x14:cfRule",function(){e.writeAttributeString("type","expression"),e.writeAttributeString("priority",r.priority),e.writeAttributeString("id",r.id)},function(){e.writeElement("xm:f",function(){e.writeValue(g.tc(y(r.formula)))}),h(e,r.style,"x14:dxf")}),e.writeElement("xm:sqref",function(){e.writeValue(s(r.ranges))})})}function O(e,t,r){e.writeElement("x14:conditionalFormatting",function(){e.writeAttributeString("xmlns:xm","http://schemas.microsoft.com/office/excel/2006/main")},function(){e.writeElement("x14:cfRule",function(){e.writeAttributeString("type",C[r.ruleType].replace("Rule","")),e.writeAttributeString("id",r.id)},function(){e.writeElement("x14:dataBar",function(){e.writeAttributeString("minLength","0"),e.writeAttributeString("maxLength","100"),r.showBarOnly&&e.writeAttributeString("showValue","0"),r.showBorder&&e.writeAttributeString("border","1"),r.gradient===!1&&e.writeAttributeString("gradient","0"),r.useNegativeFillColor===!1&&e.writeAttributeString("negativeBarColorSameAsPositive","1"),r.useNegativeBorderColor&&e.writeAttributeString("negativeBarBorderColorSameAsPositive","0"),e.writeAttributeString("direction",1===r.dataBarDirection?"rightToLeft":"leftToRight"),0!==r.axisPosition&&(1===r.axisPosition&&e.writeAttributeString("axisPosition","middle"),2===r.axisPosition&&e.writeAttributeString("axisPosition","none"))},function(){b(r.minType)||5===r.minType?e.writeLeafElement("x14:cfvo",function(){e.writeAttributeString("type","autoMin")}):b(r.minValue)?e.writeLeafElement("x14:cfvo",function(){e.writeAttributeString("type",i[r.minType])}):e.writeElement("x14:cfvo",function(){e.writeAttributeString("type",i[r.minType])},function(){e.writeElement("xm:f",function(){e.writeValue(g.tc(y(r.minValue)))})}),b(r.maxType)||7===r.maxType?e.writeLeafElement("x14:cfvo",function(){e.writeAttributeString("type","autoMax")}):b(r.maxValue)?e.writeLeafElement("x14:cfvo",function(){e.writeAttributeString("type",i[r.maxType])}):e.writeElement("x14:cfvo",function(){e.writeAttributeString("type",i[r.maxType])},function(){e.writeElement("xm:f",function(){e.writeValue(g.tc(y(r.maxValue)))})}),r.showBorder&&r.borderColor&&f(e,"x14:borderColor",R(r.borderColor)),b(r.negativeFillColor)?f(e,"x14:negativeFillColor",R("red")):f(e,"x14:negativeFillColor",R(r.negativeFillColor)),b(r.negativeBorderColor)?f(e,"x14:negativeBorderColor",R("black")):f(e,"x14:negativeBorderColor",R(r.negativeBorderColor)),2!==r.axisPosition&&f(e,"x14:axisColor",R(r.axisColor))})}),e.writeElement("xm:sqref",function(){e.writeValue(s(r.ranges))})})}function H(e,t,r){e.writeElement("x14:conditionalFormatting",function(){e.writeAttributeString("xmlns:xm","http://schemas.microsoft.com/office/excel/2006/main")},function(){e.writeElement("x14:cfRule",function(){e.writeAttributeString("type","iconSet"),r.priority&&e.writeAttributeString("priority",r.priority),e.writeAttributeString("id",r.id)},function(){e.writeElement("x14:iconSet",function(){var t,i=r.iconSetType;b(i)&&(i=0),e.writeAttributeString("iconSet",n[i]),t=U(i,r.icons),t&&e.writeAttributeString("custom","1"),r.showIconOnly&&e.writeAttributeString("showValue","0"),r.reverseIconOrder&&(t?r.icons.reverse():e.writeAttributeString("reverse","1"))},function(){var t,i,a,l;for(e.writeElement("x14:cfvo",function(){e.writeAttributeString("type","percent")},function(){e.writeElement("xm:f",function(){e.writeValue("0")})}),t=0;t<r.iconCriteria.length;t++)i=r.iconCriteria[t],e.writeElement("x14:cfvo",function(){e.writeAttributeString("type",o[i.iconValueType]),i.isGreaterThanOrEqualTo===!1&&e.writeAttributeString("gte","0")},function(){e.writeElement("xm:f",function(){e.writeValue(g.tc(y(i.iconValue)))})});for(a=r.icons,l=0;l<a.length;l++)e.writeLeafElement("x14:cfIcon",function(){var t=a[l].iconSetType,r=a[l].iconIndex,i=W(t,r);e.writeAttributeString("iconSet",n[i.iconSetType]),e.writeAttributeString("iconId",i.iconIndex)})})}),e.writeElement("xm:sqref",function(){e.writeValue(s(r.ranges))})})}function U(e,t){var r,i=!0,n=!0,o=!0;for(r=0;r<t.length;r++)if(t[r].iconSetType!==e){i=!1;break}for(r=0;r<t.length;r++)if(t[r].iconIndex!==r){n=!1;break}for(r=0;r<t.length;r++)if(t[r].iconIndex!==t.length-1-r){o=!1;break}return!i||!n&&!o}function W(e,t){if(10===e){if(3===t)return{iconSetType:0,iconIndex:2};if(0===t)return{iconSetType:0,iconIndex:0}}else if(15===e){if(4===t)return{iconSetType:0,iconIndex:2};if(0===t)return{iconSetType:0,iconIndex:0};if(2===t)return{iconSetType:0,iconIndex:1};if(3===t)return{iconSetType:10,iconIndex:2};if(1===t)return{iconSetType:10,iconIndex:1}}else if(11===e){if(3===t)return{iconSetType:1,iconIndex:2};if(0===t)return{iconSetType:1,iconIndex:0}}else if(16===e){if(4===t)return{iconSetType:1,iconIndex:2};if(0===t)return{iconSetType:1,iconIndex:0};if(2===t)return{iconSetType:1,iconIndex:1};if(3===t)return{iconSetType:11,iconIndex:2};if(1===t)return{iconSetType:11,iconIndex:1}}else if(14===e){if(3===t)return{iconSetType:5,iconIndex:2};if(2===t)return{iconSetType:5,iconIndex:1};if(1===t)return{iconSetType:5,iconIndex:0}}else if(13===e){if(0===t)return{iconSetType:17,iconIndex:1};if(1===t)return{iconSetType:17,iconIndex:2};if(2===t)return{iconSetType:17,iconIndex:3};if(3===t)return{iconSetType:17,iconIndex:4}}return{iconSetType:e,iconIndex:t}}t.writeConditionalFormating=T,t.writeExtensionConditionalFormats=N,t.needWriteConditionalFormatExtension=D}()},function(e,t,r){!function(){"use strict";var e=r(47),i=r(15),n=r(4),o=n.Hb,a=i.Hh,l=r(12),s=l.UnitHelper,c=s.pixelToEMU,u=n.Gc;function f(t){if(o(t))return null;var r=new e;return r.writeDocument(),r.writeElement("slicers",function(){r.writeAttributeString("xmlns",a.kh),r.writeAttributeString("xmlns:mc",a.ih),r.writeAttributeString("mc:Ignorable","x"),r.writeAttributeString("xmlns:x",a.jh)},function(){t.forEach(function(e){r.writeLeafElement("slicer",function(){r.writeAttributeString("name",u.zc(e.name,"\n","_x000a_")),r.writeAttributeString("cache",e.nameInFormula),r.writeAttributeString("caption",e.captionName),o(e.columnCount)||r.writeAttributeString("columnCount",e.columnCount),o(e.showHeader)||e.showHeader||r.writeAttributeString("showCaption","0"),r.writeAttributeString("style",e.style.name);var t=241300;e.itemHeight&&(t=c(e.itemHeight)),r.writeAttributeString("rowHeight",t),e.disableResizingAndMoving&&r.writeAttributeString("lockedPosition","1")})})}),r.xml}function d(e,t){var r=null;return t.forEach(function(t){t.name===e&&(r=t.id)}),r}function h(e,t,r){var i=null;return r.forEach(function(r){r.name===t&&r.columns.forEach(function(t){t.name===e&&(i=t.id)})}),i}function p(t,r){if(o(t))return null;var i=new e;return i.writeDocument(),i.writeElement("slicerCacheDefinition",function(){i.writeAttributeString("xmlns",a.kh),i.writeAttributeString("xmlns:mc",a.ih),i.writeAttributeString("mc:Ignorable","x"),i.writeAttributeString("xmlns:x",a.jh),i.writeAttributeString("name",t.nameInFormula),i.writeAttributeString("sourceName",t.sourceName)},function(){i.writeElement("extLst",function(){},function(){i.writeElement("x:ext",function(){i.writeAttributeString("uri","{2F2917AC-EB37-4324-AD4E-5DD8C200BD13}"),i.writeAttributeString("xmlns:x15",a.lh)},function(){i.writeLeafElement("x15:tableSlicerCache",function(){i.writeAttributeString("tableId",d(t.tableName,r)),i.writeAttributeString("column",h(t.columnName,t.tableName,r)),2===t.sortState&&i.writeAttributeString("sortOrder","descending"),t.visuallyNoDataItems===!1?i.writeAttributeString("crossFilter","none"):t.showNoDataItemsInLast===!1&&i.writeAttributeString("crossFilter","showItemsWithNoData")})}),t.showNoDataItems===!1&&i.writeElement("x:ext",function(){i.writeAttributeString("uri","{470722E0-AACD-4C17-9CDC-17EF765DBC7E}"),i.writeAttributeString("xmlns:x15",a.lh)},function(){i.writeLeafElement("x15:slicerCacheHideItemsWithNoData",function(){})})})}),i.xml}function m(e,t,r){var i=r.tm(t);i&&0!==i.length&&e.writeElement("ext",function(){e.writeAttributeString("uri","{3A4CF648-6AED-40f4-86FF-DC5316D8AED3}"),e.writeAttributeString("xmlns:x15",a.lh)},function(){e.writeElement("x14:slicerList",function(){e.writeAttributeString("xmlns:x14",a.kh)},function(){i[0].rid&&e.writeLeafElement("x14:slicer",function(){e.writeAttributeString("r:id",i[0].rid)})})})}function g(e,t){e.writeElement("extLst",function(){},function(){e.writeElement("ext",function(){e.writeAttributeString("uri","{46BE6895-7355-4a93-B00E-2C351335B9C9}"),e.writeAttributeString("xmlns:x15",a.lh)},function(){e.writeElement("x15:slicerCaches",function(){e.writeAttributeString("xmlns:x14",a.kh)},function(){for(var r in t)t.hasOwnProperty(r)&&t[r]&&t[r].length&&t[r].forEach(function(t){t.cacheRid&&e.writeLeafElement("x14:slicerCache",function(){e.writeAttributeString("r:id",t.cacheRid)})})})})})}function b(e,t,r){t.forEach(function(t){S(e,t,r)})}function S(e,t,r){var i=t&&t.twoCellAnchor;i&&e.writeElement("xdr:twoCellAnchor",function(){t.dynamicMove?t.dynamicSize||e.writeAttributeString("editAs","oneCell"):e.writeAttributeString("editAs","absolute")},function(){r(e,"xdr:from",i.startPoint),r(e,"xdr:to",i.endPoint),y(e,t),C(e,t)})}function C(e,t){e.writeLeafElement("xdr:clientData",function(){t.isLocked||e.writeAttributeString("fLocksWithSheet","0")})}function y(e,t){e.writeElement("mc:AlternateContent",function(){e.writeAttributeString("xmlns:mc",a.ih)},function(){w(e,t),R(e)})}function w(e,t){e.writeElement("mc:Choice",function(){e.writeAttributeString("xmlns:sle15","http://schemas.microsoft.com/office/drawing/2012/slicer"),e.writeAttributeString("Requires","sle15")},function(){T(e,t)})}function T(e,t){e.writeElement("xdr:graphicFrame",function(){e.writeAttributeString("macro","")},function(){v(e,t),x(e),A(e,t)})}function v(e,t){e.writeElement("xdr:nvGraphicFramePr",function(){},function(){
- k(e,t),F(e)})}function x(e){e.writeElement("xdr:xfrm",function(){},function(){E(e),I(e)})}function A(e,t){e.writeElement("a:graphic",function(){},function(){P(e,t)})}function k(e,t){e.writeLeafElement("xdr:cNvPr",function(){e.writeAttributeString("id","2"),e.writeAttributeString("name",u.zc(t.name,"\n","
"))})}function E(e){e.writeLeafElement("a:off",function(){e.writeAttributeString("x","0"),e.writeAttributeString("y","0")})}function I(e){e.writeLeafElement("a:ext",function(){e.writeAttributeString("cx","0"),e.writeAttributeString("cy","0")})}function P(e,t){e.writeElement("a:graphicData",function(){e.writeAttributeString("uri","http://schemas.microsoft.com/office/drawing/2010/slicer")},function(){L(e,t)})}function L(e,t){e.writeLeafElement("sle:slicer",function(){e.writeAttributeString("xmlns:sle","http://schemas.microsoft.com/office/drawing/2010/slicer"),e.writeAttributeString("name",u.zc(t.name,"\n","
"))})}function F(e){e.writeLeafElement("xdr:cNvGraphicFramePr")}function R(e){e.writeElement("mc:Fallback",function(){e.writeAttributeString("xmlns","")},function(){_(e)})}function _(e){e.writeElement("xdr:sp",function(){e.writeAttributeString("macro",""),e.writeAttributeString("textlink","")},function(){B(e),G(e),q(e)})}function B(e){e.writeElement("xdr:nvSpPr",function(){},function(){M(e),D(e)})}function M(e){e.writeLeafElement("xdr:cNvPr",function(){e.writeAttributeString("id","0"),e.writeAttributeString("name","")})}function D(e){e.writeElement("xdr:cNvSpPr",function(){},function(){N(e)})}function N(e){e.writeLeafElement("a:spLocks",function(){e.writeAttributeString("noTextEdit","1")})}function G(e){e.writeElement("xdr:spPr",function(){},function(){O(e),W(e),z(e),K(e)})}function O(e){e.writeElement("a:xfrm",function(){},function(){H(e),U(e)})}function H(e){e.writeLeafElement("a:off",function(){e.writeAttributeString("x","5486400"),e.writeAttributeString("y","942975")})}function U(e){e.writeLeafElement("a:ext",function(){e.writeAttributeString("cx","1828800"),e.writeAttributeString("cy","2524125")})}function W(e){e.writeElement("a:prstGeom",function(){e.writeAttributeString("prst","rect")},function(){V(e)})}function V(e){e.writeLeafElement("a:avLst")}function z(e){e.writeElement("a:solidFill",function(){},function(){j(e)})}function j(e){e.writeLeafElement("a:prstClr",function(){e.writeAttributeString("val","white")})}function K(e){e.writeElement("a:ln",function(){e.writeAttributeString("w","1")},function(){Y(e)})}function Y(e){e.writeElement("a:solidFill",function(){},function(){Z(e)})}function Z(e){e.writeLeafElement("a:prstClr",function(){e.writeAttributeString("val","green")})}function q(e){e.writeElement("xdr:txBody",function(){},function(){J(e),Q(e),X(e)})}function J(e){e.writeLeafElement("a:bodyPr",function(){e.writeAttributeString("vertOverflow","clip"),e.writeAttributeString("horzOverflow","clip")})}function Q(e){e.writeLeafElement("a:lstStyle")}function X(e){e.writeElement("a:p",function(){},function(){$(e)})}function $(e){e.writeElement("a:r",function(){},function(){ee(e),te(e)})}function ee(e){e.writeLeafElement("a:rPr",function(){e.writeAttributeString("lang","en-US"),e.writeAttributeString("sz","1100")})}function te(e){var t="This shape represents a table slicer. Table slicers are supported in Excel or later. If the shape was modified in an earlier version of Excel, or if the workbook was saved in Excel 2007 or earlier, the slicer can't be used.";e.writeElement("a:t",function(){e.writeValue(t)})}t.pl=f,t.ql=p,t.ap=g,t.bp=b,t.Qo=m}()},function(e,t,r){!function(){"use strict";var e=r(4),i=r(26).Rk,n=e.Kb.Jb,o=e.Hb,a=void 0,l={"-1":"none",0:"equal",4:"lessThan",5:"lessThanOrEqual",1:"notEqual",2:"greaterThan",3:"greaterThanOrEqual"},s={"-1":"null",100:"aboveAverage",101:"belowAverage"},c=[["today","yesterday","tomorrow","lastWeek","thisMonth","lastMonth","nextMonth","thisWeek","lastWeek","nextWeek","nextQuarter","thisQuarter","lastQuarter","nextYear","thisYear","lastYear"],[],["Q1","Q2","Q3","Q4"],["M1","M2","M3","M4","M5","M6","M7","M8","M9","M10","M11","M12"],[],[],["yearToDate"]];function u(e,t){e.writeLeafElement("colorFilter",function(){t.cellColor||e.writeAttributeString("cellColor","0"),e.writeAttributeString("dxfId",t.dxfId)})}function f(e,t){e.writeLeafElement("top10",function(){t.isBottom&&e.writeAttributeString("top","0"),t.percent&&e.writeAttributeString("percent","1"),isNaN(t.value)||e.writeAttributeString("val",t.value),isNaN(t.filterValue)||e.writeAttributeString("filterVal",t.filterValue)})}function d(e,t){e.writeElement("filters",function(){t.blank&&e.writeAttributeString("blank","1")},function(){t.filter&&t.filter.forEach(function(t){n(t)||e.writeLeafElement("filter",function(){e.writeAttributeString("val",t)})}),t.dateGroupItem&&t.dateGroupItem.forEach(function(t){e.writeLeafElement("dateGroupItem",function(){t.year>0&&e.writeAttributeString("year",t.year),t.month>=0&&t.month<12&&e.writeAttributeString("month",t.month),t.day>0&&t.day<32&&e.writeAttributeString("day",t.day),t.hour<24&&e.writeAttributeString("hour",t.hour),t.minute<60&&e.writeAttributeString("minute",t.minute),t.second<60&&e.writeAttributeString("second",t.second),e.writeAttributeString("dateTimeGrouping","day")})})})}function h(e,t){o(t.type)||e.writeLeafElement("dynamicFilter",function(){var r=s[t.type],i=t.conType,n=t.expectTypeId||0;6===i&&(r=c[n][t.type]),r&&"null"!==r?e.writeAttributeString("type",r):e.writeAttributeString("type","null"),"Q"!==r[0]&&"M"!==r[0]&&(o(t.value)||e.writeAttributeString("val",t.value),o(t.maxValue)||e.writeAttributeString("maxVal",t.maxValue))})}function p(e,t){o(t.filter1)&&o(t.filter2)||e.writeElement("customFilters",function(){t.and&&e.writeAttributeString("and","1")},function(){o(t.filter1)||e.writeLeafElement("customFilter",function(){var r=l[t.filter1.operator];"none"!==r&&e.writeAttributeString("operator",r),e.writeAttributeString("val",t.filter1.value)}),o(t.filter2)||e.writeLeafElement("customFilter",function(){var r=l[t.filter2.operator];"none"!==r&&e.writeAttributeString("operator",r),e.writeAttributeString("val",t.filter2.value)})})}function m(e,t){e.writeElement("sortState",function(){e.writeAttributeString("ref",i([t.range]))},function(){e.writeLeafElement("sortCondition",function(){if(e.writeAttributeString("ref",i([t.range])),t.descending&&e.writeAttributeString("descending","1"),t.isBackColor!==a){var r=t.isBackColor?"cellColor":"fontColor";e.writeAttributeString("sortBy",r),e.writeAttributeString("dxfId",t.dxfid)}})})}t.cp=m;function g(e,t){t&&t.range&&(t.filterColumns.length>0||t.sortInfo?e.writeElement("autoFilter",function(){e.writeAttributeString("ref",i([t.range]))},function(){t.filterColumns&&t.filterColumns.forEach(function(t){t.colorFilter||t.top10||t.filters||t.dynamicFilter||t.customFilters?e.writeElement("filterColumn",function(){e.writeAttributeString("colId",t.autoFilterColumnId),o(t.hiddenButton)||e.writeAttributeString("hiddenButton",t.hiddenButton)},function(){o(t.colorFilter)?o(t.top10)?o(t.filters)?o(t.dynamicFilter)?o(t.customFilters)||p(e,t.customFilters):h(e,t.dynamicFilter):d(e,t.filters):f(e,t.top10):u(e,t.colorFilter)}):e.writeLeafElement("filterColumn",function(){e.writeAttributeString("colId",t.autoFilterColumnId),o(t.hiddenButton)||e.writeAttributeString("hiddenButton",t.hiddenButton)})}),t.sortInfo&&m(e,t.sortInfo)}):e.writeLeafElement("autoFilter",function(){e.writeAttributeString("ref",i([t.range]))}),t.sortInfo&&m(e,t.sortInfo))}t.dp=g;function b(e,t,r){var i=r.wo(t);i&&g(e,i)}t.Ro=b}()},function(e,t,r){!function(){"use strict";var e=r(4),i=e.Kb.Jb,n=e.Hb,o=e.Gc,a=o.tc,l=null,s={0:"none",1:"whole",2:"decimal",3:"list",4:"date",5:"time",6:"textLength",7:"custom"},c={0:"stop",1:"warning",2:"information"},u={6:"between",7:"notBetween",0:"equal",1:"notEqual",2:"greaterThan",4:"lessThan",3:"greaterThanOrEqual",5:"lessThanOrEqual"};function f(e){return n(e)||""===e}function d(e,t){n(t.type)||0===t.type||e.writeAttributeString("type",s[t.type]),n(t.errorStyle)||0===t.errorStyle||e.writeAttributeString("errorStyle",c[t.errorStyle]),n(t.compareOperator)||6===t.compareOperator||e.writeAttributeString("operator",u[t.compareOperator]),t.allowBlank!==!1&&e.writeAttributeString("allowBlank","1"),t.showPromptBox===!1&&e.writeAttributeString("showDropDown","1"),t.showInputMessage!==!1&&e.writeAttributeString("showInputMessage","1"),t.showErrorBox!==!1&&e.writeAttributeString("showErrorMessage","1"),f(t.errorTitle)||e.writeAttributeString("errorTitle",a(t.errorTitle)),f(t.error)||e.writeAttributeString("error",a(o.Cc(t.error))),f(t.promptTitle)||e.writeAttributeString("promptTitle",a(t.promptTitle)),f(t.prompt)||e.writeAttributeString("prompt",a(o.Cc(t.prompt)))}function h(e,t,r){var o=r.zo(t),l=[];r.$o||(r.$o=[]),o.length>0&&o.forEach(function(e){e.external?r.$o.push(e):l.push(e)}),l.length>0&&e.writeElement("dataValidations",function(){e.writeAttributeString("count",l.length)},function(){l.forEach(function(t){n(t)||n(t.ranges)||e.writeElement("dataValidation",function(){d(e,t),e.writeAttributeString("sqref",t.ranges)},function(){i(t.firstFormula)||e.writeElementString("formula1",a(t.firstFormula)),i(t.secondFormula)||e.writeElementString("formula2",a(t.secondFormula))})})})}t.So=h;function p(e,t){var r=t.$o;r&&0===r.length||(e.writeElement("ext",function(){e.writeAttributeString("xmlns:x14","http://schemas.microsoft.com/office/spreadsheetml/2009/9/main"),e.writeAttributeString("uri","{CCE6A557-97BC-4b89-ADB6-D9C93CAAB3DF}")},function(){e.writeElement("x14:dataValidations",function(){e.writeAttributeString("xmlns:xm","http://schemas.microsoft.com/office/excel/2006/main"),e.writeAttributeString("count",r.length)},function(){r.forEach(function(t){e.writeElement("x14:dataValidation",function(){d(e,t)},function(){i(t.firstFormula)||e.writeElement("x14:formula1",function(){e.writeElementString("xm:f",a(t.firstFormula))}),i(t.secondFormula)||e.writeElement("x14:formula2",function(){e.writeElementString("xm:f",a(t.secondFormula))}),e.writeElementString("xm:sqref",t.ranges)})})})}),t.$o=l)}t.To=p}()},function(e,t,r){!function(){"use strict";var e,i=r(4),n=i.Kb.Jb,o=i.Hb,a=i.Gc.tc,l=r(47),s=r(15)._e,c={0:"auto",1:"downThenOver",2:"overThenDown"},u={0:"auto",1:"portrait",2:"landscape"};function f(e,t,r){var i=r.Ao(t);i&&e.writeLeafElement("pageMargins",function(){e.writeAttributeString("left",i.left),e.writeAttributeString("right",i.right),e.writeAttributeString("top",i.top),e.writeAttributeString("bottom",i.bottom),e.writeAttributeString("header",i.header),e.writeAttributeString("footer",i.footer)})}t.Vo=f;function d(e,t,r){var i=r.Bo(t);i&&(i.printGridLine||i.printRowColumnsHeaders||i.horizontalCentered||i.verticalCentered)&&e.writeLeafElement("printOptions",function(){i.printRowColumnsHeaders&&e.writeAttributeString("headings","1"),i.printGridLine&&e.writeAttributeString("gridLines","1"),i.horizontalCentered&&e.writeAttributeString("horizontalCentered","1"),i.verticalCentered&&e.writeAttributeString("verticalCentered","1")})}t.Uo=d;function h(e,t,r){var i=r.Co(t);i&&e.writeLeafElement("pageSetup",function(){var t=i.useSmartPrint,r=i.paperSizeIndex,n=i.zoomFactor,a=i.firstPageNumber,l=i.smartPrintPagesWidth,s=i.smartPrintPagesHeight,f=c[i.pageOrder],d=u[i.orientation],h=i.copies;t&&(void 0===l&&(l=0),void 0===s&&(s=0)),!o(r)&&r>1&&e.writeAttributeString("paperSize",r),!o(n)&&Math.abs(n-1)>.01&&e.writeAttributeString("scale",Math.round(100*n)),o(a)||e.writeAttributeString("firstPageNumber",a),(l>0&&1!==l||0===l)&&e.writeAttributeString("fitToWidth",l),(s>0&&1!==s||0===s)&&e.writeAttributeString("fitToHeight",s),o(f)||0===f||e.writeAttributeString("pageOrder",f),o(d)||0===d||e.writeAttributeString("orientation",d),i.showColor===!1&&e.writeAttributeString("blackAndWhite","1"),i.draft===!0&&e.writeAttributeString("draft","1"),i.useCustomStartingPage===!0&&e.writeAttributeString("useFirstPageNumber","1"),h>1&&h<32767&&e.writeAttributeString("copies",h)})}t.Wo=h;function p(e){var t=e.advancedHeadFooterSetting;return t&&(t.headerFooterDifferentOddEvenPages||t.headerFooterDifferentFirstPage||!t.headerFooterScalesWithDocument||!t.headerFooterAlignWithPageMargin||!n(e.header)||!n(e.footer)||!n(t.headerOddPage)||!n(t.footerOddPage)||!n(t.headerEvenPage)||!n(t.footerEvenPage)||!n(t.headerFirstPage)||!n(t.footerFirstPage))}function m(e,t,r){var i,o=r.Co(t);o&&p(o)&&(i=o.advancedHeadFooterSetting,e.writeElement("headerFooter",function(){i.headerFooterDifferentOddEvenPages===!0&&e.writeAttributeString("differentOddEven","1"),i.headerFooterDifferentFirstPage===!0&&e.writeAttributeString("differentFirst","1"),i.headerFooterScalesWithDocument===!1&&e.writeAttributeString("scaleWithDoc","0"),i.headerFooterAlignWithPageMargin===!1&&e.writeAttributeString("alignWithMargins","0")},function(){n(i.headerOddPage)?n(o.header)||e.writeElementString("oddHeader",a(o.header)):e.writeElementString("oddHeader",a(i.headerOddPage)),n(i.footerOddPage)?n(o.footer)||e.writeElementString("oddFooter",a(o.footer)):e.writeElementString("oddFooter",a(i.footerOddPage)),n(i.headerEvenPage)||e.writeElementString("evenHeader",a(i.headerEvenPage)),n(i.footerEvenPage)||e.writeElementString("evenFooter",a(i.footerEvenPage)),n(i.headerFirstPage)||e.writeElementString("firstHeader",i.headerFirstPage),n(i.footerFirstPage)||e.writeElementString("firstFooter",i.footerFirstPage)}))}t.Xo=m;function g(e,t,r){t&&t.length>0&&e.writeElement(r,function(){var r=t.length;e.writeAttributeString("count",r),e.writeAttributeString("manualBreakCount",r)},function(){t.forEach(function(t){t>0&&e.writeLeafElement("brk",function(){e.writeAttributeString("id",t),e.writeAttributeString("man","1"),"rowBreaks"===r?e.writeAttributeString("max",s.bf):"colBreaks"===r&&e.writeAttributeString("max",s.af)})})})}function b(e,t,r){var i=r.Co(t);i&&(g(e,i.rowBreakLines,"rowBreaks"),g(e,i.columnBreakLines,"colBreaks"))}t.Yo=b;function S(e,t){t.nl&&(e.writeLeafElement("legacyDrawingHF",function(){e.writeAttributeString("r:id",t.nl)}),t.nl="")}t.Zo=S;function C(e,t,r,i,n){e.writeElement("v:shape",function(){e.writeAttributeString("id",r),e.writeAttributeString("o:spid","_x0000_s10"+i),e.writeAttributeString("type","#_x0000_t75"),e.writeAttributeString("style","position:absolute;margin-left:0;margin-top:0;width:100%pt;height:100%pt;z-index:"+n)},function(){e.writeLeafElement("v:imagedata",function(){e.writeAttributeString("o:relid",t),e.writeAttributeString("o:title",r)}),e.writeLeafElement("o:lock",function(){e.writeAttributeString("v:ext","edit"),e.writeAttributeString("rotation","t")})})}e=function(e){var t=new l;return t.writeElement("xml",function(){t.writeAttributeString("xmlns:v","urn:schemas-microsoft-com:vml"),t.writeAttributeString("xmlns:o","urn:schemas-microsoft-com:office:office"),t.writeAttributeString("xmlns:x","urn:schemas-microsoft-com:office:excel")},function(){t.writeElement("o:shapelayout",function(){t.writeAttributeString("v:ext","edit")},function(){t.writeLeafElement("o:idmap",function(){t.writeAttributeString("v:ext","edit"),t.writeAttributeString("data","1")})}),t.writeElement("v:shapetype",function(){t.writeAttributeString("id","_x0000_t75"),t.writeAttributeString("coordsize","21600,21600"),t.writeAttributeString("o:spt","75"),t.writeAttributeString("o:preferrelative","t"),t.writeAttributeString("path","m@4@5l@4@11@9@11@9@5xe"),t.writeAttributeString("filled","f"),t.writeAttributeString("stroked","f")},function(){t.writeLeafElement("v:stroke",function(){t.writeAttributeString("joinstyle","miter")}),t.writeElement("v:formulas",function(){t.writeLeafElement("v:f",function(){t.writeAttributeString("eqn","if lineDrawn pixelLineWidth 0")}),t.writeLeafElement("v:f",function(){t.writeAttributeString("eqn","sum @0 1 0")}),t.writeLeafElement("v:f",function(){t.writeAttributeString("eqn","sum 0 0 @1")}),t.writeLeafElement("v:f",function(){t.writeAttributeString("eqn","prod @2 1 2")}),t.writeLeafElement("v:f",function(){t.writeAttributeString("eqn","prod @3 21600 pixelWidth")}),t.writeLeafElement("v:f",function(){t.writeAttributeString("eqn","prod @3 21600 pixelHeight")}),t.writeLeafElement("v:f",function(){t.writeAttributeString("eqn","sum @0 0 1")}),t.writeLeafElement("v:f",function(){t.writeAttributeString("eqn","prod @6 1 2")}),t.writeLeafElement("v:f",function(){t.writeAttributeString("eqn","prod @7 21600 pixelWidth")}),t.writeLeafElement("v:f",function(){t.writeAttributeString("eqn","sum @8 21600 0")}),t.writeLeafElement("v:f",function(){t.writeAttributeString("eqn","prod @7 21600 pixelHeight")}),t.writeLeafElement("v:f",function(){t.writeAttributeString("eqn","sum @10 21600 0")})}),t.writeLeafElement("v:path",function(){t.writeAttributeString("o:extrusionok","f"),t.writeAttributeString("gradientshapeok","t"),t.writeAttributeString("o:connecttype","rect")}),t.writeLeafElement("o:lock",function(){t.writeAttributeString("v:ext","edit"),t.writeAttributeString("aspectratio","t")})});var r=25,i=1;e.forEach(function(e){["LH","CH","RH","LF","CF","RF"].indexOf(e.name)>=0&&C(t,e.rid,e.name,r++,i++)})}),t.xml},t.rl=e}()},function(e,t,r){!function(){"use strict";var t=r(4),i=r(15),n=r(47),o=r(12),a=r(49),l=t.Gc,s=i.Hh,c=o.ConverterHelper;function u(e){var t=new n;return t.writeDocument(),t.writeElement("sst",function(){t.writeAttributeString("xmlns",s.Rg),t.writeAttributeString("count",""+e.Kl),t.writeAttributeString("uniqueCount",""+e.Il.length)},function(){var r,i,n,o,s;for(r=0,i=e.Il.length;r<i;r++)n=e.Il[r],o=n.value,s=o.length!==o.trim().length,t.writeElement("si",void 0,function(){var e,r;if(n.richText)for(e=n.richText,r=0;r<e.length;r++)void 0!==e[r].text&&t.writeElement("r",void 0,function(){a.Po(t,c.fromRichTextStyle(e[r].style)),e[r].text&&(s=e[r].text.length!==e[r].text.trim().length),t.writeElement("t",function(){s&&t.writeAttributeString("xml:space","preserve")},function(){t.writeValue(l.tc(l.Cc(e[r].text,!0)))})});else t.writeElement("t",function(){s&&t.writeAttributeString("xml:space","preserve")},function(){t.writeValue(l.tc(l.Cc(o,!0)))})})}),t.xml}e.exports=u}()},function(e,t,r){!function(){"use strict";var t=r(47),i=r(15),n=r(13),o=r(50).writeColorScheme,a=i.Hh;function l(e){var r,i=e.Hn();return i||(i="Office"),r=new t,r.writeDocument(),r.writeElement("a:theme",function(){r.writeAttributeString("xmlns:a",a.dh),i&&i.name?r.writeAttributeString("name",i.name):"Office"===i?r.writeAttributeString("name","Office Theme"):r.writeAttributeString("name",i)},function(){r.writeElement("a:themeElements",void 0,function(){var e,t;i&&i.colorScheme?(e=i.colorScheme,r.writeElement("a:clrScheme",function(){r.writeAttributeString("name",e.name)},function(){o(r,"a:dk1",e.schemeColors[1]),o(r,"a:lt1",e.schemeColors[0]),o(r,"a:dk2",e.schemeColors[3]),o(r,"a:lt2",e.schemeColors[2]),o(r,"a:accent1",e.schemeColors[4]),o(r,"a:accent2",e.schemeColors[5]),o(r,"a:accent3",e.schemeColors[6]),o(r,"a:accent4",e.schemeColors[7]),o(r,"a:accent5",e.schemeColors[8]),o(r,"a:accent6",e.schemeColors[9]),o(r,"a:hlink",e.schemeColors[10]),o(r,"a:folHlink",e.schemeColors[11])})):n.ThemeClrSchemes[i]?r.xml+=n.ThemeClrSchemes[i]:r.xml+=n.ThemeClrSchemes.Office,i&&i.fontScheme?(t=i.fontScheme,r.writeElement("a:fontScheme",function(){r.writeAttributeString("name",t.name)},function(){r.writeElement("a:majorFont",void 0,function(){s(r,t.majorFont,!0)}),r.writeElement("a:minorFont",void 0,function(){s(r,t.minorFont,!1)})})):n.ThemeFontSchemes[i]?r.xml+=n.ThemeFontSchemes[i]:r.xml+=n.ThemeFontSchemes.Office,n.ThemeFmtSchemes[i]?r.xml+=n.ThemeFmtSchemes[i]:r.xml+=n.ThemeFmtSchemes.Office}),r.writeLeafElement("a:objectDefaults",void 0),r.writeLeafElement("a:extraClrSchemeLst",void 0)}),r.xml}function s(e,t,r){var n,o,a;if(t)if(t.runFormattings&&(e.writeLeafElement("a:"+i.FontLanguage[0],function(){e.writeAttributeString("typeface",f(t.runFormattings,0))}),e.writeLeafElement("a:"+i.FontLanguage[2],function(){e.writeAttributeString("typeface",f(t.runFormattings,2))}),e.writeLeafElement("a:"+i.FontLanguage[1],function(){e.writeAttributeString("typeface",f(t.runFormattings,1))})),t.themesFonts&&t.themesFonts.length>0)for(n=0,o=t.themesFonts.length;n<o;n++)a=t.themesFonts[n],e.writeLeafElement("a:font",function(){e.writeAttributeString("script",a.script),e.writeAttributeString("script",a.typeface)});else r?c(e):u(e)}function c(e){e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Jpan"),e.writeAttributeString("typeface","\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Hang"),e.writeAttributeString("typeface","\ub9d1\uc740 \uace0\ub515")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Hans"),e.writeAttributeString("typeface","\u5b8b\u4f53")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Hant"),e.writeAttributeString("typeface","\u65b0\u7d30\u660e\u9ad4")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Arab"),e.writeAttributeString("typeface","Times New Roman")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Hebr"),e.writeAttributeString("typeface","Times New Roman")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Thai"),e.writeAttributeString("typeface","Tahoma")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Ethi"),e.writeAttributeString("typeface","Nyala")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Beng"),e.writeAttributeString("typeface","Vrinda")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Gujr"),e.writeAttributeString("typeface","Shruti")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Khmr"),e.writeAttributeString("typeface","MoolBoran")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Knda"),e.writeAttributeString("typeface","Tunga")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Guru"),e.writeAttributeString("typeface","Raavi")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Cans"),e.writeAttributeString("typeface","Euphemia")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Cher"),e.writeAttributeString("typeface","Plantagenet Cherokee")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Yiii"),e.writeAttributeString("typeface","Microsoft Yi Baiti")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Tibt"),e.writeAttributeString("typeface","Microsoft Himalaya")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Thaa"),e.writeAttributeString("typeface","MV Boli")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Deva"),e.writeAttributeString("typeface","Mangal")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Telu"),e.writeAttributeString("typeface","Gautami")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Taml"),e.writeAttributeString("typeface","Latha")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Syrc"),e.writeAttributeString("typeface","Estrangelo Edessa")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Orya"),e.writeAttributeString("typeface","Kalinga")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Mlym"),e.writeAttributeString("typeface","Kartika")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Laoo"),e.writeAttributeString("typeface","DokChampa")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Sinh"),e.writeAttributeString("typeface","Iskoola Pota")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Mong"),e.writeAttributeString("typeface","Mongolian Baiti")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Viet"),e.writeAttributeString("typeface","Times New Roman")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Uigh"),e.writeAttributeString("typeface","Microsoft Uighur")})}function u(e){e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Jpan"),e.writeAttributeString("typeface","\uff2d\uff33 \uff30\u30b4\u30b7\u30c3\u30af")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Hang"),e.writeAttributeString("typeface","\ub9d1\uc740 \uace0\ub515")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Hans"),e.writeAttributeString("typeface","\u5b8b\u4f53")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Hant"),e.writeAttributeString("typeface","\u65b0\u7d30\u660e\u9ad4")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Arab"),e.writeAttributeString("typeface","Arial")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Hebr"),e.writeAttributeString("typeface","Arial")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Thai"),e.writeAttributeString("typeface","Tahoma")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Ethi"),e.writeAttributeString("typeface","Nyala")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Beng"),e.writeAttributeString("typeface","Vrinda")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Gujr"),e.writeAttributeString("typeface","Shruti")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Khmr"),e.writeAttributeString("typeface","DaunPenh")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Knda"),e.writeAttributeString("typeface","Tunga")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Guru"),e.writeAttributeString("typeface","Raavi")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Cans"),e.writeAttributeString("typeface","Euphemia")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Cher"),e.writeAttributeString("typeface","Plantagenet Cherokee")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Yiii"),e.writeAttributeString("typeface","Microsoft Yi Baiti")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Tibt"),e.writeAttributeString("typeface","Microsoft Himalaya")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Thaa"),e.writeAttributeString("typeface","MV Boli")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Deva"),e.writeAttributeString("typeface","Mangal")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Telu"),e.writeAttributeString("typeface","Gautami")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Taml"),e.writeAttributeString("typeface","Latha")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Syrc"),e.writeAttributeString("typeface","Estrangelo Edessa")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Orya"),e.writeAttributeString("typeface","Kalinga")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Mlym"),e.writeAttributeString("typeface","Kartika")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Laoo"),e.writeAttributeString("typeface","DokChampa")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Sinh"),e.writeAttributeString("typeface","Iskoola Pota")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Mong"),e.writeAttributeString("typeface","Mongolian Baiti")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Viet"),e.writeAttributeString("typeface","Arial")}),e.writeLeafElement("a:font",function(){e.writeAttributeString("script","Uigh"),e.writeAttributeString("typeface","Microsoft Uighur")})}function f(e,t){var r,i,n;if(!e)return"";for(r=0,i=e.length;r<i;r++)if(n=e[r],n.fontLanguage===t)return n.typeface;return""}e.exports=l}()},function(e,t,r){!function(){"use strict";var t=r(47),i=r(15),n=r(4),o=r(57).ap,a=i.Hh,l=n.Gc,s=n.Sb,c=void 0;function u(e,r,i,n){var o=new t;return o.writeDocument(),o.writeElement("workbook",function(){o.writeAttributeString("xmlns",a.Rg),o.writeAttributeString("xmlns:r",a._g)},function(){f(o,e),o.writeElement("sheets",void 0,function(){var t,i,n;for(t=0,i=r.length;t<i;t++)n=r[t],n&&o.writeLeafElement("sheet",function(){o.writeAttributeString("name",l.tc(n.name)),o.writeAttributeString("sheetId",""+n.sheetId),e.qo(n.name)&&o.writeAttributeString("state","hidden"),o.writeAttributeString("r:id",""+n.rID)})}),d(o,e,n),C(o,i),y(o,e,r)}),o.xml}function f(e,t){var r=t.po();e.writeElement("bookViews",void 0,function(){e.writeLeafElement("workbookView",function(){r.showHorizontalScrollbar===!1&&e.writeAttributeString("showHorizontalScroll","0"),r.showVerticalScrollbar===!1&&e.writeAttributeString("showVerticalScroll","0"),r.tabStripVisible===!1&&e.writeAttributeString("showSheetTabs","0"),"number"==typeof r.tabStripRatio&&.6!==r.tabStripRatio&&e.writeAttributeString("tabRatio",""+1e3*r.tabStripRatio),"number"==typeof r.startSheetIndex&&r.startSheetIndex>0&&e.writeAttributeString("firstSheet",""+r.startSheetIndex),"number"==typeof r.activeSheetIndex&&r.activeSheetIndex>0&&e.writeAttributeString("activeTab",""+r.activeSheetIndex)})})}function d(e,t,r){var i,n,o=t.ro(),a=b(t);g(o,a),i=S(t),g(o,i),n=h(t),g(o,n),g(o,r),o.length>0&&e.writeElement("definedNames",c,function(){var t,r;for(t=0;t<o.length;t++)r=o[t],e.writeElement("definedName",function(){e.writeAttributeString("name",l.tc(r.name)),r.comment&&e.writeAttributeString("comment",l.tc(r.comment)),r.localSheetId>-1&&e.writeAttributeString("localSheetId",r.localSheetId),r.hidden===!0&&e.writeAttributeString("hidden","1")},function(){e.writeValue(r.formula.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">"))})})}function h(e){var t,r,i,n,o,a,l,s=[],u=e.Yl();for(t=0;t<u.length;t++)r=u[t],i=e.Do(r),i&&(n=p(i.rowStart,i.rowEnd,i.columnStart,i.columnEnd,r),n&&s.push({name:"_xlnm.Print_Area",localSheetId:t,formula:n}),o=p(i.repeatRowStart,i.repeatRowEnd,c,c,r),a=p(c,c,i.repeatColumnStart,i.repeatColumnEnd,r),o&&a?l=a+","+o:o?l=o:a&&(l=a),l&&s.push({name:"_xlnm.Print_Titles",localSheetId:t,formula:l}));return s}function p(e,t,r,i,n){if(r===c&&i===c&&e===c&&t===c)return c;var o="";return r!==c&&(o+="$"+s.Pb(r)),e!==c&&(o+="$"+(e+1)),o+=":",i!==c&&(o+="$"+s.Pb(i)),t!==c&&(o+="$"+(t+1)),n?s.Rb(n)+"!"+o:o}function m(e,t){for(var r=0;r<e.length;r++)if(e[r].name===t.name&&e[r].localSheetId===t.localSheetId)return!0;return!1}function g(e,t){for(var r=0;r<t.length;r++)m(e,t[r])||e.push(t[r])}function b(e){var t,r,i,n=[],o=e.Yl();for(t=0;t<o.length;t++)if(r=e.tm(o[t]))for(i=0;i<r.length;i++)n.push({name:r[i].nameInFormula,formula:"#N/A"});return n}function S(e){var t,r,i,n,o,a,l=[],s=e.Yl();for(t=0;t<s.length;t++)r=s[t],i=e.Eo(r),i&&(n=e.ho(r),o=e.Fo(n,i.range),a=p(o.row,o.row+o.rowCount,o.col,o.col+o.colCount,r),a&&l.push({name:"_xlnm._FilterDatabase",localSheetId:t,formula:a}));return l}function C(e,t){e.writeLeafElement("calcPr",function(){e.writeAttributeString("calcId","0"),t&&e.writeAttributeString("refMode","R1C1")})}function y(e,t,r){var i,n,a,l,s={},c=0;for(i=0,n=r.length;i<n;i++)a=r[i],a&&(l=t.tm(a.name),l&&l.length&&(s[a.name]=t.tm(a.name),c++));c&&o(e,s)}e.exports=u}()},function(e,t,r){!function(){"use strict";var e=r(4),i=r(47),n=r(15),o=r(50).writeColor,a=r(12),l=a.ColorHelper,s=n.Hh,c=e.Sb,u=e.Hb,f=e.Gc.tc;function d(e,t){var r=new i;return r.writeDocument(),r.writeElement("comments",function(){r.writeAttributeString("xmlns",s.Rg)},function(){p(r),r.writeElement("commentList",function(){t.forEach(function(e){h(r,e)})})}),r.xml}t.writeComments=d;function h(e,t){function r(e){var t=e;return!!t&&(t.toLowerCase().indexOf("bold")!==-1||parseInt(t)>400)}function i(e){var t=e;return!!t&&["italic","oblique"].indexOf(t.toLowerCase().trim())!==-1}e.writeElement("comment",function(){
- e.writeAttributeString("ref",c.Pb(t.col)+(t.row+1)),e.writeAttributeString("authorId","0")},function(){e.writeElement("text",function(){e.writeElement("r",function(){var n,l,s;e.writeElement("rPr",function(){var n,l=t.fontWeight;r(l)&&e.writeLeafElement("b"),l=t.fontStyle,i(l)&&e.writeLeafElement("i"),n=t.textDecoration,n&&(1&n&&e.writeLeafElement("u"),8&n&&e.writeLeafElement("u",function(){e.writeAttributeString("val",a.UnderLineStyle[2])}),2&n&&e.writeLeafElement("strike")),l=t.fontSize,l&&e.writeLeafElement("sz",function(){e.writeAttributeString("val",l)}),l=t.foreColor,l?o(e,"color",l):e.writeLeafElement("color",function(){e.writeAttributeString("indexed","81")}),l=t.fontFamily,l&&e.writeLeafElement("rFont",function(){e.writeAttributeString("val",l)}),e.writeLeafElement("family",function(){e.writeAttributeString("val","2")})}),n=t.text,l=u(n)?"":n,s=l.length!==l.trim().length,e.writeElement("t",function(){s&&e.writeAttributeString("xml:space","preserve")},function(){e.writeValue(f(l))})})})})}function p(e){e.writeElement("authors",void 0,function(){e.writeElement("author",void 0,function(){e.writeValue("Author")})})}function m(e,t,r){var n=new i;n.writeElement("xml",o,a);function o(){n.writeAttributeString("xmlns:v","urn:schemas-microsoft-com:vml"),n.writeAttributeString("xmlns:o","urn:schemas-microsoft-com:office:office"),n.writeAttributeString("xmlns:x","urn:schemas-microsoft-com:office:excel")}function a(){var e="_x0000_t",i="202",o="_x0000_s",a=1024*(t+1)+1;n.writeElement("o:shapelayout",function(){n.writeAttributeString("v:ext","edit")},function(){n.writeLeafElement("o:idmap",function(){n.writeAttributeString("v:ext","edit"),n.writeAttributeString("data","1")})}),n.writeElement("v:shapetype",function(){n.writeAttributeString("id",e+i),n.writeAttributeString("coordsize","21600,21600"),n.writeAttributeString("o:spt",i),n.writeAttributeString("path","m,l,21600r21600,l21600,xe")},function(){n.writeLeafElement("v:stroke",function(){n.writeAttributeString("joinstyle","miter")}),n.writeLeafElement("v:path",function(){n.writeAttributeString("gradientshapeok","t"),n.writeAttributeString("o:connecttype","rect")})}),r.forEach(c);function s(e){if(e&&e.indexOf("rgb")>=0){var t=l.fromHtmlColor(e),r=t.toString(16).substr(-6);return"#"+r}return e}function c(t){var r=t.inset;n.writeElement("v:shape",function(){n.writeAttributeString("id",o+a),a++,n.writeAttributeString("type","#"+e+i),n.writeAttributeString("style",l(t)),n.writeAttributeString("fillcolor",s(t.backColor)),n.writeAttributeString("strokecolor",s(t.borderColor)),n.writeAttributeString("strokeweight",""+t.borderWidth),r||n.writeAttributeString("o:insetmode","auto")},function(){var e=t.dashStyle,i=t.lineStyle;e?n.writeLeafElement("v:stroke",function(){n.writeAttributeString("dashstyle",e)}):i&&n.writeLeafElement("v:stroke",function(){n.writeAttributeString("linestyle",i)}),n.writeLeafElement("v:fill",function(){var e=t.opacity;u(e)||1===e||n.writeAttributeString("opacity",Math.floor(65535*e)+"f"),n.writeAttributeString("color2","#ffffe1")}),n.writeLeafElement("v:shadow",function(){n.writeAttributeString("color","black"),n.writeAttributeString("obscured","t")}),n.writeLeafElement("v:path",function(){n.writeAttributeString("o:connecttype","none")}),n.writeElement("v:textbox",function(){n.writeAttributeString("style","mso-direction-alt:auto"+(t.autoSize?";mso-fit-shape-to-text:t":"")),r&&n.writeAttributeString("inset",r)},function(){n.writeElement("div",function(){n.writeAttributeString("style","text-align:"+t.hAlign.toLowerCase())},null)}),n.writeElement("x:ClientData",function(){n.writeAttributeString("ObjectType","Note")},function(){t.dynamicMove===!1&&n.writeLeafElement("x:MoveWithCells"),t.dynamicSize===!1&&n.writeLeafElement("x:SizeWithCells"),t.locked===!1&&n.writeElementString("x:Locked","False"),t.lockText===!1&&n.writeElementString("x:LockText","False"),n.writeElementString("x:AutoFill","False");var e=t.hAlign;"Left"!==e&&n.writeElementString("x:TextHAlign",e),n.writeElementString("x:Row",t.row),n.writeElementString("x:Column",t.col),1===t.displayMode&&n.writeLeafElement("x:Visible")})});function l(e){var t=["position:absolute"],r=e.marginLeft;return r>=0&&t.push("margin-left:"+r+"pt"),r=e.marginTop,r>=0&&t.push("margin-top:"+r+"pt"),r=e.width,r&&t.push("width:"+r),r=e.height,r&&t.push("height:"+r),t.push("z-index:"+e.zIndex),r=e.visibility,r&&t.push("visibility:"+r),t.join(";")}}}return n.xml}t.writeCommentShapes=m}()},function(e,t,r){!function(){"use strict";var e=r(47),i=r(15),n=r(12),o=r(57).bp,a=n.UnitHelper,l=a.pixelToEMU,s=i.Hh,c=r(50).writeColorScheme,u=r(66),f=r(24);function d(){return s}function h(e,t){e.forEach(function(e){t.push((e.nvSpPr||e.nvCxnSpPr||e.nvGrpSpPr).cNvPr.id),e.nvGrpSpPr&&h(e.sp,t)})}function p(e){var t=[];return e.forEach(function(e){if(e.sp)t.push(e.sp.nvSpPr.cNvPr.id);else if(e.cxnSp)t.push(e.cxnSp.nvCxnSpPr.cNvPr.id);else if(e.grpSp){var r=e.grpSp;t.push(r.nvGrpSpPr.cNvPr.id),h(r.sp,t)}}),Math.max.apply(null,t)}function m(t,r){var i=new e;return i.wa=1,i.writeDocument(!0),i.writeElement("xdr:wsDr",function(){i.writeAttributeString("xmlns:xdr",d().Tg),i.writeAttributeString("xmlns:a",d().Ug)},function(){var e,t,n,a,l,s=r.shapes;s&&s.length&&(e=!0,t=p(s),i.wa=t+1),n=r.pictures,n&&n.length&&C(i,n),a=r.slicers,a&&a.length&&o(i,a,w),l=r.charts,l&&l.length&&b(i,l),e&&S(i,s)}),i.xml}function g(e){var t={AnchorBaseList:[]};return e.forEach(function(e){e.graphicFrame||(e.graphicFrame={}),e.graphicFrame.graphic={graphicData:{chart:{id:e.chartId,typeName:"chartSpace"}}},t.AnchorBaseList.push(e)}),t}function b(e,t){var r=g(t);r.AnchorBaseList.forEach(function(t){1===t.anchorType?u.WriteCT_OneCellAnchor(e,"xdr","oneCellAnchor",t):0===t.anchorType?u.WriteCT_TwoCellAnchor(e,"xdr","twoCellAnchor",t):2===t.anchorType&&u.WriteCT_AbsoluteAnchor(e,"xdr","absoluteAnchor",t)})}function S(e,t){t.forEach(function(t){1===t.anchorType?u.WriteCT_OneCellAnchor(e,"xdr","oneCellAnchor",t):0===t.anchorType?u.WriteCT_TwoCellAnchor(e,"xdr","twoCellAnchor",t):2===t.anchorType&&u.WriteCT_AbsoluteAnchor(e,"xdr","absoluteAnchor",t)})}function C(e,t){t.forEach(function(t){y(e,t)})}function y(e,t){var r=t&&t.twoCellAnchor;r&&e.writeElement("xdr:twoCellAnchor",function(){var t=r.editAs;t&&e.writeAttributeString("editAs",f.ST_EditAs[t])},function(){w(e,"xdr:from",r.startPoint),w(e,"xdr:to",r.endPoint),T(e,t),x(e,t)})}function w(e,t,r){e.writeElement(t,function(){e.writeElementString("xdr:col",r.col),e.writeElementString("xdr:colOff",l(r.colOffset)),e.writeElementString("xdr:row",r.row),e.writeElementString("xdr:rowOff",l(r.rowOffset))})}function T(e,t){e.writeElement("xdr:pic",function(){e.writeElement("xdr:nvPicPr",function(){e.writeLeafElement("xdr:cNvPr",function(){e.writeAttributeString("id",e.wa++),e.writeAttributeString("name",t.name),t.hidden&&e.writeAttributeString("hidden","1")}),e.writeElement("xdr:cNvPicPr",function(){e.writeLeafElement("a:picLocks",function(){e.writeAttributeString("noChangeAspect","1")})})}),e.writeElement("xdr:blipFill",function(){"svg+xml"===t.imageType?e.writeElement("a:blip",function(){e.writeAttributeString("xmlns:r",d()._g)},function(){e.writeElement("a:extLst",function(){e.writeElement("a:ext",function(){e.writeAttributeString("uri","{96DAC541-7B7A-43D3-8B79-37D633B846F1}")},function(){e.writeLeafElement("asvg:svgBlip",function(){e.writeAttributeString("xmlns:asvg",d().fh),e.writeAttributeString("r:embed",t.rid)})})})}):e.writeElement("a:blip",function(){e.writeAttributeString("xmlns:r",d()._g),e.writeAttributeString("r:embed",t.rid),e.writeAttributeString("cstate","print")},function(){e.writeElement("a:extLst",function(){e.writeElement("a:ext",function(){e.writeAttributeString("uri","{28A0092B-C50C-407E-A947-70E740481C1C}")},function(){e.writeLeafElement("a14:useLocalDpi",function(){e.writeAttributeString("xmlns:a14",d().eh),e.writeAttributeString("val","0")})})})});var r=t.srcRect;r&&u.WriteCT_RelativeRect(e,"a","srcRect",r),e.writeElement("a:stretch",function(){r||e.writeLeafElement("a:fillRect")})}),v(e,t)})}function v(e,t){e.writeElement("xdr:spPr",function(){var r,i,n,o,a,s;e.writeElement("a:xfrm",function(){t.rot&&e.writeAttributeString("rot",u.getRotationData(t.rot))},function(){e.writeLeafElement("a:off",function(){e.writeAttributeString("x","0"),e.writeAttributeString("y","0")}),e.writeLeafElement("a:ext",function(){e.writeAttributeString("cx","0"),e.writeAttributeString("cy","0")})}),e.writeElement("a:prstGeom",function(){e.writeAttributeString("prst","rect")},function(){e.writeLeafElement("a:avLst")}),r=t.fillColor,r&&c(e,"a:solidFill",r),i=t.lineBorder,n=i.width,o=i.color,a=i.style,s=i.noFill,e.writeElement("a:ln",function(){null!==n&&void 0!==n&&e.writeAttributeString("w",l(n)),"dbl"===a&&e.writeAttributeString("cmpd","dbl")},function(){s?e.writeLeafElement("a:noFill"):c(e,"a:solidFill",o),"dbl"!==a&&e.writeLeafElement("a:prstDash",function(){e.writeAttributeString("val",a)})})})}function x(e,t){e.writeLeafElement("xdr:clientData",function(){t.locked===!1&&e.writeAttributeString("fLocksWithSheet","0")})}t.writeDrawing=m}()},function(e,t,r){!function(){"use strict";var t,i,n=r(24),o=r(12),a=o.UnitHelper,l=a.pixelToEMU,s=r(33).Uk,c=r(4),u=c.Gc.tc,f=c.Hb,d=null,h="val",p="name",m="type",g="prst",b="extLst",S="cNvPr",C="macro",y="effectLst",w="effectDag",T="fPublished",v="graphicFrame",x="ext",A="scrgbClr",k="srgbClr",E="hslClr",I="sysClr",P="schemeClr",L="prstClr",F="styleClr",R="noFill",_="solidFill",B="gradFill",M="blipFill",D="pattFill",N="grpFill",G="delete",O="scene3d",H="spPr",U="txPr",W="invertIfNegative",V="bubble3D",z="marker",j="grpSp",K="cxnSp",Y="clrScheme",Z="fontScheme",q="fmtScheme",J="layout",Q="pictureOptions",X="order",$="gapWidth",ee="dLbls",te="trendline",re="errBars",ie="ser",ne="dropLines",oe="axId",ae="grouping",le="varyColors",se="scaling",ce="axPos",ue="majorGridlines",fe="minorGridlines",de="title",he="numFmt",pe="majorTickMark",me="minorTickMark",ge="tickLblPos",be="crossAx",Se="crosses",Ce="style",ye="rotWithShape",we="cNvPicPr",Te="nvPicPr",ve="cNvGraphicFramePr",xe="AlternateContent",Ae="clientData",ke="a",Ee="cdr",Ie="r",Pe="xdr",Le="c",Fe="c15",Re="c16",_e="a14",Be="c14",Me="mc",De="cx",Ne="cs",Ge="chartDefinedName";function Oe(e){return f(e)||""===e}function He(e,t,r){e.writeLeafElement(t+":"+r)}function Ue(e,t,r,i,n,o,a,l){e.writeLeafElement(t+":"+r,function(){f(i)||!f(o)&&i===o||(l&&(i=l(i)),a&&(i=a[i]),e.writeAttributeString(n,i))})}function We(e,t,r,i,n,o,a){e.writeElement(t+":"+r,function(){var t=i[a];f(t)||n(e,o,a,t)})}function Ve(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.sqref)||e.writeElementString("c15:sqref",i.sqref)})}function ze(e,t,r,i,n,o){e.writeLeafElement(t+":"+r,function(){var t=i[n],r=i[o];f(t)||e.writeAttributeString(n,t),f(r)||e.writeAttributeString(o,r)})}function je(e,t){if(!f(t)){var r=t.scrgbClr,i=t.srgbClr,n=t.hslClr,o=t.sysClr,a=t.schemeClr,l=t.prstClr,s=t.styleClr;f(r)?f(i)?f(n)?f(o)?f(a)?f(l)?f(s)||zt(e,Ne,F,s):Vt(e,ke,L,l):Wt(e,ke,P,a):Ut(e,ke,I,o):Ht(e,ke,E,n):Ot(e,ke,k,i):Gt(e,ke,A,r)}}function Ke(e,t){var r=t.noFill,i=t.solidFill,n=t.gradFill,o=t.blipFill,a=t.pattFill,l=t.grpFill;f(r)?f(i)?f(n)?f(o)?f(a)?f(l)||pa(e,ke,N):ha(e,ke,D,a):da(e,ke,M,o):la(e,ke,B,n):ra(e,ke,_,i):ta(e,ke,R)}function Ye(e,t,r,i){e.writeElement(t+":"+r,function(){i.noFill?Xe(i.noFill,function(){ta(e,ke,R)}):i.solidFill?Xe(i.solidFill,function(t){ra(e,ke,_,t)}):i.gradFill?Xe(i.gradFill,function(t){la(e,ke,B,t)}):i.blipFill?Xe(i.blipFill,function(t){da(e,ke,M,t)}):i.pattFill?Xe(i.pattFill,function(t){ha(e,ke,D,t)}):i.grpFill&&Xe(i.grpFill,function(){pa(e,ke,N)})})}function Ze(e,t){Xe(t.tint,function(t){It(e,ke,"tint",t)}),Xe(t.shade,function(t){It(e,ke,"shade",t)}),Xe(t.comp,function(){_t(e,ke,"comp")}),Xe(t.inv,function(){Bt(e,ke,"inv")}),Xe(t.gray,function(){Mt(e,ke,"gray")}),Xe(t.alpha,function(t){It(e,ke,"alpha",t)}),Xe(t.alphaMod,function(t){kt(e,ke,"alphaMod",t)}),Xe(t.alphaOff,function(t){Et(e,ke,"alphaOff",t)}),Xe(t.hue,function(t){xt(e,ke,"hue",t)}),Xe(t.hueMod,function(t){kt(e,ke,"hueMod",t)}),Xe(t.hueOff,function(t){vt(e,ke,"hueOff",t)}),Xe(t.sat,function(t){At(e,ke,"sat",t)}),Xe(t.satMod,function(t){At(e,ke,"satMod",t)}),Xe(t.satOff,function(t){At(e,ke,"satOff",t)}),Xe(t.lum,function(t){At(e,ke,"lum",t)}),Xe(t.lumMod,function(t){At(e,ke,"lumMod",t)}),Xe(t.lumOff,function(t){At(e,ke,"lumOff",t)}),Xe(t.red,function(t){At(e,ke,"red",t)}),Xe(t.redMod,function(t){At(e,ke,"redMod",t)}),Xe(t.redOff,function(t){At(e,ke,"redOff",t)}),Xe(t.green,function(t){At(e,ke,"green",t)}),Xe(t.greenMod,function(t){At(e,ke,"greenMod",t)}),Xe(t.greenOff,function(t){At(e,ke,"greenOff",t)}),Xe(t.blue,function(t){At(e,ke,"blue",t)}),Xe(t.blueMod,function(t){At(e,ke,"blueMod",t)}),Xe(t.blueOff,function(t){At(e,ke,"blueOff",t)}),Xe(t.gamma,function(){Dt(e,ke,"gamma")}),Xe(t.invGamma,function(){Nt(e,ke,"invGamma")})}function qe(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.wireframe,r=i.bandFmts,n=i.extLst;f(t)||ir(e,Le,"wireframe",t),Xe(i.ser,function(t){Ci(e,Le,ie,t)}),f(r)||Vi(e,Le,"bandFmts",r),Xe(i.axId,function(t){ar(e,Le,oe,t)}),f(n)||cr(e,Le,b,n)})}function Je(e,t,r,i,n){e.writeElement(t+":"+r,function(){var t=i.cNvPr;f(t)||mo(e,n,S,t),yo(e,n,ve)})}function Qe(e,t){var r=t.axId,i=t.scaling,n=t.delete,o=t.axPos,a=t.majorGridlines,l=t.minorGridlines,s=t.title,c=t.numFmt,u=t.majorTickMark,d=t.minorTickMark,h=t.tickLblPos,p=t.spPr,m=t.txPr,g=t.crossAx,b=t.crosses,S=t.crossesAt;f(r)||ar(e,Le,oe,r),f(i)||cn(e,Le,se,i),f(n)||ir(e,Le,G,n),f(o)||Ki(e,Le,ce,o),f(a)||wi(e,Le,ue,a),f(l)||wi(e,Le,fe,l),f(s)||Ir(e,Le,de,s),f(c)||Kr(e,Le,he,c),f(u)||qi(e,Le,pe,u),f(d)||qi(e,Le,me,d),f(h)||Ji(e,Le,ge,h),f(p)||el(e,Le,H,p),f(m)||rs(e,Le,U,m),f(g)||ar(e,Le,be,g),f(b)||Yi(e,Le,Se,b),f(S)||nr(e,Le,"crossesAt",S)}function Xe(e,t){var r,i,n;if(!f(e))for(r=0,i=e.length;r<i;r++)n=e[r],f(n)||t(n,r)}function $e(e,t){var r=t.idx,i=t.order,n=t.tx,o=t.spPr,a=t.marker,l=t.dLbls,s=t.smooth,c=t.extLst;f(r)||or(e,Le,"idx",r),f(i)||or(e,Le,X,i),f(n)||vr(e,Le,"tx",n),f(o)||el(e,Le,H,o),f(a)||$r(e,Le,z,a),Xe(t.dPt,function(t){ei(e,Le,"dPt",t)}),f(l)||Jr(e,Le,ee,l),Xe(t.trendline,function(t){oi(e,Le,te,t)}),Xe(t.errBars,function(t){ci(e,Le,re,t)}),f(s)||ir(e,Le,"smooth",s),f(c)||cr(e,Le,b,c)}function et(e,t){var r=t.idx,i=t.order,n=t.tx,o=t.spPr,a=t.pictureOptions,l=t.dLbls,s=t.cat,c=t.val,u=t.extLst;f(r)||or(e,Le,"idx",r),f(i)||or(e,Le,X,i),f(n)||vr(e,Le,"tx",n),f(o)||el(e,Le,H,o),f(a)||nn(e,Le,Q,a),Xe(t.dPt,function(t){ei(e,Le,"dPt",t)}),f(l)||Jr(e,Le,ee,l),Xe(t.trendline,function(t){oi(e,Le,te,t)}),Xe(t.errBars,function(t){ci(e,Le,re,t)}),f(s)||Tr(e,Le,"cat",s),f(c)||hr(e,Le,h,c),f(u)||cr(e,Le,b,u)}function tt(e,t){t.noGrp===!0&&e.writeAttributeString("noGrp","1"),t.noSelect===!0&&e.writeAttributeString("noSelect","1"),t.noRot===!0&&e.writeAttributeString("noRot","1"),t.noChangeAspect===!0&&e.writeAttributeString("noChangeAspect","1"),t.noMove===!0&&e.writeAttributeString("noMove","1"),t.noResize===!0&&e.writeAttributeString("noResize","1"),t.noEditPoints===!0&&e.writeAttributeString("noEditPoints","1"),t.noAdjustHandles===!0&&e.writeAttributeString("noAdjustHandles","1"),t.noChangeArrowheads===!0&&e.writeAttributeString("noChangeArrowheads","1"),t.noChangeShapeType===!0&&e.writeAttributeString("noChangeShapeType","1")}function rt(e,t){var r=t.numFmt,i=t.spPr,n=t.txPr,o=t.dLblPos,a=t.showLegendKey,l=t.showVal,s=t.showCatName,c=t.showSerName,u=t.showPercent,d=t.showBubbleSize;f(r)||Kr(e,Le,he,r),f(i)||el(e,Le,H,i),f(n)||rs(e,Le,U,n),f(o)||Zr(e,Le,"dLblPos",o),f(a)||ir(e,Le,"showLegendKey",a),f(l)||ir(e,Le,"showVal",l),f(s)||ir(e,Le,"showCatName",s),f(c)||ir(e,Le,"showSerName",c),f(u)||ir(e,Le,"showPercent",u),f(d)||ir(e,Le,"showBubbleSize",d),f(t.separator)||e.writeElementString("c:separator",t.separator)}function it(e,t){var r=t.sx,i=t.sy,o=t.kx,a=t.ky,l=t.algn;f(r)||1e5===r||e.writeAttributeString("sx",r),f(i)||1e5===i||e.writeAttributeString("sy",i),f(o)||0===o||e.writeAttributeString("kx",o),f(a)||0===a||e.writeAttributeString("ky",a),f(l)||7===l||e.writeAttributeString("algn",n.ST_RectAlignment[l]),t.rotWithShape===!1&&e.writeAttributeString(ye,"0")}function nt(e,t,r,i,n,o){e.writeElement(t+":"+r,function(){var t=i.macro,r=i.textlink;f(t)||e.writeAttributeString(C,t),f(r)||e.writeAttributeString("textlink",r),i.fLocksText===!1&&e.writeAttributeString("fLocksText","0"),i.fPublished===!0&&e.writeAttributeString(T,"1")},function(){var t=i.nvSpPr,r=i.spPr,a=i.style,l=i.txBody;f(t)||o(e,n,"nvSpPr",t),f(r)||el(e,n,H,r,!1),f(a)||nl(e,n,Ce,a),f(l)||rs(e,n,"txBody",l)})}function ot(e,t,r,i,n){e.writeElement(t+":"+r,function(){var t=i.cNvPr,r=i.cNvSpPr;f(t)||mo(e,n,S,t),f(r)||go(e,n,"cNvSpPr",r)})}function at(e,t,r){var i,n,o=t.ext,a=t.sp,l=t.grpSp,s=t.graphicFrame,c=t.cxnSp,u=t.AlternateContent,d=t.clientData;!o&&r&&(i=t.width,n=t.height,isNaN(i)||isNaN(n)||(o={cx:i,cy:n})),f(o)||Rt(e,Pe,x,o,!0),f(a)||cl(e,Pe,"sp",a),f(l)||Fl(e,Pe,j,l),f(s)||Il(e,Pe,v,s),f(c)||pl(e,Pe,K,c),f(u)||Bl(e,Me,xe),f(d)||ol(e,Pe,Ae,d)}t={a:"http://schemas.openxmlformats.org/drawingml/2006/main",cdr:"http://schemas.openxmlformats.org/drawingml/2006/chartDrawing",r:"http://schemas.openxmlformats.org/officeDocument/2006/relationships",xdr:"http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing",c:"http://schemas.openxmlformats.org/drawingml/2006/chart",c15:"http://schemas.microsoft.com/office/drawing/2012/chart",a14:"http://schemas.microsoft.com/office/drawing/2010/main",c14:"http://schemas.microsoft.com/office/drawing/2007/8/2/chart",c16:"http://schemas.microsoft.com/office/drawing/2017/03/chart",mc:"http://schemas.openxmlformats.org/markup-compatibility/2006",cx1:"http://schemas.microsoft.com/office/drawing/2015/9/8/chartex"},i={},i.WriteCT_ChartStyle=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){var t=o.attribute,r=t.cs,i=t.a,n=t.id;Oe(r)||e.writeAttributeString("xmlns:cs",r),Oe(i)||e.writeAttributeString("xmlns:a",i),Oe(n)||e.writeAttributeString("id",n)},function(){var t,r;for(t in o)"attribute"!==t&&("dataPointMarkerLayout"===t?i.WriteCT_DataPointMarkerLayout(e,Ne,t,n,o[t]):"extLst"===t?(r=o.extLst,f(r)||jt(e,ke,b,r)):i.WriteCT_ChartStyleElement(e,Ne,t,n,o[t]))})},i.WriteCT_ChartStyleElement=function(e,t,r,i,n){e.writeElement(t+":"+r,function(){for(var t in n.attribute)n.attribute.hasOwnProperty(t)&&e.writeAttributeString(t,n.attribute[t])},function(){var r=n.lnRef,i=n.fillRef,o=n.effectRef,a=n.fontRef,l=n.spPr,s=n.defRPr,c=n.bodyPr;f(r)||rl(e,Ne,"lnRef",r),f(i)||rl(e,Ne,"fillRef",i),f(o)||rl(e,Ne,"effectRef",o),f(a)||il(e,Ne,"fontRef",a),f(l)||el(e,t,"spPr",n.spPr),f(s)||gs(e,Ne,"defRPr",s),f(c)||ts(e,Ne,"bodyPr",c)})},i.WriteCT_DataPointMarkerLayout=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){for(var t in n.attribute)n.attribute.hasOwnProperty(t)&&e.writeAttributeString(t,n.attribute[t])})},i.WriteCT_ChartColors=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){var t=o.attribute,r=t.cs,i=t.a,n=t.id,a=t.meth;Oe(r)||e.writeAttributeString("xmlns:cs",r),Oe(i)||e.writeAttributeString("xmlns:a",i),Oe(a)||e.writeAttributeString("meth",a),Oe(n)||e.writeAttributeString("id",n)},function(){var t,r,a=o.schemeClr,l=o.variation;if(Xe(a,function(t){Wt(e,ke,P,t)}),!f(l))for(t=0;t<l.length;t++)r=l[t],i.WriteCT_Variation(e,Ne,"variation",n,r)})},i.WriteCT_Variation=function(e,t,r,i,n){e.writeElement(t+":"+r,null,function(){if(n){var t=n.lumMod,r=n.lumOff;f(t)||At(e,ke,"lumMod",t),f(r)||At(e,ke,"lumOff",r)}})},i.WriteCT_Extension=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){f(n.uri)||e.writeAttributeString("uri",""+n.uri)})},i.WriteCT_ExtensionList=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){if(o&&o.ext&&o.ext.length>0)for(var r=0;r<o.ext.length;r++)f(o.ext[r])||i.WriteCT_Extension(e,t,"ext","",o.ext[r])})},i.WriteCT_NumberFormat=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){f(n.formatCode)||e.writeAttributeString("formatCode",u(n.formatCode)),e.writeAttributeString("sourceLinked",n.sourceLinked?"1":"0")})},i.WriteCT_ValueColors=function(e,t,r,i,n){e.writeElement(t+":"+r,null,function(){f(n.minColor)||ra(e,t,"minColor",n.minColor),f(n.midColor)||ra(e,t,"midColor",n.midColor),f(n.maxColor)||ra(e,t,"maxColor",n.maxColor)})},i.WriteCT_ExternalData=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){f(n.id)||e.writeAttributeString("id",""+n.id),e.writeAttributeString("autoUpdate",n.autoUpdate?"1":"0")})},i.WriteCT_Formula=function(e,t,r,i,o){e.writeElement(t+":"+r,function(){Oe(o.dir)||e.writeAttributeString("dir",n.ST_FormulaDirection[o.dir])},function(){var t=o.formula;Oe(t)||e.writeValue(t)})},i.WriteCT_Value=function(e,t,r,i,n){e.writeElement(t+":"+r,function(){var t=n.value;Oe(t)||e.writeValue(t)})},i.WriteCT_DataId=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("val",""+n.val)})},i.WriteST_AxisId=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("val",""+n.val)})},i.WriteCT_StringValue=function(e,t,r,i,n){e.writeElement(t+":"+r,function(){Oe(n.idx)||e.writeAttributeString("idx",n.idx)},function(){var t=n.value;Oe(t)||e.writeValue(t)})},i.WriteCT_StringLevel=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){e.writeAttributeString("ptCount",""+o.ptCount),f(o.name)||e.writeAttributeString("name",""+o.name)},function(){for(var r=0;r<o.pt.length;r++)f(o.pt[r])||i.WriteCT_StringValue(e,t,"pt","",o.pt[r])})},i.WriteCT_StringDimension=function(e,t,r,o,a){e.writeElement(t+":"+r,function(){e.writeAttributeString("type",n.ST_StringDimensionType[a.type])},function(){if(a.lvl&&a.lvl.length>0)for(var r=0;r<a.lvl.length;r++)f(a.lvl[r])||i.WriteCT_StringLevel(e,t,"lvl","",a.lvl[r]);f(a.nf)||i.WriteCT_Formula(e,t,"nf","",a.nf),f(a.f)||i.WriteCT_Formula(e,t,"f","",a.f)})},i.WriteCT_NumericValue=function(e,t,r,i,n){e.writeElement(t+":"+r,function(){Oe(n.idx)||e.writeAttributeString("idx",n.idx)},function(){var t=n.value;Oe(t)||e.writeValue(t)})},i.WriteCT_NumericLevel=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){e.writeAttributeString("ptCount",""+o.ptCount),f(o.formatCode)||e.writeAttributeString("formatCode",""+o.formatCode),f(o.name)||e.writeAttributeString("name",""+o.name)},function(){for(var r=0;r<o.pt.length;r++)f(o.pt[r])||i.WriteCT_NumericValue(e,t,"pt","",o.pt[r])})},i.WriteCT_NumericDimension=function(e,t,r,o,a){e.writeElement(t+":"+r,function(){e.writeAttributeString("type",n.ST_NumericDimensionType[a.type])},function(){if(a.lvl&&a.lvl.length>0)for(var r=0;r<a.lvl.length;r++)f(a.lvl[r])||i.WriteCT_NumericLevel(e,t,"lvl","",a.lvl[r]);f(a.nf)||i.WriteCT_Formula(e,t,"nf","",a.nf),f(a.f)||i.WriteCT_Formula(e,t,"f","",a.f)})},i.WriteCT_Data=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){e.writeAttributeString("id",""+o.id)},function(){var r;if(f(o.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst),o.numDim&&o.numDim.length>0)for(r=0;r<o.numDim.length;r++)f(o.numDim[r])||i.WriteCT_NumericDimension(e,t,"numDim","",o.numDim[r]);if(o.strDim&&o.strDim.length>0)for(r=0;r<o.strDim.length;r++)f(o.strDim[r])||i.WriteCT_StringDimension(e,t,"strDim","",o.strDim[r])})},i.WriteCT_ChartData=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){f(o.externalData)||i.WriteCT_ExternalData(e,t,"externalData","",o.externalData);var r;for(r=0;r<o.data.length;r++)f(o.data[r])||i.WriteCT_Data(e,t,"data","",o.data[r]);f(o.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_TextData=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){f(o.f)||i.WriteCT_Formula(e,t,"f","",o.f),f(o.v)||i.WriteCT_Value(e,t,"v","",o.v)})},i.WriteCT_Text=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){f(o.txData)?f(o.rich)||rs(e,t,"rich",o.rich):i.WriteCT_TextData(e,t,"txData","",o.txData)})},i.WriteCT_ChartTitle=function(e,t,r,o,a){e.writeElement(t+":"+r,function(){f(a.pos)||e.writeAttributeString("pos",n.ST_SidePos[a.pos]),f(a.align)||e.writeAttributeString("align",n.ST_PosAlign[a.align]),f(a.overlay)||e.writeAttributeString("overlay",a.overlay?"1":"0")},function(){f(a.tx)||i.WriteCT_Text(e,t,"tx","",a.tx),f(a.spPr)||el(e,t,"spPr",a.spPr),f(a.txPr)||rs(e,t,"txPr",a.txPr),f(a.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",a.extLst)})},i.WriteCT_CategoryAxisScaling=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){f(n.gapWidth)||e.writeAttributeString("gapWidth",""+n.gapWidth)})},i.WriteCT_ValueAxisScaling=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){f(n.max)||e.writeAttributeString("max",""+n.max),f(n.min)||e.writeAttributeString("min",""+n.min),f(n.majorUnit)||e.writeAttributeString("majorUnit",""+n.majorUnit),f(n.minorUnit)||e.writeAttributeString("minorUnit",""+n.minorUnit)})},i.WriteCT_AxisTitle=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){f(o.tx)||i.WriteCT_Text(e,t,"tx","",o.tx),f(o.spPr)||el(e,t,"spPr",o.spPr),f(o.txPr)||rs(e,t,"txPr",o.txPr),f(o.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_AxisUnitsLabel=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){f(o.tx)||i.WriteCT_Text(e,t,"tx","",o.tx),f(o.spPr)||el(e,"cx","spPr",o.spPr),f(o.txPr)||rs(e,t,"txPr",o.txPr),f(o.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_AxisUnits=function(e,t,r,o,a){e.writeElement(t+":"+r,function(){e.writeAttributeString("unit",n.ST_AxisUnit[a.unit])},function(){f(a.unitsLabel)||i.WriteCT_AxisUnitsLabel(e,t,"unitsLabel","",a.unitsLabel),f(a.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",a.extLst)})},i.WriteCT_Gridlines=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){o&&!f(o.spPr)&&el(e,"cx","spPr",o.spPr),o&&!f(o.extLst)&&i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_TickMarks=function(e,t,r,o,a){e.writeElement(t+":"+r,function(){e.writeAttributeString("type",n.ST_TickMarksType[a.type])},function(){f(a.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",a.extLst)})},i.WriteCT_TickLabels=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){o&&!f(o.extLst)&&i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_Axis=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){e.writeAttributeString("id",""+o.id),o.hidden!==!1&&e.writeAttributeString("hidden",o.hidden?"1":"0")},function(){if(f(o.title)||i.WriteCT_AxisTitle(e,t,"title","",o.title),f(o.units)||i.WriteCT_AxisUnits(e,t,"units","",o.units),f(o.majorGridlines)||i.WriteCT_Gridlines(e,t,"majorGridlines","",o.majorGridlines),f(o.minorGridlines)||i.WriteCT_Gridlines(e,t,"minorGridlines","",o.minorGridlines),f(o.majorTickMarks)||f(o.majorTickMarks.type)||i.WriteCT_TickMarks(e,t,"majorTickMarks","",o.majorTickMarks),f(o.minorTickMarks)||f(o.minorTickMarks.type)||i.WriteCT_TickMarks(e,t,"minorTickMarks","",o.minorTickMarks),i.WriteCT_TickLabels(e,t,"tickLabels","",o.tickLabels),f(o.numFmt)||i.WriteCT_NumberFormat(e,t,"numFmt","",o.numFmt),f(o.spPr)||el(e,t,"spPr",o.spPr),f(o.txPr)||rs(e,t,"txPr",o.txPr),f(o.catScaling)){var r=o.valScaling||{};i.WriteCT_ValueAxisScaling(e,t,"valScaling","",r)}else i.WriteCT_CategoryAxisScaling(e,t,"catScaling","",o.catScaling);f(o.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_ParentLabelLayout=function(e,t,r,i,o){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("val",n.ST_ParentLabelLayout[o.val])})},i.WriteCT_RegionLabelLayout=function(e,t,r,i,o){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("val",n.ST_RegionLabelLayout[o.val])})},i.WriteCT_SeriesElementVisibilities=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("connectorLines",n.connectorLines?"1":"0"),e.writeAttributeString("meanLine",n.meanLine?"1":"0"),e.writeAttributeString("meanMarker",n.meanMarker?"1":"0"),e.writeAttributeString("nonoutliers",n.nonoutliers?"1":"0"),e.writeAttributeString("outliers",n.outliers?"1":"0")})},i.WriteCT_Aggregation=function(e,t,r){e.writeLeafElement(t+":"+r,null)},i.WriteCT_Binning=function(e,t,r,o,a){e.writeElement(t+":"+r,function(){e.writeAttributeString("intervalClosed",n.ST_IntervalClosedSide[a.intervalClosed]),f(a.underflow)||e.writeAttributeString("underflow",""+a.underflow),f(a.overflow)||e.writeAttributeString("overflow",""+a.overflow)},function(){f(a.binSize)||i.WriteBinSize(e,t,"binSize","",a.binSize),f(a.binCount)||i.WriteBinCount(e,t,"binCount","",a.binCount)})},i.WriteBinSize=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("val",""+n.val)})},i.WriteBinCount=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("val",""+n.val)})},i.WriteCT_GeoLocationQuery=function(e,t,r,i,o){e.writeLeafElement(t+":"+r,function(){f(o.countryRegion)||e.writeAttributeString("countryRegion",""+o.countryRegion),f(o.adminDistrict1)||e.writeAttributeString("adminDistrict1",""+o.adminDistrict1),f(o.adminDistrict2)||e.writeAttributeString("adminDistrict2",""+o.adminDistrict2),f(o.postalCode)||e.writeAttributeString("postalCode",""+o.postalCode),e.writeAttributeString("entityType",n.ST_EntityType[o.entityType])})},i.WriteCT_Address=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){f(n.address1)||e.writeAttributeString("address1",""+n.address1),f(n.countryRegion)||e.writeAttributeString("countryRegion",""+n.countryRegion),f(n.adminDistrict1)||e.writeAttributeString("adminDistrict1",""+n.adminDistrict1),f(n.adminDistrict2)||e.writeAttributeString("adminDistrict2",""+n.adminDistrict2),f(n.postalCode)||e.writeAttributeString("postalCode",""+n.postalCode),f(n.locality)||e.writeAttributeString("locality",""+n.locality),f(n.isoCountryCode)||e.writeAttributeString("isoCountryCode",""+n.isoCountryCode)})},i.WriteCT_GeoLocation=function(e,t,r,o,a){e.writeElement(t+":"+r,function(){e.writeAttributeString("latitude",""+a.latitude),e.writeAttributeString("longitude",""+a.longitude),f(a.entityName)||e.writeAttributeString("entityName",""+a.entityName),e.writeAttributeString("entityType",n.ST_EntityType[a.entityType])},function(){f(a.address)||i.WriteCT_Address(e,t,"address","",a.address)})},i.WriteCT_GeoLocations=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){f(o.geoLocation)||i.WriteCT_GeoLocation(e,t,"geoLocation","",o.geoLocation)})},i.WriteCT_GeoLocationQueryResult=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){f(o.geoLocationQuery)||i.WriteCT_GeoLocationQuery(e,t,"geoLocationQuery","",o.geoLocationQuery),f(o.geoLocations)||i.WriteCT_GeoLocations(e,t,"geoLocations","",o.geoLocations)})},i.WriteCT_GeoLocationQueryResults=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){for(var r=0;r<o.geoLocationQueryResult.length;r++)f(o.geoLocationQueryResult[r])||i.WriteCT_GeoLocationQueryResult(e,t,"geoLocationQueryResult","",o.geoLocationQueryResult[r])})},i.WriteCT_GeoPolygon=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){f(n.polygonId)||e.writeAttributeString("polygonId",""+n.polygonId),e.writeAttributeString("numPoints",""+n.numPoints),f(n.pcaRings)||e.writeAttributeString("pcaRings",""+n.pcaRings)})},i.WriteCT_GeoPolygons=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){for(var r=0;r<o.geoPolygon.length;r++)f(o.geoPolygon[r])||i.WriteCT_GeoPolygon(e,t,"geoPolygon","",o.geoPolygon[r])})},i.WriteCT_Copyrights=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){var r,i=n.copyright;if(!f(i))for(r=0;r<i.length;r++)e.writeElementString(t+":copyright",""+i[r])})},i.WriteCT_GeoData=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){f(o.entityName)||e.writeAttributeString("entityName",""+o.entityName),f(o.entityId)||e.writeAttributeString("entityId",""+o.entityId),e.writeAttributeString("east",""+o.east),e.writeAttributeString("west",""+o.west),e.writeAttributeString("north",""+o.north),e.writeAttributeString("south",""+o.south)},function(){var r;for(r=0;r<o.geoPolygons.length;r++)f(o.geoPolygons[r])||i.WriteCT_GeoPolygon(e,t,"geoPolygons","",o.geoPolygons[r]);for(r=0;r<o.copyrights.length;r++)f(o.copyrights[r])||i.WriteCT_Copyrights(e,t,"copyrights","",o.copyrights)})},i.WriteCT_GeoDataEntityQuery=function(e,t,r,i,o){
- e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("entityType",n.ST_EntityType[o.entityType]),f(o.entityId)||e.writeAttributeString("entityId",""+o.entityId)})},i.WriteCT_GeoDataEntityQueryResult=function(e,t,r,n,o){e.writeElement(t+":"+r,d,function(){f(o.geoDataEntityQuery)||i.WriteCT_GeoDataEntityQuery(e,t,"geoDataEntityQuery","",o.geoDataEntityQuery),f(o.geoData)||i.WriteCT_GeoData(e,t,"geoData","",o.geoData)})},i.WriteCT_GeoDataEntityQueryResults=function(e,t,r,n,o){e.writeElement(t+":"+r,d,function(){for(var r=0;r<o.geoDataEntityQueryResult.length;r++)f(o.geoDataEntityQueryResult[r])||i.WriteCT_GeoDataEntityQueryResult(e,t,"geoDataEntityQueryResult","",o.geoDataEntityQueryResult[r])})},i.WriteCT_GeoDataPointQuery=function(e,t,r,i,o){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("entityType",n.ST_EntityType[o.entityType]),e.writeAttributeString("latitude",""+o.latitude),e.writeAttributeString("longitude",""+o.longitude)})},i.WriteCT_GeoDataPointToEntityQuery=function(e,t,r,i,o){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("entityType",n.ST_EntityType[o.entityType]),f(o.entityId)||e.writeAttributeString("entityId",""+o.entityId)})},i.WriteCT_GeoDataPointToEntityQueryResult=function(e,t,r,n,o){e.writeElement(t+":"+r,d,function(){f(o.geoDataPointQuery)||i.WriteCT_GeoDataPointQuery(e,t,"geoDataPointQuery","",o.geoDataPointQuery),f(o.geoDataPointToEntityQuery)||i.WriteCT_GeoDataPointToEntityQuery(e,t,"geoDataPointToEntityQuery","",o.geoDataPointToEntityQuery)})},i.WriteCT_GeoDataPointToEntityQueryResults=function(e,t,r,n,o){e.writeElement(t+":"+r,d,function(){for(var r=0;r<o.geoDataPointToEntityQueryResult.length;r++)f(o.geoDataPointToEntityQueryResult[r])||i.WriteCT_GeoDataPointToEntityQueryResult(e,t,"geoDataPointToEntityQueryResult","",o.geoDataPointToEntityQueryResult[r])})},i.WriteCT_GeoChildTypes=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){var r,i=n.entityType;if(i&&i.length>0)for(r=0;r<i.length;r++)e.writeElementString(t+":entityType",""+i[r])})},i.WriteCT_GeoChildEntitiesQuery=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){f(o.entityId)||e.writeAttributeString("entityId",""+o.entityId)},function(){f(o.geoChildTypes)||i.WriteCT_GeoChildTypes(e,t,"geoChildTypes","",o.geoChildTypes)})},i.WriteCT_GeoHierarchyEntity=function(e,t,r,i,o){e.writeLeafElement(t+":"+r,function(){f(o.entityName)||e.writeAttributeString("entityName",""+o.entityName),f(o.entityId)||e.writeAttributeString("entityId",""+o.entityId),e.writeAttributeString("entityType",n.ST_EntityType[o.entityType])})},i.WriteCT_GeoChildEntities=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){for(var r=0;r<o.geoHierarchyEntity.length;r++)f(o.geoHierarchyEntity[r])||i.WriteCT_GeoHierarchyEntity(e,t,"geoHierarchyEntity","",o.geoHierarchyEntity[r])})},i.WriteCT_GeoChildEntitiesQueryResult=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){f(o.geoChildEntitiesQuery)||i.WriteCT_GeoChildEntitiesQuery(e,t,"geoChildEntitiesQuery","",o.geoChildEntitiesQuery);for(var r=0;r<o.geoChildEntities.length;r++)f(o.geoChildEntities[r])||i.WriteCT_GeoHierarchyEntity(e,t,"geoChildEntities","",o.geoChildEntities[r])})},i.WriteCT_GeoChildEntitiesQueryResults=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){for(var r=0;r<o.geoChildEntitiesQueryResult.length;r++)f(o.geoChildEntitiesQueryResult[r])||i.WriteCT_GeoChildEntitiesQueryResult(e,t,"geoChildEntitiesQueryResult","",o.geoChildEntitiesQueryResult[r])})},i.WriteCT_Clear=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){f(o.geoLocationQueryResults)||i.WriteCT_GeoLocationQueryResults(e,t,"geoLocationQueryResults","",o.geoLocationQueryResults),f(o.geoDataEntityQueryResults)||i.WriteCT_GeoDataEntityQueryResults(e,t,"geoDataEntityQueryResults","",o.geoDataEntityQueryResults),f(o.geoDataPointToEntityQueryResults)||i.WriteCT_GeoDataPointToEntityQueryResults(e,t,"geoDataPointToEntityQueryResults","",o.geoDataPointToEntityQueryResults),f(o.geoChildEntitiesQueryResults)||i.WriteCT_GeoChildEntitiesQueryResults(e,t,"geoChildEntitiesQueryResults","",o.geoChildEntitiesQueryResults)})},i.WriteCT_GeoCache=function(e,t,r,n,o){e.writeLeafElement(t+":"+r,function(){f(o.provider)||e.writeAttributeString("provider",""+o.provider),f(o.binary)||e.writeAttributeString("binary",""+o.binary),f(o.clear)||i.WriteCT_Clear(e,t,"clear",n,o.clear)})},i.WriteCT_Geography=function(e,t,r,o,a){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("projectionType",n.ST_GeoProjectionType[a.projectionType]),e.writeAttributeString("viewedRegionType",n.ST_GeoMappingLevel[a.viewedRegionType]),f(a.cultureLanguage)||e.writeAttributeString("cultureLanguage",""+a.cultureLanguage),f(a.cultureRegion)||e.writeAttributeString("cultureRegion",""+a.cultureRegion),f(a.attribution)||e.writeAttributeString("attribution",""+a.attribution),f(a.geoCache)||i.WriteCT_GeoCache(e,t,"geoCache","",a.geoCache)})},i.WriteCT_Statistics=function(e,t,r,i,o){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("quartileMethod",n.ST_QuartileMethod[o.quartileMethod])})},i.WriteCT_Subtotals=function(e,t,r,i,n){e.writeElement(t+":"+r,null,function(){var r,i=n.idx,o=function(t){return function(){e.writeAttributeString("val",""+i[t])}};if(i&&i.length>0)for(r=0;r<i.length;r++)e.writeLeafElement(t+":idx",o(r))})},i.WriteCT_SeriesLayoutProperties=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){f(o.parentLabelLayout)||i.WriteCT_ParentLabelLayout(e,t,"parentLabelLayout","",o.parentLabelLayout),f(o.regionLabelLayout)||i.WriteCT_RegionLabelLayout(e,t,"regionLabelLayout","",o.regionLabelLayout),f(o.visibility)||i.WriteCT_SeriesElementVisibilities(e,t,"visibility","",o.visibility),f(o.geography)||i.WriteCT_Geography(e,t,"geography","",o.geography),f(o.statistics)||i.WriteCT_Statistics(e,t,"statistics","",o.statistics),f(o.aggregation)||i.WriteCT_Aggregation(e,t,"aggregation"),f(o.binning)||i.WriteCT_Binning(e,t,"binning","",o.binning),f(o.subtotals)||i.WriteCT_Subtotals(e,t,"subtotals","",o.subtotals),f(o.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_DataPoint=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){e.writeAttributeString("idx",""+o.idx)},function(){f(o.spPr)||el(e,"cx","spPr",o.spPr),f(o.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_ExtremeValueColorPosition=function(e,t,r){e.writeLeafElement(t+":"+r,null)},i.WriteCT_NumberColorPosition=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("val",""+n.val)})},i.WriteCT_PercentageColorPosition=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("val",""+n.val)})},i.WriteCT_ValueColorEndPosition=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){f(o.extremeValue)||i.WriteCT_ExtremeValueColorPosition(e,t,"extremeValue"),f(o.number)||i.WriteCT_NumberColorPosition(e,t,"number","",o.number),f(o.percent)||i.WriteCT_PercentageColorPosition(e,t,"percent","",o.percent)})},i.WriteCT_ValueColorMiddlePosition=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){f(o.number)||i.WriteCT_NumberColorPosition(e,t,"number","",o.number),f(o.percent)||i.WriteCT_PercentageColorPosition(e,t,"percent","",o.percent)})},i.WriteCT_ValueColorPositions=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){2!==o.count&&e.writeAttributeString("count",""+o.count)},function(){f(o.min)&&i.WriteCT_ValueColorEndPosition(e,t,"min","",o.min),f(o.mid)&&i.WriteCT_ValueColorMiddlePosition(e,t,"mid","",o.mid),f(o.max)&&i.WriteCT_ValueColorEndPosition(e,t,"max","",o.max)})},i.WriteCT_DataLabelVisibilities=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("seriesName",n.seriesName?"1":"0"),e.writeAttributeString("categoryName",n.categoryName?"1":"0"),e.writeAttributeString("value",n.value?"1":"0")})},i.WriteCT_DataLabel=function(e,t,r,o,a){e.writeElement(t+":"+r,function(){e.writeAttributeString("idx",""+a.idx),e.writeAttributeString("pos",n.ST_DataLabelPos[a.pos])},function(){f(a.numFmt)||i.WriteCT_NumberFormat(e,t,"numFmt","",a.numFmt),f(a.spPr)||el(e,"cx","spPr",a.spPr),f(a.txPr)||rs(e,t,"txPr",a.txPr),f(a.visibility)||i.WriteCT_DataLabelVisibilities(e,t,"visibility","",a.visibility),f(a.separator)||e.writeElementString(t+":separator",""+a.separator),f(a.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",a.extLst)})},i.WriteCT_DataLabelHidden=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("idx",""+n.idx)})},i.WriteCT_DataLabels=function(e,t,r,o,a){e.writeElement(t+":"+r,function(){f(a.pos)||e.writeAttributeString("pos",n.ST_DataLabelPos[a.pos])},function(){var r;if(f(a.numFmt)||i.WriteCT_NumberFormat(e,t,"numFmt","",a.numFmt),f(a.spPr)||el(e,t,"spPr",a.spPr),f(a.txPr)||rs(e,t,"txPr",a.txPr),f(a.visibility)||i.WriteCT_DataLabelVisibilities(e,t,"visibility","",a.visibility),f(a.separator)||e.writeElementString(t+":separator",""+a.separator),!f(a.dataLabel))for(r=0;r<a.dataLabel.length;r++)f(a.dataLabel[r])||i.WriteCT_DataLabel(e,t,"dataLabel","",a.dataLabel[r]);if(!f(a.dataLabelHidden))for(r=0;r<a.dataLabelHidden.length;r++)f(a.dataLabelHidden[r])||i.WriteCT_DataLabelHidden(e,t,"dataLabelHidden","",a.dataLabelHidden[r]);f(a.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",a.extLst)})},i.WriteCT_Series=function(e,t,r,o,a){e.writeElement(t+":"+r,function(){e.writeAttributeString("layoutId",n.ST_SeriesLayout[s.ToST_SeriesLayout(a.layoutId)]),a.hidden!==!1&&void 0!==a.hidden&&e.writeAttributeString("hidden",a.hidden?"1":"0"),f(a.ownerIdx)||e.writeAttributeString("ownerIdx",""+a.ownerIdx),f(a.uniqueId)||e.writeAttributeString("uniqueId",""+a.uniqueId),f(a.formatIdx)||e.writeAttributeString("formatIdx",""+a.formatIdx)},function(){var r;if(f(a.tx)||i.WriteCT_Text(e,t,"tx","",a.tx),f(a.spPr)||el(e,t,"spPr",a.spPr),f(a.valueColors)||i.WriteCT_ValueColors(e,t,"valueColors","",a.valueColors),f(a.valueColorPositions)||i.WriteCT_ValueColorPositions(e,t,"valueColorPositions","",a.valueColorPositions),a.dataPt&&a.dataPt.length>0)for(r=0;r<a.dataPt.length;r++)f(a.dataPt[r])||i.WriteCT_DataPoint(e,t,"dataPt","",a.dataPt[r]);if(f(a.dataLabels)||i.WriteCT_DataLabels(e,t,"dataLabels","",a.dataLabels),f(a.dataId)||i.WriteCT_DataId(e,t,"dataId","",a.dataId),f(a.layoutPr)||i.WriteCT_SeriesLayoutProperties(e,t,"layoutPr","",a.layoutPr),a.axisId&&a.axisId.length>0)for(r=0;r<a.axisId.length;r++)f(a.axisId[r])||i.WriteST_AxisId(e,t,"axisId","",a.axisId[r]);f(a.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",a.extLst)})},i.WriteCT_Legend=function(e,t,r,o,a){e.writeElement(t+":"+r,function(){f(a.legendPos)||5!==a.legendPos?(f(a.legendPos)||e.writeAttributeString("pos",n.ST_2016ChartPosLegend[a.legendPos]),f(a.align)||e.writeAttributeString("align",n.ST_PosAlign[a.align])):(e.writeAttributeString("pos",n.ST_2016ChartPosLegend[n.ST_2016ChartPosLegend.r]),e.writeAttributeString("align",n.ST_PosAlign[n.ST_PosAlign.min])),f(a.overlay)||e.writeAttributeString("overlay",a.overlay?"1":"0")},function(){f(a.spPr)||el(e,t,"spPr",a.spPr),f(a.txPr)||rs(e,t,"txPr",a.txPr),f(a.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",a.extLst)})},i.WriteCT_PlotSurface=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){f(o.spPr)||el(e,t,"spPr",o.spPr),f(o.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_PlotAreaRegion=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){var r;for(f(o.plotSurface)||i.WriteCT_PlotSurface(e,t,"plotSurface","",o.plotSurface),r=0;r<o.series.length;r++)f(o.series[r])||i.WriteCT_Series(e,t,"series","",o.series[r]);f(o.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_PlotArea=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){var r;if(f(o.plotAreaRegion)||i.WriteCT_PlotAreaRegion(e,t,"plotAreaRegion","",o.plotAreaRegion),!f(o.axes))for(r=0;r<o.axes.length;r++)f(o.axes[r])||i.WriteCT_Axis(e,t,"axis","",o.axes[r]);f(o.spPr)||el(e,t,"spPr",o.spPr),f(o.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_Chart=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){f(o.title)||i.WriteCT_ChartTitle(e,t,"title","",o.title),f(o.plotArea)||i.WriteCT_PlotArea(e,t,"plotArea","",o.plotArea),f(o.legend)||i.WriteCT_Legend(e,t,"legend","",o.legend),f(o.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_FormatOverride=function(e,t,r,n,o){e.writeElement(t+":"+r,function(){e.writeAttributeString("idx",""+o.idx)},function(){f(o.spPr)||el(e,t,"spPr",o.spPr),f(o.extLst)||i.WriteCT_ExtensionList(e,t,"extLst","",o.extLst)})},i.WriteCT_FormatOverrides=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){for(var r=0;r<o.fmtOvr.length;r++)f(o.fmtOvr[r])||i.WriteCT_FormatOverride(e,t,"fmtOvr","",o.fmtOvr[r])})},i.WriteCT_HeaderFooter=function(e,t,r,i,n){e.writeElement(t+":"+r,function(){e.writeAttributeString("alignWithMargins",n.alignWithMargins?"1":"0"),e.writeAttributeString("differentOddEven",n.differentOddEven?"1":"0"),e.writeAttributeString("differentFirst",n.differentFirst?"1":"0")},function(){f(n.oddHeader)||e.writeElementString(t+":oddHeader",""+n.oddHeader),f(n.oddFooter)||e.writeElementString(t+":oddFooter",""+n.oddFooter),f(n.evenHeader)||e.writeElementString(t+":evenHeader",""+n.evenHeader),f(n.evenFooter)||e.writeElementString(t+":evenFooter",""+n.evenFooter),f(n.firstHeader)||e.writeElementString(t+":firstHeader",""+n.firstHeader),f(n.firstFooter)||e.writeElementString(t+":firstFooter",""+n.firstFooter)})},i.WriteCT_PageMargins=function(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("l",""+n.l),e.writeAttributeString("r",""+n.r),e.writeAttributeString("t",""+n.t),e.writeAttributeString("b",""+n.b),e.writeAttributeString("header",""+n.header),e.writeAttributeString("footer",""+n.footer)})},i.WriteCT_PageSetup=function(e,t,r,i,o){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString("paperSize",""+o.paperSize),e.writeAttributeString("firstPageNumber",""+o.firstPageNumber),e.writeAttributeString("orientation",n.ST_PageOrientation[o.orientation]),e.writeAttributeString("blackAndWhite",o.blackAndWhite?"1":"0"),e.writeAttributeString("draft",o.draft?"1":"0"),e.writeAttributeString("useFirstPageNumber",o.useFirstPageNumber?"1":"0"),e.writeAttributeString("horizontalDpi",""+o.horizontalDpi),e.writeAttributeString("verticalDpi",""+o.verticalDpi),e.writeAttributeString("copies",""+o.copies)})},i.WriteCT_PrintSettings=function(e,t,r,n,o){e.writeElement(t+":"+r,null,function(){f(o.headerFooter)||i.WriteCT_HeaderFooter(e,t,"headerFooter","",o.headerFooter),f(o.pageMargins)||i.WriteCT_PageMargins(e,t,"pageMargins","",o.pageMargins),f(o.pageSetup)||i.WriteCT_PageSetup(e,t,"pageSetup","",o.pageSetup)})},i.WriteCT_ChartSpace=function(e,r,n,o,a,l){var s=o.chart&&o.chart.plotArea&&o.chart.plotArea.plotAreaRegion&&o.chart.plotArea.plotAreaRegion.series,c=[];s&&s.length>0&&(o.chart.plotArea.plotAreaRegion.series=i.TranstateSeriesDataToId(s,a,l,c)),e.writeElement(r+":"+n,function(){e.writeAttributeString("xmlns:a",t.a),e.writeAttributeString("xmlns:r",t.r),e.writeAttributeString("xmlns:cx",i.cx)},function(){var t=o.chartData||{};t.data=c,f(t)||i.WriteCT_ChartData(e,r,"chartData","",t),f(o.chart)||i.WriteCT_Chart(e,r,"chart","",o.chart),f(o.spPr)||el(e,r,"spPr",o.spPr),f(o.txPr)||rs(e,r,"txPr",o.txPr),f(o.clrMapOvr)||On(e,r,"clrMapOvr",o.clrMapOvr),f(o.fmtOvrs)||i.WriteCT_FormatOverrides(e,r,"fmtOvrs","",o.fmtOvrs),f(o.printSettings)||i.WriteCT_PrintSettings(e,r,"printSettings","",o.printSettings),f(o.extLst)||i.WriteCT_ExtensionList(e,r,"extLst","",o.extLst)})},i.TranstateSeriesDataToId=function(e,t,r,o){var a,l,s,c,u,d,h,p,m=i.TranslateNameSpace(t);for(a=0;a<e.length;a++)l=e[a],s=l.tx&&l.tx.txData&&l.tx.txData.f.formula,s&&(c=m[s],c&&(l.tx.txData.f.formula=c)),u=l.formulaObj||{},h={},(u.numDim||u.strDim)&&(l.dataId={val:a}),u.numDim&&(p=r.length>0?r[r.length-1].name:null,d=this.CreateNameByLastName(p),r.push({name:d,formula:u.numDim,hidden:!0}),h.id=a,h.numDim=[],h.numDim.push({type:n.ST_NumericDimensionType.size,f:{formula:d}})),u.strDim&&(p=r.length>0?r[r.length-1].name:null,d=this.CreateNameByLastName(p),r.push({name:d,formula:u.strDim,hidden:!0}),h.id=h.id||a,h.strDim=[],h.strDim.push({type:n.ST_StringDimensionType.cat,f:{formula:d}})),f(h.id)||o.push(h);return e},i.CreateNameByLastName=function(e){e||(e="0"),e=e.replace(Ge,"");var t=parseInt(e)+1;return Ge+t},i.TranslateNameSpace=function(e){var t,r,i,n={};for(t=0;t<e.length;t++)r=e[t].name,i=e[t].formula,n[i]=r;return n},i.cx="http://schemas.microsoft.com/office/drawing/2014/chartex",t.chart2016Write=i;function lt(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.name)||e.writeAttributeString(p,i.name)},function(){var t=i.dk1,r=i.lt1,n=i.dk2,o=i.lt2,a=i.accent1,l=i.accent2,s=i.accent3,c=i.accent4,u=i.accent5,d=i.accent6,h=i.hlink,p=i.folHlink,m=i.extLst;f(t)||$t(e,ke,"dk1",t),f(r)||$t(e,ke,"lt1",r),f(n)||$t(e,ke,"dk2",n),f(o)||$t(e,ke,"lt2",o),f(a)||$t(e,ke,"accent1",a),f(l)||$t(e,ke,"accent2",l),f(s)||$t(e,ke,"accent3",s),f(c)||$t(e,ke,"accent4",c),f(u)||$t(e,ke,"accent5",u),f(d)||$t(e,ke,"accent6",d),f(h)||$t(e,ke,"hlink",h),f(p)||$t(e,ke,"folHlink",p),f(m)||jt(e,ke,b,m)})}t.WriteCT_ColorScheme=lt;function st(e,t,r,i){e.writeElement(t+":"+r,function(){Oe(i.name)||e.writeAttributeString(p,i.name)},function(){je(e,i)})}t.WriteCT_CustomColor=st;function ct(e,t,r,i){e.writeLeafElement(t+":"+r,function(){var t=i.script,r=i.typeface;f(t)||e.writeAttributeString("script",t),f(r)||e.writeAttributeString("typeface",r)})}t.WriteCT_SupplementalFont=ct;function ut(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.custClr,function(t){st(e,ke,"custClr",t)})})}t.WriteCT_CustomColorList=ut;function ft(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.latin,r=i.ea,n=i.cs,o=i.extLst;f(t)||ds(e,ke,"latin",t),f(r)||ds(e,ke,"ea",r),f(n)||ds(e,ke,"cs",n),Xe(i.font,function(t){ct(e,ke,"font",t)}),f(o)||jt(e,ke,b,o)})}t.WriteCT_FontCollection=ft;function dt(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.effectLst,r=i.effectDag,n=i.scene3d,o=i.sp3d;f(t)||Ta(e,ke,y,t),f(r)||Ca(e,ke,w,r),f(n)||ko(e,ke,O,n),f(o)||Po(e,ke,"sp3d",o)})}t.WriteCT_EffectStyleItem=dt;function ht(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.name)||e.writeAttributeString(p,i.name)},function(){var t=i.majorFont,r=i.minorFont,n=i.extLst;f(t)||ft(e,ke,"majorFont",t),f(r)||ft(e,ke,"minorFont",r),f(n)||jt(e,ke,b,n)})}t.WriteCT_FontScheme=ht;function pt(e,t,r,i){Ye(e,t,r,i)}t.WriteCT_FillStyleList=pt;function mt(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.ln,function(t){$a(e,ke,"ln",t)})})}t.WriteCT_LineStyleList=mt;function gt(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.effectStyle,function(t){dt(e,ke,"effectStyle",t)})})}t.WriteCT_EffectStyleList=gt;function bt(e,t,r,i){Ye(e,t,r,i)}t.WriteCT_BackgroundFillStyleList=bt;function St(e,t,r,i){e.writeElement(t+":"+r,function(){Oe(i.name)||e.writeAttributeString(p,i.name)},function(){var t=i.fillStyleLst,r=i.lnStyleLst,n=i.effectStyleLst,o=i.bgFillStyleLst;f(t)||pt(e,ke,"fillStyleLst",t),f(r)||mt(e,ke,"lnStyleLst",r),f(n)||gt(e,ke,"effectStyleLst",n),f(o)||bt(e,ke,"bgFillStyleLst",o)})}t.WriteCT_StyleMatrix=St;function Ct(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.clrScheme,r=i.fontScheme,n=i.fmtScheme,o=i.extLst;f(t)||lt(e,ke,Y,t),f(r)||ht(e,ke,Z,r),f(n)||St(e,ke,q,n),f(o)||jt(e,ke,b,o)})}t.WriteCT_BaseStyles=Ct;function yt(e){return e.map(function(e){return("00"+e.toString(16)).substr(-2)}).join("")}function wt(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.uri)||e.writeAttributeString("uri",i.uri)},function(){if(f(i.dataObject)||e.writeValue(i.dataObject),0===i.hiddenExtensionType&&ko(e,_e,"hiddenScene3d",i.Scene3d),3===i.hiddenExtensionType&&Po(e,_e,"hiddenSp3d",i.Shape3d),1===i.hiddenExtensionType&&ma(e,_e,"hiddenFill",i.Fill),2===i.hiddenExtensionType&&$a(e,_e,"hiddenLine",i.Line),!f(i.creationId)&&i.creationId.length>0)for(var t=0;t<i.creationId.length;t++)Tt(e,"a16","creationId",i.creationId[t])})}t.WriteCT_OfficeArtExtension=wt;function Tt(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.name)||e.writeAttributeString("xmlns:a16",""+i.name),f(i.id)||e.writeAttributeString("id",""+i.id)})}t.WriteCT_creationId=Tt;function vt(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_Angle=vt;function xt(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_PositiveFixedAngle=xt;function At(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_Percentage=At;function kt(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_PositivePercentage=kt;function Et(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_FixedPercentage=Et;function It(e,t,r,i){e.writeLeafElement(t+":"+r,function(){var t,r,n=i;f(n)||(t=""+n,r=t.indexOf("."),r!==-1&&t.length>r+3&&(t=Pt(n)),e.writeAttributeString(h,t))})}function Pt(e){var t,r=e.toFixed(2),i=r.substr(-2);return"0"===i[1]&&(t=1,"0"===i[0]&&(t=3),r=r.substr(0,r.length-t)),r}t.WriteCT_PositiveFixedPercentage=It;function Lt(e,t,r,i){ze(e,t,r,i,"n","d")}t.WriteCT_Ratio=Lt;function Ft(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){f(n)&&(n=!0);var t=i.x,r=i.y;f(t)||(n&&(t=l(t)),e.writeAttributeString("x",t)),f(r)||(n&&(r=l(r)),e.writeAttributeString("y",r))})}t.WriteCT_Point2D=Ft;function Rt(e,t,r,i,n){e.writeLeafElement(t+":"+r,function(){f(n)&&(n=!0);var t=i.cx,r=i.cy;f(t)||(n&&(t=l(t)),e.writeAttributeString("cx",t)),f(r)||(n&&(r=l(r)),e.writeAttributeString("cy",r))})}t.WriteCT_PositiveSize2D=Rt;function _t(e,t,r){He(e,t,r)}t.WriteCT_ComplementTransform=_t;function Bt(e,t,r){He(e,t,r)}t.WriteCT_InverseTransform=Bt;function Mt(e,t,r){He(e,t,r)}t.WriteCT_GrayscaleTransform=Mt;function Dt(e,t,r){He(e,t,r)}t.WriteCT_GammaTransform=Dt;function Nt(e,t,r){He(e,t,r)}t.WriteCT_InverseGammaTransform=Nt;function Gt(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.r)||e.writeAttributeString(Ie,i.r),f(i.g)||e.writeAttributeString("g",i.g),f(i.b)||e.writeAttributeString("b",i.b)},function(){Ze(e,i)})}t.WriteCT_ScRgbColor=Gt;function Ot(e,t,r,i){e.writeElement(t+":"+r,function(){var t,r=i.val;f(r)||(t="string"==typeof r?r:yt(r),e.writeAttributeString(h,t))},function(){Ze(e,i)})}t.WriteCT_SRgbColor=Ot;function Ht(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.hue1)||e.writeAttributeString("hue",i.hue1),f(i.sat1)||e.writeAttributeString("sat",i.sat1),f(i.lum1)||e.writeAttributeString("lum",i.lum1)},function(){Ze(e,i)})}t.WriteCT_HslColor=Ht;function Ut(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.val)||e.writeAttributeString(h,n.ST_SystemColorVal[s.ToST_SystemColorVal(i.val)]),f(i.lastClr)||e.writeAttributeString("lastClr",yt(i.lastClr))},function(){Ze(e,i)})}t.WriteCT_SystemColor=Ut;function Wt(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.val)||e.writeAttributeString(h,n.ST_SchemeColorVal[s.ToST_SchemeColorVal(i.val)])},function(){Ze(e,i)})}t.WriteCT_SchemeColor=Wt;function Vt(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.val)||e.writeAttributeString(h,n.ST_PresetColorVal[i.val])},function(){Ze(e,i)})}t.WriteCT_PresetColor=Vt;function zt(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.val)||e.writeAttributeString(h,n.ST_StyleColorVal[i.val])},function(){Ze(e,i)})}t.WriteCT_StyleColor=zt;function jt(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.ext,function(t){f(t.uri)&&(t.uri="{96DAC541-7B7A-43D3-8B79-37D633B846F1}"),wt(e,ke,x,t)})})}t.WriteCT_OfficeArtExtensionList=jt;function Kt(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.sx)||Lt(e,ke,"sx",i.sx),f(i.sy)||Lt(e,ke,"sy",i.sy)})}t.WriteCT_Scale2D=Kt;function Yt(e,t,r,i,n){e.writeElement(t+":"+r,function(){if(!n){var t=i.rot;f(t)||0===t||e.writeAttributeString("rot",parseInt(t)),i.flipH===!0&&e.writeAttributeString("flipH","1"),i.flipV===!0&&e.writeAttributeString("flipV","1")}},function(){var t,r;n?(Ft(e,ke,"off",{x:0,y:0},!0),Rt(e,ke,x,{cx:0,cy:0},!0)):(t=i.off,f(t)||(f(t.x)&&(t.x=0),f(t.y)&&(t.y=0),Ft(e,ke,"off",t,!0)),r=i.ext,f(r)||(f(r.cx)&&(r.cx=0),f(r.cy)&&(r.cy=0),Rt(e,ke,x,r,!0)))})}t.WriteCT_Transform2D=Yt;function Zt(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.rot;f(t)||0===t||e.writeAttributeString("rot",parseInt(t)),i.flipH===!0&&e.writeAttributeString("flipH","1"),i.flipV===!0&&e.writeAttributeString("flipV","1")},function(){var t=i.off,r=i.ext,n=i.chOff,o=i.chExt;f(t)||(f(t.x)&&(t.x=0),f(t.y)&&(t.y=0),Ft(e,ke,"off",t,!0)),f(r)||(f(r.cx)&&(r.cx=0),f(r.cy)&&(r.cy=0),Rt(e,ke,x,r,!0)),f(n)||Ft(e,ke,"chOff",n,!0),f(o)||Rt(e,ke,"chExt",o,!0)})}t.WriteCT_GroupTransform2D=Zt;function qt(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.x)||e.writeAttributeString("x",i.x),f(i.y)||e.writeAttributeString("y",i.y),f(i.z)||e.writeAttributeString("z",i.z)})}t.WriteCT_Point3D=qt;function Jt(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.dx)||e.writeAttributeString("dx",i.dx),f(i.dy)||e.writeAttributeString("dy",i.dy),f(i.dz)||e.writeAttributeString("dz",i.dz)})}t.WriteCT_Vector3D=Jt;function Qt(e,t,r,i){var n=!f(i.lat),o=!f(i.lon),a=!f(i.rev);(n||o||a)&&e.writeLeafElement(t+":"+r,function(){n&&e.writeAttributeString("lat",i.lat),o&&e.writeAttributeString("lon",i.lon),a&&e.writeAttributeString("rev",i.rev)})}t.WriteCT_SphereCoords=Qt;function Xt(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.l)||0===i.l||e.writeAttributeString("l",i.l),f(i.t)||0===i.t||e.writeAttributeString("t",i.t),f(i.r)||0===i.r||e.writeAttributeString(Ie,i.r),f(i.b)||0===i.b||e.writeAttributeString("b",i.b)})}t.WriteCT_RelativeRect=Xt;function $t(e,t,r,i){e.writeElement(t+":"+r,function(){je(e,i)})}t.WriteCT_Color=$t;function er(e,t,r,i){e.writeElement(t+":"+r,function(){i.scrgbClr?Xe(i.scrgbClr,function(t){Gt(e,ke,A,t)}):i.srgbClr?Xe(i.srgbClr,function(t){Ot(e,ke,k,t)}):i.hslClr?Xe(i.hslClr,function(t){Ht(e,ke,E,t)}):i.sysClr?Xe(i.sysClr,function(t){Ut(e,ke,I,t)}):i.schemeClr?Xe(i.schemeClr,function(t){Wt(e,ke,P,t)}):i.prstClr&&Xe(i.prstClr,function(t){Vt(e,ke,L,t)})})}t.WriteCT_ColorMRU=er;function tr(e,t,r,i){e.writeLeafElement(t+":"+r,function(){var t=i.embed,r=i.name;f(t)||e.writeAttributeString("embed",t),Oe(r)||e.writeAttributeString(p,r),i.builtIn===!0&&e.writeAttributeString("builtIn","1")})}t.WriteCT_EmbeddedWAVAudioFile=tr;function rr(e,r,i,n){e.writeElement(r+":"+i,function(){var r=n.action,i=n.tgtFrame,o=n.tooltip;e.writeAttributeString("xmlns:r",t.r),f(n.id)||e.writeAttributeString("id",n.id),Oe(r)||e.writeAttributeString("action",n.action),Oe(i)||e.writeAttributeString("tgtFrame",i),Oe(o)||e.writeAttributeString("tooltip",o),n.history===!1&&e.writeAttributeString("history","0"),n.highlightClick===!0&&e.writeAttributeString("highlightClick","1"),n.endSnd===!0&&e.writeAttributeString("endSnd","1")},function(){f(n.snd)||tr(e,ke,"snd",n.snd),f(n.extLst)||jt(e,ke,b,n.extLst)})}t.WriteCT_Hyperlink=rr;function ir(e,t,r,i){e.writeLeafElement(t+":"+r,function(){e.writeAttributeString(h,i?"1":"0")})}t.WriteCT_Boolean=ir;function nr(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_Double=nr;function or(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_UnsignedInt=or;function ar(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_Int=ar;function lr(e,t,r,i){Ue(e,t,r,i.id,"id")}t.WriteCT_RelId=lr;function sr(e,r,i,n){e.writeElement(r+":"+i,function(){f(n.uri)||e.writeAttributeString("uri",n.uri),e.writeAttributeString("xmlns:c14",t.c14)},function(){var t=n.dataObject;t&&(0===t.extDataType?Gn(e,Be,"invertSolidFillFmt",t):1===t.extDataType?$n(e,Fe,"datalabelsRange",t):2===t.extDataType&&Tn(e,Re,"dataDisplayOptions16",t))})}t.WriteCT_Extension=sr;function cr(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.ext,function(t){sr(e,Be,x,t)})})}t.WriteCT_ExtensionList=cr;function ur(e,t,r,i,n){e.writeElement(t+":"+r,function(){f(n)||e.writeAttributeString("idx",n)},function(){if(!f(i)){var t=i.replace(/,/g,"");e.writeElementString("c:v",t)}})}t.WriteCT_NumVal=ur;function fr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.ptCount,r=i.extLst;f(i.formatCode)||e.writeElementString("c:formatCode",u(i.formatCode)),f(t)||or(e,Le,"ptCount",t),Xe(i.pt,function(t,r){ur(e,Le,"pt",t,r)}),f(r)||cr(e,Le,b,r)})}t.WriteCT_NumData=fr;function dr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.numCache,r=i.extLst;f(i.f)||e.writeElementString("c:f",u(i.f)),f(t)||fr(e,Le,"numCache",t),f(r)||cr(e,Le,b,r)})}t.WriteCT_NumRef=dr;function hr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.numRef,r=i.numLit;f(t)||dr(e,Le,"numRef",t),f(r)||fr(e,Le,"numLit",r)})}t.WriteCT_NumDataSource=hr;function pr(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.idx)||e.writeAttributeString("idx",i.idx)},function(){f(i.v)||e.writeElementString("c:v",u(i.v))})}t.WriteCT_StrVal=pr;function mr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.ptCount,r=i.extLst;f(t)||or(e,Le,"ptCount",t),Xe(i.pt,function(t,r){pr(e,Le,"pt",{idx:r,v:t})}),f(r)||cr(e,Le,b,r)})}t.WriteCT_StrData=mr;function gr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.extLst;f(i.f)||e.writeElementString("c:f",u(i.f)),f(t)||cr(e,Le,b,t)})}t.WriteCT_StrRef=gr;function br(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.strRef,r=i.rich;f(t)||gr(e,Le,"strRef",t),f(r)||rs(e,Le,"rich",r)})}t.WriteCT_Tx=br;function Sr(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_TextLanguageID=Sr;function Cr(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.pt,function(t){pr(e,Le,"pt",t)})})}t.WriteCT_Lvl=Cr;function yr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.ptCount,r=i.extLst;f(t)||or(e,Le,"ptCount",t),Xe(i.lvl,function(t){mr(e,Le,"lvl",t)}),f(r)||cr(e,Le,b,r)})}t.WriteCT_MultiLvlStrData=yr;function wr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.multiLvlStrCache,r=i.extLst;f(i.f)||e.writeElementString("c:f",u(i.f)),f(t)||yr(e,Le,"multiLvlStrCache",t),f(r)||cr(e,Le,b,r)})}t.WriteCT_MultiLvlStrRef=wr;function Tr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.multiLvlStrRef,r=i.numRef,n=i.numLit,o=i.strRef,a=i.strLit;f(t)||wr(e,Le,"multiLvlStrRef",t),f(r)||dr(e,Le,"numRef",r),f(n)||fr(e,Le,"numLit",n),f(o)||gr(e,Le,"strRef",o),f(a)||mr(e,Le,"strLit",a)})}t.WriteCT_AxDataSource=Tr;function vr(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.strRef)||gr(e,Le,"strRef",i.strRef),f(i.v)||e.writeElementString("c:v",i.v)})}t.WriteCT_SerTx=vr;function xr(e,t,r,i){Ue(e,t,r,i,h,1,n.ST_LayoutTarget)}t.WriteCT_LayoutTarget=xr;function Ar(e,t,r,i){Ue(e,t,r,i,h,1,n.ST_LayoutMode)}t.WriteCT_LayoutMode=Ar;function kr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.layoutTarget,r=i.xMode,n=i.yMode,o=i.wMode,a=i.hMode,l=i.extLst;f(t)||xr(e,Le,"layoutTarget",t),f(r)||Ar(e,Le,"xMode",r),f(n)||Ar(e,Le,"yMode",n),f(o)||Ar(e,Le,"wMode",o),f(a)||Ar(e,Le,"hMode",a),f(i.x)||nr(e,Le,"x",i.x),f(i.y)||nr(e,Le,"y",i.y),f(i.w)||nr(e,Le,"w",i.w),f(i.h)||nr(e,Le,"h",i.h),f(l)||cr(e,Le,b,l)})}t.WriteCT_ManualLayout=kr;function Er(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.manualLayout,r=i.extLst;f(t)||kr(e,Le,"manualLayout",t),f(r)||cr(e,Le,b,r)})}t.WriteCT_Layout=Er;function Ir(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.tx,r=i.layout,n=i.overlay,o=i.spPr,a=i.txPr,l=i.extLst;f(t)||br(e,Le,"tx",t),f(r)||Er(e,Le,J,r),f(n)||ir(e,Le,"overlay",n),f(o)||el(e,Le,H,o),f(a)||rs(e,Le,U,a),f(l)||cr(e,Le,b,l)})}t.WriteCT_Title=Ir;function Pr(e,t,r,i){Ue(e,t,r,i,h,0)}t.WriteCT_RotX=Pr;function Lr(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_HPercent=Lr;function Fr(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_RotY=Fr;function Rr(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_DepthPercent=Rr;function _r(e,t,r,i){Ue(e,t,r,i,h,30)}t.WriteCT_Perspective=_r;function Br(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.rotX,r=i.hPercent,n=i.rotY,o=i.depthPercent,a=i.rAngAx,l=i.perspective,s=i.extLst;f(t)||Pr(e,Le,"rotX",t),f(r)||Lr(e,Le,"hPercent",r),f(n)||Fr(e,Le,"rotY",n),f(o)||Rr(e,Le,"depthPercent",o),f(a)||ir(e,Le,"rAngAx",a),f(l)||_r(e,Le,"perspective",l),f(s)||cr(e,Le,b,s)})}t.WriteCT_View3D=Br;function Mr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.thickness,r=i.spPr,n=i.pictureOptions,o=i.extLst;f(t)||or(e,Le,"thickness",t),f(r)||el(e,Le,H,r),f(n)||nn(e,Le,Q,n),f(o)||cr(e,Le,b,o)})}t.WriteCT_Surface=Mr;function Dr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.showHorzBorder,r=i.showVertBorder,n=i.showOutline,o=i.showKeys,a=i.spPr,l=i.txPr,s=i.extLst;f(t)||ir(e,Le,"showHorzBorder",t),f(r)||ir(e,Le,"showVertBorder",r),f(n)||ir(e,Le,"showOutline",n),
- f(o)||ir(e,Le,"showKeys",o),f(a)||el(e,Le,H,a),f(l)||rs(e,Le,U,l),f(s)||cr(e,Le,b,s)})}t.WriteCT_DTable=Dr;function Nr(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_GapAmount=Nr;function Gr(e,t,r,i){Ue(e,t,r,i,h,0)}t.WriteCT_Overlap=Gr;function Or(e,t,r,i){Ue(e,t,r,i,h,100)}t.WriteCT_BubbleScale=Or;function Hr(e,t,r,i){Ue(e,t,r,i,h,0,n.ST_SizeRepresents)}t.WriteCT_SizeRepresents=Hr;function Ur(e,t,r,i){Ue(e,t,r,i,h,0)}t.WriteCT_FirstSliceAng=Ur;function Wr(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_HoleSize=Wr;function Vr(e,t,r,i){Ue(e,t,r,i,h,0,n.ST_SplitType,s.ToST_SplitType)}t.WriteCT_SplitType=Vr;function zr(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.secondPiePt,function(t){or(e,Le,"secondPiePt",t)})})}t.WriteCT_CustSplit=zr;function jr(e,t,r,i){Ue(e,t,r,i,h,75)}t.WriteCT_SecondPieSize=jr;function Kr(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.formatCode)||e.writeAttributeString("formatCode",u(i.formatCode)),i.sourceLinked===!1&&e.writeAttributeString("sourceLinked","0")})}t.WriteCT_NumFmt=Kr;function Yr(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_LblAlgn)}t.WriteCT_LblAlgn=Yr;function Zr(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_DLblPos)}t.WriteCT_DLblPos=Zr;function qr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.idx,r=i.delete,n=i.layout,o=i.tx,a=i.extLst;f(t)||or(e,Le,"idx",t),f(r)||ir(e,Le,G,r),f(n)||Er(e,Le,J,n),f(o)||br(e,Le,"tx",o),rt(e,i),f(a)||_n(e,Le,b,a)})}t.WriteCT_DLbl=qr;function Jr(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.delete,r=i.showLeaderLines,n=i.leaderLines,o=i.extLst;Xe(i.dLbl,function(t){qr(e,Le,"dLbl",t)}),f(t)||ir(e,Le,G,t),rt(e,i),f(r)||ir(e,Le,"showLeaderLines",r),f(n)||wi(e,Le,"leaderLines",n),f(o)||Mn(e,Le,b,o)})}t.WriteCT_DLbls=Jr;function Qr(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_MarkerStyle,s.ToST_MarkerStyle)}t.WriteCT_MarkerStyle=Qr;function Xr(e,t,r,i){var n=Math.min(72,Math.round(a.pixelToPoint(i)));Ue(e,t,r,n,h)}t.WriteCT_MarkerSize=Xr;function $r(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.symbol,r=i.size,n=i.spPr,o=i.extLst;f(t)||Qr(e,Le,"symbol",t),f(r)||Xr(e,Le,"size",r),f(n)||el(e,Le,H,n),f(o)||cr(e,Le,b,o)})}t.WriteCT_Marker=$r;function ei(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.idx,r=i.invertIfNegative,n=i.marker,o=i.bubble3D,a=i.explosion,l=i.spPr,s=i.pictureOptions,c=i.extLst;f(t)||or(e,Le,"idx",t),f(r)||ir(e,Le,W,r),f(n)||$r(e,Le,z,n),f(o)||ir(e,Le,V,o),f(a)||or(e,Le,"explosion",a),f(l)||el(e,Le,H,l),f(s)||nn(e,Le,Q,s),f(c)||cr(e,Le,b,c)})}t.WriteCT_DPt=ei;function ti(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_TrendlineType)}t.WriteCT_TrendlineType=ti;function ri(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_Order=ri;function ii(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_Period=ii;function ni(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.layout,r=i.tx,n=i.numFmt,o=i.spPr,a=i.txPr,l=i.extLst;f(t)||Er(e,Le,J,t),f(r)||br(e,Le,"tx",r),f(n)||Kr(e,Le,he,n),f(o)||el(e,Le,H,o),f(a)||rs(e,Le,U,a),f(l)||cr(e,Le,b,l)})}t.WriteCT_TrendlineLbl=ni;function oi(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.spPr,r=i.trendlineType,n=i.order,o=i.period,a=i.forward,l=i.backward,s=i.intercept,c=i.dispRSqr,u=i.dispEq,d=i.trendlineLbl,h=i.extLst;f(i.name)||e.writeElementString("c:name",i.name),f(t)||el(e,Le,H,t),f(r)||ti(e,Le,"trendlineType",r),f(n)||ri(e,Le,X,n),f(o)||ii(e,Le,"period",o),f(a)||nr(e,Le,"forward",a),f(l)||nr(e,Le,"backward",l),f(s)||nr(e,Le,"intercept",s),f(c)||ir(e,Le,"dispRSqr",c),f(u)||ir(e,Le,"dispEq",u),f(d)||ni(e,Le,"trendlineLbl",d),f(h)||cr(e,Le,b,h)})}t.WriteCT_Trendline=oi;function ai(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_ErrDir)}t.WriteCT_ErrDir=ai;function li(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_ErrBarType)}t.WriteCT_ErrBarType=li;function si(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_ErrValType)}t.WriteCT_ErrValType=si;function ci(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.errDir,r=i.errBarType,n=i.errValType,o=i.noEndCap,a=i.plus,l=i.minus,s=i.val,c=i.spPr,u=i.extLst;f(t)||ai(e,Le,"errDir",t),f(r)||li(e,Le,"errBarType",r),f(n)||si(e,Le,"errValType",n),f(o)||ir(e,Le,"noEndCap",o),f(a)||hr(e,Le,"plus",a),f(l)||hr(e,Le,"minus",l),f(s)||nr(e,Le,h,s),f(c)||el(e,Le,H,c),f(u)||cr(e,Le,b,u)})}t.WriteCT_ErrBars=ci;function ui(e,t,r,i){We(e,t,r,i,el,Le,H)}t.WriteCT_UpDownBar=ui;function fi(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.gapWidth,r=i.upBars,n=i.downBars,o=i.extLst;f(t)||Nr(e,Le,$,t),f(r)||ui(e,Le,"upBars",r),f(n)||ui(e,Le,"downBars",n),f(o)||cr(e,Le,b,o)})}t.WriteCT_UpDownBars=fi;function di(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.cat,r=i.val;$e(e,i),f(t)||Tr(e,Le,"cat",t),f(r)||hr(e,Le,h,r)})}t.WriteCT_LineSer=di;function hi(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.xVal,r=i.yVal;$e(e,i),f(t)||Tr(e,Le,"xVal",t),f(r)||hr(e,Le,"yVal",r)})}t.WriteCT_ScatterSer=hi;function pi(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.idx,r=i.order,n=i.tx,o=i.spPr,a=i.marker,l=i.dLbls,s=i.cat,c=i.val,u=i.extLst;f(t)||or(e,Le,"idx",t),f(r)||or(e,Le,X,r),f(n)||vr(e,Le,"tx",n),f(o)||el(e,Le,H,o),f(a)||$r(e,Le,z,a),Xe(i.dPt,function(t){ei(e,Le,"dPt",t)}),f(l)||Jr(e,Le,ee,l),f(s)||Tr(e,Le,"cat",s),f(c)||hr(e,Le,h,c),f(u)||cr(e,Le,b,u)})}t.WriteCT_RadarSer=pi;function mi(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.invertIfNegative,r=i.shape;et(e,i),f(t)||ir(e,Le,W,t),f(r)||Fi(e,Le,"shape",r)})}t.WriteCT_BarSer=mi;function gi(e,t,r,i){e.writeElement(t+":"+r,function(){et(e,i)})}t.WriteCT_AreaSer=gi;function bi(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.idx,r=i.order,n=i.tx,o=i.spPr,a=i.explosion,l=i.dLbls,s=i.cat,c=i.val,u=i.extLst;f(t)||or(e,Le,"idx",t),f(r)||or(e,Le,X,r),f(n)||vr(e,Le,"tx",n),f(o)||el(e,Le,H,o),f(a)||or(e,Le,"explosion",a),Xe(i.dPt,function(t){ei(e,Le,"dPt",t)}),f(l)||Jr(e,Le,ee,l),f(s)||Tr(e,Le,"cat",s),f(c)||hr(e,Le,h,c),f(u)||cr(e,Le,b,u)})}t.WriteCT_PieSer=bi;function Si(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.idx,r=i.order,n=i.tx,o=i.spPr,a=i.invertIfNegative,l=i.dLbls,s=i.xVal,c=i.yVal,u=i.bubbleSize,d=i.bubble3D,h=i.extLst;f(t)||or(e,Le,"idx",t),f(r)||or(e,Le,X,r),f(n)||vr(e,Le,"tx",n),f(o)||el(e,Le,H,o),f(a)||ir(e,Le,W,a),Xe(i.dPt,function(t){ei(e,Le,"dPt",t)}),f(l)||Jr(e,Le,ee,l),Xe(i.trendline,function(t){oi(e,Le,te,t)}),Xe(i.errBars,function(t){ci(e,Le,re,t)}),f(s)||Tr(e,Le,"xVal",s),f(c)||hr(e,Le,"yVal",c),f(u)||hr(e,Le,"bubbleSize",u),f(d)||ir(e,Le,V,d),f(h)||cr(e,Le,b,h)})}t.WriteCT_BubbleSer=Si;function Ci(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.idx,r=i.order,n=i.tx,o=i.spPr,a=i.cat,l=i.val,s=i.extLst;f(t)||or(e,Le,"idx",t),f(r)||or(e,Le,X,r),f(n)||vr(e,Le,"tx",n),f(o)||el(e,Le,H,o),f(a)||Tr(e,Le,"cat",a),f(l)||hr(e,Le,h,l),f(s)||cr(e,Le,b,s)})}t.WriteCT_SurfaceSer=Ci;function yi(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_Grouping)}t.WriteCT_Grouping=yi;function wi(e,t,r,i){We(e,t,r,i,el,Le,H)}t.WriteCT_ChartLines=wi;function Ti(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.grouping,r=i.varyColors,n=i.dLbls,o=i.dropLines,a=i.hiLowLines,l=i.upDownBars,s=i.marker,c=i.smooth,u=i.extLst;f(t)||yi(e,Le,ae,t),f(r)||ir(e,Le,le,r),Xe(i.ser,function(t){di(e,Le,ie,t)}),f(n)||Jr(e,Le,ee,n),f(o)||wi(e,Le,ne,o),f(a)||wi(e,Le,"hiLowLines",a),f(l)||fi(e,Le,"upDownBars",l),f(s)||ir(e,Le,z,s),f(c)||ir(e,Le,"smooth",c),Xe(i.axId,function(t){ar(e,Le,oe,t)}),f(u)||cr(e,Le,b,u)})}t.WriteCT_LineChart=Ti;function vi(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.grouping,r=i.varyColors,n=i.dLbls,o=i.dropLines,a=i.gapDepth,l=i.extLst;f(t)||yi(e,Le,ae,t),f(r)||ir(e,Le,le,r),Xe(i.ser,function(t){di(e,Le,ie,t)}),f(n)||Jr(e,Le,ee,n),f(o)||wi(e,Le,ne,o),f(a)||Nr(e,Le,"gapDepth",a),Xe(i.axId,function(t){ar(e,Le,oe,t)}),f(l)||cr(e,Le,b,l)})}t.WriteCT_Line3DChart=vi;function xi(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.dLbls,r=i.dropLines,n=i.hiLowLines,o=i.upDownBars,a=i.extLst;Xe(i.ser,function(t){di(e,Le,ie,t)}),f(t)||Jr(e,Le,ee,t),f(r)||wi(e,Le,ne,r),f(n)||wi(e,Le,"hiLowLines",n),f(o)||fi(e,Le,"upDownBars",o),Xe(i.axId,function(t){ar(e,Le,oe,t)}),f(a)||cr(e,Le,b,a)})}t.WriteCT_StockChart=xi;function Ai(e,t,r,i){Ue(e,t,r,i,h,3,n.ST_ScatterStyle)}t.WriteCT_ScatterStyle=Ai;function ki(e,t,r,i){e.writeElement(t+":"+r,function(){var t,r=i.scatterStyle,n=i.varyColors,o=i.dLbls,a=i.extLst;f(r)||(t=r,1===t||3===t?r=2:4===t&&(r=5),Ai(e,Le,"scatterStyle",r)),f(n)||ir(e,Le,le,n),Xe(i.ser,function(t){hi(e,Le,ie,t)}),f(o)||Jr(e,Le,ee,o),Xe(i.axId,function(t){ar(e,Le,oe,t)}),f(a)||cr(e,Le,b,a)})}t.WriteCT_ScatterChart=ki;function Ei(e,t,r,i){Ue(e,t,r,i,h,0,n.ST_RadarStyle)}t.WriteCT_RadarStyle=Ei;function Ii(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.radarStyle,r=i.varyColors,n=i.dLbls,o=i.extLst;f(t)||Ei(e,Le,"radarStyle",t),f(r)||ir(e,Le,le,r),Xe(i.ser,function(t){pi(e,Le,ie,t)}),f(n)||Jr(e,Le,ee,n),Xe(i.axId,function(t){ar(e,Le,oe,t)}),f(o)||cr(e,Le,b,o)})}t.WriteCT_RadarChart=Ii;function Pi(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_BarGrouping)}t.WriteCT_BarGrouping=Pi;function Li(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_BarDir)}t.WriteCT_BarDir=Li;function Fi(e,t,r,i){Ue(e,t,r,i,h,2,n.ST_Shape)}t.WriteCT_ShapeBox=Fi;function Ri(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.barDir,r=i.grouping,n=i.varyColors,o=i.dLbls,a=i.gapWidth,l=i.overlap,s=i.extLst;f(t)||Li(e,Le,"barDir",t),f(r)||Pi(e,Le,ae,r),f(n)||ir(e,Le,le,n),Xe(i.ser,function(t){mi(e,Le,ie,t)}),f(o)||Jr(e,Le,ee,o),f(a)||Nr(e,Le,$,a),f(l)||Gr(e,Le,"overlap",l),Xe(i.serLines,function(t){wi(e,Le,"serLines",t)}),Xe(i.axId,function(t){ar(e,Le,oe,t)}),f(s)||cr(e,Le,b,s)})}t.WriteCT_BarChart=Ri;function _i(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.barDir,r=i.grouping,n=i.varyColors,o=i.dLbls,a=i.gapWidth,l=i.gapDepth,s=i.shape,c=i.extLst;f(t)||Li(e,Le,"barDir",t),f(r)||Pi(e,Le,ae,r),f(n)||ir(e,Le,le,n),Xe(i.ser,function(t){mi(e,Le,ie,t)}),f(o)||Jr(e,Le,ee,o),f(a)||Nr(e,Le,$,a),f(l)||Nr(e,Le,"gapDepth",l),f(s)||Fi(e,Le,"shape",s),Xe(i.axId,function(t){ar(e,Le,oe,t)}),f(c)||cr(e,Le,b,c)})}t.WriteCT_Bar3DChart=_i;function Bi(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.grouping,r=i.varyColors,n=i.dLbls,o=i.dropLines,a=i.extLst;f(t)||yi(e,Le,ae,t),f(r)||ir(e,Le,le,r),Xe(i.ser,function(t){gi(e,Le,ie,t)}),f(n)||Jr(e,Le,ee,n),f(o)||wi(e,Le,ne,o),Xe(i.axId,function(t){ar(e,Le,oe,t)}),f(a)||cr(e,Le,b,a)})}t.WriteCT_AreaChart=Bi;function Mi(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.grouping,r=i.varyColors,n=i.dLbls,o=i.dropLines,a=i.gapDepth,l=i.extLst;f(t)||yi(e,Le,ae,t),f(r)||ir(e,Le,le,r),Xe(i.ser,function(t){gi(e,Le,ie,t)}),f(n)||Jr(e,Le,ee,n),f(o)||wi(e,Le,ne,o),f(a)||Nr(e,Le,"gapDepth",a),Xe(i.axId,function(t){ar(e,Le,oe,t)}),f(l)||cr(e,Le,b,l)})}t.WriteCT_Area3DChart=Mi;function Di(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.varyColors,r=i.dLbls,n=i.firstSliceAng,o=i.extLst;f(t)||ir(e,Le,le,t),Xe(i.ser,function(t){bi(e,Le,ie,t)}),f(r)||Jr(e,Le,ee,r),f(n)||Ur(e,Le,"firstSliceAng",n),f(o)||cr(e,Le,b,o)})}t.WriteCT_PieChart=Di;function Ni(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.varyColors,r=i.dLbls,n=i.extLst;f(t)||ir(e,Le,le,t),Xe(i.ser,function(t){bi(e,Le,ie,t)}),f(r)||Jr(e,Le,ee,r),f(n)||cr(e,Le,b,n)})}t.WriteCT_Pie3DChart=Ni;function Gi(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.varyColors,r=i.dLbls,n=i.firstSliceAng,o=i.holeSize,a=i.extLst;f(t)||ir(e,Le,le,t),Xe(i.ser,function(t){bi(e,Le,ie,t)}),f(r)||Jr(e,Le,ee,r),f(n)||Ur(e,Le,"firstSliceAng",n),f(o)||Wr(e,Le,"holeSize",o),f(a)||cr(e,Le,b,a)})}t.WriteCT_DoughnutChart=Gi;function Oi(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_OfPieType)}t.WriteCT_OfPieType=Oi;function Hi(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.ofPieType,r=i.varyColors,n=i.dLbls,o=i.gapWidth,a=i.splitType,l=i.splitPos,s=i.custSplit,c=i.secondPieSize,u=i.extLst;f(t)||Oi(e,Le,"ofPieType",t),f(r)||ir(e,Le,le,r),Xe(i.ser,function(t){bi(e,Le,ie,t)}),f(n)||Jr(e,Le,ee,n),f(o)||Nr(e,Le,$,o),f(a)||Vr(e,Le,"splitType",a),f(l)||nr(e,Le,"splitPos",l),f(s)||zr(e,Le,"custSplit",s),f(c)||jr(e,Le,"secondPieSize",c),Xe(i.serLines,function(t){wi(e,Le,"serLines",t)}),f(u)||cr(e,Le,b,u)})}t.WriteCT_OfPieChart=Hi;function Ui(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.varyColors,r=i.dLbls,n=i.bubble3D,o=i.bubbleScale,a=i.showNegBubbles,l=i.sizeRepresents,s=i.extLst;f(t)||ir(e,Le,le,t),Xe(i.ser,function(t){Si(e,Le,ie,t)}),f(r)||Jr(e,Le,ee,r),f(n)||ir(e,Le,V,n),f(o)||Or(e,Le,"bubbleScale",o),f(a)||ir(e,Le,"showNegBubbles",a),f(l)||Hr(e,Le,"sizeRepresents",l),Xe(i.axId,function(t){ar(e,Le,oe,t)}),f(s)||cr(e,Le,b,s)})}t.WriteCT_BubbleChart=Ui;function Wi(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.idx)||or(e,Le,"idx",i.idx),f(i.spPr)||el(e,Le,H,i.spPr)})}t.WriteCT_BandFmt=Wi;function Vi(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.bandFmt,function(t){Wi(e,Le,"bandFmt",t)})})}t.WriteCT_BandFmts=Vi;function zi(e,t,r,i){qe(e,t,r,i)}t.WriteCT_SurfaceChart=zi;function ji(e,t,r,i){qe(e,t,r,i)}t.WriteCT_Surface3DChart=ji;function Ki(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_AxPos)}t.WriteCT_AxPos=Ki;function Yi(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_Crosses,s.ToST_Crosses)}t.WriteCT_Crosses=Yi;function Zi(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_CrossBetween)}t.WriteCT_CrossBetween=Zi;function qi(e,t,r,i){Ue(e,t,r,i,h,0,n.ST_TickMark)}t.WriteCT_TickMark=qi;function Ji(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_TickLblPos)}t.WriteCT_TickLblPos=Ji;function Qi(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_Skip=Qi;function Xi(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_TimeUnit)}t.WriteCT_TimeUnit=Xi;function $i(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_AxisUnit=$i;function en(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_BuiltInUnit,s.ToST_BuiltInUnit)}t.WriteCT_BuiltInUnit=en;function tn(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_PictureFormat)}t.WriteCT_PictureFormat=tn;function rn(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_PictureStackUnit=rn;function nn(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.applyToFront,r=i.applyToSides,n=i.applyToEnd,o=i.pictureFormat,a=i.pictureStackUnit;f(t)||ir(e,Le,"applyToFront",t),f(r)||ir(e,Le,"applyToSides",r),f(n)||ir(e,Le,"applyToEnd",n),f(o)||tn(e,Le,"pictureFormat",o),f(a)||rn(e,Le,"pictureStackUnit",a)})}t.WriteCT_PictureOptions=nn;function on(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.layout,r=i.tx,n=i.spPr,o=i.txPr;f(t)||Er(e,Le,J,t),f(r)||br(e,Le,"tx",r),f(n)||el(e,Le,H,n),f(o)||rs(e,Le,U,o)})}t.WriteCT_DispUnitsLbl=on;function an(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.custUnit,r=i.builtInUnit,n=i.dispUnitsLbl,o=i.extLst,a=i.visible;f(t)?f(r)||en(e,Le,"builtInUnit",r):nr(e,Le,"custUnit",t),!f(n)&&a&&on(e,Le,"dispUnitsLbl",n),f(o)||cr(e,Le,b,o)})}t.WriteCT_DispUnits=an;function ln(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_Orientation)}t.WriteCT_Orientation=ln;function sn(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_LogBase=sn;function cn(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.logBase,r=i.orientation,n=i.max,o=i.min,a=i.extLst;f(t)||sn(e,Le,"logBase",t),f(r)||ln(e,Le,"orientation",r),f(n)||nr(e,Le,"max",n),f(o)||nr(e,Le,"min",o),f(a)||cr(e,Le,b,a)})}t.WriteCT_Scaling=cn;function un(e,t,r,i){Ue(e,t,r,i,h,100)}t.WriteCT_LblOffset=un;function fn(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.auto,r=i.lblAlgn,n=i.lblOffset,o=i.tickLblSkip,a=i.tickMarkSkip,l=i.noMultiLvlLbl,s=i.extLst;Qe(e,i),f(t)||ir(e,Le,"auto",t),f(r)||Yr(e,Le,"lblAlgn",r),f(n)||un(e,Le,"lblOffset",n),f(o)||Qi(e,Le,"tickLblSkip",o),f(a)||Qi(e,Le,"tickMarkSkip",a),f(l)||ir(e,Le,"noMultiLvlLbl",l),f(s)||cr(e,Le,b,s)})}t.WriteCT_CatAx=fn;function dn(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.auto,r=i.lblOffset,n=i.baseTimeUnit,o=i.majorUnit,a=i.majorTimeUnit,l=i.minorUnit,s=i.minorTimeUnit,c=i.extLst;Qe(e,i),f(t)||ir(e,Le,"auto",t),f(r)||un(e,Le,"lblOffset",r),f(n)||Xi(e,Le,"baseTimeUnit",n),f(o)||$i(e,Le,"majorUnit",o),f(a)||Xi(e,Le,"majorTimeUnit",a),f(l)||$i(e,Le,"minorUnit",l),f(s)||Xi(e,Le,"minorTimeUnit",s),f(c)||cr(e,Le,b,c)})}t.WriteCT_DateAx=dn;function hn(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.tickLblSkip,r=i.tickMarkSkip,n=i.extLst;Qe(e,i),f(t)||Qi(e,Le,"tickLblSkip",t),f(r)||Qi(e,Le,"tickMarkSkip",r),f(n)||cr(e,Le,b,n)})}t.WriteCT_SerAx=hn;function pn(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.crossBetween,r=i.majorUnit,n=i.minorUnit,o=i.dispUnits,a=i.extLst;Qe(e,i),f(t)||Zi(e,Le,"crossBetween",t),f(r)||$i(e,Le,"majorUnit",r),f(n)||$i(e,Le,"minorUnit",n),f(o)||an(e,Le,"dispUnits",o),f(a)||cr(e,Le,b,a)})}t.WriteCT_ValAx=pn;function mn(e,t,r,i){e.writeElement(t+":"+r,function(){var t,r,n,o,a,l,s=i.layout,c=i.dTable,u=i.spPr,d=i.extLst;f(s)||Er(e,Le,J,s),Xe(i.chartGroups,function(t){var r=t.chartType;4===r?Bi(e,Le,"areaChart",t):5===r?Mi(e,Le,"area3DChart",t):6===r?Ri(e,Le,"barChart",t):7===r?_i(e,Le,"bar3DChart",t):8===r?Ti(e,Le,"lineChart",t):9===r?vi(e,Le,"line3DChart",t):0===r?xi(e,Le,"stockChart",t):2===r?Ii(e,Le,"radarChart",t):1===r?ki(e,Le,"scatterChart",t):10===r?Di(e,Le,"pieChart",t):11===r?Ni(e,Le,"pie3DChart",t):12===r?Gi(e,Le,"doughnutChart",t):13===r?Hi(e,Le,"ofPieChart",t):14===r?zi(e,Le,"surfaceChart",t):15===r?ji(e,Le,"surface3DChart",t):3===r&&Ui(e,Le,"bubbleChart",t)}),t=i.axes,t&&(r=t.filter(function(e){return 0===e.AxisGroup&&0===e.AxisType})[0],r&&(0===r.axisType?fn(e,Le,"catAx",r):1===r.axisType?dn(e,Le,"dateAx",r):3===r.axisType&&pn(e,Le,"valAx",r)),n=t.filter(function(e){return 0===e.AxisGroup&&1===e.AxisType})[0],f(n)||pn(e,Le,"valAx",n),o=t.filter(function(e){return 1===e.AxisGroup&&1===e.AxisType})[0],f(o)||pn(e,Le,"valAx",o),a=t.filter(function(e){return 1===e.AxisGroup&&0===e.AxisType})[0],a&&(0===a.axisType?fn(e,Le,"catAx",a):1===a.axisType?dn(e,Le,"dateAx",a):3===a.axisType&&pn(e,Le,"valAx",a)),l=t.filter(function(e){return 2===e.axisType}),Xe(l,function(t){hn(e,Le,"serAx",t)})),f(c)||Dr(e,Le,"dTable",c),f(u)||el(e,Le,H,u),f(d)||cr(e,Le,b,d)})}t.WriteCT_PlotArea=mn;function gn(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.idx,r=i.spPr,n=i.txPr,o=i.marker,a=i.dLbl,l=i.extLst;f(t)||or(e,Le,"idx",t),f(r)||el(e,Le,H,r),f(n)||rs(e,Le,U,n),f(o)||$r(e,Le,z,o),f(a)||qr(e,Le,"dLbl",a),f(l)||cr(e,Le,b,l)})}t.WriteCT_PivotFmt=gn;function bn(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.pivotFmt,function(t){gn(e,Le,"pivotFmt",t)})})}t.WriteCT_PivotFmts=bn;function Sn(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_LegendPos,s.ToST_LegendPos)}t.WriteCT_LegendPos=Sn;function Cn(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.idx,r=i.delete,n=i.txPr,o=i.extLst;f(t)||or(e,Le,"idx",t),f(r)||ir(e,Le,G,r),f(n)||rs(e,Le,U,n),f(o)||cr(e,Le,b,o)})}t.WriteCT_LegendEntry=Cn;function yn(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.legendPos,r=i.layout,n=i.overlay||!1,o=i.spPr,a=i.txPr,l=i.extLst;f(t)||Sn(e,Le,"legendPos",t),Xe(i.legendEntry,function(t){Cn(e,Le,"legendEntry",t)}),f(r)||Er(e,Le,J,r),ir(e,Le,"overlay",n),f(o)||el(e,Le,H,o),f(a)||rs(e,Le,U,a),f(l)||cr(e,Le,b,l)})}t.WriteCT_Legend=yn;function wn(e,t,r,i){Ue(e,t,r,i,h,2,n.ST_DispBlanksAs)}t.WriteCT_DispBlanksAs=wn;function Tn(e,r,i,n){e.writeElement(r+":"+i,function(){e.writeAttributeString("xmlns:c16",t.c16)},function(){f(n.dispNaAsBlank)||e.writeLeafElement(r+":dispNaAsBlank",function(){e.writeAttributeString(h,n.dispNaAsBlank?"1":"0")})})}t.WriteCT_DispNaAsBlank=Tn;function vn(e,t,r,i){e.writeElement(t+":"+r,function(){var t,r=i.title,n=i.autoTitleDeleted,o=i.view3D,a=i.floor,l=i.sideWall,s=i.backWall,c=i.plotArea,u=i.legend,d=i.plotVisOnly,h=i.dispBlanksAs,p=i.showDLblsOverMax,m=i.extLst,g=i.pivotFmts;f(r)||Ir(e,Le,de,r),f(n)||ir(e,Le,"autoTitleDeleted",n),f(g)||(t=g.length,t>0&&e.writeElement("c:pivotFmts",function(){var r,i;for(r=0;r<t;r++)i=g[r],f(i)||gn(e,Le,"pivotFmt",i)})),f(o)||Br(e,Le,"view3D",o),f(a)||Mr(e,Le,"floor",a),f(l)||Mr(e,Le,"sideWall",l),f(s)||Mr(e,Le,"backWall",s),f(c)||mn(e,Le,"plotArea",c),f(u)||yn(e,Le,"legend",u),f(d)||ir(e,Le,"plotVisOnly",d),f(h)||wn(e,Le,"dispBlanksAs",h),f(p)||ir(e,Le,"showDLblsOverMax",p),f(m)||cr(e,Le,b,m)})}t.WriteCT_Chart=vn;function xn(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_Style=xn;function An(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.name)||e.writeElementString("c:name",i.name);var t=i.fmtId;f(t)||or(e,Le,"fmtId",t),Xe(i.extLst,function(t){cr(e,Le,b,t)})})}t.WriteCT_PivotSource=An;function kn(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.chartObject,r=i.data,n=i.formatting,o=i.selection,a=i.userInterface;f(t)||ir(e,Le,"chartObject",t),f(r)||ir(e,Le,"data",r),f(n)||ir(e,Le,"formatting",n),f(o)||ir(e,Le,"selection",o),f(a)||ir(e,Le,"userInterface",a)})}t.WriteCT_Protection=kn;function En(e,t,r,i){e.writeElement(t+":"+r,function(){i.alignWithMargins===!1&&e.writeAttributeString("alignWithMargins","0"),i.differentOddEven===!0&&e.writeAttributeString("differentOddEven","1"),i.differentFirst===!0&&e.writeAttributeString("differentFirst","1")},function(){var t=i.oddHeader,r=i.oddFooter,n=i.evenHeader,o=i.evenFooter,a=i.firstHeader,l=i.firstFooter;f(t)||e.writeElementString("c:oddHeader",t),f(r)||e.writeElementString("c:oddFooter",r),f(n)||e.writeElementString("c:evenHeader",n),f(o)||e.writeElementString("c:evenFooter",o),f(a)||e.writeElementString("c:firstHeader",a),f(l)||e.writeElementString("c:firstFooter",l)})}t.WriteCT_HeaderFooter=En;function In(e,t,r,i){e.writeLeafElement(t+":"+r,function(){var t=i.header,r=i.footer;f(i.l)||e.writeAttributeString("l",i.l),f(i.r)||e.writeAttributeString(Ie,i.r),f(i.t)||e.writeAttributeString("t",i.t),f(i.b)||e.writeAttributeString("b",i.b),f(t)||e.writeAttributeString("header",t),f(r)||e.writeAttributeString("footer",r)})}t.WriteCT_PageMargins=In;function Pn(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.id)||e.writeAttributeString("id",i.id)},function(){var t=i.autoUpdate;f(t)||ir(e,Le,"autoUpdate",t)})}t.WriteCT_ExternalData=Pn;function Ln(e,t,r,i){e.writeLeafElement(t+":"+r,function(){var t=i.paperSize,r=i.firstPageNumber,o=i.orientation,a=i.horizontalDpi,l=i.verticalDpi,s=i.copies;f(t)||1===t||e.writeAttributeString("paperSize",t),f(r)||1===r||e.writeAttributeString("firstPageNumber",r),f(o)||0===o||e.writeAttributeString("orientation",n.ST_PageSetupOrientation[o]),i.blackAndWhite===!0&&e.writeAttributeString("blackAndWhite","1"),i.draft===!0&&e.writeAttributeString("draft","1"),i.useFirstPageNumber===!0&&e.writeAttributeString("useFirstPageNumber","1"),f(a)||600===a||e.writeAttributeString("horizontalDpi",a),f(l)||600===l||e.writeAttributeString("verticalDpi",l),f(s)||1===s||e.writeAttributeString("copies",s)})}t.WriteCT_PageSetup=Ln;function Fn(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.headerFooter,r=i.pageMargins,n=i.pageSetup,o=i.legacyDrawingHF;f(t)||En(e,Le,"headerFooter",t),f(r)||In(e,Le,"pageMargins",r),f(n)||Ln(e,Le,"pageSetup",n),f(o)||lr(e,Le,"legacyDrawingHF",o)})}t.WriteCT_PrintSettings=Fn;function Rn(e,r,i,n){e.writeElement("c:"+i,function(){e.writeAttributeString("xmlns:c",t.c),e.writeAttributeString("xmlns:a",t.a),e.writeAttributeString("xmlns:r",t.r)},function(){var t=n.roundedCorners,r=n.style,i=n.clrMapOvr,o=n.pivotSource,a=n.protection,l=n.chart,s=n.spPr,c=n.txPr,u=n.externalData,d=n.printSettings,h=n.userShapes,p=n.extLst;f(t)||ir(e,Le,"roundedCorners",t),f(r)||xn(e,Le,Ce,r),f(i)||On(e,ke,"clrMapOvr",i),f(o)||An(e,Le,"pivotSource",o),f(a)||kn(e,Le,"protection",a),f(l)||vn(e,Le,"chart",l),f(s)||el(e,Le,H,s),f(c)||rs(e,Le,U,c),f(u)||Pn(e,Le,"externalData",u),f(d)||Fn(e,Le,"printSettings",d),f(h)||Nn(e,Le,"userShapes",h),f(p)||cr(e,Le,b,p)})}t.WriteCT_ChartSpace=Rn;function _n(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.ext,function(t){Bn(e,Le,x,t)})})}t.WriteCT_DLblExtensionList=_n;function Bn(e,r,i,n){e.writeElement("c:"+i,function(){e.writeAttributeString("xmlns:c15",t.c15),f(n.uri)||e.writeAttributeString("uri",n.uri)},function(){var t=n.layout,r=n.dlblFieldTable,i=n.showDataLabelsRange;f(t)||Er(e,Fe,J,t),f(r)||io(e,Fe,"dlblFieldTable",r),f(i)||ir(e,Fe,"showDataLabelsRange",i)})}t.WriteCT_DLblExt=Bn;function Mn(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.ext,function(t){Dn(e,Le,x,t)})})}t.WriteCT_DLblsExtensionList=Mn;function Dn(e,r,i,n){e.writeElement("c:"+i,function(){e.writeAttributeString("xmlns:c15",t.c15),f(n.uri)||e.writeAttributeString("uri",n.uri)},function(){var t=n.layout,r=n.showLeaderLines,i=n.showDataLabelsRange,o=n.leaderLines,a=n.spPr;f(t)||Er(e,Fe,J,t),f(r)||ir(e,Fe,"showLeaderLines",r),f(i)||ir(e,Fe,"showDataLabelsRange",i),f(o)||wi(e,Fe,"leaderLines",o),f(a)||el(e,Fe,H,a)})}t.WriteCT_DLblsExt=Dn;function Nn(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.id)||e.writeAttributeString("r:id",i.id)})}t.WriteCT_UserShapes=Nn;function Gn(e,t,r,i){We(e,t,r,i,el,Be,H)}t.WriteCT_InvertSolidFillFmt=Gn;function On(e,t,r,i){e.writeElement(t+":"+r,function(){var t=n.ST_ColorSchemeIndex;e.writeAttributeString("bg1",t[i.bg1]),e.writeAttributeString("tx1",t[i.tx1]),e.writeAttributeString("bg2",t[i.bg2]),e.writeAttributeString("tx2",t[i.tx2]),e.writeAttributeString("accent1",t[i.accent1]),e.writeAttributeString("accent2",t[i.accent2]),e.writeAttributeString("accent3",t[i.accent3]),e.writeAttributeString("accent4",t[i.accent4]),e.writeAttributeString("accent5",t[i.accent5]),e.writeAttributeString("accent6",t[i.accent6]),e.writeAttributeString("hlink",t[i.hlink]),e.writeAttributeString("folHlink",t[i.folHlink])},function(){f(i.extLst)||jt(e,ke,b,i.extLst)})}t.WriteCT_ColorMapping=On;function Hn(e,t,r,i){Ve(e,t,r,i)}t.WriteCT_FullRef=Hn;function Un(e,t,r,i){Ve(e,t,r,i)}t.WriteCT_LevelRef=Un;function Wn(e,t,r,i){Ve(e,t,r,i)}t.WriteCT_FormulaRef=Wn;function Vn(e,t,r,i){We(e,t,r,i,br,Le,"tx")}t.WriteCT_FilteredSeriesTitle=Vn;function zn(e,t,r,i){We(e,t,r,i,Tr,Le,"cat")}t.WriteCT_FilteredCategoryTitle=zn;function jn(e,t,r,i){We(e,t,r,i,mi,Le,ie)}t.WriteCT_FilteredBarSer=jn;function Kn(e,t,r,i){We(e,t,r,i,di,Le,ie)}t.WriteCT_FilteredLineSer=Kn;function Yn(e,t,r,i){We(e,t,r,i,hi,Le,ie)}t.WriteCT_FilteredScatterSer=Yn;function Zn(e,t,r,i){We(e,t,r,i,gi,Le,ie)}t.WriteCT_FilteredAreaSer=Zn;function qn(e,t,r,i){We(e,t,r,i,bi,Le,ie)}t.WriteCT_FilteredPieSer=qn;function Jn(e,t,r,i){We(e,t,r,i,Si,Le,ie)}t.WriteCT_FilteredBubbleSer=Jn;function Qn(e,t,r,i){We(e,t,r,i,pi,Le,ie)}t.WriteCT_FilteredRadarSer=Qn;function Xn(e,t,r,i){We(e,t,r,i,Ci,Le,ie)}t.WriteCT_FilteredSurfaceSer=Xn;function $n(e,r,i,n){e.writeElement(r+":"+i,function(){e.writeAttributeString("xmlns:c15",t.c15)},function(){var t=n.dlblRangeCache;f(n.f)||e.writeElementString("c15:f",u(n.f)),f(t)||mr(e,Le,"dlblRangeCache",t)})}t.WriteCT_SeriesDataLabelsRange=$n;function eo(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.sqref,r=i.spPr,n=i.explosion,o=i.invertIfNegative,a=i.bubble3D,l=i.marker,s=i.dLbl;f(t)||e.writeElementString("c15:sqref",t),f(r)||el(e,ke,H,r),f(n)||or(e,Le,"explosion",n),f(o)||ir(e,Le,W,o),f(a)||ir(e,Le,V,a),f(l)||$r(e,Le,z,l),f(s)||qr(e,Le,"dLbl",s)})}t.WriteCT_CategoryFilterException=eo;function to(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.categoryFilterException,function(t){eo(e,Fe,"categoryFilterException",t)})})}t.WriteCT_CategoryFilterExceptions=to;function ro(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.dlblFieldTableCache;f(i.txfldGUID)||e.writeElementString("c15:txfldGUID",i.txfldGUID),f(i.f)||e.writeElementString("c15:f",u(i.f)),f(t)||mr(e,Fe,"dlblFieldTableCache",t)})}t.WriteCT_DataLabelFieldTableEntry=ro;function io(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.dlblFTEntry,function(t){ro(e,Fe,"dlblFTEntry",t)})})}t.WriteCT_DataLabelFieldTable=io;function no(e,t,r,i){Je(e,t,r,i,ke)}t.WriteCT_GraphicFrameNonVisual=no;function oo(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.x)||e.writeElementString("cdr:x",i.x),f(i.y)||e.writeElementString("cdr:y",i.y)})}t.WriteCT_CdrPosition=oo;function ao(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.startPoint,r=i.endPoint,n=i.sp,o=i.grpSp;f(t)||oo(e,Ee,"from",t),f(r)||oo(e,Ee,"to",r),f(n)||ul(e,Ee,"sp",n),f(o)||Fl(e,Ee,j,o),f(i.graphicFrame)||Pl(e,Ee,v,i.graphicFrame),f(i.cxnSp)||ml(e,Ee,K,i.cxnSp),f(i.pic)||Tl(e,Ee,"pic",i.pic)})}t.WriteCT_RelSizeAnchor=ao;function lo(e,r,i,n){e.writeElement(r+":"+i,function(){e.writeAttributeString("xmlns:cdr",t.cdr)},function(){var t=n.from,r=n.ext,i=n.sp,o=n.grpSp,a=n.cxnSp,l=n.pic;f(t)||oo(e,Ee,"from",t),f(r)||Rt(e,ke,x,r,!0),f(i)||cl(e,Pe,"sp",i),f(o)||Fl(e,Pe,j,o),f(n.graphicFrame)||Il(e,Ee,v,n.graphicFrame),f(a)||pl(e,Pe,K,a),f(l)||vl(e,Pe,"pic",l)})}t.WriteCT_AbsSizeAnchor=lo;function so(e,r,i,n){e.writeElement("c:"+i,function(){e.writeAttributeString("xmlns:c",t.c),e.writeAttributeString("xmlns:cdr",t.cdr),e.writeAttributeString("xmlns:a",t.a)},function(){var t=n.relSizeAnchor,r=n.absSizeAnchor;t&&t.forEach(function(t){t&&ao(e,Ee,"relSizeAnchor",t)}),r&&r.forEach(function(t){t&&lo(e,Ee,"absSizeAnchor",t)})})}t.WriteCT_ChartDrawing=so;function co(e,t,r,i){e.writeElement(t+":"+r,function(){tt(e,i)},function(){f(i.extLst)||jt(e,ke,b,i.extLst)})}t.WriteCT_ConnectorLocking=co;function uo(e,t,r,i){e.writeElement(t+":"+r,function(){tt(e,i),i.noTextEdit===!0&&e.writeAttributeString("noTextEdit","1")},function(){f(i.extLst)||jt(e,ke,b,i.extLst)})}t.WriteCT_ShapeLocking=uo;function fo(e,t,r,i){e.writeElement(t+":"+r,function(){tt(e,i),i.noCrop===!0&&e.writeAttributeString("noCrop","1")},function(){f(i.extLst)||jt(e,ke,b,i.extLst)})}t.WriteCT_PictureLocking=fo;function ho(e,t,r,i){e.writeElement(t+":"+r,function(){i.noGrp===!0&&e.writeAttributeString("noGrp","1"),i.noUngrp===!0&&e.writeAttributeString("noUngrp","1"),i.noSelect===!0&&e.writeAttributeString("noSelect","1"),i.noRot===!0&&e.writeAttributeString("noRot","1"),i.noChangeAspect===!0&&e.writeAttributeString("noChangeAspect","1"),i.noMove===!0&&e.writeAttributeString("noMove","1"),i.noResize===!0&&e.writeAttributeString("noResize","1")},function(){f(i.extLst)||jt(e,ke,b,i.extLst)})}t.WriteCT_GroupLocking=ho;function po(e,t,r,i){e.writeElement(t+":"+r,function(){i.noGrp===!0&&e.writeAttributeString("noGrp","1"),i.noDrilldown===!0&&e.writeAttributeString("noDrilldown","1"),i.noSelect===!0&&e.writeAttributeString("noSelect","1"),i.noChangeAspect===!0&&e.writeAttributeString("noChangeAspect","1"),i.noMove===!0&&e.writeAttributeString("noMove","1"),i.noResize===!0&&e.writeAttributeString("noResize","1")},function(){f(i.extLst)||jt(e,ke,b,i.extLst)})}t.WriteCT_GraphicalObjectFrameLocking=po;function mo(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.descr,r=i.title;e.writeAttributeString("id",i.id||e.wa++),f(i.name)||e.writeAttributeString(p,u(i.name)),Oe(t)||e.writeAttributeString("descr",t),Oe(r)||e.writeAttributeString(de,r),i.hidden===!0&&e.writeAttributeString("hidden","1")},function(){var t=i.hlinkClick,r=i.hlinkHover,n=i.extLst;f(t)||rr(e,ke,"hlinkClick",t),f(r)||rr(e,ke,"hlinkHover",r),f(n)||jt(e,ke,b,n)})}t.WriteCT_NonVisualDrawingProps=mo;function go(e,t,r,i){e.writeElement(t+":"+r,function(){i.txBox===!0&&e.writeAttributeString("txBox","1")},function(){var t=i.spLocks,r=i.extLst;f(t)||uo(e,ke,"spLocks",t),f(r)||jt(e,ke,b,r)})}t.WriteCT_NonVisualDrawingShapeProps=go;function bo(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.cxnSpLocks,r=i.stCxn,n=i.endCxn,o=i.extLst;f(t)||co(e,ke,"cxnSpLocks",t),f(r)||_a(e,ke,"stCxn",r),f(n)||_a(e,ke,"endCxn",n),f(o)||jt(e,ke,b,o)})}t.WriteCT_NonVisualConnectorProperties=bo;function So(e,t,r,i){e.writeElement(t+":"+r,function(){i.preferRelativeResize===!1&&e.writeAttributeString("preferRelativeResize","0")},function(){var t=i.picLocks,r=i.extLst;f(t)||fo(e,ke,"picLocks",t),f(r)||jt(e,ke,b,r)})}t.WriteCT_NonVisualPictureProperties=So;function Co(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.grpSpLocks,r=i.extLst;f(t)||ho(e,ke,"grpSpLocks",t),f(r)||jt(e,ke,b,r)})}t.WriteCT_NonVisualGroupDrawingShapeProps=Co;function yo(e,t,r){e.writeLeafElement(t+":"+r)}t.WriteCT_NonVisualGraphicFrameProperties=yo;function wo(e,r,n,o,a){e.writeLeafElement(r+":"+n,function(){a?e.writeAttributeString("xmlns:"+r,i.cx):e.writeAttributeString("xmlns:"+r,t.c),e.writeAttributeString("xmlns:r",t.r),f(o.id)||e.writeAttributeString("r:id",o.id)})}t.WriteCT_GraphicalObjectDataContent=wo;function To(e,r,n,o,a){e.writeElement(r+":"+n,function(){var r=a?i.cx:t.c;e.writeAttributeString("uri",r)},function(){if(!f(o.chart)){var t=a?De:Le;wo(e,t,"chart",o.chart,a)}})}t.WriteCT_GraphicalObjectData=To;function vo(e,t,r,i,n){e.writeElement(t+":"+r,function(){var t=i.graphicData;f(t)||To(e,ke,"graphicData",t,n)})}t.WriteCT_GraphicalObject=vo;function xo(e,t,r,i){e.writeElement(t+":"+r,function(){
- f(i.prst)||e.writeAttributeString(g,n.ST_PresetCameraType[s.ToST_PresetCameraType(i.prst)]),f(i.fov)||0===i.fov||e.writeAttributeString("fov",i.fov),f(i.zoom)||1e5===i.zoom||e.writeAttributeString("zoom",i.zoom)},function(){f(i.rot)||Qt(e,ke,"rot",i.rot)})}t.WriteCT_Camera=xo;function Ao(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.rig)||e.writeAttributeString("rig",n.ST_LightRigType[i.rig]),f(i.dir)||e.writeAttributeString("dir",n.ST_LightRigDirection[s.ToST_LightRigDirection(i.dir)])},function(){f(i.rot)||Qt(e,ke,"rot",i.rot)})}t.WriteCT_LightRig=Ao;function ko(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.camera,r=i.lightRig,n=i.backdrop,o=i.extLst;f(t)||xo(e,ke,"camera",t),f(r)||Ao(e,ke,"lightRig",r),f(n)||Eo(e,ke,"backdrop",n),f(o)||jt(e,ke,b,o)})}t.WriteCT_Scene3D=ko;function Eo(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.anchor,r=i.norm,n=i.up,o=i.extLst;f(t)||qt(e,ke,"anchor",t),f(r)||Jt(e,ke,"norm",r),f(n)||Jt(e,ke,"up",n),f(o)||jt(e,ke,b,o)})}t.WriteCT_Backdrop=Eo;function Io(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.w)||76200===i.w||e.writeAttributeString("w",i.w),f(i.h)||76200===i.h||e.writeAttributeString("h",i.h),f(i.prst)||1===i.prst||e.writeAttributeString(g,n.ST_BevelPresetType[i.prst])})}t.WriteCT_Bevel=Io;function Po(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.z,r=i.extrusionH,o=i.contourW,a=i.prstMaterial;f(t)||0===t||e.writeAttributeString("z",l(t)),f(r)||0===r||e.writeAttributeString("extrusionH",l(r)),f(o)||0===o||e.writeAttributeString("contourW",l(o)),f(a)||7===a||e.writeAttributeString("prstMaterial",n.ST_PresetMaterialType[a])},function(){var t=i.bevelT,r=i.bevelB,n=i.extrusionClr,o=i.contourClr,a=i.extLst;f(t)||Io(e,ke,"bevelT",t),f(r)||Io(e,ke,"bevelB",r),f(n)||$t(e,ke,"extrusionClr",n),f(o)||$t(e,ke,"contourClr",o),f(a)||jt(e,ke,b,a)})}t.WriteCT_Shape3D=Po;function Lo(e,t,r,i){Ue(e,t,r,i.z,"z",0)}t.WriteCT_FlatText=Lo;function Fo(e,t,r,i){Ue(e,t,r,i.thresh,"thresh")}t.WriteCT_AlphaBiLevelEffect=Fo;function Ro(e,t,r){He(e,t,r)}t.WriteCT_AlphaCeilingEffect=Ro;function _o(e,t,r){He(e,t,r)}t.WriteCT_AlphaFloorEffect=_o;function Bo(e,t,r,i){e.writeElement(t+":"+r,function(){je(e,i)})}t.WriteCT_AlphaInverseEffect=Bo;function Mo(e,t,r,i){Ue(e,t,r,i.amt,"amt",1e5)}t.WriteCT_AlphaModulateFixedEffect=Mo;function Do(e,t,r,i){Ue(e,t,r,i.rad,"rad",0)}t.WriteCT_AlphaOutsetEffect=Do;function No(e,t,r,i){Ue(e,t,r,i[ke],ke)}t.WriteCT_AlphaReplaceEffect=No;function Go(e,t,r,i){Ue(e,t,r,i.thresh,"thresh")}t.WriteCT_BiLevelEffect=Go;function Oo(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.rad)||0===i.rad||e.writeAttributeString("rad",i.rad),i.grow===!1&&e.writeAttributeString("grow","0")})}t.WriteCT_BlurEffect=Oo;function Ho(e,t,r,i){e.writeElement(t+":"+r,function(){i.useA===!1&&e.writeAttributeString("useA","0")},function(){f(i.clrFrom)||$t(e,ke,"clrFrom",i.clrFrom),f(i.clrTo)||$t(e,ke,"clrTo",i.clrTo)})}t.WriteCT_ColorChangeEffect=Ho;function Uo(e,t,r,i){e.writeElement(t+":"+r,function(){je(e,i)})}t.WriteCT_ColorReplaceEffect=Uo;function Wo(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.scrgbClr,r=i.hslClr,n=i.sysClr,o=i.schemeClr,a=i.prstClr,l=i.srgbClr;f(t)||Gt(e,ke,A,t),f(r)||Ht(e,ke,E,r),f(n)||Ut(e,ke,I,n),f(o)||Wt(e,ke,P,o),f(a)||Vt(e,ke,L,a),f(l)||Ot(e,ke,k,l)})}t.WriteCT_DuotoneEffect=Wo;function Vo(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.rad)||0===i.rad||e.writeAttributeString("rad",i.rad)},function(){je(e,i)})}t.WriteCT_GlowEffect=Vo;function zo(e,t,r){He(e,t,r)}t.WriteCT_GrayscaleEffect=zo;function jo(e,t,r,i){e.writeLeafElement(t+":"+r,function(){var t=i.hue,r=i.sat,n=i.lum;f(t)||0===t||e.writeAttributeString("hue",t),f(r)||0===r||e.writeAttributeString("sat",r),f(n)||0===n||e.writeAttributeString("lum",n)})}t.WriteCT_HSLEffect=jo;function Ko(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.blurRad,r=i.dist,n=i.dir;f(t)||0===t||e.writeAttributeString("blurRad",t),f(r)||0===r||e.writeAttributeString("dist",r),f(n)||0===n||e.writeAttributeString("dir",n)},function(){je(e,i)})}t.WriteCT_InnerShadowEffect=Ko;function Yo(e,t,r,i){e.writeLeafElement(t+":"+r,function(){var t=i.bright,r=i.contrast;f(t)||0===t||e.writeAttributeString("bright",t),f(r)||0===r||e.writeAttributeString("contrast",r)})}t.WriteCT_LuminanceEffect=Yo;function Zo(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.blurRad,r=i.dist,n=i.dir;f(t)||0===t||e.writeAttributeString("blurRad",t),f(r)||0===r||e.writeAttributeString("dist",r),f(n)||0===n||e.writeAttributeString("dir",n),it(e,i)},function(){je(e,i)})}t.WriteCT_OuterShadowEffect=Zo;function qo(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.prst)||e.writeAttributeString(g,n.ST_PresetShadowVal[s.ToST_PresetShadowVal(i.prst)]);var t=i.dist,r=i.dir;f(t)||0===t||e.writeAttributeString("dist",t),f(r)||0===r||e.writeAttributeString("dir",r)},function(){je(e,i)})}t.WriteCT_PresetShadowEffect=qo;function Jo(e,t,r,i){e.writeLeafElement(t+":"+r,function(){var t=i.blurRad,r=i.stA,n=i.stPos,o=i.endA,a=i.endPos,l=i.dist,s=i.dir,c=i.fadeDir;f(t)||0===t||e.writeAttributeString("blurRad",t),f(r)||1e5===r||e.writeAttributeString("stA",r),f(n)||0===n||e.writeAttributeString("stPos",n),f(o)||0===o||e.writeAttributeString("endA",o),f(a)||1e5===a||e.writeAttributeString("endPos",a),f(l)||0===l||e.writeAttributeString("dist",l),f(s)||0===s||e.writeAttributeString("dir",s),f(c)||54e5===c||e.writeAttributeString("fadeDir",c),it(e,i)})}t.WriteCT_ReflectionEffect=Jo;function Qo(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.tx)||0===i.tx||e.writeAttributeString("tx",i.tx),f(i.ty)||0===i.ty||e.writeAttributeString("ty",i.ty)})}t.WriteCT_RelativeOffsetEffect=Qo;function Xo(e,t,r,i){Ue(e,t,r,i.rad,"rad")}t.WriteCT_SoftEdgesEffect=Xo;function $o(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.hue)||0===i.hue||e.writeAttributeString("hue",i.hue),f(i.amt)||0===i.amt||e.writeAttributeString("amt",i.amt)})}t.WriteCT_TintEffect=$o;function ea(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.sx)||1e5===i.sx||e.writeAttributeString("sx",i.sx),f(i.sy)||1e5===i.sy||e.writeAttributeString("sy",i.sy),f(i.kx)||0===i.kx||e.writeAttributeString("kx",i.kx),f(i.ky)||0===i.ky||e.writeAttributeString("ky",i.ky),f(i.tx)||0===i.tx||e.writeAttributeString("tx",i.tx),f(i.ty)||0===i.ty||e.writeAttributeString("ty",i.ty)})}t.WriteCT_TransformEffect=ea;function ta(e,t,r){He(e,t,r)}t.WriteCT_NoFillProperties=ta;function ra(e,t,r,i){e.writeElement(t+":"+r,function(){je(e,i)})}t.WriteCT_SolidColorFillProperties=ra;function ia(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.ang)||e.writeAttributeString("ang",i.ang),f(i.scaled)||e.writeAttributeString("scaled",i.scaled?"1":"0")})}t.WriteCT_LinearShadeProperties=ia;function na(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.path)||e.writeAttributeString("path",n.ST_PathShadeType[i.path])},function(){f(i.fillToRect)||Xt(e,ke,"fillToRect",i.fillToRect)})}t.WriteCT_PathShadeProperties=na;function oa(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.pos)||e.writeAttributeString("pos",i.pos.toFixed(0))},function(){je(e,i)})}t.WriteCT_GradientStop=oa;function aa(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.gs,function(t){oa(e,ke,"gs",t)})})}t.WriteCT_GradientStopList=aa;function la(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.flip)||e.writeAttributeString("flip",n.ST_TileFlipMode[i.flip]),i.rotWithShape===!1&&e.writeAttributeString(ye,"0")},function(){var t=i.gsLst,r=i.lin,n=i.path,o=i.tileRect;f(t)||aa(e,ke,"gsLst",t),f(r)||ia(e,ke,"lin",r),f(n)||na(e,ke,"path",n),f(o)||Xt(e,ke,"tileRect",o)})}t.WriteCT_GradientFillProperties=la;function sa(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.tx)||e.writeAttributeString("tx",l(i.tx)),f(i.ty)||e.writeAttributeString("ty",l(i.ty)),f(i.sx)||e.writeAttributeString("sx",i.sx),f(i.sy)||e.writeAttributeString("sy",i.sy),f(i.flip)||e.writeAttributeString("flip",n.ST_TileFlipMode[i.flip]),f(i.algn)||e.writeAttributeString("algn",n.ST_RectAlignment[i.algn])})}t.WriteCT_TileInfoProperties=sa;function ca(e,t,r,i){We(e,t,r,i,Xt,ke,"fillRect")}t.WriteCT_StretchInfoProperties=ca;function ua(e,r,i,o){e.writeElement(r+":"+i,function(){e.writeAttributeString("xmlns:r",t.r),f(o.embed)||""===o.embed||e.writeAttributeString("r:embed",o.embed);var r=o.link,i=o.cstate;Oe(r)||e.writeAttributeString("link",r),f(i)||4===i||e.writeAttributeString("cstate",n.ST_BlipCompression[i])},function(){var t=o.alphaBiLevel,r=o.alphaCeiling,i=o.alphaFloor,n=o.alphaInv,a=o.alphaMod,l=o.alphaModFix,s=o.alphaRepl,c=o.biLevel,u=o.blur,d=o.clrChange,h=o.clrRepl,p=o.duotone,m=o.fillOverlay,g=o.grayscl,S=o.hsl,C=o.lum,y=o.tint,w=o.extLst;f(t)||Fo(e,ke,"alphaBiLevel",t),f(r)||Ro(e,ke,"alphaCeiling"),f(i)||_o(e,ke,"alphaFloor"),f(n)||Bo(e,ke,"alphaInv",n),f(a)||ya(e,ke,"alphaMod",a),f(l)||Mo(e,ke,"alphaModFix",l),f(s)||No(e,ke,"alphaRepl",s),f(c)||Go(e,ke,"biLevel",c),f(u)||Oo(e,ke,"blur",u),f(d)||Ho(e,ke,"clrChange",d),f(h)||Uo(e,ke,"clrRepl",h),f(p)||Wo(e,ke,"duotone",p),f(m)||ba(e,ke,"fillOverlay",m),f(g)||zo(e,ke,"grayscl"),f(S)||jo(e,ke,"hsl",S),f(C)||Yo(e,ke,"lum",C),f(y)||$o(e,ke,"tint",y),!f(o.blipBlob),f(w)||jt(e,ke,b,w)})}t.WriteCT_Blip=ua;function fa(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.type)||0===i.type||e.writeAttributeString(m,n.ST_BobType[i.type])},function(){f(i.blob)||e.writeElementString("a:blob",i.blob)})}t.WriteCT_BlipBlob=fa;function da(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.dpi)||e.writeAttributeString("dpi",i.dpi),f(i.rotWithShape)||e.writeAttributeString(ye,i.rotWithShape?"1":"0")},function(){var t=i.blip,r=i.srcRect,n=i.tile,o=i.stretch;f(t)||ua(e,ke,"blip",t),f(r)||Xt(e,ke,"srcRect",r),f(n)||sa(e,ke,"tile",n),f(o)||ca(e,ke,"stretch",o)})}t.WriteCT_BlipFillProperties=da;function ha(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.prst)||e.writeAttributeString(g,n.ST_PresetPatternVal[s.ToST_PresetPatternVal(i.prst)])},function(){f(i.fgClr)||$t(e,ke,"fgClr",i.fgClr),f(i.bgClr)||$t(e,ke,"bgClr",i.bgClr)})}t.WriteCT_PatternFillProperties=ha;function pa(e,t,r){He(e,t,r)}t.WriteCT_GroupFillProperties=pa;function ma(e,t,r,i){e.writeElement(t+":"+r,function(){Ke(e,i)})}t.WriteCT_FillProperties=ma;function ga(e,t,r,i){e.writeElement(t+":"+r,function(){Ke(e,i)})}t.WriteCT_FillEffect=ga;function ba(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.blend)||e.writeAttributeString("blend",n.ST_BlendMode[i.blend])},function(){Ke(e,i)})}t.WriteCT_FillOverlayEffect=ba;function Sa(e,t,r,i){Ue(e,t,r,i.ref,"ref")}t.WriteCT_EffectReference=Sa;function Ca(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.type,r=i.name;f(t)||0===t||e.writeAttributeString(m,n.ST_EffectContainerType[t]),f(r)||e.writeAttributeString(p,r)},function(){var t=i.cont,r=i.effect,n=i.alphaBiLevel,o=i.alphaCeiling,a=i.alphaFloor,l=i.alphaInv,s=i.alphaMod,c=i.alphaModFix,u=i.alphaOutset,d=i.alphaRepl,h=i.biLevel,p=i.blend,m=i.blur,g=i.clrChange,b=i.clrRepl,S=i.duotone,C=i.fill,y=i.fillOverlay,w=i.glow,T=i.grayscl,v=i.hsl,x=i.innerShdw,A=i.lum,k=i.outerShdw,E=i.prstShdw,I=i.reflection,P=i.relOff,L=i.softEdge,F=i.tint,R=i.xfrm;f(t)||Ca(e,ke,"cont",t),f(r)||Sa(e,ke,"effect",r),f(n)||Fo(e,ke,"alphaBiLevel",n),f(o)||Ro(e,ke,"alphaCeiling"),f(a)||_o(e,ke,"alphaFloor"),f(l)||Bo(e,ke,"alphaInv",l),f(s)||ya(e,ke,"alphaMod",s),f(c)||Mo(e,ke,"alphaModFix",c),f(u)||Do(e,ke,"alphaOutset",u),f(d)||No(e,ke,"alphaRepl",d),f(h)||Go(e,ke,"biLevel",h),f(p)||wa(e,ke,"blend",p),f(m)||Oo(e,ke,"blur",m),f(g)||Ho(e,ke,"clrChange",g),f(b)||Uo(e,ke,"clrRepl",b),f(S)||Wo(e,ke,"duotone",S),f(C)||ga(e,ke,"fill",C),f(y)||ba(e,ke,"fillOverlay",y),f(w)||Vo(e,ke,"glow",w),f(T)||zo(e,ke,"grayscl"),f(v)||jo(e,ke,"hsl",v),f(x)||Ko(e,ke,"innerShdw",x),f(A)||Yo(e,ke,"lum",A),f(k)||Zo(e,ke,"outerShdw",k),f(E)||qo(e,ke,"prstShdw",E),f(I)||Jo(e,ke,"reflection",I),f(P)||Qo(e,ke,"relOff",P),f(L)||Xo(e,ke,"softEdge",L),f(F)||$o(e,ke,"tint",F),f(R)||ea(e,ke,"xfrm",R)})}t.WriteCT_EffectContainer=Ca;function ya(e,t,r,i){We(e,t,r,i,Ca,ke,"cont")}t.WriteCT_AlphaModulateEffect=ya;function wa(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.blend)||e.writeAttributeString("blend",n.ST_BlendMode[i.blend])},function(){f(i.cont)||Ca(e,ke,"cont",i.cont)})}t.WriteCT_BlendEffect=wa;function Ta(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.blur,r=i.fillOverlay,n=i.glow,o=i.innerShdw,a=i.outerShdw,l=i.prstShdw,s=i.reflection,c=i.softEdge;f(t)||Oo(e,ke,"blur",t),f(r)||ba(e,ke,"fillOverlay",r),f(n)||Vo(e,ke,"glow",n),f(o)||Ko(e,ke,"innerShdw",o),f(a)||Zo(e,ke,"outerShdw",a),f(l)||qo(e,ke,"prstShdw",l),f(s)||Jo(e,ke,"reflection",s),f(c)||Xo(e,ke,"softEdge",c)})}t.WriteCT_EffectList=Ta;function va(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.effectLst,r=i.effectDag;f(t)||Ta(e,ke,y,t),f(r)||Ca(e,ke,w,r)})}t.WriteCT_EffectProperties=va;function xa(e,t,r,i){ze(e,t,r,i,p,"fmla")}t.WriteCT_GeomGuide=xa;function Aa(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.gd,function(t){xa(e,ke,"gd",t)})})}t.WriteCT_GeomGuideList=Aa;function ka(e,t,r,i){ze(e,t,r,i,"x","y")}t.WriteCT_AdjPoint2D=ka;function Ea(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.l)||e.writeAttributeString("l",i.l),f(i.t)||e.writeAttributeString("t",i.t),f(i.r)||e.writeAttributeString(Ie,i.r),f(i.b)||e.writeAttributeString("b",i.b)})}t.WriteCT_GeomRect=Ea;function Ia(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.gdRefX,r=i.minX,n=i.maxX,o=i.gdRefY,a=i.minY,l=i.maxY;f(t)||e.writeAttributeString("gdRefX",t),f(r)||e.writeAttributeString("minX",r),f(n)||e.writeAttributeString("maxX",n),f(o)||e.writeAttributeString("gdRefY",o),f(a)||e.writeAttributeString("minY",a),f(l)||e.writeAttributeString("maxY",l)},function(){f(i.pos)||ka(e,ke,"pos",i.pos)})}t.WriteCT_XYAdjustHandle=Ia;function Pa(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.gdRefR,r=i.minR,n=i.maxR,o=i.gdRefAng,a=i.minAng,l=i.maxAng;f(t)||e.writeAttributeString("gdRefR",t),f(r)||e.writeAttributeString("minR",r),f(n)||e.writeAttributeString("maxR",n),f(o)||e.writeAttributeString("gdRefAng",o),f(a)||e.writeAttributeString("minAng",a),f(l)||e.writeAttributeString("maxAng",l)},function(){f(i.pos)||ka(e,ke,"pos",i.pos)})}t.WriteCT_PolarAdjustHandle=Pa;function La(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.ang)||e.writeAttributeString("ang",i.ang)},function(){f(i.pos)||ka(e,ke,"pos",i.pos)})}t.WriteCT_ConnectionSite=La;function Fa(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.ahXY)||Ia(e,ke,"ahXY",i.ahXY),f(i.ahPolar)||Pa(e,ke,"ahPolar",i.ahPolar)})}t.WriteCT_AdjustHandleList=Fa;function Ra(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.cxn,function(t){La(e,ke,"cxn",t)})})}t.WriteCT_ConnectionSiteList=Ra;function _a(e,t,r,i){ze(e,t,r,i,"id","idx")}t.WriteCT_Connection=_a;function Ba(e,t,r,i){We(e,t,r,i,ka,ke,"pt")}t.WriteCT_Path2DMoveTo=Ba;function Ma(e,t,r,i){We(e,t,r,i,ka,ke,"pt")}t.WriteCT_Path2DLineTo=Ma;function Da(e,t,r,i){e.writeLeafElement(t+":"+r,function(){var t=i.wR,r=i.hR,n=i.stAng,o=i.swAng;f(t)||e.writeAttributeString("wR",t),f(r)||e.writeAttributeString("hR",r),f(n)||e.writeAttributeString("stAng",n),f(o)||e.writeAttributeString("swAng",o)})}t.WriteCT_Path2DArcTo=Da;function Na(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.pt,function(t){ka(e,ke,"pt",t)})})}t.WriteCT_Path2DQuadBezierTo=Na;function Ga(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.pt,function(t){ka(e,ke,"pt",t)})})}t.WriteCT_Path2DCubicBezierTo=Ga;function Oa(e,t,r){He(e,t,r)}t.WriteCT_Path2DClose=Oa;function Ha(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.w,r=i.h,o=i.fill;f(t)||0===t||e.writeAttributeString("w",t),f(r)||0===r||e.writeAttributeString("h",r),f(o)||1===o||e.writeAttributeString("fill",n.ST_PathFillMode[o]),i.stroke===!1&&e.writeAttributeString("stroke","0"),i.extrusionOk===!1&&e.writeAttributeString("extrusionOk","0")},function(){Xe(i.pathToList,function(t){if(t.typeName===n.CT_PathType.CT_Path2DClose)Oa(e,ke,"close");else if(t.typeName===n.CT_PathType.CT_PathToList){var r=t;switch(r.pathToType){case 0:Ua(e,ke,"lnTo",t);break;case 1:Ua(e,ke,"moveTo",t);break;case 2:Ua(e,ke,"quadBezTo",t);break;case 3:Ua(e,ke,"cubicBezTo",t)}}else t.typeName===n.CT_PathType.CT_Path2DArcTo&&Da(e,ke,"arcTo",t)})})}t.WriteCT_Path2D=Ha;function Ua(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.PtList,function(t){ka(e,ke,"pt",t)})})}t.WriteCT_AdjPoint2DList=Ua;function Wa(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i,function(t){Ha(e,ke,"path",t)})})}t.WriteCT_Path2DList=Wa;function Va(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.prst)||e.writeAttributeString(g,n.ST_ShapeType[i.prst])},function(){f(i.avLst)||Aa(e,ke,"avLst",i.avLst)})}t.WriteCT_PresetGeometry2D=Va;function za(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.prst)||e.writeAttributeString(g,n.ST_TextShapeType[i.prst])},function(){f(i.avLst)||Aa(e,ke,"avLst",i.avLst)})}t.WriteCT_PresetTextShape=za;function ja(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.avLst,r=i.gdLst,n=i.ahLst,o=i.cxnLst,a=i.rect;f(t)||Aa(e,ke,"avLst",t),f(r)||Aa(e,ke,"gdLst",r),f(n)||Fa(e,ke,"ahLst",n),f(o)||Ra(e,ke,"cxnLst",o),f(a)||Ea(e,ke,"rect",a),Wa(e,ke,"pathLst",i.pathLst)})}t.WriteCT_CustomGeometry2D=ja;function Ka(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.type)||e.writeAttributeString(m,n.ST_LineEndType[i.type]),f(i.w)||e.writeAttributeString("w",n.ST_LineEndWidth[i.w]),f(i.len)||e.writeAttributeString("len",n.ST_LineEndLength[i.len])})}t.WriteCT_LineEndProperties=Ka;function Ya(e,t,r){He(e,t,r)}t.WriteCT_LineJoinBevel=Ya;function Za(e,t,r){He(e,t,r)}t.WriteCT_LineJoinRound=Za;function qa(e,t,r,i){Ue(e,t,r,i.lim,"lim")}t.WriteCT_LineJoinMiterProperties=qa;function Ja(e,t,r,i){Ue(e,t,r,i,h,d,n.ST_PresetLineDashVal,s.ToST_PresetLineDashVal)}t.WriteCT_PresetLineDashProperties=Ja;function Qa(e,t,r,i){ze(e,t,r,i,"d","sp")}t.WriteCT_DashStop=Qa;function Xa(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.ds,function(t){Qa(e,ke,"ds",t)})})}t.WriteCT_DashStopList=Xa;function $a(e,t,r,i){i.w<=0&&(i.noFill=!0),e.writeElement(t+":"+r,function(){!f(i.w)&&i.w>=0&&e.writeAttributeString("w",l(i.w)),f(i.cap)||e.writeAttributeString("cap",n.ST_LineCap[i.cap]),f(i.cmpd)||e.writeAttributeString("cmpd",n.ST_CompoundLine[i.cmpd]),f(i.algn)||e.writeAttributeString("algn",n.ST_PenAlignment[i.algn])},function(){var t=i.noFill,r=i.solidFill,n=i.gradFill,o=i.pattFill,a=i.prstDash,l=i.custDash,s=i.round,c=i.bevel,u=i.miter,d=i.headEnd,h=i.tailEnd,p=i.extLst;f(t)?f(r)?f(n)?f(o)||ha(e,ke,D,o):la(e,ke,B,n):ra(e,ke,_,r):ta(e,ke,R),f(a)?f(l)||Xa(e,ke,"custDash",l):Ja(e,ke,"prstDash",a),f(s)||Za(e,ke,"round"),f(c)||Ya(e,ke,"bevel"),f(u)||qa(e,ke,"miter",u),f(d)||Ka(e,ke,"headEnd",d),f(h)||Ka(e,ke,"tailEnd",h),f(p)||jt(e,ke,b,p)})}t.WriteCT_LineProperties=$a;function el(e,t,r,i,o){e.writeElement(t+":"+r,function(){var t=i.bwMode;f(t)||0===t||e.writeAttributeString("bwMode",n.ST_BlackWhiteMode[t])},function(){var t=i.xfrm,r=i.custGeom,n=i.prstGeom,a=i.noFill,l=i.solidFill,s=i.gradFill,c=i.blipFill,u=i.pattFill,d=i.grpFill,h=i.ln,p=i.effectLst,m=i.effectDag,g=i.scene3d,S=i.sp3d,C=i.extLst;f(o)&&(o=!0),Yt(e,ke,"xfrm",t,o),f(r)?f(n)||Va(e,ke,"prstGeom",n):ja(e,ke,"custGeom",r),f(a)?f(l)?f(s)?f(c)?f(u)?f(d)||pa(e,ke,N):ha(e,ke,D,u):da(e,ke,M,c):la(e,ke,B,s):ra(e,ke,_,l):ta(e,ke,R),f(h)||$a(e,ke,"ln",h),f(p)||Ta(e,ke,y,p),f(m)||Ca(e,ke,w,m),f(g)||ko(e,ke,O,g),f(S)||Po(e,ke,"sp3d",S),f(C)||jt(e,ke,b,C)})}t.WriteCT_ShapeProperties=el;function tl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.bwMode;f(t)||0===t||e.writeAttributeString("bwMode",n.ST_BlackWhiteMode[t])},function(){var t=i.xfrm,r=i.scene3d,n=i.extLst,o=i.effectLst,a=i.effectDag;f(t)||Zt(e,ke,"xfrm",t),Ke(e,i),f(o)||Ta(e,ke,y,o),f(a)||Ca(e,ke,w,a),f(r)||ko(e,ke,O,r),f(n)||jt(e,ke,b,n)})}t.WriteCT_GroupShapeProperties=tl;function rl(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.idx)||e.writeAttributeString("idx",i.idx)},function(){i.ColorProp&&je(e,i.ColorProp)})}t.WriteCT_StyleMatrixReference=rl;function il(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.idx)||e.writeAttributeString("idx",n.ST_FontCollectionIndex[i.idx])},function(){var t=i.TextCharacterProperties.solidFill;t&&je(e,t)})}t.WriteCT_FontReference=il;function nl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.lnRef,r=i.fillRef,n=i.effectRef,o=i.fontRef;f(t)||rl(e,ke,"lnRef",t),f(r)||rl(e,ke,"fillRef",r),f(n)||rl(e,ke,"effectRef",n),f(o)||il(e,ke,"fontRef",o)})}t.WriteCT_ShapeStyle=nl;function ol(e,t,r,i){e.writeLeafElement(t+":"+r,function(){i.fLocksWithSheet===!1&&e.writeAttributeString("fLocksWithSheet","0"),i.fPrintsWithSheet===!1&&e.writeAttributeString("fPrintsWithSheet","0")})}t.WriteCT_AnchorClientData=ol;function al(e,t,r,i){ot(e,t,r,i,t)}t.WriteCT_ShapeNonVisual=al;function ll(e,t,r,i){ot(e,t,r,i,Ee)}t.WriteCT_ShapeNonVisualForCdr=ll;function sl(e,t,r,i){ot(e,t,r,i,Pe)}t.WriteCT_ShapeNonVisualForXdr=sl;function cl(e,t,r,i){nt(e,t,r,i,t,al)}t.WriteCT_Shape=cl;function ul(e,t,r,i){nt(e,t,r,i,Ee,ll)}t.WriteCT_ShapeForCdr=ul;function fl(e,t,r,i){nt(e,t,r,i,Pe,sl)}t.WriteCT_ShapeForXdr=fl;function dl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.cNvPr,r=i.cNvCxnSpPr;f(t)||mo(e,Pe,S,t),f(r)||bo(e,Pe,"cNvCxnSpPr",r)})}t.WriteCT_ConnectorNonVisual=dl;function hl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.cNvPr,r=i.cNvCxnSpPr;f(t)||mo(e,Ee,S,t),f(r)||bo(e,Ee,"cNvCxnSpPr",r)})}t.WriteCT_ConnectorNonVisualCdr=hl;function pl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.macro;f(t)||e.writeAttributeString(C,t),i.fPublished===!0&&e.writeAttributeString(T,"1")},function(){var t=i.nvCxnSpPr,r=i.spPr,n=i.style;f(t)||dl(e,Pe,"nvCxnSpPr",t),f(r)||el(e,Pe,H,r,!1),f(n)||nl(e,Pe,Ce,n)})}t.WriteCT_Connector=pl;function ml(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.macro;f(t)||e.writeAttributeString(C,t),i.fPublished===!0&&e.writeAttributeString(T,"1")},function(){var t=i.nvCxnSpPr,r=i.spPr,n=i.style;f(t)||dl(e,Ee,"nvCxnSpPr",t),f(r)||el(e,Ee,H,r,!1),f(n)||nl(e,Ee,Ce,n)})}t.WriteCT_ConnectorCdr=ml;function gl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.cNvPr,r=i.cNvPicPr;f(t)||mo(e,Pe,S,t),f(r)||So(e,Pe,we,r)})}t.WriteCT_PictureNonVisualGroup=gl;function bl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.cNvPr,r=i.cNvPicPr;f(t)||mo(e,ke,S,t),f(r)||So(e,ke,we,r)})}t.WriteCT_PictureNonVisual=bl;function Sl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.cNvPr,r=i.cNvPicPr;f(t)||mo(e,Ee,S,t),f(r)||So(e,Ee,we,r)})}t.WriteCT_PictureNonVisualrelSizeAnchor=Sl;function Cl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.cNvPr,r=i.cNvPicPr;f(t)||mo(e,Pe,S,t),f(r)||So(e,Pe,we,r)})}t.WriteCT_PictureNonVisualOneCellAnchor=Cl;function yl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.cNvPr,r=i.cNvPicPr;f(t)||mo(e,Pe,S,t),f(r)||So(e,Pe,we,r)})}t.WriteCT_PictureNonVisualForXdr=yl;function wl(e,t,r,i){e.writeElement(t+":"+r,function(){Oe(i.macro)||e.writeAttributeString(C,i.macro),i.fPublished===!0&&e.writeAttributeString(T,"1")},function(){var t=i.nvPicPr,r=i.blipFill,n=i.spPr,o=i.style;f(t)||gl(e,Pe,Te,t),f(r)||da(e,Pe,M,r),f(n)||el(e,Pe,H,n),f(o)||nl(e,ke,Ce,o)})}t.WriteCT_PictureGroup=wl;function Tl(e,t,r,i){e.writeElement(t+":"+r,function(){Oe(i.macro)||e.writeAttributeString(C,i.macro),i.fPublished===!0&&e.writeAttributeString(T,"1")},function(){var t=i.nvPicPr,r=i.blipFill,n=i.spPr,o=i.style;f(t)||Sl(e,Ee,Te,t),f(r)||da(e,Ee,M,r),f(n)||el(e,Ee,H,n),f(o)||nl(e,Ee,Ce,o)})}t.WriteCT_PictureRelSizeAnchor=Tl;function vl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.macro;Oe(t)||e.writeAttributeString(C,t),i.fPublished===!0&&e.writeAttributeString(T,"1")},function(){var t=i.nvPicPr,r=i.blipFill,n=i.spPr,o=i.style;f(t)||bl(e,Pe,Te,t),f(r)||da(e,ke,M,r),f(n)||el(e,ke,H,n),f(o)||nl(e,ke,Ce,o)})}t.WriteCT_Picture=vl;function xl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.macro;Oe(t)||e.writeAttributeString(C,t),i.fPublished===!0&&e.writeAttributeString(T,"1")},function(){var t=i.nvPicPr,r=i.blipFill,n=i.spPr,o=i.style;f(t)||bl(e,Pe,Te,t),f(r)||da(e,Pe,M,r),f(n)||el(e,Pe,H,n),f(o)||nl(e,ke,Ce,o)})}t.WriteCT_PictureOneCellAnchor=xl;function Al(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.macro;Oe(t)||e.writeAttributeString(C,t),i.fPublished===!0&&e.writeAttributeString(T,"1")},function(){var t=i.nvPicPr,r=i.blipFill,n=i.spPr,o=i.style;f(t)||yl(e,Pe,Te,t),f(r)||da(e,Pe,M,r),f(n)||el(e,Pe,H,n),f(o)||nl(e,Pe,Ce,o)})}t.WriteCT_PictureForXdr=Al;function kl(e,t,r,i){Je(e,t,r,i,Pe)}t.WriteCT_GraphicalObjectFrameNonVisual=kl;function El(e,t,r,i){Je(e,t,r,i,Ee)}t.WriteCT_GraphicalObjectFrameNonVisual_cdr=El;function Il(e,t,r,i,n){e.writeElement(t+":"+r,function(){e.writeAttributeString(C,"")},function(){var t=i.nvGraphicFramePr,r=i.graphic;f(t)||kl(e,Pe,"nvGraphicFramePr",t),Yt(e,Pe,"xfrm",d,!0),f(r)||vo(e,ke,"graphic",r,n)})}t.WriteCT_GraphicalObjectFrame=Il;function Pl(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.macro)||e.writeAttributeString(C,i.macro),i.fPublished===!0&&e.writeAttributeString(T,"1")},function(){var t=i.nvGraphicFramePr,r=i.xfrm,n=i.graphic;f(t)||El(e,Ee,"nvGraphicFramePr",t),Yt(e,Ee,"xfrm",r,!0),f(n)||vo(e,ke,"graphic",n)})}t.WriteCT_GraphicalObjectFrame_cdr=Pl;function Ll(e,t,r,i){e.writeElement(t+":"+r,function(){var r=i.cNvPr,n=i.cNvGrpSpPr;f(r)||mo(e,t,S,r),f(n)||Co(e,t,"cNvGrpSpPr",n)})}t.WriteCT_GroupShapeNonVisual=Ll;function Fl(e,t,r,i){e.writeElement(t+":"+r,function(){var r=i.nvGrpSpPr,n=i.grpSpPr;f(r)||Ll(e,Pe,"nvGrpSpPr",r),f(n)||tl(e,Pe,"grpSpPr",n),i.sp.forEach(function(r){5===r.shapeType?cl(e,t,"sp",r):3===r.shapeType?Fl(e,t,j,r):2===r.shapeType?Il(e,t,v,r):4===r.shapeType?pl(e,t,K,r):1===r.shapeType?wl(e,t,"pic",r):0===r.shapeType&&Bl(e,Me,xe)})})}t.WriteCT_GroupShape=Fl;function Rl(e,t,r,i){e.writeElement(t+":"+r,function(){var t,r;f(i.col)||e.writeElementString("xdr:col",i.col),t=i.colOffset,f(t)||e.writeElementString("xdr:colOff",l(t)),f(i.row)||e.writeElementString("xdr:row",i.row),r=i.rowOffset,f(r)||e.writeElementString("xdr:rowOff",l(r))})}t.WriteCT_Position=Rl;function _l(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.editAs;f(t)||0===t||e.writeAttributeString("editAs",n.ST_EditAs[t])},function(){var t=i.startPoint,r=i.endPoint,n=i.AlternateContent,o=i.sp,a=i.grpSp,l=i.graphicFrame,s=i.cxnSp,u=i.pic,d=i.clientData,h=c.Gc.Ec(i),p=h&&h.layoutId,m=c.Gc.Fc(p);f(t)||Rl(e,Pe,"from",t),f(r)||Rl(e,Pe,"to",r),!f(n)&&m&&Bl(e,Me,xe,n,m),f(o)||fl(e,Pe,"sp",o),f(a)||Fl(e,Pe,j,a),f(l)||m||Il(e,Pe,v,l,m),f(s)||pl(e,Pe,K,s),f(u)||Al(e,Pe,"pic",u),f(d)||ol(e,Pe,Ae,d)})}t.WriteCT_TwoCellAnchor=_l;function Bl(e,t,r,i,n){e.writeElement(t+":"+r,function(){e.writeAttributeString("xmlns:mc",i.AlternateContent)},function(){var t=i.Choice,r=i.Fallback;f(t)||Ml(e,Me,"Choice",t,n),f(r)||Dl(e,Me,"Fallback",r)})}t.WriteCT_AlternateContent=Bl;function Ml(e,t,r,i,n){e.writeElement(t+":"+r,function(){!n||f(i.Requires)||f(i.cx)||e.writeAttributeString("xmlns:"+i.Requires,i.cx),e.writeAttributeString("Requires",i.Requires)},function(){var t=i.GraphicalObjectFrame;f(t)||Il(e,Pe,"graphicFrame",t,n)})}t.WriteCT_Choice=Ml;function Dl(e,t,r,i){e.writeElement(t+":"+r,function(){},function(){var t=i.GraphicalObjectFrame;f(t)||Il(e,Pe,"graphicFrame",t)})}t.WriteCT_FallBack=Dl;function Nl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.startPoint,r=i.pic;f(t)||Rl(e,Pe,"from",t),f(r)||xl(e,Pe,"pic",r),at(e,i,!0)})}t.WriteCT_OneCellAnchor=Nl;function Gl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.pos,r=i.pic;f(t)||Ft(e,Pe,"pos",t,!0),f(r)||vl(e,Pe,"pic",r),at(e,i)})}t.WriteCT_AbsoluteAnchor=Gl;function Ol(e,r,i,n){e.writeElement("xdr:"+i,function(){e.writeAttributeString("xmlns:a",t.a),e.writeAttributeString("xmlns:xdr",t.xdr)},function(){n.AnchorBaseList.forEach(function(t){1===t.anchorType?Nl(e,Pe,"oneCellAnchor",t):0===t.anchorType?_l(e,Pe,"twoCellAnchor",t):2===t.anchorType&&Gl(e,Pe,"absoluteAnchor",t)})})}t.WriteCT_Drawing=Ol;function Hl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.spPr,r=i.bodyPr,n=i.lstStyle,o=i.style,a=i.extLst;f(t)||el(e,ke,H,t),f(r)||ts(e,ke,"bodyPr",r),f(n)||Jl(e,ke,"lstStyle",n),f(o)||nl(e,ke,Ce,o),f(a)||jt(e,ke,b,a)})}t.WriteCT_DefaultShapeDefinition=Hl;function Ul(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.spDef,r=i.lnDef,n=i.txDef,o=i.extLst;f(t)||Hl(e,ke,"spDef",t),f(r)||Hl(e,ke,"lnDef",r),f(n)||Hl(e,ke,"txDef",n),f(o)||jt(e,ke,b,o)})}t.WriteCT_ObjectStyleDefaults=Ul;function Wl(e,t,r){He(e,t,r)}t.WriteCT_EmptyElement=Wl;function Vl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.masterClrMapping,r=i.overrideClrMapping;f(t)||Wl(e,ke,"masterClrMapping"),f(r)||On(e,ke,"overrideClrMapping",r)})}t.WriteCT_ColorMappingOverride=Vl;function zl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.clrScheme,r=i.clrMap;f(t)||lt(e,ke,Y,t),f(r)||On(e,ke,"clrMap",r)})}t.WriteCT_ColorSchemeAndMapping=zl;function jl(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.extraClrScheme,function(t){zl(e,ke,"extraClrScheme",t)})})}t.WriteCT_ColorSchemeList=jl;function Kl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.name;Oe(t)||e.writeAttributeString(p,t)},function(){var t=i.themeElements,r=i.objectDefaults,n=i.extraClrSchemeLst,o=i.custClrLst,a=i.extLst;f(t)||Ct(e,ke,"themeElements",t),f(r)||Ul(e,ke,"objectDefaults",r),f(n)||jl(e,ke,"extraClrSchemeLst",n),f(o)||ut(e,ke,"custClrLst",o),f(a)||jt(e,ke,b,a)})}t.WriteCT_OfficeStyleSheet=Kl;function Yl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.clrScheme,r=i.fontScheme,n=i.fmtScheme;f(t)||lt(e,ke,Y,t),f(r)||ht(e,ke,Z,r),f(n)||St(e,ke,q,n)})}t.WriteCT_BaseStylesOverride=Yl;function Zl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.themeElements,r=i.clrMap;f(t)||Ct(e,ke,"themeElements",t),f(r)||On(e,ke,"clrMap",r)})}t.WriteCT_ClipboardStyleSheet=Zl;function ql(e,t,r,i){e.writeElement(t+":"+r,function(){var r=i.pPr,n=i.endParaRPr,o=i.elements;f(r)||vs(e,t,"pPr",r),f(o)||o.forEach(function(r){0===r.elementType?As(e,t,Ie,r):1===r.elementType?ws(e,t,"br",r):2===r.elementType&&xs(e,t,"fld",r)}),f(n)||gs(e,t,"endParaRPr",n)})}t.WriteCT_TextParagraph=ql;function Jl(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.defPPr,r=i.lvl1pPr,n=i.lvl2pPr,o=i.lvl3pPr,a=i.lvl4pPr,l=i.lvl5pPr,s=i.lvl6pPr,c=i.lvl7pPr,u=i.lvl8pPr,d=i.lvl9pPr,h=i.extLst;f(t)||vs(e,ke,"defPPr",t),f(r)||vs(e,ke,"lvl1pPr",r),f(n)||vs(e,ke,"lvl2pPr",n),f(o)||vs(e,ke,"lvl3pPr",o),f(a)||vs(e,ke,"lvl4pPr",a),f(l)||vs(e,ke,"lvl5pPr",l),f(s)||vs(e,ke,"lvl6pPr",s),f(c)||vs(e,ke,"lvl7pPr",c),f(u)||vs(e,ke,"lvl8pPr",u),f(d)||vs(e,ke,"lvl9pPr",d),f(h)||jt(e,ke,b,h)})}t.WriteCT_TextListStyle=Jl;function Ql(e,t,r,i){e.writeLeafElement(t+":"+r,function(){var t=i.fontScale,r=i.lnSpcReduction;f(t)||1e5===t||e.writeAttributeString("fontScale",t),f(r)||0===r||e.writeAttributeString("lnSpcReduction",r)})}t.WriteCT_TextNormalAutofit=Ql;function Xl(e,t,r){He(e,t,r)}t.WriteCT_TextShapeAutofit=Xl;function $l(e,t,r){He(e,t,r)}t.WriteCT_TextNoAutofit=$l;function es(e){return 6e4*e}t.getRotationData=es;function ts(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.rot,r=i.vertOverflow,o=i.horzOverflow,a=i.wrap,l=i.lIns,s=i.tIns,c=i.rIns,u=i.bIns,d=i.numCol,h=i.spcCol,p=i.anchor;f(t)||e.writeAttributeString("rot",es(t)),i.spcFirstLastPara===!0&&e.writeAttributeString("spcFirstLastPara","1"),f(r)||0===r||e.writeAttributeString("vertOverflow",n.ST_TextVertOverflowType[r]),f(o)||0===o||e.writeAttributeString("horzOverflow",n.ST_TextHorzOverflowType[o]),f(i.vert)||e.writeAttributeString("vert",n.ST_TextVerticalType[i.vert]),f(a)||0===a||e.writeAttributeString("wrap",n.ST_TextWrappingType[a]),f(l)||0===l||e.writeAttributeString("lIns",l),f(s)||0===s||e.writeAttributeString("tIns",s),f(c)||0===c||e.writeAttributeString("rIns",c),f(u)||0===u||e.writeAttributeString("bIns",u),f(d)||0===d||e.writeAttributeString("numCol",d),f(h)||0===h||e.writeAttributeString("spcCol",h),i.rtlCol===!0&&e.writeAttributeString("rtlCol","1"),i.fromWordArt===!0&&e.writeAttributeString("fromWordArt","1"),f(p)||0===p||e.writeAttributeString("anchor",n.ST_TextAnchoringType[p]),i.anchorCtr===!0&&e.writeAttributeString("anchorCtr","1"),i.forceAA===!0&&e.writeAttributeString("forceAA","1"),i.upright===!0&&e.writeAttributeString("upright","1"),i.compatLnSpc===!0&&e.writeAttributeString("compatLnSpc","1");
- },function(){var t=i.prstTxWarp,r=i.noAutofit,n=i.normAutofit,o=i.spAutoFit,a=i.scene3d,l=i.sp3d,s=i.flatTx,c=i.extLst;f(t)||za(e,ke,"prstTxWarp",t),f(r)||$l(e,ke,"noAutofit"),f(n)||Ql(e,ke,"normAutofit",n),f(o)||Xl(e,ke,"spAutoFit"),f(a)||ko(e,ke,O,a),f(l)||Po(e,ke,"sp3d",l),f(s)||Lo(e,ke,"flatTx",s),f(c)||jt(e,ke,b,c)})}t.WriteCT_TextBodyProperties=ts;function rs(e,t,r,i){e.writeElement(t+":"+r,function(){var t,r,n=i.bodyPr,o=i.lstStyle;ts(e,ke,"bodyPr",n||{}),f(o)||Jl(e,ke,"lstStyle",o),t=i.p,f(t)?(r={pPr:{defRPr:{}},endParaRPr:{},elements:[]},ql(e,ke,"p",r)):Xe(i.p,function(t){ql(e,ke,"p",t)})})}t.WriteCT_TextBody=rs;function is(e,t,r){He(e,t,r)}t.WriteCT_TextBulletColorFollowText=is;function ns(e,t,r){He(e,t,r)}t.WriteCT_TextBulletSizeFollowText=ns;function os(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_TextBulletSizePercent=os;function as(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_TextBulletSizePoint=as;function ls(e,t,r){He(e,t,r)}t.WriteCT_TextBulletTypefaceFollowText=ls;function ss(e,t,r,i){e.writeLeafElement(t+":"+r,function(){var t=i.startAt;f(i.type)||e.writeAttributeString(m,n.ST_TextAutonumberScheme[i.type]),f(t)||1===t||e.writeAttributeString("startAt",t)})}t.WriteCT_TextAutonumberBullet=ss;function cs(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.char)||e.writeAttributeString("char",i.char)})}t.WriteCT_TextCharBullet=cs;function us(e,t,r,i){We(e,t,r,i,ua,ke,"blip")}t.WriteCT_TextBlipBullet=us;function fs(e,t,r){He(e,t,r)}t.WriteCT_TextNoBullet=fs;function ds(e,t,r,i){e.writeLeafElement(t+":"+r,function(){var t=i.typeface,r=i.panose,n=i.pitchFamily,o=i.charset;f(t)||e.writeAttributeString("typeface",t),f(r)||e.writeAttributeString("panose",r),f(n)||0===n||e.writeAttributeString("pitchFamily",n),f(o)||1===o||e.writeAttributeString("charset",o)})}t.WriteCT_TextFont=ds;function hs(e,t,r){He(e,t,r)}t.WriteCT_TextUnderlineLineFollowText=hs;function ps(e,t,r){He(e,t,r)}t.WriteCT_TextUnderlineFillFollowText=ps;function ms(e,t,r,i){e.writeElement(t+":"+r,function(){Ke(e,i)})}t.WriteCT_TextUnderlineFillGroupWrapper=ms;function gs(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.altLang,r=i.sz,o=i.kern,l=i.cap,s=i.spc,c=i.baseline,u=i.smtId,d=i.bmk;i.kumimoji===!0&&e.writeAttributeString("kumimoji","1"),f(t)||e.writeAttributeString("altLang",t),f(r)||0===r||e.writeAttributeString("sz",Math.round(100*a.pixelToPoint(r))),f(i.b)||e.writeAttributeString("b",i.b?"1":"0"),f(i.i)||e.writeAttributeString("i",i.i?"1":"0"),f(i.u)||e.writeAttributeString("u",n.ST_TextUnderlineType[i.u]),f(i.strike)||e.writeAttributeString("strike",n.ST_TextStrikeType[i.strike]),f(o)||0===o||e.writeAttributeString("kern",o),f(l)||0===l||e.writeAttributeString("cap",n.ST_TextCapsType[l]),f(s)||e.writeAttributeString("spc",s),i.normalizeH===!0&&e.writeAttributeString("normalizeH","1"),f(c)||e.writeAttributeString("baseline",c),i.noProof===!0&&e.writeAttributeString("noProof","1"),i.dirty===!1&&e.writeAttributeString("dirty","0"),i.err===!0&&e.writeAttributeString("err","1"),i.smtClean===!1&&e.writeAttributeString("smtClean","0"),f(u)||0===u||e.writeAttributeString("smtId",u),f(d)||e.writeAttributeString("bmk",d)},function(){var t=i.ln,r=i.highlight,n=i.uLnTx,o=i.uLn,a=i.uFillTx,l=i.uFill,s=i.latin,c=i.ea,u=i.cs,d=i.sym,h=i.hlinkClick,p=i.hlinkMouseOver,m=i.extLst,g=i.effectLst,S=i.effectDag;f(t)||$a(e,ke,"ln",t),Ke(e,i),f(g)||Ta(e,ke,y,g),f(S)||Ca(e,ke,w,S),f(r)||$t(e,ke,"highlight",r),f(n)||hs(e,ke,"uLnTx"),f(o)||$a(e,ke,"uLn",o),f(a)||ps(e,ke,"uFillTx"),f(l)||ms(e,ke,"uFill",l),f(s)||ds(e,ke,"latin",s),f(c)||ds(e,ke,"ea",c),f(u)||ds(e,ke,"cs",u),f(d)||ds(e,ke,"sym",d),f(h)||rr(e,ke,"hlinkClick",h),f(p)||rr(e,ke,"hlinkMouseOver",p),f(m)||jt(e,ke,b,m)})}t.WriteCT_TextCharacterProperties=gs;function bs(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_TextSpacingPercent=bs;function Ss(e,t,r,i){Ue(e,t,r,i,h)}t.WriteCT_TextSpacingPoint=Ss;function Cs(e,t,r,i){e.writeLeafElement(t+":"+r,function(){f(i.pos)||e.writeAttributeString("pos",i.pos),f(i.algn)||e.writeAttributeString("algn",n.ST_TextTabAlignType[i.algn])})}t.WriteCT_TextTabStop=Cs;function ys(e,t,r,i){e.writeElement(t+":"+r,function(){Xe(i.tab,function(t){Cs(e,ke,"tab",t)})})}t.WriteCT_TextTabStopList=ys;function ws(e,t,r,i){We(e,t,r,i,gs,ke,"rPr")}t.WriteCT_TextLineBreak=ws;function Ts(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.spcPct)||bs(e,ke,"spcPct",i.spcPct),f(i.spcPts)||Ss(e,ke,"spcPts",i.spcPts)})}t.WriteCT_TextSpacing=Ts;function vs(e,t,r,i){e.writeElement(t+":"+r,function(){var t=i.marL,r=i.marR,o=i.lvl,a=i.indent,l=i.algn,s=i.defTabSz,c=i.fontAlgn;f(t)||0===t||e.writeAttributeString("marL",t),f(r)||0===r||e.writeAttributeString("marR",r),f(o)||0===o||e.writeAttributeString("lvl",o),f(a)||0===a||e.writeAttributeString("indent",a),f(l)||0===l||e.writeAttributeString("algn",n.ST_TextAlignType[l]),f(s)||0===s||e.writeAttributeString("defTabSz",s),i.rtl===!0&&e.writeAttributeString("rtl","1"),i.eaLnBrk===!0&&e.writeAttributeString("eaLnBrk","1"),f(c)||0===c||e.writeAttributeString("fontAlgn",n.ST_TextFontAlignType[c]),i.latinLnBrk===!0&&e.writeAttributeString("latinLnBrk","1"),i.hangingPunct===!0&&e.writeAttributeString("hangingPunct","1")},function(){var t=i.lnSpc,r=i.spcBef,n=i.spcAft,o=i.buClrTx,a=i.buClr,l=i.buSzTx,s=i.buSzPct,c=i.buSzPts,u=i.buFontTx,d=i.buFont,h=i.buNone,p=i.buAutoNum,m=i.buChar,g=i.buBlip,S=i.tabLst,C=i.defRPr,y=i.extLst;f(t)||Ts(e,ke,"lnSpc",t),f(r)||Ts(e,ke,"spcBef",r),f(n)||Ts(e,ke,"spcAft",n),f(o)||is(e,ke,"buClrTx"),f(a)||$t(e,ke,"buClr",a),f(l)||ns(e,ke,"buSzTx"),f(s)||os(e,ke,"buSzPct",s),f(c)||as(e,ke,"buSzPts",c),f(u)||ls(e,ke,"buFontTx"),f(d)||ds(e,ke,"buFont",d),f(h)||fs(e,ke,"buNone"),f(p)||ss(e,ke,"buAutoNum",p),f(m)||cs(e,ke,"buChar",m),f(g)||us(e,ke,"buBlip",g),f(S)||ys(e,ke,"tabLst",S),f(C)||gs(e,ke,"defRPr",C),f(y)||jt(e,ke,b,y)})}t.WriteCT_TextParagraphProperties=vs;function xs(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.id)||e.writeAttributeString("id",i.id),f(i.type)||e.writeAttributeString(m,i.type)},function(){f(i.rPr)||gs(e,ke,"rPr",i.rPr),f(i.pPr)||vs(e,ke,"pPr",i.pPr),f(i.t)||e.writeElementString("a:t",i.t)})}t.WriteCT_TextField=xs;function As(e,t,r,i){e.writeElement(t+":"+r,function(){f(i.rPr)||gs(e,ke,"rPr",i.rPr),f(i.t)||e.writeElementString("a:t",u(i.t))})}t.WriteCT_RegularTextRun=As,e.exports=t}()},function(e,t,r){!function(){"use strict";var t,i=r(47),n=r(15),o=r(4),a=r(26).Rk,l=r(58).dp,s=r(58).cp,c=o.Hb,u=n.Hh,f=o.Gc,d=o.addXLFNPrefix;function h(e,t,r){if(c(e))return null;var n=new i;return n.writeDocument(),n.writeElement("table",function(){n.writeAttributeString("xmlns",u.Vg),n.writeAttributeString("id",e.id);var t=e.name.split(" ").join("_");n.writeAttributeString("name",t),n.writeAttributeString("displayName",t.split("-").join("_")),n.writeAttributeString("ref",a([{row:e.row,col:e.col,rowCount:e.rowCount,colCount:e.colCount}])),e.showHeader===!1&&n.writeAttributeString("headerRowCount","0"),e.showFooter&&n.writeAttributeString("totalsRowCount","1")},function(){var i,o;e.rowFilter&&!c(e.rowFilter)&&(o=t.vo(r,e.rowFilter,e.tableSortInfo),o&&o.sortInfo&&(i=o.sortInfo,o.sortInfo=null),e.showHeader!==!1&&(p(e.rowFilter)||g(o),l(n,o)),i&&s(n,i)),e.columns&&e.columns.length>0&&n.writeElement("tableColumns",function(){n.writeAttributeString("count",e.columns.length)},function(){e.columns.forEach(function(e){var t=m(e.footerFormula);"custom"!==t?n.writeElement("tableColumn",function(){n.writeAttributeString("id",""+e.id);var r=e.name;n.writeAttributeString("name",f.tc(f.zc(r,"\n","_x000a_"))),c(e.footerValue)||n.writeAttributeString("totalsRowLabel",f.tc(f.Cc(""+e.footerValue,!0))),c(e.footerFormula)||n.writeAttributeString("totalsRowFunction",t)},function(){c(e.dataAreaFormula)||n.writeElement("calculatedColumnFormula",function(){n.writeValue(f.tc(d(e.dataAreaFormula)))})}):n.writeElement("tableColumn",function(){n.writeAttributeString("id",""+e.id);var t=e.name;n.writeAttributeString("name",f.tc(f.zc(t,"\n","_x000a_"))),n.writeAttributeString("totalsRowFunction","custom")},function(){c(e.dataAreaFormula)||n.writeElement("calculatedColumnFormula",function(){n.writeValue(f.tc(d(e.dataAreaFormula)))}),n.writeElement("totalsRowFormula",function(){n.writeValue(f.tc(e.footerFormula))})})})}),e.style&&n.writeLeafElement("tableStyleInfo",function(){var t="";t=c(e.style.buildInName)?e.style.name:"TableStyle"+e.style.buildInName,n.writeAttributeString("name",t),e.highlightFirstColumn?n.writeAttributeString("showFirstColumn","1"):n.writeAttributeString("showFirstColumn","0"),e.highlightLastColumn?n.writeAttributeString("showLastColumn","1"):n.writeAttributeString("showLastColumn","0"),c(e.bandRows)?n.writeAttributeString("showRowStripes","1"):n.writeAttributeString("showRowStripes","0"),e.bandColumns?n.writeAttributeString("showColumnStripes","1"):n.writeAttributeString("showColumnStripes","0")}),e.reservedElement&&n.writeElement("extLst",function(){},function(){n.writeElement("ext",function(){c(e.reservedElement.ext.Zc.uri)||n.writeAttributeString("uri",e.reservedElement.ext.Zc.uri),c(e.reservedElement.ext.Zc["xmlns:x14"])||n.writeAttributeString("xmlns:x14",e.reservedElement.ext.Zc["xmlns:x14"])},function(){var t,r=e.reservedElement.ext["vp:columns"];c(r)||n.writeElement("vp:columns",function(){c(r.Zc["xmlns:vp"])||n.writeAttributeString("xmlns:vp",r.Zc["xmlns:vp"])},function(){c(r["vp:columns"])||n.writeValue(r["vp:columns"])}),t=e.reservedElement.ext["x14:table"],c(t)||n.writeLeafElement("x14:table",function(){c(t.Zc.altText)||n.writeAttributeString("altText",t.Zc.altText),c(t.Zc.altTextSummary)||n.writeAttributeString("altTextSummary",t.Zc.altTextSummary)})})})}),n.xml}function p(e){var t,r;if(!e.showFilterButton)return!1;t=e.filterButtonVisibleInfo;for(r in t)if(t.hasOwnProperty(r)&&!t[r])return!1;return!0}t={101:"average",102:"countNums",103:"count",104:"max",105:"min",107:"stdDev",109:"sum",110:"var"};function m(e){var r,i;if(!c(e))return r=/\[\S[\S\s]*\S\]/,e=e.trim(),"SUBTOTAL("!==e.substr(0,9)?"custom":r.test(e)?(i=e.substr(9,3),t[i]||"custom"):"custom"}function g(e){if(0===e.filterColumns.length)for(var t=0;t<e.range.colCount;t++)e.filterColumns.push({autoFilterColumnId:t});e.filterColumns.forEach(function(e){e.hiddenButton="1"})}e.exports=h}()},function(e,t,r){!function(){"use strict";var e,i=r(15).Hh;function n(e,t,r){r&&e.push('\txmlns:xlrd="'+i.oh+'"'),t&&e.push('\txmlns:xda="'+i.nh+'">')}e='minSupportedVersion="120000" copy="1" pasteAll="1" pasteValues="1" merge="1" splitFirst="1" rowColShift="1" clearFormats="1" clearComments="1" assign="1" coerce="1"';function o(t,r,i){var n=(r?1:0)+(i?1:0);t.push('\t<metadataTypes count="'+n+'">'),r&&t.push('\t\t<metadataType name="XLDAPR" '+e+' cellMeta="1"/>'),i&&t.push('\t\t<metadataType name="XLRICHVALUE" '+e+"/>"),t.push("\t</metadataTypes>")}function a(e,t,r,i){if(t&&e.push('\t<futureMetadata name="XLDAPR" count="1"> <bk> <extLst> <ext uri="{bdbb8cdc-fa1e-496e-a857-3c3f30c029c3}"> <xda:dynamicArrayProperties fDynamic="1" fCollapsed="0"/> </ext> </extLst> </bk> </futureMetadata>'),r){var n='<futureMetadata name="XLRICHVALUE" count="'+(i?2:1)+'"> <bk> <extLst> <ext uri="{3e2802c4-a4d2-4d8b-9148-e3be6c30e623}"> <xlrd:rvb i="0"/> </ext> </extLst> </bk>';i&&(n+=' <bk> <extLst> <ext uri="{3e2802c4-a4d2-4d8b-9148-e3be6c30e623}"> <xlrd:rvb i="1"/> </ext> </extLst> </bk>'),e.push("\t"+n+" </futureMetadata>")}}function l(e){var t=[],r=e>0,i=e>1,l=e>2;return t.push('<?xml version="1.0" encoding="UTF-8" standalone="yes"?>'),t.push("<metadata"),t.push('\txmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"'),n(t,r,i),o(t,r,i),a(t,r,i,l),r&&t.push('\t<cellMetadata count="1"> <bk> <rc t="1" v="0"/> </bk> </cellMetadata>'),i&&t.push('\t<valueMetadata count="'+(l?2:1)+'"> <bk> <rc t="2" v="0"/> </bk>'+(l?'<bk> <rc t="2" v="1"/> </bk>':"")+" </valueMetadata>"),t.push("</metadata>"),t.join("\r\n")}t.sl=l}()},function(e,t,r){var i=r(70);e.exports={k:1,o:i.o,j:i.j}},function(e,t,r){(function(t){!function(){"use strict";var i,n,o,a,l={j:function(e){i=e}},s=r(21),c=r(48),u=r(4).Ic,f=r(71),d=f.ep,h=f.fp,p="object"==typeof t&&t&&t.Object===Object&&t,m="object"==typeof self&&self&&self.Object===Object&&self,g=p||m||Function("return this")(),b=/^[\w\-]+$/i,S=/^[0-9.]+$/,C="m",y="n",w="b",T="d",v="e",x="adr",A=h("XRsZ"),k=h("HUkJ"),E=h("T&g"),I=h("Q&w"),P=h("GRz1"),L=h("XSzB"),F=h("XRwh"),R=h("WQs5");function _(e,t){var r,i,n,o,a="",l=0;for(r=0;r<e.length;r++)l=Math.max(l,e[r].length);for(r=0;r<l;r++){for(t&&(i=""),o=0;o<e.length;o++)t?i+=r>=e[o].length?"00":e[o].charAt(r)+e[o].charAt(r+1):r<e[o].length&&(a+=e[o].charAt(r));t&&(n=parseInt(i,16),a+=String.fromCharCode(n),r++)}return a}function B(e){var t=u(),r=t&&t[_(["G","C"])],n=r&&r[_(["Sra","ped"])],o=n&&n[_(["Set","hes"])];return o&&o[e]||i&&i[e]}function M(){var e=u(),t=e&&e[_(["G","C"])],r=t&&t[_(["Sra","ped"])];return r&&r[_(["Cmo","omn"])]}n=function(e){var t,r=_(["Lcnee","iesKy"]),i=B(r),n="63OU";return d(i,{pK:"l6/zrbWoSbcLFwEetFh38rH3ErBZE9H+Cqix3R+wTlfA1wD5B+lUcCQn+EJ60I4RGrm0x1sFjkiLWwB0jAn6BWZv0W4WbqAKriOdeoivxDp1Wmjs3qkEDhvbsjPtfvwx2BHil6o+/tDrdMJQSGs18WZm2PoQLQuL+9VhZ4FNRHUQU3Jtioke/OZEGHJOdYVwvCGalzBad6QFOiVbDBQPePpS3++GJzOxN8SN/7lyS5/IdKiy3WJRaVGkB370+HbN6hKraDfUgReLX26yxRaKC/5aWnGAJ2NnWLoGyAGRcwT9dVjo4bcAZNrrA0U9JVKQxaSskhdv2p49XzJkltXx5w==",aC:"B0"},function(r){t=D(r,n),t.hl=!!i,O(t,i),e(t)},function(){t=D(),t.hl=!!i,O(t,i),e(t)}),t};function D(e,t){var r,i,n,o,a={isVd:function(e){var t=this,r=B("Workbook");return e=r&&1===r.lm||e,t.s&&!t.e&&(!t.adr||!!t.adr.dsr==!!e)}},l=j(),s=function(){var a,s,c,u,f,d,h;if(!e)return!1;if(a=e[k],!a||!a.length)return!1;for(u=0,f=a.length;u<f;u++)if(s=a[u],c=s&&s[I]===t){r=s[E];break}if(!c)return!1;if(e[R]&&(o=e[R]),e[F]){if(d=new Date,h=N(e[F]),n=Math.ceil((h-d)/864e5),i=n<=0)return!1}else n=void 0;return!!(l||!e[P]&&!e[L]||V(e[P],e[L])||z(e[P],e[L]))};return a[w]=l,a.s=s(),a[C]=e?e[A]?-1:1:0,a[y]=r,a[v]=i,i||(a[T]=n),a[x]=o,a}function N(e){return new Date(G(e.substr(0,4))||0,G(e.substr(4,2))-1||0,G(e.substr(6,2))||0)}function G(e){return parseInt(e,10)}function O(e,t){e.m=t?e.m:-1}function H(e,t){var r,i,n,o,a;if(!e||0!==e.indexOf("//"))return!1;if(r=e.slice(2).split("/"),r.length<1)return!1;for(i=r[0],n=0,o=t.length;n<o;n++)if(a=t[n],a===i)return!0;return!1}function U(e,t){var r,i,n,o,a;for(r=0,i=t.length;r<i;r++){if(n=t[r],o=!1,n&&0===n.lastIndexOf("*.",0)&&(o=!0),n=o?n.slice(2):n,n===e)return!0;if(o&&(a=e.indexOf("."+n),a>0&&a===e.length-n.length-1))return!0}return!1}function W(e,t){var r,i,n,o;if(e&&4===e.split(".").length)for(r=0,i=t.length;r<i;r++)if(n=t[r],n&&(o=n.length-2,o>0&&(n===e||".*"===n.substr(o)&&e.substr(0,o)===n.substr(0,o)&&S.test(e))))return!0;return!1}function V(e,t){var r,i,n,o;return!!q()&&(r=h("JYx3Gb#8Pb5R"),i=h("1agFGc#UHbw5"),n=g[r]&&g[r][i],!!n&&(n=n.toLowerCase(),o=e.split(","),!(!e||!H(n,o))))}function z(e,t){var r,i=h("JYx3Gb#8Pb5R"),n=h("Zdg3Ga#UHbw5"),o=g[i]&&g[i][n];return!o||(o=o.toLowerCase(),r=e.split(","),!(!e||!U(o,r))||!(!e||!W(o,r)))}function j(){var e=h("JYx3Gb#8Pb5R");return K(g[e])}function K(e){var t=h("VdgJHc#wJb59"),r=h("Zdg3Ga#UHbw5");return e&&(Y(e[t])||Z(e[t])||J(e[r]))}function Y(e){var t=h("MlSZto#Z");return e&&e===t}function Z(e){var t=h("yXbog&w");return e&&e===t}function q(){var e=h("JYx3Gb#8Pb5R"),t=h("VdgJHc#wJb59"),r=h("Udg36Y#oUddV"),i=g[e];return i&&i[t]===r}function J(e){var t=h("4LJITMx8UMcA"),r=h("jOxo"),i=h("JYw3Gb4NOb6x"),n=h("g1Jbww#Y"),o=RegExp("^[\\w\\-]+\\."+n+"$","i");return e&&(e===t||e===r||e===i||b.test(e)||o.test(e))}function Q(e){var t=B(_(["S","R"])),r=M()&&t&&M().ResourceManager;return r&&new r(t).getResource()[e]}o=function(e,t,r){var i,n,o,a=Q(_([e,"s"])),l=B(_(["Wrbo","okok"])),s=Q(l&&1===l.lm?_(["ld","se"]):_(["lr","su"])),c=X(a,t);for(s=X(s,t),c=c.replace("{0}",r.d),c=c.replace("{1}",s).replace("{1}",s),i=[],n=0,o=0;o<c.length;o++)"\r"!==c[o]&&"\n"!==c[o]||(i.push(c.substring(n,o)),"\r"===c[o]&&o<c.length-1&&"\n"===c[o+1]&&o++,n=o+1);return n<c.length&&i.push(c.substring(n,c.length)),i};function X(e,t){var r,i,n,o=!0,a="";if(e)if("string"==typeof e)e=e.trim(),e&&(r=[e]);else if(Array.isArray(e)){for(i=!0,r=[],n=0;n<e.length;n++)a=e[n].trim(),r.push(a),i&&a&&(i=!1);i&&(r=null)}return r||(o=!1,r=t),_(r,o)}function $(e,t,r){var i,n={name:_(["Eauto eso","vlainVrin"]),index:0,allowCellOverflow:!0,defaults:{colHeaderRowHeight:20,rowHeaderColWidth:40,rowHeight:30,colWidth:60},rowCount:20,columnCount:20,data:{dataTable:{}}},a=o(e,t,r),l=n.data.dataTable;for(i=1;i<a.length+1;i++)l[i]={},l[i][1]={value:a[i-1]};return n}function ee(e,t,r){var i=this;n(function(n){var o,a,l,s,c,u,f=["Ivldlcneky mi sslsgaeiycmi o edhl.","nai ies e.Ealu.ae@rpct.o fyune ep"];if(n.hl)if(n.isVd(!1)){if(n.m!==-1)return t.apply(i),void(i.onCompleted&&i.onCompleted());n.d?(o="l2",f=["Pwrdb rpCt pedSet.\rYu eprr elyetkyeprsi 0 as","oee yGaeiySra.hes \nortmoaydpomn e xie n{}dy."]):(o="l6",f=["Pwrdb rpCt pedSet vlainVrin\no iesdfrDsrbto.","oee yGaeiySra.hesEauto eso\rNtLcne o itiuin"])}else n.adr&&n.adr.dsr?o="l4":n.e?(o="l5",f=["Pwrdb rpCt pedSet.\rYu eprr elyetkyhseprd\rEalu.ae@rpct.o o ep","oee yGaeiySra.hes \nortmoaydpomn e a xie.\nmi sslsgaeiycmfrhl."]):o="l4";else n.b?(o="l1",f=["Pwrdb rpCt pedSet.\no a nydpo hsEAUTO eso oal.\rTmoaydpomn esaeaalbefrtsig \nmi sslsgaeiycm","oee yGaeiySra.hes\rYucnol elyti VLAINvrinlcly \neprr elyetky r vial o etn.\rEalu.ae@rpct.o."]):(o="l3",f=["LcneNtFud\no edavldlcnekyt u pedSet.\neprr esaeaalbefreauto.\rI o ucae ies,yu e si orprhs ofraineal \nmi sslsgaeiycmi o edassac.","ies o on\rYune ai ies e ornSra.hes\rTmoayky r vial o vlain \nfyuprhsdalcne orkyi nyu ucaecnimto mi.\rEalu.ae@rpct.o fyune sitne"]);if(a=$(o,f,n),!n.hl&&n.b||n.isVd(!1)){if(r&&t.apply(i),l=e.sheets,s=l[a.name])a.index=s.index;else{for(c in l)l.hasOwnProperty(c)&&(u=l[c],u.index++);e.sheetCount++,e.activeSheetIndex=e.activeSheetIndex?++e.activeSheetIndex:1}l[a.name]=a,r||t.apply(i)}else e.sheetCount=1,e.sheets={},e.sheets[a.name]=a,r||t.apply(i);i.onCompleted&&i.onCompleted()})}a=function(){var e,t=s.prototype.Fi;s.prototype.Fi=function(){var e=arguments,r=this;ee.call(r,r.qi.ti,function(){t.apply(r,e)},!0)},s.prototype.Gi=function(){},e=c.prototype.Gl,c.prototype.Gl=function(){var t=arguments,r=this;ee.call(r,r.ti,function(){e.apply(r,t)},!1)},c.prototype.Gi=function(){}},l.o=a,e.exports=l}()}).call(t,function(){return this}())},function(e,t){var r=function(e){var t={};function r(i){if(t[i])return t[i].exports;var n=t[i]={exports:{},id:i,loaded:!1};return e[i].call(n.exports,n,n.exports,r),n.loaded=!0,n.exports}return r.m=e,r.c=t,r.p="dist",r(0)}([function(e,t){(function(e){"use strict";var r,i,n,o,a,l,s,c,u,f;Object.defineProperty(t,"__esModule",{value:!0}),r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i="undefined"!=typeof window,n=String.fromCharCode,o=i&&window.Uint8Array||d,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",l="object"==(void 0===e?"undefined":r(e))&&e&&e.Object===Object&&e,s="object"==("undefined"==typeof self?"undefined":r(self))&&self&&self.Object===Object&&self,c=l||s||Function("return this")();function d(e){var t,i;if("number"==typeof e)for(t=Array(e),i=0;i<e;++i)t[i]=0;else t=e.slice(0);return t.buffer=t,t.byteLength=t.length,"object"===(void 0===e?"undefined":r(e))&&e.buffer&&(t.buffer=e.buffer),t}function h(e,t,r,i){return 1==e.length?e:(e.splice(r,1,i(e.splice(t,1,i(e[r]))[0])),e)}function p(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,r=e.charCodeAt(0);return r>=65&&r<=90?e.toLowerCase():r>=97&&r<=122?e.toUpperCase():r>=48&&r<=57?n(48+(r-48+10+t)%10):e}function m(e){var t,r=e.split(""),i=function e(t){return p(t,-1)};for(t=r.length-5;t>=0;t--)h(r,t+1,t+3,i),h(r,t,t+2,i);return r.join("")}function g(e){return e.split("").reverse().join("")}function b(e){var t,r,i,n,o,l,s,c,u,f=[],d="",h=a,p=e,m=p.length%3;if(m>0)for(;m++<3;)d+="=",p+="\0";for(m=0;m<p.length;m+=3)t=p.charCodeAt(m),r=p.charCodeAt(m+1),i=p.charCodeAt(m+2),n=t<<16|r<<8|i,o=n>>18&63,l=n>>12&63,s=n>>6&63,c=63&n,f[m/3]=h.charAt(o)+h.charAt(l)+h.charAt(s)+h.charAt(c);return u=f.join(""),u=u.slice(0,u.length-d.length)+d}function S(e){var t,r,i,o,l,s,c,u,f,d,h=[],p=a,m=e;for(d=0;d<m.length;d+=4)o=p.indexOf(m.charAt(d)),l=p.indexOf(m.charAt(d+1)),s=p.indexOf(m.charAt(d+2)),c=p.indexOf(m.charAt(d+3)),u=o<<18|l<<12|s<<6|c,t=u>>>16&255,r=u>>>8&255,i=255&u,h[d/4]=n(t,r,i),64==c&&(h[d/4]=n(t,r)),64==s&&(h[d/4]=n(t));return f=h.join("")}function C(e){return(i&&window.atob||S)(e)}function y(e){return(i&&window.btoa||b)(e)}function w(e){return decodeURIComponent(Array.prototype.map.call(C(e),function(e){return"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2)}).join(""))}function T(e){return y(encodeURIComponent(e).replace(/%([0-9A-F]{2})/g,function(e,t){return n(parseInt(t,16))}))}function v(e){var t,r;return e?(t=m(e),t=g(t),r=Math.ceil(t.length/2),t=t.substr(r)+t.substr(0,r),t=t.replace("#","="),t=t.replace("&","=="),w(t)):""}u=t.iDe=v;function x(e){var t,r=C(e),i=r.length,n=new o(i);for(t=0;t<i;t++)n[t]=r.charCodeAt(t);return n.buffer}function A(e){var t,r,i=new ArrayBuffer(e.length),n=new o(i);for(t=0,r=e.length;t<r;t++)n[t]=e.charCodeAt(t);return i}function k(e){return n.apply(null,new o(e))}function E(e){return e.replace(/\+/g,"-").replace(/\//g,"_").replace(/\=+$/,"")}function I(e){var t,r,i,n=0,o=5381,a=0;for(t=e.length-1;t>=0;t--)r=e.charCodeAt(t),n=r+(n<<6)+(n<<16)-n,o=r+((o<<5)+o),a=r+((a<<5)-a),a&=a;return i=n^o^a,i<0&&(i=~i),i.toString(16).toUpperCase()}function P(e){return e&&JSON.parse(e)||void 0}function L(e,t){try{t="#"+t;var r=e.indexOf(t);if(r>-1)return{prefix:e.substring(0,r),licData:JSON.parse(v(e.substr(r+t.length)))}}catch(e){}return!1}function F(e){return"oncomplete"in e&&(e.then=function(t,r){e.resolve=t,e.reject=r},e.oncomplete=function(t){e.resolve(e.result)},e.onerror=function(){e.reject()}),e}f=t.attorn=function e(t,r,n,o){var a,l,s,u,f,d,h,p=i?window.msCrypto?window.msCrypto:window.crypto:void 0,m=L(t,r.aC);if(!m)return o();a=m.licData,l=m.prefix+"#"+r.aC,s=l+k(x(T(JSON.stringify(a.D))));function g(){return I(l+JSON.stringify(a.D))===a.H?n(a.D):o()}return u=v("JYx3Gb#8Pb5R"),f=v("VdgJHc#wJb59"),c[u]&&c[u][f]&&!location.protocol.match(/^https/i)?g():p&&p.subtle?(d={alg:"RS256",e:"AQAB",kty:"RSA",n:E(r.pK)},d=window.msCrypto?A(JSON.stringify(d)):d,h={name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},F(p.subtle.importKey("jwk",d,h,!1,["verify"])).then(function(e){F(p.subtle.verify(h,e,x(a.S),A(s))).then(function(e){return e?n(a.D):o()})},function(){return g()}),void 0):g()}}).call(t,function(){return this}())}]);e.exports={ep:r.attorn,fp:r.iDe}}])});
|