snipe-it/public/js/dist/bootstrap-table.js
snipe 569f05a99e Built prod assets
Signed-off-by: snipe <[email protected]>
2024-06-17 10:45:04 +01:00

2 lines
1.1 MiB
Raw Blame History

This file contains invisible Unicode characters

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

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!function(e){e.widget("akottr.dragtable",{options:{revert:!1,dragHandle:".table-handle",maxMovingRows:40,excludeFooter:!1,onlyHeaderThreshold:100,dragaccept:null,persistState:null,restoreState:null,exact:!0,clickDelay:10,containment:null,cursor:"move",cursorAt:!1,distance:0,tolerance:"pointer",axis:"x",beforeStart:e.noop,beforeMoving:e.noop,beforeReorganize:e.noop,beforeStop:e.noop},originalTable:{el:null,selectedHandle:null,sortOrder:null,startIndex:0,endIndex:0},sortableTable:{el:e(),selectedHandle:e(),movingRow:e()},persistState:function(){var t=this;this.originalTable.el.find("th").each((function(e){""!==this.id&&(t.originalTable.sortOrder[this.id]=e)})),e.ajax({url:this.options.persistState,data:this.originalTable.sortOrder})},_restoreState:function(t){for(var r in t)this.originalTable.startIndex=e("#"+r).closest("th").prevAll().length+1,this.originalTable.endIndex=parseInt(t[r],10)+1,this._bubbleCols()},_bubbleCols:function(){var e,t,r,o,i=this.originalTable.startIndex,a=this.originalTable.endIndex,s=this.originalTable.el.children();if(this.options.excludeFooter&&(s=s.not("tfoot")),i<a)for(e=i;e<a;e++)for(r=s.find("> tr > td:nth-child("+e+")").add(s.find("> tr > th:nth-child("+e+")")),o=s.find("> tr > td:nth-child("+(e+1)+")").add(s.find("> tr > th:nth-child("+(e+1)+")")),t=0;t<r.length;t++)n(r[t],o[t]);else for(e=i;e>a;e--)for(r=s.find("> tr > td:nth-child("+e+")").add(s.find("> tr > th:nth-child("+e+")")),o=s.find("> tr > td:nth-child("+(e-1)+")").add(s.find("> tr > th:nth-child("+(e-1)+")")),t=0;t<r.length;t++)n(r[t],o[t])},_rearrangeTableBackroundProcessing:function(){var n=this;return function(){n._bubbleCols(),n.options.beforeStop(n.originalTable),n.sortableTable.el.remove(),function(){e("#__dragtable_disable_text_selection__").remove(),t?e(document.body).attr("onselectstart",t):e(document.body).removeAttr("onselectstart");r?e(document.body).attr("unselectable",r):e(document.body).removeAttr("unselectable")}(),null!==n.options.persistState&&(e.isFunction(n.options.persistState)?n.options.persistState(n.originalTable):n.persistState())}},_rearrangeTable:function(){var e=this;return function(){e.originalTable.selectedHandle.removeClass("dragtable-handle-selected"),e.sortableTable.el.sortable("disable"),e.sortableTable.el.addClass("dragtable-disabled"),e.options.beforeReorganize(e.originalTable,e.sortableTable),e.originalTable.endIndex=e.sortableTable.movingRow.prevAll().length+1,setTimeout(e._rearrangeTableBackroundProcessing(),50)}},_generateSortable:function(t){!t.cancelBubble&&(t.cancelBubble=!0);for(var r=this,n=this.originalTable.el[0].attributes,o="",i=0;i<n.length;i++)n[i].nodeValue&&"id"!=n[i].nodeName&&"width"!=n[i].nodeName&&(o+=n[i].nodeName+'="'+n[i].nodeValue+'" ');var a=[],s=[];this.originalTable.el.find("tr").slice(0,this.options.maxMovingRows).each((function(t,r){for(var n=this.attributes,o="",i=0;i<n.length;i++)n[i].nodeValue&&"id"!=n[i].nodeName&&(o+=" "+n[i].nodeName+'="'+n[i].nodeValue+'"');a.push(o),s.push(e(this).height())}));var c=[],l=0,u=r.originalTable.el.children();if(this.options.excludeFooter&&(u=u.not("tfoot")),u.find("> tr > th").each((function(t,r){var n=e(this).is(":visible")?e(this).outerWidth():0;c.push(n),l+=n})),r.options.exact){var f=l-r.originalTable.el.outerWidth();c[0]-=f}var h='<ul class="dragtable-sortable" style="position:absolute; width:'+(l+=2)+'px;">';u.find("> tr > th").each((function(t,n){var i=e(this).is(":visible")?e(this).outerWidth():0;h+='<li style="width:'+i+'px;">',h+="<table "+o+">";var c=u.find("> tr > th:nth-child("+(t+1)+")");r.options.maxMovingRows>1&&(c=c.add(u.find("> tr > td:nth-child("+(t+1)+")").slice(0,r.options.maxMovingRows-1))),c.each((function(t){var r=e(this).clone().wrap("<div></div>").parent().html();0===r.toLowerCase().indexOf("<th")&&(h+="<thead>"),h+="<tr "+a[t]+'" style="height:'+s[t]+'px;">',h+=r,0===r.toLowerCase().indexOf("<th")&&(h+="</thead>"),h+="</tr>"})),h+="</table>",h+="</li>"})),h+="</ul>",this.sortableTable.el=this.originalTable.el.before(h).prev(),this.sortableTable.el.find("> li > table").each((function(t,r){e(this).css("width",c[t]+"px")})),this.sortableTable.selectedHandle=this.sortableTable.el.find("th .dragtable-handle-selected");var d,p=this.options.dragaccept?"li:has("+this.options.dragaccept+")":"li";this.sortableTable.el.sortable({items:p,stop:this._rearrangeTable(),revert:this.options.revert,tolerance:this.options.tolerance,containment:this.options.containment,cursor:this.options.cursor,cursorAt:this.options.cursorAt,distance:this.options.distance,axis:this.options.axis}),this.originalTable.startIndex=e(t.target).closest("th").prevAll().length+1,this.options.beforeMoving(this.originalTable,this.sortableTable),this.sortableTable.movingRow=this.sortableTable.el.find("> li:nth-child("+this.originalTable.startIndex+")"),d=e('<style id="__dragtable_disable_text_selection__" type="text/css">body { -ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none; }</style>'),e(document.head).append(d),e(document.body).attr("onselectstart","return false;").attr("unselectable","on"),window.getSelection?window.getSelection().removeAllRanges():document.selection.empty(),this.sortableTable.movingRow.trigger(e.extend(e.Event(t.type),{which:1,clientX:t.clientX,clientY:t.clientY,pageX:t.pageX,pageY:t.pageY,screenX:t.screenX,screenY:t.screenY}));var g=this.sortableTable.el.find(".ui-sortable-placeholder");!g.height()<=0&&g.css("height",this.sortableTable.el.find(".ui-sortable-helper").height()),g.html('<div class="outer" style="height:100%;"><div class="inner" style="height:100%;"></div></div>')},bindTo:{},_create:function(){this.originalTable={el:this.element,selectedHandle:e(),sortOrder:{},startIndex:0,endIndex:0},this.bindTo=this.originalTable.el.find("th"),this.options.dragaccept&&(this.bindTo=this.bindTo.filter(this.options.dragaccept)),this.bindTo.find(this.options.dragHandle).length>0&&(this.bindTo=this.bindTo.find(this.options.dragHandle)),null!==this.options.restoreState&&(e.isFunction(this.options.restoreState)?this.options.restoreState(this.originalTable):this._restoreState(this.options.restoreState));var t=this;this.bindTo.mousedown((function(r){1===r.which&&!1!==t.options.beforeStart(t.originalTable)&&(clearTimeout(this.downTimer),this.downTimer=setTimeout((function(){t.originalTable.selectedHandle=e(this),t.originalTable.selectedHandle.addClass("dragtable-handle-selected"),t._generateSortable(r)}),t.options.clickDelay))})).mouseup((function(e){clearTimeout(this.downTimer)}))},redraw:function(){this.destroy(),this._create()},destroy:function(){this.bindTo.unbind("mousedown"),e.Widget.prototype.destroy.apply(this,arguments)}});var t=e(document.body).attr("onselectstart"),r=e(document.body).attr("unselectable");function n(e,t){var r=e.parentNode,n=e.nextSibling===t?e:e.nextSibling;t.parentNode.insertBefore(e,t),r.insertBefore(t,n)}}(jQuery),function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):(e="undefined"!=typeof globalThis?globalThis:e||self).BootstrapTable=t(e.jQuery)}(this,(function(e){"use strict";function t(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function r(e){return 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},r(e)}function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,r){for(var n=0;n<r.length;n++){var o=r[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,t(o.key),o)}}function i(e,t,r){return t&&o(e.prototype,t),r&&o(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,s=[],c=!0,l=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);c=!0);}catch(e){l=!0,o=e}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return s}}(e,t)||c(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(e){return function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||c(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,t){if(e){if("string"==typeof e)return l(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?l(e,t):void 0}}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function u(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=c(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){s=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(s)throw i}}}}var f="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},h=function(e){return e&&e.Math===Math&&e},d=h("object"==typeof globalThis&&globalThis)||h("object"==typeof window&&window)||h("object"==typeof self&&self)||h("object"==typeof f&&f)||h("object"==typeof f&&f)||function(){return this}()||Function("return this")(),p={},g=function(e){try{return!!e()}catch(e){return!0}},m=!g((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),v=!g((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})),b=v,y=Function.prototype.call,w=b?y.bind(y):function(){return y.apply(y,arguments)},S={},x={}.propertyIsEnumerable,k=Object.getOwnPropertyDescriptor,T=k&&!x.call({1:2},1);S.f=T?function(e){var t=k(this,e);return!!t&&t.enumerable}:x;var A,E,_=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},O=v,N=Function.prototype,C=N.call,R=O&&N.bind.bind(C,C),P=O?R:function(e){return function(){return C.apply(e,arguments)}},L=P,I=L({}.toString),F=L("".slice),j=function(e){return F(I(e),8,-1)},D=g,M=j,B=Object,W=P("".split),U=D((function(){return!B("z").propertyIsEnumerable(0)}))?function(e){return"String"===M(e)?W(e,""):B(e)}:B,z=function(e){return null==e},H=z,V=TypeError,q=function(e){if(H(e))throw new V("Can't call method on "+e);return e},$=U,G=q,X=function(e){return $(G(e))},Y="object"==typeof document&&document.all,K=void 0===Y&&void 0!==Y?function(e){return"function"==typeof e||e===Y}:function(e){return"function"==typeof e},J=K,Z=function(e){return"object"==typeof e?null!==e:J(e)},Q=d,ee=K,te=function(e,t){return arguments.length<2?(r=Q[e],ee(r)?r:void 0):Q[e]&&Q[e][t];var r},re=P({}.isPrototypeOf),ne="undefined"!=typeof navigator&&String(navigator.userAgent)||"",oe=d,ie=ne,ae=oe.process,se=oe.Deno,ce=ae&&ae.versions||se&&se.version,le=ce&&ce.v8;le&&(E=(A=le.split("."))[0]>0&&A[0]<4?1:+(A[0]+A[1])),!E&&ie&&(!(A=ie.match(/Edge\/(\d+)/))||A[1]>=74)&&(A=ie.match(/Chrome\/(\d+)/))&&(E=+A[1]);var ue=E,fe=ue,he=g,de=d.String,pe=!!Object.getOwnPropertySymbols&&!he((function(){var e=Symbol("symbol detection");return!de(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&fe&&fe<41})),ge=pe&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,me=te,ve=K,be=re,ye=Object,we=ge?function(e){return"symbol"==typeof e}:function(e){var t=me("Symbol");return ve(t)&&be(t.prototype,ye(e))},Se=String,xe=function(e){try{return Se(e)}catch(e){return"Object"}},ke=K,Te=xe,Ae=TypeError,Ee=function(e){if(ke(e))return e;throw new Ae(Te(e)+" is not a function")},_e=Ee,Oe=z,Ne=function(e,t){var r=e[t];return Oe(r)?void 0:_e(r)},Ce=w,Re=K,Pe=Z,Le=TypeError,Ie={exports:{}},Fe=d,je=Object.defineProperty,De=function(e,t){try{je(Fe,e,{value:t,configurable:!0,writable:!0})}catch(r){Fe[e]=t}return t},Me=d,Be=De,We="__core-js_shared__",Ue=Ie.exports=Me[We]||Be(We,{});(Ue.versions||(Ue.versions=[])).push({version:"3.36.1",mode:"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE",source:"https://github.com/zloirock/core-js"});var ze=Ie.exports,He=ze,Ve=function(e,t){return He[e]||(He[e]=t||{})},qe=q,$e=Object,Ge=function(e){return $e(qe(e))},Xe=Ge,Ye=P({}.hasOwnProperty),Ke=Object.hasOwn||function(e,t){return Ye(Xe(e),t)},Je=P,Ze=0,Qe=Math.random(),et=Je(1..toString),tt=function(e){return"Symbol("+(void 0===e?"":e)+")_"+et(++Ze+Qe,36)},rt=Ve,nt=Ke,ot=tt,it=pe,at=ge,st=d.Symbol,ct=rt("wks"),lt=at?st.for||st:st&&st.withoutSetter||ot,ut=function(e){return nt(ct,e)||(ct[e]=it&&nt(st,e)?st[e]:lt("Symbol."+e)),ct[e]},ft=w,ht=Z,dt=we,pt=Ne,gt=function(e,t){var r,n;if("string"===t&&Re(r=e.toString)&&!Pe(n=Ce(r,e)))return n;if(Re(r=e.valueOf)&&!Pe(n=Ce(r,e)))return n;if("string"!==t&&Re(r=e.toString)&&!Pe(n=Ce(r,e)))return n;throw new Le("Can't convert object to primitive value")},mt=TypeError,vt=ut("toPrimitive"),bt=function(e,t){if(!ht(e)||dt(e))return e;var r,n=pt(e,vt);if(n){if(void 0===t&&(t="default"),r=ft(n,e,t),!ht(r)||dt(r))return r;throw new mt("Can't convert object to primitive value")}return void 0===t&&(t="number"),gt(e,t)},yt=bt,wt=we,St=function(e){var t=yt(e,"string");return wt(t)?t:t+""},xt=Z,kt=d.document,Tt=xt(kt)&&xt(kt.createElement),At=function(e){return Tt?kt.createElement(e):{}},Et=At,_t=!m&&!g((function(){return 7!==Object.defineProperty(Et("div"),"a",{get:function(){return 7}}).a})),Ot=m,Nt=w,Ct=S,Rt=_,Pt=X,Lt=St,It=Ke,Ft=_t,jt=Object.getOwnPropertyDescriptor;p.f=Ot?jt:function(e,t){if(e=Pt(e),t=Lt(t),Ft)try{return jt(e,t)}catch(e){}if(It(e,t))return Rt(!Nt(Ct.f,e,t),e[t])};var Dt={},Mt=m&&g((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Bt=Z,Wt=String,Ut=TypeError,zt=function(e){if(Bt(e))return e;throw new Ut(Wt(e)+" is not an object")},Ht=m,Vt=_t,qt=Mt,$t=zt,Gt=St,Xt=TypeError,Yt=Object.defineProperty,Kt=Object.getOwnPropertyDescriptor,Jt="enumerable",Zt="configurable",Qt="writable";Dt.f=Ht?qt?function(e,t,r){if($t(e),t=Gt(t),$t(r),"function"==typeof e&&"prototype"===t&&"value"in r&&Qt in r&&!r[Qt]){var n=Kt(e,t);n&&n[Qt]&&(e[t]=r.value,r={configurable:Zt in r?r[Zt]:n[Zt],enumerable:Jt in r?r[Jt]:n[Jt],writable:!1})}return Yt(e,t,r)}:Yt:function(e,t,r){if($t(e),t=Gt(t),$t(r),Vt)try{return Yt(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new Xt("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var er=Dt,tr=_,rr=m?function(e,t,r){return er.f(e,t,tr(1,r))}:function(e,t,r){return e[t]=r,e},nr={exports:{}},or=m,ir=Ke,ar=Function.prototype,sr=or&&Object.getOwnPropertyDescriptor,cr=ir(ar,"name"),lr={EXISTS:cr,PROPER:cr&&"something"===function(){}.name,CONFIGURABLE:cr&&(!or||or&&sr(ar,"name").configurable)},ur=K,fr=ze,hr=P(Function.toString);ur(fr.inspectSource)||(fr.inspectSource=function(e){return hr(e)});var dr,pr,gr,mr=fr.inspectSource,vr=K,br=d.WeakMap,yr=vr(br)&&/native code/.test(String(br)),wr=tt,Sr=Ve("keys"),xr=function(e){return Sr[e]||(Sr[e]=wr(e))},kr={},Tr=yr,Ar=d,Er=Z,_r=rr,Or=Ke,Nr=ze,Cr=xr,Rr=kr,Pr="Object already initialized",Lr=Ar.TypeError,Ir=Ar.WeakMap;if(Tr||Nr.state){var Fr=Nr.state||(Nr.state=new Ir);Fr.get=Fr.get,Fr.has=Fr.has,Fr.set=Fr.set,dr=function(e,t){if(Fr.has(e))throw new Lr(Pr);return t.facade=e,Fr.set(e,t),t},pr=function(e){return Fr.get(e)||{}},gr=function(e){return Fr.has(e)}}else{var jr=Cr("state");Rr[jr]=!0,dr=function(e,t){if(Or(e,jr))throw new Lr(Pr);return t.facade=e,_r(e,jr,t),t},pr=function(e){return Or(e,jr)?e[jr]:{}},gr=function(e){return Or(e,jr)}}var Dr={set:dr,get:pr,has:gr,enforce:function(e){return gr(e)?pr(e):dr(e,{})},getterFor:function(e){return function(t){var r;if(!Er(t)||(r=pr(t)).type!==e)throw new Lr("Incompatible receiver, "+e+" required");return r}}},Mr=P,Br=g,Wr=K,Ur=Ke,zr=m,Hr=lr.CONFIGURABLE,Vr=mr,qr=Dr.enforce,$r=Dr.get,Gr=String,Xr=Object.defineProperty,Yr=Mr("".slice),Kr=Mr("".replace),Jr=Mr([].join),Zr=zr&&!Br((function(){return 8!==Xr((function(){}),"length",{value:8}).length})),Qr=String(String).split("String"),en=nr.exports=function(e,t,r){"Symbol("===Yr(Gr(t),0,7)&&(t="["+Kr(Gr(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!Ur(e,"name")||Hr&&e.name!==t)&&(zr?Xr(e,"name",{value:t,configurable:!0}):e.name=t),Zr&&r&&Ur(r,"arity")&&e.length!==r.arity&&Xr(e,"length",{value:r.arity});try{r&&Ur(r,"constructor")&&r.constructor?zr&&Xr(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=qr(e);return Ur(n,"source")||(n.source=Jr(Qr,"string"==typeof t?t:"")),e};Function.prototype.toString=en((function(){return Wr(this)&&$r(this).source||Vr(this)}),"toString");var tn=nr.exports,rn=K,nn=Dt,on=tn,an=De,sn=function(e,t,r,n){n||(n={});var o=n.enumerable,i=void 0!==n.name?n.name:t;if(rn(r)&&on(r,i,n),n.global)o?e[t]=r:an(t,r);else{try{n.unsafe?e[t]&&(o=!0):delete e[t]}catch(e){}o?e[t]=r:nn.f(e,t,{value:r,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return e},cn={},ln=Math.ceil,un=Math.floor,fn=Math.trunc||function(e){var t=+e;return(t>0?un:ln)(t)},hn=function(e){var t=+e;return t!=t||0===t?0:fn(t)},dn=hn,pn=Math.max,gn=Math.min,mn=function(e,t){var r=dn(e);return r<0?pn(r+t,0):gn(r,t)},vn=hn,bn=Math.min,yn=function(e){var t=vn(e);return t>0?bn(t,9007199254740991):0},wn=yn,Sn=function(e){return wn(e.length)},xn=X,kn=mn,Tn=Sn,An=function(e){return function(t,r,n){var o=xn(t),i=Tn(o);if(0===i)return!e&&-1;var a,s=kn(n,i);if(e&&r!=r){for(;i>s;)if((a=o[s++])!=a)return!0}else for(;i>s;s++)if((e||s in o)&&o[s]===r)return e||s||0;return!e&&-1}},En={includes:An(!0),indexOf:An(!1)},_n=Ke,On=X,Nn=En.indexOf,Cn=kr,Rn=P([].push),Pn=function(e,t){var r,n=On(e),o=0,i=[];for(r in n)!_n(Cn,r)&&_n(n,r)&&Rn(i,r);for(;t.length>o;)_n(n,r=t[o++])&&(~Nn(i,r)||Rn(i,r));return i},Ln=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],In=Pn,Fn=Ln.concat("length","prototype");cn.f=Object.getOwnPropertyNames||function(e){return In(e,Fn)};var jn={};jn.f=Object.getOwnPropertySymbols;var Dn=te,Mn=cn,Bn=jn,Wn=zt,Un=P([].concat),zn=Dn("Reflect","ownKeys")||function(e){var t=Mn.f(Wn(e)),r=Bn.f;return r?Un(t,r(e)):t},Hn=Ke,Vn=zn,qn=p,$n=Dt,Gn=g,Xn=K,Yn=/#|\.prototype\./,Kn=function(e,t){var r=Zn[Jn(e)];return r===eo||r!==Qn&&(Xn(t)?Gn(t):!!t)},Jn=Kn.normalize=function(e){return String(e).replace(Yn,".").toLowerCase()},Zn=Kn.data={},Qn=Kn.NATIVE="N",eo=Kn.POLYFILL="P",to=Kn,ro=d,no=p.f,oo=rr,io=sn,ao=De,so=function(e,t,r){for(var n=Vn(t),o=$n.f,i=qn.f,a=0;a<n.length;a++){var s=n[a];Hn(e,s)||r&&Hn(r,s)||o(e,s,i(t,s))}},co=to,lo=function(e,t){var r,n,o,i,a,s=e.target,c=e.global,l=e.stat;if(r=c?ro:l?ro[s]||ao(s,{}):ro[s]&&ro[s].prototype)for(n in t){if(i=t[n],o=e.dontCallGetSet?(a=no(r,n))&&a.value:r[n],!co(c?n:s+(l?".":"#")+n,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;so(i,o)}(e.sham||o&&o.sham)&&oo(i,"sham",!0),io(r,n,i,e)}},uo=j,fo=Array.isArray||function(e){return"Array"===uo(e)},ho=TypeError,po=function(e){if(e>9007199254740991)throw ho("Maximum allowed index exceeded");return e},go=m,mo=Dt,vo=_,bo=function(e,t,r){go?mo.f(e,t,vo(0,r)):e[t]=r},yo={};yo[ut("toStringTag")]="z";var wo="[object z]"===String(yo),So=wo,xo=K,ko=j,To=ut("toStringTag"),Ao=Object,Eo="Arguments"===ko(function(){return arguments}()),_o=So?ko:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=Ao(e),To))?r:Eo?ko(t):"Object"===(n=ko(t))&&xo(t.callee)?"Arguments":n},Oo=P,No=g,Co=K,Ro=_o,Po=mr,Lo=function(){},Io=te("Reflect","construct"),Fo=/^\s*(?:class|function)\b/,jo=Oo(Fo.exec),Do=!Fo.test(Lo),Mo=function(e){if(!Co(e))return!1;try{return Io(Lo,[],e),!0}catch(e){return!1}},Bo=function(e){if(!Co(e))return!1;switch(Ro(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Do||!!jo(Fo,Po(e))}catch(e){return!0}};Bo.sham=!0;var Wo=!Io||No((function(){var e;return Mo(Mo.call)||!Mo(Object)||!Mo((function(){e=!0}))||e}))?Bo:Mo,Uo=fo,zo=Wo,Ho=Z,Vo=ut("species"),qo=Array,$o=function(e){var t;return Uo(e)&&(t=e.constructor,(zo(t)&&(t===qo||Uo(t.prototype))||Ho(t)&&null===(t=t[Vo]))&&(t=void 0)),void 0===t?qo:t},Go=function(e,t){return new($o(e))(0===t?0:t)},Xo=g,Yo=ue,Ko=ut("species"),Jo=function(e){return Yo>=51||!Xo((function(){var t=[];return(t.constructor={})[Ko]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},Zo=lo,Qo=g,ei=fo,ti=Z,ri=Ge,ni=Sn,oi=po,ii=bo,ai=Go,si=Jo,ci=ue,li=ut("isConcatSpreadable"),ui=ci>=51||!Qo((function(){var e=[];return e[li]=!1,e.concat()[0]!==e})),fi=function(e){if(!ti(e))return!1;var t=e[li];return void 0!==t?!!t:ei(e)};Zo({target:"Array",proto:!0,arity:1,forced:!ui||!si("concat")},{concat:function(e){var t,r,n,o,i,a=ri(this),s=ai(a,0),c=0;for(t=-1,n=arguments.length;t<n;t++)if(fi(i=-1===t?a:arguments[t]))for(o=ni(i),oi(c+o),r=0;r<o;r++,c++)r in i&&ii(s,c,i[r]);else oi(c+1),ii(s,c++,i);return s.length=c,s}});var hi=j,di=P,pi=function(e){if("Function"===hi(e))return di(e)},gi=Ee,mi=v,vi=pi(pi.bind),bi=function(e,t){return gi(e),void 0===t?e:mi?vi(e,t):function(){return e.apply(t,arguments)}},yi=U,wi=Ge,Si=Sn,xi=Go,ki=P([].push),Ti=function(e){var t=1===e,r=2===e,n=3===e,o=4===e,i=6===e,a=7===e,s=5===e||i;return function(c,l,u,f){for(var h,d,p=wi(c),g=yi(p),m=Si(g),v=bi(l,u),b=0,y=f||xi,w=t?y(c,m):r||a?y(c,0):void 0;m>b;b++)if((s||b in g)&&(d=v(h=g[b],b,p),e))if(t)w[b]=d;else if(d)switch(e){case 3:return!0;case 5:return h;case 6:return b;case 2:ki(w,h)}else switch(e){case 4:return!1;case 7:ki(w,h)}return i?-1:n||o?o:w}},Ai={forEach:Ti(0),map:Ti(1),filter:Ti(2),some:Ti(3),every:Ti(4),find:Ti(5),findIndex:Ti(6),filterReject:Ti(7)},Ei=Ai.filter;lo({target:"Array",proto:!0,forced:!Jo("filter")},{filter:function(e){return Ei(this,e,arguments.length>1?arguments[1]:void 0)}});var _i={},Oi=Pn,Ni=Ln,Ci=Object.keys||function(e){return Oi(e,Ni)},Ri=m,Pi=Mt,Li=Dt,Ii=zt,Fi=X,ji=Ci;_i.f=Ri&&!Pi?Object.defineProperties:function(e,t){Ii(e);for(var r,n=Fi(t),o=ji(t),i=o.length,a=0;i>a;)Li.f(e,r=o[a++],n[r]);return e};var Di,Mi=te("document","documentElement"),Bi=zt,Wi=_i,Ui=Ln,zi=kr,Hi=Mi,Vi=At,qi="prototype",$i="script",Gi=xr("IE_PROTO"),Xi=function(){},Yi=function(e){return"<"+$i+">"+e+"</"+$i+">"},Ki=function(e){e.write(Yi("")),e.close();var t=e.parentWindow.Object;return e=null,t},Ji=function(){try{Di=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;Ji="undefined"!=typeof document?document.domain&&Di?Ki(Di):(t=Vi("iframe"),r="java"+$i+":",t.style.display="none",Hi.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(Yi("document.F=Object")),e.close(),e.F):Ki(Di);for(var n=Ui.length;n--;)delete Ji[qi][Ui[n]];return Ji()};zi[Gi]=!0;var Zi=Object.create||function(e,t){var r;return null!==e?(Xi[qi]=Bi(e),r=new Xi,Xi[qi]=null,r[Gi]=e):r=Ji(),void 0===t?r:Wi.f(r,t)},Qi=ut,ea=Zi,ta=Dt.f,ra=Qi("unscopables"),na=Array.prototype;void 0===na[ra]&&ta(na,ra,{configurable:!0,value:ea(null)});var oa=function(e){na[ra][e]=!0},ia=lo,aa=Ai.find,sa=oa,ca="find",la=!0;ca in[]&&Array(1)[ca]((function(){la=!1})),ia({target:"Array",proto:!0,forced:la},{find:function(e){return aa(this,e,arguments.length>1?arguments[1]:void 0)}}),sa(ca);var ua=lo,fa=Ai.findIndex,ha=oa,da="findIndex",pa=!0;da in[]&&Array(1)[da]((function(){pa=!1})),ua({target:"Array",proto:!0,forced:pa},{findIndex:function(e){return fa(this,e,arguments.length>1?arguments[1]:void 0)}}),ha(da);var ga=En.includes,ma=oa;lo({target:"Array",proto:!0,forced:g((function(){return!Array(1).includes()}))},{includes:function(e){return ga(this,e,arguments.length>1?arguments[1]:void 0)}}),ma("includes");var va=g,ba=function(e,t){var r=[][e];return!!r&&va((function(){r.call(null,t||function(){return 1},1)}))},ya=lo,wa=En.indexOf,Sa=ba,xa=pi([].indexOf),ka=!!xa&&1/xa([1],1,-0)<0;ya({target:"Array",proto:!0,forced:ka||!Sa("indexOf")},{indexOf:function(e){var t=arguments.length>1?arguments[1]:void 0;return ka?xa(this,e,t)||0:wa(this,e,t)}});var Ta,Aa,Ea,_a={},Oa=!g((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),Na=Ke,Ca=K,Ra=Ge,Pa=Oa,La=xr("IE_PROTO"),Ia=Object,Fa=Ia.prototype,ja=Pa?Ia.getPrototypeOf:function(e){var t=Ra(e);if(Na(t,La))return t[La];var r=t.constructor;return Ca(r)&&t instanceof r?r.prototype:t instanceof Ia?Fa:null},Da=g,Ma=K,Ba=Z,Wa=ja,Ua=sn,za=ut("iterator"),Ha=!1;[].keys&&("next"in(Ea=[].keys())?(Aa=Wa(Wa(Ea)))!==Object.prototype&&(Ta=Aa):Ha=!0);var Va=!Ba(Ta)||Da((function(){var e={};return Ta[za].call(e)!==e}));Va&&(Ta={}),Ma(Ta[za])||Ua(Ta,za,(function(){return this}));var qa={IteratorPrototype:Ta,BUGGY_SAFARI_ITERATORS:Ha},$a=Dt.f,Ga=Ke,Xa=ut("toStringTag"),Ya=function(e,t,r){e&&!r&&(e=e.prototype),e&&!Ga(e,Xa)&&$a(e,Xa,{configurable:!0,value:t})},Ka=qa.IteratorPrototype,Ja=Zi,Za=_,Qa=Ya,es=_a,ts=function(){return this},rs=P,ns=Ee,os=Z,is=function(e){return os(e)||null===e},as=String,ss=TypeError,cs=function(e,t,r){try{return rs(ns(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(e){}},ls=Z,us=q,fs=function(e){if(is(e))return e;throw new ss("Can't set "+as(e)+" as a prototype")},hs=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=cs(Object.prototype,"__proto__","set"))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return us(r),fs(n),ls(r)?(t?e(r,n):r.__proto__=n,r):r}}():void 0),ds=lo,ps=w,gs=K,ms=function(e,t,r,n){var o=t+" Iterator";return e.prototype=Ja(Ka,{next:Za(+!n,r)}),Qa(e,o,!1),es[o]=ts,e},vs=ja,bs=hs,ys=Ya,ws=rr,Ss=sn,xs=_a,ks=lr.PROPER,Ts=lr.CONFIGURABLE,As=qa.IteratorPrototype,Es=qa.BUGGY_SAFARI_ITERATORS,_s=ut("iterator"),Os="keys",Ns="values",Cs="entries",Rs=function(){return this},Ps=X,Ls=oa,Is=_a,Fs=Dr,js=Dt.f,Ds=function(e,t,r,n,o,i,a){ms(r,t,n);var s,c,l,u=function(e){if(e===o&&g)return g;if(!Es&&e&&e in d)return d[e];switch(e){case Os:case Ns:case Cs:return function(){return new r(this,e)}}return function(){return new r(this)}},f=t+" Iterator",h=!1,d=e.prototype,p=d[_s]||d["@@iterator"]||o&&d[o],g=!Es&&p||u(o),m="Array"===t&&d.entries||p;if(m&&(s=vs(m.call(new e)))!==Object.prototype&&s.next&&(vs(s)!==As&&(bs?bs(s,As):gs(s[_s])||Ss(s,_s,Rs)),ys(s,f,!0)),ks&&o===Ns&&p&&p.name!==Ns&&(Ts?ws(d,"name",Ns):(h=!0,g=function(){return ps(p,this)})),o)if(c={values:u(Ns),keys:i?g:u(Os),entries:u(Cs)},a)for(l in c)(Es||h||!(l in d))&&Ss(d,l,c[l]);else ds({target:t,proto:!0,forced:Es||h},c);return d[_s]!==g&&Ss(d,_s,g,{name:o}),xs[t]=g,c},Ms=function(e,t){return{value:e,done:t}},Bs=m,Ws="Array Iterator",Us=Fs.set,zs=Fs.getterFor(Ws),Hs=Ds(Array,"Array",(function(e,t){Us(this,{type:Ws,target:Ps(e),index:0,kind:t})}),(function(){var e=zs(this),t=e.target,r=e.index++;if(!t||r>=t.length)return e.target=void 0,Ms(void 0,!0);switch(e.kind){case"keys":return Ms(r,!1);case"values":return Ms(t[r],!1)}return Ms([r,t[r]],!1)}),"values"),Vs=Is.Arguments=Is.Array;if(Ls("keys"),Ls("values"),Ls("entries"),Bs&&"values"!==Vs.name)try{js(Vs,"name",{value:"values"})}catch(e){}var qs=lo,$s=U,Gs=X,Xs=ba,Ys=P([].join);qs({target:"Array",proto:!0,forced:$s!==Object||!Xs("join",",")},{join:function(e){return Ys(Gs(this),void 0===e?",":e)}});var Ks=Ai.map;lo({target:"Array",proto:!0,forced:!Jo("map")},{map:function(e){return Ks(this,e,arguments.length>1?arguments[1]:void 0)}});var Js=lo,Zs=fo,Qs=P([].reverse),ec=[1,2];Js({target:"Array",proto:!0,forced:String(ec)===String(ec.reverse())},{reverse:function(){return Zs(this)&&(this.length=this.length),Qs(this)}});var tc=P([].slice),rc=lo,nc=fo,oc=Wo,ic=Z,ac=mn,sc=Sn,cc=X,lc=bo,uc=ut,fc=tc,hc=Jo("slice"),dc=uc("species"),pc=Array,gc=Math.max;rc({target:"Array",proto:!0,forced:!hc},{slice:function(e,t){var r,n,o,i=cc(this),a=sc(i),s=ac(e,a),c=ac(void 0===t?a:t,a);if(nc(i)&&(r=i.constructor,(oc(r)&&(r===pc||nc(r.prototype))||ic(r)&&null===(r=r[dc]))&&(r=void 0),r===pc||void 0===r))return fc(i,s,c);for(n=new(void 0===r?pc:r)(gc(c-s,0)),o=0;s<c;s++,o++)s in i&&lc(n,o,i[s]);return n.length=o,n}});var mc=xe,vc=TypeError,bc=function(e,t){if(!delete e[t])throw new vc("Cannot delete property "+mc(t)+" of "+mc(e))},yc=_o,wc=String,Sc=function(e){if("Symbol"===yc(e))throw new TypeError("Cannot convert a Symbol value to a string");return wc(e)},xc=tc,kc=Math.floor,Tc=function(e,t){var r=e.length;if(r<8)for(var n,o,i=1;i<r;){for(o=i,n=e[i];o&&t(e[o-1],n)>0;)e[o]=e[--o];o!==i++&&(e[o]=n)}else for(var a=kc(r/2),s=Tc(xc(e,0,a),t),c=Tc(xc(e,a),t),l=s.length,u=c.length,f=0,h=0;f<l||h<u;)e[f+h]=f<l&&h<u?t(s[f],c[h])<=0?s[f++]:c[h++]:f<l?s[f++]:c[h++];return e},Ac=Tc,Ec=ne.match(/firefox\/(\d+)/i),_c=!!Ec&&+Ec[1],Oc=/MSIE|Trident/.test(ne),Nc=ne.match(/AppleWebKit\/(\d+)\./),Cc=!!Nc&&+Nc[1],Rc=lo,Pc=P,Lc=Ee,Ic=Ge,Fc=Sn,jc=bc,Dc=Sc,Mc=g,Bc=Ac,Wc=ba,Uc=_c,zc=Oc,Hc=ue,Vc=Cc,qc=[],$c=Pc(qc.sort),Gc=Pc(qc.push),Xc=Mc((function(){qc.sort(void 0)})),Yc=Mc((function(){qc.sort(null)})),Kc=Wc("sort"),Jc=!Mc((function(){if(Hc)return Hc<70;if(!(Uc&&Uc>3)){if(zc)return!0;if(Vc)return Vc<603;var e,t,r,n,o="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)qc.push({k:t+n,v:r})}for(qc.sort((function(e,t){return t.v-e.v})),n=0;n<qc.length;n++)t=qc[n].k.charAt(0),o.charAt(o.length-1)!==t&&(o+=t);return"DGBEFHACIJK"!==o}}));Rc({target:"Array",proto:!0,forced:Xc||!Yc||!Kc||!Jc},{sort:function(e){void 0!==e&&Lc(e);var t=Ic(this);if(Jc)return void 0===e?$c(t):$c(t,e);var r,n,o=[],i=Fc(t);for(n=0;n<i;n++)n in t&&Gc(o,t[n]);for(Bc(o,function(e){return function(t,r){return void 0===r?-1:void 0===t?1:void 0!==e?+e(t,r)||0:Dc(t)>Dc(r)?1:-1}}(e)),r=Fc(o),n=0;n<r;)t[n]=o[n++];for(;n<i;)jc(t,n++);return t}});var Zc=m,Qc=fo,el=TypeError,tl=Object.getOwnPropertyDescriptor,rl=Zc&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(e){return e instanceof TypeError}}(),nl=lo,ol=Ge,il=mn,al=hn,sl=Sn,cl=rl?function(e,t){if(Qc(e)&&!tl(e,"length").writable)throw new el("Cannot set read only .length");return e.length=t}:function(e,t){return e.length=t},ll=po,ul=Go,fl=bo,hl=bc,dl=Jo("splice"),pl=Math.max,gl=Math.min;nl({target:"Array",proto:!0,forced:!dl},{splice:function(e,t){var r,n,o,i,a,s,c=ol(this),l=sl(c),u=il(e,l),f=arguments.length;for(0===f?r=n=0:1===f?(r=0,n=l-u):(r=f-2,n=gl(pl(al(t),0),l-u)),ll(l+r-n),o=ul(c,n),i=0;i<n;i++)(a=u+i)in c&&fl(o,i,c[a]);if(o.length=n,r<n){for(i=u;i<l-n;i++)s=i+r,(a=i+n)in c?c[s]=c[a]:hl(c,s);for(i=l;i>l-n+r;i--)hl(c,i-1)}else if(r>n)for(i=l-n;i>u;i--)s=i+r-1,(a=i+n-1)in c?c[s]=c[a]:hl(c,s);for(i=0;i<r;i++)c[i+u]=arguments[i+2];return cl(c,l-n+r),o}});var ml=Ge,vl=bt;lo({target:"Date",proto:!0,arity:1,forced:g((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}))},{toJSON:function(e){var t=ml(this),r=vl(t,"number");return"number"!=typeof r||isFinite(r)?t.toISOString():null}});var bl=d,yl=K,wl=Z,Sl=hs,xl=function(e,t,r){var n,o;return Sl&&yl(n=t.constructor)&&n!==r&&wl(o=n.prototype)&&o!==r.prototype&&Sl(e,o),e},kl=P(1..valueOf),Tl="\t\n\v\f\r    \u2028\u2029\ufeff",Al=q,El=Sc,_l=Tl,Ol=P("".replace),Nl=RegExp("^["+_l+"]+"),Cl=RegExp("(^|[^"+_l+"])["+_l+"]+$"),Rl=function(e){return function(t){var r=El(Al(t));return 1&e&&(r=Ol(r,Nl,"")),2&e&&(r=Ol(r,Cl,"$1")),r}},Pl={start:Rl(1),end:Rl(2),trim:Rl(3)},Ll=lo,Il=m,Fl=d,jl=bl,Dl=P,Ml=to,Bl=Ke,Wl=xl,Ul=re,zl=we,Hl=bt,Vl=g,ql=cn.f,$l=p.f,Gl=Dt.f,Xl=kl,Yl=Pl.trim,Kl="Number",Jl=Fl[Kl];jl[Kl];var Zl=Jl.prototype,Ql=Fl.TypeError,eu=Dl("".slice),tu=Dl("".charCodeAt),ru=function(e){var t,r,n,o,i,a,s,c,l=Hl(e,"number");if(zl(l))throw new Ql("Cannot convert a Symbol value to a number");if("string"==typeof l&&l.length>2)if(l=Yl(l),43===(t=tu(l,0))||45===t){if(88===(r=tu(l,2))||120===r)return NaN}else if(48===t){switch(tu(l,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+l}for(a=(i=eu(l,2)).length,s=0;s<a;s++)if((c=tu(i,s))<48||c>o)return NaN;return parseInt(i,n)}return+l},nu=Ml(Kl,!Jl(" 0o1")||!Jl("0b1")||Jl("+0x1")),ou=function(e){var t,r=arguments.length<1?0:Jl(function(e){var t=Hl(e,"number");return"bigint"==typeof t?t:ru(t)}(e));return Ul(Zl,t=this)&&Vl((function(){Xl(t)}))?Wl(Object(r),this,ou):r};ou.prototype=Zl,nu&&(Zl.constructor=ou),Ll({global:!0,constructor:!0,wrap:!0,forced:nu},{Number:ou});nu&&function(e,t){for(var r,n=Il?ql(t):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),o=0;n.length>o;o++)Bl(t,r=n[o])&&!Bl(e,r)&&Gl(e,r,$l(t,r))}(jl[Kl],Jl);var iu=m,au=P,su=w,cu=g,lu=Ci,uu=jn,fu=S,hu=Ge,du=U,pu=Object.assign,gu=Object.defineProperty,mu=au([].concat),vu=!pu||cu((function(){if(iu&&1!==pu({b:1},pu(gu({},"a",{enumerable:!0,get:function(){gu(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach((function(e){t[e]=e})),7!==pu({},e)[r]||lu(pu({},t)).join("")!==n}))?function(e,t){for(var r=hu(e),n=arguments.length,o=1,i=uu.f,a=fu.f;n>o;)for(var s,c=du(arguments[o++]),l=i?mu(lu(c),i(c)):lu(c),u=l.length,f=0;u>f;)s=l[f++],iu&&!su(a,c,s)||(r[s]=c[s]);return r}:pu,bu=vu;lo({target:"Object",stat:!0,arity:2,forced:Object.assign!==bu},{assign:bu});var yu=m,wu=g,Su=P,xu=ja,ku=Ci,Tu=X,Au=Su(S.f),Eu=Su([].push),_u=yu&&wu((function(){var e=Object.create(null);return e[2]=2,!Au(e,2)})),Ou=function(e){return function(t){for(var r,n=Tu(t),o=ku(n),i=_u&&null===xu(n),a=o.length,s=0,c=[];a>s;)r=o[s++],yu&&!(i?r in n:Au(n,r))||Eu(c,e?[r,n[r]]:n[r]);return c}},Nu={entries:Ou(!0),values:Ou(!1)}.entries;lo({target:"Object",stat:!0},{entries:function(e){return Nu(e)}});var Cu=Ge,Ru=Ci;lo({target:"Object",stat:!0,forced:g((function(){Ru(1)}))},{keys:function(e){return Ru(Cu(e))}});var Pu=_o,Lu=wo?{}.toString:function(){return"[object "+Pu(this)+"]"};wo||sn(Object.prototype,"toString",Lu,{unsafe:!0});var Iu=d,Fu=g,ju=Sc,Du=Pl.trim,Mu=Tl,Bu=P("".charAt),Wu=Iu.parseFloat,Uu=Iu.Symbol,zu=Uu&&Uu.iterator,Hu=1/Wu(Mu+"-0")!=-1/0||zu&&!Fu((function(){Wu(Object(zu))}))?function(e){var t=Du(ju(e)),r=Wu(t);return 0===r&&"-"===Bu(t,0)?-0:r}:Wu;lo({global:!0,forced:parseFloat!==Hu},{parseFloat:Hu});var Vu=d,qu=g,$u=P,Gu=Sc,Xu=Pl.trim,Yu=Tl,Ku=Vu.parseInt,Ju=Vu.Symbol,Zu=Ju&&Ju.iterator,Qu=/^[+-]?0x/i,ef=$u(Qu.exec),tf=8!==Ku(Yu+"08")||22!==Ku(Yu+"0x16")||Zu&&!qu((function(){Ku(Object(Zu))}))?function(e,t){var r=Xu(Gu(e));return Ku(r,t>>>0||(ef(Qu,r)?16:10))}:Ku;lo({global:!0,forced:parseInt!==tf},{parseInt:tf});var rf=Z,nf=j,of=ut("match"),af=function(e){var t;return rf(e)&&(void 0!==(t=e[of])?!!t:"RegExp"===nf(e))},sf=zt,cf=function(){var e=sf(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t},lf=w,uf=Ke,ff=re,hf=cf,df=RegExp.prototype,pf=function(e){var t=e.flags;return void 0!==t||"flags"in df||uf(e,"flags")||!ff(df,e)?t:lf(hf,e)},gf=g,mf=d.RegExp,vf=gf((function(){var e=mf("a","y");return e.lastIndex=2,null!==e.exec("abcd")})),bf=vf||gf((function(){return!mf("a","y").sticky})),yf={BROKEN_CARET:vf||gf((function(){var e=mf("^r","gy");return e.lastIndex=2,null!==e.exec("str")})),MISSED_STICKY:bf,UNSUPPORTED_Y:vf},wf=Dt.f,Sf=tn,xf=Dt,kf=te,Tf=function(e,t,r){return r.get&&Sf(r.get,t,{getter:!0}),r.set&&Sf(r.set,t,{setter:!0}),xf.f(e,t,r)},Af=m,Ef=ut("species"),_f=g,Of=d.RegExp,Nf=_f((function(){var e=Of(".","s");return!(e.dotAll&&e.test("\n")&&"s"===e.flags)})),Cf=g,Rf=d.RegExp,Pf=Cf((function(){var e=Rf("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),Lf=m,If=d,Ff=P,jf=to,Df=xl,Mf=rr,Bf=Zi,Wf=cn.f,Uf=re,zf=af,Hf=Sc,Vf=pf,qf=yf,$f=function(e,t,r){r in e||wf(e,r,{configurable:!0,get:function(){return t[r]},set:function(e){t[r]=e}})},Gf=sn,Xf=g,Yf=Ke,Kf=Dr.enforce,Jf=function(e){var t=kf(e);Af&&t&&!t[Ef]&&Tf(t,Ef,{configurable:!0,get:function(){return this}})},Zf=Nf,Qf=Pf,eh=ut("match"),th=If.RegExp,rh=th.prototype,nh=If.SyntaxError,oh=Ff(rh.exec),ih=Ff("".charAt),ah=Ff("".replace),sh=Ff("".indexOf),ch=Ff("".slice),lh=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,uh=/a/g,fh=/a/g,hh=new th(uh)!==uh,dh=qf.MISSED_STICKY,ph=qf.UNSUPPORTED_Y,gh=Lf&&(!hh||dh||Zf||Qf||Xf((function(){return fh[eh]=!1,th(uh)!==uh||th(fh)===fh||"/a/i"!==String(th(uh,"i"))})));if(jf("RegExp",gh)){for(var mh=function(e,t){var r,n,o,i,a,s,c=Uf(rh,this),l=zf(e),u=void 0===t,f=[],h=e;if(!c&&l&&u&&e.constructor===mh)return e;if((l||Uf(rh,e))&&(e=e.source,u&&(t=Vf(h))),e=void 0===e?"":Hf(e),t=void 0===t?"":Hf(t),h=e,Zf&&"dotAll"in uh&&(n=!!t&&sh(t,"s")>-1)&&(t=ah(t,/s/g,"")),r=t,dh&&"sticky"in uh&&(o=!!t&&sh(t,"y")>-1)&&ph&&(t=ah(t,/y/g,"")),Qf&&(i=function(e){for(var t,r=e.length,n=0,o="",i=[],a=Bf(null),s=!1,c=!1,l=0,u="";n<=r;n++){if("\\"===(t=ih(e,n)))t+=ih(e,++n);else if("]"===t)s=!1;else if(!s)switch(!0){case"["===t:s=!0;break;case"("===t:oh(lh,ch(e,n+1))&&(n+=2,c=!0),o+=t,l++;continue;case">"===t&&c:if(""===u||Yf(a,u))throw new nh("Invalid capture group name");a[u]=!0,i[i.length]=[u,l],c=!1,u="";continue}c?u+=t:o+=t}return[o,i]}(e),e=i[0],f=i[1]),a=Df(th(e,t),c?this:rh,mh),(n||o||f.length)&&(s=Kf(a),n&&(s.dotAll=!0,s.raw=mh(function(e){for(var t,r=e.length,n=0,o="",i=!1;n<=r;n++)"\\"!==(t=ih(e,n))?i||"."!==t?("["===t?i=!0:"]"===t&&(i=!1),o+=t):o+="[\\s\\S]":o+=t+ih(e,++n);return o}(e),r)),o&&(s.sticky=!0),f.length&&(s.groups=f)),e!==h)try{Mf(a,"source",""===h?"(?:)":h)}catch(e){}return a},vh=Wf(th),bh=0;vh.length>bh;)$f(mh,th,vh[bh++]);rh.constructor=mh,mh.prototype=rh,Gf(If,"RegExp",mh,{constructor:!0})}Jf("RegExp");var yh=w,wh=P,Sh=Sc,xh=cf,kh=yf,Th=Zi,Ah=Dr.get,Eh=Nf,_h=Pf,Oh=Ve("native-string-replace",String.prototype.replace),Nh=RegExp.prototype.exec,Ch=Nh,Rh=wh("".charAt),Ph=wh("".indexOf),Lh=wh("".replace),Ih=wh("".slice),Fh=function(){var e=/a/,t=/b*/g;return yh(Nh,e,"a"),yh(Nh,t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),jh=kh.BROKEN_CARET,Dh=void 0!==/()??/.exec("")[1];(Fh||Dh||jh||Eh||_h)&&(Ch=function(e){var t,r,n,o,i,a,s,c=this,l=Ah(c),u=Sh(e),f=l.raw;if(f)return f.lastIndex=c.lastIndex,t=yh(Ch,f,u),c.lastIndex=f.lastIndex,t;var h=l.groups,d=jh&&c.sticky,p=yh(xh,c),g=c.source,m=0,v=u;if(d&&(p=Lh(p,"y",""),-1===Ph(p,"g")&&(p+="g"),v=Ih(u,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==Rh(u,c.lastIndex-1))&&(g="(?: "+g+")",v=" "+v,m++),r=new RegExp("^(?:"+g+")",p)),Dh&&(r=new RegExp("^"+g+"$(?!\\s)",p)),Fh&&(n=c.lastIndex),o=yh(Nh,d?r:c,v),d?o?(o.input=Ih(o.input,m),o[0]=Ih(o[0],m),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:Fh&&o&&(c.lastIndex=c.global?o.index+o[0].length:n),Dh&&o&&o.length>1&&yh(Oh,o[0],r,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&h)for(o.groups=a=Th(null),i=0;i<h.length;i++)a[(s=h[i])[0]]=o[s[1]];return o});var Mh=Ch;lo({target:"RegExp",proto:!0,forced:/./.exec!==Mh},{exec:Mh});var Bh=lr.PROPER,Wh=sn,Uh=zt,zh=Sc,Hh=g,Vh=pf,qh="toString",$h=RegExp.prototype,Gh=$h[qh],Xh=Hh((function(){return"/a/b"!==Gh.call({source:"a",flags:"b"})})),Yh=Bh&&Gh.name!==qh;(Xh||Yh)&&Wh($h,qh,(function(){var e=Uh(this);return"/"+zh(e.source)+"/"+zh(Vh(e))}),{unsafe:!0});var Kh=af,Jh=TypeError,Zh=function(e){if(Kh(e))throw new Jh("The method doesn't accept regular expressions");return e},Qh=ut("match"),ed=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[Qh]=!1,"/./"[e](t)}catch(e){}}return!1},td=lo,rd=Zh,nd=q,od=Sc,id=ed,ad=P("".indexOf);td({target:"String",proto:!0,forced:!id("includes")},{includes:function(e){return!!~ad(od(nd(this)),od(rd(e)),arguments.length>1?arguments[1]:void 0)}});var sd=v,cd=Function.prototype,ld=cd.apply,ud=cd.call,fd="object"==typeof Reflect&&Reflect.apply||(sd?ud.bind(ld):function(){return ud.apply(ld,arguments)}),hd=w,dd=sn,pd=Mh,gd=g,md=ut,vd=rr,bd=md("species"),yd=RegExp.prototype,wd=function(e,t,r,n){var o=md(e),i=!gd((function(){var t={};return t[o]=function(){return 7},7!==""[e](t)})),a=i&&!gd((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[bd]=function(){return r},r.flags="",r[o]=/./[o]),r.exec=function(){return t=!0,null},r[o](""),!t}));if(!i||!a||r){var s=/./[o],c=t(o,""[e],(function(e,t,r,n,o){var a=t.exec;return a===pd||a===yd.exec?i&&!o?{done:!0,value:hd(s,t,r,n)}:{done:!0,value:hd(e,r,t,n)}:{done:!1}}));dd(String.prototype,e,c[0]),dd(yd,o,c[1])}n&&vd(yd[o],"sham",!0)},Sd=P,xd=hn,kd=Sc,Td=q,Ad=Sd("".charAt),Ed=Sd("".charCodeAt),_d=Sd("".slice),Od=function(e){return function(t,r){var n,o,i=kd(Td(t)),a=xd(r),s=i.length;return a<0||a>=s?e?"":void 0:(n=Ed(i,a))<55296||n>56319||a+1===s||(o=Ed(i,a+1))<56320||o>57343?e?Ad(i,a):n:e?_d(i,a,a+2):o-56320+(n-55296<<10)+65536}},Nd={codeAt:Od(!1),charAt:Od(!0)}.charAt,Cd=function(e,t,r){return t+(r?Nd(e,t).length:1)},Rd=P,Pd=Ge,Ld=Math.floor,Id=Rd("".charAt),Fd=Rd("".replace),jd=Rd("".slice),Dd=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,Md=/\$([$&'`]|\d{1,2})/g,Bd=w,Wd=zt,Ud=K,zd=j,Hd=Mh,Vd=TypeError,qd=function(e,t){var r=e.exec;if(Ud(r)){var n=Bd(r,e,t);return null!==n&&Wd(n),n}if("RegExp"===zd(e))return Bd(Hd,e,t);throw new Vd("RegExp#exec called on incompatible receiver")},$d=fd,Gd=w,Xd=P,Yd=wd,Kd=g,Jd=zt,Zd=K,Qd=z,ep=hn,tp=yn,rp=Sc,np=q,op=Cd,ip=Ne,ap=function(e,t,r,n,o,i){var a=r+e.length,s=n.length,c=Md;return void 0!==o&&(o=Pd(o),c=Dd),Fd(i,c,(function(i,c){var l;switch(Id(c,0)){case"$":return"$";case"&":return e;case"`":return jd(t,0,r);case"'":return jd(t,a);case"<":l=o[jd(c,1,-1)];break;default:var u=+c;if(0===u)return i;if(u>s){var f=Ld(u/10);return 0===f?i:f<=s?void 0===n[f-1]?Id(c,1):n[f-1]+Id(c,1):i}l=n[u-1]}return void 0===l?"":l}))},sp=qd,cp=ut("replace"),lp=Math.max,up=Math.min,fp=Xd([].concat),hp=Xd([].push),dp=Xd("".indexOf),pp=Xd("".slice),gp="$0"==="a".replace(/./,"$0"),mp=!!/./[cp]&&""===/./[cp]("a","$0");Yd("replace",(function(e,t,r){var n=mp?"$":"$0";return[function(e,r){var n=np(this),o=Qd(e)?void 0:ip(e,cp);return o?Gd(o,e,n,r):Gd(t,rp(n),e,r)},function(e,o){var i=Jd(this),a=rp(e);if("string"==typeof o&&-1===dp(o,n)&&-1===dp(o,"$<")){var s=r(t,i,a,o);if(s.done)return s.value}var c=Zd(o);c||(o=rp(o));var l,u=i.global;u&&(l=i.unicode,i.lastIndex=0);for(var f,h=[];null!==(f=sp(i,a))&&(hp(h,f),u);){""===rp(f[0])&&(i.lastIndex=op(a,tp(i.lastIndex),l))}for(var d,p="",g=0,m=0;m<h.length;m++){for(var v,b=rp((f=h[m])[0]),y=lp(up(ep(f.index),a.length),0),w=[],S=1;S<f.length;S++)hp(w,void 0===(d=f[S])?d:String(d));var x=f.groups;if(c){var k=fp([b],w,y,a);void 0!==x&&hp(k,x),v=rp($d(o,void 0,k))}else v=ap(b,a,y,w,x,o);y>=g&&(p+=pp(a,g,y)+v,g=y+b.length)}return p+pp(a,g)}]}),!!Kd((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!gp||mp);var vp=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t},bp=w,yp=zt,wp=z,Sp=q,xp=vp,kp=Sc,Tp=Ne,Ap=qd;wd("search",(function(e,t,r){return[function(t){var r=Sp(this),n=wp(t)?void 0:Tp(t,e);return n?bp(n,t,r):new RegExp(t)[e](kp(r))},function(e){var n=yp(this),o=kp(e),i=r(t,n,o);if(i.done)return i.value;var a=n.lastIndex;xp(a,0)||(n.lastIndex=0);var s=Ap(n,o);return xp(n.lastIndex,a)||(n.lastIndex=a),null===s?-1:s.index}]}));var Ep=Wo,_p=xe,Op=TypeError,Np=zt,Cp=function(e){if(Ep(e))return e;throw new Op(_p(e)+" is not a constructor")},Rp=z,Pp=ut("species"),Lp=w,Ip=P,Fp=wd,jp=zt,Dp=z,Mp=q,Bp=function(e,t){var r,n=Np(e).constructor;return void 0===n||Rp(r=Np(n)[Pp])?t:Cp(r)},Wp=Cd,Up=yn,zp=Sc,Hp=Ne,Vp=qd,qp=g,$p=yf.UNSUPPORTED_Y,Gp=Math.min,Xp=Ip([].push),Yp=Ip("".slice),Kp=!qp((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var r="ab".split(e);return 2!==r.length||"a"!==r[0]||"b"!==r[1]})),Jp="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;Fp("split",(function(e,t,r){var n="0".split(void 0,0).length?function(e,r){return void 0===e&&0===r?[]:Lp(t,this,e,r)}:t;return[function(t,r){var o=Mp(this),i=Dp(t)?void 0:Hp(t,e);return i?Lp(i,t,o,r):Lp(n,zp(o),t,r)},function(e,o){var i=jp(this),a=zp(e);if(!Jp){var s=r(n,i,a,o,n!==t);if(s.done)return s.value}var c=Bp(i,RegExp),l=i.unicode,u=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+($p?"g":"y"),f=new c($p?"^(?:"+i.source+")":i,u),h=void 0===o?4294967295:o>>>0;if(0===h)return[];if(0===a.length)return null===Vp(f,a)?[a]:[];for(var d=0,p=0,g=[];p<a.length;){f.lastIndex=$p?0:p;var m,v=Vp(f,$p?Yp(a,p):a);if(null===v||(m=Gp(Up(f.lastIndex+($p?p:0)),a.length))===d)p=Wp(a,p,l);else{if(Xp(g,Yp(a,d,p)),g.length===h)return g;for(var b=1;b<=v.length-1;b++)if(Xp(g,v[b]),g.length===h)return g;p=d=m}}return Xp(g,Yp(a,d)),g}]}),Jp||!Kp,$p);var Zp=lr.PROPER,Qp=g,eg=Tl,tg=Pl.trim;lo({target:"String",proto:!0,forced:function(e){return Qp((function(){return!!eg[e]()||"…"!=="…"[e]()||Zp&&eg[e].name!==e}))}("trim")},{trim:function(){return tg(this)}});var rg={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},ng=At("span").classList,og=ng&&ng.constructor&&ng.constructor.prototype,ig=og===Object.prototype?void 0:og,ag=Ai.forEach,sg=ba("forEach")?[].forEach:function(e){return ag(this,e,arguments.length>1?arguments[1]:void 0)},cg=d,lg=rg,ug=ig,fg=sg,hg=rr,dg=function(e){if(e&&e.forEach!==fg)try{hg(e,"forEach",fg)}catch(t){e.forEach=fg}};for(var pg in lg)lg[pg]&&dg(cg[pg]&&cg[pg].prototype);dg(ug);var gg=d,mg=rg,vg=ig,bg=Hs,yg=rr,wg=Ya,Sg=ut("iterator"),xg=bg.values,kg=function(e,t){if(e){if(e[Sg]!==xg)try{yg(e,Sg,xg)}catch(t){e[Sg]=xg}if(wg(e,t,!0),mg[t])for(var r in bg)if(e[r]!==bg[r])try{yg(e,r,bg[r])}catch(t){e[r]=bg[r]}}};for(var Tg in mg)kg(gg[Tg]&&gg[Tg].prototype,Tg);kg(vg,"DOMTokenList");var Ag=Ge,Eg=ja,_g=Oa;lo({target:"Object",stat:!0,forced:g((function(){Eg(1)})),sham:!_g},{getPrototypeOf:function(e){return Eg(Ag(e))}});var Og,Ng=lo,Cg=pi,Rg=p.f,Pg=yn,Lg=Sc,Ig=Zh,Fg=q,jg=ed,Dg=Cg("".slice),Mg=Math.min,Bg=jg("endsWith");Ng({target:"String",proto:!0,forced:!!(Bg||(Og=Rg(String.prototype,"endsWith"),!Og||Og.writable))&&!Bg},{endsWith:function(e){var t=Lg(Fg(this));Ig(e);var r=arguments.length>1?arguments[1]:void 0,n=t.length,o=void 0===r?n:Mg(Pg(r),n),i=Lg(e);return Dg(t,o-i.length,o)===i}});var Wg=w,Ug=zt,zg=z,Hg=yn,Vg=Sc,qg=q,$g=Ne,Gg=Cd,Xg=qd;wd("match",(function(e,t,r){return[function(t){var r=qg(this),n=zg(t)?void 0:$g(t,e);return n?Wg(n,t,r):new RegExp(t)[e](Vg(r))},function(e){var n=Ug(this),o=Vg(e),i=r(t,n,o);if(i.done)return i.value;if(!n.global)return Xg(n,o);var a=n.unicode;n.lastIndex=0;for(var s,c=[],l=0;null!==(s=Xg(n,o));){var u=Vg(s[0]);c[l]=u,""===u&&(n.lastIndex=Gg(o,Hg(n.lastIndex),a)),l++}return 0===l?null:c}]}));var Yg=lo,Kg=pi,Jg=p.f,Zg=yn,Qg=Sc,em=Zh,tm=q,rm=ed,nm=Kg("".slice),om=Math.min,im=rm("startsWith"),am=!im&&!!function(){var e=Jg(String.prototype,"startsWith");return e&&!e.writable}();Yg({target:"String",proto:!0,forced:!am&&!im},{startsWith:function(e){var t=Qg(tm(this));em(e);var r=Zg(om(arguments.length>1?arguments[1]:void 0,t.length)),n=Qg(e);return nm(t,r,r+n.length)===n}});var sm={getBootstrapVersion:function(){var t=5;try{var r=e.fn.dropdown.Constructor.VERSION;void 0!==r&&(t=parseInt(r,10))}catch(e){}try{var n=bootstrap.Tooltip.VERSION;void 0!==n&&(t=parseInt(n,10))}catch(e){}return t},getIconsPrefix:function(e){return{bootstrap3:"glyphicon",bootstrap4:"fa",bootstrap5:"bi","bootstrap-table":"icon",bulma:"fa",foundation:"fa",materialize:"material-icons",semantic:"fa"}[e]||"fa"},getIcons:function(e){return{glyphicon:{paginationSwitchDown:"glyphicon-collapse-down icon-chevron-down",paginationSwitchUp:"glyphicon-collapse-up icon-chevron-up",refresh:"glyphicon-refresh icon-refresh",toggleOff:"glyphicon-list-alt icon-list-alt",toggleOn:"glyphicon-list-alt icon-list-alt",columns:"glyphicon-th icon-th",detailOpen:"glyphicon-plus icon-plus",detailClose:"glyphicon-minus icon-minus",fullscreen:"glyphicon-fullscreen",search:"glyphicon-search",clearSearch:"glyphicon-trash"},fa:{paginationSwitchDown:"fa-caret-square-down",paginationSwitchUp:"fa-caret-square-up",refresh:"fa-sync",toggleOff:"fa-toggle-off",toggleOn:"fa-toggle-on",columns:"fa-th-list",detailOpen:"fa-plus",detailClose:"fa-minus",fullscreen:"fa-arrows-alt",search:"fa-search",clearSearch:"fa-trash"},bi:{paginationSwitchDown:"bi-caret-down-square",paginationSwitchUp:"bi-caret-up-square",refresh:"bi-arrow-clockwise",toggleOff:"bi-toggle-off",toggleOn:"bi-toggle-on",columns:"bi-list-ul",detailOpen:"bi-plus",detailClose:"bi-dash",fullscreen:"bi-arrows-move",search:"bi-search",clearSearch:"bi-trash"},icon:{paginationSwitchDown:"icon-arrow-up-circle",paginationSwitchUp:"icon-arrow-down-circle",refresh:"icon-refresh-cw",toggleOff:"icon-toggle-right",toggleOn:"icon-toggle-right",columns:"icon-list",detailOpen:"icon-plus",detailClose:"icon-minus",fullscreen:"icon-maximize",search:"icon-search",clearSearch:"icon-trash-2"},"material-icons":{paginationSwitchDown:"grid_on",paginationSwitchUp:"grid_off",refresh:"refresh",toggleOff:"tablet",toggleOn:"tablet_android",columns:"view_list",detailOpen:"add",detailClose:"remove",fullscreen:"fullscreen",sort:"sort",search:"search",clearSearch:"delete"}}[e]||{}},getSearchInput:function(t){return"string"==typeof t.options.searchSelector?e(t.options.searchSelector):t.$toolbar.find(".search input")},extend:function(){for(var e=this,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];var i,a=n[0]||{},s=1,c=!1;for("boolean"==typeof a&&(c=a,a=n[s]||{},s++),"object"!==r(a)&&"function"!=typeof a&&(a={});s<n.length;s++){var l=n[s];if(null!=l)for(var u in l){var f=l[u];if("__proto__"!==u&&a!==f){var h=Array.isArray(f);if(c&&f&&(this.isObject(f)||h)){var d=a[u];if(h&&Array.isArray(d)&&d.every((function(t){return!e.isObject(t)&&!Array.isArray(t)}))){a[u]=f;continue}i=h&&!Array.isArray(d)?[]:h||this.isObject(d)?d:{},a[u]=this.extend(c,i,f)}else void 0!==f&&(a[u]=f)}}}return a},sprintf:function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];var o=!0,i=0,a=e.replace(/%s/g,(function(){var e=r[i++];return void 0===e?(o=!1,""):e}));return o?a:""},isObject:function(e){if("object"!==r(e)||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t},isEmptyObject:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return 0===Object.entries(e).length&&e.constructor===Object},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},getFieldTitle:function(e,t){var r,n=u(e);try{for(n.s();!(r=n.n()).done;){var o=r.value;if(o.field===t)return o.title}}catch(e){n.e(e)}finally{n.f()}return""},setFieldIndex:function(e){var t,r=0,n=[],o=u(e[0]);try{for(o.s();!(t=o.n()).done;){r+=t.value.colspan||1}}catch(e){o.e(e)}finally{o.f()}for(var i=0;i<e.length;i++){n[i]=[];for(var a=0;a<r;a++)n[i][a]=!1}for(var s=0;s<e.length;s++){var c,l=u(e[s]);try{for(l.s();!(c=l.n()).done;){var f=c.value,h=f.rowspan||1,d=f.colspan||1,p=n[s].indexOf(!1);f.colspanIndex=p,1===d?(f.fieldIndex=p,void 0===f.field&&(f.field=p)):f.colspanGroup=f.colspan;for(var g=0;g<h;g++)for(var m=0;m<d;m++)n[s+g][p+m]=!0}}catch(e){l.e(e)}finally{l.f()}}},normalizeAccent:function(e){return"string"!=typeof e?e:e.normalize("NFD").replace(/[\u0300-\u036f]/g,"")},updateFieldGroup:function(e,t){var r,n,o=(r=[]).concat.apply(r,s(e)),i=u(e);try{for(i.s();!(n=i.n()).done;){var a,c=u(n.value);try{for(c.s();!(a=c.n()).done;){var l=a.value;if(l.colspanGroup>1){for(var f=0,h=function(e){var t=o.filter((function(t){return t.fieldIndex===e})),r=t[t.length-1];if(t.length>1)for(var n=0;n<t.length-1;n++)t[n].visible=r.visible;r.visible&&f++},d=l.colspanIndex;d<l.colspanIndex+l.colspanGroup;d++)h(d);l.colspan=f,l.visible=f>0}}}catch(e){c.e(e)}finally{c.f()}}}catch(e){i.e(e)}finally{i.f()}if(!(e.length<2)){var p,g=u(t);try{var m=function(){var e=p.value,t=o.filter((function(t){return t.fieldIndex===e.fieldIndex}));if(t.length>1){var r,n=u(t);try{for(n.s();!(r=n.n()).done;){r.value.visible=e.visible}}catch(e){n.e(e)}finally{n.f()}}};for(g.s();!(p=g.n()).done;)m()}catch(e){g.e(e)}finally{g.f()}}},getScrollBarWidth:function(){if(void 0===this.cachedWidth){var t=e("<div/>").addClass("fixed-table-scroll-inner"),r=e("<div/>").addClass("fixed-table-scroll-outer");r.append(t),e("body").append(r);var n=t[0].offsetWidth;r.css("overflow","scroll");var o=t[0].offsetWidth;n===o&&(o=r[0].clientWidth),r.remove(),this.cachedWidth=n-o}return this.cachedWidth},calculateObjectValue:function(e,t,n,o){var i=t;if("string"==typeof t){var a=t.split(".");if(a.length>1){i=window;var c,l=u(a);try{for(l.s();!(c=l.n()).done;){i=i[c.value]}}catch(e){l.e(e)}finally{l.f()}}else i=window[t]}return null!==i&&"object"===r(i)?i:"function"==typeof i?i.apply(e,n||[]):!i&&"string"==typeof t&&n&&this.sprintf.apply(this,[t].concat(s(n)))?this.sprintf.apply(this,[t].concat(s(n))):o},compareObjects:function(e,t,r){var n=Object.keys(e),o=Object.keys(t);if(r&&n.length!==o.length)return!1;for(var i=0,a=n;i<a.length;i++){var s=a[i];if(o.includes(s)&&e[s]!==t[s])return!1}return!0},regexCompare:function(e,t){try{var r=t.match(/^\/(.*?)\/([gim]*)$/);if(-1!==e.toString().search(r?new RegExp(r[1],r[2]):new RegExp(t,"gim")))return!0}catch(e){return!1}return!1},escapeApostrophe:function(e){return e.toString().replace(/'/g,"&#39;")},escapeHTML:function(e){return e?e.toString().replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#39;"):e},unescapeHTML:function(e){return"string"==typeof e&&e?e.toString().replace(/&amp;/g,"&").replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&quot;/g,'"').replace(/&#39;/g,"'"):e},removeHTML:function(e){return e?e.toString().replace(/(<([^>]+)>)/gi,"").replace(/&[#A-Za-z0-9]+;/gi,"").trim():e},getRealDataAttr:function(e){for(var t=0,r=Object.entries(e);t<r.length;t++){var n=a(r[t],2),o=n[0],i=n[1],s=o.split(/(?=[A-Z])/).join("-").toLowerCase();s!==o&&(e[s]=i,delete e[o])}return e},getItemField:function(e,t,r){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:void 0,o=e;if(void 0!==n&&(r=n),"string"!=typeof t||e.hasOwnProperty(t))return r?this.escapeHTML(e[t]):e[t];var i,a=u(t.split("."));try{for(a.s();!(i=a.n()).done;){var s=i.value;o=o&&o[s]}}catch(e){a.e(e)}finally{a.f()}return r?this.escapeHTML(o):o},isIEBrowser:function(){return navigator.userAgent.includes("MSIE ")||/Trident.*rv:11\./.test(navigator.userAgent)},findIndex:function(e,t){var r,n=u(e);try{for(n.s();!(r=n.n()).done;){var o=r.value;if(JSON.stringify(o)===JSON.stringify(t))return e.indexOf(o)}}catch(e){n.e(e)}finally{n.f()}return-1},trToData:function(t,r){var n=this,o=[],i=[];return r.each((function(r,a){var s=e(a),c={};c._id=s.attr("id"),c._class=s.attr("class"),c._data=n.getRealDataAttr(s.data()),c._style=s.attr("style"),s.find(">td,>th").each((function(o,a){for(var s=e(a),l=+s.attr("colspan")||1,u=+s.attr("rowspan")||1,f=o;i[r]&&i[r][f];f++);for(var h=f;h<f+l;h++)for(var d=r;d<r+u;d++)i[d]||(i[d]=[]),i[d][h]=!0;var p=t[f].field;c[p]=n.escapeApostrophe(s.html().trim()),c["_".concat(p,"_id")]=s.attr("id"),c["_".concat(p,"_class")]=s.attr("class"),c["_".concat(p,"_rowspan")]=s.attr("rowspan"),c["_".concat(p,"_colspan")]=s.attr("colspan"),c["_".concat(p,"_title")]=s.attr("title"),c["_".concat(p,"_data")]=n.getRealDataAttr(s.data()),c["_".concat(p,"_style")]=s.attr("style")})),o.push(c)})),o},sort:function(e,t,r,n,o,i){if(null==e&&(e=""),null==t&&(t=""),n.sortStable&&e===t&&(e=o,t=i),this.isNumeric(e)&&this.isNumeric(t))return(e=parseFloat(e))<(t=parseFloat(t))?-1*r:e>t?r:0;if(n.sortEmptyLast){if(""===e)return 1;if(""===t)return-1}return e===t?0:("string"!=typeof e&&(e=e.toString()),-1===e.localeCompare(t)?-1*r:r)},getEventName:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return t=t||"".concat(+new Date).concat(~~(1e6*Math.random())),"".concat(e,"-").concat(t)},hasDetailViewIcon:function(e){return e.detailView&&e.detailViewIcon&&!e.cardView},getDetailViewIndexOffset:function(e){return this.hasDetailViewIcon(e)&&"right"!==e.detailViewAlign?1:0},checkAutoMergeCells:function(e){var t,r=u(e);try{for(r.s();!(t=r.n()).done;)for(var n=t.value,o=0,i=Object.keys(n);o<i.length;o++){var a=i[o];if(a.startsWith("_")&&(a.endsWith("_rowspan")||a.endsWith("_colspan")))return!0}}catch(e){r.e(e)}finally{r.f()}return!1},deepCopy:function(e){return void 0===e?e:this.extend(!0,Array.isArray(e)?[]:{},e)},debounce:function(e,t,r){var n;return function(){var o=this,i=arguments,a=r&&!n;clearTimeout(n),n=setTimeout((function(){n=null,r||e.apply(o,i)}),t),a&&e.apply(o,i)}}},cm=sm.getBootstrapVersion(),lm={3:{classes:{buttonsPrefix:"btn",buttons:"default",buttonsGroup:"btn-group",buttonsDropdown:"btn-group",pull:"pull",inputGroup:"input-group",inputPrefix:"input-",input:"form-control",select:"form-control",paginationDropdown:"btn-group dropdown",dropup:"dropup",dropdownActive:"active",paginationActive:"active",buttonActive:"active"},html:{toolbarDropdown:['<ul class="dropdown-menu" role="menu">',"</ul>"],toolbarDropdownItem:'<li class="dropdown-item-marker" role="menuitem"><label>%s</label></li>',toolbarDropdownSeparator:'<li class="divider"></li>',pageDropdown:['<ul class="dropdown-menu" role="menu">',"</ul>"],pageDropdownItem:'<li role="menuitem" class="%s"><a href="#">%s</a></li>',dropdownCaret:'<span class="caret"></span>',pagination:['<ul class="pagination%s">',"</ul>"],paginationItem:'<li class="page-item%s"><a class="page-link" aria-label="%s" href="javascript:void(0)">%s</a></li>',icon:'<i class="%s %s"></i>',inputGroup:'<div class="input-group">%s<span class="input-group-btn">%s</span></div>',searchInput:'<input class="%s%s" type="text" placeholder="%s">',searchButton:'<button class="%s" type="button" name="search" title="%s">%s %s</button>',searchClearButton:'<button class="%s" type="button" name="clearSearch" title="%s">%s %s</button>'}},4:{classes:{buttonsPrefix:"btn",buttons:"secondary",buttonsGroup:"btn-group",buttonsDropdown:"btn-group",pull:"float",inputGroup:"btn-group",inputPrefix:"form-control-",input:"form-control",select:"form-control",paginationDropdown:"btn-group dropdown",dropup:"dropup",dropdownActive:"active",paginationActive:"active",buttonActive:"active"},html:{toolbarDropdown:['<div class="dropdown-menu dropdown-menu-right">',"</div>"],toolbarDropdownItem:'<label class="dropdown-item dropdown-item-marker">%s</label>',pageDropdown:['<div class="dropdown-menu">',"</div>"],pageDropdownItem:'<a class="dropdown-item %s" href="#">%s</a>',toolbarDropdownSeparator:'<div class="dropdown-divider"></div>',dropdownCaret:'<span class="caret"></span>',pagination:['<ul class="pagination%s">',"</ul>"],paginationItem:'<li class="page-item%s"><a class="page-link" aria-label="%s" href="javascript:void(0)">%s</a></li>',icon:'<i class="%s %s"></i>',inputGroup:'<div class="input-group">%s<div class="input-group-append">%s</div></div>',searchInput:'<input class="%s%s" type="text" placeholder="%s">',searchButton:'<button class="%s" type="button" name="search" title="%s">%s %s</button>',searchClearButton:'<button class="%s" type="button" name="clearSearch" title="%s">%s %s</button>'}},5:{classes:{buttonsPrefix:"btn",buttons:"secondary",buttonsGroup:"btn-group",buttonsDropdown:"btn-group",pull:"float",inputGroup:"btn-group",inputPrefix:"form-control-",input:"form-control",select:"form-select",paginationDropdown:"btn-group dropdown",dropup:"dropup",dropdownActive:"active",paginationActive:"active",buttonActive:"active"},html:{dataToggle:"data-bs-toggle",toolbarDropdown:['<div class="dropdown-menu dropdown-menu-end">',"</div>"],toolbarDropdownItem:'<label class="dropdown-item dropdown-item-marker">%s</label>',pageDropdown:['<div class="dropdown-menu">',"</div>"],pageDropdownItem:'<a class="dropdown-item %s" href="#">%s</a>',toolbarDropdownSeparator:'<div class="dropdown-divider"></div>',dropdownCaret:'<span class="caret"></span>',pagination:['<ul class="pagination%s">',"</ul>"],paginationItem:'<li class="page-item%s"><a class="page-link" aria-label="%s" href="javascript:void(0)">%s</a></li>',icon:'<i class="%s %s"></i>',inputGroup:'<div class="input-group">%s%s</div>',searchInput:'<input class="%s%s" type="text" placeholder="%s">',searchButton:'<button class="%s" type="button" name="search" title="%s">%s %s</button>',searchClearButton:'<button class="%s" type="button" name="clearSearch" title="%s">%s %s</button>'}}}[cm],um={height:void 0,classes:"table table-bordered table-hover",buttons:{},theadClasses:"",headerStyle:function(e){return{}},rowStyle:function(e,t){return{}},rowAttributes:function(e,t){return{}},undefinedText:"-",locale:void 0,virtualScroll:!1,virtualScrollItemHeight:void 0,sortable:!0,sortClass:void 0,silentSort:!0,sortEmptyLast:!1,sortName:void 0,sortOrder:void 0,sortReset:!1,sortStable:!1,sortResetPage:!1,rememberOrder:!1,serverSort:!0,customSort:void 0,columns:[[]],data:[],url:void 0,method:"get",cache:!0,contentType:"application/json",dataType:"json",ajax:void 0,ajaxOptions:{},queryParams:function(e){return e},queryParamsType:"limit",responseHandler:function(e){return e},totalField:"total",totalNotFilteredField:"totalNotFiltered",dataField:"rows",footerField:"footer",pagination:!1,paginationParts:["pageInfo","pageSize","pageList"],showExtendedPagination:!1,paginationLoop:!0,sidePagination:"client",totalRows:0,totalNotFiltered:0,pageNumber:1,pageSize:10,pageList:[10,25,50,100],paginationHAlign:"right",paginationVAlign:"bottom",paginationDetailHAlign:"left",paginationPreText:"&lsaquo;",paginationNextText:"&rsaquo;",paginationSuccessivelySize:5,paginationPagesBySide:1,paginationUseIntermediate:!1,paginationLoadMore:!1,search:!1,searchable:!1,searchHighlight:!1,searchOnEnterKey:!1,strictSearch:!1,regexSearch:!1,searchSelector:!1,visibleSearch:!1,showButtonIcons:!0,showButtonText:!1,showSearchButton:!1,showSearchClearButton:!1,trimOnSearch:!0,searchAlign:"right",searchTimeOut:500,searchText:"",customSearch:void 0,showHeader:!0,showFooter:!1,footerStyle:function(e){return{}},searchAccentNeutralise:!1,showColumns:!1,showColumnsToggleAll:!1,showColumnsSearch:!1,minimumCountColumns:1,showPaginationSwitch:!1,showRefresh:!1,showToggle:!1,showFullscreen:!1,smartDisplay:!0,escape:!1,escapeTitle:!0,filterOptions:{filterAlgorithm:"and"},idField:void 0,selectItemName:"btSelectItem",clickToSelect:!1,ignoreClickToSelectOn:function(e){var t=e.tagName;return["A","BUTTON"].includes(t)},singleSelect:!1,checkboxHeader:!0,maintainMetaData:!1,multipleSelectRow:!1,uniqueId:void 0,cardView:!1,detailView:!1,detailViewIcon:!0,detailViewByClick:!1,detailViewAlign:"left",detailFormatter:function(e,t){return""},detailFilter:function(e,t){return!0},toolbar:void 0,toolbarAlign:"left",buttonsToolbar:void 0,buttonsAlign:"right",buttonsOrder:["paginationSwitch","refresh","toggle","fullscreen","columns"],buttonsPrefix:lm.classes.buttonsPrefix,buttonsClass:lm.classes.buttons,iconsPrefix:void 0,icons:{},iconSize:void 0,fixedScroll:!1,loadingFontSize:"auto",loadingTemplate:function(e){return'<span class="loading-wrap">\n <span class="loading-text">'.concat(e,'</span>\n <span class="animation-wrap"><span class="animation-dot"></span></span>\n </span>\n ')},onAll:function(e,t){return!1},onClickCell:function(e,t,r,n){return!1},onDblClickCell:function(e,t,r,n){return!1},onClickRow:function(e,t){return!1},onDblClickRow:function(e,t){return!1},onSort:function(e,t){return!1},onCheck:function(e){return!1},onUncheck:function(e){return!1},onCheckAll:function(e){return!1},onUncheckAll:function(e){return!1},onCheckSome:function(e){return!1},onUncheckSome:function(e){return!1},onLoadSuccess:function(e){return!1},onLoadError:function(e){return!1},onColumnSwitch:function(e,t){return!1},onColumnSwitchAll:function(e){return!1},onPageChange:function(e,t){return!1},onSearch:function(e){return!1},onToggle:function(e){return!1},onPreBody:function(e){return!1},onPostBody:function(){return!1},onPostHeader:function(){return!1},onPostFooter:function(){return!1},onExpandRow:function(e,t,r){return!1},onCollapseRow:function(e,t){return!1},onRefreshOptions:function(e){return!1},onRefresh:function(e){return!1},onResetView:function(){return!1},onScrollBody:function(){return!1},onTogglePagination:function(e){return!1},onVirtualScroll:function(e,t){return!1}},fm={formatLoadingMessage:function(){return"Loading, please wait"},formatRecordsPerPage:function(e){return"".concat(e," rows per page")},formatShowingRows:function(e,t,r,n){return void 0!==n&&n>0&&n>r?"Showing ".concat(e," to ").concat(t," of ").concat(r," rows (filtered from ").concat(n," total rows)"):"Showing ".concat(e," to ").concat(t," of ").concat(r," rows")},formatSRPaginationPreText:function(){return"previous page"},formatSRPaginationPageText:function(e){return"to page ".concat(e)},formatSRPaginationNextText:function(){return"next page"},formatDetailPagination:function(e){return"Showing ".concat(e," rows")},formatSearch:function(){return"Search"},formatClearSearch:function(){return"Clear Search"},formatNoMatches:function(){return"No matching records found"},formatPaginationSwitch:function(){return"Hide/Show pagination"},formatPaginationSwitchDown:function(){return"Show pagination"},formatPaginationSwitchUp:function(){return"Hide pagination"},formatRefresh:function(){return"Refresh"},formatToggleOn:function(){return"Show card view"},formatToggleOff:function(){return"Hide card view"},formatColumns:function(){return"Columns"},formatColumnsToggleAll:function(){return"Toggle all"},formatFullscreen:function(){return"Fullscreen"},formatAllRows:function(){return"All"}},hm={field:void 0,title:void 0,titleTooltip:void 0,class:void 0,width:void 0,widthUnit:"px",rowspan:void 0,colspan:void 0,align:void 0,halign:void 0,falign:void 0,valign:void 0,cellStyle:void 0,radio:!1,checkbox:!1,checkboxEnabled:!0,clickToSelect:!0,showSelectTitle:!1,sortable:!1,sortName:void 0,order:"asc",sorter:void 0,visible:!0,switchable:!0,switchableLabel:void 0,cardVisible:!0,searchable:!0,formatter:void 0,footerFormatter:void 0,footerStyle:void 0,detailFormatter:void 0,searchFormatter:!0,searchHighlightFormatter:!1,escape:void 0,events:void 0};Object.assign(um,fm);var dm={VERSION:"1.22.5",THEME:"bootstrap".concat(cm),CONSTANTS:lm,DEFAULTS:um,COLUMN_DEFAULTS:hm,METHODS:["getOptions","refreshOptions","getData","getSelections","load","append","prepend","remove","removeAll","insertRow","updateRow","getRowByUniqueId","updateByUniqueId","removeByUniqueId","updateCell","updateCellByUniqueId","showRow","hideRow","getHiddenRows","showColumn","hideColumn","getVisibleColumns","getHiddenColumns","showAllColumns","hideAllColumns","mergeCells","checkAll","uncheckAll","checkInvert","check","uncheck","checkBy","uncheckBy","refresh","destroy","resetView","showLoading","hideLoading","togglePagination","toggleFullscreen","toggleView","resetSearch","filterBy","sortBy","scrollTo","getScrollPosition","selectPage","prevPage","nextPage","toggleDetailView","expandRow","collapseRow","expandRowByUniqueId","collapseRowByUniqueId","expandAllRows","collapseAllRows","updateColumnTitle","updateFormatText"],EVENTS:{"all.bs.table":"onAll","click-row.bs.table":"onClickRow","dbl-click-row.bs.table":"onDblClickRow","click-cell.bs.table":"onClickCell","dbl-click-cell.bs.table":"onDblClickCell","sort.bs.table":"onSort","check.bs.table":"onCheck","uncheck.bs.table":"onUncheck","check-all.bs.table":"onCheckAll","uncheck-all.bs.table":"onUncheckAll","check-some.bs.table":"onCheckSome","uncheck-some.bs.table":"onUncheckSome","load-success.bs.table":"onLoadSuccess","load-error.bs.table":"onLoadError","column-switch.bs.table":"onColumnSwitch","column-switch-all.bs.table":"onColumnSwitchAll","page-change.bs.table":"onPageChange","search.bs.table":"onSearch","toggle.bs.table":"onToggle","pre-body.bs.table":"onPreBody","post-body.bs.table":"onPostBody","post-header.bs.table":"onPostHeader","post-footer.bs.table":"onPostFooter","expand-row.bs.table":"onExpandRow","collapse-row.bs.table":"onCollapseRow","refresh-options.bs.table":"onRefreshOptions","reset-view.bs.table":"onResetView","refresh.bs.table":"onRefresh","scroll-body.bs.table":"onScrollBody","toggle-pagination.bs.table":"onTogglePagination","virtual-scroll.bs.table":"onVirtualScroll"},LOCALES:{en:fm,"en-US":fm}},pm=function(){return i((function e(t){var r=this;n(this,e),this.rows=t.rows,this.scrollEl=t.scrollEl,this.contentEl=t.contentEl,this.callback=t.callback,this.itemHeight=t.itemHeight,this.cache={},this.scrollTop=this.scrollEl.scrollTop,this.initDOM(this.rows,t.fixedScroll),this.scrollEl.scrollTop=this.scrollTop,this.lastCluster=0;var o=function(){r.lastCluster!==(r.lastCluster=r.getNum())&&(r.initDOM(r.rows),r.callback(r.startIndex,r.endIndex))};this.scrollEl.addEventListener("scroll",o,!1),this.destroy=function(){r.contentEl.innerHtml="",r.scrollEl.removeEventListener("scroll",o,!1)}}),[{key:"initDOM",value:function(e,t){void 0===this.clusterHeight?(this.cache.scrollTop=this.scrollEl.scrollTop,this.cache.data=this.contentEl.innerHTML=e[0]+e[0]+e[0],this.getRowsHeight(e)):0===this.blockHeight&&this.getRowsHeight(e);var r=this.initData(e,this.getNum(t)),n=r.rows.join(""),o=this.checkChanges("data",n),i=this.checkChanges("top",r.topOffset),a=this.checkChanges("bottom",r.bottomOffset),s=[];o&&i?(r.topOffset&&s.push(this.getExtra("top",r.topOffset)),s.push(n),r.bottomOffset&&s.push(this.getExtra("bottom",r.bottomOffset)),this.startIndex=r.start,this.endIndex=r.end,this.contentEl.innerHTML=s.join(""),t&&(this.contentEl.scrollTop=this.cache.scrollTop)):a&&(this.contentEl.lastChild.style.height="".concat(r.bottomOffset,"px"))}},{key:"getRowsHeight",value:function(){if(void 0===this.itemHeight||0===this.itemHeight){var e=this.contentEl.children,t=e[Math.floor(e.length/2)];this.itemHeight=t.offsetHeight}this.blockHeight=50*this.itemHeight,this.clusterRows=200,this.clusterHeight=4*this.blockHeight}},{key:"getNum",value:function(e){return this.scrollTop=e?this.cache.scrollTop:this.scrollEl.scrollTop,Math.floor(this.scrollTop/(this.clusterHeight-this.blockHeight))||0}},{key:"initData",value:function(e,t){if(e.length<50)return{topOffset:0,bottomOffset:0,rowsAbove:0,rows:e};var r=Math.max((this.clusterRows-50)*t,0),n=r+this.clusterRows,o=Math.max(r*this.itemHeight,0),i=Math.max((e.length-n)*this.itemHeight,0),a=[],s=r;o<1&&s++;for(var c=r;c<n;c++)e[c]&&a.push(e[c]);return{start:r,end:n,topOffset:o,bottomOffset:i,rowsAbove:s,rows:a}}},{key:"checkChanges",value:function(e,t){var r=t!==this.cache[e];return this.cache[e]=t,r}},{key:"getExtra",value:function(e,t){var r=document.createElement("tr");return r.className="virtual-scroll-".concat(e),t&&(r.style.height="".concat(t,"px")),r.outerHTML}}])}(),gm=function(){function t(r,o){n(this,t),this.options=o,this.$el=e(r),this.$el_=this.$el.clone(),this.timeoutId_=0,this.timeoutFooter_=0}return i(t,[{key:"init",value:function(){this.initConstants(),this.initLocale(),this.initContainer(),this.initTable(),this.initHeader(),this.initData(),this.initHiddenRows(),this.initToolbar(),this.initPagination(),this.initBody(),this.initSearchText(),this.initServer()}},{key:"initConstants",value:function(){var t=this.options;this.constants=dm.CONSTANTS,this.constants.theme=e.fn.bootstrapTable.theme,this.constants.dataToggle=this.constants.html.dataToggle||"data-toggle";var n=sm.getIconsPrefix(e.fn.bootstrapTable.theme);"string"==typeof t.icons&&(t.icons=sm.calculateObjectValue(null,t.icons)),t.iconsPrefix=t.iconsPrefix||e.fn.bootstrapTable.defaults.iconsPrefix||n,t.icons=Object.assign(sm.getIcons(t.iconsPrefix),e.fn.bootstrapTable.defaults.icons,t.icons);var o=t.buttonsPrefix?"".concat(t.buttonsPrefix,"-"):"";this.constants.buttonsClass=[t.buttonsPrefix,o+t.buttonsClass,sm.sprintf("".concat(o,"%s"),t.iconSize)].join(" ").trim(),this.buttons=sm.calculateObjectValue(this,t.buttons,[],{}),"object"!==r(this.buttons)&&(this.buttons={})}},{key:"initLocale",value:function(){if(this.options.locale){var r=e.fn.bootstrapTable.locales,n=this.options.locale.split(/-|_/);n[0]=n[0].toLowerCase(),n[1]&&(n[1]=n[1].toUpperCase());var o={};r[this.options.locale]?o=r[this.options.locale]:r[n.join("-")]?o=r[n.join("-")]:r[n[0]]&&(o=r[n[0]]),this._defaultLocales=this._defaultLocales||{};for(var i=0,s=Object.entries(o);i<s.length;i++){var c=a(s[i],2),l=c[0],u=c[1],f=this._defaultLocales.hasOwnProperty(l)?this._defaultLocales[l]:t.DEFAULTS[l];this.options[l]===f&&(this.options[l]=u,this._defaultLocales[l]=u)}}}},{key:"initContainer",value:function(){var t=["top","both"].includes(this.options.paginationVAlign)?'<div class="fixed-table-pagination clearfix"></div>':"",r=["bottom","both"].includes(this.options.paginationVAlign)?'<div class="fixed-table-pagination"></div>':"",n=sm.calculateObjectValue(this.options,this.options.loadingTemplate,[this.options.formatLoadingMessage()]);this.$container=e('\n <div class="bootstrap-table '.concat(this.constants.theme,'">\n <div class="fixed-table-toolbar"></div>\n ').concat(t,'\n <div class="fixed-table-container">\n <div class="fixed-table-header"><table></table></div>\n <div class="fixed-table-body">\n <div class="fixed-table-loading">\n ').concat(n,'\n </div>\n </div>\n <div class="fixed-table-footer"></div>\n </div>\n ').concat(r,"\n </div>\n ")),this.$container.insertAfter(this.$el),this.$tableContainer=this.$container.find(".fixed-table-container"),this.$tableHeader=this.$container.find(".fixed-table-header"),this.$tableBody=this.$container.find(".fixed-table-body"),this.$tableLoading=this.$container.find(".fixed-table-loading"),this.$tableFooter=this.$el.find("tfoot"),this.options.buttonsToolbar?this.$toolbar=e("body").find(this.options.buttonsToolbar):this.$toolbar=this.$container.find(".fixed-table-toolbar"),this.$pagination=this.$container.find(".fixed-table-pagination"),this.$tableBody.append(this.$el),this.$container.after('<div class="clearfix"></div>'),this.$el.addClass(this.options.classes),this.$tableLoading.addClass(this.options.classes),this.options.height&&(this.$tableContainer.addClass("fixed-height"),this.options.showFooter&&this.$tableContainer.addClass("has-footer"),this.options.classes.split(" ").includes("table-bordered")&&(this.$tableBody.append('<div class="fixed-table-border"></div>'),this.$tableBorder=this.$tableBody.find(".fixed-table-border"),this.$tableLoading.addClass("fixed-table-border")),this.$tableFooter=this.$container.find(".fixed-table-footer"))}},{key:"initTable",value:function(){var r=this,n=[];if(this.$header=this.$el.find(">thead"),this.$header.length?this.options.theadClasses&&this.$header.addClass(this.options.theadClasses):this.$header=e('<thead class="'.concat(this.options.theadClasses,'"></thead>')).appendTo(this.$el),this._headerTrClasses=[],this._headerTrStyles=[],this.$header.find("tr").each((function(t,o){var i=e(o),a=[];i.find("th").each((function(t,r){var n=e(r);void 0!==n.data("field")&&n.data("field","".concat(n.data("field")));var o=Object.assign({},n.data());for(var i in o)e.fn.bootstrapTable.columnDefaults.hasOwnProperty(i)&&delete o[i];a.push(sm.extend({},{_data:sm.getRealDataAttr(o),title:n.html(),class:n.attr("class"),titleTooltip:n.attr("title"),rowspan:n.attr("rowspan")?+n.attr("rowspan"):void 0,colspan:n.attr("colspan")?+n.attr("colspan"):void 0},n.data()))})),n.push(a),i.attr("class")&&r._headerTrClasses.push(i.attr("class")),i.attr("style")&&r._headerTrStyles.push(i.attr("style"))})),Array.isArray(this.options.columns[0])||(this.options.columns=[this.options.columns]),this.options.columns=sm.extend(!0,[],n,this.options.columns),this.columns=[],this.fieldsColumnsIndex=[],sm.setFieldIndex(this.options.columns),this.options.columns.forEach((function(e,n){e.forEach((function(e,o){var i=sm.extend({},t.COLUMN_DEFAULTS,e,{passed:e});void 0!==i.fieldIndex&&(r.columns[i.fieldIndex]=i,r.fieldsColumnsIndex[i.field]=i.fieldIndex),r.options.columns[n][o]=i}))})),!this.options.data.length){var o=sm.trToData(this.columns,this.$el.find(">tbody>tr"));o.length&&(this.options.data=o,this.fromHtml=!0)}this.options.pagination&&"server"!==this.options.sidePagination||(this.footerData=sm.trToData(this.columns,this.$el.find(">tfoot>tr"))),this.footerData&&this.$el.find("tfoot").html("<tr></tr>"),!this.options.showFooter||this.options.cardView?this.$tableFooter.hide():this.$tableFooter.show()}},{key:"initHeader",value:function(){var t=this,n={},o=[];this.header={fields:[],styles:[],classes:[],formatters:[],detailFormatters:[],events:[],sorters:[],sortNames:[],cellStyles:[],searchables:[]},sm.updateFieldGroup(this.options.columns,this.columns),this.options.columns.forEach((function(e,i){var s=[];s.push("<tr".concat(sm.sprintf(' class="%s"',t._headerTrClasses[i])," ").concat(sm.sprintf(' style="%s"',t._headerTrStyles[i]),">"));var c="";if(0===i&&sm.hasDetailViewIcon(t.options)){var l=t.options.columns.length>1?' rowspan="'.concat(t.options.columns.length,'"'):"";c='<th class="detail"'.concat(l,'>\n <div class="fht-cell"></div>\n </th>')}c&&"right"!==t.options.detailViewAlign&&s.push(c),e.forEach((function(e,o){var c=sm.sprintf(' class="%s"',e.class),l=e.widthUnit,u=parseFloat(e.width),f=e.halign?e.halign:e.align,h=sm.sprintf("text-align: %s; ",f),d=sm.sprintf("text-align: %s; ",e.align),p=sm.sprintf("vertical-align: %s; ",e.valign);if(p+=sm.sprintf("width: %s; ",!e.checkbox&&!e.radio||u?u?u+l:void 0:e.showSelectTitle?void 0:"36px"),void 0!==e.fieldIndex||e.visible){var g=sm.calculateObjectValue(null,t.options.headerStyle,[e]),m=[],v=[],b="";if(g&&g.css)for(var y=0,w=Object.entries(g.css);y<w.length;y++){var S=a(w[y],2),x=S[0],k=S[1];m.push("".concat(x,": ").concat(k))}if(g&&g.classes&&(b=sm.sprintf(' class="%s"',e.class?[e.class,g.classes].join(" "):g.classes)),void 0!==e.fieldIndex){if(t.header.fields[e.fieldIndex]=e.field,t.header.styles[e.fieldIndex]=d+p,t.header.classes[e.fieldIndex]=c,t.header.formatters[e.fieldIndex]=e.formatter,t.header.detailFormatters[e.fieldIndex]=e.detailFormatter,t.header.events[e.fieldIndex]=e.events,t.header.sorters[e.fieldIndex]=e.sorter,t.header.sortNames[e.fieldIndex]=e.sortName,t.header.cellStyles[e.fieldIndex]=e.cellStyle,t.header.searchables[e.fieldIndex]=e.searchable,!e.visible)return;if(t.options.cardView&&!e.cardVisible)return;n[e.field]=e}if(Object.keys(e._data||{}).length>0)for(var T=0,A=Object.entries(e._data);T<A.length;T++){var E=a(A[T],2),_=E[0],O=E[1];v.push("data-".concat(_,"='").concat("object"===r(O)?JSON.stringify(O):O,"'"))}s.push("<th".concat(sm.sprintf(' title="%s"',e.titleTooltip)),e.checkbox||e.radio?sm.sprintf(' class="bs-checkbox %s"',e.class||""):b||c,sm.sprintf(' style="%s"',h+p+m.join("; ")||void 0),sm.sprintf(' rowspan="%s"',e.rowspan),sm.sprintf(' colspan="%s"',e.colspan),sm.sprintf(' data-field="%s"',e.field),0===o&&i>0?" data-not-first-th":"",v.length>0?v.join(" "):"",">"),s.push(sm.sprintf('<div class="th-inner %s">',t.options.sortable&&e.sortable?"sortable".concat("center"===f?" sortable-center":""," both"):""));var N=t.options.escape&&t.options.escapeTitle?sm.escapeHTML(e.title):e.title,C=N;e.checkbox&&(N="",!t.options.singleSelect&&t.options.checkboxHeader&&(N='<label><input name="btSelectAll" type="checkbox" /><span></span></label>'),t.header.stateField=e.field),e.radio&&(N="",t.header.stateField=e.field),!N&&e.showSelectTitle&&(N+=C),s.push(N),s.push("</div>"),s.push('<div class="fht-cell"></div>'),s.push("</div>"),s.push("</th>")}})),c&&"right"===t.options.detailViewAlign&&s.push(c),s.push("</tr>"),s.length>3&&o.push(s.join(""))})),this.$header.html(o.join("")),this.$header.find("th[data-field]").each((function(t,r){e(r).data(n[e(r).data("field")])})),this.$container.off("click",".th-inner").on("click",".th-inner",(function(r){var n=e(r.currentTarget);if(t.options.detailView&&!n.parent().hasClass("bs-checkbox")&&n.closest(".bootstrap-table")[0]!==t.$container[0])return!1;t.options.sortable&&n.parent().data().sortable&&t.onSort(r)}));var i=sm.getEventName("resize.bootstrap-table",this.$el.attr("id"));e(window).off(i),!this.options.showHeader||this.options.cardView?(this.$header.hide(),this.$tableHeader.hide(),this.$tableLoading.css("top",0)):(this.$header.show(),this.$tableHeader.show(),this.$tableLoading.css("top",this.$header.outerHeight()+1),this.getCaret(),e(window).on(i,(function(){return t.resetView()}))),this.$selectAll=this.$header.find('[name="btSelectAll"]'),this.$selectAll.off("click").on("click",(function(r){r.stopPropagation();var n=e(r.currentTarget).prop("checked");t[n?"checkAll":"uncheckAll"](),t.updateSelected()}))}},{key:"initData",value:function(e,t){"append"===t?this.options.data=this.options.data.concat(e):"prepend"===t?this.options.data=[].concat(e).concat(this.options.data):(e=e||sm.deepCopy(this.options.data),this.options.data=Array.isArray(e)?e:e[this.options.dataField]),this.data=s(this.options.data),this.options.sortReset&&(this.unsortedData=s(this.data)),"server"!==this.options.sidePagination&&this.initSort()}},{key:"initSort",value:function(){var e=this,t=this.options.sortName,r="desc"===this.options.sortOrder?-1:1,n=this.header.fields.indexOf(this.options.sortName),o=0;-1!==n?(this.options.sortStable&&this.data.forEach((function(e,t){e.hasOwnProperty("_position")||(e._position=t)})),this.options.customSort?sm.calculateObjectValue(this.options,this.options.customSort,[this.options.sortName,this.options.sortOrder,this.data]):this.data.sort((function(o,i){e.header.sortNames[n]&&(t=e.header.sortNames[n]);var a=sm.getItemField(o,t,e.options.escape),s=sm.getItemField(i,t,e.options.escape),c=sm.calculateObjectValue(e.header,e.header.sorters[n],[a,s,o,i]);return void 0!==c?e.options.sortStable&&0===c?r*(o._position-i._position):r*c:sm.sort(a,s,r,e.options,o._position,i._position)})),void 0!==this.options.sortClass&&(clearTimeout(o),o=setTimeout((function(){e.$el.removeClass(e.options.sortClass);var t=e.$header.find('[data-field="'.concat(e.options.sortName,'"]')).index();e.$el.find("tr td:nth-child(".concat(t+1,")")).addClass(e.options.sortClass)}),250))):this.options.sortReset&&(this.data=s(this.unsortedData))}},{key:"sortBy",value:function(e){this.options.sortName=e.field,this.options.sortOrder=e.hasOwnProperty("sortOrder")?e.sortOrder:"asc",this._sort()}},{key:"onSort",value:function(t){var r=t.type,n=t.currentTarget,o="keypress"===r?e(n):e(n).parent(),i=this.$header.find("th").eq(o.index());if(this.$header.add(this.$header_).find("span.order").remove(),this.options.sortName===o.data("field")){var a=this.options.sortOrder,s=this.columns[this.fieldsColumnsIndex[o.data("field")]].sortOrder||this.columns[this.fieldsColumnsIndex[o.data("field")]].order;void 0===a?this.options.sortOrder="asc":"asc"===a?this.options.sortOrder=this.options.sortReset?"asc"===s?"desc":void 0:"desc":"desc"===this.options.sortOrder&&(this.options.sortOrder=this.options.sortReset?"desc"===s?"asc":void 0:"asc"),void 0===this.options.sortOrder&&(this.options.sortName=void 0)}else this.options.sortName=o.data("field"),this.options.rememberOrder?this.options.sortOrder="asc"===o.data("order")?"desc":"asc":this.options.sortOrder=this.columns[this.fieldsColumnsIndex[o.data("field")]].sortOrder||this.columns[this.fieldsColumnsIndex[o.data("field")]].order;o.add(i).data("order",this.options.sortOrder),this.getCaret(),this._sort()}},{key:"_sort",value:function(){if("server"===this.options.sidePagination&&this.options.serverSort)return this.options.pageNumber=1,this.trigger("sort",this.options.sortName,this.options.sortOrder),void this.initServer(this.options.silentSort);this.options.pagination&&this.options.sortResetPage&&(this.options.pageNumber=1,this.initPagination()),this.trigger("sort",this.options.sortName,this.options.sortOrder),this.initSort(),this.initBody()}},{key:"initToolbar",value:function(){var t,n=this,o=this.options,i=[],s=0,c=0;this.$toolbar.find(".bs-bars").children().length&&e("body").append(e(o.toolbar)),this.$toolbar.html(""),"string"!=typeof o.toolbar&&"object"!==r(o.toolbar)||e(sm.sprintf('<div class="bs-bars %s-%s"></div>',this.constants.classes.pull,o.toolbarAlign)).appendTo(this.$toolbar).append(e(o.toolbar)),i=['<div class="'.concat(["columns","columns-".concat(o.buttonsAlign),this.constants.classes.buttonsGroup,"".concat(this.constants.classes.pull,"-").concat(o.buttonsAlign)].join(" "),'">')],"string"==typeof o.buttonsOrder&&(o.buttonsOrder=o.buttonsOrder.replace(/\[|\]| |'/g,"").split(",")),this.buttons=Object.assign(this.buttons,{paginationSwitch:{text:o.pagination?o.formatPaginationSwitchUp():o.formatPaginationSwitchDown(),icon:o.pagination?o.icons.paginationSwitchDown:o.icons.paginationSwitchUp,render:!1,event:this.togglePagination,attributes:{"aria-label":o.formatPaginationSwitch(),title:o.formatPaginationSwitch()}},refresh:{text:o.formatRefresh(),icon:o.icons.refresh,render:!1,event:this.refresh,attributes:{"aria-label":o.formatRefresh(),title:o.formatRefresh()}},toggle:{text:o.formatToggleOn(),icon:o.icons.toggleOff,render:!1,event:this.toggleView,attributes:{"aria-label":o.formatToggleOn(),title:o.formatToggleOn()}},fullscreen:{text:o.formatFullscreen(),icon:o.icons.fullscreen,render:!1,event:this.toggleFullscreen,attributes:{"aria-label":o.formatFullscreen(),title:o.formatFullscreen()}},columns:{render:!1,html:function(){var e=[];if(e.push('<div class="keep-open '.concat(n.constants.classes.buttonsDropdown,'">\n <button class="').concat(n.constants.buttonsClass,' dropdown-toggle" type="button" ').concat(n.constants.dataToggle,'="dropdown"\n aria-label="').concat(o.formatColumns(),'" title="').concat(o.formatColumns(),'">\n ').concat(o.showButtonIcons?sm.sprintf(n.constants.html.icon,o.iconsPrefix,o.icons.columns):"","\n ").concat(o.showButtonText?o.formatColumns():"","\n ").concat(n.constants.html.dropdownCaret,"\n </button>\n ").concat(n.constants.html.toolbarDropdown[0])),o.showColumnsSearch&&(e.push(sm.sprintf(n.constants.html.toolbarDropdownItem,sm.sprintf('<input type="text" class="%s" name="columnsSearch" placeholder="%s" autocomplete="off">',n.constants.classes.input,o.formatSearch()))),e.push(n.constants.html.toolbarDropdownSeparator)),o.showColumnsToggleAll){var t=n.getVisibleColumns().length===n.columns.filter((function(e){return!n.isSelectionColumn(e)})).length;e.push(sm.sprintf(n.constants.html.toolbarDropdownItem,sm.sprintf('<input type="checkbox" class="toggle-all" %s> <span>%s</span>',t?'checked="checked"':"",o.formatColumnsToggleAll()))),e.push(n.constants.html.toolbarDropdownSeparator)}var r=0;return n.columns.forEach((function(e){e.visible&&r++})),n.columns.forEach((function(t,i){if(!n.isSelectionColumn(t)&&(!o.cardView||t.cardVisible)){var a=t.visible?' checked="checked"':"",s=r<=o.minimumCountColumns&&a?' disabled="disabled"':"";t.switchable&&(e.push(sm.sprintf(n.constants.html.toolbarDropdownItem,sm.sprintf('<input type="checkbox" data-field="%s" value="%s"%s%s> <span>%s</span>',t.field,i,a,s,t.switchableLabel||t.title))),c++)}})),e.push(n.constants.html.toolbarDropdown[1],"</div>"),e.join("")}}});for(var l={},f=0,h=Object.entries(this.buttons);f<h.length;f++){var d=a(h[f],2),p=d[0],g=d[1],m=void 0;if(g.hasOwnProperty("html"))"function"==typeof g.html?m=g.html():"string"==typeof g.html&&(m=g.html);else{var v=this.constants.buttonsClass;if(g.hasOwnProperty("attributes")&&g.attributes.class&&(v+=" ".concat(g.attributes.class)),m='<button class="'.concat(v,'" type="button" name="').concat(p,'"'),g.hasOwnProperty("attributes"))for(var b=0,y=Object.entries(g.attributes);b<y.length;b++){var w=a(y[b],2),S=w[0],x=w[1];"class"!==S&&(m+=" ".concat(S,'="').concat(x,'"'))}m+=">",o.showButtonIcons&&g.hasOwnProperty("icon")&&(m+="".concat(sm.sprintf(this.constants.html.icon,o.iconsPrefix,g.icon)," ")),o.showButtonText&&g.hasOwnProperty("text")&&(m+=g.text),m+="</button>"}l[p]=m;var k="show".concat(p.charAt(0).toUpperCase()).concat(p.substring(1)),T=o[k];!(!g.hasOwnProperty("render")||g.hasOwnProperty("render")&&g.render)||void 0!==T&&!0!==T||(o[k]=!0),o.buttonsOrder.includes(p)||o.buttonsOrder.push(p)}var A,E=u(o.buttonsOrder);try{for(E.s();!(A=E.n()).done;){var _=A.value;o["show".concat(_.charAt(0).toUpperCase()).concat(_.substring(1))]&&i.push(l[_])}}catch(e){E.e(e)}finally{E.f()}i.push("</div>"),(this.showToolbar||i.length>2)&&this.$toolbar.append(i.join(""));for(var O=function(){var e=a(C[N],2),t=e[0],r=e[1];if(r.hasOwnProperty("event")){if("function"==typeof r.event||"string"==typeof r.event){var o="string"==typeof r.event?window[r.event]:r.event;return n.$toolbar.find('button[name="'.concat(t,'"]')).off("click").on("click",(function(){return o.call(n)})),1}for(var i=function(){var e=a(c[s],2),r=e[0],o=e[1],i="string"==typeof o?window[o]:o;n.$toolbar.find('button[name="'.concat(t,'"]')).off(r).on(r,(function(){return i.call(n)}))},s=0,c=Object.entries(r.event);s<c.length;s++)i()}},N=0,C=Object.entries(this.buttons);N<C.length;N++)O();if(o.showColumns){var R=(t=this.$toolbar.find(".keep-open")).find('input[type="checkbox"]:not(".toggle-all")'),P=t.find('input[type="checkbox"].toggle-all');if(c<=o.minimumCountColumns&&t.find("input").prop("disabled",!0),t.find("li, label").off("click").on("click",(function(e){e.stopImmediatePropagation()})),R.off("click").on("click",(function(t){var r=t.currentTarget,o=e(r);n._toggleColumn(o.val(),o.prop("checked"),!1),n.trigger("column-switch",o.data("field"),o.prop("checked")),P.prop("checked",R.filter(":checked").length===n.columns.filter((function(e){return!n.isSelectionColumn(e)})).length)})),P.off("click").on("click",(function(t){var r=t.currentTarget;n._toggleAllColumns(e(r).prop("checked")),n.trigger("column-switch-all",e(r).prop("checked"))})),o.showColumnsSearch){var L=t.find('[name="columnsSearch"]'),I=t.find(".dropdown-item-marker");L.on("keyup paste change",(function(t){var r=t.currentTarget,n=e(r).val().toLowerCase();I.show(),R.each((function(t,r){var o=e(r).parents(".dropdown-item-marker");o.text().toLowerCase().includes(n)||o.hide()}))}))}}var F=function(e){var t=e.is("select")?"change":"keyup drop blur mouseup";e.off(t).on(t,(function(e){o.searchOnEnterKey&&13!==e.keyCode||[37,38,39,40].includes(e.keyCode)||(clearTimeout(s),s=setTimeout((function(){n.onSearch({currentTarget:e.currentTarget})}),o.searchTimeOut))}))};if((o.search||this.showSearchClearButton)&&"string"!=typeof o.searchSelector){i=[];var j=sm.sprintf(this.constants.html.searchButton,this.constants.buttonsClass,o.formatSearch(),o.showButtonIcons?sm.sprintf(this.constants.html.icon,o.iconsPrefix,o.icons.search):"",o.showButtonText?o.formatSearch():""),D=sm.sprintf(this.constants.html.searchClearButton,this.constants.buttonsClass,o.formatClearSearch(),o.showButtonIcons?sm.sprintf(this.constants.html.icon,o.iconsPrefix,o.icons.clearSearch):"",o.showButtonText?o.formatClearSearch():""),M='<input class="'.concat(this.constants.classes.input,"\n ").concat(sm.sprintf(" %s%s",this.constants.classes.inputPrefix,o.iconSize),'\n search-input" type="search" aria-label="').concat(o.formatSearch(),'" placeholder="').concat(o.formatSearch(),'" autocomplete="off">'),B=M;if(o.showSearchButton||o.showSearchClearButton){var W=(o.showSearchButton?j:"")+(o.showSearchClearButton?D:"");B=o.search?sm.sprintf(this.constants.html.inputGroup,M,W):W}i.push(sm.sprintf('\n <div class="'.concat(this.constants.classes.pull,"-").concat(o.searchAlign," search ").concat(this.constants.classes.inputGroup,'">\n %s\n </div>\n '),B)),this.$toolbar.append(i.join(""));var U=sm.getSearchInput(this);o.showSearchButton?(this.$toolbar.find(".search button[name=search]").off("click").on("click",(function(){clearTimeout(s),s=setTimeout((function(){n.onSearch({currentTarget:U})}),o.searchTimeOut)})),o.searchOnEnterKey&&F(U)):F(U),o.showSearchClearButton&&this.$toolbar.find(".search button[name=clearSearch]").click((function(){n.resetSearch()}))}else"string"==typeof o.searchSelector&&F(sm.getSearchInput(this))}},{key:"onSearch",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=t.currentTarget,n=t.firedByInitSearchText,o=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(void 0!==r&&e(r).length&&o){var i=e(r).val().trim();if(this.options.trimOnSearch&&e(r).val()!==i&&e(r).val(i),this.searchText===i)return;var a=sm.getSearchInput(this),s=r instanceof jQuery?r:e(r);(s.is(a)||s.hasClass("search-input"))&&(this.searchText=i,this.options.searchText=i)}n||(this.options.pageNumber=1),this.initSearch(),n?"client"===this.options.sidePagination&&this.updatePagination():this.updatePagination(),this.trigger("search",this.searchText)}},{key:"initSearch",value:function(){var e=this;if(this.filterOptions=this.filterOptions||this.options.filterOptions,"server"!==this.options.sidePagination){if(this.options.customSearch)return this.data=sm.calculateObjectValue(this.options,this.options.customSearch,[this.options.data,this.searchText,this.filterColumns]),this.options.sortReset&&(this.unsortedData=s(this.data)),void this.initSort();var t=this.searchText&&(this.fromHtml?sm.escapeHTML(this.searchText):this.searchText),r=t?t.toLowerCase():"",n=sm.isEmptyObject(this.filterColumns)?null:this.filterColumns;this.options.searchAccentNeutralise&&(r=sm.normalizeAccent(r)),"function"==typeof this.filterOptions.filterAlgorithm?this.data=this.options.data.filter((function(t){return e.filterOptions.filterAlgorithm.apply(null,[t,n])})):"string"==typeof this.filterOptions.filterAlgorithm&&(this.data=n?this.options.data.filter((function(t){var r=e.filterOptions.filterAlgorithm;if("and"===r){for(var o in n)if(Array.isArray(n[o])&&!n[o].includes(t[o])||!Array.isArray(n[o])&&t[o]!==n[o])return!1}else if("or"===r){var i=!1;for(var a in n)(Array.isArray(n[a])&&n[a].includes(t[a])||!Array.isArray(n[a])&&t[a]===n[a])&&(i=!0);return i}return!0})):s(this.options.data));var o=this.getVisibleFields();this.data=r?this.data.filter((function(n,i){for(var a=0;a<e.header.fields.length;a++)if(e.header.searchables[a]&&(!e.options.visibleSearch||-1!==o.indexOf(e.header.fields[a]))){var s=sm.isNumeric(e.header.fields[a])?parseInt(e.header.fields[a],10):e.header.fields[a],c=e.columns[e.fieldsColumnsIndex[s]],l=void 0;if("string"!=typeof s||n.hasOwnProperty(s))l=n[s];else{l=n;for(var u=s.split("."),f=0;f<u.length;f++){if(null===l[u[f]]){l=null;break}l=l[u[f]]}}if(e.options.searchAccentNeutralise&&(l=sm.normalizeAccent(l)),c&&c.searchFormatter&&(l=sm.calculateObjectValue(c,e.header.formatters[a],[l,n,i,c.field],l)),"string"==typeof l||"number"==typeof l){if(e.options.strictSearch&&"".concat(l).toLowerCase()===r||e.options.regexSearch&&sm.regexCompare(l,t))return!0;var h=/(?:(<=|=>|=<|>=|>|<)(?:\s+)?(-?\d+)?|(-?\d+)?(\s+)?(<=|=>|=<|>=|>|<))/gm.exec(e.searchText),d=!1;if(h){var p=h[1]||"".concat(h[5],"l"),g=h[2]||h[3],m=parseInt(l,10),v=parseInt(g,10);switch(p){case">":case"<l":d=m>v;break;case"<":case">l":d=m<v;break;case"<=":case"=<":case">=l":case"=>l":d=m<=v;break;case">=":case"=>":case"<=l":case"=<l":d=m>=v}}if(d||"".concat(l).toLowerCase().includes(r))return!0}}return!1})):this.data,this.options.sortReset&&(this.unsortedData=s(this.data)),this.initSort()}}},{key:"initPagination",value:function(){var e=this,t=this.options;if(t.pagination){this.$pagination.show();var r,n,o,i,a,s,c,l=[],u=!1,f=this.getData({includeHiddenRows:!1}),h=t.pageList;if("string"==typeof h&&(h=h.replace(/\[|\]| /g,"").toLowerCase().split(",")),h=h.map((function(e){return"string"==typeof e?e.toLowerCase()===t.formatAllRows().toLowerCase()||["all","unlimited"].includes(e.toLowerCase())?t.formatAllRows():+e:e})),this.paginationParts=t.paginationParts,"string"==typeof this.paginationParts&&(this.paginationParts=this.paginationParts.replace(/\[|\]| |'/g,"").split(",")),"server"!==t.sidePagination&&(t.totalRows=f.length),this.totalPages=0,t.totalRows&&(t.pageSize===t.formatAllRows()&&(t.pageSize=t.totalRows,u=!0),this.totalPages=1+~~((t.totalRows-1)/t.pageSize),t.totalPages=this.totalPages),this.totalPages>0&&t.pageNumber>this.totalPages&&(t.pageNumber=this.totalPages),this.pageFrom=(t.pageNumber-1)*t.pageSize+1,this.pageTo=t.pageNumber*t.pageSize,this.pageTo>t.totalRows&&(this.pageTo=t.totalRows),this.options.pagination&&"server"!==this.options.sidePagination&&(this.options.totalNotFiltered=this.options.data.length),this.options.showExtendedPagination||(this.options.totalNotFiltered=void 0),(this.paginationParts.includes("pageInfo")||this.paginationParts.includes("pageInfoShort")||this.paginationParts.includes("pageSize"))&&l.push('<div class="'.concat(this.constants.classes.pull,"-").concat(t.paginationDetailHAlign,' pagination-detail">')),this.paginationParts.includes("pageInfo")||this.paginationParts.includes("pageInfoShort")){var d=this.options.totalRows+("client"===this.options.sidePagination&&this.options.paginationLoadMore&&!this._paginationLoaded?" +":""),p=this.paginationParts.includes("pageInfoShort")?t.formatDetailPagination(d):t.formatShowingRows(this.pageFrom,this.pageTo,d,t.totalNotFiltered);l.push('<span class="pagination-info">\n '.concat(p,"\n </span>"))}if(this.paginationParts.includes("pageSize")){l.push('<div class="page-list">');var g=['<div class="'.concat(this.constants.classes.paginationDropdown,'">\n <button class="').concat(this.constants.buttonsClass,' dropdown-toggle" type="button" ').concat(this.constants.dataToggle,'="dropdown">\n <span class="page-size">\n ').concat(u?t.formatAllRows():t.pageSize,"\n </span>\n ").concat(this.constants.html.dropdownCaret,"\n </button>\n ").concat(this.constants.html.pageDropdown[0])];h.forEach((function(r,n){var o;(!t.smartDisplay||0===n||h[n-1]<t.totalRows||r===t.formatAllRows())&&(o=u?r===t.formatAllRows()?e.constants.classes.dropdownActive:"":r===t.pageSize?e.constants.classes.dropdownActive:"",g.push(sm.sprintf(e.constants.html.pageDropdownItem,o,r)))})),g.push("".concat(this.constants.html.pageDropdown[1],"</div>")),l.push(t.formatRecordsPerPage(g.join("")))}if((this.paginationParts.includes("pageInfo")||this.paginationParts.includes("pageInfoShort")||this.paginationParts.includes("pageSize"))&&l.push("</div></div>"),this.paginationParts.includes("pageList")){l.push('<div class="'.concat(this.constants.classes.pull,"-").concat(t.paginationHAlign,' pagination">'),sm.sprintf(this.constants.html.pagination[0],sm.sprintf(" pagination-%s",t.iconSize)),sm.sprintf(this.constants.html.paginationItem," page-pre",t.formatSRPaginationPreText(),t.paginationPreText)),this.totalPages<t.paginationSuccessivelySize?(n=1,o=this.totalPages):o=(n=t.pageNumber-t.paginationPagesBySide)+2*t.paginationPagesBySide,t.pageNumber<t.paginationSuccessivelySize-1&&(o=t.paginationSuccessivelySize),t.paginationSuccessivelySize>this.totalPages-n&&(n=n-(t.paginationSuccessivelySize-(this.totalPages-n))+1),n<1&&(n=1),o>this.totalPages&&(o=this.totalPages);var m=Math.round(t.paginationPagesBySide/2),v=function(r){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return sm.sprintf(e.constants.html.paginationItem,n+(r===t.pageNumber?" ".concat(e.constants.classes.paginationActive):""),t.formatSRPaginationPageText(r),r)};if(n>1){var b=t.paginationPagesBySide;for(b>=n&&(b=n-1),r=1;r<=b;r++)l.push(v(r));n-1===b+1?(r=n-1,l.push(v(r))):n-1>b&&(n-2*t.paginationPagesBySide>t.paginationPagesBySide&&t.paginationUseIntermediate?(r=Math.round((n-m)/2+m),l.push(v(r," page-intermediate"))):l.push(sm.sprintf(this.constants.html.paginationItem," page-first-separator disabled","","...")))}for(r=n;r<=o;r++)l.push(v(r));if(this.totalPages>o){var y=this.totalPages-(t.paginationPagesBySide-1);for(o>=y&&(y=o+1),o+1===y-1?(r=o+1,l.push(v(r))):y>o+1&&(this.totalPages-o>2*t.paginationPagesBySide&&t.paginationUseIntermediate?(r=Math.round((this.totalPages-m-o)/2+o),l.push(v(r," page-intermediate"))):l.push(sm.sprintf(this.constants.html.paginationItem," page-last-separator disabled","","..."))),r=y;r<=this.totalPages;r++)l.push(v(r))}l.push(sm.sprintf(this.constants.html.paginationItem," page-next",t.formatSRPaginationNextText(),t.paginationNextText)),l.push(this.constants.html.pagination[1],"</div>")}this.$pagination.html(l.join(""));var w=["bottom","both"].includes(t.paginationVAlign)?" ".concat(this.constants.classes.dropup):"";this.$pagination.last().find(".page-list > div").addClass(w),t.onlyInfoPagination||(i=this.$pagination.find(".page-list a"),a=this.$pagination.find(".page-pre"),s=this.$pagination.find(".page-next"),c=this.$pagination.find(".page-item").not(".page-next, .page-pre, .page-last-separator, .page-first-separator"),this.totalPages<=1&&this.$pagination.find("div.pagination").hide(),t.smartDisplay&&(h.length<2||t.totalRows<=h[0])&&this.$pagination.find("div.page-list").hide(),this.$pagination[this.getData().length?"show":"hide"](),t.paginationLoop||(1===t.pageNumber&&a.addClass("disabled"),t.pageNumber===this.totalPages&&s.addClass("disabled")),u&&(t.pageSize=t.formatAllRows()),i.off("click").on("click",(function(t){return e.onPageListChange(t)})),a.off("click").on("click",(function(t){return e.onPagePre(t)})),s.off("click").on("click",(function(t){return e.onPageNext(t)})),c.off("click").on("click",(function(t){return e.onPageNumber(t)})))}else this.$pagination.hide()}},{key:"updatePagination",value:function(t){t&&e(t.currentTarget).hasClass("disabled")||(this.options.maintainMetaData||this.resetRows(),this.initPagination(),this.trigger("page-change",this.options.pageNumber,this.options.pageSize),"server"===this.options.sidePagination||"client"===this.options.sidePagination&&this.options.paginationLoadMore&&!this._paginationLoaded&&this.options.pageNumber===this.totalPages?this.initServer():this.initBody())}},{key:"onPageListChange",value:function(t){t.preventDefault();var r=e(t.currentTarget);return r.parent().addClass(this.constants.classes.dropdownActive).siblings().removeClass(this.constants.classes.dropdownActive),this.options.pageSize=r.text().toUpperCase()===this.options.formatAllRows().toUpperCase()?this.options.formatAllRows():+r.text(),this.$toolbar.find(".page-size").text(this.options.pageSize),this.updatePagination(t),!1}},{key:"onPagePre",value:function(t){if(!e(t.target).hasClass("disabled"))return t.preventDefault(),this.options.pageNumber-1==0?this.options.pageNumber=this.options.totalPages:this.options.pageNumber--,this.updatePagination(t),!1}},{key:"onPageNext",value:function(t){if(!e(t.target).hasClass("disabled"))return t.preventDefault(),this.options.pageNumber+1>this.options.totalPages?this.options.pageNumber=1:this.options.pageNumber++,this.updatePagination(t),!1}},{key:"onPageNumber",value:function(t){if(t.preventDefault(),this.options.pageNumber!==+e(t.currentTarget).text())return this.options.pageNumber=+e(t.currentTarget).text(),this.updatePagination(t),!1}},{key:"initRow",value:function(e,t,n,o){var i=this,s=[],c={},l=[],u="",f={},h=[];if(!(sm.findIndex(this.hiddenRows,e)>-1)){if((c=sm.calculateObjectValue(this.options,this.options.rowStyle,[e,t],c))&&c.css)for(var d=0,p=Object.entries(c.css);d<p.length;d++){var g=a(p[d],2),m=g[0],v=g[1];l.push("".concat(m,": ").concat(v))}if(f=sm.calculateObjectValue(this.options,this.options.rowAttributes,[e,t],f))for(var b=0,y=Object.entries(f);b<y.length;b++){var w=a(y[b],2),S=w[0],x=w[1];h.push("".concat(S,'="').concat(sm.escapeHTML(x),'"'))}if(e._data&&!sm.isEmptyObject(e._data))for(var k=0,T=Object.entries(e._data);k<T.length;k++){var A=a(T[k],2),E=A[0],_=A[1];if("index"===E)return;u+=" data-".concat(E,"='").concat("object"===r(_)?JSON.stringify(_):_,"'")}s.push("<tr",sm.sprintf(" %s",h.length?h.join(" "):void 0),sm.sprintf(' id="%s"',Array.isArray(e)?void 0:e._id),sm.sprintf(' class="%s"',c.classes||(Array.isArray(e)?void 0:e._class)),sm.sprintf(' style="%s"',Array.isArray(e)?void 0:e._style),' data-index="'.concat(t,'"'),sm.sprintf(' data-uniqueid="%s"',sm.getItemField(e,this.options.uniqueId,!1)),sm.sprintf(' data-has-detail-view="%s"',this.options.detailView&&sm.calculateObjectValue(null,this.options.detailFilter,[t,e])?"true":void 0),sm.sprintf("%s",u),">"),this.options.cardView&&s.push('<td colspan="'.concat(this.header.fields.length,'"><div class="card-views">'));var O="";return sm.hasDetailViewIcon(this.options)&&(O="<td>",sm.calculateObjectValue(null,this.options.detailFilter,[t,e])&&(O+='\n <a class="detail-icon" href="#">\n '.concat(sm.sprintf(this.constants.html.icon,this.options.iconsPrefix,this.options.icons.detailOpen),"\n </a>\n ")),O+="</td>"),O&&"right"!==this.options.detailViewAlign&&s.push(O),this.header.fields.forEach((function(r,n){var o=i.columns[n],c="",u=sm.getItemField(e,r,i.options.escape,o.escape),f="",h="",d={},p="",g=i.header.classes[n],m="",v="",b="",y="",w="",S="";if((!i.fromHtml&&!i.autoMergeCells||void 0!==u||o.checkbox||o.radio)&&o.visible&&(!i.options.cardView||o.cardVisible)){if(l.concat([i.header.styles[n]]).length&&(v+="".concat(l.concat([i.header.styles[n]]).join("; "))),e["_".concat(r,"_style")]&&(v+="".concat(e["_".concat(r,"_style")])),v&&(m=' style="'.concat(v,'"')),e["_".concat(r,"_id")]&&(p=sm.sprintf(' id="%s"',e["_".concat(r,"_id")])),e["_".concat(r,"_class")]&&(g=sm.sprintf(' class="%s"',e["_".concat(r,"_class")])),e["_".concat(r,"_rowspan")]&&(y=sm.sprintf(' rowspan="%s"',e["_".concat(r,"_rowspan")])),e["_".concat(r,"_colspan")]&&(w=sm.sprintf(' colspan="%s"',e["_".concat(r,"_colspan")])),e["_".concat(r,"_title")]&&(S=sm.sprintf(' title="%s"',e["_".concat(r,"_title")])),(d=sm.calculateObjectValue(i.header,i.header.cellStyles[n],[u,e,t,r],d)).classes&&(g=' class="'.concat(d.classes,'"')),d.css){for(var x=[],k=0,T=Object.entries(d.css);k<T.length;k++){var A=a(T[k],2),E=A[0],_=A[1];x.push("".concat(E,": ").concat(_))}m=' style="'.concat(x.concat(i.header.styles[n]).join("; "),'"')}if(f=sm.calculateObjectValue(o,i.header.formatters[n],[u,e,t,r],u),o.checkbox||o.radio||(f=null==f?i.options.undefinedText:f),o.searchable&&i.searchText&&i.options.searchHighlight&&!o.checkbox&&!o.radio){var O="",N=i.searchText.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");if(i.options.searchAccentNeutralise){var C=new RegExp("".concat(sm.normalizeAccent(N)),"gmi").exec(sm.normalizeAccent(f));C&&(N=f.substring(C.index,C.index+N.length))}var R=new RegExp("(".concat(N,")"),"gim"),P="<mark>$1</mark>";if(f&&/<(?=.*? .*?\/ ?>|br|hr|input|!--|wbr)[a-z]+.*?>|<([a-z]+).*?<\/\1>/i.test(f)){var L=(new DOMParser).parseFromString(f.toString(),"text/html").documentElement.textContent,I=L.replace(R,P);L=L.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),O=f.replace(new RegExp("(>\\s*)(".concat(L,")(\\s*)"),"gm"),"$1".concat(I,"$3"))}else O=f.toString().replace(R,P);f=sm.calculateObjectValue(o,o.searchHighlightFormatter,[f,i.searchText],O)}if(e["_".concat(r,"_data")]&&!sm.isEmptyObject(e["_".concat(r,"_data")]))for(var F=0,j=Object.entries(e["_".concat(r,"_data")]);F<j.length;F++){var D=a(j[F],2),M=D[0],B=D[1];if("index"===M)return;b+=" data-".concat(M,'="').concat(B,'"')}if(o.checkbox||o.radio){h=o.checkbox?"checkbox":h,h=o.radio?"radio":h;var W=o.class||"",U=sm.isObject(f)&&f.hasOwnProperty("checked")?f.checked:(!0===f||u)&&!1!==f,z=!o.checkboxEnabled||f&&f.disabled;c=[i.options.cardView?'<div class="card-view '.concat(W,'">'):'<td class="bs-checkbox '.concat(W,'"').concat(g).concat(m,">"),'<label>\n <input\n data-index="'.concat(t,'"\n name="').concat(i.options.selectItemName,'"\n type="').concat(h,'"\n ').concat(sm.sprintf('value="%s"',e[i.options.idField]),"\n ").concat(sm.sprintf('checked="%s"',U?"checked":void 0),"\n ").concat(sm.sprintf('disabled="%s"',z?"disabled":void 0)," />\n <span></span>\n </label>"),i.header.formatters[n]&&"string"==typeof f?f:"",i.options.cardView?"</div>":"</td>"].join(""),e[i.header.stateField]=!0===f||!!u||f&&f.checked}else if(i.options.cardView){var H=i.options.showHeader?'<span class="card-view-title '.concat(d.classes||"",'"').concat(m,">").concat(sm.getFieldTitle(i.columns,r),"</span>"):"";c='<div class="card-view">'.concat(H,'<span class="card-view-value ').concat(d.classes||"",'"').concat(m,">").concat(f,"</span></div>"),i.options.smartDisplay&&""===f&&(c='<div class="card-view"></div>')}else c="<td".concat(p).concat(g).concat(m).concat(b).concat(y).concat(w).concat(S,">").concat(f,"</td>");s.push(c)}})),O&&"right"===this.options.detailViewAlign&&s.push(O),this.options.cardView&&s.push("</div></td>"),s.push("</tr>"),s.join("")}}},{key:"initBody",value:function(t,r){var n=this,o=this.getData();this.trigger("pre-body",o),this.$body=this.$el.find(">tbody"),this.$body.length||(this.$body=e("<tbody></tbody>").appendTo(this.$el)),this.options.pagination&&"server"!==this.options.sidePagination||(this.pageFrom=1,this.pageTo=o.length);var i=[],a=e(document.createDocumentFragment()),s=!1,c=[];this.autoMergeCells=sm.checkAutoMergeCells(o.slice(this.pageFrom-1,this.pageTo));for(var l=this.pageFrom-1;l<this.pageTo;l++){var u=o[l],f=this.initRow(u,l,o,a);if(s=s||!!f,f&&"string"==typeof f){var h=this.options.uniqueId;if(h&&u.hasOwnProperty(h)){var d=u[h],p=this.$body.find(sm.sprintf('> tr[data-uniqueid="%s"][data-has-detail-view]',d)).next();p.is("tr.detail-view")&&(c.push(l),r&&d===r||(f+=p[0].outerHTML))}this.options.virtualScroll?i.push(f):a.append(f)}}s?this.options.virtualScroll?(this.virtualScroll&&this.virtualScroll.destroy(),this.virtualScroll=new pm({rows:i,fixedScroll:t,scrollEl:this.$tableBody[0],contentEl:this.$body[0],itemHeight:this.options.virtualScrollItemHeight,callback:function(e,t){n.fitHeader(),n.initBodyEvent(),n.trigger("virtual-scroll",e,t)}})):this.$body.html(a):this.$body.html('<tr class="no-records-found">'.concat(sm.sprintf('<td colspan="%s">%s</td>',this.getVisibleFields().length+sm.getDetailViewIndexOffset(this.options),this.options.formatNoMatches()),"</tr>")),c.forEach((function(e){n.expandRow(e)})),t||this.scrollTo(0),this.initBodyEvent(),this.initFooter(),this.resetView(),this.updateSelected(),"server"!==this.options.sidePagination&&(this.options.totalRows=o.length),this.trigger("post-body",o)}},{key:"initBodyEvent",value:function(){var t=this;this.$body.find("> tr[data-index] > td").off("click dblclick").on("click dblclick",(function(r){var n=e(r.currentTarget);if(!(n.find(".detail-icon").length||n.index()-sm.getDetailViewIndexOffset(t.options)<0)){var o=n.parent(),i=e(r.target).parents(".card-views").children(),a=e(r.target).parents(".card-view"),s=o.data("index"),c=t.data[s],l=t.options.cardView?i.index(a):n[0].cellIndex,u=t.getVisibleFields()[l-sm.getDetailViewIndexOffset(t.options)],f=t.columns[t.fieldsColumnsIndex[u]],h=sm.getItemField(c,u,t.options.escape,f.escape);if(t.trigger("click"===r.type?"click-cell":"dbl-click-cell",u,h,c,n),t.trigger("click"===r.type?"click-row":"dbl-click-row",c,o,u),"click"===r.type&&t.options.clickToSelect&&f.clickToSelect&&!sm.calculateObjectValue(t.options,t.options.ignoreClickToSelectOn,[r.target])){var d=o.find(sm.sprintf('[name="%s"]',t.options.selectItemName));d.length&&d[0].click()}"click"===r.type&&t.options.detailViewByClick&&t.toggleDetailView(s,t.header.detailFormatters[t.fieldsColumnsIndex[u]])}})).off("mousedown").on("mousedown",(function(e){t.multipleSelectRowCtrlKey=e.ctrlKey||e.metaKey,t.multipleSelectRowShiftKey=e.shiftKey})),this.$body.find("> tr[data-index] > td > .detail-icon").off("click").on("click",(function(r){return r.preventDefault(),t.toggleDetailView(e(r.currentTarget).parent().parent().data("index")),!1})),this.$selectItem=this.$body.find(sm.sprintf('[name="%s"]',this.options.selectItemName)),this.$selectItem.off("click").on("click",(function(r){r.stopImmediatePropagation();var n=e(r.currentTarget);t._toggleCheck(n.prop("checked"),n.data("index"))})),this.header.events.forEach((function(r,n){var o=r;if(o){if("string"==typeof o&&(o=sm.calculateObjectValue(null,o)),!o)throw new Error("Unknown event in the scope: ".concat(r));var i=t.header.fields[n],a=t.getVisibleFields().indexOf(i);if(-1!==a){a+=sm.getDetailViewIndexOffset(t.options);var s=function(r){if(!o.hasOwnProperty(r))return 1;var n=o[r];t.$body.find(">tr:not(.no-records-found)").each((function(o,s){var c=e(s),l=c.find(t.options.cardView?".card-views>.card-view":">td").eq(a),u=r.indexOf(" "),f=r.substring(0,u),h=r.substring(u+1);l.find(h).off(f).on(f,(function(e){var r=c.data("index"),o=t.data[r],a=o[i];n.apply(t,[e,a,o,r])}))}))};for(var c in o)s(c)}}}))}},{key:"initServer",value:function(t,r,n){var o=this,i={},a=this.header.fields.indexOf(this.options.sortName),s={searchText:this.searchText,sortName:this.options.sortName,sortOrder:this.options.sortOrder};if(this.header.sortNames[a]&&(s.sortName=this.header.sortNames[a]),this.options.pagination&&"server"===this.options.sidePagination&&(s.pageSize=this.options.pageSize===this.options.formatAllRows()?this.options.totalRows:this.options.pageSize,s.pageNumber=this.options.pageNumber),n||this.options.url||this.options.ajax){if("limit"===this.options.queryParamsType&&(s={search:s.searchText,sort:s.sortName,order:s.sortOrder},this.options.pagination&&"server"===this.options.sidePagination&&(s.offset=this.options.pageSize===this.options.formatAllRows()?0:this.options.pageSize*(this.options.pageNumber-1),s.limit=this.options.pageSize,0!==s.limit&&this.options.pageSize!==this.options.formatAllRows()||delete s.limit)),this.options.search&&"server"===this.options.sidePagination&&this.options.searchable&&this.columns.filter((function(e){return e.searchable})).length){s.searchable=[];var c,l=u(this.columns);try{for(l.s();!(c=l.n()).done;){var f=c.value;!f.checkbox&&f.searchable&&(this.options.visibleSearch&&f.visible||!this.options.visibleSearch)&&s.searchable.push(f.field)}}catch(e){l.e(e)}finally{l.f()}}if(sm.isEmptyObject(this.filterColumnsPartial)||(s.filter=JSON.stringify(this.filterColumnsPartial,null)),sm.extend(s,r||{}),!1!==(i=sm.calculateObjectValue(this.options,this.options.queryParams,[s],i))){t||this.showLoading();var h=sm.extend({},sm.calculateObjectValue(null,this.options.ajaxOptions),{type:this.options.method,url:n||this.options.url,data:"application/json"===this.options.contentType&&"post"===this.options.method?JSON.stringify(i):i,cache:this.options.cache,contentType:this.options.contentType,dataType:this.options.dataType,success:function(e,r,n){var i=sm.calculateObjectValue(o.options,o.options.responseHandler,[e,n],e);"client"===o.options.sidePagination&&o.options.paginationLoadMore&&(o._paginationLoaded=o.data.length===i.length),o.load(i),o.trigger("load-success",i,n&&n.status,n),t||o.hideLoading(),"server"===o.options.sidePagination&&o.options.pageNumber>1&&i[o.options.totalField]>0&&!i[o.options.dataField].length&&o.updatePagination()},error:function(e){if(e&&0===e.status&&o._xhrAbort)o._xhrAbort=!1;else{var r=[];"server"===o.options.sidePagination&&((r={})[o.options.totalField]=0,r[o.options.dataField]=[]),o.load(r),o.trigger("load-error",e&&e.status,e),t||o.hideLoading()}}});return this.options.ajax?sm.calculateObjectValue(this,this.options.ajax,[h],null):(this._xhr&&4!==this._xhr.readyState&&(this._xhrAbort=!0,this._xhr.abort()),this._xhr=e.ajax(h)),i}}}},{key:"initSearchText",value:function(){if(this.options.search&&(this.searchText="",""!==this.options.searchText)){var e=sm.getSearchInput(this);e.val(this.options.searchText),this.onSearch({currentTarget:e,firedByInitSearchText:!0})}}},{key:"getCaret",value:function(){var t=this;this.$header.find("th").each((function(r,n){e(n).find(".sortable").removeClass("desc asc").addClass(e(n).data("field")===t.options.sortName?t.options.sortOrder:"both")}))}},{key:"updateSelected",value:function(){var t=this.$selectItem.filter(":enabled").length&&this.$selectItem.filter(":enabled").length===this.$selectItem.filter(":enabled").filter(":checked").length;this.$selectAll.add(this.$selectAll_).prop("checked",t),this.$selectItem.each((function(t,r){e(r).closest("tr")[e(r).prop("checked")?"addClass":"removeClass"]("selected")}))}},{key:"updateRows",value:function(){var t=this;this.$selectItem.each((function(r,n){t.data[e(n).data("index")][t.header.stateField]=e(n).prop("checked")}))}},{key:"resetRows",value:function(){var e,t=u(this.data);try{for(t.s();!(e=t.n()).done;){var r=e.value;this.$selectAll.prop("checked",!1),this.$selectItem.prop("checked",!1),this.header.stateField&&(r[this.header.stateField]=!1)}}catch(e){t.e(e)}finally{t.f()}this.initHiddenRows()}},{key:"trigger",value:function(r){for(var n,o,i="".concat(r,".bs.table"),a=arguments.length,s=new Array(a>1?a-1:0),c=1;c<a;c++)s[c-1]=arguments[c];(n=this.options)[t.EVENTS[i]].apply(n,[].concat(s,[this])),this.$el.trigger(e.Event(i,{sender:this}),s),(o=this.options).onAll.apply(o,[i].concat([].concat(s,[this]))),this.$el.trigger(e.Event("all.bs.table",{sender:this}),[i,s])}},{key:"resetHeader",value:function(){var e=this;clearTimeout(this.timeoutId_),this.timeoutId_=setTimeout((function(){return e.fitHeader()}),this.$el.is(":hidden")?100:0)}},{key:"fitHeader",value:function(){var t=this;if(this.$el.is(":hidden"))this.timeoutId_=setTimeout((function(){return t.fitHeader()}),100);else{var r=this.$tableBody.get(0),n=this.hasScrollBar&&r.scrollHeight>r.clientHeight+this.$header.outerHeight()?sm.getScrollBarWidth():0;this.$el.css("margin-top",-this.$header.outerHeight());var o=this.$tableHeader.find(":focus");if(o.length>0){var i=o.parents("th");if(i.length>0){var a=i.attr("data-field");if(void 0!==a){var s=this.$header.find("[data-field='".concat(a,"']"));s.length>0&&s.find(":input").addClass("focus-temp")}}}this.$header_=this.$header.clone(!0,!0),this.$selectAll_=this.$header_.find('[name="btSelectAll"]'),this.$tableHeader.css("margin-right",n).find("table").css("width",this.$el.outerWidth()).html("").attr("class",this.$el.attr("class")).append(this.$header_),this.$tableLoading.css("width",this.$el.outerWidth());var c=e(".focus-temp:visible:eq(0)");c.length>0&&(c.focus(),this.$header.find(".focus-temp").removeClass("focus-temp")),this.$header.find("th[data-field]").each((function(r,n){t.$header_.find(sm.sprintf('th[data-field="%s"]',e(n).data("field"))).data(e(n).data())}));for(var l=this.getVisibleFields(),u=this.$header_.find("th"),f=this.$body.find(">tr:not(.no-records-found,.virtual-scroll-top)").eq(0);f.length&&f.find('>td[colspan]:not([colspan="1"])').length;)f=f.next();var h=f.find("> *").length;f.find("> *").each((function(r,n){var o=e(n);if(sm.hasDetailViewIcon(t.options)&&(0===r&&"right"!==t.options.detailViewAlign||r===h-1&&"right"===t.options.detailViewAlign)){var i=u.filter(".detail"),a=i.innerWidth()-i.find(".fht-cell").width();i.find(".fht-cell").width(o.innerWidth()-a)}else{var s=r-sm.getDetailViewIndexOffset(t.options),c=t.$header_.find(sm.sprintf('th[data-field="%s"]',l[s]));c.length>1&&(c=e(u[o[0].cellIndex]));var f=c.innerWidth()-c.find(".fht-cell").width();c.find(".fht-cell").width(o.innerWidth()-f)}})),this.horizontalScroll(),this.trigger("post-header")}}},{key:"initFooter",value:function(){if(this.options.showFooter&&!this.options.cardView){var e=this.getData(),t=[],r="";sm.hasDetailViewIcon(this.options)&&(r='<th class="detail"><div class="th-inner"></div><div class="fht-cell"></div></th>'),r&&"right"!==this.options.detailViewAlign&&t.push(r);var n,o=u(this.columns);try{for(o.s();!(n=o.n()).done;){var i,s,c=n.value,l=[],f={},h=sm.sprintf(' class="%s"',c.class);if(!(!c.visible||this.footerData&&this.footerData.length>0&&!(c.field in this.footerData[0]))){if(this.options.cardView&&!c.cardVisible)return;if(i=sm.sprintf("text-align: %s; ",c.falign?c.falign:c.align),s=sm.sprintf("vertical-align: %s; ",c.valign),(f=sm.calculateObjectValue(null,c.footerStyle||this.options.footerStyle,[c]))&&f.css)for(var d=0,p=Object.entries(f.css);d<p.length;d++){var g=a(p[d],2),m=g[0],v=g[1];l.push("".concat(m,": ").concat(v))}f&&f.classes&&(h=sm.sprintf(' class="%s"',c.class?[c.class,f.classes].join(" "):f.classes)),t.push("<th",h,sm.sprintf(' style="%s"',i+s+l.concat().join("; ")||void 0));var b=0;this.footerData&&this.footerData.length>0&&(b=this.footerData[0]["_".concat(c.field,"_colspan")]||0),b&&t.push(' colspan="'.concat(b,'" ')),t.push(">"),t.push('<div class="th-inner">');var y="";this.footerData&&this.footerData.length>0&&(y=this.footerData[0][c.field]||""),t.push(sm.calculateObjectValue(c,c.footerFormatter,[e,y],y)),t.push("</div>"),t.push('<div class="fht-cell"></div>'),t.push("</div>"),t.push("</th>")}}}catch(e){o.e(e)}finally{o.f()}r&&"right"===this.options.detailViewAlign&&t.push(r),this.options.height||this.$tableFooter.length||(this.$el.append("<tfoot><tr></tr></tfoot>"),this.$tableFooter=this.$el.find("tfoot")),this.$tableFooter.find("tr").length||this.$tableFooter.html("<table><thead><tr></tr></thead></table>"),this.$tableFooter.find("tr").html(t.join("")),this.trigger("post-footer",this.$tableFooter)}}},{key:"fitFooter",value:function(){var t=this;if(this.$el.is(":hidden"))setTimeout((function(){return t.fitFooter()}),100);else{var r=this.$tableBody.get(0),n=this.hasScrollBar&&r.scrollHeight>r.clientHeight+this.$header.outerHeight()?sm.getScrollBarWidth():0;this.$tableFooter.css("margin-right",n).find("table").css("width",this.$el.outerWidth()).attr("class",this.$el.attr("class"));var o=this.$tableFooter.find("th"),i=this.$body.find(">tr:first-child:not(.no-records-found)");for(o.find(".fht-cell").width("auto");i.length&&i.find('>td[colspan]:not([colspan="1"])').length;)i=i.next();var a=i.find("> *").length;i.find("> *").each((function(r,n){var i=e(n);if(sm.hasDetailViewIcon(t.options)&&(0===r&&"left"===t.options.detailViewAlign||r===a-1&&"right"===t.options.detailViewAlign)){var s=o.filter(".detail"),c=s.innerWidth()-s.find(".fht-cell").width();s.find(".fht-cell").width(i.innerWidth()-c)}else{var l=o.eq(r),u=l.innerWidth()-l.find(".fht-cell").width();l.find(".fht-cell").width(i.innerWidth()-u)}})),this.horizontalScroll()}}},{key:"horizontalScroll",value:function(){var e=this;this.$tableBody.off("scroll").on("scroll",(function(){var t=e.$tableBody.scrollLeft();e.options.showHeader&&e.options.height&&e.$tableHeader.scrollLeft(t),e.options.showFooter&&!e.options.cardView&&e.$tableFooter.scrollLeft(t),e.trigger("scroll-body",e.$tableBody)}))}},{key:"getVisibleFields",value:function(){var e,t=[],r=u(this.header.fields);try{for(r.s();!(e=r.n()).done;){var n=e.value,o=this.columns[this.fieldsColumnsIndex[n]];o&&o.visible&&(!this.options.cardView||o.cardVisible)&&t.push(n)}}catch(e){r.e(e)}finally{r.f()}return t}},{key:"initHiddenRows",value:function(){this.hiddenRows=[]}},{key:"getOptions",value:function(){var e=sm.extend({},this.options);return delete e.data,sm.extend(!0,{},e)}},{key:"refreshOptions",value:function(e){sm.compareObjects(this.options,e,!0)||(this.options=sm.extend(this.options,e),this.trigger("refresh-options",this.options),this.destroy(),this.init())}},{key:"getData",value:function(e){var t=this,r=this.options.data;if(!(this.searchText||this.options.customSearch||void 0!==this.options.sortName||this.enableCustomSort)&&sm.isEmptyObject(this.filterColumns)&&"function"!=typeof this.options.filterOptions.filterAlgorithm&&sm.isEmptyObject(this.filterColumnsPartial)||e&&e.unfiltered||(r=this.data),e&&!e.includeHiddenRows){var n=this.getHiddenRows();r=r.filter((function(e){return-1===sm.findIndex(n,e)}))}return e&&e.useCurrentPage&&(r=r.slice(this.pageFrom-1,this.pageTo)),e&&e.formatted&&r.forEach((function(e){for(var r=0,n=Object.entries(e);r<n.length;r++){var o=a(n[r],2),i=o[0],s=o[1],c=t.columns[t.fieldsColumnsIndex[i]];if(!c)return;e[i]=sm.calculateObjectValue(c,t.header.formatters[c.fieldIndex],[s,e,e.index,c.field],s)}})),r}},{key:"getSelections",value:function(){var e=this;return(this.options.maintainMetaData?this.options.data:this.data).filter((function(t){return!0===t[e.header.stateField]}))}},{key:"load",value:function(e){var t,r=e;this.options.pagination&&"server"===this.options.sidePagination&&(this.options.totalRows=r[this.options.totalField],this.options.totalNotFiltered=r[this.options.totalNotFilteredField],this.footerData=r[this.options.footerField]?[r[this.options.footerField]]:void 0),t=this.options.fixedScroll||r.fixedScroll,r=Array.isArray(r)?r:r[this.options.dataField],this.initData(r),this.initSearch(),this.initPagination(),this.initBody(t)}},{key:"append",value:function(e){this.initData(e,"append"),this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0)}},{key:"prepend",value:function(e){this.initData(e,"prepend"),this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0)}},{key:"remove",value:function(e){for(var t=0,r=this.options.data.length-1;r>=0;r--){var n=this.options.data[r],o=sm.getItemField(n,e.field,this.options.escape,n.escape);void 0===o&&"$index"!==e.field||(!n.hasOwnProperty(e.field)&&"$index"===e.field&&e.values.includes(r)||e.values.includes(o))&&(t++,this.options.data.splice(r,1))}t&&("server"===this.options.sidePagination&&(this.options.totalRows-=t,this.data=s(this.options.data)),this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0))}},{key:"removeAll",value:function(){this.options.data.length>0&&(this.options.data.splice(0,this.options.data.length),this.initSearch(),this.initPagination(),this.initBody(!0))}},{key:"insertRow",value:function(e){e.hasOwnProperty("index")&&e.hasOwnProperty("row")&&(this.options.data.splice(e.index,0,e.row),this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0))}},{key:"updateRow",value:function(e){var t,r=u(Array.isArray(e)?e:[e]);try{for(r.s();!(t=r.n()).done;){var n=t.value;n.hasOwnProperty("index")&&n.hasOwnProperty("row")&&(n.hasOwnProperty("replace")&&n.replace?this.options.data[n.index]=n.row:sm.extend(this.options.data[n.index],n.row))}}catch(e){r.e(e)}finally{r.f()}this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0)}},{key:"getRowByUniqueId",value:function(e){var t,r,n=this.options.uniqueId,o=e,i=null;for(t=this.options.data.length-1;t>=0;t--){r=this.options.data[t];var a=sm.getItemField(r,n,this.options.escape,r.escape);if(void 0!==a&&("string"==typeof a?o=e.toString():"number"==typeof a&&(Number(a)===a&&a%1==0?o=parseInt(e,10):a===Number(a)&&0!==a&&(o=parseFloat(e))),a===o)){i=r;break}}return i}},{key:"updateByUniqueId",value:function(e){var t,r=null,n=u(Array.isArray(e)?e:[e]);try{for(n.s();!(t=n.n()).done;){var o=t.value;if(o.hasOwnProperty("id")&&o.hasOwnProperty("row")){var i=this.options.data.indexOf(this.getRowByUniqueId(o.id));-1!==i&&(o.hasOwnProperty("replace")&&o.replace?this.options.data[i]=o.row:sm.extend(this.options.data[i],o.row),r=o.id)}}}catch(e){n.e(e)}finally{n.f()}this.initSearch(),this.initPagination(),this.initSort(),this.initBody(!0,r)}},{key:"removeByUniqueId",value:function(e){var t=this.options.data.length,r=this.getRowByUniqueId(e);r&&this.options.data.splice(this.options.data.indexOf(r),1),t!==this.options.data.length&&("server"===this.options.sidePagination&&(this.options.totalRows-=1,this.data=s(this.options.data)),this.initSearch(),this.initPagination(),this.initBody(!0))}},{key:"_updateCellOnly",value:function(t,r){var n=this.initRow(this.options.data[r],r),o=this.getVisibleFields().indexOf(t);-1!==o&&(o+=sm.getDetailViewIndexOffset(this.options),this.$body.find(">tr[data-index=".concat(r,"]")).find(">td:eq(".concat(o,")")).replaceWith(e(n).find(">td:eq(".concat(o,")"))),this.initBodyEvent(),this.initFooter(),this.resetView(),this.updateSelected())}},{key:"updateCell",value:function(e){e.hasOwnProperty("index")&&e.hasOwnProperty("field")&&e.hasOwnProperty("value")&&(this.options.data[e.index][e.field]=e.value,!1!==e.reinit?(this.initSort(),this.initBody(!0)):this._updateCellOnly(e.field,e.index))}},{key:"updateCellByUniqueId",value:function(e){var t=this;(Array.isArray(e)?e:[e]).forEach((function(e){var r=e.id,n=e.field,o=e.value,i=t.options.data.indexOf(t.getRowByUniqueId(r));-1!==i&&(t.options.data[i][n]=o)})),!1!==e.reinit?(this.initSort(),this.initBody(!0)):this._updateCellOnly(e.field,this.options.data.indexOf(this.getRowByUniqueId(e.id)))}},{key:"showRow",value:function(e){this._toggleRow(e,!0)}},{key:"hideRow",value:function(e){this._toggleRow(e,!1)}},{key:"_toggleRow",value:function(e,t){var r;if(e.hasOwnProperty("index")?r=this.getData()[e.index]:e.hasOwnProperty("uniqueId")&&(r=this.getRowByUniqueId(e.uniqueId)),r){var n=sm.findIndex(this.hiddenRows,r);t||-1!==n?t&&n>-1&&this.hiddenRows.splice(n,1):this.hiddenRows.push(r),this.initBody(!0),this.initPagination()}}},{key:"getHiddenRows",value:function(e){if(e)return this.initHiddenRows(),this.initBody(!0),void this.initPagination();var t,r=[],n=u(this.getData());try{for(n.s();!(t=n.n()).done;){var o=t.value;this.hiddenRows.includes(o)&&r.push(o)}}catch(e){n.e(e)}finally{n.f()}return this.hiddenRows=r,r}},{key:"showColumn",value:function(e){var t=this;(Array.isArray(e)?e:[e]).forEach((function(e){t._toggleColumn(t.fieldsColumnsIndex[e],!0,!0)}))}},{key:"hideColumn",value:function(e){var t=this;(Array.isArray(e)?e:[e]).forEach((function(e){t._toggleColumn(t.fieldsColumnsIndex[e],!1,!0)}))}},{key:"_toggleColumn",value:function(e,t,r){if(-1!==e&&this.columns[e].visible!==t&&(this.columns[e].visible=t,this.initHeader(),this.initSearch(),this.initPagination(),this.initBody(),this.options.showColumns)){var n=this.$toolbar.find('.keep-open input:not(".toggle-all")').prop("disabled",!1);r&&n.filter(sm.sprintf('[value="%s"]',e)).prop("checked",t),n.filter(":checked").length<=this.options.minimumCountColumns&&n.filter(":checked").prop("disabled",!0)}}},{key:"getVisibleColumns",value:function(){var e=this;return this.columns.filter((function(t){return t.visible&&!e.isSelectionColumn(t)}))}},{key:"getHiddenColumns",value:function(){return this.columns.filter((function(e){return!e.visible}))}},{key:"isSelectionColumn",value:function(e){return e.radio||e.checkbox}},{key:"showAllColumns",value:function(){this._toggleAllColumns(!0)}},{key:"hideAllColumns",value:function(){this._toggleAllColumns(!1)}},{key:"_toggleAllColumns",value:function(t){var r,n=this,o=u(this.columns.slice().reverse());try{for(o.s();!(r=o.n()).done;){var i=r.value;if(i.switchable){if(!t&&this.options.showColumns&&this.getVisibleColumns().filter((function(e){return e.switchable})).length===this.options.minimumCountColumns)continue;i.visible=t}}}catch(e){o.e(e)}finally{o.f()}if(this.initHeader(),this.initSearch(),this.initPagination(),this.initBody(),this.options.showColumns){var a=this.$toolbar.find('.keep-open input[type="checkbox"]:not(".toggle-all")').prop("disabled",!1);t?a.prop("checked",t):a.get().reverse().forEach((function(r){a.filter(":checked").length>n.options.minimumCountColumns&&e(r).prop("checked",t)})),a.filter(":checked").length<=this.options.minimumCountColumns&&a.filter(":checked").prop("disabled",!0)}}},{key:"mergeCells",value:function(e){var t,r,n=e.index,o=this.getVisibleFields().indexOf(e.field),i=e.rowspan||1,a=e.colspan||1,s=this.$body.find(">tr[data-index]");o+=sm.getDetailViewIndexOffset(this.options);var c=s.eq(n).find(">td").eq(o);if(!(n<0||o<0||n>=this.data.length)){for(t=n;t<n+i;t++)for(r=o;r<o+a;r++)s.eq(t).find(">td").eq(r).hide();c.attr("rowspan",i).attr("colspan",a).show()}}},{key:"checkAll",value:function(){this._toggleCheckAll(!0)}},{key:"uncheckAll",value:function(){this._toggleCheckAll(!1)}},{key:"_toggleCheckAll",value:function(e){var t=this.getSelections();this.$selectAll.add(this.$selectAll_).prop("checked",e),this.$selectItem.filter(":enabled").prop("checked",e),this.updateRows(),this.updateSelected();var r=this.getSelections();e?this.trigger("check-all",r,t):this.trigger("uncheck-all",r,t)}},{key:"checkInvert",value:function(){var t=this.$selectItem.filter(":enabled"),r=t.filter(":checked");t.each((function(t,r){e(r).prop("checked",!e(r).prop("checked"))})),this.updateRows(),this.updateSelected(),this.trigger("uncheck-some",r),r=this.getSelections(),this.trigger("check-some",r)}},{key:"check",value:function(e){this._toggleCheck(!0,e)}},{key:"uncheck",value:function(e){this._toggleCheck(!1,e)}},{key:"_toggleCheck",value:function(e,t){var r=this.$selectItem.filter('[data-index="'.concat(t,'"]')),n=this.data[t];if(r.is(":radio")||this.options.singleSelect||this.options.multipleSelectRow&&!this.multipleSelectRowCtrlKey&&!this.multipleSelectRowShiftKey){var o,i=u(this.options.data);try{for(i.s();!(o=i.n()).done;){o.value[this.header.stateField]=!1}}catch(e){i.e(e)}finally{i.f()}this.$selectItem.filter(":checked").not(r).prop("checked",!1)}if(n[this.header.stateField]=e,this.options.multipleSelectRow){if(this.multipleSelectRowShiftKey&&this.multipleSelectRowLastSelectedIndex>=0)for(var s=a(this.multipleSelectRowLastSelectedIndex<t?[this.multipleSelectRowLastSelectedIndex,t]:[t,this.multipleSelectRowLastSelectedIndex],2),c=s[0],l=s[1],f=c+1;f<l;f++)this.data[f][this.header.stateField]=!0,this.$selectItem.filter('[data-index="'.concat(f,'"]')).prop("checked",!0);this.multipleSelectRowCtrlKey=!1,this.multipleSelectRowShiftKey=!1,this.multipleSelectRowLastSelectedIndex=e?t:-1}r.prop("checked",e),this.updateSelected(),this.trigger(e?"check":"uncheck",this.data[t],r)}},{key:"checkBy",value:function(e){this._toggleCheckBy(!0,e)}},{key:"uncheckBy",value:function(e){this._toggleCheckBy(!1,e)}},{key:"_toggleCheckBy",value:function(e,t){var r=this;if(t.hasOwnProperty("field")&&t.hasOwnProperty("values")){var n=[];this.data.forEach((function(o,i){if(!o.hasOwnProperty(t.field))return!1;if(t.values.includes(o[t.field])){var a=r.$selectItem.filter(":enabled").filter(sm.sprintf('[data-index="%s"]',i)),s=!!t.hasOwnProperty("onlyCurrentPage")&&t.onlyCurrentPage;if(!(a=e?a.not(":checked"):a.filter(":checked")).length&&s)return;a.prop("checked",e),o[r.header.stateField]=e,n.push(o),r.trigger(e?"check":"uncheck",o,a)}})),this.updateSelected(),this.trigger(e?"check-some":"uncheck-some",n)}}},{key:"refresh",value:function(e){e&&e.url&&(this.options.url=e.url),e&&e.pageNumber&&(this.options.pageNumber=e.pageNumber),e&&e.pageSize&&(this.options.pageSize=e.pageSize),this.trigger("refresh",this.initServer(e&&e.silent,e&&e.query,e&&e.url))}},{key:"destroy",value:function(){this.$el.insertBefore(this.$container),e(this.options.toolbar).insertBefore(this.$el),this.$container.next().remove(),this.$container.remove(),this.$el.html(this.$el_.html()).css("margin-top","0").attr("class",this.$el_.attr("class")||"");var t=sm.getEventName("resize.bootstrap-table",this.$el.attr("id"));e(window).off(t)}},{key:"resetView",value:function(e){var t=0;if(e&&e.height&&(this.options.height=e.height),this.$tableContainer.toggleClass("has-card-view",this.options.cardView),this.options.height){var r=this.$tableBody.get(0);this.hasScrollBar=r.scrollWidth>r.clientWidth}if(!this.options.cardView&&this.options.showHeader&&this.options.height?(this.$tableHeader.show(),this.resetHeader(),t+=this.$header.outerHeight(!0)+1):(this.$tableHeader.hide(),this.trigger("post-header")),!this.options.cardView&&this.options.showFooter&&(this.$tableFooter.show(),this.fitFooter(),this.options.height&&(t+=this.$tableFooter.outerHeight(!0))),this.$container.hasClass("fullscreen"))this.$tableContainer.css("height",""),this.$tableContainer.css("width","");else if(this.options.height){this.$tableBorder&&(this.$tableBorder.css("width",""),this.$tableBorder.css("height",""));var n=this.$toolbar.outerHeight(!0),o=this.$pagination.outerHeight(!0),i=this.options.height-n-o,a=this.$tableBody.find(">table"),s=a.outerHeight();if(this.$tableContainer.css("height","".concat(i,"px")),this.$tableBorder&&a.is(":visible")){var c=i-s-2;this.hasScrollBar&&(c-=sm.getScrollBarWidth()),this.$tableBorder.css("width","".concat(a.outerWidth(),"px")),this.$tableBorder.css("height","".concat(c,"px"))}}this.options.cardView?(this.$el.css("margin-top","0"),this.$tableContainer.css("padding-bottom","0"),this.$tableFooter.hide()):(this.getCaret(),this.$tableContainer.css("padding-bottom","".concat(t,"px"))),this.trigger("reset-view")}},{key:"showLoading",value:function(){this.$tableLoading.toggleClass("open",!0);var e=this.options.loadingFontSize;"auto"===this.options.loadingFontSize&&(e=.04*this.$tableLoading.width(),e=Math.max(12,e),e=Math.min(32,e),e="".concat(e,"px")),this.$tableLoading.find(".loading-text").css("font-size",e)}},{key:"hideLoading",value:function(){this.$tableLoading.toggleClass("open",!1)}},{key:"togglePagination",value:function(){this.options.pagination=!this.options.pagination;var e=this.options.showButtonIcons?this.options.pagination?this.options.icons.paginationSwitchDown:this.options.icons.paginationSwitchUp:"",t=this.options.showButtonText?this.options.pagination?this.options.formatPaginationSwitchUp():this.options.formatPaginationSwitchDown():"";this.$toolbar.find('button[name="paginationSwitch"]').html("".concat(sm.sprintf(this.constants.html.icon,this.options.iconsPrefix,e)," ").concat(t)),this.updatePagination(),this.trigger("toggle-pagination",this.options.pagination)}},{key:"toggleFullscreen",value:function(){this.$el.closest(".bootstrap-table").toggleClass("fullscreen"),this.resetView()}},{key:"toggleView",value:function(){this.options.cardView=!this.options.cardView,this.initHeader();var e=this.options.showButtonIcons?this.options.cardView?this.options.icons.toggleOn:this.options.icons.toggleOff:"",t=this.options.showButtonText?this.options.cardView?this.options.formatToggleOff():this.options.formatToggleOn():"";this.$toolbar.find('button[name="toggle"]').html("".concat(sm.sprintf(this.constants.html.icon,this.options.iconsPrefix,e)," ").concat(t)).attr("aria-label",t).attr("title",t),this.initBody(),this.trigger("toggle",this.options.cardView)}},{key:"resetSearch",value:function(e){var t=sm.getSearchInput(this),r=e||"";t.val(r),this.searchText=r,this.onSearch({currentTarget:t},!1)}},{key:"filterBy",value:function(e,t){this.filterOptions=sm.isEmptyObject(t)?this.options.filterOptions:sm.extend(this.options.filterOptions,t),this.filterColumns=sm.isEmptyObject(e)?{}:e,this.options.pageNumber=1,this.initSearch(),this.updatePagination()}},{key:"scrollTo",value:function(t){var n={unit:"px",value:0};"object"===r(t)?n=Object.assign(n,t):"string"==typeof t&&"bottom"===t?n.value=this.$tableBody[0].scrollHeight:"string"!=typeof t&&"number"!=typeof t||(n.value=t);var o=n.value;"rows"===n.unit&&(o=0,this.$body.find("> tr:lt(".concat(n.value,")")).each((function(t,r){o+=e(r).outerHeight(!0)}))),this.$tableBody.scrollTop(o)}},{key:"getScrollPosition",value:function(){return this.$tableBody.scrollTop()}},{key:"selectPage",value:function(e){e>0&&e<=this.options.totalPages&&(this.options.pageNumber=e,this.updatePagination())}},{key:"prevPage",value:function(){this.options.pageNumber>1&&(this.options.pageNumber--,this.updatePagination())}},{key:"nextPage",value:function(){this.options.pageNumber<this.options.totalPages&&(this.options.pageNumber++,this.updatePagination())}},{key:"toggleDetailView",value:function(e,t){this.$body.find(sm.sprintf('> tr[data-index="%s"]',e)).next().is("tr.detail-view")?this.collapseRow(e):this.expandRow(e,t),this.resetView()}},{key:"expandRow",value:function(e,t){var r=this.data[e],n=this.$body.find(sm.sprintf('> tr[data-index="%s"][data-has-detail-view]',e));if(this.options.detailViewIcon&&n.find("a.detail-icon").html(sm.sprintf(this.constants.html.icon,this.options.iconsPrefix,this.options.icons.detailClose)),!n.next().is("tr.detail-view")){n.after(sm.sprintf('<tr class="detail-view"><td colspan="%s"></td></tr>',n.children("td").length));var o=n.next().find("td"),i=t||this.options.detailFormatter,a=sm.calculateObjectValue(this.options,i,[e,r,o],"");1===o.length&&o.append(a),this.trigger("expand-row",e,r,o)}}},{key:"expandRowByUniqueId",value:function(e){var t=this.getRowByUniqueId(e);t&&this.expandRow(this.data.indexOf(t))}},{key:"collapseRow",value:function(e){var t=this.data[e],r=this.$body.find(sm.sprintf('> tr[data-index="%s"][data-has-detail-view]',e));r.next().is("tr.detail-view")&&(this.options.detailViewIcon&&r.find("a.detail-icon").html(sm.sprintf(this.constants.html.icon,this.options.iconsPrefix,this.options.icons.detailOpen)),this.trigger("collapse-row",e,t,r.next()),r.next().remove())}},{key:"collapseRowByUniqueId",value:function(e){var t=this.getRowByUniqueId(e);t&&this.collapseRow(this.data.indexOf(t))}},{key:"expandAllRows",value:function(){for(var t=this.$body.find("> tr[data-index][data-has-detail-view]"),r=0;r<t.length;r++)this.expandRow(e(t[r]).data("index"))}},{key:"collapseAllRows",value:function(){for(var t=this.$body.find("> tr[data-index][data-has-detail-view]"),r=0;r<t.length;r++)this.collapseRow(e(t[r]).data("index"))}},{key:"updateColumnTitle",value:function(t){t.hasOwnProperty("field")&&t.hasOwnProperty("title")&&(this.columns[this.fieldsColumnsIndex[t.field]].title=this.options.escape&&this.options.escapeTitle?sm.escapeHTML(t.title):t.title,this.columns[this.fieldsColumnsIndex[t.field]].visible&&(this.$header.find("th[data-field]").each((function(r,n){if(e(n).data("field")===t.field)return e(e(n).find(".th-inner")[0]).html(t.title),!1})),this.resetView()))}},{key:"updateFormatText",value:function(e,t){/^format/.test(e)&&this.options[e]&&("string"==typeof t?this.options[e]=function(){return t}:"function"==typeof t&&(this.options[e]=t),this.initToolbar(),this.initPagination(),this.initBody())}}])}();return gm.VERSION=dm.VERSION,gm.DEFAULTS=dm.DEFAULTS,gm.LOCALES=dm.LOCALES,gm.COLUMN_DEFAULTS=dm.COLUMN_DEFAULTS,gm.METHODS=dm.METHODS,gm.EVENTS=dm.EVENTS,e.BootstrapTable=gm,e.fn.bootstrapTable=function(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i<n;i++)o[i-1]=arguments[i];var a;return this.each((function(n,i){var s=e(i).data("bootstrap.table");if("string"==typeof t){var c;if(!dm.METHODS.includes(t))throw new Error("Unknown method: ".concat(t));if(!s)return;return a=(c=s)[t].apply(c,o),void("destroy"===t&&e(i).removeData("bootstrap.table"))}if(s)console.warn("You cannot initialize the table more than once!");else{var l=sm.extend(!0,{},gm.DEFAULTS,e(i).data(),"object"===r(t)&&t);s=new e.BootstrapTable(i,l),e(i).data("bootstrap.table",s),s.init()}})),void 0===a?this:a},e.fn.bootstrapTable.Constructor=gm,e.fn.bootstrapTable.theme=dm.THEME,e.fn.bootstrapTable.VERSION=dm.VERSION,e.fn.bootstrapTable.defaults=gm.DEFAULTS,e.fn.bootstrapTable.columnDefaults=gm.COLUMN_DEFAULTS,e.fn.bootstrapTable.events=gm.EVENTS,e.fn.bootstrapTable.locales=gm.LOCALES,e.fn.bootstrapTable.methods=gm.METHODS,e.fn.bootstrapTable.utils=sm,e((function(){e('[data-toggle="table"]').bootstrapTable()})),gm})),function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e){"use strict";function t(e,t,n){return t=i(t),function(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,r()?Reflect.construct(t,n||[],i(e).constructor):t.apply(e,n))}function r(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(r=function(){return!!e})()}function n(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,n(o.key),o)}}function i(e){return i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},i(e)}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function s(){return s="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=i(e)););return e}(e,t);if(n){var o=Object.getOwnPropertyDescriptor(n,t);return o.get?o.get.call(arguments.length<3?e:r):o.value}},s.apply(this,arguments)}var c="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},l=function(e){return e&&e.Math===Math&&e},u=l("object"==typeof globalThis&&globalThis)||l("object"==typeof window&&window)||l("object"==typeof self&&self)||l("object"==typeof c&&c)||l("object"==typeof c&&c)||function(){return this}()||Function("return this")(),f={},h=function(e){try{return!!e()}catch(e){return!0}},d=!h((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),p=!h((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})),g=p,m=Function.prototype.call,v=g?m.bind(m):function(){return m.apply(m,arguments)},b={},y={}.propertyIsEnumerable,w=Object.getOwnPropertyDescriptor,S=w&&!y.call({1:2},1);b.f=S?function(e){var t=w(this,e);return!!t&&t.enumerable}:y;var x,k,T=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},A=p,E=Function.prototype,_=E.call,O=A&&E.bind.bind(_,_),N=A?O:function(e){return function(){return _.apply(e,arguments)}},C=N,R=C({}.toString),P=C("".slice),L=function(e){return P(R(e),8,-1)},I=h,F=L,j=Object,D=N("".split),M=I((function(){return!j("z").propertyIsEnumerable(0)}))?function(e){return"String"===F(e)?D(e,""):j(e)}:j,B=function(e){return null==e},W=B,U=TypeError,z=function(e){if(W(e))throw new U("Can't call method on "+e);return e},H=M,V=z,q=function(e){return H(V(e))},$="object"==typeof document&&document.all,G=void 0===$&&void 0!==$?function(e){return"function"==typeof e||e===$}:function(e){return"function"==typeof e},X=G,Y=function(e){return"object"==typeof e?null!==e:X(e)},K=u,J=G,Z=function(e,t){return arguments.length<2?(r=K[e],J(r)?r:void 0):K[e]&&K[e][t];var r},Q=N({}.isPrototypeOf),ee=u,te="undefined"!=typeof navigator&&String(navigator.userAgent)||"",re=ee.process,ne=ee.Deno,oe=re&&re.versions||ne&&ne.version,ie=oe&&oe.v8;ie&&(k=(x=ie.split("."))[0]>0&&x[0]<4?1:+(x[0]+x[1])),!k&&te&&(!(x=te.match(/Edge\/(\d+)/))||x[1]>=74)&&(x=te.match(/Chrome\/(\d+)/))&&(k=+x[1]);var ae=k,se=ae,ce=h,le=u.String,ue=!!Object.getOwnPropertySymbols&&!ce((function(){var e=Symbol("symbol detection");return!le(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&se&&se<41})),fe=ue&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,he=Z,de=G,pe=Q,ge=Object,me=fe?function(e){return"symbol"==typeof e}:function(e){var t=he("Symbol");return de(t)&&pe(t.prototype,ge(e))},ve=String,be=G,ye=function(e){try{return ve(e)}catch(e){return"Object"}},we=TypeError,Se=function(e){if(be(e))return e;throw new we(ye(e)+" is not a function")},xe=Se,ke=B,Te=v,Ae=G,Ee=Y,_e=TypeError,Oe={exports:{}},Ne=u,Ce=Object.defineProperty,Re=function(e,t){try{Ce(Ne,e,{value:t,configurable:!0,writable:!0})}catch(r){Ne[e]=t}return t},Pe=u,Le=Re,Ie="__core-js_shared__",Fe=Oe.exports=Pe[Ie]||Le(Ie,{});(Fe.versions||(Fe.versions=[])).push({version:"3.36.1",mode:"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE",source:"https://github.com/zloirock/core-js"});var je=Oe.exports,De=je,Me=function(e,t){return De[e]||(De[e]=t||{})},Be=z,We=Object,Ue=function(e){return We(Be(e))},ze=Ue,He=N({}.hasOwnProperty),Ve=Object.hasOwn||function(e,t){return He(ze(e),t)},qe=N,$e=0,Ge=Math.random(),Xe=qe(1..toString),Ye=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Xe(++$e+Ge,36)},Ke=Me,Je=Ve,Ze=Ye,Qe=ue,et=fe,tt=u.Symbol,rt=Ke("wks"),nt=et?tt.for||tt:tt&&tt.withoutSetter||Ze,ot=function(e){return Je(rt,e)||(rt[e]=Qe&&Je(tt,e)?tt[e]:nt("Symbol."+e)),rt[e]},it=v,at=Y,st=me,ct=function(e,t){var r=e[t];return ke(r)?void 0:xe(r)},lt=function(e,t){var r,n;if("string"===t&&Ae(r=e.toString)&&!Ee(n=Te(r,e)))return n;if(Ae(r=e.valueOf)&&!Ee(n=Te(r,e)))return n;if("string"!==t&&Ae(r=e.toString)&&!Ee(n=Te(r,e)))return n;throw new _e("Can't convert object to primitive value")},ut=TypeError,ft=ot("toPrimitive"),ht=function(e,t){if(!at(e)||st(e))return e;var r,n=ct(e,ft);if(n){if(void 0===t&&(t="default"),r=it(n,e,t),!at(r)||st(r))return r;throw new ut("Can't convert object to primitive value")}return void 0===t&&(t="number"),lt(e,t)},dt=me,pt=function(e){var t=ht(e,"string");return dt(t)?t:t+""},gt=Y,mt=u.document,vt=gt(mt)&&gt(mt.createElement),bt=function(e){return vt?mt.createElement(e):{}},yt=bt,wt=!d&&!h((function(){return 7!==Object.defineProperty(yt("div"),"a",{get:function(){return 7}}).a})),St=d,xt=v,kt=b,Tt=T,At=q,Et=pt,_t=Ve,Ot=wt,Nt=Object.getOwnPropertyDescriptor;f.f=St?Nt:function(e,t){if(e=At(e),t=Et(t),Ot)try{return Nt(e,t)}catch(e){}if(_t(e,t))return Tt(!xt(kt.f,e,t),e[t])};var Ct={},Rt=d&&h((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Pt=Y,Lt=String,It=TypeError,Ft=function(e){if(Pt(e))return e;throw new It(Lt(e)+" is not an object")},jt=d,Dt=wt,Mt=Rt,Bt=Ft,Wt=pt,Ut=TypeError,zt=Object.defineProperty,Ht=Object.getOwnPropertyDescriptor,Vt="enumerable",qt="configurable",$t="writable";Ct.f=jt?Mt?function(e,t,r){if(Bt(e),t=Wt(t),Bt(r),"function"==typeof e&&"prototype"===t&&"value"in r&&$t in r&&!r[$t]){var n=Ht(e,t);n&&n[$t]&&(e[t]=r.value,r={configurable:qt in r?r[qt]:n[qt],enumerable:Vt in r?r[Vt]:n[Vt],writable:!1})}return zt(e,t,r)}:zt:function(e,t,r){if(Bt(e),t=Wt(t),Bt(r),Dt)try{return zt(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new Ut("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var Gt=Ct,Xt=T,Yt=d?function(e,t,r){return Gt.f(e,t,Xt(1,r))}:function(e,t,r){return e[t]=r,e},Kt={exports:{}},Jt=d,Zt=Ve,Qt=Function.prototype,er=Jt&&Object.getOwnPropertyDescriptor,tr=Zt(Qt,"name"),rr={EXISTS:tr,PROPER:tr&&"something"===function(){}.name,CONFIGURABLE:tr&&(!Jt||Jt&&er(Qt,"name").configurable)},nr=G,or=je,ir=N(Function.toString);nr(or.inspectSource)||(or.inspectSource=function(e){return ir(e)});var ar,sr,cr,lr=or.inspectSource,ur=G,fr=u.WeakMap,hr=ur(fr)&&/native code/.test(String(fr)),dr=Ye,pr=Me("keys"),gr=function(e){return pr[e]||(pr[e]=dr(e))},mr={},vr=hr,br=u,yr=Y,wr=Yt,Sr=Ve,xr=je,kr=gr,Tr=mr,Ar="Object already initialized",Er=br.TypeError,_r=br.WeakMap;if(vr||xr.state){var Or=xr.state||(xr.state=new _r);Or.get=Or.get,Or.has=Or.has,Or.set=Or.set,ar=function(e,t){if(Or.has(e))throw new Er(Ar);return t.facade=e,Or.set(e,t),t},sr=function(e){return Or.get(e)||{}},cr=function(e){return Or.has(e)}}else{var Nr=kr("state");Tr[Nr]=!0,ar=function(e,t){if(Sr(e,Nr))throw new Er(Ar);return t.facade=e,wr(e,Nr,t),t},sr=function(e){return Sr(e,Nr)?e[Nr]:{}},cr=function(e){return Sr(e,Nr)}}var Cr={set:ar,get:sr,has:cr,enforce:function(e){return cr(e)?sr(e):ar(e,{})},getterFor:function(e){return function(t){var r;if(!yr(t)||(r=sr(t)).type!==e)throw new Er("Incompatible receiver, "+e+" required");return r}}},Rr=N,Pr=h,Lr=G,Ir=Ve,Fr=d,jr=rr.CONFIGURABLE,Dr=lr,Mr=Cr.enforce,Br=Cr.get,Wr=String,Ur=Object.defineProperty,zr=Rr("".slice),Hr=Rr("".replace),Vr=Rr([].join),qr=Fr&&!Pr((function(){return 8!==Ur((function(){}),"length",{value:8}).length})),$r=String(String).split("String"),Gr=Kt.exports=function(e,t,r){"Symbol("===zr(Wr(t),0,7)&&(t="["+Hr(Wr(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!Ir(e,"name")||jr&&e.name!==t)&&(Fr?Ur(e,"name",{value:t,configurable:!0}):e.name=t),qr&&r&&Ir(r,"arity")&&e.length!==r.arity&&Ur(e,"length",{value:r.arity});try{r&&Ir(r,"constructor")&&r.constructor?Fr&&Ur(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=Mr(e);return Ir(n,"source")||(n.source=Vr($r,"string"==typeof t?t:"")),e};Function.prototype.toString=Gr((function(){return Lr(this)&&Br(this).source||Dr(this)}),"toString");var Xr=Kt.exports,Yr=G,Kr=Ct,Jr=Xr,Zr=Re,Qr=function(e,t,r,n){n||(n={});var o=n.enumerable,i=void 0!==n.name?n.name:t;if(Yr(r)&&Jr(r,i,n),n.global)o?e[t]=r:Zr(t,r);else{try{n.unsafe?e[t]&&(o=!0):delete e[t]}catch(e){}o?e[t]=r:Kr.f(e,t,{value:r,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return e},en={},tn=Math.ceil,rn=Math.floor,nn=Math.trunc||function(e){var t=+e;return(t>0?rn:tn)(t)},on=function(e){var t=+e;return t!=t||0===t?0:nn(t)},an=on,sn=Math.max,cn=Math.min,ln=on,un=Math.min,fn=function(e){var t=ln(e);return t>0?un(t,9007199254740991):0},hn=function(e){return fn(e.length)},dn=q,pn=function(e,t){var r=an(e);return r<0?sn(r+t,0):cn(r,t)},gn=hn,mn=function(e){return function(t,r,n){var o=dn(t),i=gn(o);if(0===i)return!e&&-1;var a,s=pn(n,i);if(e&&r!=r){for(;i>s;)if((a=o[s++])!=a)return!0}else for(;i>s;s++)if((e||s in o)&&o[s]===r)return e||s||0;return!e&&-1}},vn={includes:mn(!0),indexOf:mn(!1)},bn=Ve,yn=q,wn=vn.indexOf,Sn=mr,xn=N([].push),kn=function(e,t){var r,n=yn(e),o=0,i=[];for(r in n)!bn(Sn,r)&&bn(n,r)&&xn(i,r);for(;t.length>o;)bn(n,r=t[o++])&&(~wn(i,r)||xn(i,r));return i},Tn=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],An=kn,En=Tn.concat("length","prototype");en.f=Object.getOwnPropertyNames||function(e){return An(e,En)};var _n={};_n.f=Object.getOwnPropertySymbols;var On=Z,Nn=en,Cn=_n,Rn=Ft,Pn=N([].concat),Ln=On("Reflect","ownKeys")||function(e){var t=Nn.f(Rn(e)),r=Cn.f;return r?Pn(t,r(e)):t},In=Ve,Fn=Ln,jn=f,Dn=Ct,Mn=h,Bn=G,Wn=/#|\.prototype\./,Un=function(e,t){var r=Hn[zn(e)];return r===qn||r!==Vn&&(Bn(t)?Mn(t):!!t)},zn=Un.normalize=function(e){return String(e).replace(Wn,".").toLowerCase()},Hn=Un.data={},Vn=Un.NATIVE="N",qn=Un.POLYFILL="P",$n=Un,Gn=u,Xn=f.f,Yn=Yt,Kn=Qr,Jn=Re,Zn=function(e,t,r){for(var n=Fn(t),o=Dn.f,i=jn.f,a=0;a<n.length;a++){var s=n[a];In(e,s)||r&&In(r,s)||o(e,s,i(t,s))}},Qn=$n,eo=function(e,t){var r,n,o,i,a,s=e.target,c=e.global,l=e.stat;if(r=c?Gn:l?Gn[s]||Jn(s,{}):Gn[s]&&Gn[s].prototype)for(n in t){if(i=t[n],o=e.dontCallGetSet?(a=Xn(r,n))&&a.value:r[n],!Qn(c?n:s+(l?".":"#")+n,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;Zn(i,o)}(e.sham||o&&o.sham)&&Yn(i,"sham",!0),Kn(r,n,i,e)}},to=L,ro=Array.isArray||function(e){return"Array"===to(e)},no=TypeError,oo=d,io=Ct,ao=T,so={};so[ot("toStringTag")]="z";var co="[object z]"===String(so),lo=co,uo=G,fo=L,ho=ot("toStringTag"),po=Object,go="Arguments"===fo(function(){return arguments}()),mo=lo?fo:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=po(e),ho))?r:go?fo(t):"Object"===(n=fo(t))&&uo(t.callee)?"Arguments":n},vo=N,bo=h,yo=G,wo=mo,So=lr,xo=function(){},ko=Z("Reflect","construct"),To=/^\s*(?:class|function)\b/,Ao=vo(To.exec),Eo=!To.test(xo),_o=function(e){if(!yo(e))return!1;try{return ko(xo,[],e),!0}catch(e){return!1}},Oo=function(e){if(!yo(e))return!1;switch(wo(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Eo||!!Ao(To,So(e))}catch(e){return!0}};Oo.sham=!0;var No=!ko||bo((function(){var e;return _o(_o.call)||!_o(Object)||!_o((function(){e=!0}))||e}))?Oo:_o,Co=ro,Ro=No,Po=Y,Lo=ot("species"),Io=Array,Fo=function(e){var t;return Co(e)&&(t=e.constructor,(Ro(t)&&(t===Io||Co(t.prototype))||Po(t)&&null===(t=t[Lo]))&&(t=void 0)),void 0===t?Io:t},jo=function(e,t){return new(Fo(e))(0===t?0:t)},Do=h,Mo=ae,Bo=ot("species"),Wo=eo,Uo=h,zo=ro,Ho=Y,Vo=Ue,qo=hn,$o=function(e){if(e>9007199254740991)throw no("Maximum allowed index exceeded");return e},Go=function(e,t,r){oo?io.f(e,t,ao(0,r)):e[t]=r},Xo=jo,Yo=function(e){return Mo>=51||!Do((function(){var t=[];return(t.constructor={})[Bo]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},Ko=ae,Jo=ot("isConcatSpreadable"),Zo=Ko>=51||!Uo((function(){var e=[];return e[Jo]=!1,e.concat()[0]!==e})),Qo=function(e){if(!Ho(e))return!1;var t=e[Jo];return void 0!==t?!!t:zo(e)};Wo({target:"Array",proto:!0,arity:1,forced:!Zo||!Yo("concat")},{concat:function(e){var t,r,n,o,i,a=Vo(this),s=Xo(a,0),c=0;for(t=-1,n=arguments.length;t<n;t++)if(Qo(i=-1===t?a:arguments[t]))for(o=qo(i),$o(c+o),r=0;r<o;r++,c++)r in i&&Go(s,c,i[r]);else $o(c+1),Go(s,c++,i);return s.length=c,s}});var ei={},ti=kn,ri=Tn,ni=Object.keys||function(e){return ti(e,ri)},oi=d,ii=Rt,ai=Ct,si=Ft,ci=q,li=ni;ei.f=oi&&!ii?Object.defineProperties:function(e,t){si(e);for(var r,n=ci(t),o=li(t),i=o.length,a=0;i>a;)ai.f(e,r=o[a++],n[r]);return e};var ui,fi=Z("document","documentElement"),hi=Ft,di=ei,pi=Tn,gi=mr,mi=fi,vi=bt,bi="prototype",yi="script",wi=gr("IE_PROTO"),Si=function(){},xi=function(e){return"<"+yi+">"+e+"</"+yi+">"},ki=function(e){e.write(xi("")),e.close();var t=e.parentWindow.Object;return e=null,t},Ti=function(){try{ui=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;Ti="undefined"!=typeof document?document.domain&&ui?ki(ui):(t=vi("iframe"),r="java"+yi+":",t.style.display="none",mi.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(xi("document.F=Object")),e.close(),e.F):ki(ui);for(var n=pi.length;n--;)delete Ti[bi][pi[n]];return Ti()};gi[wi]=!0;var Ai=ot,Ei=Object.create||function(e,t){var r;return null!==e?(Si[bi]=hi(e),r=new Si,Si[bi]=null,r[wi]=e):r=Ti(),void 0===t?r:di.f(r,t)},_i=Ct.f,Oi=Ai("unscopables"),Ni=Array.prototype;void 0===Ni[Oi]&&_i(Ni,Oi,{configurable:!0,value:Ei(null)});var Ci=vn.includes,Ri=function(e){Ni[Oi][e]=!0};eo({target:"Array",proto:!0,forced:h((function(){return!Array(1).includes()}))},{includes:function(e){return Ci(this,e,arguments.length>1?arguments[1]:void 0)}}),Ri("includes");var Pi=d,Li=N,Ii=v,Fi=h,ji=ni,Di=_n,Mi=b,Bi=Ue,Wi=M,Ui=Object.assign,zi=Object.defineProperty,Hi=Li([].concat),Vi=!Ui||Fi((function(){if(Pi&&1!==Ui({b:1},Ui(zi({},"a",{enumerable:!0,get:function(){zi(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach((function(e){t[e]=e})),7!==Ui({},e)[r]||ji(Ui({},t)).join("")!==n}))?function(e,t){for(var r=Bi(e),n=arguments.length,o=1,i=Di.f,a=Mi.f;n>o;)for(var s,c=Wi(arguments[o++]),l=i?Hi(ji(c),i(c)):ji(c),u=l.length,f=0;u>f;)s=l[f++],Pi&&!Ii(a,c,s)||(r[s]=c[s]);return r}:Ui,qi=Vi;eo({target:"Object",stat:!0,arity:2,forced:Object.assign!==qi},{assign:qi});var $i=mo,Gi=co?{}.toString:function(){return"[object "+$i(this)+"]"};co||Qr(Object.prototype,"toString",Gi,{unsafe:!0});var Xi=Y,Yi=L,Ki=ot("match"),Ji=function(e){var t;return Xi(e)&&(void 0!==(t=e[Ki])?!!t:"RegExp"===Yi(e))},Zi=TypeError,Qi=mo,ea=String,ta=ot("match"),ra=eo,na=function(e){if(Ji(e))throw new Zi("The method doesn't accept regular expressions");return e},oa=z,ia=function(e){if("Symbol"===Qi(e))throw new TypeError("Cannot convert a Symbol value to a string");return ea(e)},aa=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[ta]=!1,"/./"[e](t)}catch(e){}}return!1},sa=N("".indexOf);ra({target:"String",proto:!0,forced:!aa("includes")},{includes:function(e){return!!~sa(ia(oa(this)),ia(na(e)),arguments.length>1?arguments[1]:void 0)}});var ca=bt("span").classList,la=ca&&ca.constructor&&ca.constructor.prototype,ua=la===Object.prototype?void 0:la,fa=L,ha=N,da=function(e){if("Function"===fa(e))return ha(e)},pa=Se,ga=p,ma=da(da.bind),va=function(e,t){return pa(e),void 0===t?e:ga?ma(e,t):function(){return e.apply(t,arguments)}},ba=M,ya=Ue,wa=hn,Sa=jo,xa=N([].push),ka=function(e){var t=1===e,r=2===e,n=3===e,o=4===e,i=6===e,a=7===e,s=5===e||i;return function(c,l,u,f){for(var h,d,p=ya(c),g=ba(p),m=wa(g),v=va(l,u),b=0,y=f||Sa,w=t?y(c,m):r||a?y(c,0):void 0;m>b;b++)if((s||b in g)&&(d=v(h=g[b],b,p),e))if(t)w[b]=d;else if(d)switch(e){case 3:return!0;case 5:return h;case 6:return b;case 2:xa(w,h)}else switch(e){case 4:return!1;case 7:xa(w,h)}return i?-1:n||o?o:w}},Ta={forEach:ka(0),map:ka(1),filter:ka(2),some:ka(3),every:ka(4),find:ka(5),findIndex:ka(6),filterReject:ka(7)},Aa=h,Ea=Ta.forEach,_a=function(e,t){var r=[][e];return!!r&&Aa((function(){r.call(null,t||function(){return 1},1)}))}("forEach")?[].forEach:function(e){return Ea(this,e,arguments.length>1?arguments[1]:void 0)},Oa=u,Na={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},Ca=ua,Ra=_a,Pa=Yt,La=function(e){if(e&&e.forEach!==Ra)try{Pa(e,"forEach",Ra)}catch(t){e.forEach=Ra}};for(var Ia in Na)Na[Ia]&&La(Oa[Ia]&&Oa[Ia].prototype);La(Ca);Object.assign(e.fn.bootstrapTable.defaults,{mobileResponsive:!1,minWidth:562,minHeight:void 0,heightThreshold:100,checkOnInit:!0,columnsHidden:[]}),e.BootstrapTable=function(r){function n(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),t(this,n,arguments)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(n,r),c=n,l=[{key:"init",value:function(){for(var t,r=this,o=arguments.length,a=new Array(o),c=0;c<o;c++)a[c]=arguments[c];if((t=s(i(n.prototype),"init",this)).call.apply(t,[this].concat(a)),this.options.mobileResponsive&&this.options.minWidth){this.options.minWidth<100&&this.options.resizable&&(console.warn("The minWidth when the resizable extension is active should be greater or equal than 100"),this.options.minWidth=100);var l,u,f,h={width:e(window).width(),height:e(window).height()};if(e(window).on("resize orientationchange",(l=function(){var t=e(window).width(),n=e(window).height(),o=e(document.activeElement);o.length&&["INPUT","SELECT","TEXTAREA"].includes(o.prop("nodeName"))||(Math.abs(h.height-n)>r.options.heightThreshold||h.width!==t)&&(r.changeView(t,n),h={width:t,height:n})},u=200,f=0,function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];clearTimeout(f),f=setTimeout((function(){f=0,l.apply(void 0,t)}),u)})),this.options.checkOnInit){var d=e(window).width(),p=e(window).height();this.changeView(d,p),h={width:d,height:p}}}}},{key:"conditionCardView",value:function(){this.changeTableView(!1),this.showHideColumns(!1)}},{key:"conditionFullView",value:function(){this.changeTableView(!0),this.showHideColumns(!0)}},{key:"changeTableView",value:function(e){this.options.cardView=e,this.toggleView()}},{key:"showHideColumns",value:function(e){var t=this;this.options.columnsHidden.length>0&&this.columns.forEach((function(r){t.options.columnsHidden.includes(r.field)&&r.visible!==e&&t._toggleColumn(t.fieldsColumnsIndex[r.field],e,!0)}))}},{key:"changeView",value:function(e,t){this.options.minHeight?e<=this.options.minWidth&&t<=this.options.minHeight?this.conditionCardView():e>this.options.minWidth&&t>this.options.minHeight&&this.conditionFullView():e<=this.options.minWidth?this.conditionCardView():e>this.options.minWidth&&this.conditionFullView(),this.resetView()}}],l&&o(c.prototype,l),u&&o(c,u),Object.defineProperty(c,"prototype",{writable:!1}),c;var c,l,u}(e.BootstrapTable)})),function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e){"use strict";function t(e,t,n){return t=a(t),function(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,r()?Reflect.construct(t,n||[],a(e).constructor):t.apply(e,n))}function r(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(r=function(){return!!e})()}function n(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,n(o.key),o)}}function i(e,t,r){return(t=n(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function a(e){return a=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},a(e)}function s(e,t){return s=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},s(e,t)}function c(){return c="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=a(e)););return e}(e,t);if(n){var o=Object.getOwnPropertyDescriptor(n,t);return o.get?o.get.call(arguments.length<3?e:r):o.value}},c.apply(this,arguments)}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function u(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=function(e,t){if(e){if("string"==typeof e)return l(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?l(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){s=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(s)throw i}}}}var f="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},h=function(e){return e&&e.Math===Math&&e},d=h("object"==typeof globalThis&&globalThis)||h("object"==typeof window&&window)||h("object"==typeof self&&self)||h("object"==typeof f&&f)||h("object"==typeof f&&f)||function(){return this}()||Function("return this")(),p={},g=function(e){try{return!!e()}catch(e){return!0}},m=!g((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),v=!g((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})),b=v,y=Function.prototype.call,w=b?y.bind(y):function(){return y.apply(y,arguments)},S={},x={}.propertyIsEnumerable,k=Object.getOwnPropertyDescriptor,T=k&&!x.call({1:2},1);S.f=T?function(e){var t=k(this,e);return!!t&&t.enumerable}:x;var A,E,_=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},O=v,N=Function.prototype,C=N.call,R=O&&N.bind.bind(C,C),P=O?R:function(e){return function(){return C.apply(e,arguments)}},L=P,I=L({}.toString),F=L("".slice),j=function(e){return F(I(e),8,-1)},D=g,M=j,B=Object,W=P("".split),U=D((function(){return!B("z").propertyIsEnumerable(0)}))?function(e){return"String"===M(e)?W(e,""):B(e)}:B,z=function(e){return null==e},H=z,V=TypeError,q=function(e){if(H(e))throw new V("Can't call method on "+e);return e},$=U,G=q,X=function(e){return $(G(e))},Y="object"==typeof document&&document.all,K=void 0===Y&&void 0!==Y?function(e){return"function"==typeof e||e===Y}:function(e){return"function"==typeof e},J=K,Z=function(e){return"object"==typeof e?null!==e:J(e)},Q=d,ee=K,te=function(e,t){return arguments.length<2?(r=Q[e],ee(r)?r:void 0):Q[e]&&Q[e][t];var r},re=P({}.isPrototypeOf),ne=d,oe="undefined"!=typeof navigator&&String(navigator.userAgent)||"",ie=ne.process,ae=ne.Deno,se=ie&&ie.versions||ae&&ae.version,ce=se&&se.v8;ce&&(E=(A=ce.split("."))[0]>0&&A[0]<4?1:+(A[0]+A[1])),!E&&oe&&(!(A=oe.match(/Edge\/(\d+)/))||A[1]>=74)&&(A=oe.match(/Chrome\/(\d+)/))&&(E=+A[1]);var le=E,ue=le,fe=g,he=d.String,de=!!Object.getOwnPropertySymbols&&!fe((function(){var e=Symbol("symbol detection");return!he(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&ue&&ue<41})),pe=de&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,ge=te,me=K,ve=re,be=Object,ye=pe?function(e){return"symbol"==typeof e}:function(e){var t=ge("Symbol");return me(t)&&ve(t.prototype,be(e))},we=String,Se=K,xe=function(e){try{return we(e)}catch(e){return"Object"}},ke=TypeError,Te=function(e){if(Se(e))return e;throw new ke(xe(e)+" is not a function")},Ae=Te,Ee=z,_e=function(e,t){var r=e[t];return Ee(r)?void 0:Ae(r)},Oe=w,Ne=K,Ce=Z,Re=TypeError,Pe={exports:{}},Le=d,Ie=Object.defineProperty,Fe=function(e,t){try{Ie(Le,e,{value:t,configurable:!0,writable:!0})}catch(r){Le[e]=t}return t},je=d,De=Fe,Me="__core-js_shared__",Be=Pe.exports=je[Me]||De(Me,{});(Be.versions||(Be.versions=[])).push({version:"3.36.1",mode:"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE",source:"https://github.com/zloirock/core-js"});var We=Pe.exports,Ue=We,ze=function(e,t){return Ue[e]||(Ue[e]=t||{})},He=q,Ve=Object,qe=function(e){return Ve(He(e))},$e=qe,Ge=P({}.hasOwnProperty),Xe=Object.hasOwn||function(e,t){return Ge($e(e),t)},Ye=P,Ke=0,Je=Math.random(),Ze=Ye(1..toString),Qe=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Ze(++Ke+Je,36)},et=ze,tt=Xe,rt=Qe,nt=de,ot=pe,it=d.Symbol,at=et("wks"),st=ot?it.for||it:it&&it.withoutSetter||rt,ct=function(e){return tt(at,e)||(at[e]=nt&&tt(it,e)?it[e]:st("Symbol."+e)),at[e]},lt=w,ut=Z,ft=ye,ht=_e,dt=function(e,t){var r,n;if("string"===t&&Ne(r=e.toString)&&!Ce(n=Oe(r,e)))return n;if(Ne(r=e.valueOf)&&!Ce(n=Oe(r,e)))return n;if("string"!==t&&Ne(r=e.toString)&&!Ce(n=Oe(r,e)))return n;throw new Re("Can't convert object to primitive value")},pt=TypeError,gt=ct("toPrimitive"),mt=function(e,t){if(!ut(e)||ft(e))return e;var r,n=ht(e,gt);if(n){if(void 0===t&&(t="default"),r=lt(n,e,t),!ut(r)||ft(r))return r;throw new pt("Can't convert object to primitive value")}return void 0===t&&(t="number"),dt(e,t)},vt=ye,bt=function(e){var t=mt(e,"string");return vt(t)?t:t+""},yt=Z,wt=d.document,St=yt(wt)&&yt(wt.createElement),xt=function(e){return St?wt.createElement(e):{}},kt=xt,Tt=!m&&!g((function(){return 7!==Object.defineProperty(kt("div"),"a",{get:function(){return 7}}).a})),At=m,Et=w,_t=S,Ot=_,Nt=X,Ct=bt,Rt=Xe,Pt=Tt,Lt=Object.getOwnPropertyDescriptor;p.f=At?Lt:function(e,t){if(e=Nt(e),t=Ct(t),Pt)try{return Lt(e,t)}catch(e){}if(Rt(e,t))return Ot(!Et(_t.f,e,t),e[t])};var It={},Ft=m&&g((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),jt=Z,Dt=String,Mt=TypeError,Bt=function(e){if(jt(e))return e;throw new Mt(Dt(e)+" is not an object")},Wt=m,Ut=Tt,zt=Ft,Ht=Bt,Vt=bt,qt=TypeError,$t=Object.defineProperty,Gt=Object.getOwnPropertyDescriptor,Xt="enumerable",Yt="configurable",Kt="writable";It.f=Wt?zt?function(e,t,r){if(Ht(e),t=Vt(t),Ht(r),"function"==typeof e&&"prototype"===t&&"value"in r&&Kt in r&&!r[Kt]){var n=Gt(e,t);n&&n[Kt]&&(e[t]=r.value,r={configurable:Yt in r?r[Yt]:n[Yt],enumerable:Xt in r?r[Xt]:n[Xt],writable:!1})}return $t(e,t,r)}:$t:function(e,t,r){if(Ht(e),t=Vt(t),Ht(r),Ut)try{return $t(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new qt("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var Jt=It,Zt=_,Qt=m?function(e,t,r){return Jt.f(e,t,Zt(1,r))}:function(e,t,r){return e[t]=r,e},er={exports:{}},tr=m,rr=Xe,nr=Function.prototype,or=tr&&Object.getOwnPropertyDescriptor,ir=rr(nr,"name"),ar={EXISTS:ir,PROPER:ir&&"something"===function(){}.name,CONFIGURABLE:ir&&(!tr||tr&&or(nr,"name").configurable)},sr=K,cr=We,lr=P(Function.toString);sr(cr.inspectSource)||(cr.inspectSource=function(e){return lr(e)});var ur,fr,hr,dr=cr.inspectSource,pr=K,gr=d.WeakMap,mr=pr(gr)&&/native code/.test(String(gr)),vr=Qe,br=ze("keys"),yr=function(e){return br[e]||(br[e]=vr(e))},wr={},Sr=mr,xr=d,kr=Z,Tr=Qt,Ar=Xe,Er=We,_r=yr,Or=wr,Nr="Object already initialized",Cr=xr.TypeError,Rr=xr.WeakMap;if(Sr||Er.state){var Pr=Er.state||(Er.state=new Rr);Pr.get=Pr.get,Pr.has=Pr.has,Pr.set=Pr.set,ur=function(e,t){if(Pr.has(e))throw new Cr(Nr);return t.facade=e,Pr.set(e,t),t},fr=function(e){return Pr.get(e)||{}},hr=function(e){return Pr.has(e)}}else{var Lr=_r("state");Or[Lr]=!0,ur=function(e,t){if(Ar(e,Lr))throw new Cr(Nr);return t.facade=e,Tr(e,Lr,t),t},fr=function(e){return Ar(e,Lr)?e[Lr]:{}},hr=function(e){return Ar(e,Lr)}}var Ir={set:ur,get:fr,has:hr,enforce:function(e){return hr(e)?fr(e):ur(e,{})},getterFor:function(e){return function(t){var r;if(!kr(t)||(r=fr(t)).type!==e)throw new Cr("Incompatible receiver, "+e+" required");return r}}},Fr=P,jr=g,Dr=K,Mr=Xe,Br=m,Wr=ar.CONFIGURABLE,Ur=dr,zr=Ir.enforce,Hr=Ir.get,Vr=String,qr=Object.defineProperty,$r=Fr("".slice),Gr=Fr("".replace),Xr=Fr([].join),Yr=Br&&!jr((function(){return 8!==qr((function(){}),"length",{value:8}).length})),Kr=String(String).split("String"),Jr=er.exports=function(e,t,r){"Symbol("===$r(Vr(t),0,7)&&(t="["+Gr(Vr(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!Mr(e,"name")||Wr&&e.name!==t)&&(Br?qr(e,"name",{value:t,configurable:!0}):e.name=t),Yr&&r&&Mr(r,"arity")&&e.length!==r.arity&&qr(e,"length",{value:r.arity});try{r&&Mr(r,"constructor")&&r.constructor?Br&&qr(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=zr(e);return Mr(n,"source")||(n.source=Xr(Kr,"string"==typeof t?t:"")),e};Function.prototype.toString=Jr((function(){return Dr(this)&&Hr(this).source||Ur(this)}),"toString");var Zr=er.exports,Qr=K,en=It,tn=Zr,rn=Fe,nn=function(e,t,r,n){n||(n={});var o=n.enumerable,i=void 0!==n.name?n.name:t;if(Qr(r)&&tn(r,i,n),n.global)o?e[t]=r:rn(t,r);else{try{n.unsafe?e[t]&&(o=!0):delete e[t]}catch(e){}o?e[t]=r:en.f(e,t,{value:r,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return e},on={},an=Math.ceil,sn=Math.floor,cn=Math.trunc||function(e){var t=+e;return(t>0?sn:an)(t)},ln=function(e){var t=+e;return t!=t||0===t?0:cn(t)},un=ln,fn=Math.max,hn=Math.min,dn=function(e,t){var r=un(e);return r<0?fn(r+t,0):hn(r,t)},pn=ln,gn=Math.min,mn=function(e){var t=pn(e);return t>0?gn(t,9007199254740991):0},vn=mn,bn=function(e){return vn(e.length)},yn=X,wn=dn,Sn=bn,xn=function(e){return function(t,r,n){var o=yn(t),i=Sn(o);if(0===i)return!e&&-1;var a,s=wn(n,i);if(e&&r!=r){for(;i>s;)if((a=o[s++])!=a)return!0}else for(;i>s;s++)if((e||s in o)&&o[s]===r)return e||s||0;return!e&&-1}},kn={includes:xn(!0),indexOf:xn(!1)},Tn=Xe,An=X,En=kn.indexOf,_n=wr,On=P([].push),Nn=function(e,t){var r,n=An(e),o=0,i=[];for(r in n)!Tn(_n,r)&&Tn(n,r)&&On(i,r);for(;t.length>o;)Tn(n,r=t[o++])&&(~En(i,r)||On(i,r));return i},Cn=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Rn=Nn,Pn=Cn.concat("length","prototype");on.f=Object.getOwnPropertyNames||function(e){return Rn(e,Pn)};var Ln={};Ln.f=Object.getOwnPropertySymbols;var In=te,Fn=on,jn=Ln,Dn=Bt,Mn=P([].concat),Bn=In("Reflect","ownKeys")||function(e){var t=Fn.f(Dn(e)),r=jn.f;return r?Mn(t,r(e)):t},Wn=Xe,Un=Bn,zn=p,Hn=It,Vn=g,qn=K,$n=/#|\.prototype\./,Gn=function(e,t){var r=Yn[Xn(e)];return r===Jn||r!==Kn&&(qn(t)?Vn(t):!!t)},Xn=Gn.normalize=function(e){return String(e).replace($n,".").toLowerCase()},Yn=Gn.data={},Kn=Gn.NATIVE="N",Jn=Gn.POLYFILL="P",Zn=Gn,Qn=d,eo=p.f,to=Qt,ro=nn,no=Fe,oo=function(e,t,r){for(var n=Un(t),o=Hn.f,i=zn.f,a=0;a<n.length;a++){var s=n[a];Wn(e,s)||r&&Wn(r,s)||o(e,s,i(t,s))}},io=Zn,ao=function(e,t){var r,n,o,i,a,s=e.target,c=e.global,l=e.stat;if(r=c?Qn:l?Qn[s]||no(s,{}):Qn[s]&&Qn[s].prototype)for(n in t){if(i=t[n],o=e.dontCallGetSet?(a=eo(r,n))&&a.value:r[n],!io(c?n:s+(l?".":"#")+n,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;oo(i,o)}(e.sham||o&&o.sham)&&to(i,"sham",!0),ro(r,n,i,e)}},so=j,co=Array.isArray||function(e){return"Array"===so(e)},lo=TypeError,uo=m,fo=It,ho=_,po=function(e,t,r){uo?fo.f(e,t,ho(0,r)):e[t]=r},go={};go[ct("toStringTag")]="z";var mo="[object z]"===String(go),vo=mo,bo=K,yo=j,wo=ct("toStringTag"),So=Object,xo="Arguments"===yo(function(){return arguments}()),ko=vo?yo:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=So(e),wo))?r:xo?yo(t):"Object"===(n=yo(t))&&bo(t.callee)?"Arguments":n},To=P,Ao=g,Eo=K,_o=ko,Oo=dr,No=function(){},Co=te("Reflect","construct"),Ro=/^\s*(?:class|function)\b/,Po=To(Ro.exec),Lo=!Ro.test(No),Io=function(e){if(!Eo(e))return!1;try{return Co(No,[],e),!0}catch(e){return!1}},Fo=function(e){if(!Eo(e))return!1;switch(_o(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Lo||!!Po(Ro,Oo(e))}catch(e){return!0}};Fo.sham=!0;var jo=!Co||Ao((function(){var e;return Io(Io.call)||!Io(Object)||!Io((function(){e=!0}))||e}))?Fo:Io,Do=co,Mo=jo,Bo=Z,Wo=ct("species"),Uo=Array,zo=function(e){var t;return Do(e)&&(t=e.constructor,(Mo(t)&&(t===Uo||Do(t.prototype))||Bo(t)&&null===(t=t[Wo]))&&(t=void 0)),void 0===t?Uo:t},Ho=function(e,t){return new(zo(e))(0===t?0:t)},Vo=g,qo=le,$o=ct("species"),Go=function(e){return qo>=51||!Vo((function(){var t=[];return(t.constructor={})[$o]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},Xo=ao,Yo=g,Ko=co,Jo=Z,Zo=qe,Qo=bn,ei=function(e){if(e>9007199254740991)throw lo("Maximum allowed index exceeded");return e},ti=po,ri=Ho,ni=Go,oi=le,ii=ct("isConcatSpreadable"),ai=oi>=51||!Yo((function(){var e=[];return e[ii]=!1,e.concat()[0]!==e})),si=function(e){if(!Jo(e))return!1;var t=e[ii];return void 0!==t?!!t:Ko(e)};Xo({target:"Array",proto:!0,arity:1,forced:!ai||!ni("concat")},{concat:function(e){var t,r,n,o,i,a=Zo(this),s=ri(a,0),c=0;for(t=-1,n=arguments.length;t<n;t++)if(si(i=-1===t?a:arguments[t]))for(o=Qo(i),ei(c+o),r=0;r<o;r++,c++)r in i&&ti(s,c,i[r]);else ei(c+1),ti(s,c++,i);return s.length=c,s}});var ci=j,li=P,ui=function(e){if("Function"===ci(e))return li(e)},fi=Te,hi=v,di=ui(ui.bind),pi=function(e,t){return fi(e),void 0===t?e:hi?di(e,t):function(){return e.apply(t,arguments)}},gi=U,mi=qe,vi=bn,bi=Ho,yi=P([].push),wi=function(e){var t=1===e,r=2===e,n=3===e,o=4===e,i=6===e,a=7===e,s=5===e||i;return function(c,l,u,f){for(var h,d,p=mi(c),g=gi(p),m=vi(g),v=pi(l,u),b=0,y=f||bi,w=t?y(c,m):r||a?y(c,0):void 0;m>b;b++)if((s||b in g)&&(d=v(h=g[b],b,p),e))if(t)w[b]=d;else if(d)switch(e){case 3:return!0;case 5:return h;case 6:return b;case 2:yi(w,h)}else switch(e){case 4:return!1;case 7:yi(w,h)}return i?-1:n||o?o:w}},Si={forEach:wi(0),map:wi(1),filter:wi(2),some:wi(3),every:wi(4),find:wi(5),findIndex:wi(6),filterReject:wi(7)},xi={},ki=Nn,Ti=Cn,Ai=Object.keys||function(e){return ki(e,Ti)},Ei=m,_i=Ft,Oi=It,Ni=Bt,Ci=X,Ri=Ai;xi.f=Ei&&!_i?Object.defineProperties:function(e,t){Ni(e);for(var r,n=Ci(t),o=Ri(t),i=o.length,a=0;i>a;)Oi.f(e,r=o[a++],n[r]);return e};var Pi,Li=te("document","documentElement"),Ii=Bt,Fi=xi,ji=Cn,Di=wr,Mi=Li,Bi=xt,Wi="prototype",Ui="script",zi=yr("IE_PROTO"),Hi=function(){},Vi=function(e){return"<"+Ui+">"+e+"</"+Ui+">"},qi=function(e){e.write(Vi("")),e.close();var t=e.parentWindow.Object;return e=null,t},$i=function(){try{Pi=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;$i="undefined"!=typeof document?document.domain&&Pi?qi(Pi):(t=Bi("iframe"),r="java"+Ui+":",t.style.display="none",Mi.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(Vi("document.F=Object")),e.close(),e.F):qi(Pi);for(var n=ji.length;n--;)delete $i[Wi][ji[n]];return $i()};Di[zi]=!0;var Gi=Object.create||function(e,t){var r;return null!==e?(Hi[Wi]=Ii(e),r=new Hi,Hi[Wi]=null,r[zi]=e):r=$i(),void 0===t?r:Fi.f(r,t)},Xi=ct,Yi=Gi,Ki=It.f,Ji=Xi("unscopables"),Zi=Array.prototype;void 0===Zi[Ji]&&Ki(Zi,Ji,{configurable:!0,value:Yi(null)});var Qi=ao,ea=Si.find,ta=function(e){Zi[Ji][e]=!0},ra="find",na=!0;ra in[]&&Array(1)[ra]((function(){na=!1})),Qi({target:"Array",proto:!0,forced:na},{find:function(e){return ea(this,e,arguments.length>1?arguments[1]:void 0)}}),ta(ra);var oa=g,ia=function(e,t){var r=[][e];return!!r&&oa((function(){r.call(null,t||function(){return 1},1)}))},aa=ao,sa=U,ca=X,la=ia,ua=P([].join);aa({target:"Array",proto:!0,forced:sa!==Object||!la("join",",")},{join:function(e){return ua(ca(this),void 0===e?",":e)}});var fa=Si.map;ao({target:"Array",proto:!0,forced:!Go("map")},{map:function(e){return fa(this,e,arguments.length>1?arguments[1]:void 0)}});var ha=P([].slice),da=ao,pa=co,ga=jo,ma=Z,va=dn,ba=bn,ya=X,wa=po,Sa=ct,xa=ha,ka=Go("slice"),Ta=Sa("species"),Aa=Array,Ea=Math.max;da({target:"Array",proto:!0,forced:!ka},{slice:function(e,t){var r,n,o,i=ya(this),a=ba(i),s=va(e,a),c=va(void 0===t?a:t,a);if(pa(i)&&(r=i.constructor,(ga(r)&&(r===Aa||pa(r.prototype))||ma(r)&&null===(r=r[Ta]))&&(r=void 0),r===Aa||void 0===r))return xa(i,s,c);for(n=new(void 0===r?Aa:r)(Ea(c-s,0)),o=0;s<c;s++,o++)s in i&&wa(n,o,i[s]);return n.length=o,n}});var _a=m,Oa=P,Na=w,Ca=g,Ra=Ai,Pa=Ln,La=S,Ia=qe,Fa=U,ja=Object.assign,Da=Object.defineProperty,Ma=Oa([].concat),Ba=!ja||Ca((function(){if(_a&&1!==ja({b:1},ja(Da({},"a",{enumerable:!0,get:function(){Da(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach((function(e){t[e]=e})),7!==ja({},e)[r]||Ra(ja({},t)).join("")!==n}))?function(e,t){for(var r=Ia(e),n=arguments.length,o=1,i=Pa.f,a=La.f;n>o;)for(var s,c=Fa(arguments[o++]),l=i?Ma(Ra(c),i(c)):Ra(c),u=l.length,f=0;u>f;)s=l[f++],_a&&!Na(a,c,s)||(r[s]=c[s]);return r}:ja,Wa=Ba;ao({target:"Object",stat:!0,arity:2,forced:Object.assign!==Wa},{assign:Wa});var Ua=ko,za=mo?{}.toString:function(){return"[object "+Ua(this)+"]"};mo||nn(Object.prototype,"toString",za,{unsafe:!0});var Ha,Va,qa=ko,$a=String,Ga=function(e){if("Symbol"===qa(e))throw new TypeError("Cannot convert a Symbol value to a string");return $a(e)},Xa=Bt,Ya=g,Ka=d.RegExp,Ja=Ya((function(){var e=Ka("a","y");return e.lastIndex=2,null!==e.exec("abcd")})),Za=Ja||Ya((function(){return!Ka("a","y").sticky})),Qa={BROKEN_CARET:Ja||Ya((function(){var e=Ka("^r","gy");return e.lastIndex=2,null!==e.exec("str")})),MISSED_STICKY:Za,UNSUPPORTED_Y:Ja},es=g,ts=d.RegExp,rs=es((function(){var e=ts(".","s");return!(e.dotAll&&e.test("\n")&&"s"===e.flags)})),ns=g,os=d.RegExp,is=ns((function(){var e=os("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),as=w,ss=P,cs=Ga,ls=function(){var e=Xa(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t},us=Qa,fs=Gi,hs=Ir.get,ds=rs,ps=is,gs=ze("native-string-replace",String.prototype.replace),ms=RegExp.prototype.exec,vs=ms,bs=ss("".charAt),ys=ss("".indexOf),ws=ss("".replace),Ss=ss("".slice),xs=(Va=/b*/g,as(ms,Ha=/a/,"a"),as(ms,Va,"a"),0!==Ha.lastIndex||0!==Va.lastIndex),ks=us.BROKEN_CARET,Ts=void 0!==/()??/.exec("")[1];(xs||Ts||ks||ds||ps)&&(vs=function(e){var t,r,n,o,i,a,s,c=this,l=hs(c),u=cs(e),f=l.raw;if(f)return f.lastIndex=c.lastIndex,t=as(vs,f,u),c.lastIndex=f.lastIndex,t;var h=l.groups,d=ks&&c.sticky,p=as(ls,c),g=c.source,m=0,v=u;if(d&&(p=ws(p,"y",""),-1===ys(p,"g")&&(p+="g"),v=Ss(u,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==bs(u,c.lastIndex-1))&&(g="(?: "+g+")",v=" "+v,m++),r=new RegExp("^(?:"+g+")",p)),Ts&&(r=new RegExp("^"+g+"$(?!\\s)",p)),xs&&(n=c.lastIndex),o=as(ms,d?r:c,v),d?o?(o.input=Ss(o.input,m),o[0]=Ss(o[0],m),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:xs&&o&&(c.lastIndex=c.global?o.index+o[0].length:n),Ts&&o&&o.length>1&&as(gs,o[0],r,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&h)for(o.groups=a=fs(null),i=0;i<h.length;i++)a[(s=h[i])[0]]=o[s[1]];return o});var As=vs;ao({target:"RegExp",proto:!0,forced:/./.exec!==As},{exec:As});var Es=v,_s=Function.prototype,Os=_s.apply,Ns=_s.call,Cs="object"==typeof Reflect&&Reflect.apply||(Es?Ns.bind(Os):function(){return Ns.apply(Os,arguments)}),Rs=w,Ps=nn,Ls=As,Is=g,Fs=ct,js=Qt,Ds=Fs("species"),Ms=RegExp.prototype,Bs=P,Ws=ln,Us=Ga,zs=q,Hs=Bs("".charAt),Vs=Bs("".charCodeAt),qs=Bs("".slice),$s=function(e){return function(t,r){var n,o,i=Us(zs(t)),a=Ws(r),s=i.length;return a<0||a>=s?e?"":void 0:(n=Vs(i,a))<55296||n>56319||a+1===s||(o=Vs(i,a+1))<56320||o>57343?e?Hs(i,a):n:e?qs(i,a,a+2):o-56320+(n-55296<<10)+65536}},Gs={codeAt:$s(!1),charAt:$s(!0)}.charAt,Xs=P,Ys=qe,Ks=Math.floor,Js=Xs("".charAt),Zs=Xs("".replace),Qs=Xs("".slice),ec=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,tc=/\$([$&'`]|\d{1,2})/g,rc=w,nc=Bt,oc=K,ic=j,ac=As,sc=TypeError,cc=Cs,lc=w,uc=P,fc=function(e,t,r,n){var o=Fs(e),i=!Is((function(){var t={};return t[o]=function(){return 7},7!==""[e](t)})),a=i&&!Is((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[Ds]=function(){return r},r.flags="",r[o]=/./[o]),r.exec=function(){return t=!0,null},r[o](""),!t}));if(!i||!a||r){var s=/./[o],c=t(o,""[e],(function(e,t,r,n,o){var a=t.exec;return a===Ls||a===Ms.exec?i&&!o?{done:!0,value:Rs(s,t,r,n)}:{done:!0,value:Rs(e,r,t,n)}:{done:!1}}));Ps(String.prototype,e,c[0]),Ps(Ms,o,c[1])}n&&js(Ms[o],"sham",!0)},hc=g,dc=Bt,pc=K,gc=z,mc=ln,vc=mn,bc=Ga,yc=q,wc=function(e,t,r){return t+(r?Gs(e,t).length:1)},Sc=_e,xc=function(e,t,r,n,o,i){var a=r+e.length,s=n.length,c=tc;return void 0!==o&&(o=Ys(o),c=ec),Zs(i,c,(function(i,c){var l;switch(Js(c,0)){case"$":return"$";case"&":return e;case"`":return Qs(t,0,r);case"'":return Qs(t,a);case"<":l=o[Qs(c,1,-1)];break;default:var u=+c;if(0===u)return i;if(u>s){var f=Ks(u/10);return 0===f?i:f<=s?void 0===n[f-1]?Js(c,1):n[f-1]+Js(c,1):i}l=n[u-1]}return void 0===l?"":l}))},kc=function(e,t){var r=e.exec;if(oc(r)){var n=rc(r,e,t);return null!==n&&nc(n),n}if("RegExp"===ic(e))return rc(ac,e,t);throw new sc("RegExp#exec called on incompatible receiver")},Tc=ct("replace"),Ac=Math.max,Ec=Math.min,_c=uc([].concat),Oc=uc([].push),Nc=uc("".indexOf),Cc=uc("".slice),Rc="$0"==="a".replace(/./,"$0"),Pc=!!/./[Tc]&&""===/./[Tc]("a","$0");fc("replace",(function(e,t,r){var n=Pc?"$":"$0";return[function(e,r){var n=yc(this),o=gc(e)?void 0:Sc(e,Tc);return o?lc(o,e,n,r):lc(t,bc(n),e,r)},function(e,o){var i=dc(this),a=bc(e);if("string"==typeof o&&-1===Nc(o,n)&&-1===Nc(o,"$<")){var s=r(t,i,a,o);if(s.done)return s.value}var c=pc(o);c||(o=bc(o));var l,u=i.global;u&&(l=i.unicode,i.lastIndex=0);for(var f,h=[];null!==(f=kc(i,a))&&(Oc(h,f),u);){""===bc(f[0])&&(i.lastIndex=wc(a,vc(i.lastIndex),l))}for(var d,p="",g=0,m=0;m<h.length;m++){for(var v,b=bc((f=h[m])[0]),y=Ac(Ec(mc(f.index),a.length),0),w=[],S=1;S<f.length;S++)Oc(w,void 0===(d=f[S])?d:String(d));var x=f.groups;if(c){var k=_c([b],w,y,a);void 0!==x&&Oc(k,x),v=bc(cc(o,void 0,k))}else v=xc(b,a,y,w,x,o);y>=g&&(p+=Cc(a,g,y)+v,g=y+b.length)}return p+Cc(a,g)}]}),!!hc((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!Rc||Pc);var Lc=xt("span").classList,Ic=Lc&&Lc.constructor&&Lc.constructor.prototype,Fc=Ic===Object.prototype?void 0:Ic,jc=Si.forEach,Dc=ia("forEach")?[].forEach:function(e){return jc(this,e,arguments.length>1?arguments[1]:void 0)},Mc=d,Bc={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},Wc=Fc,Uc=Dc,zc=Qt,Hc=function(e){if(e&&e.forEach!==Uc)try{zc(e,"forEach",Uc)}catch(t){e.forEach=Uc}};for(var Vc in Bc)Bc[Vc]&&Hc(Mc[Vc]&&Mc[Vc].prototype);Hc(Wc);var qc=e.fn.bootstrapTable.utils,$c={json:"JSON",xml:"XML",png:"PNG",csv:"CSV",txt:"TXT",sql:"SQL",doc:"MS-Word",excel:"MS-Excel",xlsx:"MS-Excel (OpenXML)",powerpoint:"MS-Powerpoint",pdf:"PDF"};Object.assign(e.fn.bootstrapTable.defaults,{showExport:!1,exportDataType:"basic",exportTypes:["json","xml","csv","txt","sql","excel"],exportOptions:{},exportFooter:!1}),Object.assign(e.fn.bootstrapTable.columnDefaults,{forceExport:!1,forceHide:!1}),Object.assign(e.fn.bootstrapTable.defaults.icons,{export:{bootstrap3:"glyphicon-export icon-share",bootstrap5:"bi-download",materialize:"file_download","bootstrap-table":"icon-download"}[e.fn.bootstrapTable.theme]||"fa-download"}),Object.assign(e.fn.bootstrapTable.locales,{formatExport:function(){return"Export data"}}),Object.assign(e.fn.bootstrapTable.defaults,e.fn.bootstrapTable.locales),e.fn.bootstrapTable.methods.push("exportTable"),Object.assign(e.fn.bootstrapTable.defaults,{onExportSaved:function(e){return!1},onExportStarted:function(){return!1}}),Object.assign(e.fn.bootstrapTable.events,{"export-saved.bs.table":"onExportSaved","export-started.bs.table":"onExportStarted"}),e.BootstrapTable=function(r){function n(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),t(this,n,arguments)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&s(e,t)}(n,r),l=n,f=[{key:"initToolbar",value:function(){var t,r=this,o=this.options,i=o.exportTypes;if(this.showToolbar=this.showToolbar||o.showExport,this.options.showExport){if("string"==typeof i){var s=i.slice(1,-1).replace(/ /g,"").split(",");i=s.map((function(e){return e.slice(1,-1)}))}if("string"==typeof o.exportOptions&&(o.exportOptions=qc.calculateObjectValue(null,o.exportOptions)),this.$export=this.$toolbar.find(">.columns div.export"),this.$export.length)return void this.updateExportButton();this.buttons=Object.assign(this.buttons,{export:{html:function(){if(1===i.length)return'\n <div class="export '.concat(r.constants.classes.buttonsDropdown,'"\n data-type="').concat(i[0],'">\n <button class="').concat(r.constants.buttonsClass,'"\n aria-label="').concat(o.formatExport(),'"\n type="button"\n title="').concat(o.formatExport(),'">\n ').concat(o.showButtonIcons?qc.sprintf(r.constants.html.icon,o.iconsPrefix,o.icons.export):"","\n ").concat(o.showButtonText?o.formatExport():"","\n </button>\n </div>\n ");var t=[];t.push('\n <div class="export '.concat(r.constants.classes.buttonsDropdown,'">\n <button class="').concat(r.constants.buttonsClass,' dropdown-toggle"\n aria-label="').concat(o.formatExport(),'"\n ').concat(r.constants.dataToggle,'="dropdown"\n type="button"\n title="').concat(o.formatExport(),'">\n ').concat(o.showButtonIcons?qc.sprintf(r.constants.html.icon,o.iconsPrefix,o.icons.export):"","\n ").concat(o.showButtonText?o.formatExport():"","\n ").concat(r.constants.html.dropdownCaret,"\n </button>\n ").concat(r.constants.html.toolbarDropdown[0],"\n "));var n,a=u(i);try{for(a.s();!(n=a.n()).done;){var s=n.value;if($c.hasOwnProperty(s)){var c=e(qc.sprintf(r.constants.html.pageDropdownItem,"",$c[s]));c.attr("data-type",s),t.push(c.prop("outerHTML"))}}}catch(e){a.e(e)}finally{a.f()}return t.push(r.constants.html.toolbarDropdown[1],"</div>"),t.join("")}}})}for(var l=arguments.length,f=new Array(l),h=0;h<l;h++)f[h]=arguments[h];if((t=c(a(n.prototype),"initToolbar",this)).call.apply(t,[this].concat(f)),this.$export=this.$toolbar.find(">.columns div.export"),this.options.showExport){this.updateExportButton();var d=this.$export.find("[data-type]");1===i.length&&(d=this.$export),d.click((function(t){t.preventDefault(),r.trigger("export-started"),r.exportTable({type:e(t.currentTarget).data("type")})})),this.handleToolbar()}}},{key:"handleToolbar",value:function(){this.$export&&c(a(n.prototype),"handleToolbar",this)&&c(a(n.prototype),"handleToolbar",this).call(this)}},{key:"exportTable",value:function(t){var r=this,n=this.options,o=this.header.stateField,a=n.cardView,s=function(i){o&&r.hideColumn(o),a&&r.toggleView(),r.columns.forEach((function(e){e.forceHide&&r.hideColumn(e.field)}));var s=r.getData();if(n.detailView&&n.detailViewIcon){var c="left"===n.detailViewAlign?0:r.getVisibleFields().length+qc.getDetailViewIndexOffset(r.options);n.exportOptions.ignoreColumn=[c].concat(n.exportOptions.ignoreColumn||[])}if(n.exportFooter&&n.height){var l=r.$tableFooter.find("tr").first(),u={},f=[];e.each(l.children(),(function(t,n){var o=e(n).children(".th-inner").first().html();u[r.columns[t].field]="&nbsp;"===o?null:o,f.push(o)})),r.$body.append(r.$body.children().last()[0].outerHTML);var h=r.$body.children().last();e.each(h.children(),(function(t,r){e(r).html(f[t])}))}var d=r.getHiddenColumns();d.forEach((function(e){e.forceExport&&r.showColumn(e.field)})),"function"==typeof n.exportOptions.fileName&&(t.fileName=n.exportOptions.fileName()),r.$el.tableExport(qc.extend({onAfterSaveToFile:function(){n.exportFooter&&r.load(s),o&&r.showColumn(o),a&&r.toggleView(),d.forEach((function(e){e.forceExport&&r.hideColumn(e.field)})),r.columns.forEach((function(e){e.forceHide&&r.showColumn(e.field)})),i&&i()}},n.exportOptions,t))};if("all"===n.exportDataType&&n.pagination){var c="server"===n.sidePagination?"post-body.bs.table":"page-change.bs.table",l=this.options.virtualScroll;this.$el.one(c,(function(){setTimeout((function(){var e=r.getData();s((function(){r.options.virtualScroll=l,r.togglePagination()})),r.trigger("export-saved",e)}),0)})),this.options.virtualScroll=!1,this.togglePagination()}else if("selected"===n.exportDataType){var u=this.getData(),f=this.getSelections(),h=n.pagination;if(!f.length)return;"server"===n.sidePagination&&(u=i({total:n.totalRows},this.options.dataField,u),f=i({total:f.length},this.options.dataField,f)),this.load(f),h&&this.togglePagination(),s((function(){h&&r.togglePagination(),r.load(u)})),this.trigger("export-saved",f)}else s(),this.trigger("export-saved",this.getData(!0))}},{key:"updateSelected",value:function(){c(a(n.prototype),"updateSelected",this).call(this),this.updateExportButton()}},{key:"updateExportButton",value:function(){"selected"===this.options.exportDataType&&this.$export.find("> button").prop("disabled",!this.getSelections().length)}}],f&&o(l.prototype,f),h&&o(l,h),Object.defineProperty(l,"prototype",{writable:!1}),l;var l,f,h}(e.BootstrapTable)})),function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e){"use strict";function t(e,t,n){return t=i(t),function(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,r()?Reflect.construct(t,n||[],i(e).constructor):t.apply(e,n))}function r(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(r=function(){return!!e})()}function n(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,n(o.key),o)}}function i(e){return i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},i(e)}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function s(){return s="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=i(e)););return e}(e,t);if(n){var o=Object.getOwnPropertyDescriptor(n,t);return o.get?o.get.call(arguments.length<3?e:r):o.value}},s.apply(this,arguments)}function c(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,s=[],c=!0,l=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);c=!0);}catch(e){l=!0,o=e}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return s}}(e,t)||l(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e,t){if(e){if("string"==typeof e)return u(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?u(e,t):void 0}}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function f(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=l(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){s=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(s)throw i}}}}var h="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},d=function(e){return e&&e.Math===Math&&e},p=d("object"==typeof globalThis&&globalThis)||d("object"==typeof window&&window)||d("object"==typeof self&&self)||d("object"==typeof h&&h)||d("object"==typeof h&&h)||function(){return this}()||Function("return this")(),g={},m=function(e){try{return!!e()}catch(e){return!0}},v=!m((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),b=!m((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})),y=b,w=Function.prototype.call,S=y?w.bind(w):function(){return w.apply(w,arguments)},x={},k={}.propertyIsEnumerable,T=Object.getOwnPropertyDescriptor,A=T&&!k.call({1:2},1);x.f=A?function(e){var t=T(this,e);return!!t&&t.enumerable}:k;var E,_,O=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},N=b,C=Function.prototype,R=C.call,P=N&&C.bind.bind(R,R),L=N?P:function(e){return function(){return R.apply(e,arguments)}},I=L,F=I({}.toString),j=I("".slice),D=function(e){return j(F(e),8,-1)},M=m,B=D,W=Object,U=L("".split),z=M((function(){return!W("z").propertyIsEnumerable(0)}))?function(e){return"String"===B(e)?U(e,""):W(e)}:W,H=function(e){return null==e},V=H,q=TypeError,$=function(e){if(V(e))throw new q("Can't call method on "+e);return e},G=z,X=$,Y=function(e){return G(X(e))},K="object"==typeof document&&document.all,J=void 0===K&&void 0!==K?function(e){return"function"==typeof e||e===K}:function(e){return"function"==typeof e},Z=J,Q=function(e){return"object"==typeof e?null!==e:Z(e)},ee=p,te=J,re=function(e,t){return arguments.length<2?(r=ee[e],te(r)?r:void 0):ee[e]&&ee[e][t];var r},ne=L({}.isPrototypeOf),oe=p,ie="undefined"!=typeof navigator&&String(navigator.userAgent)||"",ae=oe.process,se=oe.Deno,ce=ae&&ae.versions||se&&se.version,le=ce&&ce.v8;le&&(_=(E=le.split("."))[0]>0&&E[0]<4?1:+(E[0]+E[1])),!_&&ie&&(!(E=ie.match(/Edge\/(\d+)/))||E[1]>=74)&&(E=ie.match(/Chrome\/(\d+)/))&&(_=+E[1]);var ue=_,fe=ue,he=m,de=p.String,pe=!!Object.getOwnPropertySymbols&&!he((function(){var e=Symbol("symbol detection");return!de(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&fe&&fe<41})),ge=pe&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,me=re,ve=J,be=ne,ye=Object,we=ge?function(e){return"symbol"==typeof e}:function(e){var t=me("Symbol");return ve(t)&&be(t.prototype,ye(e))},Se=String,xe=J,ke=function(e){try{return Se(e)}catch(e){return"Object"}},Te=TypeError,Ae=function(e){if(xe(e))return e;throw new Te(ke(e)+" is not a function")},Ee=Ae,_e=H,Oe=function(e,t){var r=e[t];return _e(r)?void 0:Ee(r)},Ne=S,Ce=J,Re=Q,Pe=TypeError,Le={exports:{}},Ie=p,Fe=Object.defineProperty,je=function(e,t){try{Fe(Ie,e,{value:t,configurable:!0,writable:!0})}catch(r){Ie[e]=t}return t},De=p,Me=je,Be="__core-js_shared__",We=Le.exports=De[Be]||Me(Be,{});(We.versions||(We.versions=[])).push({version:"3.36.1",mode:"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE",source:"https://github.com/zloirock/core-js"});var Ue=Le.exports,ze=Ue,He=function(e,t){return ze[e]||(ze[e]=t||{})},Ve=$,qe=Object,$e=function(e){return qe(Ve(e))},Ge=$e,Xe=L({}.hasOwnProperty),Ye=Object.hasOwn||function(e,t){return Xe(Ge(e),t)},Ke=L,Je=0,Ze=Math.random(),Qe=Ke(1..toString),et=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Qe(++Je+Ze,36)},tt=He,rt=Ye,nt=et,ot=pe,it=ge,at=p.Symbol,st=tt("wks"),ct=it?at.for||at:at&&at.withoutSetter||nt,lt=function(e){return rt(st,e)||(st[e]=ot&&rt(at,e)?at[e]:ct("Symbol."+e)),st[e]},ut=S,ft=Q,ht=we,dt=Oe,pt=function(e,t){var r,n;if("string"===t&&Ce(r=e.toString)&&!Re(n=Ne(r,e)))return n;if(Ce(r=e.valueOf)&&!Re(n=Ne(r,e)))return n;if("string"!==t&&Ce(r=e.toString)&&!Re(n=Ne(r,e)))return n;throw new Pe("Can't convert object to primitive value")},gt=TypeError,mt=lt("toPrimitive"),vt=function(e,t){if(!ft(e)||ht(e))return e;var r,n=dt(e,mt);if(n){if(void 0===t&&(t="default"),r=ut(n,e,t),!ft(r)||ht(r))return r;throw new gt("Can't convert object to primitive value")}return void 0===t&&(t="number"),pt(e,t)},bt=vt,yt=we,wt=function(e){var t=bt(e,"string");return yt(t)?t:t+""},St=Q,xt=p.document,kt=St(xt)&&St(xt.createElement),Tt=function(e){return kt?xt.createElement(e):{}},At=Tt,Et=!v&&!m((function(){return 7!==Object.defineProperty(At("div"),"a",{get:function(){return 7}}).a})),_t=v,Ot=S,Nt=x,Ct=O,Rt=Y,Pt=wt,Lt=Ye,It=Et,Ft=Object.getOwnPropertyDescriptor;g.f=_t?Ft:function(e,t){if(e=Rt(e),t=Pt(t),It)try{return Ft(e,t)}catch(e){}if(Lt(e,t))return Ct(!Ot(Nt.f,e,t),e[t])};var jt={},Dt=v&&m((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Mt=Q,Bt=String,Wt=TypeError,Ut=function(e){if(Mt(e))return e;throw new Wt(Bt(e)+" is not an object")},zt=v,Ht=Et,Vt=Dt,qt=Ut,$t=wt,Gt=TypeError,Xt=Object.defineProperty,Yt=Object.getOwnPropertyDescriptor,Kt="enumerable",Jt="configurable",Zt="writable";jt.f=zt?Vt?function(e,t,r){if(qt(e),t=$t(t),qt(r),"function"==typeof e&&"prototype"===t&&"value"in r&&Zt in r&&!r[Zt]){var n=Yt(e,t);n&&n[Zt]&&(e[t]=r.value,r={configurable:Jt in r?r[Jt]:n[Jt],enumerable:Kt in r?r[Kt]:n[Kt],writable:!1})}return Xt(e,t,r)}:Xt:function(e,t,r){if(qt(e),t=$t(t),qt(r),Ht)try{return Xt(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new Gt("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var Qt=jt,er=O,tr=v?function(e,t,r){return Qt.f(e,t,er(1,r))}:function(e,t,r){return e[t]=r,e},rr={exports:{}},nr=v,or=Ye,ir=Function.prototype,ar=nr&&Object.getOwnPropertyDescriptor,sr=or(ir,"name"),cr={EXISTS:sr,PROPER:sr&&"something"===function(){}.name,CONFIGURABLE:sr&&(!nr||nr&&ar(ir,"name").configurable)},lr=J,ur=Ue,fr=L(Function.toString);lr(ur.inspectSource)||(ur.inspectSource=function(e){return fr(e)});var hr,dr,pr,gr=ur.inspectSource,mr=J,vr=p.WeakMap,br=mr(vr)&&/native code/.test(String(vr)),yr=et,wr=He("keys"),Sr=function(e){return wr[e]||(wr[e]=yr(e))},xr={},kr=br,Tr=p,Ar=Q,Er=tr,_r=Ye,Or=Ue,Nr=Sr,Cr=xr,Rr="Object already initialized",Pr=Tr.TypeError,Lr=Tr.WeakMap;if(kr||Or.state){var Ir=Or.state||(Or.state=new Lr);Ir.get=Ir.get,Ir.has=Ir.has,Ir.set=Ir.set,hr=function(e,t){if(Ir.has(e))throw new Pr(Rr);return t.facade=e,Ir.set(e,t),t},dr=function(e){return Ir.get(e)||{}},pr=function(e){return Ir.has(e)}}else{var Fr=Nr("state");Cr[Fr]=!0,hr=function(e,t){if(_r(e,Fr))throw new Pr(Rr);return t.facade=e,Er(e,Fr,t),t},dr=function(e){return _r(e,Fr)?e[Fr]:{}},pr=function(e){return _r(e,Fr)}}var jr={set:hr,get:dr,has:pr,enforce:function(e){return pr(e)?dr(e):hr(e,{})},getterFor:function(e){return function(t){var r;if(!Ar(t)||(r=dr(t)).type!==e)throw new Pr("Incompatible receiver, "+e+" required");return r}}},Dr=L,Mr=m,Br=J,Wr=Ye,Ur=v,zr=cr.CONFIGURABLE,Hr=gr,Vr=jr.enforce,qr=jr.get,$r=String,Gr=Object.defineProperty,Xr=Dr("".slice),Yr=Dr("".replace),Kr=Dr([].join),Jr=Ur&&!Mr((function(){return 8!==Gr((function(){}),"length",{value:8}).length})),Zr=String(String).split("String"),Qr=rr.exports=function(e,t,r){"Symbol("===Xr($r(t),0,7)&&(t="["+Yr($r(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!Wr(e,"name")||zr&&e.name!==t)&&(Ur?Gr(e,"name",{value:t,configurable:!0}):e.name=t),Jr&&r&&Wr(r,"arity")&&e.length!==r.arity&&Gr(e,"length",{value:r.arity});try{r&&Wr(r,"constructor")&&r.constructor?Ur&&Gr(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=Vr(e);return Wr(n,"source")||(n.source=Kr(Zr,"string"==typeof t?t:"")),e};Function.prototype.toString=Qr((function(){return Br(this)&&qr(this).source||Hr(this)}),"toString");var en=rr.exports,tn=J,rn=jt,nn=en,on=je,an=function(e,t,r,n){n||(n={});var o=n.enumerable,i=void 0!==n.name?n.name:t;if(tn(r)&&nn(r,i,n),n.global)o?e[t]=r:on(t,r);else{try{n.unsafe?e[t]&&(o=!0):delete e[t]}catch(e){}o?e[t]=r:rn.f(e,t,{value:r,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return e},sn={},cn=Math.ceil,ln=Math.floor,un=Math.trunc||function(e){var t=+e;return(t>0?ln:cn)(t)},fn=function(e){var t=+e;return t!=t||0===t?0:un(t)},hn=fn,dn=Math.max,pn=Math.min,gn=fn,mn=Math.min,vn=function(e){var t=gn(e);return t>0?mn(t,9007199254740991):0},bn=vn,yn=function(e){return bn(e.length)},wn=Y,Sn=function(e,t){var r=hn(e);return r<0?dn(r+t,0):pn(r,t)},xn=yn,kn=function(e){return function(t,r,n){var o=wn(t),i=xn(o);if(0===i)return!e&&-1;var a,s=Sn(n,i);if(e&&r!=r){for(;i>s;)if((a=o[s++])!=a)return!0}else for(;i>s;s++)if((e||s in o)&&o[s]===r)return e||s||0;return!e&&-1}},Tn={includes:kn(!0),indexOf:kn(!1)},An=Ye,En=Y,_n=Tn.indexOf,On=xr,Nn=L([].push),Cn=function(e,t){var r,n=En(e),o=0,i=[];for(r in n)!An(On,r)&&An(n,r)&&Nn(i,r);for(;t.length>o;)An(n,r=t[o++])&&(~_n(i,r)||Nn(i,r));return i},Rn=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Pn=Cn,Ln=Rn.concat("length","prototype");sn.f=Object.getOwnPropertyNames||function(e){return Pn(e,Ln)};var In={};In.f=Object.getOwnPropertySymbols;var Fn=re,jn=sn,Dn=In,Mn=Ut,Bn=L([].concat),Wn=Fn("Reflect","ownKeys")||function(e){var t=jn.f(Mn(e)),r=Dn.f;return r?Bn(t,r(e)):t},Un=Ye,zn=Wn,Hn=g,Vn=jt,qn=m,$n=J,Gn=/#|\.prototype\./,Xn=function(e,t){var r=Kn[Yn(e)];return r===Zn||r!==Jn&&($n(t)?qn(t):!!t)},Yn=Xn.normalize=function(e){return String(e).replace(Gn,".").toLowerCase()},Kn=Xn.data={},Jn=Xn.NATIVE="N",Zn=Xn.POLYFILL="P",Qn=Xn,eo=p,to=g.f,ro=tr,no=an,oo=je,io=function(e,t,r){for(var n=zn(t),o=Vn.f,i=Hn.f,a=0;a<n.length;a++){var s=n[a];Un(e,s)||r&&Un(r,s)||o(e,s,i(t,s))}},ao=Qn,so=function(e,t){var r,n,o,i,a,s=e.target,c=e.global,l=e.stat;if(r=c?eo:l?eo[s]||oo(s,{}):eo[s]&&eo[s].prototype)for(n in t){if(i=t[n],o=e.dontCallGetSet?(a=to(r,n))&&a.value:r[n],!ao(c?n:s+(l?".":"#")+n,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;io(i,o)}(e.sham||o&&o.sham)&&ro(i,"sham",!0),no(r,n,i,e)}},co=D,lo=Array.isArray||function(e){return"Array"===co(e)},uo=TypeError,fo=v,ho=jt,po=O,go={};go[lt("toStringTag")]="z";var mo="[object z]"===String(go),vo=mo,bo=J,yo=D,wo=lt("toStringTag"),So=Object,xo="Arguments"===yo(function(){return arguments}()),ko=vo?yo:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=So(e),wo))?r:xo?yo(t):"Object"===(n=yo(t))&&bo(t.callee)?"Arguments":n},To=L,Ao=m,Eo=J,_o=ko,Oo=gr,No=function(){},Co=re("Reflect","construct"),Ro=/^\s*(?:class|function)\b/,Po=To(Ro.exec),Lo=!Ro.test(No),Io=function(e){if(!Eo(e))return!1;try{return Co(No,[],e),!0}catch(e){return!1}},Fo=function(e){if(!Eo(e))return!1;switch(_o(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Lo||!!Po(Ro,Oo(e))}catch(e){return!0}};Fo.sham=!0;var jo=!Co||Ao((function(){var e;return Io(Io.call)||!Io(Object)||!Io((function(){e=!0}))||e}))?Fo:Io,Do=lo,Mo=jo,Bo=Q,Wo=lt("species"),Uo=Array,zo=function(e){var t;return Do(e)&&(t=e.constructor,(Mo(t)&&(t===Uo||Do(t.prototype))||Bo(t)&&null===(t=t[Wo]))&&(t=void 0)),void 0===t?Uo:t},Ho=function(e,t){return new(zo(e))(0===t?0:t)},Vo=m,qo=ue,$o=lt("species"),Go=function(e){return qo>=51||!Vo((function(){var t=[];return(t.constructor={})[$o]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},Xo=so,Yo=m,Ko=lo,Jo=Q,Zo=$e,Qo=yn,ei=function(e){if(e>9007199254740991)throw uo("Maximum allowed index exceeded");return e},ti=function(e,t,r){fo?ho.f(e,t,po(0,r)):e[t]=r},ri=Ho,ni=Go,oi=ue,ii=lt("isConcatSpreadable"),ai=oi>=51||!Yo((function(){var e=[];return e[ii]=!1,e.concat()[0]!==e})),si=function(e){if(!Jo(e))return!1;var t=e[ii];return void 0!==t?!!t:Ko(e)};Xo({target:"Array",proto:!0,arity:1,forced:!ai||!ni("concat")},{concat:function(e){var t,r,n,o,i,a=Zo(this),s=ri(a,0),c=0;for(t=-1,n=arguments.length;t<n;t++)if(si(i=-1===t?a:arguments[t]))for(o=Qo(i),ei(c+o),r=0;r<o;r++,c++)r in i&&ti(s,c,i[r]);else ei(c+1),ti(s,c++,i);return s.length=c,s}});var ci=D,li=L,ui=function(e){if("Function"===ci(e))return li(e)},fi=Ae,hi=b,di=ui(ui.bind),pi=function(e,t){return fi(e),void 0===t?e:hi?di(e,t):function(){return e.apply(t,arguments)}},gi=z,mi=$e,vi=yn,bi=Ho,yi=L([].push),wi=function(e){var t=1===e,r=2===e,n=3===e,o=4===e,i=6===e,a=7===e,s=5===e||i;return function(c,l,u,f){for(var h,d,p=mi(c),g=gi(p),m=vi(g),v=pi(l,u),b=0,y=f||bi,w=t?y(c,m):r||a?y(c,0):void 0;m>b;b++)if((s||b in g)&&(d=v(h=g[b],b,p),e))if(t)w[b]=d;else if(d)switch(e){case 3:return!0;case 5:return h;case 6:return b;case 2:yi(w,h)}else switch(e){case 4:return!1;case 7:yi(w,h)}return i?-1:n||o?o:w}},Si={forEach:wi(0),map:wi(1),filter:wi(2),some:wi(3),every:wi(4),find:wi(5),findIndex:wi(6),filterReject:wi(7)},xi=Si.filter;so({target:"Array",proto:!0,forced:!Go("filter")},{filter:function(e){return xi(this,e,arguments.length>1?arguments[1]:void 0)}});var ki={},Ti=Cn,Ai=Rn,Ei=Object.keys||function(e){return Ti(e,Ai)},_i=v,Oi=Dt,Ni=jt,Ci=Ut,Ri=Y,Pi=Ei;ki.f=_i&&!Oi?Object.defineProperties:function(e,t){Ci(e);for(var r,n=Ri(t),o=Pi(t),i=o.length,a=0;i>a;)Ni.f(e,r=o[a++],n[r]);return e};var Li,Ii=re("document","documentElement"),Fi=Ut,ji=ki,Di=Rn,Mi=xr,Bi=Ii,Wi=Tt,Ui="prototype",zi="script",Hi=Sr("IE_PROTO"),Vi=function(){},qi=function(e){return"<"+zi+">"+e+"</"+zi+">"},$i=function(e){e.write(qi("")),e.close();var t=e.parentWindow.Object;return e=null,t},Gi=function(){try{Li=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;Gi="undefined"!=typeof document?document.domain&&Li?$i(Li):(t=Wi("iframe"),r="java"+zi+":",t.style.display="none",Bi.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(qi("document.F=Object")),e.close(),e.F):$i(Li);for(var n=Di.length;n--;)delete Gi[Ui][Di[n]];return Gi()};Mi[Hi]=!0;var Xi=Object.create||function(e,t){var r;return null!==e?(Vi[Ui]=Fi(e),r=new Vi,Vi[Ui]=null,r[Hi]=e):r=Gi(),void 0===t?r:ji.f(r,t)},Yi=lt,Ki=Xi,Ji=jt.f,Zi=Yi("unscopables"),Qi=Array.prototype;void 0===Qi[Zi]&&Ji(Qi,Zi,{configurable:!0,value:Ki(null)});var ea=function(e){Qi[Zi][e]=!0},ta=so,ra=Si.find,na=ea,oa="find",ia=!0;oa in[]&&Array(1)[oa]((function(){ia=!1})),ta({target:"Array",proto:!0,forced:ia},{find:function(e){return ra(this,e,arguments.length>1?arguments[1]:void 0)}}),na(oa);var aa=Tn.includes,sa=ea;so({target:"Array",proto:!0,forced:m((function(){return!Array(1).includes()}))},{includes:function(e){return aa(this,e,arguments.length>1?arguments[1]:void 0)}}),sa("includes");var ca=m,la=function(e,t){var r=[][e];return!!r&&ca((function(){r.call(null,t||function(){return 1},1)}))},ua=so,fa=z,ha=Y,da=la,pa=L([].join);ua({target:"Array",proto:!0,forced:fa!==Object||!da("join",",")},{join:function(e){return pa(ha(this),void 0===e?",":e)}});var ga=Si.map;so({target:"Array",proto:!0,forced:!Go("map")},{map:function(e){return ga(this,e,arguments.length>1?arguments[1]:void 0)}});var ma=$e,va=vt;so({target:"Date",proto:!0,arity:1,forced:m((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}))},{toJSON:function(e){var t=ma(this),r=va(t,"number");return"number"!=typeof r||isFinite(r)?t.toISOString():null}});var ba=v,ya=L,wa=S,Sa=m,xa=Ei,ka=In,Ta=x,Aa=$e,Ea=z,_a=Object.assign,Oa=Object.defineProperty,Na=ya([].concat),Ca=!_a||Sa((function(){if(ba&&1!==_a({b:1},_a(Oa({},"a",{enumerable:!0,get:function(){Oa(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach((function(e){t[e]=e})),7!==_a({},e)[r]||xa(_a({},t)).join("")!==n}))?function(e,t){for(var r=Aa(e),n=arguments.length,o=1,i=ka.f,a=Ta.f;n>o;)for(var s,c=Ea(arguments[o++]),l=i?Na(xa(c),i(c)):xa(c),u=l.length,f=0;u>f;)s=l[f++],ba&&!wa(a,c,s)||(r[s]=c[s]);return r}:_a,Ra=Ca;so({target:"Object",stat:!0,arity:2,forced:Object.assign!==Ra},{assign:Ra});var Pa=!m((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),La=Ye,Ia=J,Fa=$e,ja=Pa,Da=Sr("IE_PROTO"),Ma=Object,Ba=Ma.prototype,Wa=ja?Ma.getPrototypeOf:function(e){var t=Fa(e);if(La(t,Da))return t[Da];var r=t.constructor;return Ia(r)&&t instanceof r?r.prototype:t instanceof Ma?Ba:null},Ua=v,za=m,Ha=L,Va=Wa,qa=Ei,$a=Y,Ga=Ha(x.f),Xa=Ha([].push),Ya=Ua&&za((function(){var e=Object.create(null);return e[2]=2,!Ga(e,2)})),Ka=function(e){return function(t){for(var r,n=$a(t),o=qa(n),i=Ya&&null===Va(n),a=o.length,s=0,c=[];a>s;)r=o[s++],Ua&&!(i?r in n:Ga(n,r))||Xa(c,e?[r,n[r]]:n[r]);return c}},Ja={entries:Ka(!0),values:Ka(!1)}.entries;so({target:"Object",stat:!0},{entries:function(e){return Ja(e)}});var Za=$e,Qa=Ei;so({target:"Object",stat:!0,forced:m((function(){Qa(1)}))},{keys:function(e){return Qa(Za(e))}});var es=ko,ts=mo?{}.toString:function(){return"[object "+es(this)+"]"};mo||an(Object.prototype,"toString",ts,{unsafe:!0});var rs,ns,os=ko,is=String,as=function(e){if("Symbol"===os(e))throw new TypeError("Cannot convert a Symbol value to a string");return is(e)},ss=Ut,cs=function(){var e=ss(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t},ls=m,us=p.RegExp,fs=ls((function(){var e=us("a","y");return e.lastIndex=2,null!==e.exec("abcd")})),hs=fs||ls((function(){return!us("a","y").sticky})),ds={BROKEN_CARET:fs||ls((function(){var e=us("^r","gy");return e.lastIndex=2,null!==e.exec("str")})),MISSED_STICKY:hs,UNSUPPORTED_Y:fs},ps=m,gs=p.RegExp,ms=ps((function(){var e=gs(".","s");return!(e.dotAll&&e.test("\n")&&"s"===e.flags)})),vs=m,bs=p.RegExp,ys=vs((function(){var e=bs("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),ws=S,Ss=L,xs=as,ks=cs,Ts=ds,As=Xi,Es=jr.get,_s=ms,Os=ys,Ns=He("native-string-replace",String.prototype.replace),Cs=RegExp.prototype.exec,Rs=Cs,Ps=Ss("".charAt),Ls=Ss("".indexOf),Is=Ss("".replace),Fs=Ss("".slice),js=(ns=/b*/g,ws(Cs,rs=/a/,"a"),ws(Cs,ns,"a"),0!==rs.lastIndex||0!==ns.lastIndex),Ds=Ts.BROKEN_CARET,Ms=void 0!==/()??/.exec("")[1];(js||Ms||Ds||_s||Os)&&(Rs=function(e){var t,r,n,o,i,a,s,c=this,l=Es(c),u=xs(e),f=l.raw;if(f)return f.lastIndex=c.lastIndex,t=ws(Rs,f,u),c.lastIndex=f.lastIndex,t;var h=l.groups,d=Ds&&c.sticky,p=ws(ks,c),g=c.source,m=0,v=u;if(d&&(p=Is(p,"y",""),-1===Ls(p,"g")&&(p+="g"),v=Fs(u,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==Ps(u,c.lastIndex-1))&&(g="(?: "+g+")",v=" "+v,m++),r=new RegExp("^(?:"+g+")",p)),Ms&&(r=new RegExp("^"+g+"$(?!\\s)",p)),js&&(n=c.lastIndex),o=ws(Cs,d?r:c,v),d?o?(o.input=Fs(o.input,m),o[0]=Fs(o[0],m),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:js&&o&&(c.lastIndex=c.global?o.index+o[0].length:n),Ms&&o&&o.length>1&&ws(Ns,o[0],r,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&h)for(o.groups=a=As(null),i=0;i<h.length;i++)a[(s=h[i])[0]]=o[s[1]];return o});var Bs=Rs;so({target:"RegExp",proto:!0,forced:/./.exec!==Bs},{exec:Bs});var Ws=S,Us=Ye,zs=ne,Hs=cs,Vs=RegExp.prototype,qs=cr.PROPER,$s=an,Gs=Ut,Xs=as,Ys=m,Ks=function(e){var t=e.flags;return void 0!==t||"flags"in Vs||Us(e,"flags")||!zs(Vs,e)?t:Ws(Hs,e)},Js="toString",Zs=RegExp.prototype,Qs=Zs[Js],ec=Ys((function(){return"/a/b"!==Qs.call({source:"a",flags:"b"})})),tc=qs&&Qs.name!==Js;(ec||tc)&&$s(Zs,Js,(function(){var e=Gs(this);return"/"+Xs(e.source)+"/"+Xs(Ks(e))}),{unsafe:!0});var rc=Q,nc=D,oc=lt("match"),ic=function(e){var t;return rc(e)&&(void 0!==(t=e[oc])?!!t:"RegExp"===nc(e))},ac=TypeError,sc=lt("match"),cc=so,lc=function(e){if(ic(e))throw new ac("The method doesn't accept regular expressions");return e},uc=$,fc=as,hc=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[sc]=!1,"/./"[e](t)}catch(e){}}return!1},dc=L("".indexOf);cc({target:"String",proto:!0,forced:!hc("includes")},{includes:function(e){return!!~dc(fc(uc(this)),fc(lc(e)),arguments.length>1?arguments[1]:void 0)}});var pc=b,gc=Function.prototype,mc=gc.apply,vc=gc.call,bc="object"==typeof Reflect&&Reflect.apply||(pc?vc.bind(mc):function(){return vc.apply(mc,arguments)}),yc=S,wc=an,Sc=Bs,xc=m,kc=lt,Tc=tr,Ac=kc("species"),Ec=RegExp.prototype,_c=function(e,t,r,n){var o=kc(e),i=!xc((function(){var t={};return t[o]=function(){return 7},7!==""[e](t)})),a=i&&!xc((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[Ac]=function(){return r},r.flags="",r[o]=/./[o]),r.exec=function(){return t=!0,null},r[o](""),!t}));if(!i||!a||r){var s=/./[o],c=t(o,""[e],(function(e,t,r,n,o){var a=t.exec;return a===Sc||a===Ec.exec?i&&!o?{done:!0,value:yc(s,t,r,n)}:{done:!0,value:yc(e,r,t,n)}:{done:!1}}));wc(String.prototype,e,c[0]),wc(Ec,o,c[1])}n&&Tc(Ec[o],"sham",!0)},Oc=L,Nc=fn,Cc=as,Rc=$,Pc=Oc("".charAt),Lc=Oc("".charCodeAt),Ic=Oc("".slice),Fc=function(e){return function(t,r){var n,o,i=Cc(Rc(t)),a=Nc(r),s=i.length;return a<0||a>=s?e?"":void 0:(n=Lc(i,a))<55296||n>56319||a+1===s||(o=Lc(i,a+1))<56320||o>57343?e?Pc(i,a):n:e?Ic(i,a,a+2):o-56320+(n-55296<<10)+65536}},jc={codeAt:Fc(!1),charAt:Fc(!0)}.charAt,Dc=L,Mc=$e,Bc=Math.floor,Wc=Dc("".charAt),Uc=Dc("".replace),zc=Dc("".slice),Hc=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,Vc=/\$([$&'`]|\d{1,2})/g,qc=S,$c=Ut,Gc=J,Xc=D,Yc=Bs,Kc=TypeError,Jc=function(e,t){var r=e.exec;if(Gc(r)){var n=qc(r,e,t);return null!==n&&$c(n),n}if("RegExp"===Xc(e))return qc(Yc,e,t);throw new Kc("RegExp#exec called on incompatible receiver")},Zc=bc,Qc=S,el=L,tl=_c,rl=m,nl=Ut,ol=J,il=H,al=fn,sl=vn,cl=as,ll=$,ul=function(e,t,r){return t+(r?jc(e,t).length:1)},fl=Oe,hl=function(e,t,r,n,o,i){var a=r+e.length,s=n.length,c=Vc;return void 0!==o&&(o=Mc(o),c=Hc),Uc(i,c,(function(i,c){var l;switch(Wc(c,0)){case"$":return"$";case"&":return e;case"`":return zc(t,0,r);case"'":return zc(t,a);case"<":l=o[zc(c,1,-1)];break;default:var u=+c;if(0===u)return i;if(u>s){var f=Bc(u/10);return 0===f?i:f<=s?void 0===n[f-1]?Wc(c,1):n[f-1]+Wc(c,1):i}l=n[u-1]}return void 0===l?"":l}))},dl=Jc,pl=lt("replace"),gl=Math.max,ml=Math.min,vl=el([].concat),bl=el([].push),yl=el("".indexOf),wl=el("".slice),Sl="$0"==="a".replace(/./,"$0"),xl=!!/./[pl]&&""===/./[pl]("a","$0");tl("replace",(function(e,t,r){var n=xl?"$":"$0";return[function(e,r){var n=ll(this),o=il(e)?void 0:fl(e,pl);return o?Qc(o,e,n,r):Qc(t,cl(n),e,r)},function(e,o){var i=nl(this),a=cl(e);if("string"==typeof o&&-1===yl(o,n)&&-1===yl(o,"$<")){var s=r(t,i,a,o);if(s.done)return s.value}var c=ol(o);c||(o=cl(o));var l,u=i.global;u&&(l=i.unicode,i.lastIndex=0);for(var f,h=[];null!==(f=dl(i,a))&&(bl(h,f),u);){""===cl(f[0])&&(i.lastIndex=ul(a,sl(i.lastIndex),l))}for(var d,p="",g=0,m=0;m<h.length;m++){for(var v,b=cl((f=h[m])[0]),y=gl(ml(al(f.index),a.length),0),w=[],S=1;S<f.length;S++)bl(w,void 0===(d=f[S])?d:String(d));var x=f.groups;if(c){var k=vl([b],w,y,a);void 0!==x&&bl(k,x),v=cl(Zc(o,void 0,k))}else v=hl(b,a,y,w,x,o);y>=g&&(p+=wl(a,g,y)+v,g=y+b.length)}return p+wl(a,g)}]}),!!rl((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!Sl||xl);var kl=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t},Tl=S,Al=Ut,El=H,_l=$,Ol=kl,Nl=as,Cl=Oe,Rl=Jc;_c("search",(function(e,t,r){return[function(t){var r=_l(this),n=El(t)?void 0:Cl(t,e);return n?Tl(n,t,r):new RegExp(t)[e](Nl(r))},function(e){var n=Al(this),o=Nl(e),i=r(t,n,o);if(i.done)return i.value;var a=n.lastIndex;Ol(a,0)||(n.lastIndex=0);var s=Rl(n,o);return Ol(n.lastIndex,a)||(n.lastIndex=a),null===s?-1:s.index}]}));var Pl=Tt("span").classList,Ll=Pl&&Pl.constructor&&Pl.constructor.prototype,Il=Ll===Object.prototype?void 0:Ll,Fl=Si.forEach,jl=la("forEach")?[].forEach:function(e){return Fl(this,e,arguments.length>1?arguments[1]:void 0)},Dl=p,Ml={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},Bl=Il,Wl=jl,Ul=tr,zl=function(e){if(e&&e.forEach!==Wl)try{Ul(e,"forEach",Wl)}catch(t){e.forEach=Wl}};for(var Hl in Ml)Ml[Hl]&&zl(Dl[Hl]&&Dl[Hl].prototype);zl(Bl);var Vl=e.fn.bootstrapTable.utils,ql={cookieIds:{sortOrder:"bs.table.sortOrder",sortName:"bs.table.sortName",sortPriority:"bs.table.sortPriority",pageNumber:"bs.table.pageNumber",pageList:"bs.table.pageList",hiddenColumns:"bs.table.hiddenColumns",cardView:"bs.table.cardView",customView:"bs.table.customView",searchText:"bs.table.searchText",reorderColumns:"bs.table.reorderColumns",filterControl:"bs.table.filterControl",filterBy:"bs.table.filterBy"},getCurrentHeader:function(e){return e.options.height?e.$tableHeader:e.$header},getCurrentSearchControls:function(e){return e.options.height?"table select, table input":"select, input"},isCookieSupportedByBrowser:function(){return navigator.cookieEnabled},isCookieEnabled:function(e,t){return e.options.cookiesEnabled.includes(t)},setCookie:function(e,t,r){if(e.options.cookie&&ql.isCookieEnabled(e,t))return e._storage.setItem("".concat(e.options.cookieIdTable,".").concat(t),r)},getCookie:function(e,t){return t&&ql.isCookieEnabled(e,t)?e._storage.getItem("".concat(e.options.cookieIdTable,".").concat(t)):null},deleteCookie:function(e,t){return e._storage.removeItem("".concat(e.options.cookieIdTable,".").concat(t))},calculateExpiration:function(e){var t=e.replace(/[0-9]*/,"");switch(e=e.replace(/[A-Za-z]{1,2}/,""),t.toLowerCase()){case"s":e=+e;break;case"mi":e*=60;break;case"h":e=60*e*60;break;case"d":e=24*e*60*60;break;case"m":e=30*e*24*60*60;break;case"y":e=365*e*24*60*60;break;default:e=void 0}if(!e)return"";var r=new Date;return r.setTime(r.getTime()+1e3*e),r.toGMTString()},initCookieFilters:function(t){setTimeout((function(){var r=JSON.parse(ql.getCookie(t,ql.cookieIds.filterControl));if(!t._filterControlValuesLoaded&&r){var n={},o=ql.getCurrentHeader(t),i=ql.getCurrentSearchControls(t),a=o;t.options.filterControlContainer&&(a=e("".concat(t.options.filterControlContainer))),a.find(i).each((function(){var o=e(this).closest("[data-field]").data("field");!function(e,r){r.forEach((function(r){var o=e.value.toString(),i=r.text;if(""!==i&&("radio"!==e.type||o===i))if("INPUT"===e.tagName&&"radio"===e.type&&o===i)e.checked=!0,n[r.field]=i;else if("INPUT"===e.tagName)e.value=i,n[r.field]=i;else if("SELECT"===e.tagName&&t.options.filterControlContainer)e.value=i,n[r.field]=i;else if(""!==i&&"SELECT"===e.tagName){n[r.field]=i;var a,s=f(e);try{for(s.s();!(a=s.n()).done;){var c=a.value;if(c.value===i)return void(c.selected=!0)}}catch(e){s.e(e)}finally{s.f()}var l=document.createElement("option");l.value=i,l.text=i,e.add(l,e[1]),e.selectedIndex=1}}))}(this,r.filter((function(e){return e.field===o})))})),t.initColumnSearch(n),t._filterControlValuesLoaded=!0,t.initServer()}}),250)}};Object.assign(e.fn.bootstrapTable.defaults,{cookie:!1,cookieExpire:"2h",cookiePath:null,cookieDomain:null,cookieSecure:null,cookieSameSite:"Lax",cookieIdTable:"",cookiesEnabled:["bs.table.sortOrder","bs.table.sortName","bs.table.sortPriority","bs.table.pageNumber","bs.table.pageList","bs.table.hiddenColumns","bs.table.searchText","bs.table.filterControl","bs.table.filterBy","bs.table.reorderColumns","bs.table.cardView","bs.table.customView"],cookieStorage:"cookieStorage",cookieCustomStorageGet:null,cookieCustomStorageSet:null,cookieCustomStorageDelete:null,_filterControls:[],_filterControlValuesLoaded:!1,_storage:{setItem:void 0,getItem:void 0,removeItem:void 0}}),e.fn.bootstrapTable.methods.push("getCookies"),e.fn.bootstrapTable.methods.push("deleteCookie"),Object.assign(e.fn.bootstrapTable.utils,{setCookie:ql.setCookie,getCookie:ql.getCookie}),e.BootstrapTable=function(e){function r(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r),t(this,r,arguments)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(r,e),n=r,l=[{key:"init",value:function(){if(this.options.cookie){if("cookieStorage"===this.options.cookieStorage&&!ql.isCookieSupportedByBrowser())throw new Error("Cookies are not enabled in this browser.");this.configureStorage();var e=ql.getCookie(this,ql.cookieIds.filterBy);if("boolean"==typeof e&&!e)throw new Error("The cookie value of filterBy must be a json!");var t={};try{t=JSON.parse(e)}catch(e){throw new Error("Could not parse the json of the filterBy cookie!")}if(this.filterColumns=t||{},this._filterControls=[],this._filterControlValuesLoaded=!1,this.options.cookiesEnabled="string"==typeof this.options.cookiesEnabled?this.options.cookiesEnabled.replace("[","").replace("]","").replace(/'/g,"").replace(/ /g,"").split(","):this.options.cookiesEnabled,this.options.filterControl){var n=this;this.$el.on("column-search.bs.table",(function(e,t,r){for(var o=!0,i=0;i<n._filterControls.length;i++)if(n._filterControls[i].field===t){n._filterControls[i].text=r,o=!1;break}o&&n._filterControls.push({field:t,text:r}),ql.setCookie(n,ql.cookieIds.filterControl,JSON.stringify(n._filterControls))})).on("created-controls.bs.table",ql.initCookieFilters(n))}}s(i(r.prototype),"init",this).call(this)}},{key:"initServer",value:function(){var e;if(!this.options.cookie||!this.options.filterControl||this._filterControlValuesLoaded||!JSON.parse(ql.getCookie(this,ql.cookieIds.filterControl))){for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];(e=s(i(r.prototype),"initServer",this)).call.apply(e,[this].concat(n))}}},{key:"initTable",value:function(){for(var e,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];(e=s(i(r.prototype),"initTable",this)).call.apply(e,[this].concat(n)),this.initCookie()}},{key:"onSort",value:function(){for(var e,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];(e=s(i(r.prototype),"onSort",this)).call.apply(e,[this].concat(n)),this.options.cookie&&(void 0===this.options.sortName||void 0===this.options.sortOrder?(ql.deleteCookie(this,ql.cookieIds.sortName),ql.deleteCookie(this,ql.cookieIds.sortOrder)):(this.options.sortPriority=null,ql.deleteCookie(this,ql.cookieIds.sortPriority),ql.setCookie(this,ql.cookieIds.sortOrder,this.options.sortOrder),ql.setCookie(this,ql.cookieIds.sortName,this.options.sortName)))}},{key:"onMultipleSort",value:function(){for(var e,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];(e=s(i(r.prototype),"onMultipleSort",this)).call.apply(e,[this].concat(n)),this.options.cookie&&(void 0===this.options.sortPriority?ql.deleteCookie(this,ql.cookieIds.sortPriority):(this.options.sortName=void 0,this.options.sortOrder=void 0,ql.deleteCookie(this,ql.cookieIds.sortName),ql.deleteCookie(this,ql.cookieIds.sortOrder),ql.setCookie(this,ql.cookieIds.sortPriority,JSON.stringify(this.options.sortPriority))))}},{key:"onPageNumber",value:function(){for(var e,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];(e=s(i(r.prototype),"onPageNumber",this)).call.apply(e,[this].concat(n)),this.options.cookie&&ql.setCookie(this,ql.cookieIds.pageNumber,this.options.pageNumber)}},{key:"onPageListChange",value:function(){for(var e,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];(e=s(i(r.prototype),"onPageListChange",this)).call.apply(e,[this].concat(n)),this.options.cookie&&(ql.setCookie(this,ql.cookieIds.pageList,this.options.pageSize),ql.setCookie(this,ql.cookieIds.pageNumber,this.options.pageNumber))}},{key:"onPagePre",value:function(){for(var e,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];(e=s(i(r.prototype),"onPagePre",this)).call.apply(e,[this].concat(n)),this.options.cookie&&ql.setCookie(this,ql.cookieIds.pageNumber,this.options.pageNumber)}},{key:"onPageNext",value:function(){for(var e,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];(e=s(i(r.prototype),"onPageNext",this)).call.apply(e,[this].concat(n)),this.options.cookie&&ql.setCookie(this,ql.cookieIds.pageNumber,this.options.pageNumber)}},{key:"_toggleColumn",value:function(){for(var e,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];(e=s(i(r.prototype),"_toggleColumn",this)).call.apply(e,[this].concat(n)),this.options.cookie&&ql.setCookie(this,ql.cookieIds.hiddenColumns,JSON.stringify(this.getHiddenColumns().map((function(e){return e.field}))))}},{key:"_toggleAllColumns",value:function(){for(var e,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];(e=s(i(r.prototype),"_toggleAllColumns",this)).call.apply(e,[this].concat(n)),this.options.cookie&&ql.setCookie(this,ql.cookieIds.hiddenColumns,JSON.stringify(this.getHiddenColumns().map((function(e){return e.field}))))}},{key:"toggleView",value:function(){s(i(r.prototype),"toggleView",this).call(this),ql.setCookie(this,ql.cookieIds.cardView,this.options.cardView)}},{key:"toggleCustomView",value:function(){s(i(r.prototype),"toggleCustomView",this).call(this),ql.setCookie(this,ql.cookieIds.customView,this.customViewDefaultView)}},{key:"selectPage",value:function(e){s(i(r.prototype),"selectPage",this).call(this,e),this.options.cookie&&ql.setCookie(this,ql.cookieIds.pageNumber,e)}},{key:"onSearch",value:function(e){s(i(r.prototype),"onSearch",this).call(this,e,!(arguments.length>1)||arguments[1]),this.options.cookie&&(this.options.search&&ql.setCookie(this,ql.cookieIds.searchText,this.searchText),ql.setCookie(this,ql.cookieIds.pageNumber,this.options.pageNumber))}},{key:"initHeader",value:function(){var e;this.options.reorderableColumns&&this.options.cookie&&(this.columnsSortOrder=JSON.parse(ql.getCookie(this,ql.cookieIds.reorderColumns)));for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];(e=s(i(r.prototype),"initHeader",this)).call.apply(e,[this].concat(n))}},{key:"persistReorderColumnsState",value:function(e){ql.setCookie(e,ql.cookieIds.reorderColumns,JSON.stringify(e.columnsSortOrder))}},{key:"filterBy",value:function(){for(var e,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];(e=s(i(r.prototype),"filterBy",this)).call.apply(e,[this].concat(n)),this.options.cookie&&ql.setCookie(this,ql.cookieIds.filterBy,JSON.stringify(this.filterColumns))}},{key:"initCookie",value:function(){if(this.options.cookie){if(""===this.options.cookieIdTable||""===this.options.cookieExpire)return console.error("Configuration error. Please review the cookieIdTable and the cookieExpire property. If the properties are correct, then this browser does not support cookies."),void(this.options.cookie=!1);var e=ql.getCookie(this,ql.cookieIds.sortOrder),t=ql.getCookie(this,ql.cookieIds.sortName),r=ql.getCookie(this,ql.cookieIds.sortPriority),n=ql.getCookie(this,ql.cookieIds.pageNumber),o=ql.getCookie(this,ql.cookieIds.pageList),i=ql.getCookie(this,ql.cookieIds.searchText),a=ql.getCookie(this,ql.cookieIds.cardView),s=ql.getCookie(this,ql.cookieIds.customView),c=ql.getCookie(this,ql.cookieIds.hiddenColumns),l={};try{l=JSON.parse(c)}catch(e){throw new Error("Could not parse the json of the hidden columns cookie!",c)}try{r=JSON.parse(r)}catch(e){throw new Error("Could not parse the json of the sortPriority cookie!",r)}if(r?(this.options.sortOrder=void 0,this.options.sortName=void 0):(this.options.sortOrder=e||this.options.sortOrder,this.options.sortName=t||this.options.sortName),this.options.sortPriority=r||this.options.sortPriority,(this.options.sortOrder||this.options.sortName)&&(this.options.sortPriority=null),this.options.pageNumber=n?+n:this.options.pageNumber,this.options.pageSize=o?o===this.options.formatAllRows()?o:+o:this.options.pageSize,ql.isCookieEnabled(this,ql.cookieIds.searchText)&&""===this.options.searchText&&(this.options.searchText=i||""),null!==a&&(this.options.cardView="true"===a&&a),this.customViewDefaultView="true"===s,l){var u,h=f(this.columns);try{for(h.s();!(u=h.n()).done;){var d=u.value;d.switchable&&(d.visible=this.isSelectionColumn(d)||!l.includes(d.field))}}catch(e){h.e(e)}finally{h.f()}}}}},{key:"getCookies",value:function(){for(var e={},t=0,r=Object.entries(ql.cookieIds);t<r.length;t++){var n=c(r[t],2),o=n[0],i=n[1];e[o]=ql.getCookie(this,i),"columns"!==o&&"hiddenColumns"!==o&&"sortPriority"!==o||(e[o]=JSON.parse(e[o]))}return e}},{key:"deleteCookie",value:function(e){e&&ql.deleteCookie(this,ql.cookieIds[e])}},{key:"configureStorage",value:function(){var e=this;switch(this._storage={},this.options.cookieStorage){case"cookieStorage":this._storage.setItem=function(t,r){document.cookie=[t,"=",encodeURIComponent(r),"; expires=".concat(ql.calculateExpiration(e.options.cookieExpire)),e.options.cookiePath?"; path=".concat(e.options.cookiePath):"",e.options.cookieDomain?"; domain=".concat(e.options.cookieDomain):"",e.options.cookieSecure?"; secure":"",";SameSite=".concat(e.options.cookieSameSite)].join("")},this._storage.getItem=function(e){var t="; ".concat(document.cookie).split("; ".concat(e,"="));return 2===t.length?decodeURIComponent(t.pop().split(";").shift()):null},this._storage.removeItem=function(t){document.cookie=[encodeURIComponent(t),"=","; expires=Thu, 01 Jan 1970 00:00:00 GMT",e.options.cookiePath?"; path=".concat(e.options.cookiePath):"",e.options.cookieDomain?"; domain=".concat(e.options.cookieDomain):"",";SameSite=".concat(e.options.cookieSameSite)].join("")};break;case"localStorage":this._storage.setItem=function(e,t){localStorage.setItem(e,t)},this._storage.getItem=function(e){return localStorage.getItem(e)},this._storage.removeItem=function(e){localStorage.removeItem(e)};break;case"sessionStorage":this._storage.setItem=function(e,t){sessionStorage.setItem(e,t)},this._storage.getItem=function(e){return sessionStorage.getItem(e)},this._storage.removeItem=function(e){sessionStorage.removeItem(e)};break;case"customStorage":if(!this.options.cookieCustomStorageSet||!this.options.cookieCustomStorageGet||!this.options.cookieCustomStorageDelete)throw new Error("The following options must be set while using the customStorage: cookieCustomStorageSet, cookieCustomStorageGet and cookieCustomStorageDelete");this._storage.setItem=function(t,r){Vl.calculateObjectValue(e.options,e.options.cookieCustomStorageSet,[t,r],"")},this._storage.getItem=function(t){return Vl.calculateObjectValue(e.options,e.options.cookieCustomStorageGet,[t],"")},this._storage.removeItem=function(t){Vl.calculateObjectValue(e.options,e.options.cookieCustomStorageDelete,[t],"")};break;default:throw new Error("Storage method not supported.")}}}],l&&o(n.prototype,l),u&&o(n,u),Object.defineProperty(n,"prototype",{writable:!1}),n;var n,l,u}(e.BootstrapTable)})),function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e){"use strict";function t(e,t,n){return t=i(t),function(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,r()?Reflect.construct(t,n||[],i(e).constructor):t.apply(e,n))}function r(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(r=function(){return!!e})()}function n(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,n(o.key),o)}}function i(e){return i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},i(e)}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function s(){return s="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=i(e)););return e}(e,t);if(n){var o=Object.getOwnPropertyDescriptor(n,t);return o.get?o.get.call(arguments.length<3?e:r):o.value}},s.apply(this,arguments)}var c="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},l=function(e){return e&&e.Math===Math&&e},u=l("object"==typeof globalThis&&globalThis)||l("object"==typeof window&&window)||l("object"==typeof self&&self)||l("object"==typeof c&&c)||l("object"==typeof c&&c)||function(){return this}()||Function("return this")(),f={},h=function(e){try{return!!e()}catch(e){return!0}},d=!h((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),p=!h((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})),g=p,m=Function.prototype.call,v=g?m.bind(m):function(){return m.apply(m,arguments)},b={},y={}.propertyIsEnumerable,w=Object.getOwnPropertyDescriptor,S=w&&!y.call({1:2},1);b.f=S?function(e){var t=w(this,e);return!!t&&t.enumerable}:y;var x,k,T=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},A=p,E=Function.prototype,_=E.call,O=A&&E.bind.bind(_,_),N=A?O:function(e){return function(){return _.apply(e,arguments)}},C=N,R=C({}.toString),P=C("".slice),L=function(e){return P(R(e),8,-1)},I=h,F=L,j=Object,D=N("".split),M=I((function(){return!j("z").propertyIsEnumerable(0)}))?function(e){return"String"===F(e)?D(e,""):j(e)}:j,B=function(e){return null==e},W=B,U=TypeError,z=function(e){if(W(e))throw new U("Can't call method on "+e);return e},H=M,V=z,q=function(e){return H(V(e))},$="object"==typeof document&&document.all,G=void 0===$&&void 0!==$?function(e){return"function"==typeof e||e===$}:function(e){return"function"==typeof e},X=G,Y=function(e){return"object"==typeof e?null!==e:X(e)},K=u,J=G,Z=function(e,t){return arguments.length<2?(r=K[e],J(r)?r:void 0):K[e]&&K[e][t];var r},Q=N({}.isPrototypeOf),ee=u,te="undefined"!=typeof navigator&&String(navigator.userAgent)||"",re=ee.process,ne=ee.Deno,oe=re&&re.versions||ne&&ne.version,ie=oe&&oe.v8;ie&&(k=(x=ie.split("."))[0]>0&&x[0]<4?1:+(x[0]+x[1])),!k&&te&&(!(x=te.match(/Edge\/(\d+)/))||x[1]>=74)&&(x=te.match(/Chrome\/(\d+)/))&&(k=+x[1]);var ae=k,se=ae,ce=h,le=u.String,ue=!!Object.getOwnPropertySymbols&&!ce((function(){var e=Symbol("symbol detection");return!le(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&se&&se<41})),fe=ue&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,he=Z,de=G,pe=Q,ge=Object,me=fe?function(e){return"symbol"==typeof e}:function(e){var t=he("Symbol");return de(t)&&pe(t.prototype,ge(e))},ve=String,be=G,ye=function(e){try{return ve(e)}catch(e){return"Object"}},we=TypeError,Se=function(e){if(be(e))return e;throw new we(ye(e)+" is not a function")},xe=Se,ke=B,Te=v,Ae=G,Ee=Y,_e=TypeError,Oe={exports:{}},Ne=u,Ce=Object.defineProperty,Re=function(e,t){try{Ce(Ne,e,{value:t,configurable:!0,writable:!0})}catch(r){Ne[e]=t}return t},Pe=u,Le=Re,Ie="__core-js_shared__",Fe=Oe.exports=Pe[Ie]||Le(Ie,{});(Fe.versions||(Fe.versions=[])).push({version:"3.36.1",mode:"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE",source:"https://github.com/zloirock/core-js"});var je=Oe.exports,De=je,Me=function(e,t){return De[e]||(De[e]=t||{})},Be=z,We=Object,Ue=function(e){return We(Be(e))},ze=Ue,He=N({}.hasOwnProperty),Ve=Object.hasOwn||function(e,t){return He(ze(e),t)},qe=N,$e=0,Ge=Math.random(),Xe=qe(1..toString),Ye=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Xe(++$e+Ge,36)},Ke=Me,Je=Ve,Ze=Ye,Qe=ue,et=fe,tt=u.Symbol,rt=Ke("wks"),nt=et?tt.for||tt:tt&&tt.withoutSetter||Ze,ot=function(e){return Je(rt,e)||(rt[e]=Qe&&Je(tt,e)?tt[e]:nt("Symbol."+e)),rt[e]},it=v,at=Y,st=me,ct=function(e,t){var r=e[t];return ke(r)?void 0:xe(r)},lt=function(e,t){var r,n;if("string"===t&&Ae(r=e.toString)&&!Ee(n=Te(r,e)))return n;if(Ae(r=e.valueOf)&&!Ee(n=Te(r,e)))return n;if("string"!==t&&Ae(r=e.toString)&&!Ee(n=Te(r,e)))return n;throw new _e("Can't convert object to primitive value")},ut=TypeError,ft=ot("toPrimitive"),ht=function(e,t){if(!at(e)||st(e))return e;var r,n=ct(e,ft);if(n){if(void 0===t&&(t="default"),r=it(n,e,t),!at(r)||st(r))return r;throw new ut("Can't convert object to primitive value")}return void 0===t&&(t="number"),lt(e,t)},dt=me,pt=function(e){var t=ht(e,"string");return dt(t)?t:t+""},gt=Y,mt=u.document,vt=gt(mt)&&gt(mt.createElement),bt=function(e){return vt?mt.createElement(e):{}},yt=bt,wt=!d&&!h((function(){return 7!==Object.defineProperty(yt("div"),"a",{get:function(){return 7}}).a})),St=d,xt=v,kt=b,Tt=T,At=q,Et=pt,_t=Ve,Ot=wt,Nt=Object.getOwnPropertyDescriptor;f.f=St?Nt:function(e,t){if(e=At(e),t=Et(t),Ot)try{return Nt(e,t)}catch(e){}if(_t(e,t))return Tt(!xt(kt.f,e,t),e[t])};var Ct={},Rt=d&&h((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Pt=Y,Lt=String,It=TypeError,Ft=function(e){if(Pt(e))return e;throw new It(Lt(e)+" is not an object")},jt=d,Dt=wt,Mt=Rt,Bt=Ft,Wt=pt,Ut=TypeError,zt=Object.defineProperty,Ht=Object.getOwnPropertyDescriptor,Vt="enumerable",qt="configurable",$t="writable";Ct.f=jt?Mt?function(e,t,r){if(Bt(e),t=Wt(t),Bt(r),"function"==typeof e&&"prototype"===t&&"value"in r&&$t in r&&!r[$t]){var n=Ht(e,t);n&&n[$t]&&(e[t]=r.value,r={configurable:qt in r?r[qt]:n[qt],enumerable:Vt in r?r[Vt]:n[Vt],writable:!1})}return zt(e,t,r)}:zt:function(e,t,r){if(Bt(e),t=Wt(t),Bt(r),Dt)try{return zt(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new Ut("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var Gt=Ct,Xt=T,Yt=d?function(e,t,r){return Gt.f(e,t,Xt(1,r))}:function(e,t,r){return e[t]=r,e},Kt={exports:{}},Jt=d,Zt=Ve,Qt=Function.prototype,er=Jt&&Object.getOwnPropertyDescriptor,tr=Zt(Qt,"name"),rr={EXISTS:tr,PROPER:tr&&"something"===function(){}.name,CONFIGURABLE:tr&&(!Jt||Jt&&er(Qt,"name").configurable)},nr=G,or=je,ir=N(Function.toString);nr(or.inspectSource)||(or.inspectSource=function(e){return ir(e)});var ar,sr,cr,lr=or.inspectSource,ur=G,fr=u.WeakMap,hr=ur(fr)&&/native code/.test(String(fr)),dr=Ye,pr=Me("keys"),gr=function(e){return pr[e]||(pr[e]=dr(e))},mr={},vr=hr,br=u,yr=Y,wr=Yt,Sr=Ve,xr=je,kr=gr,Tr=mr,Ar="Object already initialized",Er=br.TypeError,_r=br.WeakMap;if(vr||xr.state){var Or=xr.state||(xr.state=new _r);Or.get=Or.get,Or.has=Or.has,Or.set=Or.set,ar=function(e,t){if(Or.has(e))throw new Er(Ar);return t.facade=e,Or.set(e,t),t},sr=function(e){return Or.get(e)||{}},cr=function(e){return Or.has(e)}}else{var Nr=kr("state");Tr[Nr]=!0,ar=function(e,t){if(Sr(e,Nr))throw new Er(Ar);return t.facade=e,wr(e,Nr,t),t},sr=function(e){return Sr(e,Nr)?e[Nr]:{}},cr=function(e){return Sr(e,Nr)}}var Cr={set:ar,get:sr,has:cr,enforce:function(e){return cr(e)?sr(e):ar(e,{})},getterFor:function(e){return function(t){var r;if(!yr(t)||(r=sr(t)).type!==e)throw new Er("Incompatible receiver, "+e+" required");return r}}},Rr=N,Pr=h,Lr=G,Ir=Ve,Fr=d,jr=rr.CONFIGURABLE,Dr=lr,Mr=Cr.enforce,Br=Cr.get,Wr=String,Ur=Object.defineProperty,zr=Rr("".slice),Hr=Rr("".replace),Vr=Rr([].join),qr=Fr&&!Pr((function(){return 8!==Ur((function(){}),"length",{value:8}).length})),$r=String(String).split("String"),Gr=Kt.exports=function(e,t,r){"Symbol("===zr(Wr(t),0,7)&&(t="["+Hr(Wr(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!Ir(e,"name")||jr&&e.name!==t)&&(Fr?Ur(e,"name",{value:t,configurable:!0}):e.name=t),qr&&r&&Ir(r,"arity")&&e.length!==r.arity&&Ur(e,"length",{value:r.arity});try{r&&Ir(r,"constructor")&&r.constructor?Fr&&Ur(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=Mr(e);return Ir(n,"source")||(n.source=Vr($r,"string"==typeof t?t:"")),e};Function.prototype.toString=Gr((function(){return Lr(this)&&Br(this).source||Dr(this)}),"toString");var Xr=Kt.exports,Yr=G,Kr=Ct,Jr=Xr,Zr=Re,Qr=function(e,t,r,n){n||(n={});var o=n.enumerable,i=void 0!==n.name?n.name:t;if(Yr(r)&&Jr(r,i,n),n.global)o?e[t]=r:Zr(t,r);else{try{n.unsafe?e[t]&&(o=!0):delete e[t]}catch(e){}o?e[t]=r:Kr.f(e,t,{value:r,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return e},en={},tn=Math.ceil,rn=Math.floor,nn=Math.trunc||function(e){var t=+e;return(t>0?rn:tn)(t)},on=function(e){var t=+e;return t!=t||0===t?0:nn(t)},an=on,sn=Math.max,cn=Math.min,ln=on,un=Math.min,fn=function(e){var t=ln(e);return t>0?un(t,9007199254740991):0},hn=function(e){return fn(e.length)},dn=q,pn=function(e,t){var r=an(e);return r<0?sn(r+t,0):cn(r,t)},gn=hn,mn=function(e){return function(t,r,n){var o=dn(t),i=gn(o);if(0===i)return!e&&-1;var a,s=pn(n,i);if(e&&r!=r){for(;i>s;)if((a=o[s++])!=a)return!0}else for(;i>s;s++)if((e||s in o)&&o[s]===r)return e||s||0;return!e&&-1}},vn={includes:mn(!0),indexOf:mn(!1)},bn=Ve,yn=q,wn=vn.indexOf,Sn=mr,xn=N([].push),kn=function(e,t){var r,n=yn(e),o=0,i=[];for(r in n)!bn(Sn,r)&&bn(n,r)&&xn(i,r);for(;t.length>o;)bn(n,r=t[o++])&&(~wn(i,r)||xn(i,r));return i},Tn=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],An=kn,En=Tn.concat("length","prototype");en.f=Object.getOwnPropertyNames||function(e){return An(e,En)};var _n={};_n.f=Object.getOwnPropertySymbols;var On=Z,Nn=en,Cn=_n,Rn=Ft,Pn=N([].concat),Ln=On("Reflect","ownKeys")||function(e){var t=Nn.f(Rn(e)),r=Cn.f;return r?Pn(t,r(e)):t},In=Ve,Fn=Ln,jn=f,Dn=Ct,Mn=h,Bn=G,Wn=/#|\.prototype\./,Un=function(e,t){var r=Hn[zn(e)];return r===qn||r!==Vn&&(Bn(t)?Mn(t):!!t)},zn=Un.normalize=function(e){return String(e).replace(Wn,".").toLowerCase()},Hn=Un.data={},Vn=Un.NATIVE="N",qn=Un.POLYFILL="P",$n=Un,Gn=u,Xn=f.f,Yn=Yt,Kn=Qr,Jn=Re,Zn=function(e,t,r){for(var n=Fn(t),o=Dn.f,i=jn.f,a=0;a<n.length;a++){var s=n[a];In(e,s)||r&&In(r,s)||o(e,s,i(t,s))}},Qn=$n,eo=function(e,t){var r,n,o,i,a,s=e.target,c=e.global,l=e.stat;if(r=c?Gn:l?Gn[s]||Jn(s,{}):Gn[s]&&Gn[s].prototype)for(n in t){if(i=t[n],o=e.dontCallGetSet?(a=Xn(r,n))&&a.value:r[n],!Qn(c?n:s+(l?".":"#")+n,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;Zn(i,o)}(e.sham||o&&o.sham)&&Yn(i,"sham",!0),Kn(r,n,i,e)}},to=L,ro=Array.isArray||function(e){return"Array"===to(e)},no=TypeError,oo=d,io=Ct,ao=T,so={};so[ot("toStringTag")]="z";var co="[object z]"===String(so),lo=co,uo=G,fo=L,ho=ot("toStringTag"),po=Object,go="Arguments"===fo(function(){return arguments}()),mo=lo?fo:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=po(e),ho))?r:go?fo(t):"Object"===(n=fo(t))&&uo(t.callee)?"Arguments":n},vo=N,bo=h,yo=G,wo=mo,So=lr,xo=function(){},ko=Z("Reflect","construct"),To=/^\s*(?:class|function)\b/,Ao=vo(To.exec),Eo=!To.test(xo),_o=function(e){if(!yo(e))return!1;try{return ko(xo,[],e),!0}catch(e){return!1}},Oo=function(e){if(!yo(e))return!1;switch(wo(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Eo||!!Ao(To,So(e))}catch(e){return!0}};Oo.sham=!0;var No=!ko||bo((function(){var e;return _o(_o.call)||!_o(Object)||!_o((function(){e=!0}))||e}))?Oo:_o,Co=ro,Ro=No,Po=Y,Lo=ot("species"),Io=Array,Fo=function(e){var t;return Co(e)&&(t=e.constructor,(Ro(t)&&(t===Io||Co(t.prototype))||Po(t)&&null===(t=t[Lo]))&&(t=void 0)),void 0===t?Io:t},jo=function(e,t){return new(Fo(e))(0===t?0:t)},Do=h,Mo=ae,Bo=ot("species"),Wo=eo,Uo=h,zo=ro,Ho=Y,Vo=Ue,qo=hn,$o=function(e){if(e>9007199254740991)throw no("Maximum allowed index exceeded");return e},Go=function(e,t,r){oo?io.f(e,t,ao(0,r)):e[t]=r},Xo=jo,Yo=function(e){return Mo>=51||!Do((function(){var t=[];return(t.constructor={})[Bo]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},Ko=ae,Jo=ot("isConcatSpreadable"),Zo=Ko>=51||!Uo((function(){var e=[];return e[Jo]=!1,e.concat()[0]!==e})),Qo=function(e){if(!Ho(e))return!1;var t=e[Jo];return void 0!==t?!!t:zo(e)};Wo({target:"Array",proto:!0,arity:1,forced:!Zo||!Yo("concat")},{concat:function(e){var t,r,n,o,i,a=Vo(this),s=Xo(a,0),c=0;for(t=-1,n=arguments.length;t<n;t++)if(Qo(i=-1===t?a:arguments[t]))for(o=qo(i),$o(c+o),r=0;r<o;r++,c++)r in i&&Go(s,c,i[r]);else $o(c+1),Go(s,c++,i);return s.length=c,s}});var ei=L,ti=N,ri=function(e){if("Function"===ei(e))return ti(e)},ni=Se,oi=p,ii=ri(ri.bind),ai=function(e,t){return ni(e),void 0===t?e:oi?ii(e,t):function(){return e.apply(t,arguments)}},si=M,ci=Ue,li=hn,ui=jo,fi=N([].push),hi=function(e){var t=1===e,r=2===e,n=3===e,o=4===e,i=6===e,a=7===e,s=5===e||i;return function(c,l,u,f){for(var h,d,p=ci(c),g=si(p),m=li(g),v=ai(l,u),b=0,y=f||ui,w=t?y(c,m):r||a?y(c,0):void 0;m>b;b++)if((s||b in g)&&(d=v(h=g[b],b,p),e))if(t)w[b]=d;else if(d)switch(e){case 3:return!0;case 5:return h;case 6:return b;case 2:fi(w,h)}else switch(e){case 4:return!1;case 7:fi(w,h)}return i?-1:n||o?o:w}},di={forEach:hi(0),map:hi(1),filter:hi(2),some:hi(3),every:hi(4),find:hi(5),findIndex:hi(6),filterReject:hi(7)},pi={},gi=kn,mi=Tn,vi=Object.keys||function(e){return gi(e,mi)},bi=d,yi=Rt,wi=Ct,Si=Ft,xi=q,ki=vi;pi.f=bi&&!yi?Object.defineProperties:function(e,t){Si(e);for(var r,n=xi(t),o=ki(t),i=o.length,a=0;i>a;)wi.f(e,r=o[a++],n[r]);return e};var Ti,Ai=Z("document","documentElement"),Ei=Ft,_i=pi,Oi=Tn,Ni=mr,Ci=Ai,Ri=bt,Pi="prototype",Li="script",Ii=gr("IE_PROTO"),Fi=function(){},ji=function(e){return"<"+Li+">"+e+"</"+Li+">"},Di=function(e){e.write(ji("")),e.close();var t=e.parentWindow.Object;return e=null,t},Mi=function(){try{Ti=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;Mi="undefined"!=typeof document?document.domain&&Ti?Di(Ti):(t=Ri("iframe"),r="java"+Li+":",t.style.display="none",Ci.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(ji("document.F=Object")),e.close(),e.F):Di(Ti);for(var n=Oi.length;n--;)delete Mi[Pi][Oi[n]];return Mi()};Ni[Ii]=!0;var Bi=ot,Wi=Object.create||function(e,t){var r;return null!==e?(Fi[Pi]=Ei(e),r=new Fi,Fi[Pi]=null,r[Ii]=e):r=Mi(),void 0===t?r:_i.f(r,t)},Ui=Ct.f,zi=Bi("unscopables"),Hi=Array.prototype;void 0===Hi[zi]&&Ui(Hi,zi,{configurable:!0,value:Wi(null)});var Vi=eo,qi=di.find,$i=function(e){Hi[zi][e]=!0},Gi="find",Xi=!0;Gi in[]&&Array(1)[Gi]((function(){Xi=!1})),Vi({target:"Array",proto:!0,forced:Xi},{find:function(e){return qi(this,e,arguments.length>1?arguments[1]:void 0)}}),$i(Gi);var Yi=d,Ki=N,Ji=v,Zi=h,Qi=vi,ea=_n,ta=b,ra=Ue,na=M,oa=Object.assign,ia=Object.defineProperty,aa=Ki([].concat),sa=!oa||Zi((function(){if(Yi&&1!==oa({b:1},oa(ia({},"a",{enumerable:!0,get:function(){ia(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach((function(e){t[e]=e})),7!==oa({},e)[r]||Qi(oa({},t)).join("")!==n}))?function(e,t){for(var r=ra(e),n=arguments.length,o=1,i=ea.f,a=ta.f;n>o;)for(var s,c=na(arguments[o++]),l=i?aa(Qi(c),i(c)):Qi(c),u=l.length,f=0;u>f;)s=l[f++],Yi&&!Ji(a,c,s)||(r[s]=c[s]);return r}:oa,ca=sa;eo({target:"Object",stat:!0,arity:2,forced:Object.assign!==ca},{assign:ca});var la=mo,ua=co?{}.toString:function(){return"[object "+la(this)+"]"};co||Qr(Object.prototype,"toString",ua,{unsafe:!0});var fa=e.fn.bootstrapTable.utils;Object.assign(e.fn.bootstrapTable.defaults,{stickyHeader:!1,stickyHeaderOffsetY:0,stickyHeaderOffsetLeft:0,stickyHeaderOffsetRight:0}),e.BootstrapTable=function(r){function n(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),t(this,n,arguments)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(n,r),c=n,l=[{key:"initHeader",value:function(){for(var t,r=this,o=arguments.length,a=new Array(o),c=0;c<o;c++)a[c]=arguments[c];if((t=s(i(n.prototype),"initHeader",this)).call.apply(t,[this].concat(a)),this.options.stickyHeader){this.$tableBody.find(".sticky-header-container,.sticky_anchor_begin,.sticky_anchor_end").remove(),this.$el.before('<div class="sticky-header-container"></div>'),this.$el.before('<div class="sticky_anchor_begin"></div>'),this.$el.after('<div class="sticky_anchor_end"></div>'),this.$header.addClass("sticky-header"),this.$stickyContainer=this.$tableBody.find(".sticky-header-container"),this.$stickyBegin=this.$tableBody.find(".sticky_anchor_begin"),this.$stickyEnd=this.$tableBody.find(".sticky_anchor_end"),this.$stickyHeader=this.$header.clone(!0,!0);var l=fa.getEventName("resize.sticky-header-table",this.$el.attr("id")),u=fa.getEventName("scroll.sticky-header-table",this.$el.attr("id"));e(window).off(l).on(l,(function(){return r.renderStickyHeader()})),e(window).off(u).on(u,(function(){return r.renderStickyHeader()})),this.$tableBody.off("scroll").on("scroll",(function(){return r.matchPositionX()}))}}},{key:"onColumnSearch",value:function(e){var t=e.currentTarget,r=e.keyCode;s(i(n.prototype),"onColumnSearch",this).call(this,{currentTarget:t,keyCode:r}),this.renderStickyHeader()}},{key:"resetView",value:function(){for(var t,r=this,o=arguments.length,a=new Array(o),c=0;c<o;c++)a[c]=arguments[c];(t=s(i(n.prototype),"resetView",this)).call.apply(t,[this].concat(a)),e(".bootstrap-table.fullscreen").off("scroll").on("scroll",(function(){return r.renderStickyHeader()}))}},{key:"getCaret",value:function(){for(var t,r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];if((t=s(i(n.prototype),"getCaret",this)).call.apply(t,[this].concat(o)),this.$stickyHeader){var c=this.$stickyHeader.find("th");this.$header.find("th").each((function(t,r){c.eq(t).find(".sortable").attr("class",e(r).find(".sortable").attr("class"))}))}}},{key:"horizontalScroll",value:function(){var e=this;s(i(n.prototype),"horizontalScroll",this).call(this),this.$tableBody.on("scroll",(function(){return e.matchPositionX()}))}},{key:"renderStickyHeader",value:function(){var t=this,r=this;this.$stickyHeader=this.$header.clone(!0,!0),this.options.filterControl&&e(this.$stickyHeader).off("keyup change mouseup").on("keyup change mouse",(function(t){var n=e(t.target),o=n.val(),i=n.parents("th").data("field"),a=r.$header.find('th[data-field="'.concat(i,'"]'));if(n.is("input"))a.find("input").val(o);else if(n.is("select")){var s=a.find("select");s.find("option[selected]").removeAttr("selected"),s.find('option[value="'.concat(o,'"]')).attr("selected",!0)}r.triggerSearch()}));var n=e(window).scrollTop(),o=this.$stickyBegin.offset().top-this.options.stickyHeaderOffsetY,i=this.$stickyEnd.offset().top-this.options.stickyHeaderOffsetY-this.$header.height();if(n>o&&n<=i){this.$stickyHeader.find("tr").each((function(r,n){e(n).find("th").each((function(n,o){e(o).css("min-width",t.$header.find("tr:eq(".concat(r,")")).find("th:eq(".concat(n,")")).css("width"))}))})),this.$stickyContainer.show().addClass("fix-sticky fixed-table-container");var a=this.$tableBody[0].getBoundingClientRect(),s="100%",c=this.options.stickyHeaderOffsetLeft,l=this.options.stickyHeaderOffsetRight;c||(c=a.left),l||(s="".concat(a.width,"px")),this.$el.closest(".bootstrap-table").hasClass("fullscreen")&&(c=0,l=0,s="100%"),this.$stickyContainer.css("top","".concat(this.options.stickyHeaderOffsetY,"px")),this.$stickyContainer.css("left","".concat(c,"px")),this.$stickyContainer.css("right","".concat(l,"px")),this.$stickyContainer.css("width","".concat(s)),this.$stickyTable=e("<table/>"),this.$stickyTable.addClass(this.options.classes),this.$stickyContainer.html(this.$stickyTable.append(this.$stickyHeader)),this.matchPositionX()}else this.$stickyContainer.removeClass("fix-sticky").hide()}},{key:"matchPositionX",value:function(){this.$stickyContainer.scrollLeft(this.$tableBody.scrollLeft())}}],l&&o(c.prototype,l),u&&o(c,u),Object.defineProperty(c,"prototype",{writable:!1}),c;var c,l,u}(e.BootstrapTable)})),function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e){"use strict";function t(e,t,n){return t=i(t),function(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,r()?Reflect.construct(t,n||[],i(e).constructor):t.apply(e,n))}function r(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(r=function(){return!!e})()}function n(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,n(o.key),o)}}function i(e){return i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},i(e)}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function s(){return s="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=i(e)););return e}(e,t);if(n){var o=Object.getOwnPropertyDescriptor(n,t);return o.get?o.get.call(arguments.length<3?e:r):o.value}},s.apply(this,arguments)}function c(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,s=[],c=!0,l=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);c=!0);}catch(e){l=!0,o=e}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return s}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return l(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return l(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var u="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},f=function(e){return e&&e.Math===Math&&e},h=f("object"==typeof globalThis&&globalThis)||f("object"==typeof window&&window)||f("object"==typeof self&&self)||f("object"==typeof u&&u)||f("object"==typeof u&&u)||function(){return this}()||Function("return this")(),d={},p=function(e){try{return!!e()}catch(e){return!0}},g=!p((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),m=!p((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})),v=m,b=Function.prototype.call,y=v?b.bind(b):function(){return b.apply(b,arguments)},w={},S={}.propertyIsEnumerable,x=Object.getOwnPropertyDescriptor,k=x&&!S.call({1:2},1);w.f=k?function(e){var t=x(this,e);return!!t&&t.enumerable}:S;var T,A,E=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},_=m,O=Function.prototype,N=O.call,C=_&&O.bind.bind(N,N),R=_?C:function(e){return function(){return N.apply(e,arguments)}},P=R,L=P({}.toString),I=P("".slice),F=function(e){return I(L(e),8,-1)},j=p,D=F,M=Object,B=R("".split),W=j((function(){return!M("z").propertyIsEnumerable(0)}))?function(e){return"String"===D(e)?B(e,""):M(e)}:M,U=function(e){return null==e},z=U,H=TypeError,V=function(e){if(z(e))throw new H("Can't call method on "+e);return e},q=W,$=V,G=function(e){return q($(e))},X="object"==typeof document&&document.all,Y=void 0===X&&void 0!==X?function(e){return"function"==typeof e||e===X}:function(e){return"function"==typeof e},K=Y,J=function(e){return"object"==typeof e?null!==e:K(e)},Z=h,Q=Y,ee=function(e,t){return arguments.length<2?(r=Z[e],Q(r)?r:void 0):Z[e]&&Z[e][t];var r},te=R({}.isPrototypeOf),re=h,ne="undefined"!=typeof navigator&&String(navigator.userAgent)||"",oe=re.process,ie=re.Deno,ae=oe&&oe.versions||ie&&ie.version,se=ae&&ae.v8;se&&(A=(T=se.split("."))[0]>0&&T[0]<4?1:+(T[0]+T[1])),!A&&ne&&(!(T=ne.match(/Edge\/(\d+)/))||T[1]>=74)&&(T=ne.match(/Chrome\/(\d+)/))&&(A=+T[1]);var ce=A,le=ce,ue=p,fe=h.String,he=!!Object.getOwnPropertySymbols&&!ue((function(){var e=Symbol("symbol detection");return!fe(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&le&&le<41})),de=he&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,pe=ee,ge=Y,me=te,ve=Object,be=de?function(e){return"symbol"==typeof e}:function(e){var t=pe("Symbol");return ge(t)&&me(t.prototype,ve(e))},ye=String,we=function(e){try{return ye(e)}catch(e){return"Object"}},Se=Y,xe=we,ke=TypeError,Te=function(e){if(Se(e))return e;throw new ke(xe(e)+" is not a function")},Ae=Te,Ee=U,_e=function(e,t){var r=e[t];return Ee(r)?void 0:Ae(r)},Oe=y,Ne=Y,Ce=J,Re=TypeError,Pe={exports:{}},Le=h,Ie=Object.defineProperty,Fe=function(e,t){try{Ie(Le,e,{value:t,configurable:!0,writable:!0})}catch(r){Le[e]=t}return t},je=h,De=Fe,Me="__core-js_shared__",Be=Pe.exports=je[Me]||De(Me,{});(Be.versions||(Be.versions=[])).push({version:"3.36.1",mode:"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE",source:"https://github.com/zloirock/core-js"});var We=Pe.exports,Ue=We,ze=function(e,t){return Ue[e]||(Ue[e]=t||{})},He=V,Ve=Object,qe=function(e){return Ve(He(e))},$e=qe,Ge=R({}.hasOwnProperty),Xe=Object.hasOwn||function(e,t){return Ge($e(e),t)},Ye=R,Ke=0,Je=Math.random(),Ze=Ye(1..toString),Qe=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Ze(++Ke+Je,36)},et=ze,tt=Xe,rt=Qe,nt=he,ot=de,it=h.Symbol,at=et("wks"),st=ot?it.for||it:it&&it.withoutSetter||rt,ct=function(e){return tt(at,e)||(at[e]=nt&&tt(it,e)?it[e]:st("Symbol."+e)),at[e]},lt=y,ut=J,ft=be,ht=_e,dt=function(e,t){var r,n;if("string"===t&&Ne(r=e.toString)&&!Ce(n=Oe(r,e)))return n;if(Ne(r=e.valueOf)&&!Ce(n=Oe(r,e)))return n;if("string"!==t&&Ne(r=e.toString)&&!Ce(n=Oe(r,e)))return n;throw new Re("Can't convert object to primitive value")},pt=TypeError,gt=ct("toPrimitive"),mt=function(e,t){if(!ut(e)||ft(e))return e;var r,n=ht(e,gt);if(n){if(void 0===t&&(t="default"),r=lt(n,e,t),!ut(r)||ft(r))return r;throw new pt("Can't convert object to primitive value")}return void 0===t&&(t="number"),dt(e,t)},vt=be,bt=function(e){var t=mt(e,"string");return vt(t)?t:t+""},yt=J,wt=h.document,St=yt(wt)&&yt(wt.createElement),xt=function(e){return St?wt.createElement(e):{}},kt=xt,Tt=!g&&!p((function(){return 7!==Object.defineProperty(kt("div"),"a",{get:function(){return 7}}).a})),At=g,Et=y,_t=w,Ot=E,Nt=G,Ct=bt,Rt=Xe,Pt=Tt,Lt=Object.getOwnPropertyDescriptor;d.f=At?Lt:function(e,t){if(e=Nt(e),t=Ct(t),Pt)try{return Lt(e,t)}catch(e){}if(Rt(e,t))return Ot(!Et(_t.f,e,t),e[t])};var It={},Ft=g&&p((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),jt=J,Dt=String,Mt=TypeError,Bt=function(e){if(jt(e))return e;throw new Mt(Dt(e)+" is not an object")},Wt=g,Ut=Tt,zt=Ft,Ht=Bt,Vt=bt,qt=TypeError,$t=Object.defineProperty,Gt=Object.getOwnPropertyDescriptor,Xt="enumerable",Yt="configurable",Kt="writable";It.f=Wt?zt?function(e,t,r){if(Ht(e),t=Vt(t),Ht(r),"function"==typeof e&&"prototype"===t&&"value"in r&&Kt in r&&!r[Kt]){var n=Gt(e,t);n&&n[Kt]&&(e[t]=r.value,r={configurable:Yt in r?r[Yt]:n[Yt],enumerable:Xt in r?r[Xt]:n[Xt],writable:!1})}return $t(e,t,r)}:$t:function(e,t,r){if(Ht(e),t=Vt(t),Ht(r),Ut)try{return $t(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new qt("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var Jt=It,Zt=E,Qt=g?function(e,t,r){return Jt.f(e,t,Zt(1,r))}:function(e,t,r){return e[t]=r,e},er={exports:{}},tr=g,rr=Xe,nr=Function.prototype,or=tr&&Object.getOwnPropertyDescriptor,ir=rr(nr,"name"),ar={EXISTS:ir,PROPER:ir&&"something"===function(){}.name,CONFIGURABLE:ir&&(!tr||tr&&or(nr,"name").configurable)},sr=Y,cr=We,lr=R(Function.toString);sr(cr.inspectSource)||(cr.inspectSource=function(e){return lr(e)});var ur,fr,hr,dr=cr.inspectSource,pr=Y,gr=h.WeakMap,mr=pr(gr)&&/native code/.test(String(gr)),vr=Qe,br=ze("keys"),yr=function(e){return br[e]||(br[e]=vr(e))},wr={},Sr=mr,xr=h,kr=J,Tr=Qt,Ar=Xe,Er=We,_r=yr,Or=wr,Nr="Object already initialized",Cr=xr.TypeError,Rr=xr.WeakMap;if(Sr||Er.state){var Pr=Er.state||(Er.state=new Rr);Pr.get=Pr.get,Pr.has=Pr.has,Pr.set=Pr.set,ur=function(e,t){if(Pr.has(e))throw new Cr(Nr);return t.facade=e,Pr.set(e,t),t},fr=function(e){return Pr.get(e)||{}},hr=function(e){return Pr.has(e)}}else{var Lr=_r("state");Or[Lr]=!0,ur=function(e,t){if(Ar(e,Lr))throw new Cr(Nr);return t.facade=e,Tr(e,Lr,t),t},fr=function(e){return Ar(e,Lr)?e[Lr]:{}},hr=function(e){return Ar(e,Lr)}}var Ir={set:ur,get:fr,has:hr,enforce:function(e){return hr(e)?fr(e):ur(e,{})},getterFor:function(e){return function(t){var r;if(!kr(t)||(r=fr(t)).type!==e)throw new Cr("Incompatible receiver, "+e+" required");return r}}},Fr=R,jr=p,Dr=Y,Mr=Xe,Br=g,Wr=ar.CONFIGURABLE,Ur=dr,zr=Ir.enforce,Hr=Ir.get,Vr=String,qr=Object.defineProperty,$r=Fr("".slice),Gr=Fr("".replace),Xr=Fr([].join),Yr=Br&&!jr((function(){return 8!==qr((function(){}),"length",{value:8}).length})),Kr=String(String).split("String"),Jr=er.exports=function(e,t,r){"Symbol("===$r(Vr(t),0,7)&&(t="["+Gr(Vr(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!Mr(e,"name")||Wr&&e.name!==t)&&(Br?qr(e,"name",{value:t,configurable:!0}):e.name=t),Yr&&r&&Mr(r,"arity")&&e.length!==r.arity&&qr(e,"length",{value:r.arity});try{r&&Mr(r,"constructor")&&r.constructor?Br&&qr(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=zr(e);return Mr(n,"source")||(n.source=Xr(Kr,"string"==typeof t?t:"")),e};Function.prototype.toString=Jr((function(){return Dr(this)&&Hr(this).source||Ur(this)}),"toString");var Zr=er.exports,Qr=Y,en=It,tn=Zr,rn=Fe,nn=function(e,t,r,n){n||(n={});var o=n.enumerable,i=void 0!==n.name?n.name:t;if(Qr(r)&&tn(r,i,n),n.global)o?e[t]=r:rn(t,r);else{try{n.unsafe?e[t]&&(o=!0):delete e[t]}catch(e){}o?e[t]=r:en.f(e,t,{value:r,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return e},on={},an=Math.ceil,sn=Math.floor,cn=Math.trunc||function(e){var t=+e;return(t>0?sn:an)(t)},ln=function(e){var t=+e;return t!=t||0===t?0:cn(t)},un=ln,fn=Math.max,hn=Math.min,dn=ln,pn=Math.min,gn=function(e){var t=dn(e);return t>0?pn(t,9007199254740991):0},mn=function(e){return gn(e.length)},vn=G,bn=function(e,t){var r=un(e);return r<0?fn(r+t,0):hn(r,t)},yn=mn,wn=function(e){return function(t,r,n){var o=vn(t),i=yn(o);if(0===i)return!e&&-1;var a,s=bn(n,i);if(e&&r!=r){for(;i>s;)if((a=o[s++])!=a)return!0}else for(;i>s;s++)if((e||s in o)&&o[s]===r)return e||s||0;return!e&&-1}},Sn={includes:wn(!0),indexOf:wn(!1)},xn=Xe,kn=G,Tn=Sn.indexOf,An=wr,En=R([].push),_n=function(e,t){var r,n=kn(e),o=0,i=[];for(r in n)!xn(An,r)&&xn(n,r)&&En(i,r);for(;t.length>o;)xn(n,r=t[o++])&&(~Tn(i,r)||En(i,r));return i},On=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Nn=_n,Cn=On.concat("length","prototype");on.f=Object.getOwnPropertyNames||function(e){return Nn(e,Cn)};var Rn={};Rn.f=Object.getOwnPropertySymbols;var Pn=ee,Ln=on,In=Rn,Fn=Bt,jn=R([].concat),Dn=Pn("Reflect","ownKeys")||function(e){var t=Ln.f(Fn(e)),r=In.f;return r?jn(t,r(e)):t},Mn=Xe,Bn=Dn,Wn=d,Un=It,zn=p,Hn=Y,Vn=/#|\.prototype\./,qn=function(e,t){var r=Gn[$n(e)];return r===Yn||r!==Xn&&(Hn(t)?zn(t):!!t)},$n=qn.normalize=function(e){return String(e).replace(Vn,".").toLowerCase()},Gn=qn.data={},Xn=qn.NATIVE="N",Yn=qn.POLYFILL="P",Kn=qn,Jn=h,Zn=d.f,Qn=Qt,eo=nn,to=Fe,ro=function(e,t,r){for(var n=Bn(t),o=Un.f,i=Wn.f,a=0;a<n.length;a++){var s=n[a];Mn(e,s)||r&&Mn(r,s)||o(e,s,i(t,s))}},no=Kn,oo=function(e,t){var r,n,o,i,a,s=e.target,c=e.global,l=e.stat;if(r=c?Jn:l?Jn[s]||to(s,{}):Jn[s]&&Jn[s].prototype)for(n in t){if(i=t[n],o=e.dontCallGetSet?(a=Zn(r,n))&&a.value:r[n],!no(c?n:s+(l?".":"#")+n,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;ro(i,o)}(e.sham||o&&o.sham)&&Qn(i,"sham",!0),eo(r,n,i,e)}},io=F,ao=Array.isArray||function(e){return"Array"===io(e)},so=TypeError,co=g,lo=It,uo=E,fo={};fo[ct("toStringTag")]="z";var ho="[object z]"===String(fo),po=ho,go=Y,mo=F,vo=ct("toStringTag"),bo=Object,yo="Arguments"===mo(function(){return arguments}()),wo=po?mo:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=bo(e),vo))?r:yo?mo(t):"Object"===(n=mo(t))&&go(t.callee)?"Arguments":n},So=R,xo=p,ko=Y,To=wo,Ao=dr,Eo=function(){},_o=ee("Reflect","construct"),Oo=/^\s*(?:class|function)\b/,No=So(Oo.exec),Co=!Oo.test(Eo),Ro=function(e){if(!ko(e))return!1;try{return _o(Eo,[],e),!0}catch(e){return!1}},Po=function(e){if(!ko(e))return!1;switch(To(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Co||!!No(Oo,Ao(e))}catch(e){return!0}};Po.sham=!0;var Lo=!_o||xo((function(){var e;return Ro(Ro.call)||!Ro(Object)||!Ro((function(){e=!0}))||e}))?Po:Ro,Io=ao,Fo=Lo,jo=J,Do=ct("species"),Mo=Array,Bo=function(e){var t;return Io(e)&&(t=e.constructor,(Fo(t)&&(t===Mo||Io(t.prototype))||jo(t)&&null===(t=t[Do]))&&(t=void 0)),void 0===t?Mo:t},Wo=p,Uo=ce,zo=ct("species"),Ho=oo,Vo=p,qo=ao,$o=J,Go=qe,Xo=mn,Yo=function(e){if(e>9007199254740991)throw so("Maximum allowed index exceeded");return e},Ko=function(e,t,r){co?lo.f(e,t,uo(0,r)):e[t]=r},Jo=function(e,t){return new(Bo(e))(0===t?0:t)},Zo=function(e){return Uo>=51||!Wo((function(){var t=[];return(t.constructor={})[zo]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},Qo=ce,ei=ct("isConcatSpreadable"),ti=Qo>=51||!Vo((function(){var e=[];return e[ei]=!1,e.concat()[0]!==e})),ri=function(e){if(!$o(e))return!1;var t=e[ei];return void 0!==t?!!t:qo(e)};Ho({target:"Array",proto:!0,arity:1,forced:!ti||!Zo("concat")},{concat:function(e){var t,r,n,o,i,a=Go(this),s=Jo(a,0),c=0;for(t=-1,n=arguments.length;t<n;t++)if(ri(i=-1===t?a:arguments[t]))for(o=Xo(i),Yo(c+o),r=0;r<o;r++,c++)r in i&&Ko(s,c,i[r]);else Yo(c+1),Ko(s,c++,i);return s.length=c,s}});var ni={},oi=_n,ii=On,ai=Object.keys||function(e){return oi(e,ii)},si=g,ci=Ft,li=It,ui=Bt,fi=G,hi=ai;ni.f=si&&!ci?Object.defineProperties:function(e,t){ui(e);for(var r,n=fi(t),o=hi(t),i=o.length,a=0;i>a;)li.f(e,r=o[a++],n[r]);return e};var di,pi=ee("document","documentElement"),gi=Bt,mi=ni,vi=On,bi=wr,yi=pi,wi=xt,Si="prototype",xi="script",ki=yr("IE_PROTO"),Ti=function(){},Ai=function(e){return"<"+xi+">"+e+"</"+xi+">"},Ei=function(e){e.write(Ai("")),e.close();var t=e.parentWindow.Object;return e=null,t},_i=function(){try{di=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;_i="undefined"!=typeof document?document.domain&&di?Ei(di):(t=wi("iframe"),r="java"+xi+":",t.style.display="none",yi.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(Ai("document.F=Object")),e.close(),e.F):Ei(di);for(var n=vi.length;n--;)delete _i[Si][vi[n]];return _i()};bi[ki]=!0;var Oi=Object.create||function(e,t){var r;return null!==e?(Ti[Si]=gi(e),r=new Ti,Ti[Si]=null,r[ki]=e):r=_i(),void 0===t?r:mi.f(r,t)},Ni=ct,Ci=Oi,Ri=It.f,Pi=Ni("unscopables"),Li=Array.prototype;void 0===Li[Pi]&&Ri(Li,Pi,{configurable:!0,value:Ci(null)});var Ii,Fi,ji,Di={},Mi=!p((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),Bi=Xe,Wi=Y,Ui=qe,zi=Mi,Hi=yr("IE_PROTO"),Vi=Object,qi=Vi.prototype,$i=zi?Vi.getPrototypeOf:function(e){var t=Ui(e);if(Bi(t,Hi))return t[Hi];var r=t.constructor;return Wi(r)&&t instanceof r?r.prototype:t instanceof Vi?qi:null},Gi=p,Xi=Y,Yi=J,Ki=$i,Ji=nn,Zi=ct("iterator"),Qi=!1;[].keys&&("next"in(ji=[].keys())?(Fi=Ki(Ki(ji)))!==Object.prototype&&(Ii=Fi):Qi=!0);var ea=!Yi(Ii)||Gi((function(){var e={};return Ii[Zi].call(e)!==e}));ea&&(Ii={}),Xi(Ii[Zi])||Ji(Ii,Zi,(function(){return this}));var ta={IteratorPrototype:Ii,BUGGY_SAFARI_ITERATORS:Qi},ra=It.f,na=Xe,oa=ct("toStringTag"),ia=function(e,t,r){e&&!r&&(e=e.prototype),e&&!na(e,oa)&&ra(e,oa,{configurable:!0,value:t})},aa=ta.IteratorPrototype,sa=Oi,ca=E,la=ia,ua=Di,fa=function(){return this},ha=function(e,t,r,n){var o=t+" Iterator";return e.prototype=sa(aa,{next:ca(+!n,r)}),la(e,o,!1),ua[o]=fa,e},da=R,pa=Te,ga=J,ma=function(e){return ga(e)||null===e},va=String,ba=TypeError,ya=function(e,t,r){try{return da(pa(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(e){}},wa=J,Sa=V,xa=function(e){if(ma(e))return e;throw new ba("Can't set "+va(e)+" as a prototype")},ka=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=ya(Object.prototype,"__proto__","set"))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return Sa(r),xa(n),wa(r)?(t?e(r,n):r.__proto__=n,r):r}}():void 0),Ta=oo,Aa=y,Ea=Y,_a=ha,Oa=$i,Na=ka,Ca=ia,Ra=Qt,Pa=nn,La=Di,Ia=ar.PROPER,Fa=ar.CONFIGURABLE,ja=ta.IteratorPrototype,Da=ta.BUGGY_SAFARI_ITERATORS,Ma=ct("iterator"),Ba="keys",Wa="values",Ua="entries",za=function(){return this},Ha=function(e,t,r,n,o,i,a){_a(r,t,n);var s,c,l,u=function(e){if(e===o&&g)return g;if(!Da&&e&&e in d)return d[e];switch(e){case Ba:case Wa:case Ua:return function(){return new r(this,e)}}return function(){return new r(this)}},f=t+" Iterator",h=!1,d=e.prototype,p=d[Ma]||d["@@iterator"]||o&&d[o],g=!Da&&p||u(o),m="Array"===t&&d.entries||p;if(m&&(s=Oa(m.call(new e)))!==Object.prototype&&s.next&&(Oa(s)!==ja&&(Na?Na(s,ja):Ea(s[Ma])||Pa(s,Ma,za)),Ca(s,f,!0)),Ia&&o===Wa&&p&&p.name!==Wa&&(Fa?Ra(d,"name",Wa):(h=!0,g=function(){return Aa(p,this)})),o)if(c={values:u(Wa),keys:i?g:u(Ba),entries:u(Ua)},a)for(l in c)(Da||h||!(l in d))&&Pa(d,l,c[l]);else Ta({target:t,proto:!0,forced:Da||h},c);return d[Ma]!==g&&Pa(d,Ma,g,{name:o}),La[t]=g,c},Va=function(e,t){return{value:e,done:t}},qa=G,$a=function(e){Li[Pi][e]=!0},Ga=Di,Xa=Ir,Ya=It.f,Ka=Ha,Ja=Va,Za=g,Qa="Array Iterator",es=Xa.set,ts=Xa.getterFor(Qa),rs=Ka(Array,"Array",(function(e,t){es(this,{type:Qa,target:qa(e),index:0,kind:t})}),(function(){var e=ts(this),t=e.target,r=e.index++;if(!t||r>=t.length)return e.target=void 0,Ja(void 0,!0);switch(e.kind){case"keys":return Ja(r,!1);case"values":return Ja(t[r],!1)}return Ja([r,t[r]],!1)}),"values"),ns=Ga.Arguments=Ga.Array;if($a("keys"),$a("values"),$a("entries"),Za&&"values"!==ns.name)try{Ya(ns,"name",{value:"values"})}catch(e){}var os=g,is=R,as=y,ss=p,cs=ai,ls=Rn,us=w,fs=qe,hs=W,ds=Object.assign,ps=Object.defineProperty,gs=is([].concat),ms=!ds||ss((function(){if(os&&1!==ds({b:1},ds(ps({},"a",{enumerable:!0,get:function(){ps(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach((function(e){t[e]=e})),7!==ds({},e)[r]||cs(ds({},t)).join("")!==n}))?function(e,t){for(var r=fs(e),n=arguments.length,o=1,i=ls.f,a=us.f;n>o;)for(var s,c=hs(arguments[o++]),l=i?gs(cs(c),i(c)):cs(c),u=l.length,f=0;u>f;)s=l[f++],os&&!as(a,c,s)||(r[s]=c[s]);return r}:ds,vs=ms;oo({target:"Object",stat:!0,arity:2,forced:Object.assign!==vs},{assign:vs});var bs=g,ys=p,ws=R,Ss=$i,xs=ai,ks=G,Ts=ws(w.f),As=ws([].push),Es=bs&&ys((function(){var e=Object.create(null);return e[2]=2,!Ts(e,2)})),_s=function(e){return function(t){for(var r,n=ks(t),o=xs(n),i=Es&&null===Ss(n),a=o.length,s=0,c=[];a>s;)r=o[s++],bs&&!(i?r in n:Ts(n,r))||As(c,e?[r,n[r]]:n[r]);return c}},Os={entries:_s(!0),values:_s(!1)}.entries;oo({target:"Object",stat:!0},{entries:function(e){return Os(e)}});var Ns=wo,Cs=ho?{}.toString:function(){return"[object "+Ns(this)+"]"};ho||nn(Object.prototype,"toString",Cs,{unsafe:!0});var Rs,Ps,Ls=wo,Is=String,Fs=function(e){if("Symbol"===Ls(e))throw new TypeError("Cannot convert a Symbol value to a string");return Is(e)},js=Bt,Ds=function(){var e=js(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t},Ms=p,Bs=h.RegExp,Ws=Ms((function(){var e=Bs("a","y");return e.lastIndex=2,null!==e.exec("abcd")})),Us=Ws||Ms((function(){return!Bs("a","y").sticky})),zs={BROKEN_CARET:Ws||Ms((function(){var e=Bs("^r","gy");return e.lastIndex=2,null!==e.exec("str")})),MISSED_STICKY:Us,UNSUPPORTED_Y:Ws},Hs=p,Vs=h.RegExp,qs=Hs((function(){var e=Vs(".","s");return!(e.dotAll&&e.test("\n")&&"s"===e.flags)})),$s=p,Gs=h.RegExp,Xs=$s((function(){var e=Gs("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),Ys=y,Ks=R,Js=Fs,Zs=Ds,Qs=zs,ec=Oi,tc=Ir.get,rc=qs,nc=Xs,oc=ze("native-string-replace",String.prototype.replace),ic=RegExp.prototype.exec,ac=ic,sc=Ks("".charAt),cc=Ks("".indexOf),lc=Ks("".replace),uc=Ks("".slice),fc=(Ps=/b*/g,Ys(ic,Rs=/a/,"a"),Ys(ic,Ps,"a"),0!==Rs.lastIndex||0!==Ps.lastIndex),hc=Qs.BROKEN_CARET,dc=void 0!==/()??/.exec("")[1];(fc||dc||hc||rc||nc)&&(ac=function(e){var t,r,n,o,i,a,s,c=this,l=tc(c),u=Js(e),f=l.raw;if(f)return f.lastIndex=c.lastIndex,t=Ys(ac,f,u),c.lastIndex=f.lastIndex,t;var h=l.groups,d=hc&&c.sticky,p=Ys(Zs,c),g=c.source,m=0,v=u;if(d&&(p=lc(p,"y",""),-1===cc(p,"g")&&(p+="g"),v=uc(u,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==sc(u,c.lastIndex-1))&&(g="(?: "+g+")",v=" "+v,m++),r=new RegExp("^(?:"+g+")",p)),dc&&(r=new RegExp("^"+g+"$(?!\\s)",p)),fc&&(n=c.lastIndex),o=Ys(ic,d?r:c,v),d?o?(o.input=uc(o.input,m),o[0]=uc(o[0],m),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:fc&&o&&(c.lastIndex=c.global?o.index+o[0].length:n),dc&&o&&o.length>1&&Ys(oc,o[0],r,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&h)for(o.groups=a=ec(null),i=0;i<h.length;i++)a[(s=h[i])[0]]=o[s[1]];return o});var pc=ac;oo({target:"RegExp",proto:!0,forced:/./.exec!==pc},{exec:pc});var gc=y,mc=Xe,vc=te,bc=Ds,yc=RegExp.prototype,wc=ar.PROPER,Sc=nn,xc=Bt,kc=Fs,Tc=p,Ac=function(e){var t=e.flags;return void 0!==t||"flags"in yc||mc(e,"flags")||!vc(yc,e)?t:gc(bc,e)},Ec="toString",_c=RegExp.prototype,Oc=_c[Ec],Nc=Tc((function(){return"/a/b"!==Oc.call({source:"a",flags:"b"})})),Cc=wc&&Oc.name!==Ec;(Nc||Cc)&&Sc(_c,Ec,(function(){var e=xc(this);return"/"+kc(e.source)+"/"+kc(Ac(e))}),{unsafe:!0});var Rc=R,Pc=ln,Lc=Fs,Ic=V,Fc=Rc("".charAt),jc=Rc("".charCodeAt),Dc=Rc("".slice),Mc=function(e){return function(t,r){var n,o,i=Lc(Ic(t)),a=Pc(r),s=i.length;return a<0||a>=s?e?"":void 0:(n=jc(i,a))<55296||n>56319||a+1===s||(o=jc(i,a+1))<56320||o>57343?e?Fc(i,a):n:e?Dc(i,a,a+2):o-56320+(n-55296<<10)+65536}},Bc={codeAt:Mc(!1),charAt:Mc(!0)}.charAt,Wc=Fs,Uc=Ir,zc=Ha,Hc=Va,Vc="String Iterator",qc=Uc.set,$c=Uc.getterFor(Vc);zc(String,"String",(function(e){qc(this,{type:Vc,string:Wc(e),index:0})}),(function(){var e,t=$c(this),r=t.string,n=t.index;return n>=r.length?Hc(void 0,!0):(e=Bc(r,n),t.index+=e.length,Hc(e,!1))}));var Gc=y,Xc=nn,Yc=pc,Kc=p,Jc=ct,Zc=Qt,Qc=Jc("species"),el=RegExp.prototype,tl=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t},rl=y,nl=Bt,ol=Y,il=F,al=pc,sl=TypeError,cl=y,ll=function(e,t,r,n){var o=Jc(e),i=!Kc((function(){var t={};return t[o]=function(){return 7},7!==""[e](t)})),a=i&&!Kc((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[Qc]=function(){return r},r.flags="",r[o]=/./[o]),r.exec=function(){return t=!0,null},r[o](""),!t}));if(!i||!a||r){var s=/./[o],c=t(o,""[e],(function(e,t,r,n,o){var a=t.exec;return a===Yc||a===el.exec?i&&!o?{done:!0,value:Gc(s,t,r,n)}:{done:!0,value:Gc(e,r,t,n)}:{done:!1}}));Xc(String.prototype,e,c[0]),Xc(el,o,c[1])}n&&Zc(el[o],"sham",!0)},ul=Bt,fl=U,hl=V,dl=tl,pl=Fs,gl=_e,ml=function(e,t){var r=e.exec;if(ol(r)){var n=rl(r,e,t);return null!==n&&nl(n),n}if("RegExp"===il(e))return rl(al,e,t);throw new sl("RegExp#exec called on incompatible receiver")};ll("search",(function(e,t,r){return[function(t){var r=hl(this),n=fl(t)?void 0:gl(t,e);return n?cl(n,t,r):new RegExp(t)[e](pl(r))},function(e){var n=ul(this),o=pl(e),i=r(t,n,o);if(i.done)return i.value;var a=n.lastIndex;dl(a,0)||(n.lastIndex=0);var s=ml(n,o);return dl(n.lastIndex,a)||(n.lastIndex=a),null===s?-1:s.index}]}));var vl=xt("span").classList,bl=vl&&vl.constructor&&vl.constructor.prototype,yl=bl===Object.prototype?void 0:bl,wl=h,Sl={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},xl=yl,kl=rs,Tl=Qt,Al=ia,El=ct("iterator"),_l=kl.values,Ol=function(e,t){if(e){if(e[El]!==_l)try{Tl(e,El,_l)}catch(t){e[El]=_l}if(Al(e,t,!0),Sl[t])for(var r in kl)if(e[r]!==kl[r])try{Tl(e,r,kl[r])}catch(t){e[r]=kl[r]}}};for(var Nl in Sl)Ol(wl[Nl]&&wl[Nl].prototype,Nl);Ol(xl,"DOMTokenList");var Cl=h,Rl=g,Pl=Object.getOwnPropertyDescriptor,Ll=p,Il=g,Fl=ct("iterator"),jl=!Ll((function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,r=new URLSearchParams("a=1&a=2&b=3"),n="";return e.pathname="c%20d",t.forEach((function(e,r){t.delete("b"),n+=r+e})),r.delete("a",2),r.delete("b",void 0),!t.size&&!Il||!t.sort||"http://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[Fl]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==n||"x"!==new URL("http://x",void 0).host})),Dl=Zr,Ml=It,Bl=nn,Wl=te,Ul=TypeError,zl=F,Hl=R,Vl=function(e){if("Function"===zl(e))return Hl(e)},ql=Te,$l=m,Gl=Vl(Vl.bind),Xl=wo,Yl=_e,Kl=U,Jl=Di,Zl=ct("iterator"),Ql=function(e){if(!Kl(e))return Yl(e,Zl)||Yl(e,"@@iterator")||Jl[Xl(e)]},eu=y,tu=Te,ru=Bt,nu=we,ou=Ql,iu=TypeError,au=TypeError,su=R([].slice),cu=Math.floor,lu=function(e,t){var r=e.length;if(r<8)for(var n,o,i=1;i<r;){for(o=i,n=e[i];o&&t(e[o-1],n)>0;)e[o]=e[--o];o!==i++&&(e[o]=n)}else for(var a=cu(r/2),s=lu(su(e,0,a),t),c=lu(su(e,a),t),l=s.length,u=c.length,f=0,h=0;f<l||h<u;)e[f+h]=f<l&&h<u?t(s[f],c[h])<=0?s[f++]:c[h++]:f<l?s[f++]:c[h++];return e},uu=oo,fu=h,hu=function(e){if(!Rl)return Cl[e];var t=Pl(Cl,e);return t&&t.value},du=y,pu=R,gu=g,mu=jl,vu=nn,bu=function(e,t,r){return r.get&&Dl(r.get,t,{getter:!0}),r.set&&Dl(r.set,t,{setter:!0}),Ml.f(e,t,r)},yu=function(e,t,r){for(var n in t)Bl(e,n,t[n],r);return e},wu=ia,Su=ha,xu=Ir,ku=function(e,t){if(Wl(t,e))return e;throw new Ul("Incorrect invocation")},Tu=Y,Au=Xe,Eu=function(e,t){return ql(e),void 0===t?e:$l?Gl(e,t):function(){return e.apply(t,arguments)}},_u=wo,Ou=Bt,Nu=J,Cu=Fs,Ru=Oi,Pu=E,Lu=function(e,t){var r=arguments.length<2?ou(e):t;if(tu(r))return ru(eu(r,e));throw new iu(nu(e)+" is not iterable")},Iu=Ql,Fu=Va,ju=function(e,t){if(e<t)throw new au("Not enough arguments");return e},Du=lu,Mu=ct("iterator"),Bu="URLSearchParams",Wu=Bu+"Iterator",Uu=xu.set,zu=xu.getterFor(Bu),Hu=xu.getterFor(Wu),Vu=hu("fetch"),qu=hu("Request"),$u=hu("Headers"),Gu=qu&&qu.prototype,Xu=$u&&$u.prototype,Yu=fu.RegExp,Ku=fu.TypeError,Ju=fu.decodeURIComponent,Zu=fu.encodeURIComponent,Qu=pu("".charAt),ef=pu([].join),tf=pu([].push),rf=pu("".replace),nf=pu([].shift),of=pu([].splice),af=pu("".split),sf=pu("".slice),cf=/\+/g,lf=Array(4),uf=function(e){return lf[e-1]||(lf[e-1]=Yu("((?:%[\\da-f]{2}){"+e+"})","gi"))},ff=function(e){try{return Ju(e)}catch(t){return e}},hf=function(e){var t=rf(e,cf," "),r=4;try{return Ju(t)}catch(e){for(;r;)t=rf(t,uf(r--),ff);return t}},df=/[!'()~]|%20/g,pf={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},gf=function(e){return pf[e]},mf=function(e){return rf(Zu(e),df,gf)},vf=Su((function(e,t){Uu(this,{type:Wu,target:zu(e).entries,index:0,kind:t})}),Bu,(function(){var e=Hu(this),t=e.target,r=e.index++;if(!t||r>=t.length)return e.target=void 0,Fu(void 0,!0);var n=t[r];switch(e.kind){case"keys":return Fu(n.key,!1);case"values":return Fu(n.value,!1)}return Fu([n.key,n.value],!1)}),!0),bf=function(e){this.entries=[],this.url=null,void 0!==e&&(Nu(e)?this.parseObject(e):this.parseQuery("string"==typeof e?"?"===Qu(e,0)?sf(e,1):e:Cu(e)))};bf.prototype={type:Bu,bindURL:function(e){this.url=e,this.update()},parseObject:function(e){var t,r,n,o,i,a,s,c=this.entries,l=Iu(e);if(l)for(r=(t=Lu(e,l)).next;!(n=du(r,t)).done;){if(i=(o=Lu(Ou(n.value))).next,(a=du(i,o)).done||(s=du(i,o)).done||!du(i,o).done)throw new Ku("Expected sequence with length 2");tf(c,{key:Cu(a.value),value:Cu(s.value)})}else for(var u in e)Au(e,u)&&tf(c,{key:u,value:Cu(e[u])})},parseQuery:function(e){if(e)for(var t,r,n=this.entries,o=af(e,"&"),i=0;i<o.length;)(t=o[i++]).length&&(r=af(t,"="),tf(n,{key:hf(nf(r)),value:hf(ef(r,"="))}))},serialize:function(){for(var e,t=this.entries,r=[],n=0;n<t.length;)e=t[n++],tf(r,mf(e.key)+"="+mf(e.value));return ef(r,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var yf=function(){ku(this,wf);var e=Uu(this,new bf(arguments.length>0?arguments[0]:void 0));gu||(this.size=e.entries.length)},wf=yf.prototype;if(yu(wf,{append:function(e,t){var r=zu(this);ju(arguments.length,2),tf(r.entries,{key:Cu(e),value:Cu(t)}),gu||this.length++,r.updateURL()},delete:function(e){for(var t=zu(this),r=ju(arguments.length,1),n=t.entries,o=Cu(e),i=r<2?void 0:arguments[1],a=void 0===i?i:Cu(i),s=0;s<n.length;){var c=n[s];if(c.key!==o||void 0!==a&&c.value!==a)s++;else if(of(n,s,1),void 0!==a)break}gu||(this.size=n.length),t.updateURL()},get:function(e){var t=zu(this).entries;ju(arguments.length,1);for(var r=Cu(e),n=0;n<t.length;n++)if(t[n].key===r)return t[n].value;return null},getAll:function(e){var t=zu(this).entries;ju(arguments.length,1);for(var r=Cu(e),n=[],o=0;o<t.length;o++)t[o].key===r&&tf(n,t[o].value);return n},has:function(e){for(var t=zu(this).entries,r=ju(arguments.length,1),n=Cu(e),o=r<2?void 0:arguments[1],i=void 0===o?o:Cu(o),a=0;a<t.length;){var s=t[a++];if(s.key===n&&(void 0===i||s.value===i))return!0}return!1},set:function(e,t){var r=zu(this);ju(arguments.length,1);for(var n,o=r.entries,i=!1,a=Cu(e),s=Cu(t),c=0;c<o.length;c++)(n=o[c]).key===a&&(i?of(o,c--,1):(i=!0,n.value=s));i||tf(o,{key:a,value:s}),gu||(this.size=o.length),r.updateURL()},sort:function(){var e=zu(this);Du(e.entries,(function(e,t){return e.key>t.key?1:-1})),e.updateURL()},forEach:function(e){for(var t,r=zu(this).entries,n=Eu(e,arguments.length>1?arguments[1]:void 0),o=0;o<r.length;)n((t=r[o++]).value,t.key,this)},keys:function(){return new vf(this,"keys")},values:function(){return new vf(this,"values")},entries:function(){return new vf(this,"entries")}},{enumerable:!0}),vu(wf,Mu,wf.entries,{name:"entries"}),vu(wf,"toString",(function(){return zu(this).serialize()}),{enumerable:!0}),gu&&bu(wf,"size",{get:function(){return zu(this).entries.length},configurable:!0,enumerable:!0}),wu(yf,Bu),uu({global:!0,constructor:!0,forced:!mu},{URLSearchParams:yf}),!mu&&Tu($u)){var Sf=pu(Xu.has),xf=pu(Xu.set),kf=function(e){if(Nu(e)){var t,r=e.body;if(_u(r)===Bu)return t=e.headers?new $u(e.headers):new $u,Sf(t,"content-type")||xf(t,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),Ru(e,{body:Pu(0,Cu(r)),headers:Pu(0,t)})}return e};if(Tu(Vu)&&uu({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(e){return Vu(e,arguments.length>1?kf(arguments[1]):{})}}),Tu(qu)){var Tf=function(e){return ku(this,Gu),new qu(e,arguments.length>1?kf(arguments[1]):{})};Gu.constructor=Tf,Tf.prototype=Gu,uu({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:Tf})}}Object.assign(e.fn.bootstrapTable.defaults,{addrbar:!1,addrPrefix:""}),e.BootstrapTable=function(r){function n(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),t(this,n,arguments)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(n,r),l=n,u=[{key:"init",value:function(){var e;this.options.pagination&&this.options.addrbar&&this.initAddrbar();for(var t=arguments.length,r=new Array(t),o=0;o<t;o++)r[o]=arguments[o];(e=s(i(n.prototype),"init",this)).call.apply(e,[this].concat(r))}},{key:"getDefaultOptionValue",value:function(t,r){return this.options[t]!==e.BootstrapTable.DEFAULTS[t]?this.options[t]:this.searchParams.get("".concat(this.options.addrPrefix||"").concat(r))||e.BootstrapTable.DEFAULTS[t]}},{key:"initAddrbar",value:function(){var e=this;this.addrbarInit=!0,this.searchParams=new URLSearchParams(window.location.search.substring(1)),this.options.pageNumber=+this.getDefaultOptionValue("pageNumber","page"),this.options.pageSize=+this.getDefaultOptionValue("pageSize","size"),this.options.sortOrder=this.getDefaultOptionValue("sortOrder","order"),this.options.sortName=this.getDefaultOptionValue("sortName","sort"),this.options.searchText=this.getDefaultOptionValue("searchText","search");var t=this.options.addrPrefix||"",r=this.options.onLoadSuccess,n=this.options.onPageChange;this.options.onLoadSuccess=function(n){e.addrbarInit?e.addrbarInit=!1:e.updateHistoryState(t),r&&r.call(e,n)},this.options.onPageChange=function(r,o){e.updateHistoryState(t),n&&n.call(e,r,o)}}},{key:"updateHistoryState",value:function(e){var t={};t["".concat(e,"page")]=this.options.pageNumber,t["".concat(e,"size")]=this.options.pageSize,t["".concat(e,"order")]=this.options.sortOrder,t["".concat(e,"sort")]=this.options.sortName,t["".concat(e,"search")]=this.options.searchText;for(var r=0,n=Object.entries(t);r<n.length;r++){var o=c(n[r],2),i=o[0],a=o[1];void 0===a?this.searchParams.delete(i):this.searchParams.set(i,a)}var s="?".concat(this.searchParams.toString());location.hash&&(s+=location.hash),window.history.pushState({},"",s)}},{key:"resetSearch",value:function(e){s(i(n.prototype),"resetSearch",this).call(this,e),this.options.searchText=e||""}}],u&&o(l.prototype,u),f&&o(l,f),Object.defineProperty(l,"prototype",{writable:!1}),l;var l,u,f}(e.BootstrapTable)})),jQuery.base64=function(e){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";function r(e){var r,n,o,i,a,s,c,l="",u=0;for(e=function(e){e=e.replace(/\r\n/g,"\n");for(var t="",r=0;r<e.length;r++){var n=e.charCodeAt(r);n<128?t+=String.fromCharCode(n):n>127&&n<2048?(t+=String.fromCharCode(n>>6|192),t+=String.fromCharCode(63&n|128)):(t+=String.fromCharCode(n>>12|224),t+=String.fromCharCode(n>>6&63|128),t+=String.fromCharCode(63&n|128))}return t}(e);u<e.length;)i=(r=e.charCodeAt(u++))>>2,a=(3&r)<<4|(n=e.charCodeAt(u++))>>4,s=(15&n)<<2|(o=e.charCodeAt(u++))>>6,c=63&o,isNaN(n)?s=c=64:isNaN(o)&&(c=64),l=l+t.charAt(i)+t.charAt(a)+t.charAt(s)+t.charAt(c);return l}return{encode:function(e){return r(e)}}}(jQuery);var $jscomp=$jscomp||{};$jscomp.scope={},$jscomp.findInternal=function(e,t,r){e instanceof String&&(e=String(e));for(var n=e.length,o=0;o<n;o++){var i=e[o];if(t.call(r,i,o,e))return{i:o,v:i}}return{i:-1,v:void 0}},$jscomp.ASSUME_ES5=!1,$jscomp.ASSUME_NO_NATIVE_MAP=!1,$jscomp.ASSUME_NO_NATIVE_SET=!1,$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(e,t,r){e!=Array.prototype&&e!=Object.prototype&&(e[t]=r.value)},$jscomp.getGlobal=function(e){return"undefined"!=typeof window&&window===e?e:"undefined"!=typeof global&&null!=global?global:e},$jscomp.global=$jscomp.getGlobal(this),$jscomp.polyfill=function(e,t,r,n){if(t){for(r=$jscomp.global,e=e.split("."),n=0;n<e.length-1;n++){var o=e[n];o in r||(r[o]={}),r=r[o]}(t=t(n=r[e=e[e.length-1]]))!=n&&null!=t&&$jscomp.defineProperty(r,e,{configurable:!0,writable:!0,value:t})}},$jscomp.polyfill("Array.prototype.find",(function(e){return e||function(e,t){return $jscomp.findInternal(this,e,t).v}}),"es6","es3"),$jscomp.polyfill("Object.is",(function(e){return e||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}}),"es6","es3"),$jscomp.polyfill("Array.prototype.includes",(function(e){return e||function(e,t){var r=this;r instanceof String&&(r=String(r));var n=r.length;for(t=t||0;t<n;t++)if(r[t]==e||Object.is(r[t],e))return!0;return!1}}),"es7","es3"),$jscomp.checkStringArgs=function(e,t,r){if(null==e)throw new TypeError("The 'this' value for String.prototype."+r+" must not be null or undefined");if(t instanceof RegExp)throw new TypeError("First argument to String.prototype."+r+" must not be a regular expression");return e+""},$jscomp.polyfill("String.prototype.includes",(function(e){return e||function(e,t){return-1!==$jscomp.checkStringArgs(this,e,"includes").indexOf(e,t||0)}}),"es6","es3"),function(e){e.fn.tableExport=function(i){function a(t){var r=[];return c(t,"thead").each((function(){r.push.apply(r,c(e(this),ne.theadSelector).toArray())})),r}function s(t){var r=[];return c(t,"tbody").each((function(){r.push.apply(r,c(e(this),ne.tbodySelector).toArray())})),ne.tfootSelector.length&&c(t,"tfoot").each((function(){r.push.apply(r,c(e(this),ne.tfootSelector).toArray())})),r}function c(t,r){var n=t[0].tagName,o=t.parents(n).length;return t.find(r).filter((function(){return o===e(this).closest(n).parents(n).length}))}function l(t){var r=[],n=0,o=0,i=0;return e(t).find("thead").first().find("th").each((function(t,a){t=void 0!==e(a).attr("data-field"),void 0!==a.parentNode.rowIndex&&o!==a.parentNode.rowIndex&&(o=a.parentNode.rowIndex,n=i=0);var s=N(a);for(n+=s||1;i<n;)r[i]=t?e(a).attr("data-field"):i.toString(),i++})),r}function u(t){var r=void 0!==t[0].rowIndex,n=!1===r&&void 0!==t[0].cellIndex,o=n||r?function(e){var t=[];return me&&(t=ge.filter((function(){var t=!1;return this.nodeType===e[0].nodeType&&(void 0!==this.rowIndex&&this.rowIndex===e[0].rowIndex||void 0!==this.cellIndex&&this.cellIndex===e[0].cellIndex&&void 0!==this.parentNode.rowIndex&&void 0!==e[0].parentNode.rowIndex&&this.parentNode.rowIndex===e[0].parentNode.rowIndex)&&(t=!0),t}))),!1===me||0===t.length}(t):t.is(":visible"),i=t.attr("data-tableexport-display");return n&&"none"!==i&&"always"!==i&&(r=void 0!==(t=e(t[0].parentNode))[0].rowIndex,i=t.attr("data-tableexport-display")),r&&"none"!==i&&"always"!==i&&(i=t.closest("table").attr("data-tableexport-display")),"none"!==i&&(!0===o||"always"===i)}function f(t,r,n){var o=!1;return u(t)?0<ne.ignoreColumn.length&&(-1!==e.inArray(n,ne.ignoreColumn)||-1!==e.inArray(n-r,ne.ignoreColumn)||de.length>n&&void 0!==de[n]&&-1!==e.inArray(de[n],ne.ignoreColumn))&&(o=!0):o=!0,o}function h(t,r,n,o,i){if("function"==typeof i){var a=!1;if("function"==typeof ne.onIgnoreRow&&(a=ne.onIgnoreRow(e(t),n)),!1===a&&(0===ne.ignoreRow.length||-1===e.inArray(n,ne.ignoreRow)&&-1===e.inArray(n-o,ne.ignoreRow))&&u(e(t))){var s=(t=c(e(t),r)).length,l=0,h=0;t.each((function(){var t,r=e(this),o=N(this),a=C(this);if(e.each(pe,(function(){if(n>this.s.r&&n<=this.e.r&&l>=this.s.c&&l<=this.e.c)for(t=0;t<=this.e.c-this.s.c;++t)s++,h++,i(null,n,l++)})),(a||o)&&(o=o||1,pe.push({s:{r:n,c:l},e:{r:n+(a||1)-1,c:l+o-1}})),!1===f(r,s,h++)&&i(this,n,l++),1<o)for(t=0;t<o-1;++t)h++,i(null,n,l++)})),e.each(pe,(function(){if(n>=this.s.r&&n<=this.e.r&&l>=this.s.c&&l<=this.e.c)for(var e=0;e<=this.e.c-this.s.c;++e)i(null,n,l++)}))}}}function d(e,t,r,n){if(void 0!==n.images&&void 0!==(r=n.images[r])){t=t.getBoundingClientRect();var o=e.width/e.height,i=t.width/t.height,a=e.width,s=e.height,c=19.049976/25.4,l=0;i<=o?(s=Math.min(e.height,t.height),a=t.width*s/t.height):i>o&&(a=Math.min(e.width,t.width),s=t.height*a/t.width),a*=c,(s*=c)<e.height&&(l=(e.height-s)/2);try{n.doc.addImage(r.src,e.textPos.x,e.y+l,a,s)}catch(e){}e.textPos.x+=a}}function p(e,t){if("string"===ne.outputMode)return e.output();if("base64"===ne.outputMode)return B(e.output());if("window"===ne.outputMode)window.URL=window.URL||window.webkitURL,window.open(window.URL.createObjectURL(e.output("blob")));else{var r=ne.fileName+".pdf";try{var n=e.output("blob");saveAs(n,r),"function"==typeof ne.onAfterSaveToFile&&ne.onAfterSaveToFile(n,r)}catch(n){M(r,"data:application/pdf"+(t?"":";base64")+",",t?e.output("blob"):e.output())}}}function g(e,t,r){var n=0;if(void 0!==r&&(n=r.colspan),0<=n){for(var o=e.width,i=e.textPos.x,a=t.table.columns.indexOf(t.column),s=1;s<n;s++)o+=t.table.columns[a+s].width;return 1<n&&("right"===e.styles.halign?i=e.textPos.x+o-e.width:"center"===e.styles.halign&&(i=e.textPos.x+(o-e.width)/2)),e.width=o,e.textPos.x=i,void 0!==r&&1<r.rowspan&&(e.height*=r.rowspan),"middle"!==e.styles.valign&&"bottom"!==e.styles.valign||2<(r=("string"==typeof e.text?e.text.split(/\r\n|\r|\n/g):e.text).length||1)&&(e.textPos.y-=(2-1.15)/2*t.row.styles.fontSize*(r-2)/3),!0}return!1}function m(t,r,n){null!=t&&(t.hasAttribute("data-tableexport-canvas")?(r=(new Date).getTime(),e(t).attr("data-tableexport-canvas",r),n.images[r]={url:'[data-tableexport-canvas="'+r+'"]',src:null}):"undefined"!==r&&null!=r&&r.each((function(){if(e(this).is("img")){var r=j(this.src);n.images[r]={url:this.src,src:this.src}}m(t,e(this).children(),n)})))}function v(t,r,n){r.each((function(){if(e(this).is("div")){var r=_(R(this,"background-color"),[255,255,255]),o=_(R(this,"border-top-color"),[0,0,0]),i=P(this,"border-top-width",ne.jspdf.unit),a=this.getBoundingClientRect(),s=this.offsetLeft*n.wScaleFactor,c=this.offsetTop*n.hScaleFactor,l=a.width*n.wScaleFactor;a=a.height*n.hScaleFactor,n.doc.setDrawColor.apply(void 0,o),n.doc.setFillColor.apply(void 0,r),n.doc.setLineWidth(i),n.doc.rect(t.x+s,t.y+c,l,a,i?"FD":"F")}else e(this).is("img")&&(r=j(this.src),d(t,this,r,n));v(t,e(this).children(),n)}))}function b(t,r,n){if("function"==typeof n.onAutotableText)n.onAutotableText(n.doc,t,r);else{var o=t.textPos.x,i=t.textPos.y,a={halign:t.styles.halign,valign:t.styles.valign};if(r.length){for(r=r[0];r.previousSibling;)r=r.previousSibling;for(var s=!1,c=!1;r;){var l=r.innerText||r.textContent||"",u=l.length&&" "===l[0]?" ":"",f=1<l.length&&" "===l[l.length-1]?" ":"";if(!0!==ne.preserve.leadingWS&&(l=u+w(l)),!0!==ne.preserve.trailingWS&&(l=S(l)+f),e(r).is("br")&&(o=t.textPos.x,i+=n.doc.internal.getFontSize()),e(r).is("b")?s=!0:e(r).is("i")&&(c=!0),(s||c)&&n.doc.setFont("undefined ",s&&c?"bolditalic":s?"bold":"italic"),u=n.doc.getStringUnitWidth(l)*n.doc.internal.getFontSize()){if("linebreak"===t.styles.overflow&&o>t.textPos.x&&o+u>t.textPos.x+t.width&&(0<=".,!%*;:=-".indexOf(l.charAt(0))&&(f=l.charAt(0),o+(u=n.doc.getStringUnitWidth(f)*n.doc.internal.getFontSize())<=t.textPos.x+t.width&&(U(f,o,i,a),l=l.substring(1,l.length)),u=n.doc.getStringUnitWidth(l)*n.doc.internal.getFontSize()),o=t.textPos.x,i+=n.doc.internal.getFontSize()),"visible"!==t.styles.overflow)for(;l.length&&o+u>t.textPos.x+t.width;)l=l.substring(0,l.length-1),u=n.doc.getStringUnitWidth(l)*n.doc.internal.getFontSize();U(l,o,i,a),o+=u}(s||c)&&(e(r).is("b")?s=!1:e(r).is("i")&&(c=!1),n.doc.setFont("undefined ",s||c?s?"bold":"italic":"normal")),r=r.nextSibling}t.textPos.x=o,t.textPos.y=i}else U(t.text,t.textPos.x,t.textPos.y,a)}}function y(e,t,r){return null==e?"":e.toString().replace(new RegExp(null==t?"":t.toString().replace(/([.*+?^=!:${}()|\[\]\/\\])/g,"\\$1"),"g"),r)}function w(e){return null==e?"":e.toString().replace(/^\s+/,"")}function S(e){return null==e?"":e.toString().replace(/\s+$/,"")}function x(e){if(0===ne.date.html.length)return!1;ne.date.pattern.lastIndex=0;var t=ne.date.pattern.exec(e);if(null==t)return!1;if(0>(e=+t[ne.date.match_y])||8099<e)return!1;var r=1*t[ne.date.match_m];if(t=1*t[ne.date.match_d],!isFinite(t))return!1;var n=new Date(e,r-1,t,0,0,0);return n.getFullYear()===e&&n.getMonth()===r-1&&n.getDate()===t&&new Date(Date.UTC(e,r-1,t,0,0,0))}function k(e){return e=e||"0",""!==ne.numbers.html.thousandsSeparator&&(e=y(e,ne.numbers.html.thousandsSeparator,"")),"."!==ne.numbers.html.decimalMark&&(e=y(e,ne.numbers.html.decimalMark,".")),("number"==typeof e||!1!==jQuery.isNumeric(e))&&e}function T(t,r,n,o){var i="",a="text";if(null!==t){var s=e(t);if(s.removeData("teUserDefText"),s[0].hasAttribute("data-tableexport-canvas"))var c="";else if(s[0].hasAttribute("data-tableexport-value"))c=(c=s.attr("data-tableexport-value"))?c+"":"",s.data("teUserDefText",1);else if(c=s.html(),"function"==typeof ne.onCellHtmlData)c=ne.onCellHtmlData(s,r,n,c),s.data("teUserDefText",1);else if(""!==c){t=e.parseHTML("<div>"+c+"</div>",null,!1);var l=0,u=0;c="",e.each(t,(function(){if(e(this).is("input"))c+=s.find("input").eq(l++).val();else if(e(this).is("select"))c+=s.find("select option:selected").eq(u++).text();else if(e(this).is("br"))c+="<br>";else if(void 0===e(this).html()?c+=e(this).text():(void 0===jQuery().bootstrapTable||!1===e(this).hasClass("fht-cell")&&!1===e(this).hasClass("filterControl")&&0===s.parents(".detail-view").length)&&(c+=e(this).html()),e(this).is("a")){var t=s.find("a").attr("href")||"";i="function"==typeof ne.onCellHtmlHyperlink?i+ne.onCellHtmlHyperlink(s,r,n,t,c):"href"===ne.htmlHyperlink?i+t:i+c,c=""}}))}if(c&&""!==c&&!0===ne.htmlContent)i=e.trim(c);else if(c&&""!==c)if(""!==s.attr("data-tableexport-cellformat")){var f=c.replace(/\n/g,"\u2028").replace(/(<\s*br([^>]*)>)/gi,""),h=e("<div/>").html(f).contents();if(t=!1,f="",e.each(h.text().split("\u2028"),(function(e,t){0<e&&(f+=" "),!0!==ne.preserve.leadingWS&&(t=w(t)),f+=!0!==ne.preserve.trailingWS?S(t):t})),e.each(f.split(""),(function(e,t){0<e&&(i+="\n"),!0!==ne.preserve.leadingWS&&(t=w(t)),!0!==ne.preserve.trailingWS&&(t=S(t)),i+=t.replace(/\u00AD/g,"")})),i=i.replace(/\u00A0/g," "),"json"===ne.type||"excel"===ne.type&&"xmlss"===ne.mso.fileFormat||!1===ne.numbers.output)!1!==(t=k(i))&&(a="number",i=Number(t));else if((ne.numbers.html.decimalMark!==ne.numbers.output.decimalMark||ne.numbers.html.thousandsSeparator!==ne.numbers.output.thousandsSeparator)&&!1!==(t=k(i))){1===(h=(""+t.substr(0>t?1:0)).split(".")).length&&(h[1]="");var d=3<h[0].length?h[0].length%3:0;a="number",i=(0>t?"-":"")+(ne.numbers.output.thousandsSeparator?(d?h[0].substr(0,d)+ne.numbers.output.thousandsSeparator:"")+h[0].substr(d).replace(/(\d{3})(?=\d)/g,"$1"+ne.numbers.output.thousandsSeparator):h[0])+(h[1].length?ne.numbers.output.decimalMark+h[1]:"")}}else i=c;!0===ne.escape&&(i=escape(i)),"function"==typeof ne.onCellData&&(i=ne.onCellData(s,r,n,i,a),s.data("teUserDefText",1))}return void 0!==o&&(o.type=a),i}function A(e){return 0<e.length&&!0===ne.preventInjection&&0<="=+-@".indexOf(e.charAt(0))?"'"+e:e}function E(e,t,r){return t+"-"+r.toLowerCase()}function _(e,t){return(e=/^rgb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)$/.exec(e))&&(t=[parseInt(e[1]),parseInt(e[2]),parseInt(e[3])]),t}function O(e){var t=R(e,"text-align"),r=R(e,"font-weight"),n=R(e,"font-style"),o="";return"start"===t&&(t="rtl"===R(e,"direction")?"right":"left"),700<=r&&(o="bold"),"italic"===n&&(o+=n),""===o&&(o="normal"),t={style:{align:t,bcolor:_(R(e,"background-color"),[255,255,255]),color:_(R(e,"color"),[0,0,0]),fstyle:o},colspan:N(e),rowspan:C(e)},null!==e&&(e=e.getBoundingClientRect(),t.rect={width:e.width,height:e.height}),t}function N(t){var r=e(t).attr("data-tableexport-colspan");return void 0===r&&e(t).is("[colspan]")&&(r=e(t).attr("colspan")),parseInt(r)||0}function C(t){var r=e(t).attr("data-tableexport-rowspan");return void 0===r&&e(t).is("[rowspan]")&&(r=e(t).attr("rowspan")),parseInt(r)||0}function R(e,t){try{return window.getComputedStyle?(t=t.replace(/([a-z])([A-Z])/,E),"object"==typeof e&&void 0!==e.nodeType?window.getComputedStyle(e,null).getPropertyValue(t):"object"==typeof e&&e.length?e.getPropertyValue(t):""):e.currentStyle?e.currentStyle[t]:e.style[t]}catch(e){}return""}function P(e,t,r){if(null!==(t=R(e,t).match(/\d+/))){t=t[0],e=e.parentElement;var n=document.createElement("div");return n.style.overflow="hidden",n.style.visibility="hidden",e.appendChild(n),n.style.width=100+r,r=100/n.offsetWidth,e.removeChild(n),t*r}return 0}function L(e){var t=e.c,r="";for(++t;t;t=Math.floor((t-1)/26))r=String.fromCharCode((t-1)%26+65)+r;return r+""+(e.r+1)}function I(e,t){return void 0===t||"number"==typeof t?I(e.s,e.e):("string"!=typeof e&&(e=L(e)),"string"!=typeof t&&(t=L(t)),e===t?e:e+":"+t)}function F(e,t){var r=Number(e);if(isFinite(r))return r;var n=1;return""!==t.thousandsSeparator&&(e=e.replace(new RegExp("([\\d])"+t.thousandsSeparator+"([\\d])","g"),"$1$2")),"."!==t.decimalMark&&(e=e.replace(new RegExp("([\\d])"+t.decimalMark+"([\\d])","g"),"$1.$2")),e=e.replace(/[$]/g,"").replace(/[%]/g,(function(){return n*=100,""})),isFinite(r=Number(e))?r/n:(e=e.replace(/[(](.*)[)]/,(function(e,t){return n=-n,t})),isFinite(r=Number(e))?r/n:r)}function j(e){var t,r=0;if(0===e.length)return r;var n=0;for(t=e.length;n<t;n++){r=(r<<5)-r+e.charCodeAt(n),r|=0}return r}function D(e,t,r,n,o,i){var a=!0;if("function"==typeof ne.onBeforeSaveToFile&&("boolean"!=typeof(a=ne.onBeforeSaveToFile(e,t,r,n,o))&&(a=!0)),a)try{J=i?new Blob([String.fromCharCode(65279),[e]],{type:r+";charset="+n}):new Blob([e],{type:r+";charset="+n}),saveAs(J,t,{autoBom:!1}),"function"==typeof ne.onAfterSaveToFile&&ne.onAfterSaveToFile(e,t)}catch(a){M(t,"data:"+r+(n.length?";charset="+n:"")+(o.length?";"+o:"")+",",i?"\ufeff"+e:e)}}function M(e,t,r){var n=window.navigator.userAgent;if(!1!==e&&window.navigator.msSaveOrOpenBlob)window.navigator.msSaveOrOpenBlob(new Blob([r]),e);else if(!1!==e&&(0<n.indexOf("MSIE ")||n.match(/Trident.*rv\:11\./))){if(t=document.createElement("iframe")){switch(document.body.appendChild(t),t.setAttribute("style","display:none"),t.contentDocument.open("txt/plain","replace"),t.contentDocument.write(r),t.contentDocument.close(),t.contentWindow.focus(),e.substr(e.lastIndexOf(".")+1)){case"doc":case"json":case"png":case"pdf":case"xls":case"xlsx":e+=".txt"}t.contentDocument.execCommand("SaveAs",!0,e),document.body.removeChild(t)}}else{var o=document.createElement("a");if(o){var i=null;o.style.display="none",!1!==e?o.download=e:o.target="_blank","object"==typeof r?(window.URL=window.URL||window.webkitURL,(n=[]).push(r),i=window.URL.createObjectURL(new Blob(n,{type:t})),o.href=i):0<=t.toLowerCase().indexOf("base64,")?o.href=t+B(r):o.href=t+encodeURIComponent(r),document.body.appendChild(o),document.createEvent?(null===ce&&(ce=document.createEvent("MouseEvents")),ce.initEvent("click",!0,!1),o.dispatchEvent(ce)):document.createEventObject?o.fireEvent("onclick"):"function"==typeof o.onclick&&o.onclick(),setTimeout((function(){i&&window.URL.revokeObjectURL(i),document.body.removeChild(o),"function"==typeof ne.onAfterSaveToFile&&ne.onAfterSaveToFile(r,e)}),100)}}}function B(e){var t,r="",n=0;if("string"==typeof e){e=e.replace(/\x0d\x0a/g,"\n");var o="";for(t=0;t<e.length;t++){var i=e.charCodeAt(t);128>i?o+=String.fromCharCode(i):(127<i&&2048>i?o+=String.fromCharCode(i>>6|192):(o+=String.fromCharCode(i>>12|224),o+=String.fromCharCode(i>>6&63|128)),o+=String.fromCharCode(63&i|128))}e=o}for(;n<e.length;){var a=e.charCodeAt(n++);i=a>>2,a=(3&a)<<4|(o=e.charCodeAt(n++))>>4;var s=(15&o)<<2|(t=e.charCodeAt(n++))>>6,c=63&t;isNaN(o)?s=c=64:isNaN(t)&&(c=64),r=r+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(i)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(a)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(s)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(c)}return r}function W(e,t,r,n){return t&&"object"==typeof t||console.error("The headers should be an object or array, is: "+typeof t),r&&"object"==typeof r||console.error("The data should be an object or array, is: "+typeof r),n&&"object"!=typeof n&&console.error("The data should be an object or array, is: "+typeof r),Array.prototype.forEach||console.error("The current browser does not support Array.prototype.forEach which is required for jsPDF-AutoTable"),Z=e,ee=function(e){var t=Y({theme:"striped",styles:{},headerStyles:{},bodyStyles:{},alternateRowStyles:{},columnStyles:{},startY:!1,margin:40,pageBreak:"auto",tableWidth:"auto",createdHeaderCell:function(e,t){},createdCell:function(e,t){},drawHeaderRow:function(e,t){},drawRow:function(e,t){},drawHeaderCell:function(e,t){},drawCell:function(e,t){},beforePageContent:function(e){},afterPageContent:function(e){}},e);void 0!==t.extendWidth&&(t.tableWidth=t.extendWidth?"auto":"wrap",console.error("Use of deprecated option: extendWidth, use tableWidth instead.")),void 0!==t.margins&&(void 0===t.margin&&(t.margin=t.margins),console.error("Use of deprecated option: margins, use margin instead.")),[["padding","cellPadding"],["lineHeight","rowHeight"],"fontSize","overflow"].forEach((function(e){var r="string"==typeof e?e:e[0];e="string"==typeof e?e:e[1],void 0!==t[r]&&(void 0===t.styles[e]&&(t.styles[e]=t[r]),console.error("Use of deprecated option: "+r+", use the style "+e+" instead."))}));var r=t.margin;return t.margin={},"number"==typeof r.horizontal&&(r.right=r.horizontal,r.left=r.horizontal),"number"==typeof r.vertical&&(r.top=r.vertical,r.bottom=r.vertical),["top","right","bottom","left"].forEach((function(e,n){"number"==typeof r?t.margin[e]=r:(n=Array.isArray(r)?n:e,t.margin[e]="number"==typeof r[n]?r[n]:40)})),t}(n||{}),te=1,Q={y:!1===ee.startY?ee.margin.top:ee.startY},e={textColor:30,fontSize:Z.internal.getFontSize(),fontStyle:Z.internal.getFont().fontStyle,fontName:Z.internal.getFont().fontName},z(t,r),function(){var e=0;re.columns.forEach((function(t){t.contentWidth=re.headerRow.cells[t.dataKey].contentWidth,re.rows.forEach((function(e){(e=e.cells[t.dataKey].contentWidth)>t.contentWidth&&(t.contentWidth=e)})),t.width=t.contentWidth,e+=t.contentWidth})),re.contentWidth=e;var t=Z.internal.pageSize.width-ee.margin.left-ee.margin.right,r=t;"number"==typeof ee.tableWidth?r=ee.tableWidth:"wrap"===ee.tableWidth&&(r=re.contentWidth),re.width=r<t?r:t;var n=[],o=0,i=re.width/re.columns.length,a=0;re.columns.forEach((function(e){var t=Y(ae,ie[ee.theme].table,ee.styles,e.styles);"wrap"===t.columnWidth?e.width=e.contentWidth:"number"==typeof t.columnWidth?e.width=t.columnWidth:e.contentWidth<=i&&re.contentWidth>re.width?e.width=e.contentWidth:(n.push(e),o+=e.contentWidth,e.width=0),a+=e.width})),H(n,a,o,i),re.height=0,re.rows.concat(re.headerRow).forEach((function(e,t){var r=0,n=re.x;re.columns.forEach((function(t){var o=e.cells[t.dataKey];t.x=n,q(o.styles);var i=t.width-2*o.styles.cellPadding;"linebreak"===o.styles.overflow?o.text=Z.splitTextToSize(o.text,i+1,{fontSize:o.styles.fontSize}):"ellipsize"===o.styles.overflow?o.text=G(o.text,i,o.styles):"visible"!==o.styles.overflow&&("hidden"===o.styles.overflow?o.text=G(o.text,i,o.styles,""):"function"==typeof o.styles.overflow?o.text=o.styles.overflow(o.text,i):console.error("Unrecognized overflow type: "+o.styles.overflow)),(o=Array.isArray(o.text)?o.text.length-1:0)>r&&(r=o),n+=t.width})),e.heightStyle=e.styles.rowHeight,e.height=e.heightStyle+r*e.styles.fontSize*1.15+(2-1.15)/2*e.styles.fontSize,re.height+=e.height}))}(),t=ee.startY+ee.margin.bottom+re.headerRow.height+(re.rows[0]&&"auto"===ee.pageBreak?re.rows[0].height:0),"avoid"===ee.pageBreak&&(t+=re.height),("always"===ee.pageBreak&&!1!==ee.startY||!1!==ee.startY&&t>Z.internal.pageSize.height)&&(Z.addPage(),Q.y=ee.margin.top),q(e),ee.beforePageContent($()),!1!==ee.drawHeaderRow(re.headerRow,$({row:re.headerRow}))&&V(re.headerRow,ee.drawHeaderCell),q(e),re.rows.forEach((function(e,t){Q.y+e.height+ee.margin.bottom>=Z.internal.pageSize.height&&(ee.afterPageContent($()),Z.addPage(),te++,Q={x:ee.margin.left,y:ee.margin.top},ee.beforePageContent($()),!1!==ee.drawHeaderRow(re.headerRow,$({row:re.headerRow}))&&V(re.headerRow,ee.drawHeaderCell)),e.y=Q.y,!1!==ee.drawRow(e,$({row:e}))&&V(e,ee.drawCell)})),ee.afterPageContent($()),q(e),Z}function U(e,t,r,n){"number"==typeof t&&"number"==typeof r||console.error("The x and y parameters are required. Missing for the text: ",e);var o=Z.internal.getFontSize()/Z.internal.scaleFactor,i=/\r\n|\r|\n/g,a=null,s=1;if("middle"!==n.valign&&"bottom"!==n.valign&&"center"!==n.halign&&"right"!==n.halign||(s=(a="string"==typeof e?e.split(i):e).length||1),r+=o*(2-1.15),"middle"===n.valign?r-=s/2*o:"bottom"===n.valign&&(r-=s*o),"center"===n.halign||"right"===n.halign){if(i=o,"center"===n.halign&&(i*=.5),a&&1<=s){for(e=0;e<a.length;e++)Z.text(a[e],t-Z.getStringUnitWidth(a[e])*i,r),r+=o;return Z}t-=Z.getStringUnitWidth(e)*i}return Z.text(e,t,r),Z}function z(i,a){(re=new t).x=ee.margin.left;var s=/\r\n|\r|\n/g,c=new r(i);c.index=-1;var l=Y(ae,ie[ee.theme].table,ie[ee.theme].header);c.styles=Y(l,ee.styles,ee.headerStyles),i.forEach((function(t,r){"object"==typeof t&&(r=void 0!==t.dataKey?t.dataKey:t.key),void 0!==t.width&&console.error("Use of deprecated option: column.width, use column.styles.columnWidth instead.");var i=new o(r);i.styles=ee.columnStyles[i.dataKey]||{},re.columns.push(i);var a=new n;a.raw="object"==typeof t?t.title:t,a.styles=e.extend({},c.styles),a.text=""+a.raw,a.contentWidth=2*a.styles.cellPadding+X(a.text,a.styles),a.text=a.text.split(s),c.cells[r]=a,ee.createdHeaderCell(a,{column:i,row:c,settings:ee})})),re.headerRow=c,a.forEach((function(e,t){var o=new r(e),i=0==t%2,a=Y(ae,ie[ee.theme].table,i?ie[ee.theme].alternateRow:{});i=Y(ee.styles,ee.bodyStyles,i?ee.alternateRowStyles:{}),o.styles=Y(a,i),o.index=t,re.columns.forEach((function(t){var r=new n;r.raw=e[t.dataKey],r.styles=Y(o.styles,t.styles),r.text=void 0!==r.raw?""+r.raw:"",o.cells[t.dataKey]=r,ee.createdCell(r,$({column:t,row:o})),r.contentWidth=2*r.styles.cellPadding+X(r.text,r.styles),r.text=r.text.split(s)})),re.rows.push(o)}))}function H(e,t,r,n){for(var o=re.width-t-r,i=0;i<e.length;i++){var a=e[i],s=a.contentWidth/r,c=a.contentWidth+o*s<n;if(0>o&&c){e.splice(i,1),r-=a.contentWidth,a.width=n,H(e,t+=a.width,r,n);break}a.width=a.contentWidth+o*s}}function V(e,t){for(var r=0;r<re.columns.length;r++){var n=re.columns[r],o=e.cells[n.dataKey];o&&(q(o.styles),o.x=n.x,o.y=Q.y,o.height=e.height,o.width=n.width,o.textPos.y="top"===o.styles.valign?Q.y+o.styles.cellPadding:"bottom"===o.styles.valign?Q.y+e.height-o.styles.cellPadding:Q.y+e.height/2,o.textPos.x="right"===o.styles.halign?o.x+o.width-o.styles.cellPadding:"center"===o.styles.halign?o.x+o.width/2:o.x+o.styles.cellPadding,!1!==t(o,n=$({column:n,row:e}))&&(Z.rect(o.x,o.y,o.width,o.height,o.styles.fillStyle),U(o.text,o.textPos.x,o.textPos.y,{halign:o.styles.halign,valign:o.styles.valign})))}Q.y+=e.height}function q(e){[{func:Z.setFillColor,value:e.fillColor},{func:Z.setTextColor,value:e.textColor},{func:Z.setFont,value:e.font,style:e.fontStyle},{func:Z.setDrawColor,value:e.lineColor},{func:Z.setLineWidth,value:e.lineWidth},{func:Z.setFont,value:e.font},{func:Z.setFontSize,value:e.fontSize}].forEach((function(e){void 0!==e.value&&(e.value.constructor===Array?e.func.apply(Z,e.value):void 0!==e.style?e.func(e.value,e.style):e.func(e.value))}))}function $(e){e=e||{};var t,r={pageCount:te,settings:ee,table:re,cursor:Q};for(t in e)e.hasOwnProperty(t)&&(r[t]=e[t]);return r}function G(e,t,r,n){if(n=void 0!==n?n:"...",Array.isArray(e))return e.forEach((function(o,i){e[i]=G(o,t,r,n)})),e;if(t>=X(e,r))return e;for(;t<X(e+n,r)&&!(2>e.length);)e=e.substring(0,e.length-1);return e.trim()+n}function X(e,t){return q(t),Z.getStringUnitWidth(e)*t.fontSize}function Y(e){var t,r={};for(t in e)e.hasOwnProperty(t)&&(r[t]=e[t]);for(var n=1;n<arguments.length;n++){var o=arguments[n];for(t in o)o.hasOwnProperty(t)&&(r[t]=o[t])}return r}var K,J,Z,Q,ee,te,re,ne={csvEnclosure:'"',csvSeparator:",",csvUseBOM:!0,date:{html:"dd/mm/yyyy"},displayTableName:!1,escape:!1,exportHiddenCells:!1,fileName:"tableExport",htmlContent:!1,htmlHyperlink:"content",ignoreColumn:[],ignoreRow:[],jsonScope:"all",jspdf:{orientation:"p",unit:"pt",format:"a4",margins:{left:20,right:10,top:10,bottom:10},onDocCreated:null,autotable:{styles:{cellPadding:2,rowHeight:12,fontSize:8,fillColor:255,textColor:50,fontStyle:"normal",overflow:"ellipsize",halign:"inherit",valign:"middle"},headerStyles:{fillColor:[52,73,94],textColor:255,fontStyle:"bold",halign:"inherit",valign:"middle"},alternateRowStyles:{fillColor:245},tableExport:{doc:null,onAfterAutotable:null,onBeforeAutotable:null,onAutotableText:null,onTable:null,outputImages:!0}}},mso:{fileFormat:"xlshtml",onMsoNumberFormat:null,pageFormat:"a4",pageOrientation:"portrait",rtl:!1,styles:[],worksheetName:"",xlsx:{formatId:{date:14,numbers:2,currency:164},format:{currency:"$#,##0.00;[Red]-$#,##0.00"},onHyperlink:null}},numbers:{html:{decimalMark:".",thousandsSeparator:","},output:{decimalMark:".",thousandsSeparator:","}},onAfterSaveToFile:null,onBeforeSaveToFile:null,onCellData:null,onCellHtmlData:null,onCellHtmlHyperlink:null,onIgnoreRow:null,onTableExportBegin:null,onTableExportEnd:null,outputMode:"file",pdfmake:{enabled:!1,docDefinition:{pageSize:"A4",pageOrientation:"portrait",styles:{header:{background:"#34495E",color:"#FFFFFF",bold:!0,alignment:"center",fillColor:"#34495E"},alternateRow:{fillColor:"#f5f5f5"}},defaultStyle:{color:"#000000",fontSize:8,font:"Roboto"}},fonts:{},widths:"*"},preserve:{leadingWS:!1,trailingWS:!1},preventInjection:!0,sql:{tableEnclosure:"`",columnEnclosure:"`"},tbodySelector:"tr",tfootSelector:"tr",theadSelector:"tr",tableName:"Table",type:"csv"},oe={a0:[2383.94,3370.39],a1:[1683.78,2383.94],a2:[1190.55,1683.78],a3:[841.89,1190.55],a4:[595.28,841.89],a5:[419.53,595.28],a6:[297.64,419.53],a7:[209.76,297.64],a8:[147.4,209.76],a9:[104.88,147.4],a10:[73.7,104.88],b0:[2834.65,4008.19],b1:[2004.09,2834.65],b2:[1417.32,2004.09],b3:[1000.63,1417.32],b4:[708.66,1000.63],b5:[498.9,708.66],b6:[354.33,498.9],b7:[249.45,354.33],b8:[175.75,249.45],b9:[124.72,175.75],b10:[87.87,124.72],c0:[2599.37,3676.54],c1:[1836.85,2599.37],c2:[1298.27,1836.85],c3:[918.43,1298.27],c4:[649.13,918.43],c5:[459.21,649.13],c6:[323.15,459.21],c7:[229.61,323.15],c8:[161.57,229.61],c9:[113.39,161.57],c10:[79.37,113.39],dl:[311.81,623.62],letter:[612,792],"government-letter":[576,756],legal:[612,1008],"junior-legal":[576,360],ledger:[1224,792],tabloid:[792,1224],"credit-card":[153,243]},ie={striped:{table:{fillColor:255,textColor:80,fontStyle:"normal",fillStyle:"F"},header:{textColor:255,fillColor:[41,128,185],rowHeight:23,fontStyle:"bold"},body:{},alternateRow:{fillColor:245}},grid:{table:{fillColor:255,textColor:80,fontStyle:"normal",lineWidth:.1,fillStyle:"DF"},header:{textColor:255,fillColor:[26,188,156],rowHeight:23,fillStyle:"F",fontStyle:"bold"},body:{},alternateRow:{}},plain:{header:{fontStyle:"bold"}}},ae={cellPadding:5,fontSize:10,fontName:"helvetica",lineColor:200,lineWidth:.1,fontStyle:"normal",overflow:"ellipsize",fillColor:255,textColor:20,halign:"left",valign:"top",fillStyle:"F",rowHeight:20,columnWidth:"auto"},se=this,ce=null,le=[],ue=[],fe=0,he="",de=[],pe=[],ge=[],me=!1;if(e.extend(!0,ne,i),"xlsx"===ne.type&&(ne.mso.fileFormat=ne.type,ne.type="excel"),void 0!==ne.excelFileFormat&&void 0===ne.mso.fileFormat&&(ne.mso.fileFormat=ne.excelFileFormat),void 0!==ne.excelPageFormat&&void 0===ne.mso.pageFormat&&(ne.mso.pageFormat=ne.excelPageFormat),void 0!==ne.excelPageOrientation&&void 0===ne.mso.pageOrientation&&(ne.mso.pageOrientation=ne.excelPageOrientation),void 0!==ne.excelRTL&&void 0===ne.mso.rtl&&(ne.mso.rtl=ne.excelRTL),void 0!==ne.excelstyles&&void 0===ne.mso.styles&&(ne.mso.styles=ne.excelstyles),void 0!==ne.onMsoNumberFormat&&void 0===ne.mso.onMsoNumberFormat&&(ne.mso.onMsoNumberFormat=ne.onMsoNumberFormat),void 0!==ne.worksheetName&&void 0===ne.mso.worksheetName&&(ne.mso.worksheetName=ne.worksheetName),void 0!==ne.mso.xslx&&void 0===ne.mso.xlsx&&(ne.mso.xlsx=ne.mso.xslx),ne.mso.pageOrientation="l"===ne.mso.pageOrientation.substr(0,1)?"landscape":"portrait",ne.date.html=ne.date.html||"",ne.date.html.length){var ve=[];ve.dd="(3[01]|[12][0-9]|0?[1-9])",ve.mm="(1[012]|0?[1-9])",ve.yyyy="((?:1[6-9]|2[0-2])\\d{2})",ve.yy="(\\d{2})";var be=ne.date.html.match(/[^a-zA-Z0-9]/)[0],ye=ne.date.html.toLowerCase().split(be);ne.date.regex="^\\s*",ne.date.regex+=ve[ye[0]],ne.date.regex+="(.)",ne.date.regex+=ve[ye[1]],ne.date.regex+="\\2",ne.date.regex+=ve[ye[2]],ne.date.regex+="\\s*$",ne.date.pattern=new RegExp(ne.date.regex,"g");var we=ye.indexOf("dd")+1;ne.date.match_d=we+(1<we?1:0),we=ye.indexOf("mm")+1,ne.date.match_m=we+(1<we?1:0),we=(0<=ye.indexOf("yyyy")?ye.indexOf("yyyy"):ye.indexOf("yy"))+1,ne.date.match_y=we+(1<we?1:0)}if(de=l(se),"function"==typeof ne.onTableExportBegin&&ne.onTableExportBegin(),"csv"===ne.type||"tsv"===ne.type||"txt"===ne.type){var Se="",xe=0;pe=[],fe=0;var ke=function(t,r,n){return t.each((function(){he="",h(this,r,fe,n+t.length,(function(e,t,r){var n=he,o="";null!==e&&(t=null===(e=T(e,t,r))||""===e?"":e.toString(),"tsv"===ne.type?(e instanceof Date&&e.toLocaleString(),o=y(t,"\t"," ")):e instanceof Date?o=ne.csvEnclosure+e.toLocaleString()+ne.csvEnclosure:(0<=(o=y(o=A(t),ne.csvEnclosure,ne.csvEnclosure+ne.csvEnclosure)).indexOf(ne.csvSeparator)||/[\r\n ]/g.test(o))&&(o=ne.csvEnclosure+o+ne.csvEnclosure)),he=n+(o+("tsv"===ne.type?"\t":ne.csvSeparator))})),0<(he=e.trim(he).substring(0,he.length-1)).length&&(0<Se.length&&(Se+="\n"),Se+=he),fe++})),t.length};if(xe+=ke(e(se).find("thead").first().find(ne.theadSelector),"th,td",xe),c(e(se),"tbody").each((function(){xe+=ke(c(e(this),ne.tbodySelector),"td,th",xe)})),ne.tfootSelector.length&&ke(e(se).find("tfoot").first().find(ne.tfootSelector),"td,th",xe),Se+="\n","string"===ne.outputMode)return Se;if("base64"===ne.outputMode)return B(Se);if("window"===ne.outputMode)return void M(!1,"data:text/"+("csv"===ne.type?"csv":"plain")+";charset=utf-8,",Se);D(Se,ne.fileName+"."+ne.type,"text/"+("csv"===ne.type?"csv":"plain"),"utf-8","","csv"===ne.type&&ne.csvUseBOM)}else if("sql"===ne.type){fe=0,pe=[];var Te="INSERT INTO "+ne.sql.tableEnclosure+ne.tableName+ne.sql.tableEnclosure+" (";if(le=a(e(se)),e(le).each((function(){h(this,"th,td",fe,le.length,(function(e,t,r){-1<(e=T(e,t,r)||"").indexOf(ne.sql.columnEnclosure)&&(e=y(e.toString(),ne.sql.columnEnclosure,ne.sql.columnEnclosure+ne.sql.columnEnclosure)),Te+=ne.sql.columnEnclosure+e+ne.sql.columnEnclosure+","})),fe++,Te=e.trim(Te).substring(0,Te.length-1)})),Te+=") VALUES ",ue=s(e(se)),e(ue).each((function(){he="",h(this,"td,th",fe,le.length+ue.length,(function(e,t,r){-1<(e=T(e,t,r)||"").indexOf("'")&&(e=y(e.toString(),"'","''")),he+="'"+e+"',"})),3<he.length&&(Te+="("+he,Te=e.trim(Te).substring(0,Te.length-1),Te+="),"),fe++})),Te=e.trim(Te).substring(0,Te.length-1),Te+=";","string"===ne.outputMode)return Te;if("base64"===ne.outputMode)return B(Te);D(Te,ne.fileName+".sql","application/sql","utf-8","",!1)}else if("json"===ne.type){var Ae=[];pe=[],le=a(e(se)),e(le).each((function(){var e=[];h(this,"th,td",fe,le.length,(function(t,r,n){e.push(T(t,r,n))})),Ae.push(e)}));var Ee=[];ue=s(e(se)),e(ue).each((function(){var t={},r=0;h(this,"td,th",fe,le.length+ue.length,(function(e,n,o){Ae.length?t[Ae[Ae.length-1][r]]=T(e,n,o):t[r]=T(e,n,o),r++})),!1===e.isEmptyObject(t)&&Ee.push(t),fe++}));var _e="head"===ne.jsonScope?JSON.stringify(Ae):"data"===ne.jsonScope?JSON.stringify(Ee):JSON.stringify({header:Ae,data:Ee});if("string"===ne.outputMode)return _e;if("base64"===ne.outputMode)return B(_e);D(_e,ne.fileName+".json","application/json","utf-8","base64",!1)}else if("xml"===ne.type){fe=0,pe=[];var Oe='<?xml version="1.0" encoding="utf-8"?>';Oe+="<tabledata><fields>",le=a(e(se)),e(le).each((function(){h(this,"th,td",fe,le.length,(function(e,t,r){Oe+="<field>"+T(e,t,r)+"</field>"})),fe++})),Oe+="</fields><data>";var Ne=1;if(ue=s(e(se)),e(ue).each((function(){var e=1;he="",h(this,"td,th",fe,le.length+ue.length,(function(t,r,n){he+="<column-"+e+">"+T(t,r,n)+"</column-"+e+">",e++})),0<he.length&&"<column-1></column-1>"!==he&&(Oe+='<row id="'+Ne+'">'+he+"</row>",Ne++),fe++})),Oe+="</data></tabledata>","string"===ne.outputMode)return Oe;if("base64"===ne.outputMode)return B(Oe);D(Oe,ne.fileName+".xml","application/xml","utf-8","base64",!1)}else if("excel"===ne.type&&"xmlss"===ne.mso.fileFormat){var Ce=[],Re=[];e(se).filter((function(){return u(e(this))})).each((function(){function t(t,r,n){var o=[];return e(t).each((function(){var r=0,i=0;he="",h(this,"td,th",fe,n+t.length,(function(t,n,a){if(null!==t){var s="";if(n=T(t,n,a),a="String",!1!==jQuery.isNumeric(n))a="Number";else{var c=function(e){return-1<e.indexOf("%")?!1!==(e=k(e.replace(/%/g,"")))&&(e/=100):e=!1,e}(n);!1!==c&&(n=c,a="Number",s+=' ss:StyleID="pct1"')}"Number"!==a&&(n=n.replace(/\n/g,"<br>")),c=N(t),t=C(t),e.each(o,(function(){if(fe>=this.s.r&&fe<=this.e.r&&i>=this.s.c&&i<=this.e.c)for(var e=0;e<=this.e.c-this.s.c;++e)i++,r++})),(t||c)&&(t=t||1,c=c||1,o.push({s:{r:fe,c:i},e:{r:fe+t-1,c:i+c-1}})),1<c&&(s+=' ss:MergeAcross="'+(c-1)+'"',i+=c-1),1<t&&(s+=' ss:MergeDown="'+(t-1)+'" ss:StyleID="rsp1"'),0<r&&(s+=' ss:Index="'+(i+1)+'"',r=0),he+="<Cell"+s+'><Data ss:Type="'+a+'">'+e("<div />").text(n).html()+"</Data></Cell>\r",i++}})),0<he.length&&(K+='<Row ss:AutoFitHeight="0">\r'+he+"</Row>\r"),fe++})),t.length}var r=e(this),n="";"string"==typeof ne.mso.worksheetName&&ne.mso.worksheetName.length?n=ne.mso.worksheetName+" "+(Re.length+1):void 0!==ne.mso.worksheetName[Re.length]&&(n=ne.mso.worksheetName[Re.length]),n.length||(n=r.find("caption").text()||""),n.length||(n="Table "+(Re.length+1)),n=e.trim(n.replace(/[\\\/[\]*:?'"]/g,"").substring(0,31)),Re.push(e("<div />").text(n).html()),!1===ne.exportHiddenCells&&(ge=r.find("tr, th, td").filter(":hidden"),me=0<ge.length),fe=0,de=l(this),K="<Table>\r",n=t(a(r),0,0),t(s(r),0,n),K+="</Table>\r",Ce.push(K)}));for(var Pe,Le,Ie={},Fe={},je=0,De=Re.length;je<De;je++)Le=Ie[Pe=Re[je]],2===(Le=Ie[Pe]=null==Le?1:Le+1)&&(Re[Fe[Pe]]=Re[Fe[Pe]].substring(0,29)+"-1"),1<Ie[Pe]?Re[je]=Re[je].substring(0,29)+"-"+Ie[Pe]:Fe[Pe]=je;for(var Me='<?xml version="1.0" encoding="UTF-8"?>\r<?mso-application progid="Excel.Sheet"?>\r<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"\r xmlns:o="urn:schemas-microsoft-com:office:office"\r xmlns:x="urn:schemas-microsoft-com:office:excel"\r xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"\r xmlns:html="http://www.w3.org/TR/REC-html40">\r<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">\r <Created>'+(new Date).toISOString()+'</Created>\r</DocumentProperties>\r<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">\r <AllowPNG/>\r</OfficeDocumentSettings>\r<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">\r <WindowHeight>9000</WindowHeight>\r <WindowWidth>13860</WindowWidth>\r <WindowTopX>0</WindowTopX>\r <WindowTopY>0</WindowTopY>\r <ProtectStructure>False</ProtectStructure>\r <ProtectWindows>False</ProtectWindows>\r</ExcelWorkbook>\r<Styles>\r <Style ss:ID="Default" ss:Name="Normal">\r <Alignment ss:Vertical="Bottom"/>\r <Borders/>\r <Font/>\r <Interior/>\r <NumberFormat/>\r <Protection/>\r </Style>\r <Style ss:ID="rsp1">\r <Alignment ss:Vertical="Center"/>\r </Style>\r <Style ss:ID="pct1">\r <NumberFormat ss:Format="Percent"/>\r </Style>\r</Styles>\r',Be=0;Be<Ce.length;Be++)Me+='<Worksheet ss:Name="'+Re[Be]+'" ss:RightToLeft="'+(ne.mso.rtl?"1":"0")+'">\r'+Ce[Be],Me=ne.mso.rtl?Me+'<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">\r<DisplayRightToLeft/>\r</WorksheetOptions>\r':Me+'<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"/>\r',Me+="</Worksheet>\r";if(Me+="</Workbook>\r","string"===ne.outputMode)return Me;if("base64"===ne.outputMode)return B(Me);D(Me,ne.fileName+".xml","application/xml","utf-8","base64",!1)}else if("excel"===ne.type&&"xlsx"===ne.mso.fileFormat){var We=[],Ue=XLSX.utils.book_new();e(se).filter((function(){return u(e(this))})).each((function(){for(var t,r,n,o,i,a,s,c=e(this),l={},h=this.getElementsByTagName("tr"),d=Math.min(1e7,h.length),p={s:{r:0,c:0},e:{r:0,c:0}},g=[],m=0,v=0,b=XLSX.SSF.get_table();m<h.length&&v<d;++m)if(n=h[m],o=!1,"function"==typeof ne.onIgnoreRow&&(o=ne.onIgnoreRow(e(n),m)),!0!==o&&(0===ne.ignoreRow.length||-1===e.inArray(m,ne.ignoreRow)&&-1===e.inArray(m-h.length,ne.ignoreRow))&&!1!==u(e(n))){var y=n.children,w=0;for(n=0;n<y.length;++n)w+=a=+N(s=y[n])||1;var S=0;for(n=o=0;n<y.length;++n)if(a=+N(s=y[n])||1,r=n+S,!f(e(s),w,r+(r<o?o-r:0))){for(S+=a-1,r=0;r<g.length;++r){var k=g[r];k.s.c==o&&k.s.r<=v&&v<=k.e.r&&(o=k.e.c+1,r=-1)}(0<(i=+C(s))||1<a)&&g.push({s:{r:v,c:o},e:{r:v+(i||1)-1,c:o+a-1}});var A={type:""};r={t:"s",v:k=T(s,m,n+S,A)};var E="";""!==(e(s).attr("data-tableexport-cellformat")||void 0)?(0===(t=parseInt(e(s).attr("data-tableexport-xlsxformatid")||0))&&"function"==typeof ne.mso.xlsx.formatId.numbers&&(t=ne.mso.xlsx.formatId.numbers(e(s),m,n+S)),0===t&&"function"==typeof ne.mso.xlsx.formatId.date&&(t=ne.mso.xlsx.formatId.date(e(s),m,n+S)),49===t||"@"===t?E="s":"number"===A.type||0<t&&14>t||36<t&&41>t||48===t?E="n":("date"===A.type||13<t&&37>t||44<t&&48>t||56===t)&&(E="d")):E="s",null!=k&&(0===k.length?r.t="z":0!==k.trim().length&&"s"!==E&&("function"===A.type?r={f:k}:"TRUE"===k?r={t:"b",v:!0}:"FALSE"===k?r={t:"b",v:!1}:"n"===E||isFinite(F(k,ne.numbers.output))?(E=F(k,ne.numbers.output),0===t&&"function"!=typeof ne.mso.xlsx.formatId.numbers&&(t=ne.mso.xlsx.formatId.numbers),(isFinite(E)||isFinite(k))&&(r={t:"n",v:isFinite(E)?E:k,z:"string"==typeof t?t:t in b?b[t]:t===ne.mso.xlsx.formatId.currency?ne.mso.xlsx.format.currency:"0.00"})):!1===(A=x(k))&&"d"!==E||(0===t&&"function"!=typeof ne.mso.xlsx.formatId.date&&(t=ne.mso.xlsx.formatId.date),r={t:"d",v:!1!==A?A:k,z:"string"==typeof t?t:t in b?b[t]:"m/d/yy"})),(E=e(s).find("a"))&&E.length&&(E=E[0].hasAttribute("href")?E.attr("href"):"",k="href"!==ne.htmlHyperlink||""===E?k:"",""!==(A=""!==E?'=HYPERLINK("'+E+(k.length?'","'+k:"")+'")':"")&&("function"==typeof ne.mso.xlsx.onHyperlink?r=0!==(k=ne.mso.xlsx.onHyperlink(e(s),m,n,E,k,A)).indexOf("=HYPERLINK")?{t:"s",v:k}:{f:k}:r={f:A}))),l[L({c:o,r:v})]=r,p.e.c<o&&(p.e.c=o),o+=a}++v}g.length&&(l["!merges"]=(l["!merges"]||[]).concat(g)),p.e.r=Math.max(p.e.r,v-1),l["!ref"]=I(p),v>=d&&(l["!fullref"]=I((p.e.r=h.length-m+v-1,p))),t="","string"==typeof ne.mso.worksheetName&&ne.mso.worksheetName.length?t=ne.mso.worksheetName+" "+(We.length+1):void 0!==ne.mso.worksheetName[We.length]&&(t=ne.mso.worksheetName[We.length]),t.length||(t=c.find("caption").text()||""),t.length||(t="Table "+(We.length+1)),t=e.trim(t.replace(/[\\\/[\]*:?'"]/g,"").substring(0,31)),We.push(t),XLSX.utils.book_append_sheet(Ue,l,t)})),D(function(e){for(var t=new ArrayBuffer(e.length),r=new Uint8Array(t),n=0;n!==e.length;++n)r[n]=255&e.charCodeAt(n);return t}(XLSX.write(Ue,{type:"binary",bookType:ne.mso.fileFormat,bookSST:!1})),ne.fileName+"."+ne.mso.fileFormat,"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","UTF-8","",!1)}else if("excel"===ne.type||"xls"===ne.type||"word"===ne.type||"doc"===ne.type){var ze="excel"===ne.type||"xls"===ne.type?"excel":"word",He="excel"===ze?"xls":"doc",Ve='xmlns:x="urn:schemas-microsoft-com:office:'+ze+'"',qe=K="";e(se).filter((function(){return u(e(this))})).each((function(){var t=e(this);""===qe&&(qe=ne.mso.worksheetName||t.find("caption").text()||"Table",qe=e.trim(qe.replace(/[\\\/[\]*:?'"]/g,"").substring(0,31))),!1===ne.exportHiddenCells&&(ge=t.find("tr, th, td").filter(":hidden"),me=0<ge.length),fe=0,pe=[],de=l(this),K+="<table><thead>",le=a(t),e(le).each((function(){var t=e(this),r=document.defaultView.getComputedStyle(t[0],null);he="",h(this,"th,td",fe,le.length,(function(e,t,n){if(null!==e){var o="";if(he+="<th",ne.mso.styles.length){var i,a=document.defaultView.getComputedStyle(e,null);for(i in ne.mso.styles){var s=ne.mso.styles[i],c=R(a,s);""===c&&(c=R(r,s)),""!==c&&"0px none rgb(0, 0, 0)"!==c&&"rgba(0, 0, 0, 0)"!==c&&(o+=""===o?'style="':";",o+=s+":"+c)}}""!==o&&(he+=" "+o+'"'),0<(o=N(e))&&(he+=' colspan="'+o+'"'),0<(o=C(e))&&(he+=' rowspan="'+o+'"'),he+=">"+T(e,t,n)+"</th>"}})),0<he.length&&(K+="<tr>"+he+"</tr>"),fe++})),K+="</thead><tbody>",ue=s(t),e(ue).each((function(){var t=e(this),r=null,n=null;he="",h(this,"td,th",fe,le.length+ue.length,(function(o,i,a){if(null!==o){var s=T(o,i,a),c="",l=e(o).attr("data-tableexport-msonumberformat");if(void 0===l&&"function"==typeof ne.mso.onMsoNumberFormat&&(l=ne.mso.onMsoNumberFormat(o,i,a)),void 0!==l&&""!==l&&(c="style=\"mso-number-format:'"+l+"'"),ne.mso.styles.length)for(var u in r=document.defaultView.getComputedStyle(o,null),n=null,ne.mso.styles)i=ne.mso.styles[u],""===(l=R(r,i))&&(null===n&&(n=document.defaultView.getComputedStyle(t[0],null)),l=R(n,i)),""!==l&&"0px none rgb(0, 0, 0)"!==l&&"rgba(0, 0, 0, 0)"!==l&&(c+=""===c?'style="':";",c+=i+":"+l);he+="<td",""!==c&&(he+=" "+c+'"'),0<(c=N(o))&&(he+=' colspan="'+c+'"'),0<(o=C(o))&&(he+=' rowspan="'+o+'"'),"string"==typeof s&&""!==s&&(s=(s=A(s)).replace(/\n/g,"<br>")),he+=">"+s+"</td>"}})),0<he.length&&(K+="<tr>"+he+"</tr>"),fe++})),ne.displayTableName&&(K+="<tr><td></td></tr><tr><td></td></tr><tr><td>"+T(e("<p>"+ne.tableName+"</p>"))+"</td></tr>"),K+="</tbody></table>"}));var $e='<html xmlns:o="urn:schemas-microsoft-com:office:office" '+Ve+' xmlns="http://www.w3.org/TR/REC-html40">';if($e+="<head>",$e+='<meta http-equiv="content-type" content="application/vnd.ms-'+ze+'; charset=UTF-8">',"excel"===ze&&($e+="\x3c!--[if gte mso 9]>",$e+="<xml>",$e+="<x:ExcelWorkbook>",$e+="<x:ExcelWorksheets>",$e+="<x:ExcelWorksheet>",$e+="<x:Name>",$e+=qe,$e+="</x:Name>",$e+="<x:WorksheetOptions>",$e+="<x:DisplayGridlines/>",ne.mso.rtl&&($e+="<x:DisplayRightToLeft/>"),$e+="</x:WorksheetOptions>",$e+="</x:ExcelWorksheet>",$e+="</x:ExcelWorksheets>",$e+="</x:ExcelWorkbook>",$e+="</xml>",$e+="<![endif]--\x3e"),$e+="<style>",$e+="@page { size:"+ne.mso.pageOrientation+"; mso-page-orientation:"+ne.mso.pageOrientation+"; }",$e+="@page Section1 {size:"+oe[ne.mso.pageFormat][0]+"pt "+oe[ne.mso.pageFormat][1]+"pt",$e+="; margin:1.0in 1.25in 1.0in 1.25in;mso-header-margin:.5in;mso-footer-margin:.5in;mso-paper-source:0;}",$e+="div.Section1 {page:Section1;}",$e+="@page Section2 {size:"+oe[ne.mso.pageFormat][1]+"pt "+oe[ne.mso.pageFormat][0]+"pt",$e+=";mso-page-orientation:"+ne.mso.pageOrientation+";margin:1.25in 1.0in 1.25in 1.0in;mso-header-margin:.5in;mso-footer-margin:.5in;mso-paper-source:0;}",$e+="div.Section2 {page:Section2;}",$e+="br {mso-data-placement:same-cell;}",$e+="</style>",$e+="</head>",$e+="<body>",$e+='<div class="Section'+("landscape"===ne.mso.pageOrientation?"2":"1")+'">',$e+=K,$e+="</div>",$e+="</body>",$e+="</html>","string"===ne.outputMode)return $e;if("base64"===ne.outputMode)return B($e);D($e,ne.fileName+"."+He,"application/vnd.ms-"+ze,"","base64",!1)}else if("png"===ne.type)html2canvas(e(se)[0]).then((function(e){e=e.toDataURL();for(var t=atob(e.substring(22)),r=new ArrayBuffer(t.length),n=new Uint8Array(r),o=0;o<t.length;o++)n[o]=t.charCodeAt(o);return"string"===ne.outputMode?t:"base64"===ne.outputMode?B(e):void("window"===ne.outputMode?window.open(e):D(r,ne.fileName+".png","image/png","","",!1))}));else if("pdf"===ne.type)if(!0===ne.pdfmake.enabled){var Ge={content:[]};e.extend(!0,Ge,ne.pdfmake.docDefinition),pe=[],e(se).filter((function(){return u(e(this))})).each((function(){var t=e(this),r=[],n="*",o=[];fe=0,"string"!=typeof ne.pdfmake.widths||"*"!==ne.pdfmake.widths.trim()&&"auto"!==ne.pdfmake.widths.trim()?Array.isArray(ne.pdfmake.widths)&&(r=ne.pdfmake.widths):n=ne.pdfmake.widths.trim();var i=function(t,r,n){var i=0;return e(t).each((function(){var e=[];h(this,r,fe,n,(function(t,n,o){if(null!=t){var i=O(t),a=function(e){return 1===(e=Math.min(255,Math.max(0,e)).toString(16)).length?"0"+e:e};t={text:T(t,n,o)||" ",alignment:i.style.align,backgroundColor:"#"+a(i.style.bcolor[0])+a(i.style.bcolor[1])+a(i.style.bcolor[2]),color:"#"+a(i.style.color[0])+a(i.style.color[1])+a(i.style.color[2])},i.style.fstyle.includes("italic")&&(t.fontStyle="italic"),i.style.fstyle.includes("bold")&&(t.bold=!0),(1<i.colspan||1<i.rowspan)&&(t.colSpan=i.colspan||1,t.rowSpan=i.rowspan||1)}else t={text:" "};0<=r.indexOf("th")&&(t.style="header"),e.push(t)})),e.length&&o.push(e),i<e.length&&(i=e.length),fe++})),i},c=i(le=a(t),"th,td",le.length);for(c=c>(t=i(ue=s(t),"td",le.length+ue.length))?c:t,t=r.length;t<c;t++)r.push(n);Ge.content.push({table:{headerRows:le.length?le.length:null,widths:r,body:o},layout:{layout:"noBorders",hLineStyle:function(e,t){return 0},vLineWidth:function(e,t){return 0},hLineColor:function(e,t){return e<t.table.headerRows?ne.pdfmake.docDefinition.styles.header.background:ne.pdfmake.docDefinition.styles.alternateRow.fillColor},vLineColor:function(e,t){return e<t.table.headerRows?ne.pdfmake.docDefinition.styles.header.background:ne.pdfmake.docDefinition.styles.alternateRow.fillColor},fillColor:function(e,t,r){return 0==e%2?ne.pdfmake.docDefinition.styles.alternateRow.fillColor:null}},pageBreak:Ge.content.length?"before":void 0})})),"undefined"!=typeof pdfMake&&void 0!==pdfMake.createPdf&&(pdfMake.fonts={Roboto:{normal:"Roboto-Regular.ttf",bold:"Roboto-Medium.ttf",italics:"Roboto-Italic.ttf",bolditalics:"Roboto-MediumItalic.ttf"}},pdfMake.vfs.hasOwnProperty("Mirza-Regular.ttf")?(Ge.defaultStyle.font="Mirza",e.extend(!0,pdfMake.fonts,{Mirza:{normal:"Mirza-Regular.ttf",bold:"Mirza-Bold.ttf",italics:"Mirza-Medium.ttf",bolditalics:"Mirza-SemiBold.ttf"}})):pdfMake.vfs.hasOwnProperty("gbsn00lp.ttf")?(Ge.defaultStyle.font="gbsn00lp",e.extend(!0,pdfMake.fonts,{gbsn00lp:{normal:"gbsn00lp.ttf",bold:"gbsn00lp.ttf",italics:"gbsn00lp.ttf",bolditalics:"gbsn00lp.ttf"}})):pdfMake.vfs.hasOwnProperty("ZCOOLXiaoWei-Regular.ttf")&&(Ge.defaultStyle.font="ZCOOLXiaoWei",e.extend(!0,pdfMake.fonts,{ZCOOLXiaoWei:{normal:"ZCOOLXiaoWei-Regular.ttf",bold:"ZCOOLXiaoWei-Regular.ttf",italics:"ZCOOLXiaoWei-Regular.ttf",bolditalics:"ZCOOLXiaoWei-Regular.ttf"}})),e.extend(!0,pdfMake.fonts,ne.pdfmake.fonts),pdfMake.createPdf(Ge).getBuffer((function(e){D(e,ne.fileName+".pdf","application/pdf","","",!1)})))}else if(!1===ne.jspdf.autotable){var Xe=new jspdf.jsPDF({orientation:ne.jspdf.orientation,unit:ne.jspdf.unit,format:ne.jspdf.format});Xe.html(se[0],{callback:function(){p(Xe,!1)},html2canvas:{scale:(Xe.internal.pageSize.width-2*ne.jspdf.margins.left)/se[0].scrollWidth},x:ne.jspdf.margins.left,y:ne.jspdf.margins.top})}else{var Ye=ne.jspdf.autotable.tableExport;if("string"==typeof ne.jspdf.format&&"bestfit"===ne.jspdf.format.toLowerCase()){var Ke="",Je="",Ze=0;e(se).each((function(){if(u(e(this))){var t=P(e(this).get(0),"width","pt");if(t>Ze){for(var r in t>oe.a0[0]&&(Ke="a0",Je="l"),oe)oe.hasOwnProperty(r)&&oe[r][1]>t&&(Ke=r,Je="l",oe[r][0]>t&&(Je="p"));Ze=t}}})),ne.jspdf.format=""===Ke?"a4":Ke,ne.jspdf.orientation=""===Je?"w":Je}null==Ye.doc&&(Ye.doc=new jspdf.jsPDF(ne.jspdf.orientation,ne.jspdf.unit,ne.jspdf.format),Ye.wScaleFactor=1,Ye.hScaleFactor=1,"function"==typeof ne.jspdf.onDocCreated)&&ne.jspdf.onDocCreated(Ye.doc),ae.fontName=Ye.doc.getFont().fontName,!0===Ye.outputImages&&(Ye.images={}),void 0!==Ye.images&&(e(se).filter((function(){return u(e(this))})).each((function(){var t=0;pe=[],!1===ne.exportHiddenCells&&(ge=e(this).find("tr, th, td").filter(":hidden"),me=0<ge.length),le=a(e(this)),ue=s(e(this)),e(ue).each((function(){h(this,"td,th",le.length+t,le.length+ue.length,(function(t){m(t,e(t).children(),Ye)})),t++}))})),le=[],ue=[]),function(t,r){function n(t){if(t.url)if(t.src){var n=new Image;o=++i,n.crossOrigin="Anonymous",n.onerror=n.onload=function(){if(n.complete&&(0===n.src.indexOf("data:image/")&&(n.width=t.width||n.width||0,n.height=t.height||n.height||0),n.width+n.height)){var e=document.createElement("canvas"),a=e.getContext("2d");e.width=n.width,e.height=n.height,a.drawImage(n,0,0),t.src=e.toDataURL("image/png")}--i||r(o)},n.src=t.url}else{var a=e(t.url);a.length&&(o=++i,html2canvas(a[0]).then((function(e){t.src=e.toDataURL("image/png"),--i||r(o)})))}}var o=0,i=0;if(void 0!==t.images)for(var a in t.images)t.images.hasOwnProperty(a)&&n(t.images[a]);(t=i)||(r(o),t=void 0)}(Ye,(function(){e(se).filter((function(){return u(e(this))})).each((function(){var t;if(fe=0,pe=[],!1===ne.exportHiddenCells&&(ge=e(this).find("tr, th, td").filter(":hidden"),me=0<ge.length),de=l(this),Ye.columns=[],Ye.rows=[],Ye.teCells={},"function"==typeof Ye.onTable&&!1===Ye.onTable(e(this),ne))return!0;ne.jspdf.autotable.tableExport=null;var r=e.extend(!0,{},ne.jspdf.autotable);if(ne.jspdf.autotable.tableExport=Ye,r.margin={},e.extend(!0,r.margin,ne.jspdf.margins),r.tableExport=Ye,"function"!=typeof r.createdHeaderCell&&(r.createdHeaderCell=function(e,t){if(void 0!==Ye.columns[t.column.dataKey]){var n=Ye.columns[t.column.dataKey];if(void 0!==n.rect){if(e.contentWidth=n.rect.width,void 0===Ye.heightRatio||0===Ye.heightRatio){var o=t.row.raw[t.column.dataKey].rowspan?t.row.raw[t.column.dataKey].rect.height/t.row.raw[t.column.dataKey].rowspan:t.row.raw[t.column.dataKey].rect.height;Ye.heightRatio=e.styles.rowHeight/o}(o=t.row.raw[t.column.dataKey].rect.height*Ye.heightRatio)>e.styles.rowHeight&&(e.styles.rowHeight=o)}e.styles.halign="inherit"===r.headerStyles.halign?"center":r.headerStyles.halign,e.styles.valign=r.headerStyles.valign,void 0!==n.style&&!0!==n.style.hidden&&("inherit"===r.headerStyles.halign&&(e.styles.halign=n.style.align),"inherit"===r.styles.fillColor&&(e.styles.fillColor=n.style.bcolor),"inherit"===r.styles.textColor&&(e.styles.textColor=n.style.color),"inherit"===r.styles.fontStyle&&(e.styles.fontStyle=n.style.fstyle))}}),"function"!=typeof r.createdCell&&(r.createdCell=function(e,t){t=Ye.teCells[t.row.index+":"+t.column.dataKey],e.styles.halign="inherit"===r.styles.halign?"center":r.styles.halign,e.styles.valign=r.styles.valign,void 0!==t&&void 0!==t.style&&!0!==t.style.hidden&&("inherit"===r.styles.halign&&(e.styles.halign=t.style.align),"inherit"===r.styles.fillColor&&(e.styles.fillColor=t.style.bcolor),"inherit"===r.styles.textColor&&(e.styles.textColor=t.style.color),"inherit"===r.styles.fontStyle&&(e.styles.fontStyle=t.style.fstyle))}),"function"!=typeof r.drawHeaderCell&&(r.drawHeaderCell=function(e,t){var r=Ye.columns[t.column.dataKey];return(!0!==r.style.hasOwnProperty("hidden")||!0!==r.style.hidden)&&0<=r.rowIndex&&g(e,t,r)}),"function"!=typeof r.drawCell&&(r.drawCell=function(t,r){var n=Ye.teCells[r.row.index+":"+r.column.dataKey];if(!0!==(void 0!==n&&n.isCanvas))g(t,r,n)&&(Ye.doc.rect(t.x,t.y,t.width,t.height,t.styles.fillStyle),void 0===n||void 0!==n.hasUserDefText&&!0===n.hasUserDefText||void 0===n.elements||!n.elements.length?b(t,{},Ye):((r=t.height/n.rect.height)>Ye.hScaleFactor&&(Ye.hScaleFactor=r),Ye.wScaleFactor=t.width/n.rect.width,r=t.textPos.y,v(t,n.elements,Ye),t.textPos.y=r,b(t,n.elements,Ye)));else{n=n.elements[0];var o=e(n).attr("data-tableexport-canvas"),i=n.getBoundingClientRect();t.width=i.width*Ye.wScaleFactor,t.height=i.height*Ye.hScaleFactor,r.row.height=t.height,d(t,n,o,Ye)}return!1}),Ye.headerrows=[],le=a(e(this)),e(le).each((function(){t=0,Ye.headerrows[fe]=[],h(this,"th,td",fe,le.length,(function(e,r,n){var o=O(e);o.title=T(e,r,n),o.key=t++,o.rowIndex=fe,Ye.headerrows[fe].push(o)})),fe++})),0<fe)for(var n=fe-1;0<=n;)e.each(Ye.headerrows[n],(function(){var e=this;0<n&&null===this.rect&&(e=Ye.headerrows[n-1][this.key]),null!==e&&0<=e.rowIndex&&(!0!==e.style.hasOwnProperty("hidden")||!0!==e.style.hidden)&&Ye.columns.push(e)})),n=0<Ye.columns.length?-1:n-1;var o=0;ue=[],ue=s(e(this)),e(ue).each((function(){var r=[];t=0,h(this,"td,th",fe,le.length+ue.length,(function(n,i,a){if(void 0===Ye.columns[t]){var s={title:"",key:t,style:{hidden:!0}};Ye.columns.push(s)}r.push(T(n,i,a)),null!=n?((s=O(n)).isCanvas=n.hasAttribute("data-tableexport-canvas"),s.elements=s.isCanvas?e(n):e(n).children(),void 0!==e(n).data("teUserDefText")&&(s.hasUserDefText=!0)):(s=e.extend(!0,{},Ye.teCells[o+":"+(t-1)])).colspan=-1,Ye.teCells[o+":"+t++]=s})),r.length&&(Ye.rows.push(r),o++),fe++})),"function"==typeof Ye.onBeforeAutotable&&Ye.onBeforeAutotable(e(this),Ye.columns,Ye.rows,r),W(r.tableExport.doc,Ye.columns,Ye.rows,r),"function"==typeof Ye.onAfterAutotable&&Ye.onAfterAutotable(e(this),r);var i=ne.jspdf.autotable,c=void 0===Q||void 0===Q.y?0:Q.y;i.startY=c+r.margin.top})),p(Ye.doc,void 0!==Ye.images&&!1===jQuery.isEmptyObject(Ye.images)),void 0!==Ye.headerrows&&(Ye.headerrows.length=0),void 0!==Ye.columns&&(Ye.columns.length=0),void 0!==Ye.rows&&(Ye.rows.length=0),delete Ye.doc,Ye.doc=null}))}return"function"==typeof ne.onTableExportEnd&&ne.onTableExportEnd(),this};var t=function(){this.contentWidth=this.y=this.x=this.width=this.height=0,this.rows=[],this.columns=[],this.headerRow=null,this.settings={}},r=function(e){this.raw=e||{},this.index=0,this.styles={},this.cells={},this.y=this.height=0},n=function(e){this.raw=e,this.styles={},this.text="",this.contentWidth=0,this.textPos={},this.y=this.x=this.width=this.height=0},o=function(e){this.dataKey=e,this.options={},this.styles={},this.x=this.width=this.contentWidth=0}}(jQuery),function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e=e||self).jspdf={})}(this,(function(e){"use strict";var t=function(){return"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this}();function r(){t.console&&"function"==typeof t.console.log&&t.console.log.apply(t.console,arguments)}var n={log:r,warn:function(e){t.console&&("function"==typeof t.console.warn?t.console.warn.apply(t.console,arguments):r.call(null,arguments))},error:function(e){t.console&&("function"==typeof t.console.error?t.console.error.apply(t.console,arguments):r(e))}};function o(e,t,r){var o=new XMLHttpRequest;o.open("GET",e),o.responseType="blob",o.onload=function(){l(o.response,t,r)},o.onerror=function(){n.error("could not download file")},o.send()}function i(e){var t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch(e){}return t.status>=200&&t.status<=299}function a(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(r){var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}}var s,c,l=t.saveAs||("object"!=typeof window||window!==t?function(){}:"undefined"!=typeof HTMLAnchorElement&&"download"in HTMLAnchorElement.prototype?function(e,r,n){var s=t.URL||t.webkitURL,c=document.createElement("a");r=r||e.name||"download",c.download=r,c.rel="noopener","string"==typeof e?(c.href=e,c.origin!==location.origin?i(c.href)?o(e,r,n):a(c,c.target="_blank"):a(c)):(c.href=s.createObjectURL(e),setTimeout((function(){s.revokeObjectURL(c.href)}),4e4),setTimeout((function(){a(c)}),0))}:"msSaveOrOpenBlob"in navigator?function(e,t,r){if(t=t||e.name||"download","string"==typeof e)if(i(e))o(e,t,r);else{var s=document.createElement("a");s.href=e,s.target="_blank",setTimeout((function(){a(s)}))}else navigator.msSaveOrOpenBlob(function(e,t){return void 0===t?t={autoBom:!1}:"object"!=typeof t&&(n.warn("Deprecated: Expected third argument to be a object"),t={autoBom:!t}),t.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob([String.fromCharCode(65279),e],{type:e.type}):e}(e,r),t)}:function(e,r,n,i){if((i=i||open("","_blank"))&&(i.document.title=i.document.body.innerText="downloading..."),"string"==typeof e)return o(e,r,n);var a="application/octet-stream"===e.type,s=/constructor/i.test(t.HTMLElement)||t.safari,c=/CriOS\/[\d]+/.test(navigator.userAgent);if((c||a&&s)&&"object"==typeof FileReader){var l=new FileReader;l.onloadend=function(){var e=l.result;e=c?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),i?i.location.href=e:location=e,i=null},l.readAsDataURL(e)}else{var u=t.URL||t.webkitURL,f=u.createObjectURL(e);i?i.location=f:location.href=f,i=null,setTimeout((function(){u.revokeObjectURL(f)}),4e4)}});function u(e){var t;e=e||"",this.ok=!1,"#"==e.charAt(0)&&(e=e.substr(1,6)),e={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dodgerblue:"1e90ff",feldspar:"d19275",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgrey:"d3d3d3",lightgreen:"90ee90",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslateblue:"8470ff",lightslategray:"778899",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"00ff00",limegreen:"32cd32",linen:"faf0e6",magenta:"ff00ff",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370d8",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"d87093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",red:"ff0000",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",violetred:"d02090",wheat:"f5deb3",white:"ffffff",whitesmoke:"f5f5f5",yellow:"ffff00",yellowgreen:"9acd32"}[e=(e=e.replace(/ /g,"")).toLowerCase()]||e;for(var r=[{re:/^rgb\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})\)$/,example:["rgb(123, 234, 45)","rgb(255,234,245)"],process:function(e){return[parseInt(e[1]),parseInt(e[2]),parseInt(e[3])]}},{re:/^(\w{2})(\w{2})(\w{2})$/,example:["#00ff00","336699"],process:function(e){return[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)]}},{re:/^(\w{1})(\w{1})(\w{1})$/,example:["#fb0","f0f"],process:function(e){return[parseInt(e[1]+e[1],16),parseInt(e[2]+e[2],16),parseInt(e[3]+e[3],16)]}}],n=0;n<r.length;n++){var o=r[n].re,i=r[n].process,a=o.exec(e);a&&(t=i(a),this.r=t[0],this.g=t[1],this.b=t[2],this.ok=!0)}this.r=this.r<0||isNaN(this.r)?0:this.r>255?255:this.r,this.g=this.g<0||isNaN(this.g)?0:this.g>255?255:this.g,this.b=this.b<0||isNaN(this.b)?0:this.b>255?255:this.b,this.toRGB=function(){return"rgb("+this.r+", "+this.g+", "+this.b+")"},this.toHex=function(){var e=this.r.toString(16),t=this.g.toString(16),r=this.b.toString(16);return 1==e.length&&(e="0"+e),1==t.length&&(t="0"+t),1==r.length&&(r="0"+r),"#"+e+t+r}}function f(e,t){var r=e[0],n=e[1],o=e[2],i=e[3];r=d(r,n,o,i,t[0],7,-680876936),i=d(i,r,n,o,t[1],12,-389564586),o=d(o,i,r,n,t[2],17,606105819),n=d(n,o,i,r,t[3],22,-1044525330),r=d(r,n,o,i,t[4],7,-176418897),i=d(i,r,n,o,t[5],12,1200080426),o=d(o,i,r,n,t[6],17,-1473231341),n=d(n,o,i,r,t[7],22,-45705983),r=d(r,n,o,i,t[8],7,1770035416),i=d(i,r,n,o,t[9],12,-1958414417),o=d(o,i,r,n,t[10],17,-42063),n=d(n,o,i,r,t[11],22,-1990404162),r=d(r,n,o,i,t[12],7,1804603682),i=d(i,r,n,o,t[13],12,-40341101),o=d(o,i,r,n,t[14],17,-1502002290),r=p(r,n=d(n,o,i,r,t[15],22,1236535329),o,i,t[1],5,-165796510),i=p(i,r,n,o,t[6],9,-1069501632),o=p(o,i,r,n,t[11],14,643717713),n=p(n,o,i,r,t[0],20,-373897302),r=p(r,n,o,i,t[5],5,-701558691),i=p(i,r,n,o,t[10],9,38016083),o=p(o,i,r,n,t[15],14,-660478335),n=p(n,o,i,r,t[4],20,-405537848),r=p(r,n,o,i,t[9],5,568446438),i=p(i,r,n,o,t[14],9,-1019803690),o=p(o,i,r,n,t[3],14,-187363961),n=p(n,o,i,r,t[8],20,1163531501),r=p(r,n,o,i,t[13],5,-1444681467),i=p(i,r,n,o,t[2],9,-51403784),o=p(o,i,r,n,t[7],14,1735328473),r=g(r,n=p(n,o,i,r,t[12],20,-1926607734),o,i,t[5],4,-378558),i=g(i,r,n,o,t[8],11,-2022574463),o=g(o,i,r,n,t[11],16,1839030562),n=g(n,o,i,r,t[14],23,-35309556),r=g(r,n,o,i,t[1],4,-1530992060),i=g(i,r,n,o,t[4],11,1272893353),o=g(o,i,r,n,t[7],16,-155497632),n=g(n,o,i,r,t[10],23,-1094730640),r=g(r,n,o,i,t[13],4,681279174),i=g(i,r,n,o,t[0],11,-358537222),o=g(o,i,r,n,t[3],16,-722521979),n=g(n,o,i,r,t[6],23,76029189),r=g(r,n,o,i,t[9],4,-640364487),i=g(i,r,n,o,t[12],11,-421815835),o=g(o,i,r,n,t[15],16,530742520),r=m(r,n=g(n,o,i,r,t[2],23,-995338651),o,i,t[0],6,-198630844),i=m(i,r,n,o,t[7],10,1126891415),o=m(o,i,r,n,t[14],15,-1416354905),n=m(n,o,i,r,t[5],21,-57434055),r=m(r,n,o,i,t[12],6,1700485571),i=m(i,r,n,o,t[3],10,-1894986606),o=m(o,i,r,n,t[10],15,-1051523),n=m(n,o,i,r,t[1],21,-2054922799),r=m(r,n,o,i,t[8],6,1873313359),i=m(i,r,n,o,t[15],10,-30611744),o=m(o,i,r,n,t[6],15,-1560198380),n=m(n,o,i,r,t[13],21,1309151649),r=m(r,n,o,i,t[4],6,-145523070),i=m(i,r,n,o,t[11],10,-1120210379),o=m(o,i,r,n,t[2],15,718787259),n=m(n,o,i,r,t[9],21,-343485551),e[0]=k(r,e[0]),e[1]=k(n,e[1]),e[2]=k(o,e[2]),e[3]=k(i,e[3])}function h(e,t,r,n,o,i){return t=k(k(t,e),k(n,i)),k(t<<o|t>>>32-o,r)}function d(e,t,r,n,o,i,a){return h(t&r|~t&n,e,t,o,i,a)}function p(e,t,r,n,o,i,a){return h(t&n|r&~n,e,t,o,i,a)}function g(e,t,r,n,o,i,a){return h(t^r^n,e,t,o,i,a)}function m(e,t,r,n,o,i,a){return h(r^(t|~n),e,t,o,i,a)}function v(e){var t,r=e.length,n=[1732584193,-271733879,-1732584194,271733878];for(t=64;t<=e.length;t+=64)f(n,b(e.substring(t-64,t)));e=e.substring(t-64);var o=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];for(t=0;t<e.length;t++)o[t>>2]|=e.charCodeAt(t)<<(t%4<<3);if(o[t>>2]|=128<<(t%4<<3),t>55)for(f(n,o),t=0;t<16;t++)o[t]=0;return o[14]=8*r,f(n,o),n}function b(e){var t,r=[];for(t=0;t<64;t+=4)r[t>>2]=e.charCodeAt(t)+(e.charCodeAt(t+1)<<8)+(e.charCodeAt(t+2)<<16)+(e.charCodeAt(t+3)<<24);return r}s=t.atob.bind(t),c=t.btoa.bind(t);var y="0123456789abcdef".split("");function w(e){for(var t="",r=0;r<4;r++)t+=y[e>>8*r+4&15]+y[e>>8*r&15];return t}function S(e){return String.fromCharCode(255&e,(65280&e)>>8,(16711680&e)>>16,(4278190080&e)>>24)}function x(e){return function(e){return e.map(S).join("")}(v(e))}function k(e,t){return e+t&4294967295}if("5d41402abc4b2a76b9719d911017c592"!=function(e){for(var t=0;t<e.length;t++)e[t]=w(e[t]);return e.join("")}(v("hello"))){}function T(e,t){var r,n,o,i;if(e!==r){for(var a=(o=e,i=1+(256/e.length|0),new Array(i+1).join(o)),s=[],c=0;c<256;c++)s[c]=c;var l=0;for(c=0;c<256;c++){var u=s[c];l=(l+u+a.charCodeAt(c))%256,s[c]=s[l],s[l]=u}r=e,n=s}else s=n;var f=t.length,h=0,d=0,p="";for(c=0;c<f;c++)d=(d+(u=s[h=(h+1)%256]))%256,s[h]=s[d],s[d]=u,a=s[(s[h]+s[d])%256],p+=String.fromCharCode(t.charCodeAt(c)^a);return p}var A={print:4,modify:8,copy:16,"annot-forms":32};function E(e,t,r,n){this.v=1,this.r=2;let o=192;e.forEach((function(e){if(void 0!==A.perm)throw new Error("Invalid permission: "+e);o+=A[e]})),this.padding="(¿N^NuŠAd\0NVÿú\b..\0¶Ðh>€/\f©þdSiz";let i=(t+this.padding).substr(0,32),a=(r+this.padding).substr(0,32);this.O=this.processOwnerPassword(i,a),this.P=-(1+(255^o)),this.encryptionKey=x(i+this.O+this.lsbFirstWord(this.P)+this.hexToBytes(n)).substr(0,5),this.U=T(this.encryptionKey,this.padding)}function _(e){if("object"!=typeof e)throw new Error("Invalid Context passed to initialize PubSub (jsPDF-module)");var r={};this.subscribe=function(e,t,n){if(n=n||!1,"string"!=typeof e||"function"!=typeof t||"boolean"!=typeof n)throw new Error("Invalid arguments passed to PubSub.subscribe (jsPDF-module)");r.hasOwnProperty(e)||(r[e]={});var o=Math.random().toString(35);return r[e][o]=[t,!!n],o},this.unsubscribe=function(e){for(var t in r)if(r[t][e])return delete r[t][e],0===Object.keys(r[t]).length&&delete r[t],!0;return!1},this.publish=function(o){if(r.hasOwnProperty(o)){var i=Array.prototype.slice.call(arguments,1),a=[];for(var s in r[o]){var c=r[o][s];try{c[0].apply(e,i)}catch(e){t.console&&n.error("jsPDF PubSub Error",e.message,e)}c[1]&&a.push(s)}a.length&&a.forEach(this.unsubscribe)}},this.getTopics=function(){return r}}function O(e){if(!(this instanceof O))return new O(e);var t="opacity,stroke-opacity".split(",");for(var r in e)e.hasOwnProperty(r)&&t.indexOf(r)>=0&&(this[r]=e[r]);this.id="",this.objectNumber=-1}function N(e,t){this.gState=e,this.matrix=t,this.id="",this.objectNumber=-1}function C(e,t,r,n,o){if(!(this instanceof C))return new C(e,t,r,n,o);this.type="axial"===e?2:3,this.coords=t,this.colors=r,N.call(this,n,o)}function R(e,t,r,n,o){if(!(this instanceof R))return new R(e,t,r,n,o);this.boundingBox=e,this.xStep=t,this.yStep=r,this.stream="",this.cloneIndex=0,N.call(this,n,o)}function P(e){var r,o="string"==typeof arguments[0]?arguments[0]:"p",i=arguments[1],a=arguments[2],s=arguments[3],f=[],h=1,d=16,p="S",g=null;"object"==typeof(e=e||{})&&(o=e.orientation,i=e.unit||i,a=e.format||a,s=e.compress||e.compressPdf||s,null!==(g=e.encryption||null)&&(g.userPassword=g.userPassword||"",g.ownerPassword=g.ownerPassword||"",g.userPermissions=g.userPermissions||[]),h="number"==typeof e.userUnit?Math.abs(e.userUnit):1,void 0!==e.precision&&(r=e.precision),void 0!==e.floatPrecision&&(d=e.floatPrecision),p=e.defaultPathOperation||"S"),f=e.filters||(!0===s?["FlateEncode"]:f),i=i||"mm",o=(""+(o||"P")).toLowerCase();var m=e.putOnlyUsedFonts||!1,v={},b={internal:{},__private__:{}};b.__private__.PubSub=_;var y="1.3",w=b.__private__.getPdfVersion=function(){return y};b.__private__.setPdfVersion=function(e){y=e};var S={a0:[2383.94,3370.39],a1:[1683.78,2383.94],a2:[1190.55,1683.78],a3:[841.89,1190.55],a4:[595.28,841.89],a5:[419.53,595.28],a6:[297.64,419.53],a7:[209.76,297.64],a8:[147.4,209.76],a9:[104.88,147.4],a10:[73.7,104.88],b0:[2834.65,4008.19],b1:[2004.09,2834.65],b2:[1417.32,2004.09],b3:[1000.63,1417.32],b4:[708.66,1000.63],b5:[498.9,708.66],b6:[354.33,498.9],b7:[249.45,354.33],b8:[175.75,249.45],b9:[124.72,175.75],b10:[87.87,124.72],c0:[2599.37,3676.54],c1:[1836.85,2599.37],c2:[1298.27,1836.85],c3:[918.43,1298.27],c4:[649.13,918.43],c5:[459.21,649.13],c6:[323.15,459.21],c7:[229.61,323.15],c8:[161.57,229.61],c9:[113.39,161.57],c10:[79.37,113.39],dl:[311.81,623.62],letter:[612,792],"government-letter":[576,756],legal:[612,1008],"junior-legal":[576,360],ledger:[1224,792],tabloid:[792,1224],"credit-card":[153,243]};b.__private__.getPageFormats=function(){return S};var x=b.__private__.getPageFormat=function(e){return S[e]};a=a||"a4";var k="compat",T="advanced",A=k;function N(){this.saveGraphicsState(),ce(new ze(ke,0,0,-ke,0,br()*ke).toString()+" cm"),this.setFontSize(this.getFontSize()/ke),p="n",A=T}function L(){this.restoreGraphicsState(),p="S",A=k}var I=function(e,t){if("bold"==e&&"normal"==t||"bold"==e&&400==t||"normal"==e&&"italic"==t||"bold"==e&&"italic"==t)throw new Error("Invalid Combination of fontweight and fontstyle");return t&&e!==t&&(e=400==t?"italic"==e?"italic":"normal":700==t&&"italic"!==e?"bold":e+""+t),e};b.advancedAPI=function(e){var t=A===k;return t&&N.call(this),"function"!=typeof e||(e(this),t&&L.call(this)),this},b.compatAPI=function(e){var t=A===T;return t&&L.call(this),"function"!=typeof e||(e(this),t&&N.call(this)),this},b.isAdvancedAPI=function(){return A===T};var F,j=function(e){if(A!==T)throw new Error(e+" is only available in 'advanced' API mode. You need to call advancedAPI() first.")},D=b.roundToPrecision=b.__private__.roundToPrecision=function(e,t){var n=r||t;if(isNaN(e)||isNaN(n))throw new Error("Invalid argument passed to jsPDF.roundToPrecision");return e.toFixed(n).replace(/0+$/,"")};F=b.hpf=b.__private__.hpf="number"==typeof d?function(e){if(isNaN(e))throw new Error("Invalid argument passed to jsPDF.hpf");return D(e,d)}:"smart"===d?function(e){if(isNaN(e))throw new Error("Invalid argument passed to jsPDF.hpf");return D(e,e>-1&&e<1?16:5)}:function(e){if(isNaN(e))throw new Error("Invalid argument passed to jsPDF.hpf");return D(e,16)};var M=b.f2=b.__private__.f2=function(e){if(isNaN(e))throw new Error("Invalid argument passed to jsPDF.f2");return D(e,2)},B=b.__private__.f3=function(e){if(isNaN(e))throw new Error("Invalid argument passed to jsPDF.f3");return D(e,3)},W=b.scale=b.__private__.scale=function(e){if(isNaN(e))throw new Error("Invalid argument passed to jsPDF.scale");return A===k?e*ke:A===T?e:void 0},U=function(e){return W(function(e){return A===k?br()-e:A===T?e:void 0}(e))};b.__private__.setPrecision=b.setPrecision=function(e){"number"==typeof parseInt(e,10)&&(r=parseInt(e,10))};var z,H="00000000000000000000000000000000",V=b.__private__.getFileId=function(){return H},q=b.__private__.setFileId=function(e){return H=void 0!==e&&/^[a-fA-F0-9]{32}$/.test(e)?e.toUpperCase():H.split("").map((function(){return"ABCDEF0123456789".charAt(Math.floor(16*Math.random()))})).join(""),null!==g&&(Nt=new E(g.userPermissions,g.userPassword,g.ownerPassword,H)),H};b.setFileId=function(e){return q(e),this},b.getFileId=function(){return V()};var $=b.__private__.convertDateToPDFDate=function(e){var t=e.getTimezoneOffset(),r=t<0?"+":"-",n=Math.floor(Math.abs(t/60)),o=Math.abs(t%60),i=[r,J(n),"'",J(o),"'"].join("");return["D:",e.getFullYear(),J(e.getMonth()+1),J(e.getDate()),J(e.getHours()),J(e.getMinutes()),J(e.getSeconds()),i].join("")},G=b.__private__.convertPDFDateToDate=function(e){var t=parseInt(e.substr(2,4),10),r=parseInt(e.substr(6,2),10)-1,n=parseInt(e.substr(8,2),10),o=parseInt(e.substr(10,2),10),i=parseInt(e.substr(12,2),10),a=parseInt(e.substr(14,2),10);return new Date(t,r,n,o,i,a,0)},X=b.__private__.setCreationDate=function(e){var t;if(void 0===e&&(e=new Date),e instanceof Date)t=$(e);else{if(!/^D:(20[0-2][0-9]|203[0-7]|19[7-9][0-9])(0[0-9]|1[0-2])([0-2][0-9]|3[0-1])(0[0-9]|1[0-9]|2[0-3])(0[0-9]|[1-5][0-9])(0[0-9]|[1-5][0-9])(\+0[0-9]|\+1[0-4]|-0[0-9]|-1[0-1])'(0[0-9]|[1-5][0-9])'?$/.test(e))throw new Error("Invalid argument passed to jsPDF.setCreationDate");t=e}return z=t},Y=b.__private__.getCreationDate=function(e){var t=z;return"jsDate"===e&&(t=G(z)),t};b.setCreationDate=function(e){return X(e),this},b.getCreationDate=function(e){return Y(e)};var K,J=b.__private__.padd2=function(e){return("0"+parseInt(e)).slice(-2)},Z=b.__private__.padd2Hex=function(e){return("00"+(e=e.toString())).substr(e.length)},Q=0,ee=[],te=[],re=0,ne=[],oe=[],ie=!1,ae=te;b.__private__.setCustomOutputDestination=function(e){ie=!0,ae=e};var se=function(e){ie||(ae=e)};b.__private__.resetCustomOutputDestination=function(){ie=!1,ae=te};var ce=b.__private__.out=function(e){return e=e.toString(),re+=e.length+1,ae.push(e),ae},le=b.__private__.write=function(e){return ce(1===arguments.length?e.toString():Array.prototype.join.call(arguments," "))},ue=b.__private__.getArrayBuffer=function(e){for(var t=e.length,r=new ArrayBuffer(t),n=new Uint8Array(r);t--;)n[t]=e.charCodeAt(t);return r},fe=[["Helvetica","helvetica","normal","WinAnsiEncoding"],["Helvetica-Bold","helvetica","bold","WinAnsiEncoding"],["Helvetica-Oblique","helvetica","italic","WinAnsiEncoding"],["Helvetica-BoldOblique","helvetica","bolditalic","WinAnsiEncoding"],["Courier","courier","normal","WinAnsiEncoding"],["Courier-Bold","courier","bold","WinAnsiEncoding"],["Courier-Oblique","courier","italic","WinAnsiEncoding"],["Courier-BoldOblique","courier","bolditalic","WinAnsiEncoding"],["Times-Roman","times","normal","WinAnsiEncoding"],["Times-Bold","times","bold","WinAnsiEncoding"],["Times-Italic","times","italic","WinAnsiEncoding"],["Times-BoldItalic","times","bolditalic","WinAnsiEncoding"],["ZapfDingbats","zapfdingbats","normal",null],["Symbol","symbol","normal",null]];b.__private__.getStandardFonts=function(){return fe};var he=e.fontSize||16;b.__private__.setFontSize=b.setFontSize=function(e){return he=A===T?e/ke:e,this};var de,pe=b.__private__.getFontSize=b.getFontSize=function(){return A===k?he:he*ke},ge=e.R2L||!1;b.__private__.setR2L=b.setR2L=function(e){return ge=e,this},b.__private__.getR2L=b.getR2L=function(){return ge};var me,ve=b.__private__.setZoomMode=function(e){if(/^\d*\.?\d*%$/.test(e))de=e;else if(isNaN(e)){if(-1===[void 0,null,"fullwidth","fullheight","fullpage","original"].indexOf(e))throw new Error('zoom must be Integer (e.g. 2), a percentage Value (e.g. 300%) or fullwidth, fullheight, fullpage, original. "'+e+'" is not recognized.');de=e}else de=parseInt(e,10)};b.__private__.getZoomMode=function(){return de};var be,ye=b.__private__.setPageMode=function(e){if(-1==[void 0,null,"UseNone","UseOutlines","UseThumbs","FullScreen"].indexOf(e))throw new Error('Page mode must be one of UseNone, UseOutlines, UseThumbs, or FullScreen. "'+e+'" is not recognized.');me=e};b.__private__.getPageMode=function(){return me};var we=b.__private__.setLayoutMode=function(e){if(-1==[void 0,null,"continuous","single","twoleft","tworight","two"].indexOf(e))throw new Error('Layout mode must be one of continuous, single, twoleft, tworight. "'+e+'" is not recognized.');be=e};b.__private__.getLayoutMode=function(){return be},b.__private__.setDisplayMode=b.setDisplayMode=function(e,t,r){return ve(e),we(t),ye(r),this};var Se={title:"",subject:"",author:"",keywords:"",creator:""};b.__private__.getDocumentProperty=function(e){if(-1===Object.keys(Se).indexOf(e))throw new Error("Invalid argument passed to jsPDF.getDocumentProperty");return Se[e]},b.__private__.getDocumentProperties=function(){return Se},b.__private__.setDocumentProperties=b.setProperties=b.setDocumentProperties=function(e){for(var t in Se)Se.hasOwnProperty(t)&&e[t]&&(Se[t]=e[t]);return this},b.__private__.setDocumentProperty=function(e,t){if(-1===Object.keys(Se).indexOf(e))throw new Error("Invalid arguments passed to jsPDF.setDocumentProperty");return Se[e]=t};var xe,ke,Te,Ae,Ee,_e={},Oe={},Ne=[],Ce={},Re={},Pe={},Le={},Ie=null,Fe=0,je=[],De=new _(b),Me=e.hotfixes||[],Be={},We={},Ue=[],ze=function(e,t,r,n,o,i){if(!(this instanceof ze))return new ze(e,t,r,n,o,i);isNaN(e)&&(e=1),isNaN(t)&&(t=0),isNaN(r)&&(r=0),isNaN(n)&&(n=1),isNaN(o)&&(o=0),isNaN(i)&&(i=0),this._matrix=[e,t,r,n,o,i]};Object.defineProperty(ze.prototype,"sx",{get:function(){return this._matrix[0]},set:function(e){this._matrix[0]=e}}),Object.defineProperty(ze.prototype,"shy",{get:function(){return this._matrix[1]},set:function(e){this._matrix[1]=e}}),Object.defineProperty(ze.prototype,"shx",{get:function(){return this._matrix[2]},set:function(e){this._matrix[2]=e}}),Object.defineProperty(ze.prototype,"sy",{get:function(){return this._matrix[3]},set:function(e){this._matrix[3]=e}}),Object.defineProperty(ze.prototype,"tx",{get:function(){return this._matrix[4]},set:function(e){this._matrix[4]=e}}),Object.defineProperty(ze.prototype,"ty",{get:function(){return this._matrix[5]},set:function(e){this._matrix[5]=e}}),Object.defineProperty(ze.prototype,"a",{get:function(){return this._matrix[0]},set:function(e){this._matrix[0]=e}}),Object.defineProperty(ze.prototype,"b",{get:function(){return this._matrix[1]},set:function(e){this._matrix[1]=e}}),Object.defineProperty(ze.prototype,"c",{get:function(){return this._matrix[2]},set:function(e){this._matrix[2]=e}}),Object.defineProperty(ze.prototype,"d",{get:function(){return this._matrix[3]},set:function(e){this._matrix[3]=e}}),Object.defineProperty(ze.prototype,"e",{get:function(){return this._matrix[4]},set:function(e){this._matrix[4]=e}}),Object.defineProperty(ze.prototype,"f",{get:function(){return this._matrix[5]},set:function(e){this._matrix[5]=e}}),Object.defineProperty(ze.prototype,"rotation",{get:function(){return Math.atan2(this.shx,this.sx)}}),Object.defineProperty(ze.prototype,"scaleX",{get:function(){return this.decompose().scale.sx}}),Object.defineProperty(ze.prototype,"scaleY",{get:function(){return this.decompose().scale.sy}}),Object.defineProperty(ze.prototype,"isIdentity",{get:function(){return 1===this.sx&&0===this.shy&&0===this.shx&&1===this.sy&&0===this.tx&&0===this.ty}}),ze.prototype.join=function(e){return[this.sx,this.shy,this.shx,this.sy,this.tx,this.ty].map(F).join(e)},ze.prototype.multiply=function(e){var t=e.sx*this.sx+e.shy*this.shx,r=e.sx*this.shy+e.shy*this.sy,n=e.shx*this.sx+e.sy*this.shx,o=e.shx*this.shy+e.sy*this.sy,i=e.tx*this.sx+e.ty*this.shx+this.tx,a=e.tx*this.shy+e.ty*this.sy+this.ty;return new ze(t,r,n,o,i,a)},ze.prototype.decompose=function(){var e=this.sx,t=this.shy,r=this.shx,n=this.sy,o=this.tx,i=this.ty,a=Math.sqrt(e*e+t*t),s=(e/=a)*r+(t/=a)*n;r-=e*s,n-=t*s;var c=Math.sqrt(r*r+n*n);return s/=c,e*(n/=c)<t*(r/=c)&&(e=-e,t=-t,s=-s,a=-a),{scale:new ze(a,0,0,c,0,0),translate:new ze(1,0,0,1,o,i),rotate:new ze(e,t,-t,e,0,0),skew:new ze(1,0,s,1,0,0)}},ze.prototype.toString=function(e){return this.join(" ")},ze.prototype.inversed=function(){var e=this.sx,t=this.shy,r=this.shx,n=this.sy,o=this.tx,i=this.ty,a=1/(e*n-t*r),s=n*a,c=-t*a,l=-r*a,u=e*a;return new ze(s,c,l,u,-s*o-l*i,-c*o-u*i)},ze.prototype.applyToPoint=function(e){var t=e.x*this.sx+e.y*this.shx+this.tx,r=e.x*this.shy+e.y*this.sy+this.ty;return new fr(t,r)},ze.prototype.applyToRectangle=function(e){var t=this.applyToPoint(e),r=this.applyToPoint(new fr(e.x+e.w,e.y+e.h));return new hr(t.x,t.y,r.x-t.x,r.y-t.y)},ze.prototype.clone=function(){var e=this.sx,t=this.shy,r=this.shx,n=this.sy,o=this.tx,i=this.ty;return new ze(e,t,r,n,o,i)},b.Matrix=ze;var He=b.matrixMult=function(e,t){return t.multiply(e)},Ve=new ze(1,0,0,1,0,0);b.unitMatrix=b.identityMatrix=Ve;var qe=function(e,t){if(!Re[e]){var r=(t instanceof C?"Sh":"P")+(Object.keys(Ce).length+1).toString(10);t.id=r,Re[e]=r,Ce[r]=t,De.publish("addPattern",t)}};b.ShadingPattern=C,b.TilingPattern=R,b.addShadingPattern=function(e,t){return j("addShadingPattern()"),qe(e,t),this},b.beginTilingPattern=function(e){j("beginTilingPattern()"),pr(e.boundingBox[0],e.boundingBox[1],e.boundingBox[2]-e.boundingBox[0],e.boundingBox[3]-e.boundingBox[1],e.matrix)},b.endTilingPattern=function(e,t){j("endTilingPattern()"),t.stream=oe[K].join("\n"),qe(e,t),De.publish("endTilingPattern",t),Ue.pop().restore()};var $e=b.__private__.newObject=function(){var e=Ge();return Xe(e,!0),e},Ge=b.__private__.newObjectDeferred=function(){return Q++,ee[Q]=function(){return re},Q},Xe=function(e,t){return t="boolean"==typeof t&&t,ee[e]=re,t&&ce(e+" 0 obj"),e},Ye=b.__private__.newAdditionalObject=function(){var e={objId:Ge(),content:""};return ne.push(e),e},Ke=Ge(),Je=Ge(),Ze=b.__private__.decodeColorString=function(e){var t=e.split(" ");if(2!==t.length||"g"!==t[1]&&"G"!==t[1])5!==t.length||"k"!==t[4]&&"K"!==t[4]||(t=[(1-t[0])*(1-t[3]),(1-t[1])*(1-t[3]),(1-t[2])*(1-t[3]),"r"]);else{var r=parseFloat(t[0]);t=[r,r,r,"r"]}for(var n="#",o=0;o<3;o++)n+=("0"+Math.floor(255*parseFloat(t[o])).toString(16)).slice(-2);return n},Qe=b.__private__.encodeColorString=function(e){var t;"string"==typeof e&&(e={ch1:e});var r=e.ch1,n=e.ch2,o=e.ch3,i=e.ch4,a="draw"===e.pdfColorType?["G","RG","K"]:["g","rg","k"];if("string"==typeof r&&"#"!==r.charAt(0)){var s=new u(r);if(s.ok)r=s.toHex();else if(!/^\d*\.?\d*$/.test(r))throw new Error('Invalid color "'+r+'" passed to jsPDF.encodeColorString.')}if("string"==typeof r&&/^#[0-9A-Fa-f]{3}$/.test(r)&&(r="#"+r[1]+r[1]+r[2]+r[2]+r[3]+r[3]),"string"==typeof r&&/^#[0-9A-Fa-f]{6}$/.test(r)){var c=parseInt(r.substr(1),16);r=c>>16&255,n=c>>8&255,o=255&c}if(void 0===n||void 0===i&&r===n&&n===o)if("string"==typeof r)t=r+" "+a[0];else if(2===e.precision)t=M(r/255)+" "+a[0];else t=B(r/255)+" "+a[0];else if(void 0===i||"object"==typeof i){if(i&&!isNaN(i.a)&&0===i.a)return["1.","1.","1.",a[1]].join(" ");if("string"==typeof r)t=[r,n,o,a[1]].join(" ");else if(2===e.precision)t=[M(r/255),M(n/255),M(o/255),a[1]].join(" ");else t=[B(r/255),B(n/255),B(o/255),a[1]].join(" ")}else if("string"==typeof r)t=[r,n,o,i,a[2]].join(" ");else if(2===e.precision)t=[M(r),M(n),M(o),M(i),a[2]].join(" ");else t=[B(r),B(n),B(o),B(i),a[2]].join(" ");return t},et=b.__private__.getFilters=function(){return f},tt=b.__private__.putStream=function(e){var t=(e=e||{}).data||"",r=e.filters||et(),n=e.alreadyAppliedFilters||[],o=e.addLength1||!1,i=t.length,a=e.objectId,s=function(e){return e};if(null!==g&&void 0===a)throw new Error("ObjectId must be passed to putStream for file encryption");null!==g&&(s=Nt.encryptor(a,0));var c={};!0===r&&(r=["FlateEncode"]);var l=e.additionalKeyValues||[],u=(c=void 0!==P.API.processDataByFilters?P.API.processDataByFilters(t,r):{data:t,reverseChain:[]}).reverseChain+(Array.isArray(n)?n.join(" "):n.toString());if(0!==c.data.length&&(l.push({key:"Length",value:c.data.length}),!0===o&&l.push({key:"Length1",value:i})),0!=u.length)if(u.split("/").length-1==1)l.push({key:"Filter",value:u});else{l.push({key:"Filter",value:"["+u+"]"});for(var f=0;f<l.length;f+=1)if("DecodeParms"===l[f].key){for(var h=[],d=0;d<c.reverseChain.split("/").length-1;d+=1)h.push("null");h.push(l[f].value),l[f].value="["+h.join(" ")+"]"}}ce("<<");for(var p=0;p<l.length;p++)ce("/"+l[p].key+" "+l[p].value);ce(">>"),0!==c.data.length&&(ce("stream"),ce(s(c.data)),ce("endstream"))},rt=b.__private__.putPage=function(e){var t=e.number,r=e.data,n=e.objId,o=e.contentsObjId;Xe(n,!0),ce("<</Type /Page"),ce("/Parent "+e.rootDictionaryObjId+" 0 R"),ce("/Resources "+e.resourceDictionaryObjId+" 0 R"),ce("/MediaBox ["+parseFloat(F(e.mediaBox.bottomLeftX))+" "+parseFloat(F(e.mediaBox.bottomLeftY))+" "+F(e.mediaBox.topRightX)+" "+F(e.mediaBox.topRightY)+"]"),null!==e.cropBox&&ce("/CropBox ["+F(e.cropBox.bottomLeftX)+" "+F(e.cropBox.bottomLeftY)+" "+F(e.cropBox.topRightX)+" "+F(e.cropBox.topRightY)+"]"),null!==e.bleedBox&&ce("/BleedBox ["+F(e.bleedBox.bottomLeftX)+" "+F(e.bleedBox.bottomLeftY)+" "+F(e.bleedBox.topRightX)+" "+F(e.bleedBox.topRightY)+"]"),null!==e.trimBox&&ce("/TrimBox ["+F(e.trimBox.bottomLeftX)+" "+F(e.trimBox.bottomLeftY)+" "+F(e.trimBox.topRightX)+" "+F(e.trimBox.topRightY)+"]"),null!==e.artBox&&ce("/ArtBox ["+F(e.artBox.bottomLeftX)+" "+F(e.artBox.bottomLeftY)+" "+F(e.artBox.topRightX)+" "+F(e.artBox.topRightY)+"]"),"number"==typeof e.userUnit&&1!==e.userUnit&&ce("/UserUnit "+e.userUnit),De.publish("putPage",{objId:n,pageContext:je[t],pageNumber:t,page:r}),ce("/Contents "+o+" 0 R"),ce(">>"),ce("endobj");var i=r.join("\n");return A===T&&(i+="\nQ"),Xe(o,!0),tt({data:i,filters:et(),objectId:o}),ce("endobj"),n},nt=b.__private__.putPages=function(){var e,t,r=[];for(e=1;e<=Fe;e++)je[e].objId=Ge(),je[e].contentsObjId=Ge();for(e=1;e<=Fe;e++)r.push(rt({number:e,data:oe[e],objId:je[e].objId,contentsObjId:je[e].contentsObjId,mediaBox:je[e].mediaBox,cropBox:je[e].cropBox,bleedBox:je[e].bleedBox,trimBox:je[e].trimBox,artBox:je[e].artBox,userUnit:je[e].userUnit,rootDictionaryObjId:Ke,resourceDictionaryObjId:Je}));Xe(Ke,!0),ce("<</Type /Pages");var n="/Kids [";for(t=0;t<Fe;t++)n+=r[t]+" 0 R ";ce(n+"]"),ce("/Count "+Fe),ce(">>"),ce("endobj"),De.publish("postPutPages")},ot=function(e){var t=function(e,t){return-1!==e.indexOf(" ")?"("+dt(e,t)+")":dt(e,t)};De.publish("putFont",{font:e,out:ce,newObject:$e,putStream:tt,pdfEscapeWithNeededParanthesis:t}),!0!==e.isAlreadyPutted&&(e.objectNumber=$e(),ce("<<"),ce("/Type /Font"),ce("/BaseFont /"+t(e.postScriptName)),ce("/Subtype /Type1"),"string"==typeof e.encoding&&ce("/Encoding /"+e.encoding),ce("/FirstChar 32"),ce("/LastChar 255"),ce(">>"),ce("endobj"))},it=function(e){e.objectNumber=$e();var t=[];t.push({key:"Type",value:"/XObject"}),t.push({key:"Subtype",value:"/Form"}),t.push({key:"BBox",value:"["+[F(e.x),F(e.y),F(e.x+e.width),F(e.y+e.height)].join(" ")+"]"}),t.push({key:"Matrix",value:"["+e.matrix.toString()+"]"});var r=e.pages[1].join("\n");tt({data:r,additionalKeyValues:t,objectId:e.objectNumber}),ce("endobj")},at=function(e,t){t||(t=21);var r=$e(),n=function(e,t){var r,n=[],o=1/(t-1);for(r=0;r<1;r+=o)n.push(r);if(n.push(1),0!=e[0].offset){var i={offset:0,color:e[0].color};e.unshift(i)}if(1!=e[e.length-1].offset){var a={offset:1,color:e[e.length-1].color};e.push(a)}for(var s="",c=0,l=0;l<n.length;l++){for(r=n[l];r>e[c+1].offset;)c++;var u=e[c].offset,f=(r-u)/(e[c+1].offset-u),h=e[c].color,d=e[c+1].color;s+=Z(Math.round((1-f)*h[0]+f*d[0]).toString(16))+Z(Math.round((1-f)*h[1]+f*d[1]).toString(16))+Z(Math.round((1-f)*h[2]+f*d[2]).toString(16))}return s.trim()}(e.colors,t),o=[];o.push({key:"FunctionType",value:"0"}),o.push({key:"Domain",value:"[0.0 1.0]"}),o.push({key:"Size",value:"["+t+"]"}),o.push({key:"BitsPerSample",value:"8"}),o.push({key:"Range",value:"[0.0 1.0 0.0 1.0 0.0 1.0]"}),o.push({key:"Decode",value:"[0.0 1.0 0.0 1.0 0.0 1.0]"}),tt({data:n,additionalKeyValues:o,alreadyAppliedFilters:["/ASCIIHexDecode"],objectId:r}),ce("endobj"),e.objectNumber=$e(),ce("<< /ShadingType "+e.type),ce("/ColorSpace /DeviceRGB");var i="/Coords ["+F(parseFloat(e.coords[0]))+" "+F(parseFloat(e.coords[1]))+" ";2===e.type?i+=F(parseFloat(e.coords[2]))+" "+F(parseFloat(e.coords[3])):i+=F(parseFloat(e.coords[2]))+" "+F(parseFloat(e.coords[3]))+" "+F(parseFloat(e.coords[4]))+" "+F(parseFloat(e.coords[5])),ce(i+="]"),e.matrix&&ce("/Matrix ["+e.matrix.toString()+"]"),ce("/Function "+r+" 0 R"),ce("/Extend [true true]"),ce(">>"),ce("endobj")},st=function(e,t){var r=Ge(),n=$e();t.push({resourcesOid:r,objectOid:n}),e.objectNumber=n;var o=[];o.push({key:"Type",value:"/Pattern"}),o.push({key:"PatternType",value:"1"}),o.push({key:"PaintType",value:"1"}),o.push({key:"TilingType",value:"1"}),o.push({key:"BBox",value:"["+e.boundingBox.map(F).join(" ")+"]"}),o.push({key:"XStep",value:F(e.xStep)}),o.push({key:"YStep",value:F(e.yStep)}),o.push({key:"Resources",value:r+" 0 R"}),e.matrix&&o.push({key:"Matrix",value:"["+e.matrix.toString()+"]"}),tt({data:e.stream,additionalKeyValues:o,objectId:e.objectNumber}),ce("endobj")},ct=function(e){for(var t in e.objectNumber=$e(),ce("<<"),e)switch(t){case"opacity":ce("/ca "+M(e[t]));break;case"stroke-opacity":ce("/CA "+M(e[t]))}ce(">>"),ce("endobj")},lt=function(e){Xe(e.resourcesOid,!0),ce("<<"),ce("/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]"),function(){for(var e in ce("/Font <<"),_e)_e.hasOwnProperty(e)&&(!1===m||!0===m&&v.hasOwnProperty(e))&&ce("/"+e+" "+_e[e].objectNumber+" 0 R");ce(">>")}(),function(){if(Object.keys(Ce).length>0){for(var e in ce("/Shading <<"),Ce)Ce.hasOwnProperty(e)&&Ce[e]instanceof C&&Ce[e].objectNumber>=0&&ce("/"+e+" "+Ce[e].objectNumber+" 0 R");De.publish("putShadingPatternDict"),ce(">>")}}(),function(e){if(Object.keys(Ce).length>0){for(var t in ce("/Pattern <<"),Ce)Ce.hasOwnProperty(t)&&Ce[t]instanceof b.TilingPattern&&Ce[t].objectNumber>=0&&Ce[t].objectNumber<e&&ce("/"+t+" "+Ce[t].objectNumber+" 0 R");De.publish("putTilingPatternDict"),ce(">>")}}(e.objectOid),function(){if(Object.keys(Pe).length>0){var e;for(e in ce("/ExtGState <<"),Pe)Pe.hasOwnProperty(e)&&Pe[e].objectNumber>=0&&ce("/"+e+" "+Pe[e].objectNumber+" 0 R");De.publish("putGStateDict"),ce(">>")}}(),function(){for(var e in ce("/XObject <<"),Be)Be.hasOwnProperty(e)&&Be[e].objectNumber>=0&&ce("/"+e+" "+Be[e].objectNumber+" 0 R");De.publish("putXobjectDict"),ce(">>")}(),ce(">>"),ce("endobj")},ut=function(){var e=[];(function(){for(var e in _e)_e.hasOwnProperty(e)&&(!1===m||!0===m&&v.hasOwnProperty(e))&&ot(_e[e])})(),function(){var e;for(e in Pe)Pe.hasOwnProperty(e)&&ct(Pe[e])}(),function(){for(var e in Be)Be.hasOwnProperty(e)&&it(Be[e])}(),function(e){var t;for(t in Ce)Ce.hasOwnProperty(t)&&(Ce[t]instanceof C?at(Ce[t]):Ce[t]instanceof R&&st(Ce[t],e))}(e),De.publish("putResources"),e.forEach(lt),lt({resourcesOid:Je,objectOid:Number.MAX_SAFE_INTEGER}),De.publish("postPutResources")},ft=function(e){Oe[e.fontName]=Oe[e.fontName]||{},Oe[e.fontName][e.fontStyle]=e.id},ht=function(e,t,r,n,o){var i={id:"F"+(Object.keys(_e).length+1).toString(10),postScriptName:e,fontName:t,fontStyle:r,encoding:n,isStandardFont:o||!1,metadata:{}};return De.publish("addFont",{font:i,instance:this}),_e[i.id]=i,ft(i),i.id},dt=b.__private__.pdfEscape=b.pdfEscape=function(e,t){return function(e,t){var r,n,o,i,a,s,c,l,u;if(o=(t=t||{}).sourceEncoding||"Unicode",a=t.outputEncoding,(t.autoencode||a)&&_e[xe].metadata&&_e[xe].metadata[o]&&_e[xe].metadata[o].encoding&&(i=_e[xe].metadata[o].encoding,!a&&_e[xe].encoding&&(a=_e[xe].encoding),!a&&i.codePages&&(a=i.codePages[0]),"string"==typeof a&&(a=i[a]),a)){for(c=!1,s=[],r=0,n=e.length;r<n;r++)(l=a[e.charCodeAt(r)])?s.push(String.fromCharCode(l)):s.push(e[r]),s[r].charCodeAt(0)>>8&&(c=!0);e=s.join("")}for(r=e.length;void 0===c&&0!==r;)e.charCodeAt(r-1)>>8&&(c=!0),r--;if(!c)return e;for(s=t.noBOM?[]:[254,255],r=0,n=e.length;r<n;r++){if((u=(l=e.charCodeAt(r))>>8)>>8)throw new Error("Character at position "+r+" of string '"+e+"' exceeds 16bits. Cannot be encoded into UCS-2 BE");s.push(u),s.push(l-(u<<8))}return String.fromCharCode.apply(void 0,s)}(e,t).replace(/\\/g,"\\\\").replace(/\(/g,"\\(").replace(/\)/g,"\\)")},pt=b.__private__.beginPage=function(e){oe[++Fe]=[],je[Fe]={objId:0,contentsObjId:0,userUnit:Number(h),artBox:null,bleedBox:null,cropBox:null,trimBox:null,mediaBox:{bottomLeftX:0,bottomLeftY:0,topRightX:Number(e[0]),topRightY:Number(e[1])}},vt(Fe),se(oe[K])},gt=function(e,t){var r,i,s;switch(o=t||o,"string"==typeof e&&(r=x(e.toLowerCase()),Array.isArray(r)&&(i=r[0],s=r[1])),Array.isArray(e)&&(i=e[0]*ke,s=e[1]*ke),isNaN(i)&&(i=a[0],s=a[1]),(i>14400||s>14400)&&(n.warn("A page in a PDF can not be wider or taller than 14400 userUnit. jsPDF limits the width/height to 14400"),i=Math.min(14400,i),s=Math.min(14400,s)),a=[i,s],o.substr(0,1)){case"l":s>i&&(a=[s,i]);break;case"p":i>s&&(a=[s,i])}pt(a),Xt(Gt),ce(rr),0!==cr&&ce(cr+" J"),0!==lr&&ce(lr+" j"),De.publish("addPage",{pageNumber:Fe})},mt=function(e){e>0&&e<=Fe&&(oe.splice(e,1),je.splice(e,1),Fe--,K>Fe&&(K=Fe),this.setPage(K))},vt=function(e){e>0&&e<=Fe&&(K=e)},bt=b.__private__.getNumberOfPages=b.getNumberOfPages=function(){return oe.length-1},yt=function(e,t,r){var o,i=void 0;return r=r||{},e=void 0!==e?e:_e[xe].fontName,t=void 0!==t?t:_e[xe].fontStyle,o=e.toLowerCase(),void 0!==Oe[o]&&void 0!==Oe[o][t]?i=Oe[o][t]:void 0!==Oe[e]&&void 0!==Oe[e][t]?i=Oe[e][t]:!1===r.disableWarning&&n.warn("Unable to look up font label for font '"+e+"', '"+t+"'. Refer to getFontList() for available fonts."),i||r.noFallback||null==(i=Oe.times[t])&&(i=Oe.times.normal),i},wt=b.__private__.putInfo=function(){var e=$e(),t=function(e){return e};for(var r in null!==g&&(t=Nt.encryptor(e,0)),ce("<<"),ce("/Producer ("+dt(t("jsPDF "+P.version))+")"),Se)Se.hasOwnProperty(r)&&Se[r]&&ce("/"+r.substr(0,1).toUpperCase()+r.substr(1)+" ("+dt(t(Se[r]))+")");ce("/CreationDate ("+dt(t(z))+")"),ce(">>"),ce("endobj")},St=b.__private__.putCatalog=function(e){var t=(e=e||{}).rootDictionaryObjId||Ke;switch($e(),ce("<<"),ce("/Type /Catalog"),ce("/Pages "+t+" 0 R"),de||(de="fullwidth"),de){case"fullwidth":ce("/OpenAction [3 0 R /FitH null]");break;case"fullheight":ce("/OpenAction [3 0 R /FitV null]");break;case"fullpage":ce("/OpenAction [3 0 R /Fit]");break;case"original":ce("/OpenAction [3 0 R /XYZ null null 1]");break;default:var r=""+de;"%"===r.substr(r.length-1)&&(de=parseInt(de)/100),"number"==typeof de&&ce("/OpenAction [3 0 R /XYZ null null "+M(de)+"]")}switch(be||(be="continuous"),be){case"continuous":ce("/PageLayout /OneColumn");break;case"single":ce("/PageLayout /SinglePage");break;case"two":case"twoleft":ce("/PageLayout /TwoColumnLeft");break;case"tworight":ce("/PageLayout /TwoColumnRight")}me&&ce("/PageMode /"+me),De.publish("putCatalog"),ce(">>"),ce("endobj")},xt=b.__private__.putTrailer=function(){ce("trailer"),ce("<<"),ce("/Size "+(Q+1)),ce("/Root "+Q+" 0 R"),ce("/Info "+(Q-1)+" 0 R"),null!==g&&ce("/Encrypt "+Nt.oid+" 0 R"),ce("/ID [ <"+H+"> <"+H+"> ]"),ce(">>")},kt=b.__private__.putHeader=function(){ce("%PDF-"+y),ce("%ºß¬à")},Tt=b.__private__.putXRef=function(){var e="0000000000";ce("xref"),ce("0 "+(Q+1)),ce("0000000000 65535 f ");for(var t=1;t<=Q;t++)"function"==typeof ee[t]?ce((e+ee[t]()).slice(-10)+" 00000 n "):void 0!==ee[t]?ce((e+ee[t]).slice(-10)+" 00000 n "):ce("0000000000 00000 n ")},At=b.__private__.buildDocument=function(){Q=0,re=0,te=[],ee=[],ne=[],Ke=Ge(),Je=Ge(),se(te),De.publish("buildDocument"),kt(),nt(),function(){De.publish("putAdditionalObjects");for(var e=0;e<ne.length;e++){var t=ne[e];Xe(t.objId,!0),ce(t.content),ce("endobj")}De.publish("postPutAdditionalObjects")}(),ut(),null!==g&&(Nt.oid=$e(),ce("<<"),ce("/Filter /Standard"),ce("/V "+Nt.v),ce("/R "+Nt.r),ce("/U <"+Nt.toHexString(Nt.U)+">"),ce("/O <"+Nt.toHexString(Nt.O)+">"),ce("/P "+Nt.P),ce(">>"),ce("endobj")),wt(),St();var e=re;return Tt(),xt(),ce("startxref"),ce(""+e),ce("%%EOF"),se(oe[K]),te.join("\n")},Et=b.__private__.getBlob=function(e){return new Blob([ue(e)],{type:"application/pdf"})},_t=b.output=b.__private__.output=function(e){return e.foo=function(){try{return e.apply(this,arguments)}catch(e){var r=e.stack||"";~r.indexOf(" at ")&&(r=r.split(" at ")[1]);var n="Error in function "+r.split("\n")[0].split("<")[0]+": "+e.message;if(!t.console)throw new Error(n);t.console.error(n,e),t.alert&&alert(n)}},e.foo.bar=e,e.foo}((function(e,r){switch("string"==typeof(r=r||{})?r={filename:r}:r.filename=r.filename||"generated.pdf",e){case void 0:return At();case"save":b.save(r.filename);break;case"arraybuffer":return ue(At());case"blob":return Et(At());case"bloburi":case"bloburl":if(void 0!==t.URL&&"function"==typeof t.URL.createObjectURL)return t.URL&&t.URL.createObjectURL(Et(At()))||void 0;n.warn("bloburl is not supported by your system, because URL.createObjectURL is not supported by your browser.");break;case"datauristring":case"dataurlstring":var o="",i=At();try{o=c(i)}catch(e){o=c(unescape(encodeURIComponent(i)))}return"data:application/pdf;filename="+r.filename+";base64,"+o;case"pdfobjectnewwindow":if("[object Window]"===Object.prototype.toString.call(t)){var a='<html><style>html, body { padding: 0; margin: 0; } iframe { width: 100%; height: 100%; border: 0;} </style><body><script src="'+(r.pdfObjectUrl||"https://cdnjs.cloudflare.com/ajax/libs/pdfobject/2.1.1/pdfobject.min.js")+'"><\/script><script >PDFObject.embed("'+this.output("dataurlstring")+'", '+JSON.stringify(r)+");<\/script></body></html>",s=t.open();return null!==s&&s.document.write(a),s}throw new Error("The option pdfobjectnewwindow just works in a browser-environment.");case"pdfjsnewwindow":if("[object Window]"===Object.prototype.toString.call(t)){var l='<html><style>html, body { padding: 0; margin: 0; } iframe { width: 100%; height: 100%; border: 0;} </style><body><iframe id="pdfViewer" src="'+(r.pdfJsUrl||"examples/PDF.js/web/viewer.html")+"?file=&downloadName="+r.filename+'" width="500px" height="400px" /></body></html>',u=t.open();if(null!==u){u.document.write(l);var f=this;u.document.documentElement.querySelector("#pdfViewer").onload=function(){u.document.title=r.filename,u.document.documentElement.querySelector("#pdfViewer").contentWindow.PDFViewerApplication.open(f.output("bloburl"))}}return u}throw new Error("The option pdfjsnewwindow just works in a browser-environment.");case"dataurlnewwindow":if("[object Window]"!==Object.prototype.toString.call(t))throw new Error("The option dataurlnewwindow just works in a browser-environment.");var h='<html><style>html, body { padding: 0; margin: 0; } iframe { width: 100%; height: 100%; border: 0;} </style><body><iframe src="'+this.output("datauristring",r)+'"></iframe></body></html>',d=t.open();if(null!==d&&(d.document.write(h),d.document.title=r.filename),d||"undefined"==typeof safari)return d;break;case"datauri":case"dataurl":return t.document.location.href=this.output("datauristring",r);default:return null}})),Ot=function(e){return!0===Array.isArray(Me)&&Me.indexOf(e)>-1};switch(i){case"pt":ke=1;break;case"mm":ke=72/25.4;break;case"cm":ke=72/2.54;break;case"in":ke=72;break;case"px":ke=1==Ot("px_scaling")?.75:96/72;break;case"pc":case"em":ke=12;break;case"ex":ke=6;break;default:throw new Error("Invalid unit: "+i)}var Nt=null;X(),q();var Ct=b.__private__.getPageInfo=b.getPageInfo=function(e){if(isNaN(e)||e%1!=0)throw new Error("Invalid argument passed to jsPDF.getPageInfo");return{objId:je[e].objId,pageNumber:e,pageContext:je[e]}},Rt=b.__private__.getPageInfoByObjId=function(e){if(isNaN(e)||e%1!=0)throw new Error("Invalid argument passed to jsPDF.getPageInfoByObjId");for(var t in je)if(je[t].objId===e)break;return Ct(t)},Pt=b.__private__.getCurrentPageInfo=b.getCurrentPageInfo=function(){return{objId:je[K].objId,pageNumber:K,pageContext:je[K]}};b.addPage=function(){return gt.apply(this,arguments),this},b.setPage=function(){return vt.apply(this,arguments),se.call(this,oe[K]),this},b.insertPage=function(e){return this.addPage(),this.movePage(K,e),this},b.movePage=function(e,t){var r,n;if(e>t){r=oe[e],n=je[e];for(var o=e;o>t;o--)oe[o]=oe[o-1],je[o]=je[o-1];oe[t]=r,je[t]=n,this.setPage(t)}else if(e<t){r=oe[e],n=je[e];for(var i=e;i<t;i++)oe[i]=oe[i+1],je[i]=je[i+1];oe[t]=r,je[t]=n,this.setPage(t)}return this},b.deletePage=function(){return mt.apply(this,arguments),this},b.__private__.text=b.text=function(e,t,r,n,o){var i,a,s,c,l,u,f,h,d=(n=n||{}).scope||this;if("number"==typeof e&&"number"==typeof t&&("string"==typeof r||Array.isArray(r))){var p=r;r=t,t=e,e=p}if(arguments[3]instanceof ze==0?(s=arguments[4],c=arguments[5],"object"==typeof(f=arguments[3])&&null!==f||("string"==typeof s&&(c=s,s=null),"string"==typeof f&&(c=f,f=null),"number"==typeof f&&(s=f,f=null),n={flags:f,angle:s,align:c})):(j("The transform parameter of text() with a Matrix value"),h=o),isNaN(t)||isNaN(r)||null==e)throw new Error("Invalid arguments passed to jsPDF.text");if(0===e.length)return d;var g,m="",b="number"==typeof n.lineHeightFactor?n.lineHeightFactor:$t,y=d.internal.scaleFactor;function w(e){return e=e.split("\t").join(Array(n.TabLen||9).join(" ")),dt(e,f)}function S(e){for(var t,r=e.concat(),n=[],o=r.length;o--;)"string"==typeof(t=r.shift())?n.push(t):Array.isArray(e)&&(1===t.length||void 0===t[1]&&void 0===t[2])?n.push(t[0]):n.push([t[0],t[1],t[2]]);return n}function x(e,t){var r;if("string"==typeof e)r=t(e)[0];else if(Array.isArray(e)){for(var n,o,i=e.concat(),a=[],s=i.length;s--;)"string"==typeof(n=i.shift())?a.push(t(n)[0]):Array.isArray(n)&&"string"==typeof n[0]&&(o=t(n[0],n[1],n[2]),a.push([o[0],o[1],o[2]]));r=a}return r}var k=!1,E=!0;if("string"==typeof e)k=!0;else if(Array.isArray(e)){var _=e.concat();a=[];for(var O,N=_.length;N--;)("string"!=typeof(O=_.shift())||Array.isArray(O)&&"string"!=typeof O[0])&&(E=!1);k=E}if(!1===k)throw new Error('Type of text must be string or Array. "'+e+'" is not recognized.');"string"==typeof e&&(e=e.match(/[\r?\n]/)?e.split(/\r\n|\r|\n/g):[e]);var C=he/d.internal.scaleFactor,R=C*($t-1);switch(n.baseline){case"bottom":r-=R;break;case"top":r+=C-R;break;case"hanging":r+=C-2*R;break;case"middle":r+=C/2-R}if((u=n.maxWidth||0)>0&&("string"==typeof e?e=d.splitTextToSize(e,u):"[object Array]"===Object.prototype.toString.call(e)&&(e=e.reduce((function(e,t){return e.concat(d.splitTextToSize(t,u))}),[]))),i={text:e,x:t,y:r,options:n,mutex:{pdfEscape:dt,activeFontKey:xe,fonts:_e,activeFontSize:he}},De.publish("preProcessText",i),e=i.text,s=(n=i.options).angle,h instanceof ze==0&&s&&"number"==typeof s){s*=Math.PI/180,0===n.rotationDirection&&(s=-s),A===T&&(s=-s);var P=Math.cos(s),L=Math.sin(s);h=new ze(P,L,-L,P,0,0)}else s&&s instanceof ze&&(h=s);A!==T||h||(h=Ve),void 0!==(l=n.charSpace||ar)&&(m+=F(W(l))+" Tc\n",this.setCharSpace(this.getCharSpace()||0)),n.lang;var I=-1,D=void 0!==n.renderingMode?n.renderingMode:n.stroke,M=d.internal.getCurrentPageInfo().pageContext;switch(D){case 0:case!1:case"fill":I=0;break;case 1:case!0:case"stroke":I=1;break;case 2:case"fillThenStroke":I=2;break;case 3:case"invisible":I=3;break;case 4:case"fillAndAddForClipping":I=4;break;case 5:case"strokeAndAddPathForClipping":I=5;break;case 6:case"fillThenStrokeAndAddToPathForClipping":I=6;break;case 7:case"addToPathForClipping":I=7}var B=void 0!==M.usedRenderingMode?M.usedRenderingMode:-1;-1!==I?m+=I+" Tr\n":-1!==B&&(m+="0 Tr\n"),-1!==I&&(M.usedRenderingMode=I),c=n.align||"left";var U,z=he*b,H=d.internal.pageSize.getWidth(),V=_e[xe];l=n.charSpace||ar,u=n.maxWidth||0,f=Object.assign({autoencode:!0,noBOM:!0},n.flags);var q=[];if("[object Array]"===Object.prototype.toString.call(e)){var $;a=S(e),"left"!==c&&(U=a.map((function(e){return d.getStringUnitWidth(e,{font:V,charSpace:l,fontSize:he,doKerning:!1})*he/y})));var G,X=0;if("right"===c){t-=U[0],e=[],N=a.length;for(var Y=0;Y<N;Y++)0===Y?(G=Zt(t),$=Qt(r)):(G=W(X-U[Y]),$=-z),e.push([a[Y],G,$]),X=U[Y]}else if("center"===c){t-=U[0]/2,e=[],N=a.length;for(var K=0;K<N;K++)0===K?(G=Zt(t),$=Qt(r)):(G=W((X-U[K])/2),$=-z),e.push([a[K],G,$]),X=U[K]}else if("left"===c){e=[],N=a.length;for(var J=0;J<N;J++)e.push(a[J])}else{if("justify"!==c)throw new Error('Unrecognized alignment option, use "left", "center", "right" or "justify".');e=[],N=a.length,u=0!==u?u:H;for(var Z=0;Z<N;Z++)$=0===Z?Qt(r):-z,G=0===Z?Zt(t):0,Z<N-1&&q.push(F(W((u-U[Z])/(a[Z].split(" ").length-1)))),e.push([a[Z],G,$])}}!0===("boolean"==typeof n.R2L?n.R2L:ge)&&(e=x(e,(function(e,t,r){return[e.split("").reverse().join(""),t,r]}))),i={text:e,x:t,y:r,options:n,mutex:{pdfEscape:dt,activeFontKey:xe,fonts:_e,activeFontSize:he}},De.publish("postProcessText",i),e=i.text,g=i.mutex.isHex||!1;var Q=_e[xe].encoding;"WinAnsiEncoding"!==Q&&"StandardEncoding"!==Q||(e=x(e,(function(e,t,r){return[w(e),t,r]}))),a=S(e),e=[];for(var ee,te,re,ne=Array.isArray(a[0])?1:0,oe="",ie=function(e,t,r){var o="";return r instanceof ze?(r="number"==typeof n.angle?He(r,new ze(1,0,0,1,e,t)):He(new ze(1,0,0,1,e,t),r),A===T&&(r=He(new ze(1,0,0,-1,0,0),r)),o=r.join(" ")+" Tm\n"):o=F(e)+" "+F(t)+" Td\n",o},ae=0;ae<a.length;ae++){switch(oe="",ne){case 1:re=(g?"<":"(")+a[ae][0]+(g?">":")"),ee=parseFloat(a[ae][1]),te=parseFloat(a[ae][2]);break;case 0:re=(g?"<":"(")+a[ae]+(g?">":")"),ee=Zt(t),te=Qt(r)}void 0!==q&&void 0!==q[ae]&&(oe=q[ae]+" Tw\n"),0===ae?e.push(oe+ie(ee,te,h)+re):0===ne?e.push(oe+re):1===ne&&e.push(oe+ie(ee,te,h)+re)}e=0===ne?e.join(" Tj\nT* "):e.join(" Tj\n"),e+=" Tj\n";var se="BT\n/";return se+=xe+" "+he+" Tf\n",se+=F(he*b)+" TL\n",se+=or+"\n",se+=m,se+=e,ce(se+="ET"),v[xe]=!0,d};var Lt=b.__private__.clip=b.clip=function(e){return ce("evenodd"===e?"W*":"W"),this};b.clipEvenOdd=function(){return Lt("evenodd")},b.__private__.discardPath=b.discardPath=function(){return ce("n"),this};var It=b.__private__.isValidStyle=function(e){var t=!1;return-1!==[void 0,null,"S","D","F","DF","FD","f","f*","B","B*","n"].indexOf(e)&&(t=!0),t};b.__private__.setDefaultPathOperation=b.setDefaultPathOperation=function(e){return It(e)&&(p=e),this};var Ft=b.__private__.getStyle=b.getStyle=function(e){var t=p;switch(e){case"D":case"S":t="S";break;case"F":t="f";break;case"FD":case"DF":t="B";break;case"f":case"f*":case"B":case"B*":t=e}return t},jt=b.close=function(){return ce("h"),this};b.stroke=function(){return ce("S"),this},b.fill=function(e){return Dt("f",e),this},b.fillEvenOdd=function(e){return Dt("f*",e),this},b.fillStroke=function(e){return Dt("B",e),this},b.fillStrokeEvenOdd=function(e){return Dt("B*",e),this};var Dt=function(e,t){"object"==typeof t?Wt(t,e):ce(e)},Mt=function(e){null===e||A===T&&void 0===e||(e=Ft(e),ce(e))};function Bt(e,t,r,n,o){var i=new R(t||this.boundingBox,r||this.xStep,n||this.yStep,this.gState,o||this.matrix);i.stream=this.stream;var a=e+"$$"+this.cloneIndex+++"$$";return qe(a,i),i}var Wt=function(e,t){var r=Re[e.key],n=Ce[r];if(n instanceof C)ce("q"),ce(Ut(t)),n.gState&&b.setGState(n.gState),ce(e.matrix.toString()+" cm"),ce("/"+r+" sh"),ce("Q");else if(n instanceof R){var o=new ze(1,0,0,-1,0,br());e.matrix&&(o=o.multiply(e.matrix||Ve),r=Bt.call(n,e.key,e.boundingBox,e.xStep,e.yStep,o).id),ce("q"),ce("/Pattern cs"),ce("/"+r+" scn"),n.gState&&b.setGState(n.gState),ce(t),ce("Q")}},Ut=function(e){switch(e){case"f":case"F":case"n":return"W n";case"f*":return"W* n";case"B":case"S":return"W S";case"B*":return"W* S"}},zt=b.moveTo=function(e,t){return ce(F(W(e))+" "+F(U(t))+" m"),this},Ht=b.lineTo=function(e,t){return ce(F(W(e))+" "+F(U(t))+" l"),this},Vt=b.curveTo=function(e,t,r,n,o,i){return ce([F(W(e)),F(U(t)),F(W(r)),F(U(n)),F(W(o)),F(U(i)),"c"].join(" ")),this};b.__private__.line=b.line=function(e,t,r,n,o){if(isNaN(e)||isNaN(t)||isNaN(r)||isNaN(n)||!It(o))throw new Error("Invalid arguments passed to jsPDF.line");return A===k?this.lines([[r-e,n-t]],e,t,[1,1],o||"S"):this.lines([[r-e,n-t]],e,t,[1,1]).stroke()},b.__private__.lines=b.lines=function(e,t,r,n,o,i){var a,s,c,l,u,f,h,d,p,g,m,v;if("number"==typeof e&&(v=r,r=t,t=e,e=v),n=n||[1,1],i=i||!1,isNaN(t)||isNaN(r)||!Array.isArray(e)||!Array.isArray(n)||!It(o)||"boolean"!=typeof i)throw new Error("Invalid arguments passed to jsPDF.lines");for(zt(t,r),a=n[0],s=n[1],l=e.length,g=t,m=r,c=0;c<l;c++)2===(u=e[c]).length?(g=u[0]*a+g,m=u[1]*s+m,Ht(g,m)):(f=u[0]*a+g,h=u[1]*s+m,d=u[2]*a+g,p=u[3]*s+m,g=u[4]*a+g,m=u[5]*s+m,Vt(f,h,d,p,g,m));return i&&jt(),Mt(o),this},b.path=function(e){for(var t=0;t<e.length;t++){var r=e[t],n=r.c;switch(r.op){case"m":zt(n[0],n[1]);break;case"l":Ht(n[0],n[1]);break;case"c":Vt.apply(this,n);break;case"h":jt()}}return this},b.__private__.rect=b.rect=function(e,t,r,n,o){if(isNaN(e)||isNaN(t)||isNaN(r)||isNaN(n)||!It(o))throw new Error("Invalid arguments passed to jsPDF.rect");return A===k&&(n=-n),ce([F(W(e)),F(U(t)),F(W(r)),F(W(n)),"re"].join(" ")),Mt(o),this},b.__private__.triangle=b.triangle=function(e,t,r,n,o,i,a){if(isNaN(e)||isNaN(t)||isNaN(r)||isNaN(n)||isNaN(o)||isNaN(i)||!It(a))throw new Error("Invalid arguments passed to jsPDF.triangle");return this.lines([[r-e,n-t],[o-r,i-n],[e-o,t-i]],e,t,[1,1],a,!0),this},b.__private__.roundedRect=b.roundedRect=function(e,t,r,n,o,i,a){if(isNaN(e)||isNaN(t)||isNaN(r)||isNaN(n)||isNaN(o)||isNaN(i)||!It(a))throw new Error("Invalid arguments passed to jsPDF.roundedRect");var s=4/3*(Math.SQRT2-1);return o=Math.min(o,.5*r),i=Math.min(i,.5*n),this.lines([[r-2*o,0],[o*s,0,o,i-i*s,o,i],[0,n-2*i],[0,i*s,-o*s,i,-o,i],[2*o-r,0],[-o*s,0,-o,-i*s,-o,-i],[0,2*i-n],[0,-i*s,o*s,-i,o,-i]],e+o,t,[1,1],a,!0),this},b.__private__.ellipse=b.ellipse=function(e,t,r,n,o){if(isNaN(e)||isNaN(t)||isNaN(r)||isNaN(n)||!It(o))throw new Error("Invalid arguments passed to jsPDF.ellipse");var i=4/3*(Math.SQRT2-1)*r,a=4/3*(Math.SQRT2-1)*n;return zt(e+r,t),Vt(e+r,t-a,e+i,t-n,e,t-n),Vt(e-i,t-n,e-r,t-a,e-r,t),Vt(e-r,t+a,e-i,t+n,e,t+n),Vt(e+i,t+n,e+r,t+a,e+r,t),Mt(o),this},b.__private__.circle=b.circle=function(e,t,r,n){if(isNaN(e)||isNaN(t)||isNaN(r)||!It(n))throw new Error("Invalid arguments passed to jsPDF.circle");return this.ellipse(e,t,r,r,n)},b.setFont=function(e,t,r){return r&&(t=I(t,r)),xe=yt(e,t,{disableWarning:!1}),this};var qt=b.__private__.getFont=b.getFont=function(){return _e[yt.apply(b,arguments)]};b.__private__.getFontList=b.getFontList=function(){var e,t,r={};for(e in Oe)if(Oe.hasOwnProperty(e))for(t in r[e]=[],Oe[e])Oe[e].hasOwnProperty(t)&&r[e].push(t);return r},b.addFont=function(e,t,r,n,o){var i=["StandardEncoding","MacRomanEncoding","Identity-H","WinAnsiEncoding"];return arguments[3]&&-1!==i.indexOf(arguments[3])?o=arguments[3]:arguments[3]&&-1==i.indexOf(arguments[3])&&(r=I(r,n)),ht.call(this,e,t,r,o=o||"Identity-H")};var $t,Gt=e.lineWidth||.200025,Xt=b.__private__.setLineWidth=b.setLineWidth=function(e){return ce(F(W(e))+" w"),this};b.__private__.setLineDash=P.API.setLineDash=P.API.setLineDashPattern=function(e,t){if(e=e||[],t=t||0,isNaN(t)||!Array.isArray(e))throw new Error("Invalid arguments passed to jsPDF.setLineDash");return e=e.map((function(e){return F(W(e))})).join(" "),t=F(W(t)),ce("["+e+"] "+t+" d"),this};var Yt=b.__private__.getLineHeight=b.getLineHeight=function(){return he*$t};b.__private__.getLineHeight=b.getLineHeight=function(){return he*$t};var Kt=b.__private__.setLineHeightFactor=b.setLineHeightFactor=function(e){return"number"==typeof(e=e||1.15)&&($t=e),this},Jt=b.__private__.getLineHeightFactor=b.getLineHeightFactor=function(){return $t};Kt(e.lineHeight);var Zt=b.__private__.getHorizontalCoordinate=function(e){return W(e)},Qt=b.__private__.getVerticalCoordinate=function(e){return A===T?e:je[K].mediaBox.topRightY-je[K].mediaBox.bottomLeftY-W(e)},er=b.__private__.getHorizontalCoordinateString=b.getHorizontalCoordinateString=function(e){return F(Zt(e))},tr=b.__private__.getVerticalCoordinateString=b.getVerticalCoordinateString=function(e){return F(Qt(e))},rr=e.strokeColor||"0 G";b.__private__.getStrokeColor=b.getDrawColor=function(){return Ze(rr)},b.__private__.setStrokeColor=b.setDrawColor=function(e,t,r,n){return rr=Qe({ch1:e,ch2:t,ch3:r,ch4:n,pdfColorType:"draw",precision:2}),ce(rr),this};var nr=e.fillColor||"0 g";b.__private__.getFillColor=b.getFillColor=function(){return Ze(nr)},b.__private__.setFillColor=b.setFillColor=function(e,t,r,n){return nr=Qe({ch1:e,ch2:t,ch3:r,ch4:n,pdfColorType:"fill",precision:2}),ce(nr),this};var or=e.textColor||"0 g",ir=b.__private__.getTextColor=b.getTextColor=function(){return Ze(or)};b.__private__.setTextColor=b.setTextColor=function(e,t,r,n){return or=Qe({ch1:e,ch2:t,ch3:r,ch4:n,pdfColorType:"text",precision:3}),this};var ar=e.charSpace,sr=b.__private__.getCharSpace=b.getCharSpace=function(){return parseFloat(ar||0)};b.__private__.setCharSpace=b.setCharSpace=function(e){if(isNaN(e))throw new Error("Invalid argument passed to jsPDF.setCharSpace");return ar=e,this};var cr=0;b.CapJoinStyles={0:0,butt:0,but:0,miter:0,1:1,round:1,rounded:1,circle:1,2:2,projecting:2,project:2,square:2,bevel:2},b.__private__.setLineCap=b.setLineCap=function(e){var t=b.CapJoinStyles[e];if(void 0===t)throw new Error("Line cap style of '"+e+"' is not recognized. See or extend .CapJoinStyles property for valid styles");return cr=t,ce(t+" J"),this};var lr=0;b.__private__.setLineJoin=b.setLineJoin=function(e){var t=b.CapJoinStyles[e];if(void 0===t)throw new Error("Line join style of '"+e+"' is not recognized. See or extend .CapJoinStyles property for valid styles");return lr=t,ce(t+" j"),this},b.__private__.setLineMiterLimit=b.__private__.setMiterLimit=b.setLineMiterLimit=b.setMiterLimit=function(e){if(e=e||0,isNaN(e))throw new Error("Invalid argument passed to jsPDF.setLineMiterLimit");return ce(F(W(e))+" M"),this},b.GState=O,b.setGState=function(e){(e="string"==typeof e?Pe[Le[e]]:ur(null,e)).equals(Ie)||(ce("/"+e.id+" gs"),Ie=e)};var ur=function(e,t){if(!e||!Le[e]){var r=!1;for(var n in Pe)if(Pe.hasOwnProperty(n)&&Pe[n].equals(t)){r=!0;break}if(r)t=Pe[n];else{var o="GS"+(Object.keys(Pe).length+1).toString(10);Pe[o]=t,t.id=o}return e&&(Le[e]=t.id),De.publish("addGState",t),t}};b.addGState=function(e,t){return ur(e,t),this},b.saveGraphicsState=function(){return ce("q"),Ne.push({key:xe,size:he,color:or}),this},b.restoreGraphicsState=function(){ce("Q");var e=Ne.pop();return xe=e.key,he=e.size,or=e.color,Ie=null,this},b.setCurrentTransformationMatrix=function(e){return ce(e.toString()+" cm"),this},b.comment=function(e){return ce("#"+e),this};var fr=function(e,t){var r=e||0;Object.defineProperty(this,"x",{enumerable:!0,get:function(){return r},set:function(e){isNaN(e)||(r=parseFloat(e))}});var n=t||0;Object.defineProperty(this,"y",{enumerable:!0,get:function(){return n},set:function(e){isNaN(e)||(n=parseFloat(e))}});var o="pt";return Object.defineProperty(this,"type",{enumerable:!0,get:function(){return o},set:function(e){o=e.toString()}}),this},hr=function(e,t,r,n){fr.call(this,e,t),this.type="rect";var o=r||0;Object.defineProperty(this,"w",{enumerable:!0,get:function(){return o},set:function(e){isNaN(e)||(o=parseFloat(e))}});var i=n||0;return Object.defineProperty(this,"h",{enumerable:!0,get:function(){return i},set:function(e){isNaN(e)||(i=parseFloat(e))}}),this},dr=function(){this.page=Fe,this.currentPage=K,this.pages=oe.slice(0),this.pagesContext=je.slice(0),this.x=Te,this.y=Ae,this.matrix=Ee,this.width=mr(K),this.height=br(K),this.outputDestination=ae,this.id="",this.objectNumber=-1};dr.prototype.restore=function(){Fe=this.page,K=this.currentPage,je=this.pagesContext,oe=this.pages,Te=this.x,Ae=this.y,Ee=this.matrix,vr(K,this.width),yr(K,this.height),ae=this.outputDestination};var pr=function(e,t,r,n,o){Ue.push(new dr),Fe=K=0,oe=[],Te=e,Ae=t,Ee=o,pt([r,n])};for(var gr in b.beginFormObject=function(e,t,r,n,o){return pr(e,t,r,n,o),this},b.endFormObject=function(e){return function(e){if(!We[e]){var t=new dr,r="Xo"+(Object.keys(Be).length+1).toString(10);t.id=r,We[e]=r,Be[r]=t,De.publish("addFormObject",t),Ue.pop().restore()}}(e),this},b.doFormObject=function(e,t){var r=Be[We[e]];return ce("q"),ce(t.toString()+" cm"),ce("/"+r.id+" Do"),ce("Q"),this},b.getFormObject=function(e){var t=Be[We[e]];return{x:t.x,y:t.y,width:t.width,height:t.height,matrix:t.matrix}},b.save=function(e,r){return e=e||"generated.pdf",(r=r||{}).returnPromise=r.returnPromise||!1,!1===r.returnPromise?(l(Et(At()),e),"function"==typeof l.unload&&t.setTimeout&&setTimeout(l.unload,911),this):new Promise((function(r,n){try{var o=l(Et(At()),e);"function"==typeof l.unload&&t.setTimeout&&setTimeout(l.unload,911),r(o)}catch(e){n(e.message)}}))},P.API)P.API.hasOwnProperty(gr)&&("events"===gr&&P.API.events.length?function(e,t){var r,n,o;for(o=t.length-1;-1!==o;o--)r=t[o][0],n=t[o][1],e.subscribe.apply(e,[r].concat("function"==typeof n?[n]:n))}(De,P.API.events):b[gr]=P.API[gr]);var mr=b.getPageWidth=function(e){return(je[e=e||K].mediaBox.topRightX-je[e].mediaBox.bottomLeftX)/ke},vr=b.setPageWidth=function(e,t){je[e].mediaBox.topRightX=t*ke+je[e].mediaBox.bottomLeftX},br=b.getPageHeight=function(e){return(je[e=e||K].mediaBox.topRightY-je[e].mediaBox.bottomLeftY)/ke},yr=b.setPageHeight=function(e,t){je[e].mediaBox.topRightY=t*ke+je[e].mediaBox.bottomLeftY};return b.internal={pdfEscape:dt,getStyle:Ft,getFont:qt,getFontSize:pe,getCharSpace:sr,getTextColor:ir,getLineHeight:Yt,getLineHeightFactor:Jt,write:le,getHorizontalCoordinate:Zt,getVerticalCoordinate:Qt,getCoordinateString:er,getVerticalCoordinateString:tr,collections:{},newObject:$e,newAdditionalObject:Ye,newObjectDeferred:Ge,newObjectDeferredBegin:Xe,getFilters:et,putStream:tt,events:De,scaleFactor:ke,pageSize:{getWidth:function(){return mr(K)},setWidth:function(e){vr(K,e)},getHeight:function(){return br(K)},setHeight:function(e){yr(K,e)}},encryptionOptions:g,encryption:Nt,getEncryptor:function(e){return null!==g?Nt.encryptor(e,0):function(e){return e}},output:_t,getNumberOfPages:bt,pages:oe,out:ce,f2:M,f3:B,getPageInfo:Ct,getPageInfoByObjId:Rt,getCurrentPageInfo:Pt,getPDFVersion:w,Point:fr,Rectangle:hr,Matrix:ze,hasHotfix:Ot},Object.defineProperty(b.internal.pageSize,"width",{get:function(){return mr(K)},set:function(e){vr(K,e)},enumerable:!0,configurable:!0}),Object.defineProperty(b.internal.pageSize,"height",{get:function(){return br(K)},set:function(e){yr(K,e)},enumerable:!0,configurable:!0}),function(e){for(var t=0,r=fe.length;t<r;t++){var n=ht.call(this,e[t][0],e[t][1],e[t][2],fe[t][3],!0);!1===m&&(v[n]=!0);var o=e[t][0].split("-");ft({id:n,fontName:o[0],fontStyle:o[1]||""})}De.publish("addFonts",{fonts:_e,dictionary:Oe})}.call(b,fe),xe="F1",gt(a,o),De.publish("initialized"),b}E.prototype.lsbFirstWord=function(e){return String.fromCharCode(255&e,e>>8&255,e>>16&255,e>>24&255)},E.prototype.toHexString=function(e){return e.split("").map((function(e){return("0"+(255&e.charCodeAt(0)).toString(16)).slice(-2)})).join("")},E.prototype.hexToBytes=function(e){for(var t=[],r=0;r<e.length;r+=2)t.push(String.fromCharCode(parseInt(e.substr(r,2),16)));return t.join("")},E.prototype.processOwnerPassword=function(e,t){return T(x(t).substr(0,5),e)},E.prototype.encryptor=function(e,t){let r=x(this.encryptionKey+String.fromCharCode(255&e,e>>8&255,e>>16&255,255&t,t>>8&255)).substr(0,10);return function(e){return T(r,e)}},O.prototype.equals=function(e){var t,r="id,objectNumber,equals";if(!e||typeof e!=typeof this)return!1;var n=0;for(t in this)if(!(r.indexOf(t)>=0)){if(this.hasOwnProperty(t)&&!e.hasOwnProperty(t))return!1;if(this[t]!==e[t])return!1;n++}for(t in e)e.hasOwnProperty(t)&&r.indexOf(t)<0&&n--;return 0===n},P.API={events:[]},P.version="2.3.1";var L=P.API,I=1,F=function(e){return e.replace(/\\/g,"\\\\").replace(/\(/g,"\\(").replace(/\)/g,"\\)")},j=function(e){return e.replace(/\\\\/g,"\\").replace(/\\\(/g,"(").replace(/\\\)/g,")")},D=function(e){return e.toFixed(2)},M=function(e){return e.toFixed(5)};L.__acroform__={};var B=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e},W=function(e){return e*I},U=function(e){var t=new ne,r=ve.internal.getHeight(e)||0,n=ve.internal.getWidth(e)||0;return t.BBox=[0,0,Number(D(n)),Number(D(r))],t},z=L.__acroform__.setBit=function(e,t){if(e=e||0,t=t||0,isNaN(e)||isNaN(t))throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.setBit");return e|1<<t},H=L.__acroform__.clearBit=function(e,t){if(e=e||0,t=t||0,isNaN(e)||isNaN(t))throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.clearBit");return e&~(1<<t)},V=L.__acroform__.getBit=function(e,t){if(isNaN(e)||isNaN(t))throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.getBit");return e&1<<t?1:0},q=L.__acroform__.getBitForPdf=function(e,t){if(isNaN(e)||isNaN(t))throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.getBitForPdf");return V(e,t-1)},$=L.__acroform__.setBitForPdf=function(e,t){if(isNaN(e)||isNaN(t))throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.setBitForPdf");return z(e,t-1)},G=L.__acroform__.clearBitForPdf=function(e,t){if(isNaN(e)||isNaN(t))throw new Error("Invalid arguments passed to jsPDF.API.__acroform__.clearBitForPdf");return H(e,t-1)},X=L.__acroform__.calculateCoordinates=function(e,t){var r=t.internal.getHorizontalCoordinate,n=t.internal.getVerticalCoordinate,o=e[0],i=e[1],a=e[2],s=e[3],c={};return c.lowerLeft_X=r(o)||0,c.lowerLeft_Y=n(i+s)||0,c.upperRight_X=r(o+a)||0,c.upperRight_Y=n(i)||0,[Number(D(c.lowerLeft_X)),Number(D(c.lowerLeft_Y)),Number(D(c.upperRight_X)),Number(D(c.upperRight_Y))]},Y=function(e){if(e.appearanceStreamContent)return e.appearanceStreamContent;if(e.V||e.DV){var t=[],r=e._V||e.DV,n=K(e,r),o=e.scope.internal.getFont(e.fontName,e.fontStyle).id;t.push("/Tx BMC"),t.push("q"),t.push("BT"),t.push(e.scope.__private__.encodeColorString(e.color)),t.push("/"+o+" "+D(n.fontSize)+" Tf"),t.push("1 0 0 1 0 0 Tm"),t.push(n.text),t.push("ET"),t.push("Q"),t.push("EMC");var i=U(e);return i.scope=e.scope,i.stream=t.join("\n"),i}},K=function(e,t){var r=0===e.fontSize?e.maxFontSize:e.fontSize,n={text:"",fontSize:""},o=(t=")"==(t="("==t.substr(0,1)?t.substr(1):t).substr(t.length-1)?t.substr(0,t.length-1):t).split(" "),i=r,a=ve.internal.getHeight(e)||0;a=a<0?-a:a;var s=ve.internal.getWidth(e)||0;s=s<0?-s:s;var c=function(t,r,n){if(t+1<o.length){var i=r+" "+o[t+1];return J(i,e,n).width<=s-4}return!1};i++;e:for(;i>0;){t="",i--;var l,u,f=J("3",e,i).height,h=e.multiline?a-i:(a-f)/2,d=h+=2,p=0,g=0;if(i<=0){t="(...) Tj\n",t+="% Width of Text: "+J(t,e,i=12).width+", FieldWidth:"+s+"\n";break}var m="",v=0;for(var b in o)if(o.hasOwnProperty(b)){m=" "==(m+=o[b]+" ").substr(m.length-1)?m.substr(0,m.length-1):m;var y=parseInt(b),w=c(y,m,i),S=b>=o.length-1;if(w&&!S){m+=" ";continue}if(w||S){if(S)g=y;else if(e.multiline&&(f+2)*(v+2)+2>a)continue e}else{if(!e.multiline)continue e;if((f+2)*(v+2)+2>a)continue e;g=y}for(var x="",k=p;k<=g;k++)x+=o[k]+" ";switch(x=" "==x.substr(x.length-1)?x.substr(0,x.length-1):x,u=J(x,e,i).width,e.textAlign){case"right":l=s-u-2;break;case"center":l=(s-u)/2;break;default:l=2}t+=D(l)+" "+D(d)+" Td\n",t+="("+F(x)+") Tj\n",t+=-D(l)+" 0 Td\n",d=-(i+2),u=0,p=g+1,v++,m=""}break}return n.text=t,n.fontSize=i,n},J=function(e,t,r){var n=t.scope.internal.getFont(t.fontName,t.fontStyle),o=t.scope.getStringUnitWidth(e,{font:n,fontSize:parseFloat(r),charSpace:0})*parseFloat(r);return{height:t.scope.getStringUnitWidth("3",{font:n,fontSize:parseFloat(r),charSpace:0})*parseFloat(r)*1.5,width:o}},Z={fields:[],xForms:[],acroFormDictionaryRoot:null,printedOut:!1,internal:null,isInitialized:!1},Q=function(e,t){var r={type:"reference",object:e};void 0===t.internal.getPageInfo(e.page).pageContext.annotations.find((function(e){return e.type===r.type&&e.object===r.object}))&&t.internal.getPageInfo(e.page).pageContext.annotations.push(r)},ee=L.__acroform__.arrayToPdfArray=function(e,t,r){var n=function(e){return e};if(Array.isArray(e)){for(var o="[",i=0;i<e.length;i++)switch(0!==i&&(o+=" "),typeof e[i]){case"boolean":case"number":case"object":o+=e[i].toString();break;case"string":"/"!==e[i].substr(0,1)?(void 0!==t&&r&&(n=r.internal.getEncryptor(t)),o+="("+F(n(e[i].toString()))+")"):o+=e[i].toString()}return o+"]"}throw new Error("Invalid argument passed to jsPDF.__acroform__.arrayToPdfArray")},te=function(e,t,r){var n=function(e){return e};return void 0!==t&&r&&(n=r.internal.getEncryptor(t)),(e=e||"").toString(),"("+F(n(e))+")"},re=function(){this._objId=void 0,this._scope=void 0,Object.defineProperty(this,"objId",{get:function(){if(void 0===this._objId){if(void 0===this.scope)return;this._objId=this.scope.internal.newObjectDeferred()}return this._objId},set:function(e){this._objId=e}}),Object.defineProperty(this,"scope",{value:this._scope,writable:!0})};re.prototype.toString=function(){return this.objId+" 0 R"},re.prototype.putStream=function(){var e=this.getKeyValueListForStream();this.scope.internal.putStream({data:this.stream,additionalKeyValues:e,objectId:this.objId}),this.scope.internal.out("endobj")},re.prototype.getKeyValueListForStream=function(){var e=[],t=Object.getOwnPropertyNames(this).filter((function(e){return"content"!=e&&"appearanceStreamContent"!=e&&"scope"!=e&&"objId"!=e&&"_"!=e.substring(0,1)}));for(var r in t)if(!1===Object.getOwnPropertyDescriptor(this,t[r]).configurable){var n=t[r],o=this[n];o&&(Array.isArray(o)?e.push({key:n,value:ee(o,this.objId,this.scope)}):o instanceof re?(o.scope=this.scope,e.push({key:n,value:o.objId+" 0 R"})):"function"!=typeof o&&e.push({key:n,value:o}))}return e};var ne=function(){re.call(this),Object.defineProperty(this,"Type",{value:"/XObject",configurable:!1,writable:!0}),Object.defineProperty(this,"Subtype",{value:"/Form",configurable:!1,writable:!0}),Object.defineProperty(this,"FormType",{value:1,configurable:!1,writable:!0});var e,t=[];Object.defineProperty(this,"BBox",{configurable:!1,get:function(){return t},set:function(e){t=e}}),Object.defineProperty(this,"Resources",{value:"2 0 R",configurable:!1,writable:!0}),Object.defineProperty(this,"stream",{enumerable:!1,configurable:!0,set:function(t){e=t.trim()},get:function(){return e||null}})};B(ne,re);var oe=function(){re.call(this);var e,t=[];Object.defineProperty(this,"Kids",{enumerable:!1,configurable:!0,get:function(){return t.length>0?t:void 0}}),Object.defineProperty(this,"Fields",{enumerable:!1,configurable:!1,get:function(){return t}}),Object.defineProperty(this,"DA",{enumerable:!1,configurable:!1,get:function(){if(e){var t=function(e){return e};return this.scope&&(t=this.scope.internal.getEncryptor(this.objId)),"("+F(t(e))+")"}},set:function(t){e=t}})};B(oe,re);var ie=function(){re.call(this);var e=4;Object.defineProperty(this,"F",{enumerable:!1,configurable:!1,get:function(){return e},set:function(t){if(isNaN(t))throw new Error('Invalid value "'+t+'" for attribute F supplied.');e=t}}),Object.defineProperty(this,"showWhenPrinted",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(e,3))},set:function(t){!0===Boolean(t)?this.F=$(e,3):this.F=G(e,3)}});var t=0;Object.defineProperty(this,"Ff",{enumerable:!1,configurable:!1,get:function(){return t},set:function(e){if(isNaN(e))throw new Error('Invalid value "'+e+'" for attribute Ff supplied.');t=e}});var r=[];Object.defineProperty(this,"Rect",{enumerable:!1,configurable:!1,get:function(){if(0!==r.length)return r},set:function(e){r=void 0!==e?e:[]}}),Object.defineProperty(this,"x",{enumerable:!0,configurable:!0,get:function(){return!r||isNaN(r[0])?0:r[0]},set:function(e){r[0]=e}}),Object.defineProperty(this,"y",{enumerable:!0,configurable:!0,get:function(){return!r||isNaN(r[1])?0:r[1]},set:function(e){r[1]=e}}),Object.defineProperty(this,"width",{enumerable:!0,configurable:!0,get:function(){return!r||isNaN(r[2])?0:r[2]},set:function(e){r[2]=e}}),Object.defineProperty(this,"height",{enumerable:!0,configurable:!0,get:function(){return!r||isNaN(r[3])?0:r[3]},set:function(e){r[3]=e}});var n="";Object.defineProperty(this,"FT",{enumerable:!0,configurable:!1,get:function(){return n},set:function(e){switch(e){case"/Btn":case"/Tx":case"/Ch":case"/Sig":n=e;break;default:throw new Error('Invalid value "'+e+'" for attribute FT supplied.')}}});var o=null;Object.defineProperty(this,"T",{enumerable:!0,configurable:!1,get:function(){if(!o||o.length<1){if(this instanceof de)return;o="FieldObject"+ie.FieldNum++}var e=function(e){return e};return this.scope&&(e=this.scope.internal.getEncryptor(this.objId)),"("+F(e(o))+")"},set:function(e){o=e.toString()}}),Object.defineProperty(this,"fieldName",{configurable:!0,enumerable:!0,get:function(){return o},set:function(e){o=e}});var i="helvetica";Object.defineProperty(this,"fontName",{enumerable:!0,configurable:!0,get:function(){return i},set:function(e){i=e}});var a="normal";Object.defineProperty(this,"fontStyle",{enumerable:!0,configurable:!0,get:function(){return a},set:function(e){a=e}});var s=0;Object.defineProperty(this,"fontSize",{enumerable:!0,configurable:!0,get:function(){return s},set:function(e){s=e}});var c=void 0;Object.defineProperty(this,"maxFontSize",{enumerable:!0,configurable:!0,get:function(){return void 0===c?50/I:c},set:function(e){c=e}});var l="black";Object.defineProperty(this,"color",{enumerable:!0,configurable:!0,get:function(){return l},set:function(e){l=e}});var u="/F1 0 Tf 0 g";Object.defineProperty(this,"DA",{enumerable:!0,configurable:!1,get:function(){if(!(!u||this instanceof de||this instanceof ge))return te(u,this.objId,this.scope)},set:function(e){e=e.toString(),u=e}});var f=null;Object.defineProperty(this,"DV",{enumerable:!1,configurable:!1,get:function(){if(f)return this instanceof ue==0?te(f,this.objId,this.scope):f},set:function(e){e=e.toString(),f=this instanceof ue==0?"("===e.substr(0,1)?j(e.substr(1,e.length-2)):j(e):e}}),Object.defineProperty(this,"defaultValue",{enumerable:!0,configurable:!0,get:function(){return this instanceof ue==1?j(f.substr(1,f.length-1)):f},set:function(e){e=e.toString(),f=this instanceof ue==1?"/"+e:e}});var h=null;Object.defineProperty(this,"_V",{enumerable:!1,configurable:!1,get:function(){if(h)return h},set:function(e){this.V=e}}),Object.defineProperty(this,"V",{enumerable:!1,configurable:!1,get:function(){if(h)return this instanceof ue==0?te(h,this.objId,this.scope):h},set:function(e){e=e.toString(),h=this instanceof ue==0?"("===e.substr(0,1)?j(e.substr(1,e.length-2)):j(e):e}}),Object.defineProperty(this,"value",{enumerable:!0,configurable:!0,get:function(){return this instanceof ue==1?j(h.substr(1,h.length-1)):h},set:function(e){e=e.toString(),h=this instanceof ue==1?"/"+e:e}}),Object.defineProperty(this,"hasAnnotation",{enumerable:!0,configurable:!0,get:function(){return this.Rect}}),Object.defineProperty(this,"Type",{enumerable:!0,configurable:!1,get:function(){return this.hasAnnotation?"/Annot":null}}),Object.defineProperty(this,"Subtype",{enumerable:!0,configurable:!1,get:function(){return this.hasAnnotation?"/Widget":null}});var d,p=!1;Object.defineProperty(this,"hasAppearanceStream",{enumerable:!0,configurable:!0,get:function(){return p},set:function(e){e=Boolean(e),p=e}}),Object.defineProperty(this,"page",{enumerable:!0,configurable:!0,get:function(){if(d)return d},set:function(e){d=e}}),Object.defineProperty(this,"readOnly",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,1))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,1):this.Ff=G(this.Ff,1)}}),Object.defineProperty(this,"required",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,2))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,2):this.Ff=G(this.Ff,2)}}),Object.defineProperty(this,"noExport",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,3))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,3):this.Ff=G(this.Ff,3)}});var g=null;Object.defineProperty(this,"Q",{enumerable:!0,configurable:!1,get:function(){if(null!==g)return g},set:function(e){if(-1===[0,1,2].indexOf(e))throw new Error('Invalid value "'+e+'" for attribute Q supplied.');g=e}}),Object.defineProperty(this,"textAlign",{get:function(){var e;switch(g){case 0:default:e="left";break;case 1:e="center";break;case 2:e="right"}return e},configurable:!0,enumerable:!0,set:function(e){switch(e){case"right":case 2:g=2;break;case"center":case 1:g=1;break;default:g=0}}})};B(ie,re);var ae=function(){ie.call(this),this.FT="/Ch",this.V="()",this.fontName="zapfdingbats";var e=0;Object.defineProperty(this,"TI",{enumerable:!0,configurable:!1,get:function(){return e},set:function(t){e=t}}),Object.defineProperty(this,"topIndex",{enumerable:!0,configurable:!0,get:function(){return e},set:function(t){e=t}});var t=[];Object.defineProperty(this,"Opt",{enumerable:!0,configurable:!1,get:function(){return ee(t,this.objId,this.scope)},set:function(e){var r,n;n=[],"string"==typeof(r=e)&&(n=function(e,t,r){r||(r=1);for(var n,o=[];n=t.exec(e);)o.push(n[r]);return o}(r,/\((.*?)\)/g)),t=n}}),this.getOptions=function(){return t},this.setOptions=function(e){t=e,this.sort&&t.sort()},this.addOption=function(e){e=(e=e||"").toString(),t.push(e),this.sort&&t.sort()},this.removeOption=function(e,r){for(r=r||!1,e=(e=e||"").toString();-1!==t.indexOf(e)&&(t.splice(t.indexOf(e),1),!1!==r););},Object.defineProperty(this,"combo",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,18))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,18):this.Ff=G(this.Ff,18)}}),Object.defineProperty(this,"edit",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,19))},set:function(e){!0===this.combo&&(!0===Boolean(e)?this.Ff=$(this.Ff,19):this.Ff=G(this.Ff,19))}}),Object.defineProperty(this,"sort",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,20))},set:function(e){!0===Boolean(e)?(this.Ff=$(this.Ff,20),t.sort()):this.Ff=G(this.Ff,20)}}),Object.defineProperty(this,"multiSelect",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,22))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,22):this.Ff=G(this.Ff,22)}}),Object.defineProperty(this,"doNotSpellCheck",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,23))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,23):this.Ff=G(this.Ff,23)}}),Object.defineProperty(this,"commitOnSelChange",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,27))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,27):this.Ff=G(this.Ff,27)}}),this.hasAppearanceStream=!1};B(ae,ie);var se=function(){ae.call(this),this.fontName="helvetica",this.combo=!1};B(se,ae);var ce=function(){se.call(this),this.combo=!0};B(ce,se);var le=function(){ce.call(this),this.edit=!0};B(le,ce);var ue=function(){ie.call(this),this.FT="/Btn",Object.defineProperty(this,"noToggleToOff",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,15))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,15):this.Ff=G(this.Ff,15)}}),Object.defineProperty(this,"radio",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,16))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,16):this.Ff=G(this.Ff,16)}}),Object.defineProperty(this,"pushButton",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,17))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,17):this.Ff=G(this.Ff,17)}}),Object.defineProperty(this,"radioIsUnison",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,26))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,26):this.Ff=G(this.Ff,26)}});var e,t={};Object.defineProperty(this,"MK",{enumerable:!1,configurable:!1,get:function(){var e=function(e){return e};if(this.scope&&(e=this.scope.internal.getEncryptor(this.objId)),0!==Object.keys(t).length){var r,n=[];for(r in n.push("<<"),t)n.push("/"+r+" ("+F(e(t[r]))+")");return n.push(">>"),n.join("\n")}},set:function(e){"object"==typeof e&&(t=e)}}),Object.defineProperty(this,"caption",{enumerable:!0,configurable:!0,get:function(){return t.CA||""},set:function(e){"string"==typeof e&&(t.CA=e)}}),Object.defineProperty(this,"AS",{enumerable:!1,configurable:!1,get:function(){return e},set:function(t){e=t}}),Object.defineProperty(this,"appearanceState",{enumerable:!0,configurable:!0,get:function(){return e.substr(1,e.length-1)},set:function(t){e="/"+t}})};B(ue,ie);var fe=function(){ue.call(this),this.pushButton=!0};B(fe,ue);var he=function(){ue.call(this),this.radio=!0,this.pushButton=!1;var e=[];Object.defineProperty(this,"Kids",{enumerable:!0,configurable:!1,get:function(){return e},set:function(t){e=void 0!==t?t:[]}})};B(he,ue);var de=function(){var e,t;ie.call(this),Object.defineProperty(this,"Parent",{enumerable:!1,configurable:!1,get:function(){return e},set:function(t){e=t}}),Object.defineProperty(this,"optionName",{enumerable:!1,configurable:!0,get:function(){return t},set:function(e){t=e}});var r,n={};Object.defineProperty(this,"MK",{enumerable:!1,configurable:!1,get:function(){var e=function(e){return e};this.scope&&(e=this.scope.internal.getEncryptor(this.objId));var t,r=[];for(t in r.push("<<"),n)r.push("/"+t+" ("+F(e(n[t]))+")");return r.push(">>"),r.join("\n")},set:function(e){"object"==typeof e&&(n=e)}}),Object.defineProperty(this,"caption",{enumerable:!0,configurable:!0,get:function(){return n.CA||""},set:function(e){"string"==typeof e&&(n.CA=e)}}),Object.defineProperty(this,"AS",{enumerable:!1,configurable:!1,get:function(){return r},set:function(e){r=e}}),Object.defineProperty(this,"appearanceState",{enumerable:!0,configurable:!0,get:function(){return r.substr(1,r.length-1)},set:function(e){r="/"+e}}),this.caption="l",this.appearanceState="Off",this._AppearanceType=ve.RadioButton.Circle,this.appearanceStreamContent=this._AppearanceType.createAppearanceStream(this.optionName)};B(de,ie),he.prototype.setAppearance=function(e){if(!("createAppearanceStream"in e)||!("getCA"in e))throw new Error("Couldn't assign Appearance to RadioButton. Appearance was Invalid!");for(var t in this.Kids)if(this.Kids.hasOwnProperty(t)){var r=this.Kids[t];r.appearanceStreamContent=e.createAppearanceStream(r.optionName),r.caption=e.getCA()}},he.prototype.createOption=function(e){var t=new de;return t.Parent=this,t.optionName=e,this.Kids.push(t),be.call(this.scope,t),t};var pe=function(){ue.call(this),this.fontName="zapfdingbats",this.caption="3",this.appearanceState="On",this.value="On",this.textAlign="center",this.appearanceStreamContent=ve.CheckBox.createAppearanceStream()};B(pe,ue);var ge=function(){ie.call(this),this.FT="/Tx",Object.defineProperty(this,"multiline",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,13))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,13):this.Ff=G(this.Ff,13)}}),Object.defineProperty(this,"fileSelect",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,21))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,21):this.Ff=G(this.Ff,21)}}),Object.defineProperty(this,"doNotSpellCheck",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,23))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,23):this.Ff=G(this.Ff,23)}}),Object.defineProperty(this,"doNotScroll",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,24))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,24):this.Ff=G(this.Ff,24)}}),Object.defineProperty(this,"comb",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,25))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,25):this.Ff=G(this.Ff,25)}}),Object.defineProperty(this,"richText",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,26))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,26):this.Ff=G(this.Ff,26)}});var e=null;Object.defineProperty(this,"MaxLen",{enumerable:!0,configurable:!1,get:function(){return e},set:function(t){e=t}}),Object.defineProperty(this,"maxLength",{enumerable:!0,configurable:!0,get:function(){return e},set:function(t){Number.isInteger(t)&&(e=t)}}),Object.defineProperty(this,"hasAppearanceStream",{enumerable:!0,configurable:!0,get:function(){return this.V||this.DV}})};B(ge,ie);var me=function(){ge.call(this),Object.defineProperty(this,"password",{enumerable:!0,configurable:!0,get:function(){return Boolean(q(this.Ff,14))},set:function(e){!0===Boolean(e)?this.Ff=$(this.Ff,14):this.Ff=G(this.Ff,14)}}),this.password=!0};B(me,ge);var ve={CheckBox:{createAppearanceStream:function(){return{N:{On:ve.CheckBox.YesNormal},D:{On:ve.CheckBox.YesPushDown,Off:ve.CheckBox.OffPushDown}}},YesPushDown:function(e){var t=U(e);t.scope=e.scope;var r=[],n=e.scope.internal.getFont(e.fontName,e.fontStyle).id,o=e.scope.__private__.encodeColorString(e.color),i=K(e,e.caption);return r.push("0.749023 g"),r.push("0 0 "+D(ve.internal.getWidth(e))+" "+D(ve.internal.getHeight(e))+" re"),r.push("f"),r.push("BMC"),r.push("q"),r.push("0 0 1 rg"),r.push("/"+n+" "+D(i.fontSize)+" Tf "+o),r.push("BT"),r.push(i.text),r.push("ET"),r.push("Q"),r.push("EMC"),t.stream=r.join("\n"),t},YesNormal:function(e){var t=U(e);t.scope=e.scope;var r=e.scope.internal.getFont(e.fontName,e.fontStyle).id,n=e.scope.__private__.encodeColorString(e.color),o=[],i=ve.internal.getHeight(e),a=ve.internal.getWidth(e),s=K(e,e.caption);return o.push("1 g"),o.push("0 0 "+D(a)+" "+D(i)+" re"),o.push("f"),o.push("q"),o.push("0 0 1 rg"),o.push("0 0 "+D(a-1)+" "+D(i-1)+" re"),o.push("W"),o.push("n"),o.push("0 g"),o.push("BT"),o.push("/"+r+" "+D(s.fontSize)+" Tf "+n),o.push(s.text),o.push("ET"),o.push("Q"),t.stream=o.join("\n"),t},OffPushDown:function(e){var t=U(e);t.scope=e.scope;var r=[];return r.push("0.749023 g"),r.push("0 0 "+D(ve.internal.getWidth(e))+" "+D(ve.internal.getHeight(e))+" re"),r.push("f"),t.stream=r.join("\n"),t}},RadioButton:{Circle:{createAppearanceStream:function(e){var t={D:{Off:ve.RadioButton.Circle.OffPushDown},N:{}};return t.N[e]=ve.RadioButton.Circle.YesNormal,t.D[e]=ve.RadioButton.Circle.YesPushDown,t},getCA:function(){return"l"},YesNormal:function(e){var t=U(e);t.scope=e.scope;var r=[],n=ve.internal.getWidth(e)<=ve.internal.getHeight(e)?ve.internal.getWidth(e)/4:ve.internal.getHeight(e)/4;n=Number((.9*n).toFixed(5));var o=ve.internal.Bezier_C,i=Number((n*o).toFixed(5));return r.push("q"),r.push("1 0 0 1 "+M(ve.internal.getWidth(e)/2)+" "+M(ve.internal.getHeight(e)/2)+" cm"),r.push(n+" 0 m"),r.push(n+" "+i+" "+i+" "+n+" 0 "+n+" c"),r.push("-"+i+" "+n+" -"+n+" "+i+" -"+n+" 0 c"),r.push("-"+n+" -"+i+" -"+i+" -"+n+" 0 -"+n+" c"),r.push(i+" -"+n+" "+n+" -"+i+" "+n+" 0 c"),r.push("f"),r.push("Q"),t.stream=r.join("\n"),t},YesPushDown:function(e){var t=U(e);t.scope=e.scope;var r=[],n=ve.internal.getWidth(e)<=ve.internal.getHeight(e)?ve.internal.getWidth(e)/4:ve.internal.getHeight(e)/4;n=Number((.9*n).toFixed(5));var o=Number((2*n).toFixed(5)),i=Number((o*ve.internal.Bezier_C).toFixed(5)),a=Number((n*ve.internal.Bezier_C).toFixed(5));return r.push("0.749023 g"),r.push("q"),r.push("1 0 0 1 "+M(ve.internal.getWidth(e)/2)+" "+M(ve.internal.getHeight(e)/2)+" cm"),r.push(o+" 0 m"),r.push(o+" "+i+" "+i+" "+o+" 0 "+o+" c"),r.push("-"+i+" "+o+" -"+o+" "+i+" -"+o+" 0 c"),r.push("-"+o+" -"+i+" -"+i+" -"+o+" 0 -"+o+" c"),r.push(i+" -"+o+" "+o+" -"+i+" "+o+" 0 c"),r.push("f"),r.push("Q"),r.push("0 g"),r.push("q"),r.push("1 0 0 1 "+M(ve.internal.getWidth(e)/2)+" "+M(ve.internal.getHeight(e)/2)+" cm"),r.push(n+" 0 m"),r.push(n+" "+a+" "+a+" "+n+" 0 "+n+" c"),r.push("-"+a+" "+n+" -"+n+" "+a+" -"+n+" 0 c"),r.push("-"+n+" -"+a+" -"+a+" -"+n+" 0 -"+n+" c"),r.push(a+" -"+n+" "+n+" -"+a+" "+n+" 0 c"),r.push("f"),r.push("Q"),t.stream=r.join("\n"),t},OffPushDown:function(e){var t=U(e);t.scope=e.scope;var r=[],n=ve.internal.getWidth(e)<=ve.internal.getHeight(e)?ve.internal.getWidth(e)/4:ve.internal.getHeight(e)/4;n=Number((.9*n).toFixed(5));var o=Number((2*n).toFixed(5)),i=Number((o*ve.internal.Bezier_C).toFixed(5));return r.push("0.749023 g"),r.push("q"),r.push("1 0 0 1 "+M(ve.internal.getWidth(e)/2)+" "+M(ve.internal.getHeight(e)/2)+" cm"),r.push(o+" 0 m"),r.push(o+" "+i+" "+i+" "+o+" 0 "+o+" c"),r.push("-"+i+" "+o+" -"+o+" "+i+" -"+o+" 0 c"),r.push("-"+o+" -"+i+" -"+i+" -"+o+" 0 -"+o+" c"),r.push(i+" -"+o+" "+o+" -"+i+" "+o+" 0 c"),r.push("f"),r.push("Q"),t.stream=r.join("\n"),t}},Cross:{createAppearanceStream:function(e){var t={D:{Off:ve.RadioButton.Cross.OffPushDown},N:{}};return t.N[e]=ve.RadioButton.Cross.YesNormal,t.D[e]=ve.RadioButton.Cross.YesPushDown,t},getCA:function(){return"8"},YesNormal:function(e){var t=U(e);t.scope=e.scope;var r=[],n=ve.internal.calculateCross(e);return r.push("q"),r.push("1 1 "+D(ve.internal.getWidth(e)-2)+" "+D(ve.internal.getHeight(e)-2)+" re"),r.push("W"),r.push("n"),r.push(D(n.x1.x)+" "+D(n.x1.y)+" m"),r.push(D(n.x2.x)+" "+D(n.x2.y)+" l"),r.push(D(n.x4.x)+" "+D(n.x4.y)+" m"),r.push(D(n.x3.x)+" "+D(n.x3.y)+" l"),r.push("s"),r.push("Q"),t.stream=r.join("\n"),t},YesPushDown:function(e){var t=U(e);t.scope=e.scope;var r=ve.internal.calculateCross(e),n=[];return n.push("0.749023 g"),n.push("0 0 "+D(ve.internal.getWidth(e))+" "+D(ve.internal.getHeight(e))+" re"),n.push("f"),n.push("q"),n.push("1 1 "+D(ve.internal.getWidth(e)-2)+" "+D(ve.internal.getHeight(e)-2)+" re"),n.push("W"),n.push("n"),n.push(D(r.x1.x)+" "+D(r.x1.y)+" m"),n.push(D(r.x2.x)+" "+D(r.x2.y)+" l"),n.push(D(r.x4.x)+" "+D(r.x4.y)+" m"),n.push(D(r.x3.x)+" "+D(r.x3.y)+" l"),n.push("s"),n.push("Q"),t.stream=n.join("\n"),t},OffPushDown:function(e){var t=U(e);t.scope=e.scope;var r=[];return r.push("0.749023 g"),r.push("0 0 "+D(ve.internal.getWidth(e))+" "+D(ve.internal.getHeight(e))+" re"),r.push("f"),t.stream=r.join("\n"),t}}},createDefaultAppearanceStream:function(e){var t=e.scope.internal.getFont(e.fontName,e.fontStyle).id,r=e.scope.__private__.encodeColorString(e.color);return"/"+t+" "+e.fontSize+" Tf "+r}};ve.internal={Bezier_C:.551915024494,calculateCross:function(e){var t=ve.internal.getWidth(e),r=ve.internal.getHeight(e),n=Math.min(t,r);return{x1:{x:(t-n)/2,y:(r-n)/2+n},x2:{x:(t-n)/2+n,y:(r-n)/2},x3:{x:(t-n)/2,y:(r-n)/2},x4:{x:(t-n)/2+n,y:(r-n)/2+n}}}},ve.internal.getWidth=function(e){var t=0;return"object"==typeof e&&(t=W(e.Rect[2])),t},ve.internal.getHeight=function(e){var t=0;return"object"==typeof e&&(t=W(e.Rect[3])),t};var be=L.addField=function(e){if(function(e,t){if(t.scope=e,void 0!==e.internal&&(void 0===e.internal.acroformPlugin||!1===e.internal.acroformPlugin.isInitialized)){if(ie.FieldNum=0,e.internal.acroformPlugin=JSON.parse(JSON.stringify(Z)),e.internal.acroformPlugin.acroFormDictionaryRoot)throw new Error("Exception while creating AcroformDictionary");I=e.internal.scaleFactor,e.internal.acroformPlugin.acroFormDictionaryRoot=new oe,e.internal.acroformPlugin.acroFormDictionaryRoot.scope=e,e.internal.acroformPlugin.acroFormDictionaryRoot._eventID=e.internal.events.subscribe("postPutResources",(function(){!function(e){e.internal.events.unsubscribe(e.internal.acroformPlugin.acroFormDictionaryRoot._eventID),delete e.internal.acroformPlugin.acroFormDictionaryRoot._eventID,e.internal.acroformPlugin.printedOut=!0}(e)})),e.internal.events.subscribe("buildDocument",(function(){!function(e){e.internal.acroformPlugin.acroFormDictionaryRoot.objId=void 0;var t=e.internal.acroformPlugin.acroFormDictionaryRoot.Fields;for(var r in t)if(t.hasOwnProperty(r)){var n=t[r];n.objId=void 0,n.hasAnnotation&&Q(n,e)}}(e)})),e.internal.events.subscribe("putCatalog",(function(){!function(e){if(void 0===e.internal.acroformPlugin.acroFormDictionaryRoot)throw new Error("putCatalogCallback: Root missing.");e.internal.write("/AcroForm "+e.internal.acroformPlugin.acroFormDictionaryRoot.objId+" 0 R")}(e)})),e.internal.events.subscribe("postPutPages",(function(t){!function(e,t){var r=!e;for(var n in e||(t.internal.newObjectDeferredBegin(t.internal.acroformPlugin.acroFormDictionaryRoot.objId,!0),t.internal.acroformPlugin.acroFormDictionaryRoot.putStream()),e=e||t.internal.acroformPlugin.acroFormDictionaryRoot.Kids)if(e.hasOwnProperty(n)){var o=e[n],i=[],a=o.Rect;if(o.Rect&&(o.Rect=X(o.Rect,t)),t.internal.newObjectDeferredBegin(o.objId,!0),o.DA=ve.createDefaultAppearanceStream(o),"object"==typeof o&&"function"==typeof o.getKeyValueListForStream&&(i=o.getKeyValueListForStream()),o.Rect=a,o.hasAppearanceStream&&!o.appearanceStreamContent){var s=Y(o);i.push({key:"AP",value:"<</N "+s+">>"}),t.internal.acroformPlugin.xForms.push(s)}if(o.appearanceStreamContent){var c="";for(var l in o.appearanceStreamContent)if(o.appearanceStreamContent.hasOwnProperty(l)){var u=o.appearanceStreamContent[l];if(c+="/"+l+" ",c+="<<",Object.keys(u).length>=1||Array.isArray(u)){for(var n in u)if(u.hasOwnProperty(n)){var f=u[n];"function"==typeof f&&(f=f.call(t,o)),c+="/"+n+" "+f+" ",t.internal.acroformPlugin.xForms.indexOf(f)>=0||t.internal.acroformPlugin.xForms.push(f)}}else"function"==typeof(f=u)&&(f=f.call(t,o)),c+="/"+n+" "+f,t.internal.acroformPlugin.xForms.indexOf(f)>=0||t.internal.acroformPlugin.xForms.push(f);c+=">>"}i.push({key:"AP",value:"<<\n"+c+">>"})}t.internal.putStream({additionalKeyValues:i,objectId:o.objId}),t.internal.out("endobj")}r&&function(e,t){for(var r in e)if(e.hasOwnProperty(r)){var n=r,o=e[r];t.internal.newObjectDeferredBegin(o.objId,!0),"object"==typeof o&&"function"==typeof o.putStream&&o.putStream(),delete e[n]}}(t.internal.acroformPlugin.xForms,t)}(t,e)})),e.internal.acroformPlugin.isInitialized=!0}}(this,e),!(e instanceof ie))throw new Error("Invalid argument passed to jsPDF.addField.");var t;return(t=e).scope.internal.acroformPlugin.printedOut&&(t.scope.internal.acroformPlugin.printedOut=!1,t.scope.internal.acroformPlugin.acroFormDictionaryRoot=null),t.scope.internal.acroformPlugin.acroFormDictionaryRoot.Fields.push(t),e.page=e.scope.internal.getCurrentPageInfo().pageNumber,this};L.AcroFormChoiceField=ae,L.AcroFormListBox=se,L.AcroFormComboBox=ce,L.AcroFormEditBox=le,L.AcroFormButton=ue,L.AcroFormPushButton=fe,L.AcroFormRadioButton=he,L.AcroFormCheckBox=pe,L.AcroFormTextField=ge,L.AcroFormPasswordField=me,L.AcroFormAppearance=ve,L.AcroForm={ChoiceField:ae,ListBox:se,ComboBox:ce,EditBox:le,Button:ue,PushButton:fe,RadioButton:he,CheckBox:pe,TextField:ge,PasswordField:me,Appearance:ve},P.AcroForm={ChoiceField:ae,ListBox:se,ComboBox:ce,EditBox:le,Button:ue,PushButton:fe,RadioButton:he,CheckBox:pe,TextField:ge,PasswordField:me,Appearance:ve};var ye=P.AcroForm;function we(e){return e.reduce((function(e,t,r){return e[t]=r,e}),{})}!function(e){e.__addimage__={};var t="UNKNOWN",r={PNG:[[137,80,78,71]],TIFF:[[77,77,0,42],[73,73,42,0]],JPEG:[[255,216,255,224,void 0,void 0,74,70,73,70,0],[255,216,255,225,void 0,void 0,69,120,105,102,0,0],[255,216,255,219],[255,216,255,238]],JPEG2000:[[0,0,0,12,106,80,32,32]],GIF87a:[[71,73,70,56,55,97]],GIF89a:[[71,73,70,56,57,97]],WEBP:[[82,73,70,70,void 0,void 0,void 0,void 0,87,69,66,80]],BMP:[[66,77],[66,65],[67,73],[67,80],[73,67],[80,84]]},n=e.__addimage__.getImageFileTypeByImageData=function(e,n){var o,i;n=n||t;var a,s,c,l=t;if(T(e))for(c in r)for(a=r[c],o=0;o<a.length;o+=1){for(s=!0,i=0;i<a[o].length;i+=1)if(void 0!==a[o][i]&&a[o][i]!==e[i]){s=!1;break}if(!0===s){l=c;break}}else for(c in r)for(a=r[c],o=0;o<a.length;o+=1){for(s=!0,i=0;i<a[o].length;i+=1)if(void 0!==a[o][i]&&a[o][i]!==e.charCodeAt(i)){s=!1;break}if(!0===s){l=c;break}}return l===t&&n!==t&&(l=n),l},o=function(e){for(var t=this.internal.write,r=this.internal.putStream,n=(0,this.internal.getFilters)();-1!==n.indexOf("FlateEncode");)n.splice(n.indexOf("FlateEncode"),1);e.objectId=this.internal.newObject();var i=[];if(i.push({key:"Type",value:"/XObject"}),i.push({key:"Subtype",value:"/Image"}),i.push({key:"Width",value:e.width}),i.push({key:"Height",value:e.height}),e.colorSpace===b.INDEXED?i.push({key:"ColorSpace",value:"[/Indexed /DeviceRGB "+(e.palette.length/3-1)+" "+("sMask"in e&&void 0!==e.sMask?e.objectId+2:e.objectId+1)+" 0 R]"}):(i.push({key:"ColorSpace",value:"/"+e.colorSpace}),e.colorSpace===b.DEVICE_CMYK&&i.push({key:"Decode",value:"[1 0 1 0 1 0 1 0]"})),i.push({key:"BitsPerComponent",value:e.bitsPerComponent}),"decodeParameters"in e&&void 0!==e.decodeParameters&&i.push({key:"DecodeParms",value:"<<"+e.decodeParameters+">>"}),"transparency"in e&&Array.isArray(e.transparency)){for(var a="",s=0,c=e.transparency.length;s<c;s++)a+=e.transparency[s]+" "+e.transparency[s]+" ";i.push({key:"Mask",value:"["+a+"]"})}void 0!==e.sMask&&i.push({key:"SMask",value:e.objectId+1+" 0 R"});var l=void 0!==e.filter?["/"+e.filter]:void 0;if(r({data:e.data,additionalKeyValues:i,alreadyAppliedFilters:l,objectId:e.objectId}),t("endobj"),"sMask"in e&&void 0!==e.sMask){var u="/Predictor "+e.predictor+" /Colors 1 /BitsPerComponent "+e.bitsPerComponent+" /Columns "+e.width,f={width:e.width,height:e.height,colorSpace:"DeviceGray",bitsPerComponent:e.bitsPerComponent,decodeParameters:u,data:e.sMask};"filter"in e&&(f.filter=e.filter),o.call(this,f)}if(e.colorSpace===b.INDEXED){var h=this.internal.newObject();r({data:E(new Uint8Array(e.palette)),objectId:h}),t("endobj")}},i=function(){var e=this.internal.collections.addImage_images;for(var t in e)o.call(this,e[t])},a=function(){var e,t=this.internal.collections.addImage_images,r=this.internal.write;for(var n in t)r("/I"+(e=t[n]).index,e.objectId,"0","R")},l=function(){this.internal.collections.addImage_images||(this.internal.collections.addImage_images={},this.internal.events.subscribe("putResources",i),this.internal.events.subscribe("putXobjectDict",a))},u=function(){var e=this.internal.collections.addImage_images;return l.call(this),e},f=function(){return Object.keys(this.internal.collections.addImage_images).length},h=function(t){return"function"==typeof e["process"+t.toUpperCase()]},d=function(e){return"object"==typeof e&&1===e.nodeType},p=function(t,r){if("IMG"===t.nodeName&&t.hasAttribute("src")){var n=""+t.getAttribute("src");if(0===n.indexOf("data:image/"))return s(unescape(n).split("base64,").pop());var o=e.loadFile(n,!0);if(void 0!==o)return o}if("CANVAS"===t.nodeName){var i;switch(r){case"PNG":i="image/png";break;case"WEBP":i="image/webp";break;default:i="image/jpeg"}return s(t.toDataURL(i,1).split("base64,").pop())}},g=function(e){var t=this.internal.collections.addImage_images;if(t)for(var r in t)if(e===t[r].alias)return t[r]},m=function(e,t,r){return e||t||(e=-96,t=-96),e<0&&(e=-1*r.width*72/e/this.internal.scaleFactor),t<0&&(t=-1*r.height*72/t/this.internal.scaleFactor),0===e&&(e=t*r.width/r.height),0===t&&(t=e*r.height/r.width),[e,t]},v=function(e,t,r,n,o,i){var a=m.call(this,r,n,o),s=this.internal.getCoordinateString,c=this.internal.getVerticalCoordinateString,l=u.call(this);if(r=a[0],n=a[1],l[o.index]=o,i){i*=Math.PI/180;var f=Math.cos(i),h=Math.sin(i),d=function(e){return e.toFixed(4)},p=[d(f),d(h),d(-1*h),d(f),0,0,"cm"]}this.internal.write("q"),i?(this.internal.write([1,"0","0",1,s(e),c(t+n),"cm"].join(" ")),this.internal.write(p.join(" ")),this.internal.write([s(r),"0","0",s(n),"0","0","cm"].join(" "))):this.internal.write([s(r),"0","0",s(n),s(e),c(t+n),"cm"].join(" ")),this.isAdvancedAPI()&&this.internal.write([1,0,0,-1,0,0,"cm"].join(" ")),this.internal.write("/I"+o.index+" Do"),this.internal.write("Q")},b=e.color_spaces={DEVICE_RGB:"DeviceRGB",DEVICE_GRAY:"DeviceGray",DEVICE_CMYK:"DeviceCMYK",CAL_GREY:"CalGray",CAL_RGB:"CalRGB",LAB:"Lab",ICC_BASED:"ICCBased",INDEXED:"Indexed",PATTERN:"Pattern",SEPARATION:"Separation",DEVICE_N:"DeviceN"};e.decode={DCT_DECODE:"DCTDecode",FLATE_DECODE:"FlateDecode",LZW_DECODE:"LZWDecode",JPX_DECODE:"JPXDecode",JBIG2_DECODE:"JBIG2Decode",ASCII85_DECODE:"ASCII85Decode",ASCII_HEX_DECODE:"ASCIIHexDecode",RUN_LENGTH_DECODE:"RunLengthDecode",CCITT_FAX_DECODE:"CCITTFaxDecode"};var y=e.image_compression={NONE:"NONE",FAST:"FAST",MEDIUM:"MEDIUM",SLOW:"SLOW"},w=e.__addimage__.sHashCode=function(e){var t,r,n=0;if("string"==typeof e)for(r=e.length,t=0;t<r;t++)n=(n<<5)-n+e.charCodeAt(t),n|=0;else if(T(e))for(r=e.byteLength/2,t=0;t<r;t++)n=(n<<5)-n+e[t],n|=0;return n},S=e.__addimage__.validateStringAsBase64=function(e){(e=e||"").toString().trim();var t=!0;return 0===e.length&&(t=!1),e.length%4!=0&&(t=!1),!1===/^[A-Za-z0-9+/]+$/.test(e.substr(0,e.length-2))&&(t=!1),!1===/^[A-Za-z0-9/][A-Za-z0-9+/]|[A-Za-z0-9+/]=|==$/.test(e.substr(-2))&&(t=!1),t},x=e.__addimage__.extractImageFromDataUrl=function(e){var t=(e=e||"").split("base64,"),r=null;if(2===t.length){var n=/^data:(\w*\/\w*);*(charset=(?!charset=)[\w=-]*)*;*$/.exec(t[0]);Array.isArray(n)&&(r={mimeType:n[1],charset:n[2],data:t[1]})}return r},k=e.__addimage__.supportsArrayBuffer=function(){return"undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array};e.__addimage__.isArrayBuffer=function(e){return k()&&e instanceof ArrayBuffer};var T=e.__addimage__.isArrayBufferView=function(e){return k()&&"undefined"!=typeof Uint32Array&&(e instanceof Int8Array||e instanceof Uint8Array||"undefined"!=typeof Uint8ClampedArray&&e instanceof Uint8ClampedArray||e instanceof Int16Array||e instanceof Uint16Array||e instanceof Int32Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array)},A=e.__addimage__.binaryStringToUint8Array=function(e){for(var t=e.length,r=new Uint8Array(t),n=0;n<t;n++)r[n]=e.charCodeAt(n);return r},E=e.__addimage__.arrayBufferToBinaryString=function(e){try{return s(c(String.fromCharCode.apply(null,e)))}catch(t){if("undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.reduce)return new Uint8Array(e).reduce((function(e,t){return e.push(String.fromCharCode(t)),e}),[]).join("")}};e.addImage=function(){var e,r,n,o,i,a,s,c,u;if("number"==typeof arguments[1]?(r=t,n=arguments[1],o=arguments[2],i=arguments[3],a=arguments[4],s=arguments[5],c=arguments[6],u=arguments[7]):(r=arguments[1],n=arguments[2],o=arguments[3],i=arguments[4],a=arguments[5],s=arguments[6],c=arguments[7],u=arguments[8]),"object"==typeof(e=arguments[0])&&!d(e)&&"imageData"in e){var f=e;e=f.imageData,r=f.format||r||t,n=f.x||n||0,o=f.y||o||0,i=f.w||f.width||i,a=f.h||f.height||a,s=f.alias||s,c=f.compression||c,u=f.rotation||f.angle||u}var h=this.internal.getFilters();if(void 0===c&&-1!==h.indexOf("FlateEncode")&&(c="SLOW"),isNaN(n)||isNaN(o))throw new Error("Invalid coordinates passed to jsPDF.addImage");l.call(this);var p=_.call(this,e,r,s,c);return v.call(this,n,o,i,a,p,u),this};var _=function(r,o,i,a){var s,c,l;if("string"==typeof r&&n(r)===t){r=unescape(r);var u=O(r,!1);(""!==u||void 0!==(u=e.loadFile(r,!0)))&&(r=u)}if(d(r)&&(r=p(r,o)),o=n(r,o),!h(o))throw new Error("addImage does not support files of type '"+o+"', please ensure that a plugin for '"+o+"' support is added.");if((null==(l=i)||0===l.length)&&(i=function(e){return"string"==typeof e||T(e)?w(e):null}(r)),(s=g.call(this,i))||(k()&&(r instanceof Uint8Array||(c=r,r=A(r))),s=this["process"+o.toUpperCase()](r,f.call(this),i,function(t){return t&&"string"==typeof t&&(t=t.toUpperCase()),t in e.image_compression?t:y.NONE}(a),c)),!s)throw new Error("An unknown error occurred whilst processing the image.");return s},O=e.__addimage__.convertBase64ToBinaryString=function(e,t){var r;t="boolean"!=typeof t||t;var n,o="";if("string"==typeof e){n=null!==(r=x(e))?r.data:e;try{o=s(n)}catch(e){if(t)throw S(n)?new Error("atob-Error in jsPDF.convertBase64ToBinaryString "+e.message):new Error("Supplied Data is not a valid base64-String jsPDF.convertBase64ToBinaryString ")}}return o};e.getImageProperties=function(r){var o,i,a="";if(d(r)&&(r=p(r)),"string"==typeof r&&n(r)===t&&(""===(a=O(r,!1))&&(a=e.loadFile(r)||""),r=a),i=n(r),!h(i))throw new Error("addImage does not support files of type '"+i+"', please ensure that a plugin for '"+i+"' support is added.");if(!k()||r instanceof Uint8Array||(r=A(r)),!(o=this["process"+i.toUpperCase()](r)))throw new Error("An unknown error occurred whilst processing the image");return o.fileType=i,o}}(P.API),function(e){var t=function(e){if(void 0!==e&&""!=e)return!0};P.API.events.push(["addPage",function(e){this.internal.getPageInfo(e.pageNumber).pageContext.annotations=[]}]),e.events.push(["putPage",function(e){for(var r,n,o,i=this.internal.getCoordinateString,a=this.internal.getVerticalCoordinateString,s=this.internal.getPageInfoByObjId(e.objId),c=e.pageContext.annotations,l=!1,u=0;u<c.length&&!l;u++)switch((r=c[u]).type){case"link":(t(r.options.url)||t(r.options.pageNumber))&&(l=!0);break;case"reference":case"text":case"freetext":l=!0}if(0!=l){this.internal.write("/Annots [");for(var f=0;f<c.length;f++){r=c[f];var h=this.internal.pdfEscape,d=this.internal.getEncryptor(e.objId);switch(r.type){case"reference":this.internal.write(" "+r.object.objId+" 0 R ");break;case"text":var p=this.internal.newAdditionalObject(),g=this.internal.newAdditionalObject(),m=this.internal.getEncryptor(p.objId),v=r.title||"Note";o="<</Type /Annot /Subtype /Text "+(n="/Rect ["+i(r.bounds.x)+" "+a(r.bounds.y+r.bounds.h)+" "+i(r.bounds.x+r.bounds.w)+" "+a(r.bounds.y)+"] ")+"/Contents ("+h(m(r.contents))+")",o+=" /Popup "+g.objId+" 0 R",o+=" /P "+s.objId+" 0 R",o+=" /T ("+h(m(v))+") >>",p.content=o;var b=p.objId+" 0 R";o="<</Type /Annot /Subtype /Popup "+(n="/Rect ["+i(r.bounds.x+30)+" "+a(r.bounds.y+r.bounds.h)+" "+i(r.bounds.x+r.bounds.w+30)+" "+a(r.bounds.y)+"] ")+" /Parent "+b,r.open&&(o+=" /Open true"),o+=" >>",g.content=o,this.internal.write(p.objId,"0 R",g.objId,"0 R");break;case"freetext":n="/Rect ["+i(r.bounds.x)+" "+a(r.bounds.y)+" "+i(r.bounds.x+r.bounds.w)+" "+a(r.bounds.y+r.bounds.h)+"] ";var y=r.color||"#000000";o="<</Type /Annot /Subtype /FreeText "+n+"/Contents ("+h(d(r.contents))+")",o+=" /DS(font: Helvetica,sans-serif 12.0pt; text-align:left; color:#"+y+")",o+=" /Border [0 0 0]",o+=" >>",this.internal.write(o);break;case"link":if(r.options.name){var w=this.annotations._nameMap[r.options.name];r.options.pageNumber=w.page,r.options.top=w.y}else r.options.top||(r.options.top=0);if(n="/Rect ["+r.finalBounds.x+" "+r.finalBounds.y+" "+r.finalBounds.w+" "+r.finalBounds.h+"] ",o="",r.options.url)o="<</Type /Annot /Subtype /Link "+n+"/Border [0 0 0] /A <</S /URI /URI ("+h(d(r.options.url))+") >>";else if(r.options.pageNumber)switch(o="<</Type /Annot /Subtype /Link "+n+"/Border [0 0 0] /Dest ["+this.internal.getPageInfo(r.options.pageNumber).objId+" 0 R",r.options.magFactor=r.options.magFactor||"XYZ",r.options.magFactor){case"Fit":o+=" /Fit]";break;case"FitH":o+=" /FitH "+r.options.top+"]";break;case"FitV":r.options.left=r.options.left||0,o+=" /FitV "+r.options.left+"]";break;default:var S=a(r.options.top);r.options.left=r.options.left||0,void 0===r.options.zoom&&(r.options.zoom=0),o+=" /XYZ "+r.options.left+" "+S+" "+r.options.zoom+"]"}""!=o&&(o+=" >>",this.internal.write(o))}}this.internal.write("]")}}]),e.createAnnotation=function(e){var t=this.internal.getCurrentPageInfo();switch(e.type){case"link":this.link(e.bounds.x,e.bounds.y,e.bounds.w,e.bounds.h,e);break;case"text":case"freetext":t.pageContext.annotations.push(e)}},e.link=function(e,t,r,n,o){var i=this.internal.getCurrentPageInfo(),a=this.internal.getCoordinateString,s=this.internal.getVerticalCoordinateString;i.pageContext.annotations.push({finalBounds:{x:a(e),y:s(t),w:a(e+r),h:s(t+n)},options:o,type:"link"})},e.textWithLink=function(e,t,r,n){var o=this.getTextWidth(e),i=this.internal.getLineHeight()/this.internal.scaleFactor;return this.text(e,t,r,n),r+=.2*i,"center"===n.align&&(t-=o/2),"right"===n.align&&(t-=o),this.link(t,r-i,o,i,n),o},e.getTextWidth=function(e){var t=this.internal.getFontSize();return this.getStringUnitWidth(e)*t/this.internal.scaleFactor}}(P.API),function(e){var t={1569:[65152],1570:[65153,65154],1571:[65155,65156],1572:[65157,65158],1573:[65159,65160],1574:[65161,65162,65163,65164],1575:[65165,65166],1576:[65167,65168,65169,65170],1577:[65171,65172],1578:[65173,65174,65175,65176],1579:[65177,65178,65179,65180],1580:[65181,65182,65183,65184],1581:[65185,65186,65187,65188],1582:[65189,65190,65191,65192],1583:[65193,65194],1584:[65195,65196],1585:[65197,65198],1586:[65199,65200],1587:[65201,65202,65203,65204],1588:[65205,65206,65207,65208],1589:[65209,65210,65211,65212],1590:[65213,65214,65215,65216],1591:[65217,65218,65219,65220],1592:[65221,65222,65223,65224],1593:[65225,65226,65227,65228],1594:[65229,65230,65231,65232],1601:[65233,65234,65235,65236],1602:[65237,65238,65239,65240],1603:[65241,65242,65243,65244],1604:[65245,65246,65247,65248],1605:[65249,65250,65251,65252],1606:[65253,65254,65255,65256],1607:[65257,65258,65259,65260],1608:[65261,65262],1609:[65263,65264,64488,64489],1610:[65265,65266,65267,65268],1649:[64336,64337],1655:[64477],1657:[64358,64359,64360,64361],1658:[64350,64351,64352,64353],1659:[64338,64339,64340,64341],1662:[64342,64343,64344,64345],1663:[64354,64355,64356,64357],1664:[64346,64347,64348,64349],1667:[64374,64375,64376,64377],1668:[64370,64371,64372,64373],1670:[64378,64379,64380,64381],1671:[64382,64383,64384,64385],1672:[64392,64393],1676:[64388,64389],1677:[64386,64387],1678:[64390,64391],1681:[64396,64397],1688:[64394,64395],1700:[64362,64363,64364,64365],1702:[64366,64367,64368,64369],1705:[64398,64399,64400,64401],1709:[64467,64468,64469,64470],1711:[64402,64403,64404,64405],1713:[64410,64411,64412,64413],1715:[64406,64407,64408,64409],1722:[64414,64415],1723:[64416,64417,64418,64419],1726:[64426,64427,64428,64429],1728:[64420,64421],1729:[64422,64423,64424,64425],1733:[64480,64481],1734:[64473,64474],1735:[64471,64472],1736:[64475,64476],1737:[64482,64483],1739:[64478,64479],1740:[64508,64509,64510,64511],1744:[64484,64485,64486,64487],1746:[64430,64431],1747:[64432,64433]},r={65247:{65154:65269,65156:65271,65160:65273,65166:65275},65248:{65154:65270,65156:65272,65160:65274,65166:65276},65165:{65247:{65248:{65258:65010}}},1617:{1612:64606,1613:64607,1614:64608,1615:64609,1616:64610}},n={1612:64606,1613:64607,1614:64608,1615:64609,1616:64610},o=[1570,1571,1573,1575];e.__arabicParser__={};var i=e.__arabicParser__.isInArabicSubstitutionA=function(e){return void 0!==t[e.charCodeAt(0)]},a=e.__arabicParser__.isArabicLetter=function(e){return"string"==typeof e&&/^[\u0600-\u06FF\u0750-\u077F\u08A0-\u08FF\uFB50-\uFDFF\uFE70-\uFEFF]+$/.test(e)},s=e.__arabicParser__.isArabicEndLetter=function(e){return a(e)&&i(e)&&t[e.charCodeAt(0)].length<=2},c=e.__arabicParser__.isArabicAlfLetter=function(e){return a(e)&&o.indexOf(e.charCodeAt(0))>=0};e.__arabicParser__.arabicLetterHasIsolatedForm=function(e){return a(e)&&i(e)&&t[e.charCodeAt(0)].length>=1};var l=e.__arabicParser__.arabicLetterHasFinalForm=function(e){return a(e)&&i(e)&&t[e.charCodeAt(0)].length>=2};e.__arabicParser__.arabicLetterHasInitialForm=function(e){return a(e)&&i(e)&&t[e.charCodeAt(0)].length>=3};var u=e.__arabicParser__.arabicLetterHasMedialForm=function(e){return a(e)&&i(e)&&4==t[e.charCodeAt(0)].length},f=e.__arabicParser__.resolveLigatures=function(e){var t=0,n=r,o="",i=0;for(t=0;t<e.length;t+=1)void 0!==n[e.charCodeAt(t)]?(i++,"number"==typeof(n=n[e.charCodeAt(t)])&&(o+=String.fromCharCode(n),n=r,i=0),t===e.length-1&&(n=r,o+=e.charAt(t-(i-1)),t-=i-1,i=0)):(n=r,o+=e.charAt(t-i),t-=i,i=0);return o};e.__arabicParser__.isArabicDiacritic=function(e){return void 0!==e&&void 0!==n[e.charCodeAt(0)]};var h=e.__arabicParser__.getCorrectForm=function(e,t,r){return a(e)?!1===i(e)?-1:!l(e)||!a(t)&&!a(r)||!a(r)&&s(t)||s(e)&&!a(t)||s(e)&&c(t)||s(e)&&s(t)?0:u(e)&&a(t)&&!s(t)&&a(r)&&l(r)?3:s(e)||!a(r)?1:2:-1},d=function(e){var r=0,n=0,o=0,i="",s="",c="",l=(e=e||"").split("\\s+"),u=[];for(r=0;r<l.length;r+=1){for(u.push(""),n=0;n<l[r].length;n+=1)i=l[r][n],s=l[r][n-1],c=l[r][n+1],a(i)?(o=h(i,s,c),u[r]+=-1!==o?String.fromCharCode(t[i.charCodeAt(0)][o]):i):u[r]+=i;u[r]=f(u[r])}return u.join(" ")},p=e.__arabicParser__.processArabic=e.processArabic=function(){var e,t="string"==typeof arguments[0]?arguments[0]:arguments[0].text,r=[];if(Array.isArray(t)){var n=0;for(r=[],n=0;n<t.length;n+=1)Array.isArray(t[n])?r.push([d(t[n][0]),t[n][1],t[n][2]]):r.push([d(t[n])]);e=r}else e=d(t);return"string"==typeof arguments[0]?e:(arguments[0].text=e,arguments[0])};e.events.push(["preProcessText",p])}(P.API),function(e){e.autoPrint=function(e){var t;if("javascript"===((e=e||{}).variant=e.variant||"non-conform",e.variant))this.addJS("print({});");else this.internal.events.subscribe("postPutResources",(function(){t=this.internal.newObject(),this.internal.out("<<"),this.internal.out("/S /Named"),this.internal.out("/Type /Action"),this.internal.out("/N /Print"),this.internal.out(">>"),this.internal.out("endobj")})),this.internal.events.subscribe("putCatalog",(function(){this.internal.out("/OpenAction "+t+" 0 R")}));return this}}(P.API),function(e){var t=function(){var e=void 0;Object.defineProperty(this,"pdf",{get:function(){return e},set:function(t){e=t}});var t=150;Object.defineProperty(this,"width",{get:function(){return t},set:function(e){t=isNaN(e)||!1===Number.isInteger(e)||e<0?150:e,this.getContext("2d").pageWrapXEnabled&&(this.getContext("2d").pageWrapX=t+1)}});var r=300;Object.defineProperty(this,"height",{get:function(){return r},set:function(e){r=isNaN(e)||!1===Number.isInteger(e)||e<0?300:e,this.getContext("2d").pageWrapYEnabled&&(this.getContext("2d").pageWrapY=r+1)}});var n=[];Object.defineProperty(this,"childNodes",{get:function(){return n},set:function(e){n=e}});var o={};Object.defineProperty(this,"style",{get:function(){return o},set:function(e){o=e}}),Object.defineProperty(this,"parentNode",{})};t.prototype.getContext=function(e,t){var r;if("2d"!==(e=e||"2d"))return null;for(r in t)this.pdf.context2d.hasOwnProperty(r)&&(this.pdf.context2d[r]=t[r]);return this.pdf.context2d._canvas=this,this.pdf.context2d},t.prototype.toDataURL=function(){throw new Error("toDataURL is not implemented.")},e.events.push(["initialized",function(){this.canvas=new t,this.canvas.pdf=this}])}(P.API),function(e){var t={left:0,top:0,bottom:0,right:0},r=!1,n=function(){void 0===this.internal.__cell__&&(this.internal.__cell__={},this.internal.__cell__.padding=3,this.internal.__cell__.headerFunction=void 0,this.internal.__cell__.margins=Object.assign({},t),this.internal.__cell__.margins.width=this.getPageWidth(),o.call(this))},o=function(){this.internal.__cell__.lastCell=new i,this.internal.__cell__.pages=1},i=function(){var e=arguments[0];Object.defineProperty(this,"x",{enumerable:!0,get:function(){return e},set:function(t){e=t}});var t=arguments[1];Object.defineProperty(this,"y",{enumerable:!0,get:function(){return t},set:function(e){t=e}});var r=arguments[2];Object.defineProperty(this,"width",{enumerable:!0,get:function(){return r},set:function(e){r=e}});var n=arguments[3];Object.defineProperty(this,"height",{enumerable:!0,get:function(){return n},set:function(e){n=e}});var o=arguments[4];Object.defineProperty(this,"text",{enumerable:!0,get:function(){return o},set:function(e){o=e}});var i=arguments[5];Object.defineProperty(this,"lineNumber",{enumerable:!0,get:function(){return i},set:function(e){i=e}});var a=arguments[6];return Object.defineProperty(this,"align",{enumerable:!0,get:function(){return a},set:function(e){a=e}}),this};i.prototype.clone=function(){return new i(this.x,this.y,this.width,this.height,this.text,this.lineNumber,this.align)},i.prototype.toArray=function(){return[this.x,this.y,this.width,this.height,this.text,this.lineNumber,this.align]},e.setHeaderFunction=function(e){return n.call(this),this.internal.__cell__.headerFunction="function"==typeof e?e:void 0,this},e.getTextDimensions=function(e,t){n.call(this);var r=(t=t||{}).fontSize||this.getFontSize(),o=t.font||this.getFont(),i=t.scaleFactor||this.internal.scaleFactor,a=0,s=0,c=0,l=this;if(!Array.isArray(e)&&"string"!=typeof e){if("number"!=typeof e)throw new Error("getTextDimensions expects text-parameter to be of type String or type Number or an Array of Strings.");e=String(e)}const u=t.maxWidth;u>0?"string"==typeof e?e=this.splitTextToSize(e,u):"[object Array]"===Object.prototype.toString.call(e)&&(e=e.reduce((function(e,t){return e.concat(l.splitTextToSize(t,u))}),[])):e=Array.isArray(e)?e:[e];for(var f=0;f<e.length;f++)a<(c=this.getStringUnitWidth(e[f],{font:o})*r)&&(a=c);return 0!==a&&(s=e.length),{w:a/=i,h:Math.max((s*r*this.getLineHeightFactor()-r*(this.getLineHeightFactor()-1))/i,0)}},e.cellAddPage=function(){n.call(this),this.addPage();var e=this.internal.__cell__.margins||t;return this.internal.__cell__.lastCell=new i(e.left,e.top,void 0,void 0),this.internal.__cell__.pages+=1,this};var a=e.cell=function(){var e;e=arguments[0]instanceof i?arguments[0]:new i(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]),n.call(this);var o=this.internal.__cell__.lastCell,a=this.internal.__cell__.padding,s=this.internal.__cell__.margins||t,c=this.internal.__cell__.tableHeaderRow,l=this.internal.__cell__.printHeaders;return void 0!==o.lineNumber&&(o.lineNumber===e.lineNumber?(e.x=(o.x||0)+(o.width||0),e.y=o.y||0):o.y+o.height+e.height+s.bottom>this.getPageHeight()?(this.cellAddPage(),e.y=s.top,l&&c&&(this.printHeaderRow(e.lineNumber,!0),e.y+=c[0].height)):e.y=o.y+o.height||e.y),void 0!==e.text[0]&&(this.rect(e.x,e.y,e.width,e.height,!0===r?"FD":void 0),"right"===e.align?this.text(e.text,e.x+e.width-a,e.y+a,{align:"right",baseline:"top"}):"center"===e.align?this.text(e.text,e.x+e.width/2,e.y+a,{align:"center",baseline:"top",maxWidth:e.width-a-a}):this.text(e.text,e.x+a,e.y+a,{align:"left",baseline:"top",maxWidth:e.width-a-a})),this.internal.__cell__.lastCell=e,this};e.table=function(e,r,c,l,u){if(n.call(this),!c)throw new Error("No data for PDF table.");var f,h,d,p,g=[],m=[],v=[],b={},y={},w=[],S=[],x=(u=u||{}).autoSize||!1,k=!1!==u.printHeaders,T=u.css&&void 0!==u.css["font-size"]?16*u.css["font-size"]:u.fontSize||12,A=u.margins||Object.assign({width:this.getPageWidth()},t),E="number"==typeof u.padding?u.padding:3,_=u.headerBackgroundColor||"#c8c8c8";if(o.call(this),this.internal.__cell__.printHeaders=k,this.internal.__cell__.margins=A,this.internal.__cell__.table_font_size=T,this.internal.__cell__.padding=E,this.internal.__cell__.headerBackgroundColor=_,this.setFontSize(T),null==l)m=g=Object.keys(c[0]),v=g.map((function(){return"left"}));else if(Array.isArray(l)&&"object"==typeof l[0])for(g=l.map((function(e){return e.name})),m=l.map((function(e){return e.prompt||e.name||""})),v=l.map((function(e){return e.align||"left"})),f=0;f<l.length;f+=1)y[l[f].name]=l[f].width*(19.049976/25.4);else Array.isArray(l)&&"string"==typeof l[0]&&(m=g=l,v=g.map((function(){return"left"})));if(x||Array.isArray(l)&&"string"==typeof l[0])for(f=0;f<g.length;f+=1){for(b[p=g[f]]=c.map((function(e){return e[p]})),this.setFont(void 0,"bold"),w.push(this.getTextDimensions(m[f],{fontSize:this.internal.__cell__.table_font_size,scaleFactor:this.internal.scaleFactor}).w),h=b[p],this.setFont(void 0,"normal"),d=0;d<h.length;d+=1)w.push(this.getTextDimensions(h[d],{fontSize:this.internal.__cell__.table_font_size,scaleFactor:this.internal.scaleFactor}).w);y[p]=Math.max.apply(null,w)+E+E,w=[]}if(k){var O={};for(f=0;f<g.length;f+=1)O[g[f]]={},O[g[f]].text=m[f],O[g[f]].align=v[f];var N=s.call(this,O,y);S=g.map((function(t){return new i(e,r,y[t],N,O[t].text,void 0,O[t].align)})),this.setTableHeaderRow(S),this.printHeaderRow(1,!1)}var C=l.reduce((function(e,t){return e[t.name]=t.align,e}),{});for(f=0;f<c.length;f+=1){var R=s.call(this,c[f],y);for(d=0;d<g.length;d+=1)a.call(this,new i(e,r,y[g[d]],R,c[f][g[d]],f+2,C[g[d]]))}return this.internal.__cell__.table_x=e,this.internal.__cell__.table_y=r,this};var s=function(e,t){var r=this.internal.__cell__.padding,n=this.internal.__cell__.table_font_size,o=this.internal.scaleFactor;return Object.keys(e).map((function(n){var o=e[n];return this.splitTextToSize(o.hasOwnProperty("text")?o.text:o,t[n]-r-r)}),this).map((function(e){return this.getLineHeightFactor()*e.length*n/o+r+r}),this).reduce((function(e,t){return Math.max(e,t)}),0)};e.setTableHeaderRow=function(e){n.call(this),this.internal.__cell__.tableHeaderRow=e},e.printHeaderRow=function(e,t){if(n.call(this),!this.internal.__cell__.tableHeaderRow)throw new Error("Property tableHeaderRow does not exist.");var o;if(r=!0,"function"==typeof this.internal.__cell__.headerFunction){var s=this.internal.__cell__.headerFunction(this,this.internal.__cell__.pages);this.internal.__cell__.lastCell=new i(s[0],s[1],s[2],s[3],void 0,-1)}this.setFont(void 0,"bold");for(var c=[],l=0;l<this.internal.__cell__.tableHeaderRow.length;l+=1)o=this.internal.__cell__.tableHeaderRow[l].clone(),t&&(o.y=this.internal.__cell__.margins.top||0,c.push(o)),o.lineNumber=e,this.setFillColor(this.internal.__cell__.headerBackgroundColor),a.call(this,o);c.length>0&&this.setTableHeaderRow(c),this.setFont(void 0,"normal"),r=!1}}(P.API);var Se={italic:["italic","oblique","normal"],oblique:["oblique","italic","normal"],normal:["normal","oblique","italic"]},xe=["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded"],ke=we(xe),Te=[100,200,300,400,500,600,700,800,900],Ae=we(Te);function Ee(e){var t=e.family.replace(/"|'/g,"").toLowerCase(),r=function(e){return Se[e=e||"normal"]?e:"normal"}(e.style),n=function(e){return e?"number"==typeof e?e>=100&&e<=900&&e%100==0?e:400:/^\d00$/.test(e)?parseInt(e):"bold"===e?700:400:400}(e.weight),o=function(e){return"number"==typeof ke[e=e||"normal"]?e:"normal"}(e.stretch);return{family:t,style:r,weight:n,stretch:o,src:e.src||[],ref:e.ref||{name:t,style:[o,r,n].join(" ")}}}function _e(e,t,r,n){var o;for(o=r;o>=0&&o<t.length;o+=n)if(e[t[o]])return e[t[o]];for(o=r;o>=0&&o<t.length;o-=n)if(e[t[o]])return e[t[o]]}var Oe={"sans-serif":"helvetica",fixed:"courier",monospace:"courier",terminal:"courier",cursive:"times",fantasy:"times",serif:"times"},Ne={caption:"times",icon:"times",menu:"times","message-box":"times","small-caption":"times","status-bar":"times"};function Ce(e){return[e.stretch,e.style,e.weight,e.family].join(" ")}function Re(e){return e.trimLeft()}function Pe(e,t){for(var r=0;r<e.length;){if(e.charAt(r)===t)return[e.substring(0,r),e.substring(r+1)];r+=1}return null}function Le(e){var t=e.match(/^(-[a-z_]|[a-z_])[a-z0-9_-]*/i);return null===t?null:[t[0],e.substring(t[0].length)]}var Ie=["times"];!function(e){var t,r,o,i,a,s,c,l,f,h=function(e){return e=e||{},this.isStrokeTransparent=e.isStrokeTransparent||!1,this.strokeOpacity=e.strokeOpacity||1,this.strokeStyle=e.strokeStyle||"#000000",this.fillStyle=e.fillStyle||"#000000",this.isFillTransparent=e.isFillTransparent||!1,this.fillOpacity=e.fillOpacity||1,this.font=e.font||"10px sans-serif",this.textBaseline=e.textBaseline||"alphabetic",this.textAlign=e.textAlign||"left",this.lineWidth=e.lineWidth||1,this.lineJoin=e.lineJoin||"miter",this.lineCap=e.lineCap||"butt",this.path=e.path||[],this.transform=void 0!==e.transform?e.transform.clone():new l,this.globalCompositeOperation=e.globalCompositeOperation||"normal",this.globalAlpha=e.globalAlpha||1,this.clip_path=e.clip_path||[],this.currentPoint=e.currentPoint||new s,this.miterLimit=e.miterLimit||10,this.lastPoint=e.lastPoint||new s,this.ignoreClearRect="boolean"!=typeof e.ignoreClearRect||e.ignoreClearRect,this};e.events.push(["initialized",function(){this.context2d=new d(this),t=this.internal.f2,r=this.internal.getCoordinateString,o=this.internal.getVerticalCoordinateString,i=this.internal.getHorizontalCoordinate,a=this.internal.getVerticalCoordinate,s=this.internal.Point,c=this.internal.Rectangle,l=this.internal.Matrix,f=new h}]);var d=function(e){Object.defineProperty(this,"canvas",{get:function(){return{parentNode:!1,style:!1}}});var t=e;Object.defineProperty(this,"pdf",{get:function(){return t}});var r=!1;Object.defineProperty(this,"pageWrapXEnabled",{get:function(){return r},set:function(e){r=Boolean(e)}});var n=!1;Object.defineProperty(this,"pageWrapYEnabled",{get:function(){return n},set:function(e){n=Boolean(e)}});var o=0;Object.defineProperty(this,"posX",{get:function(){return o},set:function(e){isNaN(e)||(o=e)}});var i=0;Object.defineProperty(this,"posY",{get:function(){return i},set:function(e){isNaN(e)||(i=e)}});var a=!1;Object.defineProperty(this,"autoPaging",{get:function(){return a},set:function(e){a=Boolean(e)}});var s=0;Object.defineProperty(this,"lastBreak",{get:function(){return s},set:function(e){s=e}});var c=[];Object.defineProperty(this,"pageBreaks",{get:function(){return c},set:function(e){c=e}}),Object.defineProperty(this,"ctx",{get:function(){return f},set:function(e){e instanceof h&&(f=e)}}),Object.defineProperty(this,"path",{get:function(){return f.path},set:function(e){f.path=e}});var l=[];Object.defineProperty(this,"ctxStack",{get:function(){return l},set:function(e){l=e}}),Object.defineProperty(this,"fillStyle",{get:function(){return this.ctx.fillStyle},set:function(e){var t;t=p(e),this.ctx.fillStyle=t.style,this.ctx.isFillTransparent=0===t.a,this.ctx.fillOpacity=t.a,this.pdf.setFillColor(t.r,t.g,t.b,{a:t.a}),this.pdf.setTextColor(t.r,t.g,t.b,{a:t.a})}}),Object.defineProperty(this,"strokeStyle",{get:function(){return this.ctx.strokeStyle},set:function(e){var t=p(e);this.ctx.strokeStyle=t.style,this.ctx.isStrokeTransparent=0===t.a,this.ctx.strokeOpacity=t.a,0===t.a?this.pdf.setDrawColor(255,255,255):(t.a,this.pdf.setDrawColor(t.r,t.g,t.b))}}),Object.defineProperty(this,"lineCap",{get:function(){return this.ctx.lineCap},set:function(e){-1!==["butt","round","square"].indexOf(e)&&(this.ctx.lineCap=e,this.pdf.setLineCap(e))}}),Object.defineProperty(this,"lineWidth",{get:function(){return this.ctx.lineWidth},set:function(e){isNaN(e)||(this.ctx.lineWidth=e,this.pdf.setLineWidth(e))}}),Object.defineProperty(this,"lineJoin",{get:function(){return this.ctx.lineJoin},set:function(e){-1!==["bevel","round","miter"].indexOf(e)&&(this.ctx.lineJoin=e,this.pdf.setLineJoin(e))}}),Object.defineProperty(this,"miterLimit",{get:function(){return this.ctx.miterLimit},set:function(e){isNaN(e)||(this.ctx.miterLimit=e,this.pdf.setMiterLimit(e))}}),Object.defineProperty(this,"textBaseline",{get:function(){return this.ctx.textBaseline},set:function(e){this.ctx.textBaseline=e}}),Object.defineProperty(this,"textAlign",{get:function(){return this.ctx.textAlign},set:function(e){-1!==["right","end","center","left","start"].indexOf(e)&&(this.ctx.textAlign=e)}});var u=null;function d(e,t){if(null===u){var r=function(e){var t=[];return Object.keys(e).forEach((function(r){e[r].forEach((function(e){var n=null;switch(e){case"bold":n={family:r,weight:"bold"};break;case"italic":n={family:r,style:"italic"};break;case"bolditalic":n={family:r,weight:"bold",style:"italic"};break;case"":case"normal":n={family:r}}null!==n&&(n.ref={name:r,style:e},t.push(n))}))})),t}(e.getFontList());u=function(e){for(var t={},r=0;r<e.length;++r){var n=Ee(e[r]),o=n.family,i=n.stretch,a=n.style,s=n.weight;t[o]=t[o]||{},t[o][i]=t[o][i]||{},t[o][i][a]=t[o][i][a]||{},t[o][i][a][s]=n}return t}(r.concat(t))}return u}var g=null;Object.defineProperty(this,"fontFaces",{get:function(){return g},set:function(e){u=null,g=e}}),Object.defineProperty(this,"font",{get:function(){return this.ctx.font},set:function(e){var t;if(this.ctx.font=e,null!==(t=/^\s*(?=(?:(?:[-a-z]+\s*){0,2}(italic|oblique))?)(?=(?:(?:[-a-z]+\s*){0,2}(small-caps))?)(?=(?:(?:[-a-z]+\s*){0,2}(bold(?:er)?|lighter|[1-9]00))?)(?:(?:normal|\1|\2|\3)\s*){0,3}((?:xx?-)?(?:small|large)|medium|smaller|larger|[.\d]+(?:\%|in|[cem]m|ex|p[ctx]))(?:\s*\/\s*(normal|[.\d]+(?:\%|in|[cem]m|ex|p[ctx])))?\s*([-_,\"\'\sa-z]+?)\s*$/i.exec(e))){var r=t[1],n=(t[2],t[3]),o=t[4],i=(t[5],t[6]),a=/^([.\d]+)((?:%|in|[cem]m|ex|p[ctx]))$/i.exec(o)[2];o="px"===a?Math.floor(parseFloat(o)*this.pdf.internal.scaleFactor):"em"===a?Math.floor(parseFloat(o)*this.pdf.getFontSize()):Math.floor(parseFloat(o)*this.pdf.internal.scaleFactor),this.pdf.setFontSize(o);var s=function(e){var t,r,n=[],o=e.trim();if(""===o)return Ie;if(o in Ne)return[Ne[o]];for(;""!==o;){switch(r=null,t=(o=Re(o)).charAt(0)){case'"':case"'":r=Pe(o.substring(1),t);break;default:r=Le(o)}if(null===r)return Ie;if(n.push(r[0]),""!==(o=Re(r[1]))&&","!==o.charAt(0))return Ie;o=o.replace(/^,/,"")}return n}(i);if(this.fontFaces){var c=function(e,t,r){for(var n=(r=r||{}).defaultFontFamily||"times",o=Object.assign({},Oe,r.genericFontFamilies||{}),i=null,a=null,s=0;s<t.length;++s)if(o[(i=Ee(t[s])).family]&&(i.family=o[i.family]),e.hasOwnProperty(i.family)){a=e[i.family];break}if(!(a=a||e[n]))throw new Error("Could not find a font-family for the rule '"+Ce(i)+"' and default family '"+n+"'.");if(a=function(e,t){if(t[e])return t[e];var r=ke[e],n=r<=ke.normal?-1:1,o=_e(t,xe,r,n);if(!o)throw new Error("Could not find a matching font-stretch value for "+e);return o}(i.stretch,a),a=function(e,t){if(t[e])return t[e];for(var r=Se[e],n=0;n<r.length;++n)if(t[r[n]])return t[r[n]];throw new Error("Could not find a matching font-style for "+e)}(i.style,a),!(a=function(e,t){if(t[e])return t[e];if(400===e&&t[500])return t[500];if(500===e&&t[400])return t[400];var r=Ae[e],n=_e(t,Te,r,e<400?-1:1);if(!n)throw new Error("Could not find a matching font-weight for value "+e);return n}(i.weight,a)))throw new Error("Failed to resolve a font for the rule '"+Ce(i)+"'.");return a}(d(this.pdf,this.fontFaces),s.map((function(e){return{family:e,stretch:"normal",weight:n,style:r}})));this.pdf.setFont(c.ref.name,c.ref.style)}else{var l="";("bold"===n||parseInt(n,10)>=700||"bold"===r)&&(l="bold"),"italic"===r&&(l+="italic"),0===l.length&&(l="normal");for(var u="",f={arial:"Helvetica",Arial:"Helvetica",verdana:"Helvetica",Verdana:"Helvetica",helvetica:"Helvetica",Helvetica:"Helvetica","sans-serif":"Helvetica",fixed:"Courier",monospace:"Courier",terminal:"Courier",cursive:"Times",fantasy:"Times",serif:"Times"},h=0;h<s.length;h++){if(void 0!==this.pdf.internal.getFont(s[h],l,{noFallback:!0,disableWarning:!0})){u=s[h];break}if("bolditalic"===l&&void 0!==this.pdf.internal.getFont(s[h],"bold",{noFallback:!0,disableWarning:!0}))u=s[h],l="bold";else if(void 0!==this.pdf.internal.getFont(s[h],"normal",{noFallback:!0,disableWarning:!0})){u=s[h],l="normal";break}}if(""===u)for(var p=0;p<s.length;p++)if(f[s[p]]){u=f[s[p]];break}u=""===u?"Times":u,this.pdf.setFont(u,l)}}}}),Object.defineProperty(this,"globalCompositeOperation",{get:function(){return this.ctx.globalCompositeOperation},set:function(e){this.ctx.globalCompositeOperation=e}}),Object.defineProperty(this,"globalAlpha",{get:function(){return this.ctx.globalAlpha},set:function(e){this.ctx.globalAlpha=e}}),Object.defineProperty(this,"ignoreClearRect",{get:function(){return this.ctx.ignoreClearRect},set:function(e){this.ctx.ignoreClearRect=Boolean(e)}})};d.prototype.fill=function(){S.call(this,"fill",!1)},d.prototype.stroke=function(){S.call(this,"stroke",!1)},d.prototype.beginPath=function(){this.path=[{type:"begin"}]},d.prototype.moveTo=function(e,t){if(isNaN(e)||isNaN(t))throw n.error("jsPDF.context2d.moveTo: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.moveTo");var r=this.ctx.transform.applyToPoint(new s(e,t));this.path.push({type:"mt",x:r.x,y:r.y}),this.ctx.lastPoint=new s(e,t)},d.prototype.closePath=function(){var e=new s(0,0),t=0;for(t=this.path.length-1;-1!==t;t--)if("begin"===this.path[t].type&&"object"==typeof this.path[t+1]&&"number"==typeof this.path[t+1].x){e=new s(this.path[t+1].x,this.path[t+1].y),this.path.push({type:"lt",x:e.x,y:e.y});break}"object"==typeof this.path[t+2]&&"number"==typeof this.path[t+2].x&&this.path.push(JSON.parse(JSON.stringify(this.path[t+2]))),this.path.push({type:"close"}),this.ctx.lastPoint=new s(e.x,e.y)},d.prototype.lineTo=function(e,t){if(isNaN(e)||isNaN(t))throw n.error("jsPDF.context2d.lineTo: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.lineTo");var r=this.ctx.transform.applyToPoint(new s(e,t));this.path.push({type:"lt",x:r.x,y:r.y}),this.ctx.lastPoint=new s(r.x,r.y)},d.prototype.clip=function(){this.ctx.clip_path=JSON.parse(JSON.stringify(this.path)),S.call(this,null,!0)},d.prototype.quadraticCurveTo=function(e,t,r,o){if(isNaN(r)||isNaN(o)||isNaN(e)||isNaN(t))throw n.error("jsPDF.context2d.quadraticCurveTo: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.quadraticCurveTo");var i=this.ctx.transform.applyToPoint(new s(r,o)),a=this.ctx.transform.applyToPoint(new s(e,t));this.path.push({type:"qct",x1:a.x,y1:a.y,x:i.x,y:i.y}),this.ctx.lastPoint=new s(i.x,i.y)},d.prototype.bezierCurveTo=function(e,t,r,o,i,a){if(isNaN(i)||isNaN(a)||isNaN(e)||isNaN(t)||isNaN(r)||isNaN(o))throw n.error("jsPDF.context2d.bezierCurveTo: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.bezierCurveTo");var c=this.ctx.transform.applyToPoint(new s(i,a)),l=this.ctx.transform.applyToPoint(new s(e,t)),u=this.ctx.transform.applyToPoint(new s(r,o));this.path.push({type:"bct",x1:l.x,y1:l.y,x2:u.x,y2:u.y,x:c.x,y:c.y}),this.ctx.lastPoint=new s(c.x,c.y)},d.prototype.arc=function(e,t,r,o,i,a){if(isNaN(e)||isNaN(t)||isNaN(r)||isNaN(o)||isNaN(i))throw n.error("jsPDF.context2d.arc: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.arc");if(a=Boolean(a),!this.ctx.transform.isIdentity){var c=this.ctx.transform.applyToPoint(new s(e,t));e=c.x,t=c.y;var l=this.ctx.transform.applyToPoint(new s(0,r)),u=this.ctx.transform.applyToPoint(new s(0,0));r=Math.sqrt(Math.pow(l.x-u.x,2)+Math.pow(l.y-u.y,2))}Math.abs(i-o)>=2*Math.PI&&(o=0,i=2*Math.PI),this.path.push({type:"arc",x:e,y:t,radius:r,startAngle:o,endAngle:i,counterclockwise:a})},d.prototype.arcTo=function(e,t,r,n,o){throw new Error("arcTo not implemented.")},d.prototype.rect=function(e,t,r,o){if(isNaN(e)||isNaN(t)||isNaN(r)||isNaN(o))throw n.error("jsPDF.context2d.rect: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.rect");this.moveTo(e,t),this.lineTo(e+r,t),this.lineTo(e+r,t+o),this.lineTo(e,t+o),this.lineTo(e,t),this.lineTo(e+r,t),this.lineTo(e,t)},d.prototype.fillRect=function(e,t,r,o){if(isNaN(e)||isNaN(t)||isNaN(r)||isNaN(o))throw n.error("jsPDF.context2d.fillRect: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.fillRect");if(!g.call(this)){var i={};"butt"!==this.lineCap&&(i.lineCap=this.lineCap,this.lineCap="butt"),"miter"!==this.lineJoin&&(i.lineJoin=this.lineJoin,this.lineJoin="miter"),this.beginPath(),this.rect(e,t,r,o),this.fill(),i.hasOwnProperty("lineCap")&&(this.lineCap=i.lineCap),i.hasOwnProperty("lineJoin")&&(this.lineJoin=i.lineJoin)}},d.prototype.strokeRect=function(e,t,r,o){if(isNaN(e)||isNaN(t)||isNaN(r)||isNaN(o))throw n.error("jsPDF.context2d.strokeRect: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.strokeRect");m.call(this)||(this.beginPath(),this.rect(e,t,r,o),this.stroke())},d.prototype.clearRect=function(e,t,r,o){if(isNaN(e)||isNaN(t)||isNaN(r)||isNaN(o))throw n.error("jsPDF.context2d.clearRect: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.clearRect");this.ignoreClearRect||(this.fillStyle="#ffffff",this.fillRect(e,t,r,o))},d.prototype.save=function(e){e="boolean"!=typeof e||e;for(var t=this.pdf.internal.getCurrentPageInfo().pageNumber,r=0;r<this.pdf.internal.getNumberOfPages();r++)this.pdf.setPage(r+1),this.pdf.internal.out("q");if(this.pdf.setPage(t),e){this.ctx.fontSize=this.pdf.internal.getFontSize();var n=new h(this.ctx);this.ctxStack.push(this.ctx),this.ctx=n}},d.prototype.restore=function(e){e="boolean"!=typeof e||e;for(var t=this.pdf.internal.getCurrentPageInfo().pageNumber,r=0;r<this.pdf.internal.getNumberOfPages();r++)this.pdf.setPage(r+1),this.pdf.internal.out("Q");this.pdf.setPage(t),e&&0!==this.ctxStack.length&&(this.ctx=this.ctxStack.pop(),this.fillStyle=this.ctx.fillStyle,this.strokeStyle=this.ctx.strokeStyle,this.font=this.ctx.font,this.lineCap=this.ctx.lineCap,this.lineWidth=this.ctx.lineWidth,this.lineJoin=this.ctx.lineJoin)},d.prototype.toDataURL=function(){throw new Error("toDataUrl not implemented.")};var p=function(e){var t,r,n,o;if(!0===e.isCanvasGradient&&(e=e.getColor()),!e)return{r:0,g:0,b:0,a:0,style:e};if(/transparent|rgba\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*0+\s*\)/.test(e))t=0,r=0,n=0,o=0;else{var i=/rgb\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)/.exec(e);if(null!==i)t=parseInt(i[1]),r=parseInt(i[2]),n=parseInt(i[3]),o=1;else if(null!==(i=/rgba\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*([\d.]+)\s*\)/.exec(e)))t=parseInt(i[1]),r=parseInt(i[2]),n=parseInt(i[3]),o=parseFloat(i[4]);else{if(o=1,"string"==typeof e&&"#"!==e.charAt(0)){var a=new u(e);e=a.ok?a.toHex():"#000000"}4===e.length?(t=e.substring(1,2),t+=t,r=e.substring(2,3),r+=r,n=e.substring(3,4),n+=n):(t=e.substring(1,3),r=e.substring(3,5),n=e.substring(5,7)),t=parseInt(t,16),r=parseInt(r,16),n=parseInt(n,16)}}return{r:t,g:r,b:n,a:o,style:e}},g=function(){return this.ctx.isFillTransparent||0==this.globalAlpha},m=function(){return Boolean(this.ctx.isStrokeTransparent||0==this.globalAlpha)};d.prototype.fillText=function(e,t,r,o){if(isNaN(t)||isNaN(r)||"string"!=typeof e)throw n.error("jsPDF.context2d.fillText: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.fillText");if(o=isNaN(o)?void 0:o,!g.call(this)){r=k.call(this,r);var i=I(this.ctx.transform.rotation),a=this.ctx.transform.scaleX;O.call(this,{text:e,x:t,y:r,scale:a,angle:i,align:this.textAlign,maxWidth:o})}},d.prototype.strokeText=function(e,t,r,o){if(isNaN(t)||isNaN(r)||"string"!=typeof e)throw n.error("jsPDF.context2d.strokeText: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.strokeText");if(!m.call(this)){o=isNaN(o)?void 0:o,r=k.call(this,r);var i=I(this.ctx.transform.rotation),a=this.ctx.transform.scaleX;O.call(this,{text:e,x:t,y:r,scale:a,renderingMode:"stroke",angle:i,align:this.textAlign,maxWidth:o})}},d.prototype.measureText=function(e){if("string"!=typeof e)throw n.error("jsPDF.context2d.measureText: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.measureText");var t=this.pdf,r=this.pdf.internal.scaleFactor,o=t.internal.getFontSize(),i=t.getStringUnitWidth(e)*o/t.internal.scaleFactor;return new function(e){var t=(e=e||{}).width||0;return Object.defineProperty(this,"width",{get:function(){return t}}),this}({width:i*=Math.round(96*r/72*1e4)/1e4})},d.prototype.scale=function(e,t){if(isNaN(e)||isNaN(t))throw n.error("jsPDF.context2d.scale: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.scale");var r=new l(e,0,0,t,0,0);this.ctx.transform=this.ctx.transform.multiply(r)},d.prototype.rotate=function(e){if(isNaN(e))throw n.error("jsPDF.context2d.rotate: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.rotate");var t=new l(Math.cos(e),Math.sin(e),-Math.sin(e),Math.cos(e),0,0);this.ctx.transform=this.ctx.transform.multiply(t)},d.prototype.translate=function(e,t){if(isNaN(e)||isNaN(t))throw n.error("jsPDF.context2d.translate: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.translate");var r=new l(1,0,0,1,e,t);this.ctx.transform=this.ctx.transform.multiply(r)},d.prototype.transform=function(e,t,r,o,i,a){if(isNaN(e)||isNaN(t)||isNaN(r)||isNaN(o)||isNaN(i)||isNaN(a))throw n.error("jsPDF.context2d.transform: Invalid arguments",arguments),new Error("Invalid arguments passed to jsPDF.context2d.transform");var s=new l(e,t,r,o,i,a);this.ctx.transform=this.ctx.transform.multiply(s)},d.prototype.setTransform=function(e,t,r,n,o,i){e=isNaN(e)?1:e,t=isNaN(t)?0:t,r=isNaN(r)?0:r,n=isNaN(n)?1:n,o=isNaN(o)?0:o,i=isNaN(i)?0:i,this.ctx.transform=new l(e,t,r,n,o,i)},d.prototype.drawImage=function(e,t,r,n,o,i,a,s,u){var f=this.pdf.getImageProperties(e),h=1,d=1,p=1,g=1;void 0!==n&&void 0!==s&&(p=s/n,g=u/o,h=f.width/n*s/n,d=f.height/o*u/o),void 0===i&&(i=t,a=r,t=0,r=0),void 0!==n&&void 0===s&&(s=n,u=o),void 0===n&&void 0===s&&(s=f.width,u=f.height);for(var m,b=this.ctx.transform.decompose(),S=I(b.rotate.shx),k=new l,T=(k=(k=(k=k.multiply(b.translate)).multiply(b.skew)).multiply(b.scale)).applyToRectangle(new c(i-t*p,a-r*g,n*h,o*d)),A=v.call(this,T),E=[],_=0;_<A.length;_+=1)-1===E.indexOf(A[_])&&E.push(A[_]);if(w(E),this.autoPaging)for(var O=E[0],N=E[E.length-1],C=O;C<N+1;C++){if(this.pdf.setPage(C),0!==this.ctx.clip_path.length){var R=this.path;m=JSON.parse(JSON.stringify(this.ctx.clip_path)),this.path=y(m,this.posX,-1*this.pdf.internal.pageSize.height*(C-1)+this.posY),x.call(this,"fill",!0),this.path=R}var P=JSON.parse(JSON.stringify(T));P=y([P],this.posX,-1*this.pdf.internal.pageSize.height*(C-1)+this.posY)[0],this.pdf.addImage(e,"JPEG",P.x,P.y,P.w,P.h,null,null,S)}else this.pdf.addImage(e,"JPEG",T.x,T.y,T.w,T.h,null,null,S)};var v=function(e,t,r){var n=[];switch(t=t||this.pdf.internal.pageSize.width,r=r||this.pdf.internal.pageSize.height,e.type){default:case"mt":case"lt":n.push(Math.floor((e.y+this.posY)/r)+1);break;case"arc":n.push(Math.floor((e.y+this.posY-e.radius)/r)+1),n.push(Math.floor((e.y+this.posY+e.radius)/r)+1);break;case"qct":var o=F(this.ctx.lastPoint.x,this.ctx.lastPoint.y,e.x1,e.y1,e.x,e.y);n.push(Math.floor(o.y/r)+1),n.push(Math.floor((o.y+o.h)/r)+1);break;case"bct":var i=j(this.ctx.lastPoint.x,this.ctx.lastPoint.y,e.x1,e.y1,e.x2,e.y2,e.x,e.y);n.push(Math.floor(i.y/r)+1),n.push(Math.floor((i.y+i.h)/r)+1);break;case"rect":n.push(Math.floor((e.y+this.posY)/r)+1),n.push(Math.floor((e.y+e.h+this.posY)/r)+1)}for(var a=0;a<n.length;a+=1)for(;this.pdf.internal.getNumberOfPages()<n[a];)b.call(this);return n},b=function(){var e=this.fillStyle,t=this.strokeStyle,r=this.font,n=this.lineCap,o=this.lineWidth,i=this.lineJoin;this.pdf.addPage(),this.fillStyle=e,this.strokeStyle=t,this.font=r,this.lineCap=n,this.lineWidth=o,this.lineJoin=i},y=function(e,t,r){for(var n=0;n<e.length;n++)switch(e[n].type){case"bct":e[n].x2+=t,e[n].y2+=r;case"qct":e[n].x1+=t,e[n].y1+=r;default:e[n].x+=t,e[n].y+=r}return e},w=function(e){return e.sort((function(e,t){return e-t}))},S=function(e,t){for(var r,n,o=this.fillStyle,i=this.strokeStyle,a=this.lineCap,s=this.lineWidth,c=s*this.ctx.transform.scaleX,l=this.lineJoin,u=JSON.parse(JSON.stringify(this.path)),f=JSON.parse(JSON.stringify(this.path)),h=[],d=0;d<f.length;d++)if(void 0!==f[d].x)for(var p=v.call(this,f[d]),g=0;g<p.length;g+=1)-1===h.indexOf(p[g])&&h.push(p[g]);for(var m=0;m<h.length;m++)for(;this.pdf.internal.getNumberOfPages()<h[m];)b.call(this);if(w(h),this.autoPaging)for(var S=h[0],k=h[h.length-1],T=S;T<k+1;T++){if(this.pdf.setPage(T),this.fillStyle=o,this.strokeStyle=i,this.lineCap=a,this.lineWidth=c,this.lineJoin=l,0!==this.ctx.clip_path.length){var A=this.path;r=JSON.parse(JSON.stringify(this.ctx.clip_path)),this.path=y(r,this.posX,-1*this.pdf.internal.pageSize.height*(T-1)+this.posY),x.call(this,e,!0),this.path=A}n=JSON.parse(JSON.stringify(u)),this.path=y(n,this.posX,-1*this.pdf.internal.pageSize.height*(T-1)+this.posY),!1!==t&&0!==T||x.call(this,e,t),this.lineWidth=s}else this.lineWidth=c,x.call(this,e,t),this.lineWidth=s;this.path=u},x=function(e,t){if(("stroke"!==e||t||!m.call(this))&&("stroke"===e||t||!g.call(this))){for(var r,n,o=[],i=this.path,a=0;a<i.length;a++){var s=i[a];switch(s.type){case"begin":o.push({begin:!0});break;case"close":o.push({close:!0});break;case"mt":o.push({start:s,deltas:[],abs:[]});break;case"lt":var c=o.length;if(!isNaN(i[a-1].x)&&(r=[s.x-i[a-1].x,s.y-i[a-1].y],c>0))for(;c>=0;c--)if(!0!==o[c-1].close&&!0!==o[c-1].begin){o[c-1].deltas.push(r),o[c-1].abs.push(s);break}break;case"bct":r=[s.x1-i[a-1].x,s.y1-i[a-1].y,s.x2-i[a-1].x,s.y2-i[a-1].y,s.x-i[a-1].x,s.y-i[a-1].y],o[o.length-1].deltas.push(r);break;case"qct":var l=i[a-1].x+2/3*(s.x1-i[a-1].x),u=i[a-1].y+2/3*(s.y1-i[a-1].y),f=s.x+2/3*(s.x1-s.x),h=s.y+2/3*(s.y1-s.y),d=s.x,p=s.y;r=[l-i[a-1].x,u-i[a-1].y,f-i[a-1].x,h-i[a-1].y,d-i[a-1].x,p-i[a-1].y],o[o.length-1].deltas.push(r);break;case"arc":o.push({deltas:[],abs:[],arc:!0}),Array.isArray(o[o.length-1].abs)&&o[o.length-1].abs.push(s)}}n=t?null:"stroke"===e?"stroke":"fill";for(var v=0;v<o.length;v++){if(o[v].arc){for(var b=o[v].abs,y=0;y<b.length;y++){var w=b[y];"arc"===w.type?T.call(this,w.x,w.y,w.radius,w.startAngle,w.endAngle,w.counterclockwise,void 0,t):N.call(this,w.x,w.y)}A.call(this,n),this.pdf.internal.out("h")}if(!o[v].arc&&!0!==o[v].close&&!0!==o[v].begin){var S=o[v].start.x,x=o[v].start.y;C.call(this,o[v].deltas,S,x)}}n&&A.call(this,n),t&&E.call(this)}},k=function(e){var t=this.pdf.internal.getFontSize()/this.pdf.internal.scaleFactor,r=t*(this.pdf.internal.getLineHeightFactor()-1);switch(this.ctx.textBaseline){case"bottom":return e-r;case"top":return e+t-r;case"hanging":return e+t-2*r;case"middle":return e+t/2-r;default:return e}};d.prototype.createLinearGradient=function(){var e=function(){};return e.colorStops=[],e.addColorStop=function(e,t){this.colorStops.push([e,t])},e.getColor=function(){return 0===this.colorStops.length?"#000000":this.colorStops[0][1]},e.isCanvasGradient=!0,e},d.prototype.createPattern=function(){return this.createLinearGradient()},d.prototype.createRadialGradient=function(){return this.createLinearGradient()};var T=function(e,t,r,n,o,i,a,s){for(var c=P.call(this,r,n,o,i),l=0;l<c.length;l++){var u=c[l];0===l&&_.call(this,u.x1+e,u.y1+t),R.call(this,e,t,u.x2,u.y2,u.x3,u.y3,u.x4,u.y4)}s?E.call(this):A.call(this,a)},A=function(e){switch(e){case"stroke":this.pdf.internal.out("S");break;case"fill":this.pdf.internal.out("f")}},E=function(){this.pdf.clip(),this.pdf.discardPath()},_=function(e,t){this.pdf.internal.out(r(e)+" "+o(t)+" m")},O=function(e){var t;switch(e.align){case"right":case"end":t="right";break;case"center":t="center";break;default:t="left"}var r=this.ctx.transform.applyToPoint(new s(e.x,e.y)),n=this.ctx.transform.decompose(),o=new l;o=(o=(o=o.multiply(n.translate)).multiply(n.skew)).multiply(n.scale);for(var i,a,u,f=this.pdf.getTextDimensions(e.text),h=this.ctx.transform.applyToRectangle(new c(e.x,e.y,f.w,f.h)),d=o.applyToRectangle(new c(e.x,e.y-f.h,f.w,f.h)),p=v.call(this,d),g=[],m=0;m<p.length;m+=1)-1===g.indexOf(p[m])&&g.push(p[m]);if(w(g),!0===this.autoPaging)for(var b=g[0],S=g[g.length-1],k=b;k<S+1;k++){if(this.pdf.setPage(k),0!==this.ctx.clip_path.length){var T=this.path;i=JSON.parse(JSON.stringify(this.ctx.clip_path)),this.path=y(i,this.posX,-1*this.pdf.internal.pageSize.height*(k-1)+this.posY),x.call(this,"fill",!0),this.path=T}var A=JSON.parse(JSON.stringify(h));A=y([A],this.posX,-1*this.pdf.internal.pageSize.height*(k-1)+this.posY)[0],e.scale>=.01&&(a=this.pdf.internal.getFontSize(),this.pdf.setFontSize(a*e.scale),u=this.lineWidth,this.lineWidth=u*e.scale),this.pdf.text(e.text,A.x,A.y,{angle:e.angle,align:t,renderingMode:e.renderingMode,maxWidth:e.maxWidth}),e.scale>=.01&&(this.pdf.setFontSize(a),this.lineWidth=u)}else e.scale>=.01&&(a=this.pdf.internal.getFontSize(),this.pdf.setFontSize(a*e.scale),u=this.lineWidth,this.lineWidth=u*e.scale),this.pdf.text(e.text,r.x+this.posX,r.y+this.posY,{angle:e.angle,align:t,renderingMode:e.renderingMode,maxWidth:e.maxWidth}),e.scale>=.01&&(this.pdf.setFontSize(a),this.lineWidth=u)},N=function(e,t,n,i){n=n||0,i=i||0,this.pdf.internal.out(r(e+n)+" "+o(t+i)+" l")},C=function(e,t,r){return this.pdf.lines(e,t,r,null,null)},R=function(e,r,n,o,s,c,l,u){this.pdf.internal.out([t(i(n+e)),t(a(o+r)),t(i(s+e)),t(a(c+r)),t(i(l+e)),t(a(u+r)),"c"].join(" "))},P=function(e,t,r,n){for(var o=2*Math.PI,i=Math.PI/2;t>r;)t-=o;var a=Math.abs(r-t);a<o&&n&&(a=o-a);for(var s=[],c=n?-1:1,l=t;a>1e-5;){var u=l+c*Math.min(a,i);s.push(L.call(this,e,l,u)),a-=Math.abs(u-l),l=u}return s},L=function(e,t,r){var n=(r-t)/2,o=e*Math.cos(n),i=e*Math.sin(n),a=o,s=-i,c=a*a+s*s,l=c+a*o+s*i,u=4/3*(Math.sqrt(2*c*l)-l)/(a*i-s*o),f=a-u*s,h=s+u*a,d=f,p=-h,g=n+t,m=Math.cos(g),v=Math.sin(g);return{x1:e*Math.cos(t),y1:e*Math.sin(t),x2:f*m-h*v,y2:f*v+h*m,x3:d*m-p*v,y3:d*v+p*m,x4:e*Math.cos(r),y4:e*Math.sin(r)}},I=function(e){return 180*e/Math.PI},F=function(e,t,r,n,o,i){var a=e+.5*(r-e),s=t+.5*(n-t),l=o+.5*(r-o),u=i+.5*(n-i),f=Math.min(e,o,a,l),h=Math.max(e,o,a,l),d=Math.min(t,i,s,u),p=Math.max(t,i,s,u);return new c(f,d,h-f,p-d)},j=function(e,t,r,n,o,i,a,s){var l,u,f,h,d,p,g,m,v,b,y,w,S,x,k=r-e,T=n-t,A=o-r,E=i-n,_=a-o,O=s-i;for(u=0;u<41;u++)v=(g=(f=e+(l=u/40)*k)+l*((d=r+l*A)-f))+l*(d+l*(o+l*_-d)-g),b=(m=(h=t+l*T)+l*((p=n+l*E)-h))+l*(p+l*(i+l*O-p)-m),0==u?(y=v,w=b,S=v,x=b):(y=Math.min(y,v),w=Math.min(w,b),S=Math.max(S,v),x=Math.max(x,b));return new c(Math.round(y),Math.round(w),Math.round(S-y),Math.round(x-w))}}(P.API);try{require("worker_threads").Worker}catch(e){}var Fe=Uint8Array,je=Uint16Array,De=Uint32Array,Me=new Fe([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,0,0,0]),Be=new Fe([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,0,0]),We=new Fe([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),Ue=function(e,t){for(var r=new je(31),n=0;n<31;++n)r[n]=t+=1<<e[n-1];var o=new De(r[30]);for(n=1;n<30;++n)for(var i=r[n];i<r[n+1];++i)o[i]=i-r[n]<<5|n;return[r,o]},ze=Ue(Me,2),He=ze[0],Ve=ze[1];He[28]=258,Ve[258]=28;for(var qe=Ue(Be,0),$e=qe[0],Ge=qe[1],Xe=new je(32768),Ye=0;Ye<32768;++Ye){var Ke=(43690&Ye)>>>1|(21845&Ye)<<1;Ke=(61680&(Ke=(52428&Ke)>>>2|(13107&Ke)<<2))>>>4|(3855&Ke)<<4,Xe[Ye]=((65280&Ke)>>>8|(255&Ke)<<8)>>>1}var Je=function(e,t,r){for(var n=e.length,o=0,i=new je(t);o<n;++o)++i[e[o]-1];var a,s=new je(t);for(o=0;o<t;++o)s[o]=s[o-1]+i[o-1]<<1;if(r){a=new je(1<<t);var c=15-t;for(o=0;o<n;++o)if(e[o])for(var l=o<<4|e[o],u=t-e[o],f=s[e[o]-1]++<<u,h=f|(1<<u)-1;f<=h;++f)a[Xe[f]>>>c]=l}else for(a=new je(n),o=0;o<n;++o)a[o]=Xe[s[e[o]-1]++]>>>15-e[o];return a},Ze=new Fe(288);for(Ye=0;Ye<144;++Ye)Ze[Ye]=8;for(Ye=144;Ye<256;++Ye)Ze[Ye]=9;for(Ye=256;Ye<280;++Ye)Ze[Ye]=7;for(Ye=280;Ye<288;++Ye)Ze[Ye]=8;var Qe=new Fe(32);for(Ye=0;Ye<32;++Ye)Qe[Ye]=5;var et=Je(Ze,9,0),tt=Je(Ze,9,1),rt=Je(Qe,5,0),nt=Je(Qe,5,1),ot=function(e){for(var t=e[0],r=1;r<e.length;++r)e[r]>t&&(t=e[r]);return t},it=function(e,t,r){var n=t/8|0;return(e[n]|e[n+1]<<8)>>>(7&t)&r},at=function(e,t){var r=t/8|0;return(e[r]|e[r+1]<<8|e[r+2]<<16)>>>(7&t)},st=function(e){return(e/8|0)+(7&e&&1)},ct=function(e,t,r){(null==t||t<0)&&(t=0),(null==r||r>e.length)&&(r=e.length);var n=new(e instanceof je?je:e instanceof De?De:Fe)(r-t);return n.set(e.subarray(t,r)),n},lt=function(e,t,r){r<<=7&t;var n=t/8|0;e[n]|=r,e[n+1]|=r>>>8},ut=function(e,t,r){r<<=7&t;var n=t/8|0;e[n]|=r,e[n+1]|=r>>>8,e[n+2]|=r>>>16},ft=function(e,t){for(var r=[],n=0;n<e.length;++n)e[n]&&r.push({s:n,f:e[n]});var o=r.length,i=r.slice();if(!o)return[new Fe(0),0];if(1==o){var a=new Fe(r[0].s+1);return a[r[0].s]=1,[a,1]}r.sort((function(e,t){return e.f-t.f})),r.push({s:-1,f:25001});var s=r[0],c=r[1],l=0,u=1,f=2;for(r[0]={s:-1,f:s.f+c.f,l:s,r:c};u!=o-1;)s=r[r[l].f<r[f].f?l++:f++],c=r[l!=u&&r[l].f<r[f].f?l++:f++],r[u++]={s:-1,f:s.f+c.f,l:s,r:c};var h=i[0].s;for(n=1;n<o;++n)i[n].s>h&&(h=i[n].s);var d=new je(h+1),p=ht(r[u-1],d,0);if(p>t){n=0;var g=0,m=p-t,v=1<<m;for(i.sort((function(e,t){return d[t.s]-d[e.s]||e.f-t.f}));n<o;++n){var b=i[n].s;if(!(d[b]>t))break;g+=v-(1<<p-d[b]),d[b]=t}for(g>>>=m;g>0;){var y=i[n].s;d[y]<t?g-=1<<t-d[y]++-1:++n}for(;n>=0&&g;--n){var w=i[n].s;d[w]==t&&(--d[w],++g)}p=t}return[new Fe(d),p]},ht=function(e,t,r){return-1==e.s?Math.max(ht(e.l,t,r+1),ht(e.r,t,r+1)):t[e.s]=r},dt=function(e){for(var t=e.length;t&&!e[--t];);for(var r=new je(++t),n=0,o=e[0],i=1,a=function(e){r[n++]=e},s=1;s<=t;++s)if(e[s]==o&&s!=t)++i;else{if(!o&&i>2){for(;i>138;i-=138)a(32754);i>2&&(a(i>10?i-11<<5|28690:i-3<<5|12305),i=0)}else if(i>3){for(a(o),--i;i>6;i-=6)a(8304);i>2&&(a(i-3<<5|8208),i=0)}for(;i--;)a(o);i=1,o=e[s]}return[r.subarray(0,n),t]},pt=function(e,t){for(var r=0,n=0;n<t.length;++n)r+=e[n]*t[n];return r},gt=function(e,t,r){var n=r.length,o=st(t+2);e[o]=255&n,e[o+1]=n>>>8,e[o+2]=255^e[o],e[o+3]=255^e[o+1];for(var i=0;i<n;++i)e[o+i+4]=r[i];return 8*(o+4+n)},mt=function(e,t,r,n,o,i,a,s,c,l,u){lt(t,u++,r),++o[256];for(var f=ft(o,15),h=f[0],d=f[1],p=ft(i,15),g=p[0],m=p[1],v=dt(h),b=v[0],y=v[1],w=dt(g),S=w[0],x=w[1],k=new je(19),T=0;T<b.length;++T)k[31&b[T]]++;for(T=0;T<S.length;++T)k[31&S[T]]++;for(var A=ft(k,7),E=A[0],_=A[1],O=19;O>4&&!E[We[O-1]];--O);var N,C,R,P,L=l+5<<3,I=pt(o,Ze)+pt(i,Qe)+a,F=pt(o,h)+pt(i,g)+a+14+3*O+pt(k,E)+(2*k[16]+3*k[17]+7*k[18]);if(L<=I&&L<=F)return gt(t,u,e.subarray(c,c+l));if(lt(t,u,1+(F<I)),u+=2,F<I){N=Je(h,d,0),C=h,R=Je(g,m,0),P=g;var j=Je(E,_,0);for(lt(t,u,y-257),lt(t,u+5,x-1),lt(t,u+10,O-4),u+=14,T=0;T<O;++T)lt(t,u+3*T,E[We[T]]);u+=3*O;for(var D=[b,S],M=0;M<2;++M){var B=D[M];for(T=0;T<B.length;++T){var W=31&B[T];lt(t,u,j[W]),u+=E[W],W>15&&(lt(t,u,B[T]>>>5&127),u+=B[T]>>>12)}}}else N=et,C=Ze,R=rt,P=Qe;for(T=0;T<s;++T)if(n[T]>255){W=n[T]>>>18&31,ut(t,u,N[W+257]),u+=C[W+257],W>7&&(lt(t,u,n[T]>>>23&31),u+=Me[W]);var U=31&n[T];ut(t,u,R[U]),u+=P[U],U>3&&(ut(t,u,n[T]>>>5&8191),u+=Be[U])}else ut(t,u,N[n[T]]),u+=C[n[T]];return ut(t,u,N[256]),u+C[256]},vt=new De([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),bt=new Fe(0);function yt(e,t){void 0===t&&(t={});var r=function(){var e=1,t=0;return{p:function(r){for(var n=e,o=t,i=r.length,a=0;a!=i;){for(var s=Math.min(a+5552,i);a<s;++a)o+=n+=r[a];n%=65521,o%=65521}e=n,t=o},d:function(){return(e>>>8<<16|(255&t)<<8|t>>>8)+2*((255&e)<<23)}}}();r.p(e);var n=function(e,t,r,n,o){return function(e,t,r,n,o,i){var a=e.length,s=new Fe(n+a+5*(1+Math.floor(a/7e3))+o),c=s.subarray(n,s.length-o),l=0;if(!t||a<8)for(var u=0;u<=a;u+=65535){var f=u+65535;f<a?l=gt(c,l,e.subarray(u,f)):(c[u]=i,l=gt(c,l,e.subarray(u,a)))}else{for(var h=vt[t-1],d=h>>>13,p=8191&h,g=(1<<r)-1,m=new je(32768),v=new je(g+1),b=Math.ceil(r/3),y=2*b,w=function(t){return(e[t]^e[t+1]<<b^e[t+2]<<y)&g},S=new De(25e3),x=new je(288),k=new je(32),T=0,A=0,E=(u=0,0),_=0,O=0;u<a;++u){var N=w(u),C=32767&u,R=v[N];if(m[C]=R,v[N]=C,_<=u){var P=a-u;if((T>7e3||E>24576)&&P>423){l=mt(e,c,0,S,x,k,A,E,O,u-O,l),E=T=A=0,O=u;for(var L=0;L<286;++L)x[L]=0;for(L=0;L<30;++L)k[L]=0}var I=2,F=0,j=p,D=C-R&32767;if(P>2&&N==w(u-D))for(var M=Math.min(d,P)-1,B=Math.min(32767,u),W=Math.min(258,P);D<=B&&--j&&C!=R;){if(e[u+I]==e[u+I-D]){for(var U=0;U<W&&e[u+U]==e[u+U-D];++U);if(U>I){if(I=U,F=D,U>M)break;var z=Math.min(D,U-2),H=0;for(L=0;L<z;++L){var V=u-D+L+32768&32767,q=V-m[V]+32768&32767;q>H&&(H=q,R=V)}}}D+=(C=R)-(R=m[C])+32768&32767}if(F){S[E++]=268435456|Ve[I]<<18|Ge[F];var $=31&Ve[I],G=31&Ge[F];A+=Me[$]+Be[G],++x[257+$],++k[G],_=u+I,++T}else S[E++]=e[u],++x[e[u]]}}l=mt(e,c,i,S,x,k,A,E,O,u-O,l),i||(l=gt(c,l,bt))}return ct(s,0,n+st(l)+o)}(e,null==t.level?6:t.level,null==t.mem?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(e.length)))):12+t.mem,r,n,!o)}(e,t,2,4);return function(e,t){var r=t.level,n=0==r?0:r<6?1:9==r?3:2;e[0]=120,e[1]=n<<6|(n?32-2*n:1)}(n,t),function(e,t,r){for(;r;++t)e[t]=r,r>>>=8}(n,n.length-4,r.d()),n}!function(e){var t=function(e){var t,r,n,o,i,a,s,c,l,u;for(/[^\x00-\xFF]/.test(e),r=[],n=0,o=(e+=t="\0\0\0\0".slice(e.length%4||4)).length;o>n;n+=4)0!==(i=(e.charCodeAt(n)<<24)+(e.charCodeAt(n+1)<<16)+(e.charCodeAt(n+2)<<8)+e.charCodeAt(n+3))?(a=(i=((i=((i=((i=(i-(u=i%85))/85)-(l=i%85))/85)-(c=i%85))/85)-(s=i%85))/85)%85,r.push(a+33,s+33,c+33,l+33,u+33)):r.push(122);return function(e,t){for(var r=t;r>0;r--)e.pop()}(r,t.length),String.fromCharCode.apply(String,r)+"~>"},r=function(e){var t,r,n,o,i,a=String,s="length",c=255,l="charCodeAt",u="slice",f="replace";for(e[u](-2),e=e[u](0,-2)[f](/\s/g,"")[f]("z","!!!!!"),n=[],o=0,i=(e+=t="uuuuu"[u](e[s]%5||5))[s];i>o;o+=5)r=52200625*(e[l](o)-33)+614125*(e[l](o+1)-33)+7225*(e[l](o+2)-33)+85*(e[l](o+3)-33)+(e[l](o+4)-33),n.push(c&r>>24,c&r>>16,c&r>>8,c&r);return function(e,t){for(var r=t;r>0;r--)e.pop()}(n,t[s]),a.fromCharCode.apply(a,n)},n=function(e){var t=new RegExp(/^([0-9A-Fa-f]{2})+$/);if(-1!==(e=e.replace(/\s/g,"")).indexOf(">")&&(e=e.substr(0,e.indexOf(">"))),e.length%2&&(e+="0"),!1===t.test(e))return"";for(var r="",n=0;n<e.length;n+=2)r+=String.fromCharCode("0x"+(e[n]+e[n+1]));return r},o=function(e){for(var t=new Uint8Array(e.length),r=e.length;r--;)t[r]=e.charCodeAt(r);return(t=yt(t)).reduce((function(e,t){return e+String.fromCharCode(t)}),"")};e.processDataByFilters=function(e,i){var a=0,s=e||"",c=[];for("string"==typeof(i=i||[])&&(i=[i]),a=0;a<i.length;a+=1)switch(i[a]){case"ASCII85Decode":case"/ASCII85Decode":s=r(s),c.push("/ASCII85Encode");break;case"ASCII85Encode":case"/ASCII85Encode":s=t(s),c.push("/ASCII85Decode");break;case"ASCIIHexDecode":case"/ASCIIHexDecode":s=n(s),c.push("/ASCIIHexEncode");break;case"ASCIIHexEncode":case"/ASCIIHexEncode":s=s.split("").map((function(e){return("0"+e.charCodeAt().toString(16)).slice(-2)})).join("")+">",c.push("/ASCIIHexDecode");break;case"FlateEncode":case"/FlateEncode":s=o(s),c.push("/FlateDecode");break;default:throw new Error('The filter: "'+i[a]+'" is not implemented')}return{data:s,reverseChain:c.reverse().join(" ")}}}(P.API),function(e){e.loadFile=function(e,t,r){return function(e,t,r){t=!1!==t,r="function"==typeof r?r:function(){};var n=void 0;try{n=function(e,t,r){var n=new XMLHttpRequest,o=0,i=function(e){var t=e.length,r=[],n=String.fromCharCode;for(o=0;o<t;o+=1)r.push(n(255&e.charCodeAt(o)));return r.join("")};if(n.open("GET",e,!t),n.overrideMimeType("text/plain; charset=x-user-defined"),!1===t&&(n.onload=function(){200===n.status?r(i(this.responseText)):r(void 0)}),n.send(null),t&&200===n.status)return i(n.responseText)}(e,t,r)}catch(e){}return n}(e,t,r)},e.loadImageFile=e.loadFile}(P.API),function(r){function n(){return(t.html2canvas?Promise.resolve(t.html2canvas):"object"==typeof e&&"undefined"!=typeof module?new Promise((function(e,t){try{e(require("html2canvas"))}catch(e){t(e)}})):"function"==typeof define&&define.amd?new Promise((function(e,t){try{require(["html2canvas"],e)}catch(e){t(e)}})):Promise.reject(new Error("Could not load html2canvas"))).catch((function(e){return Promise.reject(new Error("Could not load html2canvas: "+e))})).then((function(e){return e.default?e.default:e}))}function o(){return(t.DOMPurify?Promise.resolve(t.DOMPurify):"object"==typeof e&&"undefined"!=typeof module?new Promise((function(e,t){try{e(require("dompurify"))}catch(e){t(e)}})):"function"==typeof define&&define.amd?new Promise((function(e,t){try{require(["dompurify"],e)}catch(e){t(e)}})):Promise.reject(new Error("Could not load dompurify"))).catch((function(e){return Promise.reject(new Error("Could not load dompurify: "+e))})).then((function(e){return e.default?e.default:e}))}var i=function(e){var t=typeof e;return"undefined"===t?"undefined":"string"===t||e instanceof String?"string":"number"===t||e instanceof Number?"number":"function"===t||e instanceof Function?"function":e&&e.constructor===Array?"array":e&&1===e.nodeType?"element":"object"===t?"object":"unknown"},a=function(e,t){var r=document.createElement(e);for(var n in t.className&&(r.className=t.className),t.innerHTML&&t.dompurify&&(r.innerHTML=t.dompurify.sanitize(t.innerHTML)),t.style)r.style[n]=t.style[n];return r},s=function(e,t){for(var r=3===e.nodeType?document.createTextNode(e.nodeValue):e.cloneNode(!1),n=e.firstChild;n;n=n.nextSibling)!0!==t&&1===n.nodeType&&"SCRIPT"===n.nodeName||r.appendChild(s(n,t));return 1===e.nodeType&&("CANVAS"===e.nodeName?(r.width=e.width,r.height=e.height,r.getContext("2d").drawImage(e,0,0)):"TEXTAREA"!==e.nodeName&&"SELECT"!==e.nodeName||(r.value=e.value),r.addEventListener("load",(function(){r.scrollTop=e.scrollTop,r.scrollLeft=e.scrollLeft}),!0)),r},c=function e(t){var r=Object.assign(e.convert(Promise.resolve()),JSON.parse(JSON.stringify(e.template))),n=e.convert(Promise.resolve(),r);return(n=n.setProgress(1,e,1,[e])).set(t)};(c.prototype=Object.create(Promise.prototype)).constructor=c,c.convert=function(e,t){return e.__proto__=t||c.prototype,e},c.template={prop:{src:null,container:null,overlay:null,canvas:null,img:null,pdf:null,pageSize:null,callback:function(){}},progress:{val:0,state:null,n:0,stack:[]},opt:{filename:"file.pdf",margin:[0,0,0,0],enableLinks:!0,x:0,y:0,html2canvas:{},jsPDF:{},backgroundColor:"transparent"}},c.prototype.from=function(e,t){return this.then((function(){switch(t=t||function(e){switch(i(e)){case"string":return"string";case"element":return"canvas"===e.nodeName.toLowerCase()?"canvas":"element";default:return"unknown"}}(e)){case"string":return this.then(o).then((function(t){return this.set({src:a("div",{innerHTML:e,dompurify:t})})}));case"element":return this.set({src:e});case"canvas":return this.set({canvas:e});case"img":return this.set({img:e});default:return this.error("Unknown source type.")}}))},c.prototype.to=function(e){switch(e){case"container":return this.toContainer();case"canvas":return this.toCanvas();case"img":return this.toImg();case"pdf":return this.toPdf();default:return this.error("Invalid target.")}},c.prototype.toContainer=function(){return this.thenList([function(){return this.prop.src||this.error("Cannot duplicate - no source HTML.")},function(){return this.prop.pageSize||this.setPageSize()}]).then((function(){var e={position:"relative",display:"inline-block",width:Math.max(this.prop.src.clientWidth,this.prop.src.scrollWidth,this.prop.src.offsetWidth)+"px",left:0,right:0,top:0,margin:"auto",backgroundColor:this.opt.backgroundColor},t=s(this.prop.src,this.opt.html2canvas.javascriptEnabled);"BODY"===t.tagName&&(e.height=Math.max(document.body.scrollHeight,document.body.offsetHeight,document.documentElement.clientHeight,document.documentElement.scrollHeight,document.documentElement.offsetHeight)+"px"),this.prop.overlay=a("div",{className:"html2pdf__overlay",style:{position:"fixed",overflow:"hidden",zIndex:1e3,left:"-100000px",right:0,bottom:0,top:0}}),this.prop.container=a("div",{className:"html2pdf__container",style:e}),this.prop.container.appendChild(t),this.prop.container.firstChild.appendChild(a("div",{style:{clear:"both",border:"0 none transparent",margin:0,padding:0,height:0}})),this.prop.container.style.float="none",this.prop.overlay.appendChild(this.prop.container),document.body.appendChild(this.prop.overlay),this.prop.container.firstChild.style.position="relative",this.prop.container.height=Math.max(this.prop.container.firstChild.clientHeight,this.prop.container.firstChild.scrollHeight,this.prop.container.firstChild.offsetHeight)+"px"}))},c.prototype.toCanvas=function(){var e=[function(){return document.body.contains(this.prop.container)||this.toContainer()}];return this.thenList(e).then(n).then((function(e){var t=Object.assign({},this.opt.html2canvas);return delete t.onrendered,e(this.prop.container,t)})).then((function(e){(this.opt.html2canvas.onrendered||function(){})(e),this.prop.canvas=e,document.body.removeChild(this.prop.overlay)}))},c.prototype.toContext2d=function(){var e=[function(){return document.body.contains(this.prop.container)||this.toContainer()}];return this.thenList(e).then(n).then((function(e){var t=this.opt.jsPDF,r=this.opt.fontFaces,n=Object.assign({async:!0,allowTaint:!0,scale:1,scrollX:this.opt.scrollX||0,scrollY:this.opt.scrollY||0,backgroundColor:"#ffffff",imageTimeout:15e3,logging:!0,proxy:null,removeContainer:!0,foreignObjectRendering:!1,useCORS:!1},this.opt.html2canvas);if(delete n.onrendered,t.context2d.autoPaging=!0,t.context2d.posX=this.opt.x,t.context2d.posY=this.opt.y,t.context2d.fontFaces=r,r)for(var o=0;o<r.length;++o){var i=r[o],a=i.src.find((function(e){return"truetype"===e.format}));a&&t.addFont(a.url,i.ref.name,i.ref.style)}return n.windowHeight=n.windowHeight||0,n.windowHeight=0==n.windowHeight?Math.max(this.prop.container.clientHeight,this.prop.container.scrollHeight,this.prop.container.offsetHeight):n.windowHeight,e(this.prop.container,n)})).then((function(e){(this.opt.html2canvas.onrendered||function(){})(e),this.prop.canvas=e,document.body.removeChild(this.prop.overlay)}))},c.prototype.toImg=function(){return this.thenList([function(){return this.prop.canvas||this.toCanvas()}]).then((function(){var e=this.prop.canvas.toDataURL("image/"+this.opt.image.type,this.opt.image.quality);this.prop.img=document.createElement("img"),this.prop.img.src=e}))},c.prototype.toPdf=function(){return this.thenList([function(){return this.toContext2d()}]).then((function(){this.prop.pdf=this.prop.pdf||this.opt.jsPDF}))},c.prototype.output=function(e,t,r){return"img"===(r=r||"pdf").toLowerCase()||"image"===r.toLowerCase()?this.outputImg(e,t):this.outputPdf(e,t)},c.prototype.outputPdf=function(e,t){return this.thenList([function(){return this.prop.pdf||this.toPdf()}]).then((function(){return this.prop.pdf.output(e,t)}))},c.prototype.outputImg=function(e){return this.thenList([function(){return this.prop.img||this.toImg()}]).then((function(){switch(e){case void 0:case"img":return this.prop.img;case"datauristring":case"dataurlstring":return this.prop.img.src;case"datauri":case"dataurl":return document.location.href=this.prop.img.src;default:throw'Image output type "'+e+'" is not supported.'}}))},c.prototype.save=function(e){return this.thenList([function(){return this.prop.pdf||this.toPdf()}]).set(e?{filename:e}:null).then((function(){this.prop.pdf.save(this.opt.filename)}))},c.prototype.doCallback=function(){return this.thenList([function(){return this.prop.pdf||this.toPdf()}]).then((function(){this.prop.callback(this.prop.pdf)}))},c.prototype.set=function(e){if("object"!==i(e))return this;var t=Object.keys(e||{}).map((function(t){if(t in c.template.prop)return function(){this.prop[t]=e[t]};switch(t){case"margin":return this.setMargin.bind(this,e.margin);case"jsPDF":return function(){return this.opt.jsPDF=e.jsPDF,this.setPageSize()};case"pageSize":return this.setPageSize.bind(this,e.pageSize);default:return function(){this.opt[t]=e[t]}}}),this);return this.then((function(){return this.thenList(t)}))},c.prototype.get=function(e,t){return this.then((function(){var r=e in c.template.prop?this.prop[e]:this.opt[e];return t?t(r):r}))},c.prototype.setMargin=function(e){return this.then((function(){switch(i(e)){case"number":e=[e,e,e,e];case"array":if(2===e.length&&(e=[e[0],e[1],e[0],e[1]]),4===e.length)break;default:return this.error("Invalid margin array.")}this.opt.margin=e})).then(this.setPageSize)},c.prototype.setPageSize=function(e){function t(e,t){return Math.floor(e*t/72*96)}return this.then((function(){(e=e||P.getPageSize(this.opt.jsPDF)).hasOwnProperty("inner")||(e.inner={width:e.width-this.opt.margin[1]-this.opt.margin[3],height:e.height-this.opt.margin[0]-this.opt.margin[2]},e.inner.px={width:t(e.inner.width,e.k),height:t(e.inner.height,e.k)},e.inner.ratio=e.inner.height/e.inner.width),this.prop.pageSize=e}))},c.prototype.setProgress=function(e,t,r,n){return null!=e&&(this.progress.val=e),null!=t&&(this.progress.state=t),null!=r&&(this.progress.n=r),null!=n&&(this.progress.stack=n),this.progress.ratio=this.progress.val/this.progress.state,this},c.prototype.updateProgress=function(e,t,r,n){return this.setProgress(e?this.progress.val+e:null,t||null,r?this.progress.n+r:null,n?this.progress.stack.concat(n):null)},c.prototype.then=function(e,t){var r=this;return this.thenCore(e,t,(function(e,t){return r.updateProgress(null,null,1,[e]),Promise.prototype.then.call(this,(function(t){return r.updateProgress(null,e),t})).then(e,t).then((function(e){return r.updateProgress(1),e}))}))},c.prototype.thenCore=function(e,t,r){r=r||Promise.prototype.then,e&&(e=e.bind(this)),t&&(t=t.bind(this));var n=-1!==Promise.toString().indexOf("[native code]")&&"Promise"===Promise.name?this:c.convert(Object.assign({},this),Promise.prototype),o=r.call(n,e,t);return c.convert(o,this.__proto__)},c.prototype.thenExternal=function(e,t){return Promise.prototype.then.call(this,e,t)},c.prototype.thenList=function(e){var t=this;return e.forEach((function(e){t=t.thenCore(e)})),t},c.prototype.catch=function(e){e&&(e=e.bind(this));var t=Promise.prototype.catch.call(this,e);return c.convert(t,this)},c.prototype.catchExternal=function(e){return Promise.prototype.catch.call(this,e)},c.prototype.error=function(e){return this.then((function(){throw new Error(e)}))},c.prototype.using=c.prototype.set,c.prototype.saveAs=c.prototype.save,c.prototype.export=c.prototype.output,c.prototype.run=c.prototype.then,P.getPageSize=function(e,t,r){if("object"==typeof e){var n=e;e=n.orientation,t=n.unit||t,r=n.format||r}t=t||"mm",r=r||"a4",e=(""+(e||"P")).toLowerCase();var o,i=(""+r).toLowerCase(),a={a0:[2383.94,3370.39],a1:[1683.78,2383.94],a2:[1190.55,1683.78],a3:[841.89,1190.55],a4:[595.28,841.89],a5:[419.53,595.28],a6:[297.64,419.53],a7:[209.76,297.64],a8:[147.4,209.76],a9:[104.88,147.4],a10:[73.7,104.88],b0:[2834.65,4008.19],b1:[2004.09,2834.65],b2:[1417.32,2004.09],b3:[1000.63,1417.32],b4:[708.66,1000.63],b5:[498.9,708.66],b6:[354.33,498.9],b7:[249.45,354.33],b8:[175.75,249.45],b9:[124.72,175.75],b10:[87.87,124.72],c0:[2599.37,3676.54],c1:[1836.85,2599.37],c2:[1298.27,1836.85],c3:[918.43,1298.27],c4:[649.13,918.43],c5:[459.21,649.13],c6:[323.15,459.21],c7:[229.61,323.15],c8:[161.57,229.61],c9:[113.39,161.57],c10:[79.37,113.39],dl:[311.81,623.62],letter:[612,792],"government-letter":[576,756],legal:[612,1008],"junior-legal":[576,360],ledger:[1224,792],tabloid:[792,1224],"credit-card":[153,243]};switch(t){case"pt":o=1;break;case"mm":o=72/25.4;break;case"cm":o=72/2.54;break;case"in":o=72;break;case"px":o=.75;break;case"pc":case"em":o=12;break;case"ex":o=6;break;default:throw"Invalid unit: "+t}var s,c=0,l=0;if(a.hasOwnProperty(i))c=a[i][1]/o,l=a[i][0]/o;else try{c=r[1],l=r[0]}catch(e){throw new Error("Invalid format: "+r)}if("p"===e||"portrait"===e)e="p",l>c&&(s=l,l=c,c=s);else{if("l"!==e&&"landscape"!==e)throw"Invalid orientation: "+e;e="l",c>l&&(s=l,l=c,c=s)}return{width:l,height:c,unit:t,k:o,orientation:e}},r.html=function(e,t){(t=t||{}).callback=t.callback||function(){},t.html2canvas=t.html2canvas||{},t.html2canvas.canvas=t.html2canvas.canvas||this.canvas,t.jsPDF=t.jsPDF||this,t.fontFaces=t.fontFaces?t.fontFaces.map(Ee):null;var r=new c(t);return t.worker?r:r.from(e).doCallback()}}(P.API),function(e){var t,r,n;e.addJS=function(e){return n=e,this.internal.events.subscribe("postPutResources",(function(){t=this.internal.newObject(),this.internal.out("<<"),this.internal.out("/Names [(EmbeddedJS) "+(t+1)+" 0 R]"),this.internal.out(">>"),this.internal.out("endobj"),r=this.internal.newObject(),this.internal.out("<<"),this.internal.out("/S /JavaScript"),this.internal.out("/JS ("+n+")"),this.internal.out(">>"),this.internal.out("endobj")})),this.internal.events.subscribe("putCatalog",(function(){void 0!==t&&void 0!==r&&this.internal.out("/Names <</JavaScript "+t+" 0 R>>")})),this}}(P.API),function(e){var t;e.events.push(["postPutResources",function(){var e=this,r=/^(\d+) 0 obj$/;if(this.outline.root.children.length>0)for(var n=e.outline.render().split(/\r\n/),o=0;o<n.length;o++){var i=n[o],a=r.exec(i);if(null!=a){var s=a[1];e.internal.newObjectDeferredBegin(s,!1)}e.internal.write(i)}if(this.outline.createNamedDestinations){var c=this.internal.pages.length,l=[];for(o=0;o<c;o++){var u=e.internal.newObject();l.push(u);var f=e.internal.getPageInfo(o+1);e.internal.write("<< /D["+f.objId+" 0 R /XYZ null null null]>> endobj")}var h=e.internal.newObject();for(e.internal.write("<< /Names [ "),o=0;o<l.length;o++)e.internal.write("(page_"+(o+1)+")"+l[o]+" 0 R");e.internal.write(" ] >>","endobj"),t=e.internal.newObject(),e.internal.write("<< /Dests "+h+" 0 R"),e.internal.write(">>","endobj")}}]),e.events.push(["putCatalog",function(){this.outline.root.children.length>0&&(this.internal.write("/Outlines",this.outline.makeRef(this.outline.root)),this.outline.createNamedDestinations&&this.internal.write("/Names "+t+" 0 R"))}]),e.events.push(["initialized",function(){var e=this;e.outline={createNamedDestinations:!1,root:{children:[]}},e.outline.add=function(e,t,r){var n={title:t,options:r,children:[]};return null==e&&(e=this.root),e.children.push(n),n},e.outline.render=function(){return this.ctx={},this.ctx.val="",this.ctx.pdf=e,this.genIds_r(this.root),this.renderRoot(this.root),this.renderItems(this.root),this.ctx.val},e.outline.genIds_r=function(t){t.id=e.internal.newObjectDeferred();for(var r=0;r<t.children.length;r++)this.genIds_r(t.children[r])},e.outline.renderRoot=function(e){this.objStart(e),this.line("/Type /Outlines"),e.children.length>0&&(this.line("/First "+this.makeRef(e.children[0])),this.line("/Last "+this.makeRef(e.children[e.children.length-1]))),this.line("/Count "+this.count_r({count:0},e)),this.objEnd()},e.outline.renderItems=function(t){for(var r=this.ctx.pdf.internal.getVerticalCoordinateString,n=0;n<t.children.length;n++){var o=t.children[n];this.objStart(o),this.line("/Title "+this.makeString(o.title)),this.line("/Parent "+this.makeRef(t)),n>0&&this.line("/Prev "+this.makeRef(t.children[n-1])),n<t.children.length-1&&this.line("/Next "+this.makeRef(t.children[n+1])),o.children.length>0&&(this.line("/First "+this.makeRef(o.children[0])),this.line("/Last "+this.makeRef(o.children[o.children.length-1])));var i=this.count=this.count_r({count:0},o);if(i>0&&this.line("/Count "+i),o.options&&o.options.pageNumber){var a=e.internal.getPageInfo(o.options.pageNumber);this.line("/Dest ["+a.objId+" 0 R /XYZ 0 "+r(0)+" 0]")}this.objEnd()}for(var s=0;s<t.children.length;s++)this.renderItems(t.children[s])},e.outline.line=function(e){this.ctx.val+=e+"\r\n"},e.outline.makeRef=function(e){return e.id+" 0 R"},e.outline.makeString=function(t){return"("+e.internal.pdfEscape(t)+")"},e.outline.objStart=function(e){this.ctx.val+="\r\n"+e.id+" 0 obj\r\n<<\r\n"},e.outline.objEnd=function(){this.ctx.val+=">> \r\nendobj\r\n"},e.outline.count_r=function(e,t){for(var r=0;r<t.children.length;r++)e.count++,this.count_r(e,t.children[r]);return e.count}}])}(P.API),function(e){var t=[192,193,194,195,196,197,198,199];e.processJPEG=function(e,r,n,o,i,a){var s,c=this.decode.DCT_DECODE,l=null;if("string"==typeof e||this.__addimage__.isArrayBuffer(e)||this.__addimage__.isArrayBufferView(e)){switch(e=i||e,e=this.__addimage__.isArrayBuffer(e)?new Uint8Array(e):e,(s=function(e){for(var r,n=256*e.charCodeAt(4)+e.charCodeAt(5),o=e.length,i={width:0,height:0,numcomponents:1},a=4;a<o;a+=2){if(a+=n,-1!==t.indexOf(e.charCodeAt(a+1))){r=256*e.charCodeAt(a+5)+e.charCodeAt(a+6),i={width:256*e.charCodeAt(a+7)+e.charCodeAt(a+8),height:r,numcomponents:e.charCodeAt(a+9)};break}n=256*e.charCodeAt(a+2)+e.charCodeAt(a+3)}return i}(e=this.__addimage__.isArrayBufferView(e)?this.__addimage__.arrayBufferToBinaryString(e):e)).numcomponents){case 1:a=this.color_spaces.DEVICE_GRAY;break;case 4:a=this.color_spaces.DEVICE_CMYK;break;case 3:a=this.color_spaces.DEVICE_RGB}l={data:e,width:s.width,height:s.height,colorSpace:a,bitsPerComponent:8,filter:c,index:r,alias:n}}return l}}(P.API);var wt,St,xt,kt,Tt,At=function(){var e,r,n;function o(e){var t,r,n,o,i,a,s,c,l,u,f,h,d,p;for(this.data=e,this.pos=8,this.palette=[],this.imgData=[],this.transparency={},this.animation=null,this.text={},a=null;;){switch(t=this.readUInt32(),l=function(){var e,t;for(t=[],e=0;e<4;++e)t.push(String.fromCharCode(this.data[this.pos++]));return t}.call(this).join("")){case"IHDR":this.width=this.readUInt32(),this.height=this.readUInt32(),this.bits=this.data[this.pos++],this.colorType=this.data[this.pos++],this.compressionMethod=this.data[this.pos++],this.filterMethod=this.data[this.pos++],this.interlaceMethod=this.data[this.pos++];break;case"acTL":this.animation={numFrames:this.readUInt32(),numPlays:this.readUInt32()||1/0,frames:[]};break;case"PLTE":this.palette=this.read(t);break;case"fcTL":a&&this.animation.frames.push(a),this.pos+=4,a={width:this.readUInt32(),height:this.readUInt32(),xOffset:this.readUInt32(),yOffset:this.readUInt32()},i=this.readUInt16(),o=this.readUInt16()||100,a.delay=1e3*i/o,a.disposeOp=this.data[this.pos++],a.blendOp=this.data[this.pos++],a.data=[];break;case"IDAT":case"fdAT":for("fdAT"===l&&(this.pos+=4,t-=4),e=(null!=a?a.data:void 0)||this.imgData,h=0;0<=t?h<t:h>t;0<=t?++h:--h)e.push(this.data[this.pos++]);break;case"tRNS":switch(this.transparency={},this.colorType){case 3:if(n=this.palette.length/3,this.transparency.indexed=this.read(t),this.transparency.indexed.length>n)throw new Error("More transparent colors than palette size");if((u=n-this.transparency.indexed.length)>0)for(d=0;0<=u?d<u:d>u;0<=u?++d:--d)this.transparency.indexed.push(255);break;case 0:this.transparency.grayscale=this.read(t)[0];break;case 2:this.transparency.rgb=this.read(t)}break;case"tEXt":s=(f=this.read(t)).indexOf(0),c=String.fromCharCode.apply(String,f.slice(0,s)),this.text[c]=String.fromCharCode.apply(String,f.slice(s+1));break;case"IEND":return a&&this.animation.frames.push(a),this.colors=function(){switch(this.colorType){case 0:case 3:case 4:return 1;case 2:case 6:return 3}}.call(this),this.hasAlphaChannel=4===(p=this.colorType)||6===p,r=this.colors+(this.hasAlphaChannel?1:0),this.pixelBitlength=this.bits*r,this.colorSpace=function(){switch(this.colors){case 1:return"DeviceGray";case 3:return"DeviceRGB"}}.call(this),void(this.imgData=new Uint8Array(this.imgData));default:this.pos+=t}if(this.pos+=4,this.pos>this.data.length)throw new Error("Incomplete or corrupt PNG file")}}o.prototype.read=function(e){var t,r;for(r=[],t=0;0<=e?t<e:t>e;0<=e?++t:--t)r.push(this.data[this.pos++]);return r},o.prototype.readUInt32=function(){return this.data[this.pos++]<<24|this.data[this.pos++]<<16|this.data[this.pos++]<<8|this.data[this.pos++]},o.prototype.readUInt16=function(){return this.data[this.pos++]<<8|this.data[this.pos++]},o.prototype.decodePixels=function(e){var t=this.pixelBitlength/8,r=new Uint8Array(this.width*this.height*t),n=0,o=this;if(null==e&&(e=this.imgData),0===e.length)return new Uint8Array(0);function i(i,a,s,c){var l,u,f,h,d,p,g,m,v,b,y,w,S,x,k,T,A,E,_,O,N,C=Math.ceil((o.width-i)/s),R=Math.ceil((o.height-a)/c),P=o.width==C&&o.height==R;for(x=t*C,w=P?r:new Uint8Array(x*R),p=e.length,S=0,u=0;S<R&&n<p;){switch(e[n++]){case 0:for(h=A=0;A<x;h=A+=1)w[u++]=e[n++];break;case 1:for(h=E=0;E<x;h=E+=1)l=e[n++],d=h<t?0:w[u-t],w[u++]=(l+d)%256;break;case 2:for(h=_=0;_<x;h=_+=1)l=e[n++],f=(h-h%t)/t,k=S&&w[(S-1)*x+f*t+h%t],w[u++]=(k+l)%256;break;case 3:for(h=O=0;O<x;h=O+=1)l=e[n++],f=(h-h%t)/t,d=h<t?0:w[u-t],k=S&&w[(S-1)*x+f*t+h%t],w[u++]=(l+Math.floor((d+k)/2))%256;break;case 4:for(h=N=0;N<x;h=N+=1)l=e[n++],f=(h-h%t)/t,d=h<t?0:w[u-t],0===S?k=T=0:(k=w[(S-1)*x+f*t+h%t],T=f&&w[(S-1)*x+(f-1)*t+h%t]),g=d+k-T,m=Math.abs(g-d),b=Math.abs(g-k),y=Math.abs(g-T),v=m<=b&&m<=y?d:b<=y?k:T,w[u++]=(l+v)%256;break;default:throw new Error("Invalid filter algorithm: "+e[n-1])}if(!P){var L=((a+S*c)*o.width+i)*t,I=S*x;for(h=0;h<C;h+=1){for(var F=0;F<t;F+=1)r[L++]=w[I++];L+=(s-1)*t}}S++}}return e=function(e,t){return function(e,t,r){var n=e.length,o=!t||r,i=!r||r.i;r||(r={}),t||(t=new Fe(3*n));var a=function(e){var r=t.length;if(e>r){var n=new Fe(Math.max(2*r,e));n.set(t),t=n}},s=r.f||0,c=r.p||0,l=r.b||0,u=r.l,f=r.d,h=r.m,d=r.n,p=8*n;do{if(!u){r.f=s=it(e,c,1);var g=it(e,c+1,3);if(c+=3,!g){var m=e[(_=st(c)+4)-4]|e[_-3]<<8,v=_+m;if(v>n){if(i)throw"unexpected EOF";break}o&&a(l+m),t.set(e.subarray(_,v),l),r.b=l+=m,r.p=c=8*v;continue}if(1==g)u=tt,f=nt,h=9,d=5;else{if(2!=g)throw"invalid block type";var b=it(e,c,31)+257,y=it(e,c+10,15)+4,w=b+it(e,c+5,31)+1;c+=14;for(var S=new Fe(w),x=new Fe(19),k=0;k<y;++k)x[We[k]]=it(e,c+3*k,7);c+=3*y;var T=ot(x),A=(1<<T)-1;if(!i&&c+w*(T+7)>p)break;var E=Je(x,T,1);for(k=0;k<w;){var _,O=E[it(e,c,A)];if(c+=15&O,(_=O>>>4)<16)S[k++]=_;else{var N=0,C=0;for(16==_?(C=3+it(e,c,3),c+=2,N=S[k-1]):17==_?(C=3+it(e,c,7),c+=3):18==_&&(C=11+it(e,c,127),c+=7);C--;)S[k++]=N}}var R=S.subarray(0,b),P=S.subarray(b);h=ot(R),d=ot(P),u=Je(R,h,1),f=Je(P,d,1)}if(c>p)throw"unexpected EOF"}o&&a(l+131072);for(var L=(1<<h)-1,I=(1<<d)-1,F=h+d+18;i||c+F<p;){var j=(N=u[at(e,c)&L])>>>4;if((c+=15&N)>p)throw"unexpected EOF";if(!N)throw"invalid length/literal";if(j<256)t[l++]=j;else{if(256==j){u=null;break}var D=j-254;if(j>264){var M=Me[k=j-257];D=it(e,c,(1<<M)-1)+He[k],c+=M}var B=f[at(e,c)&I],W=B>>>4;if(!B)throw"invalid distance";if(c+=15&B,P=$e[W],W>3&&(M=Be[W],P+=at(e,c)&(1<<M)-1,c+=M),c>p)throw"unexpected EOF";o&&a(l+131072);for(var U=l+D;l<U;l+=4)t[l]=t[l-P],t[l+1]=t[l+1-P],t[l+2]=t[l+2-P],t[l+3]=t[l+3-P];l=U}}r.l=u,r.p=c,r.b=l,u&&(s=1,r.m=h,r.d=f,r.n=d)}while(!s);return l==t.length?t:ct(t,0,l)}((function(e){if(8!=(15&e[0])||e[0]>>>4>7||(e[0]<<8|e[1])%31)throw"invalid zlib data";if(32&e[1])throw"invalid zlib data: preset dictionaries not supported"}(e),e.subarray(2,-4)),t)}(e),1==o.interlaceMethod?(i(0,0,8,8),i(4,0,8,8),i(0,4,4,8),i(2,0,4,4),i(0,2,2,4),i(1,0,2,2),i(0,1,1,2)):i(0,0,1,1),r},o.prototype.decodePalette=function(){var e,t,r,n,o,i,a,s,c;for(r=this.palette,i=this.transparency.indexed||[],o=new Uint8Array((i.length||0)+r.length),n=0,e=0,t=a=0,s=r.length;a<s;t=a+=3)o[n++]=r[t],o[n++]=r[t+1],o[n++]=r[t+2],o[n++]=null!=(c=i[e++])?c:255;return o},o.prototype.copyToImageData=function(e,t){var r,n,o,i,a,s,c,l,u,f,h;if(n=this.colors,u=null,r=this.hasAlphaChannel,this.palette.length&&(u=null!=(h=this._decodedPalette)?h:this._decodedPalette=this.decodePalette(),n=4,r=!0),l=(o=e.data||e).length,a=u||t,i=s=0,1===n)for(;i<l;)c=u?4*t[i/4]:s,f=a[c++],o[i++]=f,o[i++]=f,o[i++]=f,o[i++]=r?a[c++]:255,s=c;else for(;i<l;)c=u?4*t[i/4]:s,o[i++]=a[c++],o[i++]=a[c++],o[i++]=a[c++],o[i++]=r?a[c++]:255,s=c},o.prototype.decode=function(){var e;return e=new Uint8Array(this.width*this.height*4),this.copyToImageData(e,this.decodePixels()),e};var i=function(){if("[object Window]"===Object.prototype.toString.call(t)){try{r=t.document.createElement("canvas"),n=r.getContext("2d")}catch(e){return!1}return!0}return!1};return i(),e=function(e){var t;if(!0===i())return n.width=e.width,n.height=e.height,n.clearRect(0,0,e.width,e.height),n.putImageData(e,0,0),(t=new Image).src=r.toDataURL(),t;throw new Error("This method requires a Browser with Canvas-capability.")},o.prototype.decodeFrames=function(t){var r,n,o,i,a,s,c,l;if(this.animation){for(l=[],n=a=0,s=(c=this.animation.frames).length;a<s;n=++a)r=c[n],o=t.createImageData(r.width,r.height),i=this.decodePixels(new Uint8Array(r.data)),this.copyToImageData(o,i),r.imageData=o,l.push(r.image=e(o));return l}},o.prototype.renderFrame=function(e,t){var r,n,o;return r=(n=this.animation.frames)[t],o=n[t-1],0===t&&e.clearRect(0,0,this.width,this.height),1===(null!=o?o.disposeOp:void 0)?e.clearRect(o.xOffset,o.yOffset,o.width,o.height):2===(null!=o?o.disposeOp:void 0)&&e.putImageData(o.imageData,o.xOffset,o.yOffset),0===r.blendOp&&e.clearRect(r.xOffset,r.yOffset,r.width,r.height),e.drawImage(r.image,r.xOffset,r.yOffset)},o.prototype.animate=function(e){var t,r,n,o,i,a,s=this;return r=0,a=this.animation,o=a.numFrames,n=a.frames,i=a.numPlays,(t=function(){var a,c;if(a=r++%o,c=n[a],s.renderFrame(e,a),o>1&&r/o<i)return s.animation._timeout=setTimeout(t,c.delay)})()},o.prototype.stopAnimation=function(){var e;return clearTimeout(null!=(e=this.animation)?e._timeout:void 0)},o.prototype.render=function(e){var t,r;return e._png&&e._png.stopAnimation(),e._png=this,e.width=this.width,e.height=this.height,t=e.getContext("2d"),this.animation?(this.decodeFrames(t),this.animate(t)):(r=t.createImageData(this.width,this.height),this.copyToImageData(r,this.decodePixels()),t.putImageData(r,0,0))},o}();function Et(e){var t=0;if(71!==e[t++]||73!==e[t++]||70!==e[t++]||56!==e[t++]||56!=(e[t++]+1&253)||97!==e[t++])throw new Error("Invalid GIF 87a/89a header.");var r=e[t++]|e[t++]<<8,n=e[t++]|e[t++]<<8,o=e[t++],i=o>>7,a=1<<1+(7&o);e[t++],e[t++];var s=null,c=null;i&&(s=t,c=a,t+=3*a);var l=!0,u=[],f=0,h=null,d=0,p=null;for(this.width=r,this.height=n;l&&t<e.length;)switch(e[t++]){case 33:switch(e[t++]){case 255:if(11!==e[t]||78==e[t+1]&&69==e[t+2]&&84==e[t+3]&&83==e[t+4]&&67==e[t+5]&&65==e[t+6]&&80==e[t+7]&&69==e[t+8]&&50==e[t+9]&&46==e[t+10]&&48==e[t+11]&&3==e[t+12]&&1==e[t+13]&&0==e[t+16])t+=14,p=e[t++]|e[t++]<<8,t++;else for(t+=12;;){if(!((_=e[t++])>=0))throw Error("Invalid block size");if(0===_)break;t+=_}break;case 249:if(4!==e[t++]||0!==e[t+4])throw new Error("Invalid graphics extension block.");var g=e[t++];f=e[t++]|e[t++]<<8,h=e[t++],!(1&g)&&(h=null),d=g>>2&7,t++;break;case 254:for(;;){if(!((_=e[t++])>=0))throw Error("Invalid block size");if(0===_)break;t+=_}break;default:throw new Error("Unknown graphic control label: 0x"+e[t-1].toString(16))}break;case 44:var m=e[t++]|e[t++]<<8,v=e[t++]|e[t++]<<8,b=e[t++]|e[t++]<<8,y=e[t++]|e[t++]<<8,w=e[t++],S=w>>6&1,x=1<<1+(7&w),k=s,T=c,A=!1;w>>7&&(A=!0,k=t,T=x,t+=3*x);var E=t;for(t++;;){var _;if(!((_=e[t++])>=0))throw Error("Invalid block size");if(0===_)break;t+=_}u.push({x:m,y:v,width:b,height:y,has_local_palette:A,palette_offset:k,palette_size:T,data_offset:E,data_length:t-E,transparent_index:h,interlaced:!!S,delay:f,disposal:d});break;case 59:l=!1;break;default:throw new Error("Unknown gif block: 0x"+e[t-1].toString(16))}this.numFrames=function(){return u.length},this.loopCount=function(){return p},this.frameInfo=function(e){if(e<0||e>=u.length)throw new Error("Frame index out of range.");return u[e]},this.decodeAndBlitFrameBGRA=function(t,n){var o=this.frameInfo(t),i=o.width*o.height,a=new Uint8Array(i);_t(e,o.data_offset,a,i);var s=o.palette_offset,c=o.transparent_index;null===c&&(c=256);var l=o.width,u=r-l,f=l,h=4*(o.y*r+o.x),d=4*((o.y+o.height)*r+o.x),p=h,g=4*u;!0===o.interlaced&&(g+=4*r*7);for(var m=8,v=0,b=a.length;v<b;++v){var y=a[v];if(0===f&&(f=l,(p+=g)>=d&&(g=4*u+4*r*(m-1),p=h+(l+u)*(m<<1),m>>=1)),y===c)p+=4;else{var w=e[s+3*y],S=e[s+3*y+1],x=e[s+3*y+2];n[p++]=x,n[p++]=S,n[p++]=w,n[p++]=255}--f}},this.decodeAndBlitFrameRGBA=function(t,n){var o=this.frameInfo(t),i=o.width*o.height,a=new Uint8Array(i);_t(e,o.data_offset,a,i);var s=o.palette_offset,c=o.transparent_index;null===c&&(c=256);var l=o.width,u=r-l,f=l,h=4*(o.y*r+o.x),d=4*((o.y+o.height)*r+o.x),p=h,g=4*u;!0===o.interlaced&&(g+=4*r*7);for(var m=8,v=0,b=a.length;v<b;++v){var y=a[v];if(0===f&&(f=l,(p+=g)>=d&&(g=4*u+4*r*(m-1),p=h+(l+u)*(m<<1),m>>=1)),y===c)p+=4;else{var w=e[s+3*y],S=e[s+3*y+1],x=e[s+3*y+2];n[p++]=w,n[p++]=S,n[p++]=x,n[p++]=255}--f}}}function _t(e,t,r,o){for(var i=e[t++],a=1<<i,s=a+1,c=s+1,l=i+1,u=(1<<l)-1,f=0,h=0,d=0,p=e[t++],g=new Int32Array(4096),m=null;;){for(;f<16&&0!==p;)h|=e[t++]<<f,f+=8,1===p?p=e[t++]:--p;if(f<l)break;var v=h&u;if(h>>=l,f-=l,v!==a){if(v===s)break;for(var b=v<c?v:m,y=0,w=b;w>a;)w=g[w]>>8,++y;var S=w;if(d+y+(b!==v?1:0)>o)return void n.log("Warning, gif stream longer than expected.");r[d++]=S;var x=d+=y;for(b!==v&&(r[d++]=S),w=b;y--;)w=g[w],r[--x]=255&w,w>>=8;null!==m&&c<4096&&(g[c++]=m<<8|S,c>=u+1&&l<12&&(++l,u=u<<1|1)),m=v}else c=s+1,u=(1<<(l=i+1))-1,m=null}return d!==o&&n.log("Warning, gif stream shorter than expected."),r}function Ot(e){var t,r,n,o,i,a=Math.floor,s=new Array(64),c=new Array(64),l=new Array(64),u=new Array(64),f=new Array(65535),h=new Array(65535),d=new Array(64),p=new Array(64),g=[],m=0,v=7,b=new Array(64),y=new Array(64),w=new Array(64),S=new Array(256),x=new Array(2048),k=[0,1,5,6,14,15,27,28,2,4,7,13,16,26,29,42,3,8,12,17,25,30,41,43,9,11,18,24,31,40,44,53,10,19,23,32,39,45,52,54,20,22,33,38,46,51,55,60,21,34,37,47,50,56,59,61,35,36,48,49,57,58,62,63],T=[0,0,1,5,1,1,1,1,1,1,0,0,0,0,0,0,0],A=[0,1,2,3,4,5,6,7,8,9,10,11],E=[0,0,2,1,3,3,2,4,3,5,5,4,4,0,0,1,125],_=[1,2,3,0,4,17,5,18,33,49,65,6,19,81,97,7,34,113,20,50,129,145,161,8,35,66,177,193,21,82,209,240,36,51,98,114,130,9,10,22,23,24,25,26,37,38,39,40,41,42,52,53,54,55,56,57,58,67,68,69,70,71,72,73,74,83,84,85,86,87,88,89,90,99,100,101,102,103,104,105,106,115,116,117,118,119,120,121,122,131,132,133,134,135,136,137,138,146,147,148,149,150,151,152,153,154,162,163,164,165,166,167,168,169,170,178,179,180,181,182,183,184,185,186,194,195,196,197,198,199,200,201,202,210,211,212,213,214,215,216,217,218,225,226,227,228,229,230,231,232,233,234,241,242,243,244,245,246,247,248,249,250],O=[0,0,3,1,1,1,1,1,1,1,1,1,0,0,0,0,0],N=[0,1,2,3,4,5,6,7,8,9,10,11],C=[0,0,2,1,2,4,4,3,4,7,5,4,4,0,1,2,119],R=[0,1,2,3,17,4,5,33,49,6,18,65,81,7,97,113,19,34,50,129,8,20,66,145,161,177,193,9,35,51,82,240,21,98,114,209,10,22,36,52,225,37,241,23,24,25,26,38,39,40,41,42,53,54,55,56,57,58,67,68,69,70,71,72,73,74,83,84,85,86,87,88,89,90,99,100,101,102,103,104,105,106,115,116,117,118,119,120,121,122,130,131,132,133,134,135,136,137,138,146,147,148,149,150,151,152,153,154,162,163,164,165,166,167,168,169,170,178,179,180,181,182,183,184,185,186,194,195,196,197,198,199,200,201,202,210,211,212,213,214,215,216,217,218,226,227,228,229,230,231,232,233,234,242,243,244,245,246,247,248,249,250];function P(e,t){for(var r=0,n=0,o=new Array,i=1;i<=16;i++){for(var a=1;a<=e[i];a++)o[t[n]]=[],o[t[n]][0]=r,o[t[n]][1]=i,n++,r++;r*=2}return o}function L(e){for(var t=e[0],r=e[1]-1;r>=0;)t&1<<r&&(m|=1<<v),r--,--v<0&&(255==m?(I(255),I(0)):I(m),v=7,m=0)}function I(e){g.push(e)}function F(e){I(e>>8&255),I(255&e)}function j(e,t,r,n,o){for(var i,a=o[0],s=o[240],c=function(e,t){var r,n,o,i,a,s,c,l,u,f,h=0;for(u=0;u<8;++u){r=e[h],n=e[h+1],o=e[h+2],i=e[h+3],a=e[h+4],s=e[h+5],c=e[h+6];var p=r+(l=e[h+7]),g=r-l,m=n+c,v=n-c,b=o+s,y=o-s,w=i+a,S=i-a,x=p+w,k=p-w,T=m+b,A=m-b;e[h]=x+T,e[h+4]=x-T;var E=.707106781*(A+k);e[h+2]=k+E,e[h+6]=k-E;var _=.382683433*((x=S+y)-(A=v+g)),O=.5411961*x+_,N=1.306562965*A+_,C=.707106781*(T=y+v),R=g+C,P=g-C;e[h+5]=P+O,e[h+3]=P-O,e[h+1]=R+N,e[h+7]=R-N,h+=8}for(h=0,u=0;u<8;++u){r=e[h],n=e[h+8],o=e[h+16],i=e[h+24],a=e[h+32],s=e[h+40],c=e[h+48];var L=r+(l=e[h+56]),I=r-l,F=n+c,j=n-c,D=o+s,M=o-s,B=i+a,W=i-a,U=L+B,z=L-B,H=F+D,V=F-D;e[h]=U+H,e[h+32]=U-H;var q=.707106781*(V+z);e[h+16]=z+q,e[h+48]=z-q;var $=.382683433*((U=W+M)-(V=j+I)),G=.5411961*U+$,X=1.306562965*V+$,Y=.707106781*(H=M+j),K=I+Y,J=I-Y;e[h+40]=J+G,e[h+24]=J-G,e[h+8]=K+X,e[h+56]=K-X,h++}for(u=0;u<64;++u)f=e[u]*t[u],d[u]=f>0?f+.5|0:f-.5|0;return d}(e,t),l=0;l<64;++l)p[k[l]]=c[l];var u=p[0]-r;r=p[0],0==u?L(n[0]):(L(n[h[i=32767+u]]),L(f[i]));for(var g=63;g>0&&0==p[g];)g--;if(0==g)return L(a),r;for(var m,v=1;v<=g;){for(var b=v;0==p[v]&&v<=g;)++v;var y=v-b;if(y>=16){m=y>>4;for(var w=1;w<=m;++w)L(s);y&=15}i=32767+p[v],L(o[(y<<4)+h[i]]),L(f[i]),v++}return 63!=g&&L(a),r}function D(e){e=Math.min(Math.max(e,1),100),i!=e&&(function(e){for(var t=[16,11,10,16,24,40,51,61,12,12,14,19,26,58,60,55,14,13,16,24,40,57,69,56,14,17,22,29,51,87,80,62,18,22,37,56,68,109,103,77,24,35,55,64,81,104,113,92,49,64,78,87,103,121,120,101,72,92,95,98,112,100,103,99],r=0;r<64;r++){var n=a((t[r]*e+50)/100);n=Math.min(Math.max(n,1),255),s[k[r]]=n}for(var o=[17,18,24,47,99,99,99,99,18,21,26,66,99,99,99,99,24,26,56,99,99,99,99,99,47,66,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99],i=0;i<64;i++){var f=a((o[i]*e+50)/100);f=Math.min(Math.max(f,1),255),c[k[i]]=f}for(var h=[1,1.387039845,1.306562965,1.175875602,1,.785694958,.5411961,.275899379],d=0,p=0;p<8;p++)for(var g=0;g<8;g++)l[d]=1/(s[k[d]]*h[p]*h[g]*8),u[d]=1/(c[k[d]]*h[p]*h[g]*8),d++}(e<50?Math.floor(5e3/e):Math.floor(200-2*e)),i=e)}this.encode=function(e,i){i&&D(i),g=new Array,m=0,v=7,F(65496),F(65504),F(16),I(74),I(70),I(73),I(70),I(0),I(1),I(1),I(0),F(1),F(1),I(0),I(0),function(){F(65499),F(132),I(0);for(var e=0;e<64;e++)I(s[e]);I(1);for(var t=0;t<64;t++)I(c[t])}(),function(e,t){F(65472),F(17),I(8),F(t),F(e),I(3),I(1),I(17),I(0),I(2),I(17),I(1),I(3),I(17),I(1)}(e.width,e.height),function(){F(65476),F(418),I(0);for(var e=0;e<16;e++)I(T[e+1]);for(var t=0;t<=11;t++)I(A[t]);I(16);for(var r=0;r<16;r++)I(E[r+1]);for(var n=0;n<=161;n++)I(_[n]);I(1);for(var o=0;o<16;o++)I(O[o+1]);for(var i=0;i<=11;i++)I(N[i]);I(17);for(var a=0;a<16;a++)I(C[a+1]);for(var s=0;s<=161;s++)I(R[s])}(),F(65498),F(12),I(3),I(1),I(0),I(2),I(17),I(3),I(17),I(0),I(63),I(0);var a=0,f=0,h=0;m=0,v=7,this.encode.displayName="_encode_";for(var d,p,S,k,P,M,B,W,U,z=e.data,H=e.width,V=e.height,q=4*H,$=0;$<V;){for(d=0;d<q;){for(P=q*$+d,B=-1,W=0,U=0;U<64;U++)M=P+(W=U>>3)*q+(B=4*(7&U)),$+W>=V&&(M-=q*($+1+W-V)),d+B>=q&&(M-=d+B-q+4),p=z[M++],S=z[M++],k=z[M++],b[U]=(x[p]+x[S+256|0]+x[k+512|0]>>16)-128,y[U]=(x[p+768|0]+x[S+1024|0]+x[k+1280|0]>>16)-128,w[U]=(x[p+1280|0]+x[S+1536|0]+x[k+1792|0]>>16)-128;a=j(b,l,a,t,n),f=j(y,u,f,r,o),h=j(w,u,h,r,o),d+=32}$+=8}if(v>=0){var G=[];G[1]=v+1,G[0]=(1<<v+1)-1,L(G)}return F(65497),new Uint8Array(g)},e=e||50,function(){for(var e=String.fromCharCode,t=0;t<256;t++)S[t]=e(t)}(),t=P(T,A),r=P(O,N),n=P(E,_),o=P(C,R),function(){for(var e=1,t=2,r=1;r<=15;r++){for(var n=e;n<t;n++)h[32767+n]=r,f[32767+n]=[],f[32767+n][1]=r,f[32767+n][0]=n;for(var o=-(t-1);o<=-e;o++)h[32767+o]=r,f[32767+o]=[],f[32767+o][1]=r,f[32767+o][0]=t-1+o;e<<=1,t<<=1}}(),function(){for(var e=0;e<256;e++)x[e]=19595*e,x[e+256|0]=38470*e,x[e+512|0]=7471*e+32768,x[e+768|0]=-11059*e,x[e+1024|0]=-21709*e,x[e+1280|0]=32768*e+8421375,x[e+1536|0]=-27439*e,x[e+1792|0]=-5329*e}(),D(e)}function Nt(e,t){if(this.pos=0,this.buffer=e,this.datav=new DataView(e.buffer),this.is_with_alpha=!!t,this.bottom_up=!0,this.flag=String.fromCharCode(this.buffer[0])+String.fromCharCode(this.buffer[1]),this.pos+=2,-1===["BM","BA","CI","CP","IC","PT"].indexOf(this.flag))throw new Error("Invalid BMP File");this.parseHeader(),this.parseBGR()}function Ct(e){function t(e){if(!e)throw Error("assert :P")}function r(e,t,r){for(var n=0;4>n;n++)if(e[t+n]!=r.charCodeAt(n))return!0;return!1}function n(e,t,r,n,o){for(var i=0;i<o;i++)e[t+i]=r[n+i]}function o(e,t,r,n){for(var o=0;o<n;o++)e[t+o]=r}function i(e){return new Int32Array(e)}function a(e,t){for(var r=[],n=0;n<e;n++)r.push(new t);return r}function s(e,t){var r=[];return function e(r,n,o){for(var i=o[n],a=0;a<i&&(r.push(o.length>n+1?[]:new t),!(o.length<n+1));a++)e(r[a],n+1,o)}(r,0,e),r}function c(e,t){for(var r="",n=0;n<4;n++)r+=String.fromCharCode(e[t++]);return r}function l(e,t){return(e[t+0]|e[t+1]<<8|e[t+2]<<16)>>>0}function u(e,t){return(e[t+0]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24)>>>0}new(Ct=function(){var e=this;function c(e,t){for(var r=1<<t-1>>>0;e&r;)r>>>=1;return r?(e&r-1)+r:e}function l(e,r,n,o,i){t(!(o%n));do{e[r+(o-=n)]=i}while(0<o)}function u(e,r,n,o,a){if(t(2328>=a),512>=a)var s=i(512);else if(null==(s=i(a)))return 0;return function(e,r,n,o,a,s){var u,h,d=r,p=1<<n,g=i(16),m=i(16);for(t(0!=a),t(null!=o),t(null!=e),t(0<n),h=0;h<a;++h){if(15<o[h])return 0;++g[o[h]]}if(g[0]==a)return 0;for(m[1]=0,u=1;15>u;++u){if(g[u]>1<<u)return 0;m[u+1]=m[u]+g[u]}for(h=0;h<a;++h)u=o[h],0<o[h]&&(s[m[u]++]=h);if(1==m[15])return(o=new f).g=0,o.value=s[0],l(e,d,1,p,o),p;var v,b=-1,y=p-1,w=0,S=1,x=1,k=1<<n;for(h=0,u=1,a=2;u<=n;++u,a<<=1){if(S+=x<<=1,0>(x-=g[u]))return 0;for(;0<g[u];--g[u])(o=new f).g=u,o.value=s[h++],l(e,d+w,a,k,o),w=c(w,u)}for(u=n+1,a=2;15>=u;++u,a<<=1){if(S+=x<<=1,0>(x-=g[u]))return 0;for(;0<g[u];--g[u]){if(o=new f,(w&y)!=b){for(d+=k,v=1<<(b=u)-n;15>b&&!(0>=(v-=g[b]));)++b,v<<=1;p+=k=1<<(v=b-n),e[r+(b=w&y)].g=v+n,e[r+b].value=d-r-b}o.g=u-n,o.value=s[h++],l(e,d+(w>>n),a,k,o),w=c(w,u)}}return S!=2*m[15]-1?0:p}(e,r,n,o,a,s)}function f(){this.value=this.g=0}function h(){this.value=this.g=0}function d(){this.G=a(5,f),this.H=i(5),this.jc=this.Qb=this.qb=this.nd=0,this.pd=a(Mr,h)}function p(e,r,n,o){t(null!=e),t(null!=r),t(2147483648>o),e.Ca=254,e.I=0,e.b=-8,e.Ka=0,e.oa=r,e.pa=n,e.Jd=r,e.Yc=n+o,e.Zc=4<=o?n+o-4+1:n,E(e)}function g(e,t){for(var r=0;0<t--;)r|=O(e,128)<<t;return r}function m(e,t){var r=g(e,t);return _(e)?-r:r}function v(e,r,n,o){var i,a=0;for(t(null!=e),t(null!=r),t(4294967288>o),e.Sb=o,e.Ra=0,e.u=0,e.h=0,4<o&&(o=4),i=0;i<o;++i)a+=r[n+i]<<8*i;e.Ra=a,e.bb=o,e.oa=r,e.pa=n}function b(e){for(;8<=e.u&&e.bb<e.Sb;)e.Ra>>>=8,e.Ra+=e.oa[e.pa+e.bb]<<Ur-8>>>0,++e.bb,e.u-=8;k(e)&&(e.h=1,e.u=0)}function y(e,r){if(t(0<=r),!e.h&&r<=Wr){var n=x(e)&Br[r];return e.u+=r,b(e),n}return e.h=1,e.u=0}function w(){this.b=this.Ca=this.I=0,this.oa=[],this.pa=0,this.Jd=[],this.Yc=0,this.Zc=[],this.Ka=0}function S(){this.Ra=0,this.oa=[],this.h=this.u=this.bb=this.Sb=this.pa=0}function x(e){return e.Ra>>>(e.u&Ur-1)>>>0}function k(e){return t(e.bb<=e.Sb),e.h||e.bb==e.Sb&&e.u>Ur}function T(e,t){e.u=t,e.h=k(e)}function A(e){e.u>=zr&&(t(e.u>=zr),b(e))}function E(e){t(null!=e&&null!=e.oa),e.pa<e.Zc?(e.I=(e.oa[e.pa++]|e.I<<8)>>>0,e.b+=8):(t(null!=e&&null!=e.oa),e.pa<e.Yc?(e.b+=8,e.I=e.oa[e.pa++]|e.I<<8):e.Ka?e.b=0:(e.I<<=8,e.b+=8,e.Ka=1))}function _(e){return g(e,1)}function O(e,t){var r=e.Ca;0>e.b&&E(e);var n=e.b,o=r*t>>>8,i=(e.I>>>n>o)+0;for(i?(r-=o,e.I-=o+1<<n>>>0):r=o+1,n=r,o=0;256<=n;)o+=8,n>>=8;return n=7^o+Hr[n],e.b-=n,e.Ca=(r<<n)-1,i}function N(e,t,r){e[t+0]=r>>24&255,e[t+1]=r>>16&255,e[t+2]=r>>8&255,e[t+3]=255&r}function C(e,t){return e[t+0]|e[t+1]<<8}function R(e,t){return C(e,t)|e[t+2]<<16}function P(e,t){return C(e,t)|C(e,t+2)<<16}function L(e,r){var n=1<<r;return t(null!=e),t(0<r),e.X=i(n),null==e.X?0:(e.Mb=32-r,e.Xa=r,1)}function I(e,r){t(null!=e),t(null!=r),t(e.Xa==r.Xa),n(r.X,0,e.X,0,1<<r.Xa)}function F(){this.X=[],this.Xa=this.Mb=0}function j(e,r,n,o){t(null!=n),t(null!=o);var i=n[0],a=o[0];return 0==i&&(i=(e*a+r/2)/r),0==a&&(a=(r*i+e/2)/e),0>=i||0>=a?0:(n[0]=i,o[0]=a,1)}function D(e,t){return e+(1<<t)-1>>>t}function M(e,t){return((4278255360&e)+(4278255360&t)>>>0&4278255360)+((16711935&e)+(16711935&t)>>>0&16711935)>>>0}function B(t,r){e[r]=function(r,n,o,i,a,s,c){var l;for(l=0;l<a;++l){var u=e[t](s[c+l-1],o,i+l);s[c+l]=M(r[n+l],u)}}}function W(){this.ud=this.hd=this.jd=0}function U(e,t){return((4278124286&(e^t))>>>1)+(e&t)>>>0}function z(e){return 0<=e&&256>e?e:0>e?0:255<e?255:void 0}function H(e,t){return z(e+(e-t+.5>>1))}function V(e,t,r){return Math.abs(t-r)-Math.abs(e-r)}function q(e,t,r,n,o,i,a){for(n=i[a-1],r=0;r<o;++r)i[a+r]=n=M(e[t+r],n)}function $(e,t,r,n,o){var i;for(i=0;i<r;++i){var a=e[t+i],s=a>>8&255,c=16711935&(c=(c=16711935&a)+((s<<16)+s));n[o+i]=(4278255360&a)+c>>>0}}function G(e,t){t.jd=255&e,t.hd=e>>8&255,t.ud=e>>16&255}function X(e,t,r,n,o,i){var a;for(a=0;a<n;++a){var s=t[r+a],c=s>>>8,l=s,u=255&(u=(u=s>>>16)+((e.jd<<24>>24)*(c<<24>>24)>>>5));l=255&(l=(l+=(e.hd<<24>>24)*(c<<24>>24)>>>5)+((e.ud<<24>>24)*(u<<24>>24)>>>5)),o[i+a]=(4278255360&s)+(u<<16)+l}}function Y(t,r,n,o,i){e[r]=function(e,t,r,n,a,s,c,l,u){for(n=c;n<l;++n)for(c=0;c<u;++c)a[s++]=i(r[o(e[t++])])},e[t]=function(t,r,a,s,c,l,u){var f=8>>t.b,h=t.Ea,d=t.K[0],p=t.w;if(8>f)for(t=(1<<t.b)-1,p=(1<<f)-1;r<a;++r){var g,m=0;for(g=0;g<h;++g)g&t||(m=o(s[c++])),l[u++]=i(d[m&p]),m>>=f}else e["VP8LMapColor"+n](s,c,d,p,l,u,r,a,h)}}function K(e,t,r,n,o){for(r=t+r;t<r;){var i=e[t++];n[o++]=i>>16&255,n[o++]=i>>8&255,n[o++]=255&i}}function J(e,t,r,n,o){for(r=t+r;t<r;){var i=e[t++];n[o++]=i>>16&255,n[o++]=i>>8&255,n[o++]=255&i,n[o++]=i>>24&255}}function Z(e,t,r,n,o){for(r=t+r;t<r;){var i=(a=e[t++])>>16&240|a>>12&15,a=240&a|a>>28&15;n[o++]=i,n[o++]=a}}function Q(e,t,r,n,o){for(r=t+r;t<r;){var i=(a=e[t++])>>16&248|a>>13&7,a=a>>5&224|a>>3&31;n[o++]=i,n[o++]=a}}function ee(e,t,r,n,o){for(r=t+r;t<r;){var i=e[t++];n[o++]=255&i,n[o++]=i>>8&255,n[o++]=i>>16&255}}function te(e,t,r,o,i,a){if(0==a)for(r=t+r;t<r;)N(o,((a=e[t++])[0]>>24|a[1]>>8&65280|a[2]<<8&16711680|a[3]<<24)>>>0),i+=32;else n(o,i,e,t,r)}function re(t,r){e[r][0]=e[t+"0"],e[r][1]=e[t+"1"],e[r][2]=e[t+"2"],e[r][3]=e[t+"3"],e[r][4]=e[t+"4"],e[r][5]=e[t+"5"],e[r][6]=e[t+"6"],e[r][7]=e[t+"7"],e[r][8]=e[t+"8"],e[r][9]=e[t+"9"],e[r][10]=e[t+"10"],e[r][11]=e[t+"11"],e[r][12]=e[t+"12"],e[r][13]=e[t+"13"],e[r][14]=e[t+"0"],e[r][15]=e[t+"0"]}function ne(e){return e==Hn||e==Vn||e==qn||e==$n}function oe(){this.eb=[],this.size=this.A=this.fb=0}function ie(){this.y=[],this.f=[],this.ea=[],this.F=[],this.Tc=this.Ed=this.Cd=this.Fd=this.lb=this.Db=this.Ab=this.fa=this.J=this.W=this.N=this.O=0}function ae(){this.Rd=this.height=this.width=this.S=0,this.f={},this.f.RGBA=new oe,this.f.kb=new ie,this.sd=null}function se(){this.width=[0],this.height=[0],this.Pd=[0],this.Qd=[0],this.format=[0]}function ce(){this.Id=this.fd=this.Md=this.hb=this.ib=this.da=this.bd=this.cd=this.j=this.v=this.Da=this.Sd=this.ob=0}function le(e){return alert("todo:WebPSamplerProcessPlane"),e.T}function ue(e,t){var r=e.T,o=t.ba.f.RGBA,i=o.eb,a=o.fb+e.ka*o.A,s=bo[t.ba.S],c=e.y,l=e.O,u=e.f,f=e.N,h=e.ea,d=e.W,p=t.cc,g=t.dc,m=t.Mc,v=t.Nc,b=e.ka,y=e.ka+e.T,w=e.U,S=w+1>>1;for(0==b?s(c,l,null,null,u,f,h,d,u,f,h,d,i,a,null,null,w):(s(t.ec,t.fc,c,l,p,g,m,v,u,f,h,d,i,a-o.A,i,a,w),++r);b+2<y;b+=2)p=u,g=f,m=h,v=d,f+=e.Rc,d+=e.Rc,a+=2*o.A,s(c,(l+=2*e.fa)-e.fa,c,l,p,g,m,v,u,f,h,d,i,a-o.A,i,a,w);return l+=e.fa,e.j+y<e.o?(n(t.ec,t.fc,c,l,w),n(t.cc,t.dc,u,f,S),n(t.Mc,t.Nc,h,d,S),r--):1&y||s(c,l,null,null,u,f,h,d,u,f,h,d,i,a+o.A,null,null,w),r}function fe(e,r,n){var o=e.F,i=[e.J];if(null!=o){var a=e.U,s=r.ba.S,c=s==Wn||s==qn;r=r.ba.f.RGBA;var l=[0],u=e.ka;l[0]=e.T,e.Kb&&(0==u?--l[0]:(--u,i[0]-=e.width),e.j+e.ka+e.T==e.o&&(l[0]=e.o-e.j-u));var f=r.eb;u=r.fb+u*r.A,e=An(o,i[0],e.width,a,l,f,u+(c?0:3),r.A),t(n==l),e&&ne(s)&&kn(f,u,c,a,l,r.A)}return 0}function he(e){var t=e.ma,r=t.ba.S,n=11>r,o=r==Dn||r==Bn||r==Wn||r==Un||12==r||ne(r);if(t.memory=null,t.Ib=null,t.Jb=null,t.Nd=null,!Fr(t.Oa,e,o?11:12))return 0;if(o&&ne(r)&&br(),e.da)alert("todo:use_scaling");else{if(n){if(t.Ib=le,e.Kb){if(r=e.U+1>>1,t.memory=i(e.U+2*r),null==t.memory)return 0;t.ec=t.memory,t.fc=0,t.cc=t.ec,t.dc=t.fc+e.U,t.Mc=t.cc,t.Nc=t.dc+r,t.Ib=ue,br()}}else alert("todo:EmitYUV");o&&(t.Jb=fe,n&&mr())}if(n&&!Po){for(e=0;256>e;++e)Lo[e]=89858*(e-128)+_o>>Eo,jo[e]=-22014*(e-128)+_o,Fo[e]=-45773*(e-128),Io[e]=113618*(e-128)+_o>>Eo;for(e=Oo;e<No;++e)t=76283*(e-16)+_o>>Eo,Do[e-Oo]=qe(t,255),Mo[e-Oo]=qe(t+8>>4,15);Po=1}return 1}function de(e){var r=e.ma,n=e.U,o=e.T;return t(!(1&e.ka)),0>=n||0>=o?0:(n=r.Ib(e,r),null!=r.Jb&&r.Jb(e,r,n),r.Dc+=n,1)}function pe(e){e.ma.memory=null}function ge(e,t,r,n){return 47!=y(e,8)?0:(t[0]=y(e,14)+1,r[0]=y(e,14)+1,n[0]=y(e,1),0!=y(e,3)?0:!e.h)}function me(e,t){if(4>e)return e+1;var r=e-2>>1;return(2+(1&e)<<r)+y(t,r)+1}function ve(e,t){return 120<t?t-120:1<=(r=((r=Zn[t-1])>>4)*e+(8-(15&r)))?r:1;var r}function be(e,t,r){var n=x(r),o=e[t+=255&n].g-8;return 0<o&&(T(r,r.u+8),n=x(r),t+=e[t].value,t+=n&(1<<o)-1),T(r,r.u+e[t].g),e[t].value}function ye(e,r,n){return n.g+=e.g,n.value+=e.value<<r>>>0,t(8>=n.g),e.g}function we(e,r,n){var o=e.xc;return t((r=0==o?0:e.vc[e.md*(n>>o)+(r>>o)])<e.Wb),e.Ya[r]}function Se(e,r,o,i){var a=e.ab,s=e.c*r,c=e.C;r=c+r;var l=o,u=i;for(i=e.Ta,o=e.Ua;0<a--;){var f=e.gc[a],h=c,d=r,p=l,g=u,m=(u=i,l=o,f.Ea);switch(t(h<d),t(d<=f.nc),f.hc){case 2:$r(p,g,(d-h)*m,u,l);break;case 0:var v=h,b=d,y=u,w=l,S=(E=f).Ea;0==v&&(Vr(p,g,null,null,1,y,w),q(p,g+1,0,0,S-1,y,w+1),g+=S,w+=S,++v);for(var x=1<<E.b,k=x-1,T=D(S,E.b),A=E.K,E=E.w+(v>>E.b)*T;v<b;){var _=A,O=E,N=1;for(qr(p,g,y,w-S,1,y,w);N<S;){var C=(N&~k)+x;C>S&&(C=S),(0,Jr[_[O++]>>8&15])(p,g+ +N,y,w+N-S,C-N,y,w+N),N=C}g+=S,w+=S,++v&k||(E+=T)}d!=f.nc&&n(u,l-m,u,l+(d-h-1)*m,m);break;case 1:for(m=p,b=g,S=(p=f.Ea)-(w=p&~(y=(g=1<<f.b)-1)),v=D(p,f.b),x=f.K,f=f.w+(h>>f.b)*v;h<d;){for(k=x,T=f,A=new W,E=b+w,_=b+p;b<E;)G(k[T++],A),Zr(A,m,b,g,u,l),b+=g,l+=g;b<_&&(G(k[T++],A),Zr(A,m,b,S,u,l),b+=S,l+=S),++h&y||(f+=v)}break;case 3:if(p==u&&g==l&&0<f.b){for(b=u,p=m=l+(d-h)*m-(w=(d-h)*D(f.Ea,f.b)),g=u,y=l,v=[],w=(S=w)-1;0<=w;--w)v[w]=g[y+w];for(w=S-1;0<=w;--w)b[p+w]=v[w];Gr(f,h,d,u,m,u,l)}else Gr(f,h,d,p,g,u,l)}l=i,u=o}u!=o&&n(i,o,l,u,s)}function xe(e,r){var n=e.V,o=e.Ba+e.c*e.C,i=r-e.C;if(t(r<=e.l.o),t(16>=i),0<i){var a=e.l,s=e.Ta,c=e.Ua,l=a.width;if(Se(e,i,n,o),i=c=[c],t((n=e.C)<(o=r)),t(a.v<a.va),o>a.o&&(o=a.o),n<a.j){var u=a.j-n;n=a.j,i[0]+=u*l}if(n>=o?n=0:(i[0]+=4*a.v,a.ka=n-a.j,a.U=a.va-a.v,a.T=o-n,n=1),n){if(c=c[0],11>(n=e.ca).S){var f=n.f.RGBA,h=(o=n.S,i=a.U,a=a.T,u=f.eb,f.A),d=a;for(f=f.fb+e.Ma*f.A;0<d--;){var p=s,g=c,m=i,v=u,b=f;switch(o){case jn:Qr(p,g,m,v,b);break;case Dn:en(p,g,m,v,b);break;case Hn:en(p,g,m,v,b),kn(v,b,0,m,1,0);break;case Mn:nn(p,g,m,v,b);break;case Bn:te(p,g,m,v,b,1);break;case Vn:te(p,g,m,v,b,1),kn(v,b,0,m,1,0);break;case Wn:te(p,g,m,v,b,0);break;case qn:te(p,g,m,v,b,0),kn(v,b,1,m,1,0);break;case Un:tn(p,g,m,v,b);break;case $n:tn(p,g,m,v,b),Tn(v,b,m,1,0);break;case zn:rn(p,g,m,v,b);break;default:t(0)}c+=l,f+=h}e.Ma+=a}else alert("todo:EmitRescaledRowsYUVA");t(e.Ma<=n.height)}}e.C=r,t(e.C<=e.i)}function ke(e){var t;if(0<e.ua)return 0;for(t=0;t<e.Wb;++t){var r=e.Ya[t].G,n=e.Ya[t].H;if(0<r[1][n[1]+0].g||0<r[2][n[2]+0].g||0<r[3][n[3]+0].g)return 0}return 1}function Te(e,r,n,o,i,a){if(0!=e.Z){var s=e.qd,c=e.rd;for(t(null!=vo[e.Z]);r<n;++r)vo[e.Z](s,c,o,i,o,i,a),s=o,c=i,i+=a;e.qd=s,e.rd=c}}function Ae(e,r){var n=e.l.ma,o=0==n.Z||1==n.Z?e.l.j:e.C;if(o=e.C<o?o:e.C,t(r<=e.l.o),r>o){var i=e.l.width,a=n.ca,s=n.tb+i*o,c=e.V,l=e.Ba+e.c*o,u=e.gc;t(1==e.ab),t(3==u[0].hc),Yr(u[0],o,r,c,l,a,s),Te(n,o,r,a,s,i)}e.C=e.Ma=r}function Ee(e,r,n,o,i,a,s){var c=e.$/o,l=e.$%o,u=e.m,f=e.s,h=n+e.$,d=h;i=n+o*i;var p=n+o*a,g=280+f.ua,m=e.Pb?c:16777216,v=0<f.ua?f.Wa:null,b=f.wc,y=h<p?we(f,l,c):null;t(e.C<a),t(p<=i);var w=!1;e:for(;;){for(;w||h<p;){var S=0;if(c>=m){var E=h-n;t((m=e).Pb),m.wd=m.m,m.xd=E,0<m.s.ua&&I(m.s.Wa,m.s.vb),m=c+eo}if(l&b||(y=we(f,l,c)),t(null!=y),y.Qb&&(r[h]=y.qb,w=!0),!w)if(A(u),y.jc){S=u,E=r;var _=h,O=y.pd[x(S)&Mr-1];t(y.jc),256>O.g?(T(S,S.u+O.g),E[_]=O.value,S=0):(T(S,S.u+O.g-256),t(256<=O.value),S=O.value),0==S&&(w=!0)}else S=be(y.G[0],y.H[0],u);if(u.h)break;if(w||256>S){if(!w)if(y.nd)r[h]=(y.qb|S<<8)>>>0;else{if(A(u),w=be(y.G[1],y.H[1],u),A(u),E=be(y.G[2],y.H[2],u),_=be(y.G[3],y.H[3],u),u.h)break;r[h]=(_<<24|w<<16|S<<8|E)>>>0}if(w=!1,++h,++l>=o&&(l=0,++c,null!=s&&c<=a&&!(c%16)&&s(e,c),null!=v))for(;d<h;)S=r[d++],v.X[(506832829*S&4294967295)>>>v.Mb]=S}else if(280>S){if(S=me(S-256,u),E=be(y.G[4],y.H[4],u),A(u),E=ve(o,E=me(E,u)),u.h)break;if(h-n<E||i-h<S)break e;for(_=0;_<S;++_)r[h+_]=r[h+_-E];for(h+=S,l+=S;l>=o;)l-=o,++c,null!=s&&c<=a&&!(c%16)&&s(e,c);if(t(h<=i),l&b&&(y=we(f,l,c)),null!=v)for(;d<h;)S=r[d++],v.X[(506832829*S&4294967295)>>>v.Mb]=S}else{if(!(S<g))break e;for(w=S-280,t(null!=v);d<h;)S=r[d++],v.X[(506832829*S&4294967295)>>>v.Mb]=S;S=h,t(!(w>>>(E=v).Xa)),r[S]=E.X[w],w=!0}w||t(u.h==k(u))}if(e.Pb&&u.h&&h<i)t(e.m.h),e.a=5,e.m=e.wd,e.$=e.xd,0<e.s.ua&&I(e.s.vb,e.s.Wa);else{if(u.h)break e;null!=s&&s(e,c>a?a:c),e.a=0,e.$=h-n}return 1}return e.a=3,0}function _e(e){t(null!=e),e.vc=null,e.yc=null,e.Ya=null;var r=e.Wa;null!=r&&(r.X=null),e.vb=null,t(null!=e)}function Oe(){var t=new ar;return null==t?null:(t.a=0,t.xb=mo,re("Predictor","VP8LPredictors"),re("Predictor","VP8LPredictors_C"),re("PredictorAdd","VP8LPredictorsAdd"),re("PredictorAdd","VP8LPredictorsAdd_C"),$r=$,Zr=X,Qr=K,en=J,tn=Z,rn=Q,nn=ee,e.VP8LMapColor32b=Xr,e.VP8LMapColor8b=Kr,t)}function Ne(e,r,n,s,c){var l=1,h=[e],p=[r],g=s.m,m=s.s,v=null,b=0;e:for(;;){if(n)for(;l&&y(g,1);){var w=h,S=p,k=s,E=1,_=k.m,O=k.gc[k.ab],N=y(_,2);if(k.Oc&1<<N)l=0;else{switch(k.Oc|=1<<N,O.hc=N,O.Ea=w[0],O.nc=S[0],O.K=[null],++k.ab,t(4>=k.ab),N){case 0:case 1:O.b=y(_,3)+2,E=Ne(D(O.Ea,O.b),D(O.nc,O.b),0,k,O.K),O.K=O.K[0];break;case 3:var C,R=y(_,8)+1,P=16<R?0:4<R?1:2<R?2:3;if(w[0]=D(O.Ea,P),O.b=P,C=E=Ne(R,1,0,k,O.K)){var I,F=R,j=O,B=1<<(8>>j.b),W=i(B);if(null==W)C=0;else{var U=j.K[0],z=j.w;for(W[0]=j.K[0][0],I=1;I<1*F;++I)W[I]=M(U[z+I],W[I-1]);for(;I<4*B;++I)W[I]=0;j.K[0]=null,j.K[0]=W,C=1}}E=C;break;case 2:break;default:t(0)}l=E}}if(h=h[0],p=p[0],l&&y(g,1)&&!(l=1<=(b=y(g,4))&&11>=b)){s.a=3;break e}var H;if(H=l)t:{var V,q,$,G=s,X=h,Y=p,K=b,J=n,Z=G.m,Q=G.s,ee=[null],te=1,re=0,ne=Qn[K];r:for(;;){if(J&&y(Z,1)){var oe=y(Z,3)+2,ie=D(X,oe),ae=D(Y,oe),se=ie*ae;if(!Ne(ie,ae,0,G,ee))break r;for(ee=ee[0],Q.xc=oe,V=0;V<se;++V){var ce=ee[V]>>8&65535;ee[V]=ce,ce>=te&&(te=ce+1)}}if(Z.h)break r;for(q=0;5>q;++q){var le=Yn[q];!q&&0<K&&(le+=1<<K),re<le&&(re=le)}var ue=a(te*ne,f),fe=te,he=a(fe,d);if(null==he)var de=null;else t(65536>=fe),de=he;var pe=i(re);if(null==de||null==pe||null==ue){G.a=1;break r}var ge=ue;for(V=$=0;V<te;++V){var me=de[V],ve=me.G,be=me.H,we=0,Se=1,xe=0;for(q=0;5>q;++q){le=Yn[q],ve[q]=ge,be[q]=$,!q&&0<K&&(le+=1<<K);n:{var ke,Te=le,Ae=G,Oe=pe,Ce=ge,Re=$,Pe=0,Le=Ae.m,Ie=y(Le,1);if(o(Oe,0,0,Te),Ie){var Fe=y(Le,1)+1,je=y(Le,1),De=y(Le,0==je?1:8);Oe[De]=1,2==Fe&&(Oe[De=y(Le,8)]=1);var Me=1}else{var Be=i(19),We=y(Le,4)+4;if(19<We){Ae.a=3;var Ue=0;break n}for(ke=0;ke<We;++ke)Be[Jn[ke]]=y(Le,3);var ze=void 0,He=void 0,Ve=Ae,qe=Be,$e=Te,Ge=Oe,Xe=0,Ye=Ve.m,Ke=8,Je=a(128,f);o:for(;u(Je,0,7,qe,19);){if(y(Ye,1)){var Ze=2+2*y(Ye,3);if((ze=2+y(Ye,Ze))>$e)break o}else ze=$e;for(He=0;He<$e&&ze--;){A(Ye);var Qe=Je[0+(127&x(Ye))];T(Ye,Ye.u+Qe.g);var et=Qe.value;if(16>et)Ge[He++]=et,0!=et&&(Ke=et);else{var tt=16==et,rt=et-16,nt=Xn[rt],ot=y(Ye,Gn[rt])+nt;if(He+ot>$e)break o;for(var it=tt?Ke:0;0<ot--;)Ge[He++]=it}}Xe=1;break o}Xe||(Ve.a=3),Me=Xe}(Me=Me&&!Le.h)&&(Pe=u(Ce,Re,8,Oe,Te)),Me&&0!=Pe?Ue=Pe:(Ae.a=3,Ue=0)}if(0==Ue)break r;if(Se&&1==Kn[q]&&(Se=0==ge[$].g),we+=ge[$].g,$+=Ue,3>=q){var at,st=pe[0];for(at=1;at<le;++at)pe[at]>st&&(st=pe[at]);xe+=st}}if(me.nd=Se,me.Qb=0,Se&&(me.qb=(ve[3][be[3]+0].value<<24|ve[1][be[1]+0].value<<16|ve[2][be[2]+0].value)>>>0,0==we&&256>ve[0][be[0]+0].value&&(me.Qb=1,me.qb+=ve[0][be[0]+0].value<<8)),me.jc=!me.Qb&&6>xe,me.jc){var ct,lt=me;for(ct=0;ct<Mr;++ct){var ut=ct,ft=lt.pd[ut],ht=lt.G[0][lt.H[0]+ut];256<=ht.value?(ft.g=ht.g+256,ft.value=ht.value):(ft.g=0,ft.value=0,ut>>=ye(ht,8,ft),ut>>=ye(lt.G[1][lt.H[1]+ut],16,ft),ut>>=ye(lt.G[2][lt.H[2]+ut],0,ft),ye(lt.G[3][lt.H[3]+ut],24,ft))}}}Q.vc=ee,Q.Wb=te,Q.Ya=de,Q.yc=ue,H=1;break t}H=0}if(!(l=H)){s.a=3;break e}if(0<b){if(m.ua=1<<b,!L(m.Wa,b)){s.a=1,l=0;break e}}else m.ua=0;var dt=s,pt=h,gt=p,mt=dt.s,vt=mt.xc;if(dt.c=pt,dt.i=gt,mt.md=D(pt,vt),mt.wc=0==vt?-1:(1<<vt)-1,n){s.xb=go;break e}if(null==(v=i(h*p))){s.a=1,l=0;break e}l=(l=Ee(s,v,0,h,p,p,null))&&!g.h;break e}return l?(null!=c?c[0]=v:(t(null==v),t(n)),s.$=0,n||_e(m)):_e(m),l}function Ce(e,r){var n=e.c*e.i,o=n+r+16*r;return t(e.c<=r),e.V=i(o),null==e.V?(e.Ta=null,e.Ua=0,e.a=1,0):(e.Ta=e.V,e.Ua=e.Ba+n+r,1)}function Re(e,r){var n=e.C,o=r-n,i=e.V,a=e.Ba+e.c*n;for(t(r<=e.l.o);0<o;){var s=16<o?16:o,c=e.l.ma,l=e.l.width,u=l*s,f=c.ca,h=c.tb+l*n,d=e.Ta,p=e.Ua;Se(e,s,i,a),En(d,p,f,h,u),Te(c,n,n+s,f,h,l),o-=s,i+=s*e.c,n+=s}t(n==r),e.C=e.Ma=r}function Pe(){this.ub=this.yd=this.td=this.Rb=0}function Le(){this.Kd=this.Ld=this.Ud=this.Td=this.i=this.c=0}function Ie(){this.Fb=this.Bb=this.Cb=0,this.Zb=i(4),this.Lb=i(4)}function Fe(){this.Yb=function(){var e=[];return function e(t,r,n){for(var o=n[r],i=0;i<o&&(t.push(n.length>r+1?[]:0),!(n.length<r+1));i++)e(t[i],r+1,n)}(e,0,[3,11]),e}()}function je(){this.jb=i(3),this.Wc=s([4,8],Fe),this.Xc=s([4,17],Fe)}function De(){this.Pc=this.wb=this.Tb=this.zd=0,this.vd=new i(4),this.od=new i(4)}function Me(){this.ld=this.La=this.dd=this.tc=0}function Be(){this.Na=this.la=0}function We(){this.Sc=[0,0],this.Eb=[0,0],this.Qc=[0,0],this.ia=this.lc=0}function Ue(){this.ad=i(384),this.Za=0,this.Ob=i(16),this.$b=this.Ad=this.ia=this.Gc=this.Hc=this.Dd=0}function ze(){this.uc=this.M=this.Nb=0,this.wa=Array(new Me),this.Y=0,this.ya=Array(new Ue),this.aa=0,this.l=new $e}function He(){this.y=i(16),this.f=i(8),this.ea=i(8)}function Ve(){this.cb=this.a=0,this.sc="",this.m=new w,this.Od=new Pe,this.Kc=new Le,this.ed=new De,this.Qa=new Ie,this.Ic=this.$c=this.Aa=0,this.D=new ze,this.Xb=this.Va=this.Hb=this.zb=this.yb=this.Ub=this.za=0,this.Jc=a(8,w),this.ia=0,this.pb=a(4,We),this.Pa=new je,this.Bd=this.kc=0,this.Ac=[],this.Bc=0,this.zc=[0,0,0,0],this.Gd=Array(new He),this.Hd=0,this.rb=Array(new Be),this.sb=0,this.wa=Array(new Me),this.Y=0,this.oc=[],this.pc=0,this.sa=[],this.ta=0,this.qa=[],this.ra=0,this.Ha=[],this.B=this.R=this.Ia=0,this.Ec=[],this.M=this.ja=this.Vb=this.Fc=0,this.ya=Array(new Ue),this.L=this.aa=0,this.gd=s([4,2],Me),this.ga=null,this.Fa=[],this.Cc=this.qc=this.P=0,this.Gb=[],this.Uc=0,this.mb=[],this.nb=0,this.rc=[],this.Ga=this.Vc=0}function qe(e,t){return 0>e?0:e>t?t:e}function $e(){this.T=this.U=this.ka=this.height=this.width=0,this.y=[],this.f=[],this.ea=[],this.Rc=this.fa=this.W=this.N=this.O=0,this.ma="void",this.put="VP8IoPutHook",this.ac="VP8IoSetupHook",this.bc="VP8IoTeardownHook",this.ha=this.Kb=0,this.data=[],this.hb=this.ib=this.da=this.o=this.j=this.va=this.v=this.Da=this.ob=this.w=0,this.F=[],this.J=0}function Ge(){var e=new Ve;return null!=e&&(e.a=0,e.sc="OK",e.cb=0,e.Xb=0,no||(no=Je)),e}function Xe(e,t,r){return 0==e.a&&(e.a=t,e.sc=r,e.cb=0),0}function Ye(e,t,r){return 3<=r&&157==e[t+0]&&1==e[t+1]&&42==e[t+2]}function Ke(e,r){if(null==e)return 0;if(e.a=0,e.sc="OK",null==r)return Xe(e,2,"null VP8Io passed to VP8GetHeaders()");var n=r.data,i=r.w,a=r.ha;if(4>a)return Xe(e,7,"Truncated header.");var s=n[i+0]|n[i+1]<<8|n[i+2]<<16,c=e.Od;if(c.Rb=!(1&s),c.td=s>>1&7,c.yd=s>>4&1,c.ub=s>>5,3<c.td)return Xe(e,3,"Incorrect keyframe parameters.");if(!c.yd)return Xe(e,4,"Frame not displayable.");i+=3,a-=3;var l=e.Kc;if(c.Rb){if(7>a)return Xe(e,7,"cannot parse picture header");if(!Ye(n,i,a))return Xe(e,3,"Bad code word");l.c=16383&(n[i+4]<<8|n[i+3]),l.Td=n[i+4]>>6,l.i=16383&(n[i+6]<<8|n[i+5]),l.Ud=n[i+6]>>6,i+=7,a-=7,e.za=l.c+15>>4,e.Ub=l.i+15>>4,r.width=l.c,r.height=l.i,r.Da=0,r.j=0,r.v=0,r.va=r.width,r.o=r.height,r.da=0,r.ib=r.width,r.hb=r.height,r.U=r.width,r.T=r.height,o((s=e.Pa).jb,0,255,s.jb.length),t(null!=(s=e.Qa)),s.Cb=0,s.Bb=0,s.Fb=1,o(s.Zb,0,0,s.Zb.length),o(s.Lb,0,0,s.Lb)}if(c.ub>a)return Xe(e,7,"bad partition length");p(s=e.m,n,i,c.ub),i+=c.ub,a-=c.ub,c.Rb&&(l.Ld=_(s),l.Kd=_(s)),l=e.Qa;var u,f=e.Pa;if(t(null!=s),t(null!=l),l.Cb=_(s),l.Cb){if(l.Bb=_(s),_(s)){for(l.Fb=_(s),u=0;4>u;++u)l.Zb[u]=_(s)?m(s,7):0;for(u=0;4>u;++u)l.Lb[u]=_(s)?m(s,6):0}if(l.Bb)for(u=0;3>u;++u)f.jb[u]=_(s)?g(s,8):255}else l.Bb=0;if(s.Ka)return Xe(e,3,"cannot parse segment header");if((l=e.ed).zd=_(s),l.Tb=g(s,6),l.wb=g(s,3),l.Pc=_(s),l.Pc&&_(s)){for(f=0;4>f;++f)_(s)&&(l.vd[f]=m(s,6));for(f=0;4>f;++f)_(s)&&(l.od[f]=m(s,6))}if(e.L=0==l.Tb?0:l.zd?1:2,s.Ka)return Xe(e,3,"cannot parse filter header");var h=a;if(a=u=i,i=u+h,l=h,e.Xb=(1<<g(e.m,2))-1,h<3*(f=e.Xb))n=7;else{for(u+=3*f,l-=3*f,h=0;h<f;++h){var d=n[a+0]|n[a+1]<<8|n[a+2]<<16;d>l&&(d=l),p(e.Jc[+h],n,u,d),u+=d,l-=d,a+=3}p(e.Jc[+f],n,u,l),n=u<i?0:5}if(0!=n)return Xe(e,n,"cannot parse partitions");for(n=g(u=e.m,7),a=_(u)?m(u,4):0,i=_(u)?m(u,4):0,l=_(u)?m(u,4):0,f=_(u)?m(u,4):0,u=_(u)?m(u,4):0,h=e.Qa,d=0;4>d;++d){if(h.Cb){var v=h.Zb[d];h.Fb||(v+=n)}else{if(0<d){e.pb[d]=e.pb[0];continue}v=n}var b=e.pb[d];b.Sc[0]=to[qe(v+a,127)],b.Sc[1]=ro[qe(v+0,127)],b.Eb[0]=2*to[qe(v+i,127)],b.Eb[1]=101581*ro[qe(v+l,127)]>>16,8>b.Eb[1]&&(b.Eb[1]=8),b.Qc[0]=to[qe(v+f,117)],b.Qc[1]=ro[qe(v+u,127)],b.lc=v+u}if(!c.Rb)return Xe(e,4,"Not a key frame.");for(_(s),c=e.Pa,n=0;4>n;++n){for(a=0;8>a;++a)for(i=0;3>i;++i)for(l=0;11>l;++l)f=O(s,lo[n][a][i][l])?g(s,8):so[n][a][i][l],c.Wc[n][a].Yb[i][l]=f;for(a=0;17>a;++a)c.Xc[n][a]=c.Wc[n][uo[a]]}return e.kc=_(s),e.kc&&(e.Bd=g(s,8)),e.cb=1}function Je(e,t,r,n,o,i,a){var s=t[o].Yb[r];for(r=0;16>o;++o){if(!O(e,s[r+0]))return o;for(;!O(e,s[r+1]);)if(s=t[++o].Yb[0],r=0,16==o)return 16;var c=t[o+1].Yb;if(O(e,s[r+2])){var l=e,u=0;if(O(l,(h=s)[(f=r)+3]))if(O(l,h[f+6])){for(s=0,f=2*(u=O(l,h[f+8]))+(h=O(l,h[f+9+u])),u=0,h=oo[f];h[s];++s)u+=u+O(l,h[s]);u+=3+(8<<f)}else O(l,h[f+7])?(u=7+2*O(l,165),u+=O(l,145)):u=5+O(l,159);else u=O(l,h[f+4])?3+O(l,h[f+5]):2;s=c[2]}else u=1,s=c[1];c=a+io[o],0>(l=e).b&&E(l);var f,h=l.b,d=(f=l.Ca>>1)-(l.I>>h)>>31;--l.b,l.Ca+=d,l.Ca|=1,l.I-=(f+1&d)<<h,i[c]=((u^d)-d)*n[(0<o)+0]}return 16}function Ze(e){var t=e.rb[e.sb-1];t.la=0,t.Na=0,o(e.zc,0,0,e.zc.length),e.ja=0}function Qe(e,r){if(null==e)return 0;if(null==r)return Xe(e,2,"NULL VP8Io parameter in VP8Decode().");if(!e.cb&&!Ke(e,r))return 0;if(t(e.cb),null==r.ac||r.ac(r)){r.ob&&(e.L=0);var s=Wo[e.L];if(2==e.L?(e.yb=0,e.zb=0):(e.yb=r.v-s>>4,e.zb=r.j-s>>4,0>e.yb&&(e.yb=0),0>e.zb&&(e.zb=0)),e.Va=r.o+15+s>>4,e.Hb=r.va+15+s>>4,e.Hb>e.za&&(e.Hb=e.za),e.Va>e.Ub&&(e.Va=e.Ub),0<e.L){var c=e.ed;for(s=0;4>s;++s){var l;if(e.Qa.Cb){var u=e.Qa.Lb[s];e.Qa.Fb||(u+=c.Tb)}else u=c.Tb;for(l=0;1>=l;++l){var f=e.gd[s][l],h=u;if(c.Pc&&(h+=c.vd[0],l&&(h+=c.od[0])),0<(h=0>h?0:63<h?63:h)){var d=h;0<c.wb&&(d=4<c.wb?d>>2:d>>1)>9-c.wb&&(d=9-c.wb),1>d&&(d=1),f.dd=d,f.tc=2*h+d,f.ld=40<=h?2:15<=h?1:0}else f.tc=0;f.La=l}}}s=0}else Xe(e,6,"Frame setup failed"),s=e.a;if(s=0==s){if(s){e.$c=0,0<e.Aa||(e.Ic=zo);e:{s=e.Ic,c=4*(d=e.za);var p=32*d,g=d+1,m=0<e.L?d*(0<e.Aa?2:1):0,v=(2==e.Aa?2:1)*d;if((f=c+832+(l=3*(16*s+Wo[e.L])/2*p)+(u=null!=e.Fa&&0<e.Fa.length?e.Kc.c*e.Kc.i:0))!=f)s=0;else{if(f>e.Vb){if(e.Vb=0,e.Ec=i(f),e.Fc=0,null==e.Ec){s=Xe(e,1,"no memory during frame initialization.");break e}e.Vb=f}f=e.Ec,h=e.Fc,e.Ac=f,e.Bc=h,h+=c,e.Gd=a(p,He),e.Hd=0,e.rb=a(g+1,Be),e.sb=1,e.wa=m?a(m,Me):null,e.Y=0,e.D.Nb=0,e.D.wa=e.wa,e.D.Y=e.Y,0<e.Aa&&(e.D.Y+=d),t(!0),e.oc=f,e.pc=h,h+=832,e.ya=a(v,Ue),e.aa=0,e.D.ya=e.ya,e.D.aa=e.aa,2==e.Aa&&(e.D.aa+=d),e.R=16*d,e.B=8*d,d=(p=Wo[e.L])*e.R,p=p/2*e.B,e.sa=f,e.ta=h+d,e.qa=e.sa,e.ra=e.ta+16*s*e.R+p,e.Ha=e.qa,e.Ia=e.ra+8*s*e.B+p,e.$c=0,h+=l,e.mb=u?f:null,e.nb=u?h:null,t(h+u<=e.Fc+e.Vb),Ze(e),o(e.Ac,e.Bc,0,c),s=1}}if(s){if(r.ka=0,r.y=e.sa,r.O=e.ta,r.f=e.qa,r.N=e.ra,r.ea=e.Ha,r.Vd=e.Ia,r.fa=e.R,r.Rc=e.B,r.F=null,r.J=0,!Rn){for(s=-255;255>=s;++s)_n[255+s]=0>s?-s:s;for(s=-1020;1020>=s;++s)On[1020+s]=-128>s?-128:127<s?127:s;for(s=-112;112>=s;++s)Nn[112+s]=-16>s?-16:15<s?15:s;for(s=-255;510>=s;++s)Cn[255+s]=0>s?0:255<s?255:s;Rn=1}on=lt,an=it,cn=at,ln=st,un=ct,sn=ot,fn=Xt,hn=Yt,dn=Zt,pn=Qt,gn=Kt,mn=Jt,vn=er,bn=tr,yn=zt,wn=Ht,Sn=Vt,xn=qt,ho[0]=Tt,ho[1]=ft,ho[2]=xt,ho[3]=kt,ho[4]=At,ho[5]=_t,ho[6]=Et,ho[7]=Ot,ho[8]=Ct,ho[9]=Nt,fo[0]=vt,fo[1]=dt,fo[2]=pt,fo[3]=gt,fo[4]=bt,fo[5]=yt,fo[6]=wt,po[0]=It,po[1]=ht,po[2]=Rt,po[3]=Pt,po[4]=jt,po[5]=Ft,po[6]=Dt,s=1}else s=0}s&&(s=function(e,r){for(e.M=0;e.M<e.Va;++e.M){var a,s=e.Jc[e.M&e.Xb],c=e.m,l=e;for(a=0;a<l.za;++a){var u=c,f=l,h=f.Ac,d=f.Bc+4*a,p=f.zc,g=f.ya[f.aa+a];if(f.Qa.Bb?g.$b=O(u,f.Pa.jb[0])?2+O(u,f.Pa.jb[2]):O(u,f.Pa.jb[1]):g.$b=0,f.kc&&(g.Ad=O(u,f.Bd)),g.Za=!O(u,145)+0,g.Za){var m=g.Ob,v=0;for(f=0;4>f;++f){var b,y=p[0+f];for(b=0;4>b;++b){y=co[h[d+b]][y];for(var w=ao[O(u,y[0])];0<w;)w=ao[2*w+O(u,y[w])];y=-w,h[d+b]=y}n(m,v,h,d,4),v+=4,p[0+f]=y}}else y=O(u,156)?O(u,128)?1:3:O(u,163)?2:0,g.Ob[0]=y,o(h,d,y,4),o(p,0,y,4);g.Dd=O(u,142)?O(u,114)?O(u,183)?1:3:2:0}if(l.m.Ka)return Xe(e,7,"Premature end-of-partition0 encountered.");for(;e.ja<e.za;++e.ja){if(l=s,u=(c=e).rb[c.sb-1],h=c.rb[c.sb+c.ja],a=c.ya[c.aa+c.ja],d=c.kc?a.Ad:0)u.la=h.la=0,a.Za||(u.Na=h.Na=0),a.Hc=0,a.Gc=0,a.ia=0;else{var S,x;if(u=h,h=l,d=c.Pa.Xc,p=c.ya[c.aa+c.ja],g=c.pb[p.$b],f=p.ad,m=0,v=c.rb[c.sb-1],y=b=0,o(f,m,0,384),p.Za)var k=0,T=d[3];else{w=i(16);var A=u.Na+v.Na;if(A=no(h,d[1],A,g.Eb,0,w,0),u.Na=v.Na=(0<A)+0,1<A)on(w,0,f,m);else{var E=w[0]+3>>3;for(w=0;256>w;w+=16)f[m+w]=E}k=1,T=d[0]}var _=15&u.la,N=15&v.la;for(w=0;4>w;++w){var C=1&N;for(E=x=0;4>E;++E)_=_>>1|(C=(A=no(h,T,A=C+(1&_),g.Sc,k,f,m))>k)<<7,x=x<<2|(3<A?3:1<A?2:0!=f[m+0]),m+=16;_>>=4,N=N>>1|C<<7,b=(b<<8|x)>>>0}for(T=_,k=N>>4,S=0;4>S;S+=2){for(x=0,_=u.la>>4+S,N=v.la>>4+S,w=0;2>w;++w){for(C=1&N,E=0;2>E;++E)A=C+(1&_),_=_>>1|(C=0<(A=no(h,d[2],A,g.Qc,0,f,m)))<<3,x=x<<2|(3<A?3:1<A?2:0!=f[m+0]),m+=16;_>>=2,N=N>>1|C<<5}y|=x<<4*S,T|=_<<4<<S,k|=(240&N)<<S}u.la=T,v.la=k,p.Hc=b,p.Gc=y,p.ia=43690&y?0:g.ia,d=!(b|y)}if(0<c.L&&(c.wa[c.Y+c.ja]=c.gd[a.$b][a.Za],c.wa[c.Y+c.ja].La|=!d),l.Ka)return Xe(e,7,"Premature end-of-file encountered.")}if(Ze(e),c=r,l=1,a=(s=e).D,u=0<s.L&&s.M>=s.zb&&s.M<=s.Va,0==s.Aa)e:{if(a.M=s.M,a.uc=u,Lr(s,a),l=1,a=(x=s.D).Nb,u=(y=Wo[s.L])*s.R,h=y/2*s.B,w=16*a*s.R,E=8*a*s.B,d=s.sa,p=s.ta-u+w,g=s.qa,f=s.ra-h+E,m=s.Ha,v=s.Ia-h+E,N=0==(_=x.M),b=_>=s.Va-1,2==s.Aa&&Lr(s,x),x.uc)for(C=(A=s).D.M,t(A.D.uc),x=A.yb;x<A.Hb;++x){k=x,T=C;var R=(P=(U=A).D).Nb;S=U.R;var P=P.wa[P.Y+k],L=U.sa,I=U.ta+16*R*S+16*k,F=P.dd,j=P.tc;if(0!=j)if(t(3<=j),1==U.L)0<k&&wn(L,I,S,j+4),P.La&&xn(L,I,S,j),0<T&&yn(L,I,S,j+4),P.La&&Sn(L,I,S,j);else{var D=U.B,M=U.qa,B=U.ra+8*R*D+8*k,W=U.Ha,U=U.Ia+8*R*D+8*k;R=P.ld,0<k&&(hn(L,I,S,j+4,F,R),pn(M,B,W,U,D,j+4,F,R)),P.La&&(mn(L,I,S,j,F,R),bn(M,B,W,U,D,j,F,R)),0<T&&(fn(L,I,S,j+4,F,R),dn(M,B,W,U,D,j+4,F,R)),P.La&&(gn(L,I,S,j,F,R),vn(M,B,W,U,D,j,F,R))}}if(s.ia&&alert("todo:DitherRow"),null!=c.put){if(x=16*_,_=16*(_+1),N?(c.y=s.sa,c.O=s.ta+w,c.f=s.qa,c.N=s.ra+E,c.ea=s.Ha,c.W=s.Ia+E):(x-=y,c.y=d,c.O=p,c.f=g,c.N=f,c.ea=m,c.W=v),b||(_-=y),_>c.o&&(_=c.o),c.F=null,c.J=null,null!=s.Fa&&0<s.Fa.length&&x<_&&(c.J=fr(s,c,x,_-x),c.F=s.mb,null==c.F&&0==c.F.length)){l=Xe(s,3,"Could not decode alpha data.");break e}x<c.j&&(y=c.j-x,x=c.j,t(!(1&y)),c.O+=s.R*y,c.N+=s.B*(y>>1),c.W+=s.B*(y>>1),null!=c.F&&(c.J+=c.width*y)),x<_&&(c.O+=c.v,c.N+=c.v>>1,c.W+=c.v>>1,null!=c.F&&(c.J+=c.v),c.ka=x-c.j,c.U=c.va-c.v,c.T=_-x,l=c.put(c))}a+1!=s.Ic||b||(n(s.sa,s.ta-u,d,p+16*s.R,u),n(s.qa,s.ra-h,g,f+8*s.B,h),n(s.Ha,s.Ia-h,m,v+8*s.B,h))}if(!l)return Xe(e,6,"Output aborted.")}return 1}(e,r)),null!=r.bc&&r.bc(r),s&=1}return s?(e.cb=0,s):0}function et(e,t,r,n,o){o=e[t+r+32*n]+(o>>3),e[t+r+32*n]=-256&o?0>o?0:255:o}function tt(e,t,r,n,o,i){et(e,t,0,r,n+o),et(e,t,1,r,n+i),et(e,t,2,r,n-i),et(e,t,3,r,n-o)}function rt(e){return(20091*e>>16)+e}function nt(e,t,r,n){var o,a=0,s=i(16);for(o=0;4>o;++o){var c=e[t+0]+e[t+8],l=e[t+0]-e[t+8],u=(35468*e[t+4]>>16)-rt(e[t+12]),f=rt(e[t+4])+(35468*e[t+12]>>16);s[a+0]=c+f,s[a+1]=l+u,s[a+2]=l-u,s[a+3]=c-f,a+=4,t++}for(o=a=0;4>o;++o)c=(e=s[a+0]+4)+s[a+8],l=e-s[a+8],u=(35468*s[a+4]>>16)-rt(s[a+12]),et(r,n,0,0,c+(f=rt(s[a+4])+(35468*s[a+12]>>16))),et(r,n,1,0,l+u),et(r,n,2,0,l-u),et(r,n,3,0,c-f),a++,n+=32}function ot(e,t,r,n){var o=e[t+0]+4,i=35468*e[t+4]>>16,a=rt(e[t+4]),s=35468*e[t+1]>>16;tt(r,n,0,o+a,e=rt(e[t+1]),s),tt(r,n,1,o+i,e,s),tt(r,n,2,o-i,e,s),tt(r,n,3,o-a,e,s)}function it(e,t,r,n,o){nt(e,t,r,n),o&&nt(e,t+16,r,n+4)}function at(e,t,r,n){an(e,t+0,r,n,1),an(e,t+32,r,n+128,1)}function st(e,t,r,n){var o;for(e=e[t+0]+4,o=0;4>o;++o)for(t=0;4>t;++t)et(r,n,t,o,e)}function ct(e,t,r,n){e[t+0]&&ln(e,t+0,r,n),e[t+16]&&ln(e,t+16,r,n+4),e[t+32]&&ln(e,t+32,r,n+128),e[t+48]&&ln(e,t+48,r,n+128+4)}function lt(e,t,r,n){var o,a=i(16);for(o=0;4>o;++o){var s=e[t+0+o]+e[t+12+o],c=e[t+4+o]+e[t+8+o],l=e[t+4+o]-e[t+8+o],u=e[t+0+o]-e[t+12+o];a[0+o]=s+c,a[8+o]=s-c,a[4+o]=u+l,a[12+o]=u-l}for(o=0;4>o;++o)s=(e=a[0+4*o]+3)+a[3+4*o],c=a[1+4*o]+a[2+4*o],l=a[1+4*o]-a[2+4*o],u=e-a[3+4*o],r[n+0]=s+c>>3,r[n+16]=u+l>>3,r[n+32]=s-c>>3,r[n+48]=u-l>>3,n+=64}function ut(e,t,r){var n,o=t-32,i=In,a=255-e[o-1];for(n=0;n<r;++n){var s,c=i,l=a+e[t-1];for(s=0;s<r;++s)e[t+s]=c[l+e[o+s]];t+=32}}function ft(e,t){ut(e,t,4)}function ht(e,t){ut(e,t,8)}function dt(e,t){ut(e,t,16)}function pt(e,t){var r;for(r=0;16>r;++r)n(e,t+32*r,e,t-32,16)}function gt(e,t){var r;for(r=16;0<r;--r)o(e,t,e[t-1],16),t+=32}function mt(e,t,r){var n;for(n=0;16>n;++n)o(t,r+32*n,e,16)}function vt(e,t){var r,n=16;for(r=0;16>r;++r)n+=e[t-1+32*r]+e[t+r-32];mt(n>>5,e,t)}function bt(e,t){var r,n=8;for(r=0;16>r;++r)n+=e[t-1+32*r];mt(n>>4,e,t)}function yt(e,t){var r,n=8;for(r=0;16>r;++r)n+=e[t+r-32];mt(n>>4,e,t)}function wt(e,t){mt(128,e,t)}function St(e,t,r){return e+2*t+r+2>>2}function xt(e,t){var r,o=t-32;for(o=new Uint8Array([St(e[o-1],e[o+0],e[o+1]),St(e[o+0],e[o+1],e[o+2]),St(e[o+1],e[o+2],e[o+3]),St(e[o+2],e[o+3],e[o+4])]),r=0;4>r;++r)n(e,t+32*r,o,0,o.length)}function kt(e,t){var r=e[t-1],n=e[t-1+32],o=e[t-1+64],i=e[t-1+96];N(e,t+0,16843009*St(e[t-1-32],r,n)),N(e,t+32,16843009*St(r,n,o)),N(e,t+64,16843009*St(n,o,i)),N(e,t+96,16843009*St(o,i,i))}function Tt(e,t){var r,n=4;for(r=0;4>r;++r)n+=e[t+r-32]+e[t-1+32*r];for(n>>=3,r=0;4>r;++r)o(e,t+32*r,n,4)}function At(e,t){var r=e[t-1+0],n=e[t-1+32],o=e[t-1+64],i=e[t-1-32],a=e[t+0-32],s=e[t+1-32],c=e[t+2-32],l=e[t+3-32];e[t+0+96]=St(n,o,e[t-1+96]),e[t+1+96]=e[t+0+64]=St(r,n,o),e[t+2+96]=e[t+1+64]=e[t+0+32]=St(i,r,n),e[t+3+96]=e[t+2+64]=e[t+1+32]=e[t+0+0]=St(a,i,r),e[t+3+64]=e[t+2+32]=e[t+1+0]=St(s,a,i),e[t+3+32]=e[t+2+0]=St(c,s,a),e[t+3+0]=St(l,c,s)}function Et(e,t){var r=e[t+1-32],n=e[t+2-32],o=e[t+3-32],i=e[t+4-32],a=e[t+5-32],s=e[t+6-32],c=e[t+7-32];e[t+0+0]=St(e[t+0-32],r,n),e[t+1+0]=e[t+0+32]=St(r,n,o),e[t+2+0]=e[t+1+32]=e[t+0+64]=St(n,o,i),e[t+3+0]=e[t+2+32]=e[t+1+64]=e[t+0+96]=St(o,i,a),e[t+3+32]=e[t+2+64]=e[t+1+96]=St(i,a,s),e[t+3+64]=e[t+2+96]=St(a,s,c),e[t+3+96]=St(s,c,c)}function _t(e,t){var r=e[t-1+0],n=e[t-1+32],o=e[t-1+64],i=e[t-1-32],a=e[t+0-32],s=e[t+1-32],c=e[t+2-32],l=e[t+3-32];e[t+0+0]=e[t+1+64]=i+a+1>>1,e[t+1+0]=e[t+2+64]=a+s+1>>1,e[t+2+0]=e[t+3+64]=s+c+1>>1,e[t+3+0]=c+l+1>>1,e[t+0+96]=St(o,n,r),e[t+0+64]=St(n,r,i),e[t+0+32]=e[t+1+96]=St(r,i,a),e[t+1+32]=e[t+2+96]=St(i,a,s),e[t+2+32]=e[t+3+96]=St(a,s,c),e[t+3+32]=St(s,c,l)}function Ot(e,t){var r=e[t+0-32],n=e[t+1-32],o=e[t+2-32],i=e[t+3-32],a=e[t+4-32],s=e[t+5-32],c=e[t+6-32],l=e[t+7-32];e[t+0+0]=r+n+1>>1,e[t+1+0]=e[t+0+64]=n+o+1>>1,e[t+2+0]=e[t+1+64]=o+i+1>>1,e[t+3+0]=e[t+2+64]=i+a+1>>1,e[t+0+32]=St(r,n,o),e[t+1+32]=e[t+0+96]=St(n,o,i),e[t+2+32]=e[t+1+96]=St(o,i,a),e[t+3+32]=e[t+2+96]=St(i,a,s),e[t+3+64]=St(a,s,c),e[t+3+96]=St(s,c,l)}function Nt(e,t){var r=e[t-1+0],n=e[t-1+32],o=e[t-1+64],i=e[t-1+96];e[t+0+0]=r+n+1>>1,e[t+2+0]=e[t+0+32]=n+o+1>>1,e[t+2+32]=e[t+0+64]=o+i+1>>1,e[t+1+0]=St(r,n,o),e[t+3+0]=e[t+1+32]=St(n,o,i),e[t+3+32]=e[t+1+64]=St(o,i,i),e[t+3+64]=e[t+2+64]=e[t+0+96]=e[t+1+96]=e[t+2+96]=e[t+3+96]=i}function Ct(e,t){var r=e[t-1+0],n=e[t-1+32],o=e[t-1+64],i=e[t-1+96],a=e[t-1-32],s=e[t+0-32],c=e[t+1-32],l=e[t+2-32];e[t+0+0]=e[t+2+32]=r+a+1>>1,e[t+0+32]=e[t+2+64]=n+r+1>>1,e[t+0+64]=e[t+2+96]=o+n+1>>1,e[t+0+96]=i+o+1>>1,e[t+3+0]=St(s,c,l),e[t+2+0]=St(a,s,c),e[t+1+0]=e[t+3+32]=St(r,a,s),e[t+1+32]=e[t+3+64]=St(n,r,a),e[t+1+64]=e[t+3+96]=St(o,n,r),e[t+1+96]=St(i,o,n)}function Rt(e,t){var r;for(r=0;8>r;++r)n(e,t+32*r,e,t-32,8)}function Pt(e,t){var r;for(r=0;8>r;++r)o(e,t,e[t-1],8),t+=32}function Lt(e,t,r){var n;for(n=0;8>n;++n)o(t,r+32*n,e,8)}function It(e,t){var r,n=8;for(r=0;8>r;++r)n+=e[t+r-32]+e[t-1+32*r];Lt(n>>4,e,t)}function Ft(e,t){var r,n=4;for(r=0;8>r;++r)n+=e[t+r-32];Lt(n>>3,e,t)}function jt(e,t){var r,n=4;for(r=0;8>r;++r)n+=e[t-1+32*r];Lt(n>>3,e,t)}function Dt(e,t){Lt(128,e,t)}function Mt(e,t,r){var n=e[t-r],o=e[t+0],i=3*(o-n)+Pn[1020+e[t-2*r]-e[t+r]],a=Ln[112+(i+4>>3)];e[t-r]=In[255+n+Ln[112+(i+3>>3)]],e[t+0]=In[255+o-a]}function Bt(e,t,r,n){var o=e[t+0],i=e[t+r];return Fn[255+e[t-2*r]-e[t-r]]>n||Fn[255+i-o]>n}function Wt(e,t,r,n){return 4*Fn[255+e[t-r]-e[t+0]]+Fn[255+e[t-2*r]-e[t+r]]<=n}function Ut(e,t,r,n,o){var i=e[t-3*r],a=e[t-2*r],s=e[t-r],c=e[t+0],l=e[t+r],u=e[t+2*r],f=e[t+3*r];return 4*Fn[255+s-c]+Fn[255+a-l]>n?0:Fn[255+e[t-4*r]-i]<=o&&Fn[255+i-a]<=o&&Fn[255+a-s]<=o&&Fn[255+f-u]<=o&&Fn[255+u-l]<=o&&Fn[255+l-c]<=o}function zt(e,t,r,n){var o=2*n+1;for(n=0;16>n;++n)Wt(e,t+n,r,o)&&Mt(e,t+n,r)}function Ht(e,t,r,n){var o=2*n+1;for(n=0;16>n;++n)Wt(e,t+n*r,1,o)&&Mt(e,t+n*r,1)}function Vt(e,t,r,n){var o;for(o=3;0<o;--o)zt(e,t+=4*r,r,n)}function qt(e,t,r,n){var o;for(o=3;0<o;--o)Ht(e,t+=4,r,n)}function $t(e,t,r,n,o,i,a,s){for(i=2*i+1;0<o--;){if(Ut(e,t,r,i,a))if(Bt(e,t,r,s))Mt(e,t,r);else{var c=e,l=t,u=r,f=c[l-2*u],h=c[l-u],d=c[l+0],p=c[l+u],g=c[l+2*u],m=27*(b=Pn[1020+3*(d-h)+Pn[1020+f-p]])+63>>7,v=18*b+63>>7,b=9*b+63>>7;c[l-3*u]=In[255+c[l-3*u]+b],c[l-2*u]=In[255+f+v],c[l-u]=In[255+h+m],c[l+0]=In[255+d-m],c[l+u]=In[255+p-v],c[l+2*u]=In[255+g-b]}t+=n}}function Gt(e,t,r,n,o,i,a,s){for(i=2*i+1;0<o--;){if(Ut(e,t,r,i,a))if(Bt(e,t,r,s))Mt(e,t,r);else{var c=e,l=t,u=r,f=c[l-u],h=c[l+0],d=c[l+u],p=Ln[112+(4+(g=3*(h-f))>>3)],g=Ln[112+(g+3>>3)],m=p+1>>1;c[l-2*u]=In[255+c[l-2*u]+m],c[l-u]=In[255+f+g],c[l+0]=In[255+h-p],c[l+u]=In[255+d-m]}t+=n}}function Xt(e,t,r,n,o,i){$t(e,t,r,1,16,n,o,i)}function Yt(e,t,r,n,o,i){$t(e,t,1,r,16,n,o,i)}function Kt(e,t,r,n,o,i){var a;for(a=3;0<a;--a)Gt(e,t+=4*r,r,1,16,n,o,i)}function Jt(e,t,r,n,o,i){var a;for(a=3;0<a;--a)Gt(e,t+=4,1,r,16,n,o,i)}function Zt(e,t,r,n,o,i,a,s){$t(e,t,o,1,8,i,a,s),$t(r,n,o,1,8,i,a,s)}function Qt(e,t,r,n,o,i,a,s){$t(e,t,1,o,8,i,a,s),$t(r,n,1,o,8,i,a,s)}function er(e,t,r,n,o,i,a,s){Gt(e,t+4*o,o,1,8,i,a,s),Gt(r,n+4*o,o,1,8,i,a,s)}function tr(e,t,r,n,o,i,a,s){Gt(e,t+4,1,o,8,i,a,s),Gt(r,n+4,1,o,8,i,a,s)}function rr(){this.ba=new ae,this.ec=[],this.cc=[],this.Mc=[],this.Dc=this.Nc=this.dc=this.fc=0,this.Oa=new ce,this.memory=0,this.Ib="OutputFunc",this.Jb="OutputAlphaFunc",this.Nd="OutputRowFunc"}function nr(){this.data=[],this.offset=this.kd=this.ha=this.w=0,this.na=[],this.xa=this.gb=this.Ja=this.Sa=this.P=0}function or(){this.nc=this.Ea=this.b=this.hc=0,this.K=[],this.w=0}function ir(){this.ua=0,this.Wa=new F,this.vb=new F,this.md=this.xc=this.wc=0,this.vc=[],this.Wb=0,this.Ya=new d,this.yc=new f}function ar(){this.xb=this.a=0,this.l=new $e,this.ca=new ae,this.V=[],this.Ba=0,this.Ta=[],this.Ua=0,this.m=new S,this.Pb=0,this.wd=new S,this.Ma=this.$=this.C=this.i=this.c=this.xd=0,this.s=new ir,this.ab=0,this.gc=a(4,or),this.Oc=0}function sr(){this.Lc=this.Z=this.$a=this.i=this.c=0,this.l=new $e,this.ic=0,this.ca=[],this.tb=0,this.qd=null,this.rd=0}function cr(e,t,r,n,o,i,a){for(e=null==e?0:e[t+0],t=0;t<a;++t)o[i+t]=e+r[n+t]&255,e=o[i+t]}function lr(e,t,r,n,o,i,a){var s;if(null==e)cr(null,null,r,n,o,i,a);else for(s=0;s<a;++s)o[i+s]=e[t+s]+r[n+s]&255}function ur(e,t,r,n,o,i,a){if(null==e)cr(null,null,r,n,o,i,a);else{var s,c=e[t+0],l=c,u=c;for(s=0;s<a;++s)l=u+(c=e[t+s])-l,u=r[n+s]+(-256&l?0>l?0:255:l)&255,l=c,o[i+s]=u}}function fr(e,r,o,a){var s=r.width,c=r.o;if(t(null!=e&&null!=r),0>o||0>=a||o+a>c)return null;if(!e.Cc){if(null==e.ga){var l;if(e.ga=new sr,(l=null==e.ga)||(l=r.width*r.o,t(0==e.Gb.length),e.Gb=i(l),e.Uc=0,null==e.Gb?l=0:(e.mb=e.Gb,e.nb=e.Uc,e.rc=null,l=1),l=!l),!l){l=e.ga;var u=e.Fa,f=e.P,h=e.qc,d=e.mb,p=e.nb,g=f+1,m=h-1,b=l.l;if(t(null!=u&&null!=d&&null!=r),vo[0]=null,vo[1]=cr,vo[2]=lr,vo[3]=ur,l.ca=d,l.tb=p,l.c=r.width,l.i=r.height,t(0<l.c&&0<l.i),1>=h)r=0;else if(l.$a=3&u[f+0],l.Z=u[f+0]>>2&3,l.Lc=u[f+0]>>4&3,f=u[f+0]>>6&3,0>l.$a||1<l.$a||4<=l.Z||1<l.Lc||f)r=0;else if(b.put=de,b.ac=he,b.bc=pe,b.ma=l,b.width=r.width,b.height=r.height,b.Da=r.Da,b.v=r.v,b.va=r.va,b.j=r.j,b.o=r.o,l.$a)e:{t(1==l.$a),r=Oe();t:for(;;){if(null==r){r=0;break e}if(t(null!=l),l.mc=r,r.c=l.c,r.i=l.i,r.l=l.l,r.l.ma=l,r.l.width=l.c,r.l.height=l.i,r.a=0,v(r.m,u,g,m),!Ne(l.c,l.i,1,r,null))break t;if(1==r.ab&&3==r.gc[0].hc&&ke(r.s)?(l.ic=1,u=r.c*r.i,r.Ta=null,r.Ua=0,r.V=i(u),r.Ba=0,null==r.V?(r.a=1,r=0):r=1):(l.ic=0,r=Ce(r,l.c)),!r)break t;r=1;break e}l.mc=null,r=0}else r=m>=l.c*l.i;l=!r}if(l)return null;1!=e.ga.Lc?e.Ga=0:a=c-o}t(null!=e.ga),t(o+a<=c);e:{if(r=(u=e.ga).c,c=u.l.o,0==u.$a){if(g=e.rc,m=e.Vc,b=e.Fa,f=e.P+1+o*r,h=e.mb,d=e.nb+o*r,t(f<=e.P+e.qc),0!=u.Z)for(t(null!=vo[u.Z]),l=0;l<a;++l)vo[u.Z](g,m,b,f,h,d,r),g=h,m=d,d+=r,f+=r;else for(l=0;l<a;++l)n(h,d,b,f,r),g=h,m=d,d+=r,f+=r;e.rc=g,e.Vc=m}else{if(t(null!=u.mc),r=o+a,t(null!=(l=u.mc)),t(r<=l.i),l.C>=r)r=1;else if(u.ic||mr(),u.ic){u=l.V,g=l.Ba,m=l.c;var y=l.i,w=(b=1,f=l.$/m,h=l.$%m,d=l.m,p=l.s,l.$),S=m*y,x=m*r,T=p.wc,E=w<x?we(p,h,f):null;t(w<=S),t(r<=y),t(ke(p));t:for(;;){for(;!d.h&&w<x;){if(h&T||(E=we(p,h,f)),t(null!=E),A(d),256>(y=be(E.G[0],E.H[0],d)))u[g+w]=y,++w,++h>=m&&(h=0,++f<=r&&!(f%16)&&Ae(l,f));else{if(!(280>y)){b=0;break t}y=me(y-256,d);var _,O=be(E.G[4],E.H[4],d);if(A(d),!(w>=(O=ve(m,O=me(O,d)))&&S-w>=y)){b=0;break t}for(_=0;_<y;++_)u[g+w+_]=u[g+w+_-O];for(w+=y,h+=y;h>=m;)h-=m,++f<=r&&!(f%16)&&Ae(l,f);w<x&&h&T&&(E=we(p,h,f))}t(d.h==k(d))}Ae(l,f>r?r:f);break t}!b||d.h&&w<S?(b=0,l.a=d.h?5:3):l.$=w,r=b}else r=Ee(l,l.V,l.Ba,l.c,l.i,r,Re);if(!r){a=0;break e}}o+a>=c&&(e.Cc=1),a=1}if(!a)return null;if(e.Cc&&(null!=(a=e.ga)&&(a.mc=null),e.ga=null,0<e.Ga))return alert("todo:WebPDequantizeLevels"),null}return e.nb+o*s}function hr(e,t,r,n,o,i){for(;0<o--;){var a,s=e,c=t+(r?1:0),l=e,u=t+(r?0:3);for(a=0;a<n;++a){var f=l[u+4*a];255!=f&&(f*=32897,s[c+4*a+0]=s[c+4*a+0]*f>>23,s[c+4*a+1]=s[c+4*a+1]*f>>23,s[c+4*a+2]=s[c+4*a+2]*f>>23)}t+=i}}function dr(e,t,r,n,o){for(;0<n--;){var i;for(i=0;i<r;++i){var a=e[t+2*i+0],s=15&(l=e[t+2*i+1]),c=4369*s,l=(240&l|l>>4)*c>>16;e[t+2*i+0]=(240&a|a>>4)*c>>16&240|(15&a|a<<4)*c>>16>>4&15,e[t+2*i+1]=240&l|s}t+=o}}function pr(e,t,r,n,o,i,a,s){var c,l,u=255;for(l=0;l<o;++l){for(c=0;c<n;++c){var f=e[t+c];i[a+4*c]=f,u&=f}t+=r,a+=s}return 255!=u}function gr(e,t,r,n,o){var i;for(i=0;i<o;++i)r[n+i]=e[t+i]>>8}function mr(){kn=hr,Tn=dr,An=pr,En=gr}function vr(r,n,o){e[r]=function(e,r,i,a,s,c,l,u,f,h,d,p,g,m,v,b,y){var w,S=y-1>>1,x=s[c+0]|l[u+0]<<16,k=f[h+0]|d[p+0]<<16;t(null!=e);var T=3*x+k+131074>>2;for(n(e[r+0],255&T,T>>16,g,m),null!=i&&(T=3*k+x+131074>>2,n(i[a+0],255&T,T>>16,v,b)),w=1;w<=S;++w){var A=s[c+w]|l[u+w]<<16,E=f[h+w]|d[p+w]<<16,_=x+A+k+E+524296,O=_+2*(A+k)>>3;T=O+x>>1,x=(_=_+2*(x+E)>>3)+A>>1,n(e[r+2*w-1],255&T,T>>16,g,m+(2*w-1)*o),n(e[r+2*w-0],255&x,x>>16,g,m+(2*w-0)*o),null!=i&&(T=_+k>>1,x=O+E>>1,n(i[a+2*w-1],255&T,T>>16,v,b+(2*w-1)*o),n(i[a+2*w+0],255&x,x>>16,v,b+(2*w+0)*o)),x=A,k=E}1&y||(T=3*x+k+131074>>2,n(e[r+y-1],255&T,T>>16,g,m+(y-1)*o),null!=i&&(T=3*k+x+131074>>2,n(i[a+y-1],255&T,T>>16,v,b+(y-1)*o)))}}function br(){bo[jn]=yo,bo[Dn]=So,bo[Mn]=wo,bo[Bn]=xo,bo[Wn]=ko,bo[Un]=To,bo[zn]=Ao,bo[Hn]=So,bo[Vn]=xo,bo[qn]=ko,bo[$n]=To}function yr(e){return e&~Ro?0>e?0:255:e>>Co}function wr(e,t){return yr((19077*e>>8)+(26149*t>>8)-14234)}function Sr(e,t,r){return yr((19077*e>>8)-(6419*t>>8)-(13320*r>>8)+8708)}function xr(e,t){return yr((19077*e>>8)+(33050*t>>8)-17685)}function kr(e,t,r,n,o){n[o+0]=wr(e,r),n[o+1]=Sr(e,t,r),n[o+2]=xr(e,t)}function Tr(e,t,r,n,o){n[o+0]=xr(e,t),n[o+1]=Sr(e,t,r),n[o+2]=wr(e,r)}function Ar(e,t,r,n,o){var i=Sr(e,t,r);t=i<<3&224|xr(e,t)>>3,n[o+0]=248&wr(e,r)|i>>5,n[o+1]=t}function Er(e,t,r,n,o){var i=240&xr(e,t)|15;n[o+0]=240&wr(e,r)|Sr(e,t,r)>>4,n[o+1]=i}function _r(e,t,r,n,o){n[o+0]=255,kr(e,t,r,n,o+1)}function Or(e,t,r,n,o){Tr(e,t,r,n,o),n[o+3]=255}function Nr(e,t,r,n,o){kr(e,t,r,n,o),n[o+3]=255}function qe(e,t){return 0>e?0:e>t?t:e}function Cr(t,r,n){e[t]=function(e,t,o,i,a,s,c,l,u){for(var f=l+(-2&u)*n;l!=f;)r(e[t+0],o[i+0],a[s+0],c,l),r(e[t+1],o[i+0],a[s+0],c,l+n),t+=2,++i,++s,l+=2*n;1&u&&r(e[t+0],o[i+0],a[s+0],c,l)}}function Rr(e,t,r){return 0==r?0==e?0==t?6:5:0==t?4:0:r}function Pr(e,t,r,n,o){switch(e>>>30){case 3:an(t,r,n,o,0);break;case 2:sn(t,r,n,o);break;case 1:ln(t,r,n,o)}}function Lr(e,t){var r,i,a=t.M,s=t.Nb,c=e.oc,l=e.pc+40,u=e.oc,f=e.pc+584,h=e.oc,d=e.pc+600;for(r=0;16>r;++r)c[l+32*r-1]=129;for(r=0;8>r;++r)u[f+32*r-1]=129,h[d+32*r-1]=129;for(0<a?c[l-1-32]=u[f-1-32]=h[d-1-32]=129:(o(c,l-32-1,127,21),o(u,f-32-1,127,9),o(h,d-32-1,127,9)),i=0;i<e.za;++i){var p=t.ya[t.aa+i];if(0<i){for(r=-1;16>r;++r)n(c,l+32*r-4,c,l+32*r+12,4);for(r=-1;8>r;++r)n(u,f+32*r-4,u,f+32*r+4,4),n(h,d+32*r-4,h,d+32*r+4,4)}var g=e.Gd,m=e.Hd+i,v=p.ad,b=p.Hc;if(0<a&&(n(c,l-32,g[m].y,0,16),n(u,f-32,g[m].f,0,8),n(h,d-32,g[m].ea,0,8)),p.Za){var y=c,w=l-32+16;for(0<a&&(i>=e.za-1?o(y,w,g[m].y[15],4):n(y,w,g[m+1].y,0,4)),r=0;4>r;r++)y[w+128+r]=y[w+256+r]=y[w+384+r]=y[w+0+r];for(r=0;16>r;++r,b<<=2)y=c,w=l+Bo[r],ho[p.Ob[r]](y,w),Pr(b,v,16*+r,y,w)}else if(y=Rr(i,a,p.Ob[0]),fo[y](c,l),0!=b)for(r=0;16>r;++r,b<<=2)Pr(b,v,16*+r,c,l+Bo[r]);for(r=p.Gc,y=Rr(i,a,p.Dd),po[y](u,f),po[y](h,d),b=v,y=u,w=f,255&(p=r|0)&&(170&p?cn(b,256,y,w):un(b,256,y,w)),p=h,b=d,255&(r>>=8)&&(170&r?cn(v,320,p,b):un(v,320,p,b)),a<e.Ub-1&&(n(g[m].y,0,c,l+480,16),n(g[m].f,0,u,f+224,8),n(g[m].ea,0,h,d+224,8)),r=8*s*e.B,g=e.sa,m=e.ta+16*i+16*s*e.R,v=e.qa,p=e.ra+8*i+r,b=e.Ha,y=e.Ia+8*i+r,r=0;16>r;++r)n(g,m+r*e.R,c,l+32*r,16);for(r=0;8>r;++r)n(v,p+r*e.B,u,f+32*r,8),n(b,y+r*e.B,h,d+32*r,8)}}function Ir(e,n,o,i,a,s,c,l,u){var f=[0],h=[0],d=0,p=null!=u?u.kd:0,g=null!=u?u:new nr;if(null==e||12>o)return 7;g.data=e,g.w=n,g.ha=o,n=[n],o=[o],g.gb=[g.gb];e:{var m=n,b=o,y=g.gb;if(t(null!=e),t(null!=b),t(null!=y),y[0]=0,12<=b[0]&&!r(e,m[0],"RIFF")){if(r(e,m[0]+8,"WEBP")){y=3;break e}var w=P(e,m[0]+4);if(12>w||4294967286<w){y=3;break e}if(p&&w>b[0]-8){y=7;break e}y[0]=w,m[0]+=12,b[0]-=12}y=0}if(0!=y)return y;for(w=0<g.gb[0],o=o[0];;){e:{var x=e;b=n,y=o;var k=f,T=h,A=m=[0];if((O=d=[d])[0]=0,8>y[0])y=7;else{if(!r(x,b[0],"VP8X")){if(10!=P(x,b[0]+4)){y=3;break e}if(18>y[0]){y=7;break e}var E=P(x,b[0]+8),_=1+R(x,b[0]+12);if(2147483648<=_*(x=1+R(x,b[0]+15))){y=3;break e}null!=A&&(A[0]=E),null!=k&&(k[0]=_),null!=T&&(T[0]=x),b[0]+=18,y[0]-=18,O[0]=1}y=0}}if(d=d[0],m=m[0],0!=y)return y;if(b=!!(2&m),!w&&d)return 3;if(null!=s&&(s[0]=!!(16&m)),null!=c&&(c[0]=b),null!=l&&(l[0]=0),c=f[0],m=h[0],d&&b&&null==u){y=0;break}if(4>o){y=7;break}if(w&&d||!w&&!d&&!r(e,n[0],"ALPH")){o=[o],g.na=[g.na],g.P=[g.P],g.Sa=[g.Sa];e:{E=e,y=n,w=o;var O=g.gb;k=g.na,T=g.P,A=g.Sa,_=22,t(null!=E),t(null!=w),x=y[0];var N=w[0];for(t(null!=k),t(null!=A),k[0]=null,T[0]=null,A[0]=0;;){if(y[0]=x,w[0]=N,8>N){y=7;break e}var C=P(E,x+4);if(4294967286<C){y=3;break e}var L=8+C+1&-2;if(_+=L,0<O&&_>O){y=3;break e}if(!r(E,x,"VP8 ")||!r(E,x,"VP8L")){y=0;break e}if(N[0]<L){y=7;break e}r(E,x,"ALPH")||(k[0]=E,T[0]=x+8,A[0]=C),x+=L,N-=L}}if(o=o[0],g.na=g.na[0],g.P=g.P[0],g.Sa=g.Sa[0],0!=y)break}o=[o],g.Ja=[g.Ja],g.xa=[g.xa];e:if(O=e,y=n,w=o,k=g.gb[0],T=g.Ja,A=g.xa,E=y[0],x=!r(O,E,"VP8 "),_=!r(O,E,"VP8L"),t(null!=O),t(null!=w),t(null!=T),t(null!=A),8>w[0])y=7;else{if(x||_){if(O=P(O,E+4),12<=k&&O>k-12){y=3;break e}if(p&&O>w[0]-8){y=7;break e}T[0]=O,y[0]+=8,w[0]-=8,A[0]=_}else A[0]=5<=w[0]&&47==O[E+0]&&!(O[E+4]>>5),T[0]=w[0];y=0}if(o=o[0],g.Ja=g.Ja[0],g.xa=g.xa[0],n=n[0],0!=y)break;if(4294967286<g.Ja)return 3;if(null==l||b||(l[0]=g.xa?2:1),c=[c],m=[m],g.xa){if(5>o){y=7;break}l=c,p=m,b=s,null==e||5>o?e=0:5<=o&&47==e[n+0]&&!(e[n+4]>>5)?(w=[0],O=[0],k=[0],v(T=new S,e,n,o),ge(T,w,O,k)?(null!=l&&(l[0]=w[0]),null!=p&&(p[0]=O[0]),null!=b&&(b[0]=k[0]),e=1):e=0):e=0}else{if(10>o){y=7;break}l=m,null==e||10>o||!Ye(e,n+3,o-3)?e=0:(p=e[n+0]|e[n+1]<<8|e[n+2]<<16,b=16383&(e[n+7]<<8|e[n+6]),e=16383&(e[n+9]<<8|e[n+8]),1&p||3<(p>>1&7)||!(p>>4&1)||p>>5>=g.Ja||!b||!e?e=0:(c&&(c[0]=b),l&&(l[0]=e),e=1))}if(!e)return 3;if(c=c[0],m=m[0],d&&(f[0]!=c||h[0]!=m))return 3;null!=u&&(u[0]=g,u.offset=n-u.w,t(4294967286>n-u.w),t(u.offset==u.ha-o));break}return 0==y||7==y&&d&&null==u?(null!=s&&(s[0]|=null!=g.na&&0<g.na.length),null!=i&&(i[0]=c),null!=a&&(a[0]=m),0):y}function Fr(e,t,r){var n=t.width,o=t.height,i=0,a=0,s=n,c=o;if(t.Da=null!=e&&0<e.Da,t.Da&&(s=e.cd,c=e.bd,i=e.v,a=e.j,11>r||(i&=-2,a&=-2),0>i||0>a||0>=s||0>=c||i+s>n||a+c>o))return 0;if(t.v=i,t.j=a,t.va=i+s,t.o=a+c,t.U=s,t.T=c,t.da=null!=e&&0<e.da,t.da){if(!j(s,c,r=[e.ib],i=[e.hb]))return 0;t.ib=r[0],t.hb=i[0]}return t.ob=null!=e&&e.ob,t.Kb=null==e||!e.Sd,t.da&&(t.ob=t.ib<3*n/4&&t.hb<3*o/4,t.Kb=0),1}function jr(e){if(null==e)return 2;if(11>e.S){var t=e.f.RGBA;t.fb+=(e.height-1)*t.A,t.A=-t.A}else t=e.f.kb,e=e.height,t.O+=(e-1)*t.fa,t.fa=-t.fa,t.N+=(e-1>>1)*t.Ab,t.Ab=-t.Ab,t.W+=(e-1>>1)*t.Db,t.Db=-t.Db,null!=t.F&&(t.J+=(e-1)*t.lb,t.lb=-t.lb);return 0}function Dr(e,t,r,n){if(null==n||0>=e||0>=t)return 2;if(null!=r){if(r.Da){var o=r.cd,a=r.bd,s=-2&r.v,c=-2&r.j;if(0>s||0>c||0>=o||0>=a||s+o>e||c+a>t)return 2;e=o,t=a}if(r.da){if(!j(e,t,o=[r.ib],a=[r.hb]))return 2;e=o[0],t=a[0]}}n.width=e,n.height=t;e:{var l=n.width,u=n.height;if(e=n.S,0>=l||0>=u||!(e>=jn&&13>e))e=2;else{if(0>=n.Rd&&null==n.sd){s=a=o=t=0;var f=(c=l*Ho[e])*u;if(11>e||(a=(u+1)/2*(t=(l+1)/2),12==e&&(s=(o=l)*u)),null==(u=i(f+2*a+s))){e=1;break e}n.sd=u,11>e?((l=n.f.RGBA).eb=u,l.fb=0,l.A=c,l.size=f):((l=n.f.kb).y=u,l.O=0,l.fa=c,l.Fd=f,l.f=u,l.N=0+f,l.Ab=t,l.Cd=a,l.ea=u,l.W=0+f+a,l.Db=t,l.Ed=a,12==e&&(l.F=u,l.J=0+f+2*a),l.Tc=s,l.lb=o)}if(t=1,o=n.S,a=n.width,s=n.height,o>=jn&&13>o)if(11>o)e=n.f.RGBA,t&=(c=Math.abs(e.A))*(s-1)+a<=e.size,t&=c>=a*Ho[o],t&=null!=e.eb;else{e=n.f.kb,c=(a+1)/2,f=(s+1)/2,l=Math.abs(e.fa),u=Math.abs(e.Ab);var h=Math.abs(e.Db),d=Math.abs(e.lb),p=d*(s-1)+a;t&=l*(s-1)+a<=e.Fd,t&=u*(f-1)+c<=e.Cd,t=(t&=h*(f-1)+c<=e.Ed)&l>=a&u>=c&h>=c,t&=null!=e.y,t&=null!=e.f,t&=null!=e.ea,12==o&&(t&=d>=a,t&=p<=e.Tc,t&=null!=e.F)}else t=0;e=t?0:2}}return 0!=e||null!=r&&r.fd&&(e=jr(n)),e}var Mr=64,Br=[0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,2097151,4194303,8388607,16777215],Wr=24,Ur=32,zr=8,Hr=[0,0,1,1,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7];B("Predictor0","PredictorAdd0"),e.Predictor0=function(){return 4278190080},e.Predictor1=function(e){return e},e.Predictor2=function(e,t,r){return t[r+0]},e.Predictor3=function(e,t,r){return t[r+1]},e.Predictor4=function(e,t,r){return t[r-1]},e.Predictor5=function(e,t,r){return U(U(e,t[r+1]),t[r+0])},e.Predictor6=function(e,t,r){return U(e,t[r-1])},e.Predictor7=function(e,t,r){return U(e,t[r+0])},e.Predictor8=function(e,t,r){return U(t[r-1],t[r+0])},e.Predictor9=function(e,t,r){return U(t[r+0],t[r+1])},e.Predictor10=function(e,t,r){return U(U(e,t[r-1]),U(t[r+0],t[r+1]))},e.Predictor11=function(e,t,r){var n=t[r+0];return 0>=V(n>>24&255,e>>24&255,(t=t[r-1])>>24&255)+V(n>>16&255,e>>16&255,t>>16&255)+V(n>>8&255,e>>8&255,t>>8&255)+V(255&n,255&e,255&t)?n:e},e.Predictor12=function(e,t,r){var n=t[r+0];return(z((e>>24&255)+(n>>24&255)-((t=t[r-1])>>24&255))<<24|z((e>>16&255)+(n>>16&255)-(t>>16&255))<<16|z((e>>8&255)+(n>>8&255)-(t>>8&255))<<8|z((255&e)+(255&n)-(255&t)))>>>0},e.Predictor13=function(e,t,r){var n=t[r-1];return(H((e=U(e,t[r+0]))>>24&255,n>>24&255)<<24|H(e>>16&255,n>>16&255)<<16|H(e>>8&255,n>>8&255)<<8|H(255&e,255&n))>>>0};var Vr=e.PredictorAdd0;e.PredictorAdd1=q,B("Predictor2","PredictorAdd2"),B("Predictor3","PredictorAdd3"),B("Predictor4","PredictorAdd4"),B("Predictor5","PredictorAdd5"),B("Predictor6","PredictorAdd6"),B("Predictor7","PredictorAdd7"),B("Predictor8","PredictorAdd8"),B("Predictor9","PredictorAdd9"),B("Predictor10","PredictorAdd10"),B("Predictor11","PredictorAdd11"),B("Predictor12","PredictorAdd12"),B("Predictor13","PredictorAdd13");var qr=e.PredictorAdd2;Y("ColorIndexInverseTransform","MapARGB","32b",(function(e){return e>>8&255}),(function(e){return e})),Y("VP8LColorIndexInverseTransformAlpha","MapAlpha","8b",(function(e){return e}),(function(e){return e>>8&255}));var $r,Gr=e.ColorIndexInverseTransform,Xr=e.MapARGB,Yr=e.VP8LColorIndexInverseTransformAlpha,Kr=e.MapAlpha,Jr=e.VP8LPredictorsAdd=[];Jr.length=16,(e.VP8LPredictors=[]).length=16,(e.VP8LPredictorsAdd_C=[]).length=16,(e.VP8LPredictors_C=[]).length=16;var Zr,Qr,en,tn,rn,nn,on,an,sn,cn,ln,un,fn,hn,dn,pn,gn,mn,vn,bn,yn,wn,Sn,xn,kn,Tn,An,En,_n=i(511),On=i(2041),Nn=i(225),Cn=i(767),Rn=0,Pn=On,Ln=Nn,In=Cn,Fn=_n,jn=0,Dn=1,Mn=2,Bn=3,Wn=4,Un=5,zn=6,Hn=7,Vn=8,qn=9,$n=10,Gn=[2,3,7],Xn=[3,3,11],Yn=[280,256,256,256,40],Kn=[0,1,1,1,0],Jn=[17,18,0,1,2,3,4,5,16,6,7,8,9,10,11,12,13,14,15],Zn=[24,7,23,25,40,6,39,41,22,26,38,42,56,5,55,57,21,27,54,58,37,43,72,4,71,73,20,28,53,59,70,74,36,44,88,69,75,52,60,3,87,89,19,29,86,90,35,45,68,76,85,91,51,61,104,2,103,105,18,30,102,106,34,46,84,92,67,77,101,107,50,62,120,1,119,121,83,93,17,31,100,108,66,78,118,122,33,47,117,123,49,63,99,109,82,94,0,116,124,65,79,16,32,98,110,48,115,125,81,95,64,114,126,97,111,80,113,127,96,112],Qn=[2954,2956,2958,2962,2970,2986,3018,3082,3212,3468,3980,5004],eo=8,to=[4,5,6,7,8,9,10,10,11,12,13,14,15,16,17,17,18,19,20,20,21,21,22,22,23,23,24,25,25,26,27,28,29,30,31,32,33,34,35,36,37,37,38,39,40,41,42,43,44,45,46,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,93,95,96,98,100,101,102,104,106,108,110,112,114,116,118,122,124,126,128,130,132,134,136,138,140,143,145,148,151,154,157],ro=[4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,119,122,125,128,131,134,137,140,143,146,149,152,155,158,161,164,167,170,173,177,181,185,189,193,197,201,205,209,213,217,221,225,229,234,239,245,249,254,259,264,269,274,279,284],no=null,oo=[[173,148,140,0],[176,155,140,135,0],[180,157,141,134,130,0],[254,254,243,230,196,177,153,140,133,130,129,0]],io=[0,1,4,8,5,2,3,6,9,12,13,10,7,11,14,15],ao=[-0,1,-1,2,-2,3,4,6,-3,5,-4,-5,-6,7,-7,8,-8,-9],so=[[[[128,128,128,128,128,128,128,128,128,128,128],[128,128,128,128,128,128,128,128,128,128,128],[128,128,128,128,128,128,128,128,128,128,128]],[[253,136,254,255,228,219,128,128,128,128,128],[189,129,242,255,227,213,255,219,128,128,128],[106,126,227,252,214,209,255,255,128,128,128]],[[1,98,248,255,236,226,255,255,128,128,128],[181,133,238,254,221,234,255,154,128,128,128],[78,134,202,247,198,180,255,219,128,128,128]],[[1,185,249,255,243,255,128,128,128,128,128],[184,150,247,255,236,224,128,128,128,128,128],[77,110,216,255,236,230,128,128,128,128,128]],[[1,101,251,255,241,255,128,128,128,128,128],[170,139,241,252,236,209,255,255,128,128,128],[37,116,196,243,228,255,255,255,128,128,128]],[[1,204,254,255,245,255,128,128,128,128,128],[207,160,250,255,238,128,128,128,128,128,128],[102,103,231,255,211,171,128,128,128,128,128]],[[1,152,252,255,240,255,128,128,128,128,128],[177,135,243,255,234,225,128,128,128,128,128],[80,129,211,255,194,224,128,128,128,128,128]],[[1,1,255,128,128,128,128,128,128,128,128],[246,1,255,128,128,128,128,128,128,128,128],[255,128,128,128,128,128,128,128,128,128,128]]],[[[198,35,237,223,193,187,162,160,145,155,62],[131,45,198,221,172,176,220,157,252,221,1],[68,47,146,208,149,167,221,162,255,223,128]],[[1,149,241,255,221,224,255,255,128,128,128],[184,141,234,253,222,220,255,199,128,128,128],[81,99,181,242,176,190,249,202,255,255,128]],[[1,129,232,253,214,197,242,196,255,255,128],[99,121,210,250,201,198,255,202,128,128,128],[23,91,163,242,170,187,247,210,255,255,128]],[[1,200,246,255,234,255,128,128,128,128,128],[109,178,241,255,231,245,255,255,128,128,128],[44,130,201,253,205,192,255,255,128,128,128]],[[1,132,239,251,219,209,255,165,128,128,128],[94,136,225,251,218,190,255,255,128,128,128],[22,100,174,245,186,161,255,199,128,128,128]],[[1,182,249,255,232,235,128,128,128,128,128],[124,143,241,255,227,234,128,128,128,128,128],[35,77,181,251,193,211,255,205,128,128,128]],[[1,157,247,255,236,231,255,255,128,128,128],[121,141,235,255,225,227,255,255,128,128,128],[45,99,188,251,195,217,255,224,128,128,128]],[[1,1,251,255,213,255,128,128,128,128,128],[203,1,248,255,255,128,128,128,128,128,128],[137,1,177,255,224,255,128,128,128,128,128]]],[[[253,9,248,251,207,208,255,192,128,128,128],[175,13,224,243,193,185,249,198,255,255,128],[73,17,171,221,161,179,236,167,255,234,128]],[[1,95,247,253,212,183,255,255,128,128,128],[239,90,244,250,211,209,255,255,128,128,128],[155,77,195,248,188,195,255,255,128,128,128]],[[1,24,239,251,218,219,255,205,128,128,128],[201,51,219,255,196,186,128,128,128,128,128],[69,46,190,239,201,218,255,228,128,128,128]],[[1,191,251,255,255,128,128,128,128,128,128],[223,165,249,255,213,255,128,128,128,128,128],[141,124,248,255,255,128,128,128,128,128,128]],[[1,16,248,255,255,128,128,128,128,128,128],[190,36,230,255,236,255,128,128,128,128,128],[149,1,255,128,128,128,128,128,128,128,128]],[[1,226,255,128,128,128,128,128,128,128,128],[247,192,255,128,128,128,128,128,128,128,128],[240,128,255,128,128,128,128,128,128,128,128]],[[1,134,252,255,255,128,128,128,128,128,128],[213,62,250,255,255,128,128,128,128,128,128],[55,93,255,128,128,128,128,128,128,128,128]],[[128,128,128,128,128,128,128,128,128,128,128],[128,128,128,128,128,128,128,128,128,128,128],[128,128,128,128,128,128,128,128,128,128,128]]],[[[202,24,213,235,186,191,220,160,240,175,255],[126,38,182,232,169,184,228,174,255,187,128],[61,46,138,219,151,178,240,170,255,216,128]],[[1,112,230,250,199,191,247,159,255,255,128],[166,109,228,252,211,215,255,174,128,128,128],[39,77,162,232,172,180,245,178,255,255,128]],[[1,52,220,246,198,199,249,220,255,255,128],[124,74,191,243,183,193,250,221,255,255,128],[24,71,130,219,154,170,243,182,255,255,128]],[[1,182,225,249,219,240,255,224,128,128,128],[149,150,226,252,216,205,255,171,128,128,128],[28,108,170,242,183,194,254,223,255,255,128]],[[1,81,230,252,204,203,255,192,128,128,128],[123,102,209,247,188,196,255,233,128,128,128],[20,95,153,243,164,173,255,203,128,128,128]],[[1,222,248,255,216,213,128,128,128,128,128],[168,175,246,252,235,205,255,255,128,128,128],[47,116,215,255,211,212,255,255,128,128,128]],[[1,121,236,253,212,214,255,255,128,128,128],[141,84,213,252,201,202,255,219,128,128,128],[42,80,160,240,162,185,255,205,128,128,128]],[[1,1,255,128,128,128,128,128,128,128,128],[244,1,255,128,128,128,128,128,128,128,128],[238,1,255,128,128,128,128,128,128,128,128]]]],co=[[[231,120,48,89,115,113,120,152,112],[152,179,64,126,170,118,46,70,95],[175,69,143,80,85,82,72,155,103],[56,58,10,171,218,189,17,13,152],[114,26,17,163,44,195,21,10,173],[121,24,80,195,26,62,44,64,85],[144,71,10,38,171,213,144,34,26],[170,46,55,19,136,160,33,206,71],[63,20,8,114,114,208,12,9,226],[81,40,11,96,182,84,29,16,36]],[[134,183,89,137,98,101,106,165,148],[72,187,100,130,157,111,32,75,80],[66,102,167,99,74,62,40,234,128],[41,53,9,178,241,141,26,8,107],[74,43,26,146,73,166,49,23,157],[65,38,105,160,51,52,31,115,128],[104,79,12,27,217,255,87,17,7],[87,68,71,44,114,51,15,186,23],[47,41,14,110,182,183,21,17,194],[66,45,25,102,197,189,23,18,22]],[[88,88,147,150,42,46,45,196,205],[43,97,183,117,85,38,35,179,61],[39,53,200,87,26,21,43,232,171],[56,34,51,104,114,102,29,93,77],[39,28,85,171,58,165,90,98,64],[34,22,116,206,23,34,43,166,73],[107,54,32,26,51,1,81,43,31],[68,25,106,22,64,171,36,225,114],[34,19,21,102,132,188,16,76,124],[62,18,78,95,85,57,50,48,51]],[[193,101,35,159,215,111,89,46,111],[60,148,31,172,219,228,21,18,111],[112,113,77,85,179,255,38,120,114],[40,42,1,196,245,209,10,25,109],[88,43,29,140,166,213,37,43,154],[61,63,30,155,67,45,68,1,209],[100,80,8,43,154,1,51,26,71],[142,78,78,16,255,128,34,197,171],[41,40,5,102,211,183,4,1,221],[51,50,17,168,209,192,23,25,82]],[[138,31,36,171,27,166,38,44,229],[67,87,58,169,82,115,26,59,179],[63,59,90,180,59,166,93,73,154],[40,40,21,116,143,209,34,39,175],[47,15,16,183,34,223,49,45,183],[46,17,33,183,6,98,15,32,183],[57,46,22,24,128,1,54,17,37],[65,32,73,115,28,128,23,128,205],[40,3,9,115,51,192,18,6,223],[87,37,9,115,59,77,64,21,47]],[[104,55,44,218,9,54,53,130,226],[64,90,70,205,40,41,23,26,57],[54,57,112,184,5,41,38,166,213],[30,34,26,133,152,116,10,32,134],[39,19,53,221,26,114,32,73,255],[31,9,65,234,2,15,1,118,73],[75,32,12,51,192,255,160,43,51],[88,31,35,67,102,85,55,186,85],[56,21,23,111,59,205,45,37,192],[55,38,70,124,73,102,1,34,98]],[[125,98,42,88,104,85,117,175,82],[95,84,53,89,128,100,113,101,45],[75,79,123,47,51,128,81,171,1],[57,17,5,71,102,57,53,41,49],[38,33,13,121,57,73,26,1,85],[41,10,67,138,77,110,90,47,114],[115,21,2,10,102,255,166,23,6],[101,29,16,10,85,128,101,196,26],[57,18,10,102,102,213,34,20,43],[117,20,15,36,163,128,68,1,26]],[[102,61,71,37,34,53,31,243,192],[69,60,71,38,73,119,28,222,37],[68,45,128,34,1,47,11,245,171],[62,17,19,70,146,85,55,62,70],[37,43,37,154,100,163,85,160,1],[63,9,92,136,28,64,32,201,85],[75,15,9,9,64,255,184,119,16],[86,6,28,5,64,255,25,248,1],[56,8,17,132,137,255,55,116,128],[58,15,20,82,135,57,26,121,40]],[[164,50,31,137,154,133,25,35,218],[51,103,44,131,131,123,31,6,158],[86,40,64,135,148,224,45,183,128],[22,26,17,131,240,154,14,1,209],[45,16,21,91,64,222,7,1,197],[56,21,39,155,60,138,23,102,213],[83,12,13,54,192,255,68,47,28],[85,26,85,85,128,128,32,146,171],[18,11,7,63,144,171,4,4,246],[35,27,10,146,174,171,12,26,128]],[[190,80,35,99,180,80,126,54,45],[85,126,47,87,176,51,41,20,32],[101,75,128,139,118,146,116,128,85],[56,41,15,176,236,85,37,9,62],[71,30,17,119,118,255,17,18,138],[101,38,60,138,55,70,43,26,142],[146,36,19,30,171,255,97,27,20],[138,45,61,62,219,1,81,188,64],[32,41,20,117,151,142,20,21,163],[112,19,12,61,195,128,48,4,24]]],lo=[[[[255,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]],[[176,246,255,255,255,255,255,255,255,255,255],[223,241,252,255,255,255,255,255,255,255,255],[249,253,253,255,255,255,255,255,255,255,255]],[[255,244,252,255,255,255,255,255,255,255,255],[234,254,254,255,255,255,255,255,255,255,255],[253,255,255,255,255,255,255,255,255,255,255]],[[255,246,254,255,255,255,255,255,255,255,255],[239,253,254,255,255,255,255,255,255,255,255],[254,255,254,255,255,255,255,255,255,255,255]],[[255,248,254,255,255,255,255,255,255,255,255],[251,255,254,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]],[[255,253,254,255,255,255,255,255,255,255,255],[251,254,254,255,255,255,255,255,255,255,255],[254,255,254,255,255,255,255,255,255,255,255]],[[255,254,253,255,254,255,255,255,255,255,255],[250,255,254,255,254,255,255,255,255,255,255],[254,255,255,255,255,255,255,255,255,255,255]],[[255,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]]],[[[217,255,255,255,255,255,255,255,255,255,255],[225,252,241,253,255,255,254,255,255,255,255],[234,250,241,250,253,255,253,254,255,255,255]],[[255,254,255,255,255,255,255,255,255,255,255],[223,254,254,255,255,255,255,255,255,255,255],[238,253,254,254,255,255,255,255,255,255,255]],[[255,248,254,255,255,255,255,255,255,255,255],[249,254,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]],[[255,253,255,255,255,255,255,255,255,255,255],[247,254,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]],[[255,253,254,255,255,255,255,255,255,255,255],[252,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]],[[255,254,254,255,255,255,255,255,255,255,255],[253,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]],[[255,254,253,255,255,255,255,255,255,255,255],[250,255,255,255,255,255,255,255,255,255,255],[254,255,255,255,255,255,255,255,255,255,255]],[[255,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]]],[[[186,251,250,255,255,255,255,255,255,255,255],[234,251,244,254,255,255,255,255,255,255,255],[251,251,243,253,254,255,254,255,255,255,255]],[[255,253,254,255,255,255,255,255,255,255,255],[236,253,254,255,255,255,255,255,255,255,255],[251,253,253,254,254,255,255,255,255,255,255]],[[255,254,254,255,255,255,255,255,255,255,255],[254,254,254,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]],[[255,254,255,255,255,255,255,255,255,255,255],[254,254,255,255,255,255,255,255,255,255,255],[254,255,255,255,255,255,255,255,255,255,255]],[[255,255,255,255,255,255,255,255,255,255,255],[254,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]],[[255,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]],[[255,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]],[[255,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]]],[[[248,255,255,255,255,255,255,255,255,255,255],[250,254,252,254,255,255,255,255,255,255,255],[248,254,249,253,255,255,255,255,255,255,255]],[[255,253,253,255,255,255,255,255,255,255,255],[246,253,253,255,255,255,255,255,255,255,255],[252,254,251,254,254,255,255,255,255,255,255]],[[255,254,252,255,255,255,255,255,255,255,255],[248,254,253,255,255,255,255,255,255,255,255],[253,255,254,254,255,255,255,255,255,255,255]],[[255,251,254,255,255,255,255,255,255,255,255],[245,251,254,255,255,255,255,255,255,255,255],[253,253,254,255,255,255,255,255,255,255,255]],[[255,251,253,255,255,255,255,255,255,255,255],[252,253,254,255,255,255,255,255,255,255,255],[255,254,255,255,255,255,255,255,255,255,255]],[[255,252,255,255,255,255,255,255,255,255,255],[249,255,254,255,255,255,255,255,255,255,255],[255,255,254,255,255,255,255,255,255,255,255]],[[255,255,253,255,255,255,255,255,255,255,255],[250,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]],[[255,255,255,255,255,255,255,255,255,255,255],[254,255,255,255,255,255,255,255,255,255,255],[255,255,255,255,255,255,255,255,255,255,255]]]],uo=[0,1,2,3,6,4,5,6,6,6,6,6,6,6,6,7,0],fo=[],ho=[],po=[],go=1,mo=2,vo=[],bo=[];vr("UpsampleRgbLinePair",kr,3),vr("UpsampleBgrLinePair",Tr,3),vr("UpsampleRgbaLinePair",Nr,4),vr("UpsampleBgraLinePair",Or,4),vr("UpsampleArgbLinePair",_r,4),vr("UpsampleRgba4444LinePair",Er,2),vr("UpsampleRgb565LinePair",Ar,2);var yo=e.UpsampleRgbLinePair,wo=e.UpsampleBgrLinePair,So=e.UpsampleRgbaLinePair,xo=e.UpsampleBgraLinePair,ko=e.UpsampleArgbLinePair,To=e.UpsampleRgba4444LinePair,Ao=e.UpsampleRgb565LinePair,Eo=16,_o=1<<Eo-1,Oo=-227,No=482,Co=6,Ro=(256<<Co)-1,Po=0,Lo=i(256),Io=i(256),Fo=i(256),jo=i(256),Do=i(No-Oo),Mo=i(No-Oo);Cr("YuvToRgbRow",kr,3),Cr("YuvToBgrRow",Tr,3),Cr("YuvToRgbaRow",Nr,4),Cr("YuvToBgraRow",Or,4),Cr("YuvToArgbRow",_r,4),Cr("YuvToRgba4444Row",Er,2),Cr("YuvToRgb565Row",Ar,2);var Bo=[0,4,8,12,128,132,136,140,256,260,264,268,384,388,392,396],Wo=[0,2,8],Uo=[8,7,6,4,4,2,2,2,1,1,1,1],zo=1;this.WebPDecodeRGBA=function(e,r,n,o,i){var a=Dn,s=new rr,c=new ae;s.ba=c,c.S=a,c.width=[c.width],c.height=[c.height];var l=c.width,u=c.height,f=new se;if(null==f||null==e)var h=2;else t(null!=f),h=Ir(e,r,n,f.width,f.height,f.Pd,f.Qd,f.format,null);if(0!=h?l=0:(null!=l&&(l[0]=f.width[0]),null!=u&&(u[0]=f.height[0]),l=1),l){c.width=c.width[0],c.height=c.height[0],null!=o&&(o[0]=c.width),null!=i&&(i[0]=c.height);e:{if(o=new $e,(i=new nr).data=e,i.w=r,i.ha=n,i.kd=1,r=[0],t(null!=i),(0==(e=Ir(i.data,i.w,i.ha,null,null,null,r,null,i))||7==e)&&r[0]&&(e=4),0==(r=e)){if(t(null!=s),o.data=i.data,o.w=i.w+i.offset,o.ha=i.ha-i.offset,o.put=de,o.ac=he,o.bc=pe,o.ma=s,i.xa){if(null==(e=Oe())){s=1;break e}if(function(e,r){var n=[0],o=[0],i=[0];t:for(;;){if(null==e)return 0;if(null==r)return e.a=2,0;if(e.l=r,e.a=0,v(e.m,r.data,r.w,r.ha),!ge(e.m,n,o,i)){e.a=3;break t}if(e.xb=mo,r.width=n[0],r.height=o[0],!Ne(n[0],o[0],1,e,null))break t;return 1}return t(0!=e.a),0}(e,o)){if(o=0==(r=Dr(o.width,o.height,s.Oa,s.ba))){t:{o=e;r:for(;;){if(null==o){o=0;break t}if(t(null!=o.s.yc),t(null!=o.s.Ya),t(0<o.s.Wb),t(null!=(n=o.l)),t(null!=(i=n.ma)),0!=o.xb){if(o.ca=i.ba,o.tb=i.tb,t(null!=o.ca),!Fr(i.Oa,n,Bn)){o.a=2;break r}if(!Ce(o,n.width))break r;if(n.da)break r;if((n.da||ne(o.ca.S))&&mr(),11>o.ca.S||(alert("todo:WebPInitConvertARGBToYUV"),null!=o.ca.f.kb.F&&mr()),o.Pb&&0<o.s.ua&&null==o.s.vb.X&&!L(o.s.vb,o.s.Wa.Xa)){o.a=1;break r}o.xb=0}if(!Ee(o,o.V,o.Ba,o.c,o.i,n.o,xe))break r;i.Dc=o.Ma,o=1;break t}t(0!=o.a),o=0}o=!o}o&&(r=e.a)}else r=e.a}else{if(null==(e=new Ge)){s=1;break e}if(e.Fa=i.na,e.P=i.P,e.qc=i.Sa,Ke(e,o)){if(0==(r=Dr(o.width,o.height,s.Oa,s.ba))){if(e.Aa=0,n=s.Oa,t(null!=(i=e)),null!=n){if(0<(l=0>(l=n.Md)?0:100<l?255:255*l/100)){for(u=f=0;4>u;++u)12>(h=i.pb[u]).lc&&(h.ia=l*Uo[0>h.lc?0:h.lc]>>3),f|=h.ia;f&&(alert("todo:VP8InitRandom"),i.ia=1)}i.Ga=n.Id,100<i.Ga?i.Ga=100:0>i.Ga&&(i.Ga=0)}Qe(e,o)||(r=e.a)}}else r=e.a}0==r&&null!=s.Oa&&s.Oa.fd&&(r=jr(s.ba))}s=r}a=0!=s?null:11>a?c.f.RGBA.eb:c.f.kb.y}else a=null;return a};var Ho=[3,4,3,4,4,2,2,4,4,4,2,1,1]});var f=[0],h=[0],d=[],p=new Ct,g=e,m=function(e,t){var r={},n=0,o=!1,i=0,a=0;if(r.frames=[],!function(e,t,r,n){for(var o=0;o<4;o++)if(e[t+o]!="RIFF".charCodeAt(o))return!0;return!1}(e,t)){var s,f;for(u(e,t+=4),t+=8;t<e.length;){var h=c(e,t),d=u(e,t+=4);t+=4;var p=d+(1&d);switch(h){case"VP8 ":case"VP8L":void 0===r.frames[n]&&(r.frames[n]={}),(v=r.frames[n]).src_off=o?a:t-8,v.src_size=i+d+8,n++,o&&(o=!1,i=0,a=0);break;case"VP8X":(v=r.header={}).feature_flags=e[t];var g=t+4;v.canvas_width=1+l(e,g),g+=3,v.canvas_height=1+l(e,g),g+=3;break;case"ALPH":o=!0,i=p+8,a=t-8;break;case"ANIM":(v=r.header).bgcolor=u(e,t),g=t+4,v.loop_count=(s=e)[(f=g)+0]|s[f+1]<<8,g+=2;break;case"ANMF":var m,v;(v=r.frames[n]={}).offset_x=2*l(e,t),t+=3,v.offset_y=2*l(e,t),t+=3,v.width=1+l(e,t),t+=3,v.height=1+l(e,t),t+=3,v.duration=l(e,t),t+=3,m=e[t++],v.dispose=1&m,v.blend=m>>1&1}"ANMF"!=h&&(t+=p)}return r}}(g,0);m.response=g,m.rgbaoutput=!0,m.dataurl=!1;var v=m.header?m.header:null,b=m.frames?m.frames:null;if(v){v.loop_counter=v.loop_count,f=[v.canvas_height],h=[v.canvas_width];for(var y=0;y<b.length&&0!=b[y].blend;y++);}var w=b[0],S=p.WebPDecodeRGBA(g,w.src_off,w.src_size,h,f);w.rgba=S,w.imgwidth=h[0],w.imgheight=f[0];for(var x=0;x<h[0]*f[0]*4;x++)d[x]=S[x];return this.width=h,this.height=f,this.data=d,this}!function(e){var t=function(t,n,c,l){var u=4,f=i;switch(l){case e.image_compression.FAST:u=1,f=o;break;case e.image_compression.MEDIUM:u=6,f=a;break;case e.image_compression.SLOW:u=9,f=s}var h=yt(t=r(t,n,c,f),{level:u});return e.__addimage__.arrayBufferToBinaryString(h)},r=function(e,t,r,n){for(var o,i,a,s=e.length/t,c=new Uint8Array(e.length+s),f=l(),h=0;h<s;h+=1){if(a=h*t,o=e.subarray(a,a+t),n)c.set(n(o,r,i),a+h);else{for(var d,p=f.length,g=[];d<p;d+=1)g[d]=f[d](o,r,i);var m=u(g.concat());c.set(g[m],a+h)}i=o}return c},n=function(e){var t=Array.apply([],e);return t.unshift(0),t},o=function(e,t){var r,n=[],o=e.length;n[0]=1;for(var i=0;i<o;i+=1)r=e[i-t]||0,n[i+1]=e[i]-r+256&255;return n},i=function(e,t,r){var n,o=[],i=e.length;o[0]=2;for(var a=0;a<i;a+=1)n=r&&r[a]||0,o[a+1]=e[a]-n+256&255;return o},a=function(e,t,r){var n,o,i=[],a=e.length;i[0]=3;for(var s=0;s<a;s+=1)n=e[s-t]||0,o=r&&r[s]||0,i[s+1]=e[s]+256-(n+o>>>1)&255;return i},s=function(e,t,r){var n,o,i,a,s=[],l=e.length;s[0]=4;for(var u=0;u<l;u+=1)n=e[u-t]||0,o=r&&r[u]||0,i=r&&r[u-t]||0,a=c(n,o,i),s[u+1]=e[u]-a+256&255;return s},c=function(e,t,r){if(e===t&&t===r)return e;var n=Math.abs(t-r),o=Math.abs(e-r),i=Math.abs(e+t-r-r);return n<=o&&n<=i?e:o<=i?t:r},l=function(){return[n,o,i,a,s]},u=function(e){var t=e.map((function(e){return e.reduce((function(e,t){return e+Math.abs(t)}),0)}));return t.indexOf(Math.min.apply(null,t))};e.processPNG=function(r,n,o,i){var a,s,c,l,u,f,h,d,p,g,m,v,b,y,w,S=this.decode.FLATE_DECODE,x="";if(this.__addimage__.isArrayBuffer(r)&&(r=new Uint8Array(r)),this.__addimage__.isArrayBufferView(r)){if(r=(c=new At(r)).imgData,s=c.bits,a=c.colorSpace,u=c.colors,-1!==[4,6].indexOf(c.colorType)){if(8===c.bits){p=(d=32==c.pixelBitlength?new Uint32Array(c.decodePixels().buffer):16==c.pixelBitlength?new Uint16Array(c.decodePixels().buffer):new Uint8Array(c.decodePixels().buffer)).length,m=new Uint8Array(p*c.colors),g=new Uint8Array(p);var k,T=c.pixelBitlength-c.bits;for(y=0,w=0;y<p;y++){for(b=d[y],k=0;k<T;)m[w++]=b>>>k&255,k+=c.bits;g[y]=b>>>k&255}}if(16===c.bits){p=(d=new Uint32Array(c.decodePixels().buffer)).length,m=new Uint8Array(p*(32/c.pixelBitlength)*c.colors),g=new Uint8Array(p*(32/c.pixelBitlength)),v=c.colors>1,y=0,w=0;for(var A=0;y<p;)b=d[y++],m[w++]=b>>>0&255,v&&(m[w++]=b>>>16&255,b=d[y++],m[w++]=b>>>0&255),g[A++]=b>>>16&255;s=8}i!==e.image_compression.NONE?(r=t(m,c.width*c.colors,c.colors,i),h=t(g,c.width,1,i)):(r=m,h=g,S=void 0)}if(3===c.colorType&&(a=this.color_spaces.INDEXED,f=c.palette,c.transparency.indexed)){var E=c.transparency.indexed,_=0;for(y=0,p=E.length;y<p;++y)_+=E[y];if((_/=255)==p-1&&-1!==E.indexOf(0))l=[E.indexOf(0)];else if(_!==p){for(d=c.decodePixels(),g=new Uint8Array(d.length),y=0,p=d.length;y<p;y++)g[y]=E[d[y]];h=t(g,c.width,1)}}var O=function(t){var r;switch(t){case e.image_compression.FAST:r=11;break;case e.image_compression.MEDIUM:r=13;break;case e.image_compression.SLOW:r=14;break;default:r=12}return r}(i);return S===this.decode.FLATE_DECODE&&(x="/Predictor "+O+" "),x+="/Colors "+u+" /BitsPerComponent "+s+" /Columns "+c.width,(this.__addimage__.isArrayBuffer(r)||this.__addimage__.isArrayBufferView(r))&&(r=this.__addimage__.arrayBufferToBinaryString(r)),(h&&this.__addimage__.isArrayBuffer(h)||this.__addimage__.isArrayBufferView(h))&&(h=this.__addimage__.arrayBufferToBinaryString(h)),{alias:o,data:r,index:n,filter:S,decodeParameters:x,transparency:l,palette:f,sMask:h,predictor:O,width:c.width,height:c.height,bitsPerComponent:s,colorSpace:a}}}}(P.API),function(e){e.processGIF89A=function(t,r,n,o){var i=new Et(t),a=i.width,s=i.height,c=[];i.decodeAndBlitFrameRGBA(0,c);var l={data:c,width:a,height:s},u=new Ot(100).encode(l,100);return e.processJPEG.call(this,u,r,n,o)},e.processGIF87A=e.processGIF89A}(P.API),Nt.prototype.parseHeader=function(){if(this.fileSize=this.datav.getUint32(this.pos,!0),this.pos+=4,this.reserved=this.datav.getUint32(this.pos,!0),this.pos+=4,this.offset=this.datav.getUint32(this.pos,!0),this.pos+=4,this.headerSize=this.datav.getUint32(this.pos,!0),this.pos+=4,this.width=this.datav.getUint32(this.pos,!0),this.pos+=4,this.height=this.datav.getInt32(this.pos,!0),this.pos+=4,this.planes=this.datav.getUint16(this.pos,!0),this.pos+=2,this.bitPP=this.datav.getUint16(this.pos,!0),this.pos+=2,this.compress=this.datav.getUint32(this.pos,!0),this.pos+=4,this.rawSize=this.datav.getUint32(this.pos,!0),this.pos+=4,this.hr=this.datav.getUint32(this.pos,!0),this.pos+=4,this.vr=this.datav.getUint32(this.pos,!0),this.pos+=4,this.colors=this.datav.getUint32(this.pos,!0),this.pos+=4,this.importantColors=this.datav.getUint32(this.pos,!0),this.pos+=4,16===this.bitPP&&this.is_with_alpha&&(this.bitPP=15),this.bitPP<15){var e=0===this.colors?1<<this.bitPP:this.colors;this.palette=new Array(e);for(var t=0;t<e;t++){var r=this.datav.getUint8(this.pos++,!0),n=this.datav.getUint8(this.pos++,!0),o=this.datav.getUint8(this.pos++,!0),i=this.datav.getUint8(this.pos++,!0);this.palette[t]={red:o,green:n,blue:r,quad:i}}}this.height<0&&(this.height*=-1,this.bottom_up=!1)},Nt.prototype.parseBGR=function(){this.pos=this.offset;try{var e="bit"+this.bitPP,t=this.width*this.height*4;this.data=new Uint8Array(t),this[e]()}catch(e){n.log("bit decode error:"+e)}},Nt.prototype.bit1=function(){var e,t=Math.ceil(this.width/8),r=t%4;for(e=this.height-1;e>=0;e--){for(var n=this.bottom_up?e:this.height-1-e,o=0;o<t;o++)for(var i=this.datav.getUint8(this.pos++,!0),a=n*this.width*4+8*o*4,s=0;s<8&&8*o+s<this.width;s++){var c=this.palette[i>>7-s&1];this.data[a+4*s]=c.blue,this.data[a+4*s+1]=c.green,this.data[a+4*s+2]=c.red,this.data[a+4*s+3]=255}0!==r&&(this.pos+=4-r)}},Nt.prototype.bit4=function(){for(var e=Math.ceil(this.width/2),t=e%4,r=this.height-1;r>=0;r--){for(var n=this.bottom_up?r:this.height-1-r,o=0;o<e;o++){var i=this.datav.getUint8(this.pos++,!0),a=n*this.width*4+2*o*4,s=i>>4,c=15&i,l=this.palette[s];if(this.data[a]=l.blue,this.data[a+1]=l.green,this.data[a+2]=l.red,this.data[a+3]=255,2*o+1>=this.width)break;l=this.palette[c],this.data[a+4]=l.blue,this.data[a+4+1]=l.green,this.data[a+4+2]=l.red,this.data[a+4+3]=255}0!==t&&(this.pos+=4-t)}},Nt.prototype.bit8=function(){for(var e=this.width%4,t=this.height-1;t>=0;t--){for(var r=this.bottom_up?t:this.height-1-t,n=0;n<this.width;n++){var o=this.datav.getUint8(this.pos++,!0),i=r*this.width*4+4*n;if(o<this.palette.length){var a=this.palette[o];this.data[i]=a.red,this.data[i+1]=a.green,this.data[i+2]=a.blue,this.data[i+3]=255}else this.data[i]=255,this.data[i+1]=255,this.data[i+2]=255,this.data[i+3]=255}0!==e&&(this.pos+=4-e)}},Nt.prototype.bit15=function(){for(var e=this.width%3,t=parseInt("11111",2),r=this.height-1;r>=0;r--){for(var n=this.bottom_up?r:this.height-1-r,o=0;o<this.width;o++){var i=this.datav.getUint16(this.pos,!0);this.pos+=2;var a=(i&t)/t*255|0,s=(i>>5&t)/t*255|0,c=(i>>10&t)/t*255|0,l=i>>15?255:0,u=n*this.width*4+4*o;this.data[u]=c,this.data[u+1]=s,this.data[u+2]=a,this.data[u+3]=l}this.pos+=e}},Nt.prototype.bit16=function(){for(var e=this.width%3,t=parseInt("11111",2),r=parseInt("111111",2),n=this.height-1;n>=0;n--){for(var o=this.bottom_up?n:this.height-1-n,i=0;i<this.width;i++){var a=this.datav.getUint16(this.pos,!0);this.pos+=2;var s=(a&t)/t*255|0,c=(a>>5&r)/r*255|0,l=(a>>11)/t*255|0,u=o*this.width*4+4*i;this.data[u]=l,this.data[u+1]=c,this.data[u+2]=s,this.data[u+3]=255}this.pos+=e}},Nt.prototype.bit24=function(){for(var e=this.height-1;e>=0;e--){for(var t=this.bottom_up?e:this.height-1-e,r=0;r<this.width;r++){var n=this.datav.getUint8(this.pos++,!0),o=this.datav.getUint8(this.pos++,!0),i=this.datav.getUint8(this.pos++,!0),a=t*this.width*4+4*r;this.data[a]=i,this.data[a+1]=o,this.data[a+2]=n,this.data[a+3]=255}this.pos+=this.width%4}},Nt.prototype.bit32=function(){for(var e=this.height-1;e>=0;e--)for(var t=this.bottom_up?e:this.height-1-e,r=0;r<this.width;r++){var n=this.datav.getUint8(this.pos++,!0),o=this.datav.getUint8(this.pos++,!0),i=this.datav.getUint8(this.pos++,!0),a=this.datav.getUint8(this.pos++,!0),s=t*this.width*4+4*r;this.data[s]=i,this.data[s+1]=o,this.data[s+2]=n,this.data[s+3]=a}},Nt.prototype.getData=function(){return this.data},function(e){e.processBMP=function(t,r,n,o){var i=new Nt(t,!1),a=i.width,s=i.height,c={data:i.getData(),width:a,height:s},l=new Ot(100).encode(c,100);return e.processJPEG.call(this,l,r,n,o)}}(P.API),Ct.prototype.getData=function(){return this.data},function(e){e.processWEBP=function(t,r,n,o){var i=new Ct(t,!1),a=i.width,s=i.height,c={data:i.getData(),width:a,height:s},l=new Ot(100).encode(c,100);return e.processJPEG.call(this,l,r,n,o)}}(P.API),function(e){e.setLanguage=function(e){return void 0===this.internal.languageSettings&&(this.internal.languageSettings={},this.internal.languageSettings.isSubscribed=!1),void 0!=={af:"Afrikaans",sq:"Albanian",ar:"Arabic (Standard)","ar-DZ":"Arabic (Algeria)","ar-BH":"Arabic (Bahrain)","ar-EG":"Arabic (Egypt)","ar-IQ":"Arabic (Iraq)","ar-JO":"Arabic (Jordan)","ar-KW":"Arabic (Kuwait)","ar-LB":"Arabic (Lebanon)","ar-LY":"Arabic (Libya)","ar-MA":"Arabic (Morocco)","ar-OM":"Arabic (Oman)","ar-QA":"Arabic (Qatar)","ar-SA":"Arabic (Saudi Arabia)","ar-SY":"Arabic (Syria)","ar-TN":"Arabic (Tunisia)","ar-AE":"Arabic (U.A.E.)","ar-YE":"Arabic (Yemen)",an:"Aragonese",hy:"Armenian",as:"Assamese",ast:"Asturian",az:"Azerbaijani",eu:"Basque",be:"Belarusian",bn:"Bengali",bs:"Bosnian",br:"Breton",bg:"Bulgarian",my:"Burmese",ca:"Catalan",ch:"Chamorro",ce:"Chechen",zh:"Chinese","zh-HK":"Chinese (Hong Kong)","zh-CN":"Chinese (PRC)","zh-SG":"Chinese (Singapore)","zh-TW":"Chinese (Taiwan)",cv:"Chuvash",co:"Corsican",cr:"Cree",hr:"Croatian",cs:"Czech",da:"Danish",nl:"Dutch (Standard)","nl-BE":"Dutch (Belgian)",en:"English","en-AU":"English (Australia)","en-BZ":"English (Belize)","en-CA":"English (Canada)","en-IE":"English (Ireland)","en-JM":"English (Jamaica)","en-NZ":"English (New Zealand)","en-PH":"English (Philippines)","en-ZA":"English (South Africa)","en-TT":"English (Trinidad & Tobago)","en-GB":"English (United Kingdom)","en-US":"English (United States)","en-ZW":"English (Zimbabwe)",eo:"Esperanto",et:"Estonian",fo:"Faeroese",fj:"Fijian",fi:"Finnish",fr:"French (Standard)","fr-BE":"French (Belgium)","fr-CA":"French (Canada)","fr-FR":"French (France)","fr-LU":"French (Luxembourg)","fr-MC":"French (Monaco)","fr-CH":"French (Switzerland)",fy:"Frisian",fur:"Friulian",gd:"Gaelic (Scots)","gd-IE":"Gaelic (Irish)",gl:"Galacian",ka:"Georgian",de:"German (Standard)","de-AT":"German (Austria)","de-DE":"German (Germany)","de-LI":"German (Liechtenstein)","de-LU":"German (Luxembourg)","de-CH":"German (Switzerland)",el:"Greek",gu:"Gujurati",ht:"Haitian",he:"Hebrew",hi:"Hindi",hu:"Hungarian",is:"Icelandic",id:"Indonesian",iu:"Inuktitut",ga:"Irish",it:"Italian (Standard)","it-CH":"Italian (Switzerland)",ja:"Japanese",kn:"Kannada",ks:"Kashmiri",kk:"Kazakh",km:"Khmer",ky:"Kirghiz",tlh:"Klingon",ko:"Korean","ko-KP":"Korean (North Korea)","ko-KR":"Korean (South Korea)",la:"Latin",lv:"Latvian",lt:"Lithuanian",lb:"Luxembourgish",mk:"FYRO Macedonian",ms:"Malay",ml:"Malayalam",mt:"Maltese",mi:"Maori",mr:"Marathi",mo:"Moldavian",nv:"Navajo",ng:"Ndonga",ne:"Nepali",no:"Norwegian",nb:"Norwegian (Bokmal)",nn:"Norwegian (Nynorsk)",oc:"Occitan",or:"Oriya",om:"Oromo",fa:"Persian","fa-IR":"Persian/Iran",pl:"Polish",pt:"Portuguese","pt-BR":"Portuguese (Brazil)",pa:"Punjabi","pa-IN":"Punjabi (India)","pa-PK":"Punjabi (Pakistan)",qu:"Quechua",rm:"Rhaeto-Romanic",ro:"Romanian","ro-MO":"Romanian (Moldavia)",ru:"Russian","ru-MO":"Russian (Moldavia)",sz:"Sami (Lappish)",sg:"Sango",sa:"Sanskrit",sc:"Sardinian",sd:"Sindhi",si:"Singhalese",sr:"Serbian",sk:"Slovak",sl:"Slovenian",so:"Somani",sb:"Sorbian",es:"Spanish","es-AR":"Spanish (Argentina)","es-BO":"Spanish (Bolivia)","es-CL":"Spanish (Chile)","es-CO":"Spanish (Colombia)","es-CR":"Spanish (Costa Rica)","es-DO":"Spanish (Dominican Republic)","es-EC":"Spanish (Ecuador)","es-SV":"Spanish (El Salvador)","es-GT":"Spanish (Guatemala)","es-HN":"Spanish (Honduras)","es-MX":"Spanish (Mexico)","es-NI":"Spanish (Nicaragua)","es-PA":"Spanish (Panama)","es-PY":"Spanish (Paraguay)","es-PE":"Spanish (Peru)","es-PR":"Spanish (Puerto Rico)","es-ES":"Spanish (Spain)","es-UY":"Spanish (Uruguay)","es-VE":"Spanish (Venezuela)",sx:"Sutu",sw:"Swahili",sv:"Swedish","sv-FI":"Swedish (Finland)","sv-SV":"Swedish (Sweden)",ta:"Tamil",tt:"Tatar",te:"Teluga",th:"Thai",tig:"Tigre",ts:"Tsonga",tn:"Tswana",tr:"Turkish",tk:"Turkmen",uk:"Ukrainian",hsb:"Upper Sorbian",ur:"Urdu",ve:"Venda",vi:"Vietnamese",vo:"Volapuk",wa:"Walloon",cy:"Welsh",xh:"Xhosa",ji:"Yiddish",zu:"Zulu"}[e]&&(this.internal.languageSettings.languageCode=e,!1===this.internal.languageSettings.isSubscribed&&(this.internal.events.subscribe("putCatalog",(function(){this.internal.write("/Lang ("+this.internal.languageSettings.languageCode+")")})),this.internal.languageSettings.isSubscribed=!0)),this}}(P.API),wt=P.API,St=wt.getCharWidthsArray=function(e,t){var r,n,o=(t=t||{}).font||this.internal.getFont(),i=t.fontSize||this.internal.getFontSize(),a=t.charSpace||this.internal.getCharSpace(),s=t.widths?t.widths:o.metadata.Unicode.widths,c=s.fof?s.fof:1,l=t.kerning?t.kerning:o.metadata.Unicode.kerning,u=l.fof?l.fof:1,f=!1!==t.doKerning,h=0,d=e.length,p=0,g=s[0]||c,m=[];for(r=0;r<d;r++)n=e.charCodeAt(r),"function"==typeof o.metadata.widthOfString?m.push((o.metadata.widthOfGlyph(o.metadata.characterToGlyph(n))+a*(1e3/i)||0)/1e3):(h=f&&"object"==typeof l[n]&&!isNaN(parseInt(l[n][p],10))?l[n][p]/u:0,m.push((s[n]||g)/c+h)),p=n;return m},xt=wt.getStringUnitWidth=function(e,t){var r=(t=t||{}).fontSize||this.internal.getFontSize(),n=t.font||this.internal.getFont(),o=t.charSpace||this.internal.getCharSpace();return wt.processArabic&&(e=wt.processArabic(e)),"function"==typeof n.metadata.widthOfString?n.metadata.widthOfString(e,r,o)/r:St.apply(this,arguments).reduce((function(e,t){return e+t}),0)},kt=function(e,t,r,n){for(var o=[],i=0,a=e.length,s=0;i!==a&&s+t[i]<r;)s+=t[i],i++;o.push(e.slice(0,i));var c=i;for(s=0;i!==a;)s+t[i]>n&&(o.push(e.slice(c,i)),s=0,c=i),s+=t[i],i++;return c!==i&&o.push(e.slice(c,i)),o},Tt=function(e,t,r){r||(r={});var n,o,i,a,s,c,l,u=[],f=[u],h=r.textIndent||0,d=0,p=0,g=e.split(" "),m=St.apply(this,[" ",r])[0];if(c=-1===r.lineIndent?g[0].length+2:r.lineIndent||0){var v=Array(c).join(" "),b=[];g.map((function(e){(e=e.split(/\s*\n/)).length>1?b=b.concat(e.map((function(e,t){return(t&&e.length?"\n":"")+e}))):b.push(e[0])})),g=b,c=xt.apply(this,[v,r])}for(i=0,a=g.length;i<a;i++){var y=0;if(n=g[i],c&&"\n"==n[0]&&(n=n.substr(1),y=1),h+d+(p=(o=St.apply(this,[n,r])).reduce((function(e,t){return e+t}),0))>t||y){if(p>t){for(s=kt.apply(this,[n,o,t-(h+d),t]),u.push(s.shift()),u=[s.pop()];s.length;)f.push([s.shift()]);p=o.slice(n.length-(u[0]?u[0].length:0)).reduce((function(e,t){return e+t}),0)}else u=[n];f.push(u),h=p+c,d=m}else u.push(n),h+=d+p,d=m}return l=c?function(e,t){return(t?v:"")+e.join(" ")}:function(e){return e.join(" ")},f.map(l)},wt.splitTextToSize=function(e,t,r){var n,o=(r=r||{}).fontSize||this.internal.getFontSize(),i=function(e){if(e.widths&&e.kerning)return{widths:e.widths,kerning:e.kerning};var t=this.internal.getFont(e.fontName,e.fontStyle);return t.metadata.Unicode?{widths:t.metadata.Unicode.widths||{0:1},kerning:t.metadata.Unicode.kerning||{}}:{font:t.metadata,fontSize:this.internal.getFontSize(),charSpace:this.internal.getCharSpace()}}.call(this,r);n=Array.isArray(e)?e:String(e).split(/\r?\n/);var a=1*this.internal.scaleFactor*t/o;i.textIndent=r.textIndent?1*r.textIndent*this.internal.scaleFactor/o:0,i.lineIndent=r.lineIndent;var s,c,l=[];for(s=0,c=n.length;s<c;s++)l=l.concat(Tt.apply(this,[n[s],a,i]));return l},function(e){e.__fontmetrics__=e.__fontmetrics__||{};for(var t="klmnopqrstuvwxyz",r={},n={},o=0;o<16;o++)r[t[o]]="0123456789abcdef"[o],n["0123456789abcdef"[o]]=t[o];var i=function(e){return"0x"+parseInt(e,10).toString(16)},a=e.__fontmetrics__.compress=function(e){var t,r,o,s,c=["{"];for(var l in e){if(t=e[l],isNaN(parseInt(l,10))?r="'"+l+"'":(l=parseInt(l,10),r=(r=i(l).slice(2)).slice(0,-1)+n[r.slice(-1)]),"number"==typeof t)t<0?(o=i(t).slice(3),s="-"):(o=i(t).slice(2),s=""),o=s+o.slice(0,-1)+n[o.slice(-1)];else{if("object"!=typeof t)throw new Error("Don't know what to do with value type "+typeof t+".");o=a(t)}c.push(r+o)}return c.push("}"),c.join("")},s=e.__fontmetrics__.uncompress=function(e){if("string"!=typeof e)throw new Error("Invalid argument passed to uncompress.");for(var t,n,o,i,a={},s=1,c=a,l=[],u="",f="",h=e.length-1,d=1;d<h;d+=1)"'"==(i=e[d])?t?(o=t.join(""),t=void 0):t=[]:t?t.push(i):"{"==i?(l.push([c,o]),c={},o=void 0):"}"==i?((n=l.pop())[0][n[1]]=c,o=void 0,c=n[0]):"-"==i?s=-1:void 0===o?r.hasOwnProperty(i)?(u+=r[i],o=parseInt(u,16)*s,s=1,u=""):u+=i:r.hasOwnProperty(i)?(f+=r[i],c[o]=parseInt(f,16)*s,s=1,o=void 0,f=""):f+=i;return a},c={codePages:["WinAnsiEncoding"],WinAnsiEncoding:s("{19m8n201n9q201o9r201s9l201t9m201u8m201w9n201x9o201y8o202k8q202l8r202m9p202q8p20aw8k203k8t203t8v203u9v2cq8s212m9t15m8w15n9w2dw9s16k8u16l9u17s9z17x8y17y9y}")},l={Unicode:{Courier:c,"Courier-Bold":c,"Courier-BoldOblique":c,"Courier-Oblique":c,Helvetica:c,"Helvetica-Bold":c,"Helvetica-BoldOblique":c,"Helvetica-Oblique":c,"Times-Roman":c,"Times-Bold":c,"Times-BoldItalic":c,"Times-Italic":c}},u={Unicode:{"Courier-Oblique":s("{'widths'{k3w'fof'6o}'kerning'{'fof'-6o}}"),"Times-BoldItalic":s("{'widths'{k3o2q4ycx2r201n3m201o6o201s2l201t2l201u2l201w3m201x3m201y3m2k1t2l2r202m2n2n3m2o3m2p5n202q6o2r1w2s2l2t2l2u3m2v3t2w1t2x2l2y1t2z1w3k3m3l3m3m3m3n3m3o3m3p3m3q3m3r3m3s3m203t2l203u2l3v2l3w3t3x3t3y3t3z3m4k5n4l4m4m4m4n4m4o4s4p4m4q4m4r4s4s4y4t2r4u3m4v4m4w3x4x5t4y4s4z4s5k3x5l4s5m4m5n3r5o3x5p4s5q4m5r5t5s4m5t3x5u3x5v2l5w1w5x2l5y3t5z3m6k2l6l3m6m3m6n2w6o3m6p2w6q2l6r3m6s3r6t1w6u1w6v3m6w1w6x4y6y3r6z3m7k3m7l3m7m2r7n2r7o1w7p3r7q2w7r4m7s3m7t2w7u2r7v2n7w1q7x2n7y3t202l3mcl4mal2ram3man3mao3map3mar3mas2lat4uau1uav3maw3way4uaz2lbk2sbl3t'fof'6obo2lbp3tbq3mbr1tbs2lbu1ybv3mbz3mck4m202k3mcm4mcn4mco4mcp4mcq5ycr4mcs4mct4mcu4mcv4mcw2r2m3rcy2rcz2rdl4sdm4sdn4sdo4sdp4sdq4sds4sdt4sdu4sdv4sdw4sdz3mek3mel3mem3men3meo3mep3meq4ser2wes2wet2weu2wev2wew1wex1wey1wez1wfl3rfm3mfn3mfo3mfp3mfq3mfr3tfs3mft3rfu3rfv3rfw3rfz2w203k6o212m6o2dw2l2cq2l3t3m3u2l17s3x19m3m}'kerning'{cl{4qu5kt5qt5rs17ss5ts}201s{201ss}201t{cks4lscmscnscoscpscls2wu2yu201ts}201x{2wu2yu}2k{201ts}2w{4qx5kx5ou5qx5rs17su5tu}2x{17su5tu5ou}2y{4qx5kx5ou5qx5rs17ss5ts}'fof'-6ofn{17sw5tw5ou5qw5rs}7t{cksclscmscnscoscps4ls}3u{17su5tu5os5qs}3v{17su5tu5os5qs}7p{17su5tu}ck{4qu5kt5qt5rs17ss5ts}4l{4qu5kt5qt5rs17ss5ts}cm{4qu5kt5qt5rs17ss5ts}cn{4qu5kt5qt5rs17ss5ts}co{4qu5kt5qt5rs17ss5ts}cp{4qu5kt5qt5rs17ss5ts}6l{4qu5ou5qw5rt17su5tu}5q{ckuclucmucnucoucpu4lu}5r{ckuclucmucnucoucpu4lu}7q{cksclscmscnscoscps4ls}6p{4qu5ou5qw5rt17sw5tw}ek{4qu5ou5qw5rt17su5tu}el{4qu5ou5qw5rt17su5tu}em{4qu5ou5qw5rt17su5tu}en{4qu5ou5qw5rt17su5tu}eo{4qu5ou5qw5rt17su5tu}ep{4qu5ou5qw5rt17su5tu}es{17ss5ts5qs4qu}et{4qu5ou5qw5rt17sw5tw}eu{4qu5ou5qw5rt17ss5ts}ev{17ss5ts5qs4qu}6z{17sw5tw5ou5qw5rs}fm{17sw5tw5ou5qw5rs}7n{201ts}fo{17sw5tw5ou5qw5rs}fp{17sw5tw5ou5qw5rs}fq{17sw5tw5ou5qw5rs}7r{cksclscmscnscoscps4ls}fs{17sw5tw5ou5qw5rs}ft{17su5tu}fu{17su5tu}fv{17su5tu}fw{17su5tu}fz{cksclscmscnscoscps4ls}}}"),"Helvetica-Bold":s("{'widths'{k3s2q4scx1w201n3r201o6o201s1w201t1w201u1w201w3m201x3m201y3m2k1w2l2l202m2n2n3r2o3r2p5t202q6o2r1s2s2l2t2l2u2r2v3u2w1w2x2l2y1w2z1w3k3r3l3r3m3r3n3r3o3r3p3r3q3r3r3r3s3r203t2l203u2l3v2l3w3u3x3u3y3u3z3x4k6l4l4s4m4s4n4s4o4s4p4m4q3x4r4y4s4s4t1w4u3r4v4s4w3x4x5n4y4s4z4y5k4m5l4y5m4s5n4m5o3x5p4s5q4m5r5y5s4m5t4m5u3x5v2l5w1w5x2l5y3u5z3r6k2l6l3r6m3x6n3r6o3x6p3r6q2l6r3x6s3x6t1w6u1w6v3r6w1w6x5t6y3x6z3x7k3x7l3x7m2r7n3r7o2l7p3x7q3r7r4y7s3r7t3r7u3m7v2r7w1w7x2r7y3u202l3rcl4sal2lam3ran3rao3rap3rar3ras2lat4tau2pav3raw3uay4taz2lbk2sbl3u'fof'6obo2lbp3xbq3rbr1wbs2lbu2obv3rbz3xck4s202k3rcm4scn4sco4scp4scq6ocr4scs4mct4mcu4mcv4mcw1w2m2zcy1wcz1wdl4sdm4ydn4ydo4ydp4ydq4yds4ydt4sdu4sdv4sdw4sdz3xek3rel3rem3ren3reo3rep3req5ter3res3ret3reu3rev3rew1wex1wey1wez1wfl3xfm3xfn3xfo3xfp3xfq3xfr3ufs3xft3xfu3xfv3xfw3xfz3r203k6o212m6o2dw2l2cq2l3t3r3u2l17s4m19m3r}'kerning'{cl{4qs5ku5ot5qs17sv5tv}201t{2ww4wy2yw}201w{2ks}201x{2ww4wy2yw}2k{201ts201xs}2w{7qs4qu5kw5os5qw5rs17su5tu7tsfzs}2x{5ow5qs}2y{7qs4qu5kw5os5qw5rs17su5tu7tsfzs}'fof'-6o7p{17su5tu5ot}ck{4qs5ku5ot5qs17sv5tv}4l{4qs5ku5ot5qs17sv5tv}cm{4qs5ku5ot5qs17sv5tv}cn{4qs5ku5ot5qs17sv5tv}co{4qs5ku5ot5qs17sv5tv}cp{4qs5ku5ot5qs17sv5tv}6l{17st5tt5os}17s{2kwclvcmvcnvcovcpv4lv4wwckv}5o{2kucltcmtcntcotcpt4lt4wtckt}5q{2ksclscmscnscoscps4ls4wvcks}5r{2ks4ws}5t{2kwclvcmvcnvcovcpv4lv4wwckv}eo{17st5tt5os}fu{17su5tu5ot}6p{17ss5ts}ek{17st5tt5os}el{17st5tt5os}em{17st5tt5os}en{17st5tt5os}6o{201ts}ep{17st5tt5os}es{17ss5ts}et{17ss5ts}eu{17ss5ts}ev{17ss5ts}6z{17su5tu5os5qt}fm{17su5tu5os5qt}fn{17su5tu5os5qt}fo{17su5tu5os5qt}fp{17su5tu5os5qt}fq{17su5tu5os5qt}fs{17su5tu5os5qt}ft{17su5tu5ot}7m{5os}fv{17su5tu5ot}fw{17su5tu5ot}}}"),Courier:s("{'widths'{k3w'fof'6o}'kerning'{'fof'-6o}}"),"Courier-BoldOblique":s("{'widths'{k3w'fof'6o}'kerning'{'fof'-6o}}"),"Times-Bold":s("{'widths'{k3q2q5ncx2r201n3m201o6o201s2l201t2l201u2l201w3m201x3m201y3m2k1t2l2l202m2n2n3m2o3m2p6o202q6o2r1w2s2l2t2l2u3m2v3t2w1t2x2l2y1t2z1w3k3m3l3m3m3m3n3m3o3m3p3m3q3m3r3m3s3m203t2l203u2l3v2l3w3t3x3t3y3t3z3m4k5x4l4s4m4m4n4s4o4s4p4m4q3x4r4y4s4y4t2r4u3m4v4y4w4m4x5y4y4s4z4y5k3x5l4y5m4s5n3r5o4m5p4s5q4s5r6o5s4s5t4s5u4m5v2l5w1w5x2l5y3u5z3m6k2l6l3m6m3r6n2w6o3r6p2w6q2l6r3m6s3r6t1w6u2l6v3r6w1w6x5n6y3r6z3m7k3r7l3r7m2w7n2r7o2l7p3r7q3m7r4s7s3m7t3m7u2w7v2r7w1q7x2r7y3o202l3mcl4sal2lam3man3mao3map3mar3mas2lat4uau1yav3maw3tay4uaz2lbk2sbl3t'fof'6obo2lbp3rbr1tbs2lbu2lbv3mbz3mck4s202k3mcm4scn4sco4scp4scq6ocr4scs4mct4mcu4mcv4mcw2r2m3rcy2rcz2rdl4sdm4ydn4ydo4ydp4ydq4yds4ydt4sdu4sdv4sdw4sdz3rek3mel3mem3men3meo3mep3meq4ser2wes2wet2weu2wev2wew1wex1wey1wez1wfl3rfm3mfn3mfo3mfp3mfq3mfr3tfs3mft3rfu3rfv3rfw3rfz3m203k6o212m6o2dw2l2cq2l3t3m3u2l17s4s19m3m}'kerning'{cl{4qt5ks5ot5qy5rw17sv5tv}201t{cks4lscmscnscoscpscls4wv}2k{201ts}2w{4qu5ku7mu5os5qx5ru17su5tu}2x{17su5tu5ou5qs}2y{4qv5kv7mu5ot5qz5ru17su5tu}'fof'-6o7t{cksclscmscnscoscps4ls}3u{17su5tu5os5qu}3v{17su5tu5os5qu}fu{17su5tu5ou5qu}7p{17su5tu5ou5qu}ck{4qt5ks5ot5qy5rw17sv5tv}4l{4qt5ks5ot5qy5rw17sv5tv}cm{4qt5ks5ot5qy5rw17sv5tv}cn{4qt5ks5ot5qy5rw17sv5tv}co{4qt5ks5ot5qy5rw17sv5tv}cp{4qt5ks5ot5qy5rw17sv5tv}6l{17st5tt5ou5qu}17s{ckuclucmucnucoucpu4lu4wu}5o{ckuclucmucnucoucpu4lu4wu}5q{ckzclzcmzcnzcozcpz4lz4wu}5r{ckxclxcmxcnxcoxcpx4lx4wu}5t{ckuclucmucnucoucpu4lu4wu}7q{ckuclucmucnucoucpu4lu}6p{17sw5tw5ou5qu}ek{17st5tt5qu}el{17st5tt5ou5qu}em{17st5tt5qu}en{17st5tt5qu}eo{17st5tt5qu}ep{17st5tt5ou5qu}es{17ss5ts5qu}et{17sw5tw5ou5qu}eu{17sw5tw5ou5qu}ev{17ss5ts5qu}6z{17sw5tw5ou5qu5rs}fm{17sw5tw5ou5qu5rs}fn{17sw5tw5ou5qu5rs}fo{17sw5tw5ou5qu5rs}fp{17sw5tw5ou5qu5rs}fq{17sw5tw5ou5qu5rs}7r{cktcltcmtcntcotcpt4lt5os}fs{17sw5tw5ou5qu5rs}ft{17su5tu5ou5qu}7m{5os}fv{17su5tu5ou5qu}fw{17su5tu5ou5qu}fz{cksclscmscnscoscps4ls}}}"),Symbol:s("{'widths'{k3uaw4r19m3m2k1t2l2l202m2y2n3m2p5n202q6o3k3m2s2l2t2l2v3r2w1t3m3m2y1t2z1wbk2sbl3r'fof'6o3n3m3o3m3p3m3q3m3r3m3s3m3t3m3u1w3v1w3w3r3x3r3y3r3z2wbp3t3l3m5v2l5x2l5z3m2q4yfr3r7v3k7w1o7x3k}'kerning'{'fof'-6o}}"),Helvetica:s("{'widths'{k3p2q4mcx1w201n3r201o6o201s1q201t1q201u1q201w2l201x2l201y2l2k1w2l1w202m2n2n3r2o3r2p5t202q6o2r1n2s2l2t2l2u2r2v3u2w1w2x2l2y1w2z1w3k3r3l3r3m3r3n3r3o3r3p3r3q3r3r3r3s3r203t2l203u2l3v1w3w3u3x3u3y3u3z3r4k6p4l4m4m4m4n4s4o4s4p4m4q3x4r4y4s4s4t1w4u3m4v4m4w3r4x5n4y4s4z4y5k4m5l4y5m4s5n4m5o3x5p4s5q4m5r5y5s4m5t4m5u3x5v1w5w1w5x1w5y2z5z3r6k2l6l3r6m3r6n3m6o3r6p3r6q1w6r3r6s3r6t1q6u1q6v3m6w1q6x5n6y3r6z3r7k3r7l3r7m2l7n3m7o1w7p3r7q3m7r4s7s3m7t3m7u3m7v2l7w1u7x2l7y3u202l3rcl4mal2lam3ran3rao3rap3rar3ras2lat4tau2pav3raw3uay4taz2lbk2sbl3u'fof'6obo2lbp3rbr1wbs2lbu2obv3rbz3xck4m202k3rcm4mcn4mco4mcp4mcq6ocr4scs4mct4mcu4mcv4mcw1w2m2ncy1wcz1wdl4sdm4ydn4ydo4ydp4ydq4yds4ydt4sdu4sdv4sdw4sdz3xek3rel3rem3ren3reo3rep3req5ter3mes3ret3reu3rev3rew1wex1wey1wez1wfl3rfm3rfn3rfo3rfp3rfq3rfr3ufs3xft3rfu3rfv3rfw3rfz3m203k6o212m6o2dw2l2cq2l3t3r3u1w17s4m19m3r}'kerning'{5q{4wv}cl{4qs5kw5ow5qs17sv5tv}201t{2wu4w1k2yu}201x{2wu4wy2yu}17s{2ktclucmucnu4otcpu4lu4wycoucku}2w{7qs4qz5k1m17sy5ow5qx5rsfsu5ty7tufzu}2x{17sy5ty5oy5qs}2y{7qs4qz5k1m17sy5ow5qx5rsfsu5ty7tufzu}'fof'-6o7p{17sv5tv5ow}ck{4qs5kw5ow5qs17sv5tv}4l{4qs5kw5ow5qs17sv5tv}cm{4qs5kw5ow5qs17sv5tv}cn{4qs5kw5ow5qs17sv5tv}co{4qs5kw5ow5qs17sv5tv}cp{4qs5kw5ow5qs17sv5tv}6l{17sy5ty5ow}do{17st5tt}4z{17st5tt}7s{fst}dm{17st5tt}dn{17st5tt}5o{ckwclwcmwcnwcowcpw4lw4wv}dp{17st5tt}dq{17st5tt}7t{5ow}ds{17st5tt}5t{2ktclucmucnu4otcpu4lu4wycoucku}fu{17sv5tv5ow}6p{17sy5ty5ow5qs}ek{17sy5ty5ow}el{17sy5ty5ow}em{17sy5ty5ow}en{5ty}eo{17sy5ty5ow}ep{17sy5ty5ow}es{17sy5ty5qs}et{17sy5ty5ow5qs}eu{17sy5ty5ow5qs}ev{17sy5ty5ow5qs}6z{17sy5ty5ow5qs}fm{17sy5ty5ow5qs}fn{17sy5ty5ow5qs}fo{17sy5ty5ow5qs}fp{17sy5ty5qs}fq{17sy5ty5ow5qs}7r{5ow}fs{17sy5ty5ow5qs}ft{17sv5tv5ow}7m{5ow}fv{17sv5tv5ow}fw{17sv5tv5ow}}}"),"Helvetica-BoldOblique":s("{'widths'{k3s2q4scx1w201n3r201o6o201s1w201t1w201u1w201w3m201x3m201y3m2k1w2l2l202m2n2n3r2o3r2p5t202q6o2r1s2s2l2t2l2u2r2v3u2w1w2x2l2y1w2z1w3k3r3l3r3m3r3n3r3o3r3p3r3q3r3r3r3s3r203t2l203u2l3v2l3w3u3x3u3y3u3z3x4k6l4l4s4m4s4n4s4o4s4p4m4q3x4r4y4s4s4t1w4u3r4v4s4w3x4x5n4y4s4z4y5k4m5l4y5m4s5n4m5o3x5p4s5q4m5r5y5s4m5t4m5u3x5v2l5w1w5x2l5y3u5z3r6k2l6l3r6m3x6n3r6o3x6p3r6q2l6r3x6s3x6t1w6u1w6v3r6w1w6x5t6y3x6z3x7k3x7l3x7m2r7n3r7o2l7p3x7q3r7r4y7s3r7t3r7u3m7v2r7w1w7x2r7y3u202l3rcl4sal2lam3ran3rao3rap3rar3ras2lat4tau2pav3raw3uay4taz2lbk2sbl3u'fof'6obo2lbp3xbq3rbr1wbs2lbu2obv3rbz3xck4s202k3rcm4scn4sco4scp4scq6ocr4scs4mct4mcu4mcv4mcw1w2m2zcy1wcz1wdl4sdm4ydn4ydo4ydp4ydq4yds4ydt4sdu4sdv4sdw4sdz3xek3rel3rem3ren3reo3rep3req5ter3res3ret3reu3rev3rew1wex1wey1wez1wfl3xfm3xfn3xfo3xfp3xfq3xfr3ufs3xft3xfu3xfv3xfw3xfz3r203k6o212m6o2dw2l2cq2l3t3r3u2l17s4m19m3r}'kerning'{cl{4qs5ku5ot5qs17sv5tv}201t{2ww4wy2yw}201w{2ks}201x{2ww4wy2yw}2k{201ts201xs}2w{7qs4qu5kw5os5qw5rs17su5tu7tsfzs}2x{5ow5qs}2y{7qs4qu5kw5os5qw5rs17su5tu7tsfzs}'fof'-6o7p{17su5tu5ot}ck{4qs5ku5ot5qs17sv5tv}4l{4qs5ku5ot5qs17sv5tv}cm{4qs5ku5ot5qs17sv5tv}cn{4qs5ku5ot5qs17sv5tv}co{4qs5ku5ot5qs17sv5tv}cp{4qs5ku5ot5qs17sv5tv}6l{17st5tt5os}17s{2kwclvcmvcnvcovcpv4lv4wwckv}5o{2kucltcmtcntcotcpt4lt4wtckt}5q{2ksclscmscnscoscps4ls4wvcks}5r{2ks4ws}5t{2kwclvcmvcnvcovcpv4lv4wwckv}eo{17st5tt5os}fu{17su5tu5ot}6p{17ss5ts}ek{17st5tt5os}el{17st5tt5os}em{17st5tt5os}en{17st5tt5os}6o{201ts}ep{17st5tt5os}es{17ss5ts}et{17ss5ts}eu{17ss5ts}ev{17ss5ts}6z{17su5tu5os5qt}fm{17su5tu5os5qt}fn{17su5tu5os5qt}fo{17su5tu5os5qt}fp{17su5tu5os5qt}fq{17su5tu5os5qt}fs{17su5tu5os5qt}ft{17su5tu5ot}7m{5os}fv{17su5tu5ot}fw{17su5tu5ot}}}"),ZapfDingbats:s("{'widths'{k4u2k1w'fof'6o}'kerning'{'fof'-6o}}"),"Courier-Bold":s("{'widths'{k3w'fof'6o}'kerning'{'fof'-6o}}"),"Times-Italic":s("{'widths'{k3n2q4ycx2l201n3m201o5t201s2l201t2l201u2l201w3r201x3r201y3r2k1t2l2l202m2n2n3m2o3m2p5n202q5t2r1p2s2l2t2l2u3m2v4n2w1t2x2l2y1t2z1w3k3m3l3m3m3m3n3m3o3m3p3m3q3m3r3m3s3m203t2l203u2l3v2l3w4n3x4n3y4n3z3m4k5w4l3x4m3x4n4m4o4s4p3x4q3x4r4s4s4s4t2l4u2w4v4m4w3r4x5n4y4m4z4s5k3x5l4s5m3x5n3m5o3r5p4s5q3x5r5n5s3x5t3r5u3r5v2r5w1w5x2r5y2u5z3m6k2l6l3m6m3m6n2w6o3m6p2w6q1w6r3m6s3m6t1w6u1w6v2w6w1w6x4s6y3m6z3m7k3m7l3m7m2r7n2r7o1w7p3m7q2w7r4m7s2w7t2w7u2r7v2s7w1v7x2s7y3q202l3mcl3xal2ram3man3mao3map3mar3mas2lat4wau1vav3maw4nay4waz2lbk2sbl4n'fof'6obo2lbp3mbq3obr1tbs2lbu1zbv3mbz3mck3x202k3mcm3xcn3xco3xcp3xcq5tcr4mcs3xct3xcu3xcv3xcw2l2m2ucy2lcz2ldl4mdm4sdn4sdo4sdp4sdq4sds4sdt4sdu4sdv4sdw4sdz3mek3mel3mem3men3meo3mep3meq4mer2wes2wet2weu2wev2wew1wex1wey1wez1wfl3mfm3mfn3mfo3mfp3mfq3mfr4nfs3mft3mfu3mfv3mfw3mfz2w203k6o212m6m2dw2l2cq2l3t3m3u2l17s3r19m3m}'kerning'{cl{5kt4qw}201s{201sw}201t{201tw2wy2yy6q-t}201x{2wy2yy}2k{201tw}2w{7qs4qy7rs5ky7mw5os5qx5ru17su5tu}2x{17ss5ts5os}2y{7qs4qy7rs5ky7mw5os5qx5ru17su5tu}'fof'-6o6t{17ss5ts5qs}7t{5os}3v{5qs}7p{17su5tu5qs}ck{5kt4qw}4l{5kt4qw}cm{5kt4qw}cn{5kt4qw}co{5kt4qw}cp{5kt4qw}6l{4qs5ks5ou5qw5ru17su5tu}17s{2ks}5q{ckvclvcmvcnvcovcpv4lv}5r{ckuclucmucnucoucpu4lu}5t{2ks}6p{4qs5ks5ou5qw5ru17su5tu}ek{4qs5ks5ou5qw5ru17su5tu}el{4qs5ks5ou5qw5ru17su5tu}em{4qs5ks5ou5qw5ru17su5tu}en{4qs5ks5ou5qw5ru17su5tu}eo{4qs5ks5ou5qw5ru17su5tu}ep{4qs5ks5ou5qw5ru17su5tu}es{5ks5qs4qs}et{4qs5ks5ou5qw5ru17su5tu}eu{4qs5ks5qw5ru17su5tu}ev{5ks5qs4qs}ex{17ss5ts5qs}6z{4qv5ks5ou5qw5ru17su5tu}fm{4qv5ks5ou5qw5ru17su5tu}fn{4qv5ks5ou5qw5ru17su5tu}fo{4qv5ks5ou5qw5ru17su5tu}fp{4qv5ks5ou5qw5ru17su5tu}fq{4qv5ks5ou5qw5ru17su5tu}7r{5os}fs{4qv5ks5ou5qw5ru17su5tu}ft{17su5tu5qs}fu{17su5tu5qs}fv{17su5tu5qs}fw{17su5tu5qs}}}"),"Times-Roman":s("{'widths'{k3n2q4ycx2l201n3m201o6o201s2l201t2l201u2l201w2w201x2w201y2w2k1t2l2l202m2n2n3m2o3m2p5n202q6o2r1m2s2l2t2l2u3m2v3s2w1t2x2l2y1t2z1w3k3m3l3m3m3m3n3m3o3m3p3m3q3m3r3m3s3m203t2l203u2l3v1w3w3s3x3s3y3s3z2w4k5w4l4s4m4m4n4m4o4s4p3x4q3r4r4s4s4s4t2l4u2r4v4s4w3x4x5t4y4s4z4s5k3r5l4s5m4m5n3r5o3x5p4s5q4s5r5y5s4s5t4s5u3x5v2l5w1w5x2l5y2z5z3m6k2l6l2w6m3m6n2w6o3m6p2w6q2l6r3m6s3m6t1w6u1w6v3m6w1w6x4y6y3m6z3m7k3m7l3m7m2l7n2r7o1w7p3m7q3m7r4s7s3m7t3m7u2w7v3k7w1o7x3k7y3q202l3mcl4sal2lam3man3mao3map3mar3mas2lat4wau1vav3maw3say4waz2lbk2sbl3s'fof'6obo2lbp3mbq2xbr1tbs2lbu1zbv3mbz2wck4s202k3mcm4scn4sco4scp4scq5tcr4mcs3xct3xcu3xcv3xcw2l2m2tcy2lcz2ldl4sdm4sdn4sdo4sdp4sdq4sds4sdt4sdu4sdv4sdw4sdz3mek2wel2wem2wen2weo2wep2weq4mer2wes2wet2weu2wev2wew1wex1wey1wez1wfl3mfm3mfn3mfo3mfp3mfq3mfr3sfs3mft3mfu3mfv3mfw3mfz3m203k6o212m6m2dw2l2cq2l3t3m3u1w17s4s19m3m}'kerning'{cl{4qs5ku17sw5ou5qy5rw201ss5tw201ws}201s{201ss}201t{ckw4lwcmwcnwcowcpwclw4wu201ts}2k{201ts}2w{4qs5kw5os5qx5ru17sx5tx}2x{17sw5tw5ou5qu}2y{4qs5kw5os5qx5ru17sx5tx}'fof'-6o7t{ckuclucmucnucoucpu4lu5os5rs}3u{17su5tu5qs}3v{17su5tu5qs}7p{17sw5tw5qs}ck{4qs5ku17sw5ou5qy5rw201ss5tw201ws}4l{4qs5ku17sw5ou5qy5rw201ss5tw201ws}cm{4qs5ku17sw5ou5qy5rw201ss5tw201ws}cn{4qs5ku17sw5ou5qy5rw201ss5tw201ws}co{4qs5ku17sw5ou5qy5rw201ss5tw201ws}cp{4qs5ku17sw5ou5qy5rw201ss5tw201ws}6l{17su5tu5os5qw5rs}17s{2ktclvcmvcnvcovcpv4lv4wuckv}5o{ckwclwcmwcnwcowcpw4lw4wu}5q{ckyclycmycnycoycpy4ly4wu5ms}5r{cktcltcmtcntcotcpt4lt4ws}5t{2ktclvcmvcnvcovcpv4lv4wuckv}7q{cksclscmscnscoscps4ls}6p{17su5tu5qw5rs}ek{5qs5rs}el{17su5tu5os5qw5rs}em{17su5tu5os5qs5rs}en{17su5qs5rs}eo{5qs5rs}ep{17su5tu5os5qw5rs}es{5qs}et{17su5tu5qw5rs}eu{17su5tu5qs5rs}ev{5qs}6z{17sv5tv5os5qx5rs}fm{5os5qt5rs}fn{17sv5tv5os5qx5rs}fo{17sv5tv5os5qx5rs}fp{5os5qt5rs}fq{5os5qt5rs}7r{ckuclucmucnucoucpu4lu5os}fs{17sv5tv5os5qx5rs}ft{17ss5ts5qs}fu{17sw5tw5qs}fv{17sw5tw5qs}fw{17ss5ts5qs}fz{ckuclucmucnucoucpu4lu5os5rs}}}"),"Helvetica-Oblique":s("{'widths'{k3p2q4mcx1w201n3r201o6o201s1q201t1q201u1q201w2l201x2l201y2l2k1w2l1w202m2n2n3r2o3r2p5t202q6o2r1n2s2l2t2l2u2r2v3u2w1w2x2l2y1w2z1w3k3r3l3r3m3r3n3r3o3r3p3r3q3r3r3r3s3r203t2l203u2l3v1w3w3u3x3u3y3u3z3r4k6p4l4m4m4m4n4s4o4s4p4m4q3x4r4y4s4s4t1w4u3m4v4m4w3r4x5n4y4s4z4y5k4m5l4y5m4s5n4m5o3x5p4s5q4m5r5y5s4m5t4m5u3x5v1w5w1w5x1w5y2z5z3r6k2l6l3r6m3r6n3m6o3r6p3r6q1w6r3r6s3r6t1q6u1q6v3m6w1q6x5n6y3r6z3r7k3r7l3r7m2l7n3m7o1w7p3r7q3m7r4s7s3m7t3m7u3m7v2l7w1u7x2l7y3u202l3rcl4mal2lam3ran3rao3rap3rar3ras2lat4tau2pav3raw3uay4taz2lbk2sbl3u'fof'6obo2lbp3rbr1wbs2lbu2obv3rbz3xck4m202k3rcm4mcn4mco4mcp4mcq6ocr4scs4mct4mcu4mcv4mcw1w2m2ncy1wcz1wdl4sdm4ydn4ydo4ydp4ydq4yds4ydt4sdu4sdv4sdw4sdz3xek3rel3rem3ren3reo3rep3req5ter3mes3ret3reu3rev3rew1wex1wey1wez1wfl3rfm3rfn3rfo3rfp3rfq3rfr3ufs3xft3rfu3rfv3rfw3rfz3m203k6o212m6o2dw2l2cq2l3t3r3u1w17s4m19m3r}'kerning'{5q{4wv}cl{4qs5kw5ow5qs17sv5tv}201t{2wu4w1k2yu}201x{2wu4wy2yu}17s{2ktclucmucnu4otcpu4lu4wycoucku}2w{7qs4qz5k1m17sy5ow5qx5rsfsu5ty7tufzu}2x{17sy5ty5oy5qs}2y{7qs4qz5k1m17sy5ow5qx5rsfsu5ty7tufzu}'fof'-6o7p{17sv5tv5ow}ck{4qs5kw5ow5qs17sv5tv}4l{4qs5kw5ow5qs17sv5tv}cm{4qs5kw5ow5qs17sv5tv}cn{4qs5kw5ow5qs17sv5tv}co{4qs5kw5ow5qs17sv5tv}cp{4qs5kw5ow5qs17sv5tv}6l{17sy5ty5ow}do{17st5tt}4z{17st5tt}7s{fst}dm{17st5tt}dn{17st5tt}5o{ckwclwcmwcnwcowcpw4lw4wv}dp{17st5tt}dq{17st5tt}7t{5ow}ds{17st5tt}5t{2ktclucmucnu4otcpu4lu4wycoucku}fu{17sv5tv5ow}6p{17sy5ty5ow5qs}ek{17sy5ty5ow}el{17sy5ty5ow}em{17sy5ty5ow}en{5ty}eo{17sy5ty5ow}ep{17sy5ty5ow}es{17sy5ty5qs}et{17sy5ty5ow5qs}eu{17sy5ty5ow5qs}ev{17sy5ty5ow5qs}6z{17sy5ty5ow5qs}fm{17sy5ty5ow5qs}fn{17sy5ty5ow5qs}fo{17sy5ty5ow5qs}fp{17sy5ty5qs}fq{17sy5ty5ow5qs}7r{5ow}fs{17sy5ty5ow5qs}ft{17sv5tv5ow}7m{5ow}fv{17sv5tv5ow}fw{17sv5tv5ow}}}")}};e.events.push(["addFont",function(e){var t=e.font,r=u.Unicode[t.postScriptName];r&&(t.metadata.Unicode={},t.metadata.Unicode.widths=r.widths,t.metadata.Unicode.kerning=r.kerning);var n=l.Unicode[t.postScriptName];n&&(t.metadata.Unicode.encoding=n,t.encoding=n.codePages[0])}])}(P.API),function(e){var t=function(e){for(var t=e.length,r=new Uint8Array(t),n=0;n<t;n++)r[n]=e.charCodeAt(n);return r};e.API.events.push(["addFont",function(r){var n=void 0,o=r.font,i=r.instance;if(!o.isStandardFont){if(void 0===i)throw new Error("Font does not exist in vFS, import fonts or remove declaration doc.addFont('"+o.postScriptName+"').");if("string"!=typeof(n=!1===i.existsFileInVFS(o.postScriptName)?i.loadFile(o.postScriptName):i.getFileFromVFS(o.postScriptName)))throw new Error("Font is not stored as string-data in vFS, import fonts or remove declaration doc.addFont('"+o.postScriptName+"').");!function(r,n){n=/^\x00\x01\x00\x00/.test(n)?t(n):t(s(n)),r.metadata=e.API.TTFFont.open(n),r.metadata.Unicode=r.metadata.Unicode||{encoding:{},kerning:{},widths:[]},r.metadata.glyIdsUsed=[0]}(o,n)}}])}(P),function(r){function o(){return(t.canvg?Promise.resolve(t.canvg):"object"==typeof e&&"undefined"!=typeof module?new Promise((function(e,t){try{e(require("canvg"))}catch(e){t(e)}})):"function"==typeof define&&define.amd?new Promise((function(e,t){try{require(["canvg"],e)}catch(e){t(e)}})):Promise.reject(new Error("Could not load canvg"))).catch((function(e){return Promise.reject(new Error("Could not load canvg: "+e))})).then((function(e){return e.default?e.default:e}))}r.addSvgAsImage=function(e,t,r,i,a,s,c,l){if(isNaN(t)||isNaN(r))throw n.error("jsPDF.addSvgAsImage: Invalid coordinates",arguments),new Error("Invalid coordinates passed to jsPDF.addSvgAsImage");if(isNaN(i)||isNaN(a))throw n.error("jsPDF.addSvgAsImage: Invalid measurements",arguments),new Error("Invalid measurements (width and/or height) passed to jsPDF.addSvgAsImage");var u=document.createElement("canvas");u.width=i,u.height=a;var f=u.getContext("2d");f.fillStyle="#fff",f.fillRect(0,0,u.width,u.height);var h={ignoreMouse:!0,ignoreAnimation:!0,ignoreDimensions:!0},d=this;return o().then((function(t){return t.fromString(f,e,h)}),(function(){return Promise.reject(new Error("Could not load canvg."))})).then((function(e){return e.render(h)})).then((function(){d.addImage(u.toDataURL("image/jpeg",1),t,r,i,a,c,l)}))}}(P.API),function(e){e.putTotalPages=function(e){var t,r=0;parseInt(this.internal.getFont().id.substr(1),10)<15?(t=new RegExp(e,"g"),r=this.internal.getNumberOfPages()):(t=new RegExp(this.pdfEscape16(e,this.internal.getFont()),"g"),r=this.pdfEscape16(this.internal.getNumberOfPages()+"",this.internal.getFont()));for(var n=1;n<=this.internal.getNumberOfPages();n++)for(var o=0;o<this.internal.pages[n].length;o++)this.internal.pages[n][o]=this.internal.pages[n][o].replace(t,r);return this}}(P.API),function(e){e.viewerPreferences=function(e,t){var r;e=e||{},t=t||!1;var n,o,i,a={HideToolbar:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},HideMenubar:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},HideWindowUI:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},FitWindow:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},CenterWindow:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.3},DisplayDocTitle:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.4},NonFullScreenPageMode:{defaultValue:"UseNone",value:"UseNone",type:"name",explicitSet:!1,valueSet:["UseNone","UseOutlines","UseThumbs","UseOC"],pdfVersion:1.3},Direction:{defaultValue:"L2R",value:"L2R",type:"name",explicitSet:!1,valueSet:["L2R","R2L"],pdfVersion:1.3},ViewArea:{defaultValue:"CropBox",value:"CropBox",type:"name",explicitSet:!1,valueSet:["MediaBox","CropBox","TrimBox","BleedBox","ArtBox"],pdfVersion:1.4},ViewClip:{defaultValue:"CropBox",value:"CropBox",type:"name",explicitSet:!1,valueSet:["MediaBox","CropBox","TrimBox","BleedBox","ArtBox"],pdfVersion:1.4},PrintArea:{defaultValue:"CropBox",value:"CropBox",type:"name",explicitSet:!1,valueSet:["MediaBox","CropBox","TrimBox","BleedBox","ArtBox"],pdfVersion:1.4},PrintClip:{defaultValue:"CropBox",value:"CropBox",type:"name",explicitSet:!1,valueSet:["MediaBox","CropBox","TrimBox","BleedBox","ArtBox"],pdfVersion:1.4},PrintScaling:{defaultValue:"AppDefault",value:"AppDefault",type:"name",explicitSet:!1,valueSet:["AppDefault","None"],pdfVersion:1.6},Duplex:{defaultValue:"",value:"none",type:"name",explicitSet:!1,valueSet:["Simplex","DuplexFlipShortEdge","DuplexFlipLongEdge","none"],pdfVersion:1.7},PickTrayByPDFSize:{defaultValue:!1,value:!1,type:"boolean",explicitSet:!1,valueSet:[!0,!1],pdfVersion:1.7},PrintPageRange:{defaultValue:"",value:"",type:"array",explicitSet:!1,valueSet:null,pdfVersion:1.7},NumCopies:{defaultValue:1,value:1,type:"integer",explicitSet:!1,valueSet:null,pdfVersion:1.7}},s=Object.keys(a),c=[],l=0,u=0,f=0;function h(e,t){var r,n=!1;for(r=0;r<e.length;r+=1)e[r]===t&&(n=!0);return n}if(void 0===this.internal.viewerpreferences&&(this.internal.viewerpreferences={},this.internal.viewerpreferences.configuration=JSON.parse(JSON.stringify(a)),this.internal.viewerpreferences.isSubscribed=!1),r=this.internal.viewerpreferences.configuration,"reset"===e||!0===t){var d=s.length;for(f=0;f<d;f+=1)r[s[f]].value=r[s[f]].defaultValue,r[s[f]].explicitSet=!1}if("object"==typeof e)for(o in e)if(i=e[o],h(s,o)&&void 0!==i){if("boolean"===r[o].type&&"boolean"==typeof i)r[o].value=i;else if("name"===r[o].type&&h(r[o].valueSet,i))r[o].value=i;else if("integer"===r[o].type&&Number.isInteger(i))r[o].value=i;else if("array"===r[o].type){for(l=0;l<i.length;l+=1)if(n=!0,1===i[l].length&&"number"==typeof i[l][0])c.push(String(i[l]-1));else if(i[l].length>1){for(u=0;u<i[l].length;u+=1)"number"!=typeof i[l][u]&&(n=!1);!0===n&&c.push([i[l][0]-1,i[l][1]-1].join(" "))}r[o].value="["+c.join(" ")+"]"}else r[o].value=r[o].defaultValue;r[o].explicitSet=!0}return!1===this.internal.viewerpreferences.isSubscribed&&(this.internal.events.subscribe("putCatalog",(function(){var e,t=[];for(e in r)!0===r[e].explicitSet&&("name"===r[e].type?t.push("/"+e+" /"+r[e].value):t.push("/"+e+" "+r[e].value));0!==t.length&&this.internal.write("/ViewerPreferences\n<<\n"+t.join("\n")+"\n>>")})),this.internal.viewerpreferences.isSubscribed=!0),this.internal.viewerpreferences.configuration=r,this}}(P.API),function(e){var t=function(){var e='<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="" xmlns:jspdf="'+this.internal.__metadata__.namespaceuri+'"><jspdf:metadata>',t=unescape(encodeURIComponent('<x:xmpmeta xmlns:x="adobe:ns:meta/">')),r=unescape(encodeURIComponent(e)),n=unescape(encodeURIComponent(this.internal.__metadata__.metadata)),o=unescape(encodeURIComponent("</jspdf:metadata></rdf:Description></rdf:RDF>")),i=unescape(encodeURIComponent("</x:xmpmeta>")),a=r.length+n.length+o.length+t.length+i.length;this.internal.__metadata__.metadata_object_number=this.internal.newObject(),this.internal.write("<< /Type /Metadata /Subtype /XML /Length "+a+" >>"),this.internal.write("stream"),this.internal.write(t+r+n+o+i),this.internal.write("endstream"),this.internal.write("endobj")},r=function(){this.internal.__metadata__.metadata_object_number&&this.internal.write("/Metadata "+this.internal.__metadata__.metadata_object_number+" 0 R")};e.addMetadata=function(e,n){return void 0===this.internal.__metadata__&&(this.internal.__metadata__={metadata:e,namespaceuri:n||"http://jspdf.default.namespaceuri/"},this.internal.events.subscribe("putCatalog",r),this.internal.events.subscribe("postPutResources",t)),this}}(P.API),function(e){var t=e.API,r=t.pdfEscape16=function(e,t){for(var r,n=t.metadata.Unicode.widths,o=["","0","00","000","0000"],i=[""],a=0,s=e.length;a<s;++a){if(r=t.metadata.characterToGlyph(e.charCodeAt(a)),t.metadata.glyIdsUsed.push(r),t.metadata.toUnicode[r]=e.charCodeAt(a),-1==n.indexOf(r)&&(n.push(r),n.push([parseInt(t.metadata.widthOfGlyph(r),10)])),"0"==r)return i.join("");r=r.toString(16),i.push(o[4-r.length],r)}return i.join("")},n=function(e){var t,r,n,o,i,a,s;for(i="/CIDInit /ProcSet findresource begin\n12 dict begin\nbegincmap\n/CIDSystemInfo <<\n /Registry (Adobe)\n /Ordering (UCS)\n /Supplement 0\n>> def\n/CMapName /Adobe-Identity-UCS def\n/CMapType 2 def\n1 begincodespacerange\n<0000><ffff>\nendcodespacerange",n=[],a=0,s=(r=Object.keys(e).sort((function(e,t){return e-t}))).length;a<s;a++)t=r[a],n.length>=100&&(i+="\n"+n.length+" beginbfchar\n"+n.join("\n")+"\nendbfchar",n=[]),void 0!==e[t]&&null!==e[t]&&"function"==typeof e[t].toString&&(o=("0000"+e[t].toString(16)).slice(-4),t=("0000"+(+t).toString(16)).slice(-4),n.push("<"+t+"><"+o+">"));return n.length&&(i+="\n"+n.length+" beginbfchar\n"+n.join("\n")+"\nendbfchar\n"),i+"endcmap\nCMapName currentdict /CMap defineresource pop\nend\nend"};t.events.push(["putFont",function(t){!function(t){var r=t.font,o=t.out,i=t.newObject,a=t.putStream,s=t.pdfEscapeWithNeededParanthesis;if(r.metadata instanceof e.API.TTFFont&&"Identity-H"===r.encoding){for(var c=r.metadata.Unicode.widths,l=r.metadata.subset.encode(r.metadata.glyIdsUsed,1),u="",f=0;f<l.length;f++)u+=String.fromCharCode(l[f]);var h=i();a({data:u,addLength1:!0,objectId:h}),o("endobj");var d=i();a({data:n(r.metadata.toUnicode),addLength1:!0,objectId:d}),o("endobj");var p=i();o("<<"),o("/Type /FontDescriptor"),o("/FontName /"+s(r.fontName)),o("/FontFile2 "+h+" 0 R"),o("/FontBBox "+e.API.PDFObject.convert(r.metadata.bbox)),o("/Flags "+r.metadata.flags),o("/StemV "+r.metadata.stemV),o("/ItalicAngle "+r.metadata.italicAngle),o("/Ascent "+r.metadata.ascender),o("/Descent "+r.metadata.decender),o("/CapHeight "+r.metadata.capHeight),o(">>"),o("endobj");var g=i();o("<<"),o("/Type /Font"),o("/BaseFont /"+s(r.fontName)),o("/FontDescriptor "+p+" 0 R"),o("/W "+e.API.PDFObject.convert(c)),o("/CIDToGIDMap /Identity"),o("/DW 1000"),o("/Subtype /CIDFontType2"),o("/CIDSystemInfo"),o("<<"),o("/Supplement 0"),o("/Registry (Adobe)"),o("/Ordering ("+r.encoding+")"),o(">>"),o(">>"),o("endobj"),r.objectNumber=i(),o("<<"),o("/Type /Font"),o("/Subtype /Type0"),o("/ToUnicode "+d+" 0 R"),o("/BaseFont /"+s(r.fontName)),o("/Encoding /"+r.encoding),o("/DescendantFonts ["+g+" 0 R]"),o(">>"),o("endobj"),r.isAlreadyPutted=!0}}(t)}]),t.events.push(["putFont",function(t){!function(t){var r=t.font,o=t.out,i=t.newObject,a=t.putStream,s=t.pdfEscapeWithNeededParanthesis;if(r.metadata instanceof e.API.TTFFont&&"WinAnsiEncoding"===r.encoding){for(var c=r.metadata.rawData,l="",u=0;u<c.length;u++)l+=String.fromCharCode(c[u]);var f=i();a({data:l,addLength1:!0,objectId:f}),o("endobj");var h=i();a({data:n(r.metadata.toUnicode),addLength1:!0,objectId:h}),o("endobj");var d=i();o("<<"),o("/Descent "+r.metadata.decender),o("/CapHeight "+r.metadata.capHeight),o("/StemV "+r.metadata.stemV),o("/Type /FontDescriptor"),o("/FontFile2 "+f+" 0 R"),o("/Flags 96"),o("/FontBBox "+e.API.PDFObject.convert(r.metadata.bbox)),o("/FontName /"+s(r.fontName)),o("/ItalicAngle "+r.metadata.italicAngle),o("/Ascent "+r.metadata.ascender),o(">>"),o("endobj"),r.objectNumber=i();for(var p=0;p<r.metadata.hmtx.widths.length;p++)r.metadata.hmtx.widths[p]=parseInt(r.metadata.hmtx.widths[p]*(1e3/r.metadata.head.unitsPerEm));o("<</Subtype/TrueType/Type/Font/ToUnicode "+h+" 0 R/BaseFont/"+s(r.fontName)+"/FontDescriptor "+d+" 0 R/Encoding/"+r.encoding+" /FirstChar 29 /LastChar 255 /Widths "+e.API.PDFObject.convert(r.metadata.hmtx.widths)+">>"),o("endobj"),r.isAlreadyPutted=!0}}(t)}]);var o=function(e){var t,n=e.text||"",o=e.x,i=e.y,a=e.options||{},s=e.mutex||{},c=s.pdfEscape,l=s.activeFontKey,u=s.fonts,f=l,h="",d=0,p="",g=u[f].encoding;if("Identity-H"!==u[f].encoding)return{text:n,x:o,y:i,options:a,mutex:s};for(p=n,f=l,Array.isArray(n)&&(p=n[0]),d=0;d<p.length;d+=1)u[f].metadata.hasOwnProperty("cmap")&&(t=u[f].metadata.cmap.unicode.codeMap[p[d].charCodeAt(0)]),t||p[d].charCodeAt(0)<256&&u[f].metadata.hasOwnProperty("Unicode")?h+=p[d]:h+="";var m="";return parseInt(f.slice(1))<14||"WinAnsiEncoding"===g?m=c(h,f).split("").map((function(e){return e.charCodeAt(0).toString(16)})).join(""):"Identity-H"===g&&(m=r(h,u[f])),s.isHex=!0,{text:m,x:o,y:i,options:a,mutex:s}};t.events.push(["postProcessText",function(e){var t=e.text||"",r=[],n={text:t,x:e.x,y:e.y,options:e.options,mutex:e.mutex};if(Array.isArray(t)){var i=0;for(i=0;i<t.length;i+=1)Array.isArray(t[i])&&3===t[i].length?r.push([o(Object.assign({},n,{text:t[i][0]})).text,t[i][1],t[i][2]]):r.push(o(Object.assign({},n,{text:t[i]})).text);e.text=r}else e.text=o(Object.assign({},n,{text:t})).text}])}(P),function(e){var t=function(){return void 0===this.internal.vFS&&(this.internal.vFS={}),!0};e.existsFileInVFS=function(e){return t.call(this),void 0!==this.internal.vFS[e]},e.addFileToVFS=function(e,r){return t.call(this),this.internal.vFS[e]=r,this},e.getFileFromVFS=function(e){return t.call(this),void 0!==this.internal.vFS[e]?this.internal.vFS[e]:null}}(P.API),function(e){e.__bidiEngine__=e.prototype.__bidiEngine__=function(e){var r,n,o,i,a,s,c,l=t,u=[[0,3,0,1,0,0,0],[0,3,0,1,2,2,0],[0,3,0,17,2,0,1],[0,3,5,5,4,1,0],[0,3,21,21,4,0,1],[0,3,5,5,4,2,0]],f=[[2,0,1,1,0,1,0],[2,0,1,1,0,2,0],[2,0,2,1,3,2,0],[2,0,2,33,3,1,1]],h={L:0,R:1,EN:2,AN:3,N:4,B:5,S:6},d={0:0,5:1,6:2,7:3,32:4,251:5,254:6,255:7},p=["(",")","(","<",">","<","[","]","[","{","}","{","«","»","«","","","","⁅","⁆","⁅","⁽","⁾","⁽","₍","₎","₍","≤","≥","≤","〈","〉","〈","﹙","﹚","﹙","﹛","﹜","﹛","﹝","﹞","﹝","﹤","﹥","﹤"],g=new RegExp(/^([1-4|9]|1[0-9]|2[0-9]|3[0168]|4[04589]|5[012]|7[78]|159|16[0-9]|17[0-2]|21[569]|22[03489]|250)$/),m=!1,v=0;this.__bidiEngine__={};var b=function(e){var t=e.charCodeAt(),r=t>>8,n=d[r];return void 0!==n?l[256*n+(255&t)]:252===r||253===r?"AL":g.test(r)?"L":8===r?"R":"N"},y=function(e){for(var t,r=0;r<e.length;r++){if("L"===(t=b(e.charAt(r))))return!1;if("R"===t)return!0}return!1},w=function(e,t,a,s){var c,l,u,f,h=t[s];switch(h){case"L":case"R":case"LRE":case"RLE":case"LRO":case"RLO":case"PDF":m=!1;break;case"N":case"AN":break;case"EN":m&&(h="AN");break;case"AL":m=!0,h="R";break;case"WS":case"BN":h="N";break;case"CS":s<1||s+1>=t.length||"EN"!==(c=a[s-1])&&"AN"!==c||"EN"!==(l=t[s+1])&&"AN"!==l?h="N":m&&(l="AN"),h=l===c?l:"N";break;case"ES":h="EN"===(c=s>0?a[s-1]:"B")&&s+1<t.length&&"EN"===t[s+1]?"EN":"N";break;case"ET":if(s>0&&"EN"===a[s-1]){h="EN";break}if(m){h="N";break}for(u=s+1,f=t.length;u<f&&"ET"===t[u];)u++;h=u<f&&"EN"===t[u]?"EN":"N";break;case"NSM":if(o&&!i){for(f=t.length,u=s+1;u<f&&"NSM"===t[u];)u++;if(u<f){var d=e[s],p=d>=1425&&d<=2303||64286===d;if(c=t[u],p&&("R"===c||"AL"===c)){h="R";break}}}h=s<1||"B"===(c=t[s-1])?"N":a[s-1];break;case"B":m=!1,r=!0,h=v;break;case"S":n=!0,h="N"}return h},S=function(e,t,r){var n=e.split("");return r&&x(n,r,{hiLevel:v}),n.reverse(),t&&t.reverse(),n.join("")},x=function(e,t,o){var i,a,s,c,l,d=-1,p=e.length,g=0,y=[],S=v?f:u,x=[];for(m=!1,r=!1,n=!1,a=0;a<p;a++)x[a]=b(e[a]);for(s=0;s<p;s++){if(l=g,y[s]=w(e,x,y,s),i=240&(g=S[l][h[y[s]]]),g&=15,t[s]=c=S[g][5],i>0)if(16===i){for(a=d;a<s;a++)t[a]=1;d=-1}else d=-1;if(S[g][6])-1===d&&(d=s);else if(d>-1){for(a=d;a<s;a++)t[a]=c;d=-1}"B"===x[s]&&(t[s]=0),o.hiLevel|=c}n&&function(e,t,r){for(var n=0;n<r;n++)if("S"===e[n]){t[n]=v;for(var o=n-1;o>=0&&"WS"===e[o];o--)t[o]=v}}(x,t,p)},k=function(e,t,n,o,i){if(!(i.hiLevel<e)){if(1===e&&1===v&&!r)return t.reverse(),void(n&&n.reverse());for(var a,s,c,l,u=t.length,f=0;f<u;){if(o[f]>=e){for(c=f+1;c<u&&o[c]>=e;)c++;for(l=f,s=c-1;l<s;l++,s--)a=t[l],t[l]=t[s],t[s]=a,n&&(a=n[l],n[l]=n[s],n[s]=a);f=c}f++}}},T=function(e,t,r){var n=e.split(""),o={hiLevel:v};return r||(r=[]),x(n,r,o),function(e,t,r){if(0!==r.hiLevel&&c)for(var n,o=0;o<e.length;o++)1===t[o]&&(n=p.indexOf(e[o]))>=0&&(e[o]=p[n+1])}(n,r,o),k(2,n,t,r,o),k(1,n,t,r,o),n.join("")};return this.__bidiEngine__.doBidiReorder=function(e,t,r){if(function(e,t){if(t)for(var r=0;r<e.length;r++)t[r]=r;void 0===i&&(i=y(e)),void 0===s&&(s=y(e))}(e,t),o||!a||s)if(o&&a&&i^s)v=i?1:0,e=S(e,t,r);else if(!o&&a&&s)v=i?1:0,e=T(e,t,r),e=S(e,t);else if(!o||i||a||s){if(o&&!a&&i^s)e=S(e,t),i?(v=0,e=T(e,t,r)):(v=1,e=T(e,t,r),e=S(e,t));else if(o&&i&&!a&&s)v=1,e=T(e,t,r),e=S(e,t);else if(!o&&!a&&i^s){var n=c;i?(v=1,e=T(e,t,r),v=0,c=!1,e=T(e,t,r),c=n):(v=0,e=T(e,t,r),e=S(e,t),v=1,c=!1,e=T(e,t,r),c=n,e=S(e,t))}}else v=0,e=T(e,t,r);else v=i?1:0,e=T(e,t,r);return e},this.__bidiEngine__.setOptions=function(e){e&&(o=e.isInputVisual,a=e.isOutputVisual,i=e.isInputRtl,s=e.isOutputRtl,c=e.isSymmetricSwapping)},this.__bidiEngine__.setOptions(e),this.__bidiEngine__};var t=["BN","BN","BN","BN","BN","BN","BN","BN","BN","S","B","S","WS","B","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","B","B","B","S","WS","N","N","ET","ET","ET","N","N","N","N","N","ES","CS","ES","CS","CS","EN","EN","EN","EN","EN","EN","EN","EN","EN","EN","CS","N","N","N","N","N","N","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","N","N","N","N","N","N","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","N","N","N","N","BN","BN","BN","BN","BN","BN","B","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","BN","CS","N","ET","ET","ET","ET","N","N","N","N","L","N","N","BN","N","N","ET","ET","EN","EN","N","L","N","N","N","EN","L","N","N","N","N","N","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","N","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","N","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","N","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","N","N","L","L","L","L","L","L","L","N","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","N","L","N","N","N","N","N","ET","N","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","R","NSM","R","NSM","NSM","R","NSM","NSM","R","NSM","N","N","N","N","N","N","N","N","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","N","N","N","N","N","R","R","R","R","R","N","N","N","N","N","N","N","N","N","N","N","AN","AN","AN","AN","AN","AN","N","N","AL","ET","ET","AL","CS","AL","N","N","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","AL","AL","N","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","AN","AN","AN","AN","AN","AN","AN","AN","AN","AN","ET","AN","AN","AL","AL","AL","NSM","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","NSM","NSM","NSM","NSM","NSM","NSM","NSM","AN","N","NSM","NSM","NSM","NSM","NSM","NSM","AL","AL","NSM","NSM","N","NSM","NSM","NSM","NSM","AL","AL","EN","EN","EN","EN","EN","EN","EN","EN","EN","EN","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","N","AL","AL","NSM","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","N","N","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","AL","N","N","N","N","N","N","N","N","N","N","N","N","N","N","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","R","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","R","R","N","N","N","N","R","N","N","N","N","N","WS","WS","WS","WS","WS","WS","WS","WS","WS","WS","WS","BN","BN","BN","L","R","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","WS","B","LRE","RLE","PDF","LRO","RLO","CS","ET","ET","ET","ET","ET","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","CS","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","WS","BN","BN","BN","BN","BN","N","LRI","RLI","FSI","PDI","BN","BN","BN","BN","BN","BN","EN","L","N","N","EN","EN","EN","EN","EN","EN","ES","ES","N","N","N","L","EN","EN","EN","EN","EN","EN","EN","EN","EN","EN","ES","ES","N","N","N","N","L","L","L","L","L","L","L","L","L","L","L","L","L","N","N","N","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","ET","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","L","L","L","L","L","L","L","N","N","N","N","N","N","N","N","N","N","N","N","L","L","L","L","L","N","N","N","N","N","R","NSM","R","R","R","R","R","R","R","R","R","R","ES","R","R","R","R","R","R","R","R","R","R","R","R","R","N","R","R","R","R","R","N","R","N","R","R","N","R","R","N","R","R","R","R","R","R","R","R","R","R","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","NSM","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","CS","N","CS","N","N","CS","N","N","N","N","N","N","N","N","N","ET","N","N","ES","ES","N","N","N","N","N","ET","ET","N","N","N","N","N","AL","AL","AL","AL","AL","N","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","AL","N","N","BN","N","N","N","ET","ET","ET","N","N","N","N","N","ES","CS","ES","CS","CS","EN","EN","EN","EN","EN","EN","EN","EN","EN","EN","CS","N","N","N","N","N","N","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","N","N","N","N","N","N","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","N","N","N","N","N","N","N","N","N","N","N","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","L","N","N","N","L","L","L","L","L","L","N","N","L","L","L","L","L","L","N","N","L","L","L","L","L","L","N","N","L","L","L","N","N","N","ET","ET","N","N","N","ET","ET","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N","N"],r=new e.__bidiEngine__({isInputVisual:!0});e.API.events.push(["postProcessText",function(e){var t=e.text,n=(e.x,e.y,e.options||{}),o=(e.mutex,n.lang,[]);if(n.isInputVisual="boolean"!=typeof n.isInputVisual||n.isInputVisual,r.setOptions(n),"[object Array]"===Object.prototype.toString.call(t)){var i=0;for(o=[],i=0;i<t.length;i+=1)"[object Array]"===Object.prototype.toString.call(t[i])?o.push([r.doBidiReorder(t[i][0]),t[i][1],t[i][2]]):o.push([r.doBidiReorder(t[i])]);e.text=o}else e.text=r.doBidiReorder(t);r.setOptions({isInputVisual:!0})}])}(P),P.API.TTFFont=function(){function e(e){var t;if(this.rawData=e,t=this.contents=new Pt(e),this.contents.pos=4,"ttcf"===t.readString(4))throw new Error("TTCF not supported.");t.pos=0,this.parse(),this.subset=new Jt(this),this.registerTTF()}return e.open=function(t){return new e(t)},e.prototype.parse=function(){return this.directory=new Lt(this.contents),this.head=new jt(this),this.name=new Ht(this),this.cmap=new Mt(this),this.toUnicode={},this.hhea=new Bt(this),this.maxp=new Vt(this),this.hmtx=new qt(this),this.post=new Ut(this),this.os2=new Wt(this),this.loca=new Kt(this),this.glyf=new Gt(this),this.ascender=this.os2.exists&&this.os2.ascender||this.hhea.ascender,this.decender=this.os2.exists&&this.os2.decender||this.hhea.decender,this.lineGap=this.os2.exists&&this.os2.lineGap||this.hhea.lineGap,this.bbox=[this.head.xMin,this.head.yMin,this.head.xMax,this.head.yMax]},e.prototype.registerTTF=function(){var e,t,r,n,o;if(this.scaleFactor=1e3/this.head.unitsPerEm,this.bbox=function(){var t,r,n,o;for(o=[],t=0,r=(n=this.bbox).length;t<r;t++)e=n[t],o.push(Math.round(e*this.scaleFactor));return o}.call(this),this.stemV=0,this.post.exists?(r=255&(n=this.post.italic_angle),!!(32768&(t=n>>16))&&(t=-(1+(65535^t))),this.italicAngle=+(t+"."+r)):this.italicAngle=0,this.ascender=Math.round(this.ascender*this.scaleFactor),this.decender=Math.round(this.decender*this.scaleFactor),this.lineGap=Math.round(this.lineGap*this.scaleFactor),this.capHeight=this.os2.exists&&this.os2.capHeight||this.ascender,this.xHeight=this.os2.exists&&this.os2.xHeight||0,this.familyClass=(this.os2.exists&&this.os2.familyClass||0)>>8,this.isSerif=1===(o=this.familyClass)||2===o||3===o||4===o||5===o||7===o,this.isScript=10===this.familyClass,this.flags=0,this.post.isFixedPitch&&(this.flags|=1),this.isSerif&&(this.flags|=2),this.isScript&&(this.flags|=8),0!==this.italicAngle&&(this.flags|=64),this.flags|=32,!this.cmap.unicode)throw new Error("No unicode cmap for font")},e.prototype.characterToGlyph=function(e){var t;return(null!=(t=this.cmap.unicode)?t.codeMap[e]:void 0)||0},e.prototype.widthOfGlyph=function(e){var t;return t=1e3/this.head.unitsPerEm,this.hmtx.forGlyph(e).advance*t},e.prototype.widthOfString=function(e,t,r){var n,o,i,a;for(i=0,o=0,a=(e=""+e).length;0<=a?o<a:o>a;o=0<=a?++o:--o)n=e.charCodeAt(o),i+=this.widthOfGlyph(this.characterToGlyph(n))+r*(1e3/t)||0;return i*(t/1e3)},e.prototype.lineHeight=function(e,t){var r;return null==t&&(t=!1),r=t?this.lineGap:0,(this.ascender+r-this.decender)/1e3*e},e}();var Rt,Pt=function(){function e(e){this.data=null!=e?e:[],this.pos=0,this.length=this.data.length}return e.prototype.readByte=function(){return this.data[this.pos++]},e.prototype.writeByte=function(e){return this.data[this.pos++]=e},e.prototype.readUInt32=function(){return 16777216*this.readByte()+(this.readByte()<<16)+(this.readByte()<<8)+this.readByte()},e.prototype.writeUInt32=function(e){return this.writeByte(e>>>24&255),this.writeByte(e>>16&255),this.writeByte(e>>8&255),this.writeByte(255&e)},e.prototype.readInt32=function(){var e;return(e=this.readUInt32())>=2147483648?e-4294967296:e},e.prototype.writeInt32=function(e){return e<0&&(e+=4294967296),this.writeUInt32(e)},e.prototype.readUInt16=function(){return this.readByte()<<8|this.readByte()},e.prototype.writeUInt16=function(e){return this.writeByte(e>>8&255),this.writeByte(255&e)},e.prototype.readInt16=function(){var e;return(e=this.readUInt16())>=32768?e-65536:e},e.prototype.writeInt16=function(e){return e<0&&(e+=65536),this.writeUInt16(e)},e.prototype.readString=function(e){var t,r;for(r=[],t=0;0<=e?t<e:t>e;t=0<=e?++t:--t)r[t]=String.fromCharCode(this.readByte());return r.join("")},e.prototype.writeString=function(e){var t,r,n;for(n=[],t=0,r=e.length;0<=r?t<r:t>r;t=0<=r?++t:--t)n.push(this.writeByte(e.charCodeAt(t)));return n},e.prototype.readShort=function(){return this.readInt16()},e.prototype.writeShort=function(e){return this.writeInt16(e)},e.prototype.readLongLong=function(){var e,t,r,n,o,i,a,s;return e=this.readByte(),t=this.readByte(),r=this.readByte(),n=this.readByte(),o=this.readByte(),i=this.readByte(),a=this.readByte(),s=this.readByte(),128&e?-1*(72057594037927940*(255^e)+281474976710656*(255^t)+1099511627776*(255^r)+4294967296*(255^n)+16777216*(255^o)+65536*(255^i)+256*(255^a)+(255^s)+1):72057594037927940*e+281474976710656*t+1099511627776*r+4294967296*n+16777216*o+65536*i+256*a+s},e.prototype.writeLongLong=function(e){var t,r;return t=Math.floor(e/4294967296),r=4294967295&e,this.writeByte(t>>24&255),this.writeByte(t>>16&255),this.writeByte(t>>8&255),this.writeByte(255&t),this.writeByte(r>>24&255),this.writeByte(r>>16&255),this.writeByte(r>>8&255),this.writeByte(255&r)},e.prototype.readInt=function(){return this.readInt32()},e.prototype.writeInt=function(e){return this.writeInt32(e)},e.prototype.read=function(e){var t,r;for(t=[],r=0;0<=e?r<e:r>e;r=0<=e?++r:--r)t.push(this.readByte());return t},e.prototype.write=function(e){var t,r,n,o;for(o=[],r=0,n=e.length;r<n;r++)t=e[r],o.push(this.writeByte(t));return o},e}(),Lt=function(){var e;function t(e){var t,r,n;for(this.scalarType=e.readInt(),this.tableCount=e.readShort(),this.searchRange=e.readShort(),this.entrySelector=e.readShort(),this.rangeShift=e.readShort(),this.tables={},r=0,n=this.tableCount;0<=n?r<n:r>n;r=0<=n?++r:--r)t={tag:e.readString(4),checksum:e.readInt(),offset:e.readInt(),length:e.readInt()},this.tables[t.tag]=t}return t.prototype.encode=function(t){var r,n,o,i,a,s,c,l,u,f,h,d,p;for(p in h=Object.keys(t).length,s=Math.log(2),u=16*Math.floor(Math.log(h)/s),i=Math.floor(u/s),l=16*h-u,(n=new Pt).writeInt(this.scalarType),n.writeShort(h),n.writeShort(u),n.writeShort(i),n.writeShort(l),o=16*h,c=n.pos+o,a=null,d=[],t)for(f=t[p],n.writeString(p),n.writeInt(e(f)),n.writeInt(c),n.writeInt(f.length),d=d.concat(f),"head"===p&&(a=c),c+=f.length;c%4;)d.push(0),c++;return n.write(d),r=2981146554-e(n.data),n.pos=a+8,n.writeUInt32(r),n.data},e=function(e){var t,r,n,o;for(e=$t.call(e);e.length%4;)e.push(0);for(n=new Pt(e),r=0,t=0,o=e.length;t<o;t=t+=4)r+=n.readUInt32();return 4294967295&r},t}(),It={}.hasOwnProperty,Ft=function(e,t){for(var r in t)It.call(t,r)&&(e[r]=t[r]);function n(){this.constructor=e}return n.prototype=t.prototype,e.prototype=new n,e.__super__=t.prototype,e},jt=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return Ft(t,e),t.prototype.tag="head",t.prototype.parse=function(e){return e.pos=this.offset,this.version=e.readInt(),this.revision=e.readInt(),this.checkSumAdjustment=e.readInt(),this.magicNumber=e.readInt(),this.flags=e.readShort(),this.unitsPerEm=e.readShort(),this.created=e.readLongLong(),this.modified=e.readLongLong(),this.xMin=e.readShort(),this.yMin=e.readShort(),this.xMax=e.readShort(),this.yMax=e.readShort(),this.macStyle=e.readShort(),this.lowestRecPPEM=e.readShort(),this.fontDirectionHint=e.readShort(),this.indexToLocFormat=e.readShort(),this.glyphDataFormat=e.readShort()},t.prototype.encode=function(e){var t;return(t=new Pt).writeInt(this.version),t.writeInt(this.revision),t.writeInt(this.checkSumAdjustment),t.writeInt(this.magicNumber),t.writeShort(this.flags),t.writeShort(this.unitsPerEm),t.writeLongLong(this.created),t.writeLongLong(this.modified),t.writeShort(this.xMin),t.writeShort(this.yMin),t.writeShort(this.xMax),t.writeShort(this.yMax),t.writeShort(this.macStyle),t.writeShort(this.lowestRecPPEM),t.writeShort(this.fontDirectionHint),t.writeShort(e),t.writeShort(this.glyphDataFormat),t.data},t}(Rt=function(){function e(e){var t;this.file=e,t=this.file.directory.tables[this.tag],this.exists=!!t,t&&(this.offset=t.offset,this.length=t.length,this.parse(this.file.contents))}return e.prototype.parse=function(){},e.prototype.encode=function(){},e.prototype.raw=function(){return this.exists?(this.file.contents.pos=this.offset,this.file.contents.read(this.length)):null},e}()),Dt=function(){function e(e,t){var r,n,o,i,a,s,c,l,u,f,h,d,p,g,m,v,b;switch(this.platformID=e.readUInt16(),this.encodingID=e.readShort(),this.offset=t+e.readInt(),u=e.pos,e.pos=this.offset,this.format=e.readUInt16(),this.length=e.readUInt16(),this.language=e.readUInt16(),this.isUnicode=3===this.platformID&&1===this.encodingID&&4===this.format||0===this.platformID&&4===this.format,this.codeMap={},this.format){case 0:for(s=0;s<256;++s)this.codeMap[s]=e.readByte();break;case 4:for(h=e.readUInt16(),f=h/2,e.pos+=6,o=function(){var t,r;for(r=[],s=t=0;0<=f?t<f:t>f;s=0<=f?++t:--t)r.push(e.readUInt16());return r}(),e.pos+=2,p=function(){var t,r;for(r=[],s=t=0;0<=f?t<f:t>f;s=0<=f?++t:--t)r.push(e.readUInt16());return r}(),c=function(){var t,r;for(r=[],s=t=0;0<=f?t<f:t>f;s=0<=f?++t:--t)r.push(e.readUInt16());return r}(),l=function(){var t,r;for(r=[],s=t=0;0<=f?t<f:t>f;s=0<=f?++t:--t)r.push(e.readUInt16());return r}(),n=(this.length-e.pos+this.offset)/2,a=function(){var t,r;for(r=[],s=t=0;0<=n?t<n:t>n;s=0<=n?++t:--t)r.push(e.readUInt16());return r}(),s=m=0,b=o.length;m<b;s=++m)for(g=o[s],r=v=d=p[s];d<=g?v<=g:v>=g;r=d<=g?++v:--v)0===l[s]?i=r+c[s]:0!==(i=a[l[s]/2+(r-d)-(f-s)]||0)&&(i+=c[s]),this.codeMap[r]=65535&i}e.pos=u}return e.encode=function(e,t){var r,n,o,i,a,s,c,l,u,f,h,d,p,g,m,v,b,y,w,S,x,k,T,A,E,_,O,N,C,R,P,L,I,F,j,D,M,B,W,U,z,H,V,q,$,G;switch(N=new Pt,i=Object.keys(e).sort((function(e,t){return e-t})),t){case"macroman":for(p=0,g=function(){var e=[];for(d=0;d<256;++d)e.push(0);return e}(),v={0:0},o={},C=0,I=i.length;C<I;C++)null==v[V=e[n=i[C]]]&&(v[V]=++p),o[n]={old:e[n],new:v[e[n]]},g[n]=v[e[n]];return N.writeUInt16(1),N.writeUInt16(0),N.writeUInt32(12),N.writeUInt16(0),N.writeUInt16(262),N.writeUInt16(0),N.write(g),{charMap:o,subtable:N.data,maxGlyphID:p+1};case"unicode":for(_=[],u=[],b=0,v={},r={},m=c=null,R=0,F=i.length;R<F;R++)null==v[w=e[n=i[R]]]&&(v[w]=++b),r[n]={old:w,new:v[w]},a=v[w]-n,null!=m&&a===c||(m&&u.push(m),_.push(n),c=a),m=n;for(m&&u.push(m),u.push(65535),_.push(65535),A=2*(T=_.length),k=2*Math.pow(Math.log(T)/Math.LN2,2),f=Math.log(k/2)/Math.LN2,x=2*T-k,s=[],S=[],h=[],d=P=0,j=_.length;P<j;d=++P){if(E=_[d],l=u[d],65535===E){s.push(0),S.push(0);break}if(E-(O=r[E].new)>=32768)for(s.push(0),S.push(2*(h.length+T-d)),n=L=E;E<=l?L<=l:L>=l;n=E<=l?++L:--L)h.push(r[n].new);else s.push(O-E),S.push(0)}for(N.writeUInt16(3),N.writeUInt16(1),N.writeUInt32(12),N.writeUInt16(4),N.writeUInt16(16+8*T+2*h.length),N.writeUInt16(0),N.writeUInt16(A),N.writeUInt16(k),N.writeUInt16(f),N.writeUInt16(x),z=0,D=u.length;z<D;z++)n=u[z],N.writeUInt16(n);for(N.writeUInt16(0),H=0,M=_.length;H<M;H++)n=_[H],N.writeUInt16(n);for(q=0,B=s.length;q<B;q++)a=s[q],N.writeUInt16(a);for($=0,W=S.length;$<W;$++)y=S[$],N.writeUInt16(y);for(G=0,U=h.length;G<U;G++)p=h[G],N.writeUInt16(p);return{charMap:r,subtable:N.data,maxGlyphID:b+1}}},e}(),Mt=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return Ft(t,e),t.prototype.tag="cmap",t.prototype.parse=function(e){var t,r,n;for(e.pos=this.offset,this.version=e.readUInt16(),n=e.readUInt16(),this.tables=[],this.unicode=null,r=0;0<=n?r<n:r>n;r=0<=n?++r:--r)t=new Dt(e,this.offset),this.tables.push(t),t.isUnicode&&null==this.unicode&&(this.unicode=t);return!0},t.encode=function(e,t){var r,n;return null==t&&(t="macroman"),r=Dt.encode(e,t),(n=new Pt).writeUInt16(0),n.writeUInt16(1),r.table=n.data.concat(r.subtable),r},t}(Rt),Bt=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return Ft(t,e),t.prototype.tag="hhea",t.prototype.parse=function(e){return e.pos=this.offset,this.version=e.readInt(),this.ascender=e.readShort(),this.decender=e.readShort(),this.lineGap=e.readShort(),this.advanceWidthMax=e.readShort(),this.minLeftSideBearing=e.readShort(),this.minRightSideBearing=e.readShort(),this.xMaxExtent=e.readShort(),this.caretSlopeRise=e.readShort(),this.caretSlopeRun=e.readShort(),this.caretOffset=e.readShort(),e.pos+=8,this.metricDataFormat=e.readShort(),this.numberOfMetrics=e.readUInt16()},t}(Rt),Wt=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return Ft(t,e),t.prototype.tag="OS/2",t.prototype.parse=function(e){if(e.pos=this.offset,this.version=e.readUInt16(),this.averageCharWidth=e.readShort(),this.weightClass=e.readUInt16(),this.widthClass=e.readUInt16(),this.type=e.readShort(),this.ySubscriptXSize=e.readShort(),this.ySubscriptYSize=e.readShort(),this.ySubscriptXOffset=e.readShort(),this.ySubscriptYOffset=e.readShort(),this.ySuperscriptXSize=e.readShort(),this.ySuperscriptYSize=e.readShort(),this.ySuperscriptXOffset=e.readShort(),this.ySuperscriptYOffset=e.readShort(),this.yStrikeoutSize=e.readShort(),this.yStrikeoutPosition=e.readShort(),this.familyClass=e.readShort(),this.panose=function(){var t,r;for(r=[],t=0;t<10;++t)r.push(e.readByte());return r}(),this.charRange=function(){var t,r;for(r=[],t=0;t<4;++t)r.push(e.readInt());return r}(),this.vendorID=e.readString(4),this.selection=e.readShort(),this.firstCharIndex=e.readShort(),this.lastCharIndex=e.readShort(),this.version>0&&(this.ascent=e.readShort(),this.descent=e.readShort(),this.lineGap=e.readShort(),this.winAscent=e.readShort(),this.winDescent=e.readShort(),this.codePageRange=function(){var t,r;for(r=[],t=0;t<2;t=++t)r.push(e.readInt());return r}(),this.version>1))return this.xHeight=e.readShort(),this.capHeight=e.readShort(),this.defaultChar=e.readShort(),this.breakChar=e.readShort(),this.maxContext=e.readShort()},t}(Rt),Ut=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return Ft(t,e),t.prototype.tag="post",t.prototype.parse=function(e){var t,r,n;switch(e.pos=this.offset,this.format=e.readInt(),this.italicAngle=e.readInt(),this.underlinePosition=e.readShort(),this.underlineThickness=e.readShort(),this.isFixedPitch=e.readInt(),this.minMemType42=e.readInt(),this.maxMemType42=e.readInt(),this.minMemType1=e.readInt(),this.maxMemType1=e.readInt(),this.format){case 65536:case 196608:break;case 131072:var o;for(r=e.readUInt16(),this.glyphNameIndex=[],o=0;0<=r?o<r:o>r;o=0<=r?++o:--o)this.glyphNameIndex.push(e.readUInt16());for(this.names=[],n=[];e.pos<this.offset+this.length;)t=e.readByte(),n.push(this.names.push(e.readString(t)));return n;case 151552:return r=e.readUInt16(),this.offsets=e.read(r);case 262144:return this.map=function(){var t,r,n;for(n=[],o=t=0,r=this.file.maxp.numGlyphs;0<=r?t<r:t>r;o=0<=r?++t:--t)n.push(e.readUInt32());return n}.call(this)}},t}(Rt),zt=function(e,t){this.raw=e,this.length=e.length,this.platformID=t.platformID,this.encodingID=t.encodingID,this.languageID=t.languageID},Ht=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return Ft(t,e),t.prototype.tag="name",t.prototype.parse=function(e){var t,r,n,o,i,a,s,c,l,u,f;for(e.pos=this.offset,e.readShort(),t=e.readShort(),a=e.readShort(),r=[],o=0;0<=t?o<t:o>t;o=0<=t?++o:--o)r.push({platformID:e.readShort(),encodingID:e.readShort(),languageID:e.readShort(),nameID:e.readShort(),length:e.readShort(),offset:this.offset+a+e.readShort()});for(s={},o=l=0,u=r.length;l<u;o=++l)n=r[o],e.pos=n.offset,c=e.readString(n.length),i=new zt(c,n),null==s[f=n.nameID]&&(s[f]=[]),s[n.nameID].push(i);this.strings=s,this.copyright=s[0],this.fontFamily=s[1],this.fontSubfamily=s[2],this.uniqueSubfamily=s[3],this.fontName=s[4],this.version=s[5];try{this.postscriptName=s[6][0].raw.replace(/[\x00-\x19\x80-\xff]/g,"")}catch(e){this.postscriptName=s[4][0].raw.replace(/[\x00-\x19\x80-\xff]/g,"")}return this.trademark=s[7],this.manufacturer=s[8],this.designer=s[9],this.description=s[10],this.vendorUrl=s[11],this.designerUrl=s[12],this.license=s[13],this.licenseUrl=s[14],this.preferredFamily=s[15],this.preferredSubfamily=s[17],this.compatibleFull=s[18],this.sampleText=s[19]},t}(Rt),Vt=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return Ft(t,e),t.prototype.tag="maxp",t.prototype.parse=function(e){return e.pos=this.offset,this.version=e.readInt(),this.numGlyphs=e.readUInt16(),this.maxPoints=e.readUInt16(),this.maxContours=e.readUInt16(),this.maxCompositePoints=e.readUInt16(),this.maxComponentContours=e.readUInt16(),this.maxZones=e.readUInt16(),this.maxTwilightPoints=e.readUInt16(),this.maxStorage=e.readUInt16(),this.maxFunctionDefs=e.readUInt16(),this.maxInstructionDefs=e.readUInt16(),this.maxStackElements=e.readUInt16(),this.maxSizeOfInstructions=e.readUInt16(),this.maxComponentElements=e.readUInt16(),this.maxComponentDepth=e.readUInt16()},t}(Rt),qt=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return Ft(t,e),t.prototype.tag="hmtx",t.prototype.parse=function(e){var t,r,n,o,i,a,s;for(e.pos=this.offset,this.metrics=[],t=0,a=this.file.hhea.numberOfMetrics;0<=a?t<a:t>a;t=0<=a?++t:--t)this.metrics.push({advance:e.readUInt16(),lsb:e.readInt16()});for(n=this.file.maxp.numGlyphs-this.file.hhea.numberOfMetrics,this.leftSideBearings=function(){var r,o;for(o=[],t=r=0;0<=n?r<n:r>n;t=0<=n?++r:--r)o.push(e.readInt16());return o}(),this.widths=function(){var e,t,r,n;for(n=[],e=0,t=(r=this.metrics).length;e<t;e++)o=r[e],n.push(o.advance);return n}.call(this),r=this.widths[this.widths.length-1],s=[],t=i=0;0<=n?i<n:i>n;t=0<=n?++i:--i)s.push(this.widths.push(r));return s},t.prototype.forGlyph=function(e){return e in this.metrics?this.metrics[e]:{advance:this.metrics[this.metrics.length-1].advance,lsb:this.leftSideBearings[e-this.metrics.length]}},t}(Rt),$t=[].slice,Gt=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return Ft(t,e),t.prototype.tag="glyf",t.prototype.parse=function(){return this.cache={}},t.prototype.glyphFor=function(e){var t,r,n,o,i,a,s,c,l,u;return e in this.cache?this.cache[e]:(o=this.file.loca,t=this.file.contents,r=o.indexOf(e),0===(n=o.lengthOf(e))?this.cache[e]=null:(t.pos=this.offset+r,i=(a=new Pt(t.read(n))).readShort(),c=a.readShort(),u=a.readShort(),s=a.readShort(),l=a.readShort(),this.cache[e]=-1===i?new Yt(a,c,u,s,l):new Xt(a,i,c,u,s,l),this.cache[e]))},t.prototype.encode=function(e,t,r){var n,o,i,a,s;for(i=[],o=[],a=0,s=t.length;a<s;a++)n=e[t[a]],o.push(i.length),n&&(i=i.concat(n.encode(r)));return o.push(i.length),{table:i,offsets:o}},t}(Rt),Xt=function(){function e(e,t,r,n,o,i){this.raw=e,this.numberOfContours=t,this.xMin=r,this.yMin=n,this.xMax=o,this.yMax=i,this.compound=!1}return e.prototype.encode=function(){return this.raw.data},e}(),Yt=function(){function e(e,t,r,n,o){var i,a;for(this.raw=e,this.xMin=t,this.yMin=r,this.xMax=n,this.yMax=o,this.compound=!0,this.glyphIDs=[],this.glyphOffsets=[],i=this.raw;a=i.readShort(),this.glyphOffsets.push(i.pos),this.glyphIDs.push(i.readUInt16()),32&a;)i.pos+=1&a?4:2,128&a?i.pos+=8:64&a?i.pos+=4:8&a&&(i.pos+=2)}return e.prototype.encode=function(){var e,t,r;for(t=new Pt($t.call(this.raw.data)),e=0,r=this.glyphIDs.length;e<r;++e)t.pos=this.glyphOffsets[e];return t.data},e}(),Kt=function(e){function t(){return t.__super__.constructor.apply(this,arguments)}return Ft(t,e),t.prototype.tag="loca",t.prototype.parse=function(e){var t,r;return e.pos=this.offset,t=this.file.head.indexToLocFormat,this.offsets=0===t?function(){var t,n;for(n=[],r=0,t=this.length;r<t;r+=2)n.push(2*e.readUInt16());return n}.call(this):function(){var t,n;for(n=[],r=0,t=this.length;r<t;r+=4)n.push(e.readUInt32());return n}.call(this)},t.prototype.indexOf=function(e){return this.offsets[e]},t.prototype.lengthOf=function(e){return this.offsets[e+1]-this.offsets[e]},t.prototype.encode=function(e,t){for(var r=new Uint32Array(this.offsets.length),n=0,o=0,i=0;i<r.length;++i)if(r[i]=n,o<t.length&&t[o]==i){++o,r[i]=n;var a=this.offsets[i],s=this.offsets[i+1]-a;s>0&&(n+=s)}for(var c=new Array(4*r.length),l=0;l<r.length;++l)c[4*l+3]=255&r[l],c[4*l+2]=(65280&r[l])>>8,c[4*l+1]=(16711680&r[l])>>16,c[4*l]=(4278190080&r[l])>>24;return c},t}(Rt),Jt=function(){function e(e){this.font=e,this.subset={},this.unicodes={},this.next=33}return e.prototype.generateCmap=function(){var e,t,r,n,o;for(t in n=this.font.cmap.tables[0].codeMap,e={},o=this.subset)r=o[t],e[t]=n[r];return e},e.prototype.glyphsFor=function(e){var t,r,n,o,i,a,s;for(n={},i=0,a=e.length;i<a;i++)n[o=e[i]]=this.font.glyf.glyphFor(o);for(o in t=[],n)(null!=(r=n[o])?r.compound:void 0)&&t.push.apply(t,r.glyphIDs);if(t.length>0)for(o in s=this.glyphsFor(t))r=s[o],n[o]=r;return n},e.prototype.encode=function(e,t){var r,n,o,i,a,s,c,l,u,f,h,d,p,g,m;for(n in r=Mt.encode(this.generateCmap(),"unicode"),i=this.glyphsFor(e),h={0:0},m=r.charMap)h[(s=m[n]).old]=s.new;for(d in f=r.maxGlyphID,i)d in h||(h[d]=f++);return l=function(e){var t,r;for(t in r={},e)r[e[t]]=t;return r}(h),u=Object.keys(l).sort((function(e,t){return e-t})),p=function(){var e,t,r;for(r=[],e=0,t=u.length;e<t;e++)a=u[e],r.push(l[a]);return r}(),o=this.font.glyf.encode(i,p,h),c=this.font.loca.encode(o.offsets,p),g={cmap:this.font.cmap.raw(),glyf:o.table,loca:c,hmtx:this.font.hmtx.raw(),hhea:this.font.hhea.raw(),maxp:this.font.maxp.raw(),post:this.font.post.raw(),name:this.font.name.raw(),head:this.font.head.encode(t)},this.font.os2.exists&&(g["OS/2"]=this.font.os2.raw()),this.font.directory.encode(g)},e}();P.API.PDFObject=function(){var e;function t(){}return e=function(e,t){return(Array(t+1).join("0")+e).slice(-t)},t.convert=function(r){var n,o,i,a;if(Array.isArray(r))return"["+function(){var e,o,i;for(i=[],e=0,o=r.length;e<o;e++)n=r[e],i.push(t.convert(n));return i}().join(" ")+"]";if("string"==typeof r)return"/"+r;if(null!=r?r.isString:void 0)return"("+r+")";if(r instanceof Date)return"(D:"+e(r.getUTCFullYear(),4)+e(r.getUTCMonth(),2)+e(r.getUTCDate(),2)+e(r.getUTCHours(),2)+e(r.getUTCMinutes(),2)+e(r.getUTCSeconds(),2)+"Z)";if("[object Object]"==={}.toString.call(r)){for(o in i=["<<"],r)a=r[o],i.push("/"+o+" "+t.convert(a));return i.push(">>"),i.join("\n")}return""+r},t}(),e.AcroForm=ye,e.AcroFormAppearance=ve,e.AcroFormButton=ue,e.AcroFormCheckBox=pe,e.AcroFormChoiceField=ae,e.AcroFormComboBox=ce,e.AcroFormEditBox=le,e.AcroFormListBox=se,e.AcroFormPasswordField=me,e.AcroFormPushButton=fe,e.AcroFormRadioButton=he,e.AcroFormTextField=ge,e.GState=O,e.ShadingPattern=C,e.TilingPattern=R,e.default=P,e.jsPDF=P,Object.defineProperty(e,"__esModule",{value:!0})}));var saveAs=saveAs||function(e){"use strict";if(!(void 0===e||"undefined"!=typeof navigator&&/MSIE [1-9]\./.test(navigator.userAgent))){var t=e.document,r=function(){return e.URL||e.webkitURL||e},n=t.createElementNS("http://www.w3.org/1999/xhtml","a"),o="download"in n,i=/constructor/i.test(e.HTMLElement)||e.safari,a=/CriOS\/[\d]+/.test(navigator.userAgent),s=function(t){(e.setImmediate||e.setTimeout)((function(){throw t}),0)},c=function(e){setTimeout((function(){"string"==typeof e?r().revokeObjectURL(e):e.remove()}),4e4)},l=function(e,t,r){for(var n=(t=[].concat(t)).length;n--;){var o=e["on"+t[n]];if("function"==typeof o)try{o.call(e,r||e)}catch(e){s(e)}}},u=function(e){return/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob([String.fromCharCode(65279),e],{type:e.type}):e},f=function(t,s,f){f||(t=u(t));var h,d=this,p="application/octet-stream"===t.type,g=function(){l(d,"writestart progress write writeend".split(" "))};if(d.readyState=d.INIT,o)return h=r().createObjectURL(t),void setTimeout((function(){n.href=h,n.download=s,function(e){var t=new MouseEvent("click");e.dispatchEvent(t)}(n),g(),c(h),d.readyState=d.DONE}));!function(){if((a||p&&i)&&e.FileReader){var n=new FileReader;return n.onloadend=function(){var t=a?n.result:n.result.replace(/^data:[^;]*;/,"data:attachment/file;");e.open(t,"_blank")||(e.location.href=t),t=void 0,d.readyState=d.DONE,g()},n.readAsDataURL(t),void(d.readyState=d.INIT)}(h||(h=r().createObjectURL(t)),p)?e.location.href=h:e.open(h,"_blank")||(e.location.href=h);d.readyState=d.DONE,g(),c(h)}()},h=f.prototype;return"undefined"!=typeof navigator&&navigator.msSaveOrOpenBlob?function(e,t,r){return t=t||e.name||"download",r||(e=u(e)),navigator.msSaveOrOpenBlob(e,t)}:(h.abort=function(){},h.readyState=h.INIT=0,h.WRITING=1,h.DONE=2,h.error=h.onwritestart=h.onprogress=h.onwrite=h.onabort=h.onerror=h.onwriteend=null,function(e,t,r){return new f(e,t||e.name||"download",r)})}}("undefined"!=typeof self&&self||"undefined"!=typeof window&&window||this.content);"undefined"!=typeof module&&module.exports?module.exports.saveAs=saveAs:"undefined"!=typeof define&&null!==define&&null!==define.amd&&define("FileSaver.js",(function(){return saveAs}));var XLSX={};function make_xlsx_lib(e){e.version="0.18.5";var t,r=1200,n=1252;"undefined"!=typeof cptable?t=cptable:"undefined"!=typeof module&&"undefined"!=typeof require&&(t=void 0);var o=[874,932,936,949,950,1250,1251,1252,1253,1254,1255,1256,1257,1258,1e4],i={0:1252,1:65001,2:65001,77:1e4,128:932,129:949,130:1361,134:936,136:950,161:1253,162:1254,163:1258,177:1255,178:1256,186:1257,204:1251,222:874,238:1250,255:1252,69:6969},a=function(e){-1!=o.indexOf(e)&&(n=i[0]=e)};var s=function(e){r=e,a(e)};function c(){s(1200),a(1252)}function l(e){for(var t=[],r=0,n=e.length;r<n;++r)t[r]=e.charCodeAt(r);return t}function u(e){for(var t=[],r=0;r<e.length>>1;++r)t[r]=String.fromCharCode(e.charCodeAt(2*r+1)+(e.charCodeAt(2*r)<<8));return t.join("")}var f=function(e){var t=e.charCodeAt(0),r=e.charCodeAt(1);return 255==t&&254==r?function(e){for(var t=[],r=0;r<e.length>>1;++r)t[r]=String.fromCharCode(e.charCodeAt(2*r)+(e.charCodeAt(2*r+1)<<8));return t.join("")}(e.slice(2)):254==t&&255==r?u(e.slice(2)):65279==t?e.slice(1):e},h=function(e){return String.fromCharCode(e)},d=function(e){return String.fromCharCode(e)};void 0!==t&&(s=function(e){r=e,a(e)},f=function(e){return 255===e.charCodeAt(0)&&254===e.charCodeAt(1)?t.utils.decode(1200,l(e.slice(2))):e},h=function(e){return 1200===r?String.fromCharCode(e):t.utils.decode(r,[255&e,e>>8])[0]},d=function(e){return t.utils.decode(n,[e])[0]});var p=null,g="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";function m(e){for(var t="",r=0,n=0,o=0,i=0,a=0,s=0,c=0,l=0;l<e.length;)i=(r=e.charCodeAt(l++))>>2,a=(3&r)<<4|(n=e.charCodeAt(l++))>>4,s=(15&n)<<2|(o=e.charCodeAt(l++))>>6,c=63&o,isNaN(n)?s=c=64:isNaN(o)&&(c=64),t+=g.charAt(i)+g.charAt(a)+g.charAt(s)+g.charAt(c);return t}function v(e){var t="",r=0,n=0,o=0,i=0,a=0,s=0;e=e.replace(/[^\w\+\/\=]/g,"");for(var c=0;c<e.length;)r=g.indexOf(e.charAt(c++))<<2|(i=g.indexOf(e.charAt(c++)))>>4,t+=String.fromCharCode(r),n=(15&i)<<4|(a=g.indexOf(e.charAt(c++)))>>2,64!==a&&(t+=String.fromCharCode(n)),o=(3&a)<<6|(s=g.indexOf(e.charAt(c++))),64!==s&&(t+=String.fromCharCode(o));return t}var b="undefined"!=typeof Buffer&&!1,y=function(){if("undefined"!=typeof Buffer){var e=!Buffer.from;if(!e)try{Buffer.from("foo","utf8")}catch(t){e=!0}return e?function(e,t){return t?new Buffer(e,t):new Buffer(e)}:Buffer.from.bind(Buffer)}return function(){}}();function w(e){return b?Buffer.alloc?Buffer.alloc(e):new Buffer(e):"undefined"!=typeof Uint8Array?new Uint8Array(e):new Array(e)}function S(e){return b?Buffer.allocUnsafe?Buffer.allocUnsafe(e):new Buffer(e):"undefined"!=typeof Uint8Array?new Uint8Array(e):new Array(e)}var x=function(e){return b?y(e,"binary"):e.split("").map((function(e){return 255&e.charCodeAt(0)}))};function k(e){if("undefined"==typeof ArrayBuffer)return x(e);for(var t=new ArrayBuffer(e.length),r=new Uint8Array(t),n=0;n!=e.length;++n)r[n]=255&e.charCodeAt(n);return t}function T(e){if(Array.isArray(e))return e.map((function(e){return String.fromCharCode(e)})).join("");for(var t=[],r=0;r<e.length;++r)t[r]=String.fromCharCode(e[r]);return t.join("")}function A(e){if("undefined"==typeof ArrayBuffer)throw new Error("Unsupported");if(e instanceof ArrayBuffer)return A(new Uint8Array(e));for(var t=new Array(e.length),r=0;r<e.length;++r)t[r]=e[r];return t}var E=b?function(e){return Buffer.concat(e.map((function(e){return Buffer.isBuffer(e)?e:y(e)})))}:function(e){if("undefined"!=typeof Uint8Array){var t=0,r=0;for(t=0;t<e.length;++t)r+=e[t].length;var n=new Uint8Array(r),o=0;for(t=0,r=0;t<e.length;r+=o,++t)if(o=e[t].length,e[t]instanceof Uint8Array)n.set(e[t],r);else{if("string"==typeof e[t])throw"wtf";n.set(new Uint8Array(e[t]),r)}return n}return[].concat.apply([],e.map((function(e){return Array.isArray(e)?e:[].slice.call(e)})))};var _=/\u0000/g,O=/[\u0001-\u0006]/g;function N(e){for(var t="",r=e.length-1;r>=0;)t+=e.charAt(r--);return t}function C(e,t){var r=""+e;return r.length>=t?r:$e("0",t-r.length)+r}function R(e,t){var r=""+e;return r.length>=t?r:$e(" ",t-r.length)+r}function P(e,t){var r=""+e;return r.length>=t?r:r+$e(" ",t-r.length)}var L=Math.pow(2,32);function I(e,t){return e>L||e<-L?function(e,t){var r=""+Math.round(e);return r.length>=t?r:$e("0",t-r.length)+r}(e,t):function(e,t){var r=""+e;return r.length>=t?r:$e("0",t-r.length)+r}(Math.round(e),t)}function F(e,t){return t=t||0,e.length>=7+t&&103==(32|e.charCodeAt(t))&&101==(32|e.charCodeAt(t+1))&&110==(32|e.charCodeAt(t+2))&&101==(32|e.charCodeAt(t+3))&&114==(32|e.charCodeAt(t+4))&&97==(32|e.charCodeAt(t+5))&&108==(32|e.charCodeAt(t+6))}var j=[["Sun","Sunday"],["Mon","Monday"],["Tue","Tuesday"],["Wed","Wednesday"],["Thu","Thursday"],["Fri","Friday"],["Sat","Saturday"]],D=[["J","Jan","January"],["F","Feb","February"],["M","Mar","March"],["A","Apr","April"],["M","May","May"],["J","Jun","June"],["J","Jul","July"],["A","Aug","August"],["S","Sep","September"],["O","Oct","October"],["N","Nov","November"],["D","Dec","December"]];var M={0:"General",1:"0",2:"0.00",3:"#,##0",4:"#,##0.00",9:"0%",10:"0.00%",11:"0.00E+00",12:"# ?/?",13:"# ??/??",14:"m/d/yy",15:"d-mmm-yy",16:"d-mmm",17:"mmm-yy",18:"h:mm AM/PM",19:"h:mm:ss AM/PM",20:"h:mm",21:"h:mm:ss",22:"m/d/yy h:mm",37:"#,##0 ;(#,##0)",38:"#,##0 ;[Red](#,##0)",39:"#,##0.00;(#,##0.00)",40:"#,##0.00;[Red](#,##0.00)",45:"mm:ss",46:"[h]:mm:ss",47:"mmss.0",48:"##0.0E+0",49:"@",56:'"上午/下午 "hh"時"mm"分"ss"秒 "'},B={5:37,6:38,7:39,8:40,23:0,24:0,25:0,26:0,27:14,28:14,29:14,30:14,31:14,50:14,51:14,52:14,53:14,54:14,55:14,56:14,57:14,58:14,59:1,60:2,61:3,62:4,67:9,68:10,69:12,70:13,71:14,72:14,73:15,74:16,75:17,76:20,77:21,78:22,79:45,80:46,81:47,82:0},W={5:'"$"#,##0_);\\("$"#,##0\\)',63:'"$"#,##0_);\\("$"#,##0\\)',6:'"$"#,##0_);[Red]\\("$"#,##0\\)',64:'"$"#,##0_);[Red]\\("$"#,##0\\)',7:'"$"#,##0.00_);\\("$"#,##0.00\\)',65:'"$"#,##0.00_);\\("$"#,##0.00\\)',8:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',66:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',41:'_(* #,##0_);_(* \\(#,##0\\);_(* "-"_);_(@_)',42:'_("$"* #,##0_);_("$"* \\(#,##0\\);_("$"* "-"_);_(@_)',43:'_(* #,##0.00_);_(* \\(#,##0.00\\);_(* "-"??_);_(@_)',44:'_("$"* #,##0.00_);_("$"* \\(#,##0.00\\);_("$"* "-"??_);_(@_)'};function U(e,t,r){for(var n=e<0?-1:1,o=e*n,i=0,a=1,s=0,c=1,l=0,u=0,f=Math.floor(o);l<t&&(s=(f=Math.floor(o))*a+i,u=f*l+c,!(o-f<5e-8));)o=1/(o-f),i=a,a=s,c=l,l=u;if(u>t&&(l>t?(u=c,s=i):(u=l,s=a)),!r)return[0,n*s,u];var h=Math.floor(n*s/u);return[h,n*s-h*u,u]}function z(e,t,r){if(e>2958465||e<0)return null;var n=0|e,o=Math.floor(86400*(e-n)),i=0,a=[],s={D:n,T:o,u:86400*(e-n)-o,y:0,m:0,d:0,H:0,M:0,S:0,q:0};if(Math.abs(s.u)<1e-6&&(s.u=0),t&&t.date1904&&(n+=1462),s.u>.9999&&(s.u=0,86400==++o&&(s.T=o=0,++n,++s.D)),60===n)a=r?[1317,10,29]:[1900,2,29],i=3;else if(0===n)a=r?[1317,8,29]:[1900,1,0],i=6;else{n>60&&--n;var c=new Date(1900,0,1);c.setDate(c.getDate()+n-1),a=[c.getFullYear(),c.getMonth()+1,c.getDate()],i=c.getDay(),n<60&&(i=(i+6)%7),r&&(i=function(e,t){t[0]-=581;var r=e.getDay();e<60&&(r=(r+6)%7);return r}(c,a))}return s.y=a[0],s.m=a[1],s.d=a[2],s.S=o%60,o=Math.floor(o/60),s.M=o%60,o=Math.floor(o/60),s.H=o,s.q=i,s}var H=new Date(1899,11,31,0,0,0),V=H.getTime(),q=new Date(1900,2,1,0,0,0);function G(e,t){var r=e.getTime();return t?r-=1262304e5:e>=q&&(r+=864e5),(r-(V+6e4*(e.getTimezoneOffset()-H.getTimezoneOffset())))/864e5}function X(e){return-1==e.indexOf(".")?e:e.replace(/(?:\.0*|(\.\d*[1-9])0+)$/,"$1")}function Y(e){var t,r=Math.floor(Math.log(Math.abs(e))*Math.LOG10E);return t=r>=-4&&r<=-1?e.toPrecision(10+r):Math.abs(r)<=9?function(e){var t=e<0?12:11,r=X(e.toFixed(12));return r.length<=t||(r=e.toPrecision(10)).length<=t?r:e.toExponential(5)}(e):10===r?e.toFixed(10).substr(0,12):function(e){var t=X(e.toFixed(11));return t.length>(e<0?12:11)||"0"===t||"-0"===t?e.toPrecision(6):t}(e),X(function(e){return-1==e.indexOf("E")?e:e.replace(/(?:\.0*|(\.\d*[1-9])0+)[Ee]/,"$1E").replace(/(E[+-])(\d)$/,"$10$2")}(t.toUpperCase()))}function K(e,t){switch(typeof e){case"string":return e;case"boolean":return e?"TRUE":"FALSE";case"number":return(0|e)===e?e.toString(10):Y(e);case"undefined":return"";case"object":if(null==e)return"";if(e instanceof Date)return ve(14,G(e,t&&t.date1904),t)}throw new Error("unsupported value in General format: "+e)}function J(e,t,r,n){var o,i="",a=0,s=0,c=r.y,l=0;switch(e){case 98:c=r.y+543;case 121:switch(t.length){case 1:case 2:o=c%100,l=2;break;default:o=c%1e4,l=4}break;case 109:switch(t.length){case 1:case 2:o=r.m,l=t.length;break;case 3:return D[r.m-1][1];case 5:return D[r.m-1][0];default:return D[r.m-1][2]}break;case 100:switch(t.length){case 1:case 2:o=r.d,l=t.length;break;case 3:return j[r.q][0];default:return j[r.q][1]}break;case 104:switch(t.length){case 1:case 2:o=1+(r.H+11)%12,l=t.length;break;default:throw"bad hour format: "+t}break;case 72:switch(t.length){case 1:case 2:o=r.H,l=t.length;break;default:throw"bad hour format: "+t}break;case 77:switch(t.length){case 1:case 2:o=r.M,l=t.length;break;default:throw"bad minute format: "+t}break;case 115:if("s"!=t&&"ss"!=t&&".0"!=t&&".00"!=t&&".000"!=t)throw"bad second format: "+t;return 0!==r.u||"s"!=t&&"ss"!=t?(s=n>=2?3===n?1e3:100:1===n?10:1,(a=Math.round(s*(r.S+r.u)))>=60*s&&(a=0),"s"===t?0===a?"0":""+a/s:(i=C(a,2+n),"ss"===t?i.substr(0,2):"."+i.substr(2,t.length-1))):C(r.S,t.length);case 90:switch(t){case"[h]":case"[hh]":o=24*r.D+r.H;break;case"[m]":case"[mm]":o=60*(24*r.D+r.H)+r.M;break;case"[s]":case"[ss]":o=60*(60*(24*r.D+r.H)+r.M)+Math.round(r.S+r.u);break;default:throw"bad abstime format: "+t}l=3===t.length?1:2;break;case 101:o=c,l=1}return l>0?C(o,l):""}function Z(e){if(e.length<=3)return e;for(var t=e.length%3,r=e.substr(0,t);t!=e.length;t+=3)r+=(r.length>0?",":"")+e.substr(t,3);return r}var Q=/%/g;function ee(e,t){var r,n=e.indexOf("E")-e.indexOf(".")-1;if(e.match(/^#+0.0E\+0$/)){if(0==t)return"0.0E+0";if(t<0)return"-"+ee(e,-t);var o=e.indexOf(".");-1===o&&(o=e.indexOf("E"));var i=Math.floor(Math.log(t)*Math.LOG10E)%o;if(i<0&&(i+=o),-1===(r=(t/Math.pow(10,i)).toPrecision(n+1+(o+i)%o)).indexOf("e")){var a=Math.floor(Math.log(t)*Math.LOG10E);for(-1===r.indexOf(".")?r=r.charAt(0)+"."+r.substr(1)+"E+"+(a-r.length+i):r+="E+"+(a-i);"0."===r.substr(0,2);)r=(r=r.charAt(0)+r.substr(2,o)+"."+r.substr(2+o)).replace(/^0+([1-9])/,"$1").replace(/^0+\./,"0.");r=r.replace(/\+-/,"-")}r=r.replace(/^([+-]?)(\d*)\.(\d*)[Ee]/,(function(e,t,r,n){return t+r+n.substr(0,(o+i)%o)+"."+n.substr(i)+"E"}))}else r=t.toExponential(n);return e.match(/E\+00$/)&&r.match(/e[+-]\d$/)&&(r=r.substr(0,r.length-1)+"0"+r.charAt(r.length-1)),e.match(/E\-/)&&r.match(/e\+/)&&(r=r.replace(/e\+/,"e")),r.replace("e","E")}var te=/# (\?+)( ?)\/( ?)(\d+)/;var re=/^#*0*\.([0#]+)/,ne=/\).*[0#]/,oe=/\(###\) ###\\?-####/;function ie(e){for(var t,r="",n=0;n!=e.length;++n)switch(t=e.charCodeAt(n)){case 35:break;case 63:r+=" ";break;case 48:r+="0";break;default:r+=String.fromCharCode(t)}return r}function ae(e,t){var r=Math.pow(10,t);return""+Math.round(e*r)/r}function se(e,t){var r=e-Math.floor(e),n=Math.pow(10,t);return t<(""+Math.round(r*n)).length?0:Math.round(r*n)}function ce(e,t,r){if(40===e.charCodeAt(0)&&!t.match(ne)){var n=t.replace(/\( */,"").replace(/ \)/,"").replace(/\)/,"");return r>=0?ce("n",n,r):"("+ce("n",n,-r)+")"}if(44===t.charCodeAt(t.length-1))return function(e,t,r){for(var n=t.length-1;44===t.charCodeAt(n-1);)--n;return fe(e,t.substr(0,n),r/Math.pow(10,3*(t.length-n)))}(e,t,r);if(-1!==t.indexOf("%"))return function(e,t,r){var n=t.replace(Q,""),o=t.length-n.length;return fe(e,n,r*Math.pow(10,2*o))+$e("%",o)}(e,t,r);if(-1!==t.indexOf("E"))return ee(t,r);if(36===t.charCodeAt(0))return"$"+ce(e,t.substr(" "==t.charAt(1)?2:1),r);var o,i,a,s,c=Math.abs(r),l=r<0?"-":"";if(t.match(/^00+$/))return l+I(c,t.length);if(t.match(/^[#?]+$/))return"0"===(o=I(r,0))&&(o=""),o.length>t.length?o:ie(t.substr(0,t.length-o.length))+o;if(i=t.match(te))return function(e,t,r){var n=parseInt(e[4],10),o=Math.round(t*n),i=Math.floor(o/n),a=o-i*n,s=n;return r+(0===i?"":""+i)+" "+(0===a?$e(" ",e[1].length+1+e[4].length):R(a,e[1].length)+e[2]+"/"+e[3]+C(s,e[4].length))}(i,c,l);if(t.match(/^#+0+$/))return l+I(c,t.length-t.indexOf("0"));if(i=t.match(re))return o=ae(r,i[1].length).replace(/^([^\.]+)$/,"$1."+ie(i[1])).replace(/\.$/,"."+ie(i[1])).replace(/\.(\d*)$/,(function(e,t){return"."+t+$e("0",ie(i[1]).length-t.length)})),-1!==t.indexOf("0.")?o:o.replace(/^0\./,".");if(t=t.replace(/^#+([0.])/,"$1"),i=t.match(/^(0*)\.(#*)$/))return l+ae(c,i[2].length).replace(/\.(\d*[1-9])0*$/,".$1").replace(/^(-?\d*)$/,"$1.").replace(/^0\./,i[1].length?"0.":".");if(i=t.match(/^#{1,3},##0(\.?)$/))return l+Z(I(c,0));if(i=t.match(/^#,##0\.([#0]*0)$/))return r<0?"-"+ce(e,t,-r):Z(""+(Math.floor(r)+function(e,t){return t<(""+Math.round((e-Math.floor(e))*Math.pow(10,t))).length?1:0}(r,i[1].length)))+"."+C(se(r,i[1].length),i[1].length);if(i=t.match(/^#,#*,#0/))return ce(e,t.replace(/^#,#*,/,""),r);if(i=t.match(/^([0#]+)(\\?-([0#]+))+$/))return o=N(ce(e,t.replace(/[\\-]/g,""),r)),a=0,N(N(t.replace(/\\/g,"")).replace(/[0#]/g,(function(e){return a<o.length?o.charAt(a++):"0"===e?"0":""})));if(t.match(oe))return"("+(o=ce(e,"##########",r)).substr(0,3)+") "+o.substr(3,3)+"-"+o.substr(6);var u="";if(i=t.match(/^([#0?]+)( ?)\/( ?)([#0?]+)/))return a=Math.min(i[4].length,7),s=U(c,Math.pow(10,a)-1,!1),o=""+l," "==(u=fe("n",i[1],s[1])).charAt(u.length-1)&&(u=u.substr(0,u.length-1)+"0"),o+=u+i[2]+"/"+i[3],(u=P(s[2],a)).length<i[4].length&&(u=ie(i[4].substr(i[4].length-u.length))+u),o+=u;if(i=t.match(/^# ([#0?]+)( ?)\/( ?)([#0?]+)/))return a=Math.min(Math.max(i[1].length,i[4].length),7),l+((s=U(c,Math.pow(10,a)-1,!0))[0]||(s[1]?"":"0"))+" "+(s[1]?R(s[1],a)+i[2]+"/"+i[3]+P(s[2],a):$e(" ",2*a+1+i[2].length+i[3].length));if(i=t.match(/^[#0?]+$/))return o=I(r,0),t.length<=o.length?o:ie(t.substr(0,t.length-o.length))+o;if(i=t.match(/^([#0?]+)\.([#0]+)$/)){o=""+r.toFixed(Math.min(i[2].length,10)).replace(/([^0])0+$/,"$1"),a=o.indexOf(".");var f=t.indexOf(".")-a,h=t.length-o.length-f;return ie(t.substr(0,f)+o+t.substr(t.length-h))}if(i=t.match(/^00,000\.([#0]*0)$/))return a=se(r,i[1].length),r<0?"-"+ce(e,t,-r):Z(function(e){return e<2147483647&&e>-2147483648?""+(e>=0?0|e:e-1|0):""+Math.floor(e)}(r)).replace(/^\d,\d{3}$/,"0$&").replace(/^\d*$/,(function(e){return"00,"+(e.length<3?C(0,3-e.length):"")+e}))+"."+C(a,i[1].length);switch(t){case"###,##0.00":return ce(e,"#,##0.00",r);case"###,###":case"##,###":case"#,###":var d=Z(I(c,0));return"0"!==d?l+d:"";case"###,###.00":return ce(e,"###,##0.00",r).replace(/^0\./,".");case"#,###.00":return ce(e,"#,##0.00",r).replace(/^0\./,".")}throw new Error("unsupported format |"+t+"|")}function le(e,t){var r,n=e.indexOf("E")-e.indexOf(".")-1;if(e.match(/^#+0.0E\+0$/)){if(0==t)return"0.0E+0";if(t<0)return"-"+le(e,-t);var o=e.indexOf(".");-1===o&&(o=e.indexOf("E"));var i=Math.floor(Math.log(t)*Math.LOG10E)%o;if(i<0&&(i+=o),!(r=(t/Math.pow(10,i)).toPrecision(n+1+(o+i)%o)).match(/[Ee]/)){var a=Math.floor(Math.log(t)*Math.LOG10E);-1===r.indexOf(".")?r=r.charAt(0)+"."+r.substr(1)+"E+"+(a-r.length+i):r+="E+"+(a-i),r=r.replace(/\+-/,"-")}r=r.replace(/^([+-]?)(\d*)\.(\d*)[Ee]/,(function(e,t,r,n){return t+r+n.substr(0,(o+i)%o)+"."+n.substr(i)+"E"}))}else r=t.toExponential(n);return e.match(/E\+00$/)&&r.match(/e[+-]\d$/)&&(r=r.substr(0,r.length-1)+"0"+r.charAt(r.length-1)),e.match(/E\-/)&&r.match(/e\+/)&&(r=r.replace(/e\+/,"e")),r.replace("e","E")}function ue(e,t,r){if(40===e.charCodeAt(0)&&!t.match(ne)){var n=t.replace(/\( */,"").replace(/ \)/,"").replace(/\)/,"");return r>=0?ue("n",n,r):"("+ue("n",n,-r)+")"}if(44===t.charCodeAt(t.length-1))return function(e,t,r){for(var n=t.length-1;44===t.charCodeAt(n-1);)--n;return fe(e,t.substr(0,n),r/Math.pow(10,3*(t.length-n)))}(e,t,r);if(-1!==t.indexOf("%"))return function(e,t,r){var n=t.replace(Q,""),o=t.length-n.length;return fe(e,n,r*Math.pow(10,2*o))+$e("%",o)}(e,t,r);if(-1!==t.indexOf("E"))return le(t,r);if(36===t.charCodeAt(0))return"$"+ue(e,t.substr(" "==t.charAt(1)?2:1),r);var o,i,a,s,c=Math.abs(r),l=r<0?"-":"";if(t.match(/^00+$/))return l+C(c,t.length);if(t.match(/^[#?]+$/))return o=""+r,0===r&&(o=""),o.length>t.length?o:ie(t.substr(0,t.length-o.length))+o;if(i=t.match(te))return function(e,t,r){return r+(0===t?"":""+t)+$e(" ",e[1].length+2+e[4].length)}(i,c,l);if(t.match(/^#+0+$/))return l+C(c,t.length-t.indexOf("0"));if(i=t.match(re))return o=(o=(""+r).replace(/^([^\.]+)$/,"$1."+ie(i[1])).replace(/\.$/,"."+ie(i[1]))).replace(/\.(\d*)$/,(function(e,t){return"."+t+$e("0",ie(i[1]).length-t.length)})),-1!==t.indexOf("0.")?o:o.replace(/^0\./,".");if(t=t.replace(/^#+([0.])/,"$1"),i=t.match(/^(0*)\.(#*)$/))return l+(""+c).replace(/\.(\d*[1-9])0*$/,".$1").replace(/^(-?\d*)$/,"$1.").replace(/^0\./,i[1].length?"0.":".");if(i=t.match(/^#{1,3},##0(\.?)$/))return l+Z(""+c);if(i=t.match(/^#,##0\.([#0]*0)$/))return r<0?"-"+ue(e,t,-r):Z(""+r)+"."+$e("0",i[1].length);if(i=t.match(/^#,#*,#0/))return ue(e,t.replace(/^#,#*,/,""),r);if(i=t.match(/^([0#]+)(\\?-([0#]+))+$/))return o=N(ue(e,t.replace(/[\\-]/g,""),r)),a=0,N(N(t.replace(/\\/g,"")).replace(/[0#]/g,(function(e){return a<o.length?o.charAt(a++):"0"===e?"0":""})));if(t.match(oe))return"("+(o=ue(e,"##########",r)).substr(0,3)+") "+o.substr(3,3)+"-"+o.substr(6);var u="";if(i=t.match(/^([#0?]+)( ?)\/( ?)([#0?]+)/))return a=Math.min(i[4].length,7),s=U(c,Math.pow(10,a)-1,!1),o=""+l," "==(u=fe("n",i[1],s[1])).charAt(u.length-1)&&(u=u.substr(0,u.length-1)+"0"),o+=u+i[2]+"/"+i[3],(u=P(s[2],a)).length<i[4].length&&(u=ie(i[4].substr(i[4].length-u.length))+u),o+=u;if(i=t.match(/^# ([#0?]+)( ?)\/( ?)([#0?]+)/))return a=Math.min(Math.max(i[1].length,i[4].length),7),l+((s=U(c,Math.pow(10,a)-1,!0))[0]||(s[1]?"":"0"))+" "+(s[1]?R(s[1],a)+i[2]+"/"+i[3]+P(s[2],a):$e(" ",2*a+1+i[2].length+i[3].length));if(i=t.match(/^[#0?]+$/))return o=""+r,t.length<=o.length?o:ie(t.substr(0,t.length-o.length))+o;if(i=t.match(/^([#0]+)\.([#0]+)$/)){o=""+r.toFixed(Math.min(i[2].length,10)).replace(/([^0])0+$/,"$1"),a=o.indexOf(".");var f=t.indexOf(".")-a,h=t.length-o.length-f;return ie(t.substr(0,f)+o+t.substr(t.length-h))}if(i=t.match(/^00,000\.([#0]*0)$/))return r<0?"-"+ue(e,t,-r):Z(""+r).replace(/^\d,\d{3}$/,"0$&").replace(/^\d*$/,(function(e){return"00,"+(e.length<3?C(0,3-e.length):"")+e}))+"."+C(0,i[1].length);switch(t){case"###,###":case"##,###":case"#,###":var d=Z(""+c);return"0"!==d?l+d:"";default:if(t.match(/\.[0#?]*$/))return ue(e,t.slice(0,t.lastIndexOf(".")),r)+ie(t.slice(t.lastIndexOf(".")))}throw new Error("unsupported format |"+t+"|")}function fe(e,t,r){return(0|r)===r?ue(e,t,r):ce(e,t,r)}var he=/\[[HhMmSs\u0E0A\u0E19\u0E17]*\]/;function de(e){for(var t=0,r="",n="";t<e.length;)switch(r=e.charAt(t)){case"G":F(e,t)&&(t+=6),t++;break;case'"':for(;34!==e.charCodeAt(++t)&&t<e.length;);++t;break;case"\\":case"_":t+=2;break;case"@":++t;break;case"B":case"b":if("1"===e.charAt(t+1)||"2"===e.charAt(t+1))return!0;case"M":case"D":case"Y":case"H":case"S":case"E":case"m":case"d":case"y":case"h":case"s":case"e":case"g":return!0;case"A":case"a":case"上":if("A/P"===e.substr(t,3).toUpperCase())return!0;if("AM/PM"===e.substr(t,5).toUpperCase())return!0;if("上午/下午"===e.substr(t,5).toUpperCase())return!0;++t;break;case"[":for(n=r;"]"!==e.charAt(t++)&&t<e.length;)n+=e.charAt(t);if(n.match(he))return!0;break;case".":case"0":case"#":for(;t<e.length&&("0#?.,E+-%".indexOf(r=e.charAt(++t))>-1||"\\"==r&&"-"==e.charAt(t+1)&&"0#".indexOf(e.charAt(t+2))>-1););break;case"?":for(;e.charAt(++t)===r;);break;case"*":++t," "!=e.charAt(t)&&"*"!=e.charAt(t)||++t;break;case"(":case")":++t;break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":for(;t<e.length&&"0123456789".indexOf(e.charAt(++t))>-1;);break;default:++t}return!1}var pe=/\[(=|>[=]?|<[>=]?)(-?\d+(?:\.\d*)?)\]/;function ge(e,t){if(null==t)return!1;var r=parseFloat(t[2]);switch(t[1]){case"=":if(e==r)return!0;break;case">":if(e>r)return!0;break;case"<":if(e<r)return!0;break;case"<>":if(e!=r)return!0;break;case">=":if(e>=r)return!0;break;case"<=":if(e<=r)return!0}return!1}function me(e,t){var r=function(e){for(var t=[],r=!1,n=0,o=0;n<e.length;++n)switch(e.charCodeAt(n)){case 34:r=!r;break;case 95:case 42:case 92:++n;break;case 59:t[t.length]=e.substr(o,n-o),o=n+1}if(t[t.length]=e.substr(o),!0===r)throw new Error("Format |"+e+"| unterminated string ");return t}(e),n=r.length,o=r[n-1].indexOf("@");if(n<4&&o>-1&&--n,r.length>4)throw new Error("cannot find right format for |"+r.join("|")+"|");if("number"!=typeof t)return[4,4===r.length||o>-1?r[r.length-1]:"@"];switch(r.length){case 1:r=o>-1?["General","General","General",r[0]]:[r[0],r[0],r[0],"@"];break;case 2:r=o>-1?[r[0],r[0],r[0],r[1]]:[r[0],r[1],r[0],"@"];break;case 3:r=o>-1?[r[0],r[1],r[0],r[2]]:[r[0],r[1],r[2],"@"]}var i=t>0?r[0]:t<0?r[1]:r[2];if(-1===r[0].indexOf("[")&&-1===r[1].indexOf("["))return[n,i];if(null!=r[0].match(/\[[=<>]/)||null!=r[1].match(/\[[=<>]/)){var a=r[0].match(pe),s=r[1].match(pe);return ge(t,a)?[n,r[0]]:ge(t,s)?[n,r[1]]:[n,r[null!=a&&null!=s?2:1]]}return[n,i]}function ve(e,t,r){null==r&&(r={});var n="";switch(typeof e){case"string":n="m/d/yy"==e&&r.dateNF?r.dateNF:e;break;case"number":null==(n=14==e&&r.dateNF?r.dateNF:(null!=r.table?r.table:M)[e])&&(n=r.table&&r.table[B[e]]||M[B[e]]),null==n&&(n=W[e]||"General")}if(F(n,0))return K(t,r);t instanceof Date&&(t=G(t,r.date1904));var o=me(n,t);if(F(o[1]))return K(t,r);if(!0===t)t="TRUE";else if(!1===t)t="FALSE";else if(""===t||null==t)return"";return function(e,t,r,n){for(var o,i,a,s=[],c="",l=0,u="",f="t",h="H";l<e.length;)switch(u=e.charAt(l)){case"G":if(!F(e,l))throw new Error("unrecognized character "+u+" in "+e);s[s.length]={t:"G",v:"General"},l+=7;break;case'"':for(c="";34!==(a=e.charCodeAt(++l))&&l<e.length;)c+=String.fromCharCode(a);s[s.length]={t:"t",v:c},++l;break;case"\\":var d=e.charAt(++l),p="("===d||")"===d?d:"t";s[s.length]={t:p,v:d},++l;break;case"_":s[s.length]={t:"t",v:" "},l+=2;break;case"@":s[s.length]={t:"T",v:t},++l;break;case"B":case"b":if("1"===e.charAt(l+1)||"2"===e.charAt(l+1)){if(null==o&&null==(o=z(t,r,"2"===e.charAt(l+1))))return"";s[s.length]={t:"X",v:e.substr(l,2)},f=u,l+=2;break}case"M":case"D":case"Y":case"H":case"S":case"E":u=u.toLowerCase();case"m":case"d":case"y":case"h":case"s":case"e":case"g":if(t<0)return"";if(null==o&&null==(o=z(t,r)))return"";for(c=u;++l<e.length&&e.charAt(l).toLowerCase()===u;)c+=u;"m"===u&&"h"===f.toLowerCase()&&(u="M"),"h"===u&&(u=h),s[s.length]={t:u,v:c},f=u;break;case"A":case"a":case"上":var g={t:u,v:u};if(null==o&&(o=z(t,r)),"A/P"===e.substr(l,3).toUpperCase()?(null!=o&&(g.v=o.H>=12?"P":"A"),g.t="T",h="h",l+=3):"AM/PM"===e.substr(l,5).toUpperCase()?(null!=o&&(g.v=o.H>=12?"PM":"AM"),g.t="T",l+=5,h="h"):"上午/下午"===e.substr(l,5).toUpperCase()?(null!=o&&(g.v=o.H>=12?"下午":"上午"),g.t="T",l+=5,h="h"):(g.t="t",++l),null==o&&"T"===g.t)return"";s[s.length]=g,f=u;break;case"[":for(c=u;"]"!==e.charAt(l++)&&l<e.length;)c+=e.charAt(l);if("]"!==c.slice(-1))throw'unterminated "[" block: |'+c+"|";if(c.match(he)){if(null==o&&null==(o=z(t,r)))return"";s[s.length]={t:"Z",v:c.toLowerCase()},f=c.charAt(1)}else c.indexOf("$")>-1&&(c=(c.match(/\$([^-\[\]]*)/)||[])[1]||"$",de(e)||(s[s.length]={t:"t",v:c}));break;case".":if(null!=o){for(c=u;++l<e.length&&"0"===(u=e.charAt(l));)c+=u;s[s.length]={t:"s",v:c};break}case"0":case"#":for(c=u;++l<e.length&&"0#?.,E+-%".indexOf(u=e.charAt(l))>-1;)c+=u;s[s.length]={t:"n",v:c};break;case"?":for(c=u;e.charAt(++l)===u;)c+=u;s[s.length]={t:u,v:c},f=u;break;case"*":++l," "!=e.charAt(l)&&"*"!=e.charAt(l)||++l;break;case"(":case")":s[s.length]={t:1===n?"t":u,v:u},++l;break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":for(c=u;l<e.length&&"0123456789".indexOf(e.charAt(++l))>-1;)c+=e.charAt(l);s[s.length]={t:"D",v:c};break;case" ":s[s.length]={t:u,v:u},++l;break;case"$":s[s.length]={t:"t",v:"$"},++l;break;default:if(-1===",$-+/():!^&'~{}<>=€acfijklopqrtuvwxzP".indexOf(u))throw new Error("unrecognized character "+u+" in "+e);s[s.length]={t:"t",v:u},++l}var m,v=0,b=0;for(l=s.length-1,f="t";l>=0;--l)switch(s[l].t){case"h":case"H":s[l].t=h,f="h",v<1&&(v=1);break;case"s":(m=s[l].v.match(/\.0+$/))&&(b=Math.max(b,m[0].length-1)),v<3&&(v=3);case"d":case"y":case"M":case"e":f=s[l].t;break;case"m":"s"===f&&(s[l].t="M",v<2&&(v=2));break;case"X":break;case"Z":v<1&&s[l].v.match(/[Hh]/)&&(v=1),v<2&&s[l].v.match(/[Mm]/)&&(v=2),v<3&&s[l].v.match(/[Ss]/)&&(v=3)}switch(v){case 0:break;case 1:o.u>=.5&&(o.u=0,++o.S),o.S>=60&&(o.S=0,++o.M),o.M>=60&&(o.M=0,++o.H);break;case 2:o.u>=.5&&(o.u=0,++o.S),o.S>=60&&(o.S=0,++o.M)}var y,w="";for(l=0;l<s.length;++l)switch(s[l].t){case"t":case"T":case" ":case"D":break;case"X":s[l].v="",s[l].t=";";break;case"d":case"m":case"y":case"h":case"H":case"M":case"s":case"e":case"b":case"Z":s[l].v=J(s[l].t.charCodeAt(0),s[l].v,o,b),s[l].t="t";break;case"n":case"?":for(y=l+1;null!=s[y]&&("?"===(u=s[y].t)||"D"===u||(" "===u||"t"===u)&&null!=s[y+1]&&("?"===s[y+1].t||"t"===s[y+1].t&&"/"===s[y+1].v)||"("===s[l].t&&(" "===u||"n"===u||")"===u)||"t"===u&&("/"===s[y].v||" "===s[y].v&&null!=s[y+1]&&"?"==s[y+1].t));)s[l].v+=s[y].v,s[y]={v:"",t:";"},++y;w+=s[l].v,l=y-1;break;case"G":s[l].t="t",s[l].v=K(t,r)}var S,x,k="";if(w.length>0){40==w.charCodeAt(0)?(S=t<0&&45===w.charCodeAt(0)?-t:t,x=fe("n",w,S)):(x=fe("n",w,S=t<0&&n>1?-t:t),S<0&&s[0]&&"t"==s[0].t&&(x=x.substr(1),s[0].v="-"+s[0].v)),y=x.length-1;var T=s.length;for(l=0;l<s.length;++l)if(null!=s[l]&&"t"!=s[l].t&&s[l].v.indexOf(".")>-1){T=l;break}var A=s.length;if(T===s.length&&-1===x.indexOf("E")){for(l=s.length-1;l>=0;--l)null!=s[l]&&-1!=="n?".indexOf(s[l].t)&&(y>=s[l].v.length-1?(y-=s[l].v.length,s[l].v=x.substr(y+1,s[l].v.length)):y<0?s[l].v="":(s[l].v=x.substr(0,y+1),y=-1),s[l].t="t",A=l);y>=0&&A<s.length&&(s[A].v=x.substr(0,y+1)+s[A].v)}else if(T!==s.length&&-1===x.indexOf("E")){for(y=x.indexOf(".")-1,l=T;l>=0;--l)if(null!=s[l]&&-1!=="n?".indexOf(s[l].t)){for(i=s[l].v.indexOf(".")>-1&&l===T?s[l].v.indexOf(".")-1:s[l].v.length-1,k=s[l].v.substr(i+1);i>=0;--i)y>=0&&("0"===s[l].v.charAt(i)||"#"===s[l].v.charAt(i))&&(k=x.charAt(y--)+k);s[l].v=k,s[l].t="t",A=l}for(y>=0&&A<s.length&&(s[A].v=x.substr(0,y+1)+s[A].v),y=x.indexOf(".")+1,l=T;l<s.length;++l)if(null!=s[l]&&(-1!=="n?(".indexOf(s[l].t)||l===T)){for(i=s[l].v.indexOf(".")>-1&&l===T?s[l].v.indexOf(".")+1:0,k=s[l].v.substr(0,i);i<s[l].v.length;++i)y<x.length&&(k+=x.charAt(y++));s[l].v=k,s[l].t="t",A=l}}}for(l=0;l<s.length;++l)null!=s[l]&&"n?".indexOf(s[l].t)>-1&&(S=n>1&&t<0&&l>0&&"-"===s[l-1].v?-t:t,s[l].v=fe(s[l].t,s[l].v,S),s[l].t="t");var E="";for(l=0;l!==s.length;++l)null!=s[l]&&(E+=s[l].v);return E}(o[1],t,r,o[0])}function be(e,t){if("number"!=typeof t){t=+t||-1;for(var r=0;r<392;++r)if(null!=M[r]){if(M[r]==e){t=r;break}}else t<0&&(t=r);t<0&&(t=391)}return M[t]=e,t}function ye(e){for(var t=0;392!=t;++t)void 0!==e[t]&&be(e[t],t)}function we(){M=function(e){return e||(e={}),e[0]="General",e[1]="0",e[2]="0.00",e[3]="#,##0",e[4]="#,##0.00",e[9]="0%",e[10]="0.00%",e[11]="0.00E+00",e[12]="# ?/?",e[13]="# ??/??",e[14]="m/d/yy",e[15]="d-mmm-yy",e[16]="d-mmm",e[17]="mmm-yy",e[18]="h:mm AM/PM",e[19]="h:mm:ss AM/PM",e[20]="h:mm",e[21]="h:mm:ss",e[22]="m/d/yy h:mm",e[37]="#,##0 ;(#,##0)",e[38]="#,##0 ;[Red](#,##0)",e[39]="#,##0.00;(#,##0.00)",e[40]="#,##0.00;[Red](#,##0.00)",e[45]="mm:ss",e[46]="[h]:mm:ss",e[47]="mmss.0",e[48]="##0.0E+0",e[49]="@",e[56]='"上午/下午 "hh"時"mm"分"ss"秒 "',e}()}var Se={format:ve,load:be,_table:M,load_table:ye,parse_date_code:z,is_date:de,get_table:function(){return Se._table=M}},xe={5:'"$"#,##0_);\\("$"#,##0\\)',6:'"$"#,##0_);[Red]\\("$"#,##0\\)',7:'"$"#,##0.00_);\\("$"#,##0.00\\)',8:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',23:"General",24:"General",25:"General",26:"General",27:"m/d/yy",28:"m/d/yy",29:"m/d/yy",30:"m/d/yy",31:"m/d/yy",32:"h:mm:ss",33:"h:mm:ss",34:"h:mm:ss",35:"h:mm:ss",36:"m/d/yy",41:'_(* #,##0_);_(* (#,##0);_(* "-"_);_(@_)',42:'_("$"* #,##0_);_("$"* (#,##0);_("$"* "-"_);_(@_)',43:'_(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_)',44:'_("$"* #,##0.00_);_("$"* (#,##0.00);_("$"* "-"??_);_(@_)',50:"m/d/yy",51:"m/d/yy",52:"m/d/yy",53:"m/d/yy",54:"m/d/yy",55:"m/d/yy",56:"m/d/yy",57:"m/d/yy",58:"m/d/yy",59:"0",60:"0.00",61:"#,##0",62:"#,##0.00",63:'"$"#,##0_);\\("$"#,##0\\)',64:'"$"#,##0_);[Red]\\("$"#,##0\\)',65:'"$"#,##0.00_);\\("$"#,##0.00\\)',66:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',67:"0%",68:"0.00%",69:"# ?/?",70:"# ??/??",71:"m/d/yy",72:"m/d/yy",73:"d-mmm-yy",74:"d-mmm",75:"mmm-yy",76:"h:mm",77:"h:mm:ss",78:"m/d/yy h:mm",79:"mm:ss",80:"[h]:mm:ss",81:"mmss.0"},ke=/[dD]+|[mM]+|[yYeE]+|[Hh]+|[Ss]+/g;var Te,Ae=function(){var e={};e.version="1.2.0";var t=function(){for(var e=0,t=new Array(256),r=0;256!=r;++r)e=1&(e=1&(e=1&(e=1&(e=1&(e=1&(e=1&(e=1&(e=r)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1)?-306674912^e>>>1:e>>>1,t[r]=e;return"undefined"!=typeof Int32Array?new Int32Array(t):t}();var r=function(e){var t=0,r=0,n=0,o="undefined"!=typeof Int32Array?new Int32Array(4096):new Array(4096);for(n=0;256!=n;++n)o[n]=e[n];for(n=0;256!=n;++n)for(r=e[n],t=256+n;t<4096;t+=256)r=o[t]=r>>>8^e[255&r];var i=[];for(n=1;16!=n;++n)i[n-1]="undefined"!=typeof Int32Array?o.subarray(256*n,256*n+256):o.slice(256*n,256*n+256);return i}(t),n=r[0],o=r[1],i=r[2],a=r[3],s=r[4],c=r[5],l=r[6],u=r[7],f=r[8],h=r[9],d=r[10],p=r[11],g=r[12],m=r[13],v=r[14];return e.table=t,e.bstr=function(e,r){for(var n=~r,o=0,i=e.length;o<i;)n=n>>>8^t[255&(n^e.charCodeAt(o++))];return~n},e.buf=function(e,r){for(var b=~r,y=e.length-15,w=0;w<y;)b=v[e[w++]^255&b]^m[e[w++]^b>>8&255]^g[e[w++]^b>>16&255]^p[e[w++]^b>>>24]^d[e[w++]]^h[e[w++]]^f[e[w++]]^u[e[w++]]^l[e[w++]]^c[e[w++]]^s[e[w++]]^a[e[w++]]^i[e[w++]]^o[e[w++]]^n[e[w++]]^t[e[w++]];for(y+=15;w<y;)b=b>>>8^t[255&(b^e[w++])];return~b},e.str=function(e,r){for(var n=~r,o=0,i=e.length,a=0,s=0;o<i;)(a=e.charCodeAt(o++))<128?n=n>>>8^t[255&(n^a)]:a<2048?n=(n=n>>>8^t[255&(n^(192|a>>6&31))])>>>8^t[255&(n^(128|63&a))]:a>=55296&&a<57344?(a=64+(1023&a),s=1023&e.charCodeAt(o++),n=(n=(n=(n=n>>>8^t[255&(n^(240|a>>8&7))])>>>8^t[255&(n^(128|a>>2&63))])>>>8^t[255&(n^(128|s>>6&15|(3&a)<<4))])>>>8^t[255&(n^(128|63&s))]):n=(n=(n=n>>>8^t[255&(n^(224|a>>12&15))])>>>8^t[255&(n^(128|a>>6&63))])>>>8^t[255&(n^(128|63&a))];return~n},e}(),Ee=function(){var e,t={};function r(e){if("/"==e.charAt(e.length-1))return-1===e.slice(0,-1).indexOf("/")?e:r(e.slice(0,-1));var t=e.lastIndexOf("/");return-1===t?e:e.slice(0,t+1)}function n(e){if("/"==e.charAt(e.length-1))return n(e.slice(0,-1));var t=e.lastIndexOf("/");return-1===t?e:e.slice(t+1)}function o(e,t){"string"==typeof t&&(t=new Date(t));var r=t.getHours();r=(r=r<<6|t.getMinutes())<<5|t.getSeconds()>>>1,e._W(2,r);var n=t.getFullYear()-1980;n=(n=n<<4|t.getMonth()+1)<<5|t.getDate(),e._W(2,n)}function i(e){Nr(e,0);for(var t={},r=0;e.l<=e.length-4;){var n=e._R(2),o=e._R(2),i=e.l+o,a={};if(21589===n)1&(r=e._R(1))&&(a.mtime=e._R(4)),o>5&&(2&r&&(a.atime=e._R(4)),4&r&&(a.ctime=e._R(4))),a.mtime&&(a.mt=new Date(1e3*a.mtime));e.l=i,t[n]=a}return t}function a(){return e||(e=void 0)}function s(e,t){if(80==e[0]&&75==e[1])return pe(e,t);if(109==(32|e[0])&&105==(32|e[1]))return xe(e,t);if(e.length<512)throw new Error("CFB file size "+e.length+" < 512");var r,n,o,i,a,s,c=512,u=[],h=e.slice(0,512);Nr(h,0);var d=function(e){if(80==e[e.l]&&75==e[e.l+1])return[0,0];e.chk(N,"Header Signature: "),e.l+=16;var t=e._R(2,"u");return[e._R(2,"u"),t]}(h);switch(r=d[0]){case 3:c=512;break;case 4:c=4096;break;case 0:if(0==d[1])return pe(e,t);default:throw new Error("Major Version: Expected 3 or 4 saw "+r)}512!==c&&Nr(h=e.slice(0,c),28);var p=e.slice(0,c);!function(e,t){var r=9;switch(e.l+=2,r=e._R(2)){case 9:if(3!=t)throw new Error("Sector Shift: Expected 9 saw "+r);break;case 12:if(4!=t)throw new Error("Sector Shift: Expected 12 saw "+r);break;default:throw new Error("Sector Shift: Expected 9 or 12 saw "+r)}e.chk("0600","Mini Sector Shift: "),e.chk("000000000000","Reserved: ")}(h,r);var g=h._R(4,"i");if(3===r&&0!==g)throw new Error("# Directory Sectors: Expected 0 saw "+g);h.l+=4,i=h._R(4,"i"),h.l+=4,h.chk("00100000","Mini Stream Cutoff Size: "),a=h._R(4,"i"),n=h._R(4,"i"),s=h._R(4,"i"),o=h._R(4,"i");for(var m=-1,v=0;v<109&&!((m=h._R(4,"i"))<0);++v)u[v]=m;var b=function(e,t){for(var r=Math.ceil(e.length/t)-1,n=[],o=1;o<r;++o)n[o-1]=e.slice(o*t,(o+1)*t);return n[r-1]=e.slice(r*t),n}(e,c);l(s,o,b,c,u);var y=function(e,t,r,n){var o=e.length,i=[],a=[],s=[],c=[],l=n-1,u=0,f=0,h=0,d=0;for(u=0;u<o;++u)if(s=[],(h=u+t)>=o&&(h-=o),!a[h]){c=[];var p=[];for(f=h;f>=0;){p[f]=!0,a[f]=!0,s[s.length]=f,c.push(e[f]);var g=r[Math.floor(4*f/n)];if(n<4+(d=4*f&l))throw new Error("FAT boundary crossed: "+f+" 4 "+n);if(!e[g])break;if(p[f=Sr(e[g],d)])break}i[h]={nodes:s,data:Jt([c])}}return i}(b,i,u,c);y[i].name="!Directory",n>0&&a!==A&&(y[a].name="!MiniFAT"),y[u[0]].name="!FAT",y.fat_addrs=u,y.ssz=c;var w=[],S=[],x=[];f(i,y,b,w,n,{},S,a),function(e,t,r){for(var n=0,o=0,i=0,a=0,s=0,c=r.length,l=[],u=[];n<c;++n)l[n]=u[n]=n,t[n]=r[n];for(;s<u.length;++s)o=e[n=u[s]].L,i=e[n].R,a=e[n].C,l[n]===n&&(-1!==o&&l[o]!==o&&(l[n]=l[o]),-1!==i&&l[i]!==i&&(l[n]=l[i])),-1!==a&&(l[a]=n),-1!==o&&n!=l[n]&&(l[o]=l[n],u.lastIndexOf(o)<s&&u.push(o)),-1!==i&&n!=l[n]&&(l[i]=l[n],u.lastIndexOf(i)<s&&u.push(i));for(n=1;n<c;++n)l[n]===n&&(-1!==i&&l[i]!==i?l[n]=l[i]:-1!==o&&l[o]!==o&&(l[n]=l[o]));for(n=1;n<c;++n)if(0!==e[n].type){if((s=n)!=l[s])do{s=l[s],t[n]=t[s]+"/"+t[n]}while(0!==s&&-1!==l[s]&&s!=l[s]);l[n]=-1}for(t[0]+="/",n=1;n<c;++n)2!==e[n].type&&(t[n]+="/")}(S,x,w),w.shift();var k={FileIndex:S,FullPaths:x};return t&&t.raw&&(k.raw={header:p,sectors:b}),k}function c(e,t,r){for(var n=e.start,o=e.size,i=[],a=n;r&&o>0&&a>=0;)i.push(t.slice(a*T,a*T+T)),o-=T,a=Sr(r,4*a);return 0===i.length?Rr(0):E(i).slice(0,e.size)}function l(e,t,r,n,o){var i=A;if(e===A){if(0!==t)throw new Error("DIFAT chain shorter than expected")}else if(-1!==e){var a=r[e],s=(n>>>2)-1;if(!a)return;for(var c=0;c<s&&(i=Sr(a,4*c))!==A;++c)o.push(i);l(Sr(a,n-4),t-1,r,n,o)}}function u(e,t,r,n,o){var i=[],a=[];o||(o=[]);var s=n-1,c=0,l=0;for(c=t;c>=0;){o[c]=!0,i[i.length]=c,a.push(e[c]);var u=r[Math.floor(4*c/n)];if(n<4+(l=4*c&s))throw new Error("FAT boundary crossed: "+c+" 4 "+n);if(!e[u])break;c=Sr(e[u],l)}return{nodes:i,data:Jt([a])}}function f(e,t,r,n,o,i,a,s){for(var l,f=0,d=n.length?2:0,p=t[e].data,g=0,m=0;g<p.length;g+=128){var v=p.slice(g,g+128);Nr(v,64),m=v._R(2),l=Qt(v,0,m-d),n.push(l);var b={name:l,type:v._R(1),color:v._R(1),L:v._R(4,"i"),R:v._R(4,"i"),C:v._R(4,"i"),clsid:v._R(16),state:v._R(4,"i"),start:0,size:0};0!==v._R(2)+v._R(2)+v._R(2)+v._R(2)&&(b.ct=h(v,v.l-8)),0!==v._R(2)+v._R(2)+v._R(2)+v._R(2)&&(b.mt=h(v,v.l-8)),b.start=v._R(4,"i"),b.size=v._R(4,"i"),b.size<0&&b.start<0&&(b.size=b.type=0,b.start=A,b.name=""),5===b.type?(f=b.start,o>0&&f!==A&&(t[f].name="!StreamData")):b.size>=4096?(b.storage="fat",void 0===t[b.start]&&(t[b.start]=u(r,b.start,t.fat_addrs,t.ssz)),t[b.start].name=b.name,b.content=t[b.start].data.slice(0,b.size)):(b.storage="minifat",b.size<0?b.size=0:f!==A&&b.start!==A&&t[f]&&(b.content=c(b,t[f].data,(t[s]||{}).data))),b.content&&Nr(b.content,0),i[l]=b,a.push(b)}}function h(e,t){return new Date(1e3*(wr(e,t+4)/1e7*Math.pow(2,32)+wr(e,t)/1e7-11644473600))}function d(e,t){var r=t||{},n=r.root||"Root Entry";if(e.FullPaths||(e.FullPaths=[]),e.FileIndex||(e.FileIndex=[]),e.FullPaths.length!==e.FileIndex.length)throw new Error("inconsistent CFB structure");0===e.FullPaths.length&&(e.FullPaths[0]=n+"/",e.FileIndex[0]={name:n,type:5}),r.CLSID&&(e.FileIndex[0].clsid=r.CLSID),function(e){var t="Sh33tJ5";if(Ee.find(e,"/"+t))return;var r=Rr(4);r[0]=55,r[1]=r[3]=50,r[2]=54,e.FileIndex.push({name:t,type:2,content:r,size:4,L:69,R:69,C:69}),e.FullPaths.push(e.FullPaths[0]+t),p(e)}(e)}function p(e,t){d(e);for(var o=!1,i=!1,a=e.FullPaths.length-1;a>=0;--a){var s=e.FileIndex[a];switch(s.type){case 0:i?o=!0:(e.FileIndex.pop(),e.FullPaths.pop());break;case 1:case 2:case 5:i=!0,isNaN(s.R*s.L*s.C)&&(o=!0),s.R>-1&&s.L>-1&&s.R==s.L&&(o=!0);break;default:o=!0}}if(o||t){var c=new Date(1987,1,19),l=0,u=Object.create?Object.create(null):{},f=[];for(a=0;a<e.FullPaths.length;++a)u[e.FullPaths[a]]=!0,0!==e.FileIndex[a].type&&f.push([e.FullPaths[a],e.FileIndex[a]]);for(a=0;a<f.length;++a){var h=r(f[a][0]);(i=u[h])||(f.push([h,{name:n(h).replace("/",""),type:1,clsid:R,ct:c,mt:c,content:null}]),u[h]=!0)}for(f.sort((function(e,t){return function(e,t){for(var r=e.split("/"),n=t.split("/"),o=0,i=0,a=Math.min(r.length,n.length);o<a;++o){if(i=r[o].length-n[o].length)return i;if(r[o]!=n[o])return r[o]<n[o]?-1:1}return r.length-n.length}(e[0],t[0])})),e.FullPaths=[],e.FileIndex=[],a=0;a<f.length;++a)e.FullPaths[a]=f[a][0],e.FileIndex[a]=f[a][1];for(a=0;a<f.length;++a){var p=e.FileIndex[a],g=e.FullPaths[a];if(p.name=n(g).replace("/",""),p.L=p.R=p.C=-(p.color=1),p.size=p.content?p.content.length:0,p.start=0,p.clsid=p.clsid||R,0===a)p.C=f.length>1?1:-1,p.size=0,p.type=5;else if("/"==g.slice(-1)){for(l=a+1;l<f.length&&r(e.FullPaths[l])!=g;++l);for(p.C=l>=f.length?-1:l,l=a+1;l<f.length&&r(e.FullPaths[l])!=r(g);++l);p.R=l>=f.length?-1:l,p.type=1}else r(e.FullPaths[a+1]||"")==r(g)&&(p.R=a+1),p.type=2}}}function g(e,t){var r=t||{};if("mad"==r.fileType)return function(e,t){for(var r=t||{},n=r.boundary||"SheetJS",o=["MIME-Version: 1.0",'Content-Type: multipart/related; boundary="'+(n="------="+n).slice(2)+'"',"","",""],i=e.FullPaths[0],a=i,s=e.FileIndex[0],c=1;c<e.FullPaths.length;++c)if(a=e.FullPaths[c].slice(i.length),(s=e.FileIndex[c]).size&&s.content&&"Sh33tJ5"!=a){a=a.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7E-\xFF]/g,(function(e){return"_x"+e.charCodeAt(0).toString(16)+"_"})).replace(/[\u0080-\uFFFF]/g,(function(e){return"_u"+e.charCodeAt(0).toString(16)+"_"}));for(var l=s.content,u=b&&Buffer.isBuffer(l)?l.toString("binary"):L(l),f=0,h=Math.min(1024,u.length),d=0,p=0;p<=h;++p)(d=u.charCodeAt(p))>=32&&d<128&&++f;var g=f>=4*h/5;o.push(n),o.push("Content-Location: "+(r.root||"file:///C:/SheetJS/")+a),o.push("Content-Transfer-Encoding: "+(g?"quoted-printable":"base64")),o.push("Content-Type: "+be(s,a)),o.push(""),o.push(g?we(u):ye(u))}return o.push(n+"--\r\n"),o.join("\r\n")}(e,r);if(p(e),"zip"===r.fileType)return me(e,r);var n=function(e){for(var t=0,r=0,n=0;n<e.FileIndex.length;++n){var o=e.FileIndex[n];if(o.content){var i=o.content.length;i>0&&(i<4096?t+=i+63>>6:r+=i+511>>9)}}for(var a=e.FullPaths.length+3>>2,s=t+127>>7,c=(t+7>>3)+r+a+s,l=c+127>>7,u=l<=109?0:Math.ceil((l-109)/127);c+l+u+127>>7>l;)u=++l<=109?0:Math.ceil((l-109)/127);var f=[1,u,l,s,a,r,t,0];return e.FileIndex[0].size=t<<6,f[7]=(e.FileIndex[0].start=f[0]+f[1]+f[2]+f[3]+f[4]+f[5])+(f[6]+7>>3),f}(e),o=Rr(n[7]<<9),i=0,a=0;for(i=0;i<8;++i)o._W(1,C[i]);for(i=0;i<8;++i)o._W(2,0);for(o._W(2,62),o._W(2,3),o._W(2,65534),o._W(2,9),o._W(2,6),i=0;i<3;++i)o._W(2,0);for(o._W(4,0),o._W(4,n[2]),o._W(4,n[0]+n[1]+n[2]+n[3]-1),o._W(4,0),o._W(4,4096),o._W(4,n[3]?n[0]+n[1]+n[2]-1:A),o._W(4,n[3]),o._W(-4,n[1]?n[0]-1:A),o._W(4,n[1]),i=0;i<109;++i)o._W(-4,i<n[2]?n[1]+i:-1);if(n[1])for(a=0;a<n[1];++a){for(;i<236+127*a;++i)o._W(-4,i<n[2]?n[1]+i:-1);o._W(-4,a===n[1]-1?A:a+1)}var s=function(e){for(a+=e;i<a-1;++i)o._W(-4,i+1);e&&(++i,o._W(-4,A))};for(a=i=0,a+=n[1];i<a;++i)o._W(-4,P.DIFSECT);for(a+=n[2];i<a;++i)o._W(-4,P.FATSECT);s(n[3]),s(n[4]);for(var c=0,l=0,u=e.FileIndex[0];c<e.FileIndex.length;++c)(u=e.FileIndex[c]).content&&((l=u.content.length)<4096||(u.start=a,s(l+511>>9)));for(s(n[6]+7>>3);511&o.l;)o._W(-4,P.ENDOFCHAIN);for(a=i=0,c=0;c<e.FileIndex.length;++c)(u=e.FileIndex[c]).content&&(!(l=u.content.length)||l>=4096||(u.start=a,s(l+63>>6)));for(;511&o.l;)o._W(-4,P.ENDOFCHAIN);for(i=0;i<n[4]<<2;++i){var f=e.FullPaths[i];if(f&&0!==f.length){u=e.FileIndex[i],0===i&&(u.start=u.size?u.start-1:A);var h=0===i&&r.root||u.name;if(l=2*(h.length+1),o._W(64,h,"utf16le"),o._W(2,l),o._W(1,u.type),o._W(1,u.color),o._W(-4,u.L),o._W(-4,u.R),o._W(-4,u.C),u.clsid)o._W(16,u.clsid,"hex");else for(c=0;c<4;++c)o._W(4,0);o._W(4,u.state||0),o._W(4,0),o._W(4,0),o._W(4,0),o._W(4,0),o._W(4,u.start),o._W(4,u.size),o._W(4,0)}else{for(c=0;c<17;++c)o._W(4,0);for(c=0;c<3;++c)o._W(4,-1);for(c=0;c<12;++c)o._W(4,0)}}for(i=1;i<e.FileIndex.length;++i)if((u=e.FileIndex[i]).size>=4096)if(o.l=u.start+1<<9,b&&Buffer.isBuffer(u.content))u.content.copy(o,o.l,0,u.size),o.l+=u.size+511&-512;else{for(c=0;c<u.size;++c)o._W(1,u.content[c]);for(;511&c;++c)o._W(1,0)}for(i=1;i<e.FileIndex.length;++i)if((u=e.FileIndex[i]).size>0&&u.size<4096)if(b&&Buffer.isBuffer(u.content))u.content.copy(o,o.l,0,u.size),o.l+=u.size+63&-64;else{for(c=0;c<u.size;++c)o._W(1,u.content[c]);for(;63&c;++c)o._W(1,0)}if(b)o.l=o.length;else for(;o.l<o.length;)o._W(1,0);return o}t.version="1.2.1";var k,T=64,A=-2,N="d0cf11e0a1b11ae1",C=[208,207,17,224,161,177,26,225],R="00000000000000000000000000000000",P={MAXREGSECT:-6,DIFSECT:-4,FATSECT:-3,ENDOFCHAIN:A,FREESECT:-1,HEADER_SIGNATURE:N,HEADER_MINOR_VERSION:"3e00",MAXREGSID:-6,NOSTREAM:-1,HEADER_CLSID:R,EntryTypes:["unknown","storage","stream","lockbytes","property","root"]};function L(e){for(var t=new Array(e.length),r=0;r<e.length;++r)t[r]=String.fromCharCode(e[r]);return t.join("")}function I(e){return k?k.deflateRawSync(e):ie(e)}var F=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],j=[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],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];function M(e){var t=139536&(e<<1|e<<11)|558144&(e<<5|e<<15);return 255&(t>>16|t>>8|t)}for(var B="undefined"!=typeof Uint8Array,W=B?new Uint8Array(256):[],U=0;U<256;++U)W[U]=M(U);function z(e,t){var r=W[255&e];return t<=8?r>>>8-t:(r=r<<8|W[e>>8&255],t<=16?r>>>16-t:(r=r<<8|W[e>>16&255])>>>24-t)}function H(e,t){var r=7&t,n=t>>>3;return(e[n]|(r<=6?0:e[n+1]<<8))>>>r&3}function V(e,t){var r=7&t,n=t>>>3;return(e[n]|(r<=5?0:e[n+1]<<8))>>>r&7}function q(e,t){var r=7&t,n=t>>>3;return(e[n]|(r<=3?0:e[n+1]<<8))>>>r&31}function $(e,t){var r=7&t,n=t>>>3;return(e[n]|(r<=1?0:e[n+1]<<8))>>>r&127}function G(e,t,r){var n=7&t,o=t>>>3,i=(1<<r)-1,a=e[o]>>>n;return r<8-n?a&i:(a|=e[o+1]<<8-n,r<16-n?a&i:(a|=e[o+2]<<16-n,r<24-n?a&i:(a|=e[o+3]<<24-n)&i))}function X(e,t,r){var n=7&t,o=t>>>3;return n<=5?e[o]|=(7&r)<<n:(e[o]|=r<<n&255,e[o+1]=(7&r)>>8-n),t+3}function Y(e,t,r){return r=(1&r)<<(7&t),e[t>>>3]|=r,t+1}function K(e,t,r){var n=t>>>3;return r<<=7&t,e[n]|=255&r,r>>>=8,e[n+1]=r,t+8}function J(e,t,r){var n=t>>>3;return r<<=7&t,e[n]|=255&r,r>>>=8,e[n+1]=255&r,e[n+2]=r>>>8,t+16}function Z(e,t){var r=e.length,n=2*r>t?2*r:t+5,o=0;if(r>=t)return e;if(b){var i=S(n);if(e.copy)e.copy(i);else for(;o<e.length;++o)i[o]=e[o];return i}if(B){var a=new Uint8Array(n);if(a.set)a.set(e);else for(;o<r;++o)a[o]=e[o];return a}return e.length=n,e}function Q(e){for(var t=new Array(e),r=0;r<e;++r)t[r]=0;return t}function ee(e,t,r){var n=1,o=0,i=0,a=0,s=0,c=e.length,l=B?new Uint16Array(32):Q(32);for(i=0;i<32;++i)l[i]=0;for(i=c;i<r;++i)e[i]=0;c=e.length;var u=B?new Uint16Array(c):Q(c);for(i=0;i<c;++i)l[o=e[i]]++,n<o&&(n=o),u[i]=0;for(l[0]=0,i=1;i<=n;++i)l[i+16]=s=s+l[i-1]<<1;for(i=0;i<c;++i)0!=(s=e[i])&&(u[i]=l[s+16]++);var f=0;for(i=0;i<c;++i)if(0!=(f=e[i]))for(s=z(u[i],n)>>n-f,a=(1<<n+4-f)-1;a>=0;--a)t[s|a<<f]=15&f|i<<4;return n}var te=B?new Uint16Array(512):Q(512),re=B?new Uint16Array(32):Q(32);if(!B){for(var ne=0;ne<512;++ne)te[ne]=0;for(ne=0;ne<32;++ne)re[ne]=0}!function(){for(var e=[],t=0;t<32;t++)e.push(5);ee(e,re,32);var r=[];for(t=0;t<=143;t++)r.push(8);for(;t<=255;t++)r.push(9);for(;t<=279;t++)r.push(7);for(;t<=287;t++)r.push(8);ee(r,te,288)}();var oe=function(){for(var e=B?new Uint8Array(32768):[],t=0,r=0;t<D.length-1;++t)for(;r<D[t+1];++r)e[r]=t;for(;r<32768;++r)e[r]=29;var n=B?new Uint8Array(259):[];for(t=0,r=0;t<j.length-1;++t)for(;r<j[t+1];++r)n[r]=t;function o(t,r){for(var o=0,i=0,a=B?new Uint16Array(32768):[];i<t.length;){var s=Math.min(65535,t.length-i);if(s<10){for(7&(o=X(r,o,+!(i+s!=t.length)))&&(o+=8-(7&o)),r.l=o/8|0,r._W(2,s),r._W(2,65535&~s);s-- >0;)r[r.l++]=t[i++];o=8*r.l}else{o=X(r,o,+!(i+s!=t.length)+2);for(var c=0;s-- >0;){var l=t[i],u=-1,f=0;if((u=a[c=32767&(c<<5^l)])&&((u|=-32768&i)>i&&(u-=32768),u<i))for(;t[u+f]==t[i+f]&&f<250;)++f;if(f>2){(l=n[f])<=22?o=K(r,o,W[l+1]>>1)-1:(K(r,o,3),K(r,o+=5,W[l-23]>>5),o+=3);var h=l<8?0:l-4>>2;h>0&&(J(r,o,f-j[l]),o+=h),l=e[i-u],o=K(r,o,W[l]>>3),o-=3;var d=l<4?0:l-2>>1;d>0&&(J(r,o,i-u-D[l]),o+=d);for(var p=0;p<f;++p)a[c]=32767&i,c=32767&(c<<5^t[i]),++i;s-=f-1}else l<=143?l+=48:o=Y(r,o,1),o=K(r,o,W[l]),a[c]=32767&i,++i}o=K(r,o,0)-1}}return r.l=(o+7)/8|0,r.l}return function(e,t){return e.length<8?function(e,t){for(var r=0;r<e.length;){var n=Math.min(65535,e.length-r),o=r+n==e.length;for(t._W(1,+o),t._W(2,n),t._W(2,65535&~n);n-- >0;)t[t.l++]=e[r++]}return t.l}(e,t):o(e,t)}}();function ie(e){var t=Rr(50+Math.floor(1.1*e.length)),r=oe(e,t);return t.slice(0,r)}var ae=B?new Uint16Array(32768):Q(32768),se=B?new Uint16Array(32768):Q(32768),ce=B?new Uint16Array(128):Q(128),le=1,ue=1;function fe(e,t){var r=q(e,t)+257,n=q(e,t+=5)+1,o=function(e,t){var r=7&t,n=t>>>3;return(e[n]|(r<=4?0:e[n+1]<<8))>>>r&15}(e,t+=5)+4;t+=4;for(var i=0,a=B?new Uint8Array(19):Q(19),s=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],c=1,l=B?new Uint8Array(8):Q(8),u=B?new Uint8Array(8):Q(8),f=a.length,h=0;h<o;++h)a[F[h]]=i=V(e,t),c<i&&(c=i),l[i]++,t+=3;var d=0;for(l[0]=0,h=1;h<=c;++h)u[h]=d=d+l[h-1]<<1;for(h=0;h<f;++h)0!=(d=a[h])&&(s[h]=u[d]++);var p=0;for(h=0;h<f;++h)if(0!=(p=a[h])){d=W[s[h]]>>8-p;for(var g=(1<<7-p)-1;g>=0;--g)ce[d|g<<p]=7&p|h<<3}var m=[];for(c=1;m.length<r+n;)switch(t+=7&(d=ce[$(e,t)]),d>>>=3){case 16:for(i=3+H(e,t),t+=2,d=m[m.length-1];i-- >0;)m.push(d);break;case 17:for(i=3+V(e,t),t+=3;i-- >0;)m.push(0);break;case 18:for(i=11+$(e,t),t+=7;i-- >0;)m.push(0);break;default:m.push(d),c<d&&(c=d)}var v=m.slice(0,r),b=m.slice(r);for(h=r;h<286;++h)v[h]=0;for(h=n;h<30;++h)b[h]=0;return le=ee(v,ae,286),ue=ee(b,se,30),t}function he(e,t){var r=function(e,t){if(3==e[0]&&!(3&e[1]))return[w(t),2];for(var r=0,n=0,o=S(t||1<<18),i=0,a=o.length>>>0,s=0,c=0;!(1&n);)if(n=V(e,r),r+=3,n>>>1!=0)for(n>>1==1?(s=9,c=5):(r=fe(e,r),s=le,c=ue);;){!t&&a<i+32767&&(a=(o=Z(o,i+32767)).length);var l=G(e,r,s),u=n>>>1==1?te[l]:ae[l];if(r+=15&u,(u>>>=4)>>>8&255){if(256==u)break;var f=(u-=257)<8?0:u-4>>2;f>5&&(f=0);var h=i+j[u];f>0&&(h+=G(e,r,f),r+=f),l=G(e,r,c),r+=15&(u=n>>>1==1?re[l]:se[l]);var d=(u>>>=4)<4?0:u-2>>1,p=D[u];for(d>0&&(p+=G(e,r,d),r+=d),!t&&a<h&&(a=(o=Z(o,h+100)).length);i<h;)o[i]=o[i-p],++i}else o[i++]=u}else{7&r&&(r+=8-(7&r));var g=e[r>>>3]|e[1+(r>>>3)]<<8;if(r+=32,g>0)for(!t&&a<i+g&&(a=(o=Z(o,i+g)).length);g-- >0;)o[i++]=e[r>>>3],r+=8}return t?[o,r+7>>>3]:[o.slice(0,i),r+7>>>3]}(e.slice(e.l||0),t);return e.l+=r[1],r[0]}function de(e,t){if(!e)throw new Error(t);"undefined"!=typeof console&&console.error(t)}function pe(e,t){var r=e;Nr(r,0);var n={FileIndex:[],FullPaths:[]};d(n,{root:t.root});for(var o=r.length-4;(80!=r[o]||75!=r[o+1]||5!=r[o+2]||6!=r[o+3])&&o>=0;)--o;r.l=o+4,r.l+=4;var a=r._R(2);r.l+=6;var s=r._R(4);for(r.l=s,o=0;o<a;++o){r.l+=20;var c=r._R(4),l=r._R(4),u=r._R(2),f=r._R(2),h=r._R(2);r.l+=8;var p=r._R(4),g=i(r.slice(r.l+u,r.l+u+f));r.l+=u+f+h;var m=r.l;r.l=p+4,ge(r,c,l,n,g),r.l=m}return n}function ge(e,t,r,n,o){e.l+=2;var a=e._R(2),s=e._R(2),c=function(e){var t=65535&e._R(2),r=65535&e._R(2),n=new Date,o=31&r,i=15&(r>>>=5);r>>>=4,n.setMilliseconds(0),n.setFullYear(r+1980),n.setMonth(i-1),n.setDate(o);var a=31&t,s=63&(t>>>=5);return t>>>=6,n.setHours(t),n.setMinutes(s),n.setSeconds(a<<1),n}(e);if(8257&a)throw new Error("Unsupported ZIP encryption");e._R(4);for(var l=e._R(4),u=e._R(4),f=e._R(2),h=e._R(2),d="",p=0;p<f;++p)d+=String.fromCharCode(e[e.l++]);if(h){var g=i(e.slice(e.l,e.l+h));(g[21589]||{}).mt&&(c=g[21589].mt),((o||{})[21589]||{}).mt&&(c=o[21589].mt)}e.l+=h;var m=e.slice(e.l,e.l+l);switch(s){case 8:m=function(e,t){if(!k)return he(e,t);var r=new(0,k.InflateRaw),n=r._processChunk(e.slice(e.l),r._finishFlushFlag);return e.l+=r.bytesRead,n}(e,u);break;case 0:break;default:throw new Error("Unsupported ZIP Compression method "+s)}var v=!1;8&a&&(134695760==e._R(4)&&(e._R(4),v=!0),l=e._R(4),u=e._R(4)),l!=t&&de(v,"Bad compressed size: "+t+" != "+l),u!=r&&de(v,"Bad uncompressed size: "+r+" != "+u),ke(n,d,m,{unsafe:!0,mt:c})}function me(e,t){var r=t||{},n=[],i=[],a=Rr(1),s=r.compression?8:0,c=0;var l=0,u=0,f=0,h=0,d=e.FullPaths[0],p=d,g=e.FileIndex[0],m=[],v=0;for(l=1;l<e.FullPaths.length;++l)if(p=e.FullPaths[l].slice(d.length),(g=e.FileIndex[l]).size&&g.content&&"Sh33tJ5"!=p){var b=f,y=Rr(p.length);for(u=0;u<p.length;++u)y._W(1,127&p.charCodeAt(u));y=y.slice(0,y.l),m[h]=Ae.buf(g.content,0);var w=g.content;8==s&&(w=I(w)),(a=Rr(30))._W(4,67324752),a._W(2,20),a._W(2,c),a._W(2,s),g.mt?o(a,g.mt):a._W(4,0),a._W(-4,8&c?0:m[h]),a._W(4,8&c?0:w.length),a._W(4,8&c?0:g.content.length),a._W(2,y.length),a._W(2,0),f+=a.length,n.push(a),f+=y.length,n.push(y),f+=w.length,n.push(w),8&c&&((a=Rr(12))._W(-4,m[h]),a._W(4,w.length),a._W(4,g.content.length),f+=a.l,n.push(a)),(a=Rr(46))._W(4,33639248),a._W(2,0),a._W(2,20),a._W(2,c),a._W(2,s),a._W(4,0),a._W(-4,m[h]),a._W(4,w.length),a._W(4,g.content.length),a._W(2,y.length),a._W(2,0),a._W(2,0),a._W(2,0),a._W(2,0),a._W(4,0),a._W(4,b),v+=a.l,i.push(a),v+=y.length,i.push(y),++h}return(a=Rr(22))._W(4,101010256),a._W(2,0),a._W(2,0),a._W(2,h),a._W(2,h),a._W(4,v),a._W(4,f),a._W(2,0),E([E(n),E(i),a])}var ve={htm:"text/html",xml:"text/xml",gif:"image/gif",jpg:"image/jpeg",png:"image/png",mso:"application/x-mso",thmx:"application/vnd.ms-officetheme",sh33tj5:"application/octet-stream"};function be(e,t){if(e.ctype)return e.ctype;var r=e.name||"",n=r.match(/\.([^\.]+)$/);return n&&ve[n[1]]||t&&(n=(r=t).match(/[\.\\]([^\.\\])+$/))&&ve[n[1]]?ve[n[1]]:"application/octet-stream"}function ye(e){for(var t=m(e),r=[],n=0;n<t.length;n+=76)r.push(t.slice(n,n+76));return r.join("\r\n")+"\r\n"}function we(e){var t=e.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7E-\xFF=]/g,(function(e){var t=e.charCodeAt(0).toString(16).toUpperCase();return"="+(1==t.length?"0"+t:t)}));"\n"==(t=t.replace(/ $/gm,"=20").replace(/\t$/gm,"=09")).charAt(0)&&(t="=0D"+t.slice(1));for(var r=[],n=(t=t.replace(/\r(?!\n)/gm,"=0D").replace(/\n\n/gm,"\n=0A").replace(/([^\r\n])\n/gm,"$1=0A")).split("\r\n"),o=0;o<n.length;++o){var i=n[o];if(0!=i.length)for(var a=0;a<i.length;){var s=76,c=i.slice(a,a+s);"="==c.charAt(s-1)?s--:"="==c.charAt(s-2)?s-=2:"="==c.charAt(s-3)&&(s-=3),c=i.slice(a,a+s),(a+=s)<i.length&&(c+="="),r.push(c)}else r.push("")}return r.join("\r\n")}function Se(e,t,r){for(var n,o="",i="",a="",s=0;s<10;++s){var c=t[s];if(!c||c.match(/^\s*$/))break;var l=c.match(/^(.*?):\s*([^\s].*)$/);if(l)switch(l[1].toLowerCase()){case"content-location":o=l[2].trim();break;case"content-type":a=l[2].trim();break;case"content-transfer-encoding":i=l[2].trim()}}switch(++s,i.toLowerCase()){case"base64":n=x(v(t.slice(s).join("")));break;case"quoted-printable":n=function(e){for(var t=[],r=0;r<e.length;++r){for(var n=e[r];r<=e.length&&"="==n.charAt(n.length-1);)n=n.slice(0,n.length-1)+e[++r];t.push(n)}for(var o=0;o<t.length;++o)t[o]=t[o].replace(/[=][0-9A-Fa-f]{2}/g,(function(e){return String.fromCharCode(parseInt(e.slice(1),16))}));return x(t.join("\r\n"))}(t.slice(s));break;default:throw new Error("Unsupported Content-Transfer-Encoding "+i)}var u=ke(e,o.slice(r.length),n,{unsafe:!0});a&&(u.ctype=a)}function xe(e,t){if("mime-version:"!=L(e.slice(0,13)).toLowerCase())throw new Error("Unsupported MAD header");var r=t&&t.root||"",n=(b&&Buffer.isBuffer(e)?e.toString("binary"):L(e)).split("\r\n"),o=0,i="";for(o=0;o<n.length;++o)if(i=n[o],/^Content-Location:/i.test(i)&&(i=i.slice(i.indexOf("file")),r||(r=i.slice(0,i.lastIndexOf("/")+1)),i.slice(0,r.length)!=r))for(;r.length>0&&(r=(r=r.slice(0,r.length-1)).slice(0,r.lastIndexOf("/")+1),i.slice(0,r.length)!=r););var a=(n[1]||"").match(/boundary="(.*?)"/);if(!a)throw new Error("MAD cannot find boundary");var s="--"+(a[1]||""),c={FileIndex:[],FullPaths:[]};d(c);var l,u=0;for(o=0;o<n.length;++o){var f=n[o];f!==s&&f!==s+"--"||(u++&&Se(c,n.slice(l,o),r),l=o)}return c}function ke(e,t,r,o){var i=o&&o.unsafe;i||d(e);var a=!i&&Ee.find(e,t);if(!a){var s=e.FullPaths[0];t.slice(0,s.length)==s?s=t:("/"!=s.slice(-1)&&(s+="/"),s=(s+t).replace("//","/")),a={name:n(t),type:2},e.FileIndex.push(a),e.FullPaths.push(s),i||Ee.utils.cfb_gc(e)}return a.content=r,a.size=r?r.length:0,o&&(o.CLSID&&(a.clsid=o.CLSID),o.mt&&(a.mt=o.mt),o.ct&&(a.ct=o.ct)),a}return t.find=function(e,t){var r=e.FullPaths.map((function(e){return e.toUpperCase()})),n=r.map((function(e){var t=e.split("/");return t[t.length-("/"==e.slice(-1)?2:1)]})),o=!1;47===t.charCodeAt(0)?(o=!0,t=r[0].slice(0,-1)+t):o=-1!==t.indexOf("/");var i=t.toUpperCase(),a=!0===o?r.indexOf(i):n.indexOf(i);if(-1!==a)return e.FileIndex[a];var s=!i.match(O);for(i=i.replace(_,""),s&&(i=i.replace(O,"!")),a=0;a<r.length;++a){if((s?r[a].replace(O,"!"):r[a]).replace(_,"")==i)return e.FileIndex[a];if((s?n[a].replace(O,"!"):n[a]).replace(_,"")==i)return e.FileIndex[a]}return null},t.read=function(t,r){var n=r&&r.type;switch(n||b&&Buffer.isBuffer(t)&&(n="buffer"),n||"base64"){case"file":return function(t,r){return a(),s(e.readFileSync(t),r)}(t,r);case"base64":return s(x(v(t)),r);case"binary":return s(x(t),r)}return s(t,r)},t.parse=s,t.write=function(t,r){var n=g(t,r);switch(r&&r.type||"buffer"){case"file":return a(),e.writeFileSync(r.filename,n),n;case"binary":return"string"==typeof n?n:L(n);case"base64":return m("string"==typeof n?n:L(n));case"buffer":if(b)return Buffer.isBuffer(n)?n:y(n);case"array":return"string"==typeof n?x(n):n}return n},t.writeFile=function(t,r,n){a();var o=g(t,n);e.writeFileSync(r,o)},t.utils={cfb_new:function(e){var t={};return d(t,e),t},cfb_add:ke,cfb_del:function(e,t){d(e);var r=Ee.find(e,t);if(r)for(var n=0;n<e.FileIndex.length;++n)if(e.FileIndex[n]==r)return e.FileIndex.splice(n,1),e.FullPaths.splice(n,1),!0;return!1},cfb_mov:function(e,t,r){d(e);var o=Ee.find(e,t);if(o)for(var i=0;i<e.FileIndex.length;++i)if(e.FileIndex[i]==o)return e.FileIndex[i].name=n(r),e.FullPaths[i]=r,!0;return!1},cfb_gc:function(e){p(e,!0)},ReadShift:kr,CheckField:Or,prep_blob:Nr,bconcat:E,use_zlib:function(e){try{var t=new(0,e.InflateRaw);if(t._processChunk(new Uint8Array([3,0]),t._finishFlushFlag),!t.bytesRead)throw new Error("zlib does not expose bytesRead");k=e}catch(e){console.error("cannot use native zlib: "+(e.message||e))}},_deflateRaw:ie,_inflateRaw:he,consts:P},t}();if("undefined"!=typeof require)try{Te=void 0}catch(e){}function _e(e){return"string"==typeof e?k(e):Array.isArray(e)?function(e){if("undefined"==typeof Uint8Array)throw new Error("Unsupported");return new Uint8Array(e)}(e):e}function Oe(e,t,r){if(void 0!==Te&&Te.writeFileSync)return r?Te.writeFileSync(e,t,r):Te.writeFileSync(e,t);if("undefined"!=typeof Deno){if(r&&"string"==typeof t)switch(r){case"utf8":t=new TextEncoder(r).encode(t);break;case"binary":t=k(t);break;default:throw new Error("Unsupported encoding "+r)}return Deno.writeFileSync(e,t)}var n="utf8"==r?Lt(t):t;if("undefined"!=typeof IE_SaveFile)return IE_SaveFile(n,e);if("undefined"!=typeof Blob){var o=new Blob([_e(n)],{type:"application/octet-stream"});if("undefined"!=typeof navigator&&navigator.msSaveBlob)return navigator.msSaveBlob(o,e);if(void 0!==saveAs)return saveAs(o,e);if("undefined"!=typeof URL&&"undefined"!=typeof document&&document.createElement&&URL.createObjectURL){var i=URL.createObjectURL(o);if("object"==typeof chrome&&"function"==typeof(chrome.downloads||{}).download)return URL.revokeObjectURL&&"undefined"!=typeof setTimeout&&setTimeout((function(){URL.revokeObjectURL(i)}),6e4),chrome.downloads.download({url:i,filename:e,saveAs:!0});var a=document.createElement("a");if(null!=a.download)return a.download=e,a.href=i,document.body.appendChild(a),a.click(),document.body.removeChild(a),URL.revokeObjectURL&&"undefined"!=typeof setTimeout&&setTimeout((function(){URL.revokeObjectURL(i)}),6e4),i}}if("undefined"!=typeof $&&"undefined"!=typeof File&&"undefined"!=typeof Folder)try{var s=File(e);return s.open("w"),s.encoding="binary",Array.isArray(t)&&(t=T(t)),s.write(t),s.close(),t}catch(e){if(!e.message||!e.message.match(/onstruct/))throw e}throw new Error("cannot save file "+e)}function Ne(e){for(var t=Object.keys(e),r=[],n=0;n<t.length;++n)Object.prototype.hasOwnProperty.call(e,t[n])&&r.push(t[n]);return r}function Ce(e,t){for(var r=[],n=Ne(e),o=0;o!==n.length;++o)null==r[e[n[o]][t]]&&(r[e[n[o]][t]]=n[o]);return r}function Re(e){for(var t=[],r=Ne(e),n=0;n!==r.length;++n)t[e[r[n]]]=r[n];return t}function Pe(e){for(var t=[],r=Ne(e),n=0;n!==r.length;++n)t[e[r[n]]]=parseInt(r[n],10);return t}var Le=new Date(1899,11,30,0,0,0);function Ie(e,t){var r=e.getTime();return t&&(r-=1263168e5),(r-(Le.getTime()+6e4*(e.getTimezoneOffset()-Le.getTimezoneOffset())))/864e5}var Fe=new Date,je=Le.getTime()+6e4*(Fe.getTimezoneOffset()-Le.getTimezoneOffset()),De=Fe.getTimezoneOffset();function Me(e){var t=new Date;return t.setTime(24*e*60*60*1e3+je),t.getTimezoneOffset()!==De&&t.setTime(t.getTime()+6e4*(t.getTimezoneOffset()-De)),t}function Be(e){var t=0,r=0,n=!1,o=e.match(/P([0-9\.]+Y)?([0-9\.]+M)?([0-9\.]+D)?T([0-9\.]+H)?([0-9\.]+M)?([0-9\.]+S)?/);if(!o)throw new Error("|"+e+"| is not an ISO8601 Duration");for(var i=1;i!=o.length;++i)if(o[i]){switch(r=1,i>3&&(n=!0),o[i].slice(o[i].length-1)){case"Y":throw new Error("Unsupported ISO Duration Field: "+o[i].slice(o[i].length-1));case"D":r*=24;case"H":r*=60;case"M":if(!n)throw new Error("Unsupported ISO Duration Field: M");r*=60}t+=r*parseInt(o[i],10)}return t}var We=new Date("2017-02-19T19:06:09.000Z"),Ue=isNaN(We.getFullYear())?new Date("2/19/17"):We,ze=2017==Ue.getFullYear();function He(e,t){var r=new Date(e);if(ze)return t>0?r.setTime(r.getTime()+60*r.getTimezoneOffset()*1e3):t<0&&r.setTime(r.getTime()-60*r.getTimezoneOffset()*1e3),r;if(e instanceof Date)return e;if(1917==Ue.getFullYear()&&!isNaN(r.getFullYear())){var n=r.getFullYear();return e.indexOf(""+n)>-1||r.setFullYear(r.getFullYear()+100),r}var o=e.match(/\d+/g)||["2017","2","19","0","0","0"],i=new Date(+o[0],+o[1]-1,+o[2],+o[3]||0,+o[4]||0,+o[5]||0);return e.indexOf("Z")>-1&&(i=new Date(i.getTime()-60*i.getTimezoneOffset()*1e3)),i}function Ve(e,t){if(b&&Buffer.isBuffer(e)){if(t){if(255==e[0]&&254==e[1])return Lt(e.slice(2).toString("utf16le"));if(254==e[1]&&255==e[2])return Lt(u(e.slice(2).toString("binary")))}return e.toString("binary")}if("undefined"!=typeof TextDecoder)try{if(t){if(255==e[0]&&254==e[1])return Lt(new TextDecoder("utf-16le").decode(e.slice(2)));if(254==e[0]&&255==e[1])return Lt(new TextDecoder("utf-16be").decode(e.slice(2)))}var r={"€":"€","":"‚","ƒ":"ƒ","„":"„","…":"…","†":"†","‡":"‡","ˆ":"ˆ","‰":"‰","Š":"Š","":"‹","Œ":"Œ","Ž":"Ž","":"‘","":"’","“":"“","”":"”","•":"•","":"–","—":"—","˜":"˜","™":"™","š":"š","":"›","œ":"œ","ž":"ž","Ÿ":"Ÿ"};return Array.isArray(e)&&(e=new Uint8Array(e)),new TextDecoder("latin1").decode(e).replace(/[€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ]/g,(function(e){return r[e]||e}))}catch(e){}for(var n=[],o=0;o!=e.length;++o)n.push(String.fromCharCode(e[o]));return n.join("")}function qe(e){if("undefined"!=typeof JSON&&!Array.isArray(e))return JSON.parse(JSON.stringify(e));if("object"!=typeof e||null==e)return e;if(e instanceof Date)return new Date(e.getTime());var t={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=qe(e[r]));return t}function $e(e,t){for(var r="";r.length<t;)r+=e;return r}function Ge(e){var t=Number(e);if(!isNaN(t))return isFinite(t)?t:NaN;if(!/\d/.test(e))return t;var r=1,n=e.replace(/([\d]),([\d])/g,"$1$2").replace(/[$]/g,"").replace(/[%]/g,(function(){return r*=100,""}));return isNaN(t=Number(n))?(n=n.replace(/[(](.*)[)]/,(function(e,t){return r=-r,t})),isNaN(t=Number(n))?t:t/r):t/r}var Xe=["january","february","march","april","may","june","july","august","september","october","november","december"];function Ye(e){var t=new Date(e),r=new Date(NaN),n=t.getYear(),o=t.getMonth(),i=t.getDate();if(isNaN(i))return r;var a=e.toLowerCase();if(a.match(/jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec/)){if((a=a.replace(/[^a-z]/g,"").replace(/([^a-z]|^)[ap]m?([^a-z]|$)/,"")).length>3&&-1==Xe.indexOf(a))return r}else if(a.match(/[a-z]/))return r;return n<0||n>8099?r:(o>0||i>1)&&101!=n?t:e.match(/[^-0-9:,\/\\]/)?r:t}var Ke=function(){var e=5=="abacaba".split(/(:?b)/i).length;return function(t,r,n){if(e||"string"==typeof r)return t.split(r);for(var o=t.split(r),i=[o[0]],a=1;a<o.length;++a)i.push(n),i.push(o[a]);return i}}();function Je(e){return e?e.content&&e.type?Ve(e.content,!0):e.data?f(e.data):e.asNodeBuffer&&b?f(e.asNodeBuffer().toString("binary")):e.asBinary?f(e.asBinary()):e._data&&e._data.getContent?f(Ve(Array.prototype.slice.call(e._data.getContent(),0))):null:null}function Ze(e){if(!e)return null;if(e.data)return l(e.data);if(e.asNodeBuffer&&b)return e.asNodeBuffer();if(e._data&&e._data.getContent){var t=e._data.getContent();return"string"==typeof t?l(t):Array.prototype.slice.call(t)}return e.content&&e.type?e.content:null}function Qe(e,t){for(var r=e.FullPaths||Ne(e.files),n=t.toLowerCase().replace(/[\/]/g,"\\"),o=n.replace(/\\/g,"/"),i=0;i<r.length;++i){var a=r[i].replace(/^Root Entry[\/]/,"").toLowerCase();if(n==a||o==a)return e.files?e.files[r[i]]:e.FileIndex[i]}return null}function et(e,t){var r=Qe(e,t);if(null==r)throw new Error("Cannot find file "+t+" in zip");return r}function tt(e,t,r){if(!r)return function(e){return e&&".bin"===e.name.slice(-4)?Ze(e):Je(e)}(et(e,t));if(!t)return null;try{return tt(e,t)}catch(e){return null}}function rt(e,t,r){if(!r)return Je(et(e,t));if(!t)return null;try{return rt(e,t)}catch(e){return null}}function nt(e,t,r){if(!r)return Ze(et(e,t));if(!t)return null;try{return nt(e,t)}catch(e){return null}}function ot(e){for(var t=e.FullPaths||Ne(e.files),r=[],n=0;n<t.length;++n)"/"!=t[n].slice(-1)&&r.push(t[n].replace(/^Root Entry[\/]/,""));return r.sort()}function it(e,t,r){if(e.FullPaths){var n;if("string"==typeof r)return n=b?y(r):function(e){for(var t=[],r=0,n=e.length+250,o=w(e.length+255),i=0;i<e.length;++i){var a=e.charCodeAt(i);if(a<128)o[r++]=a;else if(a<2048)o[r++]=192|a>>6&31,o[r++]=128|63&a;else if(a>=55296&&a<57344){a=64+(1023&a);var s=1023&e.charCodeAt(++i);o[r++]=240|a>>8&7,o[r++]=128|a>>2&63,o[r++]=128|s>>6&15|(3&a)<<4,o[r++]=128|63&s}else o[r++]=224|a>>12&15,o[r++]=128|a>>6&63,o[r++]=128|63&a;r>n&&(t.push(o.slice(0,r)),r=0,o=w(65535),n=65530)}return t.push(o.slice(0,r)),E(t)}(r),Ee.utils.cfb_add(e,t,n);Ee.utils.cfb_add(e,t,r)}else e.file(t,r)}function at(){return Ee.utils.cfb_new()}function st(e,t){switch(t.type){case"base64":return Ee.read(e,{type:"base64"});case"binary":return Ee.read(e,{type:"binary"});case"buffer":case"array":return Ee.read(e,{type:"buffer"})}throw new Error("Unrecognized type "+t.type)}function ct(e,t){if("/"==e.charAt(0))return e.slice(1);var r=t.split("/");"/"!=t.slice(-1)&&r.pop();for(var n=e.split("/");0!==n.length;){var o=n.shift();".."===o?r.pop():"."!==o&&r.push(o)}return r.join("/")}var lt='<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r\n',ut=/([^"\s?>\/]+)\s*=\s*((?:")([^"]*)(?:")|(?:')([^']*)(?:')|([^'">\s]+))/g,ft=/<[\/\?]?[a-zA-Z0-9:_-]+(?:\s+[^"\s?>\/]+\s*=\s*(?:"[^"]*"|'[^']*'|[^'">\s=]+))*\s*[\/\?]?>/gm,ht=lt.match(ft)?ft:/<[^>]*>/g,dt=/<\w*:/,pt=/<(\/?)\w+:/;function gt(e,t,r){for(var n={},o=0,i=0;o!==e.length&&(32!==(i=e.charCodeAt(o))&&10!==i&&13!==i);++o);if(t||(n[0]=e.slice(0,o)),o===e.length)return n;var a=e.match(ut),s=0,c="",l=0,u="",f="",h=1;if(a)for(l=0;l!=a.length;++l){for(f=a[l],i=0;i!=f.length&&61!==f.charCodeAt(i);++i);for(u=f.slice(0,i).trim();32==f.charCodeAt(i+1);)++i;for(h=34==(o=f.charCodeAt(i+1))||39==o?1:0,c=f.slice(i+1+h,f.length-h),s=0;s!=u.length&&58!==u.charCodeAt(s);++s);if(s===u.length)u.indexOf("_")>0&&(u=u.slice(0,u.indexOf("_"))),n[u]=c,r||(n[u.toLowerCase()]=c);else{var d=(5===s&&"xmlns"===u.slice(0,5)?"xmlns":"")+u.slice(s+1);if(n[d]&&"ext"==u.slice(s-3,s))continue;n[d]=c,r||(n[d.toLowerCase()]=c)}}return n}function mt(e){return e.replace(pt,"<$1")}var vt={"&quot;":'"',"&apos;":"'","&gt;":">","&lt;":"<","&amp;":"&"},bt=Re(vt),yt=function(){var e=/&(?:quot|apos|gt|lt|amp|#x?([\da-fA-F]+));/gi,t=/_x([\da-fA-F]{4})_/gi;return function r(n){var o=n+"",i=o.indexOf("<![CDATA[");if(-1==i)return o.replace(e,(function(e,t){return vt[e]||String.fromCharCode(parseInt(t,e.indexOf("x")>-1?16:10))||e})).replace(t,(function(e,t){return String.fromCharCode(parseInt(t,16))}));var a=o.indexOf("]]>");return r(o.slice(0,i))+o.slice(i+9,a)+r(o.slice(a+3))}}(),wt=/[&<>'"]/g,St=/[\u0000-\u0008\u000b-\u001f]/g;function xt(e){return(e+"").replace(wt,(function(e){return bt[e]})).replace(St,(function(e){return"_x"+("000"+e.charCodeAt(0).toString(16)).slice(-4)+"_"}))}function kt(e){return xt(e).replace(/ /g,"_x0020_")}var Tt=/[\u0000-\u001f]/g;function At(e){return(e+"").replace(wt,(function(e){return bt[e]})).replace(/\n/g,"<br/>").replace(Tt,(function(e){return"&#x"+("000"+e.charCodeAt(0).toString(16)).slice(-4)+";"}))}var Et=function(){var e=/&#(\d+);/g;function t(e,t){return String.fromCharCode(parseInt(t,10))}return function(r){return r.replace(e,t)}}();function _t(e){switch(e){case 1:case!0:case"1":case"true":case"TRUE":return!0;default:return!1}}function Ot(e){for(var t="",r=0,n=0,o=0,i=0,a=0,s=0;r<e.length;)(n=e.charCodeAt(r++))<128?t+=String.fromCharCode(n):(o=e.charCodeAt(r++),n>191&&n<224?(a=(31&n)<<6,a|=63&o,t+=String.fromCharCode(a)):(i=e.charCodeAt(r++),n<240?t+=String.fromCharCode((15&n)<<12|(63&o)<<6|63&i):(s=((7&n)<<18|(63&o)<<12|(63&i)<<6|63&(a=e.charCodeAt(r++)))-65536,t+=String.fromCharCode(55296+(s>>>10&1023)),t+=String.fromCharCode(56320+(1023&s)))));return t}function Nt(e){var t,r,n,o=w(2*e.length),i=1,a=0,s=0;for(r=0;r<e.length;r+=i)i=1,(n=e.charCodeAt(r))<128?t=n:n<224?(t=64*(31&n)+(63&e.charCodeAt(r+1)),i=2):n<240?(t=4096*(15&n)+64*(63&e.charCodeAt(r+1))+(63&e.charCodeAt(r+2)),i=3):(i=4,t=262144*(7&n)+4096*(63&e.charCodeAt(r+1))+64*(63&e.charCodeAt(r+2))+(63&e.charCodeAt(r+3)),s=55296+((t-=65536)>>>10&1023),t=56320+(1023&t)),0!==s&&(o[a++]=255&s,o[a++]=s>>>8,s=0),o[a++]=t%256,o[a++]=t>>>8;return o.slice(0,a).toString("ucs2")}function Ct(e){return y(e,"binary").toString("utf8")}var Rt="foo bar baz☃🍣",Pt=b&&(Ct(Rt)==Ot(Rt)&&Ct||Nt(Rt)==Ot(Rt)&&Nt)||Ot,Lt=b?function(e){return y(e,"utf8").toString("binary")}:function(e){for(var t=[],r=0,n=0,o=0;r<e.length;)switch(n=e.charCodeAt(r++),!0){case n<128:t.push(String.fromCharCode(n));break;case n<2048:t.push(String.fromCharCode(192+(n>>6))),t.push(String.fromCharCode(128+(63&n)));break;case n>=55296&&n<57344:n-=55296,o=e.charCodeAt(r++)-56320+(n<<10),t.push(String.fromCharCode(240+(o>>18&7))),t.push(String.fromCharCode(144+(o>>12&63))),t.push(String.fromCharCode(128+(o>>6&63))),t.push(String.fromCharCode(128+(63&o)));break;default:t.push(String.fromCharCode(224+(n>>12))),t.push(String.fromCharCode(128+(n>>6&63))),t.push(String.fromCharCode(128+(63&n)))}return t.join("")},It=function(){var e={};return function(t,r){var n=t+"|"+(r||"");return e[n]?e[n]:e[n]=new RegExp("<(?:\\w+:)?"+t+'(?: xml:space="preserve")?(?:[^>]*)>([\\s\\S]*?)</(?:\\w+:)?'+t+">",r||"")}}(),Ft=function(){var e=[["nbsp"," "],["middot","·"],["quot",'"'],["apos","'"],["gt",">"],["lt","<"],["amp","&"]].map((function(e){return[new RegExp("&"+e[0]+";","ig"),e[1]]}));return function(t){for(var r=t.replace(/^[\t\n\r ]+/,"").replace(/[\t\n\r ]+$/,"").replace(/>\s+/g,">").replace(/\s+</g,"<").replace(/[\t\n\r ]+/g," ").replace(/<\s*[bB][rR]\s*\/?>/g,"\n").replace(/<[^>]*>/g,""),n=0;n<e.length;++n)r=r.replace(e[n][0],e[n][1]);return r}}(),jt=function(){var e={};return function(t){return void 0!==e[t]?e[t]:e[t]=new RegExp("<(?:vt:)?"+t+">([\\s\\S]*?)</(?:vt:)?"+t+">","g")}}(),Dt=/<\/?(?:vt:)?variant>/g,Mt=/<(?:vt:)([^>]*)>([\s\S]*)</;function Bt(e,t){var r=gt(e),n=e.match(jt(r.baseType))||[],o=[];if(n.length!=r.size){if(t.WTF)throw new Error("unexpected vector length "+n.length+" != "+r.size);return o}return n.forEach((function(e){var t=e.replace(Dt,"").match(Mt);t&&o.push({v:Pt(t[2]),t:t[1]})})),o}var Wt=/(^\s|\s$|\n)/;function Ut(e,t){return"<"+e+(t.match(Wt)?' xml:space="preserve"':"")+">"+t+"</"+e+">"}function zt(e){return Ne(e).map((function(t){return" "+t+'="'+e[t]+'"'})).join("")}function Ht(e,t,r){return"<"+e+(null!=r?zt(r):"")+(null!=t?(t.match(Wt)?' xml:space="preserve"':"")+">"+t+"</"+e:"/")+">"}function Vt(e,t){try{return e.toISOString().replace(/\.\d*/,"")}catch(e){if(t)throw e}return""}function qt(e){if(b&&Buffer.isBuffer(e))return e.toString("utf8");if("string"==typeof e)return e;if("undefined"!=typeof Uint8Array&&e instanceof Uint8Array)return Pt(T(A(e)));throw new Error("Bad input format: expected Buffer or string")}var $t=/<(\/?)([^\s?><!\/:]*:|)([^\s?<>:\/]+)(?:[\s?:\/][^>]*)?>/gm,Gt={CORE_PROPS:"http://schemas.openxmlformats.org/package/2006/metadata/core-properties",CUST_PROPS:"http://schemas.openxmlformats.org/officeDocument/2006/custom-properties",EXT_PROPS:"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties",CT:"http://schemas.openxmlformats.org/package/2006/content-types",RELS:"http://schemas.openxmlformats.org/package/2006/relationships",TCMNT:"http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments",dc:"http://purl.org/dc/elements/1.1/",dcterms:"http://purl.org/dc/terms/",dcmitype:"http://purl.org/dc/dcmitype/",mx:"http://schemas.microsoft.com/office/mac/excel/2008/main",r:"http://schemas.openxmlformats.org/officeDocument/2006/relationships",sjs:"http://schemas.openxmlformats.org/package/2006/sheetjs/core-properties",vt:"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes",xsi:"http://www.w3.org/2001/XMLSchema-instance",xsd:"http://www.w3.org/2001/XMLSchema"},Xt=["http://schemas.openxmlformats.org/spreadsheetml/2006/main","http://purl.oclc.org/ooxml/spreadsheetml/main","http://schemas.microsoft.com/office/excel/2006/main","http://schemas.microsoft.com/office/excel/2006/2"],Yt={o:"urn:schemas-microsoft-com:office:office",x:"urn:schemas-microsoft-com:office:excel",ss:"urn:schemas-microsoft-com:office:spreadsheet",dt:"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882",mv:"http://macVmlSchemaUri",v:"urn:schemas-microsoft-com:vml",html:"http://www.w3.org/TR/REC-html40"};var Kt=function(e){for(var t=[],r=0;r<e[0].length;++r)if(e[0][r])for(var n=0,o=e[0][r].length;n<o;n+=10240)t.push.apply(t,e[0][r].slice(n,n+10240));return t},Jt=b?function(e){return e[0].length>0&&Buffer.isBuffer(e[0][0])?Buffer.concat(e[0].map((function(e){return Buffer.isBuffer(e)?e:y(e)}))):Kt(e)}:Kt,Zt=function(e,t,r){for(var n=[],o=t;o<r;o+=2)n.push(String.fromCharCode(br(e,o)));return n.join("").replace(_,"")},Qt=b?function(e,t,r){return Buffer.isBuffer(e)?e.toString("utf16le",t,r).replace(_,""):Zt(e,t,r)}:Zt,er=function(e,t,r){for(var n=[],o=t;o<t+r;++o)n.push(("0"+e[o].toString(16)).slice(-2));return n.join("")},tr=b?function(e,t,r){return Buffer.isBuffer(e)?e.toString("hex",t,t+r):er(e,t,r)}:er,rr=function(e,t,r){for(var n=[],o=t;o<r;o++)n.push(String.fromCharCode(vr(e,o)));return n.join("")},nr=b?function(e,t,r){return Buffer.isBuffer(e)?e.toString("utf8",t,r):rr(e,t,r)}:rr,or=function(e,t){var r=wr(e,t);return r>0?nr(e,t+4,t+4+r-1):""},ir=or,ar=function(e,t){var r=wr(e,t);return r>0?nr(e,t+4,t+4+r-1):""},sr=ar,cr=function(e,t){var r=2*wr(e,t);return r>0?nr(e,t+4,t+4+r-1):""},lr=cr,ur=function(e,t){var r=wr(e,t);return r>0?Qt(e,t+4,t+4+r):""},fr=ur,hr=function(e,t){var r=wr(e,t);return r>0?nr(e,t+4,t+4+r):""},dr=hr,pr=function(e,t){return function(e,t){for(var r=1-2*(e[t+7]>>>7),n=((127&e[t+7])<<4)+(e[t+6]>>>4&15),o=15&e[t+6],i=5;i>=0;--i)o=256*o+e[t+i];return 2047==n?0==o?r*(1/0):NaN:(0==n?n=-1022:(n-=1023,o+=Math.pow(2,52)),r*Math.pow(2,n-52)*o)}(e,t)},gr=pr,mr=function(e){return Array.isArray(e)||"undefined"!=typeof Uint8Array&&e instanceof Uint8Array};b&&(ir=function(e,t){if(!Buffer.isBuffer(e))return or(e,t);var r=e.readUInt32LE(t);return r>0?e.toString("utf8",t+4,t+4+r-1):""},sr=function(e,t){if(!Buffer.isBuffer(e))return ar(e,t);var r=e.readUInt32LE(t);return r>0?e.toString("utf8",t+4,t+4+r-1):""},lr=function(e,t){if(!Buffer.isBuffer(e))return cr(e,t);var r=2*e.readUInt32LE(t);return e.toString("utf16le",t+4,t+4+r-1)},fr=function(e,t){if(!Buffer.isBuffer(e))return ur(e,t);var r=e.readUInt32LE(t);return e.toString("utf16le",t+4,t+4+r)},dr=function(e,t){if(!Buffer.isBuffer(e))return hr(e,t);var r=e.readUInt32LE(t);return e.toString("utf8",t+4,t+4+r)},gr=function(e,t){return Buffer.isBuffer(e)?e.readDoubleLE(t):pr(e,t)},mr=function(e){return Buffer.isBuffer(e)||Array.isArray(e)||"undefined"!=typeof Uint8Array&&e instanceof Uint8Array}),void 0!==t&&(Qt=function(e,r,n){return t.utils.decode(1200,e.slice(r,n)).replace(_,"")},nr=function(e,r,n){return t.utils.decode(65001,e.slice(r,n))},ir=function(e,r){var o=wr(e,r);return o>0?t.utils.decode(n,e.slice(r+4,r+4+o-1)):""},sr=function(e,n){var o=wr(e,n);return o>0?t.utils.decode(r,e.slice(n+4,n+4+o-1)):""},lr=function(e,r){var n=2*wr(e,r);return n>0?t.utils.decode(1200,e.slice(r+4,r+4+n-1)):""},fr=function(e,r){var n=wr(e,r);return n>0?t.utils.decode(1200,e.slice(r+4,r+4+n)):""},dr=function(e,r){var n=wr(e,r);return n>0?t.utils.decode(65001,e.slice(r+4,r+4+n)):""});var vr=function(e,t){return e[t]},br=function(e,t){return 256*e[t+1]+e[t]},yr=function(e,t){var r=256*e[t+1]+e[t];return r<32768?r:-1*(65535-r+1)},wr=function(e,t){return e[t+3]*(1<<24)+(e[t+2]<<16)+(e[t+1]<<8)+e[t]},Sr=function(e,t){return e[t+3]<<24|e[t+2]<<16|e[t+1]<<8|e[t]},xr=function(e,t){return e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3]};function kr(e,n){var o,i,a,s,c,l,u="",f=[];switch(n){case"dbcs":if(l=this.l,b&&Buffer.isBuffer(this))u=this.slice(this.l,this.l+2*e).toString("utf16le");else for(c=0;c<e;++c)u+=String.fromCharCode(br(this,l)),l+=2;e*=2;break;case"utf8":u=nr(this,this.l,this.l+e);break;case"utf16le":e*=2,u=Qt(this,this.l,this.l+e);break;case"wstr":if(void 0===t)return kr.call(this,e,"dbcs");u=t.utils.decode(r,this.slice(this.l,this.l+2*e)),e*=2;break;case"lpstr-ansi":u=ir(this,this.l),e=4+wr(this,this.l);break;case"lpstr-cp":u=sr(this,this.l),e=4+wr(this,this.l);break;case"lpwstr":u=lr(this,this.l),e=4+2*wr(this,this.l);break;case"lpp4":e=4+wr(this,this.l),u=fr(this,this.l),2&e&&(e+=2);break;case"8lpp4":e=4+wr(this,this.l),u=dr(this,this.l),3&e&&(e+=4-(3&e));break;case"cstr":for(e=0,u="";0!==(a=vr(this,this.l+e++));)f.push(h(a));u=f.join("");break;case"_wstr":for(e=0,u="";0!==(a=br(this,this.l+e));)f.push(h(a)),e+=2;e+=2,u=f.join("");break;case"dbcs-cont":for(u="",l=this.l,c=0;c<e;++c){if(this.lens&&-1!==this.lens.indexOf(l))return a=vr(this,l),this.l=l+1,s=kr.call(this,e-c,a?"dbcs-cont":"sbcs-cont"),f.join("")+s;f.push(h(br(this,l))),l+=2}u=f.join(""),e*=2;break;case"cpstr":if(void 0!==t){u=t.utils.decode(r,this.slice(this.l,this.l+e));break}case"sbcs-cont":for(u="",l=this.l,c=0;c!=e;++c){if(this.lens&&-1!==this.lens.indexOf(l))return a=vr(this,l),this.l=l+1,s=kr.call(this,e-c,a?"dbcs-cont":"sbcs-cont"),f.join("")+s;f.push(h(vr(this,l))),l+=1}u=f.join("");break;default:switch(e){case 1:return o=vr(this,this.l),this.l++,o;case 2:return o=("i"===n?yr:br)(this,this.l),this.l+=2,o;case 4:case-4:return"i"!==n&&128&this[this.l+3]?(i=wr(this,this.l),this.l+=4,i):(o=(e>0?Sr:xr)(this,this.l),this.l+=4,o);case 8:case-8:if("f"===n)return i=8==e?gr(this,this.l):gr([this[this.l+7],this[this.l+6],this[this.l+5],this[this.l+4],this[this.l+3],this[this.l+2],this[this.l+1],this[this.l+0]],0),this.l+=8,i;e=8;case 16:u=tr(this,this.l,e)}}return this.l+=e,u}var Tr=function(e,t,r){e[r]=255&t,e[r+1]=t>>>8&255,e[r+2]=t>>>16&255,e[r+3]=t>>>24&255},Ar=function(e,t,r){e[r]=255&t,e[r+1]=t>>8&255,e[r+2]=t>>16&255,e[r+3]=t>>24&255},Er=function(e,t,r){e[r]=255&t,e[r+1]=t>>>8&255};function _r(e,r,o){var i=0,a=0;if("dbcs"===o){for(a=0;a!=r.length;++a)Er(this,r.charCodeAt(a),this.l+2*a);i=2*r.length}else if("sbcs"===o){if(void 0!==t&&874==n)for(a=0;a!=r.length;++a){var s=t.utils.encode(n,r.charAt(a));this[this.l+a]=s[0]}else for(r=r.replace(/[^\x00-\x7F]/g,"_"),a=0;a!=r.length;++a)this[this.l+a]=255&r.charCodeAt(a);i=r.length}else{if("hex"===o){for(;a<e;++a)this[this.l++]=parseInt(r.slice(2*a,2*a+2),16)||0;return this}if("utf16le"===o){var c=Math.min(this.l+e,this.length);for(a=0;a<Math.min(r.length,e);++a){var l=r.charCodeAt(a);this[this.l++]=255&l,this[this.l++]=l>>8}for(;this.l<c;)this[this.l++]=0;return this}switch(e){case 1:i=1,this[this.l]=255&r;break;case 2:i=2,this[this.l]=255&r,r>>>=8,this[this.l+1]=255&r;break;case 3:i=3,this[this.l]=255&r,r>>>=8,this[this.l+1]=255&r,r>>>=8,this[this.l+2]=255&r;break;case 4:i=4,Tr(this,r,this.l);break;case 8:if(i=8,"f"===o){!function(e,t,r){var n=(t<0||1/t==-1/0?1:0)<<7,o=0,i=0,a=n?-t:t;isFinite(a)?0==a?o=i=0:(o=Math.floor(Math.log(a)/Math.LN2),i=a*Math.pow(2,52-o),o<=-1023&&(!isFinite(i)||i<Math.pow(2,52))?o=-1022:(i-=Math.pow(2,52),o+=1023)):(o=2047,i=isNaN(t)?26985:0);for(var s=0;s<=5;++s,i/=256)e[r+s]=255&i;e[r+6]=(15&o)<<4|15&i,e[r+7]=o>>4|n}(this,r,this.l);break}case 16:break;case-4:i=4,Ar(this,r,this.l)}}return this.l+=i,this}function Or(e,t){var r=tr(this,this.l,e.length>>1);if(r!==e)throw new Error(t+"Expected "+e+" saw "+r);this.l+=e.length>>1}function Nr(e,t){e.l=t,e._R=kr,e.chk=Or,e._W=_r}function Cr(e,t){e.l+=t}function Rr(e){var t=w(e);return Nr(t,0),t}function Pr(e,t,r){if(e){var n,o,i;Nr(e,e.l||0);for(var a=e.length,s=0,c=0;e.l<a;){128&(s=e._R(1))&&(s=(127&s)+((127&e._R(1))<<7));var l=Zl[s]||Zl[65535];for(i=127&(n=e._R(1)),o=1;o<4&&128&n;++o)i+=(127&(n=e._R(1)))<<7*o;c=e.l+i;var u=l.f&&l.f(e,i,r);if(e.l=c,t(u,l,s))return}}}function Lr(){var e=[],t=b?256:2048,r=function(e){var t=Rr(e);return Nr(t,0),t},n=r(t),o=function(){n&&(n.length>n.l&&((n=n.slice(0,n.l)).l=n.length),n.length>0&&e.push(n),n=null)},i=function(e){return n&&e<n.length-n.l?n:(o(),n=r(Math.max(e+1,t)))};return{next:i,push:function(e){o(),null==(n=e).l&&(n.l=n.length),i(t)},end:function(){return o(),E(e)},_bufs:e}}function Ir(e,t,r,n){var o,i=+t;if(!isNaN(i)){n||(n=Zl[i].p||(r||[]).length||0),o=1+(i>=128?1:0)+1,n>=128&&++o,n>=16384&&++o,n>=2097152&&++o;var a=e.next(o);i<=127?a._W(1,i):(a._W(1,128+(127&i)),a._W(1,i>>7));for(var s=0;4!=s;++s){if(!(n>=128)){a._W(1,n);break}a._W(1,128+(127&n)),n>>=7}n>0&&mr(r)&&e.push(r)}}function Fr(e,t,r){var n=qe(e);if(t.s?(n.cRel&&(n.c+=t.s.c),n.rRel&&(n.r+=t.s.r)):(n.cRel&&(n.c+=t.c),n.rRel&&(n.r+=t.r)),!r||r.biff<12){for(;n.c>=256;)n.c-=256;for(;n.r>=65536;)n.r-=65536}return n}function jr(e,t,r){var n=qe(e);return n.s=Fr(n.s,t.s,r),n.e=Fr(n.e,t.s,r),n}function Dr(e,t){if(e.cRel&&e.c<0)for(e=qe(e);e.c<0;)e.c+=t>8?16384:256;if(e.rRel&&e.r<0)for(e=qe(e);e.r<0;)e.r+=t>8?1048576:t>5?65536:16384;var r=Vr(e);return e.cRel||null==e.cRel||(r=function(e){return e.replace(/^([A-Z])/,"$$$1")}(r)),e.rRel||null==e.rRel||(r=function(e){return e.replace(/([A-Z]|^)(\d+)$/,"$1$$$2")}(r)),r}function Mr(e,t){return 0!=e.s.r||e.s.rRel||e.e.r!=(t.biff>=12?1048575:t.biff>=8?65536:16384)||e.e.rRel?0!=e.s.c||e.s.cRel||e.e.c!=(t.biff>=12?16383:255)||e.e.cRel?Dr(e.s,t.biff)+":"+Dr(e.e,t.biff):(e.s.rRel?"":"$")+Wr(e.s.r)+":"+(e.e.rRel?"":"$")+Wr(e.e.r):(e.s.cRel?"":"$")+zr(e.s.c)+":"+(e.e.cRel?"":"$")+zr(e.e.c)}function Br(e){return parseInt(function(e){return e.replace(/\$(\d+)$/,"$1")}(e),10)-1}function Wr(e){return""+(e+1)}function Ur(e){for(var t=function(e){return e.replace(/^\$([A-Z])/,"$1")}(e),r=0,n=0;n!==t.length;++n)r=26*r+t.charCodeAt(n)-64;return r-1}function zr(e){if(e<0)throw new Error("invalid column "+e);var t="";for(++e;e;e=Math.floor((e-1)/26))t=String.fromCharCode((e-1)%26+65)+t;return t}function Hr(e){for(var t=0,r=0,n=0;n<e.length;++n){var o=e.charCodeAt(n);o>=48&&o<=57?t=10*t+(o-48):o>=65&&o<=90&&(r=26*r+(o-64))}return{c:r-1,r:t-1}}function Vr(e){for(var t=e.c+1,r="";t;t=(t-1)/26|0)r=String.fromCharCode((t-1)%26+65)+r;return r+(e.r+1)}function qr(e){var t=e.indexOf(":");return-1==t?{s:Hr(e),e:Hr(e)}:{s:Hr(e.slice(0,t)),e:Hr(e.slice(t+1))}}function $r(e,t){return void 0===t||"number"==typeof t?$r(e.s,e.e):("string"!=typeof e&&(e=Vr(e)),"string"!=typeof t&&(t=Vr(t)),e==t?e:e+":"+t)}function Gr(e){var t={s:{c:0,r:0},e:{c:0,r:0}},r=0,n=0,o=0,i=e.length;for(r=0;n<i&&!((o=e.charCodeAt(n)-64)<1||o>26);++n)r=26*r+o;for(t.s.c=--r,r=0;n<i&&!((o=e.charCodeAt(n)-48)<0||o>9);++n)r=10*r+o;if(t.s.r=--r,n===i||10!=o)return t.e.c=t.s.c,t.e.r=t.s.r,t;for(++n,r=0;n!=i&&!((o=e.charCodeAt(n)-64)<1||o>26);++n)r=26*r+o;for(t.e.c=--r,r=0;n!=i&&!((o=e.charCodeAt(n)-48)<0||o>9);++n)r=10*r+o;return t.e.r=--r,t}function Xr(e,t){var r="d"==e.t&&t instanceof Date;if(null!=e.z)try{return e.w=ve(e.z,r?Ie(t):t)}catch(e){}try{return e.w=ve((e.XF||{}).numFmtId||(r?14:0),r?Ie(t):t)}catch(e){return""+t}}function Yr(e,t,r){return null==e||null==e.t||"z"==e.t?"":void 0!==e.w?e.w:("d"==e.t&&!e.z&&r&&r.dateNF&&(e.z=r.dateNF),"e"==e.t?Bn[e.v]||e.v:Xr(e,null==t?e.v:t))}function Kr(e,t){var r=t&&t.sheet?t.sheet:"Sheet1",n={};return n[r]=e,{SheetNames:[r],Sheets:n}}function Jr(e,t,r){var n=r||{},o=e?Array.isArray(e):n.dense;null!=p&&null==o&&(o=p);var i=e||(o?[]:{}),a=0,s=0;if(i&&null!=n.origin){if("number"==typeof n.origin)a=n.origin;else{var c="string"==typeof n.origin?Hr(n.origin):n.origin;a=c.r,s=c.c}i["!ref"]||(i["!ref"]="A1:A1")}var l={s:{c:1e7,r:1e7},e:{c:0,r:0}};if(i["!ref"]){var u=Gr(i["!ref"]);l.s.c=u.s.c,l.s.r=u.s.r,l.e.c=Math.max(l.e.c,u.e.c),l.e.r=Math.max(l.e.r,u.e.r),-1==a&&(l.e.r=a=u.e.r+1)}for(var f=0;f!=t.length;++f)if(t[f]){if(!Array.isArray(t[f]))throw new Error("aoa_to_sheet expects an array of arrays");for(var h=0;h!=t[f].length;++h)if(void 0!==t[f][h]){var d={v:t[f][h]},g=a+f,m=s+h;if(l.s.r>g&&(l.s.r=g),l.s.c>m&&(l.s.c=m),l.e.r<g&&(l.e.r=g),l.e.c<m&&(l.e.c=m),!t[f][h]||"object"!=typeof t[f][h]||Array.isArray(t[f][h])||t[f][h]instanceof Date)if(Array.isArray(d.v)&&(d.f=t[f][h][1],d.v=d.v[0]),null===d.v)if(d.f)d.t="n";else if(n.nullError)d.t="e",d.v=0;else{if(!n.sheetStubs)continue;d.t="z"}else"number"==typeof d.v?d.t="n":"boolean"==typeof d.v?d.t="b":d.v instanceof Date?(d.z=n.dateNF||M[14],n.cellDates?(d.t="d",d.w=ve(d.z,Ie(d.v))):(d.t="n",d.v=Ie(d.v),d.w=ve(d.z,d.v))):d.t="s";else d=t[f][h];if(o)i[g]||(i[g]=[]),i[g][m]&&i[g][m].z&&(d.z=i[g][m].z),i[g][m]=d;else{var v=Vr({c:m,r:g});i[v]&&i[v].z&&(d.z=i[v].z),i[v]=d}}}return l.s.c<1e7&&(i["!ref"]=$r(l)),i}function Zr(e,t){return Jr(null,e,t)}function Qr(e,t){return t||(t=Rr(4)),t._W(4,e),t}function en(e){var t=e._R(4);return 0===t?"":e._R(t,"dbcs")}function tn(e,t){var r=!1;return null==t&&(r=!0,t=Rr(4+2*e.length)),t._W(4,e.length),e.length>0&&t._W(0,e,"dbcs"),r?t.slice(0,t.l):t}function rn(e){return{ich:e._R(2),ifnt:e._R(2)}}function nn(e,t){var r=e.l,n=e._R(1),o=en(e),i=[],a={t:o,h:o};if(1&n){for(var s=e._R(4),c=0;c!=s;++c)i.push(rn(e));a.r=i}else a.r=[{ich:0,ifnt:0}];return e.l=r+t,a}var on=nn;function an(e,t){var r=!1;return null==t&&(r=!0,t=Rr(23+4*e.t.length)),t._W(1,1),tn(e.t,t),t._W(4,1),function(e,t){t||(t=Rr(4)),t._W(2,e.ich||0),t._W(2,e.ifnt||0)}({ich:0,ifnt:0},t),r?t.slice(0,t.l):t}function sn(e){var t=e._R(4),r=e._R(2);return r+=e._R(1)<<16,e.l++,{c:t,iStyleRef:r}}function cn(e,t){return null==t&&(t=Rr(8)),t._W(-4,e.c),t._W(3,e.iStyleRef||e.s),t._W(1,0),t}function ln(e){var t=e._R(2);return t+=e._R(1)<<16,e.l++,{c:-1,iStyleRef:t}}function un(e,t){return null==t&&(t=Rr(4)),t._W(3,e.iStyleRef||e.s),t._W(1,0),t}var fn=en,hn=tn;function dn(e){var t=e._R(4);return 0===t||4294967295===t?"":e._R(t,"dbcs")}function pn(e,t){var r=!1;return null==t&&(r=!0,t=Rr(127)),t._W(4,e.length>0?e.length:4294967295),e.length>0&&t._W(0,e,"dbcs"),r?t.slice(0,t.l):t}var gn=en,mn=dn,vn=pn;function bn(e){var t=e.slice(e.l,e.l+4),r=1&t[0],n=2&t[0];e.l+=4;var o=0===n?gr([0,0,0,0,252&t[0],t[1],t[2],t[3]],0):Sr(t,0)>>2;return r?o/100:o}function yn(e,t){null==t&&(t=Rr(4));var r=0,n=0,o=100*e;if(e==(0|e)&&e>=-(1<<29)&&e<1<<29?n=1:o==(0|o)&&o>=-(1<<29)&&o<1<<29&&(n=1,r=1),!n)throw new Error("unsupported RkNumber "+e);t._W(-4,((r?o:e)<<2)+(r+2))}function wn(e){var t={s:{},e:{}};return t.s.r=e._R(4),t.e.r=e._R(4),t.s.c=e._R(4),t.e.c=e._R(4),t}var Sn=wn,xn=function(e,t){return t||(t=Rr(16)),t._W(4,e.s.r),t._W(4,e.e.r),t._W(4,e.s.c),t._W(4,e.e.c),t};function kn(e){if(e.length-e.l<8)throw"XLS Xnum Buffer underflow";return e._R(8,"f")}function Tn(e,t){return(t||Rr(8))._W(8,e,"f")}function An(e,t){if(t||(t=Rr(8)),!e||e.auto)return t._W(4,0),t._W(4,0),t;null!=e.index?(t._W(1,2),t._W(1,e.index)):null!=e.theme?(t._W(1,6),t._W(1,e.theme)):(t._W(1,5),t._W(1,0));var r=e.tint||0;if(r>0?r*=32767:r<0&&(r*=32768),t._W(2,r),e.rgb&&null==e.theme){var n=e.rgb||"FFFFFF";"number"==typeof n&&(n=("000000"+n.toString(16)).slice(-6)),t._W(1,parseInt(n.slice(0,2),16)),t._W(1,parseInt(n.slice(2,4),16)),t._W(1,parseInt(n.slice(4,6),16)),t._W(1,255)}else t._W(2,0),t._W(1,0),t._W(1,0);return t}function En(e,t){var r=e._R(4);switch(r){case 0:return"";case 4294967295:case 4294967294:return{2:"BITMAP",3:"METAFILEPICT",8:"DIB",14:"ENHMETAFILE"}[e._R(4)]||""}if(r>400)throw new Error("Unsupported Clipboard: "+r.toString(16));return e.l-=4,e._R(0,1==t?"lpstr":"lpwstr")}var _n=2,On=3,Nn=12,Cn=80,Rn=81,Pn=[Cn,Rn],Ln={1:{n:"CodePage",t:_n},2:{n:"Category",t:Cn},3:{n:"PresentationFormat",t:Cn},4:{n:"ByteCount",t:On},5:{n:"LineCount",t:On},6:{n:"ParagraphCount",t:On},7:{n:"SlideCount",t:On},8:{n:"NoteCount",t:On},9:{n:"HiddenCount",t:On},10:{n:"MultimediaClipCount",t:On},11:{n:"ScaleCrop",t:11},12:{n:"HeadingPairs",t:4108},13:{n:"TitlesOfParts",t:4126},14:{n:"Manager",t:Cn},15:{n:"Company",t:Cn},16:{n:"LinksUpToDate",t:11},17:{n:"CharacterCount",t:On},19:{n:"SharedDoc",t:11},22:{n:"HyperlinksChanged",t:11},23:{n:"AppVersion",t:On,p:"version"},24:{n:"DigSig",t:65},26:{n:"ContentType",t:Cn},27:{n:"ContentStatus",t:Cn},28:{n:"Language",t:Cn},29:{n:"Version",t:Cn},255:{},2147483648:{n:"Locale",t:19},2147483651:{n:"Behavior",t:19},1919054434:{}},In={1:{n:"CodePage",t:_n},2:{n:"Title",t:Cn},3:{n:"Subject",t:Cn},4:{n:"Author",t:Cn},5:{n:"Keywords",t:Cn},6:{n:"Comments",t:Cn},7:{n:"Template",t:Cn},8:{n:"LastAuthor",t:Cn},9:{n:"RevNumber",t:Cn},10:{n:"EditTime",t:64},11:{n:"LastPrinted",t:64},12:{n:"CreatedDate",t:64},13:{n:"ModifiedDate",t:64},14:{n:"PageCount",t:On},15:{n:"WordCount",t:On},16:{n:"CharCount",t:On},17:{n:"Thumbnail",t:71},18:{n:"Application",t:Cn},19:{n:"DocSecurity",t:On},255:{},2147483648:{n:"Locale",t:19},2147483651:{n:"Behavior",t:19},1919054434:{}},Fn={1:"US",2:"CA",3:"",7:"RU",20:"EG",30:"GR",31:"NL",32:"BE",33:"FR",34:"ES",36:"HU",39:"IT",41:"CH",43:"AT",44:"GB",45:"DK",46:"SE",47:"NO",48:"PL",49:"DE",52:"MX",55:"BR",61:"AU",64:"NZ",66:"TH",81:"JP",82:"KR",84:"VN",86:"CN",90:"TR",105:"JS",213:"DZ",216:"MA",218:"LY",351:"PT",354:"IS",358:"FI",420:"CZ",886:"TW",961:"LB",962:"JO",963:"SY",964:"IQ",965:"KW",966:"SA",971:"AE",972:"IL",974:"QA",981:"IR",65535:"US"},jn=[null,"solid","mediumGray","darkGray","lightGray","darkHorizontal","darkVertical","darkDown","darkUp","darkGrid","darkTrellis","lightHorizontal","lightVertical","lightDown","lightUp","lightGrid","lightTrellis","gray125","gray0625"];var Dn=function(e){return e.map((function(e){return[e>>16&255,e>>8&255,255&e]}))}([0,16777215,16711680,65280,255,16776960,16711935,65535,0,16777215,16711680,65280,255,16776960,16711935,65535,8388608,32768,128,8421376,8388736,32896,12632256,8421504,10066431,10040166,16777164,13434879,6684774,16744576,26316,13421823,128,16711935,16776960,65535,8388736,8388608,32896,255,52479,13434879,13434828,16777113,10079487,16751052,13408767,16764057,3368703,3394764,10079232,16763904,16750848,16737792,6710937,9868950,13158,3381606,13056,3355392,10040064,10040166,3355545,3355443,16777215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),Mn=qe(Dn),Bn={0:"#NULL!",7:"#DIV/0!",15:"#VALUE!",23:"#REF!",29:"#NAME?",36:"#NUM!",42:"#N/A",43:"#GETTING_DATA",255:"#WTF?"},Wn={"#NULL!":0,"#DIV/0!":7,"#VALUE!":15,"#REF!":23,"#NAME?":29,"#NUM!":36,"#N/A":42,"#GETTING_DATA":43,"#WTF?":255},Un={"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":"workbooks","application/vnd.ms-excel.sheet.macroEnabled.main+xml":"workbooks","application/vnd.ms-excel.sheet.binary.macroEnabled.main":"workbooks","application/vnd.ms-excel.addin.macroEnabled.main+xml":"workbooks","application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":"workbooks","application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":"sheets","application/vnd.ms-excel.worksheet":"sheets","application/vnd.ms-excel.binIndexWs":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":"charts","application/vnd.ms-excel.chartsheet":"charts","application/vnd.ms-excel.macrosheet+xml":"macros","application/vnd.ms-excel.macrosheet":"macros","application/vnd.ms-excel.intlmacrosheet":"TODO","application/vnd.ms-excel.binIndexMs":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":"dialogs","application/vnd.ms-excel.dialogsheet":"dialogs","application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml":"strs","application/vnd.ms-excel.sharedStrings":"strs","application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":"styles","application/vnd.ms-excel.styles":"styles","application/vnd.openxmlformats-package.core-properties+xml":"coreprops","application/vnd.openxmlformats-officedocument.custom-properties+xml":"custprops","application/vnd.openxmlformats-officedocument.extended-properties+xml":"extprops","application/vnd.openxmlformats-officedocument.customXmlProperties+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.customProperty":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":"comments","application/vnd.ms-excel.comments":"comments","application/vnd.ms-excel.threadedcomments+xml":"threadedcomments","application/vnd.ms-excel.person+xml":"people","application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml":"metadata","application/vnd.ms-excel.sheetMetadata":"metadata","application/vnd.ms-excel.pivotTable":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.chart+xml":"TODO","application/vnd.ms-office.chartcolorstyle+xml":"TODO","application/vnd.ms-office.chartstyle+xml":"TODO","application/vnd.ms-office.chartex+xml":"TODO","application/vnd.ms-excel.calcChain":"calcchains","application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml":"calcchains","application/vnd.openxmlformats-officedocument.spreadsheetml.printerSettings":"TODO","application/vnd.ms-office.activeX":"TODO","application/vnd.ms-office.activeX+xml":"TODO","application/vnd.ms-excel.attachedToolbars":"TODO","application/vnd.ms-excel.connections":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":"TODO","application/vnd.ms-excel.externalLink":"links","application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml":"links","application/vnd.ms-excel.pivotCacheDefinition":"TODO","application/vnd.ms-excel.pivotCacheRecords":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml":"TODO","application/vnd.ms-excel.queryTable":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml":"TODO","application/vnd.ms-excel.userNames":"TODO","application/vnd.ms-excel.revisionHeaders":"TODO","application/vnd.ms-excel.revisionLog":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml":"TODO","application/vnd.ms-excel.tableSingleCells":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml":"TODO","application/vnd.ms-excel.slicer":"TODO","application/vnd.ms-excel.slicerCache":"TODO","application/vnd.ms-excel.slicer+xml":"TODO","application/vnd.ms-excel.slicerCache+xml":"TODO","application/vnd.ms-excel.wsSortMap":"TODO","application/vnd.ms-excel.table":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":"TODO","application/vnd.openxmlformats-officedocument.theme+xml":"themes","application/vnd.openxmlformats-officedocument.themeOverride+xml":"TODO","application/vnd.ms-excel.Timeline+xml":"TODO","application/vnd.ms-excel.TimelineCache+xml":"TODO","application/vnd.ms-office.vbaProject":"vba","application/vnd.ms-office.vbaProjectSignature":"TODO","application/vnd.ms-office.volatileDependencies":"TODO","application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml":"TODO","application/vnd.ms-excel.controlproperties+xml":"TODO","application/vnd.openxmlformats-officedocument.model+data":"TODO","application/vnd.ms-excel.Survey+xml":"TODO","application/vnd.openxmlformats-officedocument.drawing+xml":"drawings","application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml":"TODO","application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml":"TODO","application/vnd.openxmlformats-officedocument.vmlDrawing":"TODO","application/vnd.openxmlformats-package.relationships+xml":"rels","application/vnd.openxmlformats-officedocument.oleObject":"TODO","image/png":"TODO",sheet:"js"},zn={workbooks:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml",xlsm:"application/vnd.ms-excel.sheet.macroEnabled.main+xml",xlsb:"application/vnd.ms-excel.sheet.binary.macroEnabled.main",xlam:"application/vnd.ms-excel.addin.macroEnabled.main+xml",xltx:"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml"},strs:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml",xlsb:"application/vnd.ms-excel.sharedStrings"},comments:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml",xlsb:"application/vnd.ms-excel.comments"},sheets:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml",xlsb:"application/vnd.ms-excel.worksheet"},charts:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml",xlsb:"application/vnd.ms-excel.chartsheet"},dialogs:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml",xlsb:"application/vnd.ms-excel.dialogsheet"},macros:{xlsx:"application/vnd.ms-excel.macrosheet+xml",xlsb:"application/vnd.ms-excel.macrosheet"},metadata:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml",xlsb:"application/vnd.ms-excel.sheetMetadata"},styles:{xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml",xlsb:"application/vnd.ms-excel.styles"}};function Hn(e,t){var r,n=function(e){for(var t=[],r=Ne(e),n=0;n!==r.length;++n)null==t[e[r[n]]]&&(t[e[r[n]]]=[]),t[e[r[n]]].push(r[n]);return t}(Un),o=[];o[o.length]=lt,o[o.length]=Ht("Types",null,{xmlns:Gt.CT,"xmlns:xsd":Gt.xsd,"xmlns:xsi":Gt.xsi}),o=o.concat([["xml","application/xml"],["bin","application/vnd.ms-excel.sheet.binary.macroEnabled.main"],["vml","application/vnd.openxmlformats-officedocument.vmlDrawing"],["data","application/vnd.openxmlformats-officedocument.model+data"],["bmp","image/bmp"],["png","image/png"],["gif","image/gif"],["emf","image/x-emf"],["wmf","image/x-wmf"],["jpg","image/jpeg"],["jpeg","image/jpeg"],["tif","image/tiff"],["tiff","image/tiff"],["pdf","application/pdf"],["rels","application/vnd.openxmlformats-package.relationships+xml"]].map((function(e){return Ht("Default",null,{Extension:e[0],ContentType:e[1]})})));var i=function(n){e[n]&&e[n].length>0&&(r=e[n][0],o[o.length]=Ht("Override",null,{PartName:("/"==r[0]?"":"/")+r,ContentType:zn[n][t.bookType]||zn[n].xlsx}))},a=function(r){(e[r]||[]).forEach((function(e){o[o.length]=Ht("Override",null,{PartName:("/"==e[0]?"":"/")+e,ContentType:zn[r][t.bookType]||zn[r].xlsx})}))},s=function(t){(e[t]||[]).forEach((function(e){o[o.length]=Ht("Override",null,{PartName:("/"==e[0]?"":"/")+e,ContentType:n[t][0]})}))};return i("workbooks"),a("sheets"),a("charts"),s("themes"),["strs","styles"].forEach(i),["coreprops","extprops","custprops"].forEach(s),s("vba"),s("comments"),s("threadedcomments"),s("drawings"),a("metadata"),s("people"),o.length>2&&(o[o.length]="</Types>",o[1]=o[1].replace("/>",">")),o.join("")}var Vn={WB:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",SHEET:"http://sheetjs.openxmlformats.org/officeDocument/2006/relationships/officeDocument",HLINK:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink",VML:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing",XPATH:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath",XMISS:"http://schemas.microsoft.com/office/2006/relationships/xlExternalLinkPath/xlPathMissing",XLINK:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink",CXML:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml",CXMLP:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps",CMNT:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments",CORE_PROPS:"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties",EXT_PROPS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties",CUST_PROPS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties",SST:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings",STY:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles",THEME:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme",CHART:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart",CHARTEX:"http://schemas.microsoft.com/office/2014/relationships/chartEx",CS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartsheet",WS:["http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet","http://purl.oclc.org/ooxml/officeDocument/relationships/worksheet"],DS:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/dialogsheet",MS:"http://schemas.microsoft.com/office/2006/relationships/xlMacrosheet",IMG:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",DRAW:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing",XLMETA:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata",TCMNT:"http://schemas.microsoft.com/office/2017/10/relationships/threadedComment",PEOPLE:"http://schemas.microsoft.com/office/2017/10/relationships/person",VBA:"http://schemas.microsoft.com/office/2006/relationships/vbaProject"};function qn(e){var t=e.lastIndexOf("/");return e.slice(0,t+1)+"_rels/"+e.slice(t+1)+".rels"}function $n(e,t){var r={"!id":{}};if(!e)return r;"/"!==t.charAt(0)&&(t="/"+t);var n={};return(e.match(ht)||[]).forEach((function(e){var o=gt(e);if("<Relationship"===o[0]){var i={};i.Type=o.Type,i.Target=o.Target,i.Id=o.Id,o.TargetMode&&(i.TargetMode=o.TargetMode);var a="External"===o.TargetMode?o.Target:ct(o.Target,t);r[a]=i,n[o.Id]=i}})),r["!id"]=n,r}function Gn(e){var t=[lt,Ht("Relationships",null,{xmlns:Gt.RELS})];return Ne(e["!id"]).forEach((function(r){t[t.length]=Ht("Relationship",null,e["!id"][r])})),t.length>2&&(t[t.length]="</Relationships>",t[1]=t[1].replace("/>",">")),t.join("")}function Xn(e,t,r,n,o,i){if(o||(o={}),e["!id"]||(e["!id"]={}),e["!idx"]||(e["!idx"]=1),t<0)for(t=e["!idx"];e["!id"]["rId"+t];++t);if(e["!idx"]=t+1,o.Id="rId"+t,o.Type=n,o.Target=r,i?o.TargetMode=i:[Vn.HLINK,Vn.XPATH,Vn.XMISS].indexOf(o.Type)>-1&&(o.TargetMode="External"),e["!id"][o.Id])throw new Error("Cannot rewrite rId "+t);return e["!id"][o.Id]=o,e[("/"+o.Target).replace("//","/")]=o,t}var Yn="application/vnd.oasis.opendocument.spreadsheet";function Kn(e,t,r){return[' <rdf:Description rdf:about="'+e+'">\n',' <rdf:type rdf:resource="http://docs.oasis-open.org/ns/office/1.2/meta/'+(r||"odf")+"#"+t+'"/>\n'," </rdf:Description>\n"].join("")}function Jn(e,t){return[' <rdf:Description rdf:about="'+e+'">\n',' <ns0:hasPart xmlns:ns0="http://docs.oasis-open.org/ns/office/1.2/meta/pkg#" rdf:resource="'+t+'"/>\n'," </rdf:Description>\n"].join("")}function Zn(){return'<office:document-meta xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xlink="http://www.w3.org/1999/xlink" office:version="1.2"><office:meta><meta:generator>SheetJS '+e.version+"</meta:generator></office:meta></office:document-meta>"}var Qn=[["cp:category","Category"],["cp:contentStatus","ContentStatus"],["cp:keywords","Keywords"],["cp:lastModifiedBy","LastAuthor"],["cp:lastPrinted","LastPrinted"],["cp:revision","RevNumber"],["cp:version","Version"],["dc:creator","Author"],["dc:description","Comments"],["dc:identifier","Identifier"],["dc:language","Language"],["dc:subject","Subject"],["dc:title","Title"],["dcterms:created","CreatedDate","date"],["dcterms:modified","ModifiedDate","date"]],eo=function(){for(var e=new Array(Qn.length),t=0;t<Qn.length;++t){var r=Qn[t],n="(?:"+r[0].slice(0,r[0].indexOf(":"))+":)"+r[0].slice(r[0].indexOf(":")+1);e[t]=new RegExp("<"+n+"[^>]*>([\\s\\S]*?)</"+n+">")}return e}();function to(e){var t={};e=Pt(e);for(var r=0;r<Qn.length;++r){var n=Qn[r],o=e.match(eo[r]);null!=o&&o.length>0&&(t[n[1]]=yt(o[1])),"date"===n[2]&&t[n[1]]&&(t[n[1]]=He(t[n[1]]))}return t}function ro(e,t,r,n,o){null==o[e]&&null!=t&&""!==t&&(o[e]=t,t=xt(t),n[n.length]=r?Ht(e,t,r):Ut(e,t))}function no(e,t){var r=t||{},n=[lt,Ht("cp:coreProperties",null,{"xmlns:cp":Gt.CORE_PROPS,"xmlns:dc":Gt.dc,"xmlns:dcterms":Gt.dcterms,"xmlns:dcmitype":Gt.dcmitype,"xmlns:xsi":Gt.xsi})],o={};if(!e&&!r.Props)return n.join("");e&&(null!=e.CreatedDate&&ro("dcterms:created","string"==typeof e.CreatedDate?e.CreatedDate:Vt(e.CreatedDate,r.WTF),{"xsi:type":"dcterms:W3CDTF"},n,o),null!=e.ModifiedDate&&ro("dcterms:modified","string"==typeof e.ModifiedDate?e.ModifiedDate:Vt(e.ModifiedDate,r.WTF),{"xsi:type":"dcterms:W3CDTF"},n,o));for(var i=0;i!=Qn.length;++i){var a=Qn[i],s=r.Props&&null!=r.Props[a[1]]?r.Props[a[1]]:e?e[a[1]]:null;!0===s?s="1":!1===s?s="0":"number"==typeof s&&(s=String(s)),null!=s&&ro(a[0],s,null,n,o)}return n.length>2&&(n[n.length]="</cp:coreProperties>",n[1]=n[1].replace("/>",">")),n.join("")}var oo=[["Application","Application","string"],["AppVersion","AppVersion","string"],["Company","Company","string"],["DocSecurity","DocSecurity","string"],["Manager","Manager","string"],["HyperlinksChanged","HyperlinksChanged","bool"],["SharedDoc","SharedDoc","bool"],["LinksUpToDate","LinksUpToDate","bool"],["ScaleCrop","ScaleCrop","bool"],["HeadingPairs","HeadingPairs","raw"],["TitlesOfParts","TitlesOfParts","raw"]],io=["Worksheets","SheetNames","NamedRanges","DefinedNames","Chartsheets","ChartNames"];function ao(e,t,r,n){var o=[];if("string"==typeof e)o=Bt(e,n);else for(var i=0;i<e.length;++i)o=o.concat(e[i].map((function(e){return{v:e}})));var a="string"==typeof t?Bt(t,n).map((function(e){return e.v})):t,s=0,c=0;if(a.length>0)for(var l=0;l!==o.length;l+=2){switch(c=+o[l+1].v,o[l].v){case"Worksheets":case"工作表":case"Листы":case"أوراق العمل":case"ワークシート":case"גליונות עבודה":case"Arbeitsblätter":case"Çalışma Sayfaları":case"Feuilles de calcul":case"Fogli di lavoro":case"Folhas de cálculo":case"Planilhas":case"Regneark":case"Hojas de cálculo":case"Werkbladen":r.Worksheets=c,r.SheetNames=a.slice(s,s+c);break;case"Named Ranges":case"Rangos con nombre":case"名前付き一覧":case"Benannte Bereiche":case"Navngivne områder":r.NamedRanges=c,r.DefinedNames=a.slice(s,s+c);break;case"Charts":case"Diagramme":r.Chartsheets=c,r.ChartNames=a.slice(s,s+c)}s+=c}}function so(e){var t=[],r=Ht;return e||(e={}),e.Application="SheetJS",t[t.length]=lt,t[t.length]=Ht("Properties",null,{xmlns:Gt.EXT_PROPS,"xmlns:vt":Gt.vt}),oo.forEach((function(n){if(void 0!==e[n[1]]){var o;switch(n[2]){case"string":o=xt(String(e[n[1]]));break;case"bool":o=e[n[1]]?"true":"false"}void 0!==o&&(t[t.length]=r(n[0],o))}})),t[t.length]=r("HeadingPairs",r("vt:vector",r("vt:variant","<vt:lpstr>Worksheets</vt:lpstr>")+r("vt:variant",r("vt:i4",String(e.Worksheets))),{size:2,baseType:"variant"})),t[t.length]=r("TitlesOfParts",r("vt:vector",e.SheetNames.map((function(e){return"<vt:lpstr>"+xt(e)+"</vt:lpstr>"})).join(""),{size:e.Worksheets,baseType:"lpstr"})),t.length>2&&(t[t.length]="</Properties>",t[1]=t[1].replace("/>",">")),t.join("")}var co=/<[^>]+>[^<]*/g;function lo(e){var t=[lt,Ht("Properties",null,{xmlns:Gt.CUST_PROPS,"xmlns:vt":Gt.vt})];if(!e)return t.join("");var r=1;return Ne(e).forEach((function(n){++r,t[t.length]=Ht("property",function(e,t){switch(typeof e){case"string":var r=Ht("vt:lpwstr",xt(e));return t&&(r=r.replace(/&quot;/g,"_x0022_")),r;case"number":return Ht((0|e)==e?"vt:i4":"vt:r8",xt(String(e)));case"boolean":return Ht("vt:bool",e?"true":"false")}if(e instanceof Date)return Ht("vt:filetime",Vt(e));throw new Error("Unable to serialize "+e)}(e[n],!0),{fmtid:"{D5CDD505-2E9C-101B-9397-08002B2CF9AE}",pid:r,name:xt(n)})})),t.length>2&&(t[t.length]="</Properties>",t[1]=t[1].replace("/>",">")),t.join("")}var uo,fo={Title:"Title",Subject:"Subject",Author:"Author",Keywords:"Keywords",Comments:"Description",LastAuthor:"LastAuthor",RevNumber:"Revision",Application:"AppName",LastPrinted:"LastPrinted",CreatedDate:"Created",ModifiedDate:"LastSaved",Category:"Category",Manager:"Manager",Company:"Company",AppVersion:"Version",ContentStatus:"ContentStatus",Identifier:"Identifier",Language:"Language"};function ho(e,t,r){uo||(uo=Re(fo)),e[t=uo[t]||t]=r}function po(e){var t=e._R(4),r=e._R(4);return new Date(1e3*(r/1e7*Math.pow(2,32)+t/1e7-11644473600)).toISOString().replace(/\.000/,"")}function go(e,t,r){var n=e.l,o=e._R(0,"lpstr-cp");if(r)for(;e.l-n&3;)++e.l;return o}function mo(e,t,r){var n=e._R(0,"lpwstr");return r&&(e.l+=4-(n.length+1&3)&3),n}function vo(e,t,r){return 31===t?mo(e):go(e,0,r)}function bo(e,t,r){return vo(e,t,!1===r?0:4)}function yo(e){var t=e.l,r=xo(e,Rn);return 0==e[e.l]&&0==e[e.l+1]&&e.l-t&2&&(e.l+=2),[r,xo(e,On)]}function wo(e,t){for(var r=e._R(4),n={},o=0;o!=r;++o){var i=e._R(4),a=e._R(4);n[i]=e._R(a,1200===t?"utf16le":"utf8").replace(_,"").replace(O,"!"),1200===t&&a%2&&(e.l+=2)}return 3&e.l&&(e.l=e.l>>3<<2),n}function So(e){var t=e._R(4),r=e.slice(e.l,e.l+t);return e.l+=t,(3&t)>0&&(e.l+=4-(3&t)&3),r}function xo(e,t,r){var n,o=e._R(2),i=r||{};if(e.l+=2,t!==Nn&&o!==t&&-1===Pn.indexOf(t)&&(4126!=(65534&t)||4126!=(65534&o)))throw new Error("Expected type "+t+" saw "+o);switch(t===Nn?o:t){case 2:return n=e._R(2,"i"),i.raw||(e.l+=2),n;case 3:return n=e._R(4,"i");case 11:return 0!==e._R(4);case 19:return n=e._R(4);case 30:return go(e,0,4).replace(_,"");case 31:return mo(e);case 64:return po(e);case 65:return So(e);case 71:return function(e){var t={};return t.Size=e._R(4),e.l+=t.Size+3-(t.Size-1)%4,t}(e);case 80:return bo(e,o,!i.raw).replace(_,"");case 81:return function(e,t){if(!t)throw new Error("VtUnalignedString must have positive length");return vo(e,t,0)}(e,o).replace(_,"");case 4108:return function(e){for(var t=e._R(4),r=[],n=0;n<t/2;++n)r.push(yo(e));return r}(e);case 4126:case 4127:return 4127==o?function(e){for(var t=e._R(4),r=[],n=0;n!=t;++n){var o=e.l;r[n]=e._R(0,"lpwstr").replace(_,""),e.l-o&2&&(e.l+=2)}return r}(e):function(e){for(var t=e._R(4),r=[],n=0;n!=t;++n)r[n]=e._R(0,"lpstr-cp").replace(_,"");return r}(e);default:throw new Error("TypedPropertyValue unrecognized type "+t+" "+o)}}function ko(e,t){var r=Rr(4),n=Rr(4);switch(r._W(4,80==e?31:e),e){case 3:n._W(-4,t);break;case 5:(n=Rr(8))._W(8,t,"f");break;case 11:n._W(4,t?1:0);break;case 64:n=function(e){var t=("string"==typeof e?new Date(Date.parse(e)):e).getTime()/1e3+11644473600,r=t%Math.pow(2,32),n=(t-r)/Math.pow(2,32);n*=1e7;var o=(r*=1e7)/Math.pow(2,32)|0;o>0&&(r%=Math.pow(2,32),n+=o);var i=Rr(8);return i._W(4,r),i._W(4,n),i}(t);break;case 31:case 80:for((n=Rr(4+2*(t.length+1)+(t.length%2?0:2)))._W(4,t.length+1),n._W(0,t,"dbcs");n.l!=n.length;)n._W(1,0);break;default:throw new Error("TypedPropertyValue unrecognized type "+e+" "+t)}return E([r,n])}function To(e,t){var r=e.l,n=e._R(4),o=e._R(4),i=[],a=0,c=0,l=-1,u={};for(a=0;a!=o;++a){var f=e._R(4),h=e._R(4);i[a]=[f,h+r]}i.sort((function(e,t){return e[1]-t[1]}));var d={};for(a=0;a!=o;++a){if(e.l!==i[a][1]){var p=!0;if(a>0&&t)switch(t[i[a-1][0]].t){case 2:e.l+2===i[a][1]&&(e.l+=2,p=!1);break;case 80:case 4108:e.l<=i[a][1]&&(e.l=i[a][1],p=!1)}if((!t||0==a)&&e.l<=i[a][1]&&(p=!1,e.l=i[a][1]),p)throw new Error("Read Error: Expected address "+i[a][1]+" at "+e.l+" :"+a)}if(t){var g=t[i[a][0]];if(d[g.n]=xo(e,g.t,{raw:!0}),"version"===g.p&&(d[g.n]=String(d[g.n]>>16)+"."+("0000"+String(65535&d[g.n])).slice(-4)),"CodePage"==g.n)switch(d[g.n]){case 0:d[g.n]=1252;case 874:case 932:case 936:case 949:case 950:case 1250:case 1251:case 1253:case 1254:case 1255:case 1256:case 1257:case 1258:case 1e4:case 1200:case 1201:case 1252:case 65e3:case-536:case 65001:case-535:s(c=d[g.n]>>>0&65535);break;default:throw new Error("Unsupported CodePage: "+d[g.n])}}else if(1===i[a][0]){if(c=d.CodePage=xo(e,_n),s(c),-1!==l){var m=e.l;e.l=i[l][1],u=wo(e,c),e.l=m}}else if(0===i[a][0]){if(0===c){l=a,e.l=i[a+1][1];continue}u=wo(e,c)}else{var v,b=u[i[a][0]];switch(e[e.l]){case 65:e.l+=4,v=So(e);break;case 30:case 31:e.l+=4,v=bo(e,e[e.l-4]).replace(/\u0000+$/,"");break;case 3:e.l+=4,v=e._R(4,"i");break;case 19:e.l+=4,v=e._R(4);break;case 5:e.l+=4,v=e._R(8,"f");break;case 11:e.l+=4,v=Ro(e,4);break;case 64:e.l+=4,v=He(po(e));break;default:throw new Error("unparsed value: "+e[e.l])}d[b]=v}}return e.l=r+n,d}var Ao=["CodePage","Thumbnail","_PID_LINKBASE","_PID_HLINKS","SystemIdentifier","FMTID"];function Eo(e){switch(typeof e){case"boolean":return 11;case"number":return(0|e)==e?3:5;case"string":return 31;case"object":if(e instanceof Date)return 64}return-1}function _o(e,t,r){var n=Rr(8),o=[],i=[],a=8,s=0,c=Rr(8),l=Rr(8);if(c._W(4,2),c._W(4,1200),l._W(4,1),i.push(c),o.push(l),a+=8+c.length,!t){(l=Rr(8))._W(4,0),o.unshift(l);var u=[Rr(4)];for(u[0]._W(4,e.length),s=0;s<e.length;++s){var f=e[s][0];for((c=Rr(8+2*(f.length+1)+(f.length%2?0:2)))._W(4,s+2),c._W(4,f.length+1),c._W(0,f,"dbcs");c.l!=c.length;)c._W(1,0);u.push(c)}c=E(u),i.unshift(c),a+=8+c.length}for(s=0;s<e.length;++s)if((!t||t[e[s][0]])&&!(Ao.indexOf(e[s][0])>-1||io.indexOf(e[s][0])>-1)&&null!=e[s][1]){var h=e[s][1],d=0;if(t){var p=r[d=+t[e[s][0]]];if("version"==p.p&&"string"==typeof h){var g=h.split(".");h=(+g[0]<<16)+(+g[1]||0)}c=ko(p.t,h)}else{var m=Eo(h);-1==m&&(m=31,h=String(h)),c=ko(m,h)}i.push(c),(l=Rr(8))._W(4,t?d:2+s),o.push(l),a+=8+c.length}var v=8*(i.length+1);for(s=0;s<i.length;++s)o[s]._W(4,v),v+=i[s].length;return n._W(4,a),n._W(4,i.length),E([n].concat(o).concat(i))}function Oo(e,t,r){var n=e.content;if(!n)return{};Nr(n,0);var o,i,a,s,c=0;n.chk("feff","Byte Order: "),n._R(2);var l=n._R(4),u=n._R(16);if(u!==Ee.utils.consts.HEADER_CLSID&&u!==r)throw new Error("Bad PropertySet CLSID "+u);if(1!==(o=n._R(4))&&2!==o)throw new Error("Unrecognized #Sets: "+o);if(i=n._R(16),s=n._R(4),1===o&&s!==n.l)throw new Error("Length mismatch: "+s+" !== "+n.l);2===o&&(a=n._R(16),c=n._R(4));var f,h=To(n,t),d={SystemIdentifier:l};for(var p in h)d[p]=h[p];if(d.FMTID=i,1===o)return d;if(c-n.l==2&&(n.l+=2),n.l!==c)throw new Error("Length mismatch 2: "+n.l+" !== "+c);try{f=To(n,null)}catch(e){}for(p in f)d[p]=f[p];return d.FMTID=[i,a],d}function No(e,t,r,n,o,i){var a=Rr(o?68:48),s=[a];a._W(2,65534),a._W(2,0),a._W(4,842412599),a._W(16,Ee.utils.consts.HEADER_CLSID,"hex"),a._W(4,o?2:1),a._W(16,t,"hex"),a._W(4,o?68:48);var c=_o(e,r,n);if(s.push(c),o){var l=_o(o,null,null);a._W(16,i,"hex"),a._W(4,68+c.length),s.push(l)}return E(s)}function Co(e,t){return e._R(t),null}function Ro(e,t){return 1===e._R(t)}function Po(e,t){return t||(t=Rr(2)),t._W(2,+!!e),t}function Lo(e){return e._R(2,"u")}function Io(e,t){return t||(t=Rr(2)),t._W(2,e),t}function Fo(e,t){return function(e,t,r){for(var n=[],o=e.l+t;e.l<o;)n.push(r(e,o-e.l));if(o!==e.l)throw new Error("Slurp error");return n}(e,t,Lo)}function jo(e,t,r){return r||(r=Rr(2)),r._W(1,"e"==t?+e:+!!e),r._W(1,"e"==t?1:0),r}function Do(e,t,n){var o=e._R(n&&n.biff>=12?2:1),i="sbcs-cont",a=r;(n&&n.biff>=8&&(r=1200),n&&8!=n.biff)?12==n.biff&&(i="wstr"):e._R(1)&&(i="dbcs-cont");n.biff>=2&&n.biff<=5&&(i="cpstr");var s=o?e._R(o,i):"";return r=a,s}function Mo(e){var t=r;r=1200;var n,o=e._R(2),i=e._R(1),a=4&i,s=8&i,c=1+(1&i),l=0,u={};s&&(l=e._R(2)),a&&(n=e._R(4));var f=2==c?"dbcs-cont":"sbcs-cont",h=0===o?"":e._R(o,f);return s&&(e.l+=4*l),a&&(e.l+=n),u.t=h,s||(u.raw="<t>"+u.t+"</t>",u.r=u.t),r=t,u}function Bo(e){var t=e.t||"",r=Rr(3);r._W(2,t.length),r._W(1,1);var n=Rr(2*t.length);return n._W(2*t.length,t,"utf16le"),E([r,n])}function Wo(e,t,r){if(r){if(r.biff>=2&&r.biff<=5)return e._R(t,"cpstr");if(r.biff>=12)return e._R(t,"dbcs-cont")}return 0===e._R(1)?e._R(t,"sbcs-cont"):e._R(t,"dbcs-cont")}function Uo(e,t,r){var n=e._R(r&&2==r.biff?1:2);return 0===n?(e.l++,""):Wo(e,n,r)}function zo(e,t,r){if(r.biff>5)return Uo(e,0,r);var n=e._R(1);return 0===n?(e.l++,""):e._R(n,r.biff<=4||!e.lens?"cpstr":"sbcs-cont")}function Ho(e,t,r){return r||(r=Rr(3+2*e.length)),r._W(2,e.length),r._W(1,1),r._W(31,e,"utf16le"),r}function Vo(e,t){var r=e._R(16);switch(16,r){case"e0c9ea79f9bace118c8200aa004ba90b":return function(e){var t=e._R(4),r=e.l,n=!1;t>24&&(e.l+=t-24,"795881f43b1d7f48af2c825dc4852763"===e._R(16)&&(n=!0),e.l=r);var o=e._R((n?t-24:t)>>1,"utf16le").replace(_,"");return n&&(e.l+=24),o}(e);case"0303000000000000c000000000000046":return function(e){for(var t=e._R(2),r="";t-- >0;)r+="../";var n=e._R(0,"lpstr-ansi");if(e.l+=2,57005!=e._R(2))throw new Error("Bad FileMoniker");if(0===e._R(4))return r+n.replace(/\\/g,"/");var o=e._R(4);if(3!=e._R(2))throw new Error("Bad FileMoniker");return r+e._R(o>>1,"utf16le").replace(_,"")}(e);default:throw new Error("Unsupported Moniker "+r)}}function qo(e){var t=e._R(4);return t>0?e._R(t,"utf16le").replace(_,""):""}function $o(e,t){t||(t=Rr(6+2*e.length)),t._W(4,1+e.length);for(var r=0;r<e.length;++r)t._W(2,e.charCodeAt(r));return t._W(2,0),t}function Go(e){var t=Rr(512),r=0,n=e.Target;"file://"==n.slice(0,7)&&(n=n.slice(7));var o=n.indexOf("#"),i=o>-1?31:23;switch(n.charAt(0)){case"#":i=28;break;case".":i&=-3}t._W(4,2),t._W(4,i);var a=[8,6815827,6619237,4849780,83];for(r=0;r<a.length;++r)t._W(4,a[r]);if(28==i)$o(n=n.slice(1),t);else if(2&i){for(a="e0 c9 ea 79 f9 ba ce 11 8c 82 00 aa 00 4b a9 0b".split(" "),r=0;r<a.length;++r)t._W(1,parseInt(a[r],16));var s=o>-1?n.slice(0,o):n;for(t._W(4,2*(s.length+1)),r=0;r<s.length;++r)t._W(2,s.charCodeAt(r));t._W(2,0),8&i&&$o(o>-1?n.slice(o+1):"",t)}else{for(a="03 03 00 00 00 00 00 00 c0 00 00 00 00 00 00 46".split(" "),r=0;r<a.length;++r)t._W(1,parseInt(a[r],16));for(var c=0;"../"==n.slice(3*c,3*c+3)||"..\\"==n.slice(3*c,3*c+3);)++c;for(t._W(2,c),t._W(4,n.length-3*c+1),r=0;r<n.length-3*c;++r)t._W(1,255&n.charCodeAt(r+3*c));for(t._W(1,0),t._W(2,65535),t._W(2,57005),r=0;r<6;++r)t._W(4,0)}return t.slice(0,t.l)}function Xo(e){return[e._R(1),e._R(1),e._R(1),e._R(1)]}function Yo(e,t){var r=Xo(e);return r[3]=0,r}function Ko(e){return{r:e._R(2),c:e._R(2),ixfe:e._R(2)}}function Jo(e,t,r,n){return n||(n=Rr(6)),n._W(2,e),n._W(2,t),n._W(2,r||0),n}function Zo(e,t,r){var n=r.biff>8?4:2;return[e._R(n),e._R(n,"i"),e._R(n,"i")]}function Qo(e){return[e._R(2),bn(e)]}function ei(e){var t=e._R(2),r=e._R(2);return{s:{c:e._R(2),r:t},e:{c:e._R(2),r:r}}}function ti(e,t){return t||(t=Rr(8)),t._W(2,e.s.r),t._W(2,e.e.r),t._W(2,e.s.c),t._W(2,e.e.c),t}function ri(e){var t=e._R(2),r=e._R(2);return{s:{c:e._R(1),r:t},e:{c:e._R(1),r:r}}}var ni=ri;function oi(e){e.l+=4;var t=e._R(2),r=e._R(2),n=e._R(2);return e.l+=12,[r,t,n]}function ii(e){e.l+=2,e.l+=e._R(2)}var ai={0:ii,4:ii,5:ii,6:ii,7:function(e){return e.l+=4,e.cf=e._R(2),{}},8:ii,9:ii,10:ii,11:ii,12:ii,13:function(e){var t={};return e.l+=4,e.l+=16,t.fSharedNote=e._R(2),e.l+=4,t},14:ii,15:ii,16:ii,17:ii,18:ii,19:ii,20:ii,21:oi};function si(e,t){var r={BIFFVer:0,dt:0};switch(r.BIFFVer=e._R(2),(t-=2)>=2&&(r.dt=e._R(2),e.l-=2),r.BIFFVer){case 1536:case 1280:case 1024:case 768:case 512:case 2:case 7:break;default:if(t>6)throw new Error("Unexpected BIFF Ver "+r.BIFFVer)}return e._R(t),r}function ci(e,t,r){var n=1536,o=16;switch(r.bookType){case"biff8":case"xla":break;case"biff5":n=1280,o=8;break;case"biff4":n=4,o=6;break;case"biff3":n=3,o=6;break;case"biff2":n=2,o=4;break;default:throw new Error("unsupported BIFF version")}var i=Rr(o);return i._W(2,n),i._W(2,t),o>4&&i._W(2,29282),o>6&&i._W(2,1997),o>8&&(i._W(2,49161),i._W(2,1),i._W(2,1798),i._W(2,0)),i}function li(e,t){var r=!t||t.biff>=8?2:1,n=Rr(8+r*e.name.length);n._W(4,e.pos),n._W(1,e.hs||0),n._W(1,e.dt),n._W(1,e.name.length),t.biff>=8&&n._W(1,1),n._W(r*e.name.length,e.name,t.biff<8?"sbcs":"utf16le");var o=n.slice(0,n.l);return o.l=n.l,o}function ui(e,t,r){var n=0;r&&2==r.biff||(n=e._R(2));var o=e._R(2);return r&&2==r.biff&&(n=1-(o>>15),o&=32767),[{Unsynced:1&n,DyZero:(2&n)>>1,ExAsc:(4&n)>>2,ExDsc:(8&n)>>3},o]}function fi(e,t,r,n){var o=r&&5==r.biff;n||(n=Rr(o?3+t.length:5+2*t.length)),n._W(2,e),n._W(o?1:2,t.length),o||n._W(1,1),n._W((o?1:2)*t.length,t,o?"sbcs":"utf16le");var i=n.length>n.l?n.slice(0,n.l):n;return null==i.l&&(i.l=i.length),i}var hi=zo;function di(e,t,r){var n=e.l+t,o=8!=r.biff&&r.biff?2:4,i=e._R(o),a=e._R(o),s=e._R(2),c=e._R(2);return e.l=n,{s:{r:i,c:s},e:{r:a,c:c}}}function pi(e,t,r,n){var o=r&&5==r.biff;n||(n=Rr(o?16:20)),n._W(2,0),e.style?(n._W(2,e.numFmtId||0),n._W(2,65524)):(n._W(2,e.numFmtId||0),n._W(2,t<<4));var i=0;return e.numFmtId>0&&o&&(i|=1024),n._W(4,i),n._W(4,0),o||n._W(4,0),n._W(2,0),n}function gi(e,t,r){var n=Ko(e);2!=r.biff&&9!=t||++e.l;var o=function(e){var t=e._R(1);return 1===e._R(1)?t:1===t}(e);return n.val=o,n.t=!0===o||!1===o?"b":"e",n}var mi=function(e,t,r){return 0===t?"":zo(e,0,r)};function vi(e,t,r){var n,o=e._R(2),i={fBuiltIn:1&o,fWantAdvise:o>>>1&1,fWantPict:o>>>2&1,fOle:o>>>3&1,fOleLink:o>>>4&1,cf:o>>>5&1023,fIcon:o>>>15&1};return 14849===r.sbcch&&(n=function(e,t,r){e.l+=4,t-=4;var n=e.l+t,o=Do(e,0,r),i=e._R(2);if(i!==(n-=e.l))throw new Error("Malformed AddinUdf: padding = "+n+" != "+i);return e.l+=i,o}(e,t-2,r)),i.body=n||e._R(t-2),"string"==typeof n&&(i.Name=n),i}var bi=["_xlnm.Consolidate_Area","_xlnm.Auto_Open","_xlnm.Auto_Close","_xlnm.Extract","_xlnm.Database","_xlnm.Criteria","_xlnm.Print_Area","_xlnm.Print_Titles","_xlnm.Recorder","_xlnm.Data_Form","_xlnm.Auto_Activate","_xlnm.Auto_Deactivate","_xlnm.Sheet_Title","_xlnm._FilterDatabase"];function yi(e,t,r){var n=e.l+t,o=e._R(2),i=e._R(1),a=e._R(1),s=e._R(r&&2==r.biff?1:2),c=0;(!r||r.biff>=5)&&(5!=r.biff&&(e.l+=2),c=e._R(2),5==r.biff&&(e.l+=2),e.l+=4);var l=Wo(e,a,r);32&o&&(l=bi[l.charCodeAt(0)]);var u=n-e.l;r&&2==r.biff&&--u;var f=n!=e.l&&0!==s&&u>0?function(e,t,r,n){var o,i=e.l+t,a=Ws(e,n,r);i!==e.l&&(o=Bs(e,i-e.l,a,r));return[a,o]}(e,u,r,s):[];return{chKey:i,Name:l,itab:c,rgce:f}}function wi(e,t,r){if(r.biff<8)return function(e,t,r){3==e[e.l+1]&&e[e.l]++;var n=Do(e,0,r);return 3==n.charCodeAt(0)?n.slice(1):n}(e,0,r);for(var n=[],o=e.l+t,i=e._R(r.biff>8?4:2);0!=i--;)n.push(Zo(e,r.biff,r));if(e.l!=o)throw new Error("Bad ExternSheet: "+e.l+" != "+o);return n}function Si(e,t,r){var n=ni(e,6);switch(r.biff){case 2:e.l++,t-=7;break;case 3:case 4:e.l+=2,t-=8;break;default:e.l+=6,t-=12}return[n,$s(e,t,r)]}var xi={8:function(e,t){var r=e.l+t;e.l+=10;var n=e._R(2);e.l+=4,e.l+=2,e.l+=2,e.l+=2,e.l+=4;var o=e._R(1);return e.l+=o,e.l=r,{fmt:n}}};function ki(e){var t=Rr(24),r=Hr(e[0]);t._W(2,r.r),t._W(2,r.r),t._W(2,r.c),t._W(2,r.c);for(var n="d0 c9 ea 79 f9 ba ce 11 8c 82 00 aa 00 4b a9 0b".split(" "),o=0;o<16;++o)t._W(1,parseInt(n[o],16));return E([t,Go(e[1])])}function Ti(e){var t=e[1].Tooltip,r=Rr(10+2*(t.length+1));r._W(2,2048);var n=Hr(e[0]);r._W(2,n.r),r._W(2,n.r),r._W(2,n.c),r._W(2,n.c);for(var o=0;o<t.length;++o)r._W(2,t.charCodeAt(o));return r._W(2,0),r}function Ai(e,t,r){if(!r.cellStyles)return Cr(e,t);var n=r&&r.biff>=12?4:2,o=e._R(n),i=e._R(n),a=e._R(n),s=e._R(n),c=e._R(2);2==n&&(e.l+=2);var l={s:o,e:i,w:a,ixfe:s,flags:c};return(r.biff>=5||!r.biff)&&(l.level=c>>8&7),l}var Ei=Ko,_i=Fo,Oi=Uo;var Ni=[2,3,48,49,131,139,140,245],Ci=function(){var e={1:437,2:850,3:1252,4:1e4,100:852,101:866,102:865,103:861,104:895,105:620,106:737,107:857,120:950,121:949,122:936,123:932,124:874,125:1255,126:1256,150:10007,151:10029,152:10006,200:1250,201:1251,202:1254,203:1253,0:20127,8:865,9:437,10:850,11:437,13:437,14:850,15:437,16:850,17:437,18:850,19:932,20:850,21:437,22:850,23:865,24:437,25:437,26:850,27:437,28:863,29:850,31:852,34:852,35:852,36:860,37:850,38:866,55:850,64:852,77:936,78:949,79:950,80:874,87:1252,88:1252,89:1252,108:863,134:737,135:852,136:857,204:1257,255:16969},r=Re({1:437,2:850,3:1252,4:1e4,100:852,101:866,102:865,103:861,104:895,105:620,106:737,107:857,120:950,121:949,122:936,123:932,124:874,125:1255,126:1256,150:10007,151:10029,152:10006,200:1250,201:1251,202:1254,203:1253,0:20127});function o(r,n){var o=[],i=w(1);switch(n.type){case"base64":i=x(v(r));break;case"binary":i=x(r);break;case"buffer":case"array":i=r}Nr(i,0);var a=i._R(1),s=!!(136&a),c=!1,l=!1;switch(a){case 2:case 3:case 131:case 139:case 245:break;case 48:case 49:c=!0,s=!0;break;case 140:l=!0;break;default:throw new Error("DBF Unsupported Version: "+a.toString(16))}var u=0,f=521;2==a&&(u=i._R(2)),i.l+=3,2!=a&&(u=i._R(4)),u>1048576&&(u=1e6),2!=a&&(f=i._R(2));var h=i._R(2),d=n.codepage||1252;2!=a&&(i.l+=16,i._R(1),0!==i[i.l]&&(d=e[i[i.l]]),i.l+=1,i.l+=2),l&&(i.l+=36);for(var p=[],g={},m=Math.min(i.length,2==a?521:f-10-(c?264:0)),b=l?32:11;i.l<m&&13!=i[i.l];)switch((g={}).name=t.utils.decode(d,i.slice(i.l,i.l+b)).replace(/[\u0000\r\n].*$/g,""),i.l+=b,g.type=String.fromCharCode(i._R(1)),2==a||l||(g.offset=i._R(4)),g.len=i._R(1),2==a&&(g.offset=i._R(2)),g.dec=i._R(1),g.name.length&&p.push(g),2!=a&&(i.l+=l?13:14),g.type){case"B":c&&8==g.len||!n.WTF||console.log("Skipping "+g.name+":"+g.type);break;case"G":case"P":n.WTF&&console.log("Skipping "+g.name+":"+g.type);break;case"+":case"0":case"@":case"C":case"D":case"F":case"I":case"L":case"M":case"N":case"O":case"T":case"Y":break;default:throw new Error("Unknown Field Type: "+g.type)}if(13!==i[i.l]&&(i.l=f-1),13!==i._R(1))throw new Error("DBF Terminator not found "+i.l+" "+i[i.l]);i.l=f;var y=0,S=0;for(o[0]=[],S=0;S!=p.length;++S)o[0][S]=p[S].name;for(;u-- >0;)if(42!==i[i.l])for(++i.l,o[++y]=[],S=0,S=0;S!=p.length;++S){var k=i.slice(i.l,i.l+p[S].len);i.l+=p[S].len,Nr(k,0);var T=t.utils.decode(d,k);switch(p[S].type){case"C":T.trim().length&&(o[y][S]=T.replace(/\s+$/,""));break;case"D":8===T.length?o[y][S]=new Date(+T.slice(0,4),+T.slice(4,6)-1,+T.slice(6,8)):o[y][S]=T;break;case"F":o[y][S]=parseFloat(T.trim());break;case"+":case"I":o[y][S]=l?2147483648^k._R(-4,"i"):k._R(4,"i");break;case"L":switch(T.trim().toUpperCase()){case"Y":case"T":o[y][S]=!0;break;case"N":case"F":o[y][S]=!1;break;case"":case"?":break;default:throw new Error("DBF Unrecognized L:|"+T+"|")}break;case"M":if(!s)throw new Error("DBF Unexpected MEMO for type "+a.toString(16));o[y][S]="##MEMO##"+(l?parseInt(T.trim(),10):k._R(4));break;case"N":(T=T.replace(/\u0000/g,"").trim())&&"."!=T&&(o[y][S]=+T||0);break;case"@":o[y][S]=new Date(k._R(-8,"f")-621356832e5);break;case"T":o[y][S]=new Date(864e5*(k._R(4)-2440588)+k._R(4));break;case"Y":o[y][S]=k._R(4,"i")/1e4+k._R(4,"i")/1e4*Math.pow(2,32);break;case"O":o[y][S]=-k._R(-8,"f");break;case"B":if(c&&8==p[S].len){o[y][S]=k._R(8,"f");break}case"G":case"P":k.l+=p[S].len;break;case"0":if("_NullFlags"===p[S].name)break;default:throw new Error("DBF Unsupported data type "+p[S].type)}}else i.l+=h;if(2!=a&&i.l<i.length&&26!=i[i.l++])throw new Error("DBF EOF Marker missing "+(i.l-1)+" of "+i.length+" "+i[i.l-1].toString(16));return n&&n.sheetRows&&(o=o.slice(0,n.sheetRows)),n.DBF=p,o}function i(e,t){var r=t||{};r.dateNF||(r.dateNF="yyyymmdd");var n=Zr(o(e,r),r);return n["!cols"]=r.DBF.map((function(e){return{wch:e.len,DBF:e}})),delete r.DBF,n}var a={B:8,C:250,L:1,D:8,"?":0,"":0};return{to_workbook:function(e,t){try{return Kr(i(e,t),t)}catch(e){if(t&&t.WTF)throw e}return{SheetNames:[],Sheets:{}}},to_sheet:i,from_sheet:function(e,t){var o=t||{};if(+o.codepage>=0&&s(+o.codepage),"string"==o.type)throw new Error("Cannot write DBF to JS string");var i=Lr(),c=Ef(e,{header:1,raw:!0,cellDates:!0}),l=c[0],u=c.slice(1),f=e["!cols"]||[],h=0,d=0,p=0,g=1;for(h=0;h<l.length;++h)if(((f[h]||{}).DBF||{}).name)l[h]=f[h].DBF.name,++p;else if(null!=l[h]){if(++p,"number"==typeof l[h]&&(l[h]=l[h].toString(10)),"string"!=typeof l[h])throw new Error("DBF Invalid column name "+l[h]+" |"+typeof l[h]+"|");if(l.indexOf(l[h])!==h)for(d=0;d<1024;++d)if(-1==l.indexOf(l[h]+"_"+d)){l[h]+="_"+d;break}}var m=Gr(e["!ref"]),v=[],b=[],y=[];for(h=0;h<=m.e.c-m.s.c;++h){var w="",S="",x=0,k=[];for(d=0;d<u.length;++d)null!=u[d][h]&&k.push(u[d][h]);if(0!=k.length&&null!=l[h]){for(d=0;d<k.length;++d){switch(typeof k[d]){case"number":S="B";break;case"string":default:S="C";break;case"boolean":S="L";break;case"object":S=k[d]instanceof Date?"D":"C"}x=Math.max(x,String(k[d]).length),w=w&&w!=S?"C":S}x>250&&(x=250),"C"==(S=((f[h]||{}).DBF||{}).type)&&f[h].DBF.len>x&&(x=f[h].DBF.len),"B"==w&&"N"==S&&(w="N",y[h]=f[h].DBF.dec,x=f[h].DBF.len),b[h]="C"==w||"N"==S?x:a[w]||0,g+=b[h],v[h]=w}else v[h]="?"}var T=i.next(32);for(T._W(4,318902576),T._W(4,u.length),T._W(2,296+32*p),T._W(2,g),h=0;h<4;++h)T._W(4,0);for(T._W(4,(+r[n]||3)<<8),h=0,d=0;h<l.length;++h)if(null!=l[h]){var A=i.next(32),E=(l[h].slice(-10)+"\0\0\0\0\0\0\0\0\0\0\0").slice(0,11);A._W(1,E,"sbcs"),A._W(1,"?"==v[h]?"C":v[h],"sbcs"),A._W(4,d),A._W(1,b[h]||a[v[h]]||0),A._W(1,y[h]||0),A._W(1,2),A._W(4,0),A._W(1,0),A._W(4,0),A._W(4,0),d+=b[h]||a[v[h]]||0}var _=i.next(264);for(_._W(4,13),h=0;h<65;++h)_._W(4,0);for(h=0;h<u.length;++h){var O=i.next(g);for(O._W(1,0),d=0;d<l.length;++d)if(null!=l[d])switch(v[d]){case"L":O._W(1,null==u[h][d]?63:u[h][d]?84:70);break;case"B":O._W(8,u[h][d]||0,"f");break;case"N":var N="0";for("number"==typeof u[h][d]&&(N=u[h][d].toFixed(y[d]||0)),p=0;p<b[d]-N.length;++p)O._W(1,32);O._W(1,N,"sbcs");break;case"D":u[h][d]?(O._W(4,("0000"+u[h][d].getFullYear()).slice(-4),"sbcs"),O._W(2,("00"+(u[h][d].getMonth()+1)).slice(-2),"sbcs"),O._W(2,("00"+u[h][d].getDate()).slice(-2),"sbcs")):O._W(8,"00000000","sbcs");break;case"C":var C=String(null!=u[h][d]?u[h][d]:"").slice(0,b[d]);for(O._W(1,C,"sbcs"),p=0;p<b[d]-C.length;++p)O._W(1,32)}}return i.next(1)._W(1,26),i.end()}}}(),Ri=function(){var e={AA:"À",BA:"Á",CA:"Â",DA:195,HA:"Ä",JA:197,AE:"È",BE:"É",CE:"Ê",HE:"Ë",AI:"Ì",BI:"Í",CI:"Î",HI:"Ï",AO:"Ò",BO:"Ó",CO:"Ô",DO:213,HO:"Ö",AU:"Ù",BU:"Ú",CU:"Û",HU:"Ü",Aa:"à",Ba:"á",Ca:"â",Da:227,Ha:"ä",Ja:229,Ae:"è",Be:"é",Ce:"ê",He:"ë",Ai:"ì",Bi:"í",Ci:"î",Hi:"ï",Ao:"ò",Bo:"ó",Co:"ô",Do:245,Ho:"ö",Au:"ù",Bu:"ú",Cu:"û",Hu:"ü",KC:"Ç",Kc:"ç",q:"æ",z:"œ",a:"Æ",j:"Œ",DN:209,Dn:241,Hy:255,S:169,c:170,R:174,"B ":180,0:176,1:177,2:178,3:179,5:181,6:182,7:183,Q:185,k:186,b:208,i:216,l:222,s:240,y:248,"!":161,'"':162,"#":163,"(":164,"%":165,"'":167,"H ":168,"+":171,";":187,"<":188,"=":189,">":190,"?":191,"{":223},r=new RegExp("N("+Ne(e).join("|").replace(/\|\|\|/,"|\\||").replace(/([?()+])/g,"\\$1")+"|\\|)","gm"),n=function(t,r){var n=e[r];return"number"==typeof n?d(n):n},o=function(e,t,r){var n=t.charCodeAt(0)-32<<4|r.charCodeAt(0)-48;return 59==n?e:d(n)};function i(e,t){switch(t.type){case"base64":return a(v(e),t);case"binary":return a(e,t);case"buffer":return a(b&&Buffer.isBuffer(e)?e.toString("binary"):T(e),t);case"array":return a(Ve(e),t)}throw new Error("Unrecognized type "+t.type)}function a(e,i){var a,c=e.split(/[\n\r]+/),l=-1,u=-1,f=0,h=0,d=[],p=[],g=null,m={},v=[],b=[],y=[],w=0;for(+i.codepage>=0&&s(+i.codepage);f!==c.length;++f){w=0;var S,x=c[f].trim().replace(/\x1B([\x20-\x2F])([\x30-\x3F])/g,o).replace(r,n),k=x.replace(/;;/g,"\0").split(";").map((function(e){return e.replace(/\u0000/g,";")})),T=k[0];if(x.length>0)switch(T){case"ID":case"E":case"B":case"O":case"W":break;case"P":"P"==k[1].charAt(0)&&p.push(x.slice(3).replace(/;;/g,";"));break;case"C":var A=!1,E=!1,_=!1,O=!1,N=-1,C=-1;for(h=1;h<k.length;++h)switch(k[h].charAt(0)){case"A":case"G":break;case"X":u=parseInt(k[h].slice(1))-1,E=!0;break;case"Y":for(l=parseInt(k[h].slice(1))-1,E||(u=0),a=d.length;a<=l;++a)d[a]=[];break;case"K":'"'===(S=k[h].slice(1)).charAt(0)?S=S.slice(1,S.length-1):"TRUE"===S?S=!0:"FALSE"===S?S=!1:isNaN(Ge(S))?isNaN(Ye(S).getDate())||(S=He(S)):(S=Ge(S),null!==g&&de(g)&&(S=Me(S))),void 0!==t&&"string"==typeof S&&"string"!=(i||{}).type&&(i||{}).codepage&&(S=t.utils.decode(i.codepage,S)),A=!0;break;case"E":O=!0;var R=ps(k[h].slice(1),{r:l,c:u});d[l][u]=[d[l][u],R];break;case"S":_=!0,d[l][u]=[d[l][u],"S5S"];break;case"R":N=parseInt(k[h].slice(1))-1;break;case"C":C=parseInt(k[h].slice(1))-1;break;default:if(i&&i.WTF)throw new Error("SYLK bad record "+x)}if(A&&(d[l][u]&&2==d[l][u].length?d[l][u][0]=S:d[l][u]=S,g=null),_){if(O)throw new Error("SYLK shared formula cannot have own formula");var P=N>-1&&d[N][C];if(!P||!P[1])throw new Error("SYLK shared formula cannot find base");d[l][u][1]=vs(P[1],{r:l-N,c:u-C})}break;case"F":var L=0;for(h=1;h<k.length;++h)switch(k[h].charAt(0)){case"X":u=parseInt(k[h].slice(1))-1,++L;break;case"Y":for(l=parseInt(k[h].slice(1))-1,a=d.length;a<=l;++a)d[a]=[];break;case"M":w=parseInt(k[h].slice(1))/20;break;case"F":case"G":case"S":case"D":case"N":break;case"P":g=p[parseInt(k[h].slice(1))];break;case"W":for(y=k[h].slice(1).split(" "),a=parseInt(y[0],10);a<=parseInt(y[1],10);++a)w=parseInt(y[2],10),b[a-1]=0===w?{hidden:!0}:{wch:w},Sa(b[a-1]);break;case"C":b[u=parseInt(k[h].slice(1))-1]||(b[u]={});break;case"R":v[l=parseInt(k[h].slice(1))-1]||(v[l]={}),w>0?(v[l].hpt=w,v[l].hpx=Ta(w)):0===w&&(v[l].hidden=!0);break;default:if(i&&i.WTF)throw new Error("SYLK bad record "+x)}L<1&&(g=null);break;default:if(i&&i.WTF)throw new Error("SYLK bad record "+x)}}return v.length>0&&(m["!rows"]=v),b.length>0&&(m["!cols"]=b),i&&i.sheetRows&&(d=d.slice(0,i.sheetRows)),[d,m]}function c(e,t){var r=i(e,t),n=r[0],o=r[1],a=Zr(n,t);return Ne(o).forEach((function(e){a[e]=o[e]})),a}function l(e,t,r,n){var o="C;Y"+(r+1)+";X"+(n+1)+";K";switch(e.t){case"n":o+=e.v||0,e.f&&!e.F&&(o+=";E"+ms(e.f,{r:r,c:n}));break;case"b":o+=e.v?"TRUE":"FALSE";break;case"e":o+=e.w||e.v;break;case"d":o+='"'+(e.w||e.v)+'"';break;case"s":o+='"'+e.v.replace(/"/g,"").replace(/;/g,";;")+'"'}return o}return e["|"]=254,{to_workbook:function(e,t){return Kr(c(e,t),t)},to_sheet:c,from_sheet:function(e,t){var r,n=["ID;PWXL;N;E"],o=[],i=Gr(e["!ref"]),a=Array.isArray(e),s="\r\n";n.push("P;PGeneral"),n.push("F;P0;DG0G8;M255"),e["!cols"]&&function(e,t){t.forEach((function(t,r){var n="F;W"+(r+1)+" "+(r+1)+" ";t.hidden?n+="0":("number"!=typeof t.width||t.wpx||(t.wpx=ma(t.width)),"number"!=typeof t.wpx||t.wch||(t.wch=va(t.wpx)),"number"==typeof t.wch&&(n+=Math.round(t.wch)))," "!=n.charAt(n.length-1)&&e.push(n)}))}(n,e["!cols"]),e["!rows"]&&function(e,t){t.forEach((function(t,r){var n="F;";t.hidden?n+="M0;":t.hpt?n+="M"+20*t.hpt+";":t.hpx&&(n+="M"+20*ka(t.hpx)+";"),n.length>2&&e.push(n+"R"+(r+1))}))}(n,e["!rows"]),n.push("B;Y"+(i.e.r-i.s.r+1)+";X"+(i.e.c-i.s.c+1)+";D"+[i.s.c,i.s.r,i.e.c,i.e.r].join(" "));for(var c=i.s.r;c<=i.e.r;++c)for(var u=i.s.c;u<=i.e.c;++u){var f=Vr({r:c,c:u});(r=a?(e[c]||[])[u]:e[f])&&(null!=r.v||r.f&&!r.F)&&o.push(l(r,0,c,u))}return n.join(s)+s+o.join(s)+s+"E"+s}}}(),Pi=function(){function e(e,r){switch(r.type){case"base64":return t(v(e),r);case"binary":return t(e,r);case"buffer":return t(b&&Buffer.isBuffer(e)?e.toString("binary"):T(e),r);case"array":return t(Ve(e),r)}throw new Error("Unrecognized type "+r.type)}function t(e,t){for(var r=e.split("\n"),n=-1,o=-1,i=0,a=[];i!==r.length;++i)if("BOT"!==r[i].trim()){if(!(n<0)){for(var s=r[i].trim().split(","),c=s[0],l=s[1],u=r[++i]||"";1&(u.match(/["]/g)||[]).length&&i<r.length-1;)u+="\n"+r[++i];switch(u=u.trim(),+c){case-1:if("BOT"===u){a[++n]=[],o=0;continue}if("EOD"!==u)throw new Error("Unrecognized DIF special command "+u);break;case 0:"TRUE"===u?a[n][o]=!0:"FALSE"===u?a[n][o]=!1:isNaN(Ge(l))?isNaN(Ye(l).getDate())?a[n][o]=l:a[n][o]=He(l):a[n][o]=Ge(l),++o;break;case 1:(u=(u=u.slice(1,u.length-1)).replace(/""/g,'"'))&&u.match(/^=".*"$/)&&(u=u.slice(2,-1)),a[n][o++]=""!==u?u:null}if("EOD"===u)break}}else a[++n]=[],o=0;return t&&t.sheetRows&&(a=a.slice(0,t.sheetRows)),a}function r(t,r){return Zr(e(t,r),r)}var n=function(){var e=function(e,t,r,n,o){e.push(t),e.push(r+","+n),e.push('"'+o.replace(/"/g,'""')+'"')},t=function(e,t,r,n){e.push(t+","+r),e.push(1==t?'"'+n.replace(/"/g,'""')+'"':n)};return function(r){var n,o=[],i=Gr(r["!ref"]),a=Array.isArray(r);e(o,"TABLE",0,1,"sheetjs"),e(o,"VECTORS",0,i.e.r-i.s.r+1,""),e(o,"TUPLES",0,i.e.c-i.s.c+1,""),e(o,"DATA",0,0,"");for(var s=i.s.r;s<=i.e.r;++s){t(o,-1,0,"BOT");for(var c=i.s.c;c<=i.e.c;++c){var l=Vr({r:s,c:c});if(n=a?(r[s]||[])[c]:r[l])switch(n.t){case"n":var u=n.w;u||null==n.v||(u=n.v),null==u?n.f&&!n.F?t(o,1,0,"="+n.f):t(o,1,0,""):t(o,0,u,"V");break;case"b":t(o,0,n.v?1:0,n.v?"TRUE":"FALSE");break;case"s":t(o,1,0,isNaN(n.v)?n.v:'="'+n.v+'"');break;case"d":n.w||(n.w=ve(n.z||M[14],Ie(He(n.v)))),t(o,0,n.w,"V");break;default:t(o,1,0,"")}else t(o,1,0,"")}}t(o,-1,0,"EOD");return o.join("\r\n")}}();return{to_workbook:function(e,t){return Kr(r(e,t),t)},to_sheet:r,from_sheet:n}}(),Li=function(){function e(e){return e.replace(/\\b/g,"\\").replace(/\\c/g,":").replace(/\\n/g,"\n")}function t(e){return e.replace(/\\/g,"\\b").replace(/:/g,"\\c").replace(/\n/g,"\\n")}function r(t,r){for(var n=t.split("\n"),o=-1,i=-1,a=0,s=[];a!==n.length;++a){var c=n[a].trim().split(":");if("cell"===c[0]){var l=Hr(c[1]);if(s.length<=l.r)for(o=s.length;o<=l.r;++o)s[o]||(s[o]=[]);switch(o=l.r,i=l.c,c[2]){case"t":s[o][i]=e(c[3]);break;case"v":s[o][i]=+c[3];break;case"vtf":var u=c[c.length-1];case"vtc":if("nl"===c[3])s[o][i]=!!+c[4];else s[o][i]=+c[4];"vtf"==c[2]&&(s[o][i]=[s[o][i],u])}}}return r&&r.sheetRows&&(s=s.slice(0,r.sheetRows)),s}function n(e,t){return Zr(r(e,t),t)}var o=["socialcalc:version:1.5","MIME-Version: 1.0","Content-Type: multipart/mixed; boundary=SocialCalcSpreadsheetControlSave"].join("\n"),i=["--SocialCalcSpreadsheetControlSave","Content-type: text/plain; charset=UTF-8"].join("\n")+"\n",a=["# SocialCalc Spreadsheet Control Save","part:sheet"].join("\n"),s="--SocialCalcSpreadsheetControlSave--";function c(e){if(!e||!e["!ref"])return"";for(var r,n=[],o=[],i="",a=qr(e["!ref"]),s=Array.isArray(e),c=a.s.r;c<=a.e.r;++c)for(var l=a.s.c;l<=a.e.c;++l)if(i=Vr({r:c,c:l}),(r=s?(e[c]||[])[l]:e[i])&&null!=r.v&&"z"!==r.t){switch(o=["cell",i,"t"],r.t){case"s":case"str":o.push(t(r.v));break;case"n":r.f?(o[2]="vtf",o[3]="n",o[4]=r.v,o[5]=t(r.f)):(o[2]="v",o[3]=r.v);break;case"b":o[2]="vt"+(r.f?"f":"c"),o[3]="nl",o[4]=r.v?"1":"0",o[5]=t(r.f||(r.v?"TRUE":"FALSE"));break;case"d":var u=Ie(He(r.v));o[2]="vtc",o[3]="nd",o[4]=""+u,o[5]=r.w||ve(r.z||M[14],u);break;case"e":continue}n.push(o.join(":"))}return n.push("sheet:c:"+(a.e.c-a.s.c+1)+":r:"+(a.e.r-a.s.r+1)+":tvf:1"),n.push("valueformat:1:text-wiki"),n.join("\n")}return{to_workbook:function(e,t){return Kr(n(e,t),t)},to_sheet:n,from_sheet:function(e){return[o,i,a,i,c(e),s].join("\n")}}}(),Ii=function(){function e(e,t,r,n,o){o.raw?t[r][n]=e:""===e||("TRUE"===e?t[r][n]=!0:"FALSE"===e?t[r][n]=!1:isNaN(Ge(e))?isNaN(Ye(e).getDate())?t[r][n]=e:t[r][n]=He(e):t[r][n]=Ge(e))}function r(t,r){var n=r||{},o=[];if(!t||0===t.length)return o;for(var i=t.split(/[\r\n]/),a=i.length-1;a>=0&&0===i[a].length;)--a;for(var s=10,c=0,l=0;l<=a;++l)-1==(c=i[l].indexOf(" "))?c=i[l].length:c++,s=Math.max(s,c);for(l=0;l<=a;++l){o[l]=[];var u=0;for(e(i[l].slice(0,s).trim(),o,l,u,n),u=1;u<=(i[l].length-s)/10+1;++u)e(i[l].slice(s+10*(u-1),s+10*u).trim(),o,l,u,n)}return n.sheetRows&&(o=o.slice(0,n.sheetRows)),o}var n={44:",",9:"\t",59:";",124:"|"},o={44:3,9:2,59:1,124:0};function i(e){for(var t={},r=!1,i=0,a=0;i<e.length;++i)34==(a=e.charCodeAt(i))?r=!r:!r&&a in n&&(t[a]=(t[a]||0)+1);for(i in a=[],t)Object.prototype.hasOwnProperty.call(t,i)&&a.push([t[i],i]);if(!a.length)for(i in t=o)Object.prototype.hasOwnProperty.call(t,i)&&a.push([t[i],i]);return a.sort((function(e,t){return e[0]-t[0]||o[e[1]]-o[t[1]]})),n[a.pop()[1]]||44}function a(e,t){var r=t||{},n="";null!=p&&null==r.dense&&(r.dense=p);var o=r.dense?[]:{},a={s:{c:0,r:0},e:{c:0,r:0}};"sep="==e.slice(0,4)?13==e.charCodeAt(5)&&10==e.charCodeAt(6)?(n=e.charAt(4),e=e.slice(7)):13==e.charCodeAt(5)||10==e.charCodeAt(5)?(n=e.charAt(4),e=e.slice(6)):n=i(e.slice(0,1024)):n=r&&r.FS?r.FS:i(e.slice(0,1024));var s=0,c=0,l=0,u=0,f=0,h=n.charCodeAt(0),d=!1,g=0,m=e.charCodeAt(0);e=e.replace(/\r\n/gm,"\n");var v=null!=r.dateNF?function(e){var t="number"==typeof e?M[e]:e;return t=t.replace(ke,"(\\d+)"),new RegExp("^"+t+"$")}(r.dateNF):null;function b(){var t=e.slice(u,f),n={};if('"'==t.charAt(0)&&'"'==t.charAt(t.length-1)&&(t=t.slice(1,-1).replace(/""/g,'"')),0===t.length)n.t="z";else if(r.raw)n.t="s",n.v=t;else if(0===t.trim().length)n.t="s",n.v=t;else if(61==t.charCodeAt(0))34==t.charCodeAt(1)&&34==t.charCodeAt(t.length-1)?(n.t="s",n.v=t.slice(2,-1).replace(/""/g,'"')):!function(e){return 1!=e.length}(t)?(n.t="s",n.v=t):(n.t="n",n.f=t.slice(1));else if("TRUE"==t)n.t="b",n.v=!0;else if("FALSE"==t)n.t="b",n.v=!1;else if(isNaN(l=Ge(t)))if(!isNaN(Ye(t).getDate())||v&&t.match(v)){n.z=r.dateNF||M[14];var i=0;v&&t.match(v)&&(t=function(e,t,r){var n=-1,o=-1,i=-1,a=-1,s=-1,c=-1;(t.match(ke)||[]).forEach((function(e,t){var l=parseInt(r[t+1],10);switch(e.toLowerCase().charAt(0)){case"y":n=l;break;case"d":i=l;break;case"h":a=l;break;case"s":c=l;break;case"m":a>=0?s=l:o=l}})),c>=0&&-1==s&&o>=0&&(s=o,o=-1);var l=(""+(n>=0?n:(new Date).getFullYear())).slice(-4)+"-"+("00"+(o>=1?o:1)).slice(-2)+"-"+("00"+(i>=1?i:1)).slice(-2);7==l.length&&(l="0"+l),8==l.length&&(l="20"+l);var u=("00"+(a>=0?a:0)).slice(-2)+":"+("00"+(s>=0?s:0)).slice(-2)+":"+("00"+(c>=0?c:0)).slice(-2);return-1==a&&-1==s&&-1==c?l:-1==n&&-1==o&&-1==i?u:l+"T"+u}(0,r.dateNF,t.match(v)||[]),i=1),r.cellDates?(n.t="d",n.v=He(t,i)):(n.t="n",n.v=Ie(He(t,i))),!1!==r.cellText&&(n.w=ve(n.z,n.v instanceof Date?Ie(n.v):n.v)),r.cellNF||delete n.z}else n.t="s",n.v=t;else n.t="n",!1!==r.cellText&&(n.w=t),n.v=l;if("z"==n.t||(r.dense?(o[s]||(o[s]=[]),o[s][c]=n):o[Vr({c:c,r:s})]=n),u=f+1,m=e.charCodeAt(u),a.e.c<c&&(a.e.c=c),a.e.r<s&&(a.e.r=s),g==h)++c;else if(c=0,++s,r.sheetRows&&r.sheetRows<=s)return!0}e:for(;f<e.length;++f)switch(g=e.charCodeAt(f)){case 34:34===m&&(d=!d);break;case h:case 10:case 13:if(!d&&b())break e}return f-u>0&&b(),o["!ref"]=$r(a),o}function s(e,t){return t&&t.PRN?t.FS||"sep="==e.slice(0,4)||e.indexOf("\t")>=0||e.indexOf(",")>=0||e.indexOf(";")>=0?a(e,t):Zr(r(e,t),t):a(e,t)}function c(e,r){var n="",o="string"==r.type?[0,0,0,0]:ff(e,r);switch(r.type){case"base64":n=v(e);break;case"binary":case"string":n=e;break;case"buffer":n=65001==r.codepage?e.toString("utf8"):r.codepage&&void 0!==t?t.utils.decode(r.codepage,e):b&&Buffer.isBuffer(e)?e.toString("binary"):T(e);break;case"array":n=Ve(e);break;default:throw new Error("Unrecognized type "+r.type)}return 239==o[0]&&187==o[1]&&191==o[2]?n=Pt(n.slice(3)):"string"!=r.type&&"buffer"!=r.type&&65001==r.codepage?n=Pt(n):"binary"==r.type&&void 0!==t&&r.codepage&&(n=t.utils.decode(r.codepage,t.utils.encode(28591,n))),"socialcalc:version:"==n.slice(0,19)?Li.to_sheet("string"==r.type?n:Pt(n),r):s(n,r)}return{to_workbook:function(e,t){return Kr(c(e,t),t)},to_sheet:c,from_sheet:function(e){for(var t,r=[],n=Gr(e["!ref"]),o=Array.isArray(e),i=n.s.r;i<=n.e.r;++i){for(var a=[],s=n.s.c;s<=n.e.c;++s){var c=Vr({r:i,c:s});if((t=o?(e[i]||[])[s]:e[c])&&null!=t.v){for(var l=(t.w||(Yr(t),t.w)||"").slice(0,10);l.length<10;)l+=" ";a.push(l+(0===s?" ":""))}else a.push(" ")}r.push(a.join(""))}return r.join("\n")}}}();var Fi=function(){function e(e,t,r){if(e){Nr(e,e.l||0);for(var n=r.Enum||w;e.l<e.length;){var o=e._R(2),i=n[o]||n[65535],a=e._R(2),s=e.l+a,c=i.f&&i.f(e,a,r);if(e.l=s,t(c,i,o))return}}}function t(t,r){if(!t)return t;var n=r||{};null!=p&&null==n.dense&&(n.dense=p);var o=n.dense?[]:{},i="Sheet1",a="",s=0,c={},l=[],u=[],f={s:{r:0,c:0},e:{r:0,c:0}},h=n.sheetRows||0;if(0==t[2]&&(8==t[3]||9==t[3])&&t.length>=16&&5==t[14]&&108===t[15])throw new Error("Unsupported Works 3 for Mac file");if(2==t[2])n.Enum=w,e(t,(function(e,t,r){switch(r){case 0:n.vers=e,e>=4096&&(n.qpro=!0);break;case 6:f=e;break;case 204:e&&(a=e);break;case 222:a=e;break;case 15:case 51:n.qpro||(e[1].v=e[1].v.slice(1));case 13:case 14:case 16:14==r&&!(112&~e[2])&&(15&e[2])>1&&(15&e[2])<15&&(e[1].z=n.dateNF||M[14],n.cellDates&&(e[1].t="d",e[1].v=Me(e[1].v))),n.qpro&&e[3]>s&&(o["!ref"]=$r(f),c[i]=o,l.push(i),o=n.dense?[]:{},f={s:{r:0,c:0},e:{r:0,c:0}},s=e[3],i=a||"Sheet"+(s+1),a="");var u=n.dense?(o[e[0].r]||[])[e[0].c]:o[Vr(e[0])];if(u){u.t=e[1].t,u.v=e[1].v,null!=e[1].z&&(u.z=e[1].z),null!=e[1].f&&(u.f=e[1].f);break}n.dense?(o[e[0].r]||(o[e[0].r]=[]),o[e[0].r][e[0].c]=e[1]):o[Vr(e[0])]=e[1]}}),n);else{if(26!=t[2]&&14!=t[2])throw new Error("Unrecognized LOTUS BOF "+t[2]);n.Enum=S,14==t[2]&&(n.qpro=!0,t.l=0),e(t,(function(e,t,r){switch(r){case 204:i=e;break;case 22:e[1].v=e[1].v.slice(1);case 23:case 24:case 25:case 37:case 39:case 40:if(e[3]>s&&(o["!ref"]=$r(f),c[i]=o,l.push(i),o=n.dense?[]:{},f={s:{r:0,c:0},e:{r:0,c:0}},s=e[3],i="Sheet"+(s+1)),h>0&&e[0].r>=h)break;n.dense?(o[e[0].r]||(o[e[0].r]=[]),o[e[0].r][e[0].c]=e[1]):o[Vr(e[0])]=e[1],f.e.c<e[0].c&&(f.e.c=e[0].c),f.e.r<e[0].r&&(f.e.r=e[0].r);break;case 27:e[14e3]&&(u[e[14e3][0]]=e[14e3][1]);break;case 1537:u[e[0]]=e[1],e[0]==s&&(i=e[1])}}),n)}if(o["!ref"]=$r(f),c[a||i]=o,l.push(a||i),!u.length)return{SheetNames:l,Sheets:c};for(var d={},g=[],m=0;m<u.length;++m)c[l[m]]?(g.push(u[m]||l[m]),d[u[m]]=c[u[m]]||c[l[m]]):(g.push(u[m]),d[u[m]]={"!ref":"A1"});return{SheetNames:g,Sheets:d}}function r(e,t,r){var n=[{c:0,r:0},{t:"n",v:0},0,0];return r.qpro&&20768!=r.vers?(n[0].c=e._R(1),n[3]=e._R(1),n[0].r=e._R(2),e.l+=2):(n[2]=e._R(1),n[0].c=e._R(2),n[0].r=e._R(2)),n}function n(e,t,n){var o=e.l+t,i=r(e,0,n);if(i[1].t="s",20768==n.vers){e.l++;var a=e._R(1);return i[1].v=e._R(a,"utf8"),i}return n.qpro&&e.l++,i[1].v=e._R(o-e.l,"cstr"),i}function o(e,t,r){var n=Rr(7+r.length);n._W(1,255),n._W(2,t),n._W(2,e),n._W(1,39);for(var o=0;o<n.length;++o){var i=r.charCodeAt(o);n._W(1,i>=128?95:i)}return n._W(1,0),n}function i(e,t,r){var n=Rr(7);return n._W(1,255),n._W(2,t),n._W(2,e),n._W(2,r,"i"),n}function a(e,t,r){var n=Rr(13);return n._W(1,255),n._W(2,t),n._W(2,e),n._W(8,r,"f"),n}function c(e,t,r){var n=32768&t;return t=(n?e:0)+((t&=-32769)>=8192?t-16384:t),(n?"":"$")+(r?zr(t):Wr(t))}var l={51:["FALSE",0],52:["TRUE",0],70:["LEN",1],80:["SUM",69],81:["AVERAGEA",69],82:["COUNTA",69],83:["MINA",69],84:["MAXA",69],111:["T",1]},u=["","","","","","","","","","+","-","*","/","^","=","<>","<=",">=","<",">","","","","","&","","","","","","",""];function f(e){var t=[{c:0,r:0},{t:"n",v:0},0];return t[0].r=e._R(2),t[3]=e[e.l++],t[0].c=e[e.l++],t}function h(e,t,r,n){var o=Rr(6+n.length);o._W(2,e),o._W(1,r),o._W(1,t),o._W(1,39);for(var i=0;i<n.length;++i){var a=n.charCodeAt(i);o._W(1,a>=128?95:a)}return o._W(1,0),o}function d(e,t){var r=f(e),n=e._R(4),o=e._R(4),i=e._R(2);if(65535==i)return 0===n&&3221225472===o?(r[1].t="e",r[1].v=15):0===n&&3489660928===o?(r[1].t="e",r[1].v=42):r[1].v=0,r;var a=32768&i;return i=(32767&i)-16446,r[1].v=(1-2*a)*(o*Math.pow(2,i+32)+n*Math.pow(2,i)),r}function g(e,t,r,n){var o=Rr(14);if(o._W(2,e),o._W(1,r),o._W(1,t),0==n)return o._W(4,0),o._W(4,0),o._W(2,65535),o;var i,a=0,s=0,c=0;return n<0&&(a=1,n=-n),s=0|Math.log2(n),2147483648&(c=(n/=Math.pow(2,s-31))>>>0)||(++s,c=(n/=2)>>>0),n-=c,c|=2147483648,c>>>=0,i=(n*=Math.pow(2,32))>>>0,o._W(4,i),o._W(4,c),s+=16383+(a?32768:0),o._W(2,s),o}function m(e,t){var r=f(e),n=e._R(8,"f");return r[1].v=n,r}function b(e,t){return 0==e[e.l+t-1]?e._R(t,"cstr"):""}function y(e,t){var r=Rr(5+e.length);r._W(2,14e3),r._W(2,t);for(var n=0;n<e.length;++n){var o=e.charCodeAt(n);r[r.l++]=o>127?95:o}return r[r.l++]=0,r}var w={0:{n:"BOF",f:Lo},1:{n:"EOF"},2:{n:"CALCMODE"},3:{n:"CALCORDER"},4:{n:"SPLIT"},5:{n:"SYNC"},6:{n:"RANGE",f:function(e,t,r){var n={s:{c:0,r:0},e:{c:0,r:0}};return 8==t&&r.qpro?(n.s.c=e._R(1),e.l++,n.s.r=e._R(2),n.e.c=e._R(1),e.l++,n.e.r=e._R(2),n):(n.s.c=e._R(2),n.s.r=e._R(2),12==t&&r.qpro&&(e.l+=2),n.e.c=e._R(2),n.e.r=e._R(2),12==t&&r.qpro&&(e.l+=2),65535==n.s.c&&(n.s.c=n.e.c=n.s.r=n.e.r=0),n)}},7:{n:"WINDOW1"},8:{n:"COLW1"},9:{n:"WINTWO"},10:{n:"COLW2"},11:{n:"NAME"},12:{n:"BLANK"},13:{n:"INTEGER",f:function(e,t,n){var o=r(e,0,n);return o[1].v=e._R(2,"i"),o}},14:{n:"NUMBER",f:function(e,t,n){var o=r(e,0,n);return o[1].v=e._R(8,"f"),o}},15:{n:"LABEL",f:n},16:{n:"FORMULA",f:function(e,t,n){var o=e.l+t,i=r(e,0,n);if(i[1].v=e._R(8,"f"),n.qpro)e.l=o;else{var a=e._R(2);!function(e,t){Nr(e,0);var r=[],n=0,o="",i="",a="",s="";for(;e.l<e.length;){var f=e[e.l++];switch(f){case 0:r.push(e._R(8,"f"));break;case 1:i=c(t[0].c,e._R(2),!0),o=c(t[0].r,e._R(2),!1),r.push(i+o);break;case 2:var h=c(t[0].c,e._R(2),!0),d=c(t[0].r,e._R(2),!1);i=c(t[0].c,e._R(2),!0),o=c(t[0].r,e._R(2),!1),r.push(h+d+":"+i+o);break;case 3:if(e.l<e.length)return void console.error("WK1 premature formula end");break;case 4:r.push("("+r.pop()+")");break;case 5:r.push(e._R(2));break;case 6:for(var p="";f=e[e.l++];)p+=String.fromCharCode(f);r.push('"'+p.replace(/"/g,'""')+'"');break;case 8:r.push("-"+r.pop());break;case 23:r.push("+"+r.pop());break;case 22:r.push("NOT("+r.pop()+")");break;case 20:case 21:s=r.pop(),a=r.pop(),r.push(["AND","OR"][f-20]+"("+a+","+s+")");break;default:if(f<32&&u[f])s=r.pop(),a=r.pop(),r.push(a+u[f]+s);else{if(!l[f])return f<=7?console.error("WK1 invalid opcode "+f.toString(16)):f<=24?console.error("WK1 unsupported op "+f.toString(16)):f<=30?console.error("WK1 invalid opcode "+f.toString(16)):f<=115?console.error("WK1 unsupported function opcode "+f.toString(16)):console.error("WK1 unrecognized opcode "+f.toString(16));if(69==(n=l[f][1])&&(n=e[e.l++]),n>r.length)return void console.error("WK1 bad formula parse 0x"+f.toString(16)+":|"+r.join("|")+"|");var g=r.slice(-n);r.length-=n,r.push(l[f][0]+"("+g.join(",")+")")}}}1==r.length?t[1].f=""+r[0]:console.error("WK1 bad formula parse |"+r.join("|")+"|")}(e.slice(e.l,e.l+a),i),e.l+=a}return i}},24:{n:"TABLE"},25:{n:"ORANGE"},26:{n:"PRANGE"},27:{n:"SRANGE"},28:{n:"FRANGE"},29:{n:"KRANGE1"},32:{n:"HRANGE"},35:{n:"KRANGE2"},36:{n:"PROTEC"},37:{n:"FOOTER"},38:{n:"HEADER"},39:{n:"SETUP"},40:{n:"MARGINS"},41:{n:"LABELFMT"},42:{n:"TITLES"},43:{n:"SHEETJS"},45:{n:"GRAPH"},46:{n:"NGRAPH"},47:{n:"CALCCOUNT"},48:{n:"UNFORMATTED"},49:{n:"CURSORW12"},50:{n:"WINDOW"},51:{n:"STRING",f:n},55:{n:"PASSWORD"},56:{n:"LOCKED"},60:{n:"QUERY"},61:{n:"QUERYNAME"},62:{n:"PRINT"},63:{n:"PRINTNAME"},64:{n:"GRAPH2"},65:{n:"GRAPHNAME"},66:{n:"ZOOM"},67:{n:"SYMSPLIT"},68:{n:"NSROWS"},69:{n:"NSCOLS"},70:{n:"RULER"},71:{n:"NNAME"},72:{n:"ACOMM"},73:{n:"AMACRO"},74:{n:"PARSE"},102:{n:"PRANGES??"},103:{n:"RRANGES??"},104:{n:"FNAME??"},105:{n:"MRANGES??"},204:{n:"SHEETNAMECS",f:b},222:{n:"SHEETNAMELP",f:function(e,t){var r=e[e.l++];r>t-1&&(r=t-1);for(var n="";n.length<r;)n+=String.fromCharCode(e[e.l++]);return n}},65535:{n:""}},S={0:{n:"BOF"},1:{n:"EOF"},2:{n:"PASSWORD"},3:{n:"CALCSET"},4:{n:"WINDOWSET"},5:{n:"SHEETCELLPTR"},6:{n:"SHEETLAYOUT"},7:{n:"COLUMNWIDTH"},8:{n:"HIDDENCOLUMN"},9:{n:"USERRANGE"},10:{n:"SYSTEMRANGE"},11:{n:"ZEROFORCE"},12:{n:"SORTKEYDIR"},13:{n:"FILESEAL"},14:{n:"DATAFILLNUMS"},15:{n:"PRINTMAIN"},16:{n:"PRINTSTRING"},17:{n:"GRAPHMAIN"},18:{n:"GRAPHSTRING"},19:{n:"??"},20:{n:"ERRCELL"},21:{n:"NACELL"},22:{n:"LABEL16",f:function(e,t){var r=f(e);return r[1].t="s",r[1].v=e._R(t-4,"cstr"),r}},23:{n:"NUMBER17",f:d},24:{n:"NUMBER18",f:function(e,t){var r=f(e);r[1].v=e._R(2);var n=r[1].v>>1;if(1&r[1].v)switch(7&n){case 0:n=5e3*(n>>3);break;case 1:n=500*(n>>3);break;case 2:n=(n>>3)/20;break;case 3:n=(n>>3)/200;break;case 4:n=(n>>3)/2e3;break;case 5:n=(n>>3)/2e4;break;case 6:n=(n>>3)/16;break;case 7:n=(n>>3)/64}return r[1].v=n,r}},25:{n:"FORMULA19",f:function(e,t){var r=d(e);return e.l+=t-14,r}},26:{n:"FORMULA1A"},27:{n:"XFORMAT",f:function(e,t){for(var r={},n=e.l+t;e.l<n;){var o=e._R(2);if(14e3==o){for(r[o]=[0,""],r[o][0]=e._R(2);e[e.l];)r[o][1]+=String.fromCharCode(e[e.l]),e.l++;e.l++}}return r}},28:{n:"DTLABELMISC"},29:{n:"DTLABELCELL"},30:{n:"GRAPHWINDOW"},31:{n:"CPA"},32:{n:"LPLAUTO"},33:{n:"QUERY"},34:{n:"HIDDENSHEET"},35:{n:"??"},37:{n:"NUMBER25",f:function(e,t){var r=f(e),n=e._R(4);return r[1].v=n>>6,r}},38:{n:"??"},39:{n:"NUMBER27",f:m},40:{n:"FORMULA28",f:function(e,t){var r=m(e);return e.l+=t-10,r}},142:{n:"??"},147:{n:"??"},150:{n:"??"},151:{n:"??"},152:{n:"??"},153:{n:"??"},154:{n:"??"},155:{n:"??"},156:{n:"??"},163:{n:"??"},174:{n:"??"},175:{n:"??"},176:{n:"??"},177:{n:"??"},184:{n:"??"},185:{n:"??"},186:{n:"??"},187:{n:"??"},188:{n:"??"},195:{n:"??"},201:{n:"??"},204:{n:"SHEETNAMECS",f:b},205:{n:"??"},206:{n:"??"},207:{n:"??"},208:{n:"??"},256:{n:"??"},259:{n:"??"},260:{n:"??"},261:{n:"??"},262:{n:"??"},263:{n:"??"},265:{n:"??"},266:{n:"??"},267:{n:"??"},268:{n:"??"},270:{n:"??"},271:{n:"??"},384:{n:"??"},389:{n:"??"},390:{n:"??"},393:{n:"??"},396:{n:"??"},512:{n:"??"},514:{n:"??"},513:{n:"??"},516:{n:"??"},517:{n:"??"},640:{n:"??"},641:{n:"??"},642:{n:"??"},643:{n:"??"},644:{n:"??"},645:{n:"??"},646:{n:"??"},647:{n:"??"},648:{n:"??"},658:{n:"??"},659:{n:"??"},660:{n:"??"},661:{n:"??"},662:{n:"??"},665:{n:"??"},666:{n:"??"},768:{n:"??"},772:{n:"??"},1537:{n:"SHEETINFOQP",f:function(e,t,r){if(r.qpro&&!(t<21)){var n=e._R(1);return e.l+=17,e.l+=1,e.l+=2,[n,e._R(t-21,"cstr")]}}},1600:{n:"??"},1602:{n:"??"},1793:{n:"??"},1794:{n:"??"},1795:{n:"??"},1796:{n:"??"},1920:{n:"??"},2048:{n:"??"},2049:{n:"??"},2052:{n:"??"},2688:{n:"??"},10998:{n:"??"},12849:{n:"??"},28233:{n:"??"},28484:{n:"??"},65535:{n:""}};return{sheet_to_wk1:function(e,t){var r=t||{};if(+r.codepage>=0&&s(+r.codepage),"string"==r.type)throw new Error("Cannot write WK1 to JS string");var n=Lr(),c=Gr(e["!ref"]),l=Array.isArray(e),u=[];eu(n,0,function(e){var t=Rr(2);return t._W(2,e),t}(1030)),eu(n,6,function(e){var t=Rr(8);return t._W(2,e.s.c),t._W(2,e.s.r),t._W(2,e.e.c),t._W(2,e.e.r),t}(c));for(var f=Math.min(c.e.r,8191),h=c.s.r;h<=f;++h)for(var d=Wr(h),p=c.s.c;p<=c.e.c;++p){h===c.s.r&&(u[p]=zr(p));var g=u[p]+d,m=l?(e[h]||[])[p]:e[g];if(m&&"z"!=m.t)if("n"==m.t)(0|m.v)==m.v&&m.v>=-32768&&m.v<=32767?eu(n,13,i(h,p,m.v)):eu(n,14,a(h,p,m.v));else eu(n,15,o(h,p,Yr(m).slice(0,239)))}return eu(n,1),n.end()},book_to_wk3:function(e,t){var r=t||{};if(+r.codepage>=0&&s(+r.codepage),"string"==r.type)throw new Error("Cannot write WK3 to JS string");var n=Lr();eu(n,0,function(e){var t=Rr(26);t._W(2,4096),t._W(2,4),t._W(4,0);for(var r=0,n=0,o=0,i=0;i<e.SheetNames.length;++i){var a=e.SheetNames[i],s=e.Sheets[a];if(s&&s["!ref"]){++o;var c=qr(s["!ref"]);r<c.e.r&&(r=c.e.r),n<c.e.c&&(n=c.e.c)}}r>8191&&(r=8191);return t._W(2,r),t._W(1,o),t._W(1,n),t._W(2,0),t._W(2,0),t._W(1,1),t._W(1,2),t._W(4,0),t._W(4,0),t}(e));for(var o=0,i=0;o<e.SheetNames.length;++o)(e.Sheets[e.SheetNames[o]]||{})["!ref"]&&eu(n,27,y(e.SheetNames[o],i++));var a=0;for(o=0;o<e.SheetNames.length;++o){var c=e.Sheets[e.SheetNames[o]];if(c&&c["!ref"]){for(var l=Gr(c["!ref"]),u=Array.isArray(c),f=[],d=Math.min(l.e.r,8191),p=l.s.r;p<=d;++p)for(var m=Wr(p),v=l.s.c;v<=l.e.c;++v){p===l.s.r&&(f[v]=zr(v));var b=f[v]+m,w=u?(c[p]||[])[v]:c[b];if(w&&"z"!=w.t)if("n"==w.t)eu(n,23,g(p,v,a,w.v));else eu(n,22,h(p,v,a,Yr(w).slice(0,239)))}++a}}return eu(n,1),n.end()},to_workbook:function(e,r){switch(r.type){case"base64":return t(x(v(e)),r);case"binary":return t(x(e),r);case"buffer":case"array":return t(e,r)}throw"Unsupported type "+r.type}}}();function ji(e){var t={},r=e.match(ht),n=0,o=!1;if(r)for(;n!=r.length;++n){var a=gt(r[n]);switch(a[0].replace(/\w*:/g,"")){case"<condense":case"<extend":break;case"<shadow":if(!a.val)break;case"<shadow>":case"<shadow/>":t.shadow=1;break;case"</shadow>":break;case"<charset":if("1"==a.val)break;t.cp=i[parseInt(a.val,10)];break;case"<outline":if(!a.val)break;case"<outline>":case"<outline/>":t.outline=1;break;case"</outline>":break;case"<rFont":t.name=a.val;break;case"<sz":t.sz=a.val;break;case"<strike":if(!a.val)break;case"<strike>":case"<strike/>":t.strike=1;break;case"</strike>":break;case"<u":if(!a.val)break;switch(a.val){case"double":t.uval="double";break;case"singleAccounting":t.uval="single-accounting";break;case"doubleAccounting":t.uval="double-accounting"}case"<u>":case"<u/>":t.u=1;break;case"</u>":break;case"<b":if("0"==a.val)break;case"<b>":case"<b/>":t.b=1;break;case"</b>":break;case"<i":if("0"==a.val)break;case"<i>":case"<i/>":t.i=1;break;case"</i>":break;case"<color":a.rgb&&(t.color=a.rgb.slice(2,8));break;case"<color>":case"<color/>":case"</color>":break;case"<family":t.family=a.val;break;case"<family>":case"<family/>":case"</family>":break;case"<vertAlign":t.valign=a.val;break;case"<vertAlign>":case"<vertAlign/>":case"</vertAlign>":case"<scheme":case"<scheme>":case"<scheme/>":case"</scheme>":case"<extLst":case"<extLst>":case"</extLst>":break;case"<ext":o=!0;break;case"</ext>":o=!1;break;default:if(47!==a[0].charCodeAt(1)&&!o)throw new Error("Unrecognized rich format "+a[0])}}return t}var Di=function(){var e=It("t"),t=It("rPr");function r(r){var n=r.match(e);if(!n)return{t:"s",v:""};var o={t:"s",v:yt(n[1])},i=r.match(t);return i&&(o.s=ji(i[1])),o}var n=/<(?:\w+:)?r>/g,o=/<\/(?:\w+:)?r>/;return function(e){return e.replace(n,"").split(o).map(r).filter((function(e){return e.v}))}}(),Mi=function(){var e=/(\r\n|\n)/g;function t(t){var r=[[],t.v,[]];return t.v?(t.s&&function(e,t,r){var n=[];e.u&&n.push("text-decoration: underline;"),e.uval&&n.push("text-underline-style:"+e.uval+";"),e.sz&&n.push("font-size:"+e.sz+"pt;"),e.outline&&n.push("text-effect: outline;"),e.shadow&&n.push("text-shadow: auto;"),t.push('<span style="'+n.join("")+'">'),e.b&&(t.push("<b>"),r.push("</b>")),e.i&&(t.push("<i>"),r.push("</i>")),e.strike&&(t.push("<s>"),r.push("</s>"));var o=e.valign||"";"superscript"==o||"super"==o?o="sup":"subscript"==o&&(o="sub"),""!=o&&(t.push("<"+o+">"),r.push("</"+o+">")),r.push("</span>")}(t.s,r[0],r[2]),r[0].join("")+r[1].replace(e,"<br/>")+r[2].join("")):""}return function(e){return e.map(t).join("")}}(),Bi=/<(?:\w+:)?t[^>]*>([^<]*)<\/(?:\w+:)?t>/g,Wi=/<(?:\w+:)?r>/,Ui=/<(?:\w+:)?rPh.*?>([\s\S]*?)<\/(?:\w+:)?rPh>/g;function zi(e,t){var r=!t||t.cellHTML,n={};return e?(e.match(/^\s*<(?:\w+:)?t[^>]*>/)?(n.t=yt(Pt(e.slice(e.indexOf(">")+1).split(/<\/(?:\w+:)?t>/)[0]||"")),n.r=Pt(e),r&&(n.h=At(n.t))):e.match(Wi)&&(n.r=Pt(e),n.t=yt(Pt((e.replace(Ui,"").match(Bi)||[]).join("").replace(ht,""))),r&&(n.h=Mi(Di(n.r)))),n):{t:""}}var Hi=/<(?:\w+:)?sst([^>]*)>([\s\S]*)<\/(?:\w+:)?sst>/,Vi=/<(?:\w+:)?(?:si|sstItem)>/g,qi=/<\/(?:\w+:)?(?:si|sstItem)>/;var $i=/^\s|\s$|[\t\n\r]/;function Gi(e,t){if(!t.bookSST)return"";var r=[lt];r[r.length]=Ht("sst",null,{xmlns:Xt[0],count:e.Count,uniqueCount:e.Unique});for(var n=0;n!=e.length;++n)if(null!=e[n]){var o=e[n],i="<si>";o.r?i+=o.r:(i+="<t",o.t||(o.t=""),o.t.match($i)&&(i+=' xml:space="preserve"'),i+=">"+xt(o.t)+"</t>"),i+="</si>",r[r.length]=i}return r.length>2&&(r[r.length]="</sst>",r[1]=r[1].replace("/>",">")),r.join("")}var Xi=function(e,t){var r=!1;return null==t&&(r=!0,t=Rr(15+4*e.t.length)),t._W(1,0),tn(e.t,t),r?t.slice(0,t.l):t};function Yi(e){var t=Lr();Ir(t,159,function(e,t){return t||(t=Rr(8)),t._W(4,e.Count),t._W(4,e.Unique),t}(e));for(var r=0;r<e.length;++r)Ir(t,19,Xi(e[r]));return Ir(t,160),t.end()}function Ki(e){if(void 0!==t)return t.utils.encode(n,e);for(var r=[],o=e.split(""),i=0;i<o.length;++i)r[i]=o[i].charCodeAt(0);return r}function Ji(e,t){var r={};return r.Major=e._R(2),r.Minor=e._R(2),t>=4&&(e.l+=t-4),r}function Zi(e){for(var t=e._R(4),r=e.l+t-4,n={},o=e._R(4),i=[];o-- >0;)i.push({t:e._R(4),v:e._R(0,"lpp4")});if(n.name=e._R(0,"lpp4"),n.comps=i,e.l!=r)throw new Error("Bad DataSpaceMapEntry: "+e.l+" != "+r);return n}function Qi(e){var t=function(e){var t={};return e._R(4),e.l+=4,t.id=e._R(0,"lpp4"),t.name=e._R(0,"lpp4"),t.R=Ji(e,4),t.U=Ji(e,4),t.W=Ji(e,4),t}(e);if(t.ename=e._R(0,"8lpp4"),t.blksz=e._R(4),t.cmode=e._R(4),4!=e._R(4))throw new Error("Bad !Primary record");return t}function ea(e,t){var r=e.l+t,n={};n.Flags=63&e._R(4),e.l+=4,n.AlgID=e._R(4);var o=!1;switch(n.AlgID){case 26126:case 26127:case 26128:o=36==n.Flags;break;case 26625:o=4==n.Flags;break;case 0:o=16==n.Flags||4==n.Flags||36==n.Flags;break;default:throw"Unrecognized encryption algorithm: "+n.AlgID}if(!o)throw new Error("Encryption Flags/AlgID mismatch");return n.AlgIDHash=e._R(4),n.KeySize=e._R(4),n.ProviderType=e._R(4),e.l+=8,n.CSPName=e._R(r-e.l>>1,"utf16le"),e.l=r,n}function ta(e,t){var r={},n=e.l+t;return e.l+=4,r.Salt=e.slice(e.l,e.l+16),e.l+=16,r.Verifier=e.slice(e.l,e.l+16),e.l+=16,e._R(4),r.VerifierHash=e.slice(e.l,n),e.l=n,r}function ra(e){if(36!=(63&e._R(4)))throw new Error("EncryptionInfo mismatch");var t=e._R(4);return{t:"Std",h:ea(e,t),v:ta(e,e.length-e.l)}}function na(){throw new Error("File is password-protected: ECMA-376 Extensible")}function oa(e){var t=["saltSize","blockSize","keyBits","hashSize","cipherAlgorithm","cipherChaining","hashAlgorithm","saltValue"];e.l+=4;var r=e._R(e.length-e.l,"utf8"),n={};return r.replace(ht,(function(e){var r=gt(e);switch(mt(r[0])){case"<?xml":case"<encryption":case"</encryption>":case"</keyEncryptors>":case"</keyEncryptor>":break;case"<keyData":t.forEach((function(e){n[e]=r[e]}));break;case"<dataIntegrity":n.encryptedHmacKey=r.encryptedHmacKey,n.encryptedHmacValue=r.encryptedHmacValue;break;case"<keyEncryptors>":case"<keyEncryptors":n.encs=[];break;case"<keyEncryptor":n.uri=r.uri;break;case"<encryptedKey":n.encs.push(r);break;default:throw r[0]}})),n}function ia(e){var t,r,n=0,o=Ki(e),i=o.length+1;for((t=w(i))[0]=o.length,r=1;r!=i;++r)t[r]=o[r-1];for(r=i-1;r>=0;--r)n=((16384&n?1:0)|n<<1&32767)^t[r];return 52811^n}var aa=function(){var e=[187,255,255,186,255,255,185,128,0,190,15,0,191,15,0],t=[57840,7439,52380,33984,4364,3600,61902,12606,6258,57657,54287,34041,10252,43370,20163],r=[44796,19929,39858,10053,20106,40212,10761,31585,63170,64933,60267,50935,40399,11199,17763,35526,1453,2906,5812,11624,23248,885,1770,3540,7080,14160,28320,56640,55369,41139,20807,41614,21821,43642,17621,28485,56970,44341,19019,38038,14605,29210,60195,50791,40175,10751,21502,43004,24537,18387,36774,3949,7898,15796,31592,63184,47201,24803,49606,37805,14203,28406,56812,17824,35648,1697,3394,6788,13576,27152,43601,17539,35078,557,1114,2228,4456,30388,60776,51953,34243,7079,14158,28316,14128,28256,56512,43425,17251,34502,7597,13105,26210,52420,35241,883,1766,3532,4129,8258,16516,33032,4657,9314,18628],n=function(e,t){return function(e){return 255&(e/2|128*e)}(e^t)},o=function(e){for(var n=t[e.length-1],o=104,i=e.length-1;i>=0;--i)for(var a=e[i],s=0;7!=s;++s)64&a&&(n^=r[o]),a*=2,--o;return n};return function(t){for(var r,i,a,s=Ki(t),c=o(s),l=s.length,u=w(16),f=0;16!=f;++f)u[f]=0;for(1&~l||(r=c>>8,u[l]=n(e[0],r),--l,r=255&c,i=s[s.length-1],u[l]=n(i,r));l>0;)r=c>>8,u[--l]=n(s[l],r),r=255&c,u[--l]=n(s[l],r);for(l=15,a=15-s.length;a>0;)r=c>>8,u[l]=n(e[a],r),--a,r=255&c,u[--l]=n(s[l],r),--l,--a;return u}}(),sa=function(e){var t=0,r=aa(e);return function(e){var n=function(e,t,r,n,o){var i,a;for(o||(o=t),n||(n=aa(e)),i=0;i!=t.length;++i)a=t[i],a=255&((a^=n[r])>>5|a<<3),o[i]=a,++r;return[o,r,n]}("",e,t,r);return t=n[1],n[0]}};function ca(e,t,r){var n=r||{};return n.Info=e._R(2),e.l-=2,1===n.Info?n.Data=function(e){var t={},r=t.EncryptionVersionInfo=Ji(e,4);if(1!=r.Major||1!=r.Minor)throw"unrecognized version code "+r.Major+" : "+r.Minor;return t.Salt=e._R(16),t.EncryptedVerifier=e._R(16),t.EncryptedVerifierHash=e._R(16),t}(e):n.Data=function(e,t){var r={},n=r.EncryptionVersionInfo=Ji(e,4);if(t-=4,2!=n.Minor)throw new Error("unrecognized minor version code: "+n.Minor);if(n.Major>4||n.Major<2)throw new Error("unrecognized major version code: "+n.Major);r.Flags=e._R(4),t-=4;var o=e._R(4);return t-=4,r.EncryptionHeader=ea(e,o),t-=o,r.EncryptionVerifier=ta(e,t),r}(e,t),n}var la=function(){function e(e,r){switch(r.type){case"base64":return t(v(e),r);case"binary":return t(e,r);case"buffer":return t(b&&Buffer.isBuffer(e)?e.toString("binary"):T(e),r);case"array":return t(Ve(e),r)}throw new Error("Unrecognized type "+r.type)}function t(e,t){var r=(t||{}).dense?[]:{},n=e.match(/\\trowd.*?\\row\b/g);if(!n.length)throw new Error("RTF missing table");var o={s:{c:0,r:0},e:{c:0,r:n.length-1}};return n.forEach((function(e,t){Array.isArray(r)&&(r[t]=[]);for(var n,i=/\\\w+\b/g,a=0,s=-1;n=i.exec(e);){if("\\cell"===n[0]){var c=e.slice(a,i.lastIndex-n[0].length);if(" "==c[0]&&(c=c.slice(1)),++s,c.length){var l={v:c,t:"s"};Array.isArray(r)?r[t][s]=l:r[Vr({r:t,c:s})]=l}}a=i.lastIndex}s>o.e.c&&(o.e.c=s)})),r["!ref"]=$r(o),r}return{to_workbook:function(t,r){return Kr(e(t,r),r)},to_sheet:e,from_sheet:function(e){for(var t,r=["{\\rtf1\\ansi"],n=Gr(e["!ref"]),o=Array.isArray(e),i=n.s.r;i<=n.e.r;++i){r.push("\\trowd\\trautofit1");for(var a=n.s.c;a<=n.e.c;++a)r.push("\\cellx"+(a+1));for(r.push("\\pard\\intbl"),a=n.s.c;a<=n.e.c;++a){var s=Vr({r:i,c:a});(t=o?(e[i]||[])[a]:e[s])&&(null!=t.v||t.f&&!t.F)&&(r.push(" "+(t.w||(Yr(t),t.w))),r.push("\\cell"))}r.push("\\pard\\intbl\\row")}return r.join("")+"}"}}}();function ua(e){for(var t=0,r=1;3!=t;++t)r=256*r+(e[t]>255?255:e[t]<0?0:e[t]);return r.toString(16).toUpperCase().slice(1)}function fa(e,t){if(0===t)return e;var r=function(e){var t=e[0]/255,r=e[1]/255,n=e[2]/255,o=Math.max(t,r,n),i=Math.min(t,r,n),a=o-i;if(0===a)return[0,0,t];var s,c=0,l=o+i;switch(s=a/(l>1?2-l:l),o){case t:c=((r-n)/a+6)%6;break;case r:c=(n-t)/a+2;break;case n:c=(t-r)/a+4}return[c/6,s,l/2]}(function(e){var t=e.slice("#"===e[0]?1:0).slice(0,6);return[parseInt(t.slice(0,2),16),parseInt(t.slice(2,4),16),parseInt(t.slice(4,6),16)]}(e));return r[2]=t<0?r[2]*(1+t):1-(1-r[2])*(1-t),ua(function(e){var t,r=e[0],n=e[1],o=e[2],i=2*n*(o<.5?o:1-o),a=o-i/2,s=[a,a,a],c=6*r;if(0!==n)switch(0|c){case 0:case 6:t=i*c,s[0]+=i,s[1]+=t;break;case 1:t=i*(2-c),s[0]+=t,s[1]+=i;break;case 2:t=i*(c-2),s[1]+=i,s[2]+=t;break;case 3:t=i*(4-c),s[1]+=t,s[2]+=i;break;case 4:t=i*(c-4),s[2]+=i,s[0]+=t;break;case 5:t=i*(6-c),s[2]+=t,s[0]+=i}for(var l=0;3!=l;++l)s[l]=Math.round(255*s[l]);return s}(r))}var ha=6,da=15,pa=1,ga=ha;function ma(e){return Math.floor((e+Math.round(128/ga)/256)*ga)}function va(e){return Math.floor((e-5)/ga*100+.5)/100}function ba(e){return Math.round((e*ga+5)/ga*256)/256}function ya(e){return ba(va(ma(e)))}function wa(e){var t=Math.abs(e-ya(e)),r=ga;if(t>.005)for(ga=pa;ga<da;++ga)Math.abs(e-ya(e))<=t&&(t=Math.abs(e-ya(e)),r=ga);ga=r}function Sa(e){e.width?(e.wpx=ma(e.width),e.wch=va(e.wpx),e.MDW=ga):e.wpx?(e.wch=va(e.wpx),e.width=ba(e.wch),e.MDW=ga):"number"==typeof e.wch&&(e.width=ba(e.wch),e.wpx=ma(e.width),e.MDW=ga),e.customWidth&&delete e.customWidth}var xa=96;function ka(e){return 96*e/xa}function Ta(e){return e*xa/96}var Aa={None:"none",Solid:"solid",Gray50:"mediumGray",Gray75:"darkGray",Gray25:"lightGray",HorzStripe:"darkHorizontal",VertStripe:"darkVertical",ReverseDiagStripe:"darkDown",DiagStripe:"darkUp",DiagCross:"darkGrid",ThickDiagCross:"darkTrellis",ThinHorzStripe:"lightHorizontal",ThinVertStripe:"lightVertical",ThinReverseDiagStripe:"lightDown",ThinHorzCross:"lightGrid"};function Ea(e,t,r,n){t.Fonts=[];var o={},a=!1;(e[0].match(ht)||[]).forEach((function(e){var s=gt(e);switch(mt(s[0])){case"<fonts":case"<fonts>":case"</fonts>":case"<font":case"<font>":case"<name/>":case"</name>":case"<sz/>":case"</sz>":case"<vertAlign/>":case"</vertAlign>":case"<family/>":case"</family>":case"<scheme/>":case"</scheme>":case"<color/>":case"</color>":case"<extLst":case"<extLst>":case"</extLst>":break;case"</font>":case"<font/>":t.Fonts.push(o),o={};break;case"<name":s.val&&(o.name=Pt(s.val));break;case"<b":o.bold=s.val?_t(s.val):1;break;case"<b/>":o.bold=1;break;case"<i":o.italic=s.val?_t(s.val):1;break;case"<i/>":o.italic=1;break;case"<u":switch(s.val){case"none":o.underline=0;break;case"single":o.underline=1;break;case"double":o.underline=2;break;case"singleAccounting":o.underline=33;break;case"doubleAccounting":o.underline=34}break;case"<u/>":o.underline=1;break;case"<strike":o.strike=s.val?_t(s.val):1;break;case"<strike/>":o.strike=1;break;case"<outline":o.outline=s.val?_t(s.val):1;break;case"<outline/>":o.outline=1;break;case"<shadow":o.shadow=s.val?_t(s.val):1;break;case"<shadow/>":o.shadow=1;break;case"<condense":o.condense=s.val?_t(s.val):1;break;case"<condense/>":o.condense=1;break;case"<extend":o.extend=s.val?_t(s.val):1;break;case"<extend/>":o.extend=1;break;case"<sz":s.val&&(o.sz=+s.val);break;case"<vertAlign":s.val&&(o.vertAlign=s.val);break;case"<family":s.val&&(o.family=parseInt(s.val,10));break;case"<scheme":s.val&&(o.scheme=s.val);break;case"<charset":if("1"==s.val)break;s.codepage=i[parseInt(s.val,10)];break;case"<color":if(o.color||(o.color={}),s.auto&&(o.color.auto=_t(s.auto)),s.rgb)o.color.rgb=s.rgb.slice(-6);else if(s.indexed){o.color.index=parseInt(s.indexed,10);var c=Mn[o.color.index];81==o.color.index&&(c=Mn[1]),c||(c=Mn[1]),o.color.rgb=c[0].toString(16)+c[1].toString(16)+c[2].toString(16)}else s.theme&&(o.color.theme=parseInt(s.theme,10),s.tint&&(o.color.tint=parseFloat(s.tint)),s.theme&&r.themeElements&&r.themeElements.clrScheme&&(o.color.rgb=fa(r.themeElements.clrScheme[o.color.theme].rgb,o.color.tint||0)));break;case"<AlternateContent":case"<ext":a=!0;break;case"</AlternateContent>":case"</ext>":a=!1;break;default:if(n&&n.WTF&&!a)throw new Error("unrecognized "+s[0]+" in fonts")}}))}var _a=["numFmtId","fillId","fontId","borderId","xfId"],Oa=["applyAlignment","applyBorder","applyFill","applyFont","applyNumberFormat","applyProtection","pivotButton","quotePrefix"];var Na=function(){var e=/<(?:\w+:)?numFmts([^>]*)>[\S\s]*?<\/(?:\w+:)?numFmts>/,t=/<(?:\w+:)?cellXfs([^>]*)>[\S\s]*?<\/(?:\w+:)?cellXfs>/,r=/<(?:\w+:)?fills([^>]*)>[\S\s]*?<\/(?:\w+:)?fills>/,n=/<(?:\w+:)?fonts([^>]*)>[\S\s]*?<\/(?:\w+:)?fonts>/,o=/<(?:\w+:)?borders([^>]*)>[\S\s]*?<\/(?:\w+:)?borders>/;return function(i,a,s){var c,l={};return i?((c=(i=i.replace(/<!--([\s\S]*?)-->/gm,"").replace(/<!DOCTYPE[^\[]*\[[^\]]*\]>/gm,"")).match(e))&&function(e,t,r){t.NumberFmt=[];for(var n=Ne(M),o=0;o<n.length;++o)t.NumberFmt[n[o]]=M[n[o]];var i=e[0].match(ht);if(i)for(o=0;o<i.length;++o){var a=gt(i[o]);switch(mt(a[0])){case"<numFmts":case"</numFmts>":case"<numFmts/>":case"<numFmts>":case"</numFmt>":break;case"<numFmt":var s=yt(Pt(a.formatCode)),c=parseInt(a.numFmtId,10);if(t.NumberFmt[c]=s,c>0){if(c>392){for(c=392;c>60&&null!=t.NumberFmt[c];--c);t.NumberFmt[c]=s}be(s,c)}break;default:if(r.WTF)throw new Error("unrecognized "+a[0]+" in numFmts")}}}(c,l,s),(c=i.match(n))&&Ea(c,l,a,s),(c=i.match(r))&&function(e,t,r,n){t.Fills=[];var o={},i=!1;(e[0].match(ht)||[]).forEach((function(e){var r=gt(e);switch(mt(r[0])){case"<fills":case"<fills>":case"</fills>":case"</fill>":case"<gradientFill>":case"<patternFill/>":case"</patternFill>":case"<bgColor/>":case"</bgColor>":case"<fgColor/>":case"</fgColor>":case"<stop":case"<stop/>":case"</stop>":case"<color":case"<color/>":case"</color>":case"<extLst":case"<extLst>":case"</extLst>":break;case"<fill>":case"<fill":case"<fill/>":o={},t.Fills.push(o);break;case"<gradientFill":case"</gradientFill>":t.Fills.push(o),o={};break;case"<patternFill":case"<patternFill>":r.patternType&&(o.patternType=r.patternType);break;case"<bgColor":o.bgColor||(o.bgColor={}),r.indexed&&(o.bgColor.indexed=parseInt(r.indexed,10)),r.theme&&(o.bgColor.theme=parseInt(r.theme,10)),r.tint&&(o.bgColor.tint=parseFloat(r.tint)),r.rgb&&(o.bgColor.rgb=r.rgb.slice(-6));break;case"<fgColor":o.fgColor||(o.fgColor={}),r.theme&&(o.fgColor.theme=parseInt(r.theme,10)),r.tint&&(o.fgColor.tint=parseFloat(r.tint)),null!=r.rgb&&(o.fgColor.rgb=r.rgb.slice(-6));break;case"<ext":i=!0;break;case"</ext>":i=!1;break;default:if(n&&n.WTF&&!i)throw new Error("unrecognized "+r[0]+" in fills")}}))}(c,l,0,s),(c=i.match(o))&&function(e,t,r,n){t.Borders=[];var o={},i=!1;(e[0].match(ht)||[]).forEach((function(e){var r=gt(e);switch(mt(r[0])){case"<borders":case"<borders>":case"</borders>":case"</border>":case"<left/>":case"<left":case"<left>":case"</left>":case"<right/>":case"<right":case"<right>":case"</right>":case"<top/>":case"<top":case"<top>":case"</top>":case"<bottom/>":case"<bottom":case"<bottom>":case"</bottom>":case"<diagonal":case"<diagonal>":case"<diagonal/>":case"</diagonal>":case"<horizontal":case"<horizontal>":case"<horizontal/>":case"</horizontal>":case"<vertical":case"<vertical>":case"<vertical/>":case"</vertical>":case"<start":case"<start>":case"<start/>":case"</start>":case"<end":case"<end>":case"<end/>":case"</end>":case"<color":case"<color>":case"<color/>":case"</color>":case"<extLst":case"<extLst>":case"</extLst>":break;case"<border":case"<border>":case"<border/>":o={},r.diagonalUp&&(o.diagonalUp=_t(r.diagonalUp)),r.diagonalDown&&(o.diagonalDown=_t(r.diagonalDown)),t.Borders.push(o);break;case"<ext":i=!0;break;case"</ext>":i=!1;break;default:if(n&&n.WTF&&!i)throw new Error("unrecognized "+r[0]+" in borders")}}))}(c,l,0,s),(c=i.match(t))&&function(e,t,r){var n;t.CellXf=[];var o=!1;(e[0].match(ht)||[]).forEach((function(e){var i=gt(e),a=0;switch(mt(i[0])){case"<cellXfs":case"<cellXfs>":case"<cellXfs/>":case"</cellXfs>":case"</xf>":case"</alignment>":case"<protection":case"</protection>":case"<protection/>":case"<extLst":case"<extLst>":case"</extLst>":break;case"<xf":case"<xf/>":for(delete(n=i)[0],a=0;a<_a.length;++a)n[_a[a]]&&(n[_a[a]]=parseInt(n[_a[a]],10));for(a=0;a<Oa.length;++a)n[Oa[a]]&&(n[Oa[a]]=_t(n[Oa[a]]));if(t.NumberFmt&&n.numFmtId>392)for(a=392;a>60;--a)if(t.NumberFmt[n.numFmtId]==t.NumberFmt[a]){n.numFmtId=a;break}t.CellXf.push(n);break;case"<alignment":case"<alignment/>":var s={};i.vertical&&(s.vertical=i.vertical),i.horizontal&&(s.horizontal=i.horizontal),null!=i.textRotation&&(s.textRotation=i.textRotation),i.indent&&(s.indent=i.indent),i.wrapText&&(s.wrapText=_t(i.wrapText)),n.alignment=s;break;case"<AlternateContent":case"<ext":o=!0;break;case"</AlternateContent>":case"</ext>":o=!1;break;default:if(r&&r.WTF&&!o)throw new Error("unrecognized "+i[0]+" in cellXfs")}}))}(c,l,s),l):l}}();function Ca(e,t){var r,n=[lt,Ht("styleSheet",null,{xmlns:Xt[0],"xmlns:vt":Gt.vt})];return e.SSF&&null!=(r=function(e){var t=["<numFmts>"];return[[5,8],[23,26],[41,44],[50,392]].forEach((function(r){for(var n=r[0];n<=r[1];++n)null!=e[n]&&(t[t.length]=Ht("numFmt",null,{numFmtId:n,formatCode:xt(e[n])}))})),1===t.length?"":(t[t.length]="</numFmts>",t[0]=Ht("numFmts",null,{count:t.length-2}).replace("/>",">"),t.join(""))}(e.SSF))&&(n[n.length]=r),n[n.length]='<fonts count="1"><font><sz val="12"/><color theme="1"/><name val="Calibri"/><family val="2"/><scheme val="minor"/></font></fonts>',n[n.length]='<fills count="2"><fill><patternFill patternType="none"/></fill><fill><patternFill patternType="gray125"/></fill></fills>',n[n.length]='<borders count="1"><border><left/><right/><top/><bottom/><diagonal/></border></borders>',n[n.length]='<cellStyleXfs count="1"><xf numFmtId="0" fontId="0" fillId="0" borderId="0"/></cellStyleXfs>',(r=function(e){var t=[];return t[t.length]=Ht("cellXfs",null),e.forEach((function(e){t[t.length]=Ht("xf",null,e)})),t[t.length]="</cellXfs>",2===t.length?"":(t[0]=Ht("cellXfs",null,{count:t.length-2}).replace("/>",">"),t.join(""))}(t.cellXfs))&&(n[n.length]=r),n[n.length]='<cellStyles count="1"><cellStyle name="Normal" xfId="0" builtinId="0"/></cellStyles>',n[n.length]='<dxfs count="0"/>',n[n.length]='<tableStyles count="0" defaultTableStyle="TableStyleMedium9" defaultPivotStyle="PivotStyleMedium4"/>',n.length>2&&(n[n.length]="</styleSheet>",n[1]=n[1].replace("/>",">")),n.join("")}function Ra(e,t,r){r||(r=Rr(6+4*t.length)),r._W(2,e),tn(t,r);var n=r.length>r.l?r.slice(0,r.l):r;return null==r.l&&(r.l=r.length),n}function Pa(e,t){t||(t=Rr(153)),t._W(2,20*e.sz),function(e,t){t||(t=Rr(2));var r=(e.italic?2:0)|(e.strike?8:0)|(e.outline?16:0)|(e.shadow?32:0)|(e.condense?64:0)|(e.extend?128:0);t._W(1,r),t._W(1,0)}(e,t),t._W(2,e.bold?700:400);var r=0;"superscript"==e.vertAlign?r=1:"subscript"==e.vertAlign&&(r=2),t._W(2,r),t._W(1,e.underline||0),t._W(1,e.family||0),t._W(1,e.charset||0),t._W(1,0),An(e.color,t);var n=0;return"major"==e.scheme&&(n=1),"minor"==e.scheme&&(n=2),t._W(1,n),tn(e.name,t),t.length>t.l?t.slice(0,t.l):t}var La,Ia=["none","solid","mediumGray","darkGray","lightGray","darkHorizontal","darkVertical","darkDown","darkUp","darkGrid","darkTrellis","lightHorizontal","lightVertical","lightDown","lightUp","lightGrid","lightTrellis","gray125","gray0625"],Fa=Cr;function ja(e,t){t||(t=Rr(84)),La||(La=Re(Ia));var r=La[e.patternType];null==r&&(r=40),t._W(4,r);var n=0;if(40!=r)for(An({auto:1},t),An({auto:1},t);n<12;++n)t._W(4,0);else{for(;n<4;++n)t._W(4,0);for(;n<12;++n)t._W(4,0)}return t.length>t.l?t.slice(0,t.l):t}function Da(e,t,r){r||(r=Rr(16)),r._W(2,t||0),r._W(2,e.numFmtId||0),r._W(2,0),r._W(2,0),r._W(2,0),r._W(1,0),r._W(1,0);return r._W(1,0),r._W(1,0),r._W(1,0),r._W(1,0),r}function Ma(e,t){return t||(t=Rr(10)),t._W(1,0),t._W(1,0),t._W(4,0),t._W(4,0),t}var Ba=Cr;function Wa(e){Ir(e,613,Qr(1)),Ir(e,46,function(e,t){return t||(t=Rr(51)),t._W(1,0),Ma(0,t),Ma(0,t),Ma(0,t),Ma(0,t),Ma(0,t),t.length>t.l?t.slice(0,t.l):t}()),Ir(e,614)}function Ua(e){Ir(e,619,Qr(1)),Ir(e,48,function(e,t){return t||(t=Rr(52)),t._W(4,e.xfId),t._W(2,1),t._W(1,+e.builtinId),t._W(1,0),pn(e.name||"",t),t.length>t.l?t.slice(0,t.l):t}({xfId:0,builtinId:0,name:"Normal"})),Ir(e,620)}function za(e){Ir(e,508,function(e,t,r){var n=Rr(2052);return n._W(4,e),pn(t,n),pn(r,n),n.length>n.l?n.slice(0,n.l):n}(0,"TableStyleMedium9","PivotStyleMedium4")),Ir(e,509)}function Ha(e,t){var r=Lr();return Ir(r,278),function(e,t){if(t){var r=0;[[5,8],[23,26],[41,44],[50,392]].forEach((function(e){for(var n=e[0];n<=e[1];++n)null!=t[n]&&++r})),0!=r&&(Ir(e,615,Qr(r)),[[5,8],[23,26],[41,44],[50,392]].forEach((function(r){for(var n=r[0];n<=r[1];++n)null!=t[n]&&Ir(e,44,Ra(n,t[n]))})),Ir(e,616))}}(r,e.SSF),function(e){Ir(e,611,Qr(1)),Ir(e,43,Pa({sz:12,color:{theme:1},name:"Calibri",family:2,scheme:"minor"})),Ir(e,612)}(r),function(e){Ir(e,603,Qr(2)),Ir(e,45,ja({patternType:"none"})),Ir(e,45,ja({patternType:"gray125"})),Ir(e,604)}(r),Wa(r),function(e){Ir(e,626,Qr(1)),Ir(e,47,Da({numFmtId:0,fontId:0,fillId:0,borderId:0},65535)),Ir(e,627)}(r),function(e,t){Ir(e,617,Qr(t.length)),t.forEach((function(t){Ir(e,47,Da(t,0))})),Ir(e,618)}(r,t.cellXfs),Ua(r),function(e){Ir(e,505,Qr(0)),Ir(e,506)}(r),za(r),Ir(r,279),r.end()}var Va=["</a:lt1>","</a:dk1>","</a:lt2>","</a:dk2>","</a:accent1>","</a:accent2>","</a:accent3>","</a:accent4>","</a:accent5>","</a:accent6>","</a:hlink>","</a:folHlink>"];function qa(e,t,r){t.themeElements.clrScheme=[];var n={};(e[0].match(ht)||[]).forEach((function(e){var o=gt(e);switch(o[0]){case"<a:clrScheme":case"</a:clrScheme>":break;case"<a:srgbClr":n.rgb=o.val;break;case"<a:sysClr":n.rgb=o.lastClr;break;case"<a:dk1>":case"</a:dk1>":case"<a:lt1>":case"</a:lt1>":case"<a:dk2>":case"</a:dk2>":case"<a:lt2>":case"</a:lt2>":case"<a:accent1>":case"</a:accent1>":case"<a:accent2>":case"</a:accent2>":case"<a:accent3>":case"</a:accent3>":case"<a:accent4>":case"</a:accent4>":case"<a:accent5>":case"</a:accent5>":case"<a:accent6>":case"</a:accent6>":case"<a:hlink>":case"</a:hlink>":case"<a:folHlink>":case"</a:folHlink>":"/"===o[0].charAt(1)?(t.themeElements.clrScheme[Va.indexOf(o[0])]=n,n={}):n.name=o[0].slice(3,o[0].length-1);break;default:if(r&&r.WTF)throw new Error("Unrecognized "+o[0]+" in clrScheme")}}))}function $a(){}function Ga(){}var Xa=/<a:clrScheme([^>]*)>[\s\S]*<\/a:clrScheme>/,Ya=/<a:fontScheme([^>]*)>[\s\S]*<\/a:fontScheme>/,Ka=/<a:fmtScheme([^>]*)>[\s\S]*<\/a:fmtScheme>/;var Ja=/<a:themeElements([^>]*)>[\s\S]*<\/a:themeElements>/;function Za(e,t){var r;e&&0!==e.length||(e=Qa());var n={};if(!(r=e.match(Ja)))throw new Error("themeElements not found in theme");return function(e,t,r){var n;t.themeElements={},[["clrScheme",Xa,qa],["fontScheme",Ya,$a],["fmtScheme",Ka,Ga]].forEach((function(o){if(!(n=e.match(o[1])))throw new Error(o[0]+" not found in themeElements");o[2](n,t,r)}))}(r[0],n,t),n.raw=e,n}function Qa(e,t){if(t&&t.themeXLSX)return t.themeXLSX;if(e&&"string"==typeof e.raw)return e.raw;var r=[lt];return r[r.length]='<a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Office Theme">',r[r.length]="<a:themeElements>",r[r.length]='<a:clrScheme name="Office">',r[r.length]='<a:dk1><a:sysClr val="windowText" lastClr="000000"/></a:dk1>',r[r.length]='<a:lt1><a:sysClr val="window" lastClr="FFFFFF"/></a:lt1>',r[r.length]='<a:dk2><a:srgbClr val="1F497D"/></a:dk2>',r[r.length]='<a:lt2><a:srgbClr val="EEECE1"/></a:lt2>',r[r.length]='<a:accent1><a:srgbClr val="4F81BD"/></a:accent1>',r[r.length]='<a:accent2><a:srgbClr val="C0504D"/></a:accent2>',r[r.length]='<a:accent3><a:srgbClr val="9BBB59"/></a:accent3>',r[r.length]='<a:accent4><a:srgbClr val="8064A2"/></a:accent4>',r[r.length]='<a:accent5><a:srgbClr val="4BACC6"/></a:accent5>',r[r.length]='<a:accent6><a:srgbClr val="F79646"/></a:accent6>',r[r.length]='<a:hlink><a:srgbClr val="0000FF"/></a:hlink>',r[r.length]='<a:folHlink><a:srgbClr val="800080"/></a:folHlink>',r[r.length]="</a:clrScheme>",r[r.length]='<a:fontScheme name="Office">',r[r.length]="<a:majorFont>",r[r.length]='<a:latin typeface="Cambria"/>',r[r.length]='<a:ea typeface=""/>',r[r.length]='<a:cs typeface=""/>',r[r.length]='<a:font script="Jpan" typeface=" Pゴシック"/>',r[r.length]='<a:font script="Hang" typeface="맑은 고딕"/>',r[r.length]='<a:font script="Hans" typeface="宋体"/>',r[r.length]='<a:font script="Hant" typeface="新細明體"/>',r[r.length]='<a:font script="Arab" typeface="Times New Roman"/>',r[r.length]='<a:font script="Hebr" typeface="Times New Roman"/>',r[r.length]='<a:font script="Thai" typeface="Tahoma"/>',r[r.length]='<a:font script="Ethi" typeface="Nyala"/>',r[r.length]='<a:font script="Beng" typeface="Vrinda"/>',r[r.length]='<a:font script="Gujr" typeface="Shruti"/>',r[r.length]='<a:font script="Khmr" typeface="MoolBoran"/>',r[r.length]='<a:font script="Knda" typeface="Tunga"/>',r[r.length]='<a:font script="Guru" typeface="Raavi"/>',r[r.length]='<a:font script="Cans" typeface="Euphemia"/>',r[r.length]='<a:font script="Cher" typeface="Plantagenet Cherokee"/>',r[r.length]='<a:font script="Yiii" typeface="Microsoft Yi Baiti"/>',r[r.length]='<a:font script="Tibt" typeface="Microsoft Himalaya"/>',r[r.length]='<a:font script="Thaa" typeface="MV Boli"/>',r[r.length]='<a:font script="Deva" typeface="Mangal"/>',r[r.length]='<a:font script="Telu" typeface="Gautami"/>',r[r.length]='<a:font script="Taml" typeface="Latha"/>',r[r.length]='<a:font script="Syrc" typeface="Estrangelo Edessa"/>',r[r.length]='<a:font script="Orya" typeface="Kalinga"/>',r[r.length]='<a:font script="Mlym" typeface="Kartika"/>',r[r.length]='<a:font script="Laoo" typeface="DokChampa"/>',r[r.length]='<a:font script="Sinh" typeface="Iskoola Pota"/>',r[r.length]='<a:font script="Mong" typeface="Mongolian Baiti"/>',r[r.length]='<a:font script="Viet" typeface="Times New Roman"/>',r[r.length]='<a:font script="Uigh" typeface="Microsoft Uighur"/>',r[r.length]='<a:font script="Geor" typeface="Sylfaen"/>',r[r.length]="</a:majorFont>",r[r.length]="<a:minorFont>",r[r.length]='<a:latin typeface="Calibri"/>',r[r.length]='<a:ea typeface=""/>',r[r.length]='<a:cs typeface=""/>',r[r.length]='<a:font script="Jpan" typeface=" Pゴシック"/>',r[r.length]='<a:font script="Hang" typeface="맑은 고딕"/>',r[r.length]='<a:font script="Hans" typeface="宋体"/>',r[r.length]='<a:font script="Hant" typeface="新細明體"/>',r[r.length]='<a:font script="Arab" typeface="Arial"/>',r[r.length]='<a:font script="Hebr" typeface="Arial"/>',r[r.length]='<a:font script="Thai" typeface="Tahoma"/>',r[r.length]='<a:font script="Ethi" typeface="Nyala"/>',r[r.length]='<a:font script="Beng" typeface="Vrinda"/>',r[r.length]='<a:font script="Gujr" typeface="Shruti"/>',r[r.length]='<a:font script="Khmr" typeface="DaunPenh"/>',r[r.length]='<a:font script="Knda" typeface="Tunga"/>',r[r.length]='<a:font script="Guru" typeface="Raavi"/>',r[r.length]='<a:font script="Cans" typeface="Euphemia"/>',r[r.length]='<a:font script="Cher" typeface="Plantagenet Cherokee"/>',r[r.length]='<a:font script="Yiii" typeface="Microsoft Yi Baiti"/>',r[r.length]='<a:font script="Tibt" typeface="Microsoft Himalaya"/>',r[r.length]='<a:font script="Thaa" typeface="MV Boli"/>',r[r.length]='<a:font script="Deva" typeface="Mangal"/>',r[r.length]='<a:font script="Telu" typeface="Gautami"/>',r[r.length]='<a:font script="Taml" typeface="Latha"/>',r[r.length]='<a:font script="Syrc" typeface="Estrangelo Edessa"/>',r[r.length]='<a:font script="Orya" typeface="Kalinga"/>',r[r.length]='<a:font script="Mlym" typeface="Kartika"/>',r[r.length]='<a:font script="Laoo" typeface="DokChampa"/>',r[r.length]='<a:font script="Sinh" typeface="Iskoola Pota"/>',r[r.length]='<a:font script="Mong" typeface="Mongolian Baiti"/>',r[r.length]='<a:font script="Viet" typeface="Arial"/>',r[r.length]='<a:font script="Uigh" typeface="Microsoft Uighur"/>',r[r.length]='<a:font script="Geor" typeface="Sylfaen"/>',r[r.length]="</a:minorFont>",r[r.length]="</a:fontScheme>",r[r.length]='<a:fmtScheme name="Office">',r[r.length]="<a:fillStyleLst>",r[r.length]='<a:solidFill><a:schemeClr val="phClr"/></a:solidFill>',r[r.length]='<a:gradFill rotWithShape="1">',r[r.length]="<a:gsLst>",r[r.length]='<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="50000"/><a:satMod val="300000"/></a:schemeClr></a:gs>',r[r.length]='<a:gs pos="35000"><a:schemeClr val="phClr"><a:tint val="37000"/><a:satMod val="300000"/></a:schemeClr></a:gs>',r[r.length]='<a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="15000"/><a:satMod val="350000"/></a:schemeClr></a:gs>',r[r.length]="</a:gsLst>",r[r.length]='<a:lin ang="16200000" scaled="1"/>',r[r.length]="</a:gradFill>",r[r.length]='<a:gradFill rotWithShape="1">',r[r.length]="<a:gsLst>",r[r.length]='<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="100000"/><a:shade val="100000"/><a:satMod val="130000"/></a:schemeClr></a:gs>',r[r.length]='<a:gs pos="100000"><a:schemeClr val="phClr"><a:tint val="50000"/><a:shade val="100000"/><a:satMod val="350000"/></a:schemeClr></a:gs>',r[r.length]="</a:gsLst>",r[r.length]='<a:lin ang="16200000" scaled="0"/>',r[r.length]="</a:gradFill>",r[r.length]="</a:fillStyleLst>",r[r.length]="<a:lnStyleLst>",r[r.length]='<a:ln w="9525" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"><a:shade val="95000"/><a:satMod val="105000"/></a:schemeClr></a:solidFill><a:prstDash val="solid"/></a:ln>',r[r.length]='<a:ln w="25400" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln>',r[r.length]='<a:ln w="38100" cap="flat" cmpd="sng" algn="ctr"><a:solidFill><a:schemeClr val="phClr"/></a:solidFill><a:prstDash val="solid"/></a:ln>',r[r.length]="</a:lnStyleLst>",r[r.length]="<a:effectStyleLst>",r[r.length]="<a:effectStyle>",r[r.length]="<a:effectLst>",r[r.length]='<a:outerShdw blurRad="40000" dist="20000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="38000"/></a:srgbClr></a:outerShdw>',r[r.length]="</a:effectLst>",r[r.length]="</a:effectStyle>",r[r.length]="<a:effectStyle>",r[r.length]="<a:effectLst>",r[r.length]='<a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw>',r[r.length]="</a:effectLst>",r[r.length]="</a:effectStyle>",r[r.length]="<a:effectStyle>",r[r.length]="<a:effectLst>",r[r.length]='<a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0"><a:srgbClr val="000000"><a:alpha val="35000"/></a:srgbClr></a:outerShdw>',r[r.length]="</a:effectLst>",r[r.length]='<a:scene3d><a:camera prst="orthographicFront"><a:rot lat="0" lon="0" rev="0"/></a:camera><a:lightRig rig="threePt" dir="t"><a:rot lat="0" lon="0" rev="1200000"/></a:lightRig></a:scene3d>',r[r.length]='<a:sp3d><a:bevelT w="63500" h="25400"/></a:sp3d>',r[r.length]="</a:effectStyle>",r[r.length]="</a:effectStyleLst>",r[r.length]="<a:bgFillStyleLst>",r[r.length]='<a:solidFill><a:schemeClr val="phClr"/></a:solidFill>',r[r.length]='<a:gradFill rotWithShape="1">',r[r.length]="<a:gsLst>",r[r.length]='<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="40000"/><a:satMod val="350000"/></a:schemeClr></a:gs>',r[r.length]='<a:gs pos="40000"><a:schemeClr val="phClr"><a:tint val="45000"/><a:shade val="99000"/><a:satMod val="350000"/></a:schemeClr></a:gs>',r[r.length]='<a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="20000"/><a:satMod val="255000"/></a:schemeClr></a:gs>',r[r.length]="</a:gsLst>",r[r.length]='<a:path path="circle"><a:fillToRect l="50000" t="-80000" r="50000" b="180000"/></a:path>',r[r.length]="</a:gradFill>",r[r.length]='<a:gradFill rotWithShape="1">',r[r.length]="<a:gsLst>",r[r.length]='<a:gs pos="0"><a:schemeClr val="phClr"><a:tint val="80000"/><a:satMod val="300000"/></a:schemeClr></a:gs>',r[r.length]='<a:gs pos="100000"><a:schemeClr val="phClr"><a:shade val="30000"/><a:satMod val="200000"/></a:schemeClr></a:gs>',r[r.length]="</a:gsLst>",r[r.length]='<a:path path="circle"><a:fillToRect l="50000" t="50000" r="50000" b="50000"/></a:path>',r[r.length]="</a:gradFill>",r[r.length]="</a:bgFillStyleLst>",r[r.length]="</a:fmtScheme>",r[r.length]="</a:themeElements>",r[r.length]="<a:objectDefaults>",r[r.length]="<a:spDef>",r[r.length]='<a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx="1"><a:schemeClr val="accent1"/></a:lnRef><a:fillRef idx="3"><a:schemeClr val="accent1"/></a:fillRef><a:effectRef idx="2"><a:schemeClr val="accent1"/></a:effectRef><a:fontRef idx="minor"><a:schemeClr val="lt1"/></a:fontRef></a:style>',r[r.length]="</a:spDef>",r[r.length]="<a:lnDef>",r[r.length]='<a:spPr/><a:bodyPr/><a:lstStyle/><a:style><a:lnRef idx="2"><a:schemeClr val="accent1"/></a:lnRef><a:fillRef idx="0"><a:schemeClr val="accent1"/></a:fillRef><a:effectRef idx="1"><a:schemeClr val="accent1"/></a:effectRef><a:fontRef idx="minor"><a:schemeClr val="tx1"/></a:fontRef></a:style>',r[r.length]="</a:lnDef>",r[r.length]="</a:objectDefaults>",r[r.length]="<a:extraClrSchemeLst/>",r[r.length]="</a:theme>",r.join("")}function es(e){var t={};switch(t.xclrType=e._R(2),t.nTintShade=e._R(2),t.xclrType){case 0:case 4:e.l+=4;break;case 1:t.xclrValue=function(e,t){return Cr(e,t)}(e,4);break;case 2:t.xclrValue=Xo(e);break;case 3:t.xclrValue=function(e){return e._R(4)}(e)}return e.l+=8,t}function ts(e){var t=e._R(2),r=e._R(2)-4,n=[t];switch(t){case 4:case 5:case 7:case 8:case 9:case 10:case 11:case 13:n[1]=es(e);break;case 6:n[1]=function(e,t){return Cr(e,t)}(e,r);break;case 14:case 15:n[1]=e._R(1===r?1:2);break;default:throw new Error("Unrecognized ExtProp type: "+t+" "+r)}return n}function rs(e,t){t.forEach((function(e){e[0]}))}function ns(){var e=Lr();return Ir(e,332),Ir(e,334,Qr(1)),Ir(e,335,function(e){var t=Rr(12+2*e.name.length);return t._W(4,e.flags),t._W(4,e.version),tn(e.name,t),t.slice(0,t.l)}({name:"XLDAPR",version:12e4,flags:3496657072})),Ir(e,336),Ir(e,339,function(e,t){var r=Rr(8+2*t.length);return r._W(4,e),tn(t,r),r.slice(0,r.l)}(1,"XLDAPR")),Ir(e,52),Ir(e,35,Qr(514)),Ir(e,4096,Qr(0)),Ir(e,4097,Io(1)),Ir(e,36),Ir(e,53),Ir(e,340),Ir(e,337,function(e,t){var r=Rr(8);return r._W(4,e),r._W(4,t?1:0),r}(1,!0)),Ir(e,51,function(e){var t=Rr(4+8*e.length);t._W(4,e.length);for(var r=0;r<e.length;++r)t._W(4,e[r][0]),t._W(4,e[r][1]);return t}([[1,0]])),Ir(e,338),Ir(e,333),e.end()}function os(){var e=[lt];return e.push('<metadata xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:xlrd="http://schemas.microsoft.com/office/spreadsheetml/2017/richdata" xmlns:xda="http://schemas.microsoft.com/office/spreadsheetml/2017/dynamicarray">\n <metadataTypes count="1">\n <metadataType name="XLDAPR" minSupportedVersion="120000" copy="1" pasteAll="1" pasteValues="1" merge="1" splitFirst="1" rowColShift="1" clearFormats="1" clearComments="1" assign="1" coerce="1" cellMeta="1"/>\n </metadataTypes>\n <futureMetadata name="XLDAPR" count="1">\n <bk>\n <extLst>\n <ext uri="{bdbb8cdc-fa1e-496e-a857-3c3f30c029c3}">\n <xda:dynamicArrayProperties fDynamic="1" fCollapsed="0"/>\n </ext>\n </extLst>\n </bk>\n </futureMetadata>\n <cellMetadata count="1">\n <bk>\n <rc t="1" v="0"/>\n </bk>\n </cellMetadata>\n</metadata>'),e.join("")}var is=1024;function as(e,t){for(var r=[21600,21600],n=["m0,0l0",r[1],r[0],r[1],r[0],"0xe"].join(","),o=[Ht("xml",null,{"xmlns:v":Yt.v,"xmlns:o":Yt.o,"xmlns:x":Yt.x,"xmlns:mv":Yt.mv}).replace(/\/>/,">"),Ht("o:shapelayout",Ht("o:idmap",null,{"v:ext":"edit",data:e}),{"v:ext":"edit"}),Ht("v:shapetype",[Ht("v:stroke",null,{joinstyle:"miter"}),Ht("v:path",null,{gradientshapeok:"t","o:connecttype":"rect"})].join(""),{id:"_x0000_t202","o:spt":202,coordsize:r.join(","),path:n})];is<1e3*e;)is+=1e3;return t.forEach((function(e){var t=Hr(e[0]),r={color2:"#BEFF82",type:"gradient"};"gradient"==r.type&&(r.angle="-180");var n="gradient"==r.type?Ht("o:fill",null,{type:"gradientUnscaled","v:ext":"view"}):null,i=Ht("v:fill",n,r);++is,o=o.concat(["<v:shape"+zt({id:"_x0000_s"+is,type:"#_x0000_t202",style:"position:absolute; margin-left:80pt;margin-top:5pt;width:104pt;height:64pt;z-index:10"+(e[1].hidden?";visibility:hidden":""),fillcolor:"#ECFAD4",strokecolor:"#edeaa1"})+">",i,Ht("v:shadow",null,{on:"t",obscured:"t"}),Ht("v:path",null,{"o:connecttype":"none"}),'<v:textbox><div style="text-align:left"></div></v:textbox>','<x:ClientData ObjectType="Note">',"<x:MoveWithCells/>","<x:SizeWithCells/>",Ut("x:Anchor",[t.c+1,0,t.r+1,0,t.c+3,20,t.r+5,20].join(",")),Ut("x:AutoFill","False"),Ut("x:Row",String(t.r)),Ut("x:Column",String(t.c)),e[1].hidden?"":"<x:Visible/>","</x:ClientData>","</v:shape>"])})),o.push("</xml>"),o.join("")}function ss(e,t,r,n){var o,i=Array.isArray(e);t.forEach((function(t){var a=Hr(t.ref);if(i?(e[a.r]||(e[a.r]=[]),o=e[a.r][a.c]):o=e[t.ref],!o){o={t:"z"},i?e[a.r][a.c]=o:e[t.ref]=o;var s=Gr(e["!ref"]||"BDWGO1000001:A1");s.s.r>a.r&&(s.s.r=a.r),s.e.r<a.r&&(s.e.r=a.r),s.s.c>a.c&&(s.s.c=a.c),s.e.c<a.c&&(s.e.c=a.c);var c=$r(s);c!==e["!ref"]&&(e["!ref"]=c)}o.c||(o.c=[]);var l={a:t.author,t:t.t,r:t.r,T:r};t.h&&(l.h=t.h);for(var u=o.c.length-1;u>=0;--u){if(!r&&o.c[u].T)return;r&&!o.c[u].T&&o.c.splice(u,1)}if(r&&n)for(u=0;u<n.length;++u)if(l.a==n[u].id){l.a=n[u].name||l.a;break}o.c.push(l)}))}function cs(e){var t=[lt,Ht("comments",null,{xmlns:Xt[0]})],r=[];return t.push("<authors>"),e.forEach((function(e){e[1].forEach((function(e){var n=xt(e.a);-1==r.indexOf(n)&&(r.push(n),t.push("<author>"+n+"</author>")),e.T&&e.ID&&-1==r.indexOf("tc="+e.ID)&&(r.push("tc="+e.ID),t.push("<author>tc="+e.ID+"</author>"))}))})),0==r.length&&(r.push("SheetJ5"),t.push("<author>SheetJ5</author>")),t.push("</authors>"),t.push("<commentList>"),e.forEach((function(e){var n=0,o=[];if(e[1][0]&&e[1][0].T&&e[1][0].ID?n=r.indexOf("tc="+e[1][0].ID):e[1].forEach((function(e){e.a&&(n=r.indexOf(xt(e.a))),o.push(e.t||"")})),t.push('<comment ref="'+e[0]+'" authorId="'+n+'"><text>'),o.length<=1)t.push(Ut("t",xt(o[0]||"")));else{for(var i="Comment:\n "+o[0]+"\n",a=1;a<o.length;++a)i+="Reply:\n "+o[a]+"\n";t.push(Ut("t",xt(i)))}t.push("</text></comment>")})),t.push("</commentList>"),t.length>2&&(t[t.length]="</comments>",t[1]=t[1].replace("/>",">")),t.join("")}function ls(e,t,r){var n=[lt,Ht("ThreadedComments",null,{xmlns:Gt.TCMNT}).replace(/[\/]>/,">")];return e.forEach((function(e){var o="";(e[1]||[]).forEach((function(i,a){if(i.T){i.a&&-1==t.indexOf(i.a)&&t.push(i.a);var s={ref:e[0],id:"{54EE7951-7262-4200-6969-"+("000000000000"+r.tcid++).slice(-12)+"}"};0==a?o=s.id:s.parentId=o,i.ID=s.id,i.a&&(s.personId="{54EE7950-7262-4200-6969-"+("000000000000"+t.indexOf(i.a)).slice(-12)+"}"),n.push(Ht("threadedComment",Ut("text",i.t||""),s))}else delete i.ID}))})),n.push("</ThreadedComments>"),n.join("")}var us=en;function fs(e){var t=Lr(),r=[];return Ir(t,628),Ir(t,630),e.forEach((function(e){e[1].forEach((function(e){r.indexOf(e.a)>-1||(r.push(e.a.slice(0,54)),Ir(t,632,function(e){return tn(e.slice(0,54))}(e.a)))}))})),Ir(t,631),Ir(t,633),e.forEach((function(e){e[1].forEach((function(n){n.iauthor=r.indexOf(n.a);var o={s:Hr(e[0]),e:Hr(e[0])};Ir(t,635,function(e,t){return null==t&&(t=Rr(36)),t._W(4,e[1].iauthor),xn(e[0],t),t._W(4,0),t._W(4,0),t._W(4,0),t._W(4,0),t}([o,n])),n.t&&n.t.length>0&&Ir(t,637,an(n)),Ir(t,636),delete n.iauthor}))})),Ir(t,634),Ir(t,629),t.end()}var hs="application/vnd.ms-office.vbaProject";var ds=["xlsb","xlsm","xlam","biff8","xla"];var ps=function(){var e=/(^|[^A-Za-z_])R(\[?-?\d+\]|[1-9]\d*|)C(\[?-?\d+\]|[1-9]\d*|)(?![A-Za-z0-9_])/g,t={r:0,c:0};function r(e,r,n,o){var i=!1,a=!1;0==n.length?a=!0:"["==n.charAt(0)&&(a=!0,n=n.slice(1,-1)),0==o.length?i=!0:"["==o.charAt(0)&&(i=!0,o=o.slice(1,-1));var s=n.length>0?0|parseInt(n,10):0,c=o.length>0?0|parseInt(o,10):0;return i?c+=t.c:--c,a?s+=t.r:--s,r+(i?"":"$")+zr(c)+(a?"":"$")+Wr(s)}return function(n,o){return t=o,n.replace(e,r)}}(),gs=/(^|[^._A-Z0-9])([$]?)([A-Z]{1,2}|[A-W][A-Z]{2}|X[A-E][A-Z]|XF[A-D])([$]?)(10[0-3]\d{4}|104[0-7]\d{3}|1048[0-4]\d{2}|10485[0-6]\d|104857[0-6]|[1-9]\d{0,5})(?![_.\(A-Za-z0-9])/g,ms=function(e,t){return e.replace(gs,(function(e,r,n,o,i,a){var s=Ur(o)-(n?0:t.c),c=Br(a)-(i?0:t.r);return r+"R"+(0==c?"":i?c+1:"["+c+"]")+"C"+(0==s?"":n?s+1:"["+s+"]")}))};function vs(e,t){return e.replace(gs,(function(e,r,n,o,i,a){return r+("$"==n?n+o:zr(Ur(o)+t.c))+("$"==i?i+a:Wr(Br(a)+t.r))}))}function bs(e,t,r){var n=qr(t).s,o=Hr(r);return vs(e,{r:o.r-n.r,c:o.c-n.c})}function ys(e){return e.replace(/_xlfn\./g,"")}function ws(e){e.l+=1}function Ss(e,t){var r=e._R(1==t?1:2);return[16383&r,r>>14&1,r>>15&1]}function xs(e,t,r){var n=2;if(r){if(r.biff>=2&&r.biff<=5)return ks(e);12==r.biff&&(n=4)}var o=e._R(n),i=e._R(n),a=Ss(e,2),s=Ss(e,2);return{s:{r:o,c:a[0],cRel:a[1],rRel:a[2]},e:{r:i,c:s[0],cRel:s[1],rRel:s[2]}}}function ks(e){var t=Ss(e,2),r=Ss(e,2),n=e._R(1),o=e._R(1);return{s:{r:t[0],c:n,cRel:t[1],rRel:t[2]},e:{r:r[0],c:o,cRel:r[1],rRel:r[2]}}}function Ts(e,t,r){if(r&&r.biff>=2&&r.biff<=5)return function(e){var t=Ss(e,2),r=e._R(1);return{r:t[0],c:r,cRel:t[1],rRel:t[2]}}(e);var n=e._R(r&&12==r.biff?4:2),o=Ss(e,2);return{r:n,c:o[0],cRel:o[1],rRel:o[2]}}function As(e){var t=e._R(2),r=e._R(2);return{r:t,c:255&r,fQuoted:!!(16384&r),cRel:r>>15,rRel:r>>15}}function Es(e){var t=1&e[e.l+1];return e.l+=4,[t,1]}function _s(e){return[e._R(1),e._R(1)]}function Os(e,t){var r=[e._R(1)];if(12==t)switch(r[0]){case 2:r[0]=4;break;case 4:r[0]=16;break;case 0:r[0]=1;break;case 1:r[0]=2}switch(r[0]){case 4:r[1]=Ro(e,1)?"TRUE":"FALSE",12!=t&&(e.l+=7);break;case 37:case 16:r[1]=Bn[e[e.l]],e.l+=12==t?4:8;break;case 0:e.l+=8;break;case 1:r[1]=kn(e);break;case 2:r[1]=zo(e,0,{biff:t>0&&t<8?2:t});break;default:throw new Error("Bad SerAr: "+r[0])}return r}function Ns(e,t,r){for(var n=e._R(12==r.biff?4:2),o=[],i=0;i!=n;++i)o.push((12==r.biff?Sn:ei)(e,8));return o}function Cs(e,t,r){var n=0,o=0;12==r.biff?(n=e._R(4),o=e._R(4)):(o=1+e._R(1),n=1+e._R(2)),r.biff>=2&&r.biff<8&&(--n,0==--o&&(o=256));for(var i=0,a=[];i!=n&&(a[i]=[]);++i)for(var s=0;s!=o;++s)a[i][s]=Os(e,r.biff);return a}function Rs(e,t,r){return e.l+=2,[As(e)]}function Ps(e){return e.l+=6,[]}function Ls(e){return e.l+=2,[Lo(e),1&e._R(2)]}var Is=["Data","All","Headers","??","?Data2","??","?DataHeaders","??","Totals","??","??","??","?DataTotals","??","??","??","?Current"];var Fs={1:{n:"PtgExp",f:function(e,t,r){return e.l++,r&&12==r.biff?[e._R(4,"i"),0]:[e._R(2),e._R(r&&2==r.biff?1:2)]}},2:{n:"PtgTbl",f:Cr},3:{n:"PtgAdd",f:ws},4:{n:"PtgSub",f:ws},5:{n:"PtgMul",f:ws},6:{n:"PtgDiv",f:ws},7:{n:"PtgPower",f:ws},8:{n:"PtgConcat",f:ws},9:{n:"PtgLt",f:ws},10:{n:"PtgLe",f:ws},11:{n:"PtgEq",f:ws},12:{n:"PtgGe",f:ws},13:{n:"PtgGt",f:ws},14:{n:"PtgNe",f:ws},15:{n:"PtgIsect",f:ws},16:{n:"PtgUnion",f:ws},17:{n:"PtgRange",f:ws},18:{n:"PtgUplus",f:ws},19:{n:"PtgUminus",f:ws},20:{n:"PtgPercent",f:ws},21:{n:"PtgParen",f:ws},22:{n:"PtgMissArg",f:ws},23:{n:"PtgStr",f:function(e,t,r){return e.l++,Do(e,0,r)}},26:{n:"PtgSheet",f:function(e,t,r){return e.l+=5,e.l+=2,e.l+=2==r.biff?1:4,["PTGSHEET"]}},27:{n:"PtgEndSheet",f:function(e,t,r){return e.l+=2==r.biff?4:5,["PTGENDSHEET"]}},28:{n:"PtgErr",f:function(e){return e.l++,Bn[e._R(1)]}},29:{n:"PtgBool",f:function(e){return e.l++,0!==e._R(1)}},30:{n:"PtgInt",f:function(e){return e.l++,e._R(2)}},31:{n:"PtgNum",f:function(e){return e.l++,kn(e)}},32:{n:"PtgArray",f:function(e,t,r){var n=(96&e[e.l++])>>5;return e.l+=2==r.biff?6:12==r.biff?14:7,[n]}},33:{n:"PtgFunc",f:function(e,t,r){var n=(96&e[e.l])>>5;e.l+=1;var o=e._R(r&&r.biff<=3?1:2);return[nc[o],rc[o],n]}},34:{n:"PtgFuncVar",f:function(e,t,r){var n=e[e.l++],o=e._R(1),i=r&&r.biff<=3?[88==n?-1:0,e._R(1)]:function(e){return[e[e.l+1]>>7,32767&e._R(2)]}(e);return[o,(0===i[0]?rc:tc)[i[1]]]}},35:{n:"PtgName",f:function(e,t,r){var n=e._R(1)>>>5&3,o=!r||r.biff>=8?4:2,i=e._R(o);switch(r.biff){case 2:e.l+=5;break;case 3:case 4:e.l+=8;break;case 5:e.l+=12}return[n,0,i]}},36:{n:"PtgRef",f:function(e,t,r){var n=(96&e[e.l])>>5;return e.l+=1,[n,Ts(e,0,r)]}},37:{n:"PtgArea",f:function(e,t,r){return[(96&e[e.l++])>>5,xs(e,r.biff>=2&&r.biff,r)]}},38:{n:"PtgMemArea",f:function(e,t,r){var n=e._R(1)>>>5&3;return e.l+=r&&2==r.biff?3:4,[n,e._R(r&&2==r.biff?1:2)]}},39:{n:"PtgMemErr",f:Cr},40:{n:"PtgMemNoMem",f:Cr},41:{n:"PtgMemFunc",f:function(e,t,r){return[e._R(1)>>>5&3,e._R(r&&2==r.biff?1:2)]}},42:{n:"PtgRefErr",f:function(e,t,r){var n=e._R(1)>>>5&3;return e.l+=4,r.biff<8&&e.l--,12==r.biff&&(e.l+=2),[n]}},43:{n:"PtgAreaErr",f:function(e,t,r){var n=(96&e[e.l++])>>5;return e.l+=r&&r.biff>8?12:r.biff<8?6:8,[n]}},44:{n:"PtgRefN",f:function(e,t,r){var n=(96&e[e.l])>>5;e.l+=1;var o=function(e,t,r){var n=r&&r.biff?r.biff:8;if(n>=2&&n<=5)return function(e){var t=e._R(2),r=e._R(1),n=(32768&t)>>15,o=(16384&t)>>14;return t&=16383,1==n&&t>=8192&&(t-=16384),1==o&&r>=128&&(r-=256),{r:t,c:r,cRel:o,rRel:n}}(e);var o=e._R(n>=12?4:2),i=e._R(2),a=(16384&i)>>14,s=(32768&i)>>15;if(i&=16383,1==s)for(;o>524287;)o-=1048576;if(1==a)for(;i>8191;)i-=16384;return{r:o,c:i,cRel:a,rRel:s}}(e,0,r);return[n,o]}},45:{n:"PtgAreaN",f:function(e,t,r){var n=(96&e[e.l++])>>5,o=function(e,t,r){if(r.biff<8)return ks(e);var n=e._R(12==r.biff?4:2),o=e._R(12==r.biff?4:2),i=Ss(e,2),a=Ss(e,2);return{s:{r:n,c:i[0],cRel:i[1],rRel:i[2]},e:{r:o,c:a[0],cRel:a[1],rRel:a[2]}}}(e,0,r);return[n,o]}},46:{n:"PtgMemAreaN",f:function(e){return[e._R(1)>>>5&3,e._R(2)]}},47:{n:"PtgMemNoMemN",f:function(e){return[e._R(1)>>>5&3,e._R(2)]}},57:{n:"PtgNameX",f:function(e,t,r){return 5==r.biff?function(e){var t=e._R(1)>>>5&3,r=e._R(2,"i");e.l+=8;var n=e._R(2);return e.l+=12,[t,r,n]}(e):[e._R(1)>>>5&3,e._R(2),e._R(4)]}},58:{n:"PtgRef3d",f:function(e,t,r){var n=(96&e[e.l])>>5;e.l+=1;var o=e._R(2);return r&&5==r.biff&&(e.l+=12),[n,o,Ts(e,0,r)]}},59:{n:"PtgArea3d",f:function(e,t,r){var n=(96&e[e.l++])>>5,o=e._R(2,"i");if(r)switch(r.biff){case 5:e.l+=12,6;break;case 12:12}return[n,o,xs(e,0,r)]}},60:{n:"PtgRefErr3d",f:function(e,t,r){var n=(96&e[e.l++])>>5,o=e._R(2),i=4;if(r)switch(r.biff){case 5:i=15;break;case 12:i=6}return e.l+=i,[n,o]}},61:{n:"PtgAreaErr3d",f:function(e,t,r){var n=(96&e[e.l++])>>5,o=e._R(2),i=8;if(r)switch(r.biff){case 5:e.l+=12,i=6;break;case 12:i=12}return e.l+=i,[n,o]}},255:{}},js={64:32,96:32,65:33,97:33,66:34,98:34,67:35,99:35,68:36,100:36,69:37,101:37,70:38,102:38,71:39,103:39,72:40,104:40,73:41,105:41,74:42,106:42,75:43,107:43,76:44,108:44,77:45,109:45,78:46,110:46,79:47,111:47,88:34,120:34,89:57,121:57,90:58,122:58,91:59,123:59,92:60,124:60,93:61,125:61},Ds={1:{n:"PtgElfLel",f:Ls},2:{n:"PtgElfRw",f:Rs},3:{n:"PtgElfCol",f:Rs},6:{n:"PtgElfRwV",f:Rs},7:{n:"PtgElfColV",f:Rs},10:{n:"PtgElfRadical",f:Rs},11:{n:"PtgElfRadicalS",f:Ps},13:{n:"PtgElfColS",f:Ps},15:{n:"PtgElfColSV",f:Ps},16:{n:"PtgElfRadicalLel",f:Ls},25:{n:"PtgList",f:function(e){e.l+=2;var t=e._R(2),r=e._R(2),n=e._R(4),o=e._R(2),i=e._R(2);return{ixti:t,coltype:3&r,rt:Is[r>>2&31],idx:n,c:o,C:i}}},29:{n:"PtgSxName",f:function(e){return e.l+=2,[e._R(4)]}},255:{}},Ms={0:{n:"PtgAttrNoop",f:function(e){return e.l+=4,[0,0]}},1:{n:"PtgAttrSemi",f:function(e,t,r){var n=255&e[e.l+1]?1:0;return e.l+=r&&2==r.biff?3:4,[n]}},2:{n:"PtgAttrIf",f:function(e,t,r){var n=255&e[e.l+1]?1:0;return e.l+=2,[n,e._R(r&&2==r.biff?1:2)]}},4:{n:"PtgAttrChoose",f:function(e,t,r){e.l+=2;for(var n=e._R(r&&2==r.biff?1:2),o=[],i=0;i<=n;++i)o.push(e._R(r&&2==r.biff?1:2));return o}},8:{n:"PtgAttrGoto",f:function(e,t,r){var n=255&e[e.l+1]?1:0;return e.l+=2,[n,e._R(r&&2==r.biff?1:2)]}},16:{n:"PtgAttrSum",f:function(e,t,r){e.l+=r&&2==r.biff?3:4}},32:{n:"PtgAttrBaxcel",f:Es},33:{n:"PtgAttrBaxcel",f:Es},64:{n:"PtgAttrSpace",f:function(e){return e._R(2),_s(e)}},65:{n:"PtgAttrSpaceSemi",f:function(e){return e._R(2),_s(e)}},128:{n:"PtgAttrIfError",f:function(e){var t=255&e[e.l+1]?1:0;return e.l+=2,[t,e._R(2)]}},255:{}};function Bs(e,t,r,n){if(n.biff<8)return Cr(e,t);for(var o=e.l+t,i=[],a=0;a!==r.length;++a)switch(r[a][0]){case"PtgArray":r[a][1]=Cs(e,0,n),i.push(r[a][1]);break;case"PtgMemArea":r[a][2]=Ns(e,r[a][1],n),i.push(r[a][2]);break;case"PtgExp":n&&12==n.biff&&(r[a][1][1]=e._R(4),i.push(r[a][1]));break;case"PtgList":case"PtgElfRadicalS":case"PtgElfColS":case"PtgElfColSV":throw"Unsupported "+r[a][0]}return 0!==(t=o-e.l)&&i.push(Cr(e,t)),i}function Ws(e,t,r){for(var n,o,i=e.l+t,a=[];i!=e.l;)t=i-e.l,o=e[e.l],n=Fs[o]||Fs[js[o]],24!==o&&25!==o||(n=(24===o?Ds:Ms)[e[e.l+1]]),n&&n.f?a.push([n.n,n.f(e,t,r)]):Cr(e,t);return a}function Us(e){for(var t=[],r=0;r<e.length;++r){for(var n=e[r],o=[],i=0;i<n.length;++i){var a=n[i];if(a)if(2===a[0])o.push('"'+a[1].replace(/"/g,'""')+'"');else o.push(a[1]);else o.push("")}t.push(o.join(","))}return t.join(";")}var zs={PtgAdd:"+",PtgConcat:"&",PtgDiv:"/",PtgEq:"=",PtgGe:">=",PtgGt:">",PtgLe:"<=",PtgLt:"<",PtgMul:"*",PtgNe:"<>",PtgPower:"^",PtgSub:"-"};function Hs(e,t,r){if(!e)return"SH33TJSERR0";if(r.biff>8&&(!e.XTI||!e.XTI[t]))return e.SheetNames[t];if(!e.XTI)return"SH33TJSERR6";var n=e.XTI[t];if(r.biff<8)return t>1e4&&(t-=65536),t<0&&(t=-t),0==t?"":e.XTI[t-1];if(!n)return"SH33TJSERR1";var o="";if(r.biff>8)switch(e[n[0]][0]){case 357:return o=-1==n[1]?"#REF":e.SheetNames[n[1]],n[1]==n[2]?o:o+":"+e.SheetNames[n[2]];case 358:return null!=r.SID?e.SheetNames[r.SID]:"SH33TJSSAME"+e[n[0]][0];default:return"SH33TJSSRC"+e[n[0]][0]}switch(e[n[0]][0][0]){case 1025:return o=-1==n[1]?"#REF":e.SheetNames[n[1]]||"SH33TJSERR3",n[1]==n[2]?o:o+":"+e.SheetNames[n[2]];case 14849:return e[n[0]].slice(1).map((function(e){return e.Name})).join(";;");default:return e[n[0]][0][3]?(o=-1==n[1]?"#REF":e[n[0]][0][3][n[1]]||"SH33TJSERR4",n[1]==n[2]?o:o+":"+e[n[0]][0][3][n[2]]):"SH33TJSERR2"}}function Vs(e,t,r){var n=Hs(e,t,r);return"#REF"==n?n:function(e,t){if(!(e||t&&t.biff<=5&&t.biff>=2))throw new Error("empty sheet name");return/[^\w\u4E00-\u9FFF\u3040-\u30FF]/.test(e)?"'"+e+"'":e}(n,r)}function qs(e,t,r,n,o){var i,a,s,c,l=o&&o.biff||8,u={s:{c:0,r:0},e:{c:0,r:0}},f=[],h=0,d=0,p="";if(!e[0]||!e[0][0])return"";for(var g=-1,m="",v=0,b=e[0].length;v<b;++v){var y=e[0][v];switch(y[0]){case"PtgUminus":f.push("-"+f.pop());break;case"PtgUplus":f.push("+"+f.pop());break;case"PtgPercent":f.push(f.pop()+"%");break;case"PtgAdd":case"PtgConcat":case"PtgDiv":case"PtgEq":case"PtgGe":case"PtgGt":case"PtgLe":case"PtgLt":case"PtgMul":case"PtgNe":case"PtgPower":case"PtgSub":if(i=f.pop(),a=f.pop(),g>=0){switch(e[0][g][1][0]){case 0:m=$e(" ",e[0][g][1][1]);break;case 1:m=$e("\r",e[0][g][1][1]);break;default:if(m="",o.WTF)throw new Error("Unexpected PtgAttrSpaceType "+e[0][g][1][0])}a+=m,g=-1}f.push(a+zs[y[0]]+i);break;case"PtgIsect":i=f.pop(),a=f.pop(),f.push(a+" "+i);break;case"PtgUnion":i=f.pop(),a=f.pop(),f.push(a+","+i);break;case"PtgRange":i=f.pop(),a=f.pop(),f.push(a+":"+i);break;case"PtgAttrChoose":case"PtgAttrGoto":case"PtgAttrIf":case"PtgAttrIfError":case"PtgAttrBaxcel":case"PtgAttrSemi":case"PtgMemArea":case"PtgTbl":case"PtgMemErr":case"PtgMemAreaN":case"PtgMemNoMemN":case"PtgAttrNoop":case"PtgSheet":case"PtgEndSheet":case"PtgMemFunc":case"PtgMemNoMem":break;case"PtgRef":s=Fr(y[1][1],u,o),f.push(Dr(s,l));break;case"PtgRefN":s=r?Fr(y[1][1],r,o):y[1][1],f.push(Dr(s,l));break;case"PtgRef3d":h=y[1][1],s=Fr(y[1][2],u,o);p=Vs(n,h,o);f.push(p+"!"+Dr(s,l));break;case"PtgFunc":case"PtgFuncVar":var w=y[1][0],S=y[1][1];w||(w=0);var x=0==(w&=127)?[]:f.slice(-w);f.length-=w,"User"===S&&(S=x.shift()),f.push(S+"("+x.join(",")+")");break;case"PtgBool":f.push(y[1]?"TRUE":"FALSE");break;case"PtgInt":case"PtgErr":f.push(y[1]);break;case"PtgNum":f.push(String(y[1]));break;case"PtgStr":f.push('"'+y[1].replace(/"/g,'""')+'"');break;case"PtgAreaN":c=jr(y[1][1],r?{s:r}:u,o),f.push(Mr(c,o));break;case"PtgArea":c=jr(y[1][1],u,o),f.push(Mr(c,o));break;case"PtgArea3d":h=y[1][1],c=y[1][2],p=Vs(n,h,o),f.push(p+"!"+Mr(c,o));break;case"PtgAttrSum":f.push("SUM("+f.pop()+")");break;case"PtgName":d=y[1][2];var k=(n.names||[])[d-1]||(n[0]||[])[d],T=k?k.Name:"SH33TJSNAME"+String(d);T&&"_xlfn."==T.slice(0,6)&&!o.xlfn&&(T=T.slice(6)),f.push(T);break;case"PtgNameX":var A,E=y[1][1];if(d=y[1][2],!(o.biff<=5)){var _="";if(14849==((n[E]||[])[0]||[])[0]||(1025==((n[E]||[])[0]||[])[0]?n[E][d]&&n[E][d].itab>0&&(_=n.SheetNames[n[E][d].itab-1]+"!"):_=n.SheetNames[d-1]+"!"),n[E]&&n[E][d])_+=n[E][d].Name;else if(n[0]&&n[0][d])_+=n[0][d].Name;else{var O=(Hs(n,E,o)||"").split(";;");O[d-1]?_=O[d-1]:_+="SH33TJSERRX"}f.push(_);break}E<0&&(E=-E),n[E]&&(A=n[E][d]),A||(A={Name:"SH33TJSERRY"}),f.push(A.Name);break;case"PtgParen":var N="(",C=")";if(g>=0){switch(m="",e[0][g][1][0]){case 2:N=$e(" ",e[0][g][1][1])+N;break;case 3:N=$e("\r",e[0][g][1][1])+N;break;case 4:C=$e(" ",e[0][g][1][1])+C;break;case 5:C=$e("\r",e[0][g][1][1])+C;break;default:if(o.WTF)throw new Error("Unexpected PtgAttrSpaceType "+e[0][g][1][0])}g=-1}f.push(N+f.pop()+C);break;case"PtgRefErr":case"PtgRefErr3d":case"PtgAreaErr":case"PtgAreaErr3d":f.push("#REF!");break;case"PtgExp":s={c:y[1][1],r:y[1][0]};var R={c:r.c,r:r.r};if(n.sharedf[Vr(s)]){var P=n.sharedf[Vr(s)];f.push(qs(P,u,R,n,o))}else{var L=!1;for(i=0;i!=n.arrayf.length;++i)if(a=n.arrayf[i],!(s.c<a[0].s.c||s.c>a[0].e.c||s.r<a[0].s.r||s.r>a[0].e.r)){f.push(qs(a[1],u,R,n,o)),L=!0;break}L||f.push(y[1])}break;case"PtgArray":f.push("{"+Us(y[1])+"}");break;case"PtgAttrSpace":case"PtgAttrSpaceSemi":g=v;break;case"PtgMissArg":f.push("");break;case"PtgList":f.push("Table"+y[1].idx+"[#"+y[1].rt+"]");break;case"PtgElfCol":case"PtgElfColS":case"PtgElfColSV":case"PtgElfColV":case"PtgElfLel":case"PtgElfRadical":case"PtgElfRadicalLel":case"PtgElfRadicalS":case"PtgElfRw":case"PtgElfRwV":throw new Error("Unsupported ELFs");default:throw new Error("Unrecognized Formula Token: "+String(y))}if(3!=o.biff&&g>=0&&-1==["PtgAttrSpace","PtgAttrSpaceSemi","PtgAttrGoto"].indexOf(e[0][v][0])){var I=!0;switch((y=e[0][g])[1][0]){case 4:I=!1;case 0:m=$e(" ",y[1][1]);break;case 5:I=!1;case 1:m=$e("\r",y[1][1]);break;default:if(m="",o.WTF)throw new Error("Unexpected PtgAttrSpaceType "+y[1][0])}f.push((I?m:"")+f.pop()+(I?"":m)),g=-1}}if(f.length>1&&o.WTF)throw new Error("bad formula stack");return f[0]}function $s(e,t,r){var n,o=e.l+t,i=2==r.biff?1:2,a=e._R(i);if(65535==a)return[[],Cr(e,t-2)];var s=Ws(e,a,r);return t!==a+i&&(n=Bs(e,t-a-i,s,r)),e.l=o,[s,n]}function Gs(e,t,r){var n,o=e.l+t,i=e._R(2),a=Ws(e,i,r);return 65535==i?[[],Cr(e,t-2)]:(t!==i+2&&(n=Bs(e,o-i-2,a,r)),[a,n])}function Xs(e,t,r){var n=e.l+t,o=Ko(e);2==r.biff&&++e.l;var i=function(e){var t;if(65535!==br(e,e.l+6))return[kn(e),"n"];switch(e[e.l]){case 0:return e.l+=8,["String","s"];case 1:return t=1===e[e.l+2],e.l+=8,[t,"b"];case 2:return t=e[e.l+2],e.l+=8,[t,"e"];case 3:return e.l+=8,["","s"]}return[]}(e),a=e._R(1);2!=r.biff&&(e._R(1),r.biff>=5&&e._R(4));var s=function(e,t,r){var n,o=e.l+t,i=2==r.biff?1:2,a=e._R(i);if(65535==a)return[[],Cr(e,t-2)];var s=Ws(e,a,r);return t!==a+i&&(n=Bs(e,t-a-i,s,r)),e.l=o,[s,n]}(e,n-e.l,r);return{cell:o,val:i[0],formula:s,shared:a>>3&1,tt:i[1]}}function Ys(e,t,r,n,o){var i=Jo(t,r,o),a=function(e){if(null==e){var t=Rr(8);return t._W(1,3),t._W(1,0),t._W(2,0),t._W(2,0),t._W(2,65535),t}return Tn("number"==typeof e?e:0)}(e.v),s=Rr(6);s._W(2,33),s._W(4,0);for(var c=Rr(e.bf.length),l=0;l<e.bf.length;++l)c[l]=e.bf[l];return E([i,a,s,c])}function Ks(e,t,r){var n=e._R(4),o=Ws(e,n,r),i=e._R(4);return[o,i>0?Bs(e,i,o,r):null]}var Js=Ks,Zs=Ks,Qs=Ks,ec=Ks,tc={0:"BEEP",1:"OPEN",2:"OPEN.LINKS",3:"CLOSE.ALL",4:"SAVE",5:"SAVE.AS",6:"FILE.DELETE",7:"PAGE.SETUP",8:"PRINT",9:"PRINTER.SETUP",10:"QUIT",11:"NEW.WINDOW",12:"ARRANGE.ALL",13:"WINDOW.SIZE",14:"WINDOW.MOVE",15:"FULL",16:"CLOSE",17:"RUN",22:"SET.PRINT.AREA",23:"SET.PRINT.TITLES",24:"SET.PAGE.BREAK",25:"REMOVE.PAGE.BREAK",26:"FONT",27:"DISPLAY",28:"PROTECT.DOCUMENT",29:"PRECISION",30:"A1.R1C1",31:"CALCULATE.NOW",32:"CALCULATION",34:"DATA.FIND",35:"EXTRACT",36:"DATA.DELETE",37:"SET.DATABASE",38:"SET.CRITERIA",39:"SORT",40:"DATA.SERIES",41:"TABLE",42:"FORMAT.NUMBER",43:"ALIGNMENT",44:"STYLE",45:"BORDER",46:"CELL.PROTECTION",47:"COLUMN.WIDTH",48:"UNDO",49:"CUT",50:"COPY",51:"PASTE",52:"CLEAR",53:"PASTE.SPECIAL",54:"EDIT.DELETE",55:"INSERT",56:"FILL.RIGHT",57:"FILL.DOWN",61:"DEFINE.NAME",62:"CREATE.NAMES",63:"FORMULA.GOTO",64:"FORMULA.FIND",65:"SELECT.LAST.CELL",66:"SHOW.ACTIVE.CELL",67:"GALLERY.AREA",68:"GALLERY.BAR",69:"GALLERY.COLUMN",70:"GALLERY.LINE",71:"GALLERY.PIE",72:"GALLERY.SCATTER",73:"COMBINATION",74:"PREFERRED",75:"ADD.OVERLAY",76:"GRIDLINES",77:"SET.PREFERRED",78:"AXES",79:"LEGEND",80:"ATTACH.TEXT",81:"ADD.ARROW",82:"SELECT.CHART",83:"SELECT.PLOT.AREA",84:"PATTERNS",85:"MAIN.CHART",86:"OVERLAY",87:"SCALE",88:"FORMAT.LEGEND",89:"FORMAT.TEXT",90:"EDIT.REPEAT",91:"PARSE",92:"JUSTIFY",93:"HIDE",94:"UNHIDE",95:"WORKSPACE",96:"FORMULA",97:"FORMULA.FILL",98:"FORMULA.ARRAY",99:"DATA.FIND.NEXT",100:"DATA.FIND.PREV",101:"FORMULA.FIND.NEXT",102:"FORMULA.FIND.PREV",103:"ACTIVATE",104:"ACTIVATE.NEXT",105:"ACTIVATE.PREV",106:"UNLOCKED.NEXT",107:"UNLOCKED.PREV",108:"COPY.PICTURE",109:"SELECT",110:"DELETE.NAME",111:"DELETE.FORMAT",112:"VLINE",113:"HLINE",114:"VPAGE",115:"HPAGE",116:"VSCROLL",117:"HSCROLL",118:"ALERT",119:"NEW",120:"CANCEL.COPY",121:"SHOW.CLIPBOARD",122:"MESSAGE",124:"PASTE.LINK",125:"APP.ACTIVATE",126:"DELETE.ARROW",127:"ROW.HEIGHT",128:"FORMAT.MOVE",129:"FORMAT.SIZE",130:"FORMULA.REPLACE",131:"SEND.KEYS",132:"SELECT.SPECIAL",133:"APPLY.NAMES",134:"REPLACE.FONT",135:"FREEZE.PANES",136:"SHOW.INFO",137:"SPLIT",138:"ON.WINDOW",139:"ON.DATA",140:"DISABLE.INPUT",142:"OUTLINE",143:"LIST.NAMES",144:"FILE.CLOSE",145:"SAVE.WORKBOOK",146:"DATA.FORM",147:"COPY.CHART",148:"ON.TIME",149:"WAIT",150:"FORMAT.FONT",151:"FILL.UP",152:"FILL.LEFT",153:"DELETE.OVERLAY",155:"SHORT.MENUS",159:"SET.UPDATE.STATUS",161:"COLOR.PALETTE",162:"DELETE.STYLE",163:"WINDOW.RESTORE",164:"WINDOW.MAXIMIZE",166:"CHANGE.LINK",167:"CALCULATE.DOCUMENT",168:"ON.KEY",169:"APP.RESTORE",170:"APP.MOVE",171:"APP.SIZE",172:"APP.MINIMIZE",173:"APP.MAXIMIZE",174:"BRING.TO.FRONT",175:"SEND.TO.BACK",185:"MAIN.CHART.TYPE",186:"OVERLAY.CHART.TYPE",187:"SELECT.END",188:"OPEN.MAIL",189:"SEND.MAIL",190:"STANDARD.FONT",191:"CONSOLIDATE",192:"SORT.SPECIAL",193:"GALLERY.3D.AREA",194:"GALLERY.3D.COLUMN",195:"GALLERY.3D.LINE",196:"GALLERY.3D.PIE",197:"VIEW.3D",198:"GOAL.SEEK",199:"WORKGROUP",200:"FILL.GROUP",201:"UPDATE.LINK",202:"PROMOTE",203:"DEMOTE",204:"SHOW.DETAIL",206:"UNGROUP",207:"OBJECT.PROPERTIES",208:"SAVE.NEW.OBJECT",209:"SHARE",210:"SHARE.NAME",211:"DUPLICATE",212:"APPLY.STYLE",213:"ASSIGN.TO.OBJECT",214:"OBJECT.PROTECTION",215:"HIDE.OBJECT",216:"SET.EXTRACT",217:"CREATE.PUBLISHER",218:"SUBSCRIBE.TO",219:"ATTRIBUTES",220:"SHOW.TOOLBAR",222:"PRINT.PREVIEW",223:"EDIT.COLOR",224:"SHOW.LEVELS",225:"FORMAT.MAIN",226:"FORMAT.OVERLAY",227:"ON.RECALC",228:"EDIT.SERIES",229:"DEFINE.STYLE",240:"LINE.PRINT",243:"ENTER.DATA",249:"GALLERY.RADAR",250:"MERGE.STYLES",251:"EDITION.OPTIONS",252:"PASTE.PICTURE",253:"PASTE.PICTURE.LINK",254:"SPELLING",256:"ZOOM",259:"INSERT.OBJECT",260:"WINDOW.MINIMIZE",265:"SOUND.NOTE",266:"SOUND.PLAY",267:"FORMAT.SHAPE",268:"EXTEND.POLYGON",269:"FORMAT.AUTO",272:"GALLERY.3D.BAR",273:"GALLERY.3D.SURFACE",274:"FILL.AUTO",276:"CUSTOMIZE.TOOLBAR",277:"ADD.TOOL",278:"EDIT.OBJECT",279:"ON.DOUBLECLICK",280:"ON.ENTRY",281:"WORKBOOK.ADD",282:"WORKBOOK.MOVE",283:"WORKBOOK.COPY",284:"WORKBOOK.OPTIONS",285:"SAVE.WORKSPACE",288:"CHART.WIZARD",289:"DELETE.TOOL",290:"MOVE.TOOL",291:"WORKBOOK.SELECT",292:"WORKBOOK.ACTIVATE",293:"ASSIGN.TO.TOOL",295:"COPY.TOOL",296:"RESET.TOOL",297:"CONSTRAIN.NUMERIC",298:"PASTE.TOOL",302:"WORKBOOK.NEW",305:"SCENARIO.CELLS",306:"SCENARIO.DELETE",307:"SCENARIO.ADD",308:"SCENARIO.EDIT",309:"SCENARIO.SHOW",310:"SCENARIO.SHOW.NEXT",311:"SCENARIO.SUMMARY",312:"PIVOT.TABLE.WIZARD",313:"PIVOT.FIELD.PROPERTIES",314:"PIVOT.FIELD",315:"PIVOT.ITEM",316:"PIVOT.ADD.FIELDS",318:"OPTIONS.CALCULATION",319:"OPTIONS.EDIT",320:"OPTIONS.VIEW",321:"ADDIN.MANAGER",322:"MENU.EDITOR",323:"ATTACH.TOOLBARS",324:"VBAActivate",325:"OPTIONS.CHART",328:"VBA.INSERT.FILE",330:"VBA.PROCEDURE.DEFINITION",336:"ROUTING.SLIP",338:"ROUTE.DOCUMENT",339:"MAIL.LOGON",342:"INSERT.PICTURE",343:"EDIT.TOOL",344:"GALLERY.DOUGHNUT",350:"CHART.TREND",352:"PIVOT.ITEM.PROPERTIES",354:"WORKBOOK.INSERT",355:"OPTIONS.TRANSITION",356:"OPTIONS.GENERAL",370:"FILTER.ADVANCED",373:"MAIL.ADD.MAILER",374:"MAIL.DELETE.MAILER",375:"MAIL.REPLY",376:"MAIL.REPLY.ALL",377:"MAIL.FORWARD",378:"MAIL.NEXT.LETTER",379:"DATA.LABEL",380:"INSERT.TITLE",381:"FONT.PROPERTIES",382:"MACRO.OPTIONS",383:"WORKBOOK.HIDE",384:"WORKBOOK.UNHIDE",385:"WORKBOOK.DELETE",386:"WORKBOOK.NAME",388:"GALLERY.CUSTOM",390:"ADD.CHART.AUTOFORMAT",391:"DELETE.CHART.AUTOFORMAT",392:"CHART.ADD.DATA",393:"AUTO.OUTLINE",394:"TAB.ORDER",395:"SHOW.DIALOG",396:"SELECT.ALL",397:"UNGROUP.SHEETS",398:"SUBTOTAL.CREATE",399:"SUBTOTAL.REMOVE",400:"RENAME.OBJECT",412:"WORKBOOK.SCROLL",413:"WORKBOOK.NEXT",414:"WORKBOOK.PREV",415:"WORKBOOK.TAB.SPLIT",416:"FULL.SCREEN",417:"WORKBOOK.PROTECT",420:"SCROLLBAR.PROPERTIES",421:"PIVOT.SHOW.PAGES",422:"TEXT.TO.COLUMNS",423:"FORMAT.CHARTTYPE",424:"LINK.FORMAT",425:"TRACER.DISPLAY",430:"TRACER.NAVIGATE",431:"TRACER.CLEAR",432:"TRACER.ERROR",433:"PIVOT.FIELD.GROUP",434:"PIVOT.FIELD.UNGROUP",435:"CHECKBOX.PROPERTIES",436:"LABEL.PROPERTIES",437:"LISTBOX.PROPERTIES",438:"EDITBOX.PROPERTIES",439:"PIVOT.REFRESH",440:"LINK.COMBO",441:"OPEN.TEXT",442:"HIDE.DIALOG",443:"SET.DIALOG.FOCUS",444:"ENABLE.OBJECT",445:"PUSHBUTTON.PROPERTIES",446:"SET.DIALOG.DEFAULT",447:"FILTER",448:"FILTER.SHOW.ALL",449:"CLEAR.OUTLINE",450:"FUNCTION.WIZARD",451:"ADD.LIST.ITEM",452:"SET.LIST.ITEM",453:"REMOVE.LIST.ITEM",454:"SELECT.LIST.ITEM",455:"SET.CONTROL.VALUE",456:"SAVE.COPY.AS",458:"OPTIONS.LISTS.ADD",459:"OPTIONS.LISTS.DELETE",460:"SERIES.AXES",461:"SERIES.X",462:"SERIES.Y",463:"ERRORBAR.X",464:"ERRORBAR.Y",465:"FORMAT.CHART",466:"SERIES.ORDER",467:"MAIL.LOGOFF",468:"CLEAR.ROUTING.SLIP",469:"APP.ACTIVATE.MICROSOFT",470:"MAIL.EDIT.MAILER",471:"ON.SHEET",472:"STANDARD.WIDTH",473:"SCENARIO.MERGE",474:"SUMMARY.INFO",475:"FIND.FILE",476:"ACTIVE.CELL.FONT",477:"ENABLE.TIPWIZARD",478:"VBA.MAKE.ADDIN",480:"INSERTDATATABLE",481:"WORKGROUP.OPTIONS",482:"MAIL.SEND.MAILER",485:"AUTOCORRECT",489:"POST.DOCUMENT",491:"PICKLIST",493:"VIEW.SHOW",494:"VIEW.DEFINE",495:"VIEW.DELETE",509:"SHEET.BACKGROUND",510:"INSERT.MAP.OBJECT",511:"OPTIONS.MENONO",517:"MSOCHECKS",518:"NORMAL",519:"LAYOUT",520:"RM.PRINT.AREA",521:"CLEAR.PRINT.AREA",522:"ADD.PRINT.AREA",523:"MOVE.BRK",545:"HIDECURR.NOTE",546:"HIDEALL.NOTES",547:"DELETE.NOTE",548:"TRAVERSE.NOTES",549:"ACTIVATE.NOTES",620:"PROTECT.REVISIONS",621:"UNPROTECT.REVISIONS",647:"OPTIONS.ME",653:"WEB.PUBLISH",667:"NEWWEBQUERY",673:"PIVOT.TABLE.CHART",753:"OPTIONS.SAVE",755:"OPTIONS.SPELL",808:"HIDEALL.INKANNOTS"},rc={0:"COUNT",1:"IF",2:"ISNA",3:"ISERROR",4:"SUM",5:"AVERAGE",6:"MIN",7:"MAX",8:"ROW",9:"COLUMN",10:"NA",11:"NPV",12:"STDEV",13:"DOLLAR",14:"FIXED",15:"SIN",16:"COS",17:"TAN",18:"ATAN",19:"PI",20:"SQRT",21:"EXP",22:"LN",23:"LOG10",24:"ABS",25:"INT",26:"SIGN",27:"ROUND",28:"LOOKUP",29:"INDEX",30:"REPT",31:"MID",32:"LEN",33:"VALUE",34:"TRUE",35:"FALSE",36:"AND",37:"OR",38:"NOT",39:"MOD",40:"DCOUNT",41:"DSUM",42:"DAVERAGE",43:"DMIN",44:"DMAX",45:"DSTDEV",46:"VAR",47:"DVAR",48:"TEXT",49:"LINEST",50:"TREND",51:"LOGEST",52:"GROWTH",53:"GOTO",54:"HALT",55:"RETURN",56:"PV",57:"FV",58:"NPER",59:"PMT",60:"RATE",61:"MIRR",62:"IRR",63:"RAND",64:"MATCH",65:"DATE",66:"TIME",67:"DAY",68:"MONTH",69:"YEAR",70:"WEEKDAY",71:"HOUR",72:"MINUTE",73:"SECOND",74:"NOW",75:"AREAS",76:"ROWS",77:"COLUMNS",78:"OFFSET",79:"ABSREF",80:"RELREF",81:"ARGUMENT",82:"SEARCH",83:"TRANSPOSE",84:"ERROR",85:"STEP",86:"TYPE",87:"ECHO",88:"SET.NAME",89:"CALLER",90:"DEREF",91:"WINDOWS",92:"SERIES",93:"DOCUMENTS",94:"ACTIVE.CELL",95:"SELECTION",96:"RESULT",97:"ATAN2",98:"ASIN",99:"ACOS",100:"CHOOSE",101:"HLOOKUP",102:"VLOOKUP",103:"LINKS",104:"INPUT",105:"ISREF",106:"GET.FORMULA",107:"GET.NAME",108:"SET.VALUE",109:"LOG",110:"EXEC",111:"CHAR",112:"LOWER",113:"UPPER",114:"PROPER",115:"LEFT",116:"RIGHT",117:"EXACT",118:"TRIM",119:"REPLACE",120:"SUBSTITUTE",121:"CODE",122:"NAMES",123:"DIRECTORY",124:"FIND",125:"CELL",126:"ISERR",127:"ISTEXT",128:"ISNUMBER",129:"ISBLANK",130:"T",131:"N",132:"FOPEN",133:"FCLOSE",134:"FSIZE",135:"FREADLN",136:"FREAD",137:"FWRITELN",138:"FWRITE",139:"FPOS",140:"DATEVALUE",141:"TIMEVALUE",142:"SLN",143:"SYD",144:"DDB",145:"GET.DEF",146:"REFTEXT",147:"TEXTREF",148:"INDIRECT",149:"REGISTER",150:"CALL",151:"ADD.BAR",152:"ADD.MENU",153:"ADD.COMMAND",154:"ENABLE.COMMAND",155:"CHECK.COMMAND",156:"RENAME.COMMAND",157:"SHOW.BAR",158:"DELETE.MENU",159:"DELETE.COMMAND",160:"GET.CHART.ITEM",161:"DIALOG.BOX",162:"CLEAN",163:"MDETERM",164:"MINVERSE",165:"MMULT",166:"FILES",167:"IPMT",168:"PPMT",169:"COUNTA",170:"CANCEL.KEY",171:"FOR",172:"WHILE",173:"BREAK",174:"NEXT",175:"INITIATE",176:"REQUEST",177:"POKE",178:"EXECUTE",179:"TERMINATE",180:"RESTART",181:"HELP",182:"GET.BAR",183:"PRODUCT",184:"FACT",185:"GET.CELL",186:"GET.WORKSPACE",187:"GET.WINDOW",188:"GET.DOCUMENT",189:"DPRODUCT",190:"ISNONTEXT",191:"GET.NOTE",192:"NOTE",193:"STDEVP",194:"VARP",195:"DSTDEVP",196:"DVARP",197:"TRUNC",198:"ISLOGICAL",199:"DCOUNTA",200:"DELETE.BAR",201:"UNREGISTER",204:"USDOLLAR",205:"FINDB",206:"SEARCHB",207:"REPLACEB",208:"LEFTB",209:"RIGHTB",210:"MIDB",211:"LENB",212:"ROUNDUP",213:"ROUNDDOWN",214:"ASC",215:"DBCS",216:"RANK",219:"ADDRESS",220:"DAYS360",221:"TODAY",222:"VDB",223:"ELSE",224:"ELSE.IF",225:"END.IF",226:"FOR.CELL",227:"MEDIAN",228:"SUMPRODUCT",229:"SINH",230:"COSH",231:"TANH",232:"ASINH",233:"ACOSH",234:"ATANH",235:"DGET",236:"CREATE.OBJECT",237:"VOLATILE",238:"LAST.ERROR",239:"CUSTOM.UNDO",240:"CUSTOM.REPEAT",241:"FORMULA.CONVERT",242:"GET.LINK.INFO",243:"TEXT.BOX",244:"INFO",245:"GROUP",246:"GET.OBJECT",247:"DB",248:"PAUSE",251:"RESUME",252:"FREQUENCY",253:"ADD.TOOLBAR",254:"DELETE.TOOLBAR",255:"User",256:"RESET.TOOLBAR",257:"EVALUATE",258:"GET.TOOLBAR",259:"GET.TOOL",260:"SPELLING.CHECK",261:"ERROR.TYPE",262:"APP.TITLE",263:"WINDOW.TITLE",264:"SAVE.TOOLBAR",265:"ENABLE.TOOL",266:"PRESS.TOOL",267:"REGISTER.ID",268:"GET.WORKBOOK",269:"AVEDEV",270:"BETADIST",271:"GAMMALN",272:"BETAINV",273:"BINOMDIST",274:"CHIDIST",275:"CHIINV",276:"COMBIN",277:"CONFIDENCE",278:"CRITBINOM",279:"EVEN",280:"EXPONDIST",281:"FDIST",282:"FINV",283:"FISHER",284:"FISHERINV",285:"FLOOR",286:"GAMMADIST",287:"GAMMAINV",288:"CEILING",289:"HYPGEOMDIST",290:"LOGNORMDIST",291:"LOGINV",292:"NEGBINOMDIST",293:"NORMDIST",294:"NORMSDIST",295:"NORMINV",296:"NORMSINV",297:"STANDARDIZE",298:"ODD",299:"PERMUT",300:"POISSON",301:"TDIST",302:"WEIBULL",303:"SUMXMY2",304:"SUMX2MY2",305:"SUMX2PY2",306:"CHITEST",307:"CORREL",308:"COVAR",309:"FORECAST",310:"FTEST",311:"INTERCEPT",312:"PEARSON",313:"RSQ",314:"STEYX",315:"SLOPE",316:"TTEST",317:"PROB",318:"DEVSQ",319:"GEOMEAN",320:"HARMEAN",321:"SUMSQ",322:"KURT",323:"SKEW",324:"ZTEST",325:"LARGE",326:"SMALL",327:"QUARTILE",328:"PERCENTILE",329:"PERCENTRANK",330:"MODE",331:"TRIMMEAN",332:"TINV",334:"MOVIE.COMMAND",335:"GET.MOVIE",336:"CONCATENATE",337:"POWER",338:"PIVOT.ADD.DATA",339:"GET.PIVOT.TABLE",340:"GET.PIVOT.FIELD",341:"GET.PIVOT.ITEM",342:"RADIANS",343:"DEGREES",344:"SUBTOTAL",345:"SUMIF",346:"COUNTIF",347:"COUNTBLANK",348:"SCENARIO.GET",349:"OPTIONS.LISTS.GET",350:"ISPMT",351:"DATEDIF",352:"DATESTRING",353:"NUMBERSTRING",354:"ROMAN",355:"OPEN.DIALOG",356:"SAVE.DIALOG",357:"VIEW.GET",358:"GETPIVOTDATA",359:"HYPERLINK",360:"PHONETIC",361:"AVERAGEA",362:"MAXA",363:"MINA",364:"STDEVPA",365:"VARPA",366:"STDEVA",367:"VARA",368:"BAHTTEXT",369:"THAIDAYOFWEEK",370:"THAIDIGIT",371:"THAIMONTHOFYEAR",372:"THAINUMSOUND",373:"THAINUMSTRING",374:"THAISTRINGLENGTH",375:"ISTHAIDIGIT",376:"ROUNDBAHTDOWN",377:"ROUNDBAHTUP",378:"THAIYEAR",379:"RTD",380:"CUBEVALUE",381:"CUBEMEMBER",382:"CUBEMEMBERPROPERTY",383:"CUBERANKEDMEMBER",384:"HEX2BIN",385:"HEX2DEC",386:"HEX2OCT",387:"DEC2BIN",388:"DEC2HEX",389:"DEC2OCT",390:"OCT2BIN",391:"OCT2HEX",392:"OCT2DEC",393:"BIN2DEC",394:"BIN2OCT",395:"BIN2HEX",396:"IMSUB",397:"IMDIV",398:"IMPOWER",399:"IMABS",400:"IMSQRT",401:"IMLN",402:"IMLOG2",403:"IMLOG10",404:"IMSIN",405:"IMCOS",406:"IMEXP",407:"IMARGUMENT",408:"IMCONJUGATE",409:"IMAGINARY",410:"IMREAL",411:"COMPLEX",412:"IMSUM",413:"IMPRODUCT",414:"SERIESSUM",415:"FACTDOUBLE",416:"SQRTPI",417:"QUOTIENT",418:"DELTA",419:"GESTEP",420:"ISEVEN",421:"ISODD",422:"MROUND",423:"ERF",424:"ERFC",425:"BESSELJ",426:"BESSELK",427:"BESSELY",428:"BESSELI",429:"XIRR",430:"XNPV",431:"PRICEMAT",432:"YIELDMAT",433:"INTRATE",434:"RECEIVED",435:"DISC",436:"PRICEDISC",437:"YIELDDISC",438:"TBILLEQ",439:"TBILLPRICE",440:"TBILLYIELD",441:"PRICE",442:"YIELD",443:"DOLLARDE",444:"DOLLARFR",445:"NOMINAL",446:"EFFECT",447:"CUMPRINC",448:"CUMIPMT",449:"EDATE",450:"EOMONTH",451:"YEARFRAC",452:"COUPDAYBS",453:"COUPDAYS",454:"COUPDAYSNC",455:"COUPNCD",456:"COUPNUM",457:"COUPPCD",458:"DURATION",459:"MDURATION",460:"ODDLPRICE",461:"ODDLYIELD",462:"ODDFPRICE",463:"ODDFYIELD",464:"RANDBETWEEN",465:"WEEKNUM",466:"AMORDEGRC",467:"AMORLINC",468:"CONVERT",724:"SHEETJS",469:"ACCRINT",470:"ACCRINTM",471:"WORKDAY",472:"NETWORKDAYS",473:"GCD",474:"MULTINOMIAL",475:"LCM",476:"FVSCHEDULE",477:"CUBEKPIMEMBER",478:"CUBESET",479:"CUBESETCOUNT",480:"IFERROR",481:"COUNTIFS",482:"SUMIFS",483:"AVERAGEIF",484:"AVERAGEIFS"},nc={2:1,3:1,10:0,15:1,16:1,17:1,18:1,19:0,20:1,21:1,22:1,23:1,24:1,25:1,26:1,27:2,30:2,31:3,32:1,33:1,34:0,35:0,38:1,39:2,40:3,41:3,42:3,43:3,44:3,45:3,47:3,48:2,53:1,61:3,63:0,65:3,66:3,67:1,68:1,69:1,70:1,71:1,72:1,73:1,74:0,75:1,76:1,77:1,79:2,80:2,83:1,85:0,86:1,89:0,90:1,94:0,95:0,97:2,98:1,99:1,101:3,102:3,105:1,106:1,108:2,111:1,112:1,113:1,114:1,117:2,118:1,119:4,121:1,126:1,127:1,128:1,129:1,130:1,131:1,133:1,134:1,135:1,136:2,137:2,138:2,140:1,141:1,142:3,143:4,144:4,161:1,162:1,163:1,164:1,165:2,172:1,175:2,176:2,177:3,178:2,179:1,184:1,186:1,189:3,190:1,195:3,196:3,197:1,198:1,199:3,201:1,207:4,210:3,211:1,212:2,213:2,214:1,215:1,225:0,229:1,230:1,231:1,232:1,233:1,234:1,235:3,244:1,247:4,252:2,257:1,261:1,271:1,273:4,274:2,275:2,276:2,277:3,278:3,279:1,280:3,281:3,282:3,283:1,284:1,285:2,286:4,287:3,288:2,289:4,290:3,291:3,292:3,293:4,294:1,295:3,296:1,297:3,298:1,299:2,300:3,301:3,302:4,303:2,304:2,305:2,306:2,307:2,308:2,309:3,310:2,311:2,312:2,313:2,314:2,315:2,316:4,325:2,326:2,327:2,328:2,331:2,332:2,337:2,342:1,343:1,346:2,347:1,350:4,351:3,352:1,353:2,360:1,368:1,369:1,370:1,371:1,372:1,373:1,374:1,375:1,376:1,377:1,378:1,382:3,385:1,392:1,393:1,396:2,397:2,398:2,399:1,400:1,401:1,402:1,403:1,404:1,405:1,406:1,407:1,408:1,409:1,410:1,414:4,415:1,416:1,417:2,420:1,421:1,422:2,424:1,425:2,426:2,427:2,428:2,430:3,438:3,439:3,440:3,443:2,444:2,445:2,446:2,447:6,448:6,449:2,450:2,464:2,468:3,476:2,479:1,480:2,65535:0};function oc(e){return"of:"==e.slice(0,3)&&(e=e.slice(3)),61==e.charCodeAt(0)&&61==(e=e.slice(1)).charCodeAt(0)&&(e=e.slice(1)),e=(e=e.replace(/COM\.MICROSOFT\./g,"")).replace(/\[((?:\.[A-Z]+[0-9]+)(?::\.[A-Z]+[0-9]+)?)\]/g,(function(e,t){return t.replace(/\./g,"")})),(e=e.replace(/\[.(#[A-Z]*[?!])\]/g,"$1")).replace(/[;~]/g,",").replace(/\|/g,";")}function ic(e){return("of:="+e.replace(gs,"$1[.$2$3$4$5]").replace(/\]:\[/g,":")).replace(/;/g,"|").replace(/,/g,";")}function ac(e){var t=e.split(":");return[t[0].split(".")[0],t[0].split(".")[1]+(t.length>1?":"+(t[1].split(".")[1]||t[1].split(".")[0]):"")]}function sc(e){return e.replace(/\./,"!")}var cc={},lc={},uc="undefined"!=typeof Map;function fc(e,t,r){var n=0,o=e.length;if(r){if(uc?r.has(t):Object.prototype.hasOwnProperty.call(r,t))for(var i=uc?r.get(t):r[t];n<i.length;++n)if(e[i[n]].t===t)return e.Count++,i[n]}else for(;n<o;++n)if(e[n].t===t)return e.Count++,n;return e[o]={t:t},e.Count++,e.Unique++,r&&(uc?(r.has(t)||r.set(t,[]),r.get(t).push(o)):(Object.prototype.hasOwnProperty.call(r,t)||(r[t]=[]),r[t].push(o))),o}function hc(e,t){var r={min:e+1,max:e+1},n=-1;return t.MDW&&(ga=t.MDW),null!=t.width?r.customWidth=1:null!=t.wpx?n=va(t.wpx):null!=t.wch&&(n=t.wch),n>-1?(r.width=ba(n),r.customWidth=1):null!=t.width&&(r.width=t.width),t.hidden&&(r.hidden=!0),null!=t.level&&(r.outlineLevel=r.level=t.level),r}function dc(e,t){if(e){var r=[.7,.7,.75,.75,.3,.3];"xlml"==t&&(r=[1,1,1,1,.5,.5]),null==e.left&&(e.left=r[0]),null==e.right&&(e.right=r[1]),null==e.top&&(e.top=r[2]),null==e.bottom&&(e.bottom=r[3]),null==e.header&&(e.header=r[4]),null==e.footer&&(e.footer=r[5])}}function pc(e,t,r){var n=r.revssf[null!=t.z?t.z:"General"],o=60,i=e.length;if(null==n&&r.ssf)for(;o<392;++o)if(null==r.ssf[o]){be(t.z,o),r.ssf[o]=t.z,r.revssf[t.z]=n=o;break}for(o=0;o!=i;++o)if(e[o].numFmtId===n)return o;return e[i]={numFmtId:n,fontId:0,fillId:0,borderId:0,xfId:0,applyNumberFormat:1},i}function gc(e,t,r,n,o,i){try{n.cellNF&&(e.z=M[t])}catch(e){if(n.WTF)throw e}if("z"!==e.t||n.cellStyles){if("d"===e.t&&"string"==typeof e.v&&(e.v=He(e.v)),(!n||!1!==n.cellText)&&"z"!==e.t)try{if(null==M[t]&&be(xe[t]||"General",t),"e"===e.t)e.w=e.w||Bn[e.v];else if(0===t)if("n"===e.t)(0|e.v)===e.v?e.w=e.v.toString(10):e.w=Y(e.v);else if("d"===e.t){var a=Ie(e.v);e.w=(0|a)===a?a.toString(10):Y(a)}else{if(void 0===e.v)return"";e.w=K(e.v,lc)}else"d"===e.t?e.w=ve(t,Ie(e.v),lc):e.w=ve(t,e.v,lc)}catch(e){if(n.WTF)throw e}if(n.cellStyles&&null!=r)try{e.s=i.Fills[r],e.s.fgColor&&e.s.fgColor.theme&&!e.s.fgColor.rgb&&(e.s.fgColor.rgb=fa(o.themeElements.clrScheme[e.s.fgColor.theme].rgb,e.s.fgColor.tint||0),n.WTF&&(e.s.fgColor.raw_rgb=o.themeElements.clrScheme[e.s.fgColor.theme].rgb)),e.s.bgColor&&e.s.bgColor.theme&&(e.s.bgColor.rgb=fa(o.themeElements.clrScheme[e.s.bgColor.theme].rgb,e.s.bgColor.tint||0),n.WTF&&(e.s.bgColor.raw_rgb=o.themeElements.clrScheme[e.s.bgColor.theme].rgb))}catch(e){if(n.WTF&&i.Fills)throw e}}}function mc(e,t,r){if(e&&e["!ref"]){var n=Gr(e["!ref"]);if(n.e.c<n.s.c||n.e.r<n.s.r)throw new Error("Bad range ("+r+"): "+e["!ref"])}}var vc=/<(?:\w:)?mergeCell ref="[A-Z0-9:]+"\s*[\/]?>/g,bc=/<(?:\w+:)?sheetData[^>]*>([\s\S]*)<\/(?:\w+:)?sheetData>/,yc=/<(?:\w:)?hyperlink [^>]*>/gm,wc=/"(\w*:\w*)"/,Sc=/<(?:\w:)?col\b[^>]*[\/]?>/g,xc=/<(?:\w:)?autoFilter[^>]*([\/]|>([\s\S]*)<\/(?:\w:)?autoFilter)>/g,kc=/<(?:\w:)?pageMargins[^>]*\/>/g,Tc=/<(?:\w:)?sheetPr\b(?:[^>a-z][^>]*)?\/>/,Ac=/<(?:\w:)?sheetPr[^>]*(?:[\/]|>([\s\S]*)<\/(?:\w:)?sheetPr)>/,Ec=/<(?:\w:)?sheetViews[^>]*(?:[\/]|>([\s\S]*)<\/(?:\w:)?sheetViews)>/;function _c(e,t,r,n,o,i,a){if(!e)return e;n||(n={"!id":{}}),null!=p&&null==t.dense&&(t.dense=p);var s=t.dense?[]:{},c={s:{r:2e6,c:2e6},e:{r:0,c:0}},l="",u="",f=e.match(bc);f?(l=e.slice(0,f.index),u=e.slice(f.index+f[0].length)):l=u=e;var h=l.match(Tc);h?Oc(h[0],s,o,r):(h=l.match(Ac))&&function(e,t,r,n,o){Oc(e.slice(0,e.indexOf(">")),r,n,o)}(h[0],h[1],s,o,r);var d=(l.match(/<(?:\w*:)?dimension/)||{index:-1}).index;if(d>0){var g=l.slice(d,d+50).match(wc);g&&function(e,t){var r=Gr(t);r.s.r<=r.e.r&&r.s.c<=r.e.c&&r.s.r>=0&&r.s.c>=0&&(e["!ref"]=$r(r))}(s,g[1])}var m=l.match(Ec);m&&m[1]&&function(e,t){t.Views||(t.Views=[{}]);(e.match(Rc)||[]).forEach((function(e,r){var n=gt(e);t.Views[r]||(t.Views[r]={}),+n.zoomScale&&(t.Views[r].zoom=+n.zoomScale),_t(n.rightToLeft)&&(t.Views[r].RTL=!0)}))}(m[1],o);var v=[];if(t.cellStyles){var b=l.match(Sc);b&&function(e,t){for(var r=!1,n=0;n!=t.length;++n){var o=gt(t[n],!0);o.hidden&&(o.hidden=_t(o.hidden));var i=parseInt(o.min,10)-1,a=parseInt(o.max,10)-1;for(o.outlineLevel&&(o.level=+o.outlineLevel||0),delete o.min,delete o.max,o.width=+o.width,!r&&o.width&&(r=!0,wa(o.width)),Sa(o);i<=a;)e[i++]=qe(o)}}(v,b)}f&&Lc(f[1],s,t,c,i,a);var y=u.match(xc);y&&(s["!autofilter"]=function(e){var t={ref:(e.match(/ref="([^"]*)"/)||[])[1]};return t}(y[0]));var w=[],S=u.match(vc);if(S)for(d=0;d!=S.length;++d)w[d]=Gr(S[d].slice(S[d].indexOf('"')+1));var x=u.match(yc);x&&function(e,t,r){for(var n=Array.isArray(e),o=0;o!=t.length;++o){var i=gt(Pt(t[o]),!0);if(!i.ref)return;var a=((r||{})["!id"]||[])[i.id];a?(i.Target=a.Target,i.location&&(i.Target+="#"+yt(i.location))):(i.Target="#"+yt(i.location),a={Target:i.Target,TargetMode:"Internal"}),i.Rel=a,i.tooltip&&(i.Tooltip=i.tooltip,delete i.tooltip);for(var s=Gr(i.ref),c=s.s.r;c<=s.e.r;++c)for(var l=s.s.c;l<=s.e.c;++l){var u=Vr({c:l,r:c});n?(e[c]||(e[c]=[]),e[c][l]||(e[c][l]={t:"z",v:void 0}),e[c][l].l=i):(e[u]||(e[u]={t:"z",v:void 0}),e[u].l=i)}}}(s,x,n);var k=u.match(kc);if(k&&(s["!margins"]=function(e){var t={};return["left","right","top","bottom","header","footer"].forEach((function(r){e[r]&&(t[r]=parseFloat(e[r]))})),t}(gt(k[0]))),!s["!ref"]&&c.e.c>=c.s.c&&c.e.r>=c.s.r&&(s["!ref"]=$r(c)),t.sheetRows>0&&s["!ref"]){var T=Gr(s["!ref"]);t.sheetRows<=+T.e.r&&(T.e.r=t.sheetRows-1,T.e.r>c.e.r&&(T.e.r=c.e.r),T.e.r<T.s.r&&(T.s.r=T.e.r),T.e.c>c.e.c&&(T.e.c=c.e.c),T.e.c<T.s.c&&(T.s.c=T.e.c),s["!fullref"]=s["!ref"],s["!ref"]=$r(T))}return v.length>0&&(s["!cols"]=v),w.length>0&&(s["!merges"]=w),s}function Oc(e,t,r,n){var o=gt(e);r.Sheets[n]||(r.Sheets[n]={}),o.codeName&&(r.Sheets[n].CodeName=yt(Pt(o.codeName)))}var Nc=["objects","scenarios","selectLockedCells","selectUnlockedCells"],Cc=["formatColumns","formatRows","formatCells","insertColumns","insertRows","insertHyperlinks","deleteColumns","deleteRows","sort","autoFilter","pivotTables"];var Rc=/<(?:\w:)?sheetView(?:[^>a-z][^>]*)?\/?>/;function Pc(e,t,r,n){if(e.c&&r["!comments"].push([t,e.c]),void 0===e.v&&"string"!=typeof e.f||"z"===e.t&&!e.f)return"";var o="",i=e.t,a=e.v;if("z"!==e.t)switch(e.t){case"b":o=e.v?"1":"0";break;case"n":o=""+e.v;break;case"e":o=Bn[e.v];break;case"d":n&&n.cellDates?o=He(e.v,-1).toISOString():((e=qe(e)).t="n",o=""+(e.v=Ie(He(e.v)))),void 0===e.z&&(e.z=M[14]);break;default:o=e.v}var s=Ut("v",xt(o)),c={r:t},l=pc(n.cellXfs,e,n);switch(0!==l&&(c.s=l),e.t){case"n":case"z":break;case"d":c.t="d";break;case"b":c.t="b";break;case"e":c.t="e";break;default:if(null==e.v){delete e.t;break}if(e.v.length>32767)throw new Error("Text length must not exceed 32767 characters");if(n&&n.bookSST){s=Ut("v",""+fc(n.Strings,e.v,n.revStrings)),c.t="s";break}c.t="str"}if(e.t!=i&&(e.t=i,e.v=a),"string"==typeof e.f&&e.f){var u=e.F&&e.F.slice(0,t.length)==t?{t:"array",ref:e.F}:null;s=Ht("f",xt(e.f),u)+(null!=e.v?s:"")}return e.l&&r["!links"].push([t,e.l]),e.D&&(c.cm=1),Ht("c",s,c)}var Lc=function(){var e=/<(?:\w+:)?c[ \/>]/,t=/<\/(?:\w+:)?row>/,r=/r=["']([^"']*)["']/,n=/<(?:\w+:)?is>([\S\s]*?)<\/(?:\w+:)?is>/,o=/ref=["']([^"']*)["']/,i=It("v"),a=It("f");return function(s,c,l,u,f,h){for(var d,p,g,m,v,b=0,y="",w=[],S=[],x=0,k=0,T=0,A="",E=0,_=0,O=0,N=0,C=Array.isArray(h.CellXf),R=[],P=[],L=Array.isArray(c),I=[],F={},j=!1,D=!!l.sheetStubs,B=s.split(t),W=0,U=B.length;W!=U;++W){var z=(y=B[W].trim()).length;if(0!==z){var H=0;e:for(b=0;b<z;++b)switch(y[b]){case">":if("/"!=y[b-1]){++b;break e}if(l&&l.cellStyles){if(E=null!=(p=gt(y.slice(H,b),!0)).r?parseInt(p.r,10):E+1,_=-1,l.sheetRows&&l.sheetRows<E)continue;F={},j=!1,p.ht&&(j=!0,F.hpt=parseFloat(p.ht),F.hpx=Ta(F.hpt)),"1"==p.hidden&&(j=!0,F.hidden=!0),null!=p.outlineLevel&&(j=!0,F.level=+p.outlineLevel),j&&(I[E-1]=F)}break;case"<":H=b}if(H>=b)break;if(E=null!=(p=gt(y.slice(H,b),!0)).r?parseInt(p.r,10):E+1,_=-1,!(l.sheetRows&&l.sheetRows<E)){u.s.r>E-1&&(u.s.r=E-1),u.e.r<E-1&&(u.e.r=E-1),l&&l.cellStyles&&(F={},j=!1,p.ht&&(j=!0,F.hpt=parseFloat(p.ht),F.hpx=Ta(F.hpt)),"1"==p.hidden&&(j=!0,F.hidden=!0),null!=p.outlineLevel&&(j=!0,F.level=+p.outlineLevel),j&&(I[E-1]=F)),w=y.slice(b).split(e);for(var V=0;V!=w.length&&"<"==w[V].trim().charAt(0);++V);for(w=w.slice(V),b=0;b!=w.length;++b)if(0!==(y=w[b].trim()).length){if(S=y.match(r),x=b,k=0,T=0,y="<c "+("<"==y.slice(0,1)?">":"")+y,null!=S&&2===S.length){for(x=0,A=S[1],k=0;k!=A.length&&!((T=A.charCodeAt(k)-64)<1||T>26);++k)x=26*x+T;_=--x}else++_;for(k=0;k!=y.length&&62!==y.charCodeAt(k);++k);if(++k,(p=gt(y.slice(0,k),!0)).r||(p.r=Vr({r:E-1,c:_})),d={t:""},null!=(S=(A=y.slice(k)).match(i))&&""!==S[1]&&(d.v=yt(S[1])),l.cellFormula){if(null!=(S=A.match(a))&&""!==S[1]){if(d.f=yt(Pt(S[1])).replace(/\r\n/g,"\n"),l.xlfn||(d.f=ys(d.f)),S[0].indexOf('t="array"')>-1)d.F=(A.match(o)||[])[1],d.F.indexOf(":")>-1&&R.push([Gr(d.F),d.F]);else if(S[0].indexOf('t="shared"')>-1){m=gt(S[0]);var q=yt(Pt(S[1]));l.xlfn||(q=ys(q)),P[parseInt(m.si,10)]=[m,q,p.r]}}else(S=A.match(/<f[^>]*\/>/))&&P[(m=gt(S[0])).si]&&(d.f=bs(P[m.si][1],P[m.si][2],p.r));var $=Hr(p.r);for(k=0;k<R.length;++k)$.r>=R[k][0].s.r&&$.r<=R[k][0].e.r&&$.c>=R[k][0].s.c&&$.c<=R[k][0].e.c&&(d.F=R[k][1])}if(null==p.t&&void 0===d.v)if(d.f||d.F)d.v=0,d.t="n";else{if(!D)continue;d.t="z"}else d.t=p.t||"n";switch(u.s.c>_&&(u.s.c=_),u.e.c<_&&(u.e.c=_),d.t){case"n":if(""==d.v||null==d.v){if(!D)continue;d.t="z"}else d.v=parseFloat(d.v);break;case"s":if(void 0===d.v){if(!D)continue;d.t="z"}else g=cc[parseInt(d.v,10)],d.v=g.t,d.r=g.r,l.cellHTML&&(d.h=g.h);break;case"str":d.t="s",d.v=null!=d.v?Pt(d.v):"",l.cellHTML&&(d.h=At(d.v));break;case"inlineStr":S=A.match(n),d.t="s",null!=S&&(g=zi(S[1]))?(d.v=g.t,l.cellHTML&&(d.h=g.h)):d.v="";break;case"b":d.v=_t(d.v);break;case"d":l.cellDates?d.v=He(d.v,1):(d.v=Ie(He(d.v,1)),d.t="n");break;case"e":l&&!1===l.cellText||(d.w=d.v),d.v=Wn[d.v]}if(O=N=0,v=null,C&&void 0!==p.s&&null!=(v=h.CellXf[p.s])&&(null!=v.numFmtId&&(O=v.numFmtId),l.cellStyles&&null!=v.fillId&&(N=v.fillId)),gc(d,O,N,l,f,h),l.cellDates&&C&&"n"==d.t&&de(M[O])&&(d.t="d",d.v=Me(d.v)),p.cm&&l.xlmeta){var G=(l.xlmeta.Cell||[])[+p.cm-1];G&&"XLDAPR"==G.type&&(d.D=!0)}if(L){var X=Hr(p.r);c[X.r]||(c[X.r]=[]),c[X.r][X.c]=d}else c[p.r]=d}}}}I.length>0&&(c["!rows"]=I)}}();function Ic(e,t,r,n){var o,i=[lt,Ht("worksheet",null,{xmlns:Xt[0],"xmlns:r":Gt.r})],a=r.SheetNames[e],s="",c=r.Sheets[a];null==c&&(c={});var l=c["!ref"]||"A1",u=Gr(l);if(u.e.c>16383||u.e.r>1048575){if(t.WTF)throw new Error("Range "+l+" exceeds format limit A1:XFD1048576");u.e.c=Math.min(u.e.c,16383),u.e.r=Math.min(u.e.c,1048575),l=$r(u)}n||(n={}),c["!comments"]=[];var f=[];!function(e,t,r,n,o){var i=!1,a={},s=null;if("xlsx"!==n.bookType&&t.vbaraw){var c=t.SheetNames[r];try{t.Workbook&&(c=t.Workbook.Sheets[r].CodeName||c)}catch(e){}i=!0,a.codeName=Lt(xt(c))}if(e&&e["!outline"]){var l={summaryBelow:1,summaryRight:1};e["!outline"].above&&(l.summaryBelow=0),e["!outline"].left&&(l.summaryRight=0),s=(s||"")+Ht("outlinePr",null,l)}(i||s)&&(o[o.length]=Ht("sheetPr",s,a))}(c,r,e,t,i),i[i.length]=Ht("dimension",null,{ref:l}),i[i.length]=function(e,t,r,n){var o={workbookViewId:"0"};return(((n||{}).Workbook||{}).Views||[])[0]&&(o.rightToLeft=n.Workbook.Views[0].RTL?"1":"0"),Ht("sheetViews",Ht("sheetView",null,o),{})}(0,0,0,r),t.sheetFormat&&(i[i.length]=Ht("sheetFormatPr",null,{defaultRowHeight:t.sheetFormat.defaultRowHeight||"16",baseColWidth:t.sheetFormat.baseColWidth||"10",outlineLevelRow:t.sheetFormat.outlineLevelRow||"7"})),null!=c["!cols"]&&c["!cols"].length>0&&(i[i.length]=function(e,t){for(var r,n=["<cols>"],o=0;o!=t.length;++o)(r=t[o])&&(n[n.length]=Ht("col",null,hc(o,r)));return n[n.length]="</cols>",n.join("")}(0,c["!cols"])),i[o=i.length]="<sheetData/>",c["!links"]=[],null!=c["!ref"]&&(s=function(e,t,r,n){var o,i,a=[],s=[],c=Gr(e["!ref"]),l="",u="",f=[],h=0,d=0,p=e["!rows"],g=Array.isArray(e),m={r:u},v=-1;for(d=c.s.c;d<=c.e.c;++d)f[d]=zr(d);for(h=c.s.r;h<=c.e.r;++h){for(s=[],u=Wr(h),d=c.s.c;d<=c.e.c;++d){o=f[d]+u;var b=g?(e[h]||[])[d]:e[o];void 0!==b&&null!=(l=Pc(b,o,e,t))&&s.push(l)}(s.length>0||p&&p[h])&&(m={r:u},p&&p[h]&&((i=p[h]).hidden&&(m.hidden=1),v=-1,i.hpx?v=ka(i.hpx):i.hpt&&(v=i.hpt),v>-1&&(m.ht=v,m.customHeight=1),i.level&&(m.outlineLevel=i.level)),a[a.length]=Ht("row",s.join(""),m))}if(p)for(;h<p.length;++h)p&&p[h]&&(m={r:h+1},(i=p[h]).hidden&&(m.hidden=1),v=-1,i.hpx?v=ka(i.hpx):i.hpt&&(v=i.hpt),v>-1&&(m.ht=v,m.customHeight=1),i.level&&(m.outlineLevel=i.level),a[a.length]=Ht("row","",m));return a.join("")}(c,t,0,0),s.length>0&&(i[i.length]=s)),i.length>o+1&&(i[i.length]="</sheetData>",i[o]=i[o].replace("/>",">")),c["!protect"]&&(i[i.length]=function(e){var t={sheet:1};return Nc.forEach((function(r){null!=e[r]&&e[r]&&(t[r]="1")})),Cc.forEach((function(r){null==e[r]||e[r]||(t[r]="0")})),e.password&&(t.password=ia(e.password).toString(16).toUpperCase()),Ht("sheetProtection",null,t)}(c["!protect"])),null!=c["!autofilter"]&&(i[i.length]=function(e,t,r,n){var o="string"==typeof e.ref?e.ref:$r(e.ref);r.Workbook||(r.Workbook={Sheets:[]}),r.Workbook.Names||(r.Workbook.Names=[]);var i=r.Workbook.Names,a=qr(o);a.s.r==a.e.r&&(a.e.r=qr(t["!ref"]).e.r,o=$r(a));for(var s=0;s<i.length;++s){var c=i[s];if("_xlnm._FilterDatabase"==c.Name&&c.Sheet==n){c.Ref="'"+r.SheetNames[n]+"'!"+o;break}}return s==i.length&&i.push({Name:"_xlnm._FilterDatabase",Sheet:n,Ref:"'"+r.SheetNames[n]+"'!"+o}),Ht("autoFilter",null,{ref:o})}(c["!autofilter"],c,r,e)),null!=c["!merges"]&&c["!merges"].length>0&&(i[i.length]=function(e){if(0===e.length)return"";for(var t='<mergeCells count="'+e.length+'">',r=0;r!=e.length;++r)t+='<mergeCell ref="'+$r(e[r])+'"/>';return t+"</mergeCells>"}(c["!merges"]));var h,d=-1,p=-1;return c["!links"].length>0&&(i[i.length]="<hyperlinks>",c["!links"].forEach((function(e){e[1].Target&&(h={ref:e[0]},"#"!=e[1].Target.charAt(0)&&(p=Xn(n,-1,xt(e[1].Target).replace(/#.*$/,""),Vn.HLINK),h["r:id"]="rId"+p),(d=e[1].Target.indexOf("#"))>-1&&(h.location=xt(e[1].Target.slice(d+1))),e[1].Tooltip&&(h.tooltip=xt(e[1].Tooltip)),i[i.length]=Ht("hyperlink",null,h))})),i[i.length]="</hyperlinks>"),delete c["!links"],null!=c["!margins"]&&(i[i.length]=function(e){return dc(e),Ht("pageMargins",null,e)}(c["!margins"])),t&&!t.ignoreEC&&null!=t.ignoreEC||(i[i.length]=Ut("ignoredErrors",Ht("ignoredError",null,{numberStoredAsText:1,sqref:l}))),f.length>0&&(p=Xn(n,-1,"../drawings/drawing"+(e+1)+".xml",Vn.DRAW),i[i.length]=Ht("drawing",null,{"r:id":"rId"+p}),c["!drawing"]=f),c["!comments"].length>0&&(p=Xn(n,-1,"../drawings/vmlDrawing"+(e+1)+".vml",Vn.VML),i[i.length]=Ht("legacyDrawing",null,{"r:id":"rId"+p}),c["!legacy"]=p),i.length>1&&(i[i.length]="</worksheet>",i[1]=i[1].replace("/>",">")),i.join("")}function Fc(e,t,r,n){var o=function(e,t,r){var n=Rr(145),o=(r["!rows"]||[])[e]||{};n._W(4,e),n._W(4,0);var i=320;o.hpx?i=20*ka(o.hpx):o.hpt&&(i=20*o.hpt),n._W(2,i),n._W(1,0);var a=0;o.level&&(a|=o.level),o.hidden&&(a|=16),(o.hpx||o.hpt)&&(a|=32),n._W(1,a),n._W(1,0);var s=0,c=n.l;n.l+=4;for(var l={r:e,c:0},u=0;u<16;++u)if(!(t.s.c>u+1<<10||t.e.c<u<<10)){for(var f=-1,h=-1,d=u<<10;d<u+1<<10;++d)l.c=d,(Array.isArray(r)?(r[l.r]||[])[l.c]:r[Vr(l)])&&(f<0&&(f=d),h=d);f<0||(++s,n._W(4,f),n._W(4,h))}var p=n.l;return n.l=c,n._W(4,s),n.l=p,n.length>n.l?n.slice(0,n.l):n}(n,r,t);(o.length>17||(t["!rows"]||[])[n])&&Ir(e,0,o)}var jc=Sn,Dc=xn;function Mc(e){return[ln(e),kn(e),"n"]}var Bc=Sn,Wc=xn;var Uc=["left","right","top","bottom","header","footer"];function zc(e,t,r,n,o,i,a){if(void 0===t.v)return!1;var s="";switch(t.t){case"b":s=t.v?"1":"0";break;case"d":(t=qe(t)).z=t.z||M[14],t.v=Ie(He(t.v)),t.t="n";break;case"n":case"e":s=""+t.v;break;default:s=t.v}var c={r:r,c:n};switch(c.s=pc(o.cellXfs,t,o),t.l&&i["!links"].push([Vr(c),t.l]),t.c&&i["!comments"].push([Vr(c),t.c]),t.t){case"s":case"str":return o.bookSST?(s=fc(o.Strings,t.v,o.revStrings),c.t="s",c.v=s,a?Ir(e,18,function(e,t,r){return null==r&&(r=Rr(8)),un(t,r),r._W(4,t.v),r}(0,c)):Ir(e,7,function(e,t,r){return null==r&&(r=Rr(12)),cn(t,r),r._W(4,t.v),r}(0,c))):(c.t="str",a?Ir(e,17,function(e,t,r){return null==r&&(r=Rr(8+4*e.v.length)),un(t,r),tn(e.v,r),r.length>r.l?r.slice(0,r.l):r}(t,c)):Ir(e,6,function(e,t,r){return null==r&&(r=Rr(12+4*e.v.length)),cn(t,r),tn(e.v,r),r.length>r.l?r.slice(0,r.l):r}(t,c))),!0;case"n":return t.v==(0|t.v)&&t.v>-1e3&&t.v<1e3?a?Ir(e,13,function(e,t,r){return null==r&&(r=Rr(8)),un(t,r),yn(e.v,r),r}(t,c)):Ir(e,2,function(e,t,r){return null==r&&(r=Rr(12)),cn(t,r),yn(e.v,r),r}(t,c)):a?Ir(e,16,function(e,t,r){return null==r&&(r=Rr(12)),un(t,r),Tn(e.v,r),r}(t,c)):Ir(e,5,function(e,t,r){return null==r&&(r=Rr(16)),cn(t,r),Tn(e.v,r),r}(t,c)),!0;case"b":return c.t="b",a?Ir(e,15,function(e,t,r){return null==r&&(r=Rr(5)),un(t,r),r._W(1,e.v?1:0),r}(t,c)):Ir(e,4,function(e,t,r){return null==r&&(r=Rr(9)),cn(t,r),r._W(1,e.v?1:0),r}(t,c)),!0;case"e":return c.t="e",a?Ir(e,14,function(e,t,r){return null==r&&(r=Rr(8)),un(t,r),r._W(1,e.v),r._W(2,0),r._W(1,0),r}(t,c)):Ir(e,3,function(e,t,r){return null==r&&(r=Rr(9)),cn(t,r),r._W(1,e.v),r}(t,c)),!0}return a?Ir(e,12,function(e,t,r){return null==r&&(r=Rr(4)),un(t,r)}(0,c)):Ir(e,1,function(e,t,r){return null==r&&(r=Rr(8)),cn(t,r)}(0,c)),!0}function Hc(e,t){t&&t["!merges"]&&(Ir(e,177,function(e,t){return null==t&&(t=Rr(4)),t._W(4,e),t}(t["!merges"].length)),t["!merges"].forEach((function(t){Ir(e,176,Wc(t))})),Ir(e,178))}function Vc(e,t){t&&t["!cols"]&&(Ir(e,390),t["!cols"].forEach((function(t,r){t&&Ir(e,60,function(e,t,r){null==r&&(r=Rr(18));var n=hc(e,t);r._W(-4,e),r._W(-4,e),r._W(4,256*(n.width||10)),r._W(4,0);var o=0;return t.hidden&&(o|=1),"number"==typeof n.width&&(o|=2),t.level&&(o|=t.level<<8),r._W(2,o),r}(r,t))})),Ir(e,391))}function qc(e,t){t&&t["!ref"]&&(Ir(e,648),Ir(e,649,function(e){var t=Rr(24);return t._W(4,4),t._W(4,1),xn(e,t),t}(Gr(t["!ref"]))),Ir(e,650))}function $c(e,t,r){t["!links"].forEach((function(t){if(t[1].Target){var n=Xn(r,-1,t[1].Target.replace(/#.*$/,""),Vn.HLINK);Ir(e,494,function(e,t){var r=Rr(50+4*(e[1].Target.length+(e[1].Tooltip||"").length));xn({s:Hr(e[0]),e:Hr(e[0])},r),vn("rId"+t,r);var n=e[1].Target.indexOf("#");return tn((-1==n?"":e[1].Target.slice(n+1))||"",r),tn(e[1].Tooltip||"",r),tn("",r),r.slice(0,r.l)}(t,n))}})),delete t["!links"]}function Gc(e,t,r){Ir(e,133),Ir(e,137,function(e,t,r){null==r&&(r=Rr(30));var n=924;return(((t||{}).Views||[])[0]||{}).RTL&&(n|=32),r._W(2,n),r._W(4,0),r._W(4,0),r._W(4,0),r._W(1,0),r._W(1,0),r._W(2,0),r._W(2,100),r._W(2,0),r._W(2,0),r._W(2,0),r._W(4,0),r}(0,r)),Ir(e,138),Ir(e,134)}function Xc(e,t){t["!protect"]&&Ir(e,535,function(e,t){return null==t&&(t=Rr(66)),t._W(2,e.password?ia(e.password):0),t._W(4,1),[["objects",!1],["scenarios",!1],["formatCells",!0],["formatColumns",!0],["formatRows",!0],["insertColumns",!0],["insertRows",!0],["insertHyperlinks",!0],["deleteColumns",!0],["deleteRows",!0],["selectLockedCells",!1],["sort",!0],["autoFilter",!0],["pivotTables",!0],["selectUnlockedCells",!1]].forEach((function(r){r[1]?t._W(4,null==e[r[0]]||e[r[0]]?0:1):t._W(4,null!=e[r[0]]&&e[r[0]]?0:1)})),t}(t["!protect"]))}function Yc(e,t,r,n){var o=Lr(),i=r.SheetNames[e],a=r.Sheets[i]||{},s=i;try{r&&r.Workbook&&(s=r.Workbook.Sheets[e].CodeName||s)}catch(e){}var c=Gr(a["!ref"]||"A1");if(c.e.c>16383||c.e.r>1048575){if(t.WTF)throw new Error("Range "+(a["!ref"]||"A1")+" exceeds format limit A1:XFD1048576");c.e.c=Math.min(c.e.c,16383),c.e.r=Math.min(c.e.c,1048575)}return a["!links"]=[],a["!comments"]=[],Ir(o,129),(r.vbaraw||a["!outline"])&&Ir(o,147,function(e,t,r){null==r&&(r=Rr(84+4*e.length));var n=192;t&&(t.above&&(n&=-65),t.left&&(n&=-129)),r._W(1,n);for(var o=1;o<3;++o)r._W(1,0);return An({auto:1},r),r._W(-4,-1),r._W(-4,-1),hn(e,r),r.slice(0,r.l)}(s,a["!outline"])),Ir(o,148,Dc(c)),Gc(o,0,r.Workbook),Vc(o,a),function(e,t,r,n){var o,i=Gr(t["!ref"]||"A1"),a="",s=[];Ir(e,145);var c=Array.isArray(t),l=i.e.r;t["!rows"]&&(l=Math.max(i.e.r,t["!rows"].length-1));for(var u=i.s.r;u<=l;++u){a=Wr(u),Fc(e,t,i,u);var f=!1;if(u<=i.e.r)for(var h=i.s.c;h<=i.e.c;++h){u===i.s.r&&(s[h]=zr(h)),o=s[h]+a;var d=c?(t[u]||[])[h]:t[o];f=!!d&&zc(e,d,u,h,n,t,f)}}Ir(e,146)}(o,a,0,t),Xc(o,a),function(e,t,r,n){if(t["!autofilter"]){var o=t["!autofilter"],i="string"==typeof o.ref?o.ref:$r(o.ref);r.Workbook||(r.Workbook={Sheets:[]}),r.Workbook.Names||(r.Workbook.Names=[]);var a=r.Workbook.Names,s=qr(i);s.s.r==s.e.r&&(s.e.r=qr(t["!ref"]).e.r,i=$r(s));for(var c=0;c<a.length;++c){var l=a[c];if("_xlnm._FilterDatabase"==l.Name&&l.Sheet==n){l.Ref="'"+r.SheetNames[n]+"'!"+i;break}}c==a.length&&a.push({Name:"_xlnm._FilterDatabase",Sheet:n,Ref:"'"+r.SheetNames[n]+"'!"+i}),Ir(e,161,xn(Gr(i))),Ir(e,162)}}(o,a,r,e),Hc(o,a),$c(o,a,n),a["!margins"]&&Ir(o,476,function(e,t){return null==t&&(t=Rr(48)),dc(e),Uc.forEach((function(r){Tn(e[r],t)})),t}(a["!margins"])),t&&!t.ignoreEC&&null!=t.ignoreEC||qc(o,a),function(e,t,r,n){if(t["!comments"].length>0){var o=Xn(n,-1,"../drawings/vmlDrawing"+(r+1)+".vml",Vn.VML);Ir(e,551,vn("rId"+o)),t["!legacy"]=o}}(o,a,e,n),Ir(o,130),o.end()}function Kc(e,t,r,n,o,i){var a=i||{"!type":"chart"};if(!e)return i;var s=0,c=0,l="A",u={s:{r:2e6,c:2e6},e:{r:0,c:0}};return(e.match(/<c:numCache>[\s\S]*?<\/c:numCache>/gm)||[]).forEach((function(e){var t=function(e){var t,r=[],n=e.match(/^<c:numCache>/);(e.match(/<c:pt idx="(\d*)">(.*?)<\/c:pt>/gm)||[]).forEach((function(e){var t=e.match(/<c:pt idx="(\d*?)"><c:v>(.*)<\/c:v><\/c:pt>/);t&&(r[+t[1]]=n?+t[2]:t[2])}));var o=yt((e.match(/<c:formatCode>([\s\S]*?)<\/c:formatCode>/)||["","General"])[1]);return(e.match(/<c:f>(.*?)<\/c:f>/gm)||[]).forEach((function(e){t=e.replace(/<.*?>/g,"")})),[r,o,t]}(e);u.s.r=u.s.c=0,u.e.c=s,l=zr(s),t[0].forEach((function(e,r){a[l+Wr(r)]={t:"n",v:e,z:t[1]},c=r})),u.e.r<c&&(u.e.r=c),++s})),s>0&&(a["!ref"]=$r(u)),a}var Jc=[["allowRefreshQuery",!1,"bool"],["autoCompressPictures",!0,"bool"],["backupFile",!1,"bool"],["checkCompatibility",!1,"bool"],["CodeName",""],["date1904",!1,"bool"],["defaultThemeVersion",0,"int"],["filterPrivacy",!1,"bool"],["hidePivotFieldList",!1,"bool"],["promptedSolutions",!1,"bool"],["publishItems",!1,"bool"],["refreshAllConnections",!1,"bool"],["saveExternalLinkValues",!0,"bool"],["showBorderUnselectedTables",!0,"bool"],["showInkAnnotation",!0,"bool"],["showObjects","all"],["showPivotChartFilter",!1,"bool"],["updateLinks","userSet"]],Zc=[["activeTab",0,"int"],["autoFilterDateGrouping",!0,"bool"],["firstSheet",0,"int"],["minimized",!1,"bool"],["showHorizontalScroll",!0,"bool"],["showSheetTabs",!0,"bool"],["showVerticalScroll",!0,"bool"],["tabRatio",600,"int"],["visibility","visible"]],Qc=[],el=[["calcCompleted","true"],["calcMode","auto"],["calcOnSave","true"],["concurrentCalc","true"],["fullCalcOnLoad","false"],["fullPrecision","true"],["iterate","false"],["iterateCount","100"],["iterateDelta","0.001"],["refMode","A1"]];function tl(e,t){for(var r=0;r!=e.length;++r)for(var n=e[r],o=0;o!=t.length;++o){var i=t[o];if(null==n[i[0]])n[i[0]]=i[1];else switch(i[2]){case"bool":"string"==typeof n[i[0]]&&(n[i[0]]=_t(n[i[0]]));break;case"int":"string"==typeof n[i[0]]&&(n[i[0]]=parseInt(n[i[0]],10))}}}function rl(e,t){for(var r=0;r!=t.length;++r){var n=t[r];if(null==e[n[0]])e[n[0]]=n[1];else switch(n[2]){case"bool":"string"==typeof e[n[0]]&&(e[n[0]]=_t(e[n[0]]));break;case"int":"string"==typeof e[n[0]]&&(e[n[0]]=parseInt(e[n[0]],10))}}}function nl(e){rl(e.WBProps,Jc),rl(e.CalcPr,el),tl(e.WBView,Zc),tl(e.Sheets,Qc),lc.date1904=_t(e.WBProps.date1904)}var ol="][*?/\\".split("");function il(e,t){if(e.length>31){if(t)return!1;throw new Error("Sheet names cannot exceed 31 chars")}var r=!0;return ol.forEach((function(n){if(-1!=e.indexOf(n)){if(!t)throw new Error("Sheet name cannot contain : \\ / ? * [ ]");r=!1}})),r}function al(e){if(!e||!e.SheetNames||!e.Sheets)throw new Error("Invalid Workbook");if(!e.SheetNames.length)throw new Error("Workbook is empty");var t=e.Workbook&&e.Workbook.Sheets||[];!function(e,t,r){e.forEach((function(n,o){il(n);for(var i=0;i<o;++i)if(n==e[i])throw new Error("Duplicate Sheet Name: "+n);if(r){var a=t&&t[o]&&t[o].CodeName||n;if(95==a.charCodeAt(0)&&a.length>22)throw new Error("Bad Code Name: Worksheet"+a)}}))}(e.SheetNames,t,!!e.vbaraw);for(var r=0;r<e.SheetNames.length;++r)mc(e.Sheets[e.SheetNames[r]],e.SheetNames[r],r)}var sl=/<\w+:workbook/;function cl(e){var t=[lt];t[t.length]=Ht("workbook",null,{xmlns:Xt[0],"xmlns:r":Gt.r});var r=e.Workbook&&(e.Workbook.Names||[]).length>0,n={codeName:"ThisWorkbook"};e.Workbook&&e.Workbook.WBProps&&(Jc.forEach((function(t){null!=e.Workbook.WBProps[t[0]]&&e.Workbook.WBProps[t[0]]!=t[1]&&(n[t[0]]=e.Workbook.WBProps[t[0]])})),e.Workbook.WBProps.CodeName&&(n.codeName=e.Workbook.WBProps.CodeName,delete n.CodeName)),t[t.length]=Ht("workbookPr",null,n);var o=e.Workbook&&e.Workbook.Sheets||[],i=0;if(o&&o[0]&&o[0].Hidden){for(t[t.length]="<bookViews>",i=0;i!=e.SheetNames.length&&o[i]&&o[i].Hidden;++i);i==e.SheetNames.length&&(i=0),t[t.length]='<workbookView firstSheet="'+i+'" activeTab="'+i+'"/>',t[t.length]="</bookViews>"}for(t[t.length]="<sheets>",i=0;i!=e.SheetNames.length;++i){var a={name:xt(e.SheetNames[i].slice(0,31))};if(a.sheetId=""+(i+1),a["r:id"]="rId"+(i+1),o[i])switch(o[i].Hidden){case 1:a.state="hidden";break;case 2:a.state="veryHidden"}t[t.length]=Ht("sheet",null,a)}return t[t.length]="</sheets>",r&&(t[t.length]="<definedNames>",e.Workbook&&e.Workbook.Names&&e.Workbook.Names.forEach((function(e){var r={name:e.Name};e.Comment&&(r.comment=e.Comment),null!=e.Sheet&&(r.localSheetId=""+e.Sheet),e.Hidden&&(r.hidden="1"),e.Ref&&(t[t.length]=Ht("definedName",xt(e.Ref),r))})),t[t.length]="</definedNames>"),t.length>2&&(t[t.length]="</workbook>",t[1]=t[1].replace("/>",">")),t.join("")}function ll(e,t){return t||(t=Rr(127)),t._W(4,e.Hidden),t._W(4,e.iTabID),vn(e.strRelID,t),tn(e.name.slice(0,31),t),t.length>t.l?t.slice(0,t.l):t}function ul(e,t){var r={};return e._R(4),r.ArchID=e._R(4),e.l+=t-8,r}function fl(t,r){r||(r=Rr(127));for(var n=0;4!=n;++n)r._W(4,0);return tn("SheetJS",r),tn(e.version,r),tn(e.version,r),tn("7262",r),r.length>r.l?r.slice(0,r.l):r}function hl(e,t){if(t.Workbook&&t.Workbook.Sheets){for(var r=t.Workbook.Sheets,n=0,o=-1,i=-1;n<r.length;++n)!r[n]||!r[n].Hidden&&-1==o?o=n:1==r[n].Hidden&&-1==i&&(i=n);i>o||(Ir(e,135),Ir(e,158,function(e,t){return t||(t=Rr(29)),t._W(-4,0),t._W(-4,460),t._W(4,28800),t._W(4,17600),t._W(4,500),t._W(4,e),t._W(4,e),t._W(1,120),t.length>t.l?t.slice(0,t.l):t}(o)),Ir(e,136))}}function dl(e,t){var r=Lr();return Ir(r,131),Ir(r,128,fl()),Ir(r,153,function(e,t){t||(t=Rr(72));var r=0;return e&&e.filterPrivacy&&(r|=8),t._W(4,r),t._W(4,0),hn(e&&e.CodeName||"ThisWorkbook",t),t.slice(0,t.l)}(e.Workbook&&e.Workbook.WBProps||null)),hl(r,e),function(e,t){Ir(e,143);for(var r=0;r!=t.SheetNames.length;++r)Ir(e,156,ll({Hidden:t.Workbook&&t.Workbook.Sheets&&t.Workbook.Sheets[r]&&t.Workbook.Sheets[r].Hidden||0,iTabID:r+1,strRelID:"rId"+(r+1),name:t.SheetNames[r]}));Ir(e,144)}(r,e),Ir(r,132),r.end()}function pl(e,t,r){return".bin"===t.slice(-4)?function(e,t){var r={AppVersion:{},WBProps:{},WBView:[],Sheets:[],CalcPr:{},xmlns:""},n=[],o=!1;t||(t={}),t.biff=12;var i=[],a=[[]];return a.SheetNames=[],a.XTI=[],Zl[16]={n:"BrtFRTArchID$",f:ul},Pr(e,(function(e,s,c){switch(c){case 156:a.SheetNames.push(e.name),r.Sheets.push(e);break;case 153:r.WBProps=e;break;case 39:null!=e.Sheet&&(t.SID=e.Sheet),e.Ref=qs(e.Ptg,0,null,a,t),delete t.SID,delete e.Ptg,i.push(e);break;case 1036:case 361:case 2071:case 158:case 143:case 664:case 353:case 3072:case 3073:case 534:case 677:case 157:case 610:case 2050:case 155:case 548:case 676:case 128:case 665:case 2128:case 2125:case 549:case 2053:case 596:case 2076:case 2075:case 2082:case 397:case 154:case 1117:case 553:case 2091:case 16:break;case 357:case 358:case 355:case 667:a[0].length?a.push([c,e]):a[0]=[c,e],a[a.length-1].XTI=[];break;case 362:0===a.length&&(a[0]=[],a[0].XTI=[]),a[a.length-1].XTI=a[a.length-1].XTI.concat(e),a.XTI=a.XTI.concat(e);break;case 35:case 37:n.push(c),o=!0;break;case 36:case 38:n.pop(),o=!1;break;default:if(s.T);else if(!o||t.WTF&&37!=n[n.length-1]&&35!=n[n.length-1])throw new Error("Unexpected record 0x"+c.toString(16))}}),t),nl(r),r.Names=i,r.supbooks=a,r}(e,r):function(e,t){if(!e)throw new Error("Could not find file");var r={AppVersion:{},WBProps:{},WBView:[],Sheets:[],CalcPr:{},Names:[],xmlns:""},n=!1,o="xmlns",i={},a=0;if(e.replace(ht,(function(s,c){var l=gt(s);switch(mt(l[0])){case"<?xml":case"</workbook>":case"<fileVersion/>":case"</fileVersion>":case"<fileSharing":case"<fileSharing/>":case"</workbookPr>":case"<workbookProtection":case"<workbookProtection/>":case"<bookViews":case"<bookViews>":case"</bookViews>":case"</workbookView>":case"<sheets":case"<sheets>":case"</sheets>":case"</sheet>":case"<functionGroups":case"<functionGroups/>":case"<functionGroup":case"<externalReferences":case"</externalReferences>":case"<externalReferences>":case"<externalReference":case"<definedNames/>":case"<definedName/>":case"</calcPr>":case"<oleSize":case"<customWorkbookViews>":case"</customWorkbookViews>":case"<customWorkbookViews":case"<customWorkbookView":case"</customWorkbookView>":case"<pivotCaches>":case"</pivotCaches>":case"<pivotCaches":case"<pivotCache":case"<smartTagPr":case"<smartTagPr/>":case"<smartTagTypes":case"<smartTagTypes>":case"</smartTagTypes>":case"<smartTagType":case"<webPublishing":case"<webPublishing/>":case"<fileRecoveryPr":case"<fileRecoveryPr/>":case"<webPublishObjects>":case"<webPublishObjects":case"</webPublishObjects>":case"<webPublishObject":case"<extLst":case"<extLst>":case"</extLst>":case"<extLst/>":case"<ArchID":case"<revisionPtr":break;case"<workbook":s.match(sl)&&(o="xmlns"+s.match(/<(\w+):/)[1]),r.xmlns=l[o];break;case"<fileVersion":delete l[0],r.AppVersion=l;break;case"<workbookPr":case"<workbookPr/>":Jc.forEach((function(e){if(null!=l[e[0]])switch(e[2]){case"bool":r.WBProps[e[0]]=_t(l[e[0]]);break;case"int":r.WBProps[e[0]]=parseInt(l[e[0]],10);break;default:r.WBProps[e[0]]=l[e[0]]}})),l.codeName&&(r.WBProps.CodeName=Pt(l.codeName));break;case"<workbookView":case"<workbookView/>":delete l[0],r.WBView.push(l);break;case"<sheet":switch(l.state){case"hidden":l.Hidden=1;break;case"veryHidden":l.Hidden=2;break;default:l.Hidden=0}delete l.state,l.name=yt(Pt(l.name)),delete l[0],r.Sheets.push(l);break;case"<definedNames>":case"<definedNames":case"<ext":case"<AlternateContent":case"<AlternateContent>":n=!0;break;case"</definedNames>":case"</ext>":case"</AlternateContent>":n=!1;break;case"<definedName":(i={}).Name=Pt(l.name),l.comment&&(i.Comment=l.comment),l.localSheetId&&(i.Sheet=+l.localSheetId),_t(l.hidden||"0")&&(i.Hidden=!0),a=c+s.length;break;case"</definedName>":i.Ref=yt(Pt(e.slice(a,c))),r.Names.push(i);break;case"<calcPr":case"<calcPr/>":delete l[0],r.CalcPr=l;break;default:if(!n&&t.WTF)throw new Error("unrecognized "+l[0]+" in workbook")}return s})),-1===Xt.indexOf(r.xmlns))throw new Error("Unknown Namespace: "+r.xmlns);return nl(r),r}(e,r)}function gl(e,t,r,n,o,i,a,s){return".bin"===t.slice(-4)?function(e,t,r,n,o,i,a){if(!e)return e;var s=t||{};n||(n={"!id":{}}),null!=p&&null==s.dense&&(s.dense=p);var c,l,u,f,h,d,g,m,v,b,y=s.dense?[]:{},w={s:{r:2e6,c:2e6},e:{r:0,c:0}},S=[],x=!1,k=!1,T=[];s.biff=12,s["!row"]=0;var A=0,E=!1,_=[],O={},N=s.supbooks||o.supbooks||[[]];if(N.sharedf=O,N.arrayf=_,N.SheetNames=o.SheetNames||o.Sheets.map((function(e){return e.name})),!s.supbooks&&(s.supbooks=N,o.Names))for(var C=0;C<o.Names.length;++C)N[0][C+1]=o.Names[C];var R,P,L=[],I=[],F=!1;if(Zl[16]={n:"BrtShortReal",f:Mc},Pr(e,(function(e,t,p){if(!k)switch(p){case 148:c=e;break;case 0:l=e,s.sheetRows&&s.sheetRows<=l.r&&(k=!0),v=Wr(h=l.r),s["!row"]=l.r,(e.hidden||e.hpt||null!=e.level)&&(e.hpt&&(e.hpx=Ta(e.hpt)),I[e.r]=e);break;case 2:case 3:case 4:case 5:case 6:case 7:case 8:case 9:case 10:case 11:case 13:case 14:case 15:case 16:case 17:case 18:case 62:switch(u={t:e[2]},e[2]){case"n":u.v=e[1];break;case"s":m=cc[e[1]],u.v=m.t,u.r=m.r;break;case"b":u.v=!!e[1];break;case"e":u.v=e[1],!1!==s.cellText&&(u.w=Bn[u.v]);break;case"str":u.t="s",u.v=e[1];break;case"is":u.t="s",u.v=e[1].t}if((f=a.CellXf[e[0].iStyleRef])&&gc(u,f.numFmtId,null,s,i,a),d=-1==e[0].c?d+1:e[0].c,s.dense?(y[h]||(y[h]=[]),y[h][d]=u):y[zr(d)+v]=u,s.cellFormula){for(E=!1,A=0;A<_.length;++A){var C=_[A];l.r>=C[0].s.r&&l.r<=C[0].e.r&&d>=C[0].s.c&&d<=C[0].e.c&&(u.F=$r(C[0]),E=!0)}!E&&e.length>3&&(u.f=e[3])}if(w.s.r>l.r&&(w.s.r=l.r),w.s.c>d&&(w.s.c=d),w.e.r<l.r&&(w.e.r=l.r),w.e.c<d&&(w.e.c=d),s.cellDates&&f&&"n"==u.t&&de(M[f.numFmtId])){var j=z(u.v);j&&(u.t="d",u.v=new Date(j.y,j.m-1,j.d,j.H,j.M,j.S,j.u))}R&&("XLDAPR"==R.type&&(u.D=!0),R=void 0),P&&(P=void 0);break;case 1:case 12:if(!s.sheetStubs||x)break;u={t:"z",v:void 0},d=-1==e[0].c?d+1:e[0].c,s.dense?(y[h]||(y[h]=[]),y[h][d]=u):y[zr(d)+v]=u,w.s.r>l.r&&(w.s.r=l.r),w.s.c>d&&(w.s.c=d),w.e.r<l.r&&(w.e.r=l.r),w.e.c<d&&(w.e.c=d),R&&("XLDAPR"==R.type&&(u.D=!0),R=void 0),P&&(P=void 0);break;case 176:T.push(e);break;case 49:R=((s.xlmeta||{}).Cell||[])[e-1];break;case 494:var D=n["!id"][e.relId];for(D?(e.Target=D.Target,e.loc&&(e.Target+="#"+e.loc),e.Rel=D):""==e.relId&&(e.Target="#"+e.loc),h=e.rfx.s.r;h<=e.rfx.e.r;++h)for(d=e.rfx.s.c;d<=e.rfx.e.c;++d)s.dense?(y[h]||(y[h]=[]),y[h][d]||(y[h][d]={t:"z",v:void 0}),y[h][d].l=e):(g=Vr({c:d,r:h}),y[g]||(y[g]={t:"z",v:void 0}),y[g].l=e);break;case 426:if(!s.cellFormula)break;_.push(e),(b=s.dense?y[h][d]:y[zr(d)+v]).f=qs(e[1],0,{r:l.r,c:d},N,s),b.F=$r(e[0]);break;case 427:if(!s.cellFormula)break;O[Vr(e[0].s)]=e[1],(b=s.dense?y[h][d]:y[zr(d)+v]).f=qs(e[1],0,{r:l.r,c:d},N,s);break;case 60:if(!s.cellStyles)break;for(;e.e>=e.s;)L[e.e--]={width:e.w/256,hidden:!!(1&e.flags),level:e.level},F||(F=!0,wa(e.w/256)),Sa(L[e.e+1]);break;case 161:y["!autofilter"]={ref:$r(e)};break;case 476:y["!margins"]=e;break;case 147:o.Sheets[r]||(o.Sheets[r]={}),e.name&&(o.Sheets[r].CodeName=e.name),(e.above||e.left)&&(y["!outline"]={above:e.above,left:e.left});break;case 137:o.Views||(o.Views=[{}]),o.Views[0]||(o.Views[0]={}),e.RTL&&(o.Views[0].RTL=!0);break;case 485:case 64:case 1053:case 151:case 152:case 175:case 644:case 625:case 562:case 396:case 1112:case 1146:case 471:case 1050:case 649:case 1105:case 589:case 607:case 564:case 1055:case 168:case 174:case 1180:case 499:case 507:case 550:case 171:case 167:case 1177:case 169:case 1181:case 551:case 552:case 661:case 639:case 478:case 537:case 477:case 536:case 1103:case 680:case 1104:case 1024:case 663:case 535:case 678:case 504:case 1043:case 428:case 170:case 3072:case 50:case 2070:case 1045:break;case 35:x=!0;break;case 36:x=!1;break;case 37:S.push(p),x=!0;break;case 38:S.pop(),x=!1;break;default:if(t.T);else if(!x||s.WTF)throw new Error("Unexpected record 0x"+p.toString(16))}}),s),delete s.supbooks,delete s["!row"],!y["!ref"]&&(w.s.r<2e6||c&&(c.e.r>0||c.e.c>0||c.s.r>0||c.s.c>0))&&(y["!ref"]=$r(c||w)),s.sheetRows&&y["!ref"]){var j=Gr(y["!ref"]);s.sheetRows<=+j.e.r&&(j.e.r=s.sheetRows-1,j.e.r>w.e.r&&(j.e.r=w.e.r),j.e.r<j.s.r&&(j.s.r=j.e.r),j.e.c>w.e.c&&(j.e.c=w.e.c),j.e.c<j.s.c&&(j.s.c=j.e.c),y["!fullref"]=y["!ref"],y["!ref"]=$r(j))}return T.length>0&&(y["!merges"]=T),L.length>0&&(y["!cols"]=L),I.length>0&&(y["!rows"]=I),y}(e,n,r,o,i,a,s):_c(e,n,r,o,i,a,s)}function ml(e,t,r,n,o,i,a,s){return".bin"===t.slice(-4)?function(e,t,r,n,o){if(!e)return e;n||(n={"!id":{}});var i={"!type":"chart","!drawel":null,"!rel":""},a=[],s=!1;return Pr(e,(function(e,n,c){switch(c){case 550:i["!rel"]=e;break;case 651:o.Sheets[r]||(o.Sheets[r]={}),e.name&&(o.Sheets[r].CodeName=e.name);break;case 562:case 652:case 669:case 679:case 551:case 552:case 476:case 3072:break;case 35:s=!0;break;case 36:s=!1;break;case 37:a.push(c);break;case 38:a.pop();break;default:if(n.T>0)a.push(c);else if(n.T<0)a.pop();else if(!s||t.WTF)throw new Error("Unexpected record 0x"+c.toString(16))}}),t),n["!id"][i["!rel"]]&&(i["!drawel"]=n["!id"][i["!rel"]]),i}(e,n,r,o,i):function(e,t,r,n,o){if(!e)return e;n||(n={"!id":{}});var i,a={"!type":"chart","!drawel":null,"!rel":""},s=e.match(Tc);return s&&Oc(s[0],0,o,r),(i=e.match(/drawing r:id="(.*?)"/))&&(a["!rel"]=i[1]),n["!id"][a["!rel"]]&&(a["!drawel"]=n["!id"][a["!rel"]]),a}(e,0,r,o,i)}function vl(e,t,r,n){return".bin"===t.slice(-4)?function(e,t,r){var n={NumberFmt:[]};for(var o in M)n.NumberFmt[o]=M[o];n.CellXf=[],n.Fonts=[];var i=[],a=!1;return Pr(e,(function(e,o,s){switch(s){case 44:n.NumberFmt[e[0]]=e[1],be(e[1],e[0]);break;case 43:n.Fonts.push(e),null!=e.color.theme&&t&&t.themeElements&&t.themeElements.clrScheme&&(e.color.rgb=fa(t.themeElements.clrScheme[e.color.theme].rgb,e.color.tint||0));break;case 1025:case 45:case 46:case 48:case 507:case 572:case 475:case 1171:case 2102:case 1130:case 512:case 2095:case 3072:break;case 47:617==i[i.length-1]&&n.CellXf.push(e);break;case 35:a=!0;break;case 36:a=!1;break;case 37:i.push(s),a=!0;break;case 38:i.pop(),a=!1;break;default:if(o.T>0)i.push(s);else if(o.T<0)i.pop();else if(!a||r.WTF&&37!=i[i.length-1])throw new Error("Unexpected record 0x"+s.toString(16))}})),n}(e,r,n):Na(e,r,n)}function bl(e,t,r){return".bin"===t.slice(-4)?function(e,t){var r=[],n=!1;return Pr(e,(function(e,o,i){switch(i){case 159:r.Count=e[0],r.Unique=e[1];break;case 19:r.push(e);break;case 160:return!0;case 35:n=!0;break;case 36:n=!1;break;default:if(o.T,!n||t.WTF)throw new Error("Unexpected record 0x"+i.toString(16))}})),r}(e,r):function(e,t){var r=[],n="";if(!e)return r;var o=e.match(Hi);if(o){n=o[2].replace(Vi,"").split(qi);for(var i=0;i!=n.length;++i){var a=zi(n[i].trim(),t);null!=a&&(r[r.length]=a)}o=gt(o[1]),r.Count=o.count,r.Unique=o.uniqueCount}return r}(e,r)}function yl(e,t,r){return".bin"===t.slice(-4)?function(e,t){var r=[],n=[],o={},i=!1;return Pr(e,(function(e,a,s){switch(s){case 632:n.push(e);break;case 635:o=e;break;case 637:o.t=e.t,o.h=e.h,o.r=e.r;break;case 636:if(o.author=n[o.iauthor],delete o.iauthor,t.sheetRows&&o.rfx&&t.sheetRows<=o.rfx.r)break;o.t||(o.t=""),delete o.rfx,r.push(o);break;case 3072:case 37:case 38:break;case 35:i=!0;break;case 36:i=!1;break;default:if(a.T);else if(!i||t.WTF)throw new Error("Unexpected record 0x"+s.toString(16))}})),r}(e,r):function(e,t){if(e.match(/<(?:\w+:)?comments *\/>/))return[];var r=[],n=[],o=e.match(/<(?:\w+:)?authors>([\s\S]*)<\/(?:\w+:)?authors>/);o&&o[1]&&o[1].split(/<\/\w*:?author>/).forEach((function(e){if(""!==e&&""!==e.trim()){var t=e.match(/<(?:\w+:)?author[^>]*>(.*)/);t&&r.push(t[1])}}));var i=e.match(/<(?:\w+:)?commentList>([\s\S]*)<\/(?:\w+:)?commentList>/);return i&&i[1]&&i[1].split(/<\/\w*:?comment>/).forEach((function(e){if(""!==e&&""!==e.trim()){var o=e.match(/<(?:\w+:)?comment[^>]*>/);if(o){var i=gt(o[0]),a={author:i.authorId&&r[i.authorId]||"sheetjsghost",ref:i.ref,guid:i.guid},s=Hr(i.ref);if(!(t.sheetRows&&t.sheetRows<=s.r)){var c=e.match(/<(?:\w+:)?text>([\s\S]*)<\/(?:\w+:)?text>/),l=!!c&&!!c[1]&&zi(c[1])||{r:"",t:"",h:""};a.r=l.r,"<t></t>"==l.r&&(l.t=l.h=""),a.t=(l.t||"").replace(/\r\n/g,"\n").replace(/\r/g,"\n"),t.cellHTML&&(a.h=l.h),n.push(a)}}}})),n}(e,r)}function wl(e,t,r){return".bin"===t.slice(-4)?function(e,t,r){var n=[];return Pr(e,(function(e,t,r){if(63===r)n.push(e);else if(!t.T)throw new Error("Unexpected record 0x"+r.toString(16))})),n}(e):function(e){var t=[];if(!e)return t;var r=1;return(e.match(ht)||[]).forEach((function(e){var n=gt(e);switch(n[0]){case"<?xml":case"<calcChain":case"<calcChain>":case"</calcChain>":break;case"<c":delete n[0],n.i?r=n.i:n.i=r,t.push(n)}})),t}(e)}function Sl(e,t,r,n){if(".bin"===r.slice(-4))return function(e,t,r,n){if(!e)return e;var o=n||{},i=!1;Pr(e,(function(e,t,r){switch(r){case 359:case 363:case 364:case 366:case 367:case 368:case 369:case 370:case 371:case 472:case 577:case 578:case 579:case 580:case 581:case 582:case 583:case 584:case 585:case 586:case 587:break;case 35:i=!0;break;case 36:i=!1;break;default:if(t.T);else if(!i||o.WTF)throw new Error("Unexpected record 0x"+r.toString(16))}}),o)}(e,0,0,n)}function xl(e,t,r){return".bin"===t.slice(-4)?function(e,t,r){var n={Types:[],Cell:[],Value:[]},o=r||{},i=[],a=!1,s=2;return Pr(e,(function(e,t,r){switch(r){case 335:n.Types.push({name:e.name});break;case 51:e.forEach((function(e){1==s?n.Cell.push({type:n.Types[e[0]-1].name,index:e[1]}):0==s&&n.Value.push({type:n.Types[e[0]-1].name,index:e[1]})}));break;case 337:s=e?1:0;break;case 338:s=2;break;case 35:i.push(r),a=!0;break;case 36:i.pop(),a=!1;break;default:if(t.T);else if(!a||o.WTF&&35!=i[i.length-1])throw new Error("Unexpected record 0x"+r.toString(16))}})),n}(e,0,r):function(e,t,r){var n={Types:[],Cell:[],Value:[]};if(!e)return n;var o,i=!1,a=2;return e.replace(ht,(function(e){var t=gt(e);switch(mt(t[0])){case"<?xml":case"<metadata":case"</metadata>":case"<metadataTypes":case"</metadataTypes>":case"</metadataType>":case"</futureMetadata>":case"<bk>":case"</bk>":case"</rc>":case"<extLst":case"<extLst>":case"</extLst>":case"<extLst/>":break;case"<metadataType":n.Types.push({name:t.name});break;case"<futureMetadata":for(var s=0;s<n.Types.length;++s)n.Types[s].name==t.name&&(o=n.Types[s]);break;case"<rc":1==a?n.Cell.push({type:n.Types[t.t-1].name,index:+t.v}):0==a&&n.Value.push({type:n.Types[t.t-1].name,index:+t.v});break;case"<cellMetadata":a=1;break;case"</cellMetadata>":case"</valueMetadata>":a=2;break;case"<valueMetadata":a=0;break;case"<ext":i=!0;break;case"</ext>":i=!1;break;case"<rvb":if(!o)break;o.offsets||(o.offsets=[]),o.offsets.push(+t.i);break;default:if(!i&&r.WTF)throw new Error("unrecognized "+t[0]+" in metadata")}return e})),n}(e,0,r)}function kl(e,t,r,n,o){return(".bin"===t.slice(-4)?Yc:Ic)(e,r,n,o)}function Tl(e,t,r){return(".bin"===t.slice(-4)?fs:cs)(e,r)}var Al,El=/([\w:]+)=((?:")([^"]*)(?:")|(?:')([^']*)(?:'))/g,_l=/([\w:]+)=((?:")(?:[^"]*)(?:")|(?:')(?:[^']*)(?:'))/;function Ol(e,t){var r=e.split(/\s+/),n=[];if(t||(n[0]=r[0]),1===r.length)return n;var o,i,a,s=e.match(El);if(s)for(a=0;a!=s.length;++a)-1===(i=(o=s[a].match(_l))[1].indexOf(":"))?n[o[1]]=o[2].slice(1,o[2].length-1):n["xmlns:"===o[1].slice(0,6)?"xmlns"+o[1].slice(6):o[1].slice(i+1)]=o[2].slice(1,o[2].length-1);return n}function Nl(e){var t={};if(1===e.split(/\s+/).length)return t;var r,n,o,i=e.match(El);if(i)for(o=0;o!=i.length;++o)-1===(n=(r=i[o].match(_l))[1].indexOf(":"))?t[r[1]]=r[2].slice(1,r[2].length-1):t["xmlns:"===r[1].slice(0,6)?"xmlns"+r[1].slice(6):r[1].slice(n+1)]=r[2].slice(1,r[2].length-1);return t}function Cl(e,t,r,n){var o=n;switch((r[0].match(/dt:dt="([\w.]+)"/)||["",""])[1]){case"boolean":o=_t(n);break;case"i2":case"int":o=parseInt(n,10);break;case"r4":case"float":o=parseFloat(n);break;case"date":case"dateTime.tz":o=He(n);break;case"i8":case"string":case"fixed":case"uuid":case"bin.base64":break;default:throw new Error("bad custprop:"+r[0])}e[yt(t)]=o}function Rl(e,t,r){if("z"!==e.t){if(!r||!1!==r.cellText)try{"e"===e.t?e.w=e.w||Bn[e.v]:"General"===t?"n"===e.t?(0|e.v)===e.v?e.w=e.v.toString(10):e.w=Y(e.v):e.w=K(e.v):e.w=function(e,t){var r=Al[e]||yt(e);return"General"===r?K(t):ve(r,t)}(t||"General",e.v)}catch(e){if(r.WTF)throw e}try{var n=Al[t]||t||"General";if(r.cellNF&&(e.z=n),r.cellDates&&"n"==e.t&&de(n)){var o=z(e.v);o&&(e.t="d",e.v=new Date(o.y,o.m-1,o.d,o.H,o.M,o.S,o.u))}}catch(e){if(r.WTF)throw e}}}function Pl(e,t,r){if(r.cellStyles&&t.Interior){var n=t.Interior;n.Pattern&&(n.patternType=Aa[n.Pattern]||n.Pattern)}e[t.ID]=t}function Ll(e,t,r,n,o,i,a,s,c,l){var u="General",f=n.StyleID,h={};l=l||{};var d=[],p=0;for(void 0===f&&s&&(f=s.StyleID),void 0===f&&a&&(f=a.StyleID);void 0!==i[f]&&(i[f].nf&&(u=i[f].nf),i[f].Interior&&d.push(i[f].Interior),i[f].Parent);)f=i[f].Parent;switch(r.Type){case"Boolean":n.t="b",n.v=_t(e);break;case"String":n.t="s",n.r=Et(yt(e)),n.v=e.indexOf("<")>-1?yt(t||e).replace(/<.*?>/g,""):n.r;break;case"DateTime":"Z"!=e.slice(-1)&&(e+="Z"),n.v=(He(e)-new Date(Date.UTC(1899,11,30)))/864e5,n.v!=n.v?n.v=yt(e):n.v<60&&(n.v=n.v-1),u&&"General"!=u||(u="yyyy-mm-dd");case"Number":void 0===n.v&&(n.v=+e),n.t||(n.t="n");break;case"Error":n.t="e",n.v=Wn[e],!1!==l.cellText&&(n.w=e);break;default:""==e&&""==t?n.t="z":(n.t="s",n.v=Et(t||e))}if(Rl(n,u,l),!1!==l.cellFormula)if(n.Formula){var g=yt(n.Formula);61==g.charCodeAt(0)&&(g=g.slice(1)),n.f=ps(g,o),delete n.Formula,"RC"==n.ArrayRange?n.F=ps("RC:RC",o):n.ArrayRange&&(n.F=ps(n.ArrayRange,o),c.push([Gr(n.F),n.F]))}else for(p=0;p<c.length;++p)o.r>=c[p][0].s.r&&o.r<=c[p][0].e.r&&o.c>=c[p][0].s.c&&o.c<=c[p][0].e.c&&(n.F=c[p][1]);l.cellStyles&&(d.forEach((function(e){!h.patternType&&e.patternType&&(h.patternType=e.patternType)})),n.s=h),void 0!==n.StyleID&&(n.ixfe=n.StyleID)}function Il(e){e.t=e.v||"",e.t=e.t.replace(/\r\n/g,"\n").replace(/\r/g,"\n"),e.v=e.w=e.ixfe=void 0}function Fl(e,r){var n=r||{};we();var o=f(qt(e));"binary"!=n.type&&"array"!=n.type&&"base64"!=n.type||(o=void 0!==t?t.utils.decode(65001,l(o)):Pt(o));var i,a=o.slice(0,1024).toLowerCase(),s=!1;if((1023&(a=a.replace(/".*?"/g,"")).indexOf(">"))>Math.min(1023&a.indexOf(","),1023&a.indexOf(";"))){var c=qe(n);return c.type="string",Ii.to_workbook(o,c)}if(-1==a.indexOf("<?xml")&&["html","table","head","meta","script","style","div"].forEach((function(e){a.indexOf("<"+e)>=0&&(s=!0)})),s)return function(e,t){var r=e.match(/<table[\s\S]*?>[\s\S]*?<\/table>/gi);if(!r||0==r.length)throw new Error("Invalid HTML: could not find <table>");if(1==r.length)return Kr(uu(r[0],t),t);var n={SheetNames:[],Sheets:{}};return r.forEach((function(e,r){If(n,uu(e,t),"Sheet"+(r+1))})),n}(o,n);Al={"General Number":"General","General Date":M[22],"Long Date":"dddd, mmmm dd, yyyy","Medium Date":M[15],"Short Date":M[14],"Long Time":M[19],"Medium Time":M[18],"Short Time":M[20],Currency:'"$"#,##0.00_);[Red]\\("$"#,##0.00\\)',Fixed:M[2],Standard:M[4],Percent:M[10],Scientific:M[11],"Yes/No":'"Yes";"Yes";"No";@',"True/False":'"True";"True";"False";@',"On/Off":'"Yes";"Yes";"No";@'};var u,h=[];null!=p&&null==n.dense&&(n.dense=p);var d,g={},m=[],v=n.dense?[]:{},b="",y={},w={},S=Ol('<Data ss:Type="String">'),x=0,k=0,T=0,A={s:{r:2e6,c:2e6},e:{r:0,c:0}},E={},_={},O="",N=0,C=[],R={},P={},L=0,I=[],F=[],j={},D=[],B=!1,W=[],U=[],z={},H=0,V=0,q={Sheets:[],WBProps:{date1904:!1}},$={};$t.lastIndex=0,o=o.replace(/<!--([\s\S]*?)-->/gm,"");for(var G="";i=$t.exec(o);)switch(i[3]=(G=i[3]).toLowerCase()){case"data":if("data"==G){if("/"===i[1]){if((u=h.pop())[0]!==i[3])throw new Error("Bad state: "+u.join("|"))}else"/"!==i[0].charAt(i[0].length-2)&&h.push([i[3],!0]);break}if(h[h.length-1][1])break;"/"===i[1]?Ll(o.slice(x,i.index),O,S,"comment"==h[h.length-1][0]?j:y,{c:k,r:T},E,D[k],w,W,n):(O="",S=Ol(i[0]),x=i.index+i[0].length);break;case"cell":if("/"===i[1])if(F.length>0&&(y.c=F),(!n.sheetRows||n.sheetRows>T)&&void 0!==y.v&&(n.dense?(v[T]||(v[T]=[]),v[T][k]=y):v[zr(k)+Wr(T)]=y),y.HRef&&(y.l={Target:yt(y.HRef)},y.HRefScreenTip&&(y.l.Tooltip=y.HRefScreenTip),delete y.HRef,delete y.HRefScreenTip),(y.MergeAcross||y.MergeDown)&&(H=k+(0|parseInt(y.MergeAcross,10)),V=T+(0|parseInt(y.MergeDown,10)),C.push({s:{c:k,r:T},e:{c:H,r:V}})),n.sheetStubs)if(y.MergeAcross||y.MergeDown){for(var X=k;X<=H;++X)for(var Y=T;Y<=V;++Y)(X>k||Y>T)&&(n.dense?(v[Y]||(v[Y]=[]),v[Y][X]={t:"z"}):v[zr(X)+Wr(Y)]={t:"z"});k=H+1}else++k;else y.MergeAcross?k=H+1:++k;else(y=Nl(i[0])).Index&&(k=+y.Index-1),k<A.s.c&&(A.s.c=k),k>A.e.c&&(A.e.c=k),"/>"===i[0].slice(-2)&&++k,F=[];break;case"row":"/"===i[1]||"/>"===i[0].slice(-2)?(T<A.s.r&&(A.s.r=T),T>A.e.r&&(A.e.r=T),"/>"===i[0].slice(-2)&&(w=Ol(i[0])).Index&&(T=+w.Index-1),k=0,++T):((w=Ol(i[0])).Index&&(T=+w.Index-1),z={},("0"==w.AutoFitHeight||w.Height)&&(z.hpx=parseInt(w.Height,10),z.hpt=ka(z.hpx),U[T]=z),"1"==w.Hidden&&(z.hidden=!0,U[T]=z));break;case"worksheet":if("/"===i[1]){if((u=h.pop())[0]!==i[3])throw new Error("Bad state: "+u.join("|"));m.push(b),A.s.r<=A.e.r&&A.s.c<=A.e.c&&(v["!ref"]=$r(A),n.sheetRows&&n.sheetRows<=A.e.r&&(v["!fullref"]=v["!ref"],A.e.r=n.sheetRows-1,v["!ref"]=$r(A))),C.length&&(v["!merges"]=C),D.length>0&&(v["!cols"]=D),U.length>0&&(v["!rows"]=U),g[b]=v}else A={s:{r:2e6,c:2e6},e:{r:0,c:0}},T=k=0,h.push([i[3],!1]),u=Ol(i[0]),b=yt(u.Name),v=n.dense?[]:{},C=[],W=[],U=[],$={name:b,Hidden:0},q.Sheets.push($);break;case"table":if("/"===i[1]){if((u=h.pop())[0]!==i[3])throw new Error("Bad state: "+u.join("|"))}else{if("/>"==i[0].slice(-2))break;h.push([i[3],!1]),D=[],B=!1}break;case"style":"/"===i[1]?Pl(E,_,n):_=Ol(i[0]);break;case"numberformat":_.nf=yt(Ol(i[0]).Format||"General"),Al[_.nf]&&(_.nf=Al[_.nf]);for(var K=0;392!=K&&M[K]!=_.nf;++K);if(392==K)for(K=57;392!=K;++K)if(null==M[K]){be(_.nf,K);break}break;case"column":if("table"!==h[h.length-1][0])break;if((d=Ol(i[0])).Hidden&&(d.hidden=!0,delete d.Hidden),d.Width&&(d.wpx=parseInt(d.Width,10)),!B&&d.wpx>10){B=!0,ga=ha;for(var J=0;J<D.length;++J)D[J]&&Sa(D[J])}B&&Sa(d),D[d.Index-1||D.length]=d;for(var Z=0;Z<+d.Span;++Z)D[D.length]=qe(d);break;case"namedrange":if("/"===i[1])break;q.Names||(q.Names=[]);var Q=gt(i[0]),ee={Name:Q.Name,Ref:ps(Q.RefersTo.slice(1),{r:0,c:0})};q.Sheets.length>0&&(ee.Sheet=q.Sheets.length-1),q.Names.push(ee);break;case"namedcell":case"b":case"i":case"u":case"s":case"em":case"h2":case"h3":case"sub":case"sup":case"span":case"alignment":case"borders":case"border":case"protection":case"paragraphs":case"name":case"pixelsperinch":case"null":break;case"font":if("/>"===i[0].slice(-2))break;"/"===i[1]?O+=o.slice(N,i.index):N=i.index+i[0].length;break;case"interior":if(!n.cellStyles)break;_.Interior=Ol(i[0]);break;case"author":case"title":case"description":case"created":case"keywords":case"subject":case"category":case"company":case"lastauthor":case"lastsaved":case"lastprinted":case"version":case"revision":case"totaltime":case"hyperlinkbase":case"manager":case"contentstatus":case"identifier":case"language":case"appname":if("/>"===i[0].slice(-2))break;"/"===i[1]?ho(R,G,o.slice(L,i.index)):L=i.index+i[0].length;break;case"styles":case"workbook":if("/"===i[1]){if((u=h.pop())[0]!==i[3])throw new Error("Bad state: "+u.join("|"))}else h.push([i[3],!1]);break;case"comment":if("/"===i[1]){if((u=h.pop())[0]!==i[3])throw new Error("Bad state: "+u.join("|"));Il(j),F.push(j)}else h.push([i[3],!1]),j={a:(u=Ol(i[0])).Author};break;case"autofilter":if("/"===i[1]){if((u=h.pop())[0]!==i[3])throw new Error("Bad state: "+u.join("|"))}else if("/"!==i[0].charAt(i[0].length-2)){var te=Ol(i[0]);v["!autofilter"]={ref:ps(te.Range).replace(/\$/g,"")},h.push([i[3],!0])}break;case"datavalidation":if("/"===i[1]){if((u=h.pop())[0]!==i[3])throw new Error("Bad state: "+u.join("|"))}else"/"!==i[0].charAt(i[0].length-2)&&h.push([i[3],!0]);break;case"componentoptions":case"documentproperties":case"customdocumentproperties":case"officedocumentsettings":case"pivottable":case"pivotcache":case"names":case"mapinfo":case"pagebreaks":case"querytable":case"sorting":case"schema":case"conditionalformatting":case"smarttagtype":case"smarttags":case"excelworkbook":case"workbookoptions":case"worksheetoptions":if("/"===i[1]){if((u=h.pop())[0]!==i[3])throw new Error("Bad state: "+u.join("|"))}else"/"!==i[0].charAt(i[0].length-2)&&h.push([i[3],!0]);break;default:if(0==h.length&&"document"==i[3])return ku(o,n);if(0==h.length&&"uof"==i[3])return ku(o,n);var re=!0;switch(h[h.length-1][0]){case"officedocumentsettings":switch(i[3]){case"allowpng":case"removepersonalinformation":case"downloadcomponents":case"locationofcomponents":case"colors":case"color":case"index":case"rgb":case"targetscreensize":case"readonlyrecommended":break;default:re=!1}break;case"componentoptions":switch(i[3]){case"toolbar":case"hideofficelogo":case"spreadsheetautofit":case"label":case"caption":case"maxheight":case"maxwidth":case"nextsheetnumber":break;default:re=!1}break;case"excelworkbook":switch(i[3]){case"date1904":q.WBProps.date1904=!0;break;case"windowheight":case"windowwidth":case"windowtopx":case"windowtopy":case"tabratio":case"protectstructure":case"protectwindow":case"protectwindows":case"activesheet":case"displayinknotes":case"firstvisiblesheet":case"supbook":case"sheetname":case"sheetindex":case"sheetindexfirst":case"sheetindexlast":case"dll":case"acceptlabelsinformulas":case"donotsavelinkvalues":case"iteration":case"maxiterations":case"maxchange":case"path":case"xct":case"count":case"selectedsheets":case"calculation":case"uncalced":case"startupprompt":case"crn":case"externname":case"formula":case"colfirst":case"collast":case"wantadvise":case"boolean":case"error":case"text":case"ole":case"noautorecover":case"publishobjects":case"donotcalculatebeforesave":case"number":case"refmoder1c1":case"embedsavesmarttags":break;default:re=!1}break;case"workbookoptions":switch(i[3]){case"owcversion":case"height":case"width":break;default:re=!1}break;case"worksheetoptions":switch(i[3]){case"visible":if("/>"===i[0].slice(-2));else if("/"===i[1])switch(o.slice(L,i.index)){case"SheetHidden":$.Hidden=1;break;case"SheetVeryHidden":$.Hidden=2}else L=i.index+i[0].length;break;case"header":v["!margins"]||dc(v["!margins"]={},"xlml"),isNaN(+gt(i[0]).Margin)||(v["!margins"].header=+gt(i[0]).Margin);break;case"footer":v["!margins"]||dc(v["!margins"]={},"xlml"),isNaN(+gt(i[0]).Margin)||(v["!margins"].footer=+gt(i[0]).Margin);break;case"pagemargins":var ne=gt(i[0]);v["!margins"]||dc(v["!margins"]={},"xlml"),isNaN(+ne.Top)||(v["!margins"].top=+ne.Top),isNaN(+ne.Left)||(v["!margins"].left=+ne.Left),isNaN(+ne.Right)||(v["!margins"].right=+ne.Right),isNaN(+ne.Bottom)||(v["!margins"].bottom=+ne.Bottom);break;case"displayrighttoleft":q.Views||(q.Views=[]),q.Views[0]||(q.Views[0]={}),q.Views[0].RTL=!0;break;case"freezepanes":case"frozennosplit":case"splithorizontal":case"splitvertical":case"donotdisplaygridlines":case"activerow":case"activecol":case"toprowbottompane":case"leftcolumnrightpane":case"unsynced":case"print":case"printerrors":case"panes":case"scale":case"pane":case"number":case"layout":case"pagesetup":case"selected":case"protectobjects":case"enableselection":case"protectscenarios":case"validprinterinfo":case"horizontalresolution":case"verticalresolution":case"numberofcopies":case"activepane":case"toprowvisible":case"leftcolumnvisible":case"fittopage":case"rangeselection":case"papersizeindex":case"pagelayoutzoom":case"pagebreakzoom":case"filteron":case"fitwidth":case"fitheight":case"commentslayout":case"zoom":case"lefttoright":case"gridlines":case"allowsort":case"allowfilter":case"allowinsertrows":case"allowdeleterows":case"allowinsertcols":case"allowdeletecols":case"allowinserthyperlinks":case"allowformatcells":case"allowsizecols":case"allowsizerows":case"tabcolorindex":case"donotdisplayheadings":case"showpagelayoutzoom":case"blackandwhite":case"donotdisplayzeros":case"displaypagebreak":case"rowcolheadings":case"donotdisplayoutline":case"noorientation":case"allowusepivottables":case"zeroheight":case"viewablerange":case"selection":case"protectcontents":break;case"nosummaryrowsbelowdetail":v["!outline"]||(v["!outline"]={}),v["!outline"].above=!0;break;case"nosummarycolumnsrightdetail":v["!outline"]||(v["!outline"]={}),v["!outline"].left=!0;break;default:re=!1}break;case"pivottable":case"pivotcache":switch(i[3]){case"immediateitemsondrop":case"showpagemultipleitemlabel":case"compactrowindent":case"location":case"pivotfield":case"orientation":case"layoutform":case"layoutsubtotallocation":case"layoutcompactrow":case"position":case"pivotitem":case"datatype":case"datafield":case"sourcename":case"parentfield":case"ptlineitems":case"ptlineitem":case"countofsameitems":case"item":case"itemtype":case"ptsource":case"cacheindex":case"consolidationreference":case"filename":case"reference":case"nocolumngrand":case"norowgrand":case"blanklineafteritems":case"hidden":case"subtotal":case"basefield":case"mapchilditems":case"function":case"refreshonfileopen":case"printsettitles":case"mergelabels":case"defaultversion":case"refreshname":case"refreshdate":case"refreshdatecopy":case"versionlastrefresh":case"versionlastupdate":case"versionupdateablemin":case"versionrefreshablemin":case"calculation":break;default:re=!1}break;case"pagebreaks":switch(i[3]){case"colbreaks":case"colbreak":case"rowbreaks":case"rowbreak":case"colstart":case"colend":case"rowend":break;default:re=!1}break;case"autofilter":switch(i[3]){case"autofiltercolumn":case"autofiltercondition":case"autofilterand":case"autofilteror":break;default:re=!1}break;case"querytable":switch(i[3]){case"id":case"autoformatfont":case"autoformatpattern":case"querysource":case"querytype":case"enableredirections":case"refreshedinxl9":case"urlstring":case"htmltables":case"connection":case"commandtext":case"refreshinfo":case"notitles":case"nextid":case"columninfo":case"overwritecells":case"donotpromptforfile":case"textwizardsettings":case"source":case"number":case"decimal":case"thousandseparator":case"trailingminusnumbers":case"formatsettings":case"fieldtype":case"delimiters":case"tab":case"comma":case"autoformatname":case"versionlastedit":case"versionlastrefresh":break;default:re=!1}break;case"datavalidation":switch(i[3]){case"range":case"type":case"min":case"max":case"sort":case"descending":case"order":case"casesensitive":case"value":case"errorstyle":case"errormessage":case"errortitle":case"inputmessage":case"inputtitle":case"combohide":case"inputhide":case"condition":case"qualifier":case"useblank":case"value1":case"value2":case"format":case"cellrangelist":break;default:re=!1}break;case"sorting":case"conditionalformatting":switch(i[3]){case"range":case"type":case"min":case"max":case"sort":case"descending":case"order":case"casesensitive":case"value":case"errorstyle":case"errormessage":case"errortitle":case"cellrangelist":case"inputmessage":case"inputtitle":case"combohide":case"inputhide":case"condition":case"qualifier":case"useblank":case"value1":case"value2":case"format":break;default:re=!1}break;case"mapinfo":case"schema":case"data":switch(i[3]){case"map":case"entry":case"range":case"xpath":case"field":case"xsdtype":case"filteron":case"aggregate":case"elementtype":case"attributetype":case"schema":case"element":case"complextype":case"datatype":case"all":case"attribute":case"extends":case"row":break;default:re=!1}break;case"smarttags":break;default:re=!1}if(re)break;if(i[3].match(/!\[CDATA/))break;if(!h[h.length-1][1])throw"Unrecognized tag: "+i[3]+"|"+h.join("|");if("customdocumentproperties"===h[h.length-1][0]){if("/>"===i[0].slice(-2))break;"/"===i[1]?Cl(P,G,I,o.slice(L,i.index)):(I=i,L=i.index+i[0].length);break}if(n.WTF)throw"Unrecognized tag: "+i[3]+"|"+h.join("|")}var oe={};return n.bookSheets||n.bookProps||(oe.Sheets=g),oe.SheetNames=m,oe.Workbook=q,oe.SSF=qe(M),oe.Props=R,oe.Custprops=P,oe}function jl(e,t){switch(tf(t=t||{}),t.type||"base64"){case"base64":return Fl(v(e),t);case"binary":case"buffer":case"file":return Fl(e,t);case"array":return Fl(T(e),t)}}function Dl(e,t){var r=[];return e.Props&&r.push(function(e,t){var r=[];return Ne(fo).map((function(e){for(var t=0;t<Qn.length;++t)if(Qn[t][1]==e)return Qn[t];for(t=0;t<oo.length;++t)if(oo[t][1]==e)return oo[t];throw e})).forEach((function(n){if(null!=e[n[1]]){var o=t&&t.Props&&null!=t.Props[n[1]]?t.Props[n[1]]:e[n[1]];"date"===n[2]&&(o=new Date(o).toISOString().replace(/\.\d*Z/,"Z")),"number"==typeof o?o=String(o):!0===o||!1===o?o=o?"1":"0":o instanceof Date&&(o=new Date(o).toISOString().replace(/\.\d*Z/,"")),r.push(Ut(fo[n[1]]||n[1],o))}})),Ht("DocumentProperties",r.join(""),{xmlns:Yt.o})}(e.Props,t)),e.Custprops&&r.push(function(e,t){var r=["Worksheets","SheetNames"],n="CustomDocumentProperties",o=[];return e&&Ne(e).forEach((function(t){if(Object.prototype.hasOwnProperty.call(e,t)){for(var n=0;n<Qn.length;++n)if(t==Qn[n][1])return;for(n=0;n<oo.length;++n)if(t==oo[n][1])return;for(n=0;n<r.length;++n)if(t==r[n])return;var i=e[t],a="string";"number"==typeof i?(a="float",i=String(i)):!0===i||!1===i?(a="boolean",i=i?"1":"0"):i=String(i),o.push(Ht(kt(t),i,{"dt:dt":a}))}})),t&&Ne(t).forEach((function(r){if(Object.prototype.hasOwnProperty.call(t,r)&&(!e||!Object.prototype.hasOwnProperty.call(e,r))){var n=t[r],i="string";"number"==typeof n?(i="float",n=String(n)):!0===n||!1===n?(i="boolean",n=n?"1":"0"):n instanceof Date?(i="dateTime.tz",n=n.toISOString()):n=String(n),o.push(Ht(kt(r),n,{"dt:dt":i}))}})),"<"+n+' xmlns="'+Yt.o+'">'+o.join("")+"</"+n+">"}(e.Props,e.Custprops)),r.join("")}function Ml(e){return Ht("NamedRange",null,{"ss:Name":e.Name,"ss:RefersTo":"="+ms(e.Ref,{r:0,c:0})})}function Bl(e,t,r,n,o,i,a){if(!e||null==e.v&&null==e.f)return"";var s={};if(e.f&&(s["ss:Formula"]="="+xt(ms(e.f,a))),e.F&&e.F.slice(0,t.length)==t){var c=Hr(e.F.slice(t.length+1));s["ss:ArrayRange"]="RC:R"+(c.r==a.r?"":"["+(c.r-a.r)+"]")+"C"+(c.c==a.c?"":"["+(c.c-a.c)+"]")}if(e.l&&e.l.Target&&(s["ss:HRef"]=xt(e.l.Target),e.l.Tooltip&&(s["x:HRefScreenTip"]=xt(e.l.Tooltip))),r["!merges"])for(var l=r["!merges"],u=0;u!=l.length;++u)l[u].s.c==a.c&&l[u].s.r==a.r&&(l[u].e.c>l[u].s.c&&(s["ss:MergeAcross"]=l[u].e.c-l[u].s.c),l[u].e.r>l[u].s.r&&(s["ss:MergeDown"]=l[u].e.r-l[u].s.r));var f="",h="";switch(e.t){case"z":if(!n.sheetStubs)return"";break;case"n":f="Number",h=String(e.v);break;case"b":f="Boolean",h=e.v?"1":"0";break;case"e":f="Error",h=Bn[e.v];break;case"d":f="DateTime",h=new Date(e.v).toISOString(),null==e.z&&(e.z=e.z||M[14]);break;case"s":f="String",h=function(e){return(e+"").replace(wt,(function(e){return bt[e]})).replace(Tt,(function(e){return"&#x"+e.charCodeAt(0).toString(16).toUpperCase()+";"}))}(e.v||"")}var d=pc(n.cellXfs,e,n);s["ss:StyleID"]="s"+(21+d),s["ss:Index"]=a.c+1;var p=null!=e.v?h:"",g="z"==e.t?"":'<Data ss:Type="'+f+'">'+p+"</Data>";return(e.c||[]).length>0&&(g+=function(e){return e.map((function(e){var t=function(e){return e.replace(/(\r\n|[\r\n])/g,"&#10;")}(e.t||""),r=Ht("ss:Data",t,{xmlns:"http://www.w3.org/TR/REC-html40"});return Ht("Comment",r,{"ss:Author":e.a})})).join("")}(e.c)),Ht("Cell",g,s)}function Wl(e,t){var r='<Row ss:Index="'+(e+1)+'"';return t&&(t.hpt&&!t.hpx&&(t.hpx=Ta(t.hpt)),t.hpx&&(r+=' ss:AutoFitHeight="0" ss:Height="'+t.hpx+'"'),t.hidden&&(r+=' ss:Hidden="1"')),r+">"}function Ul(e,t,r){var n=[],o=r.SheetNames[e],i=r.Sheets[o],a=i?function(e,t,r,n){if(!e)return"";if(!((n||{}).Workbook||{}).Names)return"";for(var o=n.Workbook.Names,i=[],a=0;a<o.length;++a){var s=o[a];s.Sheet==r&&(s.Name.match(/^_xlfn\./)||i.push(Ml(s)))}return i.join("")}(i,0,e,r):"";return a.length>0&&n.push("<Names>"+a+"</Names>"),a=i?function(e,t,r,n){if(!e["!ref"])return"";var o=Gr(e["!ref"]),i=e["!merges"]||[],a=0,s=[];e["!cols"]&&e["!cols"].forEach((function(e,t){Sa(e);var r=!!e.width,n=hc(t,e),o={"ss:Index":t+1};r&&(o["ss:Width"]=ma(n.width)),e.hidden&&(o["ss:Hidden"]="1"),s.push(Ht("Column",null,o))}));for(var c=Array.isArray(e),l=o.s.r;l<=o.e.r;++l){for(var u=[Wl(l,(e["!rows"]||[])[l])],f=o.s.c;f<=o.e.c;++f){var h=!1;for(a=0;a!=i.length;++a)if(!(i[a].s.c>f||i[a].s.r>l||i[a].e.c<f||i[a].e.r<l)){i[a].s.c==f&&i[a].s.r==l||(h=!0);break}if(!h){var d={r:l,c:f},p=Vr(d),g=c?(e[l]||[])[f]:e[p];u.push(Bl(g,p,e,t,0,0,d))}}u.push("</Row>"),u.length>2&&s.push(u.join(""))}return s.join("")}(i,t):"",a.length>0&&n.push("<Table>"+a+"</Table>"),n.push(function(e,t,r,n){if(!e)return"";var o=[];if(e["!margins"]&&(o.push("<PageSetup>"),e["!margins"].header&&o.push(Ht("Header",null,{"x:Margin":e["!margins"].header})),e["!margins"].footer&&o.push(Ht("Footer",null,{"x:Margin":e["!margins"].footer})),o.push(Ht("PageMargins",null,{"x:Bottom":e["!margins"].bottom||"0.75","x:Left":e["!margins"].left||"0.7","x:Right":e["!margins"].right||"0.7","x:Top":e["!margins"].top||"0.75"})),o.push("</PageSetup>")),n&&n.Workbook&&n.Workbook.Sheets&&n.Workbook.Sheets[r])if(n.Workbook.Sheets[r].Hidden)o.push(Ht("Visible",1==n.Workbook.Sheets[r].Hidden?"SheetHidden":"SheetVeryHidden",{}));else{for(var i=0;i<r&&(!n.Workbook.Sheets[i]||n.Workbook.Sheets[i].Hidden);++i);i==r&&o.push("<Selected/>")}return((((n||{}).Workbook||{}).Views||[])[0]||{}).RTL&&o.push("<DisplayRightToLeft/>"),e["!protect"]&&(o.push(Ut("ProtectContents","True")),e["!protect"].objects&&o.push(Ut("ProtectObjects","True")),e["!protect"].scenarios&&o.push(Ut("ProtectScenarios","True")),null==e["!protect"].selectLockedCells||e["!protect"].selectLockedCells?null==e["!protect"].selectUnlockedCells||e["!protect"].selectUnlockedCells||o.push(Ut("EnableSelection","UnlockedCells")):o.push(Ut("EnableSelection","NoSelection")),[["formatCells","AllowFormatCells"],["formatColumns","AllowSizeCols"],["formatRows","AllowSizeRows"],["insertColumns","AllowInsertCols"],["insertRows","AllowInsertRows"],["insertHyperlinks","AllowInsertHyperlinks"],["deleteColumns","AllowDeleteCols"],["deleteRows","AllowDeleteRows"],["sort","AllowSort"],["autoFilter","AllowFilter"],["pivotTables","AllowUsePivotTables"]].forEach((function(t){e["!protect"][t[0]]&&o.push("<"+t[1]+"/>")}))),0==o.length?"":Ht("WorksheetOptions",o.join(""),{xmlns:Yt.x})}(i,0,e,r)),n.join("")}function zl(e,t){t||(t={}),e.SSF||(e.SSF=qe(M)),e.SSF&&(we(),ye(e.SSF),t.revssf=Pe(e.SSF),t.revssf[e.SSF[65535]]=0,t.ssf=e.SSF,t.cellXfs=[],pc(t.cellXfs,{},{revssf:{General:0}}));var r=[];r.push(Dl(e,t)),r.push(""),r.push(""),r.push("");for(var n=0;n<e.SheetNames.length;++n)r.push(Ht("Worksheet",Ul(n,t,e),{"ss:Name":xt(e.SheetNames[n])}));return r[2]=function(e,t){var r=['<Style ss:ID="Default" ss:Name="Normal"><NumberFormat/></Style>'];return t.cellXfs.forEach((function(e,t){var n=[];n.push(Ht("NumberFormat",null,{"ss:Format":xt(M[e.numFmtId])}));var o={"ss:ID":"s"+(21+t)};r.push(Ht("Style",n.join(""),o))})),Ht("Styles",r.join(""))}(0,t),r[3]=function(e){if(!((e||{}).Workbook||{}).Names)return"";for(var t=e.Workbook.Names,r=[],n=0;n<t.length;++n){var o=t[n];null==o.Sheet&&(o.Name.match(/^_xlfn\./)||r.push(Ml(o)))}return Ht("Names",r.join(""))}(e),lt+Ht("Workbook",r.join(""),{xmlns:Yt.ss,"xmlns:o":Yt.o,"xmlns:x":Yt.x,"xmlns:ss":Yt.ss,"xmlns:dt":Yt.dt,"xmlns:html":Yt.html})}function Hl(e){var t={},r=e.content;if(r.l=28,t.AnsiUserType=r._R(0,"lpstr-ansi"),t.AnsiClipboardFormat=function(e){return En(e,1)}(r),r.length-r.l<=4)return t;var n=r._R(4);return 0==n||n>40?t:(r.l-=4,t.Reserved1=r._R(0,"lpstr-ansi"),r.length-r.l<=4||1907505652!==(n=r._R(4))?t:(t.UnicodeClipboardFormat=function(e){return En(e,2)}(r),0==(n=r._R(4))||n>40?t:(r.l-=4,void(t.Reserved2=r._R(0,"lpwstr")))))}var Vl=[60,1084,2066,2165,2175];function ql(e,t,r,n,o){var i=n,a=[],s=r.slice(r.l,r.l+i);if(o&&o.enc&&o.enc.insitu&&s.length>0)switch(e){case 9:case 521:case 1033:case 2057:case 47:case 405:case 225:case 406:case 312:case 404:case 10:case 133:break;default:o.enc.insitu(s)}a.push(s),r.l+=i;for(var c=br(r,r.l),l=Ql[c],u=0;null!=l&&Vl.indexOf(c)>-1;)i=br(r,r.l+2),u=r.l+4,2066==c?u+=4:2165!=c&&2175!=c||(u+=12),s=r.slice(u,r.l+4+i),a.push(s),r.l+=4+i,l=Ql[c=br(r,r.l)];var f=E(a);Nr(f,0);var h=0;f.lens=[];for(var d=0;d<a.length;++d)f.lens.push(h),h+=a[d].length;if(f.length<n)throw"XLS Record 0x"+e.toString(16)+" Truncated: "+f.length+" < "+n;return t.f(f,f.length,o)}function $l(e,t,r){if("z"!==e.t&&e.XF){var n=0;try{n=e.z||e.XF.numFmtId||0,t.cellNF&&(e.z=M[n])}catch(e){if(t.WTF)throw e}if(!t||!1!==t.cellText)try{"e"===e.t?e.w=e.w||Bn[e.v]:0===n||"General"==n?"n"===e.t?(0|e.v)===e.v?e.w=e.v.toString(10):e.w=Y(e.v):e.w=K(e.v):e.w=ve(n,e.v,{date1904:!!r,dateNF:t&&t.dateNF})}catch(e){if(t.WTF)throw e}if(t.cellDates&&n&&"n"==e.t&&de(M[n]||String(n))){var o=z(e.v);o&&(e.t="d",e.v=new Date(o.y,o.m-1,o.d,o.H,o.M,o.S,o.u))}}}function Gl(e,t,r){return{v:e,ixfe:t,t:r}}function Xl(e,t){var r={opts:{}},n={};null!=p&&null==t.dense&&(t.dense=p);var o,i,a,c,l,u,f,h,d=t.dense?[]:{},g={},m={},v=null,b=[],y="",w={},S="",x={},k=[],T=[],A=[],E={Sheets:[],WBProps:{date1904:!1},Views:[{}]},_={},O=function(e){return e<8?Mn[e]:e<64&&A[e-8]||Mn[e]},N=function(e,t,r){if(!(W>1||r.sheetRows&&e.r>=r.sheetRows)){if(r.cellStyles&&t.XF&&t.XF.data&&function(e,t,r){var n,o=t.XF.data;o&&o.patternType&&r&&r.cellStyles&&(t.s={},t.s.patternType=o.patternType,(n=ua(O(o.icvFore)))&&(t.s.fgColor={rgb:n}),(n=ua(O(o.icvBack)))&&(t.s.bgColor={rgb:n}))}(0,t,r),delete t.ixfe,delete t.XF,o=e,S=Vr(e),m&&m.s&&m.e||(m={s:{r:0,c:0},e:{r:0,c:0}}),e.r<m.s.r&&(m.s.r=e.r),e.c<m.s.c&&(m.s.c=e.c),e.r+1>m.e.r&&(m.e.r=e.r+1),e.c+1>m.e.c&&(m.e.c=e.c+1),r.cellFormula&&t.f)for(var n=0;n<k.length;++n)if(!(k[n][0].s.c>e.c||k[n][0].s.r>e.r||k[n][0].e.c<e.c||k[n][0].e.r<e.r)){t.F=$r(k[n][0]),k[n][0].s.c==e.c&&k[n][0].s.r==e.r||delete t.f,t.f&&(t.f=""+qs(k[n][1],0,e,j,C));break}r.dense?(d[e.r]||(d[e.r]=[]),d[e.r][e.c]=t):d[S]=t}},C={enc:!1,sbcch:0,snames:[],sharedf:x,arrayf:k,rrtabid:[],lastuser:"",biff:8,codepage:0,winlocked:0,cellStyles:!!t&&!!t.cellStyles,WTF:!!t&&!!t.wtf};t.password&&(C.password=t.password);var R=[],P=[],L=[],I=[],F=!1,j=[];j.SheetNames=C.snames,j.sharedf=C.sharedf,j.arrayf=C.arrayf,j.names=[],j.XTI=[];var D,B=0,W=0,U=0,z=[],H=[];C.codepage=1200,s(1200);for(var V=!1;e.l<e.length-1;){var q=e.l,$=e._R(2);if(0===$&&10===B)break;var G=e.l===e.length?0:e._R(2),X=Ql[$];if(X&&X.f){if(t.bookSheets&&133===B&&133!==$)break;if(B=$,2===X.r||12==X.r){var Y=e._R(2);if(G-=2,!C.enc&&Y!==$&&((255&Y)<<8|Y>>8)!==$)throw new Error("rt mismatch: "+Y+"!="+$);12==X.r&&(e.l+=10,G-=10)}var K={};if(K=10===$?X.f(e,G,C):ql($,X,e,G,C),0==W&&-1===[9,521,1033,2057].indexOf(B))continue;switch($){case 34:r.opts.Date1904=E.WBProps.date1904=K;break;case 134:r.opts.WriteProtect=!0;break;case 47:if(C.enc||(e.l=0),C.enc=K,!t.password)throw new Error("File is password-protected");if(null==K.valid)throw new Error("Encryption scheme unsupported");if(!K.valid)throw new Error("Password is incorrect");break;case 92:C.lastuser=K;break;case 66:var J=Number(K);switch(J){case 21010:J=1200;break;case 32768:J=1e4;break;case 32769:J=1252}s(C.codepage=J),V=!0;break;case 317:C.rrtabid=K;break;case 25:C.winlocked=K;break;case 439:r.opts.RefreshAll=K;break;case 12:r.opts.CalcCount=K;break;case 16:r.opts.CalcDelta=K;break;case 17:r.opts.CalcIter=K;break;case 13:r.opts.CalcMode=K;break;case 14:r.opts.CalcPrecision=K;break;case 95:r.opts.CalcSaveRecalc=K;break;case 15:C.CalcRefMode=K;break;case 2211:r.opts.FullCalc=K;break;case 129:K.fDialog&&(d["!type"]="dialog"),K.fBelow||((d["!outline"]||(d["!outline"]={})).above=!0),K.fRight||((d["!outline"]||(d["!outline"]={})).left=!0);break;case 224:T.push(K);break;case 430:j.push([K]),j[j.length-1].XTI=[];break;case 35:case 547:j[j.length-1].push(K);break;case 24:case 536:D={Name:K.Name,Ref:qs(K.rgce,0,null,j,C)},K.itab>0&&(D.Sheet=K.itab-1),j.names.push(D),j[0]||(j[0]=[],j[0].XTI=[]),j[j.length-1].push(K),"_xlnm._FilterDatabase"==K.Name&&K.itab>0&&K.rgce&&K.rgce[0]&&K.rgce[0][0]&&"PtgArea3d"==K.rgce[0][0][0]&&(H[K.itab-1]={ref:$r(K.rgce[0][0][1][2])});break;case 22:C.ExternCount=K;break;case 23:0==j.length&&(j[0]=[],j[0].XTI=[]),j[j.length-1].XTI=j[j.length-1].XTI.concat(K),j.XTI=j.XTI.concat(K);break;case 2196:if(C.biff<8)break;null!=D&&(D.Comment=K[1]);break;case 18:d["!protect"]=K;break;case 19:0!==K&&C.WTF&&console.error("Password verifier: "+K);break;case 133:g[K.pos]=K,C.snames.push(K.name);break;case 10:if(--W)break;if(m.e){if(m.e.r>0&&m.e.c>0){if(m.e.r--,m.e.c--,d["!ref"]=$r(m),t.sheetRows&&t.sheetRows<=m.e.r){var Z=m.e.r;m.e.r=t.sheetRows-1,d["!fullref"]=d["!ref"],d["!ref"]=$r(m),m.e.r=Z}m.e.r++,m.e.c++}R.length>0&&(d["!merges"]=R),P.length>0&&(d["!objects"]=P),L.length>0&&(d["!cols"]=L),I.length>0&&(d["!rows"]=I),E.Sheets.push(_)}""===y?w=d:n[y]=d,d=t.dense?[]:{};break;case 9:case 521:case 1033:case 2057:if(8===C.biff&&(C.biff={9:2,521:3,1033:4}[$]||{512:2,768:3,1024:4,1280:5,1536:8,2:2,7:2}[K.BIFFVer]||8),C.biffguess=0==K.BIFFVer,0==K.BIFFVer&&4096==K.dt&&(C.biff=5,V=!0,s(C.codepage=28591)),8==C.biff&&0==K.BIFFVer&&16==K.dt&&(C.biff=2),W++)break;if(d=t.dense?[]:{},C.biff<8&&!V&&(V=!0,s(C.codepage=t.codepage||1252)),C.biff<5||0==K.BIFFVer&&4096==K.dt){""===y&&(y="Sheet1"),m={s:{r:0,c:0},e:{r:0,c:0}};var Q={pos:e.l-G,name:y};g[Q.pos]=Q,C.snames.push(y)}else y=(g[q]||{name:""}).name;32==K.dt&&(d["!type"]="chart"),64==K.dt&&(d["!type"]="macro"),R=[],P=[],C.arrayf=k=[],L=[],I=[],F=!1,_={Hidden:(g[q]||{hs:0}).hs,name:y};break;case 515:case 3:case 2:"chart"==d["!type"]&&(t.dense?(d[K.r]||[])[K.c]:d[Vr({c:K.c,r:K.r})])&&++K.c,u={ixfe:K.ixfe,XF:T[K.ixfe]||{},v:K.val,t:"n"},U>0&&(u.z=z[u.ixfe>>8&63]),$l(u,t,r.opts.Date1904),N({c:K.c,r:K.r},u,t);break;case 5:case 517:u={ixfe:K.ixfe,XF:T[K.ixfe],v:K.val,t:K.t},U>0&&(u.z=z[u.ixfe>>8&63]),$l(u,t,r.opts.Date1904),N({c:K.c,r:K.r},u,t);break;case 638:u={ixfe:K.ixfe,XF:T[K.ixfe],v:K.rknum,t:"n"},U>0&&(u.z=z[u.ixfe>>8&63]),$l(u,t,r.opts.Date1904),N({c:K.c,r:K.r},u,t);break;case 189:for(var ee=K.c;ee<=K.C;++ee){var te=K.rkrec[ee-K.c][0];u={ixfe:te,XF:T[te],v:K.rkrec[ee-K.c][1],t:"n"},U>0&&(u.z=z[u.ixfe>>8&63]),$l(u,t,r.opts.Date1904),N({c:ee,r:K.r},u,t)}break;case 6:case 518:case 1030:if("String"==K.val){v=K;break}if((u=Gl(K.val,K.cell.ixfe,K.tt)).XF=T[u.ixfe],t.cellFormula){var re=K.formula;if(re&&re[0]&&re[0][0]&&"PtgExp"==re[0][0][0]){var ne=re[0][0][1][0],oe=re[0][0][1][1],ie=Vr({r:ne,c:oe});x[ie]?u.f=""+qs(K.formula,0,K.cell,j,C):u.F=((t.dense?(d[ne]||[])[oe]:d[ie])||{}).F}else u.f=""+qs(K.formula,0,K.cell,j,C)}U>0&&(u.z=z[u.ixfe>>8&63]),$l(u,t,r.opts.Date1904),N(K.cell,u,t),v=K;break;case 7:case 519:if(!v)throw new Error("String record expects Formula");v.val=K,(u=Gl(K,v.cell.ixfe,"s")).XF=T[u.ixfe],t.cellFormula&&(u.f=""+qs(v.formula,0,v.cell,j,C)),U>0&&(u.z=z[u.ixfe>>8&63]),$l(u,t,r.opts.Date1904),N(v.cell,u,t),v=null;break;case 33:case 545:k.push(K);var ae=Vr(K[0].s);if(i=t.dense?(d[K[0].s.r]||[])[K[0].s.c]:d[ae],t.cellFormula&&i){if(!v)break;if(!ae||!i)break;i.f=""+qs(K[1],0,K[0],j,C),i.F=$r(K[0])}break;case 1212:if(!t.cellFormula)break;if(S){if(!v)break;x[Vr(v.cell)]=K[0],((i=t.dense?(d[v.cell.r]||[])[v.cell.c]:d[Vr(v.cell)])||{}).f=""+qs(K[0],0,o,j,C)}break;case 253:u=Gl(b[K.isst].t,K.ixfe,"s"),b[K.isst].h&&(u.h=b[K.isst].h),u.XF=T[u.ixfe],U>0&&(u.z=z[u.ixfe>>8&63]),$l(u,t,r.opts.Date1904),N({c:K.c,r:K.r},u,t);break;case 513:t.sheetStubs&&(u={ixfe:K.ixfe,XF:T[K.ixfe],t:"z"},U>0&&(u.z=z[u.ixfe>>8&63]),$l(u,t,r.opts.Date1904),N({c:K.c,r:K.r},u,t));break;case 190:if(t.sheetStubs)for(var se=K.c;se<=K.C;++se){var ce=K.ixfe[se-K.c];u={ixfe:ce,XF:T[ce],t:"z"},U>0&&(u.z=z[u.ixfe>>8&63]),$l(u,t,r.opts.Date1904),N({c:se,r:K.r},u,t)}break;case 214:case 516:case 4:(u=Gl(K.val,K.ixfe,"s")).XF=T[u.ixfe],U>0&&(u.z=z[u.ixfe>>8&63]),$l(u,t,r.opts.Date1904),N({c:K.c,r:K.r},u,t);break;case 0:case 512:1===W&&(m=K);break;case 252:b=K;break;case 1054:if(4==C.biff){z[U++]=K[1];for(var le=0;le<U+163&&M[le]!=K[1];++le);le>=163&&be(K[1],U+163)}else be(K[1],K[0]);break;case 30:z[U++]=K;for(var ue=0;ue<U+163&&M[ue]!=K;++ue);ue>=163&&be(K,U+163);break;case 229:R=R.concat(K);break;case 93:P[K.cmo[0]]=C.lastobj=K;break;case 438:C.lastobj.TxO=K;break;case 127:C.lastobj.ImData=K;break;case 440:for(l=K[0].s.r;l<=K[0].e.r;++l)for(c=K[0].s.c;c<=K[0].e.c;++c)(i=t.dense?(d[l]||[])[c]:d[Vr({c:c,r:l})])&&(i.l=K[1]);break;case 2048:for(l=K[0].s.r;l<=K[0].e.r;++l)for(c=K[0].s.c;c<=K[0].e.c;++c)(i=t.dense?(d[l]||[])[c]:d[Vr({c:c,r:l})])&&i.l&&(i.l.Tooltip=K[1]);break;case 28:if(C.biff<=5&&C.biff>=2)break;i=t.dense?(d[K[0].r]||[])[K[0].c]:d[Vr(K[0])];var fe=P[K[2]];i||(t.dense?(d[K[0].r]||(d[K[0].r]=[]),i=d[K[0].r][K[0].c]={t:"z"}):i=d[Vr(K[0])]={t:"z"},m.e.r=Math.max(m.e.r,K[0].r),m.s.r=Math.min(m.s.r,K[0].r),m.e.c=Math.max(m.e.c,K[0].c),m.s.c=Math.min(m.s.c,K[0].c)),i.c||(i.c=[]),a={a:K[1],t:fe.TxO.t},i.c.push(a);break;case 2173:rs(T[K.ixfe],K.ext);break;case 125:if(!C.cellStyles)break;for(;K.e>=K.s;)L[K.e--]={width:K.w/256,level:K.level||0,hidden:!!(1&K.flags)},F||(F=!0,wa(K.w/256)),Sa(L[K.e+1]);break;case 520:var he={};null!=K.level&&(I[K.r]=he,he.level=K.level),K.hidden&&(I[K.r]=he,he.hidden=!0),K.hpt&&(I[K.r]=he,he.hpt=K.hpt,he.hpx=Ta(K.hpt));break;case 38:case 39:case 40:case 41:d["!margins"]||dc(d["!margins"]={}),d["!margins"][{38:"left",39:"right",40:"top",41:"bottom"}[$]]=K;break;case 161:d["!margins"]||dc(d["!margins"]={}),d["!margins"].header=K.header,d["!margins"].footer=K.footer;break;case 574:K.RTL&&(E.Views[0].RTL=!0);break;case 146:A=K;break;case 2198:h=K;break;case 140:f=K;break;case 442:y?_.CodeName=K||_.name:E.WBProps.CodeName=K||"ThisWorkbook"}}else X||console.error("Missing Info for XLS Record 0x"+$.toString(16)),e.l+=G}return r.SheetNames=Ne(g).sort((function(e,t){return Number(e)-Number(t)})).map((function(e){return g[e].name})),t.bookSheets||(r.Sheets=n),!r.SheetNames.length&&w["!ref"]?(r.SheetNames.push("Sheet1"),r.Sheets&&(r.Sheets.Sheet1=w)):r.Preamble=w,r.Sheets&&H.forEach((function(e,t){r.Sheets[r.SheetNames[t]]["!autofilter"]=e})),r.Strings=b,r.SSF=qe(M),C.enc&&(r.Encryption=C.enc),h&&(r.Themes=h),r.Metadata={},void 0!==f&&(r.Metadata.Country=f),j.names.length>0&&(E.Names=j.names),r.Workbook=E,r}var Yl={SI:"e0859ff2f94f6810ab9108002b27b3d9",DSI:"02d5cdd59c2e1b10939708002b2cf9ae",UDI:"05d5cdd59c2e1b10939708002b2cf9ae"};function Kl(e,t){var r,n,o,i;if(t||(t={}),tf(t),c(),t.codepage&&a(t.codepage),e.FullPaths){if(Ee.find(e,"/encryption"))throw new Error("File is password-protected");r=Ee.find(e,"!CompObj"),n=Ee.find(e,"/Workbook")||Ee.find(e,"/Book")}else{switch(t.type){case"base64":e=x(v(e));break;case"binary":e=x(e);break;case"buffer":break;case"array":Array.isArray(e)||(e=Array.prototype.slice.call(e))}Nr(e,0),n={content:e}}if(r&&Hl(r),t.bookProps&&!t.bookSheets)o={};else{var s=b?"buffer":"array";if(n&&n.content)o=Xl(n.content,t);else if((i=Ee.find(e,"PerfectOffice_MAIN"))&&i.content)o=Fi.to_workbook(i.content,(t.type=s,t));else{if(!(i=Ee.find(e,"NativeContent_MAIN"))||!i.content)throw(i=Ee.find(e,"MN0"))&&i.content?new Error("Unsupported Works 4 for Mac file"):new Error("Cannot find Workbook stream");o=Fi.to_workbook(i.content,(t.type=s,t))}t.bookVBA&&e.FullPaths&&Ee.find(e,"/_VBA_PROJECT_CUR/VBA/dir")&&(o.vbaraw=function(e){var t=Ee.utils.cfb_new({root:"R"});return e.FullPaths.forEach((function(r,n){if("/"!==r.slice(-1)&&r.match(/_VBA_PROJECT_CUR/)){var o=r.replace(/^[^\/]*/,"R").replace(/\/_VBA_PROJECT_CUR\u0000*/,"");Ee.utils.cfb_add(t,o,e.FileIndex[n].content)}})),Ee.write(t)}(e))}var l={};return e.FullPaths&&function(e,t,r){var n=Ee.find(e,"/!DocumentSummaryInformation");if(n&&n.size>0)try{var o=Oo(n,Ln,Yl.DSI);for(var i in o)t[i]=o[i]}catch(e){if(r.WTF)throw e}var a=Ee.find(e,"/!SummaryInformation");if(a&&a.size>0)try{var s=Oo(a,In,Yl.SI);for(var c in s)null==t[c]&&(t[c]=s[c])}catch(e){if(r.WTF)throw e}t.HeadingPairs&&t.TitlesOfParts&&(ao(t.HeadingPairs,t.TitlesOfParts,t,r),delete t.HeadingPairs,delete t.TitlesOfParts)}(e,l,t),o.Props=o.Custprops=l,t.bookFiles&&(o.cfb=e),o}function Jl(e,t){var r=t||{},n=Ee.utils.cfb_new({root:"R"}),o="/Workbook";switch(r.bookType||"xls"){case"xls":r.bookType="biff8";case"xla":r.bookType||(r.bookType="xla");case"biff8":o="/Workbook",r.biff=8;break;case"biff5":o="/Book",r.biff=5;break;default:throw new Error("invalid type "+r.bookType+" for XLS CFB")}return Ee.utils.cfb_add(n,o,lu(e,r)),8==r.biff&&(e.Props||e.Custprops)&&function(e,t){var r,n=[],o=[],i=[],a=0,s=Ce(Ln,"n"),c=Ce(In,"n");if(e.Props)for(r=Ne(e.Props),a=0;a<r.length;++a)(Object.prototype.hasOwnProperty.call(s,r[a])?n:Object.prototype.hasOwnProperty.call(c,r[a])?o:i).push([r[a],e.Props[r[a]]]);if(e.Custprops)for(r=Ne(e.Custprops),a=0;a<r.length;++a)Object.prototype.hasOwnProperty.call(e.Props||{},r[a])||(Object.prototype.hasOwnProperty.call(s,r[a])?n:Object.prototype.hasOwnProperty.call(c,r[a])?o:i).push([r[a],e.Custprops[r[a]]]);var l=[];for(a=0;a<i.length;++a)Ao.indexOf(i[a][0])>-1||io.indexOf(i[a][0])>-1||null!=i[a][1]&&l.push(i[a]);o.length&&Ee.utils.cfb_add(t,"/SummaryInformation",No(o,Yl.SI,c,In)),(n.length||l.length)&&Ee.utils.cfb_add(t,"/DocumentSummaryInformation",No(n,Yl.DSI,s,Ln,l.length?l:null,Yl.UDI))}(e,n),8==r.biff&&e.vbaraw&&function(e,t){t.FullPaths.forEach((function(r,n){if(0!=n){var o=r.replace(/[^\/]*[\/]/,"/_VBA_PROJECT_CUR/");"/"!==o.slice(-1)&&Ee.utils.cfb_add(e,o,t.FileIndex[n].content)}}))}(n,Ee.read(e.vbaraw,{type:"string"==typeof e.vbaraw?"binary":"buffer"})),n}var Zl={0:{f:function(e,t){var r={},n=e.l+t;r.r=e._R(4),e.l+=4;var o=e._R(2);e.l+=1;var i=e._R(1);return e.l=n,7&i&&(r.level=7&i),16&i&&(r.hidden=!0),32&i&&(r.hpt=o/20),r}},1:{f:function(e){return[sn(e)]}},2:{f:function(e){return[sn(e),bn(e),"n"]}},3:{f:function(e){return[sn(e),e._R(1),"e"]}},4:{f:function(e){return[sn(e),e._R(1),"b"]}},5:{f:function(e){return[sn(e),kn(e),"n"]}},6:{f:function(e){return[sn(e),en(e),"str"]}},7:{f:function(e){return[sn(e),e._R(4),"s"]}},8:{f:function(e,t,r){var n=e.l+t,o=sn(e);o.r=r["!row"];var i=[o,en(e),"str"];if(r.cellFormula){e.l+=2;var a=Zs(e,n-e.l,r);i[3]=qs(a,0,o,r.supbooks,r)}else e.l=n;return i}},9:{f:function(e,t,r){var n=e.l+t,o=sn(e);o.r=r["!row"];var i=[o,kn(e),"n"];if(r.cellFormula){e.l+=2;var a=Zs(e,n-e.l,r);i[3]=qs(a,0,o,r.supbooks,r)}else e.l=n;return i}},10:{f:function(e,t,r){var n=e.l+t,o=sn(e);o.r=r["!row"];var i=[o,e._R(1),"b"];if(r.cellFormula){e.l+=2;var a=Zs(e,n-e.l,r);i[3]=qs(a,0,o,r.supbooks,r)}else e.l=n;return i}},11:{f:function(e,t,r){var n=e.l+t,o=sn(e);o.r=r["!row"];var i=[o,e._R(1),"e"];if(r.cellFormula){e.l+=2;var a=Zs(e,n-e.l,r);i[3]=qs(a,0,o,r.supbooks,r)}else e.l=n;return i}},12:{f:function(e){return[ln(e)]}},13:{f:function(e){return[ln(e),bn(e),"n"]}},14:{f:function(e){return[ln(e),e._R(1),"e"]}},15:{f:function(e){return[ln(e),e._R(1),"b"]}},16:{f:Mc},17:{f:function(e){return[ln(e),en(e),"str"]}},18:{f:function(e){return[ln(e),e._R(4),"s"]}},19:{f:nn},20:{},21:{},22:{},23:{},24:{},25:{},26:{},27:{},28:{},29:{},30:{},31:{},32:{},33:{},34:{},35:{T:1},36:{T:-1},37:{T:1},38:{T:-1},39:{f:function(e,t,r){var n=e.l+t;e.l+=4,e.l+=1;var o=e._R(4),i=gn(e),a=Qs(e,0,r),s=dn(e);e.l=n;var c={Name:i,Ptg:a};return o<268435455&&(c.Sheet=o),s&&(c.Comment=s),c}},40:{},42:{},43:{f:function(e,t,r){var n={};n.sz=e._R(2)/20;var o=function(e){var t=e._R(1);return e.l++,{fBold:1&t,fItalic:2&t,fUnderline:4&t,fStrikeout:8&t,fOutline:16&t,fShadow:32&t,fCondense:64&t,fExtend:128&t}}(e);switch(o.fItalic&&(n.italic=1),o.fCondense&&(n.condense=1),o.fExtend&&(n.extend=1),o.fShadow&&(n.shadow=1),o.fOutline&&(n.outline=1),o.fStrikeout&&(n.strike=1),700===e._R(2)&&(n.bold=1),e._R(2)){case 1:n.vertAlign="superscript";break;case 2:n.vertAlign="subscript"}var i=e._R(1);0!=i&&(n.underline=i);var a=e._R(1);a>0&&(n.family=a);var s=e._R(1);switch(s>0&&(n.charset=s),e.l++,n.color=function(e){var t={},r=e._R(1)>>>1,n=e._R(1),o=e._R(2,"i"),i=e._R(1),a=e._R(1),s=e._R(1);switch(e.l++,r){case 0:t.auto=1;break;case 1:t.index=n;var c=Mn[n];c&&(t.rgb=ua(c));break;case 2:t.rgb=ua([i,a,s]);break;case 3:t.theme=n}return 0!=o&&(t.tint=o>0?o/32767:o/32768),t}(e),e._R(1)){case 1:n.scheme="major";break;case 2:n.scheme="minor"}return n.name=en(e),n}},44:{f:function(e,t){return[e._R(2),en(e)]}},45:{f:Fa},46:{f:Ba},47:{f:function(e,t){var r=e.l+t,n=e._R(2),o=e._R(2);return e.l=r,{ixfe:n,numFmtId:o}}},48:{},49:{f:function(e){return e._R(4,"i")}},50:{},51:{f:function(e){for(var t=[],r=e._R(4);r-- >0;)t.push([e._R(4),e._R(4)]);return t}},52:{T:1},53:{T:-1},54:{T:1},55:{T:-1},56:{T:1},57:{T:-1},58:{},59:{},60:{f:Ai},62:{f:function(e){return[sn(e),nn(e),"is"]}},63:{f:function(e){var t={};t.i=e._R(4);var r={};r.r=e._R(4),r.c=e._R(4),t.r=Vr(r);var n=e._R(1);return 2&n&&(t.l="1"),8&n&&(t.a="1"),t}},64:{f:function(){}},65:{},66:{},67:{},68:{},69:{},70:{},128:{},129:{T:1},130:{T:-1},131:{T:1,f:Cr,p:0},132:{T:-1},133:{T:1},134:{T:-1},135:{T:1},136:{T:-1},137:{T:1,f:function(e){var t=e._R(2);return e.l+=28,{RTL:32&t}}},138:{T:-1},139:{T:1},140:{T:-1},141:{T:1},142:{T:-1},143:{T:1},144:{T:-1},145:{T:1},146:{T:-1},147:{f:function(e,t){var r={},n=e[e.l];return++e.l,r.above=!(64&n),r.left=!(128&n),e.l+=18,r.name=fn(e,t-19),r}},148:{f:jc,p:16},151:{f:function(){}},152:{},153:{f:function(e,t){var r={},n=e._R(4);r.defaultThemeVersion=e._R(4);var o=t>8?en(e):"";return o.length>0&&(r.CodeName=o),r.autoCompressPictures=!!(65536&n),r.backupFile=!!(64&n),r.checkCompatibility=!!(4096&n),r.date1904=!!(1&n),r.filterPrivacy=!!(8&n),r.hidePivotFieldList=!!(1024&n),r.promptedSolutions=!!(16&n),r.publishItems=!!(2048&n),r.refreshAllConnections=!!(262144&n),r.saveExternalLinkValues=!!(128&n),r.showBorderUnselectedTables=!!(4&n),r.showInkAnnotation=!!(32&n),r.showObjects=["all","placeholders","none"][n>>13&3],r.showPivotChartFilter=!!(32768&n),r.updateLinks=["userSet","never","always"][n>>8&3],r}},154:{},155:{},156:{f:function(e,t){var r={};return r.Hidden=e._R(4),r.iTabID=e._R(4),r.strRelID=mn(e,t-8),r.name=en(e),r}},157:{},158:{},159:{T:1,f:function(e){return[e._R(4),e._R(4)]}},160:{T:-1},161:{T:1,f:Sn},162:{T:-1},163:{T:1},164:{T:-1},165:{T:1},166:{T:-1},167:{},168:{},169:{},170:{},171:{},172:{T:1},173:{T:-1},174:{},175:{},176:{f:Bc},177:{T:1},178:{T:-1},179:{T:1},180:{T:-1},181:{T:1},182:{T:-1},183:{T:1},184:{T:-1},185:{T:1},186:{T:-1},187:{T:1},188:{T:-1},189:{T:1},190:{T:-1},191:{T:1},192:{T:-1},193:{T:1},194:{T:-1},195:{T:1},196:{T:-1},197:{T:1},198:{T:-1},199:{T:1},200:{T:-1},201:{T:1},202:{T:-1},203:{T:1},204:{T:-1},205:{T:1},206:{T:-1},207:{T:1},208:{T:-1},209:{T:1},210:{T:-1},211:{T:1},212:{T:-1},213:{T:1},214:{T:-1},215:{T:1},216:{T:-1},217:{T:1},218:{T:-1},219:{T:1},220:{T:-1},221:{T:1},222:{T:-1},223:{T:1},224:{T:-1},225:{T:1},226:{T:-1},227:{T:1},228:{T:-1},229:{T:1},230:{T:-1},231:{T:1},232:{T:-1},233:{T:1},234:{T:-1},235:{T:1},236:{T:-1},237:{T:1},238:{T:-1},239:{T:1},240:{T:-1},241:{T:1},242:{T:-1},243:{T:1},244:{T:-1},245:{T:1},246:{T:-1},247:{T:1},248:{T:-1},249:{T:1},250:{T:-1},251:{T:1},252:{T:-1},253:{T:1},254:{T:-1},255:{T:1},256:{T:-1},257:{T:1},258:{T:-1},259:{T:1},260:{T:-1},261:{T:1},262:{T:-1},263:{T:1},264:{T:-1},265:{T:1},266:{T:-1},267:{T:1},268:{T:-1},269:{T:1},270:{T:-1},271:{T:1},272:{T:-1},273:{T:1},274:{T:-1},275:{T:1},276:{T:-1},277:{},278:{T:1},279:{T:-1},280:{T:1},281:{T:-1},282:{T:1},283:{T:1},284:{T:-1},285:{T:1},286:{T:-1},287:{T:1},288:{T:-1},289:{T:1},290:{T:-1},291:{T:1},292:{T:-1},293:{T:1},294:{T:-1},295:{T:1},296:{T:-1},297:{T:1},298:{T:-1},299:{T:1},300:{T:-1},301:{T:1},302:{T:-1},303:{T:1},304:{T:-1},305:{T:1},306:{T:-1},307:{T:1},308:{T:-1},309:{T:1},310:{T:-1},311:{T:1},312:{T:-1},313:{T:-1},314:{T:1},315:{T:-1},316:{T:1},317:{T:-1},318:{T:1},319:{T:-1},320:{T:1},321:{T:-1},322:{T:1},323:{T:-1},324:{T:1},325:{T:-1},326:{T:1},327:{T:-1},328:{T:1},329:{T:-1},330:{T:1},331:{T:-1},332:{T:1},333:{T:-1},334:{T:1},335:{f:function(e,t){return{flags:e._R(4),version:e._R(4),name:en(e)}}},336:{T:-1},337:{f:function(e){return e.l+=4,0!=e._R(4)},T:1},338:{T:-1},339:{T:1},340:{T:-1},341:{T:1},342:{T:-1},343:{T:1},344:{T:-1},345:{T:1},346:{T:-1},347:{T:1},348:{T:-1},349:{T:1},350:{T:-1},351:{},352:{},353:{T:1},354:{T:-1},355:{f:mn},357:{},358:{},359:{},360:{T:1},361:{},362:{f:wi},363:{},364:{},366:{},367:{},368:{},369:{},370:{},371:{},372:{T:1},373:{T:-1},374:{T:1},375:{T:-1},376:{T:1},377:{T:-1},378:{T:1},379:{T:-1},380:{T:1},381:{T:-1},382:{T:1},383:{T:-1},384:{T:1},385:{T:-1},386:{T:1},387:{T:-1},388:{T:1},389:{T:-1},390:{T:1},391:{T:-1},392:{T:1},393:{T:-1},394:{T:1},395:{T:-1},396:{},397:{},398:{},399:{},400:{},401:{T:1},403:{},404:{},405:{},406:{},407:{},408:{},409:{},410:{},411:{},412:{},413:{},414:{},415:{},416:{},417:{},418:{},419:{},420:{},421:{},422:{T:1},423:{T:1},424:{T:-1},425:{T:-1},426:{f:function(e,t,r){var n=e.l+t,o=wn(e),i=e._R(1),a=[o];if(a[2]=i,r.cellFormula){var s=Js(e,n-e.l,r);a[1]=s}else e.l=n;return a}},427:{f:function(e,t,r){var n=e.l+t,o=[Sn(e,16)];if(r.cellFormula){var i=ec(e,n-e.l,r);o[1]=i,e.l=n}else e.l=n;return o}},428:{},429:{T:1},430:{T:-1},431:{T:1},432:{T:-1},433:{T:1},434:{T:-1},435:{T:1},436:{T:-1},437:{T:1},438:{T:-1},439:{T:1},440:{T:-1},441:{T:1},442:{T:-1},443:{T:1},444:{T:-1},445:{T:1},446:{T:-1},447:{T:1},448:{T:-1},449:{T:1},450:{T:-1},451:{T:1},452:{T:-1},453:{T:1},454:{T:-1},455:{T:1},456:{T:-1},457:{T:1},458:{T:-1},459:{T:1},460:{T:-1},461:{T:1},462:{T:-1},463:{T:1},464:{T:-1},465:{T:1},466:{T:-1},467:{T:1},468:{T:-1},469:{T:1},470:{T:-1},471:{},472:{},473:{T:1},474:{T:-1},475:{},476:{f:function(e){var t={};return Uc.forEach((function(r){t[r]=kn(e)})),t}},477:{},478:{},479:{T:1},480:{T:-1},481:{T:1},482:{T:-1},483:{T:1},484:{T:-1},485:{f:function(){}},486:{T:1},487:{T:-1},488:{T:1},489:{T:-1},490:{T:1},491:{T:-1},492:{T:1},493:{T:-1},494:{f:function(e,t){var r=e.l+t,n=Sn(e,16),o=dn(e),i=en(e),a=en(e),s=en(e);e.l=r;var c={rfx:n,relId:o,loc:i,display:s};return a&&(c.Tooltip=a),c}},495:{T:1},496:{T:-1},497:{T:1},498:{T:-1},499:{},500:{T:1},501:{T:-1},502:{T:1},503:{T:-1},504:{},505:{T:1},506:{T:-1},507:{},508:{T:1},509:{T:-1},510:{T:1},511:{T:-1},512:{},513:{},514:{T:1},515:{T:-1},516:{T:1},517:{T:-1},518:{T:1},519:{T:-1},520:{T:1},521:{T:-1},522:{},523:{},524:{},525:{},526:{},527:{},528:{T:1},529:{T:-1},530:{T:1},531:{T:-1},532:{T:1},533:{T:-1},534:{},535:{},536:{},537:{},538:{T:1},539:{T:-1},540:{T:1},541:{T:-1},542:{T:1},548:{},549:{},550:{f:mn},551:{},552:{},553:{},554:{T:1},555:{T:-1},556:{T:1},557:{T:-1},558:{T:1},559:{T:-1},560:{T:1},561:{T:-1},562:{},564:{},565:{T:1},566:{T:-1},569:{T:1},570:{T:-1},572:{},573:{T:1},574:{T:-1},577:{},578:{},579:{},580:{},581:{},582:{},583:{},584:{},585:{},586:{},587:{},588:{T:-1},589:{},590:{T:1},591:{T:-1},592:{T:1},593:{T:-1},594:{T:1},595:{T:-1},596:{},597:{T:1},598:{T:-1},599:{T:1},600:{T:-1},601:{T:1},602:{T:-1},603:{T:1},604:{T:-1},605:{T:1},606:{T:-1},607:{},608:{T:1},609:{T:-1},610:{},611:{T:1},612:{T:-1},613:{T:1},614:{T:-1},615:{T:1},616:{T:-1},617:{T:1},618:{T:-1},619:{T:1},620:{T:-1},625:{},626:{T:1},627:{T:-1},628:{T:1},629:{T:-1},630:{T:1},631:{T:-1},632:{f:us},633:{T:1},634:{T:-1},635:{T:1,f:function(e){var t={};t.iauthor=e._R(4);var r=Sn(e,16);return t.rfx=r.s,t.ref=Vr(r.s),e.l+=16,t}},636:{T:-1},637:{f:on},638:{T:1},639:{},640:{T:-1},641:{T:1},642:{T:-1},643:{T:1},644:{},645:{T:-1},646:{T:1},648:{T:1},649:{},650:{T:-1},651:{f:function(e,t){return e.l+=10,{name:en(e)}}},652:{},653:{T:1},654:{T:-1},655:{T:1},656:{T:-1},657:{T:1},658:{T:-1},659:{},660:{T:1},661:{},662:{T:-1},663:{},664:{T:1},665:{},666:{T:-1},667:{},668:{},669:{},671:{T:1},672:{T:-1},673:{T:1},674:{T:-1},675:{},676:{},677:{},678:{},679:{},680:{},681:{},1024:{},1025:{},1026:{T:1},1027:{T:-1},1028:{T:1},1029:{T:-1},1030:{},1031:{T:1},1032:{T:-1},1033:{T:1},1034:{T:-1},1035:{},1036:{},1037:{},1038:{T:1},1039:{T:-1},1040:{},1041:{T:1},1042:{T:-1},1043:{},1044:{},1045:{},1046:{T:1},1047:{T:-1},1048:{T:1},1049:{T:-1},1050:{},1051:{T:1},1052:{T:1},1053:{f:function(){}},1054:{T:1},1055:{},1056:{T:1},1057:{T:-1},1058:{T:1},1059:{T:-1},1061:{},1062:{T:1},1063:{T:-1},1064:{T:1},1065:{T:-1},1066:{T:1},1067:{T:-1},1068:{T:1},1069:{T:-1},1070:{T:1},1071:{T:-1},1072:{T:1},1073:{T:-1},1075:{T:1},1076:{T:-1},1077:{T:1},1078:{T:-1},1079:{T:1},1080:{T:-1},1081:{T:1},1082:{T:-1},1083:{T:1},1084:{T:-1},1085:{},1086:{T:1},1087:{T:-1},1088:{T:1},1089:{T:-1},1090:{T:1},1091:{T:-1},1092:{T:1},1093:{T:-1},1094:{T:1},1095:{T:-1},1096:{},1097:{T:1},1098:{},1099:{T:-1},1100:{T:1},1101:{T:-1},1102:{},1103:{},1104:{},1105:{},1111:{},1112:{},1113:{T:1},1114:{T:-1},1115:{T:1},1116:{T:-1},1117:{},1118:{T:1},1119:{T:-1},1120:{T:1},1121:{T:-1},1122:{T:1},1123:{T:-1},1124:{T:1},1125:{T:-1},1126:{},1128:{T:1},1129:{T:-1},1130:{},1131:{T:1},1132:{T:-1},1133:{T:1},1134:{T:-1},1135:{T:1},1136:{T:-1},1137:{T:1},1138:{T:-1},1139:{T:1},1140:{T:-1},1141:{},1142:{T:1},1143:{T:-1},1144:{T:1},1145:{T:-1},1146:{},1147:{T:1},1148:{T:-1},1149:{T:1},1150:{T:-1},1152:{T:1},1153:{T:-1},1154:{T:-1},1155:{T:-1},1156:{T:-1},1157:{T:1},1158:{T:-1},1159:{T:1},1160:{T:-1},1161:{T:1},1162:{T:-1},1163:{T:1},1164:{T:-1},1165:{T:1},1166:{T:-1},1167:{T:1},1168:{T:-1},1169:{T:1},1170:{T:-1},1171:{},1172:{T:1},1173:{T:-1},1177:{},1178:{T:1},1180:{},1181:{},1182:{},2048:{T:1},2049:{T:-1},2050:{},2051:{T:1},2052:{T:-1},2053:{},2054:{},2055:{T:1},2056:{T:-1},2057:{T:1},2058:{T:-1},2060:{},2067:{},2068:{T:1},2069:{T:-1},2070:{},2071:{},2072:{T:1},2073:{T:-1},2075:{},2076:{},2077:{T:1},2078:{T:-1},2079:{},2080:{T:1},2081:{T:-1},2082:{},2083:{T:1},2084:{T:-1},2085:{T:1},2086:{T:-1},2087:{T:1},2088:{T:-1},2089:{T:1},2090:{T:-1},2091:{},2092:{},2093:{T:1},2094:{T:-1},2095:{},2096:{T:1},2097:{T:-1},2098:{T:1},2099:{T:-1},2100:{T:1},2101:{T:-1},2102:{},2103:{T:1},2104:{T:-1},2105:{},2106:{T:1},2107:{T:-1},2108:{},2109:{T:1},2110:{T:-1},2111:{T:1},2112:{T:-1},2113:{T:1},2114:{T:-1},2115:{},2116:{},2117:{},2118:{T:1},2119:{T:-1},2120:{},2121:{T:1},2122:{T:-1},2123:{T:1},2124:{T:-1},2125:{},2126:{T:1},2127:{T:-1},2128:{},2129:{T:1},2130:{T:-1},2131:{T:1},2132:{T:-1},2133:{T:1},2134:{},2135:{},2136:{},2137:{T:1},2138:{T:-1},2139:{T:1},2140:{T:-1},2141:{},3072:{},3073:{},4096:{T:1},4097:{T:-1},5002:{T:1},5003:{T:-1},5081:{T:1},5082:{T:-1},5083:{},5084:{T:1},5085:{T:-1},5086:{T:1},5087:{T:-1},5088:{},5089:{},5090:{},5092:{T:1},5093:{T:-1},5094:{},5095:{T:1},5096:{T:-1},5097:{},5099:{},65535:{n:""}},Ql={6:{f:Xs},10:{f:Co},12:{f:Lo},13:{f:Lo},14:{f:Ro},15:{f:Ro},16:{f:kn},17:{f:Ro},18:{f:Ro},19:{f:Lo},20:{f:mi},21:{f:mi},23:{f:wi},24:{f:yi},25:{f:Ro},26:{},27:{},28:{f:function(e,t,r){return function(e,t,r){if(!(r.biff<8)){var n=e._R(2),o=e._R(2),i=e._R(2),a=e._R(2),s=zo(e,0,r);return r.biff<8&&e._R(1),[{r:n,c:o},s,a,i]}}(e,0,r)}},29:{},34:{f:Ro},35:{f:vi},38:{f:kn},39:{f:kn},40:{f:kn},41:{f:kn},42:{f:Ro},43:{f:Ro},47:{f:function(e,t,r){var n={Type:r.biff>=8?e._R(2):0};return n.Type?ca(e,t-2,n):function(e,t,r,n){var o={key:Lo(e),verificationBytes:Lo(e)};r.password&&(o.verifier=ia(r.password)),n.valid=o.verificationBytes===o.verifier,n.valid&&(n.insitu=sa(r.password))}(e,r.biff,r,n),n}},49:{f:function(e,t,r){var n={dyHeight:e._R(2),fl:e._R(2)};switch(r&&r.biff||8){case 2:break;case 3:case 4:e.l+=2;break;default:e.l+=10}return n.name=Do(e,0,r),n}},51:{f:Lo},60:{},61:{f:function(e){return{Pos:[e._R(2),e._R(2)],Dim:[e._R(2),e._R(2)],Flags:e._R(2),CurTab:e._R(2),FirstTab:e._R(2),Selected:e._R(2),TabRatio:e._R(2)}}},64:{f:Ro},65:{f:function(){}},66:{f:Lo},77:{},80:{},81:{},82:{},85:{f:Lo},89:{},90:{},91:{},92:{f:function(e,t,r){if(r.enc)return e.l+=t,"";var n=e.l,o=zo(e,0,r);return e._R(t+n-e.l),o}},93:{f:function(e,t,r){if(r&&r.biff<8)return function(e,t,r){e.l+=4;var n=e._R(2),o=e._R(2),i=e._R(2);e.l+=2,e.l+=2,e.l+=2,e.l+=2,e.l+=2,e.l+=2,e.l+=2,e.l+=2,e.l+=2,e.l+=6,t-=36;var a=[];return a.push((xi[n]||Cr)(e,t,r)),{cmo:[o,n,i],ft:a}}(e,t,r);var n=oi(e),o=function(e,t){for(var r=e.l+t,n=[];e.l<r;){var o=e._R(2);e.l-=2;try{n.push(ai[o](e,r-e.l))}catch(t){return e.l=r,n}}return e.l!=r&&(e.l=r),n}(e,t-22,n[1]);return{cmo:n,ft:o}}},94:{},95:{f:Ro},96:{},97:{},99:{f:Ro},125:{f:Ai},128:{f:function(e){e.l+=4;var t=[e._R(2),e._R(2)];if(0!==t[0]&&t[0]--,0!==t[1]&&t[1]--,t[0]>7||t[1]>7)throw new Error("Bad Gutters: "+t.join("|"));return t}},129:{f:function(e,t,r){var n=r&&8==r.biff||2==t?e._R(2):(e.l+=t,0);return{fDialog:16&n,fBelow:64&n,fRight:128&n}}},130:{f:Lo},131:{f:Ro},132:{f:Ro},133:{f:function(e,t,r){var n=e._R(4),o=3&e._R(1),i=e._R(1);switch(i){case 0:i="Worksheet";break;case 1:i="Macrosheet";break;case 2:i="Chartsheet";break;case 6:i="VBAModule"}var a=Do(e,0,r);return 0===a.length&&(a="Sheet1"),{pos:n,hs:o,dt:i,name:a}}},134:{},140:{f:function(e){var t,r=[0,0];return t=e._R(2),r[0]=Fn[t]||t,t=e._R(2),r[1]=Fn[t]||t,r}},141:{f:Lo},144:{},146:{f:function(e){for(var t=e._R(2),r=[];t-- >0;)r.push(Yo(e));return r}},151:{},152:{},153:{},154:{},155:{},156:{f:Lo},157:{},158:{},160:{f:_i},161:{f:function(e,t){var r={};return t<32||(e.l+=16,r.header=kn(e),r.footer=kn(e),e.l+=2),r}},174:{},175:{},176:{},177:{},178:{},180:{},181:{},182:{},184:{},185:{},189:{f:function(e,t){for(var r=e.l+t-2,n=e._R(2),o=e._R(2),i=[];e.l<r;)i.push(Qo(e));if(e.l!==r)throw new Error("MulRK read error");var a=e._R(2);if(i.length!=a-o+1)throw new Error("MulRK length mismatch");return{r:n,c:o,C:a,rkrec:i}}},190:{f:function(e,t){for(var r=e.l+t-2,n=e._R(2),o=e._R(2),i=[];e.l<r;)i.push(e._R(2));if(e.l!==r)throw new Error("MulBlank read error");var a=e._R(2);if(i.length!=a-o+1)throw new Error("MulBlank length mismatch");return{r:n,c:o,C:a,ixfe:i}}},193:{f:Co},197:{},198:{},199:{},200:{},201:{},202:{f:Ro},203:{},204:{},205:{},206:{},207:{},208:{},209:{},210:{},211:{},213:{},215:{},216:{},217:{},218:{f:Lo},220:{},221:{f:Ro},222:{},224:{f:function(e,t,r){var n={};return n.ifnt=e._R(2),n.numFmtId=e._R(2),n.flags=e._R(2),n.fStyle=n.flags>>2&1,6,n.data=function(e,t,r,n){var o={},i=e._R(4),a=e._R(4),s=e._R(4),c=e._R(2);return o.patternType=jn[s>>26],n.cellStyles?(o.alc=7&i,o.fWrap=i>>3&1,o.alcV=i>>4&7,o.fJustLast=i>>7&1,o.trot=i>>8&255,o.cIndent=i>>16&15,o.fShrinkToFit=i>>20&1,o.iReadOrder=i>>22&2,o.fAtrNum=i>>26&1,o.fAtrFnt=i>>27&1,o.fAtrAlc=i>>28&1,o.fAtrBdr=i>>29&1,o.fAtrPat=i>>30&1,o.fAtrProt=i>>31&1,o.dgLeft=15&a,o.dgRight=a>>4&15,o.dgTop=a>>8&15,o.dgBottom=a>>12&15,o.icvLeft=a>>16&127,o.icvRight=a>>23&127,o.grbitDiag=a>>30&3,o.icvTop=127&s,o.icvBottom=s>>7&127,o.icvDiag=s>>14&127,o.dgDiag=s>>21&15,o.icvFore=127&c,o.icvBack=c>>7&127,o.fsxButton=c>>14&1,o):o}(e,0,n.fStyle,r),n}},225:{f:function(e,t){return 0===t||e._R(2),1200}},226:{f:Co},227:{},229:{f:function(e,t){for(var r=[],n=e._R(2);n--;)r.push(ei(e));return r}},233:{},235:{},236:{},237:{},239:{},240:{},241:{},242:{},244:{},245:{},246:{},247:{},248:{},249:{},251:{},252:{f:function(e,t){for(var r=e.l+t,n=e._R(4),o=e._R(4),i=[],a=0;a!=o&&e.l<r;++a)i.push(Mo(e));return i.Count=n,i.Unique=o,i}},253:{f:function(e){var t=Ko(e);return t.isst=e._R(4),t}},255:{f:function(e,t){var r={};return r.dsst=e._R(2),e.l+=t-2,r}},256:{},259:{},290:{},311:{},312:{},315:{},317:{f:Fo},318:{},319:{},320:{},330:{},331:{},333:{},334:{},335:{},336:{},337:{},338:{},339:{},340:{},351:{},352:{f:Ro},353:{f:Co},401:{},402:{},403:{},404:{},405:{},406:{},407:{},408:{},425:{},426:{},427:{},428:{},429:{},430:{f:function(e,t,r){var n=e.l+t,o=e._R(2),i=e._R(2);if(r.sbcch=i,1025==i||14849==i)return[i,o];if(i<1||i>255)throw new Error("Unexpected SupBook type: "+i);for(var a=Wo(e,i),s=[];n>e.l;)s.push(Uo(e));return[i,o,a,s]}},431:{f:Ro},432:{},433:{},434:{},437:{},438:{f:function(e,t,r){var n=e.l,o="";try{e.l+=4;var i=(r.lastobj||{cmo:[0,0]}).cmo[1];-1==[0,5,7,11,12,14].indexOf(i)?e.l+=6:function(e){var t=e._R(1);e.l++;var r=e._R(2);return e.l+=2,[t,r]}(e);var a=e._R(2);e._R(2),Lo(e);var s=e._R(2);e.l+=s;for(var c=1;c<e.lens.length-1;++c){if(e.l-n!=e.lens[c])throw new Error("TxO: bad continue record");var l=e[e.l];if((o+=Wo(e,e.lens[c+1]-e.lens[c]-1)).length>=(l?a:2*a))break}if(o.length!==a&&o.length!==2*a)throw new Error("cchText: "+a+" != "+o.length);return e.l=n+t,{t:o}}catch(r){return e.l=n+t,{t:o}}}},439:{f:Ro},440:{f:function(e,t){var r=ei(e);e.l+=16;var n=function(e,t){var r=e.l+t,n=e._R(4);if(2!==n)throw new Error("Unrecognized streamVersion: "+n);var o=e._R(2);e.l+=2;var i,a,s,c,l,u,f="";16&o&&(i=qo(e,e.l)),128&o&&(a=qo(e,e.l)),257&~o||(s=qo(e,e.l)),1==(257&o)&&(c=Vo(e,e.l)),8&o&&(f=qo(e,e.l)),32&o&&(l=e._R(16)),64&o&&(u=po(e)),e.l=r;var h=a||s||c||"";h&&f&&(h+="#"+f),h||(h="#"+f),2&o&&"/"==h.charAt(0)&&"/"!=h.charAt(1)&&(h="file://"+h);var d={Target:h};return l&&(d.guid=l),u&&(d.time=u),i&&(d.Tooltip=i),d}(e,t-24);return[r,n]}},441:{},442:{f:Uo},443:{},444:{f:Lo},445:{},446:{},448:{f:Co},449:{f:function(e){return e._R(2),e._R(4)},r:2},450:{f:Co},512:{f:di},513:{f:Ei},515:{f:function(e,t,r){r.biffguess&&2==r.biff&&(r.biff=5);var n=Ko(e),o=kn(e);return n.val=o,n}},516:{f:function(e,t,r){r.biffguess&&2==r.biff&&(r.biff=5),e.l;var n=Ko(e);2==r.biff&&e.l++;var o=Uo(e,e.l,r);return n.val=o,n}},517:{f:gi},519:{f:Oi},520:{f:function(e){var t={};t.r=e._R(2),t.c=e._R(2),t.cnt=e._R(2)-t.c;var r=e._R(2);e.l+=4;var n=e._R(1);return e.l+=3,7&n&&(t.level=7&n),32&n&&(t.hidden=!0),64&n&&(t.hpt=r/20),t}},523:{},545:{f:Si},549:{f:ui},566:{},574:{f:function(e,t,r){return r&&r.biff>=2&&r.biff<5?{}:{RTL:64&e._R(2)}}},638:{f:function(e){var t=e._R(2),r=e._R(2),n=Qo(e);return{r:t,c:r,ixfe:n[0],rknum:n[1]}}},659:{},1048:{},1054:{f:function(e,t,r){return[e._R(2),zo(e,0,r)]}},1084:{},1212:{f:function(e,t,r){var n=ri(e);e.l++;var o=e._R(1);return[Gs(e,t-=8,r),o,n]}},2048:{f:function(e,t){e._R(2);var r=ei(e),n=e._R((t-10)/2,"dbcs-cont");return[r,n=n.replace(_,"")]}},2049:{},2050:{},2051:{},2052:{},2053:{},2054:{},2055:{},2056:{},2057:{f:si},2058:{},2059:{},2060:{},2061:{},2062:{},2063:{},2064:{},2066:{},2067:{},2128:{},2129:{},2130:{},2131:{},2132:{},2133:{},2134:{},2135:{},2136:{},2137:{},2138:{},2146:{},2147:{r:12},2148:{},2149:{},2150:{},2151:{f:Co},2152:{},2154:{},2155:{},2156:{},2161:{},2162:{},2164:{},2165:{},2166:{},2167:{},2168:{},2169:{},2170:{},2171:{},2172:{f:function(e){e.l+=2;var t={cxfs:0,crc:0};return t.cxfs=e._R(2),t.crc=e._R(4),t},r:12},2173:{f:function(e,t){e.l,e.l+=2;var r=e._R(2);e.l+=2;for(var n=e._R(2),o=[];n-- >0;)o.push(ts(e,e.l));return{ixfe:r,ext:o}},r:12},2174:{},2175:{},2180:{},2181:{},2182:{},2183:{},2184:{},2185:{},2186:{},2187:{},2188:{f:Ro,r:12},2189:{},2190:{r:12},2191:{},2192:{},2194:{},2195:{},2196:{f:function(e,t,r){if(!(r.biff<8)){var n=e._R(2),o=e._R(2);return[Wo(e,n,r),Wo(e,o,r)]}e.l+=t},r:12},2197:{},2198:{f:function(e,t,r){var n=e.l+t;if(124226!==e._R(4))if(r.cellStyles){var o,i=e.slice(e.l);e.l=n;try{o=st(i,{type:"array"})}catch(e){return}var a=rt(o,"theme/theme/theme1.xml",!0);if(a)return Za(a,r)}else e.l=n},r:12},2199:{},2200:{},2201:{},2202:{f:function(e){return[0!==e._R(4),0!==e._R(4),e._R(4)]},r:12},2203:{f:Co},2204:{},2205:{},2206:{},2207:{},2211:{f:function(e){var t=function(e){var t=e._R(2),r=e._R(2);return e.l+=8,{type:t,flags:r}}(e);if(2211!=t.type)throw new Error("Invalid Future Record "+t.type);return 0!==e._R(4)}},2212:{},2213:{},2214:{},2215:{},4097:{},4098:{},4099:{},4102:{},4103:{},4105:{},4106:{},4107:{},4108:{},4109:{},4116:{},4117:{},4118:{},4119:{},4120:{},4121:{},4122:{},4123:{},4124:{},4125:{},4126:{},4127:{},4128:{},4129:{},4130:{},4132:{},4133:{},4134:{f:Lo},4135:{},4146:{},4147:{},4148:{},4149:{},4154:{},4156:{},4157:{},4158:{},4159:{},4160:{},4161:{},4163:{},4164:{f:function(e,t,r){var n={area:!1};if(5!=r.biff)return e.l+=t,n;var o=e._R(1);return e.l+=3,16&o&&(n.area=!0),n}},4165:{},4166:{},4168:{},4170:{},4171:{},4174:{},4175:{},4176:{},4177:{},4187:{},4188:{f:function(e){for(var t=e._R(2),r=[];t-- >0;)r.push(Yo(e));return r}},4189:{},4191:{},4192:{},4193:{},4194:{},4195:{},4196:{},4197:{},4198:{},4199:{},4200:{},0:{f:di},1:{},2:{f:function(e){var t=Ko(e);++e.l;var r=e._R(2);return t.t="n",t.val=r,t}},3:{f:function(e){var t=Ko(e);++e.l;var r=kn(e);return t.t="n",t.val=r,t}},4:{f:function(e,t,r){r.biffguess&&5==r.biff&&(r.biff=2);var n=Ko(e);++e.l;var o=zo(e,0,r);return n.t="str",n.val=o,n}},5:{f:gi},7:{f:function(e){var t=e._R(1);return 0===t?(e.l++,""):e._R(t,"sbcs-cont")}},8:{},9:{f:si},11:{},22:{f:Lo},30:{f:hi},31:{},32:{},33:{f:Si},36:{},37:{f:ui},50:{f:function(e,t){e.l+=6,e.l+=2,e.l+=1,e.l+=3,e.l+=1,e.l+=t-13}},62:{},52:{},67:{},68:{f:Lo},69:{},86:{},126:{},127:{f:function(e){var t=e._R(2),r=e._R(2),n=e._R(4),o={fmt:t,env:r,len:n,data:e.slice(e.l,e.l+n)};return e.l+=n,o}},135:{},136:{},137:{},145:{},148:{},149:{},150:{},169:{},171:{},188:{},191:{},192:{},194:{},195:{},214:{f:function(e,t,r){var n=e.l+t,o=Ko(e),i=e._R(2),a=Wo(e,i,r);return e.l=n,o.t="str",o.val=a,o}},223:{},234:{},354:{},421:{},518:{f:Xs},521:{f:si},536:{f:yi},547:{f:vi},561:{},579:{},1030:{f:Xs},1033:{f:si},1091:{},2157:{},2163:{},2177:{},2240:{},2241:{},2242:{},2243:{},2244:{},2245:{},2246:{},2247:{},2248:{},2249:{},2250:{},2251:{},2262:{r:12},29282:{}};function eu(e,t,r,n){var o=t;if(!isNaN(o)){var i=n||(r||[]).length||0,a=e.next(4);a._W(2,o),a._W(2,i),i>0&&mr(r)&&e.push(r)}}function tu(e,t,r){return e||(e=Rr(7)),e._W(2,t),e._W(2,r),e._W(2,0),e._W(1,0),e}function ru(e,t,r,n){if(null!=t.v)switch(t.t){case"d":case"n":var o="d"==t.t?Ie(He(t.v)):t.v;return void(o==(0|o)&&o>=0&&o<65536?eu(e,2,function(e,t,r){var n=Rr(9);return tu(n,e,t),n._W(2,r),n}(r,n,o)):eu(e,3,function(e,t,r){var n=Rr(15);return tu(n,e,t),n._W(8,r,"f"),n}(r,n,o)));case"b":case"e":return void eu(e,5,function(e,t,r,n){var o=Rr(9);return tu(o,e,t),jo(r,n||"b",o),o}(r,n,t.v,t.t));case"s":case"str":return void eu(e,4,function(e,t,r){var n=Rr(8+2*r.length);return tu(n,e,t),n._W(1,r.length),n._W(r.length,r,"sbcs"),n.l<n.length?n.slice(0,n.l):n}(r,n,(t.v||"").slice(0,255)))}eu(e,1,tu(null,r,n))}function nu(e,t){var r=t||{};null!=p&&null==r.dense&&(r.dense=p);for(var n=Lr(),o=0,i=0;i<e.SheetNames.length;++i)e.SheetNames[i]==r.sheet&&(o=i);if(0==o&&r.sheet&&e.SheetNames[0]!=r.sheet)throw new Error("Sheet not found: "+r.sheet);return eu(n,4==r.biff?1033:3==r.biff?521:9,ci(0,16,r)),function(e,t,r,n){var o,i=Array.isArray(t),a=Gr(t["!ref"]||"A1"),s="",c=[];if(a.e.c>255||a.e.r>16383){if(n.WTF)throw new Error("Range "+(t["!ref"]||"A1")+" exceeds format limit A1:IV16384");a.e.c=Math.min(a.e.c,255),a.e.r=Math.min(a.e.c,16383),o=$r(a)}for(var l=a.s.r;l<=a.e.r;++l){s=Wr(l);for(var u=a.s.c;u<=a.e.c;++u){l===a.s.r&&(c[u]=zr(u)),o=c[u]+s;var f=i?(t[l]||[])[u]:t[o];f&&ru(e,f,l,u)}}}(n,e.Sheets[e.SheetNames[o]],0,r),eu(n,10),n.end()}function ou(e,t,r){eu(e,49,function(e,t){var r=e.name||"Arial",n=t&&5==t.biff,o=Rr(n?15+r.length:16+2*r.length);return o._W(2,20*(e.sz||12)),o._W(4,0),o._W(2,400),o._W(4,0),o._W(2,0),o._W(1,r.length),n||o._W(1,1),o._W((n?1:2)*r.length,r,n?"sbcs":"utf16le"),o}({sz:12,color:{theme:1},name:"Arial",family:2,scheme:"minor"},r))}function iu(e,t){if(t){var r=0;t.forEach((function(t,n){++r<=256&&t&&eu(e,125,function(e,t){var r=Rr(12);r._W(2,t),r._W(2,t),r._W(2,256*e.width),r._W(2,0);var n=0;return e.hidden&&(n|=1),r._W(1,n),n=e.level||0,r._W(1,n),r._W(2,0),r}(hc(n,t),n))}))}}function au(e,t,r,n,o){var i=16+pc(o.cellXfs,t,o);if(null!=t.v||t.bf)if(t.bf)eu(e,6,Ys(t,r,n,0,i));else switch(t.t){case"d":case"n":eu(e,515,function(e,t,r,n){var o=Rr(14);return Jo(e,t,n,o),Tn(r,o),o}(r,n,"d"==t.t?Ie(He(t.v)):t.v,i));break;case"b":case"e":eu(e,517,function(e,t,r,n,o,i){var a=Rr(8);return Jo(e,t,n,a),jo(r,i,a),a}(r,n,t.v,i,0,t.t));break;case"s":case"str":if(o.bookSST)eu(e,253,function(e,t,r,n){var o=Rr(10);return Jo(e,t,n,o),o._W(4,r),o}(r,n,fc(o.Strings,t.v,o.revStrings),i));else eu(e,516,function(e,t,r,n,o){var i=!o||8==o.biff,a=Rr(+i+8+(1+i)*r.length);return Jo(e,t,n,a),a._W(2,r.length),i&&a._W(1,1),a._W((1+i)*r.length,r,i?"utf16le":"sbcs"),a}(r,n,(t.v||"").slice(0,255),i,o));break;default:eu(e,513,Jo(r,n,i))}else eu(e,513,Jo(r,n,i))}function su(e,t,r){var n,o=Lr(),i=r.SheetNames[e],a=r.Sheets[i]||{},s=(r||{}).Workbook||{},c=(s.Sheets||[])[e]||{},l=Array.isArray(a),u=8==t.biff,f="",h=[],d=Gr(a["!ref"]||"A1"),p=u?65536:16384;if(d.e.c>255||d.e.r>=p){if(t.WTF)throw new Error("Range "+(a["!ref"]||"A1")+" exceeds format limit A1:IV16384");d.e.c=Math.min(d.e.c,255),d.e.r=Math.min(d.e.c,p-1)}eu(o,2057,ci(0,16,t)),eu(o,13,Io(1)),eu(o,12,Io(100)),eu(o,15,Po(!0)),eu(o,17,Po(!1)),eu(o,16,Tn(.001)),eu(o,95,Po(!0)),eu(o,42,Po(!1)),eu(o,43,Po(!1)),eu(o,130,Io(1)),eu(o,128,function(e){var t=Rr(8);return t._W(4,0),t._W(2,e[0]?e[0]+1:0),t._W(2,e[1]?e[1]+1:0),t}([0,0])),eu(o,131,Po(!1)),eu(o,132,Po(!1)),u&&iu(o,a["!cols"]),eu(o,512,function(e,t){var r=8!=t.biff&&t.biff?2:4,n=Rr(2*r+6);return n._W(r,e.s.r),n._W(r,e.e.r+1),n._W(2,e.s.c),n._W(2,e.e.c+1),n._W(2,0),n}(d,t)),u&&(a["!links"]=[]);for(var g=d.s.r;g<=d.e.r;++g){f=Wr(g);for(var m=d.s.c;m<=d.e.c;++m){g===d.s.r&&(h[m]=zr(m)),n=h[m]+f;var v=l?(a[g]||[])[m]:a[n];v&&(au(o,v,g,m,t),u&&v.l&&a["!links"].push([n,v.l]))}}var b=c.CodeName||c.name||i;return u&&eu(o,574,function(e){var t=Rr(18),r=1718;return e&&e.RTL&&(r|=64),t._W(2,r),t._W(4,0),t._W(4,64),t._W(4,0),t._W(4,0),t}((s.Views||[])[0])),u&&(a["!merges"]||[]).length&&eu(o,229,function(e){var t=Rr(2+8*e.length);t._W(2,e.length);for(var r=0;r<e.length;++r)ti(e[r],t);return t}(a["!merges"])),u&&function(e,t){for(var r=0;r<t["!links"].length;++r){var n=t["!links"][r];eu(e,440,ki(n)),n[1].Tooltip&&eu(e,2048,Ti(n))}delete t["!links"]}(o,a),eu(o,442,Ho(b)),u&&function(e,t){var r=Rr(19);r._W(4,2151),r._W(4,0),r._W(4,0),r._W(2,3),r._W(1,1),r._W(4,0),eu(e,2151,r),(r=Rr(39))._W(4,2152),r._W(4,0),r._W(4,0),r._W(2,3),r._W(1,0),r._W(4,0),r._W(2,1),r._W(4,4),r._W(2,0),ti(Gr(t["!ref"]||"A1"),r),r._W(4,4),eu(e,2152,r)}(o,a),eu(o,10),o.end()}function cu(e,t,r){var n=Lr(),o=(e||{}).Workbook||{},i=o.Sheets||[],a=o.WBProps||{},s=8==r.biff,c=5==r.biff;(eu(n,2057,ci(0,5,r)),"xla"==r.bookType&&eu(n,135),eu(n,225,s?Io(1200):null),eu(n,193,function(e,t){t||(t=Rr(e));for(var r=0;r<e;++r)t._W(1,0);return t}(2)),c&&eu(n,191),c&&eu(n,192),eu(n,226),eu(n,92,function(e,t){var r=!t||8==t.biff,n=Rr(r?112:54);for(n._W(8==t.biff?2:1,7),r&&n._W(1,0),n._W(4,859007059),n._W(4,5458548|(r?0:536870912));n.l<n.length;)n._W(1,r?0:32);return n}(0,r)),eu(n,66,Io(s?1200:1252)),s&&eu(n,353,Io(0)),s&&eu(n,448),eu(n,317,function(e){for(var t=Rr(2*e),r=0;r<e;++r)t._W(2,r+1);return t}(e.SheetNames.length)),s&&e.vbaraw&&eu(n,211),s&&e.vbaraw)&&eu(n,442,Ho(a.CodeName||"ThisWorkbook"));eu(n,156,Io(17)),eu(n,25,Po(!1)),eu(n,18,Po(!1)),eu(n,19,Io(0)),s&&eu(n,431,Po(!1)),s&&eu(n,444,Io(0)),eu(n,61,function(){var e=Rr(18);return e._W(2,0),e._W(2,0),e._W(2,29280),e._W(2,17600),e._W(2,56),e._W(2,0),e._W(2,0),e._W(2,1),e._W(2,500),e}()),eu(n,64,Po(!1)),eu(n,141,Io(0)),eu(n,34,Po("true"==function(e){return e.Workbook&&e.Workbook.WBProps&&_t(e.Workbook.WBProps.date1904)?"true":"false"}(e))),eu(n,14,Po(!0)),s&&eu(n,439,Po(!1)),eu(n,218,Io(0)),ou(n,0,r),function(e,t,r){t&&[[5,8],[23,26],[41,44],[50,392]].forEach((function(n){for(var o=n[0];o<=n[1];++o)null!=t[o]&&eu(e,1054,fi(o,t[o],r))}))}(n,e.SSF,r),function(e,t){for(var r=0;r<16;++r)eu(e,224,pi({numFmtId:0,style:!0},0,t));t.cellXfs.forEach((function(r){eu(e,224,pi(r,0,t))}))}(n,r),s&&eu(n,352,Po(!1));var l=n.end(),u=Lr();s&&eu(u,140,function(e){return e||(e=Rr(4)),e._W(2,1),e._W(2,1),e}()),s&&r.Strings&&function(e,t,r,n){var o=n||(r||[]).length||0;if(o<=8224)return eu(e,t,r,o);var i=t;if(!isNaN(i)){for(var a=r.parts||[],s=0,c=0,l=0;l+(a[s]||8224)<=8224;)l+=a[s]||8224,s++;var u=e.next(4);for(u._W(2,i),u._W(2,l),e.push(r.slice(c,c+l)),c+=l;c<o;){for((u=e.next(4))._W(2,60),l=0;l+(a[s]||8224)<=8224;)l+=a[s]||8224,s++;u._W(2,l),e.push(r.slice(c,c+l)),c+=l}}}(u,252,function(e,t){var r=Rr(8);r._W(4,e.Count),r._W(4,e.Unique);for(var n=[],o=0;o<e.length;++o)n[o]=Bo(e[o]);var i=E([r].concat(n));return i.parts=[r.length].concat(n.map((function(e){return e.length}))),i}(r.Strings)),eu(u,10);var f=u.end(),h=Lr(),d=0,p=0;for(p=0;p<e.SheetNames.length;++p)d+=(s?12:11)+(s?2:1)*e.SheetNames[p].length;var g=l.length+d+f.length;for(p=0;p<e.SheetNames.length;++p){eu(h,133,li({pos:g,hs:(i[p]||{}).Hidden||0,dt:0,name:e.SheetNames[p]},r)),g+=t[p].length}var m=h.end();if(d!=m.length)throw new Error("BS8 "+d+" != "+m.length);var v=[];return l.length&&v.push(l),m.length&&v.push(m),f.length&&v.push(f),E(v)}function lu(e,t){for(var r=0;r<=e.SheetNames.length;++r){var n=e.Sheets[e.SheetNames[r]];if(n&&n["!ref"])qr(n["!ref"]).e.c>255&&"undefined"!=typeof console&&console.error&&console.error("Worksheet '"+e.SheetNames[r]+"' extends beyond column IV (255). Data may be lost.")}var o=t||{};switch(o.biff||2){case 8:case 5:return function(e,t){var r=t||{},n=[];e&&!e.SSF&&(e.SSF=qe(M)),e&&e.SSF&&(we(),ye(e.SSF),r.revssf=Pe(e.SSF),r.revssf[e.SSF[65535]]=0,r.ssf=e.SSF),r.Strings=[],r.Strings.Count=0,r.Strings.Unique=0,rf(r),r.cellXfs=[],pc(r.cellXfs,{},{revssf:{General:0}}),e.Props||(e.Props={});for(var o=0;o<e.SheetNames.length;++o)n[n.length]=su(o,r,e);return n.unshift(cu(e,n,r)),E(n)}(e,t);case 4:case 3:case 2:return nu(e,t)}throw new Error("invalid type "+o.bookType+" for BIFF")}function uu(e,t){var r=t||{};null!=p&&null==r.dense&&(r.dense=p);var n=r.dense?[]:{},o=(e=e.replace(/<!--.*?-->/g,"")).match(/<table/i);if(!o)throw new Error("Invalid HTML: could not find <table>");var i=e.match(/<\/table/i),a=o.index,s=i&&i.index||e.length,c=Ke(e.slice(a,s),/(:?<tr[^>]*>)/i,"<tr>"),l=-1,u=0,f=0,h=0,d={s:{r:1e7,c:1e7},e:{r:0,c:0}},g=[];for(a=0;a<c.length;++a){var m=c[a].trim(),v=m.slice(0,3).toLowerCase();if("<tr"!=v){if("<td"==v||"<th"==v){var b=m.split(/<\/t[dh]>/i);for(s=0;s<b.length;++s){var y=b[s].trim();if(y.match(/<t[dh]/i)){for(var w=y,S=0;"<"==w.charAt(0)&&(S=w.indexOf(">"))>-1;)w=w.slice(S+1);for(var x=0;x<g.length;++x){var k=g[x];k.s.c==u&&k.s.r<l&&l<=k.e.r&&(u=k.e.c+1,x=-1)}var T=gt(y.slice(0,y.indexOf(">")));h=T.colspan?+T.colspan:1,((f=+T.rowspan)>1||h>1)&&g.push({s:{r:l,c:u},e:{r:l+(f||1)-1,c:u+h-1}});var A=T.t||T["data-t"]||"";if(w.length)if(w=Ft(w),d.s.r>l&&(d.s.r=l),d.e.r<l&&(d.e.r=l),d.s.c>u&&(d.s.c=u),d.e.c<u&&(d.e.c=u),w.length){var E={t:"s",v:w};r.raw||!w.trim().length||"s"==A||("TRUE"===w?E={t:"b",v:!0}:"FALSE"===w?E={t:"b",v:!1}:isNaN(Ge(w))?isNaN(Ye(w).getDate())||(E={t:"d",v:He(w)},r.cellDates||(E={t:"n",v:Ie(E.v)}),E.z=r.dateNF||M[14]):E={t:"n",v:Ge(w)}),r.dense?(n[l]||(n[l]=[]),n[l][u]=E):n[Vr({r:l,c:u})]=E,u+=h}else u+=h;else u+=h}}}}else{if(++l,r.sheetRows&&r.sheetRows<=l){--l;break}u=0}}return n["!ref"]=$r(d),g.length&&(n["!merges"]=g),n}function fu(e,t,r,n){for(var o=e["!merges"]||[],i=[],a=t.s.c;a<=t.e.c;++a){for(var s=0,c=0,l=0;l<o.length;++l)if(!(o[l].s.r>r||o[l].s.c>a||o[l].e.r<r||o[l].e.c<a)){if(o[l].s.r<r||o[l].s.c<a){s=-1;break}s=o[l].e.r-o[l].s.r+1,c=o[l].e.c-o[l].s.c+1;break}if(!(s<0)){var u=Vr({r:r,c:a}),f=n.dense?(e[r]||[])[a]:e[u],h=f&&null!=f.v&&(f.h||At(f.w||(Yr(f),f.w)||""))||"",d={};s>1&&(d.rowspan=s),c>1&&(d.colspan=c),n.editable?h='<span contenteditable="true">'+h+"</span>":f&&(d["data-t"]=f&&f.t||"z",null!=f.v&&(d["data-v"]=f.v),null!=f.z&&(d["data-z"]=f.z),f.l&&"#"!=(f.l.Target||"#").charAt(0)&&(h='<a href="'+f.l.Target+'">'+h+"</a>")),d.id=(n.id||"sjs")+"-"+u,i.push(Ht("td",h,d))}}return"<tr>"+i.join("")+"</tr>"}var hu='<html><head><meta charset="utf-8"/><title>SheetJS Table Export</title></head><body>',du="</body></html>";function pu(e,t,r){return[].join("")+"<table"+(r&&r.id?' id="'+r.id+'"':"")+">"}function gu(e,t){var r=t||{},n=null!=r.header?r.header:hu,o=null!=r.footer?r.footer:du,i=[n],a=qr(e["!ref"]);r.dense=Array.isArray(e),i.push(pu(0,0,r));for(var s=a.s.r;s<=a.e.r;++s)i.push(fu(e,a,s,r));return i.push("</table>"+o),i.join("")}function mu(e,t,r){var n=r||{};null!=p&&(n.dense=p);var o=0,i=0;if(null!=n.origin)if("number"==typeof n.origin)o=n.origin;else{var a="string"==typeof n.origin?Hr(n.origin):n.origin;o=a.r,i=a.c}var s=t.getElementsByTagName("tr"),c=Math.min(n.sheetRows||1e7,s.length),l={s:{r:0,c:0},e:{r:o,c:i}};if(e["!ref"]){var u=qr(e["!ref"]);l.s.r=Math.min(l.s.r,u.s.r),l.s.c=Math.min(l.s.c,u.s.c),l.e.r=Math.max(l.e.r,u.e.r),l.e.c=Math.max(l.e.c,u.e.c),-1==o&&(l.e.r=o=u.e.r+1)}var f=[],h=0,d=e["!rows"]||(e["!rows"]=[]),g=0,m=0,v=0,b=0,y=0,w=0;for(e["!cols"]||(e["!cols"]=[]);g<s.length&&m<c;++g){var S=s[g];if(bu(S)){if(n.display)continue;d[m]={hidden:!0}}var x=S.children;for(v=b=0;v<x.length;++v){var k=x[v];if(!n.display||!bu(k)){var T=k.hasAttribute("data-v")?k.getAttribute("data-v"):k.hasAttribute("v")?k.getAttribute("v"):Ft(k.innerHTML),A=k.getAttribute("data-z")||k.getAttribute("z");for(h=0;h<f.length;++h){var E=f[h];E.s.c==b+i&&E.s.r<m+o&&m+o<=E.e.r&&(b=E.e.c+1-i,h=-1)}w=+k.getAttribute("colspan")||1,((y=+k.getAttribute("rowspan")||1)>1||w>1)&&f.push({s:{r:m+o,c:b+i},e:{r:m+o+(y||1)-1,c:b+i+(w||1)-1}});var _={t:"s",v:T},O=k.getAttribute("data-t")||k.getAttribute("t")||"";null!=T&&(0==T.length?_.t=O||"z":n.raw||0==T.trim().length||"s"==O||("TRUE"===T?_={t:"b",v:!0}:"FALSE"===T?_={t:"b",v:!1}:isNaN(Ge(T))?isNaN(Ye(T).getDate())||(_={t:"d",v:He(T)},n.cellDates||(_={t:"n",v:Ie(_.v)}),_.z=n.dateNF||M[14]):_={t:"n",v:Ge(T)})),void 0===_.z&&null!=A&&(_.z=A);var N="",C=k.getElementsByTagName("A");if(C&&C.length)for(var R=0;R<C.length&&(!C[R].hasAttribute("href")||"#"==(N=C[R].getAttribute("href")).charAt(0));++R);N&&"#"!=N.charAt(0)&&(_.l={Target:N}),n.dense?(e[m+o]||(e[m+o]=[]),e[m+o][b+i]=_):e[Vr({c:b+i,r:m+o})]=_,l.e.c<b+i&&(l.e.c=b+i),b+=w}}++m}return f.length&&(e["!merges"]=(e["!merges"]||[]).concat(f)),l.e.r=Math.max(l.e.r,m-1+o),e["!ref"]=$r(l),m>=c&&(e["!fullref"]=$r((l.e.r=s.length-g+m-1+o,l))),e}function vu(e,t){return mu((t||{}).dense?[]:{},e,t)}function bu(e){var t="",r=function(e){return e.ownerDocument.defaultView&&"function"==typeof e.ownerDocument.defaultView.getComputedStyle?e.ownerDocument.defaultView.getComputedStyle:"function"==typeof getComputedStyle?getComputedStyle:null}(e);return r&&(t=r(e).getPropertyValue("display")),t||(t=e.style&&e.style.display),"none"===t}function yu(e){var t=e.replace(/[\t\r\n]/g," ").trim().replace(/ +/g," ").replace(/<text:s\/>/g," ").replace(/<text:s text:c="(\d+)"\/>/g,(function(e,t){return Array(parseInt(t,10)+1).join(" ")})).replace(/<text:tab[^>]*\/>/g,"\t").replace(/<text:line-break\/>/g,"\n");return[yt(t.replace(/<[^>]*>/g,""))]}var wu={day:["d","dd"],month:["m","mm"],year:["y","yy"],hours:["h","hh"],minutes:["m","mm"],seconds:["s","ss"],"am-pm":["A/P","AM/PM"],"day-of-week":["ddd","dddd"],era:["e","ee"],quarter:["\\Qm",'m\\"th quarter"']};function Su(e,t){var r=t||{};null!=p&&null==r.dense&&(r.dense=p);var n,o,i,a,s,c,l=qt(e),u=[],f={name:""},h="",d=0,g={},m=[],v=r.dense?[]:{},b={value:""},y="",w=0,S=[],x=-1,k=-1,T={s:{r:1e6,c:1e7},e:{r:0,c:0}},A=0,E={},_=[],O={},N=[],C=1,R=1,P=[],L={Names:[]},I={},F=["",""],j=[],D={},M="",B=0,W=!1,U=!1,z=0;for($t.lastIndex=0,l=l.replace(/<!--([\s\S]*?)-->/gm,"").replace(/<!DOCTYPE[^\[]*\[[^\]]*\]>/gm,"");s=$t.exec(l);)switch(s[3]=s[3].replace(/_.*$/,"")){case"table":case"工作表":"/"===s[1]?(T.e.c>=T.s.c&&T.e.r>=T.s.r?v["!ref"]=$r(T):v["!ref"]="A1:A1",r.sheetRows>0&&r.sheetRows<=T.e.r&&(v["!fullref"]=v["!ref"],T.e.r=r.sheetRows-1,v["!ref"]=$r(T)),_.length&&(v["!merges"]=_),N.length&&(v["!rows"]=N),i.name=i["名称"]||i.name,"undefined"!=typeof JSON&&JSON.stringify(i),m.push(i.name),g[i.name]=v,U=!1):"/"!==s[0].charAt(s[0].length-2)&&(i=gt(s[0],!1),x=k=-1,T.s.r=T.s.c=1e7,T.e.r=T.e.c=0,v=r.dense?[]:{},_=[],N=[],U=!0);break;case"table-row-group":"/"===s[1]?--A:++A;break;case"table-row":case"行":if("/"===s[1]){x+=C,C=1;break}if((a=gt(s[0],!1))["行号"]?x=a["行号"]-1:-1==x&&(x=0),(C=+a["number-rows-repeated"]||1)<10)for(z=0;z<C;++z)A>0&&(N[x+z]={level:A});k=-1;break;case"covered-table-cell":"/"!==s[1]&&++k,r.sheetStubs&&(r.dense?(v[x]||(v[x]=[]),v[x][k]={t:"z"}):v[Vr({r:x,c:k})]={t:"z"}),y="",S=[];break;case"table-cell":case"数据":if("/"===s[0].charAt(s[0].length-2))++k,b=gt(s[0],!1),R=parseInt(b["number-columns-repeated"]||"1",10),c={t:"z",v:null},b.formula&&0!=r.cellFormula&&(c.f=oc(yt(b.formula))),"string"==(b["数据类型"]||b["value-type"])&&(c.t="s",c.v=yt(b["string-value"]||""),r.dense?(v[x]||(v[x]=[]),v[x][k]=c):v[Vr({r:x,c:k})]=c),k+=R-1;else if("/"!==s[1]){y="",w=0,S=[],R=1;var H=C?x+C-1:x;if(++k>T.e.c&&(T.e.c=k),k<T.s.c&&(T.s.c=k),x<T.s.r&&(T.s.r=x),H>T.e.r&&(T.e.r=H),j=[],D={},c={t:(b=gt(s[0],!1))["数据类型"]||b["value-type"],v:null},r.cellFormula)if(b.formula&&(b.formula=yt(b.formula)),b["number-matrix-columns-spanned"]&&b["number-matrix-rows-spanned"]&&(O={s:{r:x,c:k},e:{r:x+(parseInt(b["number-matrix-rows-spanned"],10)||0)-1,c:k+(parseInt(b["number-matrix-columns-spanned"],10)||0)-1}},c.F=$r(O),P.push([O,c.F])),b.formula)c.f=oc(b.formula);else for(z=0;z<P.length;++z)x>=P[z][0].s.r&&x<=P[z][0].e.r&&k>=P[z][0].s.c&&k<=P[z][0].e.c&&(c.F=P[z][1]);switch((b["number-columns-spanned"]||b["number-rows-spanned"])&&(O={s:{r:x,c:k},e:{r:x+(parseInt(b["number-rows-spanned"],10)||0)-1,c:k+(parseInt(b["number-columns-spanned"],10)||0)-1}},_.push(O)),b["number-columns-repeated"]&&(R=parseInt(b["number-columns-repeated"],10)),c.t){case"boolean":c.t="b",c.v=_t(b["boolean-value"]);break;case"float":case"percentage":case"currency":c.t="n",c.v=parseFloat(b.value);break;case"date":c.t="d",c.v=He(b["date-value"]),r.cellDates||(c.t="n",c.v=Ie(c.v)),c.z="m/d/yy";break;case"time":c.t="n",c.v=Be(b["time-value"])/86400,r.cellDates&&(c.t="d",c.v=Me(c.v)),c.z="HH:MM:SS";break;case"number":c.t="n",c.v=parseFloat(b["数据数值"]);break;default:if("string"!==c.t&&"text"!==c.t&&c.t)throw new Error("Unsupported value type "+c.t);c.t="s",null!=b["string-value"]&&(y=yt(b["string-value"]),S=[])}}else{if(W=!1,"s"===c.t&&(c.v=y||"",S.length&&(c.R=S),W=0==w),I.Target&&(c.l=I),j.length>0&&(c.c=j,j=[]),y&&!1!==r.cellText&&(c.w=y),W&&(c.t="z",delete c.v),(!W||r.sheetStubs)&&!(r.sheetRows&&r.sheetRows<=x))for(var V=0;V<C;++V){if(R=parseInt(b["number-columns-repeated"]||"1",10),r.dense)for(v[x+V]||(v[x+V]=[]),v[x+V][k]=0==V?c:qe(c);--R>0;)v[x+V][k+R]=qe(c);else for(v[Vr({r:x+V,c:k})]=c;--R>0;)v[Vr({r:x+V,c:k+R})]=qe(c);T.e.c<=k&&(T.e.c=k)}k+=(R=parseInt(b["number-columns-repeated"]||"1",10))-1,R=0,c={},y="",S=[]}I={};break;case"document":case"document-content":case"电子表格文档":case"spreadsheet":case"主体":case"scripts":case"styles":case"font-face-decls":case"master-styles":if("/"===s[1]){if((n=u.pop())[0]!==s[3])throw"Bad state: "+n}else"/"!==s[0].charAt(s[0].length-2)&&u.push([s[3],!0]);break;case"annotation":if("/"===s[1]){if((n=u.pop())[0]!==s[3])throw"Bad state: "+n;D.t=y,S.length&&(D.R=S),D.a=M,j.push(D)}else"/"!==s[0].charAt(s[0].length-2)&&u.push([s[3],!1]);M="",B=0,y="",w=0,S=[];break;case"creator":"/"===s[1]?M=l.slice(B,s.index):B=s.index+s[0].length;break;case"meta":case"元数据":case"settings":case"config-item-set":case"config-item-map-indexed":case"config-item-map-entry":case"config-item-map-named":case"shapes":case"frame":case"text-box":case"image":case"data-pilot-tables":case"list-style":case"form":case"dde-links":case"event-listeners":case"chart":if("/"===s[1]){if((n=u.pop())[0]!==s[3])throw"Bad state: "+n}else"/"!==s[0].charAt(s[0].length-2)&&u.push([s[3],!1]);y="",w=0,S=[];break;case"scientific-number":case"currency-symbol":case"currency-style":case"script":case"libraries":case"automatic-styles":case"default-style":case"page-layout":case"style":case"map":case"font-face":case"paragraph-properties":case"table-properties":case"table-column-properties":case"table-row-properties":case"table-cell-properties":case"fraction":case"boolean-style":case"boolean":case"text-style":case"text-content":case"text-properties":case"embedded-text":case"body":case"电子表格":case"forms":case"table-column":case"table-header-rows":case"table-rows":case"table-column-group":case"table-header-columns":case"table-columns":case"null-date":case"graphic-properties":case"calculation-settings":case"named-expressions":case"label-range":case"label-ranges":case"named-expression":case"sort":case"sort-by":case"sort-groups":case"tab":case"line-break":case"span":case"s":case"date":case"object":case"title":case"标题":case"desc":case"binary-data":case"table-source":case"scenario":case"iteration":case"content-validations":case"content-validation":case"help-message":case"error-message":case"database-ranges":case"filter":case"filter-and":case"filter-or":case"filter-condition":case"list-level-style-bullet":case"list-level-style-number":case"list-level-properties":case"sender-firstname":case"sender-lastname":case"sender-initials":case"sender-title":case"sender-position":case"sender-email":case"sender-phone-private":case"sender-fax":case"sender-company":case"sender-phone-work":case"sender-street":case"sender-city":case"sender-postal-code":case"sender-country":case"sender-state-or-province":case"author-name":case"author-initials":case"chapter":case"file-name":case"template-name":case"sheet-name":case"event-listener":case"initial-creator":case"creation-date":case"print-date":case"generator":case"document-statistic":case"user-defined":case"editing-duration":case"editing-cycles":case"config-item":case"page-number":case"page-count":case"time":case"cell-range-source":case"detective":case"operation":case"highlighted-range":case"data-pilot-table":case"source-cell-range":case"source-service":case"data-pilot-field":case"data-pilot-level":case"data-pilot-subtotals":case"data-pilot-subtotal":case"data-pilot-members":case"data-pilot-member":case"data-pilot-display-info":case"data-pilot-sort-info":case"data-pilot-layout-info":case"data-pilot-field-reference":case"data-pilot-groups":case"data-pilot-group":case"data-pilot-group-member":case"rect":case"dde-connection-decls":case"dde-connection-decl":case"dde-link":case"dde-source":case"properties":case"property":case"table-protection":case"data-pilot-grand-total":case"office-document-common-attrs":break;case"number-style":case"percentage-style":case"date-style":case"time-style":if("/"===s[1]){if(E[f.name]=h,(n=u.pop())[0]!==s[3])throw"Bad state: "+n}else"/"!==s[0].charAt(s[0].length-2)&&(h="",f=gt(s[0],!1),u.push([s[3],!0]));break;case"number":case"day":case"month":case"year":case"era":case"day-of-week":case"week-of-year":case"quarter":case"hours":case"minutes":case"seconds":case"am-pm":switch(u[u.length-1][0]){case"time-style":case"date-style":o=gt(s[0],!1),h+=wu[s[3]]["long"===o.style?1:0]}break;case"text":if("/>"===s[0].slice(-2))break;if("/"===s[1])switch(u[u.length-1][0]){case"number-style":case"date-style":case"time-style":h+=l.slice(d,s.index)}else d=s.index+s[0].length;break;case"named-range":F=ac((o=gt(s[0],!1))["cell-range-address"]);var q={Name:o.name,Ref:F[0]+"!"+F[1]};U&&(q.Sheet=m.length),L.Names.push(q);break;case"p":case"文本串":if(["master-styles"].indexOf(u[u.length-1][0])>-1)break;if("/"!==s[1]||b&&b["string-value"])gt(s[0],!1),w=s.index+s[0].length;else{var $=yu(l.slice(w,s.index));y=(y.length>0?y+"\n":"")+$[0]}break;case"database-range":if("/"===s[1])break;try{g[(F=ac(gt(s[0])["target-range-address"]))[0]]["!autofilter"]={ref:F[1]}}catch(e){}break;case"a":if("/"!==s[1]){if(!(I=gt(s[0],!1)).href)break;I.Target=yt(I.href),delete I.href,"#"==I.Target.charAt(0)&&I.Target.indexOf(".")>-1?(F=ac(I.Target.slice(1)),I.Target="#"+F[0]+"!"+F[1]):I.Target.match(/^\.\.[\\\/]/)&&(I.Target=I.Target.slice(3))}break;default:switch(s[2]){case"dc:":case"calcext:":case"loext:":case"ooo:":case"chartooo:":case"draw:":case"style:":case"chart:":case"form:":case"uof:":case"表:":case"字:":break;default:if(r.WTF)throw new Error(s)}}var G={Sheets:g,SheetNames:m,Workbook:L};return r.bookSheets&&delete G.Sheets,G}function xu(e,t){t=t||{},Qe(e,"META-INF/manifest.xml")&&function(e,t){for(var r,n,o=qt(e);r=$t.exec(o);)switch(r[3]){case"manifest":break;case"file-entry":if("/"==(n=gt(r[0],!1)).path&&n.type!==Yn)throw new Error("This OpenDocument is not a spreadsheet");break;case"encryption-data":case"algorithm":case"start-key-generation":case"key-derivation":throw new Error("Unsupported ODS Encryption");default:if(t&&t.WTF)throw r}}(tt(e,"META-INF/manifest.xml"),t);var r=rt(e,"content.xml");if(!r)throw new Error("Missing content.xml in ODS / UOF file");var n=Su(Pt(r),t);return Qe(e,"meta.xml")&&(n.Props=to(tt(e,"meta.xml"))),n}function ku(e,t){return Su(e,t)}var Tu=function(){var e=["<office:master-styles>",'<style:master-page style:name="mp1" style:page-layout-name="mp1">',"<style:header/>",'<style:header-left style:display="false"/>',"<style:footer/>",'<style:footer-left style:display="false"/>',"</style:master-page>","</office:master-styles>"].join(""),t="<office:document-styles "+zt({"xmlns:office":"urn:oasis:names:tc:opendocument:xmlns:office:1.0","xmlns:table":"urn:oasis:names:tc:opendocument:xmlns:table:1.0","xmlns:style":"urn:oasis:names:tc:opendocument:xmlns:style:1.0","xmlns:text":"urn:oasis:names:tc:opendocument:xmlns:text:1.0","xmlns:draw":"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0","xmlns:fo":"urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0","xmlns:xlink":"http://www.w3.org/1999/xlink","xmlns:dc":"http://purl.org/dc/elements/1.1/","xmlns:number":"urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0","xmlns:svg":"urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0","xmlns:of":"urn:oasis:names:tc:opendocument:xmlns:of:1.2","office:version":"1.2"})+">"+e+"</office:document-styles>";return function(){return lt+t}}(),Au=function(){var e=function(e){return xt(e).replace(/ +/g,(function(e){return'<text:s text:c="'+e.length+'"/>'})).replace(/\t/g,"<text:tab/>").replace(/\n/g,"</text:p><text:p>").replace(/^ /,"<text:s/>").replace(/ $/,"<text:s/>")},t=" <table:table-cell />\n",r=function(r,n,o){var i=[];i.push(' <table:table table:name="'+xt(n.SheetNames[o])+'" table:style-name="ta1">\n');var a=0,s=0,c=qr(r["!ref"]||"A1"),l=r["!merges"]||[],u=0,f=Array.isArray(r);if(r["!cols"])for(s=0;s<=c.e.c;++s)i.push(" <table:table-column"+(r["!cols"][s]?' table:style-name="co'+r["!cols"][s].ods+'"':"")+"></table:table-column>\n");var h="",d=r["!rows"]||[];for(a=0;a<c.s.r;++a)h=d[a]?' table:style-name="ro'+d[a].ods+'"':"",i.push(" <table:table-row"+h+"></table:table-row>\n");for(;a<=c.e.r;++a){for(h=d[a]?' table:style-name="ro'+d[a].ods+'"':"",i.push(" <table:table-row"+h+">\n"),s=0;s<c.s.c;++s)i.push(t);for(;s<=c.e.c;++s){var p=!1,g={},m="";for(u=0;u!=l.length;++u)if(!(l[u].s.c>s||l[u].s.r>a||l[u].e.c<s||l[u].e.r<a)){l[u].s.c==s&&l[u].s.r==a||(p=!0),g["table:number-columns-spanned"]=l[u].e.c-l[u].s.c+1,g["table:number-rows-spanned"]=l[u].e.r-l[u].s.r+1;break}if(p)i.push(" <table:covered-table-cell/>\n");else{var v=Vr({r:a,c:s}),b=f?(r[a]||[])[s]:r[v];if(b&&b.f&&(g["table:formula"]=xt(ic(b.f)),b.F&&b.F.slice(0,v.length)==v)){var y=qr(b.F);g["table:number-matrix-columns-spanned"]=y.e.c-y.s.c+1,g["table:number-matrix-rows-spanned"]=y.e.r-y.s.r+1}if(b){switch(b.t){case"b":m=b.v?"TRUE":"FALSE",g["office:value-type"]="boolean",g["office:boolean-value"]=b.v?"true":"false";break;case"n":m=b.w||String(b.v||0),g["office:value-type"]="float",g["office:value"]=b.v||0;break;case"s":case"str":m=null==b.v?"":b.v,g["office:value-type"]="string";break;case"d":m=b.w||He(b.v).toISOString(),g["office:value-type"]="date",g["office:date-value"]=He(b.v).toISOString(),g["table:style-name"]="ce1";break;default:i.push(t);continue}var w=e(m);if(b.l&&b.l.Target){var S=b.l.Target;"#"==(S="#"==S.charAt(0)?"#"+sc(S.slice(1)):S).charAt(0)||S.match(/^\w+:/)||(S="../"+S),w=Ht("text:a",w,{"xlink:href":S.replace(/&/g,"&amp;")})}i.push(" "+Ht("table:table-cell",Ht("text:p",w,{}),g)+"\n")}else i.push(t)}}i.push(" </table:table-row>\n")}return i.push(" </table:table>\n"),i.join("")};return function(e,t){var n=[lt],o=zt({"xmlns:office":"urn:oasis:names:tc:opendocument:xmlns:office:1.0","xmlns:table":"urn:oasis:names:tc:opendocument:xmlns:table:1.0","xmlns:style":"urn:oasis:names:tc:opendocument:xmlns:style:1.0","xmlns:text":"urn:oasis:names:tc:opendocument:xmlns:text:1.0","xmlns:draw":"urn:oasis:names:tc:opendocument:xmlns:drawing:1.0","xmlns:fo":"urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0","xmlns:xlink":"http://www.w3.org/1999/xlink","xmlns:dc":"http://purl.org/dc/elements/1.1/","xmlns:meta":"urn:oasis:names:tc:opendocument:xmlns:meta:1.0","xmlns:number":"urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0","xmlns:presentation":"urn:oasis:names:tc:opendocument:xmlns:presentation:1.0","xmlns:svg":"urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0","xmlns:chart":"urn:oasis:names:tc:opendocument:xmlns:chart:1.0","xmlns:dr3d":"urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0","xmlns:math":"http://www.w3.org/1998/Math/MathML","xmlns:form":"urn:oasis:names:tc:opendocument:xmlns:form:1.0","xmlns:script":"urn:oasis:names:tc:opendocument:xmlns:script:1.0","xmlns:ooo":"http://openoffice.org/2004/office","xmlns:ooow":"http://openoffice.org/2004/writer","xmlns:oooc":"http://openoffice.org/2004/calc","xmlns:dom":"http://www.w3.org/2001/xml-events","xmlns:xforms":"http://www.w3.org/2002/xforms","xmlns:xsd":"http://www.w3.org/2001/XMLSchema","xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","xmlns:sheet":"urn:oasis:names:tc:opendocument:sh33tjs:1.0","xmlns:rpt":"http://openoffice.org/2005/report","xmlns:of":"urn:oasis:names:tc:opendocument:xmlns:of:1.2","xmlns:xhtml":"http://www.w3.org/1999/xhtml","xmlns:grddl":"http://www.w3.org/2003/g/data-view#","xmlns:tableooo":"http://openoffice.org/2009/table","xmlns:drawooo":"http://openoffice.org/2010/draw","xmlns:calcext":"urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0","xmlns:loext":"urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0","xmlns:field":"urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0","xmlns:formx":"urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0","xmlns:css3t":"http://www.w3.org/TR/css3-text/","office:version":"1.2"}),i=zt({"xmlns:config":"urn:oasis:names:tc:opendocument:xmlns:config:1.0","office:mimetype":"application/vnd.oasis.opendocument.spreadsheet"});"fods"==t.bookType?(n.push("<office:document"+o+i+">\n"),n.push(Zn().replace(/office:document-meta/g,"office:meta"))):n.push("<office:document-content"+o+">\n"),function(e,t){e.push(" <office:automatic-styles>\n"),e.push(' <number:date-style style:name="N37" number:automatic-order="true">\n'),e.push(' <number:month number:style="long"/>\n'),e.push(" <number:text>/</number:text>\n"),e.push(' <number:day number:style="long"/>\n'),e.push(" <number:text>/</number:text>\n"),e.push(" <number:year/>\n"),e.push(" </number:date-style>\n");var r=0;t.SheetNames.map((function(e){return t.Sheets[e]})).forEach((function(t){if(t&&t["!cols"])for(var n=0;n<t["!cols"].length;++n)if(t["!cols"][n]){var o=t["!cols"][n];if(null==o.width&&null==o.wpx&&null==o.wch)continue;Sa(o),o.ods=r;var i=t["!cols"][n].wpx+"px";e.push(' <style:style style:name="co'+r+'" style:family="table-column">\n'),e.push(' <style:table-column-properties fo:break-before="auto" style:column-width="'+i+'"/>\n'),e.push(" </style:style>\n"),++r}}));var n=0;t.SheetNames.map((function(e){return t.Sheets[e]})).forEach((function(t){if(t&&t["!rows"])for(var r=0;r<t["!rows"].length;++r)if(t["!rows"][r]){t["!rows"][r].ods=n;var o=t["!rows"][r].hpx+"px";e.push(' <style:style style:name="ro'+n+'" style:family="table-row">\n'),e.push(' <style:table-row-properties fo:break-before="auto" style:row-height="'+o+'"/>\n'),e.push(" </style:style>\n"),++n}})),e.push(' <style:style style:name="ta1" style:family="table" style:master-page-name="mp1">\n'),e.push(' <style:table-properties table:display="true" style:writing-mode="lr-tb"/>\n'),e.push(" </style:style>\n"),e.push(' <style:style style:name="ce1" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N37"/>\n'),e.push(" </office:automatic-styles>\n")}(n,e),n.push(" <office:body>\n"),n.push(" <office:spreadsheet>\n");for(var a=0;a!=e.SheetNames.length;++a)n.push(r(e.Sheets[e.SheetNames[a]],e,a));return n.push(" </office:spreadsheet>\n"),n.push(" </office:body>\n"),"fods"==t.bookType?n.push("</office:document>"):n.push("</office:document-content>"),n.join("")}}();function Eu(e,t){if("fods"==t.bookType)return Au(e,t);var r=at(),n="",o=[],i=[];return it(r,n="mimetype","application/vnd.oasis.opendocument.spreadsheet"),it(r,n="content.xml",Au(e,t)),o.push([n,"text/xml"]),i.push([n,"ContentFile"]),it(r,n="styles.xml",Tu(e,t)),o.push([n,"text/xml"]),i.push([n,"StylesFile"]),it(r,n="meta.xml",lt+Zn()),o.push([n,"text/xml"]),i.push([n,"MetadataFile"]),it(r,n="manifest.rdf",function(e){var t=[lt];t.push('<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">\n');for(var r=0;r!=e.length;++r)t.push(Kn(e[r][0],e[r][1])),t.push(Jn("",e[r][0]));return t.push(Kn("","Document","pkg")),t.push("</rdf:RDF>"),t.join("")}(i)),o.push([n,"application/rdf+xml"]),it(r,n="META-INF/manifest.xml",function(e){var t=[lt];t.push('<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">\n'),t.push(' <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.spreadsheet"/>\n');for(var r=0;r<e.length;++r)t.push(' <manifest:file-entry manifest:full-path="'+e[r][0]+'" manifest:media-type="'+e[r][1]+'"/>\n');return t.push("</manifest:manifest>"),t.join("")}(o)),r}function _u(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function Ou(e){return"undefined"!=typeof TextDecoder?(new TextDecoder).decode(e):Pt(T(e))}function Nu(e){return"undefined"!=typeof TextEncoder?(new TextEncoder).encode(e):x(Lt(e))}function Cu(e){var t=e.reduce((function(e,t){return e+t.length}),0),r=new Uint8Array(t),n=0;return e.forEach((function(e){r.set(e,n),n+=e.length})),r}function Ru(e){return 16843009*((e=(858993459&(e-=e>>1&1431655765))+(e>>2&858993459))+(e>>4)&252645135)>>>24}function Pu(e,t){var r=t?t[0]:0,n=127&e[r];e:if(e[r++]>=128){if(n|=(127&e[r])<<7,e[r++]<128)break e;if(n|=(127&e[r])<<14,e[r++]<128)break e;if(n|=(127&e[r])<<21,e[r++]<128)break e;if(n+=(127&e[r])*Math.pow(2,28),++r,e[r++]<128)break e;if(n+=(127&e[r])*Math.pow(2,35),++r,e[r++]<128)break e;if(n+=(127&e[r])*Math.pow(2,42),++r,e[r++]<128)break e}return t&&(t[0]=r),n}function Lu(e){var t=new Uint8Array(7);t[0]=127&e;var r=1;e:if(e>127){if(t[r-1]|=128,t[r]=e>>7&127,++r,e<=16383)break e;if(t[r-1]|=128,t[r]=e>>14&127,++r,e<=2097151)break e;if(t[r-1]|=128,t[r]=e>>21&127,++r,e<=268435455)break e;if(t[r-1]|=128,t[r]=e/256>>>21&127,++r,e<=34359738367)break e;if(t[r-1]|=128,t[r]=e/65536>>>21&127,++r,e<=4398046511103)break e;t[r-1]|=128,t[r]=e/16777216>>>21&127,++r}return t.slice(0,r)}function Iu(e){var t=0,r=127&e[t];e:if(e[t++]>=128){if(r|=(127&e[t])<<7,e[t++]<128)break e;if(r|=(127&e[t])<<14,e[t++]<128)break e;if(r|=(127&e[t])<<21,e[t++]<128)break e;r|=(127&e[t])<<28}return r}function Fu(e){for(var t=[],r=[0];r[0]<e.length;){var n,o=r[0],i=Pu(e,r),a=7&i,s=0;if(0==(i=Math.floor(i/8)))break;switch(a){case 0:for(var c=r[0];e[r[0]++]>=128;);n=e.slice(c,r[0]);break;case 5:s=4,n=e.slice(r[0],r[0]+s),r[0]+=s;break;case 1:s=8,n=e.slice(r[0],r[0]+s),r[0]+=s;break;case 2:s=Pu(e,r),n=e.slice(r[0],r[0]+s),r[0]+=s;break;default:throw new Error("PB Type ".concat(a," for Field ").concat(i," at offset ").concat(o))}var l={data:n,type:a};null==t[i]?t[i]=[l]:t[i].push(l)}return t}function ju(e){var t=[];return e.forEach((function(e,r){e.forEach((function(e){e.data&&(t.push(Lu(8*r+e.type)),2==e.type&&t.push(Lu(e.data.length)),t.push(e.data))}))})),Cu(t)}function Du(e,t){return(null==e?void 0:e.map((function(e){return t(e.data)})))||[]}function Mu(e){for(var t,r=[],n=[0];n[0]<e.length;){var o=Pu(e,n),i=Fu(e.slice(n[0],n[0]+o));n[0]+=o;var a={id:Iu(i[1][0].data),messages:[]};i[2].forEach((function(t){var r=Fu(t.data),o=Iu(r[3][0].data);a.messages.push({meta:r,data:e.slice(n[0],n[0]+o)}),n[0]+=o})),(null==(t=i[3])?void 0:t[0])&&(a.merge=Iu(i[3][0].data)>>>0>0),r.push(a)}return r}function Bu(e){var t=[];return e.forEach((function(e){var r=[];r[1]=[{data:Lu(e.id),type:0}],r[2]=[],null!=e.merge&&(r[3]=[{data:Lu(+!!e.merge),type:0}]);var n=[];e.messages.forEach((function(e){n.push(e.data),e.meta[3]=[{type:0,data:Lu(e.data.length)}],r[2].push({data:ju(e.meta),type:2})}));var o=ju(r);t.push(Lu(o.length)),t.push(o),n.forEach((function(e){return t.push(e)}))})),Cu(t)}function Wu(e,t){if(0!=e)throw new Error("Unexpected Snappy chunk type ".concat(e));for(var r=[0],n=Pu(t,r),o=[];r[0]<t.length;){var i=3&t[r[0]];if(0!=i){var a=0,s=0;if(1==i?(s=4+(t[r[0]]>>2&7),a=(224&t[r[0]++])<<3,a|=t[r[0]++]):(s=1+(t[r[0]++]>>2),2==i?(a=t[r[0]]|t[r[0]+1]<<8,r[0]+=2):(a=(t[r[0]]|t[r[0]+1]<<8|t[r[0]+2]<<16|t[r[0]+3]<<24)>>>0,r[0]+=4)),o=[Cu(o)],0==a)throw new Error("Invalid offset 0");if(a>o[0].length)throw new Error("Invalid offset beyond length");if(s>=a)for(o.push(o[0].slice(-a)),s-=a;s>=o[o.length-1].length;)o.push(o[o.length-1]),s-=o[o.length-1].length;o.push(o[0].slice(-a,-a+s))}else{var c=t[r[0]++]>>2;if(c<60)++c;else{var l=c-59;c=t[r[0]],l>1&&(c|=t[r[0]+1]<<8),l>2&&(c|=t[r[0]+2]<<16),l>3&&(c|=t[r[0]+3]<<24),c>>>=0,c++,r[0]+=l}o.push(t.slice(r[0],r[0]+c)),r[0]+=c}}var u=Cu(o);if(u.length!=n)throw new Error("Unexpected length: ".concat(u.length," != ").concat(n));return u}function Uu(e){for(var t=[],r=0;r<e.length;){var n=e[r++],o=e[r]|e[r+1]<<8|e[r+2]<<16;r+=3,t.push(Wu(n,e.slice(r,r+o))),r+=o}if(r!==e.length)throw new Error("data is not a valid framed stream!");return Cu(t)}function zu(e){for(var t=[],r=0;r<e.length;){var n=Math.min(e.length-r,268435455),o=new Uint8Array(4);t.push(o);var i=Lu(n),a=i.length;t.push(i),n<=60?(a++,t.push(new Uint8Array([n-1<<2]))):n<=256?(a+=2,t.push(new Uint8Array([240,n-1&255]))):n<=65536?(a+=3,t.push(new Uint8Array([244,n-1&255,n-1>>8&255]))):n<=16777216?(a+=4,t.push(new Uint8Array([248,n-1&255,n-1>>8&255,n-1>>16&255]))):n<=4294967296&&(a+=5,t.push(new Uint8Array([252,n-1&255,n-1>>8&255,n-1>>16&255,n-1>>>24&255]))),t.push(e.slice(r,r+n)),a+=n,o[0]=0,o[1]=255&a,o[2]=a>>8&255,o[3]=a>>16&255,r+=n}return Cu(t)}function Hu(e,t,r){var n,o=_u(e),i=o.getUint32(8,!0),a=12,s=-1,c=-1,l=NaN,u=NaN,f=new Date(2001,0,1);switch(1&i&&(l=function(e,t){for(var r=(127&e[t+15])<<7|e[t+14]>>1,n=1&e[t+14],o=t+13;o>=t;--o)n=256*n+e[o];return(128&e[t+15]?-n:n)*Math.pow(10,r-6176)}(e,a),a+=16),2&i&&(u=o.getFloat64(a,!0),a+=8),4&i&&(f.setTime(f.getTime()+1e3*o.getFloat64(a,!0)),a+=8),8&i&&(c=o.getUint32(a,!0),a+=4),16&i&&(s=o.getUint32(a,!0),a+=4),e[1]){case 0:break;case 2:case 10:n={t:"n",v:l};break;case 3:n={t:"s",v:t[c]};break;case 5:n={t:"d",v:f};break;case 6:n={t:"b",v:u>0};break;case 7:n={t:"n",v:u/86400};break;case 8:n={t:"e",v:0};break;case 9:if(!(s>-1))throw new Error("Unsupported cell type ".concat(e[1]," : ").concat(31&i," : ").concat(e.slice(0,4)));n={t:"s",v:r[s]};break;default:throw new Error("Unsupported cell type ".concat(e[1]," : ").concat(31&i," : ").concat(e.slice(0,4)))}return n}function Vu(e,t){var r=new Uint8Array(32),n=_u(r),o=12,i=0;switch(r[0]=5,e.t){case"n":r[1]=2,function(e,t,r){var n=Math.floor(0==r?0:Math.LOG10E*Math.log(Math.abs(r)))+6176-20,o=r/Math.pow(10,n-6176);e[t+15]|=n>>7,e[t+14]|=(127&n)<<1;for(var i=0;o>=1;++i,o/=256)e[t+i]=255&o;e[t+15]|=r>=0?0:128}(r,o,e.v),i|=1,o+=16;break;case"b":r[1]=6,n.setFloat64(o,e.v?1:0,!0),i|=2,o+=8;break;case"s":if(-1==t.indexOf(e.v))throw new Error("Value ".concat(e.v," missing from SST!"));r[1]=3,n.setUint32(o,t.indexOf(e.v),!0),i|=8,o+=4;break;default:throw"unsupported cell type "+e.t}return n.setUint32(8,i,!0),r.slice(0,o)}function qu(e,t){var r=new Uint8Array(32),n=_u(r),o=12,i=0;switch(r[0]=3,e.t){case"n":r[2]=2,n.setFloat64(o,e.v,!0),i|=32,o+=8;break;case"b":r[2]=6,n.setFloat64(o,e.v?1:0,!0),i|=32,o+=8;break;case"s":if(-1==t.indexOf(e.v))throw new Error("Value ".concat(e.v," missing from SST!"));r[2]=3,n.setUint32(o,t.indexOf(e.v),!0),i|=16,o+=4;break;default:throw"unsupported cell type "+e.t}return n.setUint32(4,i,!0),r.slice(0,o)}function $u(e,t,r){switch(e[0]){case 0:case 1:case 2:case 3:return function(e,t,r,n){var o,i=_u(e),a=i.getUint32(4,!0),s=(n>1?12:8)+4*Ru(a&(n>1?3470:398)),c=-1,l=-1,u=NaN,f=new Date(2001,0,1);switch(512&a&&(c=i.getUint32(s,!0),s+=4),s+=4*Ru(a&(n>1?12288:4096)),16&a&&(l=i.getUint32(s,!0),s+=4),32&a&&(u=i.getFloat64(s,!0),s+=8),64&a&&(f.setTime(f.getTime()+1e3*i.getFloat64(s,!0)),s+=8),e[2]){case 0:break;case 2:o={t:"n",v:u};break;case 3:o={t:"s",v:t[l]};break;case 5:o={t:"d",v:f};break;case 6:o={t:"b",v:u>0};break;case 7:o={t:"n",v:u/86400};break;case 8:o={t:"e",v:0};break;case 9:if(c>-1)o={t:"s",v:r[c]};else if(l>-1)o={t:"s",v:t[l]};else{if(isNaN(u))throw new Error("Unsupported cell type ".concat(e.slice(0,4)));o={t:"n",v:u}}break;default:throw new Error("Unsupported cell type ".concat(e.slice(0,4)))}return o}(e,t,r,e[0]);case 5:return Hu(e,t,r);default:throw new Error("Unsupported payload version ".concat(e[0]))}}function Gu(e){return Pu(Fu(e)[1][0].data)}function Xu(e,t){var r=Fu(t.data),n=Iu(r[1][0].data),o=r[3],i=[];return(o||[]).forEach((function(t){var r=Fu(t.data),o=Iu(r[1][0].data)>>>0;switch(n){case 1:i[o]=Ou(r[3][0].data);break;case 8:var a=Fu(e[Gu(r[9][0].data)][0].data),s=e[Gu(a[1][0].data)][0],c=Iu(s.meta[1][0].data);if(2001!=c)throw new Error("2000 unexpected reference to ".concat(c));var l=Fu(s.data);i[o]=l[3].map((function(e){return Ou(e.data)})).join("")}})),i}function Yu(e,t){var r,n=Fu(t.data),o=(null==(r=null==n?void 0:n[7])?void 0:r[0])?Iu(n[7][0].data)>>>0>0?1:0:-1,i=Du(n[5],(function(e){return function(e,t){var r,n,o,i,a,s,c,l,u,f,h,d,p,g,m,v,b=Fu(e),y=Iu(b[1][0].data)>>>0,w=Iu(b[2][0].data)>>>0,S=(null==(n=null==(r=b[8])?void 0:r[0])?void 0:n.data)&&Iu(b[8][0].data)>0||!1;if((null==(i=null==(o=b[7])?void 0:o[0])?void 0:i.data)&&0!=t)m=null==(s=null==(a=b[7])?void 0:a[0])?void 0:s.data,v=null==(l=null==(c=b[6])?void 0:c[0])?void 0:l.data;else{if(!(null==(f=null==(u=b[4])?void 0:u[0])?void 0:f.data)||1==t)throw"NUMBERS Tile missing ".concat(t," cell storage");m=null==(d=null==(h=b[4])?void 0:h[0])?void 0:d.data,v=null==(g=null==(p=b[3])?void 0:p[0])?void 0:g.data}for(var x=S?4:1,k=_u(m),T=[],A=0;A<m.length/2;++A){var E=k.getUint16(2*A,!0);E<65535&&T.push([A,E])}if(T.length!=w)throw"Expected ".concat(w," cells, found ").concat(T.length);var _=[];for(A=0;A<T.length-1;++A)_[T[A][0]]=v.subarray(T[A][1]*x,T[A+1][1]*x);return T.length>=1&&(_[T[T.length-1][0]]=v.subarray(T[T.length-1][1]*x)),{R:y,cells:_}}(e,o)}));return{nrows:Iu(n[4][0].data)>>>0,data:i.reduce((function(e,t){return e[t.R]||(e[t.R]=[]),t.cells.forEach((function(r,n){if(e[t.R][n])throw new Error("Duplicate cell r=".concat(t.R," c=").concat(n));e[t.R][n]=r})),e}),[])}}function Ku(e,t){var r={"!ref":"A1"},n=e[Gu(Fu(t.data)[2][0].data)],o=Iu(n[0].meta[1][0].data);if(6001!=o)throw new Error("6000 unexpected reference to ".concat(o));return function(e,t,r){var n,o=Fu(t.data),i={s:{r:0,c:0},e:{r:0,c:0}};if(i.e.r=(Iu(o[6][0].data)>>>0)-1,i.e.r<0)throw new Error("Invalid row varint ".concat(o[6][0].data));if(i.e.c=(Iu(o[7][0].data)>>>0)-1,i.e.c<0)throw new Error("Invalid col varint ".concat(o[7][0].data));r["!ref"]=$r(i);var a=Fu(o[4][0].data),s=Xu(e,e[Gu(a[4][0].data)][0]),c=(null==(n=a[17])?void 0:n[0])?Xu(e,e[Gu(a[17][0].data)][0]):[],l=Fu(a[3][0].data),u=0;l[1].forEach((function(t){var n=Fu(t.data),o=e[Gu(n[2][0].data)][0],i=Iu(o.meta[1][0].data);if(6002!=i)throw new Error("6001 unexpected reference to ".concat(i));var a=Yu(0,o);a.data.forEach((function(e,t){e.forEach((function(e,n){var o=Vr({r:u+t,c:n}),i=$u(e,s,c);i&&(r[o]=i)}))})),u+=a.nrows}))}(e,n[0],r),r}function Ju(e,t){var r={SheetNames:[],Sheets:{}};if(Du(Fu(t.data)[1],Gu).forEach((function(t){e[t].forEach((function(t){if(2==Iu(t.meta[1][0].data)){var n=function(e,t){var r,n=Fu(t.data),o={name:(null==(r=n[1])?void 0:r[0])?Ou(n[1][0].data):"",sheets:[]};return Du(n[2],Gu).forEach((function(t){e[t].forEach((function(t){6e3==Iu(t.meta[1][0].data)&&o.sheets.push(Ku(e,t))}))})),o}(e,t);n.sheets.forEach((function(e,t){If(r,e,0==t?n.name:n.name+"_"+t,!0)}))}}))})),0==r.SheetNames.length)throw new Error("Empty NUMBERS file");return r}function Zu(e){var t,r,n,o,i={},a=[];if(e.FullPaths.forEach((function(e){if(e.match(/\.iwpv2/))throw new Error("Unsupported password protection")})),e.FileIndex.forEach((function(e){if(e.name.match(/\.iwa$/)){var t,r;try{t=Uu(e.content)}catch(t){return console.log("?? "+e.content.length+" "+(t.message||t))}try{r=Mu(t)}catch(e){return console.log("## "+(e.message||e))}r.forEach((function(e){i[e.id]=e.messages,a.push(e.id)}))}})),!a.length)throw new Error("File has no messages");var s=(null==(o=null==(n=null==(r=null==(t=null==i?void 0:i[1])?void 0:t[0])?void 0:r.meta)?void 0:n[1])?void 0:o[0].data)&&1==Iu(i[1][0].meta[1][0].data)&&i[1][0];if(s||a.forEach((function(e){i[e].forEach((function(e){if(1==Iu(e.meta[1][0].data)>>>0){if(s)throw new Error("Document has multiple roots");s=e}}))})),!s)throw new Error("Cannot find Document root");return Ju(i,s)}function Qu(e,t,r){var n,o,i,a;if(!(null==(n=e[6])?void 0:n[0])||!(null==(o=e[7])?void 0:o[0]))throw"Mutation only works on post-BNC storages!";if((null==(a=null==(i=e[8])?void 0:i[0])?void 0:a.data)&&Iu(e[8][0].data)>0||!1)throw"Math only works with normal offsets";for(var s=0,c=_u(e[7][0].data),l=0,u=[],f=_u(e[4][0].data),h=0,d=[],p=0;p<t.length;++p)if(null!=t[p]){var g,m;switch(c.setUint16(2*p,l,!0),f.setUint16(2*p,h,!0),typeof t[p]){case"string":g=Vu({t:"s",v:t[p]},r),m=qu({t:"s",v:t[p]},r);break;case"number":g=Vu({t:"n",v:t[p]},r),m=qu({t:"n",v:t[p]},r);break;case"boolean":g=Vu({t:"b",v:t[p]},r),m=qu({t:"b",v:t[p]},r);break;default:throw new Error("Unsupported value "+t[p])}u.push(g),l+=g.length,d.push(m),h+=m.length,++s}else c.setUint16(2*p,65535,!0),f.setUint16(2*p,65535);for(e[2][0].data=Lu(s);p<e[7][0].data.length/2;++p)c.setUint16(2*p,65535,!0),f.setUint16(2*p,65535,!0);return e[6][0].data=Cu(u),e[3][0].data=Cu(d),s}function ef(e){return function(t){for(var r=0;r!=e.length;++r){var n=e[r];void 0===t[n[0]]&&(t[n[0]]=n[1]),"n"===n[2]&&(t[n[0]]=Number(t[n[0]]))}}}function tf(e){ef([["cellNF",!1],["cellHTML",!0],["cellFormula",!0],["cellStyles",!1],["cellText",!0],["cellDates",!1],["sheetStubs",!1],["sheetRows",0,"n"],["bookDeps",!1],["bookSheets",!1],["bookProps",!1],["bookFiles",!1],["bookVBA",!1],["password",""],["WTF",!1]])(e)}function rf(e){ef([["cellDates",!1],["bookSST",!1],["bookType","xlsx"],["compression",!1],["WTF",!1]])(e)}function nf(e){return Vn.WS.indexOf(e)>-1?"sheet":Vn.CS&&e==Vn.CS?"chart":Vn.DS&&e==Vn.DS?"dialog":Vn.MS&&e==Vn.MS?"macro":e&&e.length?e:"sheet"}function of(e,t,r,n,o,i,a,s,c,l,u,f){try{i[n]=$n(rt(e,r,!0),t);var h,d=tt(e,t);switch(s){case"sheet":h=gl(d,t,o,c,i[n],l,u,f);break;case"chart":if(!(h=ml(d,t,o,c,i[n],l))||!h["!drawel"])break;var p=ct(h["!drawel"].Target,t),g=qn(p),m=function(e,t){if(!e)return"??";var r=(e.match(/<c:chart [^>]*r:id="([^"]*)"/)||["",""])[1];return t["!id"][r].Target}(rt(e,p,!0),$n(rt(e,g,!0),p)),v=ct(m,p),b=qn(v);h=Kc(rt(e,v,!0),0,0,$n(rt(e,b,!0),v),0,h);break;case"macro":h=function(e,t,r,n,o,i,a,s){return t.slice(-4),{"!type":"macro"}}(0,t,0,0,i[n]);break;case"dialog":h=function(e,t,r,n,o,i,a,s){return t.slice(-4),{"!type":"dialog"}}(0,t,0,0,i[n]);break;default:throw new Error("Unrecognized sheet type "+s)}a[n]=h;var y=[];i&&i[n]&&Ne(i[n]).forEach((function(r){var o="";if(i[n][r].Type==Vn.CMNT){o=ct(i[n][r].Target,t);var a=yl(tt(e,o,!0),o,c);if(!a||!a.length)return;ss(h,a,!1)}i[n][r].Type==Vn.TCMNT&&(o=ct(i[n][r].Target,t),y=y.concat(function(e,t){var r=[],n=!1,o={},i=0;return e.replace(ht,(function(a,s){var c=gt(a);switch(mt(c[0])){case"<?xml":case"<ThreadedComments":case"</ThreadedComments>":case"<extLst":case"<extLst>":case"</extLst>":case"<extLst/>":break;case"<threadedComment":o={author:c.personId,guid:c.id,ref:c.ref,T:1};break;case"</threadedComment>":null!=o.t&&r.push(o);break;case"<text>":case"<text":i=s+a.length;break;case"</text>":o.t=e.slice(i,s).replace(/\r\n/g,"\n").replace(/\r/g,"\n");break;case"<mentions":case"<mentions>":case"<ext":n=!0;break;case"</mentions>":case"</ext>":n=!1;break;default:if(!n&&t.WTF)throw new Error("unrecognized "+c[0]+" in threaded comments")}return a})),r}(tt(e,o,!0),c)))})),y&&y.length&&ss(h,y,!0,c.people||[])}catch(e){if(c.WTF)throw e}}function af(e){return"/"==e.charAt(0)?e.slice(1):e}function sf(e,t){if(we(),tf(t=t||{}),Qe(e,"META-INF/manifest.xml"))return xu(e,t);if(Qe(e,"objectdata.xml"))return xu(e,t);if(Qe(e,"Index/Document.iwa")){if("undefined"==typeof Uint8Array)throw new Error("NUMBERS file parsing requires Uint8Array support");if(void 0!==Zu){if(e.FileIndex)return Zu(e);var r=Ee.utils.cfb_new();return ot(e).forEach((function(t){it(r,t,nt(e,t))})),Zu(r)}throw new Error("Unsupported NUMBERS file")}if(!Qe(e,"[Content_Types].xml")){if(Qe(e,"index.xml.gz"))throw new Error("Unsupported NUMBERS 08 file");if(Qe(e,"index.xml"))throw new Error("Unsupported NUMBERS 09 file");throw new Error("Unsupported ZIP file")}var n,o,i=ot(e),a=function(e){var t={workbooks:[],sheets:[],charts:[],dialogs:[],macros:[],rels:[],strs:[],comments:[],threadedcomments:[],links:[],coreprops:[],extprops:[],custprops:[],themes:[],styles:[],calcchains:[],vba:[],drawings:[],metadata:[],people:[],TODO:[],xmlns:""};if(!e||!e.match)return t;var r={};if((e.match(ht)||[]).forEach((function(e){var n=gt(e);switch(n[0].replace(dt,"<")){case"<?xml":break;case"<Types":t.xmlns=n["xmlns"+(n[0].match(/<(\w+):/)||["",""])[1]];break;case"<Default":r[n.Extension]=n.ContentType;break;case"<Override":void 0!==t[Un[n.ContentType]]&&t[Un[n.ContentType]].push(n.PartName)}})),t.xmlns!==Gt.CT)throw new Error("Unknown Namespace: "+t.xmlns);return t.calcchain=t.calcchains.length>0?t.calcchains[0]:"",t.sst=t.strs.length>0?t.strs[0]:"",t.style=t.styles.length>0?t.styles[0]:"",t.defaults=r,delete t.calcchains,t}(rt(e,"[Content_Types].xml")),s=!1;if(0===a.workbooks.length&&tt(e,o="xl/workbook.xml",!0)&&a.workbooks.push(o),0===a.workbooks.length){if(!tt(e,o="xl/workbook.bin",!0))throw new Error("Could not find workbook");a.workbooks.push(o),s=!0}"bin"==a.workbooks[0].slice(-3)&&(s=!0);var c={},l={};if(!t.bookSheets&&!t.bookProps){if(cc=[],a.sst)try{cc=bl(tt(e,af(a.sst)),a.sst,t)}catch(e){if(t.WTF)throw e}t.cellStyles&&a.themes.length&&(c=function(e,t,r){return Za(e,r)}(rt(e,a.themes[0].replace(/^\//,""),!0)||"",a.themes[0],t)),a.style&&(l=vl(tt(e,af(a.style)),a.style,c,t))}a.links.map((function(r){try{$n(rt(e,qn(af(r))),r);return Sl(tt(e,af(r)),0,r,t)}catch(e){}}));var u=pl(tt(e,af(a.workbooks[0])),a.workbooks[0],t),f={},h="";a.coreprops.length&&((h=tt(e,af(a.coreprops[0]),!0))&&(f=to(h)),0!==a.extprops.length&&(h=tt(e,af(a.extprops[0]),!0))&&function(e,t,r){var n={};t||(t={}),e=Pt(e),oo.forEach((function(r){var o=(e.match(It(r[0]))||[])[1];switch(r[2]){case"string":o&&(t[r[1]]=yt(o));break;case"bool":t[r[1]]="true"===o;break;case"raw":var i=e.match(new RegExp("<"+r[0]+"[^>]*>([\\s\\S]*?)</"+r[0]+">"));i&&i.length>0&&(n[r[1]]=i[1])}})),n.HeadingPairs&&n.TitlesOfParts&&ao(n.HeadingPairs,n.TitlesOfParts,t,r)}(h,f,t));var d={};t.bookSheets&&!t.bookProps||0!==a.custprops.length&&(h=rt(e,af(a.custprops[0]),!0))&&(d=function(e,t){var r={},n="",o=e.match(co);if(o)for(var i=0;i!=o.length;++i){var a=o[i],s=gt(a);switch(s[0]){case"<?xml":case"<Properties":break;case"<property":n=yt(s.name);break;case"</property>":n=null;break;default:if(0===a.indexOf("<vt:")){var c=a.split(">"),l=c[0].slice(4),u=c[1];switch(l){case"lpstr":case"bstr":case"lpwstr":case"cy":case"error":r[n]=yt(u);break;case"bool":r[n]=_t(u);break;case"i1":case"i2":case"i4":case"i8":case"int":case"uint":r[n]=parseInt(u,10);break;case"r4":case"r8":case"decimal":r[n]=parseFloat(u);break;case"filetime":case"date":r[n]=He(u);break;default:if("/"==l.slice(-1))break;t.WTF&&"undefined"!=typeof console&&console.warn("Unexpected",a,l,c)}}else if("</"===a.slice(0,2));else if(t.WTF)throw new Error(a)}}return r}(h,t));var p={};if((t.bookSheets||t.bookProps)&&(u.Sheets?n=u.Sheets.map((function(e){return e.name})):f.Worksheets&&f.SheetNames.length>0&&(n=f.SheetNames),t.bookProps&&(p.Props=f,p.Custprops=d),t.bookSheets&&void 0!==n&&(p.SheetNames=n),t.bookSheets?p.SheetNames:t.bookProps))return p;n={};var g={};t.bookDeps&&a.calcchain&&(g=wl(tt(e,af(a.calcchain)),a.calcchain));var m,v,b=0,y={},w=u.Sheets;f.Worksheets=w.length,f.SheetNames=[];for(var S=0;S!=w.length;++S)f.SheetNames[S]=w[S].name;var x=s?"bin":"xml",k=a.workbooks[0].lastIndexOf("/"),T=(a.workbooks[0].slice(0,k+1)+"_rels/"+a.workbooks[0].slice(k+1)+".rels").replace(/^\//,"");Qe(e,T)||(T="xl/_rels/workbook."+x+".rels");var A=$n(rt(e,T,!0),T.replace(/_rels.*/,"s5s"));(a.metadata||[]).length>=1&&(t.xlmeta=xl(tt(e,af(a.metadata[0])),a.metadata[0],t)),(a.people||[]).length>=1&&(t.people=function(e,t){var r=[],n=!1;return e.replace(ht,(function(e){var o=gt(e);switch(mt(o[0])){case"<?xml":case"<personList":case"</personList>":case"</person>":case"<extLst":case"<extLst>":case"</extLst>":case"<extLst/>":break;case"<person":r.push({name:o.displayname,id:o.id});break;case"<ext":n=!0;break;case"</ext>":n=!1;break;default:if(!n&&t.WTF)throw new Error("unrecognized "+o[0]+" in threaded comments")}return e})),r}(tt(e,af(a.people[0])),t)),A&&(A=function(e,t){if(!e)return 0;try{e=t.map((function(t){return t.id||(t.id=t.strRelID),[t.name,e["!id"][t.id].Target,nf(e["!id"][t.id].Type)]}))}catch(e){return null}return e&&0!==e.length?e:null}(A,u.Sheets));var E=tt(e,"xl/worksheets/sheet.xml",!0)?1:0;e:for(b=0;b!=f.Worksheets;++b){var _="sheet";if(A&&A[b]?(m="xl/"+A[b][1].replace(/[\/]?xl\//,""),Qe(e,m)||(m=A[b][1]),Qe(e,m)||(m=T.replace(/_rels\/.*$/,"")+A[b][1]),_=A[b][2]):m=(m="xl/worksheets/sheet"+(b+1-E)+"."+x).replace(/sheet0\./,"sheet."),v=m.replace(/^(.*)(\/)([^\/]*)$/,"$1/_rels/$3.rels"),t&&null!=t.sheets)switch(typeof t.sheets){case"number":if(b!=t.sheets)continue e;break;case"string":if(f.SheetNames[b].toLowerCase()!=t.sheets.toLowerCase())continue e;break;default:if(Array.isArray&&Array.isArray(t.sheets)){for(var O=!1,N=0;N!=t.sheets.length;++N)"number"==typeof t.sheets[N]&&t.sheets[N]==b&&(O=1),"string"==typeof t.sheets[N]&&t.sheets[N].toLowerCase()==f.SheetNames[b].toLowerCase()&&(O=1);if(!O)continue e}}of(e,m,v,f.SheetNames[b],b,y,n,_,t,u,c,l)}return p={Directory:a,Workbook:u,Props:f,Custprops:d,Deps:g,Sheets:n,SheetNames:f.SheetNames,Strings:cc,Styles:l,Themes:c,SSF:qe(M)},t&&t.bookFiles&&(e.files?(p.keys=i,p.files=e.files):(p.keys=[],p.files={},e.FullPaths.forEach((function(t,r){t=t.replace(/^Root Entry[\/]/,""),p.keys.push(t),p.files[t]=e.FileIndex[r]})))),t&&t.bookVBA&&(a.vba.length>0?p.vbaraw=tt(e,af(a.vba[0]),!0):a.defaults&&a.defaults.bin===hs&&(p.vbaraw=tt(e,"xl/vbaProject.bin",!0))),p}function cf(e,t){var r=t||{},n="Workbook",o=Ee.find(e,n);try{if(n="/!DataSpaces/Version",!(o=Ee.find(e,n))||!o.content)throw new Error("ECMA-376 Encrypted file missing "+n);if(function(e){var t={};t.id=e._R(0,"lpp4"),t.R=Ji(e,4),t.U=Ji(e,4),t.W=Ji(e,4)}(o.content),n="/!DataSpaces/DataSpaceMap",!(o=Ee.find(e,n))||!o.content)throw new Error("ECMA-376 Encrypted file missing "+n);var i=function(e){var t=[];e.l+=4;for(var r=e._R(4);r-- >0;)t.push(Zi(e));return t}(o.content);if(1!==i.length||1!==i[0].comps.length||0!==i[0].comps[0].t||"StrongEncryptionDataSpace"!==i[0].name||"EncryptedPackage"!==i[0].comps[0].v)throw new Error("ECMA-376 Encrypted file bad "+n);if(n="/!DataSpaces/DataSpaceInfo/StrongEncryptionDataSpace",!(o=Ee.find(e,n))||!o.content)throw new Error("ECMA-376 Encrypted file missing "+n);var a=function(e){var t=[];e.l+=4;for(var r=e._R(4);r-- >0;)t.push(e._R(0,"lpp4"));return t}(o.content);if(1!=a.length||"StrongEncryptionTransform"!=a[0])throw new Error("ECMA-376 Encrypted file bad "+n);if(n="/!DataSpaces/TransformInfo/StrongEncryptionTransform/!Primary",!(o=Ee.find(e,n))||!o.content)throw new Error("ECMA-376 Encrypted file missing "+n);Qi(o.content)}catch(e){}if(n="/EncryptionInfo",!(o=Ee.find(e,n))||!o.content)throw new Error("ECMA-376 Encrypted file missing "+n);var s=function(e){var t=Ji(e);switch(t.Minor){case 2:return[t.Minor,ra(e)];case 3:return[t.Minor,na()];case 4:return[t.Minor,oa(e)]}throw new Error("ECMA-376 Encrypted file unrecognized Version: "+t.Minor)}(o.content);if(n="/EncryptedPackage",!(o=Ee.find(e,n))||!o.content)throw new Error("ECMA-376 Encrypted file missing "+n);if(4==s[0]&&"undefined"!=typeof decrypt_agile)return decrypt_agile(s[1],o.content,r.password||"",r);if(2==s[0]&&"undefined"!=typeof decrypt_std76)return decrypt_std76(s[1],o.content,r.password||"",r);throw new Error("File is password-protected")}function lf(e,t){return"ods"==t.bookType?Eu(e,t):"numbers"==t.bookType?function(e,t){if(!t||!t.numbers)throw new Error("Must pass a `numbers` option -- check the README");var r=e.Sheets[e.SheetNames[0]];e.SheetNames.length>1&&console.error("The Numbers writer currently writes only the first table");var n=qr(r["!ref"]);n.s.r=n.s.c=0;var o=!1;n.e.c>9&&(o=!0,n.e.c=9),n.e.r>49&&(o=!0,n.e.r=49),o&&console.error("The Numbers writer is currently limited to ".concat($r(n)));var i=Ef(r,{range:n,header:1}),a=["~Sh33tJ5~"];i.forEach((function(e){return e.forEach((function(e){"string"==typeof e&&a.push(e)}))}));var s={},c=[],l=Ee.read(t.numbers,{type:"base64"});l.FileIndex.map((function(e,t){return[e,l.FullPaths[t]]})).forEach((function(e){var t=e[0],r=e[1];2==t.type&&t.name.match(/\.iwa/)&&Mu(Uu(t.content)).forEach((function(e){c.push(e.id),s[e.id]={deps:[],location:r,type:Iu(e.messages[0].meta[1][0].data)}}))})),c.sort((function(e,t){return e-t}));var u=c.filter((function(e){return e>1})).map((function(e){return[e,Lu(e)]}));l.FileIndex.map((function(e,t){return[e,l.FullPaths[t]]})).forEach((function(e){var t=e[0];e[1],t.name.match(/\.iwa/)&&Mu(Uu(t.content)).forEach((function(e){e.messages.forEach((function(t){u.forEach((function(t){e.messages.some((function(e){return 11006!=Iu(e.meta[1][0].data)&&function(e,t){e:for(var r=0;r<=e.length-t.length;++r){for(var n=0;n<t.length;++n)if(e[r+n]!=t[n])continue e;return!0}return!1}(e.data,t[1])}))&&s[t[0]].deps.push(e.id)}))}))}))}));for(var f,h=Ee.find(l,s[1].location),d=Mu(Uu(h.content)),p=0;p<d.length;++p){var g=d[p];1==g.id&&(f=g)}var m=Gu(Fu(f.messages[0].data)[1][0].data);for(d=Mu(Uu((h=Ee.find(l,s[m].location)).content)),p=0;p<d.length;++p)(g=d[p]).id==m&&(f=g);for(m=Gu(Fu(f.messages[0].data)[2][0].data),d=Mu(Uu((h=Ee.find(l,s[m].location)).content)),p=0;p<d.length;++p)(g=d[p]).id==m&&(f=g);for(m=Gu(Fu(f.messages[0].data)[2][0].data),d=Mu(Uu((h=Ee.find(l,s[m].location)).content)),p=0;p<d.length;++p)(g=d[p]).id==m&&(f=g);var v=Fu(f.messages[0].data);v[6][0].data=Lu(n.e.r+1),v[7][0].data=Lu(n.e.c+1);for(var b=Gu(v[46][0].data),y=Ee.find(l,s[b].location),w=Mu(Uu(y.content)),S=0;S<w.length&&w[S].id!=b;++S);if(w[S].id!=b)throw"Bad ColumnRowUIDMapArchive";var x=Fu(w[S].messages[0].data);x[1]=[],x[2]=[],x[3]=[];for(var k=0;k<=n.e.c;++k){var T=[];T[1]=T[2]=[{type:0,data:Lu(k+420690)}],x[1].push({type:2,data:ju(T)}),x[2].push({type:0,data:Lu(k)}),x[3].push({type:0,data:Lu(k)})}x[4]=[],x[5]=[],x[6]=[];for(var A=0;A<=n.e.r;++A)(T=[])[1]=T[2]=[{type:0,data:Lu(A+726270)}],x[4].push({type:2,data:ju(T)}),x[5].push({type:0,data:Lu(A)}),x[6].push({type:0,data:Lu(A)});w[S].messages[0].data=ju(x),y.content=zu(Bu(w)),y.size=y.content.length,delete v[46];var E=Fu(v[4][0].data);E[7][0].data=Lu(n.e.r+1);var _=Gu(Fu(E[1][0].data)[2][0].data);if((w=Mu(Uu((y=Ee.find(l,s[_].location)).content)))[0].id!=_)throw"Bad HeaderStorageBucket";var O=Fu(w[0].messages[0].data);for(A=0;A<i.length;++A){var N=Fu(O[2][0].data);N[1][0].data=Lu(A),N[4][0].data=Lu(i[A].length),O[2][A]={type:O[2][0].type,data:ju(N)}}w[0].messages[0].data=ju(O),y.content=zu(Bu(w)),y.size=y.content.length;var C=Gu(E[2][0].data);if((w=Mu(Uu((y=Ee.find(l,s[C].location)).content)))[0].id!=C)throw"Bad HeaderStorageBucket";for(O=Fu(w[0].messages[0].data),k=0;k<=n.e.c;++k)(N=Fu(O[2][0].data))[1][0].data=Lu(k),N[4][0].data=Lu(n.e.r+1),O[2][k]={type:O[2][0].type,data:ju(N)};w[0].messages[0].data=ju(O),y.content=zu(Bu(w)),y.size=y.content.length;var R=Gu(E[4][0].data);!function(){for(var e,t=Ee.find(l,s[R].location),r=Mu(Uu(t.content)),n=0;n<r.length;++n){var o=r[n];o.id==R&&(e=o)}var i=Fu(e.messages[0].data);i[3]=[];var c=[];a.forEach((function(e,t){c[1]=[{type:0,data:Lu(t)}],c[2]=[{type:0,data:Lu(1)}],c[3]=[{type:2,data:Nu(e)}],i[3].push({type:2,data:ju(c)})})),e.messages[0].data=ju(i);var u=zu(Bu(r));t.content=u,t.size=t.content.length}();var P=Fu(E[3][0].data),L=P[1][0];delete P[2];var I=Fu(L.data),F=Gu(I[2][0].data);!function(){for(var e,t=Ee.find(l,s[F].location),r=Mu(Uu(t.content)),o=0;o<r.length;++o){var c=r[o];c.id==F&&(e=c)}var u=Fu(e.messages[0].data);delete u[6],delete P[7];var f=new Uint8Array(u[5][0].data);u[5]=[];for(var h=0,d=0;d<=n.e.r;++d){var p=Fu(f);h+=Qu(p,i[d],a),p[1][0].data=Lu(d),u[5].push({data:ju(p),type:2})}u[1]=[{type:0,data:Lu(n.e.c+1)}],u[2]=[{type:0,data:Lu(n.e.r+1)}],u[3]=[{type:0,data:Lu(h)}],u[4]=[{type:0,data:Lu(n.e.r+1)}],e.messages[0].data=ju(u);var g=zu(Bu(r));t.content=g,t.size=t.content.length}(),L.data=ju(I),E[3][0].data=ju(P),v[4][0].data=ju(E),f.messages[0].data=ju(v);var j=zu(Bu(d));return h.content=j,h.size=h.content.length,l}(e,t):"xlsb"==t.bookType?function(e,t){is=1024,e&&!e.SSF&&(e.SSF=qe(M));e&&e.SSF&&(we(),ye(e.SSF),t.revssf=Pe(e.SSF),t.revssf[e.SSF[65535]]=0,t.ssf=e.SSF);t.rels={},t.wbrels={},t.Strings=[],t.Strings.Count=0,t.Strings.Unique=0,uc?t.revStrings=new Map:(t.revStrings={},t.revStrings.foo=[],delete t.revStrings.foo);var r="xlsb"==t.bookType?"bin":"xml",n=ds.indexOf(t.bookType)>-1,o={workbooks:[],sheets:[],charts:[],dialogs:[],macros:[],rels:[],strs:[],comments:[],threadedcomments:[],links:[],coreprops:[],extprops:[],custprops:[],themes:[],styles:[],calcchains:[],vba:[],drawings:[],metadata:[],people:[],TODO:[],xmlns:""};rf(t=t||{});var i=at(),a="",s=0;t.cellXfs=[],pc(t.cellXfs,{},{revssf:{General:0}}),e.Props||(e.Props={});if(a="docProps/core.xml",it(i,a,no(e.Props,t)),o.coreprops.push(a),Xn(t.rels,2,a,Vn.CORE_PROPS),a="docProps/app.xml",e.Props&&e.Props.SheetNames);else if(e.Workbook&&e.Workbook.Sheets){for(var c=[],l=0;l<e.SheetNames.length;++l)2!=(e.Workbook.Sheets[l]||{}).Hidden&&c.push(e.SheetNames[l]);e.Props.SheetNames=c}else e.Props.SheetNames=e.SheetNames;e.Props.Worksheets=e.Props.SheetNames.length,it(i,a,so(e.Props)),o.extprops.push(a),Xn(t.rels,3,a,Vn.EXT_PROPS),e.Custprops!==e.Props&&Ne(e.Custprops||{}).length>0&&(it(i,a="docProps/custom.xml",lo(e.Custprops)),o.custprops.push(a),Xn(t.rels,4,a,Vn.CUST_PROPS));for(s=1;s<=e.SheetNames.length;++s){var u={"!id":{}},f=e.Sheets[e.SheetNames[s-1]];(f||{})["!type"];if(it(i,a="xl/worksheets/sheet"+s+"."+r,kl(s-1,a,t,e,u)),o.sheets.push(a),Xn(t.wbrels,-1,"worksheets/sheet"+s+"."+r,Vn.WS[0]),f){var h=f["!comments"],d=!1,p="";h&&h.length>0&&(it(i,p="xl/comments"+s+"."+r,Tl(h,p,t)),o.comments.push(p),Xn(u,-1,"../comments"+s+"."+r,Vn.CMNT),d=!0),f["!legacy"]&&d&&it(i,"xl/drawings/vmlDrawing"+s+".vml",as(s,f["!comments"])),delete f["!comments"],delete f["!legacy"]}u["!id"].rId1&&it(i,qn(a),Gn(u))}null!=t.Strings&&t.Strings.length>0&&(it(i,a="xl/sharedStrings."+r,function(e,t,r){return(".bin"===t.slice(-4)?Yi:Gi)(e,r)}(t.Strings,a,t)),o.strs.push(a),Xn(t.wbrels,-1,"sharedStrings."+r,Vn.SST));a="xl/workbook."+r,it(i,a,function(e,t,r){return(".bin"===t.slice(-4)?dl:cl)(e,r)}(e,a,t)),o.workbooks.push(a),Xn(t.rels,1,a,Vn.WB),a="xl/theme/theme1.xml",it(i,a,Qa(e.Themes,t)),o.themes.push(a),Xn(t.wbrels,-1,"theme/theme1.xml",Vn.THEME),a="xl/styles."+r,it(i,a,function(e,t,r){return(".bin"===t.slice(-4)?Ha:Ca)(e,r)}(e,a,t)),o.styles.push(a),Xn(t.wbrels,-1,"styles."+r,Vn.STY),e.vbaraw&&n&&(it(i,a="xl/vbaProject.bin",e.vbaraw),o.vba.push(a),Xn(t.wbrels,-1,"vbaProject.bin",Vn.VBA));return a="xl/metadata."+r,it(i,a,function(e){return(".bin"===e.slice(-4)?ns:os)()}(a)),o.metadata.push(a),Xn(t.wbrels,-1,"metadata."+r,Vn.XLMETA),it(i,"[Content_Types].xml",Hn(o,t)),it(i,"_rels/.rels",Gn(t.rels)),it(i,"xl/_rels/workbook."+r+".rels",Gn(t.wbrels)),delete t.revssf,delete t.ssf,i}(e,t):uf(e,t)}function uf(e,t){is=1024,e&&!e.SSF&&(e.SSF=qe(M)),e&&e.SSF&&(we(),ye(e.SSF),t.revssf=Pe(e.SSF),t.revssf[e.SSF[65535]]=0,t.ssf=e.SSF),t.rels={},t.wbrels={},t.Strings=[],t.Strings.Count=0,t.Strings.Unique=0,uc?t.revStrings=new Map:(t.revStrings={},t.revStrings.foo=[],delete t.revStrings.foo);var r="xml",n=ds.indexOf(t.bookType)>-1,o={workbooks:[],sheets:[],charts:[],dialogs:[],macros:[],rels:[],strs:[],comments:[],threadedcomments:[],links:[],coreprops:[],extprops:[],custprops:[],themes:[],styles:[],calcchains:[],vba:[],drawings:[],metadata:[],people:[],TODO:[],xmlns:""};rf(t=t||{});var i=at(),a="",s=0;if(t.cellXfs=[],pc(t.cellXfs,{},{revssf:{General:0}}),e.Props||(e.Props={}),it(i,a="docProps/core.xml",no(e.Props,t)),o.coreprops.push(a),Xn(t.rels,2,a,Vn.CORE_PROPS),a="docProps/app.xml",e.Props&&e.Props.SheetNames);else if(e.Workbook&&e.Workbook.Sheets){for(var c=[],l=0;l<e.SheetNames.length;++l)2!=(e.Workbook.Sheets[l]||{}).Hidden&&c.push(e.SheetNames[l]);e.Props.SheetNames=c}else e.Props.SheetNames=e.SheetNames;e.Props.Worksheets=e.Props.SheetNames.length,it(i,a,so(e.Props)),o.extprops.push(a),Xn(t.rels,3,a,Vn.EXT_PROPS),e.Custprops!==e.Props&&Ne(e.Custprops||{}).length>0&&(it(i,a="docProps/custom.xml",lo(e.Custprops)),o.custprops.push(a),Xn(t.rels,4,a,Vn.CUST_PROPS));var u=["SheetJ5"];for(t.tcid=0,s=1;s<=e.SheetNames.length;++s){var f={"!id":{}},h=e.Sheets[e.SheetNames[s-1]];(h||{})["!type"];if(it(i,a="xl/worksheets/sheet"+s+"."+r,Ic(s-1,t,e,f)),o.sheets.push(a),Xn(t.wbrels,-1,"worksheets/sheet"+s+"."+r,Vn.WS[0]),h){var d=h["!comments"],p=!1,g="";if(d&&d.length>0){var m=!1;d.forEach((function(e){e[1].forEach((function(e){1==e.T&&(m=!0)}))})),m&&(it(i,g="xl/threadedComments/threadedComment"+s+"."+r,ls(d,u,t)),o.threadedcomments.push(g),Xn(f,-1,"../threadedComments/threadedComment"+s+"."+r,Vn.TCMNT)),it(i,g="xl/comments"+s+"."+r,cs(d)),o.comments.push(g),Xn(f,-1,"../comments"+s+"."+r,Vn.CMNT),p=!0}h["!legacy"]&&p&&it(i,"xl/drawings/vmlDrawing"+s+".vml",as(s,h["!comments"])),delete h["!comments"],delete h["!legacy"]}f["!id"].rId1&&it(i,qn(a),Gn(f))}return null!=t.Strings&&t.Strings.length>0&&(it(i,a="xl/sharedStrings."+r,Gi(t.Strings,t)),o.strs.push(a),Xn(t.wbrels,-1,"sharedStrings."+r,Vn.SST)),it(i,a="xl/workbook."+r,cl(e)),o.workbooks.push(a),Xn(t.rels,1,a,Vn.WB),it(i,a="xl/theme/theme1.xml",Qa(e.Themes,t)),o.themes.push(a),Xn(t.wbrels,-1,"theme/theme1.xml",Vn.THEME),it(i,a="xl/styles."+r,Ca(e,t)),o.styles.push(a),Xn(t.wbrels,-1,"styles."+r,Vn.STY),e.vbaraw&&n&&(it(i,a="xl/vbaProject.bin",e.vbaraw),o.vba.push(a),Xn(t.wbrels,-1,"vbaProject.bin",Vn.VBA)),it(i,a="xl/metadata."+r,os()),o.metadata.push(a),Xn(t.wbrels,-1,"metadata."+r,Vn.XLMETA),u.length>1&&(it(i,a="xl/persons/person.xml",function(e){var t=[lt,Ht("personList",null,{xmlns:Gt.TCMNT,"xmlns:x":Xt[0]}).replace(/[\/]>/,">")];return e.forEach((function(e,r){t.push(Ht("person",null,{displayName:e,id:"{54EE7950-7262-4200-6969-"+("000000000000"+r).slice(-12)+"}",userId:e,providerId:"None"}))})),t.push("</personList>"),t.join("")}(u)),o.people.push(a),Xn(t.wbrels,-1,"persons/person.xml",Vn.PEOPLE)),it(i,"[Content_Types].xml",Hn(o,t)),it(i,"_rels/.rels",Gn(t.rels)),it(i,"xl/_rels/workbook.xml.rels",Gn(t.wbrels)),delete t.revssf,delete t.ssf,i}function ff(e,t){var r="";switch((t||{}).type||"base64"){case"buffer":case"array":return[e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7]];case"base64":r=v(e.slice(0,12));break;case"binary":r=e;break;default:throw new Error("Unrecognized type "+(t&&t.type||"undefined"))}return[r.charCodeAt(0),r.charCodeAt(1),r.charCodeAt(2),r.charCodeAt(3),r.charCodeAt(4),r.charCodeAt(5),r.charCodeAt(6),r.charCodeAt(7)]}function hf(e,t){var r=0;e:for(;r<e.length;)switch(e.charCodeAt(r)){case 10:case 13:case 32:++r;break;case 60:return jl(e.slice(r),t);default:break e}return Ii.to_workbook(e,t)}function df(e,r){var n=e;return"base64"==r.type&&(n=v(n)),n=t.utils.decode(1200,n.slice(2),"str"),r.type="binary",hf(n,r)}function pf(e,t,r,n){return n?(r.type="string",Ii.to_workbook(e,r)):Ii.to_workbook(t,r)}function gf(e,t){c();var r=t||{};if("undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer)return gf(new Uint8Array(e),((r=qe(r)).type="array",r));"undefined"!=typeof Uint8Array&&e instanceof Uint8Array&&!r.type&&(r.type="undefined"!=typeof Deno?"buffer":"array");var n,o=e,i=!1;if(r.cellStyles&&(r.cellNF=!0,r.sheetStubs=!0),lc={},r.dateNF&&(lc.dateNF=r.dateNF),r.type||(r.type=b&&Buffer.isBuffer(e)?"buffer":"base64"),"file"==r.type&&(r.type=b?"buffer":"binary",o=function(e){if(void 0!==Te)return Te.readFileSync(e);if("undefined"!=typeof Deno)return Deno.readFileSync(e);if("undefined"!=typeof $&&"undefined"!=typeof File&&"undefined"!=typeof Folder)try{var t=File(e);t.open("r"),t.encoding="binary";var r=t.read();return t.close(),r}catch(e){if(!e.message||!e.message.match(/onstruct/))throw e}throw new Error("Cannot access file "+e)}(e),"undefined"==typeof Uint8Array||b||(r.type="array")),"string"==r.type&&(i=!0,r.type="binary",r.codepage=65001,o=function(e){return e.match(/[^\x00-\x7F]/)?Lt(e):e}(e)),"array"==r.type&&"undefined"!=typeof Uint8Array&&e instanceof Uint8Array&&"undefined"!=typeof ArrayBuffer){var a=new ArrayBuffer(3),s=new Uint8Array(a);if(s.foo="bar",!s.foo)return(r=qe(r)).type="array",gf(A(o),r)}switch((n=ff(o,r))[0]){case 208:if(207===n[1]&&17===n[2]&&224===n[3]&&161===n[4]&&177===n[5]&&26===n[6]&&225===n[7])return function(e,t){return Ee.find(e,"EncryptedPackage")?cf(e,t):Kl(e,t)}(Ee.read(o,r),r);break;case 9:if(n[1]<=8)return Kl(o,r);break;case 60:return jl(o,r);case 73:if(73===n[1]&&42===n[2]&&0===n[3])throw new Error("TIFF Image File is not a spreadsheet");if(68===n[1])return function(e,t){var r=t||{},n=!!r.WTF;r.WTF=!0;try{var o=Ri.to_workbook(e,r);return r.WTF=n,o}catch(o){if(r.WTF=n,!o.message.match(/SYLK bad record ID/)&&n)throw o;return Ii.to_workbook(e,t)}}(o,r);break;case 84:if(65===n[1]&&66===n[2]&&76===n[3])return Pi.to_workbook(o,r);break;case 80:return 75===n[1]&&n[2]<9&&n[3]<9?function(e,t){var r=e,n=t||{};return n.type||(n.type=b&&Buffer.isBuffer(e)?"buffer":"base64"),sf(st(r,n),n)}(o,r):pf(e,o,r,i);case 239:return 60===n[3]?jl(o,r):pf(e,o,r,i);case 255:if(254===n[1])return df(o,r);if(0===n[1]&&2===n[2]&&0===n[3])return Fi.to_workbook(o,r);break;case 0:if(0===n[1]){if(n[2]>=2&&0===n[3])return Fi.to_workbook(o,r);if(0===n[2]&&(8===n[3]||9===n[3]))return Fi.to_workbook(o,r)}break;case 3:case 131:case 139:case 140:return Ci.to_workbook(o,r);case 123:if(92===n[1]&&114===n[2]&&116===n[3])return la.to_workbook(o,r);break;case 10:case 13:case 32:return function(e,t){var r="",n=ff(e,t);switch(t.type){case"base64":r=v(e);break;case"binary":r=e;break;case"buffer":r=e.toString("binary");break;case"array":r=Ve(e);break;default:throw new Error("Unrecognized type "+t.type)}return 239==n[0]&&187==n[1]&&191==n[2]&&(r=Pt(r)),t.type="binary",hf(r,t)}(o,r);case 137:if(80===n[1]&&78===n[2]&&71===n[3])throw new Error("PNG Image File is not a spreadsheet")}return Ni.indexOf(n[0])>-1&&n[2]<=12&&n[3]<=31?Ci.to_workbook(o,r):pf(e,o,r,i)}function mf(e,t){var r=t||{};return r.type="file",gf(e,r)}function vf(e,t){switch(t.type){case"base64":case"binary":break;case"buffer":case"array":t.type="";break;case"file":return Oe(t.file,Ee.write(e,{type:b?"buffer":""}));case"string":throw new Error("'string' output type invalid for '"+t.bookType+"' files");default:throw new Error("Unrecognized type "+t.type)}return Ee.write(e,t)}function bf(e,t){var r={},n=b?"nodebuffer":"undefined"!=typeof Uint8Array?"array":"string";if(t.compression&&(r.compression="DEFLATE"),t.password)r.type=n;else switch(t.type){case"base64":r.type="base64";break;case"binary":r.type="string";break;case"string":throw new Error("'string' output type invalid for '"+t.bookType+"' files");case"buffer":case"file":r.type=n;break;default:throw new Error("Unrecognized type "+t.type)}var o=e.FullPaths?Ee.write(e,{fileType:"zip",type:{nodebuffer:"buffer",string:"binary"}[r.type]||r.type,compression:!!t.compression}):e.generate(r);if("undefined"!=typeof Deno&&"string"==typeof o){if("binary"==t.type||"base64"==t.type)return o;o=new Uint8Array(k(o))}return t.password&&"undefined"!=typeof encrypt_agile?vf(encrypt_agile(o,t.password),t):"file"===t.type?Oe(t.file,o):"string"==t.type?Pt(o):o}function yf(e,t,r){r||(r="");var n=r+e;switch(t.type){case"base64":return m(Lt(n));case"binary":return Lt(n);case"string":return e;case"file":return Oe(t.file,n,"utf8");case"buffer":return b?y(n,"utf8"):"undefined"!=typeof TextEncoder?(new TextEncoder).encode(n):yf(n,{type:"binary"}).split("").map((function(e){return e.charCodeAt(0)}))}throw new Error("Unrecognized type "+t.type)}function wf(e,t){switch(t.type){case"string":case"base64":case"binary":for(var r="",n=0;n<e.length;++n)r+=String.fromCharCode(e[n]);return"base64"==t.type?m(r):"string"==t.type?Pt(r):r;case"file":return Oe(t.file,e);case"buffer":return e;default:throw new Error("Unrecognized type "+t.type)}}function Sf(e,t){c(),al(e);var r=qe(t||{});if(r.cellStyles&&(r.cellNF=!0,r.sheetStubs=!0),"array"==r.type){r.type="binary";var n=Sf(e,r);return r.type="array",k(n)}return function(e,t){var r=qe(t||{});return bf(uf(e,r),r)}(e,r)}function xf(e,t){c(),al(e);var r=qe(t||{});if(r.cellStyles&&(r.cellNF=!0,r.sheetStubs=!0),"array"==r.type){r.type="binary";var n=xf(e,r);return r.type="array",k(n)}var o=0;if(r.sheet&&(o="number"==typeof r.sheet?r.sheet:e.SheetNames.indexOf(r.sheet),!e.SheetNames[o]))throw new Error("Sheet not found: "+r.sheet+" : "+typeof r.sheet);switch(r.bookType||"xlsb"){case"xml":case"xlml":return yf(zl(e,r),r);case"slk":case"sylk":return yf(Ri.from_sheet(e.Sheets[e.SheetNames[o]],r),r);case"htm":case"html":return yf(gu(e.Sheets[e.SheetNames[o]],r),r);case"txt":return function(e,t){switch(t.type){case"base64":return m(e);case"binary":case"string":return e;case"file":return Oe(t.file,e,"binary");case"buffer":return b?y(e,"binary"):e.split("").map((function(e){return e.charCodeAt(0)}))}throw new Error("Unrecognized type "+t.type)}(Cf(e.Sheets[e.SheetNames[o]],r),r);case"csv":return yf(Nf(e.Sheets[e.SheetNames[o]],r),r,"\ufeff");case"dif":return yf(Pi.from_sheet(e.Sheets[e.SheetNames[o]],r),r);case"dbf":return wf(Ci.from_sheet(e.Sheets[e.SheetNames[o]],r),r);case"prn":return yf(Ii.from_sheet(e.Sheets[e.SheetNames[o]],r),r);case"rtf":return yf(la.from_sheet(e.Sheets[e.SheetNames[o]],r),r);case"eth":return yf(Li.from_sheet(e.Sheets[e.SheetNames[o]],r),r);case"fods":return yf(Eu(e,r),r);case"wk1":return wf(Fi.sheet_to_wk1(e.Sheets[e.SheetNames[o]],r),r);case"wk3":return wf(Fi.book_to_wk3(e,r),r);case"biff2":r.biff||(r.biff=2);case"biff3":r.biff||(r.biff=3);case"biff4":return r.biff||(r.biff=4),wf(lu(e,r),r);case"biff5":r.biff||(r.biff=5);case"biff8":case"xla":case"xls":return r.biff||(r.biff=8),function(e,t){var r=t||{};return vf(Jl(e,r),r)}(e,r);case"xlsx":case"xlsm":case"xlam":case"xlsb":case"numbers":case"ods":return function(e,t){var r=qe(t||{});return bf(lf(e,r),r)}(e,r);default:throw new Error("Unrecognized bookType |"+r.bookType+"|")}}function kf(e){if(!e.bookType){var t=e.file.slice(e.file.lastIndexOf(".")).toLowerCase();t.match(/^\.[a-z]+$/)&&(e.bookType=t.slice(1)),e.bookType={xls:"biff8",htm:"html",slk:"sylk",socialcalc:"eth",Sh33tJS:"WTF"}[e.bookType]||e.bookType}}function Tf(e,t,r){var n=r||{};return n.type="file",n.file=t,kf(n),xf(e,n)}function Af(e,t,r,n,o,i,a,s){var c=Wr(r),l=s.defval,u=s.raw||!Object.prototype.hasOwnProperty.call(s,"raw"),f=!0,h=1===o?[]:{};if(1!==o)if(Object.defineProperty)try{Object.defineProperty(h,"__rowNum__",{value:r,enumerable:!1})}catch(e){h.__rowNum__=r}else h.__rowNum__=r;if(!a||e[r])for(var d=t.s.c;d<=t.e.c;++d){var p=a?e[r][d]:e[n[d]+c];if(void 0!==p&&void 0!==p.t){var g=p.v;switch(p.t){case"z":if(null==g)break;continue;case"e":g=0==g?null:void 0;break;case"s":case"d":case"b":case"n":break;default:throw new Error("unrecognized type "+p.t)}if(null!=i[d]){if(null==g)if("e"==p.t&&null===g)h[i[d]]=null;else if(void 0!==l)h[i[d]]=l;else{if(!u||null!==g)continue;h[i[d]]=null}else h[i[d]]=u&&("n"!==p.t||"n"===p.t&&!1!==s.rawNumbers)?g:Yr(p,g,s);null!=g&&(f=!1)}}else{if(void 0===l)continue;null!=i[d]&&(h[i[d]]=l)}}return{row:h,isempty:f}}function Ef(e,t){if(null==e||null==e["!ref"])return[];var r={t:"n",v:0},n=0,o=1,i=[],a=0,s="",c={s:{r:0,c:0},e:{r:0,c:0}},l=t||{},u=null!=l.range?l.range:e["!ref"];switch(1===l.header?n=1:"A"===l.header?n=2:Array.isArray(l.header)?n=3:null==l.header&&(n=0),typeof u){case"string":c=Gr(u);break;case"number":(c=Gr(e["!ref"])).s.r=u;break;default:c=u}n>0&&(o=0);var f=Wr(c.s.r),h=[],d=[],p=0,g=0,m=Array.isArray(e),v=c.s.r,b=0,y={};m&&!e[v]&&(e[v]=[]);var w=l.skipHidden&&e["!cols"]||[],S=l.skipHidden&&e["!rows"]||[];for(b=c.s.c;b<=c.e.c;++b)if(!(w[b]||{}).hidden)switch(h[b]=zr(b),r=m?e[v][b]:e[h[b]+f],n){case 1:i[b]=b-c.s.c;break;case 2:i[b]=h[b];break;case 3:i[b]=l.header[b-c.s.c];break;default:if(null==r&&(r={w:"__EMPTY",t:"s"}),s=a=Yr(r,null,l),g=y[a]||0){do{s=a+"_"+g++}while(y[s]);y[a]=g,y[s]=1}else y[a]=1;i[b]=s}for(v=c.s.r+o;v<=c.e.r;++v)if(!(S[v]||{}).hidden){var x=Af(e,c,v,h,n,i,m,l);(!1===x.isempty||(1===n?!1!==l.blankrows:l.blankrows))&&(d[p++]=x.row)}return d.length=p,d}var _f=/"/g;function Of(e,t,r,n,o,i,a,s){for(var c=!0,l=[],u="",f=Wr(r),h=t.s.c;h<=t.e.c;++h)if(n[h]){var d=s.dense?(e[r]||[])[h]:e[n[h]+f];if(null==d)u="";else if(null!=d.v){c=!1,u=""+(s.rawNumbers&&"n"==d.t?d.v:Yr(d,null,s));for(var p=0,g=0;p!==u.length;++p)if((g=u.charCodeAt(p))===o||g===i||34===g||s.forceQuotes){u='"'+u.replace(_f,'""')+'"';break}"ID"==u&&(u='"ID"')}else null==d.f||d.F?u="":(c=!1,(u="="+d.f).indexOf(",")>=0&&(u='"'+u.replace(_f,'""')+'"'));l.push(u)}return!1===s.blankrows&&c?null:l.join(a)}function Nf(e,t){var r=[],n=null==t?{}:t;if(null==e||null==e["!ref"])return"";var o=Gr(e["!ref"]),i=void 0!==n.FS?n.FS:",",a=i.charCodeAt(0),s=void 0!==n.RS?n.RS:"\n",c=s.charCodeAt(0),l=new RegExp(("|"==i?"\\|":i)+"+$"),u="",f=[];n.dense=Array.isArray(e);for(var h=n.skipHidden&&e["!cols"]||[],d=n.skipHidden&&e["!rows"]||[],p=o.s.c;p<=o.e.c;++p)(h[p]||{}).hidden||(f[p]=zr(p));for(var g=0,m=o.s.r;m<=o.e.r;++m)(d[m]||{}).hidden||null!=(u=Of(e,o,m,f,a,c,i,n))&&(n.strip&&(u=u.replace(l,"")),(u||!1!==n.blankrows)&&r.push((g++?s:"")+u));return delete n.dense,r.join("")}function Cf(e,r){r||(r={}),r.FS="\t",r.RS="\n";var n=Nf(e,r);if(void 0===t||"string"==r.type)return n;var o=t.utils.encode(1200,n,"str");return String.fromCharCode(255)+String.fromCharCode(254)+o}function Rf(e,t,r){var n,o=r||{},i=+!o.skipHeader,a=e||{},s=0,c=0;if(a&&null!=o.origin)if("number"==typeof o.origin)s=o.origin;else{var l="string"==typeof o.origin?Hr(o.origin):o.origin;s=l.r,c=l.c}var u={s:{c:0,r:0},e:{c:c,r:s+t.length-1+i}};if(a["!ref"]){var f=Gr(a["!ref"]);u.e.c=Math.max(u.e.c,f.e.c),u.e.r=Math.max(u.e.r,f.e.r),-1==s&&(s=f.e.r+1,u.e.r=s+t.length-1+i)}else-1==s&&(s=0,u.e.r=t.length-1+i);var h=o.header||[],d=0;t.forEach((function(e,t){Ne(e).forEach((function(r){-1==(d=h.indexOf(r))&&(h[d=h.length]=r);var l=e[r],u="z",f="",p=Vr({c:c+d,r:s+t+i});n=Pf(a,p),!l||"object"!=typeof l||l instanceof Date?("number"==typeof l?u="n":"boolean"==typeof l?u="b":"string"==typeof l?u="s":l instanceof Date?(u="d",o.cellDates||(u="n",l=Ie(l)),f=o.dateNF||M[14]):null===l&&o.nullError&&(u="e",l=0),n?(n.t=u,n.v=l,delete n.w,delete n.R,f&&(n.z=f)):a[p]=n={t:u,v:l},f&&(n.z=f)):a[p]=l}))})),u.e.c=Math.max(u.e.c,c+h.length-1);var p=Wr(s);if(i)for(d=0;d<h.length;++d)a[zr(d+c)+p]={t:"s",v:h[d]};return a["!ref"]=$r(u),a}function Pf(e,t,r){if("string"==typeof t){if(Array.isArray(e)){var n=Hr(t);return e[n.r]||(e[n.r]=[]),e[n.r][n.c]||(e[n.r][n.c]={t:"z"})}return e[t]||(e[t]={t:"z"})}return Pf(e,Vr("number"!=typeof t?t:{r:t,c:r||0}))}function Lf(){return{SheetNames:[],Sheets:{}}}function If(e,t,r,n){var o=1;if(!r)for(;o<=65535&&-1!=e.SheetNames.indexOf(r="Sheet"+o);++o,r=void 0);if(!r||e.SheetNames.length>=65535)throw new Error("Too many worksheets");if(n&&e.SheetNames.indexOf(r)>=0){var i=r.match(/(^.*?)(\d+)$/);o=i&&+i[2]||0;var a=i&&i[1]||r;for(++o;o<=65535&&-1!=e.SheetNames.indexOf(r=a+o);++o);}if(il(r),e.SheetNames.indexOf(r)>=0)throw new Error("Worksheet with name |"+r+"| already exists!");return e.SheetNames.push(r),e.Sheets[r]=t,r}function Ff(e,t,r){return t?(e.l={Target:t},r&&(e.l.Tooltip=r)):delete e.l,e}var jf,Df={encode_col:zr,encode_row:Wr,encode_cell:Vr,encode_range:$r,decode_col:Ur,decode_row:Br,split_cell:function(e){return e.replace(/(\$?[A-Z]*)(\$?\d*)/,"$1,$2").split(",")},decode_cell:Hr,decode_range:qr,format_cell:Yr,sheet_add_aoa:Jr,sheet_add_json:Rf,sheet_add_dom:mu,aoa_to_sheet:Zr,json_to_sheet:function(e,t){return Rf(null,e,t)},table_to_sheet:vu,table_to_book:function(e,t){return Kr(vu(e,t),t)},sheet_to_csv:Nf,sheet_to_txt:Cf,sheet_to_json:Ef,sheet_to_html:gu,sheet_to_formulae:function(e){var t,r="",n="";if(null==e||null==e["!ref"])return[];var o,i=Gr(e["!ref"]),a="",s=[],c=[],l=Array.isArray(e);for(o=i.s.c;o<=i.e.c;++o)s[o]=zr(o);for(var u=i.s.r;u<=i.e.r;++u)for(a=Wr(u),o=i.s.c;o<=i.e.c;++o)if(r=s[o]+a,n="",void 0!==(t=l?(e[u]||[])[o]:e[r])){if(null!=t.F){if(r=t.F,!t.f)continue;n=t.f,-1==r.indexOf(":")&&(r=r+":"+r)}if(null!=t.f)n=t.f;else{if("z"==t.t)continue;if("n"==t.t&&null!=t.v)n=""+t.v;else if("b"==t.t)n=t.v?"TRUE":"FALSE";else if(void 0!==t.w)n="'"+t.w;else{if(void 0===t.v)continue;n="s"==t.t?"'"+t.v:""+t.v}}c[c.length]=r+"="+n}return c},sheet_to_row_object_array:Ef,sheet_get_cell:Pf,book_new:Lf,book_append_sheet:If,book_set_sheet_visibility:function(e,t,r){e.Workbook||(e.Workbook={}),e.Workbook.Sheets||(e.Workbook.Sheets=[]);var n=function(e,t){if("number"==typeof t){if(t>=0&&e.SheetNames.length>t)return t;throw new Error("Cannot find sheet # "+t)}if("string"==typeof t){var r=e.SheetNames.indexOf(t);if(r>-1)return r;throw new Error("Cannot find sheet name |"+t+"|")}throw new Error("Cannot find sheet |"+t+"|")}(e,t);switch(e.Workbook.Sheets[n]||(e.Workbook.Sheets[n]={}),r){case 0:case 1:case 2:break;default:throw new Error("Bad sheet visibility setting "+r)}e.Workbook.Sheets[n].Hidden=r},cell_set_number_format:function(e,t){return e.z=t,e},cell_set_hyperlink:Ff,cell_set_internal_link:function(e,t,r){return Ff(e,"#"+t,r)},cell_add_comment:function(e,t,r){e.c||(e.c=[]),e.c.push({t:t,a:r||"SheetJS"})},sheet_set_array_formula:function(e,t,r,n){for(var o="string"!=typeof t?t:Gr(t),i="string"==typeof t?t:$r(t),a=o.s.r;a<=o.e.r;++a)for(var s=o.s.c;s<=o.e.c;++s){var c=Pf(e,a,s);c.t="n",c.F=i,delete c.v,a==o.s.r&&s==o.s.c&&(c.f=r,n&&(c.D=!0))}return e},consts:{SHEET_VISIBLE:0,SHEET_HIDDEN:1,SHEET_VERY_HIDDEN:2}};function Mf(e){jf=e}var Bf={to_json:function(e,t){var r=jf({objectMode:!0});if(null==e||null==e["!ref"])return r.push(null),r;var n={t:"n",v:0},o=0,i=1,a=[],s=0,c="",l={s:{r:0,c:0},e:{r:0,c:0}},u=t||{},f=null!=u.range?u.range:e["!ref"];switch(1===u.header?o=1:"A"===u.header?o=2:Array.isArray(u.header)&&(o=3),typeof f){case"string":l=Gr(f);break;case"number":(l=Gr(e["!ref"])).s.r=f;break;default:l=f}o>0&&(i=0);var h=Wr(l.s.r),d=[],p=0,g=Array.isArray(e),m=l.s.r,v=0,b={};g&&!e[m]&&(e[m]=[]);var y=u.skipHidden&&e["!cols"]||[],w=u.skipHidden&&e["!rows"]||[];for(v=l.s.c;v<=l.e.c;++v)if(!(y[v]||{}).hidden)switch(d[v]=zr(v),n=g?e[m][v]:e[d[v]+h],o){case 1:a[v]=v-l.s.c;break;case 2:a[v]=d[v];break;case 3:a[v]=u.header[v-l.s.c];break;default:if(null==n&&(n={w:"__EMPTY",t:"s"}),c=s=Yr(n,null,u),p=b[s]||0){do{c=s+"_"+p++}while(b[c]);b[s]=p,b[c]=1}else b[s]=1;a[v]=c}return m=l.s.r+i,r._read=function(){for(;m<=l.e.r;)if(!(w[m-1]||{}).hidden){var t=Af(e,l,m,d,o,a,g,u);if(++m,!1===t.isempty||(1===o?!1!==u.blankrows:u.blankrows))return void r.push(t.row)}return r.push(null)},r},to_html:function(e,t){var r=jf(),n=t||{},o=null!=n.header?n.header:hu,i=null!=n.footer?n.footer:du;r.push(o);var a=qr(e["!ref"]);n.dense=Array.isArray(e),r.push(pu(0,0,n));var s=a.s.r,c=!1;return r._read=function(){if(s>a.e.r)return c||(c=!0,r.push("</table>"+i)),r.push(null);for(;s<=a.e.r;){r.push(fu(e,a,s,n)),++s;break}},r},to_csv:function(e,t){var r=jf(),n=null==t?{}:t;if(null==e||null==e["!ref"])return r.push(null),r;var o=Gr(e["!ref"]),i=void 0!==n.FS?n.FS:",",a=i.charCodeAt(0),s=void 0!==n.RS?n.RS:"\n",c=s.charCodeAt(0),l=new RegExp(("|"==i?"\\|":i)+"+$"),u="",f=[];n.dense=Array.isArray(e);for(var h=n.skipHidden&&e["!cols"]||[],d=n.skipHidden&&e["!rows"]||[],p=o.s.c;p<=o.e.c;++p)(h[p]||{}).hidden||(f[p]=zr(p));var g=o.s.r,m=!1,v=0;return r._read=function(){if(!m)return m=!0,r.push("\ufeff");for(;g<=o.e.r;)if(++g,!(d[g-1]||{}).hidden&&null!=(u=Of(e,o,g-1,f,a,c,i,n))&&(n.strip&&(u=u.replace(l,"")),u||!1!==n.blankrows))return r.push((v++?s:"")+u);return r.push(null)},r},set_readable:Mf};if(void 0!==Kl&&(e.parse_xlscfb=Kl),e.parse_zip=sf,e.read=gf,e.readFile=mf,e.readFileSync=mf,e.write=xf,e.writeFile=Tf,e.writeFileSync=Tf,e.writeFileAsync=function(e,t,r,n){var o=r||{};o.type="file",o.file=e,kf(o),o.type="buffer";var i=n;return i instanceof Function||(i=r),Te.writeFile(e,xf(t,o),i)},e.utils=Df,e.writeXLSX=Sf,e.writeFileXLSX=function(e,t,r){var n=r||{};return n.type="file",n.file=t,kf(n),Sf(e,n)},e.SSF=Se,void 0!==Bf&&(e.stream=Bf),void 0!==Ee&&(e.CFB=Ee),"undefined"!=typeof require){var Wf=void 0;({}).Readable&&Mf(Wf.Readable)}}if("undefined"!=typeof exports?make_xlsx_lib(exports):"undefined"!=typeof module&&module.exports?make_xlsx_lib(module.exports):"function"==typeof define&&define.amd?define("xlsx",(function(){return XLSX.version||make_xlsx_lib(XLSX),XLSX})):make_xlsx_lib(XLSX),"undefined"!=typeof window&&!window.XLSX)try{window.XLSX=XLSX}catch(e){}!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e){"use strict";function t(e,t,n){return t=i(t),function(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,r()?Reflect.construct(t,n||[],i(e).constructor):t.apply(e,n))}function r(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(r=function(){return!!e})()}function n(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,n(o.key),o)}}function i(e){return i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},i(e)}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function s(){return s="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=i(e)););return e}(e,t);if(n){var o=Object.getOwnPropertyDescriptor(n,t);return o.get?o.get.call(arguments.length<3?e:r):o.value}},s.apply(this,arguments)}var c="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},l=function(e){return e&&e.Math===Math&&e},u=l("object"==typeof globalThis&&globalThis)||l("object"==typeof window&&window)||l("object"==typeof self&&self)||l("object"==typeof c&&c)||l("object"==typeof c&&c)||function(){return this}()||Function("return this")(),f={},h=function(e){try{return!!e()}catch(e){return!0}},d=!h((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),p=!h((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})),g=p,m=Function.prototype.call,v=g?m.bind(m):function(){return m.apply(m,arguments)},b={},y={}.propertyIsEnumerable,w=Object.getOwnPropertyDescriptor,S=w&&!y.call({1:2},1);b.f=S?function(e){var t=w(this,e);return!!t&&t.enumerable}:y;var x,k,T=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},A=p,E=Function.prototype,_=E.call,O=A&&E.bind.bind(_,_),N=A?O:function(e){return function(){return _.apply(e,arguments)}},C=N,R=C({}.toString),P=C("".slice),L=function(e){return P(R(e),8,-1)},I=h,F=L,j=Object,D=N("".split),M=I((function(){return!j("z").propertyIsEnumerable(0)}))?function(e){return"String"===F(e)?D(e,""):j(e)}:j,B=function(e){return null==e},W=B,U=TypeError,z=function(e){if(W(e))throw new U("Can't call method on "+e);return e},H=M,V=z,q=function(e){return H(V(e))},$="object"==typeof document&&document.all,G=void 0===$&&void 0!==$?function(e){return"function"==typeof e||e===$}:function(e){return"function"==typeof e},X=G,Y=function(e){return"object"==typeof e?null!==e:X(e)},K=u,J=G,Z=function(e,t){return arguments.length<2?(r=K[e],J(r)?r:void 0):K[e]&&K[e][t];var r},Q=N({}.isPrototypeOf),ee=u,te="undefined"!=typeof navigator&&String(navigator.userAgent)||"",re=ee.process,ne=ee.Deno,oe=re&&re.versions||ne&&ne.version,ie=oe&&oe.v8;ie&&(k=(x=ie.split("."))[0]>0&&x[0]<4?1:+(x[0]+x[1])),!k&&te&&(!(x=te.match(/Edge\/(\d+)/))||x[1]>=74)&&(x=te.match(/Chrome\/(\d+)/))&&(k=+x[1]);var ae=k,se=ae,ce=h,le=u.String,ue=!!Object.getOwnPropertySymbols&&!ce((function(){var e=Symbol("symbol detection");return!le(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&se&&se<41})),fe=ue&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,he=Z,de=G,pe=Q,ge=Object,me=fe?function(e){return"symbol"==typeof e}:function(e){var t=he("Symbol");return de(t)&&pe(t.prototype,ge(e))},ve=String,be=G,ye=function(e){try{return ve(e)}catch(e){return"Object"}},we=TypeError,Se=function(e){if(be(e))return e;throw new we(ye(e)+" is not a function")},xe=Se,ke=B,Te=v,Ae=G,Ee=Y,_e=TypeError,Oe={exports:{}},Ne=u,Ce=Object.defineProperty,Re=function(e,t){try{Ce(Ne,e,{value:t,configurable:!0,writable:!0})}catch(r){Ne[e]=t}return t},Pe=u,Le=Re,Ie="__core-js_shared__",Fe=Oe.exports=Pe[Ie]||Le(Ie,{});(Fe.versions||(Fe.versions=[])).push({version:"3.36.1",mode:"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE",source:"https://github.com/zloirock/core-js"});var je=Oe.exports,De=je,Me=function(e,t){return De[e]||(De[e]=t||{})},Be=z,We=Object,Ue=function(e){return We(Be(e))},ze=Ue,He=N({}.hasOwnProperty),Ve=Object.hasOwn||function(e,t){return He(ze(e),t)},qe=N,$e=0,Ge=Math.random(),Xe=qe(1..toString),Ye=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Xe(++$e+Ge,36)},Ke=Me,Je=Ve,Ze=Ye,Qe=ue,et=fe,tt=u.Symbol,rt=Ke("wks"),nt=et?tt.for||tt:tt&&tt.withoutSetter||Ze,ot=function(e){return Je(rt,e)||(rt[e]=Qe&&Je(tt,e)?tt[e]:nt("Symbol."+e)),rt[e]},it=v,at=Y,st=me,ct=function(e,t){var r=e[t];return ke(r)?void 0:xe(r)},lt=function(e,t){var r,n;if("string"===t&&Ae(r=e.toString)&&!Ee(n=Te(r,e)))return n;if(Ae(r=e.valueOf)&&!Ee(n=Te(r,e)))return n;if("string"!==t&&Ae(r=e.toString)&&!Ee(n=Te(r,e)))return n;throw new _e("Can't convert object to primitive value")},ut=TypeError,ft=ot("toPrimitive"),ht=function(e,t){if(!at(e)||st(e))return e;var r,n=ct(e,ft);if(n){if(void 0===t&&(t="default"),r=it(n,e,t),!at(r)||st(r))return r;throw new ut("Can't convert object to primitive value")}return void 0===t&&(t="number"),lt(e,t)},dt=me,pt=function(e){var t=ht(e,"string");return dt(t)?t:t+""},gt=Y,mt=u.document,vt=gt(mt)&&gt(mt.createElement),bt=function(e){return vt?mt.createElement(e):{}},yt=bt,wt=!d&&!h((function(){return 7!==Object.defineProperty(yt("div"),"a",{get:function(){return 7}}).a})),St=d,xt=v,kt=b,Tt=T,At=q,Et=pt,_t=Ve,Ot=wt,Nt=Object.getOwnPropertyDescriptor;f.f=St?Nt:function(e,t){if(e=At(e),t=Et(t),Ot)try{return Nt(e,t)}catch(e){}if(_t(e,t))return Tt(!xt(kt.f,e,t),e[t])};var Ct={},Rt=d&&h((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Pt=Y,Lt=String,It=TypeError,Ft=function(e){if(Pt(e))return e;throw new It(Lt(e)+" is not an object")},jt=d,Dt=wt,Mt=Rt,Bt=Ft,Wt=pt,Ut=TypeError,zt=Object.defineProperty,Ht=Object.getOwnPropertyDescriptor,Vt="enumerable",qt="configurable",$t="writable";Ct.f=jt?Mt?function(e,t,r){if(Bt(e),t=Wt(t),Bt(r),"function"==typeof e&&"prototype"===t&&"value"in r&&$t in r&&!r[$t]){var n=Ht(e,t);n&&n[$t]&&(e[t]=r.value,r={configurable:qt in r?r[qt]:n[qt],enumerable:Vt in r?r[Vt]:n[Vt],writable:!1})}return zt(e,t,r)}:zt:function(e,t,r){if(Bt(e),t=Wt(t),Bt(r),Dt)try{return zt(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new Ut("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var Gt=Ct,Xt=T,Yt=d?function(e,t,r){return Gt.f(e,t,Xt(1,r))}:function(e,t,r){return e[t]=r,e},Kt={exports:{}},Jt=d,Zt=Ve,Qt=Function.prototype,er=Jt&&Object.getOwnPropertyDescriptor,tr=Zt(Qt,"name"),rr={EXISTS:tr,PROPER:tr&&"something"===function(){}.name,CONFIGURABLE:tr&&(!Jt||Jt&&er(Qt,"name").configurable)},nr=G,or=je,ir=N(Function.toString);nr(or.inspectSource)||(or.inspectSource=function(e){return ir(e)});var ar,sr,cr,lr=or.inspectSource,ur=G,fr=u.WeakMap,hr=ur(fr)&&/native code/.test(String(fr)),dr=Ye,pr=Me("keys"),gr=function(e){return pr[e]||(pr[e]=dr(e))},mr={},vr=hr,br=u,yr=Y,wr=Yt,Sr=Ve,xr=je,kr=gr,Tr=mr,Ar="Object already initialized",Er=br.TypeError,_r=br.WeakMap;if(vr||xr.state){var Or=xr.state||(xr.state=new _r);Or.get=Or.get,Or.has=Or.has,Or.set=Or.set,ar=function(e,t){if(Or.has(e))throw new Er(Ar);return t.facade=e,Or.set(e,t),t},sr=function(e){return Or.get(e)||{}},cr=function(e){return Or.has(e)}}else{var Nr=kr("state");Tr[Nr]=!0,ar=function(e,t){if(Sr(e,Nr))throw new Er(Ar);return t.facade=e,wr(e,Nr,t),t},sr=function(e){return Sr(e,Nr)?e[Nr]:{}},cr=function(e){return Sr(e,Nr)}}var Cr={set:ar,get:sr,has:cr,enforce:function(e){return cr(e)?sr(e):ar(e,{})},getterFor:function(e){return function(t){var r;if(!yr(t)||(r=sr(t)).type!==e)throw new Er("Incompatible receiver, "+e+" required");return r}}},Rr=N,Pr=h,Lr=G,Ir=Ve,Fr=d,jr=rr.CONFIGURABLE,Dr=lr,Mr=Cr.enforce,Br=Cr.get,Wr=String,Ur=Object.defineProperty,zr=Rr("".slice),Hr=Rr("".replace),Vr=Rr([].join),qr=Fr&&!Pr((function(){return 8!==Ur((function(){}),"length",{value:8}).length})),$r=String(String).split("String"),Gr=Kt.exports=function(e,t,r){"Symbol("===zr(Wr(t),0,7)&&(t="["+Hr(Wr(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!Ir(e,"name")||jr&&e.name!==t)&&(Fr?Ur(e,"name",{value:t,configurable:!0}):e.name=t),qr&&r&&Ir(r,"arity")&&e.length!==r.arity&&Ur(e,"length",{value:r.arity});try{r&&Ir(r,"constructor")&&r.constructor?Fr&&Ur(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=Mr(e);return Ir(n,"source")||(n.source=Vr($r,"string"==typeof t?t:"")),e};Function.prototype.toString=Gr((function(){return Lr(this)&&Br(this).source||Dr(this)}),"toString");var Xr=Kt.exports,Yr=G,Kr=Ct,Jr=Xr,Zr=Re,Qr=function(e,t,r,n){n||(n={});var o=n.enumerable,i=void 0!==n.name?n.name:t;if(Yr(r)&&Jr(r,i,n),n.global)o?e[t]=r:Zr(t,r);else{try{n.unsafe?e[t]&&(o=!0):delete e[t]}catch(e){}o?e[t]=r:Kr.f(e,t,{value:r,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return e},en={},tn=Math.ceil,rn=Math.floor,nn=Math.trunc||function(e){var t=+e;return(t>0?rn:tn)(t)},on=function(e){var t=+e;return t!=t||0===t?0:nn(t)},an=on,sn=Math.max,cn=Math.min,ln=on,un=Math.min,fn=function(e){var t=ln(e);return t>0?un(t,9007199254740991):0},hn=function(e){return fn(e.length)},dn=q,pn=function(e,t){var r=an(e);return r<0?sn(r+t,0):cn(r,t)},gn=hn,mn=function(e){return function(t,r,n){var o=dn(t),i=gn(o);if(0===i)return!e&&-1;var a,s=pn(n,i);if(e&&r!=r){for(;i>s;)if((a=o[s++])!=a)return!0}else for(;i>s;s++)if((e||s in o)&&o[s]===r)return e||s||0;return!e&&-1}},vn={includes:mn(!0),indexOf:mn(!1)},bn=Ve,yn=q,wn=vn.indexOf,Sn=mr,xn=N([].push),kn=function(e,t){var r,n=yn(e),o=0,i=[];for(r in n)!bn(Sn,r)&&bn(n,r)&&xn(i,r);for(;t.length>o;)bn(n,r=t[o++])&&(~wn(i,r)||xn(i,r));return i},Tn=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],An=kn,En=Tn.concat("length","prototype");en.f=Object.getOwnPropertyNames||function(e){return An(e,En)};var _n={};_n.f=Object.getOwnPropertySymbols;var On=Z,Nn=en,Cn=_n,Rn=Ft,Pn=N([].concat),Ln=On("Reflect","ownKeys")||function(e){var t=Nn.f(Rn(e)),r=Cn.f;return r?Pn(t,r(e)):t},In=Ve,Fn=Ln,jn=f,Dn=Ct,Mn=h,Bn=G,Wn=/#|\.prototype\./,Un=function(e,t){var r=Hn[zn(e)];return r===qn||r!==Vn&&(Bn(t)?Mn(t):!!t)},zn=Un.normalize=function(e){return String(e).replace(Wn,".").toLowerCase()},Hn=Un.data={},Vn=Un.NATIVE="N",qn=Un.POLYFILL="P",$n=Un,Gn=u,Xn=f.f,Yn=Yt,Kn=Qr,Jn=Re,Zn=function(e,t,r){for(var n=Fn(t),o=Dn.f,i=jn.f,a=0;a<n.length;a++){var s=n[a];In(e,s)||r&&In(r,s)||o(e,s,i(t,s))}},Qn=$n,eo=function(e,t){var r,n,o,i,a,s=e.target,c=e.global,l=e.stat;if(r=c?Gn:l?Gn[s]||Jn(s,{}):Gn[s]&&Gn[s].prototype)for(n in t){if(i=t[n],o=e.dontCallGetSet?(a=Xn(r,n))&&a.value:r[n],!Qn(c?n:s+(l?".":"#")+n,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;Zn(i,o)}(e.sham||o&&o.sham)&&Yn(i,"sham",!0),Kn(r,n,i,e)}},to=L,ro=Array.isArray||function(e){return"Array"===to(e)},no=TypeError,oo=d,io=Ct,ao=T,so={};so[ot("toStringTag")]="z";var co="[object z]"===String(so),lo=co,uo=G,fo=L,ho=ot("toStringTag"),po=Object,go="Arguments"===fo(function(){return arguments}()),mo=lo?fo:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=po(e),ho))?r:go?fo(t):"Object"===(n=fo(t))&&uo(t.callee)?"Arguments":n},vo=N,bo=h,yo=G,wo=mo,So=lr,xo=function(){},ko=Z("Reflect","construct"),To=/^\s*(?:class|function)\b/,Ao=vo(To.exec),Eo=!To.test(xo),_o=function(e){if(!yo(e))return!1;try{return ko(xo,[],e),!0}catch(e){return!1}},Oo=function(e){if(!yo(e))return!1;switch(wo(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Eo||!!Ao(To,So(e))}catch(e){return!0}};Oo.sham=!0;var No=!ko||bo((function(){var e;return _o(_o.call)||!_o(Object)||!_o((function(){e=!0}))||e}))?Oo:_o,Co=ro,Ro=No,Po=Y,Lo=ot("species"),Io=Array,Fo=function(e){var t;return Co(e)&&(t=e.constructor,(Ro(t)&&(t===Io||Co(t.prototype))||Po(t)&&null===(t=t[Lo]))&&(t=void 0)),void 0===t?Io:t},jo=function(e,t){return new(Fo(e))(0===t?0:t)},Do=h,Mo=ae,Bo=ot("species"),Wo=eo,Uo=h,zo=ro,Ho=Y,Vo=Ue,qo=hn,$o=function(e){if(e>9007199254740991)throw no("Maximum allowed index exceeded");return e},Go=function(e,t,r){oo?io.f(e,t,ao(0,r)):e[t]=r},Xo=jo,Yo=function(e){return Mo>=51||!Do((function(){var t=[];return(t.constructor={})[Bo]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},Ko=ae,Jo=ot("isConcatSpreadable"),Zo=Ko>=51||!Uo((function(){var e=[];return e[Jo]=!1,e.concat()[0]!==e})),Qo=function(e){if(!Ho(e))return!1;var t=e[Jo];return void 0!==t?!!t:zo(e)};Wo({target:"Array",proto:!0,arity:1,forced:!Zo||!Yo("concat")},{concat:function(e){var t,r,n,o,i,a=Vo(this),s=Xo(a,0),c=0;for(t=-1,n=arguments.length;t<n;t++)if(Qo(i=-1===t?a:arguments[t]))for(o=qo(i),$o(c+o),r=0;r<o;r++,c++)r in i&&Go(s,c,i[r]);else $o(c+1),Go(s,c++,i);return s.length=c,s}});var ei=L,ti=N,ri=function(e){if("Function"===ei(e))return ti(e)},ni=Se,oi=p,ii=ri(ri.bind),ai=function(e,t){return ni(e),void 0===t?e:oi?ii(e,t):function(){return e.apply(t,arguments)}},si=M,ci=Ue,li=hn,ui=jo,fi=N([].push),hi=function(e){var t=1===e,r=2===e,n=3===e,o=4===e,i=6===e,a=7===e,s=5===e||i;return function(c,l,u,f){for(var h,d,p=ci(c),g=si(p),m=li(g),v=ai(l,u),b=0,y=f||ui,w=t?y(c,m):r||a?y(c,0):void 0;m>b;b++)if((s||b in g)&&(d=v(h=g[b],b,p),e))if(t)w[b]=d;else if(d)switch(e){case 3:return!0;case 5:return h;case 6:return b;case 2:fi(w,h)}else switch(e){case 4:return!1;case 7:fi(w,h)}return i?-1:n||o?o:w}},di={forEach:hi(0),map:hi(1),filter:hi(2),some:hi(3),every:hi(4),find:hi(5),findIndex:hi(6),filterReject:hi(7)},pi={},gi=kn,mi=Tn,vi=Object.keys||function(e){return gi(e,mi)},bi=d,yi=Rt,wi=Ct,Si=Ft,xi=q,ki=vi;pi.f=bi&&!yi?Object.defineProperties:function(e,t){Si(e);for(var r,n=xi(t),o=ki(t),i=o.length,a=0;i>a;)wi.f(e,r=o[a++],n[r]);return e};var Ti,Ai=Z("document","documentElement"),Ei=Ft,_i=pi,Oi=Tn,Ni=mr,Ci=Ai,Ri=bt,Pi="prototype",Li="script",Ii=gr("IE_PROTO"),Fi=function(){},ji=function(e){return"<"+Li+">"+e+"</"+Li+">"},Di=function(e){e.write(ji("")),e.close();var t=e.parentWindow.Object;return e=null,t},Mi=function(){try{Ti=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;Mi="undefined"!=typeof document?document.domain&&Ti?Di(Ti):(t=Ri("iframe"),r="java"+Li+":",t.style.display="none",Ci.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(ji("document.F=Object")),e.close(),e.F):Di(Ti);for(var n=Oi.length;n--;)delete Mi[Pi][Oi[n]];return Mi()};Ni[Ii]=!0;var Bi=ot,Wi=Object.create||function(e,t){var r;return null!==e?(Fi[Pi]=Ei(e),r=new Fi,Fi[Pi]=null,r[Ii]=e):r=Mi(),void 0===t?r:_i.f(r,t)},Ui=Ct.f,zi=Bi("unscopables"),Hi=Array.prototype;void 0===Hi[zi]&&Ui(Hi,zi,{configurable:!0,value:Wi(null)});var Vi=eo,qi=di.find,$i=function(e){Hi[zi][e]=!0},Gi="find",Xi=!0;Gi in[]&&Array(1)[Gi]((function(){Xi=!1})),Vi({target:"Array",proto:!0,forced:Xi},{find:function(e){return qi(this,e,arguments.length>1?arguments[1]:void 0)}}),$i(Gi);var Yi=d,Ki=N,Ji=v,Zi=h,Qi=vi,ea=_n,ta=b,ra=Ue,na=M,oa=Object.assign,ia=Object.defineProperty,aa=Ki([].concat),sa=!oa||Zi((function(){if(Yi&&1!==oa({b:1},oa(ia({},"a",{enumerable:!0,get:function(){ia(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach((function(e){t[e]=e})),7!==oa({},e)[r]||Qi(oa({},t)).join("")!==n}))?function(e,t){for(var r=ra(e),n=arguments.length,o=1,i=ea.f,a=ta.f;n>o;)for(var s,c=na(arguments[o++]),l=i?aa(Qi(c),i(c)):Qi(c),u=l.length,f=0;u>f;)s=l[f++],Yi&&!Ji(a,c,s)||(r[s]=c[s]);return r}:oa,ca=sa;eo({target:"Object",stat:!0,arity:2,forced:Object.assign!==ca},{assign:ca});var la=mo,ua=co?{}.toString:function(){return"[object "+la(this)+"]"};co||Qr(Object.prototype,"toString",ua,{unsafe:!0});var fa=e.fn.bootstrapTable.utils;Object.assign(e.fn.bootstrapTable.defaults,{stickyHeader:!1,stickyHeaderOffsetY:0,stickyHeaderOffsetLeft:0,stickyHeaderOffsetRight:0}),e.BootstrapTable=function(r){function n(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),t(this,n,arguments)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(n,r),c=n,l=[{key:"initHeader",value:function(){for(var t,r=this,o=arguments.length,a=new Array(o),c=0;c<o;c++)a[c]=arguments[c];if((t=s(i(n.prototype),"initHeader",this)).call.apply(t,[this].concat(a)),this.options.stickyHeader){this.$tableBody.find(".sticky-header-container,.sticky_anchor_begin,.sticky_anchor_end").remove(),this.$el.before('<div class="sticky-header-container"></div>'),this.$el.before('<div class="sticky_anchor_begin"></div>'),this.$el.after('<div class="sticky_anchor_end"></div>'),this.$header.addClass("sticky-header"),this.$stickyContainer=this.$tableBody.find(".sticky-header-container"),this.$stickyBegin=this.$tableBody.find(".sticky_anchor_begin"),this.$stickyEnd=this.$tableBody.find(".sticky_anchor_end"),this.$stickyHeader=this.$header.clone(!0,!0);var l=fa.getEventName("resize.sticky-header-table",this.$el.attr("id")),u=fa.getEventName("scroll.sticky-header-table",this.$el.attr("id"));e(window).off(l).on(l,(function(){return r.renderStickyHeader()})),e(window).off(u).on(u,(function(){return r.renderStickyHeader()})),this.$tableBody.off("scroll").on("scroll",(function(){return r.matchPositionX()}))}}},{key:"onColumnSearch",value:function(e){var t=e.currentTarget,r=e.keyCode;s(i(n.prototype),"onColumnSearch",this).call(this,{currentTarget:t,keyCode:r}),this.renderStickyHeader()}},{key:"resetView",value:function(){for(var t,r=this,o=arguments.length,a=new Array(o),c=0;c<o;c++)a[c]=arguments[c];(t=s(i(n.prototype),"resetView",this)).call.apply(t,[this].concat(a)),e(".bootstrap-table.fullscreen").off("scroll").on("scroll",(function(){return r.renderStickyHeader()}))}},{key:"getCaret",value:function(){for(var t,r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];if((t=s(i(n.prototype),"getCaret",this)).call.apply(t,[this].concat(o)),this.$stickyHeader){var c=this.$stickyHeader.find("th");this.$header.find("th").each((function(t,r){c.eq(t).find(".sortable").attr("class",e(r).find(".sortable").attr("class"))}))}}},{key:"horizontalScroll",value:function(){var e=this;s(i(n.prototype),"horizontalScroll",this).call(this),this.$tableBody.on("scroll",(function(){return e.matchPositionX()}))}},{key:"renderStickyHeader",value:function(){var t=this,r=this;this.$stickyHeader=this.$header.clone(!0,!0),this.options.filterControl&&e(this.$stickyHeader).off("keyup change mouseup").on("keyup change mouse",(function(t){var n=e(t.target),o=n.val(),i=n.parents("th").data("field"),a=r.$header.find('th[data-field="'.concat(i,'"]'));if(n.is("input"))a.find("input").val(o);else if(n.is("select")){var s=a.find("select");s.find("option[selected]").removeAttr("selected"),s.find('option[value="'.concat(o,'"]')).attr("selected",!0)}r.triggerSearch()}));var n=e(window).scrollTop(),o=this.$stickyBegin.offset().top-this.options.stickyHeaderOffsetY,i=this.$stickyEnd.offset().top-this.options.stickyHeaderOffsetY-this.$header.height();if(n>o&&n<=i){this.$stickyHeader.find("tr").each((function(r,n){e(n).find("th").each((function(n,o){e(o).css("min-width",t.$header.find("tr:eq(".concat(r,")")).find("th:eq(".concat(n,")")).css("width"))}))})),this.$stickyContainer.show().addClass("fix-sticky fixed-table-container");var a=this.$tableBody[0].getBoundingClientRect(),s="100%",c=this.options.stickyHeaderOffsetLeft,l=this.options.stickyHeaderOffsetRight;c||(c=a.left),l||(s="".concat(a.width,"px")),this.$el.closest(".bootstrap-table").hasClass("fullscreen")&&(c=0,l=0,s="100%"),this.$stickyContainer.css("top","".concat(this.options.stickyHeaderOffsetY,"px")),this.$stickyContainer.css("left","".concat(c,"px")),this.$stickyContainer.css("right","".concat(l,"px")),this.$stickyContainer.css("width","".concat(s)),this.$stickyTable=e("<table/>"),this.$stickyTable.addClass(this.options.classes),this.$stickyContainer.html(this.$stickyTable.append(this.$stickyHeader)),this.matchPositionX()}else this.$stickyContainer.removeClass("fix-sticky").hide()}},{key:"matchPositionX",value:function(){this.$stickyContainer.scrollLeft(this.$tableBody.scrollLeft())}}],l&&o(c.prototype,l),u&&o(c,u),Object.defineProperty(c,"prototype",{writable:!1}),c;var c,l,u}(e.BootstrapTable)})),function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e){"use strict";function t(e,t,n){return t=i(t),function(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,r()?Reflect.construct(t,n||[],i(e).constructor):t.apply(e,n))}function r(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(r=function(){return!!e})()}function n(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,n(o.key),o)}}function i(e){return i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},i(e)}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function s(){return s="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(e,t,r){var n=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=i(e)););return e}(e,t);if(n){var o=Object.getOwnPropertyDescriptor(n,t);return o.get?o.get.call(arguments.length<3?e:r):o.value}},s.apply(this,arguments)}function c(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,s=[],c=!0,l=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);c=!0);}catch(e){l=!0,o=e}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(l)throw o}}return s}}(e,t)||u(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e){return function(e){if(Array.isArray(e))return f(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||u(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(e,t){if(e){if("string"==typeof e)return f(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?f(e,t):void 0}}function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var h="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},d=function(e){return e&&e.Math===Math&&e},p=d("object"==typeof globalThis&&globalThis)||d("object"==typeof window&&window)||d("object"==typeof self&&self)||d("object"==typeof h&&h)||d("object"==typeof h&&h)||function(){return this}()||Function("return this")(),g={},m=function(e){try{return!!e()}catch(e){return!0}},v=!m((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),b=!m((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})),y=b,w=Function.prototype.call,S=y?w.bind(w):function(){return w.apply(w,arguments)},x={},k={}.propertyIsEnumerable,T=Object.getOwnPropertyDescriptor,A=T&&!k.call({1:2},1);x.f=A?function(e){var t=T(this,e);return!!t&&t.enumerable}:k;var E,_,O=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},N=b,C=Function.prototype,R=C.call,P=N&&C.bind.bind(R,R),L=N?P:function(e){return function(){return R.apply(e,arguments)}},I=L,F=I({}.toString),j=I("".slice),D=function(e){return j(F(e),8,-1)},M=m,B=D,W=Object,U=L("".split),z=M((function(){return!W("z").propertyIsEnumerable(0)}))?function(e){return"String"===B(e)?U(e,""):W(e)}:W,H=function(e){return null==e},V=H,q=TypeError,$=function(e){if(V(e))throw new q("Can't call method on "+e);return e},G=z,X=$,Y=function(e){return G(X(e))},K="object"==typeof document&&document.all,J=void 0===K&&void 0!==K?function(e){return"function"==typeof e||e===K}:function(e){return"function"==typeof e},Z=J,Q=function(e){return"object"==typeof e?null!==e:Z(e)},ee=p,te=J,re=function(e,t){return arguments.length<2?(r=ee[e],te(r)?r:void 0):ee[e]&&ee[e][t];var r},ne=L({}.isPrototypeOf),oe=p,ie="undefined"!=typeof navigator&&String(navigator.userAgent)||"",ae=oe.process,se=oe.Deno,ce=ae&&ae.versions||se&&se.version,le=ce&&ce.v8;le&&(_=(E=le.split("."))[0]>0&&E[0]<4?1:+(E[0]+E[1])),!_&&ie&&(!(E=ie.match(/Edge\/(\d+)/))||E[1]>=74)&&(E=ie.match(/Chrome\/(\d+)/))&&(_=+E[1]);var ue=_,fe=ue,he=m,de=p.String,pe=!!Object.getOwnPropertySymbols&&!he((function(){var e=Symbol("symbol detection");return!de(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&fe&&fe<41})),ge=pe&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,me=re,ve=J,be=ne,ye=Object,we=ge?function(e){return"symbol"==typeof e}:function(e){var t=me("Symbol");return ve(t)&&be(t.prototype,ye(e))},Se=String,xe=J,ke=function(e){try{return Se(e)}catch(e){return"Object"}},Te=TypeError,Ae=function(e){if(xe(e))return e;throw new Te(ke(e)+" is not a function")},Ee=Ae,_e=H,Oe=function(e,t){var r=e[t];return _e(r)?void 0:Ee(r)},Ne=S,Ce=J,Re=Q,Pe=TypeError,Le={exports:{}},Ie=p,Fe=Object.defineProperty,je=function(e,t){try{Fe(Ie,e,{value:t,configurable:!0,writable:!0})}catch(r){Ie[e]=t}return t},De=p,Me=je,Be="__core-js_shared__",We=Le.exports=De[Be]||Me(Be,{});(We.versions||(We.versions=[])).push({version:"3.36.1",mode:"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE",source:"https://github.com/zloirock/core-js"});var Ue=Le.exports,ze=Ue,He=function(e,t){return ze[e]||(ze[e]=t||{})},Ve=$,qe=Object,$e=function(e){return qe(Ve(e))},Ge=$e,Xe=L({}.hasOwnProperty),Ye=Object.hasOwn||function(e,t){return Xe(Ge(e),t)},Ke=L,Je=0,Ze=Math.random(),Qe=Ke(1..toString),et=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Qe(++Je+Ze,36)},tt=He,rt=Ye,nt=et,ot=pe,it=ge,at=p.Symbol,st=tt("wks"),ct=it?at.for||at:at&&at.withoutSetter||nt,lt=function(e){return rt(st,e)||(st[e]=ot&&rt(at,e)?at[e]:ct("Symbol."+e)),st[e]},ut=S,ft=Q,ht=we,dt=Oe,pt=function(e,t){var r,n;if("string"===t&&Ce(r=e.toString)&&!Re(n=Ne(r,e)))return n;if(Ce(r=e.valueOf)&&!Re(n=Ne(r,e)))return n;if("string"!==t&&Ce(r=e.toString)&&!Re(n=Ne(r,e)))return n;throw new Pe("Can't convert object to primitive value")},gt=TypeError,mt=lt("toPrimitive"),vt=function(e,t){if(!ft(e)||ht(e))return e;var r,n=dt(e,mt);if(n){if(void 0===t&&(t="default"),r=ut(n,e,t),!ft(r)||ht(r))return r;throw new gt("Can't convert object to primitive value")}return void 0===t&&(t="number"),pt(e,t)},bt=we,yt=function(e){var t=vt(e,"string");return bt(t)?t:t+""},wt=Q,St=p.document,xt=wt(St)&&wt(St.createElement),kt=function(e){return xt?St.createElement(e):{}},Tt=kt,At=!v&&!m((function(){return 7!==Object.defineProperty(Tt("div"),"a",{get:function(){return 7}}).a})),Et=v,_t=S,Ot=x,Nt=O,Ct=Y,Rt=yt,Pt=Ye,Lt=At,It=Object.getOwnPropertyDescriptor;g.f=Et?It:function(e,t){if(e=Ct(e),t=Rt(t),Lt)try{return It(e,t)}catch(e){}if(Pt(e,t))return Nt(!_t(Ot.f,e,t),e[t])};var Ft={},jt=v&&m((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Dt=Q,Mt=String,Bt=TypeError,Wt=function(e){if(Dt(e))return e;throw new Bt(Mt(e)+" is not an object")},Ut=v,zt=At,Ht=jt,Vt=Wt,qt=yt,$t=TypeError,Gt=Object.defineProperty,Xt=Object.getOwnPropertyDescriptor,Yt="enumerable",Kt="configurable",Jt="writable";Ft.f=Ut?Ht?function(e,t,r){if(Vt(e),t=qt(t),Vt(r),"function"==typeof e&&"prototype"===t&&"value"in r&&Jt in r&&!r[Jt]){var n=Xt(e,t);n&&n[Jt]&&(e[t]=r.value,r={configurable:Kt in r?r[Kt]:n[Kt],enumerable:Yt in r?r[Yt]:n[Yt],writable:!1})}return Gt(e,t,r)}:Gt:function(e,t,r){if(Vt(e),t=qt(t),Vt(r),zt)try{return Gt(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new $t("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var Zt=Ft,Qt=O,er=v?function(e,t,r){return Zt.f(e,t,Qt(1,r))}:function(e,t,r){return e[t]=r,e},tr={exports:{}},rr=v,nr=Ye,or=Function.prototype,ir=rr&&Object.getOwnPropertyDescriptor,ar=nr(or,"name"),sr={EXISTS:ar,PROPER:ar&&"something"===function(){}.name,CONFIGURABLE:ar&&(!rr||rr&&ir(or,"name").configurable)},cr=J,lr=Ue,ur=L(Function.toString);cr(lr.inspectSource)||(lr.inspectSource=function(e){return ur(e)});var fr,hr,dr,pr=lr.inspectSource,gr=J,mr=p.WeakMap,vr=gr(mr)&&/native code/.test(String(mr)),br=et,yr=He("keys"),wr=function(e){return yr[e]||(yr[e]=br(e))},Sr={},xr=vr,kr=p,Tr=Q,Ar=er,Er=Ye,_r=Ue,Or=wr,Nr=Sr,Cr="Object already initialized",Rr=kr.TypeError,Pr=kr.WeakMap;if(xr||_r.state){var Lr=_r.state||(_r.state=new Pr);Lr.get=Lr.get,Lr.has=Lr.has,Lr.set=Lr.set,fr=function(e,t){if(Lr.has(e))throw new Rr(Cr);return t.facade=e,Lr.set(e,t),t},hr=function(e){return Lr.get(e)||{}},dr=function(e){return Lr.has(e)}}else{var Ir=Or("state");Nr[Ir]=!0,fr=function(e,t){if(Er(e,Ir))throw new Rr(Cr);return t.facade=e,Ar(e,Ir,t),t},hr=function(e){return Er(e,Ir)?e[Ir]:{}},dr=function(e){return Er(e,Ir)}}var Fr={set:fr,get:hr,has:dr,enforce:function(e){return dr(e)?hr(e):fr(e,{})},getterFor:function(e){return function(t){var r;if(!Tr(t)||(r=hr(t)).type!==e)throw new Rr("Incompatible receiver, "+e+" required");return r}}},jr=L,Dr=m,Mr=J,Br=Ye,Wr=v,Ur=sr.CONFIGURABLE,zr=pr,Hr=Fr.enforce,Vr=Fr.get,qr=String,$r=Object.defineProperty,Gr=jr("".slice),Xr=jr("".replace),Yr=jr([].join),Kr=Wr&&!Dr((function(){return 8!==$r((function(){}),"length",{value:8}).length})),Jr=String(String).split("String"),Zr=tr.exports=function(e,t,r){"Symbol("===Gr(qr(t),0,7)&&(t="["+Xr(qr(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!Br(e,"name")||Ur&&e.name!==t)&&(Wr?$r(e,"name",{value:t,configurable:!0}):e.name=t),Kr&&r&&Br(r,"arity")&&e.length!==r.arity&&$r(e,"length",{value:r.arity});try{r&&Br(r,"constructor")&&r.constructor?Wr&&$r(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=Hr(e);return Br(n,"source")||(n.source=Yr(Jr,"string"==typeof t?t:"")),e};Function.prototype.toString=Zr((function(){return Mr(this)&&Vr(this).source||zr(this)}),"toString");var Qr=tr.exports,en=J,tn=Ft,rn=Qr,nn=je,on=function(e,t,r,n){n||(n={});var o=n.enumerable,i=void 0!==n.name?n.name:t;if(en(r)&&rn(r,i,n),n.global)o?e[t]=r:nn(t,r);else{try{n.unsafe?e[t]&&(o=!0):delete e[t]}catch(e){}o?e[t]=r:tn.f(e,t,{value:r,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return e},an={},sn=Math.ceil,cn=Math.floor,ln=Math.trunc||function(e){var t=+e;return(t>0?cn:sn)(t)},un=function(e){var t=+e;return t!=t||0===t?0:ln(t)},fn=un,hn=Math.max,dn=Math.min,pn=un,gn=Math.min,mn=function(e){var t=pn(e);return t>0?gn(t,9007199254740991):0},vn=function(e){return mn(e.length)},bn=Y,yn=function(e,t){var r=fn(e);return r<0?hn(r+t,0):dn(r,t)},wn=vn,Sn=function(e){return function(t,r,n){var o=bn(t),i=wn(o);if(0===i)return!e&&-1;var a,s=yn(n,i);if(e&&r!=r){for(;i>s;)if((a=o[s++])!=a)return!0}else for(;i>s;s++)if((e||s in o)&&o[s]===r)return e||s||0;return!e&&-1}},xn={includes:Sn(!0),indexOf:Sn(!1)},kn=Ye,Tn=Y,An=xn.indexOf,En=Sr,_n=L([].push),On=function(e,t){var r,n=Tn(e),o=0,i=[];for(r in n)!kn(En,r)&&kn(n,r)&&_n(i,r);for(;t.length>o;)kn(n,r=t[o++])&&(~An(i,r)||_n(i,r));return i},Nn=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Cn=On,Rn=Nn.concat("length","prototype");an.f=Object.getOwnPropertyNames||function(e){return Cn(e,Rn)};var Pn={};Pn.f=Object.getOwnPropertySymbols;var Ln=re,In=an,Fn=Pn,jn=Wt,Dn=L([].concat),Mn=Ln("Reflect","ownKeys")||function(e){var t=In.f(jn(e)),r=Fn.f;return r?Dn(t,r(e)):t},Bn=Ye,Wn=Mn,Un=g,zn=Ft,Hn=m,Vn=J,qn=/#|\.prototype\./,$n=function(e,t){var r=Xn[Gn(e)];return r===Kn||r!==Yn&&(Vn(t)?Hn(t):!!t)},Gn=$n.normalize=function(e){return String(e).replace(qn,".").toLowerCase()},Xn=$n.data={},Yn=$n.NATIVE="N",Kn=$n.POLYFILL="P",Jn=$n,Zn=p,Qn=g.f,eo=er,to=on,ro=je,no=function(e,t,r){for(var n=Wn(t),o=zn.f,i=Un.f,a=0;a<n.length;a++){var s=n[a];Bn(e,s)||r&&Bn(r,s)||o(e,s,i(t,s))}},oo=Jn,io=function(e,t){var r,n,o,i,a,s=e.target,c=e.global,l=e.stat;if(r=c?Zn:l?Zn[s]||ro(s,{}):Zn[s]&&Zn[s].prototype)for(n in t){if(i=t[n],o=e.dontCallGetSet?(a=Qn(r,n))&&a.value:r[n],!oo(c?n:s+(l?".":"#")+n,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;no(i,o)}(e.sham||o&&o.sham)&&eo(i,"sham",!0),to(r,n,i,e)}},ao=D,so=Array.isArray||function(e){return"Array"===ao(e)},co=TypeError,lo=v,uo=Ft,fo=O,ho={};ho[lt("toStringTag")]="z";var po="[object z]"===String(ho),go=po,mo=J,vo=D,bo=lt("toStringTag"),yo=Object,wo="Arguments"===vo(function(){return arguments}()),So=go?vo:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=yo(e),bo))?r:wo?vo(t):"Object"===(n=vo(t))&&mo(t.callee)?"Arguments":n},xo=L,ko=m,To=J,Ao=So,Eo=pr,_o=function(){},Oo=re("Reflect","construct"),No=/^\s*(?:class|function)\b/,Co=xo(No.exec),Ro=!No.test(_o),Po=function(e){if(!To(e))return!1;try{return Oo(_o,[],e),!0}catch(e){return!1}},Lo=function(e){if(!To(e))return!1;switch(Ao(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Ro||!!Co(No,Eo(e))}catch(e){return!0}};Lo.sham=!0;var Io=!Oo||ko((function(){var e;return Po(Po.call)||!Po(Object)||!Po((function(){e=!0}))||e}))?Lo:Po,Fo=so,jo=Io,Do=Q,Mo=lt("species"),Bo=Array,Wo=function(e){var t;return Fo(e)&&(t=e.constructor,(jo(t)&&(t===Bo||Fo(t.prototype))||Do(t)&&null===(t=t[Mo]))&&(t=void 0)),void 0===t?Bo:t},Uo=function(e,t){return new(Wo(e))(0===t?0:t)},zo=m,Ho=ue,Vo=lt("species"),qo=function(e){return Ho>=51||!zo((function(){var t=[];return(t.constructor={})[Vo]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},$o=io,Go=m,Xo=so,Yo=Q,Ko=$e,Jo=vn,Zo=function(e){if(e>9007199254740991)throw co("Maximum allowed index exceeded");return e},Qo=function(e,t,r){lo?uo.f(e,t,fo(0,r)):e[t]=r},ei=Uo,ti=qo,ri=ue,ni=lt("isConcatSpreadable"),oi=ri>=51||!Go((function(){var e=[];return e[ni]=!1,e.concat()[0]!==e})),ii=function(e){if(!Yo(e))return!1;var t=e[ni];return void 0!==t?!!t:Xo(e)};$o({target:"Array",proto:!0,arity:1,forced:!oi||!ti("concat")},{concat:function(e){var t,r,n,o,i,a=Ko(this),s=ei(a,0),c=0;for(t=-1,n=arguments.length;t<n;t++)if(ii(i=-1===t?a:arguments[t]))for(o=Jo(i),Zo(c+o),r=0;r<o;r++,c++)r in i&&Qo(s,c,i[r]);else Zo(c+1),Qo(s,c++,i);return s.length=c,s}});var ai=D,si=L,ci=function(e){if("Function"===ai(e))return si(e)},li=Ae,ui=b,fi=ci(ci.bind),hi=function(e,t){return li(e),void 0===t?e:ui?fi(e,t):function(){return e.apply(t,arguments)}},di=z,pi=$e,gi=vn,mi=Uo,vi=L([].push),bi=function(e){var t=1===e,r=2===e,n=3===e,o=4===e,i=6===e,a=7===e,s=5===e||i;return function(c,l,u,f){for(var h,d,p=pi(c),g=di(p),m=gi(g),v=hi(l,u),b=0,y=f||mi,w=t?y(c,m):r||a?y(c,0):void 0;m>b;b++)if((s||b in g)&&(d=v(h=g[b],b,p),e))if(t)w[b]=d;else if(d)switch(e){case 3:return!0;case 5:return h;case 6:return b;case 2:vi(w,h)}else switch(e){case 4:return!1;case 7:vi(w,h)}return i?-1:n||o?o:w}},yi={forEach:bi(0),map:bi(1),filter:bi(2),some:bi(3),every:bi(4),find:bi(5),findIndex:bi(6),filterReject:bi(7)},wi=yi.filter;io({target:"Array",proto:!0,forced:!qo("filter")},{filter:function(e){return wi(this,e,arguments.length>1?arguments[1]:void 0)}});var Si={},xi=On,ki=Nn,Ti=Object.keys||function(e){return xi(e,ki)},Ai=v,Ei=jt,_i=Ft,Oi=Wt,Ni=Y,Ci=Ti;Si.f=Ai&&!Ei?Object.defineProperties:function(e,t){Oi(e);for(var r,n=Ni(t),o=Ci(t),i=o.length,a=0;i>a;)_i.f(e,r=o[a++],n[r]);return e};var Ri,Pi=re("document","documentElement"),Li=Wt,Ii=Si,Fi=Nn,ji=Sr,Di=Pi,Mi=kt,Bi="prototype",Wi="script",Ui=wr("IE_PROTO"),zi=function(){},Hi=function(e){return"<"+Wi+">"+e+"</"+Wi+">"},Vi=function(e){e.write(Hi("")),e.close();var t=e.parentWindow.Object;return e=null,t},qi=function(){try{Ri=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;qi="undefined"!=typeof document?document.domain&&Ri?Vi(Ri):(t=Mi("iframe"),r="java"+Wi+":",t.style.display="none",Di.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(Hi("document.F=Object")),e.close(),e.F):Vi(Ri);for(var n=Fi.length;n--;)delete qi[Bi][Fi[n]];return qi()};ji[Ui]=!0;var $i=Object.create||function(e,t){var r;return null!==e?(zi[Bi]=Li(e),r=new zi,zi[Bi]=null,r[Ui]=e):r=qi(),void 0===t?r:Ii.f(r,t)},Gi=lt,Xi=$i,Yi=Ft.f,Ki=Gi("unscopables"),Ji=Array.prototype;void 0===Ji[Ki]&&Yi(Ji,Ki,{configurable:!0,value:Xi(null)});var Zi=function(e){Ji[Ki][e]=!0},Qi=io,ea=yi.find,ta=Zi,ra="find",na=!0;ra in[]&&Array(1)[ra]((function(){na=!1})),Qi({target:"Array",proto:!0,forced:na},{find:function(e){return ea(this,e,arguments.length>1?arguments[1]:void 0)}}),ta(ra);var oa=xn.includes,ia=Zi;io({target:"Array",proto:!0,forced:m((function(){return!Array(1).includes()}))},{includes:function(e){return oa(this,e,arguments.length>1?arguments[1]:void 0)}}),ia("includes");var aa=m,sa=function(e,t){var r=[][e];return!!r&&aa((function(){r.call(null,t||function(){return 1},1)}))},ca=io,la=xn.indexOf,ua=sa,fa=ci([].indexOf),ha=!!fa&&1/fa([1],1,-0)<0;ca({target:"Array",proto:!0,forced:ha||!ua("indexOf")},{indexOf:function(e){var t=arguments.length>1?arguments[1]:void 0;return ha?fa(this,e,t)||0:la(this,e,t)}});var da=io,pa=z,ga=Y,ma=sa,va=L([].join);da({target:"Array",proto:!0,forced:pa!==Object||!ma("join",",")},{join:function(e){return va(ga(this),void 0===e?",":e)}});var ba=v,ya=L,wa=S,Sa=m,xa=Ti,ka=Pn,Ta=x,Aa=$e,Ea=z,_a=Object.assign,Oa=Object.defineProperty,Na=ya([].concat),Ca=!_a||Sa((function(){if(ba&&1!==_a({b:1},_a(Oa({},"a",{enumerable:!0,get:function(){Oa(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach((function(e){t[e]=e})),7!==_a({},e)[r]||xa(_a({},t)).join("")!==n}))?function(e,t){for(var r=Aa(e),n=arguments.length,o=1,i=ka.f,a=Ta.f;n>o;)for(var s,c=Ea(arguments[o++]),l=i?Na(xa(c),i(c)):xa(c),u=l.length,f=0;u>f;)s=l[f++],ba&&!wa(a,c,s)||(r[s]=c[s]);return r}:_a,Ra=Ca;io({target:"Object",stat:!0,arity:2,forced:Object.assign!==Ra},{assign:Ra});var Pa=!m((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),La=Ye,Ia=J,Fa=$e,ja=Pa,Da=wr("IE_PROTO"),Ma=Object,Ba=Ma.prototype,Wa=ja?Ma.getPrototypeOf:function(e){var t=Fa(e);if(La(t,Da))return t[Da];var r=t.constructor;return Ia(r)&&t instanceof r?r.prototype:t instanceof Ma?Ba:null},Ua=v,za=m,Ha=L,Va=Wa,qa=Ti,$a=Y,Ga=Ha(x.f),Xa=Ha([].push),Ya=Ua&&za((function(){var e=Object.create(null);return e[2]=2,!Ga(e,2)})),Ka=function(e){return function(t){for(var r,n=$a(t),o=qa(n),i=Ya&&null===Va(n),a=o.length,s=0,c=[];a>s;)r=o[s++],Ua&&!(i?r in n:Ga(n,r))||Xa(c,e?[r,n[r]]:n[r]);return c}},Ja={entries:Ka(!0),values:Ka(!1)}.entries;io({target:"Object",stat:!0},{entries:function(e){return Ja(e)}});var Za=So,Qa=po?{}.toString:function(){return"[object "+Za(this)+"]"};po||on(Object.prototype,"toString",Qa,{unsafe:!0});var es,ts,rs=So,ns=String,os=function(e){if("Symbol"===rs(e))throw new TypeError("Cannot convert a Symbol value to a string");return ns(e)},is=Wt,as=m,ss=p.RegExp,cs=as((function(){var e=ss("a","y");return e.lastIndex=2,null!==e.exec("abcd")})),ls=cs||as((function(){return!ss("a","y").sticky})),us={BROKEN_CARET:cs||as((function(){var e=ss("^r","gy");return e.lastIndex=2,null!==e.exec("str")})),MISSED_STICKY:ls,UNSUPPORTED_Y:cs},fs=m,hs=p.RegExp,ds=fs((function(){var e=hs(".","s");return!(e.dotAll&&e.test("\n")&&"s"===e.flags)})),ps=m,gs=p.RegExp,ms=ps((function(){var e=gs("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),vs=S,bs=L,ys=os,ws=function(){var e=is(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t},Ss=us,xs=$i,ks=Fr.get,Ts=ds,As=ms,Es=He("native-string-replace",String.prototype.replace),_s=RegExp.prototype.exec,Os=_s,Ns=bs("".charAt),Cs=bs("".indexOf),Rs=bs("".replace),Ps=bs("".slice),Ls=(ts=/b*/g,vs(_s,es=/a/,"a"),vs(_s,ts,"a"),0!==es.lastIndex||0!==ts.lastIndex),Is=Ss.BROKEN_CARET,Fs=void 0!==/()??/.exec("")[1];(Ls||Fs||Is||Ts||As)&&(Os=function(e){var t,r,n,o,i,a,s,c=this,l=ks(c),u=ys(e),f=l.raw;if(f)return f.lastIndex=c.lastIndex,t=vs(Os,f,u),c.lastIndex=f.lastIndex,t;var h=l.groups,d=Is&&c.sticky,p=vs(ws,c),g=c.source,m=0,v=u;if(d&&(p=Rs(p,"y",""),-1===Cs(p,"g")&&(p+="g"),v=Ps(u,c.lastIndex),c.lastIndex>0&&(!c.multiline||c.multiline&&"\n"!==Ns(u,c.lastIndex-1))&&(g="(?: "+g+")",v=" "+v,m++),r=new RegExp("^(?:"+g+")",p)),Fs&&(r=new RegExp("^"+g+"$(?!\\s)",p)),Ls&&(n=c.lastIndex),o=vs(_s,d?r:c,v),d?o?(o.input=Ps(o.input,m),o[0]=Ps(o[0],m),o.index=c.lastIndex,c.lastIndex+=o[0].length):c.lastIndex=0:Ls&&o&&(c.lastIndex=c.global?o.index+o[0].length:n),Fs&&o&&o.length>1&&vs(Es,o[0],r,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&h)for(o.groups=a=xs(null),i=0;i<h.length;i++)a[(s=h[i])[0]]=o[s[1]];return o});var js=Os;io({target:"RegExp",proto:!0,forced:/./.exec!==js},{exec:js});var Ds=Q,Ms=D,Bs=lt("match"),Ws=function(e){var t;return Ds(e)&&(void 0!==(t=e[Bs])?!!t:"RegExp"===Ms(e))},Us=TypeError,zs=lt("match"),Hs=io,Vs=function(e){if(Ws(e))throw new Us("The method doesn't accept regular expressions");return e},qs=$,$s=os,Gs=function(e){var t=/./;try{"/./"[e](t)}catch(r){try{return t[zs]=!1,"/./"[e](t)}catch(e){}}return!1},Xs=L("".indexOf);Hs({target:"String",proto:!0,forced:!Gs("includes")},{includes:function(e){return!!~Xs($s(qs(this)),$s(Vs(e)),arguments.length>1?arguments[1]:void 0)}});var Ys=S,Ks=on,Js=js,Zs=m,Qs=lt,ec=er,tc=Qs("species"),rc=RegExp.prototype,nc=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t},oc=S,ic=Wt,ac=J,sc=D,cc=js,lc=TypeError,uc=S,fc=function(e,t,r,n){var o=Qs(e),i=!Zs((function(){var t={};return t[o]=function(){return 7},7!==""[e](t)})),a=i&&!Zs((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[tc]=function(){return r},r.flags="",r[o]=/./[o]),r.exec=function(){return t=!0,null},r[o](""),!t}));if(!i||!a||r){var s=/./[o],c=t(o,""[e],(function(e,t,r,n,o){var a=t.exec;return a===Js||a===rc.exec?i&&!o?{done:!0,value:Ys(s,t,r,n)}:{done:!0,value:Ys(e,r,t,n)}:{done:!1}}));Ks(String.prototype,e,c[0]),Ks(rc,o,c[1])}n&&ec(rc[o],"sham",!0)},hc=Wt,dc=H,pc=$,gc=nc,mc=os,vc=Oe,bc=function(e,t){var r=e.exec;if(ac(r)){var n=oc(r,e,t);return null!==n&&ic(n),n}if("RegExp"===sc(e))return oc(cc,e,t);throw new lc("RegExp#exec called on incompatible receiver")};fc("search",(function(e,t,r){return[function(t){var r=pc(this),n=dc(t)?void 0:vc(t,e);return n?uc(n,t,r):new RegExp(t)[e](mc(r))},function(e){var n=hc(this),o=mc(e),i=r(t,n,o);if(i.done)return i.value;var a=n.lastIndex;gc(a,0)||(n.lastIndex=0);var s=bc(n,o);return gc(n.lastIndex,a)||(n.lastIndex=a),null===s?-1:s.index}]}));var yc="\t\n\v\f\r    \u2028\u2029\ufeff",wc=$,Sc=os,xc=yc,kc=L("".replace),Tc=RegExp("^["+xc+"]+"),Ac=RegExp("(^|[^"+xc+"])["+xc+"]+$"),Ec=function(e){return function(t){var r=Sc(wc(t));return 1&e&&(r=kc(r,Tc,"")),2&e&&(r=kc(r,Ac,"$1")),r}},_c={start:Ec(1),end:Ec(2),trim:Ec(3)},Oc=sr.PROPER,Nc=m,Cc=yc,Rc=_c.trim;io({target:"String",proto:!0,forced:function(e){return Nc((function(){return!!Cc[e]()||"…"!=="…"[e]()||Oc&&Cc[e].name!==e}))}("trim")},{trim:function(){return Rc(this)}});var Pc=e.fn.bootstrapTable.utils,Lc={bootstrap3:{icons:{advancedSearchIcon:"glyphicon-chevron-down"},classes:{},html:{modal:'\n <div id="avdSearchModal_%s" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">\n <div class="modal-dialog modal-xs">\n <div class="modal-content">\n <div class="modal-header">\n <button type="button" class="close" data-dismiss="modal" aria-label="Close">\n <span aria-hidden="true">&times;</span>\n </button>\n <h4 class="modal-title">%s</h4>\n </div>\n <div class="modal-body modal-body-custom">\n <div class="container-fluid" id="avdSearchModalContent_%s"\n style="padding-right: 0px; padding-left: 0px;" >\n </div>\n </div>\n <div class="modal-footer">\n <button type="button" id="btnCloseAvd_%s" class="btn btn-%s">%s</button>\n </div>\n </div>\n </div>\n </div>\n '}},bootstrap4:{icons:{advancedSearchIcon:"fa-chevron-down"},classes:{},html:{modal:'\n <div id="avdSearchModal_%s" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">\n <div class="modal-dialog modal-xs">\n <div class="modal-content">\n <div class="modal-header">\n <h4 class="modal-title">%s</h4>\n <button type="button" class="close" data-dismiss="modal" aria-label="Close">\n <span aria-hidden="true">&times;</span>\n </button>\n </div>\n <div class="modal-body modal-body-custom">\n <div class="container-fluid" id="avdSearchModalContent_%s"\n style="padding-right: 0; padding-left: 0;" >\n </div>\n </div>\n <div class="modal-footer">\n <button type="button" id="btnCloseAvd_%s" class="btn btn-%s">%s</button>\n </div>\n </div>\n </div>\n </div>\n '}},bootstrap5:{icons:{advancedSearchIcon:"bi-chevron-down"},classes:{formGroup:"mb-3"},html:{modal:'\n <div id="avdSearchModal_%s" class="modal fade" tabindex="-1" aria-labelledby="mySmallModalLabel" aria-hidden="true">\n <div class="modal-dialog modal-xs">\n <div class="modal-content">\n <div class="modal-header">\n <h5 class="modal-title">%s</h5>\n <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>\n </div>\n <div class="modal-body modal-body-custom">\n <div class="container-fluid" id="avdSearchModalContent_%s"\n style="padding-right: 0; padding-left: 0;" >\n </div>\n </div>\n <div class="modal-footer">\n <button type="button" id="btnCloseAvd_%s" class="btn btn-%s">%s</button>\n </div>\n </div>\n </div>\n </div>\n '}},bulma:{icons:{advancedSearchIcon:"fa-chevron-down"},classes:{},html:{modal:'\n <div class="modal" id="avdSearchModal_%s">\n <div class="modal-background"></div>\n <div class="modal-card">\n <header class="modal-card-head">\n <p class="modal-card-title">%s</p>\n <button class="delete" aria-label="close"></button>\n </header>\n <section class="modal-card-body" id="avdSearchModalContent_%s"></section>\n <footer class="modal-card-foot">\n <button class="button" id="btnCloseAvd_%s" data-close="btn btn-%s">%s</button>\n </footer>\n </div>\n </div>\n '}},foundation:{icons:{advancedSearchIcon:"fa-chevron-down"},classes:{},html:{modal:'\n <div class="reveal" id="avdSearchModal_%s" data-reveal>\n <h1>%s</h1>\n <div id="avdSearchModalContent_%s">\n\n </div>\n <button class="close-button" data-close aria-label="Close modal" type="button">\n <span aria-hidden="true">&times;</span>\n </button>\n\n <button id="btnCloseAvd_%s" class="%s" type="button">%s</button>\n </div>\n '}},materialize:{icons:{advancedSearchIcon:"expand_more"},classes:{},html:{modal:'\n <div id="avdSearchModal_%s" class="modal">\n <div class="modal-content">\n <h4>%s</h4>\n <div id="avdSearchModalContent_%s">\n\n </div>\n </div>\n <div class="modal-footer">\n <a href="javascript:void(0)"" id="btnCloseAvd_%s" class="modal-close waves-effect waves-green btn-flat %s">%s</a>\n </div>\n </div>\n '}},semantic:{icons:{advancedSearchIcon:"fa-chevron-down"},classes:{},html:{modal:'\n <div class="ui modal" id="avdSearchModal_%s">\n <i class="close icon"></i>\n <div class="header">\n %s\n </div>\n <div class="image content ui form" id="avdSearchModalContent_%s"></div>\n <div class="actions">\n <div id="btnCloseAvd_%s" class="ui black deny button %s">%s</div>\n </div>\n </div>\n '}}}[e.fn.bootstrapTable.theme];Object.assign(e.fn.bootstrapTable.defaults,{advancedSearch:!1,idForm:"advancedSearch",actionForm:"",idTable:void 0,onColumnAdvancedSearch:function(e,t){return!1}}),Object.assign(e.fn.bootstrapTable.defaults.icons,{advancedSearchIcon:Lc.icons.advancedSearchIcon}),Object.assign(e.fn.bootstrapTable.events,{"column-advanced-search.bs.table":"onColumnAdvancedSearch"}),Object.assign(e.fn.bootstrapTable.locales,{formatAdvancedSearch:function(){return"Advanced search"},formatAdvancedCloseButton:function(){return"Close"}}),Object.assign(e.fn.bootstrapTable.defaults,e.fn.bootstrapTable.locales),e.BootstrapTable=function(r){function n(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,n),t(this,n,arguments)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}(n,r),f=n,h=[{key:"initToolbar",value:function(){var e=this.options;this.showToolbar=this.showToolbar||e.search&&e.advancedSearch&&e.idTable,e.search&&e.advancedSearch&&e.idTable&&(this.buttons=Object.assign(this.buttons,{advancedSearch:{text:this.options.formatAdvancedSearch(),icon:this.options.icons.advancedSearchIcon,event:this.showAvdSearch,attributes:{"aria-label":this.options.formatAdvancedSearch(),title:this.options.formatAdvancedSearch()}}})),s(i(n.prototype),"initToolbar",this).call(this)}},{key:"showAvdSearch",value:function(){var t=this,r=this.options,n="#avdSearchModal_".concat(r.idTable);if(e(n).length<=0){e("body").append(Pc.sprintf(Lc.html.modal,r.idTable,r.formatAdvancedSearch(),r.idTable,r.idTable,r.buttonsClass,r.formatAdvancedCloseButton()));var o=0;e("#avdSearchModalContent_".concat(r.idTable)).append(this.createFormAvd().join("")),e("#".concat(r.idForm)).off("keyup blur","input").on("keyup blur","input",(function(e){"server"===r.sidePagination?t.onColumnAdvancedSearch(e):(clearTimeout(o),o=setTimeout((function(){t.onColumnAdvancedSearch(e)}),r.searchTimeOut))})),e("#btnCloseAvd_".concat(r.idTable)).click((function(){return t.hideModal()})),"bulma"===e.fn.bootstrapTable.theme&&e(n).find(".delete").off("click").on("click",(function(){return t.hideModal()})),this.showModal()}else this.showModal()}},{key:"showModal",value:function(){var t="#avdSearchModal_".concat(this.options.idTable);-1!==e.inArray(e.fn.bootstrapTable.theme,["bootstrap3","bootstrap4"])?e(t).modal():"bootstrap5"===e.fn.bootstrapTable.theme?(this.toolbarModal||(this.toolbarModal=new bootstrap.Modal(document.getElementById("avdSearchModal_".concat(this.options.idTable)),{})),this.toolbarModal.show()):"bulma"===e.fn.bootstrapTable.theme?e(t).toggleClass("is-active"):"foundation"===e.fn.bootstrapTable.theme?(this.toolbarModal||(this.toolbarModal=new Foundation.Reveal(e(t))),this.toolbarModal.open()):"materialize"===e.fn.bootstrapTable.theme?(e(t).modal(),e(t).modal("open")):"semantic"===e.fn.bootstrapTable.theme&&e(t).modal("show")}},{key:"hideModal",value:function(){var t=e("#avdSearchModal_".concat(this.options.idTable)),r="#avdSearchModal_".concat(this.options.idTable);-1!==e.inArray(e.fn.bootstrapTable.theme,["bootstrap3","bootstrap4"])?t.modal("hide"):"bootstrap5"===e.fn.bootstrapTable.theme?this.toolbarModal.hide():"bulma"===e.fn.bootstrapTable.theme?(e("html").toggleClass("is-clipped"),e(r).toggleClass("is-active")):"foundation"===e.fn.bootstrapTable.theme?this.toolbarModal.close():"materialize"===e.fn.bootstrapTable.theme?e(r).modal("open"):"semantic"===e.fn.bootstrapTable.theme&&e(r).modal("close"),"server"===this.options.sidePagination&&(this.options.pageNumber=1,this.updatePagination(),this.trigger("column-advanced-search",this.filterColumnsPartial))}},{key:"createFormAvd",value:function(){var e,t=this.options,r=['<form class="form-horizontal" id="'.concat(t.idForm,'" action="').concat(t.actionForm,'">')],n=function(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=u(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){s=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(s)throw i}}}}(this.columns);try{for(n.s();!(e=n.n()).done;){var o=e.value;!o.checkbox&&o.visible&&o.searchable&&r.push('\n <div class="form-group row '.concat(Lc.classes.formGroup||"",'">\n <label class="col-sm-4 control-label">').concat(o.title,'</label>\n <div class="col-sm-6">\n <input type="text" class="form-control ').concat(this.constants.classes.input,'" name="').concat(o.field,'" placeholder="').concat(o.title,'" id="').concat(o.field,'">\n </div>\n </div>\n '))}}catch(e){n.e(e)}finally{n.f()}return r.push("</form>"),r}},{key:"initSearch",value:function(){var t=this;if(s(i(n.prototype),"initSearch",this).call(this),this.options.advancedSearch&&"server"!==this.options.sidePagination){var r=e.isEmptyObject(this.filterColumnsPartial)?null:this.filterColumnsPartial;this.data=r?this.data.filter((function(e,n){for(var o=0,i=Object.entries(r);o<i.length;o++){var a=c(i[o],2),s=a[0],l=a[1].toLowerCase(),u=e[s],f=t.header.fields.indexOf(s);if(u=Pc.calculateObjectValue(t.header,t.header.formatters[f],[u,e,n],u),-1===f||"string"!=typeof u&&"number"!=typeof u||!"".concat(u).toLowerCase().includes(l))return!1}return!0})):this.data,this.unsortedData=l(this.data)}}},{key:"onColumnAdvancedSearch",value:function(t){var r=e(t.currentTarget).val().trim(),n=e(t.currentTarget)[0].id;e.isEmptyObject(this.filterColumnsPartial)&&(this.filterColumnsPartial={}),r?this.filterColumnsPartial[n]=r:delete this.filterColumnsPartial[n],"server"!==this.options.sidePagination&&(this.options.pageNumber=1,this.initSearch(),this.updatePagination(),this.trigger("column-advanced-search",n,r))}}],h&&o(f.prototype,h),d&&o(f,d),Object.defineProperty(f,"prototype",{writable:!1}),f;var f,h,d}(e.BootstrapTable)}));