chunk-vendors.4f103645.js 722 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-vendors"],{"0132":function(e,t,n){!function(t,i){e.exports=i(n("58e1"),n("5e9e"))}(0,(function(e,t){"use strict";var n;return e=e&&e.hasOwnProperty("default")?e.default:e,t=t&&t.hasOwnProperty("default")?t.default:t,function(n){var i;n.exports,(i=window).DOMParser=window.DOMParser;var r=i.document;function o(e,t){var n;return(n=r.createElement("canvas")).width=e,n.height=t,n}var a,s=function(e,t,n){if(null!=e||null!=t||null!=n){var i=g(n||{});"string"==typeof e&&(e=r.getElementById(e)),null!=e.svg&&e.svg.stop(),e.childNodes&&1==e.childNodes.length&&"OBJECT"==e.childNodes[0].nodeName||(e.svg=i);var o=e.getContext("2d");void 0!==t.documentElement?i.loadXmlDoc(o,t):"<"==t.substr(0,1)?i.loadXml(o,t):i.load(o,t)}else for(var a=r.querySelectorAll("svg"),A=0;A<a.length;A++){var l=a[A],u=r.createElement("canvas");if(void 0!==l.clientWidth&&void 0!==l.clientHeight)u.width=l.clientWidth,u.height=l.clientHeight;else{var c=l.getBoundingClientRect();u.width=c.width,u.height=c.height}l.parentNode.insertBefore(u,l),l.parentNode.removeChild(l);var h=r.createElement("div");h.appendChild(l),s(u,h.innerHTML)}};"undefined"==typeof Element||(void 0!==Element.prototype.matches?a=function(e,t){return e.matches(t)}:void 0!==Element.prototype.webkitMatchesSelector?a=function(e,t){return e.webkitMatchesSelector(t)}:void 0!==Element.prototype.mozMatchesSelector?a=function(e,t){return e.mozMatchesSelector(t)}:void 0!==Element.prototype.msMatchesSelector?a=function(e,t){return e.msMatchesSelector(t)}:void 0!==Element.prototype.oMatchesSelector?a=function(e,t){return e.oMatchesSelector(t)}:("function"!=typeof jQuery&&"function"!=typeof Zepto||(a=function(e,t){return $(e).is(t)}),void 0===a&&"undefined"!=typeof Sizzle&&(a=Sizzle.matchesSelector)));var A=/(\[[^\]]+\])/g,l=/(#[^\s\+>~\.\[:]+)/g,u=/(\.[^\s\+>~\.\[:]+)/g,c=/(::[^\s\+>~\.\[:]+|:first-line|:first-letter|:before|:after)/gi,h=/(:[\w-]+\([^\)]*\))/gi,f=/(:[^\s\+>~\.\[:]+)/g,d=/([^\s\+>~\.\[:]+)/g;function p(e){var t=[0,0,0],n=function(n,i){var r=e.match(n);null!=r&&(t[i]+=r.length,e=e.replace(n," "))};return e=(e=e.replace(/:not\(([^\)]*)\)/g," $1 ")).replace(/{[\s\S]*/gm," "),n(A,1),n(l,0),n(u,1),n(c,2),n(h,1),n(f,1),e=(e=e.replace(/[\*\s\+>~]/g," ")).replace(/[#\.]/g," "),n(d,2),t.join("")}function g(n){var s={opts:n,FRAMERATE:30,MAX_VIRTUAL_PIXELS:3e4,rootEmSize:12,emSize:12,log:function(){}};1==s.opts.log&&"undefined"!=typeof console&&(s.log=function(e){console.log(e)}),s.init=function(e){var t=0;s.UniqueId=function(){return"canvg"+ ++t},s.Definitions={},s.Styles={},s.StylesSpecificity={},s.Animations=[],s.Images=[],s.ctx=e,s.ViewPort=new function(){this.viewPorts=[],this.Clear=function(){this.viewPorts=[]},this.SetCurrent=function(e,t){this.viewPorts.push({width:e,height:t})},this.RemoveCurrent=function(){this.viewPorts.pop()},this.Current=function(){return this.viewPorts[this.viewPorts.length-1]},this.width=function(){return this.Current().width},this.height=function(){return this.Current().height},this.ComputeSize=function(e){return null!=e&&"number"==typeof e?e:"x"==e?this.width():"y"==e?this.height():Math.sqrt(Math.pow(this.width(),2)+Math.pow(this.height(),2))/Math.sqrt(2)}}},s.init(),s.ImagesLoaded=function(){for(var e=0;e<s.Images.length;e++)if(!s.Images[e].loaded)return!1;return!0},s.trim=function(e){return e.replace(/^\s+|\s+$/g,"")},s.compressSpaces=function(e){return e.replace(/(?!\u3000)\s+/gm," ")},s.ajax=function(e){var t;return(t=i.XMLHttpRequest?new i.XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP"))?(t.open("GET",e,!1),t.send(null),t.responseText):null},s.parseXml=function(e){if("undefined"!=typeof Windows&&void 0!==Windows.Data&&void 0!==Windows.Data.Xml){var t=new Windows.Data.Xml.Dom.XmlDocument,r=new Windows.Data.Xml.Dom.XmlLoadSettings;return r.prohibitDtd=!1,t.loadXml(e,r),t}if(!i.DOMParser)return e=e.replace(/<!DOCTYPE svg[^>]*>/,""),(t=new ActiveXObject("Microsoft.XMLDOM")).async="false",t.loadXML(e),t;try{var o=n.xmldom?new i.DOMParser(n.xmldom):new i.DOMParser;return o.parseFromString(e,"image/svg+xml")}catch(t){return(o=n.xmldom?new i.DOMParser(n.xmldom):new i.DOMParser).parseFromString(e,"text/xml")}},s.Property=function(e,t){this.name=e,this.value=t},s.Property.prototype.getValue=function(){return this.value},s.Property.prototype.hasValue=function(){return null!=this.value&&""!==this.value},s.Property.prototype.numValue=function(){if(!this.hasValue())return 0;var e=parseFloat(this.value);return(this.value+"").match(/%$/)&&(e/=100),e},s.Property.prototype.valueOrDefault=function(e){return this.hasValue()?this.value:e},s.Property.prototype.numValueOrDefault=function(e){return this.hasValue()?this.numValue():parseFloat(e)},s.Property.prototype.addOpacity=function(t){var n=this.value;if(null!=t.value&&""!=t.value&&"string"==typeof this.value){var i=new e(this.value);i.ok&&(n="rgba("+i.r+", "+i.g+", "+i.b+", "+t.numValue()+")")}return new s.Property(this.name,n)},s.Property.prototype.getDefinition=function(){var e=this.value.match(/#([^\)'"]+)/);return e&&(e=e[1]),e||(e=this.value),s.Definitions[e]},s.Property.prototype.isUrlDefinition=function(){return 0==this.value.indexOf("url(")},s.Property.prototype.getFillStyleDefinition=function(e,t){var n=this.getDefinition();if(null!=n&&n.createGradient)return n.createGradient(s.ctx,e,t);if(null!=n&&n.createPattern){if(n.getHrefAttribute().hasValue()){var i=n.attribute("patternTransform");n=n.getHrefAttribute().getDefinition(),i.hasValue()&&(n.attribute("patternTransform",!0).value=i.value)}return n.createPattern(s.ctx,e,t)}return null},s.Property.prototype.getDPI=function(){return 96},s.Property.prototype.getREM=function(){return s.rootEmSize},s.Property.prototype.getEM=function(){return s.emSize},s.Property.prototype.getUnits=function(){return(this.value+"").replace(/[0-9\.\-]/g,"")},s.Property.prototype.isPixels=function(){if(!this.hasValue())return!1;var e=this.value+"";return!!e.match(/px$/)||!!e.match(/^[0-9]+$/)},s.Property.prototype.toPixels=function(e,t){if(!this.hasValue())return 0;var n=this.value+"";if(n.match(/rem$/))return this.numValue()*this.getREM(e);if(n.match(/em$/))return this.numValue()*this.getEM(e);if(n.match(/ex$/))return this.numValue()*this.getEM(e)/2;if(n.match(/px$/))return this.numValue();if(n.match(/pt$/))return this.numValue()*this.getDPI(e)*(1/72);if(n.match(/pc$/))return 15*this.numValue();if(n.match(/cm$/))return this.numValue()*this.getDPI(e)/2.54;if(n.match(/mm$/))return this.numValue()*this.getDPI(e)/25.4;if(n.match(/in$/))return this.numValue()*this.getDPI(e);if(n.match(/%$/))return this.numValue()*s.ViewPort.ComputeSize(e);var i=this.numValue();return t&&i<1?i*s.ViewPort.ComputeSize(e):i},s.Property.prototype.toMilliseconds=function(){return this.hasValue()?(this.value+"").match(/ms$/)?this.numValue():1e3*this.numValue():0},s.Property.prototype.toRadians=function(){if(!this.hasValue())return 0;var e=this.value+"";return e.match(/deg$/)?this.numValue()*(Math.PI/180):e.match(/grad$/)?this.numValue()*(Math.PI/200):e.match(/rad$/)?this.numValue():this.numValue()*(Math.PI/180)};var A={baseline:"alphabetic","before-edge":"top","text-before-edge":"top",middle:"middle",central:"middle","after-edge":"bottom","text-after-edge":"bottom",ideographic:"ideographic",alphabetic:"alphabetic",hanging:"hanging",mathematical:"alphabetic"};return s.Property.prototype.toTextBaseline=function(){return this.hasValue()?A[this.value]:null},s.Font=new function(){this.Styles="normal|italic|oblique|inherit",this.Variants="normal|small-caps|inherit",this.Weights="normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900|inherit",this.CreateFont=function(e,t,n,i,r,o){var a=null!=o?this.Parse(o):this.CreateFont("","","","","",s.ctx.font);return{fontFamily:r=r||a.fontFamily,fontSize:i||a.fontSize,fontStyle:e||a.fontStyle,fontWeight:n||a.fontWeight,fontVariant:t||a.fontVariant,toString:function(){return[this.fontStyle,this.fontVariant,this.fontWeight,this.fontSize,this.fontFamily].join(" ")}}};var e=this;this.Parse=function(t){for(var n={},i=s.trim(s.compressSpaces(t||"")).split(" "),r={fontSize:!1,fontStyle:!1,fontWeight:!1,fontVariant:!1},o="",a=0;a<i.length;a++)r.fontStyle||-1==e.Styles.indexOf(i[a])?r.fontVariant||-1==e.Variants.indexOf(i[a])?r.fontWeight||-1==e.Weights.indexOf(i[a])?r.fontSize?"inherit"!=i[a]&&(o+=i[a]):("inherit"!=i[a]&&(n.fontSize=i[a].split("/")[0]),r.fontStyle=r.fontVariant=r.fontWeight=r.fontSize=!0):("inherit"!=i[a]&&(n.fontWeight=i[a]),r.fontStyle=r.fontVariant=r.fontWeight=!0):("inherit"!=i[a]&&(n.fontVariant=i[a]),r.fontStyle=r.fontVariant=!0):("inherit"!=i[a]&&(n.fontStyle=i[a]),r.fontStyle=!0);return""!=o&&(n.fontFamily=o),n}},s.ToNumberArray=function(e){for(var t=(e||"").match(/-?(\d+(?:\.\d*(?:[eE][+-]?\d+)?)?|\.\d+)(?=\D|$)/gm)||[],n=0;n<t.length;n++)t[n]=parseFloat(t[n]);return t},s.Point=function(e,t){this.x=e,this.y=t},s.Point.prototype.angleTo=function(e){return Math.atan2(e.y-this.y,e.x-this.x)},s.Point.prototype.applyTransform=function(e){var t=this.x*e[0]+this.y*e[2]+e[4],n=this.x*e[1]+this.y*e[3]+e[5];this.x=t,this.y=n},s.CreatePoint=function(e){var t=s.ToNumberArray(e);return new s.Point(t[0],t[1])},s.CreatePath=function(e){for(var t=s.ToNumberArray(e),n=[],i=0;i<t.length;i+=2)n.push(new s.Point(t[i],t[i+1]));return n},s.BoundingBox=function(e,t,n,i){this.x1=Number.NaN,this.y1=Number.NaN,this.x2=Number.NaN,this.y2=Number.NaN,this.x=function(){return this.x1},this.y=function(){return this.y1},this.width=function(){return this.x2-this.x1},this.height=function(){return this.y2-this.y1},this.addPoint=function(e,t){null!=e&&((isNaN(this.x1)||isNaN(this.x2))&&(this.x1=e,this.x2=e),e<this.x1&&(this.x1=e),e>this.x2&&(this.x2=e)),null!=t&&((isNaN(this.y1)||isNaN(this.y2))&&(this.y1=t,this.y2=t),t<this.y1&&(this.y1=t),t>this.y2&&(this.y2=t))},this.addX=function(e){this.addPoint(e,null)},this.addY=function(e){this.addPoint(null,e)},this.addBoundingBox=function(e){this.addPoint(e.x1,e.y1),this.addPoint(e.x2,e.y2)},this.addQuadraticCurve=function(e,t,n,i,r,o){var a=e+2/3*(n-e),s=t+2/3*(i-t),A=a+1/3*(r-e),l=s+1/3*(o-t);this.addBezierCurve(e,t,a,A,s,l,r,o)},this.addBezierCurve=function(e,t,n,i,r,o,a,s){var A=[e,t],l=[n,i],u=[r,o],c=[a,s];this.addPoint(A[0],A[1]),this.addPoint(c[0],c[1]);for(var h=0;h<=1;h++){var f=function(e){return Math.pow(1-e,3)*A[h]+3*Math.pow(1-e,2)*e*l[h]+3*(1-e)*Math.pow(e,2)*u[h]+Math.pow(e,3)*c[h]},d=6*A[h]-12*l[h]+6*u[h],p=-3*A[h]+9*l[h]-9*u[h]+3*c[h],g=3*l[h]-3*A[h];if(0!=p){var m=Math.pow(d,2)-4*g*p;if(!(m<0)){var v=(-d+Math.sqrt(m))/(2*p);0<v&&v<1&&(0==h&&this.addX(f(v)),1==h&&this.addY(f(v)));var y=(-d-Math.sqrt(m))/(2*p);0<y&&y<1&&(0==h&&this.addX(f(y)),1==h&&this.addY(f(y)))}}else{if(0==d)continue;var B=-g/d;0<B&&B<1&&(0==h&&this.addX(f(B)),1==h&&this.addY(f(B)))}}},this.isPointInBox=function(e,t){return this.x1<=e&&e<=this.x2&&this.y1<=t&&t<=this.y2},this.addPoint(e,t),this.addPoint(n,i)},s.Transform=function(e){var t=this;this.Type={},this.Type.translate=function(e){this.p=s.CreatePoint(e),this.apply=function(e){e.translate(this.p.x||0,this.p.y||0)},this.unapply=function(e){e.translate(-1*this.p.x||0,-1*this.p.y||0)},this.applyToPoint=function(e){e.applyTransform([1,0,0,1,this.p.x||0,this.p.y||0])}},this.Type.rotate=function(e){var t=s.ToNumberArray(e);this.angle=new s.Property("angle",t[0]),this.cx=t[1]||0,this.cy=t[2]||0,this.apply=function(e){e.translate(this.cx,this.cy),e.rotate(this.angle.toRadians()),e.translate(-this.cx,-this.cy)},this.unapply=function(e){e.translate(this.cx,this.cy),e.rotate(-1*this.angle.toRadians()),e.translate(-this.cx,-this.cy)},this.applyToPoint=function(e){var t=this.angle.toRadians();e.applyTransform([1,0,0,1,this.p.x||0,this.p.y||0]),e.applyTransform([Math.cos(t),Math.sin(t),-Math.sin(t),Math.cos(t),0,0]),e.applyTransform([1,0,0,1,-this.p.x||0,-this.p.y||0])}},this.Type.scale=function(e){this.p=s.CreatePoint(e),this.apply=function(e){e.scale(this.p.x||1,this.p.y||this.p.x||1)},this.unapply=function(e){e.scale(1/this.p.x||1,1/this.p.y||this.p.x||1)},this.applyToPoint=function(e){e.applyTransform([this.p.x||0,0,0,this.p.y||0,0,0])}},this.Type.matrix=function(e){this.m=s.ToNumberArray(e),this.apply=function(e){e.transform(this.m[0],this.m[1],this.m[2],this.m[3],this.m[4],this.m[5])},this.unapply=function(e){var t=this.m[0],n=this.m[2],i=this.m[4],r=this.m[1],o=this.m[3],a=this.m[5],s=1/(t*(1*o-0*a)-n*(1*r-0*a)+i*(0*r-0*o));e.transform(s*(1*o-0*a),s*(0*a-1*r),s*(0*i-1*n),s*(1*t-0*i),s*(n*a-i*o),s*(i*r-t*a))},this.applyToPoint=function(e){e.applyTransform(this.m)}},this.Type.SkewBase=function(e){this.base=t.Type.matrix,this.base(e),this.angle=new s.Property("angle",e)},this.Type.SkewBase.prototype=new this.Type.matrix,this.Type.skewX=function(e){this.base=t.Type.SkewBase,this.base(e),this.m=[1,0,Math.tan(this.angle.toRadians()),1,0,0]},this.Type.skewX.prototype=new this.Type.SkewBase,this.Type.skewY=function(e){this.base=t.Type.SkewBase,this.base(e),this.m=[1,Math.tan(this.angle.toRadians()),0,1,0,0]},this.Type.skewY.prototype=new this.Type.SkewBase,this.transforms=[],this.apply=function(e){for(var t=0;t<this.transforms.length;t++)this.transforms[t].apply(e)},this.unapply=function(e){for(var t=this.transforms.length-1;0<=t;t--)this.transforms[t].unapply(e)},this.applyToPoint=function(e){for(var t=0;t<this.transforms.length;t++)this.transforms[t].applyToPoint(e)};for(var n=s.trim(s.compressSpaces(e)).replace(/\)([a-zA-Z])/g,") $1").replace(/\)(\s?,\s?)/g,") ").split(/\s(?=[a-z])/),i=0;i<n.length;i++)if("none"!==n[i]){var r=s.trim(n[i].split("(")[0]),o=n[i].split("(")[1].replace(")",""),a=this.Type[r];if(void 0!==a){var A=new a(o);A.type=r,this.transforms.push(A)}}},s.AspectRatio=function(e,t,n,i,r,o,a,A,l,u){var c=(t=(t=s.compressSpaces(t)).replace(/^defer\s/,"")).split(" ")[0]||"xMidYMid",h=t.split(" ")[1]||"meet",f=n/i,d=r/o,p=Math.min(f,d),g=Math.max(f,d);"meet"==h&&(i*=p,o*=p),"slice"==h&&(i*=g,o*=g),l=new s.Property("refX",l),u=new s.Property("refY",u),l.hasValue()&&u.hasValue()?e.translate(-p*l.toPixels("x"),-p*u.toPixels("y")):(c.match(/^xMid/)&&("meet"==h&&p==d||"slice"==h&&g==d)&&e.translate(n/2-i/2,0),c.match(/YMid$/)&&("meet"==h&&p==f||"slice"==h&&g==f)&&e.translate(0,r/2-o/2),c.match(/^xMax/)&&("meet"==h&&p==d||"slice"==h&&g==d)&&e.translate(n-i,0),c.match(/YMax$/)&&("meet"==h&&p==f||"slice"==h&&g==f)&&e.translate(0,r-o)),"none"==c?e.scale(f,d):"meet"==h?e.scale(p,p):"slice"==h&&e.scale(g,g),e.translate(null==a?0:-a,null==A?0:-A)},s.Element={},s.EmptyProperty=new s.Property("EMPTY",""),s.Element.ElementBase=function(e){this.attributes={},this.styles={},this.stylesSpecificity={},this.children=[],this.attribute=function(e,t){var n=this.attributes[e];return null!=n?n:(1==t&&(n=new s.Property(e,""),this.attributes[e]=n),n||s.EmptyProperty)},this.getHrefAttribute=function(){for(var e in this.attributes)if("href"==e||e.match(/:href$/))return this.attributes[e];return s.EmptyProperty},this.style=function(e,t,n){var i=this.styles[e];if(null!=i)return i;var r=this.attribute(e);if(null!=r&&r.hasValue())return this.styles[e]=r;if(1!=n){var o=this.parent;if(null!=o){var a=o.style(e);if(null!=a&&a.hasValue())return a}}return 1==t&&(i=new s.Property(e,""),this.styles[e]=i),i||s.EmptyProperty},this.render=function(e){if("none"!=this.style("display").value&&"hidden"!=this.style("visibility").value){if(e.save(),this.style("mask").hasValue()){var t=this.style("mask").getDefinition();null!=t&&t.apply(e,this)}else if(this.style("filter").hasValue()){var n=this.style("filter").getDefinition();null!=n&&n.apply(e,this)}else this.setContext(e),this.renderChildren(e),this.clearContext(e);e.restore()}},this.setContext=function(){},this.clearContext=function(){},this.renderChildren=function(e){for(var t=0;t<this.children.length;t++)this.children[t].render(e)},this.addChild=function(e,t){var n=e;t&&(n=s.CreateElement(e)),n.parent=this,"title"!=n.type&&this.children.push(n)},this.addStylesFromStyleDefinition=function(){for(var t in s.Styles)if("@"!=t[0]&&a(e,t)){var n=s.Styles[t],i=s.StylesSpecificity[t];if(null!=n)for(var r in n){var o=this.stylesSpecificity[r];void 0===o&&(o="000"),o<=i&&(this.styles[r]=n[r],this.stylesSpecificity[r]=i)}}};var t,n=new RegExp("^[A-Z-]+$");if(null!=e&&1==e.nodeType){for(var i=0;i<e.attributes.length;i++){var r=e.attributes[i],o=(t=r.nodeName,n.test(t)?t.toLowerCase():t);this.attributes[o]=new s.Property(o,r.value)}if(this.addStylesFromStyleDefinition(),this.attribute("style").hasValue()){var A=this.attribute("style").value.split(";");for(i=0;i<A.length;i++)if(""!=s.trim(A[i])){var l=A[i].split(":"),u=s.trim(l[0]),c=s.trim(l[1]);this.styles[u]=new s.Property(u,c)}}for(this.attribute("id").hasValue()&&null==s.Definitions[this.attribute("id").value]&&(s.Definitions[this.attribute("id").value]=this),i=0;i<e.childNodes.length;i++){var h=e.childNodes[i];if(1==h.nodeType&&this.addChild(h,!0),this.captureTextNodes&&(3==h.nodeType||4==h.nodeType)){var f=h.value||h.text||h.textContent||"";""!=s.compressSpaces(f)&&this.addChild(new s.Element.tspan(h),!1)}}}},s.Element.RenderedElementBase=function(e){this.base=s.Element.ElementBase,this.base(e),this.calculateOpacity=function(){for(var e=1,t=this;null!=t;){var n=t.style("opacity",!1,!0);n.hasValue()&&(e*=n.numValue()),t=t.parent}return e},this.setContext=function(e,t){if(!t){var n;if(this.style("fill").isUrlDefinition())null!=(n=this.style("fill").getFillStyleDefinition(this,this.style("fill-opacity")))&&(e.fillStyle=n);else if(this.style("fill").hasValue()){var i;"currentColor"==(i=this.style("fill")).value&&(i.value=this.style("color").value),"inherit"!=i.value&&(e.fillStyle="none"==i.value?"rgba(0,0,0,0)":i.value)}if(this.style("fill-opacity").hasValue()&&(i=(i=new s.Property("fill",e.fillStyle)).addOpacity(this.style("fill-opacity")),e.fillStyle=i.value),this.style("stroke").isUrlDefinition())null!=(n=this.style("stroke").getFillStyleDefinition(this,this.style("stroke-opacity")))&&(e.strokeStyle=n);else if(this.style("stroke").hasValue()){var r;"currentColor"==(r=this.style("stroke")).value&&(r.value=this.style("color").value),"inherit"!=r.value&&(e.strokeStyle="none"==r.value?"rgba(0,0,0,0)":r.value)}if(this.style("stroke-opacity").hasValue()&&(r=(r=new s.Property("stroke",e.strokeStyle)).addOpacity(this.style("stroke-opacity")),e.strokeStyle=r.value),this.style("stroke-width").hasValue()){var o=this.style("stroke-width").toPixels();e.lineWidth=0==o?.001:o}if(this.style("stroke-linecap").hasValue()&&(e.lineCap=this.style("stroke-linecap").value),this.style("stroke-linejoin").hasValue()&&(e.lineJoin=this.style("stroke-linejoin").value),this.style("stroke-miterlimit").hasValue()&&(e.miterLimit=this.style("stroke-miterlimit").value),this.style("paint-order").hasValue()&&(e.paintOrder=this.style("paint-order").value),this.style("stroke-dasharray").hasValue()&&"none"!=this.style("stroke-dasharray").value){var a=s.ToNumberArray(this.style("stroke-dasharray").value);void 0!==e.setLineDash?e.setLineDash(a):void 0!==e.webkitLineDash?e.webkitLineDash=a:void 0===e.mozDash||1==a.length&&0==a[0]||(e.mozDash=a);var A=this.style("stroke-dashoffset").toPixels();void 0!==e.lineDashOffset?e.lineDashOffset=A:void 0!==e.webkitLineDashOffset?e.webkitLineDashOffset=A:void 0!==e.mozDashOffset&&(e.mozDashOffset=A)}}if(void 0!==e.font)if(this.style("font").hasValue())e.font=this.style("font").value;else{e.font=s.Font.CreateFont(this.style("font-style").value,this.style("font-variant").value,this.style("font-weight").value,this.style("font-size").hasValue()?this.style("font-size").toPixels()+"px":"",this.style("font-family").value).toString();var l=this.style("font-size",!1,!1);l.isPixels()&&(s.emSize=l.toPixels())}if(this.style("transform",!1,!0).hasValue()&&new s.Transform(this.style("transform",!1,!0).value).apply(e),this.style("clip-path",!1,!0).hasValue()){var u=this.style("clip-path",!1,!0).getDefinition();null!=u&&u.apply(e)}e.globalAlpha=this.calculateOpacity()}},s.Element.RenderedElementBase.prototype=new s.Element.ElementBase,s.Element.PathElementBase=function(e){this.base=s.Element.RenderedElementBase,this.base(e),this.path=function(e){return null!=e&&e.beginPath(),new s.BoundingBox},this.renderChildren=function(e){this.path(e),s.Mouse.checkPath(this,e),""!=e.fillStyle&&("inherit"!=this.style("fill-rule").valueOrDefault("inherit")?e.fill(this.style("fill-rule").value):e.fill()),""!=e.strokeStyle&&e.stroke();var t=this.getMarkers();if(null!=t){if(this.style("marker-start").isUrlDefinition()&&(n=this.style("marker-start").getDefinition()).render(e,t[0][0],t[0][1]),this.style("marker-mid").isUrlDefinition())for(var n=this.style("marker-mid").getDefinition(),i=1;i<t.length-1;i++)n.render(e,t[i][0],t[i][1]);this.style("marker-end").isUrlDefinition()&&(n=this.style("marker-end").getDefinition()).render(e,t[t.length-1][0],t[t.length-1][1])}},this.getBoundingBox=function(){return this.path()},this.getMarkers=function(){return null}},s.Element.PathElementBase.prototype=new s.Element.RenderedElementBase,s.SetDefaults=function(e){e.strokeStyle="rgba(0,0,0,0)",e.lineCap="butt",e.lineJoin="miter",e.miterLimit=4},s.Element.svg=function(e){this.base=s.Element.RenderedElementBase,this.base(e),this.baseClearContext=this.clearContext,this.clearContext=function(e){this.baseClearContext(e),s.ViewPort.RemoveCurrent()},this.baseSetContext=this.setContext,this.setContext=function(e){if(s.SetDefaults(e),e.canvas.style&&void 0!==e.font&&void 0!==i.getComputedStyle){e.font=i.getComputedStyle(e.canvas).getPropertyValue("font");var t=new s.Property("fontSize",s.Font.Parse(e.font).fontSize);t.hasValue()&&(s.rootEmSize=s.emSize=t.toPixels("y"))}this.baseSetContext(e),this.attribute("x").hasValue()||(this.attribute("x",!0).value=0),this.attribute("y").hasValue()||(this.attribute("y",!0).value=0),e.translate(this.attribute("x").toPixels("x"),this.attribute("y").toPixels("y"));var n=s.ViewPort.width(),r=s.ViewPort.height();if(this.attribute("width").hasValue()||(this.attribute("width",!0).value="100%"),this.attribute("height").hasValue()||(this.attribute("height",!0).value="100%"),void 0===this.root){n=this.attribute("width").toPixels("x"),r=this.attribute("height").toPixels("y");var o=0,a=0;this.attribute("refX").hasValue()&&this.attribute("refY").hasValue()&&(o=-this.attribute("refX").toPixels("x"),a=-this.attribute("refY").toPixels("y")),"visible"!=this.attribute("overflow").valueOrDefault("hidden")&&(e.beginPath(),e.moveTo(o,a),e.lineTo(n,a),e.lineTo(n,r),e.lineTo(o,r),e.closePath(),e.clip())}if(s.ViewPort.SetCurrent(n,r),this.attribute("viewBox").hasValue()){var A=s.ToNumberArray(this.attribute("viewBox").value),l=A[0],u=A[1];n=A[2],r=A[3],s.AspectRatio(e,this.attribute("preserveAspectRatio").value,s.ViewPort.width(),n,s.ViewPort.height(),r,l,u,this.attribute("refX").value,this.attribute("refY").value),s.ViewPort.RemoveCurrent(),s.ViewPort.SetCurrent(A[2],A[3])}}},s.Element.svg.prototype=new s.Element.RenderedElementBase,s.Element.rect=function(e){this.base=s.Element.PathElementBase,this.base(e),this.path=function(e){var t=this.attribute("x").toPixels("x"),n=this.attribute("y").toPixels("y"),i=this.attribute("width").toPixels("x"),r=this.attribute("height").toPixels("y"),o=this.attribute("rx").toPixels("x"),a=this.attribute("ry").toPixels("y");if(this.attribute("rx").hasValue()&&!this.attribute("ry").hasValue()&&(a=o),this.attribute("ry").hasValue()&&!this.attribute("rx").hasValue()&&(o=a),o=Math.min(o,i/2),a=Math.min(a,r/2),null!=e){var A=(Math.sqrt(2)-1)/3*4;e.beginPath(),0<r&&0<i&&(e.moveTo(t+o,n),e.lineTo(t+i-o,n),e.bezierCurveTo(t+i-o+A*o,n,t+i,n+a-A*a,t+i,n+a),e.lineTo(t+i,n+r-a),e.bezierCurveTo(t+i,n+r-a+A*a,t+i-o+A*o,n+r,t+i-o,n+r),e.lineTo(t+o,n+r),e.bezierCurveTo(t+o-A*o,n+r,t,n+r-a+A*a,t,n+r-a),e.lineTo(t,n+a),e.bezierCurveTo(t,n+a-A*a,t+o-A*o,n,t+o,n),e.closePath())}return new s.BoundingBox(t,n,t+i,n+r)}},s.Element.rect.prototype=new s.Element.PathElementBase,s.Element.circle=function(e){this.base=s.Element.PathElementBase,this.base(e),this.path=function(e){var t=this.attribute("cx").toPixels("x"),n=this.attribute("cy").toPixels("y"),i=this.attribute("r").toPixels();return null!=e&&0<i&&(e.beginPath(),e.arc(t,n,i,0,2*Math.PI,!1),e.closePath()),new s.BoundingBox(t-i,n-i,t+i,n+i)}},s.Element.circle.prototype=new s.Element.PathElementBase,s.Element.ellipse=function(e){this.base=s.Element.PathElementBase,this.base(e),this.path=function(e){var t=(Math.sqrt(2)-1)/3*4,n=this.attribute("rx").toPixels("x"),i=this.attribute("ry").toPixels("y"),r=this.attribute("cx").toPixels("x"),o=this.attribute("cy").toPixels("y");return null!=e&&(e.beginPath(),e.moveTo(r+n,o),e.bezierCurveTo(r+n,o+t*i,r+t*n,o+i,r,o+i),e.bezierCurveTo(r-t*n,o+i,r-n,o+t*i,r-n,o),e.bezierCurveTo(r-n,o-t*i,r-t*n,o-i,r,o-i),e.bezierCurveTo(r+t*n,o-i,r+n,o-t*i,r+n,o),e.closePath()),new s.BoundingBox(r-n,o-i,r+n,o+i)}},s.Element.ellipse.prototype=new s.Element.PathElementBase,s.Element.line=function(e){this.base=s.Element.PathElementBase,this.base(e),this.getPoints=function(){return[new s.Point(this.attribute("x1").toPixels("x"),this.attribute("y1").toPixels("y")),new s.Point(this.attribute("x2").toPixels("x"),this.attribute("y2").toPixels("y"))]},this.path=function(e){var t=this.getPoints();return null!=e&&(e.beginPath(),e.moveTo(t[0].x,t[0].y),e.lineTo(t[1].x,t[1].y)),new s.BoundingBox(t[0].x,t[0].y,t[1].x,t[1].y)},this.getMarkers=function(){var e=this.getPoints(),t=e[0].angleTo(e[1]);return[[e[0],t],[e[1],t]]}},s.Element.line.prototype=new s.Element.PathElementBase,s.Element.polyline=function(e){this.base=s.Element.PathElementBase,this.base(e),this.points=s.CreatePath(this.attribute("points").value),this.path=function(e){var t=new s.BoundingBox(this.points[0].x,this.points[0].y);null!=e&&(e.beginPath(),e.moveTo(this.points[0].x,this.points[0].y));for(var n=1;n<this.points.length;n++)t.addPoint(this.points[n].x,this.points[n].y),null!=e&&e.lineTo(this.points[n].x,this.points[n].y);return t},this.getMarkers=function(){for(var e=[],t=0;t<this.points.length-1;t++)e.push([this.points[t],this.points[t].angleTo(this.points[t+1])]);return 0<e.length&&e.push([this.points[this.points.length-1],e[e.length-1][1]]),e}},s.Element.polyline.prototype=new s.Element.PathElementBase,s.Element.polygon=function(e){this.base=s.Element.polyline,this.base(e),this.basePath=this.path,this.path=function(e){var t=this.basePath(e);return null!=e&&(e.lineTo(this.points[0].x,this.points[0].y),e.closePath()),t}},s.Element.polygon.prototype=new s.Element.polyline,s.Element.path=function(e){this.base=s.Element.PathElementBase,this.base(e);var t=this.attribute("d").value;t=t.replace(/,/gm," ");for(var n=0;n<2;n++)t=t.replace(/([MmZzLlHhVvCcSsQqTtAa])([^\s])/gm,"$1 $2");for(t=(t=t.replace(/([^\s])([MmZzLlHhVvCcSsQqTtAa])/gm,"$1 $2")).replace(/([0-9])([+\-])/gm,"$1 $2"),n=0;n<2;n++)t=t.replace(/(\.[0-9]*)(\.)/gm,"$1 $2");t=t.replace(/([Aa](\s+[0-9]+){3})\s+([01])\s*([01])/gm,"$1 $3 $4 "),t=s.compressSpaces(t),t=s.trim(t),this.PathParser=new function(e){this.tokens=e.split(" "),this.reset=function(){this.i=-1,this.command="",this.previousCommand="",this.start=new s.Point(0,0),this.control=new s.Point(0,0),this.current=new s.Point(0,0),this.points=[],this.angles=[]},this.isEnd=function(){return this.i>=this.tokens.length-1},this.isCommandOrEnd=function(){return!!this.isEnd()||null!=this.tokens[this.i+1].match(/^[A-Za-z]$/)},this.isRelativeCommand=function(){switch(this.command){case"m":case"l":case"h":case"v":case"c":case"s":case"q":case"t":case"a":case"z":return!0}return!1},this.getToken=function(){return this.i++,this.tokens[this.i]},this.getScalar=function(){return parseFloat(this.getToken())},this.nextCommand=function(){this.previousCommand=this.command,this.command=this.getToken()},this.getPoint=function(){var e=new s.Point(this.getScalar(),this.getScalar());return this.makeAbsolute(e)},this.getAsControlPoint=function(){var e=this.getPoint();return this.control=e},this.getAsCurrentPoint=function(){var e=this.getPoint();return this.current=e},this.getReflectedControlPoint=function(){return"c"!=this.previousCommand.toLowerCase()&&"s"!=this.previousCommand.toLowerCase()&&"q"!=this.previousCommand.toLowerCase()&&"t"!=this.previousCommand.toLowerCase()?this.current:new s.Point(2*this.current.x-this.control.x,2*this.current.y-this.control.y)},this.makeAbsolute=function(e){return this.isRelativeCommand()&&(e.x+=this.current.x,e.y+=this.current.y),e},this.addMarker=function(e,t,n){null!=n&&0<this.angles.length&&null==this.angles[this.angles.length-1]&&(this.angles[this.angles.length-1]=this.points[this.points.length-1].angleTo(n)),this.addMarkerAngle(e,null==t?null:t.angleTo(e))},this.addMarkerAngle=function(e,t){this.points.push(e),this.angles.push(t)},this.getMarkerPoints=function(){return this.points},this.getMarkerAngles=function(){for(var e=0;e<this.angles.length;e++)if(null==this.angles[e])for(var t=e+1;t<this.angles.length;t++)if(null!=this.angles[t]){this.angles[e]=this.angles[t];break}return this.angles}}(t),this.path=function(e){var t=this.PathParser;t.reset();var n=new s.BoundingBox;for(null!=e&&e.beginPath();!t.isEnd();)switch(t.nextCommand(),t.command){case"M":case"m":var i=t.getAsCurrentPoint();for(t.addMarker(i),n.addPoint(i.x,i.y),null!=e&&e.moveTo(i.x,i.y),t.start=t.current;!t.isCommandOrEnd();)i=t.getAsCurrentPoint(),t.addMarker(i,t.start),n.addPoint(i.x,i.y),null!=e&&e.lineTo(i.x,i.y);break;case"L":case"l":for(;!t.isCommandOrEnd();){var r=t.current;i=t.getAsCurrentPoint(),t.addMarker(i,r),n.addPoint(i.x,i.y),null!=e&&e.lineTo(i.x,i.y)}break;case"H":case"h":for(;!t.isCommandOrEnd();){var o=new s.Point((t.isRelativeCommand()?t.current.x:0)+t.getScalar(),t.current.y);t.addMarker(o,t.current),t.current=o,n.addPoint(t.current.x,t.current.y),null!=e&&e.lineTo(t.current.x,t.current.y)}break;case"V":case"v":for(;!t.isCommandOrEnd();)o=new s.Point(t.current.x,(t.isRelativeCommand()?t.current.y:0)+t.getScalar()),t.addMarker(o,t.current),t.current=o,n.addPoint(t.current.x,t.current.y),null!=e&&e.lineTo(t.current.x,t.current.y);break;case"C":case"c":for(;!t.isCommandOrEnd();){var a=t.current,A=t.getPoint(),l=t.getAsControlPoint(),u=t.getAsCurrentPoint();t.addMarker(u,l,A),n.addBezierCurve(a.x,a.y,A.x,A.y,l.x,l.y,u.x,u.y),null!=e&&e.bezierCurveTo(A.x,A.y,l.x,l.y,u.x,u.y)}break;case"S":case"s":for(;!t.isCommandOrEnd();)a=t.current,A=t.getReflectedControlPoint(),l=t.getAsControlPoint(),u=t.getAsCurrentPoint(),t.addMarker(u,l,A),n.addBezierCurve(a.x,a.y,A.x,A.y,l.x,l.y,u.x,u.y),null!=e&&e.bezierCurveTo(A.x,A.y,l.x,l.y,u.x,u.y);break;case"Q":case"q":for(;!t.isCommandOrEnd();)a=t.current,l=t.getAsControlPoint(),u=t.getAsCurrentPoint(),t.addMarker(u,l,l),n.addQuadraticCurve(a.x,a.y,l.x,l.y,u.x,u.y),null!=e&&e.quadraticCurveTo(l.x,l.y,u.x,u.y);break;case"T":case"t":for(;!t.isCommandOrEnd();)a=t.current,l=t.getReflectedControlPoint(),t.control=l,u=t.getAsCurrentPoint(),t.addMarker(u,l,l),n.addQuadraticCurve(a.x,a.y,l.x,l.y,u.x,u.y),null!=e&&e.quadraticCurveTo(l.x,l.y,u.x,u.y);break;case"A":case"a":for(;!t.isCommandOrEnd();){a=t.current;var c=t.getScalar(),h=t.getScalar(),f=t.getScalar()*(Math.PI/180),d=t.getScalar(),p=t.getScalar(),g=(u=t.getAsCurrentPoint(),new s.Point(Math.cos(f)*(a.x-u.x)/2+Math.sin(f)*(a.y-u.y)/2,-Math.sin(f)*(a.x-u.x)/2+Math.cos(f)*(a.y-u.y)/2)),m=Math.pow(g.x,2)/Math.pow(c,2)+Math.pow(g.y,2)/Math.pow(h,2);1<m&&(c*=Math.sqrt(m),h*=Math.sqrt(m));var v=(d==p?-1:1)*Math.sqrt((Math.pow(c,2)*Math.pow(h,2)-Math.pow(c,2)*Math.pow(g.y,2)-Math.pow(h,2)*Math.pow(g.x,2))/(Math.pow(c,2)*Math.pow(g.y,2)+Math.pow(h,2)*Math.pow(g.x,2)));isNaN(v)&&(v=0);var y=new s.Point(v*c*g.y/h,v*-h*g.x/c),B=new s.Point((a.x+u.x)/2+Math.cos(f)*y.x-Math.sin(f)*y.y,(a.y+u.y)/2+Math.sin(f)*y.x+Math.cos(f)*y.y),w=function(e){return Math.sqrt(Math.pow(e[0],2)+Math.pow(e[1],2))},b=function(e,t){return(e[0]*t[0]+e[1]*t[1])/(w(e)*w(t))},C=function(e,t){return(e[0]*t[1]<e[1]*t[0]?-1:1)*Math.acos(b(e,t))},E=C([1,0],[(g.x-y.x)/c,(g.y-y.y)/h]),x=[(g.x-y.x)/c,(g.y-y.y)/h],Q=[(-g.x-y.x)/c,(-g.y-y.y)/h],_=C(x,Q);b(x,Q)<=-1&&(_=Math.PI),1<=b(x,Q)&&(_=0);var F=1-p?1:-1,U=E+F*(_/2),S=new s.Point(B.x+c*Math.cos(U),B.y+h*Math.sin(U));if(t.addMarkerAngle(S,U-F*Math.PI/2),t.addMarkerAngle(u,U-F*Math.PI),n.addPoint(u.x,u.y),null!=e&&!isNaN(E)&&!isNaN(_)){b=h<c?c:h;var T=h<c?1:c/h,H=h<c?h/c:1;e.translate(B.x,B.y),e.rotate(f),e.scale(T,H),e.arc(0,0,b,E,E+_,1-p),e.scale(1/T,1/H),e.rotate(-f),e.translate(-B.x,-B.y)}}break;case"Z":case"z":null!=e&&n.x1!==n.x2&&n.y1!==n.y2&&e.closePath(),t.current=t.start}return n},this.getMarkers=function(){for(var e=this.PathParser.getMarkerPoints(),t=this.PathParser.getMarkerAngles(),n=[],i=0;i<e.length;i++)n.push([e[i],t[i]]);return n}},s.Element.path.prototype=new s.Element.PathElementBase,s.Element.pattern=function(e){this.base=s.Element.ElementBase,this.base(e),this.createPattern=function(e,t,n){var i=this.attribute("width").toPixels("x",!0),r=this.attribute("height").toPixels("y",!0),a=new s.Element.svg;a.attributes.viewBox=new s.Property("viewBox",this.attribute("viewBox").value),a.attributes.width=new s.Property("width",i+"px"),a.attributes.height=new s.Property("height",r+"px"),a.attributes.transform=new s.Property("transform",this.attribute("patternTransform").value),a.children=this.children;var A=o(i,r),l=A.getContext("2d");this.attribute("x").hasValue()&&this.attribute("y").hasValue()&&l.translate(this.attribute("x").toPixels("x",!0),this.attribute("y").toPixels("y",!0)),n.hasValue()?this.styles["fill-opacity"]=n:delete this.styles["fill-opacity"];for(var u=-1;u<=1;u++)for(var c=-1;c<=1;c++)l.save(),a.attributes.x=new s.Property("x",u*A.width),a.attributes.y=new s.Property("y",c*A.height),a.render(l),l.restore();return e.createPattern(A,"repeat")}},s.Element.pattern.prototype=new s.Element.ElementBase,s.Element.marker=function(e){this.base=s.Element.ElementBase,this.base(e),this.baseRender=this.render,this.render=function(e,t,n){if(t){e.translate(t.x,t.y),"auto"==this.attribute("orient").valueOrDefault("auto")&&e.rotate(n),"strokeWidth"==this.attribute("markerUnits").valueOrDefault("strokeWidth")&&e.scale(e.lineWidth,e.lineWidth),e.save();var i=new s.Element.svg;i.attributes.viewBox=new s.Property("viewBox",this.attribute("viewBox").value),i.attributes.refX=new s.Property("refX",this.attribute("refX").value),i.attributes.refY=new s.Property("refY",this.attribute("refY").value),i.attributes.width=new s.Property("width",this.attribute("markerWidth").value),i.attributes.height=new s.Property("height",this.attribute("markerHeight").value),i.attributes.fill=new s.Property("fill",this.attribute("fill").valueOrDefault("black")),i.attributes.stroke=new s.Property("stroke",this.attribute("stroke").valueOrDefault("none")),i.children=this.children,i.render(e),e.restore(),"strokeWidth"==this.attribute("markerUnits").valueOrDefault("strokeWidth")&&e.scale(1/e.lineWidth,1/e.lineWidth),"auto"==this.attribute("orient").valueOrDefault("auto")&&e.rotate(-n),e.translate(-t.x,-t.y)}}},s.Element.marker.prototype=new s.Element.ElementBase,s.Element.defs=function(e){this.base=s.Element.ElementBase,this.base(e),this.render=function(){}},s.Element.defs.prototype=new s.Element.ElementBase,s.Element.GradientBase=function(e){this.base=s.Element.ElementBase,this.base(e),this.stops=[];for(var t=0;t<this.children.length;t++){var n=this.children[t];"stop"==n.type&&this.stops.push(n)}this.getGradient=function(){},this.gradientUnits=function(){return this.attribute("gradientUnits").valueOrDefault("objectBoundingBox")},this.attributesToInherit=["gradientUnits"],this.inheritStopContainer=function(e){for(var t=0;t<this.attributesToInherit.length;t++){var n=this.attributesToInherit[t];!this.attribute(n).hasValue()&&e.attribute(n).hasValue()&&(this.attribute(n,!0).value=e.attribute(n).value)}},this.createGradient=function(e,t,n){var i=this;this.getHrefAttribute().hasValue()&&(i=this.getHrefAttribute().getDefinition(),this.inheritStopContainer(i));var r=function(e){return n.hasValue()?new s.Property("color",e).addOpacity(n).value:e},a=this.getGradient(e,t);if(null==a)return r(i.stops[i.stops.length-1].color);for(var A=0;A<i.stops.length;A++)a.addColorStop(i.stops[A].offset,r(i.stops[A].color));if(this.attribute("gradientTransform").hasValue()){var l=s.ViewPort.viewPorts[0],u=new s.Element.rect;u.attributes.x=new s.Property("x",-s.MAX_VIRTUAL_PIXELS/3),u.attributes.y=new s.Property("y",-s.MAX_VIRTUAL_PIXELS/3),u.attributes.width=new s.Property("width",s.MAX_VIRTUAL_PIXELS),u.attributes.height=new s.Property("height",s.MAX_VIRTUAL_PIXELS);var c=new s.Element.g;c.attributes.transform=new s.Property("transform",this.attribute("gradientTransform").value),c.children=[u];var h=new s.Element.svg;h.attributes.x=new s.Property("x",0),h.attributes.y=new s.Property("y",0),h.attributes.width=new s.Property("width",l.width),h.attributes.height=new s.Property("height",l.height),h.children=[c];var f=o(l.width,l.height),d=f.getContext("2d");return d.fillStyle=a,h.render(d),d.createPattern(f,"no-repeat")}return a}},s.Element.GradientBase.prototype=new s.Element.ElementBase,s.Element.linearGradient=function(e){this.base=s.Element.GradientBase,this.base(e),this.attributesToInherit.push("x1"),this.attributesToInherit.push("y1"),this.attributesToInherit.push("x2"),this.attributesToInherit.push("y2"),this.getGradient=function(e,t){var n="objectBoundingBox"==this.gradientUnits()?t.getBoundingBox(e):null;this.attribute("x1").hasValue()||this.attribute("y1").hasValue()||this.attribute("x2").hasValue()||this.attribute("y2").hasValue()||(this.attribute("x1",!0).value=0,this.attribute("y1",!0).value=0,this.attribute("x2",!0).value=1,this.attribute("y2",!0).value=0);var i="objectBoundingBox"==this.gradientUnits()?n.x()+n.width()*this.attribute("x1").numValue():this.attribute("x1").toPixels("x"),r="objectBoundingBox"==this.gradientUnits()?n.y()+n.height()*this.attribute("y1").numValue():this.attribute("y1").toPixels("y"),o="objectBoundingBox"==this.gradientUnits()?n.x()+n.width()*this.attribute("x2").numValue():this.attribute("x2").toPixels("x"),a="objectBoundingBox"==this.gradientUnits()?n.y()+n.height()*this.attribute("y2").numValue():this.attribute("y2").toPixels("y");return i==o&&r==a?null:e.createLinearGradient(i,r,o,a)}},s.Element.linearGradient.prototype=new s.Element.GradientBase,s.Element.radialGradient=function(e){this.base=s.Element.GradientBase,this.base(e),this.attributesToInherit.push("cx"),this.attributesToInherit.push("cy"),this.attributesToInherit.push("r"),this.attributesToInherit.push("fx"),this.attributesToInherit.push("fy"),this.attributesToInherit.push("fr"),this.getGradient=function(e,t){var n=t.getBoundingBox(e);this.attribute("cx").hasValue()||(this.attribute("cx",!0).value="50%"),this.attribute("cy").hasValue()||(this.attribute("cy",!0).value="50%"),this.attribute("r").hasValue()||(this.attribute("r",!0).value="50%");var i="objectBoundingBox"==this.gradientUnits()?n.x()+n.width()*this.attribute("cx").numValue():this.attribute("cx").toPixels("x"),r="objectBoundingBox"==this.gradientUnits()?n.y()+n.height()*this.attribute("cy").numValue():this.attribute("cy").toPixels("y"),o=i,a=r;this.attribute("fx").hasValue()&&(o="objectBoundingBox"==this.gradientUnits()?n.x()+n.width()*this.attribute("fx").numValue():this.attribute("fx").toPixels("x")),this.attribute("fy").hasValue()&&(a="objectBoundingBox"==this.gradientUnits()?n.y()+n.height()*this.attribute("fy").numValue():this.attribute("fy").toPixels("y"));var s="objectBoundingBox"==this.gradientUnits()?(n.width()+n.height())/2*this.attribute("r").numValue():this.attribute("r").toPixels(),A=this.attribute("fr").toPixels();return e.createRadialGradient(o,a,A,i,r,s)}},s.Element.radialGradient.prototype=new s.Element.GradientBase,s.Element.stop=function(e){this.base=s.Element.ElementBase,this.base(e),this.offset=this.attribute("offset").numValue(),this.offset<0&&(this.offset=0),1<this.offset&&(this.offset=1);var t=this.style("stop-color",!0);""===t.value&&(t.value="#000"),this.style("stop-opacity").hasValue()&&(t=t.addOpacity(this.style("stop-opacity"))),this.color=t.value},s.Element.stop.prototype=new s.Element.ElementBase,s.Element.AnimateBase=function(e){this.base=s.Element.ElementBase,this.base(e),s.Animations.push(this),this.duration=0,this.begin=this.attribute("begin").toMilliseconds(),this.maxDuration=this.begin+this.attribute("dur").toMilliseconds(),this.getProperty=function(){var e=this.attribute("attributeType").value,t=this.attribute("attributeName").value;return"CSS"==e?this.parent.style(t,!0):this.parent.attribute(t,!0)},this.initialValue=null,this.initialUnits="",this.removed=!1,this.calcValue=function(){return""},this.update=function(e){if(null==this.initialValue&&(this.initialValue=this.getProperty().value,this.initialUnits=this.getProperty().getUnits()),this.duration>this.maxDuration){if("indefinite"==this.attribute("repeatCount").value||"indefinite"==this.attribute("repeatDur").value)this.duration=0;else if("freeze"!=this.attribute("fill").valueOrDefault("remove")||this.frozen){if("remove"==this.attribute("fill").valueOrDefault("remove")&&!this.removed)return this.removed=!0,this.getProperty().value=this.parent.animationFrozen?this.parent.animationFrozenValue:this.initialValue,!0}else this.frozen=!0,this.parent.animationFrozen=!0,this.parent.animationFrozenValue=this.getProperty().value;return!1}this.duration=this.duration+e;var t=!1;if(this.begin<this.duration){var n=this.calcValue();this.attribute("type").hasValue()&&(n=this.attribute("type").value+"("+n+")"),this.getProperty().value=n,t=!0}return t},this.from=this.attribute("from"),this.to=this.attribute("to"),this.values=this.attribute("values"),this.values.hasValue()&&(this.values.value=this.values.value.split(";")),this.progress=function(){var e={progress:(this.duration-this.begin)/(this.maxDuration-this.begin)};if(this.values.hasValue()){var t=e.progress*(this.values.value.length-1),n=Math.floor(t),i=Math.ceil(t);e.from=new s.Property("from",parseFloat(this.values.value[n])),e.to=new s.Property("to",parseFloat(this.values.value[i])),e.progress=(t-n)/(i-n)}else e.from=this.from,e.to=this.to;return e}},s.Element.AnimateBase.prototype=new s.Element.ElementBase,s.Element.animate=function(e){this.base=s.Element.AnimateBase,this.base(e),this.calcValue=function(){var e=this.progress(),t=e.from.numValue()+(e.to.numValue()-e.from.numValue())*e.progress;return"%"===this.initialUnits&&(t*=100),t+this.initialUnits}},s.Element.animate.prototype=new s.Element.AnimateBase,s.Element.animateColor=function(t){this.base=s.Element.AnimateBase,this.base(t),this.calcValue=function(){var t=this.progress(),n=new e(t.from.value),i=new e(t.to.value);if(n.ok&&i.ok){var r=n.r+(i.r-n.r)*t.progress,o=n.g+(i.g-n.g)*t.progress,a=n.b+(i.b-n.b)*t.progress;return"rgb("+parseInt(r,10)+","+parseInt(o,10)+","+parseInt(a,10)+")"}return this.attribute("from").value}},s.Element.animateColor.prototype=new s.Element.AnimateBase,s.Element.animateTransform=function(e){this.base=s.Element.AnimateBase,this.base(e),this.calcValue=function(){for(var e=this.progress(),t=s.ToNumberArray(e.from.value),n=s.ToNumberArray(e.to.value),i="",r=0;r<t.length;r++)i+=t[r]+(n[r]-t[r])*e.progress+" ";return i}},s.Element.animateTransform.prototype=new s.Element.animate,s.Element.font=function(e){this.base=s.Element.ElementBase,this.base(e),this.horizAdvX=this.attribute("horiz-adv-x").numValue(),this.isRTL=!1,this.isArabic=!1,this.fontFace=null,this.missingGlyph=null,this.glyphs=[];for(var t=0;t<this.children.length;t++){var n=this.children[t];"font-face"==n.type?(this.fontFace=n).style("font-family").hasValue()&&(s.Definitions[n.style("font-family").value]=this):"missing-glyph"==n.type?this.missingGlyph=n:"glyph"==n.type&&(""!=n.arabicForm?(this.isRTL=!0,this.isArabic=!0,void 0===this.glyphs[n.unicode]&&(this.glyphs[n.unicode]=[]),this.glyphs[n.unicode][n.arabicForm]=n):this.glyphs[n.unicode]=n)}this.render=function(){}},s.Element.font.prototype=new s.Element.ElementBase,s.Element.fontface=function(e){this.base=s.Element.ElementBase,this.base(e),this.ascent=this.attribute("ascent").value,this.descent=this.attribute("descent").value,this.unitsPerEm=this.attribute("units-per-em").numValue()},s.Element.fontface.prototype=new s.Element.ElementBase,s.Element.missingglyph=function(e){this.base=s.Element.path,this.base(e),this.horizAdvX=0},s.Element.missingglyph.prototype=new s.Element.path,s.Element.glyph=function(e){this.base=s.Element.path,this.base(e),this.horizAdvX=this.attribute("horiz-adv-x").numValue(),this.unicode=this.attribute("unicode").value,this.arabicForm=this.attribute("arabic-form").value},s.Element.glyph.prototype=new s.Element.path,s.Element.text=function(e){this.captureTextNodes=!0,this.base=s.Element.RenderedElementBase,this.base(e),this.baseSetContext=this.setContext,this.setContext=function(e){this.baseSetContext(e);var t=this.style("dominant-baseline").toTextBaseline();null==t&&(t=this.style("alignment-baseline").toTextBaseline()),null!=t&&(e.textBaseline=t)},this.initializeCoordinates=function(e){this.x=this.attribute("x").toPixels("x"),this.y=this.attribute("y").toPixels("y"),this.attribute("dx").hasValue()&&(this.x+=this.attribute("dx").toPixels("x")),this.attribute("dy").hasValue()&&(this.y+=this.attribute("dy").toPixels("y")),this.x+=this.getAnchorDelta(e,this,0)},this.getBoundingBox=function(e){this.initializeCoordinates(e);for(var t=null,n=0;n<this.children.length;n++){var i=this.getChildBoundingBox(e,this,this,n);null==t?t=i:t.addBoundingBox(i)}return t},this.renderChildren=function(e){this.initializeCoordinates(e);for(var t=0;t<this.children.length;t++)this.renderChild(e,this,this,t);s.Mouse.checkBoundingBox(this,this.getBoundingBox(e))},this.getAnchorDelta=function(e,t,n){var i=this.style("text-anchor").valueOrDefault("start");if("start"==i)return 0;for(var r=0,o=n;o<t.children.length;o++){var a=t.children[o];if(n<o&&a.attribute("x").hasValue())break;r+=a.measureTextRecursive(e)}return-1*("end"==i?r:r/2)},this.adjustChildCoordinates=function(e,t,n,i){var r=n.children[i];if("function"!=typeof r.measureText)return r;if(r.attribute("x").hasValue()){r.x=r.attribute("x").toPixels("x")+t.getAnchorDelta(e,n,i);var o=r.attribute("text-anchor").valueOrDefault("start");if("start"!==o){var a=r.measureTextRecursive(e);r.x+=-1*("end"==o?a:a/2)}r.attribute("dx").hasValue()&&(r.x+=r.attribute("dx").toPixels("x"))}else r.attribute("dx").hasValue()&&(t.x+=r.attribute("dx").toPixels("x")),r.x=t.x;return t.x=r.x+r.measureText(e),r.attribute("y").hasValue()?(r.y=r.attribute("y").toPixels("y"),r.attribute("dy").hasValue()&&(r.y+=r.attribute("dy").toPixels("y"))):(r.attribute("dy").hasValue()&&(t.y+=r.attribute("dy").toPixels("y")),r.y=t.y),t.y=r.y,r},this.getChildBoundingBox=function(e,t,n,i){var r=this.adjustChildCoordinates(e,t,n,i),o=r.getBoundingBox(e);for(i=0;i<r.children.length;i++){var a=t.getChildBoundingBox(e,t,r,i);o.addBoundingBox(a)}return o},this.renderChild=function(e,t,n,i){var r=this.adjustChildCoordinates(e,t,n,i);for(r.render(e),i=0;i<r.children.length;i++)t.renderChild(e,t,r,i)}},s.Element.text.prototype=new s.Element.RenderedElementBase,s.Element.TextElementBase=function(e){this.base=s.Element.RenderedElementBase,this.base(e),this.getGlyph=function(e,t,n){var i=t[n],r=null;if(e.isArabic){var o="isolated";(0==n||" "==t[n-1])&&n<t.length-2&&" "!=t[n+1]&&(o="terminal"),0<n&&" "!=t[n-1]&&n<t.length-2&&" "!=t[n+1]&&(o="medial"),0<n&&" "!=t[n-1]&&(n==t.length-1||" "==t[n+1])&&(o="initial"),void 0!==e.glyphs[i]&&null==(r=e.glyphs[i][o])&&"glyph"==e.glyphs[i].type&&(r=e.glyphs[i])}else r=e.glyphs[i];return null==r&&(r=e.missingGlyph),r},this.renderChildren=function(e){var t=this.parent.style("font-family").getDefinition();if(null==t)"stroke"==e.paintOrder?(""!=e.strokeStyle&&e.strokeText(s.compressSpaces(this.getText()),this.x,this.y),""!=e.fillStyle&&e.fillText(s.compressSpaces(this.getText()),this.x,this.y)):(""!=e.fillStyle&&e.fillText(s.compressSpaces(this.getText()),this.x,this.y),""!=e.strokeStyle&&e.strokeText(s.compressSpaces(this.getText()),this.x,this.y));else{var n=this.parent.style("font-size").numValueOrDefault(s.Font.Parse(s.ctx.font).fontSize),i=this.parent.style("font-style").valueOrDefault(s.Font.Parse(s.ctx.font).fontStyle),r=this.getText();t.isRTL&&(r=r.split("").reverse().join(""));for(var o=s.ToNumberArray(this.parent.attribute("dx").value),a=0;a<r.length;a++){var A=this.getGlyph(t,r,a),l=n/t.fontFace.unitsPerEm;e.translate(this.x,this.y),e.scale(l,-l);var u=e.lineWidth;e.lineWidth=e.lineWidth*t.fontFace.unitsPerEm/n,"italic"==i&&e.transform(1,0,.4,1,0,0),A.render(e),"italic"==i&&e.transform(1,0,-.4,1,0,0),e.lineWidth=u,e.scale(1/l,-1/l),e.translate(-this.x,-this.y),this.x+=n*(A.horizAdvX||t.horizAdvX)/t.fontFace.unitsPerEm,void 0===o[a]||isNaN(o[a])||(this.x+=o[a])}}},this.getText=function(){},this.measureTextRecursive=function(e){for(var t=this.measureText(e),n=0;n<this.children.length;n++)t+=this.children[n].measureTextRecursive(e);return t},this.measureText=function(e){var t=this.parent.style("font-family").getDefinition();if(null!=t){var n=this.parent.style("font-size").numValueOrDefault(s.Font.Parse(s.ctx.font).fontSize),i=0,r=this.getText();t.isRTL&&(r=r.split("").reverse().join(""));for(var o=s.ToNumberArray(this.parent.attribute("dx").value),a=0;a<r.length;a++)i+=(this.getGlyph(t,r,a).horizAdvX||t.horizAdvX)*n/t.fontFace.unitsPerEm,void 0===o[a]||isNaN(o[a])||(i+=o[a]);return i}var A=s.compressSpaces(this.getText());if(!e.measureText)return 10*A.length;e.save(),this.setContext(e,!0);var l=e.measureText(A).width;return e.restore(),l},this.getBoundingBox=function(e){var t=this.parent.style("font-size").numValueOrDefault(s.Font.Parse(s.ctx.font).fontSize);return new s.BoundingBox(this.x,this.y-t,this.x+this.measureText(e),this.y)}},s.Element.TextElementBase.prototype=new s.Element.RenderedElementBase,s.Element.tspan=function(e){this.captureTextNodes=!0,this.base=s.Element.TextElementBase,this.base(e),this.text=s.compressSpaces(e.value||e.text||e.textContent||""),this.getText=function(){return 0<this.children.length?"":this.text}},s.Element.tspan.prototype=new s.Element.TextElementBase,s.Element.tref=function(e){this.base=s.Element.TextElementBase,this.base(e),this.getText=function(){var e=this.getHrefAttribute().getDefinition();if(null!=e)return e.children[0].getText()}},s.Element.tref.prototype=new s.Element.TextElementBase,s.Element.a=function(e){this.base=s.Element.TextElementBase,this.base(e),this.hasText=0<e.childNodes.length;for(var t=0;t<e.childNodes.length;t++)3!=e.childNodes[t].nodeType&&(this.hasText=!1);this.text=this.hasText?e.childNodes[0].value||e.childNodes[0].data:"",this.getText=function(){return this.text},this.baseRenderChildren=this.renderChildren,this.renderChildren=function(e){if(this.hasText){this.baseRenderChildren(e);var t=new s.Property("fontSize",s.Font.Parse(s.ctx.font).fontSize);s.Mouse.checkBoundingBox(this,new s.BoundingBox(this.x,this.y-t.toPixels("y"),this.x+this.measureText(e),this.y))}else if(0<this.children.length){var n=new s.Element.g;n.children=this.children,n.parent=this,n.render(e)}},this.onclick=function(){i.open(this.getHrefAttribute().value)},this.onmousemove=function(){s.ctx.canvas.style.cursor="pointer"}},s.Element.a.prototype=new s.Element.TextElementBase,s.Element.textPath=function(e){this.base=s.Element.TextElementBase,this.base(e);var t=this.getHrefAttribute().getDefinition();this.text=s.compressSpaces(e.value||e.text||e.textContent||""),this.renderChildren=function(e){this.setTextData(e),e.save();var t=this.parent.style("text-decoration").value,n=this.fontSize(),i=this.glyphInfo,r=e.fillStyle;"underline"===t&&e.beginPath();for(var o=0;o<i.length;o++){var a=i[o].p0,A=i[o].p1,l=i[o].text;e.save(),e.translate(a.x,a.y),e.rotate(i[o].rotation),""!=e.fillStyle&&e.fillText(s.compressSpaces(l),0,0),""!=e.strokeStyle&&e.strokeText(s.compressSpaces(l),0,0),e.restore(),"underline"===t&&(0===o&&e.moveTo(a.x,a.y+n/8),e.lineTo(A.x,A.y+n/5))}"underline"===t&&(e.lineWidth=n/20,e.strokeStyle=r,e.stroke(),e.closePath()),e.restore()},this.path=function(e){var t=this.dataArray;null!=e&&e.beginPath();for(var n=0;n<t.length;n++){var i=t[n].command,r=t[n].points;switch(i){case"L":null!=e&&e.lineTo(r[0],r[1]);break;case"M":null!=e&&e.moveTo(r[0],r[1]);break;case"C":null!=e&&e.bezierCurveTo(r[0],r[1],r[2],r[3],r[4],r[5]);break;case"Q":null!=e&&e.quadraticCurveTo(r[0],r[1],r[2],r[3]);break;case"A":var o=r[0],a=r[1],s=r[2],A=r[3],l=r[4],u=r[5],c=r[6],h=r[7],f=A<s?s:A,d=A<s?1:s/A,p=A<s?A/s:1;null!=e&&(e.translate(o,a),e.rotate(c),e.scale(d,p),e.arc(0,0,f,l,l+u,1-h),e.scale(1/d,1/p),e.rotate(-c),e.translate(-o,-a));break;case"z":null!=e&&e.closePath()}}},this.getText=function(){return this.text},this.fontSize=function(){return this.parent.style("font-size").numValueOrDefault(s.Font.Parse(s.ctx.font).fontSize)},this.measureText=function(e,t){var n=this.parent.style("font-family").getDefinition();if(t=t||this.getText(),null!=n){var i=this.fontSize(),r=0;n.isRTL&&(t=t.split("").reverse().join(""));for(var o=s.ToNumberArray(this.parent.attribute("dx").value),a=0;a<t.length;a++)r+=(this.getGlyph(n,t,a).horizAdvX||n.horizAdvX)*i/n.fontFace.unitsPerEm,void 0===o[a]||isNaN(o[a])||(r+=o[a]);return r}var A=s.compressSpaces(t);if(!e.measureText)return 10*A.length;e.save(),this.setContext(e);var l=e.measureText(A).width;return e.restore(),l},this.setTextData=function(e){if(!this.hasOwnProperty("glyphInfo")){var t=this,n=this.getText().split(""),i=this.getText().split(" ").length-1,r=s.ToNumberArray(this.parent.attribute("dx").valueOrDefault("0")),o=0,a=this.parent.style("text-anchor").valueOrDefault("start"),A=this.style("letter-spacing"),l=this.parent.style("letter-spacing");A.hasValue()&&"inherit"!==A.getValue()?A.hasValue()&&"initial"!==A.getValue()&&"unset"!==A.getValue()&&(o=A.toPixels()):o=l.toPixels(),this.letterSpacingCache=[];for(var u=0;u<this.getText().length;u++)this.letterSpacingCache.push(void 0!==r[u]?r[u]:o);var c=this.letterSpacingCache.reduce((function(e,t){return e+t||0}),0);this.textWidth=this.measureText(e),this.textHeight=this.fontSize();var h=Math.max(this.textWidth+c,0);this.glyphInfo=[];var f=this.getPathLength(),d=this.style("startOffset").numValueOrDefault(0)*f,p=0;"middle"!==a&&"center"!==a||(p=-h/2),"end"!==a&&"right"!==a||(p=-h),p+=d;var g=function(n,r){var o,s=t.measureText(e,n);" "===n&&"justify"===a&&h<f&&(s+=(f-h)/i),-1<r&&(p+=(o=(o=r)||0,t.letterSpacingCache[o]||0));var A=t.textHeight/20,l={p0:t.getEquidistantPointOnPath(p,A),p1:t.getEquidistantPointOnPath(p+s,A)};return p+=s,l};for(u=0;u<n.length;u++){var m=g(n[u],u);if(void 0!==m.p0&&void 0!==m.p1){var v=t.getLineLength(m.p0.x,m.p0.y,m.p1.x,m.p1.y),y=t.getPointOnLine(0+v/2,m.p0.x,m.p0.y,m.p1.x,m.p1.y),B=Math.atan2(m.p1.y-m.p0.y,m.p1.x-m.p0.x);this.glyphInfo.push({transposeX:y.x,transposeY:y.y,text:n[u],rotation:B,p0:m.p0,p1:m.p1})}}}},this.parsePathData=function(e){if(this.pathLength=void 0,!e)return[];var t=[],n=e.PathParser;for(n.reset();!n.isEnd();){var i=[],r=null,o=n.current?n.current.x:0,a=n.current?n.current.y:0;n.nextCommand();var A=n.command.toUpperCase();switch(n.command){case"M":case"m":var l=n.getAsCurrentPoint();for(i.push(l.x,l.y),n.start=n.current;!n.isCommandOrEnd();)l=n.getAsCurrentPoint(),i.push(l.x,l.y),r="L";break;case"L":case"l":for(;!n.isCommandOrEnd();)l=n.getAsCurrentPoint(),i.push(l.x,l.y);r="L";break;case"H":case"h":for(;!n.isCommandOrEnd();){var u=new s.Point((n.isRelativeCommand()?n.current.x:0)+n.getScalar(),n.current.y);i.push(u.x,u.y),n.current=u}r="L";break;case"V":case"v":for(;!n.isCommandOrEnd();)u=new s.Point(n.current.x,(n.isRelativeCommand()?n.current.y:0)+n.getScalar()),i.push(u.x,u.y),n.current=u;r="L";break;case"C":case"c":for(;!n.isCommandOrEnd();){var c=n.getPoint(),h=n.getAsControlPoint(),f=n.getAsCurrentPoint();i.push(c.x,c.y,h.x,h.y,f.x,f.y)}break;case"S":case"s":for(;!n.isCommandOrEnd();)c=n.getReflectedControlPoint(),h=n.getAsControlPoint(),f=n.getAsCurrentPoint(),i.push(c.x,c.y,h.x,h.y,f.x,f.y);r="C";break;case"Q":case"q":for(;!n.isCommandOrEnd();)h=n.getAsControlPoint(),f=n.getAsCurrentPoint(),i.push(h.x,h.y,f.x,f.y);break;case"T":case"t":for(;!n.isCommandOrEnd();)h=n.getReflectedControlPoint(),n.control=h,f=n.getAsCurrentPoint(),i.push(h.x,h.y,f.x,f.y);r="Q";break;case"A":case"a":for(;!n.isCommandOrEnd();){var d=n.current,p=n.getScalar(),g=n.getScalar(),m=n.getScalar()*(Math.PI/180),v=n.getScalar(),y=n.getScalar(),B=(f=n.getAsCurrentPoint(),new s.Point(Math.cos(m)*(d.x-f.x)/2+Math.sin(m)*(d.y-f.y)/2,-Math.sin(m)*(d.x-f.x)/2+Math.cos(m)*(d.y-f.y)/2)),w=Math.pow(B.x,2)/Math.pow(p,2)+Math.pow(B.y,2)/Math.pow(g,2);1<w&&(p*=Math.sqrt(w),g*=Math.sqrt(w));var b=(v==y?-1:1)*Math.sqrt((Math.pow(p,2)*Math.pow(g,2)-Math.pow(p,2)*Math.pow(B.y,2)-Math.pow(g,2)*Math.pow(B.x,2))/(Math.pow(p,2)*Math.pow(B.y,2)+Math.pow(g,2)*Math.pow(B.x,2)));isNaN(b)&&(b=0);var C=new s.Point(b*p*B.y/g,b*-g*B.x/p),E=new s.Point((d.x+f.x)/2+Math.cos(m)*C.x-Math.sin(m)*C.y,(d.y+f.y)/2+Math.sin(m)*C.x+Math.cos(m)*C.y),x=function(e){return Math.sqrt(Math.pow(e[0],2)+Math.pow(e[1],2))},Q=function(e,t){return(e[0]*t[0]+e[1]*t[1])/(x(e)*x(t))},_=function(e,t){return(e[0]*t[1]<e[1]*t[0]?-1:1)*Math.acos(Q(e,t))},F=_([1,0],[(B.x-C.x)/p,(B.y-C.y)/g]),U=[(B.x-C.x)/p,(B.y-C.y)/g],S=[(-B.x-C.x)/p,(-B.y-C.y)/g],T=_(U,S);Q(U,S)<=-1&&(T=Math.PI),1<=Q(U,S)&&(T=0),0===y&&0<T&&(T-=2*Math.PI),1===y&&T<0&&(T+=2*Math.PI),i=[E.x,E.y,p,g,F,T,m,y]}break;case"Z":case"z":n.current=n.start}"Z"!==A?t.push({command:r||A,points:i,start:{x:o,y:a},pathLength:this.calcLength(o,a,r||A,i)}):t.push({command:"z",points:[],start:void 0,pathLength:0})}return t},this.getPathLength=function(){if(void 0===this.pathLength||null===this.pathLength||isNaN(this.pathLength))for(var e=this.pathLength=0;e<this.dataArray.length;e++)0<this.dataArray[e].pathLength&&(this.pathLength+=this.dataArray[e].pathLength);return this.pathLength},this.getPointOnPath=function(e){var t=0,n=this.getPathLength(),i=void 0;if(!(e<-5e-5||n<e-5e-5))for(var r=0;r<this.dataArray.length;r++){var o=this.dataArray[r];if(!o||!(o.pathLength<5e-5||t+o.pathLength+5e-5<e)){var a=e-t,s=void 0;switch(o.command){case"L":i=this.getPointOnLine(a,o.start.x,o.start.y,o.points[0],o.points[1],o.start.x,o.start.y);break;case"A":var A=o.points[4],l=o.points[5],u=o.points[4]+l;if(s=A+a/o.pathLength*l,l<0&&s<u||0<=l&&u<s)break;i=this.getPointOnEllipticalArc(o.points[0],o.points[1],o.points[2],o.points[3],s,o.points[6]);break;case"C":1<(s=a/o.pathLength)&&(s=1),i=this.getPointOnCubicBezier(s,o.start.x,o.start.y,o.points[0],o.points[1],o.points[2],o.points[3],o.points[4],o.points[5]);break;case"Q":1<(s=a/o.pathLength)&&(s=1),i=this.getPointOnQuadraticBezier(s,o.start.x,o.start.y,o.points[0],o.points[1],o.points[2],o.points[3])}if(void 0!==i&&i!=={})return i;break}t+=o.pathLength}},this.buildEquidistantCache=function(e,t){var n=this.getPathLength();if(t=t||.25,e=e||n/100,this.equidistantCache=this.equidistantCache||{},!this.equidistantCache.hasOwnProperty("points")||this.equidistantCache.step!=e||this.equidistantCache.precision!=t){this.equidistantCache={step:e,precision:t,points:[]};for(var i=0,r=0;r<=n;r+=t){var o=this.getPointOnPath(r),a=this.getPointOnPath(r+t);void 0!==o&&void 0!==a&&e<=(i+=this.getLineLength(o.x,o.y,a.x,a.y))&&(this.equidistantCache.points.push({x:o.x,y:o.y,distance:r}),i-=e)}}},this.getEquidistantPointOnPath=function(e,t,n){if(this.buildEquidistantCache(t,n),!(e<0||5e-5<e-this.getPathLength())){var i=Math.round(e/this.getPathLength()*(this.equidistantCache.points.length-1));return this.equidistantCache.points[i]||void 0}},this.getLineLength=function(e,t,n,i){return Math.sqrt((n-e)*(n-e)+(i-t)*(i-t))},this.getPointOnLine=function(e,t,n,i,r,o,a){void 0===o&&(o=t),void 0===a&&(a=n);var s=(r-n)/(i-t+1e-8),A=Math.sqrt(e*e/(1+s*s));i<t&&(A*=-1);var l,u=s*A;if(i===t)l={x:o,y:a+u};else if((a-n)/(o-t+1e-8)===s)l={x:o+A,y:a+u};else{var c,h,f=this.getLineLength(t,n,i,r);if(f<1e-8)return;var d=(o-t)*(i-t)+(a-n)*(r-n);c=t+(d/=f*f)*(i-t),h=n+d*(r-n);var p=this.getLineLength(o,a,c,h),g=Math.sqrt(e*e-p*p);A=Math.sqrt(g*g/(1+s*s)),i<t&&(A*=-1),l={x:c+A,y:h+(u=s*A)}}return l},this.getPointOnCubicBezier=function(e,t,n,i,r,o,a,s,A){function l(e){return e*e*e}function u(e){return 3*e*e*(1-e)}function c(e){return 3*e*(1-e)*(1-e)}function h(e){return(1-e)*(1-e)*(1-e)}return{x:s*l(e)+o*u(e)+i*c(e)+t*h(e),y:A*l(e)+a*u(e)+r*c(e)+n*h(e)}},this.getPointOnQuadraticBezier=function(e,t,n,i,r,o,a){function s(e){return e*e}function A(e){return 2*e*(1-e)}function l(e){return(1-e)*(1-e)}return{x:o*s(e)+i*A(e)+t*l(e),y:a*s(e)+r*A(e)+n*l(e)}},this.getPointOnEllipticalArc=function(e,t,n,i,r,o){var a=Math.cos(o),s=Math.sin(o),A=n*Math.cos(r),l=i*Math.sin(r);return{x:e+(A*a-l*s),y:t+(A*s+l*a)}},this.calcLength=function(e,t,n,i){var r,o,a,s;switch(n){case"L":return this.getLineLength(e,t,i[0],i[1]);case"C":for(r=0,o=this.getPointOnCubicBezier(0,e,t,i[0],i[1],i[2],i[3],i[4],i[5]),s=.01;s<=1;s+=.01)a=this.getPointOnCubicBezier(s,e,t,i[0],i[1],i[2],i[3],i[4],i[5]),r+=this.getLineLength(o.x,o.y,a.x,a.y),o=a;return r;case"Q":for(r=0,o=this.getPointOnQuadraticBezier(0,e,t,i[0],i[1],i[2],i[3]),s=.01;s<=1;s+=.01)a=this.getPointOnQuadraticBezier(s,e,t,i[0],i[1],i[2],i[3]),r+=this.getLineLength(o.x,o.y,a.x,a.y),o=a;return r;case"A":r=0;var A=i[4],l=i[5],u=i[4]+l,c=Math.PI/180;if(Math.abs(A-u)<c&&(c=Math.abs(A-u)),o=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],A,0),l<0)for(s=A-c;u<s;s-=c)a=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],s,0),r+=this.getLineLength(o.x,o.y,a.x,a.y),o=a;else for(s=A+c;s<u;s+=c)a=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],s,0),r+=this.getLineLength(o.x,o.y,a.x,a.y),o=a;return a=this.getPointOnEllipticalArc(i[0],i[1],i[2],i[3],u,0),r+this.getLineLength(o.x,o.y,a.x,a.y)}return 0},this.dataArray=this.parsePathData(t)},s.Element.textPath.prototype=new s.Element.TextElementBase,s.Element.image=function(e){this.base=s.Element.RenderedElementBase,this.base(e);var t=this.getHrefAttribute().value;if(""!=t){var n=t.match(/\.svg$/);if(s.Images.push(this),this.loaded=!1,n)this.img=s.ajax(t),this.loaded=!0;else{this.img=r.createElement("img"),1==s.opts.useCORS&&(this.img.crossOrigin="Anonymous");var i=this;this.img.onload=function(){i.loaded=!0},this.img.onerror=function(){s.log('ERROR: image "'+t+'" not found'),i.loaded=!0},this.img.src=t}this.renderChildren=function(e){var t=this.attribute("x").toPixels("x"),r=this.attribute("y").toPixels("y"),o=this.attribute("width").toPixels("x"),a=this.attribute("height").toPixels("y");0!=o&&0!=a&&(e.save(),n?e.drawSvg(this.img,t,r,o,a):(e.translate(t,r),s.AspectRatio(e,this.attribute("preserveAspectRatio").value,o,this.img.width,a,this.img.height,0,0),i.loaded&&(void 0===this.img.complete||this.img.complete)&&e.drawImage(this.img,0,0)),e.restore())},this.getBoundingBox=function(){var e=this.attribute("x").toPixels("x"),t=this.attribute("y").toPixels("y"),n=this.attribute("width").toPixels("x"),i=this.attribute("height").toPixels("y");return new s.BoundingBox(e,t,e+n,t+i)}}},s.Element.image.prototype=new s.Element.RenderedElementBase,s.Element.g=function(e){this.base=s.Element.RenderedElementBase,this.base(e),this.getBoundingBox=function(e){for(var t=new s.BoundingBox,n=0;n<this.children.length;n++)t.addBoundingBox(this.children[n].getBoundingBox(e));return t}},s.Element.g.prototype=new s.Element.RenderedElementBase,s.Element.symbol=function(e){this.base=s.Element.RenderedElementBase,this.base(e),this.render=function(){}},s.Element.symbol.prototype=new s.Element.RenderedElementBase,s.ParseExternalUrl=function(e){var t=e.match(/url\(('([^']+)'|"([^"]+)"|([^'"\)]+))\)/)||[];return t[2]||t[3]||t[4]},s.Element.style=function(e){this.base=s.Element.ElementBase,this.base(e);for(var t="",n=0;n<e.childNodes.length;n++)t+=e.childNodes[n].data;t=t.replace(/(\/\*([^*]|[\r\n]|(\*+([^*\/]|[\r\n])))*\*+\/)|(^[\s]*\/\/.*)/gm,"");var i=(t=s.compressSpaces(t)).split("}");for(n=0;n<i.length;n++)if(""!=s.trim(i[n]))for(var r=i[n].split("{"),o=r[0].split(","),a=r[1].split(";"),A=0;A<o.length;A++){var l=s.trim(o[A]);if(""!=l){for(var u=s.Styles[l]||{},c=0;c<a.length;c++){var h=a[c].indexOf(":"),f=a[c].substr(0,h),d=a[c].substr(h+1,a[c].length-h);null!=f&&null!=d&&(u[s.trim(f)]=new s.Property(s.trim(f),s.trim(d)))}if(s.Styles[l]=u,s.StylesSpecificity[l]=p(l),"@font-face"==l)for(var g=u["font-family"].value.replace(/"/g,""),m=u.src.value.split(","),v=0;v<m.length;v++)if(0<m[v].indexOf('format("svg")')){var y=s.ParseExternalUrl(m[v]);if(y)for(var B=s.parseXml(s.ajax(y)).getElementsByTagName("font"),w=0;w<B.length;w++){var b=s.CreateElement(B[w]);s.Definitions[g]=b}}}}},s.Element.style.prototype=new s.Element.ElementBase,s.Element.use=function(e){this.base=s.Element.RenderedElementBase,this.base(e),this.baseSetContext=this.setContext,this.setContext=function(e){this.baseSetContext(e),this.attribute("x").hasValue()&&e.translate(this.attribute("x").toPixels("x"),0),this.attribute("y").hasValue()&&e.translate(0,this.attribute("y").toPixels("y"))};var t=this.getHrefAttribute().getDefinition();this.path=function(e){null!=t&&t.path(e)},this.elementTransform=function(){if(null!=t&&t.style("transform",!1,!0).hasValue())return new s.Transform(t.style("transform",!1,!0).value)},this.getBoundingBox=function(e){if(null!=t)return t.getBoundingBox(e)},this.renderChildren=function(e){if(null!=t){var n=t;"symbol"==t.type&&((n=new s.Element.svg).type="svg",n.attributes.viewBox=new s.Property("viewBox",t.attribute("viewBox").value),n.attributes.preserveAspectRatio=new s.Property("preserveAspectRatio",t.attribute("preserveAspectRatio").value),n.attributes.overflow=new s.Property("overflow",t.attribute("overflow").value),n.children=t.children),"svg"==n.type&&(this.attribute("width").hasValue()&&(n.attributes.width=new s.Property("width",this.attribute("width").value)),this.attribute("height").hasValue()&&(n.attributes.height=new s.Property("height",this.attribute("height").value)));var i=n.parent;n.parent=null,n.render(e),n.parent=i}}},s.Element.use.prototype=new s.Element.RenderedElementBase,s.Element.mask=function(e){this.base=s.Element.ElementBase,this.base(e),this.apply=function(e,t){var n=this.attribute("x").toPixels("x"),i=this.attribute("y").toPixels("y"),r=this.attribute("width").toPixels("x"),a=this.attribute("height").toPixels("y");if(0==r&&0==a){for(var A=new s.BoundingBox,l=0;l<this.children.length;l++)A.addBoundingBox(this.children[l].getBoundingBox(e));n=Math.floor(A.x1),i=Math.floor(A.y1),r=Math.floor(A.width()),a=Math.floor(A.height())}var u=t.style("mask").value;t.style("mask").value="";var c=o(n+r,i+a),h=c.getContext("2d");s.SetDefaults(h),this.renderChildren(h),new s.Element.feColorMatrix({nodeType:1,childNodes:[],attributes:[{nodeName:"type",value:"luminanceToAlpha"},{nodeName:"includeOpacity",value:"true"}]}).apply(h,0,0,n+r,i+a);var f=o(n+r,i+a),d=f.getContext("2d");s.SetDefaults(d),t.render(d),d.globalCompositeOperation="destination-in",d.fillStyle=h.createPattern(c,"no-repeat"),d.fillRect(0,0,n+r,i+a),e.fillStyle=d.createPattern(f,"no-repeat"),e.fillRect(0,0,n+r,i+a),t.style("mask").value=u},this.render=function(){}},s.Element.mask.prototype=new s.Element.ElementBase,s.Element.clipPath=function(e){this.base=s.Element.ElementBase,this.base(e),this.apply=function(e){var t="undefined"!=typeof CanvasRenderingContext2D,n=e.beginPath,i=e.closePath;t&&(CanvasRenderingContext2D.prototype.beginPath=function(){},CanvasRenderingContext2D.prototype.closePath=function(){}),n.call(e);for(var r=0;r<this.children.length;r++){var o=this.children[r];if(void 0!==o.path){var a=void 0!==o.elementTransform&&o.elementTransform();!a&&o.style("transform",!1,!0).hasValue()&&(a=new s.Transform(o.style("transform",!1,!0).value)),a&&a.apply(e),o.path(e),t&&(CanvasRenderingContext2D.prototype.closePath=i),a&&a.unapply(e)}}i.call(e),e.clip(),t&&(CanvasRenderingContext2D.prototype.beginPath=n,CanvasRenderingContext2D.prototype.closePath=i)},this.render=function(){}},s.Element.clipPath.prototype=new s.Element.ElementBase,s.Element.filter=function(e){this.base=s.Element.ElementBase,this.base(e),this.apply=function(e,t){var n=t.getBoundingBox(e),i=Math.floor(n.x1),r=Math.floor(n.y1),a=Math.floor(n.width()),A=Math.floor(n.height()),l=t.style("filter").value;t.style("filter").value="";for(var u=0,c=0,h=0;h<this.children.length;h++){var f=this.children[h].extraFilterDistance||0;u=Math.max(u,f),c=Math.max(c,f)}var d=o(a+2*u,A+2*c),p=d.getContext("2d");for(s.SetDefaults(p),p.translate(-i+u,-r+c),t.render(p),h=0;h<this.children.length;h++)"function"==typeof this.children[h].apply&&this.children[h].apply(p,0,0,a+2*u,A+2*c);e.drawImage(d,0,0,a+2*u,A+2*c,i-u,r-c,a+2*u,A+2*c),t.style("filter",!0).value=l},this.render=function(){}},s.Element.filter.prototype=new s.Element.ElementBase,s.Element.feDropShadow=function(e){this.base=s.Element.ElementBase,this.base(e),this.addStylesFromStyleDefinition(),this.apply=function(){}},s.Element.feDropShadow.prototype=new s.Element.ElementBase,s.Element.feMorphology=function(e){this.base=s.Element.ElementBase,this.base(e),this.apply=function(){}},s.Element.feMorphology.prototype=new s.Element.ElementBase,s.Element.feComposite=function(e){this.base=s.Element.ElementBase,this.base(e),this.apply=function(){}},s.Element.feComposite.prototype=new s.Element.ElementBase,s.Element.feColorMatrix=function(e){this.base=s.Element.ElementBase,this.base(e);var t=s.ToNumberArray(this.attribute("values").value);switch(this.attribute("type").valueOrDefault("matrix")){case"saturate":var n=t[0];t=[.213+.787*n,.715-.715*n,.072-.072*n,0,0,.213-.213*n,.715+.285*n,.072-.072*n,0,0,.213-.213*n,.715-.715*n,.072+.928*n,0,0,0,0,0,1,0,0,0,0,0,1];break;case"hueRotate":var i=t[0]*Math.PI/180,r=function(e,t,n){return e+Math.cos(i)*t+Math.sin(i)*n};t=[r(.213,.787,-.213),r(.715,-.715,-.715),r(.072,-.072,.928),0,0,r(.213,-.213,.143),r(.715,.285,.14),r(.072,-.072,-.283),0,0,r(.213,-.213,-.787),r(.715,-.715,.715),r(.072,.928,.072),0,0,0,0,0,1,0,0,0,0,0,1];break;case"luminanceToAlpha":t=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.2125,.7154,.0721,0,0,0,0,0,0,1]}function o(e,t,n,i,r,o){return e[n*i*4+4*t+o]}function a(e,t,n,i,r,o,a){e[n*i*4+4*t+o]=a}function A(e,n){var i=t[e];return i*(i<0?n-255:n)}var l=this.attribute("includeOpacity").hasValue();this.apply=function(e,t,n,i,r){var s=e.getImageData(0,0,i,r);for(n=0;n<r;n++)for(t=0;t<i;t++){var u=o(s.data,t,n,i,0,0),c=o(s.data,t,n,i,0,1),h=o(s.data,t,n,i,0,2),f=o(s.data,t,n,i,0,3),d=A(0,u)+A(1,c)+A(2,h)+A(3,f)+A(4,1),p=A(5,u)+A(6,c)+A(7,h)+A(8,f)+A(9,1),g=A(10,u)+A(11,c)+A(12,h)+A(13,f)+A(14,1),m=A(15,u)+A(16,c)+A(17,h)+A(18,f)+A(19,1);l&&(d=p=g=0,m*=f/255),a(s.data,t,n,i,0,0,d),a(s.data,t,n,i,0,1,p),a(s.data,t,n,i,0,2,g),a(s.data,t,n,i,0,3,m)}e.clearRect(0,0,i,r),e.putImageData(s,0,0)}},s.Element.feColorMatrix.prototype=new s.Element.ElementBase,s.Element.feGaussianBlur=function(e){this.base=s.Element.ElementBase,this.base(e),this.blurRadius=Math.floor(this.attribute("stdDeviation").numValue()),this.extraFilterDistance=this.blurRadius,this.apply=function(e,n,i,o,a){t&&void 0!==t.canvasRGBA?(e.canvas.id=s.UniqueId(),e.canvas.style.display="none",r.body.appendChild(e.canvas),t.canvasRGBA(e.canvas,n,i,o,a,this.blurRadius),r.body.removeChild(e.canvas)):s.log("ERROR: StackBlur.js must be included for blur to work")}},s.Element.feGaussianBlur.prototype=new s.Element.ElementBase,s.Element.title=function(){},s.Element.title.prototype=new s.Element.ElementBase,s.Element.desc=function(){},s.Element.desc.prototype=new s.Element.ElementBase,s.Element.MISSING=function(e){s.log("ERROR: Element '"+e.nodeName+"' not yet implemented.")},s.Element.MISSING.prototype=new s.Element.ElementBase,s.CreateElement=function(e){var t=e.nodeName.replace(/^[^:]+:/,"");t=t.replace(/\-/g,"");var n=null;return(n=void 0!==s.Element[t]?new s.Element[t](e):new s.Element.MISSING(e)).type=e.nodeName,n},s.load=function(e,t){s.loadXml(e,s.ajax(t))},s.loadXml=function(e,t){s.loadXmlDoc(e,s.parseXml(t))},s.loadXmlDoc=function(e,t){s.init(e);var n=function(t){for(var n=e.canvas;n;)t.x-=n.offsetLeft,t.y-=n.offsetTop,n=n.offsetParent;return i.scrollX&&(t.x+=i.scrollX),i.scrollY&&(t.y+=i.scrollY),t};1!=s.opts.ignoreMouse&&(e.canvas.onclick=function(e){var t=n(new s.Point(null!=e?e.clientX:event.clientX,null!=e?e.clientY:event.clientY));s.Mouse.onclick(t.x,t.y)},e.canvas.onmousemove=function(e){var t=n(new s.Point(null!=e?e.clientX:event.clientX,null!=e?e.clientY:event.clientY));s.Mouse.onmousemove(t.x,t.y)});var r=s.CreateElement(t.documentElement);r.root=!0,r.addStylesFromStyleDefinition();var o=!0,a=function(){s.ViewPort.Clear(),e.canvas.parentNode?s.ViewPort.SetCurrent(e.canvas.parentNode.clientWidth,e.canvas.parentNode.clientHeight):s.ViewPort.SetCurrent(800,600),1!=s.opts.ignoreDimensions&&(o||null==s.opts.scaleWidth&&null==s.opts.scaleHeight)&&(r.style("width").hasValue()&&(e.canvas.width=r.style("width").toPixels("x"),e.canvas.style&&(e.canvas.style.width=e.canvas.width+"px")),r.style("height").hasValue()&&(e.canvas.height=r.style("height").toPixels("y"),e.canvas.style&&(e.canvas.style.height=e.canvas.height+"px")));var n=e.canvas.clientWidth||e.canvas.width,i=e.canvas.clientHeight||e.canvas.height;if(1==s.opts.ignoreDimensions&&r.style("width").hasValue()&&r.style("height").hasValue()&&(n=r.style("width").toPixels("x"),i=r.style("height").toPixels("y")),s.ViewPort.SetCurrent(n,i),null!=s.opts.offsetX&&(r.attribute("x",!0).value=s.opts.offsetX),null!=s.opts.offsetY&&(r.attribute("y",!0).value=s.opts.offsetY),null!=s.opts.scaleWidth||null!=s.opts.scaleHeight){var a=null,A=null,l=s.ToNumberArray(r.attribute("viewBox").value);null!=s.opts.scaleWidth&&(r.attribute("width").hasValue()?a=r.attribute("width").toPixels("x")/s.opts.scaleWidth:isNaN(l[2])||(a=l[2]/s.opts.scaleWidth)),null!=s.opts.scaleHeight&&(r.attribute("height").hasValue()?A=r.attribute("height").toPixels("y")/s.opts.scaleHeight:isNaN(l[3])||(A=l[3]/s.opts.scaleHeight)),null==a&&(a=A),null==A&&(A=a),r.attribute("width",!0).value=s.opts.scaleWidth,r.attribute("height",!0).value=s.opts.scaleHeight,r.style("transform",!0,!0).value+=" scale("+1/a+","+1/A+")"}1!=s.opts.ignoreClear&&e.clearRect(0,0,n,i),r.render(e),o&&(o=!1,"function"==typeof s.opts.renderCallback&&s.opts.renderCallback(t))},A=!0;s.ImagesLoaded()&&(A=!1,a()),s.intervalID=setInterval((function(){var e=!1;if(A&&s.ImagesLoaded()&&(e=!(A=!1)),1!=s.opts.ignoreMouse&&(e=e||s.Mouse.hasEvents()),1!=s.opts.ignoreAnimation)for(var t=0;t<s.Animations.length;t++){var n=s.Animations[t].update(1e3/s.FRAMERATE);e=e||n}"function"==typeof s.opts.forceRedraw&&1==s.opts.forceRedraw()&&(e=!0),e&&(a(),s.Mouse.runEvents())}),1e3/s.FRAMERATE)},s.stop=function(){s.intervalID&&clearInterval(s.intervalID)},s.Mouse=new function(){this.events=[],this.hasEvents=function(){return 0!=this.events.length},this.onclick=function(e,t){this.events.push({type:"onclick",x:e,y:t,run:function(e){e.onclick&&e.onclick()}})},this.onmousemove=function(e,t){this.events.push({type:"onmousemove",x:e,y:t,run:function(e){e.onmousemove&&e.onmousemove()}})},this.eventElements=[],this.checkPath=function(e,t){for(var n=0;n<this.events.length;n++){var i=this.events[n];t.isPointInPath&&t.isPointInPath(i.x,i.y)&&(this.eventElements[n]=e)}},this.checkBoundingBox=function(e,t){if(t)for(var n=0;n<this.events.length;n++){var i=this.events[n];t.isPointInBox(i.x,i.y)&&(this.eventElements[n]=e)}},this.runEvents=function(){s.ctx.canvas.style.cursor="";for(var e=0;e<this.events.length;e++)for(var t=this.events[e],n=this.eventElements[e];n;)t.run(n),n=n.parent;this.events=[],this.eventElements=[]}},s}"undefined"!=typeof CanvasRenderingContext2D&&(CanvasRenderingContext2D.prototype.drawSvg=function(e,t,n,i,r,o){var a={ignoreMouse:!0,ignoreAnimation:!0,ignoreDimensions:!0,ignoreClear:!0,offsetX:t,offsetY:n,scaleWidth:i,scaleHeight:r};for(var A in o)o.hasOwnProperty(A)&&(a[A]=o[A]);s(this.canvas,e,a)}),s._build=g,n.exports=s}(n={exports:{}},n.exports),n.exports}))},"03d6":function(e,t,n){var i=n("9c0e"),r=n("6ca1"),o=n("39ad")(!1),a=n("5a94")("IE_PROTO");e.exports=function(e,t){var n,s=r(e),A=0,l=[];for(n in s)n!=a&&i(s,n)&&l.push(n);while(t.length>A)i(s,n=t[A++])&&(~o(l,n)||l.push(n));return l}},"051b":function(e,t,n){var i=n("1a14"),r=n("10db");e.exports=n("0bad")?function(e,t,n){return i.f(e,t,r(1,n))}:function(e,t,n){return e[t]=n,e}},"05f5":function(e,t,n){var i=n("7a41"),r=n("ef08").document,o=i(r)&&i(r.createElement);e.exports=function(e){return o?r.createElement(e):{}}},"072d":function(e,t,n){"use strict";var i=n("0bad"),r=n("9876"),o=n("fed5"),a=n("1917"),s=n("0983"),A=n("9fbb"),l=Object.assign;e.exports=!l||n("4b8b")((function(){var e={},t={},n=Symbol(),i="abcdefghijklmnopqrst";return e[n]=7,i.split("").forEach((function(e){t[e]=e})),7!=l({},e)[n]||Object.keys(l({},t)).join("")!=i}))?function(e,t){var n=s(e),l=arguments.length,u=1,c=o.f,h=a.f;while(l>u){var f,d=A(arguments[u++]),p=c?r(d).concat(c(d)):r(d),g=p.length,m=0;while(g>m)f=p[m++],i&&!h.call(d,f)||(n[f]=d[f])}return n}:l},"0983":function(e,t,n){var i=n("c901");e.exports=function(e){return Object(i(e))}},"0ae2":function(e,t,n){var i=n("9876"),r=n("fed5"),o=n("1917");e.exports=function(e){var t=i(e),n=r.f;if(n){var a,s=n(e),A=o.f,l=0;while(s.length>l)A.call(e,a=s[l++])&&t.push(a)}return t}},"0b99":function(e,t,n){"use strict";var i=n("19fa")(!0);n("393a")(String,"String",(function(e){this._t=String(e),this._i=0}),(function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=i(t,n),this._i+=e.length,{value:e,done:!1})}))},"0bad":function(e,t,n){e.exports=!n("4b8b")((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},"0fb7":function(e,t,n){},1098:function(e,t,n){"use strict";t.__esModule=!0;var i=n("17ed"),r=A(i),o=n("f893"),a=A(o),s="function"===typeof a.default&&"symbol"===typeof r.default?function(e){return typeof e}:function(e){return e&&"function"===typeof a.default&&e.constructor===a.default&&e!==a.default.prototype?"symbol":typeof e};function A(e){return e&&e.__esModule?e:{default:e}}t.default="function"===typeof a.default&&"symbol"===s(r.default)?function(e){return"undefined"===typeof e?"undefined":s(e)}:function(e){return e&&"function"===typeof a.default&&e.constructor===a.default&&e!==a.default.prototype?"symbol":"undefined"===typeof e?"undefined":s(e)}},"10cb":function(e,t,n){},"10db":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},1157:function(e,t,n){var i,r;
  2. /*!
  3. * jQuery JavaScript Library v3.5.1
  4. * https://jquery.com/
  5. *
  6. * Includes Sizzle.js
  7. * https://sizzlejs.com/
  8. *
  9. * Copyright JS Foundation and other contributors
  10. * Released under the MIT license
  11. * https://jquery.org/license
  12. *
  13. * Date: 2020-05-04T22:49Z
  14. */(function(t,n){"use strict";"object"===typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)})("undefined"!==typeof window?window:this,(function(n,o){"use strict";var a=[],s=Object.getPrototypeOf,A=a.slice,l=a.flat?function(e){return a.flat.call(e)}:function(e){return a.concat.apply([],e)},u=a.push,c=a.indexOf,h={},f=h.toString,d=h.hasOwnProperty,p=d.toString,g=p.call(Object),m={},v=function(e){return"function"===typeof e&&"number"!==typeof e.nodeType},y=function(e){return null!=e&&e===e.window},B=n.document,w={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){n=n||B;var i,r,o=n.createElement("script");if(o.text=e,t)for(i in w)r=t[i]||t.getAttribute&&t.getAttribute(i),r&&o.setAttribute(i,r);n.head.appendChild(o).parentNode.removeChild(o)}function C(e){return null==e?e+"":"object"===typeof e||"function"===typeof e?h[f.call(e)]||"object":typeof e}var E="3.5.1",x=function(e,t){return new x.fn.init(e,t)};function Q(e){var t=!!e&&"length"in e&&e.length,n=C(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"===typeof t&&t>0&&t-1 in e)}x.fn=x.prototype={jquery:E,constructor:x,length:0,toArray:function(){return A.call(this)},get:function(e){return null==e?A.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=x.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return x.each(this,e)},map:function(e){return this.pushStack(x.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(A.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(x.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(x.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:a.sort,splice:a.splice},x.extend=x.fn.extend=function(){var e,t,n,i,r,o,a=arguments[0]||{},s=1,A=arguments.length,l=!1;for("boolean"===typeof a&&(l=a,a=arguments[s]||{},s++),"object"===typeof a||v(a)||(a={}),s===A&&(a=this,s--);s<A;s++)if(null!=(e=arguments[s]))for(t in e)i=e[t],"__proto__"!==t&&a!==i&&(l&&i&&(x.isPlainObject(i)||(r=Array.isArray(i)))?(n=a[t],o=r&&!Array.isArray(n)?[]:r||x.isPlainObject(n)?n:{},r=!1,a[t]=x.extend(l,o,i)):void 0!==i&&(a[t]=i));return a},x.extend({expando:"jQuery"+(E+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==f.call(e))&&(t=s(e),!t||(n=d.call(t,"constructor")&&t.constructor,"function"===typeof n&&p.call(n)===g))},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){b(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,i=0;if(Q(e)){for(n=e.length;i<n;i++)if(!1===t.call(e[i],i,e[i]))break}else for(i in e)if(!1===t.call(e[i],i,e[i]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(Q(Object(e))?x.merge(n,"string"===typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:c.call(t,e,n)},merge:function(e,t){for(var n=+t.length,i=0,r=e.length;i<n;i++)e[r++]=t[i];return e.length=r,e},grep:function(e,t,n){for(var i,r=[],o=0,a=e.length,s=!n;o<a;o++)i=!t(e[o],o),i!==s&&r.push(e[o]);return r},map:function(e,t,n){var i,r,o=0,a=[];if(Q(e))for(i=e.length;o<i;o++)r=t(e[o],o,n),null!=r&&a.push(r);else for(o in e)r=t(e[o],o,n),null!=r&&a.push(r);return l(a)},guid:1,support:m}),"function"===typeof Symbol&&(x.fn[Symbol.iterator]=a[Symbol.iterator]),x.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(e,t){h["[object "+t+"]"]=t.toLowerCase()}));var _=
  15. /*!
  16. * Sizzle CSS Selector Engine v2.3.5
  17. * https://sizzlejs.com/
  18. *
  19. * Copyright JS Foundation and other contributors
  20. * Released under the MIT license
  21. * https://js.foundation/
  22. *
  23. * Date: 2020-03-14
  24. */
  25. function(e){var t,n,i,r,o,a,s,A,l,u,c,h,f,d,p,g,m,v,y,B="sizzle"+1*new Date,w=e.document,b=0,C=0,E=Ae(),x=Ae(),Q=Ae(),_=Ae(),F=function(e,t){return e===t&&(c=!0),0},U={}.hasOwnProperty,S=[],T=S.pop,H=S.push,M=S.push,O=S.slice,D=function(e,t){for(var n=0,i=e.length;n<i;n++)if(e[n]===t)return n;return-1},N="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",k="[\\x20\\t\\r\\n\\f]",I="(?:\\\\[\\da-fA-F]{1,6}"+k+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",P="\\["+k+"*("+I+")(?:"+k+"*([*^$|!~]?=)"+k+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+I+"))|)"+k+"*\\]",R=":("+I+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+P+")*)|.*)\\)|)",L=new RegExp(k+"+","g"),K=new RegExp("^"+k+"+|((?:^|[^\\\\])(?:\\\\.)*)"+k+"+$","g"),V=new RegExp("^"+k+"*,"+k+"*"),z=new RegExp("^"+k+"*([>+~]|"+k+")"+k+"*"),j=new RegExp(k+"|>"),$=new RegExp(R),W=new RegExp("^"+I+"$"),X={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+R),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+k+"*(even|odd|(([+-]|)(\\d*)n|)"+k+"*(?:([+-]|)"+k+"*(\\d+)|))"+k+"*\\)|)","i"),bool:new RegExp("^(?:"+N+")$","i"),needsContext:new RegExp("^"+k+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+k+"*((?:-\\d)?\\d*)"+k+"*\\)|)(?=[^-]|$)","i")},G=/HTML$/i,Y=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,q=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+k+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},ie=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,re=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){h()},ae=Be((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{M.apply(S=O.call(w.childNodes),w.childNodes),S[w.childNodes.length].nodeType}catch(_e){M={apply:S.length?function(e,t){H.apply(e,O.call(t))}:function(e,t){var n=e.length,i=0;while(e[n++]=t[i++]);e.length=n-1}}}function se(e,t,i,r){var o,s,l,u,c,d,m,v=t&&t.ownerDocument,w=t?t.nodeType:9;if(i=i||[],"string"!==typeof e||!e||1!==w&&9!==w&&11!==w)return i;if(!r&&(h(t),t=t||f,p)){if(11!==w&&(c=Z.exec(e)))if(o=c[1]){if(9===w){if(!(l=t.getElementById(o)))return i;if(l.id===o)return i.push(l),i}else if(v&&(l=v.getElementById(o))&&y(t,l)&&l.id===o)return i.push(l),i}else{if(c[2])return M.apply(i,t.getElementsByTagName(e)),i;if((o=c[3])&&n.getElementsByClassName&&t.getElementsByClassName)return M.apply(i,t.getElementsByClassName(o)),i}if(n.qsa&&!_[e+" "]&&(!g||!g.test(e))&&(1!==w||"object"!==t.nodeName.toLowerCase())){if(m=e,v=t,1===w&&(j.test(e)||z.test(e))){v=ee.test(e)&&me(t.parentNode)||t,v===t&&n.scope||((u=t.getAttribute("id"))?u=u.replace(ie,re):t.setAttribute("id",u=B)),d=a(e),s=d.length;while(s--)d[s]=(u?"#"+u:":scope")+" "+ye(d[s]);m=d.join(",")}try{return M.apply(i,v.querySelectorAll(m)),i}catch(b){_(e,!0)}finally{u===B&&t.removeAttribute("id")}}}return A(e.replace(K,"$1"),t,i,r)}function Ae(){var e=[];function t(n,r){return e.push(n+" ")>i.cacheLength&&delete t[e.shift()],t[n+" "]=r}return t}function le(e){return e[B]=!0,e}function ue(e){var t=f.createElement("fieldset");try{return!!e(t)}catch(_e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ce(e,t){var n=e.split("|"),r=n.length;while(r--)i.attrHandle[n[r]]=t}function he(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(i)return i;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function de(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function pe(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ae(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function ge(e){return le((function(t){return t=+t,le((function(n,i){var r,o=e([],n.length,t),a=o.length;while(a--)n[r=o[a]]&&(n[r]=!(i[r]=n[r]))}))}))}function me(e){return e&&"undefined"!==typeof e.getElementsByTagName&&e}for(t in n=se.support={},o=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!G.test(t||n&&n.nodeName||"HTML")},h=se.setDocument=function(e){var t,r,a=e?e.ownerDocument||e:w;return a!=f&&9===a.nodeType&&a.documentElement?(f=a,d=f.documentElement,p=!o(f),w!=f&&(r=f.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",oe,!1):r.attachEvent&&r.attachEvent("onunload",oe)),n.scope=ue((function(e){return d.appendChild(e).appendChild(f.createElement("div")),"undefined"!==typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=ue((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=ue((function(e){return e.appendChild(f.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=q.test(f.getElementsByClassName),n.getById=ue((function(e){return d.appendChild(e).id=B,!f.getElementsByName||!f.getElementsByName(B).length})),n.getById?(i.filter["ID"]=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},i.find["ID"]=function(e,t){if("undefined"!==typeof t.getElementById&&p){var n=t.getElementById(e);return n?[n]:[]}}):(i.filter["ID"]=function(e){var t=e.replace(te,ne);return function(e){var n="undefined"!==typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},i.find["ID"]=function(e,t){if("undefined"!==typeof t.getElementById&&p){var n,i,r,o=t.getElementById(e);if(o){if(n=o.getAttributeNode("id"),n&&n.value===e)return[o];r=t.getElementsByName(e),i=0;while(o=r[i++])if(n=o.getAttributeNode("id"),n&&n.value===e)return[o]}return[]}}),i.find["TAG"]=n.getElementsByTagName?function(e,t){return"undefined"!==typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,i=[],r=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[r++])1===n.nodeType&&i.push(n);return i}return o},i.find["CLASS"]=n.getElementsByClassName&&function(e,t){if("undefined"!==typeof t.getElementsByClassName&&p)return t.getElementsByClassName(e)},m=[],g=[],(n.qsa=q.test(f.querySelectorAll))&&(ue((function(e){var t;d.appendChild(e).innerHTML="<a id='"+B+"'></a><select id='"+B+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+k+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\["+k+"*(?:value|"+N+")"),e.querySelectorAll("[id~="+B+"-]").length||g.push("~="),t=f.createElement("input"),t.setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||g.push("\\["+k+"*name"+k+"*="+k+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+B+"+*").length||g.push(".#.+[+~]"),e.querySelectorAll("\\\f"),g.push("[\\r\\n\\f]")})),ue((function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=f.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name"+k+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),d.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")}))),(n.matchesSelector=q.test(v=d.matches||d.webkitMatchesSelector||d.mozMatchesSelector||d.oMatchesSelector||d.msMatchesSelector))&&ue((function(e){n.disconnectedMatch=v.call(e,"*"),v.call(e,"[s!='']:x"),m.push("!=",R)})),g=g.length&&new RegExp(g.join("|")),m=m.length&&new RegExp(m.join("|")),t=q.test(d.compareDocumentPosition),y=t||q.test(d.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,i=t&&t.parentNode;return e===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):e.compareDocumentPosition&&16&e.compareDocumentPosition(i)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},F=t?function(e,t){if(e===t)return c=!0,0;var i=!e.compareDocumentPosition-!t.compareDocumentPosition;return i||(i=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&i||!n.sortDetached&&t.compareDocumentPosition(e)===i?e==f||e.ownerDocument==w&&y(w,e)?-1:t==f||t.ownerDocument==w&&y(w,t)?1:u?D(u,e)-D(u,t):0:4&i?-1:1)}:function(e,t){if(e===t)return c=!0,0;var n,i=0,r=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!r||!o)return e==f?-1:t==f?1:r?-1:o?1:u?D(u,e)-D(u,t):0;if(r===o)return he(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[i]===s[i])i++;return i?he(a[i],s[i]):a[i]==w?-1:s[i]==w?1:0},f):f},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(h(e),n.matchesSelector&&p&&!_[t+" "]&&(!m||!m.test(t))&&(!g||!g.test(t)))try{var i=v.call(e,t);if(i||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return i}catch(_e){_(t,!0)}return se(t,f,null,[e]).length>0},se.contains=function(e,t){return(e.ownerDocument||e)!=f&&h(e),y(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=f&&h(e);var r=i.attrHandle[t.toLowerCase()],o=r&&U.call(i.attrHandle,t.toLowerCase())?r(e,t,!p):void 0;return void 0!==o?o:n.attributes||!p?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},se.escape=function(e){return(e+"").replace(ie,re)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,i=[],r=0,o=0;if(c=!n.detectDuplicates,u=!n.sortStable&&e.slice(0),e.sort(F),c){while(t=e[o++])t===e[o]&&(r=i.push(o));while(r--)e.splice(i[r],1)}return u=null,e},r=se.getText=function(e){var t,n="",i=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"===typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=r(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[i++])n+=r(t);return n},i=se.selectors={cacheLength:50,createPseudo:le,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return X["CHILD"].test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&$.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+k+")"+e+"("+k+"|$)"))&&E(e,(function(e){return t.test("string"===typeof e.className&&e.className||"undefined"!==typeof e.getAttribute&&e.getAttribute("class")||"")}))},ATTR:function(e,t,n){return function(i){var r=se.attr(i,e);return null==r?"!="===t:!t||(r+="","="===t?r===n:"!="===t?r!==n:"^="===t?n&&0===r.indexOf(n):"*="===t?n&&r.indexOf(n)>-1:"$="===t?n&&r.slice(-n.length)===n:"~="===t?(" "+r.replace(L," ")+" ").indexOf(n)>-1:"|="===t&&(r===n||r.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,i,r){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===i&&0===r?function(e){return!!e.parentNode}:function(t,n,A){var l,u,c,h,f,d,p=o!==a?"nextSibling":"previousSibling",g=t.parentNode,m=s&&t.nodeName.toLowerCase(),v=!A&&!s,y=!1;if(g){if(o){while(p){h=t;while(h=h[p])if(s?h.nodeName.toLowerCase()===m:1===h.nodeType)return!1;d=p="only"===e&&!d&&"nextSibling"}return!0}if(d=[a?g.firstChild:g.lastChild],a&&v){h=g,c=h[B]||(h[B]={}),u=c[h.uniqueID]||(c[h.uniqueID]={}),l=u[e]||[],f=l[0]===b&&l[1],y=f&&l[2],h=f&&g.childNodes[f];while(h=++f&&h&&h[p]||(y=f=0)||d.pop())if(1===h.nodeType&&++y&&h===t){u[e]=[b,f,y];break}}else if(v&&(h=t,c=h[B]||(h[B]={}),u=c[h.uniqueID]||(c[h.uniqueID]={}),l=u[e]||[],f=l[0]===b&&l[1],y=f),!1===y)while(h=++f&&h&&h[p]||(y=f=0)||d.pop())if((s?h.nodeName.toLowerCase()===m:1===h.nodeType)&&++y&&(v&&(c=h[B]||(h[B]={}),u=c[h.uniqueID]||(c[h.uniqueID]={}),u[e]=[b,y]),h===t))break;return y-=r,y===i||y%i===0&&y/i>=0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return r[B]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?le((function(e,n){var i,o=r(e,t),a=o.length;while(a--)i=D(e,o[a]),e[i]=!(n[i]=o[a])})):function(e){return r(e,0,n)}):r}},pseudos:{not:le((function(e){var t=[],n=[],i=s(e.replace(K,"$1"));return i[B]?le((function(e,t,n,r){var o,a=i(e,null,r,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))})):function(e,r,o){return t[0]=e,i(t,null,o,n),t[0]=null,!n.pop()}})),has:le((function(e){return function(t){return se(e,t).length>0}})),contains:le((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||r(t)).indexOf(e)>-1}})),lang:le((function(e){return W.test(e||"")||se.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=p?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===d},focus:function(e){return e===f.activeElement&&(!f.hasFocus||f.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:pe(!1),disabled:pe(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!i.pseudos["empty"](e)},header:function(e){return J.test(e.nodeName)},input:function(e){return Y.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ge((function(){return[0]})),last:ge((function(e,t){return[t-1]})),eq:ge((function(e,t,n){return[n<0?n+t:n]})),even:ge((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:ge((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:ge((function(e,t,n){for(var i=n<0?n+t:n>t?t:n;--i>=0;)e.push(i);return e})),gt:ge((function(e,t,n){for(var i=n<0?n+t:n;++i<t;)e.push(i);return e}))}},i.pseudos["nth"]=i.pseudos["eq"],{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[t]=fe(t);for(t in{submit:!0,reset:!0})i.pseudos[t]=de(t);function ve(){}function ye(e){for(var t=0,n=e.length,i="";t<n;t++)i+=e[t].value;return i}function Be(e,t,n){var i=t.dir,r=t.next,o=r||i,a=n&&"parentNode"===o,s=C++;return t.first?function(t,n,r){while(t=t[i])if(1===t.nodeType||a)return e(t,n,r);return!1}:function(t,n,A){var l,u,c,h=[b,s];if(A){while(t=t[i])if((1===t.nodeType||a)&&e(t,n,A))return!0}else while(t=t[i])if(1===t.nodeType||a)if(c=t[B]||(t[B]={}),u=c[t.uniqueID]||(c[t.uniqueID]={}),r&&r===t.nodeName.toLowerCase())t=t[i]||t;else{if((l=u[o])&&l[0]===b&&l[1]===s)return h[2]=l[2];if(u[o]=h,h[2]=e(t,n,A))return!0}return!1}}function we(e){return e.length>1?function(t,n,i){var r=e.length;while(r--)if(!e[r](t,n,i))return!1;return!0}:e[0]}function be(e,t,n){for(var i=0,r=t.length;i<r;i++)se(e,t[i],n);return n}function Ce(e,t,n,i,r){for(var o,a=[],s=0,A=e.length,l=null!=t;s<A;s++)(o=e[s])&&(n&&!n(o,i,r)||(a.push(o),l&&t.push(s)));return a}function Ee(e,t,n,i,r,o){return i&&!i[B]&&(i=Ee(i)),r&&!r[B]&&(r=Ee(r,o)),le((function(o,a,s,A){var l,u,c,h=[],f=[],d=a.length,p=o||be(t||"*",s.nodeType?[s]:s,[]),g=!e||!o&&t?p:Ce(p,h,e,s,A),m=n?r||(o?e:d||i)?[]:a:g;if(n&&n(g,m,s,A),i){l=Ce(m,f),i(l,[],s,A),u=l.length;while(u--)(c=l[u])&&(m[f[u]]=!(g[f[u]]=c))}if(o){if(r||e){if(r){l=[],u=m.length;while(u--)(c=m[u])&&l.push(g[u]=c);r(null,m=[],l,A)}u=m.length;while(u--)(c=m[u])&&(l=r?D(o,c):h[u])>-1&&(o[l]=!(a[l]=c))}}else m=Ce(m===a?m.splice(d,m.length):m),r?r(null,a,m,A):M.apply(a,m)}))}function xe(e){for(var t,n,r,o=e.length,a=i.relative[e[0].type],s=a||i.relative[" "],A=a?1:0,u=Be((function(e){return e===t}),s,!0),c=Be((function(e){return D(t,e)>-1}),s,!0),h=[function(e,n,i){var r=!a&&(i||n!==l)||((t=n).nodeType?u(e,n,i):c(e,n,i));return t=null,r}];A<o;A++)if(n=i.relative[e[A].type])h=[Be(we(h),n)];else{if(n=i.filter[e[A].type].apply(null,e[A].matches),n[B]){for(r=++A;r<o;r++)if(i.relative[e[r].type])break;return Ee(A>1&&we(h),A>1&&ye(e.slice(0,A-1).concat({value:" "===e[A-2].type?"*":""})).replace(K,"$1"),n,A<r&&xe(e.slice(A,r)),r<o&&xe(e=e.slice(r)),r<o&&ye(e))}h.push(n)}return we(h)}function Qe(e,t){var n=t.length>0,r=e.length>0,o=function(o,a,s,A,u){var c,d,g,m=0,v="0",y=o&&[],B=[],w=l,C=o||r&&i.find["TAG"]("*",u),E=b+=null==w?1:Math.random()||.1,x=C.length;for(u&&(l=a==f||a||u);v!==x&&null!=(c=C[v]);v++){if(r&&c){d=0,a||c.ownerDocument==f||(h(c),s=!p);while(g=e[d++])if(g(c,a||f,s)){A.push(c);break}u&&(b=E)}n&&((c=!g&&c)&&m--,o&&y.push(c))}if(m+=v,n&&v!==m){d=0;while(g=t[d++])g(y,B,a,s);if(o){if(m>0)while(v--)y[v]||B[v]||(B[v]=T.call(A));B=Ce(B)}M.apply(A,B),u&&!o&&B.length>0&&m+t.length>1&&se.uniqueSort(A)}return u&&(b=E,l=w),y};return n?le(o):o}return ve.prototype=i.filters=i.pseudos,i.setFilters=new ve,a=se.tokenize=function(e,t){var n,r,o,a,s,A,l,u=x[e+" "];if(u)return t?0:u.slice(0);s=e,A=[],l=i.preFilter;while(s){for(a in n&&!(r=V.exec(s))||(r&&(s=s.slice(r[0].length)||s),A.push(o=[])),n=!1,(r=z.exec(s))&&(n=r.shift(),o.push({value:n,type:r[0].replace(K," ")}),s=s.slice(n.length)),i.filter)!(r=X[a].exec(s))||l[a]&&!(r=l[a](r))||(n=r.shift(),o.push({value:n,type:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?se.error(e):x(e,A).slice(0)},s=se.compile=function(e,t){var n,i=[],r=[],o=Q[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)o=xe(t[n]),o[B]?i.push(o):r.push(o);o=Q(e,Qe(r,i)),o.selector=e}return o},A=se.select=function(e,t,n,r){var o,A,l,u,c,h="function"===typeof e&&e,f=!r&&a(e=h.selector||e);if(n=n||[],1===f.length){if(A=f[0]=f[0].slice(0),A.length>2&&"ID"===(l=A[0]).type&&9===t.nodeType&&p&&i.relative[A[1].type]){if(t=(i.find["ID"](l.matches[0].replace(te,ne),t)||[])[0],!t)return n;h&&(t=t.parentNode),e=e.slice(A.shift().value.length)}o=X["needsContext"].test(e)?0:A.length;while(o--){if(l=A[o],i.relative[u=l.type])break;if((c=i.find[u])&&(r=c(l.matches[0].replace(te,ne),ee.test(A[0].type)&&me(t.parentNode)||t))){if(A.splice(o,1),e=r.length&&ye(A),!e)return M.apply(n,r),n;break}}}return(h||s(e,f))(r,t,!p,n,!t||ee.test(e)&&me(t.parentNode)||t),n},n.sortStable=B.split("").sort(F).join("")===B,n.detectDuplicates=!!c,h(),n.sortDetached=ue((function(e){return 1&e.compareDocumentPosition(f.createElement("fieldset"))})),ue((function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")}))||ce("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&ue((function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||ce("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ue((function(e){return null==e.getAttribute("disabled")}))||ce(N,(function(e,t,n){var i;if(!n)return!0===e[t]?t.toLowerCase():(i=e.getAttributeNode(t))&&i.specified?i.value:null})),se}(n);x.find=_,x.expr=_.selectors,x.expr[":"]=x.expr.pseudos,x.uniqueSort=x.unique=_.uniqueSort,x.text=_.getText,x.isXMLDoc=_.isXML,x.contains=_.contains,x.escapeSelector=_.escape;var F=function(e,t,n){var i=[],r=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(r&&x(e).is(n))break;i.push(e)}return i},U=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},S=x.expr.match.needsContext;function T(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var H=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function M(e,t,n){return v(t)?x.grep(e,(function(e,i){return!!t.call(e,i,e)!==n})):t.nodeType?x.grep(e,(function(e){return e===t!==n})):"string"!==typeof t?x.grep(e,(function(e){return c.call(t,e)>-1!==n})):x.filter(t,e,n)}x.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===i.nodeType?x.find.matchesSelector(i,e)?[i]:[]:x.find.matches(e,x.grep(t,(function(e){return 1===e.nodeType})))},x.fn.extend({find:function(e){var t,n,i=this.length,r=this;if("string"!==typeof e)return this.pushStack(x(e).filter((function(){for(t=0;t<i;t++)if(x.contains(r[t],this))return!0})));for(n=this.pushStack([]),t=0;t<i;t++)x.find(e,r[t],n);return i>1?x.uniqueSort(n):n},filter:function(e){return this.pushStack(M(this,e||[],!1))},not:function(e){return this.pushStack(M(this,e||[],!0))},is:function(e){return!!M(this,"string"===typeof e&&S.test(e)?x(e):e||[],!1).length}});var O,D=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,N=x.fn.init=function(e,t,n){var i,r;if(!e)return this;if(n=n||O,"string"===typeof e){if(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:D.exec(e),!i||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof x?t[0]:t,x.merge(this,x.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:B,!0)),H.test(i[1])&&x.isPlainObject(t))for(i in t)v(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return r=B.getElementById(i[2]),r&&(this[0]=r,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(x):x.makeArray(e,this)};N.prototype=x.fn,O=x(B);var k=/^(?:parents|prev(?:Until|All))/,I={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}x.fn.extend({has:function(e){var t=x(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(x.contains(this,t[e]))return!0}))},closest:function(e,t){var n,i=0,r=this.length,o=[],a="string"!==typeof e&&x(e);if(!S.test(e))for(;i<r;i++)for(n=this[i];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&x.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?x.uniqueSort(o):o)},index:function(e){return e?"string"===typeof e?c.call(x(e),this[0]):c.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(x.uniqueSort(x.merge(this.get(),x(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return F(e,"parentNode")},parentsUntil:function(e,t,n){return F(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return F(e,"nextSibling")},prevAll:function(e){return F(e,"previousSibling")},nextUntil:function(e,t,n){return F(e,"nextSibling",n)},prevUntil:function(e,t,n){return F(e,"previousSibling",n)},siblings:function(e){return U((e.parentNode||{}).firstChild,e)},children:function(e){return U(e.firstChild)},contents:function(e){return null!=e.contentDocument&&s(e.contentDocument)?e.contentDocument:(T(e,"template")&&(e=e.content||e),x.merge([],e.childNodes))}},(function(e,t){x.fn[e]=function(n,i){var r=x.map(this,t,n);return"Until"!==e.slice(-5)&&(i=n),i&&"string"===typeof i&&(r=x.filter(i,r)),this.length>1&&(I[e]||x.uniqueSort(r),k.test(e)&&r.reverse()),this.pushStack(r)}}));var R=/[^\x20\t\r\n\f]+/g;function L(e){var t={};return x.each(e.match(R)||[],(function(e,n){t[n]=!0})),t}function K(e){return e}function V(e){throw e}function z(e,t,n,i){var r;try{e&&v(r=e.promise)?r.call(e).done(t).fail(n):e&&v(r=e.then)?r.call(e,t,n):t.apply(void 0,[e].slice(i))}catch(e){n.apply(void 0,[e])}}x.Callbacks=function(e){e="string"===typeof e?L(e):x.extend({},e);var t,n,i,r,o=[],a=[],s=-1,A=function(){for(r=r||e.once,i=t=!0;a.length;s=-1){n=a.shift();while(++s<o.length)!1===o[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=o.length,n=!1)}e.memory||(n=!1),t=!1,r&&(o=n?[]:"")},l={add:function(){return o&&(n&&!t&&(s=o.length-1,a.push(n)),function t(n){x.each(n,(function(n,i){v(i)?e.unique&&l.has(i)||o.push(i):i&&i.length&&"string"!==C(i)&&t(i)}))}(arguments),n&&!t&&A()),this},remove:function(){return x.each(arguments,(function(e,t){var n;while((n=x.inArray(t,o,n))>-1)o.splice(n,1),n<=s&&s--})),this},has:function(e){return e?x.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return r=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return r=a=[],n||t||(o=n=""),this},locked:function(){return!!r},fireWith:function(e,n){return r||(n=n||[],n=[e,n.slice?n.slice():n],a.push(n),t||A()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!i}};return l},x.extend({Deferred:function(e){var t=[["notify","progress",x.Callbacks("memory"),x.Callbacks("memory"),2],["resolve","done",x.Callbacks("once memory"),x.Callbacks("once memory"),0,"resolved"],["reject","fail",x.Callbacks("once memory"),x.Callbacks("once memory"),1,"rejected"]],i="pending",r={state:function(){return i},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return r.then(null,e)},pipe:function(){var e=arguments;return x.Deferred((function(n){x.each(t,(function(t,i){var r=v(e[i[4]])&&e[i[4]];o[i[1]]((function(){var e=r&&r.apply(this,arguments);e&&v(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[i[0]+"With"](this,r?[e]:arguments)}))})),e=null})).promise()},then:function(e,i,r){var o=0;function a(e,t,i,r){return function(){var s=this,A=arguments,l=function(){var n,l;if(!(e<o)){if(n=i.apply(s,A),n===t.promise())throw new TypeError("Thenable self-resolution");l=n&&("object"===typeof n||"function"===typeof n)&&n.then,v(l)?r?l.call(n,a(o,t,K,r),a(o,t,V,r)):(o++,l.call(n,a(o,t,K,r),a(o,t,V,r),a(o,t,K,t.notifyWith))):(i!==K&&(s=void 0,A=[n]),(r||t.resolveWith)(s,A))}},u=r?l:function(){try{l()}catch(n){x.Deferred.exceptionHook&&x.Deferred.exceptionHook(n,u.stackTrace),e+1>=o&&(i!==V&&(s=void 0,A=[n]),t.rejectWith(s,A))}};e?u():(x.Deferred.getStackHook&&(u.stackTrace=x.Deferred.getStackHook()),n.setTimeout(u))}}return x.Deferred((function(n){t[0][3].add(a(0,n,v(r)?r:K,n.notifyWith)),t[1][3].add(a(0,n,v(e)?e:K)),t[2][3].add(a(0,n,v(i)?i:V))})).promise()},promise:function(e){return null!=e?x.extend(e,r):r}},o={};return x.each(t,(function(e,n){var a=n[2],s=n[5];r[n[1]]=a.add,s&&a.add((function(){i=s}),t[3-e][2].disable,t[3-e][3].disable,t[0][2].lock,t[0][3].lock),a.add(n[3].fire),o[n[0]]=function(){return o[n[0]+"With"](this===o?void 0:this,arguments),this},o[n[0]+"With"]=a.fireWith})),r.promise(o),e&&e.call(o,o),o},when:function(e){var t=arguments.length,n=t,i=Array(n),r=A.call(arguments),o=x.Deferred(),a=function(e){return function(n){i[e]=this,r[e]=arguments.length>1?A.call(arguments):n,--t||o.resolveWith(i,r)}};if(t<=1&&(z(e,o.done(a(n)).resolve,o.reject,!t),"pending"===o.state()||v(r[n]&&r[n].then)))return o.then();while(n--)z(r[n],a(n),o.reject);return o.promise()}});var j=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;x.Deferred.exceptionHook=function(e,t){n.console&&n.console.warn&&e&&j.test(e.name)&&n.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},x.readyException=function(e){n.setTimeout((function(){throw e}))};var $=x.Deferred();function W(){B.removeEventListener("DOMContentLoaded",W),n.removeEventListener("load",W),x.ready()}x.fn.ready=function(e){return $.then(e).catch((function(e){x.readyException(e)})),this},x.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--x.readyWait:x.isReady)||(x.isReady=!0,!0!==e&&--x.readyWait>0||$.resolveWith(B,[x]))}}),x.ready.then=$.then,"complete"===B.readyState||"loading"!==B.readyState&&!B.documentElement.doScroll?n.setTimeout(x.ready):(B.addEventListener("DOMContentLoaded",W),n.addEventListener("load",W));var X=function(e,t,n,i,r,o,a){var s=0,A=e.length,l=null==n;if("object"===C(n))for(s in r=!0,n)X(e,t,s,n[s],!0,o,a);else if(void 0!==i&&(r=!0,v(i)||(a=!0),l&&(a?(t.call(e,i),t=null):(l=t,t=function(e,t,n){return l.call(x(e),n)})),t))for(;s<A;s++)t(e[s],n,a?i:i.call(e[s],s,t(e[s],n)));return r?e:l?t.call(e):A?t(e[0],n):o},G=/^-ms-/,Y=/-([a-z])/g;function J(e,t){return t.toUpperCase()}function q(e){return e.replace(G,"ms-").replace(Y,J)}var Z=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function ee(){this.expando=x.expando+ee.uid++}ee.uid=1,ee.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Z(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var i,r=this.cache(e);if("string"===typeof t)r[q(t)]=n;else for(i in t)r[q(i)]=t[i];return r},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][q(t)]},access:function(e,t,n){return void 0===t||t&&"string"===typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,i=e[this.expando];if(void 0!==i){if(void 0!==t){Array.isArray(t)?t=t.map(q):(t=q(t),t=t in i?[t]:t.match(R)||[]),n=t.length;while(n--)delete i[t[n]]}(void 0===t||x.isEmptyObject(i))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!x.isEmptyObject(t)}};var te=new ee,ne=new ee,ie=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,re=/[A-Z]/g;function oe(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:ie.test(e)?JSON.parse(e):e)}function ae(e,t,n){var i;if(void 0===n&&1===e.nodeType)if(i="data-"+t.replace(re,"-$&").toLowerCase(),n=e.getAttribute(i),"string"===typeof n){try{n=oe(n)}catch(r){}ne.set(e,t,n)}else n=void 0;return n}x.extend({hasData:function(e){return ne.hasData(e)||te.hasData(e)},data:function(e,t,n){return ne.access(e,t,n)},removeData:function(e,t){ne.remove(e,t)},_data:function(e,t,n){return te.access(e,t,n)},_removeData:function(e,t){te.remove(e,t)}}),x.fn.extend({data:function(e,t){var n,i,r,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(r=ne.get(o),1===o.nodeType&&!te.get(o,"hasDataAttrs"))){n=a.length;while(n--)a[n]&&(i=a[n].name,0===i.indexOf("data-")&&(i=q(i.slice(5)),ae(o,i,r[i])));te.set(o,"hasDataAttrs",!0)}return r}return"object"===typeof e?this.each((function(){ne.set(this,e)})):X(this,(function(t){var n;if(o&&void 0===t)return n=ne.get(o,e),void 0!==n?n:(n=ae(o,e),void 0!==n?n:void 0);this.each((function(){ne.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){ne.remove(this,e)}))}}),x.extend({queue:function(e,t,n){var i;if(e)return t=(t||"fx")+"queue",i=te.get(e,t),n&&(!i||Array.isArray(n)?i=te.access(e,t,x.makeArray(n)):i.push(n)),i||[]},dequeue:function(e,t){t=t||"fx";var n=x.queue(e,t),i=n.length,r=n.shift(),o=x._queueHooks(e,t),a=function(){x.dequeue(e,t)};"inprogress"===r&&(r=n.shift(),i--),r&&("fx"===t&&n.unshift("inprogress"),delete o.stop,r.call(e,a,o)),!i&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return te.get(e,n)||te.access(e,n,{empty:x.Callbacks("once memory").add((function(){te.remove(e,[t+"queue",n])}))})}}),x.fn.extend({queue:function(e,t){var n=2;return"string"!==typeof e&&(t=e,e="fx",n--),arguments.length<n?x.queue(this[0],e):void 0===t?this:this.each((function(){var n=x.queue(this,e,t);x._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&x.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){x.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,i=1,r=x.Deferred(),o=this,a=this.length,s=function(){--i||r.resolveWith(o,[o])};"string"!==typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)n=te.get(o[a],e+"queueHooks"),n&&n.empty&&(i++,n.empty.add(s));return s(),r.promise(t)}});var se=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Ae=new RegExp("^(?:([+-])=|)("+se+")([a-z%]*)$","i"),le=["Top","Right","Bottom","Left"],ue=B.documentElement,ce=function(e){return x.contains(e.ownerDocument,e)},he={composed:!0};ue.getRootNode&&(ce=function(e){return x.contains(e.ownerDocument,e)||e.getRootNode(he)===e.ownerDocument});var fe=function(e,t){return e=t||e,"none"===e.style.display||""===e.style.display&&ce(e)&&"none"===x.css(e,"display")};function de(e,t,n,i){var r,o,a=20,s=i?function(){return i.cur()}:function(){return x.css(e,t,"")},A=s(),l=n&&n[3]||(x.cssNumber[t]?"":"px"),u=e.nodeType&&(x.cssNumber[t]||"px"!==l&&+A)&&Ae.exec(x.css(e,t));if(u&&u[3]!==l){A/=2,l=l||u[3],u=+A||1;while(a--)x.style(e,t,u+l),(1-o)*(1-(o=s()/A||.5))<=0&&(a=0),u/=o;u*=2,x.style(e,t,u+l),n=n||[]}return n&&(u=+u||+A||0,r=n[1]?u+(n[1]+1)*n[2]:+n[2],i&&(i.unit=l,i.start=u,i.end=r)),r}var pe={};function ge(e){var t,n=e.ownerDocument,i=e.nodeName,r=pe[i];return r||(t=n.body.appendChild(n.createElement(i)),r=x.css(t,"display"),t.parentNode.removeChild(t),"none"===r&&(r="block"),pe[i]=r,r)}function me(e,t){for(var n,i,r=[],o=0,a=e.length;o<a;o++)i=e[o],i.style&&(n=i.style.display,t?("none"===n&&(r[o]=te.get(i,"display")||null,r[o]||(i.style.display="")),""===i.style.display&&fe(i)&&(r[o]=ge(i))):"none"!==n&&(r[o]="none",te.set(i,"display",n)));for(o=0;o<a;o++)null!=r[o]&&(e[o].style.display=r[o]);return e}x.fn.extend({show:function(){return me(this,!0)},hide:function(){return me(this)},toggle:function(e){return"boolean"===typeof e?e?this.show():this.hide():this.each((function(){fe(this)?x(this).show():x(this).hide()}))}});var ve=/^(?:checkbox|radio)$/i,ye=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Be=/^$|^module$|\/(?:java|ecma)script/i;(function(){var e=B.createDocumentFragment(),t=e.appendChild(B.createElement("div")),n=B.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),t.appendChild(n),m.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="<textarea>x</textarea>",m.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue,t.innerHTML="<option></option>",m.option=!!t.lastChild})();var we={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function be(e,t){var n;return n="undefined"!==typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!==typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&T(e,t)?x.merge([e],n):n}function Ce(e,t){for(var n=0,i=e.length;n<i;n++)te.set(e[n],"globalEval",!t||te.get(t[n],"globalEval"))}we.tbody=we.tfoot=we.colgroup=we.caption=we.thead,we.th=we.td,m.option||(we.optgroup=we.option=[1,"<select multiple='multiple'>","</select>"]);var Ee=/<|&#?\w+;/;function xe(e,t,n,i,r){for(var o,a,s,A,l,u,c=t.createDocumentFragment(),h=[],f=0,d=e.length;f<d;f++)if(o=e[f],o||0===o)if("object"===C(o))x.merge(h,o.nodeType?[o]:o);else if(Ee.test(o)){a=a||c.appendChild(t.createElement("div")),s=(ye.exec(o)||["",""])[1].toLowerCase(),A=we[s]||we._default,a.innerHTML=A[1]+x.htmlPrefilter(o)+A[2],u=A[0];while(u--)a=a.lastChild;x.merge(h,a.childNodes),a=c.firstChild,a.textContent=""}else h.push(t.createTextNode(o));c.textContent="",f=0;while(o=h[f++])if(i&&x.inArray(o,i)>-1)r&&r.push(o);else if(l=ce(o),a=be(c.appendChild(o),"script"),l&&Ce(a),n){u=0;while(o=a[u++])Be.test(o.type||"")&&n.push(o)}return c}var Qe=/^key/,_e=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Fe=/^([^.]*)(?:\.(.+)|)/;function Ue(){return!0}function Se(){return!1}function Te(e,t){return e===He()===("focus"===t)}function He(){try{return B.activeElement}catch(e){}}function Me(e,t,n,i,r,o){var a,s;if("object"===typeof t){for(s in"string"!==typeof n&&(i=i||n,n=void 0),t)Me(e,s,n,i,t[s],o);return e}if(null==i&&null==r?(r=n,i=n=void 0):null==r&&("string"===typeof n?(r=i,i=void 0):(r=i,i=n,n=void 0)),!1===r)r=Se;else if(!r)return e;return 1===o&&(a=r,r=function(e){return x().off(e),a.apply(this,arguments)},r.guid=a.guid||(a.guid=x.guid++)),e.each((function(){x.event.add(this,t,r,i,n)}))}function Oe(e,t,n){n?(te.set(e,t,!1),x.event.add(e,t,{namespace:!1,handler:function(e){var i,r,o=te.get(this,t);if(1&e.isTrigger&&this[t]){if(o.length)(x.event.special[t]||{}).delegateType&&e.stopPropagation();else if(o=A.call(arguments),te.set(this,t,o),i=n(this,t),this[t](),r=te.get(this,t),o!==r||i?te.set(this,t,!1):r={},o!==r)return e.stopImmediatePropagation(),e.preventDefault(),r.value}else o.length&&(te.set(this,t,{value:x.event.trigger(x.extend(o[0],x.Event.prototype),o.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===te.get(e,t)&&x.event.add(e,t,Ue)}x.event={global:{},add:function(e,t,n,i,r){var o,a,s,A,l,u,c,h,f,d,p,g=te.get(e);if(Z(e)){n.handler&&(o=n,n=o.handler,r=o.selector),r&&x.find.matchesSelector(ue,r),n.guid||(n.guid=x.guid++),(A=g.events)||(A=g.events=Object.create(null)),(a=g.handle)||(a=g.handle=function(t){return"undefined"!==typeof x&&x.event.triggered!==t.type?x.event.dispatch.apply(e,arguments):void 0}),t=(t||"").match(R)||[""],l=t.length;while(l--)s=Fe.exec(t[l])||[],f=p=s[1],d=(s[2]||"").split(".").sort(),f&&(c=x.event.special[f]||{},f=(r?c.delegateType:c.bindType)||f,c=x.event.special[f]||{},u=x.extend({type:f,origType:p,data:i,handler:n,guid:n.guid,selector:r,needsContext:r&&x.expr.match.needsContext.test(r),namespace:d.join(".")},o),(h=A[f])||(h=A[f]=[],h.delegateCount=0,c.setup&&!1!==c.setup.call(e,i,d,a)||e.addEventListener&&e.addEventListener(f,a)),c.add&&(c.add.call(e,u),u.handler.guid||(u.handler.guid=n.guid)),r?h.splice(h.delegateCount++,0,u):h.push(u),x.event.global[f]=!0)}},remove:function(e,t,n,i,r){var o,a,s,A,l,u,c,h,f,d,p,g=te.hasData(e)&&te.get(e);if(g&&(A=g.events)){t=(t||"").match(R)||[""],l=t.length;while(l--)if(s=Fe.exec(t[l])||[],f=p=s[1],d=(s[2]||"").split(".").sort(),f){c=x.event.special[f]||{},f=(i?c.delegateType:c.bindType)||f,h=A[f]||[],s=s[2]&&new RegExp("(^|\\.)"+d.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=h.length;while(o--)u=h[o],!r&&p!==u.origType||n&&n.guid!==u.guid||s&&!s.test(u.namespace)||i&&i!==u.selector&&("**"!==i||!u.selector)||(h.splice(o,1),u.selector&&h.delegateCount--,c.remove&&c.remove.call(e,u));a&&!h.length&&(c.teardown&&!1!==c.teardown.call(e,d,g.handle)||x.removeEvent(e,f,g.handle),delete A[f])}else for(f in A)x.event.remove(e,f+t[l],n,i,!0);x.isEmptyObject(A)&&te.remove(e,"handle events")}},dispatch:function(e){var t,n,i,r,o,a,s=new Array(arguments.length),A=x.event.fix(e),l=(te.get(this,"events")||Object.create(null))[A.type]||[],u=x.event.special[A.type]||{};for(s[0]=A,t=1;t<arguments.length;t++)s[t]=arguments[t];if(A.delegateTarget=this,!u.preDispatch||!1!==u.preDispatch.call(this,A)){a=x.event.handlers.call(this,A,l),t=0;while((r=a[t++])&&!A.isPropagationStopped()){A.currentTarget=r.elem,n=0;while((o=r.handlers[n++])&&!A.isImmediatePropagationStopped())A.rnamespace&&!1!==o.namespace&&!A.rnamespace.test(o.namespace)||(A.handleObj=o,A.data=o.data,i=((x.event.special[o.origType]||{}).handle||o.handler).apply(r.elem,s),void 0!==i&&!1===(A.result=i)&&(A.preventDefault(),A.stopPropagation()))}return u.postDispatch&&u.postDispatch.call(this,A),A.result}},handlers:function(e,t){var n,i,r,o,a,s=[],A=t.delegateCount,l=e.target;if(A&&l.nodeType&&!("click"===e.type&&e.button>=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<A;n++)i=t[n],r=i.selector+" ",void 0===a[r]&&(a[r]=i.needsContext?x(r,this).index(l)>-1:x.find(r,this,null,[l]).length),a[r]&&o.push(i);o.length&&s.push({elem:l,handlers:o})}return l=this,A<t.length&&s.push({elem:l,handlers:t.slice(A)}),s},addProp:function(e,t){Object.defineProperty(x.Event.prototype,e,{enumerable:!0,configurable:!0,get:v(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[x.expando]?e:new x.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return ve.test(t.type)&&t.click&&T(t,"input")&&Oe(t,"click",Ue),!1},trigger:function(e){var t=this||e;return ve.test(t.type)&&t.click&&T(t,"input")&&Oe(t,"click"),!0},_default:function(e){var t=e.target;return ve.test(t.type)&&t.click&&T(t,"input")&&te.get(t,"click")||T(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},x.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},x.Event=function(e,t){if(!(this instanceof x.Event))return new x.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ue:Se,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&x.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[x.expando]=!0},x.Event.prototype={constructor:x.Event,isDefaultPrevented:Se,isPropagationStopped:Se,isImmediatePropagationStopped:Se,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ue,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ue,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ue,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},x.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&Qe.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&_e.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},x.event.addProp),x.each({focus:"focusin",blur:"focusout"},(function(e,t){x.event.special[e]={setup:function(){return Oe(this,e,Te),!1},trigger:function(){return Oe(this,e),!0},delegateType:t}})),x.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(e,t){x.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,i=this,r=e.relatedTarget,o=e.handleObj;return r&&(r===i||x.contains(i,r))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}})),x.fn.extend({on:function(e,t,n,i){return Me(this,e,t,n,i)},one:function(e,t,n,i){return Me(this,e,t,n,i,1)},off:function(e,t,n){var i,r;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,x(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"===typeof e){for(r in e)this.off(r,t,e[r]);return this}return!1!==t&&"function"!==typeof t||(n=t,t=void 0),!1===n&&(n=Se),this.each((function(){x.event.remove(this,e,n,t)}))}});var De=/<script|<style|<link/i,Ne=/checked\s*(?:[^=]|=\s*.checked.)/i,ke=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Ie(e,t){return T(e,"table")&&T(11!==t.nodeType?t:t.firstChild,"tr")&&x(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,i,r,o,a,s,A;if(1===t.nodeType){if(te.hasData(e)&&(o=te.get(e),A=o.events,A))for(r in te.remove(t,"handle events"),A)for(n=0,i=A[r].length;n<i;n++)x.event.add(t,r,A[r][n]);ne.hasData(e)&&(a=ne.access(e),s=x.extend({},a),ne.set(t,s))}}function Ke(e,t){var n=t.nodeName.toLowerCase();"input"===n&&ve.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function Ve(e,t,n,i){t=l(t);var r,o,a,s,A,u,c=0,h=e.length,f=h-1,d=t[0],p=v(d);if(p||h>1&&"string"===typeof d&&!m.checkClone&&Ne.test(d))return e.each((function(r){var o=e.eq(r);p&&(t[0]=d.call(this,r,o.html())),Ve(o,t,n,i)}));if(h&&(r=xe(t,e[0].ownerDocument,!1,e,i),o=r.firstChild,1===r.childNodes.length&&(r=o),o||i)){for(a=x.map(be(r,"script"),Pe),s=a.length;c<h;c++)A=r,c!==f&&(A=x.clone(A,!0,!0),s&&x.merge(a,be(A,"script"))),n.call(e[c],A,c);if(s)for(u=a[a.length-1].ownerDocument,x.map(a,Re),c=0;c<s;c++)A=a[c],Be.test(A.type||"")&&!te.access(A,"globalEval")&&x.contains(u,A)&&(A.src&&"module"!==(A.type||"").toLowerCase()?x._evalUrl&&!A.noModule&&x._evalUrl(A.src,{nonce:A.nonce||A.getAttribute("nonce")},u):b(A.textContent.replace(ke,""),A,u))}return e}function ze(e,t,n){for(var i,r=t?x.filter(t,e):e,o=0;null!=(i=r[o]);o++)n||1!==i.nodeType||x.cleanData(be(i)),i.parentNode&&(n&&ce(i)&&Ce(be(i,"script")),i.parentNode.removeChild(i));return e}x.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var i,r,o,a,s=e.cloneNode(!0),A=ce(e);if(!m.noCloneChecked&&(1===e.nodeType||11===e.nodeType)&&!x.isXMLDoc(e))for(a=be(s),o=be(e),i=0,r=o.length;i<r;i++)Ke(o[i],a[i]);if(t)if(n)for(o=o||be(e),a=a||be(s),i=0,r=o.length;i<r;i++)Le(o[i],a[i]);else Le(e,s);return a=be(s,"script"),a.length>0&&Ce(a,!A&&be(e,"script")),s},cleanData:function(e){for(var t,n,i,r=x.event.special,o=0;void 0!==(n=e[o]);o++)if(Z(n)){if(t=n[te.expando]){if(t.events)for(i in t.events)r[i]?x.event.remove(n,i):x.removeEvent(n,i,t.handle);n[te.expando]=void 0}n[ne.expando]&&(n[ne.expando]=void 0)}}}),x.fn.extend({detach:function(e){return ze(this,e,!0)},remove:function(e){return ze(this,e)},text:function(e){return X(this,(function(e){return void 0===e?x.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return Ve(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Ie(this,e);t.appendChild(e)}}))},prepend:function(){return Ve(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Ie(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return Ve(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return Ve(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(x.cleanData(be(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return x.clone(this,e,t)}))},html:function(e){return X(this,(function(e){var t=this[0]||{},n=0,i=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"===typeof e&&!De.test(e)&&!we[(ye.exec(e)||["",""])[1].toLowerCase()]){e=x.htmlPrefilter(e);try{for(;n<i;n++)t=this[n]||{},1===t.nodeType&&(x.cleanData(be(t,!1)),t.innerHTML=e);t=0}catch(r){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=[];return Ve(this,arguments,(function(t){var n=this.parentNode;x.inArray(this,e)<0&&(x.cleanData(be(this)),n&&n.replaceChild(t,this))}),e)}}),x.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(e,t){x.fn[e]=function(e){for(var n,i=[],r=x(e),o=r.length-1,a=0;a<=o;a++)n=a===o?this:this.clone(!0),x(r[a])[t](n),u.apply(i,n.get());return this.pushStack(i)}}));var je=new RegExp("^("+se+")(?!px)[a-z%]+$","i"),$e=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=n),t.getComputedStyle(e)},We=function(e,t,n){var i,r,o={};for(r in t)o[r]=e.style[r],e.style[r]=t[r];for(r in i=n.call(e),t)e.style[r]=o[r];return i},Xe=new RegExp(le.join("|"),"i");function Ge(e,t,n){var i,r,o,a,s=e.style;return n=n||$e(e),n&&(a=n.getPropertyValue(t)||n[t],""!==a||ce(e)||(a=x.style(e,t)),!m.pixelBoxStyles()&&je.test(a)&&Xe.test(t)&&(i=s.width,r=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=i,s.minWidth=r,s.maxWidth=o)),void 0!==a?a+"":a}function Ye(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}(function(){function e(){if(u){l.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",u.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ue.appendChild(l).appendChild(u);var e=n.getComputedStyle(u);i="1%"!==e.top,A=12===t(e.marginLeft),u.style.right="60%",a=36===t(e.right),r=36===t(e.width),u.style.position="absolute",o=12===t(u.offsetWidth/3),ue.removeChild(l),u=null}}function t(e){return Math.round(parseFloat(e))}var i,r,o,a,s,A,l=B.createElement("div"),u=B.createElement("div");u.style&&(u.style.backgroundClip="content-box",u.cloneNode(!0).style.backgroundClip="",m.clearCloneStyle="content-box"===u.style.backgroundClip,x.extend(m,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),a},pixelPosition:function(){return e(),i},reliableMarginLeft:function(){return e(),A},scrollboxSize:function(){return e(),o},reliableTrDimensions:function(){var e,t,i,r;return null==s&&(e=B.createElement("table"),t=B.createElement("tr"),i=B.createElement("div"),e.style.cssText="position:absolute;left:-11111px",t.style.height="1px",i.style.height="9px",ue.appendChild(e).appendChild(t).appendChild(i),r=n.getComputedStyle(t),s=parseInt(r.height)>3,ue.removeChild(e)),s}}))})();var Je=["Webkit","Moz","ms"],qe=B.createElement("div").style,Ze={};function et(e){var t=e[0].toUpperCase()+e.slice(1),n=Je.length;while(n--)if(e=Je[n]+t,e in qe)return e}function tt(e){var t=x.cssProps[e]||Ze[e];return t||(e in qe?e:Ze[e]=et(e)||e)}var nt=/^(none|table(?!-c[ea]).+)/,it=/^--/,rt={position:"absolute",visibility:"hidden",display:"block"},ot={letterSpacing:"0",fontWeight:"400"};function at(e,t,n){var i=Ae.exec(t);return i?Math.max(0,i[2]-(n||0))+(i[3]||"px"):t}function st(e,t,n,i,r,o){var a="width"===t?1:0,s=0,A=0;if(n===(i?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(A+=x.css(e,n+le[a],!0,r)),i?("content"===n&&(A-=x.css(e,"padding"+le[a],!0,r)),"margin"!==n&&(A-=x.css(e,"border"+le[a]+"Width",!0,r))):(A+=x.css(e,"padding"+le[a],!0,r),"padding"!==n?A+=x.css(e,"border"+le[a]+"Width",!0,r):s+=x.css(e,"border"+le[a]+"Width",!0,r));return!i&&o>=0&&(A+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-A-s-.5))||0),A}function At(e,t,n){var i=$e(e),r=!m.boxSizingReliable()||n,o=r&&"border-box"===x.css(e,"boxSizing",!1,i),a=o,s=Ge(e,t,i),A="offset"+t[0].toUpperCase()+t.slice(1);if(je.test(s)){if(!n)return s;s="auto"}return(!m.boxSizingReliable()&&o||!m.reliableTrDimensions()&&T(e,"tr")||"auto"===s||!parseFloat(s)&&"inline"===x.css(e,"display",!1,i))&&e.getClientRects().length&&(o="border-box"===x.css(e,"boxSizing",!1,i),a=A in e,a&&(s=e[A])),s=parseFloat(s)||0,s+st(e,t,n||(o?"border":"content"),a,i,s)+"px"}function lt(e,t,n,i,r){return new lt.prototype.init(e,t,n,i,r)}x.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Ge(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var r,o,a,s=q(t),A=it.test(t),l=e.style;if(A||(t=tt(s)),a=x.cssHooks[t]||x.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(r=a.get(e,!1,i))?r:l[t];o=typeof n,"string"===o&&(r=Ae.exec(n))&&r[1]&&(n=de(e,t,r),o="number"),null!=n&&n===n&&("number"!==o||A||(n+=r&&r[3]||(x.cssNumber[s]?"":"px")),m.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,i))||(A?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,i){var r,o,a,s=q(t),A=it.test(t);return A||(t=tt(s)),a=x.cssHooks[t]||x.cssHooks[s],a&&"get"in a&&(r=a.get(e,!0,n)),void 0===r&&(r=Ge(e,t,i)),"normal"===r&&t in ot&&(r=ot[t]),""===n||n?(o=parseFloat(r),!0===n||isFinite(o)?o||0:r):r}}),x.each(["height","width"],(function(e,t){x.cssHooks[t]={get:function(e,n,i){if(n)return!nt.test(x.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?At(e,t,i):We(e,rt,(function(){return At(e,t,i)}))},set:function(e,n,i){var r,o=$e(e),a=!m.scrollboxSize()&&"absolute"===o.position,s=a||i,A=s&&"border-box"===x.css(e,"boxSizing",!1,o),l=i?st(e,t,i,A,o):0;return A&&a&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-st(e,t,"border",!1,o)-.5)),l&&(r=Ae.exec(n))&&"px"!==(r[3]||"px")&&(e.style[t]=n,n=x.css(e,t)),at(e,n,l)}}})),x.cssHooks.marginLeft=Ye(m.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Ge(e,"marginLeft"))||e.getBoundingClientRect().left-We(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),x.each({margin:"",padding:"",border:"Width"},(function(e,t){x.cssHooks[e+t]={expand:function(n){for(var i=0,r={},o="string"===typeof n?n.split(" "):[n];i<4;i++)r[e+le[i]+t]=o[i]||o[i-2]||o[0];return r}},"margin"!==e&&(x.cssHooks[e+t].set=at)})),x.fn.extend({css:function(e,t){return X(this,(function(e,t,n){var i,r,o={},a=0;if(Array.isArray(t)){for(i=$e(e),r=t.length;a<r;a++)o[t[a]]=x.css(e,t[a],!1,i);return o}return void 0!==n?x.style(e,t,n):x.css(e,t)}),e,t,arguments.length>1)}}),x.Tween=lt,lt.prototype={constructor:lt,init:function(e,t,n,i,r,o){this.elem=e,this.prop=n,this.easing=r||x.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=o||(x.cssNumber[n]?"":"px")},cur:function(){var e=lt.propHooks[this.prop];return e&&e.get?e.get(this):lt.propHooks._default.get(this)},run:function(e){var t,n=lt.propHooks[this.prop];return this.options.duration?this.pos=t=x.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):lt.propHooks._default.set(this),this}},lt.prototype.init.prototype=lt.prototype,lt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=x.css(e.elem,e.prop,""),t&&"auto"!==t?t:0)},set:function(e){x.fx.step[e.prop]?x.fx.step[e.prop](e):1!==e.elem.nodeType||!x.cssHooks[e.prop]&&null==e.elem.style[tt(e.prop)]?e.elem[e.prop]=e.now:x.style(e.elem,e.prop,e.now+e.unit)}}},lt.propHooks.scrollTop=lt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},x.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},x.fx=lt.prototype.init,x.fx.step={};var ut,ct,ht=/^(?:toggle|show|hide)$/,ft=/queueHooks$/;function dt(){ct&&(!1===B.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(dt):n.setTimeout(dt,x.fx.interval),x.fx.tick())}function pt(){return n.setTimeout((function(){ut=void 0})),ut=Date.now()}function gt(e,t){var n,i=0,r={height:e};for(t=t?1:0;i<4;i+=2-t)n=le[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function mt(e,t,n){for(var i,r=(Bt.tweeners[t]||[]).concat(Bt.tweeners["*"]),o=0,a=r.length;o<a;o++)if(i=r[o].call(n,t,e))return i}function vt(e,t,n){var i,r,o,a,s,A,l,u,c="width"in t||"height"in t,h=this,f={},d=e.style,p=e.nodeType&&fe(e),g=te.get(e,"fxshow");for(i in n.queue||(a=x._queueHooks(e,"fx"),null==a.unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,h.always((function(){h.always((function(){a.unqueued--,x.queue(e,"fx").length||a.empty.fire()}))}))),t)if(r=t[i],ht.test(r)){if(delete t[i],o=o||"toggle"===r,r===(p?"hide":"show")){if("show"!==r||!g||void 0===g[i])continue;p=!0}f[i]=g&&g[i]||x.style(e,i)}if(A=!x.isEmptyObject(t),A||!x.isEmptyObject(f))for(i in c&&1===e.nodeType&&(n.overflow=[d.overflow,d.overflowX,d.overflowY],l=g&&g.display,null==l&&(l=te.get(e,"display")),u=x.css(e,"display"),"none"===u&&(l?u=l:(me([e],!0),l=e.style.display||l,u=x.css(e,"display"),me([e]))),("inline"===u||"inline-block"===u&&null!=l)&&"none"===x.css(e,"float")&&(A||(h.done((function(){d.display=l})),null==l&&(u=d.display,l="none"===u?"":u)),d.display="inline-block")),n.overflow&&(d.overflow="hidden",h.always((function(){d.overflow=n.overflow[0],d.overflowX=n.overflow[1],d.overflowY=n.overflow[2]}))),A=!1,f)A||(g?"hidden"in g&&(p=g.hidden):g=te.access(e,"fxshow",{display:l}),o&&(g.hidden=!p),p&&me([e],!0),h.done((function(){for(i in p||me([e]),te.remove(e,"fxshow"),f)x.style(e,i,f[i])}))),A=mt(p?g[i]:0,i,h),i in g||(g[i]=A.start,p&&(A.end=A.start,A.start=0))}function yt(e,t){var n,i,r,o,a;for(n in e)if(i=q(n),r=t[i],o=e[n],Array.isArray(o)&&(r=o[1],o=e[n]=o[0]),n!==i&&(e[i]=o,delete e[n]),a=x.cssHooks[i],a&&"expand"in a)for(n in o=a.expand(o),delete e[i],o)n in e||(e[n]=o[n],t[n]=r);else t[i]=r}function Bt(e,t,n){var i,r,o=0,a=Bt.prefilters.length,s=x.Deferred().always((function(){delete A.elem})),A=function(){if(r)return!1;for(var t=ut||pt(),n=Math.max(0,l.startTime+l.duration-t),i=n/l.duration||0,o=1-i,a=0,A=l.tweens.length;a<A;a++)l.tweens[a].run(o);return s.notifyWith(e,[l,o,n]),o<1&&A?n:(A||s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:x.extend({},t),opts:x.extend(!0,{specialEasing:{},easing:x.easing._default},n),originalProperties:t,originalOptions:n,startTime:ut||pt(),duration:n.duration,tweens:[],createTween:function(t,n){var i=x.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(i),i},stop:function(t){var n=0,i=t?l.tweens.length:0;if(r)return this;for(r=!0;n<i;n++)l.tweens[n].run(1);return t?(s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l,t])):s.rejectWith(e,[l,t]),this}}),u=l.props;for(yt(u,l.opts.specialEasing);o<a;o++)if(i=Bt.prefilters[o].call(l,e,u,l.opts),i)return v(i.stop)&&(x._queueHooks(l.elem,l.opts.queue).stop=i.stop.bind(i)),i;return x.map(u,mt,l),v(l.opts.start)&&l.opts.start.call(e,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),x.fx.timer(x.extend(A,{elem:e,anim:l,queue:l.opts.queue})),l}x.Animation=x.extend(Bt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return de(n.elem,e,Ae.exec(t),n),n}]},tweener:function(e,t){v(e)?(t=e,e=["*"]):e=e.match(R);for(var n,i=0,r=e.length;i<r;i++)n=e[i],Bt.tweeners[n]=Bt.tweeners[n]||[],Bt.tweeners[n].unshift(t)},prefilters:[vt],prefilter:function(e,t){t?Bt.prefilters.unshift(e):Bt.prefilters.push(e)}}),x.speed=function(e,t,n){var i=e&&"object"===typeof e?x.extend({},e):{complete:n||!n&&t||v(e)&&e,duration:e,easing:n&&t||t&&!v(t)&&t};return x.fx.off?i.duration=0:"number"!==typeof i.duration&&(i.duration in x.fx.speeds?i.duration=x.fx.speeds[i.duration]:i.duration=x.fx.speeds._default),null!=i.queue&&!0!==i.queue||(i.queue="fx"),i.old=i.complete,i.complete=function(){v(i.old)&&i.old.call(this),i.queue&&x.dequeue(this,i.queue)},i},x.fn.extend({fadeTo:function(e,t,n,i){return this.filter(fe).css("opacity",0).show().end().animate({opacity:t},e,n,i)},animate:function(e,t,n,i){var r=x.isEmptyObject(e),o=x.speed(t,n,i),a=function(){var t=Bt(this,x.extend({},e),o);(r||te.get(this,"finish"))&&t.stop(!0)};return a.finish=a,r||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(e,t,n){var i=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!==typeof e&&(n=t,t=e,e=void 0),t&&this.queue(e||"fx",[]),this.each((function(){var t=!0,r=null!=e&&e+"queueHooks",o=x.timers,a=te.get(this);if(r)a[r]&&a[r].stop&&i(a[r]);else for(r in a)a[r]&&a[r].stop&&ft.test(r)&&i(a[r]);for(r=o.length;r--;)o[r].elem!==this||null!=e&&o[r].queue!==e||(o[r].anim.stop(n),t=!1,o.splice(r,1));!t&&n||x.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||"fx"),this.each((function(){var t,n=te.get(this),i=n[e+"queue"],r=n[e+"queueHooks"],o=x.timers,a=i?i.length:0;for(n.finish=!0,x.queue(this,e,[]),r&&r.stop&&r.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<a;t++)i[t]&&i[t].finish&&i[t].finish.call(this);delete n.finish}))}}),x.each(["toggle","show","hide"],(function(e,t){var n=x.fn[t];x.fn[t]=function(e,i,r){return null==e||"boolean"===typeof e?n.apply(this,arguments):this.animate(gt(t,!0),e,i,r)}})),x.each({slideDown:gt("show"),slideUp:gt("hide"),slideToggle:gt("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(e,t){x.fn[e]=function(e,n,i){return this.animate(t,e,n,i)}})),x.timers=[],x.fx.tick=function(){var e,t=0,n=x.timers;for(ut=Date.now();t<n.length;t++)e=n[t],e()||n[t]!==e||n.splice(t--,1);n.length||x.fx.stop(),ut=void 0},x.fx.timer=function(e){x.timers.push(e),x.fx.start()},x.fx.interval=13,x.fx.start=function(){ct||(ct=!0,dt())},x.fx.stop=function(){ct=null},x.fx.speeds={slow:600,fast:200,_default:400},x.fn.delay=function(e,t){return e=x.fx&&x.fx.speeds[e]||e,t=t||"fx",this.queue(t,(function(t,i){var r=n.setTimeout(t,e);i.stop=function(){n.clearTimeout(r)}}))},function(){var e=B.createElement("input"),t=B.createElement("select"),n=t.appendChild(B.createElement("option"));e.type="checkbox",m.checkOn=""!==e.value,m.optSelected=n.selected,e=B.createElement("input"),e.value="t",e.type="radio",m.radioValue="t"===e.value}();var wt,bt=x.expr.attrHandle;x.fn.extend({attr:function(e,t){return X(this,x.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){x.removeAttr(this,e)}))}}),x.extend({attr:function(e,t,n){var i,r,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"===typeof e.getAttribute?x.prop(e,t,n):(1===o&&x.isXMLDoc(e)||(r=x.attrHooks[t.toLowerCase()]||(x.expr.match.bool.test(t)?wt:void 0)),void 0!==n?null===n?void x.removeAttr(e,t):r&&"set"in r&&void 0!==(i=r.set(e,n,t))?i:(e.setAttribute(t,n+""),n):r&&"get"in r&&null!==(i=r.get(e,t))?i:(i=x.find.attr(e,t),null==i?void 0:i))},attrHooks:{type:{set:function(e,t){if(!m.radioValue&&"radio"===t&&T(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,i=0,r=t&&t.match(R);if(r&&1===e.nodeType)while(n=r[i++])e.removeAttribute(n)}}),wt={set:function(e,t,n){return!1===t?x.removeAttr(e,n):e.setAttribute(n,n),n}},x.each(x.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=bt[t]||x.find.attr;bt[t]=function(e,t,i){var r,o,a=t.toLowerCase();return i||(o=bt[a],bt[a]=r,r=null!=n(e,t,i)?a:null,bt[a]=o),r}}));var Ct=/^(?:input|select|textarea|button)$/i,Et=/^(?:a|area)$/i;function xt(e){var t=e.match(R)||[];return t.join(" ")}function Qt(e){return e.getAttribute&&e.getAttribute("class")||""}function _t(e){return Array.isArray(e)?e:"string"===typeof e&&e.match(R)||[]}x.fn.extend({prop:function(e,t){return X(this,x.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[x.propFix[e]||e]}))}}),x.extend({prop:function(e,t,n){var i,r,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&x.isXMLDoc(e)||(t=x.propFix[t]||t,r=x.propHooks[t]),void 0!==n?r&&"set"in r&&void 0!==(i=r.set(e,n,t))?i:e[t]=n:r&&"get"in r&&null!==(i=r.get(e,t))?i:e[t]},propHooks:{tabIndex:{get:function(e){var t=x.find.attr(e,"tabindex");return t?parseInt(t,10):Ct.test(e.nodeName)||Et.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),m.optSelected||(x.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),x.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){x.propFix[this.toLowerCase()]=this})),x.fn.extend({addClass:function(e){var t,n,i,r,o,a,s,A=0;if(v(e))return this.each((function(t){x(this).addClass(e.call(this,t,Qt(this)))}));if(t=_t(e),t.length)while(n=this[A++])if(r=Qt(n),i=1===n.nodeType&&" "+xt(r)+" ",i){a=0;while(o=t[a++])i.indexOf(" "+o+" ")<0&&(i+=o+" ");s=xt(i),r!==s&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,i,r,o,a,s,A=0;if(v(e))return this.each((function(t){x(this).removeClass(e.call(this,t,Qt(this)))}));if(!arguments.length)return this.attr("class","");if(t=_t(e),t.length)while(n=this[A++])if(r=Qt(n),i=1===n.nodeType&&" "+xt(r)+" ",i){a=0;while(o=t[a++])while(i.indexOf(" "+o+" ")>-1)i=i.replace(" "+o+" "," ");s=xt(i),r!==s&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,i="string"===n||Array.isArray(e);return"boolean"===typeof t&&i?t?this.addClass(e):this.removeClass(e):v(e)?this.each((function(n){x(this).toggleClass(e.call(this,n,Qt(this),t),t)})):this.each((function(){var t,r,o,a;if(i){r=0,o=x(this),a=_t(e);while(t=a[r++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||(t=Qt(this),t&&te.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":te.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,i=0;t=" "+e+" ";while(n=this[i++])if(1===n.nodeType&&(" "+xt(Qt(n))+" ").indexOf(t)>-1)return!0;return!1}});var Ft=/\r/g;x.fn.extend({val:function(e){var t,n,i,r=this[0];return arguments.length?(i=v(e),this.each((function(n){var r;1===this.nodeType&&(r=i?e.call(this,n,x(this).val()):e,null==r?r="":"number"===typeof r?r+="":Array.isArray(r)&&(r=x.map(r,(function(e){return null==e?"":e+""}))),t=x.valHooks[this.type]||x.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&void 0!==t.set(this,r,"value")||(this.value=r))}))):r?(t=x.valHooks[r.type]||x.valHooks[r.nodeName.toLowerCase()],t&&"get"in t&&void 0!==(n=t.get(r,"value"))?n:(n=r.value,"string"===typeof n?n.replace(Ft,""):null==n?"":n)):void 0}}),x.extend({valHooks:{option:{get:function(e){var t=x.find.attr(e,"value");return null!=t?t:xt(x.text(e))}},select:{get:function(e){var t,n,i,r=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],A=a?o+1:r.length;for(i=o<0?A:a?o:0;i<A;i++)if(n=r[i],(n.selected||i===o)&&!n.disabled&&(!n.parentNode.disabled||!T(n.parentNode,"optgroup"))){if(t=x(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,i,r=e.options,o=x.makeArray(t),a=r.length;while(a--)i=r[a],(i.selected=x.inArray(x.valHooks.option.get(i),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),x.each(["radio","checkbox"],(function(){x.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=x.inArray(x(e).val(),t)>-1}},m.checkOn||(x.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),m.focusin="onfocusin"in n;var Ut=/^(?:focusinfocus|focusoutblur)$/,St=function(e){e.stopPropagation()};x.extend(x.event,{trigger:function(e,t,i,r){var o,a,s,A,l,u,c,h,f=[i||B],p=d.call(e,"type")?e.type:e,g=d.call(e,"namespace")?e.namespace.split("."):[];if(a=h=s=i=i||B,3!==i.nodeType&&8!==i.nodeType&&!Ut.test(p+x.event.triggered)&&(p.indexOf(".")>-1&&(g=p.split("."),p=g.shift(),g.sort()),l=p.indexOf(":")<0&&"on"+p,e=e[x.expando]?e:new x.Event(p,"object"===typeof e&&e),e.isTrigger=r?2:3,e.namespace=g.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=i),t=null==t?[e]:x.makeArray(t,[e]),c=x.event.special[p]||{},r||!c.trigger||!1!==c.trigger.apply(i,t))){if(!r&&!c.noBubble&&!y(i)){for(A=c.delegateType||p,Ut.test(A+p)||(a=a.parentNode);a;a=a.parentNode)f.push(a),s=a;s===(i.ownerDocument||B)&&f.push(s.defaultView||s.parentWindow||n)}o=0;while((a=f[o++])&&!e.isPropagationStopped())h=a,e.type=o>1?A:c.bindType||p,u=(te.get(a,"events")||Object.create(null))[e.type]&&te.get(a,"handle"),u&&u.apply(a,t),u=l&&a[l],u&&u.apply&&Z(a)&&(e.result=u.apply(a,t),!1===e.result&&e.preventDefault());return e.type=p,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(f.pop(),t)||!Z(i)||l&&v(i[p])&&!y(i)&&(s=i[l],s&&(i[l]=null),x.event.triggered=p,e.isPropagationStopped()&&h.addEventListener(p,St),i[p](),e.isPropagationStopped()&&h.removeEventListener(p,St),x.event.triggered=void 0,s&&(i[l]=s)),e.result}},simulate:function(e,t,n){var i=x.extend(new x.Event,n,{type:e,isSimulated:!0});x.event.trigger(i,null,t)}}),x.fn.extend({trigger:function(e,t){return this.each((function(){x.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return x.event.trigger(e,t,n,!0)}}),m.focusin||x.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){x.event.simulate(t,e.target,x.event.fix(e))};x.event.special[t]={setup:function(){var i=this.ownerDocument||this.document||this,r=te.access(i,t);r||i.addEventListener(e,n,!0),te.access(i,t,(r||0)+1)},teardown:function(){var i=this.ownerDocument||this.document||this,r=te.access(i,t)-1;r?te.access(i,t,r):(i.removeEventListener(e,n,!0),te.remove(i,t))}}}));var Tt=n.location,Ht={guid:Date.now()},Mt=/\?/;x.parseXML=function(e){var t;if(!e||"string"!==typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,"text/xml")}catch(i){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||x.error("Invalid XML: "+e),t};var Ot=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,kt=/^(?:input|select|textarea|keygen)/i;function It(e,t,n,i){var r;if(Array.isArray(t))x.each(t,(function(t,r){n||Ot.test(e)?i(e,r):It(e+"["+("object"===typeof r&&null!=r?t:"")+"]",r,n,i)}));else if(n||"object"!==C(t))i(e,t);else for(r in t)It(e+"["+r+"]",t[r],n,i)}x.param=function(e,t){var n,i=[],r=function(e,t){var n=v(t)?t():t;i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!x.isPlainObject(e))x.each(e,(function(){r(this.name,this.value)}));else for(n in e)It(n,e[n],t,r);return i.join("&")},x.fn.extend({serialize:function(){return x.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=x.prop(this,"elements");return e?x.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!x(this).is(":disabled")&&kt.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!ve.test(e))})).map((function(e,t){var n=x(this).val();return null==n?null:Array.isArray(n)?x.map(n,(function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}})):{name:t.name,value:n.replace(Dt,"\r\n")}})).get()}});var Pt=/%20/g,Rt=/#.*$/,Lt=/([?&])_=[^&]*/,Kt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Vt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,zt=/^(?:GET|HEAD)$/,jt=/^\/\//,$t={},Wt={},Xt="*/".concat("*"),Gt=B.createElement("a");function Yt(e){return function(t,n){"string"!==typeof t&&(n=t,t="*");var i,r=0,o=t.toLowerCase().match(R)||[];if(v(n))while(i=o[r++])"+"===i[0]?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function Jt(e,t,n,i){var r={},o=e===Wt;function a(s){var A;return r[s]=!0,x.each(e[s]||[],(function(e,s){var l=s(t,n,i);return"string"!==typeof l||o||r[l]?o?!(A=l):void 0:(t.dataTypes.unshift(l),a(l),!1)})),A}return a(t.dataTypes[0])||!r["*"]&&a("*")}function qt(e,t){var n,i,r=x.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((r[n]?e:i||(i={}))[n]=t[n]);return i&&x.extend(!0,e,i),e}function Zt(e,t,n){var i,r,o,a,s=e.contents,A=e.dataTypes;while("*"===A[0])A.shift(),void 0===i&&(i=e.mimeType||t.getResponseHeader("Content-Type"));if(i)for(r in s)if(s[r]&&s[r].test(i)){A.unshift(r);break}if(A[0]in n)o=A[0];else{for(r in n){if(!A[0]||e.converters[r+" "+A[0]]){o=r;break}a||(a=r)}o=o||a}if(o)return o!==A[0]&&A.unshift(o),n[o]}function en(e,t,n,i){var r,o,a,s,A,l={},u=e.dataTypes.slice();if(u[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=u.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!A&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),A=o,o=u.shift(),o)if("*"===o)o=A;else if("*"!==A&&A!==o){if(a=l[A+" "+o]||l["* "+o],!a)for(r in l)if(s=r.split(" "),s[1]===o&&(a=l[A+" "+s[0]]||l["* "+s[0]],a)){!0===a?a=l[r]:!0!==l[r]&&(o=s[0],u.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(c){return{state:"parsererror",error:a?c:"No conversion from "+A+" to "+o}}}return{state:"success",data:t}}Gt.href=Tt.href,x.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Tt.href,type:"GET",isLocal:Vt.test(Tt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Xt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":x.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?qt(qt(e,x.ajaxSettings),t):qt(x.ajaxSettings,e)},ajaxPrefilter:Yt($t),ajaxTransport:Yt(Wt),ajax:function(e,t){"object"===typeof e&&(t=e,e=void 0),t=t||{};var i,r,o,a,s,A,l,u,c,h,f=x.ajaxSetup({},t),d=f.context||f,p=f.context&&(d.nodeType||d.jquery)?x(d):x.event,g=x.Deferred(),m=x.Callbacks("once memory"),v=f.statusCode||{},y={},w={},b="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(l){if(!a){a={};while(t=Kt.exec(o))a[t[1].toLowerCase()+" "]=(a[t[1].toLowerCase()+" "]||[]).concat(t[2])}t=a[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return l?o:null},setRequestHeader:function(e,t){return null==l&&(e=w[e.toLowerCase()]=w[e.toLowerCase()]||e,y[e]=t),this},overrideMimeType:function(e){return null==l&&(f.mimeType=e),this},statusCode:function(e){var t;if(e)if(l)C.always(e[C.status]);else for(t in e)v[t]=[v[t],e[t]];return this},abort:function(e){var t=e||b;return i&&i.abort(t),E(0,t),this}};if(g.promise(C),f.url=((e||f.url||Tt.href)+"").replace(jt,Tt.protocol+"//"),f.type=t.method||t.type||f.method||f.type,f.dataTypes=(f.dataType||"*").toLowerCase().match(R)||[""],null==f.crossDomain){A=B.createElement("a");try{A.href=f.url,A.href=A.href,f.crossDomain=Gt.protocol+"//"+Gt.host!==A.protocol+"//"+A.host}catch(Q){f.crossDomain=!0}}if(f.data&&f.processData&&"string"!==typeof f.data&&(f.data=x.param(f.data,f.traditional)),Jt($t,f,t,C),l)return C;for(c in u=x.event&&f.global,u&&0===x.active++&&x.event.trigger("ajaxStart"),f.type=f.type.toUpperCase(),f.hasContent=!zt.test(f.type),r=f.url.replace(Rt,""),f.hasContent?f.data&&f.processData&&0===(f.contentType||"").indexOf("application/x-www-form-urlencoded")&&(f.data=f.data.replace(Pt,"+")):(h=f.url.slice(r.length),f.data&&(f.processData||"string"===typeof f.data)&&(r+=(Mt.test(r)?"&":"?")+f.data,delete f.data),!1===f.cache&&(r=r.replace(Lt,"$1"),h=(Mt.test(r)?"&":"?")+"_="+Ht.guid+++h),f.url=r+h),f.ifModified&&(x.lastModified[r]&&C.setRequestHeader("If-Modified-Since",x.lastModified[r]),x.etag[r]&&C.setRequestHeader("If-None-Match",x.etag[r])),(f.data&&f.hasContent&&!1!==f.contentType||t.contentType)&&C.setRequestHeader("Content-Type",f.contentType),C.setRequestHeader("Accept",f.dataTypes[0]&&f.accepts[f.dataTypes[0]]?f.accepts[f.dataTypes[0]]+("*"!==f.dataTypes[0]?", "+Xt+"; q=0.01":""):f.accepts["*"]),f.headers)C.setRequestHeader(c,f.headers[c]);if(f.beforeSend&&(!1===f.beforeSend.call(d,C,f)||l))return C.abort();if(b="abort",m.add(f.complete),C.done(f.success),C.fail(f.error),i=Jt(Wt,f,t,C),i){if(C.readyState=1,u&&p.trigger("ajaxSend",[C,f]),l)return C;f.async&&f.timeout>0&&(s=n.setTimeout((function(){C.abort("timeout")}),f.timeout));try{l=!1,i.send(y,E)}catch(Q){if(l)throw Q;E(-1,Q)}}else E(-1,"No Transport");function E(e,t,a,A){var c,h,y,B,w,b=t;l||(l=!0,s&&n.clearTimeout(s),i=void 0,o=A||"",C.readyState=e>0?4:0,c=e>=200&&e<300||304===e,a&&(B=Zt(f,C,a)),!c&&x.inArray("script",f.dataTypes)>-1&&(f.converters["text script"]=function(){}),B=en(f,B,C,c),c?(f.ifModified&&(w=C.getResponseHeader("Last-Modified"),w&&(x.lastModified[r]=w),w=C.getResponseHeader("etag"),w&&(x.etag[r]=w)),204===e||"HEAD"===f.type?b="nocontent":304===e?b="notmodified":(b=B.state,h=B.data,y=B.error,c=!y)):(y=b,!e&&b||(b="error",e<0&&(e=0))),C.status=e,C.statusText=(t||b)+"",c?g.resolveWith(d,[h,b,C]):g.rejectWith(d,[C,b,y]),C.statusCode(v),v=void 0,u&&p.trigger(c?"ajaxSuccess":"ajaxError",[C,f,c?h:y]),m.fireWith(d,[C,b]),u&&(p.trigger("ajaxComplete",[C,f]),--x.active||x.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return x.get(e,t,n,"json")},getScript:function(e,t){return x.get(e,void 0,t,"script")}}),x.each(["get","post"],(function(e,t){x[t]=function(e,n,i,r){return v(n)&&(r=r||i,i=n,n=void 0),x.ajax(x.extend({url:e,type:t,dataType:r,data:n,success:i},x.isPlainObject(e)&&e))}})),x.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),x._evalUrl=function(e,t,n){return x.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){x.globalEval(e,t,n)}})},x.fn.extend({wrapAll:function(e){var t;return this[0]&&(v(e)&&(e=e.call(this[0])),t=x(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return v(e)?this.each((function(t){x(this).wrapInner(e.call(this,t))})):this.each((function(){var t=x(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=v(e);return this.each((function(n){x(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){x(this).replaceWith(this.childNodes)})),this}}),x.expr.pseudos.hidden=function(e){return!x.expr.pseudos.visible(e)},x.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},x.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var tn={0:200,1223:204},nn=x.ajaxSettings.xhr();m.cors=!!nn&&"withCredentials"in nn,m.ajax=nn=!!nn,x.ajaxTransport((function(e){var t,i;if(m.cors||nn&&!e.crossDomain)return{send:function(r,o){var a,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(a in e.xhrFields)s[a]=e.xhrFields[a];for(a in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)s.setRequestHeader(a,r[a]);t=function(e){return function(){t&&(t=i=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!==typeof s.status?o(0,"error"):o(s.status,s.statusText):o(tn[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!==typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),i=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=i:s.onreadystatechange=function(){4===s.readyState&&n.setTimeout((function(){t&&i()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(A){if(t)throw A}},abort:function(){t&&t()}}})),x.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),x.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return x.globalEval(e),e}}}),x.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),x.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(i,r){t=x("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&r("error"===e.type?404:200,e.type)}),B.head.appendChild(t[0])},abort:function(){n&&n()}}}));var rn=[],on=/(=)\?(?=&|$)|\?\?/;x.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=rn.pop()||x.expando+"_"+Ht.guid++;return this[e]=!0,e}}),x.ajaxPrefilter("json jsonp",(function(e,t,i){var r,o,a,s=!1!==e.jsonp&&(on.test(e.url)?"url":"string"===typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&on.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(on,"$1"+r):!1!==e.jsonp&&(e.url+=(Mt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return a||x.error(r+" was not called"),a[0]},e.dataTypes[0]="json",o=n[r],n[r]=function(){a=arguments},i.always((function(){void 0===o?x(n).removeProp(r):n[r]=o,e[r]&&(e.jsonpCallback=t.jsonpCallback,rn.push(r)),a&&v(o)&&o(a[0]),a=o=void 0})),"script"})),m.createHTMLDocument=function(){var e=B.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",2===e.childNodes.length}(),x.parseHTML=function(e,t,n){return"string"!==typeof e?[]:("boolean"===typeof t&&(n=t,t=!1),t||(m.createHTMLDocument?(t=B.implementation.createHTMLDocument(""),i=t.createElement("base"),i.href=B.location.href,t.head.appendChild(i)):t=B),r=H.exec(e),o=!n&&[],r?[t.createElement(r[1])]:(r=xe([e],t,o),o&&o.length&&x(o).remove(),x.merge([],r.childNodes)));var i,r,o},x.fn.load=function(e,t,n){var i,r,o,a=this,s=e.indexOf(" ");return s>-1&&(i=xt(e.slice(s)),e=e.slice(0,s)),v(t)?(n=t,t=void 0):t&&"object"===typeof t&&(r="POST"),a.length>0&&x.ajax({url:e,type:r||"GET",dataType:"html",data:t}).done((function(e){o=arguments,a.html(i?x("<div>").append(x.parseHTML(e)).find(i):e)})).always(n&&function(e,t){a.each((function(){n.apply(this,o||[e.responseText,t,e])}))}),this},x.expr.pseudos.animated=function(e){return x.grep(x.timers,(function(t){return e===t.elem})).length},x.offset={setOffset:function(e,t,n){var i,r,o,a,s,A,l,u=x.css(e,"position"),c=x(e),h={};"static"===u&&(e.style.position="relative"),s=c.offset(),o=x.css(e,"top"),A=x.css(e,"left"),l=("absolute"===u||"fixed"===u)&&(o+A).indexOf("auto")>-1,l?(i=c.position(),a=i.top,r=i.left):(a=parseFloat(o)||0,r=parseFloat(A)||0),v(t)&&(t=t.call(e,n,x.extend({},s))),null!=t.top&&(h.top=t.top-s.top+a),null!=t.left&&(h.left=t.left-s.left+r),"using"in t?t.using.call(e,h):("number"===typeof h.top&&(h.top+="px"),"number"===typeof h.left&&(h.left+="px"),c.css(h))}},x.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){x.offset.setOffset(this,e,t)}));var t,n,i=this[0];return i?i.getClientRects().length?(t=i.getBoundingClientRect(),n=i.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,i=this[0],r={top:0,left:0};if("fixed"===x.css(i,"position"))t=i.getBoundingClientRect();else{t=this.offset(),n=i.ownerDocument,e=i.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===x.css(e,"position"))e=e.parentNode;e&&e!==i&&1===e.nodeType&&(r=x(e).offset(),r.top+=x.css(e,"borderTopWidth",!0),r.left+=x.css(e,"borderLeftWidth",!0))}return{top:t.top-r.top-x.css(i,"marginTop",!0),left:t.left-r.left-x.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){var e=this.offsetParent;while(e&&"static"===x.css(e,"position"))e=e.offsetParent;return e||ue}))}}),x.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(e,t){var n="pageYOffset"===t;x.fn[e]=function(i){return X(this,(function(e,i,r){var o;if(y(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===r)return o?o[t]:e[i];o?o.scrollTo(n?o.pageXOffset:r,n?r:o.pageYOffset):e[i]=r}),e,i,arguments.length)}})),x.each(["top","left"],(function(e,t){x.cssHooks[t]=Ye(m.pixelPosition,(function(e,n){if(n)return n=Ge(e,t),je.test(n)?x(e).position()[t]+"px":n}))})),x.each({Height:"height",Width:"width"},(function(e,t){x.each({padding:"inner"+e,content:t,"":"outer"+e},(function(n,i){x.fn[i]=function(r,o){var a=arguments.length&&(n||"boolean"!==typeof r),s=n||(!0===r||!0===o?"margin":"border");return X(this,(function(t,n,r){var o;return y(t)?0===i.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===r?x.css(t,n,s):x.style(t,n,r,s)}),t,a?r:void 0,a)}}))})),x.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(e,t){x.fn[t]=function(e){return this.on(t,e)}})),x.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,i){return this.on(t,e,n,i)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),x.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),(function(e,t){x.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}));var an=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;x.proxy=function(e,t){var n,i,r;if("string"===typeof t&&(n=e[t],t=e,e=n),v(e))return i=A.call(arguments,2),r=function(){return e.apply(t||this,i.concat(A.call(arguments)))},r.guid=e.guid=e.guid||x.guid++,r},x.holdReady=function(e){e?x.readyWait++:x.ready(!0)},x.isArray=Array.isArray,x.parseJSON=JSON.parse,x.nodeName=T,x.isFunction=v,x.isWindow=y,x.camelCase=q,x.type=C,x.now=Date.now,x.isNumeric=function(e){var t=x.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},x.trim=function(e){return null==e?"":(e+"").replace(an,"")},i=[],r=function(){return x}.apply(t,i),void 0===r||(e.exports=r);var sn=n.jQuery,An=n.$;return x.noConflict=function(e){return n.$===x&&(n.$=An),e&&n.jQuery===x&&(n.jQuery=sn),x},"undefined"===typeof o&&(n.jQuery=n.$=x),x}))},"14e9":function(e,t,n){e.exports=function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=127)}({127:function(e,t,n){"use strict";n.r(t);var i=n(16),r=n(39),o=n.n(r),a=n(3),s=n(2),A={vertical:{offset:"offsetHeight",scroll:"scrollTop",scrollSize:"scrollHeight",size:"height",key:"vertical",axis:"Y",client:"clientY",direction:"top"},horizontal:{offset:"offsetWidth",scroll:"scrollLeft",scrollSize:"scrollWidth",size:"width",key:"horizontal",axis:"X",client:"clientX",direction:"left"}};function l(e){var t=e.move,n=e.size,i=e.bar,r={},o="translate"+i.axis+"("+t+"%)";return r[i.size]=n,r.transform=o,r.msTransform=o,r.webkitTransform=o,r}var u={name:"Bar",props:{vertical:Boolean,size:String,move:Number},computed:{bar:function(){return A[this.vertical?"vertical":"horizontal"]},wrap:function(){return this.$parent.wrap}},render:function(e){var t=this.size,n=this.move,i=this.bar;return e("div",{class:["el-scrollbar__bar","is-"+i.key],on:{mousedown:this.clickTrackHandler}},[e("div",{ref:"thumb",class:"el-scrollbar__thumb",on:{mousedown:this.clickThumbHandler},style:l({size:t,move:n,bar:i})})])},methods:{clickThumbHandler:function(e){e.ctrlKey||2===e.button||(this.startDrag(e),this[this.bar.axis]=e.currentTarget[this.bar.offset]-(e[this.bar.client]-e.currentTarget.getBoundingClientRect()[this.bar.direction]))},clickTrackHandler:function(e){var t=Math.abs(e.target.getBoundingClientRect()[this.bar.direction]-e[this.bar.client]),n=this.$refs.thumb[this.bar.offset]/2,i=100*(t-n)/this.$el[this.bar.offset];this.wrap[this.bar.scroll]=i*this.wrap[this.bar.scrollSize]/100},startDrag:function(e){e.stopImmediatePropagation(),this.cursorDown=!0,Object(s["on"])(document,"mousemove",this.mouseMoveDocumentHandler),Object(s["on"])(document,"mouseup",this.mouseUpDocumentHandler),document.onselectstart=function(){return!1}},mouseMoveDocumentHandler:function(e){if(!1!==this.cursorDown){var t=this[this.bar.axis];if(t){var n=-1*(this.$el.getBoundingClientRect()[this.bar.direction]-e[this.bar.client]),i=this.$refs.thumb[this.bar.offset]-t,r=100*(n-i)/this.$el[this.bar.offset];this.wrap[this.bar.scroll]=r*this.wrap[this.bar.scrollSize]/100}}},mouseUpDocumentHandler:function(e){this.cursorDown=!1,this[this.bar.axis]=0,Object(s["off"])(document,"mousemove",this.mouseMoveDocumentHandler),document.onselectstart=null}},destroyed:function(){Object(s["off"])(document,"mouseup",this.mouseUpDocumentHandler)}},c={name:"ElScrollbar",components:{Bar:u},props:{native:Boolean,wrapStyle:{},wrapClass:{},viewClass:{},viewStyle:{},noresize:Boolean,tag:{type:String,default:"div"}},data:function(){return{sizeWidth:"0",sizeHeight:"0",moveX:0,moveY:0}},computed:{wrap:function(){return this.$refs.wrap}},render:function(e){var t=o()(),n=this.wrapStyle;if(t){var i="-"+t+"px",r="margin-bottom: "+i+"; margin-right: "+i+";";Array.isArray(this.wrapStyle)?(n=Object(a["toObject"])(this.wrapStyle),n.marginRight=n.marginBottom=i):"string"===typeof this.wrapStyle?n+=r:n=r}var s=e(this.tag,{class:["el-scrollbar__view",this.viewClass],style:this.viewStyle,ref:"resize"},this.$slots.default),A=e("div",{ref:"wrap",style:n,on:{scroll:this.handleScroll},class:[this.wrapClass,"el-scrollbar__wrap",t?"":"el-scrollbar__wrap--hidden-default"]},[[s]]),l=void 0;return l=this.native?[e("div",{ref:"wrap",class:[this.wrapClass,"el-scrollbar__wrap"],style:n},[[s]])]:[A,e(u,{attrs:{move:this.moveX,size:this.sizeWidth}}),e(u,{attrs:{vertical:!0,move:this.moveY,size:this.sizeHeight}})],e("div",{class:"el-scrollbar"},l)},methods:{handleScroll:function(){var e=this.wrap;this.moveY=100*e.scrollTop/e.clientHeight,this.moveX=100*e.scrollLeft/e.clientWidth},update:function(){var e=void 0,t=void 0,n=this.wrap;n&&(e=100*n.clientHeight/n.scrollHeight,t=100*n.clientWidth/n.scrollWidth,this.sizeHeight=e<100?e+"%":"",this.sizeWidth=t<100?t+"%":"")}},mounted:function(){this.native||(this.$nextTick(this.update),!this.noresize&&Object(i["addResizeListener"])(this.$refs.resize,this.update))},beforeDestroy:function(){this.native||!this.noresize&&Object(i["removeResizeListener"])(this.$refs.resize,this.update)},install:function(e){e.component(c.name,c)}};t["default"]=c},16:function(e,t){e.exports=n("4010")},2:function(e,t){e.exports=n("5924")},3:function(e,t){e.exports=n("8122")},39:function(e,t){e.exports=n("e62d")}})},1609:function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},"17ed":function(e,t,n){e.exports={default:n("511f"),__esModule:!0}},1836:function(e,t,n){var i=n("6ca1"),r=n("6438").f,o={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(e){try{return r(e)}catch(t){return a.slice()}};e.exports.f=function(e){return a&&"[object Window]"==o.call(e)?s(e):r(i(e))}},1917:function(e,t){t.f={}.propertyIsEnumerable},1951:function(e,t,n){},"19fa":function(e,t,n){var i=n("fc5e"),r=n("c901");e.exports=function(e){return function(t,n){var o,a,s=String(r(t)),A=i(n),l=s.length;return A<0||A>=l?e?"":void 0:(o=s.charCodeAt(A),o<55296||o>56319||A+1===l||(a=s.charCodeAt(A+1))<56320||a>57343?e?s.charAt(A):o:e?s.slice(A,A+2):a-56320+(o-55296<<10)+65536)}}},"1a14":function(e,t,n){var i=n("77e9"),r=n("faf5"),o=n("3397"),a=Object.defineProperty;t.f=n("0bad")?Object.defineProperty:function(e,t,n){if(i(e),t=o(t,!0),i(n),r)try{return a(e,t,n)}catch(s){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},"26dd":function(e,t,n){"use strict";var i=n("6f4f"),r=n("10db"),o=n("92f0"),a={};n("051b")(a,n("cc15")("iterator"),(function(){return this})),e.exports=function(e,t,n){e.prototype=i(a,{next:r(1,n)}),o(e,t+" Iterator")}},2877:function(e,t,n){"use strict";function i(e,t,n,i,r,o,a,s){var A,l="function"===typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),i&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(A=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},l._ssrRegister=A):r&&(A=s?function(){r.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:r),A)if(l.functional){l._injectStyles=A;var u=l.render;l.render=function(e,t){return A.call(t),u(e,t)}}else{var c=l.beforeCreate;l.beforeCreate=c?[].concat(c,A):[A]}return{exports:e,options:l}}n.d(t,"a",(function(){return i}))},"2b0e":function(e,t,n){"use strict";n.r(t),function(e){
  26. /*!
  27. * Vue.js v2.6.12
  28. * (c) 2014-2020 Evan You
  29. * Released under the MIT License.
  30. */
  31. var n=Object.freeze({});function i(e){return void 0===e||null===e}function r(e){return void 0!==e&&null!==e}function o(e){return!0===e}function a(e){return!1===e}function s(e){return"string"===typeof e||"number"===typeof e||"symbol"===typeof e||"boolean"===typeof e}function A(e){return null!==e&&"object"===typeof e}var l=Object.prototype.toString;function u(e){return"[object Object]"===l.call(e)}function c(e){return"[object RegExp]"===l.call(e)}function h(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function f(e){return r(e)&&"function"===typeof e.then&&"function"===typeof e.catch}function d(e){return null==e?"":Array.isArray(e)||u(e)&&e.toString===l?JSON.stringify(e,null,2):String(e)}function p(e){var t=parseFloat(e);return isNaN(t)?e:t}function g(e,t){for(var n=Object.create(null),i=e.split(","),r=0;r<i.length;r++)n[i[r]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}g("slot,component",!0);var m=g("key,ref,slot,slot-scope,is");function v(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function B(e,t){return y.call(e,t)}function w(e){var t=Object.create(null);return function(n){var i=t[n];return i||(t[n]=e(n))}}var b=/-(\w)/g,C=w((function(e){return e.replace(b,(function(e,t){return t?t.toUpperCase():""}))})),E=w((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),x=/\B([A-Z])/g,Q=w((function(e){return e.replace(x,"-$1").toLowerCase()}));function _(e,t){function n(n){var i=arguments.length;return i?i>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function F(e,t){return e.bind(t)}var U=Function.prototype.bind?F:_;function S(e,t){t=t||0;var n=e.length-t,i=new Array(n);while(n--)i[n]=e[n+t];return i}function T(e,t){for(var n in t)e[n]=t[n];return e}function H(e){for(var t={},n=0;n<e.length;n++)e[n]&&T(t,e[n]);return t}function M(e,t,n){}var O=function(e,t,n){return!1},D=function(e){return e};function N(e,t){if(e===t)return!0;var n=A(e),i=A(t);if(!n||!i)return!n&&!i&&String(e)===String(t);try{var r=Array.isArray(e),o=Array.isArray(t);if(r&&o)return e.length===t.length&&e.every((function(e,n){return N(e,t[n])}));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(r||o)return!1;var a=Object.keys(e),s=Object.keys(t);return a.length===s.length&&a.every((function(n){return N(e[n],t[n])}))}catch(l){return!1}}function k(e,t){for(var n=0;n<e.length;n++)if(N(e[n],t))return n;return-1}function I(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var P="data-server-rendered",R=["component","directive","filter"],L=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],K={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:O,isReservedAttr:O,isUnknownElement:O,getTagNamespace:M,parsePlatformTagName:D,mustUseProp:O,async:!0,_lifecycleHooks:L},V=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function z(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function j(e,t,n,i){Object.defineProperty(e,t,{value:n,enumerable:!!i,writable:!0,configurable:!0})}var $=new RegExp("[^"+V.source+".$_\\d]");function W(e){if(!$.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}var X,G="__proto__"in{},Y="undefined"!==typeof window,J="undefined"!==typeof WXEnvironment&&!!WXEnvironment.platform,q=J&&WXEnvironment.platform.toLowerCase(),Z=Y&&window.navigator.userAgent.toLowerCase(),ee=Z&&/msie|trident/.test(Z),te=Z&&Z.indexOf("msie 9.0")>0,ne=Z&&Z.indexOf("edge/")>0,ie=(Z&&Z.indexOf("android"),Z&&/iphone|ipad|ipod|ios/.test(Z)||"ios"===q),re=(Z&&/chrome\/\d+/.test(Z),Z&&/phantomjs/.test(Z),Z&&Z.match(/firefox\/(\d+)/)),oe={}.watch,ae=!1;if(Y)try{var se={};Object.defineProperty(se,"passive",{get:function(){ae=!0}}),window.addEventListener("test-passive",null,se)}catch(Ca){}var Ae=function(){return void 0===X&&(X=!Y&&!J&&"undefined"!==typeof e&&(e["process"]&&"server"===e["process"].env.VUE_ENV)),X},le=Y&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ue(e){return"function"===typeof e&&/native code/.test(e.toString())}var ce,he="undefined"!==typeof Symbol&&ue(Symbol)&&"undefined"!==typeof Reflect&&ue(Reflect.ownKeys);ce="undefined"!==typeof Set&&ue(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var fe=M,de=0,pe=function(){this.id=de++,this.subs=[]};pe.prototype.addSub=function(e){this.subs.push(e)},pe.prototype.removeSub=function(e){v(this.subs,e)},pe.prototype.depend=function(){pe.target&&pe.target.addDep(this)},pe.prototype.notify=function(){var e=this.subs.slice();for(var t=0,n=e.length;t<n;t++)e[t].update()},pe.target=null;var ge=[];function me(e){ge.push(e),pe.target=e}function ve(){ge.pop(),pe.target=ge[ge.length-1]}var ye=function(e,t,n,i,r,o,a,s){this.tag=e,this.data=t,this.children=n,this.text=i,this.elm=r,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},Be={child:{configurable:!0}};Be.child.get=function(){return this.componentInstance},Object.defineProperties(ye.prototype,Be);var we=function(e){void 0===e&&(e="");var t=new ye;return t.text=e,t.isComment=!0,t};function be(e){return new ye(void 0,void 0,void 0,String(e))}function Ce(e){var t=new ye(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var Ee=Array.prototype,xe=Object.create(Ee),Qe=["push","pop","shift","unshift","splice","sort","reverse"];Qe.forEach((function(e){var t=Ee[e];j(xe,e,(function(){var n=[],i=arguments.length;while(i--)n[i]=arguments[i];var r,o=t.apply(this,n),a=this.__ob__;switch(e){case"push":case"unshift":r=n;break;case"splice":r=n.slice(2);break}return r&&a.observeArray(r),a.dep.notify(),o}))}));var _e=Object.getOwnPropertyNames(xe),Fe=!0;function Ue(e){Fe=e}var Se=function(e){this.value=e,this.dep=new pe,this.vmCount=0,j(e,"__ob__",this),Array.isArray(e)?(G?Te(e,xe):He(e,xe,_e),this.observeArray(e)):this.walk(e)};function Te(e,t){e.__proto__=t}function He(e,t,n){for(var i=0,r=n.length;i<r;i++){var o=n[i];j(e,o,t[o])}}function Me(e,t){var n;if(A(e)&&!(e instanceof ye))return B(e,"__ob__")&&e.__ob__ instanceof Se?n=e.__ob__:Fe&&!Ae()&&(Array.isArray(e)||u(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new Se(e)),t&&n&&n.vmCount++,n}function Oe(e,t,n,i,r){var o=new pe,a=Object.getOwnPropertyDescriptor(e,t);if(!a||!1!==a.configurable){var s=a&&a.get,A=a&&a.set;s&&!A||2!==arguments.length||(n=e[t]);var l=!r&&Me(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):n;return pe.target&&(o.depend(),l&&(l.dep.depend(),Array.isArray(t)&&ke(t))),t},set:function(t){var i=s?s.call(e):n;t===i||t!==t&&i!==i||s&&!A||(A?A.call(e,t):n=t,l=!r&&Me(t),o.notify())}})}}function De(e,t,n){if(Array.isArray(e)&&h(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var i=e.__ob__;return e._isVue||i&&i.vmCount?n:i?(Oe(i.value,t,n),i.dep.notify(),n):(e[t]=n,n)}function Ne(e,t){if(Array.isArray(e)&&h(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||B(e,t)&&(delete e[t],n&&n.dep.notify())}}function ke(e){for(var t=void 0,n=0,i=e.length;n<i;n++)t=e[n],t&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&ke(t)}Se.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)Oe(e,t[n])},Se.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)Me(e[t])};var Ie=K.optionMergeStrategies;function Pe(e,t){if(!t)return e;for(var n,i,r,o=he?Reflect.ownKeys(t):Object.keys(t),a=0;a<o.length;a++)n=o[a],"__ob__"!==n&&(i=e[n],r=t[n],B(e,n)?i!==r&&u(i)&&u(r)&&Pe(i,r):De(e,n,r));return e}function Re(e,t,n){return n?function(){var i="function"===typeof t?t.call(n,n):t,r="function"===typeof e?e.call(n,n):e;return i?Pe(i,r):r}:t?e?function(){return Pe("function"===typeof t?t.call(this,this):t,"function"===typeof e?e.call(this,this):e)}:t:e}function Le(e,t){var n=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?Ke(n):n}function Ke(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}function Ve(e,t,n,i){var r=Object.create(e||null);return t?T(r,t):r}Ie.data=function(e,t,n){return n?Re(e,t,n):t&&"function"!==typeof t?e:Re(e,t)},L.forEach((function(e){Ie[e]=Le})),R.forEach((function(e){Ie[e+"s"]=Ve})),Ie.watch=function(e,t,n,i){if(e===oe&&(e=void 0),t===oe&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var r={};for(var o in T(r,e),t){var a=r[o],s=t[o];a&&!Array.isArray(a)&&(a=[a]),r[o]=a?a.concat(s):Array.isArray(s)?s:[s]}return r},Ie.props=Ie.methods=Ie.inject=Ie.computed=function(e,t,n,i){if(!e)return t;var r=Object.create(null);return T(r,e),t&&T(r,t),r},Ie.provide=Re;var ze=function(e,t){return void 0===t?e:t};function je(e,t){var n=e.props;if(n){var i,r,o,a={};if(Array.isArray(n)){i=n.length;while(i--)r=n[i],"string"===typeof r&&(o=C(r),a[o]={type:null})}else if(u(n))for(var s in n)r=n[s],o=C(s),a[o]=u(r)?r:{type:r};else 0;e.props=a}}function $e(e,t){var n=e.inject;if(n){var i=e.inject={};if(Array.isArray(n))for(var r=0;r<n.length;r++)i[n[r]]={from:n[r]};else if(u(n))for(var o in n){var a=n[o];i[o]=u(a)?T({from:o},a):{from:a}}else 0}}function We(e){var t=e.directives;if(t)for(var n in t){var i=t[n];"function"===typeof i&&(t[n]={bind:i,update:i})}}function Xe(e,t,n){if("function"===typeof t&&(t=t.options),je(t,n),$e(t,n),We(t),!t._base&&(t.extends&&(e=Xe(e,t.extends,n)),t.mixins))for(var i=0,r=t.mixins.length;i<r;i++)e=Xe(e,t.mixins[i],n);var o,a={};for(o in e)s(o);for(o in t)B(e,o)||s(o);function s(i){var r=Ie[i]||ze;a[i]=r(e[i],t[i],n,i)}return a}function Ge(e,t,n,i){if("string"===typeof n){var r=e[t];if(B(r,n))return r[n];var o=C(n);if(B(r,o))return r[o];var a=E(o);if(B(r,a))return r[a];var s=r[n]||r[o]||r[a];return s}}function Ye(e,t,n,i){var r=t[e],o=!B(n,e),a=n[e],s=et(Boolean,r.type);if(s>-1)if(o&&!B(r,"default"))a=!1;else if(""===a||a===Q(e)){var A=et(String,r.type);(A<0||s<A)&&(a=!0)}if(void 0===a){a=Je(i,r,e);var l=Fe;Ue(!0),Me(a),Ue(l)}return a}function Je(e,t,n){if(B(t,"default")){var i=t.default;return e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n]?e._props[n]:"function"===typeof i&&"Function"!==qe(t.type)?i.call(e):i}}function qe(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function Ze(e,t){return qe(e)===qe(t)}function et(e,t){if(!Array.isArray(t))return Ze(t,e)?0:-1;for(var n=0,i=t.length;n<i;n++)if(Ze(t[n],e))return n;return-1}function tt(e,t,n){me();try{if(t){var i=t;while(i=i.$parent){var r=i.$options.errorCaptured;if(r)for(var o=0;o<r.length;o++)try{var a=!1===r[o].call(i,e,t,n);if(a)return}catch(Ca){it(Ca,i,"errorCaptured hook")}}}it(e,t,n)}finally{ve()}}function nt(e,t,n,i,r){var o;try{o=n?e.apply(t,n):e.call(t),o&&!o._isVue&&f(o)&&!o._handled&&(o.catch((function(e){return tt(e,i,r+" (Promise/async)")})),o._handled=!0)}catch(Ca){tt(Ca,i,r)}return o}function it(e,t,n){if(K.errorHandler)try{return K.errorHandler.call(null,e,t,n)}catch(Ca){Ca!==e&&rt(Ca,null,"config.errorHandler")}rt(e,t,n)}function rt(e,t,n){if(!Y&&!J||"undefined"===typeof console)throw e;console.error(e)}var ot,at=!1,st=[],At=!1;function lt(){At=!1;var e=st.slice(0);st.length=0;for(var t=0;t<e.length;t++)e[t]()}if("undefined"!==typeof Promise&&ue(Promise)){var ut=Promise.resolve();ot=function(){ut.then(lt),ie&&setTimeout(M)},at=!0}else if(ee||"undefined"===typeof MutationObserver||!ue(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())ot="undefined"!==typeof setImmediate&&ue(setImmediate)?function(){setImmediate(lt)}:function(){setTimeout(lt,0)};else{var ct=1,ht=new MutationObserver(lt),ft=document.createTextNode(String(ct));ht.observe(ft,{characterData:!0}),ot=function(){ct=(ct+1)%2,ft.data=String(ct)},at=!0}function dt(e,t){var n;if(st.push((function(){if(e)try{e.call(t)}catch(Ca){tt(Ca,t,"nextTick")}else n&&n(t)})),At||(At=!0,ot()),!e&&"undefined"!==typeof Promise)return new Promise((function(e){n=e}))}var pt=new ce;function gt(e){mt(e,pt),pt.clear()}function mt(e,t){var n,i,r=Array.isArray(e);if(!(!r&&!A(e)||Object.isFrozen(e)||e instanceof ye)){if(e.__ob__){var o=e.__ob__.dep.id;if(t.has(o))return;t.add(o)}if(r){n=e.length;while(n--)mt(e[n],t)}else{i=Object.keys(e),n=i.length;while(n--)mt(e[i[n]],t)}}}var vt=w((function(e){var t="&"===e.charAt(0);e=t?e.slice(1):e;var n="~"===e.charAt(0);e=n?e.slice(1):e;var i="!"===e.charAt(0);return e=i?e.slice(1):e,{name:e,once:n,capture:i,passive:t}}));function yt(e,t){function n(){var e=arguments,i=n.fns;if(!Array.isArray(i))return nt(i,null,arguments,t,"v-on handler");for(var r=i.slice(),o=0;o<r.length;o++)nt(r[o],null,e,t,"v-on handler")}return n.fns=e,n}function Bt(e,t,n,r,a,s){var A,l,u,c;for(A in e)l=e[A],u=t[A],c=vt(A),i(l)||(i(u)?(i(l.fns)&&(l=e[A]=yt(l,s)),o(c.once)&&(l=e[A]=a(c.name,l,c.capture)),n(c.name,l,c.capture,c.passive,c.params)):l!==u&&(u.fns=l,e[A]=u));for(A in t)i(e[A])&&(c=vt(A),r(c.name,t[A],c.capture))}function wt(e,t,n){var a;e instanceof ye&&(e=e.data.hook||(e.data.hook={}));var s=e[t];function A(){n.apply(this,arguments),v(a.fns,A)}i(s)?a=yt([A]):r(s.fns)&&o(s.merged)?(a=s,a.fns.push(A)):a=yt([s,A]),a.merged=!0,e[t]=a}function bt(e,t,n){var o=t.options.props;if(!i(o)){var a={},s=e.attrs,A=e.props;if(r(s)||r(A))for(var l in o){var u=Q(l);Ct(a,A,l,u,!0)||Ct(a,s,l,u,!1)}return a}}function Ct(e,t,n,i,o){if(r(t)){if(B(t,n))return e[n]=t[n],o||delete t[n],!0;if(B(t,i))return e[n]=t[i],o||delete t[i],!0}return!1}function Et(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}function xt(e){return s(e)?[be(e)]:Array.isArray(e)?_t(e):void 0}function Qt(e){return r(e)&&r(e.text)&&a(e.isComment)}function _t(e,t){var n,a,A,l,u=[];for(n=0;n<e.length;n++)a=e[n],i(a)||"boolean"===typeof a||(A=u.length-1,l=u[A],Array.isArray(a)?a.length>0&&(a=_t(a,(t||"")+"_"+n),Qt(a[0])&&Qt(l)&&(u[A]=be(l.text+a[0].text),a.shift()),u.push.apply(u,a)):s(a)?Qt(l)?u[A]=be(l.text+a):""!==a&&u.push(be(a)):Qt(a)&&Qt(l)?u[A]=be(l.text+a.text):(o(e._isVList)&&r(a.tag)&&i(a.key)&&r(t)&&(a.key="__vlist"+t+"_"+n+"__"),u.push(a)));return u}function Ft(e){var t=e.$options.provide;t&&(e._provided="function"===typeof t?t.call(e):t)}function Ut(e){var t=St(e.$options.inject,e);t&&(Ue(!1),Object.keys(t).forEach((function(n){Oe(e,n,t[n])})),Ue(!0))}function St(e,t){if(e){for(var n=Object.create(null),i=he?Reflect.ownKeys(e):Object.keys(e),r=0;r<i.length;r++){var o=i[r];if("__ob__"!==o){var a=e[o].from,s=t;while(s){if(s._provided&&B(s._provided,a)){n[o]=s._provided[a];break}s=s.$parent}if(!s)if("default"in e[o]){var A=e[o].default;n[o]="function"===typeof A?A.call(t):A}else 0}}return n}}function Tt(e,t){if(!e||!e.length)return{};for(var n={},i=0,r=e.length;i<r;i++){var o=e[i],a=o.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,o.context!==t&&o.fnContext!==t||!a||null==a.slot)(n.default||(n.default=[])).push(o);else{var s=a.slot,A=n[s]||(n[s]=[]);"template"===o.tag?A.push.apply(A,o.children||[]):A.push(o)}}for(var l in n)n[l].every(Ht)&&delete n[l];return n}function Ht(e){return e.isComment&&!e.asyncFactory||" "===e.text}function Mt(e,t,i){var r,o=Object.keys(t).length>0,a=e?!!e.$stable:!o,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&i&&i!==n&&s===i.$key&&!o&&!i.$hasNormal)return i;for(var A in r={},e)e[A]&&"$"!==A[0]&&(r[A]=Ot(t,A,e[A]))}else r={};for(var l in t)l in r||(r[l]=Dt(t,l));return e&&Object.isExtensible(e)&&(e._normalized=r),j(r,"$stable",a),j(r,"$key",s),j(r,"$hasNormal",o),r}function Ot(e,t,n){var i=function(){var e=arguments.length?n.apply(null,arguments):n({});return e=e&&"object"===typeof e&&!Array.isArray(e)?[e]:xt(e),e&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:i,enumerable:!0,configurable:!0}),i}function Dt(e,t){return function(){return e[t]}}function Nt(e,t){var n,i,o,a,s;if(Array.isArray(e)||"string"===typeof e)for(n=new Array(e.length),i=0,o=e.length;i<o;i++)n[i]=t(e[i],i);else if("number"===typeof e)for(n=new Array(e),i=0;i<e;i++)n[i]=t(i+1,i);else if(A(e))if(he&&e[Symbol.iterator]){n=[];var l=e[Symbol.iterator](),u=l.next();while(!u.done)n.push(t(u.value,n.length)),u=l.next()}else for(a=Object.keys(e),n=new Array(a.length),i=0,o=a.length;i<o;i++)s=a[i],n[i]=t(e[s],s,i);return r(n)||(n=[]),n._isVList=!0,n}function kt(e,t,n,i){var r,o=this.$scopedSlots[e];o?(n=n||{},i&&(n=T(T({},i),n)),r=o(n)||t):r=this.$slots[e]||t;var a=n&&n.slot;return a?this.$createElement("template",{slot:a},r):r}function It(e){return Ge(this.$options,"filters",e,!0)||D}function Pt(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function Rt(e,t,n,i,r){var o=K.keyCodes[t]||n;return r&&i&&!K.keyCodes[t]?Pt(r,i):o?Pt(o,e):i?Q(i)!==t:void 0}function Lt(e,t,n,i,r){if(n)if(A(n)){var o;Array.isArray(n)&&(n=H(n));var a=function(a){if("class"===a||"style"===a||m(a))o=e;else{var s=e.attrs&&e.attrs.type;o=i||K.mustUseProp(t,s,a)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var A=C(a),l=Q(a);if(!(A in o)&&!(l in o)&&(o[a]=n[a],r)){var u=e.on||(e.on={});u["update:"+a]=function(e){n[a]=e}}};for(var s in n)a(s)}else;return e}function Kt(e,t){var n=this._staticTrees||(this._staticTrees=[]),i=n[e];return i&&!t||(i=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),zt(i,"__static__"+e,!1)),i}function Vt(e,t,n){return zt(e,"__once__"+t+(n?"_"+n:""),!0),e}function zt(e,t,n){if(Array.isArray(e))for(var i=0;i<e.length;i++)e[i]&&"string"!==typeof e[i]&&jt(e[i],t+"_"+i,n);else jt(e,t,n)}function jt(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function $t(e,t){if(t)if(u(t)){var n=e.on=e.on?T({},e.on):{};for(var i in t){var r=n[i],o=t[i];n[i]=r?[].concat(r,o):o}}else;return e}function Wt(e,t,n,i){t=t||{$stable:!n};for(var r=0;r<e.length;r++){var o=e[r];Array.isArray(o)?Wt(o,t,n):o&&(o.proxy&&(o.fn.proxy=!0),t[o.key]=o.fn)}return i&&(t.$key=i),t}function Xt(e,t){for(var n=0;n<t.length;n+=2){var i=t[n];"string"===typeof i&&i&&(e[t[n]]=t[n+1])}return e}function Gt(e,t){return"string"===typeof e?t+e:e}function Yt(e){e._o=Vt,e._n=p,e._s=d,e._l=Nt,e._t=kt,e._q=N,e._i=k,e._m=Kt,e._f=It,e._k=Rt,e._b=Lt,e._v=be,e._e=we,e._u=Wt,e._g=$t,e._d=Xt,e._p=Gt}function Jt(e,t,i,r,a){var s,A=this,l=a.options;B(r,"_uid")?(s=Object.create(r),s._original=r):(s=r,r=r._original);var u=o(l._compiled),c=!u;this.data=e,this.props=t,this.children=i,this.parent=r,this.listeners=e.on||n,this.injections=St(l.inject,r),this.slots=function(){return A.$slots||Mt(e.scopedSlots,A.$slots=Tt(i,r)),A.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return Mt(e.scopedSlots,this.slots())}}),u&&(this.$options=l,this.$slots=this.slots(),this.$scopedSlots=Mt(e.scopedSlots,this.$slots)),l._scopeId?this._c=function(e,t,n,i){var o=cn(s,e,t,n,i,c);return o&&!Array.isArray(o)&&(o.fnScopeId=l._scopeId,o.fnContext=r),o}:this._c=function(e,t,n,i){return cn(s,e,t,n,i,c)}}function qt(e,t,i,o,a){var s=e.options,A={},l=s.props;if(r(l))for(var u in l)A[u]=Ye(u,l,t||n);else r(i.attrs)&&en(A,i.attrs),r(i.props)&&en(A,i.props);var c=new Jt(i,A,a,o,e),h=s.render.call(null,c._c,c);if(h instanceof ye)return Zt(h,i,c.parent,s,c);if(Array.isArray(h)){for(var f=xt(h)||[],d=new Array(f.length),p=0;p<f.length;p++)d[p]=Zt(f[p],i,c.parent,s,c);return d}}function Zt(e,t,n,i,r){var o=Ce(e);return o.fnContext=n,o.fnOptions=i,t.slot&&((o.data||(o.data={})).slot=t.slot),o}function en(e,t){for(var n in t)e[C(n)]=t[n]}Yt(Jt.prototype);var tn={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var n=e;tn.prepatch(n,n)}else{var i=e.componentInstance=on(e,Sn);i.$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions,i=t.componentInstance=e.componentInstance;Dn(i,n.propsData,n.listeners,t,n.children)},insert:function(e){var t=e.context,n=e.componentInstance;n._isMounted||(n._isMounted=!0,Pn(n,"mounted")),e.data.keepAlive&&(t._isMounted?qn(n):kn(n,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?In(t,!0):t.$destroy())}},nn=Object.keys(tn);function rn(e,t,n,a,s){if(!i(e)){var l=n.$options._base;if(A(e)&&(e=l.extend(e)),"function"===typeof e){var u;if(i(e.cid)&&(u=e,e=wn(u,l),void 0===e))return Bn(u,t,n,a,s);t=t||{},wi(e),r(t.model)&&An(e.options,t);var c=bt(t,e,s);if(o(e.options.functional))return qt(e,c,t,n,a);var h=t.on;if(t.on=t.nativeOn,o(e.options.abstract)){var f=t.slot;t={},f&&(t.slot=f)}an(t);var d=e.options.name||s,p=new ye("vue-component-"+e.cid+(d?"-"+d:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:c,listeners:h,tag:s,children:a},u);return p}}}function on(e,t){var n={_isComponent:!0,_parentVnode:e,parent:t},i=e.data.inlineTemplate;return r(i)&&(n.render=i.render,n.staticRenderFns=i.staticRenderFns),new e.componentOptions.Ctor(n)}function an(e){for(var t=e.hook||(e.hook={}),n=0;n<nn.length;n++){var i=nn[n],r=t[i],o=tn[i];r===o||r&&r._merged||(t[i]=r?sn(o,r):o)}}function sn(e,t){var n=function(n,i){e(n,i),t(n,i)};return n._merged=!0,n}function An(e,t){var n=e.model&&e.model.prop||"value",i=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[n]=t.model.value;var o=t.on||(t.on={}),a=o[i],s=t.model.callback;r(a)?(Array.isArray(a)?-1===a.indexOf(s):a!==s)&&(o[i]=[s].concat(a)):o[i]=s}var ln=1,un=2;function cn(e,t,n,i,r,a){return(Array.isArray(n)||s(n))&&(r=i,i=n,n=void 0),o(a)&&(r=un),hn(e,t,n,i,r)}function hn(e,t,n,i,o){if(r(n)&&r(n.__ob__))return we();if(r(n)&&r(n.is)&&(t=n.is),!t)return we();var a,s,A;(Array.isArray(i)&&"function"===typeof i[0]&&(n=n||{},n.scopedSlots={default:i[0]},i.length=0),o===un?i=xt(i):o===ln&&(i=Et(i)),"string"===typeof t)?(s=e.$vnode&&e.$vnode.ns||K.getTagNamespace(t),a=K.isReservedTag(t)?new ye(K.parsePlatformTagName(t),n,i,void 0,void 0,e):n&&n.pre||!r(A=Ge(e.$options,"components",t))?new ye(t,n,i,void 0,void 0,e):rn(A,n,e,i,t)):a=rn(t,n,e,i);return Array.isArray(a)?a:r(a)?(r(s)&&fn(a,s),r(n)&&dn(n),a):we()}function fn(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),r(e.children))for(var a=0,s=e.children.length;a<s;a++){var A=e.children[a];r(A.tag)&&(i(A.ns)||o(n)&&"svg"!==A.tag)&&fn(A,t,n)}}function dn(e){A(e.style)&&gt(e.style),A(e.class)&&gt(e.class)}function pn(e){e._vnode=null,e._staticTrees=null;var t=e.$options,i=e.$vnode=t._parentVnode,r=i&&i.context;e.$slots=Tt(t._renderChildren,r),e.$scopedSlots=n,e._c=function(t,n,i,r){return cn(e,t,n,i,r,!1)},e.$createElement=function(t,n,i,r){return cn(e,t,n,i,r,!0)};var o=i&&i.data;Oe(e,"$attrs",o&&o.attrs||n,null,!0),Oe(e,"$listeners",t._parentListeners||n,null,!0)}var gn,mn=null;function vn(e){Yt(e.prototype),e.prototype.$nextTick=function(e){return dt(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,i=n.render,r=n._parentVnode;r&&(t.$scopedSlots=Mt(r.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode=r;try{mn=t,e=i.call(t._renderProxy,t.$createElement)}catch(Ca){tt(Ca,t,"render"),e=t._vnode}finally{mn=null}return Array.isArray(e)&&1===e.length&&(e=e[0]),e instanceof ye||(e=we()),e.parent=r,e}}function yn(e,t){return(e.__esModule||he&&"Module"===e[Symbol.toStringTag])&&(e=e.default),A(e)?t.extend(e):e}function Bn(e,t,n,i,r){var o=we();return o.asyncFactory=e,o.asyncMeta={data:t,context:n,children:i,tag:r},o}function wn(e,t){if(o(e.error)&&r(e.errorComp))return e.errorComp;if(r(e.resolved))return e.resolved;var n=mn;if(n&&r(e.owners)&&-1===e.owners.indexOf(n)&&e.owners.push(n),o(e.loading)&&r(e.loadingComp))return e.loadingComp;if(n&&!r(e.owners)){var a=e.owners=[n],s=!0,l=null,u=null;n.$on("hook:destroyed",(function(){return v(a,n)}));var c=function(e){for(var t=0,n=a.length;t<n;t++)a[t].$forceUpdate();e&&(a.length=0,null!==l&&(clearTimeout(l),l=null),null!==u&&(clearTimeout(u),u=null))},h=I((function(n){e.resolved=yn(n,t),s?a.length=0:c(!0)})),d=I((function(t){r(e.errorComp)&&(e.error=!0,c(!0))})),p=e(h,d);return A(p)&&(f(p)?i(e.resolved)&&p.then(h,d):f(p.component)&&(p.component.then(h,d),r(p.error)&&(e.errorComp=yn(p.error,t)),r(p.loading)&&(e.loadingComp=yn(p.loading,t),0===p.delay?e.loading=!0:l=setTimeout((function(){l=null,i(e.resolved)&&i(e.error)&&(e.loading=!0,c(!1))}),p.delay||200)),r(p.timeout)&&(u=setTimeout((function(){u=null,i(e.resolved)&&d(null)}),p.timeout)))),s=!1,e.loading?e.loadingComp:e.resolved}}function bn(e){return e.isComment&&e.asyncFactory}function Cn(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(r(n)&&(r(n.componentOptions)||bn(n)))return n}}function En(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&Fn(e,t)}function xn(e,t){gn.$on(e,t)}function Qn(e,t){gn.$off(e,t)}function _n(e,t){var n=gn;return function i(){var r=t.apply(null,arguments);null!==r&&n.$off(e,i)}}function Fn(e,t,n){gn=e,Bt(t,n||{},xn,Qn,_n,e),gn=void 0}function Un(e){var t=/^hook:/;e.prototype.$on=function(e,n){var i=this;if(Array.isArray(e))for(var r=0,o=e.length;r<o;r++)i.$on(e[r],n);else(i._events[e]||(i._events[e]=[])).push(n),t.test(e)&&(i._hasHookEvent=!0);return i},e.prototype.$once=function(e,t){var n=this;function i(){n.$off(e,i),t.apply(n,arguments)}return i.fn=t,n.$on(e,i),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var i=0,r=e.length;i<r;i++)n.$off(e[i],t);return n}var o,a=n._events[e];if(!a)return n;if(!t)return n._events[e]=null,n;var s=a.length;while(s--)if(o=a[s],o===t||o.fn===t){a.splice(s,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?S(n):n;for(var i=S(arguments,1),r='event handler for "'+e+'"',o=0,a=n.length;o<a;o++)nt(n[o],t,i,t,r)}return t}}var Sn=null;function Tn(e){var t=Sn;return Sn=e,function(){Sn=t}}function Hn(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){while(n.$options.abstract&&n.$parent)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}function Mn(e){e.prototype._update=function(e,t){var n=this,i=n.$el,r=n._vnode,o=Tn(n);n._vnode=e,n.$el=r?n.__patch__(r,e):n.__patch__(n.$el,e,t,!1),o(),i&&(i.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){var e=this;e._watcher&&e._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){Pn(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||v(t.$children,e),e._watcher&&e._watcher.teardown();var n=e._watchers.length;while(n--)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),Pn(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}function On(e,t,n){var i;return e.$el=t,e.$options.render||(e.$options.render=we),Pn(e,"beforeMount"),i=function(){e._update(e._render(),n)},new ni(e,i,M,{before:function(){e._isMounted&&!e._isDestroyed&&Pn(e,"beforeUpdate")}},!0),n=!1,null==e.$vnode&&(e._isMounted=!0,Pn(e,"mounted")),e}function Dn(e,t,i,r,o){var a=r.data.scopedSlots,s=e.$scopedSlots,A=!!(a&&!a.$stable||s!==n&&!s.$stable||a&&e.$scopedSlots.$key!==a.$key),l=!!(o||e.$options._renderChildren||A);if(e.$options._parentVnode=r,e.$vnode=r,e._vnode&&(e._vnode.parent=r),e.$options._renderChildren=o,e.$attrs=r.data.attrs||n,e.$listeners=i||n,t&&e.$options.props){Ue(!1);for(var u=e._props,c=e.$options._propKeys||[],h=0;h<c.length;h++){var f=c[h],d=e.$options.props;u[f]=Ye(f,d,t,e)}Ue(!0),e.$options.propsData=t}i=i||n;var p=e.$options._parentListeners;e.$options._parentListeners=i,Fn(e,i,p),l&&(e.$slots=Tt(o,r.context),e.$forceUpdate())}function Nn(e){while(e&&(e=e.$parent))if(e._inactive)return!0;return!1}function kn(e,t){if(t){if(e._directInactive=!1,Nn(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)kn(e.$children[n]);Pn(e,"activated")}}function In(e,t){if((!t||(e._directInactive=!0,!Nn(e)))&&!e._inactive){e._inactive=!0;for(var n=0;n<e.$children.length;n++)In(e.$children[n]);Pn(e,"deactivated")}}function Pn(e,t){me();var n=e.$options[t],i=t+" hook";if(n)for(var r=0,o=n.length;r<o;r++)nt(n[r],e,null,e,i);e._hasHookEvent&&e.$emit("hook:"+t),ve()}var Rn=[],Ln=[],Kn={},Vn=!1,zn=!1,jn=0;function $n(){jn=Rn.length=Ln.length=0,Kn={},Vn=zn=!1}var Wn=0,Xn=Date.now;if(Y&&!ee){var Gn=window.performance;Gn&&"function"===typeof Gn.now&&Xn()>document.createEvent("Event").timeStamp&&(Xn=function(){return Gn.now()})}function Yn(){var e,t;for(Wn=Xn(),zn=!0,Rn.sort((function(e,t){return e.id-t.id})),jn=0;jn<Rn.length;jn++)e=Rn[jn],e.before&&e.before(),t=e.id,Kn[t]=null,e.run();var n=Ln.slice(),i=Rn.slice();$n(),Zn(n),Jn(i),le&&K.devtools&&le.emit("flush")}function Jn(e){var t=e.length;while(t--){var n=e[t],i=n.vm;i._watcher===n&&i._isMounted&&!i._isDestroyed&&Pn(i,"updated")}}function qn(e){e._inactive=!1,Ln.push(e)}function Zn(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,kn(e[t],!0)}function ei(e){var t=e.id;if(null==Kn[t]){if(Kn[t]=!0,zn){var n=Rn.length-1;while(n>jn&&Rn[n].id>e.id)n--;Rn.splice(n+1,0,e)}else Rn.push(e);Vn||(Vn=!0,dt(Yn))}}var ti=0,ni=function(e,t,n,i,r){this.vm=e,r&&(e._watcher=this),e._watchers.push(this),i?(this.deep=!!i.deep,this.user=!!i.user,this.lazy=!!i.lazy,this.sync=!!i.sync,this.before=i.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++ti,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ce,this.newDepIds=new ce,this.expression="","function"===typeof t?this.getter=t:(this.getter=W(t),this.getter||(this.getter=M)),this.value=this.lazy?void 0:this.get()};ni.prototype.get=function(){var e;me(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(Ca){if(!this.user)throw Ca;tt(Ca,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&gt(e),ve(),this.cleanupDeps()}return e},ni.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},ni.prototype.cleanupDeps=function(){var e=this.deps.length;while(e--){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},ni.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():ei(this)},ni.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||A(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(Ca){tt(Ca,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},ni.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},ni.prototype.depend=function(){var e=this.deps.length;while(e--)this.deps[e].depend()},ni.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||v(this.vm._watchers,this);var e=this.deps.length;while(e--)this.deps[e].removeSub(this);this.active=!1}};var ii={enumerable:!0,configurable:!0,get:M,set:M};function ri(e,t,n){ii.get=function(){return this[t][n]},ii.set=function(e){this[t][n]=e},Object.defineProperty(e,n,ii)}function oi(e){e._watchers=[];var t=e.$options;t.props&&ai(e,t.props),t.methods&&di(e,t.methods),t.data?si(e):Me(e._data={},!0),t.computed&&ui(e,t.computed),t.watch&&t.watch!==oe&&pi(e,t.watch)}function ai(e,t){var n=e.$options.propsData||{},i=e._props={},r=e.$options._propKeys=[],o=!e.$parent;o||Ue(!1);var a=function(o){r.push(o);var a=Ye(o,t,n,e);Oe(i,o,a),o in e||ri(e,"_props",o)};for(var s in t)a(s);Ue(!0)}function si(e){var t=e.$options.data;t=e._data="function"===typeof t?Ai(t,e):t||{},u(t)||(t={});var n=Object.keys(t),i=e.$options.props,r=(e.$options.methods,n.length);while(r--){var o=n[r];0,i&&B(i,o)||z(o)||ri(e,"_data",o)}Me(t,!0)}function Ai(e,t){me();try{return e.call(t,t)}catch(Ca){return tt(Ca,t,"data()"),{}}finally{ve()}}var li={lazy:!0};function ui(e,t){var n=e._computedWatchers=Object.create(null),i=Ae();for(var r in t){var o=t[r],a="function"===typeof o?o:o.get;0,i||(n[r]=new ni(e,a||M,M,li)),r in e||ci(e,r,o)}}function ci(e,t,n){var i=!Ae();"function"===typeof n?(ii.get=i?hi(t):fi(n),ii.set=M):(ii.get=n.get?i&&!1!==n.cache?hi(t):fi(n.get):M,ii.set=n.set||M),Object.defineProperty(e,t,ii)}function hi(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),pe.target&&t.depend(),t.value}}function fi(e){return function(){return e.call(this,this)}}function di(e,t){e.$options.props;for(var n in t)e[n]="function"!==typeof t[n]?M:U(t[n],e)}function pi(e,t){for(var n in t){var i=t[n];if(Array.isArray(i))for(var r=0;r<i.length;r++)gi(e,n,i[r]);else gi(e,n,i)}}function gi(e,t,n,i){return u(n)&&(i=n,n=n.handler),"string"===typeof n&&(n=e[n]),e.$watch(t,n,i)}function mi(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=De,e.prototype.$delete=Ne,e.prototype.$watch=function(e,t,n){var i=this;if(u(t))return gi(i,e,t,n);n=n||{},n.user=!0;var r=new ni(i,e,t,n);if(n.immediate)try{t.call(i,r.value)}catch(o){tt(o,i,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}var vi=0;function yi(e){e.prototype._init=function(e){var t=this;t._uid=vi++,t._isVue=!0,e&&e._isComponent?Bi(t,e):t.$options=Xe(wi(t.constructor),e||{},t),t._renderProxy=t,t._self=t,Hn(t),En(t),pn(t),Pn(t,"beforeCreate"),Ut(t),oi(t),Ft(t),Pn(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}function Bi(e,t){var n=e.$options=Object.create(e.constructor.options),i=t._parentVnode;n.parent=t.parent,n._parentVnode=i;var r=i.componentOptions;n.propsData=r.propsData,n._parentListeners=r.listeners,n._renderChildren=r.children,n._componentTag=r.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}function wi(e){var t=e.options;if(e.super){var n=wi(e.super),i=e.superOptions;if(n!==i){e.superOptions=n;var r=bi(e);r&&T(e.extendOptions,r),t=e.options=Xe(n,e.extendOptions),t.name&&(t.components[t.name]=e)}}return t}function bi(e){var t,n=e.options,i=e.sealedOptions;for(var r in n)n[r]!==i[r]&&(t||(t={}),t[r]=n[r]);return t}function Ci(e){this._init(e)}function Ei(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=S(arguments,1);return n.unshift(this),"function"===typeof e.install?e.install.apply(e,n):"function"===typeof e&&e.apply(null,n),t.push(e),this}}function xi(e){e.mixin=function(e){return this.options=Xe(this.options,e),this}}function Qi(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,i=n.cid,r=e._Ctor||(e._Ctor={});if(r[i])return r[i];var o=e.name||n.options.name;var a=function(e){this._init(e)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=t++,a.options=Xe(n.options,e),a["super"]=n,a.options.props&&_i(a),a.options.computed&&Fi(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,R.forEach((function(e){a[e]=n[e]})),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=e,a.sealedOptions=T({},a.options),r[i]=a,a}}function _i(e){var t=e.options.props;for(var n in t)ri(e.prototype,"_props",n)}function Fi(e){var t=e.options.computed;for(var n in t)ci(e.prototype,n,t[n])}function Ui(e){R.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&u(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"===typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}function Si(e){return e&&(e.Ctor.options.name||e.tag)}function Ti(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"===typeof e?e.split(",").indexOf(t)>-1:!!c(e)&&e.test(t)}function Hi(e,t){var n=e.cache,i=e.keys,r=e._vnode;for(var o in n){var a=n[o];if(a){var s=Si(a.componentOptions);s&&!t(s)&&Mi(n,o,i,r)}}}function Mi(e,t,n,i){var r=e[t];!r||i&&r.tag===i.tag||r.componentInstance.$destroy(),e[t]=null,v(n,t)}yi(Ci),mi(Ci),Un(Ci),Mn(Ci),vn(Ci);var Oi=[String,RegExp,Array],Di={name:"keep-alive",abstract:!0,props:{include:Oi,exclude:Oi,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Mi(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){Hi(e,(function(e){return Ti(t,e)}))})),this.$watch("exclude",(function(t){Hi(e,(function(e){return!Ti(t,e)}))}))},render:function(){var e=this.$slots.default,t=Cn(e),n=t&&t.componentOptions;if(n){var i=Si(n),r=this,o=r.include,a=r.exclude;if(o&&(!i||!Ti(o,i))||a&&i&&Ti(a,i))return t;var s=this,A=s.cache,l=s.keys,u=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;A[u]?(t.componentInstance=A[u].componentInstance,v(l,u),l.push(u)):(A[u]=t,l.push(u),this.max&&l.length>parseInt(this.max)&&Mi(A,l[0],l,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},Ni={KeepAlive:Di};function ki(e){var t={get:function(){return K}};Object.defineProperty(e,"config",t),e.util={warn:fe,extend:T,mergeOptions:Xe,defineReactive:Oe},e.set=De,e.delete=Ne,e.nextTick=dt,e.observable=function(e){return Me(e),e},e.options=Object.create(null),R.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,T(e.options.components,Ni),Ei(e),xi(e),Qi(e),Ui(e)}ki(Ci),Object.defineProperty(Ci.prototype,"$isServer",{get:Ae}),Object.defineProperty(Ci.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Ci,"FunctionalRenderContext",{value:Jt}),Ci.version="2.6.12";var Ii=g("style,class"),Pi=g("input,textarea,option,select,progress"),Ri=function(e,t,n){return"value"===n&&Pi(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Li=g("contenteditable,draggable,spellcheck"),Ki=g("events,caret,typing,plaintext-only"),Vi=function(e,t){return Xi(t)||"false"===t?"false":"contenteditable"===e&&Ki(t)?t:"true"},zi=g("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),ji="http://www.w3.org/1999/xlink",$i=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Wi=function(e){return $i(e)?e.slice(6,e.length):""},Xi=function(e){return null==e||!1===e};function Gi(e){var t=e.data,n=e,i=e;while(r(i.componentInstance))i=i.componentInstance._vnode,i&&i.data&&(t=Yi(i.data,t));while(r(n=n.parent))n&&n.data&&(t=Yi(t,n.data));return Ji(t.staticClass,t.class)}function Yi(e,t){return{staticClass:qi(e.staticClass,t.staticClass),class:r(e.class)?[e.class,t.class]:t.class}}function Ji(e,t){return r(e)||r(t)?qi(e,Zi(t)):""}function qi(e,t){return e?t?e+" "+t:e:t||""}function Zi(e){return Array.isArray(e)?er(e):A(e)?tr(e):"string"===typeof e?e:""}function er(e){for(var t,n="",i=0,o=e.length;i<o;i++)r(t=Zi(e[i]))&&""!==t&&(n&&(n+=" "),n+=t);return n}function tr(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}var nr={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},ir=g("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),rr=g("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),or=function(e){return ir(e)||rr(e)};function ar(e){return rr(e)?"svg":"math"===e?"math":void 0}var sr=Object.create(null);function Ar(e){if(!Y)return!0;if(or(e))return!1;if(e=e.toLowerCase(),null!=sr[e])return sr[e];var t=document.createElement(e);return e.indexOf("-")>-1?sr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:sr[e]=/HTMLUnknownElement/.test(t.toString())}var lr=g("text,number,password,search,email,tel,url");function ur(e){if("string"===typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}function cr(e,t){var n=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n}function hr(e,t){return document.createElementNS(nr[e],t)}function fr(e){return document.createTextNode(e)}function dr(e){return document.createComment(e)}function pr(e,t,n){e.insertBefore(t,n)}function gr(e,t){e.removeChild(t)}function mr(e,t){e.appendChild(t)}function vr(e){return e.parentNode}function yr(e){return e.nextSibling}function Br(e){return e.tagName}function wr(e,t){e.textContent=t}function br(e,t){e.setAttribute(t,"")}var Cr=Object.freeze({createElement:cr,createElementNS:hr,createTextNode:fr,createComment:dr,insertBefore:pr,removeChild:gr,appendChild:mr,parentNode:vr,nextSibling:yr,tagName:Br,setTextContent:wr,setStyleScope:br}),Er={create:function(e,t){xr(t)},update:function(e,t){e.data.ref!==t.data.ref&&(xr(e,!0),xr(t))},destroy:function(e){xr(e,!0)}};function xr(e,t){var n=e.data.ref;if(r(n)){var i=e.context,o=e.componentInstance||e.elm,a=i.$refs;t?Array.isArray(a[n])?v(a[n],o):a[n]===o&&(a[n]=void 0):e.data.refInFor?Array.isArray(a[n])?a[n].indexOf(o)<0&&a[n].push(o):a[n]=[o]:a[n]=o}}var Qr=new ye("",{},[]),_r=["create","activate","update","remove","destroy"];function Fr(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&r(e.data)===r(t.data)&&Ur(e,t)||o(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&i(t.asyncFactory.error))}function Ur(e,t){if("input"!==e.tag)return!0;var n,i=r(n=e.data)&&r(n=n.attrs)&&n.type,o=r(n=t.data)&&r(n=n.attrs)&&n.type;return i===o||lr(i)&&lr(o)}function Sr(e,t,n){var i,o,a={};for(i=t;i<=n;++i)o=e[i].key,r(o)&&(a[o]=i);return a}function Tr(e){var t,n,a={},A=e.modules,l=e.nodeOps;for(t=0;t<_r.length;++t)for(a[_r[t]]=[],n=0;n<A.length;++n)r(A[n][_r[t]])&&a[_r[t]].push(A[n][_r[t]]);function u(e){return new ye(l.tagName(e).toLowerCase(),{},[],void 0,e)}function c(e,t){function n(){0===--n.listeners&&h(e)}return n.listeners=t,n}function h(e){var t=l.parentNode(e);r(t)&&l.removeChild(t,e)}function f(e,t,n,i,a,s,A){if(r(e.elm)&&r(s)&&(e=s[A]=Ce(e)),e.isRootInsert=!a,!d(e,t,n,i)){var u=e.data,c=e.children,h=e.tag;r(h)?(e.elm=e.ns?l.createElementNS(e.ns,h):l.createElement(h,e),b(e),y(e,c,t),r(u)&&w(e,t),v(n,e.elm,i)):o(e.isComment)?(e.elm=l.createComment(e.text),v(n,e.elm,i)):(e.elm=l.createTextNode(e.text),v(n,e.elm,i))}}function d(e,t,n,i){var a=e.data;if(r(a)){var s=r(e.componentInstance)&&a.keepAlive;if(r(a=a.hook)&&r(a=a.init)&&a(e,!1),r(e.componentInstance))return p(e,t),v(n,e.elm,i),o(s)&&m(e,t,n,i),!0}}function p(e,t){r(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,B(e)?(w(e,t),b(e)):(xr(e),t.push(e))}function m(e,t,n,i){var o,s=e;while(s.componentInstance)if(s=s.componentInstance._vnode,r(o=s.data)&&r(o=o.transition)){for(o=0;o<a.activate.length;++o)a.activate[o](Qr,s);t.push(s);break}v(n,e.elm,i)}function v(e,t,n){r(e)&&(r(n)?l.parentNode(n)===e&&l.insertBefore(e,t,n):l.appendChild(e,t))}function y(e,t,n){if(Array.isArray(t)){0;for(var i=0;i<t.length;++i)f(t[i],n,e.elm,null,!0,t,i)}else s(e.text)&&l.appendChild(e.elm,l.createTextNode(String(e.text)))}function B(e){while(e.componentInstance)e=e.componentInstance._vnode;return r(e.tag)}function w(e,n){for(var i=0;i<a.create.length;++i)a.create[i](Qr,e);t=e.data.hook,r(t)&&(r(t.create)&&t.create(Qr,e),r(t.insert)&&n.push(e))}function b(e){var t;if(r(t=e.fnScopeId))l.setStyleScope(e.elm,t);else{var n=e;while(n)r(t=n.context)&&r(t=t.$options._scopeId)&&l.setStyleScope(e.elm,t),n=n.parent}r(t=Sn)&&t!==e.context&&t!==e.fnContext&&r(t=t.$options._scopeId)&&l.setStyleScope(e.elm,t)}function C(e,t,n,i,r,o){for(;i<=r;++i)f(n[i],o,e,t,!1,n,i)}function E(e){var t,n,i=e.data;if(r(i))for(r(t=i.hook)&&r(t=t.destroy)&&t(e),t=0;t<a.destroy.length;++t)a.destroy[t](e);if(r(t=e.children))for(n=0;n<e.children.length;++n)E(e.children[n])}function x(e,t,n){for(;t<=n;++t){var i=e[t];r(i)&&(r(i.tag)?(Q(i),E(i)):h(i.elm))}}function Q(e,t){if(r(t)||r(e.data)){var n,i=a.remove.length+1;for(r(t)?t.listeners+=i:t=c(e.elm,i),r(n=e.componentInstance)&&r(n=n._vnode)&&r(n.data)&&Q(n,t),n=0;n<a.remove.length;++n)a.remove[n](e,t);r(n=e.data.hook)&&r(n=n.remove)?n(e,t):t()}else h(e.elm)}function _(e,t,n,o,a){var s,A,u,c,h=0,d=0,p=t.length-1,g=t[0],m=t[p],v=n.length-1,y=n[0],B=n[v],w=!a;while(h<=p&&d<=v)i(g)?g=t[++h]:i(m)?m=t[--p]:Fr(g,y)?(U(g,y,o,n,d),g=t[++h],y=n[++d]):Fr(m,B)?(U(m,B,o,n,v),m=t[--p],B=n[--v]):Fr(g,B)?(U(g,B,o,n,v),w&&l.insertBefore(e,g.elm,l.nextSibling(m.elm)),g=t[++h],B=n[--v]):Fr(m,y)?(U(m,y,o,n,d),w&&l.insertBefore(e,m.elm,g.elm),m=t[--p],y=n[++d]):(i(s)&&(s=Sr(t,h,p)),A=r(y.key)?s[y.key]:F(y,t,h,p),i(A)?f(y,o,e,g.elm,!1,n,d):(u=t[A],Fr(u,y)?(U(u,y,o,n,d),t[A]=void 0,w&&l.insertBefore(e,u.elm,g.elm)):f(y,o,e,g.elm,!1,n,d)),y=n[++d]);h>p?(c=i(n[v+1])?null:n[v+1].elm,C(e,c,n,d,v,o)):d>v&&x(t,h,p)}function F(e,t,n,i){for(var o=n;o<i;o++){var a=t[o];if(r(a)&&Fr(e,a))return o}}function U(e,t,n,s,A,u){if(e!==t){r(t.elm)&&r(s)&&(t=s[A]=Ce(t));var c=t.elm=e.elm;if(o(e.isAsyncPlaceholder))r(t.asyncFactory.resolved)?H(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(o(t.isStatic)&&o(e.isStatic)&&t.key===e.key&&(o(t.isCloned)||o(t.isOnce)))t.componentInstance=e.componentInstance;else{var h,f=t.data;r(f)&&r(h=f.hook)&&r(h=h.prepatch)&&h(e,t);var d=e.children,p=t.children;if(r(f)&&B(t)){for(h=0;h<a.update.length;++h)a.update[h](e,t);r(h=f.hook)&&r(h=h.update)&&h(e,t)}i(t.text)?r(d)&&r(p)?d!==p&&_(c,d,p,n,u):r(p)?(r(e.text)&&l.setTextContent(c,""),C(c,null,p,0,p.length-1,n)):r(d)?x(d,0,d.length-1):r(e.text)&&l.setTextContent(c,""):e.text!==t.text&&l.setTextContent(c,t.text),r(f)&&r(h=f.hook)&&r(h=h.postpatch)&&h(e,t)}}}function S(e,t,n){if(o(n)&&r(e.parent))e.parent.data.pendingInsert=t;else for(var i=0;i<t.length;++i)t[i].data.hook.insert(t[i])}var T=g("attrs,class,staticClass,staticStyle,key");function H(e,t,n,i){var a,s=t.tag,A=t.data,l=t.children;if(i=i||A&&A.pre,t.elm=e,o(t.isComment)&&r(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(r(A)&&(r(a=A.hook)&&r(a=a.init)&&a(t,!0),r(a=t.componentInstance)))return p(t,n),!0;if(r(s)){if(r(l))if(e.hasChildNodes())if(r(a=A)&&r(a=a.domProps)&&r(a=a.innerHTML)){if(a!==e.innerHTML)return!1}else{for(var u=!0,c=e.firstChild,h=0;h<l.length;h++){if(!c||!H(c,l[h],n,i)){u=!1;break}c=c.nextSibling}if(!u||c)return!1}else y(t,l,n);if(r(A)){var f=!1;for(var d in A)if(!T(d)){f=!0,w(t,n);break}!f&&A["class"]&&gt(A["class"])}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,s){if(!i(t)){var A=!1,c=[];if(i(e))A=!0,f(t,c);else{var h=r(e.nodeType);if(!h&&Fr(e,t))U(e,t,c,null,null,s);else{if(h){if(1===e.nodeType&&e.hasAttribute(P)&&(e.removeAttribute(P),n=!0),o(n)&&H(e,t,c))return S(t,c,!0),e;e=u(e)}var d=e.elm,p=l.parentNode(d);if(f(t,c,d._leaveCb?null:p,l.nextSibling(d)),r(t.parent)){var g=t.parent,m=B(t);while(g){for(var v=0;v<a.destroy.length;++v)a.destroy[v](g);if(g.elm=t.elm,m){for(var y=0;y<a.create.length;++y)a.create[y](Qr,g);var w=g.data.hook.insert;if(w.merged)for(var b=1;b<w.fns.length;b++)w.fns[b]()}else xr(g);g=g.parent}}r(p)?x([e],0,0):r(e.tag)&&E(e)}}return S(t,c,A),t.elm}r(e)&&E(e)}}var Hr={create:Mr,update:Mr,destroy:function(e){Mr(e,Qr)}};function Mr(e,t){(e.data.directives||t.data.directives)&&Or(e,t)}function Or(e,t){var n,i,r,o=e===Qr,a=t===Qr,s=Nr(e.data.directives,e.context),A=Nr(t.data.directives,t.context),l=[],u=[];for(n in A)i=s[n],r=A[n],i?(r.oldValue=i.value,r.oldArg=i.arg,Ir(r,"update",t,e),r.def&&r.def.componentUpdated&&u.push(r)):(Ir(r,"bind",t,e),r.def&&r.def.inserted&&l.push(r));if(l.length){var c=function(){for(var n=0;n<l.length;n++)Ir(l[n],"inserted",t,e)};o?wt(t,"insert",c):c()}if(u.length&&wt(t,"postpatch",(function(){for(var n=0;n<u.length;n++)Ir(u[n],"componentUpdated",t,e)})),!o)for(n in s)A[n]||Ir(s[n],"unbind",e,e,a)}var Dr=Object.create(null);function Nr(e,t){var n,i,r=Object.create(null);if(!e)return r;for(n=0;n<e.length;n++)i=e[n],i.modifiers||(i.modifiers=Dr),r[kr(i)]=i,i.def=Ge(t.$options,"directives",i.name,!0);return r}function kr(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function Ir(e,t,n,i,r){var o=e.def&&e.def[t];if(o)try{o(n.elm,e,n,i,r)}catch(Ca){tt(Ca,n.context,"directive "+e.name+" "+t+" hook")}}var Pr=[Er,Hr];function Rr(e,t){var n=t.componentOptions;if((!r(n)||!1!==n.Ctor.options.inheritAttrs)&&(!i(e.data.attrs)||!i(t.data.attrs))){var o,a,s,A=t.elm,l=e.data.attrs||{},u=t.data.attrs||{};for(o in r(u.__ob__)&&(u=t.data.attrs=T({},u)),u)a=u[o],s=l[o],s!==a&&Lr(A,o,a);for(o in(ee||ne)&&u.value!==l.value&&Lr(A,"value",u.value),l)i(u[o])&&($i(o)?A.removeAttributeNS(ji,Wi(o)):Li(o)||A.removeAttribute(o))}}function Lr(e,t,n){e.tagName.indexOf("-")>-1?Kr(e,t,n):zi(t)?Xi(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):Li(t)?e.setAttribute(t,Vi(t,n)):$i(t)?Xi(n)?e.removeAttributeNS(ji,Wi(t)):e.setAttributeNS(ji,t,n):Kr(e,t,n)}function Kr(e,t,n){if(Xi(n))e.removeAttribute(t);else{if(ee&&!te&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var i=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",i)};e.addEventListener("input",i),e.__ieph=!0}e.setAttribute(t,n)}}var Vr={create:Rr,update:Rr};function zr(e,t){var n=t.elm,o=t.data,a=e.data;if(!(i(o.staticClass)&&i(o.class)&&(i(a)||i(a.staticClass)&&i(a.class)))){var s=Gi(t),A=n._transitionClasses;r(A)&&(s=qi(s,Zi(A))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var jr,$r={create:zr,update:zr},Wr="__r",Xr="__c";function Gr(e){if(r(e[Wr])){var t=ee?"change":"input";e[t]=[].concat(e[Wr],e[t]||[]),delete e[Wr]}r(e[Xr])&&(e.change=[].concat(e[Xr],e.change||[]),delete e[Xr])}function Yr(e,t,n){var i=jr;return function r(){var o=t.apply(null,arguments);null!==o&&Zr(e,r,n,i)}}var Jr=at&&!(re&&Number(re[1])<=53);function qr(e,t,n,i){if(Jr){var r=Wn,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=r||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}jr.addEventListener(e,t,ae?{capture:n,passive:i}:n)}function Zr(e,t,n,i){(i||jr).removeEventListener(e,t._wrapper||t,n)}function eo(e,t){if(!i(e.data.on)||!i(t.data.on)){var n=t.data.on||{},r=e.data.on||{};jr=t.elm,Gr(n),Bt(n,r,qr,Zr,Yr,t.context),jr=void 0}}var to,no={create:eo,update:eo};function io(e,t){if(!i(e.data.domProps)||!i(t.data.domProps)){var n,o,a=t.elm,s=e.data.domProps||{},A=t.data.domProps||{};for(n in r(A.__ob__)&&(A=t.data.domProps=T({},A)),s)n in A||(a[n]="");for(n in A){if(o=A[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),o===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=o;var l=i(o)?"":String(o);ro(a,l)&&(a.value=l)}else if("innerHTML"===n&&rr(a.tagName)&&i(a.innerHTML)){to=to||document.createElement("div"),to.innerHTML="<svg>"+o+"</svg>";var u=to.firstChild;while(a.firstChild)a.removeChild(a.firstChild);while(u.firstChild)a.appendChild(u.firstChild)}else if(o!==s[n])try{a[n]=o}catch(Ca){}}}}function ro(e,t){return!e.composing&&("OPTION"===e.tagName||oo(e,t)||ao(e,t))}function oo(e,t){var n=!0;try{n=document.activeElement!==e}catch(Ca){}return n&&e.value!==t}function ao(e,t){var n=e.value,i=e._vModifiers;if(r(i)){if(i.number)return p(n)!==p(t);if(i.trim)return n.trim()!==t.trim()}return n!==t}var so={create:io,update:io},Ao=w((function(e){var t={},n=/;(?![^(]*\))/g,i=/:(.+)/;return e.split(n).forEach((function(e){if(e){var n=e.split(i);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}));function lo(e){var t=uo(e.style);return e.staticStyle?T(e.staticStyle,t):t}function uo(e){return Array.isArray(e)?H(e):"string"===typeof e?Ao(e):e}function co(e,t){var n,i={};if(t){var r=e;while(r.componentInstance)r=r.componentInstance._vnode,r&&r.data&&(n=lo(r.data))&&T(i,n)}(n=lo(e.data))&&T(i,n);var o=e;while(o=o.parent)o.data&&(n=lo(o.data))&&T(i,n);return i}var ho,fo=/^--/,po=/\s*!important$/,go=function(e,t,n){if(fo.test(t))e.style.setProperty(t,n);else if(po.test(n))e.style.setProperty(Q(t),n.replace(po,""),"important");else{var i=vo(t);if(Array.isArray(n))for(var r=0,o=n.length;r<o;r++)e.style[i]=n[r];else e.style[i]=n}},mo=["Webkit","Moz","ms"],vo=w((function(e){if(ho=ho||document.createElement("div").style,e=C(e),"filter"!==e&&e in ho)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<mo.length;n++){var i=mo[n]+t;if(i in ho)return i}}));function yo(e,t){var n=t.data,o=e.data;if(!(i(n.staticStyle)&&i(n.style)&&i(o.staticStyle)&&i(o.style))){var a,s,A=t.elm,l=o.staticStyle,u=o.normalizedStyle||o.style||{},c=l||u,h=uo(t.data.style)||{};t.data.normalizedStyle=r(h.__ob__)?T({},h):h;var f=co(t,!0);for(s in c)i(f[s])&&go(A,s,"");for(s in f)a=f[s],a!==c[s]&&go(A,s,null==a?"":a)}}var Bo={create:yo,update:yo},wo=/\s+/;function bo(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(wo).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function Co(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(wo).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{var n=" "+(e.getAttribute("class")||"")+" ",i=" "+t+" ";while(n.indexOf(i)>=0)n=n.replace(i," ");n=n.trim(),n?e.setAttribute("class",n):e.removeAttribute("class")}}function Eo(e){if(e){if("object"===typeof e){var t={};return!1!==e.css&&T(t,xo(e.name||"v")),T(t,e),t}return"string"===typeof e?xo(e):void 0}}var xo=w((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),Qo=Y&&!te,_o="transition",Fo="animation",Uo="transition",So="transitionend",To="animation",Ho="animationend";Qo&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Uo="WebkitTransition",So="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(To="WebkitAnimation",Ho="webkitAnimationEnd"));var Mo=Y?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Oo(e){Mo((function(){Mo(e)}))}function Do(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),bo(e,t))}function No(e,t){e._transitionClasses&&v(e._transitionClasses,t),Co(e,t)}function ko(e,t,n){var i=Po(e,t),r=i.type,o=i.timeout,a=i.propCount;if(!r)return n();var s=r===_o?So:Ho,A=0,l=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++A>=a&&l()};setTimeout((function(){A<a&&l()}),o+1),e.addEventListener(s,u)}var Io=/\b(transform|all)(,|$)/;function Po(e,t){var n,i=window.getComputedStyle(e),r=(i[Uo+"Delay"]||"").split(", "),o=(i[Uo+"Duration"]||"").split(", "),a=Ro(r,o),s=(i[To+"Delay"]||"").split(", "),A=(i[To+"Duration"]||"").split(", "),l=Ro(s,A),u=0,c=0;t===_o?a>0&&(n=_o,u=a,c=o.length):t===Fo?l>0&&(n=Fo,u=l,c=A.length):(u=Math.max(a,l),n=u>0?a>l?_o:Fo:null,c=n?n===_o?o.length:A.length:0);var h=n===_o&&Io.test(i[Uo+"Property"]);return{type:n,timeout:u,propCount:c,hasTransform:h}}function Ro(e,t){while(e.length<t.length)e=e.concat(e);return Math.max.apply(null,t.map((function(t,n){return Lo(t)+Lo(e[n])})))}function Lo(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function Ko(e,t){var n=e.elm;r(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var o=Eo(e.data.transition);if(!i(o)&&!r(n._enterCb)&&1===n.nodeType){var a=o.css,s=o.type,l=o.enterClass,u=o.enterToClass,c=o.enterActiveClass,h=o.appearClass,f=o.appearToClass,d=o.appearActiveClass,g=o.beforeEnter,m=o.enter,v=o.afterEnter,y=o.enterCancelled,B=o.beforeAppear,w=o.appear,b=o.afterAppear,C=o.appearCancelled,E=o.duration,x=Sn,Q=Sn.$vnode;while(Q&&Q.parent)x=Q.context,Q=Q.parent;var _=!x._isMounted||!e.isRootInsert;if(!_||w||""===w){var F=_&&h?h:l,U=_&&d?d:c,S=_&&f?f:u,T=_&&B||g,H=_&&"function"===typeof w?w:m,M=_&&b||v,O=_&&C||y,D=p(A(E)?E.enter:E);0;var N=!1!==a&&!te,k=jo(H),P=n._enterCb=I((function(){N&&(No(n,S),No(n,U)),P.cancelled?(N&&No(n,F),O&&O(n)):M&&M(n),n._enterCb=null}));e.data.show||wt(e,"insert",(function(){var t=n.parentNode,i=t&&t._pending&&t._pending[e.key];i&&i.tag===e.tag&&i.elm._leaveCb&&i.elm._leaveCb(),H&&H(n,P)})),T&&T(n),N&&(Do(n,F),Do(n,U),Oo((function(){No(n,F),P.cancelled||(Do(n,S),k||(zo(D)?setTimeout(P,D):ko(n,s,P)))}))),e.data.show&&(t&&t(),H&&H(n,P)),N||k||P()}}}function Vo(e,t){var n=e.elm;r(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var o=Eo(e.data.transition);if(i(o)||1!==n.nodeType)return t();if(!r(n._leaveCb)){var a=o.css,s=o.type,l=o.leaveClass,u=o.leaveToClass,c=o.leaveActiveClass,h=o.beforeLeave,f=o.leave,d=o.afterLeave,g=o.leaveCancelled,m=o.delayLeave,v=o.duration,y=!1!==a&&!te,B=jo(f),w=p(A(v)?v.leave:v);0;var b=n._leaveCb=I((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),y&&(No(n,u),No(n,c)),b.cancelled?(y&&No(n,l),g&&g(n)):(t(),d&&d(n)),n._leaveCb=null}));m?m(C):C()}function C(){b.cancelled||(!e.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),h&&h(n),y&&(Do(n,l),Do(n,c),Oo((function(){No(n,l),b.cancelled||(Do(n,u),B||(zo(w)?setTimeout(b,w):ko(n,s,b)))}))),f&&f(n,b),y||B||b())}}function zo(e){return"number"===typeof e&&!isNaN(e)}function jo(e){if(i(e))return!1;var t=e.fns;return r(t)?jo(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function $o(e,t){!0!==t.data.show&&Ko(t)}var Wo=Y?{create:$o,activate:$o,remove:function(e,t){!0!==e.data.show?Vo(e,t):t()}}:{},Xo=[Vr,$r,no,so,Bo,Wo],Go=Xo.concat(Pr),Yo=Tr({nodeOps:Cr,modules:Go});te&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&ra(e,"input")}));var Jo={inserted:function(e,t,n,i){"select"===n.tag?(i.elm&&!i.elm._vOptions?wt(n,"postpatch",(function(){Jo.componentUpdated(e,t,n)})):qo(e,t,n.context),e._vOptions=[].map.call(e.options,ta)):("textarea"===n.tag||lr(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",na),e.addEventListener("compositionend",ia),e.addEventListener("change",ia),te&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){qo(e,t,n.context);var i=e._vOptions,r=e._vOptions=[].map.call(e.options,ta);if(r.some((function(e,t){return!N(e,i[t])}))){var o=e.multiple?t.value.some((function(e){return ea(e,r)})):t.value!==t.oldValue&&ea(t.value,r);o&&ra(e,"change")}}}};function qo(e,t,n){Zo(e,t,n),(ee||ne)&&setTimeout((function(){Zo(e,t,n)}),0)}function Zo(e,t,n){var i=t.value,r=e.multiple;if(!r||Array.isArray(i)){for(var o,a,s=0,A=e.options.length;s<A;s++)if(a=e.options[s],r)o=k(i,ta(a))>-1,a.selected!==o&&(a.selected=o);else if(N(ta(a),i))return void(e.selectedIndex!==s&&(e.selectedIndex=s));r||(e.selectedIndex=-1)}}function ea(e,t){return t.every((function(t){return!N(t,e)}))}function ta(e){return"_value"in e?e._value:e.value}function na(e){e.target.composing=!0}function ia(e){e.target.composing&&(e.target.composing=!1,ra(e.target,"input"))}function ra(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function oa(e){return!e.componentInstance||e.data&&e.data.transition?e:oa(e.componentInstance._vnode)}var aa={bind:function(e,t,n){var i=t.value;n=oa(n);var r=n.data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;i&&r?(n.data.show=!0,Ko(n,(function(){e.style.display=o}))):e.style.display=i?o:"none"},update:function(e,t,n){var i=t.value,r=t.oldValue;if(!i!==!r){n=oa(n);var o=n.data&&n.data.transition;o?(n.data.show=!0,i?Ko(n,(function(){e.style.display=e.__vOriginalDisplay})):Vo(n,(function(){e.style.display="none"}))):e.style.display=i?e.__vOriginalDisplay:"none"}},unbind:function(e,t,n,i,r){r||(e.style.display=e.__vOriginalDisplay)}},sa={model:Jo,show:aa},Aa={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function la(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?la(Cn(t.children)):e}function ua(e){var t={},n=e.$options;for(var i in n.propsData)t[i]=e[i];var r=n._parentListeners;for(var o in r)t[C(o)]=r[o];return t}function ca(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function ha(e){while(e=e.parent)if(e.data.transition)return!0}function fa(e,t){return t.key===e.key&&t.tag===e.tag}var da=function(e){return e.tag||bn(e)},pa=function(e){return"show"===e.name},ga={name:"transition",props:Aa,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(da),n.length)){0;var i=this.mode;0;var r=n[0];if(ha(this.$vnode))return r;var o=la(r);if(!o)return r;if(this._leaving)return ca(e,r);var a="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?a+"comment":a+o.tag:s(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var A=(o.data||(o.data={})).transition=ua(this),l=this._vnode,u=la(l);if(o.data.directives&&o.data.directives.some(pa)&&(o.data.show=!0),u&&u.data&&!fa(o,u)&&!bn(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var c=u.data.transition=T({},A);if("out-in"===i)return this._leaving=!0,wt(c,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),ca(e,r);if("in-out"===i){if(bn(o))return l;var h,f=function(){h()};wt(A,"afterEnter",f),wt(A,"enterCancelled",f),wt(c,"delayLeave",(function(e){h=e}))}}return r}}},ma=T({tag:String,moveClass:String},Aa);delete ma.mode;var va={props:ma,beforeMount:function(){var e=this,t=this._update;this._update=function(n,i){var r=Tn(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,r(),t.call(e,n,i)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),i=this.prevChildren=this.children,r=this.$slots.default||[],o=this.children=[],a=ua(this),s=0;s<r.length;s++){var A=r[s];if(A.tag)if(null!=A.key&&0!==String(A.key).indexOf("__vlist"))o.push(A),n[A.key]=A,(A.data||(A.data={})).transition=a;else;}if(i){for(var l=[],u=[],c=0;c<i.length;c++){var h=i[c];h.data.transition=a,h.data.pos=h.elm.getBoundingClientRect(),n[h.key]?l.push(h):u.push(h)}this.kept=e(t,null,l),this.removed=u}return e(t,null,o)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(ya),e.forEach(Ba),e.forEach(wa),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var n=e.elm,i=n.style;Do(n,t),i.transform=i.WebkitTransform=i.transitionDuration="",n.addEventListener(So,n._moveCb=function e(i){i&&i.target!==n||i&&!/transform$/.test(i.propertyName)||(n.removeEventListener(So,e),n._moveCb=null,No(n,t))})}})))},methods:{hasMove:function(e,t){if(!Qo)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){Co(n,e)})),bo(n,t),n.style.display="none",this.$el.appendChild(n);var i=Po(n);return this.$el.removeChild(n),this._hasMove=i.hasTransform}}};function ya(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Ba(e){e.data.newPos=e.elm.getBoundingClientRect()}function wa(e){var t=e.data.pos,n=e.data.newPos,i=t.left-n.left,r=t.top-n.top;if(i||r){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate("+i+"px,"+r+"px)",o.transitionDuration="0s"}}var ba={Transition:ga,TransitionGroup:va};Ci.config.mustUseProp=Ri,Ci.config.isReservedTag=or,Ci.config.isReservedAttr=Ii,Ci.config.getTagNamespace=ar,Ci.config.isUnknownElement=Ar,T(Ci.options.directives,sa),T(Ci.options.components,ba),Ci.prototype.__patch__=Y?Yo:M,Ci.prototype.$mount=function(e,t){return e=e&&Y?ur(e):void 0,On(this,e,t)},Y&&setTimeout((function(){K.devtools&&le&&le.emit("init",Ci)}),0),t["default"]=Ci}.call(this,n("c8ba"))},"2bb5":function(e,t,n){"use strict";t.__esModule=!0;n("8122");t.default={mounted:function(){},methods:{getMigratingConfig:function(){return{props:{},events:{}}}}}},"2f9a":function(e,t){e.exports=function(){}},"301c":function(e,t,n){n("e198")("asyncIterator")},3397:function(e,t,n){var i=n("7a41");e.exports=function(e,t){if(!i(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!i(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},3787:function(e,t,n){e.exports=function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=67)}({0:function(e,t,n){"use strict";function i(e,t,n,i,r,o,a,s){var A,l="function"===typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),i&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(A=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},l._ssrRegister=A):r&&(A=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),A)if(l.functional){l._injectStyles=A;var u=l.render;l.render=function(e,t){return A.call(t),u(e,t)}}else{var c=l.beforeCreate;l.beforeCreate=c?[].concat(c,A):[A]}return{exports:e,options:l}}n.d(t,"a",(function(){return i}))},3:function(e,t){e.exports=n("8122")},4:function(e,t){e.exports=n("d010")},48:function(e,t){e.exports=n("a15e")},67:function(e,t,n){"use strict";n.r(t);var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-form-item",class:[{"el-form-item--feedback":e.elForm&&e.elForm.statusIcon,"is-error":"error"===e.validateState,"is-validating":"validating"===e.validateState,"is-success":"success"===e.validateState,"is-required":e.isRequired||e.required,"is-no-asterisk":e.elForm&&e.elForm.hideRequiredAsterisk},e.sizeClass?"el-form-item--"+e.sizeClass:""]},[n("label-wrap",{attrs:{"is-auto-width":e.labelStyle&&"auto"===e.labelStyle.width,"update-all":"auto"===e.form.labelWidth}},[e.label||e.$slots.label?n("label",{staticClass:"el-form-item__label",style:e.labelStyle,attrs:{for:e.labelFor}},[e._t("label",[e._v(e._s(e.label+e.form.labelSuffix))])],2):e._e()]),n("div",{staticClass:"el-form-item__content",style:e.contentStyle},[e._t("default"),n("transition",{attrs:{name:"el-zoom-in-top"}},["error"===e.validateState&&e.showMessage&&e.form.showMessage?e._t("error",[n("div",{staticClass:"el-form-item__error",class:{"el-form-item__error--inline":"boolean"===typeof e.inlineMessage?e.inlineMessage:e.elForm&&e.elForm.inlineMessage||!1}},[e._v("\n "+e._s(e.validateMessage)+"\n ")])],{error:e.validateMessage}):e._e()],2)],2)],1)},r=[];i._withStripped=!0;var o,a,s=n(48),A=n.n(s),l=n(4),u=n.n(l),c=n(9),h=n.n(c),f=n(3),d={props:{isAutoWidth:Boolean,updateAll:Boolean},inject:["elForm","elFormItem"],render:function(){var e=arguments[0],t=this.$slots.default;if(!t)return null;if(this.isAutoWidth){var n=this.elForm.autoLabelWidth,i={};if(n&&"auto"!==n){var r=parseInt(n,10)-this.computedWidth;r&&(i.marginLeft=r+"px")}return e("div",{class:"el-form-item__label-wrap",style:i},[t])}return t[0]},methods:{getLabelWidth:function(){if(this.$el&&this.$el.firstElementChild){var e=window.getComputedStyle(this.$el.firstElementChild).width;return Math.ceil(parseFloat(e))}return 0},updateLabelWidth:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"update";this.$slots.default&&this.isAutoWidth&&this.$el.firstElementChild&&("update"===e?this.computedWidth=this.getLabelWidth():"remove"===e&&this.elForm.deregisterLabelWidth(this.computedWidth))}},watch:{computedWidth:function(e,t){this.updateAll&&(this.elForm.registerLabelWidth(e,t),this.elFormItem.updateComputedLabelWidth(e))}},data:function(){return{computedWidth:0}},mounted:function(){this.updateLabelWidth("update")},updated:function(){this.updateLabelWidth("update")},beforeDestroy:function(){this.updateLabelWidth("remove")}},p=d,g=n(0),m=Object(g["a"])(p,o,a,!1,null,null,null);m.options.__file="packages/form/src/label-wrap.vue";var v=m.exports,y={name:"ElFormItem",componentName:"ElFormItem",mixins:[u.a],provide:function(){return{elFormItem:this}},inject:["elForm"],props:{label:String,labelWidth:String,prop:String,required:{type:Boolean,default:void 0},rules:[Object,Array],error:String,validateStatus:String,for:String,inlineMessage:{type:[String,Boolean],default:""},showMessage:{type:Boolean,default:!0},size:String},components:{LabelWrap:v},watch:{error:{immediate:!0,handler:function(e){this.validateMessage=e,this.validateState=e?"error":""}},validateStatus:function(e){this.validateState=e}},computed:{labelFor:function(){return this.for||this.prop},labelStyle:function(){var e={};if("top"===this.form.labelPosition)return e;var t=this.labelWidth||this.form.labelWidth;return t&&(e.width=t),e},contentStyle:function(){var e={},t=this.label;if("top"===this.form.labelPosition||this.form.inline)return e;if(!t&&!this.labelWidth&&this.isNested)return e;var n=this.labelWidth||this.form.labelWidth;return"auto"===n?"auto"===this.labelWidth?e.marginLeft=this.computedLabelWidth:"auto"===this.form.labelWidth&&(e.marginLeft=this.elForm.autoLabelWidth):e.marginLeft=n,e},form:function(){var e=this.$parent,t=e.$options.componentName;while("ElForm"!==t)"ElFormItem"===t&&(this.isNested=!0),e=e.$parent,t=e.$options.componentName;return e},fieldValue:function(){var e=this.form.model;if(e&&this.prop){var t=this.prop;return-1!==t.indexOf(":")&&(t=t.replace(/:/,".")),Object(f["getPropByPath"])(e,t,!0).v}},isRequired:function(){var e=this.getRules(),t=!1;return e&&e.length&&e.every((function(e){return!e.required||(t=!0,!1)})),t},_formSize:function(){return this.elForm.size},elFormItemSize:function(){return this.size||this._formSize},sizeClass:function(){return this.elFormItemSize||(this.$ELEMENT||{}).size}},data:function(){return{validateState:"",validateMessage:"",validateDisabled:!1,validator:{},isNested:!1,computedLabelWidth:""}},methods:{validate:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:f["noop"];this.validateDisabled=!1;var i=this.getFilteredRule(e);if((!i||0===i.length)&&void 0===this.required)return n(),!0;this.validateState="validating";var r={};i&&i.length>0&&i.forEach((function(e){delete e.trigger})),r[this.prop]=i;var o=new A.a(r),a={};a[this.prop]=this.fieldValue,o.validate(a,{firstFields:!0},(function(e,i){t.validateState=e?"error":"success",t.validateMessage=e?e[0].message:"",n(t.validateMessage,i),t.elForm&&t.elForm.$emit("validate",t.prop,!e,t.validateMessage||null)}))},clearValidate:function(){this.validateState="",this.validateMessage="",this.validateDisabled=!1},resetField:function(){var e=this;this.validateState="",this.validateMessage="";var t=this.form.model,n=this.fieldValue,i=this.prop;-1!==i.indexOf(":")&&(i=i.replace(/:/,"."));var r=Object(f["getPropByPath"])(t,i,!0);this.validateDisabled=!0,Array.isArray(n)?r.o[r.k]=[].concat(this.initialValue):r.o[r.k]=this.initialValue,this.$nextTick((function(){e.validateDisabled=!1})),this.broadcast("ElTimeSelect","fieldReset",this.initialValue)},getRules:function(){var e=this.form.rules,t=this.rules,n=void 0!==this.required?{required:!!this.required}:[],i=Object(f["getPropByPath"])(e,this.prop||"");return e=e?i.o[this.prop||""]||i.v:[],[].concat(t||e||[]).concat(n)},getFilteredRule:function(e){var t=this.getRules();return t.filter((function(t){return!t.trigger||""===e||(Array.isArray(t.trigger)?t.trigger.indexOf(e)>-1:t.trigger===e)})).map((function(e){return h()({},e)}))},onFieldBlur:function(){this.validate("blur")},onFieldChange:function(){this.validateDisabled?this.validateDisabled=!1:this.validate("change")},updateComputedLabelWidth:function(e){this.computedLabelWidth=e?e+"px":""},addValidateEvents:function(){var e=this.getRules();(e.length||void 0!==this.required)&&(this.$on("el.form.blur",this.onFieldBlur),this.$on("el.form.change",this.onFieldChange))},removeValidateEvents:function(){this.$off()}},mounted:function(){if(this.prop){this.dispatch("ElForm","el.form.addField",[this]);var e=this.fieldValue;Array.isArray(e)&&(e=[].concat(e)),Object.defineProperty(this,"initialValue",{value:e}),this.addValidateEvents()}},beforeDestroy:function(){this.dispatch("ElForm","el.form.removeField",[this])}},B=y,w=Object(g["a"])(B,i,r,!1,null,null,null);w.options.__file="packages/form/src/form-item.vue";var b=w.exports;b.install=function(e){e.component(b.name,b)};t["default"]=b},9:function(e,t){e.exports=n("7f4d")}})},"393a":function(e,t,n){"use strict";var i=n("e444"),r=n("512c"),o=n("ba01"),a=n("051b"),s=n("8a0d"),A=n("26dd"),l=n("92f0"),u=n("ce7a"),c=n("cc15")("iterator"),h=!([].keys&&"next"in[].keys()),f="@@iterator",d="keys",p="values",g=function(){return this};e.exports=function(e,t,n,m,v,y,B){A(n,t,m);var w,b,C,E=function(e){if(!h&&e in F)return F[e];switch(e){case d:return function(){return new n(this,e)};case p:return function(){return new n(this,e)}}return function(){return new n(this,e)}},x=t+" Iterator",Q=v==p,_=!1,F=e.prototype,U=F[c]||F[f]||v&&F[v],S=U||E(v),T=v?Q?E("entries"):S:void 0,H="Array"==t&&F.entries||U;if(H&&(C=u(H.call(new e)),C!==Object.prototype&&C.next&&(l(C,x,!0),i||"function"==typeof C[c]||a(C,c,g))),Q&&U&&U.name!==p&&(_=!0,S=function(){return U.call(this)}),i&&!B||!h&&!_&&F[c]||a(F,c,S),s[t]=S,s[x]=g,v)if(w={values:Q?S:E(p),keys:y?S:E(d),entries:T},B)for(b in w)b in F||o(F,b,w[b]);else r(r.P+r.F*(h||_),t,w);return w}},"39ad":function(e,t,n){var i=n("6ca1"),r=n("d16a"),o=n("9d11");e.exports=function(e){return function(t,n,a){var s,A=i(t),l=r(A.length),u=o(a,l);if(e&&n!=n){while(l>u)if(s=A[u++],s!=s)return!0}else for(;l>u;u++)if((e||u in A)&&A[u]===n)return e||u||0;return!e&&-1}}},"3c4e":function(e,t,n){"use strict";var i=function(e){return r(e)&&!o(e)};function r(e){return!!e&&"object"===typeof e}function o(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||A(e)}var a="function"===typeof Symbol&&Symbol.for,s=a?Symbol.for("react.element"):60103;function A(e){return e.$$typeof===s}function l(e){return Array.isArray(e)?[]:{}}function u(e,t){var n=t&&!0===t.clone;return n&&i(e)?f(l(e),e,t):e}function c(e,t,n){var r=e.slice();return t.forEach((function(t,o){"undefined"===typeof r[o]?r[o]=u(t,n):i(t)?r[o]=f(e[o],t,n):-1===e.indexOf(t)&&r.push(u(t,n))})),r}function h(e,t,n){var r={};return i(e)&&Object.keys(e).forEach((function(t){r[t]=u(e[t],n)})),Object.keys(t).forEach((function(o){i(t[o])&&e[o]?r[o]=f(e[o],t[o],n):r[o]=u(t[o],n)})),r}function f(e,t,n){var i=Array.isArray(t),r=Array.isArray(e),o=n||{arrayMerge:c},a=i===r;if(a){if(i){var s=o.arrayMerge||c;return s(e,t,n)}return h(e,t,n)}return u(t,n)}f.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return f(e,n,t)}))};var d=f;e.exports=d},"3f6b":function(e,t,n){e.exports={default:n("b9c7"),__esModule:!0}},4010:function(e,t,n){"use strict";t.__esModule=!0,t.removeResizeListener=t.addResizeListener=void 0;var i=n("6dd8"),r=o(i);function o(e){return e&&e.__esModule?e:{default:e}}var a="undefined"===typeof window,s=function(e){var t=e,n=Array.isArray(t),i=0;for(t=n?t:t[Symbol.iterator]();;){var r;if(n){if(i>=t.length)break;r=t[i++]}else{if(i=t.next(),i.done)break;r=i.value}var o=r,a=o.target.__resizeListeners__||[];a.length&&a.forEach((function(e){e()}))}};t.addResizeListener=function(e,t){a||(e.__resizeListeners__||(e.__resizeListeners__=[],e.__ro__=new r.default(s),e.__ro__.observe(e)),e.__resizeListeners__.push(t))},t.removeResizeListener=function(e,t){e&&e.__resizeListeners__&&(e.__resizeListeners__.splice(e.__resizeListeners__.indexOf(t),1),e.__resizeListeners__.length||e.__ro__.disconnect())}},4105:function(e,t,n){e.exports=function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=121)}({0:function(e,t,n){"use strict";function i(e,t,n,i,r,o,a,s){var A,l="function"===typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),i&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(A=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},l._ssrRegister=A):r&&(A=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),A)if(l.functional){l._injectStyles=A;var u=l.render;l.render=function(e,t){return A.call(t),u(e,t)}}else{var c=l.beforeCreate;l.beforeCreate=c?[].concat(c,A):[A]}return{exports:e,options:l}}n.d(t,"a",(function(){return i}))},121:function(e,t,n){"use strict";n.r(t);var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("form",{staticClass:"el-form",class:[e.labelPosition?"el-form--label-"+e.labelPosition:"",{"el-form--inline":e.inline}]},[e._t("default")],2)},r=[];i._withStripped=!0;var o=n(9),a=n.n(o),s={name:"ElForm",componentName:"ElForm",provide:function(){return{elForm:this}},props:{model:Object,rules:Object,labelPosition:String,labelWidth:String,labelSuffix:{type:String,default:""},inline:Boolean,inlineMessage:Boolean,statusIcon:Boolean,showMessage:{type:Boolean,default:!0},size:String,disabled:Boolean,validateOnRuleChange:{type:Boolean,default:!0},hideRequiredAsterisk:{type:Boolean,default:!1}},watch:{rules:function(){this.fields.forEach((function(e){e.removeValidateEvents(),e.addValidateEvents()})),this.validateOnRuleChange&&this.validate((function(){}))}},computed:{autoLabelWidth:function(){if(!this.potentialLabelWidthArr.length)return 0;var e=Math.max.apply(Math,this.potentialLabelWidthArr);return e?e+"px":""}},data:function(){return{fields:[],potentialLabelWidthArr:[]}},created:function(){var e=this;this.$on("el.form.addField",(function(t){t&&e.fields.push(t)})),this.$on("el.form.removeField",(function(t){t.prop&&e.fields.splice(e.fields.indexOf(t),1)}))},methods:{resetFields:function(){this.model?this.fields.forEach((function(e){e.resetField()})):console.warn("[Element Warn][Form]model is required for resetFields to work.")},clearValidate:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=e.length?"string"===typeof e?this.fields.filter((function(t){return e===t.prop})):this.fields.filter((function(t){return e.indexOf(t.prop)>-1})):this.fields;t.forEach((function(e){e.clearValidate()}))},validate:function(e){var t=this;if(this.model){var n=void 0;"function"!==typeof e&&window.Promise&&(n=new window.Promise((function(t,n){e=function(e){e?t(e):n(e)}})));var i=!0,r=0;0===this.fields.length&&e&&e(!0);var o={};return this.fields.forEach((function(n){n.validate("",(function(n,s){n&&(i=!1),o=a()({},o,s),"function"===typeof e&&++r===t.fields.length&&e(i,o)}))})),n||void 0}console.warn("[Element Warn][Form]model is required for validate to work!")},validateField:function(e,t){e=[].concat(e);var n=this.fields.filter((function(t){return-1!==e.indexOf(t.prop)}));n.length?n.forEach((function(e){e.validate("",t)})):console.warn("[Element Warn]please pass correct props!")},getLabelWidthIndex:function(e){var t=this.potentialLabelWidthArr.indexOf(e);if(-1===t)throw new Error("[ElementForm]unpected width ",e);return t},registerLabelWidth:function(e,t){if(e&&t){var n=this.getLabelWidthIndex(t);this.potentialLabelWidthArr.splice(n,1,e)}else e&&this.potentialLabelWidthArr.push(e)},deregisterLabelWidth:function(e){var t=this.getLabelWidthIndex(e);this.potentialLabelWidthArr.splice(t,1)}}},A=s,l=n(0),u=Object(l["a"])(A,i,r,!1,null,null,null);u.options.__file="packages/form/src/form.vue";var c=u.exports;c.install=function(e){e.component(c.name,c)};t["default"]=c},9:function(e,t){e.exports=n("7f4d")}})},"417f":function(e,t,n){"use strict";t.__esModule=!0;var i=n("2b0e"),r=a(i),o=n("5924");function a(e){return e&&e.__esModule?e:{default:e}}var s=[],A="@@clickoutsideContext",l=void 0,u=0;function c(e,t,n){return function(){var i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!(n&&n.context&&i.target&&r.target)||e.contains(i.target)||e.contains(r.target)||e===i.target||n.context.popperElm&&(n.context.popperElm.contains(i.target)||n.context.popperElm.contains(r.target))||(t.expression&&e[A].methodName&&n.context[e[A].methodName]?n.context[e[A].methodName]():e[A].bindingFn&&e[A].bindingFn())}}!r.default.prototype.$isServer&&(0,o.on)(document,"mousedown",(function(e){return l=e})),!r.default.prototype.$isServer&&(0,o.on)(document,"mouseup",(function(e){s.forEach((function(t){return t[A].documentHandler(e,l)}))})),t.default={bind:function(e,t,n){s.push(e);var i=u++;e[A]={id:i,documentHandler:c(e,t,n),methodName:t.expression,bindingFn:t.value}},update:function(e,t,n){e[A].documentHandler=c(e,t,n),e[A].methodName=t.expression,e[A].bindingFn=t.value},unbind:function(e){for(var t=s.length,n=0;n<t;n++)if(s[n][A].id===e[A].id){s.splice(n,1);break}delete e[A]}}},"41b2":function(e,t,n){"use strict";t.__esModule=!0;var i=n("3f6b"),r=o(i);function o(e){return e&&e.__esModule?e:{default:e}}t.default=r.default||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e}},"41f8":function(e,t,n){"use strict";t.__esModule=!0;var i="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};t.isVNode=o;var r=n("8122");function o(e){return null!==e&&"object"===("undefined"===typeof e?"undefined":i(e))&&(0,r.hasOwn)(e,"componentOptions")}},"425f":function(e,t,n){},4362:function(e,t,n){t.nextTick=function(e){var t=Array.prototype.slice.call(arguments);t.shift(),setTimeout((function(){e.apply(null,t)}),0)},t.platform=t.arch=t.execPath=t.title="browser",t.pid=1,t.browser=!0,t.env={},t.argv=[],t.binding=function(e){throw new Error("No such module. (Possibly not yet loaded)")},function(){var e,i="/";t.cwd=function(){return i},t.chdir=function(t){e||(e=n("df7c")),i=e.resolve(t,i)}}(),t.exit=t.kill=t.umask=t.dlopen=t.uptime=t.memoryUsage=t.uvCounters=function(){},t.features={}},"450d":function(e,t,n){},4897:function(e,t,n){"use strict";t.__esModule=!0,t.i18n=t.use=t.t=void 0;var i=n("f0d9"),r=c(i),o=n("2b0e"),a=c(o),s=n("3c4e"),A=c(s),l=n("9d7e"),u=c(l);function c(e){return e&&e.__esModule?e:{default:e}}var h=(0,u.default)(a.default),f=r.default,d=!1,p=function(){var e=Object.getPrototypeOf(this||a.default).$t;if("function"===typeof e&&a.default.locale)return d||(d=!0,a.default.locale(a.default.config.lang,(0,A.default)(f,a.default.locale(a.default.config.lang)||{},{clone:!0}))),e.apply(this,arguments)},g=t.t=function(e,t){var n=p.apply(this,arguments);if(null!==n&&void 0!==n)return n;for(var i=e.split("."),r=f,o=0,a=i.length;o<a;o++){var s=i[o];if(n=r[s],o===a-1)return h(n,t);if(!n)return"";r=n}return""},m=t.use=function(e){f=e||f},v=t.i18n=function(e){p=e||p};t.default={use:m,t:g,i18n:v}},"4b26":function(e,t,n){"use strict";t.__esModule=!0;var i=n("2b0e"),r=a(i),o=n("5924");function a(e){return e&&e.__esModule?e:{default:e}}var s=!1,A=!1,l=void 0,u=function(){if(!r.default.prototype.$isServer){var e=h.modalDom;return e?s=!0:(s=!1,e=document.createElement("div"),h.modalDom=e,e.addEventListener("touchmove",(function(e){e.preventDefault(),e.stopPropagation()})),e.addEventListener("click",(function(){h.doOnModalClick&&h.doOnModalClick()}))),e}},c={},h={modalFade:!0,getInstance:function(e){return c[e]},register:function(e,t){e&&t&&(c[e]=t)},deregister:function(e){e&&(c[e]=null,delete c[e])},nextZIndex:function(){return h.zIndex++},modalStack:[],doOnModalClick:function(){var e=h.modalStack[h.modalStack.length-1];if(e){var t=h.getInstance(e.id);t&&t.closeOnClickModal&&t.close()}},openModal:function(e,t,n,i,a){if(!r.default.prototype.$isServer&&e&&void 0!==t){this.modalFade=a;for(var A=this.modalStack,l=0,c=A.length;l<c;l++){var h=A[l];if(h.id===e)return}var f=u();if((0,o.addClass)(f,"v-modal"),this.modalFade&&!s&&(0,o.addClass)(f,"v-modal-enter"),i){var d=i.trim().split(/\s+/);d.forEach((function(e){return(0,o.addClass)(f,e)}))}setTimeout((function(){(0,o.removeClass)(f,"v-modal-enter")}),200),n&&n.parentNode&&11!==n.parentNode.nodeType?n.parentNode.appendChild(f):document.body.appendChild(f),t&&(f.style.zIndex=t),f.tabIndex=0,f.style.display="",this.modalStack.push({id:e,zIndex:t,modalClass:i})}},closeModal:function(e){var t=this.modalStack,n=u();if(t.length>0){var i=t[t.length-1];if(i.id===e){if(i.modalClass){var r=i.modalClass.trim().split(/\s+/);r.forEach((function(e){return(0,o.removeClass)(n,e)}))}t.pop(),t.length>0&&(n.style.zIndex=t[t.length-1].zIndex)}else for(var a=t.length-1;a>=0;a--)if(t[a].id===e){t.splice(a,1);break}}0===t.length&&(this.modalFade&&(0,o.addClass)(n,"v-modal-leave"),setTimeout((function(){0===t.length&&(n.parentNode&&n.parentNode.removeChild(n),n.style.display="none",h.modalDom=void 0),(0,o.removeClass)(n,"v-modal-leave")}),200))}};Object.defineProperty(h,"zIndex",{configurable:!0,get:function(){return A||(l=l||(r.default.prototype.$ELEMENT||{}).zIndex||2e3,A=!0),l},set:function(e){l=e}});var f=function(){if(!r.default.prototype.$isServer&&h.modalStack.length>0){var e=h.modalStack[h.modalStack.length-1];if(!e)return;var t=h.getInstance(e.id);return t}};r.default.prototype.$isServer||window.addEventListener("keydown",(function(e){if(27===e.keyCode){var t=f();t&&t.closeOnPressEscape&&(t.handleClose?t.handleClose():t.handleAction?t.handleAction("cancel"):t.close())}})),t.default=h},"4b8b":function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},"4d20":function(e,t,n){var i=n("1917"),r=n("10db"),o=n("6ca1"),a=n("3397"),s=n("9c0e"),A=n("faf5"),l=Object.getOwnPropertyDescriptor;t.f=n("0bad")?l:function(e,t){if(e=o(e),t=a(t,!0),A)try{return l(e,t)}catch(n){}if(s(e,t))return r(!i.f.call(e,t),e[t])}},"4d88":function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},"4e71":function(e,t,n){n("e198")("observable")},"4ebc":function(e,t,n){var i=n("4d88");e.exports=Array.isArray||function(e){return"Array"==i(e)}},5118:function(e,t,n){(function(e){var i="undefined"!==typeof e&&e||"undefined"!==typeof self&&self||window,r=Function.prototype.apply;function o(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new o(r.call(setTimeout,i,arguments),clearTimeout)},t.setInterval=function(){return new o(r.call(setInterval,i,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},o.prototype.unref=o.prototype.ref=function(){},o.prototype.close=function(){this._clearFn.call(i,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n("6017"),t.setImmediate="undefined"!==typeof self&&self.setImmediate||"undefined"!==typeof e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!==typeof self&&self.clearImmediate||"undefined"!==typeof e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n("c8ba"))},"511f":function(e,t,n){n("0b99"),n("658f"),e.exports=n("fcd4").f("iterator")},5128:function(e,t,n){"use strict";t.__esModule=!0,t.PopupManager=void 0;var i=n("2b0e"),r=h(i),o=n("7f4d"),a=h(o),s=n("4b26"),A=h(s),l=n("e62d"),u=h(l),c=n("5924");function h(e){return e&&e.__esModule?e:{default:e}}var f=1,d=void 0;t.default={props:{visible:{type:Boolean,default:!1},openDelay:{},closeDelay:{},zIndex:{},modal:{type:Boolean,default:!1},modalFade:{type:Boolean,default:!0},modalClass:{},modalAppendToBody:{type:Boolean,default:!1},lockScroll:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!1},closeOnClickModal:{type:Boolean,default:!1}},beforeMount:function(){this._popupId="popup-"+f++,A.default.register(this._popupId,this)},beforeDestroy:function(){A.default.deregister(this._popupId),A.default.closeModal(this._popupId),this.restoreBodyStyle()},data:function(){return{opened:!1,bodyPaddingRight:null,computedBodyPaddingRight:0,withoutHiddenClass:!0,rendered:!1}},watch:{visible:function(e){var t=this;if(e){if(this._opening)return;this.rendered?this.open():(this.rendered=!0,r.default.nextTick((function(){t.open()})))}else this.close()}},methods:{open:function(e){var t=this;this.rendered||(this.rendered=!0);var n=(0,a.default)({},this.$props||this,e);this._closeTimer&&(clearTimeout(this._closeTimer),this._closeTimer=null),clearTimeout(this._openTimer);var i=Number(n.openDelay);i>0?this._openTimer=setTimeout((function(){t._openTimer=null,t.doOpen(n)}),i):this.doOpen(n)},doOpen:function(e){if(!this.$isServer&&(!this.willOpen||this.willOpen())&&!this.opened){this._opening=!0;var t=this.$el,n=e.modal,i=e.zIndex;if(i&&(A.default.zIndex=i),n&&(this._closing&&(A.default.closeModal(this._popupId),this._closing=!1),A.default.openModal(this._popupId,A.default.nextZIndex(),this.modalAppendToBody?void 0:t,e.modalClass,e.modalFade),e.lockScroll)){this.withoutHiddenClass=!(0,c.hasClass)(document.body,"el-popup-parent--hidden"),this.withoutHiddenClass&&(this.bodyPaddingRight=document.body.style.paddingRight,this.computedBodyPaddingRight=parseInt((0,c.getStyle)(document.body,"paddingRight"),10)),d=(0,u.default)();var r=document.documentElement.clientHeight<document.body.scrollHeight,o=(0,c.getStyle)(document.body,"overflowY");d>0&&(r||"scroll"===o)&&this.withoutHiddenClass&&(document.body.style.paddingRight=this.computedBodyPaddingRight+d+"px"),(0,c.addClass)(document.body,"el-popup-parent--hidden")}"static"===getComputedStyle(t).position&&(t.style.position="absolute"),t.style.zIndex=A.default.nextZIndex(),this.opened=!0,this.onOpen&&this.onOpen(),this.doAfterOpen()}},doAfterOpen:function(){this._opening=!1},close:function(){var e=this;if(!this.willClose||this.willClose()){null!==this._openTimer&&(clearTimeout(this._openTimer),this._openTimer=null),clearTimeout(this._closeTimer);var t=Number(this.closeDelay);t>0?this._closeTimer=setTimeout((function(){e._closeTimer=null,e.doClose()}),t):this.doClose()}},doClose:function(){this._closing=!0,this.onClose&&this.onClose(),this.lockScroll&&setTimeout(this.restoreBodyStyle,200),this.opened=!1,this.doAfterClose()},doAfterClose:function(){A.default.closeModal(this._popupId),this._closing=!1},restoreBodyStyle:function(){this.modal&&this.withoutHiddenClass&&(document.body.style.paddingRight=this.bodyPaddingRight,(0,c.removeClass)(document.body,"el-popup-parent--hidden")),this.withoutHiddenClass=!0}}},t.PopupManager=A.default},"512c":function(e,t,n){var i=n("ef08"),r=n("5524"),o=n("9c0c"),a=n("051b"),s=n("9c0e"),A="prototype",l=function(e,t,n){var u,c,h,f=e&l.F,d=e&l.G,p=e&l.S,g=e&l.P,m=e&l.B,v=e&l.W,y=d?r:r[t]||(r[t]={}),B=y[A],w=d?i:p?i[t]:(i[t]||{})[A];for(u in d&&(n=t),n)c=!f&&w&&void 0!==w[u],c&&s(y,u)||(h=c?w[u]:n[u],y[u]=d&&"function"!=typeof w[u]?n[u]:m&&c?o(h,i):v&&w[u]==h?function(e){var t=function(t,n,i){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,i)}return e.apply(this,arguments)};return t[A]=e[A],t}(h):g&&"function"==typeof h?o(Function.call,h):h,g&&((y.virtual||(y.virtual={}))[u]=h,e&l.R&&B&&!B[u]&&a(B,u,h)))};l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,e.exports=l},5524:function(e,t){var n=e.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},"58e1":function(e,t){e.exports=function(e){this.ok=!1,this.alpha=1,"#"==e.charAt(0)&&(e=e.substr(1,6)),e=e.replace(/ /g,""),e=e.toLowerCase();var t={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",rebeccapurple:"663399",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=t[e]||e;for(var n=[{re:/^rgba\((\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3}),\s*((?:\d?\.)?\d)\)$/,example:["rgba(123, 234, 45, 0.8)","rgba(255,234,245,1.0)"],process:function(e){return[parseInt(e[1]),parseInt(e[2]),parseInt(e[3]),parseFloat(e[4])]}},{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:/^([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,example:["#00ff00","336699"],process:function(e){return[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)]}},{re:/^([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{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)]}}],i=0;i<n.length;i++){var r=n[i].re,o=n[i].process,a=r.exec(e);if(a){var s=o(a);this.r=s[0],this.g=s[1],this.b=s[2],s.length>3&&(this.alpha=s[3]),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.alpha=this.alpha<0?0:this.alpha>1||isNaN(this.alpha)?1:this.alpha,this.toRGB=function(){return"rgb("+this.r+", "+this.g+", "+this.b+")"},this.toRGBA=function(){return"rgba("+this.r+", "+this.g+", "+this.b+", "+this.alpha+")"},this.toHex=function(){var e=this.r.toString(16),t=this.g.toString(16),n=this.b.toString(16);return 1==e.length&&(e="0"+e),1==t.length&&(t="0"+t),1==n.length&&(n="0"+n),"#"+e+t+n},this.getHelpXML=function(){for(var e=new Array,i=0;i<n.length;i++)for(var r=n[i].example,o=0;o<r.length;o++)e[e.length]=r[o];for(var a in t)e[e.length]=a;var s=document.createElement("ul");s.setAttribute("id","rgbcolor-examples");for(i=0;i<e.length;i++)try{var A=document.createElement("li"),l=new RGBColor(e[i]),u=document.createElement("div");u.style.cssText="margin: 3px; border: 1px solid black; background:"+l.toHex()+"; color:"+l.toHex(),u.appendChild(document.createTextNode("test"));var c=document.createTextNode(" "+e[i]+" -> "+l.toRGB()+" -> "+l.toHex());A.appendChild(u),A.appendChild(c),s.appendChild(A)}catch(h){}return s}}},5924:function(e,t,n){"use strict";t.__esModule=!0,t.isInContainer=t.getScrollContainer=t.isScroll=t.getStyle=t.once=t.off=t.on=void 0;var i="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};t.hasClass=p,t.addClass=g,t.removeClass=m,t.setStyle=y;var r=n("2b0e"),o=a(r);function a(e){return e&&e.__esModule?e:{default:e}}var s=o.default.prototype.$isServer,A=/([\:\-\_]+(.))/g,l=/^moz([A-Z])/,u=s?0:Number(document.documentMode),c=function(e){return(e||"").replace(/^[\s\uFEFF]+|[\s\uFEFF]+$/g,"")},h=function(e){return e.replace(A,(function(e,t,n,i){return i?n.toUpperCase():n})).replace(l,"Moz$1")},f=t.on=function(){return!s&&document.addEventListener?function(e,t,n){e&&t&&n&&e.addEventListener(t,n,!1)}:function(e,t,n){e&&t&&n&&e.attachEvent("on"+t,n)}}(),d=t.off=function(){return!s&&document.removeEventListener?function(e,t,n){e&&t&&e.removeEventListener(t,n,!1)}:function(e,t,n){e&&t&&e.detachEvent("on"+t,n)}}();t.once=function(e,t,n){var i=function i(){n&&n.apply(this,arguments),d(e,t,i)};f(e,t,i)};function p(e,t){if(!e||!t)return!1;if(-1!==t.indexOf(" "))throw new Error("className should not contain space.");return e.classList?e.classList.contains(t):(" "+e.className+" ").indexOf(" "+t+" ")>-1}function g(e,t){if(e){for(var n=e.className,i=(t||"").split(" "),r=0,o=i.length;r<o;r++){var a=i[r];a&&(e.classList?e.classList.add(a):p(e,a)||(n+=" "+a))}e.classList||(e.className=n)}}function m(e,t){if(e&&t){for(var n=t.split(" "),i=" "+e.className+" ",r=0,o=n.length;r<o;r++){var a=n[r];a&&(e.classList?e.classList.remove(a):p(e,a)&&(i=i.replace(" "+a+" "," ")))}e.classList||(e.className=c(i))}}var v=t.getStyle=u<9?function(e,t){if(!s){if(!e||!t)return null;t=h(t),"float"===t&&(t="styleFloat");try{switch(t){case"opacity":try{return e.filters.item("alpha").opacity/100}catch(n){return 1}default:return e.style[t]||e.currentStyle?e.currentStyle[t]:null}}catch(n){return e.style[t]}}}:function(e,t){if(!s){if(!e||!t)return null;t=h(t),"float"===t&&(t="cssFloat");try{var n=document.defaultView.getComputedStyle(e,"");return e.style[t]||n?n[t]:null}catch(i){return e.style[t]}}};function y(e,t,n){if(e&&t)if("object"===("undefined"===typeof t?"undefined":i(t)))for(var r in t)t.hasOwnProperty(r)&&y(e,r,t[r]);else t=h(t),"opacity"===t&&u<9?e.style.filter=isNaN(n)?"":"alpha(opacity="+100*n+")":e.style[t]=n}var B=t.isScroll=function(e,t){if(!s){var n=null!==t||void 0!==t,i=v(e,n?t?"overflow-y":"overflow-x":"overflow");return i.match(/(scroll|auto)/)}};t.getScrollContainer=function(e,t){if(!s){var n=e;while(n){if([window,document,document.documentElement].includes(n))return window;if(B(n,t))return n;n=n.parentNode}return n}},t.isInContainer=function(e,t){if(s||!e||!t)return!1;var n=e.getBoundingClientRect(),i=void 0;return i=[window,document,document.documentElement,null,void 0].includes(t)?{top:0,right:window.innerWidth,bottom:window.innerHeight,left:0}:t.getBoundingClientRect(),n.top<i.bottom&&n.bottom>i.top&&n.right>i.left&&n.left<i.right}},"5a94":function(e,t,n){var i=n("b367")("keys"),r=n("8b1a");e.exports=function(e){return i[e]||(i[e]=r(e))}},"5e9e":function(e,t,n){"use strict";function i(e){return i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i(e)}function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}n.r(t),n.d(t,"BlurStack",(function(){return f})),n.d(t,"canvasRGB",(function(){return c})),n.d(t,"canvasRGBA",(function(){return l})),n.d(t,"image",(function(){return s})),n.d(t,"imageDataRGB",(function(){return h})),n.d(t,"imageDataRGBA",(function(){return u}));var o=[512,512,456,512,328,456,335,512,405,328,271,456,388,335,292,512,454,405,364,328,298,271,496,456,420,388,360,335,312,292,273,512,482,454,428,405,383,364,345,328,312,298,284,271,259,496,475,456,437,420,404,388,374,360,347,335,323,312,302,292,282,273,265,512,497,482,468,454,441,428,417,405,394,383,373,364,354,345,337,328,320,312,305,298,291,284,278,271,265,259,507,496,485,475,465,456,446,437,428,420,412,404,396,388,381,374,367,360,354,347,341,335,329,323,318,312,307,302,297,292,287,282,278,273,269,265,261,512,505,497,489,482,475,468,461,454,447,441,435,428,422,417,411,405,399,394,389,383,378,373,368,364,359,354,350,345,341,337,332,328,324,320,316,312,309,305,301,298,294,291,287,284,281,278,274,271,268,265,262,259,257,507,501,496,491,485,480,475,470,465,460,456,451,446,442,437,433,428,424,420,416,412,408,404,400,396,392,388,385,381,377,374,370,367,363,360,357,354,350,347,344,341,338,335,332,329,326,323,320,318,315,312,310,307,304,302,299,297,294,292,289,287,285,282,280,278,275,273,271,269,267,265,263,261,259],a=[9,11,12,13,13,14,14,15,15,15,15,16,16,16,16,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,19,19,19,19,19,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24];function s(e,t,n,i,r){if("string"===typeof e&&(e=document.getElementById(e)),e&&"naturalWidth"in e){var o=r?"offset":"natural",a=e[o+"Width"],s=e[o+"Height"];if("string"===typeof t&&(t=document.getElementById(t)),t&&"getContext"in t){t.style.width=a+"px",t.style.height=s+"px",t.width=a,t.height=s;var A=t.getContext("2d");A.clearRect(0,0,a,s),A.drawImage(e,0,0,e.naturalWidth,e.naturalHeight,0,0,a,s),isNaN(n)||n<1||(i?l(t,0,0,a,s,n):c(t,0,0,a,s,n))}}}function A(e,t,n,r,o){if("string"===typeof e&&(e=document.getElementById(e)),!e||"object"!==i(e)||!("getContext"in e))throw new TypeError("Expecting canvas with `getContext` method in processCanvasRGB(A) calls!");var a=e.getContext("2d");try{return a.getImageData(t,n,r,o)}catch(s){throw new Error("unable to access image data: "+s)}}function l(e,t,n,i,r,o){if(!(isNaN(o)||o<1)){o|=0;var a=A(e,t,n,i,r);a=u(a,t,n,i,r,o),e.getContext("2d").putImageData(a,t,n)}}function u(e,t,n,i,r,s){for(var A,l=e.data,u=2*s+1,c=i-1,h=r-1,d=s+1,p=d*(d+1)/2,g=new f,m=g,v=1;v<u;v++)m=m.next=new f,v===d&&(A=m);m.next=g;for(var y=null,B=null,w=0,b=0,C=o[s],E=a[s],x=0;x<r;x++){m=g;for(var Q=l[b],_=l[b+1],F=l[b+2],U=l[b+3],S=0;S<d;S++)m.r=Q,m.g=_,m.b=F,m.a=U,m=m.next;for(var T=0,H=0,M=0,O=0,D=d*Q,N=d*_,k=d*F,I=d*U,P=p*Q,R=p*_,L=p*F,K=p*U,V=1;V<d;V++){var z=b+((c<V?c:V)<<2),j=l[z],$=l[z+1],W=l[z+2],X=l[z+3],G=d-V;P+=(m.r=j)*G,R+=(m.g=$)*G,L+=(m.b=W)*G,K+=(m.a=X)*G,T+=j,H+=$,M+=W,O+=X,m=m.next}y=g,B=A;for(var Y=0;Y<i;Y++){var J=K*C>>E;if(l[b+3]=J,0!==J){var q=255/J;l[b]=(P*C>>E)*q,l[b+1]=(R*C>>E)*q,l[b+2]=(L*C>>E)*q}else l[b]=l[b+1]=l[b+2]=0;P-=D,R-=N,L-=k,K-=I,D-=y.r,N-=y.g,k-=y.b,I-=y.a;var Z=Y+s+1;Z=w+(Z<c?Z:c)<<2,T+=y.r=l[Z],H+=y.g=l[Z+1],M+=y.b=l[Z+2],O+=y.a=l[Z+3],P+=T,R+=H,L+=M,K+=O,y=y.next;var ee=B,te=ee.r,ne=ee.g,ie=ee.b,re=ee.a;D+=te,N+=ne,k+=ie,I+=re,T-=te,H-=ne,M-=ie,O-=re,B=B.next,b+=4}w+=i}for(var oe=0;oe<i;oe++){b=oe<<2;var ae=l[b],se=l[b+1],Ae=l[b+2],le=l[b+3],ue=d*ae,ce=d*se,he=d*Ae,fe=d*le,de=p*ae,pe=p*se,ge=p*Ae,me=p*le;m=g;for(var ve=0;ve<d;ve++)m.r=ae,m.g=se,m.b=Ae,m.a=le,m=m.next;for(var ye=i,Be=0,we=0,be=0,Ce=0,Ee=1;Ee<=s;Ee++){b=ye+oe<<2;var xe=d-Ee;de+=(m.r=ae=l[b])*xe,pe+=(m.g=se=l[b+1])*xe,ge+=(m.b=Ae=l[b+2])*xe,me+=(m.a=le=l[b+3])*xe,Ce+=ae,Be+=se,we+=Ae,be+=le,m=m.next,Ee<h&&(ye+=i)}b=oe,y=g,B=A;for(var Qe=0;Qe<r;Qe++){var _e=b<<2;l[_e+3]=le=me*C>>E,le>0?(le=255/le,l[_e]=(de*C>>E)*le,l[_e+1]=(pe*C>>E)*le,l[_e+2]=(ge*C>>E)*le):l[_e]=l[_e+1]=l[_e+2]=0,de-=ue,pe-=ce,ge-=he,me-=fe,ue-=y.r,ce-=y.g,he-=y.b,fe-=y.a,_e=oe+((_e=Qe+d)<h?_e:h)*i<<2,de+=Ce+=y.r=l[_e],pe+=Be+=y.g=l[_e+1],ge+=we+=y.b=l[_e+2],me+=be+=y.a=l[_e+3],y=y.next,ue+=ae=B.r,ce+=se=B.g,he+=Ae=B.b,fe+=le=B.a,Ce-=ae,Be-=se,we-=Ae,be-=le,B=B.next,b+=i}}return e}function c(e,t,n,i,r,o){if(!(isNaN(o)||o<1)){o|=0;var a=A(e,t,n,i,r);a=h(a,t,n,i,r,o),e.getContext("2d").putImageData(a,t,n)}}function h(e,t,n,i,r,s){for(var A,l=e.data,u=2*s+1,c=i-1,h=r-1,d=s+1,p=d*(d+1)/2,g=new f,m=g,v=1;v<u;v++)m=m.next=new f,v===d&&(A=m);m.next=g;for(var y,B,w=null,b=null,C=o[s],E=a[s],x=0,Q=0,_=0;_<r;_++){var F=l[Q],U=l[Q+1],S=l[Q+2],T=d*F,H=d*U,M=d*S,O=p*F,D=p*U,N=p*S;m=g;for(var k=0;k<d;k++)m.r=F,m.g=U,m.b=S,m=m.next;for(var I=0,P=0,R=0,L=1;L<d;L++)y=Q+((c<L?c:L)<<2),O+=(m.r=F=l[y])*(B=d-L),D+=(m.g=U=l[y+1])*B,N+=(m.b=S=l[y+2])*B,I+=F,P+=U,R+=S,m=m.next;w=g,b=A;for(var K=0;K<i;K++)l[Q]=O*C>>E,l[Q+1]=D*C>>E,l[Q+2]=N*C>>E,O-=T,D-=H,N-=M,T-=w.r,H-=w.g,M-=w.b,y=x+((y=K+s+1)<c?y:c)<<2,I+=w.r=l[y],P+=w.g=l[y+1],R+=w.b=l[y+2],O+=I,D+=P,N+=R,w=w.next,T+=F=b.r,H+=U=b.g,M+=S=b.b,I-=F,P-=U,R-=S,b=b.next,Q+=4;x+=i}for(var V=0;V<i;V++){Q=V<<2;var z=l[Q],j=l[Q+1],$=l[Q+2],W=d*z,X=d*j,G=d*$,Y=p*z,J=p*j,q=p*$;m=g;for(var Z=0;Z<d;Z++)m.r=z,m.g=j,m.b=$,m=m.next;for(var ee=0,te=0,ne=0,ie=1,re=i;ie<=s;ie++)Q=re+V<<2,Y+=(m.r=z=l[Q])*(B=d-ie),J+=(m.g=j=l[Q+1])*B,q+=(m.b=$=l[Q+2])*B,ee+=z,te+=j,ne+=$,m=m.next,ie<h&&(re+=i);Q=V,w=g,b=A;for(var oe=0;oe<r;oe++)y=Q<<2,l[y]=Y*C>>E,l[y+1]=J*C>>E,l[y+2]=q*C>>E,Y-=W,J-=X,q-=G,W-=w.r,X-=w.g,G-=w.b,y=V+((y=oe+d)<h?y:h)*i<<2,Y+=ee+=w.r=l[y],J+=te+=w.g=l[y+1],q+=ne+=w.b=l[y+2],w=w.next,W+=z=b.r,X+=j=b.g,G+=$=b.b,ee-=z,te-=j,ne-=$,b=b.next,Q+=i}return e}var f=function e(){r(this,e),this.r=0,this.g=0,this.b=0,this.a=0,this.next=null}},6017:function(e,t,n){(function(e,t){(function(e,n){"use strict";if(!e.setImmediate){var i,r=1,o={},a=!1,s=e.document,A=Object.getPrototypeOf&&Object.getPrototypeOf(e);A=A&&A.setTimeout?A:e,"[object process]"==={}.toString.call(e.process)?f():d()?p():e.MessageChannel?g():s&&"onreadystatechange"in s.createElement("script")?m():v(),A.setImmediate=l,A.clearImmediate=u}function l(e){"function"!==typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var a={callback:e,args:t};return o[r]=a,i(r),r++}function u(e){delete o[e]}function c(e){var t=e.callback,i=e.args;switch(i.length){case 0:t();break;case 1:t(i[0]);break;case 2:t(i[0],i[1]);break;case 3:t(i[0],i[1],i[2]);break;default:t.apply(n,i);break}}function h(e){if(a)setTimeout(h,0,e);else{var t=o[e];if(t){a=!0;try{c(t)}finally{u(e),a=!1}}}}function f(){i=function(e){t.nextTick((function(){h(e)}))}}function d(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}function p(){var t="setImmediate$"+Math.random()+"$",n=function(n){n.source===e&&"string"===typeof n.data&&0===n.data.indexOf(t)&&h(+n.data.slice(t.length))};e.addEventListener?e.addEventListener("message",n,!1):e.attachEvent("onmessage",n),i=function(n){e.postMessage(t+n,"*")}}function g(){var e=new MessageChannel;e.port1.onmessage=function(e){var t=e.data;h(t)},i=function(t){e.port2.postMessage(t)}}function m(){var e=s.documentElement;i=function(t){var n=s.createElement("script");n.onreadystatechange=function(){h(t),n.onreadystatechange=null,e.removeChild(n),n=null},e.appendChild(n)}}function v(){i=function(e){setTimeout(h,0,e)}}})("undefined"===typeof self?"undefined"===typeof e?this:e:self)}).call(this,n("c8ba"),n("4362"))},6167:function(e,t,n){"use strict";var i,r;"function"===typeof Symbol&&Symbol.iterator;(function(o,a){i=a,r="function"===typeof i?i.call(t,n,t,e):i,void 0===r||(e.exports=r)})(0,(function(){var e=window,t={placement:"bottom",gpuAcceleration:!0,offset:0,boundariesElement:"viewport",boundariesPadding:5,preventOverflowOrder:["left","right","top","bottom"],flipBehavior:"flip",arrowElement:"[x-arrow]",arrowOffset:0,modifiers:["shift","offset","preventOverflow","keepTogether","arrow","flip","applyStyle"],modifiersIgnored:[],forceAbsolute:!1};function n(e,n,i){this._reference=e.jquery?e[0]:e,this.state={};var r="undefined"===typeof n||null===n,o=n&&"[object Object]"===Object.prototype.toString.call(n);return this._popper=r||o?this.parse(o?n:{}):n.jquery?n[0]:n,this._options=Object.assign({},t,i),this._options.modifiers=this._options.modifiers.map(function(e){if(-1===this._options.modifiersIgnored.indexOf(e))return"applyStyle"===e&&this._popper.setAttribute("x-placement",this._options.placement),this.modifiers[e]||e}.bind(this)),this.state.position=this._getPosition(this._popper,this._reference),c(this._popper,{position:this.state.position,top:0}),this.update(),this._setupEventListeners(),this}function i(t){var n=t.style.display,i=t.style.visibility;t.style.display="block",t.style.visibility="hidden";t.offsetWidth;var r=e.getComputedStyle(t),o=parseFloat(r.marginTop)+parseFloat(r.marginBottom),a=parseFloat(r.marginLeft)+parseFloat(r.marginRight),s={width:t.offsetWidth+a,height:t.offsetHeight+o};return t.style.display=n,t.style.visibility=i,s}function r(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function o(e){var t=Object.assign({},e);return t.right=t.left+t.width,t.bottom=t.top+t.height,t}function a(e,t){var n,i=0;for(n in e){if(e[n]===t)return i;i++}return null}function s(t,n){var i=e.getComputedStyle(t,null);return i[n]}function A(t){var n=t.offsetParent;return n!==e.document.body&&n?n:e.document.documentElement}function l(t){var n=t.parentNode;return n?n===e.document?e.document.body.scrollTop||e.document.body.scrollLeft?e.document.body:e.document.documentElement:-1!==["scroll","auto"].indexOf(s(n,"overflow"))||-1!==["scroll","auto"].indexOf(s(n,"overflow-x"))||-1!==["scroll","auto"].indexOf(s(n,"overflow-y"))?n:l(t.parentNode):t}function u(t){return t!==e.document.body&&("fixed"===s(t,"position")||(t.parentNode?u(t.parentNode):t))}function c(e,t){function n(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}Object.keys(t).forEach((function(i){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(i)&&n(t[i])&&(r="px"),e.style[i]=t[i]+r}))}function h(e){var t={};return e&&"[object Function]"===t.toString.call(e)}function f(e){var t={width:e.offsetWidth,height:e.offsetHeight,left:e.offsetLeft,top:e.offsetTop};return t.right=t.left+t.width,t.bottom=t.top+t.height,t}function d(e){var t=e.getBoundingClientRect(),n=-1!=navigator.userAgent.indexOf("MSIE"),i=n&&"HTML"===e.tagName?-e.scrollTop:t.top;return{left:t.left,top:i,right:t.right,bottom:t.bottom,width:t.right-t.left,height:t.bottom-i}}function p(e,t,n){var i=d(e),r=d(t);if(n){var o=l(t);r.top+=o.scrollTop,r.bottom+=o.scrollTop,r.left+=o.scrollLeft,r.right+=o.scrollLeft}var a={top:i.top-r.top,left:i.left-r.left,bottom:i.top-r.top+i.height,right:i.left-r.left+i.width,width:i.width,height:i.height};return a}function g(t){for(var n=["","ms","webkit","moz","o"],i=0;i<n.length;i++){var r=n[i]?n[i]+t.charAt(0).toUpperCase()+t.slice(1):t;if("undefined"!==typeof e.document.body.style[r])return r}return null}return n.prototype.destroy=function(){return this._popper.removeAttribute("x-placement"),this._popper.style.left="",this._popper.style.position="",this._popper.style.top="",this._popper.style[g("transform")]="",this._removeEventListeners(),this._options.removeOnDestroy&&this._popper.remove(),this},n.prototype.update=function(){var e={instance:this,styles:{}};e.placement=this._options.placement,e._originalPlacement=this._options.placement,e.offsets=this._getOffsets(this._popper,this._reference,e.placement),e.boundaries=this._getBoundaries(e,this._options.boundariesPadding,this._options.boundariesElement),e=this.runModifiers(e,this._options.modifiers),"function"===typeof this.state.updateCallback&&this.state.updateCallback(e)},n.prototype.onCreate=function(e){return e(this),this},n.prototype.onUpdate=function(e){return this.state.updateCallback=e,this},n.prototype.parse=function(t){var n={tagName:"div",classNames:["popper"],attributes:[],parent:e.document.body,content:"",contentType:"text",arrowTagName:"div",arrowClassNames:["popper__arrow"],arrowAttributes:["x-arrow"]};t=Object.assign({},n,t);var i=e.document,r=i.createElement(t.tagName);if(s(r,t.classNames),A(r,t.attributes),"node"===t.contentType?r.appendChild(t.content.jquery?t.content[0]:t.content):"html"===t.contentType?r.innerHTML=t.content:r.textContent=t.content,t.arrowTagName){var o=i.createElement(t.arrowTagName);s(o,t.arrowClassNames),A(o,t.arrowAttributes),r.appendChild(o)}var a=t.parent.jquery?t.parent[0]:t.parent;if("string"===typeof a){if(a=i.querySelectorAll(t.parent),a.length>1&&console.warn("WARNING: the given `parent` query("+t.parent+") matched more than one element, the first one will be used"),0===a.length)throw"ERROR: the given `parent` doesn't exists!";a=a[0]}return a.length>1&&a instanceof Element===!1&&(console.warn("WARNING: you have passed as parent a list of elements, the first one will be used"),a=a[0]),a.appendChild(r),r;function s(e,t){t.forEach((function(t){e.classList.add(t)}))}function A(e,t){t.forEach((function(t){e.setAttribute(t.split(":")[0],t.split(":")[1]||"")}))}},n.prototype._getPosition=function(e,t){var n=A(t);if(this._options.forceAbsolute)return"absolute";var i=u(t,n);return i?"fixed":"absolute"},n.prototype._getOffsets=function(e,t,n){n=n.split("-")[0];var r={};r.position=this.state.position;var o="fixed"===r.position,a=p(t,A(e),o),s=i(e);return-1!==["right","left"].indexOf(n)?(r.top=a.top+a.height/2-s.height/2,r.left="left"===n?a.left-s.width:a.right):(r.left=a.left+a.width/2-s.width/2,r.top="top"===n?a.top-s.height:a.bottom),r.width=s.width,r.height=s.height,{popper:r,reference:a}},n.prototype._setupEventListeners=function(){if(this.state.updateBound=this.update.bind(this),e.addEventListener("resize",this.state.updateBound),"window"!==this._options.boundariesElement){var t=l(this._reference);t!==e.document.body&&t!==e.document.documentElement||(t=e),t.addEventListener("scroll",this.state.updateBound),this.state.scrollTarget=t}},n.prototype._removeEventListeners=function(){e.removeEventListener("resize",this.state.updateBound),"window"!==this._options.boundariesElement&&this.state.scrollTarget&&(this.state.scrollTarget.removeEventListener("scroll",this.state.updateBound),this.state.scrollTarget=null),this.state.updateBound=null},n.prototype._getBoundaries=function(t,n,i){var r,o,a={};if("window"===i){var s=e.document.body,u=e.document.documentElement;o=Math.max(s.scrollHeight,s.offsetHeight,u.clientHeight,u.scrollHeight,u.offsetHeight),r=Math.max(s.scrollWidth,s.offsetWidth,u.clientWidth,u.scrollWidth,u.offsetWidth),a={top:0,right:r,bottom:o,left:0}}else if("viewport"===i){var c=A(this._popper),h=l(this._popper),d=f(c),p=function(e){return e==document.body?Math.max(document.documentElement.scrollTop,document.body.scrollTop):e.scrollTop},g=function(e){return e==document.body?Math.max(document.documentElement.scrollLeft,document.body.scrollLeft):e.scrollLeft},m="fixed"===t.offsets.popper.position?0:p(h),v="fixed"===t.offsets.popper.position?0:g(h);a={top:0-(d.top-m),right:e.document.documentElement.clientWidth-(d.left-v),bottom:e.document.documentElement.clientHeight-(d.top-m),left:0-(d.left-v)}}else a=A(this._popper)===i?{top:0,left:0,right:i.clientWidth,bottom:i.clientHeight}:f(i);return a.left+=n,a.right-=n,a.top=a.top+n,a.bottom=a.bottom-n,a},n.prototype.runModifiers=function(e,t,n){var i=t.slice();return void 0!==n&&(i=this._options.modifiers.slice(0,a(this._options.modifiers,n))),i.forEach(function(t){h(t)&&(e=t.call(this,e))}.bind(this)),e},n.prototype.isModifierRequired=function(e,t){var n=a(this._options.modifiers,e);return!!this._options.modifiers.slice(0,n).filter((function(e){return e===t})).length},n.prototype.modifiers={},n.prototype.modifiers.applyStyle=function(e){var t,n={position:e.offsets.popper.position},i=Math.round(e.offsets.popper.left),r=Math.round(e.offsets.popper.top);return this._options.gpuAcceleration&&(t=g("transform"))?(n[t]="translate3d("+i+"px, "+r+"px, 0)",n.top=0,n.left=0):(n.left=i,n.top=r),Object.assign(n,e.styles),c(this._popper,n),this._popper.setAttribute("x-placement",e.placement),this.isModifierRequired(this.modifiers.applyStyle,this.modifiers.arrow)&&e.offsets.arrow&&c(e.arrowElement,e.offsets.arrow),e},n.prototype.modifiers.shift=function(e){var t=e.placement,n=t.split("-")[0],i=t.split("-")[1];if(i){var r=e.offsets.reference,a=o(e.offsets.popper),s={y:{start:{top:r.top},end:{top:r.top+r.height-a.height}},x:{start:{left:r.left},end:{left:r.left+r.width-a.width}}},A=-1!==["bottom","top"].indexOf(n)?"x":"y";e.offsets.popper=Object.assign(a,s[A][i])}return e},n.prototype.modifiers.preventOverflow=function(e){var t=this._options.preventOverflowOrder,n=o(e.offsets.popper),i={left:function(){var t=n.left;return n.left<e.boundaries.left&&(t=Math.max(n.left,e.boundaries.left)),{left:t}},right:function(){var t=n.left;return n.right>e.boundaries.right&&(t=Math.min(n.left,e.boundaries.right-n.width)),{left:t}},top:function(){var t=n.top;return n.top<e.boundaries.top&&(t=Math.max(n.top,e.boundaries.top)),{top:t}},bottom:function(){var t=n.top;return n.bottom>e.boundaries.bottom&&(t=Math.min(n.top,e.boundaries.bottom-n.height)),{top:t}}};return t.forEach((function(t){e.offsets.popper=Object.assign(n,i[t]())})),e},n.prototype.modifiers.keepTogether=function(e){var t=o(e.offsets.popper),n=e.offsets.reference,i=Math.floor;return t.right<i(n.left)&&(e.offsets.popper.left=i(n.left)-t.width),t.left>i(n.right)&&(e.offsets.popper.left=i(n.right)),t.bottom<i(n.top)&&(e.offsets.popper.top=i(n.top)-t.height),t.top>i(n.bottom)&&(e.offsets.popper.top=i(n.bottom)),e},n.prototype.modifiers.flip=function(e){if(!this.isModifierRequired(this.modifiers.flip,this.modifiers.preventOverflow))return console.warn("WARNING: preventOverflow modifier is required by flip modifier in order to work, be sure to include it before flip!"),e;if(e.flipped&&e.placement===e._originalPlacement)return e;var t=e.placement.split("-")[0],n=r(t),i=e.placement.split("-")[1]||"",a=[];return a="flip"===this._options.flipBehavior?[t,n]:this._options.flipBehavior,a.forEach(function(s,A){if(t===s&&a.length!==A+1){t=e.placement.split("-")[0],n=r(t);var l=o(e.offsets.popper),u=-1!==["right","bottom"].indexOf(t);(u&&Math.floor(e.offsets.reference[t])>Math.floor(l[n])||!u&&Math.floor(e.offsets.reference[t])<Math.floor(l[n]))&&(e.flipped=!0,e.placement=a[A+1],i&&(e.placement+="-"+i),e.offsets.popper=this._getOffsets(this._popper,this._reference,e.placement).popper,e=this.runModifiers(e,this._options.modifiers,this._flip))}}.bind(this)),e},n.prototype.modifiers.offset=function(e){var t=this._options.offset,n=e.offsets.popper;return-1!==e.placement.indexOf("left")?n.top-=t:-1!==e.placement.indexOf("right")?n.top+=t:-1!==e.placement.indexOf("top")?n.left-=t:-1!==e.placement.indexOf("bottom")&&(n.left+=t),e},n.prototype.modifiers.arrow=function(e){var t=this._options.arrowElement,n=this._options.arrowOffset;if("string"===typeof t&&(t=this._popper.querySelector(t)),!t)return e;if(!this._popper.contains(t))return console.warn("WARNING: `arrowElement` must be child of its popper element!"),e;if(!this.isModifierRequired(this.modifiers.arrow,this.modifiers.keepTogether))return console.warn("WARNING: keepTogether modifier is required by arrow modifier in order to work, be sure to include it before arrow!"),e;var r={},a=e.placement.split("-")[0],s=o(e.offsets.popper),A=e.offsets.reference,l=-1!==["left","right"].indexOf(a),u=l?"height":"width",c=l?"top":"left",h=l?"left":"top",f=l?"bottom":"right",d=i(t)[u];A[f]-d<s[c]&&(e.offsets.popper[c]-=s[c]-(A[f]-d)),A[c]+d>s[f]&&(e.offsets.popper[c]+=A[c]+d-s[f]);var p=A[c]+(n||A[u]/2-d/2),g=p-s[c];return g=Math.max(Math.min(s[u]-d-8,g),8),r[c]=g,r[h]="",e.offsets.arrow=r,e.arrowElement=t,e},Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:function(e){if(void 0===e||null===e)throw new TypeError("Cannot convert first argument to object");for(var t=Object(e),n=1;n<arguments.length;n++){var i=arguments[n];if(void 0!==i&&null!==i){i=Object(i);for(var r=Object.keys(i),o=0,a=r.length;o<a;o++){var s=r[o],A=Object.getOwnPropertyDescriptor(i,s);void 0!==A&&A.enumerable&&(t[s]=i[s])}}}return t}}),n}))},6438:function(e,t,n){var i=n("03d6"),r=n("9742").concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return i(e,r)}},"658f":function(e,t,n){n("6858");for(var i=n("ef08"),r=n("051b"),o=n("8a0d"),a=n("cc15")("toStringTag"),s="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),A=0;A<s.length;A++){var l=s[A],u=i[l],c=u&&u.prototype;c&&!c[a]&&r(c,a,l),o[l]=o.Array}},6858:function(e,t,n){"use strict";var i=n("2f9a"),r=n("ea34"),o=n("8a0d"),a=n("6ca1");e.exports=n("393a")(Array,"Array",(function(e,t){this._t=a(e),this._i=0,this._k=t}),(function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,r(1)):r(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},"693d":function(e,t,n){"use strict";var i=n("ef08"),r=n("9c0e"),o=n("0bad"),a=n("512c"),s=n("ba01"),A=n("e34a").KEY,l=n("4b8b"),u=n("b367"),c=n("92f0"),h=n("8b1a"),f=n("cc15"),d=n("fcd4"),p=n("e198"),g=n("0ae2"),m=n("4ebc"),v=n("77e9"),y=n("7a41"),B=n("0983"),w=n("6ca1"),b=n("3397"),C=n("10db"),E=n("6f4f"),x=n("1836"),Q=n("4d20"),_=n("fed5"),F=n("1a14"),U=n("9876"),S=Q.f,T=F.f,H=x.f,M=i.Symbol,O=i.JSON,D=O&&O.stringify,N="prototype",k=f("_hidden"),I=f("toPrimitive"),P={}.propertyIsEnumerable,R=u("symbol-registry"),L=u("symbols"),K=u("op-symbols"),V=Object[N],z="function"==typeof M&&!!_.f,j=i.QObject,$=!j||!j[N]||!j[N].findChild,W=o&&l((function(){return 7!=E(T({},"a",{get:function(){return T(this,"a",{value:7}).a}})).a}))?function(e,t,n){var i=S(V,t);i&&delete V[t],T(e,t,n),i&&e!==V&&T(V,t,i)}:T,X=function(e){var t=L[e]=E(M[N]);return t._k=e,t},G=z&&"symbol"==typeof M.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof M},Y=function(e,t,n){return e===V&&Y(K,t,n),v(e),t=b(t,!0),v(n),r(L,t)?(n.enumerable?(r(e,k)&&e[k][t]&&(e[k][t]=!1),n=E(n,{enumerable:C(0,!1)})):(r(e,k)||T(e,k,C(1,{})),e[k][t]=!0),W(e,t,n)):T(e,t,n)},J=function(e,t){v(e);var n,i=g(t=w(t)),r=0,o=i.length;while(o>r)Y(e,n=i[r++],t[n]);return e},q=function(e,t){return void 0===t?E(e):J(E(e),t)},Z=function(e){var t=P.call(this,e=b(e,!0));return!(this===V&&r(L,e)&&!r(K,e))&&(!(t||!r(this,e)||!r(L,e)||r(this,k)&&this[k][e])||t)},ee=function(e,t){if(e=w(e),t=b(t,!0),e!==V||!r(L,t)||r(K,t)){var n=S(e,t);return!n||!r(L,t)||r(e,k)&&e[k][t]||(n.enumerable=!0),n}},te=function(e){var t,n=H(w(e)),i=[],o=0;while(n.length>o)r(L,t=n[o++])||t==k||t==A||i.push(t);return i},ne=function(e){var t,n=e===V,i=H(n?K:w(e)),o=[],a=0;while(i.length>a)!r(L,t=i[a++])||n&&!r(V,t)||o.push(L[t]);return o};z||(M=function(){if(this instanceof M)throw TypeError("Symbol is not a constructor!");var e=h(arguments.length>0?arguments[0]:void 0),t=function(n){this===V&&t.call(K,n),r(this,k)&&r(this[k],e)&&(this[k][e]=!1),W(this,e,C(1,n))};return o&&$&&W(V,e,{configurable:!0,set:t}),X(e)},s(M[N],"toString",(function(){return this._k})),Q.f=ee,F.f=Y,n("6438").f=x.f=te,n("1917").f=Z,_.f=ne,o&&!n("e444")&&s(V,"propertyIsEnumerable",Z,!0),d.f=function(e){return X(f(e))}),a(a.G+a.W+a.F*!z,{Symbol:M});for(var ie="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),re=0;ie.length>re;)f(ie[re++]);for(var oe=U(f.store),ae=0;oe.length>ae;)p(oe[ae++]);a(a.S+a.F*!z,"Symbol",{for:function(e){return r(R,e+="")?R[e]:R[e]=M(e)},keyFor:function(e){if(!G(e))throw TypeError(e+" is not a symbol!");for(var t in R)if(R[t]===e)return t},useSetter:function(){$=!0},useSimple:function(){$=!1}}),a(a.S+a.F*!z,"Object",{create:q,defineProperty:Y,defineProperties:J,getOwnPropertyDescriptor:ee,getOwnPropertyNames:te,getOwnPropertySymbols:ne});var se=l((function(){_.f(1)}));a(a.S+a.F*se,"Object",{getOwnPropertySymbols:function(e){return _.f(B(e))}}),O&&a(a.S+a.F*(!z||l((function(){var e=M();return"[null]"!=D([e])||"{}"!=D({a:e})||"{}"!=D(Object(e))}))),"JSON",{stringify:function(e){var t,n,i=[e],r=1;while(arguments.length>r)i.push(arguments[r++]);if(n=t=i[1],(y(t)||void 0!==e)&&!G(e))return m(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!G(t))return t}),i[1]=t,D.apply(O,i)}}),M[N][I]||n("051b")(M[N],I,M[N].valueOf),c(M,"Symbol"),c(Math,"Math",!0),c(i.JSON,"JSON",!0)},"6b7c":function(e,t,n){"use strict";t.__esModule=!0;var i=n("4897");t.default={methods:{t:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return i.t.apply(this,t)}}}},"6ca1":function(e,t,n){var i=n("9fbb"),r=n("c901");e.exports=function(e){return i(r(e))}},"6dd8":function(e,t,n){"use strict";n.r(t),function(e){var n=function(){if("undefined"!==typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,i){return e[0]===t&&(n=i,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),i=this.__entries__[n];return i&&i[1]},t.prototype.set=function(t,n){var i=e(this.__entries__,t);~i?this.__entries__[i][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,i=e(n,t);~i&&n.splice(i,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,i=this.__entries__;n<i.length;n++){var r=i[n];e.call(t,r[1],r[0])}},t}()}(),i="undefined"!==typeof window&&"undefined"!==typeof document&&window.document===document,r=function(){return"undefined"!==typeof e&&e.Math===Math?e:"undefined"!==typeof self&&self.Math===Math?self:"undefined"!==typeof window&&window.Math===Math?window:Function("return this")()}(),o=function(){return"function"===typeof requestAnimationFrame?requestAnimationFrame.bind(r):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)}}(),a=2;function s(e,t){var n=!1,i=!1,r=0;function s(){n&&(n=!1,e()),i&&l()}function A(){o(s)}function l(){var e=Date.now();if(n){if(e-r<a)return;i=!0}else n=!0,i=!1,setTimeout(A,t);r=e}return l}var A=20,l=["top","right","bottom","left","width","height","size","weight"],u="undefined"!==typeof MutationObserver,c=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=s(this.refresh.bind(this),A)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,n=t.indexOf(e);~n&&t.splice(n,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){var e=this.updateObservers_();e&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){i&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),u?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){i&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t,i=l.some((function(e){return!!~n.indexOf(e)}));i&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),h=function(e,t){for(var n=0,i=Object.keys(t);n<i.length;n++){var r=i[n];Object.defineProperty(e,r,{value:t[r],enumerable:!1,writable:!1,configurable:!0})}return e},f=function(e){var t=e&&e.ownerDocument&&e.ownerDocument.defaultView;return t||r},d=E(0,0,0,0);function p(e){return parseFloat(e)||0}function g(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce((function(t,n){var i=e["border-"+n+"-width"];return t+p(i)}),0)}function m(e){for(var t=["top","right","bottom","left"],n={},i=0,r=t;i<r.length;i++){var o=r[i],a=e["padding-"+o];n[o]=p(a)}return n}function v(e){var t=e.getBBox();return E(0,0,t.width,t.height)}function y(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return d;var i=f(e).getComputedStyle(e),r=m(i),o=r.left+r.right,a=r.top+r.bottom,s=p(i.width),A=p(i.height);if("border-box"===i.boxSizing&&(Math.round(s+o)!==t&&(s-=g(i,"left","right")+o),Math.round(A+a)!==n&&(A-=g(i,"top","bottom")+a)),!w(e)){var l=Math.round(s+o)-t,u=Math.round(A+a)-n;1!==Math.abs(l)&&(s-=l),1!==Math.abs(u)&&(A-=u)}return E(r.left,r.top,s,A)}var B=function(){return"undefined"!==typeof SVGGraphicsElement?function(e){return e instanceof f(e).SVGGraphicsElement}:function(e){return e instanceof f(e).SVGElement&&"function"===typeof e.getBBox}}();function w(e){return e===f(e).document.documentElement}function b(e){return i?B(e)?v(e):y(e):d}function C(e){var t=e.x,n=e.y,i=e.width,r=e.height,o="undefined"!==typeof DOMRectReadOnly?DOMRectReadOnly:Object,a=Object.create(o.prototype);return h(a,{x:t,y:n,width:i,height:r,top:n,right:t+i,bottom:r+n,left:t}),a}function E(e,t,n,i){return{x:e,y:t,width:n,height:i}}var x=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=E(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=b(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),Q=function(){function e(e,t){var n=C(t);h(this,{target:e,contentRect:n})}return e}(),_=function(){function e(e,t,i){if(this.activeObservations_=[],this.observations_=new n,"function"!==typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=i}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!==typeof Element&&Element instanceof Object){if(!(e instanceof f(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new x(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!==typeof Element&&Element instanceof Object){if(!(e instanceof f(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new Q(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),F="undefined"!==typeof WeakMap?new WeakMap:new n,U=function(){function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=c.getInstance(),i=new _(t,n,this);F.set(this,i)}return e}();["observe","unobserve","disconnect"].forEach((function(e){U.prototype[e]=function(){var t;return(t=F.get(this))[e].apply(t,arguments)}}));var S=function(){return"undefined"!==typeof r.ResizeObserver?r.ResizeObserver:U}();t["default"]=S}.call(this,n("c8ba"))},"6f4f":function(e,t,n){var i=n("77e9"),r=n("85e7"),o=n("9742"),a=n("5a94")("IE_PROTO"),s=function(){},A="prototype",l=function(){var e,t=n("05f5")("iframe"),i=o.length,r="<",a=">";t.style.display="none",n("9141").appendChild(t),t.src="javascript:",e=t.contentWindow.document,e.open(),e.write(r+"script"+a+"document.F=Object"+r+"/script"+a),e.close(),l=e.F;while(i--)delete l[A][o[i]];return l()};e.exports=Object.create||function(e,t){var n;return null!==e?(s[A]=i(e),n=new s,s[A]=null,n[a]=e):n=l(),void 0===t?n:r(n,t)}},"77e9":function(e,t,n){var i=n("7a41");e.exports=function(e){if(!i(e))throw TypeError(e+" is not an object!");return e}},"7a41":function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},"7f4d":function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){for(var t=1,n=arguments.length;t<n;t++){var i=arguments[t]||{};for(var r in i)if(i.hasOwnProperty(r)){var o=i[r];void 0!==o&&(e[r]=o)}}return e}},8119:function(e,t,n){n("693d"),n("dfe5"),n("301c"),n("4e71"),e.exports=n("5524").Symbol},8122:function(e,t,n){"use strict";t.__esModule=!0,t.isEmpty=t.isEqual=t.arrayEquals=t.looseEqual=t.capitalize=t.kebabCase=t.autoprefixer=t.isFirefox=t.isEdge=t.isIE=t.coerceTruthyValueToArray=t.arrayFind=t.arrayFindIndex=t.escapeRegexpString=t.valueEquals=t.generateId=t.getValueByPath=void 0;var i="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};t.noop=l,t.hasOwn=u,t.toObject=h,t.getPropByPath=f,t.rafThrottle=v,t.objToArray=y;var r=n("2b0e"),o=s(r),a=n("a742");function s(e){return e&&e.__esModule?e:{default:e}}var A=Object.prototype.hasOwnProperty;function l(){}function u(e,t){return A.call(e,t)}function c(e,t){for(var n in t)e[n]=t[n];return e}function h(e){for(var t={},n=0;n<e.length;n++)e[n]&&c(t,e[n]);return t}t.getValueByPath=function(e,t){t=t||"";for(var n=t.split("."),i=e,r=null,o=0,a=n.length;o<a;o++){var s=n[o];if(!i)break;if(o===a-1){r=i[s];break}i=i[s]}return r};function f(e,t,n){var i=e;t=t.replace(/\[(\w+)\]/g,".$1"),t=t.replace(/^\./,"");for(var r=t.split("."),o=0,a=r.length;o<a-1;++o){if(!i&&!n)break;var s=r[o];if(!(s in i)){if(n)throw new Error("please transfer a valid prop path to form item!");break}i=i[s]}return{o:i,k:r[o],v:i?i[r[o]]:null}}t.generateId=function(){return Math.floor(1e4*Math.random())},t.valueEquals=function(e,t){if(e===t)return!0;if(!(e instanceof Array))return!1;if(!(t instanceof Array))return!1;if(e.length!==t.length)return!1;for(var n=0;n!==e.length;++n)if(e[n]!==t[n])return!1;return!0},t.escapeRegexpString=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return String(e).replace(/[|\\{}()[\]^$+*?.]/g,"\\$&")};var d=t.arrayFindIndex=function(e,t){for(var n=0;n!==e.length;++n)if(t(e[n]))return n;return-1},p=(t.arrayFind=function(e,t){var n=d(e,t);return-1!==n?e[n]:void 0},t.coerceTruthyValueToArray=function(e){return Array.isArray(e)?e:e?[e]:[]},t.isIE=function(){return!o.default.prototype.$isServer&&!isNaN(Number(document.documentMode))},t.isEdge=function(){return!o.default.prototype.$isServer&&navigator.userAgent.indexOf("Edge")>-1},t.isFirefox=function(){return!o.default.prototype.$isServer&&!!window.navigator.userAgent.match(/firefox/i)},t.autoprefixer=function(e){if("object"!==("undefined"===typeof e?"undefined":i(e)))return e;var t=["transform","transition","animation"],n=["ms-","webkit-"];return t.forEach((function(t){var i=e[t];t&&i&&n.forEach((function(n){e[n+t]=i}))})),e},t.kebabCase=function(e){var t=/([^-])([A-Z])/g;return e.replace(t,"$1-$2").replace(t,"$1-$2").toLowerCase()},t.capitalize=function(e){return(0,a.isString)(e)?e.charAt(0).toUpperCase()+e.slice(1):e},t.looseEqual=function(e,t){var n=(0,a.isObject)(e),i=(0,a.isObject)(t);return n&&i?JSON.stringify(e)===JSON.stringify(t):!n&&!i&&String(e)===String(t)}),g=t.arrayEquals=function(e,t){if(e=e||[],t=t||[],e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!p(e[n],t[n]))return!1;return!0},m=(t.isEqual=function(e,t){return Array.isArray(e)&&Array.isArray(t)?g(e,t):p(e,t)},t.isEmpty=function(e){if(null==e)return!0;if("boolean"===typeof e)return!1;if("number"===typeof e)return!e;if(e instanceof Error)return""===e.message;switch(Object.prototype.toString.call(e)){case"[object String]":case"[object Array]":return!e.length;case"[object File]":case"[object Map]":case"[object Set]":return!e.size;case"[object Object]":return!Object.keys(e).length}return!1});function v(e){var t=!1;return function(){for(var n=this,i=arguments.length,r=Array(i),o=0;o<i;o++)r[o]=arguments[o];t||(t=!0,window.requestAnimationFrame((function(i){e.apply(n,r),t=!1})))}}function y(e){return Array.isArray(e)?e:m(e)?[]:[e]}},"826b":function(e,t,n){},"85e7":function(e,t,n){var i=n("1a14"),r=n("77e9"),o=n("9876");e.exports=n("0bad")?Object.defineProperties:function(e,t){r(e);var n,a=o(t),s=a.length,A=0;while(s>A)i.f(e,n=a[A++],t[n]);return e}},"8a0d":function(e,t){e.exports={}},"8b1a":function(e,t){var n=0,i=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+i).toString(36))}},9141:function(e,t,n){var i=n("ef08").document;e.exports=i&&i.documentElement},"92f0":function(e,t,n){var i=n("1a14").f,r=n("9c0e"),o=n("cc15")("toStringTag");e.exports=function(e,t,n){e&&!r(e=n?e:e.prototype,o)&&i(e,o,{configurable:!0,value:t})}},"96cf":function(e,t,n){var i=function(e){"use strict";var t,n=Object.prototype,i=n.hasOwnProperty,r="function"===typeof Symbol?Symbol:{},o=r.iterator||"@@iterator",a=r.asyncIterator||"@@asyncIterator",s=r.toStringTag||"@@toStringTag";function A(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{A({},"")}catch(H){A=function(e,t,n){return e[t]=n}}function l(e,t,n,i){var r=t&&t.prototype instanceof g?t:g,o=Object.create(r.prototype),a=new U(i||[]);return o._invoke=x(e,n,a),o}function u(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(H){return{type:"throw",arg:H}}}e.wrap=l;var c="suspendedStart",h="suspendedYield",f="executing",d="completed",p={};function g(){}function m(){}function v(){}var y={};y[o]=function(){return this};var B=Object.getPrototypeOf,w=B&&B(B(S([])));w&&w!==n&&i.call(w,o)&&(y=w);var b=v.prototype=g.prototype=Object.create(y);function C(e){["next","throw","return"].forEach((function(t){A(e,t,(function(e){return this._invoke(t,e)}))}))}function E(e,t){function n(r,o,a,s){var A=u(e[r],e,o);if("throw"!==A.type){var l=A.arg,c=l.value;return c&&"object"===typeof c&&i.call(c,"__await")?t.resolve(c.__await).then((function(e){n("next",e,a,s)}),(function(e){n("throw",e,a,s)})):t.resolve(c).then((function(e){l.value=e,a(l)}),(function(e){return n("throw",e,a,s)}))}s(A.arg)}var r;function o(e,i){function o(){return new t((function(t,r){n(e,i,t,r)}))}return r=r?r.then(o,o):o()}this._invoke=o}function x(e,t,n){var i=c;return function(r,o){if(i===f)throw new Error("Generator is already running");if(i===d){if("throw"===r)throw o;return T()}n.method=r,n.arg=o;while(1){var a=n.delegate;if(a){var s=Q(a,n);if(s){if(s===p)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===c)throw i=d,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=f;var A=u(e,t,n);if("normal"===A.type){if(i=n.done?d:h,A.arg===p)continue;return{value:A.arg,done:n.done}}"throw"===A.type&&(i=d,n.method="throw",n.arg=A.arg)}}}function Q(e,n){var i=e.iterator[n.method];if(i===t){if(n.delegate=null,"throw"===n.method){if(e.iterator["return"]&&(n.method="return",n.arg=t,Q(e,n),"throw"===n.method))return p;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return p}var r=u(i,e.iterator,n.arg);if("throw"===r.type)return n.method="throw",n.arg=r.arg,n.delegate=null,p;var o=r.arg;return o?o.done?(n[e.resultName]=o.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,p):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,p)}function _(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function F(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function U(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(_,this),this.reset(!0)}function S(e){if(e){var n=e[o];if(n)return n.call(e);if("function"===typeof e.next)return e;if(!isNaN(e.length)){var r=-1,a=function n(){while(++r<e.length)if(i.call(e,r))return n.value=e[r],n.done=!1,n;return n.value=t,n.done=!0,n};return a.next=a}}return{next:T}}function T(){return{value:t,done:!0}}return m.prototype=b.constructor=v,v.constructor=m,m.displayName=A(v,s,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"===typeof e&&e.constructor;return!!t&&(t===m||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,v):(e.__proto__=v,A(e,s,"GeneratorFunction")),e.prototype=Object.create(b),e},e.awrap=function(e){return{__await:e}},C(E.prototype),E.prototype[a]=function(){return this},e.AsyncIterator=E,e.async=function(t,n,i,r,o){void 0===o&&(o=Promise);var a=new E(l(t,n,i,r),o);return e.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},C(b),A(b,s,"Generator"),b[o]=function(){return this},b.toString=function(){return"[object Generator]"},e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){while(t.length){var i=t.pop();if(i in e)return n.value=i,n.done=!1,n}return n.done=!0,n}},e.values=S,U.prototype={constructor:U,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(F),!e)for(var n in this)"t"===n.charAt(0)&&i.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var e=this.tryEntries[0],t=e.completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function r(i,r){return s.type="throw",s.arg=e,n.next=i,r&&(n.method="next",n.arg=t),!!r}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var A=i.call(a,"catchLoc"),l=i.call(a,"finallyLoc");if(A&&l){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(A){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,p):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),p},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),F(n),p}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var i=n.completion;if("throw"===i.type){var r=i.arg;F(n)}return r}}throw new Error("illegal catch attempt")},delegateYield:function(e,n,i){return this.delegate={iterator:S(e),resultName:n,nextLoc:i},"next"===this.method&&(this.arg=t),p}},e}(e.exports);try{regeneratorRuntime=i}catch(r){Function("r","regeneratorRuntime = r")(i)}},9742:function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},9876:function(e,t,n){var i=n("03d6"),r=n("9742");e.exports=Object.keys||function(e){return i(e,r)}},"9c0c":function(e,t,n){var i=n("1609");e.exports=function(e,t,n){if(i(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,i){return e.call(t,n,i)};case 3:return function(n,i,r){return e.call(t,n,i,r)}}return function(){return e.apply(t,arguments)}}},"9c0e":function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},"9d11":function(e,t,n){var i=n("fc5e"),r=Math.max,o=Math.min;e.exports=function(e,t){return e=i(e),e<0?r(e+t,0):o(e,t)}},"9d7e":function(e,t,n){"use strict";t.__esModule=!0;var i="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};t.default=function(e){function t(e){for(var t=arguments.length,n=Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];return 1===n.length&&"object"===i(n[0])&&(n=n[0]),n&&n.hasOwnProperty||(n={}),e.replace(o,(function(t,i,o,a){var s=void 0;return"{"===e[a-1]&&"}"===e[a+t.length]?o:(s=(0,r.hasOwn)(n,o)?n[o]:null,null===s||void 0===s?"":s)}))}return t};var r=n("8122"),o=/(%|)\{([0-9a-zA-Z_]+)\}/g},"9fbb":function(e,t,n){var i=n("4d88");e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==i(e)?e.split(""):Object(e)}},a15e:function(e,t,n){"use strict";n.r(t);var i=n("41b2"),r=n.n(i),o=n("1098"),a=n.n(o),s=/%[sdj%]/g,A=function(){};function l(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];var i=1,r=t[0],o=t.length;if("function"===typeof r)return r.apply(null,t.slice(1));if("string"===typeof r){for(var a=String(r).replace(s,(function(e){if("%%"===e)return"%";if(i>=o)return e;switch(e){case"%s":return String(t[i++]);case"%d":return Number(t[i++]);case"%j":try{return JSON.stringify(t[i++])}catch(n){return"[Circular]"}break;default:return e}})),A=t[i];i<o;A=t[++i])a+=" "+A;return a}return r}function u(e){return"string"===e||"url"===e||"hex"===e||"email"===e||"pattern"===e}function c(e,t){return void 0===e||null===e||(!("array"!==t||!Array.isArray(e)||e.length)||!(!u(t)||"string"!==typeof e||e))}function h(e,t,n){var i=[],r=0,o=e.length;function a(e){i.push.apply(i,e),r++,r===o&&n(i)}e.forEach((function(e){t(e,a)}))}function f(e,t,n){var i=0,r=e.length;function o(a){if(a&&a.length)n(a);else{var s=i;i+=1,s<r?t(e[s],o):n([])}}o([])}function d(e){var t=[];return Object.keys(e).forEach((function(n){t.push.apply(t,e[n])})),t}function p(e,t,n,i){if(t.first){var r=d(e);return f(r,n,i)}var o=t.firstFields||[];!0===o&&(o=Object.keys(e));var a=Object.keys(e),s=a.length,A=0,l=[],u=function(e){l.push.apply(l,e),A++,A===s&&i(l)};a.forEach((function(t){var i=e[t];-1!==o.indexOf(t)?f(i,n,u):h(i,n,u)}))}function g(e){return function(t){return t&&t.message?(t.field=t.field||e.fullField,t):{message:t,field:t.field||e.fullField}}}function m(e,t){if(t)for(var n in t)if(t.hasOwnProperty(n)){var i=t[n];"object"===("undefined"===typeof i?"undefined":a()(i))&&"object"===a()(e[n])?e[n]=r()({},e[n],i):e[n]=i}return e}function v(e,t,n,i,r,o){!e.required||n.hasOwnProperty(e.field)&&!c(t,o||e.type)||i.push(l(r.messages.required,e.fullField))}var y=v;function B(e,t,n,i,r){(/^\s+$/.test(t)||""===t)&&i.push(l(r.messages.whitespace,e.fullField))}var w=B,b={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},C={integer:function(e){return C.number(e)&&parseInt(e,10)===e},float:function(e){return C.number(e)&&!C.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(t){return!1}},date:function(e){return"function"===typeof e.getTime&&"function"===typeof e.getMonth&&"function"===typeof e.getYear},number:function(e){return!isNaN(e)&&"number"===typeof e},object:function(e){return"object"===("undefined"===typeof e?"undefined":a()(e))&&!C.array(e)},method:function(e){return"function"===typeof e},email:function(e){return"string"===typeof e&&!!e.match(b.email)&&e.length<255},url:function(e){return"string"===typeof e&&!!e.match(b.url)},hex:function(e){return"string"===typeof e&&!!e.match(b.hex)}};function E(e,t,n,i,r){if(e.required&&void 0===t)y(e,t,n,i,r);else{var o=["integer","float","array","regexp","object","method","email","number","date","url","hex"],s=e.type;o.indexOf(s)>-1?C[s](t)||i.push(l(r.messages.types[s],e.fullField,e.type)):s&&("undefined"===typeof t?"undefined":a()(t))!==e.type&&i.push(l(r.messages.types[s],e.fullField,e.type))}}var x=E;function Q(e,t,n,i,r){var o="number"===typeof e.len,a="number"===typeof e.min,s="number"===typeof e.max,A=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,u=t,c=null,h="number"===typeof t,f="string"===typeof t,d=Array.isArray(t);if(h?c="number":f?c="string":d&&(c="array"),!c)return!1;d&&(u=t.length),f&&(u=t.replace(A,"_").length),o?u!==e.len&&i.push(l(r.messages[c].len,e.fullField,e.len)):a&&!s&&u<e.min?i.push(l(r.messages[c].min,e.fullField,e.min)):s&&!a&&u>e.max?i.push(l(r.messages[c].max,e.fullField,e.max)):a&&s&&(u<e.min||u>e.max)&&i.push(l(r.messages[c].range,e.fullField,e.min,e.max))}var _=Q,F="enum";function U(e,t,n,i,r){e[F]=Array.isArray(e[F])?e[F]:[],-1===e[F].indexOf(t)&&i.push(l(r.messages[F],e.fullField,e[F].join(", ")))}var S=U;function T(e,t,n,i,r){if(e.pattern)if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||i.push(l(r.messages.pattern.mismatch,e.fullField,t,e.pattern));else if("string"===typeof e.pattern){var o=new RegExp(e.pattern);o.test(t)||i.push(l(r.messages.pattern.mismatch,e.fullField,t,e.pattern))}}var H=T,M={required:y,whitespace:w,type:x,range:_,enum:S,pattern:H};function O(e,t,n,i,r){var o=[],a=e.required||!e.required&&i.hasOwnProperty(e.field);if(a){if(c(t,"string")&&!e.required)return n();M.required(e,t,i,o,r,"string"),c(t,"string")||(M.type(e,t,i,o,r),M.range(e,t,i,o,r),M.pattern(e,t,i,o,r),!0===e.whitespace&&M.whitespace(e,t,i,o,r))}n(o)}var D=O;function N(e,t,n,i,r){var o=[],a=e.required||!e.required&&i.hasOwnProperty(e.field);if(a){if(c(t)&&!e.required)return n();M.required(e,t,i,o,r),void 0!==t&&M.type(e,t,i,o,r)}n(o)}var k=N;function I(e,t,n,i,r){var o=[],a=e.required||!e.required&&i.hasOwnProperty(e.field);if(a){if(c(t)&&!e.required)return n();M.required(e,t,i,o,r),void 0!==t&&(M.type(e,t,i,o,r),M.range(e,t,i,o,r))}n(o)}var P=I;function R(e,t,n,i,r){var o=[],a=e.required||!e.required&&i.hasOwnProperty(e.field);if(a){if(c(t)&&!e.required)return n();M.required(e,t,i,o,r),void 0!==t&&M.type(e,t,i,o,r)}n(o)}var L=R;function K(e,t,n,i,r){var o=[],a=e.required||!e.required&&i.hasOwnProperty(e.field);if(a){if(c(t)&&!e.required)return n();M.required(e,t,i,o,r),c(t)||M.type(e,t,i,o,r)}n(o)}var V=K;function z(e,t,n,i,r){var o=[],a=e.required||!e.required&&i.hasOwnProperty(e.field);if(a){if(c(t)&&!e.required)return n();M.required(e,t,i,o,r),void 0!==t&&(M.type(e,t,i,o,r),M.range(e,t,i,o,r))}n(o)}var j=z;function $(e,t,n,i,r){var o=[],a=e.required||!e.required&&i.hasOwnProperty(e.field);if(a){if(c(t)&&!e.required)return n();M.required(e,t,i,o,r),void 0!==t&&(M.type(e,t,i,o,r),M.range(e,t,i,o,r))}n(o)}var W=$;function X(e,t,n,i,r){var o=[],a=e.required||!e.required&&i.hasOwnProperty(e.field);if(a){if(c(t,"array")&&!e.required)return n();M.required(e,t,i,o,r,"array"),c(t,"array")||(M.type(e,t,i,o,r),M.range(e,t,i,o,r))}n(o)}var G=X;function Y(e,t,n,i,r){var o=[],a=e.required||!e.required&&i.hasOwnProperty(e.field);if(a){if(c(t)&&!e.required)return n();M.required(e,t,i,o,r),void 0!==t&&M.type(e,t,i,o,r)}n(o)}var J=Y,q="enum";function Z(e,t,n,i,r){var o=[],a=e.required||!e.required&&i.hasOwnProperty(e.field);if(a){if(c(t)&&!e.required)return n();M.required(e,t,i,o,r),t&&M[q](e,t,i,o,r)}n(o)}var ee=Z;function te(e,t,n,i,r){var o=[],a=e.required||!e.required&&i.hasOwnProperty(e.field);if(a){if(c(t,"string")&&!e.required)return n();M.required(e,t,i,o,r),c(t,"string")||M.pattern(e,t,i,o,r)}n(o)}var ne=te;function ie(e,t,n,i,r){var o=[],a=e.required||!e.required&&i.hasOwnProperty(e.field);if(a){if(c(t)&&!e.required)return n();if(M.required(e,t,i,o,r),!c(t)){var s=void 0;s="number"===typeof t?new Date(t):t,M.type(e,s,i,o,r),s&&M.range(e,s.getTime(),i,o,r)}}n(o)}var re=ie;function oe(e,t,n,i,r){var o=[],s=Array.isArray(t)?"array":"undefined"===typeof t?"undefined":a()(t);M.required(e,t,i,o,r,s),n(o)}var ae=oe;function se(e,t,n,i,r){var o=e.type,a=[],s=e.required||!e.required&&i.hasOwnProperty(e.field);if(s){if(c(t,o)&&!e.required)return n();M.required(e,t,i,a,r,o),c(t,o)||M.type(e,t,i,a,r)}n(a)}var Ae=se,le={string:D,method:k,number:P,boolean:L,regexp:V,integer:j,float:W,array:G,object:J,enum:ee,pattern:ne,date:re,url:Ae,hex:Ae,email:Ae,required:ae};function ue(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var ce=ue();function he(e){this.rules=null,this._messages=ce,this.define(e)}he.prototype={messages:function(e){return e&&(this._messages=m(ue(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if("object"!==("undefined"===typeof e?"undefined":a()(e))||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var t=void 0,n=void 0;for(t in e)e.hasOwnProperty(t)&&(n=e[t],this.rules[t]=Array.isArray(n)?n:[n])},validate:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=arguments[2],o=e,s=n,u=i;if("function"===typeof s&&(u=s,s={}),this.rules&&0!==Object.keys(this.rules).length){if(s.messages){var c=this.messages();c===ce&&(c=ue()),m(c,s.messages),s.messages=c}else s.messages=this.messages();var h=void 0,f=void 0,d={},v=s.keys||Object.keys(this.rules);v.forEach((function(n){h=t.rules[n],f=o[n],h.forEach((function(i){var a=i;"function"===typeof a.transform&&(o===e&&(o=r()({},o)),f=o[n]=a.transform(f)),a="function"===typeof a?{validator:a}:r()({},a),a.validator=t.getValidationMethod(a),a.field=n,a.fullField=a.fullField||n,a.type=t.getType(a),a.validator&&(d[n]=d[n]||[],d[n].push({rule:a,value:f,source:o,field:n}))}))}));var y={};p(d,s,(function(e,t){var n=e.rule,i=("object"===n.type||"array"===n.type)&&("object"===a()(n.fields)||"object"===a()(n.defaultField));function o(e,t){return r()({},t,{fullField:n.fullField+"."+e})}function u(){var a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],u=a;if(Array.isArray(u)||(u=[u]),u.length&&A("async-validator:",u),u.length&&n.message&&(u=[].concat(n.message)),u=u.map(g(n)),s.first&&u.length)return y[n.field]=1,t(u);if(i){if(n.required&&!e.value)return u=n.message?[].concat(n.message).map(g(n)):s.error?[s.error(n,l(s.messages.required,n.field))]:[],t(u);var c={};if(n.defaultField)for(var h in e.value)e.value.hasOwnProperty(h)&&(c[h]=n.defaultField);for(var f in c=r()({},c,e.rule.fields),c)if(c.hasOwnProperty(f)){var d=Array.isArray(c[f])?c[f]:[c[f]];c[f]=d.map(o.bind(null,f))}var p=new he(c);p.messages(s.messages),e.rule.options&&(e.rule.options.messages=s.messages,e.rule.options.error=s.error),p.validate(e.value,e.rule.options||s,(function(e){t(e&&e.length?u.concat(e):e)}))}else t(u)}i=i&&(n.required||!n.required&&e.value),n.field=e.field;var c=n.validator(n,e.value,u,e.source,s);c&&c.then&&c.then((function(){return u()}),(function(e){return u(e)}))}),(function(e){B(e)}))}else u&&u();function B(e){var t=void 0,n=void 0,i=[],r={};function o(e){Array.isArray(e)?i=i.concat.apply(i,e):i.push(e)}for(t=0;t<e.length;t++)o(e[t]);if(i.length)for(t=0;t<i.length;t++)n=i[t].field,r[n]=r[n]||[],r[n].push(i[t]);else i=null,r=null;u(i,r)}},getType:function(e){if(void 0===e.type&&e.pattern instanceof RegExp&&(e.type="pattern"),"function"!==typeof e.validator&&e.type&&!le.hasOwnProperty(e.type))throw new Error(l("Unknown rule type %s",e.type));return e.type||"string"},getValidationMethod:function(e){if("function"===typeof e.validator)return e.validator;var t=Object.keys(e),n=t.indexOf("message");return-1!==n&&t.splice(n,1),1===t.length&&"required"===t[0]?le.required:le[this.getType(e)]||!1}},he.register=function(e,t){if("function"!==typeof t)throw new Error("Cannot register a validator by type, validator is not a function");le[e]=t},he.messages=ce;t["default"]=he},a34a:function(e,t,n){e.exports=n("96cf")},a742:function(e,t,n){"use strict";function i(e){return"[object String]"===Object.prototype.toString.call(e)}function r(e){return"[object Object]"===Object.prototype.toString.call(e)}function o(e){return e&&e.nodeType===Node.ELEMENT_NODE}t.__esModule=!0,t.isString=i,t.isObject=r,t.isHtmlElement=o;t.isFunction=function(e){var t={};return e&&"[object Function]"===t.toString.call(e)},t.isUndefined=function(e){return void 0===e},t.isDefined=function(e){return void 0!==e&&null!==e}},b367:function(e,t,n){var i=n("5524"),r=n("ef08"),o="__core-js_shared__",a=r[o]||(r[o]={});(e.exports=function(e,t){return a[e]||(a[e]=void 0!==t?t:{})})("versions",[]).push({version:i.version,mode:n("e444")?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},b9c7:function(e,t,n){n("e507"),e.exports=n("5524").Object.assign},ba01:function(e,t,n){e.exports=n("051b")},bd0c:function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){return function(e){function t(i){if(n[i])return n[i].exports;var r=n[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,t),r.l=!0,r.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,i){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:i})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=42)}([function(e,t){e.exports=function(e,t,n,i){var r,o=e=e||{},a=typeof e.default;"object"!==a&&"function"!==a||(r=e,o=e.default);var s="function"==typeof o?o.options:o;if(t&&(s.render=t.render,s.staticRenderFns=t.staticRenderFns),n&&(s._scopeId=n),i){var A=s.computed||(s.computed={});Object.keys(i).forEach((function(e){var t=i[e];A[e]=function(){return t}}))}return{esModule:r,exports:o,options:s}}},function(e,t,n){var i,r,o;!function(n,a){r=[e,t],i=a,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t){"use strict";function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(){var e=this.unload,t=this.renderByParent,n=this.$parent;t&&n.reload(),e()}Object.defineProperty(t,"__esModule",{value:!0});var r={control:{unload:"removeControl"},layer:{unload:"removeTileLayer"},overlay:{unload:"removeOverlay"},contextMenu:{unload:"removeContextMenu"}},o=function e(t){return t.abstract||t.$el===t.$children[0].$el?e(t.$parent):t},a=function e(t){n(this,e),this.methods={ready:function(){var e=o(this.$parent),t=this.BMap=e.BMap,n=this.map=e.map;this.load(),this.$emit("ready",{BMap:t,map:n})},transmitEvent:function(e){this.$emit(e.type.replace(/^on/,""),e)},reload:function(){var e=this;this&&this.BMap&&this.$nextTick((function(){e.unload(),e.$nextTick(e.load)}))},unload:function(){var e=this.map,n=this.originInstance;try{switch(t.type){case"search":return n.clearResults();case"autoComplete":case"lushu":return n.dispose();case"markerClusterer":return n.clearMarkers();default:e[r[t.type].unload](n)}}catch(e){}}},this.computed={renderByParent:function(){return this.$parent.preventChildrenRender}},this.mounted=function(){var e=o(this.$parent),t=e.map,n=this.ready;t?n():e.$on("ready",n)},this.destroyed=i,this.beforeDestroy=i};t.default=function(e){return new a({type:e})},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(n,a){r=[t],i=a,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e){"use strict";function t(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.lng,i=t.lat;return new e.Point(n,i)}function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.x,i=t.y;return new e.Pixel(n,i)}function i(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=n.sw,r=n.ne;return new e.Bounds(t(e,i),t(e,r))}function r(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.width,i=t.height;return new e.Size(n,i)}function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.url,i=t.size,o=t.opts,a=void 0===o?{}:o;return new e.Icon(n,r(e,i),{anchor:a.anchor&&r(e,a.anchor),imageSize:a.imageSize&&r(e,a.imageSize),imageOffset:a.imageOffset&&r(e,a.imageOffset),infoWindowAnchor:a.infoWindowAnchor&&r(e,a.infoWindowAnchor),printImageUrl:a.printImageUrl})}function a(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=n.content,o=n.opts;return new e.Label(i,{offset:o.offset&&r(e,o.offset),position:o.position&&t(e,o.position),enableMassClear:o.enableMassClear})}Object.defineProperty(e,"__esModule",{value:!0}),e.createPoint=t,e.createPixel=n,e.createBounds=i,e.createSize=r,e.createIcon=o,e.createLabel=a}))},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(41)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=this,r=t||i.default[this.$options.name];r&&r.forEach((function(t){var i="on"===t.slice(0,2),r=i?t.slice(2):t,o=n.$listeners[r];o&&e.addEventListener(t,o.fns)}))};var i=function(e){return e&&e.__esModule?e:{default:e}}(n);e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[t,n(2)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getPosition=e.checkType=e.isPoint=void 0;var n=e.isPoint=function(e){return e.lng&&e.lat};e.checkType=function(e){return Object.prototype.toString.call(e).slice(8,-1)},e.getPosition=function(e,i){return n(i)?(0,t.createPoint)(e,i):i}}))},function(e,t,n){var i=n(0)(n(71),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(43),n(89),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(44),n(87),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(45),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(46),n(94),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(47),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(48),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(49),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(50),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(51),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(52),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(53),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(54),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(55),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(56),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(57),n(90),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(58),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(59),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(60),n(97),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(61),n(82),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(62),n(95),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(63),n(86),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(64),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(65),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(66),n(83),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(67),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(68),n(96),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(69),n(84),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(70),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(72),null,null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(73),n(91),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(74),n(85),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(75),n(93),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(76),n(92),null,null);e.exports=i.exports},function(e,t,n){var i=n(0)(n(77),n(88),null,null);e.exports=i.exports},function(e,t,n){var i,r,o;!function(n,a){r=[e,t],i=a,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={"bm-map":["click","dblclick","rightclick","rightdblclick","maptypechange","mousemove","mouseover","mouseout","movestart","moving","moveend","zoomstart","zoomend","addoverlay","addcontrol","removecontrol","removeoverlay","clearoverlays","dragstart","dragging","dragend","addtilelayer","removetilelayer","load","resize","hotspotclick","hotspotover","hotspotout","tilesloaded","touchstart","touchmove","touchend","longpress"],"bm-geolocation":["locationSuccess","locationError"],"bm-overview-map":["viewchanged","viewchanging"],"bm-marker":["click","dblclick","mousedown","mouseup","mouseout","mouseover","remove","infowindowclose","infowindowopen","dragstart","dragging","dragend","rightclick"],"bm-polyline":["click","dblclick","mousedown","mouseup","mouseout","mouseover","remove","lineupdate"],"bm-polygon":["click","dblclick","mousedown","mouseup","mouseout","mouseover","remove","lineupdate"],"bm-circle":["click","dblclick","mousedown","mouseup","mouseout","mouseover","remove","lineupdate"],"bm-label":["click","dblclick","mousedown","mouseup","mouseout","mouseover","remove","rightclick"],"bm-info-window":["close","open","maximize","restore","clickclose"],"bm-ground":["click","dblclick"],"bm-autocomplete":["onconfirm","onhighlight"],"bm-point-collection":["click","mouseover","mouseout"]},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[t,n(24),n(25),n(17),n(14),n(13),n(15),n(12),n(11),n(9),n(16),n(10),n(32),n(34),n(35),n(6),n(28),n(29),n(31),n(30),n(33),n(8),n(7),n(38),n(39),n(40),n(37),n(36),n(22),n(23),n(27),n(26),n(21),n(20),n(19),n(18)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i,r,o,a,s,A,l,u,c,h,f,d,p,g,m,v,y,B,w,b,C,E,x,Q,_,F,U,S,T,H,M,O,D){"use strict";function N(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(e,"__esModule",{value:!0}),e.BmlCurveLine=e.BmlHeatmap=e.BmlLushu=e.BmlMarkerClusterer=e.BmAutoComplete=e.BmBoundary=e.BmTraffic=e.BmTile=e.BmBus=e.BmDriving=e.BmWalking=e.BmTransit=e.BmLocalSearch=e.BmContextMenuItem=e.BmContextMenu=e.BmOverlay=e.BmInfoWindow=e.BmLabel=e.BmGround=e.BmCircle=e.BmPolygon=e.BmPolyline=e.BmPointCollection=e.BmMarker=e.BmControl=e.BmPanorama=e.BmCityList=e.BmCopyright=e.BmGeolocation=e.BmOverviewMap=e.BmMapType=e.BmNavigation=e.BmScale=e.BmView=e.BaiduMap=void 0;var k=N(t),I=N(n),P=N(i),R=N(r),L=N(o),K=N(a),V=N(s),z=N(A),j=N(l),$=N(u),W=N(c),X=N(h),G=N(f),Y=N(d),J=N(p),q=N(g),Z=N(m),ee=N(v),te=N(y),ne=N(B),ie=N(w),re=N(b),oe=N(C),ae=N(E),se=N(x),Ae=N(Q),le=N(_),ue=N(F),ce=N(U),he=N(S),fe=N(T),de=N(H),pe=N(M),ge=N(O),me=N(D);e.default={install:function(e,t){var n=t.ak;e.prototype._BMap=function(){return{ak:n}},e.component("baidu-map",k.default),e.component("bm-view",I.default),e.component("bm-scale",P.default),e.component("bm-navigation",R.default),e.component("bm-map-type",L.default),e.component("bm-overview-map",K.default),e.component("bm-geolocation",V.default),e.component("bm-copyright",z.default),e.component("bm-city-list",j.default),e.component("bm-panorama",$.default),e.component("bm-control",W.default),e.component("bm-marker",X.default),e.component("bm-point-collection",G.default),e.component("bm-polyline",Y.default),e.component("bm-polygon",J.default),e.component("bm-circle",q.default),e.component("bm-ground",Z.default),e.component("bm-label",ee.default),e.component("bm-info-window",te.default),e.component("bm-overlay",ne.default),e.component("bm-context-menu",ie.default),e.component("bm-context-menu-item",re.default),e.component("bm-local-search",oe.default),e.component("bm-transit",ae.default),e.component("bm-walking",se.default),e.component("bm-driving",Ae.default),e.component("bm-bus",le.default),e.component("bm-tile",ue.default),e.component("bm-traffic",ce.default),e.component("bm-auto-complete",fe.default),e.component("bm-boundary",he.default)}},e.BaiduMap=k.default,e.BmView=I.default,e.BmScale=P.default,e.BmNavigation=R.default,e.BmMapType=L.default,e.BmOverviewMap=K.default,e.BmGeolocation=V.default,e.BmCopyright=z.default,e.BmCityList=j.default,e.BmPanorama=$.default,e.BmControl=W.default,e.BmMarker=X.default,e.BmPointCollection=G.default,e.BmPolyline=Y.default,e.BmPolygon=J.default,e.BmCircle=q.default,e.BmGround=Z.default,e.BmLabel=ee.default,e.BmInfoWindow=te.default,e.BmOverlay=ne.default,e.BmContextMenu=ie.default,e.BmContextMenuItem=re.default,e.BmLocalSearch=oe.default,e.BmTransit=ae.default,e.BmWalking=se.default,e.BmDriving=Ae.default,e.BmBus=le.default,e.BmTile=ue.default,e.BmTraffic=ce.default,e.BmBoundary=he.default,e.BmAutoComplete=fe.default,e.BmlMarkerClusterer=de.default,e.BmlLushu=pe.default,e.BmlHeatmap=ge.default,e.BmlCurveLine=me.default}))},function(e,t,n){var i,r,o;!function(n,a){r=[e,t],i=a,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"bm-context-menu-item",props:{callback:{type:Function,default:function(){}},text:{type:String},iconUrl:{type:String},id:{type:String},disabled:{type:Boolean},seperator:{type:Boolean}},methods:{reload:function(){this.$parent.map&&this.$parent.load()}},watch:{text:function(){this.reload()},iconUrl:function(){this.reload()},id:function(){this.reload()},disabled:function(){this.reload()},iseperator:function(){this.reload()},callback:function(){this.reload()}},destroyed:function(){this.reload()},mounted:function(){this.reload()}},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(1)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){return e&&e.__esModule?e:{default:e}}(n);t.default={name:"bm-context-menu",props:{width:{type:Number}},mixins:[(0,i.default)("contextMenu")],methods:{load:function(){var e=this.width,t=this.BMap,n=this.map,i=this.$parent,r=this.parent=i.originInstance||n;this.originInstance&&r.removeContextMenu(this.originInstance);var o=this.originInstance=new t.ContextMenu,a=!0,s=!1,A=void 0;try{for(var l,u=this.$children[Symbol.iterator]();!(a=(l=u.next()).done);a=!0)(function(){var i=l.value;if(i.seperator)return o.addSeparator(),"continue";var a=new t.MenuItem(i.text,(function(e,o){i.callback({point:e,pixel:o,BMap:t,map:n,target:r})}),{width:e,id:i.id,iconUrl:i.iconUrl});i.disabled?a.disable():a.enable(),i.originInstance=a,o.addItem(a)})()}catch(e){s=!0,A=e}finally{try{!a&&u.return&&u.return()}finally{if(s)throw A}}r.addContextMenu(o)}}},e.exports=t.default}))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(1),n(2)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(n);t.default={name:"bm-city-list",render:function(){},mixins:[(0,o.default)("control")],props:{anchor:{type:String},offset:{type:Object}},watch:{anchor:function(){this.reload()},offset:function(){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.anchor,o=this.offset,a=this;this.originInstance=new e.CityListControl({anchor:i[n],offset:o&&(0,r.createSize)(e,o),onChangeBefore:function(){a.$emit("changeBefore")},onChangeAfter:function(){a.$emit("changeAfter")}}),t.addControl(this.originInstance)}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(1),n(2)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(n);t.default={name:"bm-control",mixins:[(0,o.default)("control")],props:["anchor","offset"],watch:{anchor:function(e){this.originInstance.setAnchor(e)},offset:function(e){this.originInstance.setOffset(e)}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.anchor,o=this.offset,a=this.$el,s=function(){this.defaultAnchor=i[n||"BMAP_ANCHOR_TOP_LEFT"],this.defaultOffset=(0,r.createSize)(e,o)};s.prototype=new e.Control,s.prototype.initialize=function(e){return e.getContainer().appendChild(a)},this.originInstance=new s(n,o),t.addControl(this.originInstance)}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(1),n(2)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(n);t.default={name:"bm-copyright",render:function(){},mixins:[(0,o.default)("control")],props:["anchor","offset","copyright"],watch:{anchor:function(){this.reload()},offset:function(){this.reload()},copyright:function(){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.offset,o=this.anchor,a=this.updateCopyrightList;this.originInstance=new e.CopyrightControl({anchor:i[o],offset:n&&(0,r.createSize)(e,n)}),a(),t.addControl(this.originInstance)},updateCopyrightList:function(){var e=this,t=this.BMap,n=this.map,i=this.originInstance,r=i.removeCopyright,o=i.getCopyrightCollection,a=o();a&&a.forEach((function(e){r(e.id)})),this.copyright&&this.copyright.forEach((function(i){var r=i.bounds?new t.Bounds(new t.Point(i.bounds.sw.lng,i.bounds.sw.lat),new t.Point(i.bounds.ne.lng,i.bounds.ne.lat)):n.getBounds();e.originInstance.addCopyright({id:i.id,content:i.content,bounds:r}),e.originInstance.getCopyrightCollection()}))}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(1),n(4),n(2)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r,o){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var s=a(n),A=a(r);t.default={name:"bm-geolocation",render:function(){},mixins:[(0,s.default)("control")],props:{anchor:{type:String},offset:{type:Object},showAddressBar:{type:Boolean},autoLocation:{type:Boolean},locationIcon:{type:Object}},watch:{anchor:function(){this.reload()},offset:function(){this.reload()},showAddressBar:function(){this.reload()},autoLocation:function(){this.reload()},locationIcon:function(){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.anchor,r=this.showAddressBar,a=this.autoLocation,s=this.locationIcon,l=this.offset;this.originInstance=new e.GeolocationControl({anchor:i[n],showAddressBar:r,enableAutoLocation:a,offset:l&&(0,o.createSize)(e,l),locationIcon:s&&(0,o.createIcon)(e,s)}),A.default.call(this,this.originInstance),t.addControl(this.originInstance)}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(1),n(2)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(n);t.default={name:"bm-map-type",render:function(){},mixins:[(0,o.default)("control")],props:["type","mapTypes","anchor","offset"],watch:{anchor:function(){this.reload()},offset:function(){this.reload()},type:function(){this.reload()},mapTypes:function(){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.anchor,o=this.offset,a=this.type,s=[];this.mapTypes&&this.mapTypes.forEach((function(e){return s.push(i[e])})),this.originInstance=new e.MapTypeControl({anchor:i[n],offset:o&&(0,r.createSize)(e,o),type:i[a],mapTypes:s}),t.addControl(this.originInstance)}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(1),n(2)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(n);t.default={name:"bm-navigation",render:function(){},mixins:[(0,o.default)("control")],props:{anchor:{type:String},offset:{type:Object},type:{type:String},showZoomInfo:{type:Boolean},enableGeolocation:{type:Boolean,default:!1}},watch:{anchor:function(){this.reload()},offset:function(){this.reload()},type:function(){this.reload()},showZoomInfo:function(){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.anchor,o=this.offset,a=this.type,s=this.showZoomInfo,A=this.enableGeolocation;this.originInstance=new e.NavigationControl({anchor:i[n],offset:o&&(0,r.createSize)(e,o),type:i[a],showZoomInfo:s,enableGeolocation:A}),t.addControl(this.originInstance)}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(2),n(1),n(4)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r,o){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var s=a(r),A=a(o);t.default={name:"bm-overview-map",mixins:[(0,s.default)("control")],render:function(){},props:{anchor:{type:String},offset:{type:Object},size:{type:Object},isOpen:{type:Boolean}},watch:{anchor:function(){this.reload()},offset:function(){this.reload()},size:function(){this.reload()},isOpen:function(){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,r=this.isOpen,o=this.size,a=this.offset,s=this.anchor,l=[];this.mapTypes&&this.mapTypes.forEach((function(e){l.push(i[e])})),this.originInstance=new e.OverviewMapControl({anchor:i[s],offset:(0,n.createSize)(e,a),size:(0,n.createSize)(e,o),isOpen:r}),A.default.call(this,this.originInstance),t.addControl(this.originInstance)}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(1),n(2)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(n);t.default={name:"bm-panorama",mixins:[(0,o.default)("control")],render:function(){},props:["anchor","offset"],watch:{anchor:function(){this.reload()},offset:function(){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.anchor,o=this.offset;this.originInstance=new e.PanoramaControl({anchor:i[n],offset:o&&(0,r.createSize)(e,o)}),t.addControl(this.originInstance)}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(1),n(2)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(n);t.default={name:"bm-scale",render:function(){},mixins:[(0,o.default)("control")],props:{anchor:{type:String},offset:{type:Object}},watch:{anchor:function(){this.reload()},offset:function(){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.anchor,o=this.offset;this.originInstance=new e.ScaleControl({anchor:i[n],offset:o&&(0,r.createSize)(e,o)}),t.addControl(this.originInstance)}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(78),n(1),n(4),n(2)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i,r,o){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var s=a(n),A=a(i),l=a(r),u=["click","dblclick","mousedown","mouseup","mouseout","mouseover","remove","lineupdate"];t.default={name:"bml-curve-line",render:function(){},mixins:[(0,A.default)("overlay")],props:{points:{type:Array,default:Array},strokeColor:{type:String},strokeWeight:{type:Number},strokeOpacity:{type:Number},strokeStyle:{type:String},massClear:{type:Boolean,default:!0},clicking:{type:Boolean,default:!0},editing:{type:Boolean,default:!1}},watch:{points:{handler:function(e,t){this.originInstance.disableEditing(),this.reload()},deep:!0},strokeColor:function(e){this.originInstance.setStrokeColor(e)},strokeOpacity:function(e){this.originInstance.setStrokeOpacity(e)},strokeWeight:function(e){this.originInstance.setStrokeWeight(e)},strokeStyle:function(e){this.originInstance.setStrokeStyle(e)},editing:function(e){e?this.originInstance.enableEditing():this.originInstance.disableEditing()},massClear:function(e){e?this.originInstance.enableMassClear():this.originInstance.disableMassClear()},clicking:function(e){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.points,i=this.strokeColor,r=this.strokeWeight,a=this.strokeOpacity,A=this.strokeStyle,c=this.editing,h=this.massClear,f=this.clicking,d=new s.default(n.map((function(t){return(0,o.createPoint)(e,t)})),{strokeColor:i,strokeWeight:r,strokeOpacity:a,strokeStyle:A,enableMassClear:h,enableClicking:f});c?d.enableEditing():d.disableEditing(),this.originInstance=d,t.addOverlay(d),l.default.call(this,d,u)}}},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(1),n(79)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=r(n),a=r(i);t.default={name:"bml-heatmap",render:function(){},mixins:[(0,o.default)("overlay")],props:{data:{type:Array,default:Array},max:{type:Number},radius:{type:Number},gradient:{type:Object},opacity:{type:Number}},watch:{data:{handler:function(){this.reload()},deep:!0},max:function(){this.reload()},radius:function(e){var t=this.originInstance,n=this.opacity,i=this.gradient;t.setOptions({radius:e,opacity:n,gradient:i})},gradient:{handler:function(e){var t=this.originInstance,n=this.radius,i=this.opacity;t.setOptions({radius:n,opacity:i,gradient:e})},deep:!0},opacity:function(e){var t=this.originInstance,n=this.radius,i=this.gradient;t.setOptions({radius:n,opacity:e,gradient:i})}},methods:{load:function(){var e=this.map,t=this.data,n=this.max,i=this.radius,r=this.opacity,o=this.gradient,s=this.originInstance=new a.default({radius:i,opacity:r,gradient:o});e.addOverlay(s),s.setDataSet({data:t,max:n})}}},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(1),n(2),n(80)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i,r){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=o(n),s=o(r);t.default={name:"bm-lushu",render:function(e){},mixins:[(0,a.default)("lushu")],props:{path:{type:Array,default:[]},landmarkPois:{type:Array,default:function(){return[]}},icon:{type:Object},speed:{type:Number,default:4e3},content:{type:String,default:""},autoView:{type:Boolean,default:!1},rotation:{type:Boolean,default:!1},infoWindow:{type:Boolean,default:!0},play:{type:Boolean,default:!0}},watch:{path:{handler:function(e){this.reload()},deep:!0},landmarkPois:{handler:function(e){this.reload()},deep:!0},icon:{handler:function(e){var t=this.originInstance,n=(this.content,(0,i.createIcon)(BMap,e));t._opts.icon=n,t._marker=n},deep:!0},speed:function(e){var t=this.originInstance;this.content,t._opts.speed=e},content:function(e){var t=this.originInstance,n=this.infoWindow;e&&n?t.showInfoWindow():t.hideInfoWindow(),t._opts.defaultContent=e,t._overlay&&t._overlay.setHtml(e)},autoView:function(e){var t=this.originInstance;this.content,t._opts.autoView=e},rotation:function(e){var t=this.originInstance;this.content,t._opts.enableRotation=e},infoWindow:function(e){var t=this.originInstance,n=this.content;t&&e&&n?t.showInfoWindow():t.hideInfoWindow()},play:function(e){var t=this.originInstance;e&&t?t.start():!this._isEnd&&t.pause()}},methods:{load:function(){var e=this,t=this.BMap,n=this.map,r=this.path,o=this.landmarkPois,a=this.icon,A=this.speed,l=this.content,u=this.autoView,c=this.rotation,h=this.infoWindow,f=this.play,d=this.originInstance=new s.default(n,r,{enableRotation:c,landmarkPois:o,showInfoWindow:h,defaultContent:l,icon:a&&(0,i.createIcon)(t,a),speed:A,autoView:u,onstart:function(t){e._isEnd=!1,e.$emit("start")},onstop:function(t){e._isEnd=!0,e.$emit("stop")},onpause:function(t){return e.$emit("pause")}});f&&r.length&&d.start(this),r.length&&(l&&h?d.showInfoWindow():d.hideInfoWindow())}}},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(81),n(2),n(1)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i,r){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=o(n),s=o(r);t.default={name:"bml-marker-clusterer",mixins:[(0,s.default)("markerClusterer")],props:{gridSize:{type:Object},maxZoom:{type:Number},minClusterSize:{type:Number},styles:{type:Array,default:function(){return[]}},averageCenter:{type:Boolean,default:!1}},watch:{gridSize:{handler:function(e){var t=this.BMap;this.originInstance.setGridSize(t,e.map)},deep:!0},maxZoom:function(e){this.originInstance.setMaxZoom(e)},minClusterSize:{handler:function(e){var t=this.BMap;this.originInstance.setMinClusterSize((0,i.createSize)(t,e))},deep:!0},styles:{handler:function(e){var t=this.BMap,n=this.originInstance,r=JSON.parse(JSON.stringify(e)).map((function(e){return e.size=e.size&&(0,i.createSize)(t,e.size),e}));n.setStyles(r)},deep:!0},averageCenter:function(e){this.reload()}},methods:{load:function(){var e=this,t=this.BMap,n=this.map,r=this.gridSize,o=this.minClusterSize,s=this.maxZoom,A=this.styles,l=this.averageCenter;this.originInstance=new a.default(n,{gridSize:r&&(0,i.createSize)(t,r),maxZoom:s,minClusterSize:o&&(0,i.createSize)(t,o),styles:A.map((function(e){return e.size=(0,i.createSize)(t,e.size),e})),isAverageCenter:l}),this.$nextTick((function(){var n=e.$children.map((function(e){return e.originInstance})).filter((function(e){return e instanceof t.Marker}));e.originInstance.addMarkers(n)}))}},beforeCreate:function(){this.preventChildrenRender=!0}},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(1),n(2)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e){return e&&e.__esModule?e:{default:e}}(n);t.default={name:"bm-tile",render:function(e){},mixins:[(0,r.default)("layer")],props:{transparentPng:{type:Boolean},tileUrlTemplate:{type:String},copyright:{},zIndex:{type:Number}},watch:{transparentPng:function(){this.reload()},tileUrlTemplate:function(){this.reload()},copyright:function(){this.reload()},zIndex:function(){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.transparentPng,r=this.tileUrlTemplate,o=this.copyright,a=this.zIndex;this.originInstance=new e.TileLayer({transparentPng:n,tileUrlTemplate:r,copyright:o&&{id:o.id,content:o.content,bounds:o.bounds&&(0,i.createBounds)(o.bounds)},zIndex:a}),t.addTileLayer(this.originInstance)}}},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(1)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){return e&&e.__esModule?e:{default:e}}(n);t.default={name:"bm-triffic",render:function(e){},mixins:[(0,i.default)("layer")],props:{predictDate:{type:Object}},watch:{"pridictDate.weekday":function(){this.reload()},"pridictDate.hour":function(){this.reload()},pridictDate:function(){this.reload()}},methods:{load:function(){var e=this.pridictDate,t=this.BMap,n=this.map;this.originInstance=new t.TrafficLayer({pridictDate:e}),n.addTileLayer(this.originInstance)}}},e.exports=t.default}))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(4),n(5)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(n);t.default={name:"bm-map",props:{ak:{type:String},center:{type:[Object,String]},zoom:{type:Number},minZoom:{type:Number},maxZoom:{type:Number},highResolution:{type:Boolean,default:!0},mapClick:{type:Boolean,default:!0},mapType:{type:String},dragging:{type:Boolean,default:!0},scrollWheelZoom:{type:Boolean,default:!1},doubleClickZoom:{type:Boolean,default:!0},keyboard:{type:Boolean,default:!0},inertialDragging:{type:Boolean,default:!0},continuousZoom:{type:Boolean,default:!0},pinchToZoom:{type:Boolean,default:!0},autoResize:{type:Boolean,default:!0},theme:{type:Array},mapStyle:{type:Object}},watch:{center:function(e,t){var n=this.map,i=this.zoom;"String"===(0,r.checkType)(e)&&e!==t&&n.centerAndZoom(e,i)},"center.lng":function(e,t){var n=this.BMap,i=this.map,r=this.zoom,o=this.center;e!==t&&e>=-180&&e<=180&&i.centerAndZoom(new n.Point(e,o.lat),r)},"center.lat":function(e,t){var n=this.BMap,i=this.map,r=this.zoom,o=this.center;e!==t&&e>=-74&&e<=74&&i.centerAndZoom(new n.Point(o.lng,e),r)},zoom:function(e,t){var n=this.map;e!==t&&e>=3&&e<=19&&n.setZoom(e)},minZoom:function(e){this.map.setMinZoom(e)},maxZoom:function(e){this.map.setMaxZoom(e)},highResolution:function(){this.reset()},mapClick:function(){this.reset()},mapType:function(e){this.map.setMapType(i[e])},dragging:function(e){var t=this.map;e?t.enableDragging():t.disableDragging()},scrollWheelZoom:function(e){var t=this.map;e?t.enableScrollWheelZoom():t.disableScrollWheelZoom()},doubleClickZoom:function(e){var t=this.map;e?t.enableDoubleClickZoom():t.disableDoubleClickZoom()},keyboard:function(e){var t=this.map;e?t.enableKeyboard():t.disableKeyboard()},inertialDragging:function(e){var t=this.map;e?t.enableInertialDragging():t.disableInertialDragging()},continuousZoom:function(e){var t=this.map;e?t.enableContinuousZoom():t.disableContinuousZoom()},pinchToZoom:function(e){var t=this.map;e?t.enablePinchToZoom():t.disablePinchToZoom()},autoResize:function(e){var t=this.map;e?t.enableAutoResize():t.disableAutoResize()},theme:function(e){this.map.setMapStyle({styleJson:e})},"mapStyle.features":{handler:function(e,t){var n=this.map,i=this.mapStyle,r=i.style,o=i.styleJson;n.setMapStyle({styleJson:o,features:e,style:r})},deep:!0},"mapStyle.style":function(e,t){var n=this.map,i=this.mapStyle,r=i.features,o=i.styleJson;n.setMapStyle({styleJson:o,features:r,style:e})},"mapStyle.styleJson":{handler:function(e,t){var n=this.map,i=this.mapStyle,r=i.features,o=i.style;n.setMapStyle({styleJson:e,features:r,style:o})},deep:!0},mapStyle:function(e){var t=this.map;!this.theme&&t.setMapStyle(e)}},methods:{setMapOptions:function(){var e=this.map,t=this.minZoom,n=this.maxZoom,r=this.mapType,o=this.dragging,a=this.scrollWheelZoom,s=this.doubleClickZoom,A=this.keyboard,l=this.inertialDragging,u=this.continuousZoom,c=this.pinchToZoom,h=this.autoResize;t&&e.setMinZoom(t),n&&e.setMaxZoom(n),r&&e.setMapType(i[r]),o?e.enableDragging():e.disableDragging(),a?e.enableScrollWheelZoom():e.disableScrollWheelZoom(),s?e.enableDoubleClickZoom():e.disableDoubleClickZoom(),A?e.enableKeyboard():e.disableKeyboard(),l?e.enableInertialDragging():e.disableInertialDragging(),u?e.enableContinuousZoom():e.disableContinuousZoom(),c?e.enablePinchToZoom():e.disablePinchToZoom(),h?e.enableAutoResize():e.disableAutoResize()},init:function(e){if(!this.map){var t=this.$refs.view,n=!0,i=!1,r=void 0;try{for(var a,s=(this.$slots.default||[])[Symbol.iterator]();!(n=(a=s.next()).done);n=!0){var A=a.value;A.componentOptions&&"bm-view"===A.componentOptions.tag&&(this.hasBmView=!0,t=A.elm)}}catch(e){i=!0,r=e}finally{try{!n&&s.return&&s.return()}finally{if(i)throw r}}var l=new e.Map(t,{enableHighResolution:this.highResolution,enableMapClick:this.mapClick});this.map=l;var u=this.setMapOptions,c=this.zoom,h=this.getCenterPoint,f=this.theme,d=this.mapStyle;f?l.setMapStyle({styleJson:f}):l.setMapStyle(d),u(),o.default.call(this,l),l.reset(),l.centerAndZoom(h(),c),this.$emit("ready",{BMap:e,map:l})}},getCenterPoint:function(){var e=this.center,t=this.BMap;switch((0,r.checkType)(e)){case"String":return e;case"Object":return new t.Point(e.lng,e.lat);default:return new t.Point}},initMap:function(e){this.BMap=e,this.init(e)},getMapScript:function(){if(i.BMap)return i.BMap._preloader?i.BMap._preloader:Promise.resolve(i.BMap);var e=this.ak||this._BMap().ak;return i.BMap={},i.BMap._preloader=new Promise((function(t,n){i._initBaiduMap=function(){t(i.BMap),i.document.body.removeChild(r),i.BMap._preloader=null,i._initBaiduMap=null};var r=document.createElement("script");i.document.body.appendChild(r),r.src="https://api.map.baidu.com/api?v=2.0&ak="+e+"&callback=_initBaiduMap"})),i.BMap._preloader},reset:function(){var e=this.getMapScript,t=this.initMap;e().then(t)}},mounted:function(){this.reset()},data:function(){return{hasBmView:!1}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){var i,r,o;!function(n,a){r=[e,t],i=a,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"bm-view"},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(1),n(4)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=r(n),a=r(i);t.default={name:"bm-autocomplete",mixins:[(0,o.default)()],props:{types:{type:String},location:{type:String},sugStyle:{type:Object,default:function(){return{}}}},watch:{types:function(){this.reload()},location:function(){this.reload()}},methods:{load:function(){var e=this,t=this.BMap,n=this.map,i=this.$el,r=this.types,o=this.location,s=this.sugStyle,A=i.querySelector("input");A&&(this.originInstance=new t.Autocomplete({input:A,types:r,location:o||n,onSearchComplete:function(t){var n=document.querySelectorAll(".tangram-suggestion-main"),i=!0,r=!1,o=void 0;try{for(var a,A=n[Symbol.iterator]();!(i=(a=A.next()).done);i=!0){var l=a.value;for(var u in s)l.style[u]=s[u].toString()}}catch(e){r=!0,o=e}finally{try{!i&&A.return&&A.return()}finally{if(r)throw o}}e.$emit("searchcomplete",t)}}),this.originInstance.addEventListener("onconfirm",(function(t){var n=t.item.value;e.$emit("input",n.province+n.city+n.district+n.street+n.business)})),a.default.call(this,this.originInstance))}}},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(6),n(1)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=r(n),a=r(i),s=function(){function e(e,t){var n=[],i=!0,r=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(i=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);i=!0);}catch(e){r=!0,o=e}finally{try{!i&&s.return&&s.return()}finally{if(r)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();t.default={mixins:[(0,a.default)("abstract")],props:["name","strokeColor","strokeWeight","strokeOpacity","strokeStyle","fillColor","fillOpacity","massClear","clicking"],data:function(){return{paths:[]}},components:{BmPolygon:o.default},watch:{name:function(){this.reload()}},methods:{load:function(){var e=this,t=this.BMap,n=this.name;(new t.Boundary).get(n,(function(t){e.paths=t.boundaries.map((function(e){return(e||[]).split(";").map((function(e){return function(e){var t=s(e,2);return{lng:t[0],lat:t[1]}}(e.split(",").map((function(e){return+e})))}))}))}))}}},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(1),n(4),n(2)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i,r){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=o(n),s=o(i);t.default={name:"bm-circle",render:function(){},mixins:[(0,a.default)("overlay")],props:{center:{},radius:{},strokeColor:{type:String},strokeWeight:{type:Number},strokeOpacity:{type:Number},strokeStyle:{type:String},fillColor:{type:String},fillOpacity:{type:Number},massClear:{type:Boolean,default:!0},clicking:{type:Boolean,default:!0},editing:{type:Boolean,default:!1}},watch:{"center.lng":function(e,t){var n=this.BMap,i=this.originInstance,o=this.isEditing,a=this.disableEditing,s=this.enableEditing,A=this.center,l=this.editing;if(!o){a();var u=e;e.toString()!==t.toString()&&u>=-180&&u<=180&&i.setCenter((0,r.createPoint)(n,{lng:u,lat:A.lat})),l&&s()}},"center.lat":function(e,t){var n=this.BMap,i=this.originInstance,o=this.isEditing,a=this.disableEditing,s=this.enableEditing,A=this.center,l=this.editing;if(!o){a();var u=e;e.toString()!==t.toString()&&u>=-74&&u<=74&&i.setCenter((0,r.createPoint)(n,{lng:A.lng,lat:u})),l&&s()}},radius:function(e,t){var n=this.originInstance,i=this.isEditing,r=this.disableEditing,o=this.enableEditing,a=this.editing;i||(r(),n.setRadius(e),a&&o())},strokeColor:function(e){this.originInstance.setStrokeColor(e)},strokeOpacity:function(e){this.originInstance.setStrokeOpacity(e)},strokeWeight:function(e){this.originInstance.setStrokeWeight(e)},strokeStyle:function(e){this.originInstance.setStrokeStyle(e)},fillColor:function(e){this.originInstance.setFillColor(e)},fillOpacity:function(e){this.originInstance.setFillOpacity(e)},editing:function(e){e?this.enableEditing():this.disableEditing()},massClear:function(e){e?this.originInstance.enableMassClear():this.originInstance.disableMassClear()},clicking:function(e){this.reload()}},methods:{dragStartHandler:function(){this.isEditing=!0},dragEndHandler:function(){this.isEditing=!1,this.bindEditingNodeEvents()},bindEditingNodeEvents:function(){var e=this.originInstance,t=this.editingKey,n=this.dragStartHandler,i=this.dragEndHandler;e[t].forEach((function(e){e.addEventListener("dragstart",n),e.addEventListener("dragend",i)}))},enableEditing:function(){var e=this.originInstance,t=this.bindEditingNodeEvents;e.enableEditing(),t()},disableEditing:function(){this.originInstance.disableEditing()},getEditingKey:function(e){var t=this,n=[];e.enableEditing(),setTimeout((function(){for(var i in e)e[i]&&2===e[i].length&&n.push(i);for(var r in e.disableEditing(),e)e[r]&&0===e[r].length&&~n.indexOf(r)&&(t.editingKey=r)}),0)},load:function(){var e=this.BMap,t=this.map,n=this.center,i=this.radius,o=this.strokeColor,a=this.strokeWeight,A=this.strokeOpacity,l=this.strokeStyle,u=this.fillColor,c=this.fillOpacity,h=this.editing,f=this.massClear,d=this.clicking,p=this.enableEditing,g=this.disableEditing,m=this.getEditingKey,v=this.editingKey,y=new e.Circle((0,r.createPoint)(e,{lng:n.lng,lat:n.lat}),i,{strokeColor:o,strokeWeight:a,strokeOpacity:A,strokeStyle:l,fillColor:u,fillOpacity:c,enableMassClear:f,enableClicking:d});this.originInstance=y,t.addOverlay(y),s.default.call(this,y),!v&&m(y),setTimeout((function(){h?p():g()}),0)}}},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(1),n(4),n(2)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i,r){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=o(n),s=o(i);t.default={name:"bm-ground",render:function(){},mixins:[(0,a.default)("overlay")],props:{bounds:{type:Object},opacity:{type:Number},imageURL:{type:String},displayOnMinLevel:{type:Number},displayOnMaxLevel:{type:Number}},watch:{bounds:{handler:function(e){var t=this.BMap;this.originInstance.setBounds((0,r.createBounds)(t,e))},deep:!0},opacity:function(e){this.originInstance.setOpacity(e)},imageURL:function(e){this.originInstance.setImageURL(e)},displayOnMinLevel:function(e){this.originInstance.setDisplayOnMinLevel(e)},displayOnMaxLevel:function(e){this.originInstance.setDisplayOnMaxLevel(e)}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.bounds,i=this.opacity,o=this.imageURL,a=this.displayOnMinLevel,A=this.displayOnMaxLevel,l=new e.GroundOverlay(n&&(0,r.createBounds)(e,n),{opacity:i,imageURL:o,displayOnMaxLevel:A,displayOnMinLevel:a});l.setImageURL(o),this.originInstance=l,s.default.call(this,l),t.addOverlay(l)}}},e.exports=t.default}))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(1),n(4),n(2)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r,o){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var s=a(n),A=a(r);t.default={name:"bm-info-window",mixins:[(0,s.default)("overlay")],props:{show:{type:Boolean},position:{type:Object},title:{type:String},width:{type:Number},height:{type:Number},maxWidth:{type:Number},offset:{type:Object},maximize:{type:Boolean},autoPan:{type:Boolean},closeOnClick:{type:Boolean,default:!0},message:{type:String}},watch:{show:function(e){e?this.openInfoWindow():this.closeInfoWindow()},"position.lng":function(e,t){this.reload()},"position.lat":function(e,t){this.reload()},"offset.width":function(e,t){this.reload()},"offset.height":function(e){this.reload()},maxWidth:function(){this.reload()},width:function(e){this.originInstance.setWidth(e)},height:function(e){this.originInstance.setHeight(e)},title:function(e){this.originInstance.setTitle(e)},maximize:function(e){e?this.originInstance.enableMaximize():this.originInstance.disableMaximize()},autoPan:function(e){e?this.originInstance.enableAutoPan():this.originInstance.disableAutoPan()},closeOnClick:function(e){e?this.originInstance.enableCloseOnClick():this.originInstance.disableCloseOnClick()}},methods:{redraw:function(){this.originInstance.redraw()},load:function(){var e=this.BMap,t=this.map,n=this.show,i=this.title,r=this.width,a=this.height,s=this.maxWidth,l=this.offset,u=this.autoPan,c=this.closeOnClick,h=this.message,f=this.maximize,d=this.bindObserver,p=this.$parent,g=this.$el,m=new e.InfoWindow(g,{width:r,height:a,title:i,maxWidth:s,offset:(0,o.createSize)(e,l),enableAutoPan:u,enableCloseOnClick:c,enableMessage:void 0===h,message:h});f?m.enableMaximize():m.disableMaximize(),A.default.call(this,m),this.originInstance=m,m.redraw(),[].forEach.call(g.querySelectorAll("img"),(function(e){e.onload=function(){return m.redraw()}})),d(),this.$container=p.originInstance&&p.originInstance.openInfoWindow?p.originInstance:t,n&&this.openInfoWindow()},bindObserver:function(){var e=i.MutationObserver;if(e){var t=this.$el,n=this.originInstance;this.observer=new e((function(e){return n.redraw()})),this.observer.observe(t,{attributes:!0,childList:!0,characterData:!0,subtree:!0})}},openInfoWindow:function(){var e=this.BMap,t=this.$container,n=this.position,i=this.originInstance;t.openInfoWindow(i,(0,o.createPoint)(e,n))},closeInfoWindow:function(){this.$container.closeInfoWindow(this.originInstance)}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(1),n(4),n(2)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i,r){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=o(n),s=o(i);t.default={name:"bm-label",render:function(){},mixins:[(0,a.default)("overlay")],props:{content:{type:String},title:{type:String},offset:{},position:{},labelStyle:{},zIndex:{type:Number,default:0},massClear:{type:Boolean,default:!0}},watch:{content:function(e){this.originInstance.setContent(e)},title:function(e){this.originInstance.setTitle(e)},"offset.width":function(e,t){var n=this.BMap;e.toString()!==t.toString()&&this.originInstance.setOffset((0,r.createSize)(n,{width:e,height:this.offset.height}))},"offset.height":function(e,t){var n=this.BMap;e.toString()!==t.toString()&&this.originInstance.setOffset((0,r.createSize)(n,{width:this.offset.width,height:e}))},"position.lng":function(e,t){var n=this.BMap,i=e;e.toString()!==t.toString()&&i>=-180&&i<=180&&this.originInstance.setCenter((0,r.createPoint)(n,{lng:i,lat:this.center.lat}))},"position.lat":function(e,t){var n=this.BMap,i=e;e.toString()!==t.toString()&&i>=-74&&i<=74&&this.originInstance.setCenter((0,r.createPoint)(n,{lng:this.center.lng,lat:i}))},labelStyle:{handler:function(e){this.originInstance.setStyle(e)},deep:!0},zIndex:function(e){this.originInstance.setZIndex(e)},massClear:function(e){e?this.originInstance.enableMassClear():this.originInstance.disableMassClear()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.content,i=this.title,o=this.offset,a=this.position,A=this.labelStyle,l=this.zIndex,u=this.massClear,c=this.$parent,h=new e.Label(n,{offset:(0,r.createSize)(e,o),position:(0,r.createPoint)(e,a),enableMassClear:u});this.originInstance=h;try{c.originInstance.setLabel(h)}catch(e){t.addOverlay(h)}i&&h.setTitle(i),A&&h.setStyle(A),l&&h.setZIndex(l),s.default.call(this,h)}}},e.exports=t.default}))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(1),n(4),n(2)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r,o){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var s=a(n),A=a(r);t.default={name:"bm-marker",mixins:[(0,s.default)("overlay")],props:{position:{},offset:{},icon:{},massClear:{type:Boolean,default:!0},dragging:{type:Boolean,default:!1},clicking:{type:Boolean,default:!0},raiseOnDrag:{type:Boolean,default:!1},draggingCursor:{type:String},rotation:{type:Number},shadow:{type:Object},title:{type:String},label:{type:Object},animation:{type:String},top:{type:Boolean,default:!1},zIndex:{type:Number,default:0}},watch:{"position.lng":function(e,t){var n=this.BMap,i=this.originInstance,r=this.position,a=this.renderByParent,s=this.$parent;e!==t&&e>=-180&&e<=180&&i.setPosition((0,o.createPoint)(n,{lng:e,lat:r.lat})),a&&s.reload()},"position.lat":function(e,t){var n=this.BMap,i=this.originInstance,r=this.position,a=this.renderByParent,s=this.$parent;e!==t&&e>=-74&&e<=74&&i.setPosition((0,o.createPoint)(n,{lng:r.lng,lat:e})),a&&s.reload()},"offset.width":function(e,t){var n=this.BMap,i=this.originInstance;e!==t&&i.setOffset(new n.Size(e,this.offset.height))},"offset.height":function(e,t){var n=this.BMap,i=this.originInstance;e!==t&&i.setOffset(new n.Size(this.offset.width,e))},icon:{deep:!0,handler:function(e){var t=this.BMap,n=this.originInstance,i=this.rotation;n&&n.setIcon((0,o.createIcon)(t,e)),i&&n&&n.setRotation(i)}},massClear:function(e){e?this.originInstance.enableMassClear():this.originInstance.disableMassClear()},dragging:function(e){e?this.originInstance.enableDragging():this.originInstance.disableDragging()},clicking:function(){this.reload()},raiseOnDrag:function(){this.reload()},draggingCursor:function(e){this.originInstance.setDraggingCursor(e)},rotation:function(e){this.originInstance.setRotation(e)},shadow:function(e){this.originInstance.setShadow(e)},title:function(e){this.originInstance.setTitle(e)},label:function(e){this.reload()},animation:function(e){this.originInstance.setAnimation(i[e])},top:function(e){this.originInstance.setTop(e)},zIndex:function(e){this.originInstance.setZIndex(e)}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.position,r=this.offset,a=this.icon,s=this.massClear,l=this.dragging,u=this.clicking,c=this.raiseOnDrag,h=this.draggingCursor,f=this.rotation,d=this.shadow,p=this.title,g=this.label,m=this.animation,v=this.top,y=this.renderByParent,B=this.$parent,w=this.zIndex,b=new e.Marker(new e.Point(n.lng,n.lat),{offset:r,icon:a&&(0,o.createIcon)(e,a),enableMassClear:s,enableDragging:l,enableClicking:u,raiseOnDrag:c,draggingCursor:h,rotation:f,shadow:d,title:p});this.originInstance=b,g&&b&&b.setLabel((0,o.createLabel)(e,g)),b.setTop(v),b.setZIndex(w),A.default.call(this,b),y?B.reload():t.addOverlay(b),b.setAnimation(i[m])}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(1)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n){"use strict";function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var a=function(e){return e&&e.__esModule?e:{default:e}}(n),s=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}();t.default={name:"bm-overlay",mixins:[(0,a.default)("overlay")],props:{pane:{type:String}},watch:{pane:function(){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.$el,a=this.pane,A=this.$emit.bind(this),l=function(l){function u(){return i(this,u),r(this,(u.__proto__||Object.getPrototypeOf(u)).apply(this,arguments))}return o(u,l),s(u,[{key:"initialize",value:function(){A("initialize",{BMap:e,map:t,el:n,overlay:this});try{t.getPanes()[a].appendChild(n)}catch(e){}return n}},{key:"draw",value:function(){A("draw",{BMap:e,map:t,el:n,overlay:this})}}]),u}(e.Overlay),u=new l;this.originInstance=u,t.addOverlay(u)}}},e.exports=t.default}))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(1),n(4),n(2)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r,o){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var s=a(n),A=a(r);t.default={render:function(){},name:"bm-point-collection",mixins:[(0,s.default)("overlay")],props:{points:{type:Array,default:function(){return[]}},shape:{type:String,default:"BMAP_POINT_SHAPE_CIRCLE"},color:{type:String},size:{type:String,default:"BMAP_POINT_SIZE_NORMAL"}},watch:{shape:function(e){var t=this.originInstance,n=this.color,r=this.size;t.setStyles({shape:i[e],color:n,size:i[r]})},size:function(e){var t=this.originInstance,n=this.color,r=this.shape;t.setStyles({shape:i[r],color:n,size:i[e]})},color:function(e){var t=this.originInstance,n=this.shape,r=this.size;t.setStyles({shape:i[n],color:e,size:i[r]})},points:{deep:!0,handler:function(e){var t=this.originInstance;t.clear(),t.setPoints(e)}}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.points,r=this.shape,a=this.color,s=this.size,l=this.originInstance=new e.PointCollection(n.map((function(t){return(0,o.createPoint)(e,t)})),{shape:i[r],color:a,size:i[s]});A.default.call(this,l),t.addOverlay(l)}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(1),n(4),n(2)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i,r){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=o(n),s=o(i);t.default={name:"bm-polygon",render:function(){},mixins:[(0,a.default)("overlay")],props:{path:{type:Array,default:function(){return[]}},strokeColor:{type:String},strokeWeight:{type:Number},strokeOpacity:{type:Number},strokeStyle:{type:String},fillColor:{type:String},fillOpacity:{type:Number},massClear:{type:Boolean,default:!0},clicking:{type:Boolean,default:!0},editing:{type:Boolean,default:!1}},watch:{path:{handler:function(e,t){this.reload()},deep:!0},strokeColor:function(e){this.originInstance.setStrokeColor(e)},strokeOpacity:function(e){this.originInstance.setStrokeOpacity(e)},strokeWeight:function(e){this.originInstance.setStrokeWeight(e)},strokeStyle:function(e){this.originInstance.setStrokeStyle(e)},fillColor:function(e){this.originInstance.setFillColor(e)},fillOpacity:function(e){this.originInstance.setFillOpacity(e)},editing:function(e){e?this.originInstance.enableEditing():this.originInstance.disableEditing()},massClear:function(e){e?this.originInstance.enableMassClear():this.originInstance.disableMassClear()},clicking:function(e){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.path,i=this.strokeColor,o=this.strokeWeight,a=this.strokeOpacity,A=this.strokeStyle,l=this.fillColor,u=this.fillOpacity,c=this.editing,h=this.massClear,f=this.clicking,d=new e.Polygon(n.map((function(t){return(0,r.createPoint)(e,{lng:t.lng,lat:t.lat})})),{strokeColor:i,strokeWeight:o,strokeOpacity:a,strokeStyle:A,fillColor:l,fillOpacity:u,enableMassClear:h,enableClicking:f});this.originInstance=d,t.addOverlay(d),s.default.call(this,d),c?d.enableEditing():d.disableEditing()}}},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(1),n(4),n(2)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i,r){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=o(n),s=o(i);t.default={name:"bm-polyline",render:function(){},mixins:[(0,a.default)("overlay")],props:{path:{type:Array},strokeColor:{type:String},strokeWeight:{type:Number},strokeOpacity:{type:Number},strokeStyle:{type:String},massClear:{type:Boolean,default:!0},clicking:{type:Boolean,default:!0},editing:{type:Boolean,default:!1}},watch:{path:{handler:function(e,t){this.reload()},deep:!0},strokeColor:function(e){this.originInstance.setStrokeColor(e)},strokeOpacity:function(e){this.originInstance.setStrokeOpacity(e)},strokeWeight:function(e){this.originInstance.setStrokeWeight(e)},strokeStyle:function(e){this.originInstance.setStrokeStyle(e)},editing:function(e){e?this.originInstance.enableEditing():this.originInstance.disableEditing()},massClear:function(e){e?this.originInstance.enableMassClear():this.originInstance.disableMassClear()},clicking:function(e){this.reload()}},methods:{load:function(){var e=this.BMap,t=this.map,n=this.path,i=this.strokeColor,o=this.strokeWeight,a=this.strokeOpacity,A=this.strokeStyle,l=this.editing,u=this.massClear,c=this.clicking,h=new e.Polyline(n.map((function(t){return(0,r.createPoint)(e,{lng:t.lng,lat:t.lat})})),{strokeColor:i,strokeWeight:o,strokeOpacity:a,strokeStyle:A,enableEditing:l,enableMassClear:u,enableClicking:c});this.originInstance=h,t.addOverlay(h),s.default.call(this,h)}}},e.exports=t.default}))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(2),n(5),n(1)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default={name:"bm-bus",mixins:[(0,o.default)("search")],props:{location:{type:[Object,String]},keyword:{type:String},panel:{type:Boolean,default:!0},pageCapacity:{type:Number},autoViewport:{type:Boolean},selectFirstResult:{type:Boolean}},watch:{location:{handler:function(e){var t=this.originInstance,n=this.map;t.setLocation(e||n)},deep:!0},keyword:function(e){this.search(e)},panel:function(){this.reload()},autoViewport:function(e){this.reload()},selectFirstResult:function(e){this.reload()}},methods:{search:function(e){this.originInstance.getBusList(e)},load:function(){var e=this,t=this.location,r=this.selectFirstResult,o=this.autoViewport,a=this.highlightMode,s=this.keyword,A=this.search,l=this.BMap,u=this.map,c=this.originInstance,h=t?(0,i.isPoint)(t)?(0,n.createPoint)(l,t):t:u,f=this.originInstance=new l.BusLineSearch(h,{renderOptions:{map:u,panel:this.$el,selectFirstResult:r,autoViewport:o,highlightMode:a},onGetBusListComplete:function(t){c&&c!==f&&c.clearResults(),e.$emit("getbuslistcomplete",t)},onGetBusLineComplete:function(t){c&&c!==f&&c.clearResults(),e.$emit("getbuslinecomplete",t)},onBusListHtmlSet:function(t){e.$emit("buslisthtmlset",t)},onBusLineHtmlSet:function(t){e.$emit("buslinehtmlset",t)},onMarkersSet:function(t){e.$emit("markersset",t)},onPolylinesSet:function(t){e.$emit("polylinesset",t)}});A(s)}}},e.exports=t.default}))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(2),n(5),n(1)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e){return e&&e.__esModule?e:{default:e}}(o);t.default={name:"bm-driving",mixins:[(0,a.default)("search")],props:{location:{type:[Object,String]},start:{type:[Object,String]},end:{type:[Object,String]},startCity:{type:[String,Number]},endCity:{type:[String,Number]},waypoints:{type:Array},policy:{type:String},panel:{type:Boolean,default:!0},autoViewport:{type:Boolean},selectFirstResult:{type:Boolean}},watch:{location:{handler:function(e){var t=this.originInstance,n=this.map;t.setLocation(e||n)},deep:!0},start:{handler:function(e){var t=this.originInstance,n=this.end,i=this.startCity,o=this.endCity,a=this.waypoints,s=this.BMap,A=this.getWaypoints;t.search((0,r.getPosition)(s,e),(0,r.getPosition)(s,n),{startCity:i,endCity:o,waypoints:A(a)})},deep:!0},end:{handler:function(e){var t=this.originInstance,n=this.start,i=this.startCity,o=this.endCity,a=this.waypoints,s=this.BMap,A=this.getWaypoints;t.search((0,r.getPosition)(s,n),(0,r.getPosition)(s,e),{startCity:i,endCity:o,waypoints:A(a)})},deep:!0},startCity:function(e){var t=this.originInstance,n=this.start,i=this.end,r=this.endCity,o=this.waypoints,a=this.getWaypoints;t.search(n,i,{val:e,endCity:r,waypoints:a(o)})},endCity:function(e){var t=this.originInstance,n=this.start,i=this.end,r=this.startCity,o=this.waypoints,a=this.getWaypoints;t.search(n,i,{startCity:r,val:e,waypoints:a(o)})},waypoints:{handler:function(e){var t=this.originInstance,n=this.start,i=this.end,r=this.startCity,o=this.endCity,a=this.getWaypoints;t.search(n,i,{startCity:r,endCity:o,waypoints:a(e)})},deep:!0},panel:function(){this.reload()},policy:function(e){this.reload()},autoViewport:function(){this.reload()},selectFirstResult:function(){this.reload()},highlightMode:function(){this.reload()}},methods:{search:function(e,t,n){var i=n.startCity,r=n.endCity,o=n.waypoints,a=this.originInstance,s=this.getWaypoints;a.search(e,t,{startCity:i,endCity:r,waypoints:s(o)})},getWaypoints:function(e){var t=this.BMap;if(e)return e.map((function(e){return(0,r.getPosition)(t,e)}))},load:function(){var e=this,t=this.map,o=this.BMap,a=this.location,s=this.policy,A=this.selectFirstResult,l=this.autoViewport,u=this.highlightMode,c=this.search,h=this.start,f=this.end,d=this.startCity,p=this.endCity,g=this.waypoints,m=this.originInstance,v=this.getWaypoints,y=a?(0,r.isPoint)(a)?(0,n.createPoint)(o,a):a:t,B=this.originInstance=new o.DrivingRoute(y,{renderOptions:{map:t,panel:this.$el,selectFirstResult:A,autoViewport:l,highlightMode:u},policy:i[s],onSearchComplete:function(t){m&&m!==B&&m.clearResults(),e.$emit("searchcomplete",t)},onMarkersSet:function(t){e.$emit("markersset",t)},onInfoHtmlSet:function(t){e.$emit("infohtmlset",t)},onPolylinesSet:function(t){e.$emit("polylinesset",t)},onResultsHtmlSet:function(t){e.$emit("resultshtmlset",t)}});c((0,r.getPosition)(o,h),(0,r.getPosition)(o,f),{startCity:d,endCity:p,waypoints:v(g)})}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(2),n(5),n(1)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default={name:"bm-local-search",mixins:[(0,o.default)("search")],props:{location:{type:[Object,String]},keyword:{type:[Array,String]},panel:{type:Boolean,default:!0},forceLocal:{type:Boolean},customData:{type:Object},bounds:{type:Object},nearby:{type:Object},pageCapacity:{type:Number},autoViewport:{type:Boolean},selectFirstResult:{type:Boolean}},watch:{location:{handler:function(e){var t=this.originInstance,n=this.search;t.setLocation(e||this.map),n()},deep:!0},keyword:function(){this.search()},bounds:{handler:function(e){(0,this.searchInBounds)(e)},deep:!0},nearby:{handler:function(e){(0,this.searchNearby)(e)},deep:!0},forceLocal:function(){this.reload()},customData:{deep:!0,handler:function(){this.reload()}},pageCapacity:function(e){this.originInstance&&this.originInstance.setPageCapacity(e)},autoViewport:function(e){this.originInstance&&(e?this.originInstance.enableAutoViewport():this.originInstance.disableAutoViewport())},selectFirstResult:function(e){this.originInstance&&(e?this.originInstance.enableFirstResultSelection():this.originInstance.disableFirstResultSelection())},highlightMode:function(){this.reload()}},methods:{searchNearby:function(e){var t=this.originInstance,i=this.keyword,r=this.customData,o=this.BMap;t.searchNearby(i,(0,n.createPoint)(o,e.center),e.radius,r)},searchInBounds:function(e){var t=this.originInstance,i=this.keyword,r=this.customData,o=this.BMap;t.searchInBounds(i,(0,n.createBounds)(o,e),r)},search:function(){var e=this.originInstance,t=this.keyword,n=this.forceLocal,i=this.customData,r=this.nearby,o=this.bounds,a=this.searchNearby,s=this.searchInBounds;r?a(r):o?s(o):e.search(t,{forceLocal:n,customData:i})},load:function(){var e=this,t=this.map,r=this.BMap,o=this.search,a=this.pageCapacity,s=this.autoViewport,A=this.selectFirstResult,l=this.highlightMode,u=this.location,c=this.originInstance,h=u?(0,i.isPoint)(u)?(0,n.createPoint)(r,u):u:t,f=this.originInstance=new r.LocalSearch(h,{onMarkersSet:function(t){e.$emit("markersset",t)},onInfoHtmlSet:function(t){e.$emit("infohtmlset",t)},onResultsHtmlSet:function(t){e.$emit("resultshtmlset",t)},onSearchComplete:function(t){c&&c!==f&&c.clearResults(),e.$emit("searchcomplete",t)},pageCapacity:a,renderOptions:{map:t,panel:this.$el,selectFirstResult:A,autoViewport:s,highlightMode:l}});o()}}},e.exports=t.default}))},function(e,t,n){(function(i){var r,o,a;!function(i,s){o=[e,t,n(2),n(5),n(1)],r=s,void 0!==(a="function"==typeof r?r.apply(t,o):r)&&(e.exports=a)}(0,(function(e,t,n,r,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=function(e){return e&&e.__esModule?e:{default:e}}(o);t.default={name:"bm-transit",mixins:[(0,a.default)("search")],props:{location:{type:[Object,String]},start:{type:[Object,String]},end:{type:[Object,String]},panel:{type:Boolean,default:!0},policy:{type:String},pageCapacity:{type:Number},autoViewport:{type:Boolean},selectFirstResult:{type:Boolean}},watch:{location:{handler:function(e){var t=this.originInstance,n=this.map;t.setLocation(e||n)},deep:!0},start:{handler:function(e){var t=this.originInstance,n=this.end,i=this.BMap;t.search((0,r.getPosition)(i,e),(0,r.getPosition)(i,n))},deep:!0},end:{handler:function(e){var t=this.originInstance,n=this.start,i=this.BMap;t.search((0,r.getPosition)(i,n),(0,r.getPosition)(i,e))},deep:!0},panel:function(){this.reload()},policy:function(e){this.originInstance.setPolicy(i[e])},pageCapacity:function(e){this.originInstance&&this.originInstance.setPageCapacity(e)},autoViewport:function(e){this.originInstance&&(e?this.originInstance.enableAutoViewport():this.originInstance.disableAutoViewport())},selectFirstResult:function(){this.reload()},highlightMode:function(){this.reload()}},methods:{search:function(e,t){this.originInstance.search(e,t)},load:function(){var e=this,t=this.map,o=this.BMap,a=this.location,s=this.policy,A=this.pageCapacity,l=this.selectFirstResult,u=this.autoViewport,c=this.highlightMode,h=this.search,f=this.start,d=this.end,p=this.originInstance,g=a?(0,r.isPoint)(a)?(0,n.createPoint)(o,a):a:t,m=this.originInstance=new o.TransitRoute(g,{renderOptions:{map:t,panel:this.$el,selectFirstResult:l,autoViewport:u,highlightMode:c},policy:i[s],pageCapacity:A,onSearchComplete:function(t){p&&p!==m&&p.clearResults(),e.$emit("searchcomplete",t)},onMarkersSet:function(t){e.$emit("markersset",t)},onInfoHtmlSet:function(t){e.$emit("infohtmlset",t)},onPolylinesSet:function(t){e.$emit("polylinesset",t)},onResultsHtmlSet:function(t){e.$emit("resultshtmlset",t)}});h((0,r.isPoint)(f)?(0,n.createPoint)(o,f):f,(0,r.isPoint)(d)?(0,n.createPoint)(o,d):d)}}},e.exports=t.default}))}).call(t,n(3))},function(e,t,n){var i,r,o;!function(a,s){r=[e,t,n(2),n(5),n(1)],i=s,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,(function(e,t,n,i,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default={name:"bm-walking",mixins:[(0,o.default)("search")],props:{location:{type:[Object,String]},start:{type:[Object,String]},end:{type:[Object,String]},panel:{type:Boolean,default:!0},pageCapacity:{type:Number},autoViewport:{type:Boolean},selectFirstResult:{type:Boolean}},watch:{location:{handler:function(e){var t=this.originInstance,n=this.map;t.setLocation(e||n)},deep:!0},start:{handler:function(e){var t=this.originInstance,n=this.end,r=this.BMap;t.search((0,i.getPosition)(r,e),(0,i.getPosition)(r,n))},deep:!0},end:{handler:function(e){var t=this.originInstance,n=this.start,r=this.BMap;t.search((0,i.getPosition)(r,n),(0,i.getPosition)(r,e))},deep:!0},panel:function(){this.reload()},autoViewport:function(e){this.reload()},selectFirstResult:function(e){this.reload()},highlightMode:function(){this.reload()}},methods:{search:function(e,t){this.originInstance.search(e,t)},load:function(){var e=this,t=this.map,r=this.BMap,o=this.location,a=this.selectFirstResult,s=this.autoViewport,A=this.highlightMode,l=this.search,u=this.start,c=this.end,h=this.originInstance,f=o?(0,i.isPoint)(o)?(0,n.createPoint)(r,o):o:t,d=this.originInstance=new r.WalkingRoute(f,{renderOptions:{map:t,panel:this.$el,selectFirstResult:a,autoViewport:s,highlightMode:A},onSearchComplete:function(t){h&&h!==d&&h.clearResults(),e.$emit("searchcomplete",t)},onMarkersSet:function(t){e.$emit("markersset",t)},onInfoHtmlSet:function(t){e.$emit("infohtmlset",t)},onPolylinesSet:function(t){e.$emit("polylinesset",t)},onResultsHtmlSet:function(t){e.$emit("resultshtmlset",t)}});l((0,i.isPoint)(u)?(0,n.createPoint)(r,u):u,(0,i.isPoint)(c)?(0,n.createPoint)(r,c):c)}}},e.exports=t.default}))},function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){function e(e,n){try{BMap}catch(e){throw Error("Baidu Map JS API is not ready yet!")}var i=t(e),r=new BMap.Polyline(i,n);return r.addEventListener("lineupdate",(function(){this.isEditing&&this.enableEditing()})),r.cornerPoints=e,r.editMarkers=[],r.enableEditing=function(){var e=this;if(e.map){e.disableEditing();for(var n=0;n<e.cornerPoints.length;n++){var i=new BMap.Marker(e.cornerPoints[n],{icon:new BMap.Icon("http://api.map.baidu.com/library/CurveLine/1.5/src/circle.png",new BMap.Size(16,16)),enableDragging:!0,raiseOnDrag:!0});i.addEventListener("dragend",(function(){e.cornerPoints.length=0;for(var n=0;n<e.editMarkers.length;n++)e.cornerPoints.push(e.editMarkers[n].getPosition());var i=t(e.cornerPoints);e.setPath(i)})),i.index=n,e.editMarkers.push(i),e.map.addOverlay(i)}}e.isEditing=!0},r.disableEditing=function(){this.isEditing=!1;for(var e=0;e<this.editMarkers.length;e++)this.map.removeOverlay(this.editMarkers[e]),this.editMarkers[e]=null;this.editMarkers.length=0},r.getPath=function(){return i},r}function t(e){for(var t=[],i=0;i<e.length-1;i++){var r=n(e[i],e[i+1]);r&&r.length>0&&(t=t.concat(r))}return t}function n(e,t){var n=[];if(!(e&&t&&e instanceof BMap.Point&&t instanceof BMap.Point))return null;var i,r,o,a,s,A,l=function(e){return 1-2*e+e*e},u=function(e){return 2*e-2*e*e},c=function(e){return e*e},h=0,f=0;if(void 0!==t){var d=parseFloat(e.lat),p=parseFloat(t.lat),g=parseFloat(e.lng),m=parseFloat(t.lng);for(m>g&&parseFloat(m-g)>180&&g<0&&(g=parseFloat(360+g)),g>m&&parseFloat(g-m)>180&&m<0&&(m=parseFloat(360+m)),A=0,p==d?(i=0,r=g-m):m==g?(i=Math.PI/2,r=d-p):(i=Math.atan((p-d)/(m-g)),r=(p-d)/Math.sin(i)),0==A&&(A=i+Math.PI/5),o=r/2,s=o*Math.cos(A)+g,a=o*Math.sin(A)+d,h=0;h<31;h++)n.push(new BMap.Point(g*l(f)+s*u(f)+m*c(f),d*l(f)+a*u(f)+p*c(f))),f+=1/30;return n}void 0!==n&&(n=[])}return e}))},function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){function e(e,t,n){var i,r,o=e.prototype,a=new Function;for(i in a.prototype=t.prototype,r=e.prototype=new a,o)r[i]=o[i];e.prototype.constructor=e,e.superClass=t.prototype,"string"==typeof n&&(r._className=n)}var t=function(){var e=function(e){var t={data:[],heatmap:e};this.max=1,this.get=function(e){return t[e]},this.set=function(e,n){t[e]=n}};e.prototype={addDataPoint:function(e,t){if(!(e<0||t<0)){var n=this,i=n.get("heatmap"),r=n.get("data");if(r[e]||(r[e]=[]),r[e][t]||(r[e][t]=0),r[e][t]+=arguments.length<3?1:arguments[2],n.set("data",r),n.max<r[e][t])return i.get("actx").clearRect(0,0,i.get("width"),i.get("height")),void n.setDataSet({max:r[e][t],data:r},!0);i.drawAlpha(e,t,r[e][t],!0)}},setDataSet:function(e,t){var n=this,i=n.get("heatmap"),r=[],o=e.data,a=o.length;if(i.clear(),this.max=e.max,i.get("legend")&&i.get("legend").update(e.max),null!=t&&t){for(var s in o)if(void 0!==s)for(var A in o[s])void 0!==A&&i.drawAlpha(s,A,o[s][A],!1)}else for(;a--;){var l=o[a];i.drawAlpha(l.x,l.y,l.count,!1),r[l.x]||(r[l.x]=[]),r[l.x][l.y]||(r[l.x][l.y]=0),r[l.x][l.y]=l.count}i.colorize(),this.set("data",o)},exportDataSet:function(){var e=this,t=e.get("data"),n=[];for(var i in t)if(void 0!==i)for(var r in t[i])void 0!==r&&n.push({x:parseInt(i,10),y:parseInt(r,10),count:t[i][r]});return{max:e.max,data:n}},generateRandomDataSet:function(e){var t=this.get("heatmap"),n=t.get("width"),i=t.get("height"),r={},o=Math.floor(1e3*Math.random()+1);r.max=o;for(var a=[];e--;)a.push({x:Math.floor(Math.random()*n+1),y:Math.floor(Math.random()*i+1),count:Math.floor(Math.random()*o+1)});r.data=a,this.setDataSet(r)}};var t=function(e){this.config=e;var t={element:null,labelsEl:null,gradientCfg:null,ctx:null};this.get=function(e){return t[e]},this.set=function(e,n){t[e]=n},this.init()};t.prototype={init:function(){var e,t,n=this,i=n.config,r=i.title||"Legend",o=i.position,a=i.offset||10,s=(i.gradient,document.createElement("ul")),A="";n.processGradientObject(),o.indexOf("t")>-1?A+="top:"+a+"px;":A+="bottom:"+a+"px;",o.indexOf("l")>-1?A+="left:"+a+"px;":A+="right:"+a+"px;",e=document.createElement("div"),e.style.cssText="border-radius:5px;position:absolute;"+A+"font-family:Helvetica; width:256px;z-index:10000000000; background:rgba(255,255,255,1);padding:10px;border:1px solid black;margin:0;",e.innerHTML="<h3 style='padding:0;margin:0;text-align:center;font-size:16px;'>"+r+"</h3>",s.style.cssText="position:relative;font-size:12px;display:block;list-style:none;list-style-type:none;margin:0;height:15px;",t=document.createElement("div"),t.style.cssText=["position:relative;display:block;width:256px;height:15px;border-bottom:1px solid black; background-image:url(",n.createGradientImage(),");"].join(""),e.appendChild(s),e.appendChild(t),n.set("element",e),n.set("labelsEl",s),n.update(1)},processGradientObject:function(){var e=this,t=this.config.gradient,n=[];for(var i in t)t.hasOwnProperty(i)&&n.push({stop:i,value:t[i]});n.sort((function(e,t){return e.stop-t.stop})),n.unshift({stop:0,value:"rgba(0,0,0,0)"}),e.set("gradientArr",n)},createGradientImage:function(){var e,t=this,n=t.get("gradientArr"),i=n.length,r=document.createElement("canvas"),o=r.getContext("2d");r.width="256",r.height="15",e=o.createLinearGradient(0,5,256,10);for(var a=0;a<i;a++)e.addColorStop(1/(i-1)*a,n[a].value);o.fillStyle=e,o.fillRect(0,5,256,10),o.strokeStyle="black",o.beginPath();for(a=0;a<i;a++)o.moveTo(.5+(1/(i-1)*a*256>>0),0),o.lineTo(.5+(1/(i-1)*a*256>>0),0==a?15:5);return o.moveTo(255.5,0),o.lineTo(255.5,15),o.moveTo(255.5,4.5),o.lineTo(0,4.5),o.stroke(),t.set("ctx",o),r.toDataURL()},getElement:function(){return this.get("element")},update:function(e){for(var t,n,i=this,r=i.get("gradientArr"),o=i.get("ctx"),a=i.get("labelsEl"),s="",A=0;A<r.length;A++)t=e*r[A].stop>>0,n=o.measureText(t).width/2>>0,0==A&&(n=0),A==r.length-1&&(n*=2),s+='<li style="position:absolute;left:'+(((1/(r.length-1)*A*256||0)>>0)-n+.5)+'px">'+t+"</li>";a.innerHTML=s}};var n=function(t){var n={radius:40,element:{},canvas:{},acanvas:{},ctx:{},actx:{},legend:null,visible:!0,width:0,height:0,max:!1,gradient:!1,opacity:180,premultiplyAlpha:!1,bounds:{l:1e3,r:0,t:1e3,b:0},debug:!1};this.store=new e(this),this.get=function(e){return n[e]},this.set=function(e,t){n[e]=t},this.configure(t),this.init()};return n.prototype={configure:function(e){var n=this;if(n.set("radius",e.radius||40),n.set("element",e.element instanceof Object?e.element:document.getElementById(e.element)),n.set("visible",null==e.visible||e.visible),n.set("max",e.max||!1),n.set("gradient",e.gradient||{.45:"rgb(0,0,255)",.55:"rgb(0,255,255)",.65:"rgb(0,255,0)",.95:"yellow",1:"rgb(255,0,0)"}),n.set("opacity",parseInt(255/(100/e.opacity),10)||180),n.set("width",e.width||0),n.set("height",e.height||0),n.set("debug",e.debug),e.legend){var i=e.legend;i.gradient=n.get("gradient"),n.set("legend",new t(i))}},resize:function(){var e=this,t=e.get("element"),n=e.get("canvas"),i=e.get("acanvas");n.width=i.width=e.get("width")||t.style.width.replace(/px/,"")||e.getWidth(t),this.set("width",n.width),n.height=i.height=e.get("height")||t.style.height.replace(/px/,"")||e.getHeight(t),this.set("height",n.height)},init:function(){var e=this,t=document.createElement("canvas"),n=document.createElement("canvas"),i=t.getContext("2d"),r=n.getContext("2d"),o=e.get("element");e.initColorPalette(),e.set("canvas",t),e.set("ctx",i),e.set("acanvas",n),e.set("actx",r),e.resize(),t.style.cssText=n.style.cssText="position:absolute;top:0;left:0;z-index:10000000;",e.get("visible")||(t.style.display="none"),o.appendChild(t),e.get("legend")&&o.appendChild(e.get("legend").getElement()),e.get("debug")&&document.body.appendChild(n),r.shadowOffsetX=15e3,r.shadowOffsetY=15e3,r.shadowBlur=15},initColorPalette:function(){var e,t,n,i=this,r=document.createElement("canvas"),o=i.get("gradient");for(var a in r.width="1",r.height="256",e=r.getContext("2d"),t=e.createLinearGradient(0,0,1,256),n=e.getImageData(0,0,1,1),n.data[0]=n.data[3]=64,n.data[1]=n.data[2]=0,e.putImageData(n,0,0),n=e.getImageData(0,0,1,1),i.set("premultiplyAlpha",n.data[0]<60||n.data[0]>70),o)t.addColorStop(a,o[a]);e.fillStyle=t,e.fillRect(0,0,1,256),i.set("gradient",e.getImageData(0,0,1,256).data)},getWidth:function(e){var t=e.offsetWidth;return e.style.paddingLeft&&(t+=e.style.paddingLeft),e.style.paddingRight&&(t+=e.style.paddingRight),t},getHeight:function(e){var t=e.offsetHeight;return e.style.paddingTop&&(t+=e.style.paddingTop),e.style.paddingBottom&&(t+=e.style.paddingBottom),t},colorize:function(e,t){var n,i,r,o,a,s,A,l,u,c=this,h=c.get("width"),f=c.get("radius"),d=c.get("height"),p=c.get("actx"),g=c.get("ctx"),m=3*f,v=c.get("premultiplyAlpha"),y=c.get("gradient"),B=c.get("opacity"),w=c.get("bounds");null!=e&&null!=t?(e+m>h&&(e=h-m),e<0&&(e=0),t<0&&(t=0),t+m>d&&(t=d-m),n=e,i=t,o=e+m,r=t+m):(n=w.l<0?0:w.l,o=w.r>h?h:w.r,i=w.t<0?0:w.t,r=w.b>d?d:w.b),a=p.getImageData(n,i,o-n,r-i),s=a.data.length;for(var b=3;b<s;b+=4)A=a.data[b],l=4*A,l&&(u=A<B?A:B,a.data[b-3]=y[l],a.data[b-2]=y[l+1],a.data[b-1]=y[l+2],v&&(a.data[b-3]/=255/u,a.data[b-2]/=255/u,a.data[b-1]/=255/u),a.data[b]=u);g.putImageData(a,n,i)},drawAlpha:function(e,t,n,i){var r=this,o=r.get("radius"),a=r.get("actx"),s=(r.get("max"),r.get("bounds")),A=e-1.5*o>>0,l=t-1.5*o>>0,u=e+1.5*o>>0,c=t+1.5*o>>0;a.shadowColor="rgba(0,0,0,"+(n?n/r.store.max:"0.1")+")",a.shadowOffsetX=15e3,a.shadowOffsetY=15e3,a.shadowBlur=15,a.beginPath(),a.arc(e-15e3,t-15e3,o,0,2*Math.PI,!0),a.closePath(),a.fill(),i?r.colorize(A,l):(A<s.l&&(s.l=A),l<s.t&&(s.t=l),u>s.r&&(s.r=u),c>s.b&&(s.b=c))},toggleDisplay:function(){var e=this,t=e.get("visible"),n=e.get("canvas");n.style.display=t?"none":"block",e.set("visible",!t)},getImageData:function(){return this.get("canvas").toDataURL()},clear:function(){var e=this,t=e.get("width"),n=e.get("height");e.store.set("data",[]),e.get("ctx").clearRect(0,0,t,n),e.get("actx").clearRect(0,0,t,n)},cleanup:function(){var e=this;e.get("element").removeChild(e.get("canvas"))}},{create:function(e){return new n(e)},util:{mousePosition:function(e){var t,n;if(e.layerX?(t=e.layerX,n=e.layerY):e.offsetX&&(t=e.offsetX,n=e.offsetY),void 0!==t)return[t,n]}}}}(),n=function(t){try{BMap}catch(e){throw Error("Baidu Map JS API is not ready yet!")}if(!n._isExtended){n._isExtended=!0,e(n,BMap.Overlay,"HeatmapOverlay");var i=new n(t);this.__proto__=i.__proto__}this.conf=t,this.heatmap=null,this.latlngs=[],this.bounds=null,this._moveendHandler=this._moveendHandler.bind(this)};return n.prototype.initialize=function(e){this._map=e;var n=document.createElement("div");return n.style.position="absolute",n.style.top=0,n.style.left=0,n.style.border=0,n.style.width=this._map.getSize().width+"px",n.style.height=this._map.getSize().height+"px",this.conf.element=n,e.getPanes().mapPane.appendChild(n),this.heatmap=t.create(this.conf),this._div=n,n},n.prototype.draw=function(){var e=this._map.getBounds();if(!e.equals(this.bounds)){this.bounds=e;var t=this._map.pointToOverlayPixel(e.getNorthEast()),n=this._map.pointToOverlayPixel(e.getSouthWest());if(t&&n){var i=t.y,r=n.x,o=n.y-t.y,a=t.x-n.x;if(this.conf.element.style.left=r+"px",this.conf.element.style.top=i+"px",this.conf.element.style.width=a+"px",this.conf.element.style.height=o+"px",this.heatmap.store.get("heatmap").resize(),this.latlngs.length>0){this.heatmap.clear();for(var s=this.latlngs.length,A={max:this.heatmap.store.max,data:[]};s--;){var l=this.latlngs[s].latlng;if(e.containsPoint(l)){var u=this._map.pointToOverlayPixel(l),c=new BMap.Pixel(u.x-r,u.y-i),h=this.pixelTransform(c);A.data.push({x:h.x,y:h.y,count:this.latlngs[s].c})}}this.heatmap.store.setDataSet(A)}}}},n.prototype.pixelTransform=function(e){for(var t=this.heatmap.get("width"),n=this.heatmap.get("height");e.x<0;)e.x+=t;for(;e.x>t;)e.x-=t;for(;e.y<0;)e.y+=n;for(;e.y>n;)e.y-=n;return e.x=e.x>>0,e.y=e.y>>0,e},n.prototype._moveendHandler=function(e){this.setDataSet(this._data),delete this._data,this._map.removeEventListener("moveend",this._moveendHandler)},n.prototype.setDataSet=function(e){if(this._map){var t=this._map.getBounds(),n=this._map.pointToOverlayPixel(t.getNorthEast()),i=this._map.pointToOverlayPixel(t.getSouthWest());n&&i||(this._data=e,this._map.addEventListener("moveend",this._moveendHandler));var r={max:e.max,data:[]},o=e.data,a=o.length;for(this.latlngs=[];a--;){var s=new BMap.Point(o[a].lng,o[a].lat);if(this.latlngs.push({latlng:s,c:o[a].count}),t.containsPoint(s)){var A=this._map.pointToOverlayPixel(s),l=this._map.pointToOverlayPixel(t.getSouthWest()).x,u=this._map.pointToOverlayPixel(t.getNorthEast()).y,c=new BMap.Pixel(A.x-l,A.y-u),h=this.pixelTransform(c);r.data.push({x:h.x,y:h.y,count:o[a].count})}}this.heatmap.clear(),this.heatmap.store.setDataSet(r)}},n.prototype.addDataPoint=function(e,t,n){var i=new BMap.Point(e,t),r=this.pixelTransform(this._map.pointToOverlayPixel(i));this.heatmap.store.addDataPoint(r.x,r.y,n),this.latlngs.push({latlng:i,c:n})},n.prototype.toggle=function(){this.heatmap.toggleDisplay()},n}))},function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){function e(e,t){this._point=e,this._html=t}function t(){e.prototype=new BMap.Overlay,e.prototype.initialize=function(e){var t=this._div=n.dom.create("div",{style:"border:solid 1px #ccc;width:auto;min-width:50px;text-align:center;position:absolute;background:#fff;color:#000;font-size:12px;border-radius: 10px;padding:5px;white-space: nowrap;"});return t.innerHTML=this._html,e.getPanes().floatPane.appendChild(t),this._map=e,t},e.prototype.draw=function(){this.setPosition(this.lushuMain._marker.getPosition(),this.lushuMain._marker.getIcon().size)},n.object.extend(e.prototype,{setPosition:function(e,t){var i=this._map.pointToOverlayPixel(e),r=n.dom.getStyle(this._div,"width"),o=n.dom.getStyle(this._div,"height"),a=parseInt(this._div.clientWidth||r,10);parseInt(this._div.clientHeight||o,10),this._div.style.left=i.x-a/2+"px",this._div.style.bottom=-(i.y-t.height)+"px"},setHtml:function(e){this._div.innerHTML=e},setRelatedClass:function(e){this.lushuMain=e}})}var n={dom:{}};n.dom.g=function(e){return"string"==typeof e||e instanceof String?document.getElementById(e):e&&e.nodeName&&(1==e.nodeType||9==e.nodeType)?e:null},n.g=n.G=n.dom.g,n.lang=n.lang||{},n.lang.isString=function(e){return"[object String]"==Object.prototype.toString.call(e)},n.isString=n.lang.isString,n.dom._g=function(e){return n.lang.isString(e)?document.getElementById(e):e},n._g=n.dom._g,n.dom.getDocument=function(e){return e=n.dom.g(e),9==e.nodeType?e:e.ownerDocument||e.document},n.browser=n.browser||{},n.browser.ie=n.ie=/msie (\d+\.\d+)/i.test(navigator.userAgent)?document.documentMode||+RegExp.$1:void 0,n.dom.getComputedStyle=function(e,t){e=n.dom._g(e);var i,r=n.dom.getDocument(e);return r.defaultView&&r.defaultView.getComputedStyle&&(i=r.defaultView.getComputedStyle(e,null))?i[t]||i.getPropertyValue(t):""},n.dom._styleFixer=n.dom._styleFixer||{},n.dom._styleFilter=n.dom._styleFilter||[],n.dom._styleFilter.filter=function(e,t,i){for(var r,o=0,a=n.dom._styleFilter;r=a[o];o++)(r=r[i])&&(t=r(e,t));return t},n.string=n.string||{},n.string.toCamelCase=function(e){return e.indexOf("-")<0&&e.indexOf("_")<0?e:e.replace(/[-_][^-_]/g,(function(e){return e.charAt(1).toUpperCase()}))},n.dom.getStyle=function(e,t){var i=n.dom;e=i.g(e),t=n.string.toCamelCase(t);var r=e.style[t]||(e.currentStyle?e.currentStyle[t]:"")||i.getComputedStyle(e,t);if(!r){var o=i._styleFixer[t];o&&(r=o.get?o.get(e):n.dom.getStyle(e,o))}return(o=i._styleFilter)&&(r=o.filter(t,r,"get")),r},n.getStyle=n.dom.getStyle,n.dom._NAME_ATTRS=function(){var e={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",rowspan:"rowSpan",valign:"vAlign",usemap:"useMap",frameborder:"frameBorder"};return n.browser.ie<8?(e.for="htmlFor",e.class="className"):(e.htmlFor="for",e.className="class"),e}(),n.dom.setAttr=function(e,t,i){return e=n.dom.g(e),"style"==t?e.style.cssText=i:(t=n.dom._NAME_ATTRS[t]||t,e.setAttribute(t,i)),e},n.setAttr=n.dom.setAttr,n.dom.setAttrs=function(e,t){for(var i in e=n.dom.g(e),t)n.dom.setAttr(e,i,t[i]);return e},n.setAttrs=n.dom.setAttrs,n.dom.create=function(e,t){var i=document.createElement(e),r=t||{};return n.dom.setAttrs(i,r)},n.object=n.object||{},n.extend=n.object.extend=function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e};var i=function(e,t,n){try{BMap}catch(e){throw Error("Baidu Map JS API is not ready yet!")}!t||t.length<1||(this._map=e,this._path=t,this.i=0,this._setTimeoutQuene=[],this._projection=this._map.getMapType().getProjection(),this._opts={icon:null,speed:4e3,defaultContent:"",showInfoWindow:!1},this._setOptions(n),this._rotation=0,!this._opts.icon instanceof BMap.Icon&&(this._opts.icon=defaultIcon))};return i.prototype._setOptions=function(e){if(e)for(var t in e)e.hasOwnProperty(t)&&(this._opts[t]=e[t])},i.prototype.start=function(){var e=this,t=e._path.length;if(this._opts.onstart&&this._opts.onstart(e),e.i&&e.i<t-1){if(!e._fromPause)return;e._fromStop||e._moveNext(++e.i)}else!e._marker&&e._addMarker(),e._timeoutFlag=setTimeout((function(){!e._overlay&&e._addInfoWin(),e._moveNext(e.i)}),400);this._fromPause=!1,this._fromStop=!1},i.prototype.stop=function(){this.i=0,this._fromStop=!0,clearInterval(this._intervalFlag),this._clearTimeout();for(var e=0,t=this._opts.landmarkPois,n=t.length;e<n;e++)t[e].bShow=!1;this._opts.onstop&&this._opts.onstop(this)},i.prototype.pause=function(){clearInterval(this._intervalFlag),this._fromPause=!0,this._clearTimeout(),this._opts.onpause&&this._opts.onpause(this)},i.prototype.hideInfoWindow=function(){this._opts.showInfoWindow=!1,this._overlay&&(this._overlay._div.style.visibility="hidden")},i.prototype.showInfoWindow=function(){this._opts.showInfoWindow=!0,this._overlay&&(this._overlay._div.style.visibility="visible")},i.prototype.dispose=function(){clearInterval(this._intervalFlag),this._setTimeoutQuene&&this._clearTimeout(),this._map&&(this._map.removeOverlay(this._overlay),this._map.removeOverlay(this._marker))},n.object.extend(i.prototype,{_addMarker:function(e){this._marker&&(this.stop(),this._map.removeOverlay(this._marker),clearTimeout(this._timeoutFlag)),this._overlay&&this._map.removeOverlay(this._overlay);var t=new BMap.Marker(this._path[0]);this._opts.icon&&t.setIcon(this._opts.icon),this._map.addOverlay(t),t.setAnimation(BMAP_ANIMATION_DROP),this._marker=t},_addInfoWin:function(){var n=this;!e.prototype.initialize&&t();var i=new e(n._marker.getPosition(),n._opts.defaultContent);i.setRelatedClass(this),this._overlay=i,this._map.addOverlay(i),this._opts.showInfoWindow?this.showInfoWindow():this.hideInfoWindow()},_getMercator:function(e){return this._map.getMapType().getProjection().lngLatToPoint(e)},_getDistance:function(e,t){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))},_move:function(e,t,n){var i=this,r=0,o=this._opts.speed/100,a=this._projection.lngLatToPoint(e),s=this._projection.lngLatToPoint(t),A=Math.round(i._getDistance(a,s)/o);A<1?i._moveNext(++i.i):i._intervalFlag=setInterval((function(){if(r>=A){if(clearInterval(i._intervalFlag),i.i>i._path.length)return;i._moveNext(++i.i)}else{r++;var o=n(a.x,s.x,r,A),l=n(a.y,s.y,r,A),u=i._projection.pointToLngLat(new BMap.Pixel(o,l));if(1==r){var c=null;i.i-1>=0&&(c=i._path[i.i-1]),1==i._opts.enableRotation&&i.setRotation(c,e,t),i._opts.autoView&&(i._map.getBounds().containsPoint(u)||i._map.setCenter(u))}i._marker.setPosition(u),i._setInfoWin(u)}}),10)},setRotation:function(e,t,n){var i=this,r=0;if(t=i._map.pointToPixel(t),n=i._map.pointToPixel(n),n.x!=t.x){var o=(n.y-t.y)/(n.x-t.x);r=360*Math.atan(o)/(2*Math.PI),r=n.x<t.x?90-r+90:-r,i._marker.setRotation(-r)}else{var a=n.y-t.y,s=0;s=a>0?-1:1,i._marker.setRotation(90*-s)}},linePixellength:function(e,t){return Math.sqrt(Math.abs(e.x-t.x)*Math.abs(e.x-t.x)+Math.abs(e.y-t.y)*Math.abs(e.y-t.y))},pointToPoint:function(e,t){return Math.abs(e.x-t.x)*Math.abs(e.x-t.x)+Math.abs(e.y-t.y)*Math.abs(e.y-t.y)},_moveNext:function(e){var t=this;e<this._path.length-1?t._move(t._path[e],t._path[e+1],t._tween.linear):t.stop()},_setInfoWin:function(e){var t=this;t._overlay.setPosition(e,t._marker.getIcon().size);var n=t._troughPointIndex(e);-1!=n?(clearInterval(t._intervalFlag),t._overlay.setHtml(t._opts.landmarkPois[n].html),t._overlay.setPosition(e,t._marker.getIcon().size),t._pauseForView(n)):t._overlay.setHtml(t._opts.defaultContent)},_pauseForView:function(e){var t=this,n=setTimeout((function(){t._moveNext(++t.i)}),1e3*t._opts.landmarkPois[e].pauseTime);t._setTimeoutQuene.push(n)},_clearTimeout:function(){for(var e in this._setTimeoutQuene)clearTimeout(this._setTimeoutQuene[e]);this._setTimeoutQuene.length=0},_tween:{linear:function(e,t,n,i){return(t-e)*n/i+e}},_troughPointIndex:function(e){for(var t=this._opts.landmarkPois,n=0,i=t.length;n<i;n++)if(!t[n].bShow&&this._map.getDistance(new BMap.Point(t[n].lng,t[n].lat),e)<10)return t[n].bShow=!0,n;return-1}}),i}))},function(e,t,n){(function(t){var i,r;!function(t,n){e.exports=n()}(0,(function(){"use strict";function e(e){this._markerClusterer=e,this._map=e.getMap(),this._minClusterSize=e.getMinClusterSize(),this._isAverageCenter=e.isAverageCenter(),this._center=null,this._markers=[],this._gridBounds=null,this._isReal=!1,this._clusterMarker=new s(this._center,this._markers.length,{styles:this._markerClusterer.getStyles()})}var o="undefined"!=typeof window?window:void 0!==t?t:this,a=function(e,t){return t={exports:{}},e(t,t.exports,o),t.exports}((function(e,t,o){!function(o,a){"object"==typeof t?e.exports=a():(i=a,void 0!==(r="function"==typeof i?i.call(t,n,t,e):i)&&(e.exports=r))}(0,(function(){var e,t=e=t||{version:"1.3.8"},n={};t.guid="$BAIDU$",n[t.guid]=n[t.guid]||{},t.dom=t.dom||{},t.dom.g=function(e){return"string"==typeof e||e instanceof String?document.getElementById(e):e&&e.nodeName&&(1==e.nodeType||9==e.nodeType)?e:null},t.g=t.G=t.dom.g,t.dom.getDocument=function(e){return e=t.dom.g(e),9==e.nodeType?e:e.ownerDocument||e.document},t.lang=t.lang||{},t.lang.isString=function(e){return"[object String]"==Object.prototype.toString.call(e)},t.isString=t.lang.isString,t.dom._g=function(e){return t.lang.isString(e)?document.getElementById(e):e},t._g=t.dom._g,t.browser=t.browser||{},/msie (\d+\.\d)/i.test(navigator.userAgent)&&(t.browser.ie=t.ie=document.documentMode||+RegExp.$1),t.dom.getComputedStyle=function(e,n){e=t.dom._g(e);var i,r=t.dom.getDocument(e);return r.defaultView&&r.defaultView.getComputedStyle&&(i=r.defaultView.getComputedStyle(e,null))?i[n]||i.getPropertyValue(n):""},t.dom._styleFixer=t.dom._styleFixer||{},t.dom._styleFilter=t.dom._styleFilter||[],t.dom._styleFilter.filter=function(e,n,i){for(var r,o=0,a=t.dom._styleFilter;r=a[o];o++)(r=r[i])&&(n=r(e,n));return n},t.string=t.string||{},t.string.toCamelCase=function(e){return e.indexOf("-")<0&&e.indexOf("_")<0?e:e.replace(/[-_][^-_]/g,(function(e){return e.charAt(1).toUpperCase()}))},t.dom.getStyle=function(e,n){var i=t.dom;e=i.g(e),n=t.string.toCamelCase(n);var r=e.style[n]||(e.currentStyle?e.currentStyle[n]:"")||i.getComputedStyle(e,n);if(!r){var o=i._styleFixer[n];o&&(r=o.get?o.get(e):t.dom.getStyle(e,o))}return(o=i._styleFilter)&&(r=o.filter(n,r,"get")),r},t.getStyle=t.dom.getStyle,/opera\/(\d+\.\d)/i.test(navigator.userAgent)&&(t.browser.opera=+RegExp.$1),t.browser.isWebkit=/webkit/i.test(navigator.userAgent),t.browser.isGecko=/gecko/i.test(navigator.userAgent)&&!/like gecko/i.test(navigator.userAgent),t.browser.isStrict="CSS1Compat"==document.compatMode,t.dom.getPosition=function(e){e=t.dom.g(e);var n,i,r=t.dom.getDocument(e),o=t.browser,a=t.dom.getStyle,s=(o.isGecko>0&&r.getBoxObjectFor&&"absolute"==a(e,"position")&&(""===e.style.top||e.style.left),{left:0,top:0}),A=o.ie&&!o.isStrict?r.body:r.documentElement;if(e==A)return s;if(e.getBoundingClientRect){i=e.getBoundingClientRect(),s.left=Math.floor(i.left)+Math.max(r.documentElement.scrollLeft,r.body.scrollLeft),s.top=Math.floor(i.top)+Math.max(r.documentElement.scrollTop,r.body.scrollTop),s.left-=r.documentElement.clientLeft,s.top-=r.documentElement.clientTop;var l=r.body,u=parseInt(a(l,"borderLeftWidth")),c=parseInt(a(l,"borderTopWidth"));o.ie&&!o.isStrict&&(s.left-=isNaN(u)?2:u,s.top-=isNaN(c)?2:c)}else{n=e;do{if(s.left+=n.offsetLeft,s.top+=n.offsetTop,o.isWebkit>0&&"fixed"==a(n,"position")){s.left+=r.body.scrollLeft,s.top+=r.body.scrollTop;break}n=n.offsetParent}while(n&&n!=e);for((o.opera>0||o.isWebkit>0&&"absolute"==a(e,"position"))&&(s.top-=r.body.offsetTop),n=e.offsetParent;n&&n!=r.body;)s.left-=n.scrollLeft,o.opera&&"TR"==n.tagName||(s.top-=n.scrollTop),n=n.offsetParent}return s},t.event=t.event||{},t.event._listeners=t.event._listeners||[],t.event.on=function(e,n,i){n=n.replace(/^on/i,""),e=t.dom._g(e);var r,o=function(t){i.call(e,t)},a=t.event._listeners,s=t.event._eventFilter,A=n;return n=n.toLowerCase(),s&&s[n]&&(r=s[n](e,n,o),A=r.type,o=r.listener),e.addEventListener?e.addEventListener(A,o,!1):e.attachEvent&&e.attachEvent("on"+A,o),a[a.length]=[e,n,i,o,A],e},t.on=t.event.on,function(){var e=n[t.guid];t.lang.guid=function(){return"TANGRAM__"+(e._counter++).toString(36)},e._counter=e._counter||1}(),n[t.guid]._instances=n[t.guid]._instances||{},t.lang.isFunction=function(e){return"[object Function]"==Object.prototype.toString.call(e)},t.lang.Class=function(e){this.guid=e||t.lang.guid(),n[t.guid]._instances[this.guid]=this},n[t.guid]._instances=n[t.guid]._instances||{},t.lang.Class.prototype.dispose=function(){for(var e in delete n[t.guid]._instances[this.guid],this)t.lang.isFunction(this[e])||delete this[e];this.disposed=!0},t.lang.Class.prototype.toString=function(){return"[object "+(this._className||"Object")+"]"},t.lang.Event=function(e,t){this.type=e,this.returnValue=!0,this.target=t||null,this.currentTarget=null},t.lang.Class.prototype.addEventListener=function(e,n,i){if(t.lang.isFunction(n)){!this.__listeners&&(this.__listeners={});var r,o=this.__listeners;if("string"==typeof i&&i){if(/[^\w\-]/.test(i))throw"nonstandard key:"+i;n.hashCode=i,r=i}0!=e.indexOf("on")&&(e="on"+e),"object"!=typeof o[e]&&(o[e]={}),r=r||t.lang.guid(),n.hashCode=r,o[e][r]=n}},t.lang.Class.prototype.removeEventListener=function(e,n){if(void 0===n||(!t.lang.isFunction(n)||(n=n.hashCode))&&t.lang.isString(n)){!this.__listeners&&(this.__listeners={}),0!=e.indexOf("on")&&(e="on"+e);var i=this.__listeners;if(i[e])if(void 0!==n)i[e][n]&&delete i[e][n];else for(var r in i[e])delete i[e][r]}},t.lang.Class.prototype.dispatchEvent=function(e,n){for(var i in t.lang.isString(e)&&(e=new t.lang.Event(e)),!this.__listeners&&(this.__listeners={}),n=n||{},n)e[i]=n[i];var r=this.__listeners,o=e.type;if(e.target=e.target||this,e.currentTarget=this,0!=o.indexOf("on")&&(o="on"+o),t.lang.isFunction(this[o])&&this[o].apply(this,arguments),"object"==typeof r[o])for(i in r[o])r[o][i].apply(this,arguments);return e.returnValue},t.lang.inherits=function(e,t,n){var i,r,o=e.prototype,a=new Function;for(i in a.prototype=t.prototype,r=e.prototype=new a,o)r[i]=o[i];e.prototype.constructor=e,e.superClass=t.prototype,"string"==typeof n&&(r._className=n)},t.inherits=t.lang.inherits;var i=function(t,n,r){try{BMap}catch(e){throw Error("Baidu Map JS API is not ready yet!")}e.lang.inherits(i,BMap.Overlay,"TextIconOverlay"),this._position=t,this._text=n,this._options=r||{},this._styles=this._options.styles||[],!this._styles.length&&this._setupDefaultStyles()};return i.prototype._setupDefaultStyles=function(){for(var e,t=[53,56,66,78,90],n=0;e=t[n];n++)this._styles.push({url:"http://api.map.baidu.com/library/TextIconOverlay/1.2/src/images/m"+n+".png",size:new BMap.Size(e,e)})},i.prototype.initialize=function(e){return this._map=e,this._domElement=document.createElement("div"),this._updateCss(),this._updateText(),this._updatePosition(),this._bind(),this._map.getPanes().markerMouseTarget.appendChild(this._domElement),this._domElement},i.prototype.draw=function(){this._map&&this._updatePosition()},i.prototype.getText=function(){return this._text},i.prototype.setText=function(e){!e||this._text&&this._text.toString()==e.toString()||(this._text=e,this._updateText(),this._updateCss(),this._updatePosition())},i.prototype.getPosition=function(){return this._position},i.prototype.setPosition=function(e){!e||this._position&&this._position.equals(e)||(this._position=e,this._updatePosition())},i.prototype.getStyleByText=function(e,t){var n=parseInt(e),i=parseInt(n/10);return i=Math.max(0,i),i=Math.min(i,t.length-1),t[i]},i.prototype._updateCss=function(){if(this._domElement){var e=this.getStyleByText(this._text,this._styles);this._domElement.style.cssText=this._buildCssText(e)}},i.prototype._updateText=function(){this._domElement&&(this._domElement.innerHTML=this._text)},i.prototype._updatePosition=function(){if(this._domElement&&this._position){var e=this._domElement.style,t=this._map.pointToOverlayPixel(this._position);t.x-=Math.ceil(parseInt(e.width)/2),t.y-=Math.ceil(parseInt(e.height)/2),e.left=t.x+"px",e.top=t.y+"px"}},i.prototype._buildCssText=function(t){var n=t.url,i=t.size,r=t.anchor,o=t.offset,a=t.textColor||"black",s=t.textSize||10,A=[];if(e.browser.ie<7)A.push('filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src="'+n+'");');else{A.push("background-image:url("+n+");");var l="0 0";o instanceof BMap.Size&&(l=o.width+"px "+o.height+"px"),A.push("background-position:"+l+";")}return i instanceof BMap.Size&&(r instanceof BMap.Size?(r.height>0&&r.height<i.height&&A.push("height:"+(i.height-r.height)+"px; padding-top:"+r.height+"px;"),r.width>0&&r.width<i.width&&A.push("width:"+(i.width-r.width)+"px; padding-left:"+r.width+"px;")):(A.push("height:"+i.height+"px; line-height:"+i.height+"px;"),A.push("width:"+i.width+"px; text-align:center;"))),A.push("cursor:pointer; color:"+a+"; position:absolute; font-size:"+s+"px; font-family:Arial,sans-serif; font-weight:bold"),A.join("")},i.prototype._bind=function(){function t(t,n){var r=t.srcElement||t.target,o=t.clientX||t.pageX,a=t.clientY||t.pageY;if(t&&n&&o&&a&&r){var s=e.dom.getPosition(i.getContainer());n.pixel=new BMap.Pixel(o-s.left,a-s.top),n.point=i.pixelToPoint(n.pixel)}return n}if(this._domElement){var n=this,i=this._map,r=e.lang.Event;e.event.on(this._domElement,"mouseover",(function(e){n.dispatchEvent(t(e,new r("onmouseover")))})),e.event.on(this._domElement,"mouseout",(function(e){n.dispatchEvent(t(e,new r("onmouseout")))})),e.event.on(this._domElement,"click",(function(e){n.dispatchEvent(t(e,new r("onclick")))}))}},i}))})),s=a&&"object"==typeof a&&"default"in a?a.default:a,A=function(e,t,n){t=l(t);var i=e.pointToPixel(t.getNorthEast()),r=e.pointToPixel(t.getSouthWest());i.x+=n,i.y-=n,r.x-=n,r.y+=n;var o=e.pixelToPoint(i),a=e.pixelToPoint(r);return new BMap.Bounds(a,o)},l=function(e){var t=u(e.getNorthEast().lng,-180,180),n=u(e.getSouthWest().lng,-180,180),i=u(e.getNorthEast().lat,-74,74),r=u(e.getSouthWest().lat,-74,74);return new BMap.Bounds(new BMap.Point(n,r),new BMap.Point(t,i))},u=function(e,t,n){return t&&(e=Math.max(e,t)),n&&(e=Math.min(e,n)),e},c=function(e){return"[object Array]"===Object.prototype.toString.call(e)},h=function(e,t){var n=-1;if(c(t))if(t.indexOf)n=t.indexOf(e);else for(var i,r=0;i=t[r];r++)if(i===e){n=r;break}return n},f=function(e,t){try{BMap}catch(e){throw Error("Baidu Map JS API is not ready yet!")}if(e){this._map=e,this._markers=[],this._clusters=[];var n=t||{};this._gridSize=n.gridSize||60,this._maxZoom=n.maxZoom||18,this._minClusterSize=n.minClusterSize||2,this._isAverageCenter=!1,void 0!=n.isAverageCenter&&(this._isAverageCenter=n.isAverageCenter),this._styles=n.styles||[];var i=this;this._map.addEventListener("zoomend",(function(){i._redraw()})),this._map.addEventListener("moveend",(function(){i._redraw()}));var r=n.markers;c(r)&&this.addMarkers(r)}};return f.prototype.addMarkers=function(e){if(e.length){for(var t=0,n=e.length;t<n;t++)this._pushMarkerTo(e[t]);this._createClusters()}},f.prototype._pushMarkerTo=function(e){-1===h(e,this._markers)&&(e.isInCluster=!1,this._markers.push(e))},f.prototype.addMarker=function(e){this._pushMarkerTo(e),this._createClusters()},f.prototype._createClusters=function(){var e=this._map.getBounds();if(e.getCenter())for(var t,n=A(this._map,e,this._gridSize),i=0;t=this._markers[i];i++)!t.isInCluster&&n.containsPoint(t.getPosition())&&this._addToClosestCluster(t)},f.prototype._addToClosestCluster=function(t){for(var n=4e6,i=null,r=(t.getPosition(),0);s=this._clusters[r];r++){var o=s.getCenter();if(o){var a=this._map.getDistance(o,t.getPosition());a<n&&(n=a,i=s)}}if(i&&i.isMarkerInClusterBounds(t))i.addMarker(t);else{var s=new e(this);s.addMarker(t),this._clusters.push(s)}},f.prototype._clearLastClusters=function(){for(var e,t=0;e=this._clusters[t];t++)e.remove();this._clusters=[],this._removeMarkersFromCluster()},f.prototype._removeMarkersFromCluster=function(){for(var e,t=0;e=this._markers[t];t++)e.isInCluster=!1},f.prototype._removeMarkersFromMap=function(){for(var e,t=0;e=this._markers[t];t++){e.isInCluster=!1;var n=e.getLabel();this._map.removeOverlay(e),e.setLabel(n)}},f.prototype._removeMarker=function(e){var t=h(e,this._markers);return-1!==t&&(this._map.removeOverlay(e),this._markers.splice(t,1),!0)},f.prototype.removeMarker=function(e){var t=this._removeMarker(e);return t&&(this._clearLastClusters(),this._createClusters()),t},f.prototype.removeMarkers=function(e){for(var t=!1,n=0;n<e.length;n++){var i=this._removeMarker(e[n]);t=t||i}return t&&(this._clearLastClusters(),this._createClusters()),t},f.prototype.clearMarkers=function(){this._clearLastClusters(),this._removeMarkersFromMap(),this._markers=[]},f.prototype._redraw=function(){this._clearLastClusters(),this._createClusters()},f.prototype.getGridSize=function(){return this._gridSize},f.prototype.setGridSize=function(e){this._gridSize=e,this._redraw()},f.prototype.getMaxZoom=function(){return this._maxZoom},f.prototype.setMaxZoom=function(e){this._maxZoom=e,this._redraw()},f.prototype.getStyles=function(){return this._styles},f.prototype.setStyles=function(e){this._styles=e,this._redraw()},f.prototype.getMinClusterSize=function(){return this._minClusterSize},f.prototype.setMinClusterSize=function(e){this._minClusterSize=e,this._redraw()},f.prototype.isAverageCenter=function(){return this._isAverageCenter},f.prototype.getMap=function(){return this._map},f.prototype.getMarkers=function(){return this._markers},f.prototype.getClustersCount=function(){for(var e,t=0,n=0;e=this._clusters[n];n++)e.isReal()&&t++;return t},e.prototype.addMarker=function(e){if(this.isMarkerInCluster(e))return!1;if(this._center){if(this._isAverageCenter){var t=this._markers.length+1,n=(this._center.lat*(t-1)+e.getPosition().lat)/t,i=(this._center.lng*(t-1)+e.getPosition().lng)/t;this._center=new BMap.Point(i,n),this.updateGridBounds()}}else this._center=e.getPosition(),this.updateGridBounds();e.isInCluster=!0,this._markers.push(e);var r=this._markers.length;if(r<this._minClusterSize)return this._map.addOverlay(e),!0;if(r===this._minClusterSize)for(var o=0;o<r;o++){var a=this._markers[o].getLabel();this._markers[o].getMap()&&this._map.removeOverlay(this._markers[o]),this._markers[o].setLabel(a)}return this._map.addOverlay(this._clusterMarker),this._isReal=!0,this.updateClusterMarker(),!0},e.prototype.isMarkerInCluster=function(e){if(this._markers.indexOf)return-1!=this._markers.indexOf(e);for(var t,n=0;t=this._markers[n];n++)if(t===e)return!0;return!1},e.prototype.isMarkerInClusterBounds=function(e){return this._gridBounds.containsPoint(e.getPosition())},e.prototype.isReal=function(e){return this._isReal},e.prototype.updateGridBounds=function(){var e=new BMap.Bounds(this._center,this._center);this._gridBounds=A(this._map,e,this._markerClusterer.getGridSize())},e.prototype.updateClusterMarker=function(){if(this._map.getZoom()>this._markerClusterer.getMaxZoom()){this._clusterMarker&&this._map.removeOverlay(this._clusterMarker);for(var e,t=0;e=this._markers[t];t++)this._map.addOverlay(e)}else{if(this._markers.length<this._minClusterSize)return void this._clusterMarker.hide();this._clusterMarker.setPosition(this._center),this._clusterMarker.setText(this._markers.length),this._clusterMarker.addEventListener&&!this._clusterMarker._hasClickEvent&&this._clusterMarker.addEventListener("click",function(e){this._clusterMarker._hasClickEvent=!0,this._markers&&this._map.setViewport(this.getBounds())}.bind(this))}},e.prototype.remove=function(){for(var e=0;this._markers[e];e++){var t=this._markers[e].getLabel();this._markers[e].getMap()&&this._map.removeOverlay(this._markers[e]),this._markers[e].setLabel(t)}this._map.removeOverlay(this._clusterMarker),this._markers.length=0,delete this._markers},e.prototype.getBounds=function(){for(var e,t=new BMap.Bounds(this._center,this._center),n=0;e=this._markers[n];n++)t.extend(e.getPosition());return t},e.prototype.getCenter=function(){return this._center},f}))}).call(t,n(3))},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div")},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{directives:[{name:"show",rawName:"v-show",value:e.show,expression:"show"}]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{directives:[{name:"show",rawName:"v-show",value:e.panel,expression:"panel"}]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.paths.length?n("div",e._l(e.paths,(function(t,i){return n("bm-polygon",{key:i,attrs:{path:t,"stroke-color":e.strokeColor,"stroke-weight":e.strokeWeight,"stroke-opacity":e.strokeOpacity,"stroke-style":e.strokeStyle,"fill-opacity":e.fillOpacity,"fill-color":e.fillColor,"mass-clear":e.massClear,clicking:e.clicking},on:{click:function(t){e.$emit("click",t)},dblclick:function(t){e.$emit("dblclick",t)},mousedown:function(t){e.$emit("mousedown",t)},mouseup:function(t){e.$emit("mouseup",t)},mouseout:function(t){e.$emit("mouseout",t)},mouseover:function(t){e.$emit("mouseover",t)},remove:function(t){e.$emit("remove",t)}}})}))):e._e()},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{directives:[{name:"show",rawName:"v-show",value:e.panel,expression:"panel"}]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("span",[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("span",[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{directives:[{name:"show",rawName:"v-show",value:e.panel,expression:"panel"}]})},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{directives:[{name:"show",rawName:"v-show",value:e.panel,expression:"panel"}]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{directives:[{name:"show",rawName:"v-show",value:e.panel,expression:"panel"}]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",[e._t("default",[n("input")])],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[e.hasBmView?e._e():n("div",{ref:"view",staticStyle:{width:"100%",height:"100%"}}),e._v(" "),e._t("default")],2)},staticRenderFns:[]}}])}))},c0e9:function(e,t,n){
  32. /*!
  33. * html2canvas 1.0.0-rc.7 <https://html2canvas.hertzen.com>
  34. * Copyright (c) 2020 Niklas von Hertzen <https://hertzen.com>
  35. * Released under MIT License
  36. */
  37. (function(t,n){e.exports=n()})(0,(function(){"use strict";
  38. /*! *****************************************************************************
  39. Copyright (c) Microsoft Corporation. All rights reserved.
  40. Licensed under the Apache License, Version 2.0 (the "License"); you may not use
  41. this file except in compliance with the License. You may obtain a copy of the
  42. License at http://www.apache.org/licenses/LICENSE-2.0
  43. THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  44. KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
  45. WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
  46. MERCHANTABLITY OR NON-INFRINGEMENT.
  47. See the Apache Version 2.0 License for specific language governing permissions
  48. and limitations under the License.
  49. ***************************************************************************** */var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};function t(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}var n=function(){return n=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n],t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},n.apply(this,arguments)};function i(e,t,n,i){return new(n||(n=Promise))((function(r,o){function a(e){try{A(i.next(e))}catch(It){o(It)}}function s(e){try{A(i["throw"](e))}catch(It){o(It)}}function A(e){e.done?r(e.value):new n((function(t){t(e.value)})).then(a,s)}A((i=i.apply(e,t||[])).next())}))}function r(e,t){var n,i,r,o,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"===typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return A([e,t])}}function A(o){if(n)throw new TypeError("Generator is already executing.");while(a)try{if(n=1,i&&(r=2&o[0]?i["return"]:o[0]?i["throw"]||((r=i["return"])&&r.call(i),0):i.next)&&!(r=r.call(i,o[1])).done)return r;switch(i=0,r&&(o=[2&o[0],r.value]),o[0]){case 0:case 1:r=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,i=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(r=a.trys,!(r=r.length>0&&r[r.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]<r[3])){a.label=o[1];break}if(6===o[0]&&a.label<r[1]){a.label=r[1],r=o;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(o);break}r[2]&&a.ops.pop(),a.trys.pop();continue}o=t.call(e,a)}catch(It){o=[6,It],i=0}finally{n=r=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}}for(var o=function(){function e(e,t,n,i){this.left=e,this.top=t,this.width=n,this.height=i}return e.prototype.add=function(t,n,i,r){return new e(this.left+t,this.top+n,this.width+i,this.height+r)},e.fromClientRect=function(t){return new e(t.left,t.top,t.width,t.height)},e}(),a=function(e){return o.fromClientRect(e.getBoundingClientRect())},s=function(e){var t=e.body,n=e.documentElement;if(!t||!n)throw new Error("Unable to get document size");var i=Math.max(Math.max(t.scrollWidth,n.scrollWidth),Math.max(t.offsetWidth,n.offsetWidth),Math.max(t.clientWidth,n.clientWidth)),r=Math.max(Math.max(t.scrollHeight,n.scrollHeight),Math.max(t.offsetHeight,n.offsetHeight),Math.max(t.clientHeight,n.clientHeight));return new o(0,0,i,r)},A=function(e){var t=[],n=0,i=e.length;while(n<i){var r=e.charCodeAt(n++);if(r>=55296&&r<=56319&&n<i){var o=e.charCodeAt(n++);56320===(64512&o)?t.push(((1023&r)<<10)+(1023&o)+65536):(t.push(r),n--)}else t.push(r)}return t},l=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];if(String.fromCodePoint)return String.fromCodePoint.apply(String,e);var n=e.length;if(!n)return"";var i=[],r=-1,o="";while(++r<n){var a=e[r];a<=65535?i.push(a):(a-=65536,i.push(55296+(a>>10),a%1024+56320)),(r+1===n||i.length>16384)&&(o+=String.fromCharCode.apply(String,i),i.length=0)}return o},u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c="undefined"===typeof Uint8Array?[]:new Uint8Array(256),h=0;h<u.length;h++)c[u.charCodeAt(h)]=h;var f,d=function(e){var t,n,i,r,o,a=.75*e.length,s=e.length,A=0;"="===e[e.length-1]&&(a--,"="===e[e.length-2]&&a--);var l="undefined"!==typeof ArrayBuffer&&"undefined"!==typeof Uint8Array&&"undefined"!==typeof Uint8Array.prototype.slice?new ArrayBuffer(a):new Array(a),u=Array.isArray(l)?l:new Uint8Array(l);for(t=0;t<s;t+=4)n=c[e.charCodeAt(t)],i=c[e.charCodeAt(t+1)],r=c[e.charCodeAt(t+2)],o=c[e.charCodeAt(t+3)],u[A++]=n<<2|i>>4,u[A++]=(15&i)<<4|r>>2,u[A++]=(3&r)<<6|63&o;return l},p=function(e){for(var t=e.length,n=[],i=0;i<t;i+=2)n.push(e[i+1]<<8|e[i]);return n},g=function(e){for(var t=e.length,n=[],i=0;i<t;i+=4)n.push(e[i+3]<<24|e[i+2]<<16|e[i+1]<<8|e[i]);return n},m=5,v=11,y=2,B=v-m,w=65536>>m,b=1<<m,C=b-1,E=1024>>m,x=w+E,Q=x,_=32,F=Q+_,U=65536>>v,S=1<<B,T=S-1,H=function(e,t,n){return e.slice?e.slice(t,n):new Uint16Array(Array.prototype.slice.call(e,t,n))},M=function(e,t,n){return e.slice?e.slice(t,n):new Uint32Array(Array.prototype.slice.call(e,t,n))},O=function(e){var t=d(e),n=Array.isArray(t)?g(t):new Uint32Array(t),i=Array.isArray(t)?p(t):new Uint16Array(t),r=24,o=H(i,r/2,n[4]/2),a=2===n[5]?H(i,(r+n[4])/2):M(n,Math.ceil((r+n[4])/4));return new D(n[0],n[1],n[2],n[3],o,a)},D=function(){function e(e,t,n,i,r,o){this.initialValue=e,this.errorValue=t,this.highStart=n,this.highValueIndex=i,this.index=r,this.data=o}return e.prototype.get=function(e){var t;if(e>=0){if(e<55296||e>56319&&e<=65535)return t=this.index[e>>m],t=(t<<y)+(e&C),this.data[t];if(e<=65535)return t=this.index[w+(e-55296>>m)],t=(t<<y)+(e&C),this.data[t];if(e<this.highStart)return t=F-U+(e>>v),t=this.index[t],t+=e>>m&T,t=this.index[t],t=(t<<y)+(e&C),this.data[t];if(e<=1114111)return this.data[this.highValueIndex]}return this.errorValue},e}(),N="KwAAAAAAAAAACA4AIDoAAPAfAAACAAAAAAAIABAAGABAAEgAUABYAF4AZgBeAGYAYABoAHAAeABeAGYAfACEAIAAiACQAJgAoACoAK0AtQC9AMUAXgBmAF4AZgBeAGYAzQDVAF4AZgDRANkA3gDmAOwA9AD8AAQBDAEUARoBIgGAAIgAJwEvATcBPwFFAU0BTAFUAVwBZAFsAXMBewGDATAAiwGTAZsBogGkAawBtAG8AcIBygHSAdoB4AHoAfAB+AH+AQYCDgIWAv4BHgImAi4CNgI+AkUCTQJTAlsCYwJrAnECeQKBAk0CiQKRApkCoQKoArACuALAAsQCzAIwANQC3ALkAjAA7AL0AvwCAQMJAxADGAMwACADJgMuAzYDPgOAAEYDSgNSA1IDUgNaA1oDYANiA2IDgACAAGoDgAByA3YDfgOAAIQDgACKA5IDmgOAAIAAogOqA4AAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAK8DtwOAAIAAvwPHA88D1wPfAyAD5wPsA/QD/AOAAIAABAQMBBIEgAAWBB4EJgQuBDMEIAM7BEEEXgBJBCADUQRZBGEEaQQwADAAcQQ+AXkEgQSJBJEEgACYBIAAoASoBK8EtwQwAL8ExQSAAIAAgACAAIAAgACgAM0EXgBeAF4AXgBeAF4AXgBeANUEXgDZBOEEXgDpBPEE+QQBBQkFEQUZBSEFKQUxBTUFPQVFBUwFVAVcBV4AYwVeAGsFcwV7BYMFiwWSBV4AmgWgBacFXgBeAF4AXgBeAKsFXgCyBbEFugW7BcIFwgXIBcIFwgXQBdQF3AXkBesF8wX7BQMGCwYTBhsGIwYrBjMGOwZeAD8GRwZNBl4AVAZbBl4AXgBeAF4AXgBeAF4AXgBeAF4AXgBeAGMGXgBqBnEGXgBeAF4AXgBeAF4AXgBeAF4AXgB5BoAG4wSGBo4GkwaAAIADHgR5AF4AXgBeAJsGgABGA4AAowarBrMGswagALsGwwbLBjAA0wbaBtoG3QbaBtoG2gbaBtoG2gblBusG8wb7BgMHCwcTBxsHCwcjBysHMAc1BzUHOgdCB9oGSgdSB1oHYAfaBloHaAfaBlIH2gbaBtoG2gbaBtoG2gbaBjUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHbQdeAF4ANQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQd1B30HNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1B4MH2gaKB68EgACAAIAAgACAAIAAgACAAI8HlwdeAJ8HpweAAIAArwe3B14AXgC/B8UHygcwANAH2AfgB4AA6AfwBz4B+AcACFwBCAgPCBcIogEYAR8IJwiAAC8INwg/CCADRwhPCFcIXwhnCEoDGgSAAIAAgABvCHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIhAiLCI4IMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAANQc1BzUHNQc1BzUHNQc1BzUHNQc1B54INQc1B6II2gaqCLIIugiAAIAAvgjGCIAAgACAAIAAgACAAIAAgACAAIAAywiHAYAA0wiAANkI3QjlCO0I9Aj8CIAAgACAAAIJCgkSCRoJIgknCTYHLwk3CZYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiAAIAAAAFAAXgBeAGAAcABeAHwAQACQAKAArQC9AJ4AXgBeAE0A3gBRAN4A7AD8AMwBGgEAAKcBNwEFAUwBXAF4QkhCmEKnArcCgAHHAsABz4LAAcABwAHAAd+C6ABoAG+C/4LAAcABwAHAAc+DF4MAAcAB54M3gweDV4Nng3eDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEeDqABVg6WDqABoQ6gAaABoAHXDvcONw/3DvcO9w73DvcO9w73DvcO9w73DvcO9w73DvcO9w73DvcO9w73DvcO9w73DvcO9w73DvcO9w73DvcO9w73DncPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB7cPPwlGCU4JMACAAIAAgABWCV4JYQmAAGkJcAl4CXwJgAkwADAAMAAwAIgJgACLCZMJgACZCZ8JowmrCYAAswkwAF4AXgB8AIAAuwkABMMJyQmAAM4JgADVCTAAMAAwADAAgACAAIAAgACAAIAAgACAAIAAqwYWBNkIMAAwADAAMADdCeAJ6AnuCR4E9gkwAP4JBQoNCjAAMACAABUK0wiAAB0KJAosCjQKgAAwADwKQwqAAEsKvQmdCVMKWwowADAAgACAALcEMACAAGMKgABrCjAAMAAwADAAMAAwADAAMAAwADAAMAAeBDAAMAAwADAAMAAwADAAMAAwADAAMAAwAIkEPQFzCnoKiQSCCooKkAqJBJgKoAqkCokEGAGsCrQKvArBCjAAMADJCtEKFQHZCuEK/gHpCvEKMAAwADAAMACAAIwE+QowAIAAPwEBCzAAMAAwADAAMACAAAkLEQswAIAAPwEZCyELgAAOCCkLMAAxCzkLMAAwADAAMAAwADAAXgBeAEELMAAwADAAMAAwADAAMAAwAEkLTQtVC4AAXAtkC4AAiQkwADAAMAAwADAAMAAwADAAbAtxC3kLgAuFC4sLMAAwAJMLlwufCzAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAApwswADAAMACAAIAAgACvC4AAgACAAIAAgACAALcLMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAvwuAAMcLgACAAIAAgACAAIAAyguAAIAAgACAAIAA0QswADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAANkLgACAAIAA4AswADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACJCR4E6AswADAAhwHwC4AA+AsADAgMEAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMACAAIAAGAwdDCUMMAAwAC0MNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQw1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHPQwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADUHNQc1BzUHNQc1BzUHNQc2BzAAMAA5DDUHNQc1BzUHNQc1BzUHNQc1BzUHNQdFDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAgACAAIAATQxSDFoMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAF4AXgBeAF4AXgBeAF4AYgxeAGoMXgBxDHkMfwxeAIUMXgBeAI0MMAAwADAAMAAwAF4AXgCVDJ0MMAAwADAAMABeAF4ApQxeAKsMswy7DF4Awgy9DMoMXgBeAF4AXgBeAF4AXgBeAF4AXgDRDNkMeQBqCeAM3Ax8AOYM7Az0DPgMXgBeAF4AXgBeAF4AXgBeAF4AXgBeAF4AXgBeAF4AXgCgAAANoAAHDQ4NFg0wADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAeDSYNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIAAgACAAIAAgACAAC4NMABeAF4ANg0wADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAD4NRg1ODVYNXg1mDTAAbQ0wADAAMAAwADAAMAAwADAA2gbaBtoG2gbaBtoG2gbaBnUNeg3CBYANwgWFDdoGjA3aBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gaUDZwNpA2oDdoG2gawDbcNvw3HDdoG2gbPDdYN3A3fDeYN2gbsDfMN2gbaBvoN/g3aBgYODg7aBl4AXgBeABYOXgBeACUG2gYeDl4AJA5eACwO2w3aBtoGMQ45DtoG2gbaBtoGQQ7aBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gZJDjUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1B1EO2gY1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQdZDjUHNQc1BzUHNQc1B2EONQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHaA41BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1B3AO2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gY1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1B2EO2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gZJDtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBkkOeA6gAKAAoAAwADAAMAAwAKAAoACgAKAAoACgAKAAgA4wADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAD//wQABAAEAAQABAAEAAQABAAEAA0AAwABAAEAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAKABMAFwAeABsAGgAeABcAFgASAB4AGwAYAA8AGAAcAEsASwBLAEsASwBLAEsASwBLAEsAGAAYAB4AHgAeABMAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAFgAbABIAHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYADQARAB4ABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkAFgAaABsAGwAbAB4AHQAdAB4ATwAXAB4ADQAeAB4AGgAbAE8ATwAOAFAAHQAdAB0ATwBPABcATwBPAE8AFgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwArAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAAQABAANAA0ASwBLAEsASwBLAEsASwBLAEsASwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUAArACsABABQAAQABAAEAAQABAAEAAQAKwArAAQABAArACsABAAEAAQAUAArACsAKwArACsAKwArACsABAArACsAKwArAFAAUAArAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAGgAaAFAAUABQAFAAUABMAB4AGwBQAB4AKwArACsABAAEAAQAKwBQAFAAUABQAFAAUAArACsAKwArAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUAArAFAAUAArACsABAArAAQABAAEAAQABAArACsAKwArAAQABAArACsABAAEAAQAKwArACsABAArACsAKwArACsAKwArAFAAUABQAFAAKwBQACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwAEAAQAUABQAFAABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUAArACsABABQAAQABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQAKwArAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwAeABsAKwArACsAKwArACsAKwBQAAQABAAEAAQABAAEACsABAAEAAQAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwArAAQABAArACsABAAEAAQAKwArACsAKwArACsAKwArAAQABAArACsAKwArAFAAUAArAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwAeAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwAEAFAAKwBQAFAAUABQAFAAUAArACsAKwBQAFAAUAArAFAAUABQAFAAKwArACsAUABQACsAUAArAFAAUAArACsAKwBQAFAAKwArACsAUABQAFAAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQAKwArACsABAAEAAQAKwAEAAQABAAEACsAKwBQACsAKwArACsAKwArAAQAKwArACsAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAB4AHgAeAB4AHgAeABsAHgArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABAArACsAKwArACsAKwArAAQABAArAFAAUABQACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAB4AUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABAArACsAKwArACsAKwArAAQABAArACsAKwArACsAKwArAFAAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwArAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAKwBcAFwAKwBcACsAKwBcACsAKwArACsAKwArAFwAXABcAFwAKwBcAFwAXABcAFwAXABcACsAXABcAFwAKwBcACsAXAArACsAXABcACsAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgArACoAKgBcACsAKwBcAFwAXABcAFwAKwBcACsAKgAqACoAKgAqACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAFwAXABcAFwAUAAOAA4ADgAOAB4ADgAOAAkADgAOAA0ACQATABMAEwATABMACQAeABMAHgAeAB4ABAAEAB4AHgAeAB4AHgAeAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUAANAAQAHgAEAB4ABAAWABEAFgARAAQABABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAAQABAAEAAQABAANAAQABABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsADQANAB4AHgAeAB4AHgAeAAQAHgAeAB4AHgAeAB4AKwAeAB4ADgAOAA0ADgAeAB4AHgAeAB4ACQAJACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgAeAB4AHgBcAFwAXABcAFwAXAAqACoAKgAqAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAKgAqACoAKgAqACoAKgBcAFwAXAAqACoAKgAqAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAXAAqAEsASwBLAEsASwBLAEsASwBLAEsAKgAqACoAKgAqACoAUABQAFAAUABQAFAAKwBQACsAKwArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQACsAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwAEAAQABAAeAA0AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAEQArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAADQANAA0AUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAA0ADQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQACsABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoADQANABUAXAANAB4ADQAbAFwAKgArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAB4AHgATABMADQANAA4AHgATABMAHgAEAAQABAAJACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAUABQAFAAUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwAeACsAKwArABMAEwBLAEsASwBLAEsASwBLAEsASwBLAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwBcAFwAXABcAFwAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcACsAKwArACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwAeAB4AXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgArACsABABLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKgAqACoAKgAqACoAKgBcACoAKgAqACoAKgAqACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAUABQAFAAUABQAFAAUAArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4ADQANAA0ADQAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAHgAeAB4AHgBQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwANAA0ADQANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwBQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsABAAEAAQAHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAABABQAFAAUABQAAQABAAEAFAAUAAEAAQABAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAKwBQACsAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAKwArAB4AHgAeAB4AHgAeACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAUABQAFAAKwAeAB4AHgAeAB4AHgAeAA4AHgArAA0ADQANAA0ADQANAA0ACQANAA0ADQAIAAQACwAEAAQADQAJAA0ADQAMAB0AHQAeABcAFwAWABcAFwAXABYAFwAdAB0AHgAeABQAFAAUAA0AAQABAAQABAAEAAQABAAJABoAGgAaABoAGgAaABoAGgAeABcAFwAdABUAFQAeAB4AHgAeAB4AHgAYABYAEQAVABUAFQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgANAB4ADQANAA0ADQAeAA0ADQANAAcAHgAeAB4AHgArAAQABAAEAAQABAAEAAQABAAEAAQAUABQACsAKwBPAFAAUABQAFAAUAAeAB4AHgAWABEATwBQAE8ATwBPAE8AUABQAFAAUABQAB4AHgAeABYAEQArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAGwAbABsAGwAbABsAGwAaABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAaABsAGwAbABsAGgAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgBQABoAHgAdAB4AUAAeABoAHgAeAB4AHgAeAB4AHgAeAB4ATwAeAFAAGwAeAB4AUABQAFAAUABQAB4AHgAeAB0AHQAeAFAAHgBQAB4AUAAeAFAATwBQAFAAHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AUABQAFAAUABPAE8AUABQAFAAUABQAE8AUABQAE8AUABPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAE8ATwBPAE8ATwBPAE8ATwBPAE8AUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAATwAeAB4AKwArACsAKwAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB0AHQAeAB4AHgAdAB0AHgAeAB0AHgAeAB4AHQAeAB0AGwAbAB4AHQAeAB4AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB0AHgAdAB4AHQAdAB0AHQAdAB0AHgAdAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAdAB0AHQAdAB4AHgAdAB0AHgAeAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABQAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAlACUAHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBQAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAeAB4AHgAeAB0AHQAeAB4AHgAeAB0AHQAdAB4AHgAdAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB0AHQAeAB4AHQAeAB4AHgAeAB0AHQAeAB4AHgAeACUAJQAdAB0AJQAeACUAJQAlACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAHgAeAB4AHgAdAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHQAdAB0AHgAdACUAHQAdAB4AHQAdAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHQAdAB0AHQAlAB4AJQAlACUAHQAlACUAHQAdAB0AJQAlAB0AHQAlAB0AHQAlACUAJQAeAB0AHgAeAB4AHgAdAB0AJQAdAB0AHQAdAB0AHQAlACUAJQAlACUAHQAlACUAIAAlAB0AHQAlACUAJQAlACUAJQAlACUAHgAeAB4AJQAlACAAIAAgACAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeABcAFwAXABcAFwAXAB4AEwATACUAHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwArACUAJQBXAFcAVwBXACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAKwArACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAE8ATwBPAE8ATwBPAE8ATwAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeACsAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUAArACsAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQBQAFAAUABQACsAKwArACsAUABQAFAAUABQAFAAUABQAA0AUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQACsAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgBQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAABAAEAAQAKwAEAAQAKwArACsAKwArAAQABAAEAAQAUABQAFAAUAArAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsABAAEAAQAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsADQANAA0ADQANAA0ADQANAB4AKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AUABQAFAAUABQAFAAUABQAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAUABQAFAAUABQAA0ADQANAA0ADQANABQAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwANAA0ADQANAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAeAAQABAAEAB4AKwArAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLACsADQArAB4AKwArAAQABAAEAAQAUABQAB4AUAArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwAEAAQABAAEAAQABAAEAAQABAAOAA0ADQATABMAHgAeAB4ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0AUABQAFAAUAAEAAQAKwArAAQADQANAB4AUAArACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXABcAA0ADQANACoASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUAArACsAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANACsADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEcARwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQACsAKwAeAAQABAANAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAEAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUAArACsAUAArACsAUABQACsAKwBQAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AKwArAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAeAB4ADQANAA0ADQAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAArAAQABAArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAEAAQABAAEAAQABAAEACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAFgAWAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAKwBQACsAKwArACsAKwArAFAAKwArACsAKwBQACsAUAArAFAAKwBQAFAAUAArAFAAUAArAFAAKwArAFAAKwBQACsAUAArAFAAKwBQACsAUABQACsAUAArACsAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAUABQAFAAUAArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUAArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAlACUAJQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeACUAJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeACUAJQAlACUAJQAeACUAJQAlACUAJQAgACAAIAAlACUAIAAlACUAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAIQAhACEAIQAhACUAJQAgACAAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAIAAgACAAIAAlACUAJQAlACAAJQAgACAAIAAgACAAIAAgACAAIAAlACUAJQAgACUAJQAlACUAIAAgACAAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeACUAHgAlAB4AJQAlACUAJQAlACAAJQAlACUAJQAeACUAHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAIAAgACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAIAAlACUAJQAlACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAIAAgACAAJQAlACUAIAAgACAAIAAgAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFwAXABcAFQAVABUAHgAeAB4AHgAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAIAAgACAAJQAlACUAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAlACAAIAAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsA",k=50,I=1,P=2,R=3,L=4,K=5,V=7,z=8,j=9,$=10,W=11,X=12,G=13,Y=14,J=15,q=16,Z=17,ee=18,te=19,ne=20,ie=21,re=22,oe=23,ae=24,se=25,Ae=26,le=27,ue=28,ce=29,he=30,fe=31,de=32,pe=33,ge=34,me=35,ve=36,ye=37,Be=38,we=39,be=40,Ce=41,Ee=42,xe=43,Qe="!",_e="×",Fe="÷",Ue=O(N),Se=[he,ve],Te=[I,P,R,K],He=[$,z],Me=[le,Ae],Oe=Te.concat(He),De=[Be,we,be,ge,me],Ne=[J,G],ke=function(e,t){void 0===t&&(t="strict");var n=[],i=[],r=[];return e.forEach((function(e,o){var a=Ue.get(e);if(a>k?(r.push(!0),a-=k):r.push(!1),-1!==["normal","auto","loose"].indexOf(t)&&-1!==[8208,8211,12316,12448].indexOf(e))return i.push(o),n.push(q);if(a===L||a===W){if(0===o)return i.push(o),n.push(he);var s=n[o-1];return-1===Oe.indexOf(s)?(i.push(i[o-1]),n.push(s)):(i.push(o),n.push(he))}return i.push(o),a===fe?n.push("strict"===t?ie:ye):a===Ee||a===ce?n.push(he):a===xe?e>=131072&&e<=196605||e>=196608&&e<=262141?n.push(ye):n.push(he):void n.push(a)})),[i,n,r]},Ie=function(e,t,n,i){var r=i[n];if(Array.isArray(e)?-1!==e.indexOf(r):e===r){var o=n;while(o<=i.length){o++;var a=i[o];if(a===t)return!0;if(a!==$)break}}if(r===$){o=n;while(o>0){o--;var s=i[o];if(Array.isArray(e)?-1!==e.indexOf(s):e===s){var A=n;while(A<=i.length){A++;a=i[A];if(a===t)return!0;if(a!==$)break}}if(s!==$)break}}return!1},Pe=function(e,t){var n=e;while(n>=0){var i=t[n];if(i!==$)return i;n--}return 0},Re=function(e,t,n,i,r){if(0===n[i])return _e;var o=i-1;if(Array.isArray(r)&&!0===r[o])return _e;var a=o-1,s=o+1,A=t[o],l=a>=0?t[a]:0,u=t[s];if(A===P&&u===R)return _e;if(-1!==Te.indexOf(A))return Qe;if(-1!==Te.indexOf(u))return _e;if(-1!==He.indexOf(u))return _e;if(Pe(o,t)===z)return Fe;if(Ue.get(e[o])===W&&(u===ye||u===de||u===pe))return _e;if(A===V||u===V)return _e;if(A===j)return _e;if(-1===[$,G,J].indexOf(A)&&u===j)return _e;if(-1!==[Z,ee,te,ae,ue].indexOf(u))return _e;if(Pe(o,t)===re)return _e;if(Ie(oe,re,o,t))return _e;if(Ie([Z,ee],ie,o,t))return _e;if(Ie(X,X,o,t))return _e;if(A===$)return Fe;if(A===oe||u===oe)return _e;if(u===q||A===q)return Fe;if(-1!==[G,J,ie].indexOf(u)||A===Y)return _e;if(l===ve&&-1!==Ne.indexOf(A))return _e;if(A===ue&&u===ve)return _e;if(u===ne&&-1!==Se.concat(ne,te,se,ye,de,pe).indexOf(A))return _e;if(-1!==Se.indexOf(u)&&A===se||-1!==Se.indexOf(A)&&u===se)return _e;if(A===le&&-1!==[ye,de,pe].indexOf(u)||-1!==[ye,de,pe].indexOf(A)&&u===Ae)return _e;if(-1!==Se.indexOf(A)&&-1!==Me.indexOf(u)||-1!==Me.indexOf(A)&&-1!==Se.indexOf(u))return _e;if(-1!==[le,Ae].indexOf(A)&&(u===se||-1!==[re,J].indexOf(u)&&t[s+1]===se)||-1!==[re,J].indexOf(A)&&u===se||A===se&&-1!==[se,ue,ae].indexOf(u))return _e;if(-1!==[se,ue,ae,Z,ee].indexOf(u)){var c=o;while(c>=0){var h=t[c];if(h===se)return _e;if(-1===[ue,ae].indexOf(h))break;c--}}if(-1!==[le,Ae].indexOf(u)){c=-1!==[Z,ee].indexOf(A)?a:o;while(c>=0){h=t[c];if(h===se)return _e;if(-1===[ue,ae].indexOf(h))break;c--}}if(Be===A&&-1!==[Be,we,ge,me].indexOf(u)||-1!==[we,ge].indexOf(A)&&-1!==[we,be].indexOf(u)||-1!==[be,me].indexOf(A)&&u===be)return _e;if(-1!==De.indexOf(A)&&-1!==[ne,Ae].indexOf(u)||-1!==De.indexOf(u)&&A===le)return _e;if(-1!==Se.indexOf(A)&&-1!==Se.indexOf(u))return _e;if(A===ae&&-1!==Se.indexOf(u))return _e;if(-1!==Se.concat(se).indexOf(A)&&u===re||-1!==Se.concat(se).indexOf(u)&&A===ee)return _e;if(A===Ce&&u===Ce){var f=n[o],d=1;while(f>0){if(f--,t[f]!==Ce)break;d++}if(d%2!==0)return _e}return A===de&&u===pe?_e:Fe},Le=function(e,t){t||(t={lineBreak:"normal",wordBreak:"normal"});var n=ke(e,t.lineBreak),i=n[0],r=n[1],o=n[2];"break-all"!==t.wordBreak&&"break-word"!==t.wordBreak||(r=r.map((function(e){return-1!==[se,he,Ee].indexOf(e)?ye:e})));var a="keep-all"===t.wordBreak?o.map((function(t,n){return t&&e[n]>=19968&&e[n]<=40959})):void 0;return[i,r,a]},Ke=function(){function e(e,t,n,i){this.codePoints=e,this.required=t===Qe,this.start=n,this.end=i}return e.prototype.slice=function(){return l.apply(void 0,this.codePoints.slice(this.start,this.end))},e}(),Ve=function(e,t){var n=A(e),i=Le(n,t),r=i[0],o=i[1],a=i[2],s=n.length,l=0,u=0;return{next:function(){if(u>=s)return{done:!0,value:null};var e=_e;while(u<s&&(e=Re(n,o,r,++u,a))===_e);if(e!==_e||u===s){var t=new Ke(n,e,l,u);return l=u,{value:t,done:!1}}return{done:!0,value:null}}}};(function(e){e[e["STRING_TOKEN"]=0]="STRING_TOKEN",e[e["BAD_STRING_TOKEN"]=1]="BAD_STRING_TOKEN",e[e["LEFT_PARENTHESIS_TOKEN"]=2]="LEFT_PARENTHESIS_TOKEN",e[e["RIGHT_PARENTHESIS_TOKEN"]=3]="RIGHT_PARENTHESIS_TOKEN",e[e["COMMA_TOKEN"]=4]="COMMA_TOKEN",e[e["HASH_TOKEN"]=5]="HASH_TOKEN",e[e["DELIM_TOKEN"]=6]="DELIM_TOKEN",e[e["AT_KEYWORD_TOKEN"]=7]="AT_KEYWORD_TOKEN",e[e["PREFIX_MATCH_TOKEN"]=8]="PREFIX_MATCH_TOKEN",e[e["DASH_MATCH_TOKEN"]=9]="DASH_MATCH_TOKEN",e[e["INCLUDE_MATCH_TOKEN"]=10]="INCLUDE_MATCH_TOKEN",e[e["LEFT_CURLY_BRACKET_TOKEN"]=11]="LEFT_CURLY_BRACKET_TOKEN",e[e["RIGHT_CURLY_BRACKET_TOKEN"]=12]="RIGHT_CURLY_BRACKET_TOKEN",e[e["SUFFIX_MATCH_TOKEN"]=13]="SUFFIX_MATCH_TOKEN",e[e["SUBSTRING_MATCH_TOKEN"]=14]="SUBSTRING_MATCH_TOKEN",e[e["DIMENSION_TOKEN"]=15]="DIMENSION_TOKEN",e[e["PERCENTAGE_TOKEN"]=16]="PERCENTAGE_TOKEN",e[e["NUMBER_TOKEN"]=17]="NUMBER_TOKEN",e[e["FUNCTION"]=18]="FUNCTION",e[e["FUNCTION_TOKEN"]=19]="FUNCTION_TOKEN",e[e["IDENT_TOKEN"]=20]="IDENT_TOKEN",e[e["COLUMN_TOKEN"]=21]="COLUMN_TOKEN",e[e["URL_TOKEN"]=22]="URL_TOKEN",e[e["BAD_URL_TOKEN"]=23]="BAD_URL_TOKEN",e[e["CDC_TOKEN"]=24]="CDC_TOKEN",e[e["CDO_TOKEN"]=25]="CDO_TOKEN",e[e["COLON_TOKEN"]=26]="COLON_TOKEN",e[e["SEMICOLON_TOKEN"]=27]="SEMICOLON_TOKEN",e[e["LEFT_SQUARE_BRACKET_TOKEN"]=28]="LEFT_SQUARE_BRACKET_TOKEN",e[e["RIGHT_SQUARE_BRACKET_TOKEN"]=29]="RIGHT_SQUARE_BRACKET_TOKEN",e[e["UNICODE_RANGE_TOKEN"]=30]="UNICODE_RANGE_TOKEN",e[e["WHITESPACE_TOKEN"]=31]="WHITESPACE_TOKEN",e[e["EOF_TOKEN"]=32]="EOF_TOKEN"})(f||(f={}));var ze=1,je=2,$e=4,We=8,Xe=10,Ge=47,Ye=92,Je=9,qe=32,Ze=34,et=61,tt=35,nt=36,it=37,rt=39,ot=40,at=41,st=95,At=45,lt=33,ut=60,ct=62,ht=64,ft=91,dt=93,pt=61,gt=123,mt=63,vt=125,yt=124,Bt=126,wt=128,bt=65533,Ct=42,Et=43,xt=44,Qt=58,_t=59,Ft=46,Ut=0,St=8,Tt=11,Ht=14,Mt=31,Ot=127,Dt=-1,Nt=48,kt=97,It=101,Pt=102,Rt=117,Lt=122,Kt=65,Vt=69,zt=70,jt=85,$t=90,Wt=function(e){return e>=Nt&&e<=57},Xt=function(e){return e>=55296&&e<=57343},Gt=function(e){return Wt(e)||e>=Kt&&e<=zt||e>=kt&&e<=Pt},Yt=function(e){return e>=kt&&e<=Lt},Jt=function(e){return e>=Kt&&e<=$t},qt=function(e){return Yt(e)||Jt(e)},Zt=function(e){return e>=wt},en=function(e){return e===Xe||e===Je||e===qe},tn=function(e){return qt(e)||Zt(e)||e===st},nn=function(e){return tn(e)||Wt(e)||e===At},rn=function(e){return e>=Ut&&e<=St||e===Tt||e>=Ht&&e<=Mt||e===Ot},on=function(e,t){return e===Ye&&t!==Xe},an=function(e,t,n){return e===At?tn(t)||on(t,n):!!tn(e)||!(e!==Ye||!on(e,t))},sn=function(e,t,n){return e===Et||e===At?!!Wt(t)||t===Ft&&Wt(n):Wt(e===Ft?t:e)},An=function(e){var t=0,n=1;e[t]!==Et&&e[t]!==At||(e[t]===At&&(n=-1),t++);var i=[];while(Wt(e[t]))i.push(e[t++]);var r=i.length?parseInt(l.apply(void 0,i),10):0;e[t]===Ft&&t++;var o=[];while(Wt(e[t]))o.push(e[t++]);var a=o.length,s=a?parseInt(l.apply(void 0,o),10):0;e[t]!==Vt&&e[t]!==It||t++;var A=1;e[t]!==Et&&e[t]!==At||(e[t]===At&&(A=-1),t++);var u=[];while(Wt(e[t]))u.push(e[t++]);var c=u.length?parseInt(l.apply(void 0,u),10):0;return n*(r+s*Math.pow(10,-a))*Math.pow(10,A*c)},ln={type:f.LEFT_PARENTHESIS_TOKEN},un={type:f.RIGHT_PARENTHESIS_TOKEN},cn={type:f.COMMA_TOKEN},hn={type:f.SUFFIX_MATCH_TOKEN},fn={type:f.PREFIX_MATCH_TOKEN},dn={type:f.COLUMN_TOKEN},pn={type:f.DASH_MATCH_TOKEN},gn={type:f.INCLUDE_MATCH_TOKEN},mn={type:f.LEFT_CURLY_BRACKET_TOKEN},vn={type:f.RIGHT_CURLY_BRACKET_TOKEN},yn={type:f.SUBSTRING_MATCH_TOKEN},Bn={type:f.BAD_URL_TOKEN},wn={type:f.BAD_STRING_TOKEN},bn={type:f.CDO_TOKEN},Cn={type:f.CDC_TOKEN},En={type:f.COLON_TOKEN},xn={type:f.SEMICOLON_TOKEN},Qn={type:f.LEFT_SQUARE_BRACKET_TOKEN},_n={type:f.RIGHT_SQUARE_BRACKET_TOKEN},Fn={type:f.WHITESPACE_TOKEN},Un={type:f.EOF_TOKEN},Sn=function(){function e(){this._value=[]}return e.prototype.write=function(e){this._value=this._value.concat(A(e))},e.prototype.read=function(){var e=[],t=this.consumeToken();while(t!==Un)e.push(t),t=this.consumeToken();return e},e.prototype.consumeToken=function(){var e=this.consumeCodePoint();switch(e){case Ze:return this.consumeStringToken(Ze);case tt:var t=this.peekCodePoint(0),n=this.peekCodePoint(1),i=this.peekCodePoint(2);if(nn(t)||on(n,i)){var r=an(t,n,i)?je:ze,o=this.consumeName();return{type:f.HASH_TOKEN,value:o,flags:r}}break;case nt:if(this.peekCodePoint(0)===et)return this.consumeCodePoint(),hn;break;case rt:return this.consumeStringToken(rt);case ot:return ln;case at:return un;case Ct:if(this.peekCodePoint(0)===et)return this.consumeCodePoint(),yn;break;case Et:if(sn(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case xt:return cn;case At:var a=e,s=this.peekCodePoint(0),A=this.peekCodePoint(1);if(sn(a,s,A))return this.reconsumeCodePoint(e),this.consumeNumericToken();if(an(a,s,A))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();if(s===At&&A===ct)return this.consumeCodePoint(),this.consumeCodePoint(),Cn;break;case Ft:if(sn(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case Ge:if(this.peekCodePoint(0)===Ct){this.consumeCodePoint();while(1){var u=this.consumeCodePoint();if(u===Ct&&(u=this.consumeCodePoint(),u===Ge))return this.consumeToken();if(u===Dt)return this.consumeToken()}}break;case Qt:return En;case _t:return xn;case ut:if(this.peekCodePoint(0)===lt&&this.peekCodePoint(1)===At&&this.peekCodePoint(2)===At)return this.consumeCodePoint(),this.consumeCodePoint(),bn;break;case ht:var c=this.peekCodePoint(0),h=this.peekCodePoint(1),d=this.peekCodePoint(2);if(an(c,h,d)){o=this.consumeName();return{type:f.AT_KEYWORD_TOKEN,value:o}}break;case ft:return Qn;case Ye:if(on(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();break;case dt:return _n;case pt:if(this.peekCodePoint(0)===et)return this.consumeCodePoint(),fn;break;case gt:return mn;case vt:return vn;case Rt:case jt:var p=this.peekCodePoint(0),g=this.peekCodePoint(1);return p!==Et||!Gt(g)&&g!==mt||(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(e),this.consumeIdentLikeToken();case yt:if(this.peekCodePoint(0)===et)return this.consumeCodePoint(),pn;if(this.peekCodePoint(0)===yt)return this.consumeCodePoint(),dn;break;case Bt:if(this.peekCodePoint(0)===et)return this.consumeCodePoint(),gn;break;case Dt:return Un}return en(e)?(this.consumeWhiteSpace(),Fn):Wt(e)?(this.reconsumeCodePoint(e),this.consumeNumericToken()):tn(e)?(this.reconsumeCodePoint(e),this.consumeIdentLikeToken()):{type:f.DELIM_TOKEN,value:l(e)}},e.prototype.consumeCodePoint=function(){var e=this._value.shift();return"undefined"===typeof e?-1:e},e.prototype.reconsumeCodePoint=function(e){this._value.unshift(e)},e.prototype.peekCodePoint=function(e){return e>=this._value.length?-1:this._value[e]},e.prototype.consumeUnicodeRangeToken=function(){var e=[],t=this.consumeCodePoint();while(Gt(t)&&e.length<6)e.push(t),t=this.consumeCodePoint();var n=!1;while(t===mt&&e.length<6)e.push(t),t=this.consumeCodePoint(),n=!0;if(n){var i=parseInt(l.apply(void 0,e.map((function(e){return e===mt?Nt:e}))),16),r=parseInt(l.apply(void 0,e.map((function(e){return e===mt?zt:e}))),16);return{type:f.UNICODE_RANGE_TOKEN,start:i,end:r}}var o=parseInt(l.apply(void 0,e),16);if(this.peekCodePoint(0)===At&&Gt(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();var a=[];while(Gt(t)&&a.length<6)a.push(t),t=this.consumeCodePoint();r=parseInt(l.apply(void 0,a),16);return{type:f.UNICODE_RANGE_TOKEN,start:o,end:r}}return{type:f.UNICODE_RANGE_TOKEN,start:o,end:o}},e.prototype.consumeIdentLikeToken=function(){var e=this.consumeName();return"url"===e.toLowerCase()&&this.peekCodePoint(0)===ot?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===ot?(this.consumeCodePoint(),{type:f.FUNCTION_TOKEN,value:e}):{type:f.IDENT_TOKEN,value:e}},e.prototype.consumeUrlToken=function(){var e=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===Dt)return{type:f.URL_TOKEN,value:""};var t=this.peekCodePoint(0);if(t===rt||t===Ze){var n=this.consumeStringToken(this.consumeCodePoint());return n.type===f.STRING_TOKEN&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===Dt||this.peekCodePoint(0)===at)?(this.consumeCodePoint(),{type:f.URL_TOKEN,value:n.value}):(this.consumeBadUrlRemnants(),Bn)}while(1){var i=this.consumeCodePoint();if(i===Dt||i===at)return{type:f.URL_TOKEN,value:l.apply(void 0,e)};if(en(i))return this.consumeWhiteSpace(),this.peekCodePoint(0)===Dt||this.peekCodePoint(0)===at?(this.consumeCodePoint(),{type:f.URL_TOKEN,value:l.apply(void 0,e)}):(this.consumeBadUrlRemnants(),Bn);if(i===Ze||i===rt||i===ot||rn(i))return this.consumeBadUrlRemnants(),Bn;if(i===Ye){if(!on(i,this.peekCodePoint(0)))return this.consumeBadUrlRemnants(),Bn;e.push(this.consumeEscapedCodePoint())}else e.push(i)}},e.prototype.consumeWhiteSpace=function(){while(en(this.peekCodePoint(0)))this.consumeCodePoint()},e.prototype.consumeBadUrlRemnants=function(){while(1){var e=this.consumeCodePoint();if(e===at||e===Dt)return;on(e,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},e.prototype.consumeStringSlice=function(e){var t=6e4,n="";while(e>0){var i=Math.min(t,e);n+=l.apply(void 0,this._value.splice(0,i)),e-=i}return this._value.shift(),n},e.prototype.consumeStringToken=function(e){var t="",n=0;do{var i=this._value[n];if(i===Dt||void 0===i||i===e)return t+=this.consumeStringSlice(n),{type:f.STRING_TOKEN,value:t};if(i===Xe)return this._value.splice(0,n),wn;if(i===Ye){var r=this._value[n+1];r!==Dt&&void 0!==r&&(r===Xe?(t+=this.consumeStringSlice(n),n=-1,this._value.shift()):on(i,r)&&(t+=this.consumeStringSlice(n),t+=l(this.consumeEscapedCodePoint()),n=-1))}n++}while(1)},e.prototype.consumeNumber=function(){var e=[],t=$e,n=this.peekCodePoint(0);n!==Et&&n!==At||e.push(this.consumeCodePoint());while(Wt(this.peekCodePoint(0)))e.push(this.consumeCodePoint());n=this.peekCodePoint(0);var i=this.peekCodePoint(1);if(n===Ft&&Wt(i)){e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=We;while(Wt(this.peekCodePoint(0)))e.push(this.consumeCodePoint())}n=this.peekCodePoint(0),i=this.peekCodePoint(1);var r=this.peekCodePoint(2);if((n===Vt||n===It)&&((i===Et||i===At)&&Wt(r)||Wt(i))){e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=We;while(Wt(this.peekCodePoint(0)))e.push(this.consumeCodePoint())}return[An(e),t]},e.prototype.consumeNumericToken=function(){var e=this.consumeNumber(),t=e[0],n=e[1],i=this.peekCodePoint(0),r=this.peekCodePoint(1),o=this.peekCodePoint(2);if(an(i,r,o)){var a=this.consumeName();return{type:f.DIMENSION_TOKEN,number:t,flags:n,unit:a}}return i===it?(this.consumeCodePoint(),{type:f.PERCENTAGE_TOKEN,number:t,flags:n}):{type:f.NUMBER_TOKEN,number:t,flags:n}},e.prototype.consumeEscapedCodePoint=function(){var e=this.consumeCodePoint();if(Gt(e)){var t=l(e);while(Gt(this.peekCodePoint(0))&&t.length<6)t+=l(this.consumeCodePoint());en(this.peekCodePoint(0))&&this.consumeCodePoint();var n=parseInt(t,16);return 0===n||Xt(n)||n>1114111?bt:n}return e===Dt?bt:e},e.prototype.consumeName=function(){var e="";while(1){var t=this.consumeCodePoint();if(nn(t))e+=l(t);else{if(!on(t,this.peekCodePoint(0)))return this.reconsumeCodePoint(t),e;e+=l(this.consumeEscapedCodePoint())}}},e}(),Tn=function(){function e(e){this._tokens=e}return e.create=function(t){var n=new Sn;return n.write(t),new e(n.read())},e.parseValue=function(t){return e.create(t).parseComponentValue()},e.parseValues=function(t){return e.create(t).parseComponentValues()},e.prototype.parseComponentValue=function(){var e=this.consumeToken();while(e.type===f.WHITESPACE_TOKEN)e=this.consumeToken();if(e.type===f.EOF_TOKEN)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(e);var t=this.consumeComponentValue();do{e=this.consumeToken()}while(e.type===f.WHITESPACE_TOKEN);if(e.type===f.EOF_TOKEN)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},e.prototype.parseComponentValues=function(){var e=[];while(1){var t=this.consumeComponentValue();if(t.type===f.EOF_TOKEN)return e;e.push(t),e.push()}},e.prototype.consumeComponentValue=function(){var e=this.consumeToken();switch(e.type){case f.LEFT_CURLY_BRACKET_TOKEN:case f.LEFT_SQUARE_BRACKET_TOKEN:case f.LEFT_PARENTHESIS_TOKEN:return this.consumeSimpleBlock(e.type);case f.FUNCTION_TOKEN:return this.consumeFunction(e)}return e},e.prototype.consumeSimpleBlock=function(e){var t={type:e,values:[]},n=this.consumeToken();while(1){if(n.type===f.EOF_TOKEN||Rn(n,e))return t;this.reconsumeToken(n),t.values.push(this.consumeComponentValue()),n=this.consumeToken()}},e.prototype.consumeFunction=function(e){var t={name:e.value,values:[],type:f.FUNCTION};while(1){var n=this.consumeToken();if(n.type===f.EOF_TOKEN||n.type===f.RIGHT_PARENTHESIS_TOKEN)return t;this.reconsumeToken(n),t.values.push(this.consumeComponentValue())}},e.prototype.consumeToken=function(){var e=this._tokens.shift();return"undefined"===typeof e?Un:e},e.prototype.reconsumeToken=function(e){this._tokens.unshift(e)},e}(),Hn=function(e){return e.type===f.DIMENSION_TOKEN},Mn=function(e){return e.type===f.NUMBER_TOKEN},On=function(e){return e.type===f.IDENT_TOKEN},Dn=function(e){return e.type===f.STRING_TOKEN},Nn=function(e,t){return On(e)&&e.value===t},kn=function(e){return e.type!==f.WHITESPACE_TOKEN},In=function(e){return e.type!==f.WHITESPACE_TOKEN&&e.type!==f.COMMA_TOKEN},Pn=function(e){var t=[],n=[];return e.forEach((function(e){if(e.type===f.COMMA_TOKEN){if(0===n.length)throw new Error("Error parsing function args, zero tokens for arg");return t.push(n),void(n=[])}e.type!==f.WHITESPACE_TOKEN&&n.push(e)})),n.length&&t.push(n),t},Rn=function(e,t){return t===f.LEFT_CURLY_BRACKET_TOKEN&&e.type===f.RIGHT_CURLY_BRACKET_TOKEN||(t===f.LEFT_SQUARE_BRACKET_TOKEN&&e.type===f.RIGHT_SQUARE_BRACKET_TOKEN||t===f.LEFT_PARENTHESIS_TOKEN&&e.type===f.RIGHT_PARENTHESIS_TOKEN)},Ln=function(e){return e.type===f.NUMBER_TOKEN||e.type===f.DIMENSION_TOKEN},Kn=function(e){return e.type===f.PERCENTAGE_TOKEN||Ln(e)},Vn=function(e){return e.length>1?[e[0],e[1]]:[e[0]]},zn={type:f.NUMBER_TOKEN,number:0,flags:$e},jn={type:f.PERCENTAGE_TOKEN,number:50,flags:$e},$n={type:f.PERCENTAGE_TOKEN,number:100,flags:$e},Wn=function(e,t,n){var i=e[0],r=e[1];return[Xn(i,t),Xn("undefined"!==typeof r?r:i,n)]},Xn=function(e,t){if(e.type===f.PERCENTAGE_TOKEN)return e.number/100*t;if(Hn(e))switch(e.unit){case"rem":case"em":return 16*e.number;case"px":default:return e.number}return e.number},Gn="deg",Yn="grad",Jn="rad",qn="turn",Zn={name:"angle",parse:function(e){if(e.type===f.DIMENSION_TOKEN)switch(e.unit){case Gn:return Math.PI*e.number/180;case Yn:return Math.PI/200*e.number;case Jn:return e.number;case qn:return 2*Math.PI*e.number}throw new Error("Unsupported angle type")}},ei=function(e){return e.type===f.DIMENSION_TOKEN&&(e.unit===Gn||e.unit===Yn||e.unit===Jn||e.unit===qn)},ti=function(e){var t=e.filter(On).map((function(e){return e.value})).join(" ");switch(t){case"to bottom right":case"to right bottom":case"left top":case"top left":return[zn,zn];case"to top":case"bottom":return ni(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[zn,$n];case"to right":case"left":return ni(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[$n,$n];case"to bottom":case"top":return ni(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[$n,zn];case"to left":case"right":return ni(270)}return 0},ni=function(e){return Math.PI*e/180},ii={name:"color",parse:function(e){if(e.type===f.FUNCTION){var t=fi[e.name];if("undefined"===typeof t)throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(e.values)}if(e.type===f.HASH_TOKEN){if(3===e.value.length){var n=e.value.substring(0,1),i=e.value.substring(1,2),r=e.value.substring(2,3);return ai(parseInt(n+n,16),parseInt(i+i,16),parseInt(r+r,16),1)}if(4===e.value.length){n=e.value.substring(0,1),i=e.value.substring(1,2),r=e.value.substring(2,3);var o=e.value.substring(3,4);return ai(parseInt(n+n,16),parseInt(i+i,16),parseInt(r+r,16),parseInt(o+o,16)/255)}if(6===e.value.length){n=e.value.substring(0,2),i=e.value.substring(2,4),r=e.value.substring(4,6);return ai(parseInt(n,16),parseInt(i,16),parseInt(r,16),1)}if(8===e.value.length){n=e.value.substring(0,2),i=e.value.substring(2,4),r=e.value.substring(4,6),o=e.value.substring(6,8);return ai(parseInt(n,16),parseInt(i,16),parseInt(r,16),parseInt(o,16)/255)}}if(e.type===f.IDENT_TOKEN){var a=di[e.value.toUpperCase()];if("undefined"!==typeof a)return a}return di.TRANSPARENT}},ri=function(e){return 0===(255&e)},oi=function(e){var t=255&e,n=255&e>>8,i=255&e>>16,r=255&e>>24;return t<255?"rgba("+r+","+i+","+n+","+t/255+")":"rgb("+r+","+i+","+n+")"},ai=function(e,t,n,i){return(e<<24|t<<16|n<<8|Math.round(255*i)<<0)>>>0},si=function(e,t){if(e.type===f.NUMBER_TOKEN)return e.number;if(e.type===f.PERCENTAGE_TOKEN){var n=3===t?1:255;return 3===t?e.number/100*n:Math.round(e.number/100*n)}return 0},Ai=function(e){var t=e.filter(In);if(3===t.length){var n=t.map(si),i=n[0],r=n[1],o=n[2];return ai(i,r,o,1)}if(4===t.length){var a=t.map(si),s=(i=a[0],r=a[1],o=a[2],a[3]);return ai(i,r,o,s)}return 0};function li(e,t,n){return n<0&&(n+=1),n>=1&&(n-=1),n<1/6?(t-e)*n*6+e:n<.5?t:n<2/3?6*(t-e)*(2/3-n)+e:e}var ui,ci,hi=function(e){var t=e.filter(In),n=t[0],i=t[1],r=t[2],o=t[3],a=(n.type===f.NUMBER_TOKEN?ni(n.number):Zn.parse(n))/(2*Math.PI),s=Kn(i)?i.number/100:0,A=Kn(r)?r.number/100:0,l="undefined"!==typeof o&&Kn(o)?Xn(o,1):1;if(0===s)return ai(255*A,255*A,255*A,1);var u=A<=.5?A*(s+1):A+s-A*s,c=2*A-u,h=li(c,u,a+1/3),d=li(c,u,a),p=li(c,u,a-1/3);return ai(255*h,255*d,255*p,l)},fi={hsl:hi,hsla:hi,rgb:Ai,rgba:Ai},di={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199};(function(e){e[e["VALUE"]=0]="VALUE",e[e["LIST"]=1]="LIST",e[e["IDENT_VALUE"]=2]="IDENT_VALUE",e[e["TYPE_VALUE"]=3]="TYPE_VALUE",e[e["TOKEN_VALUE"]=4]="TOKEN_VALUE"})(ui||(ui={})),function(e){e[e["BORDER_BOX"]=0]="BORDER_BOX",e[e["PADDING_BOX"]=1]="PADDING_BOX",e[e["CONTENT_BOX"]=2]="CONTENT_BOX"}(ci||(ci={}));var pi,gi={name:"background-clip",initialValue:"border-box",prefix:!1,type:ui.LIST,parse:function(e){return e.map((function(e){if(On(e))switch(e.value){case"padding-box":return ci.PADDING_BOX;case"content-box":return ci.CONTENT_BOX}return ci.BORDER_BOX}))}},mi={name:"background-color",initialValue:"transparent",prefix:!1,type:ui.TYPE_VALUE,format:"color"},vi=function(e){var t=ii.parse(e[0]),n=e[1];return n&&Kn(n)?{color:t,stop:n}:{color:t,stop:null}},yi=function(e,t){var n=e[0],i=e[e.length-1];null===n.stop&&(n.stop=zn),null===i.stop&&(i.stop=$n);for(var r=[],o=0,a=0;a<e.length;a++){var s=e[a].stop;if(null!==s){var A=Xn(s,t);A>o?r.push(A):r.push(o),o=A}else r.push(null)}var l=null;for(a=0;a<r.length;a++){var u=r[a];if(null===u)null===l&&(l=a);else if(null!==l){for(var c=a-l,h=r[l-1],f=(u-h)/(c+1),d=1;d<=c;d++)r[l+d-1]=f*d;l=null}}return e.map((function(e,n){var i=e.color;return{color:i,stop:Math.max(Math.min(1,r[n]/t),0)}}))},Bi=function(e,t,n){var i=t/2,r=n/2,o=Xn(e[0],t)-i,a=r-Xn(e[1],n);return(Math.atan2(a,o)+2*Math.PI)%(2*Math.PI)},wi=function(e,t,n){var i="number"===typeof e?e:Bi(e,t,n),r=Math.abs(t*Math.sin(i))+Math.abs(n*Math.cos(i)),o=t/2,a=n/2,s=r/2,A=Math.sin(i-Math.PI/2)*s,l=Math.cos(i-Math.PI/2)*s;return[r,o-l,o+l,a-A,a+A]},bi=function(e,t){return Math.sqrt(e*e+t*t)},Ci=function(e,t,n,i,r){var o=[[0,0],[0,t],[e,0],[e,t]];return o.reduce((function(e,t){var o=t[0],a=t[1],s=bi(n-o,i-a);return(r?s<e.optimumDistance:s>e.optimumDistance)?{optimumCorner:t,optimumDistance:s}:e}),{optimumDistance:r?1/0:-1/0,optimumCorner:null}).optimumCorner},Ei=function(e,t,n,i,r){var o=0,a=0;switch(e.size){case or.CLOSEST_SIDE:e.shape===rr.CIRCLE?o=a=Math.min(Math.abs(t),Math.abs(t-i),Math.abs(n),Math.abs(n-r)):e.shape===rr.ELLIPSE&&(o=Math.min(Math.abs(t),Math.abs(t-i)),a=Math.min(Math.abs(n),Math.abs(n-r)));break;case or.CLOSEST_CORNER:if(e.shape===rr.CIRCLE)o=a=Math.min(bi(t,n),bi(t,n-r),bi(t-i,n),bi(t-i,n-r));else if(e.shape===rr.ELLIPSE){var s=Math.min(Math.abs(n),Math.abs(n-r))/Math.min(Math.abs(t),Math.abs(t-i)),A=Ci(i,r,t,n,!0),l=A[0],u=A[1];o=bi(l-t,(u-n)/s),a=s*o}break;case or.FARTHEST_SIDE:e.shape===rr.CIRCLE?o=a=Math.max(Math.abs(t),Math.abs(t-i),Math.abs(n),Math.abs(n-r)):e.shape===rr.ELLIPSE&&(o=Math.max(Math.abs(t),Math.abs(t-i)),a=Math.max(Math.abs(n),Math.abs(n-r)));break;case or.FARTHEST_CORNER:if(e.shape===rr.CIRCLE)o=a=Math.max(bi(t,n),bi(t,n-r),bi(t-i,n),bi(t-i,n-r));else if(e.shape===rr.ELLIPSE){s=Math.max(Math.abs(n),Math.abs(n-r))/Math.max(Math.abs(t),Math.abs(t-i));var c=Ci(i,r,t,n,!1);l=c[0],u=c[1];o=bi(l-t,(u-n)/s),a=s*o}break}return Array.isArray(e.size)&&(o=Xn(e.size[0],i),a=2===e.size.length?Xn(e.size[1],r):o),[o,a]},xi=function(e){var t=ni(180),n=[];return Pn(e).forEach((function(e,i){if(0===i){var r=e[0];if(r.type===f.IDENT_TOKEN&&"to"===r.value)return void(t=ti(e));if(ei(r))return void(t=Zn.parse(r))}var o=vi(e);n.push(o)})),{angle:t,stops:n,type:pi.LINEAR_GRADIENT}},Qi=function(e){var t=ni(180),n=[];return Pn(e).forEach((function(e,i){if(0===i){var r=e[0];if(r.type===f.IDENT_TOKEN&&-1!==["top","left","right","bottom"].indexOf(r.value))return void(t=ti(e));if(ei(r))return void(t=(Zn.parse(r)+ni(270))%ni(360))}var o=vi(e);n.push(o)})),{angle:t,stops:n,type:pi.LINEAR_GRADIENT}},_i=function(e){var t=123;if(e.createRange){var n=e.createRange();if(n.getBoundingClientRect){var i=e.createElement("boundtest");i.style.height=t+"px",i.style.display="block",e.body.appendChild(i),n.selectNode(i);var r=n.getBoundingClientRect(),o=Math.round(r.height);if(e.body.removeChild(i),o===t)return!0}}return!1},Fi=function(){return"undefined"!==typeof(new Image).crossOrigin},Ui=function(){return"string"===typeof(new XMLHttpRequest).responseType},Si=function(e){var t=new Image,n=e.createElement("canvas"),i=n.getContext("2d");if(!i)return!1;t.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{i.drawImage(t,0,0),n.toDataURL()}catch(It){return!1}return!0},Ti=function(e){return 0===e[0]&&255===e[1]&&0===e[2]&&255===e[3]},Hi=function(e){var t=e.createElement("canvas"),n=100;t.width=n,t.height=n;var i=t.getContext("2d");if(!i)return Promise.reject(!1);i.fillStyle="rgb(0, 255, 0)",i.fillRect(0,0,n,n);var r=new Image,o=t.toDataURL();r.src=o;var a=Mi(n,n,0,0,r);return i.fillStyle="red",i.fillRect(0,0,n,n),Oi(a).then((function(t){i.drawImage(t,0,0);var r=i.getImageData(0,0,n,n).data;i.fillStyle="red",i.fillRect(0,0,n,n);var a=e.createElement("div");return a.style.backgroundImage="url("+o+")",a.style.height=n+"px",Ti(r)?Oi(Mi(n,n,0,0,a)):Promise.reject(!1)})).then((function(e){return i.drawImage(e,0,0),Ti(i.getImageData(0,0,n,n).data)})).catch((function(){return!1}))},Mi=function(e,t,n,i,r){var o="http://www.w3.org/2000/svg",a=document.createElementNS(o,"svg"),s=document.createElementNS(o,"foreignObject");return a.setAttributeNS(null,"width",e.toString()),a.setAttributeNS(null,"height",t.toString()),s.setAttributeNS(null,"width","100%"),s.setAttributeNS(null,"height","100%"),s.setAttributeNS(null,"x",n.toString()),s.setAttributeNS(null,"y",i.toString()),s.setAttributeNS(null,"externalResourcesRequired","true"),a.appendChild(s),s.appendChild(r),a},Oi=function(e){return new Promise((function(t,n){var i=new Image;i.onload=function(){return t(i)},i.onerror=n,i.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(e))}))},Di={get SUPPORT_RANGE_BOUNDS(){var e=_i(document);return Object.defineProperty(Di,"SUPPORT_RANGE_BOUNDS",{value:e}),e},get SUPPORT_SVG_DRAWING(){var e=Si(document);return Object.defineProperty(Di,"SUPPORT_SVG_DRAWING",{value:e}),e},get SUPPORT_FOREIGNOBJECT_DRAWING(){var e="function"===typeof Array.from&&"function"===typeof window.fetch?Hi(document):Promise.resolve(!1);return Object.defineProperty(Di,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:e}),e},get SUPPORT_CORS_IMAGES(){var e=Fi();return Object.defineProperty(Di,"SUPPORT_CORS_IMAGES",{value:e}),e},get SUPPORT_RESPONSE_TYPE(){var e=Ui();return Object.defineProperty(Di,"SUPPORT_RESPONSE_TYPE",{value:e}),e},get SUPPORT_CORS_XHR(){var e="withCredentials"in new XMLHttpRequest;return Object.defineProperty(Di,"SUPPORT_CORS_XHR",{value:e}),e}},Ni=function(){function e(e){var t=e.id,n=e.enabled;this.id=t,this.enabled=n,this.start=Date.now()}return e.prototype.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&("undefined"!==typeof window&&window.console&&"function"===typeof console.debug?console.debug.apply(console,[this.id,this.getTime()+"ms"].concat(e)):this.info.apply(this,e))},e.prototype.getTime=function(){return Date.now()-this.start},e.create=function(t){e.instances[t.id]=new e(t)},e.destroy=function(t){delete e.instances[t]},e.getInstance=function(t){var n=e.instances[t];if("undefined"===typeof n)throw new Error("No logger instance found with id "+t);return n},e.prototype.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&"undefined"!==typeof window&&window.console&&"function"===typeof console.info&&console.info.apply(console,[this.id,this.getTime()+"ms"].concat(e))},e.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&("undefined"!==typeof window&&window.console&&"function"===typeof console.error?console.error.apply(console,[this.id,this.getTime()+"ms"].concat(e)):this.info.apply(this,e))},e.instances={},e}(),ki=function(){function e(){}return e.create=function(t,n){return e._caches[t]=new Ii(t,n)},e.destroy=function(t){delete e._caches[t]},e.open=function(t){var n=e._caches[t];if("undefined"!==typeof n)return n;throw new Error('Cache with key "'+t+'" not found')},e.getOrigin=function(t){var n=e._link;return n?(n.href=t,n.href=n.href,n.protocol+n.hostname+n.port):"about:blank"},e.isSameOrigin=function(t){return e.getOrigin(t)===e._origin},e.setContext=function(t){e._link=t.document.createElement("a"),e._origin=e.getOrigin(t.location.href)},e.getInstance=function(){var t=e._current;if(null===t)throw new Error("No cache instance attached");return t},e.attachInstance=function(t){e._current=t},e.detachInstance=function(){e._current=null},e._caches={},e._origin="about:blank",e._current=null,e}(),Ii=function(){function e(e,t){this.id=e,this._options=t,this._cache={}}return e.prototype.addImage=function(e){var t=Promise.resolve();return this.has(e)?t:ji(e)||Ki(e)?(this._cache[e]=this.loadImage(e),t):t},e.prototype.match=function(e){return this._cache[e]},e.prototype.loadImage=function(e){return i(this,void 0,void 0,(function(){var t,n,i,o,a=this;return r(this,(function(r){switch(r.label){case 0:return t=ki.isSameOrigin(e),n=!Vi(e)&&!0===this._options.useCORS&&Di.SUPPORT_CORS_IMAGES&&!t,i=!Vi(e)&&!t&&"string"===typeof this._options.proxy&&Di.SUPPORT_CORS_XHR&&!n,t||!1!==this._options.allowTaint||Vi(e)||i||n?(o=e,i?[4,this.proxy(o)]:[3,2]):[2];case 1:o=r.sent(),r.label=2;case 2:return Ni.getInstance(this.id).debug("Added image "+e.substring(0,256)),[4,new Promise((function(e,t){var i=new Image;i.onload=function(){return e(i)},i.onerror=t,(zi(o)||n)&&(i.crossOrigin="anonymous"),i.src=o,!0===i.complete&&setTimeout((function(){return e(i)}),500),a._options.imageTimeout>0&&setTimeout((function(){return t("Timed out ("+a._options.imageTimeout+"ms) loading image")}),a._options.imageTimeout)}))];case 3:return[2,r.sent()]}}))}))},e.prototype.has=function(e){return"undefined"!==typeof this._cache[e]},e.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},e.prototype.proxy=function(e){var t=this,n=this._options.proxy;if(!n)throw new Error("No proxy defined");var i=e.substring(0,256);return new Promise((function(r,o){var a=Di.SUPPORT_RESPONSE_TYPE?"blob":"text",s=new XMLHttpRequest;if(s.onload=function(){if(200===s.status)if("text"===a)r(s.response);else{var e=new FileReader;e.addEventListener("load",(function(){return r(e.result)}),!1),e.addEventListener("error",(function(e){return o(e)}),!1),e.readAsDataURL(s.response)}else o("Failed to proxy resource "+i+" with status code "+s.status)},s.onerror=o,s.open("GET",n+"?url="+encodeURIComponent(e)+"&responseType="+a),"text"!==a&&s instanceof XMLHttpRequest&&(s.responseType=a),t._options.imageTimeout){var A=t._options.imageTimeout;s.timeout=A,s.ontimeout=function(){return o("Timed out ("+A+"ms) proxying "+i)}}s.send()}))},e}(),Pi=/^data:image\/svg\+xml/i,Ri=/^data:image\/.*;base64,/i,Li=/^data:image\/.*/i,Ki=function(e){return Di.SUPPORT_SVG_DRAWING||!$i(e)},Vi=function(e){return Li.test(e)},zi=function(e){return Ri.test(e)},ji=function(e){return"blob"===e.substr(0,4)},$i=function(e){return"svg"===e.substr(-3).toLowerCase()||Pi.test(e)},Wi=function(e){var t=ni(180),n=[],i=pi.LINEAR_GRADIENT,r=rr.CIRCLE,o=or.FARTHEST_CORNER,a=[];return Pn(e).forEach((function(e,t){var r=e[0];if(0===t){if(On(r)&&"linear"===r.value)return void(i=pi.LINEAR_GRADIENT);if(On(r)&&"radial"===r.value)return void(i=pi.RADIAL_GRADIENT)}if(r.type===f.FUNCTION)if("from"===r.name){var o=ii.parse(r.values[0]);n.push({stop:zn,color:o})}else if("to"===r.name){o=ii.parse(r.values[0]);n.push({stop:$n,color:o})}else if("color-stop"===r.name){var a=r.values.filter(In);if(2===a.length){o=ii.parse(a[1]);var s=a[0];Mn(s)&&n.push({stop:{type:f.PERCENTAGE_TOKEN,number:100*s.number,flags:s.flags},color:o})}}})),i===pi.LINEAR_GRADIENT?{angle:(t+ni(180))%ni(360),stops:n,type:i}:{size:o,shape:r,stops:n,position:a,type:i}},Xi="closest-side",Gi="farthest-side",Yi="closest-corner",Ji="farthest-corner",qi="circle",Zi="ellipse",er="cover",tr="contain",nr=function(e){var t=rr.CIRCLE,n=or.FARTHEST_CORNER,i=[],r=[];return Pn(e).forEach((function(e,o){var a=!0;if(0===o){var s=!1;a=e.reduce((function(e,i){if(s)if(On(i))switch(i.value){case"center":return r.push(jn),e;case"top":case"left":return r.push(zn),e;case"right":case"bottom":return r.push($n),e}else(Kn(i)||Ln(i))&&r.push(i);else if(On(i))switch(i.value){case qi:return t=rr.CIRCLE,!1;case Zi:return t=rr.ELLIPSE,!1;case"at":return s=!0,!1;case Xi:return n=or.CLOSEST_SIDE,!1;case er:case Gi:return n=or.FARTHEST_SIDE,!1;case tr:case Yi:return n=or.CLOSEST_CORNER,!1;case Ji:return n=or.FARTHEST_CORNER,!1}else if(Ln(i)||Kn(i))return Array.isArray(n)||(n=[]),n.push(i),!1;return e}),a)}if(a){var A=vi(e);i.push(A)}})),{size:n,shape:t,stops:i,position:r,type:pi.RADIAL_GRADIENT}},ir=function(e){var t=rr.CIRCLE,n=or.FARTHEST_CORNER,i=[],r=[];return Pn(e).forEach((function(e,o){var a=!0;if(0===o?a=e.reduce((function(e,t){if(On(t))switch(t.value){case"center":return r.push(jn),!1;case"top":case"left":return r.push(zn),!1;case"right":case"bottom":return r.push($n),!1}else if(Kn(t)||Ln(t))return r.push(t),!1;return e}),a):1===o&&(a=e.reduce((function(e,i){if(On(i))switch(i.value){case qi:return t=rr.CIRCLE,!1;case Zi:return t=rr.ELLIPSE,!1;case tr:case Xi:return n=or.CLOSEST_SIDE,!1;case Gi:return n=or.FARTHEST_SIDE,!1;case Yi:return n=or.CLOSEST_CORNER,!1;case er:case Ji:return n=or.FARTHEST_CORNER,!1}else if(Ln(i)||Kn(i))return Array.isArray(n)||(n=[]),n.push(i),!1;return e}),a)),a){var s=vi(e);i.push(s)}})),{size:n,shape:t,stops:i,position:r,type:pi.RADIAL_GRADIENT}};(function(e){e[e["URL"]=0]="URL",e[e["LINEAR_GRADIENT"]=1]="LINEAR_GRADIENT",e[e["RADIAL_GRADIENT"]=2]="RADIAL_GRADIENT"})(pi||(pi={}));var rr,or,ar=function(e){return e.type===pi.LINEAR_GRADIENT},sr=function(e){return e.type===pi.RADIAL_GRADIENT};(function(e){e[e["CIRCLE"]=0]="CIRCLE",e[e["ELLIPSE"]=1]="ELLIPSE"})(rr||(rr={})),function(e){e[e["CLOSEST_SIDE"]=0]="CLOSEST_SIDE",e[e["FARTHEST_SIDE"]=1]="FARTHEST_SIDE",e[e["CLOSEST_CORNER"]=2]="CLOSEST_CORNER",e[e["FARTHEST_CORNER"]=3]="FARTHEST_CORNER"}(or||(or={}));var Ar={name:"image",parse:function(e){if(e.type===f.URL_TOKEN){var t={url:e.value,type:pi.URL};return ki.getInstance().addImage(e.value),t}if(e.type===f.FUNCTION){var n=cr[e.name];if("undefined"===typeof n)throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return n(e.values)}throw new Error("Unsupported image type")}};function lr(e){return e.type!==f.FUNCTION||cr[e.name]}var ur,cr={"linear-gradient":xi,"-moz-linear-gradient":Qi,"-ms-linear-gradient":Qi,"-o-linear-gradient":Qi,"-webkit-linear-gradient":Qi,"radial-gradient":nr,"-moz-radial-gradient":ir,"-ms-radial-gradient":ir,"-o-radial-gradient":ir,"-webkit-radial-gradient":ir,"-webkit-gradient":Wi},hr={name:"background-image",initialValue:"none",type:ui.LIST,prefix:!1,parse:function(e){if(0===e.length)return[];var t=e[0];return t.type===f.IDENT_TOKEN&&"none"===t.value?[]:e.filter((function(e){return In(e)&&lr(e)})).map(Ar.parse)}},fr={name:"background-origin",initialValue:"border-box",prefix:!1,type:ui.LIST,parse:function(e){return e.map((function(e){if(On(e))switch(e.value){case"padding-box":return 1;case"content-box":return 2}return 0}))}},dr={name:"background-position",initialValue:"0% 0%",type:ui.LIST,prefix:!1,parse:function(e){return Pn(e).map((function(e){return e.filter(Kn)})).map(Vn)}};(function(e){e[e["REPEAT"]=0]="REPEAT",e[e["NO_REPEAT"]=1]="NO_REPEAT",e[e["REPEAT_X"]=2]="REPEAT_X",e[e["REPEAT_Y"]=3]="REPEAT_Y"})(ur||(ur={}));var pr,gr={name:"background-repeat",initialValue:"repeat",prefix:!1,type:ui.LIST,parse:function(e){return Pn(e).map((function(e){return e.filter(On).map((function(e){return e.value})).join(" ")})).map(mr)}},mr=function(e){switch(e){case"no-repeat":return ur.NO_REPEAT;case"repeat-x":case"repeat no-repeat":return ur.REPEAT_X;case"repeat-y":case"no-repeat repeat":return ur.REPEAT_Y;case"repeat":default:return ur.REPEAT}};(function(e){e["AUTO"]="auto",e["CONTAIN"]="contain",e["COVER"]="cover"})(pr||(pr={}));var vr,yr={name:"background-size",initialValue:"0",prefix:!1,type:ui.LIST,parse:function(e){return Pn(e).map((function(e){return e.filter(Br)}))}},Br=function(e){return On(e)||Kn(e)},wr=function(e){return{name:"border-"+e+"-color",initialValue:"transparent",prefix:!1,type:ui.TYPE_VALUE,format:"color"}},br=wr("top"),Cr=wr("right"),Er=wr("bottom"),xr=wr("left"),Qr=function(e){return{name:"border-radius-"+e,initialValue:"0 0",prefix:!1,type:ui.LIST,parse:function(e){return Vn(e.filter(Kn))}}},_r=Qr("top-left"),Fr=Qr("top-right"),Ur=Qr("bottom-right"),Sr=Qr("bottom-left");(function(e){e[e["NONE"]=0]="NONE",e[e["SOLID"]=1]="SOLID"})(vr||(vr={}));var Tr,Hr=function(e){return{name:"border-"+e+"-style",initialValue:"solid",prefix:!1,type:ui.IDENT_VALUE,parse:function(e){switch(e){case"none":return vr.NONE}return vr.SOLID}}},Mr=Hr("top"),Or=Hr("right"),Dr=Hr("bottom"),Nr=Hr("left"),kr=function(e){return{name:"border-"+e+"-width",initialValue:"0",type:ui.VALUE,prefix:!1,parse:function(e){return Hn(e)?e.number:0}}},Ir=kr("top"),Pr=kr("right"),Rr=kr("bottom"),Lr=kr("left"),Kr={name:"color",initialValue:"transparent",prefix:!1,type:ui.TYPE_VALUE,format:"color"},Vr={name:"display",initialValue:"inline-block",prefix:!1,type:ui.LIST,parse:function(e){return e.filter(On).reduce((function(e,t){return e|zr(t.value)}),0)}},zr=function(e){switch(e){case"block":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0};(function(e){e[e["NONE"]=0]="NONE",e[e["LEFT"]=1]="LEFT",e[e["RIGHT"]=2]="RIGHT",e[e["INLINE_START"]=3]="INLINE_START",e[e["INLINE_END"]=4]="INLINE_END"})(Tr||(Tr={}));var jr,$r={name:"float",initialValue:"none",prefix:!1,type:ui.IDENT_VALUE,parse:function(e){switch(e){case"left":return Tr.LEFT;case"right":return Tr.RIGHT;case"inline-start":return Tr.INLINE_START;case"inline-end":return Tr.INLINE_END}return Tr.NONE}},Wr={name:"letter-spacing",initialValue:"0",prefix:!1,type:ui.VALUE,parse:function(e){return e.type===f.IDENT_TOKEN&&"normal"===e.value?0:e.type===f.NUMBER_TOKEN||e.type===f.DIMENSION_TOKEN?e.number:0}};(function(e){e["NORMAL"]="normal",e["STRICT"]="strict"})(jr||(jr={}));var Xr,Gr={name:"line-break",initialValue:"normal",prefix:!1,type:ui.IDENT_VALUE,parse:function(e){switch(e){case"strict":return jr.STRICT;case"normal":default:return jr.NORMAL}}},Yr={name:"line-height",initialValue:"normal",prefix:!1,type:ui.TOKEN_VALUE},Jr=function(e,t){return On(e)&&"normal"===e.value?1.2*t:e.type===f.NUMBER_TOKEN?t*e.number:Kn(e)?Xn(e,t):t},qr={name:"list-style-image",initialValue:"none",type:ui.VALUE,prefix:!1,parse:function(e){return e.type===f.IDENT_TOKEN&&"none"===e.value?null:Ar.parse(e)}};(function(e){e[e["INSIDE"]=0]="INSIDE",e[e["OUTSIDE"]=1]="OUTSIDE"})(Xr||(Xr={}));var Zr,eo={name:"list-style-position",initialValue:"outside",prefix:!1,type:ui.IDENT_VALUE,parse:function(e){switch(e){case"inside":return Xr.INSIDE;case"outside":default:return Xr.OUTSIDE}}};(function(e){e[e["NONE"]=-1]="NONE",e[e["DISC"]=0]="DISC",e[e["CIRCLE"]=1]="CIRCLE",e[e["SQUARE"]=2]="SQUARE",e[e["DECIMAL"]=3]="DECIMAL",e[e["CJK_DECIMAL"]=4]="CJK_DECIMAL",e[e["DECIMAL_LEADING_ZERO"]=5]="DECIMAL_LEADING_ZERO",e[e["LOWER_ROMAN"]=6]="LOWER_ROMAN",e[e["UPPER_ROMAN"]=7]="UPPER_ROMAN",e[e["LOWER_GREEK"]=8]="LOWER_GREEK",e[e["LOWER_ALPHA"]=9]="LOWER_ALPHA",e[e["UPPER_ALPHA"]=10]="UPPER_ALPHA",e[e["ARABIC_INDIC"]=11]="ARABIC_INDIC",e[e["ARMENIAN"]=12]="ARMENIAN",e[e["BENGALI"]=13]="BENGALI",e[e["CAMBODIAN"]=14]="CAMBODIAN",e[e["CJK_EARTHLY_BRANCH"]=15]="CJK_EARTHLY_BRANCH",e[e["CJK_HEAVENLY_STEM"]=16]="CJK_HEAVENLY_STEM",e[e["CJK_IDEOGRAPHIC"]=17]="CJK_IDEOGRAPHIC",e[e["DEVANAGARI"]=18]="DEVANAGARI",e[e["ETHIOPIC_NUMERIC"]=19]="ETHIOPIC_NUMERIC",e[e["GEORGIAN"]=20]="GEORGIAN",e[e["GUJARATI"]=21]="GUJARATI",e[e["GURMUKHI"]=22]="GURMUKHI",e[e["HEBREW"]=22]="HEBREW",e[e["HIRAGANA"]=23]="HIRAGANA",e[e["HIRAGANA_IROHA"]=24]="HIRAGANA_IROHA",e[e["JAPANESE_FORMAL"]=25]="JAPANESE_FORMAL",e[e["JAPANESE_INFORMAL"]=26]="JAPANESE_INFORMAL",e[e["KANNADA"]=27]="KANNADA",e[e["KATAKANA"]=28]="KATAKANA",e[e["KATAKANA_IROHA"]=29]="KATAKANA_IROHA",e[e["KHMER"]=30]="KHMER",e[e["KOREAN_HANGUL_FORMAL"]=31]="KOREAN_HANGUL_FORMAL",e[e["KOREAN_HANJA_FORMAL"]=32]="KOREAN_HANJA_FORMAL",e[e["KOREAN_HANJA_INFORMAL"]=33]="KOREAN_HANJA_INFORMAL",e[e["LAO"]=34]="LAO",e[e["LOWER_ARMENIAN"]=35]="LOWER_ARMENIAN",e[e["MALAYALAM"]=36]="MALAYALAM",e[e["MONGOLIAN"]=37]="MONGOLIAN",e[e["MYANMAR"]=38]="MYANMAR",e[e["ORIYA"]=39]="ORIYA",e[e["PERSIAN"]=40]="PERSIAN",e[e["SIMP_CHINESE_FORMAL"]=41]="SIMP_CHINESE_FORMAL",e[e["SIMP_CHINESE_INFORMAL"]=42]="SIMP_CHINESE_INFORMAL",e[e["TAMIL"]=43]="TAMIL",e[e["TELUGU"]=44]="TELUGU",e[e["THAI"]=45]="THAI",e[e["TIBETAN"]=46]="TIBETAN",e[e["TRAD_CHINESE_FORMAL"]=47]="TRAD_CHINESE_FORMAL",e[e["TRAD_CHINESE_INFORMAL"]=48]="TRAD_CHINESE_INFORMAL",e[e["UPPER_ARMENIAN"]=49]="UPPER_ARMENIAN",e[e["DISCLOSURE_OPEN"]=50]="DISCLOSURE_OPEN",e[e["DISCLOSURE_CLOSED"]=51]="DISCLOSURE_CLOSED"})(Zr||(Zr={}));var to,no={name:"list-style-type",initialValue:"none",prefix:!1,type:ui.IDENT_VALUE,parse:function(e){switch(e){case"disc":return Zr.DISC;case"circle":return Zr.CIRCLE;case"square":return Zr.SQUARE;case"decimal":return Zr.DECIMAL;case"cjk-decimal":return Zr.CJK_DECIMAL;case"decimal-leading-zero":return Zr.DECIMAL_LEADING_ZERO;case"lower-roman":return Zr.LOWER_ROMAN;case"upper-roman":return Zr.UPPER_ROMAN;case"lower-greek":return Zr.LOWER_GREEK;case"lower-alpha":return Zr.LOWER_ALPHA;case"upper-alpha":return Zr.UPPER_ALPHA;case"arabic-indic":return Zr.ARABIC_INDIC;case"armenian":return Zr.ARMENIAN;case"bengali":return Zr.BENGALI;case"cambodian":return Zr.CAMBODIAN;case"cjk-earthly-branch":return Zr.CJK_EARTHLY_BRANCH;case"cjk-heavenly-stem":return Zr.CJK_HEAVENLY_STEM;case"cjk-ideographic":return Zr.CJK_IDEOGRAPHIC;case"devanagari":return Zr.DEVANAGARI;case"ethiopic-numeric":return Zr.ETHIOPIC_NUMERIC;case"georgian":return Zr.GEORGIAN;case"gujarati":return Zr.GUJARATI;case"gurmukhi":return Zr.GURMUKHI;case"hebrew":return Zr.HEBREW;case"hiragana":return Zr.HIRAGANA;case"hiragana-iroha":return Zr.HIRAGANA_IROHA;case"japanese-formal":return Zr.JAPANESE_FORMAL;case"japanese-informal":return Zr.JAPANESE_INFORMAL;case"kannada":return Zr.KANNADA;case"katakana":return Zr.KATAKANA;case"katakana-iroha":return Zr.KATAKANA_IROHA;case"khmer":return Zr.KHMER;case"korean-hangul-formal":return Zr.KOREAN_HANGUL_FORMAL;case"korean-hanja-formal":return Zr.KOREAN_HANJA_FORMAL;case"korean-hanja-informal":return Zr.KOREAN_HANJA_INFORMAL;case"lao":return Zr.LAO;case"lower-armenian":return Zr.LOWER_ARMENIAN;case"malayalam":return Zr.MALAYALAM;case"mongolian":return Zr.MONGOLIAN;case"myanmar":return Zr.MYANMAR;case"oriya":return Zr.ORIYA;case"persian":return Zr.PERSIAN;case"simp-chinese-formal":return Zr.SIMP_CHINESE_FORMAL;case"simp-chinese-informal":return Zr.SIMP_CHINESE_INFORMAL;case"tamil":return Zr.TAMIL;case"telugu":return Zr.TELUGU;case"thai":return Zr.THAI;case"tibetan":return Zr.TIBETAN;case"trad-chinese-formal":return Zr.TRAD_CHINESE_FORMAL;case"trad-chinese-informal":return Zr.TRAD_CHINESE_INFORMAL;case"upper-armenian":return Zr.UPPER_ARMENIAN;case"disclosure-open":return Zr.DISCLOSURE_OPEN;case"disclosure-closed":return Zr.DISCLOSURE_CLOSED;case"none":default:return Zr.NONE}}},io=function(e){return{name:"margin-"+e,initialValue:"0",prefix:!1,type:ui.TOKEN_VALUE}},ro=io("top"),oo=io("right"),ao=io("bottom"),so=io("left");(function(e){e[e["VISIBLE"]=0]="VISIBLE",e[e["HIDDEN"]=1]="HIDDEN",e[e["SCROLL"]=2]="SCROLL",e[e["AUTO"]=3]="AUTO"})(to||(to={}));var Ao,lo={name:"overflow",initialValue:"visible",prefix:!1,type:ui.LIST,parse:function(e){return e.filter(On).map((function(e){switch(e.value){case"hidden":return to.HIDDEN;case"scroll":return to.SCROLL;case"auto":return to.AUTO;case"visible":default:return to.VISIBLE}}))}};(function(e){e["NORMAL"]="normal",e["BREAK_WORD"]="break-word"})(Ao||(Ao={}));var uo,co={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:ui.IDENT_VALUE,parse:function(e){switch(e){case"break-word":return Ao.BREAK_WORD;case"normal":default:return Ao.NORMAL}}},ho=function(e){return{name:"padding-"+e,initialValue:"0",prefix:!1,type:ui.TYPE_VALUE,format:"length-percentage"}},fo=ho("top"),po=ho("right"),go=ho("bottom"),mo=ho("left");(function(e){e[e["LEFT"]=0]="LEFT",e[e["CENTER"]=1]="CENTER",e[e["RIGHT"]=2]="RIGHT"})(uo||(uo={}));var vo,yo={name:"text-align",initialValue:"left",prefix:!1,type:ui.IDENT_VALUE,parse:function(e){switch(e){case"right":return uo.RIGHT;case"center":case"justify":return uo.CENTER;case"left":default:return uo.LEFT}}};(function(e){e[e["STATIC"]=0]="STATIC",e[e["RELATIVE"]=1]="RELATIVE",e[e["ABSOLUTE"]=2]="ABSOLUTE",e[e["FIXED"]=3]="FIXED",e[e["STICKY"]=4]="STICKY"})(vo||(vo={}));var Bo,wo={name:"position",initialValue:"static",prefix:!1,type:ui.IDENT_VALUE,parse:function(e){switch(e){case"relative":return vo.RELATIVE;case"absolute":return vo.ABSOLUTE;case"fixed":return vo.FIXED;case"sticky":return vo.STICKY}return vo.STATIC}},bo={name:"text-shadow",initialValue:"none",type:ui.LIST,prefix:!1,parse:function(e){return 1===e.length&&Nn(e[0],"none")?[]:Pn(e).map((function(e){for(var t={color:di.TRANSPARENT,offsetX:zn,offsetY:zn,blur:zn},n=0,i=0;i<e.length;i++){var r=e[i];Ln(r)?(0===n?t.offsetX=r:1===n?t.offsetY=r:t.blur=r,n++):t.color=ii.parse(r)}return t}))}};(function(e){e[e["NONE"]=0]="NONE",e[e["LOWERCASE"]=1]="LOWERCASE",e[e["UPPERCASE"]=2]="UPPERCASE",e[e["CAPITALIZE"]=3]="CAPITALIZE"})(Bo||(Bo={}));var Co,Eo={name:"text-transform",initialValue:"none",prefix:!1,type:ui.IDENT_VALUE,parse:function(e){switch(e){case"uppercase":return Bo.UPPERCASE;case"lowercase":return Bo.LOWERCASE;case"capitalize":return Bo.CAPITALIZE}return Bo.NONE}},xo={name:"transform",initialValue:"none",prefix:!0,type:ui.VALUE,parse:function(e){if(e.type===f.IDENT_TOKEN&&"none"===e.value)return null;if(e.type===f.FUNCTION){var t=Fo[e.name];if("undefined"===typeof t)throw new Error('Attempting to parse an unsupported transform function "'+e.name+'"');return t(e.values)}return null}},Qo=function(e){var t=e.filter((function(e){return e.type===f.NUMBER_TOKEN})).map((function(e){return e.number}));return 6===t.length?t:null},_o=function(e){var t=e.filter((function(e){return e.type===f.NUMBER_TOKEN})).map((function(e){return e.number})),n=t[0],i=t[1],r=(t[2],t[3],t[4]),o=t[5],a=(t[6],t[7],t[8],t[9],t[10],t[11],t[12]),s=t[13];t[14],t[15];return 16===t.length?[n,i,r,o,a,s]:null},Fo={matrix:Qo,matrix3d:_o},Uo={type:f.PERCENTAGE_TOKEN,number:50,flags:$e},So=[Uo,Uo],To={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:ui.LIST,parse:function(e){var t=e.filter(Kn);return 2!==t.length?So:[t[0],t[1]]}};(function(e){e[e["VISIBLE"]=0]="VISIBLE",e[e["HIDDEN"]=1]="HIDDEN",e[e["COLLAPSE"]=2]="COLLAPSE"})(Co||(Co={}));var Ho,Mo={name:"visible",initialValue:"none",prefix:!1,type:ui.IDENT_VALUE,parse:function(e){switch(e){case"hidden":return Co.HIDDEN;case"collapse":return Co.COLLAPSE;case"visible":default:return Co.VISIBLE}}};(function(e){e["NORMAL"]="normal",e["BREAK_ALL"]="break-all",e["KEEP_ALL"]="keep-all"})(Ho||(Ho={}));var Oo,Do={name:"word-break",initialValue:"normal",prefix:!1,type:ui.IDENT_VALUE,parse:function(e){switch(e){case"break-all":return Ho.BREAK_ALL;case"keep-all":return Ho.KEEP_ALL;case"normal":default:return Ho.NORMAL}}},No={name:"z-index",initialValue:"auto",prefix:!1,type:ui.VALUE,parse:function(e){if(e.type===f.IDENT_TOKEN)return{auto:!0,order:0};if(Mn(e))return{auto:!1,order:e.number};throw new Error("Invalid z-index number parsed")}},ko={name:"opacity",initialValue:"1",type:ui.VALUE,prefix:!1,parse:function(e){return Mn(e)?e.number:1}},Io={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:ui.TYPE_VALUE,format:"color"},Po={name:"text-decoration-line",initialValue:"none",prefix:!1,type:ui.LIST,parse:function(e){return e.filter(On).map((function(e){switch(e.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0})).filter((function(e){return 0!==e}))}},Ro={name:"font-family",initialValue:"",prefix:!1,type:ui.LIST,parse:function(e){var t=[],n=[];return e.forEach((function(e){switch(e.type){case f.IDENT_TOKEN:case f.STRING_TOKEN:t.push(e.value);break;case f.NUMBER_TOKEN:t.push(e.number.toString());break;case f.COMMA_TOKEN:n.push(t.join(" ")),t.length=0;break}})),t.length&&n.push(t.join(" ")),n.map((function(e){return-1===e.indexOf(" ")?e:"'"+e+"'"}))}},Lo={name:"font-size",initialValue:"0",prefix:!1,type:ui.TYPE_VALUE,format:"length"},Ko={name:"font-weight",initialValue:"normal",type:ui.VALUE,prefix:!1,parse:function(e){if(Mn(e))return e.number;if(On(e))switch(e.value){case"bold":return 700;case"normal":default:return 400}return 400}},Vo={name:"font-variant",initialValue:"none",type:ui.LIST,prefix:!1,parse:function(e){return e.filter(On).map((function(e){return e.value}))}};(function(e){e["NORMAL"]="normal",e["ITALIC"]="italic",e["OBLIQUE"]="oblique"})(Oo||(Oo={}));var zo,jo={name:"font-style",initialValue:"normal",prefix:!1,type:ui.IDENT_VALUE,parse:function(e){switch(e){case"oblique":return Oo.OBLIQUE;case"italic":return Oo.ITALIC;case"normal":default:return Oo.NORMAL}}},$o=function(e,t){return 0!==(e&t)},Wo={name:"content",initialValue:"none",type:ui.LIST,prefix:!1,parse:function(e){if(0===e.length)return[];var t=e[0];return t.type===f.IDENT_TOKEN&&"none"===t.value?[]:e}},Xo={name:"counter-increment",initialValue:"none",prefix:!0,type:ui.LIST,parse:function(e){if(0===e.length)return null;var t=e[0];if(t.type===f.IDENT_TOKEN&&"none"===t.value)return null;for(var n=[],i=e.filter(kn),r=0;r<i.length;r++){var o=i[r],a=i[r+1];if(o.type===f.IDENT_TOKEN){var s=a&&Mn(a)?a.number:1;n.push({counter:o.value,increment:s})}}return n}},Go={name:"counter-reset",initialValue:"none",prefix:!0,type:ui.LIST,parse:function(e){if(0===e.length)return[];for(var t=[],n=e.filter(kn),i=0;i<n.length;i++){var r=n[i],o=n[i+1];if(On(r)&&"none"!==r.value){var a=o&&Mn(o)?o.number:0;t.push({counter:r.value,reset:a})}}return t}},Yo={name:"quotes",initialValue:"none",prefix:!0,type:ui.LIST,parse:function(e){if(0===e.length)return null;var t=e[0];if(t.type===f.IDENT_TOKEN&&"none"===t.value)return null;var n=[],i=e.filter(Dn);if(i.length%2!==0)return null;for(var r=0;r<i.length;r+=2){var o=i[r].value,a=i[r+1].value;n.push({open:o,close:a})}return n}},Jo=function(e,t,n){if(!e)return"";var i=e[Math.min(t,e.length-1)];return i?n?i.open:i.close:""},qo={name:"box-shadow",initialValue:"none",type:ui.LIST,prefix:!1,parse:function(e){return 1===e.length&&Nn(e[0],"none")?[]:Pn(e).map((function(e){for(var t={color:255,offsetX:zn,offsetY:zn,blur:zn,spread:zn,inset:!1},n=0,i=0;i<e.length;i++){var r=e[i];Nn(r,"inset")?t.inset=!0:Ln(r)?(0===n?t.offsetX=r:1===n?t.offsetY=r:2===n?t.blur=r:t.spread=r,n++):t.color=ii.parse(r)}return t}))}},Zo=function(){function e(e){this.backgroundClip=na(gi,e.backgroundClip),this.backgroundColor=na(mi,e.backgroundColor),this.backgroundImage=na(hr,e.backgroundImage),this.backgroundOrigin=na(fr,e.backgroundOrigin),this.backgroundPosition=na(dr,e.backgroundPosition),this.backgroundRepeat=na(gr,e.backgroundRepeat),this.backgroundSize=na(yr,e.backgroundSize),this.borderTopColor=na(br,e.borderTopColor),this.borderRightColor=na(Cr,e.borderRightColor),this.borderBottomColor=na(Er,e.borderBottomColor),this.borderLeftColor=na(xr,e.borderLeftColor),this.borderTopLeftRadius=na(_r,e.borderTopLeftRadius),this.borderTopRightRadius=na(Fr,e.borderTopRightRadius),this.borderBottomRightRadius=na(Ur,e.borderBottomRightRadius),this.borderBottomLeftRadius=na(Sr,e.borderBottomLeftRadius),this.borderTopStyle=na(Mr,e.borderTopStyle),this.borderRightStyle=na(Or,e.borderRightStyle),this.borderBottomStyle=na(Dr,e.borderBottomStyle),this.borderLeftStyle=na(Nr,e.borderLeftStyle),this.borderTopWidth=na(Ir,e.borderTopWidth),this.borderRightWidth=na(Pr,e.borderRightWidth),this.borderBottomWidth=na(Rr,e.borderBottomWidth),this.borderLeftWidth=na(Lr,e.borderLeftWidth),this.boxShadow=na(qo,e.boxShadow),this.color=na(Kr,e.color),this.display=na(Vr,e.display),this.float=na($r,e.cssFloat),this.fontFamily=na(Ro,e.fontFamily),this.fontSize=na(Lo,e.fontSize),this.fontStyle=na(jo,e.fontStyle),this.fontVariant=na(Vo,e.fontVariant),this.fontWeight=na(Ko,e.fontWeight),this.letterSpacing=na(Wr,e.letterSpacing),this.lineBreak=na(Gr,e.lineBreak),this.lineHeight=na(Yr,e.lineHeight),this.listStyleImage=na(qr,e.listStyleImage),this.listStylePosition=na(eo,e.listStylePosition),this.listStyleType=na(no,e.listStyleType),this.marginTop=na(ro,e.marginTop),this.marginRight=na(oo,e.marginRight),this.marginBottom=na(ao,e.marginBottom),this.marginLeft=na(so,e.marginLeft),this.opacity=na(ko,e.opacity);var t=na(lo,e.overflow);this.overflowX=t[0],this.overflowY=t[t.length>1?1:0],this.overflowWrap=na(co,e.overflowWrap),this.paddingTop=na(fo,e.paddingTop),this.paddingRight=na(po,e.paddingRight),this.paddingBottom=na(go,e.paddingBottom),this.paddingLeft=na(mo,e.paddingLeft),this.position=na(wo,e.position),this.textAlign=na(yo,e.textAlign),this.textDecorationColor=na(Io,e.textDecorationColor||e.color),this.textDecorationLine=na(Po,e.textDecorationLine),this.textShadow=na(bo,e.textShadow),this.textTransform=na(Eo,e.textTransform),this.transform=na(xo,e.transform),this.transformOrigin=na(To,e.transformOrigin),this.visibility=na(Mo,e.visibility),this.wordBreak=na(Do,e.wordBreak),this.zIndex=na(No,e.zIndex)}return e.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===Co.VISIBLE},e.prototype.isTransparent=function(){return ri(this.backgroundColor)},e.prototype.isTransformed=function(){return null!==this.transform},e.prototype.isPositioned=function(){return this.position!==vo.STATIC},e.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},e.prototype.isFloating=function(){return this.float!==Tr.NONE},e.prototype.isInlineLevel=function(){return $o(this.display,4)||$o(this.display,33554432)||$o(this.display,268435456)||$o(this.display,536870912)||$o(this.display,67108864)||$o(this.display,134217728)},e}(),ea=function(){function e(e){this.content=na(Wo,e.content),this.quotes=na(Yo,e.quotes)}return e}(),ta=function(){function e(e){this.counterIncrement=na(Xo,e.counterIncrement),this.counterReset=na(Go,e.counterReset)}return e}(),na=function(e,t){var n=new Sn,i=null!==t&&"undefined"!==typeof t?t.toString():e.initialValue;n.write(i);var r=new Tn(n.read());switch(e.type){case ui.IDENT_VALUE:var o=r.parseComponentValue();return e.parse(On(o)?o.value:e.initialValue);case ui.VALUE:return e.parse(r.parseComponentValue());case ui.LIST:return e.parse(r.parseComponentValues());case ui.TOKEN_VALUE:return r.parseComponentValue();case ui.TYPE_VALUE:switch(e.format){case"angle":return Zn.parse(r.parseComponentValue());case"color":return ii.parse(r.parseComponentValue());case"image":return Ar.parse(r.parseComponentValue());case"length":var a=r.parseComponentValue();return Ln(a)?a:zn;case"length-percentage":var s=r.parseComponentValue();return Kn(s)?s:zn}}throw new Error("Attempting to parse unsupported css format type "+e.format)},ia=function(){function e(e){this.styles=new Zo(window.getComputedStyle(e,null)),this.textNodes=[],this.elements=[],null!==this.styles.transform&&Ra(e)&&(e.style.transform="none"),this.bounds=a(e),this.flags=0}return e}(),ra=function(){function e(e,t){this.text=e,this.bounds=t}return e}(),oa=function(e,t,n){var i=Aa(e,t),r=[],o=0;return i.forEach((function(e){if(t.textDecorationLine.length||e.trim().length>0)if(Di.SUPPORT_RANGE_BOUNDS)r.push(new ra(e,sa(n,o,e.length)));else{var i=n.splitText(e.length);r.push(new ra(e,aa(n))),n=i}else Di.SUPPORT_RANGE_BOUNDS||(n=n.splitText(e.length));o+=e.length})),r},aa=function(e){var t=e.ownerDocument;if(t){var n=t.createElement("html2canvaswrapper");n.appendChild(e.cloneNode(!0));var i=e.parentNode;if(i){i.replaceChild(n,e);var r=a(n);return n.firstChild&&i.replaceChild(n.firstChild,n),r}}return new o(0,0,0,0)},sa=function(e,t,n){var i=e.ownerDocument;if(!i)throw new Error("Node has no owner document");var r=i.createRange();return r.setStart(e,t),r.setEnd(e,t+n),o.fromClientRect(r.getBoundingClientRect())},Aa=function(e,t){return 0!==t.letterSpacing?A(e).map((function(e){return l(e)})):la(e,t)},la=function(e,t){var n,i=Ve(e,{lineBreak:t.lineBreak,wordBreak:t.overflowWrap===Ao.BREAK_WORD?"break-word":t.wordBreak}),r=[];while(!(n=i.next()).done)n.value&&r.push(n.value.slice());return r},ua=function(){function e(e,t){this.text=ca(e.data,t.textTransform),this.textBounds=oa(this.text,t,e)}return e}(),ca=function(e,t){switch(t){case Bo.LOWERCASE:return e.toLowerCase();case Bo.CAPITALIZE:return e.replace(ha,fa);case Bo.UPPERCASE:return e.toUpperCase();default:return e}},ha=/(^|\s|:|-|\(|\))([a-z])/g,fa=function(e,t,n){return e.length>0?t+n.toUpperCase():e},da=function(e){function n(t){var n=e.call(this,t)||this;return n.src=t.currentSrc||t.src,n.intrinsicWidth=t.naturalWidth,n.intrinsicHeight=t.naturalHeight,ki.getInstance().addImage(n.src),n}return t(n,e),n}(ia),pa=function(e){function n(t){var n=e.call(this,t)||this;return n.canvas=t,n.intrinsicWidth=t.width,n.intrinsicHeight=t.height,n}return t(n,e),n}(ia),ga=function(e){function n(t){var n=e.call(this,t)||this,i=new XMLSerializer;return n.svg="data:image/svg+xml,"+encodeURIComponent(i.serializeToString(t)),n.intrinsicWidth=t.width.baseVal.value,n.intrinsicHeight=t.height.baseVal.value,ki.getInstance().addImage(n.svg),n}return t(n,e),n}(ia),ma=function(e){function n(t){var n=e.call(this,t)||this;return n.value=t.value,n}return t(n,e),n}(ia),va=function(e){function n(t){var n=e.call(this,t)||this;return n.start=t.start,n.reversed="boolean"===typeof t.reversed&&!0===t.reversed,n}return t(n,e),n}(ia),ya=[{type:f.DIMENSION_TOKEN,flags:0,unit:"px",number:3}],Ba=[{type:f.PERCENTAGE_TOKEN,flags:0,number:50}],wa=function(e){return e.width>e.height?new o(e.left+(e.width-e.height)/2,e.top,e.height,e.height):e.width<e.height?new o(e.left,e.top+(e.height-e.width)/2,e.width,e.width):e},ba=function(e){var t=e.type===xa?new Array(e.value.length+1).join("•"):e.value;return 0===t.length?e.placeholder||"":t},Ca="checkbox",Ea="radio",xa="password",Qa=707406591,_a=function(e){function n(t){var n=e.call(this,t)||this;switch(n.type=t.type.toLowerCase(),n.checked=t.checked,n.value=ba(t),n.type!==Ca&&n.type!==Ea||(n.styles.backgroundColor=3739148031,n.styles.borderTopColor=n.styles.borderRightColor=n.styles.borderBottomColor=n.styles.borderLeftColor=2779096575,n.styles.borderTopWidth=n.styles.borderRightWidth=n.styles.borderBottomWidth=n.styles.borderLeftWidth=1,n.styles.borderTopStyle=n.styles.borderRightStyle=n.styles.borderBottomStyle=n.styles.borderLeftStyle=vr.SOLID,n.styles.backgroundClip=[ci.BORDER_BOX],n.styles.backgroundOrigin=[0],n.bounds=wa(n.bounds)),n.type){case Ca:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=ya;break;case Ea:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=Ba;break}return n}return t(n,e),n}(ia),Fa=function(e){function n(t){var n=e.call(this,t)||this,i=t.options[t.selectedIndex||0];return n.value=i&&i.text||"",n}return t(n,e),n}(ia),Ua=function(e){function n(t){var n=e.call(this,t)||this;return n.value=t.value,n}return t(n,e),n}(ia),Sa=function(e){return ii.parse(Tn.create(e).parseComponentValue())},Ta=function(e){function n(t){var n=e.call(this,t)||this;n.src=t.src,n.width=parseInt(t.width,10)||0,n.height=parseInt(t.height,10)||0,n.backgroundColor=n.styles.backgroundColor;try{if(t.contentWindow&&t.contentWindow.document&&t.contentWindow.document.documentElement){n.tree=Da(t.contentWindow.document.documentElement);var i=t.contentWindow.document.documentElement?Sa(getComputedStyle(t.contentWindow.document.documentElement).backgroundColor):di.TRANSPARENT,r=t.contentWindow.document.body?Sa(getComputedStyle(t.contentWindow.document.body).backgroundColor):di.TRANSPARENT;n.backgroundColor=ri(i)?ri(r)?n.styles.backgroundColor:r:i}}catch(It){}return n}return t(n,e),n}(ia),Ha=["OL","UL","MENU"],Ma=function(e,t,n){for(var i=e.firstChild,r=void 0;i;i=r)if(r=i.nextSibling,Ia(i)&&i.data.trim().length>0)t.textNodes.push(new ua(i,t.styles));else if(Pa(i)){var o=Oa(i);o.styles.isVisible()&&(Na(i,o,n)?o.flags|=4:ka(o.styles)&&(o.flags|=2),-1!==Ha.indexOf(i.tagName)&&(o.flags|=8),t.elements.push(o),Za(i)||$a(i)||es(i)||Ma(i,o,n))}},Oa=function(e){return Ga(e)?new da(e):Xa(e)?new pa(e):$a(e)?new ga(e):Ka(e)?new ma(e):Va(e)?new va(e):za(e)?new _a(e):es(e)?new Fa(e):Za(e)?new Ua(e):Ya(e)?new Ta(e):new ia(e)},Da=function(e){var t=Oa(e);return t.flags|=4,Ma(e,t,t),t},Na=function(e,t,n){return t.styles.isPositionedWithZIndex()||t.styles.opacity<1||t.styles.isTransformed()||Wa(e)&&n.styles.isTransparent()},ka=function(e){return e.isPositioned()||e.isFloating()},Ia=function(e){return e.nodeType===Node.TEXT_NODE},Pa=function(e){return e.nodeType===Node.ELEMENT_NODE},Ra=function(e){return Pa(e)&&"undefined"!==typeof e.style&&!La(e)},La=function(e){return"object"===typeof e.className},Ka=function(e){return"LI"===e.tagName},Va=function(e){return"OL"===e.tagName},za=function(e){return"INPUT"===e.tagName},ja=function(e){return"HTML"===e.tagName},$a=function(e){return"svg"===e.tagName},Wa=function(e){return"BODY"===e.tagName},Xa=function(e){return"CANVAS"===e.tagName},Ga=function(e){return"IMG"===e.tagName},Ya=function(e){return"IFRAME"===e.tagName},Ja=function(e){return"STYLE"===e.tagName},qa=function(e){return"SCRIPT"===e.tagName},Za=function(e){return"TEXTAREA"===e.tagName},es=function(e){return"SELECT"===e.tagName},ts=function(){function e(){this.counters={}}return e.prototype.getCounterValue=function(e){var t=this.counters[e];return t&&t.length?t[t.length-1]:1},e.prototype.getCounterValues=function(e){var t=this.counters[e];return t||[]},e.prototype.pop=function(e){var t=this;e.forEach((function(e){return t.counters[e].pop()}))},e.prototype.parse=function(e){var t=this,n=e.counterIncrement,i=e.counterReset,r=!0;null!==n&&n.forEach((function(e){var n=t.counters[e.counter];n&&0!==e.increment&&(r=!1,n[Math.max(0,n.length-1)]+=e.increment)}));var o=[];return r&&i.forEach((function(e){var n=t.counters[e.counter];o.push(e.counter),n||(n=t.counters[e.counter]=[]),n.push(e.reset)})),o},e}(),ns={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},is={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},rs={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},os={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},as=function(e,t,n,i,r,o){return e<t||e>n?ys(e,r,o.length>0):i.integers.reduce((function(t,n,r){while(e>=n)e-=n,t+=i.values[r];return t}),"")+o},ss=function(e,t,n,i){var r="";do{n||e--,r=i(e)+r,e/=t}while(e*t>=t);return r},As=function(e,t,n,i,r){var o=n-t+1;return(e<0?"-":"")+(ss(Math.abs(e),o,i,(function(e){return l(Math.floor(e%o)+t)}))+r)},ls=function(e,t,n){void 0===n&&(n=". ");var i=t.length;return ss(Math.abs(e),i,!1,(function(e){return t[Math.floor(e%i)]}))+n},us=1,cs=2,hs=4,fs=8,ds=function(e,t,n,i,r,o){if(e<-9999||e>9999)return ys(e,Zr.CJK_DECIMAL,r.length>0);var a=Math.abs(e),s=r;if(0===a)return t[0]+s;for(var A=0;a>0&&A<=4;A++){var l=a%10;0===l&&$o(o,us)&&""!==s?s=t[l]+s:l>1||1===l&&0===A||1===l&&1===A&&$o(o,cs)||1===l&&1===A&&$o(o,hs)&&e>100||1===l&&A>1&&$o(o,fs)?s=t[l]+(A>0?n[A-1]:"")+s:1===l&&A>0&&(s=n[A-1]+s),a=Math.floor(a/10)}return(e<0?i:"")+s},ps="十百千萬",gs="拾佰仟萬",ms="マイナス",vs="마이너스",ys=function(e,t,n){var i=n?". ":"",r=n?"、":"",o=n?", ":"",a=n?" ":"";switch(t){case Zr.DISC:return"•"+a;case Zr.CIRCLE:return"◦"+a;case Zr.SQUARE:return"◾"+a;case Zr.DECIMAL_LEADING_ZERO:var s=As(e,48,57,!0,i);return s.length<4?"0"+s:s;case Zr.CJK_DECIMAL:return ls(e,"〇一二三四五六七八九",r);case Zr.LOWER_ROMAN:return as(e,1,3999,ns,Zr.DECIMAL,i).toLowerCase();case Zr.UPPER_ROMAN:return as(e,1,3999,ns,Zr.DECIMAL,i);case Zr.LOWER_GREEK:return As(e,945,969,!1,i);case Zr.LOWER_ALPHA:return As(e,97,122,!1,i);case Zr.UPPER_ALPHA:return As(e,65,90,!1,i);case Zr.ARABIC_INDIC:return As(e,1632,1641,!0,i);case Zr.ARMENIAN:case Zr.UPPER_ARMENIAN:return as(e,1,9999,is,Zr.DECIMAL,i);case Zr.LOWER_ARMENIAN:return as(e,1,9999,is,Zr.DECIMAL,i).toLowerCase();case Zr.BENGALI:return As(e,2534,2543,!0,i);case Zr.CAMBODIAN:case Zr.KHMER:return As(e,6112,6121,!0,i);case Zr.CJK_EARTHLY_BRANCH:return ls(e,"子丑寅卯辰巳午未申酉戌亥",r);case Zr.CJK_HEAVENLY_STEM:return ls(e,"甲乙丙丁戊己庚辛壬癸",r);case Zr.CJK_IDEOGRAPHIC:case Zr.TRAD_CHINESE_INFORMAL:return ds(e,"零一二三四五六七八九",ps,"負",r,cs|hs|fs);case Zr.TRAD_CHINESE_FORMAL:return ds(e,"零壹貳參肆伍陸柒捌玖",gs,"負",r,us|cs|hs|fs);case Zr.SIMP_CHINESE_INFORMAL:return ds(e,"零一二三四五六七八九",ps,"负",r,cs|hs|fs);case Zr.SIMP_CHINESE_FORMAL:return ds(e,"零壹贰叁肆伍陆柒捌玖",gs,"负",r,us|cs|hs|fs);case Zr.JAPANESE_INFORMAL:return ds(e,"〇一二三四五六七八九","十百千万",ms,r,0);case Zr.JAPANESE_FORMAL:return ds(e,"零壱弐参四伍六七八九","拾百千万",ms,r,us|cs|hs);case Zr.KOREAN_HANGUL_FORMAL:return ds(e,"영일이삼사오육칠팔구","십백천만",vs,o,us|cs|hs);case Zr.KOREAN_HANJA_INFORMAL:return ds(e,"零一二三四五六七八九","十百千萬",vs,o,0);case Zr.KOREAN_HANJA_FORMAL:return ds(e,"零壹貳參四五六七八九","拾百千",vs,o,us|cs|hs);case Zr.DEVANAGARI:return As(e,2406,2415,!0,i);case Zr.GEORGIAN:return as(e,1,19999,os,Zr.DECIMAL,i);case Zr.GUJARATI:return As(e,2790,2799,!0,i);case Zr.GURMUKHI:return As(e,2662,2671,!0,i);case Zr.HEBREW:return as(e,1,10999,rs,Zr.DECIMAL,i);case Zr.HIRAGANA:return ls(e,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case Zr.HIRAGANA_IROHA:return ls(e,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case Zr.KANNADA:return As(e,3302,3311,!0,i);case Zr.KATAKANA:return ls(e,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",r);case Zr.KATAKANA_IROHA:return ls(e,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",r);case Zr.LAO:return As(e,3792,3801,!0,i);case Zr.MONGOLIAN:return As(e,6160,6169,!0,i);case Zr.MYANMAR:return As(e,4160,4169,!0,i);case Zr.ORIYA:return As(e,2918,2927,!0,i);case Zr.PERSIAN:return As(e,1776,1785,!0,i);case Zr.TAMIL:return As(e,3046,3055,!0,i);case Zr.TELUGU:return As(e,3174,3183,!0,i);case Zr.THAI:return As(e,3664,3673,!0,i);case Zr.TIBETAN:return As(e,3872,3881,!0,i);case Zr.DECIMAL:default:return As(e,48,57,!0,i)}},Bs="data-html2canvas-ignore",ws=function(){function e(e,t){if(this.options=t,this.scrolledElements=[],this.referenceElement=e,this.counters=new ts,this.quoteDepth=0,!e.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(e.ownerDocument.documentElement)}return e.prototype.toIFrame=function(e,t){var n=this,o=Cs(e,t);if(!o.contentWindow)return Promise.reject("Unable to find iframe window");var a=e.defaultView.pageXOffset,s=e.defaultView.pageYOffset,A=o.contentWindow,l=A.document,u=Es(o).then((function(){return i(n,void 0,void 0,(function(){var e;return r(this,(function(n){switch(n.label){case 0:return this.scrolledElements.forEach(Fs),A&&(A.scrollTo(t.left,t.top),!/(iPad|iPhone|iPod)/g.test(navigator.userAgent)||A.scrollY===t.top&&A.scrollX===t.left||(l.documentElement.style.top=-t.top+"px",l.documentElement.style.left=-t.left+"px",l.documentElement.style.position="absolute")),e=this.options.onclone,"undefined"===typeof this.clonedReferenceElement?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:l.fonts&&l.fonts.ready?[4,l.fonts.ready]:[3,2];case 1:n.sent(),n.label=2;case 2:return"function"===typeof e?[2,Promise.resolve().then((function(){return e(l)})).then((function(){return o}))]:[2,o]}}))}))}));return l.open(),l.write(Qs(document.doctype)+"<html></html>"),_s(this.referenceElement.ownerDocument,a,s),l.replaceChild(l.adoptNode(this.documentElement),l.documentElement),l.close(),u},e.prototype.createElementClone=function(e){if(Xa(e))return this.createCanvasClone(e);if(Ja(e))return this.createStyleClone(e);var t=e.cloneNode(!1);return Ga(t)&&"lazy"===t.loading&&(t.loading="eager"),t},e.prototype.createStyleClone=function(e){try{var t=e.sheet;if(t&&t.cssRules){var n=[].slice.call(t.cssRules,0).reduce((function(e,t){return t&&"string"===typeof t.cssText?e+t.cssText:e}),""),i=e.cloneNode(!1);return i.textContent=n,i}}catch(It){if(Ni.getInstance(this.options.id).error("Unable to access cssRules property",It),"SecurityError"!==It.name)throw It}return e.cloneNode(!1)},e.prototype.createCanvasClone=function(e){if(this.options.inlineImages&&e.ownerDocument){var t=e.ownerDocument.createElement("img");try{return t.src=e.toDataURL(),t}catch(It){Ni.getInstance(this.options.id).info("Unable to clone canvas contents, canvas is tainted")}}var n=e.cloneNode(!1);try{n.width=e.width,n.height=e.height;var i=e.getContext("2d"),r=n.getContext("2d");return r&&(i?r.putImageData(i.getImageData(0,0,e.width,e.height),0,0):r.drawImage(e,0,0)),n}catch(It){}return n},e.prototype.cloneNode=function(e){if(Ia(e))return document.createTextNode(e.data);if(!e.ownerDocument)return e.cloneNode(!1);var t=e.ownerDocument.defaultView;if(t&&Pa(e)&&(Ra(e)||La(e))){var n=this.createElementClone(e),i=t.getComputedStyle(e),r=t.getComputedStyle(e,":before"),o=t.getComputedStyle(e,":after");this.referenceElement===e&&Ra(n)&&(this.clonedReferenceElement=n),Wa(n)&&Os(n);for(var a=this.counters.parse(new ta(i)),s=this.resolvePseudoContent(e,n,r,zo.BEFORE),A=e.firstChild;A;A=A.nextSibling)Pa(A)&&(qa(A)||A.hasAttribute(Bs)||"function"===typeof this.options.ignoreElements&&this.options.ignoreElements(A))||this.options.copyStyles&&Pa(A)&&Ja(A)||n.appendChild(this.cloneNode(A));s&&n.insertBefore(s,n.firstChild);var l=this.resolvePseudoContent(e,n,o,zo.AFTER);return l&&n.appendChild(l),this.counters.pop(a),i&&(this.options.copyStyles||La(e))&&!Ya(e)&&xs(i,n),0===e.scrollTop&&0===e.scrollLeft||this.scrolledElements.push([n,e.scrollLeft,e.scrollTop]),(Za(e)||es(e))&&(Za(n)||es(n))&&(n.value=e.value),n}return e.cloneNode(!1)},e.prototype.resolvePseudoContent=function(e,t,n,i){var r=this;if(n){var o=n.content,a=t.ownerDocument;if(a&&o&&"none"!==o&&"-moz-alt-content"!==o&&"none"!==n.display){this.counters.parse(new ta(n));var s=new ea(n),A=a.createElement("html2canvaspseudoelement");xs(n,A),s.content.forEach((function(t){if(t.type===f.STRING_TOKEN)A.appendChild(a.createTextNode(t.value));else if(t.type===f.URL_TOKEN){var n=a.createElement("img");n.src=t.value,n.style.opacity="1",A.appendChild(n)}else if(t.type===f.FUNCTION){if("attr"===t.name){var i=t.values.filter(On);i.length&&A.appendChild(a.createTextNode(e.getAttribute(i[0].value)||""))}else if("counter"===t.name){var o=t.values.filter(In),l=o[0],u=o[1];if(l&&On(l)){var c=r.counters.getCounterValue(l.value),h=u&&On(u)?no.parse(u.value):Zr.DECIMAL;A.appendChild(a.createTextNode(ys(c,h,!1)))}}else if("counters"===t.name){var d=t.values.filter(In),p=(l=d[0],d[1]);u=d[2];if(l&&On(l)){var g=r.counters.getCounterValues(l.value),m=u&&On(u)?no.parse(u.value):Zr.DECIMAL,v=p&&p.type===f.STRING_TOKEN?p.value:"",y=g.map((function(e){return ys(e,m,!1)})).join(v);A.appendChild(a.createTextNode(y))}}}else if(t.type===f.IDENT_TOKEN)switch(t.value){case"open-quote":A.appendChild(a.createTextNode(Jo(s.quotes,r.quoteDepth++,!0)));break;case"close-quote":A.appendChild(a.createTextNode(Jo(s.quotes,--r.quoteDepth,!1)));break;default:A.appendChild(a.createTextNode(t.value))}})),A.className=Ts+" "+Hs;var l=i===zo.BEFORE?" "+Ts:" "+Hs;return La(t)?t.className.baseValue+=l:t.className+=l,A}}},e.destroy=function(e){return!!e.parentNode&&(e.parentNode.removeChild(e),!0)},e}();(function(e){e[e["BEFORE"]=0]="BEFORE",e[e["AFTER"]=1]="AFTER"})(zo||(zo={}));var bs,Cs=function(e,t){var n=e.createElement("iframe");return n.className="html2canvas-container",n.style.visibility="hidden",n.style.position="fixed",n.style.left="-10000px",n.style.top="0px",n.style.border="0",n.width=t.width.toString(),n.height=t.height.toString(),n.scrolling="no",n.setAttribute(Bs,"true"),e.body.appendChild(n),n},Es=function(e){return new Promise((function(t,n){var i=e.contentWindow;if(!i)return n("No window assigned for iframe");var r=i.document;i.onload=e.onload=r.onreadystatechange=function(){i.onload=e.onload=r.onreadystatechange=null;var n=setInterval((function(){r.body.childNodes.length>0&&"complete"===r.readyState&&(clearInterval(n),t(e))}),50)}}))},xs=function(e,t){for(var n=e.length-1;n>=0;n--){var i=e.item(n);"content"!==i&&t.style.setProperty(i,e.getPropertyValue(i))}return t},Qs=function(e){var t="";return e&&(t+="<!DOCTYPE ",e.name&&(t+=e.name),e.internalSubset&&(t+=e.internalSubset),e.publicId&&(t+='"'+e.publicId+'"'),e.systemId&&(t+='"'+e.systemId+'"'),t+=">"),t},_s=function(e,t,n){e&&e.defaultView&&(t!==e.defaultView.pageXOffset||n!==e.defaultView.pageYOffset)&&e.defaultView.scrollTo(t,n)},Fs=function(e){var t=e[0],n=e[1],i=e[2];t.scrollLeft=n,t.scrollTop=i},Us=":before",Ss=":after",Ts="___html2canvas___pseudoelement_before",Hs="___html2canvas___pseudoelement_after",Ms='{\n content: "" !important;\n display: none !important;\n}',Os=function(e){Ds(e,"."+Ts+Us+Ms+"\n ."+Hs+Ss+Ms)},Ds=function(e,t){var n=e.ownerDocument;if(n){var i=n.createElement("style");i.textContent=t,e.appendChild(i)}};(function(e){e[e["VECTOR"]=0]="VECTOR",e[e["BEZIER_CURVE"]=1]="BEZIER_CURVE"})(bs||(bs={}));var Ns,ks=function(e,t){return e.length===t.length&&e.some((function(e,n){return e===t[n]}))},Is=function(e,t,n,i,r){return e.map((function(e,o){switch(o){case 0:return e.add(t,n);case 1:return e.add(t+i,n);case 2:return e.add(t+i,n+r);case 3:return e.add(t,n+r)}return e}))},Ps=function(){function e(e,t){this.type=bs.VECTOR,this.x=e,this.y=t}return e.prototype.add=function(t,n){return new e(this.x+t,this.y+n)},e}(),Rs=function(e,t,n){return new Ps(e.x+(t.x-e.x)*n,e.y+(t.y-e.y)*n)},Ls=function(){function e(e,t,n,i){this.type=bs.BEZIER_CURVE,this.start=e,this.startControl=t,this.endControl=n,this.end=i}return e.prototype.subdivide=function(t,n){var i=Rs(this.start,this.startControl,t),r=Rs(this.startControl,this.endControl,t),o=Rs(this.endControl,this.end,t),a=Rs(i,r,t),s=Rs(r,o,t),A=Rs(a,s,t);return n?new e(this.start,i,a,A):new e(A,s,o,this.end)},e.prototype.add=function(t,n){return new e(this.start.add(t,n),this.startControl.add(t,n),this.endControl.add(t,n),this.end.add(t,n))},e.prototype.reverse=function(){return new e(this.end,this.endControl,this.startControl,this.start)},e}(),Ks=function(e){return e.type===bs.BEZIER_CURVE},Vs=function(){function e(e){var t=e.styles,n=e.bounds,i=Wn(t.borderTopLeftRadius,n.width,n.height),r=i[0],o=i[1],a=Wn(t.borderTopRightRadius,n.width,n.height),s=a[0],A=a[1],l=Wn(t.borderBottomRightRadius,n.width,n.height),u=l[0],c=l[1],h=Wn(t.borderBottomLeftRadius,n.width,n.height),f=h[0],d=h[1],p=[];p.push((r+s)/n.width),p.push((f+u)/n.width),p.push((o+d)/n.height),p.push((A+c)/n.height);var g=Math.max.apply(Math,p);g>1&&(r/=g,o/=g,s/=g,A/=g,u/=g,c/=g,f/=g,d/=g);var m=n.width-s,v=n.height-c,y=n.width-u,B=n.height-d,w=t.borderTopWidth,b=t.borderRightWidth,C=t.borderBottomWidth,E=t.borderLeftWidth,x=Xn(t.paddingTop,e.bounds.width),Q=Xn(t.paddingRight,e.bounds.width),_=Xn(t.paddingBottom,e.bounds.width),F=Xn(t.paddingLeft,e.bounds.width);this.topLeftBorderBox=r>0||o>0?zs(n.left,n.top,r,o,Ns.TOP_LEFT):new Ps(n.left,n.top),this.topRightBorderBox=s>0||A>0?zs(n.left+m,n.top,s,A,Ns.TOP_RIGHT):new Ps(n.left+n.width,n.top),this.bottomRightBorderBox=u>0||c>0?zs(n.left+y,n.top+v,u,c,Ns.BOTTOM_RIGHT):new Ps(n.left+n.width,n.top+n.height),this.bottomLeftBorderBox=f>0||d>0?zs(n.left,n.top+B,f,d,Ns.BOTTOM_LEFT):new Ps(n.left,n.top+n.height),this.topLeftPaddingBox=r>0||o>0?zs(n.left+E,n.top+w,Math.max(0,r-E),Math.max(0,o-w),Ns.TOP_LEFT):new Ps(n.left+E,n.top+w),this.topRightPaddingBox=s>0||A>0?zs(n.left+Math.min(m,n.width+E),n.top+w,m>n.width+E?0:s-E,A-w,Ns.TOP_RIGHT):new Ps(n.left+n.width-b,n.top+w),this.bottomRightPaddingBox=u>0||c>0?zs(n.left+Math.min(y,n.width-E),n.top+Math.min(v,n.height+w),Math.max(0,u-b),c-C,Ns.BOTTOM_RIGHT):new Ps(n.left+n.width-b,n.top+n.height-C),this.bottomLeftPaddingBox=f>0||d>0?zs(n.left+E,n.top+B,Math.max(0,f-E),d-C,Ns.BOTTOM_LEFT):new Ps(n.left+E,n.top+n.height-C),this.topLeftContentBox=r>0||o>0?zs(n.left+E+F,n.top+w+x,Math.max(0,r-(E+F)),Math.max(0,o-(w+x)),Ns.TOP_LEFT):new Ps(n.left+E+F,n.top+w+x),this.topRightContentBox=s>0||A>0?zs(n.left+Math.min(m,n.width+E+F),n.top+w+x,m>n.width+E+F?0:s-E+F,A-(w+x),Ns.TOP_RIGHT):new Ps(n.left+n.width-(b+Q),n.top+w+x),this.bottomRightContentBox=u>0||c>0?zs(n.left+Math.min(y,n.width-(E+F)),n.top+Math.min(v,n.height+w+x),Math.max(0,u-(b+Q)),c-(C+_),Ns.BOTTOM_RIGHT):new Ps(n.left+n.width-(b+Q),n.top+n.height-(C+_)),this.bottomLeftContentBox=f>0||d>0?zs(n.left+E+F,n.top+B,Math.max(0,f-(E+F)),d-(C+_),Ns.BOTTOM_LEFT):new Ps(n.left+E+F,n.top+n.height-(C+_))}return e}();(function(e){e[e["TOP_LEFT"]=0]="TOP_LEFT",e[e["TOP_RIGHT"]=1]="TOP_RIGHT",e[e["BOTTOM_RIGHT"]=2]="BOTTOM_RIGHT",e[e["BOTTOM_LEFT"]=3]="BOTTOM_LEFT"})(Ns||(Ns={}));var zs=function(e,t,n,i,r){var o=(Math.sqrt(2)-1)/3*4,a=n*o,s=i*o,A=e+n,l=t+i;switch(r){case Ns.TOP_LEFT:return new Ls(new Ps(e,l),new Ps(e,l-s),new Ps(A-a,t),new Ps(A,t));case Ns.TOP_RIGHT:return new Ls(new Ps(e,t),new Ps(e+a,t),new Ps(A,l-s),new Ps(A,l));case Ns.BOTTOM_RIGHT:return new Ls(new Ps(A,t),new Ps(A,t+s),new Ps(e+a,l),new Ps(e,l));case Ns.BOTTOM_LEFT:default:return new Ls(new Ps(A,l),new Ps(A-a,l),new Ps(e,t+s),new Ps(e,t))}},js=function(e){return[e.topLeftBorderBox,e.topRightBorderBox,e.bottomRightBorderBox,e.bottomLeftBorderBox]},$s=function(e){return[e.topLeftContentBox,e.topRightContentBox,e.bottomRightContentBox,e.bottomLeftContentBox]},Ws=function(e){return[e.topLeftPaddingBox,e.topRightPaddingBox,e.bottomRightPaddingBox,e.bottomLeftPaddingBox]},Xs=function(){function e(e,t,n){this.type=0,this.offsetX=e,this.offsetY=t,this.matrix=n,this.target=6}return e}(),Gs=function(){function e(e,t){this.type=1,this.target=t,this.path=e}return e}(),Ys=function(e){return 0===e.type},Js=function(e){return 1===e.type},qs=function(){function e(e){this.element=e,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return e}(),Zs=function(){function e(e,t){if(this.container=e,this.effects=t.slice(0),this.curves=new Vs(e),null!==e.styles.transform){var n=e.bounds.left+e.styles.transformOrigin[0].number,i=e.bounds.top+e.styles.transformOrigin[1].number,r=e.styles.transform;this.effects.push(new Xs(n,i,r))}if(e.styles.overflowX!==to.VISIBLE){var o=js(this.curves),a=Ws(this.curves);ks(o,a)?this.effects.push(new Gs(o,6)):(this.effects.push(new Gs(o,2)),this.effects.push(new Gs(a,4)))}}return e.prototype.getParentEffects=function(){var e=this.effects.slice(0);if(this.container.styles.overflowX!==to.VISIBLE){var t=js(this.curves),n=Ws(this.curves);ks(t,n)||e.push(new Gs(n,6))}return e},e}(),eA=function(e,t,n,i){e.container.elements.forEach((function(r){var o=$o(r.flags,4),a=$o(r.flags,2),s=new Zs(r,e.getParentEffects());$o(r.styles.display,2048)&&i.push(s);var A=$o(r.flags,8)?[]:i;if(o||a){var l=o||r.styles.isPositioned()?n:t,u=new qs(s);if(r.styles.isPositioned()||r.styles.opacity<1||r.styles.isTransformed()){var c=r.styles.zIndex.order;if(c<0){var h=0;l.negativeZIndex.some((function(e,t){return c>e.element.container.styles.zIndex.order?(h=t,!1):h>0})),l.negativeZIndex.splice(h,0,u)}else if(c>0){var f=0;l.positiveZIndex.some((function(e,t){return c>=e.element.container.styles.zIndex.order?(f=t+1,!1):f>0})),l.positiveZIndex.splice(f,0,u)}else l.zeroOrAutoZIndexOrTransformedOrOpacity.push(u)}else r.styles.isFloating()?l.nonPositionedFloats.push(u):l.nonPositionedInlineLevel.push(u);eA(s,u,o?u:n,A)}else r.styles.isInlineLevel()?t.inlineLevel.push(s):t.nonInlineLevel.push(s),eA(s,t,n,A);$o(r.flags,8)&&tA(r,A)}))},tA=function(e,t){for(var n=e instanceof va?e.start:1,i=e instanceof va&&e.reversed,r=0;r<t.length;r++){var o=t[r];o.container instanceof ma&&"number"===typeof o.container.value&&0!==o.container.value&&(n=o.container.value),o.listValue=ys(n,o.container.styles.listStyleType,!0),n+=i?-1:1}},nA=function(e){var t=new Zs(e,[]),n=new qs(t),i=[];return eA(t,n,n,i),tA(t.container,i),n},iA=function(e,t){switch(t){case 0:return rA(e.topLeftBorderBox,e.topLeftPaddingBox,e.topRightBorderBox,e.topRightPaddingBox);case 1:return rA(e.topRightBorderBox,e.topRightPaddingBox,e.bottomRightBorderBox,e.bottomRightPaddingBox);case 2:return rA(e.bottomRightBorderBox,e.bottomRightPaddingBox,e.bottomLeftBorderBox,e.bottomLeftPaddingBox);case 3:default:return rA(e.bottomLeftBorderBox,e.bottomLeftPaddingBox,e.topLeftBorderBox,e.topLeftPaddingBox)}},rA=function(e,t,n,i){var r=[];return Ks(e)?r.push(e.subdivide(.5,!1)):r.push(e),Ks(n)?r.push(n.subdivide(.5,!0)):r.push(n),Ks(i)?r.push(i.subdivide(.5,!0).reverse()):r.push(i),Ks(t)?r.push(t.subdivide(.5,!1).reverse()):r.push(t),r},oA=function(e){var t=e.bounds,n=e.styles;return t.add(n.borderLeftWidth,n.borderTopWidth,-(n.borderRightWidth+n.borderLeftWidth),-(n.borderTopWidth+n.borderBottomWidth))},aA=function(e){var t=e.styles,n=e.bounds,i=Xn(t.paddingLeft,n.width),r=Xn(t.paddingRight,n.width),o=Xn(t.paddingTop,n.width),a=Xn(t.paddingBottom,n.width);return n.add(i+t.borderLeftWidth,o+t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth+i+r),-(t.borderTopWidth+t.borderBottomWidth+o+a))},sA=function(e,t){return 0===e?t.bounds:2===e?aA(t):oA(t)},AA=function(e,t){return e===ci.BORDER_BOX?t.bounds:e===ci.CONTENT_BOX?aA(t):oA(t)},lA=function(e,t,n){var i=sA(fA(e.styles.backgroundOrigin,t),e),r=AA(fA(e.styles.backgroundClip,t),e),o=hA(fA(e.styles.backgroundSize,t),n,i),a=o[0],s=o[1],A=Wn(fA(e.styles.backgroundPosition,t),i.width-a,i.height-s),l=dA(fA(e.styles.backgroundRepeat,t),A,o,i,r),u=Math.round(i.left+A[0]),c=Math.round(i.top+A[1]);return[l,u,c,a,s]},uA=function(e){return On(e)&&e.value===pr.AUTO},cA=function(e){return"number"===typeof e},hA=function(e,t,n){var i=t[0],r=t[1],o=t[2],a=e[0],s=e[1];if(Kn(a)&&s&&Kn(s))return[Xn(a,n.width),Xn(s,n.height)];var A=cA(o);if(On(a)&&(a.value===pr.CONTAIN||a.value===pr.COVER)){if(cA(o)){var l=n.width/n.height;return l<o!==(a.value===pr.COVER)?[n.width,n.width/o]:[n.height*o,n.height]}return[n.width,n.height]}var u=cA(i),c=cA(r),h=u||c;if(uA(a)&&(!s||uA(s))){if(u&&c)return[i,r];if(!A&&!h)return[n.width,n.height];if(h&&A){var f=u?i:r*o,d=c?r:i/o;return[f,d]}var p=u?i:n.width,g=c?r:n.height;return[p,g]}if(A){var m=0,v=0;return Kn(a)?m=Xn(a,n.width):Kn(s)&&(v=Xn(s,n.height)),uA(a)?m=v*o:s&&!uA(s)||(v=m/o),[m,v]}var y=null,B=null;if(Kn(a)?y=Xn(a,n.width):s&&Kn(s)&&(B=Xn(s,n.height)),null===y||s&&!uA(s)||(B=u&&c?y/i*r:n.height),null!==B&&uA(a)&&(y=u&&c?B/r*i:n.width),null!==y&&null!==B)return[y,B];throw new Error("Unable to calculate background-size for element")},fA=function(e,t){var n=e[t];return"undefined"===typeof n?e[0]:n},dA=function(e,t,n,i,r){var o=t[0],a=t[1],s=n[0],A=n[1];switch(e){case ur.REPEAT_X:return[new Ps(Math.round(i.left),Math.round(i.top+a)),new Ps(Math.round(i.left+i.width),Math.round(i.top+a)),new Ps(Math.round(i.left+i.width),Math.round(A+i.top+a)),new Ps(Math.round(i.left),Math.round(A+i.top+a))];case ur.REPEAT_Y:return[new Ps(Math.round(i.left+o),Math.round(i.top)),new Ps(Math.round(i.left+o+s),Math.round(i.top)),new Ps(Math.round(i.left+o+s),Math.round(i.height+i.top)),new Ps(Math.round(i.left+o),Math.round(i.height+i.top))];case ur.NO_REPEAT:return[new Ps(Math.round(i.left+o),Math.round(i.top+a)),new Ps(Math.round(i.left+o+s),Math.round(i.top+a)),new Ps(Math.round(i.left+o+s),Math.round(i.top+a+A)),new Ps(Math.round(i.left+o),Math.round(i.top+a+A))];default:return[new Ps(Math.round(r.left),Math.round(r.top)),new Ps(Math.round(r.left+r.width),Math.round(r.top)),new Ps(Math.round(r.left+r.width),Math.round(r.height+r.top)),new Ps(Math.round(r.left),Math.round(r.height+r.top))]}},pA="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",gA="Hidden Text",mA=function(){function e(e){this._data={},this._document=e}return e.prototype.parseMetrics=function(e,t){var n=this._document.createElement("div"),i=this._document.createElement("img"),r=this._document.createElement("span"),o=this._document.body;n.style.visibility="hidden",n.style.fontFamily=e,n.style.fontSize=t,n.style.margin="0",n.style.padding="0",o.appendChild(n),i.src=pA,i.width=1,i.height=1,i.style.margin="0",i.style.padding="0",i.style.verticalAlign="baseline",r.style.fontFamily=e,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.appendChild(this._document.createTextNode(gA)),n.appendChild(r),n.appendChild(i);var a=i.offsetTop-r.offsetTop+2;n.removeChild(r),n.appendChild(this._document.createTextNode(gA)),n.style.lineHeight="normal",i.style.verticalAlign="super";var s=i.offsetTop-n.offsetTop+2;return o.removeChild(n),{baseline:a,middle:s}},e.prototype.getMetrics=function(e,t){var n=e+" "+t;return"undefined"===typeof this._data[n]&&(this._data[n]=this.parseMetrics(e,t)),this._data[n]},e}(),vA=1e4,yA=function(){function e(e){this._activeEffects=[],this.canvas=e.canvas?e.canvas:document.createElement("canvas"),this.ctx=this.canvas.getContext("2d"),this.options=e,e.canvas||(this.canvas.width=Math.floor(e.width*e.scale),this.canvas.height=Math.floor(e.height*e.scale),this.canvas.style.width=e.width+"px",this.canvas.style.height=e.height+"px"),this.fontMetrics=new mA(document),this.ctx.scale(this.options.scale,this.options.scale),this.ctx.translate(-e.x+e.scrollX,-e.y+e.scrollY),this.ctx.textBaseline="bottom",this._activeEffects=[],Ni.getInstance(e.id).debug("Canvas renderer initialized ("+e.width+"x"+e.height+" at "+e.x+","+e.y+") with scale "+e.scale)}return e.prototype.applyEffects=function(e,t){var n=this;while(this._activeEffects.length)this.popEffect();e.filter((function(e){return $o(e.target,t)})).forEach((function(e){return n.applyEffect(e)}))},e.prototype.applyEffect=function(e){this.ctx.save(),Ys(e)&&(this.ctx.translate(e.offsetX,e.offsetY),this.ctx.transform(e.matrix[0],e.matrix[1],e.matrix[2],e.matrix[3],e.matrix[4],e.matrix[5]),this.ctx.translate(-e.offsetX,-e.offsetY)),Js(e)&&(this.path(e.path),this.ctx.clip()),this._activeEffects.push(e)},e.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},e.prototype.renderStack=function(e){return i(this,void 0,void 0,(function(){var t;return r(this,(function(n){switch(n.label){case 0:return t=e.element.container.styles,t.isVisible()?(this.ctx.globalAlpha=t.opacity,[4,this.renderStackContent(e)]):[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}}))}))},e.prototype.renderNode=function(e){return i(this,void 0,void 0,(function(){return r(this,(function(t){switch(t.label){case 0:return e.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(e)]:[3,3];case 1:return t.sent(),[4,this.renderNodeContent(e)];case 2:t.sent(),t.label=3;case 3:return[2]}}))}))},e.prototype.renderTextWithLetterSpacing=function(e,t){var n=this;if(0===t)this.ctx.fillText(e.text,e.bounds.left,e.bounds.top+e.bounds.height);else{var i=A(e.text).map((function(e){return l(e)}));i.reduce((function(t,i){return n.ctx.fillText(i,t,e.bounds.top+e.bounds.height),t+n.ctx.measureText(i).width}),e.bounds.left)}},e.prototype.createFontStyle=function(e){var t=e.fontVariant.filter((function(e){return"normal"===e||"small-caps"===e})).join(""),n=e.fontFamily.join(", "),i=Hn(e.fontSize)?""+e.fontSize.number+e.fontSize.unit:e.fontSize.number+"px";return[[e.fontStyle,t,e.fontWeight,i,n].join(" "),n,i]},e.prototype.renderTextNode=function(e,t){return i(this,void 0,void 0,(function(){var n,i,o,a,s=this;return r(this,(function(r){return n=this.createFontStyle(t),i=n[0],o=n[1],a=n[2],this.ctx.font=i,e.textBounds.forEach((function(e){s.ctx.fillStyle=oi(t.color),s.renderTextWithLetterSpacing(e,t.letterSpacing);var n=t.textShadow;n.length&&e.text.trim().length&&(n.slice(0).reverse().forEach((function(t){s.ctx.shadowColor=oi(t.color),s.ctx.shadowOffsetX=t.offsetX.number*s.options.scale,s.ctx.shadowOffsetY=t.offsetY.number*s.options.scale,s.ctx.shadowBlur=t.blur.number,s.ctx.fillText(e.text,e.bounds.left,e.bounds.top+e.bounds.height)})),s.ctx.shadowColor="",s.ctx.shadowOffsetX=0,s.ctx.shadowOffsetY=0,s.ctx.shadowBlur=0),t.textDecorationLine.length&&(s.ctx.fillStyle=oi(t.textDecorationColor||t.color),t.textDecorationLine.forEach((function(t){switch(t){case 1:var n=s.fontMetrics.getMetrics(o,a).baseline;s.ctx.fillRect(e.bounds.left,Math.round(e.bounds.top+n),e.bounds.width,1);break;case 2:s.ctx.fillRect(e.bounds.left,Math.round(e.bounds.top),e.bounds.width,1);break;case 3:var i=s.fontMetrics.getMetrics(o,a).middle;s.ctx.fillRect(e.bounds.left,Math.ceil(e.bounds.top+i),e.bounds.width,1);break}})))})),[2]}))}))},e.prototype.renderReplacedElement=function(e,t,n){if(n&&e.intrinsicWidth>0&&e.intrinsicHeight>0){var i=aA(e),r=Ws(t);this.path(r),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,e.intrinsicWidth,e.intrinsicHeight,i.left,i.top,i.width,i.height),this.ctx.restore()}},e.prototype.renderNodeContent=function(t){return i(this,void 0,void 0,(function(){var n,i,a,s,A,l,u,c,h,f,d,p,g,m,v;return r(this,(function(r){switch(r.label){case 0:this.applyEffects(t.effects,4),n=t.container,i=t.curves,a=n.styles,s=0,A=n.textNodes,r.label=1;case 1:return s<A.length?(l=A[s],[4,this.renderTextNode(l,a)]):[3,4];case 2:r.sent(),r.label=3;case 3:return s++,[3,1];case 4:if(!(n instanceof da))return[3,8];r.label=5;case 5:return r.trys.push([5,7,,8]),[4,this.options.cache.match(n.src)];case 6:return g=r.sent(),this.renderReplacedElement(n,i,g),[3,8];case 7:return r.sent(),Ni.getInstance(this.options.id).error("Error loading image "+n.src),[3,8];case 8:if(n instanceof pa&&this.renderReplacedElement(n,i,n.canvas),!(n instanceof ga))return[3,12];r.label=9;case 9:return r.trys.push([9,11,,12]),[4,this.options.cache.match(n.svg)];case 10:return g=r.sent(),this.renderReplacedElement(n,i,g),[3,12];case 11:return r.sent(),Ni.getInstance(this.options.id).error("Error loading svg "+n.svg.substring(0,255)),[3,12];case 12:return n instanceof Ta&&n.tree?(u=new e({id:this.options.id,scale:this.options.scale,backgroundColor:n.backgroundColor,x:0,y:0,scrollX:0,scrollY:0,width:n.width,height:n.height,cache:this.options.cache,windowWidth:n.width,windowHeight:n.height}),[4,u.render(n.tree)]):[3,14];case 13:c=r.sent(),n.width&&n.height&&this.ctx.drawImage(c,0,0,n.width,n.height,n.bounds.left,n.bounds.top,n.bounds.width,n.bounds.height),r.label=14;case 14:if(n instanceof _a&&(h=Math.min(n.bounds.width,n.bounds.height),n.type===Ca?n.checked&&(this.ctx.save(),this.path([new Ps(n.bounds.left+.39363*h,n.bounds.top+.79*h),new Ps(n.bounds.left+.16*h,n.bounds.top+.5549*h),new Ps(n.bounds.left+.27347*h,n.bounds.top+.44071*h),new Ps(n.bounds.left+.39694*h,n.bounds.top+.5649*h),new Ps(n.bounds.left+.72983*h,n.bounds.top+.23*h),new Ps(n.bounds.left+.84*h,n.bounds.top+.34085*h),new Ps(n.bounds.left+.39363*h,n.bounds.top+.79*h)]),this.ctx.fillStyle=oi(Qa),this.ctx.fill(),this.ctx.restore()):n.type===Ea&&n.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(n.bounds.left+h/2,n.bounds.top+h/2,h/4,0,2*Math.PI,!0),this.ctx.fillStyle=oi(Qa),this.ctx.fill(),this.ctx.restore())),BA(n)&&n.value.length){switch(this.ctx.font=this.createFontStyle(a)[0],this.ctx.fillStyle=oi(a.color),this.ctx.textBaseline="middle",this.ctx.textAlign=bA(n.styles.textAlign),v=aA(n),f=0,n.styles.textAlign){case uo.CENTER:f+=v.width/2;break;case uo.RIGHT:f+=v.width;break}d=v.add(f,0,0,-v.height/2+1),this.ctx.save(),this.path([new Ps(v.left,v.top),new Ps(v.left+v.width,v.top),new Ps(v.left+v.width,v.top+v.height),new Ps(v.left,v.top+v.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new ra(n.value,d),a.letterSpacing),this.ctx.restore(),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"}if(!$o(n.styles.display,2048))return[3,20];if(null===n.styles.listStyleImage)return[3,19];if(p=n.styles.listStyleImage,p.type!==pi.URL)return[3,18];g=void 0,m=p.url,r.label=15;case 15:return r.trys.push([15,17,,18]),[4,this.options.cache.match(m)];case 16:return g=r.sent(),this.ctx.drawImage(g,n.bounds.left-(g.width+10),n.bounds.top),[3,18];case 17:return r.sent(),Ni.getInstance(this.options.id).error("Error loading list-style-image "+m),[3,18];case 18:return[3,20];case 19:t.listValue&&n.styles.listStyleType!==Zr.NONE&&(this.ctx.font=this.createFontStyle(a)[0],this.ctx.fillStyle=oi(a.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",v=new o(n.bounds.left,n.bounds.top+Xn(n.styles.paddingTop,n.bounds.width),n.bounds.width,Jr(a.lineHeight,a.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new ra(t.listValue,v),a.letterSpacing),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),r.label=20;case 20:return[2]}}))}))},e.prototype.renderStackContent=function(e){return i(this,void 0,void 0,(function(){var t,n,i,o,a,s,A,l,u,c,h,f,d,p,g;return r(this,(function(r){switch(r.label){case 0:return[4,this.renderNodeBackgroundAndBorders(e.element)];case 1:r.sent(),t=0,n=e.negativeZIndex,r.label=2;case 2:return t<n.length?(g=n[t],[4,this.renderStack(g)]):[3,5];case 3:r.sent(),r.label=4;case 4:return t++,[3,2];case 5:return[4,this.renderNodeContent(e.element)];case 6:r.sent(),i=0,o=e.nonInlineLevel,r.label=7;case 7:return i<o.length?(g=o[i],[4,this.renderNode(g)]):[3,10];case 8:r.sent(),r.label=9;case 9:return i++,[3,7];case 10:a=0,s=e.nonPositionedFloats,r.label=11;case 11:return a<s.length?(g=s[a],[4,this.renderStack(g)]):[3,14];case 12:r.sent(),r.label=13;case 13:return a++,[3,11];case 14:A=0,l=e.nonPositionedInlineLevel,r.label=15;case 15:return A<l.length?(g=l[A],[4,this.renderStack(g)]):[3,18];case 16:r.sent(),r.label=17;case 17:return A++,[3,15];case 18:u=0,c=e.inlineLevel,r.label=19;case 19:return u<c.length?(g=c[u],[4,this.renderNode(g)]):[3,22];case 20:r.sent(),r.label=21;case 21:return u++,[3,19];case 22:h=0,f=e.zeroOrAutoZIndexOrTransformedOrOpacity,r.label=23;case 23:return h<f.length?(g=f[h],[4,this.renderStack(g)]):[3,26];case 24:r.sent(),r.label=25;case 25:return h++,[3,23];case 26:d=0,p=e.positiveZIndex,r.label=27;case 27:return d<p.length?(g=p[d],[4,this.renderStack(g)]):[3,30];case 28:r.sent(),r.label=29;case 29:return d++,[3,27];case 30:return[2]}}))}))},e.prototype.mask=function(e){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(e.slice(0).reverse()),this.ctx.closePath()},e.prototype.path=function(e){this.ctx.beginPath(),this.formatPath(e),this.ctx.closePath()},e.prototype.formatPath=function(e){var t=this;e.forEach((function(e,n){var i=Ks(e)?e.start:e;0===n?t.ctx.moveTo(i.x,i.y):t.ctx.lineTo(i.x,i.y),Ks(e)&&t.ctx.bezierCurveTo(e.startControl.x,e.startControl.y,e.endControl.x,e.endControl.y,e.end.x,e.end.y)}))},e.prototype.renderRepeat=function(e,t,n,i){this.path(e),this.ctx.fillStyle=t,this.ctx.translate(n,i),this.ctx.fill(),this.ctx.translate(-n,-i)},e.prototype.resizeImage=function(e,t,n){if(e.width===t&&e.height===n)return e;var i=this.canvas.ownerDocument.createElement("canvas");i.width=t,i.height=n;var r=i.getContext("2d");return r.drawImage(e,0,0,e.width,e.height,0,0,t,n),i},e.prototype.renderBackgroundImage=function(e){return i(this,void 0,void 0,(function(){var t,n,i,o,a,s;return r(this,(function(A){switch(A.label){case 0:t=e.styles.backgroundImage.length-1,n=function(n){var o,a,s,A,l,u,c,h,f,d,p,g,m,v,y,B,w,b,C,E,x,Q,_,F,U,S,T,H,M,O,D;return r(this,(function(r){switch(r.label){case 0:if(n.type!==pi.URL)return[3,5];o=void 0,a=n.url,r.label=1;case 1:return r.trys.push([1,3,,4]),[4,i.options.cache.match(a)];case 2:return o=r.sent(),[3,4];case 3:return r.sent(),Ni.getInstance(i.options.id).error("Error loading background-image "+a),[3,4];case 4:return o&&(s=lA(e,t,[o.width,o.height,o.width/o.height]),B=s[0],Q=s[1],_=s[2],C=s[3],E=s[4],v=i.ctx.createPattern(i.resizeImage(o,C,E),"repeat"),i.renderRepeat(B,v,Q,_)),[3,6];case 5:ar(n)?(A=lA(e,t,[null,null,null]),B=A[0],Q=A[1],_=A[2],C=A[3],E=A[4],l=wi(n.angle,C,E),u=l[0],c=l[1],h=l[2],f=l[3],d=l[4],p=document.createElement("canvas"),p.width=C,p.height=E,g=p.getContext("2d"),m=g.createLinearGradient(c,f,h,d),yi(n.stops,u).forEach((function(e){return m.addColorStop(e.stop,oi(e.color))})),g.fillStyle=m,g.fillRect(0,0,C,E),C>0&&E>0&&(v=i.ctx.createPattern(p,"repeat"),i.renderRepeat(B,v,Q,_))):sr(n)&&(y=lA(e,t,[null,null,null]),B=y[0],w=y[1],b=y[2],C=y[3],E=y[4],x=0===n.position.length?[jn]:n.position,Q=Xn(x[0],C),_=Xn(x[x.length-1],E),F=Ei(n,Q,_,C,E),U=F[0],S=F[1],U>0&&U>0&&(T=i.ctx.createRadialGradient(w+Q,b+_,0,w+Q,b+_,U),yi(n.stops,2*U).forEach((function(e){return T.addColorStop(e.stop,oi(e.color))})),i.path(B),i.ctx.fillStyle=T,U!==S?(H=e.bounds.left+.5*e.bounds.width,M=e.bounds.top+.5*e.bounds.height,O=S/U,D=1/O,i.ctx.save(),i.ctx.translate(H,M),i.ctx.transform(1,0,0,O,0,0),i.ctx.translate(-H,-M),i.ctx.fillRect(w,D*(b-M)+M,C,E*D),i.ctx.restore()):i.ctx.fill())),r.label=6;case 6:return t--,[2]}}))},i=this,o=0,a=e.styles.backgroundImage.slice(0).reverse(),A.label=1;case 1:return o<a.length?(s=a[o],[5,n(s)]):[3,4];case 2:A.sent(),A.label=3;case 3:return o++,[3,1];case 4:return[2]}}))}))},e.prototype.renderBorder=function(e,t,n){return i(this,void 0,void 0,(function(){return r(this,(function(i){return this.path(iA(n,t)),this.ctx.fillStyle=oi(e),this.ctx.fill(),[2]}))}))},e.prototype.renderNodeBackgroundAndBorders=function(e){return i(this,void 0,void 0,(function(){var t,n,i,o,a,s,A,l,u=this;return r(this,(function(r){switch(r.label){case 0:return this.applyEffects(e.effects,2),t=e.container.styles,n=!ri(t.backgroundColor)||t.backgroundImage.length,i=[{style:t.borderTopStyle,color:t.borderTopColor},{style:t.borderRightStyle,color:t.borderRightColor},{style:t.borderBottomStyle,color:t.borderBottomColor},{style:t.borderLeftStyle,color:t.borderLeftColor}],o=wA(fA(t.backgroundClip,0),e.curves),n||t.boxShadow.length?(this.ctx.save(),this.path(o),this.ctx.clip(),ri(t.backgroundColor)||(this.ctx.fillStyle=oi(t.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(e.container)]):[3,2];case 1:r.sent(),this.ctx.restore(),t.boxShadow.slice(0).reverse().forEach((function(t){u.ctx.save();var n=js(e.curves),i=t.inset?0:vA,r=Is(n,-i+(t.inset?1:-1)*t.spread.number,(t.inset?1:-1)*t.spread.number,t.spread.number*(t.inset?-2:2),t.spread.number*(t.inset?-2:2));t.inset?(u.path(n),u.ctx.clip(),u.mask(r)):(u.mask(n),u.ctx.clip(),u.path(r)),u.ctx.shadowOffsetX=t.offsetX.number+i,u.ctx.shadowOffsetY=t.offsetY.number,u.ctx.shadowColor=oi(t.color),u.ctx.shadowBlur=t.blur.number,u.ctx.fillStyle=t.inset?oi(t.color):"rgba(0,0,0,1)",u.ctx.fill(),u.ctx.restore()})),r.label=2;case 2:a=0,s=0,A=i,r.label=3;case 3:return s<A.length?(l=A[s],l.style===vr.NONE||ri(l.color)?[3,5]:[4,this.renderBorder(l.color,a,e.curves)]):[3,7];case 4:r.sent(),r.label=5;case 5:a++,r.label=6;case 6:return s++,[3,3];case 7:return[2]}}))}))},e.prototype.render=function(e){return i(this,void 0,void 0,(function(){var t;return r(this,(function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=oi(this.options.backgroundColor),this.ctx.fillRect(this.options.x-this.options.scrollX,this.options.y-this.options.scrollY,this.options.width,this.options.height)),t=nA(e),[4,this.renderStack(t)];case 1:return n.sent(),this.applyEffects([],2),[2,this.canvas]}}))}))},e}(),BA=function(e){return e instanceof Ua||(e instanceof Fa||e instanceof _a&&e.type!==Ea&&e.type!==Ca)},wA=function(e,t){switch(e){case ci.BORDER_BOX:return js(t);case ci.CONTENT_BOX:return $s(t);case ci.PADDING_BOX:default:return Ws(t)}},bA=function(e){switch(e){case uo.CENTER:return"center";case uo.RIGHT:return"right";case uo.LEFT:default:return"left"}},CA=function(){function e(e){this.canvas=e.canvas?e.canvas:document.createElement("canvas"),this.ctx=this.canvas.getContext("2d"),this.options=e,this.canvas.width=Math.floor(e.width*e.scale),this.canvas.height=Math.floor(e.height*e.scale),this.canvas.style.width=e.width+"px",this.canvas.style.height=e.height+"px",this.ctx.scale(this.options.scale,this.options.scale),this.ctx.translate(-e.x+e.scrollX,-e.y+e.scrollY),Ni.getInstance(e.id).debug("EXPERIMENTAL ForeignObject renderer initialized ("+e.width+"x"+e.height+" at "+e.x+","+e.y+") with scale "+e.scale)}return e.prototype.render=function(e){return i(this,void 0,void 0,(function(){var t,n;return r(this,(function(i){switch(i.label){case 0:return t=Mi(Math.max(this.options.windowWidth,this.options.width)*this.options.scale,Math.max(this.options.windowHeight,this.options.height)*this.options.scale,this.options.scrollX*this.options.scale,this.options.scrollY*this.options.scale,e),[4,EA(t)];case 1:return n=i.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=oi(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(n,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}}))}))},e}(),EA=function(e){return new Promise((function(t,n){var i=new Image;i.onload=function(){t(i)},i.onerror=n,i.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(e))}))},xA=void 0,QA=function(e){return ii.parse(Tn.create(e).parseComponentValue())},_A=function(e,t){return void 0===t&&(t={}),FA(e,t)};"undefined"!==typeof window&&ki.setContext(window);var FA=function(e,t){return i(xA,void 0,void 0,(function(){var i,A,l,u,c,h,f,d,p,g,m,v,y,B,w,b,C,E,x,Q,_,F,U,S,T;return r(this,(function(r){switch(r.label){case 0:if(i=e.ownerDocument,!i)throw new Error("Element is not attached to a Document");if(A=i.defaultView,!A)throw new Error("Document is not attached to a Window");return l=(Math.round(1e3*Math.random())+Date.now()).toString(16),u=Wa(e)||ja(e)?s(i):a(e),c=u.width,h=u.height,f=u.left,d=u.top,p={allowTaint:!1,imageTimeout:15e3,proxy:void 0,useCORS:!1},g=n({},p,t),m={backgroundColor:"#ffffff",cache:t.cache?t.cache:ki.create(l,g),logging:!0,removeContainer:!0,foreignObjectRendering:!1,scale:A.devicePixelRatio||1,windowWidth:A.innerWidth,windowHeight:A.innerHeight,scrollX:A.pageXOffset,scrollY:A.pageYOffset,x:f,y:d,width:Math.ceil(c),height:Math.ceil(h),id:l},v=n({},m,g,t),y=new o(v.scrollX,v.scrollY,v.windowWidth,v.windowHeight),Ni.create({id:l,enabled:v.logging}),Ni.getInstance(l).debug("Starting document clone"),B=new ws(e,{id:l,onclone:v.onclone,ignoreElements:v.ignoreElements,inlineImages:v.foreignObjectRendering,copyStyles:v.foreignObjectRendering}),w=B.clonedReferenceElement,w?[4,B.toIFrame(i,y)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return b=r.sent(),C=i.documentElement?QA(getComputedStyle(i.documentElement).backgroundColor):di.TRANSPARENT,E=i.body?QA(getComputedStyle(i.body).backgroundColor):di.TRANSPARENT,x=t.backgroundColor,Q="string"===typeof x?QA(x):null===x?di.TRANSPARENT:4294967295,_=e===i.documentElement?ri(C)?ri(E)?Q:E:C:Q,F={id:l,cache:v.cache,canvas:v.canvas,backgroundColor:_,scale:v.scale,x:v.x,y:v.y,scrollX:v.scrollX,scrollY:v.scrollY,width:v.width,height:v.height,windowWidth:v.windowWidth,windowHeight:v.windowHeight},v.foreignObjectRendering?(Ni.getInstance(l).debug("Document cloned, using foreign object rendering"),T=new CA(F),[4,T.render(w)]):[3,3];case 2:return U=r.sent(),[3,5];case 3:return Ni.getInstance(l).debug("Document cloned, using computed rendering"),ki.attachInstance(v.cache),Ni.getInstance(l).debug("Starting DOM parsing"),S=Da(w),ki.detachInstance(),_===S.styles.backgroundColor&&(S.styles.backgroundColor=di.TRANSPARENT),Ni.getInstance(l).debug("Starting renderer"),T=new yA(F),[4,T.render(S)];case 4:U=r.sent(),r.label=5;case 5:return!0===v.removeContainer&&(ws.destroy(b)||Ni.getInstance(l).error("Cannot detach cloned iframe as it is not in the DOM anymore")),Ni.getInstance(l).debug("Finished rendering"),Ni.destroy(l),ki.destroy(l),[2,U]}}))}))};return _A}))},c263:function(e,t,n){e.exports=function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=55)}([function(e,t,n){"use strict";function i(e,t,n,i,r,o,a,s){var A,l="function"===typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),i&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(A=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},l._ssrRegister=A):r&&(A=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),A)if(l.functional){l._injectStyles=A;var u=l.render;l.render=function(e,t){return A.call(t),u(e,t)}}else{var c=l.beforeCreate;l.beforeCreate=c?[].concat(c,A):[A]}return{exports:e,options:l}}n.d(t,"a",(function(){return i}))},function(e,t){e.exports=n("d940")},function(e,t){e.exports=n("5924")},function(e,t){e.exports=n("8122")},function(e,t){e.exports=n("d010")},function(e,t){e.exports=n("e974")},function(e,t){e.exports=n("6b7c")},function(e,t){e.exports=n("2b0e")},,function(e,t){e.exports=n("7f4d")},function(e,t){e.exports=n("f3ad")},,function(e,t){e.exports=n("417f")},function(e,t){e.exports=n("eedf")},function(e,t){e.exports=n("14e9")},,,,,,,,,,,,,function(e,t,n){"use strict";var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-leave":function(t){e.$emit("dodestroy")}}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-time-panel el-popper",class:e.popperClass},[n("div",{staticClass:"el-time-panel__content",class:{"has-seconds":e.showSeconds}},[n("time-spinner",{ref:"spinner",attrs:{"arrow-control":e.useArrow,"show-seconds":e.showSeconds,"am-pm-mode":e.amPmMode,date:e.date},on:{change:e.handleChange,"select-range":e.setSelectionRange}})],1),n("div",{staticClass:"el-time-panel__footer"},[n("button",{staticClass:"el-time-panel__btn cancel",attrs:{type:"button"},on:{click:e.handleCancel}},[e._v(e._s(e.t("el.datepicker.cancel")))]),n("button",{staticClass:"el-time-panel__btn",class:{confirm:!e.disabled},attrs:{type:"button"},on:{click:function(t){e.handleConfirm()}}},[e._v(e._s(e.t("el.datepicker.confirm")))])])])])},r=[];i._withStripped=!0;var o=n(1),a=n(6),s=n.n(a),A=n(35),l={mixins:[s.a],components:{TimeSpinner:A["a"]},props:{visible:Boolean,timeArrowControl:Boolean},watch:{visible:function(e){var t=this;e?(this.oldValue=this.value,this.$nextTick((function(){return t.$refs.spinner.emitSelectRange("hours")}))):this.needInitAdjust=!0},value:function(e){var t=this,n=void 0;e instanceof Date?n=Object(o["limitTimeRange"])(e,this.selectableRange,this.format):e||(n=this.defaultValue?new Date(this.defaultValue):new Date),this.date=n,this.visible&&this.needInitAdjust&&(this.$nextTick((function(e){return t.adjustSpinners()})),this.needInitAdjust=!1)},selectableRange:function(e){this.$refs.spinner.selectableRange=e},defaultValue:function(e){Object(o["isDate"])(this.value)||(this.date=e?new Date(e):new Date)}},data:function(){return{popperClass:"",format:"HH:mm:ss",value:"",defaultValue:null,date:new Date,oldValue:new Date,selectableRange:[],selectionRange:[0,2],disabled:!1,arrowControl:!1,needInitAdjust:!0}},computed:{showSeconds:function(){return-1!==(this.format||"").indexOf("ss")},useArrow:function(){return this.arrowControl||this.timeArrowControl||!1},amPmMode:function(){return-1!==(this.format||"").indexOf("A")?"A":-1!==(this.format||"").indexOf("a")?"a":""}},methods:{handleCancel:function(){this.$emit("pick",this.oldValue,!1)},handleChange:function(e){this.visible&&(this.date=Object(o["clearMilliseconds"])(e),this.isValidValue(this.date)&&this.$emit("pick",this.date,!0))},setSelectionRange:function(e,t){this.$emit("select-range",e,t),this.selectionRange=[e,t]},handleConfirm:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments[1];if(!t){var n=Object(o["clearMilliseconds"])(Object(o["limitTimeRange"])(this.date,this.selectableRange,this.format));this.$emit("pick",n,e,t)}},handleKeydown:function(e){var t=e.keyCode,n={38:-1,40:1,37:-1,39:1};if(37===t||39===t){var i=n[t];return this.changeSelectionRange(i),void e.preventDefault()}if(38===t||40===t){var r=n[t];return this.$refs.spinner.scrollDown(r),void e.preventDefault()}},isValidValue:function(e){return Object(o["timeWithinRange"])(e,this.selectableRange,this.format)},adjustSpinners:function(){return this.$refs.spinner.adjustSpinners()},changeSelectionRange:function(e){var t=[0,3].concat(this.showSeconds?[6]:[]),n=["hours","minutes"].concat(this.showSeconds?["seconds"]:[]),i=t.indexOf(this.selectionRange[0]),r=(i+e+t.length)%t.length;this.$refs.spinner.emitSelectRange(n[r])}},mounted:function(){var e=this;this.$nextTick((function(){return e.handleConfirm(!0,!0)})),this.$emit("mounted")}},u=l,c=n(0),h=Object(c["a"])(u,i,r,!1,null,null,null);h.options.__file="packages/date-picker/src/panel/time.vue";t["a"]=h.exports},,,function(e,t,n){"use strict";var i=n(2);t["a"]={bind:function(e,t,n){var r=null,o=void 0,a=function(){return n.context[t.expression].apply()},s=function(){Date.now()-o<100&&a(),clearInterval(r),r=null};Object(i["on"])(e,"mousedown",(function(e){0===e.button&&(o=Date.now(),Object(i["once"])(document,"mouseup",s),clearInterval(r),r=setInterval(a,100))}))}}},,,function(e,t,n){"use strict";var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.ranged?n("div",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleClose,expression:"handleClose"}],ref:"reference",staticClass:"el-date-editor el-range-editor el-input__inner",class:["el-date-editor--"+e.type,e.pickerSize?"el-range-editor--"+e.pickerSize:"",e.pickerDisabled?"is-disabled":"",e.pickerVisible?"is-active":""],on:{click:e.handleRangeClick,mouseenter:e.handleMouseEnter,mouseleave:function(t){e.showClose=!1},keydown:e.handleKeydown}},[n("i",{class:["el-input__icon","el-range__icon",e.triggerClass]}),n("input",e._b({staticClass:"el-range-input",attrs:{autocomplete:"off",placeholder:e.startPlaceholder,disabled:e.pickerDisabled,readonly:!e.editable||e.readonly,name:e.name&&e.name[0]},domProps:{value:e.displayValue&&e.displayValue[0]},on:{input:e.handleStartInput,change:e.handleStartChange,focus:e.handleFocus}},"input",e.firstInputId,!1)),e._t("range-separator",[n("span",{staticClass:"el-range-separator"},[e._v(e._s(e.rangeSeparator))])]),n("input",e._b({staticClass:"el-range-input",attrs:{autocomplete:"off",placeholder:e.endPlaceholder,disabled:e.pickerDisabled,readonly:!e.editable||e.readonly,name:e.name&&e.name[1]},domProps:{value:e.displayValue&&e.displayValue[1]},on:{input:e.handleEndInput,change:e.handleEndChange,focus:e.handleFocus}},"input",e.secondInputId,!1)),e.haveTrigger?n("i",{staticClass:"el-input__icon el-range__close-icon",class:[e.showClose?""+e.clearIcon:""],on:{click:e.handleClickIcon}}):e._e()],2):n("el-input",e._b({directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleClose,expression:"handleClose"}],ref:"reference",staticClass:"el-date-editor",class:"el-date-editor--"+e.type,attrs:{readonly:!e.editable||e.readonly||"dates"===e.type||"week"===e.type,disabled:e.pickerDisabled,size:e.pickerSize,name:e.name,placeholder:e.placeholder,value:e.displayValue,validateEvent:!1},on:{focus:e.handleFocus,input:function(t){return e.userInput=t},change:e.handleChange},nativeOn:{keydown:function(t){return e.handleKeydown(t)},mouseenter:function(t){return e.handleMouseEnter(t)},mouseleave:function(t){e.showClose=!1}}},"el-input",e.firstInputId,!1),[n("i",{staticClass:"el-input__icon",class:e.triggerClass,attrs:{slot:"prefix"},on:{click:e.handleFocus},slot:"prefix"}),e.haveTrigger?n("i",{staticClass:"el-input__icon",class:[e.showClose?""+e.clearIcon:""],attrs:{slot:"suffix"},on:{click:e.handleClickIcon},slot:"suffix"}):e._e()])},r=[];i._withStripped=!0;var o=n(7),a=n.n(o),s=n(12),A=n.n(s),l=n(1),u=n(5),c=n.n(u),h=n(4),f=n.n(h),d=n(10),p=n.n(d),g=n(9),m=n.n(g),v={props:{appendToBody:c.a.props.appendToBody,offset:c.a.props.offset,boundariesPadding:c.a.props.boundariesPadding,arrowOffset:c.a.props.arrowOffset},methods:c.a.methods,data:function(){return m()({visibleArrow:!0},c.a.data)},beforeDestroy:c.a.beforeDestroy},y={date:"yyyy-MM-dd",month:"yyyy-MM",datetime:"yyyy-MM-dd HH:mm:ss",time:"HH:mm:ss",week:"yyyywWW",timerange:"HH:mm:ss",daterange:"yyyy-MM-dd",monthrange:"yyyy-MM",datetimerange:"yyyy-MM-dd HH:mm:ss",year:"yyyy"},B=["date","datetime","time","time-select","week","month","year","daterange","monthrange","timerange","datetimerange","dates"],w=function(e,t){return"timestamp"===t?e.getTime():Object(l["formatDate"])(e,t)},b=function(e,t){return"timestamp"===t?new Date(Number(e)):Object(l["parseDate"])(e,t)},C=function(e,t){if(Array.isArray(e)&&2===e.length){var n=e[0],i=e[1];if(n&&i)return[w(n,t),w(i,t)]}return""},E=function(e,t,n){if(Array.isArray(e)||(e=e.split(n)),2===e.length){var i=e[0],r=e[1];return[b(i,t),b(r,t)]}return[]},x={default:{formatter:function(e){return e?""+e:""},parser:function(e){return void 0===e||""===e?null:e}},week:{formatter:function(e,t){var n=Object(l["getWeekNumber"])(e),i=e.getMonth(),r=new Date(e);1===n&&11===i&&(r.setHours(0,0,0,0),r.setDate(r.getDate()+3-(r.getDay()+6)%7));var o=Object(l["formatDate"])(r,t);return o=/WW/.test(o)?o.replace(/WW/,n<10?"0"+n:n):o.replace(/W/,n),o},parser:function(e,t){return x.date.parser(e,t)}},date:{formatter:w,parser:b},datetime:{formatter:w,parser:b},daterange:{formatter:C,parser:E},monthrange:{formatter:C,parser:E},datetimerange:{formatter:C,parser:E},timerange:{formatter:C,parser:E},time:{formatter:w,parser:b},month:{formatter:w,parser:b},year:{formatter:w,parser:b},number:{formatter:function(e){return e?""+e:""},parser:function(e){var t=Number(e);return isNaN(e)?null:t}},dates:{formatter:function(e,t){return e.map((function(e){return w(e,t)}))},parser:function(e,t){return("string"===typeof e?e.split(", "):e).map((function(e){return e instanceof Date?e:b(e,t)}))}}},Q={left:"bottom-start",center:"bottom",right:"bottom-end"},_=function(e,t,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"-";if(!e)return null;var r=(x[n]||x["default"]).parser,o=t||y[n];return r(e,o,i)},F=function(e,t,n){if(!e)return null;var i=(x[n]||x["default"]).formatter,r=t||y[n];return i(e,r)},U=function(e,t){var n=function(e,t){var n=e instanceof Date,i=t instanceof Date;return n&&i?e.getTime()===t.getTime():!n&&!i&&e===t},i=e instanceof Array,r=t instanceof Array;return i&&r?e.length===t.length&&e.every((function(e,i){return n(e,t[i])})):!i&&!r&&n(e,t)},S=function(e){return"string"===typeof e||e instanceof String},T=function(e){return null===e||void 0===e||S(e)||Array.isArray(e)&&2===e.length&&e.every(S)},H={mixins:[f.a,v],inject:{elForm:{default:""},elFormItem:{default:""}},props:{size:String,format:String,valueFormat:String,readonly:Boolean,placeholder:String,startPlaceholder:String,endPlaceholder:String,prefixIcon:String,clearIcon:{type:String,default:"el-icon-circle-close"},name:{default:"",validator:T},disabled:Boolean,clearable:{type:Boolean,default:!0},id:{default:"",validator:T},popperClass:String,editable:{type:Boolean,default:!0},align:{type:String,default:"left"},value:{},defaultValue:{},defaultTime:{},rangeSeparator:{default:"-"},pickerOptions:{},unlinkPanels:Boolean,validateEvent:{type:Boolean,default:!0}},components:{ElInput:p.a},directives:{Clickoutside:A.a},data:function(){return{pickerVisible:!1,showClose:!1,userInput:null,valueOnOpen:null,unwatchPickerOptions:null}},watch:{pickerVisible:function(e){this.readonly||this.pickerDisabled||(e?(this.showPicker(),this.valueOnOpen=Array.isArray(this.value)?[].concat(this.value):this.value):(this.hidePicker(),this.emitChange(this.value),this.userInput=null,this.validateEvent&&this.dispatch("ElFormItem","el.form.blur"),this.$emit("blur",this),this.blur()))},parsedValue:{immediate:!0,handler:function(e){this.picker&&(this.picker.value=e)}},defaultValue:function(e){this.picker&&(this.picker.defaultValue=e)},value:function(e,t){U(e,t)||this.pickerVisible||!this.validateEvent||this.dispatch("ElFormItem","el.form.change",e)}},computed:{ranged:function(){return this.type.indexOf("range")>-1},reference:function(){var e=this.$refs.reference;return e.$el||e},refInput:function(){return this.reference?[].slice.call(this.reference.querySelectorAll("input")):[]},valueIsEmpty:function(){var e=this.value;if(Array.isArray(e)){for(var t=0,n=e.length;t<n;t++)if(e[t])return!1}else if(e)return!1;return!0},triggerClass:function(){return this.prefixIcon||(-1!==this.type.indexOf("time")?"el-icon-time":"el-icon-date")},selectionMode:function(){return"week"===this.type?"week":"month"===this.type?"month":"year"===this.type?"year":"dates"===this.type?"dates":"day"},haveTrigger:function(){return"undefined"!==typeof this.showTrigger?this.showTrigger:-1!==B.indexOf(this.type)},displayValue:function(){var e=F(this.parsedValue,this.format,this.type,this.rangeSeparator);return Array.isArray(this.userInput)?[this.userInput[0]||e&&e[0]||"",this.userInput[1]||e&&e[1]||""]:null!==this.userInput?this.userInput:e?"dates"===this.type?e.join(", "):e:""},parsedValue:function(){if(!this.value)return this.value;if("time-select"===this.type)return this.value;var e=Object(l["isDateObject"])(this.value)||Array.isArray(this.value)&&this.value.every(l["isDateObject"]);return e?this.value:this.valueFormat?_(this.value,this.valueFormat,this.type,this.rangeSeparator)||this.value:Array.isArray(this.value)?this.value.map((function(e){return new Date(e)})):new Date(this.value)},_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},pickerSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},pickerDisabled:function(){return this.disabled||(this.elForm||{}).disabled},firstInputId:function(){var e={},t=void 0;return t=this.ranged?this.id&&this.id[0]:this.id,t&&(e.id=t),e},secondInputId:function(){var e={},t=void 0;return this.ranged&&(t=this.id&&this.id[1]),t&&(e.id=t),e}},created:function(){this.popperOptions={boundariesPadding:0,gpuAcceleration:!1},this.placement=Q[this.align]||Q.left,this.$on("fieldReset",this.handleFieldReset)},methods:{focus:function(){this.ranged?this.handleFocus():this.$refs.reference.focus()},blur:function(){this.refInput.forEach((function(e){return e.blur()}))},parseValue:function(e){var t=Object(l["isDateObject"])(e)||Array.isArray(e)&&e.every(l["isDateObject"]);return this.valueFormat&&!t&&_(e,this.valueFormat,this.type,this.rangeSeparator)||e},formatToValue:function(e){var t=Object(l["isDateObject"])(e)||Array.isArray(e)&&e.every(l["isDateObject"]);return this.valueFormat&&t?F(e,this.valueFormat,this.type,this.rangeSeparator):e},parseString:function(e){var t=Array.isArray(e)?this.type:this.type.replace("range","");return _(e,this.format,t)},formatToString:function(e){var t=Array.isArray(e)?this.type:this.type.replace("range","");return F(e,this.format,t)},handleMouseEnter:function(){this.readonly||this.pickerDisabled||!this.valueIsEmpty&&this.clearable&&(this.showClose=!0)},handleChange:function(){if(this.userInput){var e=this.parseString(this.displayValue);e&&(this.picker.value=e,this.isValidValue(e)&&(this.emitInput(e),this.userInput=null))}""===this.userInput&&(this.emitInput(null),this.emitChange(null),this.userInput=null)},handleStartInput:function(e){this.userInput?this.userInput=[e.target.value,this.userInput[1]]:this.userInput=[e.target.value,null]},handleEndInput:function(e){this.userInput?this.userInput=[this.userInput[0],e.target.value]:this.userInput=[null,e.target.value]},handleStartChange:function(e){var t=this.parseString(this.userInput&&this.userInput[0]);if(t){this.userInput=[this.formatToString(t),this.displayValue[1]];var n=[t,this.picker.value&&this.picker.value[1]];this.picker.value=n,this.isValidValue(n)&&(this.emitInput(n),this.userInput=null)}},handleEndChange:function(e){var t=this.parseString(this.userInput&&this.userInput[1]);if(t){this.userInput=[this.displayValue[0],this.formatToString(t)];var n=[this.picker.value&&this.picker.value[0],t];this.picker.value=n,this.isValidValue(n)&&(this.emitInput(n),this.userInput=null)}},handleClickIcon:function(e){this.readonly||this.pickerDisabled||(this.showClose?(this.valueOnOpen=this.value,e.stopPropagation(),this.emitInput(null),this.emitChange(null),this.showClose=!1,this.picker&&"function"===typeof this.picker.handleClear&&this.picker.handleClear()):this.pickerVisible=!this.pickerVisible)},handleClose:function(){if(this.pickerVisible&&(this.pickerVisible=!1,"dates"===this.type)){var e=_(this.valueOnOpen,this.valueFormat,this.type,this.rangeSeparator)||this.valueOnOpen;this.emitInput(e)}},handleFieldReset:function(e){this.userInput=""===e?null:e},handleFocus:function(){var e=this.type;-1===B.indexOf(e)||this.pickerVisible||(this.pickerVisible=!0),this.$emit("focus",this)},handleKeydown:function(e){var t=this,n=e.keyCode;return 27===n?(this.pickerVisible=!1,void e.stopPropagation()):9!==n?13===n?((""===this.userInput||this.isValidValue(this.parseString(this.displayValue)))&&(this.handleChange(),this.pickerVisible=this.picker.visible=!1,this.blur()),void e.stopPropagation()):void(this.userInput?e.stopPropagation():this.picker&&this.picker.handleKeydown&&this.picker.handleKeydown(e)):void(this.ranged?setTimeout((function(){-1===t.refInput.indexOf(document.activeElement)&&(t.pickerVisible=!1,t.blur(),e.stopPropagation())}),0):(this.handleChange(),this.pickerVisible=this.picker.visible=!1,this.blur(),e.stopPropagation()))},handleRangeClick:function(){var e=this.type;-1===B.indexOf(e)||this.pickerVisible||(this.pickerVisible=!0),this.$emit("focus",this)},hidePicker:function(){this.picker&&(this.picker.resetView&&this.picker.resetView(),this.pickerVisible=this.picker.visible=!1,this.destroyPopper())},showPicker:function(){var e=this;this.$isServer||(this.picker||this.mountPicker(),this.pickerVisible=this.picker.visible=!0,this.updatePopper(),this.picker.value=this.parsedValue,this.picker.resetView&&this.picker.resetView(),this.$nextTick((function(){e.picker.adjustSpinners&&e.picker.adjustSpinners()})))},mountPicker:function(){var e=this;this.picker=new a.a(this.panel).$mount(),this.picker.defaultValue=this.defaultValue,this.picker.defaultTime=this.defaultTime,this.picker.popperClass=this.popperClass,this.popperElm=this.picker.$el,this.picker.width=this.reference.getBoundingClientRect().width,this.picker.showTime="datetime"===this.type||"datetimerange"===this.type,this.picker.selectionMode=this.selectionMode,this.picker.unlinkPanels=this.unlinkPanels,this.picker.arrowControl=this.arrowControl||this.timeArrowControl||!1,this.$watch("format",(function(t){e.picker.format=t}));var t=function(){var t=e.pickerOptions;if(t&&t.selectableRange){var n=t.selectableRange,i=x.datetimerange.parser,r=y.timerange;n=Array.isArray(n)?n:[n],e.picker.selectableRange=n.map((function(t){return i(t,r,e.rangeSeparator)}))}for(var o in t)t.hasOwnProperty(o)&&"selectableRange"!==o&&(e.picker[o]=t[o]);e.format&&(e.picker.format=e.format)};t(),this.unwatchPickerOptions=this.$watch("pickerOptions",(function(){return t()}),{deep:!0}),this.$el.appendChild(this.picker.$el),this.picker.resetView&&this.picker.resetView(),this.picker.$on("dodestroy",this.doDestroy),this.picker.$on("pick",(function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e.userInput=null,e.pickerVisible=e.picker.visible=n,e.emitInput(t),e.picker.resetView&&e.picker.resetView()})),this.picker.$on("select-range",(function(t,n,i){0!==e.refInput.length&&(i&&"min"!==i?"max"===i&&(e.refInput[1].setSelectionRange(t,n),e.refInput[1].focus()):(e.refInput[0].setSelectionRange(t,n),e.refInput[0].focus()))}))},unmountPicker:function(){this.picker&&(this.picker.$destroy(),this.picker.$off(),"function"===typeof this.unwatchPickerOptions&&this.unwatchPickerOptions(),this.picker.$el.parentNode.removeChild(this.picker.$el))},emitChange:function(e){U(e,this.valueOnOpen)||(this.$emit("change",e),this.valueOnOpen=e,this.validateEvent&&this.dispatch("ElFormItem","el.form.change",e))},emitInput:function(e){var t=this.formatToValue(e);U(this.value,t)||this.$emit("input",t)},isValidValue:function(e){return this.picker||this.mountPicker(),!this.picker.isValidValue||e&&this.picker.isValidValue(e)}}},M=H,O=n(0),D=Object(O["a"])(M,i,r,!1,null,null,null);D.options.__file="packages/date-picker/src/picker.vue";t["a"]=D.exports},,function(e,t,n){"use strict";var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"el-time-spinner",class:{"has-seconds":e.showSeconds}},[e.arrowControl?e._e():[n("el-scrollbar",{ref:"hours",staticClass:"el-time-spinner__wrapper",attrs:{"wrap-style":"max-height: inherit;","view-class":"el-time-spinner__list",noresize:"",tag:"ul"},nativeOn:{mouseenter:function(t){e.emitSelectRange("hours")},mousemove:function(t){e.adjustCurrentSpinner("hours")}}},e._l(e.hoursList,(function(t,i){return n("li",{key:i,staticClass:"el-time-spinner__item",class:{active:i===e.hours,disabled:t},on:{click:function(n){e.handleClick("hours",{value:i,disabled:t})}}},[e._v(e._s(("0"+(e.amPmMode?i%12||12:i)).slice(-2))+e._s(e.amPm(i)))])})),0),n("el-scrollbar",{ref:"minutes",staticClass:"el-time-spinner__wrapper",attrs:{"wrap-style":"max-height: inherit;","view-class":"el-time-spinner__list",noresize:"",tag:"ul"},nativeOn:{mouseenter:function(t){e.emitSelectRange("minutes")},mousemove:function(t){e.adjustCurrentSpinner("minutes")}}},e._l(e.minutesList,(function(t,i){return n("li",{key:i,staticClass:"el-time-spinner__item",class:{active:i===e.minutes,disabled:!t},on:{click:function(t){e.handleClick("minutes",{value:i,disabled:!1})}}},[e._v(e._s(("0"+i).slice(-2)))])})),0),n("el-scrollbar",{directives:[{name:"show",rawName:"v-show",value:e.showSeconds,expression:"showSeconds"}],ref:"seconds",staticClass:"el-time-spinner__wrapper",attrs:{"wrap-style":"max-height: inherit;","view-class":"el-time-spinner__list",noresize:"",tag:"ul"},nativeOn:{mouseenter:function(t){e.emitSelectRange("seconds")},mousemove:function(t){e.adjustCurrentSpinner("seconds")}}},e._l(60,(function(t,i){return n("li",{key:i,staticClass:"el-time-spinner__item",class:{active:i===e.seconds},on:{click:function(t){e.handleClick("seconds",{value:i,disabled:!1})}}},[e._v(e._s(("0"+i).slice(-2)))])})),0)],e.arrowControl?[n("div",{staticClass:"el-time-spinner__wrapper is-arrow",on:{mouseenter:function(t){e.emitSelectRange("hours")}}},[n("i",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.decrease,expression:"decrease"}],staticClass:"el-time-spinner__arrow el-icon-arrow-up"}),n("i",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.increase,expression:"increase"}],staticClass:"el-time-spinner__arrow el-icon-arrow-down"}),n("ul",{ref:"hours",staticClass:"el-time-spinner__list"},e._l(e.arrowHourList,(function(t,i){return n("li",{key:i,staticClass:"el-time-spinner__item",class:{active:t===e.hours,disabled:e.hoursList[t]}},[e._v(e._s(void 0===t?"":("0"+(e.amPmMode?t%12||12:t)).slice(-2)+e.amPm(t)))])})),0)]),n("div",{staticClass:"el-time-spinner__wrapper is-arrow",on:{mouseenter:function(t){e.emitSelectRange("minutes")}}},[n("i",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.decrease,expression:"decrease"}],staticClass:"el-time-spinner__arrow el-icon-arrow-up"}),n("i",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.increase,expression:"increase"}],staticClass:"el-time-spinner__arrow el-icon-arrow-down"}),n("ul",{ref:"minutes",staticClass:"el-time-spinner__list"},e._l(e.arrowMinuteList,(function(t,i){return n("li",{key:i,staticClass:"el-time-spinner__item",class:{active:t===e.minutes}},[e._v("\n "+e._s(void 0===t?"":("0"+t).slice(-2))+"\n ")])})),0)]),e.showSeconds?n("div",{staticClass:"el-time-spinner__wrapper is-arrow",on:{mouseenter:function(t){e.emitSelectRange("seconds")}}},[n("i",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.decrease,expression:"decrease"}],staticClass:"el-time-spinner__arrow el-icon-arrow-up"}),n("i",{directives:[{name:"repeat-click",rawName:"v-repeat-click",value:e.increase,expression:"increase"}],staticClass:"el-time-spinner__arrow el-icon-arrow-down"}),n("ul",{ref:"seconds",staticClass:"el-time-spinner__list"},e._l(e.arrowSecondList,(function(t,i){return n("li",{key:i,staticClass:"el-time-spinner__item",class:{active:t===e.seconds}},[e._v("\n "+e._s(void 0===t?"":("0"+t).slice(-2))+"\n ")])})),0)]):e._e()]:e._e()],2)},r=[];i._withStripped=!0;var o=n(1),a=n(14),s=n.n(a),A=n(30),l={components:{ElScrollbar:s.a},directives:{repeatClick:A["a"]},props:{date:{},defaultValue:{},showSeconds:{type:Boolean,default:!0},arrowControl:Boolean,amPmMode:{type:String,default:""}},computed:{hours:function(){return this.date.getHours()},minutes:function(){return this.date.getMinutes()},seconds:function(){return this.date.getSeconds()},hoursList:function(){return Object(o["getRangeHours"])(this.selectableRange)},minutesList:function(){return Object(o["getRangeMinutes"])(this.selectableRange,this.hours)},arrowHourList:function(){var e=this.hours;return[e>0?e-1:void 0,e,e<23?e+1:void 0]},arrowMinuteList:function(){var e=this.minutes;return[e>0?e-1:void 0,e,e<59?e+1:void 0]},arrowSecondList:function(){var e=this.seconds;return[e>0?e-1:void 0,e,e<59?e+1:void 0]}},data:function(){return{selectableRange:[],currentScrollbar:null}},mounted:function(){var e=this;this.$nextTick((function(){!e.arrowControl&&e.bindScrollEvent()}))},methods:{increase:function(){this.scrollDown(1)},decrease:function(){this.scrollDown(-1)},modifyDateField:function(e,t){switch(e){case"hours":this.$emit("change",Object(o["modifyTime"])(this.date,t,this.minutes,this.seconds));break;case"minutes":this.$emit("change",Object(o["modifyTime"])(this.date,this.hours,t,this.seconds));break;case"seconds":this.$emit("change",Object(o["modifyTime"])(this.date,this.hours,this.minutes,t));break}},handleClick:function(e,t){var n=t.value,i=t.disabled;i||(this.modifyDateField(e,n),this.emitSelectRange(e),this.adjustSpinner(e,n))},emitSelectRange:function(e){"hours"===e?this.$emit("select-range",0,2):"minutes"===e?this.$emit("select-range",3,5):"seconds"===e&&this.$emit("select-range",6,8),this.currentScrollbar=e},bindScrollEvent:function(){var e=this,t=function(t){e.$refs[t].wrap.onscroll=function(n){e.handleScroll(t,n)}};t("hours"),t("minutes"),t("seconds")},handleScroll:function(e){var t=Math.min(Math.round((this.$refs[e].wrap.scrollTop-(.5*this.scrollBarHeight(e)-10)/this.typeItemHeight(e)+3)/this.typeItemHeight(e)),"hours"===e?23:59);this.modifyDateField(e,t)},adjustSpinners:function(){this.adjustSpinner("hours",this.hours),this.adjustSpinner("minutes",this.minutes),this.adjustSpinner("seconds",this.seconds)},adjustCurrentSpinner:function(e){this.adjustSpinner(e,this[e])},adjustSpinner:function(e,t){if(!this.arrowControl){var n=this.$refs[e].wrap;n&&(n.scrollTop=Math.max(0,t*this.typeItemHeight(e)))}},scrollDown:function(e){var t=this;this.currentScrollbar||this.emitSelectRange("hours");var n=this.currentScrollbar,i=this.hoursList,r=this[n];if("hours"===this.currentScrollbar){var o=Math.abs(e);e=e>0?1:-1;var a=i.length;while(a--&&o)r=(r+e+i.length)%i.length,i[r]||o--;if(i[r])return}else r=(r+e+60)%60;this.modifyDateField(n,r),this.adjustSpinner(n,r),this.$nextTick((function(){return t.emitSelectRange(t.currentScrollbar)}))},amPm:function(e){var t="a"===this.amPmMode.toLowerCase();if(!t)return"";var n="A"===this.amPmMode,i=e<12?" am":" pm";return n&&(i=i.toUpperCase()),i},typeItemHeight:function(e){return this.$refs[e].$el.querySelector("li").offsetHeight},scrollBarHeight:function(e){return this.$refs[e].$el.offsetHeight}}},u=l,c=n(0),h=Object(c["a"])(u,i,r,!1,null,null,null);h.options.__file="packages/date-picker/src/basic/time-spinner.vue";t["a"]=h.exports},,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";n.r(t);var i=n(33),r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-enter":e.handleEnter,"after-leave":e.handleLeave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-picker-panel el-date-picker el-popper",class:[{"has-sidebar":e.$slots.sidebar||e.shortcuts,"has-time":e.showTime},e.popperClass]},[n("div",{staticClass:"el-picker-panel__body-wrapper"},[e._t("sidebar"),e.shortcuts?n("div",{staticClass:"el-picker-panel__sidebar"},e._l(e.shortcuts,(function(t,i){return n("button",{key:i,staticClass:"el-picker-panel__shortcut",attrs:{type:"button"},on:{click:function(n){e.handleShortcutClick(t)}}},[e._v(e._s(t.text))])})),0):e._e(),n("div",{staticClass:"el-picker-panel__body"},[e.showTime?n("div",{staticClass:"el-date-picker__time-header"},[n("span",{staticClass:"el-date-picker__editor-wrap"},[n("el-input",{attrs:{placeholder:e.t("el.datepicker.selectDate"),value:e.visibleDate,size:"small"},on:{input:function(t){return e.userInputDate=t},change:e.handleVisibleDateChange}})],1),n("span",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleTimePickClose,expression:"handleTimePickClose"}],staticClass:"el-date-picker__editor-wrap"},[n("el-input",{ref:"input",attrs:{placeholder:e.t("el.datepicker.selectTime"),value:e.visibleTime,size:"small"},on:{focus:function(t){e.timePickerVisible=!0},input:function(t){return e.userInputTime=t},change:e.handleVisibleTimeChange}}),n("time-picker",{ref:"timepicker",attrs:{"time-arrow-control":e.arrowControl,visible:e.timePickerVisible},on:{pick:e.handleTimePick,mounted:e.proxyTimePickerDataProperties}})],1)]):e._e(),n("div",{directives:[{name:"show",rawName:"v-show",value:"time"!==e.currentView,expression:"currentView !== 'time'"}],staticClass:"el-date-picker__header",class:{"el-date-picker__header--bordered":"year"===e.currentView||"month"===e.currentView}},[n("button",{staticClass:"el-picker-panel__icon-btn el-date-picker__prev-btn el-icon-d-arrow-left",attrs:{type:"button","aria-label":e.t("el.datepicker.prevYear")},on:{click:e.prevYear}}),n("button",{directives:[{name:"show",rawName:"v-show",value:"date"===e.currentView,expression:"currentView === 'date'"}],staticClass:"el-picker-panel__icon-btn el-date-picker__prev-btn el-icon-arrow-left",attrs:{type:"button","aria-label":e.t("el.datepicker.prevMonth")},on:{click:e.prevMonth}}),n("span",{staticClass:"el-date-picker__header-label",attrs:{role:"button"},on:{click:e.showYearPicker}},[e._v(e._s(e.yearLabel))]),n("span",{directives:[{name:"show",rawName:"v-show",value:"date"===e.currentView,expression:"currentView === 'date'"}],staticClass:"el-date-picker__header-label",class:{active:"month"===e.currentView},attrs:{role:"button"},on:{click:e.showMonthPicker}},[e._v(e._s(e.t("el.datepicker.month"+(e.month+1))))]),n("button",{staticClass:"el-picker-panel__icon-btn el-date-picker__next-btn el-icon-d-arrow-right",attrs:{type:"button","aria-label":e.t("el.datepicker.nextYear")},on:{click:e.nextYear}}),n("button",{directives:[{name:"show",rawName:"v-show",value:"date"===e.currentView,expression:"currentView === 'date'"}],staticClass:"el-picker-panel__icon-btn el-date-picker__next-btn el-icon-arrow-right",attrs:{type:"button","aria-label":e.t("el.datepicker.nextMonth")},on:{click:e.nextMonth}})]),n("div",{staticClass:"el-picker-panel__content"},[n("date-table",{directives:[{name:"show",rawName:"v-show",value:"date"===e.currentView,expression:"currentView === 'date'"}],attrs:{"selection-mode":e.selectionMode,"first-day-of-week":e.firstDayOfWeek,value:e.value,"default-value":e.defaultValue?new Date(e.defaultValue):null,date:e.date,"cell-class-name":e.cellClassName,"disabled-date":e.disabledDate},on:{pick:e.handleDatePick}}),n("year-table",{directives:[{name:"show",rawName:"v-show",value:"year"===e.currentView,expression:"currentView === 'year'"}],attrs:{value:e.value,"default-value":e.defaultValue?new Date(e.defaultValue):null,date:e.date,"disabled-date":e.disabledDate},on:{pick:e.handleYearPick}}),n("month-table",{directives:[{name:"show",rawName:"v-show",value:"month"===e.currentView,expression:"currentView === 'month'"}],attrs:{value:e.value,"default-value":e.defaultValue?new Date(e.defaultValue):null,date:e.date,"disabled-date":e.disabledDate},on:{pick:e.handleMonthPick}})],1)])],2),n("div",{directives:[{name:"show",rawName:"v-show",value:e.footerVisible&&"date"===e.currentView,expression:"footerVisible && currentView === 'date'"}],staticClass:"el-picker-panel__footer"},[n("el-button",{directives:[{name:"show",rawName:"v-show",value:"dates"!==e.selectionMode,expression:"selectionMode !== 'dates'"}],staticClass:"el-picker-panel__link-btn",attrs:{size:"mini",type:"text"},on:{click:e.changeToNow}},[e._v("\n "+e._s(e.t("el.datepicker.now"))+"\n ")]),n("el-button",{staticClass:"el-picker-panel__link-btn",attrs:{plain:"",size:"mini"},on:{click:e.confirm}},[e._v("\n "+e._s(e.t("el.datepicker.confirm"))+"\n ")])],1)])])},o=[];r._withStripped=!0;var a=n(1),s=n(12),A=n.n(s),l=n(6),u=n.n(l),c=n(10),h=n.n(c),f=n(13),d=n.n(f),p=n(27),g=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("table",{staticClass:"el-year-table",on:{click:e.handleYearTableClick}},[n("tbody",[n("tr",[n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+0)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+1)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+1))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+2)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+2))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+3)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+3))])])]),n("tr",[n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+4)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+4))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+5)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+5))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+6)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+6))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+7)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+7))])])]),n("tr",[n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+8)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+8))])]),n("td",{staticClass:"available",class:e.getCellStyle(e.startYear+9)},[n("a",{staticClass:"cell"},[e._v(e._s(e.startYear+9))])]),n("td"),n("td")])])])},m=[];g._withStripped=!0;var v=n(2),y=n(3),B=function(e){var t=Object(a["getDayCountOfYear"])(e),n=new Date(e,0,1);return Object(a["range"])(t).map((function(e){return Object(a["nextDate"])(n,e)}))},w={props:{disabledDate:{},value:{},defaultValue:{validator:function(e){return null===e||e instanceof Date&&Object(a["isDate"])(e)}},date:{}},computed:{startYear:function(){return 10*Math.floor(this.date.getFullYear()/10)}},methods:{getCellStyle:function(e){var t={},n=new Date;return t.disabled="function"===typeof this.disabledDate&&B(e).every(this.disabledDate),t.current=Object(y["arrayFindIndex"])(Object(y["coerceTruthyValueToArray"])(this.value),(function(t){return t.getFullYear()===e}))>=0,t.today=n.getFullYear()===e,t.default=this.defaultValue&&this.defaultValue.getFullYear()===e,t},handleYearTableClick:function(e){var t=e.target;if("A"===t.tagName){if(Object(v["hasClass"])(t.parentNode,"disabled"))return;var n=t.textContent||t.innerText;this.$emit("pick",Number(n))}}}},b=w,C=n(0),E=Object(C["a"])(b,g,m,!1,null,null,null);E.options.__file="packages/date-picker/src/basic/year-table.vue";var x=E.exports,Q=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("table",{staticClass:"el-month-table",on:{click:e.handleMonthTableClick,mousemove:e.handleMouseMove}},[n("tbody",e._l(e.rows,(function(t,i){return n("tr",{key:i},e._l(t,(function(t,i){return n("td",{key:i,class:e.getCellStyle(t)},[n("div",[n("a",{staticClass:"cell"},[e._v(e._s(e.t("el.datepicker.months."+e.months[t.text])))])])])})),0)})),0)])},_=[];Q._withStripped=!0;var F=function(e,t){var n=Object(a["getDayCountOfMonth"])(e,t),i=new Date(e,t,1);return Object(a["range"])(n).map((function(e){return Object(a["nextDate"])(i,e)}))},U=function(e){return new Date(e.getFullYear(),e.getMonth())},S=function(e){return"number"===typeof e||"string"===typeof e?U(new Date(e)).getTime():e instanceof Date?U(e).getTime():NaN},T={props:{disabledDate:{},value:{},selectionMode:{default:"month"},minDate:{},maxDate:{},defaultValue:{validator:function(e){return null===e||Object(a["isDate"])(e)||Array.isArray(e)&&e.every(a["isDate"])}},date:{},rangeState:{default:function(){return{endDate:null,selecting:!1}}}},mixins:[u.a],watch:{"rangeState.endDate":function(e){this.markRange(this.minDate,e)},minDate:function(e,t){S(e)!==S(t)&&this.markRange(this.minDate,this.maxDate)},maxDate:function(e,t){S(e)!==S(t)&&this.markRange(this.minDate,this.maxDate)}},data:function(){return{months:["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],tableRows:[[],[],[]],lastRow:null,lastColumn:null}},methods:{cellMatchesDate:function(e,t){var n=new Date(t);return this.date.getFullYear()===n.getFullYear()&&Number(e.text)===n.getMonth()},getCellStyle:function(e){var t=this,n={},i=this.date.getFullYear(),r=new Date,o=e.text,a=this.defaultValue?Array.isArray(this.defaultValue)?this.defaultValue:[this.defaultValue]:[];return n.disabled="function"===typeof this.disabledDate&&F(i,o).every(this.disabledDate),n.current=Object(y["arrayFindIndex"])(Object(y["coerceTruthyValueToArray"])(this.value),(function(e){return e.getFullYear()===i&&e.getMonth()===o}))>=0,n.today=r.getFullYear()===i&&r.getMonth()===o,n.default=a.some((function(n){return t.cellMatchesDate(e,n)})),e.inRange&&(n["in-range"]=!0,e.start&&(n["start-date"]=!0),e.end&&(n["end-date"]=!0)),n},getMonthOfCell:function(e){var t=this.date.getFullYear();return new Date(t,e,1)},markRange:function(e,t){e=S(e),t=S(t)||e;var n=[Math.min(e,t),Math.max(e,t)];e=n[0],t=n[1];for(var i=this.rows,r=0,o=i.length;r<o;r++)for(var a=i[r],s=0,A=a.length;s<A;s++){var l=a[s],u=4*r+s,c=new Date(this.date.getFullYear(),u).getTime();l.inRange=e&&c>=e&&c<=t,l.start=e&&c===e,l.end=t&&c===t}},handleMouseMove:function(e){if(this.rangeState.selecting){var t=e.target;if("A"===t.tagName&&(t=t.parentNode.parentNode),"DIV"===t.tagName&&(t=t.parentNode),"TD"===t.tagName){var n=t.parentNode.rowIndex,i=t.cellIndex;this.rows[n][i].disabled||n===this.lastRow&&i===this.lastColumn||(this.lastRow=n,this.lastColumn=i,this.$emit("changerange",{minDate:this.minDate,maxDate:this.maxDate,rangeState:{selecting:!0,endDate:this.getMonthOfCell(4*n+i)}}))}}},handleMonthTableClick:function(e){var t=e.target;if("A"===t.tagName&&(t=t.parentNode.parentNode),"DIV"===t.tagName&&(t=t.parentNode),"TD"===t.tagName&&!Object(v["hasClass"])(t,"disabled")){var n=t.cellIndex,i=t.parentNode.rowIndex,r=4*i+n,o=this.getMonthOfCell(r);"range"===this.selectionMode?this.rangeState.selecting?(o>=this.minDate?this.$emit("pick",{minDate:this.minDate,maxDate:o}):this.$emit("pick",{minDate:o,maxDate:this.minDate}),this.rangeState.selecting=!1):(this.$emit("pick",{minDate:o,maxDate:null}),this.rangeState.selecting=!0):this.$emit("pick",r)}}},computed:{rows:function(){for(var e=this,t=this.tableRows,n=this.disabledDate,i=[],r=S(new Date),o=0;o<3;o++)for(var a=t[o],s=function(t){var s=a[t];s||(s={row:o,column:t,type:"normal",inRange:!1,start:!1,end:!1}),s.type="normal";var A=4*o+t,l=new Date(e.date.getFullYear(),A).getTime();s.inRange=l>=S(e.minDate)&&l<=S(e.maxDate),s.start=e.minDate&&l===S(e.minDate),s.end=e.maxDate&&l===S(e.maxDate);var u=l===r;u&&(s.type="today"),s.text=A;var c=new Date(l);s.disabled="function"===typeof n&&n(c),s.selected=Object(y["arrayFind"])(i,(function(e){return e.getTime()===c.getTime()})),e.$set(a,t,s)},A=0;A<4;A++)s(A);return t}}},H=T,M=Object(C["a"])(H,Q,_,!1,null,null,null);M.options.__file="packages/date-picker/src/basic/month-table.vue";var O=M.exports,D=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("table",{staticClass:"el-date-table",class:{"is-week-mode":"week"===e.selectionMode},attrs:{cellspacing:"0",cellpadding:"0"},on:{click:e.handleClick,mousemove:e.handleMouseMove}},[n("tbody",[n("tr",[e.showWeekNumber?n("th",[e._v(e._s(e.t("el.datepicker.week")))]):e._e(),e._l(e.WEEKS,(function(t,i){return n("th",{key:i},[e._v(e._s(e.t("el.datepicker.weeks."+t)))])}))],2),e._l(e.rows,(function(t,i){return n("tr",{key:i,staticClass:"el-date-table__row",class:{current:e.isWeekActive(t[1])}},e._l(t,(function(t,i){return n("td",{key:i,class:e.getCellClasses(t)},[n("div",[n("span",[e._v("\n "+e._s(t.text)+"\n ")])])])})),0)}))],2)])},N=[];D._withStripped=!0;var k=["sun","mon","tue","wed","thu","fri","sat"],I=function(e){return"number"===typeof e||"string"===typeof e?Object(a["clearTime"])(new Date(e)).getTime():e instanceof Date?Object(a["clearTime"])(e).getTime():NaN},P=function(e,t){var n="function"===typeof t?Object(y["arrayFindIndex"])(e,t):e.indexOf(t);return n>=0?[].concat(e.slice(0,n),e.slice(n+1)):e},R={mixins:[u.a],props:{firstDayOfWeek:{default:7,type:Number,validator:function(e){return e>=1&&e<=7}},value:{},defaultValue:{validator:function(e){return null===e||Object(a["isDate"])(e)||Array.isArray(e)&&e.every(a["isDate"])}},date:{},selectionMode:{default:"day"},showWeekNumber:{type:Boolean,default:!1},disabledDate:{},cellClassName:{},minDate:{},maxDate:{},rangeState:{default:function(){return{endDate:null,selecting:!1}}}},computed:{offsetDay:function(){var e=this.firstDayOfWeek;return e>3?7-e:-e},WEEKS:function(){var e=this.firstDayOfWeek;return k.concat(k).slice(e,e+7)},year:function(){return this.date.getFullYear()},month:function(){return this.date.getMonth()},startDate:function(){return Object(a["getStartDateOfMonth"])(this.year,this.month)},rows:function(){var e=this,t=new Date(this.year,this.month,1),n=Object(a["getFirstDayOfMonth"])(t),i=Object(a["getDayCountOfMonth"])(t.getFullYear(),t.getMonth()),r=Object(a["getDayCountOfMonth"])(t.getFullYear(),0===t.getMonth()?11:t.getMonth()-1);n=0===n?7:n;for(var o=this.offsetDay,s=this.tableRows,A=1,l=this.startDate,u=this.disabledDate,c=this.cellClassName,h="dates"===this.selectionMode?Object(y["coerceTruthyValueToArray"])(this.value):[],f=I(new Date),d=0;d<6;d++){var p=s[d];this.showWeekNumber&&(p[0]||(p[0]={type:"week",text:Object(a["getWeekNumber"])(Object(a["nextDate"])(l,7*d+1))}));for(var g=function(t){var s=p[e.showWeekNumber?t+1:t];s||(s={row:d,column:t,type:"normal",inRange:!1,start:!1,end:!1}),s.type="normal";var g=7*d+t,m=Object(a["nextDate"])(l,g-o).getTime();s.inRange=m>=I(e.minDate)&&m<=I(e.maxDate),s.start=e.minDate&&m===I(e.minDate),s.end=e.maxDate&&m===I(e.maxDate);var v=m===f;if(v&&(s.type="today"),d>=0&&d<=1){var B=n+o<0?7+n+o:n+o;t+7*d>=B?s.text=A++:(s.text=r-(B-t%7)+1+7*d,s.type="prev-month")}else A<=i?s.text=A++:(s.text=A++-i,s.type="next-month");var w=new Date(m);s.disabled="function"===typeof u&&u(w),s.selected=Object(y["arrayFind"])(h,(function(e){return e.getTime()===w.getTime()})),s.customClass="function"===typeof c&&c(w),e.$set(p,e.showWeekNumber?t+1:t,s)},m=0;m<7;m++)g(m);if("week"===this.selectionMode){var v=this.showWeekNumber?1:0,B=this.showWeekNumber?7:6,w=this.isWeekActive(p[v+1]);p[v].inRange=w,p[v].start=w,p[B].inRange=w,p[B].end=w}}return s}},watch:{"rangeState.endDate":function(e){this.markRange(this.minDate,e)},minDate:function(e,t){I(e)!==I(t)&&this.markRange(this.minDate,this.maxDate)},maxDate:function(e,t){I(e)!==I(t)&&this.markRange(this.minDate,this.maxDate)}},data:function(){return{tableRows:[[],[],[],[],[],[]],lastRow:null,lastColumn:null}},methods:{cellMatchesDate:function(e,t){var n=new Date(t);return this.year===n.getFullYear()&&this.month===n.getMonth()&&Number(e.text)===n.getDate()},getCellClasses:function(e){var t=this,n=this.selectionMode,i=this.defaultValue?Array.isArray(this.defaultValue)?this.defaultValue:[this.defaultValue]:[],r=[];return"normal"!==e.type&&"today"!==e.type||e.disabled?r.push(e.type):(r.push("available"),"today"===e.type&&r.push("today")),"normal"===e.type&&i.some((function(n){return t.cellMatchesDate(e,n)}))&&r.push("default"),"day"!==n||"normal"!==e.type&&"today"!==e.type||!this.cellMatchesDate(e,this.value)||r.push("current"),!e.inRange||"normal"!==e.type&&"today"!==e.type&&"week"!==this.selectionMode||(r.push("in-range"),e.start&&r.push("start-date"),e.end&&r.push("end-date")),e.disabled&&r.push("disabled"),e.selected&&r.push("selected"),e.customClass&&r.push(e.customClass),r.join(" ")},getDateOfCell:function(e,t){var n=7*e+(t-(this.showWeekNumber?1:0))-this.offsetDay;return Object(a["nextDate"])(this.startDate,n)},isWeekActive:function(e){if("week"!==this.selectionMode)return!1;var t=new Date(this.year,this.month,1),n=t.getFullYear(),i=t.getMonth();if("prev-month"===e.type&&(t.setMonth(0===i?11:i-1),t.setFullYear(0===i?n-1:n)),"next-month"===e.type&&(t.setMonth(11===i?0:i+1),t.setFullYear(11===i?n+1:n)),t.setDate(parseInt(e.text,10)),Object(a["isDate"])(this.value)){var r=(this.value.getDay()-this.firstDayOfWeek+7)%7-1,o=Object(a["prevDate"])(this.value,r);return o.getTime()===t.getTime()}return!1},markRange:function(e,t){e=I(e),t=I(t)||e;var n=[Math.min(e,t),Math.max(e,t)];e=n[0],t=n[1];for(var i=this.startDate,r=this.rows,o=0,s=r.length;o<s;o++)for(var A=r[o],l=0,u=A.length;l<u;l++)if(!this.showWeekNumber||0!==l){var c=A[l],h=7*o+l+(this.showWeekNumber?-1:0),f=Object(a["nextDate"])(i,h-this.offsetDay).getTime();c.inRange=e&&f>=e&&f<=t,c.start=e&&f===e,c.end=t&&f===t}},handleMouseMove:function(e){if(this.rangeState.selecting){var t=e.target;if("SPAN"===t.tagName&&(t=t.parentNode.parentNode),"DIV"===t.tagName&&(t=t.parentNode),"TD"===t.tagName){var n=t.parentNode.rowIndex-1,i=t.cellIndex;this.rows[n][i].disabled||n===this.lastRow&&i===this.lastColumn||(this.lastRow=n,this.lastColumn=i,this.$emit("changerange",{minDate:this.minDate,maxDate:this.maxDate,rangeState:{selecting:!0,endDate:this.getDateOfCell(n,i)}}))}}},handleClick:function(e){var t=e.target;if("SPAN"===t.tagName&&(t=t.parentNode.parentNode),"DIV"===t.tagName&&(t=t.parentNode),"TD"===t.tagName){var n=t.parentNode.rowIndex-1,i="week"===this.selectionMode?1:t.cellIndex,r=this.rows[n][i];if(!r.disabled&&"week"!==r.type){var o=this.getDateOfCell(n,i);if("range"===this.selectionMode)this.rangeState.selecting?(o>=this.minDate?this.$emit("pick",{minDate:this.minDate,maxDate:o}):this.$emit("pick",{minDate:o,maxDate:this.minDate}),this.rangeState.selecting=!1):(this.$emit("pick",{minDate:o,maxDate:null}),this.rangeState.selecting=!0);else if("day"===this.selectionMode)this.$emit("pick",o);else if("week"===this.selectionMode){var s=Object(a["getWeekNumber"])(o),A=o.getFullYear()+"w"+s;this.$emit("pick",{year:o.getFullYear(),week:s,value:A,date:o})}else if("dates"===this.selectionMode){var l=this.value||[],u=r.selected?P(l,(function(e){return e.getTime()===o.getTime()})):[].concat(l,[o]);this.$emit("pick",u)}}}}}},L=R,K=Object(C["a"])(L,D,N,!1,null,null,null);K.options.__file="packages/date-picker/src/basic/date-table.vue";var V=K.exports,z={mixins:[u.a],directives:{Clickoutside:A.a},watch:{showTime:function(e){var t=this;e&&this.$nextTick((function(e){var n=t.$refs.input.$el;n&&(t.pickerWidth=n.getBoundingClientRect().width+10)}))},value:function(e){"dates"===this.selectionMode&&this.value||(Object(a["isDate"])(e)?this.date=new Date(e):this.date=this.getDefaultValue())},defaultValue:function(e){Object(a["isDate"])(this.value)||(this.date=e?new Date(e):new Date)},timePickerVisible:function(e){var t=this;e&&this.$nextTick((function(){return t.$refs.timepicker.adjustSpinners()}))},selectionMode:function(e){"month"===e?"year"===this.currentView&&"month"===this.currentView||(this.currentView="month"):"dates"===e&&(this.currentView="date")}},methods:{proxyTimePickerDataProperties:function(){var e=this,t=function(t){e.$refs.timepicker.format=t},n=function(t){e.$refs.timepicker.value=t},i=function(t){e.$refs.timepicker.date=t},r=function(t){e.$refs.timepicker.selectableRange=t};this.$watch("value",n),this.$watch("date",i),this.$watch("selectableRange",r),t(this.timeFormat),n(this.value),i(this.date),r(this.selectableRange)},handleClear:function(){this.date=this.getDefaultValue(),this.$emit("pick",null)},emit:function(e){for(var t=this,n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];if(e)if(Array.isArray(e)){var o=e.map((function(e){return t.showTime?Object(a["clearMilliseconds"])(e):Object(a["clearTime"])(e)}));this.$emit.apply(this,["pick",o].concat(i))}else this.$emit.apply(this,["pick",this.showTime?Object(a["clearMilliseconds"])(e):Object(a["clearTime"])(e)].concat(i));else this.$emit.apply(this,["pick",e].concat(i));this.userInputDate=null,this.userInputTime=null},showMonthPicker:function(){this.currentView="month"},showYearPicker:function(){this.currentView="year"},prevMonth:function(){this.date=Object(a["prevMonth"])(this.date)},nextMonth:function(){this.date=Object(a["nextMonth"])(this.date)},prevYear:function(){"year"===this.currentView?this.date=Object(a["prevYear"])(this.date,10):this.date=Object(a["prevYear"])(this.date)},nextYear:function(){"year"===this.currentView?this.date=Object(a["nextYear"])(this.date,10):this.date=Object(a["nextYear"])(this.date)},handleShortcutClick:function(e){e.onClick&&e.onClick(this)},handleTimePick:function(e,t,n){if(Object(a["isDate"])(e)){var i=this.value?Object(a["modifyTime"])(this.value,e.getHours(),e.getMinutes(),e.getSeconds()):Object(a["modifyWithTimeString"])(this.getDefaultValue(),this.defaultTime);this.date=i,this.emit(this.date,!0)}else this.emit(e,!0);n||(this.timePickerVisible=t)},handleTimePickClose:function(){this.timePickerVisible=!1},handleMonthPick:function(e){"month"===this.selectionMode?(this.date=Object(a["modifyDate"])(this.date,this.year,e,1),this.emit(this.date)):(this.date=Object(a["changeYearMonthAndClampDate"])(this.date,this.year,e),this.currentView="date")},handleDatePick:function(e){if("day"===this.selectionMode){var t=this.value?Object(a["modifyDate"])(this.value,e.getFullYear(),e.getMonth(),e.getDate()):Object(a["modifyWithTimeString"])(e,this.defaultTime);this.checkDateWithinRange(t)||(t=Object(a["modifyDate"])(this.selectableRange[0][0],e.getFullYear(),e.getMonth(),e.getDate())),this.date=t,this.emit(this.date,this.showTime)}else"week"===this.selectionMode?this.emit(e.date):"dates"===this.selectionMode&&this.emit(e,!0)},handleYearPick:function(e){"year"===this.selectionMode?(this.date=Object(a["modifyDate"])(this.date,e,0,1),this.emit(this.date)):(this.date=Object(a["changeYearMonthAndClampDate"])(this.date,e,this.month),this.currentView="month")},changeToNow:function(){this.disabledDate&&this.disabledDate(new Date)||!this.checkDateWithinRange(new Date)||(this.date=new Date,this.emit(this.date))},confirm:function(){if("dates"===this.selectionMode)this.emit(this.value);else{var e=this.value?this.value:Object(a["modifyWithTimeString"])(this.getDefaultValue(),this.defaultTime);this.date=new Date(e),this.emit(e)}},resetView:function(){"month"===this.selectionMode?this.currentView="month":"year"===this.selectionMode?this.currentView="year":this.currentView="date"},handleEnter:function(){document.body.addEventListener("keydown",this.handleKeydown)},handleLeave:function(){this.$emit("dodestroy"),document.body.removeEventListener("keydown",this.handleKeydown)},handleKeydown:function(e){var t=e.keyCode,n=[38,40,37,39];this.visible&&!this.timePickerVisible&&(-1!==n.indexOf(t)&&(this.handleKeyControl(t),e.stopPropagation(),e.preventDefault()),13===t&&null===this.userInputDate&&null===this.userInputTime&&this.emit(this.date,!1))},handleKeyControl:function(e){var t={year:{38:-4,40:4,37:-1,39:1,offset:function(e,t){return e.setFullYear(e.getFullYear()+t)}},month:{38:-4,40:4,37:-1,39:1,offset:function(e,t){return e.setMonth(e.getMonth()+t)}},week:{38:-1,40:1,37:-1,39:1,offset:function(e,t){return e.setDate(e.getDate()+7*t)}},day:{38:-7,40:7,37:-1,39:1,offset:function(e,t){return e.setDate(e.getDate()+t)}}},n=this.selectionMode,i=31536e6,r=this.date.getTime(),o=new Date(this.date.getTime());while(Math.abs(r-o.getTime())<=i){var a=t[n];if(a.offset(o,a[e]),"function"!==typeof this.disabledDate||!this.disabledDate(o)){this.date=o,this.$emit("pick",o,!0);break}}},handleVisibleTimeChange:function(e){var t=Object(a["parseDate"])(e,this.timeFormat);t&&this.checkDateWithinRange(t)&&(this.date=Object(a["modifyDate"])(t,this.year,this.month,this.monthDate),this.userInputTime=null,this.$refs.timepicker.value=this.date,this.timePickerVisible=!1,this.emit(this.date,!0))},handleVisibleDateChange:function(e){var t=Object(a["parseDate"])(e,this.dateFormat);if(t){if("function"===typeof this.disabledDate&&this.disabledDate(t))return;this.date=Object(a["modifyTime"])(t,this.date.getHours(),this.date.getMinutes(),this.date.getSeconds()),this.userInputDate=null,this.resetView(),this.emit(this.date,!0)}},isValidValue:function(e){return e&&!isNaN(e)&&("function"!==typeof this.disabledDate||!this.disabledDate(e))&&this.checkDateWithinRange(e)},getDefaultValue:function(){return this.defaultValue?new Date(this.defaultValue):new Date},checkDateWithinRange:function(e){return!(this.selectableRange.length>0)||Object(a["timeWithinRange"])(e,this.selectableRange,this.format||"HH:mm:ss")}},components:{TimePicker:p["a"],YearTable:x,MonthTable:O,DateTable:V,ElInput:h.a,ElButton:d.a},data:function(){return{popperClass:"",date:new Date,value:"",defaultValue:null,defaultTime:null,showTime:!1,selectionMode:"day",shortcuts:"",visible:!1,currentView:"date",disabledDate:"",cellClassName:"",selectableRange:[],firstDayOfWeek:7,showWeekNumber:!1,timePickerVisible:!1,format:"",arrowControl:!1,userInputDate:null,userInputTime:null}},computed:{year:function(){return this.date.getFullYear()},month:function(){return this.date.getMonth()},week:function(){return Object(a["getWeekNumber"])(this.date)},monthDate:function(){return this.date.getDate()},footerVisible:function(){return this.showTime||"dates"===this.selectionMode},visibleTime:function(){return null!==this.userInputTime?this.userInputTime:Object(a["formatDate"])(this.value||this.defaultValue,this.timeFormat)},visibleDate:function(){return null!==this.userInputDate?this.userInputDate:Object(a["formatDate"])(this.value||this.defaultValue,this.dateFormat)},yearLabel:function(){var e=this.t("el.datepicker.year");if("year"===this.currentView){var t=10*Math.floor(this.year/10);return e?t+" "+e+" - "+(t+9)+" "+e:t+" - "+(t+9)}return this.year+" "+e},timeFormat:function(){return this.format?Object(a["extractTimeFormat"])(this.format):"HH:mm:ss"},dateFormat:function(){return this.format?Object(a["extractDateFormat"])(this.format):"yyyy-MM-dd"}}},j=z,$=Object(C["a"])(j,r,o,!1,null,null,null);$.options.__file="packages/date-picker/src/panel/date.vue";var W=$.exports,X=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-leave":function(t){e.$emit("dodestroy")}}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-picker-panel el-date-range-picker el-popper",class:[{"has-sidebar":e.$slots.sidebar||e.shortcuts,"has-time":e.showTime},e.popperClass]},[n("div",{staticClass:"el-picker-panel__body-wrapper"},[e._t("sidebar"),e.shortcuts?n("div",{staticClass:"el-picker-panel__sidebar"},e._l(e.shortcuts,(function(t,i){return n("button",{key:i,staticClass:"el-picker-panel__shortcut",attrs:{type:"button"},on:{click:function(n){e.handleShortcutClick(t)}}},[e._v(e._s(t.text))])})),0):e._e(),n("div",{staticClass:"el-picker-panel__body"},[e.showTime?n("div",{staticClass:"el-date-range-picker__time-header"},[n("span",{staticClass:"el-date-range-picker__editors-wrap"},[n("span",{staticClass:"el-date-range-picker__time-picker-wrap"},[n("el-input",{ref:"minInput",staticClass:"el-date-range-picker__editor",attrs:{size:"small",disabled:e.rangeState.selecting,placeholder:e.t("el.datepicker.startDate"),value:e.minVisibleDate},on:{input:function(t){return e.handleDateInput(t,"min")},change:function(t){return e.handleDateChange(t,"min")}}})],1),n("span",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleMinTimeClose,expression:"handleMinTimeClose"}],staticClass:"el-date-range-picker__time-picker-wrap"},[n("el-input",{staticClass:"el-date-range-picker__editor",attrs:{size:"small",disabled:e.rangeState.selecting,placeholder:e.t("el.datepicker.startTime"),value:e.minVisibleTime},on:{focus:function(t){e.minTimePickerVisible=!0},input:function(t){return e.handleTimeInput(t,"min")},change:function(t){return e.handleTimeChange(t,"min")}}}),n("time-picker",{ref:"minTimePicker",attrs:{"time-arrow-control":e.arrowControl,visible:e.minTimePickerVisible},on:{pick:e.handleMinTimePick,mounted:function(t){e.$refs.minTimePicker.format=e.timeFormat}}})],1)]),n("span",{staticClass:"el-icon-arrow-right"}),n("span",{staticClass:"el-date-range-picker__editors-wrap is-right"},[n("span",{staticClass:"el-date-range-picker__time-picker-wrap"},[n("el-input",{staticClass:"el-date-range-picker__editor",attrs:{size:"small",disabled:e.rangeState.selecting,placeholder:e.t("el.datepicker.endDate"),value:e.maxVisibleDate,readonly:!e.minDate},on:{input:function(t){return e.handleDateInput(t,"max")},change:function(t){return e.handleDateChange(t,"max")}}})],1),n("span",{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:e.handleMaxTimeClose,expression:"handleMaxTimeClose"}],staticClass:"el-date-range-picker__time-picker-wrap"},[n("el-input",{staticClass:"el-date-range-picker__editor",attrs:{size:"small",disabled:e.rangeState.selecting,placeholder:e.t("el.datepicker.endTime"),value:e.maxVisibleTime,readonly:!e.minDate},on:{focus:function(t){e.minDate&&(e.maxTimePickerVisible=!0)},input:function(t){return e.handleTimeInput(t,"max")},change:function(t){return e.handleTimeChange(t,"max")}}}),n("time-picker",{ref:"maxTimePicker",attrs:{"time-arrow-control":e.arrowControl,visible:e.maxTimePickerVisible},on:{pick:e.handleMaxTimePick,mounted:function(t){e.$refs.maxTimePicker.format=e.timeFormat}}})],1)])]):e._e(),n("div",{staticClass:"el-picker-panel__content el-date-range-picker__content is-left"},[n("div",{staticClass:"el-date-range-picker__header"},[n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-left",attrs:{type:"button"},on:{click:e.leftPrevYear}}),n("button",{staticClass:"el-picker-panel__icon-btn el-icon-arrow-left",attrs:{type:"button"},on:{click:e.leftPrevMonth}}),e.unlinkPanels?n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-right",class:{"is-disabled":!e.enableYearArrow},attrs:{type:"button",disabled:!e.enableYearArrow},on:{click:e.leftNextYear}}):e._e(),e.unlinkPanels?n("button",{staticClass:"el-picker-panel__icon-btn el-icon-arrow-right",class:{"is-disabled":!e.enableMonthArrow},attrs:{type:"button",disabled:!e.enableMonthArrow},on:{click:e.leftNextMonth}}):e._e(),n("div",[e._v(e._s(e.leftLabel))])]),n("date-table",{attrs:{"selection-mode":"range",date:e.leftDate,"default-value":e.defaultValue,"min-date":e.minDate,"max-date":e.maxDate,"range-state":e.rangeState,"disabled-date":e.disabledDate,"cell-class-name":e.cellClassName,"first-day-of-week":e.firstDayOfWeek},on:{changerange:e.handleChangeRange,pick:e.handleRangePick}})],1),n("div",{staticClass:"el-picker-panel__content el-date-range-picker__content is-right"},[n("div",{staticClass:"el-date-range-picker__header"},[e.unlinkPanels?n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-left",class:{"is-disabled":!e.enableYearArrow},attrs:{type:"button",disabled:!e.enableYearArrow},on:{click:e.rightPrevYear}}):e._e(),e.unlinkPanels?n("button",{staticClass:"el-picker-panel__icon-btn el-icon-arrow-left",class:{"is-disabled":!e.enableMonthArrow},attrs:{type:"button",disabled:!e.enableMonthArrow},on:{click:e.rightPrevMonth}}):e._e(),n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-right",attrs:{type:"button"},on:{click:e.rightNextYear}}),n("button",{staticClass:"el-picker-panel__icon-btn el-icon-arrow-right",attrs:{type:"button"},on:{click:e.rightNextMonth}}),n("div",[e._v(e._s(e.rightLabel))])]),n("date-table",{attrs:{"selection-mode":"range",date:e.rightDate,"default-value":e.defaultValue,"min-date":e.minDate,"max-date":e.maxDate,"range-state":e.rangeState,"disabled-date":e.disabledDate,"cell-class-name":e.cellClassName,"first-day-of-week":e.firstDayOfWeek},on:{changerange:e.handleChangeRange,pick:e.handleRangePick}})],1)])],2),e.showTime?n("div",{staticClass:"el-picker-panel__footer"},[n("el-button",{staticClass:"el-picker-panel__link-btn",attrs:{size:"mini",type:"text"},on:{click:e.handleClear}},[e._v("\n "+e._s(e.t("el.datepicker.clear"))+"\n ")]),n("el-button",{staticClass:"el-picker-panel__link-btn",attrs:{plain:"",size:"mini",disabled:e.btnDisabled},on:{click:function(t){e.handleConfirm(!1)}}},[e._v("\n "+e._s(e.t("el.datepicker.confirm"))+"\n ")])],1):e._e()])])},G=[];X._withStripped=!0;var Y=function(e){return Array.isArray(e)?[new Date(e[0]),new Date(e[1])]:e?[new Date(e),Object(a["nextDate"])(new Date(e),1)]:[new Date,Object(a["nextDate"])(new Date,1)]},J={mixins:[u.a],directives:{Clickoutside:A.a},computed:{btnDisabled:function(){return!(this.minDate&&this.maxDate&&!this.selecting&&this.isValidValue([this.minDate,this.maxDate]))},leftLabel:function(){return this.leftDate.getFullYear()+" "+this.t("el.datepicker.year")+" "+this.t("el.datepicker.month"+(this.leftDate.getMonth()+1))},rightLabel:function(){return this.rightDate.getFullYear()+" "+this.t("el.datepicker.year")+" "+this.t("el.datepicker.month"+(this.rightDate.getMonth()+1))},leftYear:function(){return this.leftDate.getFullYear()},leftMonth:function(){return this.leftDate.getMonth()},leftMonthDate:function(){return this.leftDate.getDate()},rightYear:function(){return this.rightDate.getFullYear()},rightMonth:function(){return this.rightDate.getMonth()},rightMonthDate:function(){return this.rightDate.getDate()},minVisibleDate:function(){return null!==this.dateUserInput.min?this.dateUserInput.min:this.minDate?Object(a["formatDate"])(this.minDate,this.dateFormat):""},maxVisibleDate:function(){return null!==this.dateUserInput.max?this.dateUserInput.max:this.maxDate||this.minDate?Object(a["formatDate"])(this.maxDate||this.minDate,this.dateFormat):""},minVisibleTime:function(){return null!==this.timeUserInput.min?this.timeUserInput.min:this.minDate?Object(a["formatDate"])(this.minDate,this.timeFormat):""},maxVisibleTime:function(){return null!==this.timeUserInput.max?this.timeUserInput.max:this.maxDate||this.minDate?Object(a["formatDate"])(this.maxDate||this.minDate,this.timeFormat):""},timeFormat:function(){return this.format?Object(a["extractTimeFormat"])(this.format):"HH:mm:ss"},dateFormat:function(){return this.format?Object(a["extractDateFormat"])(this.format):"yyyy-MM-dd"},enableMonthArrow:function(){var e=(this.leftMonth+1)%12,t=this.leftMonth+1>=12?1:0;return this.unlinkPanels&&new Date(this.leftYear+t,e)<new Date(this.rightYear,this.rightMonth)},enableYearArrow:function(){return this.unlinkPanels&&12*this.rightYear+this.rightMonth-(12*this.leftYear+this.leftMonth+1)>=12}},data:function(){return{popperClass:"",value:[],defaultValue:null,defaultTime:null,minDate:"",maxDate:"",leftDate:new Date,rightDate:Object(a["nextMonth"])(new Date),rangeState:{endDate:null,selecting:!1,row:null,column:null},showTime:!1,shortcuts:"",visible:"",disabledDate:"",cellClassName:"",firstDayOfWeek:7,minTimePickerVisible:!1,maxTimePickerVisible:!1,format:"",arrowControl:!1,unlinkPanels:!1,dateUserInput:{min:null,max:null},timeUserInput:{min:null,max:null}}},watch:{minDate:function(e){var t=this;this.dateUserInput.min=null,this.timeUserInput.min=null,this.$nextTick((function(){if(t.$refs.maxTimePicker&&t.maxDate&&t.maxDate<t.minDate){var e="HH:mm:ss";t.$refs.maxTimePicker.selectableRange=[[Object(a["parseDate"])(Object(a["formatDate"])(t.minDate,e),e),Object(a["parseDate"])("23:59:59",e)]]}})),e&&this.$refs.minTimePicker&&(this.$refs.minTimePicker.date=e,this.$refs.minTimePicker.value=e)},maxDate:function(e){this.dateUserInput.max=null,this.timeUserInput.max=null,e&&this.$refs.maxTimePicker&&(this.$refs.maxTimePicker.date=e,this.$refs.maxTimePicker.value=e)},minTimePickerVisible:function(e){var t=this;e&&this.$nextTick((function(){t.$refs.minTimePicker.date=t.minDate,t.$refs.minTimePicker.value=t.minDate,t.$refs.minTimePicker.adjustSpinners()}))},maxTimePickerVisible:function(e){var t=this;e&&this.$nextTick((function(){t.$refs.maxTimePicker.date=t.maxDate,t.$refs.maxTimePicker.value=t.maxDate,t.$refs.maxTimePicker.adjustSpinners()}))},value:function(e){if(e){if(Array.isArray(e))if(this.minDate=Object(a["isDate"])(e[0])?new Date(e[0]):null,this.maxDate=Object(a["isDate"])(e[1])?new Date(e[1]):null,this.minDate)if(this.leftDate=this.minDate,this.unlinkPanels&&this.maxDate){var t=this.minDate.getFullYear(),n=this.minDate.getMonth(),i=this.maxDate.getFullYear(),r=this.maxDate.getMonth();this.rightDate=t===i&&n===r?Object(a["nextMonth"])(this.maxDate):this.maxDate}else this.rightDate=Object(a["nextMonth"])(this.leftDate);else this.leftDate=Y(this.defaultValue)[0],this.rightDate=Object(a["nextMonth"])(this.leftDate)}else this.minDate=null,this.maxDate=null},defaultValue:function(e){if(!Array.isArray(this.value)){var t=Y(e),n=t[0],i=t[1];this.leftDate=n,this.rightDate=e&&e[1]&&this.unlinkPanels?i:Object(a["nextMonth"])(this.leftDate)}}},methods:{handleClear:function(){this.minDate=null,this.maxDate=null,this.leftDate=Y(this.defaultValue)[0],this.rightDate=Object(a["nextMonth"])(this.leftDate),this.$emit("pick",null)},handleChangeRange:function(e){this.minDate=e.minDate,this.maxDate=e.maxDate,this.rangeState=e.rangeState},handleDateInput:function(e,t){if(this.dateUserInput[t]=e,e.length===this.dateFormat.length){var n=Object(a["parseDate"])(e,this.dateFormat);if(n){if("function"===typeof this.disabledDate&&this.disabledDate(new Date(n)))return;"min"===t?(this.minDate=Object(a["modifyDate"])(this.minDate||new Date,n.getFullYear(),n.getMonth(),n.getDate()),this.leftDate=new Date(n),this.unlinkPanels||(this.rightDate=Object(a["nextMonth"])(this.leftDate))):(this.maxDate=Object(a["modifyDate"])(this.maxDate||new Date,n.getFullYear(),n.getMonth(),n.getDate()),this.rightDate=new Date(n),this.unlinkPanels||(this.leftDate=Object(a["prevMonth"])(n)))}}},handleDateChange:function(e,t){var n=Object(a["parseDate"])(e,this.dateFormat);n&&("min"===t?(this.minDate=Object(a["modifyDate"])(this.minDate,n.getFullYear(),n.getMonth(),n.getDate()),this.minDate>this.maxDate&&(this.maxDate=this.minDate)):(this.maxDate=Object(a["modifyDate"])(this.maxDate,n.getFullYear(),n.getMonth(),n.getDate()),this.maxDate<this.minDate&&(this.minDate=this.maxDate)))},handleTimeInput:function(e,t){var n=this;if(this.timeUserInput[t]=e,e.length===this.timeFormat.length){var i=Object(a["parseDate"])(e,this.timeFormat);i&&("min"===t?(this.minDate=Object(a["modifyTime"])(this.minDate,i.getHours(),i.getMinutes(),i.getSeconds()),this.$nextTick((function(e){return n.$refs.minTimePicker.adjustSpinners()}))):(this.maxDate=Object(a["modifyTime"])(this.maxDate,i.getHours(),i.getMinutes(),i.getSeconds()),this.$nextTick((function(e){return n.$refs.maxTimePicker.adjustSpinners()}))))}},handleTimeChange:function(e,t){var n=Object(a["parseDate"])(e,this.timeFormat);n&&("min"===t?(this.minDate=Object(a["modifyTime"])(this.minDate,n.getHours(),n.getMinutes(),n.getSeconds()),this.minDate>this.maxDate&&(this.maxDate=this.minDate),this.$refs.minTimePicker.value=this.minDate,this.minTimePickerVisible=!1):(this.maxDate=Object(a["modifyTime"])(this.maxDate,n.getHours(),n.getMinutes(),n.getSeconds()),this.maxDate<this.minDate&&(this.minDate=this.maxDate),this.$refs.maxTimePicker.value=this.minDate,this.maxTimePickerVisible=!1))},handleRangePick:function(e){var t=this,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=this.defaultTime||[],r=Object(a["modifyWithTimeString"])(e.minDate,i[0]),o=Object(a["modifyWithTimeString"])(e.maxDate,i[1]);this.maxDate===o&&this.minDate===r||(this.onPick&&this.onPick(e),this.maxDate=o,this.minDate=r,setTimeout((function(){t.maxDate=o,t.minDate=r}),10),n&&!this.showTime&&this.handleConfirm())},handleShortcutClick:function(e){e.onClick&&e.onClick(this)},handleMinTimePick:function(e,t,n){this.minDate=this.minDate||new Date,e&&(this.minDate=Object(a["modifyTime"])(this.minDate,e.getHours(),e.getMinutes(),e.getSeconds())),n||(this.minTimePickerVisible=t),(!this.maxDate||this.maxDate&&this.maxDate.getTime()<this.minDate.getTime())&&(this.maxDate=new Date(this.minDate))},handleMinTimeClose:function(){this.minTimePickerVisible=!1},handleMaxTimePick:function(e,t,n){this.maxDate&&e&&(this.maxDate=Object(a["modifyTime"])(this.maxDate,e.getHours(),e.getMinutes(),e.getSeconds())),n||(this.maxTimePickerVisible=t),this.maxDate&&this.minDate&&this.minDate.getTime()>this.maxDate.getTime()&&(this.minDate=new Date(this.maxDate))},handleMaxTimeClose:function(){this.maxTimePickerVisible=!1},leftPrevYear:function(){this.leftDate=Object(a["prevYear"])(this.leftDate),this.unlinkPanels||(this.rightDate=Object(a["nextMonth"])(this.leftDate))},leftPrevMonth:function(){this.leftDate=Object(a["prevMonth"])(this.leftDate),this.unlinkPanels||(this.rightDate=Object(a["nextMonth"])(this.leftDate))},rightNextYear:function(){this.unlinkPanels?this.rightDate=Object(a["nextYear"])(this.rightDate):(this.leftDate=Object(a["nextYear"])(this.leftDate),this.rightDate=Object(a["nextMonth"])(this.leftDate))},rightNextMonth:function(){this.unlinkPanels?this.rightDate=Object(a["nextMonth"])(this.rightDate):(this.leftDate=Object(a["nextMonth"])(this.leftDate),this.rightDate=Object(a["nextMonth"])(this.leftDate))},leftNextYear:function(){this.leftDate=Object(a["nextYear"])(this.leftDate)},leftNextMonth:function(){this.leftDate=Object(a["nextMonth"])(this.leftDate)},rightPrevYear:function(){this.rightDate=Object(a["prevYear"])(this.rightDate)},rightPrevMonth:function(){this.rightDate=Object(a["prevMonth"])(this.rightDate)},handleConfirm:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.isValidValue([this.minDate,this.maxDate])&&this.$emit("pick",[this.minDate,this.maxDate],e)},isValidValue:function(e){return Array.isArray(e)&&e&&e[0]&&e[1]&&Object(a["isDate"])(e[0])&&Object(a["isDate"])(e[1])&&e[0].getTime()<=e[1].getTime()&&("function"!==typeof this.disabledDate||!this.disabledDate(e[0])&&!this.disabledDate(e[1]))},resetView:function(){this.minDate&&null==this.maxDate&&(this.rangeState.selecting=!1),this.minDate=this.value&&Object(a["isDate"])(this.value[0])?new Date(this.value[0]):null,this.maxDate=this.value&&Object(a["isDate"])(this.value[0])?new Date(this.value[1]):null}},components:{TimePicker:p["a"],DateTable:V,ElInput:h.a,ElButton:d.a}},q=J,Z=Object(C["a"])(q,X,G,!1,null,null,null);Z.options.__file="packages/date-picker/src/panel/date-range.vue";var ee=Z.exports,te=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-zoom-in-top"},on:{"after-leave":function(t){e.$emit("dodestroy")}}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"el-picker-panel el-date-range-picker el-popper",class:[{"has-sidebar":e.$slots.sidebar||e.shortcuts},e.popperClass]},[n("div",{staticClass:"el-picker-panel__body-wrapper"},[e._t("sidebar"),e.shortcuts?n("div",{staticClass:"el-picker-panel__sidebar"},e._l(e.shortcuts,(function(t,i){return n("button",{key:i,staticClass:"el-picker-panel__shortcut",attrs:{type:"button"},on:{click:function(n){e.handleShortcutClick(t)}}},[e._v(e._s(t.text))])})),0):e._e(),n("div",{staticClass:"el-picker-panel__body"},[n("div",{staticClass:"el-picker-panel__content el-date-range-picker__content is-left"},[n("div",{staticClass:"el-date-range-picker__header"},[n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-left",attrs:{type:"button"},on:{click:e.leftPrevYear}}),e.unlinkPanels?n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-right",class:{"is-disabled":!e.enableYearArrow},attrs:{type:"button",disabled:!e.enableYearArrow},on:{click:e.leftNextYear}}):e._e(),n("div",[e._v(e._s(e.leftLabel))])]),n("month-table",{attrs:{"selection-mode":"range",date:e.leftDate,"default-value":e.defaultValue,"min-date":e.minDate,"max-date":e.maxDate,"range-state":e.rangeState,"disabled-date":e.disabledDate},on:{changerange:e.handleChangeRange,pick:e.handleRangePick}})],1),n("div",{staticClass:"el-picker-panel__content el-date-range-picker__content is-right"},[n("div",{staticClass:"el-date-range-picker__header"},[e.unlinkPanels?n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-left",class:{"is-disabled":!e.enableYearArrow},attrs:{type:"button",disabled:!e.enableYearArrow},on:{click:e.rightPrevYear}}):e._e(),n("button",{staticClass:"el-picker-panel__icon-btn el-icon-d-arrow-right",attrs:{type:"button"},on:{click:e.rightNextYear}}),n("div",[e._v(e._s(e.rightLabel))])]),n("month-table",{attrs:{"selection-mode":"range",date:e.rightDate,"default-value":e.defaultValue,"min-date":e.minDate,"max-date":e.maxDate,"range-state":e.rangeState,"disabled-date":e.disabledDate},on:{changerange:e.handleChangeRange,pick:e.handleRangePick}})],1)])],2)])])},ne=[];te._withStripped=!0;var ie=function(e){return Array.isArray(e)?[new Date(e[0]),new Date(e[1])]:e?[new Date(e),Object(a["nextMonth"])(new Date(e))]:[new Date,Object(a["nextMonth"])(new Date)]},re={mixins:[u.a],directives:{Clickoutside:A.a},computed:{btnDisabled:function(){return!(this.minDate&&this.maxDate&&!this.selecting&&this.isValidValue([this.minDate,this.maxDate]))},leftLabel:function(){return this.leftDate.getFullYear()+" "+this.t("el.datepicker.year")},rightLabel:function(){return this.rightDate.getFullYear()+" "+this.t("el.datepicker.year")},leftYear:function(){return this.leftDate.getFullYear()},rightYear:function(){return this.rightDate.getFullYear()===this.leftDate.getFullYear()?this.leftDate.getFullYear()+1:this.rightDate.getFullYear()},enableYearArrow:function(){return this.unlinkPanels&&this.rightYear>this.leftYear+1}},data:function(){return{popperClass:"",value:[],defaultValue:null,defaultTime:null,minDate:"",maxDate:"",leftDate:new Date,rightDate:Object(a["nextYear"])(new Date),rangeState:{endDate:null,selecting:!1,row:null,column:null},shortcuts:"",visible:"",disabledDate:"",format:"",arrowControl:!1,unlinkPanels:!1}},watch:{value:function(e){if(e){if(Array.isArray(e))if(this.minDate=Object(a["isDate"])(e[0])?new Date(e[0]):null,this.maxDate=Object(a["isDate"])(e[1])?new Date(e[1]):null,this.minDate)if(this.leftDate=this.minDate,this.unlinkPanels&&this.maxDate){var t=this.minDate.getFullYear(),n=this.maxDate.getFullYear();this.rightDate=t===n?Object(a["nextYear"])(this.maxDate):this.maxDate}else this.rightDate=Object(a["nextYear"])(this.leftDate);else this.leftDate=ie(this.defaultValue)[0],this.rightDate=Object(a["nextYear"])(this.leftDate)}else this.minDate=null,this.maxDate=null},defaultValue:function(e){if(!Array.isArray(this.value)){var t=ie(e),n=t[0],i=t[1];this.leftDate=n,this.rightDate=e&&e[1]&&n.getFullYear()!==i.getFullYear()&&this.unlinkPanels?i:Object(a["nextYear"])(this.leftDate)}}},methods:{handleClear:function(){this.minDate=null,this.maxDate=null,this.leftDate=ie(this.defaultValue)[0],this.rightDate=Object(a["nextYear"])(this.leftDate),this.$emit("pick",null)},handleChangeRange:function(e){this.minDate=e.minDate,this.maxDate=e.maxDate,this.rangeState=e.rangeState},handleRangePick:function(e){var t=this,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=this.defaultTime||[],r=Object(a["modifyWithTimeString"])(e.minDate,i[0]),o=Object(a["modifyWithTimeString"])(e.maxDate,i[1]);this.maxDate===o&&this.minDate===r||(this.onPick&&this.onPick(e),this.maxDate=o,this.minDate=r,setTimeout((function(){t.maxDate=o,t.minDate=r}),10),n&&this.handleConfirm())},handleShortcutClick:function(e){e.onClick&&e.onClick(this)},leftPrevYear:function(){this.leftDate=Object(a["prevYear"])(this.leftDate),this.unlinkPanels||(this.rightDate=Object(a["prevYear"])(this.rightDate))},rightNextYear:function(){this.unlinkPanels||(this.leftDate=Object(a["nextYear"])(this.leftDate)),this.rightDate=Object(a["nextYear"])(this.rightDate)},leftNextYear:function(){this.leftDate=Object(a["nextYear"])(this.leftDate)},rightPrevYear:function(){this.rightDate=Object(a["prevYear"])(this.rightDate)},handleConfirm:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.isValidValue([this.minDate,this.maxDate])&&this.$emit("pick",[this.minDate,this.maxDate],e)},isValidValue:function(e){return Array.isArray(e)&&e&&e[0]&&e[1]&&Object(a["isDate"])(e[0])&&Object(a["isDate"])(e[1])&&e[0].getTime()<=e[1].getTime()&&("function"!==typeof this.disabledDate||!this.disabledDate(e[0])&&!this.disabledDate(e[1]))},resetView:function(){this.minDate=this.value&&Object(a["isDate"])(this.value[0])?new Date(this.value[0]):null,this.maxDate=this.value&&Object(a["isDate"])(this.value[0])?new Date(this.value[1]):null}},components:{MonthTable:O,ElInput:h.a,ElButton:d.a}},oe=re,ae=Object(C["a"])(oe,te,ne,!1,null,null,null);ae.options.__file="packages/date-picker/src/panel/month-range.vue";var se=ae.exports,Ae=function(e){return"daterange"===e||"datetimerange"===e?ee:"monthrange"===e?se:W},le={mixins:[i["a"]],name:"ElDatePicker",props:{type:{type:String,default:"date"},timeArrowControl:Boolean},watch:{type:function(e){this.picker?(this.unmountPicker(),this.panel=Ae(e),this.mountPicker()):this.panel=Ae(e)}},created:function(){this.panel=Ae(this.type)},install:function(e){e.component(le.name,le)}};t["default"]=le}])},c8ba:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(i){"object"===typeof window&&(n=window)}e.exports=n},c901:function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},cc15:function(e,t,n){var i=n("b367")("wks"),r=n("8b1a"),o=n("ef08").Symbol,a="function"==typeof o,s=e.exports=function(e){return i[e]||(i[e]=a&&o[e]||(a?o:r)("Symbol."+e))};s.store=i},ce7a:function(e,t,n){var i=n("9c0e"),r=n("0983"),o=n("5a94")("IE_PROTO"),a=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=r(e),i(e,o)?e[o]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?a:null}},d010:function(e,t,n){"use strict";function i(e,t,n){this.$children.forEach((function(r){var o=r.$options.componentName;o===e?r.$emit.apply(r,[t].concat(n)):i.apply(r,[e,t].concat([n]))}))}t.__esModule=!0,t.default={methods:{dispatch:function(e,t,n){var i=this.$parent||this.$root,r=i.$options.componentName;while(i&&(!r||r!==e))i=i.$parent,i&&(r=i.$options.componentName);i&&i.$emit.apply(i,[t].concat(n))},broadcast:function(e,t,n){i.call(this,e,t,n)}}}},d16a:function(e,t,n){var i=n("fc5e"),r=Math.min;e.exports=function(e){return e>0?r(i(e),9007199254740991):0}},d397:function(e,t,n){"use strict";function i(e){return void 0!==e&&null!==e}function r(e){var t=/([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi;return t.test(e)}t.__esModule=!0,t.isDef=i,t.isKorean=r},d7d1:function(e,t,n){"use strict";var i;(function(r){var o={},a=/d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,s="\\d\\d?",A="\\d{3}",l="\\d{4}",u="[^\\s]+",c=/\[([^]*?)\]/gm,h=function(){};function f(e){return e.replace(/[|\\{()[^$+*?.-]/g,"\\$&")}function d(e,t){for(var n=[],i=0,r=e.length;i<r;i++)n.push(e[i].substr(0,t));return n}function p(e){return function(t,n,i){var r=i[e].indexOf(n.charAt(0).toUpperCase()+n.substr(1).toLowerCase());~r&&(t.month=r)}}function g(e,t){e=String(e),t=t||2;while(e.length<t)e="0"+e;return e}var m=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],v=["January","February","March","April","May","June","July","August","September","October","November","December"],y=d(v,3),B=d(m,3);o.i18n={dayNamesShort:B,dayNames:m,monthNamesShort:y,monthNames:v,amPm:["am","pm"],DoFn:function(e){return e+["th","st","nd","rd"][e%10>3?0:(e-e%10!==10)*e%10]}};var w={D:function(e){return e.getDay()},DD:function(e){return g(e.getDay())},Do:function(e,t){return t.DoFn(e.getDate())},d:function(e){return e.getDate()},dd:function(e){return g(e.getDate())},ddd:function(e,t){return t.dayNamesShort[e.getDay()]},dddd:function(e,t){return t.dayNames[e.getDay()]},M:function(e){return e.getMonth()+1},MM:function(e){return g(e.getMonth()+1)},MMM:function(e,t){return t.monthNamesShort[e.getMonth()]},MMMM:function(e,t){return t.monthNames[e.getMonth()]},yy:function(e){return g(String(e.getFullYear()),4).substr(2)},yyyy:function(e){return g(e.getFullYear(),4)},h:function(e){return e.getHours()%12||12},hh:function(e){return g(e.getHours()%12||12)},H:function(e){return e.getHours()},HH:function(e){return g(e.getHours())},m:function(e){return e.getMinutes()},mm:function(e){return g(e.getMinutes())},s:function(e){return e.getSeconds()},ss:function(e){return g(e.getSeconds())},S:function(e){return Math.round(e.getMilliseconds()/100)},SS:function(e){return g(Math.round(e.getMilliseconds()/10),2)},SSS:function(e){return g(e.getMilliseconds(),3)},a:function(e,t){return e.getHours()<12?t.amPm[0]:t.amPm[1]},A:function(e,t){return e.getHours()<12?t.amPm[0].toUpperCase():t.amPm[1].toUpperCase()},ZZ:function(e){var t=e.getTimezoneOffset();return(t>0?"-":"+")+g(100*Math.floor(Math.abs(t)/60)+Math.abs(t)%60,4)}},b={d:[s,function(e,t){e.day=t}],Do:[s+u,function(e,t){e.day=parseInt(t,10)}],M:[s,function(e,t){e.month=t-1}],yy:[s,function(e,t){var n=new Date,i=+(""+n.getFullYear()).substr(0,2);e.year=""+(t>68?i-1:i)+t}],h:[s,function(e,t){e.hour=t}],m:[s,function(e,t){e.minute=t}],s:[s,function(e,t){e.second=t}],yyyy:[l,function(e,t){e.year=t}],S:["\\d",function(e,t){e.millisecond=100*t}],SS:["\\d{2}",function(e,t){e.millisecond=10*t}],SSS:[A,function(e,t){e.millisecond=t}],D:[s,h],ddd:[u,h],MMM:[u,p("monthNamesShort")],MMMM:[u,p("monthNames")],a:[u,function(e,t,n){var i=t.toLowerCase();i===n.amPm[0]?e.isPm=!1:i===n.amPm[1]&&(e.isPm=!0)}],ZZ:["[^\\s]*?[\\+\\-]\\d\\d:?\\d\\d|[^\\s]*?Z",function(e,t){var n,i=(t+"").match(/([+-]|\d\d)/gi);i&&(n=60*i[1]+parseInt(i[2],10),e.timezoneOffset="+"===i[0]?n:-n)}]};b.dd=b.d,b.dddd=b.ddd,b.DD=b.D,b.mm=b.m,b.hh=b.H=b.HH=b.h,b.MM=b.M,b.ss=b.s,b.A=b.a,o.masks={default:"ddd MMM dd yyyy HH:mm:ss",shortDate:"M/D/yy",mediumDate:"MMM d, yyyy",longDate:"MMMM d, yyyy",fullDate:"dddd, MMMM d, yyyy",shortTime:"HH:mm",mediumTime:"HH:mm:ss",longTime:"HH:mm:ss.SSS"},o.format=function(e,t,n){var i=n||o.i18n;if("number"===typeof e&&(e=new Date(e)),"[object Date]"!==Object.prototype.toString.call(e)||isNaN(e.getTime()))throw new Error("Invalid Date in fecha.format");t=o.masks[t]||t||o.masks["default"];var r=[];return t=t.replace(c,(function(e,t){return r.push(t),"@@@"})),t=t.replace(a,(function(t){return t in w?w[t](e,i):t.slice(1,t.length-1)})),t.replace(/@@@/g,(function(){return r.shift()}))},o.parse=function(e,t,n){var i=n||o.i18n;if("string"!==typeof t)throw new Error("Invalid format in fecha.parse");if(t=o.masks[t]||t,e.length>1e3)return null;var r={},s=[],A=[];t=t.replace(c,(function(e,t){return A.push(t),"@@@"}));var l=f(t).replace(a,(function(e){if(b[e]){var t=b[e];return s.push(t[1]),"("+t[0]+")"}return e}));l=l.replace(/@@@/g,(function(){return A.shift()}));var u=e.match(new RegExp(l,"i"));if(!u)return null;for(var h=1;h<u.length;h++)s[h-1](r,u[h],i);var d,p=new Date;return!0===r.isPm&&null!=r.hour&&12!==+r.hour?r.hour=+r.hour+12:!1===r.isPm&&12===+r.hour&&(r.hour=0),null!=r.timezoneOffset?(r.minute=+(r.minute||0)-+r.timezoneOffset,d=new Date(Date.UTC(r.year||p.getFullYear(),r.month||0,r.day||1,r.hour||0,r.minute||0,r.second||0,r.millisecond||0))):d=new Date(r.year||p.getFullYear(),r.month||0,r.day||1,r.hour||0,r.minute||0,r.second||0,r.millisecond||0),d},e.exports?e.exports=o:(i=function(){return o}.call(t,n,t,e),void 0===i||(e.exports=i))})()},d940:function(e,t,n){"use strict";t.__esModule=!0,t.validateRangeInOneMonth=t.extractTimeFormat=t.extractDateFormat=t.nextYear=t.prevYear=t.nextMonth=t.prevMonth=t.changeYearMonthAndClampDate=t.timeWithinRange=t.limitTimeRange=t.clearMilliseconds=t.clearTime=t.modifyWithTimeString=t.modifyTime=t.modifyDate=t.range=t.getRangeMinutes=t.getMonthDays=t.getPrevMonthLastDays=t.getRangeHours=t.getWeekNumber=t.getStartDateOfMonth=t.nextDate=t.prevDate=t.getFirstDayOfMonth=t.getDayCountOfYear=t.getDayCountOfMonth=t.parseDate=t.formatDate=t.isDateObject=t.isDate=t.toDate=t.getI18nSettings=void 0;var i=n("d7d1"),r=a(i),o=n("4897");function a(e){return e&&e.__esModule?e:{default:e}}var s=["sun","mon","tue","wed","thu","fri","sat"],A=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],l=function(e,t){for(var n=[],i=e;i<=t;i++)n.push(i);return n},u=t.getI18nSettings=function(){return{dayNamesShort:s.map((function(e){return(0,o.t)("el.datepicker.weeks."+e)})),dayNames:s.map((function(e){return(0,o.t)("el.datepicker.weeks."+e)})),monthNamesShort:A.map((function(e){return(0,o.t)("el.datepicker.months."+e)})),monthNames:A.map((function(e,t){return(0,o.t)("el.datepicker.month"+(t+1))})),amPm:["am","pm"]}},c=t.toDate=function(e){return h(e)?new Date(e):null},h=t.isDate=function(e){return null!==e&&void 0!==e&&(!isNaN(new Date(e).getTime())&&!Array.isArray(e))},f=(t.isDateObject=function(e){return e instanceof Date},t.formatDate=function(e,t){return e=c(e),e?r.default.format(e,t||"yyyy-MM-dd",u()):""},t.parseDate=function(e,t){return r.default.parse(e,t||"yyyy-MM-dd",u())}),d=t.getDayCountOfMonth=function(e,t){return 3===t||5===t||8===t||10===t?30:1===t?e%4===0&&e%100!==0||e%400===0?29:28:31},p=(t.getDayCountOfYear=function(e){var t=e%400===0||e%100!==0&&e%4===0;return t?366:365},t.getFirstDayOfMonth=function(e){var t=new Date(e.getTime());return t.setDate(1),t.getDay()},t.prevDate=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return new Date(e.getFullYear(),e.getMonth(),e.getDate()-t)});t.nextDate=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return new Date(e.getFullYear(),e.getMonth(),e.getDate()+t)},t.getStartDateOfMonth=function(e,t){var n=new Date(e,t,1),i=n.getDay();return p(n,0===i?7:i)},t.getWeekNumber=function(e){if(!h(e))return null;var t=new Date(e.getTime());t.setHours(0,0,0,0),t.setDate(t.getDate()+3-(t.getDay()+6)%7);var n=new Date(t.getFullYear(),0,4);return 1+Math.round(((t.getTime()-n.getTime())/864e5-3+(n.getDay()+6)%7)/7)},t.getRangeHours=function(e){var t=[],n=[];if((e||[]).forEach((function(e){var t=e.map((function(e){return e.getHours()}));n=n.concat(l(t[0],t[1]))})),n.length)for(var i=0;i<24;i++)t[i]=-1===n.indexOf(i);else for(var r=0;r<24;r++)t[r]=!1;return t},t.getPrevMonthLastDays=function(e,t){if(t<=0)return[];var n=new Date(e.getTime());n.setDate(0);var i=n.getDate();return m(t).map((function(e,n){return i-(t-n-1)}))},t.getMonthDays=function(e){var t=new Date(e.getFullYear(),e.getMonth()+1,0),n=t.getDate();return m(n).map((function(e,t){return t+1}))};function g(e,t,n,i){for(var r=t;r<n;r++)e[r]=i}t.getRangeMinutes=function(e,t){var n=new Array(60);return e.length>0?e.forEach((function(e){var i=e[0],r=e[1],o=i.getHours(),a=i.getMinutes(),s=r.getHours(),A=r.getMinutes();o===t&&s!==t?g(n,a,60,!0):o===t&&s===t?g(n,a,A+1,!0):o!==t&&s===t?g(n,0,A+1,!0):o<t&&s>t&&g(n,0,60,!0)})):g(n,0,60,!0),n};var m=t.range=function(e){return Array.apply(null,{length:e}).map((function(e,t){return t}))},v=t.modifyDate=function(e,t,n,i){return new Date(t,n,i,e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds())},y=t.modifyTime=function(e,t,n,i){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),t,n,i,e.getMilliseconds())},B=(t.modifyWithTimeString=function(e,t){return null!=e&&t?(t=f(t,"HH:mm:ss"),y(e,t.getHours(),t.getMinutes(),t.getSeconds())):e},t.clearTime=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},t.clearMilliseconds=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),0)},t.limitTimeRange=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"HH:mm:ss";if(0===t.length)return e;var i=function(e){return r.default.parse(r.default.format(e,n),n)},o=i(e),a=t.map((function(e){return e.map(i)}));if(a.some((function(e){return o>=e[0]&&o<=e[1]})))return e;var s=a[0][0],A=a[0][0];a.forEach((function(e){s=new Date(Math.min(e[0],s)),A=new Date(Math.max(e[1],s))}));var l=o<s?s:A;return v(l,e.getFullYear(),e.getMonth(),e.getDate())}),w=(t.timeWithinRange=function(e,t,n){var i=B(e,t,n);return i.getTime()===e.getTime()},t.changeYearMonthAndClampDate=function(e,t,n){var i=Math.min(e.getDate(),d(t,n));return v(e,t,n,i)});t.prevMonth=function(e){var t=e.getFullYear(),n=e.getMonth();return 0===n?w(e,t-1,11):w(e,t,n-1)},t.nextMonth=function(e){var t=e.getFullYear(),n=e.getMonth();return 11===n?w(e,t+1,0):w(e,t,n+1)},t.prevYear=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=e.getFullYear(),i=e.getMonth();return w(e,n-t,i)},t.nextYear=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=e.getFullYear(),i=e.getMonth();return w(e,n+t,i)},t.extractDateFormat=function(e){return e.replace(/\W?m{1,2}|\W?ZZ/g,"").replace(/\W?h{1,2}|\W?s{1,3}|\W?a/gi,"").trim()},t.extractTimeFormat=function(e){return e.replace(/\W?D{1,2}|\W?Do|\W?d{1,4}|\W?M{1,4}|\W?y{2,4}/g,"").trim()},t.validateRangeInOneMonth=function(e,t){return e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()}},df7c:function(e,t,n){(function(e){function n(e,t){for(var n=0,i=e.length-1;i>=0;i--){var r=e[i];"."===r?e.splice(i,1):".."===r?(e.splice(i,1),n++):n&&(e.splice(i,1),n--)}if(t)for(;n--;n)e.unshift("..");return e}function i(e){"string"!==typeof e&&(e+="");var t,n=0,i=-1,r=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!r){n=t+1;break}}else-1===i&&(r=!1,i=t+1);return-1===i?"":e.slice(n,i)}function r(e,t){if(e.filter)return e.filter(t);for(var n=[],i=0;i<e.length;i++)t(e[i],i,e)&&n.push(e[i]);return n}t.resolve=function(){for(var t="",i=!1,o=arguments.length-1;o>=-1&&!i;o--){var a=o>=0?arguments[o]:e.cwd();if("string"!==typeof a)throw new TypeError("Arguments to path.resolve must be strings");a&&(t=a+"/"+t,i="/"===a.charAt(0))}return t=n(r(t.split("/"),(function(e){return!!e})),!i).join("/"),(i?"/":"")+t||"."},t.normalize=function(e){var i=t.isAbsolute(e),a="/"===o(e,-1);return e=n(r(e.split("/"),(function(e){return!!e})),!i).join("/"),e||i||(e="."),e&&a&&(e+="/"),(i?"/":"")+e},t.isAbsolute=function(e){return"/"===e.charAt(0)},t.join=function(){var e=Array.prototype.slice.call(arguments,0);return t.normalize(r(e,(function(e,t){if("string"!==typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))},t.relative=function(e,n){function i(e){for(var t=0;t<e.length;t++)if(""!==e[t])break;for(var n=e.length-1;n>=0;n--)if(""!==e[n])break;return t>n?[]:e.slice(t,n-t+1)}e=t.resolve(e).substr(1),n=t.resolve(n).substr(1);for(var r=i(e.split("/")),o=i(n.split("/")),a=Math.min(r.length,o.length),s=a,A=0;A<a;A++)if(r[A]!==o[A]){s=A;break}var l=[];for(A=s;A<r.length;A++)l.push("..");return l=l.concat(o.slice(s)),l.join("/")},t.sep="/",t.delimiter=":",t.dirname=function(e){if("string"!==typeof e&&(e+=""),0===e.length)return".";for(var t=e.charCodeAt(0),n=47===t,i=-1,r=!0,o=e.length-1;o>=1;--o)if(t=e.charCodeAt(o),47===t){if(!r){i=o;break}}else r=!1;return-1===i?n?"/":".":n&&1===i?"/":e.slice(0,i)},t.basename=function(e,t){var n=i(e);return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n},t.extname=function(e){"string"!==typeof e&&(e+="");for(var t=-1,n=0,i=-1,r=!0,o=0,a=e.length-1;a>=0;--a){var s=e.charCodeAt(a);if(47!==s)-1===i&&(r=!1,i=a+1),46===s?-1===t?t=a:1!==o&&(o=1):-1!==t&&(o=-1);else if(!r){n=a+1;break}}return-1===t||-1===i||0===o||1===o&&t===i-1&&t===n+1?"":e.slice(t,i)};var o="b"==="ab".substr(-1)?function(e,t,n){return e.substr(t,n)}:function(e,t,n){return t<0&&(t=e.length+t),e.substr(t,n)}}).call(this,n("4362"))},dfe5:function(e,t){},e198:function(e,t,n){var i=n("ef08"),r=n("5524"),o=n("e444"),a=n("fcd4"),s=n("1a14").f;e.exports=function(e){var t=r.Symbol||(r.Symbol=o?{}:i.Symbol||{});"_"==e.charAt(0)||e in t||s(t,e,{value:a.f(e)})}},e34a:function(e,t,n){var i=n("8b1a")("meta"),r=n("7a41"),o=n("9c0e"),a=n("1a14").f,s=0,A=Object.isExtensible||function(){return!0},l=!n("4b8b")((function(){return A(Object.preventExtensions({}))})),u=function(e){a(e,i,{value:{i:"O"+ ++s,w:{}}})},c=function(e,t){if(!r(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,i)){if(!A(e))return"F";if(!t)return"E";u(e)}return e[i].i},h=function(e,t){if(!o(e,i)){if(!A(e))return!0;if(!t)return!1;u(e)}return e[i].w},f=function(e){return l&&d.NEED&&A(e)&&!o(e,i)&&u(e),e},d=e.exports={KEY:i,NEED:!1,fastKey:c,getWeak:h,onFreeze:f}},e444:function(e,t){e.exports=!0},e507:function(e,t,n){var i=n("512c");i(i.S+i.F,"Object",{assign:n("072d")})},e62d:function(e,t,n){"use strict";t.__esModule=!0,t.default=function(){if(r.default.prototype.$isServer)return 0;if(void 0!==a)return a;var e=document.createElement("div");e.className="el-scrollbar__wrap",e.style.visibility="hidden",e.style.width="100px",e.style.position="absolute",e.style.top="-9999px",document.body.appendChild(e);var t=e.offsetWidth;e.style.overflow="scroll";var n=document.createElement("div");n.style.width="100%",e.appendChild(n);var i=n.offsetWidth;return e.parentNode.removeChild(e),a=t-i,a};var i=n("2b0e"),r=o(i);function o(e){return e&&e.__esModule?e:{default:e}}var a=void 0},e974:function(e,t,n){"use strict";t.__esModule=!0;var i=n("2b0e"),r=a(i),o=n("5128");function a(e){return e&&e.__esModule?e:{default:e}}var s=r.default.prototype.$isServer?function(){}:n("6167"),A=function(e){return e.stopPropagation()};t.default={props:{transformOrigin:{type:[Boolean,String],default:!0},placement:{type:String,default:"bottom"},boundariesPadding:{type:Number,default:5},reference:{},popper:{},offset:{default:0},value:Boolean,visibleArrow:Boolean,arrowOffset:{type:Number,default:35},appendToBody:{type:Boolean,default:!0},popperOptions:{type:Object,default:function(){return{gpuAcceleration:!1}}}},data:function(){return{showPopper:!1,currentPlacement:""}},watch:{value:{immediate:!0,handler:function(e){this.showPopper=e,this.$emit("input",e)}},showPopper:function(e){this.disabled||(e?this.updatePopper():this.destroyPopper(),this.$emit("input",e))}},methods:{createPopper:function(){var e=this;if(!this.$isServer&&(this.currentPlacement=this.currentPlacement||this.placement,/^(top|bottom|left|right)(-start|-end)?$/g.test(this.currentPlacement))){var t=this.popperOptions,n=this.popperElm=this.popperElm||this.popper||this.$refs.popper,i=this.referenceElm=this.referenceElm||this.reference||this.$refs.reference;!i&&this.$slots.reference&&this.$slots.reference[0]&&(i=this.referenceElm=this.$slots.reference[0].elm),n&&i&&(this.visibleArrow&&this.appendArrow(n),this.appendToBody&&document.body.appendChild(this.popperElm),this.popperJS&&this.popperJS.destroy&&this.popperJS.destroy(),t.placement=this.currentPlacement,t.offset=this.offset,t.arrowOffset=this.arrowOffset,this.popperJS=new s(i,n,t),this.popperJS.onCreate((function(t){e.$emit("created",e),e.resetTransformOrigin(),e.$nextTick(e.updatePopper)})),"function"===typeof t.onUpdate&&this.popperJS.onUpdate(t.onUpdate),this.popperJS._popper.style.zIndex=o.PopupManager.nextZIndex(),this.popperElm.addEventListener("click",A))}},updatePopper:function(){var e=this.popperJS;e?(e.update(),e._popper&&(e._popper.style.zIndex=o.PopupManager.nextZIndex())):this.createPopper()},doDestroy:function(e){!this.popperJS||this.showPopper&&!e||(this.popperJS.destroy(),this.popperJS=null)},destroyPopper:function(){this.popperJS&&this.resetTransformOrigin()},resetTransformOrigin:function(){if(this.transformOrigin){var e={top:"bottom",bottom:"top",left:"right",right:"left"},t=this.popperJS._popper.getAttribute("x-placement").split("-")[0],n=e[t];this.popperJS._popper.style.transformOrigin="string"===typeof this.transformOrigin?this.transformOrigin:["top","bottom"].indexOf(t)>-1?"center "+n:n+" center"}},appendArrow:function(e){var t=void 0;if(!this.appended){for(var n in this.appended=!0,e.attributes)if(/^_v-/.test(e.attributes[n].name)){t=e.attributes[n].name;break}var i=document.createElement("div");t&&i.setAttribute(t,""),i.setAttribute("x-arrow",""),i.className="popper__arrow",e.appendChild(i)}}},beforeDestroy:function(){this.doDestroy(!0),this.popperElm&&this.popperElm.parentNode===document.body&&(this.popperElm.removeEventListener("click",A),document.body.removeChild(this.popperElm))},deactivated:function(){this.$options.beforeDestroy[0].call(this)}}},ea34:function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},eca7:function(e,t,n){},eedf:function(e,t,n){e.exports=function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=97)}({0:function(e,t,n){"use strict";function i(e,t,n,i,r,o,a,s){var A,l="function"===typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),i&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(A=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},l._ssrRegister=A):r&&(A=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),A)if(l.functional){l._injectStyles=A;var u=l.render;l.render=function(e,t){return A.call(t),u(e,t)}}else{var c=l.beforeCreate;l.beforeCreate=c?[].concat(c,A):[A]}return{exports:e,options:l}}n.d(t,"a",(function(){return i}))},97:function(e,t,n){"use strict";n.r(t);var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{staticClass:"el-button",class:[e.type?"el-button--"+e.type:"",e.buttonSize?"el-button--"+e.buttonSize:"",{"is-disabled":e.buttonDisabled,"is-loading":e.loading,"is-plain":e.plain,"is-round":e.round,"is-circle":e.circle}],attrs:{disabled:e.buttonDisabled||e.loading,autofocus:e.autofocus,type:e.nativeType},on:{click:e.handleClick}},[e.loading?n("i",{staticClass:"el-icon-loading"}):e._e(),e.icon&&!e.loading?n("i",{class:e.icon}):e._e(),e.$slots.default?n("span",[e._t("default")],2):e._e()])},r=[];i._withStripped=!0;var o={name:"ElButton",inject:{elForm:{default:""},elFormItem:{default:""}},props:{type:{type:String,default:"default"},size:String,icon:{type:String,default:""},nativeType:{type:String,default:"button"},loading:Boolean,disabled:Boolean,plain:Boolean,autofocus:Boolean,round:Boolean,circle:Boolean},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},buttonSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},buttonDisabled:function(){return this.disabled||(this.elForm||{}).disabled}},methods:{handleClick:function(e){this.$emit("click",e)}}},a=o,s=n(0),A=Object(s["a"])(a,i,r,!1,null,null,null);A.options.__file="packages/button/src/button.vue";var l=A.exports;l.install=function(e){e.component(l.name,l)};t["default"]=l}})},ef08:function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},f0d9:function(e,t,n){"use strict";t.__esModule=!0,t.default={el:{colorpicker:{confirm:"确定",clear:"清空"},datepicker:{now:"此刻",today:"今天",cancel:"取消",clear:"清空",confirm:"确定",selectDate:"选择日期",selectTime:"选择时间",startDate:"开始日期",startTime:"开始时间",endDate:"结束日期",endTime:"结束时间",prevYear:"前一年",nextYear:"后一年",prevMonth:"上个月",nextMonth:"下个月",year:"年",month1:"1 月",month2:"2 月",month3:"3 月",month4:"4 月",month5:"5 月",month6:"6 月",month7:"7 月",month8:"8 月",month9:"9 月",month10:"10 月",month11:"11 月",month12:"12 月",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},months:{jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月"}},select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},cascader:{noMatch:"无匹配数据",loading:"加载中",placeholder:"请选择",noData:"暂无数据"},pagination:{goto:"前往",pagesize:"条/页",total:"共 {total} 条",pageClassifier:"页"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!"},upload:{deleteTip:"按 delete 键可删除",delete:"删除",preview:"查看图片",continue:"继续上传"},table:{emptyText:"暂无数据",confirmFilter:"筛选",resetFilter:"重置",clearFilter:"全部",sumText:"合计"},tree:{emptyText:"暂无数据"},transfer:{noMatch:"无匹配数据",noData:"无数据",titles:["列表 1","列表 2"],filterPlaceholder:"请输入搜索内容",noCheckedFormat:"共 {total} 项",hasCheckedFormat:"已选 {checked}/{total} 项"},image:{error:"加载失败"},pageHeader:{title:"返回"},popconfirm:{confirmButtonText:"确定",cancelButtonText:"取消"}}}},f3ad:function(e,t,n){e.exports=function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=76)}({0:function(e,t,n){"use strict";function i(e,t,n,i,r,o,a,s){var A,l="function"===typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),i&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(A=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},l._ssrRegister=A):r&&(A=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),A)if(l.functional){l._injectStyles=A;var u=l.render;l.render=function(e,t){return A.call(t),u(e,t)}}else{var c=l.beforeCreate;l.beforeCreate=c?[].concat(c,A):[A]}return{exports:e,options:l}}n.d(t,"a",(function(){return i}))},11:function(e,t){e.exports=n("2bb5")},21:function(e,t){e.exports=n("d397")},4:function(e,t){e.exports=n("d010")},76:function(e,t,n){"use strict";n.r(t);var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:["textarea"===e.type?"el-textarea":"el-input",e.inputSize?"el-input--"+e.inputSize:"",{"is-disabled":e.inputDisabled,"is-exceed":e.inputExceed,"el-input-group":e.$slots.prepend||e.$slots.append,"el-input-group--append":e.$slots.append,"el-input-group--prepend":e.$slots.prepend,"el-input--prefix":e.$slots.prefix||e.prefixIcon,"el-input--suffix":e.$slots.suffix||e.suffixIcon||e.clearable||e.showPassword}],on:{mouseenter:function(t){e.hovering=!0},mouseleave:function(t){e.hovering=!1}}},["textarea"!==e.type?[e.$slots.prepend?n("div",{staticClass:"el-input-group__prepend"},[e._t("prepend")],2):e._e(),"textarea"!==e.type?n("input",e._b({ref:"input",staticClass:"el-input__inner",attrs:{tabindex:e.tabindex,type:e.showPassword?e.passwordVisible?"text":"password":e.type,disabled:e.inputDisabled,readonly:e.readonly,autocomplete:e.autoComplete||e.autocomplete,"aria-label":e.label},on:{compositionstart:e.handleCompositionStart,compositionupdate:e.handleCompositionUpdate,compositionend:e.handleCompositionEnd,input:e.handleInput,focus:e.handleFocus,blur:e.handleBlur,change:e.handleChange}},"input",e.$attrs,!1)):e._e(),e.$slots.prefix||e.prefixIcon?n("span",{staticClass:"el-input__prefix"},[e._t("prefix"),e.prefixIcon?n("i",{staticClass:"el-input__icon",class:e.prefixIcon}):e._e()],2):e._e(),e.getSuffixVisible()?n("span",{staticClass:"el-input__suffix"},[n("span",{staticClass:"el-input__suffix-inner"},[e.showClear&&e.showPwdVisible&&e.isWordLimitVisible?e._e():[e._t("suffix"),e.suffixIcon?n("i",{staticClass:"el-input__icon",class:e.suffixIcon}):e._e()],e.showClear?n("i",{staticClass:"el-input__icon el-icon-circle-close el-input__clear",on:{mousedown:function(e){e.preventDefault()},click:e.clear}}):e._e(),e.showPwdVisible?n("i",{staticClass:"el-input__icon el-icon-view el-input__clear",on:{click:e.handlePasswordVisible}}):e._e(),e.isWordLimitVisible?n("span",{staticClass:"el-input__count"},[n("span",{staticClass:"el-input__count-inner"},[e._v("\n "+e._s(e.textLength)+"/"+e._s(e.upperLimit)+"\n ")])]):e._e()],2),e.validateState?n("i",{staticClass:"el-input__icon",class:["el-input__validateIcon",e.validateIcon]}):e._e()]):e._e(),e.$slots.append?n("div",{staticClass:"el-input-group__append"},[e._t("append")],2):e._e()]:n("textarea",e._b({ref:"textarea",staticClass:"el-textarea__inner",style:e.textareaStyle,attrs:{tabindex:e.tabindex,disabled:e.inputDisabled,readonly:e.readonly,autocomplete:e.autoComplete||e.autocomplete,"aria-label":e.label},on:{compositionstart:e.handleCompositionStart,compositionupdate:e.handleCompositionUpdate,compositionend:e.handleCompositionEnd,input:e.handleInput,focus:e.handleFocus,blur:e.handleBlur,change:e.handleChange}},"textarea",e.$attrs,!1)),e.isWordLimitVisible&&"textarea"===e.type?n("span",{staticClass:"el-input__count"},[e._v(e._s(e.textLength)+"/"+e._s(e.upperLimit))]):e._e()],2)},r=[];i._withStripped=!0;var o=n(4),a=n.n(o),s=n(11),A=n.n(s),l=void 0,u="\n height:0 !important;\n visibility:hidden !important;\n overflow:hidden !important;\n position:absolute !important;\n z-index:-1000 !important;\n top:0 !important;\n right:0 !important\n",c=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing"];function h(e){var t=window.getComputedStyle(e),n=t.getPropertyValue("box-sizing"),i=parseFloat(t.getPropertyValue("padding-bottom"))+parseFloat(t.getPropertyValue("padding-top")),r=parseFloat(t.getPropertyValue("border-bottom-width"))+parseFloat(t.getPropertyValue("border-top-width")),o=c.map((function(e){return e+":"+t.getPropertyValue(e)})).join(";");return{contextStyle:o,paddingSize:i,borderSize:r,boxSizing:n}}function f(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;l||(l=document.createElement("textarea"),document.body.appendChild(l));var i=h(e),r=i.paddingSize,o=i.borderSize,a=i.boxSizing,s=i.contextStyle;l.setAttribute("style",s+";"+u),l.value=e.value||e.placeholder||"";var A=l.scrollHeight,c={};"border-box"===a?A+=o:"content-box"===a&&(A-=r),l.value="";var f=l.scrollHeight-r;if(null!==t){var d=f*t;"border-box"===a&&(d=d+r+o),A=Math.max(d,A),c.minHeight=d+"px"}if(null!==n){var p=f*n;"border-box"===a&&(p=p+r+o),A=Math.min(p,A)}return c.height=A+"px",l.parentNode&&l.parentNode.removeChild(l),l=null,c}var d=n(9),p=n.n(d),g=n(21),m={name:"ElInput",componentName:"ElInput",mixins:[a.a,A.a],inheritAttrs:!1,inject:{elForm:{default:""},elFormItem:{default:""}},data:function(){return{textareaCalcStyle:{},hovering:!1,focused:!1,isComposing:!1,passwordVisible:!1}},props:{value:[String,Number],size:String,resize:String,form:String,disabled:Boolean,readonly:Boolean,type:{type:String,default:"text"},autosize:{type:[Boolean,Object],default:!1},autocomplete:{type:String,default:"off"},autoComplete:{type:String,validator:function(e){return!0}},validateEvent:{type:Boolean,default:!0},suffixIcon:String,prefixIcon:String,label:String,clearable:{type:Boolean,default:!1},showPassword:{type:Boolean,default:!1},showWordLimit:{type:Boolean,default:!1},tabindex:String},computed:{_elFormItemSize:function(){return(this.elFormItem||{}).elFormItemSize},validateState:function(){return this.elFormItem?this.elFormItem.validateState:""},needStatusIcon:function(){return!!this.elForm&&this.elForm.statusIcon},validateIcon:function(){return{validating:"el-icon-loading",success:"el-icon-circle-check",error:"el-icon-circle-close"}[this.validateState]},textareaStyle:function(){return p()({},this.textareaCalcStyle,{resize:this.resize})},inputSize:function(){return this.size||this._elFormItemSize||(this.$ELEMENT||{}).size},inputDisabled:function(){return this.disabled||(this.elForm||{}).disabled},nativeInputValue:function(){return null===this.value||void 0===this.value?"":String(this.value)},showClear:function(){return this.clearable&&!this.inputDisabled&&!this.readonly&&this.nativeInputValue&&(this.focused||this.hovering)},showPwdVisible:function(){return this.showPassword&&!this.inputDisabled&&!this.readonly&&(!!this.nativeInputValue||this.focused)},isWordLimitVisible:function(){return this.showWordLimit&&this.$attrs.maxlength&&("text"===this.type||"textarea"===this.type)&&!this.inputDisabled&&!this.readonly&&!this.showPassword},upperLimit:function(){return this.$attrs.maxlength},textLength:function(){return"number"===typeof this.value?String(this.value).length:(this.value||"").length},inputExceed:function(){return this.isWordLimitVisible&&this.textLength>this.upperLimit}},watch:{value:function(e){this.$nextTick(this.resizeTextarea),this.validateEvent&&this.dispatch("ElFormItem","el.form.change",[e])},nativeInputValue:function(){this.setNativeInputValue()},type:function(){var e=this;this.$nextTick((function(){e.setNativeInputValue(),e.resizeTextarea(),e.updateIconOffset()}))}},methods:{focus:function(){this.getInput().focus()},blur:function(){this.getInput().blur()},getMigratingConfig:function(){return{props:{icon:"icon is removed, use suffix-icon / prefix-icon instead.","on-icon-click":"on-icon-click is removed."},events:{click:"click is removed."}}},handleBlur:function(e){this.focused=!1,this.$emit("blur",e),this.validateEvent&&this.dispatch("ElFormItem","el.form.blur",[this.value])},select:function(){this.getInput().select()},resizeTextarea:function(){if(!this.$isServer){var e=this.autosize,t=this.type;if("textarea"===t)if(e){var n=e.minRows,i=e.maxRows;this.textareaCalcStyle=f(this.$refs.textarea,n,i)}else this.textareaCalcStyle={minHeight:f(this.$refs.textarea).minHeight}}},setNativeInputValue:function(){var e=this.getInput();e&&e.value!==this.nativeInputValue&&(e.value=this.nativeInputValue)},handleFocus:function(e){this.focused=!0,this.$emit("focus",e)},handleCompositionStart:function(){this.isComposing=!0},handleCompositionUpdate:function(e){var t=e.target.value,n=t[t.length-1]||"";this.isComposing=!Object(g["isKorean"])(n)},handleCompositionEnd:function(e){this.isComposing&&(this.isComposing=!1,this.handleInput(e))},handleInput:function(e){this.isComposing||e.target.value!==this.nativeInputValue&&(this.$emit("input",e.target.value),this.$nextTick(this.setNativeInputValue))},handleChange:function(e){this.$emit("change",e.target.value)},calcIconOffset:function(e){var t=[].slice.call(this.$el.querySelectorAll(".el-input__"+e)||[]);if(t.length){for(var n=null,i=0;i<t.length;i++)if(t[i].parentNode===this.$el){n=t[i];break}if(n){var r={suffix:"append",prefix:"prepend"},o=r[e];this.$slots[o]?n.style.transform="translateX("+("suffix"===e?"-":"")+this.$el.querySelector(".el-input-group__"+o).offsetWidth+"px)":n.removeAttribute("style")}}},updateIconOffset:function(){this.calcIconOffset("prefix"),this.calcIconOffset("suffix")},clear:function(){this.$emit("input",""),this.$emit("change",""),this.$emit("clear")},handlePasswordVisible:function(){this.passwordVisible=!this.passwordVisible,this.focus()},getInput:function(){return this.$refs.input||this.$refs.textarea},getSuffixVisible:function(){return this.$slots.suffix||this.suffixIcon||this.showClear||this.showPassword||this.isWordLimitVisible||this.validateState&&this.needStatusIcon}},created:function(){this.$on("inputSelect",this.select)},mounted:function(){this.setNativeInputValue(),this.resizeTextarea(),this.updateIconOffset()},updated:function(){this.$nextTick(this.updateIconOffset)}},v=m,y=n(0),B=Object(y["a"])(v,i,r,!1,null,null,null);B.options.__file="packages/input/src/input.vue";var w=B.exports;w.install=function(e){e.component(w.name,w)};t["default"]=w},9:function(e,t){e.exports=n("7f4d")}})},f529:function(e,t,n){e.exports=function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=75)}({0:function(e,t,n){"use strict";function i(e,t,n,i,r,o,a,s){var A,l="function"===typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),i&&(l.functional=!0),o&&(l._scopeId="data-v-"+o),a?(A=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},l._ssrRegister=A):r&&(A=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),A)if(l.functional){l._injectStyles=A;var u=l.render;l.render=function(e,t){return A.call(t),u(e,t)}}else{var c=l.beforeCreate;l.beforeCreate=c?[].concat(c,A):[A]}return{exports:e,options:l}}n.d(t,"a",(function(){return i}))},15:function(e,t){e.exports=n("5128")},23:function(e,t){e.exports=n("41f8")},7:function(e,t){e.exports=n("2b0e")},75:function(e,t,n){"use strict";n.r(t);var i=n(7),r=n.n(i),o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"el-message-fade"},on:{"after-leave":e.handleAfterLeave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],class:["el-message",e.type&&!e.iconClass?"el-message--"+e.type:"",e.center?"is-center":"",e.showClose?"is-closable":"",e.customClass],style:e.positionStyle,attrs:{role:"alert"},on:{mouseenter:e.clearTimer,mouseleave:e.startTimer}},[e.iconClass?n("i",{class:e.iconClass}):n("i",{class:e.typeClass}),e._t("default",[e.dangerouslyUseHTMLString?n("p",{staticClass:"el-message__content",domProps:{innerHTML:e._s(e.message)}}):n("p",{staticClass:"el-message__content"},[e._v(e._s(e.message))])]),e.showClose?n("i",{staticClass:"el-message__closeBtn el-icon-close",on:{click:e.close}}):e._e()],2)])},a=[];o._withStripped=!0;var s={success:"success",info:"info",warning:"warning",error:"error"},A={data:function(){return{visible:!1,message:"",duration:3e3,type:"info",iconClass:"",customClass:"",onClose:null,showClose:!1,closed:!1,verticalOffset:20,timer:null,dangerouslyUseHTMLString:!1,center:!1}},computed:{typeClass:function(){return this.type&&!this.iconClass?"el-message__icon el-icon-"+s[this.type]:""},positionStyle:function(){return{top:this.verticalOffset+"px"}}},watch:{closed:function(e){e&&(this.visible=!1)}},methods:{handleAfterLeave:function(){this.$destroy(!0),this.$el.parentNode.removeChild(this.$el)},close:function(){this.closed=!0,"function"===typeof this.onClose&&this.onClose(this)},clearTimer:function(){clearTimeout(this.timer)},startTimer:function(){var e=this;this.duration>0&&(this.timer=setTimeout((function(){e.closed||e.close()}),this.duration))},keydown:function(e){27===e.keyCode&&(this.closed||this.close())}},mounted:function(){this.startTimer(),document.addEventListener("keydown",this.keydown)},beforeDestroy:function(){document.removeEventListener("keydown",this.keydown)}},l=A,u=n(0),c=Object(u["a"])(l,o,a,!1,null,null,null);c.options.__file="packages/message/src/main.vue";var h=c.exports,f=n(15),d=n(23),p=r.a.extend(h),g=void 0,m=[],v=1,y=function e(t){if(!r.a.prototype.$isServer){t=t||{},"string"===typeof t&&(t={message:t});var n=t.onClose,i="message_"+v++;t.onClose=function(){e.close(i,n)},g=new p({data:t}),g.id=i,Object(d["isVNode"])(g.message)&&(g.$slots.default=[g.message],g.message=null),g.$mount(),document.body.appendChild(g.$el);var o=t.offset||20;return m.forEach((function(e){o+=e.$el.offsetHeight+16})),g.verticalOffset=o,g.visible=!0,g.$el.style.zIndex=f["PopupManager"].nextZIndex(),m.push(g),g}};["success","warning","info","error"].forEach((function(e){y[e]=function(t){return"string"===typeof t&&(t={message:t}),t.type=e,y(t)}})),y.close=function(e,t){for(var n=m.length,i=-1,r=void 0,o=0;o<n;o++)if(e===m[o].id){r=m[o].$el.offsetHeight,i=o,"function"===typeof t&&t(m[o]),m.splice(o,1);break}if(!(n<=1||-1===i||i>m.length-1))for(var a=i;a<n-1;a++){var s=m[a].$el;s.style["top"]=parseInt(s.style["top"],10)-r-16+"px"}},y.closeAll=function(){for(var e=m.length-1;e>=0;e--)m[e].close()};var B=y;t["default"]=B}})},f893:function(e,t,n){e.exports={default:n("8119"),__esModule:!0}},faf5:function(e,t,n){e.exports=!n("0bad")&&!n("4b8b")((function(){return 7!=Object.defineProperty(n("05f5")("div"),"a",{get:function(){return 7}}).a}))},fc5e:function(e,t){var n=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?i:n)(e)}},fcd4:function(e,t,n){t.f=n("cc15")},fed5:function(e,t){t.f=Object.getOwnPropertySymbols}}]);
  50. //# sourceMappingURL=chunk-vendors.4f103645.js.map